.space-y-0 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0px * var(--space-y-reverse))
}

.space-x-0 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0px * var(--space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--space-x-reverse)))
}

.space-y-1 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(5px * var(--space-y-reverse))
}

.space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(5px * var(--space-x-reverse));
  margin-left: calc(5px * calc(1 - var(--space-x-reverse)))
}

.space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(10px * var(--space-y-reverse))
}

.space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(10px * var(--space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--space-x-reverse)))
}

.space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(15px * var(--space-y-reverse))
}

.space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(15px * var(--space-x-reverse));
  margin-left: calc(15px * calc(1 - var(--space-x-reverse)))
}

.space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(20px * var(--space-y-reverse))
}

.space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(20px * var(--space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--space-x-reverse)))
}

.space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(25px * var(--space-y-reverse))
}

.space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(25px * var(--space-x-reverse));
  margin-left: calc(25px * calc(1 - var(--space-x-reverse)))
}

.space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(30px * var(--space-y-reverse))
}

.space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(30px * var(--space-x-reverse));
  margin-left: calc(30px * calc(1 - var(--space-x-reverse)))
}

.space-y-7 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(35px * var(--space-y-reverse))
}

.space-x-7 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(35px * var(--space-x-reverse));
  margin-left: calc(35px * calc(1 - var(--space-x-reverse)))
}

.space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(40px * var(--space-y-reverse))
}

.space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(40px * var(--space-x-reverse));
  margin-left: calc(40px * calc(1 - var(--space-x-reverse)))
}

.space-y-9 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(45px * var(--space-y-reverse))
}

.space-x-9 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(45px * var(--space-x-reverse));
  margin-left: calc(45px * calc(1 - var(--space-x-reverse)))
}

.space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(50px * var(--space-y-reverse))
}

.space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(50px * var(--space-x-reverse));
  margin-left: calc(50px * calc(1 - var(--space-x-reverse)))
}

.space-y-11 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(55px * var(--space-y-reverse))
}

.space-x-11 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(55px * var(--space-x-reverse));
  margin-left: calc(55px * calc(1 - var(--space-x-reverse)))
}

.space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(60px * var(--space-y-reverse))
}

.space-x-12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(60px * var(--space-x-reverse));
  margin-left: calc(60px * calc(1 - var(--space-x-reverse)))
}

.space-y-13 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(65px * var(--space-y-reverse))
}

.space-x-13 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(65px * var(--space-x-reverse));
  margin-left: calc(65px * calc(1 - var(--space-x-reverse)))
}

.space-y-14 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(70px * var(--space-y-reverse))
}

.space-x-14 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(70px * var(--space-x-reverse));
  margin-left: calc(70px * calc(1 - var(--space-x-reverse)))
}

.space-y-15 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(75px * var(--space-y-reverse))
}

.space-x-15 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(75px * var(--space-x-reverse));
  margin-left: calc(75px * calc(1 - var(--space-x-reverse)))
}

.space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80px * var(--space-y-reverse))
}

.space-x-16 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(80px * var(--space-x-reverse));
  margin-left: calc(80px * calc(1 - var(--space-x-reverse)))
}

.space-y-17 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(85px * var(--space-y-reverse))
}

.space-x-17 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(85px * var(--space-x-reverse));
  margin-left: calc(85px * calc(1 - var(--space-x-reverse)))
}

.space-y-18 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(90px * var(--space-y-reverse))
}

.space-x-18 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(90px * var(--space-x-reverse));
  margin-left: calc(90px * calc(1 - var(--space-x-reverse)))
}

.space-y-19 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(95px * var(--space-y-reverse))
}

.space-x-19 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(95px * var(--space-x-reverse));
  margin-left: calc(95px * calc(1 - var(--space-x-reverse)))
}

.space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(100px * var(--space-y-reverse))
}

.space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(100px * var(--space-x-reverse));
  margin-left: calc(100px * calc(1 - var(--space-x-reverse)))
}

.space-y-xxs > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(8px * var(--space-y-reverse))
}

.space-x-xxs > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(8px * var(--space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--space-x-reverse)))
}

.space-y-xs > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(12px * var(--space-y-reverse))
}

.space-x-xs > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(12px * var(--space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--space-x-reverse)))
}

.space-y-sm > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(24px * var(--space-y-reverse))
}

.space-x-sm > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(24px * var(--space-x-reverse));
  margin-left: calc(24px * calc(1 - var(--space-x-reverse)))
}

.space-y-md > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(48px * var(--space-y-reverse))
}

.space-x-md > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(48px * var(--space-x-reverse));
  margin-left: calc(48px * calc(1 - var(--space-x-reverse)))
}

.space-y-lg > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(64px * var(--space-y-reverse))
}

.space-x-lg > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(64px * var(--space-x-reverse));
  margin-left: calc(64px * calc(1 - var(--space-x-reverse)))
}

.space-y-xl > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(128px * var(--space-y-reverse))
}

.space-x-xl > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(128px * var(--space-x-reverse));
  margin-left: calc(128px * calc(1 - var(--space-x-reverse)))
}

.-space-y-1 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-5px * var(--space-y-reverse))
}

.-space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-5px * var(--space-x-reverse));
  margin-left: calc(-5px * calc(1 - var(--space-x-reverse)))
}

.-space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-10px * var(--space-y-reverse))
}

.-space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-10px * var(--space-x-reverse));
  margin-left: calc(-10px * calc(1 - var(--space-x-reverse)))
}

.-space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-15px * var(--space-y-reverse))
}

.-space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-15px * var(--space-x-reverse));
  margin-left: calc(-15px * calc(1 - var(--space-x-reverse)))
}

.-space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-20px * var(--space-y-reverse))
}

.-space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-20px * var(--space-x-reverse));
  margin-left: calc(-20px * calc(1 - var(--space-x-reverse)))
}

.-space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-25px * var(--space-y-reverse))
}

.-space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-25px * var(--space-x-reverse));
  margin-left: calc(-25px * calc(1 - var(--space-x-reverse)))
}

.-space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-30px * var(--space-y-reverse))
}

.-space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-30px * var(--space-x-reverse));
  margin-left: calc(-30px * calc(1 - var(--space-x-reverse)))
}

.-space-y-7 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-35px * var(--space-y-reverse))
}

.-space-x-7 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-35px * var(--space-x-reverse));
  margin-left: calc(-35px * calc(1 - var(--space-x-reverse)))
}

.-space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-40px * var(--space-y-reverse))
}

.-space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-40px * var(--space-x-reverse));
  margin-left: calc(-40px * calc(1 - var(--space-x-reverse)))
}

.-space-y-9 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-45px * var(--space-y-reverse))
}

.-space-x-9 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-45px * var(--space-x-reverse));
  margin-left: calc(-45px * calc(1 - var(--space-x-reverse)))
}

.-space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-50px * var(--space-y-reverse))
}

.-space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-50px * var(--space-x-reverse));
  margin-left: calc(-50px * calc(1 - var(--space-x-reverse)))
}

.-space-y-11 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-55px * var(--space-y-reverse))
}

.-space-x-11 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-55px * var(--space-x-reverse));
  margin-left: calc(-55px * calc(1 - var(--space-x-reverse)))
}

.-space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-60px * var(--space-y-reverse))
}

.-space-x-12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-60px * var(--space-x-reverse));
  margin-left: calc(-60px * calc(1 - var(--space-x-reverse)))
}

.-space-y-13 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-65px * var(--space-y-reverse))
}

.-space-x-13 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-65px * var(--space-x-reverse));
  margin-left: calc(-65px * calc(1 - var(--space-x-reverse)))
}

.-space-y-14 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-70px * var(--space-y-reverse))
}

.-space-x-14 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-70px * var(--space-x-reverse));
  margin-left: calc(-70px * calc(1 - var(--space-x-reverse)))
}

.-space-y-15 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-75px * var(--space-y-reverse))
}

.-space-x-15 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-75px * var(--space-x-reverse));
  margin-left: calc(-75px * calc(1 - var(--space-x-reverse)))
}

.-space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80px * var(--space-y-reverse))
}

.-space-x-16 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-80px * var(--space-x-reverse));
  margin-left: calc(-80px * calc(1 - var(--space-x-reverse)))
}

.-space-y-17 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-85px * var(--space-y-reverse))
}

.-space-x-17 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-85px * var(--space-x-reverse));
  margin-left: calc(-85px * calc(1 - var(--space-x-reverse)))
}

.-space-y-18 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-90px * var(--space-y-reverse))
}

.-space-x-18 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-90px * var(--space-x-reverse));
  margin-left: calc(-90px * calc(1 - var(--space-x-reverse)))
}

.-space-y-19 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-95px * var(--space-y-reverse))
}

.-space-x-19 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-95px * var(--space-x-reverse));
  margin-left: calc(-95px * calc(1 - var(--space-x-reverse)))
}

.-space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-100px * var(--space-y-reverse))
}

.-space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-100px * var(--space-x-reverse));
  margin-left: calc(-100px * calc(1 - var(--space-x-reverse)))
}

.-space-y-xxs > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-8px * var(--space-y-reverse))
}

.-space-x-xxs > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-8px * var(--space-x-reverse));
  margin-left: calc(-8px * calc(1 - var(--space-x-reverse)))
}

.-space-y-xs > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-12px * var(--space-y-reverse))
}

.-space-x-xs > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-12px * var(--space-x-reverse));
  margin-left: calc(-12px * calc(1 - var(--space-x-reverse)))
}

.-space-y-sm > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-24px * var(--space-y-reverse))
}

.-space-x-sm > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-24px * var(--space-x-reverse));
  margin-left: calc(-24px * calc(1 - var(--space-x-reverse)))
}

.-space-y-md > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-48px * var(--space-y-reverse))
}

.-space-x-md > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-48px * var(--space-x-reverse));
  margin-left: calc(-48px * calc(1 - var(--space-x-reverse)))
}

.-space-y-lg > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-64px * var(--space-y-reverse))
}

.-space-x-lg > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-64px * var(--space-x-reverse));
  margin-left: calc(-64px * calc(1 - var(--space-x-reverse)))
}

.-space-y-xl > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-128px * var(--space-y-reverse))
}

.-space-x-xl > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-128px * var(--space-x-reverse));
  margin-left: calc(-128px * calc(1 - var(--space-x-reverse)))
}

.space-y-reverse > :not(template) ~ :not(template) {
  --space-y-reverse: 1
}

.space-x-reverse > :not(template) ~ :not(template) {
  --space-x-reverse: 1
}

.divide-y-0 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(0px * var(--divide-y-reverse))
}

.divide-x-0 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(0px * var(--divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-1 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(2px * var(--divide-y-reverse))
}

.divide-x-1 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(2px * var(--divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-2 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(4px * var(--divide-y-reverse))
}

.divide-x-2 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(4px * var(--divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-3 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(6px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(6px * var(--divide-y-reverse))
}

.divide-x-3 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(6px * var(--divide-x-reverse));
  border-left-width: calc(6px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-4 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(8px * var(--divide-y-reverse))
}

.divide-x-4 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(8px * var(--divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-5 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(10px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(10px * var(--divide-y-reverse))
}

.divide-x-5 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(10px * var(--divide-x-reverse));
  border-left-width: calc(10px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-6 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(12px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(12px * var(--divide-y-reverse))
}

.divide-x-6 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(12px * var(--divide-x-reverse));
  border-left-width: calc(12px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-7 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(14px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(14px * var(--divide-y-reverse))
}

.divide-x-7 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(14px * var(--divide-x-reverse));
  border-left-width: calc(14px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-8 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(16px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(16px * var(--divide-y-reverse))
}

.divide-x-8 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(16px * var(--divide-x-reverse));
  border-left-width: calc(16px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-9 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(18px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(18px * var(--divide-y-reverse))
}

.divide-x-9 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(18px * var(--divide-x-reverse));
  border-left-width: calc(18px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-10 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(20px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(20px * var(--divide-y-reverse))
}

.divide-x-10 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(20px * var(--divide-x-reverse));
  border-left-width: calc(20px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-11 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(22px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(22px * var(--divide-y-reverse))
}

.divide-x-11 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(22px * var(--divide-x-reverse));
  border-left-width: calc(22px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-12 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(24px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(24px * var(--divide-y-reverse))
}

.divide-x-12 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(24px * var(--divide-x-reverse));
  border-left-width: calc(24px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-13 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(26px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(26px * var(--divide-y-reverse))
}

.divide-x-13 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(26px * var(--divide-x-reverse));
  border-left-width: calc(26px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-14 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(28px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(28px * var(--divide-y-reverse))
}

.divide-x-14 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(28px * var(--divide-x-reverse));
  border-left-width: calc(28px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-15 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(30px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(30px * var(--divide-y-reverse))
}

.divide-x-15 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(30px * var(--divide-x-reverse));
  border-left-width: calc(30px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-16 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(32px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(32px * var(--divide-y-reverse))
}

.divide-x-16 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(32px * var(--divide-x-reverse));
  border-left-width: calc(32px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-17 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(34px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(34px * var(--divide-y-reverse))
}

.divide-x-17 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(34px * var(--divide-x-reverse));
  border-left-width: calc(34px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-18 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(36px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(36px * var(--divide-y-reverse))
}

.divide-x-18 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(36px * var(--divide-x-reverse));
  border-left-width: calc(36px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-19 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(38px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(38px * var(--divide-y-reverse))
}

.divide-x-19 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(38px * var(--divide-x-reverse));
  border-left-width: calc(38px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-20 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(40px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(40px * var(--divide-y-reverse))
}

.divide-x-20 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(40px * var(--divide-x-reverse));
  border-left-width: calc(40px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-21 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(42px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(42px * var(--divide-y-reverse))
}

.divide-x-21 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(42px * var(--divide-x-reverse));
  border-left-width: calc(42px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-22 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(44px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(44px * var(--divide-y-reverse))
}

.divide-x-22 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(44px * var(--divide-x-reverse));
  border-left-width: calc(44px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-23 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(46px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(46px * var(--divide-y-reverse))
}

.divide-x-23 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(46px * var(--divide-x-reverse));
  border-left-width: calc(46px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-24 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(48px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(48px * var(--divide-y-reverse))
}

.divide-x-24 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(48px * var(--divide-x-reverse));
  border-left-width: calc(48px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-25 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(50px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(50px * var(--divide-y-reverse))
}

.divide-x-25 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(50px * var(--divide-x-reverse));
  border-left-width: calc(50px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-26 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(52px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(52px * var(--divide-y-reverse))
}

.divide-x-26 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(52px * var(--divide-x-reverse));
  border-left-width: calc(52px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-27 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(54px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(54px * var(--divide-y-reverse))
}

.divide-x-27 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(54px * var(--divide-x-reverse));
  border-left-width: calc(54px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-28 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(56px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(56px * var(--divide-y-reverse))
}

.divide-x-28 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(56px * var(--divide-x-reverse));
  border-left-width: calc(56px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-29 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(58px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(58px * var(--divide-y-reverse))
}

.divide-x-29 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(58px * var(--divide-x-reverse));
  border-left-width: calc(58px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-30 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(60px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(60px * var(--divide-y-reverse))
}

.divide-x-30 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(60px * var(--divide-x-reverse));
  border-left-width: calc(60px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-31 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(62px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(62px * var(--divide-y-reverse))
}

.divide-x-31 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(62px * var(--divide-x-reverse));
  border-left-width: calc(62px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-32 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(64px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(64px * var(--divide-y-reverse))
}

.divide-x-32 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(64px * var(--divide-x-reverse));
  border-left-width: calc(64px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-33 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(66px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(66px * var(--divide-y-reverse))
}

.divide-x-33 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(66px * var(--divide-x-reverse));
  border-left-width: calc(66px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-34 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(68px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(68px * var(--divide-y-reverse))
}

.divide-x-34 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(68px * var(--divide-x-reverse));
  border-left-width: calc(68px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-35 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(70px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(70px * var(--divide-y-reverse))
}

.divide-x-35 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(70px * var(--divide-x-reverse));
  border-left-width: calc(70px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-36 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(72px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(72px * var(--divide-y-reverse))
}

.divide-x-36 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(72px * var(--divide-x-reverse));
  border-left-width: calc(72px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-37 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(74px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(74px * var(--divide-y-reverse))
}

.divide-x-37 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(74px * var(--divide-x-reverse));
  border-left-width: calc(74px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-38 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(76px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(76px * var(--divide-y-reverse))
}

.divide-x-38 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(76px * var(--divide-x-reverse));
  border-left-width: calc(76px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-39 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(78px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(78px * var(--divide-y-reverse))
}

.divide-x-39 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(78px * var(--divide-x-reverse));
  border-left-width: calc(78px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-40 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(80px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(80px * var(--divide-y-reverse))
}

.divide-x-40 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(80px * var(--divide-x-reverse));
  border-left-width: calc(80px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-41 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(82px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(82px * var(--divide-y-reverse))
}

.divide-x-41 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(82px * var(--divide-x-reverse));
  border-left-width: calc(82px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-42 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(84px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(84px * var(--divide-y-reverse))
}

.divide-x-42 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(84px * var(--divide-x-reverse));
  border-left-width: calc(84px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-43 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(86px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(86px * var(--divide-y-reverse))
}

.divide-x-43 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(86px * var(--divide-x-reverse));
  border-left-width: calc(86px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-44 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(88px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(88px * var(--divide-y-reverse))
}

.divide-x-44 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(88px * var(--divide-x-reverse));
  border-left-width: calc(88px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-45 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(90px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(90px * var(--divide-y-reverse))
}

.divide-x-45 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(90px * var(--divide-x-reverse));
  border-left-width: calc(90px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-46 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(92px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(92px * var(--divide-y-reverse))
}

.divide-x-46 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(92px * var(--divide-x-reverse));
  border-left-width: calc(92px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-47 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(94px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(94px * var(--divide-y-reverse))
}

.divide-x-47 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(94px * var(--divide-x-reverse));
  border-left-width: calc(94px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-48 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(96px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(96px * var(--divide-y-reverse))
}

.divide-x-48 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(96px * var(--divide-x-reverse));
  border-left-width: calc(96px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-49 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(98px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(98px * var(--divide-y-reverse))
}

.divide-x-49 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(98px * var(--divide-x-reverse));
  border-left-width: calc(98px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-50 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(100px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(100px * var(--divide-y-reverse))
}

.divide-x-50 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(100px * var(--divide-x-reverse));
  border-left-width: calc(100px * calc(1 - var(--divide-x-reverse)))
}

.divide-y > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(1px * var(--divide-y-reverse))
}

.divide-x > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(1px * var(--divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)))
}

.divide-y-reverse > :not(template) ~ :not(template) {
  --divide-y-reverse: 1
}

.divide-x-reverse > :not(template) ~ :not(template) {
  --divide-x-reverse: 1
}

.divide-transparent > :not(template) ~ :not(template) {
  border-color: transparent
}

.divide-black > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--divide-opacity))
}

.divide-white > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--divide-opacity))
}

.divide-gray-1 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #48433f;
  border-color: rgba(72, 67, 63, var(--divide-opacity))
}

.divide-gray-2 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #a2a2a2;
  border-color: rgba(162, 162, 162, var(--divide-opacity))
}

.divide-gray-3 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #cccccc;
  border-color: rgba(204, 204, 204, var(--divide-opacity))
}

.divide-gray-4 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e9e8e8;
  border-color: rgba(233, 232, 232, var(--divide-opacity))
}

.divide-gray-5 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #edf1f6;
  border-color: rgba(237, 241, 246, var(--divide-opacity))
}

.divide-gray-6 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f2f2f3;
  border-color: rgba(242, 242, 243, var(--divide-opacity))
}

.divide-red-1 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #c00000;
  border-color: rgba(192, 0, 0, var(--divide-opacity))
}

.divide-orange-1 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ff9a00;
  border-color: rgba(255, 154, 0, var(--divide-opacity))
}

.divide-orange-2 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f4530c;
  border-color: rgba(244, 83, 12, var(--divide-opacity))
}

.divide-blue-1 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #17649f;
  border-color: rgba(23, 100, 159, var(--divide-opacity))
}

.divide-blue-2 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #003366;
  border-color: rgba(0, 51, 102, var(--divide-opacity))
}

.divide-blue-3 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #0b2f4b;
  border-color: rgba(11, 47, 75, var(--divide-opacity))
}

.divide-blue-4 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #1b75bb;
  border-color: rgba(27, 117, 187, var(--divide-opacity))
}

.divide-brown-1 > :not(template) ~ :not(template) {
  border-color: #6e441e 
}

.divide-green-1 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d7e5b7;
  border-color: rgba(215, 229, 183, var(--divide-opacity))
}

.divide-green-2 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #334d10;
  border-color: rgba(51, 77, 16, var(--divide-opacity))
}

.divide-purple-1 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #403862;
  border-color: rgba(64, 56, 98, var(--divide-opacity))
}

.divide-purple-2 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #554a82;
  border-color: rgba(85, 74, 130, var(--divide-opacity))
}

.divide-solid > :not(template) ~ :not(template) {
  border-style: solid
}

.divide-dashed > :not(template) ~ :not(template) {
  border-style: dashed
}

.divide-dotted > :not(template) ~ :not(template) {
  border-style: dotted
}

.divide-double > :not(template) ~ :not(template) {
  border-style: double
}

.divide-none > :not(template) ~ :not(template) {
  border-style: none
}

.divide-opacity-0 > :not(template) ~ :not(template) {
  --divide-opacity: 0
}

.divide-opacity-25 > :not(template) ~ :not(template) {
  --divide-opacity: 0.25
}

.divide-opacity-50 > :not(template) ~ :not(template) {
  --divide-opacity: 0.5
}

.divide-opacity-75 > :not(template) ~ :not(template) {
  --divide-opacity: 0.75
}

.divide-opacity-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.focus\:sr-only:focus {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none
}

.bg-fixed {
  background-attachment: fixed
}

.bg-local {
  background-attachment: local
}

.bg-scroll {
  background-attachment: scroll
}

.bg-clip-border {
  background-clip: border-box
}

.bg-clip-padding {
  background-clip: padding-box
}

.bg-clip-content {
  background-clip: content-box
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text
}

.bg-transparent {
  background-color: transparent
}

.bg-black {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity))
}

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.bg-gray-1 {
  --bg-opacity: 1;
  background-color: #48433f;
  background-color: rgba(72, 67, 63, var(--bg-opacity))
}

.bg-gray-2 {
  --bg-opacity: 1;
  background-color: #a2a2a2;
  background-color: rgba(162, 162, 162, var(--bg-opacity))
}

.bg-gray-3 {
  --bg-opacity: 1;
  background-color: #cccccc;
  background-color: rgba(204, 204, 204, var(--bg-opacity))
}

.bg-gray-4 {
  --bg-opacity: 1;
  background-color: #e9e8e8;
  background-color: rgba(233, 232, 232, var(--bg-opacity))
}

.bg-gray-5 {
  --bg-opacity: 1;
  background-color: #edf1f6;
  background-color: rgba(237, 241, 246, var(--bg-opacity))
}

.bg-gray-6 {
  --bg-opacity: 1;
  background-color: #f2f2f3;
  background-color: rgba(242, 242, 243, var(--bg-opacity))
}

.bg-red-1 {
  --bg-opacity: 1;
  background-color: #c00000;
  background-color: rgba(192, 0, 0, var(--bg-opacity))
}

.bg-orange-1 {
  --bg-opacity: 1;
  background-color: #ff9a00;
  background-color: rgba(255, 154, 0, var(--bg-opacity))
}

.bg-orange-2 {
  --bg-opacity: 1;
  background-color: #f4530c;
  background-color: rgba(244, 83, 12, var(--bg-opacity))
}

.bg-blue-1 {
  --bg-opacity: 1;
  background-color: #17649f;
  background-color: rgba(23, 100, 159, var(--bg-opacity))
}

.bg-blue-2 {
  --bg-opacity: 1;
  background-color: #003366;
  background-color: rgba(0, 51, 102, var(--bg-opacity))
}

.bg-blue-3 {
  --bg-opacity: 1;
  background-color: #0b2f4b;
  background-color: rgba(11, 47, 75, var(--bg-opacity))
}

.bg-blue-4 {
  --bg-opacity: 1;
  background-color: #1b75bb;
  background-color: rgba(27, 117, 187, var(--bg-opacity))
}

.bg-brown-1 {
  background-color: #6e441e 
}

.bg-green-1 {
  --bg-opacity: 1;
  background-color: #d7e5b7;
  background-color: rgba(215, 229, 183, var(--bg-opacity))
}

.bg-green-2 {
  --bg-opacity: 1;
  background-color: #334d10;
  background-color: rgba(51, 77, 16, var(--bg-opacity))
}

.bg-purple-1 {
  --bg-opacity: 1;
  background-color: #403862;
  background-color: rgba(64, 56, 98, var(--bg-opacity))
}

.bg-purple-2 {
  --bg-opacity: 1;
  background-color: #554a82;
  background-color: rgba(85, 74, 130, var(--bg-opacity))
}

.hover\:bg-transparent:hover {
  background-color: transparent
}

.hover\:bg-black:hover {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity))
}

.hover\:bg-white:hover {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.hover\:bg-gray-1:hover {
  --bg-opacity: 1;
  background-color: #48433f;
  background-color: rgba(72, 67, 63, var(--bg-opacity))
}

.hover\:bg-gray-2:hover {
  --bg-opacity: 1;
  background-color: #a2a2a2;
  background-color: rgba(162, 162, 162, var(--bg-opacity))
}

.hover\:bg-gray-3:hover {
  --bg-opacity: 1;
  background-color: #cccccc;
  background-color: rgba(204, 204, 204, var(--bg-opacity))
}

.hover\:bg-gray-4:hover {
  --bg-opacity: 1;
  background-color: #e9e8e8;
  background-color: rgba(233, 232, 232, var(--bg-opacity))
}

.hover\:bg-gray-5:hover {
  --bg-opacity: 1;
  background-color: #edf1f6;
  background-color: rgba(237, 241, 246, var(--bg-opacity))
}

.hover\:bg-gray-6:hover {
  --bg-opacity: 1;
  background-color: #f2f2f3;
  background-color: rgba(242, 242, 243, var(--bg-opacity))
}

.hover\:bg-red-1:hover {
  --bg-opacity: 1;
  background-color: #c00000;
  background-color: rgba(192, 0, 0, var(--bg-opacity))
}

.hover\:bg-orange-1:hover {
  --bg-opacity: 1;
  background-color: #ff9a00;
  background-color: rgba(255, 154, 0, var(--bg-opacity))
}

.hover\:bg-orange-2:hover {
  --bg-opacity: 1;
  background-color: #f4530c;
  background-color: rgba(244, 83, 12, var(--bg-opacity))
}

.hover\:bg-blue-1:hover {
  --bg-opacity: 1;
  background-color: #17649f;
  background-color: rgba(23, 100, 159, var(--bg-opacity))
}

.hover\:bg-blue-2:hover {
  --bg-opacity: 1;
  background-color: #003366;
  background-color: rgba(0, 51, 102, var(--bg-opacity))
}

.hover\:bg-blue-3:hover {
  --bg-opacity: 1;
  background-color: #0b2f4b;
  background-color: rgba(11, 47, 75, var(--bg-opacity))
}

.hover\:bg-blue-4:hover {
  --bg-opacity: 1;
  background-color: #1b75bb;
  background-color: rgba(27, 117, 187, var(--bg-opacity))
}

.hover\:bg-brown-1:hover {
  background-color: #6e441e 
}

.hover\:bg-green-1:hover {
  --bg-opacity: 1;
  background-color: #d7e5b7;
  background-color: rgba(215, 229, 183, var(--bg-opacity))
}

.hover\:bg-green-2:hover {
  --bg-opacity: 1;
  background-color: #334d10;
  background-color: rgba(51, 77, 16, var(--bg-opacity))
}

.hover\:bg-purple-1:hover {
  --bg-opacity: 1;
  background-color: #403862;
  background-color: rgba(64, 56, 98, var(--bg-opacity))
}

.hover\:bg-purple-2:hover {
  --bg-opacity: 1;
  background-color: #554a82;
  background-color: rgba(85, 74, 130, var(--bg-opacity))
}

.focus\:bg-transparent:focus {
  background-color: transparent
}

.focus\:bg-black:focus {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity))
}

.focus\:bg-white:focus {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.focus\:bg-gray-1:focus {
  --bg-opacity: 1;
  background-color: #48433f;
  background-color: rgba(72, 67, 63, var(--bg-opacity))
}

.focus\:bg-gray-2:focus {
  --bg-opacity: 1;
  background-color: #a2a2a2;
  background-color: rgba(162, 162, 162, var(--bg-opacity))
}

.focus\:bg-gray-3:focus {
  --bg-opacity: 1;
  background-color: #cccccc;
  background-color: rgba(204, 204, 204, var(--bg-opacity))
}

.focus\:bg-gray-4:focus {
  --bg-opacity: 1;
  background-color: #e9e8e8;
  background-color: rgba(233, 232, 232, var(--bg-opacity))
}

.focus\:bg-gray-5:focus {
  --bg-opacity: 1;
  background-color: #edf1f6;
  background-color: rgba(237, 241, 246, var(--bg-opacity))
}

.focus\:bg-gray-6:focus {
  --bg-opacity: 1;
  background-color: #f2f2f3;
  background-color: rgba(242, 242, 243, var(--bg-opacity))
}

.focus\:bg-red-1:focus {
  --bg-opacity: 1;
  background-color: #c00000;
  background-color: rgba(192, 0, 0, var(--bg-opacity))
}

.focus\:bg-orange-1:focus {
  --bg-opacity: 1;
  background-color: #ff9a00;
  background-color: rgba(255, 154, 0, var(--bg-opacity))
}

.focus\:bg-orange-2:focus {
  --bg-opacity: 1;
  background-color: #f4530c;
  background-color: rgba(244, 83, 12, var(--bg-opacity))
}

.focus\:bg-blue-1:focus {
  --bg-opacity: 1;
  background-color: #17649f;
  background-color: rgba(23, 100, 159, var(--bg-opacity))
}

.focus\:bg-blue-2:focus {
  --bg-opacity: 1;
  background-color: #003366;
  background-color: rgba(0, 51, 102, var(--bg-opacity))
}

.focus\:bg-blue-3:focus {
  --bg-opacity: 1;
  background-color: #0b2f4b;
  background-color: rgba(11, 47, 75, var(--bg-opacity))
}

.focus\:bg-blue-4:focus {
  --bg-opacity: 1;
  background-color: #1b75bb;
  background-color: rgba(27, 117, 187, var(--bg-opacity))
}

.focus\:bg-brown-1:focus {
  background-color: #6e441e 
}

.focus\:bg-green-1:focus {
  --bg-opacity: 1;
  background-color: #d7e5b7;
  background-color: rgba(215, 229, 183, var(--bg-opacity))
}

.focus\:bg-green-2:focus {
  --bg-opacity: 1;
  background-color: #334d10;
  background-color: rgba(51, 77, 16, var(--bg-opacity))
}

.focus\:bg-purple-1:focus {
  --bg-opacity: 1;
  background-color: #403862;
  background-color: rgba(64, 56, 98, var(--bg-opacity))
}

.focus\:bg-purple-2:focus {
  --bg-opacity: 1;
  background-color: #554a82;
  background-color: rgba(85, 74, 130, var(--bg-opacity))
}

.bg-none {
  background-image: none
}

.bg-gradient-to-t {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops)));
  background-image: -o-linear-gradient(bottom, var(--gradient-color-stops));
  background-image: linear-gradient(to top, var(--gradient-color-stops))
}

.bg-gradient-to-tr {
  background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops)));
  background-image: -o-linear-gradient(bottom left, var(--gradient-color-stops));
  background-image: linear-gradient(to top right, var(--gradient-color-stops))
}

.bg-gradient-to-r {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops)));
  background-image: -o-linear-gradient(left, var(--gradient-color-stops));
  background-image: linear-gradient(to right, var(--gradient-color-stops))
}

.bg-gradient-to-br {
  background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops)));
  background-image: -o-linear-gradient(top left, var(--gradient-color-stops));
  background-image: linear-gradient(to bottom right, var(--gradient-color-stops))
}

.bg-gradient-to-b {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops)));
  background-image: -o-linear-gradient(top, var(--gradient-color-stops));
  background-image: linear-gradient(to bottom, var(--gradient-color-stops))
}

.bg-gradient-to-bl {
  background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops)));
  background-image: -o-linear-gradient(top right, var(--gradient-color-stops));
  background-image: linear-gradient(to bottom left, var(--gradient-color-stops))
}

.bg-gradient-to-l {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops)));
  background-image: -o-linear-gradient(right, var(--gradient-color-stops));
  background-image: linear-gradient(to left, var(--gradient-color-stops))
}

.bg-gradient-to-tl {
  background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops)));
  background-image: -o-linear-gradient(bottom right, var(--gradient-color-stops));
  background-image: linear-gradient(to top left, var(--gradient-color-stops))
}

.from-transparent {
  --gradient-from-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
}

.from-black {
  --gradient-from-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
}

.from-white {
  --gradient-from-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
}

.from-gray-1 {
  --gradient-from-color: #48433f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
}

.from-gray-2 {
  --gradient-from-color: #a2a2a2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
}

.from-gray-3 {
  --gradient-from-color: #cccccc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
}

.from-gray-4 {
  --gradient-from-color: #e9e8e8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
}

.from-gray-5 {
  --gradient-from-color: #edf1f6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
}

.from-gray-6 {
  --gradient-from-color: #f2f2f3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
}

.from-red-1 {
  --gradient-from-color: #c00000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
}

.from-orange-1 {
  --gradient-from-color: #ff9a00;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
}

.from-orange-2 {
  --gradient-from-color: #f4530c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
}

.from-blue-1 {
  --gradient-from-color: #17649f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
}

.from-blue-2 {
  --gradient-from-color: #003366;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
}

.from-blue-3 {
  --gradient-from-color: #0b2f4b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
}

.from-blue-4 {
  --gradient-from-color: #1b75bb;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
}

.from-brown-1 {
  --gradient-from-color: #6e441e ;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
}

.from-green-1 {
  --gradient-from-color: #d7e5b7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
}

.from-green-2 {
  --gradient-from-color: #334d10;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
}

.from-purple-1 {
  --gradient-from-color: #403862;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
}

.from-purple-2 {
  --gradient-from-color: #554a82;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
}

.via-transparent {
  --gradient-via-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
}

.via-black {
  --gradient-via-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
}

.via-white {
  --gradient-via-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
}

.via-gray-1 {
  --gradient-via-color: #48433f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
}

.via-gray-2 {
  --gradient-via-color: #a2a2a2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
}

.via-gray-3 {
  --gradient-via-color: #cccccc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
}

.via-gray-4 {
  --gradient-via-color: #e9e8e8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
}

.via-gray-5 {
  --gradient-via-color: #edf1f6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
}

.via-gray-6 {
  --gradient-via-color: #f2f2f3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
}

.via-red-1 {
  --gradient-via-color: #c00000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
}

.via-orange-1 {
  --gradient-via-color: #ff9a00;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
}

.via-orange-2 {
  --gradient-via-color: #f4530c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
}

.via-blue-1 {
  --gradient-via-color: #17649f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
}

.via-blue-2 {
  --gradient-via-color: #003366;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
}

.via-blue-3 {
  --gradient-via-color: #0b2f4b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
}

.via-blue-4 {
  --gradient-via-color: #1b75bb;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
}

.via-brown-1 {
  --gradient-via-color: #6e441e ;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
}

.via-green-1 {
  --gradient-via-color: #d7e5b7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
}

.via-green-2 {
  --gradient-via-color: #334d10;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
}

.via-purple-1 {
  --gradient-via-color: #403862;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
}

.via-purple-2 {
  --gradient-via-color: #554a82;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
}

.to-transparent {
  --gradient-to-color: transparent
}

.to-black {
  --gradient-to-color: #000
}

.to-white {
  --gradient-to-color: #fff
}

.to-gray-1 {
  --gradient-to-color: #48433f
}

.to-gray-2 {
  --gradient-to-color: #a2a2a2
}

.to-gray-3 {
  --gradient-to-color: #cccccc
}

.to-gray-4 {
  --gradient-to-color: #e9e8e8
}

.to-gray-5 {
  --gradient-to-color: #edf1f6
}

.to-gray-6 {
  --gradient-to-color: #f2f2f3
}

.to-red-1 {
  --gradient-to-color: #c00000
}

.to-orange-1 {
  --gradient-to-color: #ff9a00
}

.to-orange-2 {
  --gradient-to-color: #f4530c
}

.to-blue-1 {
  --gradient-to-color: #17649f
}

.to-blue-2 {
  --gradient-to-color: #003366
}

.to-blue-3 {
  --gradient-to-color: #0b2f4b
}

.to-blue-4 {
  --gradient-to-color: #1b75bb
}

.to-brown-1 {
  --gradient-to-color: #6e441e 
}

.to-green-1 {
  --gradient-to-color: #d7e5b7
}

.to-green-2 {
  --gradient-to-color: #334d10
}

.to-purple-1 {
  --gradient-to-color: #403862
}

.to-purple-2 {
  --gradient-to-color: #554a82
}

.hover\:from-transparent:hover {
  --gradient-from-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
}

.hover\:from-black:hover {
  --gradient-from-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
}

.hover\:from-white:hover {
  --gradient-from-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
}

.hover\:from-gray-1:hover {
  --gradient-from-color: #48433f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
}

.hover\:from-gray-2:hover {
  --gradient-from-color: #a2a2a2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
}

.hover\:from-gray-3:hover {
  --gradient-from-color: #cccccc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
}

.hover\:from-gray-4:hover {
  --gradient-from-color: #e9e8e8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
}

.hover\:from-gray-5:hover {
  --gradient-from-color: #edf1f6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
}

.hover\:from-gray-6:hover {
  --gradient-from-color: #f2f2f3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
}

.hover\:from-red-1:hover {
  --gradient-from-color: #c00000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
}

.hover\:from-orange-1:hover {
  --gradient-from-color: #ff9a00;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
}

.hover\:from-orange-2:hover {
  --gradient-from-color: #f4530c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
}

.hover\:from-blue-1:hover {
  --gradient-from-color: #17649f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
}

.hover\:from-blue-2:hover {
  --gradient-from-color: #003366;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
}

.hover\:from-blue-3:hover {
  --gradient-from-color: #0b2f4b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
}

.hover\:from-blue-4:hover {
  --gradient-from-color: #1b75bb;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
}

.hover\:from-brown-1:hover {
  --gradient-from-color: #6e441e ;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
}

.hover\:from-green-1:hover {
  --gradient-from-color: #d7e5b7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
}

.hover\:from-green-2:hover {
  --gradient-from-color: #334d10;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
}

.hover\:from-purple-1:hover {
  --gradient-from-color: #403862;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
}

.hover\:from-purple-2:hover {
  --gradient-from-color: #554a82;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
}

.hover\:via-transparent:hover {
  --gradient-via-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
}

.hover\:via-black:hover {
  --gradient-via-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
}

.hover\:via-white:hover {
  --gradient-via-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
}

.hover\:via-gray-1:hover {
  --gradient-via-color: #48433f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
}

.hover\:via-gray-2:hover {
  --gradient-via-color: #a2a2a2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
}

.hover\:via-gray-3:hover {
  --gradient-via-color: #cccccc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
}

.hover\:via-gray-4:hover {
  --gradient-via-color: #e9e8e8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
}

.hover\:via-gray-5:hover {
  --gradient-via-color: #edf1f6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
}

.hover\:via-gray-6:hover {
  --gradient-via-color: #f2f2f3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
}

.hover\:via-red-1:hover {
  --gradient-via-color: #c00000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
}

.hover\:via-orange-1:hover {
  --gradient-via-color: #ff9a00;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
}

.hover\:via-orange-2:hover {
  --gradient-via-color: #f4530c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
}

.hover\:via-blue-1:hover {
  --gradient-via-color: #17649f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
}

.hover\:via-blue-2:hover {
  --gradient-via-color: #003366;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
}

.hover\:via-blue-3:hover {
  --gradient-via-color: #0b2f4b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
}

.hover\:via-blue-4:hover {
  --gradient-via-color: #1b75bb;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
}

.hover\:via-brown-1:hover {
  --gradient-via-color: #6e441e ;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
}

.hover\:via-green-1:hover {
  --gradient-via-color: #d7e5b7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
}

.hover\:via-green-2:hover {
  --gradient-via-color: #334d10;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
}

.hover\:via-purple-1:hover {
  --gradient-via-color: #403862;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
}

.hover\:via-purple-2:hover {
  --gradient-via-color: #554a82;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
}

.hover\:to-transparent:hover {
  --gradient-to-color: transparent
}

.hover\:to-black:hover {
  --gradient-to-color: #000
}

.hover\:to-white:hover {
  --gradient-to-color: #fff
}

.hover\:to-gray-1:hover {
  --gradient-to-color: #48433f
}

.hover\:to-gray-2:hover {
  --gradient-to-color: #a2a2a2
}

.hover\:to-gray-3:hover {
  --gradient-to-color: #cccccc
}

.hover\:to-gray-4:hover {
  --gradient-to-color: #e9e8e8
}

.hover\:to-gray-5:hover {
  --gradient-to-color: #edf1f6
}

.hover\:to-gray-6:hover {
  --gradient-to-color: #f2f2f3
}

.hover\:to-red-1:hover {
  --gradient-to-color: #c00000
}

.hover\:to-orange-1:hover {
  --gradient-to-color: #ff9a00
}

.hover\:to-orange-2:hover {
  --gradient-to-color: #f4530c
}

.hover\:to-blue-1:hover {
  --gradient-to-color: #17649f
}

.hover\:to-blue-2:hover {
  --gradient-to-color: #003366
}

.hover\:to-blue-3:hover {
  --gradient-to-color: #0b2f4b
}

.hover\:to-blue-4:hover {
  --gradient-to-color: #1b75bb
}

.hover\:to-brown-1:hover {
  --gradient-to-color: #6e441e 
}

.hover\:to-green-1:hover {
  --gradient-to-color: #d7e5b7
}

.hover\:to-green-2:hover {
  --gradient-to-color: #334d10
}

.hover\:to-purple-1:hover {
  --gradient-to-color: #403862
}

.hover\:to-purple-2:hover {
  --gradient-to-color: #554a82
}

.focus\:from-transparent:focus {
  --gradient-from-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
}

.focus\:from-black:focus {
  --gradient-from-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
}

.focus\:from-white:focus {
  --gradient-from-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
}

.focus\:from-gray-1:focus {
  --gradient-from-color: #48433f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
}

.focus\:from-gray-2:focus {
  --gradient-from-color: #a2a2a2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
}

.focus\:from-gray-3:focus {
  --gradient-from-color: #cccccc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
}

.focus\:from-gray-4:focus {
  --gradient-from-color: #e9e8e8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
}

.focus\:from-gray-5:focus {
  --gradient-from-color: #edf1f6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
}

.focus\:from-gray-6:focus {
  --gradient-from-color: #f2f2f3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
}

.focus\:from-red-1:focus {
  --gradient-from-color: #c00000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
}

.focus\:from-orange-1:focus {
  --gradient-from-color: #ff9a00;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
}

.focus\:from-orange-2:focus {
  --gradient-from-color: #f4530c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
}

.focus\:from-blue-1:focus {
  --gradient-from-color: #17649f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
}

.focus\:from-blue-2:focus {
  --gradient-from-color: #003366;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
}

.focus\:from-blue-3:focus {
  --gradient-from-color: #0b2f4b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
}

.focus\:from-blue-4:focus {
  --gradient-from-color: #1b75bb;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
}

.focus\:from-brown-1:focus {
  --gradient-from-color: #6e441e ;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
}

.focus\:from-green-1:focus {
  --gradient-from-color: #d7e5b7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
}

.focus\:from-green-2:focus {
  --gradient-from-color: #334d10;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
}

.focus\:from-purple-1:focus {
  --gradient-from-color: #403862;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
}

.focus\:from-purple-2:focus {
  --gradient-from-color: #554a82;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
}

.focus\:via-transparent:focus {
  --gradient-via-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
}

.focus\:via-black:focus {
  --gradient-via-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
}

.focus\:via-white:focus {
  --gradient-via-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
}

.focus\:via-gray-1:focus {
  --gradient-via-color: #48433f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
}

.focus\:via-gray-2:focus {
  --gradient-via-color: #a2a2a2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
}

.focus\:via-gray-3:focus {
  --gradient-via-color: #cccccc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
}

.focus\:via-gray-4:focus {
  --gradient-via-color: #e9e8e8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
}

.focus\:via-gray-5:focus {
  --gradient-via-color: #edf1f6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
}

.focus\:via-gray-6:focus {
  --gradient-via-color: #f2f2f3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
}

.focus\:via-red-1:focus {
  --gradient-via-color: #c00000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
}

.focus\:via-orange-1:focus {
  --gradient-via-color: #ff9a00;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
}

.focus\:via-orange-2:focus {
  --gradient-via-color: #f4530c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
}

.focus\:via-blue-1:focus {
  --gradient-via-color: #17649f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
}

.focus\:via-blue-2:focus {
  --gradient-via-color: #003366;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
}

.focus\:via-blue-3:focus {
  --gradient-via-color: #0b2f4b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
}

.focus\:via-blue-4:focus {
  --gradient-via-color: #1b75bb;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
}

.focus\:via-brown-1:focus {
  --gradient-via-color: #6e441e ;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
}

.focus\:via-green-1:focus {
  --gradient-via-color: #d7e5b7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
}

.focus\:via-green-2:focus {
  --gradient-via-color: #334d10;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
}

.focus\:via-purple-1:focus {
  --gradient-via-color: #403862;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
}

.focus\:via-purple-2:focus {
  --gradient-via-color: #554a82;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
}

.focus\:to-transparent:focus {
  --gradient-to-color: transparent
}

.focus\:to-black:focus {
  --gradient-to-color: #000
}

.focus\:to-white:focus {
  --gradient-to-color: #fff
}

.focus\:to-gray-1:focus {
  --gradient-to-color: #48433f
}

.focus\:to-gray-2:focus {
  --gradient-to-color: #a2a2a2
}

.focus\:to-gray-3:focus {
  --gradient-to-color: #cccccc
}

.focus\:to-gray-4:focus {
  --gradient-to-color: #e9e8e8
}

.focus\:to-gray-5:focus {
  --gradient-to-color: #edf1f6
}

.focus\:to-gray-6:focus {
  --gradient-to-color: #f2f2f3
}

.focus\:to-red-1:focus {
  --gradient-to-color: #c00000
}

.focus\:to-orange-1:focus {
  --gradient-to-color: #ff9a00
}

.focus\:to-orange-2:focus {
  --gradient-to-color: #f4530c
}

.focus\:to-blue-1:focus {
  --gradient-to-color: #17649f
}

.focus\:to-blue-2:focus {
  --gradient-to-color: #003366
}

.focus\:to-blue-3:focus {
  --gradient-to-color: #0b2f4b
}

.focus\:to-blue-4:focus {
  --gradient-to-color: #1b75bb
}

.focus\:to-brown-1:focus {
  --gradient-to-color: #6e441e 
}

.focus\:to-green-1:focus {
  --gradient-to-color: #d7e5b7
}

.focus\:to-green-2:focus {
  --gradient-to-color: #334d10
}

.focus\:to-purple-1:focus {
  --gradient-to-color: #403862
}

.focus\:to-purple-2:focus {
  --gradient-to-color: #554a82
}

.bg-opacity-0 {
  --bg-opacity: 0
}

.bg-opacity-25 {
  --bg-opacity: 0.25
}

.bg-opacity-50 {
  --bg-opacity: 0.5
}

.bg-opacity-75 {
  --bg-opacity: 0.75
}

.bg-opacity-100 {
  --bg-opacity: 1
}

.hover\:bg-opacity-0:hover {
  --bg-opacity: 0
}

.hover\:bg-opacity-25:hover {
  --bg-opacity: 0.25
}

.hover\:bg-opacity-50:hover {
  --bg-opacity: 0.5
}

.hover\:bg-opacity-75:hover {
  --bg-opacity: 0.75
}

.hover\:bg-opacity-100:hover {
  --bg-opacity: 1
}

.focus\:bg-opacity-0:focus {
  --bg-opacity: 0
}

.focus\:bg-opacity-25:focus {
  --bg-opacity: 0.25
}

.focus\:bg-opacity-50:focus {
  --bg-opacity: 0.5
}

.focus\:bg-opacity-75:focus {
  --bg-opacity: 0.75
}

.focus\:bg-opacity-100:focus {
  --bg-opacity: 1
}

.bg-bottom {
  background-position: bottom
}

.bg-center {
  background-position: center
}

.bg-left {
  background-position: left
}

.bg-left-bottom {
  background-position: left bottom
}

.bg-left-top {
  background-position: left top
}

.bg-right {
  background-position: right
}

.bg-right-bottom {
  background-position: right bottom
}

.bg-right-top {
  background-position: right top
}

.bg-top {
  background-position: top
}

.bg-repeat {
  background-repeat: repeat
}

.bg-no-repeat {
  background-repeat: no-repeat
}

.bg-repeat-x {
  background-repeat: repeat-x
}

.bg-repeat-y {
  background-repeat: repeat-y
}

.bg-repeat-round {
  background-repeat: round
}

.bg-repeat-space {
  background-repeat: space
}

.bg-auto {
  background-size: auto
}

.bg-cover {
  background-size: cover
}

.bg-contain {
  background-size: contain
}

.border-collapse {
  border-collapse: collapse
}

.border-separate {
  border-collapse: separate
}

.border-transparent {
  border-color: transparent
}

.border-black {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity))
}

.border-white {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity))
}

.border-gray-1 {
  --border-opacity: 1;
  border-color: #48433f;
  border-color: rgba(72, 67, 63, var(--border-opacity))
}

.border-gray-2 {
  --border-opacity: 1;
  border-color: #a2a2a2;
  border-color: rgba(162, 162, 162, var(--border-opacity))
}

.border-gray-3 {
  --border-opacity: 1;
  border-color: #cccccc;
  border-color: rgba(204, 204, 204, var(--border-opacity))
}

.border-gray-4 {
  --border-opacity: 1;
  border-color: #e9e8e8;
  border-color: rgba(233, 232, 232, var(--border-opacity))
}

.border-gray-5 {
  --border-opacity: 1;
  border-color: #edf1f6;
  border-color: rgba(237, 241, 246, var(--border-opacity))
}

.border-gray-6 {
  --border-opacity: 1;
  border-color: #f2f2f3;
  border-color: rgba(242, 242, 243, var(--border-opacity))
}

.border-red-1 {
  --border-opacity: 1;
  border-color: #c00000;
  border-color: rgba(192, 0, 0, var(--border-opacity))
}

.border-orange-1 {
  --border-opacity: 1;
  border-color: #ff9a00;
  border-color: rgba(255, 154, 0, var(--border-opacity))
}

.border-orange-2 {
  --border-opacity: 1;
  border-color: #f4530c;
  border-color: rgba(244, 83, 12, var(--border-opacity))
}

.border-blue-1 {
  --border-opacity: 1;
  border-color: #17649f;
  border-color: rgba(23, 100, 159, var(--border-opacity))
}

.border-blue-2 {
  --border-opacity: 1;
  border-color: #003366;
  border-color: rgba(0, 51, 102, var(--border-opacity))
}

.border-blue-3 {
  --border-opacity: 1;
  border-color: #0b2f4b;
  border-color: rgba(11, 47, 75, var(--border-opacity))
}

.border-blue-4 {
  --border-opacity: 1;
  border-color: #1b75bb;
  border-color: rgba(27, 117, 187, var(--border-opacity))
}

.border-brown-1 {
  border-color: #6e441e 
}

.border-green-1 {
  --border-opacity: 1;
  border-color: #d7e5b7;
  border-color: rgba(215, 229, 183, var(--border-opacity))
}

.border-green-2 {
  --border-opacity: 1;
  border-color: #334d10;
  border-color: rgba(51, 77, 16, var(--border-opacity))
}

.border-purple-1 {
  --border-opacity: 1;
  border-color: #403862;
  border-color: rgba(64, 56, 98, var(--border-opacity))
}

.border-purple-2 {
  --border-opacity: 1;
  border-color: #554a82;
  border-color: rgba(85, 74, 130, var(--border-opacity))
}

.hover\:border-transparent:hover {
  border-color: transparent
}

.hover\:border-black:hover {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity))
}

.hover\:border-white:hover {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity))
}

.hover\:border-gray-1:hover {
  --border-opacity: 1;
  border-color: #48433f;
  border-color: rgba(72, 67, 63, var(--border-opacity))
}

.hover\:border-gray-2:hover {
  --border-opacity: 1;
  border-color: #a2a2a2;
  border-color: rgba(162, 162, 162, var(--border-opacity))
}

.hover\:border-gray-3:hover {
  --border-opacity: 1;
  border-color: #cccccc;
  border-color: rgba(204, 204, 204, var(--border-opacity))
}

.hover\:border-gray-4:hover {
  --border-opacity: 1;
  border-color: #e9e8e8;
  border-color: rgba(233, 232, 232, var(--border-opacity))
}

.hover\:border-gray-5:hover {
  --border-opacity: 1;
  border-color: #edf1f6;
  border-color: rgba(237, 241, 246, var(--border-opacity))
}

.hover\:border-gray-6:hover {
  --border-opacity: 1;
  border-color: #f2f2f3;
  border-color: rgba(242, 242, 243, var(--border-opacity))
}

.hover\:border-red-1:hover {
  --border-opacity: 1;
  border-color: #c00000;
  border-color: rgba(192, 0, 0, var(--border-opacity))
}

.hover\:border-orange-1:hover {
  --border-opacity: 1;
  border-color: #ff9a00;
  border-color: rgba(255, 154, 0, var(--border-opacity))
}

.hover\:border-orange-2:hover {
  --border-opacity: 1;
  border-color: #f4530c;
  border-color: rgba(244, 83, 12, var(--border-opacity))
}

.hover\:border-blue-1:hover {
  --border-opacity: 1;
  border-color: #17649f;
  border-color: rgba(23, 100, 159, var(--border-opacity))
}

.hover\:border-blue-2:hover {
  --border-opacity: 1;
  border-color: #003366;
  border-color: rgba(0, 51, 102, var(--border-opacity))
}

.hover\:border-blue-3:hover {
  --border-opacity: 1;
  border-color: #0b2f4b;
  border-color: rgba(11, 47, 75, var(--border-opacity))
}

.hover\:border-blue-4:hover {
  --border-opacity: 1;
  border-color: #1b75bb;
  border-color: rgba(27, 117, 187, var(--border-opacity))
}

.hover\:border-brown-1:hover {
  border-color: #6e441e 
}

.hover\:border-green-1:hover {
  --border-opacity: 1;
  border-color: #d7e5b7;
  border-color: rgba(215, 229, 183, var(--border-opacity))
}

.hover\:border-green-2:hover {
  --border-opacity: 1;
  border-color: #334d10;
  border-color: rgba(51, 77, 16, var(--border-opacity))
}

.hover\:border-purple-1:hover {
  --border-opacity: 1;
  border-color: #403862;
  border-color: rgba(64, 56, 98, var(--border-opacity))
}

.hover\:border-purple-2:hover {
  --border-opacity: 1;
  border-color: #554a82;
  border-color: rgba(85, 74, 130, var(--border-opacity))
}

.focus\:border-transparent:focus {
  border-color: transparent
}

.focus\:border-black:focus {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity))
}

.focus\:border-white:focus {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity))
}

.focus\:border-gray-1:focus {
  --border-opacity: 1;
  border-color: #48433f;
  border-color: rgba(72, 67, 63, var(--border-opacity))
}

.focus\:border-gray-2:focus {
  --border-opacity: 1;
  border-color: #a2a2a2;
  border-color: rgba(162, 162, 162, var(--border-opacity))
}

.focus\:border-gray-3:focus {
  --border-opacity: 1;
  border-color: #cccccc;
  border-color: rgba(204, 204, 204, var(--border-opacity))
}

.focus\:border-gray-4:focus {
  --border-opacity: 1;
  border-color: #e9e8e8;
  border-color: rgba(233, 232, 232, var(--border-opacity))
}

.focus\:border-gray-5:focus {
  --border-opacity: 1;
  border-color: #edf1f6;
  border-color: rgba(237, 241, 246, var(--border-opacity))
}

.focus\:border-gray-6:focus {
  --border-opacity: 1;
  border-color: #f2f2f3;
  border-color: rgba(242, 242, 243, var(--border-opacity))
}

.focus\:border-red-1:focus {
  --border-opacity: 1;
  border-color: #c00000;
  border-color: rgba(192, 0, 0, var(--border-opacity))
}

.focus\:border-orange-1:focus {
  --border-opacity: 1;
  border-color: #ff9a00;
  border-color: rgba(255, 154, 0, var(--border-opacity))
}

.focus\:border-orange-2:focus {
  --border-opacity: 1;
  border-color: #f4530c;
  border-color: rgba(244, 83, 12, var(--border-opacity))
}

.focus\:border-blue-1:focus {
  --border-opacity: 1;
  border-color: #17649f;
  border-color: rgba(23, 100, 159, var(--border-opacity))
}

.focus\:border-blue-2:focus {
  --border-opacity: 1;
  border-color: #003366;
  border-color: rgba(0, 51, 102, var(--border-opacity))
}

.focus\:border-blue-3:focus {
  --border-opacity: 1;
  border-color: #0b2f4b;
  border-color: rgba(11, 47, 75, var(--border-opacity))
}

.focus\:border-blue-4:focus {
  --border-opacity: 1;
  border-color: #1b75bb;
  border-color: rgba(27, 117, 187, var(--border-opacity))
}

.focus\:border-brown-1:focus {
  border-color: #6e441e 
}

.focus\:border-green-1:focus {
  --border-opacity: 1;
  border-color: #d7e5b7;
  border-color: rgba(215, 229, 183, var(--border-opacity))
}

.focus\:border-green-2:focus {
  --border-opacity: 1;
  border-color: #334d10;
  border-color: rgba(51, 77, 16, var(--border-opacity))
}

.focus\:border-purple-1:focus {
  --border-opacity: 1;
  border-color: #403862;
  border-color: rgba(64, 56, 98, var(--border-opacity))
}

.focus\:border-purple-2:focus {
  --border-opacity: 1;
  border-color: #554a82;
  border-color: rgba(85, 74, 130, var(--border-opacity))
}

.border-opacity-0 {
  --border-opacity: 0
}

.border-opacity-25 {
  --border-opacity: 0.25
}

.border-opacity-50 {
  --border-opacity: 0.5
}

.border-opacity-75 {
  --border-opacity: 0.75
}

.border-opacity-100 {
  --border-opacity: 1
}

.hover\:border-opacity-0:hover {
  --border-opacity: 0
}

.hover\:border-opacity-25:hover {
  --border-opacity: 0.25
}

.hover\:border-opacity-50:hover {
  --border-opacity: 0.5
}

.hover\:border-opacity-75:hover {
  --border-opacity: 0.75
}

.hover\:border-opacity-100:hover {
  --border-opacity: 1
}

.focus\:border-opacity-0:focus {
  --border-opacity: 0
}

.focus\:border-opacity-25:focus {
  --border-opacity: 0.25
}

.focus\:border-opacity-50:focus {
  --border-opacity: 0.5
}

.focus\:border-opacity-75:focus {
  --border-opacity: 0.75
}

.focus\:border-opacity-100:focus {
  --border-opacity: 1
}

.rounded-1 {
  border-radius: 2px
}

.rounded-2 {
  border-radius: 4px
}

.rounded-3 {
  border-radius: 6px
}

.rounded-4 {
  border-radius: 8px
}

.rounded-5 {
  border-radius: 10px
}

.rounded-6 {
  border-radius: 12px
}

.rounded-7 {
  border-radius: 14px
}

.rounded-8 {
  border-radius: 16px
}

.rounded-9 {
  border-radius: 18px
}

.rounded-10 {
  border-radius: 20px
}

.rounded-11 {
  border-radius: 22px
}

.rounded-12 {
  border-radius: 24px
}

.rounded-13 {
  border-radius: 26px
}

.rounded-14 {
  border-radius: 28px
}

.rounded-15 {
  border-radius: 30px
}

.rounded-16 {
  border-radius: 32px
}

.rounded-17 {
  border-radius: 34px
}

.rounded-18 {
  border-radius: 36px
}

.rounded-19 {
  border-radius: 38px
}

.rounded-20 {
  border-radius: 40px
}

.rounded-21 {
  border-radius: 42px
}

.rounded-22 {
  border-radius: 44px
}

.rounded-23 {
  border-radius: 46px
}

.rounded-24 {
  border-radius: 48px
}

.rounded-25 {
  border-radius: 50px
}

.rounded-26 {
  border-radius: 52px
}

.rounded-27 {
  border-radius: 54px
}

.rounded-28 {
  border-radius: 56px
}

.rounded-29 {
  border-radius: 58px
}

.rounded-30 {
  border-radius: 60px
}

.rounded-31 {
  border-radius: 62px
}

.rounded-32 {
  border-radius: 64px
}

.rounded-33 {
  border-radius: 66px
}

.rounded-34 {
  border-radius: 68px
}

.rounded-35 {
  border-radius: 70px
}

.rounded-36 {
  border-radius: 72px
}

.rounded-37 {
  border-radius: 74px
}

.rounded-38 {
  border-radius: 76px
}

.rounded-39 {
  border-radius: 78px
}

.rounded-40 {
  border-radius: 80px
}

.rounded-41 {
  border-radius: 82px
}

.rounded-42 {
  border-radius: 84px
}

.rounded-43 {
  border-radius: 86px
}

.rounded-44 {
  border-radius: 88px
}

.rounded-45 {
  border-radius: 90px
}

.rounded-46 {
  border-radius: 92px
}

.rounded-47 {
  border-radius: 94px
}

.rounded-48 {
  border-radius: 96px
}

.rounded-49 {
  border-radius: 98px
}

.rounded-50 {
  border-radius: 100px
}

.rounded-51 {
  border-radius: 102px
}

.rounded-52 {
  border-radius: 104px
}

.rounded-53 {
  border-radius: 106px
}

.rounded-54 {
  border-radius: 108px
}

.rounded-55 {
  border-radius: 110px
}

.rounded-56 {
  border-radius: 112px
}

.rounded-57 {
  border-radius: 114px
}

.rounded-58 {
  border-radius: 116px
}

.rounded-59 {
  border-radius: 118px
}

.rounded-60 {
  border-radius: 120px
}

.rounded-61 {
  border-radius: 122px
}

.rounded-62 {
  border-radius: 124px
}

.rounded-63 {
  border-radius: 126px
}

.rounded-64 {
  border-radius: 128px
}

.rounded-65 {
  border-radius: 130px
}

.rounded-66 {
  border-radius: 132px
}

.rounded-67 {
  border-radius: 134px
}

.rounded-68 {
  border-radius: 136px
}

.rounded-69 {
  border-radius: 138px
}

.rounded-70 {
  border-radius: 140px
}

.rounded-71 {
  border-radius: 142px
}

.rounded-72 {
  border-radius: 144px
}

.rounded-73 {
  border-radius: 146px
}

.rounded-74 {
  border-radius: 148px
}

.rounded-75 {
  border-radius: 150px
}

.rounded-76 {
  border-radius: 152px
}

.rounded-77 {
  border-radius: 154px
}

.rounded-78 {
  border-radius: 156px
}

.rounded-79 {
  border-radius: 158px
}

.rounded-80 {
  border-radius: 160px
}

.rounded-81 {
  border-radius: 162px
}

.rounded-82 {
  border-radius: 164px
}

.rounded-83 {
  border-radius: 166px
}

.rounded-84 {
  border-radius: 168px
}

.rounded-85 {
  border-radius: 170px
}

.rounded-86 {
  border-radius: 172px
}

.rounded-87 {
  border-radius: 174px
}

.rounded-88 {
  border-radius: 176px
}

.rounded-89 {
  border-radius: 178px
}

.rounded-90 {
  border-radius: 180px
}

.rounded-91 {
  border-radius: 182px
}

.rounded-92 {
  border-radius: 184px
}

.rounded-93 {
  border-radius: 186px
}

.rounded-94 {
  border-radius: 188px
}

.rounded-95 {
  border-radius: 190px
}

.rounded-96 {
  border-radius: 192px
}

.rounded-97 {
  border-radius: 194px
}

.rounded-98 {
  border-radius: 196px
}

.rounded-99 {
  border-radius: 198px
}

.rounded-100 {
  border-radius: 200px
}

.rounded-none {
  border-radius: 0
}

.rounded {
  border-radius: 5px
}

.rounded-circle {
  border-radius: 50%
}

.rounded-t-1 {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px
}

.rounded-r-1 {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px
}

.rounded-b-1 {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px
}

.rounded-l-1 {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px
}

.rounded-t-2 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.rounded-r-2 {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.rounded-b-2 {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

.rounded-l-2 {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.rounded-t-3 {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px
}

.rounded-r-3 {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px
}

.rounded-b-3 {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px
}

.rounded-l-3 {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px
}

.rounded-t-4 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px
}

.rounded-r-4 {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px
}

.rounded-b-4 {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px
}

.rounded-l-4 {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px
}

.rounded-t-5 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

.rounded-r-5 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px
}

.rounded-b-5 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px
}

.rounded-l-5 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px
}

.rounded-t-6 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px
}

.rounded-r-6 {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px
}

.rounded-b-6 {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px
}

.rounded-l-6 {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px
}

.rounded-t-7 {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px
}

.rounded-r-7 {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px
}

.rounded-b-7 {
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px
}

.rounded-l-7 {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px
}

.rounded-t-8 {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px
}

.rounded-r-8 {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px
}

.rounded-b-8 {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px
}

.rounded-l-8 {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px
}

.rounded-t-9 {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px
}

.rounded-r-9 {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px
}

.rounded-b-9 {
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px
}

.rounded-l-9 {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px
}

.rounded-t-10 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px
}

.rounded-r-10 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px
}

.rounded-b-10 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px
}

.rounded-l-10 {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px
}

.rounded-t-11 {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px
}

.rounded-r-11 {
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px
}

.rounded-b-11 {
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px
}

.rounded-l-11 {
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px
}

.rounded-t-12 {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px
}

.rounded-r-12 {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px
}

.rounded-b-12 {
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px
}

.rounded-l-12 {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px
}

.rounded-t-13 {
  border-top-left-radius: 26px;
  border-top-right-radius: 26px
}

.rounded-r-13 {
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px
}

.rounded-b-13 {
  border-bottom-right-radius: 26px;
  border-bottom-left-radius: 26px
}

.rounded-l-13 {
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px
}

.rounded-t-14 {
  border-top-left-radius: 28px;
  border-top-right-radius: 28px
}

.rounded-r-14 {
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px
}

.rounded-b-14 {
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px
}

.rounded-l-14 {
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px
}

.rounded-t-15 {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px
}

.rounded-r-15 {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px
}

.rounded-b-15 {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px
}

.rounded-l-15 {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px
}

.rounded-t-16 {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px
}

.rounded-r-16 {
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px
}

.rounded-b-16 {
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px
}

.rounded-l-16 {
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px
}

.rounded-t-17 {
  border-top-left-radius: 34px;
  border-top-right-radius: 34px
}

.rounded-r-17 {
  border-top-right-radius: 34px;
  border-bottom-right-radius: 34px
}

.rounded-b-17 {
  border-bottom-right-radius: 34px;
  border-bottom-left-radius: 34px
}

.rounded-l-17 {
  border-top-left-radius: 34px;
  border-bottom-left-radius: 34px
}

.rounded-t-18 {
  border-top-left-radius: 36px;
  border-top-right-radius: 36px
}

.rounded-r-18 {
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px
}

.rounded-b-18 {
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px
}

.rounded-l-18 {
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px
}

.rounded-t-19 {
  border-top-left-radius: 38px;
  border-top-right-radius: 38px
}

.rounded-r-19 {
  border-top-right-radius: 38px;
  border-bottom-right-radius: 38px
}

.rounded-b-19 {
  border-bottom-right-radius: 38px;
  border-bottom-left-radius: 38px
}

.rounded-l-19 {
  border-top-left-radius: 38px;
  border-bottom-left-radius: 38px
}

.rounded-t-20 {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px
}

.rounded-r-20 {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px
}

.rounded-b-20 {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px
}

.rounded-l-20 {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px
}

.rounded-t-21 {
  border-top-left-radius: 42px;
  border-top-right-radius: 42px
}

.rounded-r-21 {
  border-top-right-radius: 42px;
  border-bottom-right-radius: 42px
}

.rounded-b-21 {
  border-bottom-right-radius: 42px;
  border-bottom-left-radius: 42px
}

.rounded-l-21 {
  border-top-left-radius: 42px;
  border-bottom-left-radius: 42px
}

.rounded-t-22 {
  border-top-left-radius: 44px;
  border-top-right-radius: 44px
}

.rounded-r-22 {
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px
}

.rounded-b-22 {
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px
}

.rounded-l-22 {
  border-top-left-radius: 44px;
  border-bottom-left-radius: 44px
}

.rounded-t-23 {
  border-top-left-radius: 46px;
  border-top-right-radius: 46px
}

.rounded-r-23 {
  border-top-right-radius: 46px;
  border-bottom-right-radius: 46px
}

.rounded-b-23 {
  border-bottom-right-radius: 46px;
  border-bottom-left-radius: 46px
}

.rounded-l-23 {
  border-top-left-radius: 46px;
  border-bottom-left-radius: 46px
}

.rounded-t-24 {
  border-top-left-radius: 48px;
  border-top-right-radius: 48px
}

.rounded-r-24 {
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px
}

.rounded-b-24 {
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px
}

.rounded-l-24 {
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px
}

.rounded-t-25 {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px
}

.rounded-r-25 {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px
}

.rounded-b-25 {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px
}

.rounded-l-25 {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px
}

.rounded-t-26 {
  border-top-left-radius: 52px;
  border-top-right-radius: 52px
}

.rounded-r-26 {
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px
}

.rounded-b-26 {
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px
}

.rounded-l-26 {
  border-top-left-radius: 52px;
  border-bottom-left-radius: 52px
}

.rounded-t-27 {
  border-top-left-radius: 54px;
  border-top-right-radius: 54px
}

.rounded-r-27 {
  border-top-right-radius: 54px;
  border-bottom-right-radius: 54px
}

.rounded-b-27 {
  border-bottom-right-radius: 54px;
  border-bottom-left-radius: 54px
}

.rounded-l-27 {
  border-top-left-radius: 54px;
  border-bottom-left-radius: 54px
}

.rounded-t-28 {
  border-top-left-radius: 56px;
  border-top-right-radius: 56px
}

.rounded-r-28 {
  border-top-right-radius: 56px;
  border-bottom-right-radius: 56px
}

.rounded-b-28 {
  border-bottom-right-radius: 56px;
  border-bottom-left-radius: 56px
}

.rounded-l-28 {
  border-top-left-radius: 56px;
  border-bottom-left-radius: 56px
}

.rounded-t-29 {
  border-top-left-radius: 58px;
  border-top-right-radius: 58px
}

.rounded-r-29 {
  border-top-right-radius: 58px;
  border-bottom-right-radius: 58px
}

.rounded-b-29 {
  border-bottom-right-radius: 58px;
  border-bottom-left-radius: 58px
}

.rounded-l-29 {
  border-top-left-radius: 58px;
  border-bottom-left-radius: 58px
}

.rounded-t-30 {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px
}

.rounded-r-30 {
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px
}

.rounded-b-30 {
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px
}

.rounded-l-30 {
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px
}

.rounded-t-31 {
  border-top-left-radius: 62px;
  border-top-right-radius: 62px
}

.rounded-r-31 {
  border-top-right-radius: 62px;
  border-bottom-right-radius: 62px
}

.rounded-b-31 {
  border-bottom-right-radius: 62px;
  border-bottom-left-radius: 62px
}

.rounded-l-31 {
  border-top-left-radius: 62px;
  border-bottom-left-radius: 62px
}

.rounded-t-32 {
  border-top-left-radius: 64px;
  border-top-right-radius: 64px
}

.rounded-r-32 {
  border-top-right-radius: 64px;
  border-bottom-right-radius: 64px
}

.rounded-b-32 {
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 64px
}

.rounded-l-32 {
  border-top-left-radius: 64px;
  border-bottom-left-radius: 64px
}

.rounded-t-33 {
  border-top-left-radius: 66px;
  border-top-right-radius: 66px
}

.rounded-r-33 {
  border-top-right-radius: 66px;
  border-bottom-right-radius: 66px
}

.rounded-b-33 {
  border-bottom-right-radius: 66px;
  border-bottom-left-radius: 66px
}

.rounded-l-33 {
  border-top-left-radius: 66px;
  border-bottom-left-radius: 66px
}

.rounded-t-34 {
  border-top-left-radius: 68px;
  border-top-right-radius: 68px
}

.rounded-r-34 {
  border-top-right-radius: 68px;
  border-bottom-right-radius: 68px
}

.rounded-b-34 {
  border-bottom-right-radius: 68px;
  border-bottom-left-radius: 68px
}

.rounded-l-34 {
  border-top-left-radius: 68px;
  border-bottom-left-radius: 68px
}

.rounded-t-35 {
  border-top-left-radius: 70px;
  border-top-right-radius: 70px
}

.rounded-r-35 {
  border-top-right-radius: 70px;
  border-bottom-right-radius: 70px
}

.rounded-b-35 {
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 70px
}

.rounded-l-35 {
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px
}

.rounded-t-36 {
  border-top-left-radius: 72px;
  border-top-right-radius: 72px
}

.rounded-r-36 {
  border-top-right-radius: 72px;
  border-bottom-right-radius: 72px
}

.rounded-b-36 {
  border-bottom-right-radius: 72px;
  border-bottom-left-radius: 72px
}

.rounded-l-36 {
  border-top-left-radius: 72px;
  border-bottom-left-radius: 72px
}

.rounded-t-37 {
  border-top-left-radius: 74px;
  border-top-right-radius: 74px
}

.rounded-r-37 {
  border-top-right-radius: 74px;
  border-bottom-right-radius: 74px
}

.rounded-b-37 {
  border-bottom-right-radius: 74px;
  border-bottom-left-radius: 74px
}

.rounded-l-37 {
  border-top-left-radius: 74px;
  border-bottom-left-radius: 74px
}

.rounded-t-38 {
  border-top-left-radius: 76px;
  border-top-right-radius: 76px
}

.rounded-r-38 {
  border-top-right-radius: 76px;
  border-bottom-right-radius: 76px
}

.rounded-b-38 {
  border-bottom-right-radius: 76px;
  border-bottom-left-radius: 76px
}

.rounded-l-38 {
  border-top-left-radius: 76px;
  border-bottom-left-radius: 76px
}

.rounded-t-39 {
  border-top-left-radius: 78px;
  border-top-right-radius: 78px
}

.rounded-r-39 {
  border-top-right-radius: 78px;
  border-bottom-right-radius: 78px
}

.rounded-b-39 {
  border-bottom-right-radius: 78px;
  border-bottom-left-radius: 78px
}

.rounded-l-39 {
  border-top-left-radius: 78px;
  border-bottom-left-radius: 78px
}

.rounded-t-40 {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px
}

.rounded-r-40 {
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px
}

.rounded-b-40 {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px
}

.rounded-l-40 {
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px
}

.rounded-t-41 {
  border-top-left-radius: 82px;
  border-top-right-radius: 82px
}

.rounded-r-41 {
  border-top-right-radius: 82px;
  border-bottom-right-radius: 82px
}

.rounded-b-41 {
  border-bottom-right-radius: 82px;
  border-bottom-left-radius: 82px
}

.rounded-l-41 {
  border-top-left-radius: 82px;
  border-bottom-left-radius: 82px
}

.rounded-t-42 {
  border-top-left-radius: 84px;
  border-top-right-radius: 84px
}

.rounded-r-42 {
  border-top-right-radius: 84px;
  border-bottom-right-radius: 84px
}

.rounded-b-42 {
  border-bottom-right-radius: 84px;
  border-bottom-left-radius: 84px
}

.rounded-l-42 {
  border-top-left-radius: 84px;
  border-bottom-left-radius: 84px
}

.rounded-t-43 {
  border-top-left-radius: 86px;
  border-top-right-radius: 86px
}

.rounded-r-43 {
  border-top-right-radius: 86px;
  border-bottom-right-radius: 86px
}

.rounded-b-43 {
  border-bottom-right-radius: 86px;
  border-bottom-left-radius: 86px
}

.rounded-l-43 {
  border-top-left-radius: 86px;
  border-bottom-left-radius: 86px
}

.rounded-t-44 {
  border-top-left-radius: 88px;
  border-top-right-radius: 88px
}

.rounded-r-44 {
  border-top-right-radius: 88px;
  border-bottom-right-radius: 88px
}

.rounded-b-44 {
  border-bottom-right-radius: 88px;
  border-bottom-left-radius: 88px
}

.rounded-l-44 {
  border-top-left-radius: 88px;
  border-bottom-left-radius: 88px
}

.rounded-t-45 {
  border-top-left-radius: 90px;
  border-top-right-radius: 90px
}

.rounded-r-45 {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px
}

.rounded-b-45 {
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px
}

.rounded-l-45 {
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px
}

.rounded-t-46 {
  border-top-left-radius: 92px;
  border-top-right-radius: 92px
}

.rounded-r-46 {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px
}

.rounded-b-46 {
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px
}

.rounded-l-46 {
  border-top-left-radius: 92px;
  border-bottom-left-radius: 92px
}

.rounded-t-47 {
  border-top-left-radius: 94px;
  border-top-right-radius: 94px
}

.rounded-r-47 {
  border-top-right-radius: 94px;
  border-bottom-right-radius: 94px
}

.rounded-b-47 {
  border-bottom-right-radius: 94px;
  border-bottom-left-radius: 94px
}

.rounded-l-47 {
  border-top-left-radius: 94px;
  border-bottom-left-radius: 94px
}

.rounded-t-48 {
  border-top-left-radius: 96px;
  border-top-right-radius: 96px
}

.rounded-r-48 {
  border-top-right-radius: 96px;
  border-bottom-right-radius: 96px
}

.rounded-b-48 {
  border-bottom-right-radius: 96px;
  border-bottom-left-radius: 96px
}

.rounded-l-48 {
  border-top-left-radius: 96px;
  border-bottom-left-radius: 96px
}

.rounded-t-49 {
  border-top-left-radius: 98px;
  border-top-right-radius: 98px
}

.rounded-r-49 {
  border-top-right-radius: 98px;
  border-bottom-right-radius: 98px
}

.rounded-b-49 {
  border-bottom-right-radius: 98px;
  border-bottom-left-radius: 98px
}

.rounded-l-49 {
  border-top-left-radius: 98px;
  border-bottom-left-radius: 98px
}

.rounded-t-50 {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px
}

.rounded-r-50 {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px
}

.rounded-b-50 {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px
}

.rounded-l-50 {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px
}

.rounded-t-51 {
  border-top-left-radius: 102px;
  border-top-right-radius: 102px
}

.rounded-r-51 {
  border-top-right-radius: 102px;
  border-bottom-right-radius: 102px
}

.rounded-b-51 {
  border-bottom-right-radius: 102px;
  border-bottom-left-radius: 102px
}

.rounded-l-51 {
  border-top-left-radius: 102px;
  border-bottom-left-radius: 102px
}

.rounded-t-52 {
  border-top-left-radius: 104px;
  border-top-right-radius: 104px
}

.rounded-r-52 {
  border-top-right-radius: 104px;
  border-bottom-right-radius: 104px
}

.rounded-b-52 {
  border-bottom-right-radius: 104px;
  border-bottom-left-radius: 104px
}

.rounded-l-52 {
  border-top-left-radius: 104px;
  border-bottom-left-radius: 104px
}

.rounded-t-53 {
  border-top-left-radius: 106px;
  border-top-right-radius: 106px
}

.rounded-r-53 {
  border-top-right-radius: 106px;
  border-bottom-right-radius: 106px
}

.rounded-b-53 {
  border-bottom-right-radius: 106px;
  border-bottom-left-radius: 106px
}

.rounded-l-53 {
  border-top-left-radius: 106px;
  border-bottom-left-radius: 106px
}

.rounded-t-54 {
  border-top-left-radius: 108px;
  border-top-right-radius: 108px
}

.rounded-r-54 {
  border-top-right-radius: 108px;
  border-bottom-right-radius: 108px
}

.rounded-b-54 {
  border-bottom-right-radius: 108px;
  border-bottom-left-radius: 108px
}

.rounded-l-54 {
  border-top-left-radius: 108px;
  border-bottom-left-radius: 108px
}

.rounded-t-55 {
  border-top-left-radius: 110px;
  border-top-right-radius: 110px
}

.rounded-r-55 {
  border-top-right-radius: 110px;
  border-bottom-right-radius: 110px
}

.rounded-b-55 {
  border-bottom-right-radius: 110px;
  border-bottom-left-radius: 110px
}

.rounded-l-55 {
  border-top-left-radius: 110px;
  border-bottom-left-radius: 110px
}

.rounded-t-56 {
  border-top-left-radius: 112px;
  border-top-right-radius: 112px
}

.rounded-r-56 {
  border-top-right-radius: 112px;
  border-bottom-right-radius: 112px
}

.rounded-b-56 {
  border-bottom-right-radius: 112px;
  border-bottom-left-radius: 112px
}

.rounded-l-56 {
  border-top-left-radius: 112px;
  border-bottom-left-radius: 112px
}

.rounded-t-57 {
  border-top-left-radius: 114px;
  border-top-right-radius: 114px
}

.rounded-r-57 {
  border-top-right-radius: 114px;
  border-bottom-right-radius: 114px
}

.rounded-b-57 {
  border-bottom-right-radius: 114px;
  border-bottom-left-radius: 114px
}

.rounded-l-57 {
  border-top-left-radius: 114px;
  border-bottom-left-radius: 114px
}

.rounded-t-58 {
  border-top-left-radius: 116px;
  border-top-right-radius: 116px
}

.rounded-r-58 {
  border-top-right-radius: 116px;
  border-bottom-right-radius: 116px
}

.rounded-b-58 {
  border-bottom-right-radius: 116px;
  border-bottom-left-radius: 116px
}

.rounded-l-58 {
  border-top-left-radius: 116px;
  border-bottom-left-radius: 116px
}

.rounded-t-59 {
  border-top-left-radius: 118px;
  border-top-right-radius: 118px
}

.rounded-r-59 {
  border-top-right-radius: 118px;
  border-bottom-right-radius: 118px
}

.rounded-b-59 {
  border-bottom-right-radius: 118px;
  border-bottom-left-radius: 118px
}

.rounded-l-59 {
  border-top-left-radius: 118px;
  border-bottom-left-radius: 118px
}

.rounded-t-60 {
  border-top-left-radius: 120px;
  border-top-right-radius: 120px
}

.rounded-r-60 {
  border-top-right-radius: 120px;
  border-bottom-right-radius: 120px
}

.rounded-b-60 {
  border-bottom-right-radius: 120px;
  border-bottom-left-radius: 120px
}

.rounded-l-60 {
  border-top-left-radius: 120px;
  border-bottom-left-radius: 120px
}

.rounded-t-61 {
  border-top-left-radius: 122px;
  border-top-right-radius: 122px
}

.rounded-r-61 {
  border-top-right-radius: 122px;
  border-bottom-right-radius: 122px
}

.rounded-b-61 {
  border-bottom-right-radius: 122px;
  border-bottom-left-radius: 122px
}

.rounded-l-61 {
  border-top-left-radius: 122px;
  border-bottom-left-radius: 122px
}

.rounded-t-62 {
  border-top-left-radius: 124px;
  border-top-right-radius: 124px
}

.rounded-r-62 {
  border-top-right-radius: 124px;
  border-bottom-right-radius: 124px
}

.rounded-b-62 {
  border-bottom-right-radius: 124px;
  border-bottom-left-radius: 124px
}

.rounded-l-62 {
  border-top-left-radius: 124px;
  border-bottom-left-radius: 124px
}

.rounded-t-63 {
  border-top-left-radius: 126px;
  border-top-right-radius: 126px
}

.rounded-r-63 {
  border-top-right-radius: 126px;
  border-bottom-right-radius: 126px
}

.rounded-b-63 {
  border-bottom-right-radius: 126px;
  border-bottom-left-radius: 126px
}

.rounded-l-63 {
  border-top-left-radius: 126px;
  border-bottom-left-radius: 126px
}

.rounded-t-64 {
  border-top-left-radius: 128px;
  border-top-right-radius: 128px
}

.rounded-r-64 {
  border-top-right-radius: 128px;
  border-bottom-right-radius: 128px
}

.rounded-b-64 {
  border-bottom-right-radius: 128px;
  border-bottom-left-radius: 128px
}

.rounded-l-64 {
  border-top-left-radius: 128px;
  border-bottom-left-radius: 128px
}

.rounded-t-65 {
  border-top-left-radius: 130px;
  border-top-right-radius: 130px
}

.rounded-r-65 {
  border-top-right-radius: 130px;
  border-bottom-right-radius: 130px
}

.rounded-b-65 {
  border-bottom-right-radius: 130px;
  border-bottom-left-radius: 130px
}

.rounded-l-65 {
  border-top-left-radius: 130px;
  border-bottom-left-radius: 130px
}

.rounded-t-66 {
  border-top-left-radius: 132px;
  border-top-right-radius: 132px
}

.rounded-r-66 {
  border-top-right-radius: 132px;
  border-bottom-right-radius: 132px
}

.rounded-b-66 {
  border-bottom-right-radius: 132px;
  border-bottom-left-radius: 132px
}

.rounded-l-66 {
  border-top-left-radius: 132px;
  border-bottom-left-radius: 132px
}

.rounded-t-67 {
  border-top-left-radius: 134px;
  border-top-right-radius: 134px
}

.rounded-r-67 {
  border-top-right-radius: 134px;
  border-bottom-right-radius: 134px
}

.rounded-b-67 {
  border-bottom-right-radius: 134px;
  border-bottom-left-radius: 134px
}

.rounded-l-67 {
  border-top-left-radius: 134px;
  border-bottom-left-radius: 134px
}

.rounded-t-68 {
  border-top-left-radius: 136px;
  border-top-right-radius: 136px
}

.rounded-r-68 {
  border-top-right-radius: 136px;
  border-bottom-right-radius: 136px
}

.rounded-b-68 {
  border-bottom-right-radius: 136px;
  border-bottom-left-radius: 136px
}

.rounded-l-68 {
  border-top-left-radius: 136px;
  border-bottom-left-radius: 136px
}

.rounded-t-69 {
  border-top-left-radius: 138px;
  border-top-right-radius: 138px
}

.rounded-r-69 {
  border-top-right-radius: 138px;
  border-bottom-right-radius: 138px
}

.rounded-b-69 {
  border-bottom-right-radius: 138px;
  border-bottom-left-radius: 138px
}

.rounded-l-69 {
  border-top-left-radius: 138px;
  border-bottom-left-radius: 138px
}

.rounded-t-70 {
  border-top-left-radius: 140px;
  border-top-right-radius: 140px
}

.rounded-r-70 {
  border-top-right-radius: 140px;
  border-bottom-right-radius: 140px
}

.rounded-b-70 {
  border-bottom-right-radius: 140px;
  border-bottom-left-radius: 140px
}

.rounded-l-70 {
  border-top-left-radius: 140px;
  border-bottom-left-radius: 140px
}

.rounded-t-71 {
  border-top-left-radius: 142px;
  border-top-right-radius: 142px
}

.rounded-r-71 {
  border-top-right-radius: 142px;
  border-bottom-right-radius: 142px
}

.rounded-b-71 {
  border-bottom-right-radius: 142px;
  border-bottom-left-radius: 142px
}

.rounded-l-71 {
  border-top-left-radius: 142px;
  border-bottom-left-radius: 142px
}

.rounded-t-72 {
  border-top-left-radius: 144px;
  border-top-right-radius: 144px
}

.rounded-r-72 {
  border-top-right-radius: 144px;
  border-bottom-right-radius: 144px
}

.rounded-b-72 {
  border-bottom-right-radius: 144px;
  border-bottom-left-radius: 144px
}

.rounded-l-72 {
  border-top-left-radius: 144px;
  border-bottom-left-radius: 144px
}

.rounded-t-73 {
  border-top-left-radius: 146px;
  border-top-right-radius: 146px
}

.rounded-r-73 {
  border-top-right-radius: 146px;
  border-bottom-right-radius: 146px
}

.rounded-b-73 {
  border-bottom-right-radius: 146px;
  border-bottom-left-radius: 146px
}

.rounded-l-73 {
  border-top-left-radius: 146px;
  border-bottom-left-radius: 146px
}

.rounded-t-74 {
  border-top-left-radius: 148px;
  border-top-right-radius: 148px
}

.rounded-r-74 {
  border-top-right-radius: 148px;
  border-bottom-right-radius: 148px
}

.rounded-b-74 {
  border-bottom-right-radius: 148px;
  border-bottom-left-radius: 148px
}

.rounded-l-74 {
  border-top-left-radius: 148px;
  border-bottom-left-radius: 148px
}

.rounded-t-75 {
  border-top-left-radius: 150px;
  border-top-right-radius: 150px
}

.rounded-r-75 {
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px
}

.rounded-b-75 {
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px
}

.rounded-l-75 {
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px
}

.rounded-t-76 {
  border-top-left-radius: 152px;
  border-top-right-radius: 152px
}

.rounded-r-76 {
  border-top-right-radius: 152px;
  border-bottom-right-radius: 152px
}

.rounded-b-76 {
  border-bottom-right-radius: 152px;
  border-bottom-left-radius: 152px
}

.rounded-l-76 {
  border-top-left-radius: 152px;
  border-bottom-left-radius: 152px
}

.rounded-t-77 {
  border-top-left-radius: 154px;
  border-top-right-radius: 154px
}

.rounded-r-77 {
  border-top-right-radius: 154px;
  border-bottom-right-radius: 154px
}

.rounded-b-77 {
  border-bottom-right-radius: 154px;
  border-bottom-left-radius: 154px
}

.rounded-l-77 {
  border-top-left-radius: 154px;
  border-bottom-left-radius: 154px
}

.rounded-t-78 {
  border-top-left-radius: 156px;
  border-top-right-radius: 156px
}

.rounded-r-78 {
  border-top-right-radius: 156px;
  border-bottom-right-radius: 156px
}

.rounded-b-78 {
  border-bottom-right-radius: 156px;
  border-bottom-left-radius: 156px
}

.rounded-l-78 {
  border-top-left-radius: 156px;
  border-bottom-left-radius: 156px
}

.rounded-t-79 {
  border-top-left-radius: 158px;
  border-top-right-radius: 158px
}

.rounded-r-79 {
  border-top-right-radius: 158px;
  border-bottom-right-radius: 158px
}

.rounded-b-79 {
  border-bottom-right-radius: 158px;
  border-bottom-left-radius: 158px
}

.rounded-l-79 {
  border-top-left-radius: 158px;
  border-bottom-left-radius: 158px
}

.rounded-t-80 {
  border-top-left-radius: 160px;
  border-top-right-radius: 160px
}

.rounded-r-80 {
  border-top-right-radius: 160px;
  border-bottom-right-radius: 160px
}

.rounded-b-80 {
  border-bottom-right-radius: 160px;
  border-bottom-left-radius: 160px
}

.rounded-l-80 {
  border-top-left-radius: 160px;
  border-bottom-left-radius: 160px
}

.rounded-t-81 {
  border-top-left-radius: 162px;
  border-top-right-radius: 162px
}

.rounded-r-81 {
  border-top-right-radius: 162px;
  border-bottom-right-radius: 162px
}

.rounded-b-81 {
  border-bottom-right-radius: 162px;
  border-bottom-left-radius: 162px
}

.rounded-l-81 {
  border-top-left-radius: 162px;
  border-bottom-left-radius: 162px
}

.rounded-t-82 {
  border-top-left-radius: 164px;
  border-top-right-radius: 164px
}

.rounded-r-82 {
  border-top-right-radius: 164px;
  border-bottom-right-radius: 164px
}

.rounded-b-82 {
  border-bottom-right-radius: 164px;
  border-bottom-left-radius: 164px
}

.rounded-l-82 {
  border-top-left-radius: 164px;
  border-bottom-left-radius: 164px
}

.rounded-t-83 {
  border-top-left-radius: 166px;
  border-top-right-radius: 166px
}

.rounded-r-83 {
  border-top-right-radius: 166px;
  border-bottom-right-radius: 166px
}

.rounded-b-83 {
  border-bottom-right-radius: 166px;
  border-bottom-left-radius: 166px
}

.rounded-l-83 {
  border-top-left-radius: 166px;
  border-bottom-left-radius: 166px
}

.rounded-t-84 {
  border-top-left-radius: 168px;
  border-top-right-radius: 168px
}

.rounded-r-84 {
  border-top-right-radius: 168px;
  border-bottom-right-radius: 168px
}

.rounded-b-84 {
  border-bottom-right-radius: 168px;
  border-bottom-left-radius: 168px
}

.rounded-l-84 {
  border-top-left-radius: 168px;
  border-bottom-left-radius: 168px
}

.rounded-t-85 {
  border-top-left-radius: 170px;
  border-top-right-radius: 170px
}

.rounded-r-85 {
  border-top-right-radius: 170px;
  border-bottom-right-radius: 170px
}

.rounded-b-85 {
  border-bottom-right-radius: 170px;
  border-bottom-left-radius: 170px
}

.rounded-l-85 {
  border-top-left-radius: 170px;
  border-bottom-left-radius: 170px
}

.rounded-t-86 {
  border-top-left-radius: 172px;
  border-top-right-radius: 172px
}

.rounded-r-86 {
  border-top-right-radius: 172px;
  border-bottom-right-radius: 172px
}

.rounded-b-86 {
  border-bottom-right-radius: 172px;
  border-bottom-left-radius: 172px
}

.rounded-l-86 {
  border-top-left-radius: 172px;
  border-bottom-left-radius: 172px
}

.rounded-t-87 {
  border-top-left-radius: 174px;
  border-top-right-radius: 174px
}

.rounded-r-87 {
  border-top-right-radius: 174px;
  border-bottom-right-radius: 174px
}

.rounded-b-87 {
  border-bottom-right-radius: 174px;
  border-bottom-left-radius: 174px
}

.rounded-l-87 {
  border-top-left-radius: 174px;
  border-bottom-left-radius: 174px
}

.rounded-t-88 {
  border-top-left-radius: 176px;
  border-top-right-radius: 176px
}

.rounded-r-88 {
  border-top-right-radius: 176px;
  border-bottom-right-radius: 176px
}

.rounded-b-88 {
  border-bottom-right-radius: 176px;
  border-bottom-left-radius: 176px
}

.rounded-l-88 {
  border-top-left-radius: 176px;
  border-bottom-left-radius: 176px
}

.rounded-t-89 {
  border-top-left-radius: 178px;
  border-top-right-radius: 178px
}

.rounded-r-89 {
  border-top-right-radius: 178px;
  border-bottom-right-radius: 178px
}

.rounded-b-89 {
  border-bottom-right-radius: 178px;
  border-bottom-left-radius: 178px
}

.rounded-l-89 {
  border-top-left-radius: 178px;
  border-bottom-left-radius: 178px
}

.rounded-t-90 {
  border-top-left-radius: 180px;
  border-top-right-radius: 180px
}

.rounded-r-90 {
  border-top-right-radius: 180px;
  border-bottom-right-radius: 180px
}

.rounded-b-90 {
  border-bottom-right-radius: 180px;
  border-bottom-left-radius: 180px
}

.rounded-l-90 {
  border-top-left-radius: 180px;
  border-bottom-left-radius: 180px
}

.rounded-t-91 {
  border-top-left-radius: 182px;
  border-top-right-radius: 182px
}

.rounded-r-91 {
  border-top-right-radius: 182px;
  border-bottom-right-radius: 182px
}

.rounded-b-91 {
  border-bottom-right-radius: 182px;
  border-bottom-left-radius: 182px
}

.rounded-l-91 {
  border-top-left-radius: 182px;
  border-bottom-left-radius: 182px
}

.rounded-t-92 {
  border-top-left-radius: 184px;
  border-top-right-radius: 184px
}

.rounded-r-92 {
  border-top-right-radius: 184px;
  border-bottom-right-radius: 184px
}

.rounded-b-92 {
  border-bottom-right-radius: 184px;
  border-bottom-left-radius: 184px
}

.rounded-l-92 {
  border-top-left-radius: 184px;
  border-bottom-left-radius: 184px
}

.rounded-t-93 {
  border-top-left-radius: 186px;
  border-top-right-radius: 186px
}

.rounded-r-93 {
  border-top-right-radius: 186px;
  border-bottom-right-radius: 186px
}

.rounded-b-93 {
  border-bottom-right-radius: 186px;
  border-bottom-left-radius: 186px
}

.rounded-l-93 {
  border-top-left-radius: 186px;
  border-bottom-left-radius: 186px
}

.rounded-t-94 {
  border-top-left-radius: 188px;
  border-top-right-radius: 188px
}

.rounded-r-94 {
  border-top-right-radius: 188px;
  border-bottom-right-radius: 188px
}

.rounded-b-94 {
  border-bottom-right-radius: 188px;
  border-bottom-left-radius: 188px
}

.rounded-l-94 {
  border-top-left-radius: 188px;
  border-bottom-left-radius: 188px
}

.rounded-t-95 {
  border-top-left-radius: 190px;
  border-top-right-radius: 190px
}

.rounded-r-95 {
  border-top-right-radius: 190px;
  border-bottom-right-radius: 190px
}

.rounded-b-95 {
  border-bottom-right-radius: 190px;
  border-bottom-left-radius: 190px
}

.rounded-l-95 {
  border-top-left-radius: 190px;
  border-bottom-left-radius: 190px
}

.rounded-t-96 {
  border-top-left-radius: 192px;
  border-top-right-radius: 192px
}

.rounded-r-96 {
  border-top-right-radius: 192px;
  border-bottom-right-radius: 192px
}

.rounded-b-96 {
  border-bottom-right-radius: 192px;
  border-bottom-left-radius: 192px
}

.rounded-l-96 {
  border-top-left-radius: 192px;
  border-bottom-left-radius: 192px
}

.rounded-t-97 {
  border-top-left-radius: 194px;
  border-top-right-radius: 194px
}

.rounded-r-97 {
  border-top-right-radius: 194px;
  border-bottom-right-radius: 194px
}

.rounded-b-97 {
  border-bottom-right-radius: 194px;
  border-bottom-left-radius: 194px
}

.rounded-l-97 {
  border-top-left-radius: 194px;
  border-bottom-left-radius: 194px
}

.rounded-t-98 {
  border-top-left-radius: 196px;
  border-top-right-radius: 196px
}

.rounded-r-98 {
  border-top-right-radius: 196px;
  border-bottom-right-radius: 196px
}

.rounded-b-98 {
  border-bottom-right-radius: 196px;
  border-bottom-left-radius: 196px
}

.rounded-l-98 {
  border-top-left-radius: 196px;
  border-bottom-left-radius: 196px
}

.rounded-t-99 {
  border-top-left-radius: 198px;
  border-top-right-radius: 198px
}

.rounded-r-99 {
  border-top-right-radius: 198px;
  border-bottom-right-radius: 198px
}

.rounded-b-99 {
  border-bottom-right-radius: 198px;
  border-bottom-left-radius: 198px
}

.rounded-l-99 {
  border-top-left-radius: 198px;
  border-bottom-left-radius: 198px
}

.rounded-t-100 {
  border-top-left-radius: 200px;
  border-top-right-radius: 200px
}

.rounded-r-100 {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px
}

.rounded-b-100 {
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px
}

.rounded-l-100 {
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px
}

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.rounded-t {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}

.rounded-r {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px
}

.rounded-b {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px
}

.rounded-l {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px
}

.rounded-t-circle {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%
}

.rounded-r-circle {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%
}

.rounded-b-circle {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%
}

.rounded-l-circle {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%
}

.rounded-tl-1 {
  border-top-left-radius: 2px
}

.rounded-tr-1 {
  border-top-right-radius: 2px
}

.rounded-br-1 {
  border-bottom-right-radius: 2px
}

.rounded-bl-1 {
  border-bottom-left-radius: 2px
}

.rounded-tl-2 {
  border-top-left-radius: 4px
}

.rounded-tr-2 {
  border-top-right-radius: 4px
}

.rounded-br-2 {
  border-bottom-right-radius: 4px
}

.rounded-bl-2 {
  border-bottom-left-radius: 4px
}

.rounded-tl-3 {
  border-top-left-radius: 6px
}

.rounded-tr-3 {
  border-top-right-radius: 6px
}

.rounded-br-3 {
  border-bottom-right-radius: 6px
}

.rounded-bl-3 {
  border-bottom-left-radius: 6px
}

.rounded-tl-4 {
  border-top-left-radius: 8px
}

.rounded-tr-4 {
  border-top-right-radius: 8px
}

.rounded-br-4 {
  border-bottom-right-radius: 8px
}

.rounded-bl-4 {
  border-bottom-left-radius: 8px
}

.rounded-tl-5 {
  border-top-left-radius: 10px
}

.rounded-tr-5 {
  border-top-right-radius: 10px
}

.rounded-br-5 {
  border-bottom-right-radius: 10px
}

.rounded-bl-5 {
  border-bottom-left-radius: 10px
}

.rounded-tl-6 {
  border-top-left-radius: 12px
}

.rounded-tr-6 {
  border-top-right-radius: 12px
}

.rounded-br-6 {
  border-bottom-right-radius: 12px
}

.rounded-bl-6 {
  border-bottom-left-radius: 12px
}

.rounded-tl-7 {
  border-top-left-radius: 14px
}

.rounded-tr-7 {
  border-top-right-radius: 14px
}

.rounded-br-7 {
  border-bottom-right-radius: 14px
}

.rounded-bl-7 {
  border-bottom-left-radius: 14px
}

.rounded-tl-8 {
  border-top-left-radius: 16px
}

.rounded-tr-8 {
  border-top-right-radius: 16px
}

.rounded-br-8 {
  border-bottom-right-radius: 16px
}

.rounded-bl-8 {
  border-bottom-left-radius: 16px
}

.rounded-tl-9 {
  border-top-left-radius: 18px
}

.rounded-tr-9 {
  border-top-right-radius: 18px
}

.rounded-br-9 {
  border-bottom-right-radius: 18px
}

.rounded-bl-9 {
  border-bottom-left-radius: 18px
}

.rounded-tl-10 {
  border-top-left-radius: 20px
}

.rounded-tr-10 {
  border-top-right-radius: 20px
}

.rounded-br-10 {
  border-bottom-right-radius: 20px
}

.rounded-bl-10 {
  border-bottom-left-radius: 20px
}

.rounded-tl-11 {
  border-top-left-radius: 22px
}

.rounded-tr-11 {
  border-top-right-radius: 22px
}

.rounded-br-11 {
  border-bottom-right-radius: 22px
}

.rounded-bl-11 {
  border-bottom-left-radius: 22px
}

.rounded-tl-12 {
  border-top-left-radius: 24px
}

.rounded-tr-12 {
  border-top-right-radius: 24px
}

.rounded-br-12 {
  border-bottom-right-radius: 24px
}

.rounded-bl-12 {
  border-bottom-left-radius: 24px
}

.rounded-tl-13 {
  border-top-left-radius: 26px
}

.rounded-tr-13 {
  border-top-right-radius: 26px
}

.rounded-br-13 {
  border-bottom-right-radius: 26px
}

.rounded-bl-13 {
  border-bottom-left-radius: 26px
}

.rounded-tl-14 {
  border-top-left-radius: 28px
}

.rounded-tr-14 {
  border-top-right-radius: 28px
}

.rounded-br-14 {
  border-bottom-right-radius: 28px
}

.rounded-bl-14 {
  border-bottom-left-radius: 28px
}

.rounded-tl-15 {
  border-top-left-radius: 30px
}

.rounded-tr-15 {
  border-top-right-radius: 30px
}

.rounded-br-15 {
  border-bottom-right-radius: 30px
}

.rounded-bl-15 {
  border-bottom-left-radius: 30px
}

.rounded-tl-16 {
  border-top-left-radius: 32px
}

.rounded-tr-16 {
  border-top-right-radius: 32px
}

.rounded-br-16 {
  border-bottom-right-radius: 32px
}

.rounded-bl-16 {
  border-bottom-left-radius: 32px
}

.rounded-tl-17 {
  border-top-left-radius: 34px
}

.rounded-tr-17 {
  border-top-right-radius: 34px
}

.rounded-br-17 {
  border-bottom-right-radius: 34px
}

.rounded-bl-17 {
  border-bottom-left-radius: 34px
}

.rounded-tl-18 {
  border-top-left-radius: 36px
}

.rounded-tr-18 {
  border-top-right-radius: 36px
}

.rounded-br-18 {
  border-bottom-right-radius: 36px
}

.rounded-bl-18 {
  border-bottom-left-radius: 36px
}

.rounded-tl-19 {
  border-top-left-radius: 38px
}

.rounded-tr-19 {
  border-top-right-radius: 38px
}

.rounded-br-19 {
  border-bottom-right-radius: 38px
}

.rounded-bl-19 {
  border-bottom-left-radius: 38px
}

.rounded-tl-20 {
  border-top-left-radius: 40px
}

.rounded-tr-20 {
  border-top-right-radius: 40px
}

.rounded-br-20 {
  border-bottom-right-radius: 40px
}

.rounded-bl-20 {
  border-bottom-left-radius: 40px
}

.rounded-tl-21 {
  border-top-left-radius: 42px
}

.rounded-tr-21 {
  border-top-right-radius: 42px
}

.rounded-br-21 {
  border-bottom-right-radius: 42px
}

.rounded-bl-21 {
  border-bottom-left-radius: 42px
}

.rounded-tl-22 {
  border-top-left-radius: 44px
}

.rounded-tr-22 {
  border-top-right-radius: 44px
}

.rounded-br-22 {
  border-bottom-right-radius: 44px
}

.rounded-bl-22 {
  border-bottom-left-radius: 44px
}

.rounded-tl-23 {
  border-top-left-radius: 46px
}

.rounded-tr-23 {
  border-top-right-radius: 46px
}

.rounded-br-23 {
  border-bottom-right-radius: 46px
}

.rounded-bl-23 {
  border-bottom-left-radius: 46px
}

.rounded-tl-24 {
  border-top-left-radius: 48px
}

.rounded-tr-24 {
  border-top-right-radius: 48px
}

.rounded-br-24 {
  border-bottom-right-radius: 48px
}

.rounded-bl-24 {
  border-bottom-left-radius: 48px
}

.rounded-tl-25 {
  border-top-left-radius: 50px
}

.rounded-tr-25 {
  border-top-right-radius: 50px
}

.rounded-br-25 {
  border-bottom-right-radius: 50px
}

.rounded-bl-25 {
  border-bottom-left-radius: 50px
}

.rounded-tl-26 {
  border-top-left-radius: 52px
}

.rounded-tr-26 {
  border-top-right-radius: 52px
}

.rounded-br-26 {
  border-bottom-right-radius: 52px
}

.rounded-bl-26 {
  border-bottom-left-radius: 52px
}

.rounded-tl-27 {
  border-top-left-radius: 54px
}

.rounded-tr-27 {
  border-top-right-radius: 54px
}

.rounded-br-27 {
  border-bottom-right-radius: 54px
}

.rounded-bl-27 {
  border-bottom-left-radius: 54px
}

.rounded-tl-28 {
  border-top-left-radius: 56px
}

.rounded-tr-28 {
  border-top-right-radius: 56px
}

.rounded-br-28 {
  border-bottom-right-radius: 56px
}

.rounded-bl-28 {
  border-bottom-left-radius: 56px
}

.rounded-tl-29 {
  border-top-left-radius: 58px
}

.rounded-tr-29 {
  border-top-right-radius: 58px
}

.rounded-br-29 {
  border-bottom-right-radius: 58px
}

.rounded-bl-29 {
  border-bottom-left-radius: 58px
}

.rounded-tl-30 {
  border-top-left-radius: 60px
}

.rounded-tr-30 {
  border-top-right-radius: 60px
}

.rounded-br-30 {
  border-bottom-right-radius: 60px
}

.rounded-bl-30 {
  border-bottom-left-radius: 60px
}

.rounded-tl-31 {
  border-top-left-radius: 62px
}

.rounded-tr-31 {
  border-top-right-radius: 62px
}

.rounded-br-31 {
  border-bottom-right-radius: 62px
}

.rounded-bl-31 {
  border-bottom-left-radius: 62px
}

.rounded-tl-32 {
  border-top-left-radius: 64px
}

.rounded-tr-32 {
  border-top-right-radius: 64px
}

.rounded-br-32 {
  border-bottom-right-radius: 64px
}

.rounded-bl-32 {
  border-bottom-left-radius: 64px
}

.rounded-tl-33 {
  border-top-left-radius: 66px
}

.rounded-tr-33 {
  border-top-right-radius: 66px
}

.rounded-br-33 {
  border-bottom-right-radius: 66px
}

.rounded-bl-33 {
  border-bottom-left-radius: 66px
}

.rounded-tl-34 {
  border-top-left-radius: 68px
}

.rounded-tr-34 {
  border-top-right-radius: 68px
}

.rounded-br-34 {
  border-bottom-right-radius: 68px
}

.rounded-bl-34 {
  border-bottom-left-radius: 68px
}

.rounded-tl-35 {
  border-top-left-radius: 70px
}

.rounded-tr-35 {
  border-top-right-radius: 70px
}

.rounded-br-35 {
  border-bottom-right-radius: 70px
}

.rounded-bl-35 {
  border-bottom-left-radius: 70px
}

.rounded-tl-36 {
  border-top-left-radius: 72px
}

.rounded-tr-36 {
  border-top-right-radius: 72px
}

.rounded-br-36 {
  border-bottom-right-radius: 72px
}

.rounded-bl-36 {
  border-bottom-left-radius: 72px
}

.rounded-tl-37 {
  border-top-left-radius: 74px
}

.rounded-tr-37 {
  border-top-right-radius: 74px
}

.rounded-br-37 {
  border-bottom-right-radius: 74px
}

.rounded-bl-37 {
  border-bottom-left-radius: 74px
}

.rounded-tl-38 {
  border-top-left-radius: 76px
}

.rounded-tr-38 {
  border-top-right-radius: 76px
}

.rounded-br-38 {
  border-bottom-right-radius: 76px
}

.rounded-bl-38 {
  border-bottom-left-radius: 76px
}

.rounded-tl-39 {
  border-top-left-radius: 78px
}

.rounded-tr-39 {
  border-top-right-radius: 78px
}

.rounded-br-39 {
  border-bottom-right-radius: 78px
}

.rounded-bl-39 {
  border-bottom-left-radius: 78px
}

.rounded-tl-40 {
  border-top-left-radius: 80px
}

.rounded-tr-40 {
  border-top-right-radius: 80px
}

.rounded-br-40 {
  border-bottom-right-radius: 80px
}

.rounded-bl-40 {
  border-bottom-left-radius: 80px
}

.rounded-tl-41 {
  border-top-left-radius: 82px
}

.rounded-tr-41 {
  border-top-right-radius: 82px
}

.rounded-br-41 {
  border-bottom-right-radius: 82px
}

.rounded-bl-41 {
  border-bottom-left-radius: 82px
}

.rounded-tl-42 {
  border-top-left-radius: 84px
}

.rounded-tr-42 {
  border-top-right-radius: 84px
}

.rounded-br-42 {
  border-bottom-right-radius: 84px
}

.rounded-bl-42 {
  border-bottom-left-radius: 84px
}

.rounded-tl-43 {
  border-top-left-radius: 86px
}

.rounded-tr-43 {
  border-top-right-radius: 86px
}

.rounded-br-43 {
  border-bottom-right-radius: 86px
}

.rounded-bl-43 {
  border-bottom-left-radius: 86px
}

.rounded-tl-44 {
  border-top-left-radius: 88px
}

.rounded-tr-44 {
  border-top-right-radius: 88px
}

.rounded-br-44 {
  border-bottom-right-radius: 88px
}

.rounded-bl-44 {
  border-bottom-left-radius: 88px
}

.rounded-tl-45 {
  border-top-left-radius: 90px
}

.rounded-tr-45 {
  border-top-right-radius: 90px
}

.rounded-br-45 {
  border-bottom-right-radius: 90px
}

.rounded-bl-45 {
  border-bottom-left-radius: 90px
}

.rounded-tl-46 {
  border-top-left-radius: 92px
}

.rounded-tr-46 {
  border-top-right-radius: 92px
}

.rounded-br-46 {
  border-bottom-right-radius: 92px
}

.rounded-bl-46 {
  border-bottom-left-radius: 92px
}

.rounded-tl-47 {
  border-top-left-radius: 94px
}

.rounded-tr-47 {
  border-top-right-radius: 94px
}

.rounded-br-47 {
  border-bottom-right-radius: 94px
}

.rounded-bl-47 {
  border-bottom-left-radius: 94px
}

.rounded-tl-48 {
  border-top-left-radius: 96px
}

.rounded-tr-48 {
  border-top-right-radius: 96px
}

.rounded-br-48 {
  border-bottom-right-radius: 96px
}

.rounded-bl-48 {
  border-bottom-left-radius: 96px
}

.rounded-tl-49 {
  border-top-left-radius: 98px
}

.rounded-tr-49 {
  border-top-right-radius: 98px
}

.rounded-br-49 {
  border-bottom-right-radius: 98px
}

.rounded-bl-49 {
  border-bottom-left-radius: 98px
}

.rounded-tl-50 {
  border-top-left-radius: 100px
}

.rounded-tr-50 {
  border-top-right-radius: 100px
}

.rounded-br-50 {
  border-bottom-right-radius: 100px
}

.rounded-bl-50 {
  border-bottom-left-radius: 100px
}

.rounded-tl-51 {
  border-top-left-radius: 102px
}

.rounded-tr-51 {
  border-top-right-radius: 102px
}

.rounded-br-51 {
  border-bottom-right-radius: 102px
}

.rounded-bl-51 {
  border-bottom-left-radius: 102px
}

.rounded-tl-52 {
  border-top-left-radius: 104px
}

.rounded-tr-52 {
  border-top-right-radius: 104px
}

.rounded-br-52 {
  border-bottom-right-radius: 104px
}

.rounded-bl-52 {
  border-bottom-left-radius: 104px
}

.rounded-tl-53 {
  border-top-left-radius: 106px
}

.rounded-tr-53 {
  border-top-right-radius: 106px
}

.rounded-br-53 {
  border-bottom-right-radius: 106px
}

.rounded-bl-53 {
  border-bottom-left-radius: 106px
}

.rounded-tl-54 {
  border-top-left-radius: 108px
}

.rounded-tr-54 {
  border-top-right-radius: 108px
}

.rounded-br-54 {
  border-bottom-right-radius: 108px
}

.rounded-bl-54 {
  border-bottom-left-radius: 108px
}

.rounded-tl-55 {
  border-top-left-radius: 110px
}

.rounded-tr-55 {
  border-top-right-radius: 110px
}

.rounded-br-55 {
  border-bottom-right-radius: 110px
}

.rounded-bl-55 {
  border-bottom-left-radius: 110px
}

.rounded-tl-56 {
  border-top-left-radius: 112px
}

.rounded-tr-56 {
  border-top-right-radius: 112px
}

.rounded-br-56 {
  border-bottom-right-radius: 112px
}

.rounded-bl-56 {
  border-bottom-left-radius: 112px
}

.rounded-tl-57 {
  border-top-left-radius: 114px
}

.rounded-tr-57 {
  border-top-right-radius: 114px
}

.rounded-br-57 {
  border-bottom-right-radius: 114px
}

.rounded-bl-57 {
  border-bottom-left-radius: 114px
}

.rounded-tl-58 {
  border-top-left-radius: 116px
}

.rounded-tr-58 {
  border-top-right-radius: 116px
}

.rounded-br-58 {
  border-bottom-right-radius: 116px
}

.rounded-bl-58 {
  border-bottom-left-radius: 116px
}

.rounded-tl-59 {
  border-top-left-radius: 118px
}

.rounded-tr-59 {
  border-top-right-radius: 118px
}

.rounded-br-59 {
  border-bottom-right-radius: 118px
}

.rounded-bl-59 {
  border-bottom-left-radius: 118px
}

.rounded-tl-60 {
  border-top-left-radius: 120px
}

.rounded-tr-60 {
  border-top-right-radius: 120px
}

.rounded-br-60 {
  border-bottom-right-radius: 120px
}

.rounded-bl-60 {
  border-bottom-left-radius: 120px
}

.rounded-tl-61 {
  border-top-left-radius: 122px
}

.rounded-tr-61 {
  border-top-right-radius: 122px
}

.rounded-br-61 {
  border-bottom-right-radius: 122px
}

.rounded-bl-61 {
  border-bottom-left-radius: 122px
}

.rounded-tl-62 {
  border-top-left-radius: 124px
}

.rounded-tr-62 {
  border-top-right-radius: 124px
}

.rounded-br-62 {
  border-bottom-right-radius: 124px
}

.rounded-bl-62 {
  border-bottom-left-radius: 124px
}

.rounded-tl-63 {
  border-top-left-radius: 126px
}

.rounded-tr-63 {
  border-top-right-radius: 126px
}

.rounded-br-63 {
  border-bottom-right-radius: 126px
}

.rounded-bl-63 {
  border-bottom-left-radius: 126px
}

.rounded-tl-64 {
  border-top-left-radius: 128px
}

.rounded-tr-64 {
  border-top-right-radius: 128px
}

.rounded-br-64 {
  border-bottom-right-radius: 128px
}

.rounded-bl-64 {
  border-bottom-left-radius: 128px
}

.rounded-tl-65 {
  border-top-left-radius: 130px
}

.rounded-tr-65 {
  border-top-right-radius: 130px
}

.rounded-br-65 {
  border-bottom-right-radius: 130px
}

.rounded-bl-65 {
  border-bottom-left-radius: 130px
}

.rounded-tl-66 {
  border-top-left-radius: 132px
}

.rounded-tr-66 {
  border-top-right-radius: 132px
}

.rounded-br-66 {
  border-bottom-right-radius: 132px
}

.rounded-bl-66 {
  border-bottom-left-radius: 132px
}

.rounded-tl-67 {
  border-top-left-radius: 134px
}

.rounded-tr-67 {
  border-top-right-radius: 134px
}

.rounded-br-67 {
  border-bottom-right-radius: 134px
}

.rounded-bl-67 {
  border-bottom-left-radius: 134px
}

.rounded-tl-68 {
  border-top-left-radius: 136px
}

.rounded-tr-68 {
  border-top-right-radius: 136px
}

.rounded-br-68 {
  border-bottom-right-radius: 136px
}

.rounded-bl-68 {
  border-bottom-left-radius: 136px
}

.rounded-tl-69 {
  border-top-left-radius: 138px
}

.rounded-tr-69 {
  border-top-right-radius: 138px
}

.rounded-br-69 {
  border-bottom-right-radius: 138px
}

.rounded-bl-69 {
  border-bottom-left-radius: 138px
}

.rounded-tl-70 {
  border-top-left-radius: 140px
}

.rounded-tr-70 {
  border-top-right-radius: 140px
}

.rounded-br-70 {
  border-bottom-right-radius: 140px
}

.rounded-bl-70 {
  border-bottom-left-radius: 140px
}

.rounded-tl-71 {
  border-top-left-radius: 142px
}

.rounded-tr-71 {
  border-top-right-radius: 142px
}

.rounded-br-71 {
  border-bottom-right-radius: 142px
}

.rounded-bl-71 {
  border-bottom-left-radius: 142px
}

.rounded-tl-72 {
  border-top-left-radius: 144px
}

.rounded-tr-72 {
  border-top-right-radius: 144px
}

.rounded-br-72 {
  border-bottom-right-radius: 144px
}

.rounded-bl-72 {
  border-bottom-left-radius: 144px
}

.rounded-tl-73 {
  border-top-left-radius: 146px
}

.rounded-tr-73 {
  border-top-right-radius: 146px
}

.rounded-br-73 {
  border-bottom-right-radius: 146px
}

.rounded-bl-73 {
  border-bottom-left-radius: 146px
}

.rounded-tl-74 {
  border-top-left-radius: 148px
}

.rounded-tr-74 {
  border-top-right-radius: 148px
}

.rounded-br-74 {
  border-bottom-right-radius: 148px
}

.rounded-bl-74 {
  border-bottom-left-radius: 148px
}

.rounded-tl-75 {
  border-top-left-radius: 150px
}

.rounded-tr-75 {
  border-top-right-radius: 150px
}

.rounded-br-75 {
  border-bottom-right-radius: 150px
}

.rounded-bl-75 {
  border-bottom-left-radius: 150px
}

.rounded-tl-76 {
  border-top-left-radius: 152px
}

.rounded-tr-76 {
  border-top-right-radius: 152px
}

.rounded-br-76 {
  border-bottom-right-radius: 152px
}

.rounded-bl-76 {
  border-bottom-left-radius: 152px
}

.rounded-tl-77 {
  border-top-left-radius: 154px
}

.rounded-tr-77 {
  border-top-right-radius: 154px
}

.rounded-br-77 {
  border-bottom-right-radius: 154px
}

.rounded-bl-77 {
  border-bottom-left-radius: 154px
}

.rounded-tl-78 {
  border-top-left-radius: 156px
}

.rounded-tr-78 {
  border-top-right-radius: 156px
}

.rounded-br-78 {
  border-bottom-right-radius: 156px
}

.rounded-bl-78 {
  border-bottom-left-radius: 156px
}

.rounded-tl-79 {
  border-top-left-radius: 158px
}

.rounded-tr-79 {
  border-top-right-radius: 158px
}

.rounded-br-79 {
  border-bottom-right-radius: 158px
}

.rounded-bl-79 {
  border-bottom-left-radius: 158px
}

.rounded-tl-80 {
  border-top-left-radius: 160px
}

.rounded-tr-80 {
  border-top-right-radius: 160px
}

.rounded-br-80 {
  border-bottom-right-radius: 160px
}

.rounded-bl-80 {
  border-bottom-left-radius: 160px
}

.rounded-tl-81 {
  border-top-left-radius: 162px
}

.rounded-tr-81 {
  border-top-right-radius: 162px
}

.rounded-br-81 {
  border-bottom-right-radius: 162px
}

.rounded-bl-81 {
  border-bottom-left-radius: 162px
}

.rounded-tl-82 {
  border-top-left-radius: 164px
}

.rounded-tr-82 {
  border-top-right-radius: 164px
}

.rounded-br-82 {
  border-bottom-right-radius: 164px
}

.rounded-bl-82 {
  border-bottom-left-radius: 164px
}

.rounded-tl-83 {
  border-top-left-radius: 166px
}

.rounded-tr-83 {
  border-top-right-radius: 166px
}

.rounded-br-83 {
  border-bottom-right-radius: 166px
}

.rounded-bl-83 {
  border-bottom-left-radius: 166px
}

.rounded-tl-84 {
  border-top-left-radius: 168px
}

.rounded-tr-84 {
  border-top-right-radius: 168px
}

.rounded-br-84 {
  border-bottom-right-radius: 168px
}

.rounded-bl-84 {
  border-bottom-left-radius: 168px
}

.rounded-tl-85 {
  border-top-left-radius: 170px
}

.rounded-tr-85 {
  border-top-right-radius: 170px
}

.rounded-br-85 {
  border-bottom-right-radius: 170px
}

.rounded-bl-85 {
  border-bottom-left-radius: 170px
}

.rounded-tl-86 {
  border-top-left-radius: 172px
}

.rounded-tr-86 {
  border-top-right-radius: 172px
}

.rounded-br-86 {
  border-bottom-right-radius: 172px
}

.rounded-bl-86 {
  border-bottom-left-radius: 172px
}

.rounded-tl-87 {
  border-top-left-radius: 174px
}

.rounded-tr-87 {
  border-top-right-radius: 174px
}

.rounded-br-87 {
  border-bottom-right-radius: 174px
}

.rounded-bl-87 {
  border-bottom-left-radius: 174px
}

.rounded-tl-88 {
  border-top-left-radius: 176px
}

.rounded-tr-88 {
  border-top-right-radius: 176px
}

.rounded-br-88 {
  border-bottom-right-radius: 176px
}

.rounded-bl-88 {
  border-bottom-left-radius: 176px
}

.rounded-tl-89 {
  border-top-left-radius: 178px
}

.rounded-tr-89 {
  border-top-right-radius: 178px
}

.rounded-br-89 {
  border-bottom-right-radius: 178px
}

.rounded-bl-89 {
  border-bottom-left-radius: 178px
}

.rounded-tl-90 {
  border-top-left-radius: 180px
}

.rounded-tr-90 {
  border-top-right-radius: 180px
}

.rounded-br-90 {
  border-bottom-right-radius: 180px
}

.rounded-bl-90 {
  border-bottom-left-radius: 180px
}

.rounded-tl-91 {
  border-top-left-radius: 182px
}

.rounded-tr-91 {
  border-top-right-radius: 182px
}

.rounded-br-91 {
  border-bottom-right-radius: 182px
}

.rounded-bl-91 {
  border-bottom-left-radius: 182px
}

.rounded-tl-92 {
  border-top-left-radius: 184px
}

.rounded-tr-92 {
  border-top-right-radius: 184px
}

.rounded-br-92 {
  border-bottom-right-radius: 184px
}

.rounded-bl-92 {
  border-bottom-left-radius: 184px
}

.rounded-tl-93 {
  border-top-left-radius: 186px
}

.rounded-tr-93 {
  border-top-right-radius: 186px
}

.rounded-br-93 {
  border-bottom-right-radius: 186px
}

.rounded-bl-93 {
  border-bottom-left-radius: 186px
}

.rounded-tl-94 {
  border-top-left-radius: 188px
}

.rounded-tr-94 {
  border-top-right-radius: 188px
}

.rounded-br-94 {
  border-bottom-right-radius: 188px
}

.rounded-bl-94 {
  border-bottom-left-radius: 188px
}

.rounded-tl-95 {
  border-top-left-radius: 190px
}

.rounded-tr-95 {
  border-top-right-radius: 190px
}

.rounded-br-95 {
  border-bottom-right-radius: 190px
}

.rounded-bl-95 {
  border-bottom-left-radius: 190px
}

.rounded-tl-96 {
  border-top-left-radius: 192px
}

.rounded-tr-96 {
  border-top-right-radius: 192px
}

.rounded-br-96 {
  border-bottom-right-radius: 192px
}

.rounded-bl-96 {
  border-bottom-left-radius: 192px
}

.rounded-tl-97 {
  border-top-left-radius: 194px
}

.rounded-tr-97 {
  border-top-right-radius: 194px
}

.rounded-br-97 {
  border-bottom-right-radius: 194px
}

.rounded-bl-97 {
  border-bottom-left-radius: 194px
}

.rounded-tl-98 {
  border-top-left-radius: 196px
}

.rounded-tr-98 {
  border-top-right-radius: 196px
}

.rounded-br-98 {
  border-bottom-right-radius: 196px
}

.rounded-bl-98 {
  border-bottom-left-radius: 196px
}

.rounded-tl-99 {
  border-top-left-radius: 198px
}

.rounded-tr-99 {
  border-top-right-radius: 198px
}

.rounded-br-99 {
  border-bottom-right-radius: 198px
}

.rounded-bl-99 {
  border-bottom-left-radius: 198px
}

.rounded-tl-100 {
  border-top-left-radius: 200px
}

.rounded-tr-100 {
  border-top-right-radius: 200px
}

.rounded-br-100 {
  border-bottom-right-radius: 200px
}

.rounded-bl-100 {
  border-bottom-left-radius: 200px
}

.rounded-tl-none {
  border-top-left-radius: 0
}

.rounded-tr-none {
  border-top-right-radius: 0
}

.rounded-br-none {
  border-bottom-right-radius: 0
}

.rounded-bl-none {
  border-bottom-left-radius: 0
}

.rounded-tl {
  border-top-left-radius: 5px
}

.rounded-tr {
  border-top-right-radius: 5px
}

.rounded-br {
  border-bottom-right-radius: 5px
}

.rounded-bl {
  border-bottom-left-radius: 5px
}

.rounded-tl-circle {
  border-top-left-radius: 50%
}

.rounded-tr-circle {
  border-top-right-radius: 50%
}

.rounded-br-circle {
  border-bottom-right-radius: 50%
}

.rounded-bl-circle {
  border-bottom-left-radius: 50%
}

.border-solid {
  border-style: solid
}

.border-dashed {
  border-style: dashed
}

.border-dotted {
  border-style: dotted
}

.border-double {
  border-style: double
}

.border-none {
  border-style: none
}

.border-0 {
  border-width: 0
}

.border-1 {
  border-width: 2px
}

.border-2 {
  border-width: 4px
}

.border-3 {
  border-width: 6px
}

.border-4 {
  border-width: 8px
}

.border-5 {
  border-width: 10px
}

.border-6 {
  border-width: 12px
}

.border-7 {
  border-width: 14px
}

.border-8 {
  border-width: 16px
}

.border-9 {
  border-width: 18px
}

.border-10 {
  border-width: 20px
}

.border-11 {
  border-width: 22px
}

.border-12 {
  border-width: 24px
}

.border-13 {
  border-width: 26px
}

.border-14 {
  border-width: 28px
}

.border-15 {
  border-width: 30px
}

.border-16 {
  border-width: 32px
}

.border-17 {
  border-width: 34px
}

.border-18 {
  border-width: 36px
}

.border-19 {
  border-width: 38px
}

.border-20 {
  border-width: 40px
}

.border-21 {
  border-width: 42px
}

.border-22 {
  border-width: 44px
}

.border-23 {
  border-width: 46px
}

.border-24 {
  border-width: 48px
}

.border-25 {
  border-width: 50px
}

.border-26 {
  border-width: 52px
}

.border-27 {
  border-width: 54px
}

.border-28 {
  border-width: 56px
}

.border-29 {
  border-width: 58px
}

.border-30 {
  border-width: 60px
}

.border-31 {
  border-width: 62px
}

.border-32 {
  border-width: 64px
}

.border-33 {
  border-width: 66px
}

.border-34 {
  border-width: 68px
}

.border-35 {
  border-width: 70px
}

.border-36 {
  border-width: 72px
}

.border-37 {
  border-width: 74px
}

.border-38 {
  border-width: 76px
}

.border-39 {
  border-width: 78px
}

.border-40 {
  border-width: 80px
}

.border-41 {
  border-width: 82px
}

.border-42 {
  border-width: 84px
}

.border-43 {
  border-width: 86px
}

.border-44 {
  border-width: 88px
}

.border-45 {
  border-width: 90px
}

.border-46 {
  border-width: 92px
}

.border-47 {
  border-width: 94px
}

.border-48 {
  border-width: 96px
}

.border-49 {
  border-width: 98px
}

.border-50 {
  border-width: 100px
}

.border {
  border-width: 1px
}

.border-t-0 {
  border-top-width: 0
}

.border-r-0 {
  border-right-width: 0
}

.border-b-0 {
  border-bottom-width: 0
}

.border-l-0 {
  border-left-width: 0
}

.border-t-1 {
  border-top-width: 2px
}

.border-r-1 {
  border-right-width: 2px
}

.border-b-1 {
  border-bottom-width: 2px
}

.border-l-1 {
  border-left-width: 2px
}

.border-t-2 {
  border-top-width: 4px
}

.border-r-2 {
  border-right-width: 4px
}

.border-b-2 {
  border-bottom-width: 4px
}

.border-l-2 {
  border-left-width: 4px
}

.border-t-3 {
  border-top-width: 6px
}

.border-r-3 {
  border-right-width: 6px
}

.border-b-3 {
  border-bottom-width: 6px
}

.border-l-3 {
  border-left-width: 6px
}

.border-t-4 {
  border-top-width: 8px
}

.border-r-4 {
  border-right-width: 8px
}

.border-b-4 {
  border-bottom-width: 8px
}

.border-l-4 {
  border-left-width: 8px
}

.border-t-5 {
  border-top-width: 10px
}

.border-r-5 {
  border-right-width: 10px
}

.border-b-5 {
  border-bottom-width: 10px
}

.border-l-5 {
  border-left-width: 10px
}

.border-t-6 {
  border-top-width: 12px
}

.border-r-6 {
  border-right-width: 12px
}

.border-b-6 {
  border-bottom-width: 12px
}

.border-l-6 {
  border-left-width: 12px
}

.border-t-7 {
  border-top-width: 14px
}

.border-r-7 {
  border-right-width: 14px
}

.border-b-7 {
  border-bottom-width: 14px
}

.border-l-7 {
  border-left-width: 14px
}

.border-t-8 {
  border-top-width: 16px
}

.border-r-8 {
  border-right-width: 16px
}

.border-b-8 {
  border-bottom-width: 16px
}

.border-l-8 {
  border-left-width: 16px
}

.border-t-9 {
  border-top-width: 18px
}

.border-r-9 {
  border-right-width: 18px
}

.border-b-9 {
  border-bottom-width: 18px
}

.border-l-9 {
  border-left-width: 18px
}

.border-t-10 {
  border-top-width: 20px
}

.border-r-10 {
  border-right-width: 20px
}

.border-b-10 {
  border-bottom-width: 20px
}

.border-l-10 {
  border-left-width: 20px
}

.border-t-11 {
  border-top-width: 22px
}

.border-r-11 {
  border-right-width: 22px
}

.border-b-11 {
  border-bottom-width: 22px
}

.border-l-11 {
  border-left-width: 22px
}

.border-t-12 {
  border-top-width: 24px
}

.border-r-12 {
  border-right-width: 24px
}

.border-b-12 {
  border-bottom-width: 24px
}

.border-l-12 {
  border-left-width: 24px
}

.border-t-13 {
  border-top-width: 26px
}

.border-r-13 {
  border-right-width: 26px
}

.border-b-13 {
  border-bottom-width: 26px
}

.border-l-13 {
  border-left-width: 26px
}

.border-t-14 {
  border-top-width: 28px
}

.border-r-14 {
  border-right-width: 28px
}

.border-b-14 {
  border-bottom-width: 28px
}

.border-l-14 {
  border-left-width: 28px
}

.border-t-15 {
  border-top-width: 30px
}

.border-r-15 {
  border-right-width: 30px
}

.border-b-15 {
  border-bottom-width: 30px
}

.border-l-15 {
  border-left-width: 30px
}

.border-t-16 {
  border-top-width: 32px
}

.border-r-16 {
  border-right-width: 32px
}

.border-b-16 {
  border-bottom-width: 32px
}

.border-l-16 {
  border-left-width: 32px
}

.border-t-17 {
  border-top-width: 34px
}

.border-r-17 {
  border-right-width: 34px
}

.border-b-17 {
  border-bottom-width: 34px
}

.border-l-17 {
  border-left-width: 34px
}

.border-t-18 {
  border-top-width: 36px
}

.border-r-18 {
  border-right-width: 36px
}

.border-b-18 {
  border-bottom-width: 36px
}

.border-l-18 {
  border-left-width: 36px
}

.border-t-19 {
  border-top-width: 38px
}

.border-r-19 {
  border-right-width: 38px
}

.border-b-19 {
  border-bottom-width: 38px
}

.border-l-19 {
  border-left-width: 38px
}

.border-t-20 {
  border-top-width: 40px
}

.border-r-20 {
  border-right-width: 40px
}

.border-b-20 {
  border-bottom-width: 40px
}

.border-l-20 {
  border-left-width: 40px
}

.border-t-21 {
  border-top-width: 42px
}

.border-r-21 {
  border-right-width: 42px
}

.border-b-21 {
  border-bottom-width: 42px
}

.border-l-21 {
  border-left-width: 42px
}

.border-t-22 {
  border-top-width: 44px
}

.border-r-22 {
  border-right-width: 44px
}

.border-b-22 {
  border-bottom-width: 44px
}

.border-l-22 {
  border-left-width: 44px
}

.border-t-23 {
  border-top-width: 46px
}

.border-r-23 {
  border-right-width: 46px
}

.border-b-23 {
  border-bottom-width: 46px
}

.border-l-23 {
  border-left-width: 46px
}

.border-t-24 {
  border-top-width: 48px
}

.border-r-24 {
  border-right-width: 48px
}

.border-b-24 {
  border-bottom-width: 48px
}

.border-l-24 {
  border-left-width: 48px
}

.border-t-25 {
  border-top-width: 50px
}

.border-r-25 {
  border-right-width: 50px
}

.border-b-25 {
  border-bottom-width: 50px
}

.border-l-25 {
  border-left-width: 50px
}

.border-t-26 {
  border-top-width: 52px
}

.border-r-26 {
  border-right-width: 52px
}

.border-b-26 {
  border-bottom-width: 52px
}

.border-l-26 {
  border-left-width: 52px
}

.border-t-27 {
  border-top-width: 54px
}

.border-r-27 {
  border-right-width: 54px
}

.border-b-27 {
  border-bottom-width: 54px
}

.border-l-27 {
  border-left-width: 54px
}

.border-t-28 {
  border-top-width: 56px
}

.border-r-28 {
  border-right-width: 56px
}

.border-b-28 {
  border-bottom-width: 56px
}

.border-l-28 {
  border-left-width: 56px
}

.border-t-29 {
  border-top-width: 58px
}

.border-r-29 {
  border-right-width: 58px
}

.border-b-29 {
  border-bottom-width: 58px
}

.border-l-29 {
  border-left-width: 58px
}

.border-t-30 {
  border-top-width: 60px
}

.border-r-30 {
  border-right-width: 60px
}

.border-b-30 {
  border-bottom-width: 60px
}

.border-l-30 {
  border-left-width: 60px
}

.border-t-31 {
  border-top-width: 62px
}

.border-r-31 {
  border-right-width: 62px
}

.border-b-31 {
  border-bottom-width: 62px
}

.border-l-31 {
  border-left-width: 62px
}

.border-t-32 {
  border-top-width: 64px
}

.border-r-32 {
  border-right-width: 64px
}

.border-b-32 {
  border-bottom-width: 64px
}

.border-l-32 {
  border-left-width: 64px
}

.border-t-33 {
  border-top-width: 66px
}

.border-r-33 {
  border-right-width: 66px
}

.border-b-33 {
  border-bottom-width: 66px
}

.border-l-33 {
  border-left-width: 66px
}

.border-t-34 {
  border-top-width: 68px
}

.border-r-34 {
  border-right-width: 68px
}

.border-b-34 {
  border-bottom-width: 68px
}

.border-l-34 {
  border-left-width: 68px
}

.border-t-35 {
  border-top-width: 70px
}

.border-r-35 {
  border-right-width: 70px
}

.border-b-35 {
  border-bottom-width: 70px
}

.border-l-35 {
  border-left-width: 70px
}

.border-t-36 {
  border-top-width: 72px
}

.border-r-36 {
  border-right-width: 72px
}

.border-b-36 {
  border-bottom-width: 72px
}

.border-l-36 {
  border-left-width: 72px
}

.border-t-37 {
  border-top-width: 74px
}

.border-r-37 {
  border-right-width: 74px
}

.border-b-37 {
  border-bottom-width: 74px
}

.border-l-37 {
  border-left-width: 74px
}

.border-t-38 {
  border-top-width: 76px
}

.border-r-38 {
  border-right-width: 76px
}

.border-b-38 {
  border-bottom-width: 76px
}

.border-l-38 {
  border-left-width: 76px
}

.border-t-39 {
  border-top-width: 78px
}

.border-r-39 {
  border-right-width: 78px
}

.border-b-39 {
  border-bottom-width: 78px
}

.border-l-39 {
  border-left-width: 78px
}

.border-t-40 {
  border-top-width: 80px
}

.border-r-40 {
  border-right-width: 80px
}

.border-b-40 {
  border-bottom-width: 80px
}

.border-l-40 {
  border-left-width: 80px
}

.border-t-41 {
  border-top-width: 82px
}

.border-r-41 {
  border-right-width: 82px
}

.border-b-41 {
  border-bottom-width: 82px
}

.border-l-41 {
  border-left-width: 82px
}

.border-t-42 {
  border-top-width: 84px
}

.border-r-42 {
  border-right-width: 84px
}

.border-b-42 {
  border-bottom-width: 84px
}

.border-l-42 {
  border-left-width: 84px
}

.border-t-43 {
  border-top-width: 86px
}

.border-r-43 {
  border-right-width: 86px
}

.border-b-43 {
  border-bottom-width: 86px
}

.border-l-43 {
  border-left-width: 86px
}

.border-t-44 {
  border-top-width: 88px
}

.border-r-44 {
  border-right-width: 88px
}

.border-b-44 {
  border-bottom-width: 88px
}

.border-l-44 {
  border-left-width: 88px
}

.border-t-45 {
  border-top-width: 90px
}

.border-r-45 {
  border-right-width: 90px
}

.border-b-45 {
  border-bottom-width: 90px
}

.border-l-45 {
  border-left-width: 90px
}

.border-t-46 {
  border-top-width: 92px
}

.border-r-46 {
  border-right-width: 92px
}

.border-b-46 {
  border-bottom-width: 92px
}

.border-l-46 {
  border-left-width: 92px
}

.border-t-47 {
  border-top-width: 94px
}

.border-r-47 {
  border-right-width: 94px
}

.border-b-47 {
  border-bottom-width: 94px
}

.border-l-47 {
  border-left-width: 94px
}

.border-t-48 {
  border-top-width: 96px
}

.border-r-48 {
  border-right-width: 96px
}

.border-b-48 {
  border-bottom-width: 96px
}

.border-l-48 {
  border-left-width: 96px
}

.border-t-49 {
  border-top-width: 98px
}

.border-r-49 {
  border-right-width: 98px
}

.border-b-49 {
  border-bottom-width: 98px
}

.border-l-49 {
  border-left-width: 98px
}

.border-t-50 {
  border-top-width: 100px
}

.border-r-50 {
  border-right-width: 100px
}

.border-b-50 {
  border-bottom-width: 100px
}

.border-l-50 {
  border-left-width: 100px
}

.border-t {
  border-top-width: 1px
}

.border-r {
  border-right-width: 1px
}

.border-b {
  border-bottom-width: 1px
}

.border-l {
  border-left-width: 1px
}

.box-border {
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}

.box-content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box
}

.cursor-auto {
  cursor: auto
}

.cursor-default {
  cursor: default
}

.cursor-pointer {
  cursor: pointer
}

.cursor-wait {
  cursor: wait
}

.cursor-text {
  cursor: text
}

.cursor-move {
  cursor: move
}

.cursor-not-allowed {
  cursor: not-allowed
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.inline {
  display: inline
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.table {
  display: table
}

.table-caption {
  display: table-caption
}

.table-cell {
  display: table-cell
}

.table-column {
  display: table-column
}

.table-column-group {
  display: table-column-group
}

.table-footer-group {
  display: table-footer-group
}

.table-header-group {
  display: table-header-group
}

.table-row-group {
  display: table-row-group
}

.table-row {
  display: table-row
}

.flow-root {
  display: flow-root
}

.grid {
  display: grid
}

.inline-grid {
  display: inline-grid
}

.contents {
  display: contents
}

.hidden {
  display: none
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column
}

.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse
}

.flex-no-wrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap
}

.place-items-auto {
  place-items: auto
}

.place-items-start {
  place-items: start
}

.place-items-end {
  place-items: end
}

.place-items-center {
  place-items: center
}

.place-items-stretch {
  place-items: stretch
}

.place-content-center {
  place-content: center
}

.place-content-start {
  place-content: start
}

.place-content-end {
  place-content: end
}

.place-content-between {
  place-content: space-between
}

.place-content-around {
  place-content: space-around
}

.place-content-evenly {
  place-content: space-evenly
}

.place-content-stretch {
  place-content: stretch
}

.place-self-auto {
  place-self: auto
}

.place-self-start {
  place-self: start
}

.place-self-end {
  place-self: end
}

.place-self-center {
  place-self: center
}

.place-self-stretch {
  place-self: stretch
}

.items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start
}

.items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end
}

.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center
}

.items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline
}

.items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch
}

.content-center {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center
}

.content-start {
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start
}

.content-end {
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end
}

.content-between {
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between
}

.content-around {
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around
}

.content-evenly {
  -webkit-align-content: space-evenly;
      -ms-flex-line-pack: space-evenly;
          align-content: space-evenly
}

.self-auto {
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
          align-self: auto
}

.self-start {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start
}

.self-end {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end
}

.self-center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center
}

.self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch
}

.justify-items-auto {
  justify-items: auto
}

.justify-items-start {
  justify-items: start
}

.justify-items-end {
  justify-items: end
}

.justify-items-center {
  justify-items: center
}

.justify-items-stretch {
  justify-items: stretch
}

.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between
}

.justify-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around
}

.justify-evenly {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly
}

.justify-self-auto {
  justify-self: auto
}

.justify-self-start {
  justify-self: start
}

.justify-self-end {
  justify-self: end
}

.justify-self-center {
  justify-self: center
}

.justify-self-stretch {
  justify-self: stretch
}

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%
}

.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto
}

.flex-initial {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto
}

.flex-none {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none
}

.flex-grow-0 {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0
}

.flex-shrink {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12
}

.order-first {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
      -ms-flex-order: -9999;
          order: -9999
}

.order-last {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
      -ms-flex-order: 9999;
          order: 9999
}

.order-none {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0
}

.float-right {
  float: right
}

.float-left {
  float: left
}

.float-none {
  float: none
}

.clearfix:after {
  content: "";
  display: table;
  clear: both
}

.clear-left {
  clear: left
}

.clear-right {
  clear: right
}

.clear-both {
  clear: both
}

.clear-none {
  clear: none
}

.font-default {
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif
}

.font-heading {
  font-family: "Open Sans", sans-serif
}

.font-hairline {
  font-weight: 100
}

.font-thin {
  font-weight: 200
}

.font-light {
  font-weight: 300
}

.font-normal {
  font-weight: 400
}

.font-medium {
  font-weight: 500
}

.font-semibold {
  font-weight: 600
}

.font-bold {
  font-weight: 700
}

.font-extrabold {
  font-weight: 800
}

.font-black {
  font-weight: 900
}

.hover\:font-hairline:hover {
  font-weight: 100
}

.hover\:font-thin:hover {
  font-weight: 200
}

.hover\:font-light:hover {
  font-weight: 300
}

.hover\:font-normal:hover {
  font-weight: 400
}

.hover\:font-medium:hover {
  font-weight: 500
}

.hover\:font-semibold:hover {
  font-weight: 600
}

.hover\:font-bold:hover {
  font-weight: 700
}

.hover\:font-extrabold:hover {
  font-weight: 800
}

.hover\:font-black:hover {
  font-weight: 900
}

.focus\:font-hairline:focus {
  font-weight: 100
}

.focus\:font-thin:focus {
  font-weight: 200
}

.focus\:font-light:focus {
  font-weight: 300
}

.focus\:font-normal:focus {
  font-weight: 400
}

.focus\:font-medium:focus {
  font-weight: 500
}

.focus\:font-semibold:focus {
  font-weight: 600
}

.focus\:font-bold:focus {
  font-weight: 700
}

.focus\:font-extrabold:focus {
  font-weight: 800
}

.focus\:font-black:focus {
  font-weight: 900
}

.h-0 {
  height: 0
}

.h-1 {
  height: 5px
}

.h-2 {
  height: 10px
}

.h-3 {
  height: 15px
}

.h-4 {
  height: 20px
}

.h-5 {
  height: 25px
}

.h-6 {
  height: 30px
}

.h-7 {
  height: 35px
}

.h-8 {
  height: 40px
}

.h-9 {
  height: 45px
}

.h-10 {
  height: 50px
}

.h-11 {
  height: 55px
}

.h-12 {
  height: 60px
}

.h-13 {
  height: 65px
}

.h-14 {
  height: 70px
}

.h-15 {
  height: 75px
}

.h-16 {
  height: 80px
}

.h-17 {
  height: 85px
}

.h-18 {
  height: 90px
}

.h-19 {
  height: 95px
}

.h-20 {
  height: 100px
}

.h-auto {
  height: auto
}

.h-xxs {
  height: 8px
}

.h-xs {
  height: 12px
}

.h-sm {
  height: 24px
}

.h-md {
  height: 48px
}

.h-lg {
  height: 64px
}

.h-xl {
  height: 128px
}

.h-full {
  height: 100%
}

.h-screen {
  height: 100vh
}

.text-0 {
  font-size: 0px
}

.text-1 {
  font-size: 2px
}

.text-2 {
  font-size: 4px
}

.text-3 {
  font-size: 6px
}

.text-4 {
  font-size: 8px
}

.text-5 {
  font-size: 10px
}

.text-6 {
  font-size: 12px
}

.text-7 {
  font-size: 14px
}

.text-8 {
  font-size: 16px
}

.text-9 {
  font-size: 18px
}

.text-10 {
  font-size: 20px
}

.text-11 {
  font-size: 22px
}

.text-12 {
  font-size: 24px
}

.text-13 {
  font-size: 26px
}

.text-14 {
  font-size: 28px
}

.text-15 {
  font-size: 30px
}

.leading-none {
  line-height: 1
}

.leading-tight {
  line-height: 1.25
}

.leading-snug {
  line-height: 1.375
}

.leading-normal {
  line-height: 1.5
}

.leading-relaxed {
  line-height: 1.625
}

.leading-loose {
  line-height: 2
}

.list-inside {
  list-style-position: inside
}

.list-outside {
  list-style-position: outside
}

.list-none {
  list-style-type: none
}

.list-disc {
  list-style-type: disc
}

.list-decimal {
  list-style-type: decimal
}

.m-0 {
  margin: 0
}

.m-1 {
  margin: 5px
}

.m-2 {
  margin: 10px
}

.m-3 {
  margin: 15px
}

.m-4 {
  margin: 20px
}

.m-5 {
  margin: 25px
}

.m-6 {
  margin: 30px
}

.m-7 {
  margin: 35px
}

.m-8 {
  margin: 40px
}

.m-9 {
  margin: 45px
}

.m-10 {
  margin: 50px
}

.m-11 {
  margin: 55px
}

.m-12 {
  margin: 60px
}

.m-13 {
  margin: 65px
}

.m-14 {
  margin: 70px
}

.m-15 {
  margin: 75px
}

.m-16 {
  margin: 80px
}

.m-17 {
  margin: 85px
}

.m-18 {
  margin: 90px
}

.m-19 {
  margin: 95px
}

.m-20 {
  margin: 100px
}

.m-auto {
  margin: auto
}

.m-xxs {
  margin: 8px
}

.m-xs {
  margin: 12px
}

.m-sm {
  margin: 24px
}

.m-md {
  margin: 48px
}

.m-lg {
  margin: 64px
}

.m-xl {
  margin: 128px
}

.-m-1 {
  margin: -5px
}

.-m-2 {
  margin: -10px
}

.-m-3 {
  margin: -15px
}

.-m-4 {
  margin: -20px
}

.-m-5 {
  margin: -25px
}

.-m-6 {
  margin: -30px
}

.-m-7 {
  margin: -35px
}

.-m-8 {
  margin: -40px
}

.-m-9 {
  margin: -45px
}

.-m-10 {
  margin: -50px
}

.-m-11 {
  margin: -55px
}

.-m-12 {
  margin: -60px
}

.-m-13 {
  margin: -65px
}

.-m-14 {
  margin: -70px
}

.-m-15 {
  margin: -75px
}

.-m-16 {
  margin: -80px
}

.-m-17 {
  margin: -85px
}

.-m-18 {
  margin: -90px
}

.-m-19 {
  margin: -95px
}

.-m-20 {
  margin: -100px
}

.-m-xxs {
  margin: -8px
}

.-m-xs {
  margin: -12px
}

.-m-sm {
  margin: -24px
}

.-m-md {
  margin: -48px
}

.-m-lg {
  margin: -64px
}

.-m-xl {
  margin: -128px
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0
}

.mx-0 {
  margin-left: 0;
  margin-right: 0
}

.my-1 {
  margin-top: 5px;
  margin-bottom: 5px
}

.mx-1 {
  margin-left: 5px;
  margin-right: 5px
}

.my-2 {
  margin-top: 10px;
  margin-bottom: 10px
}

.mx-2 {
  margin-left: 10px;
  margin-right: 10px
}

.my-3 {
  margin-top: 15px;
  margin-bottom: 15px
}

.mx-3 {
  margin-left: 15px;
  margin-right: 15px
}

.my-4 {
  margin-top: 20px;
  margin-bottom: 20px
}

.mx-4 {
  margin-left: 20px;
  margin-right: 20px
}

.my-5 {
  margin-top: 25px;
  margin-bottom: 25px
}

.mx-5 {
  margin-left: 25px;
  margin-right: 25px
}

.my-6 {
  margin-top: 30px;
  margin-bottom: 30px
}

.mx-6 {
  margin-left: 30px;
  margin-right: 30px
}

.my-7 {
  margin-top: 35px;
  margin-bottom: 35px
}

.mx-7 {
  margin-left: 35px;
  margin-right: 35px
}

.my-8 {
  margin-top: 40px;
  margin-bottom: 40px
}

.mx-8 {
  margin-left: 40px;
  margin-right: 40px
}

.my-9 {
  margin-top: 45px;
  margin-bottom: 45px
}

.mx-9 {
  margin-left: 45px;
  margin-right: 45px
}

.my-10 {
  margin-top: 50px;
  margin-bottom: 50px
}

.mx-10 {
  margin-left: 50px;
  margin-right: 50px
}

.my-11 {
  margin-top: 55px;
  margin-bottom: 55px
}

.mx-11 {
  margin-left: 55px;
  margin-right: 55px
}

.my-12 {
  margin-top: 60px;
  margin-bottom: 60px
}

.mx-12 {
  margin-left: 60px;
  margin-right: 60px
}

.my-13 {
  margin-top: 65px;
  margin-bottom: 65px
}

.mx-13 {
  margin-left: 65px;
  margin-right: 65px
}

.my-14 {
  margin-top: 70px;
  margin-bottom: 70px
}

.mx-14 {
  margin-left: 70px;
  margin-right: 70px
}

.my-15 {
  margin-top: 75px;
  margin-bottom: 75px
}

.mx-15 {
  margin-left: 75px;
  margin-right: 75px
}

.my-16 {
  margin-top: 80px;
  margin-bottom: 80px
}

.mx-16 {
  margin-left: 80px;
  margin-right: 80px
}

.my-17 {
  margin-top: 85px;
  margin-bottom: 85px
}

.mx-17 {
  margin-left: 85px;
  margin-right: 85px
}

.my-18 {
  margin-top: 90px;
  margin-bottom: 90px
}

.mx-18 {
  margin-left: 90px;
  margin-right: 90px
}

.my-19 {
  margin-top: 95px;
  margin-bottom: 95px
}

.mx-19 {
  margin-left: 95px;
  margin-right: 95px
}

.my-20 {
  margin-top: 100px;
  margin-bottom: 100px
}

.mx-20 {
  margin-left: 100px;
  margin-right: 100px
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.my-xxs {
  margin-top: 8px;
  margin-bottom: 8px
}

.mx-xxs {
  margin-left: 8px;
  margin-right: 8px
}

.my-xs {
  margin-top: 12px;
  margin-bottom: 12px
}

.mx-xs {
  margin-left: 12px;
  margin-right: 12px
}

.my-sm {
  margin-top: 24px;
  margin-bottom: 24px
}

.mx-sm {
  margin-left: 24px;
  margin-right: 24px
}

.my-md {
  margin-top: 48px;
  margin-bottom: 48px
}

.mx-md {
  margin-left: 48px;
  margin-right: 48px
}

.my-lg {
  margin-top: 64px;
  margin-bottom: 64px
}

.mx-lg {
  margin-left: 64px;
  margin-right: 64px
}

.my-xl {
  margin-top: 128px;
  margin-bottom: 128px
}

.mx-xl {
  margin-left: 128px;
  margin-right: 128px
}

.-my-1 {
  margin-top: -5px;
  margin-bottom: -5px
}

.-mx-1 {
  margin-left: -5px;
  margin-right: -5px
}

.-my-2 {
  margin-top: -10px;
  margin-bottom: -10px
}

.-mx-2 {
  margin-left: -10px;
  margin-right: -10px
}

.-my-3 {
  margin-top: -15px;
  margin-bottom: -15px
}

.-mx-3 {
  margin-left: -15px;
  margin-right: -15px
}

.-my-4 {
  margin-top: -20px;
  margin-bottom: -20px
}

.-mx-4 {
  margin-left: -20px;
  margin-right: -20px
}

.-my-5 {
  margin-top: -25px;
  margin-bottom: -25px
}

.-mx-5 {
  margin-left: -25px;
  margin-right: -25px
}

.-my-6 {
  margin-top: -30px;
  margin-bottom: -30px
}

.-mx-6 {
  margin-left: -30px;
  margin-right: -30px
}

.-my-7 {
  margin-top: -35px;
  margin-bottom: -35px
}

.-mx-7 {
  margin-left: -35px;
  margin-right: -35px
}

.-my-8 {
  margin-top: -40px;
  margin-bottom: -40px
}

.-mx-8 {
  margin-left: -40px;
  margin-right: -40px
}

.-my-9 {
  margin-top: -45px;
  margin-bottom: -45px
}

.-mx-9 {
  margin-left: -45px;
  margin-right: -45px
}

.-my-10 {
  margin-top: -50px;
  margin-bottom: -50px
}

.-mx-10 {
  margin-left: -50px;
  margin-right: -50px
}

.-my-11 {
  margin-top: -55px;
  margin-bottom: -55px
}

.-mx-11 {
  margin-left: -55px;
  margin-right: -55px
}

.-my-12 {
  margin-top: -60px;
  margin-bottom: -60px
}

.-mx-12 {
  margin-left: -60px;
  margin-right: -60px
}

.-my-13 {
  margin-top: -65px;
  margin-bottom: -65px
}

.-mx-13 {
  margin-left: -65px;
  margin-right: -65px
}

.-my-14 {
  margin-top: -70px;
  margin-bottom: -70px
}

.-mx-14 {
  margin-left: -70px;
  margin-right: -70px
}

.-my-15 {
  margin-top: -75px;
  margin-bottom: -75px
}

.-mx-15 {
  margin-left: -75px;
  margin-right: -75px
}

.-my-16 {
  margin-top: -80px;
  margin-bottom: -80px
}

.-mx-16 {
  margin-left: -80px;
  margin-right: -80px
}

.-my-17 {
  margin-top: -85px;
  margin-bottom: -85px
}

.-mx-17 {
  margin-left: -85px;
  margin-right: -85px
}

.-my-18 {
  margin-top: -90px;
  margin-bottom: -90px
}

.-mx-18 {
  margin-left: -90px;
  margin-right: -90px
}

.-my-19 {
  margin-top: -95px;
  margin-bottom: -95px
}

.-mx-19 {
  margin-left: -95px;
  margin-right: -95px
}

.-my-20 {
  margin-top: -100px;
  margin-bottom: -100px
}

.-mx-20 {
  margin-left: -100px;
  margin-right: -100px
}

.-my-xxs {
  margin-top: -8px;
  margin-bottom: -8px
}

.-mx-xxs {
  margin-left: -8px;
  margin-right: -8px
}

.-my-xs {
  margin-top: -12px;
  margin-bottom: -12px
}

.-mx-xs {
  margin-left: -12px;
  margin-right: -12px
}

.-my-sm {
  margin-top: -24px;
  margin-bottom: -24px
}

.-mx-sm {
  margin-left: -24px;
  margin-right: -24px
}

.-my-md {
  margin-top: -48px;
  margin-bottom: -48px
}

.-mx-md {
  margin-left: -48px;
  margin-right: -48px
}

.-my-lg {
  margin-top: -64px;
  margin-bottom: -64px
}

.-mx-lg {
  margin-left: -64px;
  margin-right: -64px
}

.-my-xl {
  margin-top: -128px;
  margin-bottom: -128px
}

.-mx-xl {
  margin-left: -128px;
  margin-right: -128px
}

.mt-0 {
  margin-top: 0
}

.mr-0 {
  margin-right: 0
}

.mb-0 {
  margin-bottom: 0
}

.ml-0 {
  margin-left: 0
}

.mt-1 {
  margin-top: 5px
}

.mr-1 {
  margin-right: 5px
}

.mb-1 {
  margin-bottom: 5px
}

.ml-1 {
  margin-left: 5px
}

.mt-2 {
  margin-top: 10px
}

.mr-2 {
  margin-right: 10px
}

.mb-2 {
  margin-bottom: 10px
}

.ml-2 {
  margin-left: 10px
}

.mt-3 {
  margin-top: 15px
}

.mr-3 {
  margin-right: 15px
}

.mb-3 {
  margin-bottom: 15px
}

.ml-3 {
  margin-left: 15px
}

.mt-4 {
  margin-top: 20px
}

.mr-4 {
  margin-right: 20px
}

.mb-4 {
  margin-bottom: 20px
}

.ml-4 {
  margin-left: 20px
}

.mt-5 {
  margin-top: 25px
}

.mr-5 {
  margin-right: 25px
}

.mb-5 {
  margin-bottom: 25px
}

.ml-5 {
  margin-left: 25px
}

.mt-6 {
  margin-top: 30px
}

.mr-6 {
  margin-right: 30px
}

.mb-6 {
  margin-bottom: 30px
}

.ml-6 {
  margin-left: 30px
}

.mt-7 {
  margin-top: 35px
}

.mr-7 {
  margin-right: 35px
}

.mb-7 {
  margin-bottom: 35px
}

.ml-7 {
  margin-left: 35px
}

.mt-8 {
  margin-top: 40px
}

.mr-8 {
  margin-right: 40px
}

.mb-8 {
  margin-bottom: 40px
}

.ml-8 {
  margin-left: 40px
}

.mt-9 {
  margin-top: 45px
}

.mr-9 {
  margin-right: 45px
}

.mb-9 {
  margin-bottom: 45px
}

.ml-9 {
  margin-left: 45px
}

.mt-10 {
  margin-top: 50px
}

.mr-10 {
  margin-right: 50px
}

.mb-10 {
  margin-bottom: 50px
}

.ml-10 {
  margin-left: 50px
}

.mt-11 {
  margin-top: 55px
}

.mr-11 {
  margin-right: 55px
}

.mb-11 {
  margin-bottom: 55px
}

.ml-11 {
  margin-left: 55px
}

.mt-12 {
  margin-top: 60px
}

.mr-12 {
  margin-right: 60px
}

.mb-12 {
  margin-bottom: 60px
}

.ml-12 {
  margin-left: 60px
}

.mt-13 {
  margin-top: 65px
}

.mr-13 {
  margin-right: 65px
}

.mb-13 {
  margin-bottom: 65px
}

.ml-13 {
  margin-left: 65px
}

.mt-14 {
  margin-top: 70px
}

.mr-14 {
  margin-right: 70px
}

.mb-14 {
  margin-bottom: 70px
}

.ml-14 {
  margin-left: 70px
}

.mt-15 {
  margin-top: 75px
}

.mr-15 {
  margin-right: 75px
}

.mb-15 {
  margin-bottom: 75px
}

.ml-15 {
  margin-left: 75px
}

.mt-16 {
  margin-top: 80px
}

.mr-16 {
  margin-right: 80px
}

.mb-16 {
  margin-bottom: 80px
}

.ml-16 {
  margin-left: 80px
}

.mt-17 {
  margin-top: 85px
}

.mr-17 {
  margin-right: 85px
}

.mb-17 {
  margin-bottom: 85px
}

.ml-17 {
  margin-left: 85px
}

.mt-18 {
  margin-top: 90px
}

.mr-18 {
  margin-right: 90px
}

.mb-18 {
  margin-bottom: 90px
}

.ml-18 {
  margin-left: 90px
}

.mt-19 {
  margin-top: 95px
}

.mr-19 {
  margin-right: 95px
}

.mb-19 {
  margin-bottom: 95px
}

.ml-19 {
  margin-left: 95px
}

.mt-20 {
  margin-top: 100px
}

.mr-20 {
  margin-right: 100px
}

.mb-20 {
  margin-bottom: 100px
}

.ml-20 {
  margin-left: 100px
}

.mt-auto {
  margin-top: auto
}

.mr-auto {
  margin-right: auto
}

.mb-auto {
  margin-bottom: auto
}

.ml-auto {
  margin-left: auto
}

.mt-xxs {
  margin-top: 8px
}

.mr-xxs {
  margin-right: 8px
}

.mb-xxs {
  margin-bottom: 8px
}

.ml-xxs {
  margin-left: 8px
}

.mt-xs {
  margin-top: 12px
}

.mr-xs {
  margin-right: 12px
}

.mb-xs {
  margin-bottom: 12px
}

.ml-xs {
  margin-left: 12px
}

.mt-sm {
  margin-top: 24px
}

.mr-sm {
  margin-right: 24px
}

.mb-sm {
  margin-bottom: 24px
}

.ml-sm {
  margin-left: 24px
}

.mt-md {
  margin-top: 48px
}

.mr-md {
  margin-right: 48px
}

.mb-md {
  margin-bottom: 48px
}

.ml-md {
  margin-left: 48px
}

.mt-lg {
  margin-top: 64px
}

.mr-lg {
  margin-right: 64px
}

.mb-lg {
  margin-bottom: 64px
}

.ml-lg {
  margin-left: 64px
}

.mt-xl {
  margin-top: 128px
}

.mr-xl {
  margin-right: 128px
}

.mb-xl {
  margin-bottom: 128px
}

.ml-xl {
  margin-left: 128px
}

.-mt-1 {
  margin-top: -5px
}

.-mr-1 {
  margin-right: -5px
}

.-mb-1 {
  margin-bottom: -5px
}

.-ml-1 {
  margin-left: -5px
}

.-mt-2 {
  margin-top: -10px
}

.-mr-2 {
  margin-right: -10px
}

.-mb-2 {
  margin-bottom: -10px
}

.-ml-2 {
  margin-left: -10px
}

.-mt-3 {
  margin-top: -15px
}

.-mr-3 {
  margin-right: -15px
}

.-mb-3 {
  margin-bottom: -15px
}

.-ml-3 {
  margin-left: -15px
}

.-mt-4 {
  margin-top: -20px
}

.-mr-4 {
  margin-right: -20px
}

.-mb-4 {
  margin-bottom: -20px
}

.-ml-4 {
  margin-left: -20px
}

.-mt-5 {
  margin-top: -25px
}

.-mr-5 {
  margin-right: -25px
}

.-mb-5 {
  margin-bottom: -25px
}

.-ml-5 {
  margin-left: -25px
}

.-mt-6 {
  margin-top: -30px
}

.-mr-6 {
  margin-right: -30px
}

.-mb-6 {
  margin-bottom: -30px
}

.-ml-6 {
  margin-left: -30px
}

.-mt-7 {
  margin-top: -35px
}

.-mr-7 {
  margin-right: -35px
}

.-mb-7 {
  margin-bottom: -35px
}

.-ml-7 {
  margin-left: -35px
}

.-mt-8 {
  margin-top: -40px
}

.-mr-8 {
  margin-right: -40px
}

.-mb-8 {
  margin-bottom: -40px
}

.-ml-8 {
  margin-left: -40px
}

.-mt-9 {
  margin-top: -45px
}

.-mr-9 {
  margin-right: -45px
}

.-mb-9 {
  margin-bottom: -45px
}

.-ml-9 {
  margin-left: -45px
}

.-mt-10 {
  margin-top: -50px
}

.-mr-10 {
  margin-right: -50px
}

.-mb-10 {
  margin-bottom: -50px
}

.-ml-10 {
  margin-left: -50px
}

.-mt-11 {
  margin-top: -55px
}

.-mr-11 {
  margin-right: -55px
}

.-mb-11 {
  margin-bottom: -55px
}

.-ml-11 {
  margin-left: -55px
}

.-mt-12 {
  margin-top: -60px
}

.-mr-12 {
  margin-right: -60px
}

.-mb-12 {
  margin-bottom: -60px
}

.-ml-12 {
  margin-left: -60px
}

.-mt-13 {
  margin-top: -65px
}

.-mr-13 {
  margin-right: -65px
}

.-mb-13 {
  margin-bottom: -65px
}

.-ml-13 {
  margin-left: -65px
}

.-mt-14 {
  margin-top: -70px
}

.-mr-14 {
  margin-right: -70px
}

.-mb-14 {
  margin-bottom: -70px
}

.-ml-14 {
  margin-left: -70px
}

.-mt-15 {
  margin-top: -75px
}

.-mr-15 {
  margin-right: -75px
}

.-mb-15 {
  margin-bottom: -75px
}

.-ml-15 {
  margin-left: -75px
}

.-mt-16 {
  margin-top: -80px
}

.-mr-16 {
  margin-right: -80px
}

.-mb-16 {
  margin-bottom: -80px
}

.-ml-16 {
  margin-left: -80px
}

.-mt-17 {
  margin-top: -85px
}

.-mr-17 {
  margin-right: -85px
}

.-mb-17 {
  margin-bottom: -85px
}

.-ml-17 {
  margin-left: -85px
}

.-mt-18 {
  margin-top: -90px
}

.-mr-18 {
  margin-right: -90px
}

.-mb-18 {
  margin-bottom: -90px
}

.-ml-18 {
  margin-left: -90px
}

.-mt-19 {
  margin-top: -95px
}

.-mr-19 {
  margin-right: -95px
}

.-mb-19 {
  margin-bottom: -95px
}

.-ml-19 {
  margin-left: -95px
}

.-mt-20 {
  margin-top: -100px
}

.-mr-20 {
  margin-right: -100px
}

.-mb-20 {
  margin-bottom: -100px
}

.-ml-20 {
  margin-left: -100px
}

.-mt-xxs {
  margin-top: -8px
}

.-mr-xxs {
  margin-right: -8px
}

.-mb-xxs {
  margin-bottom: -8px
}

.-ml-xxs {
  margin-left: -8px
}

.-mt-xs {
  margin-top: -12px
}

.-mr-xs {
  margin-right: -12px
}

.-mb-xs {
  margin-bottom: -12px
}

.-ml-xs {
  margin-left: -12px
}

.-mt-sm {
  margin-top: -24px
}

.-mr-sm {
  margin-right: -24px
}

.-mb-sm {
  margin-bottom: -24px
}

.-ml-sm {
  margin-left: -24px
}

.-mt-md {
  margin-top: -48px
}

.-mr-md {
  margin-right: -48px
}

.-mb-md {
  margin-bottom: -48px
}

.-ml-md {
  margin-left: -48px
}

.-mt-lg {
  margin-top: -64px
}

.-mr-lg {
  margin-right: -64px
}

.-mb-lg {
  margin-bottom: -64px
}

.-ml-lg {
  margin-left: -64px
}

.-mt-xl {
  margin-top: -128px
}

.-mr-xl {
  margin-right: -128px
}

.-mb-xl {
  margin-bottom: -128px
}

.-ml-xl {
  margin-left: -128px
}

.first\:m-0:first-child {
  margin: 0
}

.first\:m-1:first-child {
  margin: 5px
}

.first\:m-2:first-child {
  margin: 10px
}

.first\:m-3:first-child {
  margin: 15px
}

.first\:m-4:first-child {
  margin: 20px
}

.first\:m-5:first-child {
  margin: 25px
}

.first\:m-6:first-child {
  margin: 30px
}

.first\:m-7:first-child {
  margin: 35px
}

.first\:m-8:first-child {
  margin: 40px
}

.first\:m-9:first-child {
  margin: 45px
}

.first\:m-10:first-child {
  margin: 50px
}

.first\:m-11:first-child {
  margin: 55px
}

.first\:m-12:first-child {
  margin: 60px
}

.first\:m-13:first-child {
  margin: 65px
}

.first\:m-14:first-child {
  margin: 70px
}

.first\:m-15:first-child {
  margin: 75px
}

.first\:m-16:first-child {
  margin: 80px
}

.first\:m-17:first-child {
  margin: 85px
}

.first\:m-18:first-child {
  margin: 90px
}

.first\:m-19:first-child {
  margin: 95px
}

.first\:m-20:first-child {
  margin: 100px
}

.first\:m-auto:first-child {
  margin: auto
}

.first\:m-xxs:first-child {
  margin: 8px
}

.first\:m-xs:first-child {
  margin: 12px
}

.first\:m-sm:first-child {
  margin: 24px
}

.first\:m-md:first-child {
  margin: 48px
}

.first\:m-lg:first-child {
  margin: 64px
}

.first\:m-xl:first-child {
  margin: 128px
}

.first\:-m-1:first-child {
  margin: -5px
}

.first\:-m-2:first-child {
  margin: -10px
}

.first\:-m-3:first-child {
  margin: -15px
}

.first\:-m-4:first-child {
  margin: -20px
}

.first\:-m-5:first-child {
  margin: -25px
}

.first\:-m-6:first-child {
  margin: -30px
}

.first\:-m-7:first-child {
  margin: -35px
}

.first\:-m-8:first-child {
  margin: -40px
}

.first\:-m-9:first-child {
  margin: -45px
}

.first\:-m-10:first-child {
  margin: -50px
}

.first\:-m-11:first-child {
  margin: -55px
}

.first\:-m-12:first-child {
  margin: -60px
}

.first\:-m-13:first-child {
  margin: -65px
}

.first\:-m-14:first-child {
  margin: -70px
}

.first\:-m-15:first-child {
  margin: -75px
}

.first\:-m-16:first-child {
  margin: -80px
}

.first\:-m-17:first-child {
  margin: -85px
}

.first\:-m-18:first-child {
  margin: -90px
}

.first\:-m-19:first-child {
  margin: -95px
}

.first\:-m-20:first-child {
  margin: -100px
}

.first\:-m-xxs:first-child {
  margin: -8px
}

.first\:-m-xs:first-child {
  margin: -12px
}

.first\:-m-sm:first-child {
  margin: -24px
}

.first\:-m-md:first-child {
  margin: -48px
}

.first\:-m-lg:first-child {
  margin: -64px
}

.first\:-m-xl:first-child {
  margin: -128px
}

.first\:my-0:first-child {
  margin-top: 0;
  margin-bottom: 0
}

.first\:mx-0:first-child {
  margin-left: 0;
  margin-right: 0
}

.first\:my-1:first-child {
  margin-top: 5px;
  margin-bottom: 5px
}

.first\:mx-1:first-child {
  margin-left: 5px;
  margin-right: 5px
}

.first\:my-2:first-child {
  margin-top: 10px;
  margin-bottom: 10px
}

.first\:mx-2:first-child {
  margin-left: 10px;
  margin-right: 10px
}

.first\:my-3:first-child {
  margin-top: 15px;
  margin-bottom: 15px
}

.first\:mx-3:first-child {
  margin-left: 15px;
  margin-right: 15px
}

.first\:my-4:first-child {
  margin-top: 20px;
  margin-bottom: 20px
}

.first\:mx-4:first-child {
  margin-left: 20px;
  margin-right: 20px
}

.first\:my-5:first-child {
  margin-top: 25px;
  margin-bottom: 25px
}

.first\:mx-5:first-child {
  margin-left: 25px;
  margin-right: 25px
}

.first\:my-6:first-child {
  margin-top: 30px;
  margin-bottom: 30px
}

.first\:mx-6:first-child {
  margin-left: 30px;
  margin-right: 30px
}

.first\:my-7:first-child {
  margin-top: 35px;
  margin-bottom: 35px
}

.first\:mx-7:first-child {
  margin-left: 35px;
  margin-right: 35px
}

.first\:my-8:first-child {
  margin-top: 40px;
  margin-bottom: 40px
}

.first\:mx-8:first-child {
  margin-left: 40px;
  margin-right: 40px
}

.first\:my-9:first-child {
  margin-top: 45px;
  margin-bottom: 45px
}

.first\:mx-9:first-child {
  margin-left: 45px;
  margin-right: 45px
}

.first\:my-10:first-child {
  margin-top: 50px;
  margin-bottom: 50px
}

.first\:mx-10:first-child {
  margin-left: 50px;
  margin-right: 50px
}

.first\:my-11:first-child {
  margin-top: 55px;
  margin-bottom: 55px
}

.first\:mx-11:first-child {
  margin-left: 55px;
  margin-right: 55px
}

.first\:my-12:first-child {
  margin-top: 60px;
  margin-bottom: 60px
}

.first\:mx-12:first-child {
  margin-left: 60px;
  margin-right: 60px
}

.first\:my-13:first-child {
  margin-top: 65px;
  margin-bottom: 65px
}

.first\:mx-13:first-child {
  margin-left: 65px;
  margin-right: 65px
}

.first\:my-14:first-child {
  margin-top: 70px;
  margin-bottom: 70px
}

.first\:mx-14:first-child {
  margin-left: 70px;
  margin-right: 70px
}

.first\:my-15:first-child {
  margin-top: 75px;
  margin-bottom: 75px
}

.first\:mx-15:first-child {
  margin-left: 75px;
  margin-right: 75px
}

.first\:my-16:first-child {
  margin-top: 80px;
  margin-bottom: 80px
}

.first\:mx-16:first-child {
  margin-left: 80px;
  margin-right: 80px
}

.first\:my-17:first-child {
  margin-top: 85px;
  margin-bottom: 85px
}

.first\:mx-17:first-child {
  margin-left: 85px;
  margin-right: 85px
}

.first\:my-18:first-child {
  margin-top: 90px;
  margin-bottom: 90px
}

.first\:mx-18:first-child {
  margin-left: 90px;
  margin-right: 90px
}

.first\:my-19:first-child {
  margin-top: 95px;
  margin-bottom: 95px
}

.first\:mx-19:first-child {
  margin-left: 95px;
  margin-right: 95px
}

.first\:my-20:first-child {
  margin-top: 100px;
  margin-bottom: 100px
}

.first\:mx-20:first-child {
  margin-left: 100px;
  margin-right: 100px
}

.first\:my-auto:first-child {
  margin-top: auto;
  margin-bottom: auto
}

.first\:mx-auto:first-child {
  margin-left: auto;
  margin-right: auto
}

.first\:my-xxs:first-child {
  margin-top: 8px;
  margin-bottom: 8px
}

.first\:mx-xxs:first-child {
  margin-left: 8px;
  margin-right: 8px
}

.first\:my-xs:first-child {
  margin-top: 12px;
  margin-bottom: 12px
}

.first\:mx-xs:first-child {
  margin-left: 12px;
  margin-right: 12px
}

.first\:my-sm:first-child {
  margin-top: 24px;
  margin-bottom: 24px
}

.first\:mx-sm:first-child {
  margin-left: 24px;
  margin-right: 24px
}

.first\:my-md:first-child {
  margin-top: 48px;
  margin-bottom: 48px
}

.first\:mx-md:first-child {
  margin-left: 48px;
  margin-right: 48px
}

.first\:my-lg:first-child {
  margin-top: 64px;
  margin-bottom: 64px
}

.first\:mx-lg:first-child {
  margin-left: 64px;
  margin-right: 64px
}

.first\:my-xl:first-child {
  margin-top: 128px;
  margin-bottom: 128px
}

.first\:mx-xl:first-child {
  margin-left: 128px;
  margin-right: 128px
}

.first\:-my-1:first-child {
  margin-top: -5px;
  margin-bottom: -5px
}

.first\:-mx-1:first-child {
  margin-left: -5px;
  margin-right: -5px
}

.first\:-my-2:first-child {
  margin-top: -10px;
  margin-bottom: -10px
}

.first\:-mx-2:first-child {
  margin-left: -10px;
  margin-right: -10px
}

.first\:-my-3:first-child {
  margin-top: -15px;
  margin-bottom: -15px
}

.first\:-mx-3:first-child {
  margin-left: -15px;
  margin-right: -15px
}

.first\:-my-4:first-child {
  margin-top: -20px;
  margin-bottom: -20px
}

.first\:-mx-4:first-child {
  margin-left: -20px;
  margin-right: -20px
}

.first\:-my-5:first-child {
  margin-top: -25px;
  margin-bottom: -25px
}

.first\:-mx-5:first-child {
  margin-left: -25px;
  margin-right: -25px
}

.first\:-my-6:first-child {
  margin-top: -30px;
  margin-bottom: -30px
}

.first\:-mx-6:first-child {
  margin-left: -30px;
  margin-right: -30px
}

.first\:-my-7:first-child {
  margin-top: -35px;
  margin-bottom: -35px
}

.first\:-mx-7:first-child {
  margin-left: -35px;
  margin-right: -35px
}

.first\:-my-8:first-child {
  margin-top: -40px;
  margin-bottom: -40px
}

.first\:-mx-8:first-child {
  margin-left: -40px;
  margin-right: -40px
}

.first\:-my-9:first-child {
  margin-top: -45px;
  margin-bottom: -45px
}

.first\:-mx-9:first-child {
  margin-left: -45px;
  margin-right: -45px
}

.first\:-my-10:first-child {
  margin-top: -50px;
  margin-bottom: -50px
}

.first\:-mx-10:first-child {
  margin-left: -50px;
  margin-right: -50px
}

.first\:-my-11:first-child {
  margin-top: -55px;
  margin-bottom: -55px
}

.first\:-mx-11:first-child {
  margin-left: -55px;
  margin-right: -55px
}

.first\:-my-12:first-child {
  margin-top: -60px;
  margin-bottom: -60px
}

.first\:-mx-12:first-child {
  margin-left: -60px;
  margin-right: -60px
}

.first\:-my-13:first-child {
  margin-top: -65px;
  margin-bottom: -65px
}

.first\:-mx-13:first-child {
  margin-left: -65px;
  margin-right: -65px
}

.first\:-my-14:first-child {
  margin-top: -70px;
  margin-bottom: -70px
}

.first\:-mx-14:first-child {
  margin-left: -70px;
  margin-right: -70px
}

.first\:-my-15:first-child {
  margin-top: -75px;
  margin-bottom: -75px
}

.first\:-mx-15:first-child {
  margin-left: -75px;
  margin-right: -75px
}

.first\:-my-16:first-child {
  margin-top: -80px;
  margin-bottom: -80px
}

.first\:-mx-16:first-child {
  margin-left: -80px;
  margin-right: -80px
}

.first\:-my-17:first-child {
  margin-top: -85px;
  margin-bottom: -85px
}

.first\:-mx-17:first-child {
  margin-left: -85px;
  margin-right: -85px
}

.first\:-my-18:first-child {
  margin-top: -90px;
  margin-bottom: -90px
}

.first\:-mx-18:first-child {
  margin-left: -90px;
  margin-right: -90px
}

.first\:-my-19:first-child {
  margin-top: -95px;
  margin-bottom: -95px
}

.first\:-mx-19:first-child {
  margin-left: -95px;
  margin-right: -95px
}

.first\:-my-20:first-child {
  margin-top: -100px;
  margin-bottom: -100px
}

.first\:-mx-20:first-child {
  margin-left: -100px;
  margin-right: -100px
}

.first\:-my-xxs:first-child {
  margin-top: -8px;
  margin-bottom: -8px
}

.first\:-mx-xxs:first-child {
  margin-left: -8px;
  margin-right: -8px
}

.first\:-my-xs:first-child {
  margin-top: -12px;
  margin-bottom: -12px
}

.first\:-mx-xs:first-child {
  margin-left: -12px;
  margin-right: -12px
}

.first\:-my-sm:first-child {
  margin-top: -24px;
  margin-bottom: -24px
}

.first\:-mx-sm:first-child {
  margin-left: -24px;
  margin-right: -24px
}

.first\:-my-md:first-child {
  margin-top: -48px;
  margin-bottom: -48px
}

.first\:-mx-md:first-child {
  margin-left: -48px;
  margin-right: -48px
}

.first\:-my-lg:first-child {
  margin-top: -64px;
  margin-bottom: -64px
}

.first\:-mx-lg:first-child {
  margin-left: -64px;
  margin-right: -64px
}

.first\:-my-xl:first-child {
  margin-top: -128px;
  margin-bottom: -128px
}

.first\:-mx-xl:first-child {
  margin-left: -128px;
  margin-right: -128px
}

.first\:mt-0:first-child {
  margin-top: 0
}

.first\:mr-0:first-child {
  margin-right: 0
}

.first\:mb-0:first-child {
  margin-bottom: 0
}

.first\:ml-0:first-child {
  margin-left: 0
}

.first\:mt-1:first-child {
  margin-top: 5px
}

.first\:mr-1:first-child {
  margin-right: 5px
}

.first\:mb-1:first-child {
  margin-bottom: 5px
}

.first\:ml-1:first-child {
  margin-left: 5px
}

.first\:mt-2:first-child {
  margin-top: 10px
}

.first\:mr-2:first-child {
  margin-right: 10px
}

.first\:mb-2:first-child {
  margin-bottom: 10px
}

.first\:ml-2:first-child {
  margin-left: 10px
}

.first\:mt-3:first-child {
  margin-top: 15px
}

.first\:mr-3:first-child {
  margin-right: 15px
}

.first\:mb-3:first-child {
  margin-bottom: 15px
}

.first\:ml-3:first-child {
  margin-left: 15px
}

.first\:mt-4:first-child {
  margin-top: 20px
}

.first\:mr-4:first-child {
  margin-right: 20px
}

.first\:mb-4:first-child {
  margin-bottom: 20px
}

.first\:ml-4:first-child {
  margin-left: 20px
}

.first\:mt-5:first-child {
  margin-top: 25px
}

.first\:mr-5:first-child {
  margin-right: 25px
}

.first\:mb-5:first-child {
  margin-bottom: 25px
}

.first\:ml-5:first-child {
  margin-left: 25px
}

.first\:mt-6:first-child {
  margin-top: 30px
}

.first\:mr-6:first-child {
  margin-right: 30px
}

.first\:mb-6:first-child {
  margin-bottom: 30px
}

.first\:ml-6:first-child {
  margin-left: 30px
}

.first\:mt-7:first-child {
  margin-top: 35px
}

.first\:mr-7:first-child {
  margin-right: 35px
}

.first\:mb-7:first-child {
  margin-bottom: 35px
}

.first\:ml-7:first-child {
  margin-left: 35px
}

.first\:mt-8:first-child {
  margin-top: 40px
}

.first\:mr-8:first-child {
  margin-right: 40px
}

.first\:mb-8:first-child {
  margin-bottom: 40px
}

.first\:ml-8:first-child {
  margin-left: 40px
}

.first\:mt-9:first-child {
  margin-top: 45px
}

.first\:mr-9:first-child {
  margin-right: 45px
}

.first\:mb-9:first-child {
  margin-bottom: 45px
}

.first\:ml-9:first-child {
  margin-left: 45px
}

.first\:mt-10:first-child {
  margin-top: 50px
}

.first\:mr-10:first-child {
  margin-right: 50px
}

.first\:mb-10:first-child {
  margin-bottom: 50px
}

.first\:ml-10:first-child {
  margin-left: 50px
}

.first\:mt-11:first-child {
  margin-top: 55px
}

.first\:mr-11:first-child {
  margin-right: 55px
}

.first\:mb-11:first-child {
  margin-bottom: 55px
}

.first\:ml-11:first-child {
  margin-left: 55px
}

.first\:mt-12:first-child {
  margin-top: 60px
}

.first\:mr-12:first-child {
  margin-right: 60px
}

.first\:mb-12:first-child {
  margin-bottom: 60px
}

.first\:ml-12:first-child {
  margin-left: 60px
}

.first\:mt-13:first-child {
  margin-top: 65px
}

.first\:mr-13:first-child {
  margin-right: 65px
}

.first\:mb-13:first-child {
  margin-bottom: 65px
}

.first\:ml-13:first-child {
  margin-left: 65px
}

.first\:mt-14:first-child {
  margin-top: 70px
}

.first\:mr-14:first-child {
  margin-right: 70px
}

.first\:mb-14:first-child {
  margin-bottom: 70px
}

.first\:ml-14:first-child {
  margin-left: 70px
}

.first\:mt-15:first-child {
  margin-top: 75px
}

.first\:mr-15:first-child {
  margin-right: 75px
}

.first\:mb-15:first-child {
  margin-bottom: 75px
}

.first\:ml-15:first-child {
  margin-left: 75px
}

.first\:mt-16:first-child {
  margin-top: 80px
}

.first\:mr-16:first-child {
  margin-right: 80px
}

.first\:mb-16:first-child {
  margin-bottom: 80px
}

.first\:ml-16:first-child {
  margin-left: 80px
}

.first\:mt-17:first-child {
  margin-top: 85px
}

.first\:mr-17:first-child {
  margin-right: 85px
}

.first\:mb-17:first-child {
  margin-bottom: 85px
}

.first\:ml-17:first-child {
  margin-left: 85px
}

.first\:mt-18:first-child {
  margin-top: 90px
}

.first\:mr-18:first-child {
  margin-right: 90px
}

.first\:mb-18:first-child {
  margin-bottom: 90px
}

.first\:ml-18:first-child {
  margin-left: 90px
}

.first\:mt-19:first-child {
  margin-top: 95px
}

.first\:mr-19:first-child {
  margin-right: 95px
}

.first\:mb-19:first-child {
  margin-bottom: 95px
}

.first\:ml-19:first-child {
  margin-left: 95px
}

.first\:mt-20:first-child {
  margin-top: 100px
}

.first\:mr-20:first-child {
  margin-right: 100px
}

.first\:mb-20:first-child {
  margin-bottom: 100px
}

.first\:ml-20:first-child {
  margin-left: 100px
}

.first\:mt-auto:first-child {
  margin-top: auto
}

.first\:mr-auto:first-child {
  margin-right: auto
}

.first\:mb-auto:first-child {
  margin-bottom: auto
}

.first\:ml-auto:first-child {
  margin-left: auto
}

.first\:mt-xxs:first-child {
  margin-top: 8px
}

.first\:mr-xxs:first-child {
  margin-right: 8px
}

.first\:mb-xxs:first-child {
  margin-bottom: 8px
}

.first\:ml-xxs:first-child {
  margin-left: 8px
}

.first\:mt-xs:first-child {
  margin-top: 12px
}

.first\:mr-xs:first-child {
  margin-right: 12px
}

.first\:mb-xs:first-child {
  margin-bottom: 12px
}

.first\:ml-xs:first-child {
  margin-left: 12px
}

.first\:mt-sm:first-child {
  margin-top: 24px
}

.first\:mr-sm:first-child {
  margin-right: 24px
}

.first\:mb-sm:first-child {
  margin-bottom: 24px
}

.first\:ml-sm:first-child {
  margin-left: 24px
}

.first\:mt-md:first-child {
  margin-top: 48px
}

.first\:mr-md:first-child {
  margin-right: 48px
}

.first\:mb-md:first-child {
  margin-bottom: 48px
}

.first\:ml-md:first-child {
  margin-left: 48px
}

.first\:mt-lg:first-child {
  margin-top: 64px
}

.first\:mr-lg:first-child {
  margin-right: 64px
}

.first\:mb-lg:first-child {
  margin-bottom: 64px
}

.first\:ml-lg:first-child {
  margin-left: 64px
}

.first\:mt-xl:first-child {
  margin-top: 128px
}

.first\:mr-xl:first-child {
  margin-right: 128px
}

.first\:mb-xl:first-child {
  margin-bottom: 128px
}

.first\:ml-xl:first-child {
  margin-left: 128px
}

.first\:-mt-1:first-child {
  margin-top: -5px
}

.first\:-mr-1:first-child {
  margin-right: -5px
}

.first\:-mb-1:first-child {
  margin-bottom: -5px
}

.first\:-ml-1:first-child {
  margin-left: -5px
}

.first\:-mt-2:first-child {
  margin-top: -10px
}

.first\:-mr-2:first-child {
  margin-right: -10px
}

.first\:-mb-2:first-child {
  margin-bottom: -10px
}

.first\:-ml-2:first-child {
  margin-left: -10px
}

.first\:-mt-3:first-child {
  margin-top: -15px
}

.first\:-mr-3:first-child {
  margin-right: -15px
}

.first\:-mb-3:first-child {
  margin-bottom: -15px
}

.first\:-ml-3:first-child {
  margin-left: -15px
}

.first\:-mt-4:first-child {
  margin-top: -20px
}

.first\:-mr-4:first-child {
  margin-right: -20px
}

.first\:-mb-4:first-child {
  margin-bottom: -20px
}

.first\:-ml-4:first-child {
  margin-left: -20px
}

.first\:-mt-5:first-child {
  margin-top: -25px
}

.first\:-mr-5:first-child {
  margin-right: -25px
}

.first\:-mb-5:first-child {
  margin-bottom: -25px
}

.first\:-ml-5:first-child {
  margin-left: -25px
}

.first\:-mt-6:first-child {
  margin-top: -30px
}

.first\:-mr-6:first-child {
  margin-right: -30px
}

.first\:-mb-6:first-child {
  margin-bottom: -30px
}

.first\:-ml-6:first-child {
  margin-left: -30px
}

.first\:-mt-7:first-child {
  margin-top: -35px
}

.first\:-mr-7:first-child {
  margin-right: -35px
}

.first\:-mb-7:first-child {
  margin-bottom: -35px
}

.first\:-ml-7:first-child {
  margin-left: -35px
}

.first\:-mt-8:first-child {
  margin-top: -40px
}

.first\:-mr-8:first-child {
  margin-right: -40px
}

.first\:-mb-8:first-child {
  margin-bottom: -40px
}

.first\:-ml-8:first-child {
  margin-left: -40px
}

.first\:-mt-9:first-child {
  margin-top: -45px
}

.first\:-mr-9:first-child {
  margin-right: -45px
}

.first\:-mb-9:first-child {
  margin-bottom: -45px
}

.first\:-ml-9:first-child {
  margin-left: -45px
}

.first\:-mt-10:first-child {
  margin-top: -50px
}

.first\:-mr-10:first-child {
  margin-right: -50px
}

.first\:-mb-10:first-child {
  margin-bottom: -50px
}

.first\:-ml-10:first-child {
  margin-left: -50px
}

.first\:-mt-11:first-child {
  margin-top: -55px
}

.first\:-mr-11:first-child {
  margin-right: -55px
}

.first\:-mb-11:first-child {
  margin-bottom: -55px
}

.first\:-ml-11:first-child {
  margin-left: -55px
}

.first\:-mt-12:first-child {
  margin-top: -60px
}

.first\:-mr-12:first-child {
  margin-right: -60px
}

.first\:-mb-12:first-child {
  margin-bottom: -60px
}

.first\:-ml-12:first-child {
  margin-left: -60px
}

.first\:-mt-13:first-child {
  margin-top: -65px
}

.first\:-mr-13:first-child {
  margin-right: -65px
}

.first\:-mb-13:first-child {
  margin-bottom: -65px
}

.first\:-ml-13:first-child {
  margin-left: -65px
}

.first\:-mt-14:first-child {
  margin-top: -70px
}

.first\:-mr-14:first-child {
  margin-right: -70px
}

.first\:-mb-14:first-child {
  margin-bottom: -70px
}

.first\:-ml-14:first-child {
  margin-left: -70px
}

.first\:-mt-15:first-child {
  margin-top: -75px
}

.first\:-mr-15:first-child {
  margin-right: -75px
}

.first\:-mb-15:first-child {
  margin-bottom: -75px
}

.first\:-ml-15:first-child {
  margin-left: -75px
}

.first\:-mt-16:first-child {
  margin-top: -80px
}

.first\:-mr-16:first-child {
  margin-right: -80px
}

.first\:-mb-16:first-child {
  margin-bottom: -80px
}

.first\:-ml-16:first-child {
  margin-left: -80px
}

.first\:-mt-17:first-child {
  margin-top: -85px
}

.first\:-mr-17:first-child {
  margin-right: -85px
}

.first\:-mb-17:first-child {
  margin-bottom: -85px
}

.first\:-ml-17:first-child {
  margin-left: -85px
}

.first\:-mt-18:first-child {
  margin-top: -90px
}

.first\:-mr-18:first-child {
  margin-right: -90px
}

.first\:-mb-18:first-child {
  margin-bottom: -90px
}

.first\:-ml-18:first-child {
  margin-left: -90px
}

.first\:-mt-19:first-child {
  margin-top: -95px
}

.first\:-mr-19:first-child {
  margin-right: -95px
}

.first\:-mb-19:first-child {
  margin-bottom: -95px
}

.first\:-ml-19:first-child {
  margin-left: -95px
}

.first\:-mt-20:first-child {
  margin-top: -100px
}

.first\:-mr-20:first-child {
  margin-right: -100px
}

.first\:-mb-20:first-child {
  margin-bottom: -100px
}

.first\:-ml-20:first-child {
  margin-left: -100px
}

.first\:-mt-xxs:first-child {
  margin-top: -8px
}

.first\:-mr-xxs:first-child {
  margin-right: -8px
}

.first\:-mb-xxs:first-child {
  margin-bottom: -8px
}

.first\:-ml-xxs:first-child {
  margin-left: -8px
}

.first\:-mt-xs:first-child {
  margin-top: -12px
}

.first\:-mr-xs:first-child {
  margin-right: -12px
}

.first\:-mb-xs:first-child {
  margin-bottom: -12px
}

.first\:-ml-xs:first-child {
  margin-left: -12px
}

.first\:-mt-sm:first-child {
  margin-top: -24px
}

.first\:-mr-sm:first-child {
  margin-right: -24px
}

.first\:-mb-sm:first-child {
  margin-bottom: -24px
}

.first\:-ml-sm:first-child {
  margin-left: -24px
}

.first\:-mt-md:first-child {
  margin-top: -48px
}

.first\:-mr-md:first-child {
  margin-right: -48px
}

.first\:-mb-md:first-child {
  margin-bottom: -48px
}

.first\:-ml-md:first-child {
  margin-left: -48px
}

.first\:-mt-lg:first-child {
  margin-top: -64px
}

.first\:-mr-lg:first-child {
  margin-right: -64px
}

.first\:-mb-lg:first-child {
  margin-bottom: -64px
}

.first\:-ml-lg:first-child {
  margin-left: -64px
}

.first\:-mt-xl:first-child {
  margin-top: -128px
}

.first\:-mr-xl:first-child {
  margin-right: -128px
}

.first\:-mb-xl:first-child {
  margin-bottom: -128px
}

.first\:-ml-xl:first-child {
  margin-left: -128px
}

.last\:m-0:last-child {
  margin: 0
}

.last\:m-1:last-child {
  margin: 5px
}

.last\:m-2:last-child {
  margin: 10px
}

.last\:m-3:last-child {
  margin: 15px
}

.last\:m-4:last-child {
  margin: 20px
}

.last\:m-5:last-child {
  margin: 25px
}

.last\:m-6:last-child {
  margin: 30px
}

.last\:m-7:last-child {
  margin: 35px
}

.last\:m-8:last-child {
  margin: 40px
}

.last\:m-9:last-child {
  margin: 45px
}

.last\:m-10:last-child {
  margin: 50px
}

.last\:m-11:last-child {
  margin: 55px
}

.last\:m-12:last-child {
  margin: 60px
}

.last\:m-13:last-child {
  margin: 65px
}

.last\:m-14:last-child {
  margin: 70px
}

.last\:m-15:last-child {
  margin: 75px
}

.last\:m-16:last-child {
  margin: 80px
}

.last\:m-17:last-child {
  margin: 85px
}

.last\:m-18:last-child {
  margin: 90px
}

.last\:m-19:last-child {
  margin: 95px
}

.last\:m-20:last-child {
  margin: 100px
}

.last\:m-auto:last-child {
  margin: auto
}

.last\:m-xxs:last-child {
  margin: 8px
}

.last\:m-xs:last-child {
  margin: 12px
}

.last\:m-sm:last-child {
  margin: 24px
}

.last\:m-md:last-child {
  margin: 48px
}

.last\:m-lg:last-child {
  margin: 64px
}

.last\:m-xl:last-child {
  margin: 128px
}

.last\:-m-1:last-child {
  margin: -5px
}

.last\:-m-2:last-child {
  margin: -10px
}

.last\:-m-3:last-child {
  margin: -15px
}

.last\:-m-4:last-child {
  margin: -20px
}

.last\:-m-5:last-child {
  margin: -25px
}

.last\:-m-6:last-child {
  margin: -30px
}

.last\:-m-7:last-child {
  margin: -35px
}

.last\:-m-8:last-child {
  margin: -40px
}

.last\:-m-9:last-child {
  margin: -45px
}

.last\:-m-10:last-child {
  margin: -50px
}

.last\:-m-11:last-child {
  margin: -55px
}

.last\:-m-12:last-child {
  margin: -60px
}

.last\:-m-13:last-child {
  margin: -65px
}

.last\:-m-14:last-child {
  margin: -70px
}

.last\:-m-15:last-child {
  margin: -75px
}

.last\:-m-16:last-child {
  margin: -80px
}

.last\:-m-17:last-child {
  margin: -85px
}

.last\:-m-18:last-child {
  margin: -90px
}

.last\:-m-19:last-child {
  margin: -95px
}

.last\:-m-20:last-child {
  margin: -100px
}

.last\:-m-xxs:last-child {
  margin: -8px
}

.last\:-m-xs:last-child {
  margin: -12px
}

.last\:-m-sm:last-child {
  margin: -24px
}

.last\:-m-md:last-child {
  margin: -48px
}

.last\:-m-lg:last-child {
  margin: -64px
}

.last\:-m-xl:last-child {
  margin: -128px
}

.last\:my-0:last-child {
  margin-top: 0;
  margin-bottom: 0
}

.last\:mx-0:last-child {
  margin-left: 0;
  margin-right: 0
}

.last\:my-1:last-child {
  margin-top: 5px;
  margin-bottom: 5px
}

.last\:mx-1:last-child {
  margin-left: 5px;
  margin-right: 5px
}

.last\:my-2:last-child {
  margin-top: 10px;
  margin-bottom: 10px
}

.last\:mx-2:last-child {
  margin-left: 10px;
  margin-right: 10px
}

.last\:my-3:last-child {
  margin-top: 15px;
  margin-bottom: 15px
}

.last\:mx-3:last-child {
  margin-left: 15px;
  margin-right: 15px
}

.last\:my-4:last-child {
  margin-top: 20px;
  margin-bottom: 20px
}

.last\:mx-4:last-child {
  margin-left: 20px;
  margin-right: 20px
}

.last\:my-5:last-child {
  margin-top: 25px;
  margin-bottom: 25px
}

.last\:mx-5:last-child {
  margin-left: 25px;
  margin-right: 25px
}

.last\:my-6:last-child {
  margin-top: 30px;
  margin-bottom: 30px
}

.last\:mx-6:last-child {
  margin-left: 30px;
  margin-right: 30px
}

.last\:my-7:last-child {
  margin-top: 35px;
  margin-bottom: 35px
}

.last\:mx-7:last-child {
  margin-left: 35px;
  margin-right: 35px
}

.last\:my-8:last-child {
  margin-top: 40px;
  margin-bottom: 40px
}

.last\:mx-8:last-child {
  margin-left: 40px;
  margin-right: 40px
}

.last\:my-9:last-child {
  margin-top: 45px;
  margin-bottom: 45px
}

.last\:mx-9:last-child {
  margin-left: 45px;
  margin-right: 45px
}

.last\:my-10:last-child {
  margin-top: 50px;
  margin-bottom: 50px
}

.last\:mx-10:last-child {
  margin-left: 50px;
  margin-right: 50px
}

.last\:my-11:last-child {
  margin-top: 55px;
  margin-bottom: 55px
}

.last\:mx-11:last-child {
  margin-left: 55px;
  margin-right: 55px
}

.last\:my-12:last-child {
  margin-top: 60px;
  margin-bottom: 60px
}

.last\:mx-12:last-child {
  margin-left: 60px;
  margin-right: 60px
}

.last\:my-13:last-child {
  margin-top: 65px;
  margin-bottom: 65px
}

.last\:mx-13:last-child {
  margin-left: 65px;
  margin-right: 65px
}

.last\:my-14:last-child {
  margin-top: 70px;
  margin-bottom: 70px
}

.last\:mx-14:last-child {
  margin-left: 70px;
  margin-right: 70px
}

.last\:my-15:last-child {
  margin-top: 75px;
  margin-bottom: 75px
}

.last\:mx-15:last-child {
  margin-left: 75px;
  margin-right: 75px
}

.last\:my-16:last-child {
  margin-top: 80px;
  margin-bottom: 80px
}

.last\:mx-16:last-child {
  margin-left: 80px;
  margin-right: 80px
}

.last\:my-17:last-child {
  margin-top: 85px;
  margin-bottom: 85px
}

.last\:mx-17:last-child {
  margin-left: 85px;
  margin-right: 85px
}

.last\:my-18:last-child {
  margin-top: 90px;
  margin-bottom: 90px
}

.last\:mx-18:last-child {
  margin-left: 90px;
  margin-right: 90px
}

.last\:my-19:last-child {
  margin-top: 95px;
  margin-bottom: 95px
}

.last\:mx-19:last-child {
  margin-left: 95px;
  margin-right: 95px
}

.last\:my-20:last-child {
  margin-top: 100px;
  margin-bottom: 100px
}

.last\:mx-20:last-child {
  margin-left: 100px;
  margin-right: 100px
}

.last\:my-auto:last-child {
  margin-top: auto;
  margin-bottom: auto
}

.last\:mx-auto:last-child {
  margin-left: auto;
  margin-right: auto
}

.last\:my-xxs:last-child {
  margin-top: 8px;
  margin-bottom: 8px
}

.last\:mx-xxs:last-child {
  margin-left: 8px;
  margin-right: 8px
}

.last\:my-xs:last-child {
  margin-top: 12px;
  margin-bottom: 12px
}

.last\:mx-xs:last-child {
  margin-left: 12px;
  margin-right: 12px
}

.last\:my-sm:last-child {
  margin-top: 24px;
  margin-bottom: 24px
}

.last\:mx-sm:last-child {
  margin-left: 24px;
  margin-right: 24px
}

.last\:my-md:last-child {
  margin-top: 48px;
  margin-bottom: 48px
}

.last\:mx-md:last-child {
  margin-left: 48px;
  margin-right: 48px
}

.last\:my-lg:last-child {
  margin-top: 64px;
  margin-bottom: 64px
}

.last\:mx-lg:last-child {
  margin-left: 64px;
  margin-right: 64px
}

.last\:my-xl:last-child {
  margin-top: 128px;
  margin-bottom: 128px
}

.last\:mx-xl:last-child {
  margin-left: 128px;
  margin-right: 128px
}

.last\:-my-1:last-child {
  margin-top: -5px;
  margin-bottom: -5px
}

.last\:-mx-1:last-child {
  margin-left: -5px;
  margin-right: -5px
}

.last\:-my-2:last-child {
  margin-top: -10px;
  margin-bottom: -10px
}

.last\:-mx-2:last-child {
  margin-left: -10px;
  margin-right: -10px
}

.last\:-my-3:last-child {
  margin-top: -15px;
  margin-bottom: -15px
}

.last\:-mx-3:last-child {
  margin-left: -15px;
  margin-right: -15px
}

.last\:-my-4:last-child {
  margin-top: -20px;
  margin-bottom: -20px
}

.last\:-mx-4:last-child {
  margin-left: -20px;
  margin-right: -20px
}

.last\:-my-5:last-child {
  margin-top: -25px;
  margin-bottom: -25px
}

.last\:-mx-5:last-child {
  margin-left: -25px;
  margin-right: -25px
}

.last\:-my-6:last-child {
  margin-top: -30px;
  margin-bottom: -30px
}

.last\:-mx-6:last-child {
  margin-left: -30px;
  margin-right: -30px
}

.last\:-my-7:last-child {
  margin-top: -35px;
  margin-bottom: -35px
}

.last\:-mx-7:last-child {
  margin-left: -35px;
  margin-right: -35px
}

.last\:-my-8:last-child {
  margin-top: -40px;
  margin-bottom: -40px
}

.last\:-mx-8:last-child {
  margin-left: -40px;
  margin-right: -40px
}

.last\:-my-9:last-child {
  margin-top: -45px;
  margin-bottom: -45px
}

.last\:-mx-9:last-child {
  margin-left: -45px;
  margin-right: -45px
}

.last\:-my-10:last-child {
  margin-top: -50px;
  margin-bottom: -50px
}

.last\:-mx-10:last-child {
  margin-left: -50px;
  margin-right: -50px
}

.last\:-my-11:last-child {
  margin-top: -55px;
  margin-bottom: -55px
}

.last\:-mx-11:last-child {
  margin-left: -55px;
  margin-right: -55px
}

.last\:-my-12:last-child {
  margin-top: -60px;
  margin-bottom: -60px
}

.last\:-mx-12:last-child {
  margin-left: -60px;
  margin-right: -60px
}

.last\:-my-13:last-child {
  margin-top: -65px;
  margin-bottom: -65px
}

.last\:-mx-13:last-child {
  margin-left: -65px;
  margin-right: -65px
}

.last\:-my-14:last-child {
  margin-top: -70px;
  margin-bottom: -70px
}

.last\:-mx-14:last-child {
  margin-left: -70px;
  margin-right: -70px
}

.last\:-my-15:last-child {
  margin-top: -75px;
  margin-bottom: -75px
}

.last\:-mx-15:last-child {
  margin-left: -75px;
  margin-right: -75px
}

.last\:-my-16:last-child {
  margin-top: -80px;
  margin-bottom: -80px
}

.last\:-mx-16:last-child {
  margin-left: -80px;
  margin-right: -80px
}

.last\:-my-17:last-child {
  margin-top: -85px;
  margin-bottom: -85px
}

.last\:-mx-17:last-child {
  margin-left: -85px;
  margin-right: -85px
}

.last\:-my-18:last-child {
  margin-top: -90px;
  margin-bottom: -90px
}

.last\:-mx-18:last-child {
  margin-left: -90px;
  margin-right: -90px
}

.last\:-my-19:last-child {
  margin-top: -95px;
  margin-bottom: -95px
}

.last\:-mx-19:last-child {
  margin-left: -95px;
  margin-right: -95px
}

.last\:-my-20:last-child {
  margin-top: -100px;
  margin-bottom: -100px
}

.last\:-mx-20:last-child {
  margin-left: -100px;
  margin-right: -100px
}

.last\:-my-xxs:last-child {
  margin-top: -8px;
  margin-bottom: -8px
}

.last\:-mx-xxs:last-child {
  margin-left: -8px;
  margin-right: -8px
}

.last\:-my-xs:last-child {
  margin-top: -12px;
  margin-bottom: -12px
}

.last\:-mx-xs:last-child {
  margin-left: -12px;
  margin-right: -12px
}

.last\:-my-sm:last-child {
  margin-top: -24px;
  margin-bottom: -24px
}

.last\:-mx-sm:last-child {
  margin-left: -24px;
  margin-right: -24px
}

.last\:-my-md:last-child {
  margin-top: -48px;
  margin-bottom: -48px
}

.last\:-mx-md:last-child {
  margin-left: -48px;
  margin-right: -48px
}

.last\:-my-lg:last-child {
  margin-top: -64px;
  margin-bottom: -64px
}

.last\:-mx-lg:last-child {
  margin-left: -64px;
  margin-right: -64px
}

.last\:-my-xl:last-child {
  margin-top: -128px;
  margin-bottom: -128px
}

.last\:-mx-xl:last-child {
  margin-left: -128px;
  margin-right: -128px
}

.last\:mt-0:last-child {
  margin-top: 0
}

.last\:mr-0:last-child {
  margin-right: 0
}

.last\:mb-0:last-child {
  margin-bottom: 0
}

.last\:ml-0:last-child {
  margin-left: 0
}

.last\:mt-1:last-child {
  margin-top: 5px
}

.last\:mr-1:last-child {
  margin-right: 5px
}

.last\:mb-1:last-child {
  margin-bottom: 5px
}

.last\:ml-1:last-child {
  margin-left: 5px
}

.last\:mt-2:last-child {
  margin-top: 10px
}

.last\:mr-2:last-child {
  margin-right: 10px
}

.last\:mb-2:last-child {
  margin-bottom: 10px
}

.last\:ml-2:last-child {
  margin-left: 10px
}

.last\:mt-3:last-child {
  margin-top: 15px
}

.last\:mr-3:last-child {
  margin-right: 15px
}

.last\:mb-3:last-child {
  margin-bottom: 15px
}

.last\:ml-3:last-child {
  margin-left: 15px
}

.last\:mt-4:last-child {
  margin-top: 20px
}

.last\:mr-4:last-child {
  margin-right: 20px
}

.last\:mb-4:last-child {
  margin-bottom: 20px
}

.last\:ml-4:last-child {
  margin-left: 20px
}

.last\:mt-5:last-child {
  margin-top: 25px
}

.last\:mr-5:last-child {
  margin-right: 25px
}

.last\:mb-5:last-child {
  margin-bottom: 25px
}

.last\:ml-5:last-child {
  margin-left: 25px
}

.last\:mt-6:last-child {
  margin-top: 30px
}

.last\:mr-6:last-child {
  margin-right: 30px
}

.last\:mb-6:last-child {
  margin-bottom: 30px
}

.last\:ml-6:last-child {
  margin-left: 30px
}

.last\:mt-7:last-child {
  margin-top: 35px
}

.last\:mr-7:last-child {
  margin-right: 35px
}

.last\:mb-7:last-child {
  margin-bottom: 35px
}

.last\:ml-7:last-child {
  margin-left: 35px
}

.last\:mt-8:last-child {
  margin-top: 40px
}

.last\:mr-8:last-child {
  margin-right: 40px
}

.last\:mb-8:last-child {
  margin-bottom: 40px
}

.last\:ml-8:last-child {
  margin-left: 40px
}

.last\:mt-9:last-child {
  margin-top: 45px
}

.last\:mr-9:last-child {
  margin-right: 45px
}

.last\:mb-9:last-child {
  margin-bottom: 45px
}

.last\:ml-9:last-child {
  margin-left: 45px
}

.last\:mt-10:last-child {
  margin-top: 50px
}

.last\:mr-10:last-child {
  margin-right: 50px
}

.last\:mb-10:last-child {
  margin-bottom: 50px
}

.last\:ml-10:last-child {
  margin-left: 50px
}

.last\:mt-11:last-child {
  margin-top: 55px
}

.last\:mr-11:last-child {
  margin-right: 55px
}

.last\:mb-11:last-child {
  margin-bottom: 55px
}

.last\:ml-11:last-child {
  margin-left: 55px
}

.last\:mt-12:last-child {
  margin-top: 60px
}

.last\:mr-12:last-child {
  margin-right: 60px
}

.last\:mb-12:last-child {
  margin-bottom: 60px
}

.last\:ml-12:last-child {
  margin-left: 60px
}

.last\:mt-13:last-child {
  margin-top: 65px
}

.last\:mr-13:last-child {
  margin-right: 65px
}

.last\:mb-13:last-child {
  margin-bottom: 65px
}

.last\:ml-13:last-child {
  margin-left: 65px
}

.last\:mt-14:last-child {
  margin-top: 70px
}

.last\:mr-14:last-child {
  margin-right: 70px
}

.last\:mb-14:last-child {
  margin-bottom: 70px
}

.last\:ml-14:last-child {
  margin-left: 70px
}

.last\:mt-15:last-child {
  margin-top: 75px
}

.last\:mr-15:last-child {
  margin-right: 75px
}

.last\:mb-15:last-child {
  margin-bottom: 75px
}

.last\:ml-15:last-child {
  margin-left: 75px
}

.last\:mt-16:last-child {
  margin-top: 80px
}

.last\:mr-16:last-child {
  margin-right: 80px
}

.last\:mb-16:last-child {
  margin-bottom: 80px
}

.last\:ml-16:last-child {
  margin-left: 80px
}

.last\:mt-17:last-child {
  margin-top: 85px
}

.last\:mr-17:last-child {
  margin-right: 85px
}

.last\:mb-17:last-child {
  margin-bottom: 85px
}

.last\:ml-17:last-child {
  margin-left: 85px
}

.last\:mt-18:last-child {
  margin-top: 90px
}

.last\:mr-18:last-child {
  margin-right: 90px
}

.last\:mb-18:last-child {
  margin-bottom: 90px
}

.last\:ml-18:last-child {
  margin-left: 90px
}

.last\:mt-19:last-child {
  margin-top: 95px
}

.last\:mr-19:last-child {
  margin-right: 95px
}

.last\:mb-19:last-child {
  margin-bottom: 95px
}

.last\:ml-19:last-child {
  margin-left: 95px
}

.last\:mt-20:last-child {
  margin-top: 100px
}

.last\:mr-20:last-child {
  margin-right: 100px
}

.last\:mb-20:last-child {
  margin-bottom: 100px
}

.last\:ml-20:last-child {
  margin-left: 100px
}

.last\:mt-auto:last-child {
  margin-top: auto
}

.last\:mr-auto:last-child {
  margin-right: auto
}

.last\:mb-auto:last-child {
  margin-bottom: auto
}

.last\:ml-auto:last-child {
  margin-left: auto
}

.last\:mt-xxs:last-child {
  margin-top: 8px
}

.last\:mr-xxs:last-child {
  margin-right: 8px
}

.last\:mb-xxs:last-child {
  margin-bottom: 8px
}

.last\:ml-xxs:last-child {
  margin-left: 8px
}

.last\:mt-xs:last-child {
  margin-top: 12px
}

.last\:mr-xs:last-child {
  margin-right: 12px
}

.last\:mb-xs:last-child {
  margin-bottom: 12px
}

.last\:ml-xs:last-child {
  margin-left: 12px
}

.last\:mt-sm:last-child {
  margin-top: 24px
}

.last\:mr-sm:last-child {
  margin-right: 24px
}

.last\:mb-sm:last-child {
  margin-bottom: 24px
}

.last\:ml-sm:last-child {
  margin-left: 24px
}

.last\:mt-md:last-child {
  margin-top: 48px
}

.last\:mr-md:last-child {
  margin-right: 48px
}

.last\:mb-md:last-child {
  margin-bottom: 48px
}

.last\:ml-md:last-child {
  margin-left: 48px
}

.last\:mt-lg:last-child {
  margin-top: 64px
}

.last\:mr-lg:last-child {
  margin-right: 64px
}

.last\:mb-lg:last-child {
  margin-bottom: 64px
}

.last\:ml-lg:last-child {
  margin-left: 64px
}

.last\:mt-xl:last-child {
  margin-top: 128px
}

.last\:mr-xl:last-child {
  margin-right: 128px
}

.last\:mb-xl:last-child {
  margin-bottom: 128px
}

.last\:ml-xl:last-child {
  margin-left: 128px
}

.last\:-mt-1:last-child {
  margin-top: -5px
}

.last\:-mr-1:last-child {
  margin-right: -5px
}

.last\:-mb-1:last-child {
  margin-bottom: -5px
}

.last\:-ml-1:last-child {
  margin-left: -5px
}

.last\:-mt-2:last-child {
  margin-top: -10px
}

.last\:-mr-2:last-child {
  margin-right: -10px
}

.last\:-mb-2:last-child {
  margin-bottom: -10px
}

.last\:-ml-2:last-child {
  margin-left: -10px
}

.last\:-mt-3:last-child {
  margin-top: -15px
}

.last\:-mr-3:last-child {
  margin-right: -15px
}

.last\:-mb-3:last-child {
  margin-bottom: -15px
}

.last\:-ml-3:last-child {
  margin-left: -15px
}

.last\:-mt-4:last-child {
  margin-top: -20px
}

.last\:-mr-4:last-child {
  margin-right: -20px
}

.last\:-mb-4:last-child {
  margin-bottom: -20px
}

.last\:-ml-4:last-child {
  margin-left: -20px
}

.last\:-mt-5:last-child {
  margin-top: -25px
}

.last\:-mr-5:last-child {
  margin-right: -25px
}

.last\:-mb-5:last-child {
  margin-bottom: -25px
}

.last\:-ml-5:last-child {
  margin-left: -25px
}

.last\:-mt-6:last-child {
  margin-top: -30px
}

.last\:-mr-6:last-child {
  margin-right: -30px
}

.last\:-mb-6:last-child {
  margin-bottom: -30px
}

.last\:-ml-6:last-child {
  margin-left: -30px
}

.last\:-mt-7:last-child {
  margin-top: -35px
}

.last\:-mr-7:last-child {
  margin-right: -35px
}

.last\:-mb-7:last-child {
  margin-bottom: -35px
}

.last\:-ml-7:last-child {
  margin-left: -35px
}

.last\:-mt-8:last-child {
  margin-top: -40px
}

.last\:-mr-8:last-child {
  margin-right: -40px
}

.last\:-mb-8:last-child {
  margin-bottom: -40px
}

.last\:-ml-8:last-child {
  margin-left: -40px
}

.last\:-mt-9:last-child {
  margin-top: -45px
}

.last\:-mr-9:last-child {
  margin-right: -45px
}

.last\:-mb-9:last-child {
  margin-bottom: -45px
}

.last\:-ml-9:last-child {
  margin-left: -45px
}

.last\:-mt-10:last-child {
  margin-top: -50px
}

.last\:-mr-10:last-child {
  margin-right: -50px
}

.last\:-mb-10:last-child {
  margin-bottom: -50px
}

.last\:-ml-10:last-child {
  margin-left: -50px
}

.last\:-mt-11:last-child {
  margin-top: -55px
}

.last\:-mr-11:last-child {
  margin-right: -55px
}

.last\:-mb-11:last-child {
  margin-bottom: -55px
}

.last\:-ml-11:last-child {
  margin-left: -55px
}

.last\:-mt-12:last-child {
  margin-top: -60px
}

.last\:-mr-12:last-child {
  margin-right: -60px
}

.last\:-mb-12:last-child {
  margin-bottom: -60px
}

.last\:-ml-12:last-child {
  margin-left: -60px
}

.last\:-mt-13:last-child {
  margin-top: -65px
}

.last\:-mr-13:last-child {
  margin-right: -65px
}

.last\:-mb-13:last-child {
  margin-bottom: -65px
}

.last\:-ml-13:last-child {
  margin-left: -65px
}

.last\:-mt-14:last-child {
  margin-top: -70px
}

.last\:-mr-14:last-child {
  margin-right: -70px
}

.last\:-mb-14:last-child {
  margin-bottom: -70px
}

.last\:-ml-14:last-child {
  margin-left: -70px
}

.last\:-mt-15:last-child {
  margin-top: -75px
}

.last\:-mr-15:last-child {
  margin-right: -75px
}

.last\:-mb-15:last-child {
  margin-bottom: -75px
}

.last\:-ml-15:last-child {
  margin-left: -75px
}

.last\:-mt-16:last-child {
  margin-top: -80px
}

.last\:-mr-16:last-child {
  margin-right: -80px
}

.last\:-mb-16:last-child {
  margin-bottom: -80px
}

.last\:-ml-16:last-child {
  margin-left: -80px
}

.last\:-mt-17:last-child {
  margin-top: -85px
}

.last\:-mr-17:last-child {
  margin-right: -85px
}

.last\:-mb-17:last-child {
  margin-bottom: -85px
}

.last\:-ml-17:last-child {
  margin-left: -85px
}

.last\:-mt-18:last-child {
  margin-top: -90px
}

.last\:-mr-18:last-child {
  margin-right: -90px
}

.last\:-mb-18:last-child {
  margin-bottom: -90px
}

.last\:-ml-18:last-child {
  margin-left: -90px
}

.last\:-mt-19:last-child {
  margin-top: -95px
}

.last\:-mr-19:last-child {
  margin-right: -95px
}

.last\:-mb-19:last-child {
  margin-bottom: -95px
}

.last\:-ml-19:last-child {
  margin-left: -95px
}

.last\:-mt-20:last-child {
  margin-top: -100px
}

.last\:-mr-20:last-child {
  margin-right: -100px
}

.last\:-mb-20:last-child {
  margin-bottom: -100px
}

.last\:-ml-20:last-child {
  margin-left: -100px
}

.last\:-mt-xxs:last-child {
  margin-top: -8px
}

.last\:-mr-xxs:last-child {
  margin-right: -8px
}

.last\:-mb-xxs:last-child {
  margin-bottom: -8px
}

.last\:-ml-xxs:last-child {
  margin-left: -8px
}

.last\:-mt-xs:last-child {
  margin-top: -12px
}

.last\:-mr-xs:last-child {
  margin-right: -12px
}

.last\:-mb-xs:last-child {
  margin-bottom: -12px
}

.last\:-ml-xs:last-child {
  margin-left: -12px
}

.last\:-mt-sm:last-child {
  margin-top: -24px
}

.last\:-mr-sm:last-child {
  margin-right: -24px
}

.last\:-mb-sm:last-child {
  margin-bottom: -24px
}

.last\:-ml-sm:last-child {
  margin-left: -24px
}

.last\:-mt-md:last-child {
  margin-top: -48px
}

.last\:-mr-md:last-child {
  margin-right: -48px
}

.last\:-mb-md:last-child {
  margin-bottom: -48px
}

.last\:-ml-md:last-child {
  margin-left: -48px
}

.last\:-mt-lg:last-child {
  margin-top: -64px
}

.last\:-mr-lg:last-child {
  margin-right: -64px
}

.last\:-mb-lg:last-child {
  margin-bottom: -64px
}

.last\:-ml-lg:last-child {
  margin-left: -64px
}

.last\:-mt-xl:last-child {
  margin-top: -128px
}

.last\:-mr-xl:last-child {
  margin-right: -128px
}

.last\:-mb-xl:last-child {
  margin-bottom: -128px
}

.last\:-ml-xl:last-child {
  margin-left: -128px
}

.max-h-0 {
  max-height: 0
}

.max-h-1 {
  max-height: 5px
}

.max-h-2 {
  max-height: 10px
}

.max-h-3 {
  max-height: 15px
}

.max-h-4 {
  max-height: 20px
}

.max-h-5 {
  max-height: 25px
}

.max-h-6 {
  max-height: 30px
}

.max-h-7 {
  max-height: 35px
}

.max-h-8 {
  max-height: 40px
}

.max-h-9 {
  max-height: 45px
}

.max-h-10 {
  max-height: 50px
}

.max-h-11 {
  max-height: 55px
}

.max-h-12 {
  max-height: 60px
}

.max-h-13 {
  max-height: 65px
}

.max-h-14 {
  max-height: 70px
}

.max-h-15 {
  max-height: 75px
}

.max-h-16 {
  max-height: 80px
}

.max-h-17 {
  max-height: 85px
}

.max-h-18 {
  max-height: 90px
}

.max-h-19 {
  max-height: 95px
}

.max-h-20 {
  max-height: 100px
}

.max-h-full {
  max-height: 100%
}

.max-h-screen {
  max-height: 100vh
}

.max-h-xxs {
  max-height: 8px
}

.max-h-xs {
  max-height: 12px
}

.max-h-sm {
  max-height: 24px
}

.max-h-md {
  max-height: 48px
}

.max-h-lg {
  max-height: 64px
}

.max-h-xl {
  max-height: 128px
}

.max-w-0 {
  max-width: 0
}

.max-w-1 {
  max-width: 5px
}

.max-w-2 {
  max-width: 10px
}

.max-w-3 {
  max-width: 15px
}

.max-w-4 {
  max-width: 20px
}

.max-w-5 {
  max-width: 25px
}

.max-w-6 {
  max-width: 30px
}

.max-w-7 {
  max-width: 35px
}

.max-w-8 {
  max-width: 40px
}

.max-w-9 {
  max-width: 45px
}

.max-w-10 {
  max-width: 50px
}

.max-w-11 {
  max-width: 55px
}

.max-w-12 {
  max-width: 60px
}

.max-w-13 {
  max-width: 65px
}

.max-w-14 {
  max-width: 70px
}

.max-w-15 {
  max-width: 75px
}

.max-w-16 {
  max-width: 80px
}

.max-w-17 {
  max-width: 85px
}

.max-w-18 {
  max-width: 90px
}

.max-w-19 {
  max-width: 95px
}

.max-w-20 {
  max-width: 100px
}

.max-w-none {
  max-width: none
}

.max-w-full {
  max-width: 100%
}

.max-w-xxs {
  max-width: 8px
}

.max-w-xs {
  max-width: 12px
}

.max-w-sm {
  max-width: 24px
}

.max-w-md {
  max-width: 48px
}

.max-w-lg {
  max-width: 64px
}

.max-w-xl {
  max-width: 128px
}

.max-w-screen-sm {
  max-width: 767px
}

.max-w-screen-md {
  max-width: 768px
}

.max-w-screen-lg {
  max-width: 912px
}

.max-w-screen-xl {
  max-width: 1280px
}

.min-h-0 {
  min-height: 0
}

.min-h-1 {
  min-height: 5px
}

.min-h-2 {
  min-height: 10px
}

.min-h-3 {
  min-height: 15px
}

.min-h-4 {
  min-height: 20px
}

.min-h-5 {
  min-height: 25px
}

.min-h-6 {
  min-height: 30px
}

.min-h-7 {
  min-height: 35px
}

.min-h-8 {
  min-height: 40px
}

.min-h-9 {
  min-height: 45px
}

.min-h-10 {
  min-height: 50px
}

.min-h-11 {
  min-height: 55px
}

.min-h-12 {
  min-height: 60px
}

.min-h-13 {
  min-height: 65px
}

.min-h-14 {
  min-height: 70px
}

.min-h-15 {
  min-height: 75px
}

.min-h-16 {
  min-height: 80px
}

.min-h-17 {
  min-height: 85px
}

.min-h-18 {
  min-height: 90px
}

.min-h-19 {
  min-height: 95px
}

.min-h-20 {
  min-height: 100px
}

.min-h-full {
  min-height: 100%
}

.min-h-screen {
  min-height: 100vh
}

.min-h-xxs {
  min-height: 8px
}

.min-h-xs {
  min-height: 12px
}

.min-h-sm {
  min-height: 24px
}

.min-h-md {
  min-height: 48px
}

.min-h-lg {
  min-height: 64px
}

.min-h-xl {
  min-height: 128px
}

.min-w-0 {
  min-width: 0
}

.min-w-1 {
  min-width: 5px
}

.min-w-2 {
  min-width: 10px
}

.min-w-3 {
  min-width: 15px
}

.min-w-4 {
  min-width: 20px
}

.min-w-5 {
  min-width: 25px
}

.min-w-6 {
  min-width: 30px
}

.min-w-7 {
  min-width: 35px
}

.min-w-8 {
  min-width: 40px
}

.min-w-9 {
  min-width: 45px
}

.min-w-10 {
  min-width: 50px
}

.min-w-11 {
  min-width: 55px
}

.min-w-12 {
  min-width: 60px
}

.min-w-13 {
  min-width: 65px
}

.min-w-14 {
  min-width: 70px
}

.min-w-15 {
  min-width: 75px
}

.min-w-16 {
  min-width: 80px
}

.min-w-17 {
  min-width: 85px
}

.min-w-18 {
  min-width: 90px
}

.min-w-19 {
  min-width: 95px
}

.min-w-20 {
  min-width: 100px
}

.min-w-full {
  min-width: 100%
}

.min-w-screen {
  min-width: 100vw
}

.min-w-xxs {
  min-width: 8px
}

.min-w-xs {
  min-width: 12px
}

.min-w-sm {
  min-width: 24px
}

.min-w-md {
  min-width: 48px
}

.min-w-lg {
  min-width: 64px
}

.min-w-xl {
  min-width: 128px
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill
}

.object-none {
  -o-object-fit: none;
     object-fit: none
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom
}

.object-center {
  -o-object-position: center;
     object-position: center
}

.object-left {
  -o-object-position: left;
     object-position: left
}

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top
}

.object-right {
  -o-object-position: right;
     object-position: right
}

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top
}

.object-top {
  -o-object-position: top;
     object-position: top
}

.opacity-0 {
  opacity: 0
}

.opacity-25 {
  opacity: 0.25
}

.opacity-50 {
  opacity: 0.5
}

.opacity-75 {
  opacity: 0.75
}

.opacity-100 {
  opacity: 1
}

.hover\:opacity-0:hover {
  opacity: 0
}

.hover\:opacity-25:hover {
  opacity: 0.25
}

.hover\:opacity-50:hover {
  opacity: 0.5
}

.hover\:opacity-75:hover {
  opacity: 0.75
}

.hover\:opacity-100:hover {
  opacity: 1
}

.focus\:opacity-0:focus {
  opacity: 0
}

.focus\:opacity-25:focus {
  opacity: 0.25
}

.focus\:opacity-50:focus {
  opacity: 0.5
}

.focus\:opacity-75:focus {
  opacity: 0.75
}

.focus\:opacity-100:focus {
  opacity: 1
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.outline-white {
  outline: 2px dotted white;
  outline-offset: 2px
}

.outline-black {
  outline: 2px dotted black;
  outline-offset: 2px
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.focus\:outline-white:focus {
  outline: 2px dotted white;
  outline-offset: 2px
}

.focus\:outline-black:focus {
  outline: 2px dotted black;
  outline-offset: 2px
}

.overflow-auto {
  overflow: auto
}

.overflow-hidden {
  overflow: hidden
}

.overflow-visible {
  overflow: visible
}

.overflow-scroll {
  overflow: scroll
}

.overflow-x-auto {
  overflow-x: auto
}

.overflow-y-auto {
  overflow-y: auto
}

.overflow-x-hidden {
  overflow-x: hidden
}

.overflow-y-hidden {
  overflow-y: hidden
}

.overflow-x-visible {
  overflow-x: visible
}

.overflow-y-visible {
  overflow-y: visible
}

.overflow-x-scroll {
  overflow-x: scroll
}

.overflow-y-scroll {
  overflow-y: scroll
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto
}

.overscroll-auto {
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto
}

.overscroll-contain {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain
}

.overscroll-none {
  -ms-scroll-chaining: none;
      overscroll-behavior: none
}

.overscroll-y-auto {
  overscroll-behavior-y: auto
}

.overscroll-y-contain {
  overscroll-behavior-y: contain
}

.overscroll-y-none {
  overscroll-behavior-y: none
}

.overscroll-x-auto {
  overscroll-behavior-x: auto
}

.overscroll-x-contain {
  overscroll-behavior-x: contain
}

.overscroll-x-none {
  overscroll-behavior-x: none
}

.p-0 {
  padding: 0
}

.p-1 {
  padding: 5px
}

.p-2 {
  padding: 10px
}

.p-3 {
  padding: 15px
}

.p-4 {
  padding: 20px
}

.p-5 {
  padding: 25px
}

.p-6 {
  padding: 30px
}

.p-7 {
  padding: 35px
}

.p-8 {
  padding: 40px
}

.p-9 {
  padding: 45px
}

.p-10 {
  padding: 50px
}

.p-11 {
  padding: 55px
}

.p-12 {
  padding: 60px
}

.p-13 {
  padding: 65px
}

.p-14 {
  padding: 70px
}

.p-15 {
  padding: 75px
}

.p-16 {
  padding: 80px
}

.p-17 {
  padding: 85px
}

.p-18 {
  padding: 90px
}

.p-19 {
  padding: 95px
}

.p-20 {
  padding: 100px
}

.p-xxs {
  padding: 8px
}

.p-xs {
  padding: 12px
}

.p-sm {
  padding: 24px
}

.p-md {
  padding: 48px
}

.p-lg {
  padding: 64px
}

.p-xl {
  padding: 128px
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0
}

.px-0 {
  padding-left: 0;
  padding-right: 0
}

.py-1 {
  padding-top: 5px;
  padding-bottom: 5px
}

.px-1 {
  padding-left: 5px;
  padding-right: 5px
}

.py-2 {
  padding-top: 10px;
  padding-bottom: 10px
}

.px-2 {
  padding-left: 10px;
  padding-right: 10px
}

.py-3 {
  padding-top: 15px;
  padding-bottom: 15px
}

.px-3 {
  padding-left: 15px;
  padding-right: 15px
}

.py-4 {
  padding-top: 20px;
  padding-bottom: 20px
}

.px-4 {
  padding-left: 20px;
  padding-right: 20px
}

.py-5 {
  padding-top: 25px;
  padding-bottom: 25px
}

.px-5 {
  padding-left: 25px;
  padding-right: 25px
}

.py-6 {
  padding-top: 30px;
  padding-bottom: 30px
}

.px-6 {
  padding-left: 30px;
  padding-right: 30px
}

.py-7 {
  padding-top: 35px;
  padding-bottom: 35px
}

.px-7 {
  padding-left: 35px;
  padding-right: 35px
}

.py-8 {
  padding-top: 40px;
  padding-bottom: 40px
}

.px-8 {
  padding-left: 40px;
  padding-right: 40px
}

.py-9 {
  padding-top: 45px;
  padding-bottom: 45px
}

.px-9 {
  padding-left: 45px;
  padding-right: 45px
}

.py-10 {
  padding-top: 50px;
  padding-bottom: 50px
}

.px-10 {
  padding-left: 50px;
  padding-right: 50px
}

.py-11 {
  padding-top: 55px;
  padding-bottom: 55px
}

.px-11 {
  padding-left: 55px;
  padding-right: 55px
}

.py-12 {
  padding-top: 60px;
  padding-bottom: 60px
}

.px-12 {
  padding-left: 60px;
  padding-right: 60px
}

.py-13 {
  padding-top: 65px;
  padding-bottom: 65px
}

.px-13 {
  padding-left: 65px;
  padding-right: 65px
}

.py-14 {
  padding-top: 70px;
  padding-bottom: 70px
}

.px-14 {
  padding-left: 70px;
  padding-right: 70px
}

.py-15 {
  padding-top: 75px;
  padding-bottom: 75px
}

.px-15 {
  padding-left: 75px;
  padding-right: 75px
}

.py-16 {
  padding-top: 80px;
  padding-bottom: 80px
}

.px-16 {
  padding-left: 80px;
  padding-right: 80px
}

.py-17 {
  padding-top: 85px;
  padding-bottom: 85px
}

.px-17 {
  padding-left: 85px;
  padding-right: 85px
}

.py-18 {
  padding-top: 90px;
  padding-bottom: 90px
}

.px-18 {
  padding-left: 90px;
  padding-right: 90px
}

.py-19 {
  padding-top: 95px;
  padding-bottom: 95px
}

.px-19 {
  padding-left: 95px;
  padding-right: 95px
}

.py-20 {
  padding-top: 100px;
  padding-bottom: 100px
}

.px-20 {
  padding-left: 100px;
  padding-right: 100px
}

.py-xxs {
  padding-top: 8px;
  padding-bottom: 8px
}

.px-xxs {
  padding-left: 8px;
  padding-right: 8px
}

.py-xs {
  padding-top: 12px;
  padding-bottom: 12px
}

.px-xs {
  padding-left: 12px;
  padding-right: 12px
}

.py-sm {
  padding-top: 24px;
  padding-bottom: 24px
}

.px-sm {
  padding-left: 24px;
  padding-right: 24px
}

.py-md {
  padding-top: 48px;
  padding-bottom: 48px
}

.px-md {
  padding-left: 48px;
  padding-right: 48px
}

.py-lg {
  padding-top: 64px;
  padding-bottom: 64px
}

.px-lg {
  padding-left: 64px;
  padding-right: 64px
}

.py-xl {
  padding-top: 128px;
  padding-bottom: 128px
}

.px-xl {
  padding-left: 128px;
  padding-right: 128px
}

.pt-0 {
  padding-top: 0
}

.pr-0 {
  padding-right: 0
}

.pb-0 {
  padding-bottom: 0
}

.pl-0 {
  padding-left: 0
}

.pt-1 {
  padding-top: 5px
}

.pr-1 {
  padding-right: 5px
}

.pb-1 {
  padding-bottom: 5px
}

.pl-1 {
  padding-left: 5px
}

.pt-2 {
  padding-top: 10px
}

.pr-2 {
  padding-right: 10px
}

.pb-2 {
  padding-bottom: 10px
}

.pl-2 {
  padding-left: 10px
}

.pt-3 {
  padding-top: 15px
}

.pr-3 {
  padding-right: 15px
}

.pb-3 {
  padding-bottom: 15px
}

.pl-3 {
  padding-left: 15px
}

.pt-4 {
  padding-top: 20px
}

.pr-4 {
  padding-right: 20px
}

.pb-4 {
  padding-bottom: 20px
}

.pl-4 {
  padding-left: 20px
}

.pt-5 {
  padding-top: 25px
}

.pr-5 {
  padding-right: 25px
}

.pb-5 {
  padding-bottom: 25px
}

.pl-5 {
  padding-left: 25px
}

.pt-6 {
  padding-top: 30px
}

.pr-6 {
  padding-right: 30px
}

.pb-6 {
  padding-bottom: 30px
}

.pl-6 {
  padding-left: 30px
}

.pt-7 {
  padding-top: 35px
}

.pr-7 {
  padding-right: 35px
}

.pb-7 {
  padding-bottom: 35px
}

.pl-7 {
  padding-left: 35px
}

.pt-8 {
  padding-top: 40px
}

.pr-8 {
  padding-right: 40px
}

.pb-8 {
  padding-bottom: 40px
}

.pl-8 {
  padding-left: 40px
}

.pt-9 {
  padding-top: 45px
}

.pr-9 {
  padding-right: 45px
}

.pb-9 {
  padding-bottom: 45px
}

.pl-9 {
  padding-left: 45px
}

.pt-10 {
  padding-top: 50px
}

.pr-10 {
  padding-right: 50px
}

.pb-10 {
  padding-bottom: 50px
}

.pl-10 {
  padding-left: 50px
}

.pt-11 {
  padding-top: 55px
}

.pr-11 {
  padding-right: 55px
}

.pb-11 {
  padding-bottom: 55px
}

.pl-11 {
  padding-left: 55px
}

.pt-12 {
  padding-top: 60px
}

.pr-12 {
  padding-right: 60px
}

.pb-12 {
  padding-bottom: 60px
}

.pl-12 {
  padding-left: 60px
}

.pt-13 {
  padding-top: 65px
}

.pr-13 {
  padding-right: 65px
}

.pb-13 {
  padding-bottom: 65px
}

.pl-13 {
  padding-left: 65px
}

.pt-14 {
  padding-top: 70px
}

.pr-14 {
  padding-right: 70px
}

.pb-14 {
  padding-bottom: 70px
}

.pl-14 {
  padding-left: 70px
}

.pt-15 {
  padding-top: 75px
}

.pr-15 {
  padding-right: 75px
}

.pb-15 {
  padding-bottom: 75px
}

.pl-15 {
  padding-left: 75px
}

.pt-16 {
  padding-top: 80px
}

.pr-16 {
  padding-right: 80px
}

.pb-16 {
  padding-bottom: 80px
}

.pl-16 {
  padding-left: 80px
}

.pt-17 {
  padding-top: 85px
}

.pr-17 {
  padding-right: 85px
}

.pb-17 {
  padding-bottom: 85px
}

.pl-17 {
  padding-left: 85px
}

.pt-18 {
  padding-top: 90px
}

.pr-18 {
  padding-right: 90px
}

.pb-18 {
  padding-bottom: 90px
}

.pl-18 {
  padding-left: 90px
}

.pt-19 {
  padding-top: 95px
}

.pr-19 {
  padding-right: 95px
}

.pb-19 {
  padding-bottom: 95px
}

.pl-19 {
  padding-left: 95px
}

.pt-20 {
  padding-top: 100px
}

.pr-20 {
  padding-right: 100px
}

.pb-20 {
  padding-bottom: 100px
}

.pl-20 {
  padding-left: 100px
}

.pt-xxs {
  padding-top: 8px
}

.pr-xxs {
  padding-right: 8px
}

.pb-xxs {
  padding-bottom: 8px
}

.pl-xxs {
  padding-left: 8px
}

.pt-xs {
  padding-top: 12px
}

.pr-xs {
  padding-right: 12px
}

.pb-xs {
  padding-bottom: 12px
}

.pl-xs {
  padding-left: 12px
}

.pt-sm {
  padding-top: 24px
}

.pr-sm {
  padding-right: 24px
}

.pb-sm {
  padding-bottom: 24px
}

.pl-sm {
  padding-left: 24px
}

.pt-md {
  padding-top: 48px
}

.pr-md {
  padding-right: 48px
}

.pb-md {
  padding-bottom: 48px
}

.pl-md {
  padding-left: 48px
}

.pt-lg {
  padding-top: 64px
}

.pr-lg {
  padding-right: 64px
}

.pb-lg {
  padding-bottom: 64px
}

.pl-lg {
  padding-left: 64px
}

.pt-xl {
  padding-top: 128px
}

.pr-xl {
  padding-right: 128px
}

.pb-xl {
  padding-bottom: 128px
}

.pl-xl {
  padding-left: 128px
}

.first\:p-0:first-child {
  padding: 0
}

.first\:p-1:first-child {
  padding: 5px
}

.first\:p-2:first-child {
  padding: 10px
}

.first\:p-3:first-child {
  padding: 15px
}

.first\:p-4:first-child {
  padding: 20px
}

.first\:p-5:first-child {
  padding: 25px
}

.first\:p-6:first-child {
  padding: 30px
}

.first\:p-7:first-child {
  padding: 35px
}

.first\:p-8:first-child {
  padding: 40px
}

.first\:p-9:first-child {
  padding: 45px
}

.first\:p-10:first-child {
  padding: 50px
}

.first\:p-11:first-child {
  padding: 55px
}

.first\:p-12:first-child {
  padding: 60px
}

.first\:p-13:first-child {
  padding: 65px
}

.first\:p-14:first-child {
  padding: 70px
}

.first\:p-15:first-child {
  padding: 75px
}

.first\:p-16:first-child {
  padding: 80px
}

.first\:p-17:first-child {
  padding: 85px
}

.first\:p-18:first-child {
  padding: 90px
}

.first\:p-19:first-child {
  padding: 95px
}

.first\:p-20:first-child {
  padding: 100px
}

.first\:p-xxs:first-child {
  padding: 8px
}

.first\:p-xs:first-child {
  padding: 12px
}

.first\:p-sm:first-child {
  padding: 24px
}

.first\:p-md:first-child {
  padding: 48px
}

.first\:p-lg:first-child {
  padding: 64px
}

.first\:p-xl:first-child {
  padding: 128px
}

.first\:py-0:first-child {
  padding-top: 0;
  padding-bottom: 0
}

.first\:px-0:first-child {
  padding-left: 0;
  padding-right: 0
}

.first\:py-1:first-child {
  padding-top: 5px;
  padding-bottom: 5px
}

.first\:px-1:first-child {
  padding-left: 5px;
  padding-right: 5px
}

.first\:py-2:first-child {
  padding-top: 10px;
  padding-bottom: 10px
}

.first\:px-2:first-child {
  padding-left: 10px;
  padding-right: 10px
}

.first\:py-3:first-child {
  padding-top: 15px;
  padding-bottom: 15px
}

.first\:px-3:first-child {
  padding-left: 15px;
  padding-right: 15px
}

.first\:py-4:first-child {
  padding-top: 20px;
  padding-bottom: 20px
}

.first\:px-4:first-child {
  padding-left: 20px;
  padding-right: 20px
}

.first\:py-5:first-child {
  padding-top: 25px;
  padding-bottom: 25px
}

.first\:px-5:first-child {
  padding-left: 25px;
  padding-right: 25px
}

.first\:py-6:first-child {
  padding-top: 30px;
  padding-bottom: 30px
}

.first\:px-6:first-child {
  padding-left: 30px;
  padding-right: 30px
}

.first\:py-7:first-child {
  padding-top: 35px;
  padding-bottom: 35px
}

.first\:px-7:first-child {
  padding-left: 35px;
  padding-right: 35px
}

.first\:py-8:first-child {
  padding-top: 40px;
  padding-bottom: 40px
}

.first\:px-8:first-child {
  padding-left: 40px;
  padding-right: 40px
}

.first\:py-9:first-child {
  padding-top: 45px;
  padding-bottom: 45px
}

.first\:px-9:first-child {
  padding-left: 45px;
  padding-right: 45px
}

.first\:py-10:first-child {
  padding-top: 50px;
  padding-bottom: 50px
}

.first\:px-10:first-child {
  padding-left: 50px;
  padding-right: 50px
}

.first\:py-11:first-child {
  padding-top: 55px;
  padding-bottom: 55px
}

.first\:px-11:first-child {
  padding-left: 55px;
  padding-right: 55px
}

.first\:py-12:first-child {
  padding-top: 60px;
  padding-bottom: 60px
}

.first\:px-12:first-child {
  padding-left: 60px;
  padding-right: 60px
}

.first\:py-13:first-child {
  padding-top: 65px;
  padding-bottom: 65px
}

.first\:px-13:first-child {
  padding-left: 65px;
  padding-right: 65px
}

.first\:py-14:first-child {
  padding-top: 70px;
  padding-bottom: 70px
}

.first\:px-14:first-child {
  padding-left: 70px;
  padding-right: 70px
}

.first\:py-15:first-child {
  padding-top: 75px;
  padding-bottom: 75px
}

.first\:px-15:first-child {
  padding-left: 75px;
  padding-right: 75px
}

.first\:py-16:first-child {
  padding-top: 80px;
  padding-bottom: 80px
}

.first\:px-16:first-child {
  padding-left: 80px;
  padding-right: 80px
}

.first\:py-17:first-child {
  padding-top: 85px;
  padding-bottom: 85px
}

.first\:px-17:first-child {
  padding-left: 85px;
  padding-right: 85px
}

.first\:py-18:first-child {
  padding-top: 90px;
  padding-bottom: 90px
}

.first\:px-18:first-child {
  padding-left: 90px;
  padding-right: 90px
}

.first\:py-19:first-child {
  padding-top: 95px;
  padding-bottom: 95px
}

.first\:px-19:first-child {
  padding-left: 95px;
  padding-right: 95px
}

.first\:py-20:first-child {
  padding-top: 100px;
  padding-bottom: 100px
}

.first\:px-20:first-child {
  padding-left: 100px;
  padding-right: 100px
}

.first\:py-xxs:first-child {
  padding-top: 8px;
  padding-bottom: 8px
}

.first\:px-xxs:first-child {
  padding-left: 8px;
  padding-right: 8px
}

.first\:py-xs:first-child {
  padding-top: 12px;
  padding-bottom: 12px
}

.first\:px-xs:first-child {
  padding-left: 12px;
  padding-right: 12px
}

.first\:py-sm:first-child {
  padding-top: 24px;
  padding-bottom: 24px
}

.first\:px-sm:first-child {
  padding-left: 24px;
  padding-right: 24px
}

.first\:py-md:first-child {
  padding-top: 48px;
  padding-bottom: 48px
}

.first\:px-md:first-child {
  padding-left: 48px;
  padding-right: 48px
}

.first\:py-lg:first-child {
  padding-top: 64px;
  padding-bottom: 64px
}

.first\:px-lg:first-child {
  padding-left: 64px;
  padding-right: 64px
}

.first\:py-xl:first-child {
  padding-top: 128px;
  padding-bottom: 128px
}

.first\:px-xl:first-child {
  padding-left: 128px;
  padding-right: 128px
}

.first\:pt-0:first-child {
  padding-top: 0
}

.first\:pr-0:first-child {
  padding-right: 0
}

.first\:pb-0:first-child {
  padding-bottom: 0
}

.first\:pl-0:first-child {
  padding-left: 0
}

.first\:pt-1:first-child {
  padding-top: 5px
}

.first\:pr-1:first-child {
  padding-right: 5px
}

.first\:pb-1:first-child {
  padding-bottom: 5px
}

.first\:pl-1:first-child {
  padding-left: 5px
}

.first\:pt-2:first-child {
  padding-top: 10px
}

.first\:pr-2:first-child {
  padding-right: 10px
}

.first\:pb-2:first-child {
  padding-bottom: 10px
}

.first\:pl-2:first-child {
  padding-left: 10px
}

.first\:pt-3:first-child {
  padding-top: 15px
}

.first\:pr-3:first-child {
  padding-right: 15px
}

.first\:pb-3:first-child {
  padding-bottom: 15px
}

.first\:pl-3:first-child {
  padding-left: 15px
}

.first\:pt-4:first-child {
  padding-top: 20px
}

.first\:pr-4:first-child {
  padding-right: 20px
}

.first\:pb-4:first-child {
  padding-bottom: 20px
}

.first\:pl-4:first-child {
  padding-left: 20px
}

.first\:pt-5:first-child {
  padding-top: 25px
}

.first\:pr-5:first-child {
  padding-right: 25px
}

.first\:pb-5:first-child {
  padding-bottom: 25px
}

.first\:pl-5:first-child {
  padding-left: 25px
}

.first\:pt-6:first-child {
  padding-top: 30px
}

.first\:pr-6:first-child {
  padding-right: 30px
}

.first\:pb-6:first-child {
  padding-bottom: 30px
}

.first\:pl-6:first-child {
  padding-left: 30px
}

.first\:pt-7:first-child {
  padding-top: 35px
}

.first\:pr-7:first-child {
  padding-right: 35px
}

.first\:pb-7:first-child {
  padding-bottom: 35px
}

.first\:pl-7:first-child {
  padding-left: 35px
}

.first\:pt-8:first-child {
  padding-top: 40px
}

.first\:pr-8:first-child {
  padding-right: 40px
}

.first\:pb-8:first-child {
  padding-bottom: 40px
}

.first\:pl-8:first-child {
  padding-left: 40px
}

.first\:pt-9:first-child {
  padding-top: 45px
}

.first\:pr-9:first-child {
  padding-right: 45px
}

.first\:pb-9:first-child {
  padding-bottom: 45px
}

.first\:pl-9:first-child {
  padding-left: 45px
}

.first\:pt-10:first-child {
  padding-top: 50px
}

.first\:pr-10:first-child {
  padding-right: 50px
}

.first\:pb-10:first-child {
  padding-bottom: 50px
}

.first\:pl-10:first-child {
  padding-left: 50px
}

.first\:pt-11:first-child {
  padding-top: 55px
}

.first\:pr-11:first-child {
  padding-right: 55px
}

.first\:pb-11:first-child {
  padding-bottom: 55px
}

.first\:pl-11:first-child {
  padding-left: 55px
}

.first\:pt-12:first-child {
  padding-top: 60px
}

.first\:pr-12:first-child {
  padding-right: 60px
}

.first\:pb-12:first-child {
  padding-bottom: 60px
}

.first\:pl-12:first-child {
  padding-left: 60px
}

.first\:pt-13:first-child {
  padding-top: 65px
}

.first\:pr-13:first-child {
  padding-right: 65px
}

.first\:pb-13:first-child {
  padding-bottom: 65px
}

.first\:pl-13:first-child {
  padding-left: 65px
}

.first\:pt-14:first-child {
  padding-top: 70px
}

.first\:pr-14:first-child {
  padding-right: 70px
}

.first\:pb-14:first-child {
  padding-bottom: 70px
}

.first\:pl-14:first-child {
  padding-left: 70px
}

.first\:pt-15:first-child {
  padding-top: 75px
}

.first\:pr-15:first-child {
  padding-right: 75px
}

.first\:pb-15:first-child {
  padding-bottom: 75px
}

.first\:pl-15:first-child {
  padding-left: 75px
}

.first\:pt-16:first-child {
  padding-top: 80px
}

.first\:pr-16:first-child {
  padding-right: 80px
}

.first\:pb-16:first-child {
  padding-bottom: 80px
}

.first\:pl-16:first-child {
  padding-left: 80px
}

.first\:pt-17:first-child {
  padding-top: 85px
}

.first\:pr-17:first-child {
  padding-right: 85px
}

.first\:pb-17:first-child {
  padding-bottom: 85px
}

.first\:pl-17:first-child {
  padding-left: 85px
}

.first\:pt-18:first-child {
  padding-top: 90px
}

.first\:pr-18:first-child {
  padding-right: 90px
}

.first\:pb-18:first-child {
  padding-bottom: 90px
}

.first\:pl-18:first-child {
  padding-left: 90px
}

.first\:pt-19:first-child {
  padding-top: 95px
}

.first\:pr-19:first-child {
  padding-right: 95px
}

.first\:pb-19:first-child {
  padding-bottom: 95px
}

.first\:pl-19:first-child {
  padding-left: 95px
}

.first\:pt-20:first-child {
  padding-top: 100px
}

.first\:pr-20:first-child {
  padding-right: 100px
}

.first\:pb-20:first-child {
  padding-bottom: 100px
}

.first\:pl-20:first-child {
  padding-left: 100px
}

.first\:pt-xxs:first-child {
  padding-top: 8px
}

.first\:pr-xxs:first-child {
  padding-right: 8px
}

.first\:pb-xxs:first-child {
  padding-bottom: 8px
}

.first\:pl-xxs:first-child {
  padding-left: 8px
}

.first\:pt-xs:first-child {
  padding-top: 12px
}

.first\:pr-xs:first-child {
  padding-right: 12px
}

.first\:pb-xs:first-child {
  padding-bottom: 12px
}

.first\:pl-xs:first-child {
  padding-left: 12px
}

.first\:pt-sm:first-child {
  padding-top: 24px
}

.first\:pr-sm:first-child {
  padding-right: 24px
}

.first\:pb-sm:first-child {
  padding-bottom: 24px
}

.first\:pl-sm:first-child {
  padding-left: 24px
}

.first\:pt-md:first-child {
  padding-top: 48px
}

.first\:pr-md:first-child {
  padding-right: 48px
}

.first\:pb-md:first-child {
  padding-bottom: 48px
}

.first\:pl-md:first-child {
  padding-left: 48px
}

.first\:pt-lg:first-child {
  padding-top: 64px
}

.first\:pr-lg:first-child {
  padding-right: 64px
}

.first\:pb-lg:first-child {
  padding-bottom: 64px
}

.first\:pl-lg:first-child {
  padding-left: 64px
}

.first\:pt-xl:first-child {
  padding-top: 128px
}

.first\:pr-xl:first-child {
  padding-right: 128px
}

.first\:pb-xl:first-child {
  padding-bottom: 128px
}

.first\:pl-xl:first-child {
  padding-left: 128px
}

.last\:p-0:last-child {
  padding: 0
}

.last\:p-1:last-child {
  padding: 5px
}

.last\:p-2:last-child {
  padding: 10px
}

.last\:p-3:last-child {
  padding: 15px
}

.last\:p-4:last-child {
  padding: 20px
}

.last\:p-5:last-child {
  padding: 25px
}

.last\:p-6:last-child {
  padding: 30px
}

.last\:p-7:last-child {
  padding: 35px
}

.last\:p-8:last-child {
  padding: 40px
}

.last\:p-9:last-child {
  padding: 45px
}

.last\:p-10:last-child {
  padding: 50px
}

.last\:p-11:last-child {
  padding: 55px
}

.last\:p-12:last-child {
  padding: 60px
}

.last\:p-13:last-child {
  padding: 65px
}

.last\:p-14:last-child {
  padding: 70px
}

.last\:p-15:last-child {
  padding: 75px
}

.last\:p-16:last-child {
  padding: 80px
}

.last\:p-17:last-child {
  padding: 85px
}

.last\:p-18:last-child {
  padding: 90px
}

.last\:p-19:last-child {
  padding: 95px
}

.last\:p-20:last-child {
  padding: 100px
}

.last\:p-xxs:last-child {
  padding: 8px
}

.last\:p-xs:last-child {
  padding: 12px
}

.last\:p-sm:last-child {
  padding: 24px
}

.last\:p-md:last-child {
  padding: 48px
}

.last\:p-lg:last-child {
  padding: 64px
}

.last\:p-xl:last-child {
  padding: 128px
}

.last\:py-0:last-child {
  padding-top: 0;
  padding-bottom: 0
}

.last\:px-0:last-child {
  padding-left: 0;
  padding-right: 0
}

.last\:py-1:last-child {
  padding-top: 5px;
  padding-bottom: 5px
}

.last\:px-1:last-child {
  padding-left: 5px;
  padding-right: 5px
}

.last\:py-2:last-child {
  padding-top: 10px;
  padding-bottom: 10px
}

.last\:px-2:last-child {
  padding-left: 10px;
  padding-right: 10px
}

.last\:py-3:last-child {
  padding-top: 15px;
  padding-bottom: 15px
}

.last\:px-3:last-child {
  padding-left: 15px;
  padding-right: 15px
}

.last\:py-4:last-child {
  padding-top: 20px;
  padding-bottom: 20px
}

.last\:px-4:last-child {
  padding-left: 20px;
  padding-right: 20px
}

.last\:py-5:last-child {
  padding-top: 25px;
  padding-bottom: 25px
}

.last\:px-5:last-child {
  padding-left: 25px;
  padding-right: 25px
}

.last\:py-6:last-child {
  padding-top: 30px;
  padding-bottom: 30px
}

.last\:px-6:last-child {
  padding-left: 30px;
  padding-right: 30px
}

.last\:py-7:last-child {
  padding-top: 35px;
  padding-bottom: 35px
}

.last\:px-7:last-child {
  padding-left: 35px;
  padding-right: 35px
}

.last\:py-8:last-child {
  padding-top: 40px;
  padding-bottom: 40px
}

.last\:px-8:last-child {
  padding-left: 40px;
  padding-right: 40px
}

.last\:py-9:last-child {
  padding-top: 45px;
  padding-bottom: 45px
}

.last\:px-9:last-child {
  padding-left: 45px;
  padding-right: 45px
}

.last\:py-10:last-child {
  padding-top: 50px;
  padding-bottom: 50px
}

.last\:px-10:last-child {
  padding-left: 50px;
  padding-right: 50px
}

.last\:py-11:last-child {
  padding-top: 55px;
  padding-bottom: 55px
}

.last\:px-11:last-child {
  padding-left: 55px;
  padding-right: 55px
}

.last\:py-12:last-child {
  padding-top: 60px;
  padding-bottom: 60px
}

.last\:px-12:last-child {
  padding-left: 60px;
  padding-right: 60px
}

.last\:py-13:last-child {
  padding-top: 65px;
  padding-bottom: 65px
}

.last\:px-13:last-child {
  padding-left: 65px;
  padding-right: 65px
}

.last\:py-14:last-child {
  padding-top: 70px;
  padding-bottom: 70px
}

.last\:px-14:last-child {
  padding-left: 70px;
  padding-right: 70px
}

.last\:py-15:last-child {
  padding-top: 75px;
  padding-bottom: 75px
}

.last\:px-15:last-child {
  padding-left: 75px;
  padding-right: 75px
}

.last\:py-16:last-child {
  padding-top: 80px;
  padding-bottom: 80px
}

.last\:px-16:last-child {
  padding-left: 80px;
  padding-right: 80px
}

.last\:py-17:last-child {
  padding-top: 85px;
  padding-bottom: 85px
}

.last\:px-17:last-child {
  padding-left: 85px;
  padding-right: 85px
}

.last\:py-18:last-child {
  padding-top: 90px;
  padding-bottom: 90px
}

.last\:px-18:last-child {
  padding-left: 90px;
  padding-right: 90px
}

.last\:py-19:last-child {
  padding-top: 95px;
  padding-bottom: 95px
}

.last\:px-19:last-child {
  padding-left: 95px;
  padding-right: 95px
}

.last\:py-20:last-child {
  padding-top: 100px;
  padding-bottom: 100px
}

.last\:px-20:last-child {
  padding-left: 100px;
  padding-right: 100px
}

.last\:py-xxs:last-child {
  padding-top: 8px;
  padding-bottom: 8px
}

.last\:px-xxs:last-child {
  padding-left: 8px;
  padding-right: 8px
}

.last\:py-xs:last-child {
  padding-top: 12px;
  padding-bottom: 12px
}

.last\:px-xs:last-child {
  padding-left: 12px;
  padding-right: 12px
}

.last\:py-sm:last-child {
  padding-top: 24px;
  padding-bottom: 24px
}

.last\:px-sm:last-child {
  padding-left: 24px;
  padding-right: 24px
}

.last\:py-md:last-child {
  padding-top: 48px;
  padding-bottom: 48px
}

.last\:px-md:last-child {
  padding-left: 48px;
  padding-right: 48px
}

.last\:py-lg:last-child {
  padding-top: 64px;
  padding-bottom: 64px
}

.last\:px-lg:last-child {
  padding-left: 64px;
  padding-right: 64px
}

.last\:py-xl:last-child {
  padding-top: 128px;
  padding-bottom: 128px
}

.last\:px-xl:last-child {
  padding-left: 128px;
  padding-right: 128px
}

.last\:pt-0:last-child {
  padding-top: 0
}

.last\:pr-0:last-child {
  padding-right: 0
}

.last\:pb-0:last-child {
  padding-bottom: 0
}

.last\:pl-0:last-child {
  padding-left: 0
}

.last\:pt-1:last-child {
  padding-top: 5px
}

.last\:pr-1:last-child {
  padding-right: 5px
}

.last\:pb-1:last-child {
  padding-bottom: 5px
}

.last\:pl-1:last-child {
  padding-left: 5px
}

.last\:pt-2:last-child {
  padding-top: 10px
}

.last\:pr-2:last-child {
  padding-right: 10px
}

.last\:pb-2:last-child {
  padding-bottom: 10px
}

.last\:pl-2:last-child {
  padding-left: 10px
}

.last\:pt-3:last-child {
  padding-top: 15px
}

.last\:pr-3:last-child {
  padding-right: 15px
}

.last\:pb-3:last-child {
  padding-bottom: 15px
}

.last\:pl-3:last-child {
  padding-left: 15px
}

.last\:pt-4:last-child {
  padding-top: 20px
}

.last\:pr-4:last-child {
  padding-right: 20px
}

.last\:pb-4:last-child {
  padding-bottom: 20px
}

.last\:pl-4:last-child {
  padding-left: 20px
}

.last\:pt-5:last-child {
  padding-top: 25px
}

.last\:pr-5:last-child {
  padding-right: 25px
}

.last\:pb-5:last-child {
  padding-bottom: 25px
}

.last\:pl-5:last-child {
  padding-left: 25px
}

.last\:pt-6:last-child {
  padding-top: 30px
}

.last\:pr-6:last-child {
  padding-right: 30px
}

.last\:pb-6:last-child {
  padding-bottom: 30px
}

.last\:pl-6:last-child {
  padding-left: 30px
}

.last\:pt-7:last-child {
  padding-top: 35px
}

.last\:pr-7:last-child {
  padding-right: 35px
}

.last\:pb-7:last-child {
  padding-bottom: 35px
}

.last\:pl-7:last-child {
  padding-left: 35px
}

.last\:pt-8:last-child {
  padding-top: 40px
}

.last\:pr-8:last-child {
  padding-right: 40px
}

.last\:pb-8:last-child {
  padding-bottom: 40px
}

.last\:pl-8:last-child {
  padding-left: 40px
}

.last\:pt-9:last-child {
  padding-top: 45px
}

.last\:pr-9:last-child {
  padding-right: 45px
}

.last\:pb-9:last-child {
  padding-bottom: 45px
}

.last\:pl-9:last-child {
  padding-left: 45px
}

.last\:pt-10:last-child {
  padding-top: 50px
}

.last\:pr-10:last-child {
  padding-right: 50px
}

.last\:pb-10:last-child {
  padding-bottom: 50px
}

.last\:pl-10:last-child {
  padding-left: 50px
}

.last\:pt-11:last-child {
  padding-top: 55px
}

.last\:pr-11:last-child {
  padding-right: 55px
}

.last\:pb-11:last-child {
  padding-bottom: 55px
}

.last\:pl-11:last-child {
  padding-left: 55px
}

.last\:pt-12:last-child {
  padding-top: 60px
}

.last\:pr-12:last-child {
  padding-right: 60px
}

.last\:pb-12:last-child {
  padding-bottom: 60px
}

.last\:pl-12:last-child {
  padding-left: 60px
}

.last\:pt-13:last-child {
  padding-top: 65px
}

.last\:pr-13:last-child {
  padding-right: 65px
}

.last\:pb-13:last-child {
  padding-bottom: 65px
}

.last\:pl-13:last-child {
  padding-left: 65px
}

.last\:pt-14:last-child {
  padding-top: 70px
}

.last\:pr-14:last-child {
  padding-right: 70px
}

.last\:pb-14:last-child {
  padding-bottom: 70px
}

.last\:pl-14:last-child {
  padding-left: 70px
}

.last\:pt-15:last-child {
  padding-top: 75px
}

.last\:pr-15:last-child {
  padding-right: 75px
}

.last\:pb-15:last-child {
  padding-bottom: 75px
}

.last\:pl-15:last-child {
  padding-left: 75px
}

.last\:pt-16:last-child {
  padding-top: 80px
}

.last\:pr-16:last-child {
  padding-right: 80px
}

.last\:pb-16:last-child {
  padding-bottom: 80px
}

.last\:pl-16:last-child {
  padding-left: 80px
}

.last\:pt-17:last-child {
  padding-top: 85px
}

.last\:pr-17:last-child {
  padding-right: 85px
}

.last\:pb-17:last-child {
  padding-bottom: 85px
}

.last\:pl-17:last-child {
  padding-left: 85px
}

.last\:pt-18:last-child {
  padding-top: 90px
}

.last\:pr-18:last-child {
  padding-right: 90px
}

.last\:pb-18:last-child {
  padding-bottom: 90px
}

.last\:pl-18:last-child {
  padding-left: 90px
}

.last\:pt-19:last-child {
  padding-top: 95px
}

.last\:pr-19:last-child {
  padding-right: 95px
}

.last\:pb-19:last-child {
  padding-bottom: 95px
}

.last\:pl-19:last-child {
  padding-left: 95px
}

.last\:pt-20:last-child {
  padding-top: 100px
}

.last\:pr-20:last-child {
  padding-right: 100px
}

.last\:pb-20:last-child {
  padding-bottom: 100px
}

.last\:pl-20:last-child {
  padding-left: 100px
}

.last\:pt-xxs:last-child {
  padding-top: 8px
}

.last\:pr-xxs:last-child {
  padding-right: 8px
}

.last\:pb-xxs:last-child {
  padding-bottom: 8px
}

.last\:pl-xxs:last-child {
  padding-left: 8px
}

.last\:pt-xs:last-child {
  padding-top: 12px
}

.last\:pr-xs:last-child {
  padding-right: 12px
}

.last\:pb-xs:last-child {
  padding-bottom: 12px
}

.last\:pl-xs:last-child {
  padding-left: 12px
}

.last\:pt-sm:last-child {
  padding-top: 24px
}

.last\:pr-sm:last-child {
  padding-right: 24px
}

.last\:pb-sm:last-child {
  padding-bottom: 24px
}

.last\:pl-sm:last-child {
  padding-left: 24px
}

.last\:pt-md:last-child {
  padding-top: 48px
}

.last\:pr-md:last-child {
  padding-right: 48px
}

.last\:pb-md:last-child {
  padding-bottom: 48px
}

.last\:pl-md:last-child {
  padding-left: 48px
}

.last\:pt-lg:last-child {
  padding-top: 64px
}

.last\:pr-lg:last-child {
  padding-right: 64px
}

.last\:pb-lg:last-child {
  padding-bottom: 64px
}

.last\:pl-lg:last-child {
  padding-left: 64px
}

.last\:pt-xl:last-child {
  padding-top: 128px
}

.last\:pr-xl:last-child {
  padding-right: 128px
}

.last\:pb-xl:last-child {
  padding-bottom: 128px
}

.last\:pl-xl:last-child {
  padding-left: 128px
}

.placeholder-transparent::-webkit-input-placeholder {
  color: transparent
}

.placeholder-transparent::-moz-placeholder {
  color: transparent
}

.placeholder-transparent:-ms-input-placeholder {
  color: transparent
}

.placeholder-transparent::-ms-input-placeholder {
  color: transparent
}

.placeholder-transparent::placeholder {
  color: transparent
}

.placeholder-black::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity))
}

.placeholder-black::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity))
}

.placeholder-black:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity))
}

.placeholder-black::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity))
}

.placeholder-black::placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity))
}

.placeholder-white::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity))
}

.placeholder-white::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity))
}

.placeholder-white:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity))
}

.placeholder-white::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity))
}

.placeholder-white::placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity))
}

.placeholder-gray-1::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #48433f;
  color: rgba(72, 67, 63, var(--placeholder-opacity))
}

.placeholder-gray-1::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #48433f;
  color: rgba(72, 67, 63, var(--placeholder-opacity))
}

.placeholder-gray-1:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #48433f;
  color: rgba(72, 67, 63, var(--placeholder-opacity))
}

.placeholder-gray-1::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #48433f;
  color: rgba(72, 67, 63, var(--placeholder-opacity))
}

.placeholder-gray-1::placeholder {
  --placeholder-opacity: 1;
  color: #48433f;
  color: rgba(72, 67, 63, var(--placeholder-opacity))
}

.placeholder-gray-2::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #a2a2a2;
  color: rgba(162, 162, 162, var(--placeholder-opacity))
}

.placeholder-gray-2::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #a2a2a2;
  color: rgba(162, 162, 162, var(--placeholder-opacity))
}

.placeholder-gray-2:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a2a2a2;
  color: rgba(162, 162, 162, var(--placeholder-opacity))
}

.placeholder-gray-2::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a2a2a2;
  color: rgba(162, 162, 162, var(--placeholder-opacity))
}

.placeholder-gray-2::placeholder {
  --placeholder-opacity: 1;
  color: #a2a2a2;
  color: rgba(162, 162, 162, var(--placeholder-opacity))
}

.placeholder-gray-3::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #cccccc;
  color: rgba(204, 204, 204, var(--placeholder-opacity))
}

.placeholder-gray-3::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #cccccc;
  color: rgba(204, 204, 204, var(--placeholder-opacity))
}

.placeholder-gray-3:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #cccccc;
  color: rgba(204, 204, 204, var(--placeholder-opacity))
}

.placeholder-gray-3::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #cccccc;
  color: rgba(204, 204, 204, var(--placeholder-opacity))
}

.placeholder-gray-3::placeholder {
  --placeholder-opacity: 1;
  color: #cccccc;
  color: rgba(204, 204, 204, var(--placeholder-opacity))
}

.placeholder-gray-4::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #e9e8e8;
  color: rgba(233, 232, 232, var(--placeholder-opacity))
}

.placeholder-gray-4::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e9e8e8;
  color: rgba(233, 232, 232, var(--placeholder-opacity))
}

.placeholder-gray-4:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e9e8e8;
  color: rgba(233, 232, 232, var(--placeholder-opacity))
}

.placeholder-gray-4::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e9e8e8;
  color: rgba(233, 232, 232, var(--placeholder-opacity))
}

.placeholder-gray-4::placeholder {
  --placeholder-opacity: 1;
  color: #e9e8e8;
  color: rgba(233, 232, 232, var(--placeholder-opacity))
}

.placeholder-gray-5::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #edf1f6;
  color: rgba(237, 241, 246, var(--placeholder-opacity))
}

.placeholder-gray-5::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #edf1f6;
  color: rgba(237, 241, 246, var(--placeholder-opacity))
}

.placeholder-gray-5:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #edf1f6;
  color: rgba(237, 241, 246, var(--placeholder-opacity))
}

.placeholder-gray-5::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #edf1f6;
  color: rgba(237, 241, 246, var(--placeholder-opacity))
}

.placeholder-gray-5::placeholder {
  --placeholder-opacity: 1;
  color: #edf1f6;
  color: rgba(237, 241, 246, var(--placeholder-opacity))
}

.placeholder-gray-6::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #f2f2f3;
  color: rgba(242, 242, 243, var(--placeholder-opacity))
}

.placeholder-gray-6::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f2f2f3;
  color: rgba(242, 242, 243, var(--placeholder-opacity))
}

.placeholder-gray-6:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f2f2f3;
  color: rgba(242, 242, 243, var(--placeholder-opacity))
}

.placeholder-gray-6::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f2f2f3;
  color: rgba(242, 242, 243, var(--placeholder-opacity))
}

.placeholder-gray-6::placeholder {
  --placeholder-opacity: 1;
  color: #f2f2f3;
  color: rgba(242, 242, 243, var(--placeholder-opacity))
}

.placeholder-red-1::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #c00000;
  color: rgba(192, 0, 0, var(--placeholder-opacity))
}

.placeholder-red-1::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #c00000;
  color: rgba(192, 0, 0, var(--placeholder-opacity))
}

.placeholder-red-1:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c00000;
  color: rgba(192, 0, 0, var(--placeholder-opacity))
}

.placeholder-red-1::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c00000;
  color: rgba(192, 0, 0, var(--placeholder-opacity))
}

.placeholder-red-1::placeholder {
  --placeholder-opacity: 1;
  color: #c00000;
  color: rgba(192, 0, 0, var(--placeholder-opacity))
}

.placeholder-orange-1::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #ff9a00;
  color: rgba(255, 154, 0, var(--placeholder-opacity))
}

.placeholder-orange-1::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ff9a00;
  color: rgba(255, 154, 0, var(--placeholder-opacity))
}

.placeholder-orange-1:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ff9a00;
  color: rgba(255, 154, 0, var(--placeholder-opacity))
}

.placeholder-orange-1::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ff9a00;
  color: rgba(255, 154, 0, var(--placeholder-opacity))
}

.placeholder-orange-1::placeholder {
  --placeholder-opacity: 1;
  color: #ff9a00;
  color: rgba(255, 154, 0, var(--placeholder-opacity))
}

.placeholder-orange-2::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #f4530c;
  color: rgba(244, 83, 12, var(--placeholder-opacity))
}

.placeholder-orange-2::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f4530c;
  color: rgba(244, 83, 12, var(--placeholder-opacity))
}

.placeholder-orange-2:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f4530c;
  color: rgba(244, 83, 12, var(--placeholder-opacity))
}

.placeholder-orange-2::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f4530c;
  color: rgba(244, 83, 12, var(--placeholder-opacity))
}

.placeholder-orange-2::placeholder {
  --placeholder-opacity: 1;
  color: #f4530c;
  color: rgba(244, 83, 12, var(--placeholder-opacity))
}

.placeholder-blue-1::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #17649f;
  color: rgba(23, 100, 159, var(--placeholder-opacity))
}

.placeholder-blue-1::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #17649f;
  color: rgba(23, 100, 159, var(--placeholder-opacity))
}

.placeholder-blue-1:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #17649f;
  color: rgba(23, 100, 159, var(--placeholder-opacity))
}

.placeholder-blue-1::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #17649f;
  color: rgba(23, 100, 159, var(--placeholder-opacity))
}

.placeholder-blue-1::placeholder {
  --placeholder-opacity: 1;
  color: #17649f;
  color: rgba(23, 100, 159, var(--placeholder-opacity))
}

.placeholder-blue-2::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #003366;
  color: rgba(0, 51, 102, var(--placeholder-opacity))
}

.placeholder-blue-2::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #003366;
  color: rgba(0, 51, 102, var(--placeholder-opacity))
}

.placeholder-blue-2:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #003366;
  color: rgba(0, 51, 102, var(--placeholder-opacity))
}

.placeholder-blue-2::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #003366;
  color: rgba(0, 51, 102, var(--placeholder-opacity))
}

.placeholder-blue-2::placeholder {
  --placeholder-opacity: 1;
  color: #003366;
  color: rgba(0, 51, 102, var(--placeholder-opacity))
}

.placeholder-blue-3::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #0b2f4b;
  color: rgba(11, 47, 75, var(--placeholder-opacity))
}

.placeholder-blue-3::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #0b2f4b;
  color: rgba(11, 47, 75, var(--placeholder-opacity))
}

.placeholder-blue-3:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #0b2f4b;
  color: rgba(11, 47, 75, var(--placeholder-opacity))
}

.placeholder-blue-3::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #0b2f4b;
  color: rgba(11, 47, 75, var(--placeholder-opacity))
}

.placeholder-blue-3::placeholder {
  --placeholder-opacity: 1;
  color: #0b2f4b;
  color: rgba(11, 47, 75, var(--placeholder-opacity))
}

.placeholder-blue-4::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #1b75bb;
  color: rgba(27, 117, 187, var(--placeholder-opacity))
}

.placeholder-blue-4::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #1b75bb;
  color: rgba(27, 117, 187, var(--placeholder-opacity))
}

.placeholder-blue-4:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #1b75bb;
  color: rgba(27, 117, 187, var(--placeholder-opacity))
}

.placeholder-blue-4::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #1b75bb;
  color: rgba(27, 117, 187, var(--placeholder-opacity))
}

.placeholder-blue-4::placeholder {
  --placeholder-opacity: 1;
  color: #1b75bb;
  color: rgba(27, 117, 187, var(--placeholder-opacity))
}

.placeholder-brown-1::-webkit-input-placeholder {
  color: #6e441e 
}

.placeholder-brown-1::-moz-placeholder {
  color: #6e441e 
}

.placeholder-brown-1:-ms-input-placeholder {
  color: #6e441e 
}

.placeholder-brown-1::-ms-input-placeholder {
  color: #6e441e 
}

.placeholder-brown-1::placeholder {
  color: #6e441e 
}

.placeholder-green-1::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #d7e5b7;
  color: rgba(215, 229, 183, var(--placeholder-opacity))
}

.placeholder-green-1::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #d7e5b7;
  color: rgba(215, 229, 183, var(--placeholder-opacity))
}

.placeholder-green-1:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d7e5b7;
  color: rgba(215, 229, 183, var(--placeholder-opacity))
}

.placeholder-green-1::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d7e5b7;
  color: rgba(215, 229, 183, var(--placeholder-opacity))
}

.placeholder-green-1::placeholder {
  --placeholder-opacity: 1;
  color: #d7e5b7;
  color: rgba(215, 229, 183, var(--placeholder-opacity))
}

.placeholder-green-2::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #334d10;
  color: rgba(51, 77, 16, var(--placeholder-opacity))
}

.placeholder-green-2::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #334d10;
  color: rgba(51, 77, 16, var(--placeholder-opacity))
}

.placeholder-green-2:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #334d10;
  color: rgba(51, 77, 16, var(--placeholder-opacity))
}

.placeholder-green-2::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #334d10;
  color: rgba(51, 77, 16, var(--placeholder-opacity))
}

.placeholder-green-2::placeholder {
  --placeholder-opacity: 1;
  color: #334d10;
  color: rgba(51, 77, 16, var(--placeholder-opacity))
}

.placeholder-purple-1::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #403862;
  color: rgba(64, 56, 98, var(--placeholder-opacity))
}

.placeholder-purple-1::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #403862;
  color: rgba(64, 56, 98, var(--placeholder-opacity))
}

.placeholder-purple-1:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #403862;
  color: rgba(64, 56, 98, var(--placeholder-opacity))
}

.placeholder-purple-1::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #403862;
  color: rgba(64, 56, 98, var(--placeholder-opacity))
}

.placeholder-purple-1::placeholder {
  --placeholder-opacity: 1;
  color: #403862;
  color: rgba(64, 56, 98, var(--placeholder-opacity))
}

.placeholder-purple-2::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #554a82;
  color: rgba(85, 74, 130, var(--placeholder-opacity))
}

.placeholder-purple-2::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #554a82;
  color: rgba(85, 74, 130, var(--placeholder-opacity))
}

.placeholder-purple-2:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #554a82;
  color: rgba(85, 74, 130, var(--placeholder-opacity))
}

.placeholder-purple-2::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #554a82;
  color: rgba(85, 74, 130, var(--placeholder-opacity))
}

.placeholder-purple-2::placeholder {
  --placeholder-opacity: 1;
  color: #554a82;
  color: rgba(85, 74, 130, var(--placeholder-opacity))
}

.focus\:placeholder-transparent:focus::-webkit-input-placeholder {
  color: transparent
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent
}

.focus\:placeholder-transparent:focus::-ms-input-placeholder {
  color: transparent
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent
}

.focus\:placeholder-black:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity))
}

.focus\:placeholder-black:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity))
}

.focus\:placeholder-black:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity))
}

.focus\:placeholder-black:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity))
}

.focus\:placeholder-black:focus::placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity))
}

.focus\:placeholder-white:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity))
}

.focus\:placeholder-white:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity))
}

.focus\:placeholder-white:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity))
}

.focus\:placeholder-white:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity))
}

.focus\:placeholder-white:focus::placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity))
}

.focus\:placeholder-gray-1:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #48433f;
  color: rgba(72, 67, 63, var(--placeholder-opacity))
}

.focus\:placeholder-gray-1:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #48433f;
  color: rgba(72, 67, 63, var(--placeholder-opacity))
}

.focus\:placeholder-gray-1:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #48433f;
  color: rgba(72, 67, 63, var(--placeholder-opacity))
}

.focus\:placeholder-gray-1:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #48433f;
  color: rgba(72, 67, 63, var(--placeholder-opacity))
}

.focus\:placeholder-gray-1:focus::placeholder {
  --placeholder-opacity: 1;
  color: #48433f;
  color: rgba(72, 67, 63, var(--placeholder-opacity))
}

.focus\:placeholder-gray-2:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #a2a2a2;
  color: rgba(162, 162, 162, var(--placeholder-opacity))
}

.focus\:placeholder-gray-2:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #a2a2a2;
  color: rgba(162, 162, 162, var(--placeholder-opacity))
}

.focus\:placeholder-gray-2:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a2a2a2;
  color: rgba(162, 162, 162, var(--placeholder-opacity))
}

.focus\:placeholder-gray-2:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a2a2a2;
  color: rgba(162, 162, 162, var(--placeholder-opacity))
}

.focus\:placeholder-gray-2:focus::placeholder {
  --placeholder-opacity: 1;
  color: #a2a2a2;
  color: rgba(162, 162, 162, var(--placeholder-opacity))
}

.focus\:placeholder-gray-3:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #cccccc;
  color: rgba(204, 204, 204, var(--placeholder-opacity))
}

.focus\:placeholder-gray-3:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #cccccc;
  color: rgba(204, 204, 204, var(--placeholder-opacity))
}

.focus\:placeholder-gray-3:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #cccccc;
  color: rgba(204, 204, 204, var(--placeholder-opacity))
}

.focus\:placeholder-gray-3:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #cccccc;
  color: rgba(204, 204, 204, var(--placeholder-opacity))
}

.focus\:placeholder-gray-3:focus::placeholder {
  --placeholder-opacity: 1;
  color: #cccccc;
  color: rgba(204, 204, 204, var(--placeholder-opacity))
}

.focus\:placeholder-gray-4:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #e9e8e8;
  color: rgba(233, 232, 232, var(--placeholder-opacity))
}

.focus\:placeholder-gray-4:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e9e8e8;
  color: rgba(233, 232, 232, var(--placeholder-opacity))
}

.focus\:placeholder-gray-4:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e9e8e8;
  color: rgba(233, 232, 232, var(--placeholder-opacity))
}

.focus\:placeholder-gray-4:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e9e8e8;
  color: rgba(233, 232, 232, var(--placeholder-opacity))
}

.focus\:placeholder-gray-4:focus::placeholder {
  --placeholder-opacity: 1;
  color: #e9e8e8;
  color: rgba(233, 232, 232, var(--placeholder-opacity))
}

.focus\:placeholder-gray-5:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #edf1f6;
  color: rgba(237, 241, 246, var(--placeholder-opacity))
}

.focus\:placeholder-gray-5:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #edf1f6;
  color: rgba(237, 241, 246, var(--placeholder-opacity))
}

.focus\:placeholder-gray-5:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #edf1f6;
  color: rgba(237, 241, 246, var(--placeholder-opacity))
}

.focus\:placeholder-gray-5:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #edf1f6;
  color: rgba(237, 241, 246, var(--placeholder-opacity))
}

.focus\:placeholder-gray-5:focus::placeholder {
  --placeholder-opacity: 1;
  color: #edf1f6;
  color: rgba(237, 241, 246, var(--placeholder-opacity))
}

.focus\:placeholder-gray-6:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #f2f2f3;
  color: rgba(242, 242, 243, var(--placeholder-opacity))
}

.focus\:placeholder-gray-6:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f2f2f3;
  color: rgba(242, 242, 243, var(--placeholder-opacity))
}

.focus\:placeholder-gray-6:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f2f2f3;
  color: rgba(242, 242, 243, var(--placeholder-opacity))
}

.focus\:placeholder-gray-6:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f2f2f3;
  color: rgba(242, 242, 243, var(--placeholder-opacity))
}

.focus\:placeholder-gray-6:focus::placeholder {
  --placeholder-opacity: 1;
  color: #f2f2f3;
  color: rgba(242, 242, 243, var(--placeholder-opacity))
}

.focus\:placeholder-red-1:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #c00000;
  color: rgba(192, 0, 0, var(--placeholder-opacity))
}

.focus\:placeholder-red-1:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #c00000;
  color: rgba(192, 0, 0, var(--placeholder-opacity))
}

.focus\:placeholder-red-1:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c00000;
  color: rgba(192, 0, 0, var(--placeholder-opacity))
}

.focus\:placeholder-red-1:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c00000;
  color: rgba(192, 0, 0, var(--placeholder-opacity))
}

.focus\:placeholder-red-1:focus::placeholder {
  --placeholder-opacity: 1;
  color: #c00000;
  color: rgba(192, 0, 0, var(--placeholder-opacity))
}

.focus\:placeholder-orange-1:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #ff9a00;
  color: rgba(255, 154, 0, var(--placeholder-opacity))
}

.focus\:placeholder-orange-1:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ff9a00;
  color: rgba(255, 154, 0, var(--placeholder-opacity))
}

.focus\:placeholder-orange-1:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ff9a00;
  color: rgba(255, 154, 0, var(--placeholder-opacity))
}

.focus\:placeholder-orange-1:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ff9a00;
  color: rgba(255, 154, 0, var(--placeholder-opacity))
}

.focus\:placeholder-orange-1:focus::placeholder {
  --placeholder-opacity: 1;
  color: #ff9a00;
  color: rgba(255, 154, 0, var(--placeholder-opacity))
}

.focus\:placeholder-orange-2:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #f4530c;
  color: rgba(244, 83, 12, var(--placeholder-opacity))
}

.focus\:placeholder-orange-2:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f4530c;
  color: rgba(244, 83, 12, var(--placeholder-opacity))
}

.focus\:placeholder-orange-2:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f4530c;
  color: rgba(244, 83, 12, var(--placeholder-opacity))
}

.focus\:placeholder-orange-2:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f4530c;
  color: rgba(244, 83, 12, var(--placeholder-opacity))
}

.focus\:placeholder-orange-2:focus::placeholder {
  --placeholder-opacity: 1;
  color: #f4530c;
  color: rgba(244, 83, 12, var(--placeholder-opacity))
}

.focus\:placeholder-blue-1:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #17649f;
  color: rgba(23, 100, 159, var(--placeholder-opacity))
}

.focus\:placeholder-blue-1:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #17649f;
  color: rgba(23, 100, 159, var(--placeholder-opacity))
}

.focus\:placeholder-blue-1:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #17649f;
  color: rgba(23, 100, 159, var(--placeholder-opacity))
}

.focus\:placeholder-blue-1:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #17649f;
  color: rgba(23, 100, 159, var(--placeholder-opacity))
}

.focus\:placeholder-blue-1:focus::placeholder {
  --placeholder-opacity: 1;
  color: #17649f;
  color: rgba(23, 100, 159, var(--placeholder-opacity))
}

.focus\:placeholder-blue-2:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #003366;
  color: rgba(0, 51, 102, var(--placeholder-opacity))
}

.focus\:placeholder-blue-2:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #003366;
  color: rgba(0, 51, 102, var(--placeholder-opacity))
}

.focus\:placeholder-blue-2:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #003366;
  color: rgba(0, 51, 102, var(--placeholder-opacity))
}

.focus\:placeholder-blue-2:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #003366;
  color: rgba(0, 51, 102, var(--placeholder-opacity))
}

.focus\:placeholder-blue-2:focus::placeholder {
  --placeholder-opacity: 1;
  color: #003366;
  color: rgba(0, 51, 102, var(--placeholder-opacity))
}

.focus\:placeholder-blue-3:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #0b2f4b;
  color: rgba(11, 47, 75, var(--placeholder-opacity))
}

.focus\:placeholder-blue-3:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #0b2f4b;
  color: rgba(11, 47, 75, var(--placeholder-opacity))
}

.focus\:placeholder-blue-3:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #0b2f4b;
  color: rgba(11, 47, 75, var(--placeholder-opacity))
}

.focus\:placeholder-blue-3:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #0b2f4b;
  color: rgba(11, 47, 75, var(--placeholder-opacity))
}

.focus\:placeholder-blue-3:focus::placeholder {
  --placeholder-opacity: 1;
  color: #0b2f4b;
  color: rgba(11, 47, 75, var(--placeholder-opacity))
}

.focus\:placeholder-blue-4:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #1b75bb;
  color: rgba(27, 117, 187, var(--placeholder-opacity))
}

.focus\:placeholder-blue-4:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #1b75bb;
  color: rgba(27, 117, 187, var(--placeholder-opacity))
}

.focus\:placeholder-blue-4:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #1b75bb;
  color: rgba(27, 117, 187, var(--placeholder-opacity))
}

.focus\:placeholder-blue-4:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #1b75bb;
  color: rgba(27, 117, 187, var(--placeholder-opacity))
}

.focus\:placeholder-blue-4:focus::placeholder {
  --placeholder-opacity: 1;
  color: #1b75bb;
  color: rgba(27, 117, 187, var(--placeholder-opacity))
}

.focus\:placeholder-brown-1:focus::-webkit-input-placeholder {
  color: #6e441e 
}

.focus\:placeholder-brown-1:focus::-moz-placeholder {
  color: #6e441e 
}

.focus\:placeholder-brown-1:focus:-ms-input-placeholder {
  color: #6e441e 
}

.focus\:placeholder-brown-1:focus::-ms-input-placeholder {
  color: #6e441e 
}

.focus\:placeholder-brown-1:focus::placeholder {
  color: #6e441e 
}

.focus\:placeholder-green-1:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #d7e5b7;
  color: rgba(215, 229, 183, var(--placeholder-opacity))
}

.focus\:placeholder-green-1:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #d7e5b7;
  color: rgba(215, 229, 183, var(--placeholder-opacity))
}

.focus\:placeholder-green-1:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d7e5b7;
  color: rgba(215, 229, 183, var(--placeholder-opacity))
}

.focus\:placeholder-green-1:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d7e5b7;
  color: rgba(215, 229, 183, var(--placeholder-opacity))
}

.focus\:placeholder-green-1:focus::placeholder {
  --placeholder-opacity: 1;
  color: #d7e5b7;
  color: rgba(215, 229, 183, var(--placeholder-opacity))
}

.focus\:placeholder-green-2:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #334d10;
  color: rgba(51, 77, 16, var(--placeholder-opacity))
}

.focus\:placeholder-green-2:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #334d10;
  color: rgba(51, 77, 16, var(--placeholder-opacity))
}

.focus\:placeholder-green-2:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #334d10;
  color: rgba(51, 77, 16, var(--placeholder-opacity))
}

.focus\:placeholder-green-2:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #334d10;
  color: rgba(51, 77, 16, var(--placeholder-opacity))
}

.focus\:placeholder-green-2:focus::placeholder {
  --placeholder-opacity: 1;
  color: #334d10;
  color: rgba(51, 77, 16, var(--placeholder-opacity))
}

.focus\:placeholder-purple-1:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #403862;
  color: rgba(64, 56, 98, var(--placeholder-opacity))
}

.focus\:placeholder-purple-1:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #403862;
  color: rgba(64, 56, 98, var(--placeholder-opacity))
}

.focus\:placeholder-purple-1:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #403862;
  color: rgba(64, 56, 98, var(--placeholder-opacity))
}

.focus\:placeholder-purple-1:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #403862;
  color: rgba(64, 56, 98, var(--placeholder-opacity))
}

.focus\:placeholder-purple-1:focus::placeholder {
  --placeholder-opacity: 1;
  color: #403862;
  color: rgba(64, 56, 98, var(--placeholder-opacity))
}

.focus\:placeholder-purple-2:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #554a82;
  color: rgba(85, 74, 130, var(--placeholder-opacity))
}

.focus\:placeholder-purple-2:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #554a82;
  color: rgba(85, 74, 130, var(--placeholder-opacity))
}

.focus\:placeholder-purple-2:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #554a82;
  color: rgba(85, 74, 130, var(--placeholder-opacity))
}

.focus\:placeholder-purple-2:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #554a82;
  color: rgba(85, 74, 130, var(--placeholder-opacity))
}

.focus\:placeholder-purple-2:focus::placeholder {
  --placeholder-opacity: 1;
  color: #554a82;
  color: rgba(85, 74, 130, var(--placeholder-opacity))
}

.placeholder-opacity-0::-webkit-input-placeholder {
  --placeholder-opacity: 0
}

.placeholder-opacity-0::-moz-placeholder {
  --placeholder-opacity: 0
}

.placeholder-opacity-0:-ms-input-placeholder {
  --placeholder-opacity: 0
}

.placeholder-opacity-0::-ms-input-placeholder {
  --placeholder-opacity: 0
}

.placeholder-opacity-0::placeholder {
  --placeholder-opacity: 0
}

.placeholder-opacity-25::-webkit-input-placeholder {
  --placeholder-opacity: 0.25
}

.placeholder-opacity-25::-moz-placeholder {
  --placeholder-opacity: 0.25
}

.placeholder-opacity-25:-ms-input-placeholder {
  --placeholder-opacity: 0.25
}

.placeholder-opacity-25::-ms-input-placeholder {
  --placeholder-opacity: 0.25
}

.placeholder-opacity-25::placeholder {
  --placeholder-opacity: 0.25
}

.placeholder-opacity-50::-webkit-input-placeholder {
  --placeholder-opacity: 0.5
}

.placeholder-opacity-50::-moz-placeholder {
  --placeholder-opacity: 0.5
}

.placeholder-opacity-50:-ms-input-placeholder {
  --placeholder-opacity: 0.5
}

.placeholder-opacity-50::-ms-input-placeholder {
  --placeholder-opacity: 0.5
}

.placeholder-opacity-50::placeholder {
  --placeholder-opacity: 0.5
}

.placeholder-opacity-75::-webkit-input-placeholder {
  --placeholder-opacity: 0.75
}

.placeholder-opacity-75::-moz-placeholder {
  --placeholder-opacity: 0.75
}

.placeholder-opacity-75:-ms-input-placeholder {
  --placeholder-opacity: 0.75
}

.placeholder-opacity-75::-ms-input-placeholder {
  --placeholder-opacity: 0.75
}

.placeholder-opacity-75::placeholder {
  --placeholder-opacity: 0.75
}

.placeholder-opacity-100::-webkit-input-placeholder {
  --placeholder-opacity: 1
}

.placeholder-opacity-100::-moz-placeholder {
  --placeholder-opacity: 1
}

.placeholder-opacity-100:-ms-input-placeholder {
  --placeholder-opacity: 1
}

.placeholder-opacity-100::-ms-input-placeholder {
  --placeholder-opacity: 1
}

.placeholder-opacity-100::placeholder {
  --placeholder-opacity: 1
}

.focus\:placeholder-opacity-0:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --placeholder-opacity: 0
}

.focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
  --placeholder-opacity: 0
}

.focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
  --placeholder-opacity: 0
}

.focus\:placeholder-opacity-0:focus::placeholder {
  --placeholder-opacity: 0
}

.focus\:placeholder-opacity-25:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.25
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
  --placeholder-opacity: 0.25
}

.focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.25
}

.focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.25
}

.focus\:placeholder-opacity-25:focus::placeholder {
  --placeholder-opacity: 0.25
}

.focus\:placeholder-opacity-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.5
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --placeholder-opacity: 0.5
}

.focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.5
}

.focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.5
}

.focus\:placeholder-opacity-50:focus::placeholder {
  --placeholder-opacity: 0.5
}

.focus\:placeholder-opacity-75:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.75
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
  --placeholder-opacity: 0.75
}

.focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.75
}

.focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.75
}

.focus\:placeholder-opacity-75:focus::placeholder {
  --placeholder-opacity: 0.75
}

.focus\:placeholder-opacity-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
  --placeholder-opacity: 1
}

.focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1
}

.focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1
}

.focus\:placeholder-opacity-100:focus::placeholder {
  --placeholder-opacity: 1
}

.pointer-events-none {
  pointer-events: none
}

.pointer-events-auto {
  pointer-events: auto
}

.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.sticky {
  position: -webkit-sticky;
  position: sticky
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto
}

.inset-y-0 {
  top: 0;
  bottom: 0
}

.inset-x-0 {
  right: 0;
  left: 0
}

.inset-y-auto {
  top: auto;
  bottom: auto
}

.inset-x-auto {
  right: auto;
  left: auto
}

.top-0 {
  top: 0
}

.right-0 {
  right: 0
}

.bottom-0 {
  bottom: 0
}

.left-0 {
  left: 0
}

.top-auto {
  top: auto
}

.right-auto {
  right: auto
}

.bottom-auto {
  bottom: auto
}

.left-auto {
  left: auto
}

.resize-none {
  resize: none
}

.resize-y {
  resize: vertical
}

.resize-x {
  resize: horizontal
}

.resize {
  resize: both
}

.shadow {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
}

.shadow-none {
  -webkit-box-shadow: none;
          box-shadow: none
}

.hover\:shadow:hover {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
}

.hover\:shadow-none:hover {
  -webkit-box-shadow: none;
          box-shadow: none
}

.focus\:shadow:focus {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
}

.focus\:shadow-none:focus {
  -webkit-box-shadow: none;
          box-shadow: none
}

.fill-current {
  fill: currentColor
}

.stroke-current {
  stroke: currentColor
}

.stroke-0 {
  stroke-width: 0
}

.stroke-1 {
  stroke-width: 1
}

.stroke-2 {
  stroke-width: 2
}

.table-auto {
  table-layout: auto
}

.table-fixed {
  table-layout: fixed
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.text-justify {
  text-align: justify
}

.text-transparent {
  color: transparent
}

.text-black {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity))
}

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.text-gray-1 {
  --text-opacity: 1;
  color: #48433f;
  color: rgba(72, 67, 63, var(--text-opacity))
}

.text-gray-2 {
  --text-opacity: 1;
  color: #a2a2a2;
  color: rgba(162, 162, 162, var(--text-opacity))
}

.text-gray-3 {
  --text-opacity: 1;
  color: #cccccc;
  color: rgba(204, 204, 204, var(--text-opacity))
}

.text-gray-4 {
  --text-opacity: 1;
  color: #e9e8e8;
  color: rgba(233, 232, 232, var(--text-opacity))
}

.text-gray-5 {
  --text-opacity: 1;
  color: #edf1f6;
  color: rgba(237, 241, 246, var(--text-opacity))
}

.text-gray-6 {
  --text-opacity: 1;
  color: #f2f2f3;
  color: rgba(242, 242, 243, var(--text-opacity))
}

.text-red-1 {
  --text-opacity: 1;
  color: #c00000;
  color: rgba(192, 0, 0, var(--text-opacity))
}

.text-orange-1 {
  --text-opacity: 1;
  color: #ff9a00;
  color: rgba(255, 154, 0, var(--text-opacity))
}

.text-orange-2 {
  --text-opacity: 1;
  color: #f4530c;
  color: rgba(244, 83, 12, var(--text-opacity))
}

.text-blue-1 {
  --text-opacity: 1;
  color: #17649f;
  color: rgba(23, 100, 159, var(--text-opacity))
}

.text-blue-2 {
  --text-opacity: 1;
  color: #003366;
  color: rgba(0, 51, 102, var(--text-opacity))
}

.text-blue-3 {
  --text-opacity: 1;
  color: #0b2f4b;
  color: rgba(11, 47, 75, var(--text-opacity))
}

.text-blue-4 {
  --text-opacity: 1;
  color: #1b75bb;
  color: rgba(27, 117, 187, var(--text-opacity))
}

.text-brown-1 {
  color: #6e441e 
}

.text-green-1 {
  --text-opacity: 1;
  color: #d7e5b7;
  color: rgba(215, 229, 183, var(--text-opacity))
}

.text-green-2 {
  --text-opacity: 1;
  color: #334d10;
  color: rgba(51, 77, 16, var(--text-opacity))
}

.text-purple-1 {
  --text-opacity: 1;
  color: #403862;
  color: rgba(64, 56, 98, var(--text-opacity))
}

.text-purple-2 {
  --text-opacity: 1;
  color: #554a82;
  color: rgba(85, 74, 130, var(--text-opacity))
}

.hover\:text-transparent:hover {
  color: transparent
}

.hover\:text-black:hover {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity))
}

.hover\:text-white:hover {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.hover\:text-gray-1:hover {
  --text-opacity: 1;
  color: #48433f;
  color: rgba(72, 67, 63, var(--text-opacity))
}

.hover\:text-gray-2:hover {
  --text-opacity: 1;
  color: #a2a2a2;
  color: rgba(162, 162, 162, var(--text-opacity))
}

.hover\:text-gray-3:hover {
  --text-opacity: 1;
  color: #cccccc;
  color: rgba(204, 204, 204, var(--text-opacity))
}

.hover\:text-gray-4:hover {
  --text-opacity: 1;
  color: #e9e8e8;
  color: rgba(233, 232, 232, var(--text-opacity))
}

.hover\:text-gray-5:hover {
  --text-opacity: 1;
  color: #edf1f6;
  color: rgba(237, 241, 246, var(--text-opacity))
}

.hover\:text-gray-6:hover {
  --text-opacity: 1;
  color: #f2f2f3;
  color: rgba(242, 242, 243, var(--text-opacity))
}

.hover\:text-red-1:hover {
  --text-opacity: 1;
  color: #c00000;
  color: rgba(192, 0, 0, var(--text-opacity))
}

.hover\:text-orange-1:hover {
  --text-opacity: 1;
  color: #ff9a00;
  color: rgba(255, 154, 0, var(--text-opacity))
}

.hover\:text-orange-2:hover {
  --text-opacity: 1;
  color: #f4530c;
  color: rgba(244, 83, 12, var(--text-opacity))
}

.hover\:text-blue-1:hover {
  --text-opacity: 1;
  color: #17649f;
  color: rgba(23, 100, 159, var(--text-opacity))
}

.hover\:text-blue-2:hover {
  --text-opacity: 1;
  color: #003366;
  color: rgba(0, 51, 102, var(--text-opacity))
}

.hover\:text-blue-3:hover {
  --text-opacity: 1;
  color: #0b2f4b;
  color: rgba(11, 47, 75, var(--text-opacity))
}

.hover\:text-blue-4:hover {
  --text-opacity: 1;
  color: #1b75bb;
  color: rgba(27, 117, 187, var(--text-opacity))
}

.hover\:text-brown-1:hover {
  color: #6e441e 
}

.hover\:text-green-1:hover {
  --text-opacity: 1;
  color: #d7e5b7;
  color: rgba(215, 229, 183, var(--text-opacity))
}

.hover\:text-green-2:hover {
  --text-opacity: 1;
  color: #334d10;
  color: rgba(51, 77, 16, var(--text-opacity))
}

.hover\:text-purple-1:hover {
  --text-opacity: 1;
  color: #403862;
  color: rgba(64, 56, 98, var(--text-opacity))
}

.hover\:text-purple-2:hover {
  --text-opacity: 1;
  color: #554a82;
  color: rgba(85, 74, 130, var(--text-opacity))
}

.focus\:text-transparent:focus {
  color: transparent
}

.focus\:text-black:focus {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity))
}

.focus\:text-white:focus {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.focus\:text-gray-1:focus {
  --text-opacity: 1;
  color: #48433f;
  color: rgba(72, 67, 63, var(--text-opacity))
}

.focus\:text-gray-2:focus {
  --text-opacity: 1;
  color: #a2a2a2;
  color: rgba(162, 162, 162, var(--text-opacity))
}

.focus\:text-gray-3:focus {
  --text-opacity: 1;
  color: #cccccc;
  color: rgba(204, 204, 204, var(--text-opacity))
}

.focus\:text-gray-4:focus {
  --text-opacity: 1;
  color: #e9e8e8;
  color: rgba(233, 232, 232, var(--text-opacity))
}

.focus\:text-gray-5:focus {
  --text-opacity: 1;
  color: #edf1f6;
  color: rgba(237, 241, 246, var(--text-opacity))
}

.focus\:text-gray-6:focus {
  --text-opacity: 1;
  color: #f2f2f3;
  color: rgba(242, 242, 243, var(--text-opacity))
}

.focus\:text-red-1:focus {
  --text-opacity: 1;
  color: #c00000;
  color: rgba(192, 0, 0, var(--text-opacity))
}

.focus\:text-orange-1:focus {
  --text-opacity: 1;
  color: #ff9a00;
  color: rgba(255, 154, 0, var(--text-opacity))
}

.focus\:text-orange-2:focus {
  --text-opacity: 1;
  color: #f4530c;
  color: rgba(244, 83, 12, var(--text-opacity))
}

.focus\:text-blue-1:focus {
  --text-opacity: 1;
  color: #17649f;
  color: rgba(23, 100, 159, var(--text-opacity))
}

.focus\:text-blue-2:focus {
  --text-opacity: 1;
  color: #003366;
  color: rgba(0, 51, 102, var(--text-opacity))
}

.focus\:text-blue-3:focus {
  --text-opacity: 1;
  color: #0b2f4b;
  color: rgba(11, 47, 75, var(--text-opacity))
}

.focus\:text-blue-4:focus {
  --text-opacity: 1;
  color: #1b75bb;
  color: rgba(27, 117, 187, var(--text-opacity))
}

.focus\:text-brown-1:focus {
  color: #6e441e 
}

.focus\:text-green-1:focus {
  --text-opacity: 1;
  color: #d7e5b7;
  color: rgba(215, 229, 183, var(--text-opacity))
}

.focus\:text-green-2:focus {
  --text-opacity: 1;
  color: #334d10;
  color: rgba(51, 77, 16, var(--text-opacity))
}

.focus\:text-purple-1:focus {
  --text-opacity: 1;
  color: #403862;
  color: rgba(64, 56, 98, var(--text-opacity))
}

.focus\:text-purple-2:focus {
  --text-opacity: 1;
  color: #554a82;
  color: rgba(85, 74, 130, var(--text-opacity))
}

.text-opacity-0 {
  --text-opacity: 0
}

.text-opacity-25 {
  --text-opacity: 0.25
}

.text-opacity-50 {
  --text-opacity: 0.5
}

.text-opacity-75 {
  --text-opacity: 0.75
}

.text-opacity-100 {
  --text-opacity: 1
}

.hover\:text-opacity-0:hover {
  --text-opacity: 0
}

.hover\:text-opacity-25:hover {
  --text-opacity: 0.25
}

.hover\:text-opacity-50:hover {
  --text-opacity: 0.5
}

.hover\:text-opacity-75:hover {
  --text-opacity: 0.75
}

.hover\:text-opacity-100:hover {
  --text-opacity: 1
}

.focus\:text-opacity-0:focus {
  --text-opacity: 0
}

.focus\:text-opacity-25:focus {
  --text-opacity: 0.25
}

.focus\:text-opacity-50:focus {
  --text-opacity: 0.5
}

.focus\:text-opacity-75:focus {
  --text-opacity: 0.75
}

.focus\:text-opacity-100:focus {
  --text-opacity: 1
}

.italic {
  font-style: italic
}

.not-italic {
  font-style: normal
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.capitalize {
  text-transform: capitalize
}

.normal-case {
  text-transform: none
}

.underline {
  text-decoration: underline
}

.line-through {
  text-decoration: line-through
}

.no-underline {
  text-decoration: none
}

.hover\:underline:hover {
  text-decoration: underline
}

.hover\:line-through:hover {
  text-decoration: line-through
}

.hover\:no-underline:hover {
  text-decoration: none
}

.focus\:underline:focus {
  text-decoration: underline
}

.focus\:line-through:focus {
  text-decoration: line-through
}

.focus\:no-underline:focus {
  text-decoration: none
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction)
}

.normal-nums {
  font-variant-numeric: normal
}

.ordinal {
  --font-variant-numeric-ordinal: ordinal
}

.slashed-zero {
  --font-variant-numeric-slashed-zero: slashed-zero
}

.lining-nums {
  --font-variant-numeric-figure: lining-nums
}

.oldstyle-nums {
  --font-variant-numeric-figure: oldstyle-nums
}

.proportional-nums {
  --font-variant-numeric-spacing: proportional-nums
}

.tabular-nums {
  --font-variant-numeric-spacing: tabular-nums
}

.diagonal-fractions {
  --font-variant-numeric-fraction: diagonal-fractions
}

.stacked-fractions {
  --font-variant-numeric-fraction: stacked-fractions
}

.tracking-tighter {
  letter-spacing: -0.05em
}

.tracking-tight {
  letter-spacing: -0.025em
}

.tracking-normal {
  letter-spacing: 0
}

.tracking-wide {
  letter-spacing: 0.025em
}

.tracking-wider {
  letter-spacing: 0.05em
}

.tracking-widest {
  letter-spacing: 0.1em
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto
}

.align-baseline {
  vertical-align: baseline
}

.align-top {
  vertical-align: top
}

.align-middle {
  vertical-align: middle
}

.align-bottom {
  vertical-align: bottom
}

.align-text-top {
  vertical-align: text-top
}

.align-text-bottom {
  vertical-align: text-bottom
}

.visible {
  visibility: visible
}

.invisible {
  visibility: hidden
}

.whitespace-normal {
  white-space: normal
}

.whitespace-no-wrap {
  white-space: nowrap
}

.whitespace-pre {
  white-space: pre
}

.whitespace-pre-line {
  white-space: pre-line
}

.whitespace-pre-wrap {
  white-space: pre-wrap
}

.break-normal {
  word-wrap: normal;
  overflow-wrap: normal;
  word-break: normal
}

.break-words {
  word-wrap: break-word;
  overflow-wrap: break-word
}

.break-all {
  word-break: break-all
}

.truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap
}

.w-0 {
  width: 0
}

.w-1 {
  width: 5px
}

.w-2 {
  width: 10px
}

.w-3 {
  width: 15px
}

.w-4 {
  width: 20px
}

.w-5 {
  width: 25px
}

.w-6 {
  width: 30px
}

.w-7 {
  width: 35px
}

.w-8 {
  width: 40px
}

.w-9 {
  width: 45px
}

.w-10 {
  width: 50px
}

.w-11 {
  width: 55px
}

.w-12 {
  width: 60px
}

.w-13 {
  width: 65px
}

.w-14 {
  width: 70px
}

.w-15 {
  width: 75px
}

.w-16 {
  width: 80px
}

.w-17 {
  width: 85px
}

.w-18 {
  width: 90px
}

.w-19 {
  width: 95px
}

.w-20 {
  width: 100px
}

.w-auto {
  width: auto
}

.w-xxs {
  width: 8px
}

.w-xs {
  width: 12px
}

.w-sm {
  width: 24px
}

.w-md {
  width: 48px
}

.w-lg {
  width: 64px
}

.w-xl {
  width: 128px
}

.w-1\/2 {
  width: 50%
}

.w-1\/3 {
  width: 33.333333%
}

.w-2\/3 {
  width: 66.666667%
}

.w-1\/4 {
  width: 25%
}

.w-2\/4 {
  width: 50%
}

.w-3\/4 {
  width: 75%
}

.w-1\/5 {
  width: 20%
}

.w-2\/5 {
  width: 40%
}

.w-3\/5 {
  width: 60%
}

.w-4\/5 {
  width: 80%
}

.w-1\/6 {
  width: 16.666667%
}

.w-2\/6 {
  width: 33.333333%
}

.w-3\/6 {
  width: 50%
}

.w-4\/6 {
  width: 66.666667%
}

.w-5\/6 {
  width: 83.333333%
}

.w-1\/12 {
  width: 8.333333%
}

.w-2\/12 {
  width: 16.666667%
}

.w-3\/12 {
  width: 25%
}

.w-4\/12 {
  width: 33.333333%
}

.w-5\/12 {
  width: 41.666667%
}

.w-6\/12 {
  width: 50%
}

.w-7\/12 {
  width: 58.333333%
}

.w-8\/12 {
  width: 66.666667%
}

.w-9\/12 {
  width: 75%
}

.w-10\/12 {
  width: 83.333333%
}

.w-11\/12 {
  width: 91.666667%
}

.w-full {
  width: 100%
}

.w-screen {
  width: 100vw
}

.z-0 {
  z-index: 0
}

.z-10 {
  z-index: 10
}

.z-20 {
  z-index: 20
}

.z-30 {
  z-index: 30
}

.z-40 {
  z-index: 40
}

.z-50 {
  z-index: 50
}

.z-auto {
  z-index: auto
}

.z-below {
  z-index: -1
}

.z-max {
  z-index: 9999
}

.gap-0 {
  grid-gap: 0;
  gap: 0
}

.gap-1 {
  grid-gap: 5px;
  gap: 5px
}

.gap-2 {
  grid-gap: 10px;
  gap: 10px
}

.gap-3 {
  grid-gap: 15px;
  gap: 15px
}

.gap-4 {
  grid-gap: 20px;
  gap: 20px
}

.gap-5 {
  grid-gap: 25px;
  gap: 25px
}

.gap-6 {
  grid-gap: 30px;
  gap: 30px
}

.gap-7 {
  grid-gap: 35px;
  gap: 35px
}

.gap-8 {
  grid-gap: 40px;
  gap: 40px
}

.gap-9 {
  grid-gap: 45px;
  gap: 45px
}

.gap-10 {
  grid-gap: 50px;
  gap: 50px
}

.gap-11 {
  grid-gap: 55px;
  gap: 55px
}

.gap-12 {
  grid-gap: 60px;
  gap: 60px
}

.gap-13 {
  grid-gap: 65px;
  gap: 65px
}

.gap-14 {
  grid-gap: 70px;
  gap: 70px
}

.gap-15 {
  grid-gap: 75px;
  gap: 75px
}

.gap-16 {
  grid-gap: 80px;
  gap: 80px
}

.gap-17 {
  grid-gap: 85px;
  gap: 85px
}

.gap-18 {
  grid-gap: 90px;
  gap: 90px
}

.gap-19 {
  grid-gap: 95px;
  gap: 95px
}

.gap-20 {
  grid-gap: 100px;
  gap: 100px
}

.gap-xxs {
  grid-gap: 8px;
  gap: 8px
}

.gap-xs {
  grid-gap: 12px;
  gap: 12px
}

.gap-sm {
  grid-gap: 24px;
  gap: 24px
}

.gap-md {
  grid-gap: 48px;
  gap: 48px
}

.gap-lg {
  grid-gap: 64px;
  gap: 64px
}

.gap-xl {
  grid-gap: 128px;
  gap: 128px
}

.col-gap-0 {
  grid-column-gap: 0;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0
}

.col-gap-1 {
  grid-column-gap: 5px;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px
}

.col-gap-2 {
  grid-column-gap: 10px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px
}

.col-gap-3 {
  grid-column-gap: 15px;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px
}

.col-gap-4 {
  grid-column-gap: 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px
}

.col-gap-5 {
  grid-column-gap: 25px;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px
}

.col-gap-6 {
  grid-column-gap: 30px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px
}

.col-gap-7 {
  grid-column-gap: 35px;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px
}

.col-gap-8 {
  grid-column-gap: 40px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px
}

.col-gap-9 {
  grid-column-gap: 45px;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px
}

.col-gap-10 {
  grid-column-gap: 50px;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px
}

.col-gap-11 {
  grid-column-gap: 55px;
  -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
          column-gap: 55px
}

.col-gap-12 {
  grid-column-gap: 60px;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px
}

.col-gap-13 {
  grid-column-gap: 65px;
  -webkit-column-gap: 65px;
     -moz-column-gap: 65px;
          column-gap: 65px
}

.col-gap-14 {
  grid-column-gap: 70px;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px
}

.col-gap-15 {
  grid-column-gap: 75px;
  -webkit-column-gap: 75px;
     -moz-column-gap: 75px;
          column-gap: 75px
}

.col-gap-16 {
  grid-column-gap: 80px;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px
}

.col-gap-17 {
  grid-column-gap: 85px;
  -webkit-column-gap: 85px;
     -moz-column-gap: 85px;
          column-gap: 85px
}

.col-gap-18 {
  grid-column-gap: 90px;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px
}

.col-gap-19 {
  grid-column-gap: 95px;
  -webkit-column-gap: 95px;
     -moz-column-gap: 95px;
          column-gap: 95px
}

.col-gap-20 {
  grid-column-gap: 100px;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px
}

.col-gap-xxs {
  grid-column-gap: 8px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px
}

.col-gap-xs {
  grid-column-gap: 12px;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px
}

.col-gap-sm {
  grid-column-gap: 24px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px
}

.col-gap-md {
  grid-column-gap: 48px;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px
}

.col-gap-lg {
  grid-column-gap: 64px;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px
}

.col-gap-xl {
  grid-column-gap: 128px;
  -webkit-column-gap: 128px;
     -moz-column-gap: 128px;
          column-gap: 128px
}

.gap-x-0 {
  grid-column-gap: 0;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0
}

.gap-x-1 {
  grid-column-gap: 5px;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px
}

.gap-x-2 {
  grid-column-gap: 10px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px
}

.gap-x-3 {
  grid-column-gap: 15px;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px
}

.gap-x-4 {
  grid-column-gap: 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px
}

.gap-x-5 {
  grid-column-gap: 25px;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px
}

.gap-x-6 {
  grid-column-gap: 30px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px
}

.gap-x-7 {
  grid-column-gap: 35px;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px
}

.gap-x-8 {
  grid-column-gap: 40px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px
}

.gap-x-9 {
  grid-column-gap: 45px;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px
}

.gap-x-10 {
  grid-column-gap: 50px;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px
}

.gap-x-11 {
  grid-column-gap: 55px;
  -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
          column-gap: 55px
}

.gap-x-12 {
  grid-column-gap: 60px;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px
}

.gap-x-13 {
  grid-column-gap: 65px;
  -webkit-column-gap: 65px;
     -moz-column-gap: 65px;
          column-gap: 65px
}

.gap-x-14 {
  grid-column-gap: 70px;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px
}

.gap-x-15 {
  grid-column-gap: 75px;
  -webkit-column-gap: 75px;
     -moz-column-gap: 75px;
          column-gap: 75px
}

.gap-x-16 {
  grid-column-gap: 80px;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px
}

.gap-x-17 {
  grid-column-gap: 85px;
  -webkit-column-gap: 85px;
     -moz-column-gap: 85px;
          column-gap: 85px
}

.gap-x-18 {
  grid-column-gap: 90px;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px
}

.gap-x-19 {
  grid-column-gap: 95px;
  -webkit-column-gap: 95px;
     -moz-column-gap: 95px;
          column-gap: 95px
}

.gap-x-20 {
  grid-column-gap: 100px;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px
}

.gap-x-xxs {
  grid-column-gap: 8px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px
}

.gap-x-xs {
  grid-column-gap: 12px;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px
}

.gap-x-sm {
  grid-column-gap: 24px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px
}

.gap-x-md {
  grid-column-gap: 48px;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px
}

.gap-x-lg {
  grid-column-gap: 64px;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px
}

.gap-x-xl {
  grid-column-gap: 128px;
  -webkit-column-gap: 128px;
     -moz-column-gap: 128px;
          column-gap: 128px
}

.row-gap-0 {
  grid-row-gap: 0;
  row-gap: 0
}

.row-gap-1 {
  grid-row-gap: 5px;
  row-gap: 5px
}

.row-gap-2 {
  grid-row-gap: 10px;
  row-gap: 10px
}

.row-gap-3 {
  grid-row-gap: 15px;
  row-gap: 15px
}

.row-gap-4 {
  grid-row-gap: 20px;
  row-gap: 20px
}

.row-gap-5 {
  grid-row-gap: 25px;
  row-gap: 25px
}

.row-gap-6 {
  grid-row-gap: 30px;
  row-gap: 30px
}

.row-gap-7 {
  grid-row-gap: 35px;
  row-gap: 35px
}

.row-gap-8 {
  grid-row-gap: 40px;
  row-gap: 40px
}

.row-gap-9 {
  grid-row-gap: 45px;
  row-gap: 45px
}

.row-gap-10 {
  grid-row-gap: 50px;
  row-gap: 50px
}

.row-gap-11 {
  grid-row-gap: 55px;
  row-gap: 55px
}

.row-gap-12 {
  grid-row-gap: 60px;
  row-gap: 60px
}

.row-gap-13 {
  grid-row-gap: 65px;
  row-gap: 65px
}

.row-gap-14 {
  grid-row-gap: 70px;
  row-gap: 70px
}

.row-gap-15 {
  grid-row-gap: 75px;
  row-gap: 75px
}

.row-gap-16 {
  grid-row-gap: 80px;
  row-gap: 80px
}

.row-gap-17 {
  grid-row-gap: 85px;
  row-gap: 85px
}

.row-gap-18 {
  grid-row-gap: 90px;
  row-gap: 90px
}

.row-gap-19 {
  grid-row-gap: 95px;
  row-gap: 95px
}

.row-gap-20 {
  grid-row-gap: 100px;
  row-gap: 100px
}

.row-gap-xxs {
  grid-row-gap: 8px;
  row-gap: 8px
}

.row-gap-xs {
  grid-row-gap: 12px;
  row-gap: 12px
}

.row-gap-sm {
  grid-row-gap: 24px;
  row-gap: 24px
}

.row-gap-md {
  grid-row-gap: 48px;
  row-gap: 48px
}

.row-gap-lg {
  grid-row-gap: 64px;
  row-gap: 64px
}

.row-gap-xl {
  grid-row-gap: 128px;
  row-gap: 128px
}

.gap-y-0 {
  grid-row-gap: 0;
  row-gap: 0
}

.gap-y-1 {
  grid-row-gap: 5px;
  row-gap: 5px
}

.gap-y-2 {
  grid-row-gap: 10px;
  row-gap: 10px
}

.gap-y-3 {
  grid-row-gap: 15px;
  row-gap: 15px
}

.gap-y-4 {
  grid-row-gap: 20px;
  row-gap: 20px
}

.gap-y-5 {
  grid-row-gap: 25px;
  row-gap: 25px
}

.gap-y-6 {
  grid-row-gap: 30px;
  row-gap: 30px
}

.gap-y-7 {
  grid-row-gap: 35px;
  row-gap: 35px
}

.gap-y-8 {
  grid-row-gap: 40px;
  row-gap: 40px
}

.gap-y-9 {
  grid-row-gap: 45px;
  row-gap: 45px
}

.gap-y-10 {
  grid-row-gap: 50px;
  row-gap: 50px
}

.gap-y-11 {
  grid-row-gap: 55px;
  row-gap: 55px
}

.gap-y-12 {
  grid-row-gap: 60px;
  row-gap: 60px
}

.gap-y-13 {
  grid-row-gap: 65px;
  row-gap: 65px
}

.gap-y-14 {
  grid-row-gap: 70px;
  row-gap: 70px
}

.gap-y-15 {
  grid-row-gap: 75px;
  row-gap: 75px
}

.gap-y-16 {
  grid-row-gap: 80px;
  row-gap: 80px
}

.gap-y-17 {
  grid-row-gap: 85px;
  row-gap: 85px
}

.gap-y-18 {
  grid-row-gap: 90px;
  row-gap: 90px
}

.gap-y-19 {
  grid-row-gap: 95px;
  row-gap: 95px
}

.gap-y-20 {
  grid-row-gap: 100px;
  row-gap: 100px
}

.gap-y-xxs {
  grid-row-gap: 8px;
  row-gap: 8px
}

.gap-y-xs {
  grid-row-gap: 12px;
  row-gap: 12px
}

.gap-y-sm {
  grid-row-gap: 24px;
  row-gap: 24px
}

.gap-y-md {
  grid-row-gap: 48px;
  row-gap: 48px
}

.gap-y-lg {
  grid-row-gap: 64px;
  row-gap: 64px
}

.gap-y-xl {
  grid-row-gap: 128px;
  row-gap: 128px
}

.grid-flow-row {
  grid-auto-flow: row
}

.grid-flow-col {
  grid-auto-flow: column
}

.grid-flow-row-dense {
  grid-auto-flow: row dense
}

.grid-flow-col-dense {
  grid-auto-flow: column dense
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr))
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr))
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr))
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr))
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr))
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr))
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr))
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr))
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr))
}

.grid-cols-none {
  grid-template-columns: none
}

.auto-cols-auto {
  grid-auto-columns: auto
}

.auto-cols-min {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content
}

.auto-cols-max {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr)
}

.col-auto {
  grid-column: auto
}

.col-span-1 {
  grid-column: span 1 / span 1
}

.col-span-2 {
  grid-column: span 2 / span 2
}

.col-span-3 {
  grid-column: span 3 / span 3
}

.col-span-4 {
  grid-column: span 4 / span 4
}

.col-span-5 {
  grid-column: span 5 / span 5
}

.col-span-6 {
  grid-column: span 6 / span 6
}

.col-span-7 {
  grid-column: span 7 / span 7
}

.col-span-8 {
  grid-column: span 8 / span 8
}

.col-span-9 {
  grid-column: span 9 / span 9
}

.col-span-10 {
  grid-column: span 10 / span 10
}

.col-span-11 {
  grid-column: span 11 / span 11
}

.col-span-12 {
  grid-column: span 12 / span 12
}

.col-start-1 {
  grid-column-start: 1
}

.col-start-2 {
  grid-column-start: 2
}

.col-start-3 {
  grid-column-start: 3
}

.col-start-4 {
  grid-column-start: 4
}

.col-start-5 {
  grid-column-start: 5
}

.col-start-6 {
  grid-column-start: 6
}

.col-start-7 {
  grid-column-start: 7
}

.col-start-8 {
  grid-column-start: 8
}

.col-start-9 {
  grid-column-start: 9
}

.col-start-10 {
  grid-column-start: 10
}

.col-start-11 {
  grid-column-start: 11
}

.col-start-12 {
  grid-column-start: 12
}

.col-start-13 {
  grid-column-start: 13
}

.col-start-auto {
  grid-column-start: auto
}

.col-end-1 {
  grid-column-end: 1
}

.col-end-2 {
  grid-column-end: 2
}

.col-end-3 {
  grid-column-end: 3
}

.col-end-4 {
  grid-column-end: 4
}

.col-end-5 {
  grid-column-end: 5
}

.col-end-6 {
  grid-column-end: 6
}

.col-end-7 {
  grid-column-end: 7
}

.col-end-8 {
  grid-column-end: 8
}

.col-end-9 {
  grid-column-end: 9
}

.col-end-10 {
  grid-column-end: 10
}

.col-end-11 {
  grid-column-end: 11
}

.col-end-12 {
  grid-column-end: 12
}

.col-end-13 {
  grid-column-end: 13
}

.col-end-auto {
  grid-column-end: auto
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr))
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr))
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr))
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr))
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr))
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr))
}

.grid-rows-none {
  grid-template-rows: none
}

.auto-rows-auto {
  grid-auto-rows: auto
}

.auto-rows-min {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content
}

.auto-rows-max {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr)
}

.row-auto {
  grid-row: auto
}

.row-span-1 {
  grid-row: span 1 / span 1
}

.row-span-2 {
  grid-row: span 2 / span 2
}

.row-span-3 {
  grid-row: span 3 / span 3
}

.row-span-4 {
  grid-row: span 4 / span 4
}

.row-span-5 {
  grid-row: span 5 / span 5
}

.row-span-6 {
  grid-row: span 6 / span 6
}

.row-start-1 {
  grid-row-start: 1
}

.row-start-2 {
  grid-row-start: 2
}

.row-start-3 {
  grid-row-start: 3
}

.row-start-4 {
  grid-row-start: 4
}

.row-start-5 {
  grid-row-start: 5
}

.row-start-6 {
  grid-row-start: 6
}

.row-start-7 {
  grid-row-start: 7
}

.row-start-auto {
  grid-row-start: auto
}

.row-end-1 {
  grid-row-end: 1
}

.row-end-2 {
  grid-row-end: 2
}

.row-end-3 {
  grid-row-end: 3
}

.row-end-4 {
  grid-row-end: 4
}

.row-end-5 {
  grid-row-end: 5
}

.row-end-6 {
  grid-row-end: 6
}

.row-end-7 {
  grid-row-end: 7
}

.row-end-auto {
  grid-row-end: auto
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
      -ms-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
          transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.transform-none {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none
}

.origin-center {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center
}

.origin-top {
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top
}

.origin-top-right {
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right
}

.origin-right {
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right
}

.origin-bottom-right {
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right
}

.origin-bottom {
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom
}

.origin-bottom-left {
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left
}

.origin-left {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left
}

.origin-top-left {
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left
}

.scale-0 {
  --transform-scale-x: 0;
  --transform-scale-y: 0
}

.scale-50 {
  --transform-scale-x: .5;
  --transform-scale-y: .5
}

.scale-75 {
  --transform-scale-x: .75;
  --transform-scale-y: .75
}

.scale-90 {
  --transform-scale-x: .9;
  --transform-scale-y: .9
}

.scale-95 {
  --transform-scale-x: .95;
  --transform-scale-y: .95
}

.scale-100 {
  --transform-scale-x: 1;
  --transform-scale-y: 1
}

.scale-105 {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05
}

.scale-110 {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1
}

.scale-125 {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25
}

.scale-150 {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5
}

.scale-x-0 {
  --transform-scale-x: 0
}

.scale-x-50 {
  --transform-scale-x: .5
}

.scale-x-75 {
  --transform-scale-x: .75
}

.scale-x-90 {
  --transform-scale-x: .9
}

.scale-x-95 {
  --transform-scale-x: .95
}

.scale-x-100 {
  --transform-scale-x: 1
}

.scale-x-105 {
  --transform-scale-x: 1.05
}

.scale-x-110 {
  --transform-scale-x: 1.1
}

.scale-x-125 {
  --transform-scale-x: 1.25
}

.scale-x-150 {
  --transform-scale-x: 1.5
}

.scale-y-0 {
  --transform-scale-y: 0
}

.scale-y-50 {
  --transform-scale-y: .5
}

.scale-y-75 {
  --transform-scale-y: .75
}

.scale-y-90 {
  --transform-scale-y: .9
}

.scale-y-95 {
  --transform-scale-y: .95
}

.scale-y-100 {
  --transform-scale-y: 1
}

.scale-y-105 {
  --transform-scale-y: 1.05
}

.scale-y-110 {
  --transform-scale-y: 1.1
}

.scale-y-125 {
  --transform-scale-y: 1.25
}

.scale-y-150 {
  --transform-scale-y: 1.5
}

.hover\:scale-0:hover {
  --transform-scale-x: 0;
  --transform-scale-y: 0
}

.hover\:scale-50:hover {
  --transform-scale-x: .5;
  --transform-scale-y: .5
}

.hover\:scale-75:hover {
  --transform-scale-x: .75;
  --transform-scale-y: .75
}

.hover\:scale-90:hover {
  --transform-scale-x: .9;
  --transform-scale-y: .9
}

.hover\:scale-95:hover {
  --transform-scale-x: .95;
  --transform-scale-y: .95
}

.hover\:scale-100:hover {
  --transform-scale-x: 1;
  --transform-scale-y: 1
}

.hover\:scale-105:hover {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05
}

.hover\:scale-110:hover {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1
}

.hover\:scale-125:hover {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25
}

.hover\:scale-150:hover {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5
}

.hover\:scale-x-0:hover {
  --transform-scale-x: 0
}

.hover\:scale-x-50:hover {
  --transform-scale-x: .5
}

.hover\:scale-x-75:hover {
  --transform-scale-x: .75
}

.hover\:scale-x-90:hover {
  --transform-scale-x: .9
}

.hover\:scale-x-95:hover {
  --transform-scale-x: .95
}

.hover\:scale-x-100:hover {
  --transform-scale-x: 1
}

.hover\:scale-x-105:hover {
  --transform-scale-x: 1.05
}

.hover\:scale-x-110:hover {
  --transform-scale-x: 1.1
}

.hover\:scale-x-125:hover {
  --transform-scale-x: 1.25
}

.hover\:scale-x-150:hover {
  --transform-scale-x: 1.5
}

.hover\:scale-y-0:hover {
  --transform-scale-y: 0
}

.hover\:scale-y-50:hover {
  --transform-scale-y: .5
}

.hover\:scale-y-75:hover {
  --transform-scale-y: .75
}

.hover\:scale-y-90:hover {
  --transform-scale-y: .9
}

.hover\:scale-y-95:hover {
  --transform-scale-y: .95
}

.hover\:scale-y-100:hover {
  --transform-scale-y: 1
}

.hover\:scale-y-105:hover {
  --transform-scale-y: 1.05
}

.hover\:scale-y-110:hover {
  --transform-scale-y: 1.1
}

.hover\:scale-y-125:hover {
  --transform-scale-y: 1.25
}

.hover\:scale-y-150:hover {
  --transform-scale-y: 1.5
}

.focus\:scale-0:focus {
  --transform-scale-x: 0;
  --transform-scale-y: 0
}

.focus\:scale-50:focus {
  --transform-scale-x: .5;
  --transform-scale-y: .5
}

.focus\:scale-75:focus {
  --transform-scale-x: .75;
  --transform-scale-y: .75
}

.focus\:scale-90:focus {
  --transform-scale-x: .9;
  --transform-scale-y: .9
}

.focus\:scale-95:focus {
  --transform-scale-x: .95;
  --transform-scale-y: .95
}

.focus\:scale-100:focus {
  --transform-scale-x: 1;
  --transform-scale-y: 1
}

.focus\:scale-105:focus {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05
}

.focus\:scale-110:focus {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1
}

.focus\:scale-125:focus {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25
}

.focus\:scale-150:focus {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5
}

.focus\:scale-x-0:focus {
  --transform-scale-x: 0
}

.focus\:scale-x-50:focus {
  --transform-scale-x: .5
}

.focus\:scale-x-75:focus {
  --transform-scale-x: .75
}

.focus\:scale-x-90:focus {
  --transform-scale-x: .9
}

.focus\:scale-x-95:focus {
  --transform-scale-x: .95
}

.focus\:scale-x-100:focus {
  --transform-scale-x: 1
}

.focus\:scale-x-105:focus {
  --transform-scale-x: 1.05
}

.focus\:scale-x-110:focus {
  --transform-scale-x: 1.1
}

.focus\:scale-x-125:focus {
  --transform-scale-x: 1.25
}

.focus\:scale-x-150:focus {
  --transform-scale-x: 1.5
}

.focus\:scale-y-0:focus {
  --transform-scale-y: 0
}

.focus\:scale-y-50:focus {
  --transform-scale-y: .5
}

.focus\:scale-y-75:focus {
  --transform-scale-y: .75
}

.focus\:scale-y-90:focus {
  --transform-scale-y: .9
}

.focus\:scale-y-95:focus {
  --transform-scale-y: .95
}

.focus\:scale-y-100:focus {
  --transform-scale-y: 1
}

.focus\:scale-y-105:focus {
  --transform-scale-y: 1.05
}

.focus\:scale-y-110:focus {
  --transform-scale-y: 1.1
}

.focus\:scale-y-125:focus {
  --transform-scale-y: 1.25
}

.focus\:scale-y-150:focus {
  --transform-scale-y: 1.5
}

.rotate-0 {
  --transform-rotate: 0
}

.rotate-45 {
  --transform-rotate: 45deg
}

.rotate-90 {
  --transform-rotate: 90deg
}

.rotate-180 {
  --transform-rotate: 180deg
}

.-rotate-180 {
  --transform-rotate: -180deg
}

.-rotate-90 {
  --transform-rotate: -90deg
}

.-rotate-45 {
  --transform-rotate: -45deg
}

.hover\:rotate-0:hover {
  --transform-rotate: 0
}

.hover\:rotate-45:hover {
  --transform-rotate: 45deg
}

.hover\:rotate-90:hover {
  --transform-rotate: 90deg
}

.hover\:rotate-180:hover {
  --transform-rotate: 180deg
}

.hover\:-rotate-180:hover {
  --transform-rotate: -180deg
}

.hover\:-rotate-90:hover {
  --transform-rotate: -90deg
}

.hover\:-rotate-45:hover {
  --transform-rotate: -45deg
}

.focus\:rotate-0:focus {
  --transform-rotate: 0
}

.focus\:rotate-45:focus {
  --transform-rotate: 45deg
}

.focus\:rotate-90:focus {
  --transform-rotate: 90deg
}

.focus\:rotate-180:focus {
  --transform-rotate: 180deg
}

.focus\:-rotate-180:focus {
  --transform-rotate: -180deg
}

.focus\:-rotate-90:focus {
  --transform-rotate: -90deg
}

.focus\:-rotate-45:focus {
  --transform-rotate: -45deg
}

.translate-x-0 {
  --transform-translate-x: 0
}

.translate-x-1 {
  --transform-translate-x: 5px
}

.translate-x-2 {
  --transform-translate-x: 10px
}

.translate-x-3 {
  --transform-translate-x: 15px
}

.translate-x-4 {
  --transform-translate-x: 20px
}

.translate-x-5 {
  --transform-translate-x: 25px
}

.translate-x-6 {
  --transform-translate-x: 30px
}

.translate-x-7 {
  --transform-translate-x: 35px
}

.translate-x-8 {
  --transform-translate-x: 40px
}

.translate-x-9 {
  --transform-translate-x: 45px
}

.translate-x-10 {
  --transform-translate-x: 50px
}

.translate-x-11 {
  --transform-translate-x: 55px
}

.translate-x-12 {
  --transform-translate-x: 60px
}

.translate-x-13 {
  --transform-translate-x: 65px
}

.translate-x-14 {
  --transform-translate-x: 70px
}

.translate-x-15 {
  --transform-translate-x: 75px
}

.translate-x-16 {
  --transform-translate-x: 80px
}

.translate-x-17 {
  --transform-translate-x: 85px
}

.translate-x-18 {
  --transform-translate-x: 90px
}

.translate-x-19 {
  --transform-translate-x: 95px
}

.translate-x-20 {
  --transform-translate-x: 100px
}

.translate-x-xxs {
  --transform-translate-x: 8px
}

.translate-x-xs {
  --transform-translate-x: 12px
}

.translate-x-sm {
  --transform-translate-x: 24px
}

.translate-x-md {
  --transform-translate-x: 48px
}

.translate-x-lg {
  --transform-translate-x: 64px
}

.translate-x-xl {
  --transform-translate-x: 128px
}

.-translate-x-1 {
  --transform-translate-x: -5px
}

.-translate-x-2 {
  --transform-translate-x: -10px
}

.-translate-x-3 {
  --transform-translate-x: -15px
}

.-translate-x-4 {
  --transform-translate-x: -20px
}

.-translate-x-5 {
  --transform-translate-x: -25px
}

.-translate-x-6 {
  --transform-translate-x: -30px
}

.-translate-x-7 {
  --transform-translate-x: -35px
}

.-translate-x-8 {
  --transform-translate-x: -40px
}

.-translate-x-9 {
  --transform-translate-x: -45px
}

.-translate-x-10 {
  --transform-translate-x: -50px
}

.-translate-x-11 {
  --transform-translate-x: -55px
}

.-translate-x-12 {
  --transform-translate-x: -60px
}

.-translate-x-13 {
  --transform-translate-x: -65px
}

.-translate-x-14 {
  --transform-translate-x: -70px
}

.-translate-x-15 {
  --transform-translate-x: -75px
}

.-translate-x-16 {
  --transform-translate-x: -80px
}

.-translate-x-17 {
  --transform-translate-x: -85px
}

.-translate-x-18 {
  --transform-translate-x: -90px
}

.-translate-x-19 {
  --transform-translate-x: -95px
}

.-translate-x-20 {
  --transform-translate-x: -100px
}

.-translate-x-xxs {
  --transform-translate-x: -8px
}

.-translate-x-xs {
  --transform-translate-x: -12px
}

.-translate-x-sm {
  --transform-translate-x: -24px
}

.-translate-x-md {
  --transform-translate-x: -48px
}

.-translate-x-lg {
  --transform-translate-x: -64px
}

.-translate-x-xl {
  --transform-translate-x: -128px
}

.-translate-x-full {
  --transform-translate-x: -100%
}

.-translate-x-1\/2 {
  --transform-translate-x: -50%
}

.translate-x-1\/2 {
  --transform-translate-x: 50%
}

.translate-x-full {
  --transform-translate-x: 100%
}

.translate-y-0 {
  --transform-translate-y: 0
}

.translate-y-1 {
  --transform-translate-y: 5px
}

.translate-y-2 {
  --transform-translate-y: 10px
}

.translate-y-3 {
  --transform-translate-y: 15px
}

.translate-y-4 {
  --transform-translate-y: 20px
}

.translate-y-5 {
  --transform-translate-y: 25px
}

.translate-y-6 {
  --transform-translate-y: 30px
}

.translate-y-7 {
  --transform-translate-y: 35px
}

.translate-y-8 {
  --transform-translate-y: 40px
}

.translate-y-9 {
  --transform-translate-y: 45px
}

.translate-y-10 {
  --transform-translate-y: 50px
}

.translate-y-11 {
  --transform-translate-y: 55px
}

.translate-y-12 {
  --transform-translate-y: 60px
}

.translate-y-13 {
  --transform-translate-y: 65px
}

.translate-y-14 {
  --transform-translate-y: 70px
}

.translate-y-15 {
  --transform-translate-y: 75px
}

.translate-y-16 {
  --transform-translate-y: 80px
}

.translate-y-17 {
  --transform-translate-y: 85px
}

.translate-y-18 {
  --transform-translate-y: 90px
}

.translate-y-19 {
  --transform-translate-y: 95px
}

.translate-y-20 {
  --transform-translate-y: 100px
}

.translate-y-xxs {
  --transform-translate-y: 8px
}

.translate-y-xs {
  --transform-translate-y: 12px
}

.translate-y-sm {
  --transform-translate-y: 24px
}

.translate-y-md {
  --transform-translate-y: 48px
}

.translate-y-lg {
  --transform-translate-y: 64px
}

.translate-y-xl {
  --transform-translate-y: 128px
}

.-translate-y-1 {
  --transform-translate-y: -5px
}

.-translate-y-2 {
  --transform-translate-y: -10px
}

.-translate-y-3 {
  --transform-translate-y: -15px
}

.-translate-y-4 {
  --transform-translate-y: -20px
}

.-translate-y-5 {
  --transform-translate-y: -25px
}

.-translate-y-6 {
  --transform-translate-y: -30px
}

.-translate-y-7 {
  --transform-translate-y: -35px
}

.-translate-y-8 {
  --transform-translate-y: -40px
}

.-translate-y-9 {
  --transform-translate-y: -45px
}

.-translate-y-10 {
  --transform-translate-y: -50px
}

.-translate-y-11 {
  --transform-translate-y: -55px
}

.-translate-y-12 {
  --transform-translate-y: -60px
}

.-translate-y-13 {
  --transform-translate-y: -65px
}

.-translate-y-14 {
  --transform-translate-y: -70px
}

.-translate-y-15 {
  --transform-translate-y: -75px
}

.-translate-y-16 {
  --transform-translate-y: -80px
}

.-translate-y-17 {
  --transform-translate-y: -85px
}

.-translate-y-18 {
  --transform-translate-y: -90px
}

.-translate-y-19 {
  --transform-translate-y: -95px
}

.-translate-y-20 {
  --transform-translate-y: -100px
}

.-translate-y-xxs {
  --transform-translate-y: -8px
}

.-translate-y-xs {
  --transform-translate-y: -12px
}

.-translate-y-sm {
  --transform-translate-y: -24px
}

.-translate-y-md {
  --transform-translate-y: -48px
}

.-translate-y-lg {
  --transform-translate-y: -64px
}

.-translate-y-xl {
  --transform-translate-y: -128px
}

.-translate-y-full {
  --transform-translate-y: -100%
}

.-translate-y-1\/2 {
  --transform-translate-y: -50%
}

.translate-y-1\/2 {
  --transform-translate-y: 50%
}

.translate-y-full {
  --transform-translate-y: 100%
}

.hover\:translate-x-0:hover {
  --transform-translate-x: 0
}

.hover\:translate-x-1:hover {
  --transform-translate-x: 5px
}

.hover\:translate-x-2:hover {
  --transform-translate-x: 10px
}

.hover\:translate-x-3:hover {
  --transform-translate-x: 15px
}

.hover\:translate-x-4:hover {
  --transform-translate-x: 20px
}

.hover\:translate-x-5:hover {
  --transform-translate-x: 25px
}

.hover\:translate-x-6:hover {
  --transform-translate-x: 30px
}

.hover\:translate-x-7:hover {
  --transform-translate-x: 35px
}

.hover\:translate-x-8:hover {
  --transform-translate-x: 40px
}

.hover\:translate-x-9:hover {
  --transform-translate-x: 45px
}

.hover\:translate-x-10:hover {
  --transform-translate-x: 50px
}

.hover\:translate-x-11:hover {
  --transform-translate-x: 55px
}

.hover\:translate-x-12:hover {
  --transform-translate-x: 60px
}

.hover\:translate-x-13:hover {
  --transform-translate-x: 65px
}

.hover\:translate-x-14:hover {
  --transform-translate-x: 70px
}

.hover\:translate-x-15:hover {
  --transform-translate-x: 75px
}

.hover\:translate-x-16:hover {
  --transform-translate-x: 80px
}

.hover\:translate-x-17:hover {
  --transform-translate-x: 85px
}

.hover\:translate-x-18:hover {
  --transform-translate-x: 90px
}

.hover\:translate-x-19:hover {
  --transform-translate-x: 95px
}

.hover\:translate-x-20:hover {
  --transform-translate-x: 100px
}

.hover\:translate-x-xxs:hover {
  --transform-translate-x: 8px
}

.hover\:translate-x-xs:hover {
  --transform-translate-x: 12px
}

.hover\:translate-x-sm:hover {
  --transform-translate-x: 24px
}

.hover\:translate-x-md:hover {
  --transform-translate-x: 48px
}

.hover\:translate-x-lg:hover {
  --transform-translate-x: 64px
}

.hover\:translate-x-xl:hover {
  --transform-translate-x: 128px
}

.hover\:-translate-x-1:hover {
  --transform-translate-x: -5px
}

.hover\:-translate-x-2:hover {
  --transform-translate-x: -10px
}

.hover\:-translate-x-3:hover {
  --transform-translate-x: -15px
}

.hover\:-translate-x-4:hover {
  --transform-translate-x: -20px
}

.hover\:-translate-x-5:hover {
  --transform-translate-x: -25px
}

.hover\:-translate-x-6:hover {
  --transform-translate-x: -30px
}

.hover\:-translate-x-7:hover {
  --transform-translate-x: -35px
}

.hover\:-translate-x-8:hover {
  --transform-translate-x: -40px
}

.hover\:-translate-x-9:hover {
  --transform-translate-x: -45px
}

.hover\:-translate-x-10:hover {
  --transform-translate-x: -50px
}

.hover\:-translate-x-11:hover {
  --transform-translate-x: -55px
}

.hover\:-translate-x-12:hover {
  --transform-translate-x: -60px
}

.hover\:-translate-x-13:hover {
  --transform-translate-x: -65px
}

.hover\:-translate-x-14:hover {
  --transform-translate-x: -70px
}

.hover\:-translate-x-15:hover {
  --transform-translate-x: -75px
}

.hover\:-translate-x-16:hover {
  --transform-translate-x: -80px
}

.hover\:-translate-x-17:hover {
  --transform-translate-x: -85px
}

.hover\:-translate-x-18:hover {
  --transform-translate-x: -90px
}

.hover\:-translate-x-19:hover {
  --transform-translate-x: -95px
}

.hover\:-translate-x-20:hover {
  --transform-translate-x: -100px
}

.hover\:-translate-x-xxs:hover {
  --transform-translate-x: -8px
}

.hover\:-translate-x-xs:hover {
  --transform-translate-x: -12px
}

.hover\:-translate-x-sm:hover {
  --transform-translate-x: -24px
}

.hover\:-translate-x-md:hover {
  --transform-translate-x: -48px
}

.hover\:-translate-x-lg:hover {
  --transform-translate-x: -64px
}

.hover\:-translate-x-xl:hover {
  --transform-translate-x: -128px
}

.hover\:-translate-x-full:hover {
  --transform-translate-x: -100%
}

.hover\:-translate-x-1\/2:hover {
  --transform-translate-x: -50%
}

.hover\:translate-x-1\/2:hover {
  --transform-translate-x: 50%
}

.hover\:translate-x-full:hover {
  --transform-translate-x: 100%
}

.hover\:translate-y-0:hover {
  --transform-translate-y: 0
}

.hover\:translate-y-1:hover {
  --transform-translate-y: 5px
}

.hover\:translate-y-2:hover {
  --transform-translate-y: 10px
}

.hover\:translate-y-3:hover {
  --transform-translate-y: 15px
}

.hover\:translate-y-4:hover {
  --transform-translate-y: 20px
}

.hover\:translate-y-5:hover {
  --transform-translate-y: 25px
}

.hover\:translate-y-6:hover {
  --transform-translate-y: 30px
}

.hover\:translate-y-7:hover {
  --transform-translate-y: 35px
}

.hover\:translate-y-8:hover {
  --transform-translate-y: 40px
}

.hover\:translate-y-9:hover {
  --transform-translate-y: 45px
}

.hover\:translate-y-10:hover {
  --transform-translate-y: 50px
}

.hover\:translate-y-11:hover {
  --transform-translate-y: 55px
}

.hover\:translate-y-12:hover {
  --transform-translate-y: 60px
}

.hover\:translate-y-13:hover {
  --transform-translate-y: 65px
}

.hover\:translate-y-14:hover {
  --transform-translate-y: 70px
}

.hover\:translate-y-15:hover {
  --transform-translate-y: 75px
}

.hover\:translate-y-16:hover {
  --transform-translate-y: 80px
}

.hover\:translate-y-17:hover {
  --transform-translate-y: 85px
}

.hover\:translate-y-18:hover {
  --transform-translate-y: 90px
}

.hover\:translate-y-19:hover {
  --transform-translate-y: 95px
}

.hover\:translate-y-20:hover {
  --transform-translate-y: 100px
}

.hover\:translate-y-xxs:hover {
  --transform-translate-y: 8px
}

.hover\:translate-y-xs:hover {
  --transform-translate-y: 12px
}

.hover\:translate-y-sm:hover {
  --transform-translate-y: 24px
}

.hover\:translate-y-md:hover {
  --transform-translate-y: 48px
}

.hover\:translate-y-lg:hover {
  --transform-translate-y: 64px
}

.hover\:translate-y-xl:hover {
  --transform-translate-y: 128px
}

.hover\:-translate-y-1:hover {
  --transform-translate-y: -5px
}

.hover\:-translate-y-2:hover {
  --transform-translate-y: -10px
}

.hover\:-translate-y-3:hover {
  --transform-translate-y: -15px
}

.hover\:-translate-y-4:hover {
  --transform-translate-y: -20px
}

.hover\:-translate-y-5:hover {
  --transform-translate-y: -25px
}

.hover\:-translate-y-6:hover {
  --transform-translate-y: -30px
}

.hover\:-translate-y-7:hover {
  --transform-translate-y: -35px
}

.hover\:-translate-y-8:hover {
  --transform-translate-y: -40px
}

.hover\:-translate-y-9:hover {
  --transform-translate-y: -45px
}

.hover\:-translate-y-10:hover {
  --transform-translate-y: -50px
}

.hover\:-translate-y-11:hover {
  --transform-translate-y: -55px
}

.hover\:-translate-y-12:hover {
  --transform-translate-y: -60px
}

.hover\:-translate-y-13:hover {
  --transform-translate-y: -65px
}

.hover\:-translate-y-14:hover {
  --transform-translate-y: -70px
}

.hover\:-translate-y-15:hover {
  --transform-translate-y: -75px
}

.hover\:-translate-y-16:hover {
  --transform-translate-y: -80px
}

.hover\:-translate-y-17:hover {
  --transform-translate-y: -85px
}

.hover\:-translate-y-18:hover {
  --transform-translate-y: -90px
}

.hover\:-translate-y-19:hover {
  --transform-translate-y: -95px
}

.hover\:-translate-y-20:hover {
  --transform-translate-y: -100px
}

.hover\:-translate-y-xxs:hover {
  --transform-translate-y: -8px
}

.hover\:-translate-y-xs:hover {
  --transform-translate-y: -12px
}

.hover\:-translate-y-sm:hover {
  --transform-translate-y: -24px
}

.hover\:-translate-y-md:hover {
  --transform-translate-y: -48px
}

.hover\:-translate-y-lg:hover {
  --transform-translate-y: -64px
}

.hover\:-translate-y-xl:hover {
  --transform-translate-y: -128px
}

.hover\:-translate-y-full:hover {
  --transform-translate-y: -100%
}

.hover\:-translate-y-1\/2:hover {
  --transform-translate-y: -50%
}

.hover\:translate-y-1\/2:hover {
  --transform-translate-y: 50%
}

.hover\:translate-y-full:hover {
  --transform-translate-y: 100%
}

.focus\:translate-x-0:focus {
  --transform-translate-x: 0
}

.focus\:translate-x-1:focus {
  --transform-translate-x: 5px
}

.focus\:translate-x-2:focus {
  --transform-translate-x: 10px
}

.focus\:translate-x-3:focus {
  --transform-translate-x: 15px
}

.focus\:translate-x-4:focus {
  --transform-translate-x: 20px
}

.focus\:translate-x-5:focus {
  --transform-translate-x: 25px
}

.focus\:translate-x-6:focus {
  --transform-translate-x: 30px
}

.focus\:translate-x-7:focus {
  --transform-translate-x: 35px
}

.focus\:translate-x-8:focus {
  --transform-translate-x: 40px
}

.focus\:translate-x-9:focus {
  --transform-translate-x: 45px
}

.focus\:translate-x-10:focus {
  --transform-translate-x: 50px
}

.focus\:translate-x-11:focus {
  --transform-translate-x: 55px
}

.focus\:translate-x-12:focus {
  --transform-translate-x: 60px
}

.focus\:translate-x-13:focus {
  --transform-translate-x: 65px
}

.focus\:translate-x-14:focus {
  --transform-translate-x: 70px
}

.focus\:translate-x-15:focus {
  --transform-translate-x: 75px
}

.focus\:translate-x-16:focus {
  --transform-translate-x: 80px
}

.focus\:translate-x-17:focus {
  --transform-translate-x: 85px
}

.focus\:translate-x-18:focus {
  --transform-translate-x: 90px
}

.focus\:translate-x-19:focus {
  --transform-translate-x: 95px
}

.focus\:translate-x-20:focus {
  --transform-translate-x: 100px
}

.focus\:translate-x-xxs:focus {
  --transform-translate-x: 8px
}

.focus\:translate-x-xs:focus {
  --transform-translate-x: 12px
}

.focus\:translate-x-sm:focus {
  --transform-translate-x: 24px
}

.focus\:translate-x-md:focus {
  --transform-translate-x: 48px
}

.focus\:translate-x-lg:focus {
  --transform-translate-x: 64px
}

.focus\:translate-x-xl:focus {
  --transform-translate-x: 128px
}

.focus\:-translate-x-1:focus {
  --transform-translate-x: -5px
}

.focus\:-translate-x-2:focus {
  --transform-translate-x: -10px
}

.focus\:-translate-x-3:focus {
  --transform-translate-x: -15px
}

.focus\:-translate-x-4:focus {
  --transform-translate-x: -20px
}

.focus\:-translate-x-5:focus {
  --transform-translate-x: -25px
}

.focus\:-translate-x-6:focus {
  --transform-translate-x: -30px
}

.focus\:-translate-x-7:focus {
  --transform-translate-x: -35px
}

.focus\:-translate-x-8:focus {
  --transform-translate-x: -40px
}

.focus\:-translate-x-9:focus {
  --transform-translate-x: -45px
}

.focus\:-translate-x-10:focus {
  --transform-translate-x: -50px
}

.focus\:-translate-x-11:focus {
  --transform-translate-x: -55px
}

.focus\:-translate-x-12:focus {
  --transform-translate-x: -60px
}

.focus\:-translate-x-13:focus {
  --transform-translate-x: -65px
}

.focus\:-translate-x-14:focus {
  --transform-translate-x: -70px
}

.focus\:-translate-x-15:focus {
  --transform-translate-x: -75px
}

.focus\:-translate-x-16:focus {
  --transform-translate-x: -80px
}

.focus\:-translate-x-17:focus {
  --transform-translate-x: -85px
}

.focus\:-translate-x-18:focus {
  --transform-translate-x: -90px
}

.focus\:-translate-x-19:focus {
  --transform-translate-x: -95px
}

.focus\:-translate-x-20:focus {
  --transform-translate-x: -100px
}

.focus\:-translate-x-xxs:focus {
  --transform-translate-x: -8px
}

.focus\:-translate-x-xs:focus {
  --transform-translate-x: -12px
}

.focus\:-translate-x-sm:focus {
  --transform-translate-x: -24px
}

.focus\:-translate-x-md:focus {
  --transform-translate-x: -48px
}

.focus\:-translate-x-lg:focus {
  --transform-translate-x: -64px
}

.focus\:-translate-x-xl:focus {
  --transform-translate-x: -128px
}

.focus\:-translate-x-full:focus {
  --transform-translate-x: -100%
}

.focus\:-translate-x-1\/2:focus {
  --transform-translate-x: -50%
}

.focus\:translate-x-1\/2:focus {
  --transform-translate-x: 50%
}

.focus\:translate-x-full:focus {
  --transform-translate-x: 100%
}

.focus\:translate-y-0:focus {
  --transform-translate-y: 0
}

.focus\:translate-y-1:focus {
  --transform-translate-y: 5px
}

.focus\:translate-y-2:focus {
  --transform-translate-y: 10px
}

.focus\:translate-y-3:focus {
  --transform-translate-y: 15px
}

.focus\:translate-y-4:focus {
  --transform-translate-y: 20px
}

.focus\:translate-y-5:focus {
  --transform-translate-y: 25px
}

.focus\:translate-y-6:focus {
  --transform-translate-y: 30px
}

.focus\:translate-y-7:focus {
  --transform-translate-y: 35px
}

.focus\:translate-y-8:focus {
  --transform-translate-y: 40px
}

.focus\:translate-y-9:focus {
  --transform-translate-y: 45px
}

.focus\:translate-y-10:focus {
  --transform-translate-y: 50px
}

.focus\:translate-y-11:focus {
  --transform-translate-y: 55px
}

.focus\:translate-y-12:focus {
  --transform-translate-y: 60px
}

.focus\:translate-y-13:focus {
  --transform-translate-y: 65px
}

.focus\:translate-y-14:focus {
  --transform-translate-y: 70px
}

.focus\:translate-y-15:focus {
  --transform-translate-y: 75px
}

.focus\:translate-y-16:focus {
  --transform-translate-y: 80px
}

.focus\:translate-y-17:focus {
  --transform-translate-y: 85px
}

.focus\:translate-y-18:focus {
  --transform-translate-y: 90px
}

.focus\:translate-y-19:focus {
  --transform-translate-y: 95px
}

.focus\:translate-y-20:focus {
  --transform-translate-y: 100px
}

.focus\:translate-y-xxs:focus {
  --transform-translate-y: 8px
}

.focus\:translate-y-xs:focus {
  --transform-translate-y: 12px
}

.focus\:translate-y-sm:focus {
  --transform-translate-y: 24px
}

.focus\:translate-y-md:focus {
  --transform-translate-y: 48px
}

.focus\:translate-y-lg:focus {
  --transform-translate-y: 64px
}

.focus\:translate-y-xl:focus {
  --transform-translate-y: 128px
}

.focus\:-translate-y-1:focus {
  --transform-translate-y: -5px
}

.focus\:-translate-y-2:focus {
  --transform-translate-y: -10px
}

.focus\:-translate-y-3:focus {
  --transform-translate-y: -15px
}

.focus\:-translate-y-4:focus {
  --transform-translate-y: -20px
}

.focus\:-translate-y-5:focus {
  --transform-translate-y: -25px
}

.focus\:-translate-y-6:focus {
  --transform-translate-y: -30px
}

.focus\:-translate-y-7:focus {
  --transform-translate-y: -35px
}

.focus\:-translate-y-8:focus {
  --transform-translate-y: -40px
}

.focus\:-translate-y-9:focus {
  --transform-translate-y: -45px
}

.focus\:-translate-y-10:focus {
  --transform-translate-y: -50px
}

.focus\:-translate-y-11:focus {
  --transform-translate-y: -55px
}

.focus\:-translate-y-12:focus {
  --transform-translate-y: -60px
}

.focus\:-translate-y-13:focus {
  --transform-translate-y: -65px
}

.focus\:-translate-y-14:focus {
  --transform-translate-y: -70px
}

.focus\:-translate-y-15:focus {
  --transform-translate-y: -75px
}

.focus\:-translate-y-16:focus {
  --transform-translate-y: -80px
}

.focus\:-translate-y-17:focus {
  --transform-translate-y: -85px
}

.focus\:-translate-y-18:focus {
  --transform-translate-y: -90px
}

.focus\:-translate-y-19:focus {
  --transform-translate-y: -95px
}

.focus\:-translate-y-20:focus {
  --transform-translate-y: -100px
}

.focus\:-translate-y-xxs:focus {
  --transform-translate-y: -8px
}

.focus\:-translate-y-xs:focus {
  --transform-translate-y: -12px
}

.focus\:-translate-y-sm:focus {
  --transform-translate-y: -24px
}

.focus\:-translate-y-md:focus {
  --transform-translate-y: -48px
}

.focus\:-translate-y-lg:focus {
  --transform-translate-y: -64px
}

.focus\:-translate-y-xl:focus {
  --transform-translate-y: -128px
}

.focus\:-translate-y-full:focus {
  --transform-translate-y: -100%
}

.focus\:-translate-y-1\/2:focus {
  --transform-translate-y: -50%
}

.focus\:translate-y-1\/2:focus {
  --transform-translate-y: 50%
}

.focus\:translate-y-full:focus {
  --transform-translate-y: 100%
}

.skew-x-0 {
  --transform-skew-x: 0
}

.skew-y-0 {
  --transform-skew-y: 0
}

.hover\:skew-x-0:hover {
  --transform-skew-x: 0
}

.hover\:skew-y-0:hover {
  --transform-skew-y: 0
}

.focus\:skew-x-0:focus {
  --transform-skew-x: 0
}

.focus\:skew-y-0:focus {
  --transform-skew-y: 0
}

.transition-none {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none
}

.transition-all {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all
}

.transition {
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
  -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform
}

.transition-colors {
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -o-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke
}

.transition-opacity {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.transition-shadow {
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow
}

.transition-transform {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.ease-linear {
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear
}

.ease-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
}

.ease-out {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
}

.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.duration-75 {
  -webkit-transition-duration: 75ms;
       -o-transition-duration: 75ms;
          transition-duration: 75ms
}

.duration-100 {
  -webkit-transition-duration: 100ms;
       -o-transition-duration: 100ms;
          transition-duration: 100ms
}

.duration-150 {
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms
}

.duration-200 {
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms
}

.duration-300 {
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms
}

.duration-500 {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms
}

.duration-700 {
  -webkit-transition-duration: 700ms;
       -o-transition-duration: 700ms;
          transition-duration: 700ms
}

.duration-1000 {
  -webkit-transition-duration: 1000ms;
       -o-transition-duration: 1000ms;
          transition-duration: 1000ms
}

.delay-75 {
  -webkit-transition-delay: 75ms;
       -o-transition-delay: 75ms;
          transition-delay: 75ms
}

.delay-100 {
  -webkit-transition-delay: 100ms;
       -o-transition-delay: 100ms;
          transition-delay: 100ms
}

.delay-150 {
  -webkit-transition-delay: 150ms;
       -o-transition-delay: 150ms;
          transition-delay: 150ms
}

.delay-200 {
  -webkit-transition-delay: 200ms;
       -o-transition-delay: 200ms;
          transition-delay: 200ms
}

.delay-300 {
  -webkit-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms
}

.delay-500 {
  -webkit-transition-delay: 500ms;
       -o-transition-delay: 500ms;
          transition-delay: 500ms
}

.delay-700 {
  -webkit-transition-delay: 700ms;
       -o-transition-delay: 700ms;
          transition-delay: 700ms
}

.delay-1000 {
  -webkit-transition-delay: 1000ms;
       -o-transition-delay: 1000ms;
          transition-delay: 1000ms
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0
  }
}

@keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5
  }
}

@keyframes pulse {
  50% {
    opacity: .5
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1)
  }

  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1)
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1)
  }

  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1)
  }
}

.animate-none {
  -webkit-animation: none;
          animation: none
}

.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite
}

.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite
}

.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
}

.animate-bounce {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite
}

@media (min-width: 767px) {
  .sm\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse))
  }

  .sm\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse))
  }

  .sm\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse))
  }

  .sm\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse))
  }

  .sm\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse))
  }

  .sm\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse))
  }

  .sm\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse))
  }

  .sm\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse))
  }

  .sm\:space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse))
  }

  .sm\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse))
  }

  .sm\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse))
  }

  .sm\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-11 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse))
  }

  .sm\:space-x-11 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse))
  }

  .sm\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse))
  }

  .sm\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse))
  }

  .sm\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse))
  }

  .sm\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse))
  }

  .sm\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse))
  }

  .sm\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse))
  }

  .sm\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-19 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse))
  }

  .sm\:space-x-19 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse))
  }

  .sm\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-xxs > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse))
  }

  .sm\:space-x-xxs > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-xs > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse))
  }

  .sm\:space-x-xs > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-sm > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse))
  }

  .sm\:space-x-sm > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-md > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse))
  }

  .sm\:space-x-md > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-lg > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse))
  }

  .sm\:space-x-lg > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-xl > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse))
  }

  .sm\:space-x-xl > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse))
  }

  .sm\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse))
  }

  .sm\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse))
  }

  .sm\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse))
  }

  .sm\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse))
  }

  .sm\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse))
  }

  .sm\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:-space-y-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse))
  }

  .sm\:-space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse))
  }

  .sm\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse))
  }

  .sm\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse))
  }

  .sm\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:-space-y-11 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse))
  }

  .sm\:-space-x-11 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse))
  }

  .sm\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:-space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse))
  }

  .sm\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse))
  }

  .sm\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse))
  }

  .sm\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse))
  }

  .sm\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:-space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse))
  }

  .sm\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse))
  }

  .sm\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:-space-y-19 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse))
  }

  .sm\:-space-x-19 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse))
  }

  .sm\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:-space-y-xxs > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse))
  }

  .sm\:-space-x-xxs > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:-space-y-xs > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse))
  }

  .sm\:-space-x-xs > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:-space-y-sm > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse))
  }

  .sm\:-space-x-sm > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:-space-y-md > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse))
  }

  .sm\:-space-x-md > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:-space-y-lg > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse))
  }

  .sm\:-space-x-lg > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:-space-y-xl > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse))
  }

  .sm\:-space-x-xl > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)))
  }

  .sm\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1
  }

  .sm\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1
  }

  .sm\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse))
  }

  .sm\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-1 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse))
  }

  .sm\:divide-x-1 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse))
  }

  .sm\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-3 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(6px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(6px * var(--divide-y-reverse))
  }

  .sm\:divide-x-3 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(6px * var(--divide-x-reverse));
    border-left-width: calc(6px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse))
  }

  .sm\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-5 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(10px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(10px * var(--divide-y-reverse))
  }

  .sm\:divide-x-5 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(10px * var(--divide-x-reverse));
    border-left-width: calc(10px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-6 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(12px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(12px * var(--divide-y-reverse))
  }

  .sm\:divide-x-6 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(12px * var(--divide-x-reverse));
    border-left-width: calc(12px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-7 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(14px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(14px * var(--divide-y-reverse))
  }

  .sm\:divide-x-7 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(14px * var(--divide-x-reverse));
    border-left-width: calc(14px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(16px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(16px * var(--divide-y-reverse))
  }

  .sm\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(16px * var(--divide-x-reverse));
    border-left-width: calc(16px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-9 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(18px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(18px * var(--divide-y-reverse))
  }

  .sm\:divide-x-9 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(18px * var(--divide-x-reverse));
    border-left-width: calc(18px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-10 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(20px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(20px * var(--divide-y-reverse))
  }

  .sm\:divide-x-10 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(20px * var(--divide-x-reverse));
    border-left-width: calc(20px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-11 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(22px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(22px * var(--divide-y-reverse))
  }

  .sm\:divide-x-11 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(22px * var(--divide-x-reverse));
    border-left-width: calc(22px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-12 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(24px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(24px * var(--divide-y-reverse))
  }

  .sm\:divide-x-12 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(24px * var(--divide-x-reverse));
    border-left-width: calc(24px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-13 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(26px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(26px * var(--divide-y-reverse))
  }

  .sm\:divide-x-13 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(26px * var(--divide-x-reverse));
    border-left-width: calc(26px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-14 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(28px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(28px * var(--divide-y-reverse))
  }

  .sm\:divide-x-14 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(28px * var(--divide-x-reverse));
    border-left-width: calc(28px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-15 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(30px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(30px * var(--divide-y-reverse))
  }

  .sm\:divide-x-15 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(30px * var(--divide-x-reverse));
    border-left-width: calc(30px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-16 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(32px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(32px * var(--divide-y-reverse))
  }

  .sm\:divide-x-16 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(32px * var(--divide-x-reverse));
    border-left-width: calc(32px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-17 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(34px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(34px * var(--divide-y-reverse))
  }

  .sm\:divide-x-17 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(34px * var(--divide-x-reverse));
    border-left-width: calc(34px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-18 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(36px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(36px * var(--divide-y-reverse))
  }

  .sm\:divide-x-18 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(36px * var(--divide-x-reverse));
    border-left-width: calc(36px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-19 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(38px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(38px * var(--divide-y-reverse))
  }

  .sm\:divide-x-19 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(38px * var(--divide-x-reverse));
    border-left-width: calc(38px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-20 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(40px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(40px * var(--divide-y-reverse))
  }

  .sm\:divide-x-20 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(40px * var(--divide-x-reverse));
    border-left-width: calc(40px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-21 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(42px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(42px * var(--divide-y-reverse))
  }

  .sm\:divide-x-21 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(42px * var(--divide-x-reverse));
    border-left-width: calc(42px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-22 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(44px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(44px * var(--divide-y-reverse))
  }

  .sm\:divide-x-22 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(44px * var(--divide-x-reverse));
    border-left-width: calc(44px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-23 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(46px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(46px * var(--divide-y-reverse))
  }

  .sm\:divide-x-23 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(46px * var(--divide-x-reverse));
    border-left-width: calc(46px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-24 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(48px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(48px * var(--divide-y-reverse))
  }

  .sm\:divide-x-24 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(48px * var(--divide-x-reverse));
    border-left-width: calc(48px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-25 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(50px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(50px * var(--divide-y-reverse))
  }

  .sm\:divide-x-25 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(50px * var(--divide-x-reverse));
    border-left-width: calc(50px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-26 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(52px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(52px * var(--divide-y-reverse))
  }

  .sm\:divide-x-26 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(52px * var(--divide-x-reverse));
    border-left-width: calc(52px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-27 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(54px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(54px * var(--divide-y-reverse))
  }

  .sm\:divide-x-27 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(54px * var(--divide-x-reverse));
    border-left-width: calc(54px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-28 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(56px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(56px * var(--divide-y-reverse))
  }

  .sm\:divide-x-28 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(56px * var(--divide-x-reverse));
    border-left-width: calc(56px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-29 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(58px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(58px * var(--divide-y-reverse))
  }

  .sm\:divide-x-29 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(58px * var(--divide-x-reverse));
    border-left-width: calc(58px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-30 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(60px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(60px * var(--divide-y-reverse))
  }

  .sm\:divide-x-30 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(60px * var(--divide-x-reverse));
    border-left-width: calc(60px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-31 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(62px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(62px * var(--divide-y-reverse))
  }

  .sm\:divide-x-31 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(62px * var(--divide-x-reverse));
    border-left-width: calc(62px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-32 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(64px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(64px * var(--divide-y-reverse))
  }

  .sm\:divide-x-32 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(64px * var(--divide-x-reverse));
    border-left-width: calc(64px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-33 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(66px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(66px * var(--divide-y-reverse))
  }

  .sm\:divide-x-33 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(66px * var(--divide-x-reverse));
    border-left-width: calc(66px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-34 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(68px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(68px * var(--divide-y-reverse))
  }

  .sm\:divide-x-34 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(68px * var(--divide-x-reverse));
    border-left-width: calc(68px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-35 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(70px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(70px * var(--divide-y-reverse))
  }

  .sm\:divide-x-35 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(70px * var(--divide-x-reverse));
    border-left-width: calc(70px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-36 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(72px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(72px * var(--divide-y-reverse))
  }

  .sm\:divide-x-36 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(72px * var(--divide-x-reverse));
    border-left-width: calc(72px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-37 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(74px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(74px * var(--divide-y-reverse))
  }

  .sm\:divide-x-37 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(74px * var(--divide-x-reverse));
    border-left-width: calc(74px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-38 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(76px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(76px * var(--divide-y-reverse))
  }

  .sm\:divide-x-38 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(76px * var(--divide-x-reverse));
    border-left-width: calc(76px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-39 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(78px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(78px * var(--divide-y-reverse))
  }

  .sm\:divide-x-39 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(78px * var(--divide-x-reverse));
    border-left-width: calc(78px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-40 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(80px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(80px * var(--divide-y-reverse))
  }

  .sm\:divide-x-40 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(80px * var(--divide-x-reverse));
    border-left-width: calc(80px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-41 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(82px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(82px * var(--divide-y-reverse))
  }

  .sm\:divide-x-41 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(82px * var(--divide-x-reverse));
    border-left-width: calc(82px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-42 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(84px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(84px * var(--divide-y-reverse))
  }

  .sm\:divide-x-42 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(84px * var(--divide-x-reverse));
    border-left-width: calc(84px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-43 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(86px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(86px * var(--divide-y-reverse))
  }

  .sm\:divide-x-43 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(86px * var(--divide-x-reverse));
    border-left-width: calc(86px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-44 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(88px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(88px * var(--divide-y-reverse))
  }

  .sm\:divide-x-44 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(88px * var(--divide-x-reverse));
    border-left-width: calc(88px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-45 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(90px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(90px * var(--divide-y-reverse))
  }

  .sm\:divide-x-45 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(90px * var(--divide-x-reverse));
    border-left-width: calc(90px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-46 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(92px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(92px * var(--divide-y-reverse))
  }

  .sm\:divide-x-46 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(92px * var(--divide-x-reverse));
    border-left-width: calc(92px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-47 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(94px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(94px * var(--divide-y-reverse))
  }

  .sm\:divide-x-47 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(94px * var(--divide-x-reverse));
    border-left-width: calc(94px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-48 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(96px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(96px * var(--divide-y-reverse))
  }

  .sm\:divide-x-48 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(96px * var(--divide-x-reverse));
    border-left-width: calc(96px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-49 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(98px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(98px * var(--divide-y-reverse))
  }

  .sm\:divide-x-49 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(98px * var(--divide-x-reverse));
    border-left-width: calc(98px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-50 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(100px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(100px * var(--divide-y-reverse))
  }

  .sm\:divide-x-50 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(100px * var(--divide-x-reverse));
    border-left-width: calc(100px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse))
  }

  .sm\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)))
  }

  .sm\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1
  }

  .sm\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1
  }

  .sm\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent
  }

  .sm\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity))
  }

  .sm\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity))
  }

  .sm\:divide-gray-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48433f;
    border-color: rgba(72, 67, 63, var(--divide-opacity))
  }

  .sm\:divide-gray-2 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a2a2a2;
    border-color: rgba(162, 162, 162, var(--divide-opacity))
  }

  .sm\:divide-gray-3 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cccccc;
    border-color: rgba(204, 204, 204, var(--divide-opacity))
  }

  .sm\:divide-gray-4 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9e8e8;
    border-color: rgba(233, 232, 232, var(--divide-opacity))
  }

  .sm\:divide-gray-5 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf1f6;
    border-color: rgba(237, 241, 246, var(--divide-opacity))
  }

  .sm\:divide-gray-6 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f2f3;
    border-color: rgba(242, 242, 243, var(--divide-opacity))
  }

  .sm\:divide-red-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c00000;
    border-color: rgba(192, 0, 0, var(--divide-opacity))
  }

  .sm\:divide-orange-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ff9a00;
    border-color: rgba(255, 154, 0, var(--divide-opacity))
  }

  .sm\:divide-orange-2 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f4530c;
    border-color: rgba(244, 83, 12, var(--divide-opacity))
  }

  .sm\:divide-blue-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #17649f;
    border-color: rgba(23, 100, 159, var(--divide-opacity))
  }

  .sm\:divide-blue-2 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #003366;
    border-color: rgba(0, 51, 102, var(--divide-opacity))
  }

  .sm\:divide-blue-3 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0b2f4b;
    border-color: rgba(11, 47, 75, var(--divide-opacity))
  }

  .sm\:divide-blue-4 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1b75bb;
    border-color: rgba(27, 117, 187, var(--divide-opacity))
  }

  .sm\:divide-brown-1 > :not(template) ~ :not(template) {
    border-color: #6e441e 
  }

  .sm\:divide-green-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e5b7;
    border-color: rgba(215, 229, 183, var(--divide-opacity))
  }

  .sm\:divide-green-2 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #334d10;
    border-color: rgba(51, 77, 16, var(--divide-opacity))
  }

  .sm\:divide-purple-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #403862;
    border-color: rgba(64, 56, 98, var(--divide-opacity))
  }

  .sm\:divide-purple-2 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #554a82;
    border-color: rgba(85, 74, 130, var(--divide-opacity))
  }

  .sm\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid
  }

  .sm\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed
  }

  .sm\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted
  }

  .sm\:divide-double > :not(template) ~ :not(template) {
    border-style: double
  }

  .sm\:divide-none > :not(template) ~ :not(template) {
    border-style: none
  }

  .sm\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0
  }

  .sm\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25
  }

  .sm\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5
  }

  .sm\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75
  }

  .sm\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1
  }

  .sm\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
  }

  .sm\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

  .sm\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
  }

  .sm\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

  .sm\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none
  }

  .sm\:bg-fixed {
    background-attachment: fixed
  }

  .sm\:bg-local {
    background-attachment: local
  }

  .sm\:bg-scroll {
    background-attachment: scroll
  }

  .sm\:bg-clip-border {
    background-clip: border-box
  }

  .sm\:bg-clip-padding {
    background-clip: padding-box
  }

  .sm\:bg-clip-content {
    background-clip: content-box
  }

  .sm\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text
  }

  .sm\:bg-transparent {
    background-color: transparent
  }

  .sm\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity))
  }

  .sm\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
  }

  .sm\:bg-gray-1 {
    --bg-opacity: 1;
    background-color: #48433f;
    background-color: rgba(72, 67, 63, var(--bg-opacity))
  }

  .sm\:bg-gray-2 {
    --bg-opacity: 1;
    background-color: #a2a2a2;
    background-color: rgba(162, 162, 162, var(--bg-opacity))
  }

  .sm\:bg-gray-3 {
    --bg-opacity: 1;
    background-color: #cccccc;
    background-color: rgba(204, 204, 204, var(--bg-opacity))
  }

  .sm\:bg-gray-4 {
    --bg-opacity: 1;
    background-color: #e9e8e8;
    background-color: rgba(233, 232, 232, var(--bg-opacity))
  }

  .sm\:bg-gray-5 {
    --bg-opacity: 1;
    background-color: #edf1f6;
    background-color: rgba(237, 241, 246, var(--bg-opacity))
  }

  .sm\:bg-gray-6 {
    --bg-opacity: 1;
    background-color: #f2f2f3;
    background-color: rgba(242, 242, 243, var(--bg-opacity))
  }

  .sm\:bg-red-1 {
    --bg-opacity: 1;
    background-color: #c00000;
    background-color: rgba(192, 0, 0, var(--bg-opacity))
  }

  .sm\:bg-orange-1 {
    --bg-opacity: 1;
    background-color: #ff9a00;
    background-color: rgba(255, 154, 0, var(--bg-opacity))
  }

  .sm\:bg-orange-2 {
    --bg-opacity: 1;
    background-color: #f4530c;
    background-color: rgba(244, 83, 12, var(--bg-opacity))
  }

  .sm\:bg-blue-1 {
    --bg-opacity: 1;
    background-color: #17649f;
    background-color: rgba(23, 100, 159, var(--bg-opacity))
  }

  .sm\:bg-blue-2 {
    --bg-opacity: 1;
    background-color: #003366;
    background-color: rgba(0, 51, 102, var(--bg-opacity))
  }

  .sm\:bg-blue-3 {
    --bg-opacity: 1;
    background-color: #0b2f4b;
    background-color: rgba(11, 47, 75, var(--bg-opacity))
  }

  .sm\:bg-blue-4 {
    --bg-opacity: 1;
    background-color: #1b75bb;
    background-color: rgba(27, 117, 187, var(--bg-opacity))
  }

  .sm\:bg-brown-1 {
    background-color: #6e441e 
  }

  .sm\:bg-green-1 {
    --bg-opacity: 1;
    background-color: #d7e5b7;
    background-color: rgba(215, 229, 183, var(--bg-opacity))
  }

  .sm\:bg-green-2 {
    --bg-opacity: 1;
    background-color: #334d10;
    background-color: rgba(51, 77, 16, var(--bg-opacity))
  }

  .sm\:bg-purple-1 {
    --bg-opacity: 1;
    background-color: #403862;
    background-color: rgba(64, 56, 98, var(--bg-opacity))
  }

  .sm\:bg-purple-2 {
    --bg-opacity: 1;
    background-color: #554a82;
    background-color: rgba(85, 74, 130, var(--bg-opacity))
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent
  }

  .sm\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity))
  }

  .sm\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
  }

  .sm\:hover\:bg-gray-1:hover {
    --bg-opacity: 1;
    background-color: #48433f;
    background-color: rgba(72, 67, 63, var(--bg-opacity))
  }

  .sm\:hover\:bg-gray-2:hover {
    --bg-opacity: 1;
    background-color: #a2a2a2;
    background-color: rgba(162, 162, 162, var(--bg-opacity))
  }

  .sm\:hover\:bg-gray-3:hover {
    --bg-opacity: 1;
    background-color: #cccccc;
    background-color: rgba(204, 204, 204, var(--bg-opacity))
  }

  .sm\:hover\:bg-gray-4:hover {
    --bg-opacity: 1;
    background-color: #e9e8e8;
    background-color: rgba(233, 232, 232, var(--bg-opacity))
  }

  .sm\:hover\:bg-gray-5:hover {
    --bg-opacity: 1;
    background-color: #edf1f6;
    background-color: rgba(237, 241, 246, var(--bg-opacity))
  }

  .sm\:hover\:bg-gray-6:hover {
    --bg-opacity: 1;
    background-color: #f2f2f3;
    background-color: rgba(242, 242, 243, var(--bg-opacity))
  }

  .sm\:hover\:bg-red-1:hover {
    --bg-opacity: 1;
    background-color: #c00000;
    background-color: rgba(192, 0, 0, var(--bg-opacity))
  }

  .sm\:hover\:bg-orange-1:hover {
    --bg-opacity: 1;
    background-color: #ff9a00;
    background-color: rgba(255, 154, 0, var(--bg-opacity))
  }

  .sm\:hover\:bg-orange-2:hover {
    --bg-opacity: 1;
    background-color: #f4530c;
    background-color: rgba(244, 83, 12, var(--bg-opacity))
  }

  .sm\:hover\:bg-blue-1:hover {
    --bg-opacity: 1;
    background-color: #17649f;
    background-color: rgba(23, 100, 159, var(--bg-opacity))
  }

  .sm\:hover\:bg-blue-2:hover {
    --bg-opacity: 1;
    background-color: #003366;
    background-color: rgba(0, 51, 102, var(--bg-opacity))
  }

  .sm\:hover\:bg-blue-3:hover {
    --bg-opacity: 1;
    background-color: #0b2f4b;
    background-color: rgba(11, 47, 75, var(--bg-opacity))
  }

  .sm\:hover\:bg-blue-4:hover {
    --bg-opacity: 1;
    background-color: #1b75bb;
    background-color: rgba(27, 117, 187, var(--bg-opacity))
  }

  .sm\:hover\:bg-brown-1:hover {
    background-color: #6e441e 
  }

  .sm\:hover\:bg-green-1:hover {
    --bg-opacity: 1;
    background-color: #d7e5b7;
    background-color: rgba(215, 229, 183, var(--bg-opacity))
  }

  .sm\:hover\:bg-green-2:hover {
    --bg-opacity: 1;
    background-color: #334d10;
    background-color: rgba(51, 77, 16, var(--bg-opacity))
  }

  .sm\:hover\:bg-purple-1:hover {
    --bg-opacity: 1;
    background-color: #403862;
    background-color: rgba(64, 56, 98, var(--bg-opacity))
  }

  .sm\:hover\:bg-purple-2:hover {
    --bg-opacity: 1;
    background-color: #554a82;
    background-color: rgba(85, 74, 130, var(--bg-opacity))
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: transparent
  }

  .sm\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity))
  }

  .sm\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
  }

  .sm\:focus\:bg-gray-1:focus {
    --bg-opacity: 1;
    background-color: #48433f;
    background-color: rgba(72, 67, 63, var(--bg-opacity))
  }

  .sm\:focus\:bg-gray-2:focus {
    --bg-opacity: 1;
    background-color: #a2a2a2;
    background-color: rgba(162, 162, 162, var(--bg-opacity))
  }

  .sm\:focus\:bg-gray-3:focus {
    --bg-opacity: 1;
    background-color: #cccccc;
    background-color: rgba(204, 204, 204, var(--bg-opacity))
  }

  .sm\:focus\:bg-gray-4:focus {
    --bg-opacity: 1;
    background-color: #e9e8e8;
    background-color: rgba(233, 232, 232, var(--bg-opacity))
  }

  .sm\:focus\:bg-gray-5:focus {
    --bg-opacity: 1;
    background-color: #edf1f6;
    background-color: rgba(237, 241, 246, var(--bg-opacity))
  }

  .sm\:focus\:bg-gray-6:focus {
    --bg-opacity: 1;
    background-color: #f2f2f3;
    background-color: rgba(242, 242, 243, var(--bg-opacity))
  }

  .sm\:focus\:bg-red-1:focus {
    --bg-opacity: 1;
    background-color: #c00000;
    background-color: rgba(192, 0, 0, var(--bg-opacity))
  }

  .sm\:focus\:bg-orange-1:focus {
    --bg-opacity: 1;
    background-color: #ff9a00;
    background-color: rgba(255, 154, 0, var(--bg-opacity))
  }

  .sm\:focus\:bg-orange-2:focus {
    --bg-opacity: 1;
    background-color: #f4530c;
    background-color: rgba(244, 83, 12, var(--bg-opacity))
  }

  .sm\:focus\:bg-blue-1:focus {
    --bg-opacity: 1;
    background-color: #17649f;
    background-color: rgba(23, 100, 159, var(--bg-opacity))
  }

  .sm\:focus\:bg-blue-2:focus {
    --bg-opacity: 1;
    background-color: #003366;
    background-color: rgba(0, 51, 102, var(--bg-opacity))
  }

  .sm\:focus\:bg-blue-3:focus {
    --bg-opacity: 1;
    background-color: #0b2f4b;
    background-color: rgba(11, 47, 75, var(--bg-opacity))
  }

  .sm\:focus\:bg-blue-4:focus {
    --bg-opacity: 1;
    background-color: #1b75bb;
    background-color: rgba(27, 117, 187, var(--bg-opacity))
  }

  .sm\:focus\:bg-brown-1:focus {
    background-color: #6e441e 
  }

  .sm\:focus\:bg-green-1:focus {
    --bg-opacity: 1;
    background-color: #d7e5b7;
    background-color: rgba(215, 229, 183, var(--bg-opacity))
  }

  .sm\:focus\:bg-green-2:focus {
    --bg-opacity: 1;
    background-color: #334d10;
    background-color: rgba(51, 77, 16, var(--bg-opacity))
  }

  .sm\:focus\:bg-purple-1:focus {
    --bg-opacity: 1;
    background-color: #403862;
    background-color: rgba(64, 56, 98, var(--bg-opacity))
  }

  .sm\:focus\:bg-purple-2:focus {
    --bg-opacity: 1;
    background-color: #554a82;
    background-color: rgba(85, 74, 130, var(--bg-opacity))
  }

  .sm\:bg-none {
    background-image: none
  }

  .sm\:bg-gradient-to-t {
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(bottom, var(--gradient-color-stops));
    background-image: linear-gradient(to top, var(--gradient-color-stops))
  }

  .sm\:bg-gradient-to-tr {
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(bottom left, var(--gradient-color-stops));
    background-image: linear-gradient(to top right, var(--gradient-color-stops))
  }

  .sm\:bg-gradient-to-r {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(left, var(--gradient-color-stops));
    background-image: linear-gradient(to right, var(--gradient-color-stops))
  }

  .sm\:bg-gradient-to-br {
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(top left, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops))
  }

  .sm\:bg-gradient-to-b {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(top, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom, var(--gradient-color-stops))
  }

  .sm\:bg-gradient-to-bl {
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(top right, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops))
  }

  .sm\:bg-gradient-to-l {
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(right, var(--gradient-color-stops));
    background-image: linear-gradient(to left, var(--gradient-color-stops))
  }

  .sm\:bg-gradient-to-tl {
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(bottom right, var(--gradient-color-stops));
    background-image: linear-gradient(to top left, var(--gradient-color-stops))
  }

  .sm\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .sm\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .sm\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .sm\:from-gray-1 {
    --gradient-from-color: #48433f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
  }

  .sm\:from-gray-2 {
    --gradient-from-color: #a2a2a2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
  }

  .sm\:from-gray-3 {
    --gradient-from-color: #cccccc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
  }

  .sm\:from-gray-4 {
    --gradient-from-color: #e9e8e8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
  }

  .sm\:from-gray-5 {
    --gradient-from-color: #edf1f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
  }

  .sm\:from-gray-6 {
    --gradient-from-color: #f2f2f3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
  }

  .sm\:from-red-1 {
    --gradient-from-color: #c00000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
  }

  .sm\:from-orange-1 {
    --gradient-from-color: #ff9a00;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
  }

  .sm\:from-orange-2 {
    --gradient-from-color: #f4530c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
  }

  .sm\:from-blue-1 {
    --gradient-from-color: #17649f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
  }

  .sm\:from-blue-2 {
    --gradient-from-color: #003366;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
  }

  .sm\:from-blue-3 {
    --gradient-from-color: #0b2f4b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
  }

  .sm\:from-blue-4 {
    --gradient-from-color: #1b75bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
  }

  .sm\:from-brown-1 {
    --gradient-from-color: #6e441e ;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .sm\:from-green-1 {
    --gradient-from-color: #d7e5b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
  }

  .sm\:from-green-2 {
    --gradient-from-color: #334d10;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
  }

  .sm\:from-purple-1 {
    --gradient-from-color: #403862;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
  }

  .sm\:from-purple-2 {
    --gradient-from-color: #554a82;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
  }

  .sm\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .sm\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .sm\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .sm\:via-gray-1 {
    --gradient-via-color: #48433f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
  }

  .sm\:via-gray-2 {
    --gradient-via-color: #a2a2a2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
  }

  .sm\:via-gray-3 {
    --gradient-via-color: #cccccc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
  }

  .sm\:via-gray-4 {
    --gradient-via-color: #e9e8e8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
  }

  .sm\:via-gray-5 {
    --gradient-via-color: #edf1f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
  }

  .sm\:via-gray-6 {
    --gradient-via-color: #f2f2f3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
  }

  .sm\:via-red-1 {
    --gradient-via-color: #c00000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
  }

  .sm\:via-orange-1 {
    --gradient-via-color: #ff9a00;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
  }

  .sm\:via-orange-2 {
    --gradient-via-color: #f4530c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
  }

  .sm\:via-blue-1 {
    --gradient-via-color: #17649f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
  }

  .sm\:via-blue-2 {
    --gradient-via-color: #003366;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
  }

  .sm\:via-blue-3 {
    --gradient-via-color: #0b2f4b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
  }

  .sm\:via-blue-4 {
    --gradient-via-color: #1b75bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
  }

  .sm\:via-brown-1 {
    --gradient-via-color: #6e441e ;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .sm\:via-green-1 {
    --gradient-via-color: #d7e5b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
  }

  .sm\:via-green-2 {
    --gradient-via-color: #334d10;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
  }

  .sm\:via-purple-1 {
    --gradient-via-color: #403862;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
  }

  .sm\:via-purple-2 {
    --gradient-via-color: #554a82;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
  }

  .sm\:to-transparent {
    --gradient-to-color: transparent
  }

  .sm\:to-black {
    --gradient-to-color: #000
  }

  .sm\:to-white {
    --gradient-to-color: #fff
  }

  .sm\:to-gray-1 {
    --gradient-to-color: #48433f
  }

  .sm\:to-gray-2 {
    --gradient-to-color: #a2a2a2
  }

  .sm\:to-gray-3 {
    --gradient-to-color: #cccccc
  }

  .sm\:to-gray-4 {
    --gradient-to-color: #e9e8e8
  }

  .sm\:to-gray-5 {
    --gradient-to-color: #edf1f6
  }

  .sm\:to-gray-6 {
    --gradient-to-color: #f2f2f3
  }

  .sm\:to-red-1 {
    --gradient-to-color: #c00000
  }

  .sm\:to-orange-1 {
    --gradient-to-color: #ff9a00
  }

  .sm\:to-orange-2 {
    --gradient-to-color: #f4530c
  }

  .sm\:to-blue-1 {
    --gradient-to-color: #17649f
  }

  .sm\:to-blue-2 {
    --gradient-to-color: #003366
  }

  .sm\:to-blue-3 {
    --gradient-to-color: #0b2f4b
  }

  .sm\:to-blue-4 {
    --gradient-to-color: #1b75bb
  }

  .sm\:to-brown-1 {
    --gradient-to-color: #6e441e 
  }

  .sm\:to-green-1 {
    --gradient-to-color: #d7e5b7
  }

  .sm\:to-green-2 {
    --gradient-to-color: #334d10
  }

  .sm\:to-purple-1 {
    --gradient-to-color: #403862
  }

  .sm\:to-purple-2 {
    --gradient-to-color: #554a82
  }

  .sm\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .sm\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .sm\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .sm\:hover\:from-gray-1:hover {
    --gradient-from-color: #48433f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
  }

  .sm\:hover\:from-gray-2:hover {
    --gradient-from-color: #a2a2a2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
  }

  .sm\:hover\:from-gray-3:hover {
    --gradient-from-color: #cccccc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
  }

  .sm\:hover\:from-gray-4:hover {
    --gradient-from-color: #e9e8e8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
  }

  .sm\:hover\:from-gray-5:hover {
    --gradient-from-color: #edf1f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
  }

  .sm\:hover\:from-gray-6:hover {
    --gradient-from-color: #f2f2f3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
  }

  .sm\:hover\:from-red-1:hover {
    --gradient-from-color: #c00000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
  }

  .sm\:hover\:from-orange-1:hover {
    --gradient-from-color: #ff9a00;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
  }

  .sm\:hover\:from-orange-2:hover {
    --gradient-from-color: #f4530c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
  }

  .sm\:hover\:from-blue-1:hover {
    --gradient-from-color: #17649f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
  }

  .sm\:hover\:from-blue-2:hover {
    --gradient-from-color: #003366;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
  }

  .sm\:hover\:from-blue-3:hover {
    --gradient-from-color: #0b2f4b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
  }

  .sm\:hover\:from-blue-4:hover {
    --gradient-from-color: #1b75bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
  }

  .sm\:hover\:from-brown-1:hover {
    --gradient-from-color: #6e441e ;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .sm\:hover\:from-green-1:hover {
    --gradient-from-color: #d7e5b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
  }

  .sm\:hover\:from-green-2:hover {
    --gradient-from-color: #334d10;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
  }

  .sm\:hover\:from-purple-1:hover {
    --gradient-from-color: #403862;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
  }

  .sm\:hover\:from-purple-2:hover {
    --gradient-from-color: #554a82;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
  }

  .sm\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .sm\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .sm\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .sm\:hover\:via-gray-1:hover {
    --gradient-via-color: #48433f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
  }

  .sm\:hover\:via-gray-2:hover {
    --gradient-via-color: #a2a2a2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
  }

  .sm\:hover\:via-gray-3:hover {
    --gradient-via-color: #cccccc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
  }

  .sm\:hover\:via-gray-4:hover {
    --gradient-via-color: #e9e8e8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
  }

  .sm\:hover\:via-gray-5:hover {
    --gradient-via-color: #edf1f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
  }

  .sm\:hover\:via-gray-6:hover {
    --gradient-via-color: #f2f2f3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
  }

  .sm\:hover\:via-red-1:hover {
    --gradient-via-color: #c00000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
  }

  .sm\:hover\:via-orange-1:hover {
    --gradient-via-color: #ff9a00;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
  }

  .sm\:hover\:via-orange-2:hover {
    --gradient-via-color: #f4530c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
  }

  .sm\:hover\:via-blue-1:hover {
    --gradient-via-color: #17649f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
  }

  .sm\:hover\:via-blue-2:hover {
    --gradient-via-color: #003366;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
  }

  .sm\:hover\:via-blue-3:hover {
    --gradient-via-color: #0b2f4b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
  }

  .sm\:hover\:via-blue-4:hover {
    --gradient-via-color: #1b75bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
  }

  .sm\:hover\:via-brown-1:hover {
    --gradient-via-color: #6e441e ;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .sm\:hover\:via-green-1:hover {
    --gradient-via-color: #d7e5b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
  }

  .sm\:hover\:via-green-2:hover {
    --gradient-via-color: #334d10;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
  }

  .sm\:hover\:via-purple-1:hover {
    --gradient-via-color: #403862;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
  }

  .sm\:hover\:via-purple-2:hover {
    --gradient-via-color: #554a82;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
  }

  .sm\:hover\:to-transparent:hover {
    --gradient-to-color: transparent
  }

  .sm\:hover\:to-black:hover {
    --gradient-to-color: #000
  }

  .sm\:hover\:to-white:hover {
    --gradient-to-color: #fff
  }

  .sm\:hover\:to-gray-1:hover {
    --gradient-to-color: #48433f
  }

  .sm\:hover\:to-gray-2:hover {
    --gradient-to-color: #a2a2a2
  }

  .sm\:hover\:to-gray-3:hover {
    --gradient-to-color: #cccccc
  }

  .sm\:hover\:to-gray-4:hover {
    --gradient-to-color: #e9e8e8
  }

  .sm\:hover\:to-gray-5:hover {
    --gradient-to-color: #edf1f6
  }

  .sm\:hover\:to-gray-6:hover {
    --gradient-to-color: #f2f2f3
  }

  .sm\:hover\:to-red-1:hover {
    --gradient-to-color: #c00000
  }

  .sm\:hover\:to-orange-1:hover {
    --gradient-to-color: #ff9a00
  }

  .sm\:hover\:to-orange-2:hover {
    --gradient-to-color: #f4530c
  }

  .sm\:hover\:to-blue-1:hover {
    --gradient-to-color: #17649f
  }

  .sm\:hover\:to-blue-2:hover {
    --gradient-to-color: #003366
  }

  .sm\:hover\:to-blue-3:hover {
    --gradient-to-color: #0b2f4b
  }

  .sm\:hover\:to-blue-4:hover {
    --gradient-to-color: #1b75bb
  }

  .sm\:hover\:to-brown-1:hover {
    --gradient-to-color: #6e441e 
  }

  .sm\:hover\:to-green-1:hover {
    --gradient-to-color: #d7e5b7
  }

  .sm\:hover\:to-green-2:hover {
    --gradient-to-color: #334d10
  }

  .sm\:hover\:to-purple-1:hover {
    --gradient-to-color: #403862
  }

  .sm\:hover\:to-purple-2:hover {
    --gradient-to-color: #554a82
  }

  .sm\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .sm\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .sm\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .sm\:focus\:from-gray-1:focus {
    --gradient-from-color: #48433f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
  }

  .sm\:focus\:from-gray-2:focus {
    --gradient-from-color: #a2a2a2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
  }

  .sm\:focus\:from-gray-3:focus {
    --gradient-from-color: #cccccc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
  }

  .sm\:focus\:from-gray-4:focus {
    --gradient-from-color: #e9e8e8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
  }

  .sm\:focus\:from-gray-5:focus {
    --gradient-from-color: #edf1f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
  }

  .sm\:focus\:from-gray-6:focus {
    --gradient-from-color: #f2f2f3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
  }

  .sm\:focus\:from-red-1:focus {
    --gradient-from-color: #c00000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
  }

  .sm\:focus\:from-orange-1:focus {
    --gradient-from-color: #ff9a00;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
  }

  .sm\:focus\:from-orange-2:focus {
    --gradient-from-color: #f4530c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
  }

  .sm\:focus\:from-blue-1:focus {
    --gradient-from-color: #17649f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
  }

  .sm\:focus\:from-blue-2:focus {
    --gradient-from-color: #003366;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
  }

  .sm\:focus\:from-blue-3:focus {
    --gradient-from-color: #0b2f4b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
  }

  .sm\:focus\:from-blue-4:focus {
    --gradient-from-color: #1b75bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
  }

  .sm\:focus\:from-brown-1:focus {
    --gradient-from-color: #6e441e ;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .sm\:focus\:from-green-1:focus {
    --gradient-from-color: #d7e5b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
  }

  .sm\:focus\:from-green-2:focus {
    --gradient-from-color: #334d10;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
  }

  .sm\:focus\:from-purple-1:focus {
    --gradient-from-color: #403862;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
  }

  .sm\:focus\:from-purple-2:focus {
    --gradient-from-color: #554a82;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
  }

  .sm\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .sm\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .sm\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .sm\:focus\:via-gray-1:focus {
    --gradient-via-color: #48433f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
  }

  .sm\:focus\:via-gray-2:focus {
    --gradient-via-color: #a2a2a2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
  }

  .sm\:focus\:via-gray-3:focus {
    --gradient-via-color: #cccccc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
  }

  .sm\:focus\:via-gray-4:focus {
    --gradient-via-color: #e9e8e8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
  }

  .sm\:focus\:via-gray-5:focus {
    --gradient-via-color: #edf1f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
  }

  .sm\:focus\:via-gray-6:focus {
    --gradient-via-color: #f2f2f3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
  }

  .sm\:focus\:via-red-1:focus {
    --gradient-via-color: #c00000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
  }

  .sm\:focus\:via-orange-1:focus {
    --gradient-via-color: #ff9a00;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
  }

  .sm\:focus\:via-orange-2:focus {
    --gradient-via-color: #f4530c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
  }

  .sm\:focus\:via-blue-1:focus {
    --gradient-via-color: #17649f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
  }

  .sm\:focus\:via-blue-2:focus {
    --gradient-via-color: #003366;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
  }

  .sm\:focus\:via-blue-3:focus {
    --gradient-via-color: #0b2f4b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
  }

  .sm\:focus\:via-blue-4:focus {
    --gradient-via-color: #1b75bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
  }

  .sm\:focus\:via-brown-1:focus {
    --gradient-via-color: #6e441e ;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .sm\:focus\:via-green-1:focus {
    --gradient-via-color: #d7e5b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
  }

  .sm\:focus\:via-green-2:focus {
    --gradient-via-color: #334d10;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
  }

  .sm\:focus\:via-purple-1:focus {
    --gradient-via-color: #403862;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
  }

  .sm\:focus\:via-purple-2:focus {
    --gradient-via-color: #554a82;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
  }

  .sm\:focus\:to-transparent:focus {
    --gradient-to-color: transparent
  }

  .sm\:focus\:to-black:focus {
    --gradient-to-color: #000
  }

  .sm\:focus\:to-white:focus {
    --gradient-to-color: #fff
  }

  .sm\:focus\:to-gray-1:focus {
    --gradient-to-color: #48433f
  }

  .sm\:focus\:to-gray-2:focus {
    --gradient-to-color: #a2a2a2
  }

  .sm\:focus\:to-gray-3:focus {
    --gradient-to-color: #cccccc
  }

  .sm\:focus\:to-gray-4:focus {
    --gradient-to-color: #e9e8e8
  }

  .sm\:focus\:to-gray-5:focus {
    --gradient-to-color: #edf1f6
  }

  .sm\:focus\:to-gray-6:focus {
    --gradient-to-color: #f2f2f3
  }

  .sm\:focus\:to-red-1:focus {
    --gradient-to-color: #c00000
  }

  .sm\:focus\:to-orange-1:focus {
    --gradient-to-color: #ff9a00
  }

  .sm\:focus\:to-orange-2:focus {
    --gradient-to-color: #f4530c
  }

  .sm\:focus\:to-blue-1:focus {
    --gradient-to-color: #17649f
  }

  .sm\:focus\:to-blue-2:focus {
    --gradient-to-color: #003366
  }

  .sm\:focus\:to-blue-3:focus {
    --gradient-to-color: #0b2f4b
  }

  .sm\:focus\:to-blue-4:focus {
    --gradient-to-color: #1b75bb
  }

  .sm\:focus\:to-brown-1:focus {
    --gradient-to-color: #6e441e 
  }

  .sm\:focus\:to-green-1:focus {
    --gradient-to-color: #d7e5b7
  }

  .sm\:focus\:to-green-2:focus {
    --gradient-to-color: #334d10
  }

  .sm\:focus\:to-purple-1:focus {
    --gradient-to-color: #403862
  }

  .sm\:focus\:to-purple-2:focus {
    --gradient-to-color: #554a82
  }

  .sm\:bg-opacity-0 {
    --bg-opacity: 0
  }

  .sm\:bg-opacity-25 {
    --bg-opacity: 0.25
  }

  .sm\:bg-opacity-50 {
    --bg-opacity: 0.5
  }

  .sm\:bg-opacity-75 {
    --bg-opacity: 0.75
  }

  .sm\:bg-opacity-100 {
    --bg-opacity: 1
  }

  .sm\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0
  }

  .sm\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25
  }

  .sm\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5
  }

  .sm\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75
  }

  .sm\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1
  }

  .sm\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0
  }

  .sm\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25
  }

  .sm\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5
  }

  .sm\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75
  }

  .sm\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1
  }

  .sm\:bg-bottom {
    background-position: bottom
  }

  .sm\:bg-center {
    background-position: center
  }

  .sm\:bg-left {
    background-position: left
  }

  .sm\:bg-left-bottom {
    background-position: left bottom
  }

  .sm\:bg-left-top {
    background-position: left top
  }

  .sm\:bg-right {
    background-position: right
  }

  .sm\:bg-right-bottom {
    background-position: right bottom
  }

  .sm\:bg-right-top {
    background-position: right top
  }

  .sm\:bg-top {
    background-position: top
  }

  .sm\:bg-repeat {
    background-repeat: repeat
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y
  }

  .sm\:bg-repeat-round {
    background-repeat: round
  }

  .sm\:bg-repeat-space {
    background-repeat: space
  }

  .sm\:bg-auto {
    background-size: auto
  }

  .sm\:bg-cover {
    background-size: cover
  }

  .sm\:bg-contain {
    background-size: contain
  }

  .sm\:border-collapse {
    border-collapse: collapse
  }

  .sm\:border-separate {
    border-collapse: separate
  }

  .sm\:border-transparent {
    border-color: transparent
  }

  .sm\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity))
  }

  .sm\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity))
  }

  .sm\:border-gray-1 {
    --border-opacity: 1;
    border-color: #48433f;
    border-color: rgba(72, 67, 63, var(--border-opacity))
  }

  .sm\:border-gray-2 {
    --border-opacity: 1;
    border-color: #a2a2a2;
    border-color: rgba(162, 162, 162, var(--border-opacity))
  }

  .sm\:border-gray-3 {
    --border-opacity: 1;
    border-color: #cccccc;
    border-color: rgba(204, 204, 204, var(--border-opacity))
  }

  .sm\:border-gray-4 {
    --border-opacity: 1;
    border-color: #e9e8e8;
    border-color: rgba(233, 232, 232, var(--border-opacity))
  }

  .sm\:border-gray-5 {
    --border-opacity: 1;
    border-color: #edf1f6;
    border-color: rgba(237, 241, 246, var(--border-opacity))
  }

  .sm\:border-gray-6 {
    --border-opacity: 1;
    border-color: #f2f2f3;
    border-color: rgba(242, 242, 243, var(--border-opacity))
  }

  .sm\:border-red-1 {
    --border-opacity: 1;
    border-color: #c00000;
    border-color: rgba(192, 0, 0, var(--border-opacity))
  }

  .sm\:border-orange-1 {
    --border-opacity: 1;
    border-color: #ff9a00;
    border-color: rgba(255, 154, 0, var(--border-opacity))
  }

  .sm\:border-orange-2 {
    --border-opacity: 1;
    border-color: #f4530c;
    border-color: rgba(244, 83, 12, var(--border-opacity))
  }

  .sm\:border-blue-1 {
    --border-opacity: 1;
    border-color: #17649f;
    border-color: rgba(23, 100, 159, var(--border-opacity))
  }

  .sm\:border-blue-2 {
    --border-opacity: 1;
    border-color: #003366;
    border-color: rgba(0, 51, 102, var(--border-opacity))
  }

  .sm\:border-blue-3 {
    --border-opacity: 1;
    border-color: #0b2f4b;
    border-color: rgba(11, 47, 75, var(--border-opacity))
  }

  .sm\:border-blue-4 {
    --border-opacity: 1;
    border-color: #1b75bb;
    border-color: rgba(27, 117, 187, var(--border-opacity))
  }

  .sm\:border-brown-1 {
    border-color: #6e441e 
  }

  .sm\:border-green-1 {
    --border-opacity: 1;
    border-color: #d7e5b7;
    border-color: rgba(215, 229, 183, var(--border-opacity))
  }

  .sm\:border-green-2 {
    --border-opacity: 1;
    border-color: #334d10;
    border-color: rgba(51, 77, 16, var(--border-opacity))
  }

  .sm\:border-purple-1 {
    --border-opacity: 1;
    border-color: #403862;
    border-color: rgba(64, 56, 98, var(--border-opacity))
  }

  .sm\:border-purple-2 {
    --border-opacity: 1;
    border-color: #554a82;
    border-color: rgba(85, 74, 130, var(--border-opacity))
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent
  }

  .sm\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity))
  }

  .sm\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity))
  }

  .sm\:hover\:border-gray-1:hover {
    --border-opacity: 1;
    border-color: #48433f;
    border-color: rgba(72, 67, 63, var(--border-opacity))
  }

  .sm\:hover\:border-gray-2:hover {
    --border-opacity: 1;
    border-color: #a2a2a2;
    border-color: rgba(162, 162, 162, var(--border-opacity))
  }

  .sm\:hover\:border-gray-3:hover {
    --border-opacity: 1;
    border-color: #cccccc;
    border-color: rgba(204, 204, 204, var(--border-opacity))
  }

  .sm\:hover\:border-gray-4:hover {
    --border-opacity: 1;
    border-color: #e9e8e8;
    border-color: rgba(233, 232, 232, var(--border-opacity))
  }

  .sm\:hover\:border-gray-5:hover {
    --border-opacity: 1;
    border-color: #edf1f6;
    border-color: rgba(237, 241, 246, var(--border-opacity))
  }

  .sm\:hover\:border-gray-6:hover {
    --border-opacity: 1;
    border-color: #f2f2f3;
    border-color: rgba(242, 242, 243, var(--border-opacity))
  }

  .sm\:hover\:border-red-1:hover {
    --border-opacity: 1;
    border-color: #c00000;
    border-color: rgba(192, 0, 0, var(--border-opacity))
  }

  .sm\:hover\:border-orange-1:hover {
    --border-opacity: 1;
    border-color: #ff9a00;
    border-color: rgba(255, 154, 0, var(--border-opacity))
  }

  .sm\:hover\:border-orange-2:hover {
    --border-opacity: 1;
    border-color: #f4530c;
    border-color: rgba(244, 83, 12, var(--border-opacity))
  }

  .sm\:hover\:border-blue-1:hover {
    --border-opacity: 1;
    border-color: #17649f;
    border-color: rgba(23, 100, 159, var(--border-opacity))
  }

  .sm\:hover\:border-blue-2:hover {
    --border-opacity: 1;
    border-color: #003366;
    border-color: rgba(0, 51, 102, var(--border-opacity))
  }

  .sm\:hover\:border-blue-3:hover {
    --border-opacity: 1;
    border-color: #0b2f4b;
    border-color: rgba(11, 47, 75, var(--border-opacity))
  }

  .sm\:hover\:border-blue-4:hover {
    --border-opacity: 1;
    border-color: #1b75bb;
    border-color: rgba(27, 117, 187, var(--border-opacity))
  }

  .sm\:hover\:border-brown-1:hover {
    border-color: #6e441e 
  }

  .sm\:hover\:border-green-1:hover {
    --border-opacity: 1;
    border-color: #d7e5b7;
    border-color: rgba(215, 229, 183, var(--border-opacity))
  }

  .sm\:hover\:border-green-2:hover {
    --border-opacity: 1;
    border-color: #334d10;
    border-color: rgba(51, 77, 16, var(--border-opacity))
  }

  .sm\:hover\:border-purple-1:hover {
    --border-opacity: 1;
    border-color: #403862;
    border-color: rgba(64, 56, 98, var(--border-opacity))
  }

  .sm\:hover\:border-purple-2:hover {
    --border-opacity: 1;
    border-color: #554a82;
    border-color: rgba(85, 74, 130, var(--border-opacity))
  }

  .sm\:focus\:border-transparent:focus {
    border-color: transparent
  }

  .sm\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity))
  }

  .sm\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity))
  }

  .sm\:focus\:border-gray-1:focus {
    --border-opacity: 1;
    border-color: #48433f;
    border-color: rgba(72, 67, 63, var(--border-opacity))
  }

  .sm\:focus\:border-gray-2:focus {
    --border-opacity: 1;
    border-color: #a2a2a2;
    border-color: rgba(162, 162, 162, var(--border-opacity))
  }

  .sm\:focus\:border-gray-3:focus {
    --border-opacity: 1;
    border-color: #cccccc;
    border-color: rgba(204, 204, 204, var(--border-opacity))
  }

  .sm\:focus\:border-gray-4:focus {
    --border-opacity: 1;
    border-color: #e9e8e8;
    border-color: rgba(233, 232, 232, var(--border-opacity))
  }

  .sm\:focus\:border-gray-5:focus {
    --border-opacity: 1;
    border-color: #edf1f6;
    border-color: rgba(237, 241, 246, var(--border-opacity))
  }

  .sm\:focus\:border-gray-6:focus {
    --border-opacity: 1;
    border-color: #f2f2f3;
    border-color: rgba(242, 242, 243, var(--border-opacity))
  }

  .sm\:focus\:border-red-1:focus {
    --border-opacity: 1;
    border-color: #c00000;
    border-color: rgba(192, 0, 0, var(--border-opacity))
  }

  .sm\:focus\:border-orange-1:focus {
    --border-opacity: 1;
    border-color: #ff9a00;
    border-color: rgba(255, 154, 0, var(--border-opacity))
  }

  .sm\:focus\:border-orange-2:focus {
    --border-opacity: 1;
    border-color: #f4530c;
    border-color: rgba(244, 83, 12, var(--border-opacity))
  }

  .sm\:focus\:border-blue-1:focus {
    --border-opacity: 1;
    border-color: #17649f;
    border-color: rgba(23, 100, 159, var(--border-opacity))
  }

  .sm\:focus\:border-blue-2:focus {
    --border-opacity: 1;
    border-color: #003366;
    border-color: rgba(0, 51, 102, var(--border-opacity))
  }

  .sm\:focus\:border-blue-3:focus {
    --border-opacity: 1;
    border-color: #0b2f4b;
    border-color: rgba(11, 47, 75, var(--border-opacity))
  }

  .sm\:focus\:border-blue-4:focus {
    --border-opacity: 1;
    border-color: #1b75bb;
    border-color: rgba(27, 117, 187, var(--border-opacity))
  }

  .sm\:focus\:border-brown-1:focus {
    border-color: #6e441e 
  }

  .sm\:focus\:border-green-1:focus {
    --border-opacity: 1;
    border-color: #d7e5b7;
    border-color: rgba(215, 229, 183, var(--border-opacity))
  }

  .sm\:focus\:border-green-2:focus {
    --border-opacity: 1;
    border-color: #334d10;
    border-color: rgba(51, 77, 16, var(--border-opacity))
  }

  .sm\:focus\:border-purple-1:focus {
    --border-opacity: 1;
    border-color: #403862;
    border-color: rgba(64, 56, 98, var(--border-opacity))
  }

  .sm\:focus\:border-purple-2:focus {
    --border-opacity: 1;
    border-color: #554a82;
    border-color: rgba(85, 74, 130, var(--border-opacity))
  }

  .sm\:border-opacity-0 {
    --border-opacity: 0
  }

  .sm\:border-opacity-25 {
    --border-opacity: 0.25
  }

  .sm\:border-opacity-50 {
    --border-opacity: 0.5
  }

  .sm\:border-opacity-75 {
    --border-opacity: 0.75
  }

  .sm\:border-opacity-100 {
    --border-opacity: 1
  }

  .sm\:hover\:border-opacity-0:hover {
    --border-opacity: 0
  }

  .sm\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25
  }

  .sm\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5
  }

  .sm\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75
  }

  .sm\:hover\:border-opacity-100:hover {
    --border-opacity: 1
  }

  .sm\:focus\:border-opacity-0:focus {
    --border-opacity: 0
  }

  .sm\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25
  }

  .sm\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5
  }

  .sm\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75
  }

  .sm\:focus\:border-opacity-100:focus {
    --border-opacity: 1
  }

  .sm\:rounded-1 {
    border-radius: 2px
  }

  .sm\:rounded-2 {
    border-radius: 4px
  }

  .sm\:rounded-3 {
    border-radius: 6px
  }

  .sm\:rounded-4 {
    border-radius: 8px
  }

  .sm\:rounded-5 {
    border-radius: 10px
  }

  .sm\:rounded-6 {
    border-radius: 12px
  }

  .sm\:rounded-7 {
    border-radius: 14px
  }

  .sm\:rounded-8 {
    border-radius: 16px
  }

  .sm\:rounded-9 {
    border-radius: 18px
  }

  .sm\:rounded-10 {
    border-radius: 20px
  }

  .sm\:rounded-11 {
    border-radius: 22px
  }

  .sm\:rounded-12 {
    border-radius: 24px
  }

  .sm\:rounded-13 {
    border-radius: 26px
  }

  .sm\:rounded-14 {
    border-radius: 28px
  }

  .sm\:rounded-15 {
    border-radius: 30px
  }

  .sm\:rounded-16 {
    border-radius: 32px
  }

  .sm\:rounded-17 {
    border-radius: 34px
  }

  .sm\:rounded-18 {
    border-radius: 36px
  }

  .sm\:rounded-19 {
    border-radius: 38px
  }

  .sm\:rounded-20 {
    border-radius: 40px
  }

  .sm\:rounded-21 {
    border-radius: 42px
  }

  .sm\:rounded-22 {
    border-radius: 44px
  }

  .sm\:rounded-23 {
    border-radius: 46px
  }

  .sm\:rounded-24 {
    border-radius: 48px
  }

  .sm\:rounded-25 {
    border-radius: 50px
  }

  .sm\:rounded-26 {
    border-radius: 52px
  }

  .sm\:rounded-27 {
    border-radius: 54px
  }

  .sm\:rounded-28 {
    border-radius: 56px
  }

  .sm\:rounded-29 {
    border-radius: 58px
  }

  .sm\:rounded-30 {
    border-radius: 60px
  }

  .sm\:rounded-31 {
    border-radius: 62px
  }

  .sm\:rounded-32 {
    border-radius: 64px
  }

  .sm\:rounded-33 {
    border-radius: 66px
  }

  .sm\:rounded-34 {
    border-radius: 68px
  }

  .sm\:rounded-35 {
    border-radius: 70px
  }

  .sm\:rounded-36 {
    border-radius: 72px
  }

  .sm\:rounded-37 {
    border-radius: 74px
  }

  .sm\:rounded-38 {
    border-radius: 76px
  }

  .sm\:rounded-39 {
    border-radius: 78px
  }

  .sm\:rounded-40 {
    border-radius: 80px
  }

  .sm\:rounded-41 {
    border-radius: 82px
  }

  .sm\:rounded-42 {
    border-radius: 84px
  }

  .sm\:rounded-43 {
    border-radius: 86px
  }

  .sm\:rounded-44 {
    border-radius: 88px
  }

  .sm\:rounded-45 {
    border-radius: 90px
  }

  .sm\:rounded-46 {
    border-radius: 92px
  }

  .sm\:rounded-47 {
    border-radius: 94px
  }

  .sm\:rounded-48 {
    border-radius: 96px
  }

  .sm\:rounded-49 {
    border-radius: 98px
  }

  .sm\:rounded-50 {
    border-radius: 100px
  }

  .sm\:rounded-51 {
    border-radius: 102px
  }

  .sm\:rounded-52 {
    border-radius: 104px
  }

  .sm\:rounded-53 {
    border-radius: 106px
  }

  .sm\:rounded-54 {
    border-radius: 108px
  }

  .sm\:rounded-55 {
    border-radius: 110px
  }

  .sm\:rounded-56 {
    border-radius: 112px
  }

  .sm\:rounded-57 {
    border-radius: 114px
  }

  .sm\:rounded-58 {
    border-radius: 116px
  }

  .sm\:rounded-59 {
    border-radius: 118px
  }

  .sm\:rounded-60 {
    border-radius: 120px
  }

  .sm\:rounded-61 {
    border-radius: 122px
  }

  .sm\:rounded-62 {
    border-radius: 124px
  }

  .sm\:rounded-63 {
    border-radius: 126px
  }

  .sm\:rounded-64 {
    border-radius: 128px
  }

  .sm\:rounded-65 {
    border-radius: 130px
  }

  .sm\:rounded-66 {
    border-radius: 132px
  }

  .sm\:rounded-67 {
    border-radius: 134px
  }

  .sm\:rounded-68 {
    border-radius: 136px
  }

  .sm\:rounded-69 {
    border-radius: 138px
  }

  .sm\:rounded-70 {
    border-radius: 140px
  }

  .sm\:rounded-71 {
    border-radius: 142px
  }

  .sm\:rounded-72 {
    border-radius: 144px
  }

  .sm\:rounded-73 {
    border-radius: 146px
  }

  .sm\:rounded-74 {
    border-radius: 148px
  }

  .sm\:rounded-75 {
    border-radius: 150px
  }

  .sm\:rounded-76 {
    border-radius: 152px
  }

  .sm\:rounded-77 {
    border-radius: 154px
  }

  .sm\:rounded-78 {
    border-radius: 156px
  }

  .sm\:rounded-79 {
    border-radius: 158px
  }

  .sm\:rounded-80 {
    border-radius: 160px
  }

  .sm\:rounded-81 {
    border-radius: 162px
  }

  .sm\:rounded-82 {
    border-radius: 164px
  }

  .sm\:rounded-83 {
    border-radius: 166px
  }

  .sm\:rounded-84 {
    border-radius: 168px
  }

  .sm\:rounded-85 {
    border-radius: 170px
  }

  .sm\:rounded-86 {
    border-radius: 172px
  }

  .sm\:rounded-87 {
    border-radius: 174px
  }

  .sm\:rounded-88 {
    border-radius: 176px
  }

  .sm\:rounded-89 {
    border-radius: 178px
  }

  .sm\:rounded-90 {
    border-radius: 180px
  }

  .sm\:rounded-91 {
    border-radius: 182px
  }

  .sm\:rounded-92 {
    border-radius: 184px
  }

  .sm\:rounded-93 {
    border-radius: 186px
  }

  .sm\:rounded-94 {
    border-radius: 188px
  }

  .sm\:rounded-95 {
    border-radius: 190px
  }

  .sm\:rounded-96 {
    border-radius: 192px
  }

  .sm\:rounded-97 {
    border-radius: 194px
  }

  .sm\:rounded-98 {
    border-radius: 196px
  }

  .sm\:rounded-99 {
    border-radius: 198px
  }

  .sm\:rounded-100 {
    border-radius: 200px
  }

  .sm\:rounded-none {
    border-radius: 0
  }

  .sm\:rounded {
    border-radius: 5px
  }

  .sm\:rounded-circle {
    border-radius: 50%
  }

  .sm\:rounded-t-1 {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
  }

  .sm\:rounded-r-1 {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
  }

  .sm\:rounded-b-1 {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
  }

  .sm\:rounded-l-1 {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
  }

  .sm\:rounded-t-2 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
  }

  .sm\:rounded-r-2 {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
  }

  .sm\:rounded-b-2 {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
  }

  .sm\:rounded-l-2 {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
  }

  .sm\:rounded-t-3 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
  }

  .sm\:rounded-r-3 {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
  }

  .sm\:rounded-b-3 {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
  }

  .sm\:rounded-l-3 {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
  }

  .sm\:rounded-t-4 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
  }

  .sm\:rounded-r-4 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
  }

  .sm\:rounded-b-4 {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
  }

  .sm\:rounded-l-4 {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
  }

  .sm\:rounded-t-5 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
  }

  .sm\:rounded-r-5 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
  }

  .sm\:rounded-b-5 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
  }

  .sm\:rounded-l-5 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
  }

  .sm\:rounded-t-6 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
  }

  .sm\:rounded-r-6 {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
  }

  .sm\:rounded-b-6 {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
  }

  .sm\:rounded-l-6 {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
  }

  .sm\:rounded-t-7 {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px
  }

  .sm\:rounded-r-7 {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px
  }

  .sm\:rounded-b-7 {
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px
  }

  .sm\:rounded-l-7 {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px
  }

  .sm\:rounded-t-8 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px
  }

  .sm\:rounded-r-8 {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px
  }

  .sm\:rounded-b-8 {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px
  }

  .sm\:rounded-l-8 {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px
  }

  .sm\:rounded-t-9 {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px
  }

  .sm\:rounded-r-9 {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px
  }

  .sm\:rounded-b-9 {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px
  }

  .sm\:rounded-l-9 {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px
  }

  .sm\:rounded-t-10 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
  }

  .sm\:rounded-r-10 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
  }

  .sm\:rounded-b-10 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px
  }

  .sm\:rounded-l-10 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
  }

  .sm\:rounded-t-11 {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px
  }

  .sm\:rounded-r-11 {
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px
  }

  .sm\:rounded-b-11 {
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px
  }

  .sm\:rounded-l-11 {
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px
  }

  .sm\:rounded-t-12 {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px
  }

  .sm\:rounded-r-12 {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px
  }

  .sm\:rounded-b-12 {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px
  }

  .sm\:rounded-l-12 {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px
  }

  .sm\:rounded-t-13 {
    border-top-left-radius: 26px;
    border-top-right-radius: 26px
  }

  .sm\:rounded-r-13 {
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px
  }

  .sm\:rounded-b-13 {
    border-bottom-right-radius: 26px;
    border-bottom-left-radius: 26px
  }

  .sm\:rounded-l-13 {
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px
  }

  .sm\:rounded-t-14 {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px
  }

  .sm\:rounded-r-14 {
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px
  }

  .sm\:rounded-b-14 {
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px
  }

  .sm\:rounded-l-14 {
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px
  }

  .sm\:rounded-t-15 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px
  }

  .sm\:rounded-r-15 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
  }

  .sm\:rounded-b-15 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px
  }

  .sm\:rounded-l-15 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
  }

  .sm\:rounded-t-16 {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px
  }

  .sm\:rounded-r-16 {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px
  }

  .sm\:rounded-b-16 {
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px
  }

  .sm\:rounded-l-16 {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px
  }

  .sm\:rounded-t-17 {
    border-top-left-radius: 34px;
    border-top-right-radius: 34px
  }

  .sm\:rounded-r-17 {
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px
  }

  .sm\:rounded-b-17 {
    border-bottom-right-radius: 34px;
    border-bottom-left-radius: 34px
  }

  .sm\:rounded-l-17 {
    border-top-left-radius: 34px;
    border-bottom-left-radius: 34px
  }

  .sm\:rounded-t-18 {
    border-top-left-radius: 36px;
    border-top-right-radius: 36px
  }

  .sm\:rounded-r-18 {
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px
  }

  .sm\:rounded-b-18 {
    border-bottom-right-radius: 36px;
    border-bottom-left-radius: 36px
  }

  .sm\:rounded-l-18 {
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px
  }

  .sm\:rounded-t-19 {
    border-top-left-radius: 38px;
    border-top-right-radius: 38px
  }

  .sm\:rounded-r-19 {
    border-top-right-radius: 38px;
    border-bottom-right-radius: 38px
  }

  .sm\:rounded-b-19 {
    border-bottom-right-radius: 38px;
    border-bottom-left-radius: 38px
  }

  .sm\:rounded-l-19 {
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px
  }

  .sm\:rounded-t-20 {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px
  }

  .sm\:rounded-r-20 {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px
  }

  .sm\:rounded-b-20 {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px
  }

  .sm\:rounded-l-20 {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px
  }

  .sm\:rounded-t-21 {
    border-top-left-radius: 42px;
    border-top-right-radius: 42px
  }

  .sm\:rounded-r-21 {
    border-top-right-radius: 42px;
    border-bottom-right-radius: 42px
  }

  .sm\:rounded-b-21 {
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px
  }

  .sm\:rounded-l-21 {
    border-top-left-radius: 42px;
    border-bottom-left-radius: 42px
  }

  .sm\:rounded-t-22 {
    border-top-left-radius: 44px;
    border-top-right-radius: 44px
  }

  .sm\:rounded-r-22 {
    border-top-right-radius: 44px;
    border-bottom-right-radius: 44px
  }

  .sm\:rounded-b-22 {
    border-bottom-right-radius: 44px;
    border-bottom-left-radius: 44px
  }

  .sm\:rounded-l-22 {
    border-top-left-radius: 44px;
    border-bottom-left-radius: 44px
  }

  .sm\:rounded-t-23 {
    border-top-left-radius: 46px;
    border-top-right-radius: 46px
  }

  .sm\:rounded-r-23 {
    border-top-right-radius: 46px;
    border-bottom-right-radius: 46px
  }

  .sm\:rounded-b-23 {
    border-bottom-right-radius: 46px;
    border-bottom-left-radius: 46px
  }

  .sm\:rounded-l-23 {
    border-top-left-radius: 46px;
    border-bottom-left-radius: 46px
  }

  .sm\:rounded-t-24 {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px
  }

  .sm\:rounded-r-24 {
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px
  }

  .sm\:rounded-b-24 {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px
  }

  .sm\:rounded-l-24 {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px
  }

  .sm\:rounded-t-25 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px
  }

  .sm\:rounded-r-25 {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
  }

  .sm\:rounded-b-25 {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px
  }

  .sm\:rounded-l-25 {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
  }

  .sm\:rounded-t-26 {
    border-top-left-radius: 52px;
    border-top-right-radius: 52px
  }

  .sm\:rounded-r-26 {
    border-top-right-radius: 52px;
    border-bottom-right-radius: 52px
  }

  .sm\:rounded-b-26 {
    border-bottom-right-radius: 52px;
    border-bottom-left-radius: 52px
  }

  .sm\:rounded-l-26 {
    border-top-left-radius: 52px;
    border-bottom-left-radius: 52px
  }

  .sm\:rounded-t-27 {
    border-top-left-radius: 54px;
    border-top-right-radius: 54px
  }

  .sm\:rounded-r-27 {
    border-top-right-radius: 54px;
    border-bottom-right-radius: 54px
  }

  .sm\:rounded-b-27 {
    border-bottom-right-radius: 54px;
    border-bottom-left-radius: 54px
  }

  .sm\:rounded-l-27 {
    border-top-left-radius: 54px;
    border-bottom-left-radius: 54px
  }

  .sm\:rounded-t-28 {
    border-top-left-radius: 56px;
    border-top-right-radius: 56px
  }

  .sm\:rounded-r-28 {
    border-top-right-radius: 56px;
    border-bottom-right-radius: 56px
  }

  .sm\:rounded-b-28 {
    border-bottom-right-radius: 56px;
    border-bottom-left-radius: 56px
  }

  .sm\:rounded-l-28 {
    border-top-left-radius: 56px;
    border-bottom-left-radius: 56px
  }

  .sm\:rounded-t-29 {
    border-top-left-radius: 58px;
    border-top-right-radius: 58px
  }

  .sm\:rounded-r-29 {
    border-top-right-radius: 58px;
    border-bottom-right-radius: 58px
  }

  .sm\:rounded-b-29 {
    border-bottom-right-radius: 58px;
    border-bottom-left-radius: 58px
  }

  .sm\:rounded-l-29 {
    border-top-left-radius: 58px;
    border-bottom-left-radius: 58px
  }

  .sm\:rounded-t-30 {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px
  }

  .sm\:rounded-r-30 {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px
  }

  .sm\:rounded-b-30 {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px
  }

  .sm\:rounded-l-30 {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px
  }

  .sm\:rounded-t-31 {
    border-top-left-radius: 62px;
    border-top-right-radius: 62px
  }

  .sm\:rounded-r-31 {
    border-top-right-radius: 62px;
    border-bottom-right-radius: 62px
  }

  .sm\:rounded-b-31 {
    border-bottom-right-radius: 62px;
    border-bottom-left-radius: 62px
  }

  .sm\:rounded-l-31 {
    border-top-left-radius: 62px;
    border-bottom-left-radius: 62px
  }

  .sm\:rounded-t-32 {
    border-top-left-radius: 64px;
    border-top-right-radius: 64px
  }

  .sm\:rounded-r-32 {
    border-top-right-radius: 64px;
    border-bottom-right-radius: 64px
  }

  .sm\:rounded-b-32 {
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px
  }

  .sm\:rounded-l-32 {
    border-top-left-radius: 64px;
    border-bottom-left-radius: 64px
  }

  .sm\:rounded-t-33 {
    border-top-left-radius: 66px;
    border-top-right-radius: 66px
  }

  .sm\:rounded-r-33 {
    border-top-right-radius: 66px;
    border-bottom-right-radius: 66px
  }

  .sm\:rounded-b-33 {
    border-bottom-right-radius: 66px;
    border-bottom-left-radius: 66px
  }

  .sm\:rounded-l-33 {
    border-top-left-radius: 66px;
    border-bottom-left-radius: 66px
  }

  .sm\:rounded-t-34 {
    border-top-left-radius: 68px;
    border-top-right-radius: 68px
  }

  .sm\:rounded-r-34 {
    border-top-right-radius: 68px;
    border-bottom-right-radius: 68px
  }

  .sm\:rounded-b-34 {
    border-bottom-right-radius: 68px;
    border-bottom-left-radius: 68px
  }

  .sm\:rounded-l-34 {
    border-top-left-radius: 68px;
    border-bottom-left-radius: 68px
  }

  .sm\:rounded-t-35 {
    border-top-left-radius: 70px;
    border-top-right-radius: 70px
  }

  .sm\:rounded-r-35 {
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px
  }

  .sm\:rounded-b-35 {
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px
  }

  .sm\:rounded-l-35 {
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px
  }

  .sm\:rounded-t-36 {
    border-top-left-radius: 72px;
    border-top-right-radius: 72px
  }

  .sm\:rounded-r-36 {
    border-top-right-radius: 72px;
    border-bottom-right-radius: 72px
  }

  .sm\:rounded-b-36 {
    border-bottom-right-radius: 72px;
    border-bottom-left-radius: 72px
  }

  .sm\:rounded-l-36 {
    border-top-left-radius: 72px;
    border-bottom-left-radius: 72px
  }

  .sm\:rounded-t-37 {
    border-top-left-radius: 74px;
    border-top-right-radius: 74px
  }

  .sm\:rounded-r-37 {
    border-top-right-radius: 74px;
    border-bottom-right-radius: 74px
  }

  .sm\:rounded-b-37 {
    border-bottom-right-radius: 74px;
    border-bottom-left-radius: 74px
  }

  .sm\:rounded-l-37 {
    border-top-left-radius: 74px;
    border-bottom-left-radius: 74px
  }

  .sm\:rounded-t-38 {
    border-top-left-radius: 76px;
    border-top-right-radius: 76px
  }

  .sm\:rounded-r-38 {
    border-top-right-radius: 76px;
    border-bottom-right-radius: 76px
  }

  .sm\:rounded-b-38 {
    border-bottom-right-radius: 76px;
    border-bottom-left-radius: 76px
  }

  .sm\:rounded-l-38 {
    border-top-left-radius: 76px;
    border-bottom-left-radius: 76px
  }

  .sm\:rounded-t-39 {
    border-top-left-radius: 78px;
    border-top-right-radius: 78px
  }

  .sm\:rounded-r-39 {
    border-top-right-radius: 78px;
    border-bottom-right-radius: 78px
  }

  .sm\:rounded-b-39 {
    border-bottom-right-radius: 78px;
    border-bottom-left-radius: 78px
  }

  .sm\:rounded-l-39 {
    border-top-left-radius: 78px;
    border-bottom-left-radius: 78px
  }

  .sm\:rounded-t-40 {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px
  }

  .sm\:rounded-r-40 {
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px
  }

  .sm\:rounded-b-40 {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px
  }

  .sm\:rounded-l-40 {
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px
  }

  .sm\:rounded-t-41 {
    border-top-left-radius: 82px;
    border-top-right-radius: 82px
  }

  .sm\:rounded-r-41 {
    border-top-right-radius: 82px;
    border-bottom-right-radius: 82px
  }

  .sm\:rounded-b-41 {
    border-bottom-right-radius: 82px;
    border-bottom-left-radius: 82px
  }

  .sm\:rounded-l-41 {
    border-top-left-radius: 82px;
    border-bottom-left-radius: 82px
  }

  .sm\:rounded-t-42 {
    border-top-left-radius: 84px;
    border-top-right-radius: 84px
  }

  .sm\:rounded-r-42 {
    border-top-right-radius: 84px;
    border-bottom-right-radius: 84px
  }

  .sm\:rounded-b-42 {
    border-bottom-right-radius: 84px;
    border-bottom-left-radius: 84px
  }

  .sm\:rounded-l-42 {
    border-top-left-radius: 84px;
    border-bottom-left-radius: 84px
  }

  .sm\:rounded-t-43 {
    border-top-left-radius: 86px;
    border-top-right-radius: 86px
  }

  .sm\:rounded-r-43 {
    border-top-right-radius: 86px;
    border-bottom-right-radius: 86px
  }

  .sm\:rounded-b-43 {
    border-bottom-right-radius: 86px;
    border-bottom-left-radius: 86px
  }

  .sm\:rounded-l-43 {
    border-top-left-radius: 86px;
    border-bottom-left-radius: 86px
  }

  .sm\:rounded-t-44 {
    border-top-left-radius: 88px;
    border-top-right-radius: 88px
  }

  .sm\:rounded-r-44 {
    border-top-right-radius: 88px;
    border-bottom-right-radius: 88px
  }

  .sm\:rounded-b-44 {
    border-bottom-right-radius: 88px;
    border-bottom-left-radius: 88px
  }

  .sm\:rounded-l-44 {
    border-top-left-radius: 88px;
    border-bottom-left-radius: 88px
  }

  .sm\:rounded-t-45 {
    border-top-left-radius: 90px;
    border-top-right-radius: 90px
  }

  .sm\:rounded-r-45 {
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px
  }

  .sm\:rounded-b-45 {
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px
  }

  .sm\:rounded-l-45 {
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px
  }

  .sm\:rounded-t-46 {
    border-top-left-radius: 92px;
    border-top-right-radius: 92px
  }

  .sm\:rounded-r-46 {
    border-top-right-radius: 92px;
    border-bottom-right-radius: 92px
  }

  .sm\:rounded-b-46 {
    border-bottom-right-radius: 92px;
    border-bottom-left-radius: 92px
  }

  .sm\:rounded-l-46 {
    border-top-left-radius: 92px;
    border-bottom-left-radius: 92px
  }

  .sm\:rounded-t-47 {
    border-top-left-radius: 94px;
    border-top-right-radius: 94px
  }

  .sm\:rounded-r-47 {
    border-top-right-radius: 94px;
    border-bottom-right-radius: 94px
  }

  .sm\:rounded-b-47 {
    border-bottom-right-radius: 94px;
    border-bottom-left-radius: 94px
  }

  .sm\:rounded-l-47 {
    border-top-left-radius: 94px;
    border-bottom-left-radius: 94px
  }

  .sm\:rounded-t-48 {
    border-top-left-radius: 96px;
    border-top-right-radius: 96px
  }

  .sm\:rounded-r-48 {
    border-top-right-radius: 96px;
    border-bottom-right-radius: 96px
  }

  .sm\:rounded-b-48 {
    border-bottom-right-radius: 96px;
    border-bottom-left-radius: 96px
  }

  .sm\:rounded-l-48 {
    border-top-left-radius: 96px;
    border-bottom-left-radius: 96px
  }

  .sm\:rounded-t-49 {
    border-top-left-radius: 98px;
    border-top-right-radius: 98px
  }

  .sm\:rounded-r-49 {
    border-top-right-radius: 98px;
    border-bottom-right-radius: 98px
  }

  .sm\:rounded-b-49 {
    border-bottom-right-radius: 98px;
    border-bottom-left-radius: 98px
  }

  .sm\:rounded-l-49 {
    border-top-left-radius: 98px;
    border-bottom-left-radius: 98px
  }

  .sm\:rounded-t-50 {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px
  }

  .sm\:rounded-r-50 {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px
  }

  .sm\:rounded-b-50 {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px
  }

  .sm\:rounded-l-50 {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px
  }

  .sm\:rounded-t-51 {
    border-top-left-radius: 102px;
    border-top-right-radius: 102px
  }

  .sm\:rounded-r-51 {
    border-top-right-radius: 102px;
    border-bottom-right-radius: 102px
  }

  .sm\:rounded-b-51 {
    border-bottom-right-radius: 102px;
    border-bottom-left-radius: 102px
  }

  .sm\:rounded-l-51 {
    border-top-left-radius: 102px;
    border-bottom-left-radius: 102px
  }

  .sm\:rounded-t-52 {
    border-top-left-radius: 104px;
    border-top-right-radius: 104px
  }

  .sm\:rounded-r-52 {
    border-top-right-radius: 104px;
    border-bottom-right-radius: 104px
  }

  .sm\:rounded-b-52 {
    border-bottom-right-radius: 104px;
    border-bottom-left-radius: 104px
  }

  .sm\:rounded-l-52 {
    border-top-left-radius: 104px;
    border-bottom-left-radius: 104px
  }

  .sm\:rounded-t-53 {
    border-top-left-radius: 106px;
    border-top-right-radius: 106px
  }

  .sm\:rounded-r-53 {
    border-top-right-radius: 106px;
    border-bottom-right-radius: 106px
  }

  .sm\:rounded-b-53 {
    border-bottom-right-radius: 106px;
    border-bottom-left-radius: 106px
  }

  .sm\:rounded-l-53 {
    border-top-left-radius: 106px;
    border-bottom-left-radius: 106px
  }

  .sm\:rounded-t-54 {
    border-top-left-radius: 108px;
    border-top-right-radius: 108px
  }

  .sm\:rounded-r-54 {
    border-top-right-radius: 108px;
    border-bottom-right-radius: 108px
  }

  .sm\:rounded-b-54 {
    border-bottom-right-radius: 108px;
    border-bottom-left-radius: 108px
  }

  .sm\:rounded-l-54 {
    border-top-left-radius: 108px;
    border-bottom-left-radius: 108px
  }

  .sm\:rounded-t-55 {
    border-top-left-radius: 110px;
    border-top-right-radius: 110px
  }

  .sm\:rounded-r-55 {
    border-top-right-radius: 110px;
    border-bottom-right-radius: 110px
  }

  .sm\:rounded-b-55 {
    border-bottom-right-radius: 110px;
    border-bottom-left-radius: 110px
  }

  .sm\:rounded-l-55 {
    border-top-left-radius: 110px;
    border-bottom-left-radius: 110px
  }

  .sm\:rounded-t-56 {
    border-top-left-radius: 112px;
    border-top-right-radius: 112px
  }

  .sm\:rounded-r-56 {
    border-top-right-radius: 112px;
    border-bottom-right-radius: 112px
  }

  .sm\:rounded-b-56 {
    border-bottom-right-radius: 112px;
    border-bottom-left-radius: 112px
  }

  .sm\:rounded-l-56 {
    border-top-left-radius: 112px;
    border-bottom-left-radius: 112px
  }

  .sm\:rounded-t-57 {
    border-top-left-radius: 114px;
    border-top-right-radius: 114px
  }

  .sm\:rounded-r-57 {
    border-top-right-radius: 114px;
    border-bottom-right-radius: 114px
  }

  .sm\:rounded-b-57 {
    border-bottom-right-radius: 114px;
    border-bottom-left-radius: 114px
  }

  .sm\:rounded-l-57 {
    border-top-left-radius: 114px;
    border-bottom-left-radius: 114px
  }

  .sm\:rounded-t-58 {
    border-top-left-radius: 116px;
    border-top-right-radius: 116px
  }

  .sm\:rounded-r-58 {
    border-top-right-radius: 116px;
    border-bottom-right-radius: 116px
  }

  .sm\:rounded-b-58 {
    border-bottom-right-radius: 116px;
    border-bottom-left-radius: 116px
  }

  .sm\:rounded-l-58 {
    border-top-left-radius: 116px;
    border-bottom-left-radius: 116px
  }

  .sm\:rounded-t-59 {
    border-top-left-radius: 118px;
    border-top-right-radius: 118px
  }

  .sm\:rounded-r-59 {
    border-top-right-radius: 118px;
    border-bottom-right-radius: 118px
  }

  .sm\:rounded-b-59 {
    border-bottom-right-radius: 118px;
    border-bottom-left-radius: 118px
  }

  .sm\:rounded-l-59 {
    border-top-left-radius: 118px;
    border-bottom-left-radius: 118px
  }

  .sm\:rounded-t-60 {
    border-top-left-radius: 120px;
    border-top-right-radius: 120px
  }

  .sm\:rounded-r-60 {
    border-top-right-radius: 120px;
    border-bottom-right-radius: 120px
  }

  .sm\:rounded-b-60 {
    border-bottom-right-radius: 120px;
    border-bottom-left-radius: 120px
  }

  .sm\:rounded-l-60 {
    border-top-left-radius: 120px;
    border-bottom-left-radius: 120px
  }

  .sm\:rounded-t-61 {
    border-top-left-radius: 122px;
    border-top-right-radius: 122px
  }

  .sm\:rounded-r-61 {
    border-top-right-radius: 122px;
    border-bottom-right-radius: 122px
  }

  .sm\:rounded-b-61 {
    border-bottom-right-radius: 122px;
    border-bottom-left-radius: 122px
  }

  .sm\:rounded-l-61 {
    border-top-left-radius: 122px;
    border-bottom-left-radius: 122px
  }

  .sm\:rounded-t-62 {
    border-top-left-radius: 124px;
    border-top-right-radius: 124px
  }

  .sm\:rounded-r-62 {
    border-top-right-radius: 124px;
    border-bottom-right-radius: 124px
  }

  .sm\:rounded-b-62 {
    border-bottom-right-radius: 124px;
    border-bottom-left-radius: 124px
  }

  .sm\:rounded-l-62 {
    border-top-left-radius: 124px;
    border-bottom-left-radius: 124px
  }

  .sm\:rounded-t-63 {
    border-top-left-radius: 126px;
    border-top-right-radius: 126px
  }

  .sm\:rounded-r-63 {
    border-top-right-radius: 126px;
    border-bottom-right-radius: 126px
  }

  .sm\:rounded-b-63 {
    border-bottom-right-radius: 126px;
    border-bottom-left-radius: 126px
  }

  .sm\:rounded-l-63 {
    border-top-left-radius: 126px;
    border-bottom-left-radius: 126px
  }

  .sm\:rounded-t-64 {
    border-top-left-radius: 128px;
    border-top-right-radius: 128px
  }

  .sm\:rounded-r-64 {
    border-top-right-radius: 128px;
    border-bottom-right-radius: 128px
  }

  .sm\:rounded-b-64 {
    border-bottom-right-radius: 128px;
    border-bottom-left-radius: 128px
  }

  .sm\:rounded-l-64 {
    border-top-left-radius: 128px;
    border-bottom-left-radius: 128px
  }

  .sm\:rounded-t-65 {
    border-top-left-radius: 130px;
    border-top-right-radius: 130px
  }

  .sm\:rounded-r-65 {
    border-top-right-radius: 130px;
    border-bottom-right-radius: 130px
  }

  .sm\:rounded-b-65 {
    border-bottom-right-radius: 130px;
    border-bottom-left-radius: 130px
  }

  .sm\:rounded-l-65 {
    border-top-left-radius: 130px;
    border-bottom-left-radius: 130px
  }

  .sm\:rounded-t-66 {
    border-top-left-radius: 132px;
    border-top-right-radius: 132px
  }

  .sm\:rounded-r-66 {
    border-top-right-radius: 132px;
    border-bottom-right-radius: 132px
  }

  .sm\:rounded-b-66 {
    border-bottom-right-radius: 132px;
    border-bottom-left-radius: 132px
  }

  .sm\:rounded-l-66 {
    border-top-left-radius: 132px;
    border-bottom-left-radius: 132px
  }

  .sm\:rounded-t-67 {
    border-top-left-radius: 134px;
    border-top-right-radius: 134px
  }

  .sm\:rounded-r-67 {
    border-top-right-radius: 134px;
    border-bottom-right-radius: 134px
  }

  .sm\:rounded-b-67 {
    border-bottom-right-radius: 134px;
    border-bottom-left-radius: 134px
  }

  .sm\:rounded-l-67 {
    border-top-left-radius: 134px;
    border-bottom-left-radius: 134px
  }

  .sm\:rounded-t-68 {
    border-top-left-radius: 136px;
    border-top-right-radius: 136px
  }

  .sm\:rounded-r-68 {
    border-top-right-radius: 136px;
    border-bottom-right-radius: 136px
  }

  .sm\:rounded-b-68 {
    border-bottom-right-radius: 136px;
    border-bottom-left-radius: 136px
  }

  .sm\:rounded-l-68 {
    border-top-left-radius: 136px;
    border-bottom-left-radius: 136px
  }

  .sm\:rounded-t-69 {
    border-top-left-radius: 138px;
    border-top-right-radius: 138px
  }

  .sm\:rounded-r-69 {
    border-top-right-radius: 138px;
    border-bottom-right-radius: 138px
  }

  .sm\:rounded-b-69 {
    border-bottom-right-radius: 138px;
    border-bottom-left-radius: 138px
  }

  .sm\:rounded-l-69 {
    border-top-left-radius: 138px;
    border-bottom-left-radius: 138px
  }

  .sm\:rounded-t-70 {
    border-top-left-radius: 140px;
    border-top-right-radius: 140px
  }

  .sm\:rounded-r-70 {
    border-top-right-radius: 140px;
    border-bottom-right-radius: 140px
  }

  .sm\:rounded-b-70 {
    border-bottom-right-radius: 140px;
    border-bottom-left-radius: 140px
  }

  .sm\:rounded-l-70 {
    border-top-left-radius: 140px;
    border-bottom-left-radius: 140px
  }

  .sm\:rounded-t-71 {
    border-top-left-radius: 142px;
    border-top-right-radius: 142px
  }

  .sm\:rounded-r-71 {
    border-top-right-radius: 142px;
    border-bottom-right-radius: 142px
  }

  .sm\:rounded-b-71 {
    border-bottom-right-radius: 142px;
    border-bottom-left-radius: 142px
  }

  .sm\:rounded-l-71 {
    border-top-left-radius: 142px;
    border-bottom-left-radius: 142px
  }

  .sm\:rounded-t-72 {
    border-top-left-radius: 144px;
    border-top-right-radius: 144px
  }

  .sm\:rounded-r-72 {
    border-top-right-radius: 144px;
    border-bottom-right-radius: 144px
  }

  .sm\:rounded-b-72 {
    border-bottom-right-radius: 144px;
    border-bottom-left-radius: 144px
  }

  .sm\:rounded-l-72 {
    border-top-left-radius: 144px;
    border-bottom-left-radius: 144px
  }

  .sm\:rounded-t-73 {
    border-top-left-radius: 146px;
    border-top-right-radius: 146px
  }

  .sm\:rounded-r-73 {
    border-top-right-radius: 146px;
    border-bottom-right-radius: 146px
  }

  .sm\:rounded-b-73 {
    border-bottom-right-radius: 146px;
    border-bottom-left-radius: 146px
  }

  .sm\:rounded-l-73 {
    border-top-left-radius: 146px;
    border-bottom-left-radius: 146px
  }

  .sm\:rounded-t-74 {
    border-top-left-radius: 148px;
    border-top-right-radius: 148px
  }

  .sm\:rounded-r-74 {
    border-top-right-radius: 148px;
    border-bottom-right-radius: 148px
  }

  .sm\:rounded-b-74 {
    border-bottom-right-radius: 148px;
    border-bottom-left-radius: 148px
  }

  .sm\:rounded-l-74 {
    border-top-left-radius: 148px;
    border-bottom-left-radius: 148px
  }

  .sm\:rounded-t-75 {
    border-top-left-radius: 150px;
    border-top-right-radius: 150px
  }

  .sm\:rounded-r-75 {
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px
  }

  .sm\:rounded-b-75 {
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px
  }

  .sm\:rounded-l-75 {
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px
  }

  .sm\:rounded-t-76 {
    border-top-left-radius: 152px;
    border-top-right-radius: 152px
  }

  .sm\:rounded-r-76 {
    border-top-right-radius: 152px;
    border-bottom-right-radius: 152px
  }

  .sm\:rounded-b-76 {
    border-bottom-right-radius: 152px;
    border-bottom-left-radius: 152px
  }

  .sm\:rounded-l-76 {
    border-top-left-radius: 152px;
    border-bottom-left-radius: 152px
  }

  .sm\:rounded-t-77 {
    border-top-left-radius: 154px;
    border-top-right-radius: 154px
  }

  .sm\:rounded-r-77 {
    border-top-right-radius: 154px;
    border-bottom-right-radius: 154px
  }

  .sm\:rounded-b-77 {
    border-bottom-right-radius: 154px;
    border-bottom-left-radius: 154px
  }

  .sm\:rounded-l-77 {
    border-top-left-radius: 154px;
    border-bottom-left-radius: 154px
  }

  .sm\:rounded-t-78 {
    border-top-left-radius: 156px;
    border-top-right-radius: 156px
  }

  .sm\:rounded-r-78 {
    border-top-right-radius: 156px;
    border-bottom-right-radius: 156px
  }

  .sm\:rounded-b-78 {
    border-bottom-right-radius: 156px;
    border-bottom-left-radius: 156px
  }

  .sm\:rounded-l-78 {
    border-top-left-radius: 156px;
    border-bottom-left-radius: 156px
  }

  .sm\:rounded-t-79 {
    border-top-left-radius: 158px;
    border-top-right-radius: 158px
  }

  .sm\:rounded-r-79 {
    border-top-right-radius: 158px;
    border-bottom-right-radius: 158px
  }

  .sm\:rounded-b-79 {
    border-bottom-right-radius: 158px;
    border-bottom-left-radius: 158px
  }

  .sm\:rounded-l-79 {
    border-top-left-radius: 158px;
    border-bottom-left-radius: 158px
  }

  .sm\:rounded-t-80 {
    border-top-left-radius: 160px;
    border-top-right-radius: 160px
  }

  .sm\:rounded-r-80 {
    border-top-right-radius: 160px;
    border-bottom-right-radius: 160px
  }

  .sm\:rounded-b-80 {
    border-bottom-right-radius: 160px;
    border-bottom-left-radius: 160px
  }

  .sm\:rounded-l-80 {
    border-top-left-radius: 160px;
    border-bottom-left-radius: 160px
  }

  .sm\:rounded-t-81 {
    border-top-left-radius: 162px;
    border-top-right-radius: 162px
  }

  .sm\:rounded-r-81 {
    border-top-right-radius: 162px;
    border-bottom-right-radius: 162px
  }

  .sm\:rounded-b-81 {
    border-bottom-right-radius: 162px;
    border-bottom-left-radius: 162px
  }

  .sm\:rounded-l-81 {
    border-top-left-radius: 162px;
    border-bottom-left-radius: 162px
  }

  .sm\:rounded-t-82 {
    border-top-left-radius: 164px;
    border-top-right-radius: 164px
  }

  .sm\:rounded-r-82 {
    border-top-right-radius: 164px;
    border-bottom-right-radius: 164px
  }

  .sm\:rounded-b-82 {
    border-bottom-right-radius: 164px;
    border-bottom-left-radius: 164px
  }

  .sm\:rounded-l-82 {
    border-top-left-radius: 164px;
    border-bottom-left-radius: 164px
  }

  .sm\:rounded-t-83 {
    border-top-left-radius: 166px;
    border-top-right-radius: 166px
  }

  .sm\:rounded-r-83 {
    border-top-right-radius: 166px;
    border-bottom-right-radius: 166px
  }

  .sm\:rounded-b-83 {
    border-bottom-right-radius: 166px;
    border-bottom-left-radius: 166px
  }

  .sm\:rounded-l-83 {
    border-top-left-radius: 166px;
    border-bottom-left-radius: 166px
  }

  .sm\:rounded-t-84 {
    border-top-left-radius: 168px;
    border-top-right-radius: 168px
  }

  .sm\:rounded-r-84 {
    border-top-right-radius: 168px;
    border-bottom-right-radius: 168px
  }

  .sm\:rounded-b-84 {
    border-bottom-right-radius: 168px;
    border-bottom-left-radius: 168px
  }

  .sm\:rounded-l-84 {
    border-top-left-radius: 168px;
    border-bottom-left-radius: 168px
  }

  .sm\:rounded-t-85 {
    border-top-left-radius: 170px;
    border-top-right-radius: 170px
  }

  .sm\:rounded-r-85 {
    border-top-right-radius: 170px;
    border-bottom-right-radius: 170px
  }

  .sm\:rounded-b-85 {
    border-bottom-right-radius: 170px;
    border-bottom-left-radius: 170px
  }

  .sm\:rounded-l-85 {
    border-top-left-radius: 170px;
    border-bottom-left-radius: 170px
  }

  .sm\:rounded-t-86 {
    border-top-left-radius: 172px;
    border-top-right-radius: 172px
  }

  .sm\:rounded-r-86 {
    border-top-right-radius: 172px;
    border-bottom-right-radius: 172px
  }

  .sm\:rounded-b-86 {
    border-bottom-right-radius: 172px;
    border-bottom-left-radius: 172px
  }

  .sm\:rounded-l-86 {
    border-top-left-radius: 172px;
    border-bottom-left-radius: 172px
  }

  .sm\:rounded-t-87 {
    border-top-left-radius: 174px;
    border-top-right-radius: 174px
  }

  .sm\:rounded-r-87 {
    border-top-right-radius: 174px;
    border-bottom-right-radius: 174px
  }

  .sm\:rounded-b-87 {
    border-bottom-right-radius: 174px;
    border-bottom-left-radius: 174px
  }

  .sm\:rounded-l-87 {
    border-top-left-radius: 174px;
    border-bottom-left-radius: 174px
  }

  .sm\:rounded-t-88 {
    border-top-left-radius: 176px;
    border-top-right-radius: 176px
  }

  .sm\:rounded-r-88 {
    border-top-right-radius: 176px;
    border-bottom-right-radius: 176px
  }

  .sm\:rounded-b-88 {
    border-bottom-right-radius: 176px;
    border-bottom-left-radius: 176px
  }

  .sm\:rounded-l-88 {
    border-top-left-radius: 176px;
    border-bottom-left-radius: 176px
  }

  .sm\:rounded-t-89 {
    border-top-left-radius: 178px;
    border-top-right-radius: 178px
  }

  .sm\:rounded-r-89 {
    border-top-right-radius: 178px;
    border-bottom-right-radius: 178px
  }

  .sm\:rounded-b-89 {
    border-bottom-right-radius: 178px;
    border-bottom-left-radius: 178px
  }

  .sm\:rounded-l-89 {
    border-top-left-radius: 178px;
    border-bottom-left-radius: 178px
  }

  .sm\:rounded-t-90 {
    border-top-left-radius: 180px;
    border-top-right-radius: 180px
  }

  .sm\:rounded-r-90 {
    border-top-right-radius: 180px;
    border-bottom-right-radius: 180px
  }

  .sm\:rounded-b-90 {
    border-bottom-right-radius: 180px;
    border-bottom-left-radius: 180px
  }

  .sm\:rounded-l-90 {
    border-top-left-radius: 180px;
    border-bottom-left-radius: 180px
  }

  .sm\:rounded-t-91 {
    border-top-left-radius: 182px;
    border-top-right-radius: 182px
  }

  .sm\:rounded-r-91 {
    border-top-right-radius: 182px;
    border-bottom-right-radius: 182px
  }

  .sm\:rounded-b-91 {
    border-bottom-right-radius: 182px;
    border-bottom-left-radius: 182px
  }

  .sm\:rounded-l-91 {
    border-top-left-radius: 182px;
    border-bottom-left-radius: 182px
  }

  .sm\:rounded-t-92 {
    border-top-left-radius: 184px;
    border-top-right-radius: 184px
  }

  .sm\:rounded-r-92 {
    border-top-right-radius: 184px;
    border-bottom-right-radius: 184px
  }

  .sm\:rounded-b-92 {
    border-bottom-right-radius: 184px;
    border-bottom-left-radius: 184px
  }

  .sm\:rounded-l-92 {
    border-top-left-radius: 184px;
    border-bottom-left-radius: 184px
  }

  .sm\:rounded-t-93 {
    border-top-left-radius: 186px;
    border-top-right-radius: 186px
  }

  .sm\:rounded-r-93 {
    border-top-right-radius: 186px;
    border-bottom-right-radius: 186px
  }

  .sm\:rounded-b-93 {
    border-bottom-right-radius: 186px;
    border-bottom-left-radius: 186px
  }

  .sm\:rounded-l-93 {
    border-top-left-radius: 186px;
    border-bottom-left-radius: 186px
  }

  .sm\:rounded-t-94 {
    border-top-left-radius: 188px;
    border-top-right-radius: 188px
  }

  .sm\:rounded-r-94 {
    border-top-right-radius: 188px;
    border-bottom-right-radius: 188px
  }

  .sm\:rounded-b-94 {
    border-bottom-right-radius: 188px;
    border-bottom-left-radius: 188px
  }

  .sm\:rounded-l-94 {
    border-top-left-radius: 188px;
    border-bottom-left-radius: 188px
  }

  .sm\:rounded-t-95 {
    border-top-left-radius: 190px;
    border-top-right-radius: 190px
  }

  .sm\:rounded-r-95 {
    border-top-right-radius: 190px;
    border-bottom-right-radius: 190px
  }

  .sm\:rounded-b-95 {
    border-bottom-right-radius: 190px;
    border-bottom-left-radius: 190px
  }

  .sm\:rounded-l-95 {
    border-top-left-radius: 190px;
    border-bottom-left-radius: 190px
  }

  .sm\:rounded-t-96 {
    border-top-left-radius: 192px;
    border-top-right-radius: 192px
  }

  .sm\:rounded-r-96 {
    border-top-right-radius: 192px;
    border-bottom-right-radius: 192px
  }

  .sm\:rounded-b-96 {
    border-bottom-right-radius: 192px;
    border-bottom-left-radius: 192px
  }

  .sm\:rounded-l-96 {
    border-top-left-radius: 192px;
    border-bottom-left-radius: 192px
  }

  .sm\:rounded-t-97 {
    border-top-left-radius: 194px;
    border-top-right-radius: 194px
  }

  .sm\:rounded-r-97 {
    border-top-right-radius: 194px;
    border-bottom-right-radius: 194px
  }

  .sm\:rounded-b-97 {
    border-bottom-right-radius: 194px;
    border-bottom-left-radius: 194px
  }

  .sm\:rounded-l-97 {
    border-top-left-radius: 194px;
    border-bottom-left-radius: 194px
  }

  .sm\:rounded-t-98 {
    border-top-left-radius: 196px;
    border-top-right-radius: 196px
  }

  .sm\:rounded-r-98 {
    border-top-right-radius: 196px;
    border-bottom-right-radius: 196px
  }

  .sm\:rounded-b-98 {
    border-bottom-right-radius: 196px;
    border-bottom-left-radius: 196px
  }

  .sm\:rounded-l-98 {
    border-top-left-radius: 196px;
    border-bottom-left-radius: 196px
  }

  .sm\:rounded-t-99 {
    border-top-left-radius: 198px;
    border-top-right-radius: 198px
  }

  .sm\:rounded-r-99 {
    border-top-right-radius: 198px;
    border-bottom-right-radius: 198px
  }

  .sm\:rounded-b-99 {
    border-bottom-right-radius: 198px;
    border-bottom-left-radius: 198px
  }

  .sm\:rounded-l-99 {
    border-top-left-radius: 198px;
    border-bottom-left-radius: 198px
  }

  .sm\:rounded-t-100 {
    border-top-left-radius: 200px;
    border-top-right-radius: 200px
  }

  .sm\:rounded-r-100 {
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px
  }

  .sm\:rounded-b-100 {
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 200px
  }

  .sm\:rounded-l-100 {
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .sm\:rounded-t {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
  }

  .sm\:rounded-r {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
  }

  .sm\:rounded-b {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
  }

  .sm\:rounded-l {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
  }

  .sm\:rounded-t-circle {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%
  }

  .sm\:rounded-r-circle {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%
  }

  .sm\:rounded-b-circle {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%
  }

  .sm\:rounded-l-circle {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%
  }

  .sm\:rounded-tl-1 {
    border-top-left-radius: 2px
  }

  .sm\:rounded-tr-1 {
    border-top-right-radius: 2px
  }

  .sm\:rounded-br-1 {
    border-bottom-right-radius: 2px
  }

  .sm\:rounded-bl-1 {
    border-bottom-left-radius: 2px
  }

  .sm\:rounded-tl-2 {
    border-top-left-radius: 4px
  }

  .sm\:rounded-tr-2 {
    border-top-right-radius: 4px
  }

  .sm\:rounded-br-2 {
    border-bottom-right-radius: 4px
  }

  .sm\:rounded-bl-2 {
    border-bottom-left-radius: 4px
  }

  .sm\:rounded-tl-3 {
    border-top-left-radius: 6px
  }

  .sm\:rounded-tr-3 {
    border-top-right-radius: 6px
  }

  .sm\:rounded-br-3 {
    border-bottom-right-radius: 6px
  }

  .sm\:rounded-bl-3 {
    border-bottom-left-radius: 6px
  }

  .sm\:rounded-tl-4 {
    border-top-left-radius: 8px
  }

  .sm\:rounded-tr-4 {
    border-top-right-radius: 8px
  }

  .sm\:rounded-br-4 {
    border-bottom-right-radius: 8px
  }

  .sm\:rounded-bl-4 {
    border-bottom-left-radius: 8px
  }

  .sm\:rounded-tl-5 {
    border-top-left-radius: 10px
  }

  .sm\:rounded-tr-5 {
    border-top-right-radius: 10px
  }

  .sm\:rounded-br-5 {
    border-bottom-right-radius: 10px
  }

  .sm\:rounded-bl-5 {
    border-bottom-left-radius: 10px
  }

  .sm\:rounded-tl-6 {
    border-top-left-radius: 12px
  }

  .sm\:rounded-tr-6 {
    border-top-right-radius: 12px
  }

  .sm\:rounded-br-6 {
    border-bottom-right-radius: 12px
  }

  .sm\:rounded-bl-6 {
    border-bottom-left-radius: 12px
  }

  .sm\:rounded-tl-7 {
    border-top-left-radius: 14px
  }

  .sm\:rounded-tr-7 {
    border-top-right-radius: 14px
  }

  .sm\:rounded-br-7 {
    border-bottom-right-radius: 14px
  }

  .sm\:rounded-bl-7 {
    border-bottom-left-radius: 14px
  }

  .sm\:rounded-tl-8 {
    border-top-left-radius: 16px
  }

  .sm\:rounded-tr-8 {
    border-top-right-radius: 16px
  }

  .sm\:rounded-br-8 {
    border-bottom-right-radius: 16px
  }

  .sm\:rounded-bl-8 {
    border-bottom-left-radius: 16px
  }

  .sm\:rounded-tl-9 {
    border-top-left-radius: 18px
  }

  .sm\:rounded-tr-9 {
    border-top-right-radius: 18px
  }

  .sm\:rounded-br-9 {
    border-bottom-right-radius: 18px
  }

  .sm\:rounded-bl-9 {
    border-bottom-left-radius: 18px
  }

  .sm\:rounded-tl-10 {
    border-top-left-radius: 20px
  }

  .sm\:rounded-tr-10 {
    border-top-right-radius: 20px
  }

  .sm\:rounded-br-10 {
    border-bottom-right-radius: 20px
  }

  .sm\:rounded-bl-10 {
    border-bottom-left-radius: 20px
  }

  .sm\:rounded-tl-11 {
    border-top-left-radius: 22px
  }

  .sm\:rounded-tr-11 {
    border-top-right-radius: 22px
  }

  .sm\:rounded-br-11 {
    border-bottom-right-radius: 22px
  }

  .sm\:rounded-bl-11 {
    border-bottom-left-radius: 22px
  }

  .sm\:rounded-tl-12 {
    border-top-left-radius: 24px
  }

  .sm\:rounded-tr-12 {
    border-top-right-radius: 24px
  }

  .sm\:rounded-br-12 {
    border-bottom-right-radius: 24px
  }

  .sm\:rounded-bl-12 {
    border-bottom-left-radius: 24px
  }

  .sm\:rounded-tl-13 {
    border-top-left-radius: 26px
  }

  .sm\:rounded-tr-13 {
    border-top-right-radius: 26px
  }

  .sm\:rounded-br-13 {
    border-bottom-right-radius: 26px
  }

  .sm\:rounded-bl-13 {
    border-bottom-left-radius: 26px
  }

  .sm\:rounded-tl-14 {
    border-top-left-radius: 28px
  }

  .sm\:rounded-tr-14 {
    border-top-right-radius: 28px
  }

  .sm\:rounded-br-14 {
    border-bottom-right-radius: 28px
  }

  .sm\:rounded-bl-14 {
    border-bottom-left-radius: 28px
  }

  .sm\:rounded-tl-15 {
    border-top-left-radius: 30px
  }

  .sm\:rounded-tr-15 {
    border-top-right-radius: 30px
  }

  .sm\:rounded-br-15 {
    border-bottom-right-radius: 30px
  }

  .sm\:rounded-bl-15 {
    border-bottom-left-radius: 30px
  }

  .sm\:rounded-tl-16 {
    border-top-left-radius: 32px
  }

  .sm\:rounded-tr-16 {
    border-top-right-radius: 32px
  }

  .sm\:rounded-br-16 {
    border-bottom-right-radius: 32px
  }

  .sm\:rounded-bl-16 {
    border-bottom-left-radius: 32px
  }

  .sm\:rounded-tl-17 {
    border-top-left-radius: 34px
  }

  .sm\:rounded-tr-17 {
    border-top-right-radius: 34px
  }

  .sm\:rounded-br-17 {
    border-bottom-right-radius: 34px
  }

  .sm\:rounded-bl-17 {
    border-bottom-left-radius: 34px
  }

  .sm\:rounded-tl-18 {
    border-top-left-radius: 36px
  }

  .sm\:rounded-tr-18 {
    border-top-right-radius: 36px
  }

  .sm\:rounded-br-18 {
    border-bottom-right-radius: 36px
  }

  .sm\:rounded-bl-18 {
    border-bottom-left-radius: 36px
  }

  .sm\:rounded-tl-19 {
    border-top-left-radius: 38px
  }

  .sm\:rounded-tr-19 {
    border-top-right-radius: 38px
  }

  .sm\:rounded-br-19 {
    border-bottom-right-radius: 38px
  }

  .sm\:rounded-bl-19 {
    border-bottom-left-radius: 38px
  }

  .sm\:rounded-tl-20 {
    border-top-left-radius: 40px
  }

  .sm\:rounded-tr-20 {
    border-top-right-radius: 40px
  }

  .sm\:rounded-br-20 {
    border-bottom-right-radius: 40px
  }

  .sm\:rounded-bl-20 {
    border-bottom-left-radius: 40px
  }

  .sm\:rounded-tl-21 {
    border-top-left-radius: 42px
  }

  .sm\:rounded-tr-21 {
    border-top-right-radius: 42px
  }

  .sm\:rounded-br-21 {
    border-bottom-right-radius: 42px
  }

  .sm\:rounded-bl-21 {
    border-bottom-left-radius: 42px
  }

  .sm\:rounded-tl-22 {
    border-top-left-radius: 44px
  }

  .sm\:rounded-tr-22 {
    border-top-right-radius: 44px
  }

  .sm\:rounded-br-22 {
    border-bottom-right-radius: 44px
  }

  .sm\:rounded-bl-22 {
    border-bottom-left-radius: 44px
  }

  .sm\:rounded-tl-23 {
    border-top-left-radius: 46px
  }

  .sm\:rounded-tr-23 {
    border-top-right-radius: 46px
  }

  .sm\:rounded-br-23 {
    border-bottom-right-radius: 46px
  }

  .sm\:rounded-bl-23 {
    border-bottom-left-radius: 46px
  }

  .sm\:rounded-tl-24 {
    border-top-left-radius: 48px
  }

  .sm\:rounded-tr-24 {
    border-top-right-radius: 48px
  }

  .sm\:rounded-br-24 {
    border-bottom-right-radius: 48px
  }

  .sm\:rounded-bl-24 {
    border-bottom-left-radius: 48px
  }

  .sm\:rounded-tl-25 {
    border-top-left-radius: 50px
  }

  .sm\:rounded-tr-25 {
    border-top-right-radius: 50px
  }

  .sm\:rounded-br-25 {
    border-bottom-right-radius: 50px
  }

  .sm\:rounded-bl-25 {
    border-bottom-left-radius: 50px
  }

  .sm\:rounded-tl-26 {
    border-top-left-radius: 52px
  }

  .sm\:rounded-tr-26 {
    border-top-right-radius: 52px
  }

  .sm\:rounded-br-26 {
    border-bottom-right-radius: 52px
  }

  .sm\:rounded-bl-26 {
    border-bottom-left-radius: 52px
  }

  .sm\:rounded-tl-27 {
    border-top-left-radius: 54px
  }

  .sm\:rounded-tr-27 {
    border-top-right-radius: 54px
  }

  .sm\:rounded-br-27 {
    border-bottom-right-radius: 54px
  }

  .sm\:rounded-bl-27 {
    border-bottom-left-radius: 54px
  }

  .sm\:rounded-tl-28 {
    border-top-left-radius: 56px
  }

  .sm\:rounded-tr-28 {
    border-top-right-radius: 56px
  }

  .sm\:rounded-br-28 {
    border-bottom-right-radius: 56px
  }

  .sm\:rounded-bl-28 {
    border-bottom-left-radius: 56px
  }

  .sm\:rounded-tl-29 {
    border-top-left-radius: 58px
  }

  .sm\:rounded-tr-29 {
    border-top-right-radius: 58px
  }

  .sm\:rounded-br-29 {
    border-bottom-right-radius: 58px
  }

  .sm\:rounded-bl-29 {
    border-bottom-left-radius: 58px
  }

  .sm\:rounded-tl-30 {
    border-top-left-radius: 60px
  }

  .sm\:rounded-tr-30 {
    border-top-right-radius: 60px
  }

  .sm\:rounded-br-30 {
    border-bottom-right-radius: 60px
  }

  .sm\:rounded-bl-30 {
    border-bottom-left-radius: 60px
  }

  .sm\:rounded-tl-31 {
    border-top-left-radius: 62px
  }

  .sm\:rounded-tr-31 {
    border-top-right-radius: 62px
  }

  .sm\:rounded-br-31 {
    border-bottom-right-radius: 62px
  }

  .sm\:rounded-bl-31 {
    border-bottom-left-radius: 62px
  }

  .sm\:rounded-tl-32 {
    border-top-left-radius: 64px
  }

  .sm\:rounded-tr-32 {
    border-top-right-radius: 64px
  }

  .sm\:rounded-br-32 {
    border-bottom-right-radius: 64px
  }

  .sm\:rounded-bl-32 {
    border-bottom-left-radius: 64px
  }

  .sm\:rounded-tl-33 {
    border-top-left-radius: 66px
  }

  .sm\:rounded-tr-33 {
    border-top-right-radius: 66px
  }

  .sm\:rounded-br-33 {
    border-bottom-right-radius: 66px
  }

  .sm\:rounded-bl-33 {
    border-bottom-left-radius: 66px
  }

  .sm\:rounded-tl-34 {
    border-top-left-radius: 68px
  }

  .sm\:rounded-tr-34 {
    border-top-right-radius: 68px
  }

  .sm\:rounded-br-34 {
    border-bottom-right-radius: 68px
  }

  .sm\:rounded-bl-34 {
    border-bottom-left-radius: 68px
  }

  .sm\:rounded-tl-35 {
    border-top-left-radius: 70px
  }

  .sm\:rounded-tr-35 {
    border-top-right-radius: 70px
  }

  .sm\:rounded-br-35 {
    border-bottom-right-radius: 70px
  }

  .sm\:rounded-bl-35 {
    border-bottom-left-radius: 70px
  }

  .sm\:rounded-tl-36 {
    border-top-left-radius: 72px
  }

  .sm\:rounded-tr-36 {
    border-top-right-radius: 72px
  }

  .sm\:rounded-br-36 {
    border-bottom-right-radius: 72px
  }

  .sm\:rounded-bl-36 {
    border-bottom-left-radius: 72px
  }

  .sm\:rounded-tl-37 {
    border-top-left-radius: 74px
  }

  .sm\:rounded-tr-37 {
    border-top-right-radius: 74px
  }

  .sm\:rounded-br-37 {
    border-bottom-right-radius: 74px
  }

  .sm\:rounded-bl-37 {
    border-bottom-left-radius: 74px
  }

  .sm\:rounded-tl-38 {
    border-top-left-radius: 76px
  }

  .sm\:rounded-tr-38 {
    border-top-right-radius: 76px
  }

  .sm\:rounded-br-38 {
    border-bottom-right-radius: 76px
  }

  .sm\:rounded-bl-38 {
    border-bottom-left-radius: 76px
  }

  .sm\:rounded-tl-39 {
    border-top-left-radius: 78px
  }

  .sm\:rounded-tr-39 {
    border-top-right-radius: 78px
  }

  .sm\:rounded-br-39 {
    border-bottom-right-radius: 78px
  }

  .sm\:rounded-bl-39 {
    border-bottom-left-radius: 78px
  }

  .sm\:rounded-tl-40 {
    border-top-left-radius: 80px
  }

  .sm\:rounded-tr-40 {
    border-top-right-radius: 80px
  }

  .sm\:rounded-br-40 {
    border-bottom-right-radius: 80px
  }

  .sm\:rounded-bl-40 {
    border-bottom-left-radius: 80px
  }

  .sm\:rounded-tl-41 {
    border-top-left-radius: 82px
  }

  .sm\:rounded-tr-41 {
    border-top-right-radius: 82px
  }

  .sm\:rounded-br-41 {
    border-bottom-right-radius: 82px
  }

  .sm\:rounded-bl-41 {
    border-bottom-left-radius: 82px
  }

  .sm\:rounded-tl-42 {
    border-top-left-radius: 84px
  }

  .sm\:rounded-tr-42 {
    border-top-right-radius: 84px
  }

  .sm\:rounded-br-42 {
    border-bottom-right-radius: 84px
  }

  .sm\:rounded-bl-42 {
    border-bottom-left-radius: 84px
  }

  .sm\:rounded-tl-43 {
    border-top-left-radius: 86px
  }

  .sm\:rounded-tr-43 {
    border-top-right-radius: 86px
  }

  .sm\:rounded-br-43 {
    border-bottom-right-radius: 86px
  }

  .sm\:rounded-bl-43 {
    border-bottom-left-radius: 86px
  }

  .sm\:rounded-tl-44 {
    border-top-left-radius: 88px
  }

  .sm\:rounded-tr-44 {
    border-top-right-radius: 88px
  }

  .sm\:rounded-br-44 {
    border-bottom-right-radius: 88px
  }

  .sm\:rounded-bl-44 {
    border-bottom-left-radius: 88px
  }

  .sm\:rounded-tl-45 {
    border-top-left-radius: 90px
  }

  .sm\:rounded-tr-45 {
    border-top-right-radius: 90px
  }

  .sm\:rounded-br-45 {
    border-bottom-right-radius: 90px
  }

  .sm\:rounded-bl-45 {
    border-bottom-left-radius: 90px
  }

  .sm\:rounded-tl-46 {
    border-top-left-radius: 92px
  }

  .sm\:rounded-tr-46 {
    border-top-right-radius: 92px
  }

  .sm\:rounded-br-46 {
    border-bottom-right-radius: 92px
  }

  .sm\:rounded-bl-46 {
    border-bottom-left-radius: 92px
  }

  .sm\:rounded-tl-47 {
    border-top-left-radius: 94px
  }

  .sm\:rounded-tr-47 {
    border-top-right-radius: 94px
  }

  .sm\:rounded-br-47 {
    border-bottom-right-radius: 94px
  }

  .sm\:rounded-bl-47 {
    border-bottom-left-radius: 94px
  }

  .sm\:rounded-tl-48 {
    border-top-left-radius: 96px
  }

  .sm\:rounded-tr-48 {
    border-top-right-radius: 96px
  }

  .sm\:rounded-br-48 {
    border-bottom-right-radius: 96px
  }

  .sm\:rounded-bl-48 {
    border-bottom-left-radius: 96px
  }

  .sm\:rounded-tl-49 {
    border-top-left-radius: 98px
  }

  .sm\:rounded-tr-49 {
    border-top-right-radius: 98px
  }

  .sm\:rounded-br-49 {
    border-bottom-right-radius: 98px
  }

  .sm\:rounded-bl-49 {
    border-bottom-left-radius: 98px
  }

  .sm\:rounded-tl-50 {
    border-top-left-radius: 100px
  }

  .sm\:rounded-tr-50 {
    border-top-right-radius: 100px
  }

  .sm\:rounded-br-50 {
    border-bottom-right-radius: 100px
  }

  .sm\:rounded-bl-50 {
    border-bottom-left-radius: 100px
  }

  .sm\:rounded-tl-51 {
    border-top-left-radius: 102px
  }

  .sm\:rounded-tr-51 {
    border-top-right-radius: 102px
  }

  .sm\:rounded-br-51 {
    border-bottom-right-radius: 102px
  }

  .sm\:rounded-bl-51 {
    border-bottom-left-radius: 102px
  }

  .sm\:rounded-tl-52 {
    border-top-left-radius: 104px
  }

  .sm\:rounded-tr-52 {
    border-top-right-radius: 104px
  }

  .sm\:rounded-br-52 {
    border-bottom-right-radius: 104px
  }

  .sm\:rounded-bl-52 {
    border-bottom-left-radius: 104px
  }

  .sm\:rounded-tl-53 {
    border-top-left-radius: 106px
  }

  .sm\:rounded-tr-53 {
    border-top-right-radius: 106px
  }

  .sm\:rounded-br-53 {
    border-bottom-right-radius: 106px
  }

  .sm\:rounded-bl-53 {
    border-bottom-left-radius: 106px
  }

  .sm\:rounded-tl-54 {
    border-top-left-radius: 108px
  }

  .sm\:rounded-tr-54 {
    border-top-right-radius: 108px
  }

  .sm\:rounded-br-54 {
    border-bottom-right-radius: 108px
  }

  .sm\:rounded-bl-54 {
    border-bottom-left-radius: 108px
  }

  .sm\:rounded-tl-55 {
    border-top-left-radius: 110px
  }

  .sm\:rounded-tr-55 {
    border-top-right-radius: 110px
  }

  .sm\:rounded-br-55 {
    border-bottom-right-radius: 110px
  }

  .sm\:rounded-bl-55 {
    border-bottom-left-radius: 110px
  }

  .sm\:rounded-tl-56 {
    border-top-left-radius: 112px
  }

  .sm\:rounded-tr-56 {
    border-top-right-radius: 112px
  }

  .sm\:rounded-br-56 {
    border-bottom-right-radius: 112px
  }

  .sm\:rounded-bl-56 {
    border-bottom-left-radius: 112px
  }

  .sm\:rounded-tl-57 {
    border-top-left-radius: 114px
  }

  .sm\:rounded-tr-57 {
    border-top-right-radius: 114px
  }

  .sm\:rounded-br-57 {
    border-bottom-right-radius: 114px
  }

  .sm\:rounded-bl-57 {
    border-bottom-left-radius: 114px
  }

  .sm\:rounded-tl-58 {
    border-top-left-radius: 116px
  }

  .sm\:rounded-tr-58 {
    border-top-right-radius: 116px
  }

  .sm\:rounded-br-58 {
    border-bottom-right-radius: 116px
  }

  .sm\:rounded-bl-58 {
    border-bottom-left-radius: 116px
  }

  .sm\:rounded-tl-59 {
    border-top-left-radius: 118px
  }

  .sm\:rounded-tr-59 {
    border-top-right-radius: 118px
  }

  .sm\:rounded-br-59 {
    border-bottom-right-radius: 118px
  }

  .sm\:rounded-bl-59 {
    border-bottom-left-radius: 118px
  }

  .sm\:rounded-tl-60 {
    border-top-left-radius: 120px
  }

  .sm\:rounded-tr-60 {
    border-top-right-radius: 120px
  }

  .sm\:rounded-br-60 {
    border-bottom-right-radius: 120px
  }

  .sm\:rounded-bl-60 {
    border-bottom-left-radius: 120px
  }

  .sm\:rounded-tl-61 {
    border-top-left-radius: 122px
  }

  .sm\:rounded-tr-61 {
    border-top-right-radius: 122px
  }

  .sm\:rounded-br-61 {
    border-bottom-right-radius: 122px
  }

  .sm\:rounded-bl-61 {
    border-bottom-left-radius: 122px
  }

  .sm\:rounded-tl-62 {
    border-top-left-radius: 124px
  }

  .sm\:rounded-tr-62 {
    border-top-right-radius: 124px
  }

  .sm\:rounded-br-62 {
    border-bottom-right-radius: 124px
  }

  .sm\:rounded-bl-62 {
    border-bottom-left-radius: 124px
  }

  .sm\:rounded-tl-63 {
    border-top-left-radius: 126px
  }

  .sm\:rounded-tr-63 {
    border-top-right-radius: 126px
  }

  .sm\:rounded-br-63 {
    border-bottom-right-radius: 126px
  }

  .sm\:rounded-bl-63 {
    border-bottom-left-radius: 126px
  }

  .sm\:rounded-tl-64 {
    border-top-left-radius: 128px
  }

  .sm\:rounded-tr-64 {
    border-top-right-radius: 128px
  }

  .sm\:rounded-br-64 {
    border-bottom-right-radius: 128px
  }

  .sm\:rounded-bl-64 {
    border-bottom-left-radius: 128px
  }

  .sm\:rounded-tl-65 {
    border-top-left-radius: 130px
  }

  .sm\:rounded-tr-65 {
    border-top-right-radius: 130px
  }

  .sm\:rounded-br-65 {
    border-bottom-right-radius: 130px
  }

  .sm\:rounded-bl-65 {
    border-bottom-left-radius: 130px
  }

  .sm\:rounded-tl-66 {
    border-top-left-radius: 132px
  }

  .sm\:rounded-tr-66 {
    border-top-right-radius: 132px
  }

  .sm\:rounded-br-66 {
    border-bottom-right-radius: 132px
  }

  .sm\:rounded-bl-66 {
    border-bottom-left-radius: 132px
  }

  .sm\:rounded-tl-67 {
    border-top-left-radius: 134px
  }

  .sm\:rounded-tr-67 {
    border-top-right-radius: 134px
  }

  .sm\:rounded-br-67 {
    border-bottom-right-radius: 134px
  }

  .sm\:rounded-bl-67 {
    border-bottom-left-radius: 134px
  }

  .sm\:rounded-tl-68 {
    border-top-left-radius: 136px
  }

  .sm\:rounded-tr-68 {
    border-top-right-radius: 136px
  }

  .sm\:rounded-br-68 {
    border-bottom-right-radius: 136px
  }

  .sm\:rounded-bl-68 {
    border-bottom-left-radius: 136px
  }

  .sm\:rounded-tl-69 {
    border-top-left-radius: 138px
  }

  .sm\:rounded-tr-69 {
    border-top-right-radius: 138px
  }

  .sm\:rounded-br-69 {
    border-bottom-right-radius: 138px
  }

  .sm\:rounded-bl-69 {
    border-bottom-left-radius: 138px
  }

  .sm\:rounded-tl-70 {
    border-top-left-radius: 140px
  }

  .sm\:rounded-tr-70 {
    border-top-right-radius: 140px
  }

  .sm\:rounded-br-70 {
    border-bottom-right-radius: 140px
  }

  .sm\:rounded-bl-70 {
    border-bottom-left-radius: 140px
  }

  .sm\:rounded-tl-71 {
    border-top-left-radius: 142px
  }

  .sm\:rounded-tr-71 {
    border-top-right-radius: 142px
  }

  .sm\:rounded-br-71 {
    border-bottom-right-radius: 142px
  }

  .sm\:rounded-bl-71 {
    border-bottom-left-radius: 142px
  }

  .sm\:rounded-tl-72 {
    border-top-left-radius: 144px
  }

  .sm\:rounded-tr-72 {
    border-top-right-radius: 144px
  }

  .sm\:rounded-br-72 {
    border-bottom-right-radius: 144px
  }

  .sm\:rounded-bl-72 {
    border-bottom-left-radius: 144px
  }

  .sm\:rounded-tl-73 {
    border-top-left-radius: 146px
  }

  .sm\:rounded-tr-73 {
    border-top-right-radius: 146px
  }

  .sm\:rounded-br-73 {
    border-bottom-right-radius: 146px
  }

  .sm\:rounded-bl-73 {
    border-bottom-left-radius: 146px
  }

  .sm\:rounded-tl-74 {
    border-top-left-radius: 148px
  }

  .sm\:rounded-tr-74 {
    border-top-right-radius: 148px
  }

  .sm\:rounded-br-74 {
    border-bottom-right-radius: 148px
  }

  .sm\:rounded-bl-74 {
    border-bottom-left-radius: 148px
  }

  .sm\:rounded-tl-75 {
    border-top-left-radius: 150px
  }

  .sm\:rounded-tr-75 {
    border-top-right-radius: 150px
  }

  .sm\:rounded-br-75 {
    border-bottom-right-radius: 150px
  }

  .sm\:rounded-bl-75 {
    border-bottom-left-radius: 150px
  }

  .sm\:rounded-tl-76 {
    border-top-left-radius: 152px
  }

  .sm\:rounded-tr-76 {
    border-top-right-radius: 152px
  }

  .sm\:rounded-br-76 {
    border-bottom-right-radius: 152px
  }

  .sm\:rounded-bl-76 {
    border-bottom-left-radius: 152px
  }

  .sm\:rounded-tl-77 {
    border-top-left-radius: 154px
  }

  .sm\:rounded-tr-77 {
    border-top-right-radius: 154px
  }

  .sm\:rounded-br-77 {
    border-bottom-right-radius: 154px
  }

  .sm\:rounded-bl-77 {
    border-bottom-left-radius: 154px
  }

  .sm\:rounded-tl-78 {
    border-top-left-radius: 156px
  }

  .sm\:rounded-tr-78 {
    border-top-right-radius: 156px
  }

  .sm\:rounded-br-78 {
    border-bottom-right-radius: 156px
  }

  .sm\:rounded-bl-78 {
    border-bottom-left-radius: 156px
  }

  .sm\:rounded-tl-79 {
    border-top-left-radius: 158px
  }

  .sm\:rounded-tr-79 {
    border-top-right-radius: 158px
  }

  .sm\:rounded-br-79 {
    border-bottom-right-radius: 158px
  }

  .sm\:rounded-bl-79 {
    border-bottom-left-radius: 158px
  }

  .sm\:rounded-tl-80 {
    border-top-left-radius: 160px
  }

  .sm\:rounded-tr-80 {
    border-top-right-radius: 160px
  }

  .sm\:rounded-br-80 {
    border-bottom-right-radius: 160px
  }

  .sm\:rounded-bl-80 {
    border-bottom-left-radius: 160px
  }

  .sm\:rounded-tl-81 {
    border-top-left-radius: 162px
  }

  .sm\:rounded-tr-81 {
    border-top-right-radius: 162px
  }

  .sm\:rounded-br-81 {
    border-bottom-right-radius: 162px
  }

  .sm\:rounded-bl-81 {
    border-bottom-left-radius: 162px
  }

  .sm\:rounded-tl-82 {
    border-top-left-radius: 164px
  }

  .sm\:rounded-tr-82 {
    border-top-right-radius: 164px
  }

  .sm\:rounded-br-82 {
    border-bottom-right-radius: 164px
  }

  .sm\:rounded-bl-82 {
    border-bottom-left-radius: 164px
  }

  .sm\:rounded-tl-83 {
    border-top-left-radius: 166px
  }

  .sm\:rounded-tr-83 {
    border-top-right-radius: 166px
  }

  .sm\:rounded-br-83 {
    border-bottom-right-radius: 166px
  }

  .sm\:rounded-bl-83 {
    border-bottom-left-radius: 166px
  }

  .sm\:rounded-tl-84 {
    border-top-left-radius: 168px
  }

  .sm\:rounded-tr-84 {
    border-top-right-radius: 168px
  }

  .sm\:rounded-br-84 {
    border-bottom-right-radius: 168px
  }

  .sm\:rounded-bl-84 {
    border-bottom-left-radius: 168px
  }

  .sm\:rounded-tl-85 {
    border-top-left-radius: 170px
  }

  .sm\:rounded-tr-85 {
    border-top-right-radius: 170px
  }

  .sm\:rounded-br-85 {
    border-bottom-right-radius: 170px
  }

  .sm\:rounded-bl-85 {
    border-bottom-left-radius: 170px
  }

  .sm\:rounded-tl-86 {
    border-top-left-radius: 172px
  }

  .sm\:rounded-tr-86 {
    border-top-right-radius: 172px
  }

  .sm\:rounded-br-86 {
    border-bottom-right-radius: 172px
  }

  .sm\:rounded-bl-86 {
    border-bottom-left-radius: 172px
  }

  .sm\:rounded-tl-87 {
    border-top-left-radius: 174px
  }

  .sm\:rounded-tr-87 {
    border-top-right-radius: 174px
  }

  .sm\:rounded-br-87 {
    border-bottom-right-radius: 174px
  }

  .sm\:rounded-bl-87 {
    border-bottom-left-radius: 174px
  }

  .sm\:rounded-tl-88 {
    border-top-left-radius: 176px
  }

  .sm\:rounded-tr-88 {
    border-top-right-radius: 176px
  }

  .sm\:rounded-br-88 {
    border-bottom-right-radius: 176px
  }

  .sm\:rounded-bl-88 {
    border-bottom-left-radius: 176px
  }

  .sm\:rounded-tl-89 {
    border-top-left-radius: 178px
  }

  .sm\:rounded-tr-89 {
    border-top-right-radius: 178px
  }

  .sm\:rounded-br-89 {
    border-bottom-right-radius: 178px
  }

  .sm\:rounded-bl-89 {
    border-bottom-left-radius: 178px
  }

  .sm\:rounded-tl-90 {
    border-top-left-radius: 180px
  }

  .sm\:rounded-tr-90 {
    border-top-right-radius: 180px
  }

  .sm\:rounded-br-90 {
    border-bottom-right-radius: 180px
  }

  .sm\:rounded-bl-90 {
    border-bottom-left-radius: 180px
  }

  .sm\:rounded-tl-91 {
    border-top-left-radius: 182px
  }

  .sm\:rounded-tr-91 {
    border-top-right-radius: 182px
  }

  .sm\:rounded-br-91 {
    border-bottom-right-radius: 182px
  }

  .sm\:rounded-bl-91 {
    border-bottom-left-radius: 182px
  }

  .sm\:rounded-tl-92 {
    border-top-left-radius: 184px
  }

  .sm\:rounded-tr-92 {
    border-top-right-radius: 184px
  }

  .sm\:rounded-br-92 {
    border-bottom-right-radius: 184px
  }

  .sm\:rounded-bl-92 {
    border-bottom-left-radius: 184px
  }

  .sm\:rounded-tl-93 {
    border-top-left-radius: 186px
  }

  .sm\:rounded-tr-93 {
    border-top-right-radius: 186px
  }

  .sm\:rounded-br-93 {
    border-bottom-right-radius: 186px
  }

  .sm\:rounded-bl-93 {
    border-bottom-left-radius: 186px
  }

  .sm\:rounded-tl-94 {
    border-top-left-radius: 188px
  }

  .sm\:rounded-tr-94 {
    border-top-right-radius: 188px
  }

  .sm\:rounded-br-94 {
    border-bottom-right-radius: 188px
  }

  .sm\:rounded-bl-94 {
    border-bottom-left-radius: 188px
  }

  .sm\:rounded-tl-95 {
    border-top-left-radius: 190px
  }

  .sm\:rounded-tr-95 {
    border-top-right-radius: 190px
  }

  .sm\:rounded-br-95 {
    border-bottom-right-radius: 190px
  }

  .sm\:rounded-bl-95 {
    border-bottom-left-radius: 190px
  }

  .sm\:rounded-tl-96 {
    border-top-left-radius: 192px
  }

  .sm\:rounded-tr-96 {
    border-top-right-radius: 192px
  }

  .sm\:rounded-br-96 {
    border-bottom-right-radius: 192px
  }

  .sm\:rounded-bl-96 {
    border-bottom-left-radius: 192px
  }

  .sm\:rounded-tl-97 {
    border-top-left-radius: 194px
  }

  .sm\:rounded-tr-97 {
    border-top-right-radius: 194px
  }

  .sm\:rounded-br-97 {
    border-bottom-right-radius: 194px
  }

  .sm\:rounded-bl-97 {
    border-bottom-left-radius: 194px
  }

  .sm\:rounded-tl-98 {
    border-top-left-radius: 196px
  }

  .sm\:rounded-tr-98 {
    border-top-right-radius: 196px
  }

  .sm\:rounded-br-98 {
    border-bottom-right-radius: 196px
  }

  .sm\:rounded-bl-98 {
    border-bottom-left-radius: 196px
  }

  .sm\:rounded-tl-99 {
    border-top-left-radius: 198px
  }

  .sm\:rounded-tr-99 {
    border-top-right-radius: 198px
  }

  .sm\:rounded-br-99 {
    border-bottom-right-radius: 198px
  }

  .sm\:rounded-bl-99 {
    border-bottom-left-radius: 198px
  }

  .sm\:rounded-tl-100 {
    border-top-left-radius: 200px
  }

  .sm\:rounded-tr-100 {
    border-top-right-radius: 200px
  }

  .sm\:rounded-br-100 {
    border-bottom-right-radius: 200px
  }

  .sm\:rounded-bl-100 {
    border-bottom-left-radius: 200px
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0
  }

  .sm\:rounded-tl {
    border-top-left-radius: 5px
  }

  .sm\:rounded-tr {
    border-top-right-radius: 5px
  }

  .sm\:rounded-br {
    border-bottom-right-radius: 5px
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: 5px
  }

  .sm\:rounded-tl-circle {
    border-top-left-radius: 50%
  }

  .sm\:rounded-tr-circle {
    border-top-right-radius: 50%
  }

  .sm\:rounded-br-circle {
    border-bottom-right-radius: 50%
  }

  .sm\:rounded-bl-circle {
    border-bottom-left-radius: 50%
  }

  .sm\:border-solid {
    border-style: solid
  }

  .sm\:border-dashed {
    border-style: dashed
  }

  .sm\:border-dotted {
    border-style: dotted
  }

  .sm\:border-double {
    border-style: double
  }

  .sm\:border-none {
    border-style: none
  }

  .sm\:border-0 {
    border-width: 0
  }

  .sm\:border-1 {
    border-width: 2px
  }

  .sm\:border-2 {
    border-width: 4px
  }

  .sm\:border-3 {
    border-width: 6px
  }

  .sm\:border-4 {
    border-width: 8px
  }

  .sm\:border-5 {
    border-width: 10px
  }

  .sm\:border-6 {
    border-width: 12px
  }

  .sm\:border-7 {
    border-width: 14px
  }

  .sm\:border-8 {
    border-width: 16px
  }

  .sm\:border-9 {
    border-width: 18px
  }

  .sm\:border-10 {
    border-width: 20px
  }

  .sm\:border-11 {
    border-width: 22px
  }

  .sm\:border-12 {
    border-width: 24px
  }

  .sm\:border-13 {
    border-width: 26px
  }

  .sm\:border-14 {
    border-width: 28px
  }

  .sm\:border-15 {
    border-width: 30px
  }

  .sm\:border-16 {
    border-width: 32px
  }

  .sm\:border-17 {
    border-width: 34px
  }

  .sm\:border-18 {
    border-width: 36px
  }

  .sm\:border-19 {
    border-width: 38px
  }

  .sm\:border-20 {
    border-width: 40px
  }

  .sm\:border-21 {
    border-width: 42px
  }

  .sm\:border-22 {
    border-width: 44px
  }

  .sm\:border-23 {
    border-width: 46px
  }

  .sm\:border-24 {
    border-width: 48px
  }

  .sm\:border-25 {
    border-width: 50px
  }

  .sm\:border-26 {
    border-width: 52px
  }

  .sm\:border-27 {
    border-width: 54px
  }

  .sm\:border-28 {
    border-width: 56px
  }

  .sm\:border-29 {
    border-width: 58px
  }

  .sm\:border-30 {
    border-width: 60px
  }

  .sm\:border-31 {
    border-width: 62px
  }

  .sm\:border-32 {
    border-width: 64px
  }

  .sm\:border-33 {
    border-width: 66px
  }

  .sm\:border-34 {
    border-width: 68px
  }

  .sm\:border-35 {
    border-width: 70px
  }

  .sm\:border-36 {
    border-width: 72px
  }

  .sm\:border-37 {
    border-width: 74px
  }

  .sm\:border-38 {
    border-width: 76px
  }

  .sm\:border-39 {
    border-width: 78px
  }

  .sm\:border-40 {
    border-width: 80px
  }

  .sm\:border-41 {
    border-width: 82px
  }

  .sm\:border-42 {
    border-width: 84px
  }

  .sm\:border-43 {
    border-width: 86px
  }

  .sm\:border-44 {
    border-width: 88px
  }

  .sm\:border-45 {
    border-width: 90px
  }

  .sm\:border-46 {
    border-width: 92px
  }

  .sm\:border-47 {
    border-width: 94px
  }

  .sm\:border-48 {
    border-width: 96px
  }

  .sm\:border-49 {
    border-width: 98px
  }

  .sm\:border-50 {
    border-width: 100px
  }

  .sm\:border {
    border-width: 1px
  }

  .sm\:border-t-0 {
    border-top-width: 0
  }

  .sm\:border-r-0 {
    border-right-width: 0
  }

  .sm\:border-b-0 {
    border-bottom-width: 0
  }

  .sm\:border-l-0 {
    border-left-width: 0
  }

  .sm\:border-t-1 {
    border-top-width: 2px
  }

  .sm\:border-r-1 {
    border-right-width: 2px
  }

  .sm\:border-b-1 {
    border-bottom-width: 2px
  }

  .sm\:border-l-1 {
    border-left-width: 2px
  }

  .sm\:border-t-2 {
    border-top-width: 4px
  }

  .sm\:border-r-2 {
    border-right-width: 4px
  }

  .sm\:border-b-2 {
    border-bottom-width: 4px
  }

  .sm\:border-l-2 {
    border-left-width: 4px
  }

  .sm\:border-t-3 {
    border-top-width: 6px
  }

  .sm\:border-r-3 {
    border-right-width: 6px
  }

  .sm\:border-b-3 {
    border-bottom-width: 6px
  }

  .sm\:border-l-3 {
    border-left-width: 6px
  }

  .sm\:border-t-4 {
    border-top-width: 8px
  }

  .sm\:border-r-4 {
    border-right-width: 8px
  }

  .sm\:border-b-4 {
    border-bottom-width: 8px
  }

  .sm\:border-l-4 {
    border-left-width: 8px
  }

  .sm\:border-t-5 {
    border-top-width: 10px
  }

  .sm\:border-r-5 {
    border-right-width: 10px
  }

  .sm\:border-b-5 {
    border-bottom-width: 10px
  }

  .sm\:border-l-5 {
    border-left-width: 10px
  }

  .sm\:border-t-6 {
    border-top-width: 12px
  }

  .sm\:border-r-6 {
    border-right-width: 12px
  }

  .sm\:border-b-6 {
    border-bottom-width: 12px
  }

  .sm\:border-l-6 {
    border-left-width: 12px
  }

  .sm\:border-t-7 {
    border-top-width: 14px
  }

  .sm\:border-r-7 {
    border-right-width: 14px
  }

  .sm\:border-b-7 {
    border-bottom-width: 14px
  }

  .sm\:border-l-7 {
    border-left-width: 14px
  }

  .sm\:border-t-8 {
    border-top-width: 16px
  }

  .sm\:border-r-8 {
    border-right-width: 16px
  }

  .sm\:border-b-8 {
    border-bottom-width: 16px
  }

  .sm\:border-l-8 {
    border-left-width: 16px
  }

  .sm\:border-t-9 {
    border-top-width: 18px
  }

  .sm\:border-r-9 {
    border-right-width: 18px
  }

  .sm\:border-b-9 {
    border-bottom-width: 18px
  }

  .sm\:border-l-9 {
    border-left-width: 18px
  }

  .sm\:border-t-10 {
    border-top-width: 20px
  }

  .sm\:border-r-10 {
    border-right-width: 20px
  }

  .sm\:border-b-10 {
    border-bottom-width: 20px
  }

  .sm\:border-l-10 {
    border-left-width: 20px
  }

  .sm\:border-t-11 {
    border-top-width: 22px
  }

  .sm\:border-r-11 {
    border-right-width: 22px
  }

  .sm\:border-b-11 {
    border-bottom-width: 22px
  }

  .sm\:border-l-11 {
    border-left-width: 22px
  }

  .sm\:border-t-12 {
    border-top-width: 24px
  }

  .sm\:border-r-12 {
    border-right-width: 24px
  }

  .sm\:border-b-12 {
    border-bottom-width: 24px
  }

  .sm\:border-l-12 {
    border-left-width: 24px
  }

  .sm\:border-t-13 {
    border-top-width: 26px
  }

  .sm\:border-r-13 {
    border-right-width: 26px
  }

  .sm\:border-b-13 {
    border-bottom-width: 26px
  }

  .sm\:border-l-13 {
    border-left-width: 26px
  }

  .sm\:border-t-14 {
    border-top-width: 28px
  }

  .sm\:border-r-14 {
    border-right-width: 28px
  }

  .sm\:border-b-14 {
    border-bottom-width: 28px
  }

  .sm\:border-l-14 {
    border-left-width: 28px
  }

  .sm\:border-t-15 {
    border-top-width: 30px
  }

  .sm\:border-r-15 {
    border-right-width: 30px
  }

  .sm\:border-b-15 {
    border-bottom-width: 30px
  }

  .sm\:border-l-15 {
    border-left-width: 30px
  }

  .sm\:border-t-16 {
    border-top-width: 32px
  }

  .sm\:border-r-16 {
    border-right-width: 32px
  }

  .sm\:border-b-16 {
    border-bottom-width: 32px
  }

  .sm\:border-l-16 {
    border-left-width: 32px
  }

  .sm\:border-t-17 {
    border-top-width: 34px
  }

  .sm\:border-r-17 {
    border-right-width: 34px
  }

  .sm\:border-b-17 {
    border-bottom-width: 34px
  }

  .sm\:border-l-17 {
    border-left-width: 34px
  }

  .sm\:border-t-18 {
    border-top-width: 36px
  }

  .sm\:border-r-18 {
    border-right-width: 36px
  }

  .sm\:border-b-18 {
    border-bottom-width: 36px
  }

  .sm\:border-l-18 {
    border-left-width: 36px
  }

  .sm\:border-t-19 {
    border-top-width: 38px
  }

  .sm\:border-r-19 {
    border-right-width: 38px
  }

  .sm\:border-b-19 {
    border-bottom-width: 38px
  }

  .sm\:border-l-19 {
    border-left-width: 38px
  }

  .sm\:border-t-20 {
    border-top-width: 40px
  }

  .sm\:border-r-20 {
    border-right-width: 40px
  }

  .sm\:border-b-20 {
    border-bottom-width: 40px
  }

  .sm\:border-l-20 {
    border-left-width: 40px
  }

  .sm\:border-t-21 {
    border-top-width: 42px
  }

  .sm\:border-r-21 {
    border-right-width: 42px
  }

  .sm\:border-b-21 {
    border-bottom-width: 42px
  }

  .sm\:border-l-21 {
    border-left-width: 42px
  }

  .sm\:border-t-22 {
    border-top-width: 44px
  }

  .sm\:border-r-22 {
    border-right-width: 44px
  }

  .sm\:border-b-22 {
    border-bottom-width: 44px
  }

  .sm\:border-l-22 {
    border-left-width: 44px
  }

  .sm\:border-t-23 {
    border-top-width: 46px
  }

  .sm\:border-r-23 {
    border-right-width: 46px
  }

  .sm\:border-b-23 {
    border-bottom-width: 46px
  }

  .sm\:border-l-23 {
    border-left-width: 46px
  }

  .sm\:border-t-24 {
    border-top-width: 48px
  }

  .sm\:border-r-24 {
    border-right-width: 48px
  }

  .sm\:border-b-24 {
    border-bottom-width: 48px
  }

  .sm\:border-l-24 {
    border-left-width: 48px
  }

  .sm\:border-t-25 {
    border-top-width: 50px
  }

  .sm\:border-r-25 {
    border-right-width: 50px
  }

  .sm\:border-b-25 {
    border-bottom-width: 50px
  }

  .sm\:border-l-25 {
    border-left-width: 50px
  }

  .sm\:border-t-26 {
    border-top-width: 52px
  }

  .sm\:border-r-26 {
    border-right-width: 52px
  }

  .sm\:border-b-26 {
    border-bottom-width: 52px
  }

  .sm\:border-l-26 {
    border-left-width: 52px
  }

  .sm\:border-t-27 {
    border-top-width: 54px
  }

  .sm\:border-r-27 {
    border-right-width: 54px
  }

  .sm\:border-b-27 {
    border-bottom-width: 54px
  }

  .sm\:border-l-27 {
    border-left-width: 54px
  }

  .sm\:border-t-28 {
    border-top-width: 56px
  }

  .sm\:border-r-28 {
    border-right-width: 56px
  }

  .sm\:border-b-28 {
    border-bottom-width: 56px
  }

  .sm\:border-l-28 {
    border-left-width: 56px
  }

  .sm\:border-t-29 {
    border-top-width: 58px
  }

  .sm\:border-r-29 {
    border-right-width: 58px
  }

  .sm\:border-b-29 {
    border-bottom-width: 58px
  }

  .sm\:border-l-29 {
    border-left-width: 58px
  }

  .sm\:border-t-30 {
    border-top-width: 60px
  }

  .sm\:border-r-30 {
    border-right-width: 60px
  }

  .sm\:border-b-30 {
    border-bottom-width: 60px
  }

  .sm\:border-l-30 {
    border-left-width: 60px
  }

  .sm\:border-t-31 {
    border-top-width: 62px
  }

  .sm\:border-r-31 {
    border-right-width: 62px
  }

  .sm\:border-b-31 {
    border-bottom-width: 62px
  }

  .sm\:border-l-31 {
    border-left-width: 62px
  }

  .sm\:border-t-32 {
    border-top-width: 64px
  }

  .sm\:border-r-32 {
    border-right-width: 64px
  }

  .sm\:border-b-32 {
    border-bottom-width: 64px
  }

  .sm\:border-l-32 {
    border-left-width: 64px
  }

  .sm\:border-t-33 {
    border-top-width: 66px
  }

  .sm\:border-r-33 {
    border-right-width: 66px
  }

  .sm\:border-b-33 {
    border-bottom-width: 66px
  }

  .sm\:border-l-33 {
    border-left-width: 66px
  }

  .sm\:border-t-34 {
    border-top-width: 68px
  }

  .sm\:border-r-34 {
    border-right-width: 68px
  }

  .sm\:border-b-34 {
    border-bottom-width: 68px
  }

  .sm\:border-l-34 {
    border-left-width: 68px
  }

  .sm\:border-t-35 {
    border-top-width: 70px
  }

  .sm\:border-r-35 {
    border-right-width: 70px
  }

  .sm\:border-b-35 {
    border-bottom-width: 70px
  }

  .sm\:border-l-35 {
    border-left-width: 70px
  }

  .sm\:border-t-36 {
    border-top-width: 72px
  }

  .sm\:border-r-36 {
    border-right-width: 72px
  }

  .sm\:border-b-36 {
    border-bottom-width: 72px
  }

  .sm\:border-l-36 {
    border-left-width: 72px
  }

  .sm\:border-t-37 {
    border-top-width: 74px
  }

  .sm\:border-r-37 {
    border-right-width: 74px
  }

  .sm\:border-b-37 {
    border-bottom-width: 74px
  }

  .sm\:border-l-37 {
    border-left-width: 74px
  }

  .sm\:border-t-38 {
    border-top-width: 76px
  }

  .sm\:border-r-38 {
    border-right-width: 76px
  }

  .sm\:border-b-38 {
    border-bottom-width: 76px
  }

  .sm\:border-l-38 {
    border-left-width: 76px
  }

  .sm\:border-t-39 {
    border-top-width: 78px
  }

  .sm\:border-r-39 {
    border-right-width: 78px
  }

  .sm\:border-b-39 {
    border-bottom-width: 78px
  }

  .sm\:border-l-39 {
    border-left-width: 78px
  }

  .sm\:border-t-40 {
    border-top-width: 80px
  }

  .sm\:border-r-40 {
    border-right-width: 80px
  }

  .sm\:border-b-40 {
    border-bottom-width: 80px
  }

  .sm\:border-l-40 {
    border-left-width: 80px
  }

  .sm\:border-t-41 {
    border-top-width: 82px
  }

  .sm\:border-r-41 {
    border-right-width: 82px
  }

  .sm\:border-b-41 {
    border-bottom-width: 82px
  }

  .sm\:border-l-41 {
    border-left-width: 82px
  }

  .sm\:border-t-42 {
    border-top-width: 84px
  }

  .sm\:border-r-42 {
    border-right-width: 84px
  }

  .sm\:border-b-42 {
    border-bottom-width: 84px
  }

  .sm\:border-l-42 {
    border-left-width: 84px
  }

  .sm\:border-t-43 {
    border-top-width: 86px
  }

  .sm\:border-r-43 {
    border-right-width: 86px
  }

  .sm\:border-b-43 {
    border-bottom-width: 86px
  }

  .sm\:border-l-43 {
    border-left-width: 86px
  }

  .sm\:border-t-44 {
    border-top-width: 88px
  }

  .sm\:border-r-44 {
    border-right-width: 88px
  }

  .sm\:border-b-44 {
    border-bottom-width: 88px
  }

  .sm\:border-l-44 {
    border-left-width: 88px
  }

  .sm\:border-t-45 {
    border-top-width: 90px
  }

  .sm\:border-r-45 {
    border-right-width: 90px
  }

  .sm\:border-b-45 {
    border-bottom-width: 90px
  }

  .sm\:border-l-45 {
    border-left-width: 90px
  }

  .sm\:border-t-46 {
    border-top-width: 92px
  }

  .sm\:border-r-46 {
    border-right-width: 92px
  }

  .sm\:border-b-46 {
    border-bottom-width: 92px
  }

  .sm\:border-l-46 {
    border-left-width: 92px
  }

  .sm\:border-t-47 {
    border-top-width: 94px
  }

  .sm\:border-r-47 {
    border-right-width: 94px
  }

  .sm\:border-b-47 {
    border-bottom-width: 94px
  }

  .sm\:border-l-47 {
    border-left-width: 94px
  }

  .sm\:border-t-48 {
    border-top-width: 96px
  }

  .sm\:border-r-48 {
    border-right-width: 96px
  }

  .sm\:border-b-48 {
    border-bottom-width: 96px
  }

  .sm\:border-l-48 {
    border-left-width: 96px
  }

  .sm\:border-t-49 {
    border-top-width: 98px
  }

  .sm\:border-r-49 {
    border-right-width: 98px
  }

  .sm\:border-b-49 {
    border-bottom-width: 98px
  }

  .sm\:border-l-49 {
    border-left-width: 98px
  }

  .sm\:border-t-50 {
    border-top-width: 100px
  }

  .sm\:border-r-50 {
    border-right-width: 100px
  }

  .sm\:border-b-50 {
    border-bottom-width: 100px
  }

  .sm\:border-l-50 {
    border-left-width: 100px
  }

  .sm\:border-t {
    border-top-width: 1px
  }

  .sm\:border-r {
    border-right-width: 1px
  }

  .sm\:border-b {
    border-bottom-width: 1px
  }

  .sm\:border-l {
    border-left-width: 1px
  }

  .sm\:box-border {
    -webkit-box-sizing: border-box;
            box-sizing: border-box
  }

  .sm\:box-content {
    -webkit-box-sizing: content-box;
            box-sizing: content-box
  }

  .sm\:cursor-auto {
    cursor: auto
  }

  .sm\:cursor-default {
    cursor: default
  }

  .sm\:cursor-pointer {
    cursor: pointer
  }

  .sm\:cursor-wait {
    cursor: wait
  }

  .sm\:cursor-text {
    cursor: text
  }

  .sm\:cursor-move {
    cursor: move
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed
  }

  .sm\:block {
    display: block
  }

  .sm\:inline-block {
    display: inline-block
  }

  .sm\:inline {
    display: inline
  }

  .sm\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .sm\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
  }

  .sm\:table {
    display: table
  }

  .sm\:table-caption {
    display: table-caption
  }

  .sm\:table-cell {
    display: table-cell
  }

  .sm\:table-column {
    display: table-column
  }

  .sm\:table-column-group {
    display: table-column-group
  }

  .sm\:table-footer-group {
    display: table-footer-group
  }

  .sm\:table-header-group {
    display: table-header-group
  }

  .sm\:table-row-group {
    display: table-row-group
  }

  .sm\:table-row {
    display: table-row
  }

  .sm\:flow-root {
    display: flow-root
  }

  .sm\:grid {
    display: grid
  }

  .sm\:inline-grid {
    display: inline-grid
  }

  .sm\:contents {
    display: contents
  }

  .sm\:hidden {
    display: none
  }

  .sm\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row
  }

  .sm\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse
  }

  .sm\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column
  }

  .sm\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse
  }

  .sm\:flex-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
  }

  .sm\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse
  }

  .sm\:flex-no-wrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
  }

  .sm\:place-items-auto {
    place-items: auto
  }

  .sm\:place-items-start {
    place-items: start
  }

  .sm\:place-items-end {
    place-items: end
  }

  .sm\:place-items-center {
    place-items: center
  }

  .sm\:place-items-stretch {
    place-items: stretch
  }

  .sm\:place-content-center {
    place-content: center
  }

  .sm\:place-content-start {
    place-content: start
  }

  .sm\:place-content-end {
    place-content: end
  }

  .sm\:place-content-between {
    place-content: space-between
  }

  .sm\:place-content-around {
    place-content: space-around
  }

  .sm\:place-content-evenly {
    place-content: space-evenly
  }

  .sm\:place-content-stretch {
    place-content: stretch
  }

  .sm\:place-self-auto {
    place-self: auto
  }

  .sm\:place-self-start {
    place-self: start
  }

  .sm\:place-self-end {
    place-self: end
  }

  .sm\:place-self-center {
    place-self: center
  }

  .sm\:place-self-stretch {
    place-self: stretch
  }

  .sm\:items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start
  }

  .sm\:items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end
  }

  .sm\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center
  }

  .sm\:items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline
  }

  .sm\:items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch
  }

  .sm\:content-center {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center
  }

  .sm\:content-start {
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start
  }

  .sm\:content-end {
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end
  }

  .sm\:content-between {
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between
  }

  .sm\:content-around {
    -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
            align-content: space-around
  }

  .sm\:content-evenly {
    -webkit-align-content: space-evenly;
        -ms-flex-line-pack: space-evenly;
            align-content: space-evenly
  }

  .sm\:self-auto {
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto
  }

  .sm\:self-start {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start
  }

  .sm\:self-end {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end
  }

  .sm\:self-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center
  }

  .sm\:self-stretch {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch
  }

  .sm\:justify-items-auto {
    justify-items: auto
  }

  .sm\:justify-items-start {
    justify-items: start
  }

  .sm\:justify-items-end {
    justify-items: end
  }

  .sm\:justify-items-center {
    justify-items: center
  }

  .sm\:justify-items-stretch {
    justify-items: stretch
  }

  .sm\:justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start
  }

  .sm\:justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end
  }

  .sm\:justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center
  }

  .sm\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between
  }

  .sm\:justify-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around
  }

  .sm\:justify-evenly {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly
  }

  .sm\:justify-self-auto {
    justify-self: auto
  }

  .sm\:justify-self-start {
    justify-self: start
  }

  .sm\:justify-self-end {
    justify-self: end
  }

  .sm\:justify-self-center {
    justify-self: center
  }

  .sm\:justify-self-stretch {
    justify-self: stretch
  }

  .sm\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%
  }

  .sm\:flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto
  }

  .sm\:flex-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto
  }

  .sm\:flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none
  }

  .sm\:flex-grow-0 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0
  }

  .sm\:flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1
  }

  .sm\:flex-shrink-0 {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0
  }

  .sm\:flex-shrink {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1
  }

  .sm\:order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1
  }

  .sm\:order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2
  }

  .sm\:order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3
  }

  .sm\:order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4
  }

  .sm\:order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5
  }

  .sm\:order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6
  }

  .sm\:order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7
  }

  .sm\:order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8
  }

  .sm\:order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9
  }

  .sm\:order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10
  }

  .sm\:order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11
  }

  .sm\:order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12
  }

  .sm\:order-first {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
        -ms-flex-order: -9999;
            order: -9999
  }

  .sm\:order-last {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
        -ms-flex-order: 9999;
            order: 9999
  }

  .sm\:order-none {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0
  }

  .sm\:float-right {
    float: right
  }

  .sm\:float-left {
    float: left
  }

  .sm\:float-none {
    float: none
  }

  .sm\:clearfix:after {
    content: "";
    display: table;
    clear: both
  }

  .sm\:clear-left {
    clear: left
  }

  .sm\:clear-right {
    clear: right
  }

  .sm\:clear-both {
    clear: both
  }

  .sm\:clear-none {
    clear: none
  }

  .sm\:font-default {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif
  }

  .sm\:font-heading {
    font-family: "Open Sans", sans-serif
  }

  .sm\:font-hairline {
    font-weight: 100
  }

  .sm\:font-thin {
    font-weight: 200
  }

  .sm\:font-light {
    font-weight: 300
  }

  .sm\:font-normal {
    font-weight: 400
  }

  .sm\:font-medium {
    font-weight: 500
  }

  .sm\:font-semibold {
    font-weight: 600
  }

  .sm\:font-bold {
    font-weight: 700
  }

  .sm\:font-extrabold {
    font-weight: 800
  }

  .sm\:font-black {
    font-weight: 900
  }

  .sm\:hover\:font-hairline:hover {
    font-weight: 100
  }

  .sm\:hover\:font-thin:hover {
    font-weight: 200
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400
  }

  .sm\:hover\:font-medium:hover {
    font-weight: 500
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700
  }

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900
  }

  .sm\:focus\:font-hairline:focus {
    font-weight: 100
  }

  .sm\:focus\:font-thin:focus {
    font-weight: 200
  }

  .sm\:focus\:font-light:focus {
    font-weight: 300
  }

  .sm\:focus\:font-normal:focus {
    font-weight: 400
  }

  .sm\:focus\:font-medium:focus {
    font-weight: 500
  }

  .sm\:focus\:font-semibold:focus {
    font-weight: 600
  }

  .sm\:focus\:font-bold:focus {
    font-weight: 700
  }

  .sm\:focus\:font-extrabold:focus {
    font-weight: 800
  }

  .sm\:focus\:font-black:focus {
    font-weight: 900
  }

  .sm\:h-0 {
    height: 0
  }

  .sm\:h-1 {
    height: 5px
  }

  .sm\:h-2 {
    height: 10px
  }

  .sm\:h-3 {
    height: 15px
  }

  .sm\:h-4 {
    height: 20px
  }

  .sm\:h-5 {
    height: 25px
  }

  .sm\:h-6 {
    height: 30px
  }

  .sm\:h-7 {
    height: 35px
  }

  .sm\:h-8 {
    height: 40px
  }

  .sm\:h-9 {
    height: 45px
  }

  .sm\:h-10 {
    height: 50px
  }

  .sm\:h-11 {
    height: 55px
  }

  .sm\:h-12 {
    height: 60px
  }

  .sm\:h-13 {
    height: 65px
  }

  .sm\:h-14 {
    height: 70px
  }

  .sm\:h-15 {
    height: 75px
  }

  .sm\:h-16 {
    height: 80px
  }

  .sm\:h-17 {
    height: 85px
  }

  .sm\:h-18 {
    height: 90px
  }

  .sm\:h-19 {
    height: 95px
  }

  .sm\:h-20 {
    height: 100px
  }

  .sm\:h-auto {
    height: auto
  }

  .sm\:h-xxs {
    height: 8px
  }

  .sm\:h-xs {
    height: 12px
  }

  .sm\:h-sm {
    height: 24px
  }

  .sm\:h-md {
    height: 48px
  }

  .sm\:h-lg {
    height: 64px
  }

  .sm\:h-xl {
    height: 128px
  }

  .sm\:h-full {
    height: 100%
  }

  .sm\:h-screen {
    height: 100vh
  }

  .sm\:text-0 {
    font-size: 0px
  }

  .sm\:text-1 {
    font-size: 2px
  }

  .sm\:text-2 {
    font-size: 4px
  }

  .sm\:text-3 {
    font-size: 6px
  }

  .sm\:text-4 {
    font-size: 8px
  }

  .sm\:text-5 {
    font-size: 10px
  }

  .sm\:text-6 {
    font-size: 12px
  }

  .sm\:text-7 {
    font-size: 14px
  }

  .sm\:text-8 {
    font-size: 16px
  }

  .sm\:text-9 {
    font-size: 18px
  }

  .sm\:text-10 {
    font-size: 20px
  }

  .sm\:text-11 {
    font-size: 22px
  }

  .sm\:text-12 {
    font-size: 24px
  }

  .sm\:text-13 {
    font-size: 26px
  }

  .sm\:text-14 {
    font-size: 28px
  }

  .sm\:text-15 {
    font-size: 30px
  }

  .sm\:leading-none {
    line-height: 1
  }

  .sm\:leading-tight {
    line-height: 1.25
  }

  .sm\:leading-snug {
    line-height: 1.375
  }

  .sm\:leading-normal {
    line-height: 1.5
  }

  .sm\:leading-relaxed {
    line-height: 1.625
  }

  .sm\:leading-loose {
    line-height: 2
  }

  .sm\:list-inside {
    list-style-position: inside
  }

  .sm\:list-outside {
    list-style-position: outside
  }

  .sm\:list-none {
    list-style-type: none
  }

  .sm\:list-disc {
    list-style-type: disc
  }

  .sm\:list-decimal {
    list-style-type: decimal
  }

  .sm\:m-0 {
    margin: 0
  }

  .sm\:m-1 {
    margin: 5px
  }

  .sm\:m-2 {
    margin: 10px
  }

  .sm\:m-3 {
    margin: 15px
  }

  .sm\:m-4 {
    margin: 20px
  }

  .sm\:m-5 {
    margin: 25px
  }

  .sm\:m-6 {
    margin: 30px
  }

  .sm\:m-7 {
    margin: 35px
  }

  .sm\:m-8 {
    margin: 40px
  }

  .sm\:m-9 {
    margin: 45px
  }

  .sm\:m-10 {
    margin: 50px
  }

  .sm\:m-11 {
    margin: 55px
  }

  .sm\:m-12 {
    margin: 60px
  }

  .sm\:m-13 {
    margin: 65px
  }

  .sm\:m-14 {
    margin: 70px
  }

  .sm\:m-15 {
    margin: 75px
  }

  .sm\:m-16 {
    margin: 80px
  }

  .sm\:m-17 {
    margin: 85px
  }

  .sm\:m-18 {
    margin: 90px
  }

  .sm\:m-19 {
    margin: 95px
  }

  .sm\:m-20 {
    margin: 100px
  }

  .sm\:m-auto {
    margin: auto
  }

  .sm\:m-xxs {
    margin: 8px
  }

  .sm\:m-xs {
    margin: 12px
  }

  .sm\:m-sm {
    margin: 24px
  }

  .sm\:m-md {
    margin: 48px
  }

  .sm\:m-lg {
    margin: 64px
  }

  .sm\:m-xl {
    margin: 128px
  }

  .sm\:-m-1 {
    margin: -5px
  }

  .sm\:-m-2 {
    margin: -10px
  }

  .sm\:-m-3 {
    margin: -15px
  }

  .sm\:-m-4 {
    margin: -20px
  }

  .sm\:-m-5 {
    margin: -25px
  }

  .sm\:-m-6 {
    margin: -30px
  }

  .sm\:-m-7 {
    margin: -35px
  }

  .sm\:-m-8 {
    margin: -40px
  }

  .sm\:-m-9 {
    margin: -45px
  }

  .sm\:-m-10 {
    margin: -50px
  }

  .sm\:-m-11 {
    margin: -55px
  }

  .sm\:-m-12 {
    margin: -60px
  }

  .sm\:-m-13 {
    margin: -65px
  }

  .sm\:-m-14 {
    margin: -70px
  }

  .sm\:-m-15 {
    margin: -75px
  }

  .sm\:-m-16 {
    margin: -80px
  }

  .sm\:-m-17 {
    margin: -85px
  }

  .sm\:-m-18 {
    margin: -90px
  }

  .sm\:-m-19 {
    margin: -95px
  }

  .sm\:-m-20 {
    margin: -100px
  }

  .sm\:-m-xxs {
    margin: -8px
  }

  .sm\:-m-xs {
    margin: -12px
  }

  .sm\:-m-sm {
    margin: -24px
  }

  .sm\:-m-md {
    margin: -48px
  }

  .sm\:-m-lg {
    margin: -64px
  }

  .sm\:-m-xl {
    margin: -128px
  }

  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }

  .sm\:my-1 {
    margin-top: 5px;
    margin-bottom: 5px
  }

  .sm\:mx-1 {
    margin-left: 5px;
    margin-right: 5px
  }

  .sm\:my-2 {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .sm\:mx-2 {
    margin-left: 10px;
    margin-right: 10px
  }

  .sm\:my-3 {
    margin-top: 15px;
    margin-bottom: 15px
  }

  .sm\:mx-3 {
    margin-left: 15px;
    margin-right: 15px
  }

  .sm\:my-4 {
    margin-top: 20px;
    margin-bottom: 20px
  }

  .sm\:mx-4 {
    margin-left: 20px;
    margin-right: 20px
  }

  .sm\:my-5 {
    margin-top: 25px;
    margin-bottom: 25px
  }

  .sm\:mx-5 {
    margin-left: 25px;
    margin-right: 25px
  }

  .sm\:my-6 {
    margin-top: 30px;
    margin-bottom: 30px
  }

  .sm\:mx-6 {
    margin-left: 30px;
    margin-right: 30px
  }

  .sm\:my-7 {
    margin-top: 35px;
    margin-bottom: 35px
  }

  .sm\:mx-7 {
    margin-left: 35px;
    margin-right: 35px
  }

  .sm\:my-8 {
    margin-top: 40px;
    margin-bottom: 40px
  }

  .sm\:mx-8 {
    margin-left: 40px;
    margin-right: 40px
  }

  .sm\:my-9 {
    margin-top: 45px;
    margin-bottom: 45px
  }

  .sm\:mx-9 {
    margin-left: 45px;
    margin-right: 45px
  }

  .sm\:my-10 {
    margin-top: 50px;
    margin-bottom: 50px
  }

  .sm\:mx-10 {
    margin-left: 50px;
    margin-right: 50px
  }

  .sm\:my-11 {
    margin-top: 55px;
    margin-bottom: 55px
  }

  .sm\:mx-11 {
    margin-left: 55px;
    margin-right: 55px
  }

  .sm\:my-12 {
    margin-top: 60px;
    margin-bottom: 60px
  }

  .sm\:mx-12 {
    margin-left: 60px;
    margin-right: 60px
  }

  .sm\:my-13 {
    margin-top: 65px;
    margin-bottom: 65px
  }

  .sm\:mx-13 {
    margin-left: 65px;
    margin-right: 65px
  }

  .sm\:my-14 {
    margin-top: 70px;
    margin-bottom: 70px
  }

  .sm\:mx-14 {
    margin-left: 70px;
    margin-right: 70px
  }

  .sm\:my-15 {
    margin-top: 75px;
    margin-bottom: 75px
  }

  .sm\:mx-15 {
    margin-left: 75px;
    margin-right: 75px
  }

  .sm\:my-16 {
    margin-top: 80px;
    margin-bottom: 80px
  }

  .sm\:mx-16 {
    margin-left: 80px;
    margin-right: 80px
  }

  .sm\:my-17 {
    margin-top: 85px;
    margin-bottom: 85px
  }

  .sm\:mx-17 {
    margin-left: 85px;
    margin-right: 85px
  }

  .sm\:my-18 {
    margin-top: 90px;
    margin-bottom: 90px
  }

  .sm\:mx-18 {
    margin-left: 90px;
    margin-right: 90px
  }

  .sm\:my-19 {
    margin-top: 95px;
    margin-bottom: 95px
  }

  .sm\:mx-19 {
    margin-left: 95px;
    margin-right: 95px
  }

  .sm\:my-20 {
    margin-top: 100px;
    margin-bottom: 100px
  }

  .sm\:mx-20 {
    margin-left: 100px;
    margin-right: 100px
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }

  .sm\:my-xxs {
    margin-top: 8px;
    margin-bottom: 8px
  }

  .sm\:mx-xxs {
    margin-left: 8px;
    margin-right: 8px
  }

  .sm\:my-xs {
    margin-top: 12px;
    margin-bottom: 12px
  }

  .sm\:mx-xs {
    margin-left: 12px;
    margin-right: 12px
  }

  .sm\:my-sm {
    margin-top: 24px;
    margin-bottom: 24px
  }

  .sm\:mx-sm {
    margin-left: 24px;
    margin-right: 24px
  }

  .sm\:my-md {
    margin-top: 48px;
    margin-bottom: 48px
  }

  .sm\:mx-md {
    margin-left: 48px;
    margin-right: 48px
  }

  .sm\:my-lg {
    margin-top: 64px;
    margin-bottom: 64px
  }

  .sm\:mx-lg {
    margin-left: 64px;
    margin-right: 64px
  }

  .sm\:my-xl {
    margin-top: 128px;
    margin-bottom: 128px
  }

  .sm\:mx-xl {
    margin-left: 128px;
    margin-right: 128px
  }

  .sm\:-my-1 {
    margin-top: -5px;
    margin-bottom: -5px
  }

  .sm\:-mx-1 {
    margin-left: -5px;
    margin-right: -5px
  }

  .sm\:-my-2 {
    margin-top: -10px;
    margin-bottom: -10px
  }

  .sm\:-mx-2 {
    margin-left: -10px;
    margin-right: -10px
  }

  .sm\:-my-3 {
    margin-top: -15px;
    margin-bottom: -15px
  }

  .sm\:-mx-3 {
    margin-left: -15px;
    margin-right: -15px
  }

  .sm\:-my-4 {
    margin-top: -20px;
    margin-bottom: -20px
  }

  .sm\:-mx-4 {
    margin-left: -20px;
    margin-right: -20px
  }

  .sm\:-my-5 {
    margin-top: -25px;
    margin-bottom: -25px
  }

  .sm\:-mx-5 {
    margin-left: -25px;
    margin-right: -25px
  }

  .sm\:-my-6 {
    margin-top: -30px;
    margin-bottom: -30px
  }

  .sm\:-mx-6 {
    margin-left: -30px;
    margin-right: -30px
  }

  .sm\:-my-7 {
    margin-top: -35px;
    margin-bottom: -35px
  }

  .sm\:-mx-7 {
    margin-left: -35px;
    margin-right: -35px
  }

  .sm\:-my-8 {
    margin-top: -40px;
    margin-bottom: -40px
  }

  .sm\:-mx-8 {
    margin-left: -40px;
    margin-right: -40px
  }

  .sm\:-my-9 {
    margin-top: -45px;
    margin-bottom: -45px
  }

  .sm\:-mx-9 {
    margin-left: -45px;
    margin-right: -45px
  }

  .sm\:-my-10 {
    margin-top: -50px;
    margin-bottom: -50px
  }

  .sm\:-mx-10 {
    margin-left: -50px;
    margin-right: -50px
  }

  .sm\:-my-11 {
    margin-top: -55px;
    margin-bottom: -55px
  }

  .sm\:-mx-11 {
    margin-left: -55px;
    margin-right: -55px
  }

  .sm\:-my-12 {
    margin-top: -60px;
    margin-bottom: -60px
  }

  .sm\:-mx-12 {
    margin-left: -60px;
    margin-right: -60px
  }

  .sm\:-my-13 {
    margin-top: -65px;
    margin-bottom: -65px
  }

  .sm\:-mx-13 {
    margin-left: -65px;
    margin-right: -65px
  }

  .sm\:-my-14 {
    margin-top: -70px;
    margin-bottom: -70px
  }

  .sm\:-mx-14 {
    margin-left: -70px;
    margin-right: -70px
  }

  .sm\:-my-15 {
    margin-top: -75px;
    margin-bottom: -75px
  }

  .sm\:-mx-15 {
    margin-left: -75px;
    margin-right: -75px
  }

  .sm\:-my-16 {
    margin-top: -80px;
    margin-bottom: -80px
  }

  .sm\:-mx-16 {
    margin-left: -80px;
    margin-right: -80px
  }

  .sm\:-my-17 {
    margin-top: -85px;
    margin-bottom: -85px
  }

  .sm\:-mx-17 {
    margin-left: -85px;
    margin-right: -85px
  }

  .sm\:-my-18 {
    margin-top: -90px;
    margin-bottom: -90px
  }

  .sm\:-mx-18 {
    margin-left: -90px;
    margin-right: -90px
  }

  .sm\:-my-19 {
    margin-top: -95px;
    margin-bottom: -95px
  }

  .sm\:-mx-19 {
    margin-left: -95px;
    margin-right: -95px
  }

  .sm\:-my-20 {
    margin-top: -100px;
    margin-bottom: -100px
  }

  .sm\:-mx-20 {
    margin-left: -100px;
    margin-right: -100px
  }

  .sm\:-my-xxs {
    margin-top: -8px;
    margin-bottom: -8px
  }

  .sm\:-mx-xxs {
    margin-left: -8px;
    margin-right: -8px
  }

  .sm\:-my-xs {
    margin-top: -12px;
    margin-bottom: -12px
  }

  .sm\:-mx-xs {
    margin-left: -12px;
    margin-right: -12px
  }

  .sm\:-my-sm {
    margin-top: -24px;
    margin-bottom: -24px
  }

  .sm\:-mx-sm {
    margin-left: -24px;
    margin-right: -24px
  }

  .sm\:-my-md {
    margin-top: -48px;
    margin-bottom: -48px
  }

  .sm\:-mx-md {
    margin-left: -48px;
    margin-right: -48px
  }

  .sm\:-my-lg {
    margin-top: -64px;
    margin-bottom: -64px
  }

  .sm\:-mx-lg {
    margin-left: -64px;
    margin-right: -64px
  }

  .sm\:-my-xl {
    margin-top: -128px;
    margin-bottom: -128px
  }

  .sm\:-mx-xl {
    margin-left: -128px;
    margin-right: -128px
  }

  .sm\:mt-0 {
    margin-top: 0
  }

  .sm\:mr-0 {
    margin-right: 0
  }

  .sm\:mb-0 {
    margin-bottom: 0
  }

  .sm\:ml-0 {
    margin-left: 0
  }

  .sm\:mt-1 {
    margin-top: 5px
  }

  .sm\:mr-1 {
    margin-right: 5px
  }

  .sm\:mb-1 {
    margin-bottom: 5px
  }

  .sm\:ml-1 {
    margin-left: 5px
  }

  .sm\:mt-2 {
    margin-top: 10px
  }

  .sm\:mr-2 {
    margin-right: 10px
  }

  .sm\:mb-2 {
    margin-bottom: 10px
  }

  .sm\:ml-2 {
    margin-left: 10px
  }

  .sm\:mt-3 {
    margin-top: 15px
  }

  .sm\:mr-3 {
    margin-right: 15px
  }

  .sm\:mb-3 {
    margin-bottom: 15px
  }

  .sm\:ml-3 {
    margin-left: 15px
  }

  .sm\:mt-4 {
    margin-top: 20px
  }

  .sm\:mr-4 {
    margin-right: 20px
  }

  .sm\:mb-4 {
    margin-bottom: 20px
  }

  .sm\:ml-4 {
    margin-left: 20px
  }

  .sm\:mt-5 {
    margin-top: 25px
  }

  .sm\:mr-5 {
    margin-right: 25px
  }

  .sm\:mb-5 {
    margin-bottom: 25px
  }

  .sm\:ml-5 {
    margin-left: 25px
  }

  .sm\:mt-6 {
    margin-top: 30px
  }

  .sm\:mr-6 {
    margin-right: 30px
  }

  .sm\:mb-6 {
    margin-bottom: 30px
  }

  .sm\:ml-6 {
    margin-left: 30px
  }

  .sm\:mt-7 {
    margin-top: 35px
  }

  .sm\:mr-7 {
    margin-right: 35px
  }

  .sm\:mb-7 {
    margin-bottom: 35px
  }

  .sm\:ml-7 {
    margin-left: 35px
  }

  .sm\:mt-8 {
    margin-top: 40px
  }

  .sm\:mr-8 {
    margin-right: 40px
  }

  .sm\:mb-8 {
    margin-bottom: 40px
  }

  .sm\:ml-8 {
    margin-left: 40px
  }

  .sm\:mt-9 {
    margin-top: 45px
  }

  .sm\:mr-9 {
    margin-right: 45px
  }

  .sm\:mb-9 {
    margin-bottom: 45px
  }

  .sm\:ml-9 {
    margin-left: 45px
  }

  .sm\:mt-10 {
    margin-top: 50px
  }

  .sm\:mr-10 {
    margin-right: 50px
  }

  .sm\:mb-10 {
    margin-bottom: 50px
  }

  .sm\:ml-10 {
    margin-left: 50px
  }

  .sm\:mt-11 {
    margin-top: 55px
  }

  .sm\:mr-11 {
    margin-right: 55px
  }

  .sm\:mb-11 {
    margin-bottom: 55px
  }

  .sm\:ml-11 {
    margin-left: 55px
  }

  .sm\:mt-12 {
    margin-top: 60px
  }

  .sm\:mr-12 {
    margin-right: 60px
  }

  .sm\:mb-12 {
    margin-bottom: 60px
  }

  .sm\:ml-12 {
    margin-left: 60px
  }

  .sm\:mt-13 {
    margin-top: 65px
  }

  .sm\:mr-13 {
    margin-right: 65px
  }

  .sm\:mb-13 {
    margin-bottom: 65px
  }

  .sm\:ml-13 {
    margin-left: 65px
  }

  .sm\:mt-14 {
    margin-top: 70px
  }

  .sm\:mr-14 {
    margin-right: 70px
  }

  .sm\:mb-14 {
    margin-bottom: 70px
  }

  .sm\:ml-14 {
    margin-left: 70px
  }

  .sm\:mt-15 {
    margin-top: 75px
  }

  .sm\:mr-15 {
    margin-right: 75px
  }

  .sm\:mb-15 {
    margin-bottom: 75px
  }

  .sm\:ml-15 {
    margin-left: 75px
  }

  .sm\:mt-16 {
    margin-top: 80px
  }

  .sm\:mr-16 {
    margin-right: 80px
  }

  .sm\:mb-16 {
    margin-bottom: 80px
  }

  .sm\:ml-16 {
    margin-left: 80px
  }

  .sm\:mt-17 {
    margin-top: 85px
  }

  .sm\:mr-17 {
    margin-right: 85px
  }

  .sm\:mb-17 {
    margin-bottom: 85px
  }

  .sm\:ml-17 {
    margin-left: 85px
  }

  .sm\:mt-18 {
    margin-top: 90px
  }

  .sm\:mr-18 {
    margin-right: 90px
  }

  .sm\:mb-18 {
    margin-bottom: 90px
  }

  .sm\:ml-18 {
    margin-left: 90px
  }

  .sm\:mt-19 {
    margin-top: 95px
  }

  .sm\:mr-19 {
    margin-right: 95px
  }

  .sm\:mb-19 {
    margin-bottom: 95px
  }

  .sm\:ml-19 {
    margin-left: 95px
  }

  .sm\:mt-20 {
    margin-top: 100px
  }

  .sm\:mr-20 {
    margin-right: 100px
  }

  .sm\:mb-20 {
    margin-bottom: 100px
  }

  .sm\:ml-20 {
    margin-left: 100px
  }

  .sm\:mt-auto {
    margin-top: auto
  }

  .sm\:mr-auto {
    margin-right: auto
  }

  .sm\:mb-auto {
    margin-bottom: auto
  }

  .sm\:ml-auto {
    margin-left: auto
  }

  .sm\:mt-xxs {
    margin-top: 8px
  }

  .sm\:mr-xxs {
    margin-right: 8px
  }

  .sm\:mb-xxs {
    margin-bottom: 8px
  }

  .sm\:ml-xxs {
    margin-left: 8px
  }

  .sm\:mt-xs {
    margin-top: 12px
  }

  .sm\:mr-xs {
    margin-right: 12px
  }

  .sm\:mb-xs {
    margin-bottom: 12px
  }

  .sm\:ml-xs {
    margin-left: 12px
  }

  .sm\:mt-sm {
    margin-top: 24px
  }

  .sm\:mr-sm {
    margin-right: 24px
  }

  .sm\:mb-sm {
    margin-bottom: 24px
  }

  .sm\:ml-sm {
    margin-left: 24px
  }

  .sm\:mt-md {
    margin-top: 48px
  }

  .sm\:mr-md {
    margin-right: 48px
  }

  .sm\:mb-md {
    margin-bottom: 48px
  }

  .sm\:ml-md {
    margin-left: 48px
  }

  .sm\:mt-lg {
    margin-top: 64px
  }

  .sm\:mr-lg {
    margin-right: 64px
  }

  .sm\:mb-lg {
    margin-bottom: 64px
  }

  .sm\:ml-lg {
    margin-left: 64px
  }

  .sm\:mt-xl {
    margin-top: 128px
  }

  .sm\:mr-xl {
    margin-right: 128px
  }

  .sm\:mb-xl {
    margin-bottom: 128px
  }

  .sm\:ml-xl {
    margin-left: 128px
  }

  .sm\:-mt-1 {
    margin-top: -5px
  }

  .sm\:-mr-1 {
    margin-right: -5px
  }

  .sm\:-mb-1 {
    margin-bottom: -5px
  }

  .sm\:-ml-1 {
    margin-left: -5px
  }

  .sm\:-mt-2 {
    margin-top: -10px
  }

  .sm\:-mr-2 {
    margin-right: -10px
  }

  .sm\:-mb-2 {
    margin-bottom: -10px
  }

  .sm\:-ml-2 {
    margin-left: -10px
  }

  .sm\:-mt-3 {
    margin-top: -15px
  }

  .sm\:-mr-3 {
    margin-right: -15px
  }

  .sm\:-mb-3 {
    margin-bottom: -15px
  }

  .sm\:-ml-3 {
    margin-left: -15px
  }

  .sm\:-mt-4 {
    margin-top: -20px
  }

  .sm\:-mr-4 {
    margin-right: -20px
  }

  .sm\:-mb-4 {
    margin-bottom: -20px
  }

  .sm\:-ml-4 {
    margin-left: -20px
  }

  .sm\:-mt-5 {
    margin-top: -25px
  }

  .sm\:-mr-5 {
    margin-right: -25px
  }

  .sm\:-mb-5 {
    margin-bottom: -25px
  }

  .sm\:-ml-5 {
    margin-left: -25px
  }

  .sm\:-mt-6 {
    margin-top: -30px
  }

  .sm\:-mr-6 {
    margin-right: -30px
  }

  .sm\:-mb-6 {
    margin-bottom: -30px
  }

  .sm\:-ml-6 {
    margin-left: -30px
  }

  .sm\:-mt-7 {
    margin-top: -35px
  }

  .sm\:-mr-7 {
    margin-right: -35px
  }

  .sm\:-mb-7 {
    margin-bottom: -35px
  }

  .sm\:-ml-7 {
    margin-left: -35px
  }

  .sm\:-mt-8 {
    margin-top: -40px
  }

  .sm\:-mr-8 {
    margin-right: -40px
  }

  .sm\:-mb-8 {
    margin-bottom: -40px
  }

  .sm\:-ml-8 {
    margin-left: -40px
  }

  .sm\:-mt-9 {
    margin-top: -45px
  }

  .sm\:-mr-9 {
    margin-right: -45px
  }

  .sm\:-mb-9 {
    margin-bottom: -45px
  }

  .sm\:-ml-9 {
    margin-left: -45px
  }

  .sm\:-mt-10 {
    margin-top: -50px
  }

  .sm\:-mr-10 {
    margin-right: -50px
  }

  .sm\:-mb-10 {
    margin-bottom: -50px
  }

  .sm\:-ml-10 {
    margin-left: -50px
  }

  .sm\:-mt-11 {
    margin-top: -55px
  }

  .sm\:-mr-11 {
    margin-right: -55px
  }

  .sm\:-mb-11 {
    margin-bottom: -55px
  }

  .sm\:-ml-11 {
    margin-left: -55px
  }

  .sm\:-mt-12 {
    margin-top: -60px
  }

  .sm\:-mr-12 {
    margin-right: -60px
  }

  .sm\:-mb-12 {
    margin-bottom: -60px
  }

  .sm\:-ml-12 {
    margin-left: -60px
  }

  .sm\:-mt-13 {
    margin-top: -65px
  }

  .sm\:-mr-13 {
    margin-right: -65px
  }

  .sm\:-mb-13 {
    margin-bottom: -65px
  }

  .sm\:-ml-13 {
    margin-left: -65px
  }

  .sm\:-mt-14 {
    margin-top: -70px
  }

  .sm\:-mr-14 {
    margin-right: -70px
  }

  .sm\:-mb-14 {
    margin-bottom: -70px
  }

  .sm\:-ml-14 {
    margin-left: -70px
  }

  .sm\:-mt-15 {
    margin-top: -75px
  }

  .sm\:-mr-15 {
    margin-right: -75px
  }

  .sm\:-mb-15 {
    margin-bottom: -75px
  }

  .sm\:-ml-15 {
    margin-left: -75px
  }

  .sm\:-mt-16 {
    margin-top: -80px
  }

  .sm\:-mr-16 {
    margin-right: -80px
  }

  .sm\:-mb-16 {
    margin-bottom: -80px
  }

  .sm\:-ml-16 {
    margin-left: -80px
  }

  .sm\:-mt-17 {
    margin-top: -85px
  }

  .sm\:-mr-17 {
    margin-right: -85px
  }

  .sm\:-mb-17 {
    margin-bottom: -85px
  }

  .sm\:-ml-17 {
    margin-left: -85px
  }

  .sm\:-mt-18 {
    margin-top: -90px
  }

  .sm\:-mr-18 {
    margin-right: -90px
  }

  .sm\:-mb-18 {
    margin-bottom: -90px
  }

  .sm\:-ml-18 {
    margin-left: -90px
  }

  .sm\:-mt-19 {
    margin-top: -95px
  }

  .sm\:-mr-19 {
    margin-right: -95px
  }

  .sm\:-mb-19 {
    margin-bottom: -95px
  }

  .sm\:-ml-19 {
    margin-left: -95px
  }

  .sm\:-mt-20 {
    margin-top: -100px
  }

  .sm\:-mr-20 {
    margin-right: -100px
  }

  .sm\:-mb-20 {
    margin-bottom: -100px
  }

  .sm\:-ml-20 {
    margin-left: -100px
  }

  .sm\:-mt-xxs {
    margin-top: -8px
  }

  .sm\:-mr-xxs {
    margin-right: -8px
  }

  .sm\:-mb-xxs {
    margin-bottom: -8px
  }

  .sm\:-ml-xxs {
    margin-left: -8px
  }

  .sm\:-mt-xs {
    margin-top: -12px
  }

  .sm\:-mr-xs {
    margin-right: -12px
  }

  .sm\:-mb-xs {
    margin-bottom: -12px
  }

  .sm\:-ml-xs {
    margin-left: -12px
  }

  .sm\:-mt-sm {
    margin-top: -24px
  }

  .sm\:-mr-sm {
    margin-right: -24px
  }

  .sm\:-mb-sm {
    margin-bottom: -24px
  }

  .sm\:-ml-sm {
    margin-left: -24px
  }

  .sm\:-mt-md {
    margin-top: -48px
  }

  .sm\:-mr-md {
    margin-right: -48px
  }

  .sm\:-mb-md {
    margin-bottom: -48px
  }

  .sm\:-ml-md {
    margin-left: -48px
  }

  .sm\:-mt-lg {
    margin-top: -64px
  }

  .sm\:-mr-lg {
    margin-right: -64px
  }

  .sm\:-mb-lg {
    margin-bottom: -64px
  }

  .sm\:-ml-lg {
    margin-left: -64px
  }

  .sm\:-mt-xl {
    margin-top: -128px
  }

  .sm\:-mr-xl {
    margin-right: -128px
  }

  .sm\:-mb-xl {
    margin-bottom: -128px
  }

  .sm\:-ml-xl {
    margin-left: -128px
  }

  .sm\:first\:m-0:first-child {
    margin: 0
  }

  .sm\:first\:m-1:first-child {
    margin: 5px
  }

  .sm\:first\:m-2:first-child {
    margin: 10px
  }

  .sm\:first\:m-3:first-child {
    margin: 15px
  }

  .sm\:first\:m-4:first-child {
    margin: 20px
  }

  .sm\:first\:m-5:first-child {
    margin: 25px
  }

  .sm\:first\:m-6:first-child {
    margin: 30px
  }

  .sm\:first\:m-7:first-child {
    margin: 35px
  }

  .sm\:first\:m-8:first-child {
    margin: 40px
  }

  .sm\:first\:m-9:first-child {
    margin: 45px
  }

  .sm\:first\:m-10:first-child {
    margin: 50px
  }

  .sm\:first\:m-11:first-child {
    margin: 55px
  }

  .sm\:first\:m-12:first-child {
    margin: 60px
  }

  .sm\:first\:m-13:first-child {
    margin: 65px
  }

  .sm\:first\:m-14:first-child {
    margin: 70px
  }

  .sm\:first\:m-15:first-child {
    margin: 75px
  }

  .sm\:first\:m-16:first-child {
    margin: 80px
  }

  .sm\:first\:m-17:first-child {
    margin: 85px
  }

  .sm\:first\:m-18:first-child {
    margin: 90px
  }

  .sm\:first\:m-19:first-child {
    margin: 95px
  }

  .sm\:first\:m-20:first-child {
    margin: 100px
  }

  .sm\:first\:m-auto:first-child {
    margin: auto
  }

  .sm\:first\:m-xxs:first-child {
    margin: 8px
  }

  .sm\:first\:m-xs:first-child {
    margin: 12px
  }

  .sm\:first\:m-sm:first-child {
    margin: 24px
  }

  .sm\:first\:m-md:first-child {
    margin: 48px
  }

  .sm\:first\:m-lg:first-child {
    margin: 64px
  }

  .sm\:first\:m-xl:first-child {
    margin: 128px
  }

  .sm\:first\:-m-1:first-child {
    margin: -5px
  }

  .sm\:first\:-m-2:first-child {
    margin: -10px
  }

  .sm\:first\:-m-3:first-child {
    margin: -15px
  }

  .sm\:first\:-m-4:first-child {
    margin: -20px
  }

  .sm\:first\:-m-5:first-child {
    margin: -25px
  }

  .sm\:first\:-m-6:first-child {
    margin: -30px
  }

  .sm\:first\:-m-7:first-child {
    margin: -35px
  }

  .sm\:first\:-m-8:first-child {
    margin: -40px
  }

  .sm\:first\:-m-9:first-child {
    margin: -45px
  }

  .sm\:first\:-m-10:first-child {
    margin: -50px
  }

  .sm\:first\:-m-11:first-child {
    margin: -55px
  }

  .sm\:first\:-m-12:first-child {
    margin: -60px
  }

  .sm\:first\:-m-13:first-child {
    margin: -65px
  }

  .sm\:first\:-m-14:first-child {
    margin: -70px
  }

  .sm\:first\:-m-15:first-child {
    margin: -75px
  }

  .sm\:first\:-m-16:first-child {
    margin: -80px
  }

  .sm\:first\:-m-17:first-child {
    margin: -85px
  }

  .sm\:first\:-m-18:first-child {
    margin: -90px
  }

  .sm\:first\:-m-19:first-child {
    margin: -95px
  }

  .sm\:first\:-m-20:first-child {
    margin: -100px
  }

  .sm\:first\:-m-xxs:first-child {
    margin: -8px
  }

  .sm\:first\:-m-xs:first-child {
    margin: -12px
  }

  .sm\:first\:-m-sm:first-child {
    margin: -24px
  }

  .sm\:first\:-m-md:first-child {
    margin: -48px
  }

  .sm\:first\:-m-lg:first-child {
    margin: -64px
  }

  .sm\:first\:-m-xl:first-child {
    margin: -128px
  }

  .sm\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0
  }

  .sm\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0
  }

  .sm\:first\:my-1:first-child {
    margin-top: 5px;
    margin-bottom: 5px
  }

  .sm\:first\:mx-1:first-child {
    margin-left: 5px;
    margin-right: 5px
  }

  .sm\:first\:my-2:first-child {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .sm\:first\:mx-2:first-child {
    margin-left: 10px;
    margin-right: 10px
  }

  .sm\:first\:my-3:first-child {
    margin-top: 15px;
    margin-bottom: 15px
  }

  .sm\:first\:mx-3:first-child {
    margin-left: 15px;
    margin-right: 15px
  }

  .sm\:first\:my-4:first-child {
    margin-top: 20px;
    margin-bottom: 20px
  }

  .sm\:first\:mx-4:first-child {
    margin-left: 20px;
    margin-right: 20px
  }

  .sm\:first\:my-5:first-child {
    margin-top: 25px;
    margin-bottom: 25px
  }

  .sm\:first\:mx-5:first-child {
    margin-left: 25px;
    margin-right: 25px
  }

  .sm\:first\:my-6:first-child {
    margin-top: 30px;
    margin-bottom: 30px
  }

  .sm\:first\:mx-6:first-child {
    margin-left: 30px;
    margin-right: 30px
  }

  .sm\:first\:my-7:first-child {
    margin-top: 35px;
    margin-bottom: 35px
  }

  .sm\:first\:mx-7:first-child {
    margin-left: 35px;
    margin-right: 35px
  }

  .sm\:first\:my-8:first-child {
    margin-top: 40px;
    margin-bottom: 40px
  }

  .sm\:first\:mx-8:first-child {
    margin-left: 40px;
    margin-right: 40px
  }

  .sm\:first\:my-9:first-child {
    margin-top: 45px;
    margin-bottom: 45px
  }

  .sm\:first\:mx-9:first-child {
    margin-left: 45px;
    margin-right: 45px
  }

  .sm\:first\:my-10:first-child {
    margin-top: 50px;
    margin-bottom: 50px
  }

  .sm\:first\:mx-10:first-child {
    margin-left: 50px;
    margin-right: 50px
  }

  .sm\:first\:my-11:first-child {
    margin-top: 55px;
    margin-bottom: 55px
  }

  .sm\:first\:mx-11:first-child {
    margin-left: 55px;
    margin-right: 55px
  }

  .sm\:first\:my-12:first-child {
    margin-top: 60px;
    margin-bottom: 60px
  }

  .sm\:first\:mx-12:first-child {
    margin-left: 60px;
    margin-right: 60px
  }

  .sm\:first\:my-13:first-child {
    margin-top: 65px;
    margin-bottom: 65px
  }

  .sm\:first\:mx-13:first-child {
    margin-left: 65px;
    margin-right: 65px
  }

  .sm\:first\:my-14:first-child {
    margin-top: 70px;
    margin-bottom: 70px
  }

  .sm\:first\:mx-14:first-child {
    margin-left: 70px;
    margin-right: 70px
  }

  .sm\:first\:my-15:first-child {
    margin-top: 75px;
    margin-bottom: 75px
  }

  .sm\:first\:mx-15:first-child {
    margin-left: 75px;
    margin-right: 75px
  }

  .sm\:first\:my-16:first-child {
    margin-top: 80px;
    margin-bottom: 80px
  }

  .sm\:first\:mx-16:first-child {
    margin-left: 80px;
    margin-right: 80px
  }

  .sm\:first\:my-17:first-child {
    margin-top: 85px;
    margin-bottom: 85px
  }

  .sm\:first\:mx-17:first-child {
    margin-left: 85px;
    margin-right: 85px
  }

  .sm\:first\:my-18:first-child {
    margin-top: 90px;
    margin-bottom: 90px
  }

  .sm\:first\:mx-18:first-child {
    margin-left: 90px;
    margin-right: 90px
  }

  .sm\:first\:my-19:first-child {
    margin-top: 95px;
    margin-bottom: 95px
  }

  .sm\:first\:mx-19:first-child {
    margin-left: 95px;
    margin-right: 95px
  }

  .sm\:first\:my-20:first-child {
    margin-top: 100px;
    margin-bottom: 100px
  }

  .sm\:first\:mx-20:first-child {
    margin-left: 100px;
    margin-right: 100px
  }

  .sm\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto
  }

  .sm\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto
  }

  .sm\:first\:my-xxs:first-child {
    margin-top: 8px;
    margin-bottom: 8px
  }

  .sm\:first\:mx-xxs:first-child {
    margin-left: 8px;
    margin-right: 8px
  }

  .sm\:first\:my-xs:first-child {
    margin-top: 12px;
    margin-bottom: 12px
  }

  .sm\:first\:mx-xs:first-child {
    margin-left: 12px;
    margin-right: 12px
  }

  .sm\:first\:my-sm:first-child {
    margin-top: 24px;
    margin-bottom: 24px
  }

  .sm\:first\:mx-sm:first-child {
    margin-left: 24px;
    margin-right: 24px
  }

  .sm\:first\:my-md:first-child {
    margin-top: 48px;
    margin-bottom: 48px
  }

  .sm\:first\:mx-md:first-child {
    margin-left: 48px;
    margin-right: 48px
  }

  .sm\:first\:my-lg:first-child {
    margin-top: 64px;
    margin-bottom: 64px
  }

  .sm\:first\:mx-lg:first-child {
    margin-left: 64px;
    margin-right: 64px
  }

  .sm\:first\:my-xl:first-child {
    margin-top: 128px;
    margin-bottom: 128px
  }

  .sm\:first\:mx-xl:first-child {
    margin-left: 128px;
    margin-right: 128px
  }

  .sm\:first\:-my-1:first-child {
    margin-top: -5px;
    margin-bottom: -5px
  }

  .sm\:first\:-mx-1:first-child {
    margin-left: -5px;
    margin-right: -5px
  }

  .sm\:first\:-my-2:first-child {
    margin-top: -10px;
    margin-bottom: -10px
  }

  .sm\:first\:-mx-2:first-child {
    margin-left: -10px;
    margin-right: -10px
  }

  .sm\:first\:-my-3:first-child {
    margin-top: -15px;
    margin-bottom: -15px
  }

  .sm\:first\:-mx-3:first-child {
    margin-left: -15px;
    margin-right: -15px
  }

  .sm\:first\:-my-4:first-child {
    margin-top: -20px;
    margin-bottom: -20px
  }

  .sm\:first\:-mx-4:first-child {
    margin-left: -20px;
    margin-right: -20px
  }

  .sm\:first\:-my-5:first-child {
    margin-top: -25px;
    margin-bottom: -25px
  }

  .sm\:first\:-mx-5:first-child {
    margin-left: -25px;
    margin-right: -25px
  }

  .sm\:first\:-my-6:first-child {
    margin-top: -30px;
    margin-bottom: -30px
  }

  .sm\:first\:-mx-6:first-child {
    margin-left: -30px;
    margin-right: -30px
  }

  .sm\:first\:-my-7:first-child {
    margin-top: -35px;
    margin-bottom: -35px
  }

  .sm\:first\:-mx-7:first-child {
    margin-left: -35px;
    margin-right: -35px
  }

  .sm\:first\:-my-8:first-child {
    margin-top: -40px;
    margin-bottom: -40px
  }

  .sm\:first\:-mx-8:first-child {
    margin-left: -40px;
    margin-right: -40px
  }

  .sm\:first\:-my-9:first-child {
    margin-top: -45px;
    margin-bottom: -45px
  }

  .sm\:first\:-mx-9:first-child {
    margin-left: -45px;
    margin-right: -45px
  }

  .sm\:first\:-my-10:first-child {
    margin-top: -50px;
    margin-bottom: -50px
  }

  .sm\:first\:-mx-10:first-child {
    margin-left: -50px;
    margin-right: -50px
  }

  .sm\:first\:-my-11:first-child {
    margin-top: -55px;
    margin-bottom: -55px
  }

  .sm\:first\:-mx-11:first-child {
    margin-left: -55px;
    margin-right: -55px
  }

  .sm\:first\:-my-12:first-child {
    margin-top: -60px;
    margin-bottom: -60px
  }

  .sm\:first\:-mx-12:first-child {
    margin-left: -60px;
    margin-right: -60px
  }

  .sm\:first\:-my-13:first-child {
    margin-top: -65px;
    margin-bottom: -65px
  }

  .sm\:first\:-mx-13:first-child {
    margin-left: -65px;
    margin-right: -65px
  }

  .sm\:first\:-my-14:first-child {
    margin-top: -70px;
    margin-bottom: -70px
  }

  .sm\:first\:-mx-14:first-child {
    margin-left: -70px;
    margin-right: -70px
  }

  .sm\:first\:-my-15:first-child {
    margin-top: -75px;
    margin-bottom: -75px
  }

  .sm\:first\:-mx-15:first-child {
    margin-left: -75px;
    margin-right: -75px
  }

  .sm\:first\:-my-16:first-child {
    margin-top: -80px;
    margin-bottom: -80px
  }

  .sm\:first\:-mx-16:first-child {
    margin-left: -80px;
    margin-right: -80px
  }

  .sm\:first\:-my-17:first-child {
    margin-top: -85px;
    margin-bottom: -85px
  }

  .sm\:first\:-mx-17:first-child {
    margin-left: -85px;
    margin-right: -85px
  }

  .sm\:first\:-my-18:first-child {
    margin-top: -90px;
    margin-bottom: -90px
  }

  .sm\:first\:-mx-18:first-child {
    margin-left: -90px;
    margin-right: -90px
  }

  .sm\:first\:-my-19:first-child {
    margin-top: -95px;
    margin-bottom: -95px
  }

  .sm\:first\:-mx-19:first-child {
    margin-left: -95px;
    margin-right: -95px
  }

  .sm\:first\:-my-20:first-child {
    margin-top: -100px;
    margin-bottom: -100px
  }

  .sm\:first\:-mx-20:first-child {
    margin-left: -100px;
    margin-right: -100px
  }

  .sm\:first\:-my-xxs:first-child {
    margin-top: -8px;
    margin-bottom: -8px
  }

  .sm\:first\:-mx-xxs:first-child {
    margin-left: -8px;
    margin-right: -8px
  }

  .sm\:first\:-my-xs:first-child {
    margin-top: -12px;
    margin-bottom: -12px
  }

  .sm\:first\:-mx-xs:first-child {
    margin-left: -12px;
    margin-right: -12px
  }

  .sm\:first\:-my-sm:first-child {
    margin-top: -24px;
    margin-bottom: -24px
  }

  .sm\:first\:-mx-sm:first-child {
    margin-left: -24px;
    margin-right: -24px
  }

  .sm\:first\:-my-md:first-child {
    margin-top: -48px;
    margin-bottom: -48px
  }

  .sm\:first\:-mx-md:first-child {
    margin-left: -48px;
    margin-right: -48px
  }

  .sm\:first\:-my-lg:first-child {
    margin-top: -64px;
    margin-bottom: -64px
  }

  .sm\:first\:-mx-lg:first-child {
    margin-left: -64px;
    margin-right: -64px
  }

  .sm\:first\:-my-xl:first-child {
    margin-top: -128px;
    margin-bottom: -128px
  }

  .sm\:first\:-mx-xl:first-child {
    margin-left: -128px;
    margin-right: -128px
  }

  .sm\:first\:mt-0:first-child {
    margin-top: 0
  }

  .sm\:first\:mr-0:first-child {
    margin-right: 0
  }

  .sm\:first\:mb-0:first-child {
    margin-bottom: 0
  }

  .sm\:first\:ml-0:first-child {
    margin-left: 0
  }

  .sm\:first\:mt-1:first-child {
    margin-top: 5px
  }

  .sm\:first\:mr-1:first-child {
    margin-right: 5px
  }

  .sm\:first\:mb-1:first-child {
    margin-bottom: 5px
  }

  .sm\:first\:ml-1:first-child {
    margin-left: 5px
  }

  .sm\:first\:mt-2:first-child {
    margin-top: 10px
  }

  .sm\:first\:mr-2:first-child {
    margin-right: 10px
  }

  .sm\:first\:mb-2:first-child {
    margin-bottom: 10px
  }

  .sm\:first\:ml-2:first-child {
    margin-left: 10px
  }

  .sm\:first\:mt-3:first-child {
    margin-top: 15px
  }

  .sm\:first\:mr-3:first-child {
    margin-right: 15px
  }

  .sm\:first\:mb-3:first-child {
    margin-bottom: 15px
  }

  .sm\:first\:ml-3:first-child {
    margin-left: 15px
  }

  .sm\:first\:mt-4:first-child {
    margin-top: 20px
  }

  .sm\:first\:mr-4:first-child {
    margin-right: 20px
  }

  .sm\:first\:mb-4:first-child {
    margin-bottom: 20px
  }

  .sm\:first\:ml-4:first-child {
    margin-left: 20px
  }

  .sm\:first\:mt-5:first-child {
    margin-top: 25px
  }

  .sm\:first\:mr-5:first-child {
    margin-right: 25px
  }

  .sm\:first\:mb-5:first-child {
    margin-bottom: 25px
  }

  .sm\:first\:ml-5:first-child {
    margin-left: 25px
  }

  .sm\:first\:mt-6:first-child {
    margin-top: 30px
  }

  .sm\:first\:mr-6:first-child {
    margin-right: 30px
  }

  .sm\:first\:mb-6:first-child {
    margin-bottom: 30px
  }

  .sm\:first\:ml-6:first-child {
    margin-left: 30px
  }

  .sm\:first\:mt-7:first-child {
    margin-top: 35px
  }

  .sm\:first\:mr-7:first-child {
    margin-right: 35px
  }

  .sm\:first\:mb-7:first-child {
    margin-bottom: 35px
  }

  .sm\:first\:ml-7:first-child {
    margin-left: 35px
  }

  .sm\:first\:mt-8:first-child {
    margin-top: 40px
  }

  .sm\:first\:mr-8:first-child {
    margin-right: 40px
  }

  .sm\:first\:mb-8:first-child {
    margin-bottom: 40px
  }

  .sm\:first\:ml-8:first-child {
    margin-left: 40px
  }

  .sm\:first\:mt-9:first-child {
    margin-top: 45px
  }

  .sm\:first\:mr-9:first-child {
    margin-right: 45px
  }

  .sm\:first\:mb-9:first-child {
    margin-bottom: 45px
  }

  .sm\:first\:ml-9:first-child {
    margin-left: 45px
  }

  .sm\:first\:mt-10:first-child {
    margin-top: 50px
  }

  .sm\:first\:mr-10:first-child {
    margin-right: 50px
  }

  .sm\:first\:mb-10:first-child {
    margin-bottom: 50px
  }

  .sm\:first\:ml-10:first-child {
    margin-left: 50px
  }

  .sm\:first\:mt-11:first-child {
    margin-top: 55px
  }

  .sm\:first\:mr-11:first-child {
    margin-right: 55px
  }

  .sm\:first\:mb-11:first-child {
    margin-bottom: 55px
  }

  .sm\:first\:ml-11:first-child {
    margin-left: 55px
  }

  .sm\:first\:mt-12:first-child {
    margin-top: 60px
  }

  .sm\:first\:mr-12:first-child {
    margin-right: 60px
  }

  .sm\:first\:mb-12:first-child {
    margin-bottom: 60px
  }

  .sm\:first\:ml-12:first-child {
    margin-left: 60px
  }

  .sm\:first\:mt-13:first-child {
    margin-top: 65px
  }

  .sm\:first\:mr-13:first-child {
    margin-right: 65px
  }

  .sm\:first\:mb-13:first-child {
    margin-bottom: 65px
  }

  .sm\:first\:ml-13:first-child {
    margin-left: 65px
  }

  .sm\:first\:mt-14:first-child {
    margin-top: 70px
  }

  .sm\:first\:mr-14:first-child {
    margin-right: 70px
  }

  .sm\:first\:mb-14:first-child {
    margin-bottom: 70px
  }

  .sm\:first\:ml-14:first-child {
    margin-left: 70px
  }

  .sm\:first\:mt-15:first-child {
    margin-top: 75px
  }

  .sm\:first\:mr-15:first-child {
    margin-right: 75px
  }

  .sm\:first\:mb-15:first-child {
    margin-bottom: 75px
  }

  .sm\:first\:ml-15:first-child {
    margin-left: 75px
  }

  .sm\:first\:mt-16:first-child {
    margin-top: 80px
  }

  .sm\:first\:mr-16:first-child {
    margin-right: 80px
  }

  .sm\:first\:mb-16:first-child {
    margin-bottom: 80px
  }

  .sm\:first\:ml-16:first-child {
    margin-left: 80px
  }

  .sm\:first\:mt-17:first-child {
    margin-top: 85px
  }

  .sm\:first\:mr-17:first-child {
    margin-right: 85px
  }

  .sm\:first\:mb-17:first-child {
    margin-bottom: 85px
  }

  .sm\:first\:ml-17:first-child {
    margin-left: 85px
  }

  .sm\:first\:mt-18:first-child {
    margin-top: 90px
  }

  .sm\:first\:mr-18:first-child {
    margin-right: 90px
  }

  .sm\:first\:mb-18:first-child {
    margin-bottom: 90px
  }

  .sm\:first\:ml-18:first-child {
    margin-left: 90px
  }

  .sm\:first\:mt-19:first-child {
    margin-top: 95px
  }

  .sm\:first\:mr-19:first-child {
    margin-right: 95px
  }

  .sm\:first\:mb-19:first-child {
    margin-bottom: 95px
  }

  .sm\:first\:ml-19:first-child {
    margin-left: 95px
  }

  .sm\:first\:mt-20:first-child {
    margin-top: 100px
  }

  .sm\:first\:mr-20:first-child {
    margin-right: 100px
  }

  .sm\:first\:mb-20:first-child {
    margin-bottom: 100px
  }

  .sm\:first\:ml-20:first-child {
    margin-left: 100px
  }

  .sm\:first\:mt-auto:first-child {
    margin-top: auto
  }

  .sm\:first\:mr-auto:first-child {
    margin-right: auto
  }

  .sm\:first\:mb-auto:first-child {
    margin-bottom: auto
  }

  .sm\:first\:ml-auto:first-child {
    margin-left: auto
  }

  .sm\:first\:mt-xxs:first-child {
    margin-top: 8px
  }

  .sm\:first\:mr-xxs:first-child {
    margin-right: 8px
  }

  .sm\:first\:mb-xxs:first-child {
    margin-bottom: 8px
  }

  .sm\:first\:ml-xxs:first-child {
    margin-left: 8px
  }

  .sm\:first\:mt-xs:first-child {
    margin-top: 12px
  }

  .sm\:first\:mr-xs:first-child {
    margin-right: 12px
  }

  .sm\:first\:mb-xs:first-child {
    margin-bottom: 12px
  }

  .sm\:first\:ml-xs:first-child {
    margin-left: 12px
  }

  .sm\:first\:mt-sm:first-child {
    margin-top: 24px
  }

  .sm\:first\:mr-sm:first-child {
    margin-right: 24px
  }

  .sm\:first\:mb-sm:first-child {
    margin-bottom: 24px
  }

  .sm\:first\:ml-sm:first-child {
    margin-left: 24px
  }

  .sm\:first\:mt-md:first-child {
    margin-top: 48px
  }

  .sm\:first\:mr-md:first-child {
    margin-right: 48px
  }

  .sm\:first\:mb-md:first-child {
    margin-bottom: 48px
  }

  .sm\:first\:ml-md:first-child {
    margin-left: 48px
  }

  .sm\:first\:mt-lg:first-child {
    margin-top: 64px
  }

  .sm\:first\:mr-lg:first-child {
    margin-right: 64px
  }

  .sm\:first\:mb-lg:first-child {
    margin-bottom: 64px
  }

  .sm\:first\:ml-lg:first-child {
    margin-left: 64px
  }

  .sm\:first\:mt-xl:first-child {
    margin-top: 128px
  }

  .sm\:first\:mr-xl:first-child {
    margin-right: 128px
  }

  .sm\:first\:mb-xl:first-child {
    margin-bottom: 128px
  }

  .sm\:first\:ml-xl:first-child {
    margin-left: 128px
  }

  .sm\:first\:-mt-1:first-child {
    margin-top: -5px
  }

  .sm\:first\:-mr-1:first-child {
    margin-right: -5px
  }

  .sm\:first\:-mb-1:first-child {
    margin-bottom: -5px
  }

  .sm\:first\:-ml-1:first-child {
    margin-left: -5px
  }

  .sm\:first\:-mt-2:first-child {
    margin-top: -10px
  }

  .sm\:first\:-mr-2:first-child {
    margin-right: -10px
  }

  .sm\:first\:-mb-2:first-child {
    margin-bottom: -10px
  }

  .sm\:first\:-ml-2:first-child {
    margin-left: -10px
  }

  .sm\:first\:-mt-3:first-child {
    margin-top: -15px
  }

  .sm\:first\:-mr-3:first-child {
    margin-right: -15px
  }

  .sm\:first\:-mb-3:first-child {
    margin-bottom: -15px
  }

  .sm\:first\:-ml-3:first-child {
    margin-left: -15px
  }

  .sm\:first\:-mt-4:first-child {
    margin-top: -20px
  }

  .sm\:first\:-mr-4:first-child {
    margin-right: -20px
  }

  .sm\:first\:-mb-4:first-child {
    margin-bottom: -20px
  }

  .sm\:first\:-ml-4:first-child {
    margin-left: -20px
  }

  .sm\:first\:-mt-5:first-child {
    margin-top: -25px
  }

  .sm\:first\:-mr-5:first-child {
    margin-right: -25px
  }

  .sm\:first\:-mb-5:first-child {
    margin-bottom: -25px
  }

  .sm\:first\:-ml-5:first-child {
    margin-left: -25px
  }

  .sm\:first\:-mt-6:first-child {
    margin-top: -30px
  }

  .sm\:first\:-mr-6:first-child {
    margin-right: -30px
  }

  .sm\:first\:-mb-6:first-child {
    margin-bottom: -30px
  }

  .sm\:first\:-ml-6:first-child {
    margin-left: -30px
  }

  .sm\:first\:-mt-7:first-child {
    margin-top: -35px
  }

  .sm\:first\:-mr-7:first-child {
    margin-right: -35px
  }

  .sm\:first\:-mb-7:first-child {
    margin-bottom: -35px
  }

  .sm\:first\:-ml-7:first-child {
    margin-left: -35px
  }

  .sm\:first\:-mt-8:first-child {
    margin-top: -40px
  }

  .sm\:first\:-mr-8:first-child {
    margin-right: -40px
  }

  .sm\:first\:-mb-8:first-child {
    margin-bottom: -40px
  }

  .sm\:first\:-ml-8:first-child {
    margin-left: -40px
  }

  .sm\:first\:-mt-9:first-child {
    margin-top: -45px
  }

  .sm\:first\:-mr-9:first-child {
    margin-right: -45px
  }

  .sm\:first\:-mb-9:first-child {
    margin-bottom: -45px
  }

  .sm\:first\:-ml-9:first-child {
    margin-left: -45px
  }

  .sm\:first\:-mt-10:first-child {
    margin-top: -50px
  }

  .sm\:first\:-mr-10:first-child {
    margin-right: -50px
  }

  .sm\:first\:-mb-10:first-child {
    margin-bottom: -50px
  }

  .sm\:first\:-ml-10:first-child {
    margin-left: -50px
  }

  .sm\:first\:-mt-11:first-child {
    margin-top: -55px
  }

  .sm\:first\:-mr-11:first-child {
    margin-right: -55px
  }

  .sm\:first\:-mb-11:first-child {
    margin-bottom: -55px
  }

  .sm\:first\:-ml-11:first-child {
    margin-left: -55px
  }

  .sm\:first\:-mt-12:first-child {
    margin-top: -60px
  }

  .sm\:first\:-mr-12:first-child {
    margin-right: -60px
  }

  .sm\:first\:-mb-12:first-child {
    margin-bottom: -60px
  }

  .sm\:first\:-ml-12:first-child {
    margin-left: -60px
  }

  .sm\:first\:-mt-13:first-child {
    margin-top: -65px
  }

  .sm\:first\:-mr-13:first-child {
    margin-right: -65px
  }

  .sm\:first\:-mb-13:first-child {
    margin-bottom: -65px
  }

  .sm\:first\:-ml-13:first-child {
    margin-left: -65px
  }

  .sm\:first\:-mt-14:first-child {
    margin-top: -70px
  }

  .sm\:first\:-mr-14:first-child {
    margin-right: -70px
  }

  .sm\:first\:-mb-14:first-child {
    margin-bottom: -70px
  }

  .sm\:first\:-ml-14:first-child {
    margin-left: -70px
  }

  .sm\:first\:-mt-15:first-child {
    margin-top: -75px
  }

  .sm\:first\:-mr-15:first-child {
    margin-right: -75px
  }

  .sm\:first\:-mb-15:first-child {
    margin-bottom: -75px
  }

  .sm\:first\:-ml-15:first-child {
    margin-left: -75px
  }

  .sm\:first\:-mt-16:first-child {
    margin-top: -80px
  }

  .sm\:first\:-mr-16:first-child {
    margin-right: -80px
  }

  .sm\:first\:-mb-16:first-child {
    margin-bottom: -80px
  }

  .sm\:first\:-ml-16:first-child {
    margin-left: -80px
  }

  .sm\:first\:-mt-17:first-child {
    margin-top: -85px
  }

  .sm\:first\:-mr-17:first-child {
    margin-right: -85px
  }

  .sm\:first\:-mb-17:first-child {
    margin-bottom: -85px
  }

  .sm\:first\:-ml-17:first-child {
    margin-left: -85px
  }

  .sm\:first\:-mt-18:first-child {
    margin-top: -90px
  }

  .sm\:first\:-mr-18:first-child {
    margin-right: -90px
  }

  .sm\:first\:-mb-18:first-child {
    margin-bottom: -90px
  }

  .sm\:first\:-ml-18:first-child {
    margin-left: -90px
  }

  .sm\:first\:-mt-19:first-child {
    margin-top: -95px
  }

  .sm\:first\:-mr-19:first-child {
    margin-right: -95px
  }

  .sm\:first\:-mb-19:first-child {
    margin-bottom: -95px
  }

  .sm\:first\:-ml-19:first-child {
    margin-left: -95px
  }

  .sm\:first\:-mt-20:first-child {
    margin-top: -100px
  }

  .sm\:first\:-mr-20:first-child {
    margin-right: -100px
  }

  .sm\:first\:-mb-20:first-child {
    margin-bottom: -100px
  }

  .sm\:first\:-ml-20:first-child {
    margin-left: -100px
  }

  .sm\:first\:-mt-xxs:first-child {
    margin-top: -8px
  }

  .sm\:first\:-mr-xxs:first-child {
    margin-right: -8px
  }

  .sm\:first\:-mb-xxs:first-child {
    margin-bottom: -8px
  }

  .sm\:first\:-ml-xxs:first-child {
    margin-left: -8px
  }

  .sm\:first\:-mt-xs:first-child {
    margin-top: -12px
  }

  .sm\:first\:-mr-xs:first-child {
    margin-right: -12px
  }

  .sm\:first\:-mb-xs:first-child {
    margin-bottom: -12px
  }

  .sm\:first\:-ml-xs:first-child {
    margin-left: -12px
  }

  .sm\:first\:-mt-sm:first-child {
    margin-top: -24px
  }

  .sm\:first\:-mr-sm:first-child {
    margin-right: -24px
  }

  .sm\:first\:-mb-sm:first-child {
    margin-bottom: -24px
  }

  .sm\:first\:-ml-sm:first-child {
    margin-left: -24px
  }

  .sm\:first\:-mt-md:first-child {
    margin-top: -48px
  }

  .sm\:first\:-mr-md:first-child {
    margin-right: -48px
  }

  .sm\:first\:-mb-md:first-child {
    margin-bottom: -48px
  }

  .sm\:first\:-ml-md:first-child {
    margin-left: -48px
  }

  .sm\:first\:-mt-lg:first-child {
    margin-top: -64px
  }

  .sm\:first\:-mr-lg:first-child {
    margin-right: -64px
  }

  .sm\:first\:-mb-lg:first-child {
    margin-bottom: -64px
  }

  .sm\:first\:-ml-lg:first-child {
    margin-left: -64px
  }

  .sm\:first\:-mt-xl:first-child {
    margin-top: -128px
  }

  .sm\:first\:-mr-xl:first-child {
    margin-right: -128px
  }

  .sm\:first\:-mb-xl:first-child {
    margin-bottom: -128px
  }

  .sm\:first\:-ml-xl:first-child {
    margin-left: -128px
  }

  .sm\:last\:m-0:last-child {
    margin: 0
  }

  .sm\:last\:m-1:last-child {
    margin: 5px
  }

  .sm\:last\:m-2:last-child {
    margin: 10px
  }

  .sm\:last\:m-3:last-child {
    margin: 15px
  }

  .sm\:last\:m-4:last-child {
    margin: 20px
  }

  .sm\:last\:m-5:last-child {
    margin: 25px
  }

  .sm\:last\:m-6:last-child {
    margin: 30px
  }

  .sm\:last\:m-7:last-child {
    margin: 35px
  }

  .sm\:last\:m-8:last-child {
    margin: 40px
  }

  .sm\:last\:m-9:last-child {
    margin: 45px
  }

  .sm\:last\:m-10:last-child {
    margin: 50px
  }

  .sm\:last\:m-11:last-child {
    margin: 55px
  }

  .sm\:last\:m-12:last-child {
    margin: 60px
  }

  .sm\:last\:m-13:last-child {
    margin: 65px
  }

  .sm\:last\:m-14:last-child {
    margin: 70px
  }

  .sm\:last\:m-15:last-child {
    margin: 75px
  }

  .sm\:last\:m-16:last-child {
    margin: 80px
  }

  .sm\:last\:m-17:last-child {
    margin: 85px
  }

  .sm\:last\:m-18:last-child {
    margin: 90px
  }

  .sm\:last\:m-19:last-child {
    margin: 95px
  }

  .sm\:last\:m-20:last-child {
    margin: 100px
  }

  .sm\:last\:m-auto:last-child {
    margin: auto
  }

  .sm\:last\:m-xxs:last-child {
    margin: 8px
  }

  .sm\:last\:m-xs:last-child {
    margin: 12px
  }

  .sm\:last\:m-sm:last-child {
    margin: 24px
  }

  .sm\:last\:m-md:last-child {
    margin: 48px
  }

  .sm\:last\:m-lg:last-child {
    margin: 64px
  }

  .sm\:last\:m-xl:last-child {
    margin: 128px
  }

  .sm\:last\:-m-1:last-child {
    margin: -5px
  }

  .sm\:last\:-m-2:last-child {
    margin: -10px
  }

  .sm\:last\:-m-3:last-child {
    margin: -15px
  }

  .sm\:last\:-m-4:last-child {
    margin: -20px
  }

  .sm\:last\:-m-5:last-child {
    margin: -25px
  }

  .sm\:last\:-m-6:last-child {
    margin: -30px
  }

  .sm\:last\:-m-7:last-child {
    margin: -35px
  }

  .sm\:last\:-m-8:last-child {
    margin: -40px
  }

  .sm\:last\:-m-9:last-child {
    margin: -45px
  }

  .sm\:last\:-m-10:last-child {
    margin: -50px
  }

  .sm\:last\:-m-11:last-child {
    margin: -55px
  }

  .sm\:last\:-m-12:last-child {
    margin: -60px
  }

  .sm\:last\:-m-13:last-child {
    margin: -65px
  }

  .sm\:last\:-m-14:last-child {
    margin: -70px
  }

  .sm\:last\:-m-15:last-child {
    margin: -75px
  }

  .sm\:last\:-m-16:last-child {
    margin: -80px
  }

  .sm\:last\:-m-17:last-child {
    margin: -85px
  }

  .sm\:last\:-m-18:last-child {
    margin: -90px
  }

  .sm\:last\:-m-19:last-child {
    margin: -95px
  }

  .sm\:last\:-m-20:last-child {
    margin: -100px
  }

  .sm\:last\:-m-xxs:last-child {
    margin: -8px
  }

  .sm\:last\:-m-xs:last-child {
    margin: -12px
  }

  .sm\:last\:-m-sm:last-child {
    margin: -24px
  }

  .sm\:last\:-m-md:last-child {
    margin: -48px
  }

  .sm\:last\:-m-lg:last-child {
    margin: -64px
  }

  .sm\:last\:-m-xl:last-child {
    margin: -128px
  }

  .sm\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0
  }

  .sm\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0
  }

  .sm\:last\:my-1:last-child {
    margin-top: 5px;
    margin-bottom: 5px
  }

  .sm\:last\:mx-1:last-child {
    margin-left: 5px;
    margin-right: 5px
  }

  .sm\:last\:my-2:last-child {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .sm\:last\:mx-2:last-child {
    margin-left: 10px;
    margin-right: 10px
  }

  .sm\:last\:my-3:last-child {
    margin-top: 15px;
    margin-bottom: 15px
  }

  .sm\:last\:mx-3:last-child {
    margin-left: 15px;
    margin-right: 15px
  }

  .sm\:last\:my-4:last-child {
    margin-top: 20px;
    margin-bottom: 20px
  }

  .sm\:last\:mx-4:last-child {
    margin-left: 20px;
    margin-right: 20px
  }

  .sm\:last\:my-5:last-child {
    margin-top: 25px;
    margin-bottom: 25px
  }

  .sm\:last\:mx-5:last-child {
    margin-left: 25px;
    margin-right: 25px
  }

  .sm\:last\:my-6:last-child {
    margin-top: 30px;
    margin-bottom: 30px
  }

  .sm\:last\:mx-6:last-child {
    margin-left: 30px;
    margin-right: 30px
  }

  .sm\:last\:my-7:last-child {
    margin-top: 35px;
    margin-bottom: 35px
  }

  .sm\:last\:mx-7:last-child {
    margin-left: 35px;
    margin-right: 35px
  }

  .sm\:last\:my-8:last-child {
    margin-top: 40px;
    margin-bottom: 40px
  }

  .sm\:last\:mx-8:last-child {
    margin-left: 40px;
    margin-right: 40px
  }

  .sm\:last\:my-9:last-child {
    margin-top: 45px;
    margin-bottom: 45px
  }

  .sm\:last\:mx-9:last-child {
    margin-left: 45px;
    margin-right: 45px
  }

  .sm\:last\:my-10:last-child {
    margin-top: 50px;
    margin-bottom: 50px
  }

  .sm\:last\:mx-10:last-child {
    margin-left: 50px;
    margin-right: 50px
  }

  .sm\:last\:my-11:last-child {
    margin-top: 55px;
    margin-bottom: 55px
  }

  .sm\:last\:mx-11:last-child {
    margin-left: 55px;
    margin-right: 55px
  }

  .sm\:last\:my-12:last-child {
    margin-top: 60px;
    margin-bottom: 60px
  }

  .sm\:last\:mx-12:last-child {
    margin-left: 60px;
    margin-right: 60px
  }

  .sm\:last\:my-13:last-child {
    margin-top: 65px;
    margin-bottom: 65px
  }

  .sm\:last\:mx-13:last-child {
    margin-left: 65px;
    margin-right: 65px
  }

  .sm\:last\:my-14:last-child {
    margin-top: 70px;
    margin-bottom: 70px
  }

  .sm\:last\:mx-14:last-child {
    margin-left: 70px;
    margin-right: 70px
  }

  .sm\:last\:my-15:last-child {
    margin-top: 75px;
    margin-bottom: 75px
  }

  .sm\:last\:mx-15:last-child {
    margin-left: 75px;
    margin-right: 75px
  }

  .sm\:last\:my-16:last-child {
    margin-top: 80px;
    margin-bottom: 80px
  }

  .sm\:last\:mx-16:last-child {
    margin-left: 80px;
    margin-right: 80px
  }

  .sm\:last\:my-17:last-child {
    margin-top: 85px;
    margin-bottom: 85px
  }

  .sm\:last\:mx-17:last-child {
    margin-left: 85px;
    margin-right: 85px
  }

  .sm\:last\:my-18:last-child {
    margin-top: 90px;
    margin-bottom: 90px
  }

  .sm\:last\:mx-18:last-child {
    margin-left: 90px;
    margin-right: 90px
  }

  .sm\:last\:my-19:last-child {
    margin-top: 95px;
    margin-bottom: 95px
  }

  .sm\:last\:mx-19:last-child {
    margin-left: 95px;
    margin-right: 95px
  }

  .sm\:last\:my-20:last-child {
    margin-top: 100px;
    margin-bottom: 100px
  }

  .sm\:last\:mx-20:last-child {
    margin-left: 100px;
    margin-right: 100px
  }

  .sm\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto
  }

  .sm\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto
  }

  .sm\:last\:my-xxs:last-child {
    margin-top: 8px;
    margin-bottom: 8px
  }

  .sm\:last\:mx-xxs:last-child {
    margin-left: 8px;
    margin-right: 8px
  }

  .sm\:last\:my-xs:last-child {
    margin-top: 12px;
    margin-bottom: 12px
  }

  .sm\:last\:mx-xs:last-child {
    margin-left: 12px;
    margin-right: 12px
  }

  .sm\:last\:my-sm:last-child {
    margin-top: 24px;
    margin-bottom: 24px
  }

  .sm\:last\:mx-sm:last-child {
    margin-left: 24px;
    margin-right: 24px
  }

  .sm\:last\:my-md:last-child {
    margin-top: 48px;
    margin-bottom: 48px
  }

  .sm\:last\:mx-md:last-child {
    margin-left: 48px;
    margin-right: 48px
  }

  .sm\:last\:my-lg:last-child {
    margin-top: 64px;
    margin-bottom: 64px
  }

  .sm\:last\:mx-lg:last-child {
    margin-left: 64px;
    margin-right: 64px
  }

  .sm\:last\:my-xl:last-child {
    margin-top: 128px;
    margin-bottom: 128px
  }

  .sm\:last\:mx-xl:last-child {
    margin-left: 128px;
    margin-right: 128px
  }

  .sm\:last\:-my-1:last-child {
    margin-top: -5px;
    margin-bottom: -5px
  }

  .sm\:last\:-mx-1:last-child {
    margin-left: -5px;
    margin-right: -5px
  }

  .sm\:last\:-my-2:last-child {
    margin-top: -10px;
    margin-bottom: -10px
  }

  .sm\:last\:-mx-2:last-child {
    margin-left: -10px;
    margin-right: -10px
  }

  .sm\:last\:-my-3:last-child {
    margin-top: -15px;
    margin-bottom: -15px
  }

  .sm\:last\:-mx-3:last-child {
    margin-left: -15px;
    margin-right: -15px
  }

  .sm\:last\:-my-4:last-child {
    margin-top: -20px;
    margin-bottom: -20px
  }

  .sm\:last\:-mx-4:last-child {
    margin-left: -20px;
    margin-right: -20px
  }

  .sm\:last\:-my-5:last-child {
    margin-top: -25px;
    margin-bottom: -25px
  }

  .sm\:last\:-mx-5:last-child {
    margin-left: -25px;
    margin-right: -25px
  }

  .sm\:last\:-my-6:last-child {
    margin-top: -30px;
    margin-bottom: -30px
  }

  .sm\:last\:-mx-6:last-child {
    margin-left: -30px;
    margin-right: -30px
  }

  .sm\:last\:-my-7:last-child {
    margin-top: -35px;
    margin-bottom: -35px
  }

  .sm\:last\:-mx-7:last-child {
    margin-left: -35px;
    margin-right: -35px
  }

  .sm\:last\:-my-8:last-child {
    margin-top: -40px;
    margin-bottom: -40px
  }

  .sm\:last\:-mx-8:last-child {
    margin-left: -40px;
    margin-right: -40px
  }

  .sm\:last\:-my-9:last-child {
    margin-top: -45px;
    margin-bottom: -45px
  }

  .sm\:last\:-mx-9:last-child {
    margin-left: -45px;
    margin-right: -45px
  }

  .sm\:last\:-my-10:last-child {
    margin-top: -50px;
    margin-bottom: -50px
  }

  .sm\:last\:-mx-10:last-child {
    margin-left: -50px;
    margin-right: -50px
  }

  .sm\:last\:-my-11:last-child {
    margin-top: -55px;
    margin-bottom: -55px
  }

  .sm\:last\:-mx-11:last-child {
    margin-left: -55px;
    margin-right: -55px
  }

  .sm\:last\:-my-12:last-child {
    margin-top: -60px;
    margin-bottom: -60px
  }

  .sm\:last\:-mx-12:last-child {
    margin-left: -60px;
    margin-right: -60px
  }

  .sm\:last\:-my-13:last-child {
    margin-top: -65px;
    margin-bottom: -65px
  }

  .sm\:last\:-mx-13:last-child {
    margin-left: -65px;
    margin-right: -65px
  }

  .sm\:last\:-my-14:last-child {
    margin-top: -70px;
    margin-bottom: -70px
  }

  .sm\:last\:-mx-14:last-child {
    margin-left: -70px;
    margin-right: -70px
  }

  .sm\:last\:-my-15:last-child {
    margin-top: -75px;
    margin-bottom: -75px
  }

  .sm\:last\:-mx-15:last-child {
    margin-left: -75px;
    margin-right: -75px
  }

  .sm\:last\:-my-16:last-child {
    margin-top: -80px;
    margin-bottom: -80px
  }

  .sm\:last\:-mx-16:last-child {
    margin-left: -80px;
    margin-right: -80px
  }

  .sm\:last\:-my-17:last-child {
    margin-top: -85px;
    margin-bottom: -85px
  }

  .sm\:last\:-mx-17:last-child {
    margin-left: -85px;
    margin-right: -85px
  }

  .sm\:last\:-my-18:last-child {
    margin-top: -90px;
    margin-bottom: -90px
  }

  .sm\:last\:-mx-18:last-child {
    margin-left: -90px;
    margin-right: -90px
  }

  .sm\:last\:-my-19:last-child {
    margin-top: -95px;
    margin-bottom: -95px
  }

  .sm\:last\:-mx-19:last-child {
    margin-left: -95px;
    margin-right: -95px
  }

  .sm\:last\:-my-20:last-child {
    margin-top: -100px;
    margin-bottom: -100px
  }

  .sm\:last\:-mx-20:last-child {
    margin-left: -100px;
    margin-right: -100px
  }

  .sm\:last\:-my-xxs:last-child {
    margin-top: -8px;
    margin-bottom: -8px
  }

  .sm\:last\:-mx-xxs:last-child {
    margin-left: -8px;
    margin-right: -8px
  }

  .sm\:last\:-my-xs:last-child {
    margin-top: -12px;
    margin-bottom: -12px
  }

  .sm\:last\:-mx-xs:last-child {
    margin-left: -12px;
    margin-right: -12px
  }

  .sm\:last\:-my-sm:last-child {
    margin-top: -24px;
    margin-bottom: -24px
  }

  .sm\:last\:-mx-sm:last-child {
    margin-left: -24px;
    margin-right: -24px
  }

  .sm\:last\:-my-md:last-child {
    margin-top: -48px;
    margin-bottom: -48px
  }

  .sm\:last\:-mx-md:last-child {
    margin-left: -48px;
    margin-right: -48px
  }

  .sm\:last\:-my-lg:last-child {
    margin-top: -64px;
    margin-bottom: -64px
  }

  .sm\:last\:-mx-lg:last-child {
    margin-left: -64px;
    margin-right: -64px
  }

  .sm\:last\:-my-xl:last-child {
    margin-top: -128px;
    margin-bottom: -128px
  }

  .sm\:last\:-mx-xl:last-child {
    margin-left: -128px;
    margin-right: -128px
  }

  .sm\:last\:mt-0:last-child {
    margin-top: 0
  }

  .sm\:last\:mr-0:last-child {
    margin-right: 0
  }

  .sm\:last\:mb-0:last-child {
    margin-bottom: 0
  }

  .sm\:last\:ml-0:last-child {
    margin-left: 0
  }

  .sm\:last\:mt-1:last-child {
    margin-top: 5px
  }

  .sm\:last\:mr-1:last-child {
    margin-right: 5px
  }

  .sm\:last\:mb-1:last-child {
    margin-bottom: 5px
  }

  .sm\:last\:ml-1:last-child {
    margin-left: 5px
  }

  .sm\:last\:mt-2:last-child {
    margin-top: 10px
  }

  .sm\:last\:mr-2:last-child {
    margin-right: 10px
  }

  .sm\:last\:mb-2:last-child {
    margin-bottom: 10px
  }

  .sm\:last\:ml-2:last-child {
    margin-left: 10px
  }

  .sm\:last\:mt-3:last-child {
    margin-top: 15px
  }

  .sm\:last\:mr-3:last-child {
    margin-right: 15px
  }

  .sm\:last\:mb-3:last-child {
    margin-bottom: 15px
  }

  .sm\:last\:ml-3:last-child {
    margin-left: 15px
  }

  .sm\:last\:mt-4:last-child {
    margin-top: 20px
  }

  .sm\:last\:mr-4:last-child {
    margin-right: 20px
  }

  .sm\:last\:mb-4:last-child {
    margin-bottom: 20px
  }

  .sm\:last\:ml-4:last-child {
    margin-left: 20px
  }

  .sm\:last\:mt-5:last-child {
    margin-top: 25px
  }

  .sm\:last\:mr-5:last-child {
    margin-right: 25px
  }

  .sm\:last\:mb-5:last-child {
    margin-bottom: 25px
  }

  .sm\:last\:ml-5:last-child {
    margin-left: 25px
  }

  .sm\:last\:mt-6:last-child {
    margin-top: 30px
  }

  .sm\:last\:mr-6:last-child {
    margin-right: 30px
  }

  .sm\:last\:mb-6:last-child {
    margin-bottom: 30px
  }

  .sm\:last\:ml-6:last-child {
    margin-left: 30px
  }

  .sm\:last\:mt-7:last-child {
    margin-top: 35px
  }

  .sm\:last\:mr-7:last-child {
    margin-right: 35px
  }

  .sm\:last\:mb-7:last-child {
    margin-bottom: 35px
  }

  .sm\:last\:ml-7:last-child {
    margin-left: 35px
  }

  .sm\:last\:mt-8:last-child {
    margin-top: 40px
  }

  .sm\:last\:mr-8:last-child {
    margin-right: 40px
  }

  .sm\:last\:mb-8:last-child {
    margin-bottom: 40px
  }

  .sm\:last\:ml-8:last-child {
    margin-left: 40px
  }

  .sm\:last\:mt-9:last-child {
    margin-top: 45px
  }

  .sm\:last\:mr-9:last-child {
    margin-right: 45px
  }

  .sm\:last\:mb-9:last-child {
    margin-bottom: 45px
  }

  .sm\:last\:ml-9:last-child {
    margin-left: 45px
  }

  .sm\:last\:mt-10:last-child {
    margin-top: 50px
  }

  .sm\:last\:mr-10:last-child {
    margin-right: 50px
  }

  .sm\:last\:mb-10:last-child {
    margin-bottom: 50px
  }

  .sm\:last\:ml-10:last-child {
    margin-left: 50px
  }

  .sm\:last\:mt-11:last-child {
    margin-top: 55px
  }

  .sm\:last\:mr-11:last-child {
    margin-right: 55px
  }

  .sm\:last\:mb-11:last-child {
    margin-bottom: 55px
  }

  .sm\:last\:ml-11:last-child {
    margin-left: 55px
  }

  .sm\:last\:mt-12:last-child {
    margin-top: 60px
  }

  .sm\:last\:mr-12:last-child {
    margin-right: 60px
  }

  .sm\:last\:mb-12:last-child {
    margin-bottom: 60px
  }

  .sm\:last\:ml-12:last-child {
    margin-left: 60px
  }

  .sm\:last\:mt-13:last-child {
    margin-top: 65px
  }

  .sm\:last\:mr-13:last-child {
    margin-right: 65px
  }

  .sm\:last\:mb-13:last-child {
    margin-bottom: 65px
  }

  .sm\:last\:ml-13:last-child {
    margin-left: 65px
  }

  .sm\:last\:mt-14:last-child {
    margin-top: 70px
  }

  .sm\:last\:mr-14:last-child {
    margin-right: 70px
  }

  .sm\:last\:mb-14:last-child {
    margin-bottom: 70px
  }

  .sm\:last\:ml-14:last-child {
    margin-left: 70px
  }

  .sm\:last\:mt-15:last-child {
    margin-top: 75px
  }

  .sm\:last\:mr-15:last-child {
    margin-right: 75px
  }

  .sm\:last\:mb-15:last-child {
    margin-bottom: 75px
  }

  .sm\:last\:ml-15:last-child {
    margin-left: 75px
  }

  .sm\:last\:mt-16:last-child {
    margin-top: 80px
  }

  .sm\:last\:mr-16:last-child {
    margin-right: 80px
  }

  .sm\:last\:mb-16:last-child {
    margin-bottom: 80px
  }

  .sm\:last\:ml-16:last-child {
    margin-left: 80px
  }

  .sm\:last\:mt-17:last-child {
    margin-top: 85px
  }

  .sm\:last\:mr-17:last-child {
    margin-right: 85px
  }

  .sm\:last\:mb-17:last-child {
    margin-bottom: 85px
  }

  .sm\:last\:ml-17:last-child {
    margin-left: 85px
  }

  .sm\:last\:mt-18:last-child {
    margin-top: 90px
  }

  .sm\:last\:mr-18:last-child {
    margin-right: 90px
  }

  .sm\:last\:mb-18:last-child {
    margin-bottom: 90px
  }

  .sm\:last\:ml-18:last-child {
    margin-left: 90px
  }

  .sm\:last\:mt-19:last-child {
    margin-top: 95px
  }

  .sm\:last\:mr-19:last-child {
    margin-right: 95px
  }

  .sm\:last\:mb-19:last-child {
    margin-bottom: 95px
  }

  .sm\:last\:ml-19:last-child {
    margin-left: 95px
  }

  .sm\:last\:mt-20:last-child {
    margin-top: 100px
  }

  .sm\:last\:mr-20:last-child {
    margin-right: 100px
  }

  .sm\:last\:mb-20:last-child {
    margin-bottom: 100px
  }

  .sm\:last\:ml-20:last-child {
    margin-left: 100px
  }

  .sm\:last\:mt-auto:last-child {
    margin-top: auto
  }

  .sm\:last\:mr-auto:last-child {
    margin-right: auto
  }

  .sm\:last\:mb-auto:last-child {
    margin-bottom: auto
  }

  .sm\:last\:ml-auto:last-child {
    margin-left: auto
  }

  .sm\:last\:mt-xxs:last-child {
    margin-top: 8px
  }

  .sm\:last\:mr-xxs:last-child {
    margin-right: 8px
  }

  .sm\:last\:mb-xxs:last-child {
    margin-bottom: 8px
  }

  .sm\:last\:ml-xxs:last-child {
    margin-left: 8px
  }

  .sm\:last\:mt-xs:last-child {
    margin-top: 12px
  }

  .sm\:last\:mr-xs:last-child {
    margin-right: 12px
  }

  .sm\:last\:mb-xs:last-child {
    margin-bottom: 12px
  }

  .sm\:last\:ml-xs:last-child {
    margin-left: 12px
  }

  .sm\:last\:mt-sm:last-child {
    margin-top: 24px
  }

  .sm\:last\:mr-sm:last-child {
    margin-right: 24px
  }

  .sm\:last\:mb-sm:last-child {
    margin-bottom: 24px
  }

  .sm\:last\:ml-sm:last-child {
    margin-left: 24px
  }

  .sm\:last\:mt-md:last-child {
    margin-top: 48px
  }

  .sm\:last\:mr-md:last-child {
    margin-right: 48px
  }

  .sm\:last\:mb-md:last-child {
    margin-bottom: 48px
  }

  .sm\:last\:ml-md:last-child {
    margin-left: 48px
  }

  .sm\:last\:mt-lg:last-child {
    margin-top: 64px
  }

  .sm\:last\:mr-lg:last-child {
    margin-right: 64px
  }

  .sm\:last\:mb-lg:last-child {
    margin-bottom: 64px
  }

  .sm\:last\:ml-lg:last-child {
    margin-left: 64px
  }

  .sm\:last\:mt-xl:last-child {
    margin-top: 128px
  }

  .sm\:last\:mr-xl:last-child {
    margin-right: 128px
  }

  .sm\:last\:mb-xl:last-child {
    margin-bottom: 128px
  }

  .sm\:last\:ml-xl:last-child {
    margin-left: 128px
  }

  .sm\:last\:-mt-1:last-child {
    margin-top: -5px
  }

  .sm\:last\:-mr-1:last-child {
    margin-right: -5px
  }

  .sm\:last\:-mb-1:last-child {
    margin-bottom: -5px
  }

  .sm\:last\:-ml-1:last-child {
    margin-left: -5px
  }

  .sm\:last\:-mt-2:last-child {
    margin-top: -10px
  }

  .sm\:last\:-mr-2:last-child {
    margin-right: -10px
  }

  .sm\:last\:-mb-2:last-child {
    margin-bottom: -10px
  }

  .sm\:last\:-ml-2:last-child {
    margin-left: -10px
  }

  .sm\:last\:-mt-3:last-child {
    margin-top: -15px
  }

  .sm\:last\:-mr-3:last-child {
    margin-right: -15px
  }

  .sm\:last\:-mb-3:last-child {
    margin-bottom: -15px
  }

  .sm\:last\:-ml-3:last-child {
    margin-left: -15px
  }

  .sm\:last\:-mt-4:last-child {
    margin-top: -20px
  }

  .sm\:last\:-mr-4:last-child {
    margin-right: -20px
  }

  .sm\:last\:-mb-4:last-child {
    margin-bottom: -20px
  }

  .sm\:last\:-ml-4:last-child {
    margin-left: -20px
  }

  .sm\:last\:-mt-5:last-child {
    margin-top: -25px
  }

  .sm\:last\:-mr-5:last-child {
    margin-right: -25px
  }

  .sm\:last\:-mb-5:last-child {
    margin-bottom: -25px
  }

  .sm\:last\:-ml-5:last-child {
    margin-left: -25px
  }

  .sm\:last\:-mt-6:last-child {
    margin-top: -30px
  }

  .sm\:last\:-mr-6:last-child {
    margin-right: -30px
  }

  .sm\:last\:-mb-6:last-child {
    margin-bottom: -30px
  }

  .sm\:last\:-ml-6:last-child {
    margin-left: -30px
  }

  .sm\:last\:-mt-7:last-child {
    margin-top: -35px
  }

  .sm\:last\:-mr-7:last-child {
    margin-right: -35px
  }

  .sm\:last\:-mb-7:last-child {
    margin-bottom: -35px
  }

  .sm\:last\:-ml-7:last-child {
    margin-left: -35px
  }

  .sm\:last\:-mt-8:last-child {
    margin-top: -40px
  }

  .sm\:last\:-mr-8:last-child {
    margin-right: -40px
  }

  .sm\:last\:-mb-8:last-child {
    margin-bottom: -40px
  }

  .sm\:last\:-ml-8:last-child {
    margin-left: -40px
  }

  .sm\:last\:-mt-9:last-child {
    margin-top: -45px
  }

  .sm\:last\:-mr-9:last-child {
    margin-right: -45px
  }

  .sm\:last\:-mb-9:last-child {
    margin-bottom: -45px
  }

  .sm\:last\:-ml-9:last-child {
    margin-left: -45px
  }

  .sm\:last\:-mt-10:last-child {
    margin-top: -50px
  }

  .sm\:last\:-mr-10:last-child {
    margin-right: -50px
  }

  .sm\:last\:-mb-10:last-child {
    margin-bottom: -50px
  }

  .sm\:last\:-ml-10:last-child {
    margin-left: -50px
  }

  .sm\:last\:-mt-11:last-child {
    margin-top: -55px
  }

  .sm\:last\:-mr-11:last-child {
    margin-right: -55px
  }

  .sm\:last\:-mb-11:last-child {
    margin-bottom: -55px
  }

  .sm\:last\:-ml-11:last-child {
    margin-left: -55px
  }

  .sm\:last\:-mt-12:last-child {
    margin-top: -60px
  }

  .sm\:last\:-mr-12:last-child {
    margin-right: -60px
  }

  .sm\:last\:-mb-12:last-child {
    margin-bottom: -60px
  }

  .sm\:last\:-ml-12:last-child {
    margin-left: -60px
  }

  .sm\:last\:-mt-13:last-child {
    margin-top: -65px
  }

  .sm\:last\:-mr-13:last-child {
    margin-right: -65px
  }

  .sm\:last\:-mb-13:last-child {
    margin-bottom: -65px
  }

  .sm\:last\:-ml-13:last-child {
    margin-left: -65px
  }

  .sm\:last\:-mt-14:last-child {
    margin-top: -70px
  }

  .sm\:last\:-mr-14:last-child {
    margin-right: -70px
  }

  .sm\:last\:-mb-14:last-child {
    margin-bottom: -70px
  }

  .sm\:last\:-ml-14:last-child {
    margin-left: -70px
  }

  .sm\:last\:-mt-15:last-child {
    margin-top: -75px
  }

  .sm\:last\:-mr-15:last-child {
    margin-right: -75px
  }

  .sm\:last\:-mb-15:last-child {
    margin-bottom: -75px
  }

  .sm\:last\:-ml-15:last-child {
    margin-left: -75px
  }

  .sm\:last\:-mt-16:last-child {
    margin-top: -80px
  }

  .sm\:last\:-mr-16:last-child {
    margin-right: -80px
  }

  .sm\:last\:-mb-16:last-child {
    margin-bottom: -80px
  }

  .sm\:last\:-ml-16:last-child {
    margin-left: -80px
  }

  .sm\:last\:-mt-17:last-child {
    margin-top: -85px
  }

  .sm\:last\:-mr-17:last-child {
    margin-right: -85px
  }

  .sm\:last\:-mb-17:last-child {
    margin-bottom: -85px
  }

  .sm\:last\:-ml-17:last-child {
    margin-left: -85px
  }

  .sm\:last\:-mt-18:last-child {
    margin-top: -90px
  }

  .sm\:last\:-mr-18:last-child {
    margin-right: -90px
  }

  .sm\:last\:-mb-18:last-child {
    margin-bottom: -90px
  }

  .sm\:last\:-ml-18:last-child {
    margin-left: -90px
  }

  .sm\:last\:-mt-19:last-child {
    margin-top: -95px
  }

  .sm\:last\:-mr-19:last-child {
    margin-right: -95px
  }

  .sm\:last\:-mb-19:last-child {
    margin-bottom: -95px
  }

  .sm\:last\:-ml-19:last-child {
    margin-left: -95px
  }

  .sm\:last\:-mt-20:last-child {
    margin-top: -100px
  }

  .sm\:last\:-mr-20:last-child {
    margin-right: -100px
  }

  .sm\:last\:-mb-20:last-child {
    margin-bottom: -100px
  }

  .sm\:last\:-ml-20:last-child {
    margin-left: -100px
  }

  .sm\:last\:-mt-xxs:last-child {
    margin-top: -8px
  }

  .sm\:last\:-mr-xxs:last-child {
    margin-right: -8px
  }

  .sm\:last\:-mb-xxs:last-child {
    margin-bottom: -8px
  }

  .sm\:last\:-ml-xxs:last-child {
    margin-left: -8px
  }

  .sm\:last\:-mt-xs:last-child {
    margin-top: -12px
  }

  .sm\:last\:-mr-xs:last-child {
    margin-right: -12px
  }

  .sm\:last\:-mb-xs:last-child {
    margin-bottom: -12px
  }

  .sm\:last\:-ml-xs:last-child {
    margin-left: -12px
  }

  .sm\:last\:-mt-sm:last-child {
    margin-top: -24px
  }

  .sm\:last\:-mr-sm:last-child {
    margin-right: -24px
  }

  .sm\:last\:-mb-sm:last-child {
    margin-bottom: -24px
  }

  .sm\:last\:-ml-sm:last-child {
    margin-left: -24px
  }

  .sm\:last\:-mt-md:last-child {
    margin-top: -48px
  }

  .sm\:last\:-mr-md:last-child {
    margin-right: -48px
  }

  .sm\:last\:-mb-md:last-child {
    margin-bottom: -48px
  }

  .sm\:last\:-ml-md:last-child {
    margin-left: -48px
  }

  .sm\:last\:-mt-lg:last-child {
    margin-top: -64px
  }

  .sm\:last\:-mr-lg:last-child {
    margin-right: -64px
  }

  .sm\:last\:-mb-lg:last-child {
    margin-bottom: -64px
  }

  .sm\:last\:-ml-lg:last-child {
    margin-left: -64px
  }

  .sm\:last\:-mt-xl:last-child {
    margin-top: -128px
  }

  .sm\:last\:-mr-xl:last-child {
    margin-right: -128px
  }

  .sm\:last\:-mb-xl:last-child {
    margin-bottom: -128px
  }

  .sm\:last\:-ml-xl:last-child {
    margin-left: -128px
  }

  .sm\:max-h-0 {
    max-height: 0
  }

  .sm\:max-h-1 {
    max-height: 5px
  }

  .sm\:max-h-2 {
    max-height: 10px
  }

  .sm\:max-h-3 {
    max-height: 15px
  }

  .sm\:max-h-4 {
    max-height: 20px
  }

  .sm\:max-h-5 {
    max-height: 25px
  }

  .sm\:max-h-6 {
    max-height: 30px
  }

  .sm\:max-h-7 {
    max-height: 35px
  }

  .sm\:max-h-8 {
    max-height: 40px
  }

  .sm\:max-h-9 {
    max-height: 45px
  }

  .sm\:max-h-10 {
    max-height: 50px
  }

  .sm\:max-h-11 {
    max-height: 55px
  }

  .sm\:max-h-12 {
    max-height: 60px
  }

  .sm\:max-h-13 {
    max-height: 65px
  }

  .sm\:max-h-14 {
    max-height: 70px
  }

  .sm\:max-h-15 {
    max-height: 75px
  }

  .sm\:max-h-16 {
    max-height: 80px
  }

  .sm\:max-h-17 {
    max-height: 85px
  }

  .sm\:max-h-18 {
    max-height: 90px
  }

  .sm\:max-h-19 {
    max-height: 95px
  }

  .sm\:max-h-20 {
    max-height: 100px
  }

  .sm\:max-h-full {
    max-height: 100%
  }

  .sm\:max-h-screen {
    max-height: 100vh
  }

  .sm\:max-h-xxs {
    max-height: 8px
  }

  .sm\:max-h-xs {
    max-height: 12px
  }

  .sm\:max-h-sm {
    max-height: 24px
  }

  .sm\:max-h-md {
    max-height: 48px
  }

  .sm\:max-h-lg {
    max-height: 64px
  }

  .sm\:max-h-xl {
    max-height: 128px
  }

  .sm\:max-w-0 {
    max-width: 0
  }

  .sm\:max-w-1 {
    max-width: 5px
  }

  .sm\:max-w-2 {
    max-width: 10px
  }

  .sm\:max-w-3 {
    max-width: 15px
  }

  .sm\:max-w-4 {
    max-width: 20px
  }

  .sm\:max-w-5 {
    max-width: 25px
  }

  .sm\:max-w-6 {
    max-width: 30px
  }

  .sm\:max-w-7 {
    max-width: 35px
  }

  .sm\:max-w-8 {
    max-width: 40px
  }

  .sm\:max-w-9 {
    max-width: 45px
  }

  .sm\:max-w-10 {
    max-width: 50px
  }

  .sm\:max-w-11 {
    max-width: 55px
  }

  .sm\:max-w-12 {
    max-width: 60px
  }

  .sm\:max-w-13 {
    max-width: 65px
  }

  .sm\:max-w-14 {
    max-width: 70px
  }

  .sm\:max-w-15 {
    max-width: 75px
  }

  .sm\:max-w-16 {
    max-width: 80px
  }

  .sm\:max-w-17 {
    max-width: 85px
  }

  .sm\:max-w-18 {
    max-width: 90px
  }

  .sm\:max-w-19 {
    max-width: 95px
  }

  .sm\:max-w-20 {
    max-width: 100px
  }

  .sm\:max-w-none {
    max-width: none
  }

  .sm\:max-w-full {
    max-width: 100%
  }

  .sm\:max-w-xxs {
    max-width: 8px
  }

  .sm\:max-w-xs {
    max-width: 12px
  }

  .sm\:max-w-sm {
    max-width: 24px
  }

  .sm\:max-w-md {
    max-width: 48px
  }

  .sm\:max-w-lg {
    max-width: 64px
  }

  .sm\:max-w-xl {
    max-width: 128px
  }

  .sm\:max-w-screen-sm {
    max-width: 767px
  }

  .sm\:max-w-screen-md {
    max-width: 768px
  }

  .sm\:max-w-screen-lg {
    max-width: 912px
  }

  .sm\:max-w-screen-xl {
    max-width: 1280px
  }

  .sm\:min-h-0 {
    min-height: 0
  }

  .sm\:min-h-1 {
    min-height: 5px
  }

  .sm\:min-h-2 {
    min-height: 10px
  }

  .sm\:min-h-3 {
    min-height: 15px
  }

  .sm\:min-h-4 {
    min-height: 20px
  }

  .sm\:min-h-5 {
    min-height: 25px
  }

  .sm\:min-h-6 {
    min-height: 30px
  }

  .sm\:min-h-7 {
    min-height: 35px
  }

  .sm\:min-h-8 {
    min-height: 40px
  }

  .sm\:min-h-9 {
    min-height: 45px
  }

  .sm\:min-h-10 {
    min-height: 50px
  }

  .sm\:min-h-11 {
    min-height: 55px
  }

  .sm\:min-h-12 {
    min-height: 60px
  }

  .sm\:min-h-13 {
    min-height: 65px
  }

  .sm\:min-h-14 {
    min-height: 70px
  }

  .sm\:min-h-15 {
    min-height: 75px
  }

  .sm\:min-h-16 {
    min-height: 80px
  }

  .sm\:min-h-17 {
    min-height: 85px
  }

  .sm\:min-h-18 {
    min-height: 90px
  }

  .sm\:min-h-19 {
    min-height: 95px
  }

  .sm\:min-h-20 {
    min-height: 100px
  }

  .sm\:min-h-full {
    min-height: 100%
  }

  .sm\:min-h-screen {
    min-height: 100vh
  }

  .sm\:min-h-xxs {
    min-height: 8px
  }

  .sm\:min-h-xs {
    min-height: 12px
  }

  .sm\:min-h-sm {
    min-height: 24px
  }

  .sm\:min-h-md {
    min-height: 48px
  }

  .sm\:min-h-lg {
    min-height: 64px
  }

  .sm\:min-h-xl {
    min-height: 128px
  }

  .sm\:min-w-0 {
    min-width: 0
  }

  .sm\:min-w-1 {
    min-width: 5px
  }

  .sm\:min-w-2 {
    min-width: 10px
  }

  .sm\:min-w-3 {
    min-width: 15px
  }

  .sm\:min-w-4 {
    min-width: 20px
  }

  .sm\:min-w-5 {
    min-width: 25px
  }

  .sm\:min-w-6 {
    min-width: 30px
  }

  .sm\:min-w-7 {
    min-width: 35px
  }

  .sm\:min-w-8 {
    min-width: 40px
  }

  .sm\:min-w-9 {
    min-width: 45px
  }

  .sm\:min-w-10 {
    min-width: 50px
  }

  .sm\:min-w-11 {
    min-width: 55px
  }

  .sm\:min-w-12 {
    min-width: 60px
  }

  .sm\:min-w-13 {
    min-width: 65px
  }

  .sm\:min-w-14 {
    min-width: 70px
  }

  .sm\:min-w-15 {
    min-width: 75px
  }

  .sm\:min-w-16 {
    min-width: 80px
  }

  .sm\:min-w-17 {
    min-width: 85px
  }

  .sm\:min-w-18 {
    min-width: 90px
  }

  .sm\:min-w-19 {
    min-width: 95px
  }

  .sm\:min-w-20 {
    min-width: 100px
  }

  .sm\:min-w-full {
    min-width: 100%
  }

  .sm\:min-w-screen {
    min-width: 100vw
  }

  .sm\:min-w-xxs {
    min-width: 8px
  }

  .sm\:min-w-xs {
    min-width: 12px
  }

  .sm\:min-w-sm {
    min-width: 24px
  }

  .sm\:min-w-md {
    min-width: 48px
  }

  .sm\:min-w-lg {
    min-width: 64px
  }

  .sm\:min-w-xl {
    min-width: 128px
  }

  .sm\:object-contain {
    -o-object-fit: contain;
       object-fit: contain
  }

  .sm\:object-cover {
    -o-object-fit: cover;
       object-fit: cover
  }

  .sm\:object-fill {
    -o-object-fit: fill;
       object-fit: fill
  }

  .sm\:object-none {
    -o-object-fit: none;
       object-fit: none
  }

  .sm\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down
  }

  .sm\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom
  }

  .sm\:object-center {
    -o-object-position: center;
       object-position: center
  }

  .sm\:object-left {
    -o-object-position: left;
       object-position: left
  }

  .sm\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom
  }

  .sm\:object-left-top {
    -o-object-position: left top;
       object-position: left top
  }

  .sm\:object-right {
    -o-object-position: right;
       object-position: right
  }

  .sm\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom
  }

  .sm\:object-right-top {
    -o-object-position: right top;
       object-position: right top
  }

  .sm\:object-top {
    -o-object-position: top;
       object-position: top
  }

  .sm\:opacity-0 {
    opacity: 0
  }

  .sm\:opacity-25 {
    opacity: 0.25
  }

  .sm\:opacity-50 {
    opacity: 0.5
  }

  .sm\:opacity-75 {
    opacity: 0.75
  }

  .sm\:opacity-100 {
    opacity: 1
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0
  }

  .sm\:hover\:opacity-25:hover {
    opacity: 0.25
  }

  .sm\:hover\:opacity-50:hover {
    opacity: 0.5
  }

  .sm\:hover\:opacity-75:hover {
    opacity: 0.75
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1
  }

  .sm\:focus\:opacity-0:focus {
    opacity: 0
  }

  .sm\:focus\:opacity-25:focus {
    opacity: 0.25
  }

  .sm\:focus\:opacity-50:focus {
    opacity: 0.5
  }

  .sm\:focus\:opacity-75:focus {
    opacity: 0.75
  }

  .sm\:focus\:opacity-100:focus {
    opacity: 1
  }

  .sm\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
  }

  .sm\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px
  }

  .sm\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px
  }

  .sm\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
  }

  .sm\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px
  }

  .sm\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px
  }

  .sm\:overflow-auto {
    overflow: auto
  }

  .sm\:overflow-hidden {
    overflow: hidden
  }

  .sm\:overflow-visible {
    overflow: visible
  }

  .sm\:overflow-scroll {
    overflow: scroll
  }

  .sm\:overflow-x-auto {
    overflow-x: auto
  }

  .sm\:overflow-y-auto {
    overflow-y: auto
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden
  }

  .sm\:overflow-x-visible {
    overflow-x: visible
  }

  .sm\:overflow-y-visible {
    overflow-y: visible
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto
  }

  .sm\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto
  }

  .sm\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain
  }

  .sm\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none
  }

  .sm\:overscroll-y-auto {
    overscroll-behavior-y: auto
  }

  .sm\:overscroll-y-contain {
    overscroll-behavior-y: contain
  }

  .sm\:overscroll-y-none {
    overscroll-behavior-y: none
  }

  .sm\:overscroll-x-auto {
    overscroll-behavior-x: auto
  }

  .sm\:overscroll-x-contain {
    overscroll-behavior-x: contain
  }

  .sm\:overscroll-x-none {
    overscroll-behavior-x: none
  }

  .sm\:p-0 {
    padding: 0
  }

  .sm\:p-1 {
    padding: 5px
  }

  .sm\:p-2 {
    padding: 10px
  }

  .sm\:p-3 {
    padding: 15px
  }

  .sm\:p-4 {
    padding: 20px
  }

  .sm\:p-5 {
    padding: 25px
  }

  .sm\:p-6 {
    padding: 30px
  }

  .sm\:p-7 {
    padding: 35px
  }

  .sm\:p-8 {
    padding: 40px
  }

  .sm\:p-9 {
    padding: 45px
  }

  .sm\:p-10 {
    padding: 50px
  }

  .sm\:p-11 {
    padding: 55px
  }

  .sm\:p-12 {
    padding: 60px
  }

  .sm\:p-13 {
    padding: 65px
  }

  .sm\:p-14 {
    padding: 70px
  }

  .sm\:p-15 {
    padding: 75px
  }

  .sm\:p-16 {
    padding: 80px
  }

  .sm\:p-17 {
    padding: 85px
  }

  .sm\:p-18 {
    padding: 90px
  }

  .sm\:p-19 {
    padding: 95px
  }

  .sm\:p-20 {
    padding: 100px
  }

  .sm\:p-xxs {
    padding: 8px
  }

  .sm\:p-xs {
    padding: 12px
  }

  .sm\:p-sm {
    padding: 24px
  }

  .sm\:p-md {
    padding: 48px
  }

  .sm\:p-lg {
    padding: 64px
  }

  .sm\:p-xl {
    padding: 128px
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0
  }

  .sm\:py-1 {
    padding-top: 5px;
    padding-bottom: 5px
  }

  .sm\:px-1 {
    padding-left: 5px;
    padding-right: 5px
  }

  .sm\:py-2 {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .sm\:px-2 {
    padding-left: 10px;
    padding-right: 10px
  }

  .sm\:py-3 {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .sm\:px-3 {
    padding-left: 15px;
    padding-right: 15px
  }

  .sm\:py-4 {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .sm\:px-4 {
    padding-left: 20px;
    padding-right: 20px
  }

  .sm\:py-5 {
    padding-top: 25px;
    padding-bottom: 25px
  }

  .sm\:px-5 {
    padding-left: 25px;
    padding-right: 25px
  }

  .sm\:py-6 {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .sm\:px-6 {
    padding-left: 30px;
    padding-right: 30px
  }

  .sm\:py-7 {
    padding-top: 35px;
    padding-bottom: 35px
  }

  .sm\:px-7 {
    padding-left: 35px;
    padding-right: 35px
  }

  .sm\:py-8 {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .sm\:px-8 {
    padding-left: 40px;
    padding-right: 40px
  }

  .sm\:py-9 {
    padding-top: 45px;
    padding-bottom: 45px
  }

  .sm\:px-9 {
    padding-left: 45px;
    padding-right: 45px
  }

  .sm\:py-10 {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .sm\:px-10 {
    padding-left: 50px;
    padding-right: 50px
  }

  .sm\:py-11 {
    padding-top: 55px;
    padding-bottom: 55px
  }

  .sm\:px-11 {
    padding-left: 55px;
    padding-right: 55px
  }

  .sm\:py-12 {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .sm\:px-12 {
    padding-left: 60px;
    padding-right: 60px
  }

  .sm\:py-13 {
    padding-top: 65px;
    padding-bottom: 65px
  }

  .sm\:px-13 {
    padding-left: 65px;
    padding-right: 65px
  }

  .sm\:py-14 {
    padding-top: 70px;
    padding-bottom: 70px
  }

  .sm\:px-14 {
    padding-left: 70px;
    padding-right: 70px
  }

  .sm\:py-15 {
    padding-top: 75px;
    padding-bottom: 75px
  }

  .sm\:px-15 {
    padding-left: 75px;
    padding-right: 75px
  }

  .sm\:py-16 {
    padding-top: 80px;
    padding-bottom: 80px
  }

  .sm\:px-16 {
    padding-left: 80px;
    padding-right: 80px
  }

  .sm\:py-17 {
    padding-top: 85px;
    padding-bottom: 85px
  }

  .sm\:px-17 {
    padding-left: 85px;
    padding-right: 85px
  }

  .sm\:py-18 {
    padding-top: 90px;
    padding-bottom: 90px
  }

  .sm\:px-18 {
    padding-left: 90px;
    padding-right: 90px
  }

  .sm\:py-19 {
    padding-top: 95px;
    padding-bottom: 95px
  }

  .sm\:px-19 {
    padding-left: 95px;
    padding-right: 95px
  }

  .sm\:py-20 {
    padding-top: 100px;
    padding-bottom: 100px
  }

  .sm\:px-20 {
    padding-left: 100px;
    padding-right: 100px
  }

  .sm\:py-xxs {
    padding-top: 8px;
    padding-bottom: 8px
  }

  .sm\:px-xxs {
    padding-left: 8px;
    padding-right: 8px
  }

  .sm\:py-xs {
    padding-top: 12px;
    padding-bottom: 12px
  }

  .sm\:px-xs {
    padding-left: 12px;
    padding-right: 12px
  }

  .sm\:py-sm {
    padding-top: 24px;
    padding-bottom: 24px
  }

  .sm\:px-sm {
    padding-left: 24px;
    padding-right: 24px
  }

  .sm\:py-md {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .sm\:px-md {
    padding-left: 48px;
    padding-right: 48px
  }

  .sm\:py-lg {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .sm\:px-lg {
    padding-left: 64px;
    padding-right: 64px
  }

  .sm\:py-xl {
    padding-top: 128px;
    padding-bottom: 128px
  }

  .sm\:px-xl {
    padding-left: 128px;
    padding-right: 128px
  }

  .sm\:pt-0 {
    padding-top: 0
  }

  .sm\:pr-0 {
    padding-right: 0
  }

  .sm\:pb-0 {
    padding-bottom: 0
  }

  .sm\:pl-0 {
    padding-left: 0
  }

  .sm\:pt-1 {
    padding-top: 5px
  }

  .sm\:pr-1 {
    padding-right: 5px
  }

  .sm\:pb-1 {
    padding-bottom: 5px
  }

  .sm\:pl-1 {
    padding-left: 5px
  }

  .sm\:pt-2 {
    padding-top: 10px
  }

  .sm\:pr-2 {
    padding-right: 10px
  }

  .sm\:pb-2 {
    padding-bottom: 10px
  }

  .sm\:pl-2 {
    padding-left: 10px
  }

  .sm\:pt-3 {
    padding-top: 15px
  }

  .sm\:pr-3 {
    padding-right: 15px
  }

  .sm\:pb-3 {
    padding-bottom: 15px
  }

  .sm\:pl-3 {
    padding-left: 15px
  }

  .sm\:pt-4 {
    padding-top: 20px
  }

  .sm\:pr-4 {
    padding-right: 20px
  }

  .sm\:pb-4 {
    padding-bottom: 20px
  }

  .sm\:pl-4 {
    padding-left: 20px
  }

  .sm\:pt-5 {
    padding-top: 25px
  }

  .sm\:pr-5 {
    padding-right: 25px
  }

  .sm\:pb-5 {
    padding-bottom: 25px
  }

  .sm\:pl-5 {
    padding-left: 25px
  }

  .sm\:pt-6 {
    padding-top: 30px
  }

  .sm\:pr-6 {
    padding-right: 30px
  }

  .sm\:pb-6 {
    padding-bottom: 30px
  }

  .sm\:pl-6 {
    padding-left: 30px
  }

  .sm\:pt-7 {
    padding-top: 35px
  }

  .sm\:pr-7 {
    padding-right: 35px
  }

  .sm\:pb-7 {
    padding-bottom: 35px
  }

  .sm\:pl-7 {
    padding-left: 35px
  }

  .sm\:pt-8 {
    padding-top: 40px
  }

  .sm\:pr-8 {
    padding-right: 40px
  }

  .sm\:pb-8 {
    padding-bottom: 40px
  }

  .sm\:pl-8 {
    padding-left: 40px
  }

  .sm\:pt-9 {
    padding-top: 45px
  }

  .sm\:pr-9 {
    padding-right: 45px
  }

  .sm\:pb-9 {
    padding-bottom: 45px
  }

  .sm\:pl-9 {
    padding-left: 45px
  }

  .sm\:pt-10 {
    padding-top: 50px
  }

  .sm\:pr-10 {
    padding-right: 50px
  }

  .sm\:pb-10 {
    padding-bottom: 50px
  }

  .sm\:pl-10 {
    padding-left: 50px
  }

  .sm\:pt-11 {
    padding-top: 55px
  }

  .sm\:pr-11 {
    padding-right: 55px
  }

  .sm\:pb-11 {
    padding-bottom: 55px
  }

  .sm\:pl-11 {
    padding-left: 55px
  }

  .sm\:pt-12 {
    padding-top: 60px
  }

  .sm\:pr-12 {
    padding-right: 60px
  }

  .sm\:pb-12 {
    padding-bottom: 60px
  }

  .sm\:pl-12 {
    padding-left: 60px
  }

  .sm\:pt-13 {
    padding-top: 65px
  }

  .sm\:pr-13 {
    padding-right: 65px
  }

  .sm\:pb-13 {
    padding-bottom: 65px
  }

  .sm\:pl-13 {
    padding-left: 65px
  }

  .sm\:pt-14 {
    padding-top: 70px
  }

  .sm\:pr-14 {
    padding-right: 70px
  }

  .sm\:pb-14 {
    padding-bottom: 70px
  }

  .sm\:pl-14 {
    padding-left: 70px
  }

  .sm\:pt-15 {
    padding-top: 75px
  }

  .sm\:pr-15 {
    padding-right: 75px
  }

  .sm\:pb-15 {
    padding-bottom: 75px
  }

  .sm\:pl-15 {
    padding-left: 75px
  }

  .sm\:pt-16 {
    padding-top: 80px
  }

  .sm\:pr-16 {
    padding-right: 80px
  }

  .sm\:pb-16 {
    padding-bottom: 80px
  }

  .sm\:pl-16 {
    padding-left: 80px
  }

  .sm\:pt-17 {
    padding-top: 85px
  }

  .sm\:pr-17 {
    padding-right: 85px
  }

  .sm\:pb-17 {
    padding-bottom: 85px
  }

  .sm\:pl-17 {
    padding-left: 85px
  }

  .sm\:pt-18 {
    padding-top: 90px
  }

  .sm\:pr-18 {
    padding-right: 90px
  }

  .sm\:pb-18 {
    padding-bottom: 90px
  }

  .sm\:pl-18 {
    padding-left: 90px
  }

  .sm\:pt-19 {
    padding-top: 95px
  }

  .sm\:pr-19 {
    padding-right: 95px
  }

  .sm\:pb-19 {
    padding-bottom: 95px
  }

  .sm\:pl-19 {
    padding-left: 95px
  }

  .sm\:pt-20 {
    padding-top: 100px
  }

  .sm\:pr-20 {
    padding-right: 100px
  }

  .sm\:pb-20 {
    padding-bottom: 100px
  }

  .sm\:pl-20 {
    padding-left: 100px
  }

  .sm\:pt-xxs {
    padding-top: 8px
  }

  .sm\:pr-xxs {
    padding-right: 8px
  }

  .sm\:pb-xxs {
    padding-bottom: 8px
  }

  .sm\:pl-xxs {
    padding-left: 8px
  }

  .sm\:pt-xs {
    padding-top: 12px
  }

  .sm\:pr-xs {
    padding-right: 12px
  }

  .sm\:pb-xs {
    padding-bottom: 12px
  }

  .sm\:pl-xs {
    padding-left: 12px
  }

  .sm\:pt-sm {
    padding-top: 24px
  }

  .sm\:pr-sm {
    padding-right: 24px
  }

  .sm\:pb-sm {
    padding-bottom: 24px
  }

  .sm\:pl-sm {
    padding-left: 24px
  }

  .sm\:pt-md {
    padding-top: 48px
  }

  .sm\:pr-md {
    padding-right: 48px
  }

  .sm\:pb-md {
    padding-bottom: 48px
  }

  .sm\:pl-md {
    padding-left: 48px
  }

  .sm\:pt-lg {
    padding-top: 64px
  }

  .sm\:pr-lg {
    padding-right: 64px
  }

  .sm\:pb-lg {
    padding-bottom: 64px
  }

  .sm\:pl-lg {
    padding-left: 64px
  }

  .sm\:pt-xl {
    padding-top: 128px
  }

  .sm\:pr-xl {
    padding-right: 128px
  }

  .sm\:pb-xl {
    padding-bottom: 128px
  }

  .sm\:pl-xl {
    padding-left: 128px
  }

  .sm\:first\:p-0:first-child {
    padding: 0
  }

  .sm\:first\:p-1:first-child {
    padding: 5px
  }

  .sm\:first\:p-2:first-child {
    padding: 10px
  }

  .sm\:first\:p-3:first-child {
    padding: 15px
  }

  .sm\:first\:p-4:first-child {
    padding: 20px
  }

  .sm\:first\:p-5:first-child {
    padding: 25px
  }

  .sm\:first\:p-6:first-child {
    padding: 30px
  }

  .sm\:first\:p-7:first-child {
    padding: 35px
  }

  .sm\:first\:p-8:first-child {
    padding: 40px
  }

  .sm\:first\:p-9:first-child {
    padding: 45px
  }

  .sm\:first\:p-10:first-child {
    padding: 50px
  }

  .sm\:first\:p-11:first-child {
    padding: 55px
  }

  .sm\:first\:p-12:first-child {
    padding: 60px
  }

  .sm\:first\:p-13:first-child {
    padding: 65px
  }

  .sm\:first\:p-14:first-child {
    padding: 70px
  }

  .sm\:first\:p-15:first-child {
    padding: 75px
  }

  .sm\:first\:p-16:first-child {
    padding: 80px
  }

  .sm\:first\:p-17:first-child {
    padding: 85px
  }

  .sm\:first\:p-18:first-child {
    padding: 90px
  }

  .sm\:first\:p-19:first-child {
    padding: 95px
  }

  .sm\:first\:p-20:first-child {
    padding: 100px
  }

  .sm\:first\:p-xxs:first-child {
    padding: 8px
  }

  .sm\:first\:p-xs:first-child {
    padding: 12px
  }

  .sm\:first\:p-sm:first-child {
    padding: 24px
  }

  .sm\:first\:p-md:first-child {
    padding: 48px
  }

  .sm\:first\:p-lg:first-child {
    padding: 64px
  }

  .sm\:first\:p-xl:first-child {
    padding: 128px
  }

  .sm\:first\:py-0:first-child {
    padding-top: 0;
    padding-bottom: 0
  }

  .sm\:first\:px-0:first-child {
    padding-left: 0;
    padding-right: 0
  }

  .sm\:first\:py-1:first-child {
    padding-top: 5px;
    padding-bottom: 5px
  }

  .sm\:first\:px-1:first-child {
    padding-left: 5px;
    padding-right: 5px
  }

  .sm\:first\:py-2:first-child {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .sm\:first\:px-2:first-child {
    padding-left: 10px;
    padding-right: 10px
  }

  .sm\:first\:py-3:first-child {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .sm\:first\:px-3:first-child {
    padding-left: 15px;
    padding-right: 15px
  }

  .sm\:first\:py-4:first-child {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .sm\:first\:px-4:first-child {
    padding-left: 20px;
    padding-right: 20px
  }

  .sm\:first\:py-5:first-child {
    padding-top: 25px;
    padding-bottom: 25px
  }

  .sm\:first\:px-5:first-child {
    padding-left: 25px;
    padding-right: 25px
  }

  .sm\:first\:py-6:first-child {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .sm\:first\:px-6:first-child {
    padding-left: 30px;
    padding-right: 30px
  }

  .sm\:first\:py-7:first-child {
    padding-top: 35px;
    padding-bottom: 35px
  }

  .sm\:first\:px-7:first-child {
    padding-left: 35px;
    padding-right: 35px
  }

  .sm\:first\:py-8:first-child {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .sm\:first\:px-8:first-child {
    padding-left: 40px;
    padding-right: 40px
  }

  .sm\:first\:py-9:first-child {
    padding-top: 45px;
    padding-bottom: 45px
  }

  .sm\:first\:px-9:first-child {
    padding-left: 45px;
    padding-right: 45px
  }

  .sm\:first\:py-10:first-child {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .sm\:first\:px-10:first-child {
    padding-left: 50px;
    padding-right: 50px
  }

  .sm\:first\:py-11:first-child {
    padding-top: 55px;
    padding-bottom: 55px
  }

  .sm\:first\:px-11:first-child {
    padding-left: 55px;
    padding-right: 55px
  }

  .sm\:first\:py-12:first-child {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .sm\:first\:px-12:first-child {
    padding-left: 60px;
    padding-right: 60px
  }

  .sm\:first\:py-13:first-child {
    padding-top: 65px;
    padding-bottom: 65px
  }

  .sm\:first\:px-13:first-child {
    padding-left: 65px;
    padding-right: 65px
  }

  .sm\:first\:py-14:first-child {
    padding-top: 70px;
    padding-bottom: 70px
  }

  .sm\:first\:px-14:first-child {
    padding-left: 70px;
    padding-right: 70px
  }

  .sm\:first\:py-15:first-child {
    padding-top: 75px;
    padding-bottom: 75px
  }

  .sm\:first\:px-15:first-child {
    padding-left: 75px;
    padding-right: 75px
  }

  .sm\:first\:py-16:first-child {
    padding-top: 80px;
    padding-bottom: 80px
  }

  .sm\:first\:px-16:first-child {
    padding-left: 80px;
    padding-right: 80px
  }

  .sm\:first\:py-17:first-child {
    padding-top: 85px;
    padding-bottom: 85px
  }

  .sm\:first\:px-17:first-child {
    padding-left: 85px;
    padding-right: 85px
  }

  .sm\:first\:py-18:first-child {
    padding-top: 90px;
    padding-bottom: 90px
  }

  .sm\:first\:px-18:first-child {
    padding-left: 90px;
    padding-right: 90px
  }

  .sm\:first\:py-19:first-child {
    padding-top: 95px;
    padding-bottom: 95px
  }

  .sm\:first\:px-19:first-child {
    padding-left: 95px;
    padding-right: 95px
  }

  .sm\:first\:py-20:first-child {
    padding-top: 100px;
    padding-bottom: 100px
  }

  .sm\:first\:px-20:first-child {
    padding-left: 100px;
    padding-right: 100px
  }

  .sm\:first\:py-xxs:first-child {
    padding-top: 8px;
    padding-bottom: 8px
  }

  .sm\:first\:px-xxs:first-child {
    padding-left: 8px;
    padding-right: 8px
  }

  .sm\:first\:py-xs:first-child {
    padding-top: 12px;
    padding-bottom: 12px
  }

  .sm\:first\:px-xs:first-child {
    padding-left: 12px;
    padding-right: 12px
  }

  .sm\:first\:py-sm:first-child {
    padding-top: 24px;
    padding-bottom: 24px
  }

  .sm\:first\:px-sm:first-child {
    padding-left: 24px;
    padding-right: 24px
  }

  .sm\:first\:py-md:first-child {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .sm\:first\:px-md:first-child {
    padding-left: 48px;
    padding-right: 48px
  }

  .sm\:first\:py-lg:first-child {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .sm\:first\:px-lg:first-child {
    padding-left: 64px;
    padding-right: 64px
  }

  .sm\:first\:py-xl:first-child {
    padding-top: 128px;
    padding-bottom: 128px
  }

  .sm\:first\:px-xl:first-child {
    padding-left: 128px;
    padding-right: 128px
  }

  .sm\:first\:pt-0:first-child {
    padding-top: 0
  }

  .sm\:first\:pr-0:first-child {
    padding-right: 0
  }

  .sm\:first\:pb-0:first-child {
    padding-bottom: 0
  }

  .sm\:first\:pl-0:first-child {
    padding-left: 0
  }

  .sm\:first\:pt-1:first-child {
    padding-top: 5px
  }

  .sm\:first\:pr-1:first-child {
    padding-right: 5px
  }

  .sm\:first\:pb-1:first-child {
    padding-bottom: 5px
  }

  .sm\:first\:pl-1:first-child {
    padding-left: 5px
  }

  .sm\:first\:pt-2:first-child {
    padding-top: 10px
  }

  .sm\:first\:pr-2:first-child {
    padding-right: 10px
  }

  .sm\:first\:pb-2:first-child {
    padding-bottom: 10px
  }

  .sm\:first\:pl-2:first-child {
    padding-left: 10px
  }

  .sm\:first\:pt-3:first-child {
    padding-top: 15px
  }

  .sm\:first\:pr-3:first-child {
    padding-right: 15px
  }

  .sm\:first\:pb-3:first-child {
    padding-bottom: 15px
  }

  .sm\:first\:pl-3:first-child {
    padding-left: 15px
  }

  .sm\:first\:pt-4:first-child {
    padding-top: 20px
  }

  .sm\:first\:pr-4:first-child {
    padding-right: 20px
  }

  .sm\:first\:pb-4:first-child {
    padding-bottom: 20px
  }

  .sm\:first\:pl-4:first-child {
    padding-left: 20px
  }

  .sm\:first\:pt-5:first-child {
    padding-top: 25px
  }

  .sm\:first\:pr-5:first-child {
    padding-right: 25px
  }

  .sm\:first\:pb-5:first-child {
    padding-bottom: 25px
  }

  .sm\:first\:pl-5:first-child {
    padding-left: 25px
  }

  .sm\:first\:pt-6:first-child {
    padding-top: 30px
  }

  .sm\:first\:pr-6:first-child {
    padding-right: 30px
  }

  .sm\:first\:pb-6:first-child {
    padding-bottom: 30px
  }

  .sm\:first\:pl-6:first-child {
    padding-left: 30px
  }

  .sm\:first\:pt-7:first-child {
    padding-top: 35px
  }

  .sm\:first\:pr-7:first-child {
    padding-right: 35px
  }

  .sm\:first\:pb-7:first-child {
    padding-bottom: 35px
  }

  .sm\:first\:pl-7:first-child {
    padding-left: 35px
  }

  .sm\:first\:pt-8:first-child {
    padding-top: 40px
  }

  .sm\:first\:pr-8:first-child {
    padding-right: 40px
  }

  .sm\:first\:pb-8:first-child {
    padding-bottom: 40px
  }

  .sm\:first\:pl-8:first-child {
    padding-left: 40px
  }

  .sm\:first\:pt-9:first-child {
    padding-top: 45px
  }

  .sm\:first\:pr-9:first-child {
    padding-right: 45px
  }

  .sm\:first\:pb-9:first-child {
    padding-bottom: 45px
  }

  .sm\:first\:pl-9:first-child {
    padding-left: 45px
  }

  .sm\:first\:pt-10:first-child {
    padding-top: 50px
  }

  .sm\:first\:pr-10:first-child {
    padding-right: 50px
  }

  .sm\:first\:pb-10:first-child {
    padding-bottom: 50px
  }

  .sm\:first\:pl-10:first-child {
    padding-left: 50px
  }

  .sm\:first\:pt-11:first-child {
    padding-top: 55px
  }

  .sm\:first\:pr-11:first-child {
    padding-right: 55px
  }

  .sm\:first\:pb-11:first-child {
    padding-bottom: 55px
  }

  .sm\:first\:pl-11:first-child {
    padding-left: 55px
  }

  .sm\:first\:pt-12:first-child {
    padding-top: 60px
  }

  .sm\:first\:pr-12:first-child {
    padding-right: 60px
  }

  .sm\:first\:pb-12:first-child {
    padding-bottom: 60px
  }

  .sm\:first\:pl-12:first-child {
    padding-left: 60px
  }

  .sm\:first\:pt-13:first-child {
    padding-top: 65px
  }

  .sm\:first\:pr-13:first-child {
    padding-right: 65px
  }

  .sm\:first\:pb-13:first-child {
    padding-bottom: 65px
  }

  .sm\:first\:pl-13:first-child {
    padding-left: 65px
  }

  .sm\:first\:pt-14:first-child {
    padding-top: 70px
  }

  .sm\:first\:pr-14:first-child {
    padding-right: 70px
  }

  .sm\:first\:pb-14:first-child {
    padding-bottom: 70px
  }

  .sm\:first\:pl-14:first-child {
    padding-left: 70px
  }

  .sm\:first\:pt-15:first-child {
    padding-top: 75px
  }

  .sm\:first\:pr-15:first-child {
    padding-right: 75px
  }

  .sm\:first\:pb-15:first-child {
    padding-bottom: 75px
  }

  .sm\:first\:pl-15:first-child {
    padding-left: 75px
  }

  .sm\:first\:pt-16:first-child {
    padding-top: 80px
  }

  .sm\:first\:pr-16:first-child {
    padding-right: 80px
  }

  .sm\:first\:pb-16:first-child {
    padding-bottom: 80px
  }

  .sm\:first\:pl-16:first-child {
    padding-left: 80px
  }

  .sm\:first\:pt-17:first-child {
    padding-top: 85px
  }

  .sm\:first\:pr-17:first-child {
    padding-right: 85px
  }

  .sm\:first\:pb-17:first-child {
    padding-bottom: 85px
  }

  .sm\:first\:pl-17:first-child {
    padding-left: 85px
  }

  .sm\:first\:pt-18:first-child {
    padding-top: 90px
  }

  .sm\:first\:pr-18:first-child {
    padding-right: 90px
  }

  .sm\:first\:pb-18:first-child {
    padding-bottom: 90px
  }

  .sm\:first\:pl-18:first-child {
    padding-left: 90px
  }

  .sm\:first\:pt-19:first-child {
    padding-top: 95px
  }

  .sm\:first\:pr-19:first-child {
    padding-right: 95px
  }

  .sm\:first\:pb-19:first-child {
    padding-bottom: 95px
  }

  .sm\:first\:pl-19:first-child {
    padding-left: 95px
  }

  .sm\:first\:pt-20:first-child {
    padding-top: 100px
  }

  .sm\:first\:pr-20:first-child {
    padding-right: 100px
  }

  .sm\:first\:pb-20:first-child {
    padding-bottom: 100px
  }

  .sm\:first\:pl-20:first-child {
    padding-left: 100px
  }

  .sm\:first\:pt-xxs:first-child {
    padding-top: 8px
  }

  .sm\:first\:pr-xxs:first-child {
    padding-right: 8px
  }

  .sm\:first\:pb-xxs:first-child {
    padding-bottom: 8px
  }

  .sm\:first\:pl-xxs:first-child {
    padding-left: 8px
  }

  .sm\:first\:pt-xs:first-child {
    padding-top: 12px
  }

  .sm\:first\:pr-xs:first-child {
    padding-right: 12px
  }

  .sm\:first\:pb-xs:first-child {
    padding-bottom: 12px
  }

  .sm\:first\:pl-xs:first-child {
    padding-left: 12px
  }

  .sm\:first\:pt-sm:first-child {
    padding-top: 24px
  }

  .sm\:first\:pr-sm:first-child {
    padding-right: 24px
  }

  .sm\:first\:pb-sm:first-child {
    padding-bottom: 24px
  }

  .sm\:first\:pl-sm:first-child {
    padding-left: 24px
  }

  .sm\:first\:pt-md:first-child {
    padding-top: 48px
  }

  .sm\:first\:pr-md:first-child {
    padding-right: 48px
  }

  .sm\:first\:pb-md:first-child {
    padding-bottom: 48px
  }

  .sm\:first\:pl-md:first-child {
    padding-left: 48px
  }

  .sm\:first\:pt-lg:first-child {
    padding-top: 64px
  }

  .sm\:first\:pr-lg:first-child {
    padding-right: 64px
  }

  .sm\:first\:pb-lg:first-child {
    padding-bottom: 64px
  }

  .sm\:first\:pl-lg:first-child {
    padding-left: 64px
  }

  .sm\:first\:pt-xl:first-child {
    padding-top: 128px
  }

  .sm\:first\:pr-xl:first-child {
    padding-right: 128px
  }

  .sm\:first\:pb-xl:first-child {
    padding-bottom: 128px
  }

  .sm\:first\:pl-xl:first-child {
    padding-left: 128px
  }

  .sm\:last\:p-0:last-child {
    padding: 0
  }

  .sm\:last\:p-1:last-child {
    padding: 5px
  }

  .sm\:last\:p-2:last-child {
    padding: 10px
  }

  .sm\:last\:p-3:last-child {
    padding: 15px
  }

  .sm\:last\:p-4:last-child {
    padding: 20px
  }

  .sm\:last\:p-5:last-child {
    padding: 25px
  }

  .sm\:last\:p-6:last-child {
    padding: 30px
  }

  .sm\:last\:p-7:last-child {
    padding: 35px
  }

  .sm\:last\:p-8:last-child {
    padding: 40px
  }

  .sm\:last\:p-9:last-child {
    padding: 45px
  }

  .sm\:last\:p-10:last-child {
    padding: 50px
  }

  .sm\:last\:p-11:last-child {
    padding: 55px
  }

  .sm\:last\:p-12:last-child {
    padding: 60px
  }

  .sm\:last\:p-13:last-child {
    padding: 65px
  }

  .sm\:last\:p-14:last-child {
    padding: 70px
  }

  .sm\:last\:p-15:last-child {
    padding: 75px
  }

  .sm\:last\:p-16:last-child {
    padding: 80px
  }

  .sm\:last\:p-17:last-child {
    padding: 85px
  }

  .sm\:last\:p-18:last-child {
    padding: 90px
  }

  .sm\:last\:p-19:last-child {
    padding: 95px
  }

  .sm\:last\:p-20:last-child {
    padding: 100px
  }

  .sm\:last\:p-xxs:last-child {
    padding: 8px
  }

  .sm\:last\:p-xs:last-child {
    padding: 12px
  }

  .sm\:last\:p-sm:last-child {
    padding: 24px
  }

  .sm\:last\:p-md:last-child {
    padding: 48px
  }

  .sm\:last\:p-lg:last-child {
    padding: 64px
  }

  .sm\:last\:p-xl:last-child {
    padding: 128px
  }

  .sm\:last\:py-0:last-child {
    padding-top: 0;
    padding-bottom: 0
  }

  .sm\:last\:px-0:last-child {
    padding-left: 0;
    padding-right: 0
  }

  .sm\:last\:py-1:last-child {
    padding-top: 5px;
    padding-bottom: 5px
  }

  .sm\:last\:px-1:last-child {
    padding-left: 5px;
    padding-right: 5px
  }

  .sm\:last\:py-2:last-child {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .sm\:last\:px-2:last-child {
    padding-left: 10px;
    padding-right: 10px
  }

  .sm\:last\:py-3:last-child {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .sm\:last\:px-3:last-child {
    padding-left: 15px;
    padding-right: 15px
  }

  .sm\:last\:py-4:last-child {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .sm\:last\:px-4:last-child {
    padding-left: 20px;
    padding-right: 20px
  }

  .sm\:last\:py-5:last-child {
    padding-top: 25px;
    padding-bottom: 25px
  }

  .sm\:last\:px-5:last-child {
    padding-left: 25px;
    padding-right: 25px
  }

  .sm\:last\:py-6:last-child {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .sm\:last\:px-6:last-child {
    padding-left: 30px;
    padding-right: 30px
  }

  .sm\:last\:py-7:last-child {
    padding-top: 35px;
    padding-bottom: 35px
  }

  .sm\:last\:px-7:last-child {
    padding-left: 35px;
    padding-right: 35px
  }

  .sm\:last\:py-8:last-child {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .sm\:last\:px-8:last-child {
    padding-left: 40px;
    padding-right: 40px
  }

  .sm\:last\:py-9:last-child {
    padding-top: 45px;
    padding-bottom: 45px
  }

  .sm\:last\:px-9:last-child {
    padding-left: 45px;
    padding-right: 45px
  }

  .sm\:last\:py-10:last-child {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .sm\:last\:px-10:last-child {
    padding-left: 50px;
    padding-right: 50px
  }

  .sm\:last\:py-11:last-child {
    padding-top: 55px;
    padding-bottom: 55px
  }

  .sm\:last\:px-11:last-child {
    padding-left: 55px;
    padding-right: 55px
  }

  .sm\:last\:py-12:last-child {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .sm\:last\:px-12:last-child {
    padding-left: 60px;
    padding-right: 60px
  }

  .sm\:last\:py-13:last-child {
    padding-top: 65px;
    padding-bottom: 65px
  }

  .sm\:last\:px-13:last-child {
    padding-left: 65px;
    padding-right: 65px
  }

  .sm\:last\:py-14:last-child {
    padding-top: 70px;
    padding-bottom: 70px
  }

  .sm\:last\:px-14:last-child {
    padding-left: 70px;
    padding-right: 70px
  }

  .sm\:last\:py-15:last-child {
    padding-top: 75px;
    padding-bottom: 75px
  }

  .sm\:last\:px-15:last-child {
    padding-left: 75px;
    padding-right: 75px
  }

  .sm\:last\:py-16:last-child {
    padding-top: 80px;
    padding-bottom: 80px
  }

  .sm\:last\:px-16:last-child {
    padding-left: 80px;
    padding-right: 80px
  }

  .sm\:last\:py-17:last-child {
    padding-top: 85px;
    padding-bottom: 85px
  }

  .sm\:last\:px-17:last-child {
    padding-left: 85px;
    padding-right: 85px
  }

  .sm\:last\:py-18:last-child {
    padding-top: 90px;
    padding-bottom: 90px
  }

  .sm\:last\:px-18:last-child {
    padding-left: 90px;
    padding-right: 90px
  }

  .sm\:last\:py-19:last-child {
    padding-top: 95px;
    padding-bottom: 95px
  }

  .sm\:last\:px-19:last-child {
    padding-left: 95px;
    padding-right: 95px
  }

  .sm\:last\:py-20:last-child {
    padding-top: 100px;
    padding-bottom: 100px
  }

  .sm\:last\:px-20:last-child {
    padding-left: 100px;
    padding-right: 100px
  }

  .sm\:last\:py-xxs:last-child {
    padding-top: 8px;
    padding-bottom: 8px
  }

  .sm\:last\:px-xxs:last-child {
    padding-left: 8px;
    padding-right: 8px
  }

  .sm\:last\:py-xs:last-child {
    padding-top: 12px;
    padding-bottom: 12px
  }

  .sm\:last\:px-xs:last-child {
    padding-left: 12px;
    padding-right: 12px
  }

  .sm\:last\:py-sm:last-child {
    padding-top: 24px;
    padding-bottom: 24px
  }

  .sm\:last\:px-sm:last-child {
    padding-left: 24px;
    padding-right: 24px
  }

  .sm\:last\:py-md:last-child {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .sm\:last\:px-md:last-child {
    padding-left: 48px;
    padding-right: 48px
  }

  .sm\:last\:py-lg:last-child {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .sm\:last\:px-lg:last-child {
    padding-left: 64px;
    padding-right: 64px
  }

  .sm\:last\:py-xl:last-child {
    padding-top: 128px;
    padding-bottom: 128px
  }

  .sm\:last\:px-xl:last-child {
    padding-left: 128px;
    padding-right: 128px
  }

  .sm\:last\:pt-0:last-child {
    padding-top: 0
  }

  .sm\:last\:pr-0:last-child {
    padding-right: 0
  }

  .sm\:last\:pb-0:last-child {
    padding-bottom: 0
  }

  .sm\:last\:pl-0:last-child {
    padding-left: 0
  }

  .sm\:last\:pt-1:last-child {
    padding-top: 5px
  }

  .sm\:last\:pr-1:last-child {
    padding-right: 5px
  }

  .sm\:last\:pb-1:last-child {
    padding-bottom: 5px
  }

  .sm\:last\:pl-1:last-child {
    padding-left: 5px
  }

  .sm\:last\:pt-2:last-child {
    padding-top: 10px
  }

  .sm\:last\:pr-2:last-child {
    padding-right: 10px
  }

  .sm\:last\:pb-2:last-child {
    padding-bottom: 10px
  }

  .sm\:last\:pl-2:last-child {
    padding-left: 10px
  }

  .sm\:last\:pt-3:last-child {
    padding-top: 15px
  }

  .sm\:last\:pr-3:last-child {
    padding-right: 15px
  }

  .sm\:last\:pb-3:last-child {
    padding-bottom: 15px
  }

  .sm\:last\:pl-3:last-child {
    padding-left: 15px
  }

  .sm\:last\:pt-4:last-child {
    padding-top: 20px
  }

  .sm\:last\:pr-4:last-child {
    padding-right: 20px
  }

  .sm\:last\:pb-4:last-child {
    padding-bottom: 20px
  }

  .sm\:last\:pl-4:last-child {
    padding-left: 20px
  }

  .sm\:last\:pt-5:last-child {
    padding-top: 25px
  }

  .sm\:last\:pr-5:last-child {
    padding-right: 25px
  }

  .sm\:last\:pb-5:last-child {
    padding-bottom: 25px
  }

  .sm\:last\:pl-5:last-child {
    padding-left: 25px
  }

  .sm\:last\:pt-6:last-child {
    padding-top: 30px
  }

  .sm\:last\:pr-6:last-child {
    padding-right: 30px
  }

  .sm\:last\:pb-6:last-child {
    padding-bottom: 30px
  }

  .sm\:last\:pl-6:last-child {
    padding-left: 30px
  }

  .sm\:last\:pt-7:last-child {
    padding-top: 35px
  }

  .sm\:last\:pr-7:last-child {
    padding-right: 35px
  }

  .sm\:last\:pb-7:last-child {
    padding-bottom: 35px
  }

  .sm\:last\:pl-7:last-child {
    padding-left: 35px
  }

  .sm\:last\:pt-8:last-child {
    padding-top: 40px
  }

  .sm\:last\:pr-8:last-child {
    padding-right: 40px
  }

  .sm\:last\:pb-8:last-child {
    padding-bottom: 40px
  }

  .sm\:last\:pl-8:last-child {
    padding-left: 40px
  }

  .sm\:last\:pt-9:last-child {
    padding-top: 45px
  }

  .sm\:last\:pr-9:last-child {
    padding-right: 45px
  }

  .sm\:last\:pb-9:last-child {
    padding-bottom: 45px
  }

  .sm\:last\:pl-9:last-child {
    padding-left: 45px
  }

  .sm\:last\:pt-10:last-child {
    padding-top: 50px
  }

  .sm\:last\:pr-10:last-child {
    padding-right: 50px
  }

  .sm\:last\:pb-10:last-child {
    padding-bottom: 50px
  }

  .sm\:last\:pl-10:last-child {
    padding-left: 50px
  }

  .sm\:last\:pt-11:last-child {
    padding-top: 55px
  }

  .sm\:last\:pr-11:last-child {
    padding-right: 55px
  }

  .sm\:last\:pb-11:last-child {
    padding-bottom: 55px
  }

  .sm\:last\:pl-11:last-child {
    padding-left: 55px
  }

  .sm\:last\:pt-12:last-child {
    padding-top: 60px
  }

  .sm\:last\:pr-12:last-child {
    padding-right: 60px
  }

  .sm\:last\:pb-12:last-child {
    padding-bottom: 60px
  }

  .sm\:last\:pl-12:last-child {
    padding-left: 60px
  }

  .sm\:last\:pt-13:last-child {
    padding-top: 65px
  }

  .sm\:last\:pr-13:last-child {
    padding-right: 65px
  }

  .sm\:last\:pb-13:last-child {
    padding-bottom: 65px
  }

  .sm\:last\:pl-13:last-child {
    padding-left: 65px
  }

  .sm\:last\:pt-14:last-child {
    padding-top: 70px
  }

  .sm\:last\:pr-14:last-child {
    padding-right: 70px
  }

  .sm\:last\:pb-14:last-child {
    padding-bottom: 70px
  }

  .sm\:last\:pl-14:last-child {
    padding-left: 70px
  }

  .sm\:last\:pt-15:last-child {
    padding-top: 75px
  }

  .sm\:last\:pr-15:last-child {
    padding-right: 75px
  }

  .sm\:last\:pb-15:last-child {
    padding-bottom: 75px
  }

  .sm\:last\:pl-15:last-child {
    padding-left: 75px
  }

  .sm\:last\:pt-16:last-child {
    padding-top: 80px
  }

  .sm\:last\:pr-16:last-child {
    padding-right: 80px
  }

  .sm\:last\:pb-16:last-child {
    padding-bottom: 80px
  }

  .sm\:last\:pl-16:last-child {
    padding-left: 80px
  }

  .sm\:last\:pt-17:last-child {
    padding-top: 85px
  }

  .sm\:last\:pr-17:last-child {
    padding-right: 85px
  }

  .sm\:last\:pb-17:last-child {
    padding-bottom: 85px
  }

  .sm\:last\:pl-17:last-child {
    padding-left: 85px
  }

  .sm\:last\:pt-18:last-child {
    padding-top: 90px
  }

  .sm\:last\:pr-18:last-child {
    padding-right: 90px
  }

  .sm\:last\:pb-18:last-child {
    padding-bottom: 90px
  }

  .sm\:last\:pl-18:last-child {
    padding-left: 90px
  }

  .sm\:last\:pt-19:last-child {
    padding-top: 95px
  }

  .sm\:last\:pr-19:last-child {
    padding-right: 95px
  }

  .sm\:last\:pb-19:last-child {
    padding-bottom: 95px
  }

  .sm\:last\:pl-19:last-child {
    padding-left: 95px
  }

  .sm\:last\:pt-20:last-child {
    padding-top: 100px
  }

  .sm\:last\:pr-20:last-child {
    padding-right: 100px
  }

  .sm\:last\:pb-20:last-child {
    padding-bottom: 100px
  }

  .sm\:last\:pl-20:last-child {
    padding-left: 100px
  }

  .sm\:last\:pt-xxs:last-child {
    padding-top: 8px
  }

  .sm\:last\:pr-xxs:last-child {
    padding-right: 8px
  }

  .sm\:last\:pb-xxs:last-child {
    padding-bottom: 8px
  }

  .sm\:last\:pl-xxs:last-child {
    padding-left: 8px
  }

  .sm\:last\:pt-xs:last-child {
    padding-top: 12px
  }

  .sm\:last\:pr-xs:last-child {
    padding-right: 12px
  }

  .sm\:last\:pb-xs:last-child {
    padding-bottom: 12px
  }

  .sm\:last\:pl-xs:last-child {
    padding-left: 12px
  }

  .sm\:last\:pt-sm:last-child {
    padding-top: 24px
  }

  .sm\:last\:pr-sm:last-child {
    padding-right: 24px
  }

  .sm\:last\:pb-sm:last-child {
    padding-bottom: 24px
  }

  .sm\:last\:pl-sm:last-child {
    padding-left: 24px
  }

  .sm\:last\:pt-md:last-child {
    padding-top: 48px
  }

  .sm\:last\:pr-md:last-child {
    padding-right: 48px
  }

  .sm\:last\:pb-md:last-child {
    padding-bottom: 48px
  }

  .sm\:last\:pl-md:last-child {
    padding-left: 48px
  }

  .sm\:last\:pt-lg:last-child {
    padding-top: 64px
  }

  .sm\:last\:pr-lg:last-child {
    padding-right: 64px
  }

  .sm\:last\:pb-lg:last-child {
    padding-bottom: 64px
  }

  .sm\:last\:pl-lg:last-child {
    padding-left: 64px
  }

  .sm\:last\:pt-xl:last-child {
    padding-top: 128px
  }

  .sm\:last\:pr-xl:last-child {
    padding-right: 128px
  }

  .sm\:last\:pb-xl:last-child {
    padding-bottom: 128px
  }

  .sm\:last\:pl-xl:last-child {
    padding-left: 128px
  }

  .sm\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent
  }

  .sm\:placeholder-transparent::-moz-placeholder {
    color: transparent
  }

  .sm\:placeholder-transparent:-ms-input-placeholder {
    color: transparent
  }

  .sm\:placeholder-transparent::-ms-input-placeholder {
    color: transparent
  }

  .sm\:placeholder-transparent::placeholder {
    color: transparent
  }

  .sm\:placeholder-black::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .sm\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .sm\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .sm\:placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .sm\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .sm\:placeholder-white::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .sm\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .sm\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .sm\:placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .sm\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-1::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-1::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-1::placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-2::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-2::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-2:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-2::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-2::placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-3::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-3::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-3:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-3::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-3::placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-4::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-4::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-4:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-4::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-4::placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-5::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-5::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-5:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-5::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-5::placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-6::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-6::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-6:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-6::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .sm\:placeholder-gray-6::placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .sm\:placeholder-red-1::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .sm\:placeholder-red-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .sm\:placeholder-red-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .sm\:placeholder-red-1::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .sm\:placeholder-red-1::placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .sm\:placeholder-orange-1::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .sm\:placeholder-orange-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .sm\:placeholder-orange-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .sm\:placeholder-orange-1::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .sm\:placeholder-orange-1::placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .sm\:placeholder-orange-2::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .sm\:placeholder-orange-2::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .sm\:placeholder-orange-2:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .sm\:placeholder-orange-2::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .sm\:placeholder-orange-2::placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .sm\:placeholder-blue-1::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .sm\:placeholder-blue-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .sm\:placeholder-blue-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .sm\:placeholder-blue-1::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .sm\:placeholder-blue-1::placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .sm\:placeholder-blue-2::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .sm\:placeholder-blue-2::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .sm\:placeholder-blue-2:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .sm\:placeholder-blue-2::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .sm\:placeholder-blue-2::placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .sm\:placeholder-blue-3::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .sm\:placeholder-blue-3::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .sm\:placeholder-blue-3:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .sm\:placeholder-blue-3::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .sm\:placeholder-blue-3::placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .sm\:placeholder-blue-4::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .sm\:placeholder-blue-4::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .sm\:placeholder-blue-4:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .sm\:placeholder-blue-4::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .sm\:placeholder-blue-4::placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .sm\:placeholder-brown-1::-webkit-input-placeholder {
    color: #6e441e 
  }

  .sm\:placeholder-brown-1::-moz-placeholder {
    color: #6e441e 
  }

  .sm\:placeholder-brown-1:-ms-input-placeholder {
    color: #6e441e 
  }

  .sm\:placeholder-brown-1::-ms-input-placeholder {
    color: #6e441e 
  }

  .sm\:placeholder-brown-1::placeholder {
    color: #6e441e 
  }

  .sm\:placeholder-green-1::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .sm\:placeholder-green-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .sm\:placeholder-green-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .sm\:placeholder-green-1::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .sm\:placeholder-green-1::placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .sm\:placeholder-green-2::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .sm\:placeholder-green-2::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .sm\:placeholder-green-2:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .sm\:placeholder-green-2::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .sm\:placeholder-green-2::placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .sm\:placeholder-purple-1::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .sm\:placeholder-purple-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .sm\:placeholder-purple-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .sm\:placeholder-purple-1::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .sm\:placeholder-purple-1::placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .sm\:placeholder-purple-2::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .sm\:placeholder-purple-2::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .sm\:placeholder-purple-2:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .sm\:placeholder-purple-2::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .sm\:placeholder-purple-2::placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent
  }

  .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent
  }

  .sm\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent
  }

  .sm\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-1:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-1:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-2:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-2:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-2:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-2:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-2:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-3:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-3:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-3:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-3:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-3:focus::placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-4:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-4:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-4:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-4:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-4:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-5:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-5:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-5:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-5:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-5:focus::placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-6:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-6:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-6:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-6:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-6:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-red-1:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-red-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-red-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-red-1:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-red-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-orange-1:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-orange-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-orange-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-orange-1:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-orange-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-orange-2:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-orange-2:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-orange-2:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-orange-2:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-orange-2:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-blue-1:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-blue-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-blue-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-blue-1:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-blue-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-blue-2:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-blue-2:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-blue-2:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-blue-2:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-blue-2:focus::placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-blue-3:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-blue-3:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-blue-3:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-blue-3:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-blue-3:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-blue-4:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-blue-4:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-blue-4:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-blue-4:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-blue-4:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-brown-1:focus::-webkit-input-placeholder {
    color: #6e441e 
  }

  .sm\:focus\:placeholder-brown-1:focus::-moz-placeholder {
    color: #6e441e 
  }

  .sm\:focus\:placeholder-brown-1:focus:-ms-input-placeholder {
    color: #6e441e 
  }

  .sm\:focus\:placeholder-brown-1:focus::-ms-input-placeholder {
    color: #6e441e 
  }

  .sm\:focus\:placeholder-brown-1:focus::placeholder {
    color: #6e441e 
  }

  .sm\:focus\:placeholder-green-1:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-1:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-2:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-2:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-2:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-2:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-2:focus::placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-1:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-1:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-2:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-2:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-2:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-2:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-2:focus::placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .sm\:placeholder-opacity-0::-webkit-input-placeholder {
    --placeholder-opacity: 0
  }

  .sm\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0
  }

  .sm\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0
  }

  .sm\:placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0
  }

  .sm\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0
  }

  .sm\:placeholder-opacity-25::-webkit-input-placeholder {
    --placeholder-opacity: 0.25
  }

  .sm\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25
  }

  .sm\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25
  }

  .sm\:placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25
  }

  .sm\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25
  }

  .sm\:placeholder-opacity-50::-webkit-input-placeholder {
    --placeholder-opacity: 0.5
  }

  .sm\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5
  }

  .sm\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5
  }

  .sm\:placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5
  }

  .sm\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5
  }

  .sm\:placeholder-opacity-75::-webkit-input-placeholder {
    --placeholder-opacity: 0.75
  }

  .sm\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75
  }

  .sm\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75
  }

  .sm\:placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75
  }

  .sm\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75
  }

  .sm\:placeholder-opacity-100::-webkit-input-placeholder {
    --placeholder-opacity: 1
  }

  .sm\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1
  }

  .sm\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1
  }

  .sm\:placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1
  }

  .sm\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1
  }

  .sm\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0
  }

  .sm\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0
  }

  .sm\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0
  }

  .sm\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.25
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25
  }

  .sm\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25
  }

  .sm\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25
  }

  .sm\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.5
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5
  }

  .sm\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5
  }

  .sm\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5
  }

  .sm\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.75
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75
  }

  .sm\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75
  }

  .sm\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75
  }

  .sm\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1
  }

  .sm\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1
  }

  .sm\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1
  }

  .sm\:pointer-events-none {
    pointer-events: none
  }

  .sm\:pointer-events-auto {
    pointer-events: auto
  }

  .sm\:static {
    position: static
  }

  .sm\:fixed {
    position: fixed
  }

  .sm\:absolute {
    position: absolute
  }

  .sm\:relative {
    position: relative
  }

  .sm\:sticky {
    position: -webkit-sticky;
    position: sticky
  }

  .sm\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }

  .sm\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
  }

  .sm\:inset-y-0 {
    top: 0;
    bottom: 0
  }

  .sm\:inset-x-0 {
    right: 0;
    left: 0
  }

  .sm\:inset-y-auto {
    top: auto;
    bottom: auto
  }

  .sm\:inset-x-auto {
    right: auto;
    left: auto
  }

  .sm\:top-0 {
    top: 0
  }

  .sm\:right-0 {
    right: 0
  }

  .sm\:bottom-0 {
    bottom: 0
  }

  .sm\:left-0 {
    left: 0
  }

  .sm\:top-auto {
    top: auto
  }

  .sm\:right-auto {
    right: auto
  }

  .sm\:bottom-auto {
    bottom: auto
  }

  .sm\:left-auto {
    left: auto
  }

  .sm\:resize-none {
    resize: none
  }

  .sm\:resize-y {
    resize: vertical
  }

  .sm\:resize-x {
    resize: horizontal
  }

  .sm\:resize {
    resize: both
  }

  .sm\:shadow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .sm\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none
  }

  .sm\:hover\:shadow:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .sm\:hover\:shadow-none:hover {
    -webkit-box-shadow: none;
            box-shadow: none
  }

  .sm\:focus\:shadow:focus {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .sm\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
            box-shadow: none
  }

  .sm\:fill-current {
    fill: currentColor
  }

  .sm\:stroke-current {
    stroke: currentColor
  }

  .sm\:stroke-0 {
    stroke-width: 0
  }

  .sm\:stroke-1 {
    stroke-width: 1
  }

  .sm\:stroke-2 {
    stroke-width: 2
  }

  .sm\:table-auto {
    table-layout: auto
  }

  .sm\:table-fixed {
    table-layout: fixed
  }

  .sm\:text-left {
    text-align: left
  }

  .sm\:text-center {
    text-align: center
  }

  .sm\:text-right {
    text-align: right
  }

  .sm\:text-justify {
    text-align: justify
  }

  .sm\:text-transparent {
    color: transparent
  }

  .sm\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
  }

  .sm\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
  }

  .sm\:text-gray-1 {
    --text-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--text-opacity))
  }

  .sm\:text-gray-2 {
    --text-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--text-opacity))
  }

  .sm\:text-gray-3 {
    --text-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--text-opacity))
  }

  .sm\:text-gray-4 {
    --text-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--text-opacity))
  }

  .sm\:text-gray-5 {
    --text-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--text-opacity))
  }

  .sm\:text-gray-6 {
    --text-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--text-opacity))
  }

  .sm\:text-red-1 {
    --text-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--text-opacity))
  }

  .sm\:text-orange-1 {
    --text-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--text-opacity))
  }

  .sm\:text-orange-2 {
    --text-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--text-opacity))
  }

  .sm\:text-blue-1 {
    --text-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--text-opacity))
  }

  .sm\:text-blue-2 {
    --text-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--text-opacity))
  }

  .sm\:text-blue-3 {
    --text-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--text-opacity))
  }

  .sm\:text-blue-4 {
    --text-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--text-opacity))
  }

  .sm\:text-brown-1 {
    color: #6e441e 
  }

  .sm\:text-green-1 {
    --text-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--text-opacity))
  }

  .sm\:text-green-2 {
    --text-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--text-opacity))
  }

  .sm\:text-purple-1 {
    --text-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--text-opacity))
  }

  .sm\:text-purple-2 {
    --text-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--text-opacity))
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent
  }

  .sm\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
  }

  .sm\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
  }

  .sm\:hover\:text-gray-1:hover {
    --text-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--text-opacity))
  }

  .sm\:hover\:text-gray-2:hover {
    --text-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--text-opacity))
  }

  .sm\:hover\:text-gray-3:hover {
    --text-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--text-opacity))
  }

  .sm\:hover\:text-gray-4:hover {
    --text-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--text-opacity))
  }

  .sm\:hover\:text-gray-5:hover {
    --text-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--text-opacity))
  }

  .sm\:hover\:text-gray-6:hover {
    --text-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--text-opacity))
  }

  .sm\:hover\:text-red-1:hover {
    --text-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--text-opacity))
  }

  .sm\:hover\:text-orange-1:hover {
    --text-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--text-opacity))
  }

  .sm\:hover\:text-orange-2:hover {
    --text-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--text-opacity))
  }

  .sm\:hover\:text-blue-1:hover {
    --text-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--text-opacity))
  }

  .sm\:hover\:text-blue-2:hover {
    --text-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--text-opacity))
  }

  .sm\:hover\:text-blue-3:hover {
    --text-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--text-opacity))
  }

  .sm\:hover\:text-blue-4:hover {
    --text-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--text-opacity))
  }

  .sm\:hover\:text-brown-1:hover {
    color: #6e441e 
  }

  .sm\:hover\:text-green-1:hover {
    --text-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--text-opacity))
  }

  .sm\:hover\:text-green-2:hover {
    --text-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--text-opacity))
  }

  .sm\:hover\:text-purple-1:hover {
    --text-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--text-opacity))
  }

  .sm\:hover\:text-purple-2:hover {
    --text-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--text-opacity))
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent
  }

  .sm\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
  }

  .sm\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
  }

  .sm\:focus\:text-gray-1:focus {
    --text-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--text-opacity))
  }

  .sm\:focus\:text-gray-2:focus {
    --text-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--text-opacity))
  }

  .sm\:focus\:text-gray-3:focus {
    --text-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--text-opacity))
  }

  .sm\:focus\:text-gray-4:focus {
    --text-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--text-opacity))
  }

  .sm\:focus\:text-gray-5:focus {
    --text-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--text-opacity))
  }

  .sm\:focus\:text-gray-6:focus {
    --text-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--text-opacity))
  }

  .sm\:focus\:text-red-1:focus {
    --text-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--text-opacity))
  }

  .sm\:focus\:text-orange-1:focus {
    --text-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--text-opacity))
  }

  .sm\:focus\:text-orange-2:focus {
    --text-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--text-opacity))
  }

  .sm\:focus\:text-blue-1:focus {
    --text-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--text-opacity))
  }

  .sm\:focus\:text-blue-2:focus {
    --text-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--text-opacity))
  }

  .sm\:focus\:text-blue-3:focus {
    --text-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--text-opacity))
  }

  .sm\:focus\:text-blue-4:focus {
    --text-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--text-opacity))
  }

  .sm\:focus\:text-brown-1:focus {
    color: #6e441e 
  }

  .sm\:focus\:text-green-1:focus {
    --text-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--text-opacity))
  }

  .sm\:focus\:text-green-2:focus {
    --text-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--text-opacity))
  }

  .sm\:focus\:text-purple-1:focus {
    --text-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--text-opacity))
  }

  .sm\:focus\:text-purple-2:focus {
    --text-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--text-opacity))
  }

  .sm\:text-opacity-0 {
    --text-opacity: 0
  }

  .sm\:text-opacity-25 {
    --text-opacity: 0.25
  }

  .sm\:text-opacity-50 {
    --text-opacity: 0.5
  }

  .sm\:text-opacity-75 {
    --text-opacity: 0.75
  }

  .sm\:text-opacity-100 {
    --text-opacity: 1
  }

  .sm\:hover\:text-opacity-0:hover {
    --text-opacity: 0
  }

  .sm\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25
  }

  .sm\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5
  }

  .sm\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75
  }

  .sm\:hover\:text-opacity-100:hover {
    --text-opacity: 1
  }

  .sm\:focus\:text-opacity-0:focus {
    --text-opacity: 0
  }

  .sm\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25
  }

  .sm\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5
  }

  .sm\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75
  }

  .sm\:focus\:text-opacity-100:focus {
    --text-opacity: 1
  }

  .sm\:italic {
    font-style: italic
  }

  .sm\:not-italic {
    font-style: normal
  }

  .sm\:uppercase {
    text-transform: uppercase
  }

  .sm\:lowercase {
    text-transform: lowercase
  }

  .sm\:capitalize {
    text-transform: capitalize
  }

  .sm\:normal-case {
    text-transform: none
  }

  .sm\:underline {
    text-decoration: underline
  }

  .sm\:line-through {
    text-decoration: line-through
  }

  .sm\:no-underline {
    text-decoration: none
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction)
  }

  .sm\:normal-nums {
    font-variant-numeric: normal
  }

  .sm\:ordinal {
    --font-variant-numeric-ordinal: ordinal
  }

  .sm\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero
  }

  .sm\:lining-nums {
    --font-variant-numeric-figure: lining-nums
  }

  .sm\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums
  }

  .sm\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums
  }

  .sm\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums
  }

  .sm\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions
  }

  .sm\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions
  }

  .sm\:tracking-tighter {
    letter-spacing: -0.05em
  }

  .sm\:tracking-tight {
    letter-spacing: -0.025em
  }

  .sm\:tracking-normal {
    letter-spacing: 0
  }

  .sm\:tracking-wide {
    letter-spacing: 0.025em
  }

  .sm\:tracking-wider {
    letter-spacing: 0.05em
  }

  .sm\:tracking-widest {
    letter-spacing: 0.1em
  }

  .sm\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none
  }

  .sm\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text
  }

  .sm\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all
  }

  .sm\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto
  }

  .sm\:align-baseline {
    vertical-align: baseline
  }

  .sm\:align-top {
    vertical-align: top
  }

  .sm\:align-middle {
    vertical-align: middle
  }

  .sm\:align-bottom {
    vertical-align: bottom
  }

  .sm\:align-text-top {
    vertical-align: text-top
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom
  }

  .sm\:visible {
    visibility: visible
  }

  .sm\:invisible {
    visibility: hidden
  }

  .sm\:whitespace-normal {
    white-space: normal
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap
  }

  .sm\:whitespace-pre {
    white-space: pre
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap
  }

  .sm\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal
  }

  .sm\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word
  }

  .sm\:break-all {
    word-break: break-all
  }

  .sm\:truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap
  }

  .sm\:w-0 {
    width: 0
  }

  .sm\:w-1 {
    width: 5px
  }

  .sm\:w-2 {
    width: 10px
  }

  .sm\:w-3 {
    width: 15px
  }

  .sm\:w-4 {
    width: 20px
  }

  .sm\:w-5 {
    width: 25px
  }

  .sm\:w-6 {
    width: 30px
  }

  .sm\:w-7 {
    width: 35px
  }

  .sm\:w-8 {
    width: 40px
  }

  .sm\:w-9 {
    width: 45px
  }

  .sm\:w-10 {
    width: 50px
  }

  .sm\:w-11 {
    width: 55px
  }

  .sm\:w-12 {
    width: 60px
  }

  .sm\:w-13 {
    width: 65px
  }

  .sm\:w-14 {
    width: 70px
  }

  .sm\:w-15 {
    width: 75px
  }

  .sm\:w-16 {
    width: 80px
  }

  .sm\:w-17 {
    width: 85px
  }

  .sm\:w-18 {
    width: 90px
  }

  .sm\:w-19 {
    width: 95px
  }

  .sm\:w-20 {
    width: 100px
  }

  .sm\:w-auto {
    width: auto
  }

  .sm\:w-xxs {
    width: 8px
  }

  .sm\:w-xs {
    width: 12px
  }

  .sm\:w-sm {
    width: 24px
  }

  .sm\:w-md {
    width: 48px
  }

  .sm\:w-lg {
    width: 64px
  }

  .sm\:w-xl {
    width: 128px
  }

  .sm\:w-1\/2 {
    width: 50%
  }

  .sm\:w-1\/3 {
    width: 33.333333%
  }

  .sm\:w-2\/3 {
    width: 66.666667%
  }

  .sm\:w-1\/4 {
    width: 25%
  }

  .sm\:w-2\/4 {
    width: 50%
  }

  .sm\:w-3\/4 {
    width: 75%
  }

  .sm\:w-1\/5 {
    width: 20%
  }

  .sm\:w-2\/5 {
    width: 40%
  }

  .sm\:w-3\/5 {
    width: 60%
  }

  .sm\:w-4\/5 {
    width: 80%
  }

  .sm\:w-1\/6 {
    width: 16.666667%
  }

  .sm\:w-2\/6 {
    width: 33.333333%
  }

  .sm\:w-3\/6 {
    width: 50%
  }

  .sm\:w-4\/6 {
    width: 66.666667%
  }

  .sm\:w-5\/6 {
    width: 83.333333%
  }

  .sm\:w-1\/12 {
    width: 8.333333%
  }

  .sm\:w-2\/12 {
    width: 16.666667%
  }

  .sm\:w-3\/12 {
    width: 25%
  }

  .sm\:w-4\/12 {
    width: 33.333333%
  }

  .sm\:w-5\/12 {
    width: 41.666667%
  }

  .sm\:w-6\/12 {
    width: 50%
  }

  .sm\:w-7\/12 {
    width: 58.333333%
  }

  .sm\:w-8\/12 {
    width: 66.666667%
  }

  .sm\:w-9\/12 {
    width: 75%
  }

  .sm\:w-10\/12 {
    width: 83.333333%
  }

  .sm\:w-11\/12 {
    width: 91.666667%
  }

  .sm\:w-full {
    width: 100%
  }

  .sm\:w-screen {
    width: 100vw
  }

  .sm\:z-0 {
    z-index: 0
  }

  .sm\:z-10 {
    z-index: 10
  }

  .sm\:z-20 {
    z-index: 20
  }

  .sm\:z-30 {
    z-index: 30
  }

  .sm\:z-40 {
    z-index: 40
  }

  .sm\:z-50 {
    z-index: 50
  }

  .sm\:z-auto {
    z-index: auto
  }

  .sm\:z-below {
    z-index: -1
  }

  .sm\:z-max {
    z-index: 9999
  }

  .sm\:gap-0 {
    grid-gap: 0;
    gap: 0
  }

  .sm\:gap-1 {
    grid-gap: 5px;
    gap: 5px
  }

  .sm\:gap-2 {
    grid-gap: 10px;
    gap: 10px
  }

  .sm\:gap-3 {
    grid-gap: 15px;
    gap: 15px
  }

  .sm\:gap-4 {
    grid-gap: 20px;
    gap: 20px
  }

  .sm\:gap-5 {
    grid-gap: 25px;
    gap: 25px
  }

  .sm\:gap-6 {
    grid-gap: 30px;
    gap: 30px
  }

  .sm\:gap-7 {
    grid-gap: 35px;
    gap: 35px
  }

  .sm\:gap-8 {
    grid-gap: 40px;
    gap: 40px
  }

  .sm\:gap-9 {
    grid-gap: 45px;
    gap: 45px
  }

  .sm\:gap-10 {
    grid-gap: 50px;
    gap: 50px
  }

  .sm\:gap-11 {
    grid-gap: 55px;
    gap: 55px
  }

  .sm\:gap-12 {
    grid-gap: 60px;
    gap: 60px
  }

  .sm\:gap-13 {
    grid-gap: 65px;
    gap: 65px
  }

  .sm\:gap-14 {
    grid-gap: 70px;
    gap: 70px
  }

  .sm\:gap-15 {
    grid-gap: 75px;
    gap: 75px
  }

  .sm\:gap-16 {
    grid-gap: 80px;
    gap: 80px
  }

  .sm\:gap-17 {
    grid-gap: 85px;
    gap: 85px
  }

  .sm\:gap-18 {
    grid-gap: 90px;
    gap: 90px
  }

  .sm\:gap-19 {
    grid-gap: 95px;
    gap: 95px
  }

  .sm\:gap-20 {
    grid-gap: 100px;
    gap: 100px
  }

  .sm\:gap-xxs {
    grid-gap: 8px;
    gap: 8px
  }

  .sm\:gap-xs {
    grid-gap: 12px;
    gap: 12px
  }

  .sm\:gap-sm {
    grid-gap: 24px;
    gap: 24px
  }

  .sm\:gap-md {
    grid-gap: 48px;
    gap: 48px
  }

  .sm\:gap-lg {
    grid-gap: 64px;
    gap: 64px
  }

  .sm\:gap-xl {
    grid-gap: 128px;
    gap: 128px
  }

  .sm\:col-gap-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0
  }

  .sm\:col-gap-1 {
    grid-column-gap: 5px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px
  }

  .sm\:col-gap-2 {
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px
  }

  .sm\:col-gap-3 {
    grid-column-gap: 15px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px
  }

  .sm\:col-gap-4 {
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px
  }

  .sm\:col-gap-5 {
    grid-column-gap: 25px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px
  }

  .sm\:col-gap-6 {
    grid-column-gap: 30px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px
  }

  .sm\:col-gap-7 {
    grid-column-gap: 35px;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px
  }

  .sm\:col-gap-8 {
    grid-column-gap: 40px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px
  }

  .sm\:col-gap-9 {
    grid-column-gap: 45px;
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px
  }

  .sm\:col-gap-10 {
    grid-column-gap: 50px;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px
  }

  .sm\:col-gap-11 {
    grid-column-gap: 55px;
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px
  }

  .sm\:col-gap-12 {
    grid-column-gap: 60px;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px
  }

  .sm\:col-gap-13 {
    grid-column-gap: 65px;
    -webkit-column-gap: 65px;
       -moz-column-gap: 65px;
            column-gap: 65px
  }

  .sm\:col-gap-14 {
    grid-column-gap: 70px;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px
  }

  .sm\:col-gap-15 {
    grid-column-gap: 75px;
    -webkit-column-gap: 75px;
       -moz-column-gap: 75px;
            column-gap: 75px
  }

  .sm\:col-gap-16 {
    grid-column-gap: 80px;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px
  }

  .sm\:col-gap-17 {
    grid-column-gap: 85px;
    -webkit-column-gap: 85px;
       -moz-column-gap: 85px;
            column-gap: 85px
  }

  .sm\:col-gap-18 {
    grid-column-gap: 90px;
    -webkit-column-gap: 90px;
       -moz-column-gap: 90px;
            column-gap: 90px
  }

  .sm\:col-gap-19 {
    grid-column-gap: 95px;
    -webkit-column-gap: 95px;
       -moz-column-gap: 95px;
            column-gap: 95px
  }

  .sm\:col-gap-20 {
    grid-column-gap: 100px;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px
  }

  .sm\:col-gap-xxs {
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px
  }

  .sm\:col-gap-xs {
    grid-column-gap: 12px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px
  }

  .sm\:col-gap-sm {
    grid-column-gap: 24px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px
  }

  .sm\:col-gap-md {
    grid-column-gap: 48px;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px
  }

  .sm\:col-gap-lg {
    grid-column-gap: 64px;
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px
  }

  .sm\:col-gap-xl {
    grid-column-gap: 128px;
    -webkit-column-gap: 128px;
       -moz-column-gap: 128px;
            column-gap: 128px
  }

  .sm\:gap-x-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0
  }

  .sm\:gap-x-1 {
    grid-column-gap: 5px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px
  }

  .sm\:gap-x-2 {
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px
  }

  .sm\:gap-x-3 {
    grid-column-gap: 15px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px
  }

  .sm\:gap-x-4 {
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px
  }

  .sm\:gap-x-5 {
    grid-column-gap: 25px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px
  }

  .sm\:gap-x-6 {
    grid-column-gap: 30px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px
  }

  .sm\:gap-x-7 {
    grid-column-gap: 35px;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px
  }

  .sm\:gap-x-8 {
    grid-column-gap: 40px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px
  }

  .sm\:gap-x-9 {
    grid-column-gap: 45px;
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px
  }

  .sm\:gap-x-10 {
    grid-column-gap: 50px;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px
  }

  .sm\:gap-x-11 {
    grid-column-gap: 55px;
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px
  }

  .sm\:gap-x-12 {
    grid-column-gap: 60px;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px
  }

  .sm\:gap-x-13 {
    grid-column-gap: 65px;
    -webkit-column-gap: 65px;
       -moz-column-gap: 65px;
            column-gap: 65px
  }

  .sm\:gap-x-14 {
    grid-column-gap: 70px;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px
  }

  .sm\:gap-x-15 {
    grid-column-gap: 75px;
    -webkit-column-gap: 75px;
       -moz-column-gap: 75px;
            column-gap: 75px
  }

  .sm\:gap-x-16 {
    grid-column-gap: 80px;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px
  }

  .sm\:gap-x-17 {
    grid-column-gap: 85px;
    -webkit-column-gap: 85px;
       -moz-column-gap: 85px;
            column-gap: 85px
  }

  .sm\:gap-x-18 {
    grid-column-gap: 90px;
    -webkit-column-gap: 90px;
       -moz-column-gap: 90px;
            column-gap: 90px
  }

  .sm\:gap-x-19 {
    grid-column-gap: 95px;
    -webkit-column-gap: 95px;
       -moz-column-gap: 95px;
            column-gap: 95px
  }

  .sm\:gap-x-20 {
    grid-column-gap: 100px;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px
  }

  .sm\:gap-x-xxs {
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px
  }

  .sm\:gap-x-xs {
    grid-column-gap: 12px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px
  }

  .sm\:gap-x-sm {
    grid-column-gap: 24px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px
  }

  .sm\:gap-x-md {
    grid-column-gap: 48px;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px
  }

  .sm\:gap-x-lg {
    grid-column-gap: 64px;
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px
  }

  .sm\:gap-x-xl {
    grid-column-gap: 128px;
    -webkit-column-gap: 128px;
       -moz-column-gap: 128px;
            column-gap: 128px
  }

  .sm\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0
  }

  .sm\:row-gap-1 {
    grid-row-gap: 5px;
    row-gap: 5px
  }

  .sm\:row-gap-2 {
    grid-row-gap: 10px;
    row-gap: 10px
  }

  .sm\:row-gap-3 {
    grid-row-gap: 15px;
    row-gap: 15px
  }

  .sm\:row-gap-4 {
    grid-row-gap: 20px;
    row-gap: 20px
  }

  .sm\:row-gap-5 {
    grid-row-gap: 25px;
    row-gap: 25px
  }

  .sm\:row-gap-6 {
    grid-row-gap: 30px;
    row-gap: 30px
  }

  .sm\:row-gap-7 {
    grid-row-gap: 35px;
    row-gap: 35px
  }

  .sm\:row-gap-8 {
    grid-row-gap: 40px;
    row-gap: 40px
  }

  .sm\:row-gap-9 {
    grid-row-gap: 45px;
    row-gap: 45px
  }

  .sm\:row-gap-10 {
    grid-row-gap: 50px;
    row-gap: 50px
  }

  .sm\:row-gap-11 {
    grid-row-gap: 55px;
    row-gap: 55px
  }

  .sm\:row-gap-12 {
    grid-row-gap: 60px;
    row-gap: 60px
  }

  .sm\:row-gap-13 {
    grid-row-gap: 65px;
    row-gap: 65px
  }

  .sm\:row-gap-14 {
    grid-row-gap: 70px;
    row-gap: 70px
  }

  .sm\:row-gap-15 {
    grid-row-gap: 75px;
    row-gap: 75px
  }

  .sm\:row-gap-16 {
    grid-row-gap: 80px;
    row-gap: 80px
  }

  .sm\:row-gap-17 {
    grid-row-gap: 85px;
    row-gap: 85px
  }

  .sm\:row-gap-18 {
    grid-row-gap: 90px;
    row-gap: 90px
  }

  .sm\:row-gap-19 {
    grid-row-gap: 95px;
    row-gap: 95px
  }

  .sm\:row-gap-20 {
    grid-row-gap: 100px;
    row-gap: 100px
  }

  .sm\:row-gap-xxs {
    grid-row-gap: 8px;
    row-gap: 8px
  }

  .sm\:row-gap-xs {
    grid-row-gap: 12px;
    row-gap: 12px
  }

  .sm\:row-gap-sm {
    grid-row-gap: 24px;
    row-gap: 24px
  }

  .sm\:row-gap-md {
    grid-row-gap: 48px;
    row-gap: 48px
  }

  .sm\:row-gap-lg {
    grid-row-gap: 64px;
    row-gap: 64px
  }

  .sm\:row-gap-xl {
    grid-row-gap: 128px;
    row-gap: 128px
  }

  .sm\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0
  }

  .sm\:gap-y-1 {
    grid-row-gap: 5px;
    row-gap: 5px
  }

  .sm\:gap-y-2 {
    grid-row-gap: 10px;
    row-gap: 10px
  }

  .sm\:gap-y-3 {
    grid-row-gap: 15px;
    row-gap: 15px
  }

  .sm\:gap-y-4 {
    grid-row-gap: 20px;
    row-gap: 20px
  }

  .sm\:gap-y-5 {
    grid-row-gap: 25px;
    row-gap: 25px
  }

  .sm\:gap-y-6 {
    grid-row-gap: 30px;
    row-gap: 30px
  }

  .sm\:gap-y-7 {
    grid-row-gap: 35px;
    row-gap: 35px
  }

  .sm\:gap-y-8 {
    grid-row-gap: 40px;
    row-gap: 40px
  }

  .sm\:gap-y-9 {
    grid-row-gap: 45px;
    row-gap: 45px
  }

  .sm\:gap-y-10 {
    grid-row-gap: 50px;
    row-gap: 50px
  }

  .sm\:gap-y-11 {
    grid-row-gap: 55px;
    row-gap: 55px
  }

  .sm\:gap-y-12 {
    grid-row-gap: 60px;
    row-gap: 60px
  }

  .sm\:gap-y-13 {
    grid-row-gap: 65px;
    row-gap: 65px
  }

  .sm\:gap-y-14 {
    grid-row-gap: 70px;
    row-gap: 70px
  }

  .sm\:gap-y-15 {
    grid-row-gap: 75px;
    row-gap: 75px
  }

  .sm\:gap-y-16 {
    grid-row-gap: 80px;
    row-gap: 80px
  }

  .sm\:gap-y-17 {
    grid-row-gap: 85px;
    row-gap: 85px
  }

  .sm\:gap-y-18 {
    grid-row-gap: 90px;
    row-gap: 90px
  }

  .sm\:gap-y-19 {
    grid-row-gap: 95px;
    row-gap: 95px
  }

  .sm\:gap-y-20 {
    grid-row-gap: 100px;
    row-gap: 100px
  }

  .sm\:gap-y-xxs {
    grid-row-gap: 8px;
    row-gap: 8px
  }

  .sm\:gap-y-xs {
    grid-row-gap: 12px;
    row-gap: 12px
  }

  .sm\:gap-y-sm {
    grid-row-gap: 24px;
    row-gap: 24px
  }

  .sm\:gap-y-md {
    grid-row-gap: 48px;
    row-gap: 48px
  }

  .sm\:gap-y-lg {
    grid-row-gap: 64px;
    row-gap: 64px
  }

  .sm\:gap-y-xl {
    grid-row-gap: 128px;
    row-gap: 128px
  }

  .sm\:grid-flow-row {
    grid-auto-flow: row
  }

  .sm\:grid-flow-col {
    grid-auto-flow: column
  }

  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense
  }

  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr))
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr))
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr))
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }

  .sm\:grid-cols-none {
    grid-template-columns: none
  }

  .sm\:auto-cols-auto {
    grid-auto-columns: auto
  }

  .sm\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content
  }

  .sm\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content
  }

  .sm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr)
  }

  .sm\:col-auto {
    grid-column: auto
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12
  }

  .sm\:col-start-1 {
    grid-column-start: 1
  }

  .sm\:col-start-2 {
    grid-column-start: 2
  }

  .sm\:col-start-3 {
    grid-column-start: 3
  }

  .sm\:col-start-4 {
    grid-column-start: 4
  }

  .sm\:col-start-5 {
    grid-column-start: 5
  }

  .sm\:col-start-6 {
    grid-column-start: 6
  }

  .sm\:col-start-7 {
    grid-column-start: 7
  }

  .sm\:col-start-8 {
    grid-column-start: 8
  }

  .sm\:col-start-9 {
    grid-column-start: 9
  }

  .sm\:col-start-10 {
    grid-column-start: 10
  }

  .sm\:col-start-11 {
    grid-column-start: 11
  }

  .sm\:col-start-12 {
    grid-column-start: 12
  }

  .sm\:col-start-13 {
    grid-column-start: 13
  }

  .sm\:col-start-auto {
    grid-column-start: auto
  }

  .sm\:col-end-1 {
    grid-column-end: 1
  }

  .sm\:col-end-2 {
    grid-column-end: 2
  }

  .sm\:col-end-3 {
    grid-column-end: 3
  }

  .sm\:col-end-4 {
    grid-column-end: 4
  }

  .sm\:col-end-5 {
    grid-column-end: 5
  }

  .sm\:col-end-6 {
    grid-column-end: 6
  }

  .sm\:col-end-7 {
    grid-column-end: 7
  }

  .sm\:col-end-8 {
    grid-column-end: 8
  }

  .sm\:col-end-9 {
    grid-column-end: 9
  }

  .sm\:col-end-10 {
    grid-column-end: 10
  }

  .sm\:col-end-11 {
    grid-column-end: 11
  }

  .sm\:col-end-12 {
    grid-column-end: 12
  }

  .sm\:col-end-13 {
    grid-column-end: 13
  }

  .sm\:col-end-auto {
    grid-column-end: auto
  }

  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr))
  }

  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr))
  }

  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr))
  }

  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr))
  }

  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr))
  }

  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr))
  }

  .sm\:grid-rows-none {
    grid-template-rows: none
  }

  .sm\:auto-rows-auto {
    grid-auto-rows: auto
  }

  .sm\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content
  }

  .sm\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content
  }

  .sm\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr)
  }

  .sm\:row-auto {
    grid-row: auto
  }

  .sm\:row-span-1 {
    grid-row: span 1 / span 1
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2
  }

  .sm\:row-span-3 {
    grid-row: span 3 / span 3
  }

  .sm\:row-span-4 {
    grid-row: span 4 / span 4
  }

  .sm\:row-span-5 {
    grid-row: span 5 / span 5
  }

  .sm\:row-span-6 {
    grid-row: span 6 / span 6
  }

  .sm\:row-start-1 {
    grid-row-start: 1
  }

  .sm\:row-start-2 {
    grid-row-start: 2
  }

  .sm\:row-start-3 {
    grid-row-start: 3
  }

  .sm\:row-start-4 {
    grid-row-start: 4
  }

  .sm\:row-start-5 {
    grid-row-start: 5
  }

  .sm\:row-start-6 {
    grid-row-start: 6
  }

  .sm\:row-start-7 {
    grid-row-start: 7
  }

  .sm\:row-start-auto {
    grid-row-start: auto
  }

  .sm\:row-end-1 {
    grid-row-end: 1
  }

  .sm\:row-end-2 {
    grid-row-end: 2
  }

  .sm\:row-end-3 {
    grid-row-end: 3
  }

  .sm\:row-end-4 {
    grid-row-end: 4
  }

  .sm\:row-end-5 {
    grid-row-end: 5
  }

  .sm\:row-end-6 {
    grid-row-end: 6
  }

  .sm\:row-end-7 {
    grid-row-end: 7
  }

  .sm\:row-end-auto {
    grid-row-end: auto
  }

  .sm\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
        -ms-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
  }

  .sm\:transform-none {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none
  }

  .sm\:origin-center {
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center
  }

  .sm\:origin-top {
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top
  }

  .sm\:origin-top-right {
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right
  }

  .sm\:origin-right {
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right
  }

  .sm\:origin-bottom-right {
    -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
            transform-origin: bottom right
  }

  .sm\:origin-bottom {
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom
  }

  .sm\:origin-bottom-left {
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left
  }

  .sm\:origin-left {
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left
  }

  .sm\:origin-top-left {
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left
  }

  .sm\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .sm\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .sm\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .sm\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .sm\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .sm\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .sm\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .sm\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .sm\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .sm\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .sm\:scale-x-0 {
    --transform-scale-x: 0
  }

  .sm\:scale-x-50 {
    --transform-scale-x: .5
  }

  .sm\:scale-x-75 {
    --transform-scale-x: .75
  }

  .sm\:scale-x-90 {
    --transform-scale-x: .9
  }

  .sm\:scale-x-95 {
    --transform-scale-x: .95
  }

  .sm\:scale-x-100 {
    --transform-scale-x: 1
  }

  .sm\:scale-x-105 {
    --transform-scale-x: 1.05
  }

  .sm\:scale-x-110 {
    --transform-scale-x: 1.1
  }

  .sm\:scale-x-125 {
    --transform-scale-x: 1.25
  }

  .sm\:scale-x-150 {
    --transform-scale-x: 1.5
  }

  .sm\:scale-y-0 {
    --transform-scale-y: 0
  }

  .sm\:scale-y-50 {
    --transform-scale-y: .5
  }

  .sm\:scale-y-75 {
    --transform-scale-y: .75
  }

  .sm\:scale-y-90 {
    --transform-scale-y: .9
  }

  .sm\:scale-y-95 {
    --transform-scale-y: .95
  }

  .sm\:scale-y-100 {
    --transform-scale-y: 1
  }

  .sm\:scale-y-105 {
    --transform-scale-y: 1.05
  }

  .sm\:scale-y-110 {
    --transform-scale-y: 1.1
  }

  .sm\:scale-y-125 {
    --transform-scale-y: 1.25
  }

  .sm\:scale-y-150 {
    --transform-scale-y: 1.5
  }

  .sm\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .sm\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .sm\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .sm\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .sm\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .sm\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .sm\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .sm\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .sm\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .sm\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .sm\:hover\:scale-x-0:hover {
    --transform-scale-x: 0
  }

  .sm\:hover\:scale-x-50:hover {
    --transform-scale-x: .5
  }

  .sm\:hover\:scale-x-75:hover {
    --transform-scale-x: .75
  }

  .sm\:hover\:scale-x-90:hover {
    --transform-scale-x: .9
  }

  .sm\:hover\:scale-x-95:hover {
    --transform-scale-x: .95
  }

  .sm\:hover\:scale-x-100:hover {
    --transform-scale-x: 1
  }

  .sm\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05
  }

  .sm\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1
  }

  .sm\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25
  }

  .sm\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5
  }

  .sm\:hover\:scale-y-0:hover {
    --transform-scale-y: 0
  }

  .sm\:hover\:scale-y-50:hover {
    --transform-scale-y: .5
  }

  .sm\:hover\:scale-y-75:hover {
    --transform-scale-y: .75
  }

  .sm\:hover\:scale-y-90:hover {
    --transform-scale-y: .9
  }

  .sm\:hover\:scale-y-95:hover {
    --transform-scale-y: .95
  }

  .sm\:hover\:scale-y-100:hover {
    --transform-scale-y: 1
  }

  .sm\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05
  }

  .sm\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1
  }

  .sm\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25
  }

  .sm\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5
  }

  .sm\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .sm\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .sm\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .sm\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .sm\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .sm\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .sm\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .sm\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .sm\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .sm\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .sm\:focus\:scale-x-0:focus {
    --transform-scale-x: 0
  }

  .sm\:focus\:scale-x-50:focus {
    --transform-scale-x: .5
  }

  .sm\:focus\:scale-x-75:focus {
    --transform-scale-x: .75
  }

  .sm\:focus\:scale-x-90:focus {
    --transform-scale-x: .9
  }

  .sm\:focus\:scale-x-95:focus {
    --transform-scale-x: .95
  }

  .sm\:focus\:scale-x-100:focus {
    --transform-scale-x: 1
  }

  .sm\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05
  }

  .sm\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1
  }

  .sm\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25
  }

  .sm\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5
  }

  .sm\:focus\:scale-y-0:focus {
    --transform-scale-y: 0
  }

  .sm\:focus\:scale-y-50:focus {
    --transform-scale-y: .5
  }

  .sm\:focus\:scale-y-75:focus {
    --transform-scale-y: .75
  }

  .sm\:focus\:scale-y-90:focus {
    --transform-scale-y: .9
  }

  .sm\:focus\:scale-y-95:focus {
    --transform-scale-y: .95
  }

  .sm\:focus\:scale-y-100:focus {
    --transform-scale-y: 1
  }

  .sm\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05
  }

  .sm\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1
  }

  .sm\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25
  }

  .sm\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5
  }

  .sm\:rotate-0 {
    --transform-rotate: 0
  }

  .sm\:rotate-45 {
    --transform-rotate: 45deg
  }

  .sm\:rotate-90 {
    --transform-rotate: 90deg
  }

  .sm\:rotate-180 {
    --transform-rotate: 180deg
  }

  .sm\:-rotate-180 {
    --transform-rotate: -180deg
  }

  .sm\:-rotate-90 {
    --transform-rotate: -90deg
  }

  .sm\:-rotate-45 {
    --transform-rotate: -45deg
  }

  .sm\:hover\:rotate-0:hover {
    --transform-rotate: 0
  }

  .sm\:hover\:rotate-45:hover {
    --transform-rotate: 45deg
  }

  .sm\:hover\:rotate-90:hover {
    --transform-rotate: 90deg
  }

  .sm\:hover\:rotate-180:hover {
    --transform-rotate: 180deg
  }

  .sm\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg
  }

  .sm\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg
  }

  .sm\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg
  }

  .sm\:focus\:rotate-0:focus {
    --transform-rotate: 0
  }

  .sm\:focus\:rotate-45:focus {
    --transform-rotate: 45deg
  }

  .sm\:focus\:rotate-90:focus {
    --transform-rotate: 90deg
  }

  .sm\:focus\:rotate-180:focus {
    --transform-rotate: 180deg
  }

  .sm\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg
  }

  .sm\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg
  }

  .sm\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg
  }

  .sm\:translate-x-0 {
    --transform-translate-x: 0
  }

  .sm\:translate-x-1 {
    --transform-translate-x: 5px
  }

  .sm\:translate-x-2 {
    --transform-translate-x: 10px
  }

  .sm\:translate-x-3 {
    --transform-translate-x: 15px
  }

  .sm\:translate-x-4 {
    --transform-translate-x: 20px
  }

  .sm\:translate-x-5 {
    --transform-translate-x: 25px
  }

  .sm\:translate-x-6 {
    --transform-translate-x: 30px
  }

  .sm\:translate-x-7 {
    --transform-translate-x: 35px
  }

  .sm\:translate-x-8 {
    --transform-translate-x: 40px
  }

  .sm\:translate-x-9 {
    --transform-translate-x: 45px
  }

  .sm\:translate-x-10 {
    --transform-translate-x: 50px
  }

  .sm\:translate-x-11 {
    --transform-translate-x: 55px
  }

  .sm\:translate-x-12 {
    --transform-translate-x: 60px
  }

  .sm\:translate-x-13 {
    --transform-translate-x: 65px
  }

  .sm\:translate-x-14 {
    --transform-translate-x: 70px
  }

  .sm\:translate-x-15 {
    --transform-translate-x: 75px
  }

  .sm\:translate-x-16 {
    --transform-translate-x: 80px
  }

  .sm\:translate-x-17 {
    --transform-translate-x: 85px
  }

  .sm\:translate-x-18 {
    --transform-translate-x: 90px
  }

  .sm\:translate-x-19 {
    --transform-translate-x: 95px
  }

  .sm\:translate-x-20 {
    --transform-translate-x: 100px
  }

  .sm\:translate-x-xxs {
    --transform-translate-x: 8px
  }

  .sm\:translate-x-xs {
    --transform-translate-x: 12px
  }

  .sm\:translate-x-sm {
    --transform-translate-x: 24px
  }

  .sm\:translate-x-md {
    --transform-translate-x: 48px
  }

  .sm\:translate-x-lg {
    --transform-translate-x: 64px
  }

  .sm\:translate-x-xl {
    --transform-translate-x: 128px
  }

  .sm\:-translate-x-1 {
    --transform-translate-x: -5px
  }

  .sm\:-translate-x-2 {
    --transform-translate-x: -10px
  }

  .sm\:-translate-x-3 {
    --transform-translate-x: -15px
  }

  .sm\:-translate-x-4 {
    --transform-translate-x: -20px
  }

  .sm\:-translate-x-5 {
    --transform-translate-x: -25px
  }

  .sm\:-translate-x-6 {
    --transform-translate-x: -30px
  }

  .sm\:-translate-x-7 {
    --transform-translate-x: -35px
  }

  .sm\:-translate-x-8 {
    --transform-translate-x: -40px
  }

  .sm\:-translate-x-9 {
    --transform-translate-x: -45px
  }

  .sm\:-translate-x-10 {
    --transform-translate-x: -50px
  }

  .sm\:-translate-x-11 {
    --transform-translate-x: -55px
  }

  .sm\:-translate-x-12 {
    --transform-translate-x: -60px
  }

  .sm\:-translate-x-13 {
    --transform-translate-x: -65px
  }

  .sm\:-translate-x-14 {
    --transform-translate-x: -70px
  }

  .sm\:-translate-x-15 {
    --transform-translate-x: -75px
  }

  .sm\:-translate-x-16 {
    --transform-translate-x: -80px
  }

  .sm\:-translate-x-17 {
    --transform-translate-x: -85px
  }

  .sm\:-translate-x-18 {
    --transform-translate-x: -90px
  }

  .sm\:-translate-x-19 {
    --transform-translate-x: -95px
  }

  .sm\:-translate-x-20 {
    --transform-translate-x: -100px
  }

  .sm\:-translate-x-xxs {
    --transform-translate-x: -8px
  }

  .sm\:-translate-x-xs {
    --transform-translate-x: -12px
  }

  .sm\:-translate-x-sm {
    --transform-translate-x: -24px
  }

  .sm\:-translate-x-md {
    --transform-translate-x: -48px
  }

  .sm\:-translate-x-lg {
    --transform-translate-x: -64px
  }

  .sm\:-translate-x-xl {
    --transform-translate-x: -128px
  }

  .sm\:-translate-x-full {
    --transform-translate-x: -100%
  }

  .sm\:-translate-x-1\/2 {
    --transform-translate-x: -50%
  }

  .sm\:translate-x-1\/2 {
    --transform-translate-x: 50%
  }

  .sm\:translate-x-full {
    --transform-translate-x: 100%
  }

  .sm\:translate-y-0 {
    --transform-translate-y: 0
  }

  .sm\:translate-y-1 {
    --transform-translate-y: 5px
  }

  .sm\:translate-y-2 {
    --transform-translate-y: 10px
  }

  .sm\:translate-y-3 {
    --transform-translate-y: 15px
  }

  .sm\:translate-y-4 {
    --transform-translate-y: 20px
  }

  .sm\:translate-y-5 {
    --transform-translate-y: 25px
  }

  .sm\:translate-y-6 {
    --transform-translate-y: 30px
  }

  .sm\:translate-y-7 {
    --transform-translate-y: 35px
  }

  .sm\:translate-y-8 {
    --transform-translate-y: 40px
  }

  .sm\:translate-y-9 {
    --transform-translate-y: 45px
  }

  .sm\:translate-y-10 {
    --transform-translate-y: 50px
  }

  .sm\:translate-y-11 {
    --transform-translate-y: 55px
  }

  .sm\:translate-y-12 {
    --transform-translate-y: 60px
  }

  .sm\:translate-y-13 {
    --transform-translate-y: 65px
  }

  .sm\:translate-y-14 {
    --transform-translate-y: 70px
  }

  .sm\:translate-y-15 {
    --transform-translate-y: 75px
  }

  .sm\:translate-y-16 {
    --transform-translate-y: 80px
  }

  .sm\:translate-y-17 {
    --transform-translate-y: 85px
  }

  .sm\:translate-y-18 {
    --transform-translate-y: 90px
  }

  .sm\:translate-y-19 {
    --transform-translate-y: 95px
  }

  .sm\:translate-y-20 {
    --transform-translate-y: 100px
  }

  .sm\:translate-y-xxs {
    --transform-translate-y: 8px
  }

  .sm\:translate-y-xs {
    --transform-translate-y: 12px
  }

  .sm\:translate-y-sm {
    --transform-translate-y: 24px
  }

  .sm\:translate-y-md {
    --transform-translate-y: 48px
  }

  .sm\:translate-y-lg {
    --transform-translate-y: 64px
  }

  .sm\:translate-y-xl {
    --transform-translate-y: 128px
  }

  .sm\:-translate-y-1 {
    --transform-translate-y: -5px
  }

  .sm\:-translate-y-2 {
    --transform-translate-y: -10px
  }

  .sm\:-translate-y-3 {
    --transform-translate-y: -15px
  }

  .sm\:-translate-y-4 {
    --transform-translate-y: -20px
  }

  .sm\:-translate-y-5 {
    --transform-translate-y: -25px
  }

  .sm\:-translate-y-6 {
    --transform-translate-y: -30px
  }

  .sm\:-translate-y-7 {
    --transform-translate-y: -35px
  }

  .sm\:-translate-y-8 {
    --transform-translate-y: -40px
  }

  .sm\:-translate-y-9 {
    --transform-translate-y: -45px
  }

  .sm\:-translate-y-10 {
    --transform-translate-y: -50px
  }

  .sm\:-translate-y-11 {
    --transform-translate-y: -55px
  }

  .sm\:-translate-y-12 {
    --transform-translate-y: -60px
  }

  .sm\:-translate-y-13 {
    --transform-translate-y: -65px
  }

  .sm\:-translate-y-14 {
    --transform-translate-y: -70px
  }

  .sm\:-translate-y-15 {
    --transform-translate-y: -75px
  }

  .sm\:-translate-y-16 {
    --transform-translate-y: -80px
  }

  .sm\:-translate-y-17 {
    --transform-translate-y: -85px
  }

  .sm\:-translate-y-18 {
    --transform-translate-y: -90px
  }

  .sm\:-translate-y-19 {
    --transform-translate-y: -95px
  }

  .sm\:-translate-y-20 {
    --transform-translate-y: -100px
  }

  .sm\:-translate-y-xxs {
    --transform-translate-y: -8px
  }

  .sm\:-translate-y-xs {
    --transform-translate-y: -12px
  }

  .sm\:-translate-y-sm {
    --transform-translate-y: -24px
  }

  .sm\:-translate-y-md {
    --transform-translate-y: -48px
  }

  .sm\:-translate-y-lg {
    --transform-translate-y: -64px
  }

  .sm\:-translate-y-xl {
    --transform-translate-y: -128px
  }

  .sm\:-translate-y-full {
    --transform-translate-y: -100%
  }

  .sm\:-translate-y-1\/2 {
    --transform-translate-y: -50%
  }

  .sm\:translate-y-1\/2 {
    --transform-translate-y: 50%
  }

  .sm\:translate-y-full {
    --transform-translate-y: 100%
  }

  .sm\:hover\:translate-x-0:hover {
    --transform-translate-x: 0
  }

  .sm\:hover\:translate-x-1:hover {
    --transform-translate-x: 5px
  }

  .sm\:hover\:translate-x-2:hover {
    --transform-translate-x: 10px
  }

  .sm\:hover\:translate-x-3:hover {
    --transform-translate-x: 15px
  }

  .sm\:hover\:translate-x-4:hover {
    --transform-translate-x: 20px
  }

  .sm\:hover\:translate-x-5:hover {
    --transform-translate-x: 25px
  }

  .sm\:hover\:translate-x-6:hover {
    --transform-translate-x: 30px
  }

  .sm\:hover\:translate-x-7:hover {
    --transform-translate-x: 35px
  }

  .sm\:hover\:translate-x-8:hover {
    --transform-translate-x: 40px
  }

  .sm\:hover\:translate-x-9:hover {
    --transform-translate-x: 45px
  }

  .sm\:hover\:translate-x-10:hover {
    --transform-translate-x: 50px
  }

  .sm\:hover\:translate-x-11:hover {
    --transform-translate-x: 55px
  }

  .sm\:hover\:translate-x-12:hover {
    --transform-translate-x: 60px
  }

  .sm\:hover\:translate-x-13:hover {
    --transform-translate-x: 65px
  }

  .sm\:hover\:translate-x-14:hover {
    --transform-translate-x: 70px
  }

  .sm\:hover\:translate-x-15:hover {
    --transform-translate-x: 75px
  }

  .sm\:hover\:translate-x-16:hover {
    --transform-translate-x: 80px
  }

  .sm\:hover\:translate-x-17:hover {
    --transform-translate-x: 85px
  }

  .sm\:hover\:translate-x-18:hover {
    --transform-translate-x: 90px
  }

  .sm\:hover\:translate-x-19:hover {
    --transform-translate-x: 95px
  }

  .sm\:hover\:translate-x-20:hover {
    --transform-translate-x: 100px
  }

  .sm\:hover\:translate-x-xxs:hover {
    --transform-translate-x: 8px
  }

  .sm\:hover\:translate-x-xs:hover {
    --transform-translate-x: 12px
  }

  .sm\:hover\:translate-x-sm:hover {
    --transform-translate-x: 24px
  }

  .sm\:hover\:translate-x-md:hover {
    --transform-translate-x: 48px
  }

  .sm\:hover\:translate-x-lg:hover {
    --transform-translate-x: 64px
  }

  .sm\:hover\:translate-x-xl:hover {
    --transform-translate-x: 128px
  }

  .sm\:hover\:-translate-x-1:hover {
    --transform-translate-x: -5px
  }

  .sm\:hover\:-translate-x-2:hover {
    --transform-translate-x: -10px
  }

  .sm\:hover\:-translate-x-3:hover {
    --transform-translate-x: -15px
  }

  .sm\:hover\:-translate-x-4:hover {
    --transform-translate-x: -20px
  }

  .sm\:hover\:-translate-x-5:hover {
    --transform-translate-x: -25px
  }

  .sm\:hover\:-translate-x-6:hover {
    --transform-translate-x: -30px
  }

  .sm\:hover\:-translate-x-7:hover {
    --transform-translate-x: -35px
  }

  .sm\:hover\:-translate-x-8:hover {
    --transform-translate-x: -40px
  }

  .sm\:hover\:-translate-x-9:hover {
    --transform-translate-x: -45px
  }

  .sm\:hover\:-translate-x-10:hover {
    --transform-translate-x: -50px
  }

  .sm\:hover\:-translate-x-11:hover {
    --transform-translate-x: -55px
  }

  .sm\:hover\:-translate-x-12:hover {
    --transform-translate-x: -60px
  }

  .sm\:hover\:-translate-x-13:hover {
    --transform-translate-x: -65px
  }

  .sm\:hover\:-translate-x-14:hover {
    --transform-translate-x: -70px
  }

  .sm\:hover\:-translate-x-15:hover {
    --transform-translate-x: -75px
  }

  .sm\:hover\:-translate-x-16:hover {
    --transform-translate-x: -80px
  }

  .sm\:hover\:-translate-x-17:hover {
    --transform-translate-x: -85px
  }

  .sm\:hover\:-translate-x-18:hover {
    --transform-translate-x: -90px
  }

  .sm\:hover\:-translate-x-19:hover {
    --transform-translate-x: -95px
  }

  .sm\:hover\:-translate-x-20:hover {
    --transform-translate-x: -100px
  }

  .sm\:hover\:-translate-x-xxs:hover {
    --transform-translate-x: -8px
  }

  .sm\:hover\:-translate-x-xs:hover {
    --transform-translate-x: -12px
  }

  .sm\:hover\:-translate-x-sm:hover {
    --transform-translate-x: -24px
  }

  .sm\:hover\:-translate-x-md:hover {
    --transform-translate-x: -48px
  }

  .sm\:hover\:-translate-x-lg:hover {
    --transform-translate-x: -64px
  }

  .sm\:hover\:-translate-x-xl:hover {
    --transform-translate-x: -128px
  }

  .sm\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%
  }

  .sm\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%
  }

  .sm\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%
  }

  .sm\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%
  }

  .sm\:hover\:translate-y-0:hover {
    --transform-translate-y: 0
  }

  .sm\:hover\:translate-y-1:hover {
    --transform-translate-y: 5px
  }

  .sm\:hover\:translate-y-2:hover {
    --transform-translate-y: 10px
  }

  .sm\:hover\:translate-y-3:hover {
    --transform-translate-y: 15px
  }

  .sm\:hover\:translate-y-4:hover {
    --transform-translate-y: 20px
  }

  .sm\:hover\:translate-y-5:hover {
    --transform-translate-y: 25px
  }

  .sm\:hover\:translate-y-6:hover {
    --transform-translate-y: 30px
  }

  .sm\:hover\:translate-y-7:hover {
    --transform-translate-y: 35px
  }

  .sm\:hover\:translate-y-8:hover {
    --transform-translate-y: 40px
  }

  .sm\:hover\:translate-y-9:hover {
    --transform-translate-y: 45px
  }

  .sm\:hover\:translate-y-10:hover {
    --transform-translate-y: 50px
  }

  .sm\:hover\:translate-y-11:hover {
    --transform-translate-y: 55px
  }

  .sm\:hover\:translate-y-12:hover {
    --transform-translate-y: 60px
  }

  .sm\:hover\:translate-y-13:hover {
    --transform-translate-y: 65px
  }

  .sm\:hover\:translate-y-14:hover {
    --transform-translate-y: 70px
  }

  .sm\:hover\:translate-y-15:hover {
    --transform-translate-y: 75px
  }

  .sm\:hover\:translate-y-16:hover {
    --transform-translate-y: 80px
  }

  .sm\:hover\:translate-y-17:hover {
    --transform-translate-y: 85px
  }

  .sm\:hover\:translate-y-18:hover {
    --transform-translate-y: 90px
  }

  .sm\:hover\:translate-y-19:hover {
    --transform-translate-y: 95px
  }

  .sm\:hover\:translate-y-20:hover {
    --transform-translate-y: 100px
  }

  .sm\:hover\:translate-y-xxs:hover {
    --transform-translate-y: 8px
  }

  .sm\:hover\:translate-y-xs:hover {
    --transform-translate-y: 12px
  }

  .sm\:hover\:translate-y-sm:hover {
    --transform-translate-y: 24px
  }

  .sm\:hover\:translate-y-md:hover {
    --transform-translate-y: 48px
  }

  .sm\:hover\:translate-y-lg:hover {
    --transform-translate-y: 64px
  }

  .sm\:hover\:translate-y-xl:hover {
    --transform-translate-y: 128px
  }

  .sm\:hover\:-translate-y-1:hover {
    --transform-translate-y: -5px
  }

  .sm\:hover\:-translate-y-2:hover {
    --transform-translate-y: -10px
  }

  .sm\:hover\:-translate-y-3:hover {
    --transform-translate-y: -15px
  }

  .sm\:hover\:-translate-y-4:hover {
    --transform-translate-y: -20px
  }

  .sm\:hover\:-translate-y-5:hover {
    --transform-translate-y: -25px
  }

  .sm\:hover\:-translate-y-6:hover {
    --transform-translate-y: -30px
  }

  .sm\:hover\:-translate-y-7:hover {
    --transform-translate-y: -35px
  }

  .sm\:hover\:-translate-y-8:hover {
    --transform-translate-y: -40px
  }

  .sm\:hover\:-translate-y-9:hover {
    --transform-translate-y: -45px
  }

  .sm\:hover\:-translate-y-10:hover {
    --transform-translate-y: -50px
  }

  .sm\:hover\:-translate-y-11:hover {
    --transform-translate-y: -55px
  }

  .sm\:hover\:-translate-y-12:hover {
    --transform-translate-y: -60px
  }

  .sm\:hover\:-translate-y-13:hover {
    --transform-translate-y: -65px
  }

  .sm\:hover\:-translate-y-14:hover {
    --transform-translate-y: -70px
  }

  .sm\:hover\:-translate-y-15:hover {
    --transform-translate-y: -75px
  }

  .sm\:hover\:-translate-y-16:hover {
    --transform-translate-y: -80px
  }

  .sm\:hover\:-translate-y-17:hover {
    --transform-translate-y: -85px
  }

  .sm\:hover\:-translate-y-18:hover {
    --transform-translate-y: -90px
  }

  .sm\:hover\:-translate-y-19:hover {
    --transform-translate-y: -95px
  }

  .sm\:hover\:-translate-y-20:hover {
    --transform-translate-y: -100px
  }

  .sm\:hover\:-translate-y-xxs:hover {
    --transform-translate-y: -8px
  }

  .sm\:hover\:-translate-y-xs:hover {
    --transform-translate-y: -12px
  }

  .sm\:hover\:-translate-y-sm:hover {
    --transform-translate-y: -24px
  }

  .sm\:hover\:-translate-y-md:hover {
    --transform-translate-y: -48px
  }

  .sm\:hover\:-translate-y-lg:hover {
    --transform-translate-y: -64px
  }

  .sm\:hover\:-translate-y-xl:hover {
    --transform-translate-y: -128px
  }

  .sm\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%
  }

  .sm\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%
  }

  .sm\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%
  }

  .sm\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%
  }

  .sm\:focus\:translate-x-0:focus {
    --transform-translate-x: 0
  }

  .sm\:focus\:translate-x-1:focus {
    --transform-translate-x: 5px
  }

  .sm\:focus\:translate-x-2:focus {
    --transform-translate-x: 10px
  }

  .sm\:focus\:translate-x-3:focus {
    --transform-translate-x: 15px
  }

  .sm\:focus\:translate-x-4:focus {
    --transform-translate-x: 20px
  }

  .sm\:focus\:translate-x-5:focus {
    --transform-translate-x: 25px
  }

  .sm\:focus\:translate-x-6:focus {
    --transform-translate-x: 30px
  }

  .sm\:focus\:translate-x-7:focus {
    --transform-translate-x: 35px
  }

  .sm\:focus\:translate-x-8:focus {
    --transform-translate-x: 40px
  }

  .sm\:focus\:translate-x-9:focus {
    --transform-translate-x: 45px
  }

  .sm\:focus\:translate-x-10:focus {
    --transform-translate-x: 50px
  }

  .sm\:focus\:translate-x-11:focus {
    --transform-translate-x: 55px
  }

  .sm\:focus\:translate-x-12:focus {
    --transform-translate-x: 60px
  }

  .sm\:focus\:translate-x-13:focus {
    --transform-translate-x: 65px
  }

  .sm\:focus\:translate-x-14:focus {
    --transform-translate-x: 70px
  }

  .sm\:focus\:translate-x-15:focus {
    --transform-translate-x: 75px
  }

  .sm\:focus\:translate-x-16:focus {
    --transform-translate-x: 80px
  }

  .sm\:focus\:translate-x-17:focus {
    --transform-translate-x: 85px
  }

  .sm\:focus\:translate-x-18:focus {
    --transform-translate-x: 90px
  }

  .sm\:focus\:translate-x-19:focus {
    --transform-translate-x: 95px
  }

  .sm\:focus\:translate-x-20:focus {
    --transform-translate-x: 100px
  }

  .sm\:focus\:translate-x-xxs:focus {
    --transform-translate-x: 8px
  }

  .sm\:focus\:translate-x-xs:focus {
    --transform-translate-x: 12px
  }

  .sm\:focus\:translate-x-sm:focus {
    --transform-translate-x: 24px
  }

  .sm\:focus\:translate-x-md:focus {
    --transform-translate-x: 48px
  }

  .sm\:focus\:translate-x-lg:focus {
    --transform-translate-x: 64px
  }

  .sm\:focus\:translate-x-xl:focus {
    --transform-translate-x: 128px
  }

  .sm\:focus\:-translate-x-1:focus {
    --transform-translate-x: -5px
  }

  .sm\:focus\:-translate-x-2:focus {
    --transform-translate-x: -10px
  }

  .sm\:focus\:-translate-x-3:focus {
    --transform-translate-x: -15px
  }

  .sm\:focus\:-translate-x-4:focus {
    --transform-translate-x: -20px
  }

  .sm\:focus\:-translate-x-5:focus {
    --transform-translate-x: -25px
  }

  .sm\:focus\:-translate-x-6:focus {
    --transform-translate-x: -30px
  }

  .sm\:focus\:-translate-x-7:focus {
    --transform-translate-x: -35px
  }

  .sm\:focus\:-translate-x-8:focus {
    --transform-translate-x: -40px
  }

  .sm\:focus\:-translate-x-9:focus {
    --transform-translate-x: -45px
  }

  .sm\:focus\:-translate-x-10:focus {
    --transform-translate-x: -50px
  }

  .sm\:focus\:-translate-x-11:focus {
    --transform-translate-x: -55px
  }

  .sm\:focus\:-translate-x-12:focus {
    --transform-translate-x: -60px
  }

  .sm\:focus\:-translate-x-13:focus {
    --transform-translate-x: -65px
  }

  .sm\:focus\:-translate-x-14:focus {
    --transform-translate-x: -70px
  }

  .sm\:focus\:-translate-x-15:focus {
    --transform-translate-x: -75px
  }

  .sm\:focus\:-translate-x-16:focus {
    --transform-translate-x: -80px
  }

  .sm\:focus\:-translate-x-17:focus {
    --transform-translate-x: -85px
  }

  .sm\:focus\:-translate-x-18:focus {
    --transform-translate-x: -90px
  }

  .sm\:focus\:-translate-x-19:focus {
    --transform-translate-x: -95px
  }

  .sm\:focus\:-translate-x-20:focus {
    --transform-translate-x: -100px
  }

  .sm\:focus\:-translate-x-xxs:focus {
    --transform-translate-x: -8px
  }

  .sm\:focus\:-translate-x-xs:focus {
    --transform-translate-x: -12px
  }

  .sm\:focus\:-translate-x-sm:focus {
    --transform-translate-x: -24px
  }

  .sm\:focus\:-translate-x-md:focus {
    --transform-translate-x: -48px
  }

  .sm\:focus\:-translate-x-lg:focus {
    --transform-translate-x: -64px
  }

  .sm\:focus\:-translate-x-xl:focus {
    --transform-translate-x: -128px
  }

  .sm\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%
  }

  .sm\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%
  }

  .sm\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%
  }

  .sm\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%
  }

  .sm\:focus\:translate-y-0:focus {
    --transform-translate-y: 0
  }

  .sm\:focus\:translate-y-1:focus {
    --transform-translate-y: 5px
  }

  .sm\:focus\:translate-y-2:focus {
    --transform-translate-y: 10px
  }

  .sm\:focus\:translate-y-3:focus {
    --transform-translate-y: 15px
  }

  .sm\:focus\:translate-y-4:focus {
    --transform-translate-y: 20px
  }

  .sm\:focus\:translate-y-5:focus {
    --transform-translate-y: 25px
  }

  .sm\:focus\:translate-y-6:focus {
    --transform-translate-y: 30px
  }

  .sm\:focus\:translate-y-7:focus {
    --transform-translate-y: 35px
  }

  .sm\:focus\:translate-y-8:focus {
    --transform-translate-y: 40px
  }

  .sm\:focus\:translate-y-9:focus {
    --transform-translate-y: 45px
  }

  .sm\:focus\:translate-y-10:focus {
    --transform-translate-y: 50px
  }

  .sm\:focus\:translate-y-11:focus {
    --transform-translate-y: 55px
  }

  .sm\:focus\:translate-y-12:focus {
    --transform-translate-y: 60px
  }

  .sm\:focus\:translate-y-13:focus {
    --transform-translate-y: 65px
  }

  .sm\:focus\:translate-y-14:focus {
    --transform-translate-y: 70px
  }

  .sm\:focus\:translate-y-15:focus {
    --transform-translate-y: 75px
  }

  .sm\:focus\:translate-y-16:focus {
    --transform-translate-y: 80px
  }

  .sm\:focus\:translate-y-17:focus {
    --transform-translate-y: 85px
  }

  .sm\:focus\:translate-y-18:focus {
    --transform-translate-y: 90px
  }

  .sm\:focus\:translate-y-19:focus {
    --transform-translate-y: 95px
  }

  .sm\:focus\:translate-y-20:focus {
    --transform-translate-y: 100px
  }

  .sm\:focus\:translate-y-xxs:focus {
    --transform-translate-y: 8px
  }

  .sm\:focus\:translate-y-xs:focus {
    --transform-translate-y: 12px
  }

  .sm\:focus\:translate-y-sm:focus {
    --transform-translate-y: 24px
  }

  .sm\:focus\:translate-y-md:focus {
    --transform-translate-y: 48px
  }

  .sm\:focus\:translate-y-lg:focus {
    --transform-translate-y: 64px
  }

  .sm\:focus\:translate-y-xl:focus {
    --transform-translate-y: 128px
  }

  .sm\:focus\:-translate-y-1:focus {
    --transform-translate-y: -5px
  }

  .sm\:focus\:-translate-y-2:focus {
    --transform-translate-y: -10px
  }

  .sm\:focus\:-translate-y-3:focus {
    --transform-translate-y: -15px
  }

  .sm\:focus\:-translate-y-4:focus {
    --transform-translate-y: -20px
  }

  .sm\:focus\:-translate-y-5:focus {
    --transform-translate-y: -25px
  }

  .sm\:focus\:-translate-y-6:focus {
    --transform-translate-y: -30px
  }

  .sm\:focus\:-translate-y-7:focus {
    --transform-translate-y: -35px
  }

  .sm\:focus\:-translate-y-8:focus {
    --transform-translate-y: -40px
  }

  .sm\:focus\:-translate-y-9:focus {
    --transform-translate-y: -45px
  }

  .sm\:focus\:-translate-y-10:focus {
    --transform-translate-y: -50px
  }

  .sm\:focus\:-translate-y-11:focus {
    --transform-translate-y: -55px
  }

  .sm\:focus\:-translate-y-12:focus {
    --transform-translate-y: -60px
  }

  .sm\:focus\:-translate-y-13:focus {
    --transform-translate-y: -65px
  }

  .sm\:focus\:-translate-y-14:focus {
    --transform-translate-y: -70px
  }

  .sm\:focus\:-translate-y-15:focus {
    --transform-translate-y: -75px
  }

  .sm\:focus\:-translate-y-16:focus {
    --transform-translate-y: -80px
  }

  .sm\:focus\:-translate-y-17:focus {
    --transform-translate-y: -85px
  }

  .sm\:focus\:-translate-y-18:focus {
    --transform-translate-y: -90px
  }

  .sm\:focus\:-translate-y-19:focus {
    --transform-translate-y: -95px
  }

  .sm\:focus\:-translate-y-20:focus {
    --transform-translate-y: -100px
  }

  .sm\:focus\:-translate-y-xxs:focus {
    --transform-translate-y: -8px
  }

  .sm\:focus\:-translate-y-xs:focus {
    --transform-translate-y: -12px
  }

  .sm\:focus\:-translate-y-sm:focus {
    --transform-translate-y: -24px
  }

  .sm\:focus\:-translate-y-md:focus {
    --transform-translate-y: -48px
  }

  .sm\:focus\:-translate-y-lg:focus {
    --transform-translate-y: -64px
  }

  .sm\:focus\:-translate-y-xl:focus {
    --transform-translate-y: -128px
  }

  .sm\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%
  }

  .sm\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%
  }

  .sm\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%
  }

  .sm\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%
  }

  .sm\:skew-x-0 {
    --transform-skew-x: 0
  }

  .sm\:skew-y-0 {
    --transform-skew-y: 0
  }

  .sm\:hover\:skew-x-0:hover {
    --transform-skew-x: 0
  }

  .sm\:hover\:skew-y-0:hover {
    --transform-skew-y: 0
  }

  .sm\:focus\:skew-x-0:focus {
    --transform-skew-x: 0
  }

  .sm\:focus\:skew-y-0:focus {
    --transform-skew-y: 0
  }

  .sm\:transition-none {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none
  }

  .sm\:transition-all {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all
  }

  .sm\:transition {
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform
  }

  .sm\:transition-colors {
    -webkit-transition-property: background-color, border-color, color, fill, stroke;
    -o-transition-property: background-color, border-color, color, fill, stroke;
    transition-property: background-color, border-color, color, fill, stroke
  }

  .sm\:transition-opacity {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
  }

  .sm\:transition-shadow {
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow
  }

  .sm\:transition-transform {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
  }

  .sm\:ease-linear {
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear
  }

  .sm\:ease-in {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
  }

  .sm\:ease-out {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
  }

  .sm\:ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
  }

  .sm\:duration-75 {
    -webkit-transition-duration: 75ms;
         -o-transition-duration: 75ms;
            transition-duration: 75ms
  }

  .sm\:duration-100 {
    -webkit-transition-duration: 100ms;
         -o-transition-duration: 100ms;
            transition-duration: 100ms
  }

  .sm\:duration-150 {
    -webkit-transition-duration: 150ms;
         -o-transition-duration: 150ms;
            transition-duration: 150ms
  }

  .sm\:duration-200 {
    -webkit-transition-duration: 200ms;
         -o-transition-duration: 200ms;
            transition-duration: 200ms
  }

  .sm\:duration-300 {
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms
  }

  .sm\:duration-500 {
    -webkit-transition-duration: 500ms;
         -o-transition-duration: 500ms;
            transition-duration: 500ms
  }

  .sm\:duration-700 {
    -webkit-transition-duration: 700ms;
         -o-transition-duration: 700ms;
            transition-duration: 700ms
  }

  .sm\:duration-1000 {
    -webkit-transition-duration: 1000ms;
         -o-transition-duration: 1000ms;
            transition-duration: 1000ms
  }

  .sm\:delay-75 {
    -webkit-transition-delay: 75ms;
         -o-transition-delay: 75ms;
            transition-delay: 75ms
  }

  .sm\:delay-100 {
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms
  }

  .sm\:delay-150 {
    -webkit-transition-delay: 150ms;
         -o-transition-delay: 150ms;
            transition-delay: 150ms
  }

  .sm\:delay-200 {
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms
  }

  .sm\:delay-300 {
    -webkit-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms
  }

  .sm\:delay-500 {
    -webkit-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms
  }

  .sm\:delay-700 {
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms
  }

  .sm\:delay-1000 {
    -webkit-transition-delay: 1000ms;
         -o-transition-delay: 1000ms;
            transition-delay: 1000ms
  }

  .sm\:animate-none {
    -webkit-animation: none;
            animation: none
  }

  .sm\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite
  }

  .sm\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite
  }

  .sm\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
  }

  .sm\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite
  }
}

@media (min-width: 768px) {
  .md\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse))
  }

  .md\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse))
  }

  .md\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse))
  }

  .md\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse))
  }

  .md\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse))
  }

  .md\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse))
  }

  .md\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse))
  }

  .md\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse))
  }

  .md\:space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse))
  }

  .md\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse))
  }

  .md\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse))
  }

  .md\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-11 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse))
  }

  .md\:space-x-11 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse))
  }

  .md\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse))
  }

  .md\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse))
  }

  .md\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse))
  }

  .md\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse))
  }

  .md\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse))
  }

  .md\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse))
  }

  .md\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-19 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse))
  }

  .md\:space-x-19 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse))
  }

  .md\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-xxs > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse))
  }

  .md\:space-x-xxs > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-xs > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse))
  }

  .md\:space-x-xs > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-sm > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse))
  }

  .md\:space-x-sm > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-md > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse))
  }

  .md\:space-x-md > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-lg > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse))
  }

  .md\:space-x-lg > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-xl > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse))
  }

  .md\:space-x-xl > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)))
  }

  .md\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse))
  }

  .md\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)))
  }

  .md\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse))
  }

  .md\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)))
  }

  .md\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse))
  }

  .md\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)))
  }

  .md\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse))
  }

  .md\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)))
  }

  .md\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse))
  }

  .md\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)))
  }

  .md\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse))
  }

  .md\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)))
  }

  .md\:-space-y-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse))
  }

  .md\:-space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)))
  }

  .md\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse))
  }

  .md\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)))
  }

  .md\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse))
  }

  .md\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)))
  }

  .md\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse))
  }

  .md\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)))
  }

  .md\:-space-y-11 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse))
  }

  .md\:-space-x-11 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)))
  }

  .md\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse))
  }

  .md\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)))
  }

  .md\:-space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse))
  }

  .md\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)))
  }

  .md\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse))
  }

  .md\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)))
  }

  .md\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse))
  }

  .md\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)))
  }

  .md\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse))
  }

  .md\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)))
  }

  .md\:-space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse))
  }

  .md\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)))
  }

  .md\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse))
  }

  .md\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)))
  }

  .md\:-space-y-19 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse))
  }

  .md\:-space-x-19 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)))
  }

  .md\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse))
  }

  .md\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)))
  }

  .md\:-space-y-xxs > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse))
  }

  .md\:-space-x-xxs > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)))
  }

  .md\:-space-y-xs > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse))
  }

  .md\:-space-x-xs > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)))
  }

  .md\:-space-y-sm > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse))
  }

  .md\:-space-x-sm > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)))
  }

  .md\:-space-y-md > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse))
  }

  .md\:-space-x-md > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)))
  }

  .md\:-space-y-lg > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse))
  }

  .md\:-space-x-lg > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)))
  }

  .md\:-space-y-xl > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse))
  }

  .md\:-space-x-xl > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)))
  }

  .md\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1
  }

  .md\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1
  }

  .md\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse))
  }

  .md\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-1 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse))
  }

  .md\:divide-x-1 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse))
  }

  .md\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-3 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(6px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(6px * var(--divide-y-reverse))
  }

  .md\:divide-x-3 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(6px * var(--divide-x-reverse));
    border-left-width: calc(6px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse))
  }

  .md\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-5 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(10px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(10px * var(--divide-y-reverse))
  }

  .md\:divide-x-5 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(10px * var(--divide-x-reverse));
    border-left-width: calc(10px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-6 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(12px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(12px * var(--divide-y-reverse))
  }

  .md\:divide-x-6 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(12px * var(--divide-x-reverse));
    border-left-width: calc(12px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-7 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(14px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(14px * var(--divide-y-reverse))
  }

  .md\:divide-x-7 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(14px * var(--divide-x-reverse));
    border-left-width: calc(14px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(16px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(16px * var(--divide-y-reverse))
  }

  .md\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(16px * var(--divide-x-reverse));
    border-left-width: calc(16px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-9 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(18px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(18px * var(--divide-y-reverse))
  }

  .md\:divide-x-9 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(18px * var(--divide-x-reverse));
    border-left-width: calc(18px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-10 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(20px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(20px * var(--divide-y-reverse))
  }

  .md\:divide-x-10 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(20px * var(--divide-x-reverse));
    border-left-width: calc(20px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-11 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(22px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(22px * var(--divide-y-reverse))
  }

  .md\:divide-x-11 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(22px * var(--divide-x-reverse));
    border-left-width: calc(22px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-12 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(24px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(24px * var(--divide-y-reverse))
  }

  .md\:divide-x-12 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(24px * var(--divide-x-reverse));
    border-left-width: calc(24px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-13 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(26px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(26px * var(--divide-y-reverse))
  }

  .md\:divide-x-13 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(26px * var(--divide-x-reverse));
    border-left-width: calc(26px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-14 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(28px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(28px * var(--divide-y-reverse))
  }

  .md\:divide-x-14 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(28px * var(--divide-x-reverse));
    border-left-width: calc(28px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-15 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(30px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(30px * var(--divide-y-reverse))
  }

  .md\:divide-x-15 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(30px * var(--divide-x-reverse));
    border-left-width: calc(30px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-16 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(32px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(32px * var(--divide-y-reverse))
  }

  .md\:divide-x-16 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(32px * var(--divide-x-reverse));
    border-left-width: calc(32px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-17 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(34px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(34px * var(--divide-y-reverse))
  }

  .md\:divide-x-17 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(34px * var(--divide-x-reverse));
    border-left-width: calc(34px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-18 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(36px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(36px * var(--divide-y-reverse))
  }

  .md\:divide-x-18 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(36px * var(--divide-x-reverse));
    border-left-width: calc(36px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-19 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(38px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(38px * var(--divide-y-reverse))
  }

  .md\:divide-x-19 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(38px * var(--divide-x-reverse));
    border-left-width: calc(38px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-20 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(40px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(40px * var(--divide-y-reverse))
  }

  .md\:divide-x-20 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(40px * var(--divide-x-reverse));
    border-left-width: calc(40px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-21 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(42px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(42px * var(--divide-y-reverse))
  }

  .md\:divide-x-21 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(42px * var(--divide-x-reverse));
    border-left-width: calc(42px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-22 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(44px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(44px * var(--divide-y-reverse))
  }

  .md\:divide-x-22 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(44px * var(--divide-x-reverse));
    border-left-width: calc(44px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-23 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(46px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(46px * var(--divide-y-reverse))
  }

  .md\:divide-x-23 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(46px * var(--divide-x-reverse));
    border-left-width: calc(46px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-24 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(48px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(48px * var(--divide-y-reverse))
  }

  .md\:divide-x-24 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(48px * var(--divide-x-reverse));
    border-left-width: calc(48px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-25 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(50px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(50px * var(--divide-y-reverse))
  }

  .md\:divide-x-25 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(50px * var(--divide-x-reverse));
    border-left-width: calc(50px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-26 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(52px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(52px * var(--divide-y-reverse))
  }

  .md\:divide-x-26 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(52px * var(--divide-x-reverse));
    border-left-width: calc(52px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-27 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(54px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(54px * var(--divide-y-reverse))
  }

  .md\:divide-x-27 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(54px * var(--divide-x-reverse));
    border-left-width: calc(54px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-28 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(56px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(56px * var(--divide-y-reverse))
  }

  .md\:divide-x-28 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(56px * var(--divide-x-reverse));
    border-left-width: calc(56px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-29 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(58px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(58px * var(--divide-y-reverse))
  }

  .md\:divide-x-29 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(58px * var(--divide-x-reverse));
    border-left-width: calc(58px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-30 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(60px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(60px * var(--divide-y-reverse))
  }

  .md\:divide-x-30 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(60px * var(--divide-x-reverse));
    border-left-width: calc(60px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-31 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(62px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(62px * var(--divide-y-reverse))
  }

  .md\:divide-x-31 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(62px * var(--divide-x-reverse));
    border-left-width: calc(62px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-32 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(64px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(64px * var(--divide-y-reverse))
  }

  .md\:divide-x-32 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(64px * var(--divide-x-reverse));
    border-left-width: calc(64px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-33 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(66px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(66px * var(--divide-y-reverse))
  }

  .md\:divide-x-33 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(66px * var(--divide-x-reverse));
    border-left-width: calc(66px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-34 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(68px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(68px * var(--divide-y-reverse))
  }

  .md\:divide-x-34 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(68px * var(--divide-x-reverse));
    border-left-width: calc(68px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-35 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(70px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(70px * var(--divide-y-reverse))
  }

  .md\:divide-x-35 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(70px * var(--divide-x-reverse));
    border-left-width: calc(70px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-36 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(72px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(72px * var(--divide-y-reverse))
  }

  .md\:divide-x-36 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(72px * var(--divide-x-reverse));
    border-left-width: calc(72px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-37 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(74px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(74px * var(--divide-y-reverse))
  }

  .md\:divide-x-37 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(74px * var(--divide-x-reverse));
    border-left-width: calc(74px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-38 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(76px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(76px * var(--divide-y-reverse))
  }

  .md\:divide-x-38 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(76px * var(--divide-x-reverse));
    border-left-width: calc(76px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-39 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(78px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(78px * var(--divide-y-reverse))
  }

  .md\:divide-x-39 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(78px * var(--divide-x-reverse));
    border-left-width: calc(78px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-40 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(80px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(80px * var(--divide-y-reverse))
  }

  .md\:divide-x-40 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(80px * var(--divide-x-reverse));
    border-left-width: calc(80px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-41 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(82px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(82px * var(--divide-y-reverse))
  }

  .md\:divide-x-41 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(82px * var(--divide-x-reverse));
    border-left-width: calc(82px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-42 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(84px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(84px * var(--divide-y-reverse))
  }

  .md\:divide-x-42 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(84px * var(--divide-x-reverse));
    border-left-width: calc(84px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-43 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(86px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(86px * var(--divide-y-reverse))
  }

  .md\:divide-x-43 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(86px * var(--divide-x-reverse));
    border-left-width: calc(86px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-44 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(88px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(88px * var(--divide-y-reverse))
  }

  .md\:divide-x-44 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(88px * var(--divide-x-reverse));
    border-left-width: calc(88px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-45 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(90px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(90px * var(--divide-y-reverse))
  }

  .md\:divide-x-45 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(90px * var(--divide-x-reverse));
    border-left-width: calc(90px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-46 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(92px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(92px * var(--divide-y-reverse))
  }

  .md\:divide-x-46 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(92px * var(--divide-x-reverse));
    border-left-width: calc(92px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-47 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(94px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(94px * var(--divide-y-reverse))
  }

  .md\:divide-x-47 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(94px * var(--divide-x-reverse));
    border-left-width: calc(94px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-48 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(96px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(96px * var(--divide-y-reverse))
  }

  .md\:divide-x-48 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(96px * var(--divide-x-reverse));
    border-left-width: calc(96px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-49 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(98px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(98px * var(--divide-y-reverse))
  }

  .md\:divide-x-49 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(98px * var(--divide-x-reverse));
    border-left-width: calc(98px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-50 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(100px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(100px * var(--divide-y-reverse))
  }

  .md\:divide-x-50 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(100px * var(--divide-x-reverse));
    border-left-width: calc(100px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse))
  }

  .md\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)))
  }

  .md\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1
  }

  .md\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1
  }

  .md\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent
  }

  .md\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity))
  }

  .md\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity))
  }

  .md\:divide-gray-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48433f;
    border-color: rgba(72, 67, 63, var(--divide-opacity))
  }

  .md\:divide-gray-2 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a2a2a2;
    border-color: rgba(162, 162, 162, var(--divide-opacity))
  }

  .md\:divide-gray-3 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cccccc;
    border-color: rgba(204, 204, 204, var(--divide-opacity))
  }

  .md\:divide-gray-4 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9e8e8;
    border-color: rgba(233, 232, 232, var(--divide-opacity))
  }

  .md\:divide-gray-5 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf1f6;
    border-color: rgba(237, 241, 246, var(--divide-opacity))
  }

  .md\:divide-gray-6 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f2f3;
    border-color: rgba(242, 242, 243, var(--divide-opacity))
  }

  .md\:divide-red-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c00000;
    border-color: rgba(192, 0, 0, var(--divide-opacity))
  }

  .md\:divide-orange-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ff9a00;
    border-color: rgba(255, 154, 0, var(--divide-opacity))
  }

  .md\:divide-orange-2 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f4530c;
    border-color: rgba(244, 83, 12, var(--divide-opacity))
  }

  .md\:divide-blue-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #17649f;
    border-color: rgba(23, 100, 159, var(--divide-opacity))
  }

  .md\:divide-blue-2 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #003366;
    border-color: rgba(0, 51, 102, var(--divide-opacity))
  }

  .md\:divide-blue-3 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0b2f4b;
    border-color: rgba(11, 47, 75, var(--divide-opacity))
  }

  .md\:divide-blue-4 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1b75bb;
    border-color: rgba(27, 117, 187, var(--divide-opacity))
  }

  .md\:divide-brown-1 > :not(template) ~ :not(template) {
    border-color: #6e441e 
  }

  .md\:divide-green-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e5b7;
    border-color: rgba(215, 229, 183, var(--divide-opacity))
  }

  .md\:divide-green-2 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #334d10;
    border-color: rgba(51, 77, 16, var(--divide-opacity))
  }

  .md\:divide-purple-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #403862;
    border-color: rgba(64, 56, 98, var(--divide-opacity))
  }

  .md\:divide-purple-2 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #554a82;
    border-color: rgba(85, 74, 130, var(--divide-opacity))
  }

  .md\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid
  }

  .md\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed
  }

  .md\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted
  }

  .md\:divide-double > :not(template) ~ :not(template) {
    border-style: double
  }

  .md\:divide-none > :not(template) ~ :not(template) {
    border-style: none
  }

  .md\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0
  }

  .md\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25
  }

  .md\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5
  }

  .md\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75
  }

  .md\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1
  }

  .md\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
  }

  .md\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

  .md\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
  }

  .md\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

  .md\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none
  }

  .md\:bg-fixed {
    background-attachment: fixed
  }

  .md\:bg-local {
    background-attachment: local
  }

  .md\:bg-scroll {
    background-attachment: scroll
  }

  .md\:bg-clip-border {
    background-clip: border-box
  }

  .md\:bg-clip-padding {
    background-clip: padding-box
  }

  .md\:bg-clip-content {
    background-clip: content-box
  }

  .md\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text
  }

  .md\:bg-transparent {
    background-color: transparent
  }

  .md\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity))
  }

  .md\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
  }

  .md\:bg-gray-1 {
    --bg-opacity: 1;
    background-color: #48433f;
    background-color: rgba(72, 67, 63, var(--bg-opacity))
  }

  .md\:bg-gray-2 {
    --bg-opacity: 1;
    background-color: #a2a2a2;
    background-color: rgba(162, 162, 162, var(--bg-opacity))
  }

  .md\:bg-gray-3 {
    --bg-opacity: 1;
    background-color: #cccccc;
    background-color: rgba(204, 204, 204, var(--bg-opacity))
  }

  .md\:bg-gray-4 {
    --bg-opacity: 1;
    background-color: #e9e8e8;
    background-color: rgba(233, 232, 232, var(--bg-opacity))
  }

  .md\:bg-gray-5 {
    --bg-opacity: 1;
    background-color: #edf1f6;
    background-color: rgba(237, 241, 246, var(--bg-opacity))
  }

  .md\:bg-gray-6 {
    --bg-opacity: 1;
    background-color: #f2f2f3;
    background-color: rgba(242, 242, 243, var(--bg-opacity))
  }

  .md\:bg-red-1 {
    --bg-opacity: 1;
    background-color: #c00000;
    background-color: rgba(192, 0, 0, var(--bg-opacity))
  }

  .md\:bg-orange-1 {
    --bg-opacity: 1;
    background-color: #ff9a00;
    background-color: rgba(255, 154, 0, var(--bg-opacity))
  }

  .md\:bg-orange-2 {
    --bg-opacity: 1;
    background-color: #f4530c;
    background-color: rgba(244, 83, 12, var(--bg-opacity))
  }

  .md\:bg-blue-1 {
    --bg-opacity: 1;
    background-color: #17649f;
    background-color: rgba(23, 100, 159, var(--bg-opacity))
  }

  .md\:bg-blue-2 {
    --bg-opacity: 1;
    background-color: #003366;
    background-color: rgba(0, 51, 102, var(--bg-opacity))
  }

  .md\:bg-blue-3 {
    --bg-opacity: 1;
    background-color: #0b2f4b;
    background-color: rgba(11, 47, 75, var(--bg-opacity))
  }

  .md\:bg-blue-4 {
    --bg-opacity: 1;
    background-color: #1b75bb;
    background-color: rgba(27, 117, 187, var(--bg-opacity))
  }

  .md\:bg-brown-1 {
    background-color: #6e441e 
  }

  .md\:bg-green-1 {
    --bg-opacity: 1;
    background-color: #d7e5b7;
    background-color: rgba(215, 229, 183, var(--bg-opacity))
  }

  .md\:bg-green-2 {
    --bg-opacity: 1;
    background-color: #334d10;
    background-color: rgba(51, 77, 16, var(--bg-opacity))
  }

  .md\:bg-purple-1 {
    --bg-opacity: 1;
    background-color: #403862;
    background-color: rgba(64, 56, 98, var(--bg-opacity))
  }

  .md\:bg-purple-2 {
    --bg-opacity: 1;
    background-color: #554a82;
    background-color: rgba(85, 74, 130, var(--bg-opacity))
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent
  }

  .md\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity))
  }

  .md\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
  }

  .md\:hover\:bg-gray-1:hover {
    --bg-opacity: 1;
    background-color: #48433f;
    background-color: rgba(72, 67, 63, var(--bg-opacity))
  }

  .md\:hover\:bg-gray-2:hover {
    --bg-opacity: 1;
    background-color: #a2a2a2;
    background-color: rgba(162, 162, 162, var(--bg-opacity))
  }

  .md\:hover\:bg-gray-3:hover {
    --bg-opacity: 1;
    background-color: #cccccc;
    background-color: rgba(204, 204, 204, var(--bg-opacity))
  }

  .md\:hover\:bg-gray-4:hover {
    --bg-opacity: 1;
    background-color: #e9e8e8;
    background-color: rgba(233, 232, 232, var(--bg-opacity))
  }

  .md\:hover\:bg-gray-5:hover {
    --bg-opacity: 1;
    background-color: #edf1f6;
    background-color: rgba(237, 241, 246, var(--bg-opacity))
  }

  .md\:hover\:bg-gray-6:hover {
    --bg-opacity: 1;
    background-color: #f2f2f3;
    background-color: rgba(242, 242, 243, var(--bg-opacity))
  }

  .md\:hover\:bg-red-1:hover {
    --bg-opacity: 1;
    background-color: #c00000;
    background-color: rgba(192, 0, 0, var(--bg-opacity))
  }

  .md\:hover\:bg-orange-1:hover {
    --bg-opacity: 1;
    background-color: #ff9a00;
    background-color: rgba(255, 154, 0, var(--bg-opacity))
  }

  .md\:hover\:bg-orange-2:hover {
    --bg-opacity: 1;
    background-color: #f4530c;
    background-color: rgba(244, 83, 12, var(--bg-opacity))
  }

  .md\:hover\:bg-blue-1:hover {
    --bg-opacity: 1;
    background-color: #17649f;
    background-color: rgba(23, 100, 159, var(--bg-opacity))
  }

  .md\:hover\:bg-blue-2:hover {
    --bg-opacity: 1;
    background-color: #003366;
    background-color: rgba(0, 51, 102, var(--bg-opacity))
  }

  .md\:hover\:bg-blue-3:hover {
    --bg-opacity: 1;
    background-color: #0b2f4b;
    background-color: rgba(11, 47, 75, var(--bg-opacity))
  }

  .md\:hover\:bg-blue-4:hover {
    --bg-opacity: 1;
    background-color: #1b75bb;
    background-color: rgba(27, 117, 187, var(--bg-opacity))
  }

  .md\:hover\:bg-brown-1:hover {
    background-color: #6e441e 
  }

  .md\:hover\:bg-green-1:hover {
    --bg-opacity: 1;
    background-color: #d7e5b7;
    background-color: rgba(215, 229, 183, var(--bg-opacity))
  }

  .md\:hover\:bg-green-2:hover {
    --bg-opacity: 1;
    background-color: #334d10;
    background-color: rgba(51, 77, 16, var(--bg-opacity))
  }

  .md\:hover\:bg-purple-1:hover {
    --bg-opacity: 1;
    background-color: #403862;
    background-color: rgba(64, 56, 98, var(--bg-opacity))
  }

  .md\:hover\:bg-purple-2:hover {
    --bg-opacity: 1;
    background-color: #554a82;
    background-color: rgba(85, 74, 130, var(--bg-opacity))
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent
  }

  .md\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity))
  }

  .md\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
  }

  .md\:focus\:bg-gray-1:focus {
    --bg-opacity: 1;
    background-color: #48433f;
    background-color: rgba(72, 67, 63, var(--bg-opacity))
  }

  .md\:focus\:bg-gray-2:focus {
    --bg-opacity: 1;
    background-color: #a2a2a2;
    background-color: rgba(162, 162, 162, var(--bg-opacity))
  }

  .md\:focus\:bg-gray-3:focus {
    --bg-opacity: 1;
    background-color: #cccccc;
    background-color: rgba(204, 204, 204, var(--bg-opacity))
  }

  .md\:focus\:bg-gray-4:focus {
    --bg-opacity: 1;
    background-color: #e9e8e8;
    background-color: rgba(233, 232, 232, var(--bg-opacity))
  }

  .md\:focus\:bg-gray-5:focus {
    --bg-opacity: 1;
    background-color: #edf1f6;
    background-color: rgba(237, 241, 246, var(--bg-opacity))
  }

  .md\:focus\:bg-gray-6:focus {
    --bg-opacity: 1;
    background-color: #f2f2f3;
    background-color: rgba(242, 242, 243, var(--bg-opacity))
  }

  .md\:focus\:bg-red-1:focus {
    --bg-opacity: 1;
    background-color: #c00000;
    background-color: rgba(192, 0, 0, var(--bg-opacity))
  }

  .md\:focus\:bg-orange-1:focus {
    --bg-opacity: 1;
    background-color: #ff9a00;
    background-color: rgba(255, 154, 0, var(--bg-opacity))
  }

  .md\:focus\:bg-orange-2:focus {
    --bg-opacity: 1;
    background-color: #f4530c;
    background-color: rgba(244, 83, 12, var(--bg-opacity))
  }

  .md\:focus\:bg-blue-1:focus {
    --bg-opacity: 1;
    background-color: #17649f;
    background-color: rgba(23, 100, 159, var(--bg-opacity))
  }

  .md\:focus\:bg-blue-2:focus {
    --bg-opacity: 1;
    background-color: #003366;
    background-color: rgba(0, 51, 102, var(--bg-opacity))
  }

  .md\:focus\:bg-blue-3:focus {
    --bg-opacity: 1;
    background-color: #0b2f4b;
    background-color: rgba(11, 47, 75, var(--bg-opacity))
  }

  .md\:focus\:bg-blue-4:focus {
    --bg-opacity: 1;
    background-color: #1b75bb;
    background-color: rgba(27, 117, 187, var(--bg-opacity))
  }

  .md\:focus\:bg-brown-1:focus {
    background-color: #6e441e 
  }

  .md\:focus\:bg-green-1:focus {
    --bg-opacity: 1;
    background-color: #d7e5b7;
    background-color: rgba(215, 229, 183, var(--bg-opacity))
  }

  .md\:focus\:bg-green-2:focus {
    --bg-opacity: 1;
    background-color: #334d10;
    background-color: rgba(51, 77, 16, var(--bg-opacity))
  }

  .md\:focus\:bg-purple-1:focus {
    --bg-opacity: 1;
    background-color: #403862;
    background-color: rgba(64, 56, 98, var(--bg-opacity))
  }

  .md\:focus\:bg-purple-2:focus {
    --bg-opacity: 1;
    background-color: #554a82;
    background-color: rgba(85, 74, 130, var(--bg-opacity))
  }

  .md\:bg-none {
    background-image: none
  }

  .md\:bg-gradient-to-t {
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(bottom, var(--gradient-color-stops));
    background-image: linear-gradient(to top, var(--gradient-color-stops))
  }

  .md\:bg-gradient-to-tr {
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(bottom left, var(--gradient-color-stops));
    background-image: linear-gradient(to top right, var(--gradient-color-stops))
  }

  .md\:bg-gradient-to-r {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(left, var(--gradient-color-stops));
    background-image: linear-gradient(to right, var(--gradient-color-stops))
  }

  .md\:bg-gradient-to-br {
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(top left, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops))
  }

  .md\:bg-gradient-to-b {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(top, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom, var(--gradient-color-stops))
  }

  .md\:bg-gradient-to-bl {
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(top right, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops))
  }

  .md\:bg-gradient-to-l {
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(right, var(--gradient-color-stops));
    background-image: linear-gradient(to left, var(--gradient-color-stops))
  }

  .md\:bg-gradient-to-tl {
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(bottom right, var(--gradient-color-stops));
    background-image: linear-gradient(to top left, var(--gradient-color-stops))
  }

  .md\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .md\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .md\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .md\:from-gray-1 {
    --gradient-from-color: #48433f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
  }

  .md\:from-gray-2 {
    --gradient-from-color: #a2a2a2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
  }

  .md\:from-gray-3 {
    --gradient-from-color: #cccccc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
  }

  .md\:from-gray-4 {
    --gradient-from-color: #e9e8e8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
  }

  .md\:from-gray-5 {
    --gradient-from-color: #edf1f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
  }

  .md\:from-gray-6 {
    --gradient-from-color: #f2f2f3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
  }

  .md\:from-red-1 {
    --gradient-from-color: #c00000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
  }

  .md\:from-orange-1 {
    --gradient-from-color: #ff9a00;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
  }

  .md\:from-orange-2 {
    --gradient-from-color: #f4530c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
  }

  .md\:from-blue-1 {
    --gradient-from-color: #17649f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
  }

  .md\:from-blue-2 {
    --gradient-from-color: #003366;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
  }

  .md\:from-blue-3 {
    --gradient-from-color: #0b2f4b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
  }

  .md\:from-blue-4 {
    --gradient-from-color: #1b75bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
  }

  .md\:from-brown-1 {
    --gradient-from-color: #6e441e ;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .md\:from-green-1 {
    --gradient-from-color: #d7e5b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
  }

  .md\:from-green-2 {
    --gradient-from-color: #334d10;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
  }

  .md\:from-purple-1 {
    --gradient-from-color: #403862;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
  }

  .md\:from-purple-2 {
    --gradient-from-color: #554a82;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
  }

  .md\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .md\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .md\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .md\:via-gray-1 {
    --gradient-via-color: #48433f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
  }

  .md\:via-gray-2 {
    --gradient-via-color: #a2a2a2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
  }

  .md\:via-gray-3 {
    --gradient-via-color: #cccccc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
  }

  .md\:via-gray-4 {
    --gradient-via-color: #e9e8e8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
  }

  .md\:via-gray-5 {
    --gradient-via-color: #edf1f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
  }

  .md\:via-gray-6 {
    --gradient-via-color: #f2f2f3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
  }

  .md\:via-red-1 {
    --gradient-via-color: #c00000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
  }

  .md\:via-orange-1 {
    --gradient-via-color: #ff9a00;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
  }

  .md\:via-orange-2 {
    --gradient-via-color: #f4530c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
  }

  .md\:via-blue-1 {
    --gradient-via-color: #17649f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
  }

  .md\:via-blue-2 {
    --gradient-via-color: #003366;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
  }

  .md\:via-blue-3 {
    --gradient-via-color: #0b2f4b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
  }

  .md\:via-blue-4 {
    --gradient-via-color: #1b75bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
  }

  .md\:via-brown-1 {
    --gradient-via-color: #6e441e ;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .md\:via-green-1 {
    --gradient-via-color: #d7e5b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
  }

  .md\:via-green-2 {
    --gradient-via-color: #334d10;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
  }

  .md\:via-purple-1 {
    --gradient-via-color: #403862;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
  }

  .md\:via-purple-2 {
    --gradient-via-color: #554a82;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
  }

  .md\:to-transparent {
    --gradient-to-color: transparent
  }

  .md\:to-black {
    --gradient-to-color: #000
  }

  .md\:to-white {
    --gradient-to-color: #fff
  }

  .md\:to-gray-1 {
    --gradient-to-color: #48433f
  }

  .md\:to-gray-2 {
    --gradient-to-color: #a2a2a2
  }

  .md\:to-gray-3 {
    --gradient-to-color: #cccccc
  }

  .md\:to-gray-4 {
    --gradient-to-color: #e9e8e8
  }

  .md\:to-gray-5 {
    --gradient-to-color: #edf1f6
  }

  .md\:to-gray-6 {
    --gradient-to-color: #f2f2f3
  }

  .md\:to-red-1 {
    --gradient-to-color: #c00000
  }

  .md\:to-orange-1 {
    --gradient-to-color: #ff9a00
  }

  .md\:to-orange-2 {
    --gradient-to-color: #f4530c
  }

  .md\:to-blue-1 {
    --gradient-to-color: #17649f
  }

  .md\:to-blue-2 {
    --gradient-to-color: #003366
  }

  .md\:to-blue-3 {
    --gradient-to-color: #0b2f4b
  }

  .md\:to-blue-4 {
    --gradient-to-color: #1b75bb
  }

  .md\:to-brown-1 {
    --gradient-to-color: #6e441e 
  }

  .md\:to-green-1 {
    --gradient-to-color: #d7e5b7
  }

  .md\:to-green-2 {
    --gradient-to-color: #334d10
  }

  .md\:to-purple-1 {
    --gradient-to-color: #403862
  }

  .md\:to-purple-2 {
    --gradient-to-color: #554a82
  }

  .md\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .md\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .md\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .md\:hover\:from-gray-1:hover {
    --gradient-from-color: #48433f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
  }

  .md\:hover\:from-gray-2:hover {
    --gradient-from-color: #a2a2a2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
  }

  .md\:hover\:from-gray-3:hover {
    --gradient-from-color: #cccccc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
  }

  .md\:hover\:from-gray-4:hover {
    --gradient-from-color: #e9e8e8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
  }

  .md\:hover\:from-gray-5:hover {
    --gradient-from-color: #edf1f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
  }

  .md\:hover\:from-gray-6:hover {
    --gradient-from-color: #f2f2f3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
  }

  .md\:hover\:from-red-1:hover {
    --gradient-from-color: #c00000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
  }

  .md\:hover\:from-orange-1:hover {
    --gradient-from-color: #ff9a00;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
  }

  .md\:hover\:from-orange-2:hover {
    --gradient-from-color: #f4530c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
  }

  .md\:hover\:from-blue-1:hover {
    --gradient-from-color: #17649f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
  }

  .md\:hover\:from-blue-2:hover {
    --gradient-from-color: #003366;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
  }

  .md\:hover\:from-blue-3:hover {
    --gradient-from-color: #0b2f4b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
  }

  .md\:hover\:from-blue-4:hover {
    --gradient-from-color: #1b75bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
  }

  .md\:hover\:from-brown-1:hover {
    --gradient-from-color: #6e441e ;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .md\:hover\:from-green-1:hover {
    --gradient-from-color: #d7e5b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
  }

  .md\:hover\:from-green-2:hover {
    --gradient-from-color: #334d10;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
  }

  .md\:hover\:from-purple-1:hover {
    --gradient-from-color: #403862;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
  }

  .md\:hover\:from-purple-2:hover {
    --gradient-from-color: #554a82;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
  }

  .md\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .md\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .md\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .md\:hover\:via-gray-1:hover {
    --gradient-via-color: #48433f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
  }

  .md\:hover\:via-gray-2:hover {
    --gradient-via-color: #a2a2a2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
  }

  .md\:hover\:via-gray-3:hover {
    --gradient-via-color: #cccccc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
  }

  .md\:hover\:via-gray-4:hover {
    --gradient-via-color: #e9e8e8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
  }

  .md\:hover\:via-gray-5:hover {
    --gradient-via-color: #edf1f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
  }

  .md\:hover\:via-gray-6:hover {
    --gradient-via-color: #f2f2f3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
  }

  .md\:hover\:via-red-1:hover {
    --gradient-via-color: #c00000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
  }

  .md\:hover\:via-orange-1:hover {
    --gradient-via-color: #ff9a00;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
  }

  .md\:hover\:via-orange-2:hover {
    --gradient-via-color: #f4530c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
  }

  .md\:hover\:via-blue-1:hover {
    --gradient-via-color: #17649f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
  }

  .md\:hover\:via-blue-2:hover {
    --gradient-via-color: #003366;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
  }

  .md\:hover\:via-blue-3:hover {
    --gradient-via-color: #0b2f4b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
  }

  .md\:hover\:via-blue-4:hover {
    --gradient-via-color: #1b75bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
  }

  .md\:hover\:via-brown-1:hover {
    --gradient-via-color: #6e441e ;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .md\:hover\:via-green-1:hover {
    --gradient-via-color: #d7e5b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
  }

  .md\:hover\:via-green-2:hover {
    --gradient-via-color: #334d10;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
  }

  .md\:hover\:via-purple-1:hover {
    --gradient-via-color: #403862;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
  }

  .md\:hover\:via-purple-2:hover {
    --gradient-via-color: #554a82;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
  }

  .md\:hover\:to-transparent:hover {
    --gradient-to-color: transparent
  }

  .md\:hover\:to-black:hover {
    --gradient-to-color: #000
  }

  .md\:hover\:to-white:hover {
    --gradient-to-color: #fff
  }

  .md\:hover\:to-gray-1:hover {
    --gradient-to-color: #48433f
  }

  .md\:hover\:to-gray-2:hover {
    --gradient-to-color: #a2a2a2
  }

  .md\:hover\:to-gray-3:hover {
    --gradient-to-color: #cccccc
  }

  .md\:hover\:to-gray-4:hover {
    --gradient-to-color: #e9e8e8
  }

  .md\:hover\:to-gray-5:hover {
    --gradient-to-color: #edf1f6
  }

  .md\:hover\:to-gray-6:hover {
    --gradient-to-color: #f2f2f3
  }

  .md\:hover\:to-red-1:hover {
    --gradient-to-color: #c00000
  }

  .md\:hover\:to-orange-1:hover {
    --gradient-to-color: #ff9a00
  }

  .md\:hover\:to-orange-2:hover {
    --gradient-to-color: #f4530c
  }

  .md\:hover\:to-blue-1:hover {
    --gradient-to-color: #17649f
  }

  .md\:hover\:to-blue-2:hover {
    --gradient-to-color: #003366
  }

  .md\:hover\:to-blue-3:hover {
    --gradient-to-color: #0b2f4b
  }

  .md\:hover\:to-blue-4:hover {
    --gradient-to-color: #1b75bb
  }

  .md\:hover\:to-brown-1:hover {
    --gradient-to-color: #6e441e 
  }

  .md\:hover\:to-green-1:hover {
    --gradient-to-color: #d7e5b7
  }

  .md\:hover\:to-green-2:hover {
    --gradient-to-color: #334d10
  }

  .md\:hover\:to-purple-1:hover {
    --gradient-to-color: #403862
  }

  .md\:hover\:to-purple-2:hover {
    --gradient-to-color: #554a82
  }

  .md\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .md\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .md\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .md\:focus\:from-gray-1:focus {
    --gradient-from-color: #48433f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
  }

  .md\:focus\:from-gray-2:focus {
    --gradient-from-color: #a2a2a2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
  }

  .md\:focus\:from-gray-3:focus {
    --gradient-from-color: #cccccc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
  }

  .md\:focus\:from-gray-4:focus {
    --gradient-from-color: #e9e8e8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
  }

  .md\:focus\:from-gray-5:focus {
    --gradient-from-color: #edf1f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
  }

  .md\:focus\:from-gray-6:focus {
    --gradient-from-color: #f2f2f3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
  }

  .md\:focus\:from-red-1:focus {
    --gradient-from-color: #c00000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
  }

  .md\:focus\:from-orange-1:focus {
    --gradient-from-color: #ff9a00;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
  }

  .md\:focus\:from-orange-2:focus {
    --gradient-from-color: #f4530c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
  }

  .md\:focus\:from-blue-1:focus {
    --gradient-from-color: #17649f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
  }

  .md\:focus\:from-blue-2:focus {
    --gradient-from-color: #003366;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
  }

  .md\:focus\:from-blue-3:focus {
    --gradient-from-color: #0b2f4b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
  }

  .md\:focus\:from-blue-4:focus {
    --gradient-from-color: #1b75bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
  }

  .md\:focus\:from-brown-1:focus {
    --gradient-from-color: #6e441e ;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .md\:focus\:from-green-1:focus {
    --gradient-from-color: #d7e5b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
  }

  .md\:focus\:from-green-2:focus {
    --gradient-from-color: #334d10;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
  }

  .md\:focus\:from-purple-1:focus {
    --gradient-from-color: #403862;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
  }

  .md\:focus\:from-purple-2:focus {
    --gradient-from-color: #554a82;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
  }

  .md\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .md\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .md\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .md\:focus\:via-gray-1:focus {
    --gradient-via-color: #48433f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
  }

  .md\:focus\:via-gray-2:focus {
    --gradient-via-color: #a2a2a2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
  }

  .md\:focus\:via-gray-3:focus {
    --gradient-via-color: #cccccc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
  }

  .md\:focus\:via-gray-4:focus {
    --gradient-via-color: #e9e8e8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
  }

  .md\:focus\:via-gray-5:focus {
    --gradient-via-color: #edf1f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
  }

  .md\:focus\:via-gray-6:focus {
    --gradient-via-color: #f2f2f3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
  }

  .md\:focus\:via-red-1:focus {
    --gradient-via-color: #c00000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
  }

  .md\:focus\:via-orange-1:focus {
    --gradient-via-color: #ff9a00;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
  }

  .md\:focus\:via-orange-2:focus {
    --gradient-via-color: #f4530c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
  }

  .md\:focus\:via-blue-1:focus {
    --gradient-via-color: #17649f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
  }

  .md\:focus\:via-blue-2:focus {
    --gradient-via-color: #003366;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
  }

  .md\:focus\:via-blue-3:focus {
    --gradient-via-color: #0b2f4b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
  }

  .md\:focus\:via-blue-4:focus {
    --gradient-via-color: #1b75bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
  }

  .md\:focus\:via-brown-1:focus {
    --gradient-via-color: #6e441e ;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .md\:focus\:via-green-1:focus {
    --gradient-via-color: #d7e5b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
  }

  .md\:focus\:via-green-2:focus {
    --gradient-via-color: #334d10;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
  }

  .md\:focus\:via-purple-1:focus {
    --gradient-via-color: #403862;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
  }

  .md\:focus\:via-purple-2:focus {
    --gradient-via-color: #554a82;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
  }

  .md\:focus\:to-transparent:focus {
    --gradient-to-color: transparent
  }

  .md\:focus\:to-black:focus {
    --gradient-to-color: #000
  }

  .md\:focus\:to-white:focus {
    --gradient-to-color: #fff
  }

  .md\:focus\:to-gray-1:focus {
    --gradient-to-color: #48433f
  }

  .md\:focus\:to-gray-2:focus {
    --gradient-to-color: #a2a2a2
  }

  .md\:focus\:to-gray-3:focus {
    --gradient-to-color: #cccccc
  }

  .md\:focus\:to-gray-4:focus {
    --gradient-to-color: #e9e8e8
  }

  .md\:focus\:to-gray-5:focus {
    --gradient-to-color: #edf1f6
  }

  .md\:focus\:to-gray-6:focus {
    --gradient-to-color: #f2f2f3
  }

  .md\:focus\:to-red-1:focus {
    --gradient-to-color: #c00000
  }

  .md\:focus\:to-orange-1:focus {
    --gradient-to-color: #ff9a00
  }

  .md\:focus\:to-orange-2:focus {
    --gradient-to-color: #f4530c
  }

  .md\:focus\:to-blue-1:focus {
    --gradient-to-color: #17649f
  }

  .md\:focus\:to-blue-2:focus {
    --gradient-to-color: #003366
  }

  .md\:focus\:to-blue-3:focus {
    --gradient-to-color: #0b2f4b
  }

  .md\:focus\:to-blue-4:focus {
    --gradient-to-color: #1b75bb
  }

  .md\:focus\:to-brown-1:focus {
    --gradient-to-color: #6e441e 
  }

  .md\:focus\:to-green-1:focus {
    --gradient-to-color: #d7e5b7
  }

  .md\:focus\:to-green-2:focus {
    --gradient-to-color: #334d10
  }

  .md\:focus\:to-purple-1:focus {
    --gradient-to-color: #403862
  }

  .md\:focus\:to-purple-2:focus {
    --gradient-to-color: #554a82
  }

  .md\:bg-opacity-0 {
    --bg-opacity: 0
  }

  .md\:bg-opacity-25 {
    --bg-opacity: 0.25
  }

  .md\:bg-opacity-50 {
    --bg-opacity: 0.5
  }

  .md\:bg-opacity-75 {
    --bg-opacity: 0.75
  }

  .md\:bg-opacity-100 {
    --bg-opacity: 1
  }

  .md\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0
  }

  .md\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25
  }

  .md\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5
  }

  .md\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75
  }

  .md\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1
  }

  .md\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0
  }

  .md\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25
  }

  .md\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5
  }

  .md\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75
  }

  .md\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1
  }

  .md\:bg-bottom {
    background-position: bottom
  }

  .md\:bg-center {
    background-position: center
  }

  .md\:bg-left {
    background-position: left
  }

  .md\:bg-left-bottom {
    background-position: left bottom
  }

  .md\:bg-left-top {
    background-position: left top
  }

  .md\:bg-right {
    background-position: right
  }

  .md\:bg-right-bottom {
    background-position: right bottom
  }

  .md\:bg-right-top {
    background-position: right top
  }

  .md\:bg-top {
    background-position: top
  }

  .md\:bg-repeat {
    background-repeat: repeat
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y
  }

  .md\:bg-repeat-round {
    background-repeat: round
  }

  .md\:bg-repeat-space {
    background-repeat: space
  }

  .md\:bg-auto {
    background-size: auto
  }

  .md\:bg-cover {
    background-size: cover
  }

  .md\:bg-contain {
    background-size: contain
  }

  .md\:border-collapse {
    border-collapse: collapse
  }

  .md\:border-separate {
    border-collapse: separate
  }

  .md\:border-transparent {
    border-color: transparent
  }

  .md\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity))
  }

  .md\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity))
  }

  .md\:border-gray-1 {
    --border-opacity: 1;
    border-color: #48433f;
    border-color: rgba(72, 67, 63, var(--border-opacity))
  }

  .md\:border-gray-2 {
    --border-opacity: 1;
    border-color: #a2a2a2;
    border-color: rgba(162, 162, 162, var(--border-opacity))
  }

  .md\:border-gray-3 {
    --border-opacity: 1;
    border-color: #cccccc;
    border-color: rgba(204, 204, 204, var(--border-opacity))
  }

  .md\:border-gray-4 {
    --border-opacity: 1;
    border-color: #e9e8e8;
    border-color: rgba(233, 232, 232, var(--border-opacity))
  }

  .md\:border-gray-5 {
    --border-opacity: 1;
    border-color: #edf1f6;
    border-color: rgba(237, 241, 246, var(--border-opacity))
  }

  .md\:border-gray-6 {
    --border-opacity: 1;
    border-color: #f2f2f3;
    border-color: rgba(242, 242, 243, var(--border-opacity))
  }

  .md\:border-red-1 {
    --border-opacity: 1;
    border-color: #c00000;
    border-color: rgba(192, 0, 0, var(--border-opacity))
  }

  .md\:border-orange-1 {
    --border-opacity: 1;
    border-color: #ff9a00;
    border-color: rgba(255, 154, 0, var(--border-opacity))
  }

  .md\:border-orange-2 {
    --border-opacity: 1;
    border-color: #f4530c;
    border-color: rgba(244, 83, 12, var(--border-opacity))
  }

  .md\:border-blue-1 {
    --border-opacity: 1;
    border-color: #17649f;
    border-color: rgba(23, 100, 159, var(--border-opacity))
  }

  .md\:border-blue-2 {
    --border-opacity: 1;
    border-color: #003366;
    border-color: rgba(0, 51, 102, var(--border-opacity))
  }

  .md\:border-blue-3 {
    --border-opacity: 1;
    border-color: #0b2f4b;
    border-color: rgba(11, 47, 75, var(--border-opacity))
  }

  .md\:border-blue-4 {
    --border-opacity: 1;
    border-color: #1b75bb;
    border-color: rgba(27, 117, 187, var(--border-opacity))
  }

  .md\:border-brown-1 {
    border-color: #6e441e 
  }

  .md\:border-green-1 {
    --border-opacity: 1;
    border-color: #d7e5b7;
    border-color: rgba(215, 229, 183, var(--border-opacity))
  }

  .md\:border-green-2 {
    --border-opacity: 1;
    border-color: #334d10;
    border-color: rgba(51, 77, 16, var(--border-opacity))
  }

  .md\:border-purple-1 {
    --border-opacity: 1;
    border-color: #403862;
    border-color: rgba(64, 56, 98, var(--border-opacity))
  }

  .md\:border-purple-2 {
    --border-opacity: 1;
    border-color: #554a82;
    border-color: rgba(85, 74, 130, var(--border-opacity))
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent
  }

  .md\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity))
  }

  .md\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity))
  }

  .md\:hover\:border-gray-1:hover {
    --border-opacity: 1;
    border-color: #48433f;
    border-color: rgba(72, 67, 63, var(--border-opacity))
  }

  .md\:hover\:border-gray-2:hover {
    --border-opacity: 1;
    border-color: #a2a2a2;
    border-color: rgba(162, 162, 162, var(--border-opacity))
  }

  .md\:hover\:border-gray-3:hover {
    --border-opacity: 1;
    border-color: #cccccc;
    border-color: rgba(204, 204, 204, var(--border-opacity))
  }

  .md\:hover\:border-gray-4:hover {
    --border-opacity: 1;
    border-color: #e9e8e8;
    border-color: rgba(233, 232, 232, var(--border-opacity))
  }

  .md\:hover\:border-gray-5:hover {
    --border-opacity: 1;
    border-color: #edf1f6;
    border-color: rgba(237, 241, 246, var(--border-opacity))
  }

  .md\:hover\:border-gray-6:hover {
    --border-opacity: 1;
    border-color: #f2f2f3;
    border-color: rgba(242, 242, 243, var(--border-opacity))
  }

  .md\:hover\:border-red-1:hover {
    --border-opacity: 1;
    border-color: #c00000;
    border-color: rgba(192, 0, 0, var(--border-opacity))
  }

  .md\:hover\:border-orange-1:hover {
    --border-opacity: 1;
    border-color: #ff9a00;
    border-color: rgba(255, 154, 0, var(--border-opacity))
  }

  .md\:hover\:border-orange-2:hover {
    --border-opacity: 1;
    border-color: #f4530c;
    border-color: rgba(244, 83, 12, var(--border-opacity))
  }

  .md\:hover\:border-blue-1:hover {
    --border-opacity: 1;
    border-color: #17649f;
    border-color: rgba(23, 100, 159, var(--border-opacity))
  }

  .md\:hover\:border-blue-2:hover {
    --border-opacity: 1;
    border-color: #003366;
    border-color: rgba(0, 51, 102, var(--border-opacity))
  }

  .md\:hover\:border-blue-3:hover {
    --border-opacity: 1;
    border-color: #0b2f4b;
    border-color: rgba(11, 47, 75, var(--border-opacity))
  }

  .md\:hover\:border-blue-4:hover {
    --border-opacity: 1;
    border-color: #1b75bb;
    border-color: rgba(27, 117, 187, var(--border-opacity))
  }

  .md\:hover\:border-brown-1:hover {
    border-color: #6e441e 
  }

  .md\:hover\:border-green-1:hover {
    --border-opacity: 1;
    border-color: #d7e5b7;
    border-color: rgba(215, 229, 183, var(--border-opacity))
  }

  .md\:hover\:border-green-2:hover {
    --border-opacity: 1;
    border-color: #334d10;
    border-color: rgba(51, 77, 16, var(--border-opacity))
  }

  .md\:hover\:border-purple-1:hover {
    --border-opacity: 1;
    border-color: #403862;
    border-color: rgba(64, 56, 98, var(--border-opacity))
  }

  .md\:hover\:border-purple-2:hover {
    --border-opacity: 1;
    border-color: #554a82;
    border-color: rgba(85, 74, 130, var(--border-opacity))
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent
  }

  .md\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity))
  }

  .md\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity))
  }

  .md\:focus\:border-gray-1:focus {
    --border-opacity: 1;
    border-color: #48433f;
    border-color: rgba(72, 67, 63, var(--border-opacity))
  }

  .md\:focus\:border-gray-2:focus {
    --border-opacity: 1;
    border-color: #a2a2a2;
    border-color: rgba(162, 162, 162, var(--border-opacity))
  }

  .md\:focus\:border-gray-3:focus {
    --border-opacity: 1;
    border-color: #cccccc;
    border-color: rgba(204, 204, 204, var(--border-opacity))
  }

  .md\:focus\:border-gray-4:focus {
    --border-opacity: 1;
    border-color: #e9e8e8;
    border-color: rgba(233, 232, 232, var(--border-opacity))
  }

  .md\:focus\:border-gray-5:focus {
    --border-opacity: 1;
    border-color: #edf1f6;
    border-color: rgba(237, 241, 246, var(--border-opacity))
  }

  .md\:focus\:border-gray-6:focus {
    --border-opacity: 1;
    border-color: #f2f2f3;
    border-color: rgba(242, 242, 243, var(--border-opacity))
  }

  .md\:focus\:border-red-1:focus {
    --border-opacity: 1;
    border-color: #c00000;
    border-color: rgba(192, 0, 0, var(--border-opacity))
  }

  .md\:focus\:border-orange-1:focus {
    --border-opacity: 1;
    border-color: #ff9a00;
    border-color: rgba(255, 154, 0, var(--border-opacity))
  }

  .md\:focus\:border-orange-2:focus {
    --border-opacity: 1;
    border-color: #f4530c;
    border-color: rgba(244, 83, 12, var(--border-opacity))
  }

  .md\:focus\:border-blue-1:focus {
    --border-opacity: 1;
    border-color: #17649f;
    border-color: rgba(23, 100, 159, var(--border-opacity))
  }

  .md\:focus\:border-blue-2:focus {
    --border-opacity: 1;
    border-color: #003366;
    border-color: rgba(0, 51, 102, var(--border-opacity))
  }

  .md\:focus\:border-blue-3:focus {
    --border-opacity: 1;
    border-color: #0b2f4b;
    border-color: rgba(11, 47, 75, var(--border-opacity))
  }

  .md\:focus\:border-blue-4:focus {
    --border-opacity: 1;
    border-color: #1b75bb;
    border-color: rgba(27, 117, 187, var(--border-opacity))
  }

  .md\:focus\:border-brown-1:focus {
    border-color: #6e441e 
  }

  .md\:focus\:border-green-1:focus {
    --border-opacity: 1;
    border-color: #d7e5b7;
    border-color: rgba(215, 229, 183, var(--border-opacity))
  }

  .md\:focus\:border-green-2:focus {
    --border-opacity: 1;
    border-color: #334d10;
    border-color: rgba(51, 77, 16, var(--border-opacity))
  }

  .md\:focus\:border-purple-1:focus {
    --border-opacity: 1;
    border-color: #403862;
    border-color: rgba(64, 56, 98, var(--border-opacity))
  }

  .md\:focus\:border-purple-2:focus {
    --border-opacity: 1;
    border-color: #554a82;
    border-color: rgba(85, 74, 130, var(--border-opacity))
  }

  .md\:border-opacity-0 {
    --border-opacity: 0
  }

  .md\:border-opacity-25 {
    --border-opacity: 0.25
  }

  .md\:border-opacity-50 {
    --border-opacity: 0.5
  }

  .md\:border-opacity-75 {
    --border-opacity: 0.75
  }

  .md\:border-opacity-100 {
    --border-opacity: 1
  }

  .md\:hover\:border-opacity-0:hover {
    --border-opacity: 0
  }

  .md\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25
  }

  .md\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5
  }

  .md\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75
  }

  .md\:hover\:border-opacity-100:hover {
    --border-opacity: 1
  }

  .md\:focus\:border-opacity-0:focus {
    --border-opacity: 0
  }

  .md\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25
  }

  .md\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5
  }

  .md\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75
  }

  .md\:focus\:border-opacity-100:focus {
    --border-opacity: 1
  }

  .md\:rounded-1 {
    border-radius: 2px
  }

  .md\:rounded-2 {
    border-radius: 4px
  }

  .md\:rounded-3 {
    border-radius: 6px
  }

  .md\:rounded-4 {
    border-radius: 8px
  }

  .md\:rounded-5 {
    border-radius: 10px
  }

  .md\:rounded-6 {
    border-radius: 12px
  }

  .md\:rounded-7 {
    border-radius: 14px
  }

  .md\:rounded-8 {
    border-radius: 16px
  }

  .md\:rounded-9 {
    border-radius: 18px
  }

  .md\:rounded-10 {
    border-radius: 20px
  }

  .md\:rounded-11 {
    border-radius: 22px
  }

  .md\:rounded-12 {
    border-radius: 24px
  }

  .md\:rounded-13 {
    border-radius: 26px
  }

  .md\:rounded-14 {
    border-radius: 28px
  }

  .md\:rounded-15 {
    border-radius: 30px
  }

  .md\:rounded-16 {
    border-radius: 32px
  }

  .md\:rounded-17 {
    border-radius: 34px
  }

  .md\:rounded-18 {
    border-radius: 36px
  }

  .md\:rounded-19 {
    border-radius: 38px
  }

  .md\:rounded-20 {
    border-radius: 40px
  }

  .md\:rounded-21 {
    border-radius: 42px
  }

  .md\:rounded-22 {
    border-radius: 44px
  }

  .md\:rounded-23 {
    border-radius: 46px
  }

  .md\:rounded-24 {
    border-radius: 48px
  }

  .md\:rounded-25 {
    border-radius: 50px
  }

  .md\:rounded-26 {
    border-radius: 52px
  }

  .md\:rounded-27 {
    border-radius: 54px
  }

  .md\:rounded-28 {
    border-radius: 56px
  }

  .md\:rounded-29 {
    border-radius: 58px
  }

  .md\:rounded-30 {
    border-radius: 60px
  }

  .md\:rounded-31 {
    border-radius: 62px
  }

  .md\:rounded-32 {
    border-radius: 64px
  }

  .md\:rounded-33 {
    border-radius: 66px
  }

  .md\:rounded-34 {
    border-radius: 68px
  }

  .md\:rounded-35 {
    border-radius: 70px
  }

  .md\:rounded-36 {
    border-radius: 72px
  }

  .md\:rounded-37 {
    border-radius: 74px
  }

  .md\:rounded-38 {
    border-radius: 76px
  }

  .md\:rounded-39 {
    border-radius: 78px
  }

  .md\:rounded-40 {
    border-radius: 80px
  }

  .md\:rounded-41 {
    border-radius: 82px
  }

  .md\:rounded-42 {
    border-radius: 84px
  }

  .md\:rounded-43 {
    border-radius: 86px
  }

  .md\:rounded-44 {
    border-radius: 88px
  }

  .md\:rounded-45 {
    border-radius: 90px
  }

  .md\:rounded-46 {
    border-radius: 92px
  }

  .md\:rounded-47 {
    border-radius: 94px
  }

  .md\:rounded-48 {
    border-radius: 96px
  }

  .md\:rounded-49 {
    border-radius: 98px
  }

  .md\:rounded-50 {
    border-radius: 100px
  }

  .md\:rounded-51 {
    border-radius: 102px
  }

  .md\:rounded-52 {
    border-radius: 104px
  }

  .md\:rounded-53 {
    border-radius: 106px
  }

  .md\:rounded-54 {
    border-radius: 108px
  }

  .md\:rounded-55 {
    border-radius: 110px
  }

  .md\:rounded-56 {
    border-radius: 112px
  }

  .md\:rounded-57 {
    border-radius: 114px
  }

  .md\:rounded-58 {
    border-radius: 116px
  }

  .md\:rounded-59 {
    border-radius: 118px
  }

  .md\:rounded-60 {
    border-radius: 120px
  }

  .md\:rounded-61 {
    border-radius: 122px
  }

  .md\:rounded-62 {
    border-radius: 124px
  }

  .md\:rounded-63 {
    border-radius: 126px
  }

  .md\:rounded-64 {
    border-radius: 128px
  }

  .md\:rounded-65 {
    border-radius: 130px
  }

  .md\:rounded-66 {
    border-radius: 132px
  }

  .md\:rounded-67 {
    border-radius: 134px
  }

  .md\:rounded-68 {
    border-radius: 136px
  }

  .md\:rounded-69 {
    border-radius: 138px
  }

  .md\:rounded-70 {
    border-radius: 140px
  }

  .md\:rounded-71 {
    border-radius: 142px
  }

  .md\:rounded-72 {
    border-radius: 144px
  }

  .md\:rounded-73 {
    border-radius: 146px
  }

  .md\:rounded-74 {
    border-radius: 148px
  }

  .md\:rounded-75 {
    border-radius: 150px
  }

  .md\:rounded-76 {
    border-radius: 152px
  }

  .md\:rounded-77 {
    border-radius: 154px
  }

  .md\:rounded-78 {
    border-radius: 156px
  }

  .md\:rounded-79 {
    border-radius: 158px
  }

  .md\:rounded-80 {
    border-radius: 160px
  }

  .md\:rounded-81 {
    border-radius: 162px
  }

  .md\:rounded-82 {
    border-radius: 164px
  }

  .md\:rounded-83 {
    border-radius: 166px
  }

  .md\:rounded-84 {
    border-radius: 168px
  }

  .md\:rounded-85 {
    border-radius: 170px
  }

  .md\:rounded-86 {
    border-radius: 172px
  }

  .md\:rounded-87 {
    border-radius: 174px
  }

  .md\:rounded-88 {
    border-radius: 176px
  }

  .md\:rounded-89 {
    border-radius: 178px
  }

  .md\:rounded-90 {
    border-radius: 180px
  }

  .md\:rounded-91 {
    border-radius: 182px
  }

  .md\:rounded-92 {
    border-radius: 184px
  }

  .md\:rounded-93 {
    border-radius: 186px
  }

  .md\:rounded-94 {
    border-radius: 188px
  }

  .md\:rounded-95 {
    border-radius: 190px
  }

  .md\:rounded-96 {
    border-radius: 192px
  }

  .md\:rounded-97 {
    border-radius: 194px
  }

  .md\:rounded-98 {
    border-radius: 196px
  }

  .md\:rounded-99 {
    border-radius: 198px
  }

  .md\:rounded-100 {
    border-radius: 200px
  }

  .md\:rounded-none {
    border-radius: 0
  }

  .md\:rounded {
    border-radius: 5px
  }

  .md\:rounded-circle {
    border-radius: 50%
  }

  .md\:rounded-t-1 {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
  }

  .md\:rounded-r-1 {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
  }

  .md\:rounded-b-1 {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
  }

  .md\:rounded-l-1 {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
  }

  .md\:rounded-t-2 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
  }

  .md\:rounded-r-2 {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
  }

  .md\:rounded-b-2 {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
  }

  .md\:rounded-l-2 {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
  }

  .md\:rounded-t-3 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
  }

  .md\:rounded-r-3 {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
  }

  .md\:rounded-b-3 {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
  }

  .md\:rounded-l-3 {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
  }

  .md\:rounded-t-4 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
  }

  .md\:rounded-r-4 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
  }

  .md\:rounded-b-4 {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
  }

  .md\:rounded-l-4 {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
  }

  .md\:rounded-t-5 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
  }

  .md\:rounded-r-5 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
  }

  .md\:rounded-b-5 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
  }

  .md\:rounded-l-5 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
  }

  .md\:rounded-t-6 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
  }

  .md\:rounded-r-6 {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
  }

  .md\:rounded-b-6 {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
  }

  .md\:rounded-l-6 {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
  }

  .md\:rounded-t-7 {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px
  }

  .md\:rounded-r-7 {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px
  }

  .md\:rounded-b-7 {
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px
  }

  .md\:rounded-l-7 {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px
  }

  .md\:rounded-t-8 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px
  }

  .md\:rounded-r-8 {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px
  }

  .md\:rounded-b-8 {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px
  }

  .md\:rounded-l-8 {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px
  }

  .md\:rounded-t-9 {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px
  }

  .md\:rounded-r-9 {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px
  }

  .md\:rounded-b-9 {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px
  }

  .md\:rounded-l-9 {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px
  }

  .md\:rounded-t-10 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
  }

  .md\:rounded-r-10 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
  }

  .md\:rounded-b-10 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px
  }

  .md\:rounded-l-10 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
  }

  .md\:rounded-t-11 {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px
  }

  .md\:rounded-r-11 {
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px
  }

  .md\:rounded-b-11 {
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px
  }

  .md\:rounded-l-11 {
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px
  }

  .md\:rounded-t-12 {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px
  }

  .md\:rounded-r-12 {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px
  }

  .md\:rounded-b-12 {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px
  }

  .md\:rounded-l-12 {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px
  }

  .md\:rounded-t-13 {
    border-top-left-radius: 26px;
    border-top-right-radius: 26px
  }

  .md\:rounded-r-13 {
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px
  }

  .md\:rounded-b-13 {
    border-bottom-right-radius: 26px;
    border-bottom-left-radius: 26px
  }

  .md\:rounded-l-13 {
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px
  }

  .md\:rounded-t-14 {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px
  }

  .md\:rounded-r-14 {
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px
  }

  .md\:rounded-b-14 {
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px
  }

  .md\:rounded-l-14 {
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px
  }

  .md\:rounded-t-15 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px
  }

  .md\:rounded-r-15 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
  }

  .md\:rounded-b-15 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px
  }

  .md\:rounded-l-15 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
  }

  .md\:rounded-t-16 {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px
  }

  .md\:rounded-r-16 {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px
  }

  .md\:rounded-b-16 {
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px
  }

  .md\:rounded-l-16 {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px
  }

  .md\:rounded-t-17 {
    border-top-left-radius: 34px;
    border-top-right-radius: 34px
  }

  .md\:rounded-r-17 {
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px
  }

  .md\:rounded-b-17 {
    border-bottom-right-radius: 34px;
    border-bottom-left-radius: 34px
  }

  .md\:rounded-l-17 {
    border-top-left-radius: 34px;
    border-bottom-left-radius: 34px
  }

  .md\:rounded-t-18 {
    border-top-left-radius: 36px;
    border-top-right-radius: 36px
  }

  .md\:rounded-r-18 {
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px
  }

  .md\:rounded-b-18 {
    border-bottom-right-radius: 36px;
    border-bottom-left-radius: 36px
  }

  .md\:rounded-l-18 {
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px
  }

  .md\:rounded-t-19 {
    border-top-left-radius: 38px;
    border-top-right-radius: 38px
  }

  .md\:rounded-r-19 {
    border-top-right-radius: 38px;
    border-bottom-right-radius: 38px
  }

  .md\:rounded-b-19 {
    border-bottom-right-radius: 38px;
    border-bottom-left-radius: 38px
  }

  .md\:rounded-l-19 {
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px
  }

  .md\:rounded-t-20 {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px
  }

  .md\:rounded-r-20 {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px
  }

  .md\:rounded-b-20 {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px
  }

  .md\:rounded-l-20 {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px
  }

  .md\:rounded-t-21 {
    border-top-left-radius: 42px;
    border-top-right-radius: 42px
  }

  .md\:rounded-r-21 {
    border-top-right-radius: 42px;
    border-bottom-right-radius: 42px
  }

  .md\:rounded-b-21 {
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px
  }

  .md\:rounded-l-21 {
    border-top-left-radius: 42px;
    border-bottom-left-radius: 42px
  }

  .md\:rounded-t-22 {
    border-top-left-radius: 44px;
    border-top-right-radius: 44px
  }

  .md\:rounded-r-22 {
    border-top-right-radius: 44px;
    border-bottom-right-radius: 44px
  }

  .md\:rounded-b-22 {
    border-bottom-right-radius: 44px;
    border-bottom-left-radius: 44px
  }

  .md\:rounded-l-22 {
    border-top-left-radius: 44px;
    border-bottom-left-radius: 44px
  }

  .md\:rounded-t-23 {
    border-top-left-radius: 46px;
    border-top-right-radius: 46px
  }

  .md\:rounded-r-23 {
    border-top-right-radius: 46px;
    border-bottom-right-radius: 46px
  }

  .md\:rounded-b-23 {
    border-bottom-right-radius: 46px;
    border-bottom-left-radius: 46px
  }

  .md\:rounded-l-23 {
    border-top-left-radius: 46px;
    border-bottom-left-radius: 46px
  }

  .md\:rounded-t-24 {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px
  }

  .md\:rounded-r-24 {
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px
  }

  .md\:rounded-b-24 {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px
  }

  .md\:rounded-l-24 {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px
  }

  .md\:rounded-t-25 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px
  }

  .md\:rounded-r-25 {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
  }

  .md\:rounded-b-25 {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px
  }

  .md\:rounded-l-25 {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
  }

  .md\:rounded-t-26 {
    border-top-left-radius: 52px;
    border-top-right-radius: 52px
  }

  .md\:rounded-r-26 {
    border-top-right-radius: 52px;
    border-bottom-right-radius: 52px
  }

  .md\:rounded-b-26 {
    border-bottom-right-radius: 52px;
    border-bottom-left-radius: 52px
  }

  .md\:rounded-l-26 {
    border-top-left-radius: 52px;
    border-bottom-left-radius: 52px
  }

  .md\:rounded-t-27 {
    border-top-left-radius: 54px;
    border-top-right-radius: 54px
  }

  .md\:rounded-r-27 {
    border-top-right-radius: 54px;
    border-bottom-right-radius: 54px
  }

  .md\:rounded-b-27 {
    border-bottom-right-radius: 54px;
    border-bottom-left-radius: 54px
  }

  .md\:rounded-l-27 {
    border-top-left-radius: 54px;
    border-bottom-left-radius: 54px
  }

  .md\:rounded-t-28 {
    border-top-left-radius: 56px;
    border-top-right-radius: 56px
  }

  .md\:rounded-r-28 {
    border-top-right-radius: 56px;
    border-bottom-right-radius: 56px
  }

  .md\:rounded-b-28 {
    border-bottom-right-radius: 56px;
    border-bottom-left-radius: 56px
  }

  .md\:rounded-l-28 {
    border-top-left-radius: 56px;
    border-bottom-left-radius: 56px
  }

  .md\:rounded-t-29 {
    border-top-left-radius: 58px;
    border-top-right-radius: 58px
  }

  .md\:rounded-r-29 {
    border-top-right-radius: 58px;
    border-bottom-right-radius: 58px
  }

  .md\:rounded-b-29 {
    border-bottom-right-radius: 58px;
    border-bottom-left-radius: 58px
  }

  .md\:rounded-l-29 {
    border-top-left-radius: 58px;
    border-bottom-left-radius: 58px
  }

  .md\:rounded-t-30 {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px
  }

  .md\:rounded-r-30 {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px
  }

  .md\:rounded-b-30 {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px
  }

  .md\:rounded-l-30 {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px
  }

  .md\:rounded-t-31 {
    border-top-left-radius: 62px;
    border-top-right-radius: 62px
  }

  .md\:rounded-r-31 {
    border-top-right-radius: 62px;
    border-bottom-right-radius: 62px
  }

  .md\:rounded-b-31 {
    border-bottom-right-radius: 62px;
    border-bottom-left-radius: 62px
  }

  .md\:rounded-l-31 {
    border-top-left-radius: 62px;
    border-bottom-left-radius: 62px
  }

  .md\:rounded-t-32 {
    border-top-left-radius: 64px;
    border-top-right-radius: 64px
  }

  .md\:rounded-r-32 {
    border-top-right-radius: 64px;
    border-bottom-right-radius: 64px
  }

  .md\:rounded-b-32 {
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px
  }

  .md\:rounded-l-32 {
    border-top-left-radius: 64px;
    border-bottom-left-radius: 64px
  }

  .md\:rounded-t-33 {
    border-top-left-radius: 66px;
    border-top-right-radius: 66px
  }

  .md\:rounded-r-33 {
    border-top-right-radius: 66px;
    border-bottom-right-radius: 66px
  }

  .md\:rounded-b-33 {
    border-bottom-right-radius: 66px;
    border-bottom-left-radius: 66px
  }

  .md\:rounded-l-33 {
    border-top-left-radius: 66px;
    border-bottom-left-radius: 66px
  }

  .md\:rounded-t-34 {
    border-top-left-radius: 68px;
    border-top-right-radius: 68px
  }

  .md\:rounded-r-34 {
    border-top-right-radius: 68px;
    border-bottom-right-radius: 68px
  }

  .md\:rounded-b-34 {
    border-bottom-right-radius: 68px;
    border-bottom-left-radius: 68px
  }

  .md\:rounded-l-34 {
    border-top-left-radius: 68px;
    border-bottom-left-radius: 68px
  }

  .md\:rounded-t-35 {
    border-top-left-radius: 70px;
    border-top-right-radius: 70px
  }

  .md\:rounded-r-35 {
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px
  }

  .md\:rounded-b-35 {
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px
  }

  .md\:rounded-l-35 {
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px
  }

  .md\:rounded-t-36 {
    border-top-left-radius: 72px;
    border-top-right-radius: 72px
  }

  .md\:rounded-r-36 {
    border-top-right-radius: 72px;
    border-bottom-right-radius: 72px
  }

  .md\:rounded-b-36 {
    border-bottom-right-radius: 72px;
    border-bottom-left-radius: 72px
  }

  .md\:rounded-l-36 {
    border-top-left-radius: 72px;
    border-bottom-left-radius: 72px
  }

  .md\:rounded-t-37 {
    border-top-left-radius: 74px;
    border-top-right-radius: 74px
  }

  .md\:rounded-r-37 {
    border-top-right-radius: 74px;
    border-bottom-right-radius: 74px
  }

  .md\:rounded-b-37 {
    border-bottom-right-radius: 74px;
    border-bottom-left-radius: 74px
  }

  .md\:rounded-l-37 {
    border-top-left-radius: 74px;
    border-bottom-left-radius: 74px
  }

  .md\:rounded-t-38 {
    border-top-left-radius: 76px;
    border-top-right-radius: 76px
  }

  .md\:rounded-r-38 {
    border-top-right-radius: 76px;
    border-bottom-right-radius: 76px
  }

  .md\:rounded-b-38 {
    border-bottom-right-radius: 76px;
    border-bottom-left-radius: 76px
  }

  .md\:rounded-l-38 {
    border-top-left-radius: 76px;
    border-bottom-left-radius: 76px
  }

  .md\:rounded-t-39 {
    border-top-left-radius: 78px;
    border-top-right-radius: 78px
  }

  .md\:rounded-r-39 {
    border-top-right-radius: 78px;
    border-bottom-right-radius: 78px
  }

  .md\:rounded-b-39 {
    border-bottom-right-radius: 78px;
    border-bottom-left-radius: 78px
  }

  .md\:rounded-l-39 {
    border-top-left-radius: 78px;
    border-bottom-left-radius: 78px
  }

  .md\:rounded-t-40 {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px
  }

  .md\:rounded-r-40 {
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px
  }

  .md\:rounded-b-40 {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px
  }

  .md\:rounded-l-40 {
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px
  }

  .md\:rounded-t-41 {
    border-top-left-radius: 82px;
    border-top-right-radius: 82px
  }

  .md\:rounded-r-41 {
    border-top-right-radius: 82px;
    border-bottom-right-radius: 82px
  }

  .md\:rounded-b-41 {
    border-bottom-right-radius: 82px;
    border-bottom-left-radius: 82px
  }

  .md\:rounded-l-41 {
    border-top-left-radius: 82px;
    border-bottom-left-radius: 82px
  }

  .md\:rounded-t-42 {
    border-top-left-radius: 84px;
    border-top-right-radius: 84px
  }

  .md\:rounded-r-42 {
    border-top-right-radius: 84px;
    border-bottom-right-radius: 84px
  }

  .md\:rounded-b-42 {
    border-bottom-right-radius: 84px;
    border-bottom-left-radius: 84px
  }

  .md\:rounded-l-42 {
    border-top-left-radius: 84px;
    border-bottom-left-radius: 84px
  }

  .md\:rounded-t-43 {
    border-top-left-radius: 86px;
    border-top-right-radius: 86px
  }

  .md\:rounded-r-43 {
    border-top-right-radius: 86px;
    border-bottom-right-radius: 86px
  }

  .md\:rounded-b-43 {
    border-bottom-right-radius: 86px;
    border-bottom-left-radius: 86px
  }

  .md\:rounded-l-43 {
    border-top-left-radius: 86px;
    border-bottom-left-radius: 86px
  }

  .md\:rounded-t-44 {
    border-top-left-radius: 88px;
    border-top-right-radius: 88px
  }

  .md\:rounded-r-44 {
    border-top-right-radius: 88px;
    border-bottom-right-radius: 88px
  }

  .md\:rounded-b-44 {
    border-bottom-right-radius: 88px;
    border-bottom-left-radius: 88px
  }

  .md\:rounded-l-44 {
    border-top-left-radius: 88px;
    border-bottom-left-radius: 88px
  }

  .md\:rounded-t-45 {
    border-top-left-radius: 90px;
    border-top-right-radius: 90px
  }

  .md\:rounded-r-45 {
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px
  }

  .md\:rounded-b-45 {
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px
  }

  .md\:rounded-l-45 {
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px
  }

  .md\:rounded-t-46 {
    border-top-left-radius: 92px;
    border-top-right-radius: 92px
  }

  .md\:rounded-r-46 {
    border-top-right-radius: 92px;
    border-bottom-right-radius: 92px
  }

  .md\:rounded-b-46 {
    border-bottom-right-radius: 92px;
    border-bottom-left-radius: 92px
  }

  .md\:rounded-l-46 {
    border-top-left-radius: 92px;
    border-bottom-left-radius: 92px
  }

  .md\:rounded-t-47 {
    border-top-left-radius: 94px;
    border-top-right-radius: 94px
  }

  .md\:rounded-r-47 {
    border-top-right-radius: 94px;
    border-bottom-right-radius: 94px
  }

  .md\:rounded-b-47 {
    border-bottom-right-radius: 94px;
    border-bottom-left-radius: 94px
  }

  .md\:rounded-l-47 {
    border-top-left-radius: 94px;
    border-bottom-left-radius: 94px
  }

  .md\:rounded-t-48 {
    border-top-left-radius: 96px;
    border-top-right-radius: 96px
  }

  .md\:rounded-r-48 {
    border-top-right-radius: 96px;
    border-bottom-right-radius: 96px
  }

  .md\:rounded-b-48 {
    border-bottom-right-radius: 96px;
    border-bottom-left-radius: 96px
  }

  .md\:rounded-l-48 {
    border-top-left-radius: 96px;
    border-bottom-left-radius: 96px
  }

  .md\:rounded-t-49 {
    border-top-left-radius: 98px;
    border-top-right-radius: 98px
  }

  .md\:rounded-r-49 {
    border-top-right-radius: 98px;
    border-bottom-right-radius: 98px
  }

  .md\:rounded-b-49 {
    border-bottom-right-radius: 98px;
    border-bottom-left-radius: 98px
  }

  .md\:rounded-l-49 {
    border-top-left-radius: 98px;
    border-bottom-left-radius: 98px
  }

  .md\:rounded-t-50 {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px
  }

  .md\:rounded-r-50 {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px
  }

  .md\:rounded-b-50 {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px
  }

  .md\:rounded-l-50 {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px
  }

  .md\:rounded-t-51 {
    border-top-left-radius: 102px;
    border-top-right-radius: 102px
  }

  .md\:rounded-r-51 {
    border-top-right-radius: 102px;
    border-bottom-right-radius: 102px
  }

  .md\:rounded-b-51 {
    border-bottom-right-radius: 102px;
    border-bottom-left-radius: 102px
  }

  .md\:rounded-l-51 {
    border-top-left-radius: 102px;
    border-bottom-left-radius: 102px
  }

  .md\:rounded-t-52 {
    border-top-left-radius: 104px;
    border-top-right-radius: 104px
  }

  .md\:rounded-r-52 {
    border-top-right-radius: 104px;
    border-bottom-right-radius: 104px
  }

  .md\:rounded-b-52 {
    border-bottom-right-radius: 104px;
    border-bottom-left-radius: 104px
  }

  .md\:rounded-l-52 {
    border-top-left-radius: 104px;
    border-bottom-left-radius: 104px
  }

  .md\:rounded-t-53 {
    border-top-left-radius: 106px;
    border-top-right-radius: 106px
  }

  .md\:rounded-r-53 {
    border-top-right-radius: 106px;
    border-bottom-right-radius: 106px
  }

  .md\:rounded-b-53 {
    border-bottom-right-radius: 106px;
    border-bottom-left-radius: 106px
  }

  .md\:rounded-l-53 {
    border-top-left-radius: 106px;
    border-bottom-left-radius: 106px
  }

  .md\:rounded-t-54 {
    border-top-left-radius: 108px;
    border-top-right-radius: 108px
  }

  .md\:rounded-r-54 {
    border-top-right-radius: 108px;
    border-bottom-right-radius: 108px
  }

  .md\:rounded-b-54 {
    border-bottom-right-radius: 108px;
    border-bottom-left-radius: 108px
  }

  .md\:rounded-l-54 {
    border-top-left-radius: 108px;
    border-bottom-left-radius: 108px
  }

  .md\:rounded-t-55 {
    border-top-left-radius: 110px;
    border-top-right-radius: 110px
  }

  .md\:rounded-r-55 {
    border-top-right-radius: 110px;
    border-bottom-right-radius: 110px
  }

  .md\:rounded-b-55 {
    border-bottom-right-radius: 110px;
    border-bottom-left-radius: 110px
  }

  .md\:rounded-l-55 {
    border-top-left-radius: 110px;
    border-bottom-left-radius: 110px
  }

  .md\:rounded-t-56 {
    border-top-left-radius: 112px;
    border-top-right-radius: 112px
  }

  .md\:rounded-r-56 {
    border-top-right-radius: 112px;
    border-bottom-right-radius: 112px
  }

  .md\:rounded-b-56 {
    border-bottom-right-radius: 112px;
    border-bottom-left-radius: 112px
  }

  .md\:rounded-l-56 {
    border-top-left-radius: 112px;
    border-bottom-left-radius: 112px
  }

  .md\:rounded-t-57 {
    border-top-left-radius: 114px;
    border-top-right-radius: 114px
  }

  .md\:rounded-r-57 {
    border-top-right-radius: 114px;
    border-bottom-right-radius: 114px
  }

  .md\:rounded-b-57 {
    border-bottom-right-radius: 114px;
    border-bottom-left-radius: 114px
  }

  .md\:rounded-l-57 {
    border-top-left-radius: 114px;
    border-bottom-left-radius: 114px
  }

  .md\:rounded-t-58 {
    border-top-left-radius: 116px;
    border-top-right-radius: 116px
  }

  .md\:rounded-r-58 {
    border-top-right-radius: 116px;
    border-bottom-right-radius: 116px
  }

  .md\:rounded-b-58 {
    border-bottom-right-radius: 116px;
    border-bottom-left-radius: 116px
  }

  .md\:rounded-l-58 {
    border-top-left-radius: 116px;
    border-bottom-left-radius: 116px
  }

  .md\:rounded-t-59 {
    border-top-left-radius: 118px;
    border-top-right-radius: 118px
  }

  .md\:rounded-r-59 {
    border-top-right-radius: 118px;
    border-bottom-right-radius: 118px
  }

  .md\:rounded-b-59 {
    border-bottom-right-radius: 118px;
    border-bottom-left-radius: 118px
  }

  .md\:rounded-l-59 {
    border-top-left-radius: 118px;
    border-bottom-left-radius: 118px
  }

  .md\:rounded-t-60 {
    border-top-left-radius: 120px;
    border-top-right-radius: 120px
  }

  .md\:rounded-r-60 {
    border-top-right-radius: 120px;
    border-bottom-right-radius: 120px
  }

  .md\:rounded-b-60 {
    border-bottom-right-radius: 120px;
    border-bottom-left-radius: 120px
  }

  .md\:rounded-l-60 {
    border-top-left-radius: 120px;
    border-bottom-left-radius: 120px
  }

  .md\:rounded-t-61 {
    border-top-left-radius: 122px;
    border-top-right-radius: 122px
  }

  .md\:rounded-r-61 {
    border-top-right-radius: 122px;
    border-bottom-right-radius: 122px
  }

  .md\:rounded-b-61 {
    border-bottom-right-radius: 122px;
    border-bottom-left-radius: 122px
  }

  .md\:rounded-l-61 {
    border-top-left-radius: 122px;
    border-bottom-left-radius: 122px
  }

  .md\:rounded-t-62 {
    border-top-left-radius: 124px;
    border-top-right-radius: 124px
  }

  .md\:rounded-r-62 {
    border-top-right-radius: 124px;
    border-bottom-right-radius: 124px
  }

  .md\:rounded-b-62 {
    border-bottom-right-radius: 124px;
    border-bottom-left-radius: 124px
  }

  .md\:rounded-l-62 {
    border-top-left-radius: 124px;
    border-bottom-left-radius: 124px
  }

  .md\:rounded-t-63 {
    border-top-left-radius: 126px;
    border-top-right-radius: 126px
  }

  .md\:rounded-r-63 {
    border-top-right-radius: 126px;
    border-bottom-right-radius: 126px
  }

  .md\:rounded-b-63 {
    border-bottom-right-radius: 126px;
    border-bottom-left-radius: 126px
  }

  .md\:rounded-l-63 {
    border-top-left-radius: 126px;
    border-bottom-left-radius: 126px
  }

  .md\:rounded-t-64 {
    border-top-left-radius: 128px;
    border-top-right-radius: 128px
  }

  .md\:rounded-r-64 {
    border-top-right-radius: 128px;
    border-bottom-right-radius: 128px
  }

  .md\:rounded-b-64 {
    border-bottom-right-radius: 128px;
    border-bottom-left-radius: 128px
  }

  .md\:rounded-l-64 {
    border-top-left-radius: 128px;
    border-bottom-left-radius: 128px
  }

  .md\:rounded-t-65 {
    border-top-left-radius: 130px;
    border-top-right-radius: 130px
  }

  .md\:rounded-r-65 {
    border-top-right-radius: 130px;
    border-bottom-right-radius: 130px
  }

  .md\:rounded-b-65 {
    border-bottom-right-radius: 130px;
    border-bottom-left-radius: 130px
  }

  .md\:rounded-l-65 {
    border-top-left-radius: 130px;
    border-bottom-left-radius: 130px
  }

  .md\:rounded-t-66 {
    border-top-left-radius: 132px;
    border-top-right-radius: 132px
  }

  .md\:rounded-r-66 {
    border-top-right-radius: 132px;
    border-bottom-right-radius: 132px
  }

  .md\:rounded-b-66 {
    border-bottom-right-radius: 132px;
    border-bottom-left-radius: 132px
  }

  .md\:rounded-l-66 {
    border-top-left-radius: 132px;
    border-bottom-left-radius: 132px
  }

  .md\:rounded-t-67 {
    border-top-left-radius: 134px;
    border-top-right-radius: 134px
  }

  .md\:rounded-r-67 {
    border-top-right-radius: 134px;
    border-bottom-right-radius: 134px
  }

  .md\:rounded-b-67 {
    border-bottom-right-radius: 134px;
    border-bottom-left-radius: 134px
  }

  .md\:rounded-l-67 {
    border-top-left-radius: 134px;
    border-bottom-left-radius: 134px
  }

  .md\:rounded-t-68 {
    border-top-left-radius: 136px;
    border-top-right-radius: 136px
  }

  .md\:rounded-r-68 {
    border-top-right-radius: 136px;
    border-bottom-right-radius: 136px
  }

  .md\:rounded-b-68 {
    border-bottom-right-radius: 136px;
    border-bottom-left-radius: 136px
  }

  .md\:rounded-l-68 {
    border-top-left-radius: 136px;
    border-bottom-left-radius: 136px
  }

  .md\:rounded-t-69 {
    border-top-left-radius: 138px;
    border-top-right-radius: 138px
  }

  .md\:rounded-r-69 {
    border-top-right-radius: 138px;
    border-bottom-right-radius: 138px
  }

  .md\:rounded-b-69 {
    border-bottom-right-radius: 138px;
    border-bottom-left-radius: 138px
  }

  .md\:rounded-l-69 {
    border-top-left-radius: 138px;
    border-bottom-left-radius: 138px
  }

  .md\:rounded-t-70 {
    border-top-left-radius: 140px;
    border-top-right-radius: 140px
  }

  .md\:rounded-r-70 {
    border-top-right-radius: 140px;
    border-bottom-right-radius: 140px
  }

  .md\:rounded-b-70 {
    border-bottom-right-radius: 140px;
    border-bottom-left-radius: 140px
  }

  .md\:rounded-l-70 {
    border-top-left-radius: 140px;
    border-bottom-left-radius: 140px
  }

  .md\:rounded-t-71 {
    border-top-left-radius: 142px;
    border-top-right-radius: 142px
  }

  .md\:rounded-r-71 {
    border-top-right-radius: 142px;
    border-bottom-right-radius: 142px
  }

  .md\:rounded-b-71 {
    border-bottom-right-radius: 142px;
    border-bottom-left-radius: 142px
  }

  .md\:rounded-l-71 {
    border-top-left-radius: 142px;
    border-bottom-left-radius: 142px
  }

  .md\:rounded-t-72 {
    border-top-left-radius: 144px;
    border-top-right-radius: 144px
  }

  .md\:rounded-r-72 {
    border-top-right-radius: 144px;
    border-bottom-right-radius: 144px
  }

  .md\:rounded-b-72 {
    border-bottom-right-radius: 144px;
    border-bottom-left-radius: 144px
  }

  .md\:rounded-l-72 {
    border-top-left-radius: 144px;
    border-bottom-left-radius: 144px
  }

  .md\:rounded-t-73 {
    border-top-left-radius: 146px;
    border-top-right-radius: 146px
  }

  .md\:rounded-r-73 {
    border-top-right-radius: 146px;
    border-bottom-right-radius: 146px
  }

  .md\:rounded-b-73 {
    border-bottom-right-radius: 146px;
    border-bottom-left-radius: 146px
  }

  .md\:rounded-l-73 {
    border-top-left-radius: 146px;
    border-bottom-left-radius: 146px
  }

  .md\:rounded-t-74 {
    border-top-left-radius: 148px;
    border-top-right-radius: 148px
  }

  .md\:rounded-r-74 {
    border-top-right-radius: 148px;
    border-bottom-right-radius: 148px
  }

  .md\:rounded-b-74 {
    border-bottom-right-radius: 148px;
    border-bottom-left-radius: 148px
  }

  .md\:rounded-l-74 {
    border-top-left-radius: 148px;
    border-bottom-left-radius: 148px
  }

  .md\:rounded-t-75 {
    border-top-left-radius: 150px;
    border-top-right-radius: 150px
  }

  .md\:rounded-r-75 {
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px
  }

  .md\:rounded-b-75 {
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px
  }

  .md\:rounded-l-75 {
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px
  }

  .md\:rounded-t-76 {
    border-top-left-radius: 152px;
    border-top-right-radius: 152px
  }

  .md\:rounded-r-76 {
    border-top-right-radius: 152px;
    border-bottom-right-radius: 152px
  }

  .md\:rounded-b-76 {
    border-bottom-right-radius: 152px;
    border-bottom-left-radius: 152px
  }

  .md\:rounded-l-76 {
    border-top-left-radius: 152px;
    border-bottom-left-radius: 152px
  }

  .md\:rounded-t-77 {
    border-top-left-radius: 154px;
    border-top-right-radius: 154px
  }

  .md\:rounded-r-77 {
    border-top-right-radius: 154px;
    border-bottom-right-radius: 154px
  }

  .md\:rounded-b-77 {
    border-bottom-right-radius: 154px;
    border-bottom-left-radius: 154px
  }

  .md\:rounded-l-77 {
    border-top-left-radius: 154px;
    border-bottom-left-radius: 154px
  }

  .md\:rounded-t-78 {
    border-top-left-radius: 156px;
    border-top-right-radius: 156px
  }

  .md\:rounded-r-78 {
    border-top-right-radius: 156px;
    border-bottom-right-radius: 156px
  }

  .md\:rounded-b-78 {
    border-bottom-right-radius: 156px;
    border-bottom-left-radius: 156px
  }

  .md\:rounded-l-78 {
    border-top-left-radius: 156px;
    border-bottom-left-radius: 156px
  }

  .md\:rounded-t-79 {
    border-top-left-radius: 158px;
    border-top-right-radius: 158px
  }

  .md\:rounded-r-79 {
    border-top-right-radius: 158px;
    border-bottom-right-radius: 158px
  }

  .md\:rounded-b-79 {
    border-bottom-right-radius: 158px;
    border-bottom-left-radius: 158px
  }

  .md\:rounded-l-79 {
    border-top-left-radius: 158px;
    border-bottom-left-radius: 158px
  }

  .md\:rounded-t-80 {
    border-top-left-radius: 160px;
    border-top-right-radius: 160px
  }

  .md\:rounded-r-80 {
    border-top-right-radius: 160px;
    border-bottom-right-radius: 160px
  }

  .md\:rounded-b-80 {
    border-bottom-right-radius: 160px;
    border-bottom-left-radius: 160px
  }

  .md\:rounded-l-80 {
    border-top-left-radius: 160px;
    border-bottom-left-radius: 160px
  }

  .md\:rounded-t-81 {
    border-top-left-radius: 162px;
    border-top-right-radius: 162px
  }

  .md\:rounded-r-81 {
    border-top-right-radius: 162px;
    border-bottom-right-radius: 162px
  }

  .md\:rounded-b-81 {
    border-bottom-right-radius: 162px;
    border-bottom-left-radius: 162px
  }

  .md\:rounded-l-81 {
    border-top-left-radius: 162px;
    border-bottom-left-radius: 162px
  }

  .md\:rounded-t-82 {
    border-top-left-radius: 164px;
    border-top-right-radius: 164px
  }

  .md\:rounded-r-82 {
    border-top-right-radius: 164px;
    border-bottom-right-radius: 164px
  }

  .md\:rounded-b-82 {
    border-bottom-right-radius: 164px;
    border-bottom-left-radius: 164px
  }

  .md\:rounded-l-82 {
    border-top-left-radius: 164px;
    border-bottom-left-radius: 164px
  }

  .md\:rounded-t-83 {
    border-top-left-radius: 166px;
    border-top-right-radius: 166px
  }

  .md\:rounded-r-83 {
    border-top-right-radius: 166px;
    border-bottom-right-radius: 166px
  }

  .md\:rounded-b-83 {
    border-bottom-right-radius: 166px;
    border-bottom-left-radius: 166px
  }

  .md\:rounded-l-83 {
    border-top-left-radius: 166px;
    border-bottom-left-radius: 166px
  }

  .md\:rounded-t-84 {
    border-top-left-radius: 168px;
    border-top-right-radius: 168px
  }

  .md\:rounded-r-84 {
    border-top-right-radius: 168px;
    border-bottom-right-radius: 168px
  }

  .md\:rounded-b-84 {
    border-bottom-right-radius: 168px;
    border-bottom-left-radius: 168px
  }

  .md\:rounded-l-84 {
    border-top-left-radius: 168px;
    border-bottom-left-radius: 168px
  }

  .md\:rounded-t-85 {
    border-top-left-radius: 170px;
    border-top-right-radius: 170px
  }

  .md\:rounded-r-85 {
    border-top-right-radius: 170px;
    border-bottom-right-radius: 170px
  }

  .md\:rounded-b-85 {
    border-bottom-right-radius: 170px;
    border-bottom-left-radius: 170px
  }

  .md\:rounded-l-85 {
    border-top-left-radius: 170px;
    border-bottom-left-radius: 170px
  }

  .md\:rounded-t-86 {
    border-top-left-radius: 172px;
    border-top-right-radius: 172px
  }

  .md\:rounded-r-86 {
    border-top-right-radius: 172px;
    border-bottom-right-radius: 172px
  }

  .md\:rounded-b-86 {
    border-bottom-right-radius: 172px;
    border-bottom-left-radius: 172px
  }

  .md\:rounded-l-86 {
    border-top-left-radius: 172px;
    border-bottom-left-radius: 172px
  }

  .md\:rounded-t-87 {
    border-top-left-radius: 174px;
    border-top-right-radius: 174px
  }

  .md\:rounded-r-87 {
    border-top-right-radius: 174px;
    border-bottom-right-radius: 174px
  }

  .md\:rounded-b-87 {
    border-bottom-right-radius: 174px;
    border-bottom-left-radius: 174px
  }

  .md\:rounded-l-87 {
    border-top-left-radius: 174px;
    border-bottom-left-radius: 174px
  }

  .md\:rounded-t-88 {
    border-top-left-radius: 176px;
    border-top-right-radius: 176px
  }

  .md\:rounded-r-88 {
    border-top-right-radius: 176px;
    border-bottom-right-radius: 176px
  }

  .md\:rounded-b-88 {
    border-bottom-right-radius: 176px;
    border-bottom-left-radius: 176px
  }

  .md\:rounded-l-88 {
    border-top-left-radius: 176px;
    border-bottom-left-radius: 176px
  }

  .md\:rounded-t-89 {
    border-top-left-radius: 178px;
    border-top-right-radius: 178px
  }

  .md\:rounded-r-89 {
    border-top-right-radius: 178px;
    border-bottom-right-radius: 178px
  }

  .md\:rounded-b-89 {
    border-bottom-right-radius: 178px;
    border-bottom-left-radius: 178px
  }

  .md\:rounded-l-89 {
    border-top-left-radius: 178px;
    border-bottom-left-radius: 178px
  }

  .md\:rounded-t-90 {
    border-top-left-radius: 180px;
    border-top-right-radius: 180px
  }

  .md\:rounded-r-90 {
    border-top-right-radius: 180px;
    border-bottom-right-radius: 180px
  }

  .md\:rounded-b-90 {
    border-bottom-right-radius: 180px;
    border-bottom-left-radius: 180px
  }

  .md\:rounded-l-90 {
    border-top-left-radius: 180px;
    border-bottom-left-radius: 180px
  }

  .md\:rounded-t-91 {
    border-top-left-radius: 182px;
    border-top-right-radius: 182px
  }

  .md\:rounded-r-91 {
    border-top-right-radius: 182px;
    border-bottom-right-radius: 182px
  }

  .md\:rounded-b-91 {
    border-bottom-right-radius: 182px;
    border-bottom-left-radius: 182px
  }

  .md\:rounded-l-91 {
    border-top-left-radius: 182px;
    border-bottom-left-radius: 182px
  }

  .md\:rounded-t-92 {
    border-top-left-radius: 184px;
    border-top-right-radius: 184px
  }

  .md\:rounded-r-92 {
    border-top-right-radius: 184px;
    border-bottom-right-radius: 184px
  }

  .md\:rounded-b-92 {
    border-bottom-right-radius: 184px;
    border-bottom-left-radius: 184px
  }

  .md\:rounded-l-92 {
    border-top-left-radius: 184px;
    border-bottom-left-radius: 184px
  }

  .md\:rounded-t-93 {
    border-top-left-radius: 186px;
    border-top-right-radius: 186px
  }

  .md\:rounded-r-93 {
    border-top-right-radius: 186px;
    border-bottom-right-radius: 186px
  }

  .md\:rounded-b-93 {
    border-bottom-right-radius: 186px;
    border-bottom-left-radius: 186px
  }

  .md\:rounded-l-93 {
    border-top-left-radius: 186px;
    border-bottom-left-radius: 186px
  }

  .md\:rounded-t-94 {
    border-top-left-radius: 188px;
    border-top-right-radius: 188px
  }

  .md\:rounded-r-94 {
    border-top-right-radius: 188px;
    border-bottom-right-radius: 188px
  }

  .md\:rounded-b-94 {
    border-bottom-right-radius: 188px;
    border-bottom-left-radius: 188px
  }

  .md\:rounded-l-94 {
    border-top-left-radius: 188px;
    border-bottom-left-radius: 188px
  }

  .md\:rounded-t-95 {
    border-top-left-radius: 190px;
    border-top-right-radius: 190px
  }

  .md\:rounded-r-95 {
    border-top-right-radius: 190px;
    border-bottom-right-radius: 190px
  }

  .md\:rounded-b-95 {
    border-bottom-right-radius: 190px;
    border-bottom-left-radius: 190px
  }

  .md\:rounded-l-95 {
    border-top-left-radius: 190px;
    border-bottom-left-radius: 190px
  }

  .md\:rounded-t-96 {
    border-top-left-radius: 192px;
    border-top-right-radius: 192px
  }

  .md\:rounded-r-96 {
    border-top-right-radius: 192px;
    border-bottom-right-radius: 192px
  }

  .md\:rounded-b-96 {
    border-bottom-right-radius: 192px;
    border-bottom-left-radius: 192px
  }

  .md\:rounded-l-96 {
    border-top-left-radius: 192px;
    border-bottom-left-radius: 192px
  }

  .md\:rounded-t-97 {
    border-top-left-radius: 194px;
    border-top-right-radius: 194px
  }

  .md\:rounded-r-97 {
    border-top-right-radius: 194px;
    border-bottom-right-radius: 194px
  }

  .md\:rounded-b-97 {
    border-bottom-right-radius: 194px;
    border-bottom-left-radius: 194px
  }

  .md\:rounded-l-97 {
    border-top-left-radius: 194px;
    border-bottom-left-radius: 194px
  }

  .md\:rounded-t-98 {
    border-top-left-radius: 196px;
    border-top-right-radius: 196px
  }

  .md\:rounded-r-98 {
    border-top-right-radius: 196px;
    border-bottom-right-radius: 196px
  }

  .md\:rounded-b-98 {
    border-bottom-right-radius: 196px;
    border-bottom-left-radius: 196px
  }

  .md\:rounded-l-98 {
    border-top-left-radius: 196px;
    border-bottom-left-radius: 196px
  }

  .md\:rounded-t-99 {
    border-top-left-radius: 198px;
    border-top-right-radius: 198px
  }

  .md\:rounded-r-99 {
    border-top-right-radius: 198px;
    border-bottom-right-radius: 198px
  }

  .md\:rounded-b-99 {
    border-bottom-right-radius: 198px;
    border-bottom-left-radius: 198px
  }

  .md\:rounded-l-99 {
    border-top-left-radius: 198px;
    border-bottom-left-radius: 198px
  }

  .md\:rounded-t-100 {
    border-top-left-radius: 200px;
    border-top-right-radius: 200px
  }

  .md\:rounded-r-100 {
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px
  }

  .md\:rounded-b-100 {
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 200px
  }

  .md\:rounded-l-100 {
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .md\:rounded-t {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
  }

  .md\:rounded-r {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
  }

  .md\:rounded-b {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
  }

  .md\:rounded-l {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
  }

  .md\:rounded-t-circle {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%
  }

  .md\:rounded-r-circle {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%
  }

  .md\:rounded-b-circle {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%
  }

  .md\:rounded-l-circle {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%
  }

  .md\:rounded-tl-1 {
    border-top-left-radius: 2px
  }

  .md\:rounded-tr-1 {
    border-top-right-radius: 2px
  }

  .md\:rounded-br-1 {
    border-bottom-right-radius: 2px
  }

  .md\:rounded-bl-1 {
    border-bottom-left-radius: 2px
  }

  .md\:rounded-tl-2 {
    border-top-left-radius: 4px
  }

  .md\:rounded-tr-2 {
    border-top-right-radius: 4px
  }

  .md\:rounded-br-2 {
    border-bottom-right-radius: 4px
  }

  .md\:rounded-bl-2 {
    border-bottom-left-radius: 4px
  }

  .md\:rounded-tl-3 {
    border-top-left-radius: 6px
  }

  .md\:rounded-tr-3 {
    border-top-right-radius: 6px
  }

  .md\:rounded-br-3 {
    border-bottom-right-radius: 6px
  }

  .md\:rounded-bl-3 {
    border-bottom-left-radius: 6px
  }

  .md\:rounded-tl-4 {
    border-top-left-radius: 8px
  }

  .md\:rounded-tr-4 {
    border-top-right-radius: 8px
  }

  .md\:rounded-br-4 {
    border-bottom-right-radius: 8px
  }

  .md\:rounded-bl-4 {
    border-bottom-left-radius: 8px
  }

  .md\:rounded-tl-5 {
    border-top-left-radius: 10px
  }

  .md\:rounded-tr-5 {
    border-top-right-radius: 10px
  }

  .md\:rounded-br-5 {
    border-bottom-right-radius: 10px
  }

  .md\:rounded-bl-5 {
    border-bottom-left-radius: 10px
  }

  .md\:rounded-tl-6 {
    border-top-left-radius: 12px
  }

  .md\:rounded-tr-6 {
    border-top-right-radius: 12px
  }

  .md\:rounded-br-6 {
    border-bottom-right-radius: 12px
  }

  .md\:rounded-bl-6 {
    border-bottom-left-radius: 12px
  }

  .md\:rounded-tl-7 {
    border-top-left-radius: 14px
  }

  .md\:rounded-tr-7 {
    border-top-right-radius: 14px
  }

  .md\:rounded-br-7 {
    border-bottom-right-radius: 14px
  }

  .md\:rounded-bl-7 {
    border-bottom-left-radius: 14px
  }

  .md\:rounded-tl-8 {
    border-top-left-radius: 16px
  }

  .md\:rounded-tr-8 {
    border-top-right-radius: 16px
  }

  .md\:rounded-br-8 {
    border-bottom-right-radius: 16px
  }

  .md\:rounded-bl-8 {
    border-bottom-left-radius: 16px
  }

  .md\:rounded-tl-9 {
    border-top-left-radius: 18px
  }

  .md\:rounded-tr-9 {
    border-top-right-radius: 18px
  }

  .md\:rounded-br-9 {
    border-bottom-right-radius: 18px
  }

  .md\:rounded-bl-9 {
    border-bottom-left-radius: 18px
  }

  .md\:rounded-tl-10 {
    border-top-left-radius: 20px
  }

  .md\:rounded-tr-10 {
    border-top-right-radius: 20px
  }

  .md\:rounded-br-10 {
    border-bottom-right-radius: 20px
  }

  .md\:rounded-bl-10 {
    border-bottom-left-radius: 20px
  }

  .md\:rounded-tl-11 {
    border-top-left-radius: 22px
  }

  .md\:rounded-tr-11 {
    border-top-right-radius: 22px
  }

  .md\:rounded-br-11 {
    border-bottom-right-radius: 22px
  }

  .md\:rounded-bl-11 {
    border-bottom-left-radius: 22px
  }

  .md\:rounded-tl-12 {
    border-top-left-radius: 24px
  }

  .md\:rounded-tr-12 {
    border-top-right-radius: 24px
  }

  .md\:rounded-br-12 {
    border-bottom-right-radius: 24px
  }

  .md\:rounded-bl-12 {
    border-bottom-left-radius: 24px
  }

  .md\:rounded-tl-13 {
    border-top-left-radius: 26px
  }

  .md\:rounded-tr-13 {
    border-top-right-radius: 26px
  }

  .md\:rounded-br-13 {
    border-bottom-right-radius: 26px
  }

  .md\:rounded-bl-13 {
    border-bottom-left-radius: 26px
  }

  .md\:rounded-tl-14 {
    border-top-left-radius: 28px
  }

  .md\:rounded-tr-14 {
    border-top-right-radius: 28px
  }

  .md\:rounded-br-14 {
    border-bottom-right-radius: 28px
  }

  .md\:rounded-bl-14 {
    border-bottom-left-radius: 28px
  }

  .md\:rounded-tl-15 {
    border-top-left-radius: 30px
  }

  .md\:rounded-tr-15 {
    border-top-right-radius: 30px
  }

  .md\:rounded-br-15 {
    border-bottom-right-radius: 30px
  }

  .md\:rounded-bl-15 {
    border-bottom-left-radius: 30px
  }

  .md\:rounded-tl-16 {
    border-top-left-radius: 32px
  }

  .md\:rounded-tr-16 {
    border-top-right-radius: 32px
  }

  .md\:rounded-br-16 {
    border-bottom-right-radius: 32px
  }

  .md\:rounded-bl-16 {
    border-bottom-left-radius: 32px
  }

  .md\:rounded-tl-17 {
    border-top-left-radius: 34px
  }

  .md\:rounded-tr-17 {
    border-top-right-radius: 34px
  }

  .md\:rounded-br-17 {
    border-bottom-right-radius: 34px
  }

  .md\:rounded-bl-17 {
    border-bottom-left-radius: 34px
  }

  .md\:rounded-tl-18 {
    border-top-left-radius: 36px
  }

  .md\:rounded-tr-18 {
    border-top-right-radius: 36px
  }

  .md\:rounded-br-18 {
    border-bottom-right-radius: 36px
  }

  .md\:rounded-bl-18 {
    border-bottom-left-radius: 36px
  }

  .md\:rounded-tl-19 {
    border-top-left-radius: 38px
  }

  .md\:rounded-tr-19 {
    border-top-right-radius: 38px
  }

  .md\:rounded-br-19 {
    border-bottom-right-radius: 38px
  }

  .md\:rounded-bl-19 {
    border-bottom-left-radius: 38px
  }

  .md\:rounded-tl-20 {
    border-top-left-radius: 40px
  }

  .md\:rounded-tr-20 {
    border-top-right-radius: 40px
  }

  .md\:rounded-br-20 {
    border-bottom-right-radius: 40px
  }

  .md\:rounded-bl-20 {
    border-bottom-left-radius: 40px
  }

  .md\:rounded-tl-21 {
    border-top-left-radius: 42px
  }

  .md\:rounded-tr-21 {
    border-top-right-radius: 42px
  }

  .md\:rounded-br-21 {
    border-bottom-right-radius: 42px
  }

  .md\:rounded-bl-21 {
    border-bottom-left-radius: 42px
  }

  .md\:rounded-tl-22 {
    border-top-left-radius: 44px
  }

  .md\:rounded-tr-22 {
    border-top-right-radius: 44px
  }

  .md\:rounded-br-22 {
    border-bottom-right-radius: 44px
  }

  .md\:rounded-bl-22 {
    border-bottom-left-radius: 44px
  }

  .md\:rounded-tl-23 {
    border-top-left-radius: 46px
  }

  .md\:rounded-tr-23 {
    border-top-right-radius: 46px
  }

  .md\:rounded-br-23 {
    border-bottom-right-radius: 46px
  }

  .md\:rounded-bl-23 {
    border-bottom-left-radius: 46px
  }

  .md\:rounded-tl-24 {
    border-top-left-radius: 48px
  }

  .md\:rounded-tr-24 {
    border-top-right-radius: 48px
  }

  .md\:rounded-br-24 {
    border-bottom-right-radius: 48px
  }

  .md\:rounded-bl-24 {
    border-bottom-left-radius: 48px
  }

  .md\:rounded-tl-25 {
    border-top-left-radius: 50px
  }

  .md\:rounded-tr-25 {
    border-top-right-radius: 50px
  }

  .md\:rounded-br-25 {
    border-bottom-right-radius: 50px
  }

  .md\:rounded-bl-25 {
    border-bottom-left-radius: 50px
  }

  .md\:rounded-tl-26 {
    border-top-left-radius: 52px
  }

  .md\:rounded-tr-26 {
    border-top-right-radius: 52px
  }

  .md\:rounded-br-26 {
    border-bottom-right-radius: 52px
  }

  .md\:rounded-bl-26 {
    border-bottom-left-radius: 52px
  }

  .md\:rounded-tl-27 {
    border-top-left-radius: 54px
  }

  .md\:rounded-tr-27 {
    border-top-right-radius: 54px
  }

  .md\:rounded-br-27 {
    border-bottom-right-radius: 54px
  }

  .md\:rounded-bl-27 {
    border-bottom-left-radius: 54px
  }

  .md\:rounded-tl-28 {
    border-top-left-radius: 56px
  }

  .md\:rounded-tr-28 {
    border-top-right-radius: 56px
  }

  .md\:rounded-br-28 {
    border-bottom-right-radius: 56px
  }

  .md\:rounded-bl-28 {
    border-bottom-left-radius: 56px
  }

  .md\:rounded-tl-29 {
    border-top-left-radius: 58px
  }

  .md\:rounded-tr-29 {
    border-top-right-radius: 58px
  }

  .md\:rounded-br-29 {
    border-bottom-right-radius: 58px
  }

  .md\:rounded-bl-29 {
    border-bottom-left-radius: 58px
  }

  .md\:rounded-tl-30 {
    border-top-left-radius: 60px
  }

  .md\:rounded-tr-30 {
    border-top-right-radius: 60px
  }

  .md\:rounded-br-30 {
    border-bottom-right-radius: 60px
  }

  .md\:rounded-bl-30 {
    border-bottom-left-radius: 60px
  }

  .md\:rounded-tl-31 {
    border-top-left-radius: 62px
  }

  .md\:rounded-tr-31 {
    border-top-right-radius: 62px
  }

  .md\:rounded-br-31 {
    border-bottom-right-radius: 62px
  }

  .md\:rounded-bl-31 {
    border-bottom-left-radius: 62px
  }

  .md\:rounded-tl-32 {
    border-top-left-radius: 64px
  }

  .md\:rounded-tr-32 {
    border-top-right-radius: 64px
  }

  .md\:rounded-br-32 {
    border-bottom-right-radius: 64px
  }

  .md\:rounded-bl-32 {
    border-bottom-left-radius: 64px
  }

  .md\:rounded-tl-33 {
    border-top-left-radius: 66px
  }

  .md\:rounded-tr-33 {
    border-top-right-radius: 66px
  }

  .md\:rounded-br-33 {
    border-bottom-right-radius: 66px
  }

  .md\:rounded-bl-33 {
    border-bottom-left-radius: 66px
  }

  .md\:rounded-tl-34 {
    border-top-left-radius: 68px
  }

  .md\:rounded-tr-34 {
    border-top-right-radius: 68px
  }

  .md\:rounded-br-34 {
    border-bottom-right-radius: 68px
  }

  .md\:rounded-bl-34 {
    border-bottom-left-radius: 68px
  }

  .md\:rounded-tl-35 {
    border-top-left-radius: 70px
  }

  .md\:rounded-tr-35 {
    border-top-right-radius: 70px
  }

  .md\:rounded-br-35 {
    border-bottom-right-radius: 70px
  }

  .md\:rounded-bl-35 {
    border-bottom-left-radius: 70px
  }

  .md\:rounded-tl-36 {
    border-top-left-radius: 72px
  }

  .md\:rounded-tr-36 {
    border-top-right-radius: 72px
  }

  .md\:rounded-br-36 {
    border-bottom-right-radius: 72px
  }

  .md\:rounded-bl-36 {
    border-bottom-left-radius: 72px
  }

  .md\:rounded-tl-37 {
    border-top-left-radius: 74px
  }

  .md\:rounded-tr-37 {
    border-top-right-radius: 74px
  }

  .md\:rounded-br-37 {
    border-bottom-right-radius: 74px
  }

  .md\:rounded-bl-37 {
    border-bottom-left-radius: 74px
  }

  .md\:rounded-tl-38 {
    border-top-left-radius: 76px
  }

  .md\:rounded-tr-38 {
    border-top-right-radius: 76px
  }

  .md\:rounded-br-38 {
    border-bottom-right-radius: 76px
  }

  .md\:rounded-bl-38 {
    border-bottom-left-radius: 76px
  }

  .md\:rounded-tl-39 {
    border-top-left-radius: 78px
  }

  .md\:rounded-tr-39 {
    border-top-right-radius: 78px
  }

  .md\:rounded-br-39 {
    border-bottom-right-radius: 78px
  }

  .md\:rounded-bl-39 {
    border-bottom-left-radius: 78px
  }

  .md\:rounded-tl-40 {
    border-top-left-radius: 80px
  }

  .md\:rounded-tr-40 {
    border-top-right-radius: 80px
  }

  .md\:rounded-br-40 {
    border-bottom-right-radius: 80px
  }

  .md\:rounded-bl-40 {
    border-bottom-left-radius: 80px
  }

  .md\:rounded-tl-41 {
    border-top-left-radius: 82px
  }

  .md\:rounded-tr-41 {
    border-top-right-radius: 82px
  }

  .md\:rounded-br-41 {
    border-bottom-right-radius: 82px
  }

  .md\:rounded-bl-41 {
    border-bottom-left-radius: 82px
  }

  .md\:rounded-tl-42 {
    border-top-left-radius: 84px
  }

  .md\:rounded-tr-42 {
    border-top-right-radius: 84px
  }

  .md\:rounded-br-42 {
    border-bottom-right-radius: 84px
  }

  .md\:rounded-bl-42 {
    border-bottom-left-radius: 84px
  }

  .md\:rounded-tl-43 {
    border-top-left-radius: 86px
  }

  .md\:rounded-tr-43 {
    border-top-right-radius: 86px
  }

  .md\:rounded-br-43 {
    border-bottom-right-radius: 86px
  }

  .md\:rounded-bl-43 {
    border-bottom-left-radius: 86px
  }

  .md\:rounded-tl-44 {
    border-top-left-radius: 88px
  }

  .md\:rounded-tr-44 {
    border-top-right-radius: 88px
  }

  .md\:rounded-br-44 {
    border-bottom-right-radius: 88px
  }

  .md\:rounded-bl-44 {
    border-bottom-left-radius: 88px
  }

  .md\:rounded-tl-45 {
    border-top-left-radius: 90px
  }

  .md\:rounded-tr-45 {
    border-top-right-radius: 90px
  }

  .md\:rounded-br-45 {
    border-bottom-right-radius: 90px
  }

  .md\:rounded-bl-45 {
    border-bottom-left-radius: 90px
  }

  .md\:rounded-tl-46 {
    border-top-left-radius: 92px
  }

  .md\:rounded-tr-46 {
    border-top-right-radius: 92px
  }

  .md\:rounded-br-46 {
    border-bottom-right-radius: 92px
  }

  .md\:rounded-bl-46 {
    border-bottom-left-radius: 92px
  }

  .md\:rounded-tl-47 {
    border-top-left-radius: 94px
  }

  .md\:rounded-tr-47 {
    border-top-right-radius: 94px
  }

  .md\:rounded-br-47 {
    border-bottom-right-radius: 94px
  }

  .md\:rounded-bl-47 {
    border-bottom-left-radius: 94px
  }

  .md\:rounded-tl-48 {
    border-top-left-radius: 96px
  }

  .md\:rounded-tr-48 {
    border-top-right-radius: 96px
  }

  .md\:rounded-br-48 {
    border-bottom-right-radius: 96px
  }

  .md\:rounded-bl-48 {
    border-bottom-left-radius: 96px
  }

  .md\:rounded-tl-49 {
    border-top-left-radius: 98px
  }

  .md\:rounded-tr-49 {
    border-top-right-radius: 98px
  }

  .md\:rounded-br-49 {
    border-bottom-right-radius: 98px
  }

  .md\:rounded-bl-49 {
    border-bottom-left-radius: 98px
  }

  .md\:rounded-tl-50 {
    border-top-left-radius: 100px
  }

  .md\:rounded-tr-50 {
    border-top-right-radius: 100px
  }

  .md\:rounded-br-50 {
    border-bottom-right-radius: 100px
  }

  .md\:rounded-bl-50 {
    border-bottom-left-radius: 100px
  }

  .md\:rounded-tl-51 {
    border-top-left-radius: 102px
  }

  .md\:rounded-tr-51 {
    border-top-right-radius: 102px
  }

  .md\:rounded-br-51 {
    border-bottom-right-radius: 102px
  }

  .md\:rounded-bl-51 {
    border-bottom-left-radius: 102px
  }

  .md\:rounded-tl-52 {
    border-top-left-radius: 104px
  }

  .md\:rounded-tr-52 {
    border-top-right-radius: 104px
  }

  .md\:rounded-br-52 {
    border-bottom-right-radius: 104px
  }

  .md\:rounded-bl-52 {
    border-bottom-left-radius: 104px
  }

  .md\:rounded-tl-53 {
    border-top-left-radius: 106px
  }

  .md\:rounded-tr-53 {
    border-top-right-radius: 106px
  }

  .md\:rounded-br-53 {
    border-bottom-right-radius: 106px
  }

  .md\:rounded-bl-53 {
    border-bottom-left-radius: 106px
  }

  .md\:rounded-tl-54 {
    border-top-left-radius: 108px
  }

  .md\:rounded-tr-54 {
    border-top-right-radius: 108px
  }

  .md\:rounded-br-54 {
    border-bottom-right-radius: 108px
  }

  .md\:rounded-bl-54 {
    border-bottom-left-radius: 108px
  }

  .md\:rounded-tl-55 {
    border-top-left-radius: 110px
  }

  .md\:rounded-tr-55 {
    border-top-right-radius: 110px
  }

  .md\:rounded-br-55 {
    border-bottom-right-radius: 110px
  }

  .md\:rounded-bl-55 {
    border-bottom-left-radius: 110px
  }

  .md\:rounded-tl-56 {
    border-top-left-radius: 112px
  }

  .md\:rounded-tr-56 {
    border-top-right-radius: 112px
  }

  .md\:rounded-br-56 {
    border-bottom-right-radius: 112px
  }

  .md\:rounded-bl-56 {
    border-bottom-left-radius: 112px
  }

  .md\:rounded-tl-57 {
    border-top-left-radius: 114px
  }

  .md\:rounded-tr-57 {
    border-top-right-radius: 114px
  }

  .md\:rounded-br-57 {
    border-bottom-right-radius: 114px
  }

  .md\:rounded-bl-57 {
    border-bottom-left-radius: 114px
  }

  .md\:rounded-tl-58 {
    border-top-left-radius: 116px
  }

  .md\:rounded-tr-58 {
    border-top-right-radius: 116px
  }

  .md\:rounded-br-58 {
    border-bottom-right-radius: 116px
  }

  .md\:rounded-bl-58 {
    border-bottom-left-radius: 116px
  }

  .md\:rounded-tl-59 {
    border-top-left-radius: 118px
  }

  .md\:rounded-tr-59 {
    border-top-right-radius: 118px
  }

  .md\:rounded-br-59 {
    border-bottom-right-radius: 118px
  }

  .md\:rounded-bl-59 {
    border-bottom-left-radius: 118px
  }

  .md\:rounded-tl-60 {
    border-top-left-radius: 120px
  }

  .md\:rounded-tr-60 {
    border-top-right-radius: 120px
  }

  .md\:rounded-br-60 {
    border-bottom-right-radius: 120px
  }

  .md\:rounded-bl-60 {
    border-bottom-left-radius: 120px
  }

  .md\:rounded-tl-61 {
    border-top-left-radius: 122px
  }

  .md\:rounded-tr-61 {
    border-top-right-radius: 122px
  }

  .md\:rounded-br-61 {
    border-bottom-right-radius: 122px
  }

  .md\:rounded-bl-61 {
    border-bottom-left-radius: 122px
  }

  .md\:rounded-tl-62 {
    border-top-left-radius: 124px
  }

  .md\:rounded-tr-62 {
    border-top-right-radius: 124px
  }

  .md\:rounded-br-62 {
    border-bottom-right-radius: 124px
  }

  .md\:rounded-bl-62 {
    border-bottom-left-radius: 124px
  }

  .md\:rounded-tl-63 {
    border-top-left-radius: 126px
  }

  .md\:rounded-tr-63 {
    border-top-right-radius: 126px
  }

  .md\:rounded-br-63 {
    border-bottom-right-radius: 126px
  }

  .md\:rounded-bl-63 {
    border-bottom-left-radius: 126px
  }

  .md\:rounded-tl-64 {
    border-top-left-radius: 128px
  }

  .md\:rounded-tr-64 {
    border-top-right-radius: 128px
  }

  .md\:rounded-br-64 {
    border-bottom-right-radius: 128px
  }

  .md\:rounded-bl-64 {
    border-bottom-left-radius: 128px
  }

  .md\:rounded-tl-65 {
    border-top-left-radius: 130px
  }

  .md\:rounded-tr-65 {
    border-top-right-radius: 130px
  }

  .md\:rounded-br-65 {
    border-bottom-right-radius: 130px
  }

  .md\:rounded-bl-65 {
    border-bottom-left-radius: 130px
  }

  .md\:rounded-tl-66 {
    border-top-left-radius: 132px
  }

  .md\:rounded-tr-66 {
    border-top-right-radius: 132px
  }

  .md\:rounded-br-66 {
    border-bottom-right-radius: 132px
  }

  .md\:rounded-bl-66 {
    border-bottom-left-radius: 132px
  }

  .md\:rounded-tl-67 {
    border-top-left-radius: 134px
  }

  .md\:rounded-tr-67 {
    border-top-right-radius: 134px
  }

  .md\:rounded-br-67 {
    border-bottom-right-radius: 134px
  }

  .md\:rounded-bl-67 {
    border-bottom-left-radius: 134px
  }

  .md\:rounded-tl-68 {
    border-top-left-radius: 136px
  }

  .md\:rounded-tr-68 {
    border-top-right-radius: 136px
  }

  .md\:rounded-br-68 {
    border-bottom-right-radius: 136px
  }

  .md\:rounded-bl-68 {
    border-bottom-left-radius: 136px
  }

  .md\:rounded-tl-69 {
    border-top-left-radius: 138px
  }

  .md\:rounded-tr-69 {
    border-top-right-radius: 138px
  }

  .md\:rounded-br-69 {
    border-bottom-right-radius: 138px
  }

  .md\:rounded-bl-69 {
    border-bottom-left-radius: 138px
  }

  .md\:rounded-tl-70 {
    border-top-left-radius: 140px
  }

  .md\:rounded-tr-70 {
    border-top-right-radius: 140px
  }

  .md\:rounded-br-70 {
    border-bottom-right-radius: 140px
  }

  .md\:rounded-bl-70 {
    border-bottom-left-radius: 140px
  }

  .md\:rounded-tl-71 {
    border-top-left-radius: 142px
  }

  .md\:rounded-tr-71 {
    border-top-right-radius: 142px
  }

  .md\:rounded-br-71 {
    border-bottom-right-radius: 142px
  }

  .md\:rounded-bl-71 {
    border-bottom-left-radius: 142px
  }

  .md\:rounded-tl-72 {
    border-top-left-radius: 144px
  }

  .md\:rounded-tr-72 {
    border-top-right-radius: 144px
  }

  .md\:rounded-br-72 {
    border-bottom-right-radius: 144px
  }

  .md\:rounded-bl-72 {
    border-bottom-left-radius: 144px
  }

  .md\:rounded-tl-73 {
    border-top-left-radius: 146px
  }

  .md\:rounded-tr-73 {
    border-top-right-radius: 146px
  }

  .md\:rounded-br-73 {
    border-bottom-right-radius: 146px
  }

  .md\:rounded-bl-73 {
    border-bottom-left-radius: 146px
  }

  .md\:rounded-tl-74 {
    border-top-left-radius: 148px
  }

  .md\:rounded-tr-74 {
    border-top-right-radius: 148px
  }

  .md\:rounded-br-74 {
    border-bottom-right-radius: 148px
  }

  .md\:rounded-bl-74 {
    border-bottom-left-radius: 148px
  }

  .md\:rounded-tl-75 {
    border-top-left-radius: 150px
  }

  .md\:rounded-tr-75 {
    border-top-right-radius: 150px
  }

  .md\:rounded-br-75 {
    border-bottom-right-radius: 150px
  }

  .md\:rounded-bl-75 {
    border-bottom-left-radius: 150px
  }

  .md\:rounded-tl-76 {
    border-top-left-radius: 152px
  }

  .md\:rounded-tr-76 {
    border-top-right-radius: 152px
  }

  .md\:rounded-br-76 {
    border-bottom-right-radius: 152px
  }

  .md\:rounded-bl-76 {
    border-bottom-left-radius: 152px
  }

  .md\:rounded-tl-77 {
    border-top-left-radius: 154px
  }

  .md\:rounded-tr-77 {
    border-top-right-radius: 154px
  }

  .md\:rounded-br-77 {
    border-bottom-right-radius: 154px
  }

  .md\:rounded-bl-77 {
    border-bottom-left-radius: 154px
  }

  .md\:rounded-tl-78 {
    border-top-left-radius: 156px
  }

  .md\:rounded-tr-78 {
    border-top-right-radius: 156px
  }

  .md\:rounded-br-78 {
    border-bottom-right-radius: 156px
  }

  .md\:rounded-bl-78 {
    border-bottom-left-radius: 156px
  }

  .md\:rounded-tl-79 {
    border-top-left-radius: 158px
  }

  .md\:rounded-tr-79 {
    border-top-right-radius: 158px
  }

  .md\:rounded-br-79 {
    border-bottom-right-radius: 158px
  }

  .md\:rounded-bl-79 {
    border-bottom-left-radius: 158px
  }

  .md\:rounded-tl-80 {
    border-top-left-radius: 160px
  }

  .md\:rounded-tr-80 {
    border-top-right-radius: 160px
  }

  .md\:rounded-br-80 {
    border-bottom-right-radius: 160px
  }

  .md\:rounded-bl-80 {
    border-bottom-left-radius: 160px
  }

  .md\:rounded-tl-81 {
    border-top-left-radius: 162px
  }

  .md\:rounded-tr-81 {
    border-top-right-radius: 162px
  }

  .md\:rounded-br-81 {
    border-bottom-right-radius: 162px
  }

  .md\:rounded-bl-81 {
    border-bottom-left-radius: 162px
  }

  .md\:rounded-tl-82 {
    border-top-left-radius: 164px
  }

  .md\:rounded-tr-82 {
    border-top-right-radius: 164px
  }

  .md\:rounded-br-82 {
    border-bottom-right-radius: 164px
  }

  .md\:rounded-bl-82 {
    border-bottom-left-radius: 164px
  }

  .md\:rounded-tl-83 {
    border-top-left-radius: 166px
  }

  .md\:rounded-tr-83 {
    border-top-right-radius: 166px
  }

  .md\:rounded-br-83 {
    border-bottom-right-radius: 166px
  }

  .md\:rounded-bl-83 {
    border-bottom-left-radius: 166px
  }

  .md\:rounded-tl-84 {
    border-top-left-radius: 168px
  }

  .md\:rounded-tr-84 {
    border-top-right-radius: 168px
  }

  .md\:rounded-br-84 {
    border-bottom-right-radius: 168px
  }

  .md\:rounded-bl-84 {
    border-bottom-left-radius: 168px
  }

  .md\:rounded-tl-85 {
    border-top-left-radius: 170px
  }

  .md\:rounded-tr-85 {
    border-top-right-radius: 170px
  }

  .md\:rounded-br-85 {
    border-bottom-right-radius: 170px
  }

  .md\:rounded-bl-85 {
    border-bottom-left-radius: 170px
  }

  .md\:rounded-tl-86 {
    border-top-left-radius: 172px
  }

  .md\:rounded-tr-86 {
    border-top-right-radius: 172px
  }

  .md\:rounded-br-86 {
    border-bottom-right-radius: 172px
  }

  .md\:rounded-bl-86 {
    border-bottom-left-radius: 172px
  }

  .md\:rounded-tl-87 {
    border-top-left-radius: 174px
  }

  .md\:rounded-tr-87 {
    border-top-right-radius: 174px
  }

  .md\:rounded-br-87 {
    border-bottom-right-radius: 174px
  }

  .md\:rounded-bl-87 {
    border-bottom-left-radius: 174px
  }

  .md\:rounded-tl-88 {
    border-top-left-radius: 176px
  }

  .md\:rounded-tr-88 {
    border-top-right-radius: 176px
  }

  .md\:rounded-br-88 {
    border-bottom-right-radius: 176px
  }

  .md\:rounded-bl-88 {
    border-bottom-left-radius: 176px
  }

  .md\:rounded-tl-89 {
    border-top-left-radius: 178px
  }

  .md\:rounded-tr-89 {
    border-top-right-radius: 178px
  }

  .md\:rounded-br-89 {
    border-bottom-right-radius: 178px
  }

  .md\:rounded-bl-89 {
    border-bottom-left-radius: 178px
  }

  .md\:rounded-tl-90 {
    border-top-left-radius: 180px
  }

  .md\:rounded-tr-90 {
    border-top-right-radius: 180px
  }

  .md\:rounded-br-90 {
    border-bottom-right-radius: 180px
  }

  .md\:rounded-bl-90 {
    border-bottom-left-radius: 180px
  }

  .md\:rounded-tl-91 {
    border-top-left-radius: 182px
  }

  .md\:rounded-tr-91 {
    border-top-right-radius: 182px
  }

  .md\:rounded-br-91 {
    border-bottom-right-radius: 182px
  }

  .md\:rounded-bl-91 {
    border-bottom-left-radius: 182px
  }

  .md\:rounded-tl-92 {
    border-top-left-radius: 184px
  }

  .md\:rounded-tr-92 {
    border-top-right-radius: 184px
  }

  .md\:rounded-br-92 {
    border-bottom-right-radius: 184px
  }

  .md\:rounded-bl-92 {
    border-bottom-left-radius: 184px
  }

  .md\:rounded-tl-93 {
    border-top-left-radius: 186px
  }

  .md\:rounded-tr-93 {
    border-top-right-radius: 186px
  }

  .md\:rounded-br-93 {
    border-bottom-right-radius: 186px
  }

  .md\:rounded-bl-93 {
    border-bottom-left-radius: 186px
  }

  .md\:rounded-tl-94 {
    border-top-left-radius: 188px
  }

  .md\:rounded-tr-94 {
    border-top-right-radius: 188px
  }

  .md\:rounded-br-94 {
    border-bottom-right-radius: 188px
  }

  .md\:rounded-bl-94 {
    border-bottom-left-radius: 188px
  }

  .md\:rounded-tl-95 {
    border-top-left-radius: 190px
  }

  .md\:rounded-tr-95 {
    border-top-right-radius: 190px
  }

  .md\:rounded-br-95 {
    border-bottom-right-radius: 190px
  }

  .md\:rounded-bl-95 {
    border-bottom-left-radius: 190px
  }

  .md\:rounded-tl-96 {
    border-top-left-radius: 192px
  }

  .md\:rounded-tr-96 {
    border-top-right-radius: 192px
  }

  .md\:rounded-br-96 {
    border-bottom-right-radius: 192px
  }

  .md\:rounded-bl-96 {
    border-bottom-left-radius: 192px
  }

  .md\:rounded-tl-97 {
    border-top-left-radius: 194px
  }

  .md\:rounded-tr-97 {
    border-top-right-radius: 194px
  }

  .md\:rounded-br-97 {
    border-bottom-right-radius: 194px
  }

  .md\:rounded-bl-97 {
    border-bottom-left-radius: 194px
  }

  .md\:rounded-tl-98 {
    border-top-left-radius: 196px
  }

  .md\:rounded-tr-98 {
    border-top-right-radius: 196px
  }

  .md\:rounded-br-98 {
    border-bottom-right-radius: 196px
  }

  .md\:rounded-bl-98 {
    border-bottom-left-radius: 196px
  }

  .md\:rounded-tl-99 {
    border-top-left-radius: 198px
  }

  .md\:rounded-tr-99 {
    border-top-right-radius: 198px
  }

  .md\:rounded-br-99 {
    border-bottom-right-radius: 198px
  }

  .md\:rounded-bl-99 {
    border-bottom-left-radius: 198px
  }

  .md\:rounded-tl-100 {
    border-top-left-radius: 200px
  }

  .md\:rounded-tr-100 {
    border-top-right-radius: 200px
  }

  .md\:rounded-br-100 {
    border-bottom-right-radius: 200px
  }

  .md\:rounded-bl-100 {
    border-bottom-left-radius: 200px
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0
  }

  .md\:rounded-tl {
    border-top-left-radius: 5px
  }

  .md\:rounded-tr {
    border-top-right-radius: 5px
  }

  .md\:rounded-br {
    border-bottom-right-radius: 5px
  }

  .md\:rounded-bl {
    border-bottom-left-radius: 5px
  }

  .md\:rounded-tl-circle {
    border-top-left-radius: 50%
  }

  .md\:rounded-tr-circle {
    border-top-right-radius: 50%
  }

  .md\:rounded-br-circle {
    border-bottom-right-radius: 50%
  }

  .md\:rounded-bl-circle {
    border-bottom-left-radius: 50%
  }

  .md\:border-solid {
    border-style: solid
  }

  .md\:border-dashed {
    border-style: dashed
  }

  .md\:border-dotted {
    border-style: dotted
  }

  .md\:border-double {
    border-style: double
  }

  .md\:border-none {
    border-style: none
  }

  .md\:border-0 {
    border-width: 0
  }

  .md\:border-1 {
    border-width: 2px
  }

  .md\:border-2 {
    border-width: 4px
  }

  .md\:border-3 {
    border-width: 6px
  }

  .md\:border-4 {
    border-width: 8px
  }

  .md\:border-5 {
    border-width: 10px
  }

  .md\:border-6 {
    border-width: 12px
  }

  .md\:border-7 {
    border-width: 14px
  }

  .md\:border-8 {
    border-width: 16px
  }

  .md\:border-9 {
    border-width: 18px
  }

  .md\:border-10 {
    border-width: 20px
  }

  .md\:border-11 {
    border-width: 22px
  }

  .md\:border-12 {
    border-width: 24px
  }

  .md\:border-13 {
    border-width: 26px
  }

  .md\:border-14 {
    border-width: 28px
  }

  .md\:border-15 {
    border-width: 30px
  }

  .md\:border-16 {
    border-width: 32px
  }

  .md\:border-17 {
    border-width: 34px
  }

  .md\:border-18 {
    border-width: 36px
  }

  .md\:border-19 {
    border-width: 38px
  }

  .md\:border-20 {
    border-width: 40px
  }

  .md\:border-21 {
    border-width: 42px
  }

  .md\:border-22 {
    border-width: 44px
  }

  .md\:border-23 {
    border-width: 46px
  }

  .md\:border-24 {
    border-width: 48px
  }

  .md\:border-25 {
    border-width: 50px
  }

  .md\:border-26 {
    border-width: 52px
  }

  .md\:border-27 {
    border-width: 54px
  }

  .md\:border-28 {
    border-width: 56px
  }

  .md\:border-29 {
    border-width: 58px
  }

  .md\:border-30 {
    border-width: 60px
  }

  .md\:border-31 {
    border-width: 62px
  }

  .md\:border-32 {
    border-width: 64px
  }

  .md\:border-33 {
    border-width: 66px
  }

  .md\:border-34 {
    border-width: 68px
  }

  .md\:border-35 {
    border-width: 70px
  }

  .md\:border-36 {
    border-width: 72px
  }

  .md\:border-37 {
    border-width: 74px
  }

  .md\:border-38 {
    border-width: 76px
  }

  .md\:border-39 {
    border-width: 78px
  }

  .md\:border-40 {
    border-width: 80px
  }

  .md\:border-41 {
    border-width: 82px
  }

  .md\:border-42 {
    border-width: 84px
  }

  .md\:border-43 {
    border-width: 86px
  }

  .md\:border-44 {
    border-width: 88px
  }

  .md\:border-45 {
    border-width: 90px
  }

  .md\:border-46 {
    border-width: 92px
  }

  .md\:border-47 {
    border-width: 94px
  }

  .md\:border-48 {
    border-width: 96px
  }

  .md\:border-49 {
    border-width: 98px
  }

  .md\:border-50 {
    border-width: 100px
  }

  .md\:border {
    border-width: 1px
  }

  .md\:border-t-0 {
    border-top-width: 0
  }

  .md\:border-r-0 {
    border-right-width: 0
  }

  .md\:border-b-0 {
    border-bottom-width: 0
  }

  .md\:border-l-0 {
    border-left-width: 0
  }

  .md\:border-t-1 {
    border-top-width: 2px
  }

  .md\:border-r-1 {
    border-right-width: 2px
  }

  .md\:border-b-1 {
    border-bottom-width: 2px
  }

  .md\:border-l-1 {
    border-left-width: 2px
  }

  .md\:border-t-2 {
    border-top-width: 4px
  }

  .md\:border-r-2 {
    border-right-width: 4px
  }

  .md\:border-b-2 {
    border-bottom-width: 4px
  }

  .md\:border-l-2 {
    border-left-width: 4px
  }

  .md\:border-t-3 {
    border-top-width: 6px
  }

  .md\:border-r-3 {
    border-right-width: 6px
  }

  .md\:border-b-3 {
    border-bottom-width: 6px
  }

  .md\:border-l-3 {
    border-left-width: 6px
  }

  .md\:border-t-4 {
    border-top-width: 8px
  }

  .md\:border-r-4 {
    border-right-width: 8px
  }

  .md\:border-b-4 {
    border-bottom-width: 8px
  }

  .md\:border-l-4 {
    border-left-width: 8px
  }

  .md\:border-t-5 {
    border-top-width: 10px
  }

  .md\:border-r-5 {
    border-right-width: 10px
  }

  .md\:border-b-5 {
    border-bottom-width: 10px
  }

  .md\:border-l-5 {
    border-left-width: 10px
  }

  .md\:border-t-6 {
    border-top-width: 12px
  }

  .md\:border-r-6 {
    border-right-width: 12px
  }

  .md\:border-b-6 {
    border-bottom-width: 12px
  }

  .md\:border-l-6 {
    border-left-width: 12px
  }

  .md\:border-t-7 {
    border-top-width: 14px
  }

  .md\:border-r-7 {
    border-right-width: 14px
  }

  .md\:border-b-7 {
    border-bottom-width: 14px
  }

  .md\:border-l-7 {
    border-left-width: 14px
  }

  .md\:border-t-8 {
    border-top-width: 16px
  }

  .md\:border-r-8 {
    border-right-width: 16px
  }

  .md\:border-b-8 {
    border-bottom-width: 16px
  }

  .md\:border-l-8 {
    border-left-width: 16px
  }

  .md\:border-t-9 {
    border-top-width: 18px
  }

  .md\:border-r-9 {
    border-right-width: 18px
  }

  .md\:border-b-9 {
    border-bottom-width: 18px
  }

  .md\:border-l-9 {
    border-left-width: 18px
  }

  .md\:border-t-10 {
    border-top-width: 20px
  }

  .md\:border-r-10 {
    border-right-width: 20px
  }

  .md\:border-b-10 {
    border-bottom-width: 20px
  }

  .md\:border-l-10 {
    border-left-width: 20px
  }

  .md\:border-t-11 {
    border-top-width: 22px
  }

  .md\:border-r-11 {
    border-right-width: 22px
  }

  .md\:border-b-11 {
    border-bottom-width: 22px
  }

  .md\:border-l-11 {
    border-left-width: 22px
  }

  .md\:border-t-12 {
    border-top-width: 24px
  }

  .md\:border-r-12 {
    border-right-width: 24px
  }

  .md\:border-b-12 {
    border-bottom-width: 24px
  }

  .md\:border-l-12 {
    border-left-width: 24px
  }

  .md\:border-t-13 {
    border-top-width: 26px
  }

  .md\:border-r-13 {
    border-right-width: 26px
  }

  .md\:border-b-13 {
    border-bottom-width: 26px
  }

  .md\:border-l-13 {
    border-left-width: 26px
  }

  .md\:border-t-14 {
    border-top-width: 28px
  }

  .md\:border-r-14 {
    border-right-width: 28px
  }

  .md\:border-b-14 {
    border-bottom-width: 28px
  }

  .md\:border-l-14 {
    border-left-width: 28px
  }

  .md\:border-t-15 {
    border-top-width: 30px
  }

  .md\:border-r-15 {
    border-right-width: 30px
  }

  .md\:border-b-15 {
    border-bottom-width: 30px
  }

  .md\:border-l-15 {
    border-left-width: 30px
  }

  .md\:border-t-16 {
    border-top-width: 32px
  }

  .md\:border-r-16 {
    border-right-width: 32px
  }

  .md\:border-b-16 {
    border-bottom-width: 32px
  }

  .md\:border-l-16 {
    border-left-width: 32px
  }

  .md\:border-t-17 {
    border-top-width: 34px
  }

  .md\:border-r-17 {
    border-right-width: 34px
  }

  .md\:border-b-17 {
    border-bottom-width: 34px
  }

  .md\:border-l-17 {
    border-left-width: 34px
  }

  .md\:border-t-18 {
    border-top-width: 36px
  }

  .md\:border-r-18 {
    border-right-width: 36px
  }

  .md\:border-b-18 {
    border-bottom-width: 36px
  }

  .md\:border-l-18 {
    border-left-width: 36px
  }

  .md\:border-t-19 {
    border-top-width: 38px
  }

  .md\:border-r-19 {
    border-right-width: 38px
  }

  .md\:border-b-19 {
    border-bottom-width: 38px
  }

  .md\:border-l-19 {
    border-left-width: 38px
  }

  .md\:border-t-20 {
    border-top-width: 40px
  }

  .md\:border-r-20 {
    border-right-width: 40px
  }

  .md\:border-b-20 {
    border-bottom-width: 40px
  }

  .md\:border-l-20 {
    border-left-width: 40px
  }

  .md\:border-t-21 {
    border-top-width: 42px
  }

  .md\:border-r-21 {
    border-right-width: 42px
  }

  .md\:border-b-21 {
    border-bottom-width: 42px
  }

  .md\:border-l-21 {
    border-left-width: 42px
  }

  .md\:border-t-22 {
    border-top-width: 44px
  }

  .md\:border-r-22 {
    border-right-width: 44px
  }

  .md\:border-b-22 {
    border-bottom-width: 44px
  }

  .md\:border-l-22 {
    border-left-width: 44px
  }

  .md\:border-t-23 {
    border-top-width: 46px
  }

  .md\:border-r-23 {
    border-right-width: 46px
  }

  .md\:border-b-23 {
    border-bottom-width: 46px
  }

  .md\:border-l-23 {
    border-left-width: 46px
  }

  .md\:border-t-24 {
    border-top-width: 48px
  }

  .md\:border-r-24 {
    border-right-width: 48px
  }

  .md\:border-b-24 {
    border-bottom-width: 48px
  }

  .md\:border-l-24 {
    border-left-width: 48px
  }

  .md\:border-t-25 {
    border-top-width: 50px
  }

  .md\:border-r-25 {
    border-right-width: 50px
  }

  .md\:border-b-25 {
    border-bottom-width: 50px
  }

  .md\:border-l-25 {
    border-left-width: 50px
  }

  .md\:border-t-26 {
    border-top-width: 52px
  }

  .md\:border-r-26 {
    border-right-width: 52px
  }

  .md\:border-b-26 {
    border-bottom-width: 52px
  }

  .md\:border-l-26 {
    border-left-width: 52px
  }

  .md\:border-t-27 {
    border-top-width: 54px
  }

  .md\:border-r-27 {
    border-right-width: 54px
  }

  .md\:border-b-27 {
    border-bottom-width: 54px
  }

  .md\:border-l-27 {
    border-left-width: 54px
  }

  .md\:border-t-28 {
    border-top-width: 56px
  }

  .md\:border-r-28 {
    border-right-width: 56px
  }

  .md\:border-b-28 {
    border-bottom-width: 56px
  }

  .md\:border-l-28 {
    border-left-width: 56px
  }

  .md\:border-t-29 {
    border-top-width: 58px
  }

  .md\:border-r-29 {
    border-right-width: 58px
  }

  .md\:border-b-29 {
    border-bottom-width: 58px
  }

  .md\:border-l-29 {
    border-left-width: 58px
  }

  .md\:border-t-30 {
    border-top-width: 60px
  }

  .md\:border-r-30 {
    border-right-width: 60px
  }

  .md\:border-b-30 {
    border-bottom-width: 60px
  }

  .md\:border-l-30 {
    border-left-width: 60px
  }

  .md\:border-t-31 {
    border-top-width: 62px
  }

  .md\:border-r-31 {
    border-right-width: 62px
  }

  .md\:border-b-31 {
    border-bottom-width: 62px
  }

  .md\:border-l-31 {
    border-left-width: 62px
  }

  .md\:border-t-32 {
    border-top-width: 64px
  }

  .md\:border-r-32 {
    border-right-width: 64px
  }

  .md\:border-b-32 {
    border-bottom-width: 64px
  }

  .md\:border-l-32 {
    border-left-width: 64px
  }

  .md\:border-t-33 {
    border-top-width: 66px
  }

  .md\:border-r-33 {
    border-right-width: 66px
  }

  .md\:border-b-33 {
    border-bottom-width: 66px
  }

  .md\:border-l-33 {
    border-left-width: 66px
  }

  .md\:border-t-34 {
    border-top-width: 68px
  }

  .md\:border-r-34 {
    border-right-width: 68px
  }

  .md\:border-b-34 {
    border-bottom-width: 68px
  }

  .md\:border-l-34 {
    border-left-width: 68px
  }

  .md\:border-t-35 {
    border-top-width: 70px
  }

  .md\:border-r-35 {
    border-right-width: 70px
  }

  .md\:border-b-35 {
    border-bottom-width: 70px
  }

  .md\:border-l-35 {
    border-left-width: 70px
  }

  .md\:border-t-36 {
    border-top-width: 72px
  }

  .md\:border-r-36 {
    border-right-width: 72px
  }

  .md\:border-b-36 {
    border-bottom-width: 72px
  }

  .md\:border-l-36 {
    border-left-width: 72px
  }

  .md\:border-t-37 {
    border-top-width: 74px
  }

  .md\:border-r-37 {
    border-right-width: 74px
  }

  .md\:border-b-37 {
    border-bottom-width: 74px
  }

  .md\:border-l-37 {
    border-left-width: 74px
  }

  .md\:border-t-38 {
    border-top-width: 76px
  }

  .md\:border-r-38 {
    border-right-width: 76px
  }

  .md\:border-b-38 {
    border-bottom-width: 76px
  }

  .md\:border-l-38 {
    border-left-width: 76px
  }

  .md\:border-t-39 {
    border-top-width: 78px
  }

  .md\:border-r-39 {
    border-right-width: 78px
  }

  .md\:border-b-39 {
    border-bottom-width: 78px
  }

  .md\:border-l-39 {
    border-left-width: 78px
  }

  .md\:border-t-40 {
    border-top-width: 80px
  }

  .md\:border-r-40 {
    border-right-width: 80px
  }

  .md\:border-b-40 {
    border-bottom-width: 80px
  }

  .md\:border-l-40 {
    border-left-width: 80px
  }

  .md\:border-t-41 {
    border-top-width: 82px
  }

  .md\:border-r-41 {
    border-right-width: 82px
  }

  .md\:border-b-41 {
    border-bottom-width: 82px
  }

  .md\:border-l-41 {
    border-left-width: 82px
  }

  .md\:border-t-42 {
    border-top-width: 84px
  }

  .md\:border-r-42 {
    border-right-width: 84px
  }

  .md\:border-b-42 {
    border-bottom-width: 84px
  }

  .md\:border-l-42 {
    border-left-width: 84px
  }

  .md\:border-t-43 {
    border-top-width: 86px
  }

  .md\:border-r-43 {
    border-right-width: 86px
  }

  .md\:border-b-43 {
    border-bottom-width: 86px
  }

  .md\:border-l-43 {
    border-left-width: 86px
  }

  .md\:border-t-44 {
    border-top-width: 88px
  }

  .md\:border-r-44 {
    border-right-width: 88px
  }

  .md\:border-b-44 {
    border-bottom-width: 88px
  }

  .md\:border-l-44 {
    border-left-width: 88px
  }

  .md\:border-t-45 {
    border-top-width: 90px
  }

  .md\:border-r-45 {
    border-right-width: 90px
  }

  .md\:border-b-45 {
    border-bottom-width: 90px
  }

  .md\:border-l-45 {
    border-left-width: 90px
  }

  .md\:border-t-46 {
    border-top-width: 92px
  }

  .md\:border-r-46 {
    border-right-width: 92px
  }

  .md\:border-b-46 {
    border-bottom-width: 92px
  }

  .md\:border-l-46 {
    border-left-width: 92px
  }

  .md\:border-t-47 {
    border-top-width: 94px
  }

  .md\:border-r-47 {
    border-right-width: 94px
  }

  .md\:border-b-47 {
    border-bottom-width: 94px
  }

  .md\:border-l-47 {
    border-left-width: 94px
  }

  .md\:border-t-48 {
    border-top-width: 96px
  }

  .md\:border-r-48 {
    border-right-width: 96px
  }

  .md\:border-b-48 {
    border-bottom-width: 96px
  }

  .md\:border-l-48 {
    border-left-width: 96px
  }

  .md\:border-t-49 {
    border-top-width: 98px
  }

  .md\:border-r-49 {
    border-right-width: 98px
  }

  .md\:border-b-49 {
    border-bottom-width: 98px
  }

  .md\:border-l-49 {
    border-left-width: 98px
  }

  .md\:border-t-50 {
    border-top-width: 100px
  }

  .md\:border-r-50 {
    border-right-width: 100px
  }

  .md\:border-b-50 {
    border-bottom-width: 100px
  }

  .md\:border-l-50 {
    border-left-width: 100px
  }

  .md\:border-t {
    border-top-width: 1px
  }

  .md\:border-r {
    border-right-width: 1px
  }

  .md\:border-b {
    border-bottom-width: 1px
  }

  .md\:border-l {
    border-left-width: 1px
  }

  .md\:box-border {
    -webkit-box-sizing: border-box;
            box-sizing: border-box
  }

  .md\:box-content {
    -webkit-box-sizing: content-box;
            box-sizing: content-box
  }

  .md\:cursor-auto {
    cursor: auto
  }

  .md\:cursor-default {
    cursor: default
  }

  .md\:cursor-pointer {
    cursor: pointer
  }

  .md\:cursor-wait {
    cursor: wait
  }

  .md\:cursor-text {
    cursor: text
  }

  .md\:cursor-move {
    cursor: move
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed
  }

  .md\:block {
    display: block
  }

  .md\:inline-block {
    display: inline-block
  }

  .md\:inline {
    display: inline
  }

  .md\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .md\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
  }

  .md\:table {
    display: table
  }

  .md\:table-caption {
    display: table-caption
  }

  .md\:table-cell {
    display: table-cell
  }

  .md\:table-column {
    display: table-column
  }

  .md\:table-column-group {
    display: table-column-group
  }

  .md\:table-footer-group {
    display: table-footer-group
  }

  .md\:table-header-group {
    display: table-header-group
  }

  .md\:table-row-group {
    display: table-row-group
  }

  .md\:table-row {
    display: table-row
  }

  .md\:flow-root {
    display: flow-root
  }

  .md\:grid {
    display: grid
  }

  .md\:inline-grid {
    display: inline-grid
  }

  .md\:contents {
    display: contents
  }

  .md\:hidden {
    display: none
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row
  }

  .md\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse
  }

  .md\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column
  }

  .md\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse
  }

  .md\:flex-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
  }

  .md\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse
  }

  .md\:flex-no-wrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
  }

  .md\:place-items-auto {
    place-items: auto
  }

  .md\:place-items-start {
    place-items: start
  }

  .md\:place-items-end {
    place-items: end
  }

  .md\:place-items-center {
    place-items: center
  }

  .md\:place-items-stretch {
    place-items: stretch
  }

  .md\:place-content-center {
    place-content: center
  }

  .md\:place-content-start {
    place-content: start
  }

  .md\:place-content-end {
    place-content: end
  }

  .md\:place-content-between {
    place-content: space-between
  }

  .md\:place-content-around {
    place-content: space-around
  }

  .md\:place-content-evenly {
    place-content: space-evenly
  }

  .md\:place-content-stretch {
    place-content: stretch
  }

  .md\:place-self-auto {
    place-self: auto
  }

  .md\:place-self-start {
    place-self: start
  }

  .md\:place-self-end {
    place-self: end
  }

  .md\:place-self-center {
    place-self: center
  }

  .md\:place-self-stretch {
    place-self: stretch
  }

  .md\:items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start
  }

  .md\:items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end
  }

  .md\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center
  }

  .md\:items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline
  }

  .md\:items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch
  }

  .md\:content-center {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center
  }

  .md\:content-start {
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start
  }

  .md\:content-end {
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end
  }

  .md\:content-between {
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between
  }

  .md\:content-around {
    -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
            align-content: space-around
  }

  .md\:content-evenly {
    -webkit-align-content: space-evenly;
        -ms-flex-line-pack: space-evenly;
            align-content: space-evenly
  }

  .md\:self-auto {
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto
  }

  .md\:self-start {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start
  }

  .md\:self-end {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end
  }

  .md\:self-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center
  }

  .md\:self-stretch {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch
  }

  .md\:justify-items-auto {
    justify-items: auto
  }

  .md\:justify-items-start {
    justify-items: start
  }

  .md\:justify-items-end {
    justify-items: end
  }

  .md\:justify-items-center {
    justify-items: center
  }

  .md\:justify-items-stretch {
    justify-items: stretch
  }

  .md\:justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start
  }

  .md\:justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end
  }

  .md\:justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center
  }

  .md\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between
  }

  .md\:justify-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around
  }

  .md\:justify-evenly {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly
  }

  .md\:justify-self-auto {
    justify-self: auto
  }

  .md\:justify-self-start {
    justify-self: start
  }

  .md\:justify-self-end {
    justify-self: end
  }

  .md\:justify-self-center {
    justify-self: center
  }

  .md\:justify-self-stretch {
    justify-self: stretch
  }

  .md\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%
  }

  .md\:flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto
  }

  .md\:flex-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto
  }

  .md\:flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none
  }

  .md\:flex-grow-0 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0
  }

  .md\:flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1
  }

  .md\:flex-shrink-0 {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0
  }

  .md\:flex-shrink {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1
  }

  .md\:order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1
  }

  .md\:order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2
  }

  .md\:order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3
  }

  .md\:order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4
  }

  .md\:order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5
  }

  .md\:order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6
  }

  .md\:order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7
  }

  .md\:order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8
  }

  .md\:order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9
  }

  .md\:order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10
  }

  .md\:order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11
  }

  .md\:order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12
  }

  .md\:order-first {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
        -ms-flex-order: -9999;
            order: -9999
  }

  .md\:order-last {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
        -ms-flex-order: 9999;
            order: 9999
  }

  .md\:order-none {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0
  }

  .md\:float-right {
    float: right
  }

  .md\:float-left {
    float: left
  }

  .md\:float-none {
    float: none
  }

  .md\:clearfix:after {
    content: "";
    display: table;
    clear: both
  }

  .md\:clear-left {
    clear: left
  }

  .md\:clear-right {
    clear: right
  }

  .md\:clear-both {
    clear: both
  }

  .md\:clear-none {
    clear: none
  }

  .md\:font-default {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif
  }

  .md\:font-heading {
    font-family: "Open Sans", sans-serif
  }

  .md\:font-hairline {
    font-weight: 100
  }

  .md\:font-thin {
    font-weight: 200
  }

  .md\:font-light {
    font-weight: 300
  }

  .md\:font-normal {
    font-weight: 400
  }

  .md\:font-medium {
    font-weight: 500
  }

  .md\:font-semibold {
    font-weight: 600
  }

  .md\:font-bold {
    font-weight: 700
  }

  .md\:font-extrabold {
    font-weight: 800
  }

  .md\:font-black {
    font-weight: 900
  }

  .md\:hover\:font-hairline:hover {
    font-weight: 100
  }

  .md\:hover\:font-thin:hover {
    font-weight: 200
  }

  .md\:hover\:font-light:hover {
    font-weight: 300
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800
  }

  .md\:hover\:font-black:hover {
    font-weight: 900
  }

  .md\:focus\:font-hairline:focus {
    font-weight: 100
  }

  .md\:focus\:font-thin:focus {
    font-weight: 200
  }

  .md\:focus\:font-light:focus {
    font-weight: 300
  }

  .md\:focus\:font-normal:focus {
    font-weight: 400
  }

  .md\:focus\:font-medium:focus {
    font-weight: 500
  }

  .md\:focus\:font-semibold:focus {
    font-weight: 600
  }

  .md\:focus\:font-bold:focus {
    font-weight: 700
  }

  .md\:focus\:font-extrabold:focus {
    font-weight: 800
  }

  .md\:focus\:font-black:focus {
    font-weight: 900
  }

  .md\:h-0 {
    height: 0
  }

  .md\:h-1 {
    height: 5px
  }

  .md\:h-2 {
    height: 10px
  }

  .md\:h-3 {
    height: 15px
  }

  .md\:h-4 {
    height: 20px
  }

  .md\:h-5 {
    height: 25px
  }

  .md\:h-6 {
    height: 30px
  }

  .md\:h-7 {
    height: 35px
  }

  .md\:h-8 {
    height: 40px
  }

  .md\:h-9 {
    height: 45px
  }

  .md\:h-10 {
    height: 50px
  }

  .md\:h-11 {
    height: 55px
  }

  .md\:h-12 {
    height: 60px
  }

  .md\:h-13 {
    height: 65px
  }

  .md\:h-14 {
    height: 70px
  }

  .md\:h-15 {
    height: 75px
  }

  .md\:h-16 {
    height: 80px
  }

  .md\:h-17 {
    height: 85px
  }

  .md\:h-18 {
    height: 90px
  }

  .md\:h-19 {
    height: 95px
  }

  .md\:h-20 {
    height: 100px
  }

  .md\:h-auto {
    height: auto
  }

  .md\:h-xxs {
    height: 8px
  }

  .md\:h-xs {
    height: 12px
  }

  .md\:h-sm {
    height: 24px
  }

  .md\:h-md {
    height: 48px
  }

  .md\:h-lg {
    height: 64px
  }

  .md\:h-xl {
    height: 128px
  }

  .md\:h-full {
    height: 100%
  }

  .md\:h-screen {
    height: 100vh
  }

  .md\:text-0 {
    font-size: 0px
  }

  .md\:text-1 {
    font-size: 2px
  }

  .md\:text-2 {
    font-size: 4px
  }

  .md\:text-3 {
    font-size: 6px
  }

  .md\:text-4 {
    font-size: 8px
  }

  .md\:text-5 {
    font-size: 10px
  }

  .md\:text-6 {
    font-size: 12px
  }

  .md\:text-7 {
    font-size: 14px
  }

  .md\:text-8 {
    font-size: 16px
  }

  .md\:text-9 {
    font-size: 18px
  }

  .md\:text-10 {
    font-size: 20px
  }

  .md\:text-11 {
    font-size: 22px
  }

  .md\:text-12 {
    font-size: 24px
  }

  .md\:text-13 {
    font-size: 26px
  }

  .md\:text-14 {
    font-size: 28px
  }

  .md\:text-15 {
    font-size: 30px
  }

  .md\:leading-none {
    line-height: 1
  }

  .md\:leading-tight {
    line-height: 1.25
  }

  .md\:leading-snug {
    line-height: 1.375
  }

  .md\:leading-normal {
    line-height: 1.5
  }

  .md\:leading-relaxed {
    line-height: 1.625
  }

  .md\:leading-loose {
    line-height: 2
  }

  .md\:list-inside {
    list-style-position: inside
  }

  .md\:list-outside {
    list-style-position: outside
  }

  .md\:list-none {
    list-style-type: none
  }

  .md\:list-disc {
    list-style-type: disc
  }

  .md\:list-decimal {
    list-style-type: decimal
  }

  .md\:m-0 {
    margin: 0
  }

  .md\:m-1 {
    margin: 5px
  }

  .md\:m-2 {
    margin: 10px
  }

  .md\:m-3 {
    margin: 15px
  }

  .md\:m-4 {
    margin: 20px
  }

  .md\:m-5 {
    margin: 25px
  }

  .md\:m-6 {
    margin: 30px
  }

  .md\:m-7 {
    margin: 35px
  }

  .md\:m-8 {
    margin: 40px
  }

  .md\:m-9 {
    margin: 45px
  }

  .md\:m-10 {
    margin: 50px
  }

  .md\:m-11 {
    margin: 55px
  }

  .md\:m-12 {
    margin: 60px
  }

  .md\:m-13 {
    margin: 65px
  }

  .md\:m-14 {
    margin: 70px
  }

  .md\:m-15 {
    margin: 75px
  }

  .md\:m-16 {
    margin: 80px
  }

  .md\:m-17 {
    margin: 85px
  }

  .md\:m-18 {
    margin: 90px
  }

  .md\:m-19 {
    margin: 95px
  }

  .md\:m-20 {
    margin: 100px
  }

  .md\:m-auto {
    margin: auto
  }

  .md\:m-xxs {
    margin: 8px
  }

  .md\:m-xs {
    margin: 12px
  }

  .md\:m-sm {
    margin: 24px
  }

  .md\:m-md {
    margin: 48px
  }

  .md\:m-lg {
    margin: 64px
  }

  .md\:m-xl {
    margin: 128px
  }

  .md\:-m-1 {
    margin: -5px
  }

  .md\:-m-2 {
    margin: -10px
  }

  .md\:-m-3 {
    margin: -15px
  }

  .md\:-m-4 {
    margin: -20px
  }

  .md\:-m-5 {
    margin: -25px
  }

  .md\:-m-6 {
    margin: -30px
  }

  .md\:-m-7 {
    margin: -35px
  }

  .md\:-m-8 {
    margin: -40px
  }

  .md\:-m-9 {
    margin: -45px
  }

  .md\:-m-10 {
    margin: -50px
  }

  .md\:-m-11 {
    margin: -55px
  }

  .md\:-m-12 {
    margin: -60px
  }

  .md\:-m-13 {
    margin: -65px
  }

  .md\:-m-14 {
    margin: -70px
  }

  .md\:-m-15 {
    margin: -75px
  }

  .md\:-m-16 {
    margin: -80px
  }

  .md\:-m-17 {
    margin: -85px
  }

  .md\:-m-18 {
    margin: -90px
  }

  .md\:-m-19 {
    margin: -95px
  }

  .md\:-m-20 {
    margin: -100px
  }

  .md\:-m-xxs {
    margin: -8px
  }

  .md\:-m-xs {
    margin: -12px
  }

  .md\:-m-sm {
    margin: -24px
  }

  .md\:-m-md {
    margin: -48px
  }

  .md\:-m-lg {
    margin: -64px
  }

  .md\:-m-xl {
    margin: -128px
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }

  .md\:my-1 {
    margin-top: 5px;
    margin-bottom: 5px
  }

  .md\:mx-1 {
    margin-left: 5px;
    margin-right: 5px
  }

  .md\:my-2 {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .md\:mx-2 {
    margin-left: 10px;
    margin-right: 10px
  }

  .md\:my-3 {
    margin-top: 15px;
    margin-bottom: 15px
  }

  .md\:mx-3 {
    margin-left: 15px;
    margin-right: 15px
  }

  .md\:my-4 {
    margin-top: 20px;
    margin-bottom: 20px
  }

  .md\:mx-4 {
    margin-left: 20px;
    margin-right: 20px
  }

  .md\:my-5 {
    margin-top: 25px;
    margin-bottom: 25px
  }

  .md\:mx-5 {
    margin-left: 25px;
    margin-right: 25px
  }

  .md\:my-6 {
    margin-top: 30px;
    margin-bottom: 30px
  }

  .md\:mx-6 {
    margin-left: 30px;
    margin-right: 30px
  }

  .md\:my-7 {
    margin-top: 35px;
    margin-bottom: 35px
  }

  .md\:mx-7 {
    margin-left: 35px;
    margin-right: 35px
  }

  .md\:my-8 {
    margin-top: 40px;
    margin-bottom: 40px
  }

  .md\:mx-8 {
    margin-left: 40px;
    margin-right: 40px
  }

  .md\:my-9 {
    margin-top: 45px;
    margin-bottom: 45px
  }

  .md\:mx-9 {
    margin-left: 45px;
    margin-right: 45px
  }

  .md\:my-10 {
    margin-top: 50px;
    margin-bottom: 50px
  }

  .md\:mx-10 {
    margin-left: 50px;
    margin-right: 50px
  }

  .md\:my-11 {
    margin-top: 55px;
    margin-bottom: 55px
  }

  .md\:mx-11 {
    margin-left: 55px;
    margin-right: 55px
  }

  .md\:my-12 {
    margin-top: 60px;
    margin-bottom: 60px
  }

  .md\:mx-12 {
    margin-left: 60px;
    margin-right: 60px
  }

  .md\:my-13 {
    margin-top: 65px;
    margin-bottom: 65px
  }

  .md\:mx-13 {
    margin-left: 65px;
    margin-right: 65px
  }

  .md\:my-14 {
    margin-top: 70px;
    margin-bottom: 70px
  }

  .md\:mx-14 {
    margin-left: 70px;
    margin-right: 70px
  }

  .md\:my-15 {
    margin-top: 75px;
    margin-bottom: 75px
  }

  .md\:mx-15 {
    margin-left: 75px;
    margin-right: 75px
  }

  .md\:my-16 {
    margin-top: 80px;
    margin-bottom: 80px
  }

  .md\:mx-16 {
    margin-left: 80px;
    margin-right: 80px
  }

  .md\:my-17 {
    margin-top: 85px;
    margin-bottom: 85px
  }

  .md\:mx-17 {
    margin-left: 85px;
    margin-right: 85px
  }

  .md\:my-18 {
    margin-top: 90px;
    margin-bottom: 90px
  }

  .md\:mx-18 {
    margin-left: 90px;
    margin-right: 90px
  }

  .md\:my-19 {
    margin-top: 95px;
    margin-bottom: 95px
  }

  .md\:mx-19 {
    margin-left: 95px;
    margin-right: 95px
  }

  .md\:my-20 {
    margin-top: 100px;
    margin-bottom: 100px
  }

  .md\:mx-20 {
    margin-left: 100px;
    margin-right: 100px
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }

  .md\:my-xxs {
    margin-top: 8px;
    margin-bottom: 8px
  }

  .md\:mx-xxs {
    margin-left: 8px;
    margin-right: 8px
  }

  .md\:my-xs {
    margin-top: 12px;
    margin-bottom: 12px
  }

  .md\:mx-xs {
    margin-left: 12px;
    margin-right: 12px
  }

  .md\:my-sm {
    margin-top: 24px;
    margin-bottom: 24px
  }

  .md\:mx-sm {
    margin-left: 24px;
    margin-right: 24px
  }

  .md\:my-md {
    margin-top: 48px;
    margin-bottom: 48px
  }

  .md\:mx-md {
    margin-left: 48px;
    margin-right: 48px
  }

  .md\:my-lg {
    margin-top: 64px;
    margin-bottom: 64px
  }

  .md\:mx-lg {
    margin-left: 64px;
    margin-right: 64px
  }

  .md\:my-xl {
    margin-top: 128px;
    margin-bottom: 128px
  }

  .md\:mx-xl {
    margin-left: 128px;
    margin-right: 128px
  }

  .md\:-my-1 {
    margin-top: -5px;
    margin-bottom: -5px
  }

  .md\:-mx-1 {
    margin-left: -5px;
    margin-right: -5px
  }

  .md\:-my-2 {
    margin-top: -10px;
    margin-bottom: -10px
  }

  .md\:-mx-2 {
    margin-left: -10px;
    margin-right: -10px
  }

  .md\:-my-3 {
    margin-top: -15px;
    margin-bottom: -15px
  }

  .md\:-mx-3 {
    margin-left: -15px;
    margin-right: -15px
  }

  .md\:-my-4 {
    margin-top: -20px;
    margin-bottom: -20px
  }

  .md\:-mx-4 {
    margin-left: -20px;
    margin-right: -20px
  }

  .md\:-my-5 {
    margin-top: -25px;
    margin-bottom: -25px
  }

  .md\:-mx-5 {
    margin-left: -25px;
    margin-right: -25px
  }

  .md\:-my-6 {
    margin-top: -30px;
    margin-bottom: -30px
  }

  .md\:-mx-6 {
    margin-left: -30px;
    margin-right: -30px
  }

  .md\:-my-7 {
    margin-top: -35px;
    margin-bottom: -35px
  }

  .md\:-mx-7 {
    margin-left: -35px;
    margin-right: -35px
  }

  .md\:-my-8 {
    margin-top: -40px;
    margin-bottom: -40px
  }

  .md\:-mx-8 {
    margin-left: -40px;
    margin-right: -40px
  }

  .md\:-my-9 {
    margin-top: -45px;
    margin-bottom: -45px
  }

  .md\:-mx-9 {
    margin-left: -45px;
    margin-right: -45px
  }

  .md\:-my-10 {
    margin-top: -50px;
    margin-bottom: -50px
  }

  .md\:-mx-10 {
    margin-left: -50px;
    margin-right: -50px
  }

  .md\:-my-11 {
    margin-top: -55px;
    margin-bottom: -55px
  }

  .md\:-mx-11 {
    margin-left: -55px;
    margin-right: -55px
  }

  .md\:-my-12 {
    margin-top: -60px;
    margin-bottom: -60px
  }

  .md\:-mx-12 {
    margin-left: -60px;
    margin-right: -60px
  }

  .md\:-my-13 {
    margin-top: -65px;
    margin-bottom: -65px
  }

  .md\:-mx-13 {
    margin-left: -65px;
    margin-right: -65px
  }

  .md\:-my-14 {
    margin-top: -70px;
    margin-bottom: -70px
  }

  .md\:-mx-14 {
    margin-left: -70px;
    margin-right: -70px
  }

  .md\:-my-15 {
    margin-top: -75px;
    margin-bottom: -75px
  }

  .md\:-mx-15 {
    margin-left: -75px;
    margin-right: -75px
  }

  .md\:-my-16 {
    margin-top: -80px;
    margin-bottom: -80px
  }

  .md\:-mx-16 {
    margin-left: -80px;
    margin-right: -80px
  }

  .md\:-my-17 {
    margin-top: -85px;
    margin-bottom: -85px
  }

  .md\:-mx-17 {
    margin-left: -85px;
    margin-right: -85px
  }

  .md\:-my-18 {
    margin-top: -90px;
    margin-bottom: -90px
  }

  .md\:-mx-18 {
    margin-left: -90px;
    margin-right: -90px
  }

  .md\:-my-19 {
    margin-top: -95px;
    margin-bottom: -95px
  }

  .md\:-mx-19 {
    margin-left: -95px;
    margin-right: -95px
  }

  .md\:-my-20 {
    margin-top: -100px;
    margin-bottom: -100px
  }

  .md\:-mx-20 {
    margin-left: -100px;
    margin-right: -100px
  }

  .md\:-my-xxs {
    margin-top: -8px;
    margin-bottom: -8px
  }

  .md\:-mx-xxs {
    margin-left: -8px;
    margin-right: -8px
  }

  .md\:-my-xs {
    margin-top: -12px;
    margin-bottom: -12px
  }

  .md\:-mx-xs {
    margin-left: -12px;
    margin-right: -12px
  }

  .md\:-my-sm {
    margin-top: -24px;
    margin-bottom: -24px
  }

  .md\:-mx-sm {
    margin-left: -24px;
    margin-right: -24px
  }

  .md\:-my-md {
    margin-top: -48px;
    margin-bottom: -48px
  }

  .md\:-mx-md {
    margin-left: -48px;
    margin-right: -48px
  }

  .md\:-my-lg {
    margin-top: -64px;
    margin-bottom: -64px
  }

  .md\:-mx-lg {
    margin-left: -64px;
    margin-right: -64px
  }

  .md\:-my-xl {
    margin-top: -128px;
    margin-bottom: -128px
  }

  .md\:-mx-xl {
    margin-left: -128px;
    margin-right: -128px
  }

  .md\:mt-0 {
    margin-top: 0
  }

  .md\:mr-0 {
    margin-right: 0
  }

  .md\:mb-0 {
    margin-bottom: 0
  }

  .md\:ml-0 {
    margin-left: 0
  }

  .md\:mt-1 {
    margin-top: 5px
  }

  .md\:mr-1 {
    margin-right: 5px
  }

  .md\:mb-1 {
    margin-bottom: 5px
  }

  .md\:ml-1 {
    margin-left: 5px
  }

  .md\:mt-2 {
    margin-top: 10px
  }

  .md\:mr-2 {
    margin-right: 10px
  }

  .md\:mb-2 {
    margin-bottom: 10px
  }

  .md\:ml-2 {
    margin-left: 10px
  }

  .md\:mt-3 {
    margin-top: 15px
  }

  .md\:mr-3 {
    margin-right: 15px
  }

  .md\:mb-3 {
    margin-bottom: 15px
  }

  .md\:ml-3 {
    margin-left: 15px
  }

  .md\:mt-4 {
    margin-top: 20px
  }

  .md\:mr-4 {
    margin-right: 20px
  }

  .md\:mb-4 {
    margin-bottom: 20px
  }

  .md\:ml-4 {
    margin-left: 20px
  }

  .md\:mt-5 {
    margin-top: 25px
  }

  .md\:mr-5 {
    margin-right: 25px
  }

  .md\:mb-5 {
    margin-bottom: 25px
  }

  .md\:ml-5 {
    margin-left: 25px
  }

  .md\:mt-6 {
    margin-top: 30px
  }

  .md\:mr-6 {
    margin-right: 30px
  }

  .md\:mb-6 {
    margin-bottom: 30px
  }

  .md\:ml-6 {
    margin-left: 30px
  }

  .md\:mt-7 {
    margin-top: 35px
  }

  .md\:mr-7 {
    margin-right: 35px
  }

  .md\:mb-7 {
    margin-bottom: 35px
  }

  .md\:ml-7 {
    margin-left: 35px
  }

  .md\:mt-8 {
    margin-top: 40px
  }

  .md\:mr-8 {
    margin-right: 40px
  }

  .md\:mb-8 {
    margin-bottom: 40px
  }

  .md\:ml-8 {
    margin-left: 40px
  }

  .md\:mt-9 {
    margin-top: 45px
  }

  .md\:mr-9 {
    margin-right: 45px
  }

  .md\:mb-9 {
    margin-bottom: 45px
  }

  .md\:ml-9 {
    margin-left: 45px
  }

  .md\:mt-10 {
    margin-top: 50px
  }

  .md\:mr-10 {
    margin-right: 50px
  }

  .md\:mb-10 {
    margin-bottom: 50px
  }

  .md\:ml-10 {
    margin-left: 50px
  }

  .md\:mt-11 {
    margin-top: 55px
  }

  .md\:mr-11 {
    margin-right: 55px
  }

  .md\:mb-11 {
    margin-bottom: 55px
  }

  .md\:ml-11 {
    margin-left: 55px
  }

  .md\:mt-12 {
    margin-top: 60px
  }

  .md\:mr-12 {
    margin-right: 60px
  }

  .md\:mb-12 {
    margin-bottom: 60px
  }

  .md\:ml-12 {
    margin-left: 60px
  }

  .md\:mt-13 {
    margin-top: 65px
  }

  .md\:mr-13 {
    margin-right: 65px
  }

  .md\:mb-13 {
    margin-bottom: 65px
  }

  .md\:ml-13 {
    margin-left: 65px
  }

  .md\:mt-14 {
    margin-top: 70px
  }

  .md\:mr-14 {
    margin-right: 70px
  }

  .md\:mb-14 {
    margin-bottom: 70px
  }

  .md\:ml-14 {
    margin-left: 70px
  }

  .md\:mt-15 {
    margin-top: 75px
  }

  .md\:mr-15 {
    margin-right: 75px
  }

  .md\:mb-15 {
    margin-bottom: 75px
  }

  .md\:ml-15 {
    margin-left: 75px
  }

  .md\:mt-16 {
    margin-top: 80px
  }

  .md\:mr-16 {
    margin-right: 80px
  }

  .md\:mb-16 {
    margin-bottom: 80px
  }

  .md\:ml-16 {
    margin-left: 80px
  }

  .md\:mt-17 {
    margin-top: 85px
  }

  .md\:mr-17 {
    margin-right: 85px
  }

  .md\:mb-17 {
    margin-bottom: 85px
  }

  .md\:ml-17 {
    margin-left: 85px
  }

  .md\:mt-18 {
    margin-top: 90px
  }

  .md\:mr-18 {
    margin-right: 90px
  }

  .md\:mb-18 {
    margin-bottom: 90px
  }

  .md\:ml-18 {
    margin-left: 90px
  }

  .md\:mt-19 {
    margin-top: 95px
  }

  .md\:mr-19 {
    margin-right: 95px
  }

  .md\:mb-19 {
    margin-bottom: 95px
  }

  .md\:ml-19 {
    margin-left: 95px
  }

  .md\:mt-20 {
    margin-top: 100px
  }

  .md\:mr-20 {
    margin-right: 100px
  }

  .md\:mb-20 {
    margin-bottom: 100px
  }

  .md\:ml-20 {
    margin-left: 100px
  }

  .md\:mt-auto {
    margin-top: auto
  }

  .md\:mr-auto {
    margin-right: auto
  }

  .md\:mb-auto {
    margin-bottom: auto
  }

  .md\:ml-auto {
    margin-left: auto
  }

  .md\:mt-xxs {
    margin-top: 8px
  }

  .md\:mr-xxs {
    margin-right: 8px
  }

  .md\:mb-xxs {
    margin-bottom: 8px
  }

  .md\:ml-xxs {
    margin-left: 8px
  }

  .md\:mt-xs {
    margin-top: 12px
  }

  .md\:mr-xs {
    margin-right: 12px
  }

  .md\:mb-xs {
    margin-bottom: 12px
  }

  .md\:ml-xs {
    margin-left: 12px
  }

  .md\:mt-sm {
    margin-top: 24px
  }

  .md\:mr-sm {
    margin-right: 24px
  }

  .md\:mb-sm {
    margin-bottom: 24px
  }

  .md\:ml-sm {
    margin-left: 24px
  }

  .md\:mt-md {
    margin-top: 48px
  }

  .md\:mr-md {
    margin-right: 48px
  }

  .md\:mb-md {
    margin-bottom: 48px
  }

  .md\:ml-md {
    margin-left: 48px
  }

  .md\:mt-lg {
    margin-top: 64px
  }

  .md\:mr-lg {
    margin-right: 64px
  }

  .md\:mb-lg {
    margin-bottom: 64px
  }

  .md\:ml-lg {
    margin-left: 64px
  }

  .md\:mt-xl {
    margin-top: 128px
  }

  .md\:mr-xl {
    margin-right: 128px
  }

  .md\:mb-xl {
    margin-bottom: 128px
  }

  .md\:ml-xl {
    margin-left: 128px
  }

  .md\:-mt-1 {
    margin-top: -5px
  }

  .md\:-mr-1 {
    margin-right: -5px
  }

  .md\:-mb-1 {
    margin-bottom: -5px
  }

  .md\:-ml-1 {
    margin-left: -5px
  }

  .md\:-mt-2 {
    margin-top: -10px
  }

  .md\:-mr-2 {
    margin-right: -10px
  }

  .md\:-mb-2 {
    margin-bottom: -10px
  }

  .md\:-ml-2 {
    margin-left: -10px
  }

  .md\:-mt-3 {
    margin-top: -15px
  }

  .md\:-mr-3 {
    margin-right: -15px
  }

  .md\:-mb-3 {
    margin-bottom: -15px
  }

  .md\:-ml-3 {
    margin-left: -15px
  }

  .md\:-mt-4 {
    margin-top: -20px
  }

  .md\:-mr-4 {
    margin-right: -20px
  }

  .md\:-mb-4 {
    margin-bottom: -20px
  }

  .md\:-ml-4 {
    margin-left: -20px
  }

  .md\:-mt-5 {
    margin-top: -25px
  }

  .md\:-mr-5 {
    margin-right: -25px
  }

  .md\:-mb-5 {
    margin-bottom: -25px
  }

  .md\:-ml-5 {
    margin-left: -25px
  }

  .md\:-mt-6 {
    margin-top: -30px
  }

  .md\:-mr-6 {
    margin-right: -30px
  }

  .md\:-mb-6 {
    margin-bottom: -30px
  }

  .md\:-ml-6 {
    margin-left: -30px
  }

  .md\:-mt-7 {
    margin-top: -35px
  }

  .md\:-mr-7 {
    margin-right: -35px
  }

  .md\:-mb-7 {
    margin-bottom: -35px
  }

  .md\:-ml-7 {
    margin-left: -35px
  }

  .md\:-mt-8 {
    margin-top: -40px
  }

  .md\:-mr-8 {
    margin-right: -40px
  }

  .md\:-mb-8 {
    margin-bottom: -40px
  }

  .md\:-ml-8 {
    margin-left: -40px
  }

  .md\:-mt-9 {
    margin-top: -45px
  }

  .md\:-mr-9 {
    margin-right: -45px
  }

  .md\:-mb-9 {
    margin-bottom: -45px
  }

  .md\:-ml-9 {
    margin-left: -45px
  }

  .md\:-mt-10 {
    margin-top: -50px
  }

  .md\:-mr-10 {
    margin-right: -50px
  }

  .md\:-mb-10 {
    margin-bottom: -50px
  }

  .md\:-ml-10 {
    margin-left: -50px
  }

  .md\:-mt-11 {
    margin-top: -55px
  }

  .md\:-mr-11 {
    margin-right: -55px
  }

  .md\:-mb-11 {
    margin-bottom: -55px
  }

  .md\:-ml-11 {
    margin-left: -55px
  }

  .md\:-mt-12 {
    margin-top: -60px
  }

  .md\:-mr-12 {
    margin-right: -60px
  }

  .md\:-mb-12 {
    margin-bottom: -60px
  }

  .md\:-ml-12 {
    margin-left: -60px
  }

  .md\:-mt-13 {
    margin-top: -65px
  }

  .md\:-mr-13 {
    margin-right: -65px
  }

  .md\:-mb-13 {
    margin-bottom: -65px
  }

  .md\:-ml-13 {
    margin-left: -65px
  }

  .md\:-mt-14 {
    margin-top: -70px
  }

  .md\:-mr-14 {
    margin-right: -70px
  }

  .md\:-mb-14 {
    margin-bottom: -70px
  }

  .md\:-ml-14 {
    margin-left: -70px
  }

  .md\:-mt-15 {
    margin-top: -75px
  }

  .md\:-mr-15 {
    margin-right: -75px
  }

  .md\:-mb-15 {
    margin-bottom: -75px
  }

  .md\:-ml-15 {
    margin-left: -75px
  }

  .md\:-mt-16 {
    margin-top: -80px
  }

  .md\:-mr-16 {
    margin-right: -80px
  }

  .md\:-mb-16 {
    margin-bottom: -80px
  }

  .md\:-ml-16 {
    margin-left: -80px
  }

  .md\:-mt-17 {
    margin-top: -85px
  }

  .md\:-mr-17 {
    margin-right: -85px
  }

  .md\:-mb-17 {
    margin-bottom: -85px
  }

  .md\:-ml-17 {
    margin-left: -85px
  }

  .md\:-mt-18 {
    margin-top: -90px
  }

  .md\:-mr-18 {
    margin-right: -90px
  }

  .md\:-mb-18 {
    margin-bottom: -90px
  }

  .md\:-ml-18 {
    margin-left: -90px
  }

  .md\:-mt-19 {
    margin-top: -95px
  }

  .md\:-mr-19 {
    margin-right: -95px
  }

  .md\:-mb-19 {
    margin-bottom: -95px
  }

  .md\:-ml-19 {
    margin-left: -95px
  }

  .md\:-mt-20 {
    margin-top: -100px
  }

  .md\:-mr-20 {
    margin-right: -100px
  }

  .md\:-mb-20 {
    margin-bottom: -100px
  }

  .md\:-ml-20 {
    margin-left: -100px
  }

  .md\:-mt-xxs {
    margin-top: -8px
  }

  .md\:-mr-xxs {
    margin-right: -8px
  }

  .md\:-mb-xxs {
    margin-bottom: -8px
  }

  .md\:-ml-xxs {
    margin-left: -8px
  }

  .md\:-mt-xs {
    margin-top: -12px
  }

  .md\:-mr-xs {
    margin-right: -12px
  }

  .md\:-mb-xs {
    margin-bottom: -12px
  }

  .md\:-ml-xs {
    margin-left: -12px
  }

  .md\:-mt-sm {
    margin-top: -24px
  }

  .md\:-mr-sm {
    margin-right: -24px
  }

  .md\:-mb-sm {
    margin-bottom: -24px
  }

  .md\:-ml-sm {
    margin-left: -24px
  }

  .md\:-mt-md {
    margin-top: -48px
  }

  .md\:-mr-md {
    margin-right: -48px
  }

  .md\:-mb-md {
    margin-bottom: -48px
  }

  .md\:-ml-md {
    margin-left: -48px
  }

  .md\:-mt-lg {
    margin-top: -64px
  }

  .md\:-mr-lg {
    margin-right: -64px
  }

  .md\:-mb-lg {
    margin-bottom: -64px
  }

  .md\:-ml-lg {
    margin-left: -64px
  }

  .md\:-mt-xl {
    margin-top: -128px
  }

  .md\:-mr-xl {
    margin-right: -128px
  }

  .md\:-mb-xl {
    margin-bottom: -128px
  }

  .md\:-ml-xl {
    margin-left: -128px
  }

  .md\:first\:m-0:first-child {
    margin: 0
  }

  .md\:first\:m-1:first-child {
    margin: 5px
  }

  .md\:first\:m-2:first-child {
    margin: 10px
  }

  .md\:first\:m-3:first-child {
    margin: 15px
  }

  .md\:first\:m-4:first-child {
    margin: 20px
  }

  .md\:first\:m-5:first-child {
    margin: 25px
  }

  .md\:first\:m-6:first-child {
    margin: 30px
  }

  .md\:first\:m-7:first-child {
    margin: 35px
  }

  .md\:first\:m-8:first-child {
    margin: 40px
  }

  .md\:first\:m-9:first-child {
    margin: 45px
  }

  .md\:first\:m-10:first-child {
    margin: 50px
  }

  .md\:first\:m-11:first-child {
    margin: 55px
  }

  .md\:first\:m-12:first-child {
    margin: 60px
  }

  .md\:first\:m-13:first-child {
    margin: 65px
  }

  .md\:first\:m-14:first-child {
    margin: 70px
  }

  .md\:first\:m-15:first-child {
    margin: 75px
  }

  .md\:first\:m-16:first-child {
    margin: 80px
  }

  .md\:first\:m-17:first-child {
    margin: 85px
  }

  .md\:first\:m-18:first-child {
    margin: 90px
  }

  .md\:first\:m-19:first-child {
    margin: 95px
  }

  .md\:first\:m-20:first-child {
    margin: 100px
  }

  .md\:first\:m-auto:first-child {
    margin: auto
  }

  .md\:first\:m-xxs:first-child {
    margin: 8px
  }

  .md\:first\:m-xs:first-child {
    margin: 12px
  }

  .md\:first\:m-sm:first-child {
    margin: 24px
  }

  .md\:first\:m-md:first-child {
    margin: 48px
  }

  .md\:first\:m-lg:first-child {
    margin: 64px
  }

  .md\:first\:m-xl:first-child {
    margin: 128px
  }

  .md\:first\:-m-1:first-child {
    margin: -5px
  }

  .md\:first\:-m-2:first-child {
    margin: -10px
  }

  .md\:first\:-m-3:first-child {
    margin: -15px
  }

  .md\:first\:-m-4:first-child {
    margin: -20px
  }

  .md\:first\:-m-5:first-child {
    margin: -25px
  }

  .md\:first\:-m-6:first-child {
    margin: -30px
  }

  .md\:first\:-m-7:first-child {
    margin: -35px
  }

  .md\:first\:-m-8:first-child {
    margin: -40px
  }

  .md\:first\:-m-9:first-child {
    margin: -45px
  }

  .md\:first\:-m-10:first-child {
    margin: -50px
  }

  .md\:first\:-m-11:first-child {
    margin: -55px
  }

  .md\:first\:-m-12:first-child {
    margin: -60px
  }

  .md\:first\:-m-13:first-child {
    margin: -65px
  }

  .md\:first\:-m-14:first-child {
    margin: -70px
  }

  .md\:first\:-m-15:first-child {
    margin: -75px
  }

  .md\:first\:-m-16:first-child {
    margin: -80px
  }

  .md\:first\:-m-17:first-child {
    margin: -85px
  }

  .md\:first\:-m-18:first-child {
    margin: -90px
  }

  .md\:first\:-m-19:first-child {
    margin: -95px
  }

  .md\:first\:-m-20:first-child {
    margin: -100px
  }

  .md\:first\:-m-xxs:first-child {
    margin: -8px
  }

  .md\:first\:-m-xs:first-child {
    margin: -12px
  }

  .md\:first\:-m-sm:first-child {
    margin: -24px
  }

  .md\:first\:-m-md:first-child {
    margin: -48px
  }

  .md\:first\:-m-lg:first-child {
    margin: -64px
  }

  .md\:first\:-m-xl:first-child {
    margin: -128px
  }

  .md\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0
  }

  .md\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0
  }

  .md\:first\:my-1:first-child {
    margin-top: 5px;
    margin-bottom: 5px
  }

  .md\:first\:mx-1:first-child {
    margin-left: 5px;
    margin-right: 5px
  }

  .md\:first\:my-2:first-child {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .md\:first\:mx-2:first-child {
    margin-left: 10px;
    margin-right: 10px
  }

  .md\:first\:my-3:first-child {
    margin-top: 15px;
    margin-bottom: 15px
  }

  .md\:first\:mx-3:first-child {
    margin-left: 15px;
    margin-right: 15px
  }

  .md\:first\:my-4:first-child {
    margin-top: 20px;
    margin-bottom: 20px
  }

  .md\:first\:mx-4:first-child {
    margin-left: 20px;
    margin-right: 20px
  }

  .md\:first\:my-5:first-child {
    margin-top: 25px;
    margin-bottom: 25px
  }

  .md\:first\:mx-5:first-child {
    margin-left: 25px;
    margin-right: 25px
  }

  .md\:first\:my-6:first-child {
    margin-top: 30px;
    margin-bottom: 30px
  }

  .md\:first\:mx-6:first-child {
    margin-left: 30px;
    margin-right: 30px
  }

  .md\:first\:my-7:first-child {
    margin-top: 35px;
    margin-bottom: 35px
  }

  .md\:first\:mx-7:first-child {
    margin-left: 35px;
    margin-right: 35px
  }

  .md\:first\:my-8:first-child {
    margin-top: 40px;
    margin-bottom: 40px
  }

  .md\:first\:mx-8:first-child {
    margin-left: 40px;
    margin-right: 40px
  }

  .md\:first\:my-9:first-child {
    margin-top: 45px;
    margin-bottom: 45px
  }

  .md\:first\:mx-9:first-child {
    margin-left: 45px;
    margin-right: 45px
  }

  .md\:first\:my-10:first-child {
    margin-top: 50px;
    margin-bottom: 50px
  }

  .md\:first\:mx-10:first-child {
    margin-left: 50px;
    margin-right: 50px
  }

  .md\:first\:my-11:first-child {
    margin-top: 55px;
    margin-bottom: 55px
  }

  .md\:first\:mx-11:first-child {
    margin-left: 55px;
    margin-right: 55px
  }

  .md\:first\:my-12:first-child {
    margin-top: 60px;
    margin-bottom: 60px
  }

  .md\:first\:mx-12:first-child {
    margin-left: 60px;
    margin-right: 60px
  }

  .md\:first\:my-13:first-child {
    margin-top: 65px;
    margin-bottom: 65px
  }

  .md\:first\:mx-13:first-child {
    margin-left: 65px;
    margin-right: 65px
  }

  .md\:first\:my-14:first-child {
    margin-top: 70px;
    margin-bottom: 70px
  }

  .md\:first\:mx-14:first-child {
    margin-left: 70px;
    margin-right: 70px
  }

  .md\:first\:my-15:first-child {
    margin-top: 75px;
    margin-bottom: 75px
  }

  .md\:first\:mx-15:first-child {
    margin-left: 75px;
    margin-right: 75px
  }

  .md\:first\:my-16:first-child {
    margin-top: 80px;
    margin-bottom: 80px
  }

  .md\:first\:mx-16:first-child {
    margin-left: 80px;
    margin-right: 80px
  }

  .md\:first\:my-17:first-child {
    margin-top: 85px;
    margin-bottom: 85px
  }

  .md\:first\:mx-17:first-child {
    margin-left: 85px;
    margin-right: 85px
  }

  .md\:first\:my-18:first-child {
    margin-top: 90px;
    margin-bottom: 90px
  }

  .md\:first\:mx-18:first-child {
    margin-left: 90px;
    margin-right: 90px
  }

  .md\:first\:my-19:first-child {
    margin-top: 95px;
    margin-bottom: 95px
  }

  .md\:first\:mx-19:first-child {
    margin-left: 95px;
    margin-right: 95px
  }

  .md\:first\:my-20:first-child {
    margin-top: 100px;
    margin-bottom: 100px
  }

  .md\:first\:mx-20:first-child {
    margin-left: 100px;
    margin-right: 100px
  }

  .md\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto
  }

  .md\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto
  }

  .md\:first\:my-xxs:first-child {
    margin-top: 8px;
    margin-bottom: 8px
  }

  .md\:first\:mx-xxs:first-child {
    margin-left: 8px;
    margin-right: 8px
  }

  .md\:first\:my-xs:first-child {
    margin-top: 12px;
    margin-bottom: 12px
  }

  .md\:first\:mx-xs:first-child {
    margin-left: 12px;
    margin-right: 12px
  }

  .md\:first\:my-sm:first-child {
    margin-top: 24px;
    margin-bottom: 24px
  }

  .md\:first\:mx-sm:first-child {
    margin-left: 24px;
    margin-right: 24px
  }

  .md\:first\:my-md:first-child {
    margin-top: 48px;
    margin-bottom: 48px
  }

  .md\:first\:mx-md:first-child {
    margin-left: 48px;
    margin-right: 48px
  }

  .md\:first\:my-lg:first-child {
    margin-top: 64px;
    margin-bottom: 64px
  }

  .md\:first\:mx-lg:first-child {
    margin-left: 64px;
    margin-right: 64px
  }

  .md\:first\:my-xl:first-child {
    margin-top: 128px;
    margin-bottom: 128px
  }

  .md\:first\:mx-xl:first-child {
    margin-left: 128px;
    margin-right: 128px
  }

  .md\:first\:-my-1:first-child {
    margin-top: -5px;
    margin-bottom: -5px
  }

  .md\:first\:-mx-1:first-child {
    margin-left: -5px;
    margin-right: -5px
  }

  .md\:first\:-my-2:first-child {
    margin-top: -10px;
    margin-bottom: -10px
  }

  .md\:first\:-mx-2:first-child {
    margin-left: -10px;
    margin-right: -10px
  }

  .md\:first\:-my-3:first-child {
    margin-top: -15px;
    margin-bottom: -15px
  }

  .md\:first\:-mx-3:first-child {
    margin-left: -15px;
    margin-right: -15px
  }

  .md\:first\:-my-4:first-child {
    margin-top: -20px;
    margin-bottom: -20px
  }

  .md\:first\:-mx-4:first-child {
    margin-left: -20px;
    margin-right: -20px
  }

  .md\:first\:-my-5:first-child {
    margin-top: -25px;
    margin-bottom: -25px
  }

  .md\:first\:-mx-5:first-child {
    margin-left: -25px;
    margin-right: -25px
  }

  .md\:first\:-my-6:first-child {
    margin-top: -30px;
    margin-bottom: -30px
  }

  .md\:first\:-mx-6:first-child {
    margin-left: -30px;
    margin-right: -30px
  }

  .md\:first\:-my-7:first-child {
    margin-top: -35px;
    margin-bottom: -35px
  }

  .md\:first\:-mx-7:first-child {
    margin-left: -35px;
    margin-right: -35px
  }

  .md\:first\:-my-8:first-child {
    margin-top: -40px;
    margin-bottom: -40px
  }

  .md\:first\:-mx-8:first-child {
    margin-left: -40px;
    margin-right: -40px
  }

  .md\:first\:-my-9:first-child {
    margin-top: -45px;
    margin-bottom: -45px
  }

  .md\:first\:-mx-9:first-child {
    margin-left: -45px;
    margin-right: -45px
  }

  .md\:first\:-my-10:first-child {
    margin-top: -50px;
    margin-bottom: -50px
  }

  .md\:first\:-mx-10:first-child {
    margin-left: -50px;
    margin-right: -50px
  }

  .md\:first\:-my-11:first-child {
    margin-top: -55px;
    margin-bottom: -55px
  }

  .md\:first\:-mx-11:first-child {
    margin-left: -55px;
    margin-right: -55px
  }

  .md\:first\:-my-12:first-child {
    margin-top: -60px;
    margin-bottom: -60px
  }

  .md\:first\:-mx-12:first-child {
    margin-left: -60px;
    margin-right: -60px
  }

  .md\:first\:-my-13:first-child {
    margin-top: -65px;
    margin-bottom: -65px
  }

  .md\:first\:-mx-13:first-child {
    margin-left: -65px;
    margin-right: -65px
  }

  .md\:first\:-my-14:first-child {
    margin-top: -70px;
    margin-bottom: -70px
  }

  .md\:first\:-mx-14:first-child {
    margin-left: -70px;
    margin-right: -70px
  }

  .md\:first\:-my-15:first-child {
    margin-top: -75px;
    margin-bottom: -75px
  }

  .md\:first\:-mx-15:first-child {
    margin-left: -75px;
    margin-right: -75px
  }

  .md\:first\:-my-16:first-child {
    margin-top: -80px;
    margin-bottom: -80px
  }

  .md\:first\:-mx-16:first-child {
    margin-left: -80px;
    margin-right: -80px
  }

  .md\:first\:-my-17:first-child {
    margin-top: -85px;
    margin-bottom: -85px
  }

  .md\:first\:-mx-17:first-child {
    margin-left: -85px;
    margin-right: -85px
  }

  .md\:first\:-my-18:first-child {
    margin-top: -90px;
    margin-bottom: -90px
  }

  .md\:first\:-mx-18:first-child {
    margin-left: -90px;
    margin-right: -90px
  }

  .md\:first\:-my-19:first-child {
    margin-top: -95px;
    margin-bottom: -95px
  }

  .md\:first\:-mx-19:first-child {
    margin-left: -95px;
    margin-right: -95px
  }

  .md\:first\:-my-20:first-child {
    margin-top: -100px;
    margin-bottom: -100px
  }

  .md\:first\:-mx-20:first-child {
    margin-left: -100px;
    margin-right: -100px
  }

  .md\:first\:-my-xxs:first-child {
    margin-top: -8px;
    margin-bottom: -8px
  }

  .md\:first\:-mx-xxs:first-child {
    margin-left: -8px;
    margin-right: -8px
  }

  .md\:first\:-my-xs:first-child {
    margin-top: -12px;
    margin-bottom: -12px
  }

  .md\:first\:-mx-xs:first-child {
    margin-left: -12px;
    margin-right: -12px
  }

  .md\:first\:-my-sm:first-child {
    margin-top: -24px;
    margin-bottom: -24px
  }

  .md\:first\:-mx-sm:first-child {
    margin-left: -24px;
    margin-right: -24px
  }

  .md\:first\:-my-md:first-child {
    margin-top: -48px;
    margin-bottom: -48px
  }

  .md\:first\:-mx-md:first-child {
    margin-left: -48px;
    margin-right: -48px
  }

  .md\:first\:-my-lg:first-child {
    margin-top: -64px;
    margin-bottom: -64px
  }

  .md\:first\:-mx-lg:first-child {
    margin-left: -64px;
    margin-right: -64px
  }

  .md\:first\:-my-xl:first-child {
    margin-top: -128px;
    margin-bottom: -128px
  }

  .md\:first\:-mx-xl:first-child {
    margin-left: -128px;
    margin-right: -128px
  }

  .md\:first\:mt-0:first-child {
    margin-top: 0
  }

  .md\:first\:mr-0:first-child {
    margin-right: 0
  }

  .md\:first\:mb-0:first-child {
    margin-bottom: 0
  }

  .md\:first\:ml-0:first-child {
    margin-left: 0
  }

  .md\:first\:mt-1:first-child {
    margin-top: 5px
  }

  .md\:first\:mr-1:first-child {
    margin-right: 5px
  }

  .md\:first\:mb-1:first-child {
    margin-bottom: 5px
  }

  .md\:first\:ml-1:first-child {
    margin-left: 5px
  }

  .md\:first\:mt-2:first-child {
    margin-top: 10px
  }

  .md\:first\:mr-2:first-child {
    margin-right: 10px
  }

  .md\:first\:mb-2:first-child {
    margin-bottom: 10px
  }

  .md\:first\:ml-2:first-child {
    margin-left: 10px
  }

  .md\:first\:mt-3:first-child {
    margin-top: 15px
  }

  .md\:first\:mr-3:first-child {
    margin-right: 15px
  }

  .md\:first\:mb-3:first-child {
    margin-bottom: 15px
  }

  .md\:first\:ml-3:first-child {
    margin-left: 15px
  }

  .md\:first\:mt-4:first-child {
    margin-top: 20px
  }

  .md\:first\:mr-4:first-child {
    margin-right: 20px
  }

  .md\:first\:mb-4:first-child {
    margin-bottom: 20px
  }

  .md\:first\:ml-4:first-child {
    margin-left: 20px
  }

  .md\:first\:mt-5:first-child {
    margin-top: 25px
  }

  .md\:first\:mr-5:first-child {
    margin-right: 25px
  }

  .md\:first\:mb-5:first-child {
    margin-bottom: 25px
  }

  .md\:first\:ml-5:first-child {
    margin-left: 25px
  }

  .md\:first\:mt-6:first-child {
    margin-top: 30px
  }

  .md\:first\:mr-6:first-child {
    margin-right: 30px
  }

  .md\:first\:mb-6:first-child {
    margin-bottom: 30px
  }

  .md\:first\:ml-6:first-child {
    margin-left: 30px
  }

  .md\:first\:mt-7:first-child {
    margin-top: 35px
  }

  .md\:first\:mr-7:first-child {
    margin-right: 35px
  }

  .md\:first\:mb-7:first-child {
    margin-bottom: 35px
  }

  .md\:first\:ml-7:first-child {
    margin-left: 35px
  }

  .md\:first\:mt-8:first-child {
    margin-top: 40px
  }

  .md\:first\:mr-8:first-child {
    margin-right: 40px
  }

  .md\:first\:mb-8:first-child {
    margin-bottom: 40px
  }

  .md\:first\:ml-8:first-child {
    margin-left: 40px
  }

  .md\:first\:mt-9:first-child {
    margin-top: 45px
  }

  .md\:first\:mr-9:first-child {
    margin-right: 45px
  }

  .md\:first\:mb-9:first-child {
    margin-bottom: 45px
  }

  .md\:first\:ml-9:first-child {
    margin-left: 45px
  }

  .md\:first\:mt-10:first-child {
    margin-top: 50px
  }

  .md\:first\:mr-10:first-child {
    margin-right: 50px
  }

  .md\:first\:mb-10:first-child {
    margin-bottom: 50px
  }

  .md\:first\:ml-10:first-child {
    margin-left: 50px
  }

  .md\:first\:mt-11:first-child {
    margin-top: 55px
  }

  .md\:first\:mr-11:first-child {
    margin-right: 55px
  }

  .md\:first\:mb-11:first-child {
    margin-bottom: 55px
  }

  .md\:first\:ml-11:first-child {
    margin-left: 55px
  }

  .md\:first\:mt-12:first-child {
    margin-top: 60px
  }

  .md\:first\:mr-12:first-child {
    margin-right: 60px
  }

  .md\:first\:mb-12:first-child {
    margin-bottom: 60px
  }

  .md\:first\:ml-12:first-child {
    margin-left: 60px
  }

  .md\:first\:mt-13:first-child {
    margin-top: 65px
  }

  .md\:first\:mr-13:first-child {
    margin-right: 65px
  }

  .md\:first\:mb-13:first-child {
    margin-bottom: 65px
  }

  .md\:first\:ml-13:first-child {
    margin-left: 65px
  }

  .md\:first\:mt-14:first-child {
    margin-top: 70px
  }

  .md\:first\:mr-14:first-child {
    margin-right: 70px
  }

  .md\:first\:mb-14:first-child {
    margin-bottom: 70px
  }

  .md\:first\:ml-14:first-child {
    margin-left: 70px
  }

  .md\:first\:mt-15:first-child {
    margin-top: 75px
  }

  .md\:first\:mr-15:first-child {
    margin-right: 75px
  }

  .md\:first\:mb-15:first-child {
    margin-bottom: 75px
  }

  .md\:first\:ml-15:first-child {
    margin-left: 75px
  }

  .md\:first\:mt-16:first-child {
    margin-top: 80px
  }

  .md\:first\:mr-16:first-child {
    margin-right: 80px
  }

  .md\:first\:mb-16:first-child {
    margin-bottom: 80px
  }

  .md\:first\:ml-16:first-child {
    margin-left: 80px
  }

  .md\:first\:mt-17:first-child {
    margin-top: 85px
  }

  .md\:first\:mr-17:first-child {
    margin-right: 85px
  }

  .md\:first\:mb-17:first-child {
    margin-bottom: 85px
  }

  .md\:first\:ml-17:first-child {
    margin-left: 85px
  }

  .md\:first\:mt-18:first-child {
    margin-top: 90px
  }

  .md\:first\:mr-18:first-child {
    margin-right: 90px
  }

  .md\:first\:mb-18:first-child {
    margin-bottom: 90px
  }

  .md\:first\:ml-18:first-child {
    margin-left: 90px
  }

  .md\:first\:mt-19:first-child {
    margin-top: 95px
  }

  .md\:first\:mr-19:first-child {
    margin-right: 95px
  }

  .md\:first\:mb-19:first-child {
    margin-bottom: 95px
  }

  .md\:first\:ml-19:first-child {
    margin-left: 95px
  }

  .md\:first\:mt-20:first-child {
    margin-top: 100px
  }

  .md\:first\:mr-20:first-child {
    margin-right: 100px
  }

  .md\:first\:mb-20:first-child {
    margin-bottom: 100px
  }

  .md\:first\:ml-20:first-child {
    margin-left: 100px
  }

  .md\:first\:mt-auto:first-child {
    margin-top: auto
  }

  .md\:first\:mr-auto:first-child {
    margin-right: auto
  }

  .md\:first\:mb-auto:first-child {
    margin-bottom: auto
  }

  .md\:first\:ml-auto:first-child {
    margin-left: auto
  }

  .md\:first\:mt-xxs:first-child {
    margin-top: 8px
  }

  .md\:first\:mr-xxs:first-child {
    margin-right: 8px
  }

  .md\:first\:mb-xxs:first-child {
    margin-bottom: 8px
  }

  .md\:first\:ml-xxs:first-child {
    margin-left: 8px
  }

  .md\:first\:mt-xs:first-child {
    margin-top: 12px
  }

  .md\:first\:mr-xs:first-child {
    margin-right: 12px
  }

  .md\:first\:mb-xs:first-child {
    margin-bottom: 12px
  }

  .md\:first\:ml-xs:first-child {
    margin-left: 12px
  }

  .md\:first\:mt-sm:first-child {
    margin-top: 24px
  }

  .md\:first\:mr-sm:first-child {
    margin-right: 24px
  }

  .md\:first\:mb-sm:first-child {
    margin-bottom: 24px
  }

  .md\:first\:ml-sm:first-child {
    margin-left: 24px
  }

  .md\:first\:mt-md:first-child {
    margin-top: 48px
  }

  .md\:first\:mr-md:first-child {
    margin-right: 48px
  }

  .md\:first\:mb-md:first-child {
    margin-bottom: 48px
  }

  .md\:first\:ml-md:first-child {
    margin-left: 48px
  }

  .md\:first\:mt-lg:first-child {
    margin-top: 64px
  }

  .md\:first\:mr-lg:first-child {
    margin-right: 64px
  }

  .md\:first\:mb-lg:first-child {
    margin-bottom: 64px
  }

  .md\:first\:ml-lg:first-child {
    margin-left: 64px
  }

  .md\:first\:mt-xl:first-child {
    margin-top: 128px
  }

  .md\:first\:mr-xl:first-child {
    margin-right: 128px
  }

  .md\:first\:mb-xl:first-child {
    margin-bottom: 128px
  }

  .md\:first\:ml-xl:first-child {
    margin-left: 128px
  }

  .md\:first\:-mt-1:first-child {
    margin-top: -5px
  }

  .md\:first\:-mr-1:first-child {
    margin-right: -5px
  }

  .md\:first\:-mb-1:first-child {
    margin-bottom: -5px
  }

  .md\:first\:-ml-1:first-child {
    margin-left: -5px
  }

  .md\:first\:-mt-2:first-child {
    margin-top: -10px
  }

  .md\:first\:-mr-2:first-child {
    margin-right: -10px
  }

  .md\:first\:-mb-2:first-child {
    margin-bottom: -10px
  }

  .md\:first\:-ml-2:first-child {
    margin-left: -10px
  }

  .md\:first\:-mt-3:first-child {
    margin-top: -15px
  }

  .md\:first\:-mr-3:first-child {
    margin-right: -15px
  }

  .md\:first\:-mb-3:first-child {
    margin-bottom: -15px
  }

  .md\:first\:-ml-3:first-child {
    margin-left: -15px
  }

  .md\:first\:-mt-4:first-child {
    margin-top: -20px
  }

  .md\:first\:-mr-4:first-child {
    margin-right: -20px
  }

  .md\:first\:-mb-4:first-child {
    margin-bottom: -20px
  }

  .md\:first\:-ml-4:first-child {
    margin-left: -20px
  }

  .md\:first\:-mt-5:first-child {
    margin-top: -25px
  }

  .md\:first\:-mr-5:first-child {
    margin-right: -25px
  }

  .md\:first\:-mb-5:first-child {
    margin-bottom: -25px
  }

  .md\:first\:-ml-5:first-child {
    margin-left: -25px
  }

  .md\:first\:-mt-6:first-child {
    margin-top: -30px
  }

  .md\:first\:-mr-6:first-child {
    margin-right: -30px
  }

  .md\:first\:-mb-6:first-child {
    margin-bottom: -30px
  }

  .md\:first\:-ml-6:first-child {
    margin-left: -30px
  }

  .md\:first\:-mt-7:first-child {
    margin-top: -35px
  }

  .md\:first\:-mr-7:first-child {
    margin-right: -35px
  }

  .md\:first\:-mb-7:first-child {
    margin-bottom: -35px
  }

  .md\:first\:-ml-7:first-child {
    margin-left: -35px
  }

  .md\:first\:-mt-8:first-child {
    margin-top: -40px
  }

  .md\:first\:-mr-8:first-child {
    margin-right: -40px
  }

  .md\:first\:-mb-8:first-child {
    margin-bottom: -40px
  }

  .md\:first\:-ml-8:first-child {
    margin-left: -40px
  }

  .md\:first\:-mt-9:first-child {
    margin-top: -45px
  }

  .md\:first\:-mr-9:first-child {
    margin-right: -45px
  }

  .md\:first\:-mb-9:first-child {
    margin-bottom: -45px
  }

  .md\:first\:-ml-9:first-child {
    margin-left: -45px
  }

  .md\:first\:-mt-10:first-child {
    margin-top: -50px
  }

  .md\:first\:-mr-10:first-child {
    margin-right: -50px
  }

  .md\:first\:-mb-10:first-child {
    margin-bottom: -50px
  }

  .md\:first\:-ml-10:first-child {
    margin-left: -50px
  }

  .md\:first\:-mt-11:first-child {
    margin-top: -55px
  }

  .md\:first\:-mr-11:first-child {
    margin-right: -55px
  }

  .md\:first\:-mb-11:first-child {
    margin-bottom: -55px
  }

  .md\:first\:-ml-11:first-child {
    margin-left: -55px
  }

  .md\:first\:-mt-12:first-child {
    margin-top: -60px
  }

  .md\:first\:-mr-12:first-child {
    margin-right: -60px
  }

  .md\:first\:-mb-12:first-child {
    margin-bottom: -60px
  }

  .md\:first\:-ml-12:first-child {
    margin-left: -60px
  }

  .md\:first\:-mt-13:first-child {
    margin-top: -65px
  }

  .md\:first\:-mr-13:first-child {
    margin-right: -65px
  }

  .md\:first\:-mb-13:first-child {
    margin-bottom: -65px
  }

  .md\:first\:-ml-13:first-child {
    margin-left: -65px
  }

  .md\:first\:-mt-14:first-child {
    margin-top: -70px
  }

  .md\:first\:-mr-14:first-child {
    margin-right: -70px
  }

  .md\:first\:-mb-14:first-child {
    margin-bottom: -70px
  }

  .md\:first\:-ml-14:first-child {
    margin-left: -70px
  }

  .md\:first\:-mt-15:first-child {
    margin-top: -75px
  }

  .md\:first\:-mr-15:first-child {
    margin-right: -75px
  }

  .md\:first\:-mb-15:first-child {
    margin-bottom: -75px
  }

  .md\:first\:-ml-15:first-child {
    margin-left: -75px
  }

  .md\:first\:-mt-16:first-child {
    margin-top: -80px
  }

  .md\:first\:-mr-16:first-child {
    margin-right: -80px
  }

  .md\:first\:-mb-16:first-child {
    margin-bottom: -80px
  }

  .md\:first\:-ml-16:first-child {
    margin-left: -80px
  }

  .md\:first\:-mt-17:first-child {
    margin-top: -85px
  }

  .md\:first\:-mr-17:first-child {
    margin-right: -85px
  }

  .md\:first\:-mb-17:first-child {
    margin-bottom: -85px
  }

  .md\:first\:-ml-17:first-child {
    margin-left: -85px
  }

  .md\:first\:-mt-18:first-child {
    margin-top: -90px
  }

  .md\:first\:-mr-18:first-child {
    margin-right: -90px
  }

  .md\:first\:-mb-18:first-child {
    margin-bottom: -90px
  }

  .md\:first\:-ml-18:first-child {
    margin-left: -90px
  }

  .md\:first\:-mt-19:first-child {
    margin-top: -95px
  }

  .md\:first\:-mr-19:first-child {
    margin-right: -95px
  }

  .md\:first\:-mb-19:first-child {
    margin-bottom: -95px
  }

  .md\:first\:-ml-19:first-child {
    margin-left: -95px
  }

  .md\:first\:-mt-20:first-child {
    margin-top: -100px
  }

  .md\:first\:-mr-20:first-child {
    margin-right: -100px
  }

  .md\:first\:-mb-20:first-child {
    margin-bottom: -100px
  }

  .md\:first\:-ml-20:first-child {
    margin-left: -100px
  }

  .md\:first\:-mt-xxs:first-child {
    margin-top: -8px
  }

  .md\:first\:-mr-xxs:first-child {
    margin-right: -8px
  }

  .md\:first\:-mb-xxs:first-child {
    margin-bottom: -8px
  }

  .md\:first\:-ml-xxs:first-child {
    margin-left: -8px
  }

  .md\:first\:-mt-xs:first-child {
    margin-top: -12px
  }

  .md\:first\:-mr-xs:first-child {
    margin-right: -12px
  }

  .md\:first\:-mb-xs:first-child {
    margin-bottom: -12px
  }

  .md\:first\:-ml-xs:first-child {
    margin-left: -12px
  }

  .md\:first\:-mt-sm:first-child {
    margin-top: -24px
  }

  .md\:first\:-mr-sm:first-child {
    margin-right: -24px
  }

  .md\:first\:-mb-sm:first-child {
    margin-bottom: -24px
  }

  .md\:first\:-ml-sm:first-child {
    margin-left: -24px
  }

  .md\:first\:-mt-md:first-child {
    margin-top: -48px
  }

  .md\:first\:-mr-md:first-child {
    margin-right: -48px
  }

  .md\:first\:-mb-md:first-child {
    margin-bottom: -48px
  }

  .md\:first\:-ml-md:first-child {
    margin-left: -48px
  }

  .md\:first\:-mt-lg:first-child {
    margin-top: -64px
  }

  .md\:first\:-mr-lg:first-child {
    margin-right: -64px
  }

  .md\:first\:-mb-lg:first-child {
    margin-bottom: -64px
  }

  .md\:first\:-ml-lg:first-child {
    margin-left: -64px
  }

  .md\:first\:-mt-xl:first-child {
    margin-top: -128px
  }

  .md\:first\:-mr-xl:first-child {
    margin-right: -128px
  }

  .md\:first\:-mb-xl:first-child {
    margin-bottom: -128px
  }

  .md\:first\:-ml-xl:first-child {
    margin-left: -128px
  }

  .md\:last\:m-0:last-child {
    margin: 0
  }

  .md\:last\:m-1:last-child {
    margin: 5px
  }

  .md\:last\:m-2:last-child {
    margin: 10px
  }

  .md\:last\:m-3:last-child {
    margin: 15px
  }

  .md\:last\:m-4:last-child {
    margin: 20px
  }

  .md\:last\:m-5:last-child {
    margin: 25px
  }

  .md\:last\:m-6:last-child {
    margin: 30px
  }

  .md\:last\:m-7:last-child {
    margin: 35px
  }

  .md\:last\:m-8:last-child {
    margin: 40px
  }

  .md\:last\:m-9:last-child {
    margin: 45px
  }

  .md\:last\:m-10:last-child {
    margin: 50px
  }

  .md\:last\:m-11:last-child {
    margin: 55px
  }

  .md\:last\:m-12:last-child {
    margin: 60px
  }

  .md\:last\:m-13:last-child {
    margin: 65px
  }

  .md\:last\:m-14:last-child {
    margin: 70px
  }

  .md\:last\:m-15:last-child {
    margin: 75px
  }

  .md\:last\:m-16:last-child {
    margin: 80px
  }

  .md\:last\:m-17:last-child {
    margin: 85px
  }

  .md\:last\:m-18:last-child {
    margin: 90px
  }

  .md\:last\:m-19:last-child {
    margin: 95px
  }

  .md\:last\:m-20:last-child {
    margin: 100px
  }

  .md\:last\:m-auto:last-child {
    margin: auto
  }

  .md\:last\:m-xxs:last-child {
    margin: 8px
  }

  .md\:last\:m-xs:last-child {
    margin: 12px
  }

  .md\:last\:m-sm:last-child {
    margin: 24px
  }

  .md\:last\:m-md:last-child {
    margin: 48px
  }

  .md\:last\:m-lg:last-child {
    margin: 64px
  }

  .md\:last\:m-xl:last-child {
    margin: 128px
  }

  .md\:last\:-m-1:last-child {
    margin: -5px
  }

  .md\:last\:-m-2:last-child {
    margin: -10px
  }

  .md\:last\:-m-3:last-child {
    margin: -15px
  }

  .md\:last\:-m-4:last-child {
    margin: -20px
  }

  .md\:last\:-m-5:last-child {
    margin: -25px
  }

  .md\:last\:-m-6:last-child {
    margin: -30px
  }

  .md\:last\:-m-7:last-child {
    margin: -35px
  }

  .md\:last\:-m-8:last-child {
    margin: -40px
  }

  .md\:last\:-m-9:last-child {
    margin: -45px
  }

  .md\:last\:-m-10:last-child {
    margin: -50px
  }

  .md\:last\:-m-11:last-child {
    margin: -55px
  }

  .md\:last\:-m-12:last-child {
    margin: -60px
  }

  .md\:last\:-m-13:last-child {
    margin: -65px
  }

  .md\:last\:-m-14:last-child {
    margin: -70px
  }

  .md\:last\:-m-15:last-child {
    margin: -75px
  }

  .md\:last\:-m-16:last-child {
    margin: -80px
  }

  .md\:last\:-m-17:last-child {
    margin: -85px
  }

  .md\:last\:-m-18:last-child {
    margin: -90px
  }

  .md\:last\:-m-19:last-child {
    margin: -95px
  }

  .md\:last\:-m-20:last-child {
    margin: -100px
  }

  .md\:last\:-m-xxs:last-child {
    margin: -8px
  }

  .md\:last\:-m-xs:last-child {
    margin: -12px
  }

  .md\:last\:-m-sm:last-child {
    margin: -24px
  }

  .md\:last\:-m-md:last-child {
    margin: -48px
  }

  .md\:last\:-m-lg:last-child {
    margin: -64px
  }

  .md\:last\:-m-xl:last-child {
    margin: -128px
  }

  .md\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0
  }

  .md\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0
  }

  .md\:last\:my-1:last-child {
    margin-top: 5px;
    margin-bottom: 5px
  }

  .md\:last\:mx-1:last-child {
    margin-left: 5px;
    margin-right: 5px
  }

  .md\:last\:my-2:last-child {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .md\:last\:mx-2:last-child {
    margin-left: 10px;
    margin-right: 10px
  }

  .md\:last\:my-3:last-child {
    margin-top: 15px;
    margin-bottom: 15px
  }

  .md\:last\:mx-3:last-child {
    margin-left: 15px;
    margin-right: 15px
  }

  .md\:last\:my-4:last-child {
    margin-top: 20px;
    margin-bottom: 20px
  }

  .md\:last\:mx-4:last-child {
    margin-left: 20px;
    margin-right: 20px
  }

  .md\:last\:my-5:last-child {
    margin-top: 25px;
    margin-bottom: 25px
  }

  .md\:last\:mx-5:last-child {
    margin-left: 25px;
    margin-right: 25px
  }

  .md\:last\:my-6:last-child {
    margin-top: 30px;
    margin-bottom: 30px
  }

  .md\:last\:mx-6:last-child {
    margin-left: 30px;
    margin-right: 30px
  }

  .md\:last\:my-7:last-child {
    margin-top: 35px;
    margin-bottom: 35px
  }

  .md\:last\:mx-7:last-child {
    margin-left: 35px;
    margin-right: 35px
  }

  .md\:last\:my-8:last-child {
    margin-top: 40px;
    margin-bottom: 40px
  }

  .md\:last\:mx-8:last-child {
    margin-left: 40px;
    margin-right: 40px
  }

  .md\:last\:my-9:last-child {
    margin-top: 45px;
    margin-bottom: 45px
  }

  .md\:last\:mx-9:last-child {
    margin-left: 45px;
    margin-right: 45px
  }

  .md\:last\:my-10:last-child {
    margin-top: 50px;
    margin-bottom: 50px
  }

  .md\:last\:mx-10:last-child {
    margin-left: 50px;
    margin-right: 50px
  }

  .md\:last\:my-11:last-child {
    margin-top: 55px;
    margin-bottom: 55px
  }

  .md\:last\:mx-11:last-child {
    margin-left: 55px;
    margin-right: 55px
  }

  .md\:last\:my-12:last-child {
    margin-top: 60px;
    margin-bottom: 60px
  }

  .md\:last\:mx-12:last-child {
    margin-left: 60px;
    margin-right: 60px
  }

  .md\:last\:my-13:last-child {
    margin-top: 65px;
    margin-bottom: 65px
  }

  .md\:last\:mx-13:last-child {
    margin-left: 65px;
    margin-right: 65px
  }

  .md\:last\:my-14:last-child {
    margin-top: 70px;
    margin-bottom: 70px
  }

  .md\:last\:mx-14:last-child {
    margin-left: 70px;
    margin-right: 70px
  }

  .md\:last\:my-15:last-child {
    margin-top: 75px;
    margin-bottom: 75px
  }

  .md\:last\:mx-15:last-child {
    margin-left: 75px;
    margin-right: 75px
  }

  .md\:last\:my-16:last-child {
    margin-top: 80px;
    margin-bottom: 80px
  }

  .md\:last\:mx-16:last-child {
    margin-left: 80px;
    margin-right: 80px
  }

  .md\:last\:my-17:last-child {
    margin-top: 85px;
    margin-bottom: 85px
  }

  .md\:last\:mx-17:last-child {
    margin-left: 85px;
    margin-right: 85px
  }

  .md\:last\:my-18:last-child {
    margin-top: 90px;
    margin-bottom: 90px
  }

  .md\:last\:mx-18:last-child {
    margin-left: 90px;
    margin-right: 90px
  }

  .md\:last\:my-19:last-child {
    margin-top: 95px;
    margin-bottom: 95px
  }

  .md\:last\:mx-19:last-child {
    margin-left: 95px;
    margin-right: 95px
  }

  .md\:last\:my-20:last-child {
    margin-top: 100px;
    margin-bottom: 100px
  }

  .md\:last\:mx-20:last-child {
    margin-left: 100px;
    margin-right: 100px
  }

  .md\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto
  }

  .md\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto
  }

  .md\:last\:my-xxs:last-child {
    margin-top: 8px;
    margin-bottom: 8px
  }

  .md\:last\:mx-xxs:last-child {
    margin-left: 8px;
    margin-right: 8px
  }

  .md\:last\:my-xs:last-child {
    margin-top: 12px;
    margin-bottom: 12px
  }

  .md\:last\:mx-xs:last-child {
    margin-left: 12px;
    margin-right: 12px
  }

  .md\:last\:my-sm:last-child {
    margin-top: 24px;
    margin-bottom: 24px
  }

  .md\:last\:mx-sm:last-child {
    margin-left: 24px;
    margin-right: 24px
  }

  .md\:last\:my-md:last-child {
    margin-top: 48px;
    margin-bottom: 48px
  }

  .md\:last\:mx-md:last-child {
    margin-left: 48px;
    margin-right: 48px
  }

  .md\:last\:my-lg:last-child {
    margin-top: 64px;
    margin-bottom: 64px
  }

  .md\:last\:mx-lg:last-child {
    margin-left: 64px;
    margin-right: 64px
  }

  .md\:last\:my-xl:last-child {
    margin-top: 128px;
    margin-bottom: 128px
  }

  .md\:last\:mx-xl:last-child {
    margin-left: 128px;
    margin-right: 128px
  }

  .md\:last\:-my-1:last-child {
    margin-top: -5px;
    margin-bottom: -5px
  }

  .md\:last\:-mx-1:last-child {
    margin-left: -5px;
    margin-right: -5px
  }

  .md\:last\:-my-2:last-child {
    margin-top: -10px;
    margin-bottom: -10px
  }

  .md\:last\:-mx-2:last-child {
    margin-left: -10px;
    margin-right: -10px
  }

  .md\:last\:-my-3:last-child {
    margin-top: -15px;
    margin-bottom: -15px
  }

  .md\:last\:-mx-3:last-child {
    margin-left: -15px;
    margin-right: -15px
  }

  .md\:last\:-my-4:last-child {
    margin-top: -20px;
    margin-bottom: -20px
  }

  .md\:last\:-mx-4:last-child {
    margin-left: -20px;
    margin-right: -20px
  }

  .md\:last\:-my-5:last-child {
    margin-top: -25px;
    margin-bottom: -25px
  }

  .md\:last\:-mx-5:last-child {
    margin-left: -25px;
    margin-right: -25px
  }

  .md\:last\:-my-6:last-child {
    margin-top: -30px;
    margin-bottom: -30px
  }

  .md\:last\:-mx-6:last-child {
    margin-left: -30px;
    margin-right: -30px
  }

  .md\:last\:-my-7:last-child {
    margin-top: -35px;
    margin-bottom: -35px
  }

  .md\:last\:-mx-7:last-child {
    margin-left: -35px;
    margin-right: -35px
  }

  .md\:last\:-my-8:last-child {
    margin-top: -40px;
    margin-bottom: -40px
  }

  .md\:last\:-mx-8:last-child {
    margin-left: -40px;
    margin-right: -40px
  }

  .md\:last\:-my-9:last-child {
    margin-top: -45px;
    margin-bottom: -45px
  }

  .md\:last\:-mx-9:last-child {
    margin-left: -45px;
    margin-right: -45px
  }

  .md\:last\:-my-10:last-child {
    margin-top: -50px;
    margin-bottom: -50px
  }

  .md\:last\:-mx-10:last-child {
    margin-left: -50px;
    margin-right: -50px
  }

  .md\:last\:-my-11:last-child {
    margin-top: -55px;
    margin-bottom: -55px
  }

  .md\:last\:-mx-11:last-child {
    margin-left: -55px;
    margin-right: -55px
  }

  .md\:last\:-my-12:last-child {
    margin-top: -60px;
    margin-bottom: -60px
  }

  .md\:last\:-mx-12:last-child {
    margin-left: -60px;
    margin-right: -60px
  }

  .md\:last\:-my-13:last-child {
    margin-top: -65px;
    margin-bottom: -65px
  }

  .md\:last\:-mx-13:last-child {
    margin-left: -65px;
    margin-right: -65px
  }

  .md\:last\:-my-14:last-child {
    margin-top: -70px;
    margin-bottom: -70px
  }

  .md\:last\:-mx-14:last-child {
    margin-left: -70px;
    margin-right: -70px
  }

  .md\:last\:-my-15:last-child {
    margin-top: -75px;
    margin-bottom: -75px
  }

  .md\:last\:-mx-15:last-child {
    margin-left: -75px;
    margin-right: -75px
  }

  .md\:last\:-my-16:last-child {
    margin-top: -80px;
    margin-bottom: -80px
  }

  .md\:last\:-mx-16:last-child {
    margin-left: -80px;
    margin-right: -80px
  }

  .md\:last\:-my-17:last-child {
    margin-top: -85px;
    margin-bottom: -85px
  }

  .md\:last\:-mx-17:last-child {
    margin-left: -85px;
    margin-right: -85px
  }

  .md\:last\:-my-18:last-child {
    margin-top: -90px;
    margin-bottom: -90px
  }

  .md\:last\:-mx-18:last-child {
    margin-left: -90px;
    margin-right: -90px
  }

  .md\:last\:-my-19:last-child {
    margin-top: -95px;
    margin-bottom: -95px
  }

  .md\:last\:-mx-19:last-child {
    margin-left: -95px;
    margin-right: -95px
  }

  .md\:last\:-my-20:last-child {
    margin-top: -100px;
    margin-bottom: -100px
  }

  .md\:last\:-mx-20:last-child {
    margin-left: -100px;
    margin-right: -100px
  }

  .md\:last\:-my-xxs:last-child {
    margin-top: -8px;
    margin-bottom: -8px
  }

  .md\:last\:-mx-xxs:last-child {
    margin-left: -8px;
    margin-right: -8px
  }

  .md\:last\:-my-xs:last-child {
    margin-top: -12px;
    margin-bottom: -12px
  }

  .md\:last\:-mx-xs:last-child {
    margin-left: -12px;
    margin-right: -12px
  }

  .md\:last\:-my-sm:last-child {
    margin-top: -24px;
    margin-bottom: -24px
  }

  .md\:last\:-mx-sm:last-child {
    margin-left: -24px;
    margin-right: -24px
  }

  .md\:last\:-my-md:last-child {
    margin-top: -48px;
    margin-bottom: -48px
  }

  .md\:last\:-mx-md:last-child {
    margin-left: -48px;
    margin-right: -48px
  }

  .md\:last\:-my-lg:last-child {
    margin-top: -64px;
    margin-bottom: -64px
  }

  .md\:last\:-mx-lg:last-child {
    margin-left: -64px;
    margin-right: -64px
  }

  .md\:last\:-my-xl:last-child {
    margin-top: -128px;
    margin-bottom: -128px
  }

  .md\:last\:-mx-xl:last-child {
    margin-left: -128px;
    margin-right: -128px
  }

  .md\:last\:mt-0:last-child {
    margin-top: 0
  }

  .md\:last\:mr-0:last-child {
    margin-right: 0
  }

  .md\:last\:mb-0:last-child {
    margin-bottom: 0
  }

  .md\:last\:ml-0:last-child {
    margin-left: 0
  }

  .md\:last\:mt-1:last-child {
    margin-top: 5px
  }

  .md\:last\:mr-1:last-child {
    margin-right: 5px
  }

  .md\:last\:mb-1:last-child {
    margin-bottom: 5px
  }

  .md\:last\:ml-1:last-child {
    margin-left: 5px
  }

  .md\:last\:mt-2:last-child {
    margin-top: 10px
  }

  .md\:last\:mr-2:last-child {
    margin-right: 10px
  }

  .md\:last\:mb-2:last-child {
    margin-bottom: 10px
  }

  .md\:last\:ml-2:last-child {
    margin-left: 10px
  }

  .md\:last\:mt-3:last-child {
    margin-top: 15px
  }

  .md\:last\:mr-3:last-child {
    margin-right: 15px
  }

  .md\:last\:mb-3:last-child {
    margin-bottom: 15px
  }

  .md\:last\:ml-3:last-child {
    margin-left: 15px
  }

  .md\:last\:mt-4:last-child {
    margin-top: 20px
  }

  .md\:last\:mr-4:last-child {
    margin-right: 20px
  }

  .md\:last\:mb-4:last-child {
    margin-bottom: 20px
  }

  .md\:last\:ml-4:last-child {
    margin-left: 20px
  }

  .md\:last\:mt-5:last-child {
    margin-top: 25px
  }

  .md\:last\:mr-5:last-child {
    margin-right: 25px
  }

  .md\:last\:mb-5:last-child {
    margin-bottom: 25px
  }

  .md\:last\:ml-5:last-child {
    margin-left: 25px
  }

  .md\:last\:mt-6:last-child {
    margin-top: 30px
  }

  .md\:last\:mr-6:last-child {
    margin-right: 30px
  }

  .md\:last\:mb-6:last-child {
    margin-bottom: 30px
  }

  .md\:last\:ml-6:last-child {
    margin-left: 30px
  }

  .md\:last\:mt-7:last-child {
    margin-top: 35px
  }

  .md\:last\:mr-7:last-child {
    margin-right: 35px
  }

  .md\:last\:mb-7:last-child {
    margin-bottom: 35px
  }

  .md\:last\:ml-7:last-child {
    margin-left: 35px
  }

  .md\:last\:mt-8:last-child {
    margin-top: 40px
  }

  .md\:last\:mr-8:last-child {
    margin-right: 40px
  }

  .md\:last\:mb-8:last-child {
    margin-bottom: 40px
  }

  .md\:last\:ml-8:last-child {
    margin-left: 40px
  }

  .md\:last\:mt-9:last-child {
    margin-top: 45px
  }

  .md\:last\:mr-9:last-child {
    margin-right: 45px
  }

  .md\:last\:mb-9:last-child {
    margin-bottom: 45px
  }

  .md\:last\:ml-9:last-child {
    margin-left: 45px
  }

  .md\:last\:mt-10:last-child {
    margin-top: 50px
  }

  .md\:last\:mr-10:last-child {
    margin-right: 50px
  }

  .md\:last\:mb-10:last-child {
    margin-bottom: 50px
  }

  .md\:last\:ml-10:last-child {
    margin-left: 50px
  }

  .md\:last\:mt-11:last-child {
    margin-top: 55px
  }

  .md\:last\:mr-11:last-child {
    margin-right: 55px
  }

  .md\:last\:mb-11:last-child {
    margin-bottom: 55px
  }

  .md\:last\:ml-11:last-child {
    margin-left: 55px
  }

  .md\:last\:mt-12:last-child {
    margin-top: 60px
  }

  .md\:last\:mr-12:last-child {
    margin-right: 60px
  }

  .md\:last\:mb-12:last-child {
    margin-bottom: 60px
  }

  .md\:last\:ml-12:last-child {
    margin-left: 60px
  }

  .md\:last\:mt-13:last-child {
    margin-top: 65px
  }

  .md\:last\:mr-13:last-child {
    margin-right: 65px
  }

  .md\:last\:mb-13:last-child {
    margin-bottom: 65px
  }

  .md\:last\:ml-13:last-child {
    margin-left: 65px
  }

  .md\:last\:mt-14:last-child {
    margin-top: 70px
  }

  .md\:last\:mr-14:last-child {
    margin-right: 70px
  }

  .md\:last\:mb-14:last-child {
    margin-bottom: 70px
  }

  .md\:last\:ml-14:last-child {
    margin-left: 70px
  }

  .md\:last\:mt-15:last-child {
    margin-top: 75px
  }

  .md\:last\:mr-15:last-child {
    margin-right: 75px
  }

  .md\:last\:mb-15:last-child {
    margin-bottom: 75px
  }

  .md\:last\:ml-15:last-child {
    margin-left: 75px
  }

  .md\:last\:mt-16:last-child {
    margin-top: 80px
  }

  .md\:last\:mr-16:last-child {
    margin-right: 80px
  }

  .md\:last\:mb-16:last-child {
    margin-bottom: 80px
  }

  .md\:last\:ml-16:last-child {
    margin-left: 80px
  }

  .md\:last\:mt-17:last-child {
    margin-top: 85px
  }

  .md\:last\:mr-17:last-child {
    margin-right: 85px
  }

  .md\:last\:mb-17:last-child {
    margin-bottom: 85px
  }

  .md\:last\:ml-17:last-child {
    margin-left: 85px
  }

  .md\:last\:mt-18:last-child {
    margin-top: 90px
  }

  .md\:last\:mr-18:last-child {
    margin-right: 90px
  }

  .md\:last\:mb-18:last-child {
    margin-bottom: 90px
  }

  .md\:last\:ml-18:last-child {
    margin-left: 90px
  }

  .md\:last\:mt-19:last-child {
    margin-top: 95px
  }

  .md\:last\:mr-19:last-child {
    margin-right: 95px
  }

  .md\:last\:mb-19:last-child {
    margin-bottom: 95px
  }

  .md\:last\:ml-19:last-child {
    margin-left: 95px
  }

  .md\:last\:mt-20:last-child {
    margin-top: 100px
  }

  .md\:last\:mr-20:last-child {
    margin-right: 100px
  }

  .md\:last\:mb-20:last-child {
    margin-bottom: 100px
  }

  .md\:last\:ml-20:last-child {
    margin-left: 100px
  }

  .md\:last\:mt-auto:last-child {
    margin-top: auto
  }

  .md\:last\:mr-auto:last-child {
    margin-right: auto
  }

  .md\:last\:mb-auto:last-child {
    margin-bottom: auto
  }

  .md\:last\:ml-auto:last-child {
    margin-left: auto
  }

  .md\:last\:mt-xxs:last-child {
    margin-top: 8px
  }

  .md\:last\:mr-xxs:last-child {
    margin-right: 8px
  }

  .md\:last\:mb-xxs:last-child {
    margin-bottom: 8px
  }

  .md\:last\:ml-xxs:last-child {
    margin-left: 8px
  }

  .md\:last\:mt-xs:last-child {
    margin-top: 12px
  }

  .md\:last\:mr-xs:last-child {
    margin-right: 12px
  }

  .md\:last\:mb-xs:last-child {
    margin-bottom: 12px
  }

  .md\:last\:ml-xs:last-child {
    margin-left: 12px
  }

  .md\:last\:mt-sm:last-child {
    margin-top: 24px
  }

  .md\:last\:mr-sm:last-child {
    margin-right: 24px
  }

  .md\:last\:mb-sm:last-child {
    margin-bottom: 24px
  }

  .md\:last\:ml-sm:last-child {
    margin-left: 24px
  }

  .md\:last\:mt-md:last-child {
    margin-top: 48px
  }

  .md\:last\:mr-md:last-child {
    margin-right: 48px
  }

  .md\:last\:mb-md:last-child {
    margin-bottom: 48px
  }

  .md\:last\:ml-md:last-child {
    margin-left: 48px
  }

  .md\:last\:mt-lg:last-child {
    margin-top: 64px
  }

  .md\:last\:mr-lg:last-child {
    margin-right: 64px
  }

  .md\:last\:mb-lg:last-child {
    margin-bottom: 64px
  }

  .md\:last\:ml-lg:last-child {
    margin-left: 64px
  }

  .md\:last\:mt-xl:last-child {
    margin-top: 128px
  }

  .md\:last\:mr-xl:last-child {
    margin-right: 128px
  }

  .md\:last\:mb-xl:last-child {
    margin-bottom: 128px
  }

  .md\:last\:ml-xl:last-child {
    margin-left: 128px
  }

  .md\:last\:-mt-1:last-child {
    margin-top: -5px
  }

  .md\:last\:-mr-1:last-child {
    margin-right: -5px
  }

  .md\:last\:-mb-1:last-child {
    margin-bottom: -5px
  }

  .md\:last\:-ml-1:last-child {
    margin-left: -5px
  }

  .md\:last\:-mt-2:last-child {
    margin-top: -10px
  }

  .md\:last\:-mr-2:last-child {
    margin-right: -10px
  }

  .md\:last\:-mb-2:last-child {
    margin-bottom: -10px
  }

  .md\:last\:-ml-2:last-child {
    margin-left: -10px
  }

  .md\:last\:-mt-3:last-child {
    margin-top: -15px
  }

  .md\:last\:-mr-3:last-child {
    margin-right: -15px
  }

  .md\:last\:-mb-3:last-child {
    margin-bottom: -15px
  }

  .md\:last\:-ml-3:last-child {
    margin-left: -15px
  }

  .md\:last\:-mt-4:last-child {
    margin-top: -20px
  }

  .md\:last\:-mr-4:last-child {
    margin-right: -20px
  }

  .md\:last\:-mb-4:last-child {
    margin-bottom: -20px
  }

  .md\:last\:-ml-4:last-child {
    margin-left: -20px
  }

  .md\:last\:-mt-5:last-child {
    margin-top: -25px
  }

  .md\:last\:-mr-5:last-child {
    margin-right: -25px
  }

  .md\:last\:-mb-5:last-child {
    margin-bottom: -25px
  }

  .md\:last\:-ml-5:last-child {
    margin-left: -25px
  }

  .md\:last\:-mt-6:last-child {
    margin-top: -30px
  }

  .md\:last\:-mr-6:last-child {
    margin-right: -30px
  }

  .md\:last\:-mb-6:last-child {
    margin-bottom: -30px
  }

  .md\:last\:-ml-6:last-child {
    margin-left: -30px
  }

  .md\:last\:-mt-7:last-child {
    margin-top: -35px
  }

  .md\:last\:-mr-7:last-child {
    margin-right: -35px
  }

  .md\:last\:-mb-7:last-child {
    margin-bottom: -35px
  }

  .md\:last\:-ml-7:last-child {
    margin-left: -35px
  }

  .md\:last\:-mt-8:last-child {
    margin-top: -40px
  }

  .md\:last\:-mr-8:last-child {
    margin-right: -40px
  }

  .md\:last\:-mb-8:last-child {
    margin-bottom: -40px
  }

  .md\:last\:-ml-8:last-child {
    margin-left: -40px
  }

  .md\:last\:-mt-9:last-child {
    margin-top: -45px
  }

  .md\:last\:-mr-9:last-child {
    margin-right: -45px
  }

  .md\:last\:-mb-9:last-child {
    margin-bottom: -45px
  }

  .md\:last\:-ml-9:last-child {
    margin-left: -45px
  }

  .md\:last\:-mt-10:last-child {
    margin-top: -50px
  }

  .md\:last\:-mr-10:last-child {
    margin-right: -50px
  }

  .md\:last\:-mb-10:last-child {
    margin-bottom: -50px
  }

  .md\:last\:-ml-10:last-child {
    margin-left: -50px
  }

  .md\:last\:-mt-11:last-child {
    margin-top: -55px
  }

  .md\:last\:-mr-11:last-child {
    margin-right: -55px
  }

  .md\:last\:-mb-11:last-child {
    margin-bottom: -55px
  }

  .md\:last\:-ml-11:last-child {
    margin-left: -55px
  }

  .md\:last\:-mt-12:last-child {
    margin-top: -60px
  }

  .md\:last\:-mr-12:last-child {
    margin-right: -60px
  }

  .md\:last\:-mb-12:last-child {
    margin-bottom: -60px
  }

  .md\:last\:-ml-12:last-child {
    margin-left: -60px
  }

  .md\:last\:-mt-13:last-child {
    margin-top: -65px
  }

  .md\:last\:-mr-13:last-child {
    margin-right: -65px
  }

  .md\:last\:-mb-13:last-child {
    margin-bottom: -65px
  }

  .md\:last\:-ml-13:last-child {
    margin-left: -65px
  }

  .md\:last\:-mt-14:last-child {
    margin-top: -70px
  }

  .md\:last\:-mr-14:last-child {
    margin-right: -70px
  }

  .md\:last\:-mb-14:last-child {
    margin-bottom: -70px
  }

  .md\:last\:-ml-14:last-child {
    margin-left: -70px
  }

  .md\:last\:-mt-15:last-child {
    margin-top: -75px
  }

  .md\:last\:-mr-15:last-child {
    margin-right: -75px
  }

  .md\:last\:-mb-15:last-child {
    margin-bottom: -75px
  }

  .md\:last\:-ml-15:last-child {
    margin-left: -75px
  }

  .md\:last\:-mt-16:last-child {
    margin-top: -80px
  }

  .md\:last\:-mr-16:last-child {
    margin-right: -80px
  }

  .md\:last\:-mb-16:last-child {
    margin-bottom: -80px
  }

  .md\:last\:-ml-16:last-child {
    margin-left: -80px
  }

  .md\:last\:-mt-17:last-child {
    margin-top: -85px
  }

  .md\:last\:-mr-17:last-child {
    margin-right: -85px
  }

  .md\:last\:-mb-17:last-child {
    margin-bottom: -85px
  }

  .md\:last\:-ml-17:last-child {
    margin-left: -85px
  }

  .md\:last\:-mt-18:last-child {
    margin-top: -90px
  }

  .md\:last\:-mr-18:last-child {
    margin-right: -90px
  }

  .md\:last\:-mb-18:last-child {
    margin-bottom: -90px
  }

  .md\:last\:-ml-18:last-child {
    margin-left: -90px
  }

  .md\:last\:-mt-19:last-child {
    margin-top: -95px
  }

  .md\:last\:-mr-19:last-child {
    margin-right: -95px
  }

  .md\:last\:-mb-19:last-child {
    margin-bottom: -95px
  }

  .md\:last\:-ml-19:last-child {
    margin-left: -95px
  }

  .md\:last\:-mt-20:last-child {
    margin-top: -100px
  }

  .md\:last\:-mr-20:last-child {
    margin-right: -100px
  }

  .md\:last\:-mb-20:last-child {
    margin-bottom: -100px
  }

  .md\:last\:-ml-20:last-child {
    margin-left: -100px
  }

  .md\:last\:-mt-xxs:last-child {
    margin-top: -8px
  }

  .md\:last\:-mr-xxs:last-child {
    margin-right: -8px
  }

  .md\:last\:-mb-xxs:last-child {
    margin-bottom: -8px
  }

  .md\:last\:-ml-xxs:last-child {
    margin-left: -8px
  }

  .md\:last\:-mt-xs:last-child {
    margin-top: -12px
  }

  .md\:last\:-mr-xs:last-child {
    margin-right: -12px
  }

  .md\:last\:-mb-xs:last-child {
    margin-bottom: -12px
  }

  .md\:last\:-ml-xs:last-child {
    margin-left: -12px
  }

  .md\:last\:-mt-sm:last-child {
    margin-top: -24px
  }

  .md\:last\:-mr-sm:last-child {
    margin-right: -24px
  }

  .md\:last\:-mb-sm:last-child {
    margin-bottom: -24px
  }

  .md\:last\:-ml-sm:last-child {
    margin-left: -24px
  }

  .md\:last\:-mt-md:last-child {
    margin-top: -48px
  }

  .md\:last\:-mr-md:last-child {
    margin-right: -48px
  }

  .md\:last\:-mb-md:last-child {
    margin-bottom: -48px
  }

  .md\:last\:-ml-md:last-child {
    margin-left: -48px
  }

  .md\:last\:-mt-lg:last-child {
    margin-top: -64px
  }

  .md\:last\:-mr-lg:last-child {
    margin-right: -64px
  }

  .md\:last\:-mb-lg:last-child {
    margin-bottom: -64px
  }

  .md\:last\:-ml-lg:last-child {
    margin-left: -64px
  }

  .md\:last\:-mt-xl:last-child {
    margin-top: -128px
  }

  .md\:last\:-mr-xl:last-child {
    margin-right: -128px
  }

  .md\:last\:-mb-xl:last-child {
    margin-bottom: -128px
  }

  .md\:last\:-ml-xl:last-child {
    margin-left: -128px
  }

  .md\:max-h-0 {
    max-height: 0
  }

  .md\:max-h-1 {
    max-height: 5px
  }

  .md\:max-h-2 {
    max-height: 10px
  }

  .md\:max-h-3 {
    max-height: 15px
  }

  .md\:max-h-4 {
    max-height: 20px
  }

  .md\:max-h-5 {
    max-height: 25px
  }

  .md\:max-h-6 {
    max-height: 30px
  }

  .md\:max-h-7 {
    max-height: 35px
  }

  .md\:max-h-8 {
    max-height: 40px
  }

  .md\:max-h-9 {
    max-height: 45px
  }

  .md\:max-h-10 {
    max-height: 50px
  }

  .md\:max-h-11 {
    max-height: 55px
  }

  .md\:max-h-12 {
    max-height: 60px
  }

  .md\:max-h-13 {
    max-height: 65px
  }

  .md\:max-h-14 {
    max-height: 70px
  }

  .md\:max-h-15 {
    max-height: 75px
  }

  .md\:max-h-16 {
    max-height: 80px
  }

  .md\:max-h-17 {
    max-height: 85px
  }

  .md\:max-h-18 {
    max-height: 90px
  }

  .md\:max-h-19 {
    max-height: 95px
  }

  .md\:max-h-20 {
    max-height: 100px
  }

  .md\:max-h-full {
    max-height: 100%
  }

  .md\:max-h-screen {
    max-height: 100vh
  }

  .md\:max-h-xxs {
    max-height: 8px
  }

  .md\:max-h-xs {
    max-height: 12px
  }

  .md\:max-h-sm {
    max-height: 24px
  }

  .md\:max-h-md {
    max-height: 48px
  }

  .md\:max-h-lg {
    max-height: 64px
  }

  .md\:max-h-xl {
    max-height: 128px
  }

  .md\:max-w-0 {
    max-width: 0
  }

  .md\:max-w-1 {
    max-width: 5px
  }

  .md\:max-w-2 {
    max-width: 10px
  }

  .md\:max-w-3 {
    max-width: 15px
  }

  .md\:max-w-4 {
    max-width: 20px
  }

  .md\:max-w-5 {
    max-width: 25px
  }

  .md\:max-w-6 {
    max-width: 30px
  }

  .md\:max-w-7 {
    max-width: 35px
  }

  .md\:max-w-8 {
    max-width: 40px
  }

  .md\:max-w-9 {
    max-width: 45px
  }

  .md\:max-w-10 {
    max-width: 50px
  }

  .md\:max-w-11 {
    max-width: 55px
  }

  .md\:max-w-12 {
    max-width: 60px
  }

  .md\:max-w-13 {
    max-width: 65px
  }

  .md\:max-w-14 {
    max-width: 70px
  }

  .md\:max-w-15 {
    max-width: 75px
  }

  .md\:max-w-16 {
    max-width: 80px
  }

  .md\:max-w-17 {
    max-width: 85px
  }

  .md\:max-w-18 {
    max-width: 90px
  }

  .md\:max-w-19 {
    max-width: 95px
  }

  .md\:max-w-20 {
    max-width: 100px
  }

  .md\:max-w-none {
    max-width: none
  }

  .md\:max-w-full {
    max-width: 100%
  }

  .md\:max-w-xxs {
    max-width: 8px
  }

  .md\:max-w-xs {
    max-width: 12px
  }

  .md\:max-w-sm {
    max-width: 24px
  }

  .md\:max-w-md {
    max-width: 48px
  }

  .md\:max-w-lg {
    max-width: 64px
  }

  .md\:max-w-xl {
    max-width: 128px
  }

  .md\:max-w-screen-sm {
    max-width: 767px
  }

  .md\:max-w-screen-md {
    max-width: 768px
  }

  .md\:max-w-screen-lg {
    max-width: 912px
  }

  .md\:max-w-screen-xl {
    max-width: 1280px
  }

  .md\:min-h-0 {
    min-height: 0
  }

  .md\:min-h-1 {
    min-height: 5px
  }

  .md\:min-h-2 {
    min-height: 10px
  }

  .md\:min-h-3 {
    min-height: 15px
  }

  .md\:min-h-4 {
    min-height: 20px
  }

  .md\:min-h-5 {
    min-height: 25px
  }

  .md\:min-h-6 {
    min-height: 30px
  }

  .md\:min-h-7 {
    min-height: 35px
  }

  .md\:min-h-8 {
    min-height: 40px
  }

  .md\:min-h-9 {
    min-height: 45px
  }

  .md\:min-h-10 {
    min-height: 50px
  }

  .md\:min-h-11 {
    min-height: 55px
  }

  .md\:min-h-12 {
    min-height: 60px
  }

  .md\:min-h-13 {
    min-height: 65px
  }

  .md\:min-h-14 {
    min-height: 70px
  }

  .md\:min-h-15 {
    min-height: 75px
  }

  .md\:min-h-16 {
    min-height: 80px
  }

  .md\:min-h-17 {
    min-height: 85px
  }

  .md\:min-h-18 {
    min-height: 90px
  }

  .md\:min-h-19 {
    min-height: 95px
  }

  .md\:min-h-20 {
    min-height: 100px
  }

  .md\:min-h-full {
    min-height: 100%
  }

  .md\:min-h-screen {
    min-height: 100vh
  }

  .md\:min-h-xxs {
    min-height: 8px
  }

  .md\:min-h-xs {
    min-height: 12px
  }

  .md\:min-h-sm {
    min-height: 24px
  }

  .md\:min-h-md {
    min-height: 48px
  }

  .md\:min-h-lg {
    min-height: 64px
  }

  .md\:min-h-xl {
    min-height: 128px
  }

  .md\:min-w-0 {
    min-width: 0
  }

  .md\:min-w-1 {
    min-width: 5px
  }

  .md\:min-w-2 {
    min-width: 10px
  }

  .md\:min-w-3 {
    min-width: 15px
  }

  .md\:min-w-4 {
    min-width: 20px
  }

  .md\:min-w-5 {
    min-width: 25px
  }

  .md\:min-w-6 {
    min-width: 30px
  }

  .md\:min-w-7 {
    min-width: 35px
  }

  .md\:min-w-8 {
    min-width: 40px
  }

  .md\:min-w-9 {
    min-width: 45px
  }

  .md\:min-w-10 {
    min-width: 50px
  }

  .md\:min-w-11 {
    min-width: 55px
  }

  .md\:min-w-12 {
    min-width: 60px
  }

  .md\:min-w-13 {
    min-width: 65px
  }

  .md\:min-w-14 {
    min-width: 70px
  }

  .md\:min-w-15 {
    min-width: 75px
  }

  .md\:min-w-16 {
    min-width: 80px
  }

  .md\:min-w-17 {
    min-width: 85px
  }

  .md\:min-w-18 {
    min-width: 90px
  }

  .md\:min-w-19 {
    min-width: 95px
  }

  .md\:min-w-20 {
    min-width: 100px
  }

  .md\:min-w-full {
    min-width: 100%
  }

  .md\:min-w-screen {
    min-width: 100vw
  }

  .md\:min-w-xxs {
    min-width: 8px
  }

  .md\:min-w-xs {
    min-width: 12px
  }

  .md\:min-w-sm {
    min-width: 24px
  }

  .md\:min-w-md {
    min-width: 48px
  }

  .md\:min-w-lg {
    min-width: 64px
  }

  .md\:min-w-xl {
    min-width: 128px
  }

  .md\:object-contain {
    -o-object-fit: contain;
       object-fit: contain
  }

  .md\:object-cover {
    -o-object-fit: cover;
       object-fit: cover
  }

  .md\:object-fill {
    -o-object-fit: fill;
       object-fit: fill
  }

  .md\:object-none {
    -o-object-fit: none;
       object-fit: none
  }

  .md\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down
  }

  .md\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom
  }

  .md\:object-center {
    -o-object-position: center;
       object-position: center
  }

  .md\:object-left {
    -o-object-position: left;
       object-position: left
  }

  .md\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom
  }

  .md\:object-left-top {
    -o-object-position: left top;
       object-position: left top
  }

  .md\:object-right {
    -o-object-position: right;
       object-position: right
  }

  .md\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom
  }

  .md\:object-right-top {
    -o-object-position: right top;
       object-position: right top
  }

  .md\:object-top {
    -o-object-position: top;
       object-position: top
  }

  .md\:opacity-0 {
    opacity: 0
  }

  .md\:opacity-25 {
    opacity: 0.25
  }

  .md\:opacity-50 {
    opacity: 0.5
  }

  .md\:opacity-75 {
    opacity: 0.75
  }

  .md\:opacity-100 {
    opacity: 1
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0
  }

  .md\:hover\:opacity-25:hover {
    opacity: 0.25
  }

  .md\:hover\:opacity-50:hover {
    opacity: 0.5
  }

  .md\:hover\:opacity-75:hover {
    opacity: 0.75
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1
  }

  .md\:focus\:opacity-0:focus {
    opacity: 0
  }

  .md\:focus\:opacity-25:focus {
    opacity: 0.25
  }

  .md\:focus\:opacity-50:focus {
    opacity: 0.5
  }

  .md\:focus\:opacity-75:focus {
    opacity: 0.75
  }

  .md\:focus\:opacity-100:focus {
    opacity: 1
  }

  .md\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
  }

  .md\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px
  }

  .md\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px
  }

  .md\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
  }

  .md\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px
  }

  .md\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px
  }

  .md\:overflow-auto {
    overflow: auto
  }

  .md\:overflow-hidden {
    overflow: hidden
  }

  .md\:overflow-visible {
    overflow: visible
  }

  .md\:overflow-scroll {
    overflow: scroll
  }

  .md\:overflow-x-auto {
    overflow-x: auto
  }

  .md\:overflow-y-auto {
    overflow-y: auto
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden
  }

  .md\:overflow-x-visible {
    overflow-x: visible
  }

  .md\:overflow-y-visible {
    overflow-y: visible
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto
  }

  .md\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto
  }

  .md\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain
  }

  .md\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none
  }

  .md\:overscroll-y-auto {
    overscroll-behavior-y: auto
  }

  .md\:overscroll-y-contain {
    overscroll-behavior-y: contain
  }

  .md\:overscroll-y-none {
    overscroll-behavior-y: none
  }

  .md\:overscroll-x-auto {
    overscroll-behavior-x: auto
  }

  .md\:overscroll-x-contain {
    overscroll-behavior-x: contain
  }

  .md\:overscroll-x-none {
    overscroll-behavior-x: none
  }

  .md\:p-0 {
    padding: 0
  }

  .md\:p-1 {
    padding: 5px
  }

  .md\:p-2 {
    padding: 10px
  }

  .md\:p-3 {
    padding: 15px
  }

  .md\:p-4 {
    padding: 20px
  }

  .md\:p-5 {
    padding: 25px
  }

  .md\:p-6 {
    padding: 30px
  }

  .md\:p-7 {
    padding: 35px
  }

  .md\:p-8 {
    padding: 40px
  }

  .md\:p-9 {
    padding: 45px
  }

  .md\:p-10 {
    padding: 50px
  }

  .md\:p-11 {
    padding: 55px
  }

  .md\:p-12 {
    padding: 60px
  }

  .md\:p-13 {
    padding: 65px
  }

  .md\:p-14 {
    padding: 70px
  }

  .md\:p-15 {
    padding: 75px
  }

  .md\:p-16 {
    padding: 80px
  }

  .md\:p-17 {
    padding: 85px
  }

  .md\:p-18 {
    padding: 90px
  }

  .md\:p-19 {
    padding: 95px
  }

  .md\:p-20 {
    padding: 100px
  }

  .md\:p-xxs {
    padding: 8px
  }

  .md\:p-xs {
    padding: 12px
  }

  .md\:p-sm {
    padding: 24px
  }

  .md\:p-md {
    padding: 48px
  }

  .md\:p-lg {
    padding: 64px
  }

  .md\:p-xl {
    padding: 128px
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0
  }

  .md\:py-1 {
    padding-top: 5px;
    padding-bottom: 5px
  }

  .md\:px-1 {
    padding-left: 5px;
    padding-right: 5px
  }

  .md\:py-2 {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .md\:px-2 {
    padding-left: 10px;
    padding-right: 10px
  }

  .md\:py-3 {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .md\:px-3 {
    padding-left: 15px;
    padding-right: 15px
  }

  .md\:py-4 {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .md\:px-4 {
    padding-left: 20px;
    padding-right: 20px
  }

  .md\:py-5 {
    padding-top: 25px;
    padding-bottom: 25px
  }

  .md\:px-5 {
    padding-left: 25px;
    padding-right: 25px
  }

  .md\:py-6 {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .md\:px-6 {
    padding-left: 30px;
    padding-right: 30px
  }

  .md\:py-7 {
    padding-top: 35px;
    padding-bottom: 35px
  }

  .md\:px-7 {
    padding-left: 35px;
    padding-right: 35px
  }

  .md\:py-8 {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .md\:px-8 {
    padding-left: 40px;
    padding-right: 40px
  }

  .md\:py-9 {
    padding-top: 45px;
    padding-bottom: 45px
  }

  .md\:px-9 {
    padding-left: 45px;
    padding-right: 45px
  }

  .md\:py-10 {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .md\:px-10 {
    padding-left: 50px;
    padding-right: 50px
  }

  .md\:py-11 {
    padding-top: 55px;
    padding-bottom: 55px
  }

  .md\:px-11 {
    padding-left: 55px;
    padding-right: 55px
  }

  .md\:py-12 {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .md\:px-12 {
    padding-left: 60px;
    padding-right: 60px
  }

  .md\:py-13 {
    padding-top: 65px;
    padding-bottom: 65px
  }

  .md\:px-13 {
    padding-left: 65px;
    padding-right: 65px
  }

  .md\:py-14 {
    padding-top: 70px;
    padding-bottom: 70px
  }

  .md\:px-14 {
    padding-left: 70px;
    padding-right: 70px
  }

  .md\:py-15 {
    padding-top: 75px;
    padding-bottom: 75px
  }

  .md\:px-15 {
    padding-left: 75px;
    padding-right: 75px
  }

  .md\:py-16 {
    padding-top: 80px;
    padding-bottom: 80px
  }

  .md\:px-16 {
    padding-left: 80px;
    padding-right: 80px
  }

  .md\:py-17 {
    padding-top: 85px;
    padding-bottom: 85px
  }

  .md\:px-17 {
    padding-left: 85px;
    padding-right: 85px
  }

  .md\:py-18 {
    padding-top: 90px;
    padding-bottom: 90px
  }

  .md\:px-18 {
    padding-left: 90px;
    padding-right: 90px
  }

  .md\:py-19 {
    padding-top: 95px;
    padding-bottom: 95px
  }

  .md\:px-19 {
    padding-left: 95px;
    padding-right: 95px
  }

  .md\:py-20 {
    padding-top: 100px;
    padding-bottom: 100px
  }

  .md\:px-20 {
    padding-left: 100px;
    padding-right: 100px
  }

  .md\:py-xxs {
    padding-top: 8px;
    padding-bottom: 8px
  }

  .md\:px-xxs {
    padding-left: 8px;
    padding-right: 8px
  }

  .md\:py-xs {
    padding-top: 12px;
    padding-bottom: 12px
  }

  .md\:px-xs {
    padding-left: 12px;
    padding-right: 12px
  }

  .md\:py-sm {
    padding-top: 24px;
    padding-bottom: 24px
  }

  .md\:px-sm {
    padding-left: 24px;
    padding-right: 24px
  }

  .md\:py-md {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .md\:px-md {
    padding-left: 48px;
    padding-right: 48px
  }

  .md\:py-lg {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .md\:px-lg {
    padding-left: 64px;
    padding-right: 64px
  }

  .md\:py-xl {
    padding-top: 128px;
    padding-bottom: 128px
  }

  .md\:px-xl {
    padding-left: 128px;
    padding-right: 128px
  }

  .md\:pt-0 {
    padding-top: 0
  }

  .md\:pr-0 {
    padding-right: 0
  }

  .md\:pb-0 {
    padding-bottom: 0
  }

  .md\:pl-0 {
    padding-left: 0
  }

  .md\:pt-1 {
    padding-top: 5px
  }

  .md\:pr-1 {
    padding-right: 5px
  }

  .md\:pb-1 {
    padding-bottom: 5px
  }

  .md\:pl-1 {
    padding-left: 5px
  }

  .md\:pt-2 {
    padding-top: 10px
  }

  .md\:pr-2 {
    padding-right: 10px
  }

  .md\:pb-2 {
    padding-bottom: 10px
  }

  .md\:pl-2 {
    padding-left: 10px
  }

  .md\:pt-3 {
    padding-top: 15px
  }

  .md\:pr-3 {
    padding-right: 15px
  }

  .md\:pb-3 {
    padding-bottom: 15px
  }

  .md\:pl-3 {
    padding-left: 15px
  }

  .md\:pt-4 {
    padding-top: 20px
  }

  .md\:pr-4 {
    padding-right: 20px
  }

  .md\:pb-4 {
    padding-bottom: 20px
  }

  .md\:pl-4 {
    padding-left: 20px
  }

  .md\:pt-5 {
    padding-top: 25px
  }

  .md\:pr-5 {
    padding-right: 25px
  }

  .md\:pb-5 {
    padding-bottom: 25px
  }

  .md\:pl-5 {
    padding-left: 25px
  }

  .md\:pt-6 {
    padding-top: 30px
  }

  .md\:pr-6 {
    padding-right: 30px
  }

  .md\:pb-6 {
    padding-bottom: 30px
  }

  .md\:pl-6 {
    padding-left: 30px
  }

  .md\:pt-7 {
    padding-top: 35px
  }

  .md\:pr-7 {
    padding-right: 35px
  }

  .md\:pb-7 {
    padding-bottom: 35px
  }

  .md\:pl-7 {
    padding-left: 35px
  }

  .md\:pt-8 {
    padding-top: 40px
  }

  .md\:pr-8 {
    padding-right: 40px
  }

  .md\:pb-8 {
    padding-bottom: 40px
  }

  .md\:pl-8 {
    padding-left: 40px
  }

  .md\:pt-9 {
    padding-top: 45px
  }

  .md\:pr-9 {
    padding-right: 45px
  }

  .md\:pb-9 {
    padding-bottom: 45px
  }

  .md\:pl-9 {
    padding-left: 45px
  }

  .md\:pt-10 {
    padding-top: 50px
  }

  .md\:pr-10 {
    padding-right: 50px
  }

  .md\:pb-10 {
    padding-bottom: 50px
  }

  .md\:pl-10 {
    padding-left: 50px
  }

  .md\:pt-11 {
    padding-top: 55px
  }

  .md\:pr-11 {
    padding-right: 55px
  }

  .md\:pb-11 {
    padding-bottom: 55px
  }

  .md\:pl-11 {
    padding-left: 55px
  }

  .md\:pt-12 {
    padding-top: 60px
  }

  .md\:pr-12 {
    padding-right: 60px
  }

  .md\:pb-12 {
    padding-bottom: 60px
  }

  .md\:pl-12 {
    padding-left: 60px
  }

  .md\:pt-13 {
    padding-top: 65px
  }

  .md\:pr-13 {
    padding-right: 65px
  }

  .md\:pb-13 {
    padding-bottom: 65px
  }

  .md\:pl-13 {
    padding-left: 65px
  }

  .md\:pt-14 {
    padding-top: 70px
  }

  .md\:pr-14 {
    padding-right: 70px
  }

  .md\:pb-14 {
    padding-bottom: 70px
  }

  .md\:pl-14 {
    padding-left: 70px
  }

  .md\:pt-15 {
    padding-top: 75px
  }

  .md\:pr-15 {
    padding-right: 75px
  }

  .md\:pb-15 {
    padding-bottom: 75px
  }

  .md\:pl-15 {
    padding-left: 75px
  }

  .md\:pt-16 {
    padding-top: 80px
  }

  .md\:pr-16 {
    padding-right: 80px
  }

  .md\:pb-16 {
    padding-bottom: 80px
  }

  .md\:pl-16 {
    padding-left: 80px
  }

  .md\:pt-17 {
    padding-top: 85px
  }

  .md\:pr-17 {
    padding-right: 85px
  }

  .md\:pb-17 {
    padding-bottom: 85px
  }

  .md\:pl-17 {
    padding-left: 85px
  }

  .md\:pt-18 {
    padding-top: 90px
  }

  .md\:pr-18 {
    padding-right: 90px
  }

  .md\:pb-18 {
    padding-bottom: 90px
  }

  .md\:pl-18 {
    padding-left: 90px
  }

  .md\:pt-19 {
    padding-top: 95px
  }

  .md\:pr-19 {
    padding-right: 95px
  }

  .md\:pb-19 {
    padding-bottom: 95px
  }

  .md\:pl-19 {
    padding-left: 95px
  }

  .md\:pt-20 {
    padding-top: 100px
  }

  .md\:pr-20 {
    padding-right: 100px
  }

  .md\:pb-20 {
    padding-bottom: 100px
  }

  .md\:pl-20 {
    padding-left: 100px
  }

  .md\:pt-xxs {
    padding-top: 8px
  }

  .md\:pr-xxs {
    padding-right: 8px
  }

  .md\:pb-xxs {
    padding-bottom: 8px
  }

  .md\:pl-xxs {
    padding-left: 8px
  }

  .md\:pt-xs {
    padding-top: 12px
  }

  .md\:pr-xs {
    padding-right: 12px
  }

  .md\:pb-xs {
    padding-bottom: 12px
  }

  .md\:pl-xs {
    padding-left: 12px
  }

  .md\:pt-sm {
    padding-top: 24px
  }

  .md\:pr-sm {
    padding-right: 24px
  }

  .md\:pb-sm {
    padding-bottom: 24px
  }

  .md\:pl-sm {
    padding-left: 24px
  }

  .md\:pt-md {
    padding-top: 48px
  }

  .md\:pr-md {
    padding-right: 48px
  }

  .md\:pb-md {
    padding-bottom: 48px
  }

  .md\:pl-md {
    padding-left: 48px
  }

  .md\:pt-lg {
    padding-top: 64px
  }

  .md\:pr-lg {
    padding-right: 64px
  }

  .md\:pb-lg {
    padding-bottom: 64px
  }

  .md\:pl-lg {
    padding-left: 64px
  }

  .md\:pt-xl {
    padding-top: 128px
  }

  .md\:pr-xl {
    padding-right: 128px
  }

  .md\:pb-xl {
    padding-bottom: 128px
  }

  .md\:pl-xl {
    padding-left: 128px
  }

  .md\:first\:p-0:first-child {
    padding: 0
  }

  .md\:first\:p-1:first-child {
    padding: 5px
  }

  .md\:first\:p-2:first-child {
    padding: 10px
  }

  .md\:first\:p-3:first-child {
    padding: 15px
  }

  .md\:first\:p-4:first-child {
    padding: 20px
  }

  .md\:first\:p-5:first-child {
    padding: 25px
  }

  .md\:first\:p-6:first-child {
    padding: 30px
  }

  .md\:first\:p-7:first-child {
    padding: 35px
  }

  .md\:first\:p-8:first-child {
    padding: 40px
  }

  .md\:first\:p-9:first-child {
    padding: 45px
  }

  .md\:first\:p-10:first-child {
    padding: 50px
  }

  .md\:first\:p-11:first-child {
    padding: 55px
  }

  .md\:first\:p-12:first-child {
    padding: 60px
  }

  .md\:first\:p-13:first-child {
    padding: 65px
  }

  .md\:first\:p-14:first-child {
    padding: 70px
  }

  .md\:first\:p-15:first-child {
    padding: 75px
  }

  .md\:first\:p-16:first-child {
    padding: 80px
  }

  .md\:first\:p-17:first-child {
    padding: 85px
  }

  .md\:first\:p-18:first-child {
    padding: 90px
  }

  .md\:first\:p-19:first-child {
    padding: 95px
  }

  .md\:first\:p-20:first-child {
    padding: 100px
  }

  .md\:first\:p-xxs:first-child {
    padding: 8px
  }

  .md\:first\:p-xs:first-child {
    padding: 12px
  }

  .md\:first\:p-sm:first-child {
    padding: 24px
  }

  .md\:first\:p-md:first-child {
    padding: 48px
  }

  .md\:first\:p-lg:first-child {
    padding: 64px
  }

  .md\:first\:p-xl:first-child {
    padding: 128px
  }

  .md\:first\:py-0:first-child {
    padding-top: 0;
    padding-bottom: 0
  }

  .md\:first\:px-0:first-child {
    padding-left: 0;
    padding-right: 0
  }

  .md\:first\:py-1:first-child {
    padding-top: 5px;
    padding-bottom: 5px
  }

  .md\:first\:px-1:first-child {
    padding-left: 5px;
    padding-right: 5px
  }

  .md\:first\:py-2:first-child {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .md\:first\:px-2:first-child {
    padding-left: 10px;
    padding-right: 10px
  }

  .md\:first\:py-3:first-child {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .md\:first\:px-3:first-child {
    padding-left: 15px;
    padding-right: 15px
  }

  .md\:first\:py-4:first-child {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .md\:first\:px-4:first-child {
    padding-left: 20px;
    padding-right: 20px
  }

  .md\:first\:py-5:first-child {
    padding-top: 25px;
    padding-bottom: 25px
  }

  .md\:first\:px-5:first-child {
    padding-left: 25px;
    padding-right: 25px
  }

  .md\:first\:py-6:first-child {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .md\:first\:px-6:first-child {
    padding-left: 30px;
    padding-right: 30px
  }

  .md\:first\:py-7:first-child {
    padding-top: 35px;
    padding-bottom: 35px
  }

  .md\:first\:px-7:first-child {
    padding-left: 35px;
    padding-right: 35px
  }

  .md\:first\:py-8:first-child {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .md\:first\:px-8:first-child {
    padding-left: 40px;
    padding-right: 40px
  }

  .md\:first\:py-9:first-child {
    padding-top: 45px;
    padding-bottom: 45px
  }

  .md\:first\:px-9:first-child {
    padding-left: 45px;
    padding-right: 45px
  }

  .md\:first\:py-10:first-child {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .md\:first\:px-10:first-child {
    padding-left: 50px;
    padding-right: 50px
  }

  .md\:first\:py-11:first-child {
    padding-top: 55px;
    padding-bottom: 55px
  }

  .md\:first\:px-11:first-child {
    padding-left: 55px;
    padding-right: 55px
  }

  .md\:first\:py-12:first-child {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .md\:first\:px-12:first-child {
    padding-left: 60px;
    padding-right: 60px
  }

  .md\:first\:py-13:first-child {
    padding-top: 65px;
    padding-bottom: 65px
  }

  .md\:first\:px-13:first-child {
    padding-left: 65px;
    padding-right: 65px
  }

  .md\:first\:py-14:first-child {
    padding-top: 70px;
    padding-bottom: 70px
  }

  .md\:first\:px-14:first-child {
    padding-left: 70px;
    padding-right: 70px
  }

  .md\:first\:py-15:first-child {
    padding-top: 75px;
    padding-bottom: 75px
  }

  .md\:first\:px-15:first-child {
    padding-left: 75px;
    padding-right: 75px
  }

  .md\:first\:py-16:first-child {
    padding-top: 80px;
    padding-bottom: 80px
  }

  .md\:first\:px-16:first-child {
    padding-left: 80px;
    padding-right: 80px
  }

  .md\:first\:py-17:first-child {
    padding-top: 85px;
    padding-bottom: 85px
  }

  .md\:first\:px-17:first-child {
    padding-left: 85px;
    padding-right: 85px
  }

  .md\:first\:py-18:first-child {
    padding-top: 90px;
    padding-bottom: 90px
  }

  .md\:first\:px-18:first-child {
    padding-left: 90px;
    padding-right: 90px
  }

  .md\:first\:py-19:first-child {
    padding-top: 95px;
    padding-bottom: 95px
  }

  .md\:first\:px-19:first-child {
    padding-left: 95px;
    padding-right: 95px
  }

  .md\:first\:py-20:first-child {
    padding-top: 100px;
    padding-bottom: 100px
  }

  .md\:first\:px-20:first-child {
    padding-left: 100px;
    padding-right: 100px
  }

  .md\:first\:py-xxs:first-child {
    padding-top: 8px;
    padding-bottom: 8px
  }

  .md\:first\:px-xxs:first-child {
    padding-left: 8px;
    padding-right: 8px
  }

  .md\:first\:py-xs:first-child {
    padding-top: 12px;
    padding-bottom: 12px
  }

  .md\:first\:px-xs:first-child {
    padding-left: 12px;
    padding-right: 12px
  }

  .md\:first\:py-sm:first-child {
    padding-top: 24px;
    padding-bottom: 24px
  }

  .md\:first\:px-sm:first-child {
    padding-left: 24px;
    padding-right: 24px
  }

  .md\:first\:py-md:first-child {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .md\:first\:px-md:first-child {
    padding-left: 48px;
    padding-right: 48px
  }

  .md\:first\:py-lg:first-child {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .md\:first\:px-lg:first-child {
    padding-left: 64px;
    padding-right: 64px
  }

  .md\:first\:py-xl:first-child {
    padding-top: 128px;
    padding-bottom: 128px
  }

  .md\:first\:px-xl:first-child {
    padding-left: 128px;
    padding-right: 128px
  }

  .md\:first\:pt-0:first-child {
    padding-top: 0
  }

  .md\:first\:pr-0:first-child {
    padding-right: 0
  }

  .md\:first\:pb-0:first-child {
    padding-bottom: 0
  }

  .md\:first\:pl-0:first-child {
    padding-left: 0
  }

  .md\:first\:pt-1:first-child {
    padding-top: 5px
  }

  .md\:first\:pr-1:first-child {
    padding-right: 5px
  }

  .md\:first\:pb-1:first-child {
    padding-bottom: 5px
  }

  .md\:first\:pl-1:first-child {
    padding-left: 5px
  }

  .md\:first\:pt-2:first-child {
    padding-top: 10px
  }

  .md\:first\:pr-2:first-child {
    padding-right: 10px
  }

  .md\:first\:pb-2:first-child {
    padding-bottom: 10px
  }

  .md\:first\:pl-2:first-child {
    padding-left: 10px
  }

  .md\:first\:pt-3:first-child {
    padding-top: 15px
  }

  .md\:first\:pr-3:first-child {
    padding-right: 15px
  }

  .md\:first\:pb-3:first-child {
    padding-bottom: 15px
  }

  .md\:first\:pl-3:first-child {
    padding-left: 15px
  }

  .md\:first\:pt-4:first-child {
    padding-top: 20px
  }

  .md\:first\:pr-4:first-child {
    padding-right: 20px
  }

  .md\:first\:pb-4:first-child {
    padding-bottom: 20px
  }

  .md\:first\:pl-4:first-child {
    padding-left: 20px
  }

  .md\:first\:pt-5:first-child {
    padding-top: 25px
  }

  .md\:first\:pr-5:first-child {
    padding-right: 25px
  }

  .md\:first\:pb-5:first-child {
    padding-bottom: 25px
  }

  .md\:first\:pl-5:first-child {
    padding-left: 25px
  }

  .md\:first\:pt-6:first-child {
    padding-top: 30px
  }

  .md\:first\:pr-6:first-child {
    padding-right: 30px
  }

  .md\:first\:pb-6:first-child {
    padding-bottom: 30px
  }

  .md\:first\:pl-6:first-child {
    padding-left: 30px
  }

  .md\:first\:pt-7:first-child {
    padding-top: 35px
  }

  .md\:first\:pr-7:first-child {
    padding-right: 35px
  }

  .md\:first\:pb-7:first-child {
    padding-bottom: 35px
  }

  .md\:first\:pl-7:first-child {
    padding-left: 35px
  }

  .md\:first\:pt-8:first-child {
    padding-top: 40px
  }

  .md\:first\:pr-8:first-child {
    padding-right: 40px
  }

  .md\:first\:pb-8:first-child {
    padding-bottom: 40px
  }

  .md\:first\:pl-8:first-child {
    padding-left: 40px
  }

  .md\:first\:pt-9:first-child {
    padding-top: 45px
  }

  .md\:first\:pr-9:first-child {
    padding-right: 45px
  }

  .md\:first\:pb-9:first-child {
    padding-bottom: 45px
  }

  .md\:first\:pl-9:first-child {
    padding-left: 45px
  }

  .md\:first\:pt-10:first-child {
    padding-top: 50px
  }

  .md\:first\:pr-10:first-child {
    padding-right: 50px
  }

  .md\:first\:pb-10:first-child {
    padding-bottom: 50px
  }

  .md\:first\:pl-10:first-child {
    padding-left: 50px
  }

  .md\:first\:pt-11:first-child {
    padding-top: 55px
  }

  .md\:first\:pr-11:first-child {
    padding-right: 55px
  }

  .md\:first\:pb-11:first-child {
    padding-bottom: 55px
  }

  .md\:first\:pl-11:first-child {
    padding-left: 55px
  }

  .md\:first\:pt-12:first-child {
    padding-top: 60px
  }

  .md\:first\:pr-12:first-child {
    padding-right: 60px
  }

  .md\:first\:pb-12:first-child {
    padding-bottom: 60px
  }

  .md\:first\:pl-12:first-child {
    padding-left: 60px
  }

  .md\:first\:pt-13:first-child {
    padding-top: 65px
  }

  .md\:first\:pr-13:first-child {
    padding-right: 65px
  }

  .md\:first\:pb-13:first-child {
    padding-bottom: 65px
  }

  .md\:first\:pl-13:first-child {
    padding-left: 65px
  }

  .md\:first\:pt-14:first-child {
    padding-top: 70px
  }

  .md\:first\:pr-14:first-child {
    padding-right: 70px
  }

  .md\:first\:pb-14:first-child {
    padding-bottom: 70px
  }

  .md\:first\:pl-14:first-child {
    padding-left: 70px
  }

  .md\:first\:pt-15:first-child {
    padding-top: 75px
  }

  .md\:first\:pr-15:first-child {
    padding-right: 75px
  }

  .md\:first\:pb-15:first-child {
    padding-bottom: 75px
  }

  .md\:first\:pl-15:first-child {
    padding-left: 75px
  }

  .md\:first\:pt-16:first-child {
    padding-top: 80px
  }

  .md\:first\:pr-16:first-child {
    padding-right: 80px
  }

  .md\:first\:pb-16:first-child {
    padding-bottom: 80px
  }

  .md\:first\:pl-16:first-child {
    padding-left: 80px
  }

  .md\:first\:pt-17:first-child {
    padding-top: 85px
  }

  .md\:first\:pr-17:first-child {
    padding-right: 85px
  }

  .md\:first\:pb-17:first-child {
    padding-bottom: 85px
  }

  .md\:first\:pl-17:first-child {
    padding-left: 85px
  }

  .md\:first\:pt-18:first-child {
    padding-top: 90px
  }

  .md\:first\:pr-18:first-child {
    padding-right: 90px
  }

  .md\:first\:pb-18:first-child {
    padding-bottom: 90px
  }

  .md\:first\:pl-18:first-child {
    padding-left: 90px
  }

  .md\:first\:pt-19:first-child {
    padding-top: 95px
  }

  .md\:first\:pr-19:first-child {
    padding-right: 95px
  }

  .md\:first\:pb-19:first-child {
    padding-bottom: 95px
  }

  .md\:first\:pl-19:first-child {
    padding-left: 95px
  }

  .md\:first\:pt-20:first-child {
    padding-top: 100px
  }

  .md\:first\:pr-20:first-child {
    padding-right: 100px
  }

  .md\:first\:pb-20:first-child {
    padding-bottom: 100px
  }

  .md\:first\:pl-20:first-child {
    padding-left: 100px
  }

  .md\:first\:pt-xxs:first-child {
    padding-top: 8px
  }

  .md\:first\:pr-xxs:first-child {
    padding-right: 8px
  }

  .md\:first\:pb-xxs:first-child {
    padding-bottom: 8px
  }

  .md\:first\:pl-xxs:first-child {
    padding-left: 8px
  }

  .md\:first\:pt-xs:first-child {
    padding-top: 12px
  }

  .md\:first\:pr-xs:first-child {
    padding-right: 12px
  }

  .md\:first\:pb-xs:first-child {
    padding-bottom: 12px
  }

  .md\:first\:pl-xs:first-child {
    padding-left: 12px
  }

  .md\:first\:pt-sm:first-child {
    padding-top: 24px
  }

  .md\:first\:pr-sm:first-child {
    padding-right: 24px
  }

  .md\:first\:pb-sm:first-child {
    padding-bottom: 24px
  }

  .md\:first\:pl-sm:first-child {
    padding-left: 24px
  }

  .md\:first\:pt-md:first-child {
    padding-top: 48px
  }

  .md\:first\:pr-md:first-child {
    padding-right: 48px
  }

  .md\:first\:pb-md:first-child {
    padding-bottom: 48px
  }

  .md\:first\:pl-md:first-child {
    padding-left: 48px
  }

  .md\:first\:pt-lg:first-child {
    padding-top: 64px
  }

  .md\:first\:pr-lg:first-child {
    padding-right: 64px
  }

  .md\:first\:pb-lg:first-child {
    padding-bottom: 64px
  }

  .md\:first\:pl-lg:first-child {
    padding-left: 64px
  }

  .md\:first\:pt-xl:first-child {
    padding-top: 128px
  }

  .md\:first\:pr-xl:first-child {
    padding-right: 128px
  }

  .md\:first\:pb-xl:first-child {
    padding-bottom: 128px
  }

  .md\:first\:pl-xl:first-child {
    padding-left: 128px
  }

  .md\:last\:p-0:last-child {
    padding: 0
  }

  .md\:last\:p-1:last-child {
    padding: 5px
  }

  .md\:last\:p-2:last-child {
    padding: 10px
  }

  .md\:last\:p-3:last-child {
    padding: 15px
  }

  .md\:last\:p-4:last-child {
    padding: 20px
  }

  .md\:last\:p-5:last-child {
    padding: 25px
  }

  .md\:last\:p-6:last-child {
    padding: 30px
  }

  .md\:last\:p-7:last-child {
    padding: 35px
  }

  .md\:last\:p-8:last-child {
    padding: 40px
  }

  .md\:last\:p-9:last-child {
    padding: 45px
  }

  .md\:last\:p-10:last-child {
    padding: 50px
  }

  .md\:last\:p-11:last-child {
    padding: 55px
  }

  .md\:last\:p-12:last-child {
    padding: 60px
  }

  .md\:last\:p-13:last-child {
    padding: 65px
  }

  .md\:last\:p-14:last-child {
    padding: 70px
  }

  .md\:last\:p-15:last-child {
    padding: 75px
  }

  .md\:last\:p-16:last-child {
    padding: 80px
  }

  .md\:last\:p-17:last-child {
    padding: 85px
  }

  .md\:last\:p-18:last-child {
    padding: 90px
  }

  .md\:last\:p-19:last-child {
    padding: 95px
  }

  .md\:last\:p-20:last-child {
    padding: 100px
  }

  .md\:last\:p-xxs:last-child {
    padding: 8px
  }

  .md\:last\:p-xs:last-child {
    padding: 12px
  }

  .md\:last\:p-sm:last-child {
    padding: 24px
  }

  .md\:last\:p-md:last-child {
    padding: 48px
  }

  .md\:last\:p-lg:last-child {
    padding: 64px
  }

  .md\:last\:p-xl:last-child {
    padding: 128px
  }

  .md\:last\:py-0:last-child {
    padding-top: 0;
    padding-bottom: 0
  }

  .md\:last\:px-0:last-child {
    padding-left: 0;
    padding-right: 0
  }

  .md\:last\:py-1:last-child {
    padding-top: 5px;
    padding-bottom: 5px
  }

  .md\:last\:px-1:last-child {
    padding-left: 5px;
    padding-right: 5px
  }

  .md\:last\:py-2:last-child {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .md\:last\:px-2:last-child {
    padding-left: 10px;
    padding-right: 10px
  }

  .md\:last\:py-3:last-child {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .md\:last\:px-3:last-child {
    padding-left: 15px;
    padding-right: 15px
  }

  .md\:last\:py-4:last-child {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .md\:last\:px-4:last-child {
    padding-left: 20px;
    padding-right: 20px
  }

  .md\:last\:py-5:last-child {
    padding-top: 25px;
    padding-bottom: 25px
  }

  .md\:last\:px-5:last-child {
    padding-left: 25px;
    padding-right: 25px
  }

  .md\:last\:py-6:last-child {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .md\:last\:px-6:last-child {
    padding-left: 30px;
    padding-right: 30px
  }

  .md\:last\:py-7:last-child {
    padding-top: 35px;
    padding-bottom: 35px
  }

  .md\:last\:px-7:last-child {
    padding-left: 35px;
    padding-right: 35px
  }

  .md\:last\:py-8:last-child {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .md\:last\:px-8:last-child {
    padding-left: 40px;
    padding-right: 40px
  }

  .md\:last\:py-9:last-child {
    padding-top: 45px;
    padding-bottom: 45px
  }

  .md\:last\:px-9:last-child {
    padding-left: 45px;
    padding-right: 45px
  }

  .md\:last\:py-10:last-child {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .md\:last\:px-10:last-child {
    padding-left: 50px;
    padding-right: 50px
  }

  .md\:last\:py-11:last-child {
    padding-top: 55px;
    padding-bottom: 55px
  }

  .md\:last\:px-11:last-child {
    padding-left: 55px;
    padding-right: 55px
  }

  .md\:last\:py-12:last-child {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .md\:last\:px-12:last-child {
    padding-left: 60px;
    padding-right: 60px
  }

  .md\:last\:py-13:last-child {
    padding-top: 65px;
    padding-bottom: 65px
  }

  .md\:last\:px-13:last-child {
    padding-left: 65px;
    padding-right: 65px
  }

  .md\:last\:py-14:last-child {
    padding-top: 70px;
    padding-bottom: 70px
  }

  .md\:last\:px-14:last-child {
    padding-left: 70px;
    padding-right: 70px
  }

  .md\:last\:py-15:last-child {
    padding-top: 75px;
    padding-bottom: 75px
  }

  .md\:last\:px-15:last-child {
    padding-left: 75px;
    padding-right: 75px
  }

  .md\:last\:py-16:last-child {
    padding-top: 80px;
    padding-bottom: 80px
  }

  .md\:last\:px-16:last-child {
    padding-left: 80px;
    padding-right: 80px
  }

  .md\:last\:py-17:last-child {
    padding-top: 85px;
    padding-bottom: 85px
  }

  .md\:last\:px-17:last-child {
    padding-left: 85px;
    padding-right: 85px
  }

  .md\:last\:py-18:last-child {
    padding-top: 90px;
    padding-bottom: 90px
  }

  .md\:last\:px-18:last-child {
    padding-left: 90px;
    padding-right: 90px
  }

  .md\:last\:py-19:last-child {
    padding-top: 95px;
    padding-bottom: 95px
  }

  .md\:last\:px-19:last-child {
    padding-left: 95px;
    padding-right: 95px
  }

  .md\:last\:py-20:last-child {
    padding-top: 100px;
    padding-bottom: 100px
  }

  .md\:last\:px-20:last-child {
    padding-left: 100px;
    padding-right: 100px
  }

  .md\:last\:py-xxs:last-child {
    padding-top: 8px;
    padding-bottom: 8px
  }

  .md\:last\:px-xxs:last-child {
    padding-left: 8px;
    padding-right: 8px
  }

  .md\:last\:py-xs:last-child {
    padding-top: 12px;
    padding-bottom: 12px
  }

  .md\:last\:px-xs:last-child {
    padding-left: 12px;
    padding-right: 12px
  }

  .md\:last\:py-sm:last-child {
    padding-top: 24px;
    padding-bottom: 24px
  }

  .md\:last\:px-sm:last-child {
    padding-left: 24px;
    padding-right: 24px
  }

  .md\:last\:py-md:last-child {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .md\:last\:px-md:last-child {
    padding-left: 48px;
    padding-right: 48px
  }

  .md\:last\:py-lg:last-child {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .md\:last\:px-lg:last-child {
    padding-left: 64px;
    padding-right: 64px
  }

  .md\:last\:py-xl:last-child {
    padding-top: 128px;
    padding-bottom: 128px
  }

  .md\:last\:px-xl:last-child {
    padding-left: 128px;
    padding-right: 128px
  }

  .md\:last\:pt-0:last-child {
    padding-top: 0
  }

  .md\:last\:pr-0:last-child {
    padding-right: 0
  }

  .md\:last\:pb-0:last-child {
    padding-bottom: 0
  }

  .md\:last\:pl-0:last-child {
    padding-left: 0
  }

  .md\:last\:pt-1:last-child {
    padding-top: 5px
  }

  .md\:last\:pr-1:last-child {
    padding-right: 5px
  }

  .md\:last\:pb-1:last-child {
    padding-bottom: 5px
  }

  .md\:last\:pl-1:last-child {
    padding-left: 5px
  }

  .md\:last\:pt-2:last-child {
    padding-top: 10px
  }

  .md\:last\:pr-2:last-child {
    padding-right: 10px
  }

  .md\:last\:pb-2:last-child {
    padding-bottom: 10px
  }

  .md\:last\:pl-2:last-child {
    padding-left: 10px
  }

  .md\:last\:pt-3:last-child {
    padding-top: 15px
  }

  .md\:last\:pr-3:last-child {
    padding-right: 15px
  }

  .md\:last\:pb-3:last-child {
    padding-bottom: 15px
  }

  .md\:last\:pl-3:last-child {
    padding-left: 15px
  }

  .md\:last\:pt-4:last-child {
    padding-top: 20px
  }

  .md\:last\:pr-4:last-child {
    padding-right: 20px
  }

  .md\:last\:pb-4:last-child {
    padding-bottom: 20px
  }

  .md\:last\:pl-4:last-child {
    padding-left: 20px
  }

  .md\:last\:pt-5:last-child {
    padding-top: 25px
  }

  .md\:last\:pr-5:last-child {
    padding-right: 25px
  }

  .md\:last\:pb-5:last-child {
    padding-bottom: 25px
  }

  .md\:last\:pl-5:last-child {
    padding-left: 25px
  }

  .md\:last\:pt-6:last-child {
    padding-top: 30px
  }

  .md\:last\:pr-6:last-child {
    padding-right: 30px
  }

  .md\:last\:pb-6:last-child {
    padding-bottom: 30px
  }

  .md\:last\:pl-6:last-child {
    padding-left: 30px
  }

  .md\:last\:pt-7:last-child {
    padding-top: 35px
  }

  .md\:last\:pr-7:last-child {
    padding-right: 35px
  }

  .md\:last\:pb-7:last-child {
    padding-bottom: 35px
  }

  .md\:last\:pl-7:last-child {
    padding-left: 35px
  }

  .md\:last\:pt-8:last-child {
    padding-top: 40px
  }

  .md\:last\:pr-8:last-child {
    padding-right: 40px
  }

  .md\:last\:pb-8:last-child {
    padding-bottom: 40px
  }

  .md\:last\:pl-8:last-child {
    padding-left: 40px
  }

  .md\:last\:pt-9:last-child {
    padding-top: 45px
  }

  .md\:last\:pr-9:last-child {
    padding-right: 45px
  }

  .md\:last\:pb-9:last-child {
    padding-bottom: 45px
  }

  .md\:last\:pl-9:last-child {
    padding-left: 45px
  }

  .md\:last\:pt-10:last-child {
    padding-top: 50px
  }

  .md\:last\:pr-10:last-child {
    padding-right: 50px
  }

  .md\:last\:pb-10:last-child {
    padding-bottom: 50px
  }

  .md\:last\:pl-10:last-child {
    padding-left: 50px
  }

  .md\:last\:pt-11:last-child {
    padding-top: 55px
  }

  .md\:last\:pr-11:last-child {
    padding-right: 55px
  }

  .md\:last\:pb-11:last-child {
    padding-bottom: 55px
  }

  .md\:last\:pl-11:last-child {
    padding-left: 55px
  }

  .md\:last\:pt-12:last-child {
    padding-top: 60px
  }

  .md\:last\:pr-12:last-child {
    padding-right: 60px
  }

  .md\:last\:pb-12:last-child {
    padding-bottom: 60px
  }

  .md\:last\:pl-12:last-child {
    padding-left: 60px
  }

  .md\:last\:pt-13:last-child {
    padding-top: 65px
  }

  .md\:last\:pr-13:last-child {
    padding-right: 65px
  }

  .md\:last\:pb-13:last-child {
    padding-bottom: 65px
  }

  .md\:last\:pl-13:last-child {
    padding-left: 65px
  }

  .md\:last\:pt-14:last-child {
    padding-top: 70px
  }

  .md\:last\:pr-14:last-child {
    padding-right: 70px
  }

  .md\:last\:pb-14:last-child {
    padding-bottom: 70px
  }

  .md\:last\:pl-14:last-child {
    padding-left: 70px
  }

  .md\:last\:pt-15:last-child {
    padding-top: 75px
  }

  .md\:last\:pr-15:last-child {
    padding-right: 75px
  }

  .md\:last\:pb-15:last-child {
    padding-bottom: 75px
  }

  .md\:last\:pl-15:last-child {
    padding-left: 75px
  }

  .md\:last\:pt-16:last-child {
    padding-top: 80px
  }

  .md\:last\:pr-16:last-child {
    padding-right: 80px
  }

  .md\:last\:pb-16:last-child {
    padding-bottom: 80px
  }

  .md\:last\:pl-16:last-child {
    padding-left: 80px
  }

  .md\:last\:pt-17:last-child {
    padding-top: 85px
  }

  .md\:last\:pr-17:last-child {
    padding-right: 85px
  }

  .md\:last\:pb-17:last-child {
    padding-bottom: 85px
  }

  .md\:last\:pl-17:last-child {
    padding-left: 85px
  }

  .md\:last\:pt-18:last-child {
    padding-top: 90px
  }

  .md\:last\:pr-18:last-child {
    padding-right: 90px
  }

  .md\:last\:pb-18:last-child {
    padding-bottom: 90px
  }

  .md\:last\:pl-18:last-child {
    padding-left: 90px
  }

  .md\:last\:pt-19:last-child {
    padding-top: 95px
  }

  .md\:last\:pr-19:last-child {
    padding-right: 95px
  }

  .md\:last\:pb-19:last-child {
    padding-bottom: 95px
  }

  .md\:last\:pl-19:last-child {
    padding-left: 95px
  }

  .md\:last\:pt-20:last-child {
    padding-top: 100px
  }

  .md\:last\:pr-20:last-child {
    padding-right: 100px
  }

  .md\:last\:pb-20:last-child {
    padding-bottom: 100px
  }

  .md\:last\:pl-20:last-child {
    padding-left: 100px
  }

  .md\:last\:pt-xxs:last-child {
    padding-top: 8px
  }

  .md\:last\:pr-xxs:last-child {
    padding-right: 8px
  }

  .md\:last\:pb-xxs:last-child {
    padding-bottom: 8px
  }

  .md\:last\:pl-xxs:last-child {
    padding-left: 8px
  }

  .md\:last\:pt-xs:last-child {
    padding-top: 12px
  }

  .md\:last\:pr-xs:last-child {
    padding-right: 12px
  }

  .md\:last\:pb-xs:last-child {
    padding-bottom: 12px
  }

  .md\:last\:pl-xs:last-child {
    padding-left: 12px
  }

  .md\:last\:pt-sm:last-child {
    padding-top: 24px
  }

  .md\:last\:pr-sm:last-child {
    padding-right: 24px
  }

  .md\:last\:pb-sm:last-child {
    padding-bottom: 24px
  }

  .md\:last\:pl-sm:last-child {
    padding-left: 24px
  }

  .md\:last\:pt-md:last-child {
    padding-top: 48px
  }

  .md\:last\:pr-md:last-child {
    padding-right: 48px
  }

  .md\:last\:pb-md:last-child {
    padding-bottom: 48px
  }

  .md\:last\:pl-md:last-child {
    padding-left: 48px
  }

  .md\:last\:pt-lg:last-child {
    padding-top: 64px
  }

  .md\:last\:pr-lg:last-child {
    padding-right: 64px
  }

  .md\:last\:pb-lg:last-child {
    padding-bottom: 64px
  }

  .md\:last\:pl-lg:last-child {
    padding-left: 64px
  }

  .md\:last\:pt-xl:last-child {
    padding-top: 128px
  }

  .md\:last\:pr-xl:last-child {
    padding-right: 128px
  }

  .md\:last\:pb-xl:last-child {
    padding-bottom: 128px
  }

  .md\:last\:pl-xl:last-child {
    padding-left: 128px
  }

  .md\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent
  }

  .md\:placeholder-transparent::-moz-placeholder {
    color: transparent
  }

  .md\:placeholder-transparent:-ms-input-placeholder {
    color: transparent
  }

  .md\:placeholder-transparent::-ms-input-placeholder {
    color: transparent
  }

  .md\:placeholder-transparent::placeholder {
    color: transparent
  }

  .md\:placeholder-black::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .md\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .md\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .md\:placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .md\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .md\:placeholder-white::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .md\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .md\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .md\:placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .md\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-1::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-1::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-1::placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-2::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-2::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-2:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-2::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-2::placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-3::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-3::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-3:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-3::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-3::placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-4::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-4::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-4:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-4::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-4::placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-5::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-5::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-5:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-5::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-5::placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-6::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-6::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-6:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-6::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .md\:placeholder-gray-6::placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .md\:placeholder-red-1::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .md\:placeholder-red-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .md\:placeholder-red-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .md\:placeholder-red-1::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .md\:placeholder-red-1::placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .md\:placeholder-orange-1::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .md\:placeholder-orange-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .md\:placeholder-orange-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .md\:placeholder-orange-1::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .md\:placeholder-orange-1::placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .md\:placeholder-orange-2::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .md\:placeholder-orange-2::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .md\:placeholder-orange-2:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .md\:placeholder-orange-2::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .md\:placeholder-orange-2::placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .md\:placeholder-blue-1::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .md\:placeholder-blue-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .md\:placeholder-blue-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .md\:placeholder-blue-1::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .md\:placeholder-blue-1::placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .md\:placeholder-blue-2::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .md\:placeholder-blue-2::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .md\:placeholder-blue-2:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .md\:placeholder-blue-2::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .md\:placeholder-blue-2::placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .md\:placeholder-blue-3::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .md\:placeholder-blue-3::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .md\:placeholder-blue-3:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .md\:placeholder-blue-3::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .md\:placeholder-blue-3::placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .md\:placeholder-blue-4::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .md\:placeholder-blue-4::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .md\:placeholder-blue-4:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .md\:placeholder-blue-4::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .md\:placeholder-blue-4::placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .md\:placeholder-brown-1::-webkit-input-placeholder {
    color: #6e441e 
  }

  .md\:placeholder-brown-1::-moz-placeholder {
    color: #6e441e 
  }

  .md\:placeholder-brown-1:-ms-input-placeholder {
    color: #6e441e 
  }

  .md\:placeholder-brown-1::-ms-input-placeholder {
    color: #6e441e 
  }

  .md\:placeholder-brown-1::placeholder {
    color: #6e441e 
  }

  .md\:placeholder-green-1::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .md\:placeholder-green-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .md\:placeholder-green-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .md\:placeholder-green-1::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .md\:placeholder-green-1::placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .md\:placeholder-green-2::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .md\:placeholder-green-2::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .md\:placeholder-green-2:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .md\:placeholder-green-2::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .md\:placeholder-green-2::placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .md\:placeholder-purple-1::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .md\:placeholder-purple-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .md\:placeholder-purple-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .md\:placeholder-purple-1::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .md\:placeholder-purple-1::placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .md\:placeholder-purple-2::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .md\:placeholder-purple-2::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .md\:placeholder-purple-2:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .md\:placeholder-purple-2::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .md\:placeholder-purple-2::placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent
  }

  .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent
  }

  .md\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent
  }

  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent
  }

  .md\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-1:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-1:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-2:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-2:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-2:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-2:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-2:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-3:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-3:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-3:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-3:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-3:focus::placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-4:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-4:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-4:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-4:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-4:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-5:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-5:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-5:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-5:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-5:focus::placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-6:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-6:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-6:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-6:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-gray-6:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-red-1:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-red-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-red-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-red-1:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-red-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-orange-1:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-orange-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-orange-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-orange-1:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-orange-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-orange-2:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-orange-2:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-orange-2:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-orange-2:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-orange-2:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-blue-1:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-blue-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-blue-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-blue-1:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-blue-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-blue-2:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-blue-2:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-blue-2:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-blue-2:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-blue-2:focus::placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-blue-3:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-blue-3:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-blue-3:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-blue-3:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-blue-3:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-blue-4:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-blue-4:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-blue-4:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-blue-4:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-blue-4:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-brown-1:focus::-webkit-input-placeholder {
    color: #6e441e 
  }

  .md\:focus\:placeholder-brown-1:focus::-moz-placeholder {
    color: #6e441e 
  }

  .md\:focus\:placeholder-brown-1:focus:-ms-input-placeholder {
    color: #6e441e 
  }

  .md\:focus\:placeholder-brown-1:focus::-ms-input-placeholder {
    color: #6e441e 
  }

  .md\:focus\:placeholder-brown-1:focus::placeholder {
    color: #6e441e 
  }

  .md\:focus\:placeholder-green-1:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-green-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-green-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-green-1:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-green-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-green-2:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-green-2:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-green-2:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-green-2:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-green-2:focus::placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-purple-1:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-purple-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-purple-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-purple-1:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-purple-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-purple-2:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-purple-2:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-purple-2:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-purple-2:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .md\:focus\:placeholder-purple-2:focus::placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .md\:placeholder-opacity-0::-webkit-input-placeholder {
    --placeholder-opacity: 0
  }

  .md\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0
  }

  .md\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0
  }

  .md\:placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0
  }

  .md\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0
  }

  .md\:placeholder-opacity-25::-webkit-input-placeholder {
    --placeholder-opacity: 0.25
  }

  .md\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25
  }

  .md\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25
  }

  .md\:placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25
  }

  .md\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25
  }

  .md\:placeholder-opacity-50::-webkit-input-placeholder {
    --placeholder-opacity: 0.5
  }

  .md\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5
  }

  .md\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5
  }

  .md\:placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5
  }

  .md\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5
  }

  .md\:placeholder-opacity-75::-webkit-input-placeholder {
    --placeholder-opacity: 0.75
  }

  .md\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75
  }

  .md\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75
  }

  .md\:placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75
  }

  .md\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75
  }

  .md\:placeholder-opacity-100::-webkit-input-placeholder {
    --placeholder-opacity: 1
  }

  .md\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1
  }

  .md\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1
  }

  .md\:placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1
  }

  .md\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1
  }

  .md\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0
  }

  .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0
  }

  .md\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0
  }

  .md\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.25
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25
  }

  .md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25
  }

  .md\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25
  }

  .md\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.5
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5
  }

  .md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5
  }

  .md\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5
  }

  .md\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.75
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75
  }

  .md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75
  }

  .md\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75
  }

  .md\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1
  }

  .md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1
  }

  .md\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1
  }

  .md\:pointer-events-none {
    pointer-events: none
  }

  .md\:pointer-events-auto {
    pointer-events: auto
  }

  .md\:static {
    position: static
  }

  .md\:fixed {
    position: fixed
  }

  .md\:absolute {
    position: absolute
  }

  .md\:relative {
    position: relative
  }

  .md\:sticky {
    position: -webkit-sticky;
    position: sticky
  }

  .md\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }

  .md\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
  }

  .md\:inset-y-0 {
    top: 0;
    bottom: 0
  }

  .md\:inset-x-0 {
    right: 0;
    left: 0
  }

  .md\:inset-y-auto {
    top: auto;
    bottom: auto
  }

  .md\:inset-x-auto {
    right: auto;
    left: auto
  }

  .md\:top-0 {
    top: 0
  }

  .md\:right-0 {
    right: 0
  }

  .md\:bottom-0 {
    bottom: 0
  }

  .md\:left-0 {
    left: 0
  }

  .md\:top-auto {
    top: auto
  }

  .md\:right-auto {
    right: auto
  }

  .md\:bottom-auto {
    bottom: auto
  }

  .md\:left-auto {
    left: auto
  }

  .md\:resize-none {
    resize: none
  }

  .md\:resize-y {
    resize: vertical
  }

  .md\:resize-x {
    resize: horizontal
  }

  .md\:resize {
    resize: both
  }

  .md\:shadow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .md\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none
  }

  .md\:hover\:shadow:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .md\:hover\:shadow-none:hover {
    -webkit-box-shadow: none;
            box-shadow: none
  }

  .md\:focus\:shadow:focus {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .md\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
            box-shadow: none
  }

  .md\:fill-current {
    fill: currentColor
  }

  .md\:stroke-current {
    stroke: currentColor
  }

  .md\:stroke-0 {
    stroke-width: 0
  }

  .md\:stroke-1 {
    stroke-width: 1
  }

  .md\:stroke-2 {
    stroke-width: 2
  }

  .md\:table-auto {
    table-layout: auto
  }

  .md\:table-fixed {
    table-layout: fixed
  }

  .md\:text-left {
    text-align: left
  }

  .md\:text-center {
    text-align: center
  }

  .md\:text-right {
    text-align: right
  }

  .md\:text-justify {
    text-align: justify
  }

  .md\:text-transparent {
    color: transparent
  }

  .md\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
  }

  .md\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
  }

  .md\:text-gray-1 {
    --text-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--text-opacity))
  }

  .md\:text-gray-2 {
    --text-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--text-opacity))
  }

  .md\:text-gray-3 {
    --text-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--text-opacity))
  }

  .md\:text-gray-4 {
    --text-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--text-opacity))
  }

  .md\:text-gray-5 {
    --text-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--text-opacity))
  }

  .md\:text-gray-6 {
    --text-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--text-opacity))
  }

  .md\:text-red-1 {
    --text-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--text-opacity))
  }

  .md\:text-orange-1 {
    --text-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--text-opacity))
  }

  .md\:text-orange-2 {
    --text-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--text-opacity))
  }

  .md\:text-blue-1 {
    --text-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--text-opacity))
  }

  .md\:text-blue-2 {
    --text-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--text-opacity))
  }

  .md\:text-blue-3 {
    --text-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--text-opacity))
  }

  .md\:text-blue-4 {
    --text-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--text-opacity))
  }

  .md\:text-brown-1 {
    color: #6e441e 
  }

  .md\:text-green-1 {
    --text-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--text-opacity))
  }

  .md\:text-green-2 {
    --text-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--text-opacity))
  }

  .md\:text-purple-1 {
    --text-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--text-opacity))
  }

  .md\:text-purple-2 {
    --text-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--text-opacity))
  }

  .md\:hover\:text-transparent:hover {
    color: transparent
  }

  .md\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
  }

  .md\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
  }

  .md\:hover\:text-gray-1:hover {
    --text-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--text-opacity))
  }

  .md\:hover\:text-gray-2:hover {
    --text-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--text-opacity))
  }

  .md\:hover\:text-gray-3:hover {
    --text-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--text-opacity))
  }

  .md\:hover\:text-gray-4:hover {
    --text-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--text-opacity))
  }

  .md\:hover\:text-gray-5:hover {
    --text-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--text-opacity))
  }

  .md\:hover\:text-gray-6:hover {
    --text-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--text-opacity))
  }

  .md\:hover\:text-red-1:hover {
    --text-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--text-opacity))
  }

  .md\:hover\:text-orange-1:hover {
    --text-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--text-opacity))
  }

  .md\:hover\:text-orange-2:hover {
    --text-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--text-opacity))
  }

  .md\:hover\:text-blue-1:hover {
    --text-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--text-opacity))
  }

  .md\:hover\:text-blue-2:hover {
    --text-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--text-opacity))
  }

  .md\:hover\:text-blue-3:hover {
    --text-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--text-opacity))
  }

  .md\:hover\:text-blue-4:hover {
    --text-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--text-opacity))
  }

  .md\:hover\:text-brown-1:hover {
    color: #6e441e 
  }

  .md\:hover\:text-green-1:hover {
    --text-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--text-opacity))
  }

  .md\:hover\:text-green-2:hover {
    --text-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--text-opacity))
  }

  .md\:hover\:text-purple-1:hover {
    --text-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--text-opacity))
  }

  .md\:hover\:text-purple-2:hover {
    --text-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--text-opacity))
  }

  .md\:focus\:text-transparent:focus {
    color: transparent
  }

  .md\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
  }

  .md\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
  }

  .md\:focus\:text-gray-1:focus {
    --text-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--text-opacity))
  }

  .md\:focus\:text-gray-2:focus {
    --text-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--text-opacity))
  }

  .md\:focus\:text-gray-3:focus {
    --text-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--text-opacity))
  }

  .md\:focus\:text-gray-4:focus {
    --text-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--text-opacity))
  }

  .md\:focus\:text-gray-5:focus {
    --text-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--text-opacity))
  }

  .md\:focus\:text-gray-6:focus {
    --text-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--text-opacity))
  }

  .md\:focus\:text-red-1:focus {
    --text-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--text-opacity))
  }

  .md\:focus\:text-orange-1:focus {
    --text-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--text-opacity))
  }

  .md\:focus\:text-orange-2:focus {
    --text-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--text-opacity))
  }

  .md\:focus\:text-blue-1:focus {
    --text-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--text-opacity))
  }

  .md\:focus\:text-blue-2:focus {
    --text-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--text-opacity))
  }

  .md\:focus\:text-blue-3:focus {
    --text-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--text-opacity))
  }

  .md\:focus\:text-blue-4:focus {
    --text-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--text-opacity))
  }

  .md\:focus\:text-brown-1:focus {
    color: #6e441e 
  }

  .md\:focus\:text-green-1:focus {
    --text-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--text-opacity))
  }

  .md\:focus\:text-green-2:focus {
    --text-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--text-opacity))
  }

  .md\:focus\:text-purple-1:focus {
    --text-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--text-opacity))
  }

  .md\:focus\:text-purple-2:focus {
    --text-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--text-opacity))
  }

  .md\:text-opacity-0 {
    --text-opacity: 0
  }

  .md\:text-opacity-25 {
    --text-opacity: 0.25
  }

  .md\:text-opacity-50 {
    --text-opacity: 0.5
  }

  .md\:text-opacity-75 {
    --text-opacity: 0.75
  }

  .md\:text-opacity-100 {
    --text-opacity: 1
  }

  .md\:hover\:text-opacity-0:hover {
    --text-opacity: 0
  }

  .md\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25
  }

  .md\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5
  }

  .md\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75
  }

  .md\:hover\:text-opacity-100:hover {
    --text-opacity: 1
  }

  .md\:focus\:text-opacity-0:focus {
    --text-opacity: 0
  }

  .md\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25
  }

  .md\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5
  }

  .md\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75
  }

  .md\:focus\:text-opacity-100:focus {
    --text-opacity: 1
  }

  .md\:italic {
    font-style: italic
  }

  .md\:not-italic {
    font-style: normal
  }

  .md\:uppercase {
    text-transform: uppercase
  }

  .md\:lowercase {
    text-transform: lowercase
  }

  .md\:capitalize {
    text-transform: capitalize
  }

  .md\:normal-case {
    text-transform: none
  }

  .md\:underline {
    text-decoration: underline
  }

  .md\:line-through {
    text-decoration: line-through
  }

  .md\:no-underline {
    text-decoration: none
  }

  .md\:hover\:underline:hover {
    text-decoration: underline
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none
  }

  .md\:focus\:underline:focus {
    text-decoration: underline
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction)
  }

  .md\:normal-nums {
    font-variant-numeric: normal
  }

  .md\:ordinal {
    --font-variant-numeric-ordinal: ordinal
  }

  .md\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero
  }

  .md\:lining-nums {
    --font-variant-numeric-figure: lining-nums
  }

  .md\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums
  }

  .md\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums
  }

  .md\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums
  }

  .md\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions
  }

  .md\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions
  }

  .md\:tracking-tighter {
    letter-spacing: -0.05em
  }

  .md\:tracking-tight {
    letter-spacing: -0.025em
  }

  .md\:tracking-normal {
    letter-spacing: 0
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em
  }

  .md\:tracking-wider {
    letter-spacing: 0.05em
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em
  }

  .md\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none
  }

  .md\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text
  }

  .md\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all
  }

  .md\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto
  }

  .md\:align-baseline {
    vertical-align: baseline
  }

  .md\:align-top {
    vertical-align: top
  }

  .md\:align-middle {
    vertical-align: middle
  }

  .md\:align-bottom {
    vertical-align: bottom
  }

  .md\:align-text-top {
    vertical-align: text-top
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom
  }

  .md\:visible {
    visibility: visible
  }

  .md\:invisible {
    visibility: hidden
  }

  .md\:whitespace-normal {
    white-space: normal
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap
  }

  .md\:whitespace-pre {
    white-space: pre
  }

  .md\:whitespace-pre-line {
    white-space: pre-line
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap
  }

  .md\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal
  }

  .md\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word
  }

  .md\:break-all {
    word-break: break-all
  }

  .md\:truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap
  }

  .md\:w-0 {
    width: 0
  }

  .md\:w-1 {
    width: 5px
  }

  .md\:w-2 {
    width: 10px
  }

  .md\:w-3 {
    width: 15px
  }

  .md\:w-4 {
    width: 20px
  }

  .md\:w-5 {
    width: 25px
  }

  .md\:w-6 {
    width: 30px
  }

  .md\:w-7 {
    width: 35px
  }

  .md\:w-8 {
    width: 40px
  }

  .md\:w-9 {
    width: 45px
  }

  .md\:w-10 {
    width: 50px
  }

  .md\:w-11 {
    width: 55px
  }

  .md\:w-12 {
    width: 60px
  }

  .md\:w-13 {
    width: 65px
  }

  .md\:w-14 {
    width: 70px
  }

  .md\:w-15 {
    width: 75px
  }

  .md\:w-16 {
    width: 80px
  }

  .md\:w-17 {
    width: 85px
  }

  .md\:w-18 {
    width: 90px
  }

  .md\:w-19 {
    width: 95px
  }

  .md\:w-20 {
    width: 100px
  }

  .md\:w-auto {
    width: auto
  }

  .md\:w-xxs {
    width: 8px
  }

  .md\:w-xs {
    width: 12px
  }

  .md\:w-sm {
    width: 24px
  }

  .md\:w-md {
    width: 48px
  }

  .md\:w-lg {
    width: 64px
  }

  .md\:w-xl {
    width: 128px
  }

  .md\:w-1\/2 {
    width: 50%
  }

  .md\:w-1\/3 {
    width: 33.333333%
  }

  .md\:w-2\/3 {
    width: 66.666667%
  }

  .md\:w-1\/4 {
    width: 25%
  }

  .md\:w-2\/4 {
    width: 50%
  }

  .md\:w-3\/4 {
    width: 75%
  }

  .md\:w-1\/5 {
    width: 20%
  }

  .md\:w-2\/5 {
    width: 40%
  }

  .md\:w-3\/5 {
    width: 60%
  }

  .md\:w-4\/5 {
    width: 80%
  }

  .md\:w-1\/6 {
    width: 16.666667%
  }

  .md\:w-2\/6 {
    width: 33.333333%
  }

  .md\:w-3\/6 {
    width: 50%
  }

  .md\:w-4\/6 {
    width: 66.666667%
  }

  .md\:w-5\/6 {
    width: 83.333333%
  }

  .md\:w-1\/12 {
    width: 8.333333%
  }

  .md\:w-2\/12 {
    width: 16.666667%
  }

  .md\:w-3\/12 {
    width: 25%
  }

  .md\:w-4\/12 {
    width: 33.333333%
  }

  .md\:w-5\/12 {
    width: 41.666667%
  }

  .md\:w-6\/12 {
    width: 50%
  }

  .md\:w-7\/12 {
    width: 58.333333%
  }

  .md\:w-8\/12 {
    width: 66.666667%
  }

  .md\:w-9\/12 {
    width: 75%
  }

  .md\:w-10\/12 {
    width: 83.333333%
  }

  .md\:w-11\/12 {
    width: 91.666667%
  }

  .md\:w-full {
    width: 100%
  }

  .md\:w-screen {
    width: 100vw
  }

  .md\:z-0 {
    z-index: 0
  }

  .md\:z-10 {
    z-index: 10
  }

  .md\:z-20 {
    z-index: 20
  }

  .md\:z-30 {
    z-index: 30
  }

  .md\:z-40 {
    z-index: 40
  }

  .md\:z-50 {
    z-index: 50
  }

  .md\:z-auto {
    z-index: auto
  }

  .md\:z-below {
    z-index: -1
  }

  .md\:z-max {
    z-index: 9999
  }

  .md\:gap-0 {
    grid-gap: 0;
    gap: 0
  }

  .md\:gap-1 {
    grid-gap: 5px;
    gap: 5px
  }

  .md\:gap-2 {
    grid-gap: 10px;
    gap: 10px
  }

  .md\:gap-3 {
    grid-gap: 15px;
    gap: 15px
  }

  .md\:gap-4 {
    grid-gap: 20px;
    gap: 20px
  }

  .md\:gap-5 {
    grid-gap: 25px;
    gap: 25px
  }

  .md\:gap-6 {
    grid-gap: 30px;
    gap: 30px
  }

  .md\:gap-7 {
    grid-gap: 35px;
    gap: 35px
  }

  .md\:gap-8 {
    grid-gap: 40px;
    gap: 40px
  }

  .md\:gap-9 {
    grid-gap: 45px;
    gap: 45px
  }

  .md\:gap-10 {
    grid-gap: 50px;
    gap: 50px
  }

  .md\:gap-11 {
    grid-gap: 55px;
    gap: 55px
  }

  .md\:gap-12 {
    grid-gap: 60px;
    gap: 60px
  }

  .md\:gap-13 {
    grid-gap: 65px;
    gap: 65px
  }

  .md\:gap-14 {
    grid-gap: 70px;
    gap: 70px
  }

  .md\:gap-15 {
    grid-gap: 75px;
    gap: 75px
  }

  .md\:gap-16 {
    grid-gap: 80px;
    gap: 80px
  }

  .md\:gap-17 {
    grid-gap: 85px;
    gap: 85px
  }

  .md\:gap-18 {
    grid-gap: 90px;
    gap: 90px
  }

  .md\:gap-19 {
    grid-gap: 95px;
    gap: 95px
  }

  .md\:gap-20 {
    grid-gap: 100px;
    gap: 100px
  }

  .md\:gap-xxs {
    grid-gap: 8px;
    gap: 8px
  }

  .md\:gap-xs {
    grid-gap: 12px;
    gap: 12px
  }

  .md\:gap-sm {
    grid-gap: 24px;
    gap: 24px
  }

  .md\:gap-md {
    grid-gap: 48px;
    gap: 48px
  }

  .md\:gap-lg {
    grid-gap: 64px;
    gap: 64px
  }

  .md\:gap-xl {
    grid-gap: 128px;
    gap: 128px
  }

  .md\:col-gap-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0
  }

  .md\:col-gap-1 {
    grid-column-gap: 5px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px
  }

  .md\:col-gap-2 {
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px
  }

  .md\:col-gap-3 {
    grid-column-gap: 15px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px
  }

  .md\:col-gap-4 {
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px
  }

  .md\:col-gap-5 {
    grid-column-gap: 25px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px
  }

  .md\:col-gap-6 {
    grid-column-gap: 30px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px
  }

  .md\:col-gap-7 {
    grid-column-gap: 35px;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px
  }

  .md\:col-gap-8 {
    grid-column-gap: 40px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px
  }

  .md\:col-gap-9 {
    grid-column-gap: 45px;
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px
  }

  .md\:col-gap-10 {
    grid-column-gap: 50px;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px
  }

  .md\:col-gap-11 {
    grid-column-gap: 55px;
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px
  }

  .md\:col-gap-12 {
    grid-column-gap: 60px;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px
  }

  .md\:col-gap-13 {
    grid-column-gap: 65px;
    -webkit-column-gap: 65px;
       -moz-column-gap: 65px;
            column-gap: 65px
  }

  .md\:col-gap-14 {
    grid-column-gap: 70px;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px
  }

  .md\:col-gap-15 {
    grid-column-gap: 75px;
    -webkit-column-gap: 75px;
       -moz-column-gap: 75px;
            column-gap: 75px
  }

  .md\:col-gap-16 {
    grid-column-gap: 80px;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px
  }

  .md\:col-gap-17 {
    grid-column-gap: 85px;
    -webkit-column-gap: 85px;
       -moz-column-gap: 85px;
            column-gap: 85px
  }

  .md\:col-gap-18 {
    grid-column-gap: 90px;
    -webkit-column-gap: 90px;
       -moz-column-gap: 90px;
            column-gap: 90px
  }

  .md\:col-gap-19 {
    grid-column-gap: 95px;
    -webkit-column-gap: 95px;
       -moz-column-gap: 95px;
            column-gap: 95px
  }

  .md\:col-gap-20 {
    grid-column-gap: 100px;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px
  }

  .md\:col-gap-xxs {
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px
  }

  .md\:col-gap-xs {
    grid-column-gap: 12px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px
  }

  .md\:col-gap-sm {
    grid-column-gap: 24px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px
  }

  .md\:col-gap-md {
    grid-column-gap: 48px;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px
  }

  .md\:col-gap-lg {
    grid-column-gap: 64px;
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px
  }

  .md\:col-gap-xl {
    grid-column-gap: 128px;
    -webkit-column-gap: 128px;
       -moz-column-gap: 128px;
            column-gap: 128px
  }

  .md\:gap-x-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0
  }

  .md\:gap-x-1 {
    grid-column-gap: 5px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px
  }

  .md\:gap-x-2 {
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px
  }

  .md\:gap-x-3 {
    grid-column-gap: 15px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px
  }

  .md\:gap-x-4 {
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px
  }

  .md\:gap-x-5 {
    grid-column-gap: 25px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px
  }

  .md\:gap-x-6 {
    grid-column-gap: 30px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px
  }

  .md\:gap-x-7 {
    grid-column-gap: 35px;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px
  }

  .md\:gap-x-8 {
    grid-column-gap: 40px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px
  }

  .md\:gap-x-9 {
    grid-column-gap: 45px;
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px
  }

  .md\:gap-x-10 {
    grid-column-gap: 50px;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px
  }

  .md\:gap-x-11 {
    grid-column-gap: 55px;
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px
  }

  .md\:gap-x-12 {
    grid-column-gap: 60px;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px
  }

  .md\:gap-x-13 {
    grid-column-gap: 65px;
    -webkit-column-gap: 65px;
       -moz-column-gap: 65px;
            column-gap: 65px
  }

  .md\:gap-x-14 {
    grid-column-gap: 70px;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px
  }

  .md\:gap-x-15 {
    grid-column-gap: 75px;
    -webkit-column-gap: 75px;
       -moz-column-gap: 75px;
            column-gap: 75px
  }

  .md\:gap-x-16 {
    grid-column-gap: 80px;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px
  }

  .md\:gap-x-17 {
    grid-column-gap: 85px;
    -webkit-column-gap: 85px;
       -moz-column-gap: 85px;
            column-gap: 85px
  }

  .md\:gap-x-18 {
    grid-column-gap: 90px;
    -webkit-column-gap: 90px;
       -moz-column-gap: 90px;
            column-gap: 90px
  }

  .md\:gap-x-19 {
    grid-column-gap: 95px;
    -webkit-column-gap: 95px;
       -moz-column-gap: 95px;
            column-gap: 95px
  }

  .md\:gap-x-20 {
    grid-column-gap: 100px;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px
  }

  .md\:gap-x-xxs {
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px
  }

  .md\:gap-x-xs {
    grid-column-gap: 12px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px
  }

  .md\:gap-x-sm {
    grid-column-gap: 24px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px
  }

  .md\:gap-x-md {
    grid-column-gap: 48px;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px
  }

  .md\:gap-x-lg {
    grid-column-gap: 64px;
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px
  }

  .md\:gap-x-xl {
    grid-column-gap: 128px;
    -webkit-column-gap: 128px;
       -moz-column-gap: 128px;
            column-gap: 128px
  }

  .md\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0
  }

  .md\:row-gap-1 {
    grid-row-gap: 5px;
    row-gap: 5px
  }

  .md\:row-gap-2 {
    grid-row-gap: 10px;
    row-gap: 10px
  }

  .md\:row-gap-3 {
    grid-row-gap: 15px;
    row-gap: 15px
  }

  .md\:row-gap-4 {
    grid-row-gap: 20px;
    row-gap: 20px
  }

  .md\:row-gap-5 {
    grid-row-gap: 25px;
    row-gap: 25px
  }

  .md\:row-gap-6 {
    grid-row-gap: 30px;
    row-gap: 30px
  }

  .md\:row-gap-7 {
    grid-row-gap: 35px;
    row-gap: 35px
  }

  .md\:row-gap-8 {
    grid-row-gap: 40px;
    row-gap: 40px
  }

  .md\:row-gap-9 {
    grid-row-gap: 45px;
    row-gap: 45px
  }

  .md\:row-gap-10 {
    grid-row-gap: 50px;
    row-gap: 50px
  }

  .md\:row-gap-11 {
    grid-row-gap: 55px;
    row-gap: 55px
  }

  .md\:row-gap-12 {
    grid-row-gap: 60px;
    row-gap: 60px
  }

  .md\:row-gap-13 {
    grid-row-gap: 65px;
    row-gap: 65px
  }

  .md\:row-gap-14 {
    grid-row-gap: 70px;
    row-gap: 70px
  }

  .md\:row-gap-15 {
    grid-row-gap: 75px;
    row-gap: 75px
  }

  .md\:row-gap-16 {
    grid-row-gap: 80px;
    row-gap: 80px
  }

  .md\:row-gap-17 {
    grid-row-gap: 85px;
    row-gap: 85px
  }

  .md\:row-gap-18 {
    grid-row-gap: 90px;
    row-gap: 90px
  }

  .md\:row-gap-19 {
    grid-row-gap: 95px;
    row-gap: 95px
  }

  .md\:row-gap-20 {
    grid-row-gap: 100px;
    row-gap: 100px
  }

  .md\:row-gap-xxs {
    grid-row-gap: 8px;
    row-gap: 8px
  }

  .md\:row-gap-xs {
    grid-row-gap: 12px;
    row-gap: 12px
  }

  .md\:row-gap-sm {
    grid-row-gap: 24px;
    row-gap: 24px
  }

  .md\:row-gap-md {
    grid-row-gap: 48px;
    row-gap: 48px
  }

  .md\:row-gap-lg {
    grid-row-gap: 64px;
    row-gap: 64px
  }

  .md\:row-gap-xl {
    grid-row-gap: 128px;
    row-gap: 128px
  }

  .md\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0
  }

  .md\:gap-y-1 {
    grid-row-gap: 5px;
    row-gap: 5px
  }

  .md\:gap-y-2 {
    grid-row-gap: 10px;
    row-gap: 10px
  }

  .md\:gap-y-3 {
    grid-row-gap: 15px;
    row-gap: 15px
  }

  .md\:gap-y-4 {
    grid-row-gap: 20px;
    row-gap: 20px
  }

  .md\:gap-y-5 {
    grid-row-gap: 25px;
    row-gap: 25px
  }

  .md\:gap-y-6 {
    grid-row-gap: 30px;
    row-gap: 30px
  }

  .md\:gap-y-7 {
    grid-row-gap: 35px;
    row-gap: 35px
  }

  .md\:gap-y-8 {
    grid-row-gap: 40px;
    row-gap: 40px
  }

  .md\:gap-y-9 {
    grid-row-gap: 45px;
    row-gap: 45px
  }

  .md\:gap-y-10 {
    grid-row-gap: 50px;
    row-gap: 50px
  }

  .md\:gap-y-11 {
    grid-row-gap: 55px;
    row-gap: 55px
  }

  .md\:gap-y-12 {
    grid-row-gap: 60px;
    row-gap: 60px
  }

  .md\:gap-y-13 {
    grid-row-gap: 65px;
    row-gap: 65px
  }

  .md\:gap-y-14 {
    grid-row-gap: 70px;
    row-gap: 70px
  }

  .md\:gap-y-15 {
    grid-row-gap: 75px;
    row-gap: 75px
  }

  .md\:gap-y-16 {
    grid-row-gap: 80px;
    row-gap: 80px
  }

  .md\:gap-y-17 {
    grid-row-gap: 85px;
    row-gap: 85px
  }

  .md\:gap-y-18 {
    grid-row-gap: 90px;
    row-gap: 90px
  }

  .md\:gap-y-19 {
    grid-row-gap: 95px;
    row-gap: 95px
  }

  .md\:gap-y-20 {
    grid-row-gap: 100px;
    row-gap: 100px
  }

  .md\:gap-y-xxs {
    grid-row-gap: 8px;
    row-gap: 8px
  }

  .md\:gap-y-xs {
    grid-row-gap: 12px;
    row-gap: 12px
  }

  .md\:gap-y-sm {
    grid-row-gap: 24px;
    row-gap: 24px
  }

  .md\:gap-y-md {
    grid-row-gap: 48px;
    row-gap: 48px
  }

  .md\:gap-y-lg {
    grid-row-gap: 64px;
    row-gap: 64px
  }

  .md\:gap-y-xl {
    grid-row-gap: 128px;
    row-gap: 128px
  }

  .md\:grid-flow-row {
    grid-auto-flow: row
  }

  .md\:grid-flow-col {
    grid-auto-flow: column
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense
  }

  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr))
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr))
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr))
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }

  .md\:grid-cols-none {
    grid-template-columns: none
  }

  .md\:auto-cols-auto {
    grid-auto-columns: auto
  }

  .md\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content
  }

  .md\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content
  }

  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr)
  }

  .md\:col-auto {
    grid-column: auto
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12
  }

  .md\:col-start-1 {
    grid-column-start: 1
  }

  .md\:col-start-2 {
    grid-column-start: 2
  }

  .md\:col-start-3 {
    grid-column-start: 3
  }

  .md\:col-start-4 {
    grid-column-start: 4
  }

  .md\:col-start-5 {
    grid-column-start: 5
  }

  .md\:col-start-6 {
    grid-column-start: 6
  }

  .md\:col-start-7 {
    grid-column-start: 7
  }

  .md\:col-start-8 {
    grid-column-start: 8
  }

  .md\:col-start-9 {
    grid-column-start: 9
  }

  .md\:col-start-10 {
    grid-column-start: 10
  }

  .md\:col-start-11 {
    grid-column-start: 11
  }

  .md\:col-start-12 {
    grid-column-start: 12
  }

  .md\:col-start-13 {
    grid-column-start: 13
  }

  .md\:col-start-auto {
    grid-column-start: auto
  }

  .md\:col-end-1 {
    grid-column-end: 1
  }

  .md\:col-end-2 {
    grid-column-end: 2
  }

  .md\:col-end-3 {
    grid-column-end: 3
  }

  .md\:col-end-4 {
    grid-column-end: 4
  }

  .md\:col-end-5 {
    grid-column-end: 5
  }

  .md\:col-end-6 {
    grid-column-end: 6
  }

  .md\:col-end-7 {
    grid-column-end: 7
  }

  .md\:col-end-8 {
    grid-column-end: 8
  }

  .md\:col-end-9 {
    grid-column-end: 9
  }

  .md\:col-end-10 {
    grid-column-end: 10
  }

  .md\:col-end-11 {
    grid-column-end: 11
  }

  .md\:col-end-12 {
    grid-column-end: 12
  }

  .md\:col-end-13 {
    grid-column-end: 13
  }

  .md\:col-end-auto {
    grid-column-end: auto
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr))
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr))
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr))
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr))
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr))
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr))
  }

  .md\:grid-rows-none {
    grid-template-rows: none
  }

  .md\:auto-rows-auto {
    grid-auto-rows: auto
  }

  .md\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content
  }

  .md\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content
  }

  .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr)
  }

  .md\:row-auto {
    grid-row: auto
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3
  }

  .md\:row-span-4 {
    grid-row: span 4 / span 4
  }

  .md\:row-span-5 {
    grid-row: span 5 / span 5
  }

  .md\:row-span-6 {
    grid-row: span 6 / span 6
  }

  .md\:row-start-1 {
    grid-row-start: 1
  }

  .md\:row-start-2 {
    grid-row-start: 2
  }

  .md\:row-start-3 {
    grid-row-start: 3
  }

  .md\:row-start-4 {
    grid-row-start: 4
  }

  .md\:row-start-5 {
    grid-row-start: 5
  }

  .md\:row-start-6 {
    grid-row-start: 6
  }

  .md\:row-start-7 {
    grid-row-start: 7
  }

  .md\:row-start-auto {
    grid-row-start: auto
  }

  .md\:row-end-1 {
    grid-row-end: 1
  }

  .md\:row-end-2 {
    grid-row-end: 2
  }

  .md\:row-end-3 {
    grid-row-end: 3
  }

  .md\:row-end-4 {
    grid-row-end: 4
  }

  .md\:row-end-5 {
    grid-row-end: 5
  }

  .md\:row-end-6 {
    grid-row-end: 6
  }

  .md\:row-end-7 {
    grid-row-end: 7
  }

  .md\:row-end-auto {
    grid-row-end: auto
  }

  .md\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
        -ms-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
  }

  .md\:transform-none {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none
  }

  .md\:origin-center {
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center
  }

  .md\:origin-top {
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top
  }

  .md\:origin-top-right {
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right
  }

  .md\:origin-right {
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right
  }

  .md\:origin-bottom-right {
    -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
            transform-origin: bottom right
  }

  .md\:origin-bottom {
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom
  }

  .md\:origin-bottom-left {
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left
  }

  .md\:origin-left {
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left
  }

  .md\:origin-top-left {
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left
  }

  .md\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .md\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .md\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .md\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .md\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .md\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .md\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .md\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .md\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .md\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .md\:scale-x-0 {
    --transform-scale-x: 0
  }

  .md\:scale-x-50 {
    --transform-scale-x: .5
  }

  .md\:scale-x-75 {
    --transform-scale-x: .75
  }

  .md\:scale-x-90 {
    --transform-scale-x: .9
  }

  .md\:scale-x-95 {
    --transform-scale-x: .95
  }

  .md\:scale-x-100 {
    --transform-scale-x: 1
  }

  .md\:scale-x-105 {
    --transform-scale-x: 1.05
  }

  .md\:scale-x-110 {
    --transform-scale-x: 1.1
  }

  .md\:scale-x-125 {
    --transform-scale-x: 1.25
  }

  .md\:scale-x-150 {
    --transform-scale-x: 1.5
  }

  .md\:scale-y-0 {
    --transform-scale-y: 0
  }

  .md\:scale-y-50 {
    --transform-scale-y: .5
  }

  .md\:scale-y-75 {
    --transform-scale-y: .75
  }

  .md\:scale-y-90 {
    --transform-scale-y: .9
  }

  .md\:scale-y-95 {
    --transform-scale-y: .95
  }

  .md\:scale-y-100 {
    --transform-scale-y: 1
  }

  .md\:scale-y-105 {
    --transform-scale-y: 1.05
  }

  .md\:scale-y-110 {
    --transform-scale-y: 1.1
  }

  .md\:scale-y-125 {
    --transform-scale-y: 1.25
  }

  .md\:scale-y-150 {
    --transform-scale-y: 1.5
  }

  .md\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .md\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .md\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .md\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .md\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .md\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .md\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .md\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .md\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .md\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .md\:hover\:scale-x-0:hover {
    --transform-scale-x: 0
  }

  .md\:hover\:scale-x-50:hover {
    --transform-scale-x: .5
  }

  .md\:hover\:scale-x-75:hover {
    --transform-scale-x: .75
  }

  .md\:hover\:scale-x-90:hover {
    --transform-scale-x: .9
  }

  .md\:hover\:scale-x-95:hover {
    --transform-scale-x: .95
  }

  .md\:hover\:scale-x-100:hover {
    --transform-scale-x: 1
  }

  .md\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05
  }

  .md\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1
  }

  .md\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25
  }

  .md\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5
  }

  .md\:hover\:scale-y-0:hover {
    --transform-scale-y: 0
  }

  .md\:hover\:scale-y-50:hover {
    --transform-scale-y: .5
  }

  .md\:hover\:scale-y-75:hover {
    --transform-scale-y: .75
  }

  .md\:hover\:scale-y-90:hover {
    --transform-scale-y: .9
  }

  .md\:hover\:scale-y-95:hover {
    --transform-scale-y: .95
  }

  .md\:hover\:scale-y-100:hover {
    --transform-scale-y: 1
  }

  .md\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05
  }

  .md\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1
  }

  .md\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25
  }

  .md\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5
  }

  .md\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .md\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .md\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .md\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .md\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .md\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .md\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .md\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .md\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .md\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .md\:focus\:scale-x-0:focus {
    --transform-scale-x: 0
  }

  .md\:focus\:scale-x-50:focus {
    --transform-scale-x: .5
  }

  .md\:focus\:scale-x-75:focus {
    --transform-scale-x: .75
  }

  .md\:focus\:scale-x-90:focus {
    --transform-scale-x: .9
  }

  .md\:focus\:scale-x-95:focus {
    --transform-scale-x: .95
  }

  .md\:focus\:scale-x-100:focus {
    --transform-scale-x: 1
  }

  .md\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05
  }

  .md\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1
  }

  .md\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25
  }

  .md\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5
  }

  .md\:focus\:scale-y-0:focus {
    --transform-scale-y: 0
  }

  .md\:focus\:scale-y-50:focus {
    --transform-scale-y: .5
  }

  .md\:focus\:scale-y-75:focus {
    --transform-scale-y: .75
  }

  .md\:focus\:scale-y-90:focus {
    --transform-scale-y: .9
  }

  .md\:focus\:scale-y-95:focus {
    --transform-scale-y: .95
  }

  .md\:focus\:scale-y-100:focus {
    --transform-scale-y: 1
  }

  .md\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05
  }

  .md\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1
  }

  .md\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25
  }

  .md\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5
  }

  .md\:rotate-0 {
    --transform-rotate: 0
  }

  .md\:rotate-45 {
    --transform-rotate: 45deg
  }

  .md\:rotate-90 {
    --transform-rotate: 90deg
  }

  .md\:rotate-180 {
    --transform-rotate: 180deg
  }

  .md\:-rotate-180 {
    --transform-rotate: -180deg
  }

  .md\:-rotate-90 {
    --transform-rotate: -90deg
  }

  .md\:-rotate-45 {
    --transform-rotate: -45deg
  }

  .md\:hover\:rotate-0:hover {
    --transform-rotate: 0
  }

  .md\:hover\:rotate-45:hover {
    --transform-rotate: 45deg
  }

  .md\:hover\:rotate-90:hover {
    --transform-rotate: 90deg
  }

  .md\:hover\:rotate-180:hover {
    --transform-rotate: 180deg
  }

  .md\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg
  }

  .md\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg
  }

  .md\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg
  }

  .md\:focus\:rotate-0:focus {
    --transform-rotate: 0
  }

  .md\:focus\:rotate-45:focus {
    --transform-rotate: 45deg
  }

  .md\:focus\:rotate-90:focus {
    --transform-rotate: 90deg
  }

  .md\:focus\:rotate-180:focus {
    --transform-rotate: 180deg
  }

  .md\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg
  }

  .md\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg
  }

  .md\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg
  }

  .md\:translate-x-0 {
    --transform-translate-x: 0
  }

  .md\:translate-x-1 {
    --transform-translate-x: 5px
  }

  .md\:translate-x-2 {
    --transform-translate-x: 10px
  }

  .md\:translate-x-3 {
    --transform-translate-x: 15px
  }

  .md\:translate-x-4 {
    --transform-translate-x: 20px
  }

  .md\:translate-x-5 {
    --transform-translate-x: 25px
  }

  .md\:translate-x-6 {
    --transform-translate-x: 30px
  }

  .md\:translate-x-7 {
    --transform-translate-x: 35px
  }

  .md\:translate-x-8 {
    --transform-translate-x: 40px
  }

  .md\:translate-x-9 {
    --transform-translate-x: 45px
  }

  .md\:translate-x-10 {
    --transform-translate-x: 50px
  }

  .md\:translate-x-11 {
    --transform-translate-x: 55px
  }

  .md\:translate-x-12 {
    --transform-translate-x: 60px
  }

  .md\:translate-x-13 {
    --transform-translate-x: 65px
  }

  .md\:translate-x-14 {
    --transform-translate-x: 70px
  }

  .md\:translate-x-15 {
    --transform-translate-x: 75px
  }

  .md\:translate-x-16 {
    --transform-translate-x: 80px
  }

  .md\:translate-x-17 {
    --transform-translate-x: 85px
  }

  .md\:translate-x-18 {
    --transform-translate-x: 90px
  }

  .md\:translate-x-19 {
    --transform-translate-x: 95px
  }

  .md\:translate-x-20 {
    --transform-translate-x: 100px
  }

  .md\:translate-x-xxs {
    --transform-translate-x: 8px
  }

  .md\:translate-x-xs {
    --transform-translate-x: 12px
  }

  .md\:translate-x-sm {
    --transform-translate-x: 24px
  }

  .md\:translate-x-md {
    --transform-translate-x: 48px
  }

  .md\:translate-x-lg {
    --transform-translate-x: 64px
  }

  .md\:translate-x-xl {
    --transform-translate-x: 128px
  }

  .md\:-translate-x-1 {
    --transform-translate-x: -5px
  }

  .md\:-translate-x-2 {
    --transform-translate-x: -10px
  }

  .md\:-translate-x-3 {
    --transform-translate-x: -15px
  }

  .md\:-translate-x-4 {
    --transform-translate-x: -20px
  }

  .md\:-translate-x-5 {
    --transform-translate-x: -25px
  }

  .md\:-translate-x-6 {
    --transform-translate-x: -30px
  }

  .md\:-translate-x-7 {
    --transform-translate-x: -35px
  }

  .md\:-translate-x-8 {
    --transform-translate-x: -40px
  }

  .md\:-translate-x-9 {
    --transform-translate-x: -45px
  }

  .md\:-translate-x-10 {
    --transform-translate-x: -50px
  }

  .md\:-translate-x-11 {
    --transform-translate-x: -55px
  }

  .md\:-translate-x-12 {
    --transform-translate-x: -60px
  }

  .md\:-translate-x-13 {
    --transform-translate-x: -65px
  }

  .md\:-translate-x-14 {
    --transform-translate-x: -70px
  }

  .md\:-translate-x-15 {
    --transform-translate-x: -75px
  }

  .md\:-translate-x-16 {
    --transform-translate-x: -80px
  }

  .md\:-translate-x-17 {
    --transform-translate-x: -85px
  }

  .md\:-translate-x-18 {
    --transform-translate-x: -90px
  }

  .md\:-translate-x-19 {
    --transform-translate-x: -95px
  }

  .md\:-translate-x-20 {
    --transform-translate-x: -100px
  }

  .md\:-translate-x-xxs {
    --transform-translate-x: -8px
  }

  .md\:-translate-x-xs {
    --transform-translate-x: -12px
  }

  .md\:-translate-x-sm {
    --transform-translate-x: -24px
  }

  .md\:-translate-x-md {
    --transform-translate-x: -48px
  }

  .md\:-translate-x-lg {
    --transform-translate-x: -64px
  }

  .md\:-translate-x-xl {
    --transform-translate-x: -128px
  }

  .md\:-translate-x-full {
    --transform-translate-x: -100%
  }

  .md\:-translate-x-1\/2 {
    --transform-translate-x: -50%
  }

  .md\:translate-x-1\/2 {
    --transform-translate-x: 50%
  }

  .md\:translate-x-full {
    --transform-translate-x: 100%
  }

  .md\:translate-y-0 {
    --transform-translate-y: 0
  }

  .md\:translate-y-1 {
    --transform-translate-y: 5px
  }

  .md\:translate-y-2 {
    --transform-translate-y: 10px
  }

  .md\:translate-y-3 {
    --transform-translate-y: 15px
  }

  .md\:translate-y-4 {
    --transform-translate-y: 20px
  }

  .md\:translate-y-5 {
    --transform-translate-y: 25px
  }

  .md\:translate-y-6 {
    --transform-translate-y: 30px
  }

  .md\:translate-y-7 {
    --transform-translate-y: 35px
  }

  .md\:translate-y-8 {
    --transform-translate-y: 40px
  }

  .md\:translate-y-9 {
    --transform-translate-y: 45px
  }

  .md\:translate-y-10 {
    --transform-translate-y: 50px
  }

  .md\:translate-y-11 {
    --transform-translate-y: 55px
  }

  .md\:translate-y-12 {
    --transform-translate-y: 60px
  }

  .md\:translate-y-13 {
    --transform-translate-y: 65px
  }

  .md\:translate-y-14 {
    --transform-translate-y: 70px
  }

  .md\:translate-y-15 {
    --transform-translate-y: 75px
  }

  .md\:translate-y-16 {
    --transform-translate-y: 80px
  }

  .md\:translate-y-17 {
    --transform-translate-y: 85px
  }

  .md\:translate-y-18 {
    --transform-translate-y: 90px
  }

  .md\:translate-y-19 {
    --transform-translate-y: 95px
  }

  .md\:translate-y-20 {
    --transform-translate-y: 100px
  }

  .md\:translate-y-xxs {
    --transform-translate-y: 8px
  }

  .md\:translate-y-xs {
    --transform-translate-y: 12px
  }

  .md\:translate-y-sm {
    --transform-translate-y: 24px
  }

  .md\:translate-y-md {
    --transform-translate-y: 48px
  }

  .md\:translate-y-lg {
    --transform-translate-y: 64px
  }

  .md\:translate-y-xl {
    --transform-translate-y: 128px
  }

  .md\:-translate-y-1 {
    --transform-translate-y: -5px
  }

  .md\:-translate-y-2 {
    --transform-translate-y: -10px
  }

  .md\:-translate-y-3 {
    --transform-translate-y: -15px
  }

  .md\:-translate-y-4 {
    --transform-translate-y: -20px
  }

  .md\:-translate-y-5 {
    --transform-translate-y: -25px
  }

  .md\:-translate-y-6 {
    --transform-translate-y: -30px
  }

  .md\:-translate-y-7 {
    --transform-translate-y: -35px
  }

  .md\:-translate-y-8 {
    --transform-translate-y: -40px
  }

  .md\:-translate-y-9 {
    --transform-translate-y: -45px
  }

  .md\:-translate-y-10 {
    --transform-translate-y: -50px
  }

  .md\:-translate-y-11 {
    --transform-translate-y: -55px
  }

  .md\:-translate-y-12 {
    --transform-translate-y: -60px
  }

  .md\:-translate-y-13 {
    --transform-translate-y: -65px
  }

  .md\:-translate-y-14 {
    --transform-translate-y: -70px
  }

  .md\:-translate-y-15 {
    --transform-translate-y: -75px
  }

  .md\:-translate-y-16 {
    --transform-translate-y: -80px
  }

  .md\:-translate-y-17 {
    --transform-translate-y: -85px
  }

  .md\:-translate-y-18 {
    --transform-translate-y: -90px
  }

  .md\:-translate-y-19 {
    --transform-translate-y: -95px
  }

  .md\:-translate-y-20 {
    --transform-translate-y: -100px
  }

  .md\:-translate-y-xxs {
    --transform-translate-y: -8px
  }

  .md\:-translate-y-xs {
    --transform-translate-y: -12px
  }

  .md\:-translate-y-sm {
    --transform-translate-y: -24px
  }

  .md\:-translate-y-md {
    --transform-translate-y: -48px
  }

  .md\:-translate-y-lg {
    --transform-translate-y: -64px
  }

  .md\:-translate-y-xl {
    --transform-translate-y: -128px
  }

  .md\:-translate-y-full {
    --transform-translate-y: -100%
  }

  .md\:-translate-y-1\/2 {
    --transform-translate-y: -50%
  }

  .md\:translate-y-1\/2 {
    --transform-translate-y: 50%
  }

  .md\:translate-y-full {
    --transform-translate-y: 100%
  }

  .md\:hover\:translate-x-0:hover {
    --transform-translate-x: 0
  }

  .md\:hover\:translate-x-1:hover {
    --transform-translate-x: 5px
  }

  .md\:hover\:translate-x-2:hover {
    --transform-translate-x: 10px
  }

  .md\:hover\:translate-x-3:hover {
    --transform-translate-x: 15px
  }

  .md\:hover\:translate-x-4:hover {
    --transform-translate-x: 20px
  }

  .md\:hover\:translate-x-5:hover {
    --transform-translate-x: 25px
  }

  .md\:hover\:translate-x-6:hover {
    --transform-translate-x: 30px
  }

  .md\:hover\:translate-x-7:hover {
    --transform-translate-x: 35px
  }

  .md\:hover\:translate-x-8:hover {
    --transform-translate-x: 40px
  }

  .md\:hover\:translate-x-9:hover {
    --transform-translate-x: 45px
  }

  .md\:hover\:translate-x-10:hover {
    --transform-translate-x: 50px
  }

  .md\:hover\:translate-x-11:hover {
    --transform-translate-x: 55px
  }

  .md\:hover\:translate-x-12:hover {
    --transform-translate-x: 60px
  }

  .md\:hover\:translate-x-13:hover {
    --transform-translate-x: 65px
  }

  .md\:hover\:translate-x-14:hover {
    --transform-translate-x: 70px
  }

  .md\:hover\:translate-x-15:hover {
    --transform-translate-x: 75px
  }

  .md\:hover\:translate-x-16:hover {
    --transform-translate-x: 80px
  }

  .md\:hover\:translate-x-17:hover {
    --transform-translate-x: 85px
  }

  .md\:hover\:translate-x-18:hover {
    --transform-translate-x: 90px
  }

  .md\:hover\:translate-x-19:hover {
    --transform-translate-x: 95px
  }

  .md\:hover\:translate-x-20:hover {
    --transform-translate-x: 100px
  }

  .md\:hover\:translate-x-xxs:hover {
    --transform-translate-x: 8px
  }

  .md\:hover\:translate-x-xs:hover {
    --transform-translate-x: 12px
  }

  .md\:hover\:translate-x-sm:hover {
    --transform-translate-x: 24px
  }

  .md\:hover\:translate-x-md:hover {
    --transform-translate-x: 48px
  }

  .md\:hover\:translate-x-lg:hover {
    --transform-translate-x: 64px
  }

  .md\:hover\:translate-x-xl:hover {
    --transform-translate-x: 128px
  }

  .md\:hover\:-translate-x-1:hover {
    --transform-translate-x: -5px
  }

  .md\:hover\:-translate-x-2:hover {
    --transform-translate-x: -10px
  }

  .md\:hover\:-translate-x-3:hover {
    --transform-translate-x: -15px
  }

  .md\:hover\:-translate-x-4:hover {
    --transform-translate-x: -20px
  }

  .md\:hover\:-translate-x-5:hover {
    --transform-translate-x: -25px
  }

  .md\:hover\:-translate-x-6:hover {
    --transform-translate-x: -30px
  }

  .md\:hover\:-translate-x-7:hover {
    --transform-translate-x: -35px
  }

  .md\:hover\:-translate-x-8:hover {
    --transform-translate-x: -40px
  }

  .md\:hover\:-translate-x-9:hover {
    --transform-translate-x: -45px
  }

  .md\:hover\:-translate-x-10:hover {
    --transform-translate-x: -50px
  }

  .md\:hover\:-translate-x-11:hover {
    --transform-translate-x: -55px
  }

  .md\:hover\:-translate-x-12:hover {
    --transform-translate-x: -60px
  }

  .md\:hover\:-translate-x-13:hover {
    --transform-translate-x: -65px
  }

  .md\:hover\:-translate-x-14:hover {
    --transform-translate-x: -70px
  }

  .md\:hover\:-translate-x-15:hover {
    --transform-translate-x: -75px
  }

  .md\:hover\:-translate-x-16:hover {
    --transform-translate-x: -80px
  }

  .md\:hover\:-translate-x-17:hover {
    --transform-translate-x: -85px
  }

  .md\:hover\:-translate-x-18:hover {
    --transform-translate-x: -90px
  }

  .md\:hover\:-translate-x-19:hover {
    --transform-translate-x: -95px
  }

  .md\:hover\:-translate-x-20:hover {
    --transform-translate-x: -100px
  }

  .md\:hover\:-translate-x-xxs:hover {
    --transform-translate-x: -8px
  }

  .md\:hover\:-translate-x-xs:hover {
    --transform-translate-x: -12px
  }

  .md\:hover\:-translate-x-sm:hover {
    --transform-translate-x: -24px
  }

  .md\:hover\:-translate-x-md:hover {
    --transform-translate-x: -48px
  }

  .md\:hover\:-translate-x-lg:hover {
    --transform-translate-x: -64px
  }

  .md\:hover\:-translate-x-xl:hover {
    --transform-translate-x: -128px
  }

  .md\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%
  }

  .md\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%
  }

  .md\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%
  }

  .md\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%
  }

  .md\:hover\:translate-y-0:hover {
    --transform-translate-y: 0
  }

  .md\:hover\:translate-y-1:hover {
    --transform-translate-y: 5px
  }

  .md\:hover\:translate-y-2:hover {
    --transform-translate-y: 10px
  }

  .md\:hover\:translate-y-3:hover {
    --transform-translate-y: 15px
  }

  .md\:hover\:translate-y-4:hover {
    --transform-translate-y: 20px
  }

  .md\:hover\:translate-y-5:hover {
    --transform-translate-y: 25px
  }

  .md\:hover\:translate-y-6:hover {
    --transform-translate-y: 30px
  }

  .md\:hover\:translate-y-7:hover {
    --transform-translate-y: 35px
  }

  .md\:hover\:translate-y-8:hover {
    --transform-translate-y: 40px
  }

  .md\:hover\:translate-y-9:hover {
    --transform-translate-y: 45px
  }

  .md\:hover\:translate-y-10:hover {
    --transform-translate-y: 50px
  }

  .md\:hover\:translate-y-11:hover {
    --transform-translate-y: 55px
  }

  .md\:hover\:translate-y-12:hover {
    --transform-translate-y: 60px
  }

  .md\:hover\:translate-y-13:hover {
    --transform-translate-y: 65px
  }

  .md\:hover\:translate-y-14:hover {
    --transform-translate-y: 70px
  }

  .md\:hover\:translate-y-15:hover {
    --transform-translate-y: 75px
  }

  .md\:hover\:translate-y-16:hover {
    --transform-translate-y: 80px
  }

  .md\:hover\:translate-y-17:hover {
    --transform-translate-y: 85px
  }

  .md\:hover\:translate-y-18:hover {
    --transform-translate-y: 90px
  }

  .md\:hover\:translate-y-19:hover {
    --transform-translate-y: 95px
  }

  .md\:hover\:translate-y-20:hover {
    --transform-translate-y: 100px
  }

  .md\:hover\:translate-y-xxs:hover {
    --transform-translate-y: 8px
  }

  .md\:hover\:translate-y-xs:hover {
    --transform-translate-y: 12px
  }

  .md\:hover\:translate-y-sm:hover {
    --transform-translate-y: 24px
  }

  .md\:hover\:translate-y-md:hover {
    --transform-translate-y: 48px
  }

  .md\:hover\:translate-y-lg:hover {
    --transform-translate-y: 64px
  }

  .md\:hover\:translate-y-xl:hover {
    --transform-translate-y: 128px
  }

  .md\:hover\:-translate-y-1:hover {
    --transform-translate-y: -5px
  }

  .md\:hover\:-translate-y-2:hover {
    --transform-translate-y: -10px
  }

  .md\:hover\:-translate-y-3:hover {
    --transform-translate-y: -15px
  }

  .md\:hover\:-translate-y-4:hover {
    --transform-translate-y: -20px
  }

  .md\:hover\:-translate-y-5:hover {
    --transform-translate-y: -25px
  }

  .md\:hover\:-translate-y-6:hover {
    --transform-translate-y: -30px
  }

  .md\:hover\:-translate-y-7:hover {
    --transform-translate-y: -35px
  }

  .md\:hover\:-translate-y-8:hover {
    --transform-translate-y: -40px
  }

  .md\:hover\:-translate-y-9:hover {
    --transform-translate-y: -45px
  }

  .md\:hover\:-translate-y-10:hover {
    --transform-translate-y: -50px
  }

  .md\:hover\:-translate-y-11:hover {
    --transform-translate-y: -55px
  }

  .md\:hover\:-translate-y-12:hover {
    --transform-translate-y: -60px
  }

  .md\:hover\:-translate-y-13:hover {
    --transform-translate-y: -65px
  }

  .md\:hover\:-translate-y-14:hover {
    --transform-translate-y: -70px
  }

  .md\:hover\:-translate-y-15:hover {
    --transform-translate-y: -75px
  }

  .md\:hover\:-translate-y-16:hover {
    --transform-translate-y: -80px
  }

  .md\:hover\:-translate-y-17:hover {
    --transform-translate-y: -85px
  }

  .md\:hover\:-translate-y-18:hover {
    --transform-translate-y: -90px
  }

  .md\:hover\:-translate-y-19:hover {
    --transform-translate-y: -95px
  }

  .md\:hover\:-translate-y-20:hover {
    --transform-translate-y: -100px
  }

  .md\:hover\:-translate-y-xxs:hover {
    --transform-translate-y: -8px
  }

  .md\:hover\:-translate-y-xs:hover {
    --transform-translate-y: -12px
  }

  .md\:hover\:-translate-y-sm:hover {
    --transform-translate-y: -24px
  }

  .md\:hover\:-translate-y-md:hover {
    --transform-translate-y: -48px
  }

  .md\:hover\:-translate-y-lg:hover {
    --transform-translate-y: -64px
  }

  .md\:hover\:-translate-y-xl:hover {
    --transform-translate-y: -128px
  }

  .md\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%
  }

  .md\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%
  }

  .md\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%
  }

  .md\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%
  }

  .md\:focus\:translate-x-0:focus {
    --transform-translate-x: 0
  }

  .md\:focus\:translate-x-1:focus {
    --transform-translate-x: 5px
  }

  .md\:focus\:translate-x-2:focus {
    --transform-translate-x: 10px
  }

  .md\:focus\:translate-x-3:focus {
    --transform-translate-x: 15px
  }

  .md\:focus\:translate-x-4:focus {
    --transform-translate-x: 20px
  }

  .md\:focus\:translate-x-5:focus {
    --transform-translate-x: 25px
  }

  .md\:focus\:translate-x-6:focus {
    --transform-translate-x: 30px
  }

  .md\:focus\:translate-x-7:focus {
    --transform-translate-x: 35px
  }

  .md\:focus\:translate-x-8:focus {
    --transform-translate-x: 40px
  }

  .md\:focus\:translate-x-9:focus {
    --transform-translate-x: 45px
  }

  .md\:focus\:translate-x-10:focus {
    --transform-translate-x: 50px
  }

  .md\:focus\:translate-x-11:focus {
    --transform-translate-x: 55px
  }

  .md\:focus\:translate-x-12:focus {
    --transform-translate-x: 60px
  }

  .md\:focus\:translate-x-13:focus {
    --transform-translate-x: 65px
  }

  .md\:focus\:translate-x-14:focus {
    --transform-translate-x: 70px
  }

  .md\:focus\:translate-x-15:focus {
    --transform-translate-x: 75px
  }

  .md\:focus\:translate-x-16:focus {
    --transform-translate-x: 80px
  }

  .md\:focus\:translate-x-17:focus {
    --transform-translate-x: 85px
  }

  .md\:focus\:translate-x-18:focus {
    --transform-translate-x: 90px
  }

  .md\:focus\:translate-x-19:focus {
    --transform-translate-x: 95px
  }

  .md\:focus\:translate-x-20:focus {
    --transform-translate-x: 100px
  }

  .md\:focus\:translate-x-xxs:focus {
    --transform-translate-x: 8px
  }

  .md\:focus\:translate-x-xs:focus {
    --transform-translate-x: 12px
  }

  .md\:focus\:translate-x-sm:focus {
    --transform-translate-x: 24px
  }

  .md\:focus\:translate-x-md:focus {
    --transform-translate-x: 48px
  }

  .md\:focus\:translate-x-lg:focus {
    --transform-translate-x: 64px
  }

  .md\:focus\:translate-x-xl:focus {
    --transform-translate-x: 128px
  }

  .md\:focus\:-translate-x-1:focus {
    --transform-translate-x: -5px
  }

  .md\:focus\:-translate-x-2:focus {
    --transform-translate-x: -10px
  }

  .md\:focus\:-translate-x-3:focus {
    --transform-translate-x: -15px
  }

  .md\:focus\:-translate-x-4:focus {
    --transform-translate-x: -20px
  }

  .md\:focus\:-translate-x-5:focus {
    --transform-translate-x: -25px
  }

  .md\:focus\:-translate-x-6:focus {
    --transform-translate-x: -30px
  }

  .md\:focus\:-translate-x-7:focus {
    --transform-translate-x: -35px
  }

  .md\:focus\:-translate-x-8:focus {
    --transform-translate-x: -40px
  }

  .md\:focus\:-translate-x-9:focus {
    --transform-translate-x: -45px
  }

  .md\:focus\:-translate-x-10:focus {
    --transform-translate-x: -50px
  }

  .md\:focus\:-translate-x-11:focus {
    --transform-translate-x: -55px
  }

  .md\:focus\:-translate-x-12:focus {
    --transform-translate-x: -60px
  }

  .md\:focus\:-translate-x-13:focus {
    --transform-translate-x: -65px
  }

  .md\:focus\:-translate-x-14:focus {
    --transform-translate-x: -70px
  }

  .md\:focus\:-translate-x-15:focus {
    --transform-translate-x: -75px
  }

  .md\:focus\:-translate-x-16:focus {
    --transform-translate-x: -80px
  }

  .md\:focus\:-translate-x-17:focus {
    --transform-translate-x: -85px
  }

  .md\:focus\:-translate-x-18:focus {
    --transform-translate-x: -90px
  }

  .md\:focus\:-translate-x-19:focus {
    --transform-translate-x: -95px
  }

  .md\:focus\:-translate-x-20:focus {
    --transform-translate-x: -100px
  }

  .md\:focus\:-translate-x-xxs:focus {
    --transform-translate-x: -8px
  }

  .md\:focus\:-translate-x-xs:focus {
    --transform-translate-x: -12px
  }

  .md\:focus\:-translate-x-sm:focus {
    --transform-translate-x: -24px
  }

  .md\:focus\:-translate-x-md:focus {
    --transform-translate-x: -48px
  }

  .md\:focus\:-translate-x-lg:focus {
    --transform-translate-x: -64px
  }

  .md\:focus\:-translate-x-xl:focus {
    --transform-translate-x: -128px
  }

  .md\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%
  }

  .md\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%
  }

  .md\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%
  }

  .md\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%
  }

  .md\:focus\:translate-y-0:focus {
    --transform-translate-y: 0
  }

  .md\:focus\:translate-y-1:focus {
    --transform-translate-y: 5px
  }

  .md\:focus\:translate-y-2:focus {
    --transform-translate-y: 10px
  }

  .md\:focus\:translate-y-3:focus {
    --transform-translate-y: 15px
  }

  .md\:focus\:translate-y-4:focus {
    --transform-translate-y: 20px
  }

  .md\:focus\:translate-y-5:focus {
    --transform-translate-y: 25px
  }

  .md\:focus\:translate-y-6:focus {
    --transform-translate-y: 30px
  }

  .md\:focus\:translate-y-7:focus {
    --transform-translate-y: 35px
  }

  .md\:focus\:translate-y-8:focus {
    --transform-translate-y: 40px
  }

  .md\:focus\:translate-y-9:focus {
    --transform-translate-y: 45px
  }

  .md\:focus\:translate-y-10:focus {
    --transform-translate-y: 50px
  }

  .md\:focus\:translate-y-11:focus {
    --transform-translate-y: 55px
  }

  .md\:focus\:translate-y-12:focus {
    --transform-translate-y: 60px
  }

  .md\:focus\:translate-y-13:focus {
    --transform-translate-y: 65px
  }

  .md\:focus\:translate-y-14:focus {
    --transform-translate-y: 70px
  }

  .md\:focus\:translate-y-15:focus {
    --transform-translate-y: 75px
  }

  .md\:focus\:translate-y-16:focus {
    --transform-translate-y: 80px
  }

  .md\:focus\:translate-y-17:focus {
    --transform-translate-y: 85px
  }

  .md\:focus\:translate-y-18:focus {
    --transform-translate-y: 90px
  }

  .md\:focus\:translate-y-19:focus {
    --transform-translate-y: 95px
  }

  .md\:focus\:translate-y-20:focus {
    --transform-translate-y: 100px
  }

  .md\:focus\:translate-y-xxs:focus {
    --transform-translate-y: 8px
  }

  .md\:focus\:translate-y-xs:focus {
    --transform-translate-y: 12px
  }

  .md\:focus\:translate-y-sm:focus {
    --transform-translate-y: 24px
  }

  .md\:focus\:translate-y-md:focus {
    --transform-translate-y: 48px
  }

  .md\:focus\:translate-y-lg:focus {
    --transform-translate-y: 64px
  }

  .md\:focus\:translate-y-xl:focus {
    --transform-translate-y: 128px
  }

  .md\:focus\:-translate-y-1:focus {
    --transform-translate-y: -5px
  }

  .md\:focus\:-translate-y-2:focus {
    --transform-translate-y: -10px
  }

  .md\:focus\:-translate-y-3:focus {
    --transform-translate-y: -15px
  }

  .md\:focus\:-translate-y-4:focus {
    --transform-translate-y: -20px
  }

  .md\:focus\:-translate-y-5:focus {
    --transform-translate-y: -25px
  }

  .md\:focus\:-translate-y-6:focus {
    --transform-translate-y: -30px
  }

  .md\:focus\:-translate-y-7:focus {
    --transform-translate-y: -35px
  }

  .md\:focus\:-translate-y-8:focus {
    --transform-translate-y: -40px
  }

  .md\:focus\:-translate-y-9:focus {
    --transform-translate-y: -45px
  }

  .md\:focus\:-translate-y-10:focus {
    --transform-translate-y: -50px
  }

  .md\:focus\:-translate-y-11:focus {
    --transform-translate-y: -55px
  }

  .md\:focus\:-translate-y-12:focus {
    --transform-translate-y: -60px
  }

  .md\:focus\:-translate-y-13:focus {
    --transform-translate-y: -65px
  }

  .md\:focus\:-translate-y-14:focus {
    --transform-translate-y: -70px
  }

  .md\:focus\:-translate-y-15:focus {
    --transform-translate-y: -75px
  }

  .md\:focus\:-translate-y-16:focus {
    --transform-translate-y: -80px
  }

  .md\:focus\:-translate-y-17:focus {
    --transform-translate-y: -85px
  }

  .md\:focus\:-translate-y-18:focus {
    --transform-translate-y: -90px
  }

  .md\:focus\:-translate-y-19:focus {
    --transform-translate-y: -95px
  }

  .md\:focus\:-translate-y-20:focus {
    --transform-translate-y: -100px
  }

  .md\:focus\:-translate-y-xxs:focus {
    --transform-translate-y: -8px
  }

  .md\:focus\:-translate-y-xs:focus {
    --transform-translate-y: -12px
  }

  .md\:focus\:-translate-y-sm:focus {
    --transform-translate-y: -24px
  }

  .md\:focus\:-translate-y-md:focus {
    --transform-translate-y: -48px
  }

  .md\:focus\:-translate-y-lg:focus {
    --transform-translate-y: -64px
  }

  .md\:focus\:-translate-y-xl:focus {
    --transform-translate-y: -128px
  }

  .md\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%
  }

  .md\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%
  }

  .md\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%
  }

  .md\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%
  }

  .md\:skew-x-0 {
    --transform-skew-x: 0
  }

  .md\:skew-y-0 {
    --transform-skew-y: 0
  }

  .md\:hover\:skew-x-0:hover {
    --transform-skew-x: 0
  }

  .md\:hover\:skew-y-0:hover {
    --transform-skew-y: 0
  }

  .md\:focus\:skew-x-0:focus {
    --transform-skew-x: 0
  }

  .md\:focus\:skew-y-0:focus {
    --transform-skew-y: 0
  }

  .md\:transition-none {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none
  }

  .md\:transition-all {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all
  }

  .md\:transition {
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform
  }

  .md\:transition-colors {
    -webkit-transition-property: background-color, border-color, color, fill, stroke;
    -o-transition-property: background-color, border-color, color, fill, stroke;
    transition-property: background-color, border-color, color, fill, stroke
  }

  .md\:transition-opacity {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
  }

  .md\:transition-shadow {
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow
  }

  .md\:transition-transform {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
  }

  .md\:ease-linear {
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear
  }

  .md\:ease-in {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
  }

  .md\:ease-out {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
  }

  .md\:ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
  }

  .md\:duration-75 {
    -webkit-transition-duration: 75ms;
         -o-transition-duration: 75ms;
            transition-duration: 75ms
  }

  .md\:duration-100 {
    -webkit-transition-duration: 100ms;
         -o-transition-duration: 100ms;
            transition-duration: 100ms
  }

  .md\:duration-150 {
    -webkit-transition-duration: 150ms;
         -o-transition-duration: 150ms;
            transition-duration: 150ms
  }

  .md\:duration-200 {
    -webkit-transition-duration: 200ms;
         -o-transition-duration: 200ms;
            transition-duration: 200ms
  }

  .md\:duration-300 {
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms
  }

  .md\:duration-500 {
    -webkit-transition-duration: 500ms;
         -o-transition-duration: 500ms;
            transition-duration: 500ms
  }

  .md\:duration-700 {
    -webkit-transition-duration: 700ms;
         -o-transition-duration: 700ms;
            transition-duration: 700ms
  }

  .md\:duration-1000 {
    -webkit-transition-duration: 1000ms;
         -o-transition-duration: 1000ms;
            transition-duration: 1000ms
  }

  .md\:delay-75 {
    -webkit-transition-delay: 75ms;
         -o-transition-delay: 75ms;
            transition-delay: 75ms
  }

  .md\:delay-100 {
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms
  }

  .md\:delay-150 {
    -webkit-transition-delay: 150ms;
         -o-transition-delay: 150ms;
            transition-delay: 150ms
  }

  .md\:delay-200 {
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms
  }

  .md\:delay-300 {
    -webkit-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms
  }

  .md\:delay-500 {
    -webkit-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms
  }

  .md\:delay-700 {
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms
  }

  .md\:delay-1000 {
    -webkit-transition-delay: 1000ms;
         -o-transition-delay: 1000ms;
            transition-delay: 1000ms
  }

  .md\:animate-none {
    -webkit-animation: none;
            animation: none
  }

  .md\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite
  }

  .md\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite
  }

  .md\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
  }

  .md\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite
  }
}

@media (min-width: 912px) {
  .lg\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse))
  }

  .lg\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse))
  }

  .lg\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse))
  }

  .lg\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse))
  }

  .lg\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse))
  }

  .lg\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse))
  }

  .lg\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse))
  }

  .lg\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse))
  }

  .lg\:space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse))
  }

  .lg\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse))
  }

  .lg\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse))
  }

  .lg\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-11 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse))
  }

  .lg\:space-x-11 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse))
  }

  .lg\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse))
  }

  .lg\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse))
  }

  .lg\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse))
  }

  .lg\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse))
  }

  .lg\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse))
  }

  .lg\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse))
  }

  .lg\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-19 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse))
  }

  .lg\:space-x-19 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse))
  }

  .lg\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-xxs > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse))
  }

  .lg\:space-x-xxs > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-xs > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse))
  }

  .lg\:space-x-xs > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-sm > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse))
  }

  .lg\:space-x-sm > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-md > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse))
  }

  .lg\:space-x-md > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-lg > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse))
  }

  .lg\:space-x-lg > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-xl > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse))
  }

  .lg\:space-x-xl > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse))
  }

  .lg\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse))
  }

  .lg\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse))
  }

  .lg\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse))
  }

  .lg\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse))
  }

  .lg\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse))
  }

  .lg\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:-space-y-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse))
  }

  .lg\:-space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse))
  }

  .lg\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse))
  }

  .lg\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse))
  }

  .lg\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:-space-y-11 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse))
  }

  .lg\:-space-x-11 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse))
  }

  .lg\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:-space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse))
  }

  .lg\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse))
  }

  .lg\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse))
  }

  .lg\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse))
  }

  .lg\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:-space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse))
  }

  .lg\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse))
  }

  .lg\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:-space-y-19 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse))
  }

  .lg\:-space-x-19 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse))
  }

  .lg\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:-space-y-xxs > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse))
  }

  .lg\:-space-x-xxs > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:-space-y-xs > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse))
  }

  .lg\:-space-x-xs > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:-space-y-sm > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse))
  }

  .lg\:-space-x-sm > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:-space-y-md > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse))
  }

  .lg\:-space-x-md > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:-space-y-lg > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse))
  }

  .lg\:-space-x-lg > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:-space-y-xl > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse))
  }

  .lg\:-space-x-xl > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)))
  }

  .lg\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1
  }

  .lg\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1
  }

  .lg\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse))
  }

  .lg\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-1 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse))
  }

  .lg\:divide-x-1 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse))
  }

  .lg\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-3 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(6px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(6px * var(--divide-y-reverse))
  }

  .lg\:divide-x-3 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(6px * var(--divide-x-reverse));
    border-left-width: calc(6px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse))
  }

  .lg\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-5 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(10px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(10px * var(--divide-y-reverse))
  }

  .lg\:divide-x-5 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(10px * var(--divide-x-reverse));
    border-left-width: calc(10px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-6 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(12px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(12px * var(--divide-y-reverse))
  }

  .lg\:divide-x-6 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(12px * var(--divide-x-reverse));
    border-left-width: calc(12px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-7 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(14px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(14px * var(--divide-y-reverse))
  }

  .lg\:divide-x-7 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(14px * var(--divide-x-reverse));
    border-left-width: calc(14px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(16px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(16px * var(--divide-y-reverse))
  }

  .lg\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(16px * var(--divide-x-reverse));
    border-left-width: calc(16px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-9 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(18px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(18px * var(--divide-y-reverse))
  }

  .lg\:divide-x-9 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(18px * var(--divide-x-reverse));
    border-left-width: calc(18px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-10 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(20px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(20px * var(--divide-y-reverse))
  }

  .lg\:divide-x-10 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(20px * var(--divide-x-reverse));
    border-left-width: calc(20px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-11 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(22px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(22px * var(--divide-y-reverse))
  }

  .lg\:divide-x-11 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(22px * var(--divide-x-reverse));
    border-left-width: calc(22px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-12 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(24px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(24px * var(--divide-y-reverse))
  }

  .lg\:divide-x-12 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(24px * var(--divide-x-reverse));
    border-left-width: calc(24px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-13 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(26px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(26px * var(--divide-y-reverse))
  }

  .lg\:divide-x-13 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(26px * var(--divide-x-reverse));
    border-left-width: calc(26px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-14 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(28px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(28px * var(--divide-y-reverse))
  }

  .lg\:divide-x-14 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(28px * var(--divide-x-reverse));
    border-left-width: calc(28px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-15 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(30px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(30px * var(--divide-y-reverse))
  }

  .lg\:divide-x-15 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(30px * var(--divide-x-reverse));
    border-left-width: calc(30px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-16 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(32px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(32px * var(--divide-y-reverse))
  }

  .lg\:divide-x-16 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(32px * var(--divide-x-reverse));
    border-left-width: calc(32px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-17 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(34px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(34px * var(--divide-y-reverse))
  }

  .lg\:divide-x-17 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(34px * var(--divide-x-reverse));
    border-left-width: calc(34px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-18 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(36px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(36px * var(--divide-y-reverse))
  }

  .lg\:divide-x-18 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(36px * var(--divide-x-reverse));
    border-left-width: calc(36px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-19 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(38px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(38px * var(--divide-y-reverse))
  }

  .lg\:divide-x-19 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(38px * var(--divide-x-reverse));
    border-left-width: calc(38px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-20 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(40px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(40px * var(--divide-y-reverse))
  }

  .lg\:divide-x-20 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(40px * var(--divide-x-reverse));
    border-left-width: calc(40px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-21 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(42px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(42px * var(--divide-y-reverse))
  }

  .lg\:divide-x-21 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(42px * var(--divide-x-reverse));
    border-left-width: calc(42px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-22 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(44px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(44px * var(--divide-y-reverse))
  }

  .lg\:divide-x-22 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(44px * var(--divide-x-reverse));
    border-left-width: calc(44px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-23 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(46px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(46px * var(--divide-y-reverse))
  }

  .lg\:divide-x-23 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(46px * var(--divide-x-reverse));
    border-left-width: calc(46px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-24 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(48px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(48px * var(--divide-y-reverse))
  }

  .lg\:divide-x-24 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(48px * var(--divide-x-reverse));
    border-left-width: calc(48px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-25 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(50px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(50px * var(--divide-y-reverse))
  }

  .lg\:divide-x-25 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(50px * var(--divide-x-reverse));
    border-left-width: calc(50px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-26 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(52px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(52px * var(--divide-y-reverse))
  }

  .lg\:divide-x-26 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(52px * var(--divide-x-reverse));
    border-left-width: calc(52px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-27 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(54px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(54px * var(--divide-y-reverse))
  }

  .lg\:divide-x-27 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(54px * var(--divide-x-reverse));
    border-left-width: calc(54px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-28 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(56px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(56px * var(--divide-y-reverse))
  }

  .lg\:divide-x-28 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(56px * var(--divide-x-reverse));
    border-left-width: calc(56px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-29 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(58px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(58px * var(--divide-y-reverse))
  }

  .lg\:divide-x-29 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(58px * var(--divide-x-reverse));
    border-left-width: calc(58px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-30 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(60px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(60px * var(--divide-y-reverse))
  }

  .lg\:divide-x-30 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(60px * var(--divide-x-reverse));
    border-left-width: calc(60px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-31 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(62px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(62px * var(--divide-y-reverse))
  }

  .lg\:divide-x-31 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(62px * var(--divide-x-reverse));
    border-left-width: calc(62px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-32 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(64px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(64px * var(--divide-y-reverse))
  }

  .lg\:divide-x-32 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(64px * var(--divide-x-reverse));
    border-left-width: calc(64px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-33 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(66px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(66px * var(--divide-y-reverse))
  }

  .lg\:divide-x-33 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(66px * var(--divide-x-reverse));
    border-left-width: calc(66px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-34 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(68px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(68px * var(--divide-y-reverse))
  }

  .lg\:divide-x-34 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(68px * var(--divide-x-reverse));
    border-left-width: calc(68px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-35 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(70px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(70px * var(--divide-y-reverse))
  }

  .lg\:divide-x-35 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(70px * var(--divide-x-reverse));
    border-left-width: calc(70px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-36 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(72px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(72px * var(--divide-y-reverse))
  }

  .lg\:divide-x-36 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(72px * var(--divide-x-reverse));
    border-left-width: calc(72px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-37 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(74px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(74px * var(--divide-y-reverse))
  }

  .lg\:divide-x-37 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(74px * var(--divide-x-reverse));
    border-left-width: calc(74px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-38 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(76px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(76px * var(--divide-y-reverse))
  }

  .lg\:divide-x-38 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(76px * var(--divide-x-reverse));
    border-left-width: calc(76px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-39 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(78px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(78px * var(--divide-y-reverse))
  }

  .lg\:divide-x-39 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(78px * var(--divide-x-reverse));
    border-left-width: calc(78px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-40 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(80px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(80px * var(--divide-y-reverse))
  }

  .lg\:divide-x-40 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(80px * var(--divide-x-reverse));
    border-left-width: calc(80px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-41 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(82px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(82px * var(--divide-y-reverse))
  }

  .lg\:divide-x-41 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(82px * var(--divide-x-reverse));
    border-left-width: calc(82px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-42 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(84px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(84px * var(--divide-y-reverse))
  }

  .lg\:divide-x-42 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(84px * var(--divide-x-reverse));
    border-left-width: calc(84px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-43 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(86px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(86px * var(--divide-y-reverse))
  }

  .lg\:divide-x-43 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(86px * var(--divide-x-reverse));
    border-left-width: calc(86px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-44 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(88px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(88px * var(--divide-y-reverse))
  }

  .lg\:divide-x-44 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(88px * var(--divide-x-reverse));
    border-left-width: calc(88px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-45 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(90px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(90px * var(--divide-y-reverse))
  }

  .lg\:divide-x-45 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(90px * var(--divide-x-reverse));
    border-left-width: calc(90px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-46 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(92px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(92px * var(--divide-y-reverse))
  }

  .lg\:divide-x-46 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(92px * var(--divide-x-reverse));
    border-left-width: calc(92px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-47 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(94px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(94px * var(--divide-y-reverse))
  }

  .lg\:divide-x-47 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(94px * var(--divide-x-reverse));
    border-left-width: calc(94px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-48 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(96px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(96px * var(--divide-y-reverse))
  }

  .lg\:divide-x-48 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(96px * var(--divide-x-reverse));
    border-left-width: calc(96px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-49 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(98px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(98px * var(--divide-y-reverse))
  }

  .lg\:divide-x-49 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(98px * var(--divide-x-reverse));
    border-left-width: calc(98px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-50 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(100px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(100px * var(--divide-y-reverse))
  }

  .lg\:divide-x-50 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(100px * var(--divide-x-reverse));
    border-left-width: calc(100px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse))
  }

  .lg\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)))
  }

  .lg\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1
  }

  .lg\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1
  }

  .lg\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent
  }

  .lg\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity))
  }

  .lg\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity))
  }

  .lg\:divide-gray-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48433f;
    border-color: rgba(72, 67, 63, var(--divide-opacity))
  }

  .lg\:divide-gray-2 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a2a2a2;
    border-color: rgba(162, 162, 162, var(--divide-opacity))
  }

  .lg\:divide-gray-3 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cccccc;
    border-color: rgba(204, 204, 204, var(--divide-opacity))
  }

  .lg\:divide-gray-4 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9e8e8;
    border-color: rgba(233, 232, 232, var(--divide-opacity))
  }

  .lg\:divide-gray-5 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf1f6;
    border-color: rgba(237, 241, 246, var(--divide-opacity))
  }

  .lg\:divide-gray-6 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f2f3;
    border-color: rgba(242, 242, 243, var(--divide-opacity))
  }

  .lg\:divide-red-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c00000;
    border-color: rgba(192, 0, 0, var(--divide-opacity))
  }

  .lg\:divide-orange-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ff9a00;
    border-color: rgba(255, 154, 0, var(--divide-opacity))
  }

  .lg\:divide-orange-2 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f4530c;
    border-color: rgba(244, 83, 12, var(--divide-opacity))
  }

  .lg\:divide-blue-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #17649f;
    border-color: rgba(23, 100, 159, var(--divide-opacity))
  }

  .lg\:divide-blue-2 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #003366;
    border-color: rgba(0, 51, 102, var(--divide-opacity))
  }

  .lg\:divide-blue-3 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0b2f4b;
    border-color: rgba(11, 47, 75, var(--divide-opacity))
  }

  .lg\:divide-blue-4 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1b75bb;
    border-color: rgba(27, 117, 187, var(--divide-opacity))
  }

  .lg\:divide-brown-1 > :not(template) ~ :not(template) {
    border-color: #6e441e 
  }

  .lg\:divide-green-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e5b7;
    border-color: rgba(215, 229, 183, var(--divide-opacity))
  }

  .lg\:divide-green-2 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #334d10;
    border-color: rgba(51, 77, 16, var(--divide-opacity))
  }

  .lg\:divide-purple-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #403862;
    border-color: rgba(64, 56, 98, var(--divide-opacity))
  }

  .lg\:divide-purple-2 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #554a82;
    border-color: rgba(85, 74, 130, var(--divide-opacity))
  }

  .lg\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid
  }

  .lg\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed
  }

  .lg\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted
  }

  .lg\:divide-double > :not(template) ~ :not(template) {
    border-style: double
  }

  .lg\:divide-none > :not(template) ~ :not(template) {
    border-style: none
  }

  .lg\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0
  }

  .lg\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25
  }

  .lg\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5
  }

  .lg\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75
  }

  .lg\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1
  }

  .lg\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
  }

  .lg\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

  .lg\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
  }

  .lg\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

  .lg\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none
  }

  .lg\:bg-fixed {
    background-attachment: fixed
  }

  .lg\:bg-local {
    background-attachment: local
  }

  .lg\:bg-scroll {
    background-attachment: scroll
  }

  .lg\:bg-clip-border {
    background-clip: border-box
  }

  .lg\:bg-clip-padding {
    background-clip: padding-box
  }

  .lg\:bg-clip-content {
    background-clip: content-box
  }

  .lg\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text
  }

  .lg\:bg-transparent {
    background-color: transparent
  }

  .lg\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity))
  }

  .lg\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
  }

  .lg\:bg-gray-1 {
    --bg-opacity: 1;
    background-color: #48433f;
    background-color: rgba(72, 67, 63, var(--bg-opacity))
  }

  .lg\:bg-gray-2 {
    --bg-opacity: 1;
    background-color: #a2a2a2;
    background-color: rgba(162, 162, 162, var(--bg-opacity))
  }

  .lg\:bg-gray-3 {
    --bg-opacity: 1;
    background-color: #cccccc;
    background-color: rgba(204, 204, 204, var(--bg-opacity))
  }

  .lg\:bg-gray-4 {
    --bg-opacity: 1;
    background-color: #e9e8e8;
    background-color: rgba(233, 232, 232, var(--bg-opacity))
  }

  .lg\:bg-gray-5 {
    --bg-opacity: 1;
    background-color: #edf1f6;
    background-color: rgba(237, 241, 246, var(--bg-opacity))
  }

  .lg\:bg-gray-6 {
    --bg-opacity: 1;
    background-color: #f2f2f3;
    background-color: rgba(242, 242, 243, var(--bg-opacity))
  }

  .lg\:bg-red-1 {
    --bg-opacity: 1;
    background-color: #c00000;
    background-color: rgba(192, 0, 0, var(--bg-opacity))
  }

  .lg\:bg-orange-1 {
    --bg-opacity: 1;
    background-color: #ff9a00;
    background-color: rgba(255, 154, 0, var(--bg-opacity))
  }

  .lg\:bg-orange-2 {
    --bg-opacity: 1;
    background-color: #f4530c;
    background-color: rgba(244, 83, 12, var(--bg-opacity))
  }

  .lg\:bg-blue-1 {
    --bg-opacity: 1;
    background-color: #17649f;
    background-color: rgba(23, 100, 159, var(--bg-opacity))
  }

  .lg\:bg-blue-2 {
    --bg-opacity: 1;
    background-color: #003366;
    background-color: rgba(0, 51, 102, var(--bg-opacity))
  }

  .lg\:bg-blue-3 {
    --bg-opacity: 1;
    background-color: #0b2f4b;
    background-color: rgba(11, 47, 75, var(--bg-opacity))
  }

  .lg\:bg-blue-4 {
    --bg-opacity: 1;
    background-color: #1b75bb;
    background-color: rgba(27, 117, 187, var(--bg-opacity))
  }

  .lg\:bg-brown-1 {
    background-color: #6e441e 
  }

  .lg\:bg-green-1 {
    --bg-opacity: 1;
    background-color: #d7e5b7;
    background-color: rgba(215, 229, 183, var(--bg-opacity))
  }

  .lg\:bg-green-2 {
    --bg-opacity: 1;
    background-color: #334d10;
    background-color: rgba(51, 77, 16, var(--bg-opacity))
  }

  .lg\:bg-purple-1 {
    --bg-opacity: 1;
    background-color: #403862;
    background-color: rgba(64, 56, 98, var(--bg-opacity))
  }

  .lg\:bg-purple-2 {
    --bg-opacity: 1;
    background-color: #554a82;
    background-color: rgba(85, 74, 130, var(--bg-opacity))
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent
  }

  .lg\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity))
  }

  .lg\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
  }

  .lg\:hover\:bg-gray-1:hover {
    --bg-opacity: 1;
    background-color: #48433f;
    background-color: rgba(72, 67, 63, var(--bg-opacity))
  }

  .lg\:hover\:bg-gray-2:hover {
    --bg-opacity: 1;
    background-color: #a2a2a2;
    background-color: rgba(162, 162, 162, var(--bg-opacity))
  }

  .lg\:hover\:bg-gray-3:hover {
    --bg-opacity: 1;
    background-color: #cccccc;
    background-color: rgba(204, 204, 204, var(--bg-opacity))
  }

  .lg\:hover\:bg-gray-4:hover {
    --bg-opacity: 1;
    background-color: #e9e8e8;
    background-color: rgba(233, 232, 232, var(--bg-opacity))
  }

  .lg\:hover\:bg-gray-5:hover {
    --bg-opacity: 1;
    background-color: #edf1f6;
    background-color: rgba(237, 241, 246, var(--bg-opacity))
  }

  .lg\:hover\:bg-gray-6:hover {
    --bg-opacity: 1;
    background-color: #f2f2f3;
    background-color: rgba(242, 242, 243, var(--bg-opacity))
  }

  .lg\:hover\:bg-red-1:hover {
    --bg-opacity: 1;
    background-color: #c00000;
    background-color: rgba(192, 0, 0, var(--bg-opacity))
  }

  .lg\:hover\:bg-orange-1:hover {
    --bg-opacity: 1;
    background-color: #ff9a00;
    background-color: rgba(255, 154, 0, var(--bg-opacity))
  }

  .lg\:hover\:bg-orange-2:hover {
    --bg-opacity: 1;
    background-color: #f4530c;
    background-color: rgba(244, 83, 12, var(--bg-opacity))
  }

  .lg\:hover\:bg-blue-1:hover {
    --bg-opacity: 1;
    background-color: #17649f;
    background-color: rgba(23, 100, 159, var(--bg-opacity))
  }

  .lg\:hover\:bg-blue-2:hover {
    --bg-opacity: 1;
    background-color: #003366;
    background-color: rgba(0, 51, 102, var(--bg-opacity))
  }

  .lg\:hover\:bg-blue-3:hover {
    --bg-opacity: 1;
    background-color: #0b2f4b;
    background-color: rgba(11, 47, 75, var(--bg-opacity))
  }

  .lg\:hover\:bg-blue-4:hover {
    --bg-opacity: 1;
    background-color: #1b75bb;
    background-color: rgba(27, 117, 187, var(--bg-opacity))
  }

  .lg\:hover\:bg-brown-1:hover {
    background-color: #6e441e 
  }

  .lg\:hover\:bg-green-1:hover {
    --bg-opacity: 1;
    background-color: #d7e5b7;
    background-color: rgba(215, 229, 183, var(--bg-opacity))
  }

  .lg\:hover\:bg-green-2:hover {
    --bg-opacity: 1;
    background-color: #334d10;
    background-color: rgba(51, 77, 16, var(--bg-opacity))
  }

  .lg\:hover\:bg-purple-1:hover {
    --bg-opacity: 1;
    background-color: #403862;
    background-color: rgba(64, 56, 98, var(--bg-opacity))
  }

  .lg\:hover\:bg-purple-2:hover {
    --bg-opacity: 1;
    background-color: #554a82;
    background-color: rgba(85, 74, 130, var(--bg-opacity))
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent
  }

  .lg\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity))
  }

  .lg\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
  }

  .lg\:focus\:bg-gray-1:focus {
    --bg-opacity: 1;
    background-color: #48433f;
    background-color: rgba(72, 67, 63, var(--bg-opacity))
  }

  .lg\:focus\:bg-gray-2:focus {
    --bg-opacity: 1;
    background-color: #a2a2a2;
    background-color: rgba(162, 162, 162, var(--bg-opacity))
  }

  .lg\:focus\:bg-gray-3:focus {
    --bg-opacity: 1;
    background-color: #cccccc;
    background-color: rgba(204, 204, 204, var(--bg-opacity))
  }

  .lg\:focus\:bg-gray-4:focus {
    --bg-opacity: 1;
    background-color: #e9e8e8;
    background-color: rgba(233, 232, 232, var(--bg-opacity))
  }

  .lg\:focus\:bg-gray-5:focus {
    --bg-opacity: 1;
    background-color: #edf1f6;
    background-color: rgba(237, 241, 246, var(--bg-opacity))
  }

  .lg\:focus\:bg-gray-6:focus {
    --bg-opacity: 1;
    background-color: #f2f2f3;
    background-color: rgba(242, 242, 243, var(--bg-opacity))
  }

  .lg\:focus\:bg-red-1:focus {
    --bg-opacity: 1;
    background-color: #c00000;
    background-color: rgba(192, 0, 0, var(--bg-opacity))
  }

  .lg\:focus\:bg-orange-1:focus {
    --bg-opacity: 1;
    background-color: #ff9a00;
    background-color: rgba(255, 154, 0, var(--bg-opacity))
  }

  .lg\:focus\:bg-orange-2:focus {
    --bg-opacity: 1;
    background-color: #f4530c;
    background-color: rgba(244, 83, 12, var(--bg-opacity))
  }

  .lg\:focus\:bg-blue-1:focus {
    --bg-opacity: 1;
    background-color: #17649f;
    background-color: rgba(23, 100, 159, var(--bg-opacity))
  }

  .lg\:focus\:bg-blue-2:focus {
    --bg-opacity: 1;
    background-color: #003366;
    background-color: rgba(0, 51, 102, var(--bg-opacity))
  }

  .lg\:focus\:bg-blue-3:focus {
    --bg-opacity: 1;
    background-color: #0b2f4b;
    background-color: rgba(11, 47, 75, var(--bg-opacity))
  }

  .lg\:focus\:bg-blue-4:focus {
    --bg-opacity: 1;
    background-color: #1b75bb;
    background-color: rgba(27, 117, 187, var(--bg-opacity))
  }

  .lg\:focus\:bg-brown-1:focus {
    background-color: #6e441e 
  }

  .lg\:focus\:bg-green-1:focus {
    --bg-opacity: 1;
    background-color: #d7e5b7;
    background-color: rgba(215, 229, 183, var(--bg-opacity))
  }

  .lg\:focus\:bg-green-2:focus {
    --bg-opacity: 1;
    background-color: #334d10;
    background-color: rgba(51, 77, 16, var(--bg-opacity))
  }

  .lg\:focus\:bg-purple-1:focus {
    --bg-opacity: 1;
    background-color: #403862;
    background-color: rgba(64, 56, 98, var(--bg-opacity))
  }

  .lg\:focus\:bg-purple-2:focus {
    --bg-opacity: 1;
    background-color: #554a82;
    background-color: rgba(85, 74, 130, var(--bg-opacity))
  }

  .lg\:bg-none {
    background-image: none
  }

  .lg\:bg-gradient-to-t {
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(bottom, var(--gradient-color-stops));
    background-image: linear-gradient(to top, var(--gradient-color-stops))
  }

  .lg\:bg-gradient-to-tr {
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(bottom left, var(--gradient-color-stops));
    background-image: linear-gradient(to top right, var(--gradient-color-stops))
  }

  .lg\:bg-gradient-to-r {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(left, var(--gradient-color-stops));
    background-image: linear-gradient(to right, var(--gradient-color-stops))
  }

  .lg\:bg-gradient-to-br {
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(top left, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops))
  }

  .lg\:bg-gradient-to-b {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(top, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom, var(--gradient-color-stops))
  }

  .lg\:bg-gradient-to-bl {
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(top right, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops))
  }

  .lg\:bg-gradient-to-l {
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(right, var(--gradient-color-stops));
    background-image: linear-gradient(to left, var(--gradient-color-stops))
  }

  .lg\:bg-gradient-to-tl {
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(bottom right, var(--gradient-color-stops));
    background-image: linear-gradient(to top left, var(--gradient-color-stops))
  }

  .lg\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .lg\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .lg\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .lg\:from-gray-1 {
    --gradient-from-color: #48433f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
  }

  .lg\:from-gray-2 {
    --gradient-from-color: #a2a2a2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
  }

  .lg\:from-gray-3 {
    --gradient-from-color: #cccccc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
  }

  .lg\:from-gray-4 {
    --gradient-from-color: #e9e8e8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
  }

  .lg\:from-gray-5 {
    --gradient-from-color: #edf1f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
  }

  .lg\:from-gray-6 {
    --gradient-from-color: #f2f2f3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
  }

  .lg\:from-red-1 {
    --gradient-from-color: #c00000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
  }

  .lg\:from-orange-1 {
    --gradient-from-color: #ff9a00;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
  }

  .lg\:from-orange-2 {
    --gradient-from-color: #f4530c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
  }

  .lg\:from-blue-1 {
    --gradient-from-color: #17649f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
  }

  .lg\:from-blue-2 {
    --gradient-from-color: #003366;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
  }

  .lg\:from-blue-3 {
    --gradient-from-color: #0b2f4b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
  }

  .lg\:from-blue-4 {
    --gradient-from-color: #1b75bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
  }

  .lg\:from-brown-1 {
    --gradient-from-color: #6e441e ;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .lg\:from-green-1 {
    --gradient-from-color: #d7e5b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
  }

  .lg\:from-green-2 {
    --gradient-from-color: #334d10;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
  }

  .lg\:from-purple-1 {
    --gradient-from-color: #403862;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
  }

  .lg\:from-purple-2 {
    --gradient-from-color: #554a82;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
  }

  .lg\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .lg\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .lg\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .lg\:via-gray-1 {
    --gradient-via-color: #48433f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
  }

  .lg\:via-gray-2 {
    --gradient-via-color: #a2a2a2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
  }

  .lg\:via-gray-3 {
    --gradient-via-color: #cccccc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
  }

  .lg\:via-gray-4 {
    --gradient-via-color: #e9e8e8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
  }

  .lg\:via-gray-5 {
    --gradient-via-color: #edf1f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
  }

  .lg\:via-gray-6 {
    --gradient-via-color: #f2f2f3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
  }

  .lg\:via-red-1 {
    --gradient-via-color: #c00000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
  }

  .lg\:via-orange-1 {
    --gradient-via-color: #ff9a00;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
  }

  .lg\:via-orange-2 {
    --gradient-via-color: #f4530c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
  }

  .lg\:via-blue-1 {
    --gradient-via-color: #17649f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
  }

  .lg\:via-blue-2 {
    --gradient-via-color: #003366;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
  }

  .lg\:via-blue-3 {
    --gradient-via-color: #0b2f4b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
  }

  .lg\:via-blue-4 {
    --gradient-via-color: #1b75bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
  }

  .lg\:via-brown-1 {
    --gradient-via-color: #6e441e ;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .lg\:via-green-1 {
    --gradient-via-color: #d7e5b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
  }

  .lg\:via-green-2 {
    --gradient-via-color: #334d10;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
  }

  .lg\:via-purple-1 {
    --gradient-via-color: #403862;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
  }

  .lg\:via-purple-2 {
    --gradient-via-color: #554a82;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
  }

  .lg\:to-transparent {
    --gradient-to-color: transparent
  }

  .lg\:to-black {
    --gradient-to-color: #000
  }

  .lg\:to-white {
    --gradient-to-color: #fff
  }

  .lg\:to-gray-1 {
    --gradient-to-color: #48433f
  }

  .lg\:to-gray-2 {
    --gradient-to-color: #a2a2a2
  }

  .lg\:to-gray-3 {
    --gradient-to-color: #cccccc
  }

  .lg\:to-gray-4 {
    --gradient-to-color: #e9e8e8
  }

  .lg\:to-gray-5 {
    --gradient-to-color: #edf1f6
  }

  .lg\:to-gray-6 {
    --gradient-to-color: #f2f2f3
  }

  .lg\:to-red-1 {
    --gradient-to-color: #c00000
  }

  .lg\:to-orange-1 {
    --gradient-to-color: #ff9a00
  }

  .lg\:to-orange-2 {
    --gradient-to-color: #f4530c
  }

  .lg\:to-blue-1 {
    --gradient-to-color: #17649f
  }

  .lg\:to-blue-2 {
    --gradient-to-color: #003366
  }

  .lg\:to-blue-3 {
    --gradient-to-color: #0b2f4b
  }

  .lg\:to-blue-4 {
    --gradient-to-color: #1b75bb
  }

  .lg\:to-brown-1 {
    --gradient-to-color: #6e441e 
  }

  .lg\:to-green-1 {
    --gradient-to-color: #d7e5b7
  }

  .lg\:to-green-2 {
    --gradient-to-color: #334d10
  }

  .lg\:to-purple-1 {
    --gradient-to-color: #403862
  }

  .lg\:to-purple-2 {
    --gradient-to-color: #554a82
  }

  .lg\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .lg\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .lg\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .lg\:hover\:from-gray-1:hover {
    --gradient-from-color: #48433f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
  }

  .lg\:hover\:from-gray-2:hover {
    --gradient-from-color: #a2a2a2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
  }

  .lg\:hover\:from-gray-3:hover {
    --gradient-from-color: #cccccc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
  }

  .lg\:hover\:from-gray-4:hover {
    --gradient-from-color: #e9e8e8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
  }

  .lg\:hover\:from-gray-5:hover {
    --gradient-from-color: #edf1f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
  }

  .lg\:hover\:from-gray-6:hover {
    --gradient-from-color: #f2f2f3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
  }

  .lg\:hover\:from-red-1:hover {
    --gradient-from-color: #c00000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
  }

  .lg\:hover\:from-orange-1:hover {
    --gradient-from-color: #ff9a00;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
  }

  .lg\:hover\:from-orange-2:hover {
    --gradient-from-color: #f4530c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
  }

  .lg\:hover\:from-blue-1:hover {
    --gradient-from-color: #17649f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
  }

  .lg\:hover\:from-blue-2:hover {
    --gradient-from-color: #003366;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
  }

  .lg\:hover\:from-blue-3:hover {
    --gradient-from-color: #0b2f4b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
  }

  .lg\:hover\:from-blue-4:hover {
    --gradient-from-color: #1b75bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
  }

  .lg\:hover\:from-brown-1:hover {
    --gradient-from-color: #6e441e ;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .lg\:hover\:from-green-1:hover {
    --gradient-from-color: #d7e5b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
  }

  .lg\:hover\:from-green-2:hover {
    --gradient-from-color: #334d10;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
  }

  .lg\:hover\:from-purple-1:hover {
    --gradient-from-color: #403862;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
  }

  .lg\:hover\:from-purple-2:hover {
    --gradient-from-color: #554a82;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
  }

  .lg\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .lg\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .lg\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .lg\:hover\:via-gray-1:hover {
    --gradient-via-color: #48433f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
  }

  .lg\:hover\:via-gray-2:hover {
    --gradient-via-color: #a2a2a2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
  }

  .lg\:hover\:via-gray-3:hover {
    --gradient-via-color: #cccccc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
  }

  .lg\:hover\:via-gray-4:hover {
    --gradient-via-color: #e9e8e8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
  }

  .lg\:hover\:via-gray-5:hover {
    --gradient-via-color: #edf1f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
  }

  .lg\:hover\:via-gray-6:hover {
    --gradient-via-color: #f2f2f3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
  }

  .lg\:hover\:via-red-1:hover {
    --gradient-via-color: #c00000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
  }

  .lg\:hover\:via-orange-1:hover {
    --gradient-via-color: #ff9a00;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
  }

  .lg\:hover\:via-orange-2:hover {
    --gradient-via-color: #f4530c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
  }

  .lg\:hover\:via-blue-1:hover {
    --gradient-via-color: #17649f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
  }

  .lg\:hover\:via-blue-2:hover {
    --gradient-via-color: #003366;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
  }

  .lg\:hover\:via-blue-3:hover {
    --gradient-via-color: #0b2f4b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
  }

  .lg\:hover\:via-blue-4:hover {
    --gradient-via-color: #1b75bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
  }

  .lg\:hover\:via-brown-1:hover {
    --gradient-via-color: #6e441e ;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .lg\:hover\:via-green-1:hover {
    --gradient-via-color: #d7e5b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
  }

  .lg\:hover\:via-green-2:hover {
    --gradient-via-color: #334d10;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
  }

  .lg\:hover\:via-purple-1:hover {
    --gradient-via-color: #403862;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
  }

  .lg\:hover\:via-purple-2:hover {
    --gradient-via-color: #554a82;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
  }

  .lg\:hover\:to-transparent:hover {
    --gradient-to-color: transparent
  }

  .lg\:hover\:to-black:hover {
    --gradient-to-color: #000
  }

  .lg\:hover\:to-white:hover {
    --gradient-to-color: #fff
  }

  .lg\:hover\:to-gray-1:hover {
    --gradient-to-color: #48433f
  }

  .lg\:hover\:to-gray-2:hover {
    --gradient-to-color: #a2a2a2
  }

  .lg\:hover\:to-gray-3:hover {
    --gradient-to-color: #cccccc
  }

  .lg\:hover\:to-gray-4:hover {
    --gradient-to-color: #e9e8e8
  }

  .lg\:hover\:to-gray-5:hover {
    --gradient-to-color: #edf1f6
  }

  .lg\:hover\:to-gray-6:hover {
    --gradient-to-color: #f2f2f3
  }

  .lg\:hover\:to-red-1:hover {
    --gradient-to-color: #c00000
  }

  .lg\:hover\:to-orange-1:hover {
    --gradient-to-color: #ff9a00
  }

  .lg\:hover\:to-orange-2:hover {
    --gradient-to-color: #f4530c
  }

  .lg\:hover\:to-blue-1:hover {
    --gradient-to-color: #17649f
  }

  .lg\:hover\:to-blue-2:hover {
    --gradient-to-color: #003366
  }

  .lg\:hover\:to-blue-3:hover {
    --gradient-to-color: #0b2f4b
  }

  .lg\:hover\:to-blue-4:hover {
    --gradient-to-color: #1b75bb
  }

  .lg\:hover\:to-brown-1:hover {
    --gradient-to-color: #6e441e 
  }

  .lg\:hover\:to-green-1:hover {
    --gradient-to-color: #d7e5b7
  }

  .lg\:hover\:to-green-2:hover {
    --gradient-to-color: #334d10
  }

  .lg\:hover\:to-purple-1:hover {
    --gradient-to-color: #403862
  }

  .lg\:hover\:to-purple-2:hover {
    --gradient-to-color: #554a82
  }

  .lg\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .lg\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .lg\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .lg\:focus\:from-gray-1:focus {
    --gradient-from-color: #48433f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
  }

  .lg\:focus\:from-gray-2:focus {
    --gradient-from-color: #a2a2a2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
  }

  .lg\:focus\:from-gray-3:focus {
    --gradient-from-color: #cccccc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
  }

  .lg\:focus\:from-gray-4:focus {
    --gradient-from-color: #e9e8e8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
  }

  .lg\:focus\:from-gray-5:focus {
    --gradient-from-color: #edf1f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
  }

  .lg\:focus\:from-gray-6:focus {
    --gradient-from-color: #f2f2f3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
  }

  .lg\:focus\:from-red-1:focus {
    --gradient-from-color: #c00000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
  }

  .lg\:focus\:from-orange-1:focus {
    --gradient-from-color: #ff9a00;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
  }

  .lg\:focus\:from-orange-2:focus {
    --gradient-from-color: #f4530c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
  }

  .lg\:focus\:from-blue-1:focus {
    --gradient-from-color: #17649f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
  }

  .lg\:focus\:from-blue-2:focus {
    --gradient-from-color: #003366;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
  }

  .lg\:focus\:from-blue-3:focus {
    --gradient-from-color: #0b2f4b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
  }

  .lg\:focus\:from-blue-4:focus {
    --gradient-from-color: #1b75bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
  }

  .lg\:focus\:from-brown-1:focus {
    --gradient-from-color: #6e441e ;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .lg\:focus\:from-green-1:focus {
    --gradient-from-color: #d7e5b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
  }

  .lg\:focus\:from-green-2:focus {
    --gradient-from-color: #334d10;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
  }

  .lg\:focus\:from-purple-1:focus {
    --gradient-from-color: #403862;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
  }

  .lg\:focus\:from-purple-2:focus {
    --gradient-from-color: #554a82;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
  }

  .lg\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .lg\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .lg\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .lg\:focus\:via-gray-1:focus {
    --gradient-via-color: #48433f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
  }

  .lg\:focus\:via-gray-2:focus {
    --gradient-via-color: #a2a2a2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
  }

  .lg\:focus\:via-gray-3:focus {
    --gradient-via-color: #cccccc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
  }

  .lg\:focus\:via-gray-4:focus {
    --gradient-via-color: #e9e8e8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
  }

  .lg\:focus\:via-gray-5:focus {
    --gradient-via-color: #edf1f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
  }

  .lg\:focus\:via-gray-6:focus {
    --gradient-via-color: #f2f2f3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
  }

  .lg\:focus\:via-red-1:focus {
    --gradient-via-color: #c00000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
  }

  .lg\:focus\:via-orange-1:focus {
    --gradient-via-color: #ff9a00;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
  }

  .lg\:focus\:via-orange-2:focus {
    --gradient-via-color: #f4530c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
  }

  .lg\:focus\:via-blue-1:focus {
    --gradient-via-color: #17649f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
  }

  .lg\:focus\:via-blue-2:focus {
    --gradient-via-color: #003366;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
  }

  .lg\:focus\:via-blue-3:focus {
    --gradient-via-color: #0b2f4b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
  }

  .lg\:focus\:via-blue-4:focus {
    --gradient-via-color: #1b75bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
  }

  .lg\:focus\:via-brown-1:focus {
    --gradient-via-color: #6e441e ;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .lg\:focus\:via-green-1:focus {
    --gradient-via-color: #d7e5b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
  }

  .lg\:focus\:via-green-2:focus {
    --gradient-via-color: #334d10;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
  }

  .lg\:focus\:via-purple-1:focus {
    --gradient-via-color: #403862;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
  }

  .lg\:focus\:via-purple-2:focus {
    --gradient-via-color: #554a82;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
  }

  .lg\:focus\:to-transparent:focus {
    --gradient-to-color: transparent
  }

  .lg\:focus\:to-black:focus {
    --gradient-to-color: #000
  }

  .lg\:focus\:to-white:focus {
    --gradient-to-color: #fff
  }

  .lg\:focus\:to-gray-1:focus {
    --gradient-to-color: #48433f
  }

  .lg\:focus\:to-gray-2:focus {
    --gradient-to-color: #a2a2a2
  }

  .lg\:focus\:to-gray-3:focus {
    --gradient-to-color: #cccccc
  }

  .lg\:focus\:to-gray-4:focus {
    --gradient-to-color: #e9e8e8
  }

  .lg\:focus\:to-gray-5:focus {
    --gradient-to-color: #edf1f6
  }

  .lg\:focus\:to-gray-6:focus {
    --gradient-to-color: #f2f2f3
  }

  .lg\:focus\:to-red-1:focus {
    --gradient-to-color: #c00000
  }

  .lg\:focus\:to-orange-1:focus {
    --gradient-to-color: #ff9a00
  }

  .lg\:focus\:to-orange-2:focus {
    --gradient-to-color: #f4530c
  }

  .lg\:focus\:to-blue-1:focus {
    --gradient-to-color: #17649f
  }

  .lg\:focus\:to-blue-2:focus {
    --gradient-to-color: #003366
  }

  .lg\:focus\:to-blue-3:focus {
    --gradient-to-color: #0b2f4b
  }

  .lg\:focus\:to-blue-4:focus {
    --gradient-to-color: #1b75bb
  }

  .lg\:focus\:to-brown-1:focus {
    --gradient-to-color: #6e441e 
  }

  .lg\:focus\:to-green-1:focus {
    --gradient-to-color: #d7e5b7
  }

  .lg\:focus\:to-green-2:focus {
    --gradient-to-color: #334d10
  }

  .lg\:focus\:to-purple-1:focus {
    --gradient-to-color: #403862
  }

  .lg\:focus\:to-purple-2:focus {
    --gradient-to-color: #554a82
  }

  .lg\:bg-opacity-0 {
    --bg-opacity: 0
  }

  .lg\:bg-opacity-25 {
    --bg-opacity: 0.25
  }

  .lg\:bg-opacity-50 {
    --bg-opacity: 0.5
  }

  .lg\:bg-opacity-75 {
    --bg-opacity: 0.75
  }

  .lg\:bg-opacity-100 {
    --bg-opacity: 1
  }

  .lg\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0
  }

  .lg\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25
  }

  .lg\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5
  }

  .lg\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75
  }

  .lg\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1
  }

  .lg\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0
  }

  .lg\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25
  }

  .lg\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5
  }

  .lg\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75
  }

  .lg\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1
  }

  .lg\:bg-bottom {
    background-position: bottom
  }

  .lg\:bg-center {
    background-position: center
  }

  .lg\:bg-left {
    background-position: left
  }

  .lg\:bg-left-bottom {
    background-position: left bottom
  }

  .lg\:bg-left-top {
    background-position: left top
  }

  .lg\:bg-right {
    background-position: right
  }

  .lg\:bg-right-bottom {
    background-position: right bottom
  }

  .lg\:bg-right-top {
    background-position: right top
  }

  .lg\:bg-top {
    background-position: top
  }

  .lg\:bg-repeat {
    background-repeat: repeat
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y
  }

  .lg\:bg-repeat-round {
    background-repeat: round
  }

  .lg\:bg-repeat-space {
    background-repeat: space
  }

  .lg\:bg-auto {
    background-size: auto
  }

  .lg\:bg-cover {
    background-size: cover
  }

  .lg\:bg-contain {
    background-size: contain
  }

  .lg\:border-collapse {
    border-collapse: collapse
  }

  .lg\:border-separate {
    border-collapse: separate
  }

  .lg\:border-transparent {
    border-color: transparent
  }

  .lg\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity))
  }

  .lg\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity))
  }

  .lg\:border-gray-1 {
    --border-opacity: 1;
    border-color: #48433f;
    border-color: rgba(72, 67, 63, var(--border-opacity))
  }

  .lg\:border-gray-2 {
    --border-opacity: 1;
    border-color: #a2a2a2;
    border-color: rgba(162, 162, 162, var(--border-opacity))
  }

  .lg\:border-gray-3 {
    --border-opacity: 1;
    border-color: #cccccc;
    border-color: rgba(204, 204, 204, var(--border-opacity))
  }

  .lg\:border-gray-4 {
    --border-opacity: 1;
    border-color: #e9e8e8;
    border-color: rgba(233, 232, 232, var(--border-opacity))
  }

  .lg\:border-gray-5 {
    --border-opacity: 1;
    border-color: #edf1f6;
    border-color: rgba(237, 241, 246, var(--border-opacity))
  }

  .lg\:border-gray-6 {
    --border-opacity: 1;
    border-color: #f2f2f3;
    border-color: rgba(242, 242, 243, var(--border-opacity))
  }

  .lg\:border-red-1 {
    --border-opacity: 1;
    border-color: #c00000;
    border-color: rgba(192, 0, 0, var(--border-opacity))
  }

  .lg\:border-orange-1 {
    --border-opacity: 1;
    border-color: #ff9a00;
    border-color: rgba(255, 154, 0, var(--border-opacity))
  }

  .lg\:border-orange-2 {
    --border-opacity: 1;
    border-color: #f4530c;
    border-color: rgba(244, 83, 12, var(--border-opacity))
  }

  .lg\:border-blue-1 {
    --border-opacity: 1;
    border-color: #17649f;
    border-color: rgba(23, 100, 159, var(--border-opacity))
  }

  .lg\:border-blue-2 {
    --border-opacity: 1;
    border-color: #003366;
    border-color: rgba(0, 51, 102, var(--border-opacity))
  }

  .lg\:border-blue-3 {
    --border-opacity: 1;
    border-color: #0b2f4b;
    border-color: rgba(11, 47, 75, var(--border-opacity))
  }

  .lg\:border-blue-4 {
    --border-opacity: 1;
    border-color: #1b75bb;
    border-color: rgba(27, 117, 187, var(--border-opacity))
  }

  .lg\:border-brown-1 {
    border-color: #6e441e 
  }

  .lg\:border-green-1 {
    --border-opacity: 1;
    border-color: #d7e5b7;
    border-color: rgba(215, 229, 183, var(--border-opacity))
  }

  .lg\:border-green-2 {
    --border-opacity: 1;
    border-color: #334d10;
    border-color: rgba(51, 77, 16, var(--border-opacity))
  }

  .lg\:border-purple-1 {
    --border-opacity: 1;
    border-color: #403862;
    border-color: rgba(64, 56, 98, var(--border-opacity))
  }

  .lg\:border-purple-2 {
    --border-opacity: 1;
    border-color: #554a82;
    border-color: rgba(85, 74, 130, var(--border-opacity))
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent
  }

  .lg\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity))
  }

  .lg\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity))
  }

  .lg\:hover\:border-gray-1:hover {
    --border-opacity: 1;
    border-color: #48433f;
    border-color: rgba(72, 67, 63, var(--border-opacity))
  }

  .lg\:hover\:border-gray-2:hover {
    --border-opacity: 1;
    border-color: #a2a2a2;
    border-color: rgba(162, 162, 162, var(--border-opacity))
  }

  .lg\:hover\:border-gray-3:hover {
    --border-opacity: 1;
    border-color: #cccccc;
    border-color: rgba(204, 204, 204, var(--border-opacity))
  }

  .lg\:hover\:border-gray-4:hover {
    --border-opacity: 1;
    border-color: #e9e8e8;
    border-color: rgba(233, 232, 232, var(--border-opacity))
  }

  .lg\:hover\:border-gray-5:hover {
    --border-opacity: 1;
    border-color: #edf1f6;
    border-color: rgba(237, 241, 246, var(--border-opacity))
  }

  .lg\:hover\:border-gray-6:hover {
    --border-opacity: 1;
    border-color: #f2f2f3;
    border-color: rgba(242, 242, 243, var(--border-opacity))
  }

  .lg\:hover\:border-red-1:hover {
    --border-opacity: 1;
    border-color: #c00000;
    border-color: rgba(192, 0, 0, var(--border-opacity))
  }

  .lg\:hover\:border-orange-1:hover {
    --border-opacity: 1;
    border-color: #ff9a00;
    border-color: rgba(255, 154, 0, var(--border-opacity))
  }

  .lg\:hover\:border-orange-2:hover {
    --border-opacity: 1;
    border-color: #f4530c;
    border-color: rgba(244, 83, 12, var(--border-opacity))
  }

  .lg\:hover\:border-blue-1:hover {
    --border-opacity: 1;
    border-color: #17649f;
    border-color: rgba(23, 100, 159, var(--border-opacity))
  }

  .lg\:hover\:border-blue-2:hover {
    --border-opacity: 1;
    border-color: #003366;
    border-color: rgba(0, 51, 102, var(--border-opacity))
  }

  .lg\:hover\:border-blue-3:hover {
    --border-opacity: 1;
    border-color: #0b2f4b;
    border-color: rgba(11, 47, 75, var(--border-opacity))
  }

  .lg\:hover\:border-blue-4:hover {
    --border-opacity: 1;
    border-color: #1b75bb;
    border-color: rgba(27, 117, 187, var(--border-opacity))
  }

  .lg\:hover\:border-brown-1:hover {
    border-color: #6e441e 
  }

  .lg\:hover\:border-green-1:hover {
    --border-opacity: 1;
    border-color: #d7e5b7;
    border-color: rgba(215, 229, 183, var(--border-opacity))
  }

  .lg\:hover\:border-green-2:hover {
    --border-opacity: 1;
    border-color: #334d10;
    border-color: rgba(51, 77, 16, var(--border-opacity))
  }

  .lg\:hover\:border-purple-1:hover {
    --border-opacity: 1;
    border-color: #403862;
    border-color: rgba(64, 56, 98, var(--border-opacity))
  }

  .lg\:hover\:border-purple-2:hover {
    --border-opacity: 1;
    border-color: #554a82;
    border-color: rgba(85, 74, 130, var(--border-opacity))
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent
  }

  .lg\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity))
  }

  .lg\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity))
  }

  .lg\:focus\:border-gray-1:focus {
    --border-opacity: 1;
    border-color: #48433f;
    border-color: rgba(72, 67, 63, var(--border-opacity))
  }

  .lg\:focus\:border-gray-2:focus {
    --border-opacity: 1;
    border-color: #a2a2a2;
    border-color: rgba(162, 162, 162, var(--border-opacity))
  }

  .lg\:focus\:border-gray-3:focus {
    --border-opacity: 1;
    border-color: #cccccc;
    border-color: rgba(204, 204, 204, var(--border-opacity))
  }

  .lg\:focus\:border-gray-4:focus {
    --border-opacity: 1;
    border-color: #e9e8e8;
    border-color: rgba(233, 232, 232, var(--border-opacity))
  }

  .lg\:focus\:border-gray-5:focus {
    --border-opacity: 1;
    border-color: #edf1f6;
    border-color: rgba(237, 241, 246, var(--border-opacity))
  }

  .lg\:focus\:border-gray-6:focus {
    --border-opacity: 1;
    border-color: #f2f2f3;
    border-color: rgba(242, 242, 243, var(--border-opacity))
  }

  .lg\:focus\:border-red-1:focus {
    --border-opacity: 1;
    border-color: #c00000;
    border-color: rgba(192, 0, 0, var(--border-opacity))
  }

  .lg\:focus\:border-orange-1:focus {
    --border-opacity: 1;
    border-color: #ff9a00;
    border-color: rgba(255, 154, 0, var(--border-opacity))
  }

  .lg\:focus\:border-orange-2:focus {
    --border-opacity: 1;
    border-color: #f4530c;
    border-color: rgba(244, 83, 12, var(--border-opacity))
  }

  .lg\:focus\:border-blue-1:focus {
    --border-opacity: 1;
    border-color: #17649f;
    border-color: rgba(23, 100, 159, var(--border-opacity))
  }

  .lg\:focus\:border-blue-2:focus {
    --border-opacity: 1;
    border-color: #003366;
    border-color: rgba(0, 51, 102, var(--border-opacity))
  }

  .lg\:focus\:border-blue-3:focus {
    --border-opacity: 1;
    border-color: #0b2f4b;
    border-color: rgba(11, 47, 75, var(--border-opacity))
  }

  .lg\:focus\:border-blue-4:focus {
    --border-opacity: 1;
    border-color: #1b75bb;
    border-color: rgba(27, 117, 187, var(--border-opacity))
  }

  .lg\:focus\:border-brown-1:focus {
    border-color: #6e441e 
  }

  .lg\:focus\:border-green-1:focus {
    --border-opacity: 1;
    border-color: #d7e5b7;
    border-color: rgba(215, 229, 183, var(--border-opacity))
  }

  .lg\:focus\:border-green-2:focus {
    --border-opacity: 1;
    border-color: #334d10;
    border-color: rgba(51, 77, 16, var(--border-opacity))
  }

  .lg\:focus\:border-purple-1:focus {
    --border-opacity: 1;
    border-color: #403862;
    border-color: rgba(64, 56, 98, var(--border-opacity))
  }

  .lg\:focus\:border-purple-2:focus {
    --border-opacity: 1;
    border-color: #554a82;
    border-color: rgba(85, 74, 130, var(--border-opacity))
  }

  .lg\:border-opacity-0 {
    --border-opacity: 0
  }

  .lg\:border-opacity-25 {
    --border-opacity: 0.25
  }

  .lg\:border-opacity-50 {
    --border-opacity: 0.5
  }

  .lg\:border-opacity-75 {
    --border-opacity: 0.75
  }

  .lg\:border-opacity-100 {
    --border-opacity: 1
  }

  .lg\:hover\:border-opacity-0:hover {
    --border-opacity: 0
  }

  .lg\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25
  }

  .lg\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5
  }

  .lg\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75
  }

  .lg\:hover\:border-opacity-100:hover {
    --border-opacity: 1
  }

  .lg\:focus\:border-opacity-0:focus {
    --border-opacity: 0
  }

  .lg\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25
  }

  .lg\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5
  }

  .lg\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75
  }

  .lg\:focus\:border-opacity-100:focus {
    --border-opacity: 1
  }

  .lg\:rounded-1 {
    border-radius: 2px
  }

  .lg\:rounded-2 {
    border-radius: 4px
  }

  .lg\:rounded-3 {
    border-radius: 6px
  }

  .lg\:rounded-4 {
    border-radius: 8px
  }

  .lg\:rounded-5 {
    border-radius: 10px
  }

  .lg\:rounded-6 {
    border-radius: 12px
  }

  .lg\:rounded-7 {
    border-radius: 14px
  }

  .lg\:rounded-8 {
    border-radius: 16px
  }

  .lg\:rounded-9 {
    border-radius: 18px
  }

  .lg\:rounded-10 {
    border-radius: 20px
  }

  .lg\:rounded-11 {
    border-radius: 22px
  }

  .lg\:rounded-12 {
    border-radius: 24px
  }

  .lg\:rounded-13 {
    border-radius: 26px
  }

  .lg\:rounded-14 {
    border-radius: 28px
  }

  .lg\:rounded-15 {
    border-radius: 30px
  }

  .lg\:rounded-16 {
    border-radius: 32px
  }

  .lg\:rounded-17 {
    border-radius: 34px
  }

  .lg\:rounded-18 {
    border-radius: 36px
  }

  .lg\:rounded-19 {
    border-radius: 38px
  }

  .lg\:rounded-20 {
    border-radius: 40px
  }

  .lg\:rounded-21 {
    border-radius: 42px
  }

  .lg\:rounded-22 {
    border-radius: 44px
  }

  .lg\:rounded-23 {
    border-radius: 46px
  }

  .lg\:rounded-24 {
    border-radius: 48px
  }

  .lg\:rounded-25 {
    border-radius: 50px
  }

  .lg\:rounded-26 {
    border-radius: 52px
  }

  .lg\:rounded-27 {
    border-radius: 54px
  }

  .lg\:rounded-28 {
    border-radius: 56px
  }

  .lg\:rounded-29 {
    border-radius: 58px
  }

  .lg\:rounded-30 {
    border-radius: 60px
  }

  .lg\:rounded-31 {
    border-radius: 62px
  }

  .lg\:rounded-32 {
    border-radius: 64px
  }

  .lg\:rounded-33 {
    border-radius: 66px
  }

  .lg\:rounded-34 {
    border-radius: 68px
  }

  .lg\:rounded-35 {
    border-radius: 70px
  }

  .lg\:rounded-36 {
    border-radius: 72px
  }

  .lg\:rounded-37 {
    border-radius: 74px
  }

  .lg\:rounded-38 {
    border-radius: 76px
  }

  .lg\:rounded-39 {
    border-radius: 78px
  }

  .lg\:rounded-40 {
    border-radius: 80px
  }

  .lg\:rounded-41 {
    border-radius: 82px
  }

  .lg\:rounded-42 {
    border-radius: 84px
  }

  .lg\:rounded-43 {
    border-radius: 86px
  }

  .lg\:rounded-44 {
    border-radius: 88px
  }

  .lg\:rounded-45 {
    border-radius: 90px
  }

  .lg\:rounded-46 {
    border-radius: 92px
  }

  .lg\:rounded-47 {
    border-radius: 94px
  }

  .lg\:rounded-48 {
    border-radius: 96px
  }

  .lg\:rounded-49 {
    border-radius: 98px
  }

  .lg\:rounded-50 {
    border-radius: 100px
  }

  .lg\:rounded-51 {
    border-radius: 102px
  }

  .lg\:rounded-52 {
    border-radius: 104px
  }

  .lg\:rounded-53 {
    border-radius: 106px
  }

  .lg\:rounded-54 {
    border-radius: 108px
  }

  .lg\:rounded-55 {
    border-radius: 110px
  }

  .lg\:rounded-56 {
    border-radius: 112px
  }

  .lg\:rounded-57 {
    border-radius: 114px
  }

  .lg\:rounded-58 {
    border-radius: 116px
  }

  .lg\:rounded-59 {
    border-radius: 118px
  }

  .lg\:rounded-60 {
    border-radius: 120px
  }

  .lg\:rounded-61 {
    border-radius: 122px
  }

  .lg\:rounded-62 {
    border-radius: 124px
  }

  .lg\:rounded-63 {
    border-radius: 126px
  }

  .lg\:rounded-64 {
    border-radius: 128px
  }

  .lg\:rounded-65 {
    border-radius: 130px
  }

  .lg\:rounded-66 {
    border-radius: 132px
  }

  .lg\:rounded-67 {
    border-radius: 134px
  }

  .lg\:rounded-68 {
    border-radius: 136px
  }

  .lg\:rounded-69 {
    border-radius: 138px
  }

  .lg\:rounded-70 {
    border-radius: 140px
  }

  .lg\:rounded-71 {
    border-radius: 142px
  }

  .lg\:rounded-72 {
    border-radius: 144px
  }

  .lg\:rounded-73 {
    border-radius: 146px
  }

  .lg\:rounded-74 {
    border-radius: 148px
  }

  .lg\:rounded-75 {
    border-radius: 150px
  }

  .lg\:rounded-76 {
    border-radius: 152px
  }

  .lg\:rounded-77 {
    border-radius: 154px
  }

  .lg\:rounded-78 {
    border-radius: 156px
  }

  .lg\:rounded-79 {
    border-radius: 158px
  }

  .lg\:rounded-80 {
    border-radius: 160px
  }

  .lg\:rounded-81 {
    border-radius: 162px
  }

  .lg\:rounded-82 {
    border-radius: 164px
  }

  .lg\:rounded-83 {
    border-radius: 166px
  }

  .lg\:rounded-84 {
    border-radius: 168px
  }

  .lg\:rounded-85 {
    border-radius: 170px
  }

  .lg\:rounded-86 {
    border-radius: 172px
  }

  .lg\:rounded-87 {
    border-radius: 174px
  }

  .lg\:rounded-88 {
    border-radius: 176px
  }

  .lg\:rounded-89 {
    border-radius: 178px
  }

  .lg\:rounded-90 {
    border-radius: 180px
  }

  .lg\:rounded-91 {
    border-radius: 182px
  }

  .lg\:rounded-92 {
    border-radius: 184px
  }

  .lg\:rounded-93 {
    border-radius: 186px
  }

  .lg\:rounded-94 {
    border-radius: 188px
  }

  .lg\:rounded-95 {
    border-radius: 190px
  }

  .lg\:rounded-96 {
    border-radius: 192px
  }

  .lg\:rounded-97 {
    border-radius: 194px
  }

  .lg\:rounded-98 {
    border-radius: 196px
  }

  .lg\:rounded-99 {
    border-radius: 198px
  }

  .lg\:rounded-100 {
    border-radius: 200px
  }

  .lg\:rounded-none {
    border-radius: 0
  }

  .lg\:rounded {
    border-radius: 5px
  }

  .lg\:rounded-circle {
    border-radius: 50%
  }

  .lg\:rounded-t-1 {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
  }

  .lg\:rounded-r-1 {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
  }

  .lg\:rounded-b-1 {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
  }

  .lg\:rounded-l-1 {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
  }

  .lg\:rounded-t-2 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
  }

  .lg\:rounded-r-2 {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
  }

  .lg\:rounded-b-2 {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
  }

  .lg\:rounded-l-2 {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
  }

  .lg\:rounded-t-3 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
  }

  .lg\:rounded-r-3 {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
  }

  .lg\:rounded-b-3 {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
  }

  .lg\:rounded-l-3 {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
  }

  .lg\:rounded-t-4 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
  }

  .lg\:rounded-r-4 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
  }

  .lg\:rounded-b-4 {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
  }

  .lg\:rounded-l-4 {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
  }

  .lg\:rounded-t-5 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
  }

  .lg\:rounded-r-5 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
  }

  .lg\:rounded-b-5 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
  }

  .lg\:rounded-l-5 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
  }

  .lg\:rounded-t-6 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
  }

  .lg\:rounded-r-6 {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
  }

  .lg\:rounded-b-6 {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
  }

  .lg\:rounded-l-6 {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
  }

  .lg\:rounded-t-7 {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px
  }

  .lg\:rounded-r-7 {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px
  }

  .lg\:rounded-b-7 {
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px
  }

  .lg\:rounded-l-7 {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px
  }

  .lg\:rounded-t-8 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px
  }

  .lg\:rounded-r-8 {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px
  }

  .lg\:rounded-b-8 {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px
  }

  .lg\:rounded-l-8 {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px
  }

  .lg\:rounded-t-9 {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px
  }

  .lg\:rounded-r-9 {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px
  }

  .lg\:rounded-b-9 {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px
  }

  .lg\:rounded-l-9 {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px
  }

  .lg\:rounded-t-10 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
  }

  .lg\:rounded-r-10 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
  }

  .lg\:rounded-b-10 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px
  }

  .lg\:rounded-l-10 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
  }

  .lg\:rounded-t-11 {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px
  }

  .lg\:rounded-r-11 {
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px
  }

  .lg\:rounded-b-11 {
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px
  }

  .lg\:rounded-l-11 {
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px
  }

  .lg\:rounded-t-12 {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px
  }

  .lg\:rounded-r-12 {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px
  }

  .lg\:rounded-b-12 {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px
  }

  .lg\:rounded-l-12 {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px
  }

  .lg\:rounded-t-13 {
    border-top-left-radius: 26px;
    border-top-right-radius: 26px
  }

  .lg\:rounded-r-13 {
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px
  }

  .lg\:rounded-b-13 {
    border-bottom-right-radius: 26px;
    border-bottom-left-radius: 26px
  }

  .lg\:rounded-l-13 {
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px
  }

  .lg\:rounded-t-14 {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px
  }

  .lg\:rounded-r-14 {
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px
  }

  .lg\:rounded-b-14 {
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px
  }

  .lg\:rounded-l-14 {
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px
  }

  .lg\:rounded-t-15 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px
  }

  .lg\:rounded-r-15 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
  }

  .lg\:rounded-b-15 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px
  }

  .lg\:rounded-l-15 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
  }

  .lg\:rounded-t-16 {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px
  }

  .lg\:rounded-r-16 {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px
  }

  .lg\:rounded-b-16 {
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px
  }

  .lg\:rounded-l-16 {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px
  }

  .lg\:rounded-t-17 {
    border-top-left-radius: 34px;
    border-top-right-radius: 34px
  }

  .lg\:rounded-r-17 {
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px
  }

  .lg\:rounded-b-17 {
    border-bottom-right-radius: 34px;
    border-bottom-left-radius: 34px
  }

  .lg\:rounded-l-17 {
    border-top-left-radius: 34px;
    border-bottom-left-radius: 34px
  }

  .lg\:rounded-t-18 {
    border-top-left-radius: 36px;
    border-top-right-radius: 36px
  }

  .lg\:rounded-r-18 {
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px
  }

  .lg\:rounded-b-18 {
    border-bottom-right-radius: 36px;
    border-bottom-left-radius: 36px
  }

  .lg\:rounded-l-18 {
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px
  }

  .lg\:rounded-t-19 {
    border-top-left-radius: 38px;
    border-top-right-radius: 38px
  }

  .lg\:rounded-r-19 {
    border-top-right-radius: 38px;
    border-bottom-right-radius: 38px
  }

  .lg\:rounded-b-19 {
    border-bottom-right-radius: 38px;
    border-bottom-left-radius: 38px
  }

  .lg\:rounded-l-19 {
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px
  }

  .lg\:rounded-t-20 {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px
  }

  .lg\:rounded-r-20 {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px
  }

  .lg\:rounded-b-20 {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px
  }

  .lg\:rounded-l-20 {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px
  }

  .lg\:rounded-t-21 {
    border-top-left-radius: 42px;
    border-top-right-radius: 42px
  }

  .lg\:rounded-r-21 {
    border-top-right-radius: 42px;
    border-bottom-right-radius: 42px
  }

  .lg\:rounded-b-21 {
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px
  }

  .lg\:rounded-l-21 {
    border-top-left-radius: 42px;
    border-bottom-left-radius: 42px
  }

  .lg\:rounded-t-22 {
    border-top-left-radius: 44px;
    border-top-right-radius: 44px
  }

  .lg\:rounded-r-22 {
    border-top-right-radius: 44px;
    border-bottom-right-radius: 44px
  }

  .lg\:rounded-b-22 {
    border-bottom-right-radius: 44px;
    border-bottom-left-radius: 44px
  }

  .lg\:rounded-l-22 {
    border-top-left-radius: 44px;
    border-bottom-left-radius: 44px
  }

  .lg\:rounded-t-23 {
    border-top-left-radius: 46px;
    border-top-right-radius: 46px
  }

  .lg\:rounded-r-23 {
    border-top-right-radius: 46px;
    border-bottom-right-radius: 46px
  }

  .lg\:rounded-b-23 {
    border-bottom-right-radius: 46px;
    border-bottom-left-radius: 46px
  }

  .lg\:rounded-l-23 {
    border-top-left-radius: 46px;
    border-bottom-left-radius: 46px
  }

  .lg\:rounded-t-24 {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px
  }

  .lg\:rounded-r-24 {
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px
  }

  .lg\:rounded-b-24 {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px
  }

  .lg\:rounded-l-24 {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px
  }

  .lg\:rounded-t-25 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px
  }

  .lg\:rounded-r-25 {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
  }

  .lg\:rounded-b-25 {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px
  }

  .lg\:rounded-l-25 {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
  }

  .lg\:rounded-t-26 {
    border-top-left-radius: 52px;
    border-top-right-radius: 52px
  }

  .lg\:rounded-r-26 {
    border-top-right-radius: 52px;
    border-bottom-right-radius: 52px
  }

  .lg\:rounded-b-26 {
    border-bottom-right-radius: 52px;
    border-bottom-left-radius: 52px
  }

  .lg\:rounded-l-26 {
    border-top-left-radius: 52px;
    border-bottom-left-radius: 52px
  }

  .lg\:rounded-t-27 {
    border-top-left-radius: 54px;
    border-top-right-radius: 54px
  }

  .lg\:rounded-r-27 {
    border-top-right-radius: 54px;
    border-bottom-right-radius: 54px
  }

  .lg\:rounded-b-27 {
    border-bottom-right-radius: 54px;
    border-bottom-left-radius: 54px
  }

  .lg\:rounded-l-27 {
    border-top-left-radius: 54px;
    border-bottom-left-radius: 54px
  }

  .lg\:rounded-t-28 {
    border-top-left-radius: 56px;
    border-top-right-radius: 56px
  }

  .lg\:rounded-r-28 {
    border-top-right-radius: 56px;
    border-bottom-right-radius: 56px
  }

  .lg\:rounded-b-28 {
    border-bottom-right-radius: 56px;
    border-bottom-left-radius: 56px
  }

  .lg\:rounded-l-28 {
    border-top-left-radius: 56px;
    border-bottom-left-radius: 56px
  }

  .lg\:rounded-t-29 {
    border-top-left-radius: 58px;
    border-top-right-radius: 58px
  }

  .lg\:rounded-r-29 {
    border-top-right-radius: 58px;
    border-bottom-right-radius: 58px
  }

  .lg\:rounded-b-29 {
    border-bottom-right-radius: 58px;
    border-bottom-left-radius: 58px
  }

  .lg\:rounded-l-29 {
    border-top-left-radius: 58px;
    border-bottom-left-radius: 58px
  }

  .lg\:rounded-t-30 {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px
  }

  .lg\:rounded-r-30 {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px
  }

  .lg\:rounded-b-30 {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px
  }

  .lg\:rounded-l-30 {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px
  }

  .lg\:rounded-t-31 {
    border-top-left-radius: 62px;
    border-top-right-radius: 62px
  }

  .lg\:rounded-r-31 {
    border-top-right-radius: 62px;
    border-bottom-right-radius: 62px
  }

  .lg\:rounded-b-31 {
    border-bottom-right-radius: 62px;
    border-bottom-left-radius: 62px
  }

  .lg\:rounded-l-31 {
    border-top-left-radius: 62px;
    border-bottom-left-radius: 62px
  }

  .lg\:rounded-t-32 {
    border-top-left-radius: 64px;
    border-top-right-radius: 64px
  }

  .lg\:rounded-r-32 {
    border-top-right-radius: 64px;
    border-bottom-right-radius: 64px
  }

  .lg\:rounded-b-32 {
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px
  }

  .lg\:rounded-l-32 {
    border-top-left-radius: 64px;
    border-bottom-left-radius: 64px
  }

  .lg\:rounded-t-33 {
    border-top-left-radius: 66px;
    border-top-right-radius: 66px
  }

  .lg\:rounded-r-33 {
    border-top-right-radius: 66px;
    border-bottom-right-radius: 66px
  }

  .lg\:rounded-b-33 {
    border-bottom-right-radius: 66px;
    border-bottom-left-radius: 66px
  }

  .lg\:rounded-l-33 {
    border-top-left-radius: 66px;
    border-bottom-left-radius: 66px
  }

  .lg\:rounded-t-34 {
    border-top-left-radius: 68px;
    border-top-right-radius: 68px
  }

  .lg\:rounded-r-34 {
    border-top-right-radius: 68px;
    border-bottom-right-radius: 68px
  }

  .lg\:rounded-b-34 {
    border-bottom-right-radius: 68px;
    border-bottom-left-radius: 68px
  }

  .lg\:rounded-l-34 {
    border-top-left-radius: 68px;
    border-bottom-left-radius: 68px
  }

  .lg\:rounded-t-35 {
    border-top-left-radius: 70px;
    border-top-right-radius: 70px
  }

  .lg\:rounded-r-35 {
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px
  }

  .lg\:rounded-b-35 {
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px
  }

  .lg\:rounded-l-35 {
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px
  }

  .lg\:rounded-t-36 {
    border-top-left-radius: 72px;
    border-top-right-radius: 72px
  }

  .lg\:rounded-r-36 {
    border-top-right-radius: 72px;
    border-bottom-right-radius: 72px
  }

  .lg\:rounded-b-36 {
    border-bottom-right-radius: 72px;
    border-bottom-left-radius: 72px
  }

  .lg\:rounded-l-36 {
    border-top-left-radius: 72px;
    border-bottom-left-radius: 72px
  }

  .lg\:rounded-t-37 {
    border-top-left-radius: 74px;
    border-top-right-radius: 74px
  }

  .lg\:rounded-r-37 {
    border-top-right-radius: 74px;
    border-bottom-right-radius: 74px
  }

  .lg\:rounded-b-37 {
    border-bottom-right-radius: 74px;
    border-bottom-left-radius: 74px
  }

  .lg\:rounded-l-37 {
    border-top-left-radius: 74px;
    border-bottom-left-radius: 74px
  }

  .lg\:rounded-t-38 {
    border-top-left-radius: 76px;
    border-top-right-radius: 76px
  }

  .lg\:rounded-r-38 {
    border-top-right-radius: 76px;
    border-bottom-right-radius: 76px
  }

  .lg\:rounded-b-38 {
    border-bottom-right-radius: 76px;
    border-bottom-left-radius: 76px
  }

  .lg\:rounded-l-38 {
    border-top-left-radius: 76px;
    border-bottom-left-radius: 76px
  }

  .lg\:rounded-t-39 {
    border-top-left-radius: 78px;
    border-top-right-radius: 78px
  }

  .lg\:rounded-r-39 {
    border-top-right-radius: 78px;
    border-bottom-right-radius: 78px
  }

  .lg\:rounded-b-39 {
    border-bottom-right-radius: 78px;
    border-bottom-left-radius: 78px
  }

  .lg\:rounded-l-39 {
    border-top-left-radius: 78px;
    border-bottom-left-radius: 78px
  }

  .lg\:rounded-t-40 {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px
  }

  .lg\:rounded-r-40 {
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px
  }

  .lg\:rounded-b-40 {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px
  }

  .lg\:rounded-l-40 {
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px
  }

  .lg\:rounded-t-41 {
    border-top-left-radius: 82px;
    border-top-right-radius: 82px
  }

  .lg\:rounded-r-41 {
    border-top-right-radius: 82px;
    border-bottom-right-radius: 82px
  }

  .lg\:rounded-b-41 {
    border-bottom-right-radius: 82px;
    border-bottom-left-radius: 82px
  }

  .lg\:rounded-l-41 {
    border-top-left-radius: 82px;
    border-bottom-left-radius: 82px
  }

  .lg\:rounded-t-42 {
    border-top-left-radius: 84px;
    border-top-right-radius: 84px
  }

  .lg\:rounded-r-42 {
    border-top-right-radius: 84px;
    border-bottom-right-radius: 84px
  }

  .lg\:rounded-b-42 {
    border-bottom-right-radius: 84px;
    border-bottom-left-radius: 84px
  }

  .lg\:rounded-l-42 {
    border-top-left-radius: 84px;
    border-bottom-left-radius: 84px
  }

  .lg\:rounded-t-43 {
    border-top-left-radius: 86px;
    border-top-right-radius: 86px
  }

  .lg\:rounded-r-43 {
    border-top-right-radius: 86px;
    border-bottom-right-radius: 86px
  }

  .lg\:rounded-b-43 {
    border-bottom-right-radius: 86px;
    border-bottom-left-radius: 86px
  }

  .lg\:rounded-l-43 {
    border-top-left-radius: 86px;
    border-bottom-left-radius: 86px
  }

  .lg\:rounded-t-44 {
    border-top-left-radius: 88px;
    border-top-right-radius: 88px
  }

  .lg\:rounded-r-44 {
    border-top-right-radius: 88px;
    border-bottom-right-radius: 88px
  }

  .lg\:rounded-b-44 {
    border-bottom-right-radius: 88px;
    border-bottom-left-radius: 88px
  }

  .lg\:rounded-l-44 {
    border-top-left-radius: 88px;
    border-bottom-left-radius: 88px
  }

  .lg\:rounded-t-45 {
    border-top-left-radius: 90px;
    border-top-right-radius: 90px
  }

  .lg\:rounded-r-45 {
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px
  }

  .lg\:rounded-b-45 {
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px
  }

  .lg\:rounded-l-45 {
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px
  }

  .lg\:rounded-t-46 {
    border-top-left-radius: 92px;
    border-top-right-radius: 92px
  }

  .lg\:rounded-r-46 {
    border-top-right-radius: 92px;
    border-bottom-right-radius: 92px
  }

  .lg\:rounded-b-46 {
    border-bottom-right-radius: 92px;
    border-bottom-left-radius: 92px
  }

  .lg\:rounded-l-46 {
    border-top-left-radius: 92px;
    border-bottom-left-radius: 92px
  }

  .lg\:rounded-t-47 {
    border-top-left-radius: 94px;
    border-top-right-radius: 94px
  }

  .lg\:rounded-r-47 {
    border-top-right-radius: 94px;
    border-bottom-right-radius: 94px
  }

  .lg\:rounded-b-47 {
    border-bottom-right-radius: 94px;
    border-bottom-left-radius: 94px
  }

  .lg\:rounded-l-47 {
    border-top-left-radius: 94px;
    border-bottom-left-radius: 94px
  }

  .lg\:rounded-t-48 {
    border-top-left-radius: 96px;
    border-top-right-radius: 96px
  }

  .lg\:rounded-r-48 {
    border-top-right-radius: 96px;
    border-bottom-right-radius: 96px
  }

  .lg\:rounded-b-48 {
    border-bottom-right-radius: 96px;
    border-bottom-left-radius: 96px
  }

  .lg\:rounded-l-48 {
    border-top-left-radius: 96px;
    border-bottom-left-radius: 96px
  }

  .lg\:rounded-t-49 {
    border-top-left-radius: 98px;
    border-top-right-radius: 98px
  }

  .lg\:rounded-r-49 {
    border-top-right-radius: 98px;
    border-bottom-right-radius: 98px
  }

  .lg\:rounded-b-49 {
    border-bottom-right-radius: 98px;
    border-bottom-left-radius: 98px
  }

  .lg\:rounded-l-49 {
    border-top-left-radius: 98px;
    border-bottom-left-radius: 98px
  }

  .lg\:rounded-t-50 {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px
  }

  .lg\:rounded-r-50 {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px
  }

  .lg\:rounded-b-50 {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px
  }

  .lg\:rounded-l-50 {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px
  }

  .lg\:rounded-t-51 {
    border-top-left-radius: 102px;
    border-top-right-radius: 102px
  }

  .lg\:rounded-r-51 {
    border-top-right-radius: 102px;
    border-bottom-right-radius: 102px
  }

  .lg\:rounded-b-51 {
    border-bottom-right-radius: 102px;
    border-bottom-left-radius: 102px
  }

  .lg\:rounded-l-51 {
    border-top-left-radius: 102px;
    border-bottom-left-radius: 102px
  }

  .lg\:rounded-t-52 {
    border-top-left-radius: 104px;
    border-top-right-radius: 104px
  }

  .lg\:rounded-r-52 {
    border-top-right-radius: 104px;
    border-bottom-right-radius: 104px
  }

  .lg\:rounded-b-52 {
    border-bottom-right-radius: 104px;
    border-bottom-left-radius: 104px
  }

  .lg\:rounded-l-52 {
    border-top-left-radius: 104px;
    border-bottom-left-radius: 104px
  }

  .lg\:rounded-t-53 {
    border-top-left-radius: 106px;
    border-top-right-radius: 106px
  }

  .lg\:rounded-r-53 {
    border-top-right-radius: 106px;
    border-bottom-right-radius: 106px
  }

  .lg\:rounded-b-53 {
    border-bottom-right-radius: 106px;
    border-bottom-left-radius: 106px
  }

  .lg\:rounded-l-53 {
    border-top-left-radius: 106px;
    border-bottom-left-radius: 106px
  }

  .lg\:rounded-t-54 {
    border-top-left-radius: 108px;
    border-top-right-radius: 108px
  }

  .lg\:rounded-r-54 {
    border-top-right-radius: 108px;
    border-bottom-right-radius: 108px
  }

  .lg\:rounded-b-54 {
    border-bottom-right-radius: 108px;
    border-bottom-left-radius: 108px
  }

  .lg\:rounded-l-54 {
    border-top-left-radius: 108px;
    border-bottom-left-radius: 108px
  }

  .lg\:rounded-t-55 {
    border-top-left-radius: 110px;
    border-top-right-radius: 110px
  }

  .lg\:rounded-r-55 {
    border-top-right-radius: 110px;
    border-bottom-right-radius: 110px
  }

  .lg\:rounded-b-55 {
    border-bottom-right-radius: 110px;
    border-bottom-left-radius: 110px
  }

  .lg\:rounded-l-55 {
    border-top-left-radius: 110px;
    border-bottom-left-radius: 110px
  }

  .lg\:rounded-t-56 {
    border-top-left-radius: 112px;
    border-top-right-radius: 112px
  }

  .lg\:rounded-r-56 {
    border-top-right-radius: 112px;
    border-bottom-right-radius: 112px
  }

  .lg\:rounded-b-56 {
    border-bottom-right-radius: 112px;
    border-bottom-left-radius: 112px
  }

  .lg\:rounded-l-56 {
    border-top-left-radius: 112px;
    border-bottom-left-radius: 112px
  }

  .lg\:rounded-t-57 {
    border-top-left-radius: 114px;
    border-top-right-radius: 114px
  }

  .lg\:rounded-r-57 {
    border-top-right-radius: 114px;
    border-bottom-right-radius: 114px
  }

  .lg\:rounded-b-57 {
    border-bottom-right-radius: 114px;
    border-bottom-left-radius: 114px
  }

  .lg\:rounded-l-57 {
    border-top-left-radius: 114px;
    border-bottom-left-radius: 114px
  }

  .lg\:rounded-t-58 {
    border-top-left-radius: 116px;
    border-top-right-radius: 116px
  }

  .lg\:rounded-r-58 {
    border-top-right-radius: 116px;
    border-bottom-right-radius: 116px
  }

  .lg\:rounded-b-58 {
    border-bottom-right-radius: 116px;
    border-bottom-left-radius: 116px
  }

  .lg\:rounded-l-58 {
    border-top-left-radius: 116px;
    border-bottom-left-radius: 116px
  }

  .lg\:rounded-t-59 {
    border-top-left-radius: 118px;
    border-top-right-radius: 118px
  }

  .lg\:rounded-r-59 {
    border-top-right-radius: 118px;
    border-bottom-right-radius: 118px
  }

  .lg\:rounded-b-59 {
    border-bottom-right-radius: 118px;
    border-bottom-left-radius: 118px
  }

  .lg\:rounded-l-59 {
    border-top-left-radius: 118px;
    border-bottom-left-radius: 118px
  }

  .lg\:rounded-t-60 {
    border-top-left-radius: 120px;
    border-top-right-radius: 120px
  }

  .lg\:rounded-r-60 {
    border-top-right-radius: 120px;
    border-bottom-right-radius: 120px
  }

  .lg\:rounded-b-60 {
    border-bottom-right-radius: 120px;
    border-bottom-left-radius: 120px
  }

  .lg\:rounded-l-60 {
    border-top-left-radius: 120px;
    border-bottom-left-radius: 120px
  }

  .lg\:rounded-t-61 {
    border-top-left-radius: 122px;
    border-top-right-radius: 122px
  }

  .lg\:rounded-r-61 {
    border-top-right-radius: 122px;
    border-bottom-right-radius: 122px
  }

  .lg\:rounded-b-61 {
    border-bottom-right-radius: 122px;
    border-bottom-left-radius: 122px
  }

  .lg\:rounded-l-61 {
    border-top-left-radius: 122px;
    border-bottom-left-radius: 122px
  }

  .lg\:rounded-t-62 {
    border-top-left-radius: 124px;
    border-top-right-radius: 124px
  }

  .lg\:rounded-r-62 {
    border-top-right-radius: 124px;
    border-bottom-right-radius: 124px
  }

  .lg\:rounded-b-62 {
    border-bottom-right-radius: 124px;
    border-bottom-left-radius: 124px
  }

  .lg\:rounded-l-62 {
    border-top-left-radius: 124px;
    border-bottom-left-radius: 124px
  }

  .lg\:rounded-t-63 {
    border-top-left-radius: 126px;
    border-top-right-radius: 126px
  }

  .lg\:rounded-r-63 {
    border-top-right-radius: 126px;
    border-bottom-right-radius: 126px
  }

  .lg\:rounded-b-63 {
    border-bottom-right-radius: 126px;
    border-bottom-left-radius: 126px
  }

  .lg\:rounded-l-63 {
    border-top-left-radius: 126px;
    border-bottom-left-radius: 126px
  }

  .lg\:rounded-t-64 {
    border-top-left-radius: 128px;
    border-top-right-radius: 128px
  }

  .lg\:rounded-r-64 {
    border-top-right-radius: 128px;
    border-bottom-right-radius: 128px
  }

  .lg\:rounded-b-64 {
    border-bottom-right-radius: 128px;
    border-bottom-left-radius: 128px
  }

  .lg\:rounded-l-64 {
    border-top-left-radius: 128px;
    border-bottom-left-radius: 128px
  }

  .lg\:rounded-t-65 {
    border-top-left-radius: 130px;
    border-top-right-radius: 130px
  }

  .lg\:rounded-r-65 {
    border-top-right-radius: 130px;
    border-bottom-right-radius: 130px
  }

  .lg\:rounded-b-65 {
    border-bottom-right-radius: 130px;
    border-bottom-left-radius: 130px
  }

  .lg\:rounded-l-65 {
    border-top-left-radius: 130px;
    border-bottom-left-radius: 130px
  }

  .lg\:rounded-t-66 {
    border-top-left-radius: 132px;
    border-top-right-radius: 132px
  }

  .lg\:rounded-r-66 {
    border-top-right-radius: 132px;
    border-bottom-right-radius: 132px
  }

  .lg\:rounded-b-66 {
    border-bottom-right-radius: 132px;
    border-bottom-left-radius: 132px
  }

  .lg\:rounded-l-66 {
    border-top-left-radius: 132px;
    border-bottom-left-radius: 132px
  }

  .lg\:rounded-t-67 {
    border-top-left-radius: 134px;
    border-top-right-radius: 134px
  }

  .lg\:rounded-r-67 {
    border-top-right-radius: 134px;
    border-bottom-right-radius: 134px
  }

  .lg\:rounded-b-67 {
    border-bottom-right-radius: 134px;
    border-bottom-left-radius: 134px
  }

  .lg\:rounded-l-67 {
    border-top-left-radius: 134px;
    border-bottom-left-radius: 134px
  }

  .lg\:rounded-t-68 {
    border-top-left-radius: 136px;
    border-top-right-radius: 136px
  }

  .lg\:rounded-r-68 {
    border-top-right-radius: 136px;
    border-bottom-right-radius: 136px
  }

  .lg\:rounded-b-68 {
    border-bottom-right-radius: 136px;
    border-bottom-left-radius: 136px
  }

  .lg\:rounded-l-68 {
    border-top-left-radius: 136px;
    border-bottom-left-radius: 136px
  }

  .lg\:rounded-t-69 {
    border-top-left-radius: 138px;
    border-top-right-radius: 138px
  }

  .lg\:rounded-r-69 {
    border-top-right-radius: 138px;
    border-bottom-right-radius: 138px
  }

  .lg\:rounded-b-69 {
    border-bottom-right-radius: 138px;
    border-bottom-left-radius: 138px
  }

  .lg\:rounded-l-69 {
    border-top-left-radius: 138px;
    border-bottom-left-radius: 138px
  }

  .lg\:rounded-t-70 {
    border-top-left-radius: 140px;
    border-top-right-radius: 140px
  }

  .lg\:rounded-r-70 {
    border-top-right-radius: 140px;
    border-bottom-right-radius: 140px
  }

  .lg\:rounded-b-70 {
    border-bottom-right-radius: 140px;
    border-bottom-left-radius: 140px
  }

  .lg\:rounded-l-70 {
    border-top-left-radius: 140px;
    border-bottom-left-radius: 140px
  }

  .lg\:rounded-t-71 {
    border-top-left-radius: 142px;
    border-top-right-radius: 142px
  }

  .lg\:rounded-r-71 {
    border-top-right-radius: 142px;
    border-bottom-right-radius: 142px
  }

  .lg\:rounded-b-71 {
    border-bottom-right-radius: 142px;
    border-bottom-left-radius: 142px
  }

  .lg\:rounded-l-71 {
    border-top-left-radius: 142px;
    border-bottom-left-radius: 142px
  }

  .lg\:rounded-t-72 {
    border-top-left-radius: 144px;
    border-top-right-radius: 144px
  }

  .lg\:rounded-r-72 {
    border-top-right-radius: 144px;
    border-bottom-right-radius: 144px
  }

  .lg\:rounded-b-72 {
    border-bottom-right-radius: 144px;
    border-bottom-left-radius: 144px
  }

  .lg\:rounded-l-72 {
    border-top-left-radius: 144px;
    border-bottom-left-radius: 144px
  }

  .lg\:rounded-t-73 {
    border-top-left-radius: 146px;
    border-top-right-radius: 146px
  }

  .lg\:rounded-r-73 {
    border-top-right-radius: 146px;
    border-bottom-right-radius: 146px
  }

  .lg\:rounded-b-73 {
    border-bottom-right-radius: 146px;
    border-bottom-left-radius: 146px
  }

  .lg\:rounded-l-73 {
    border-top-left-radius: 146px;
    border-bottom-left-radius: 146px
  }

  .lg\:rounded-t-74 {
    border-top-left-radius: 148px;
    border-top-right-radius: 148px
  }

  .lg\:rounded-r-74 {
    border-top-right-radius: 148px;
    border-bottom-right-radius: 148px
  }

  .lg\:rounded-b-74 {
    border-bottom-right-radius: 148px;
    border-bottom-left-radius: 148px
  }

  .lg\:rounded-l-74 {
    border-top-left-radius: 148px;
    border-bottom-left-radius: 148px
  }

  .lg\:rounded-t-75 {
    border-top-left-radius: 150px;
    border-top-right-radius: 150px
  }

  .lg\:rounded-r-75 {
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px
  }

  .lg\:rounded-b-75 {
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px
  }

  .lg\:rounded-l-75 {
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px
  }

  .lg\:rounded-t-76 {
    border-top-left-radius: 152px;
    border-top-right-radius: 152px
  }

  .lg\:rounded-r-76 {
    border-top-right-radius: 152px;
    border-bottom-right-radius: 152px
  }

  .lg\:rounded-b-76 {
    border-bottom-right-radius: 152px;
    border-bottom-left-radius: 152px
  }

  .lg\:rounded-l-76 {
    border-top-left-radius: 152px;
    border-bottom-left-radius: 152px
  }

  .lg\:rounded-t-77 {
    border-top-left-radius: 154px;
    border-top-right-radius: 154px
  }

  .lg\:rounded-r-77 {
    border-top-right-radius: 154px;
    border-bottom-right-radius: 154px
  }

  .lg\:rounded-b-77 {
    border-bottom-right-radius: 154px;
    border-bottom-left-radius: 154px
  }

  .lg\:rounded-l-77 {
    border-top-left-radius: 154px;
    border-bottom-left-radius: 154px
  }

  .lg\:rounded-t-78 {
    border-top-left-radius: 156px;
    border-top-right-radius: 156px
  }

  .lg\:rounded-r-78 {
    border-top-right-radius: 156px;
    border-bottom-right-radius: 156px
  }

  .lg\:rounded-b-78 {
    border-bottom-right-radius: 156px;
    border-bottom-left-radius: 156px
  }

  .lg\:rounded-l-78 {
    border-top-left-radius: 156px;
    border-bottom-left-radius: 156px
  }

  .lg\:rounded-t-79 {
    border-top-left-radius: 158px;
    border-top-right-radius: 158px
  }

  .lg\:rounded-r-79 {
    border-top-right-radius: 158px;
    border-bottom-right-radius: 158px
  }

  .lg\:rounded-b-79 {
    border-bottom-right-radius: 158px;
    border-bottom-left-radius: 158px
  }

  .lg\:rounded-l-79 {
    border-top-left-radius: 158px;
    border-bottom-left-radius: 158px
  }

  .lg\:rounded-t-80 {
    border-top-left-radius: 160px;
    border-top-right-radius: 160px
  }

  .lg\:rounded-r-80 {
    border-top-right-radius: 160px;
    border-bottom-right-radius: 160px
  }

  .lg\:rounded-b-80 {
    border-bottom-right-radius: 160px;
    border-bottom-left-radius: 160px
  }

  .lg\:rounded-l-80 {
    border-top-left-radius: 160px;
    border-bottom-left-radius: 160px
  }

  .lg\:rounded-t-81 {
    border-top-left-radius: 162px;
    border-top-right-radius: 162px
  }

  .lg\:rounded-r-81 {
    border-top-right-radius: 162px;
    border-bottom-right-radius: 162px
  }

  .lg\:rounded-b-81 {
    border-bottom-right-radius: 162px;
    border-bottom-left-radius: 162px
  }

  .lg\:rounded-l-81 {
    border-top-left-radius: 162px;
    border-bottom-left-radius: 162px
  }

  .lg\:rounded-t-82 {
    border-top-left-radius: 164px;
    border-top-right-radius: 164px
  }

  .lg\:rounded-r-82 {
    border-top-right-radius: 164px;
    border-bottom-right-radius: 164px
  }

  .lg\:rounded-b-82 {
    border-bottom-right-radius: 164px;
    border-bottom-left-radius: 164px
  }

  .lg\:rounded-l-82 {
    border-top-left-radius: 164px;
    border-bottom-left-radius: 164px
  }

  .lg\:rounded-t-83 {
    border-top-left-radius: 166px;
    border-top-right-radius: 166px
  }

  .lg\:rounded-r-83 {
    border-top-right-radius: 166px;
    border-bottom-right-radius: 166px
  }

  .lg\:rounded-b-83 {
    border-bottom-right-radius: 166px;
    border-bottom-left-radius: 166px
  }

  .lg\:rounded-l-83 {
    border-top-left-radius: 166px;
    border-bottom-left-radius: 166px
  }

  .lg\:rounded-t-84 {
    border-top-left-radius: 168px;
    border-top-right-radius: 168px
  }

  .lg\:rounded-r-84 {
    border-top-right-radius: 168px;
    border-bottom-right-radius: 168px
  }

  .lg\:rounded-b-84 {
    border-bottom-right-radius: 168px;
    border-bottom-left-radius: 168px
  }

  .lg\:rounded-l-84 {
    border-top-left-radius: 168px;
    border-bottom-left-radius: 168px
  }

  .lg\:rounded-t-85 {
    border-top-left-radius: 170px;
    border-top-right-radius: 170px
  }

  .lg\:rounded-r-85 {
    border-top-right-radius: 170px;
    border-bottom-right-radius: 170px
  }

  .lg\:rounded-b-85 {
    border-bottom-right-radius: 170px;
    border-bottom-left-radius: 170px
  }

  .lg\:rounded-l-85 {
    border-top-left-radius: 170px;
    border-bottom-left-radius: 170px
  }

  .lg\:rounded-t-86 {
    border-top-left-radius: 172px;
    border-top-right-radius: 172px
  }

  .lg\:rounded-r-86 {
    border-top-right-radius: 172px;
    border-bottom-right-radius: 172px
  }

  .lg\:rounded-b-86 {
    border-bottom-right-radius: 172px;
    border-bottom-left-radius: 172px
  }

  .lg\:rounded-l-86 {
    border-top-left-radius: 172px;
    border-bottom-left-radius: 172px
  }

  .lg\:rounded-t-87 {
    border-top-left-radius: 174px;
    border-top-right-radius: 174px
  }

  .lg\:rounded-r-87 {
    border-top-right-radius: 174px;
    border-bottom-right-radius: 174px
  }

  .lg\:rounded-b-87 {
    border-bottom-right-radius: 174px;
    border-bottom-left-radius: 174px
  }

  .lg\:rounded-l-87 {
    border-top-left-radius: 174px;
    border-bottom-left-radius: 174px
  }

  .lg\:rounded-t-88 {
    border-top-left-radius: 176px;
    border-top-right-radius: 176px
  }

  .lg\:rounded-r-88 {
    border-top-right-radius: 176px;
    border-bottom-right-radius: 176px
  }

  .lg\:rounded-b-88 {
    border-bottom-right-radius: 176px;
    border-bottom-left-radius: 176px
  }

  .lg\:rounded-l-88 {
    border-top-left-radius: 176px;
    border-bottom-left-radius: 176px
  }

  .lg\:rounded-t-89 {
    border-top-left-radius: 178px;
    border-top-right-radius: 178px
  }

  .lg\:rounded-r-89 {
    border-top-right-radius: 178px;
    border-bottom-right-radius: 178px
  }

  .lg\:rounded-b-89 {
    border-bottom-right-radius: 178px;
    border-bottom-left-radius: 178px
  }

  .lg\:rounded-l-89 {
    border-top-left-radius: 178px;
    border-bottom-left-radius: 178px
  }

  .lg\:rounded-t-90 {
    border-top-left-radius: 180px;
    border-top-right-radius: 180px
  }

  .lg\:rounded-r-90 {
    border-top-right-radius: 180px;
    border-bottom-right-radius: 180px
  }

  .lg\:rounded-b-90 {
    border-bottom-right-radius: 180px;
    border-bottom-left-radius: 180px
  }

  .lg\:rounded-l-90 {
    border-top-left-radius: 180px;
    border-bottom-left-radius: 180px
  }

  .lg\:rounded-t-91 {
    border-top-left-radius: 182px;
    border-top-right-radius: 182px
  }

  .lg\:rounded-r-91 {
    border-top-right-radius: 182px;
    border-bottom-right-radius: 182px
  }

  .lg\:rounded-b-91 {
    border-bottom-right-radius: 182px;
    border-bottom-left-radius: 182px
  }

  .lg\:rounded-l-91 {
    border-top-left-radius: 182px;
    border-bottom-left-radius: 182px
  }

  .lg\:rounded-t-92 {
    border-top-left-radius: 184px;
    border-top-right-radius: 184px
  }

  .lg\:rounded-r-92 {
    border-top-right-radius: 184px;
    border-bottom-right-radius: 184px
  }

  .lg\:rounded-b-92 {
    border-bottom-right-radius: 184px;
    border-bottom-left-radius: 184px
  }

  .lg\:rounded-l-92 {
    border-top-left-radius: 184px;
    border-bottom-left-radius: 184px
  }

  .lg\:rounded-t-93 {
    border-top-left-radius: 186px;
    border-top-right-radius: 186px
  }

  .lg\:rounded-r-93 {
    border-top-right-radius: 186px;
    border-bottom-right-radius: 186px
  }

  .lg\:rounded-b-93 {
    border-bottom-right-radius: 186px;
    border-bottom-left-radius: 186px
  }

  .lg\:rounded-l-93 {
    border-top-left-radius: 186px;
    border-bottom-left-radius: 186px
  }

  .lg\:rounded-t-94 {
    border-top-left-radius: 188px;
    border-top-right-radius: 188px
  }

  .lg\:rounded-r-94 {
    border-top-right-radius: 188px;
    border-bottom-right-radius: 188px
  }

  .lg\:rounded-b-94 {
    border-bottom-right-radius: 188px;
    border-bottom-left-radius: 188px
  }

  .lg\:rounded-l-94 {
    border-top-left-radius: 188px;
    border-bottom-left-radius: 188px
  }

  .lg\:rounded-t-95 {
    border-top-left-radius: 190px;
    border-top-right-radius: 190px
  }

  .lg\:rounded-r-95 {
    border-top-right-radius: 190px;
    border-bottom-right-radius: 190px
  }

  .lg\:rounded-b-95 {
    border-bottom-right-radius: 190px;
    border-bottom-left-radius: 190px
  }

  .lg\:rounded-l-95 {
    border-top-left-radius: 190px;
    border-bottom-left-radius: 190px
  }

  .lg\:rounded-t-96 {
    border-top-left-radius: 192px;
    border-top-right-radius: 192px
  }

  .lg\:rounded-r-96 {
    border-top-right-radius: 192px;
    border-bottom-right-radius: 192px
  }

  .lg\:rounded-b-96 {
    border-bottom-right-radius: 192px;
    border-bottom-left-radius: 192px
  }

  .lg\:rounded-l-96 {
    border-top-left-radius: 192px;
    border-bottom-left-radius: 192px
  }

  .lg\:rounded-t-97 {
    border-top-left-radius: 194px;
    border-top-right-radius: 194px
  }

  .lg\:rounded-r-97 {
    border-top-right-radius: 194px;
    border-bottom-right-radius: 194px
  }

  .lg\:rounded-b-97 {
    border-bottom-right-radius: 194px;
    border-bottom-left-radius: 194px
  }

  .lg\:rounded-l-97 {
    border-top-left-radius: 194px;
    border-bottom-left-radius: 194px
  }

  .lg\:rounded-t-98 {
    border-top-left-radius: 196px;
    border-top-right-radius: 196px
  }

  .lg\:rounded-r-98 {
    border-top-right-radius: 196px;
    border-bottom-right-radius: 196px
  }

  .lg\:rounded-b-98 {
    border-bottom-right-radius: 196px;
    border-bottom-left-radius: 196px
  }

  .lg\:rounded-l-98 {
    border-top-left-radius: 196px;
    border-bottom-left-radius: 196px
  }

  .lg\:rounded-t-99 {
    border-top-left-radius: 198px;
    border-top-right-radius: 198px
  }

  .lg\:rounded-r-99 {
    border-top-right-radius: 198px;
    border-bottom-right-radius: 198px
  }

  .lg\:rounded-b-99 {
    border-bottom-right-radius: 198px;
    border-bottom-left-radius: 198px
  }

  .lg\:rounded-l-99 {
    border-top-left-radius: 198px;
    border-bottom-left-radius: 198px
  }

  .lg\:rounded-t-100 {
    border-top-left-radius: 200px;
    border-top-right-radius: 200px
  }

  .lg\:rounded-r-100 {
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px
  }

  .lg\:rounded-b-100 {
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 200px
  }

  .lg\:rounded-l-100 {
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .lg\:rounded-t {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
  }

  .lg\:rounded-r {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
  }

  .lg\:rounded-b {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
  }

  .lg\:rounded-l {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
  }

  .lg\:rounded-t-circle {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%
  }

  .lg\:rounded-r-circle {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%
  }

  .lg\:rounded-b-circle {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%
  }

  .lg\:rounded-l-circle {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%
  }

  .lg\:rounded-tl-1 {
    border-top-left-radius: 2px
  }

  .lg\:rounded-tr-1 {
    border-top-right-radius: 2px
  }

  .lg\:rounded-br-1 {
    border-bottom-right-radius: 2px
  }

  .lg\:rounded-bl-1 {
    border-bottom-left-radius: 2px
  }

  .lg\:rounded-tl-2 {
    border-top-left-radius: 4px
  }

  .lg\:rounded-tr-2 {
    border-top-right-radius: 4px
  }

  .lg\:rounded-br-2 {
    border-bottom-right-radius: 4px
  }

  .lg\:rounded-bl-2 {
    border-bottom-left-radius: 4px
  }

  .lg\:rounded-tl-3 {
    border-top-left-radius: 6px
  }

  .lg\:rounded-tr-3 {
    border-top-right-radius: 6px
  }

  .lg\:rounded-br-3 {
    border-bottom-right-radius: 6px
  }

  .lg\:rounded-bl-3 {
    border-bottom-left-radius: 6px
  }

  .lg\:rounded-tl-4 {
    border-top-left-radius: 8px
  }

  .lg\:rounded-tr-4 {
    border-top-right-radius: 8px
  }

  .lg\:rounded-br-4 {
    border-bottom-right-radius: 8px
  }

  .lg\:rounded-bl-4 {
    border-bottom-left-radius: 8px
  }

  .lg\:rounded-tl-5 {
    border-top-left-radius: 10px
  }

  .lg\:rounded-tr-5 {
    border-top-right-radius: 10px
  }

  .lg\:rounded-br-5 {
    border-bottom-right-radius: 10px
  }

  .lg\:rounded-bl-5 {
    border-bottom-left-radius: 10px
  }

  .lg\:rounded-tl-6 {
    border-top-left-radius: 12px
  }

  .lg\:rounded-tr-6 {
    border-top-right-radius: 12px
  }

  .lg\:rounded-br-6 {
    border-bottom-right-radius: 12px
  }

  .lg\:rounded-bl-6 {
    border-bottom-left-radius: 12px
  }

  .lg\:rounded-tl-7 {
    border-top-left-radius: 14px
  }

  .lg\:rounded-tr-7 {
    border-top-right-radius: 14px
  }

  .lg\:rounded-br-7 {
    border-bottom-right-radius: 14px
  }

  .lg\:rounded-bl-7 {
    border-bottom-left-radius: 14px
  }

  .lg\:rounded-tl-8 {
    border-top-left-radius: 16px
  }

  .lg\:rounded-tr-8 {
    border-top-right-radius: 16px
  }

  .lg\:rounded-br-8 {
    border-bottom-right-radius: 16px
  }

  .lg\:rounded-bl-8 {
    border-bottom-left-radius: 16px
  }

  .lg\:rounded-tl-9 {
    border-top-left-radius: 18px
  }

  .lg\:rounded-tr-9 {
    border-top-right-radius: 18px
  }

  .lg\:rounded-br-9 {
    border-bottom-right-radius: 18px
  }

  .lg\:rounded-bl-9 {
    border-bottom-left-radius: 18px
  }

  .lg\:rounded-tl-10 {
    border-top-left-radius: 20px
  }

  .lg\:rounded-tr-10 {
    border-top-right-radius: 20px
  }

  .lg\:rounded-br-10 {
    border-bottom-right-radius: 20px
  }

  .lg\:rounded-bl-10 {
    border-bottom-left-radius: 20px
  }

  .lg\:rounded-tl-11 {
    border-top-left-radius: 22px
  }

  .lg\:rounded-tr-11 {
    border-top-right-radius: 22px
  }

  .lg\:rounded-br-11 {
    border-bottom-right-radius: 22px
  }

  .lg\:rounded-bl-11 {
    border-bottom-left-radius: 22px
  }

  .lg\:rounded-tl-12 {
    border-top-left-radius: 24px
  }

  .lg\:rounded-tr-12 {
    border-top-right-radius: 24px
  }

  .lg\:rounded-br-12 {
    border-bottom-right-radius: 24px
  }

  .lg\:rounded-bl-12 {
    border-bottom-left-radius: 24px
  }

  .lg\:rounded-tl-13 {
    border-top-left-radius: 26px
  }

  .lg\:rounded-tr-13 {
    border-top-right-radius: 26px
  }

  .lg\:rounded-br-13 {
    border-bottom-right-radius: 26px
  }

  .lg\:rounded-bl-13 {
    border-bottom-left-radius: 26px
  }

  .lg\:rounded-tl-14 {
    border-top-left-radius: 28px
  }

  .lg\:rounded-tr-14 {
    border-top-right-radius: 28px
  }

  .lg\:rounded-br-14 {
    border-bottom-right-radius: 28px
  }

  .lg\:rounded-bl-14 {
    border-bottom-left-radius: 28px
  }

  .lg\:rounded-tl-15 {
    border-top-left-radius: 30px
  }

  .lg\:rounded-tr-15 {
    border-top-right-radius: 30px
  }

  .lg\:rounded-br-15 {
    border-bottom-right-radius: 30px
  }

  .lg\:rounded-bl-15 {
    border-bottom-left-radius: 30px
  }

  .lg\:rounded-tl-16 {
    border-top-left-radius: 32px
  }

  .lg\:rounded-tr-16 {
    border-top-right-radius: 32px
  }

  .lg\:rounded-br-16 {
    border-bottom-right-radius: 32px
  }

  .lg\:rounded-bl-16 {
    border-bottom-left-radius: 32px
  }

  .lg\:rounded-tl-17 {
    border-top-left-radius: 34px
  }

  .lg\:rounded-tr-17 {
    border-top-right-radius: 34px
  }

  .lg\:rounded-br-17 {
    border-bottom-right-radius: 34px
  }

  .lg\:rounded-bl-17 {
    border-bottom-left-radius: 34px
  }

  .lg\:rounded-tl-18 {
    border-top-left-radius: 36px
  }

  .lg\:rounded-tr-18 {
    border-top-right-radius: 36px
  }

  .lg\:rounded-br-18 {
    border-bottom-right-radius: 36px
  }

  .lg\:rounded-bl-18 {
    border-bottom-left-radius: 36px
  }

  .lg\:rounded-tl-19 {
    border-top-left-radius: 38px
  }

  .lg\:rounded-tr-19 {
    border-top-right-radius: 38px
  }

  .lg\:rounded-br-19 {
    border-bottom-right-radius: 38px
  }

  .lg\:rounded-bl-19 {
    border-bottom-left-radius: 38px
  }

  .lg\:rounded-tl-20 {
    border-top-left-radius: 40px
  }

  .lg\:rounded-tr-20 {
    border-top-right-radius: 40px
  }

  .lg\:rounded-br-20 {
    border-bottom-right-radius: 40px
  }

  .lg\:rounded-bl-20 {
    border-bottom-left-radius: 40px
  }

  .lg\:rounded-tl-21 {
    border-top-left-radius: 42px
  }

  .lg\:rounded-tr-21 {
    border-top-right-radius: 42px
  }

  .lg\:rounded-br-21 {
    border-bottom-right-radius: 42px
  }

  .lg\:rounded-bl-21 {
    border-bottom-left-radius: 42px
  }

  .lg\:rounded-tl-22 {
    border-top-left-radius: 44px
  }

  .lg\:rounded-tr-22 {
    border-top-right-radius: 44px
  }

  .lg\:rounded-br-22 {
    border-bottom-right-radius: 44px
  }

  .lg\:rounded-bl-22 {
    border-bottom-left-radius: 44px
  }

  .lg\:rounded-tl-23 {
    border-top-left-radius: 46px
  }

  .lg\:rounded-tr-23 {
    border-top-right-radius: 46px
  }

  .lg\:rounded-br-23 {
    border-bottom-right-radius: 46px
  }

  .lg\:rounded-bl-23 {
    border-bottom-left-radius: 46px
  }

  .lg\:rounded-tl-24 {
    border-top-left-radius: 48px
  }

  .lg\:rounded-tr-24 {
    border-top-right-radius: 48px
  }

  .lg\:rounded-br-24 {
    border-bottom-right-radius: 48px
  }

  .lg\:rounded-bl-24 {
    border-bottom-left-radius: 48px
  }

  .lg\:rounded-tl-25 {
    border-top-left-radius: 50px
  }

  .lg\:rounded-tr-25 {
    border-top-right-radius: 50px
  }

  .lg\:rounded-br-25 {
    border-bottom-right-radius: 50px
  }

  .lg\:rounded-bl-25 {
    border-bottom-left-radius: 50px
  }

  .lg\:rounded-tl-26 {
    border-top-left-radius: 52px
  }

  .lg\:rounded-tr-26 {
    border-top-right-radius: 52px
  }

  .lg\:rounded-br-26 {
    border-bottom-right-radius: 52px
  }

  .lg\:rounded-bl-26 {
    border-bottom-left-radius: 52px
  }

  .lg\:rounded-tl-27 {
    border-top-left-radius: 54px
  }

  .lg\:rounded-tr-27 {
    border-top-right-radius: 54px
  }

  .lg\:rounded-br-27 {
    border-bottom-right-radius: 54px
  }

  .lg\:rounded-bl-27 {
    border-bottom-left-radius: 54px
  }

  .lg\:rounded-tl-28 {
    border-top-left-radius: 56px
  }

  .lg\:rounded-tr-28 {
    border-top-right-radius: 56px
  }

  .lg\:rounded-br-28 {
    border-bottom-right-radius: 56px
  }

  .lg\:rounded-bl-28 {
    border-bottom-left-radius: 56px
  }

  .lg\:rounded-tl-29 {
    border-top-left-radius: 58px
  }

  .lg\:rounded-tr-29 {
    border-top-right-radius: 58px
  }

  .lg\:rounded-br-29 {
    border-bottom-right-radius: 58px
  }

  .lg\:rounded-bl-29 {
    border-bottom-left-radius: 58px
  }

  .lg\:rounded-tl-30 {
    border-top-left-radius: 60px
  }

  .lg\:rounded-tr-30 {
    border-top-right-radius: 60px
  }

  .lg\:rounded-br-30 {
    border-bottom-right-radius: 60px
  }

  .lg\:rounded-bl-30 {
    border-bottom-left-radius: 60px
  }

  .lg\:rounded-tl-31 {
    border-top-left-radius: 62px
  }

  .lg\:rounded-tr-31 {
    border-top-right-radius: 62px
  }

  .lg\:rounded-br-31 {
    border-bottom-right-radius: 62px
  }

  .lg\:rounded-bl-31 {
    border-bottom-left-radius: 62px
  }

  .lg\:rounded-tl-32 {
    border-top-left-radius: 64px
  }

  .lg\:rounded-tr-32 {
    border-top-right-radius: 64px
  }

  .lg\:rounded-br-32 {
    border-bottom-right-radius: 64px
  }

  .lg\:rounded-bl-32 {
    border-bottom-left-radius: 64px
  }

  .lg\:rounded-tl-33 {
    border-top-left-radius: 66px
  }

  .lg\:rounded-tr-33 {
    border-top-right-radius: 66px
  }

  .lg\:rounded-br-33 {
    border-bottom-right-radius: 66px
  }

  .lg\:rounded-bl-33 {
    border-bottom-left-radius: 66px
  }

  .lg\:rounded-tl-34 {
    border-top-left-radius: 68px
  }

  .lg\:rounded-tr-34 {
    border-top-right-radius: 68px
  }

  .lg\:rounded-br-34 {
    border-bottom-right-radius: 68px
  }

  .lg\:rounded-bl-34 {
    border-bottom-left-radius: 68px
  }

  .lg\:rounded-tl-35 {
    border-top-left-radius: 70px
  }

  .lg\:rounded-tr-35 {
    border-top-right-radius: 70px
  }

  .lg\:rounded-br-35 {
    border-bottom-right-radius: 70px
  }

  .lg\:rounded-bl-35 {
    border-bottom-left-radius: 70px
  }

  .lg\:rounded-tl-36 {
    border-top-left-radius: 72px
  }

  .lg\:rounded-tr-36 {
    border-top-right-radius: 72px
  }

  .lg\:rounded-br-36 {
    border-bottom-right-radius: 72px
  }

  .lg\:rounded-bl-36 {
    border-bottom-left-radius: 72px
  }

  .lg\:rounded-tl-37 {
    border-top-left-radius: 74px
  }

  .lg\:rounded-tr-37 {
    border-top-right-radius: 74px
  }

  .lg\:rounded-br-37 {
    border-bottom-right-radius: 74px
  }

  .lg\:rounded-bl-37 {
    border-bottom-left-radius: 74px
  }

  .lg\:rounded-tl-38 {
    border-top-left-radius: 76px
  }

  .lg\:rounded-tr-38 {
    border-top-right-radius: 76px
  }

  .lg\:rounded-br-38 {
    border-bottom-right-radius: 76px
  }

  .lg\:rounded-bl-38 {
    border-bottom-left-radius: 76px
  }

  .lg\:rounded-tl-39 {
    border-top-left-radius: 78px
  }

  .lg\:rounded-tr-39 {
    border-top-right-radius: 78px
  }

  .lg\:rounded-br-39 {
    border-bottom-right-radius: 78px
  }

  .lg\:rounded-bl-39 {
    border-bottom-left-radius: 78px
  }

  .lg\:rounded-tl-40 {
    border-top-left-radius: 80px
  }

  .lg\:rounded-tr-40 {
    border-top-right-radius: 80px
  }

  .lg\:rounded-br-40 {
    border-bottom-right-radius: 80px
  }

  .lg\:rounded-bl-40 {
    border-bottom-left-radius: 80px
  }

  .lg\:rounded-tl-41 {
    border-top-left-radius: 82px
  }

  .lg\:rounded-tr-41 {
    border-top-right-radius: 82px
  }

  .lg\:rounded-br-41 {
    border-bottom-right-radius: 82px
  }

  .lg\:rounded-bl-41 {
    border-bottom-left-radius: 82px
  }

  .lg\:rounded-tl-42 {
    border-top-left-radius: 84px
  }

  .lg\:rounded-tr-42 {
    border-top-right-radius: 84px
  }

  .lg\:rounded-br-42 {
    border-bottom-right-radius: 84px
  }

  .lg\:rounded-bl-42 {
    border-bottom-left-radius: 84px
  }

  .lg\:rounded-tl-43 {
    border-top-left-radius: 86px
  }

  .lg\:rounded-tr-43 {
    border-top-right-radius: 86px
  }

  .lg\:rounded-br-43 {
    border-bottom-right-radius: 86px
  }

  .lg\:rounded-bl-43 {
    border-bottom-left-radius: 86px
  }

  .lg\:rounded-tl-44 {
    border-top-left-radius: 88px
  }

  .lg\:rounded-tr-44 {
    border-top-right-radius: 88px
  }

  .lg\:rounded-br-44 {
    border-bottom-right-radius: 88px
  }

  .lg\:rounded-bl-44 {
    border-bottom-left-radius: 88px
  }

  .lg\:rounded-tl-45 {
    border-top-left-radius: 90px
  }

  .lg\:rounded-tr-45 {
    border-top-right-radius: 90px
  }

  .lg\:rounded-br-45 {
    border-bottom-right-radius: 90px
  }

  .lg\:rounded-bl-45 {
    border-bottom-left-radius: 90px
  }

  .lg\:rounded-tl-46 {
    border-top-left-radius: 92px
  }

  .lg\:rounded-tr-46 {
    border-top-right-radius: 92px
  }

  .lg\:rounded-br-46 {
    border-bottom-right-radius: 92px
  }

  .lg\:rounded-bl-46 {
    border-bottom-left-radius: 92px
  }

  .lg\:rounded-tl-47 {
    border-top-left-radius: 94px
  }

  .lg\:rounded-tr-47 {
    border-top-right-radius: 94px
  }

  .lg\:rounded-br-47 {
    border-bottom-right-radius: 94px
  }

  .lg\:rounded-bl-47 {
    border-bottom-left-radius: 94px
  }

  .lg\:rounded-tl-48 {
    border-top-left-radius: 96px
  }

  .lg\:rounded-tr-48 {
    border-top-right-radius: 96px
  }

  .lg\:rounded-br-48 {
    border-bottom-right-radius: 96px
  }

  .lg\:rounded-bl-48 {
    border-bottom-left-radius: 96px
  }

  .lg\:rounded-tl-49 {
    border-top-left-radius: 98px
  }

  .lg\:rounded-tr-49 {
    border-top-right-radius: 98px
  }

  .lg\:rounded-br-49 {
    border-bottom-right-radius: 98px
  }

  .lg\:rounded-bl-49 {
    border-bottom-left-radius: 98px
  }

  .lg\:rounded-tl-50 {
    border-top-left-radius: 100px
  }

  .lg\:rounded-tr-50 {
    border-top-right-radius: 100px
  }

  .lg\:rounded-br-50 {
    border-bottom-right-radius: 100px
  }

  .lg\:rounded-bl-50 {
    border-bottom-left-radius: 100px
  }

  .lg\:rounded-tl-51 {
    border-top-left-radius: 102px
  }

  .lg\:rounded-tr-51 {
    border-top-right-radius: 102px
  }

  .lg\:rounded-br-51 {
    border-bottom-right-radius: 102px
  }

  .lg\:rounded-bl-51 {
    border-bottom-left-radius: 102px
  }

  .lg\:rounded-tl-52 {
    border-top-left-radius: 104px
  }

  .lg\:rounded-tr-52 {
    border-top-right-radius: 104px
  }

  .lg\:rounded-br-52 {
    border-bottom-right-radius: 104px
  }

  .lg\:rounded-bl-52 {
    border-bottom-left-radius: 104px
  }

  .lg\:rounded-tl-53 {
    border-top-left-radius: 106px
  }

  .lg\:rounded-tr-53 {
    border-top-right-radius: 106px
  }

  .lg\:rounded-br-53 {
    border-bottom-right-radius: 106px
  }

  .lg\:rounded-bl-53 {
    border-bottom-left-radius: 106px
  }

  .lg\:rounded-tl-54 {
    border-top-left-radius: 108px
  }

  .lg\:rounded-tr-54 {
    border-top-right-radius: 108px
  }

  .lg\:rounded-br-54 {
    border-bottom-right-radius: 108px
  }

  .lg\:rounded-bl-54 {
    border-bottom-left-radius: 108px
  }

  .lg\:rounded-tl-55 {
    border-top-left-radius: 110px
  }

  .lg\:rounded-tr-55 {
    border-top-right-radius: 110px
  }

  .lg\:rounded-br-55 {
    border-bottom-right-radius: 110px
  }

  .lg\:rounded-bl-55 {
    border-bottom-left-radius: 110px
  }

  .lg\:rounded-tl-56 {
    border-top-left-radius: 112px
  }

  .lg\:rounded-tr-56 {
    border-top-right-radius: 112px
  }

  .lg\:rounded-br-56 {
    border-bottom-right-radius: 112px
  }

  .lg\:rounded-bl-56 {
    border-bottom-left-radius: 112px
  }

  .lg\:rounded-tl-57 {
    border-top-left-radius: 114px
  }

  .lg\:rounded-tr-57 {
    border-top-right-radius: 114px
  }

  .lg\:rounded-br-57 {
    border-bottom-right-radius: 114px
  }

  .lg\:rounded-bl-57 {
    border-bottom-left-radius: 114px
  }

  .lg\:rounded-tl-58 {
    border-top-left-radius: 116px
  }

  .lg\:rounded-tr-58 {
    border-top-right-radius: 116px
  }

  .lg\:rounded-br-58 {
    border-bottom-right-radius: 116px
  }

  .lg\:rounded-bl-58 {
    border-bottom-left-radius: 116px
  }

  .lg\:rounded-tl-59 {
    border-top-left-radius: 118px
  }

  .lg\:rounded-tr-59 {
    border-top-right-radius: 118px
  }

  .lg\:rounded-br-59 {
    border-bottom-right-radius: 118px
  }

  .lg\:rounded-bl-59 {
    border-bottom-left-radius: 118px
  }

  .lg\:rounded-tl-60 {
    border-top-left-radius: 120px
  }

  .lg\:rounded-tr-60 {
    border-top-right-radius: 120px
  }

  .lg\:rounded-br-60 {
    border-bottom-right-radius: 120px
  }

  .lg\:rounded-bl-60 {
    border-bottom-left-radius: 120px
  }

  .lg\:rounded-tl-61 {
    border-top-left-radius: 122px
  }

  .lg\:rounded-tr-61 {
    border-top-right-radius: 122px
  }

  .lg\:rounded-br-61 {
    border-bottom-right-radius: 122px
  }

  .lg\:rounded-bl-61 {
    border-bottom-left-radius: 122px
  }

  .lg\:rounded-tl-62 {
    border-top-left-radius: 124px
  }

  .lg\:rounded-tr-62 {
    border-top-right-radius: 124px
  }

  .lg\:rounded-br-62 {
    border-bottom-right-radius: 124px
  }

  .lg\:rounded-bl-62 {
    border-bottom-left-radius: 124px
  }

  .lg\:rounded-tl-63 {
    border-top-left-radius: 126px
  }

  .lg\:rounded-tr-63 {
    border-top-right-radius: 126px
  }

  .lg\:rounded-br-63 {
    border-bottom-right-radius: 126px
  }

  .lg\:rounded-bl-63 {
    border-bottom-left-radius: 126px
  }

  .lg\:rounded-tl-64 {
    border-top-left-radius: 128px
  }

  .lg\:rounded-tr-64 {
    border-top-right-radius: 128px
  }

  .lg\:rounded-br-64 {
    border-bottom-right-radius: 128px
  }

  .lg\:rounded-bl-64 {
    border-bottom-left-radius: 128px
  }

  .lg\:rounded-tl-65 {
    border-top-left-radius: 130px
  }

  .lg\:rounded-tr-65 {
    border-top-right-radius: 130px
  }

  .lg\:rounded-br-65 {
    border-bottom-right-radius: 130px
  }

  .lg\:rounded-bl-65 {
    border-bottom-left-radius: 130px
  }

  .lg\:rounded-tl-66 {
    border-top-left-radius: 132px
  }

  .lg\:rounded-tr-66 {
    border-top-right-radius: 132px
  }

  .lg\:rounded-br-66 {
    border-bottom-right-radius: 132px
  }

  .lg\:rounded-bl-66 {
    border-bottom-left-radius: 132px
  }

  .lg\:rounded-tl-67 {
    border-top-left-radius: 134px
  }

  .lg\:rounded-tr-67 {
    border-top-right-radius: 134px
  }

  .lg\:rounded-br-67 {
    border-bottom-right-radius: 134px
  }

  .lg\:rounded-bl-67 {
    border-bottom-left-radius: 134px
  }

  .lg\:rounded-tl-68 {
    border-top-left-radius: 136px
  }

  .lg\:rounded-tr-68 {
    border-top-right-radius: 136px
  }

  .lg\:rounded-br-68 {
    border-bottom-right-radius: 136px
  }

  .lg\:rounded-bl-68 {
    border-bottom-left-radius: 136px
  }

  .lg\:rounded-tl-69 {
    border-top-left-radius: 138px
  }

  .lg\:rounded-tr-69 {
    border-top-right-radius: 138px
  }

  .lg\:rounded-br-69 {
    border-bottom-right-radius: 138px
  }

  .lg\:rounded-bl-69 {
    border-bottom-left-radius: 138px
  }

  .lg\:rounded-tl-70 {
    border-top-left-radius: 140px
  }

  .lg\:rounded-tr-70 {
    border-top-right-radius: 140px
  }

  .lg\:rounded-br-70 {
    border-bottom-right-radius: 140px
  }

  .lg\:rounded-bl-70 {
    border-bottom-left-radius: 140px
  }

  .lg\:rounded-tl-71 {
    border-top-left-radius: 142px
  }

  .lg\:rounded-tr-71 {
    border-top-right-radius: 142px
  }

  .lg\:rounded-br-71 {
    border-bottom-right-radius: 142px
  }

  .lg\:rounded-bl-71 {
    border-bottom-left-radius: 142px
  }

  .lg\:rounded-tl-72 {
    border-top-left-radius: 144px
  }

  .lg\:rounded-tr-72 {
    border-top-right-radius: 144px
  }

  .lg\:rounded-br-72 {
    border-bottom-right-radius: 144px
  }

  .lg\:rounded-bl-72 {
    border-bottom-left-radius: 144px
  }

  .lg\:rounded-tl-73 {
    border-top-left-radius: 146px
  }

  .lg\:rounded-tr-73 {
    border-top-right-radius: 146px
  }

  .lg\:rounded-br-73 {
    border-bottom-right-radius: 146px
  }

  .lg\:rounded-bl-73 {
    border-bottom-left-radius: 146px
  }

  .lg\:rounded-tl-74 {
    border-top-left-radius: 148px
  }

  .lg\:rounded-tr-74 {
    border-top-right-radius: 148px
  }

  .lg\:rounded-br-74 {
    border-bottom-right-radius: 148px
  }

  .lg\:rounded-bl-74 {
    border-bottom-left-radius: 148px
  }

  .lg\:rounded-tl-75 {
    border-top-left-radius: 150px
  }

  .lg\:rounded-tr-75 {
    border-top-right-radius: 150px
  }

  .lg\:rounded-br-75 {
    border-bottom-right-radius: 150px
  }

  .lg\:rounded-bl-75 {
    border-bottom-left-radius: 150px
  }

  .lg\:rounded-tl-76 {
    border-top-left-radius: 152px
  }

  .lg\:rounded-tr-76 {
    border-top-right-radius: 152px
  }

  .lg\:rounded-br-76 {
    border-bottom-right-radius: 152px
  }

  .lg\:rounded-bl-76 {
    border-bottom-left-radius: 152px
  }

  .lg\:rounded-tl-77 {
    border-top-left-radius: 154px
  }

  .lg\:rounded-tr-77 {
    border-top-right-radius: 154px
  }

  .lg\:rounded-br-77 {
    border-bottom-right-radius: 154px
  }

  .lg\:rounded-bl-77 {
    border-bottom-left-radius: 154px
  }

  .lg\:rounded-tl-78 {
    border-top-left-radius: 156px
  }

  .lg\:rounded-tr-78 {
    border-top-right-radius: 156px
  }

  .lg\:rounded-br-78 {
    border-bottom-right-radius: 156px
  }

  .lg\:rounded-bl-78 {
    border-bottom-left-radius: 156px
  }

  .lg\:rounded-tl-79 {
    border-top-left-radius: 158px
  }

  .lg\:rounded-tr-79 {
    border-top-right-radius: 158px
  }

  .lg\:rounded-br-79 {
    border-bottom-right-radius: 158px
  }

  .lg\:rounded-bl-79 {
    border-bottom-left-radius: 158px
  }

  .lg\:rounded-tl-80 {
    border-top-left-radius: 160px
  }

  .lg\:rounded-tr-80 {
    border-top-right-radius: 160px
  }

  .lg\:rounded-br-80 {
    border-bottom-right-radius: 160px
  }

  .lg\:rounded-bl-80 {
    border-bottom-left-radius: 160px
  }

  .lg\:rounded-tl-81 {
    border-top-left-radius: 162px
  }

  .lg\:rounded-tr-81 {
    border-top-right-radius: 162px
  }

  .lg\:rounded-br-81 {
    border-bottom-right-radius: 162px
  }

  .lg\:rounded-bl-81 {
    border-bottom-left-radius: 162px
  }

  .lg\:rounded-tl-82 {
    border-top-left-radius: 164px
  }

  .lg\:rounded-tr-82 {
    border-top-right-radius: 164px
  }

  .lg\:rounded-br-82 {
    border-bottom-right-radius: 164px
  }

  .lg\:rounded-bl-82 {
    border-bottom-left-radius: 164px
  }

  .lg\:rounded-tl-83 {
    border-top-left-radius: 166px
  }

  .lg\:rounded-tr-83 {
    border-top-right-radius: 166px
  }

  .lg\:rounded-br-83 {
    border-bottom-right-radius: 166px
  }

  .lg\:rounded-bl-83 {
    border-bottom-left-radius: 166px
  }

  .lg\:rounded-tl-84 {
    border-top-left-radius: 168px
  }

  .lg\:rounded-tr-84 {
    border-top-right-radius: 168px
  }

  .lg\:rounded-br-84 {
    border-bottom-right-radius: 168px
  }

  .lg\:rounded-bl-84 {
    border-bottom-left-radius: 168px
  }

  .lg\:rounded-tl-85 {
    border-top-left-radius: 170px
  }

  .lg\:rounded-tr-85 {
    border-top-right-radius: 170px
  }

  .lg\:rounded-br-85 {
    border-bottom-right-radius: 170px
  }

  .lg\:rounded-bl-85 {
    border-bottom-left-radius: 170px
  }

  .lg\:rounded-tl-86 {
    border-top-left-radius: 172px
  }

  .lg\:rounded-tr-86 {
    border-top-right-radius: 172px
  }

  .lg\:rounded-br-86 {
    border-bottom-right-radius: 172px
  }

  .lg\:rounded-bl-86 {
    border-bottom-left-radius: 172px
  }

  .lg\:rounded-tl-87 {
    border-top-left-radius: 174px
  }

  .lg\:rounded-tr-87 {
    border-top-right-radius: 174px
  }

  .lg\:rounded-br-87 {
    border-bottom-right-radius: 174px
  }

  .lg\:rounded-bl-87 {
    border-bottom-left-radius: 174px
  }

  .lg\:rounded-tl-88 {
    border-top-left-radius: 176px
  }

  .lg\:rounded-tr-88 {
    border-top-right-radius: 176px
  }

  .lg\:rounded-br-88 {
    border-bottom-right-radius: 176px
  }

  .lg\:rounded-bl-88 {
    border-bottom-left-radius: 176px
  }

  .lg\:rounded-tl-89 {
    border-top-left-radius: 178px
  }

  .lg\:rounded-tr-89 {
    border-top-right-radius: 178px
  }

  .lg\:rounded-br-89 {
    border-bottom-right-radius: 178px
  }

  .lg\:rounded-bl-89 {
    border-bottom-left-radius: 178px
  }

  .lg\:rounded-tl-90 {
    border-top-left-radius: 180px
  }

  .lg\:rounded-tr-90 {
    border-top-right-radius: 180px
  }

  .lg\:rounded-br-90 {
    border-bottom-right-radius: 180px
  }

  .lg\:rounded-bl-90 {
    border-bottom-left-radius: 180px
  }

  .lg\:rounded-tl-91 {
    border-top-left-radius: 182px
  }

  .lg\:rounded-tr-91 {
    border-top-right-radius: 182px
  }

  .lg\:rounded-br-91 {
    border-bottom-right-radius: 182px
  }

  .lg\:rounded-bl-91 {
    border-bottom-left-radius: 182px
  }

  .lg\:rounded-tl-92 {
    border-top-left-radius: 184px
  }

  .lg\:rounded-tr-92 {
    border-top-right-radius: 184px
  }

  .lg\:rounded-br-92 {
    border-bottom-right-radius: 184px
  }

  .lg\:rounded-bl-92 {
    border-bottom-left-radius: 184px
  }

  .lg\:rounded-tl-93 {
    border-top-left-radius: 186px
  }

  .lg\:rounded-tr-93 {
    border-top-right-radius: 186px
  }

  .lg\:rounded-br-93 {
    border-bottom-right-radius: 186px
  }

  .lg\:rounded-bl-93 {
    border-bottom-left-radius: 186px
  }

  .lg\:rounded-tl-94 {
    border-top-left-radius: 188px
  }

  .lg\:rounded-tr-94 {
    border-top-right-radius: 188px
  }

  .lg\:rounded-br-94 {
    border-bottom-right-radius: 188px
  }

  .lg\:rounded-bl-94 {
    border-bottom-left-radius: 188px
  }

  .lg\:rounded-tl-95 {
    border-top-left-radius: 190px
  }

  .lg\:rounded-tr-95 {
    border-top-right-radius: 190px
  }

  .lg\:rounded-br-95 {
    border-bottom-right-radius: 190px
  }

  .lg\:rounded-bl-95 {
    border-bottom-left-radius: 190px
  }

  .lg\:rounded-tl-96 {
    border-top-left-radius: 192px
  }

  .lg\:rounded-tr-96 {
    border-top-right-radius: 192px
  }

  .lg\:rounded-br-96 {
    border-bottom-right-radius: 192px
  }

  .lg\:rounded-bl-96 {
    border-bottom-left-radius: 192px
  }

  .lg\:rounded-tl-97 {
    border-top-left-radius: 194px
  }

  .lg\:rounded-tr-97 {
    border-top-right-radius: 194px
  }

  .lg\:rounded-br-97 {
    border-bottom-right-radius: 194px
  }

  .lg\:rounded-bl-97 {
    border-bottom-left-radius: 194px
  }

  .lg\:rounded-tl-98 {
    border-top-left-radius: 196px
  }

  .lg\:rounded-tr-98 {
    border-top-right-radius: 196px
  }

  .lg\:rounded-br-98 {
    border-bottom-right-radius: 196px
  }

  .lg\:rounded-bl-98 {
    border-bottom-left-radius: 196px
  }

  .lg\:rounded-tl-99 {
    border-top-left-radius: 198px
  }

  .lg\:rounded-tr-99 {
    border-top-right-radius: 198px
  }

  .lg\:rounded-br-99 {
    border-bottom-right-radius: 198px
  }

  .lg\:rounded-bl-99 {
    border-bottom-left-radius: 198px
  }

  .lg\:rounded-tl-100 {
    border-top-left-radius: 200px
  }

  .lg\:rounded-tr-100 {
    border-top-right-radius: 200px
  }

  .lg\:rounded-br-100 {
    border-bottom-right-radius: 200px
  }

  .lg\:rounded-bl-100 {
    border-bottom-left-radius: 200px
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0
  }

  .lg\:rounded-tl {
    border-top-left-radius: 5px
  }

  .lg\:rounded-tr {
    border-top-right-radius: 5px
  }

  .lg\:rounded-br {
    border-bottom-right-radius: 5px
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: 5px
  }

  .lg\:rounded-tl-circle {
    border-top-left-radius: 50%
  }

  .lg\:rounded-tr-circle {
    border-top-right-radius: 50%
  }

  .lg\:rounded-br-circle {
    border-bottom-right-radius: 50%
  }

  .lg\:rounded-bl-circle {
    border-bottom-left-radius: 50%
  }

  .lg\:border-solid {
    border-style: solid
  }

  .lg\:border-dashed {
    border-style: dashed
  }

  .lg\:border-dotted {
    border-style: dotted
  }

  .lg\:border-double {
    border-style: double
  }

  .lg\:border-none {
    border-style: none
  }

  .lg\:border-0 {
    border-width: 0
  }

  .lg\:border-1 {
    border-width: 2px
  }

  .lg\:border-2 {
    border-width: 4px
  }

  .lg\:border-3 {
    border-width: 6px
  }

  .lg\:border-4 {
    border-width: 8px
  }

  .lg\:border-5 {
    border-width: 10px
  }

  .lg\:border-6 {
    border-width: 12px
  }

  .lg\:border-7 {
    border-width: 14px
  }

  .lg\:border-8 {
    border-width: 16px
  }

  .lg\:border-9 {
    border-width: 18px
  }

  .lg\:border-10 {
    border-width: 20px
  }

  .lg\:border-11 {
    border-width: 22px
  }

  .lg\:border-12 {
    border-width: 24px
  }

  .lg\:border-13 {
    border-width: 26px
  }

  .lg\:border-14 {
    border-width: 28px
  }

  .lg\:border-15 {
    border-width: 30px
  }

  .lg\:border-16 {
    border-width: 32px
  }

  .lg\:border-17 {
    border-width: 34px
  }

  .lg\:border-18 {
    border-width: 36px
  }

  .lg\:border-19 {
    border-width: 38px
  }

  .lg\:border-20 {
    border-width: 40px
  }

  .lg\:border-21 {
    border-width: 42px
  }

  .lg\:border-22 {
    border-width: 44px
  }

  .lg\:border-23 {
    border-width: 46px
  }

  .lg\:border-24 {
    border-width: 48px
  }

  .lg\:border-25 {
    border-width: 50px
  }

  .lg\:border-26 {
    border-width: 52px
  }

  .lg\:border-27 {
    border-width: 54px
  }

  .lg\:border-28 {
    border-width: 56px
  }

  .lg\:border-29 {
    border-width: 58px
  }

  .lg\:border-30 {
    border-width: 60px
  }

  .lg\:border-31 {
    border-width: 62px
  }

  .lg\:border-32 {
    border-width: 64px
  }

  .lg\:border-33 {
    border-width: 66px
  }

  .lg\:border-34 {
    border-width: 68px
  }

  .lg\:border-35 {
    border-width: 70px
  }

  .lg\:border-36 {
    border-width: 72px
  }

  .lg\:border-37 {
    border-width: 74px
  }

  .lg\:border-38 {
    border-width: 76px
  }

  .lg\:border-39 {
    border-width: 78px
  }

  .lg\:border-40 {
    border-width: 80px
  }

  .lg\:border-41 {
    border-width: 82px
  }

  .lg\:border-42 {
    border-width: 84px
  }

  .lg\:border-43 {
    border-width: 86px
  }

  .lg\:border-44 {
    border-width: 88px
  }

  .lg\:border-45 {
    border-width: 90px
  }

  .lg\:border-46 {
    border-width: 92px
  }

  .lg\:border-47 {
    border-width: 94px
  }

  .lg\:border-48 {
    border-width: 96px
  }

  .lg\:border-49 {
    border-width: 98px
  }

  .lg\:border-50 {
    border-width: 100px
  }

  .lg\:border {
    border-width: 1px
  }

  .lg\:border-t-0 {
    border-top-width: 0
  }

  .lg\:border-r-0 {
    border-right-width: 0
  }

  .lg\:border-b-0 {
    border-bottom-width: 0
  }

  .lg\:border-l-0 {
    border-left-width: 0
  }

  .lg\:border-t-1 {
    border-top-width: 2px
  }

  .lg\:border-r-1 {
    border-right-width: 2px
  }

  .lg\:border-b-1 {
    border-bottom-width: 2px
  }

  .lg\:border-l-1 {
    border-left-width: 2px
  }

  .lg\:border-t-2 {
    border-top-width: 4px
  }

  .lg\:border-r-2 {
    border-right-width: 4px
  }

  .lg\:border-b-2 {
    border-bottom-width: 4px
  }

  .lg\:border-l-2 {
    border-left-width: 4px
  }

  .lg\:border-t-3 {
    border-top-width: 6px
  }

  .lg\:border-r-3 {
    border-right-width: 6px
  }

  .lg\:border-b-3 {
    border-bottom-width: 6px
  }

  .lg\:border-l-3 {
    border-left-width: 6px
  }

  .lg\:border-t-4 {
    border-top-width: 8px
  }

  .lg\:border-r-4 {
    border-right-width: 8px
  }

  .lg\:border-b-4 {
    border-bottom-width: 8px
  }

  .lg\:border-l-4 {
    border-left-width: 8px
  }

  .lg\:border-t-5 {
    border-top-width: 10px
  }

  .lg\:border-r-5 {
    border-right-width: 10px
  }

  .lg\:border-b-5 {
    border-bottom-width: 10px
  }

  .lg\:border-l-5 {
    border-left-width: 10px
  }

  .lg\:border-t-6 {
    border-top-width: 12px
  }

  .lg\:border-r-6 {
    border-right-width: 12px
  }

  .lg\:border-b-6 {
    border-bottom-width: 12px
  }

  .lg\:border-l-6 {
    border-left-width: 12px
  }

  .lg\:border-t-7 {
    border-top-width: 14px
  }

  .lg\:border-r-7 {
    border-right-width: 14px
  }

  .lg\:border-b-7 {
    border-bottom-width: 14px
  }

  .lg\:border-l-7 {
    border-left-width: 14px
  }

  .lg\:border-t-8 {
    border-top-width: 16px
  }

  .lg\:border-r-8 {
    border-right-width: 16px
  }

  .lg\:border-b-8 {
    border-bottom-width: 16px
  }

  .lg\:border-l-8 {
    border-left-width: 16px
  }

  .lg\:border-t-9 {
    border-top-width: 18px
  }

  .lg\:border-r-9 {
    border-right-width: 18px
  }

  .lg\:border-b-9 {
    border-bottom-width: 18px
  }

  .lg\:border-l-9 {
    border-left-width: 18px
  }

  .lg\:border-t-10 {
    border-top-width: 20px
  }

  .lg\:border-r-10 {
    border-right-width: 20px
  }

  .lg\:border-b-10 {
    border-bottom-width: 20px
  }

  .lg\:border-l-10 {
    border-left-width: 20px
  }

  .lg\:border-t-11 {
    border-top-width: 22px
  }

  .lg\:border-r-11 {
    border-right-width: 22px
  }

  .lg\:border-b-11 {
    border-bottom-width: 22px
  }

  .lg\:border-l-11 {
    border-left-width: 22px
  }

  .lg\:border-t-12 {
    border-top-width: 24px
  }

  .lg\:border-r-12 {
    border-right-width: 24px
  }

  .lg\:border-b-12 {
    border-bottom-width: 24px
  }

  .lg\:border-l-12 {
    border-left-width: 24px
  }

  .lg\:border-t-13 {
    border-top-width: 26px
  }

  .lg\:border-r-13 {
    border-right-width: 26px
  }

  .lg\:border-b-13 {
    border-bottom-width: 26px
  }

  .lg\:border-l-13 {
    border-left-width: 26px
  }

  .lg\:border-t-14 {
    border-top-width: 28px
  }

  .lg\:border-r-14 {
    border-right-width: 28px
  }

  .lg\:border-b-14 {
    border-bottom-width: 28px
  }

  .lg\:border-l-14 {
    border-left-width: 28px
  }

  .lg\:border-t-15 {
    border-top-width: 30px
  }

  .lg\:border-r-15 {
    border-right-width: 30px
  }

  .lg\:border-b-15 {
    border-bottom-width: 30px
  }

  .lg\:border-l-15 {
    border-left-width: 30px
  }

  .lg\:border-t-16 {
    border-top-width: 32px
  }

  .lg\:border-r-16 {
    border-right-width: 32px
  }

  .lg\:border-b-16 {
    border-bottom-width: 32px
  }

  .lg\:border-l-16 {
    border-left-width: 32px
  }

  .lg\:border-t-17 {
    border-top-width: 34px
  }

  .lg\:border-r-17 {
    border-right-width: 34px
  }

  .lg\:border-b-17 {
    border-bottom-width: 34px
  }

  .lg\:border-l-17 {
    border-left-width: 34px
  }

  .lg\:border-t-18 {
    border-top-width: 36px
  }

  .lg\:border-r-18 {
    border-right-width: 36px
  }

  .lg\:border-b-18 {
    border-bottom-width: 36px
  }

  .lg\:border-l-18 {
    border-left-width: 36px
  }

  .lg\:border-t-19 {
    border-top-width: 38px
  }

  .lg\:border-r-19 {
    border-right-width: 38px
  }

  .lg\:border-b-19 {
    border-bottom-width: 38px
  }

  .lg\:border-l-19 {
    border-left-width: 38px
  }

  .lg\:border-t-20 {
    border-top-width: 40px
  }

  .lg\:border-r-20 {
    border-right-width: 40px
  }

  .lg\:border-b-20 {
    border-bottom-width: 40px
  }

  .lg\:border-l-20 {
    border-left-width: 40px
  }

  .lg\:border-t-21 {
    border-top-width: 42px
  }

  .lg\:border-r-21 {
    border-right-width: 42px
  }

  .lg\:border-b-21 {
    border-bottom-width: 42px
  }

  .lg\:border-l-21 {
    border-left-width: 42px
  }

  .lg\:border-t-22 {
    border-top-width: 44px
  }

  .lg\:border-r-22 {
    border-right-width: 44px
  }

  .lg\:border-b-22 {
    border-bottom-width: 44px
  }

  .lg\:border-l-22 {
    border-left-width: 44px
  }

  .lg\:border-t-23 {
    border-top-width: 46px
  }

  .lg\:border-r-23 {
    border-right-width: 46px
  }

  .lg\:border-b-23 {
    border-bottom-width: 46px
  }

  .lg\:border-l-23 {
    border-left-width: 46px
  }

  .lg\:border-t-24 {
    border-top-width: 48px
  }

  .lg\:border-r-24 {
    border-right-width: 48px
  }

  .lg\:border-b-24 {
    border-bottom-width: 48px
  }

  .lg\:border-l-24 {
    border-left-width: 48px
  }

  .lg\:border-t-25 {
    border-top-width: 50px
  }

  .lg\:border-r-25 {
    border-right-width: 50px
  }

  .lg\:border-b-25 {
    border-bottom-width: 50px
  }

  .lg\:border-l-25 {
    border-left-width: 50px
  }

  .lg\:border-t-26 {
    border-top-width: 52px
  }

  .lg\:border-r-26 {
    border-right-width: 52px
  }

  .lg\:border-b-26 {
    border-bottom-width: 52px
  }

  .lg\:border-l-26 {
    border-left-width: 52px
  }

  .lg\:border-t-27 {
    border-top-width: 54px
  }

  .lg\:border-r-27 {
    border-right-width: 54px
  }

  .lg\:border-b-27 {
    border-bottom-width: 54px
  }

  .lg\:border-l-27 {
    border-left-width: 54px
  }

  .lg\:border-t-28 {
    border-top-width: 56px
  }

  .lg\:border-r-28 {
    border-right-width: 56px
  }

  .lg\:border-b-28 {
    border-bottom-width: 56px
  }

  .lg\:border-l-28 {
    border-left-width: 56px
  }

  .lg\:border-t-29 {
    border-top-width: 58px
  }

  .lg\:border-r-29 {
    border-right-width: 58px
  }

  .lg\:border-b-29 {
    border-bottom-width: 58px
  }

  .lg\:border-l-29 {
    border-left-width: 58px
  }

  .lg\:border-t-30 {
    border-top-width: 60px
  }

  .lg\:border-r-30 {
    border-right-width: 60px
  }

  .lg\:border-b-30 {
    border-bottom-width: 60px
  }

  .lg\:border-l-30 {
    border-left-width: 60px
  }

  .lg\:border-t-31 {
    border-top-width: 62px
  }

  .lg\:border-r-31 {
    border-right-width: 62px
  }

  .lg\:border-b-31 {
    border-bottom-width: 62px
  }

  .lg\:border-l-31 {
    border-left-width: 62px
  }

  .lg\:border-t-32 {
    border-top-width: 64px
  }

  .lg\:border-r-32 {
    border-right-width: 64px
  }

  .lg\:border-b-32 {
    border-bottom-width: 64px
  }

  .lg\:border-l-32 {
    border-left-width: 64px
  }

  .lg\:border-t-33 {
    border-top-width: 66px
  }

  .lg\:border-r-33 {
    border-right-width: 66px
  }

  .lg\:border-b-33 {
    border-bottom-width: 66px
  }

  .lg\:border-l-33 {
    border-left-width: 66px
  }

  .lg\:border-t-34 {
    border-top-width: 68px
  }

  .lg\:border-r-34 {
    border-right-width: 68px
  }

  .lg\:border-b-34 {
    border-bottom-width: 68px
  }

  .lg\:border-l-34 {
    border-left-width: 68px
  }

  .lg\:border-t-35 {
    border-top-width: 70px
  }

  .lg\:border-r-35 {
    border-right-width: 70px
  }

  .lg\:border-b-35 {
    border-bottom-width: 70px
  }

  .lg\:border-l-35 {
    border-left-width: 70px
  }

  .lg\:border-t-36 {
    border-top-width: 72px
  }

  .lg\:border-r-36 {
    border-right-width: 72px
  }

  .lg\:border-b-36 {
    border-bottom-width: 72px
  }

  .lg\:border-l-36 {
    border-left-width: 72px
  }

  .lg\:border-t-37 {
    border-top-width: 74px
  }

  .lg\:border-r-37 {
    border-right-width: 74px
  }

  .lg\:border-b-37 {
    border-bottom-width: 74px
  }

  .lg\:border-l-37 {
    border-left-width: 74px
  }

  .lg\:border-t-38 {
    border-top-width: 76px
  }

  .lg\:border-r-38 {
    border-right-width: 76px
  }

  .lg\:border-b-38 {
    border-bottom-width: 76px
  }

  .lg\:border-l-38 {
    border-left-width: 76px
  }

  .lg\:border-t-39 {
    border-top-width: 78px
  }

  .lg\:border-r-39 {
    border-right-width: 78px
  }

  .lg\:border-b-39 {
    border-bottom-width: 78px
  }

  .lg\:border-l-39 {
    border-left-width: 78px
  }

  .lg\:border-t-40 {
    border-top-width: 80px
  }

  .lg\:border-r-40 {
    border-right-width: 80px
  }

  .lg\:border-b-40 {
    border-bottom-width: 80px
  }

  .lg\:border-l-40 {
    border-left-width: 80px
  }

  .lg\:border-t-41 {
    border-top-width: 82px
  }

  .lg\:border-r-41 {
    border-right-width: 82px
  }

  .lg\:border-b-41 {
    border-bottom-width: 82px
  }

  .lg\:border-l-41 {
    border-left-width: 82px
  }

  .lg\:border-t-42 {
    border-top-width: 84px
  }

  .lg\:border-r-42 {
    border-right-width: 84px
  }

  .lg\:border-b-42 {
    border-bottom-width: 84px
  }

  .lg\:border-l-42 {
    border-left-width: 84px
  }

  .lg\:border-t-43 {
    border-top-width: 86px
  }

  .lg\:border-r-43 {
    border-right-width: 86px
  }

  .lg\:border-b-43 {
    border-bottom-width: 86px
  }

  .lg\:border-l-43 {
    border-left-width: 86px
  }

  .lg\:border-t-44 {
    border-top-width: 88px
  }

  .lg\:border-r-44 {
    border-right-width: 88px
  }

  .lg\:border-b-44 {
    border-bottom-width: 88px
  }

  .lg\:border-l-44 {
    border-left-width: 88px
  }

  .lg\:border-t-45 {
    border-top-width: 90px
  }

  .lg\:border-r-45 {
    border-right-width: 90px
  }

  .lg\:border-b-45 {
    border-bottom-width: 90px
  }

  .lg\:border-l-45 {
    border-left-width: 90px
  }

  .lg\:border-t-46 {
    border-top-width: 92px
  }

  .lg\:border-r-46 {
    border-right-width: 92px
  }

  .lg\:border-b-46 {
    border-bottom-width: 92px
  }

  .lg\:border-l-46 {
    border-left-width: 92px
  }

  .lg\:border-t-47 {
    border-top-width: 94px
  }

  .lg\:border-r-47 {
    border-right-width: 94px
  }

  .lg\:border-b-47 {
    border-bottom-width: 94px
  }

  .lg\:border-l-47 {
    border-left-width: 94px
  }

  .lg\:border-t-48 {
    border-top-width: 96px
  }

  .lg\:border-r-48 {
    border-right-width: 96px
  }

  .lg\:border-b-48 {
    border-bottom-width: 96px
  }

  .lg\:border-l-48 {
    border-left-width: 96px
  }

  .lg\:border-t-49 {
    border-top-width: 98px
  }

  .lg\:border-r-49 {
    border-right-width: 98px
  }

  .lg\:border-b-49 {
    border-bottom-width: 98px
  }

  .lg\:border-l-49 {
    border-left-width: 98px
  }

  .lg\:border-t-50 {
    border-top-width: 100px
  }

  .lg\:border-r-50 {
    border-right-width: 100px
  }

  .lg\:border-b-50 {
    border-bottom-width: 100px
  }

  .lg\:border-l-50 {
    border-left-width: 100px
  }

  .lg\:border-t {
    border-top-width: 1px
  }

  .lg\:border-r {
    border-right-width: 1px
  }

  .lg\:border-b {
    border-bottom-width: 1px
  }

  .lg\:border-l {
    border-left-width: 1px
  }

  .lg\:box-border {
    -webkit-box-sizing: border-box;
            box-sizing: border-box
  }

  .lg\:box-content {
    -webkit-box-sizing: content-box;
            box-sizing: content-box
  }

  .lg\:cursor-auto {
    cursor: auto
  }

  .lg\:cursor-default {
    cursor: default
  }

  .lg\:cursor-pointer {
    cursor: pointer
  }

  .lg\:cursor-wait {
    cursor: wait
  }

  .lg\:cursor-text {
    cursor: text
  }

  .lg\:cursor-move {
    cursor: move
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed
  }

  .lg\:block {
    display: block
  }

  .lg\:inline-block {
    display: inline-block
  }

  .lg\:inline {
    display: inline
  }

  .lg\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .lg\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
  }

  .lg\:table {
    display: table
  }

  .lg\:table-caption {
    display: table-caption
  }

  .lg\:table-cell {
    display: table-cell
  }

  .lg\:table-column {
    display: table-column
  }

  .lg\:table-column-group {
    display: table-column-group
  }

  .lg\:table-footer-group {
    display: table-footer-group
  }

  .lg\:table-header-group {
    display: table-header-group
  }

  .lg\:table-row-group {
    display: table-row-group
  }

  .lg\:table-row {
    display: table-row
  }

  .lg\:flow-root {
    display: flow-root
  }

  .lg\:grid {
    display: grid
  }

  .lg\:inline-grid {
    display: inline-grid
  }

  .lg\:contents {
    display: contents
  }

  .lg\:hidden {
    display: none
  }

  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row
  }

  .lg\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse
  }

  .lg\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column
  }

  .lg\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse
  }

  .lg\:flex-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
  }

  .lg\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse
  }

  .lg\:flex-no-wrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
  }

  .lg\:place-items-auto {
    place-items: auto
  }

  .lg\:place-items-start {
    place-items: start
  }

  .lg\:place-items-end {
    place-items: end
  }

  .lg\:place-items-center {
    place-items: center
  }

  .lg\:place-items-stretch {
    place-items: stretch
  }

  .lg\:place-content-center {
    place-content: center
  }

  .lg\:place-content-start {
    place-content: start
  }

  .lg\:place-content-end {
    place-content: end
  }

  .lg\:place-content-between {
    place-content: space-between
  }

  .lg\:place-content-around {
    place-content: space-around
  }

  .lg\:place-content-evenly {
    place-content: space-evenly
  }

  .lg\:place-content-stretch {
    place-content: stretch
  }

  .lg\:place-self-auto {
    place-self: auto
  }

  .lg\:place-self-start {
    place-self: start
  }

  .lg\:place-self-end {
    place-self: end
  }

  .lg\:place-self-center {
    place-self: center
  }

  .lg\:place-self-stretch {
    place-self: stretch
  }

  .lg\:items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start
  }

  .lg\:items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end
  }

  .lg\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center
  }

  .lg\:items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline
  }

  .lg\:items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch
  }

  .lg\:content-center {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center
  }

  .lg\:content-start {
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start
  }

  .lg\:content-end {
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end
  }

  .lg\:content-between {
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between
  }

  .lg\:content-around {
    -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
            align-content: space-around
  }

  .lg\:content-evenly {
    -webkit-align-content: space-evenly;
        -ms-flex-line-pack: space-evenly;
            align-content: space-evenly
  }

  .lg\:self-auto {
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto
  }

  .lg\:self-start {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start
  }

  .lg\:self-end {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end
  }

  .lg\:self-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center
  }

  .lg\:self-stretch {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch
  }

  .lg\:justify-items-auto {
    justify-items: auto
  }

  .lg\:justify-items-start {
    justify-items: start
  }

  .lg\:justify-items-end {
    justify-items: end
  }

  .lg\:justify-items-center {
    justify-items: center
  }

  .lg\:justify-items-stretch {
    justify-items: stretch
  }

  .lg\:justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start
  }

  .lg\:justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end
  }

  .lg\:justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center
  }

  .lg\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between
  }

  .lg\:justify-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around
  }

  .lg\:justify-evenly {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly
  }

  .lg\:justify-self-auto {
    justify-self: auto
  }

  .lg\:justify-self-start {
    justify-self: start
  }

  .lg\:justify-self-end {
    justify-self: end
  }

  .lg\:justify-self-center {
    justify-self: center
  }

  .lg\:justify-self-stretch {
    justify-self: stretch
  }

  .lg\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%
  }

  .lg\:flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto
  }

  .lg\:flex-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto
  }

  .lg\:flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none
  }

  .lg\:flex-grow-0 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0
  }

  .lg\:flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1
  }

  .lg\:flex-shrink-0 {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0
  }

  .lg\:flex-shrink {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1
  }

  .lg\:order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1
  }

  .lg\:order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2
  }

  .lg\:order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3
  }

  .lg\:order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4
  }

  .lg\:order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5
  }

  .lg\:order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6
  }

  .lg\:order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7
  }

  .lg\:order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8
  }

  .lg\:order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9
  }

  .lg\:order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10
  }

  .lg\:order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11
  }

  .lg\:order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12
  }

  .lg\:order-first {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
        -ms-flex-order: -9999;
            order: -9999
  }

  .lg\:order-last {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
        -ms-flex-order: 9999;
            order: 9999
  }

  .lg\:order-none {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0
  }

  .lg\:float-right {
    float: right
  }

  .lg\:float-left {
    float: left
  }

  .lg\:float-none {
    float: none
  }

  .lg\:clearfix:after {
    content: "";
    display: table;
    clear: both
  }

  .lg\:clear-left {
    clear: left
  }

  .lg\:clear-right {
    clear: right
  }

  .lg\:clear-both {
    clear: both
  }

  .lg\:clear-none {
    clear: none
  }

  .lg\:font-default {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif
  }

  .lg\:font-heading {
    font-family: "Open Sans", sans-serif
  }

  .lg\:font-hairline {
    font-weight: 100
  }

  .lg\:font-thin {
    font-weight: 200
  }

  .lg\:font-light {
    font-weight: 300
  }

  .lg\:font-normal {
    font-weight: 400
  }

  .lg\:font-medium {
    font-weight: 500
  }

  .lg\:font-semibold {
    font-weight: 600
  }

  .lg\:font-bold {
    font-weight: 700
  }

  .lg\:font-extrabold {
    font-weight: 800
  }

  .lg\:font-black {
    font-weight: 900
  }

  .lg\:hover\:font-hairline:hover {
    font-weight: 100
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 200
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900
  }

  .lg\:focus\:font-hairline:focus {
    font-weight: 100
  }

  .lg\:focus\:font-thin:focus {
    font-weight: 200
  }

  .lg\:focus\:font-light:focus {
    font-weight: 300
  }

  .lg\:focus\:font-normal:focus {
    font-weight: 400
  }

  .lg\:focus\:font-medium:focus {
    font-weight: 500
  }

  .lg\:focus\:font-semibold:focus {
    font-weight: 600
  }

  .lg\:focus\:font-bold:focus {
    font-weight: 700
  }

  .lg\:focus\:font-extrabold:focus {
    font-weight: 800
  }

  .lg\:focus\:font-black:focus {
    font-weight: 900
  }

  .lg\:h-0 {
    height: 0
  }

  .lg\:h-1 {
    height: 5px
  }

  .lg\:h-2 {
    height: 10px
  }

  .lg\:h-3 {
    height: 15px
  }

  .lg\:h-4 {
    height: 20px
  }

  .lg\:h-5 {
    height: 25px
  }

  .lg\:h-6 {
    height: 30px
  }

  .lg\:h-7 {
    height: 35px
  }

  .lg\:h-8 {
    height: 40px
  }

  .lg\:h-9 {
    height: 45px
  }

  .lg\:h-10 {
    height: 50px
  }

  .lg\:h-11 {
    height: 55px
  }

  .lg\:h-12 {
    height: 60px
  }

  .lg\:h-13 {
    height: 65px
  }

  .lg\:h-14 {
    height: 70px
  }

  .lg\:h-15 {
    height: 75px
  }

  .lg\:h-16 {
    height: 80px
  }

  .lg\:h-17 {
    height: 85px
  }

  .lg\:h-18 {
    height: 90px
  }

  .lg\:h-19 {
    height: 95px
  }

  .lg\:h-20 {
    height: 100px
  }

  .lg\:h-auto {
    height: auto
  }

  .lg\:h-xxs {
    height: 8px
  }

  .lg\:h-xs {
    height: 12px
  }

  .lg\:h-sm {
    height: 24px
  }

  .lg\:h-md {
    height: 48px
  }

  .lg\:h-lg {
    height: 64px
  }

  .lg\:h-xl {
    height: 128px
  }

  .lg\:h-full {
    height: 100%
  }

  .lg\:h-screen {
    height: 100vh
  }

  .lg\:text-0 {
    font-size: 0px
  }

  .lg\:text-1 {
    font-size: 2px
  }

  .lg\:text-2 {
    font-size: 4px
  }

  .lg\:text-3 {
    font-size: 6px
  }

  .lg\:text-4 {
    font-size: 8px
  }

  .lg\:text-5 {
    font-size: 10px
  }

  .lg\:text-6 {
    font-size: 12px
  }

  .lg\:text-7 {
    font-size: 14px
  }

  .lg\:text-8 {
    font-size: 16px
  }

  .lg\:text-9 {
    font-size: 18px
  }

  .lg\:text-10 {
    font-size: 20px
  }

  .lg\:text-11 {
    font-size: 22px
  }

  .lg\:text-12 {
    font-size: 24px
  }

  .lg\:text-13 {
    font-size: 26px
  }

  .lg\:text-14 {
    font-size: 28px
  }

  .lg\:text-15 {
    font-size: 30px
  }

  .lg\:leading-none {
    line-height: 1
  }

  .lg\:leading-tight {
    line-height: 1.25
  }

  .lg\:leading-snug {
    line-height: 1.375
  }

  .lg\:leading-normal {
    line-height: 1.5
  }

  .lg\:leading-relaxed {
    line-height: 1.625
  }

  .lg\:leading-loose {
    line-height: 2
  }

  .lg\:list-inside {
    list-style-position: inside
  }

  .lg\:list-outside {
    list-style-position: outside
  }

  .lg\:list-none {
    list-style-type: none
  }

  .lg\:list-disc {
    list-style-type: disc
  }

  .lg\:list-decimal {
    list-style-type: decimal
  }

  .lg\:m-0 {
    margin: 0
  }

  .lg\:m-1 {
    margin: 5px
  }

  .lg\:m-2 {
    margin: 10px
  }

  .lg\:m-3 {
    margin: 15px
  }

  .lg\:m-4 {
    margin: 20px
  }

  .lg\:m-5 {
    margin: 25px
  }

  .lg\:m-6 {
    margin: 30px
  }

  .lg\:m-7 {
    margin: 35px
  }

  .lg\:m-8 {
    margin: 40px
  }

  .lg\:m-9 {
    margin: 45px
  }

  .lg\:m-10 {
    margin: 50px
  }

  .lg\:m-11 {
    margin: 55px
  }

  .lg\:m-12 {
    margin: 60px
  }

  .lg\:m-13 {
    margin: 65px
  }

  .lg\:m-14 {
    margin: 70px
  }

  .lg\:m-15 {
    margin: 75px
  }

  .lg\:m-16 {
    margin: 80px
  }

  .lg\:m-17 {
    margin: 85px
  }

  .lg\:m-18 {
    margin: 90px
  }

  .lg\:m-19 {
    margin: 95px
  }

  .lg\:m-20 {
    margin: 100px
  }

  .lg\:m-auto {
    margin: auto
  }

  .lg\:m-xxs {
    margin: 8px
  }

  .lg\:m-xs {
    margin: 12px
  }

  .lg\:m-sm {
    margin: 24px
  }

  .lg\:m-md {
    margin: 48px
  }

  .lg\:m-lg {
    margin: 64px
  }

  .lg\:m-xl {
    margin: 128px
  }

  .lg\:-m-1 {
    margin: -5px
  }

  .lg\:-m-2 {
    margin: -10px
  }

  .lg\:-m-3 {
    margin: -15px
  }

  .lg\:-m-4 {
    margin: -20px
  }

  .lg\:-m-5 {
    margin: -25px
  }

  .lg\:-m-6 {
    margin: -30px
  }

  .lg\:-m-7 {
    margin: -35px
  }

  .lg\:-m-8 {
    margin: -40px
  }

  .lg\:-m-9 {
    margin: -45px
  }

  .lg\:-m-10 {
    margin: -50px
  }

  .lg\:-m-11 {
    margin: -55px
  }

  .lg\:-m-12 {
    margin: -60px
  }

  .lg\:-m-13 {
    margin: -65px
  }

  .lg\:-m-14 {
    margin: -70px
  }

  .lg\:-m-15 {
    margin: -75px
  }

  .lg\:-m-16 {
    margin: -80px
  }

  .lg\:-m-17 {
    margin: -85px
  }

  .lg\:-m-18 {
    margin: -90px
  }

  .lg\:-m-19 {
    margin: -95px
  }

  .lg\:-m-20 {
    margin: -100px
  }

  .lg\:-m-xxs {
    margin: -8px
  }

  .lg\:-m-xs {
    margin: -12px
  }

  .lg\:-m-sm {
    margin: -24px
  }

  .lg\:-m-md {
    margin: -48px
  }

  .lg\:-m-lg {
    margin: -64px
  }

  .lg\:-m-xl {
    margin: -128px
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }

  .lg\:my-1 {
    margin-top: 5px;
    margin-bottom: 5px
  }

  .lg\:mx-1 {
    margin-left: 5px;
    margin-right: 5px
  }

  .lg\:my-2 {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .lg\:mx-2 {
    margin-left: 10px;
    margin-right: 10px
  }

  .lg\:my-3 {
    margin-top: 15px;
    margin-bottom: 15px
  }

  .lg\:mx-3 {
    margin-left: 15px;
    margin-right: 15px
  }

  .lg\:my-4 {
    margin-top: 20px;
    margin-bottom: 20px
  }

  .lg\:mx-4 {
    margin-left: 20px;
    margin-right: 20px
  }

  .lg\:my-5 {
    margin-top: 25px;
    margin-bottom: 25px
  }

  .lg\:mx-5 {
    margin-left: 25px;
    margin-right: 25px
  }

  .lg\:my-6 {
    margin-top: 30px;
    margin-bottom: 30px
  }

  .lg\:mx-6 {
    margin-left: 30px;
    margin-right: 30px
  }

  .lg\:my-7 {
    margin-top: 35px;
    margin-bottom: 35px
  }

  .lg\:mx-7 {
    margin-left: 35px;
    margin-right: 35px
  }

  .lg\:my-8 {
    margin-top: 40px;
    margin-bottom: 40px
  }

  .lg\:mx-8 {
    margin-left: 40px;
    margin-right: 40px
  }

  .lg\:my-9 {
    margin-top: 45px;
    margin-bottom: 45px
  }

  .lg\:mx-9 {
    margin-left: 45px;
    margin-right: 45px
  }

  .lg\:my-10 {
    margin-top: 50px;
    margin-bottom: 50px
  }

  .lg\:mx-10 {
    margin-left: 50px;
    margin-right: 50px
  }

  .lg\:my-11 {
    margin-top: 55px;
    margin-bottom: 55px
  }

  .lg\:mx-11 {
    margin-left: 55px;
    margin-right: 55px
  }

  .lg\:my-12 {
    margin-top: 60px;
    margin-bottom: 60px
  }

  .lg\:mx-12 {
    margin-left: 60px;
    margin-right: 60px
  }

  .lg\:my-13 {
    margin-top: 65px;
    margin-bottom: 65px
  }

  .lg\:mx-13 {
    margin-left: 65px;
    margin-right: 65px
  }

  .lg\:my-14 {
    margin-top: 70px;
    margin-bottom: 70px
  }

  .lg\:mx-14 {
    margin-left: 70px;
    margin-right: 70px
  }

  .lg\:my-15 {
    margin-top: 75px;
    margin-bottom: 75px
  }

  .lg\:mx-15 {
    margin-left: 75px;
    margin-right: 75px
  }

  .lg\:my-16 {
    margin-top: 80px;
    margin-bottom: 80px
  }

  .lg\:mx-16 {
    margin-left: 80px;
    margin-right: 80px
  }

  .lg\:my-17 {
    margin-top: 85px;
    margin-bottom: 85px
  }

  .lg\:mx-17 {
    margin-left: 85px;
    margin-right: 85px
  }

  .lg\:my-18 {
    margin-top: 90px;
    margin-bottom: 90px
  }

  .lg\:mx-18 {
    margin-left: 90px;
    margin-right: 90px
  }

  .lg\:my-19 {
    margin-top: 95px;
    margin-bottom: 95px
  }

  .lg\:mx-19 {
    margin-left: 95px;
    margin-right: 95px
  }

  .lg\:my-20 {
    margin-top: 100px;
    margin-bottom: 100px
  }

  .lg\:mx-20 {
    margin-left: 100px;
    margin-right: 100px
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }

  .lg\:my-xxs {
    margin-top: 8px;
    margin-bottom: 8px
  }

  .lg\:mx-xxs {
    margin-left: 8px;
    margin-right: 8px
  }

  .lg\:my-xs {
    margin-top: 12px;
    margin-bottom: 12px
  }

  .lg\:mx-xs {
    margin-left: 12px;
    margin-right: 12px
  }

  .lg\:my-sm {
    margin-top: 24px;
    margin-bottom: 24px
  }

  .lg\:mx-sm {
    margin-left: 24px;
    margin-right: 24px
  }

  .lg\:my-md {
    margin-top: 48px;
    margin-bottom: 48px
  }

  .lg\:mx-md {
    margin-left: 48px;
    margin-right: 48px
  }

  .lg\:my-lg {
    margin-top: 64px;
    margin-bottom: 64px
  }

  .lg\:mx-lg {
    margin-left: 64px;
    margin-right: 64px
  }

  .lg\:my-xl {
    margin-top: 128px;
    margin-bottom: 128px
  }

  .lg\:mx-xl {
    margin-left: 128px;
    margin-right: 128px
  }

  .lg\:-my-1 {
    margin-top: -5px;
    margin-bottom: -5px
  }

  .lg\:-mx-1 {
    margin-left: -5px;
    margin-right: -5px
  }

  .lg\:-my-2 {
    margin-top: -10px;
    margin-bottom: -10px
  }

  .lg\:-mx-2 {
    margin-left: -10px;
    margin-right: -10px
  }

  .lg\:-my-3 {
    margin-top: -15px;
    margin-bottom: -15px
  }

  .lg\:-mx-3 {
    margin-left: -15px;
    margin-right: -15px
  }

  .lg\:-my-4 {
    margin-top: -20px;
    margin-bottom: -20px
  }

  .lg\:-mx-4 {
    margin-left: -20px;
    margin-right: -20px
  }

  .lg\:-my-5 {
    margin-top: -25px;
    margin-bottom: -25px
  }

  .lg\:-mx-5 {
    margin-left: -25px;
    margin-right: -25px
  }

  .lg\:-my-6 {
    margin-top: -30px;
    margin-bottom: -30px
  }

  .lg\:-mx-6 {
    margin-left: -30px;
    margin-right: -30px
  }

  .lg\:-my-7 {
    margin-top: -35px;
    margin-bottom: -35px
  }

  .lg\:-mx-7 {
    margin-left: -35px;
    margin-right: -35px
  }

  .lg\:-my-8 {
    margin-top: -40px;
    margin-bottom: -40px
  }

  .lg\:-mx-8 {
    margin-left: -40px;
    margin-right: -40px
  }

  .lg\:-my-9 {
    margin-top: -45px;
    margin-bottom: -45px
  }

  .lg\:-mx-9 {
    margin-left: -45px;
    margin-right: -45px
  }

  .lg\:-my-10 {
    margin-top: -50px;
    margin-bottom: -50px
  }

  .lg\:-mx-10 {
    margin-left: -50px;
    margin-right: -50px
  }

  .lg\:-my-11 {
    margin-top: -55px;
    margin-bottom: -55px
  }

  .lg\:-mx-11 {
    margin-left: -55px;
    margin-right: -55px
  }

  .lg\:-my-12 {
    margin-top: -60px;
    margin-bottom: -60px
  }

  .lg\:-mx-12 {
    margin-left: -60px;
    margin-right: -60px
  }

  .lg\:-my-13 {
    margin-top: -65px;
    margin-bottom: -65px
  }

  .lg\:-mx-13 {
    margin-left: -65px;
    margin-right: -65px
  }

  .lg\:-my-14 {
    margin-top: -70px;
    margin-bottom: -70px
  }

  .lg\:-mx-14 {
    margin-left: -70px;
    margin-right: -70px
  }

  .lg\:-my-15 {
    margin-top: -75px;
    margin-bottom: -75px
  }

  .lg\:-mx-15 {
    margin-left: -75px;
    margin-right: -75px
  }

  .lg\:-my-16 {
    margin-top: -80px;
    margin-bottom: -80px
  }

  .lg\:-mx-16 {
    margin-left: -80px;
    margin-right: -80px
  }

  .lg\:-my-17 {
    margin-top: -85px;
    margin-bottom: -85px
  }

  .lg\:-mx-17 {
    margin-left: -85px;
    margin-right: -85px
  }

  .lg\:-my-18 {
    margin-top: -90px;
    margin-bottom: -90px
  }

  .lg\:-mx-18 {
    margin-left: -90px;
    margin-right: -90px
  }

  .lg\:-my-19 {
    margin-top: -95px;
    margin-bottom: -95px
  }

  .lg\:-mx-19 {
    margin-left: -95px;
    margin-right: -95px
  }

  .lg\:-my-20 {
    margin-top: -100px;
    margin-bottom: -100px
  }

  .lg\:-mx-20 {
    margin-left: -100px;
    margin-right: -100px
  }

  .lg\:-my-xxs {
    margin-top: -8px;
    margin-bottom: -8px
  }

  .lg\:-mx-xxs {
    margin-left: -8px;
    margin-right: -8px
  }

  .lg\:-my-xs {
    margin-top: -12px;
    margin-bottom: -12px
  }

  .lg\:-mx-xs {
    margin-left: -12px;
    margin-right: -12px
  }

  .lg\:-my-sm {
    margin-top: -24px;
    margin-bottom: -24px
  }

  .lg\:-mx-sm {
    margin-left: -24px;
    margin-right: -24px
  }

  .lg\:-my-md {
    margin-top: -48px;
    margin-bottom: -48px
  }

  .lg\:-mx-md {
    margin-left: -48px;
    margin-right: -48px
  }

  .lg\:-my-lg {
    margin-top: -64px;
    margin-bottom: -64px
  }

  .lg\:-mx-lg {
    margin-left: -64px;
    margin-right: -64px
  }

  .lg\:-my-xl {
    margin-top: -128px;
    margin-bottom: -128px
  }

  .lg\:-mx-xl {
    margin-left: -128px;
    margin-right: -128px
  }

  .lg\:mt-0 {
    margin-top: 0
  }

  .lg\:mr-0 {
    margin-right: 0
  }

  .lg\:mb-0 {
    margin-bottom: 0
  }

  .lg\:ml-0 {
    margin-left: 0
  }

  .lg\:mt-1 {
    margin-top: 5px
  }

  .lg\:mr-1 {
    margin-right: 5px
  }

  .lg\:mb-1 {
    margin-bottom: 5px
  }

  .lg\:ml-1 {
    margin-left: 5px
  }

  .lg\:mt-2 {
    margin-top: 10px
  }

  .lg\:mr-2 {
    margin-right: 10px
  }

  .lg\:mb-2 {
    margin-bottom: 10px
  }

  .lg\:ml-2 {
    margin-left: 10px
  }

  .lg\:mt-3 {
    margin-top: 15px
  }

  .lg\:mr-3 {
    margin-right: 15px
  }

  .lg\:mb-3 {
    margin-bottom: 15px
  }

  .lg\:ml-3 {
    margin-left: 15px
  }

  .lg\:mt-4 {
    margin-top: 20px
  }

  .lg\:mr-4 {
    margin-right: 20px
  }

  .lg\:mb-4 {
    margin-bottom: 20px
  }

  .lg\:ml-4 {
    margin-left: 20px
  }

  .lg\:mt-5 {
    margin-top: 25px
  }

  .lg\:mr-5 {
    margin-right: 25px
  }

  .lg\:mb-5 {
    margin-bottom: 25px
  }

  .lg\:ml-5 {
    margin-left: 25px
  }

  .lg\:mt-6 {
    margin-top: 30px
  }

  .lg\:mr-6 {
    margin-right: 30px
  }

  .lg\:mb-6 {
    margin-bottom: 30px
  }

  .lg\:ml-6 {
    margin-left: 30px
  }

  .lg\:mt-7 {
    margin-top: 35px
  }

  .lg\:mr-7 {
    margin-right: 35px
  }

  .lg\:mb-7 {
    margin-bottom: 35px
  }

  .lg\:ml-7 {
    margin-left: 35px
  }

  .lg\:mt-8 {
    margin-top: 40px
  }

  .lg\:mr-8 {
    margin-right: 40px
  }

  .lg\:mb-8 {
    margin-bottom: 40px
  }

  .lg\:ml-8 {
    margin-left: 40px
  }

  .lg\:mt-9 {
    margin-top: 45px
  }

  .lg\:mr-9 {
    margin-right: 45px
  }

  .lg\:mb-9 {
    margin-bottom: 45px
  }

  .lg\:ml-9 {
    margin-left: 45px
  }

  .lg\:mt-10 {
    margin-top: 50px
  }

  .lg\:mr-10 {
    margin-right: 50px
  }

  .lg\:mb-10 {
    margin-bottom: 50px
  }

  .lg\:ml-10 {
    margin-left: 50px
  }

  .lg\:mt-11 {
    margin-top: 55px
  }

  .lg\:mr-11 {
    margin-right: 55px
  }

  .lg\:mb-11 {
    margin-bottom: 55px
  }

  .lg\:ml-11 {
    margin-left: 55px
  }

  .lg\:mt-12 {
    margin-top: 60px
  }

  .lg\:mr-12 {
    margin-right: 60px
  }

  .lg\:mb-12 {
    margin-bottom: 60px
  }

  .lg\:ml-12 {
    margin-left: 60px
  }

  .lg\:mt-13 {
    margin-top: 65px
  }

  .lg\:mr-13 {
    margin-right: 65px
  }

  .lg\:mb-13 {
    margin-bottom: 65px
  }

  .lg\:ml-13 {
    margin-left: 65px
  }

  .lg\:mt-14 {
    margin-top: 70px
  }

  .lg\:mr-14 {
    margin-right: 70px
  }

  .lg\:mb-14 {
    margin-bottom: 70px
  }

  .lg\:ml-14 {
    margin-left: 70px
  }

  .lg\:mt-15 {
    margin-top: 75px
  }

  .lg\:mr-15 {
    margin-right: 75px
  }

  .lg\:mb-15 {
    margin-bottom: 75px
  }

  .lg\:ml-15 {
    margin-left: 75px
  }

  .lg\:mt-16 {
    margin-top: 80px
  }

  .lg\:mr-16 {
    margin-right: 80px
  }

  .lg\:mb-16 {
    margin-bottom: 80px
  }

  .lg\:ml-16 {
    margin-left: 80px
  }

  .lg\:mt-17 {
    margin-top: 85px
  }

  .lg\:mr-17 {
    margin-right: 85px
  }

  .lg\:mb-17 {
    margin-bottom: 85px
  }

  .lg\:ml-17 {
    margin-left: 85px
  }

  .lg\:mt-18 {
    margin-top: 90px
  }

  .lg\:mr-18 {
    margin-right: 90px
  }

  .lg\:mb-18 {
    margin-bottom: 90px
  }

  .lg\:ml-18 {
    margin-left: 90px
  }

  .lg\:mt-19 {
    margin-top: 95px
  }

  .lg\:mr-19 {
    margin-right: 95px
  }

  .lg\:mb-19 {
    margin-bottom: 95px
  }

  .lg\:ml-19 {
    margin-left: 95px
  }

  .lg\:mt-20 {
    margin-top: 100px
  }

  .lg\:mr-20 {
    margin-right: 100px
  }

  .lg\:mb-20 {
    margin-bottom: 100px
  }

  .lg\:ml-20 {
    margin-left: 100px
  }

  .lg\:mt-auto {
    margin-top: auto
  }

  .lg\:mr-auto {
    margin-right: auto
  }

  .lg\:mb-auto {
    margin-bottom: auto
  }

  .lg\:ml-auto {
    margin-left: auto
  }

  .lg\:mt-xxs {
    margin-top: 8px
  }

  .lg\:mr-xxs {
    margin-right: 8px
  }

  .lg\:mb-xxs {
    margin-bottom: 8px
  }

  .lg\:ml-xxs {
    margin-left: 8px
  }

  .lg\:mt-xs {
    margin-top: 12px
  }

  .lg\:mr-xs {
    margin-right: 12px
  }

  .lg\:mb-xs {
    margin-bottom: 12px
  }

  .lg\:ml-xs {
    margin-left: 12px
  }

  .lg\:mt-sm {
    margin-top: 24px
  }

  .lg\:mr-sm {
    margin-right: 24px
  }

  .lg\:mb-sm {
    margin-bottom: 24px
  }

  .lg\:ml-sm {
    margin-left: 24px
  }

  .lg\:mt-md {
    margin-top: 48px
  }

  .lg\:mr-md {
    margin-right: 48px
  }

  .lg\:mb-md {
    margin-bottom: 48px
  }

  .lg\:ml-md {
    margin-left: 48px
  }

  .lg\:mt-lg {
    margin-top: 64px
  }

  .lg\:mr-lg {
    margin-right: 64px
  }

  .lg\:mb-lg {
    margin-bottom: 64px
  }

  .lg\:ml-lg {
    margin-left: 64px
  }

  .lg\:mt-xl {
    margin-top: 128px
  }

  .lg\:mr-xl {
    margin-right: 128px
  }

  .lg\:mb-xl {
    margin-bottom: 128px
  }

  .lg\:ml-xl {
    margin-left: 128px
  }

  .lg\:-mt-1 {
    margin-top: -5px
  }

  .lg\:-mr-1 {
    margin-right: -5px
  }

  .lg\:-mb-1 {
    margin-bottom: -5px
  }

  .lg\:-ml-1 {
    margin-left: -5px
  }

  .lg\:-mt-2 {
    margin-top: -10px
  }

  .lg\:-mr-2 {
    margin-right: -10px
  }

  .lg\:-mb-2 {
    margin-bottom: -10px
  }

  .lg\:-ml-2 {
    margin-left: -10px
  }

  .lg\:-mt-3 {
    margin-top: -15px
  }

  .lg\:-mr-3 {
    margin-right: -15px
  }

  .lg\:-mb-3 {
    margin-bottom: -15px
  }

  .lg\:-ml-3 {
    margin-left: -15px
  }

  .lg\:-mt-4 {
    margin-top: -20px
  }

  .lg\:-mr-4 {
    margin-right: -20px
  }

  .lg\:-mb-4 {
    margin-bottom: -20px
  }

  .lg\:-ml-4 {
    margin-left: -20px
  }

  .lg\:-mt-5 {
    margin-top: -25px
  }

  .lg\:-mr-5 {
    margin-right: -25px
  }

  .lg\:-mb-5 {
    margin-bottom: -25px
  }

  .lg\:-ml-5 {
    margin-left: -25px
  }

  .lg\:-mt-6 {
    margin-top: -30px
  }

  .lg\:-mr-6 {
    margin-right: -30px
  }

  .lg\:-mb-6 {
    margin-bottom: -30px
  }

  .lg\:-ml-6 {
    margin-left: -30px
  }

  .lg\:-mt-7 {
    margin-top: -35px
  }

  .lg\:-mr-7 {
    margin-right: -35px
  }

  .lg\:-mb-7 {
    margin-bottom: -35px
  }

  .lg\:-ml-7 {
    margin-left: -35px
  }

  .lg\:-mt-8 {
    margin-top: -40px
  }

  .lg\:-mr-8 {
    margin-right: -40px
  }

  .lg\:-mb-8 {
    margin-bottom: -40px
  }

  .lg\:-ml-8 {
    margin-left: -40px
  }

  .lg\:-mt-9 {
    margin-top: -45px
  }

  .lg\:-mr-9 {
    margin-right: -45px
  }

  .lg\:-mb-9 {
    margin-bottom: -45px
  }

  .lg\:-ml-9 {
    margin-left: -45px
  }

  .lg\:-mt-10 {
    margin-top: -50px
  }

  .lg\:-mr-10 {
    margin-right: -50px
  }

  .lg\:-mb-10 {
    margin-bottom: -50px
  }

  .lg\:-ml-10 {
    margin-left: -50px
  }

  .lg\:-mt-11 {
    margin-top: -55px
  }

  .lg\:-mr-11 {
    margin-right: -55px
  }

  .lg\:-mb-11 {
    margin-bottom: -55px
  }

  .lg\:-ml-11 {
    margin-left: -55px
  }

  .lg\:-mt-12 {
    margin-top: -60px
  }

  .lg\:-mr-12 {
    margin-right: -60px
  }

  .lg\:-mb-12 {
    margin-bottom: -60px
  }

  .lg\:-ml-12 {
    margin-left: -60px
  }

  .lg\:-mt-13 {
    margin-top: -65px
  }

  .lg\:-mr-13 {
    margin-right: -65px
  }

  .lg\:-mb-13 {
    margin-bottom: -65px
  }

  .lg\:-ml-13 {
    margin-left: -65px
  }

  .lg\:-mt-14 {
    margin-top: -70px
  }

  .lg\:-mr-14 {
    margin-right: -70px
  }

  .lg\:-mb-14 {
    margin-bottom: -70px
  }

  .lg\:-ml-14 {
    margin-left: -70px
  }

  .lg\:-mt-15 {
    margin-top: -75px
  }

  .lg\:-mr-15 {
    margin-right: -75px
  }

  .lg\:-mb-15 {
    margin-bottom: -75px
  }

  .lg\:-ml-15 {
    margin-left: -75px
  }

  .lg\:-mt-16 {
    margin-top: -80px
  }

  .lg\:-mr-16 {
    margin-right: -80px
  }

  .lg\:-mb-16 {
    margin-bottom: -80px
  }

  .lg\:-ml-16 {
    margin-left: -80px
  }

  .lg\:-mt-17 {
    margin-top: -85px
  }

  .lg\:-mr-17 {
    margin-right: -85px
  }

  .lg\:-mb-17 {
    margin-bottom: -85px
  }

  .lg\:-ml-17 {
    margin-left: -85px
  }

  .lg\:-mt-18 {
    margin-top: -90px
  }

  .lg\:-mr-18 {
    margin-right: -90px
  }

  .lg\:-mb-18 {
    margin-bottom: -90px
  }

  .lg\:-ml-18 {
    margin-left: -90px
  }

  .lg\:-mt-19 {
    margin-top: -95px
  }

  .lg\:-mr-19 {
    margin-right: -95px
  }

  .lg\:-mb-19 {
    margin-bottom: -95px
  }

  .lg\:-ml-19 {
    margin-left: -95px
  }

  .lg\:-mt-20 {
    margin-top: -100px
  }

  .lg\:-mr-20 {
    margin-right: -100px
  }

  .lg\:-mb-20 {
    margin-bottom: -100px
  }

  .lg\:-ml-20 {
    margin-left: -100px
  }

  .lg\:-mt-xxs {
    margin-top: -8px
  }

  .lg\:-mr-xxs {
    margin-right: -8px
  }

  .lg\:-mb-xxs {
    margin-bottom: -8px
  }

  .lg\:-ml-xxs {
    margin-left: -8px
  }

  .lg\:-mt-xs {
    margin-top: -12px
  }

  .lg\:-mr-xs {
    margin-right: -12px
  }

  .lg\:-mb-xs {
    margin-bottom: -12px
  }

  .lg\:-ml-xs {
    margin-left: -12px
  }

  .lg\:-mt-sm {
    margin-top: -24px
  }

  .lg\:-mr-sm {
    margin-right: -24px
  }

  .lg\:-mb-sm {
    margin-bottom: -24px
  }

  .lg\:-ml-sm {
    margin-left: -24px
  }

  .lg\:-mt-md {
    margin-top: -48px
  }

  .lg\:-mr-md {
    margin-right: -48px
  }

  .lg\:-mb-md {
    margin-bottom: -48px
  }

  .lg\:-ml-md {
    margin-left: -48px
  }

  .lg\:-mt-lg {
    margin-top: -64px
  }

  .lg\:-mr-lg {
    margin-right: -64px
  }

  .lg\:-mb-lg {
    margin-bottom: -64px
  }

  .lg\:-ml-lg {
    margin-left: -64px
  }

  .lg\:-mt-xl {
    margin-top: -128px
  }

  .lg\:-mr-xl {
    margin-right: -128px
  }

  .lg\:-mb-xl {
    margin-bottom: -128px
  }

  .lg\:-ml-xl {
    margin-left: -128px
  }

  .lg\:first\:m-0:first-child {
    margin: 0
  }

  .lg\:first\:m-1:first-child {
    margin: 5px
  }

  .lg\:first\:m-2:first-child {
    margin: 10px
  }

  .lg\:first\:m-3:first-child {
    margin: 15px
  }

  .lg\:first\:m-4:first-child {
    margin: 20px
  }

  .lg\:first\:m-5:first-child {
    margin: 25px
  }

  .lg\:first\:m-6:first-child {
    margin: 30px
  }

  .lg\:first\:m-7:first-child {
    margin: 35px
  }

  .lg\:first\:m-8:first-child {
    margin: 40px
  }

  .lg\:first\:m-9:first-child {
    margin: 45px
  }

  .lg\:first\:m-10:first-child {
    margin: 50px
  }

  .lg\:first\:m-11:first-child {
    margin: 55px
  }

  .lg\:first\:m-12:first-child {
    margin: 60px
  }

  .lg\:first\:m-13:first-child {
    margin: 65px
  }

  .lg\:first\:m-14:first-child {
    margin: 70px
  }

  .lg\:first\:m-15:first-child {
    margin: 75px
  }

  .lg\:first\:m-16:first-child {
    margin: 80px
  }

  .lg\:first\:m-17:first-child {
    margin: 85px
  }

  .lg\:first\:m-18:first-child {
    margin: 90px
  }

  .lg\:first\:m-19:first-child {
    margin: 95px
  }

  .lg\:first\:m-20:first-child {
    margin: 100px
  }

  .lg\:first\:m-auto:first-child {
    margin: auto
  }

  .lg\:first\:m-xxs:first-child {
    margin: 8px
  }

  .lg\:first\:m-xs:first-child {
    margin: 12px
  }

  .lg\:first\:m-sm:first-child {
    margin: 24px
  }

  .lg\:first\:m-md:first-child {
    margin: 48px
  }

  .lg\:first\:m-lg:first-child {
    margin: 64px
  }

  .lg\:first\:m-xl:first-child {
    margin: 128px
  }

  .lg\:first\:-m-1:first-child {
    margin: -5px
  }

  .lg\:first\:-m-2:first-child {
    margin: -10px
  }

  .lg\:first\:-m-3:first-child {
    margin: -15px
  }

  .lg\:first\:-m-4:first-child {
    margin: -20px
  }

  .lg\:first\:-m-5:first-child {
    margin: -25px
  }

  .lg\:first\:-m-6:first-child {
    margin: -30px
  }

  .lg\:first\:-m-7:first-child {
    margin: -35px
  }

  .lg\:first\:-m-8:first-child {
    margin: -40px
  }

  .lg\:first\:-m-9:first-child {
    margin: -45px
  }

  .lg\:first\:-m-10:first-child {
    margin: -50px
  }

  .lg\:first\:-m-11:first-child {
    margin: -55px
  }

  .lg\:first\:-m-12:first-child {
    margin: -60px
  }

  .lg\:first\:-m-13:first-child {
    margin: -65px
  }

  .lg\:first\:-m-14:first-child {
    margin: -70px
  }

  .lg\:first\:-m-15:first-child {
    margin: -75px
  }

  .lg\:first\:-m-16:first-child {
    margin: -80px
  }

  .lg\:first\:-m-17:first-child {
    margin: -85px
  }

  .lg\:first\:-m-18:first-child {
    margin: -90px
  }

  .lg\:first\:-m-19:first-child {
    margin: -95px
  }

  .lg\:first\:-m-20:first-child {
    margin: -100px
  }

  .lg\:first\:-m-xxs:first-child {
    margin: -8px
  }

  .lg\:first\:-m-xs:first-child {
    margin: -12px
  }

  .lg\:first\:-m-sm:first-child {
    margin: -24px
  }

  .lg\:first\:-m-md:first-child {
    margin: -48px
  }

  .lg\:first\:-m-lg:first-child {
    margin: -64px
  }

  .lg\:first\:-m-xl:first-child {
    margin: -128px
  }

  .lg\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0
  }

  .lg\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0
  }

  .lg\:first\:my-1:first-child {
    margin-top: 5px;
    margin-bottom: 5px
  }

  .lg\:first\:mx-1:first-child {
    margin-left: 5px;
    margin-right: 5px
  }

  .lg\:first\:my-2:first-child {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .lg\:first\:mx-2:first-child {
    margin-left: 10px;
    margin-right: 10px
  }

  .lg\:first\:my-3:first-child {
    margin-top: 15px;
    margin-bottom: 15px
  }

  .lg\:first\:mx-3:first-child {
    margin-left: 15px;
    margin-right: 15px
  }

  .lg\:first\:my-4:first-child {
    margin-top: 20px;
    margin-bottom: 20px
  }

  .lg\:first\:mx-4:first-child {
    margin-left: 20px;
    margin-right: 20px
  }

  .lg\:first\:my-5:first-child {
    margin-top: 25px;
    margin-bottom: 25px
  }

  .lg\:first\:mx-5:first-child {
    margin-left: 25px;
    margin-right: 25px
  }

  .lg\:first\:my-6:first-child {
    margin-top: 30px;
    margin-bottom: 30px
  }

  .lg\:first\:mx-6:first-child {
    margin-left: 30px;
    margin-right: 30px
  }

  .lg\:first\:my-7:first-child {
    margin-top: 35px;
    margin-bottom: 35px
  }

  .lg\:first\:mx-7:first-child {
    margin-left: 35px;
    margin-right: 35px
  }

  .lg\:first\:my-8:first-child {
    margin-top: 40px;
    margin-bottom: 40px
  }

  .lg\:first\:mx-8:first-child {
    margin-left: 40px;
    margin-right: 40px
  }

  .lg\:first\:my-9:first-child {
    margin-top: 45px;
    margin-bottom: 45px
  }

  .lg\:first\:mx-9:first-child {
    margin-left: 45px;
    margin-right: 45px
  }

  .lg\:first\:my-10:first-child {
    margin-top: 50px;
    margin-bottom: 50px
  }

  .lg\:first\:mx-10:first-child {
    margin-left: 50px;
    margin-right: 50px
  }

  .lg\:first\:my-11:first-child {
    margin-top: 55px;
    margin-bottom: 55px
  }

  .lg\:first\:mx-11:first-child {
    margin-left: 55px;
    margin-right: 55px
  }

  .lg\:first\:my-12:first-child {
    margin-top: 60px;
    margin-bottom: 60px
  }

  .lg\:first\:mx-12:first-child {
    margin-left: 60px;
    margin-right: 60px
  }

  .lg\:first\:my-13:first-child {
    margin-top: 65px;
    margin-bottom: 65px
  }

  .lg\:first\:mx-13:first-child {
    margin-left: 65px;
    margin-right: 65px
  }

  .lg\:first\:my-14:first-child {
    margin-top: 70px;
    margin-bottom: 70px
  }

  .lg\:first\:mx-14:first-child {
    margin-left: 70px;
    margin-right: 70px
  }

  .lg\:first\:my-15:first-child {
    margin-top: 75px;
    margin-bottom: 75px
  }

  .lg\:first\:mx-15:first-child {
    margin-left: 75px;
    margin-right: 75px
  }

  .lg\:first\:my-16:first-child {
    margin-top: 80px;
    margin-bottom: 80px
  }

  .lg\:first\:mx-16:first-child {
    margin-left: 80px;
    margin-right: 80px
  }

  .lg\:first\:my-17:first-child {
    margin-top: 85px;
    margin-bottom: 85px
  }

  .lg\:first\:mx-17:first-child {
    margin-left: 85px;
    margin-right: 85px
  }

  .lg\:first\:my-18:first-child {
    margin-top: 90px;
    margin-bottom: 90px
  }

  .lg\:first\:mx-18:first-child {
    margin-left: 90px;
    margin-right: 90px
  }

  .lg\:first\:my-19:first-child {
    margin-top: 95px;
    margin-bottom: 95px
  }

  .lg\:first\:mx-19:first-child {
    margin-left: 95px;
    margin-right: 95px
  }

  .lg\:first\:my-20:first-child {
    margin-top: 100px;
    margin-bottom: 100px
  }

  .lg\:first\:mx-20:first-child {
    margin-left: 100px;
    margin-right: 100px
  }

  .lg\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto
  }

  .lg\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto
  }

  .lg\:first\:my-xxs:first-child {
    margin-top: 8px;
    margin-bottom: 8px
  }

  .lg\:first\:mx-xxs:first-child {
    margin-left: 8px;
    margin-right: 8px
  }

  .lg\:first\:my-xs:first-child {
    margin-top: 12px;
    margin-bottom: 12px
  }

  .lg\:first\:mx-xs:first-child {
    margin-left: 12px;
    margin-right: 12px
  }

  .lg\:first\:my-sm:first-child {
    margin-top: 24px;
    margin-bottom: 24px
  }

  .lg\:first\:mx-sm:first-child {
    margin-left: 24px;
    margin-right: 24px
  }

  .lg\:first\:my-md:first-child {
    margin-top: 48px;
    margin-bottom: 48px
  }

  .lg\:first\:mx-md:first-child {
    margin-left: 48px;
    margin-right: 48px
  }

  .lg\:first\:my-lg:first-child {
    margin-top: 64px;
    margin-bottom: 64px
  }

  .lg\:first\:mx-lg:first-child {
    margin-left: 64px;
    margin-right: 64px
  }

  .lg\:first\:my-xl:first-child {
    margin-top: 128px;
    margin-bottom: 128px
  }

  .lg\:first\:mx-xl:first-child {
    margin-left: 128px;
    margin-right: 128px
  }

  .lg\:first\:-my-1:first-child {
    margin-top: -5px;
    margin-bottom: -5px
  }

  .lg\:first\:-mx-1:first-child {
    margin-left: -5px;
    margin-right: -5px
  }

  .lg\:first\:-my-2:first-child {
    margin-top: -10px;
    margin-bottom: -10px
  }

  .lg\:first\:-mx-2:first-child {
    margin-left: -10px;
    margin-right: -10px
  }

  .lg\:first\:-my-3:first-child {
    margin-top: -15px;
    margin-bottom: -15px
  }

  .lg\:first\:-mx-3:first-child {
    margin-left: -15px;
    margin-right: -15px
  }

  .lg\:first\:-my-4:first-child {
    margin-top: -20px;
    margin-bottom: -20px
  }

  .lg\:first\:-mx-4:first-child {
    margin-left: -20px;
    margin-right: -20px
  }

  .lg\:first\:-my-5:first-child {
    margin-top: -25px;
    margin-bottom: -25px
  }

  .lg\:first\:-mx-5:first-child {
    margin-left: -25px;
    margin-right: -25px
  }

  .lg\:first\:-my-6:first-child {
    margin-top: -30px;
    margin-bottom: -30px
  }

  .lg\:first\:-mx-6:first-child {
    margin-left: -30px;
    margin-right: -30px
  }

  .lg\:first\:-my-7:first-child {
    margin-top: -35px;
    margin-bottom: -35px
  }

  .lg\:first\:-mx-7:first-child {
    margin-left: -35px;
    margin-right: -35px
  }

  .lg\:first\:-my-8:first-child {
    margin-top: -40px;
    margin-bottom: -40px
  }

  .lg\:first\:-mx-8:first-child {
    margin-left: -40px;
    margin-right: -40px
  }

  .lg\:first\:-my-9:first-child {
    margin-top: -45px;
    margin-bottom: -45px
  }

  .lg\:first\:-mx-9:first-child {
    margin-left: -45px;
    margin-right: -45px
  }

  .lg\:first\:-my-10:first-child {
    margin-top: -50px;
    margin-bottom: -50px
  }

  .lg\:first\:-mx-10:first-child {
    margin-left: -50px;
    margin-right: -50px
  }

  .lg\:first\:-my-11:first-child {
    margin-top: -55px;
    margin-bottom: -55px
  }

  .lg\:first\:-mx-11:first-child {
    margin-left: -55px;
    margin-right: -55px
  }

  .lg\:first\:-my-12:first-child {
    margin-top: -60px;
    margin-bottom: -60px
  }

  .lg\:first\:-mx-12:first-child {
    margin-left: -60px;
    margin-right: -60px
  }

  .lg\:first\:-my-13:first-child {
    margin-top: -65px;
    margin-bottom: -65px
  }

  .lg\:first\:-mx-13:first-child {
    margin-left: -65px;
    margin-right: -65px
  }

  .lg\:first\:-my-14:first-child {
    margin-top: -70px;
    margin-bottom: -70px
  }

  .lg\:first\:-mx-14:first-child {
    margin-left: -70px;
    margin-right: -70px
  }

  .lg\:first\:-my-15:first-child {
    margin-top: -75px;
    margin-bottom: -75px
  }

  .lg\:first\:-mx-15:first-child {
    margin-left: -75px;
    margin-right: -75px
  }

  .lg\:first\:-my-16:first-child {
    margin-top: -80px;
    margin-bottom: -80px
  }

  .lg\:first\:-mx-16:first-child {
    margin-left: -80px;
    margin-right: -80px
  }

  .lg\:first\:-my-17:first-child {
    margin-top: -85px;
    margin-bottom: -85px
  }

  .lg\:first\:-mx-17:first-child {
    margin-left: -85px;
    margin-right: -85px
  }

  .lg\:first\:-my-18:first-child {
    margin-top: -90px;
    margin-bottom: -90px
  }

  .lg\:first\:-mx-18:first-child {
    margin-left: -90px;
    margin-right: -90px
  }

  .lg\:first\:-my-19:first-child {
    margin-top: -95px;
    margin-bottom: -95px
  }

  .lg\:first\:-mx-19:first-child {
    margin-left: -95px;
    margin-right: -95px
  }

  .lg\:first\:-my-20:first-child {
    margin-top: -100px;
    margin-bottom: -100px
  }

  .lg\:first\:-mx-20:first-child {
    margin-left: -100px;
    margin-right: -100px
  }

  .lg\:first\:-my-xxs:first-child {
    margin-top: -8px;
    margin-bottom: -8px
  }

  .lg\:first\:-mx-xxs:first-child {
    margin-left: -8px;
    margin-right: -8px
  }

  .lg\:first\:-my-xs:first-child {
    margin-top: -12px;
    margin-bottom: -12px
  }

  .lg\:first\:-mx-xs:first-child {
    margin-left: -12px;
    margin-right: -12px
  }

  .lg\:first\:-my-sm:first-child {
    margin-top: -24px;
    margin-bottom: -24px
  }

  .lg\:first\:-mx-sm:first-child {
    margin-left: -24px;
    margin-right: -24px
  }

  .lg\:first\:-my-md:first-child {
    margin-top: -48px;
    margin-bottom: -48px
  }

  .lg\:first\:-mx-md:first-child {
    margin-left: -48px;
    margin-right: -48px
  }

  .lg\:first\:-my-lg:first-child {
    margin-top: -64px;
    margin-bottom: -64px
  }

  .lg\:first\:-mx-lg:first-child {
    margin-left: -64px;
    margin-right: -64px
  }

  .lg\:first\:-my-xl:first-child {
    margin-top: -128px;
    margin-bottom: -128px
  }

  .lg\:first\:-mx-xl:first-child {
    margin-left: -128px;
    margin-right: -128px
  }

  .lg\:first\:mt-0:first-child {
    margin-top: 0
  }

  .lg\:first\:mr-0:first-child {
    margin-right: 0
  }

  .lg\:first\:mb-0:first-child {
    margin-bottom: 0
  }

  .lg\:first\:ml-0:first-child {
    margin-left: 0
  }

  .lg\:first\:mt-1:first-child {
    margin-top: 5px
  }

  .lg\:first\:mr-1:first-child {
    margin-right: 5px
  }

  .lg\:first\:mb-1:first-child {
    margin-bottom: 5px
  }

  .lg\:first\:ml-1:first-child {
    margin-left: 5px
  }

  .lg\:first\:mt-2:first-child {
    margin-top: 10px
  }

  .lg\:first\:mr-2:first-child {
    margin-right: 10px
  }

  .lg\:first\:mb-2:first-child {
    margin-bottom: 10px
  }

  .lg\:first\:ml-2:first-child {
    margin-left: 10px
  }

  .lg\:first\:mt-3:first-child {
    margin-top: 15px
  }

  .lg\:first\:mr-3:first-child {
    margin-right: 15px
  }

  .lg\:first\:mb-3:first-child {
    margin-bottom: 15px
  }

  .lg\:first\:ml-3:first-child {
    margin-left: 15px
  }

  .lg\:first\:mt-4:first-child {
    margin-top: 20px
  }

  .lg\:first\:mr-4:first-child {
    margin-right: 20px
  }

  .lg\:first\:mb-4:first-child {
    margin-bottom: 20px
  }

  .lg\:first\:ml-4:first-child {
    margin-left: 20px
  }

  .lg\:first\:mt-5:first-child {
    margin-top: 25px
  }

  .lg\:first\:mr-5:first-child {
    margin-right: 25px
  }

  .lg\:first\:mb-5:first-child {
    margin-bottom: 25px
  }

  .lg\:first\:ml-5:first-child {
    margin-left: 25px
  }

  .lg\:first\:mt-6:first-child {
    margin-top: 30px
  }

  .lg\:first\:mr-6:first-child {
    margin-right: 30px
  }

  .lg\:first\:mb-6:first-child {
    margin-bottom: 30px
  }

  .lg\:first\:ml-6:first-child {
    margin-left: 30px
  }

  .lg\:first\:mt-7:first-child {
    margin-top: 35px
  }

  .lg\:first\:mr-7:first-child {
    margin-right: 35px
  }

  .lg\:first\:mb-7:first-child {
    margin-bottom: 35px
  }

  .lg\:first\:ml-7:first-child {
    margin-left: 35px
  }

  .lg\:first\:mt-8:first-child {
    margin-top: 40px
  }

  .lg\:first\:mr-8:first-child {
    margin-right: 40px
  }

  .lg\:first\:mb-8:first-child {
    margin-bottom: 40px
  }

  .lg\:first\:ml-8:first-child {
    margin-left: 40px
  }

  .lg\:first\:mt-9:first-child {
    margin-top: 45px
  }

  .lg\:first\:mr-9:first-child {
    margin-right: 45px
  }

  .lg\:first\:mb-9:first-child {
    margin-bottom: 45px
  }

  .lg\:first\:ml-9:first-child {
    margin-left: 45px
  }

  .lg\:first\:mt-10:first-child {
    margin-top: 50px
  }

  .lg\:first\:mr-10:first-child {
    margin-right: 50px
  }

  .lg\:first\:mb-10:first-child {
    margin-bottom: 50px
  }

  .lg\:first\:ml-10:first-child {
    margin-left: 50px
  }

  .lg\:first\:mt-11:first-child {
    margin-top: 55px
  }

  .lg\:first\:mr-11:first-child {
    margin-right: 55px
  }

  .lg\:first\:mb-11:first-child {
    margin-bottom: 55px
  }

  .lg\:first\:ml-11:first-child {
    margin-left: 55px
  }

  .lg\:first\:mt-12:first-child {
    margin-top: 60px
  }

  .lg\:first\:mr-12:first-child {
    margin-right: 60px
  }

  .lg\:first\:mb-12:first-child {
    margin-bottom: 60px
  }

  .lg\:first\:ml-12:first-child {
    margin-left: 60px
  }

  .lg\:first\:mt-13:first-child {
    margin-top: 65px
  }

  .lg\:first\:mr-13:first-child {
    margin-right: 65px
  }

  .lg\:first\:mb-13:first-child {
    margin-bottom: 65px
  }

  .lg\:first\:ml-13:first-child {
    margin-left: 65px
  }

  .lg\:first\:mt-14:first-child {
    margin-top: 70px
  }

  .lg\:first\:mr-14:first-child {
    margin-right: 70px
  }

  .lg\:first\:mb-14:first-child {
    margin-bottom: 70px
  }

  .lg\:first\:ml-14:first-child {
    margin-left: 70px
  }

  .lg\:first\:mt-15:first-child {
    margin-top: 75px
  }

  .lg\:first\:mr-15:first-child {
    margin-right: 75px
  }

  .lg\:first\:mb-15:first-child {
    margin-bottom: 75px
  }

  .lg\:first\:ml-15:first-child {
    margin-left: 75px
  }

  .lg\:first\:mt-16:first-child {
    margin-top: 80px
  }

  .lg\:first\:mr-16:first-child {
    margin-right: 80px
  }

  .lg\:first\:mb-16:first-child {
    margin-bottom: 80px
  }

  .lg\:first\:ml-16:first-child {
    margin-left: 80px
  }

  .lg\:first\:mt-17:first-child {
    margin-top: 85px
  }

  .lg\:first\:mr-17:first-child {
    margin-right: 85px
  }

  .lg\:first\:mb-17:first-child {
    margin-bottom: 85px
  }

  .lg\:first\:ml-17:first-child {
    margin-left: 85px
  }

  .lg\:first\:mt-18:first-child {
    margin-top: 90px
  }

  .lg\:first\:mr-18:first-child {
    margin-right: 90px
  }

  .lg\:first\:mb-18:first-child {
    margin-bottom: 90px
  }

  .lg\:first\:ml-18:first-child {
    margin-left: 90px
  }

  .lg\:first\:mt-19:first-child {
    margin-top: 95px
  }

  .lg\:first\:mr-19:first-child {
    margin-right: 95px
  }

  .lg\:first\:mb-19:first-child {
    margin-bottom: 95px
  }

  .lg\:first\:ml-19:first-child {
    margin-left: 95px
  }

  .lg\:first\:mt-20:first-child {
    margin-top: 100px
  }

  .lg\:first\:mr-20:first-child {
    margin-right: 100px
  }

  .lg\:first\:mb-20:first-child {
    margin-bottom: 100px
  }

  .lg\:first\:ml-20:first-child {
    margin-left: 100px
  }

  .lg\:first\:mt-auto:first-child {
    margin-top: auto
  }

  .lg\:first\:mr-auto:first-child {
    margin-right: auto
  }

  .lg\:first\:mb-auto:first-child {
    margin-bottom: auto
  }

  .lg\:first\:ml-auto:first-child {
    margin-left: auto
  }

  .lg\:first\:mt-xxs:first-child {
    margin-top: 8px
  }

  .lg\:first\:mr-xxs:first-child {
    margin-right: 8px
  }

  .lg\:first\:mb-xxs:first-child {
    margin-bottom: 8px
  }

  .lg\:first\:ml-xxs:first-child {
    margin-left: 8px
  }

  .lg\:first\:mt-xs:first-child {
    margin-top: 12px
  }

  .lg\:first\:mr-xs:first-child {
    margin-right: 12px
  }

  .lg\:first\:mb-xs:first-child {
    margin-bottom: 12px
  }

  .lg\:first\:ml-xs:first-child {
    margin-left: 12px
  }

  .lg\:first\:mt-sm:first-child {
    margin-top: 24px
  }

  .lg\:first\:mr-sm:first-child {
    margin-right: 24px
  }

  .lg\:first\:mb-sm:first-child {
    margin-bottom: 24px
  }

  .lg\:first\:ml-sm:first-child {
    margin-left: 24px
  }

  .lg\:first\:mt-md:first-child {
    margin-top: 48px
  }

  .lg\:first\:mr-md:first-child {
    margin-right: 48px
  }

  .lg\:first\:mb-md:first-child {
    margin-bottom: 48px
  }

  .lg\:first\:ml-md:first-child {
    margin-left: 48px
  }

  .lg\:first\:mt-lg:first-child {
    margin-top: 64px
  }

  .lg\:first\:mr-lg:first-child {
    margin-right: 64px
  }

  .lg\:first\:mb-lg:first-child {
    margin-bottom: 64px
  }

  .lg\:first\:ml-lg:first-child {
    margin-left: 64px
  }

  .lg\:first\:mt-xl:first-child {
    margin-top: 128px
  }

  .lg\:first\:mr-xl:first-child {
    margin-right: 128px
  }

  .lg\:first\:mb-xl:first-child {
    margin-bottom: 128px
  }

  .lg\:first\:ml-xl:first-child {
    margin-left: 128px
  }

  .lg\:first\:-mt-1:first-child {
    margin-top: -5px
  }

  .lg\:first\:-mr-1:first-child {
    margin-right: -5px
  }

  .lg\:first\:-mb-1:first-child {
    margin-bottom: -5px
  }

  .lg\:first\:-ml-1:first-child {
    margin-left: -5px
  }

  .lg\:first\:-mt-2:first-child {
    margin-top: -10px
  }

  .lg\:first\:-mr-2:first-child {
    margin-right: -10px
  }

  .lg\:first\:-mb-2:first-child {
    margin-bottom: -10px
  }

  .lg\:first\:-ml-2:first-child {
    margin-left: -10px
  }

  .lg\:first\:-mt-3:first-child {
    margin-top: -15px
  }

  .lg\:first\:-mr-3:first-child {
    margin-right: -15px
  }

  .lg\:first\:-mb-3:first-child {
    margin-bottom: -15px
  }

  .lg\:first\:-ml-3:first-child {
    margin-left: -15px
  }

  .lg\:first\:-mt-4:first-child {
    margin-top: -20px
  }

  .lg\:first\:-mr-4:first-child {
    margin-right: -20px
  }

  .lg\:first\:-mb-4:first-child {
    margin-bottom: -20px
  }

  .lg\:first\:-ml-4:first-child {
    margin-left: -20px
  }

  .lg\:first\:-mt-5:first-child {
    margin-top: -25px
  }

  .lg\:first\:-mr-5:first-child {
    margin-right: -25px
  }

  .lg\:first\:-mb-5:first-child {
    margin-bottom: -25px
  }

  .lg\:first\:-ml-5:first-child {
    margin-left: -25px
  }

  .lg\:first\:-mt-6:first-child {
    margin-top: -30px
  }

  .lg\:first\:-mr-6:first-child {
    margin-right: -30px
  }

  .lg\:first\:-mb-6:first-child {
    margin-bottom: -30px
  }

  .lg\:first\:-ml-6:first-child {
    margin-left: -30px
  }

  .lg\:first\:-mt-7:first-child {
    margin-top: -35px
  }

  .lg\:first\:-mr-7:first-child {
    margin-right: -35px
  }

  .lg\:first\:-mb-7:first-child {
    margin-bottom: -35px
  }

  .lg\:first\:-ml-7:first-child {
    margin-left: -35px
  }

  .lg\:first\:-mt-8:first-child {
    margin-top: -40px
  }

  .lg\:first\:-mr-8:first-child {
    margin-right: -40px
  }

  .lg\:first\:-mb-8:first-child {
    margin-bottom: -40px
  }

  .lg\:first\:-ml-8:first-child {
    margin-left: -40px
  }

  .lg\:first\:-mt-9:first-child {
    margin-top: -45px
  }

  .lg\:first\:-mr-9:first-child {
    margin-right: -45px
  }

  .lg\:first\:-mb-9:first-child {
    margin-bottom: -45px
  }

  .lg\:first\:-ml-9:first-child {
    margin-left: -45px
  }

  .lg\:first\:-mt-10:first-child {
    margin-top: -50px
  }

  .lg\:first\:-mr-10:first-child {
    margin-right: -50px
  }

  .lg\:first\:-mb-10:first-child {
    margin-bottom: -50px
  }

  .lg\:first\:-ml-10:first-child {
    margin-left: -50px
  }

  .lg\:first\:-mt-11:first-child {
    margin-top: -55px
  }

  .lg\:first\:-mr-11:first-child {
    margin-right: -55px
  }

  .lg\:first\:-mb-11:first-child {
    margin-bottom: -55px
  }

  .lg\:first\:-ml-11:first-child {
    margin-left: -55px
  }

  .lg\:first\:-mt-12:first-child {
    margin-top: -60px
  }

  .lg\:first\:-mr-12:first-child {
    margin-right: -60px
  }

  .lg\:first\:-mb-12:first-child {
    margin-bottom: -60px
  }

  .lg\:first\:-ml-12:first-child {
    margin-left: -60px
  }

  .lg\:first\:-mt-13:first-child {
    margin-top: -65px
  }

  .lg\:first\:-mr-13:first-child {
    margin-right: -65px
  }

  .lg\:first\:-mb-13:first-child {
    margin-bottom: -65px
  }

  .lg\:first\:-ml-13:first-child {
    margin-left: -65px
  }

  .lg\:first\:-mt-14:first-child {
    margin-top: -70px
  }

  .lg\:first\:-mr-14:first-child {
    margin-right: -70px
  }

  .lg\:first\:-mb-14:first-child {
    margin-bottom: -70px
  }

  .lg\:first\:-ml-14:first-child {
    margin-left: -70px
  }

  .lg\:first\:-mt-15:first-child {
    margin-top: -75px
  }

  .lg\:first\:-mr-15:first-child {
    margin-right: -75px
  }

  .lg\:first\:-mb-15:first-child {
    margin-bottom: -75px
  }

  .lg\:first\:-ml-15:first-child {
    margin-left: -75px
  }

  .lg\:first\:-mt-16:first-child {
    margin-top: -80px
  }

  .lg\:first\:-mr-16:first-child {
    margin-right: -80px
  }

  .lg\:first\:-mb-16:first-child {
    margin-bottom: -80px
  }

  .lg\:first\:-ml-16:first-child {
    margin-left: -80px
  }

  .lg\:first\:-mt-17:first-child {
    margin-top: -85px
  }

  .lg\:first\:-mr-17:first-child {
    margin-right: -85px
  }

  .lg\:first\:-mb-17:first-child {
    margin-bottom: -85px
  }

  .lg\:first\:-ml-17:first-child {
    margin-left: -85px
  }

  .lg\:first\:-mt-18:first-child {
    margin-top: -90px
  }

  .lg\:first\:-mr-18:first-child {
    margin-right: -90px
  }

  .lg\:first\:-mb-18:first-child {
    margin-bottom: -90px
  }

  .lg\:first\:-ml-18:first-child {
    margin-left: -90px
  }

  .lg\:first\:-mt-19:first-child {
    margin-top: -95px
  }

  .lg\:first\:-mr-19:first-child {
    margin-right: -95px
  }

  .lg\:first\:-mb-19:first-child {
    margin-bottom: -95px
  }

  .lg\:first\:-ml-19:first-child {
    margin-left: -95px
  }

  .lg\:first\:-mt-20:first-child {
    margin-top: -100px
  }

  .lg\:first\:-mr-20:first-child {
    margin-right: -100px
  }

  .lg\:first\:-mb-20:first-child {
    margin-bottom: -100px
  }

  .lg\:first\:-ml-20:first-child {
    margin-left: -100px
  }

  .lg\:first\:-mt-xxs:first-child {
    margin-top: -8px
  }

  .lg\:first\:-mr-xxs:first-child {
    margin-right: -8px
  }

  .lg\:first\:-mb-xxs:first-child {
    margin-bottom: -8px
  }

  .lg\:first\:-ml-xxs:first-child {
    margin-left: -8px
  }

  .lg\:first\:-mt-xs:first-child {
    margin-top: -12px
  }

  .lg\:first\:-mr-xs:first-child {
    margin-right: -12px
  }

  .lg\:first\:-mb-xs:first-child {
    margin-bottom: -12px
  }

  .lg\:first\:-ml-xs:first-child {
    margin-left: -12px
  }

  .lg\:first\:-mt-sm:first-child {
    margin-top: -24px
  }

  .lg\:first\:-mr-sm:first-child {
    margin-right: -24px
  }

  .lg\:first\:-mb-sm:first-child {
    margin-bottom: -24px
  }

  .lg\:first\:-ml-sm:first-child {
    margin-left: -24px
  }

  .lg\:first\:-mt-md:first-child {
    margin-top: -48px
  }

  .lg\:first\:-mr-md:first-child {
    margin-right: -48px
  }

  .lg\:first\:-mb-md:first-child {
    margin-bottom: -48px
  }

  .lg\:first\:-ml-md:first-child {
    margin-left: -48px
  }

  .lg\:first\:-mt-lg:first-child {
    margin-top: -64px
  }

  .lg\:first\:-mr-lg:first-child {
    margin-right: -64px
  }

  .lg\:first\:-mb-lg:first-child {
    margin-bottom: -64px
  }

  .lg\:first\:-ml-lg:first-child {
    margin-left: -64px
  }

  .lg\:first\:-mt-xl:first-child {
    margin-top: -128px
  }

  .lg\:first\:-mr-xl:first-child {
    margin-right: -128px
  }

  .lg\:first\:-mb-xl:first-child {
    margin-bottom: -128px
  }

  .lg\:first\:-ml-xl:first-child {
    margin-left: -128px
  }

  .lg\:last\:m-0:last-child {
    margin: 0
  }

  .lg\:last\:m-1:last-child {
    margin: 5px
  }

  .lg\:last\:m-2:last-child {
    margin: 10px
  }

  .lg\:last\:m-3:last-child {
    margin: 15px
  }

  .lg\:last\:m-4:last-child {
    margin: 20px
  }

  .lg\:last\:m-5:last-child {
    margin: 25px
  }

  .lg\:last\:m-6:last-child {
    margin: 30px
  }

  .lg\:last\:m-7:last-child {
    margin: 35px
  }

  .lg\:last\:m-8:last-child {
    margin: 40px
  }

  .lg\:last\:m-9:last-child {
    margin: 45px
  }

  .lg\:last\:m-10:last-child {
    margin: 50px
  }

  .lg\:last\:m-11:last-child {
    margin: 55px
  }

  .lg\:last\:m-12:last-child {
    margin: 60px
  }

  .lg\:last\:m-13:last-child {
    margin: 65px
  }

  .lg\:last\:m-14:last-child {
    margin: 70px
  }

  .lg\:last\:m-15:last-child {
    margin: 75px
  }

  .lg\:last\:m-16:last-child {
    margin: 80px
  }

  .lg\:last\:m-17:last-child {
    margin: 85px
  }

  .lg\:last\:m-18:last-child {
    margin: 90px
  }

  .lg\:last\:m-19:last-child {
    margin: 95px
  }

  .lg\:last\:m-20:last-child {
    margin: 100px
  }

  .lg\:last\:m-auto:last-child {
    margin: auto
  }

  .lg\:last\:m-xxs:last-child {
    margin: 8px
  }

  .lg\:last\:m-xs:last-child {
    margin: 12px
  }

  .lg\:last\:m-sm:last-child {
    margin: 24px
  }

  .lg\:last\:m-md:last-child {
    margin: 48px
  }

  .lg\:last\:m-lg:last-child {
    margin: 64px
  }

  .lg\:last\:m-xl:last-child {
    margin: 128px
  }

  .lg\:last\:-m-1:last-child {
    margin: -5px
  }

  .lg\:last\:-m-2:last-child {
    margin: -10px
  }

  .lg\:last\:-m-3:last-child {
    margin: -15px
  }

  .lg\:last\:-m-4:last-child {
    margin: -20px
  }

  .lg\:last\:-m-5:last-child {
    margin: -25px
  }

  .lg\:last\:-m-6:last-child {
    margin: -30px
  }

  .lg\:last\:-m-7:last-child {
    margin: -35px
  }

  .lg\:last\:-m-8:last-child {
    margin: -40px
  }

  .lg\:last\:-m-9:last-child {
    margin: -45px
  }

  .lg\:last\:-m-10:last-child {
    margin: -50px
  }

  .lg\:last\:-m-11:last-child {
    margin: -55px
  }

  .lg\:last\:-m-12:last-child {
    margin: -60px
  }

  .lg\:last\:-m-13:last-child {
    margin: -65px
  }

  .lg\:last\:-m-14:last-child {
    margin: -70px
  }

  .lg\:last\:-m-15:last-child {
    margin: -75px
  }

  .lg\:last\:-m-16:last-child {
    margin: -80px
  }

  .lg\:last\:-m-17:last-child {
    margin: -85px
  }

  .lg\:last\:-m-18:last-child {
    margin: -90px
  }

  .lg\:last\:-m-19:last-child {
    margin: -95px
  }

  .lg\:last\:-m-20:last-child {
    margin: -100px
  }

  .lg\:last\:-m-xxs:last-child {
    margin: -8px
  }

  .lg\:last\:-m-xs:last-child {
    margin: -12px
  }

  .lg\:last\:-m-sm:last-child {
    margin: -24px
  }

  .lg\:last\:-m-md:last-child {
    margin: -48px
  }

  .lg\:last\:-m-lg:last-child {
    margin: -64px
  }

  .lg\:last\:-m-xl:last-child {
    margin: -128px
  }

  .lg\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0
  }

  .lg\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0
  }

  .lg\:last\:my-1:last-child {
    margin-top: 5px;
    margin-bottom: 5px
  }

  .lg\:last\:mx-1:last-child {
    margin-left: 5px;
    margin-right: 5px
  }

  .lg\:last\:my-2:last-child {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .lg\:last\:mx-2:last-child {
    margin-left: 10px;
    margin-right: 10px
  }

  .lg\:last\:my-3:last-child {
    margin-top: 15px;
    margin-bottom: 15px
  }

  .lg\:last\:mx-3:last-child {
    margin-left: 15px;
    margin-right: 15px
  }

  .lg\:last\:my-4:last-child {
    margin-top: 20px;
    margin-bottom: 20px
  }

  .lg\:last\:mx-4:last-child {
    margin-left: 20px;
    margin-right: 20px
  }

  .lg\:last\:my-5:last-child {
    margin-top: 25px;
    margin-bottom: 25px
  }

  .lg\:last\:mx-5:last-child {
    margin-left: 25px;
    margin-right: 25px
  }

  .lg\:last\:my-6:last-child {
    margin-top: 30px;
    margin-bottom: 30px
  }

  .lg\:last\:mx-6:last-child {
    margin-left: 30px;
    margin-right: 30px
  }

  .lg\:last\:my-7:last-child {
    margin-top: 35px;
    margin-bottom: 35px
  }

  .lg\:last\:mx-7:last-child {
    margin-left: 35px;
    margin-right: 35px
  }

  .lg\:last\:my-8:last-child {
    margin-top: 40px;
    margin-bottom: 40px
  }

  .lg\:last\:mx-8:last-child {
    margin-left: 40px;
    margin-right: 40px
  }

  .lg\:last\:my-9:last-child {
    margin-top: 45px;
    margin-bottom: 45px
  }

  .lg\:last\:mx-9:last-child {
    margin-left: 45px;
    margin-right: 45px
  }

  .lg\:last\:my-10:last-child {
    margin-top: 50px;
    margin-bottom: 50px
  }

  .lg\:last\:mx-10:last-child {
    margin-left: 50px;
    margin-right: 50px
  }

  .lg\:last\:my-11:last-child {
    margin-top: 55px;
    margin-bottom: 55px
  }

  .lg\:last\:mx-11:last-child {
    margin-left: 55px;
    margin-right: 55px
  }

  .lg\:last\:my-12:last-child {
    margin-top: 60px;
    margin-bottom: 60px
  }

  .lg\:last\:mx-12:last-child {
    margin-left: 60px;
    margin-right: 60px
  }

  .lg\:last\:my-13:last-child {
    margin-top: 65px;
    margin-bottom: 65px
  }

  .lg\:last\:mx-13:last-child {
    margin-left: 65px;
    margin-right: 65px
  }

  .lg\:last\:my-14:last-child {
    margin-top: 70px;
    margin-bottom: 70px
  }

  .lg\:last\:mx-14:last-child {
    margin-left: 70px;
    margin-right: 70px
  }

  .lg\:last\:my-15:last-child {
    margin-top: 75px;
    margin-bottom: 75px
  }

  .lg\:last\:mx-15:last-child {
    margin-left: 75px;
    margin-right: 75px
  }

  .lg\:last\:my-16:last-child {
    margin-top: 80px;
    margin-bottom: 80px
  }

  .lg\:last\:mx-16:last-child {
    margin-left: 80px;
    margin-right: 80px
  }

  .lg\:last\:my-17:last-child {
    margin-top: 85px;
    margin-bottom: 85px
  }

  .lg\:last\:mx-17:last-child {
    margin-left: 85px;
    margin-right: 85px
  }

  .lg\:last\:my-18:last-child {
    margin-top: 90px;
    margin-bottom: 90px
  }

  .lg\:last\:mx-18:last-child {
    margin-left: 90px;
    margin-right: 90px
  }

  .lg\:last\:my-19:last-child {
    margin-top: 95px;
    margin-bottom: 95px
  }

  .lg\:last\:mx-19:last-child {
    margin-left: 95px;
    margin-right: 95px
  }

  .lg\:last\:my-20:last-child {
    margin-top: 100px;
    margin-bottom: 100px
  }

  .lg\:last\:mx-20:last-child {
    margin-left: 100px;
    margin-right: 100px
  }

  .lg\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto
  }

  .lg\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto
  }

  .lg\:last\:my-xxs:last-child {
    margin-top: 8px;
    margin-bottom: 8px
  }

  .lg\:last\:mx-xxs:last-child {
    margin-left: 8px;
    margin-right: 8px
  }

  .lg\:last\:my-xs:last-child {
    margin-top: 12px;
    margin-bottom: 12px
  }

  .lg\:last\:mx-xs:last-child {
    margin-left: 12px;
    margin-right: 12px
  }

  .lg\:last\:my-sm:last-child {
    margin-top: 24px;
    margin-bottom: 24px
  }

  .lg\:last\:mx-sm:last-child {
    margin-left: 24px;
    margin-right: 24px
  }

  .lg\:last\:my-md:last-child {
    margin-top: 48px;
    margin-bottom: 48px
  }

  .lg\:last\:mx-md:last-child {
    margin-left: 48px;
    margin-right: 48px
  }

  .lg\:last\:my-lg:last-child {
    margin-top: 64px;
    margin-bottom: 64px
  }

  .lg\:last\:mx-lg:last-child {
    margin-left: 64px;
    margin-right: 64px
  }

  .lg\:last\:my-xl:last-child {
    margin-top: 128px;
    margin-bottom: 128px
  }

  .lg\:last\:mx-xl:last-child {
    margin-left: 128px;
    margin-right: 128px
  }

  .lg\:last\:-my-1:last-child {
    margin-top: -5px;
    margin-bottom: -5px
  }

  .lg\:last\:-mx-1:last-child {
    margin-left: -5px;
    margin-right: -5px
  }

  .lg\:last\:-my-2:last-child {
    margin-top: -10px;
    margin-bottom: -10px
  }

  .lg\:last\:-mx-2:last-child {
    margin-left: -10px;
    margin-right: -10px
  }

  .lg\:last\:-my-3:last-child {
    margin-top: -15px;
    margin-bottom: -15px
  }

  .lg\:last\:-mx-3:last-child {
    margin-left: -15px;
    margin-right: -15px
  }

  .lg\:last\:-my-4:last-child {
    margin-top: -20px;
    margin-bottom: -20px
  }

  .lg\:last\:-mx-4:last-child {
    margin-left: -20px;
    margin-right: -20px
  }

  .lg\:last\:-my-5:last-child {
    margin-top: -25px;
    margin-bottom: -25px
  }

  .lg\:last\:-mx-5:last-child {
    margin-left: -25px;
    margin-right: -25px
  }

  .lg\:last\:-my-6:last-child {
    margin-top: -30px;
    margin-bottom: -30px
  }

  .lg\:last\:-mx-6:last-child {
    margin-left: -30px;
    margin-right: -30px
  }

  .lg\:last\:-my-7:last-child {
    margin-top: -35px;
    margin-bottom: -35px
  }

  .lg\:last\:-mx-7:last-child {
    margin-left: -35px;
    margin-right: -35px
  }

  .lg\:last\:-my-8:last-child {
    margin-top: -40px;
    margin-bottom: -40px
  }

  .lg\:last\:-mx-8:last-child {
    margin-left: -40px;
    margin-right: -40px
  }

  .lg\:last\:-my-9:last-child {
    margin-top: -45px;
    margin-bottom: -45px
  }

  .lg\:last\:-mx-9:last-child {
    margin-left: -45px;
    margin-right: -45px
  }

  .lg\:last\:-my-10:last-child {
    margin-top: -50px;
    margin-bottom: -50px
  }

  .lg\:last\:-mx-10:last-child {
    margin-left: -50px;
    margin-right: -50px
  }

  .lg\:last\:-my-11:last-child {
    margin-top: -55px;
    margin-bottom: -55px
  }

  .lg\:last\:-mx-11:last-child {
    margin-left: -55px;
    margin-right: -55px
  }

  .lg\:last\:-my-12:last-child {
    margin-top: -60px;
    margin-bottom: -60px
  }

  .lg\:last\:-mx-12:last-child {
    margin-left: -60px;
    margin-right: -60px
  }

  .lg\:last\:-my-13:last-child {
    margin-top: -65px;
    margin-bottom: -65px
  }

  .lg\:last\:-mx-13:last-child {
    margin-left: -65px;
    margin-right: -65px
  }

  .lg\:last\:-my-14:last-child {
    margin-top: -70px;
    margin-bottom: -70px
  }

  .lg\:last\:-mx-14:last-child {
    margin-left: -70px;
    margin-right: -70px
  }

  .lg\:last\:-my-15:last-child {
    margin-top: -75px;
    margin-bottom: -75px
  }

  .lg\:last\:-mx-15:last-child {
    margin-left: -75px;
    margin-right: -75px
  }

  .lg\:last\:-my-16:last-child {
    margin-top: -80px;
    margin-bottom: -80px
  }

  .lg\:last\:-mx-16:last-child {
    margin-left: -80px;
    margin-right: -80px
  }

  .lg\:last\:-my-17:last-child {
    margin-top: -85px;
    margin-bottom: -85px
  }

  .lg\:last\:-mx-17:last-child {
    margin-left: -85px;
    margin-right: -85px
  }

  .lg\:last\:-my-18:last-child {
    margin-top: -90px;
    margin-bottom: -90px
  }

  .lg\:last\:-mx-18:last-child {
    margin-left: -90px;
    margin-right: -90px
  }

  .lg\:last\:-my-19:last-child {
    margin-top: -95px;
    margin-bottom: -95px
  }

  .lg\:last\:-mx-19:last-child {
    margin-left: -95px;
    margin-right: -95px
  }

  .lg\:last\:-my-20:last-child {
    margin-top: -100px;
    margin-bottom: -100px
  }

  .lg\:last\:-mx-20:last-child {
    margin-left: -100px;
    margin-right: -100px
  }

  .lg\:last\:-my-xxs:last-child {
    margin-top: -8px;
    margin-bottom: -8px
  }

  .lg\:last\:-mx-xxs:last-child {
    margin-left: -8px;
    margin-right: -8px
  }

  .lg\:last\:-my-xs:last-child {
    margin-top: -12px;
    margin-bottom: -12px
  }

  .lg\:last\:-mx-xs:last-child {
    margin-left: -12px;
    margin-right: -12px
  }

  .lg\:last\:-my-sm:last-child {
    margin-top: -24px;
    margin-bottom: -24px
  }

  .lg\:last\:-mx-sm:last-child {
    margin-left: -24px;
    margin-right: -24px
  }

  .lg\:last\:-my-md:last-child {
    margin-top: -48px;
    margin-bottom: -48px
  }

  .lg\:last\:-mx-md:last-child {
    margin-left: -48px;
    margin-right: -48px
  }

  .lg\:last\:-my-lg:last-child {
    margin-top: -64px;
    margin-bottom: -64px
  }

  .lg\:last\:-mx-lg:last-child {
    margin-left: -64px;
    margin-right: -64px
  }

  .lg\:last\:-my-xl:last-child {
    margin-top: -128px;
    margin-bottom: -128px
  }

  .lg\:last\:-mx-xl:last-child {
    margin-left: -128px;
    margin-right: -128px
  }

  .lg\:last\:mt-0:last-child {
    margin-top: 0
  }

  .lg\:last\:mr-0:last-child {
    margin-right: 0
  }

  .lg\:last\:mb-0:last-child {
    margin-bottom: 0
  }

  .lg\:last\:ml-0:last-child {
    margin-left: 0
  }

  .lg\:last\:mt-1:last-child {
    margin-top: 5px
  }

  .lg\:last\:mr-1:last-child {
    margin-right: 5px
  }

  .lg\:last\:mb-1:last-child {
    margin-bottom: 5px
  }

  .lg\:last\:ml-1:last-child {
    margin-left: 5px
  }

  .lg\:last\:mt-2:last-child {
    margin-top: 10px
  }

  .lg\:last\:mr-2:last-child {
    margin-right: 10px
  }

  .lg\:last\:mb-2:last-child {
    margin-bottom: 10px
  }

  .lg\:last\:ml-2:last-child {
    margin-left: 10px
  }

  .lg\:last\:mt-3:last-child {
    margin-top: 15px
  }

  .lg\:last\:mr-3:last-child {
    margin-right: 15px
  }

  .lg\:last\:mb-3:last-child {
    margin-bottom: 15px
  }

  .lg\:last\:ml-3:last-child {
    margin-left: 15px
  }

  .lg\:last\:mt-4:last-child {
    margin-top: 20px
  }

  .lg\:last\:mr-4:last-child {
    margin-right: 20px
  }

  .lg\:last\:mb-4:last-child {
    margin-bottom: 20px
  }

  .lg\:last\:ml-4:last-child {
    margin-left: 20px
  }

  .lg\:last\:mt-5:last-child {
    margin-top: 25px
  }

  .lg\:last\:mr-5:last-child {
    margin-right: 25px
  }

  .lg\:last\:mb-5:last-child {
    margin-bottom: 25px
  }

  .lg\:last\:ml-5:last-child {
    margin-left: 25px
  }

  .lg\:last\:mt-6:last-child {
    margin-top: 30px
  }

  .lg\:last\:mr-6:last-child {
    margin-right: 30px
  }

  .lg\:last\:mb-6:last-child {
    margin-bottom: 30px
  }

  .lg\:last\:ml-6:last-child {
    margin-left: 30px
  }

  .lg\:last\:mt-7:last-child {
    margin-top: 35px
  }

  .lg\:last\:mr-7:last-child {
    margin-right: 35px
  }

  .lg\:last\:mb-7:last-child {
    margin-bottom: 35px
  }

  .lg\:last\:ml-7:last-child {
    margin-left: 35px
  }

  .lg\:last\:mt-8:last-child {
    margin-top: 40px
  }

  .lg\:last\:mr-8:last-child {
    margin-right: 40px
  }

  .lg\:last\:mb-8:last-child {
    margin-bottom: 40px
  }

  .lg\:last\:ml-8:last-child {
    margin-left: 40px
  }

  .lg\:last\:mt-9:last-child {
    margin-top: 45px
  }

  .lg\:last\:mr-9:last-child {
    margin-right: 45px
  }

  .lg\:last\:mb-9:last-child {
    margin-bottom: 45px
  }

  .lg\:last\:ml-9:last-child {
    margin-left: 45px
  }

  .lg\:last\:mt-10:last-child {
    margin-top: 50px
  }

  .lg\:last\:mr-10:last-child {
    margin-right: 50px
  }

  .lg\:last\:mb-10:last-child {
    margin-bottom: 50px
  }

  .lg\:last\:ml-10:last-child {
    margin-left: 50px
  }

  .lg\:last\:mt-11:last-child {
    margin-top: 55px
  }

  .lg\:last\:mr-11:last-child {
    margin-right: 55px
  }

  .lg\:last\:mb-11:last-child {
    margin-bottom: 55px
  }

  .lg\:last\:ml-11:last-child {
    margin-left: 55px
  }

  .lg\:last\:mt-12:last-child {
    margin-top: 60px
  }

  .lg\:last\:mr-12:last-child {
    margin-right: 60px
  }

  .lg\:last\:mb-12:last-child {
    margin-bottom: 60px
  }

  .lg\:last\:ml-12:last-child {
    margin-left: 60px
  }

  .lg\:last\:mt-13:last-child {
    margin-top: 65px
  }

  .lg\:last\:mr-13:last-child {
    margin-right: 65px
  }

  .lg\:last\:mb-13:last-child {
    margin-bottom: 65px
  }

  .lg\:last\:ml-13:last-child {
    margin-left: 65px
  }

  .lg\:last\:mt-14:last-child {
    margin-top: 70px
  }

  .lg\:last\:mr-14:last-child {
    margin-right: 70px
  }

  .lg\:last\:mb-14:last-child {
    margin-bottom: 70px
  }

  .lg\:last\:ml-14:last-child {
    margin-left: 70px
  }

  .lg\:last\:mt-15:last-child {
    margin-top: 75px
  }

  .lg\:last\:mr-15:last-child {
    margin-right: 75px
  }

  .lg\:last\:mb-15:last-child {
    margin-bottom: 75px
  }

  .lg\:last\:ml-15:last-child {
    margin-left: 75px
  }

  .lg\:last\:mt-16:last-child {
    margin-top: 80px
  }

  .lg\:last\:mr-16:last-child {
    margin-right: 80px
  }

  .lg\:last\:mb-16:last-child {
    margin-bottom: 80px
  }

  .lg\:last\:ml-16:last-child {
    margin-left: 80px
  }

  .lg\:last\:mt-17:last-child {
    margin-top: 85px
  }

  .lg\:last\:mr-17:last-child {
    margin-right: 85px
  }

  .lg\:last\:mb-17:last-child {
    margin-bottom: 85px
  }

  .lg\:last\:ml-17:last-child {
    margin-left: 85px
  }

  .lg\:last\:mt-18:last-child {
    margin-top: 90px
  }

  .lg\:last\:mr-18:last-child {
    margin-right: 90px
  }

  .lg\:last\:mb-18:last-child {
    margin-bottom: 90px
  }

  .lg\:last\:ml-18:last-child {
    margin-left: 90px
  }

  .lg\:last\:mt-19:last-child {
    margin-top: 95px
  }

  .lg\:last\:mr-19:last-child {
    margin-right: 95px
  }

  .lg\:last\:mb-19:last-child {
    margin-bottom: 95px
  }

  .lg\:last\:ml-19:last-child {
    margin-left: 95px
  }

  .lg\:last\:mt-20:last-child {
    margin-top: 100px
  }

  .lg\:last\:mr-20:last-child {
    margin-right: 100px
  }

  .lg\:last\:mb-20:last-child {
    margin-bottom: 100px
  }

  .lg\:last\:ml-20:last-child {
    margin-left: 100px
  }

  .lg\:last\:mt-auto:last-child {
    margin-top: auto
  }

  .lg\:last\:mr-auto:last-child {
    margin-right: auto
  }

  .lg\:last\:mb-auto:last-child {
    margin-bottom: auto
  }

  .lg\:last\:ml-auto:last-child {
    margin-left: auto
  }

  .lg\:last\:mt-xxs:last-child {
    margin-top: 8px
  }

  .lg\:last\:mr-xxs:last-child {
    margin-right: 8px
  }

  .lg\:last\:mb-xxs:last-child {
    margin-bottom: 8px
  }

  .lg\:last\:ml-xxs:last-child {
    margin-left: 8px
  }

  .lg\:last\:mt-xs:last-child {
    margin-top: 12px
  }

  .lg\:last\:mr-xs:last-child {
    margin-right: 12px
  }

  .lg\:last\:mb-xs:last-child {
    margin-bottom: 12px
  }

  .lg\:last\:ml-xs:last-child {
    margin-left: 12px
  }

  .lg\:last\:mt-sm:last-child {
    margin-top: 24px
  }

  .lg\:last\:mr-sm:last-child {
    margin-right: 24px
  }

  .lg\:last\:mb-sm:last-child {
    margin-bottom: 24px
  }

  .lg\:last\:ml-sm:last-child {
    margin-left: 24px
  }

  .lg\:last\:mt-md:last-child {
    margin-top: 48px
  }

  .lg\:last\:mr-md:last-child {
    margin-right: 48px
  }

  .lg\:last\:mb-md:last-child {
    margin-bottom: 48px
  }

  .lg\:last\:ml-md:last-child {
    margin-left: 48px
  }

  .lg\:last\:mt-lg:last-child {
    margin-top: 64px
  }

  .lg\:last\:mr-lg:last-child {
    margin-right: 64px
  }

  .lg\:last\:mb-lg:last-child {
    margin-bottom: 64px
  }

  .lg\:last\:ml-lg:last-child {
    margin-left: 64px
  }

  .lg\:last\:mt-xl:last-child {
    margin-top: 128px
  }

  .lg\:last\:mr-xl:last-child {
    margin-right: 128px
  }

  .lg\:last\:mb-xl:last-child {
    margin-bottom: 128px
  }

  .lg\:last\:ml-xl:last-child {
    margin-left: 128px
  }

  .lg\:last\:-mt-1:last-child {
    margin-top: -5px
  }

  .lg\:last\:-mr-1:last-child {
    margin-right: -5px
  }

  .lg\:last\:-mb-1:last-child {
    margin-bottom: -5px
  }

  .lg\:last\:-ml-1:last-child {
    margin-left: -5px
  }

  .lg\:last\:-mt-2:last-child {
    margin-top: -10px
  }

  .lg\:last\:-mr-2:last-child {
    margin-right: -10px
  }

  .lg\:last\:-mb-2:last-child {
    margin-bottom: -10px
  }

  .lg\:last\:-ml-2:last-child {
    margin-left: -10px
  }

  .lg\:last\:-mt-3:last-child {
    margin-top: -15px
  }

  .lg\:last\:-mr-3:last-child {
    margin-right: -15px
  }

  .lg\:last\:-mb-3:last-child {
    margin-bottom: -15px
  }

  .lg\:last\:-ml-3:last-child {
    margin-left: -15px
  }

  .lg\:last\:-mt-4:last-child {
    margin-top: -20px
  }

  .lg\:last\:-mr-4:last-child {
    margin-right: -20px
  }

  .lg\:last\:-mb-4:last-child {
    margin-bottom: -20px
  }

  .lg\:last\:-ml-4:last-child {
    margin-left: -20px
  }

  .lg\:last\:-mt-5:last-child {
    margin-top: -25px
  }

  .lg\:last\:-mr-5:last-child {
    margin-right: -25px
  }

  .lg\:last\:-mb-5:last-child {
    margin-bottom: -25px
  }

  .lg\:last\:-ml-5:last-child {
    margin-left: -25px
  }

  .lg\:last\:-mt-6:last-child {
    margin-top: -30px
  }

  .lg\:last\:-mr-6:last-child {
    margin-right: -30px
  }

  .lg\:last\:-mb-6:last-child {
    margin-bottom: -30px
  }

  .lg\:last\:-ml-6:last-child {
    margin-left: -30px
  }

  .lg\:last\:-mt-7:last-child {
    margin-top: -35px
  }

  .lg\:last\:-mr-7:last-child {
    margin-right: -35px
  }

  .lg\:last\:-mb-7:last-child {
    margin-bottom: -35px
  }

  .lg\:last\:-ml-7:last-child {
    margin-left: -35px
  }

  .lg\:last\:-mt-8:last-child {
    margin-top: -40px
  }

  .lg\:last\:-mr-8:last-child {
    margin-right: -40px
  }

  .lg\:last\:-mb-8:last-child {
    margin-bottom: -40px
  }

  .lg\:last\:-ml-8:last-child {
    margin-left: -40px
  }

  .lg\:last\:-mt-9:last-child {
    margin-top: -45px
  }

  .lg\:last\:-mr-9:last-child {
    margin-right: -45px
  }

  .lg\:last\:-mb-9:last-child {
    margin-bottom: -45px
  }

  .lg\:last\:-ml-9:last-child {
    margin-left: -45px
  }

  .lg\:last\:-mt-10:last-child {
    margin-top: -50px
  }

  .lg\:last\:-mr-10:last-child {
    margin-right: -50px
  }

  .lg\:last\:-mb-10:last-child {
    margin-bottom: -50px
  }

  .lg\:last\:-ml-10:last-child {
    margin-left: -50px
  }

  .lg\:last\:-mt-11:last-child {
    margin-top: -55px
  }

  .lg\:last\:-mr-11:last-child {
    margin-right: -55px
  }

  .lg\:last\:-mb-11:last-child {
    margin-bottom: -55px
  }

  .lg\:last\:-ml-11:last-child {
    margin-left: -55px
  }

  .lg\:last\:-mt-12:last-child {
    margin-top: -60px
  }

  .lg\:last\:-mr-12:last-child {
    margin-right: -60px
  }

  .lg\:last\:-mb-12:last-child {
    margin-bottom: -60px
  }

  .lg\:last\:-ml-12:last-child {
    margin-left: -60px
  }

  .lg\:last\:-mt-13:last-child {
    margin-top: -65px
  }

  .lg\:last\:-mr-13:last-child {
    margin-right: -65px
  }

  .lg\:last\:-mb-13:last-child {
    margin-bottom: -65px
  }

  .lg\:last\:-ml-13:last-child {
    margin-left: -65px
  }

  .lg\:last\:-mt-14:last-child {
    margin-top: -70px
  }

  .lg\:last\:-mr-14:last-child {
    margin-right: -70px
  }

  .lg\:last\:-mb-14:last-child {
    margin-bottom: -70px
  }

  .lg\:last\:-ml-14:last-child {
    margin-left: -70px
  }

  .lg\:last\:-mt-15:last-child {
    margin-top: -75px
  }

  .lg\:last\:-mr-15:last-child {
    margin-right: -75px
  }

  .lg\:last\:-mb-15:last-child {
    margin-bottom: -75px
  }

  .lg\:last\:-ml-15:last-child {
    margin-left: -75px
  }

  .lg\:last\:-mt-16:last-child {
    margin-top: -80px
  }

  .lg\:last\:-mr-16:last-child {
    margin-right: -80px
  }

  .lg\:last\:-mb-16:last-child {
    margin-bottom: -80px
  }

  .lg\:last\:-ml-16:last-child {
    margin-left: -80px
  }

  .lg\:last\:-mt-17:last-child {
    margin-top: -85px
  }

  .lg\:last\:-mr-17:last-child {
    margin-right: -85px
  }

  .lg\:last\:-mb-17:last-child {
    margin-bottom: -85px
  }

  .lg\:last\:-ml-17:last-child {
    margin-left: -85px
  }

  .lg\:last\:-mt-18:last-child {
    margin-top: -90px
  }

  .lg\:last\:-mr-18:last-child {
    margin-right: -90px
  }

  .lg\:last\:-mb-18:last-child {
    margin-bottom: -90px
  }

  .lg\:last\:-ml-18:last-child {
    margin-left: -90px
  }

  .lg\:last\:-mt-19:last-child {
    margin-top: -95px
  }

  .lg\:last\:-mr-19:last-child {
    margin-right: -95px
  }

  .lg\:last\:-mb-19:last-child {
    margin-bottom: -95px
  }

  .lg\:last\:-ml-19:last-child {
    margin-left: -95px
  }

  .lg\:last\:-mt-20:last-child {
    margin-top: -100px
  }

  .lg\:last\:-mr-20:last-child {
    margin-right: -100px
  }

  .lg\:last\:-mb-20:last-child {
    margin-bottom: -100px
  }

  .lg\:last\:-ml-20:last-child {
    margin-left: -100px
  }

  .lg\:last\:-mt-xxs:last-child {
    margin-top: -8px
  }

  .lg\:last\:-mr-xxs:last-child {
    margin-right: -8px
  }

  .lg\:last\:-mb-xxs:last-child {
    margin-bottom: -8px
  }

  .lg\:last\:-ml-xxs:last-child {
    margin-left: -8px
  }

  .lg\:last\:-mt-xs:last-child {
    margin-top: -12px
  }

  .lg\:last\:-mr-xs:last-child {
    margin-right: -12px
  }

  .lg\:last\:-mb-xs:last-child {
    margin-bottom: -12px
  }

  .lg\:last\:-ml-xs:last-child {
    margin-left: -12px
  }

  .lg\:last\:-mt-sm:last-child {
    margin-top: -24px
  }

  .lg\:last\:-mr-sm:last-child {
    margin-right: -24px
  }

  .lg\:last\:-mb-sm:last-child {
    margin-bottom: -24px
  }

  .lg\:last\:-ml-sm:last-child {
    margin-left: -24px
  }

  .lg\:last\:-mt-md:last-child {
    margin-top: -48px
  }

  .lg\:last\:-mr-md:last-child {
    margin-right: -48px
  }

  .lg\:last\:-mb-md:last-child {
    margin-bottom: -48px
  }

  .lg\:last\:-ml-md:last-child {
    margin-left: -48px
  }

  .lg\:last\:-mt-lg:last-child {
    margin-top: -64px
  }

  .lg\:last\:-mr-lg:last-child {
    margin-right: -64px
  }

  .lg\:last\:-mb-lg:last-child {
    margin-bottom: -64px
  }

  .lg\:last\:-ml-lg:last-child {
    margin-left: -64px
  }

  .lg\:last\:-mt-xl:last-child {
    margin-top: -128px
  }

  .lg\:last\:-mr-xl:last-child {
    margin-right: -128px
  }

  .lg\:last\:-mb-xl:last-child {
    margin-bottom: -128px
  }

  .lg\:last\:-ml-xl:last-child {
    margin-left: -128px
  }

  .lg\:max-h-0 {
    max-height: 0
  }

  .lg\:max-h-1 {
    max-height: 5px
  }

  .lg\:max-h-2 {
    max-height: 10px
  }

  .lg\:max-h-3 {
    max-height: 15px
  }

  .lg\:max-h-4 {
    max-height: 20px
  }

  .lg\:max-h-5 {
    max-height: 25px
  }

  .lg\:max-h-6 {
    max-height: 30px
  }

  .lg\:max-h-7 {
    max-height: 35px
  }

  .lg\:max-h-8 {
    max-height: 40px
  }

  .lg\:max-h-9 {
    max-height: 45px
  }

  .lg\:max-h-10 {
    max-height: 50px
  }

  .lg\:max-h-11 {
    max-height: 55px
  }

  .lg\:max-h-12 {
    max-height: 60px
  }

  .lg\:max-h-13 {
    max-height: 65px
  }

  .lg\:max-h-14 {
    max-height: 70px
  }

  .lg\:max-h-15 {
    max-height: 75px
  }

  .lg\:max-h-16 {
    max-height: 80px
  }

  .lg\:max-h-17 {
    max-height: 85px
  }

  .lg\:max-h-18 {
    max-height: 90px
  }

  .lg\:max-h-19 {
    max-height: 95px
  }

  .lg\:max-h-20 {
    max-height: 100px
  }

  .lg\:max-h-full {
    max-height: 100%
  }

  .lg\:max-h-screen {
    max-height: 100vh
  }

  .lg\:max-h-xxs {
    max-height: 8px
  }

  .lg\:max-h-xs {
    max-height: 12px
  }

  .lg\:max-h-sm {
    max-height: 24px
  }

  .lg\:max-h-md {
    max-height: 48px
  }

  .lg\:max-h-lg {
    max-height: 64px
  }

  .lg\:max-h-xl {
    max-height: 128px
  }

  .lg\:max-w-0 {
    max-width: 0
  }

  .lg\:max-w-1 {
    max-width: 5px
  }

  .lg\:max-w-2 {
    max-width: 10px
  }

  .lg\:max-w-3 {
    max-width: 15px
  }

  .lg\:max-w-4 {
    max-width: 20px
  }

  .lg\:max-w-5 {
    max-width: 25px
  }

  .lg\:max-w-6 {
    max-width: 30px
  }

  .lg\:max-w-7 {
    max-width: 35px
  }

  .lg\:max-w-8 {
    max-width: 40px
  }

  .lg\:max-w-9 {
    max-width: 45px
  }

  .lg\:max-w-10 {
    max-width: 50px
  }

  .lg\:max-w-11 {
    max-width: 55px
  }

  .lg\:max-w-12 {
    max-width: 60px
  }

  .lg\:max-w-13 {
    max-width: 65px
  }

  .lg\:max-w-14 {
    max-width: 70px
  }

  .lg\:max-w-15 {
    max-width: 75px
  }

  .lg\:max-w-16 {
    max-width: 80px
  }

  .lg\:max-w-17 {
    max-width: 85px
  }

  .lg\:max-w-18 {
    max-width: 90px
  }

  .lg\:max-w-19 {
    max-width: 95px
  }

  .lg\:max-w-20 {
    max-width: 100px
  }

  .lg\:max-w-none {
    max-width: none
  }

  .lg\:max-w-full {
    max-width: 100%
  }

  .lg\:max-w-xxs {
    max-width: 8px
  }

  .lg\:max-w-xs {
    max-width: 12px
  }

  .lg\:max-w-sm {
    max-width: 24px
  }

  .lg\:max-w-md {
    max-width: 48px
  }

  .lg\:max-w-lg {
    max-width: 64px
  }

  .lg\:max-w-xl {
    max-width: 128px
  }

  .lg\:max-w-screen-sm {
    max-width: 767px
  }

  .lg\:max-w-screen-md {
    max-width: 768px
  }

  .lg\:max-w-screen-lg {
    max-width: 912px
  }

  .lg\:max-w-screen-xl {
    max-width: 1280px
  }

  .lg\:min-h-0 {
    min-height: 0
  }

  .lg\:min-h-1 {
    min-height: 5px
  }

  .lg\:min-h-2 {
    min-height: 10px
  }

  .lg\:min-h-3 {
    min-height: 15px
  }

  .lg\:min-h-4 {
    min-height: 20px
  }

  .lg\:min-h-5 {
    min-height: 25px
  }

  .lg\:min-h-6 {
    min-height: 30px
  }

  .lg\:min-h-7 {
    min-height: 35px
  }

  .lg\:min-h-8 {
    min-height: 40px
  }

  .lg\:min-h-9 {
    min-height: 45px
  }

  .lg\:min-h-10 {
    min-height: 50px
  }

  .lg\:min-h-11 {
    min-height: 55px
  }

  .lg\:min-h-12 {
    min-height: 60px
  }

  .lg\:min-h-13 {
    min-height: 65px
  }

  .lg\:min-h-14 {
    min-height: 70px
  }

  .lg\:min-h-15 {
    min-height: 75px
  }

  .lg\:min-h-16 {
    min-height: 80px
  }

  .lg\:min-h-17 {
    min-height: 85px
  }

  .lg\:min-h-18 {
    min-height: 90px
  }

  .lg\:min-h-19 {
    min-height: 95px
  }

  .lg\:min-h-20 {
    min-height: 100px
  }

  .lg\:min-h-full {
    min-height: 100%
  }

  .lg\:min-h-screen {
    min-height: 100vh
  }

  .lg\:min-h-xxs {
    min-height: 8px
  }

  .lg\:min-h-xs {
    min-height: 12px
  }

  .lg\:min-h-sm {
    min-height: 24px
  }

  .lg\:min-h-md {
    min-height: 48px
  }

  .lg\:min-h-lg {
    min-height: 64px
  }

  .lg\:min-h-xl {
    min-height: 128px
  }

  .lg\:min-w-0 {
    min-width: 0
  }

  .lg\:min-w-1 {
    min-width: 5px
  }

  .lg\:min-w-2 {
    min-width: 10px
  }

  .lg\:min-w-3 {
    min-width: 15px
  }

  .lg\:min-w-4 {
    min-width: 20px
  }

  .lg\:min-w-5 {
    min-width: 25px
  }

  .lg\:min-w-6 {
    min-width: 30px
  }

  .lg\:min-w-7 {
    min-width: 35px
  }

  .lg\:min-w-8 {
    min-width: 40px
  }

  .lg\:min-w-9 {
    min-width: 45px
  }

  .lg\:min-w-10 {
    min-width: 50px
  }

  .lg\:min-w-11 {
    min-width: 55px
  }

  .lg\:min-w-12 {
    min-width: 60px
  }

  .lg\:min-w-13 {
    min-width: 65px
  }

  .lg\:min-w-14 {
    min-width: 70px
  }

  .lg\:min-w-15 {
    min-width: 75px
  }

  .lg\:min-w-16 {
    min-width: 80px
  }

  .lg\:min-w-17 {
    min-width: 85px
  }

  .lg\:min-w-18 {
    min-width: 90px
  }

  .lg\:min-w-19 {
    min-width: 95px
  }

  .lg\:min-w-20 {
    min-width: 100px
  }

  .lg\:min-w-full {
    min-width: 100%
  }

  .lg\:min-w-screen {
    min-width: 100vw
  }

  .lg\:min-w-xxs {
    min-width: 8px
  }

  .lg\:min-w-xs {
    min-width: 12px
  }

  .lg\:min-w-sm {
    min-width: 24px
  }

  .lg\:min-w-md {
    min-width: 48px
  }

  .lg\:min-w-lg {
    min-width: 64px
  }

  .lg\:min-w-xl {
    min-width: 128px
  }

  .lg\:object-contain {
    -o-object-fit: contain;
       object-fit: contain
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover
  }

  .lg\:object-fill {
    -o-object-fit: fill;
       object-fit: fill
  }

  .lg\:object-none {
    -o-object-fit: none;
       object-fit: none
  }

  .lg\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down
  }

  .lg\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom
  }

  .lg\:object-center {
    -o-object-position: center;
       object-position: center
  }

  .lg\:object-left {
    -o-object-position: left;
       object-position: left
  }

  .lg\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom
  }

  .lg\:object-left-top {
    -o-object-position: left top;
       object-position: left top
  }

  .lg\:object-right {
    -o-object-position: right;
       object-position: right
  }

  .lg\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom
  }

  .lg\:object-right-top {
    -o-object-position: right top;
       object-position: right top
  }

  .lg\:object-top {
    -o-object-position: top;
       object-position: top
  }

  .lg\:opacity-0 {
    opacity: 0
  }

  .lg\:opacity-25 {
    opacity: 0.25
  }

  .lg\:opacity-50 {
    opacity: 0.5
  }

  .lg\:opacity-75 {
    opacity: 0.75
  }

  .lg\:opacity-100 {
    opacity: 1
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0
  }

  .lg\:hover\:opacity-25:hover {
    opacity: 0.25
  }

  .lg\:hover\:opacity-50:hover {
    opacity: 0.5
  }

  .lg\:hover\:opacity-75:hover {
    opacity: 0.75
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1
  }

  .lg\:focus\:opacity-0:focus {
    opacity: 0
  }

  .lg\:focus\:opacity-25:focus {
    opacity: 0.25
  }

  .lg\:focus\:opacity-50:focus {
    opacity: 0.5
  }

  .lg\:focus\:opacity-75:focus {
    opacity: 0.75
  }

  .lg\:focus\:opacity-100:focus {
    opacity: 1
  }

  .lg\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
  }

  .lg\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px
  }

  .lg\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px
  }

  .lg\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
  }

  .lg\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px
  }

  .lg\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px
  }

  .lg\:overflow-auto {
    overflow: auto
  }

  .lg\:overflow-hidden {
    overflow: hidden
  }

  .lg\:overflow-visible {
    overflow: visible
  }

  .lg\:overflow-scroll {
    overflow: scroll
  }

  .lg\:overflow-x-auto {
    overflow-x: auto
  }

  .lg\:overflow-y-auto {
    overflow-y: auto
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden
  }

  .lg\:overflow-x-visible {
    overflow-x: visible
  }

  .lg\:overflow-y-visible {
    overflow-y: visible
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto
  }

  .lg\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto
  }

  .lg\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain
  }

  .lg\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none
  }

  .lg\:overscroll-y-auto {
    overscroll-behavior-y: auto
  }

  .lg\:overscroll-y-contain {
    overscroll-behavior-y: contain
  }

  .lg\:overscroll-y-none {
    overscroll-behavior-y: none
  }

  .lg\:overscroll-x-auto {
    overscroll-behavior-x: auto
  }

  .lg\:overscroll-x-contain {
    overscroll-behavior-x: contain
  }

  .lg\:overscroll-x-none {
    overscroll-behavior-x: none
  }

  .lg\:p-0 {
    padding: 0
  }

  .lg\:p-1 {
    padding: 5px
  }

  .lg\:p-2 {
    padding: 10px
  }

  .lg\:p-3 {
    padding: 15px
  }

  .lg\:p-4 {
    padding: 20px
  }

  .lg\:p-5 {
    padding: 25px
  }

  .lg\:p-6 {
    padding: 30px
  }

  .lg\:p-7 {
    padding: 35px
  }

  .lg\:p-8 {
    padding: 40px
  }

  .lg\:p-9 {
    padding: 45px
  }

  .lg\:p-10 {
    padding: 50px
  }

  .lg\:p-11 {
    padding: 55px
  }

  .lg\:p-12 {
    padding: 60px
  }

  .lg\:p-13 {
    padding: 65px
  }

  .lg\:p-14 {
    padding: 70px
  }

  .lg\:p-15 {
    padding: 75px
  }

  .lg\:p-16 {
    padding: 80px
  }

  .lg\:p-17 {
    padding: 85px
  }

  .lg\:p-18 {
    padding: 90px
  }

  .lg\:p-19 {
    padding: 95px
  }

  .lg\:p-20 {
    padding: 100px
  }

  .lg\:p-xxs {
    padding: 8px
  }

  .lg\:p-xs {
    padding: 12px
  }

  .lg\:p-sm {
    padding: 24px
  }

  .lg\:p-md {
    padding: 48px
  }

  .lg\:p-lg {
    padding: 64px
  }

  .lg\:p-xl {
    padding: 128px
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0
  }

  .lg\:py-1 {
    padding-top: 5px;
    padding-bottom: 5px
  }

  .lg\:px-1 {
    padding-left: 5px;
    padding-right: 5px
  }

  .lg\:py-2 {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .lg\:px-2 {
    padding-left: 10px;
    padding-right: 10px
  }

  .lg\:py-3 {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .lg\:px-3 {
    padding-left: 15px;
    padding-right: 15px
  }

  .lg\:py-4 {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .lg\:px-4 {
    padding-left: 20px;
    padding-right: 20px
  }

  .lg\:py-5 {
    padding-top: 25px;
    padding-bottom: 25px
  }

  .lg\:px-5 {
    padding-left: 25px;
    padding-right: 25px
  }

  .lg\:py-6 {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .lg\:px-6 {
    padding-left: 30px;
    padding-right: 30px
  }

  .lg\:py-7 {
    padding-top: 35px;
    padding-bottom: 35px
  }

  .lg\:px-7 {
    padding-left: 35px;
    padding-right: 35px
  }

  .lg\:py-8 {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .lg\:px-8 {
    padding-left: 40px;
    padding-right: 40px
  }

  .lg\:py-9 {
    padding-top: 45px;
    padding-bottom: 45px
  }

  .lg\:px-9 {
    padding-left: 45px;
    padding-right: 45px
  }

  .lg\:py-10 {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .lg\:px-10 {
    padding-left: 50px;
    padding-right: 50px
  }

  .lg\:py-11 {
    padding-top: 55px;
    padding-bottom: 55px
  }

  .lg\:px-11 {
    padding-left: 55px;
    padding-right: 55px
  }

  .lg\:py-12 {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .lg\:px-12 {
    padding-left: 60px;
    padding-right: 60px
  }

  .lg\:py-13 {
    padding-top: 65px;
    padding-bottom: 65px
  }

  .lg\:px-13 {
    padding-left: 65px;
    padding-right: 65px
  }

  .lg\:py-14 {
    padding-top: 70px;
    padding-bottom: 70px
  }

  .lg\:px-14 {
    padding-left: 70px;
    padding-right: 70px
  }

  .lg\:py-15 {
    padding-top: 75px;
    padding-bottom: 75px
  }

  .lg\:px-15 {
    padding-left: 75px;
    padding-right: 75px
  }

  .lg\:py-16 {
    padding-top: 80px;
    padding-bottom: 80px
  }

  .lg\:px-16 {
    padding-left: 80px;
    padding-right: 80px
  }

  .lg\:py-17 {
    padding-top: 85px;
    padding-bottom: 85px
  }

  .lg\:px-17 {
    padding-left: 85px;
    padding-right: 85px
  }

  .lg\:py-18 {
    padding-top: 90px;
    padding-bottom: 90px
  }

  .lg\:px-18 {
    padding-left: 90px;
    padding-right: 90px
  }

  .lg\:py-19 {
    padding-top: 95px;
    padding-bottom: 95px
  }

  .lg\:px-19 {
    padding-left: 95px;
    padding-right: 95px
  }

  .lg\:py-20 {
    padding-top: 100px;
    padding-bottom: 100px
  }

  .lg\:px-20 {
    padding-left: 100px;
    padding-right: 100px
  }

  .lg\:py-xxs {
    padding-top: 8px;
    padding-bottom: 8px
  }

  .lg\:px-xxs {
    padding-left: 8px;
    padding-right: 8px
  }

  .lg\:py-xs {
    padding-top: 12px;
    padding-bottom: 12px
  }

  .lg\:px-xs {
    padding-left: 12px;
    padding-right: 12px
  }

  .lg\:py-sm {
    padding-top: 24px;
    padding-bottom: 24px
  }

  .lg\:px-sm {
    padding-left: 24px;
    padding-right: 24px
  }

  .lg\:py-md {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .lg\:px-md {
    padding-left: 48px;
    padding-right: 48px
  }

  .lg\:py-lg {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .lg\:px-lg {
    padding-left: 64px;
    padding-right: 64px
  }

  .lg\:py-xl {
    padding-top: 128px;
    padding-bottom: 128px
  }

  .lg\:px-xl {
    padding-left: 128px;
    padding-right: 128px
  }

  .lg\:pt-0 {
    padding-top: 0
  }

  .lg\:pr-0 {
    padding-right: 0
  }

  .lg\:pb-0 {
    padding-bottom: 0
  }

  .lg\:pl-0 {
    padding-left: 0
  }

  .lg\:pt-1 {
    padding-top: 5px
  }

  .lg\:pr-1 {
    padding-right: 5px
  }

  .lg\:pb-1 {
    padding-bottom: 5px
  }

  .lg\:pl-1 {
    padding-left: 5px
  }

  .lg\:pt-2 {
    padding-top: 10px
  }

  .lg\:pr-2 {
    padding-right: 10px
  }

  .lg\:pb-2 {
    padding-bottom: 10px
  }

  .lg\:pl-2 {
    padding-left: 10px
  }

  .lg\:pt-3 {
    padding-top: 15px
  }

  .lg\:pr-3 {
    padding-right: 15px
  }

  .lg\:pb-3 {
    padding-bottom: 15px
  }

  .lg\:pl-3 {
    padding-left: 15px
  }

  .lg\:pt-4 {
    padding-top: 20px
  }

  .lg\:pr-4 {
    padding-right: 20px
  }

  .lg\:pb-4 {
    padding-bottom: 20px
  }

  .lg\:pl-4 {
    padding-left: 20px
  }

  .lg\:pt-5 {
    padding-top: 25px
  }

  .lg\:pr-5 {
    padding-right: 25px
  }

  .lg\:pb-5 {
    padding-bottom: 25px
  }

  .lg\:pl-5 {
    padding-left: 25px
  }

  .lg\:pt-6 {
    padding-top: 30px
  }

  .lg\:pr-6 {
    padding-right: 30px
  }

  .lg\:pb-6 {
    padding-bottom: 30px
  }

  .lg\:pl-6 {
    padding-left: 30px
  }

  .lg\:pt-7 {
    padding-top: 35px
  }

  .lg\:pr-7 {
    padding-right: 35px
  }

  .lg\:pb-7 {
    padding-bottom: 35px
  }

  .lg\:pl-7 {
    padding-left: 35px
  }

  .lg\:pt-8 {
    padding-top: 40px
  }

  .lg\:pr-8 {
    padding-right: 40px
  }

  .lg\:pb-8 {
    padding-bottom: 40px
  }

  .lg\:pl-8 {
    padding-left: 40px
  }

  .lg\:pt-9 {
    padding-top: 45px
  }

  .lg\:pr-9 {
    padding-right: 45px
  }

  .lg\:pb-9 {
    padding-bottom: 45px
  }

  .lg\:pl-9 {
    padding-left: 45px
  }

  .lg\:pt-10 {
    padding-top: 50px
  }

  .lg\:pr-10 {
    padding-right: 50px
  }

  .lg\:pb-10 {
    padding-bottom: 50px
  }

  .lg\:pl-10 {
    padding-left: 50px
  }

  .lg\:pt-11 {
    padding-top: 55px
  }

  .lg\:pr-11 {
    padding-right: 55px
  }

  .lg\:pb-11 {
    padding-bottom: 55px
  }

  .lg\:pl-11 {
    padding-left: 55px
  }

  .lg\:pt-12 {
    padding-top: 60px
  }

  .lg\:pr-12 {
    padding-right: 60px
  }

  .lg\:pb-12 {
    padding-bottom: 60px
  }

  .lg\:pl-12 {
    padding-left: 60px
  }

  .lg\:pt-13 {
    padding-top: 65px
  }

  .lg\:pr-13 {
    padding-right: 65px
  }

  .lg\:pb-13 {
    padding-bottom: 65px
  }

  .lg\:pl-13 {
    padding-left: 65px
  }

  .lg\:pt-14 {
    padding-top: 70px
  }

  .lg\:pr-14 {
    padding-right: 70px
  }

  .lg\:pb-14 {
    padding-bottom: 70px
  }

  .lg\:pl-14 {
    padding-left: 70px
  }

  .lg\:pt-15 {
    padding-top: 75px
  }

  .lg\:pr-15 {
    padding-right: 75px
  }

  .lg\:pb-15 {
    padding-bottom: 75px
  }

  .lg\:pl-15 {
    padding-left: 75px
  }

  .lg\:pt-16 {
    padding-top: 80px
  }

  .lg\:pr-16 {
    padding-right: 80px
  }

  .lg\:pb-16 {
    padding-bottom: 80px
  }

  .lg\:pl-16 {
    padding-left: 80px
  }

  .lg\:pt-17 {
    padding-top: 85px
  }

  .lg\:pr-17 {
    padding-right: 85px
  }

  .lg\:pb-17 {
    padding-bottom: 85px
  }

  .lg\:pl-17 {
    padding-left: 85px
  }

  .lg\:pt-18 {
    padding-top: 90px
  }

  .lg\:pr-18 {
    padding-right: 90px
  }

  .lg\:pb-18 {
    padding-bottom: 90px
  }

  .lg\:pl-18 {
    padding-left: 90px
  }

  .lg\:pt-19 {
    padding-top: 95px
  }

  .lg\:pr-19 {
    padding-right: 95px
  }

  .lg\:pb-19 {
    padding-bottom: 95px
  }

  .lg\:pl-19 {
    padding-left: 95px
  }

  .lg\:pt-20 {
    padding-top: 100px
  }

  .lg\:pr-20 {
    padding-right: 100px
  }

  .lg\:pb-20 {
    padding-bottom: 100px
  }

  .lg\:pl-20 {
    padding-left: 100px
  }

  .lg\:pt-xxs {
    padding-top: 8px
  }

  .lg\:pr-xxs {
    padding-right: 8px
  }

  .lg\:pb-xxs {
    padding-bottom: 8px
  }

  .lg\:pl-xxs {
    padding-left: 8px
  }

  .lg\:pt-xs {
    padding-top: 12px
  }

  .lg\:pr-xs {
    padding-right: 12px
  }

  .lg\:pb-xs {
    padding-bottom: 12px
  }

  .lg\:pl-xs {
    padding-left: 12px
  }

  .lg\:pt-sm {
    padding-top: 24px
  }

  .lg\:pr-sm {
    padding-right: 24px
  }

  .lg\:pb-sm {
    padding-bottom: 24px
  }

  .lg\:pl-sm {
    padding-left: 24px
  }

  .lg\:pt-md {
    padding-top: 48px
  }

  .lg\:pr-md {
    padding-right: 48px
  }

  .lg\:pb-md {
    padding-bottom: 48px
  }

  .lg\:pl-md {
    padding-left: 48px
  }

  .lg\:pt-lg {
    padding-top: 64px
  }

  .lg\:pr-lg {
    padding-right: 64px
  }

  .lg\:pb-lg {
    padding-bottom: 64px
  }

  .lg\:pl-lg {
    padding-left: 64px
  }

  .lg\:pt-xl {
    padding-top: 128px
  }

  .lg\:pr-xl {
    padding-right: 128px
  }

  .lg\:pb-xl {
    padding-bottom: 128px
  }

  .lg\:pl-xl {
    padding-left: 128px
  }

  .lg\:first\:p-0:first-child {
    padding: 0
  }

  .lg\:first\:p-1:first-child {
    padding: 5px
  }

  .lg\:first\:p-2:first-child {
    padding: 10px
  }

  .lg\:first\:p-3:first-child {
    padding: 15px
  }

  .lg\:first\:p-4:first-child {
    padding: 20px
  }

  .lg\:first\:p-5:first-child {
    padding: 25px
  }

  .lg\:first\:p-6:first-child {
    padding: 30px
  }

  .lg\:first\:p-7:first-child {
    padding: 35px
  }

  .lg\:first\:p-8:first-child {
    padding: 40px
  }

  .lg\:first\:p-9:first-child {
    padding: 45px
  }

  .lg\:first\:p-10:first-child {
    padding: 50px
  }

  .lg\:first\:p-11:first-child {
    padding: 55px
  }

  .lg\:first\:p-12:first-child {
    padding: 60px
  }

  .lg\:first\:p-13:first-child {
    padding: 65px
  }

  .lg\:first\:p-14:first-child {
    padding: 70px
  }

  .lg\:first\:p-15:first-child {
    padding: 75px
  }

  .lg\:first\:p-16:first-child {
    padding: 80px
  }

  .lg\:first\:p-17:first-child {
    padding: 85px
  }

  .lg\:first\:p-18:first-child {
    padding: 90px
  }

  .lg\:first\:p-19:first-child {
    padding: 95px
  }

  .lg\:first\:p-20:first-child {
    padding: 100px
  }

  .lg\:first\:p-xxs:first-child {
    padding: 8px
  }

  .lg\:first\:p-xs:first-child {
    padding: 12px
  }

  .lg\:first\:p-sm:first-child {
    padding: 24px
  }

  .lg\:first\:p-md:first-child {
    padding: 48px
  }

  .lg\:first\:p-lg:first-child {
    padding: 64px
  }

  .lg\:first\:p-xl:first-child {
    padding: 128px
  }

  .lg\:first\:py-0:first-child {
    padding-top: 0;
    padding-bottom: 0
  }

  .lg\:first\:px-0:first-child {
    padding-left: 0;
    padding-right: 0
  }

  .lg\:first\:py-1:first-child {
    padding-top: 5px;
    padding-bottom: 5px
  }

  .lg\:first\:px-1:first-child {
    padding-left: 5px;
    padding-right: 5px
  }

  .lg\:first\:py-2:first-child {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .lg\:first\:px-2:first-child {
    padding-left: 10px;
    padding-right: 10px
  }

  .lg\:first\:py-3:first-child {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .lg\:first\:px-3:first-child {
    padding-left: 15px;
    padding-right: 15px
  }

  .lg\:first\:py-4:first-child {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .lg\:first\:px-4:first-child {
    padding-left: 20px;
    padding-right: 20px
  }

  .lg\:first\:py-5:first-child {
    padding-top: 25px;
    padding-bottom: 25px
  }

  .lg\:first\:px-5:first-child {
    padding-left: 25px;
    padding-right: 25px
  }

  .lg\:first\:py-6:first-child {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .lg\:first\:px-6:first-child {
    padding-left: 30px;
    padding-right: 30px
  }

  .lg\:first\:py-7:first-child {
    padding-top: 35px;
    padding-bottom: 35px
  }

  .lg\:first\:px-7:first-child {
    padding-left: 35px;
    padding-right: 35px
  }

  .lg\:first\:py-8:first-child {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .lg\:first\:px-8:first-child {
    padding-left: 40px;
    padding-right: 40px
  }

  .lg\:first\:py-9:first-child {
    padding-top: 45px;
    padding-bottom: 45px
  }

  .lg\:first\:px-9:first-child {
    padding-left: 45px;
    padding-right: 45px
  }

  .lg\:first\:py-10:first-child {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .lg\:first\:px-10:first-child {
    padding-left: 50px;
    padding-right: 50px
  }

  .lg\:first\:py-11:first-child {
    padding-top: 55px;
    padding-bottom: 55px
  }

  .lg\:first\:px-11:first-child {
    padding-left: 55px;
    padding-right: 55px
  }

  .lg\:first\:py-12:first-child {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .lg\:first\:px-12:first-child {
    padding-left: 60px;
    padding-right: 60px
  }

  .lg\:first\:py-13:first-child {
    padding-top: 65px;
    padding-bottom: 65px
  }

  .lg\:first\:px-13:first-child {
    padding-left: 65px;
    padding-right: 65px
  }

  .lg\:first\:py-14:first-child {
    padding-top: 70px;
    padding-bottom: 70px
  }

  .lg\:first\:px-14:first-child {
    padding-left: 70px;
    padding-right: 70px
  }

  .lg\:first\:py-15:first-child {
    padding-top: 75px;
    padding-bottom: 75px
  }

  .lg\:first\:px-15:first-child {
    padding-left: 75px;
    padding-right: 75px
  }

  .lg\:first\:py-16:first-child {
    padding-top: 80px;
    padding-bottom: 80px
  }

  .lg\:first\:px-16:first-child {
    padding-left: 80px;
    padding-right: 80px
  }

  .lg\:first\:py-17:first-child {
    padding-top: 85px;
    padding-bottom: 85px
  }

  .lg\:first\:px-17:first-child {
    padding-left: 85px;
    padding-right: 85px
  }

  .lg\:first\:py-18:first-child {
    padding-top: 90px;
    padding-bottom: 90px
  }

  .lg\:first\:px-18:first-child {
    padding-left: 90px;
    padding-right: 90px
  }

  .lg\:first\:py-19:first-child {
    padding-top: 95px;
    padding-bottom: 95px
  }

  .lg\:first\:px-19:first-child {
    padding-left: 95px;
    padding-right: 95px
  }

  .lg\:first\:py-20:first-child {
    padding-top: 100px;
    padding-bottom: 100px
  }

  .lg\:first\:px-20:first-child {
    padding-left: 100px;
    padding-right: 100px
  }

  .lg\:first\:py-xxs:first-child {
    padding-top: 8px;
    padding-bottom: 8px
  }

  .lg\:first\:px-xxs:first-child {
    padding-left: 8px;
    padding-right: 8px
  }

  .lg\:first\:py-xs:first-child {
    padding-top: 12px;
    padding-bottom: 12px
  }

  .lg\:first\:px-xs:first-child {
    padding-left: 12px;
    padding-right: 12px
  }

  .lg\:first\:py-sm:first-child {
    padding-top: 24px;
    padding-bottom: 24px
  }

  .lg\:first\:px-sm:first-child {
    padding-left: 24px;
    padding-right: 24px
  }

  .lg\:first\:py-md:first-child {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .lg\:first\:px-md:first-child {
    padding-left: 48px;
    padding-right: 48px
  }

  .lg\:first\:py-lg:first-child {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .lg\:first\:px-lg:first-child {
    padding-left: 64px;
    padding-right: 64px
  }

  .lg\:first\:py-xl:first-child {
    padding-top: 128px;
    padding-bottom: 128px
  }

  .lg\:first\:px-xl:first-child {
    padding-left: 128px;
    padding-right: 128px
  }

  .lg\:first\:pt-0:first-child {
    padding-top: 0
  }

  .lg\:first\:pr-0:first-child {
    padding-right: 0
  }

  .lg\:first\:pb-0:first-child {
    padding-bottom: 0
  }

  .lg\:first\:pl-0:first-child {
    padding-left: 0
  }

  .lg\:first\:pt-1:first-child {
    padding-top: 5px
  }

  .lg\:first\:pr-1:first-child {
    padding-right: 5px
  }

  .lg\:first\:pb-1:first-child {
    padding-bottom: 5px
  }

  .lg\:first\:pl-1:first-child {
    padding-left: 5px
  }

  .lg\:first\:pt-2:first-child {
    padding-top: 10px
  }

  .lg\:first\:pr-2:first-child {
    padding-right: 10px
  }

  .lg\:first\:pb-2:first-child {
    padding-bottom: 10px
  }

  .lg\:first\:pl-2:first-child {
    padding-left: 10px
  }

  .lg\:first\:pt-3:first-child {
    padding-top: 15px
  }

  .lg\:first\:pr-3:first-child {
    padding-right: 15px
  }

  .lg\:first\:pb-3:first-child {
    padding-bottom: 15px
  }

  .lg\:first\:pl-3:first-child {
    padding-left: 15px
  }

  .lg\:first\:pt-4:first-child {
    padding-top: 20px
  }

  .lg\:first\:pr-4:first-child {
    padding-right: 20px
  }

  .lg\:first\:pb-4:first-child {
    padding-bottom: 20px
  }

  .lg\:first\:pl-4:first-child {
    padding-left: 20px
  }

  .lg\:first\:pt-5:first-child {
    padding-top: 25px
  }

  .lg\:first\:pr-5:first-child {
    padding-right: 25px
  }

  .lg\:first\:pb-5:first-child {
    padding-bottom: 25px
  }

  .lg\:first\:pl-5:first-child {
    padding-left: 25px
  }

  .lg\:first\:pt-6:first-child {
    padding-top: 30px
  }

  .lg\:first\:pr-6:first-child {
    padding-right: 30px
  }

  .lg\:first\:pb-6:first-child {
    padding-bottom: 30px
  }

  .lg\:first\:pl-6:first-child {
    padding-left: 30px
  }

  .lg\:first\:pt-7:first-child {
    padding-top: 35px
  }

  .lg\:first\:pr-7:first-child {
    padding-right: 35px
  }

  .lg\:first\:pb-7:first-child {
    padding-bottom: 35px
  }

  .lg\:first\:pl-7:first-child {
    padding-left: 35px
  }

  .lg\:first\:pt-8:first-child {
    padding-top: 40px
  }

  .lg\:first\:pr-8:first-child {
    padding-right: 40px
  }

  .lg\:first\:pb-8:first-child {
    padding-bottom: 40px
  }

  .lg\:first\:pl-8:first-child {
    padding-left: 40px
  }

  .lg\:first\:pt-9:first-child {
    padding-top: 45px
  }

  .lg\:first\:pr-9:first-child {
    padding-right: 45px
  }

  .lg\:first\:pb-9:first-child {
    padding-bottom: 45px
  }

  .lg\:first\:pl-9:first-child {
    padding-left: 45px
  }

  .lg\:first\:pt-10:first-child {
    padding-top: 50px
  }

  .lg\:first\:pr-10:first-child {
    padding-right: 50px
  }

  .lg\:first\:pb-10:first-child {
    padding-bottom: 50px
  }

  .lg\:first\:pl-10:first-child {
    padding-left: 50px
  }

  .lg\:first\:pt-11:first-child {
    padding-top: 55px
  }

  .lg\:first\:pr-11:first-child {
    padding-right: 55px
  }

  .lg\:first\:pb-11:first-child {
    padding-bottom: 55px
  }

  .lg\:first\:pl-11:first-child {
    padding-left: 55px
  }

  .lg\:first\:pt-12:first-child {
    padding-top: 60px
  }

  .lg\:first\:pr-12:first-child {
    padding-right: 60px
  }

  .lg\:first\:pb-12:first-child {
    padding-bottom: 60px
  }

  .lg\:first\:pl-12:first-child {
    padding-left: 60px
  }

  .lg\:first\:pt-13:first-child {
    padding-top: 65px
  }

  .lg\:first\:pr-13:first-child {
    padding-right: 65px
  }

  .lg\:first\:pb-13:first-child {
    padding-bottom: 65px
  }

  .lg\:first\:pl-13:first-child {
    padding-left: 65px
  }

  .lg\:first\:pt-14:first-child {
    padding-top: 70px
  }

  .lg\:first\:pr-14:first-child {
    padding-right: 70px
  }

  .lg\:first\:pb-14:first-child {
    padding-bottom: 70px
  }

  .lg\:first\:pl-14:first-child {
    padding-left: 70px
  }

  .lg\:first\:pt-15:first-child {
    padding-top: 75px
  }

  .lg\:first\:pr-15:first-child {
    padding-right: 75px
  }

  .lg\:first\:pb-15:first-child {
    padding-bottom: 75px
  }

  .lg\:first\:pl-15:first-child {
    padding-left: 75px
  }

  .lg\:first\:pt-16:first-child {
    padding-top: 80px
  }

  .lg\:first\:pr-16:first-child {
    padding-right: 80px
  }

  .lg\:first\:pb-16:first-child {
    padding-bottom: 80px
  }

  .lg\:first\:pl-16:first-child {
    padding-left: 80px
  }

  .lg\:first\:pt-17:first-child {
    padding-top: 85px
  }

  .lg\:first\:pr-17:first-child {
    padding-right: 85px
  }

  .lg\:first\:pb-17:first-child {
    padding-bottom: 85px
  }

  .lg\:first\:pl-17:first-child {
    padding-left: 85px
  }

  .lg\:first\:pt-18:first-child {
    padding-top: 90px
  }

  .lg\:first\:pr-18:first-child {
    padding-right: 90px
  }

  .lg\:first\:pb-18:first-child {
    padding-bottom: 90px
  }

  .lg\:first\:pl-18:first-child {
    padding-left: 90px
  }

  .lg\:first\:pt-19:first-child {
    padding-top: 95px
  }

  .lg\:first\:pr-19:first-child {
    padding-right: 95px
  }

  .lg\:first\:pb-19:first-child {
    padding-bottom: 95px
  }

  .lg\:first\:pl-19:first-child {
    padding-left: 95px
  }

  .lg\:first\:pt-20:first-child {
    padding-top: 100px
  }

  .lg\:first\:pr-20:first-child {
    padding-right: 100px
  }

  .lg\:first\:pb-20:first-child {
    padding-bottom: 100px
  }

  .lg\:first\:pl-20:first-child {
    padding-left: 100px
  }

  .lg\:first\:pt-xxs:first-child {
    padding-top: 8px
  }

  .lg\:first\:pr-xxs:first-child {
    padding-right: 8px
  }

  .lg\:first\:pb-xxs:first-child {
    padding-bottom: 8px
  }

  .lg\:first\:pl-xxs:first-child {
    padding-left: 8px
  }

  .lg\:first\:pt-xs:first-child {
    padding-top: 12px
  }

  .lg\:first\:pr-xs:first-child {
    padding-right: 12px
  }

  .lg\:first\:pb-xs:first-child {
    padding-bottom: 12px
  }

  .lg\:first\:pl-xs:first-child {
    padding-left: 12px
  }

  .lg\:first\:pt-sm:first-child {
    padding-top: 24px
  }

  .lg\:first\:pr-sm:first-child {
    padding-right: 24px
  }

  .lg\:first\:pb-sm:first-child {
    padding-bottom: 24px
  }

  .lg\:first\:pl-sm:first-child {
    padding-left: 24px
  }

  .lg\:first\:pt-md:first-child {
    padding-top: 48px
  }

  .lg\:first\:pr-md:first-child {
    padding-right: 48px
  }

  .lg\:first\:pb-md:first-child {
    padding-bottom: 48px
  }

  .lg\:first\:pl-md:first-child {
    padding-left: 48px
  }

  .lg\:first\:pt-lg:first-child {
    padding-top: 64px
  }

  .lg\:first\:pr-lg:first-child {
    padding-right: 64px
  }

  .lg\:first\:pb-lg:first-child {
    padding-bottom: 64px
  }

  .lg\:first\:pl-lg:first-child {
    padding-left: 64px
  }

  .lg\:first\:pt-xl:first-child {
    padding-top: 128px
  }

  .lg\:first\:pr-xl:first-child {
    padding-right: 128px
  }

  .lg\:first\:pb-xl:first-child {
    padding-bottom: 128px
  }

  .lg\:first\:pl-xl:first-child {
    padding-left: 128px
  }

  .lg\:last\:p-0:last-child {
    padding: 0
  }

  .lg\:last\:p-1:last-child {
    padding: 5px
  }

  .lg\:last\:p-2:last-child {
    padding: 10px
  }

  .lg\:last\:p-3:last-child {
    padding: 15px
  }

  .lg\:last\:p-4:last-child {
    padding: 20px
  }

  .lg\:last\:p-5:last-child {
    padding: 25px
  }

  .lg\:last\:p-6:last-child {
    padding: 30px
  }

  .lg\:last\:p-7:last-child {
    padding: 35px
  }

  .lg\:last\:p-8:last-child {
    padding: 40px
  }

  .lg\:last\:p-9:last-child {
    padding: 45px
  }

  .lg\:last\:p-10:last-child {
    padding: 50px
  }

  .lg\:last\:p-11:last-child {
    padding: 55px
  }

  .lg\:last\:p-12:last-child {
    padding: 60px
  }

  .lg\:last\:p-13:last-child {
    padding: 65px
  }

  .lg\:last\:p-14:last-child {
    padding: 70px
  }

  .lg\:last\:p-15:last-child {
    padding: 75px
  }

  .lg\:last\:p-16:last-child {
    padding: 80px
  }

  .lg\:last\:p-17:last-child {
    padding: 85px
  }

  .lg\:last\:p-18:last-child {
    padding: 90px
  }

  .lg\:last\:p-19:last-child {
    padding: 95px
  }

  .lg\:last\:p-20:last-child {
    padding: 100px
  }

  .lg\:last\:p-xxs:last-child {
    padding: 8px
  }

  .lg\:last\:p-xs:last-child {
    padding: 12px
  }

  .lg\:last\:p-sm:last-child {
    padding: 24px
  }

  .lg\:last\:p-md:last-child {
    padding: 48px
  }

  .lg\:last\:p-lg:last-child {
    padding: 64px
  }

  .lg\:last\:p-xl:last-child {
    padding: 128px
  }

  .lg\:last\:py-0:last-child {
    padding-top: 0;
    padding-bottom: 0
  }

  .lg\:last\:px-0:last-child {
    padding-left: 0;
    padding-right: 0
  }

  .lg\:last\:py-1:last-child {
    padding-top: 5px;
    padding-bottom: 5px
  }

  .lg\:last\:px-1:last-child {
    padding-left: 5px;
    padding-right: 5px
  }

  .lg\:last\:py-2:last-child {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .lg\:last\:px-2:last-child {
    padding-left: 10px;
    padding-right: 10px
  }

  .lg\:last\:py-3:last-child {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .lg\:last\:px-3:last-child {
    padding-left: 15px;
    padding-right: 15px
  }

  .lg\:last\:py-4:last-child {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .lg\:last\:px-4:last-child {
    padding-left: 20px;
    padding-right: 20px
  }

  .lg\:last\:py-5:last-child {
    padding-top: 25px;
    padding-bottom: 25px
  }

  .lg\:last\:px-5:last-child {
    padding-left: 25px;
    padding-right: 25px
  }

  .lg\:last\:py-6:last-child {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .lg\:last\:px-6:last-child {
    padding-left: 30px;
    padding-right: 30px
  }

  .lg\:last\:py-7:last-child {
    padding-top: 35px;
    padding-bottom: 35px
  }

  .lg\:last\:px-7:last-child {
    padding-left: 35px;
    padding-right: 35px
  }

  .lg\:last\:py-8:last-child {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .lg\:last\:px-8:last-child {
    padding-left: 40px;
    padding-right: 40px
  }

  .lg\:last\:py-9:last-child {
    padding-top: 45px;
    padding-bottom: 45px
  }

  .lg\:last\:px-9:last-child {
    padding-left: 45px;
    padding-right: 45px
  }

  .lg\:last\:py-10:last-child {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .lg\:last\:px-10:last-child {
    padding-left: 50px;
    padding-right: 50px
  }

  .lg\:last\:py-11:last-child {
    padding-top: 55px;
    padding-bottom: 55px
  }

  .lg\:last\:px-11:last-child {
    padding-left: 55px;
    padding-right: 55px
  }

  .lg\:last\:py-12:last-child {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .lg\:last\:px-12:last-child {
    padding-left: 60px;
    padding-right: 60px
  }

  .lg\:last\:py-13:last-child {
    padding-top: 65px;
    padding-bottom: 65px
  }

  .lg\:last\:px-13:last-child {
    padding-left: 65px;
    padding-right: 65px
  }

  .lg\:last\:py-14:last-child {
    padding-top: 70px;
    padding-bottom: 70px
  }

  .lg\:last\:px-14:last-child {
    padding-left: 70px;
    padding-right: 70px
  }

  .lg\:last\:py-15:last-child {
    padding-top: 75px;
    padding-bottom: 75px
  }

  .lg\:last\:px-15:last-child {
    padding-left: 75px;
    padding-right: 75px
  }

  .lg\:last\:py-16:last-child {
    padding-top: 80px;
    padding-bottom: 80px
  }

  .lg\:last\:px-16:last-child {
    padding-left: 80px;
    padding-right: 80px
  }

  .lg\:last\:py-17:last-child {
    padding-top: 85px;
    padding-bottom: 85px
  }

  .lg\:last\:px-17:last-child {
    padding-left: 85px;
    padding-right: 85px
  }

  .lg\:last\:py-18:last-child {
    padding-top: 90px;
    padding-bottom: 90px
  }

  .lg\:last\:px-18:last-child {
    padding-left: 90px;
    padding-right: 90px
  }

  .lg\:last\:py-19:last-child {
    padding-top: 95px;
    padding-bottom: 95px
  }

  .lg\:last\:px-19:last-child {
    padding-left: 95px;
    padding-right: 95px
  }

  .lg\:last\:py-20:last-child {
    padding-top: 100px;
    padding-bottom: 100px
  }

  .lg\:last\:px-20:last-child {
    padding-left: 100px;
    padding-right: 100px
  }

  .lg\:last\:py-xxs:last-child {
    padding-top: 8px;
    padding-bottom: 8px
  }

  .lg\:last\:px-xxs:last-child {
    padding-left: 8px;
    padding-right: 8px
  }

  .lg\:last\:py-xs:last-child {
    padding-top: 12px;
    padding-bottom: 12px
  }

  .lg\:last\:px-xs:last-child {
    padding-left: 12px;
    padding-right: 12px
  }

  .lg\:last\:py-sm:last-child {
    padding-top: 24px;
    padding-bottom: 24px
  }

  .lg\:last\:px-sm:last-child {
    padding-left: 24px;
    padding-right: 24px
  }

  .lg\:last\:py-md:last-child {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .lg\:last\:px-md:last-child {
    padding-left: 48px;
    padding-right: 48px
  }

  .lg\:last\:py-lg:last-child {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .lg\:last\:px-lg:last-child {
    padding-left: 64px;
    padding-right: 64px
  }

  .lg\:last\:py-xl:last-child {
    padding-top: 128px;
    padding-bottom: 128px
  }

  .lg\:last\:px-xl:last-child {
    padding-left: 128px;
    padding-right: 128px
  }

  .lg\:last\:pt-0:last-child {
    padding-top: 0
  }

  .lg\:last\:pr-0:last-child {
    padding-right: 0
  }

  .lg\:last\:pb-0:last-child {
    padding-bottom: 0
  }

  .lg\:last\:pl-0:last-child {
    padding-left: 0
  }

  .lg\:last\:pt-1:last-child {
    padding-top: 5px
  }

  .lg\:last\:pr-1:last-child {
    padding-right: 5px
  }

  .lg\:last\:pb-1:last-child {
    padding-bottom: 5px
  }

  .lg\:last\:pl-1:last-child {
    padding-left: 5px
  }

  .lg\:last\:pt-2:last-child {
    padding-top: 10px
  }

  .lg\:last\:pr-2:last-child {
    padding-right: 10px
  }

  .lg\:last\:pb-2:last-child {
    padding-bottom: 10px
  }

  .lg\:last\:pl-2:last-child {
    padding-left: 10px
  }

  .lg\:last\:pt-3:last-child {
    padding-top: 15px
  }

  .lg\:last\:pr-3:last-child {
    padding-right: 15px
  }

  .lg\:last\:pb-3:last-child {
    padding-bottom: 15px
  }

  .lg\:last\:pl-3:last-child {
    padding-left: 15px
  }

  .lg\:last\:pt-4:last-child {
    padding-top: 20px
  }

  .lg\:last\:pr-4:last-child {
    padding-right: 20px
  }

  .lg\:last\:pb-4:last-child {
    padding-bottom: 20px
  }

  .lg\:last\:pl-4:last-child {
    padding-left: 20px
  }

  .lg\:last\:pt-5:last-child {
    padding-top: 25px
  }

  .lg\:last\:pr-5:last-child {
    padding-right: 25px
  }

  .lg\:last\:pb-5:last-child {
    padding-bottom: 25px
  }

  .lg\:last\:pl-5:last-child {
    padding-left: 25px
  }

  .lg\:last\:pt-6:last-child {
    padding-top: 30px
  }

  .lg\:last\:pr-6:last-child {
    padding-right: 30px
  }

  .lg\:last\:pb-6:last-child {
    padding-bottom: 30px
  }

  .lg\:last\:pl-6:last-child {
    padding-left: 30px
  }

  .lg\:last\:pt-7:last-child {
    padding-top: 35px
  }

  .lg\:last\:pr-7:last-child {
    padding-right: 35px
  }

  .lg\:last\:pb-7:last-child {
    padding-bottom: 35px
  }

  .lg\:last\:pl-7:last-child {
    padding-left: 35px
  }

  .lg\:last\:pt-8:last-child {
    padding-top: 40px
  }

  .lg\:last\:pr-8:last-child {
    padding-right: 40px
  }

  .lg\:last\:pb-8:last-child {
    padding-bottom: 40px
  }

  .lg\:last\:pl-8:last-child {
    padding-left: 40px
  }

  .lg\:last\:pt-9:last-child {
    padding-top: 45px
  }

  .lg\:last\:pr-9:last-child {
    padding-right: 45px
  }

  .lg\:last\:pb-9:last-child {
    padding-bottom: 45px
  }

  .lg\:last\:pl-9:last-child {
    padding-left: 45px
  }

  .lg\:last\:pt-10:last-child {
    padding-top: 50px
  }

  .lg\:last\:pr-10:last-child {
    padding-right: 50px
  }

  .lg\:last\:pb-10:last-child {
    padding-bottom: 50px
  }

  .lg\:last\:pl-10:last-child {
    padding-left: 50px
  }

  .lg\:last\:pt-11:last-child {
    padding-top: 55px
  }

  .lg\:last\:pr-11:last-child {
    padding-right: 55px
  }

  .lg\:last\:pb-11:last-child {
    padding-bottom: 55px
  }

  .lg\:last\:pl-11:last-child {
    padding-left: 55px
  }

  .lg\:last\:pt-12:last-child {
    padding-top: 60px
  }

  .lg\:last\:pr-12:last-child {
    padding-right: 60px
  }

  .lg\:last\:pb-12:last-child {
    padding-bottom: 60px
  }

  .lg\:last\:pl-12:last-child {
    padding-left: 60px
  }

  .lg\:last\:pt-13:last-child {
    padding-top: 65px
  }

  .lg\:last\:pr-13:last-child {
    padding-right: 65px
  }

  .lg\:last\:pb-13:last-child {
    padding-bottom: 65px
  }

  .lg\:last\:pl-13:last-child {
    padding-left: 65px
  }

  .lg\:last\:pt-14:last-child {
    padding-top: 70px
  }

  .lg\:last\:pr-14:last-child {
    padding-right: 70px
  }

  .lg\:last\:pb-14:last-child {
    padding-bottom: 70px
  }

  .lg\:last\:pl-14:last-child {
    padding-left: 70px
  }

  .lg\:last\:pt-15:last-child {
    padding-top: 75px
  }

  .lg\:last\:pr-15:last-child {
    padding-right: 75px
  }

  .lg\:last\:pb-15:last-child {
    padding-bottom: 75px
  }

  .lg\:last\:pl-15:last-child {
    padding-left: 75px
  }

  .lg\:last\:pt-16:last-child {
    padding-top: 80px
  }

  .lg\:last\:pr-16:last-child {
    padding-right: 80px
  }

  .lg\:last\:pb-16:last-child {
    padding-bottom: 80px
  }

  .lg\:last\:pl-16:last-child {
    padding-left: 80px
  }

  .lg\:last\:pt-17:last-child {
    padding-top: 85px
  }

  .lg\:last\:pr-17:last-child {
    padding-right: 85px
  }

  .lg\:last\:pb-17:last-child {
    padding-bottom: 85px
  }

  .lg\:last\:pl-17:last-child {
    padding-left: 85px
  }

  .lg\:last\:pt-18:last-child {
    padding-top: 90px
  }

  .lg\:last\:pr-18:last-child {
    padding-right: 90px
  }

  .lg\:last\:pb-18:last-child {
    padding-bottom: 90px
  }

  .lg\:last\:pl-18:last-child {
    padding-left: 90px
  }

  .lg\:last\:pt-19:last-child {
    padding-top: 95px
  }

  .lg\:last\:pr-19:last-child {
    padding-right: 95px
  }

  .lg\:last\:pb-19:last-child {
    padding-bottom: 95px
  }

  .lg\:last\:pl-19:last-child {
    padding-left: 95px
  }

  .lg\:last\:pt-20:last-child {
    padding-top: 100px
  }

  .lg\:last\:pr-20:last-child {
    padding-right: 100px
  }

  .lg\:last\:pb-20:last-child {
    padding-bottom: 100px
  }

  .lg\:last\:pl-20:last-child {
    padding-left: 100px
  }

  .lg\:last\:pt-xxs:last-child {
    padding-top: 8px
  }

  .lg\:last\:pr-xxs:last-child {
    padding-right: 8px
  }

  .lg\:last\:pb-xxs:last-child {
    padding-bottom: 8px
  }

  .lg\:last\:pl-xxs:last-child {
    padding-left: 8px
  }

  .lg\:last\:pt-xs:last-child {
    padding-top: 12px
  }

  .lg\:last\:pr-xs:last-child {
    padding-right: 12px
  }

  .lg\:last\:pb-xs:last-child {
    padding-bottom: 12px
  }

  .lg\:last\:pl-xs:last-child {
    padding-left: 12px
  }

  .lg\:last\:pt-sm:last-child {
    padding-top: 24px
  }

  .lg\:last\:pr-sm:last-child {
    padding-right: 24px
  }

  .lg\:last\:pb-sm:last-child {
    padding-bottom: 24px
  }

  .lg\:last\:pl-sm:last-child {
    padding-left: 24px
  }

  .lg\:last\:pt-md:last-child {
    padding-top: 48px
  }

  .lg\:last\:pr-md:last-child {
    padding-right: 48px
  }

  .lg\:last\:pb-md:last-child {
    padding-bottom: 48px
  }

  .lg\:last\:pl-md:last-child {
    padding-left: 48px
  }

  .lg\:last\:pt-lg:last-child {
    padding-top: 64px
  }

  .lg\:last\:pr-lg:last-child {
    padding-right: 64px
  }

  .lg\:last\:pb-lg:last-child {
    padding-bottom: 64px
  }

  .lg\:last\:pl-lg:last-child {
    padding-left: 64px
  }

  .lg\:last\:pt-xl:last-child {
    padding-top: 128px
  }

  .lg\:last\:pr-xl:last-child {
    padding-right: 128px
  }

  .lg\:last\:pb-xl:last-child {
    padding-bottom: 128px
  }

  .lg\:last\:pl-xl:last-child {
    padding-left: 128px
  }

  .lg\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent
  }

  .lg\:placeholder-transparent::-moz-placeholder {
    color: transparent
  }

  .lg\:placeholder-transparent:-ms-input-placeholder {
    color: transparent
  }

  .lg\:placeholder-transparent::-ms-input-placeholder {
    color: transparent
  }

  .lg\:placeholder-transparent::placeholder {
    color: transparent
  }

  .lg\:placeholder-black::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .lg\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .lg\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .lg\:placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .lg\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .lg\:placeholder-white::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .lg\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .lg\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .lg\:placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .lg\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-1::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-1::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-1::placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-2::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-2::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-2:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-2::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-2::placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-3::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-3::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-3:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-3::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-3::placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-4::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-4::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-4:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-4::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-4::placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-5::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-5::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-5:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-5::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-5::placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-6::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-6::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-6:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-6::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .lg\:placeholder-gray-6::placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .lg\:placeholder-red-1::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .lg\:placeholder-red-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .lg\:placeholder-red-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .lg\:placeholder-red-1::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .lg\:placeholder-red-1::placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .lg\:placeholder-orange-1::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .lg\:placeholder-orange-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .lg\:placeholder-orange-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .lg\:placeholder-orange-1::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .lg\:placeholder-orange-1::placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .lg\:placeholder-orange-2::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .lg\:placeholder-orange-2::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .lg\:placeholder-orange-2:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .lg\:placeholder-orange-2::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .lg\:placeholder-orange-2::placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .lg\:placeholder-blue-1::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .lg\:placeholder-blue-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .lg\:placeholder-blue-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .lg\:placeholder-blue-1::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .lg\:placeholder-blue-1::placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .lg\:placeholder-blue-2::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .lg\:placeholder-blue-2::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .lg\:placeholder-blue-2:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .lg\:placeholder-blue-2::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .lg\:placeholder-blue-2::placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .lg\:placeholder-blue-3::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .lg\:placeholder-blue-3::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .lg\:placeholder-blue-3:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .lg\:placeholder-blue-3::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .lg\:placeholder-blue-3::placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .lg\:placeholder-blue-4::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .lg\:placeholder-blue-4::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .lg\:placeholder-blue-4:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .lg\:placeholder-blue-4::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .lg\:placeholder-blue-4::placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .lg\:placeholder-brown-1::-webkit-input-placeholder {
    color: #6e441e 
  }

  .lg\:placeholder-brown-1::-moz-placeholder {
    color: #6e441e 
  }

  .lg\:placeholder-brown-1:-ms-input-placeholder {
    color: #6e441e 
  }

  .lg\:placeholder-brown-1::-ms-input-placeholder {
    color: #6e441e 
  }

  .lg\:placeholder-brown-1::placeholder {
    color: #6e441e 
  }

  .lg\:placeholder-green-1::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .lg\:placeholder-green-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .lg\:placeholder-green-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .lg\:placeholder-green-1::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .lg\:placeholder-green-1::placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .lg\:placeholder-green-2::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .lg\:placeholder-green-2::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .lg\:placeholder-green-2:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .lg\:placeholder-green-2::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .lg\:placeholder-green-2::placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .lg\:placeholder-purple-1::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .lg\:placeholder-purple-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .lg\:placeholder-purple-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .lg\:placeholder-purple-1::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .lg\:placeholder-purple-1::placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .lg\:placeholder-purple-2::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .lg\:placeholder-purple-2::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .lg\:placeholder-purple-2:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .lg\:placeholder-purple-2::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .lg\:placeholder-purple-2::placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent
  }

  .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent
  }

  .lg\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent
  }

  .lg\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-1:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-1:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-2:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-2:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-2:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-2:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-2:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-3:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-3:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-3:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-3:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-3:focus::placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-4:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-4:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-4:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-4:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-4:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-5:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-5:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-5:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-5:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-5:focus::placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-6:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-6:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-6:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-6:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-gray-6:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-red-1:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-red-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-red-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-red-1:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-red-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-orange-1:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-orange-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-orange-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-orange-1:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-orange-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-orange-2:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-orange-2:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-orange-2:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-orange-2:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-orange-2:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-blue-1:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-blue-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-blue-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-blue-1:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-blue-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-blue-2:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-blue-2:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-blue-2:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-blue-2:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-blue-2:focus::placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-blue-3:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-blue-3:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-blue-3:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-blue-3:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-blue-3:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-blue-4:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-blue-4:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-blue-4:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-blue-4:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-blue-4:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-brown-1:focus::-webkit-input-placeholder {
    color: #6e441e 
  }

  .lg\:focus\:placeholder-brown-1:focus::-moz-placeholder {
    color: #6e441e 
  }

  .lg\:focus\:placeholder-brown-1:focus:-ms-input-placeholder {
    color: #6e441e 
  }

  .lg\:focus\:placeholder-brown-1:focus::-ms-input-placeholder {
    color: #6e441e 
  }

  .lg\:focus\:placeholder-brown-1:focus::placeholder {
    color: #6e441e 
  }

  .lg\:focus\:placeholder-green-1:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-green-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-green-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-green-1:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-green-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-green-2:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-green-2:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-green-2:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-green-2:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-green-2:focus::placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-purple-1:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-purple-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-purple-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-purple-1:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-purple-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-purple-2:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-purple-2:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-purple-2:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-purple-2:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .lg\:focus\:placeholder-purple-2:focus::placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .lg\:placeholder-opacity-0::-webkit-input-placeholder {
    --placeholder-opacity: 0
  }

  .lg\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0
  }

  .lg\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0
  }

  .lg\:placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0
  }

  .lg\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0
  }

  .lg\:placeholder-opacity-25::-webkit-input-placeholder {
    --placeholder-opacity: 0.25
  }

  .lg\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25
  }

  .lg\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25
  }

  .lg\:placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25
  }

  .lg\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25
  }

  .lg\:placeholder-opacity-50::-webkit-input-placeholder {
    --placeholder-opacity: 0.5
  }

  .lg\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5
  }

  .lg\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5
  }

  .lg\:placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5
  }

  .lg\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5
  }

  .lg\:placeholder-opacity-75::-webkit-input-placeholder {
    --placeholder-opacity: 0.75
  }

  .lg\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75
  }

  .lg\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75
  }

  .lg\:placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75
  }

  .lg\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75
  }

  .lg\:placeholder-opacity-100::-webkit-input-placeholder {
    --placeholder-opacity: 1
  }

  .lg\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1
  }

  .lg\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1
  }

  .lg\:placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1
  }

  .lg\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1
  }

  .lg\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0
  }

  .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0
  }

  .lg\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0
  }

  .lg\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.25
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25
  }

  .lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25
  }

  .lg\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25
  }

  .lg\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.5
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5
  }

  .lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5
  }

  .lg\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5
  }

  .lg\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.75
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75
  }

  .lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75
  }

  .lg\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75
  }

  .lg\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1
  }

  .lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1
  }

  .lg\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1
  }

  .lg\:pointer-events-none {
    pointer-events: none
  }

  .lg\:pointer-events-auto {
    pointer-events: auto
  }

  .lg\:static {
    position: static
  }

  .lg\:fixed {
    position: fixed
  }

  .lg\:absolute {
    position: absolute
  }

  .lg\:relative {
    position: relative
  }

  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky
  }

  .lg\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }

  .lg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
  }

  .lg\:inset-y-0 {
    top: 0;
    bottom: 0
  }

  .lg\:inset-x-0 {
    right: 0;
    left: 0
  }

  .lg\:inset-y-auto {
    top: auto;
    bottom: auto
  }

  .lg\:inset-x-auto {
    right: auto;
    left: auto
  }

  .lg\:top-0 {
    top: 0
  }

  .lg\:right-0 {
    right: 0
  }

  .lg\:bottom-0 {
    bottom: 0
  }

  .lg\:left-0 {
    left: 0
  }

  .lg\:top-auto {
    top: auto
  }

  .lg\:right-auto {
    right: auto
  }

  .lg\:bottom-auto {
    bottom: auto
  }

  .lg\:left-auto {
    left: auto
  }

  .lg\:resize-none {
    resize: none
  }

  .lg\:resize-y {
    resize: vertical
  }

  .lg\:resize-x {
    resize: horizontal
  }

  .lg\:resize {
    resize: both
  }

  .lg\:shadow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .lg\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none
  }

  .lg\:hover\:shadow:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .lg\:hover\:shadow-none:hover {
    -webkit-box-shadow: none;
            box-shadow: none
  }

  .lg\:focus\:shadow:focus {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .lg\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
            box-shadow: none
  }

  .lg\:fill-current {
    fill: currentColor
  }

  .lg\:stroke-current {
    stroke: currentColor
  }

  .lg\:stroke-0 {
    stroke-width: 0
  }

  .lg\:stroke-1 {
    stroke-width: 1
  }

  .lg\:stroke-2 {
    stroke-width: 2
  }

  .lg\:table-auto {
    table-layout: auto
  }

  .lg\:table-fixed {
    table-layout: fixed
  }

  .lg\:text-left {
    text-align: left
  }

  .lg\:text-center {
    text-align: center
  }

  .lg\:text-right {
    text-align: right
  }

  .lg\:text-justify {
    text-align: justify
  }

  .lg\:text-transparent {
    color: transparent
  }

  .lg\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
  }

  .lg\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
  }

  .lg\:text-gray-1 {
    --text-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--text-opacity))
  }

  .lg\:text-gray-2 {
    --text-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--text-opacity))
  }

  .lg\:text-gray-3 {
    --text-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--text-opacity))
  }

  .lg\:text-gray-4 {
    --text-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--text-opacity))
  }

  .lg\:text-gray-5 {
    --text-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--text-opacity))
  }

  .lg\:text-gray-6 {
    --text-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--text-opacity))
  }

  .lg\:text-red-1 {
    --text-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--text-opacity))
  }

  .lg\:text-orange-1 {
    --text-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--text-opacity))
  }

  .lg\:text-orange-2 {
    --text-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--text-opacity))
  }

  .lg\:text-blue-1 {
    --text-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--text-opacity))
  }

  .lg\:text-blue-2 {
    --text-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--text-opacity))
  }

  .lg\:text-blue-3 {
    --text-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--text-opacity))
  }

  .lg\:text-blue-4 {
    --text-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--text-opacity))
  }

  .lg\:text-brown-1 {
    color: #6e441e 
  }

  .lg\:text-green-1 {
    --text-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--text-opacity))
  }

  .lg\:text-green-2 {
    --text-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--text-opacity))
  }

  .lg\:text-purple-1 {
    --text-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--text-opacity))
  }

  .lg\:text-purple-2 {
    --text-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--text-opacity))
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent
  }

  .lg\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
  }

  .lg\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
  }

  .lg\:hover\:text-gray-1:hover {
    --text-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--text-opacity))
  }

  .lg\:hover\:text-gray-2:hover {
    --text-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--text-opacity))
  }

  .lg\:hover\:text-gray-3:hover {
    --text-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--text-opacity))
  }

  .lg\:hover\:text-gray-4:hover {
    --text-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--text-opacity))
  }

  .lg\:hover\:text-gray-5:hover {
    --text-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--text-opacity))
  }

  .lg\:hover\:text-gray-6:hover {
    --text-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--text-opacity))
  }

  .lg\:hover\:text-red-1:hover {
    --text-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--text-opacity))
  }

  .lg\:hover\:text-orange-1:hover {
    --text-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--text-opacity))
  }

  .lg\:hover\:text-orange-2:hover {
    --text-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--text-opacity))
  }

  .lg\:hover\:text-blue-1:hover {
    --text-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--text-opacity))
  }

  .lg\:hover\:text-blue-2:hover {
    --text-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--text-opacity))
  }

  .lg\:hover\:text-blue-3:hover {
    --text-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--text-opacity))
  }

  .lg\:hover\:text-blue-4:hover {
    --text-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--text-opacity))
  }

  .lg\:hover\:text-brown-1:hover {
    color: #6e441e 
  }

  .lg\:hover\:text-green-1:hover {
    --text-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--text-opacity))
  }

  .lg\:hover\:text-green-2:hover {
    --text-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--text-opacity))
  }

  .lg\:hover\:text-purple-1:hover {
    --text-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--text-opacity))
  }

  .lg\:hover\:text-purple-2:hover {
    --text-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--text-opacity))
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent
  }

  .lg\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
  }

  .lg\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
  }

  .lg\:focus\:text-gray-1:focus {
    --text-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--text-opacity))
  }

  .lg\:focus\:text-gray-2:focus {
    --text-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--text-opacity))
  }

  .lg\:focus\:text-gray-3:focus {
    --text-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--text-opacity))
  }

  .lg\:focus\:text-gray-4:focus {
    --text-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--text-opacity))
  }

  .lg\:focus\:text-gray-5:focus {
    --text-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--text-opacity))
  }

  .lg\:focus\:text-gray-6:focus {
    --text-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--text-opacity))
  }

  .lg\:focus\:text-red-1:focus {
    --text-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--text-opacity))
  }

  .lg\:focus\:text-orange-1:focus {
    --text-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--text-opacity))
  }

  .lg\:focus\:text-orange-2:focus {
    --text-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--text-opacity))
  }

  .lg\:focus\:text-blue-1:focus {
    --text-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--text-opacity))
  }

  .lg\:focus\:text-blue-2:focus {
    --text-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--text-opacity))
  }

  .lg\:focus\:text-blue-3:focus {
    --text-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--text-opacity))
  }

  .lg\:focus\:text-blue-4:focus {
    --text-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--text-opacity))
  }

  .lg\:focus\:text-brown-1:focus {
    color: #6e441e 
  }

  .lg\:focus\:text-green-1:focus {
    --text-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--text-opacity))
  }

  .lg\:focus\:text-green-2:focus {
    --text-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--text-opacity))
  }

  .lg\:focus\:text-purple-1:focus {
    --text-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--text-opacity))
  }

  .lg\:focus\:text-purple-2:focus {
    --text-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--text-opacity))
  }

  .lg\:text-opacity-0 {
    --text-opacity: 0
  }

  .lg\:text-opacity-25 {
    --text-opacity: 0.25
  }

  .lg\:text-opacity-50 {
    --text-opacity: 0.5
  }

  .lg\:text-opacity-75 {
    --text-opacity: 0.75
  }

  .lg\:text-opacity-100 {
    --text-opacity: 1
  }

  .lg\:hover\:text-opacity-0:hover {
    --text-opacity: 0
  }

  .lg\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25
  }

  .lg\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5
  }

  .lg\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75
  }

  .lg\:hover\:text-opacity-100:hover {
    --text-opacity: 1
  }

  .lg\:focus\:text-opacity-0:focus {
    --text-opacity: 0
  }

  .lg\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25
  }

  .lg\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5
  }

  .lg\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75
  }

  .lg\:focus\:text-opacity-100:focus {
    --text-opacity: 1
  }

  .lg\:italic {
    font-style: italic
  }

  .lg\:not-italic {
    font-style: normal
  }

  .lg\:uppercase {
    text-transform: uppercase
  }

  .lg\:lowercase {
    text-transform: lowercase
  }

  .lg\:capitalize {
    text-transform: capitalize
  }

  .lg\:normal-case {
    text-transform: none
  }

  .lg\:underline {
    text-decoration: underline
  }

  .lg\:line-through {
    text-decoration: line-through
  }

  .lg\:no-underline {
    text-decoration: none
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction)
  }

  .lg\:normal-nums {
    font-variant-numeric: normal
  }

  .lg\:ordinal {
    --font-variant-numeric-ordinal: ordinal
  }

  .lg\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero
  }

  .lg\:lining-nums {
    --font-variant-numeric-figure: lining-nums
  }

  .lg\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums
  }

  .lg\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums
  }

  .lg\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums
  }

  .lg\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions
  }

  .lg\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions
  }

  .lg\:tracking-tighter {
    letter-spacing: -0.05em
  }

  .lg\:tracking-tight {
    letter-spacing: -0.025em
  }

  .lg\:tracking-normal {
    letter-spacing: 0
  }

  .lg\:tracking-wide {
    letter-spacing: 0.025em
  }

  .lg\:tracking-wider {
    letter-spacing: 0.05em
  }

  .lg\:tracking-widest {
    letter-spacing: 0.1em
  }

  .lg\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none
  }

  .lg\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text
  }

  .lg\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all
  }

  .lg\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto
  }

  .lg\:align-baseline {
    vertical-align: baseline
  }

  .lg\:align-top {
    vertical-align: top
  }

  .lg\:align-middle {
    vertical-align: middle
  }

  .lg\:align-bottom {
    vertical-align: bottom
  }

  .lg\:align-text-top {
    vertical-align: text-top
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom
  }

  .lg\:visible {
    visibility: visible
  }

  .lg\:invisible {
    visibility: hidden
  }

  .lg\:whitespace-normal {
    white-space: normal
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap
  }

  .lg\:whitespace-pre {
    white-space: pre
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap
  }

  .lg\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal
  }

  .lg\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word
  }

  .lg\:break-all {
    word-break: break-all
  }

  .lg\:truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap
  }

  .lg\:w-0 {
    width: 0
  }

  .lg\:w-1 {
    width: 5px
  }

  .lg\:w-2 {
    width: 10px
  }

  .lg\:w-3 {
    width: 15px
  }

  .lg\:w-4 {
    width: 20px
  }

  .lg\:w-5 {
    width: 25px
  }

  .lg\:w-6 {
    width: 30px
  }

  .lg\:w-7 {
    width: 35px
  }

  .lg\:w-8 {
    width: 40px
  }

  .lg\:w-9 {
    width: 45px
  }

  .lg\:w-10 {
    width: 50px
  }

  .lg\:w-11 {
    width: 55px
  }

  .lg\:w-12 {
    width: 60px
  }

  .lg\:w-13 {
    width: 65px
  }

  .lg\:w-14 {
    width: 70px
  }

  .lg\:w-15 {
    width: 75px
  }

  .lg\:w-16 {
    width: 80px
  }

  .lg\:w-17 {
    width: 85px
  }

  .lg\:w-18 {
    width: 90px
  }

  .lg\:w-19 {
    width: 95px
  }

  .lg\:w-20 {
    width: 100px
  }

  .lg\:w-auto {
    width: auto
  }

  .lg\:w-xxs {
    width: 8px
  }

  .lg\:w-xs {
    width: 12px
  }

  .lg\:w-sm {
    width: 24px
  }

  .lg\:w-md {
    width: 48px
  }

  .lg\:w-lg {
    width: 64px
  }

  .lg\:w-xl {
    width: 128px
  }

  .lg\:w-1\/2 {
    width: 50%
  }

  .lg\:w-1\/3 {
    width: 33.333333%
  }

  .lg\:w-2\/3 {
    width: 66.666667%
  }

  .lg\:w-1\/4 {
    width: 25%
  }

  .lg\:w-2\/4 {
    width: 50%
  }

  .lg\:w-3\/4 {
    width: 75%
  }

  .lg\:w-1\/5 {
    width: 20%
  }

  .lg\:w-2\/5 {
    width: 40%
  }

  .lg\:w-3\/5 {
    width: 60%
  }

  .lg\:w-4\/5 {
    width: 80%
  }

  .lg\:w-1\/6 {
    width: 16.666667%
  }

  .lg\:w-2\/6 {
    width: 33.333333%
  }

  .lg\:w-3\/6 {
    width: 50%
  }

  .lg\:w-4\/6 {
    width: 66.666667%
  }

  .lg\:w-5\/6 {
    width: 83.333333%
  }

  .lg\:w-1\/12 {
    width: 8.333333%
  }

  .lg\:w-2\/12 {
    width: 16.666667%
  }

  .lg\:w-3\/12 {
    width: 25%
  }

  .lg\:w-4\/12 {
    width: 33.333333%
  }

  .lg\:w-5\/12 {
    width: 41.666667%
  }

  .lg\:w-6\/12 {
    width: 50%
  }

  .lg\:w-7\/12 {
    width: 58.333333%
  }

  .lg\:w-8\/12 {
    width: 66.666667%
  }

  .lg\:w-9\/12 {
    width: 75%
  }

  .lg\:w-10\/12 {
    width: 83.333333%
  }

  .lg\:w-11\/12 {
    width: 91.666667%
  }

  .lg\:w-full {
    width: 100%
  }

  .lg\:w-screen {
    width: 100vw
  }

  .lg\:z-0 {
    z-index: 0
  }

  .lg\:z-10 {
    z-index: 10
  }

  .lg\:z-20 {
    z-index: 20
  }

  .lg\:z-30 {
    z-index: 30
  }

  .lg\:z-40 {
    z-index: 40
  }

  .lg\:z-50 {
    z-index: 50
  }

  .lg\:z-auto {
    z-index: auto
  }

  .lg\:z-below {
    z-index: -1
  }

  .lg\:z-max {
    z-index: 9999
  }

  .lg\:gap-0 {
    grid-gap: 0;
    gap: 0
  }

  .lg\:gap-1 {
    grid-gap: 5px;
    gap: 5px
  }

  .lg\:gap-2 {
    grid-gap: 10px;
    gap: 10px
  }

  .lg\:gap-3 {
    grid-gap: 15px;
    gap: 15px
  }

  .lg\:gap-4 {
    grid-gap: 20px;
    gap: 20px
  }

  .lg\:gap-5 {
    grid-gap: 25px;
    gap: 25px
  }

  .lg\:gap-6 {
    grid-gap: 30px;
    gap: 30px
  }

  .lg\:gap-7 {
    grid-gap: 35px;
    gap: 35px
  }

  .lg\:gap-8 {
    grid-gap: 40px;
    gap: 40px
  }

  .lg\:gap-9 {
    grid-gap: 45px;
    gap: 45px
  }

  .lg\:gap-10 {
    grid-gap: 50px;
    gap: 50px
  }

  .lg\:gap-11 {
    grid-gap: 55px;
    gap: 55px
  }

  .lg\:gap-12 {
    grid-gap: 60px;
    gap: 60px
  }

  .lg\:gap-13 {
    grid-gap: 65px;
    gap: 65px
  }

  .lg\:gap-14 {
    grid-gap: 70px;
    gap: 70px
  }

  .lg\:gap-15 {
    grid-gap: 75px;
    gap: 75px
  }

  .lg\:gap-16 {
    grid-gap: 80px;
    gap: 80px
  }

  .lg\:gap-17 {
    grid-gap: 85px;
    gap: 85px
  }

  .lg\:gap-18 {
    grid-gap: 90px;
    gap: 90px
  }

  .lg\:gap-19 {
    grid-gap: 95px;
    gap: 95px
  }

  .lg\:gap-20 {
    grid-gap: 100px;
    gap: 100px
  }

  .lg\:gap-xxs {
    grid-gap: 8px;
    gap: 8px
  }

  .lg\:gap-xs {
    grid-gap: 12px;
    gap: 12px
  }

  .lg\:gap-sm {
    grid-gap: 24px;
    gap: 24px
  }

  .lg\:gap-md {
    grid-gap: 48px;
    gap: 48px
  }

  .lg\:gap-lg {
    grid-gap: 64px;
    gap: 64px
  }

  .lg\:gap-xl {
    grid-gap: 128px;
    gap: 128px
  }

  .lg\:col-gap-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0
  }

  .lg\:col-gap-1 {
    grid-column-gap: 5px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px
  }

  .lg\:col-gap-2 {
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px
  }

  .lg\:col-gap-3 {
    grid-column-gap: 15px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px
  }

  .lg\:col-gap-4 {
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px
  }

  .lg\:col-gap-5 {
    grid-column-gap: 25px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px
  }

  .lg\:col-gap-6 {
    grid-column-gap: 30px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px
  }

  .lg\:col-gap-7 {
    grid-column-gap: 35px;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px
  }

  .lg\:col-gap-8 {
    grid-column-gap: 40px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px
  }

  .lg\:col-gap-9 {
    grid-column-gap: 45px;
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px
  }

  .lg\:col-gap-10 {
    grid-column-gap: 50px;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px
  }

  .lg\:col-gap-11 {
    grid-column-gap: 55px;
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px
  }

  .lg\:col-gap-12 {
    grid-column-gap: 60px;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px
  }

  .lg\:col-gap-13 {
    grid-column-gap: 65px;
    -webkit-column-gap: 65px;
       -moz-column-gap: 65px;
            column-gap: 65px
  }

  .lg\:col-gap-14 {
    grid-column-gap: 70px;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px
  }

  .lg\:col-gap-15 {
    grid-column-gap: 75px;
    -webkit-column-gap: 75px;
       -moz-column-gap: 75px;
            column-gap: 75px
  }

  .lg\:col-gap-16 {
    grid-column-gap: 80px;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px
  }

  .lg\:col-gap-17 {
    grid-column-gap: 85px;
    -webkit-column-gap: 85px;
       -moz-column-gap: 85px;
            column-gap: 85px
  }

  .lg\:col-gap-18 {
    grid-column-gap: 90px;
    -webkit-column-gap: 90px;
       -moz-column-gap: 90px;
            column-gap: 90px
  }

  .lg\:col-gap-19 {
    grid-column-gap: 95px;
    -webkit-column-gap: 95px;
       -moz-column-gap: 95px;
            column-gap: 95px
  }

  .lg\:col-gap-20 {
    grid-column-gap: 100px;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px
  }

  .lg\:col-gap-xxs {
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px
  }

  .lg\:col-gap-xs {
    grid-column-gap: 12px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px
  }

  .lg\:col-gap-sm {
    grid-column-gap: 24px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px
  }

  .lg\:col-gap-md {
    grid-column-gap: 48px;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px
  }

  .lg\:col-gap-lg {
    grid-column-gap: 64px;
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px
  }

  .lg\:col-gap-xl {
    grid-column-gap: 128px;
    -webkit-column-gap: 128px;
       -moz-column-gap: 128px;
            column-gap: 128px
  }

  .lg\:gap-x-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0
  }

  .lg\:gap-x-1 {
    grid-column-gap: 5px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px
  }

  .lg\:gap-x-2 {
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px
  }

  .lg\:gap-x-3 {
    grid-column-gap: 15px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px
  }

  .lg\:gap-x-4 {
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px
  }

  .lg\:gap-x-5 {
    grid-column-gap: 25px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px
  }

  .lg\:gap-x-6 {
    grid-column-gap: 30px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px
  }

  .lg\:gap-x-7 {
    grid-column-gap: 35px;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px
  }

  .lg\:gap-x-8 {
    grid-column-gap: 40px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px
  }

  .lg\:gap-x-9 {
    grid-column-gap: 45px;
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px
  }

  .lg\:gap-x-10 {
    grid-column-gap: 50px;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px
  }

  .lg\:gap-x-11 {
    grid-column-gap: 55px;
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px
  }

  .lg\:gap-x-12 {
    grid-column-gap: 60px;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px
  }

  .lg\:gap-x-13 {
    grid-column-gap: 65px;
    -webkit-column-gap: 65px;
       -moz-column-gap: 65px;
            column-gap: 65px
  }

  .lg\:gap-x-14 {
    grid-column-gap: 70px;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px
  }

  .lg\:gap-x-15 {
    grid-column-gap: 75px;
    -webkit-column-gap: 75px;
       -moz-column-gap: 75px;
            column-gap: 75px
  }

  .lg\:gap-x-16 {
    grid-column-gap: 80px;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px
  }

  .lg\:gap-x-17 {
    grid-column-gap: 85px;
    -webkit-column-gap: 85px;
       -moz-column-gap: 85px;
            column-gap: 85px
  }

  .lg\:gap-x-18 {
    grid-column-gap: 90px;
    -webkit-column-gap: 90px;
       -moz-column-gap: 90px;
            column-gap: 90px
  }

  .lg\:gap-x-19 {
    grid-column-gap: 95px;
    -webkit-column-gap: 95px;
       -moz-column-gap: 95px;
            column-gap: 95px
  }

  .lg\:gap-x-20 {
    grid-column-gap: 100px;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px
  }

  .lg\:gap-x-xxs {
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px
  }

  .lg\:gap-x-xs {
    grid-column-gap: 12px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px
  }

  .lg\:gap-x-sm {
    grid-column-gap: 24px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px
  }

  .lg\:gap-x-md {
    grid-column-gap: 48px;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px
  }

  .lg\:gap-x-lg {
    grid-column-gap: 64px;
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px
  }

  .lg\:gap-x-xl {
    grid-column-gap: 128px;
    -webkit-column-gap: 128px;
       -moz-column-gap: 128px;
            column-gap: 128px
  }

  .lg\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0
  }

  .lg\:row-gap-1 {
    grid-row-gap: 5px;
    row-gap: 5px
  }

  .lg\:row-gap-2 {
    grid-row-gap: 10px;
    row-gap: 10px
  }

  .lg\:row-gap-3 {
    grid-row-gap: 15px;
    row-gap: 15px
  }

  .lg\:row-gap-4 {
    grid-row-gap: 20px;
    row-gap: 20px
  }

  .lg\:row-gap-5 {
    grid-row-gap: 25px;
    row-gap: 25px
  }

  .lg\:row-gap-6 {
    grid-row-gap: 30px;
    row-gap: 30px
  }

  .lg\:row-gap-7 {
    grid-row-gap: 35px;
    row-gap: 35px
  }

  .lg\:row-gap-8 {
    grid-row-gap: 40px;
    row-gap: 40px
  }

  .lg\:row-gap-9 {
    grid-row-gap: 45px;
    row-gap: 45px
  }

  .lg\:row-gap-10 {
    grid-row-gap: 50px;
    row-gap: 50px
  }

  .lg\:row-gap-11 {
    grid-row-gap: 55px;
    row-gap: 55px
  }

  .lg\:row-gap-12 {
    grid-row-gap: 60px;
    row-gap: 60px
  }

  .lg\:row-gap-13 {
    grid-row-gap: 65px;
    row-gap: 65px
  }

  .lg\:row-gap-14 {
    grid-row-gap: 70px;
    row-gap: 70px
  }

  .lg\:row-gap-15 {
    grid-row-gap: 75px;
    row-gap: 75px
  }

  .lg\:row-gap-16 {
    grid-row-gap: 80px;
    row-gap: 80px
  }

  .lg\:row-gap-17 {
    grid-row-gap: 85px;
    row-gap: 85px
  }

  .lg\:row-gap-18 {
    grid-row-gap: 90px;
    row-gap: 90px
  }

  .lg\:row-gap-19 {
    grid-row-gap: 95px;
    row-gap: 95px
  }

  .lg\:row-gap-20 {
    grid-row-gap: 100px;
    row-gap: 100px
  }

  .lg\:row-gap-xxs {
    grid-row-gap: 8px;
    row-gap: 8px
  }

  .lg\:row-gap-xs {
    grid-row-gap: 12px;
    row-gap: 12px
  }

  .lg\:row-gap-sm {
    grid-row-gap: 24px;
    row-gap: 24px
  }

  .lg\:row-gap-md {
    grid-row-gap: 48px;
    row-gap: 48px
  }

  .lg\:row-gap-lg {
    grid-row-gap: 64px;
    row-gap: 64px
  }

  .lg\:row-gap-xl {
    grid-row-gap: 128px;
    row-gap: 128px
  }

  .lg\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0
  }

  .lg\:gap-y-1 {
    grid-row-gap: 5px;
    row-gap: 5px
  }

  .lg\:gap-y-2 {
    grid-row-gap: 10px;
    row-gap: 10px
  }

  .lg\:gap-y-3 {
    grid-row-gap: 15px;
    row-gap: 15px
  }

  .lg\:gap-y-4 {
    grid-row-gap: 20px;
    row-gap: 20px
  }

  .lg\:gap-y-5 {
    grid-row-gap: 25px;
    row-gap: 25px
  }

  .lg\:gap-y-6 {
    grid-row-gap: 30px;
    row-gap: 30px
  }

  .lg\:gap-y-7 {
    grid-row-gap: 35px;
    row-gap: 35px
  }

  .lg\:gap-y-8 {
    grid-row-gap: 40px;
    row-gap: 40px
  }

  .lg\:gap-y-9 {
    grid-row-gap: 45px;
    row-gap: 45px
  }

  .lg\:gap-y-10 {
    grid-row-gap: 50px;
    row-gap: 50px
  }

  .lg\:gap-y-11 {
    grid-row-gap: 55px;
    row-gap: 55px
  }

  .lg\:gap-y-12 {
    grid-row-gap: 60px;
    row-gap: 60px
  }

  .lg\:gap-y-13 {
    grid-row-gap: 65px;
    row-gap: 65px
  }

  .lg\:gap-y-14 {
    grid-row-gap: 70px;
    row-gap: 70px
  }

  .lg\:gap-y-15 {
    grid-row-gap: 75px;
    row-gap: 75px
  }

  .lg\:gap-y-16 {
    grid-row-gap: 80px;
    row-gap: 80px
  }

  .lg\:gap-y-17 {
    grid-row-gap: 85px;
    row-gap: 85px
  }

  .lg\:gap-y-18 {
    grid-row-gap: 90px;
    row-gap: 90px
  }

  .lg\:gap-y-19 {
    grid-row-gap: 95px;
    row-gap: 95px
  }

  .lg\:gap-y-20 {
    grid-row-gap: 100px;
    row-gap: 100px
  }

  .lg\:gap-y-xxs {
    grid-row-gap: 8px;
    row-gap: 8px
  }

  .lg\:gap-y-xs {
    grid-row-gap: 12px;
    row-gap: 12px
  }

  .lg\:gap-y-sm {
    grid-row-gap: 24px;
    row-gap: 24px
  }

  .lg\:gap-y-md {
    grid-row-gap: 48px;
    row-gap: 48px
  }

  .lg\:gap-y-lg {
    grid-row-gap: 64px;
    row-gap: 64px
  }

  .lg\:gap-y-xl {
    grid-row-gap: 128px;
    row-gap: 128px
  }

  .lg\:grid-flow-row {
    grid-auto-flow: row
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr))
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr))
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr))
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }

  .lg\:grid-cols-none {
    grid-template-columns: none
  }

  .lg\:auto-cols-auto {
    grid-auto-columns: auto
  }

  .lg\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content
  }

  .lg\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content
  }

  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr)
  }

  .lg\:col-auto {
    grid-column: auto
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12
  }

  .lg\:col-start-1 {
    grid-column-start: 1
  }

  .lg\:col-start-2 {
    grid-column-start: 2
  }

  .lg\:col-start-3 {
    grid-column-start: 3
  }

  .lg\:col-start-4 {
    grid-column-start: 4
  }

  .lg\:col-start-5 {
    grid-column-start: 5
  }

  .lg\:col-start-6 {
    grid-column-start: 6
  }

  .lg\:col-start-7 {
    grid-column-start: 7
  }

  .lg\:col-start-8 {
    grid-column-start: 8
  }

  .lg\:col-start-9 {
    grid-column-start: 9
  }

  .lg\:col-start-10 {
    grid-column-start: 10
  }

  .lg\:col-start-11 {
    grid-column-start: 11
  }

  .lg\:col-start-12 {
    grid-column-start: 12
  }

  .lg\:col-start-13 {
    grid-column-start: 13
  }

  .lg\:col-start-auto {
    grid-column-start: auto
  }

  .lg\:col-end-1 {
    grid-column-end: 1
  }

  .lg\:col-end-2 {
    grid-column-end: 2
  }

  .lg\:col-end-3 {
    grid-column-end: 3
  }

  .lg\:col-end-4 {
    grid-column-end: 4
  }

  .lg\:col-end-5 {
    grid-column-end: 5
  }

  .lg\:col-end-6 {
    grid-column-end: 6
  }

  .lg\:col-end-7 {
    grid-column-end: 7
  }

  .lg\:col-end-8 {
    grid-column-end: 8
  }

  .lg\:col-end-9 {
    grid-column-end: 9
  }

  .lg\:col-end-10 {
    grid-column-end: 10
  }

  .lg\:col-end-11 {
    grid-column-end: 11
  }

  .lg\:col-end-12 {
    grid-column-end: 12
  }

  .lg\:col-end-13 {
    grid-column-end: 13
  }

  .lg\:col-end-auto {
    grid-column-end: auto
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr))
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr))
  }

  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr))
  }

  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr))
  }

  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr))
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr))
  }

  .lg\:grid-rows-none {
    grid-template-rows: none
  }

  .lg\:auto-rows-auto {
    grid-auto-rows: auto
  }

  .lg\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content
  }

  .lg\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content
  }

  .lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr)
  }

  .lg\:row-auto {
    grid-row: auto
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4
  }

  .lg\:row-span-5 {
    grid-row: span 5 / span 5
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6
  }

  .lg\:row-start-1 {
    grid-row-start: 1
  }

  .lg\:row-start-2 {
    grid-row-start: 2
  }

  .lg\:row-start-3 {
    grid-row-start: 3
  }

  .lg\:row-start-4 {
    grid-row-start: 4
  }

  .lg\:row-start-5 {
    grid-row-start: 5
  }

  .lg\:row-start-6 {
    grid-row-start: 6
  }

  .lg\:row-start-7 {
    grid-row-start: 7
  }

  .lg\:row-start-auto {
    grid-row-start: auto
  }

  .lg\:row-end-1 {
    grid-row-end: 1
  }

  .lg\:row-end-2 {
    grid-row-end: 2
  }

  .lg\:row-end-3 {
    grid-row-end: 3
  }

  .lg\:row-end-4 {
    grid-row-end: 4
  }

  .lg\:row-end-5 {
    grid-row-end: 5
  }

  .lg\:row-end-6 {
    grid-row-end: 6
  }

  .lg\:row-end-7 {
    grid-row-end: 7
  }

  .lg\:row-end-auto {
    grid-row-end: auto
  }

  .lg\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
        -ms-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
  }

  .lg\:transform-none {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none
  }

  .lg\:origin-center {
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center
  }

  .lg\:origin-top {
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top
  }

  .lg\:origin-top-right {
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right
  }

  .lg\:origin-right {
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right
  }

  .lg\:origin-bottom-right {
    -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
            transform-origin: bottom right
  }

  .lg\:origin-bottom {
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom
  }

  .lg\:origin-bottom-left {
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left
  }

  .lg\:origin-left {
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left
  }

  .lg\:origin-top-left {
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left
  }

  .lg\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .lg\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .lg\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .lg\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .lg\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .lg\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .lg\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .lg\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .lg\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .lg\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .lg\:scale-x-0 {
    --transform-scale-x: 0
  }

  .lg\:scale-x-50 {
    --transform-scale-x: .5
  }

  .lg\:scale-x-75 {
    --transform-scale-x: .75
  }

  .lg\:scale-x-90 {
    --transform-scale-x: .9
  }

  .lg\:scale-x-95 {
    --transform-scale-x: .95
  }

  .lg\:scale-x-100 {
    --transform-scale-x: 1
  }

  .lg\:scale-x-105 {
    --transform-scale-x: 1.05
  }

  .lg\:scale-x-110 {
    --transform-scale-x: 1.1
  }

  .lg\:scale-x-125 {
    --transform-scale-x: 1.25
  }

  .lg\:scale-x-150 {
    --transform-scale-x: 1.5
  }

  .lg\:scale-y-0 {
    --transform-scale-y: 0
  }

  .lg\:scale-y-50 {
    --transform-scale-y: .5
  }

  .lg\:scale-y-75 {
    --transform-scale-y: .75
  }

  .lg\:scale-y-90 {
    --transform-scale-y: .9
  }

  .lg\:scale-y-95 {
    --transform-scale-y: .95
  }

  .lg\:scale-y-100 {
    --transform-scale-y: 1
  }

  .lg\:scale-y-105 {
    --transform-scale-y: 1.05
  }

  .lg\:scale-y-110 {
    --transform-scale-y: 1.1
  }

  .lg\:scale-y-125 {
    --transform-scale-y: 1.25
  }

  .lg\:scale-y-150 {
    --transform-scale-y: 1.5
  }

  .lg\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .lg\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .lg\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .lg\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .lg\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .lg\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .lg\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .lg\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .lg\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .lg\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .lg\:hover\:scale-x-0:hover {
    --transform-scale-x: 0
  }

  .lg\:hover\:scale-x-50:hover {
    --transform-scale-x: .5
  }

  .lg\:hover\:scale-x-75:hover {
    --transform-scale-x: .75
  }

  .lg\:hover\:scale-x-90:hover {
    --transform-scale-x: .9
  }

  .lg\:hover\:scale-x-95:hover {
    --transform-scale-x: .95
  }

  .lg\:hover\:scale-x-100:hover {
    --transform-scale-x: 1
  }

  .lg\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05
  }

  .lg\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1
  }

  .lg\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25
  }

  .lg\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5
  }

  .lg\:hover\:scale-y-0:hover {
    --transform-scale-y: 0
  }

  .lg\:hover\:scale-y-50:hover {
    --transform-scale-y: .5
  }

  .lg\:hover\:scale-y-75:hover {
    --transform-scale-y: .75
  }

  .lg\:hover\:scale-y-90:hover {
    --transform-scale-y: .9
  }

  .lg\:hover\:scale-y-95:hover {
    --transform-scale-y: .95
  }

  .lg\:hover\:scale-y-100:hover {
    --transform-scale-y: 1
  }

  .lg\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05
  }

  .lg\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1
  }

  .lg\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25
  }

  .lg\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5
  }

  .lg\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .lg\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .lg\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .lg\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .lg\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .lg\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .lg\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .lg\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .lg\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .lg\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .lg\:focus\:scale-x-0:focus {
    --transform-scale-x: 0
  }

  .lg\:focus\:scale-x-50:focus {
    --transform-scale-x: .5
  }

  .lg\:focus\:scale-x-75:focus {
    --transform-scale-x: .75
  }

  .lg\:focus\:scale-x-90:focus {
    --transform-scale-x: .9
  }

  .lg\:focus\:scale-x-95:focus {
    --transform-scale-x: .95
  }

  .lg\:focus\:scale-x-100:focus {
    --transform-scale-x: 1
  }

  .lg\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05
  }

  .lg\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1
  }

  .lg\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25
  }

  .lg\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5
  }

  .lg\:focus\:scale-y-0:focus {
    --transform-scale-y: 0
  }

  .lg\:focus\:scale-y-50:focus {
    --transform-scale-y: .5
  }

  .lg\:focus\:scale-y-75:focus {
    --transform-scale-y: .75
  }

  .lg\:focus\:scale-y-90:focus {
    --transform-scale-y: .9
  }

  .lg\:focus\:scale-y-95:focus {
    --transform-scale-y: .95
  }

  .lg\:focus\:scale-y-100:focus {
    --transform-scale-y: 1
  }

  .lg\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05
  }

  .lg\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1
  }

  .lg\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25
  }

  .lg\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5
  }

  .lg\:rotate-0 {
    --transform-rotate: 0
  }

  .lg\:rotate-45 {
    --transform-rotate: 45deg
  }

  .lg\:rotate-90 {
    --transform-rotate: 90deg
  }

  .lg\:rotate-180 {
    --transform-rotate: 180deg
  }

  .lg\:-rotate-180 {
    --transform-rotate: -180deg
  }

  .lg\:-rotate-90 {
    --transform-rotate: -90deg
  }

  .lg\:-rotate-45 {
    --transform-rotate: -45deg
  }

  .lg\:hover\:rotate-0:hover {
    --transform-rotate: 0
  }

  .lg\:hover\:rotate-45:hover {
    --transform-rotate: 45deg
  }

  .lg\:hover\:rotate-90:hover {
    --transform-rotate: 90deg
  }

  .lg\:hover\:rotate-180:hover {
    --transform-rotate: 180deg
  }

  .lg\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg
  }

  .lg\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg
  }

  .lg\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg
  }

  .lg\:focus\:rotate-0:focus {
    --transform-rotate: 0
  }

  .lg\:focus\:rotate-45:focus {
    --transform-rotate: 45deg
  }

  .lg\:focus\:rotate-90:focus {
    --transform-rotate: 90deg
  }

  .lg\:focus\:rotate-180:focus {
    --transform-rotate: 180deg
  }

  .lg\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg
  }

  .lg\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg
  }

  .lg\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg
  }

  .lg\:translate-x-0 {
    --transform-translate-x: 0
  }

  .lg\:translate-x-1 {
    --transform-translate-x: 5px
  }

  .lg\:translate-x-2 {
    --transform-translate-x: 10px
  }

  .lg\:translate-x-3 {
    --transform-translate-x: 15px
  }

  .lg\:translate-x-4 {
    --transform-translate-x: 20px
  }

  .lg\:translate-x-5 {
    --transform-translate-x: 25px
  }

  .lg\:translate-x-6 {
    --transform-translate-x: 30px
  }

  .lg\:translate-x-7 {
    --transform-translate-x: 35px
  }

  .lg\:translate-x-8 {
    --transform-translate-x: 40px
  }

  .lg\:translate-x-9 {
    --transform-translate-x: 45px
  }

  .lg\:translate-x-10 {
    --transform-translate-x: 50px
  }

  .lg\:translate-x-11 {
    --transform-translate-x: 55px
  }

  .lg\:translate-x-12 {
    --transform-translate-x: 60px
  }

  .lg\:translate-x-13 {
    --transform-translate-x: 65px
  }

  .lg\:translate-x-14 {
    --transform-translate-x: 70px
  }

  .lg\:translate-x-15 {
    --transform-translate-x: 75px
  }

  .lg\:translate-x-16 {
    --transform-translate-x: 80px
  }

  .lg\:translate-x-17 {
    --transform-translate-x: 85px
  }

  .lg\:translate-x-18 {
    --transform-translate-x: 90px
  }

  .lg\:translate-x-19 {
    --transform-translate-x: 95px
  }

  .lg\:translate-x-20 {
    --transform-translate-x: 100px
  }

  .lg\:translate-x-xxs {
    --transform-translate-x: 8px
  }

  .lg\:translate-x-xs {
    --transform-translate-x: 12px
  }

  .lg\:translate-x-sm {
    --transform-translate-x: 24px
  }

  .lg\:translate-x-md {
    --transform-translate-x: 48px
  }

  .lg\:translate-x-lg {
    --transform-translate-x: 64px
  }

  .lg\:translate-x-xl {
    --transform-translate-x: 128px
  }

  .lg\:-translate-x-1 {
    --transform-translate-x: -5px
  }

  .lg\:-translate-x-2 {
    --transform-translate-x: -10px
  }

  .lg\:-translate-x-3 {
    --transform-translate-x: -15px
  }

  .lg\:-translate-x-4 {
    --transform-translate-x: -20px
  }

  .lg\:-translate-x-5 {
    --transform-translate-x: -25px
  }

  .lg\:-translate-x-6 {
    --transform-translate-x: -30px
  }

  .lg\:-translate-x-7 {
    --transform-translate-x: -35px
  }

  .lg\:-translate-x-8 {
    --transform-translate-x: -40px
  }

  .lg\:-translate-x-9 {
    --transform-translate-x: -45px
  }

  .lg\:-translate-x-10 {
    --transform-translate-x: -50px
  }

  .lg\:-translate-x-11 {
    --transform-translate-x: -55px
  }

  .lg\:-translate-x-12 {
    --transform-translate-x: -60px
  }

  .lg\:-translate-x-13 {
    --transform-translate-x: -65px
  }

  .lg\:-translate-x-14 {
    --transform-translate-x: -70px
  }

  .lg\:-translate-x-15 {
    --transform-translate-x: -75px
  }

  .lg\:-translate-x-16 {
    --transform-translate-x: -80px
  }

  .lg\:-translate-x-17 {
    --transform-translate-x: -85px
  }

  .lg\:-translate-x-18 {
    --transform-translate-x: -90px
  }

  .lg\:-translate-x-19 {
    --transform-translate-x: -95px
  }

  .lg\:-translate-x-20 {
    --transform-translate-x: -100px
  }

  .lg\:-translate-x-xxs {
    --transform-translate-x: -8px
  }

  .lg\:-translate-x-xs {
    --transform-translate-x: -12px
  }

  .lg\:-translate-x-sm {
    --transform-translate-x: -24px
  }

  .lg\:-translate-x-md {
    --transform-translate-x: -48px
  }

  .lg\:-translate-x-lg {
    --transform-translate-x: -64px
  }

  .lg\:-translate-x-xl {
    --transform-translate-x: -128px
  }

  .lg\:-translate-x-full {
    --transform-translate-x: -100%
  }

  .lg\:-translate-x-1\/2 {
    --transform-translate-x: -50%
  }

  .lg\:translate-x-1\/2 {
    --transform-translate-x: 50%
  }

  .lg\:translate-x-full {
    --transform-translate-x: 100%
  }

  .lg\:translate-y-0 {
    --transform-translate-y: 0
  }

  .lg\:translate-y-1 {
    --transform-translate-y: 5px
  }

  .lg\:translate-y-2 {
    --transform-translate-y: 10px
  }

  .lg\:translate-y-3 {
    --transform-translate-y: 15px
  }

  .lg\:translate-y-4 {
    --transform-translate-y: 20px
  }

  .lg\:translate-y-5 {
    --transform-translate-y: 25px
  }

  .lg\:translate-y-6 {
    --transform-translate-y: 30px
  }

  .lg\:translate-y-7 {
    --transform-translate-y: 35px
  }

  .lg\:translate-y-8 {
    --transform-translate-y: 40px
  }

  .lg\:translate-y-9 {
    --transform-translate-y: 45px
  }

  .lg\:translate-y-10 {
    --transform-translate-y: 50px
  }

  .lg\:translate-y-11 {
    --transform-translate-y: 55px
  }

  .lg\:translate-y-12 {
    --transform-translate-y: 60px
  }

  .lg\:translate-y-13 {
    --transform-translate-y: 65px
  }

  .lg\:translate-y-14 {
    --transform-translate-y: 70px
  }

  .lg\:translate-y-15 {
    --transform-translate-y: 75px
  }

  .lg\:translate-y-16 {
    --transform-translate-y: 80px
  }

  .lg\:translate-y-17 {
    --transform-translate-y: 85px
  }

  .lg\:translate-y-18 {
    --transform-translate-y: 90px
  }

  .lg\:translate-y-19 {
    --transform-translate-y: 95px
  }

  .lg\:translate-y-20 {
    --transform-translate-y: 100px
  }

  .lg\:translate-y-xxs {
    --transform-translate-y: 8px
  }

  .lg\:translate-y-xs {
    --transform-translate-y: 12px
  }

  .lg\:translate-y-sm {
    --transform-translate-y: 24px
  }

  .lg\:translate-y-md {
    --transform-translate-y: 48px
  }

  .lg\:translate-y-lg {
    --transform-translate-y: 64px
  }

  .lg\:translate-y-xl {
    --transform-translate-y: 128px
  }

  .lg\:-translate-y-1 {
    --transform-translate-y: -5px
  }

  .lg\:-translate-y-2 {
    --transform-translate-y: -10px
  }

  .lg\:-translate-y-3 {
    --transform-translate-y: -15px
  }

  .lg\:-translate-y-4 {
    --transform-translate-y: -20px
  }

  .lg\:-translate-y-5 {
    --transform-translate-y: -25px
  }

  .lg\:-translate-y-6 {
    --transform-translate-y: -30px
  }

  .lg\:-translate-y-7 {
    --transform-translate-y: -35px
  }

  .lg\:-translate-y-8 {
    --transform-translate-y: -40px
  }

  .lg\:-translate-y-9 {
    --transform-translate-y: -45px
  }

  .lg\:-translate-y-10 {
    --transform-translate-y: -50px
  }

  .lg\:-translate-y-11 {
    --transform-translate-y: -55px
  }

  .lg\:-translate-y-12 {
    --transform-translate-y: -60px
  }

  .lg\:-translate-y-13 {
    --transform-translate-y: -65px
  }

  .lg\:-translate-y-14 {
    --transform-translate-y: -70px
  }

  .lg\:-translate-y-15 {
    --transform-translate-y: -75px
  }

  .lg\:-translate-y-16 {
    --transform-translate-y: -80px
  }

  .lg\:-translate-y-17 {
    --transform-translate-y: -85px
  }

  .lg\:-translate-y-18 {
    --transform-translate-y: -90px
  }

  .lg\:-translate-y-19 {
    --transform-translate-y: -95px
  }

  .lg\:-translate-y-20 {
    --transform-translate-y: -100px
  }

  .lg\:-translate-y-xxs {
    --transform-translate-y: -8px
  }

  .lg\:-translate-y-xs {
    --transform-translate-y: -12px
  }

  .lg\:-translate-y-sm {
    --transform-translate-y: -24px
  }

  .lg\:-translate-y-md {
    --transform-translate-y: -48px
  }

  .lg\:-translate-y-lg {
    --transform-translate-y: -64px
  }

  .lg\:-translate-y-xl {
    --transform-translate-y: -128px
  }

  .lg\:-translate-y-full {
    --transform-translate-y: -100%
  }

  .lg\:-translate-y-1\/2 {
    --transform-translate-y: -50%
  }

  .lg\:translate-y-1\/2 {
    --transform-translate-y: 50%
  }

  .lg\:translate-y-full {
    --transform-translate-y: 100%
  }

  .lg\:hover\:translate-x-0:hover {
    --transform-translate-x: 0
  }

  .lg\:hover\:translate-x-1:hover {
    --transform-translate-x: 5px
  }

  .lg\:hover\:translate-x-2:hover {
    --transform-translate-x: 10px
  }

  .lg\:hover\:translate-x-3:hover {
    --transform-translate-x: 15px
  }

  .lg\:hover\:translate-x-4:hover {
    --transform-translate-x: 20px
  }

  .lg\:hover\:translate-x-5:hover {
    --transform-translate-x: 25px
  }

  .lg\:hover\:translate-x-6:hover {
    --transform-translate-x: 30px
  }

  .lg\:hover\:translate-x-7:hover {
    --transform-translate-x: 35px
  }

  .lg\:hover\:translate-x-8:hover {
    --transform-translate-x: 40px
  }

  .lg\:hover\:translate-x-9:hover {
    --transform-translate-x: 45px
  }

  .lg\:hover\:translate-x-10:hover {
    --transform-translate-x: 50px
  }

  .lg\:hover\:translate-x-11:hover {
    --transform-translate-x: 55px
  }

  .lg\:hover\:translate-x-12:hover {
    --transform-translate-x: 60px
  }

  .lg\:hover\:translate-x-13:hover {
    --transform-translate-x: 65px
  }

  .lg\:hover\:translate-x-14:hover {
    --transform-translate-x: 70px
  }

  .lg\:hover\:translate-x-15:hover {
    --transform-translate-x: 75px
  }

  .lg\:hover\:translate-x-16:hover {
    --transform-translate-x: 80px
  }

  .lg\:hover\:translate-x-17:hover {
    --transform-translate-x: 85px
  }

  .lg\:hover\:translate-x-18:hover {
    --transform-translate-x: 90px
  }

  .lg\:hover\:translate-x-19:hover {
    --transform-translate-x: 95px
  }

  .lg\:hover\:translate-x-20:hover {
    --transform-translate-x: 100px
  }

  .lg\:hover\:translate-x-xxs:hover {
    --transform-translate-x: 8px
  }

  .lg\:hover\:translate-x-xs:hover {
    --transform-translate-x: 12px
  }

  .lg\:hover\:translate-x-sm:hover {
    --transform-translate-x: 24px
  }

  .lg\:hover\:translate-x-md:hover {
    --transform-translate-x: 48px
  }

  .lg\:hover\:translate-x-lg:hover {
    --transform-translate-x: 64px
  }

  .lg\:hover\:translate-x-xl:hover {
    --transform-translate-x: 128px
  }

  .lg\:hover\:-translate-x-1:hover {
    --transform-translate-x: -5px
  }

  .lg\:hover\:-translate-x-2:hover {
    --transform-translate-x: -10px
  }

  .lg\:hover\:-translate-x-3:hover {
    --transform-translate-x: -15px
  }

  .lg\:hover\:-translate-x-4:hover {
    --transform-translate-x: -20px
  }

  .lg\:hover\:-translate-x-5:hover {
    --transform-translate-x: -25px
  }

  .lg\:hover\:-translate-x-6:hover {
    --transform-translate-x: -30px
  }

  .lg\:hover\:-translate-x-7:hover {
    --transform-translate-x: -35px
  }

  .lg\:hover\:-translate-x-8:hover {
    --transform-translate-x: -40px
  }

  .lg\:hover\:-translate-x-9:hover {
    --transform-translate-x: -45px
  }

  .lg\:hover\:-translate-x-10:hover {
    --transform-translate-x: -50px
  }

  .lg\:hover\:-translate-x-11:hover {
    --transform-translate-x: -55px
  }

  .lg\:hover\:-translate-x-12:hover {
    --transform-translate-x: -60px
  }

  .lg\:hover\:-translate-x-13:hover {
    --transform-translate-x: -65px
  }

  .lg\:hover\:-translate-x-14:hover {
    --transform-translate-x: -70px
  }

  .lg\:hover\:-translate-x-15:hover {
    --transform-translate-x: -75px
  }

  .lg\:hover\:-translate-x-16:hover {
    --transform-translate-x: -80px
  }

  .lg\:hover\:-translate-x-17:hover {
    --transform-translate-x: -85px
  }

  .lg\:hover\:-translate-x-18:hover {
    --transform-translate-x: -90px
  }

  .lg\:hover\:-translate-x-19:hover {
    --transform-translate-x: -95px
  }

  .lg\:hover\:-translate-x-20:hover {
    --transform-translate-x: -100px
  }

  .lg\:hover\:-translate-x-xxs:hover {
    --transform-translate-x: -8px
  }

  .lg\:hover\:-translate-x-xs:hover {
    --transform-translate-x: -12px
  }

  .lg\:hover\:-translate-x-sm:hover {
    --transform-translate-x: -24px
  }

  .lg\:hover\:-translate-x-md:hover {
    --transform-translate-x: -48px
  }

  .lg\:hover\:-translate-x-lg:hover {
    --transform-translate-x: -64px
  }

  .lg\:hover\:-translate-x-xl:hover {
    --transform-translate-x: -128px
  }

  .lg\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%
  }

  .lg\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%
  }

  .lg\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%
  }

  .lg\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%
  }

  .lg\:hover\:translate-y-0:hover {
    --transform-translate-y: 0
  }

  .lg\:hover\:translate-y-1:hover {
    --transform-translate-y: 5px
  }

  .lg\:hover\:translate-y-2:hover {
    --transform-translate-y: 10px
  }

  .lg\:hover\:translate-y-3:hover {
    --transform-translate-y: 15px
  }

  .lg\:hover\:translate-y-4:hover {
    --transform-translate-y: 20px
  }

  .lg\:hover\:translate-y-5:hover {
    --transform-translate-y: 25px
  }

  .lg\:hover\:translate-y-6:hover {
    --transform-translate-y: 30px
  }

  .lg\:hover\:translate-y-7:hover {
    --transform-translate-y: 35px
  }

  .lg\:hover\:translate-y-8:hover {
    --transform-translate-y: 40px
  }

  .lg\:hover\:translate-y-9:hover {
    --transform-translate-y: 45px
  }

  .lg\:hover\:translate-y-10:hover {
    --transform-translate-y: 50px
  }

  .lg\:hover\:translate-y-11:hover {
    --transform-translate-y: 55px
  }

  .lg\:hover\:translate-y-12:hover {
    --transform-translate-y: 60px
  }

  .lg\:hover\:translate-y-13:hover {
    --transform-translate-y: 65px
  }

  .lg\:hover\:translate-y-14:hover {
    --transform-translate-y: 70px
  }

  .lg\:hover\:translate-y-15:hover {
    --transform-translate-y: 75px
  }

  .lg\:hover\:translate-y-16:hover {
    --transform-translate-y: 80px
  }

  .lg\:hover\:translate-y-17:hover {
    --transform-translate-y: 85px
  }

  .lg\:hover\:translate-y-18:hover {
    --transform-translate-y: 90px
  }

  .lg\:hover\:translate-y-19:hover {
    --transform-translate-y: 95px
  }

  .lg\:hover\:translate-y-20:hover {
    --transform-translate-y: 100px
  }

  .lg\:hover\:translate-y-xxs:hover {
    --transform-translate-y: 8px
  }

  .lg\:hover\:translate-y-xs:hover {
    --transform-translate-y: 12px
  }

  .lg\:hover\:translate-y-sm:hover {
    --transform-translate-y: 24px
  }

  .lg\:hover\:translate-y-md:hover {
    --transform-translate-y: 48px
  }

  .lg\:hover\:translate-y-lg:hover {
    --transform-translate-y: 64px
  }

  .lg\:hover\:translate-y-xl:hover {
    --transform-translate-y: 128px
  }

  .lg\:hover\:-translate-y-1:hover {
    --transform-translate-y: -5px
  }

  .lg\:hover\:-translate-y-2:hover {
    --transform-translate-y: -10px
  }

  .lg\:hover\:-translate-y-3:hover {
    --transform-translate-y: -15px
  }

  .lg\:hover\:-translate-y-4:hover {
    --transform-translate-y: -20px
  }

  .lg\:hover\:-translate-y-5:hover {
    --transform-translate-y: -25px
  }

  .lg\:hover\:-translate-y-6:hover {
    --transform-translate-y: -30px
  }

  .lg\:hover\:-translate-y-7:hover {
    --transform-translate-y: -35px
  }

  .lg\:hover\:-translate-y-8:hover {
    --transform-translate-y: -40px
  }

  .lg\:hover\:-translate-y-9:hover {
    --transform-translate-y: -45px
  }

  .lg\:hover\:-translate-y-10:hover {
    --transform-translate-y: -50px
  }

  .lg\:hover\:-translate-y-11:hover {
    --transform-translate-y: -55px
  }

  .lg\:hover\:-translate-y-12:hover {
    --transform-translate-y: -60px
  }

  .lg\:hover\:-translate-y-13:hover {
    --transform-translate-y: -65px
  }

  .lg\:hover\:-translate-y-14:hover {
    --transform-translate-y: -70px
  }

  .lg\:hover\:-translate-y-15:hover {
    --transform-translate-y: -75px
  }

  .lg\:hover\:-translate-y-16:hover {
    --transform-translate-y: -80px
  }

  .lg\:hover\:-translate-y-17:hover {
    --transform-translate-y: -85px
  }

  .lg\:hover\:-translate-y-18:hover {
    --transform-translate-y: -90px
  }

  .lg\:hover\:-translate-y-19:hover {
    --transform-translate-y: -95px
  }

  .lg\:hover\:-translate-y-20:hover {
    --transform-translate-y: -100px
  }

  .lg\:hover\:-translate-y-xxs:hover {
    --transform-translate-y: -8px
  }

  .lg\:hover\:-translate-y-xs:hover {
    --transform-translate-y: -12px
  }

  .lg\:hover\:-translate-y-sm:hover {
    --transform-translate-y: -24px
  }

  .lg\:hover\:-translate-y-md:hover {
    --transform-translate-y: -48px
  }

  .lg\:hover\:-translate-y-lg:hover {
    --transform-translate-y: -64px
  }

  .lg\:hover\:-translate-y-xl:hover {
    --transform-translate-y: -128px
  }

  .lg\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%
  }

  .lg\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%
  }

  .lg\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%
  }

  .lg\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%
  }

  .lg\:focus\:translate-x-0:focus {
    --transform-translate-x: 0
  }

  .lg\:focus\:translate-x-1:focus {
    --transform-translate-x: 5px
  }

  .lg\:focus\:translate-x-2:focus {
    --transform-translate-x: 10px
  }

  .lg\:focus\:translate-x-3:focus {
    --transform-translate-x: 15px
  }

  .lg\:focus\:translate-x-4:focus {
    --transform-translate-x: 20px
  }

  .lg\:focus\:translate-x-5:focus {
    --transform-translate-x: 25px
  }

  .lg\:focus\:translate-x-6:focus {
    --transform-translate-x: 30px
  }

  .lg\:focus\:translate-x-7:focus {
    --transform-translate-x: 35px
  }

  .lg\:focus\:translate-x-8:focus {
    --transform-translate-x: 40px
  }

  .lg\:focus\:translate-x-9:focus {
    --transform-translate-x: 45px
  }

  .lg\:focus\:translate-x-10:focus {
    --transform-translate-x: 50px
  }

  .lg\:focus\:translate-x-11:focus {
    --transform-translate-x: 55px
  }

  .lg\:focus\:translate-x-12:focus {
    --transform-translate-x: 60px
  }

  .lg\:focus\:translate-x-13:focus {
    --transform-translate-x: 65px
  }

  .lg\:focus\:translate-x-14:focus {
    --transform-translate-x: 70px
  }

  .lg\:focus\:translate-x-15:focus {
    --transform-translate-x: 75px
  }

  .lg\:focus\:translate-x-16:focus {
    --transform-translate-x: 80px
  }

  .lg\:focus\:translate-x-17:focus {
    --transform-translate-x: 85px
  }

  .lg\:focus\:translate-x-18:focus {
    --transform-translate-x: 90px
  }

  .lg\:focus\:translate-x-19:focus {
    --transform-translate-x: 95px
  }

  .lg\:focus\:translate-x-20:focus {
    --transform-translate-x: 100px
  }

  .lg\:focus\:translate-x-xxs:focus {
    --transform-translate-x: 8px
  }

  .lg\:focus\:translate-x-xs:focus {
    --transform-translate-x: 12px
  }

  .lg\:focus\:translate-x-sm:focus {
    --transform-translate-x: 24px
  }

  .lg\:focus\:translate-x-md:focus {
    --transform-translate-x: 48px
  }

  .lg\:focus\:translate-x-lg:focus {
    --transform-translate-x: 64px
  }

  .lg\:focus\:translate-x-xl:focus {
    --transform-translate-x: 128px
  }

  .lg\:focus\:-translate-x-1:focus {
    --transform-translate-x: -5px
  }

  .lg\:focus\:-translate-x-2:focus {
    --transform-translate-x: -10px
  }

  .lg\:focus\:-translate-x-3:focus {
    --transform-translate-x: -15px
  }

  .lg\:focus\:-translate-x-4:focus {
    --transform-translate-x: -20px
  }

  .lg\:focus\:-translate-x-5:focus {
    --transform-translate-x: -25px
  }

  .lg\:focus\:-translate-x-6:focus {
    --transform-translate-x: -30px
  }

  .lg\:focus\:-translate-x-7:focus {
    --transform-translate-x: -35px
  }

  .lg\:focus\:-translate-x-8:focus {
    --transform-translate-x: -40px
  }

  .lg\:focus\:-translate-x-9:focus {
    --transform-translate-x: -45px
  }

  .lg\:focus\:-translate-x-10:focus {
    --transform-translate-x: -50px
  }

  .lg\:focus\:-translate-x-11:focus {
    --transform-translate-x: -55px
  }

  .lg\:focus\:-translate-x-12:focus {
    --transform-translate-x: -60px
  }

  .lg\:focus\:-translate-x-13:focus {
    --transform-translate-x: -65px
  }

  .lg\:focus\:-translate-x-14:focus {
    --transform-translate-x: -70px
  }

  .lg\:focus\:-translate-x-15:focus {
    --transform-translate-x: -75px
  }

  .lg\:focus\:-translate-x-16:focus {
    --transform-translate-x: -80px
  }

  .lg\:focus\:-translate-x-17:focus {
    --transform-translate-x: -85px
  }

  .lg\:focus\:-translate-x-18:focus {
    --transform-translate-x: -90px
  }

  .lg\:focus\:-translate-x-19:focus {
    --transform-translate-x: -95px
  }

  .lg\:focus\:-translate-x-20:focus {
    --transform-translate-x: -100px
  }

  .lg\:focus\:-translate-x-xxs:focus {
    --transform-translate-x: -8px
  }

  .lg\:focus\:-translate-x-xs:focus {
    --transform-translate-x: -12px
  }

  .lg\:focus\:-translate-x-sm:focus {
    --transform-translate-x: -24px
  }

  .lg\:focus\:-translate-x-md:focus {
    --transform-translate-x: -48px
  }

  .lg\:focus\:-translate-x-lg:focus {
    --transform-translate-x: -64px
  }

  .lg\:focus\:-translate-x-xl:focus {
    --transform-translate-x: -128px
  }

  .lg\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%
  }

  .lg\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%
  }

  .lg\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%
  }

  .lg\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%
  }

  .lg\:focus\:translate-y-0:focus {
    --transform-translate-y: 0
  }

  .lg\:focus\:translate-y-1:focus {
    --transform-translate-y: 5px
  }

  .lg\:focus\:translate-y-2:focus {
    --transform-translate-y: 10px
  }

  .lg\:focus\:translate-y-3:focus {
    --transform-translate-y: 15px
  }

  .lg\:focus\:translate-y-4:focus {
    --transform-translate-y: 20px
  }

  .lg\:focus\:translate-y-5:focus {
    --transform-translate-y: 25px
  }

  .lg\:focus\:translate-y-6:focus {
    --transform-translate-y: 30px
  }

  .lg\:focus\:translate-y-7:focus {
    --transform-translate-y: 35px
  }

  .lg\:focus\:translate-y-8:focus {
    --transform-translate-y: 40px
  }

  .lg\:focus\:translate-y-9:focus {
    --transform-translate-y: 45px
  }

  .lg\:focus\:translate-y-10:focus {
    --transform-translate-y: 50px
  }

  .lg\:focus\:translate-y-11:focus {
    --transform-translate-y: 55px
  }

  .lg\:focus\:translate-y-12:focus {
    --transform-translate-y: 60px
  }

  .lg\:focus\:translate-y-13:focus {
    --transform-translate-y: 65px
  }

  .lg\:focus\:translate-y-14:focus {
    --transform-translate-y: 70px
  }

  .lg\:focus\:translate-y-15:focus {
    --transform-translate-y: 75px
  }

  .lg\:focus\:translate-y-16:focus {
    --transform-translate-y: 80px
  }

  .lg\:focus\:translate-y-17:focus {
    --transform-translate-y: 85px
  }

  .lg\:focus\:translate-y-18:focus {
    --transform-translate-y: 90px
  }

  .lg\:focus\:translate-y-19:focus {
    --transform-translate-y: 95px
  }

  .lg\:focus\:translate-y-20:focus {
    --transform-translate-y: 100px
  }

  .lg\:focus\:translate-y-xxs:focus {
    --transform-translate-y: 8px
  }

  .lg\:focus\:translate-y-xs:focus {
    --transform-translate-y: 12px
  }

  .lg\:focus\:translate-y-sm:focus {
    --transform-translate-y: 24px
  }

  .lg\:focus\:translate-y-md:focus {
    --transform-translate-y: 48px
  }

  .lg\:focus\:translate-y-lg:focus {
    --transform-translate-y: 64px
  }

  .lg\:focus\:translate-y-xl:focus {
    --transform-translate-y: 128px
  }

  .lg\:focus\:-translate-y-1:focus {
    --transform-translate-y: -5px
  }

  .lg\:focus\:-translate-y-2:focus {
    --transform-translate-y: -10px
  }

  .lg\:focus\:-translate-y-3:focus {
    --transform-translate-y: -15px
  }

  .lg\:focus\:-translate-y-4:focus {
    --transform-translate-y: -20px
  }

  .lg\:focus\:-translate-y-5:focus {
    --transform-translate-y: -25px
  }

  .lg\:focus\:-translate-y-6:focus {
    --transform-translate-y: -30px
  }

  .lg\:focus\:-translate-y-7:focus {
    --transform-translate-y: -35px
  }

  .lg\:focus\:-translate-y-8:focus {
    --transform-translate-y: -40px
  }

  .lg\:focus\:-translate-y-9:focus {
    --transform-translate-y: -45px
  }

  .lg\:focus\:-translate-y-10:focus {
    --transform-translate-y: -50px
  }

  .lg\:focus\:-translate-y-11:focus {
    --transform-translate-y: -55px
  }

  .lg\:focus\:-translate-y-12:focus {
    --transform-translate-y: -60px
  }

  .lg\:focus\:-translate-y-13:focus {
    --transform-translate-y: -65px
  }

  .lg\:focus\:-translate-y-14:focus {
    --transform-translate-y: -70px
  }

  .lg\:focus\:-translate-y-15:focus {
    --transform-translate-y: -75px
  }

  .lg\:focus\:-translate-y-16:focus {
    --transform-translate-y: -80px
  }

  .lg\:focus\:-translate-y-17:focus {
    --transform-translate-y: -85px
  }

  .lg\:focus\:-translate-y-18:focus {
    --transform-translate-y: -90px
  }

  .lg\:focus\:-translate-y-19:focus {
    --transform-translate-y: -95px
  }

  .lg\:focus\:-translate-y-20:focus {
    --transform-translate-y: -100px
  }

  .lg\:focus\:-translate-y-xxs:focus {
    --transform-translate-y: -8px
  }

  .lg\:focus\:-translate-y-xs:focus {
    --transform-translate-y: -12px
  }

  .lg\:focus\:-translate-y-sm:focus {
    --transform-translate-y: -24px
  }

  .lg\:focus\:-translate-y-md:focus {
    --transform-translate-y: -48px
  }

  .lg\:focus\:-translate-y-lg:focus {
    --transform-translate-y: -64px
  }

  .lg\:focus\:-translate-y-xl:focus {
    --transform-translate-y: -128px
  }

  .lg\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%
  }

  .lg\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%
  }

  .lg\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%
  }

  .lg\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%
  }

  .lg\:skew-x-0 {
    --transform-skew-x: 0
  }

  .lg\:skew-y-0 {
    --transform-skew-y: 0
  }

  .lg\:hover\:skew-x-0:hover {
    --transform-skew-x: 0
  }

  .lg\:hover\:skew-y-0:hover {
    --transform-skew-y: 0
  }

  .lg\:focus\:skew-x-0:focus {
    --transform-skew-x: 0
  }

  .lg\:focus\:skew-y-0:focus {
    --transform-skew-y: 0
  }

  .lg\:transition-none {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none
  }

  .lg\:transition-all {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all
  }

  .lg\:transition {
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform
  }

  .lg\:transition-colors {
    -webkit-transition-property: background-color, border-color, color, fill, stroke;
    -o-transition-property: background-color, border-color, color, fill, stroke;
    transition-property: background-color, border-color, color, fill, stroke
  }

  .lg\:transition-opacity {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
  }

  .lg\:transition-shadow {
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow
  }

  .lg\:transition-transform {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
  }

  .lg\:ease-linear {
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear
  }

  .lg\:ease-in {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
  }

  .lg\:ease-out {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
  }

  .lg\:ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
  }

  .lg\:duration-75 {
    -webkit-transition-duration: 75ms;
         -o-transition-duration: 75ms;
            transition-duration: 75ms
  }

  .lg\:duration-100 {
    -webkit-transition-duration: 100ms;
         -o-transition-duration: 100ms;
            transition-duration: 100ms
  }

  .lg\:duration-150 {
    -webkit-transition-duration: 150ms;
         -o-transition-duration: 150ms;
            transition-duration: 150ms
  }

  .lg\:duration-200 {
    -webkit-transition-duration: 200ms;
         -o-transition-duration: 200ms;
            transition-duration: 200ms
  }

  .lg\:duration-300 {
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms
  }

  .lg\:duration-500 {
    -webkit-transition-duration: 500ms;
         -o-transition-duration: 500ms;
            transition-duration: 500ms
  }

  .lg\:duration-700 {
    -webkit-transition-duration: 700ms;
         -o-transition-duration: 700ms;
            transition-duration: 700ms
  }

  .lg\:duration-1000 {
    -webkit-transition-duration: 1000ms;
         -o-transition-duration: 1000ms;
            transition-duration: 1000ms
  }

  .lg\:delay-75 {
    -webkit-transition-delay: 75ms;
         -o-transition-delay: 75ms;
            transition-delay: 75ms
  }

  .lg\:delay-100 {
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms
  }

  .lg\:delay-150 {
    -webkit-transition-delay: 150ms;
         -o-transition-delay: 150ms;
            transition-delay: 150ms
  }

  .lg\:delay-200 {
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms
  }

  .lg\:delay-300 {
    -webkit-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms
  }

  .lg\:delay-500 {
    -webkit-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms
  }

  .lg\:delay-700 {
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms
  }

  .lg\:delay-1000 {
    -webkit-transition-delay: 1000ms;
         -o-transition-delay: 1000ms;
            transition-delay: 1000ms
  }

  .lg\:animate-none {
    -webkit-animation: none;
            animation: none
  }

  .lg\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite
  }

  .lg\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite
  }

  .lg\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
  }

  .lg\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite
  }
}

@media (min-width: 1280px) {
  .xl\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse))
  }

  .xl\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse))
  }

  .xl\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse))
  }

  .xl\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse))
  }

  .xl\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse))
  }

  .xl\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse))
  }

  .xl\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse))
  }

  .xl\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse))
  }

  .xl\:space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse))
  }

  .xl\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse))
  }

  .xl\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse))
  }

  .xl\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-11 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse))
  }

  .xl\:space-x-11 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse))
  }

  .xl\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse))
  }

  .xl\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse))
  }

  .xl\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse))
  }

  .xl\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse))
  }

  .xl\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse))
  }

  .xl\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse))
  }

  .xl\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-19 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse))
  }

  .xl\:space-x-19 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse))
  }

  .xl\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-xxs > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse))
  }

  .xl\:space-x-xxs > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-xs > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse))
  }

  .xl\:space-x-xs > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-sm > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse))
  }

  .xl\:space-x-sm > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-md > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse))
  }

  .xl\:space-x-md > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-lg > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse))
  }

  .xl\:space-x-lg > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-xl > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse))
  }

  .xl\:space-x-xl > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse))
  }

  .xl\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse))
  }

  .xl\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse))
  }

  .xl\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse))
  }

  .xl\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse))
  }

  .xl\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse))
  }

  .xl\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:-space-y-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse))
  }

  .xl\:-space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse))
  }

  .xl\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse))
  }

  .xl\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse))
  }

  .xl\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:-space-y-11 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse))
  }

  .xl\:-space-x-11 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse))
  }

  .xl\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:-space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse))
  }

  .xl\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse))
  }

  .xl\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse))
  }

  .xl\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse))
  }

  .xl\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:-space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse))
  }

  .xl\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse))
  }

  .xl\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:-space-y-19 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse))
  }

  .xl\:-space-x-19 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse))
  }

  .xl\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:-space-y-xxs > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse))
  }

  .xl\:-space-x-xxs > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:-space-y-xs > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse))
  }

  .xl\:-space-x-xs > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:-space-y-sm > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse))
  }

  .xl\:-space-x-sm > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:-space-y-md > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse))
  }

  .xl\:-space-x-md > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:-space-y-lg > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse))
  }

  .xl\:-space-x-lg > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:-space-y-xl > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse))
  }

  .xl\:-space-x-xl > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)))
  }

  .xl\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1
  }

  .xl\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1
  }

  .xl\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse))
  }

  .xl\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-1 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse))
  }

  .xl\:divide-x-1 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse))
  }

  .xl\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-3 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(6px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(6px * var(--divide-y-reverse))
  }

  .xl\:divide-x-3 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(6px * var(--divide-x-reverse));
    border-left-width: calc(6px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse))
  }

  .xl\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-5 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(10px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(10px * var(--divide-y-reverse))
  }

  .xl\:divide-x-5 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(10px * var(--divide-x-reverse));
    border-left-width: calc(10px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-6 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(12px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(12px * var(--divide-y-reverse))
  }

  .xl\:divide-x-6 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(12px * var(--divide-x-reverse));
    border-left-width: calc(12px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-7 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(14px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(14px * var(--divide-y-reverse))
  }

  .xl\:divide-x-7 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(14px * var(--divide-x-reverse));
    border-left-width: calc(14px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(16px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(16px * var(--divide-y-reverse))
  }

  .xl\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(16px * var(--divide-x-reverse));
    border-left-width: calc(16px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-9 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(18px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(18px * var(--divide-y-reverse))
  }

  .xl\:divide-x-9 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(18px * var(--divide-x-reverse));
    border-left-width: calc(18px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-10 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(20px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(20px * var(--divide-y-reverse))
  }

  .xl\:divide-x-10 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(20px * var(--divide-x-reverse));
    border-left-width: calc(20px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-11 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(22px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(22px * var(--divide-y-reverse))
  }

  .xl\:divide-x-11 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(22px * var(--divide-x-reverse));
    border-left-width: calc(22px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-12 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(24px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(24px * var(--divide-y-reverse))
  }

  .xl\:divide-x-12 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(24px * var(--divide-x-reverse));
    border-left-width: calc(24px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-13 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(26px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(26px * var(--divide-y-reverse))
  }

  .xl\:divide-x-13 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(26px * var(--divide-x-reverse));
    border-left-width: calc(26px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-14 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(28px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(28px * var(--divide-y-reverse))
  }

  .xl\:divide-x-14 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(28px * var(--divide-x-reverse));
    border-left-width: calc(28px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-15 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(30px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(30px * var(--divide-y-reverse))
  }

  .xl\:divide-x-15 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(30px * var(--divide-x-reverse));
    border-left-width: calc(30px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-16 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(32px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(32px * var(--divide-y-reverse))
  }

  .xl\:divide-x-16 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(32px * var(--divide-x-reverse));
    border-left-width: calc(32px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-17 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(34px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(34px * var(--divide-y-reverse))
  }

  .xl\:divide-x-17 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(34px * var(--divide-x-reverse));
    border-left-width: calc(34px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-18 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(36px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(36px * var(--divide-y-reverse))
  }

  .xl\:divide-x-18 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(36px * var(--divide-x-reverse));
    border-left-width: calc(36px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-19 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(38px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(38px * var(--divide-y-reverse))
  }

  .xl\:divide-x-19 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(38px * var(--divide-x-reverse));
    border-left-width: calc(38px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-20 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(40px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(40px * var(--divide-y-reverse))
  }

  .xl\:divide-x-20 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(40px * var(--divide-x-reverse));
    border-left-width: calc(40px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-21 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(42px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(42px * var(--divide-y-reverse))
  }

  .xl\:divide-x-21 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(42px * var(--divide-x-reverse));
    border-left-width: calc(42px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-22 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(44px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(44px * var(--divide-y-reverse))
  }

  .xl\:divide-x-22 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(44px * var(--divide-x-reverse));
    border-left-width: calc(44px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-23 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(46px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(46px * var(--divide-y-reverse))
  }

  .xl\:divide-x-23 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(46px * var(--divide-x-reverse));
    border-left-width: calc(46px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-24 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(48px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(48px * var(--divide-y-reverse))
  }

  .xl\:divide-x-24 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(48px * var(--divide-x-reverse));
    border-left-width: calc(48px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-25 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(50px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(50px * var(--divide-y-reverse))
  }

  .xl\:divide-x-25 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(50px * var(--divide-x-reverse));
    border-left-width: calc(50px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-26 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(52px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(52px * var(--divide-y-reverse))
  }

  .xl\:divide-x-26 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(52px * var(--divide-x-reverse));
    border-left-width: calc(52px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-27 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(54px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(54px * var(--divide-y-reverse))
  }

  .xl\:divide-x-27 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(54px * var(--divide-x-reverse));
    border-left-width: calc(54px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-28 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(56px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(56px * var(--divide-y-reverse))
  }

  .xl\:divide-x-28 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(56px * var(--divide-x-reverse));
    border-left-width: calc(56px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-29 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(58px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(58px * var(--divide-y-reverse))
  }

  .xl\:divide-x-29 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(58px * var(--divide-x-reverse));
    border-left-width: calc(58px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-30 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(60px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(60px * var(--divide-y-reverse))
  }

  .xl\:divide-x-30 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(60px * var(--divide-x-reverse));
    border-left-width: calc(60px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-31 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(62px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(62px * var(--divide-y-reverse))
  }

  .xl\:divide-x-31 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(62px * var(--divide-x-reverse));
    border-left-width: calc(62px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-32 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(64px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(64px * var(--divide-y-reverse))
  }

  .xl\:divide-x-32 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(64px * var(--divide-x-reverse));
    border-left-width: calc(64px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-33 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(66px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(66px * var(--divide-y-reverse))
  }

  .xl\:divide-x-33 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(66px * var(--divide-x-reverse));
    border-left-width: calc(66px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-34 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(68px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(68px * var(--divide-y-reverse))
  }

  .xl\:divide-x-34 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(68px * var(--divide-x-reverse));
    border-left-width: calc(68px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-35 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(70px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(70px * var(--divide-y-reverse))
  }

  .xl\:divide-x-35 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(70px * var(--divide-x-reverse));
    border-left-width: calc(70px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-36 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(72px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(72px * var(--divide-y-reverse))
  }

  .xl\:divide-x-36 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(72px * var(--divide-x-reverse));
    border-left-width: calc(72px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-37 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(74px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(74px * var(--divide-y-reverse))
  }

  .xl\:divide-x-37 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(74px * var(--divide-x-reverse));
    border-left-width: calc(74px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-38 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(76px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(76px * var(--divide-y-reverse))
  }

  .xl\:divide-x-38 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(76px * var(--divide-x-reverse));
    border-left-width: calc(76px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-39 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(78px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(78px * var(--divide-y-reverse))
  }

  .xl\:divide-x-39 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(78px * var(--divide-x-reverse));
    border-left-width: calc(78px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-40 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(80px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(80px * var(--divide-y-reverse))
  }

  .xl\:divide-x-40 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(80px * var(--divide-x-reverse));
    border-left-width: calc(80px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-41 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(82px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(82px * var(--divide-y-reverse))
  }

  .xl\:divide-x-41 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(82px * var(--divide-x-reverse));
    border-left-width: calc(82px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-42 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(84px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(84px * var(--divide-y-reverse))
  }

  .xl\:divide-x-42 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(84px * var(--divide-x-reverse));
    border-left-width: calc(84px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-43 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(86px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(86px * var(--divide-y-reverse))
  }

  .xl\:divide-x-43 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(86px * var(--divide-x-reverse));
    border-left-width: calc(86px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-44 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(88px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(88px * var(--divide-y-reverse))
  }

  .xl\:divide-x-44 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(88px * var(--divide-x-reverse));
    border-left-width: calc(88px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-45 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(90px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(90px * var(--divide-y-reverse))
  }

  .xl\:divide-x-45 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(90px * var(--divide-x-reverse));
    border-left-width: calc(90px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-46 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(92px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(92px * var(--divide-y-reverse))
  }

  .xl\:divide-x-46 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(92px * var(--divide-x-reverse));
    border-left-width: calc(92px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-47 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(94px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(94px * var(--divide-y-reverse))
  }

  .xl\:divide-x-47 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(94px * var(--divide-x-reverse));
    border-left-width: calc(94px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-48 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(96px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(96px * var(--divide-y-reverse))
  }

  .xl\:divide-x-48 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(96px * var(--divide-x-reverse));
    border-left-width: calc(96px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-49 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(98px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(98px * var(--divide-y-reverse))
  }

  .xl\:divide-x-49 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(98px * var(--divide-x-reverse));
    border-left-width: calc(98px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-50 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(100px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(100px * var(--divide-y-reverse))
  }

  .xl\:divide-x-50 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(100px * var(--divide-x-reverse));
    border-left-width: calc(100px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse))
  }

  .xl\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)))
  }

  .xl\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1
  }

  .xl\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1
  }

  .xl\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent
  }

  .xl\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity))
  }

  .xl\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity))
  }

  .xl\:divide-gray-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48433f;
    border-color: rgba(72, 67, 63, var(--divide-opacity))
  }

  .xl\:divide-gray-2 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a2a2a2;
    border-color: rgba(162, 162, 162, var(--divide-opacity))
  }

  .xl\:divide-gray-3 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cccccc;
    border-color: rgba(204, 204, 204, var(--divide-opacity))
  }

  .xl\:divide-gray-4 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9e8e8;
    border-color: rgba(233, 232, 232, var(--divide-opacity))
  }

  .xl\:divide-gray-5 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf1f6;
    border-color: rgba(237, 241, 246, var(--divide-opacity))
  }

  .xl\:divide-gray-6 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f2f3;
    border-color: rgba(242, 242, 243, var(--divide-opacity))
  }

  .xl\:divide-red-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c00000;
    border-color: rgba(192, 0, 0, var(--divide-opacity))
  }

  .xl\:divide-orange-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ff9a00;
    border-color: rgba(255, 154, 0, var(--divide-opacity))
  }

  .xl\:divide-orange-2 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f4530c;
    border-color: rgba(244, 83, 12, var(--divide-opacity))
  }

  .xl\:divide-blue-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #17649f;
    border-color: rgba(23, 100, 159, var(--divide-opacity))
  }

  .xl\:divide-blue-2 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #003366;
    border-color: rgba(0, 51, 102, var(--divide-opacity))
  }

  .xl\:divide-blue-3 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0b2f4b;
    border-color: rgba(11, 47, 75, var(--divide-opacity))
  }

  .xl\:divide-blue-4 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1b75bb;
    border-color: rgba(27, 117, 187, var(--divide-opacity))
  }

  .xl\:divide-brown-1 > :not(template) ~ :not(template) {
    border-color: #6e441e 
  }

  .xl\:divide-green-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e5b7;
    border-color: rgba(215, 229, 183, var(--divide-opacity))
  }

  .xl\:divide-green-2 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #334d10;
    border-color: rgba(51, 77, 16, var(--divide-opacity))
  }

  .xl\:divide-purple-1 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #403862;
    border-color: rgba(64, 56, 98, var(--divide-opacity))
  }

  .xl\:divide-purple-2 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #554a82;
    border-color: rgba(85, 74, 130, var(--divide-opacity))
  }

  .xl\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid
  }

  .xl\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed
  }

  .xl\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted
  }

  .xl\:divide-double > :not(template) ~ :not(template) {
    border-style: double
  }

  .xl\:divide-none > :not(template) ~ :not(template) {
    border-style: none
  }

  .xl\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0
  }

  .xl\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25
  }

  .xl\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5
  }

  .xl\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75
  }

  .xl\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1
  }

  .xl\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
  }

  .xl\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

  .xl\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
  }

  .xl\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

  .xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none
  }

  .xl\:bg-fixed {
    background-attachment: fixed
  }

  .xl\:bg-local {
    background-attachment: local
  }

  .xl\:bg-scroll {
    background-attachment: scroll
  }

  .xl\:bg-clip-border {
    background-clip: border-box
  }

  .xl\:bg-clip-padding {
    background-clip: padding-box
  }

  .xl\:bg-clip-content {
    background-clip: content-box
  }

  .xl\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text
  }

  .xl\:bg-transparent {
    background-color: transparent
  }

  .xl\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity))
  }

  .xl\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
  }

  .xl\:bg-gray-1 {
    --bg-opacity: 1;
    background-color: #48433f;
    background-color: rgba(72, 67, 63, var(--bg-opacity))
  }

  .xl\:bg-gray-2 {
    --bg-opacity: 1;
    background-color: #a2a2a2;
    background-color: rgba(162, 162, 162, var(--bg-opacity))
  }

  .xl\:bg-gray-3 {
    --bg-opacity: 1;
    background-color: #cccccc;
    background-color: rgba(204, 204, 204, var(--bg-opacity))
  }

  .xl\:bg-gray-4 {
    --bg-opacity: 1;
    background-color: #e9e8e8;
    background-color: rgba(233, 232, 232, var(--bg-opacity))
  }

  .xl\:bg-gray-5 {
    --bg-opacity: 1;
    background-color: #edf1f6;
    background-color: rgba(237, 241, 246, var(--bg-opacity))
  }

  .xl\:bg-gray-6 {
    --bg-opacity: 1;
    background-color: #f2f2f3;
    background-color: rgba(242, 242, 243, var(--bg-opacity))
  }

  .xl\:bg-red-1 {
    --bg-opacity: 1;
    background-color: #c00000;
    background-color: rgba(192, 0, 0, var(--bg-opacity))
  }

  .xl\:bg-orange-1 {
    --bg-opacity: 1;
    background-color: #ff9a00;
    background-color: rgba(255, 154, 0, var(--bg-opacity))
  }

  .xl\:bg-orange-2 {
    --bg-opacity: 1;
    background-color: #f4530c;
    background-color: rgba(244, 83, 12, var(--bg-opacity))
  }

  .xl\:bg-blue-1 {
    --bg-opacity: 1;
    background-color: #17649f;
    background-color: rgba(23, 100, 159, var(--bg-opacity))
  }

  .xl\:bg-blue-2 {
    --bg-opacity: 1;
    background-color: #003366;
    background-color: rgba(0, 51, 102, var(--bg-opacity))
  }

  .xl\:bg-blue-3 {
    --bg-opacity: 1;
    background-color: #0b2f4b;
    background-color: rgba(11, 47, 75, var(--bg-opacity))
  }

  .xl\:bg-blue-4 {
    --bg-opacity: 1;
    background-color: #1b75bb;
    background-color: rgba(27, 117, 187, var(--bg-opacity))
  }

  .xl\:bg-brown-1 {
    background-color: #6e441e 
  }

  .xl\:bg-green-1 {
    --bg-opacity: 1;
    background-color: #d7e5b7;
    background-color: rgba(215, 229, 183, var(--bg-opacity))
  }

  .xl\:bg-green-2 {
    --bg-opacity: 1;
    background-color: #334d10;
    background-color: rgba(51, 77, 16, var(--bg-opacity))
  }

  .xl\:bg-purple-1 {
    --bg-opacity: 1;
    background-color: #403862;
    background-color: rgba(64, 56, 98, var(--bg-opacity))
  }

  .xl\:bg-purple-2 {
    --bg-opacity: 1;
    background-color: #554a82;
    background-color: rgba(85, 74, 130, var(--bg-opacity))
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent
  }

  .xl\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity))
  }

  .xl\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
  }

  .xl\:hover\:bg-gray-1:hover {
    --bg-opacity: 1;
    background-color: #48433f;
    background-color: rgba(72, 67, 63, var(--bg-opacity))
  }

  .xl\:hover\:bg-gray-2:hover {
    --bg-opacity: 1;
    background-color: #a2a2a2;
    background-color: rgba(162, 162, 162, var(--bg-opacity))
  }

  .xl\:hover\:bg-gray-3:hover {
    --bg-opacity: 1;
    background-color: #cccccc;
    background-color: rgba(204, 204, 204, var(--bg-opacity))
  }

  .xl\:hover\:bg-gray-4:hover {
    --bg-opacity: 1;
    background-color: #e9e8e8;
    background-color: rgba(233, 232, 232, var(--bg-opacity))
  }

  .xl\:hover\:bg-gray-5:hover {
    --bg-opacity: 1;
    background-color: #edf1f6;
    background-color: rgba(237, 241, 246, var(--bg-opacity))
  }

  .xl\:hover\:bg-gray-6:hover {
    --bg-opacity: 1;
    background-color: #f2f2f3;
    background-color: rgba(242, 242, 243, var(--bg-opacity))
  }

  .xl\:hover\:bg-red-1:hover {
    --bg-opacity: 1;
    background-color: #c00000;
    background-color: rgba(192, 0, 0, var(--bg-opacity))
  }

  .xl\:hover\:bg-orange-1:hover {
    --bg-opacity: 1;
    background-color: #ff9a00;
    background-color: rgba(255, 154, 0, var(--bg-opacity))
  }

  .xl\:hover\:bg-orange-2:hover {
    --bg-opacity: 1;
    background-color: #f4530c;
    background-color: rgba(244, 83, 12, var(--bg-opacity))
  }

  .xl\:hover\:bg-blue-1:hover {
    --bg-opacity: 1;
    background-color: #17649f;
    background-color: rgba(23, 100, 159, var(--bg-opacity))
  }

  .xl\:hover\:bg-blue-2:hover {
    --bg-opacity: 1;
    background-color: #003366;
    background-color: rgba(0, 51, 102, var(--bg-opacity))
  }

  .xl\:hover\:bg-blue-3:hover {
    --bg-opacity: 1;
    background-color: #0b2f4b;
    background-color: rgba(11, 47, 75, var(--bg-opacity))
  }

  .xl\:hover\:bg-blue-4:hover {
    --bg-opacity: 1;
    background-color: #1b75bb;
    background-color: rgba(27, 117, 187, var(--bg-opacity))
  }

  .xl\:hover\:bg-brown-1:hover {
    background-color: #6e441e 
  }

  .xl\:hover\:bg-green-1:hover {
    --bg-opacity: 1;
    background-color: #d7e5b7;
    background-color: rgba(215, 229, 183, var(--bg-opacity))
  }

  .xl\:hover\:bg-green-2:hover {
    --bg-opacity: 1;
    background-color: #334d10;
    background-color: rgba(51, 77, 16, var(--bg-opacity))
  }

  .xl\:hover\:bg-purple-1:hover {
    --bg-opacity: 1;
    background-color: #403862;
    background-color: rgba(64, 56, 98, var(--bg-opacity))
  }

  .xl\:hover\:bg-purple-2:hover {
    --bg-opacity: 1;
    background-color: #554a82;
    background-color: rgba(85, 74, 130, var(--bg-opacity))
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent
  }

  .xl\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity))
  }

  .xl\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
  }

  .xl\:focus\:bg-gray-1:focus {
    --bg-opacity: 1;
    background-color: #48433f;
    background-color: rgba(72, 67, 63, var(--bg-opacity))
  }

  .xl\:focus\:bg-gray-2:focus {
    --bg-opacity: 1;
    background-color: #a2a2a2;
    background-color: rgba(162, 162, 162, var(--bg-opacity))
  }

  .xl\:focus\:bg-gray-3:focus {
    --bg-opacity: 1;
    background-color: #cccccc;
    background-color: rgba(204, 204, 204, var(--bg-opacity))
  }

  .xl\:focus\:bg-gray-4:focus {
    --bg-opacity: 1;
    background-color: #e9e8e8;
    background-color: rgba(233, 232, 232, var(--bg-opacity))
  }

  .xl\:focus\:bg-gray-5:focus {
    --bg-opacity: 1;
    background-color: #edf1f6;
    background-color: rgba(237, 241, 246, var(--bg-opacity))
  }

  .xl\:focus\:bg-gray-6:focus {
    --bg-opacity: 1;
    background-color: #f2f2f3;
    background-color: rgba(242, 242, 243, var(--bg-opacity))
  }

  .xl\:focus\:bg-red-1:focus {
    --bg-opacity: 1;
    background-color: #c00000;
    background-color: rgba(192, 0, 0, var(--bg-opacity))
  }

  .xl\:focus\:bg-orange-1:focus {
    --bg-opacity: 1;
    background-color: #ff9a00;
    background-color: rgba(255, 154, 0, var(--bg-opacity))
  }

  .xl\:focus\:bg-orange-2:focus {
    --bg-opacity: 1;
    background-color: #f4530c;
    background-color: rgba(244, 83, 12, var(--bg-opacity))
  }

  .xl\:focus\:bg-blue-1:focus {
    --bg-opacity: 1;
    background-color: #17649f;
    background-color: rgba(23, 100, 159, var(--bg-opacity))
  }

  .xl\:focus\:bg-blue-2:focus {
    --bg-opacity: 1;
    background-color: #003366;
    background-color: rgba(0, 51, 102, var(--bg-opacity))
  }

  .xl\:focus\:bg-blue-3:focus {
    --bg-opacity: 1;
    background-color: #0b2f4b;
    background-color: rgba(11, 47, 75, var(--bg-opacity))
  }

  .xl\:focus\:bg-blue-4:focus {
    --bg-opacity: 1;
    background-color: #1b75bb;
    background-color: rgba(27, 117, 187, var(--bg-opacity))
  }

  .xl\:focus\:bg-brown-1:focus {
    background-color: #6e441e 
  }

  .xl\:focus\:bg-green-1:focus {
    --bg-opacity: 1;
    background-color: #d7e5b7;
    background-color: rgba(215, 229, 183, var(--bg-opacity))
  }

  .xl\:focus\:bg-green-2:focus {
    --bg-opacity: 1;
    background-color: #334d10;
    background-color: rgba(51, 77, 16, var(--bg-opacity))
  }

  .xl\:focus\:bg-purple-1:focus {
    --bg-opacity: 1;
    background-color: #403862;
    background-color: rgba(64, 56, 98, var(--bg-opacity))
  }

  .xl\:focus\:bg-purple-2:focus {
    --bg-opacity: 1;
    background-color: #554a82;
    background-color: rgba(85, 74, 130, var(--bg-opacity))
  }

  .xl\:bg-none {
    background-image: none
  }

  .xl\:bg-gradient-to-t {
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(bottom, var(--gradient-color-stops));
    background-image: linear-gradient(to top, var(--gradient-color-stops))
  }

  .xl\:bg-gradient-to-tr {
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(bottom left, var(--gradient-color-stops));
    background-image: linear-gradient(to top right, var(--gradient-color-stops))
  }

  .xl\:bg-gradient-to-r {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(left, var(--gradient-color-stops));
    background-image: linear-gradient(to right, var(--gradient-color-stops))
  }

  .xl\:bg-gradient-to-br {
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(top left, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops))
  }

  .xl\:bg-gradient-to-b {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(top, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom, var(--gradient-color-stops))
  }

  .xl\:bg-gradient-to-bl {
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(top right, var(--gradient-color-stops));
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops))
  }

  .xl\:bg-gradient-to-l {
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(right, var(--gradient-color-stops));
    background-image: linear-gradient(to left, var(--gradient-color-stops))
  }

  .xl\:bg-gradient-to-tl {
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops)));
    background-image: -o-linear-gradient(bottom right, var(--gradient-color-stops));
    background-image: linear-gradient(to top left, var(--gradient-color-stops))
  }

  .xl\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .xl\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .xl\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .xl\:from-gray-1 {
    --gradient-from-color: #48433f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
  }

  .xl\:from-gray-2 {
    --gradient-from-color: #a2a2a2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
  }

  .xl\:from-gray-3 {
    --gradient-from-color: #cccccc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
  }

  .xl\:from-gray-4 {
    --gradient-from-color: #e9e8e8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
  }

  .xl\:from-gray-5 {
    --gradient-from-color: #edf1f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
  }

  .xl\:from-gray-6 {
    --gradient-from-color: #f2f2f3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
  }

  .xl\:from-red-1 {
    --gradient-from-color: #c00000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
  }

  .xl\:from-orange-1 {
    --gradient-from-color: #ff9a00;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
  }

  .xl\:from-orange-2 {
    --gradient-from-color: #f4530c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
  }

  .xl\:from-blue-1 {
    --gradient-from-color: #17649f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
  }

  .xl\:from-blue-2 {
    --gradient-from-color: #003366;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
  }

  .xl\:from-blue-3 {
    --gradient-from-color: #0b2f4b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
  }

  .xl\:from-blue-4 {
    --gradient-from-color: #1b75bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
  }

  .xl\:from-brown-1 {
    --gradient-from-color: #6e441e ;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .xl\:from-green-1 {
    --gradient-from-color: #d7e5b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
  }

  .xl\:from-green-2 {
    --gradient-from-color: #334d10;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
  }

  .xl\:from-purple-1 {
    --gradient-from-color: #403862;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
  }

  .xl\:from-purple-2 {
    --gradient-from-color: #554a82;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
  }

  .xl\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .xl\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .xl\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .xl\:via-gray-1 {
    --gradient-via-color: #48433f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
  }

  .xl\:via-gray-2 {
    --gradient-via-color: #a2a2a2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
  }

  .xl\:via-gray-3 {
    --gradient-via-color: #cccccc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
  }

  .xl\:via-gray-4 {
    --gradient-via-color: #e9e8e8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
  }

  .xl\:via-gray-5 {
    --gradient-via-color: #edf1f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
  }

  .xl\:via-gray-6 {
    --gradient-via-color: #f2f2f3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
  }

  .xl\:via-red-1 {
    --gradient-via-color: #c00000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
  }

  .xl\:via-orange-1 {
    --gradient-via-color: #ff9a00;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
  }

  .xl\:via-orange-2 {
    --gradient-via-color: #f4530c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
  }

  .xl\:via-blue-1 {
    --gradient-via-color: #17649f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
  }

  .xl\:via-blue-2 {
    --gradient-via-color: #003366;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
  }

  .xl\:via-blue-3 {
    --gradient-via-color: #0b2f4b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
  }

  .xl\:via-blue-4 {
    --gradient-via-color: #1b75bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
  }

  .xl\:via-brown-1 {
    --gradient-via-color: #6e441e ;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .xl\:via-green-1 {
    --gradient-via-color: #d7e5b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
  }

  .xl\:via-green-2 {
    --gradient-via-color: #334d10;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
  }

  .xl\:via-purple-1 {
    --gradient-via-color: #403862;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
  }

  .xl\:via-purple-2 {
    --gradient-via-color: #554a82;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
  }

  .xl\:to-transparent {
    --gradient-to-color: transparent
  }

  .xl\:to-black {
    --gradient-to-color: #000
  }

  .xl\:to-white {
    --gradient-to-color: #fff
  }

  .xl\:to-gray-1 {
    --gradient-to-color: #48433f
  }

  .xl\:to-gray-2 {
    --gradient-to-color: #a2a2a2
  }

  .xl\:to-gray-3 {
    --gradient-to-color: #cccccc
  }

  .xl\:to-gray-4 {
    --gradient-to-color: #e9e8e8
  }

  .xl\:to-gray-5 {
    --gradient-to-color: #edf1f6
  }

  .xl\:to-gray-6 {
    --gradient-to-color: #f2f2f3
  }

  .xl\:to-red-1 {
    --gradient-to-color: #c00000
  }

  .xl\:to-orange-1 {
    --gradient-to-color: #ff9a00
  }

  .xl\:to-orange-2 {
    --gradient-to-color: #f4530c
  }

  .xl\:to-blue-1 {
    --gradient-to-color: #17649f
  }

  .xl\:to-blue-2 {
    --gradient-to-color: #003366
  }

  .xl\:to-blue-3 {
    --gradient-to-color: #0b2f4b
  }

  .xl\:to-blue-4 {
    --gradient-to-color: #1b75bb
  }

  .xl\:to-brown-1 {
    --gradient-to-color: #6e441e 
  }

  .xl\:to-green-1 {
    --gradient-to-color: #d7e5b7
  }

  .xl\:to-green-2 {
    --gradient-to-color: #334d10
  }

  .xl\:to-purple-1 {
    --gradient-to-color: #403862
  }

  .xl\:to-purple-2 {
    --gradient-to-color: #554a82
  }

  .xl\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .xl\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .xl\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .xl\:hover\:from-gray-1:hover {
    --gradient-from-color: #48433f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
  }

  .xl\:hover\:from-gray-2:hover {
    --gradient-from-color: #a2a2a2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
  }

  .xl\:hover\:from-gray-3:hover {
    --gradient-from-color: #cccccc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
  }

  .xl\:hover\:from-gray-4:hover {
    --gradient-from-color: #e9e8e8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
  }

  .xl\:hover\:from-gray-5:hover {
    --gradient-from-color: #edf1f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
  }

  .xl\:hover\:from-gray-6:hover {
    --gradient-from-color: #f2f2f3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
  }

  .xl\:hover\:from-red-1:hover {
    --gradient-from-color: #c00000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
  }

  .xl\:hover\:from-orange-1:hover {
    --gradient-from-color: #ff9a00;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
  }

  .xl\:hover\:from-orange-2:hover {
    --gradient-from-color: #f4530c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
  }

  .xl\:hover\:from-blue-1:hover {
    --gradient-from-color: #17649f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
  }

  .xl\:hover\:from-blue-2:hover {
    --gradient-from-color: #003366;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
  }

  .xl\:hover\:from-blue-3:hover {
    --gradient-from-color: #0b2f4b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
  }

  .xl\:hover\:from-blue-4:hover {
    --gradient-from-color: #1b75bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
  }

  .xl\:hover\:from-brown-1:hover {
    --gradient-from-color: #6e441e ;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .xl\:hover\:from-green-1:hover {
    --gradient-from-color: #d7e5b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
  }

  .xl\:hover\:from-green-2:hover {
    --gradient-from-color: #334d10;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
  }

  .xl\:hover\:from-purple-1:hover {
    --gradient-from-color: #403862;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
  }

  .xl\:hover\:from-purple-2:hover {
    --gradient-from-color: #554a82;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
  }

  .xl\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .xl\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .xl\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .xl\:hover\:via-gray-1:hover {
    --gradient-via-color: #48433f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
  }

  .xl\:hover\:via-gray-2:hover {
    --gradient-via-color: #a2a2a2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
  }

  .xl\:hover\:via-gray-3:hover {
    --gradient-via-color: #cccccc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
  }

  .xl\:hover\:via-gray-4:hover {
    --gradient-via-color: #e9e8e8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
  }

  .xl\:hover\:via-gray-5:hover {
    --gradient-via-color: #edf1f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
  }

  .xl\:hover\:via-gray-6:hover {
    --gradient-via-color: #f2f2f3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
  }

  .xl\:hover\:via-red-1:hover {
    --gradient-via-color: #c00000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
  }

  .xl\:hover\:via-orange-1:hover {
    --gradient-via-color: #ff9a00;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
  }

  .xl\:hover\:via-orange-2:hover {
    --gradient-via-color: #f4530c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
  }

  .xl\:hover\:via-blue-1:hover {
    --gradient-via-color: #17649f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
  }

  .xl\:hover\:via-blue-2:hover {
    --gradient-via-color: #003366;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
  }

  .xl\:hover\:via-blue-3:hover {
    --gradient-via-color: #0b2f4b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
  }

  .xl\:hover\:via-blue-4:hover {
    --gradient-via-color: #1b75bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
  }

  .xl\:hover\:via-brown-1:hover {
    --gradient-via-color: #6e441e ;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .xl\:hover\:via-green-1:hover {
    --gradient-via-color: #d7e5b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
  }

  .xl\:hover\:via-green-2:hover {
    --gradient-via-color: #334d10;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
  }

  .xl\:hover\:via-purple-1:hover {
    --gradient-via-color: #403862;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
  }

  .xl\:hover\:via-purple-2:hover {
    --gradient-via-color: #554a82;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
  }

  .xl\:hover\:to-transparent:hover {
    --gradient-to-color: transparent
  }

  .xl\:hover\:to-black:hover {
    --gradient-to-color: #000
  }

  .xl\:hover\:to-white:hover {
    --gradient-to-color: #fff
  }

  .xl\:hover\:to-gray-1:hover {
    --gradient-to-color: #48433f
  }

  .xl\:hover\:to-gray-2:hover {
    --gradient-to-color: #a2a2a2
  }

  .xl\:hover\:to-gray-3:hover {
    --gradient-to-color: #cccccc
  }

  .xl\:hover\:to-gray-4:hover {
    --gradient-to-color: #e9e8e8
  }

  .xl\:hover\:to-gray-5:hover {
    --gradient-to-color: #edf1f6
  }

  .xl\:hover\:to-gray-6:hover {
    --gradient-to-color: #f2f2f3
  }

  .xl\:hover\:to-red-1:hover {
    --gradient-to-color: #c00000
  }

  .xl\:hover\:to-orange-1:hover {
    --gradient-to-color: #ff9a00
  }

  .xl\:hover\:to-orange-2:hover {
    --gradient-to-color: #f4530c
  }

  .xl\:hover\:to-blue-1:hover {
    --gradient-to-color: #17649f
  }

  .xl\:hover\:to-blue-2:hover {
    --gradient-to-color: #003366
  }

  .xl\:hover\:to-blue-3:hover {
    --gradient-to-color: #0b2f4b
  }

  .xl\:hover\:to-blue-4:hover {
    --gradient-to-color: #1b75bb
  }

  .xl\:hover\:to-brown-1:hover {
    --gradient-to-color: #6e441e 
  }

  .xl\:hover\:to-green-1:hover {
    --gradient-to-color: #d7e5b7
  }

  .xl\:hover\:to-green-2:hover {
    --gradient-to-color: #334d10
  }

  .xl\:hover\:to-purple-1:hover {
    --gradient-to-color: #403862
  }

  .xl\:hover\:to-purple-2:hover {
    --gradient-to-color: #554a82
  }

  .xl\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .xl\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .xl\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .xl\:focus\:from-gray-1:focus {
    --gradient-from-color: #48433f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
  }

  .xl\:focus\:from-gray-2:focus {
    --gradient-from-color: #a2a2a2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
  }

  .xl\:focus\:from-gray-3:focus {
    --gradient-from-color: #cccccc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
  }

  .xl\:focus\:from-gray-4:focus {
    --gradient-from-color: #e9e8e8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
  }

  .xl\:focus\:from-gray-5:focus {
    --gradient-from-color: #edf1f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
  }

  .xl\:focus\:from-gray-6:focus {
    --gradient-from-color: #f2f2f3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
  }

  .xl\:focus\:from-red-1:focus {
    --gradient-from-color: #c00000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
  }

  .xl\:focus\:from-orange-1:focus {
    --gradient-from-color: #ff9a00;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
  }

  .xl\:focus\:from-orange-2:focus {
    --gradient-from-color: #f4530c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
  }

  .xl\:focus\:from-blue-1:focus {
    --gradient-from-color: #17649f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
  }

  .xl\:focus\:from-blue-2:focus {
    --gradient-from-color: #003366;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
  }

  .xl\:focus\:from-blue-3:focus {
    --gradient-from-color: #0b2f4b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
  }

  .xl\:focus\:from-blue-4:focus {
    --gradient-from-color: #1b75bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
  }

  .xl\:focus\:from-brown-1:focus {
    --gradient-from-color: #6e441e ;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .xl\:focus\:from-green-1:focus {
    --gradient-from-color: #d7e5b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
  }

  .xl\:focus\:from-green-2:focus {
    --gradient-from-color: #334d10;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
  }

  .xl\:focus\:from-purple-1:focus {
    --gradient-from-color: #403862;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
  }

  .xl\:focus\:from-purple-2:focus {
    --gradient-from-color: #554a82;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
  }

  .xl\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .xl\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0))
  }

  .xl\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .xl\:focus\:via-gray-1:focus {
    --gradient-via-color: #48433f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 67, 63, 0))
  }

  .xl\:focus\:via-gray-2:focus {
    --gradient-via-color: #a2a2a2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 162, 162, 0))
  }

  .xl\:focus\:via-gray-3:focus {
    --gradient-via-color: #cccccc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0))
  }

  .xl\:focus\:via-gray-4:focus {
    --gradient-via-color: #e9e8e8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 232, 232, 0))
  }

  .xl\:focus\:via-gray-5:focus {
    --gradient-via-color: #edf1f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 241, 246, 0))
  }

  .xl\:focus\:via-gray-6:focus {
    --gradient-via-color: #f2f2f3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 243, 0))
  }

  .xl\:focus\:via-red-1:focus {
    --gradient-via-color: #c00000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 0, 0, 0))
  }

  .xl\:focus\:via-orange-1:focus {
    --gradient-via-color: #ff9a00;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 154, 0, 0))
  }

  .xl\:focus\:via-orange-2:focus {
    --gradient-via-color: #f4530c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 83, 12, 0))
  }

  .xl\:focus\:via-blue-1:focus {
    --gradient-via-color: #17649f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 100, 159, 0))
  }

  .xl\:focus\:via-blue-2:focus {
    --gradient-via-color: #003366;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 51, 102, 0))
  }

  .xl\:focus\:via-blue-3:focus {
    --gradient-via-color: #0b2f4b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(11, 47, 75, 0))
  }

  .xl\:focus\:via-blue-4:focus {
    --gradient-via-color: #1b75bb;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 117, 187, 0))
  }

  .xl\:focus\:via-brown-1:focus {
    --gradient-via-color: #6e441e ;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0))
  }

  .xl\:focus\:via-green-1:focus {
    --gradient-via-color: #d7e5b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 229, 183, 0))
  }

  .xl\:focus\:via-green-2:focus {
    --gradient-via-color: #334d10;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 77, 16, 0))
  }

  .xl\:focus\:via-purple-1:focus {
    --gradient-via-color: #403862;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 56, 98, 0))
  }

  .xl\:focus\:via-purple-2:focus {
    --gradient-via-color: #554a82;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 74, 130, 0))
  }

  .xl\:focus\:to-transparent:focus {
    --gradient-to-color: transparent
  }

  .xl\:focus\:to-black:focus {
    --gradient-to-color: #000
  }

  .xl\:focus\:to-white:focus {
    --gradient-to-color: #fff
  }

  .xl\:focus\:to-gray-1:focus {
    --gradient-to-color: #48433f
  }

  .xl\:focus\:to-gray-2:focus {
    --gradient-to-color: #a2a2a2
  }

  .xl\:focus\:to-gray-3:focus {
    --gradient-to-color: #cccccc
  }

  .xl\:focus\:to-gray-4:focus {
    --gradient-to-color: #e9e8e8
  }

  .xl\:focus\:to-gray-5:focus {
    --gradient-to-color: #edf1f6
  }

  .xl\:focus\:to-gray-6:focus {
    --gradient-to-color: #f2f2f3
  }

  .xl\:focus\:to-red-1:focus {
    --gradient-to-color: #c00000
  }

  .xl\:focus\:to-orange-1:focus {
    --gradient-to-color: #ff9a00
  }

  .xl\:focus\:to-orange-2:focus {
    --gradient-to-color: #f4530c
  }

  .xl\:focus\:to-blue-1:focus {
    --gradient-to-color: #17649f
  }

  .xl\:focus\:to-blue-2:focus {
    --gradient-to-color: #003366
  }

  .xl\:focus\:to-blue-3:focus {
    --gradient-to-color: #0b2f4b
  }

  .xl\:focus\:to-blue-4:focus {
    --gradient-to-color: #1b75bb
  }

  .xl\:focus\:to-brown-1:focus {
    --gradient-to-color: #6e441e 
  }

  .xl\:focus\:to-green-1:focus {
    --gradient-to-color: #d7e5b7
  }

  .xl\:focus\:to-green-2:focus {
    --gradient-to-color: #334d10
  }

  .xl\:focus\:to-purple-1:focus {
    --gradient-to-color: #403862
  }

  .xl\:focus\:to-purple-2:focus {
    --gradient-to-color: #554a82
  }

  .xl\:bg-opacity-0 {
    --bg-opacity: 0
  }

  .xl\:bg-opacity-25 {
    --bg-opacity: 0.25
  }

  .xl\:bg-opacity-50 {
    --bg-opacity: 0.5
  }

  .xl\:bg-opacity-75 {
    --bg-opacity: 0.75
  }

  .xl\:bg-opacity-100 {
    --bg-opacity: 1
  }

  .xl\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0
  }

  .xl\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25
  }

  .xl\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5
  }

  .xl\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75
  }

  .xl\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1
  }

  .xl\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0
  }

  .xl\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25
  }

  .xl\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5
  }

  .xl\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75
  }

  .xl\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1
  }

  .xl\:bg-bottom {
    background-position: bottom
  }

  .xl\:bg-center {
    background-position: center
  }

  .xl\:bg-left {
    background-position: left
  }

  .xl\:bg-left-bottom {
    background-position: left bottom
  }

  .xl\:bg-left-top {
    background-position: left top
  }

  .xl\:bg-right {
    background-position: right
  }

  .xl\:bg-right-bottom {
    background-position: right bottom
  }

  .xl\:bg-right-top {
    background-position: right top
  }

  .xl\:bg-top {
    background-position: top
  }

  .xl\:bg-repeat {
    background-repeat: repeat
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y
  }

  .xl\:bg-repeat-round {
    background-repeat: round
  }

  .xl\:bg-repeat-space {
    background-repeat: space
  }

  .xl\:bg-auto {
    background-size: auto
  }

  .xl\:bg-cover {
    background-size: cover
  }

  .xl\:bg-contain {
    background-size: contain
  }

  .xl\:border-collapse {
    border-collapse: collapse
  }

  .xl\:border-separate {
    border-collapse: separate
  }

  .xl\:border-transparent {
    border-color: transparent
  }

  .xl\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity))
  }

  .xl\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity))
  }

  .xl\:border-gray-1 {
    --border-opacity: 1;
    border-color: #48433f;
    border-color: rgba(72, 67, 63, var(--border-opacity))
  }

  .xl\:border-gray-2 {
    --border-opacity: 1;
    border-color: #a2a2a2;
    border-color: rgba(162, 162, 162, var(--border-opacity))
  }

  .xl\:border-gray-3 {
    --border-opacity: 1;
    border-color: #cccccc;
    border-color: rgba(204, 204, 204, var(--border-opacity))
  }

  .xl\:border-gray-4 {
    --border-opacity: 1;
    border-color: #e9e8e8;
    border-color: rgba(233, 232, 232, var(--border-opacity))
  }

  .xl\:border-gray-5 {
    --border-opacity: 1;
    border-color: #edf1f6;
    border-color: rgba(237, 241, 246, var(--border-opacity))
  }

  .xl\:border-gray-6 {
    --border-opacity: 1;
    border-color: #f2f2f3;
    border-color: rgba(242, 242, 243, var(--border-opacity))
  }

  .xl\:border-red-1 {
    --border-opacity: 1;
    border-color: #c00000;
    border-color: rgba(192, 0, 0, var(--border-opacity))
  }

  .xl\:border-orange-1 {
    --border-opacity: 1;
    border-color: #ff9a00;
    border-color: rgba(255, 154, 0, var(--border-opacity))
  }

  .xl\:border-orange-2 {
    --border-opacity: 1;
    border-color: #f4530c;
    border-color: rgba(244, 83, 12, var(--border-opacity))
  }

  .xl\:border-blue-1 {
    --border-opacity: 1;
    border-color: #17649f;
    border-color: rgba(23, 100, 159, var(--border-opacity))
  }

  .xl\:border-blue-2 {
    --border-opacity: 1;
    border-color: #003366;
    border-color: rgba(0, 51, 102, var(--border-opacity))
  }

  .xl\:border-blue-3 {
    --border-opacity: 1;
    border-color: #0b2f4b;
    border-color: rgba(11, 47, 75, var(--border-opacity))
  }

  .xl\:border-blue-4 {
    --border-opacity: 1;
    border-color: #1b75bb;
    border-color: rgba(27, 117, 187, var(--border-opacity))
  }

  .xl\:border-brown-1 {
    border-color: #6e441e 
  }

  .xl\:border-green-1 {
    --border-opacity: 1;
    border-color: #d7e5b7;
    border-color: rgba(215, 229, 183, var(--border-opacity))
  }

  .xl\:border-green-2 {
    --border-opacity: 1;
    border-color: #334d10;
    border-color: rgba(51, 77, 16, var(--border-opacity))
  }

  .xl\:border-purple-1 {
    --border-opacity: 1;
    border-color: #403862;
    border-color: rgba(64, 56, 98, var(--border-opacity))
  }

  .xl\:border-purple-2 {
    --border-opacity: 1;
    border-color: #554a82;
    border-color: rgba(85, 74, 130, var(--border-opacity))
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent
  }

  .xl\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity))
  }

  .xl\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity))
  }

  .xl\:hover\:border-gray-1:hover {
    --border-opacity: 1;
    border-color: #48433f;
    border-color: rgba(72, 67, 63, var(--border-opacity))
  }

  .xl\:hover\:border-gray-2:hover {
    --border-opacity: 1;
    border-color: #a2a2a2;
    border-color: rgba(162, 162, 162, var(--border-opacity))
  }

  .xl\:hover\:border-gray-3:hover {
    --border-opacity: 1;
    border-color: #cccccc;
    border-color: rgba(204, 204, 204, var(--border-opacity))
  }

  .xl\:hover\:border-gray-4:hover {
    --border-opacity: 1;
    border-color: #e9e8e8;
    border-color: rgba(233, 232, 232, var(--border-opacity))
  }

  .xl\:hover\:border-gray-5:hover {
    --border-opacity: 1;
    border-color: #edf1f6;
    border-color: rgba(237, 241, 246, var(--border-opacity))
  }

  .xl\:hover\:border-gray-6:hover {
    --border-opacity: 1;
    border-color: #f2f2f3;
    border-color: rgba(242, 242, 243, var(--border-opacity))
  }

  .xl\:hover\:border-red-1:hover {
    --border-opacity: 1;
    border-color: #c00000;
    border-color: rgba(192, 0, 0, var(--border-opacity))
  }

  .xl\:hover\:border-orange-1:hover {
    --border-opacity: 1;
    border-color: #ff9a00;
    border-color: rgba(255, 154, 0, var(--border-opacity))
  }

  .xl\:hover\:border-orange-2:hover {
    --border-opacity: 1;
    border-color: #f4530c;
    border-color: rgba(244, 83, 12, var(--border-opacity))
  }

  .xl\:hover\:border-blue-1:hover {
    --border-opacity: 1;
    border-color: #17649f;
    border-color: rgba(23, 100, 159, var(--border-opacity))
  }

  .xl\:hover\:border-blue-2:hover {
    --border-opacity: 1;
    border-color: #003366;
    border-color: rgba(0, 51, 102, var(--border-opacity))
  }

  .xl\:hover\:border-blue-3:hover {
    --border-opacity: 1;
    border-color: #0b2f4b;
    border-color: rgba(11, 47, 75, var(--border-opacity))
  }

  .xl\:hover\:border-blue-4:hover {
    --border-opacity: 1;
    border-color: #1b75bb;
    border-color: rgba(27, 117, 187, var(--border-opacity))
  }

  .xl\:hover\:border-brown-1:hover {
    border-color: #6e441e 
  }

  .xl\:hover\:border-green-1:hover {
    --border-opacity: 1;
    border-color: #d7e5b7;
    border-color: rgba(215, 229, 183, var(--border-opacity))
  }

  .xl\:hover\:border-green-2:hover {
    --border-opacity: 1;
    border-color: #334d10;
    border-color: rgba(51, 77, 16, var(--border-opacity))
  }

  .xl\:hover\:border-purple-1:hover {
    --border-opacity: 1;
    border-color: #403862;
    border-color: rgba(64, 56, 98, var(--border-opacity))
  }

  .xl\:hover\:border-purple-2:hover {
    --border-opacity: 1;
    border-color: #554a82;
    border-color: rgba(85, 74, 130, var(--border-opacity))
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent
  }

  .xl\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity))
  }

  .xl\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity))
  }

  .xl\:focus\:border-gray-1:focus {
    --border-opacity: 1;
    border-color: #48433f;
    border-color: rgba(72, 67, 63, var(--border-opacity))
  }

  .xl\:focus\:border-gray-2:focus {
    --border-opacity: 1;
    border-color: #a2a2a2;
    border-color: rgba(162, 162, 162, var(--border-opacity))
  }

  .xl\:focus\:border-gray-3:focus {
    --border-opacity: 1;
    border-color: #cccccc;
    border-color: rgba(204, 204, 204, var(--border-opacity))
  }

  .xl\:focus\:border-gray-4:focus {
    --border-opacity: 1;
    border-color: #e9e8e8;
    border-color: rgba(233, 232, 232, var(--border-opacity))
  }

  .xl\:focus\:border-gray-5:focus {
    --border-opacity: 1;
    border-color: #edf1f6;
    border-color: rgba(237, 241, 246, var(--border-opacity))
  }

  .xl\:focus\:border-gray-6:focus {
    --border-opacity: 1;
    border-color: #f2f2f3;
    border-color: rgba(242, 242, 243, var(--border-opacity))
  }

  .xl\:focus\:border-red-1:focus {
    --border-opacity: 1;
    border-color: #c00000;
    border-color: rgba(192, 0, 0, var(--border-opacity))
  }

  .xl\:focus\:border-orange-1:focus {
    --border-opacity: 1;
    border-color: #ff9a00;
    border-color: rgba(255, 154, 0, var(--border-opacity))
  }

  .xl\:focus\:border-orange-2:focus {
    --border-opacity: 1;
    border-color: #f4530c;
    border-color: rgba(244, 83, 12, var(--border-opacity))
  }

  .xl\:focus\:border-blue-1:focus {
    --border-opacity: 1;
    border-color: #17649f;
    border-color: rgba(23, 100, 159, var(--border-opacity))
  }

  .xl\:focus\:border-blue-2:focus {
    --border-opacity: 1;
    border-color: #003366;
    border-color: rgba(0, 51, 102, var(--border-opacity))
  }

  .xl\:focus\:border-blue-3:focus {
    --border-opacity: 1;
    border-color: #0b2f4b;
    border-color: rgba(11, 47, 75, var(--border-opacity))
  }

  .xl\:focus\:border-blue-4:focus {
    --border-opacity: 1;
    border-color: #1b75bb;
    border-color: rgba(27, 117, 187, var(--border-opacity))
  }

  .xl\:focus\:border-brown-1:focus {
    border-color: #6e441e 
  }

  .xl\:focus\:border-green-1:focus {
    --border-opacity: 1;
    border-color: #d7e5b7;
    border-color: rgba(215, 229, 183, var(--border-opacity))
  }

  .xl\:focus\:border-green-2:focus {
    --border-opacity: 1;
    border-color: #334d10;
    border-color: rgba(51, 77, 16, var(--border-opacity))
  }

  .xl\:focus\:border-purple-1:focus {
    --border-opacity: 1;
    border-color: #403862;
    border-color: rgba(64, 56, 98, var(--border-opacity))
  }

  .xl\:focus\:border-purple-2:focus {
    --border-opacity: 1;
    border-color: #554a82;
    border-color: rgba(85, 74, 130, var(--border-opacity))
  }

  .xl\:border-opacity-0 {
    --border-opacity: 0
  }

  .xl\:border-opacity-25 {
    --border-opacity: 0.25
  }

  .xl\:border-opacity-50 {
    --border-opacity: 0.5
  }

  .xl\:border-opacity-75 {
    --border-opacity: 0.75
  }

  .xl\:border-opacity-100 {
    --border-opacity: 1
  }

  .xl\:hover\:border-opacity-0:hover {
    --border-opacity: 0
  }

  .xl\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25
  }

  .xl\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5
  }

  .xl\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75
  }

  .xl\:hover\:border-opacity-100:hover {
    --border-opacity: 1
  }

  .xl\:focus\:border-opacity-0:focus {
    --border-opacity: 0
  }

  .xl\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25
  }

  .xl\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5
  }

  .xl\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75
  }

  .xl\:focus\:border-opacity-100:focus {
    --border-opacity: 1
  }

  .xl\:rounded-1 {
    border-radius: 2px
  }

  .xl\:rounded-2 {
    border-radius: 4px
  }

  .xl\:rounded-3 {
    border-radius: 6px
  }

  .xl\:rounded-4 {
    border-radius: 8px
  }

  .xl\:rounded-5 {
    border-radius: 10px
  }

  .xl\:rounded-6 {
    border-radius: 12px
  }

  .xl\:rounded-7 {
    border-radius: 14px
  }

  .xl\:rounded-8 {
    border-radius: 16px
  }

  .xl\:rounded-9 {
    border-radius: 18px
  }

  .xl\:rounded-10 {
    border-radius: 20px
  }

  .xl\:rounded-11 {
    border-radius: 22px
  }

  .xl\:rounded-12 {
    border-radius: 24px
  }

  .xl\:rounded-13 {
    border-radius: 26px
  }

  .xl\:rounded-14 {
    border-radius: 28px
  }

  .xl\:rounded-15 {
    border-radius: 30px
  }

  .xl\:rounded-16 {
    border-radius: 32px
  }

  .xl\:rounded-17 {
    border-radius: 34px
  }

  .xl\:rounded-18 {
    border-radius: 36px
  }

  .xl\:rounded-19 {
    border-radius: 38px
  }

  .xl\:rounded-20 {
    border-radius: 40px
  }

  .xl\:rounded-21 {
    border-radius: 42px
  }

  .xl\:rounded-22 {
    border-radius: 44px
  }

  .xl\:rounded-23 {
    border-radius: 46px
  }

  .xl\:rounded-24 {
    border-radius: 48px
  }

  .xl\:rounded-25 {
    border-radius: 50px
  }

  .xl\:rounded-26 {
    border-radius: 52px
  }

  .xl\:rounded-27 {
    border-radius: 54px
  }

  .xl\:rounded-28 {
    border-radius: 56px
  }

  .xl\:rounded-29 {
    border-radius: 58px
  }

  .xl\:rounded-30 {
    border-radius: 60px
  }

  .xl\:rounded-31 {
    border-radius: 62px
  }

  .xl\:rounded-32 {
    border-radius: 64px
  }

  .xl\:rounded-33 {
    border-radius: 66px
  }

  .xl\:rounded-34 {
    border-radius: 68px
  }

  .xl\:rounded-35 {
    border-radius: 70px
  }

  .xl\:rounded-36 {
    border-radius: 72px
  }

  .xl\:rounded-37 {
    border-radius: 74px
  }

  .xl\:rounded-38 {
    border-radius: 76px
  }

  .xl\:rounded-39 {
    border-radius: 78px
  }

  .xl\:rounded-40 {
    border-radius: 80px
  }

  .xl\:rounded-41 {
    border-radius: 82px
  }

  .xl\:rounded-42 {
    border-radius: 84px
  }

  .xl\:rounded-43 {
    border-radius: 86px
  }

  .xl\:rounded-44 {
    border-radius: 88px
  }

  .xl\:rounded-45 {
    border-radius: 90px
  }

  .xl\:rounded-46 {
    border-radius: 92px
  }

  .xl\:rounded-47 {
    border-radius: 94px
  }

  .xl\:rounded-48 {
    border-radius: 96px
  }

  .xl\:rounded-49 {
    border-radius: 98px
  }

  .xl\:rounded-50 {
    border-radius: 100px
  }

  .xl\:rounded-51 {
    border-radius: 102px
  }

  .xl\:rounded-52 {
    border-radius: 104px
  }

  .xl\:rounded-53 {
    border-radius: 106px
  }

  .xl\:rounded-54 {
    border-radius: 108px
  }

  .xl\:rounded-55 {
    border-radius: 110px
  }

  .xl\:rounded-56 {
    border-radius: 112px
  }

  .xl\:rounded-57 {
    border-radius: 114px
  }

  .xl\:rounded-58 {
    border-radius: 116px
  }

  .xl\:rounded-59 {
    border-radius: 118px
  }

  .xl\:rounded-60 {
    border-radius: 120px
  }

  .xl\:rounded-61 {
    border-radius: 122px
  }

  .xl\:rounded-62 {
    border-radius: 124px
  }

  .xl\:rounded-63 {
    border-radius: 126px
  }

  .xl\:rounded-64 {
    border-radius: 128px
  }

  .xl\:rounded-65 {
    border-radius: 130px
  }

  .xl\:rounded-66 {
    border-radius: 132px
  }

  .xl\:rounded-67 {
    border-radius: 134px
  }

  .xl\:rounded-68 {
    border-radius: 136px
  }

  .xl\:rounded-69 {
    border-radius: 138px
  }

  .xl\:rounded-70 {
    border-radius: 140px
  }

  .xl\:rounded-71 {
    border-radius: 142px
  }

  .xl\:rounded-72 {
    border-radius: 144px
  }

  .xl\:rounded-73 {
    border-radius: 146px
  }

  .xl\:rounded-74 {
    border-radius: 148px
  }

  .xl\:rounded-75 {
    border-radius: 150px
  }

  .xl\:rounded-76 {
    border-radius: 152px
  }

  .xl\:rounded-77 {
    border-radius: 154px
  }

  .xl\:rounded-78 {
    border-radius: 156px
  }

  .xl\:rounded-79 {
    border-radius: 158px
  }

  .xl\:rounded-80 {
    border-radius: 160px
  }

  .xl\:rounded-81 {
    border-radius: 162px
  }

  .xl\:rounded-82 {
    border-radius: 164px
  }

  .xl\:rounded-83 {
    border-radius: 166px
  }

  .xl\:rounded-84 {
    border-radius: 168px
  }

  .xl\:rounded-85 {
    border-radius: 170px
  }

  .xl\:rounded-86 {
    border-radius: 172px
  }

  .xl\:rounded-87 {
    border-radius: 174px
  }

  .xl\:rounded-88 {
    border-radius: 176px
  }

  .xl\:rounded-89 {
    border-radius: 178px
  }

  .xl\:rounded-90 {
    border-radius: 180px
  }

  .xl\:rounded-91 {
    border-radius: 182px
  }

  .xl\:rounded-92 {
    border-radius: 184px
  }

  .xl\:rounded-93 {
    border-radius: 186px
  }

  .xl\:rounded-94 {
    border-radius: 188px
  }

  .xl\:rounded-95 {
    border-radius: 190px
  }

  .xl\:rounded-96 {
    border-radius: 192px
  }

  .xl\:rounded-97 {
    border-radius: 194px
  }

  .xl\:rounded-98 {
    border-radius: 196px
  }

  .xl\:rounded-99 {
    border-radius: 198px
  }

  .xl\:rounded-100 {
    border-radius: 200px
  }

  .xl\:rounded-none {
    border-radius: 0
  }

  .xl\:rounded {
    border-radius: 5px
  }

  .xl\:rounded-circle {
    border-radius: 50%
  }

  .xl\:rounded-t-1 {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
  }

  .xl\:rounded-r-1 {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
  }

  .xl\:rounded-b-1 {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
  }

  .xl\:rounded-l-1 {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
  }

  .xl\:rounded-t-2 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
  }

  .xl\:rounded-r-2 {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
  }

  .xl\:rounded-b-2 {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
  }

  .xl\:rounded-l-2 {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
  }

  .xl\:rounded-t-3 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
  }

  .xl\:rounded-r-3 {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
  }

  .xl\:rounded-b-3 {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
  }

  .xl\:rounded-l-3 {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
  }

  .xl\:rounded-t-4 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
  }

  .xl\:rounded-r-4 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
  }

  .xl\:rounded-b-4 {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
  }

  .xl\:rounded-l-4 {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
  }

  .xl\:rounded-t-5 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
  }

  .xl\:rounded-r-5 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
  }

  .xl\:rounded-b-5 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
  }

  .xl\:rounded-l-5 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
  }

  .xl\:rounded-t-6 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
  }

  .xl\:rounded-r-6 {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
  }

  .xl\:rounded-b-6 {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
  }

  .xl\:rounded-l-6 {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
  }

  .xl\:rounded-t-7 {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px
  }

  .xl\:rounded-r-7 {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px
  }

  .xl\:rounded-b-7 {
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px
  }

  .xl\:rounded-l-7 {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px
  }

  .xl\:rounded-t-8 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px
  }

  .xl\:rounded-r-8 {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px
  }

  .xl\:rounded-b-8 {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px
  }

  .xl\:rounded-l-8 {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px
  }

  .xl\:rounded-t-9 {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px
  }

  .xl\:rounded-r-9 {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px
  }

  .xl\:rounded-b-9 {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px
  }

  .xl\:rounded-l-9 {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px
  }

  .xl\:rounded-t-10 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
  }

  .xl\:rounded-r-10 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
  }

  .xl\:rounded-b-10 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px
  }

  .xl\:rounded-l-10 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
  }

  .xl\:rounded-t-11 {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px
  }

  .xl\:rounded-r-11 {
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px
  }

  .xl\:rounded-b-11 {
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px
  }

  .xl\:rounded-l-11 {
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px
  }

  .xl\:rounded-t-12 {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px
  }

  .xl\:rounded-r-12 {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px
  }

  .xl\:rounded-b-12 {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px
  }

  .xl\:rounded-l-12 {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px
  }

  .xl\:rounded-t-13 {
    border-top-left-radius: 26px;
    border-top-right-radius: 26px
  }

  .xl\:rounded-r-13 {
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px
  }

  .xl\:rounded-b-13 {
    border-bottom-right-radius: 26px;
    border-bottom-left-radius: 26px
  }

  .xl\:rounded-l-13 {
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px
  }

  .xl\:rounded-t-14 {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px
  }

  .xl\:rounded-r-14 {
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px
  }

  .xl\:rounded-b-14 {
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px
  }

  .xl\:rounded-l-14 {
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px
  }

  .xl\:rounded-t-15 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px
  }

  .xl\:rounded-r-15 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
  }

  .xl\:rounded-b-15 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px
  }

  .xl\:rounded-l-15 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
  }

  .xl\:rounded-t-16 {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px
  }

  .xl\:rounded-r-16 {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px
  }

  .xl\:rounded-b-16 {
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px
  }

  .xl\:rounded-l-16 {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px
  }

  .xl\:rounded-t-17 {
    border-top-left-radius: 34px;
    border-top-right-radius: 34px
  }

  .xl\:rounded-r-17 {
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px
  }

  .xl\:rounded-b-17 {
    border-bottom-right-radius: 34px;
    border-bottom-left-radius: 34px
  }

  .xl\:rounded-l-17 {
    border-top-left-radius: 34px;
    border-bottom-left-radius: 34px
  }

  .xl\:rounded-t-18 {
    border-top-left-radius: 36px;
    border-top-right-radius: 36px
  }

  .xl\:rounded-r-18 {
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px
  }

  .xl\:rounded-b-18 {
    border-bottom-right-radius: 36px;
    border-bottom-left-radius: 36px
  }

  .xl\:rounded-l-18 {
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px
  }

  .xl\:rounded-t-19 {
    border-top-left-radius: 38px;
    border-top-right-radius: 38px
  }

  .xl\:rounded-r-19 {
    border-top-right-radius: 38px;
    border-bottom-right-radius: 38px
  }

  .xl\:rounded-b-19 {
    border-bottom-right-radius: 38px;
    border-bottom-left-radius: 38px
  }

  .xl\:rounded-l-19 {
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px
  }

  .xl\:rounded-t-20 {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px
  }

  .xl\:rounded-r-20 {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px
  }

  .xl\:rounded-b-20 {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px
  }

  .xl\:rounded-l-20 {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px
  }

  .xl\:rounded-t-21 {
    border-top-left-radius: 42px;
    border-top-right-radius: 42px
  }

  .xl\:rounded-r-21 {
    border-top-right-radius: 42px;
    border-bottom-right-radius: 42px
  }

  .xl\:rounded-b-21 {
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px
  }

  .xl\:rounded-l-21 {
    border-top-left-radius: 42px;
    border-bottom-left-radius: 42px
  }

  .xl\:rounded-t-22 {
    border-top-left-radius: 44px;
    border-top-right-radius: 44px
  }

  .xl\:rounded-r-22 {
    border-top-right-radius: 44px;
    border-bottom-right-radius: 44px
  }

  .xl\:rounded-b-22 {
    border-bottom-right-radius: 44px;
    border-bottom-left-radius: 44px
  }

  .xl\:rounded-l-22 {
    border-top-left-radius: 44px;
    border-bottom-left-radius: 44px
  }

  .xl\:rounded-t-23 {
    border-top-left-radius: 46px;
    border-top-right-radius: 46px
  }

  .xl\:rounded-r-23 {
    border-top-right-radius: 46px;
    border-bottom-right-radius: 46px
  }

  .xl\:rounded-b-23 {
    border-bottom-right-radius: 46px;
    border-bottom-left-radius: 46px
  }

  .xl\:rounded-l-23 {
    border-top-left-radius: 46px;
    border-bottom-left-radius: 46px
  }

  .xl\:rounded-t-24 {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px
  }

  .xl\:rounded-r-24 {
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px
  }

  .xl\:rounded-b-24 {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px
  }

  .xl\:rounded-l-24 {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px
  }

  .xl\:rounded-t-25 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px
  }

  .xl\:rounded-r-25 {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
  }

  .xl\:rounded-b-25 {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px
  }

  .xl\:rounded-l-25 {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
  }

  .xl\:rounded-t-26 {
    border-top-left-radius: 52px;
    border-top-right-radius: 52px
  }

  .xl\:rounded-r-26 {
    border-top-right-radius: 52px;
    border-bottom-right-radius: 52px
  }

  .xl\:rounded-b-26 {
    border-bottom-right-radius: 52px;
    border-bottom-left-radius: 52px
  }

  .xl\:rounded-l-26 {
    border-top-left-radius: 52px;
    border-bottom-left-radius: 52px
  }

  .xl\:rounded-t-27 {
    border-top-left-radius: 54px;
    border-top-right-radius: 54px
  }

  .xl\:rounded-r-27 {
    border-top-right-radius: 54px;
    border-bottom-right-radius: 54px
  }

  .xl\:rounded-b-27 {
    border-bottom-right-radius: 54px;
    border-bottom-left-radius: 54px
  }

  .xl\:rounded-l-27 {
    border-top-left-radius: 54px;
    border-bottom-left-radius: 54px
  }

  .xl\:rounded-t-28 {
    border-top-left-radius: 56px;
    border-top-right-radius: 56px
  }

  .xl\:rounded-r-28 {
    border-top-right-radius: 56px;
    border-bottom-right-radius: 56px
  }

  .xl\:rounded-b-28 {
    border-bottom-right-radius: 56px;
    border-bottom-left-radius: 56px
  }

  .xl\:rounded-l-28 {
    border-top-left-radius: 56px;
    border-bottom-left-radius: 56px
  }

  .xl\:rounded-t-29 {
    border-top-left-radius: 58px;
    border-top-right-radius: 58px
  }

  .xl\:rounded-r-29 {
    border-top-right-radius: 58px;
    border-bottom-right-radius: 58px
  }

  .xl\:rounded-b-29 {
    border-bottom-right-radius: 58px;
    border-bottom-left-radius: 58px
  }

  .xl\:rounded-l-29 {
    border-top-left-radius: 58px;
    border-bottom-left-radius: 58px
  }

  .xl\:rounded-t-30 {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px
  }

  .xl\:rounded-r-30 {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px
  }

  .xl\:rounded-b-30 {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px
  }

  .xl\:rounded-l-30 {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px
  }

  .xl\:rounded-t-31 {
    border-top-left-radius: 62px;
    border-top-right-radius: 62px
  }

  .xl\:rounded-r-31 {
    border-top-right-radius: 62px;
    border-bottom-right-radius: 62px
  }

  .xl\:rounded-b-31 {
    border-bottom-right-radius: 62px;
    border-bottom-left-radius: 62px
  }

  .xl\:rounded-l-31 {
    border-top-left-radius: 62px;
    border-bottom-left-radius: 62px
  }

  .xl\:rounded-t-32 {
    border-top-left-radius: 64px;
    border-top-right-radius: 64px
  }

  .xl\:rounded-r-32 {
    border-top-right-radius: 64px;
    border-bottom-right-radius: 64px
  }

  .xl\:rounded-b-32 {
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px
  }

  .xl\:rounded-l-32 {
    border-top-left-radius: 64px;
    border-bottom-left-radius: 64px
  }

  .xl\:rounded-t-33 {
    border-top-left-radius: 66px;
    border-top-right-radius: 66px
  }

  .xl\:rounded-r-33 {
    border-top-right-radius: 66px;
    border-bottom-right-radius: 66px
  }

  .xl\:rounded-b-33 {
    border-bottom-right-radius: 66px;
    border-bottom-left-radius: 66px
  }

  .xl\:rounded-l-33 {
    border-top-left-radius: 66px;
    border-bottom-left-radius: 66px
  }

  .xl\:rounded-t-34 {
    border-top-left-radius: 68px;
    border-top-right-radius: 68px
  }

  .xl\:rounded-r-34 {
    border-top-right-radius: 68px;
    border-bottom-right-radius: 68px
  }

  .xl\:rounded-b-34 {
    border-bottom-right-radius: 68px;
    border-bottom-left-radius: 68px
  }

  .xl\:rounded-l-34 {
    border-top-left-radius: 68px;
    border-bottom-left-radius: 68px
  }

  .xl\:rounded-t-35 {
    border-top-left-radius: 70px;
    border-top-right-radius: 70px
  }

  .xl\:rounded-r-35 {
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px
  }

  .xl\:rounded-b-35 {
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px
  }

  .xl\:rounded-l-35 {
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px
  }

  .xl\:rounded-t-36 {
    border-top-left-radius: 72px;
    border-top-right-radius: 72px
  }

  .xl\:rounded-r-36 {
    border-top-right-radius: 72px;
    border-bottom-right-radius: 72px
  }

  .xl\:rounded-b-36 {
    border-bottom-right-radius: 72px;
    border-bottom-left-radius: 72px
  }

  .xl\:rounded-l-36 {
    border-top-left-radius: 72px;
    border-bottom-left-radius: 72px
  }

  .xl\:rounded-t-37 {
    border-top-left-radius: 74px;
    border-top-right-radius: 74px
  }

  .xl\:rounded-r-37 {
    border-top-right-radius: 74px;
    border-bottom-right-radius: 74px
  }

  .xl\:rounded-b-37 {
    border-bottom-right-radius: 74px;
    border-bottom-left-radius: 74px
  }

  .xl\:rounded-l-37 {
    border-top-left-radius: 74px;
    border-bottom-left-radius: 74px
  }

  .xl\:rounded-t-38 {
    border-top-left-radius: 76px;
    border-top-right-radius: 76px
  }

  .xl\:rounded-r-38 {
    border-top-right-radius: 76px;
    border-bottom-right-radius: 76px
  }

  .xl\:rounded-b-38 {
    border-bottom-right-radius: 76px;
    border-bottom-left-radius: 76px
  }

  .xl\:rounded-l-38 {
    border-top-left-radius: 76px;
    border-bottom-left-radius: 76px
  }

  .xl\:rounded-t-39 {
    border-top-left-radius: 78px;
    border-top-right-radius: 78px
  }

  .xl\:rounded-r-39 {
    border-top-right-radius: 78px;
    border-bottom-right-radius: 78px
  }

  .xl\:rounded-b-39 {
    border-bottom-right-radius: 78px;
    border-bottom-left-radius: 78px
  }

  .xl\:rounded-l-39 {
    border-top-left-radius: 78px;
    border-bottom-left-radius: 78px
  }

  .xl\:rounded-t-40 {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px
  }

  .xl\:rounded-r-40 {
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px
  }

  .xl\:rounded-b-40 {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px
  }

  .xl\:rounded-l-40 {
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px
  }

  .xl\:rounded-t-41 {
    border-top-left-radius: 82px;
    border-top-right-radius: 82px
  }

  .xl\:rounded-r-41 {
    border-top-right-radius: 82px;
    border-bottom-right-radius: 82px
  }

  .xl\:rounded-b-41 {
    border-bottom-right-radius: 82px;
    border-bottom-left-radius: 82px
  }

  .xl\:rounded-l-41 {
    border-top-left-radius: 82px;
    border-bottom-left-radius: 82px
  }

  .xl\:rounded-t-42 {
    border-top-left-radius: 84px;
    border-top-right-radius: 84px
  }

  .xl\:rounded-r-42 {
    border-top-right-radius: 84px;
    border-bottom-right-radius: 84px
  }

  .xl\:rounded-b-42 {
    border-bottom-right-radius: 84px;
    border-bottom-left-radius: 84px
  }

  .xl\:rounded-l-42 {
    border-top-left-radius: 84px;
    border-bottom-left-radius: 84px
  }

  .xl\:rounded-t-43 {
    border-top-left-radius: 86px;
    border-top-right-radius: 86px
  }

  .xl\:rounded-r-43 {
    border-top-right-radius: 86px;
    border-bottom-right-radius: 86px
  }

  .xl\:rounded-b-43 {
    border-bottom-right-radius: 86px;
    border-bottom-left-radius: 86px
  }

  .xl\:rounded-l-43 {
    border-top-left-radius: 86px;
    border-bottom-left-radius: 86px
  }

  .xl\:rounded-t-44 {
    border-top-left-radius: 88px;
    border-top-right-radius: 88px
  }

  .xl\:rounded-r-44 {
    border-top-right-radius: 88px;
    border-bottom-right-radius: 88px
  }

  .xl\:rounded-b-44 {
    border-bottom-right-radius: 88px;
    border-bottom-left-radius: 88px
  }

  .xl\:rounded-l-44 {
    border-top-left-radius: 88px;
    border-bottom-left-radius: 88px
  }

  .xl\:rounded-t-45 {
    border-top-left-radius: 90px;
    border-top-right-radius: 90px
  }

  .xl\:rounded-r-45 {
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px
  }

  .xl\:rounded-b-45 {
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px
  }

  .xl\:rounded-l-45 {
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px
  }

  .xl\:rounded-t-46 {
    border-top-left-radius: 92px;
    border-top-right-radius: 92px
  }

  .xl\:rounded-r-46 {
    border-top-right-radius: 92px;
    border-bottom-right-radius: 92px
  }

  .xl\:rounded-b-46 {
    border-bottom-right-radius: 92px;
    border-bottom-left-radius: 92px
  }

  .xl\:rounded-l-46 {
    border-top-left-radius: 92px;
    border-bottom-left-radius: 92px
  }

  .xl\:rounded-t-47 {
    border-top-left-radius: 94px;
    border-top-right-radius: 94px
  }

  .xl\:rounded-r-47 {
    border-top-right-radius: 94px;
    border-bottom-right-radius: 94px
  }

  .xl\:rounded-b-47 {
    border-bottom-right-radius: 94px;
    border-bottom-left-radius: 94px
  }

  .xl\:rounded-l-47 {
    border-top-left-radius: 94px;
    border-bottom-left-radius: 94px
  }

  .xl\:rounded-t-48 {
    border-top-left-radius: 96px;
    border-top-right-radius: 96px
  }

  .xl\:rounded-r-48 {
    border-top-right-radius: 96px;
    border-bottom-right-radius: 96px
  }

  .xl\:rounded-b-48 {
    border-bottom-right-radius: 96px;
    border-bottom-left-radius: 96px
  }

  .xl\:rounded-l-48 {
    border-top-left-radius: 96px;
    border-bottom-left-radius: 96px
  }

  .xl\:rounded-t-49 {
    border-top-left-radius: 98px;
    border-top-right-radius: 98px
  }

  .xl\:rounded-r-49 {
    border-top-right-radius: 98px;
    border-bottom-right-radius: 98px
  }

  .xl\:rounded-b-49 {
    border-bottom-right-radius: 98px;
    border-bottom-left-radius: 98px
  }

  .xl\:rounded-l-49 {
    border-top-left-radius: 98px;
    border-bottom-left-radius: 98px
  }

  .xl\:rounded-t-50 {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px
  }

  .xl\:rounded-r-50 {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px
  }

  .xl\:rounded-b-50 {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px
  }

  .xl\:rounded-l-50 {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px
  }

  .xl\:rounded-t-51 {
    border-top-left-radius: 102px;
    border-top-right-radius: 102px
  }

  .xl\:rounded-r-51 {
    border-top-right-radius: 102px;
    border-bottom-right-radius: 102px
  }

  .xl\:rounded-b-51 {
    border-bottom-right-radius: 102px;
    border-bottom-left-radius: 102px
  }

  .xl\:rounded-l-51 {
    border-top-left-radius: 102px;
    border-bottom-left-radius: 102px
  }

  .xl\:rounded-t-52 {
    border-top-left-radius: 104px;
    border-top-right-radius: 104px
  }

  .xl\:rounded-r-52 {
    border-top-right-radius: 104px;
    border-bottom-right-radius: 104px
  }

  .xl\:rounded-b-52 {
    border-bottom-right-radius: 104px;
    border-bottom-left-radius: 104px
  }

  .xl\:rounded-l-52 {
    border-top-left-radius: 104px;
    border-bottom-left-radius: 104px
  }

  .xl\:rounded-t-53 {
    border-top-left-radius: 106px;
    border-top-right-radius: 106px
  }

  .xl\:rounded-r-53 {
    border-top-right-radius: 106px;
    border-bottom-right-radius: 106px
  }

  .xl\:rounded-b-53 {
    border-bottom-right-radius: 106px;
    border-bottom-left-radius: 106px
  }

  .xl\:rounded-l-53 {
    border-top-left-radius: 106px;
    border-bottom-left-radius: 106px
  }

  .xl\:rounded-t-54 {
    border-top-left-radius: 108px;
    border-top-right-radius: 108px
  }

  .xl\:rounded-r-54 {
    border-top-right-radius: 108px;
    border-bottom-right-radius: 108px
  }

  .xl\:rounded-b-54 {
    border-bottom-right-radius: 108px;
    border-bottom-left-radius: 108px
  }

  .xl\:rounded-l-54 {
    border-top-left-radius: 108px;
    border-bottom-left-radius: 108px
  }

  .xl\:rounded-t-55 {
    border-top-left-radius: 110px;
    border-top-right-radius: 110px
  }

  .xl\:rounded-r-55 {
    border-top-right-radius: 110px;
    border-bottom-right-radius: 110px
  }

  .xl\:rounded-b-55 {
    border-bottom-right-radius: 110px;
    border-bottom-left-radius: 110px
  }

  .xl\:rounded-l-55 {
    border-top-left-radius: 110px;
    border-bottom-left-radius: 110px
  }

  .xl\:rounded-t-56 {
    border-top-left-radius: 112px;
    border-top-right-radius: 112px
  }

  .xl\:rounded-r-56 {
    border-top-right-radius: 112px;
    border-bottom-right-radius: 112px
  }

  .xl\:rounded-b-56 {
    border-bottom-right-radius: 112px;
    border-bottom-left-radius: 112px
  }

  .xl\:rounded-l-56 {
    border-top-left-radius: 112px;
    border-bottom-left-radius: 112px
  }

  .xl\:rounded-t-57 {
    border-top-left-radius: 114px;
    border-top-right-radius: 114px
  }

  .xl\:rounded-r-57 {
    border-top-right-radius: 114px;
    border-bottom-right-radius: 114px
  }

  .xl\:rounded-b-57 {
    border-bottom-right-radius: 114px;
    border-bottom-left-radius: 114px
  }

  .xl\:rounded-l-57 {
    border-top-left-radius: 114px;
    border-bottom-left-radius: 114px
  }

  .xl\:rounded-t-58 {
    border-top-left-radius: 116px;
    border-top-right-radius: 116px
  }

  .xl\:rounded-r-58 {
    border-top-right-radius: 116px;
    border-bottom-right-radius: 116px
  }

  .xl\:rounded-b-58 {
    border-bottom-right-radius: 116px;
    border-bottom-left-radius: 116px
  }

  .xl\:rounded-l-58 {
    border-top-left-radius: 116px;
    border-bottom-left-radius: 116px
  }

  .xl\:rounded-t-59 {
    border-top-left-radius: 118px;
    border-top-right-radius: 118px
  }

  .xl\:rounded-r-59 {
    border-top-right-radius: 118px;
    border-bottom-right-radius: 118px
  }

  .xl\:rounded-b-59 {
    border-bottom-right-radius: 118px;
    border-bottom-left-radius: 118px
  }

  .xl\:rounded-l-59 {
    border-top-left-radius: 118px;
    border-bottom-left-radius: 118px
  }

  .xl\:rounded-t-60 {
    border-top-left-radius: 120px;
    border-top-right-radius: 120px
  }

  .xl\:rounded-r-60 {
    border-top-right-radius: 120px;
    border-bottom-right-radius: 120px
  }

  .xl\:rounded-b-60 {
    border-bottom-right-radius: 120px;
    border-bottom-left-radius: 120px
  }

  .xl\:rounded-l-60 {
    border-top-left-radius: 120px;
    border-bottom-left-radius: 120px
  }

  .xl\:rounded-t-61 {
    border-top-left-radius: 122px;
    border-top-right-radius: 122px
  }

  .xl\:rounded-r-61 {
    border-top-right-radius: 122px;
    border-bottom-right-radius: 122px
  }

  .xl\:rounded-b-61 {
    border-bottom-right-radius: 122px;
    border-bottom-left-radius: 122px
  }

  .xl\:rounded-l-61 {
    border-top-left-radius: 122px;
    border-bottom-left-radius: 122px
  }

  .xl\:rounded-t-62 {
    border-top-left-radius: 124px;
    border-top-right-radius: 124px
  }

  .xl\:rounded-r-62 {
    border-top-right-radius: 124px;
    border-bottom-right-radius: 124px
  }

  .xl\:rounded-b-62 {
    border-bottom-right-radius: 124px;
    border-bottom-left-radius: 124px
  }

  .xl\:rounded-l-62 {
    border-top-left-radius: 124px;
    border-bottom-left-radius: 124px
  }

  .xl\:rounded-t-63 {
    border-top-left-radius: 126px;
    border-top-right-radius: 126px
  }

  .xl\:rounded-r-63 {
    border-top-right-radius: 126px;
    border-bottom-right-radius: 126px
  }

  .xl\:rounded-b-63 {
    border-bottom-right-radius: 126px;
    border-bottom-left-radius: 126px
  }

  .xl\:rounded-l-63 {
    border-top-left-radius: 126px;
    border-bottom-left-radius: 126px
  }

  .xl\:rounded-t-64 {
    border-top-left-radius: 128px;
    border-top-right-radius: 128px
  }

  .xl\:rounded-r-64 {
    border-top-right-radius: 128px;
    border-bottom-right-radius: 128px
  }

  .xl\:rounded-b-64 {
    border-bottom-right-radius: 128px;
    border-bottom-left-radius: 128px
  }

  .xl\:rounded-l-64 {
    border-top-left-radius: 128px;
    border-bottom-left-radius: 128px
  }

  .xl\:rounded-t-65 {
    border-top-left-radius: 130px;
    border-top-right-radius: 130px
  }

  .xl\:rounded-r-65 {
    border-top-right-radius: 130px;
    border-bottom-right-radius: 130px
  }

  .xl\:rounded-b-65 {
    border-bottom-right-radius: 130px;
    border-bottom-left-radius: 130px
  }

  .xl\:rounded-l-65 {
    border-top-left-radius: 130px;
    border-bottom-left-radius: 130px
  }

  .xl\:rounded-t-66 {
    border-top-left-radius: 132px;
    border-top-right-radius: 132px
  }

  .xl\:rounded-r-66 {
    border-top-right-radius: 132px;
    border-bottom-right-radius: 132px
  }

  .xl\:rounded-b-66 {
    border-bottom-right-radius: 132px;
    border-bottom-left-radius: 132px
  }

  .xl\:rounded-l-66 {
    border-top-left-radius: 132px;
    border-bottom-left-radius: 132px
  }

  .xl\:rounded-t-67 {
    border-top-left-radius: 134px;
    border-top-right-radius: 134px
  }

  .xl\:rounded-r-67 {
    border-top-right-radius: 134px;
    border-bottom-right-radius: 134px
  }

  .xl\:rounded-b-67 {
    border-bottom-right-radius: 134px;
    border-bottom-left-radius: 134px
  }

  .xl\:rounded-l-67 {
    border-top-left-radius: 134px;
    border-bottom-left-radius: 134px
  }

  .xl\:rounded-t-68 {
    border-top-left-radius: 136px;
    border-top-right-radius: 136px
  }

  .xl\:rounded-r-68 {
    border-top-right-radius: 136px;
    border-bottom-right-radius: 136px
  }

  .xl\:rounded-b-68 {
    border-bottom-right-radius: 136px;
    border-bottom-left-radius: 136px
  }

  .xl\:rounded-l-68 {
    border-top-left-radius: 136px;
    border-bottom-left-radius: 136px
  }

  .xl\:rounded-t-69 {
    border-top-left-radius: 138px;
    border-top-right-radius: 138px
  }

  .xl\:rounded-r-69 {
    border-top-right-radius: 138px;
    border-bottom-right-radius: 138px
  }

  .xl\:rounded-b-69 {
    border-bottom-right-radius: 138px;
    border-bottom-left-radius: 138px
  }

  .xl\:rounded-l-69 {
    border-top-left-radius: 138px;
    border-bottom-left-radius: 138px
  }

  .xl\:rounded-t-70 {
    border-top-left-radius: 140px;
    border-top-right-radius: 140px
  }

  .xl\:rounded-r-70 {
    border-top-right-radius: 140px;
    border-bottom-right-radius: 140px
  }

  .xl\:rounded-b-70 {
    border-bottom-right-radius: 140px;
    border-bottom-left-radius: 140px
  }

  .xl\:rounded-l-70 {
    border-top-left-radius: 140px;
    border-bottom-left-radius: 140px
  }

  .xl\:rounded-t-71 {
    border-top-left-radius: 142px;
    border-top-right-radius: 142px
  }

  .xl\:rounded-r-71 {
    border-top-right-radius: 142px;
    border-bottom-right-radius: 142px
  }

  .xl\:rounded-b-71 {
    border-bottom-right-radius: 142px;
    border-bottom-left-radius: 142px
  }

  .xl\:rounded-l-71 {
    border-top-left-radius: 142px;
    border-bottom-left-radius: 142px
  }

  .xl\:rounded-t-72 {
    border-top-left-radius: 144px;
    border-top-right-radius: 144px
  }

  .xl\:rounded-r-72 {
    border-top-right-radius: 144px;
    border-bottom-right-radius: 144px
  }

  .xl\:rounded-b-72 {
    border-bottom-right-radius: 144px;
    border-bottom-left-radius: 144px
  }

  .xl\:rounded-l-72 {
    border-top-left-radius: 144px;
    border-bottom-left-radius: 144px
  }

  .xl\:rounded-t-73 {
    border-top-left-radius: 146px;
    border-top-right-radius: 146px
  }

  .xl\:rounded-r-73 {
    border-top-right-radius: 146px;
    border-bottom-right-radius: 146px
  }

  .xl\:rounded-b-73 {
    border-bottom-right-radius: 146px;
    border-bottom-left-radius: 146px
  }

  .xl\:rounded-l-73 {
    border-top-left-radius: 146px;
    border-bottom-left-radius: 146px
  }

  .xl\:rounded-t-74 {
    border-top-left-radius: 148px;
    border-top-right-radius: 148px
  }

  .xl\:rounded-r-74 {
    border-top-right-radius: 148px;
    border-bottom-right-radius: 148px
  }

  .xl\:rounded-b-74 {
    border-bottom-right-radius: 148px;
    border-bottom-left-radius: 148px
  }

  .xl\:rounded-l-74 {
    border-top-left-radius: 148px;
    border-bottom-left-radius: 148px
  }

  .xl\:rounded-t-75 {
    border-top-left-radius: 150px;
    border-top-right-radius: 150px
  }

  .xl\:rounded-r-75 {
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px
  }

  .xl\:rounded-b-75 {
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px
  }

  .xl\:rounded-l-75 {
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px
  }

  .xl\:rounded-t-76 {
    border-top-left-radius: 152px;
    border-top-right-radius: 152px
  }

  .xl\:rounded-r-76 {
    border-top-right-radius: 152px;
    border-bottom-right-radius: 152px
  }

  .xl\:rounded-b-76 {
    border-bottom-right-radius: 152px;
    border-bottom-left-radius: 152px
  }

  .xl\:rounded-l-76 {
    border-top-left-radius: 152px;
    border-bottom-left-radius: 152px
  }

  .xl\:rounded-t-77 {
    border-top-left-radius: 154px;
    border-top-right-radius: 154px
  }

  .xl\:rounded-r-77 {
    border-top-right-radius: 154px;
    border-bottom-right-radius: 154px
  }

  .xl\:rounded-b-77 {
    border-bottom-right-radius: 154px;
    border-bottom-left-radius: 154px
  }

  .xl\:rounded-l-77 {
    border-top-left-radius: 154px;
    border-bottom-left-radius: 154px
  }

  .xl\:rounded-t-78 {
    border-top-left-radius: 156px;
    border-top-right-radius: 156px
  }

  .xl\:rounded-r-78 {
    border-top-right-radius: 156px;
    border-bottom-right-radius: 156px
  }

  .xl\:rounded-b-78 {
    border-bottom-right-radius: 156px;
    border-bottom-left-radius: 156px
  }

  .xl\:rounded-l-78 {
    border-top-left-radius: 156px;
    border-bottom-left-radius: 156px
  }

  .xl\:rounded-t-79 {
    border-top-left-radius: 158px;
    border-top-right-radius: 158px
  }

  .xl\:rounded-r-79 {
    border-top-right-radius: 158px;
    border-bottom-right-radius: 158px
  }

  .xl\:rounded-b-79 {
    border-bottom-right-radius: 158px;
    border-bottom-left-radius: 158px
  }

  .xl\:rounded-l-79 {
    border-top-left-radius: 158px;
    border-bottom-left-radius: 158px
  }

  .xl\:rounded-t-80 {
    border-top-left-radius: 160px;
    border-top-right-radius: 160px
  }

  .xl\:rounded-r-80 {
    border-top-right-radius: 160px;
    border-bottom-right-radius: 160px
  }

  .xl\:rounded-b-80 {
    border-bottom-right-radius: 160px;
    border-bottom-left-radius: 160px
  }

  .xl\:rounded-l-80 {
    border-top-left-radius: 160px;
    border-bottom-left-radius: 160px
  }

  .xl\:rounded-t-81 {
    border-top-left-radius: 162px;
    border-top-right-radius: 162px
  }

  .xl\:rounded-r-81 {
    border-top-right-radius: 162px;
    border-bottom-right-radius: 162px
  }

  .xl\:rounded-b-81 {
    border-bottom-right-radius: 162px;
    border-bottom-left-radius: 162px
  }

  .xl\:rounded-l-81 {
    border-top-left-radius: 162px;
    border-bottom-left-radius: 162px
  }

  .xl\:rounded-t-82 {
    border-top-left-radius: 164px;
    border-top-right-radius: 164px
  }

  .xl\:rounded-r-82 {
    border-top-right-radius: 164px;
    border-bottom-right-radius: 164px
  }

  .xl\:rounded-b-82 {
    border-bottom-right-radius: 164px;
    border-bottom-left-radius: 164px
  }

  .xl\:rounded-l-82 {
    border-top-left-radius: 164px;
    border-bottom-left-radius: 164px
  }

  .xl\:rounded-t-83 {
    border-top-left-radius: 166px;
    border-top-right-radius: 166px
  }

  .xl\:rounded-r-83 {
    border-top-right-radius: 166px;
    border-bottom-right-radius: 166px
  }

  .xl\:rounded-b-83 {
    border-bottom-right-radius: 166px;
    border-bottom-left-radius: 166px
  }

  .xl\:rounded-l-83 {
    border-top-left-radius: 166px;
    border-bottom-left-radius: 166px
  }

  .xl\:rounded-t-84 {
    border-top-left-radius: 168px;
    border-top-right-radius: 168px
  }

  .xl\:rounded-r-84 {
    border-top-right-radius: 168px;
    border-bottom-right-radius: 168px
  }

  .xl\:rounded-b-84 {
    border-bottom-right-radius: 168px;
    border-bottom-left-radius: 168px
  }

  .xl\:rounded-l-84 {
    border-top-left-radius: 168px;
    border-bottom-left-radius: 168px
  }

  .xl\:rounded-t-85 {
    border-top-left-radius: 170px;
    border-top-right-radius: 170px
  }

  .xl\:rounded-r-85 {
    border-top-right-radius: 170px;
    border-bottom-right-radius: 170px
  }

  .xl\:rounded-b-85 {
    border-bottom-right-radius: 170px;
    border-bottom-left-radius: 170px
  }

  .xl\:rounded-l-85 {
    border-top-left-radius: 170px;
    border-bottom-left-radius: 170px
  }

  .xl\:rounded-t-86 {
    border-top-left-radius: 172px;
    border-top-right-radius: 172px
  }

  .xl\:rounded-r-86 {
    border-top-right-radius: 172px;
    border-bottom-right-radius: 172px
  }

  .xl\:rounded-b-86 {
    border-bottom-right-radius: 172px;
    border-bottom-left-radius: 172px
  }

  .xl\:rounded-l-86 {
    border-top-left-radius: 172px;
    border-bottom-left-radius: 172px
  }

  .xl\:rounded-t-87 {
    border-top-left-radius: 174px;
    border-top-right-radius: 174px
  }

  .xl\:rounded-r-87 {
    border-top-right-radius: 174px;
    border-bottom-right-radius: 174px
  }

  .xl\:rounded-b-87 {
    border-bottom-right-radius: 174px;
    border-bottom-left-radius: 174px
  }

  .xl\:rounded-l-87 {
    border-top-left-radius: 174px;
    border-bottom-left-radius: 174px
  }

  .xl\:rounded-t-88 {
    border-top-left-radius: 176px;
    border-top-right-radius: 176px
  }

  .xl\:rounded-r-88 {
    border-top-right-radius: 176px;
    border-bottom-right-radius: 176px
  }

  .xl\:rounded-b-88 {
    border-bottom-right-radius: 176px;
    border-bottom-left-radius: 176px
  }

  .xl\:rounded-l-88 {
    border-top-left-radius: 176px;
    border-bottom-left-radius: 176px
  }

  .xl\:rounded-t-89 {
    border-top-left-radius: 178px;
    border-top-right-radius: 178px
  }

  .xl\:rounded-r-89 {
    border-top-right-radius: 178px;
    border-bottom-right-radius: 178px
  }

  .xl\:rounded-b-89 {
    border-bottom-right-radius: 178px;
    border-bottom-left-radius: 178px
  }

  .xl\:rounded-l-89 {
    border-top-left-radius: 178px;
    border-bottom-left-radius: 178px
  }

  .xl\:rounded-t-90 {
    border-top-left-radius: 180px;
    border-top-right-radius: 180px
  }

  .xl\:rounded-r-90 {
    border-top-right-radius: 180px;
    border-bottom-right-radius: 180px
  }

  .xl\:rounded-b-90 {
    border-bottom-right-radius: 180px;
    border-bottom-left-radius: 180px
  }

  .xl\:rounded-l-90 {
    border-top-left-radius: 180px;
    border-bottom-left-radius: 180px
  }

  .xl\:rounded-t-91 {
    border-top-left-radius: 182px;
    border-top-right-radius: 182px
  }

  .xl\:rounded-r-91 {
    border-top-right-radius: 182px;
    border-bottom-right-radius: 182px
  }

  .xl\:rounded-b-91 {
    border-bottom-right-radius: 182px;
    border-bottom-left-radius: 182px
  }

  .xl\:rounded-l-91 {
    border-top-left-radius: 182px;
    border-bottom-left-radius: 182px
  }

  .xl\:rounded-t-92 {
    border-top-left-radius: 184px;
    border-top-right-radius: 184px
  }

  .xl\:rounded-r-92 {
    border-top-right-radius: 184px;
    border-bottom-right-radius: 184px
  }

  .xl\:rounded-b-92 {
    border-bottom-right-radius: 184px;
    border-bottom-left-radius: 184px
  }

  .xl\:rounded-l-92 {
    border-top-left-radius: 184px;
    border-bottom-left-radius: 184px
  }

  .xl\:rounded-t-93 {
    border-top-left-radius: 186px;
    border-top-right-radius: 186px
  }

  .xl\:rounded-r-93 {
    border-top-right-radius: 186px;
    border-bottom-right-radius: 186px
  }

  .xl\:rounded-b-93 {
    border-bottom-right-radius: 186px;
    border-bottom-left-radius: 186px
  }

  .xl\:rounded-l-93 {
    border-top-left-radius: 186px;
    border-bottom-left-radius: 186px
  }

  .xl\:rounded-t-94 {
    border-top-left-radius: 188px;
    border-top-right-radius: 188px
  }

  .xl\:rounded-r-94 {
    border-top-right-radius: 188px;
    border-bottom-right-radius: 188px
  }

  .xl\:rounded-b-94 {
    border-bottom-right-radius: 188px;
    border-bottom-left-radius: 188px
  }

  .xl\:rounded-l-94 {
    border-top-left-radius: 188px;
    border-bottom-left-radius: 188px
  }

  .xl\:rounded-t-95 {
    border-top-left-radius: 190px;
    border-top-right-radius: 190px
  }

  .xl\:rounded-r-95 {
    border-top-right-radius: 190px;
    border-bottom-right-radius: 190px
  }

  .xl\:rounded-b-95 {
    border-bottom-right-radius: 190px;
    border-bottom-left-radius: 190px
  }

  .xl\:rounded-l-95 {
    border-top-left-radius: 190px;
    border-bottom-left-radius: 190px
  }

  .xl\:rounded-t-96 {
    border-top-left-radius: 192px;
    border-top-right-radius: 192px
  }

  .xl\:rounded-r-96 {
    border-top-right-radius: 192px;
    border-bottom-right-radius: 192px
  }

  .xl\:rounded-b-96 {
    border-bottom-right-radius: 192px;
    border-bottom-left-radius: 192px
  }

  .xl\:rounded-l-96 {
    border-top-left-radius: 192px;
    border-bottom-left-radius: 192px
  }

  .xl\:rounded-t-97 {
    border-top-left-radius: 194px;
    border-top-right-radius: 194px
  }

  .xl\:rounded-r-97 {
    border-top-right-radius: 194px;
    border-bottom-right-radius: 194px
  }

  .xl\:rounded-b-97 {
    border-bottom-right-radius: 194px;
    border-bottom-left-radius: 194px
  }

  .xl\:rounded-l-97 {
    border-top-left-radius: 194px;
    border-bottom-left-radius: 194px
  }

  .xl\:rounded-t-98 {
    border-top-left-radius: 196px;
    border-top-right-radius: 196px
  }

  .xl\:rounded-r-98 {
    border-top-right-radius: 196px;
    border-bottom-right-radius: 196px
  }

  .xl\:rounded-b-98 {
    border-bottom-right-radius: 196px;
    border-bottom-left-radius: 196px
  }

  .xl\:rounded-l-98 {
    border-top-left-radius: 196px;
    border-bottom-left-radius: 196px
  }

  .xl\:rounded-t-99 {
    border-top-left-radius: 198px;
    border-top-right-radius: 198px
  }

  .xl\:rounded-r-99 {
    border-top-right-radius: 198px;
    border-bottom-right-radius: 198px
  }

  .xl\:rounded-b-99 {
    border-bottom-right-radius: 198px;
    border-bottom-left-radius: 198px
  }

  .xl\:rounded-l-99 {
    border-top-left-radius: 198px;
    border-bottom-left-radius: 198px
  }

  .xl\:rounded-t-100 {
    border-top-left-radius: 200px;
    border-top-right-radius: 200px
  }

  .xl\:rounded-r-100 {
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px
  }

  .xl\:rounded-b-100 {
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 200px
  }

  .xl\:rounded-l-100 {
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .xl\:rounded-t {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
  }

  .xl\:rounded-r {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
  }

  .xl\:rounded-b {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
  }

  .xl\:rounded-l {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
  }

  .xl\:rounded-t-circle {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%
  }

  .xl\:rounded-r-circle {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%
  }

  .xl\:rounded-b-circle {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%
  }

  .xl\:rounded-l-circle {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%
  }

  .xl\:rounded-tl-1 {
    border-top-left-radius: 2px
  }

  .xl\:rounded-tr-1 {
    border-top-right-radius: 2px
  }

  .xl\:rounded-br-1 {
    border-bottom-right-radius: 2px
  }

  .xl\:rounded-bl-1 {
    border-bottom-left-radius: 2px
  }

  .xl\:rounded-tl-2 {
    border-top-left-radius: 4px
  }

  .xl\:rounded-tr-2 {
    border-top-right-radius: 4px
  }

  .xl\:rounded-br-2 {
    border-bottom-right-radius: 4px
  }

  .xl\:rounded-bl-2 {
    border-bottom-left-radius: 4px
  }

  .xl\:rounded-tl-3 {
    border-top-left-radius: 6px
  }

  .xl\:rounded-tr-3 {
    border-top-right-radius: 6px
  }

  .xl\:rounded-br-3 {
    border-bottom-right-radius: 6px
  }

  .xl\:rounded-bl-3 {
    border-bottom-left-radius: 6px
  }

  .xl\:rounded-tl-4 {
    border-top-left-radius: 8px
  }

  .xl\:rounded-tr-4 {
    border-top-right-radius: 8px
  }

  .xl\:rounded-br-4 {
    border-bottom-right-radius: 8px
  }

  .xl\:rounded-bl-4 {
    border-bottom-left-radius: 8px
  }

  .xl\:rounded-tl-5 {
    border-top-left-radius: 10px
  }

  .xl\:rounded-tr-5 {
    border-top-right-radius: 10px
  }

  .xl\:rounded-br-5 {
    border-bottom-right-radius: 10px
  }

  .xl\:rounded-bl-5 {
    border-bottom-left-radius: 10px
  }

  .xl\:rounded-tl-6 {
    border-top-left-radius: 12px
  }

  .xl\:rounded-tr-6 {
    border-top-right-radius: 12px
  }

  .xl\:rounded-br-6 {
    border-bottom-right-radius: 12px
  }

  .xl\:rounded-bl-6 {
    border-bottom-left-radius: 12px
  }

  .xl\:rounded-tl-7 {
    border-top-left-radius: 14px
  }

  .xl\:rounded-tr-7 {
    border-top-right-radius: 14px
  }

  .xl\:rounded-br-7 {
    border-bottom-right-radius: 14px
  }

  .xl\:rounded-bl-7 {
    border-bottom-left-radius: 14px
  }

  .xl\:rounded-tl-8 {
    border-top-left-radius: 16px
  }

  .xl\:rounded-tr-8 {
    border-top-right-radius: 16px
  }

  .xl\:rounded-br-8 {
    border-bottom-right-radius: 16px
  }

  .xl\:rounded-bl-8 {
    border-bottom-left-radius: 16px
  }

  .xl\:rounded-tl-9 {
    border-top-left-radius: 18px
  }

  .xl\:rounded-tr-9 {
    border-top-right-radius: 18px
  }

  .xl\:rounded-br-9 {
    border-bottom-right-radius: 18px
  }

  .xl\:rounded-bl-9 {
    border-bottom-left-radius: 18px
  }

  .xl\:rounded-tl-10 {
    border-top-left-radius: 20px
  }

  .xl\:rounded-tr-10 {
    border-top-right-radius: 20px
  }

  .xl\:rounded-br-10 {
    border-bottom-right-radius: 20px
  }

  .xl\:rounded-bl-10 {
    border-bottom-left-radius: 20px
  }

  .xl\:rounded-tl-11 {
    border-top-left-radius: 22px
  }

  .xl\:rounded-tr-11 {
    border-top-right-radius: 22px
  }

  .xl\:rounded-br-11 {
    border-bottom-right-radius: 22px
  }

  .xl\:rounded-bl-11 {
    border-bottom-left-radius: 22px
  }

  .xl\:rounded-tl-12 {
    border-top-left-radius: 24px
  }

  .xl\:rounded-tr-12 {
    border-top-right-radius: 24px
  }

  .xl\:rounded-br-12 {
    border-bottom-right-radius: 24px
  }

  .xl\:rounded-bl-12 {
    border-bottom-left-radius: 24px
  }

  .xl\:rounded-tl-13 {
    border-top-left-radius: 26px
  }

  .xl\:rounded-tr-13 {
    border-top-right-radius: 26px
  }

  .xl\:rounded-br-13 {
    border-bottom-right-radius: 26px
  }

  .xl\:rounded-bl-13 {
    border-bottom-left-radius: 26px
  }

  .xl\:rounded-tl-14 {
    border-top-left-radius: 28px
  }

  .xl\:rounded-tr-14 {
    border-top-right-radius: 28px
  }

  .xl\:rounded-br-14 {
    border-bottom-right-radius: 28px
  }

  .xl\:rounded-bl-14 {
    border-bottom-left-radius: 28px
  }

  .xl\:rounded-tl-15 {
    border-top-left-radius: 30px
  }

  .xl\:rounded-tr-15 {
    border-top-right-radius: 30px
  }

  .xl\:rounded-br-15 {
    border-bottom-right-radius: 30px
  }

  .xl\:rounded-bl-15 {
    border-bottom-left-radius: 30px
  }

  .xl\:rounded-tl-16 {
    border-top-left-radius: 32px
  }

  .xl\:rounded-tr-16 {
    border-top-right-radius: 32px
  }

  .xl\:rounded-br-16 {
    border-bottom-right-radius: 32px
  }

  .xl\:rounded-bl-16 {
    border-bottom-left-radius: 32px
  }

  .xl\:rounded-tl-17 {
    border-top-left-radius: 34px
  }

  .xl\:rounded-tr-17 {
    border-top-right-radius: 34px
  }

  .xl\:rounded-br-17 {
    border-bottom-right-radius: 34px
  }

  .xl\:rounded-bl-17 {
    border-bottom-left-radius: 34px
  }

  .xl\:rounded-tl-18 {
    border-top-left-radius: 36px
  }

  .xl\:rounded-tr-18 {
    border-top-right-radius: 36px
  }

  .xl\:rounded-br-18 {
    border-bottom-right-radius: 36px
  }

  .xl\:rounded-bl-18 {
    border-bottom-left-radius: 36px
  }

  .xl\:rounded-tl-19 {
    border-top-left-radius: 38px
  }

  .xl\:rounded-tr-19 {
    border-top-right-radius: 38px
  }

  .xl\:rounded-br-19 {
    border-bottom-right-radius: 38px
  }

  .xl\:rounded-bl-19 {
    border-bottom-left-radius: 38px
  }

  .xl\:rounded-tl-20 {
    border-top-left-radius: 40px
  }

  .xl\:rounded-tr-20 {
    border-top-right-radius: 40px
  }

  .xl\:rounded-br-20 {
    border-bottom-right-radius: 40px
  }

  .xl\:rounded-bl-20 {
    border-bottom-left-radius: 40px
  }

  .xl\:rounded-tl-21 {
    border-top-left-radius: 42px
  }

  .xl\:rounded-tr-21 {
    border-top-right-radius: 42px
  }

  .xl\:rounded-br-21 {
    border-bottom-right-radius: 42px
  }

  .xl\:rounded-bl-21 {
    border-bottom-left-radius: 42px
  }

  .xl\:rounded-tl-22 {
    border-top-left-radius: 44px
  }

  .xl\:rounded-tr-22 {
    border-top-right-radius: 44px
  }

  .xl\:rounded-br-22 {
    border-bottom-right-radius: 44px
  }

  .xl\:rounded-bl-22 {
    border-bottom-left-radius: 44px
  }

  .xl\:rounded-tl-23 {
    border-top-left-radius: 46px
  }

  .xl\:rounded-tr-23 {
    border-top-right-radius: 46px
  }

  .xl\:rounded-br-23 {
    border-bottom-right-radius: 46px
  }

  .xl\:rounded-bl-23 {
    border-bottom-left-radius: 46px
  }

  .xl\:rounded-tl-24 {
    border-top-left-radius: 48px
  }

  .xl\:rounded-tr-24 {
    border-top-right-radius: 48px
  }

  .xl\:rounded-br-24 {
    border-bottom-right-radius: 48px
  }

  .xl\:rounded-bl-24 {
    border-bottom-left-radius: 48px
  }

  .xl\:rounded-tl-25 {
    border-top-left-radius: 50px
  }

  .xl\:rounded-tr-25 {
    border-top-right-radius: 50px
  }

  .xl\:rounded-br-25 {
    border-bottom-right-radius: 50px
  }

  .xl\:rounded-bl-25 {
    border-bottom-left-radius: 50px
  }

  .xl\:rounded-tl-26 {
    border-top-left-radius: 52px
  }

  .xl\:rounded-tr-26 {
    border-top-right-radius: 52px
  }

  .xl\:rounded-br-26 {
    border-bottom-right-radius: 52px
  }

  .xl\:rounded-bl-26 {
    border-bottom-left-radius: 52px
  }

  .xl\:rounded-tl-27 {
    border-top-left-radius: 54px
  }

  .xl\:rounded-tr-27 {
    border-top-right-radius: 54px
  }

  .xl\:rounded-br-27 {
    border-bottom-right-radius: 54px
  }

  .xl\:rounded-bl-27 {
    border-bottom-left-radius: 54px
  }

  .xl\:rounded-tl-28 {
    border-top-left-radius: 56px
  }

  .xl\:rounded-tr-28 {
    border-top-right-radius: 56px
  }

  .xl\:rounded-br-28 {
    border-bottom-right-radius: 56px
  }

  .xl\:rounded-bl-28 {
    border-bottom-left-radius: 56px
  }

  .xl\:rounded-tl-29 {
    border-top-left-radius: 58px
  }

  .xl\:rounded-tr-29 {
    border-top-right-radius: 58px
  }

  .xl\:rounded-br-29 {
    border-bottom-right-radius: 58px
  }

  .xl\:rounded-bl-29 {
    border-bottom-left-radius: 58px
  }

  .xl\:rounded-tl-30 {
    border-top-left-radius: 60px
  }

  .xl\:rounded-tr-30 {
    border-top-right-radius: 60px
  }

  .xl\:rounded-br-30 {
    border-bottom-right-radius: 60px
  }

  .xl\:rounded-bl-30 {
    border-bottom-left-radius: 60px
  }

  .xl\:rounded-tl-31 {
    border-top-left-radius: 62px
  }

  .xl\:rounded-tr-31 {
    border-top-right-radius: 62px
  }

  .xl\:rounded-br-31 {
    border-bottom-right-radius: 62px
  }

  .xl\:rounded-bl-31 {
    border-bottom-left-radius: 62px
  }

  .xl\:rounded-tl-32 {
    border-top-left-radius: 64px
  }

  .xl\:rounded-tr-32 {
    border-top-right-radius: 64px
  }

  .xl\:rounded-br-32 {
    border-bottom-right-radius: 64px
  }

  .xl\:rounded-bl-32 {
    border-bottom-left-radius: 64px
  }

  .xl\:rounded-tl-33 {
    border-top-left-radius: 66px
  }

  .xl\:rounded-tr-33 {
    border-top-right-radius: 66px
  }

  .xl\:rounded-br-33 {
    border-bottom-right-radius: 66px
  }

  .xl\:rounded-bl-33 {
    border-bottom-left-radius: 66px
  }

  .xl\:rounded-tl-34 {
    border-top-left-radius: 68px
  }

  .xl\:rounded-tr-34 {
    border-top-right-radius: 68px
  }

  .xl\:rounded-br-34 {
    border-bottom-right-radius: 68px
  }

  .xl\:rounded-bl-34 {
    border-bottom-left-radius: 68px
  }

  .xl\:rounded-tl-35 {
    border-top-left-radius: 70px
  }

  .xl\:rounded-tr-35 {
    border-top-right-radius: 70px
  }

  .xl\:rounded-br-35 {
    border-bottom-right-radius: 70px
  }

  .xl\:rounded-bl-35 {
    border-bottom-left-radius: 70px
  }

  .xl\:rounded-tl-36 {
    border-top-left-radius: 72px
  }

  .xl\:rounded-tr-36 {
    border-top-right-radius: 72px
  }

  .xl\:rounded-br-36 {
    border-bottom-right-radius: 72px
  }

  .xl\:rounded-bl-36 {
    border-bottom-left-radius: 72px
  }

  .xl\:rounded-tl-37 {
    border-top-left-radius: 74px
  }

  .xl\:rounded-tr-37 {
    border-top-right-radius: 74px
  }

  .xl\:rounded-br-37 {
    border-bottom-right-radius: 74px
  }

  .xl\:rounded-bl-37 {
    border-bottom-left-radius: 74px
  }

  .xl\:rounded-tl-38 {
    border-top-left-radius: 76px
  }

  .xl\:rounded-tr-38 {
    border-top-right-radius: 76px
  }

  .xl\:rounded-br-38 {
    border-bottom-right-radius: 76px
  }

  .xl\:rounded-bl-38 {
    border-bottom-left-radius: 76px
  }

  .xl\:rounded-tl-39 {
    border-top-left-radius: 78px
  }

  .xl\:rounded-tr-39 {
    border-top-right-radius: 78px
  }

  .xl\:rounded-br-39 {
    border-bottom-right-radius: 78px
  }

  .xl\:rounded-bl-39 {
    border-bottom-left-radius: 78px
  }

  .xl\:rounded-tl-40 {
    border-top-left-radius: 80px
  }

  .xl\:rounded-tr-40 {
    border-top-right-radius: 80px
  }

  .xl\:rounded-br-40 {
    border-bottom-right-radius: 80px
  }

  .xl\:rounded-bl-40 {
    border-bottom-left-radius: 80px
  }

  .xl\:rounded-tl-41 {
    border-top-left-radius: 82px
  }

  .xl\:rounded-tr-41 {
    border-top-right-radius: 82px
  }

  .xl\:rounded-br-41 {
    border-bottom-right-radius: 82px
  }

  .xl\:rounded-bl-41 {
    border-bottom-left-radius: 82px
  }

  .xl\:rounded-tl-42 {
    border-top-left-radius: 84px
  }

  .xl\:rounded-tr-42 {
    border-top-right-radius: 84px
  }

  .xl\:rounded-br-42 {
    border-bottom-right-radius: 84px
  }

  .xl\:rounded-bl-42 {
    border-bottom-left-radius: 84px
  }

  .xl\:rounded-tl-43 {
    border-top-left-radius: 86px
  }

  .xl\:rounded-tr-43 {
    border-top-right-radius: 86px
  }

  .xl\:rounded-br-43 {
    border-bottom-right-radius: 86px
  }

  .xl\:rounded-bl-43 {
    border-bottom-left-radius: 86px
  }

  .xl\:rounded-tl-44 {
    border-top-left-radius: 88px
  }

  .xl\:rounded-tr-44 {
    border-top-right-radius: 88px
  }

  .xl\:rounded-br-44 {
    border-bottom-right-radius: 88px
  }

  .xl\:rounded-bl-44 {
    border-bottom-left-radius: 88px
  }

  .xl\:rounded-tl-45 {
    border-top-left-radius: 90px
  }

  .xl\:rounded-tr-45 {
    border-top-right-radius: 90px
  }

  .xl\:rounded-br-45 {
    border-bottom-right-radius: 90px
  }

  .xl\:rounded-bl-45 {
    border-bottom-left-radius: 90px
  }

  .xl\:rounded-tl-46 {
    border-top-left-radius: 92px
  }

  .xl\:rounded-tr-46 {
    border-top-right-radius: 92px
  }

  .xl\:rounded-br-46 {
    border-bottom-right-radius: 92px
  }

  .xl\:rounded-bl-46 {
    border-bottom-left-radius: 92px
  }

  .xl\:rounded-tl-47 {
    border-top-left-radius: 94px
  }

  .xl\:rounded-tr-47 {
    border-top-right-radius: 94px
  }

  .xl\:rounded-br-47 {
    border-bottom-right-radius: 94px
  }

  .xl\:rounded-bl-47 {
    border-bottom-left-radius: 94px
  }

  .xl\:rounded-tl-48 {
    border-top-left-radius: 96px
  }

  .xl\:rounded-tr-48 {
    border-top-right-radius: 96px
  }

  .xl\:rounded-br-48 {
    border-bottom-right-radius: 96px
  }

  .xl\:rounded-bl-48 {
    border-bottom-left-radius: 96px
  }

  .xl\:rounded-tl-49 {
    border-top-left-radius: 98px
  }

  .xl\:rounded-tr-49 {
    border-top-right-radius: 98px
  }

  .xl\:rounded-br-49 {
    border-bottom-right-radius: 98px
  }

  .xl\:rounded-bl-49 {
    border-bottom-left-radius: 98px
  }

  .xl\:rounded-tl-50 {
    border-top-left-radius: 100px
  }

  .xl\:rounded-tr-50 {
    border-top-right-radius: 100px
  }

  .xl\:rounded-br-50 {
    border-bottom-right-radius: 100px
  }

  .xl\:rounded-bl-50 {
    border-bottom-left-radius: 100px
  }

  .xl\:rounded-tl-51 {
    border-top-left-radius: 102px
  }

  .xl\:rounded-tr-51 {
    border-top-right-radius: 102px
  }

  .xl\:rounded-br-51 {
    border-bottom-right-radius: 102px
  }

  .xl\:rounded-bl-51 {
    border-bottom-left-radius: 102px
  }

  .xl\:rounded-tl-52 {
    border-top-left-radius: 104px
  }

  .xl\:rounded-tr-52 {
    border-top-right-radius: 104px
  }

  .xl\:rounded-br-52 {
    border-bottom-right-radius: 104px
  }

  .xl\:rounded-bl-52 {
    border-bottom-left-radius: 104px
  }

  .xl\:rounded-tl-53 {
    border-top-left-radius: 106px
  }

  .xl\:rounded-tr-53 {
    border-top-right-radius: 106px
  }

  .xl\:rounded-br-53 {
    border-bottom-right-radius: 106px
  }

  .xl\:rounded-bl-53 {
    border-bottom-left-radius: 106px
  }

  .xl\:rounded-tl-54 {
    border-top-left-radius: 108px
  }

  .xl\:rounded-tr-54 {
    border-top-right-radius: 108px
  }

  .xl\:rounded-br-54 {
    border-bottom-right-radius: 108px
  }

  .xl\:rounded-bl-54 {
    border-bottom-left-radius: 108px
  }

  .xl\:rounded-tl-55 {
    border-top-left-radius: 110px
  }

  .xl\:rounded-tr-55 {
    border-top-right-radius: 110px
  }

  .xl\:rounded-br-55 {
    border-bottom-right-radius: 110px
  }

  .xl\:rounded-bl-55 {
    border-bottom-left-radius: 110px
  }

  .xl\:rounded-tl-56 {
    border-top-left-radius: 112px
  }

  .xl\:rounded-tr-56 {
    border-top-right-radius: 112px
  }

  .xl\:rounded-br-56 {
    border-bottom-right-radius: 112px
  }

  .xl\:rounded-bl-56 {
    border-bottom-left-radius: 112px
  }

  .xl\:rounded-tl-57 {
    border-top-left-radius: 114px
  }

  .xl\:rounded-tr-57 {
    border-top-right-radius: 114px
  }

  .xl\:rounded-br-57 {
    border-bottom-right-radius: 114px
  }

  .xl\:rounded-bl-57 {
    border-bottom-left-radius: 114px
  }

  .xl\:rounded-tl-58 {
    border-top-left-radius: 116px
  }

  .xl\:rounded-tr-58 {
    border-top-right-radius: 116px
  }

  .xl\:rounded-br-58 {
    border-bottom-right-radius: 116px
  }

  .xl\:rounded-bl-58 {
    border-bottom-left-radius: 116px
  }

  .xl\:rounded-tl-59 {
    border-top-left-radius: 118px
  }

  .xl\:rounded-tr-59 {
    border-top-right-radius: 118px
  }

  .xl\:rounded-br-59 {
    border-bottom-right-radius: 118px
  }

  .xl\:rounded-bl-59 {
    border-bottom-left-radius: 118px
  }

  .xl\:rounded-tl-60 {
    border-top-left-radius: 120px
  }

  .xl\:rounded-tr-60 {
    border-top-right-radius: 120px
  }

  .xl\:rounded-br-60 {
    border-bottom-right-radius: 120px
  }

  .xl\:rounded-bl-60 {
    border-bottom-left-radius: 120px
  }

  .xl\:rounded-tl-61 {
    border-top-left-radius: 122px
  }

  .xl\:rounded-tr-61 {
    border-top-right-radius: 122px
  }

  .xl\:rounded-br-61 {
    border-bottom-right-radius: 122px
  }

  .xl\:rounded-bl-61 {
    border-bottom-left-radius: 122px
  }

  .xl\:rounded-tl-62 {
    border-top-left-radius: 124px
  }

  .xl\:rounded-tr-62 {
    border-top-right-radius: 124px
  }

  .xl\:rounded-br-62 {
    border-bottom-right-radius: 124px
  }

  .xl\:rounded-bl-62 {
    border-bottom-left-radius: 124px
  }

  .xl\:rounded-tl-63 {
    border-top-left-radius: 126px
  }

  .xl\:rounded-tr-63 {
    border-top-right-radius: 126px
  }

  .xl\:rounded-br-63 {
    border-bottom-right-radius: 126px
  }

  .xl\:rounded-bl-63 {
    border-bottom-left-radius: 126px
  }

  .xl\:rounded-tl-64 {
    border-top-left-radius: 128px
  }

  .xl\:rounded-tr-64 {
    border-top-right-radius: 128px
  }

  .xl\:rounded-br-64 {
    border-bottom-right-radius: 128px
  }

  .xl\:rounded-bl-64 {
    border-bottom-left-radius: 128px
  }

  .xl\:rounded-tl-65 {
    border-top-left-radius: 130px
  }

  .xl\:rounded-tr-65 {
    border-top-right-radius: 130px
  }

  .xl\:rounded-br-65 {
    border-bottom-right-radius: 130px
  }

  .xl\:rounded-bl-65 {
    border-bottom-left-radius: 130px
  }

  .xl\:rounded-tl-66 {
    border-top-left-radius: 132px
  }

  .xl\:rounded-tr-66 {
    border-top-right-radius: 132px
  }

  .xl\:rounded-br-66 {
    border-bottom-right-radius: 132px
  }

  .xl\:rounded-bl-66 {
    border-bottom-left-radius: 132px
  }

  .xl\:rounded-tl-67 {
    border-top-left-radius: 134px
  }

  .xl\:rounded-tr-67 {
    border-top-right-radius: 134px
  }

  .xl\:rounded-br-67 {
    border-bottom-right-radius: 134px
  }

  .xl\:rounded-bl-67 {
    border-bottom-left-radius: 134px
  }

  .xl\:rounded-tl-68 {
    border-top-left-radius: 136px
  }

  .xl\:rounded-tr-68 {
    border-top-right-radius: 136px
  }

  .xl\:rounded-br-68 {
    border-bottom-right-radius: 136px
  }

  .xl\:rounded-bl-68 {
    border-bottom-left-radius: 136px
  }

  .xl\:rounded-tl-69 {
    border-top-left-radius: 138px
  }

  .xl\:rounded-tr-69 {
    border-top-right-radius: 138px
  }

  .xl\:rounded-br-69 {
    border-bottom-right-radius: 138px
  }

  .xl\:rounded-bl-69 {
    border-bottom-left-radius: 138px
  }

  .xl\:rounded-tl-70 {
    border-top-left-radius: 140px
  }

  .xl\:rounded-tr-70 {
    border-top-right-radius: 140px
  }

  .xl\:rounded-br-70 {
    border-bottom-right-radius: 140px
  }

  .xl\:rounded-bl-70 {
    border-bottom-left-radius: 140px
  }

  .xl\:rounded-tl-71 {
    border-top-left-radius: 142px
  }

  .xl\:rounded-tr-71 {
    border-top-right-radius: 142px
  }

  .xl\:rounded-br-71 {
    border-bottom-right-radius: 142px
  }

  .xl\:rounded-bl-71 {
    border-bottom-left-radius: 142px
  }

  .xl\:rounded-tl-72 {
    border-top-left-radius: 144px
  }

  .xl\:rounded-tr-72 {
    border-top-right-radius: 144px
  }

  .xl\:rounded-br-72 {
    border-bottom-right-radius: 144px
  }

  .xl\:rounded-bl-72 {
    border-bottom-left-radius: 144px
  }

  .xl\:rounded-tl-73 {
    border-top-left-radius: 146px
  }

  .xl\:rounded-tr-73 {
    border-top-right-radius: 146px
  }

  .xl\:rounded-br-73 {
    border-bottom-right-radius: 146px
  }

  .xl\:rounded-bl-73 {
    border-bottom-left-radius: 146px
  }

  .xl\:rounded-tl-74 {
    border-top-left-radius: 148px
  }

  .xl\:rounded-tr-74 {
    border-top-right-radius: 148px
  }

  .xl\:rounded-br-74 {
    border-bottom-right-radius: 148px
  }

  .xl\:rounded-bl-74 {
    border-bottom-left-radius: 148px
  }

  .xl\:rounded-tl-75 {
    border-top-left-radius: 150px
  }

  .xl\:rounded-tr-75 {
    border-top-right-radius: 150px
  }

  .xl\:rounded-br-75 {
    border-bottom-right-radius: 150px
  }

  .xl\:rounded-bl-75 {
    border-bottom-left-radius: 150px
  }

  .xl\:rounded-tl-76 {
    border-top-left-radius: 152px
  }

  .xl\:rounded-tr-76 {
    border-top-right-radius: 152px
  }

  .xl\:rounded-br-76 {
    border-bottom-right-radius: 152px
  }

  .xl\:rounded-bl-76 {
    border-bottom-left-radius: 152px
  }

  .xl\:rounded-tl-77 {
    border-top-left-radius: 154px
  }

  .xl\:rounded-tr-77 {
    border-top-right-radius: 154px
  }

  .xl\:rounded-br-77 {
    border-bottom-right-radius: 154px
  }

  .xl\:rounded-bl-77 {
    border-bottom-left-radius: 154px
  }

  .xl\:rounded-tl-78 {
    border-top-left-radius: 156px
  }

  .xl\:rounded-tr-78 {
    border-top-right-radius: 156px
  }

  .xl\:rounded-br-78 {
    border-bottom-right-radius: 156px
  }

  .xl\:rounded-bl-78 {
    border-bottom-left-radius: 156px
  }

  .xl\:rounded-tl-79 {
    border-top-left-radius: 158px
  }

  .xl\:rounded-tr-79 {
    border-top-right-radius: 158px
  }

  .xl\:rounded-br-79 {
    border-bottom-right-radius: 158px
  }

  .xl\:rounded-bl-79 {
    border-bottom-left-radius: 158px
  }

  .xl\:rounded-tl-80 {
    border-top-left-radius: 160px
  }

  .xl\:rounded-tr-80 {
    border-top-right-radius: 160px
  }

  .xl\:rounded-br-80 {
    border-bottom-right-radius: 160px
  }

  .xl\:rounded-bl-80 {
    border-bottom-left-radius: 160px
  }

  .xl\:rounded-tl-81 {
    border-top-left-radius: 162px
  }

  .xl\:rounded-tr-81 {
    border-top-right-radius: 162px
  }

  .xl\:rounded-br-81 {
    border-bottom-right-radius: 162px
  }

  .xl\:rounded-bl-81 {
    border-bottom-left-radius: 162px
  }

  .xl\:rounded-tl-82 {
    border-top-left-radius: 164px
  }

  .xl\:rounded-tr-82 {
    border-top-right-radius: 164px
  }

  .xl\:rounded-br-82 {
    border-bottom-right-radius: 164px
  }

  .xl\:rounded-bl-82 {
    border-bottom-left-radius: 164px
  }

  .xl\:rounded-tl-83 {
    border-top-left-radius: 166px
  }

  .xl\:rounded-tr-83 {
    border-top-right-radius: 166px
  }

  .xl\:rounded-br-83 {
    border-bottom-right-radius: 166px
  }

  .xl\:rounded-bl-83 {
    border-bottom-left-radius: 166px
  }

  .xl\:rounded-tl-84 {
    border-top-left-radius: 168px
  }

  .xl\:rounded-tr-84 {
    border-top-right-radius: 168px
  }

  .xl\:rounded-br-84 {
    border-bottom-right-radius: 168px
  }

  .xl\:rounded-bl-84 {
    border-bottom-left-radius: 168px
  }

  .xl\:rounded-tl-85 {
    border-top-left-radius: 170px
  }

  .xl\:rounded-tr-85 {
    border-top-right-radius: 170px
  }

  .xl\:rounded-br-85 {
    border-bottom-right-radius: 170px
  }

  .xl\:rounded-bl-85 {
    border-bottom-left-radius: 170px
  }

  .xl\:rounded-tl-86 {
    border-top-left-radius: 172px
  }

  .xl\:rounded-tr-86 {
    border-top-right-radius: 172px
  }

  .xl\:rounded-br-86 {
    border-bottom-right-radius: 172px
  }

  .xl\:rounded-bl-86 {
    border-bottom-left-radius: 172px
  }

  .xl\:rounded-tl-87 {
    border-top-left-radius: 174px
  }

  .xl\:rounded-tr-87 {
    border-top-right-radius: 174px
  }

  .xl\:rounded-br-87 {
    border-bottom-right-radius: 174px
  }

  .xl\:rounded-bl-87 {
    border-bottom-left-radius: 174px
  }

  .xl\:rounded-tl-88 {
    border-top-left-radius: 176px
  }

  .xl\:rounded-tr-88 {
    border-top-right-radius: 176px
  }

  .xl\:rounded-br-88 {
    border-bottom-right-radius: 176px
  }

  .xl\:rounded-bl-88 {
    border-bottom-left-radius: 176px
  }

  .xl\:rounded-tl-89 {
    border-top-left-radius: 178px
  }

  .xl\:rounded-tr-89 {
    border-top-right-radius: 178px
  }

  .xl\:rounded-br-89 {
    border-bottom-right-radius: 178px
  }

  .xl\:rounded-bl-89 {
    border-bottom-left-radius: 178px
  }

  .xl\:rounded-tl-90 {
    border-top-left-radius: 180px
  }

  .xl\:rounded-tr-90 {
    border-top-right-radius: 180px
  }

  .xl\:rounded-br-90 {
    border-bottom-right-radius: 180px
  }

  .xl\:rounded-bl-90 {
    border-bottom-left-radius: 180px
  }

  .xl\:rounded-tl-91 {
    border-top-left-radius: 182px
  }

  .xl\:rounded-tr-91 {
    border-top-right-radius: 182px
  }

  .xl\:rounded-br-91 {
    border-bottom-right-radius: 182px
  }

  .xl\:rounded-bl-91 {
    border-bottom-left-radius: 182px
  }

  .xl\:rounded-tl-92 {
    border-top-left-radius: 184px
  }

  .xl\:rounded-tr-92 {
    border-top-right-radius: 184px
  }

  .xl\:rounded-br-92 {
    border-bottom-right-radius: 184px
  }

  .xl\:rounded-bl-92 {
    border-bottom-left-radius: 184px
  }

  .xl\:rounded-tl-93 {
    border-top-left-radius: 186px
  }

  .xl\:rounded-tr-93 {
    border-top-right-radius: 186px
  }

  .xl\:rounded-br-93 {
    border-bottom-right-radius: 186px
  }

  .xl\:rounded-bl-93 {
    border-bottom-left-radius: 186px
  }

  .xl\:rounded-tl-94 {
    border-top-left-radius: 188px
  }

  .xl\:rounded-tr-94 {
    border-top-right-radius: 188px
  }

  .xl\:rounded-br-94 {
    border-bottom-right-radius: 188px
  }

  .xl\:rounded-bl-94 {
    border-bottom-left-radius: 188px
  }

  .xl\:rounded-tl-95 {
    border-top-left-radius: 190px
  }

  .xl\:rounded-tr-95 {
    border-top-right-radius: 190px
  }

  .xl\:rounded-br-95 {
    border-bottom-right-radius: 190px
  }

  .xl\:rounded-bl-95 {
    border-bottom-left-radius: 190px
  }

  .xl\:rounded-tl-96 {
    border-top-left-radius: 192px
  }

  .xl\:rounded-tr-96 {
    border-top-right-radius: 192px
  }

  .xl\:rounded-br-96 {
    border-bottom-right-radius: 192px
  }

  .xl\:rounded-bl-96 {
    border-bottom-left-radius: 192px
  }

  .xl\:rounded-tl-97 {
    border-top-left-radius: 194px
  }

  .xl\:rounded-tr-97 {
    border-top-right-radius: 194px
  }

  .xl\:rounded-br-97 {
    border-bottom-right-radius: 194px
  }

  .xl\:rounded-bl-97 {
    border-bottom-left-radius: 194px
  }

  .xl\:rounded-tl-98 {
    border-top-left-radius: 196px
  }

  .xl\:rounded-tr-98 {
    border-top-right-radius: 196px
  }

  .xl\:rounded-br-98 {
    border-bottom-right-radius: 196px
  }

  .xl\:rounded-bl-98 {
    border-bottom-left-radius: 196px
  }

  .xl\:rounded-tl-99 {
    border-top-left-radius: 198px
  }

  .xl\:rounded-tr-99 {
    border-top-right-radius: 198px
  }

  .xl\:rounded-br-99 {
    border-bottom-right-radius: 198px
  }

  .xl\:rounded-bl-99 {
    border-bottom-left-radius: 198px
  }

  .xl\:rounded-tl-100 {
    border-top-left-radius: 200px
  }

  .xl\:rounded-tr-100 {
    border-top-right-radius: 200px
  }

  .xl\:rounded-br-100 {
    border-bottom-right-radius: 200px
  }

  .xl\:rounded-bl-100 {
    border-bottom-left-radius: 200px
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0
  }

  .xl\:rounded-tl {
    border-top-left-radius: 5px
  }

  .xl\:rounded-tr {
    border-top-right-radius: 5px
  }

  .xl\:rounded-br {
    border-bottom-right-radius: 5px
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: 5px
  }

  .xl\:rounded-tl-circle {
    border-top-left-radius: 50%
  }

  .xl\:rounded-tr-circle {
    border-top-right-radius: 50%
  }

  .xl\:rounded-br-circle {
    border-bottom-right-radius: 50%
  }

  .xl\:rounded-bl-circle {
    border-bottom-left-radius: 50%
  }

  .xl\:border-solid {
    border-style: solid
  }

  .xl\:border-dashed {
    border-style: dashed
  }

  .xl\:border-dotted {
    border-style: dotted
  }

  .xl\:border-double {
    border-style: double
  }

  .xl\:border-none {
    border-style: none
  }

  .xl\:border-0 {
    border-width: 0
  }

  .xl\:border-1 {
    border-width: 2px
  }

  .xl\:border-2 {
    border-width: 4px
  }

  .xl\:border-3 {
    border-width: 6px
  }

  .xl\:border-4 {
    border-width: 8px
  }

  .xl\:border-5 {
    border-width: 10px
  }

  .xl\:border-6 {
    border-width: 12px
  }

  .xl\:border-7 {
    border-width: 14px
  }

  .xl\:border-8 {
    border-width: 16px
  }

  .xl\:border-9 {
    border-width: 18px
  }

  .xl\:border-10 {
    border-width: 20px
  }

  .xl\:border-11 {
    border-width: 22px
  }

  .xl\:border-12 {
    border-width: 24px
  }

  .xl\:border-13 {
    border-width: 26px
  }

  .xl\:border-14 {
    border-width: 28px
  }

  .xl\:border-15 {
    border-width: 30px
  }

  .xl\:border-16 {
    border-width: 32px
  }

  .xl\:border-17 {
    border-width: 34px
  }

  .xl\:border-18 {
    border-width: 36px
  }

  .xl\:border-19 {
    border-width: 38px
  }

  .xl\:border-20 {
    border-width: 40px
  }

  .xl\:border-21 {
    border-width: 42px
  }

  .xl\:border-22 {
    border-width: 44px
  }

  .xl\:border-23 {
    border-width: 46px
  }

  .xl\:border-24 {
    border-width: 48px
  }

  .xl\:border-25 {
    border-width: 50px
  }

  .xl\:border-26 {
    border-width: 52px
  }

  .xl\:border-27 {
    border-width: 54px
  }

  .xl\:border-28 {
    border-width: 56px
  }

  .xl\:border-29 {
    border-width: 58px
  }

  .xl\:border-30 {
    border-width: 60px
  }

  .xl\:border-31 {
    border-width: 62px
  }

  .xl\:border-32 {
    border-width: 64px
  }

  .xl\:border-33 {
    border-width: 66px
  }

  .xl\:border-34 {
    border-width: 68px
  }

  .xl\:border-35 {
    border-width: 70px
  }

  .xl\:border-36 {
    border-width: 72px
  }

  .xl\:border-37 {
    border-width: 74px
  }

  .xl\:border-38 {
    border-width: 76px
  }

  .xl\:border-39 {
    border-width: 78px
  }

  .xl\:border-40 {
    border-width: 80px
  }

  .xl\:border-41 {
    border-width: 82px
  }

  .xl\:border-42 {
    border-width: 84px
  }

  .xl\:border-43 {
    border-width: 86px
  }

  .xl\:border-44 {
    border-width: 88px
  }

  .xl\:border-45 {
    border-width: 90px
  }

  .xl\:border-46 {
    border-width: 92px
  }

  .xl\:border-47 {
    border-width: 94px
  }

  .xl\:border-48 {
    border-width: 96px
  }

  .xl\:border-49 {
    border-width: 98px
  }

  .xl\:border-50 {
    border-width: 100px
  }

  .xl\:border {
    border-width: 1px
  }

  .xl\:border-t-0 {
    border-top-width: 0
  }

  .xl\:border-r-0 {
    border-right-width: 0
  }

  .xl\:border-b-0 {
    border-bottom-width: 0
  }

  .xl\:border-l-0 {
    border-left-width: 0
  }

  .xl\:border-t-1 {
    border-top-width: 2px
  }

  .xl\:border-r-1 {
    border-right-width: 2px
  }

  .xl\:border-b-1 {
    border-bottom-width: 2px
  }

  .xl\:border-l-1 {
    border-left-width: 2px
  }

  .xl\:border-t-2 {
    border-top-width: 4px
  }

  .xl\:border-r-2 {
    border-right-width: 4px
  }

  .xl\:border-b-2 {
    border-bottom-width: 4px
  }

  .xl\:border-l-2 {
    border-left-width: 4px
  }

  .xl\:border-t-3 {
    border-top-width: 6px
  }

  .xl\:border-r-3 {
    border-right-width: 6px
  }

  .xl\:border-b-3 {
    border-bottom-width: 6px
  }

  .xl\:border-l-3 {
    border-left-width: 6px
  }

  .xl\:border-t-4 {
    border-top-width: 8px
  }

  .xl\:border-r-4 {
    border-right-width: 8px
  }

  .xl\:border-b-4 {
    border-bottom-width: 8px
  }

  .xl\:border-l-4 {
    border-left-width: 8px
  }

  .xl\:border-t-5 {
    border-top-width: 10px
  }

  .xl\:border-r-5 {
    border-right-width: 10px
  }

  .xl\:border-b-5 {
    border-bottom-width: 10px
  }

  .xl\:border-l-5 {
    border-left-width: 10px
  }

  .xl\:border-t-6 {
    border-top-width: 12px
  }

  .xl\:border-r-6 {
    border-right-width: 12px
  }

  .xl\:border-b-6 {
    border-bottom-width: 12px
  }

  .xl\:border-l-6 {
    border-left-width: 12px
  }

  .xl\:border-t-7 {
    border-top-width: 14px
  }

  .xl\:border-r-7 {
    border-right-width: 14px
  }

  .xl\:border-b-7 {
    border-bottom-width: 14px
  }

  .xl\:border-l-7 {
    border-left-width: 14px
  }

  .xl\:border-t-8 {
    border-top-width: 16px
  }

  .xl\:border-r-8 {
    border-right-width: 16px
  }

  .xl\:border-b-8 {
    border-bottom-width: 16px
  }

  .xl\:border-l-8 {
    border-left-width: 16px
  }

  .xl\:border-t-9 {
    border-top-width: 18px
  }

  .xl\:border-r-9 {
    border-right-width: 18px
  }

  .xl\:border-b-9 {
    border-bottom-width: 18px
  }

  .xl\:border-l-9 {
    border-left-width: 18px
  }

  .xl\:border-t-10 {
    border-top-width: 20px
  }

  .xl\:border-r-10 {
    border-right-width: 20px
  }

  .xl\:border-b-10 {
    border-bottom-width: 20px
  }

  .xl\:border-l-10 {
    border-left-width: 20px
  }

  .xl\:border-t-11 {
    border-top-width: 22px
  }

  .xl\:border-r-11 {
    border-right-width: 22px
  }

  .xl\:border-b-11 {
    border-bottom-width: 22px
  }

  .xl\:border-l-11 {
    border-left-width: 22px
  }

  .xl\:border-t-12 {
    border-top-width: 24px
  }

  .xl\:border-r-12 {
    border-right-width: 24px
  }

  .xl\:border-b-12 {
    border-bottom-width: 24px
  }

  .xl\:border-l-12 {
    border-left-width: 24px
  }

  .xl\:border-t-13 {
    border-top-width: 26px
  }

  .xl\:border-r-13 {
    border-right-width: 26px
  }

  .xl\:border-b-13 {
    border-bottom-width: 26px
  }

  .xl\:border-l-13 {
    border-left-width: 26px
  }

  .xl\:border-t-14 {
    border-top-width: 28px
  }

  .xl\:border-r-14 {
    border-right-width: 28px
  }

  .xl\:border-b-14 {
    border-bottom-width: 28px
  }

  .xl\:border-l-14 {
    border-left-width: 28px
  }

  .xl\:border-t-15 {
    border-top-width: 30px
  }

  .xl\:border-r-15 {
    border-right-width: 30px
  }

  .xl\:border-b-15 {
    border-bottom-width: 30px
  }

  .xl\:border-l-15 {
    border-left-width: 30px
  }

  .xl\:border-t-16 {
    border-top-width: 32px
  }

  .xl\:border-r-16 {
    border-right-width: 32px
  }

  .xl\:border-b-16 {
    border-bottom-width: 32px
  }

  .xl\:border-l-16 {
    border-left-width: 32px
  }

  .xl\:border-t-17 {
    border-top-width: 34px
  }

  .xl\:border-r-17 {
    border-right-width: 34px
  }

  .xl\:border-b-17 {
    border-bottom-width: 34px
  }

  .xl\:border-l-17 {
    border-left-width: 34px
  }

  .xl\:border-t-18 {
    border-top-width: 36px
  }

  .xl\:border-r-18 {
    border-right-width: 36px
  }

  .xl\:border-b-18 {
    border-bottom-width: 36px
  }

  .xl\:border-l-18 {
    border-left-width: 36px
  }

  .xl\:border-t-19 {
    border-top-width: 38px
  }

  .xl\:border-r-19 {
    border-right-width: 38px
  }

  .xl\:border-b-19 {
    border-bottom-width: 38px
  }

  .xl\:border-l-19 {
    border-left-width: 38px
  }

  .xl\:border-t-20 {
    border-top-width: 40px
  }

  .xl\:border-r-20 {
    border-right-width: 40px
  }

  .xl\:border-b-20 {
    border-bottom-width: 40px
  }

  .xl\:border-l-20 {
    border-left-width: 40px
  }

  .xl\:border-t-21 {
    border-top-width: 42px
  }

  .xl\:border-r-21 {
    border-right-width: 42px
  }

  .xl\:border-b-21 {
    border-bottom-width: 42px
  }

  .xl\:border-l-21 {
    border-left-width: 42px
  }

  .xl\:border-t-22 {
    border-top-width: 44px
  }

  .xl\:border-r-22 {
    border-right-width: 44px
  }

  .xl\:border-b-22 {
    border-bottom-width: 44px
  }

  .xl\:border-l-22 {
    border-left-width: 44px
  }

  .xl\:border-t-23 {
    border-top-width: 46px
  }

  .xl\:border-r-23 {
    border-right-width: 46px
  }

  .xl\:border-b-23 {
    border-bottom-width: 46px
  }

  .xl\:border-l-23 {
    border-left-width: 46px
  }

  .xl\:border-t-24 {
    border-top-width: 48px
  }

  .xl\:border-r-24 {
    border-right-width: 48px
  }

  .xl\:border-b-24 {
    border-bottom-width: 48px
  }

  .xl\:border-l-24 {
    border-left-width: 48px
  }

  .xl\:border-t-25 {
    border-top-width: 50px
  }

  .xl\:border-r-25 {
    border-right-width: 50px
  }

  .xl\:border-b-25 {
    border-bottom-width: 50px
  }

  .xl\:border-l-25 {
    border-left-width: 50px
  }

  .xl\:border-t-26 {
    border-top-width: 52px
  }

  .xl\:border-r-26 {
    border-right-width: 52px
  }

  .xl\:border-b-26 {
    border-bottom-width: 52px
  }

  .xl\:border-l-26 {
    border-left-width: 52px
  }

  .xl\:border-t-27 {
    border-top-width: 54px
  }

  .xl\:border-r-27 {
    border-right-width: 54px
  }

  .xl\:border-b-27 {
    border-bottom-width: 54px
  }

  .xl\:border-l-27 {
    border-left-width: 54px
  }

  .xl\:border-t-28 {
    border-top-width: 56px
  }

  .xl\:border-r-28 {
    border-right-width: 56px
  }

  .xl\:border-b-28 {
    border-bottom-width: 56px
  }

  .xl\:border-l-28 {
    border-left-width: 56px
  }

  .xl\:border-t-29 {
    border-top-width: 58px
  }

  .xl\:border-r-29 {
    border-right-width: 58px
  }

  .xl\:border-b-29 {
    border-bottom-width: 58px
  }

  .xl\:border-l-29 {
    border-left-width: 58px
  }

  .xl\:border-t-30 {
    border-top-width: 60px
  }

  .xl\:border-r-30 {
    border-right-width: 60px
  }

  .xl\:border-b-30 {
    border-bottom-width: 60px
  }

  .xl\:border-l-30 {
    border-left-width: 60px
  }

  .xl\:border-t-31 {
    border-top-width: 62px
  }

  .xl\:border-r-31 {
    border-right-width: 62px
  }

  .xl\:border-b-31 {
    border-bottom-width: 62px
  }

  .xl\:border-l-31 {
    border-left-width: 62px
  }

  .xl\:border-t-32 {
    border-top-width: 64px
  }

  .xl\:border-r-32 {
    border-right-width: 64px
  }

  .xl\:border-b-32 {
    border-bottom-width: 64px
  }

  .xl\:border-l-32 {
    border-left-width: 64px
  }

  .xl\:border-t-33 {
    border-top-width: 66px
  }

  .xl\:border-r-33 {
    border-right-width: 66px
  }

  .xl\:border-b-33 {
    border-bottom-width: 66px
  }

  .xl\:border-l-33 {
    border-left-width: 66px
  }

  .xl\:border-t-34 {
    border-top-width: 68px
  }

  .xl\:border-r-34 {
    border-right-width: 68px
  }

  .xl\:border-b-34 {
    border-bottom-width: 68px
  }

  .xl\:border-l-34 {
    border-left-width: 68px
  }

  .xl\:border-t-35 {
    border-top-width: 70px
  }

  .xl\:border-r-35 {
    border-right-width: 70px
  }

  .xl\:border-b-35 {
    border-bottom-width: 70px
  }

  .xl\:border-l-35 {
    border-left-width: 70px
  }

  .xl\:border-t-36 {
    border-top-width: 72px
  }

  .xl\:border-r-36 {
    border-right-width: 72px
  }

  .xl\:border-b-36 {
    border-bottom-width: 72px
  }

  .xl\:border-l-36 {
    border-left-width: 72px
  }

  .xl\:border-t-37 {
    border-top-width: 74px
  }

  .xl\:border-r-37 {
    border-right-width: 74px
  }

  .xl\:border-b-37 {
    border-bottom-width: 74px
  }

  .xl\:border-l-37 {
    border-left-width: 74px
  }

  .xl\:border-t-38 {
    border-top-width: 76px
  }

  .xl\:border-r-38 {
    border-right-width: 76px
  }

  .xl\:border-b-38 {
    border-bottom-width: 76px
  }

  .xl\:border-l-38 {
    border-left-width: 76px
  }

  .xl\:border-t-39 {
    border-top-width: 78px
  }

  .xl\:border-r-39 {
    border-right-width: 78px
  }

  .xl\:border-b-39 {
    border-bottom-width: 78px
  }

  .xl\:border-l-39 {
    border-left-width: 78px
  }

  .xl\:border-t-40 {
    border-top-width: 80px
  }

  .xl\:border-r-40 {
    border-right-width: 80px
  }

  .xl\:border-b-40 {
    border-bottom-width: 80px
  }

  .xl\:border-l-40 {
    border-left-width: 80px
  }

  .xl\:border-t-41 {
    border-top-width: 82px
  }

  .xl\:border-r-41 {
    border-right-width: 82px
  }

  .xl\:border-b-41 {
    border-bottom-width: 82px
  }

  .xl\:border-l-41 {
    border-left-width: 82px
  }

  .xl\:border-t-42 {
    border-top-width: 84px
  }

  .xl\:border-r-42 {
    border-right-width: 84px
  }

  .xl\:border-b-42 {
    border-bottom-width: 84px
  }

  .xl\:border-l-42 {
    border-left-width: 84px
  }

  .xl\:border-t-43 {
    border-top-width: 86px
  }

  .xl\:border-r-43 {
    border-right-width: 86px
  }

  .xl\:border-b-43 {
    border-bottom-width: 86px
  }

  .xl\:border-l-43 {
    border-left-width: 86px
  }

  .xl\:border-t-44 {
    border-top-width: 88px
  }

  .xl\:border-r-44 {
    border-right-width: 88px
  }

  .xl\:border-b-44 {
    border-bottom-width: 88px
  }

  .xl\:border-l-44 {
    border-left-width: 88px
  }

  .xl\:border-t-45 {
    border-top-width: 90px
  }

  .xl\:border-r-45 {
    border-right-width: 90px
  }

  .xl\:border-b-45 {
    border-bottom-width: 90px
  }

  .xl\:border-l-45 {
    border-left-width: 90px
  }

  .xl\:border-t-46 {
    border-top-width: 92px
  }

  .xl\:border-r-46 {
    border-right-width: 92px
  }

  .xl\:border-b-46 {
    border-bottom-width: 92px
  }

  .xl\:border-l-46 {
    border-left-width: 92px
  }

  .xl\:border-t-47 {
    border-top-width: 94px
  }

  .xl\:border-r-47 {
    border-right-width: 94px
  }

  .xl\:border-b-47 {
    border-bottom-width: 94px
  }

  .xl\:border-l-47 {
    border-left-width: 94px
  }

  .xl\:border-t-48 {
    border-top-width: 96px
  }

  .xl\:border-r-48 {
    border-right-width: 96px
  }

  .xl\:border-b-48 {
    border-bottom-width: 96px
  }

  .xl\:border-l-48 {
    border-left-width: 96px
  }

  .xl\:border-t-49 {
    border-top-width: 98px
  }

  .xl\:border-r-49 {
    border-right-width: 98px
  }

  .xl\:border-b-49 {
    border-bottom-width: 98px
  }

  .xl\:border-l-49 {
    border-left-width: 98px
  }

  .xl\:border-t-50 {
    border-top-width: 100px
  }

  .xl\:border-r-50 {
    border-right-width: 100px
  }

  .xl\:border-b-50 {
    border-bottom-width: 100px
  }

  .xl\:border-l-50 {
    border-left-width: 100px
  }

  .xl\:border-t {
    border-top-width: 1px
  }

  .xl\:border-r {
    border-right-width: 1px
  }

  .xl\:border-b {
    border-bottom-width: 1px
  }

  .xl\:border-l {
    border-left-width: 1px
  }

  .xl\:box-border {
    -webkit-box-sizing: border-box;
            box-sizing: border-box
  }

  .xl\:box-content {
    -webkit-box-sizing: content-box;
            box-sizing: content-box
  }

  .xl\:cursor-auto {
    cursor: auto
  }

  .xl\:cursor-default {
    cursor: default
  }

  .xl\:cursor-pointer {
    cursor: pointer
  }

  .xl\:cursor-wait {
    cursor: wait
  }

  .xl\:cursor-text {
    cursor: text
  }

  .xl\:cursor-move {
    cursor: move
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed
  }

  .xl\:block {
    display: block
  }

  .xl\:inline-block {
    display: inline-block
  }

  .xl\:inline {
    display: inline
  }

  .xl\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .xl\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
  }

  .xl\:table {
    display: table
  }

  .xl\:table-caption {
    display: table-caption
  }

  .xl\:table-cell {
    display: table-cell
  }

  .xl\:table-column {
    display: table-column
  }

  .xl\:table-column-group {
    display: table-column-group
  }

  .xl\:table-footer-group {
    display: table-footer-group
  }

  .xl\:table-header-group {
    display: table-header-group
  }

  .xl\:table-row-group {
    display: table-row-group
  }

  .xl\:table-row {
    display: table-row
  }

  .xl\:flow-root {
    display: flow-root
  }

  .xl\:grid {
    display: grid
  }

  .xl\:inline-grid {
    display: inline-grid
  }

  .xl\:contents {
    display: contents
  }

  .xl\:hidden {
    display: none
  }

  .xl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row
  }

  .xl\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse
  }

  .xl\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column
  }

  .xl\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse
  }

  .xl\:flex-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
  }

  .xl\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse
  }

  .xl\:flex-no-wrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
  }

  .xl\:place-items-auto {
    place-items: auto
  }

  .xl\:place-items-start {
    place-items: start
  }

  .xl\:place-items-end {
    place-items: end
  }

  .xl\:place-items-center {
    place-items: center
  }

  .xl\:place-items-stretch {
    place-items: stretch
  }

  .xl\:place-content-center {
    place-content: center
  }

  .xl\:place-content-start {
    place-content: start
  }

  .xl\:place-content-end {
    place-content: end
  }

  .xl\:place-content-between {
    place-content: space-between
  }

  .xl\:place-content-around {
    place-content: space-around
  }

  .xl\:place-content-evenly {
    place-content: space-evenly
  }

  .xl\:place-content-stretch {
    place-content: stretch
  }

  .xl\:place-self-auto {
    place-self: auto
  }

  .xl\:place-self-start {
    place-self: start
  }

  .xl\:place-self-end {
    place-self: end
  }

  .xl\:place-self-center {
    place-self: center
  }

  .xl\:place-self-stretch {
    place-self: stretch
  }

  .xl\:items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start
  }

  .xl\:items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end
  }

  .xl\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center
  }

  .xl\:items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline
  }

  .xl\:items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch
  }

  .xl\:content-center {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center
  }

  .xl\:content-start {
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start
  }

  .xl\:content-end {
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end
  }

  .xl\:content-between {
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between
  }

  .xl\:content-around {
    -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
            align-content: space-around
  }

  .xl\:content-evenly {
    -webkit-align-content: space-evenly;
        -ms-flex-line-pack: space-evenly;
            align-content: space-evenly
  }

  .xl\:self-auto {
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto
  }

  .xl\:self-start {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start
  }

  .xl\:self-end {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end
  }

  .xl\:self-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center
  }

  .xl\:self-stretch {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch
  }

  .xl\:justify-items-auto {
    justify-items: auto
  }

  .xl\:justify-items-start {
    justify-items: start
  }

  .xl\:justify-items-end {
    justify-items: end
  }

  .xl\:justify-items-center {
    justify-items: center
  }

  .xl\:justify-items-stretch {
    justify-items: stretch
  }

  .xl\:justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start
  }

  .xl\:justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end
  }

  .xl\:justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center
  }

  .xl\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between
  }

  .xl\:justify-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around
  }

  .xl\:justify-evenly {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly
  }

  .xl\:justify-self-auto {
    justify-self: auto
  }

  .xl\:justify-self-start {
    justify-self: start
  }

  .xl\:justify-self-end {
    justify-self: end
  }

  .xl\:justify-self-center {
    justify-self: center
  }

  .xl\:justify-self-stretch {
    justify-self: stretch
  }

  .xl\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%
  }

  .xl\:flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto
  }

  .xl\:flex-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto
  }

  .xl\:flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none
  }

  .xl\:flex-grow-0 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0
  }

  .xl\:flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1
  }

  .xl\:flex-shrink-0 {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0
  }

  .xl\:flex-shrink {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1
  }

  .xl\:order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1
  }

  .xl\:order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2
  }

  .xl\:order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3
  }

  .xl\:order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4
  }

  .xl\:order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5
  }

  .xl\:order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6
  }

  .xl\:order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7
  }

  .xl\:order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8
  }

  .xl\:order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9
  }

  .xl\:order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10
  }

  .xl\:order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11
  }

  .xl\:order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12
  }

  .xl\:order-first {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
        -ms-flex-order: -9999;
            order: -9999
  }

  .xl\:order-last {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
        -ms-flex-order: 9999;
            order: 9999
  }

  .xl\:order-none {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0
  }

  .xl\:float-right {
    float: right
  }

  .xl\:float-left {
    float: left
  }

  .xl\:float-none {
    float: none
  }

  .xl\:clearfix:after {
    content: "";
    display: table;
    clear: both
  }

  .xl\:clear-left {
    clear: left
  }

  .xl\:clear-right {
    clear: right
  }

  .xl\:clear-both {
    clear: both
  }

  .xl\:clear-none {
    clear: none
  }

  .xl\:font-default {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif
  }

  .xl\:font-heading {
    font-family: "Open Sans", sans-serif
  }

  .xl\:font-hairline {
    font-weight: 100
  }

  .xl\:font-thin {
    font-weight: 200
  }

  .xl\:font-light {
    font-weight: 300
  }

  .xl\:font-normal {
    font-weight: 400
  }

  .xl\:font-medium {
    font-weight: 500
  }

  .xl\:font-semibold {
    font-weight: 600
  }

  .xl\:font-bold {
    font-weight: 700
  }

  .xl\:font-extrabold {
    font-weight: 800
  }

  .xl\:font-black {
    font-weight: 900
  }

  .xl\:hover\:font-hairline:hover {
    font-weight: 100
  }

  .xl\:hover\:font-thin:hover {
    font-weight: 200
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900
  }

  .xl\:focus\:font-hairline:focus {
    font-weight: 100
  }

  .xl\:focus\:font-thin:focus {
    font-weight: 200
  }

  .xl\:focus\:font-light:focus {
    font-weight: 300
  }

  .xl\:focus\:font-normal:focus {
    font-weight: 400
  }

  .xl\:focus\:font-medium:focus {
    font-weight: 500
  }

  .xl\:focus\:font-semibold:focus {
    font-weight: 600
  }

  .xl\:focus\:font-bold:focus {
    font-weight: 700
  }

  .xl\:focus\:font-extrabold:focus {
    font-weight: 800
  }

  .xl\:focus\:font-black:focus {
    font-weight: 900
  }

  .xl\:h-0 {
    height: 0
  }

  .xl\:h-1 {
    height: 5px
  }

  .xl\:h-2 {
    height: 10px
  }

  .xl\:h-3 {
    height: 15px
  }

  .xl\:h-4 {
    height: 20px
  }

  .xl\:h-5 {
    height: 25px
  }

  .xl\:h-6 {
    height: 30px
  }

  .xl\:h-7 {
    height: 35px
  }

  .xl\:h-8 {
    height: 40px
  }

  .xl\:h-9 {
    height: 45px
  }

  .xl\:h-10 {
    height: 50px
  }

  .xl\:h-11 {
    height: 55px
  }

  .xl\:h-12 {
    height: 60px
  }

  .xl\:h-13 {
    height: 65px
  }

  .xl\:h-14 {
    height: 70px
  }

  .xl\:h-15 {
    height: 75px
  }

  .xl\:h-16 {
    height: 80px
  }

  .xl\:h-17 {
    height: 85px
  }

  .xl\:h-18 {
    height: 90px
  }

  .xl\:h-19 {
    height: 95px
  }

  .xl\:h-20 {
    height: 100px
  }

  .xl\:h-auto {
    height: auto
  }

  .xl\:h-xxs {
    height: 8px
  }

  .xl\:h-xs {
    height: 12px
  }

  .xl\:h-sm {
    height: 24px
  }

  .xl\:h-md {
    height: 48px
  }

  .xl\:h-lg {
    height: 64px
  }

  .xl\:h-xl {
    height: 128px
  }

  .xl\:h-full {
    height: 100%
  }

  .xl\:h-screen {
    height: 100vh
  }

  .xl\:text-0 {
    font-size: 0px
  }

  .xl\:text-1 {
    font-size: 2px
  }

  .xl\:text-2 {
    font-size: 4px
  }

  .xl\:text-3 {
    font-size: 6px
  }

  .xl\:text-4 {
    font-size: 8px
  }

  .xl\:text-5 {
    font-size: 10px
  }

  .xl\:text-6 {
    font-size: 12px
  }

  .xl\:text-7 {
    font-size: 14px
  }

  .xl\:text-8 {
    font-size: 16px
  }

  .xl\:text-9 {
    font-size: 18px
  }

  .xl\:text-10 {
    font-size: 20px
  }

  .xl\:text-11 {
    font-size: 22px
  }

  .xl\:text-12 {
    font-size: 24px
  }

  .xl\:text-13 {
    font-size: 26px
  }

  .xl\:text-14 {
    font-size: 28px
  }

  .xl\:text-15 {
    font-size: 30px
  }

  .xl\:leading-none {
    line-height: 1
  }

  .xl\:leading-tight {
    line-height: 1.25
  }

  .xl\:leading-snug {
    line-height: 1.375
  }

  .xl\:leading-normal {
    line-height: 1.5
  }

  .xl\:leading-relaxed {
    line-height: 1.625
  }

  .xl\:leading-loose {
    line-height: 2
  }

  .xl\:list-inside {
    list-style-position: inside
  }

  .xl\:list-outside {
    list-style-position: outside
  }

  .xl\:list-none {
    list-style-type: none
  }

  .xl\:list-disc {
    list-style-type: disc
  }

  .xl\:list-decimal {
    list-style-type: decimal
  }

  .xl\:m-0 {
    margin: 0
  }

  .xl\:m-1 {
    margin: 5px
  }

  .xl\:m-2 {
    margin: 10px
  }

  .xl\:m-3 {
    margin: 15px
  }

  .xl\:m-4 {
    margin: 20px
  }

  .xl\:m-5 {
    margin: 25px
  }

  .xl\:m-6 {
    margin: 30px
  }

  .xl\:m-7 {
    margin: 35px
  }

  .xl\:m-8 {
    margin: 40px
  }

  .xl\:m-9 {
    margin: 45px
  }

  .xl\:m-10 {
    margin: 50px
  }

  .xl\:m-11 {
    margin: 55px
  }

  .xl\:m-12 {
    margin: 60px
  }

  .xl\:m-13 {
    margin: 65px
  }

  .xl\:m-14 {
    margin: 70px
  }

  .xl\:m-15 {
    margin: 75px
  }

  .xl\:m-16 {
    margin: 80px
  }

  .xl\:m-17 {
    margin: 85px
  }

  .xl\:m-18 {
    margin: 90px
  }

  .xl\:m-19 {
    margin: 95px
  }

  .xl\:m-20 {
    margin: 100px
  }

  .xl\:m-auto {
    margin: auto
  }

  .xl\:m-xxs {
    margin: 8px
  }

  .xl\:m-xs {
    margin: 12px
  }

  .xl\:m-sm {
    margin: 24px
  }

  .xl\:m-md {
    margin: 48px
  }

  .xl\:m-lg {
    margin: 64px
  }

  .xl\:m-xl {
    margin: 128px
  }

  .xl\:-m-1 {
    margin: -5px
  }

  .xl\:-m-2 {
    margin: -10px
  }

  .xl\:-m-3 {
    margin: -15px
  }

  .xl\:-m-4 {
    margin: -20px
  }

  .xl\:-m-5 {
    margin: -25px
  }

  .xl\:-m-6 {
    margin: -30px
  }

  .xl\:-m-7 {
    margin: -35px
  }

  .xl\:-m-8 {
    margin: -40px
  }

  .xl\:-m-9 {
    margin: -45px
  }

  .xl\:-m-10 {
    margin: -50px
  }

  .xl\:-m-11 {
    margin: -55px
  }

  .xl\:-m-12 {
    margin: -60px
  }

  .xl\:-m-13 {
    margin: -65px
  }

  .xl\:-m-14 {
    margin: -70px
  }

  .xl\:-m-15 {
    margin: -75px
  }

  .xl\:-m-16 {
    margin: -80px
  }

  .xl\:-m-17 {
    margin: -85px
  }

  .xl\:-m-18 {
    margin: -90px
  }

  .xl\:-m-19 {
    margin: -95px
  }

  .xl\:-m-20 {
    margin: -100px
  }

  .xl\:-m-xxs {
    margin: -8px
  }

  .xl\:-m-xs {
    margin: -12px
  }

  .xl\:-m-sm {
    margin: -24px
  }

  .xl\:-m-md {
    margin: -48px
  }

  .xl\:-m-lg {
    margin: -64px
  }

  .xl\:-m-xl {
    margin: -128px
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }

  .xl\:my-1 {
    margin-top: 5px;
    margin-bottom: 5px
  }

  .xl\:mx-1 {
    margin-left: 5px;
    margin-right: 5px
  }

  .xl\:my-2 {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .xl\:mx-2 {
    margin-left: 10px;
    margin-right: 10px
  }

  .xl\:my-3 {
    margin-top: 15px;
    margin-bottom: 15px
  }

  .xl\:mx-3 {
    margin-left: 15px;
    margin-right: 15px
  }

  .xl\:my-4 {
    margin-top: 20px;
    margin-bottom: 20px
  }

  .xl\:mx-4 {
    margin-left: 20px;
    margin-right: 20px
  }

  .xl\:my-5 {
    margin-top: 25px;
    margin-bottom: 25px
  }

  .xl\:mx-5 {
    margin-left: 25px;
    margin-right: 25px
  }

  .xl\:my-6 {
    margin-top: 30px;
    margin-bottom: 30px
  }

  .xl\:mx-6 {
    margin-left: 30px;
    margin-right: 30px
  }

  .xl\:my-7 {
    margin-top: 35px;
    margin-bottom: 35px
  }

  .xl\:mx-7 {
    margin-left: 35px;
    margin-right: 35px
  }

  .xl\:my-8 {
    margin-top: 40px;
    margin-bottom: 40px
  }

  .xl\:mx-8 {
    margin-left: 40px;
    margin-right: 40px
  }

  .xl\:my-9 {
    margin-top: 45px;
    margin-bottom: 45px
  }

  .xl\:mx-9 {
    margin-left: 45px;
    margin-right: 45px
  }

  .xl\:my-10 {
    margin-top: 50px;
    margin-bottom: 50px
  }

  .xl\:mx-10 {
    margin-left: 50px;
    margin-right: 50px
  }

  .xl\:my-11 {
    margin-top: 55px;
    margin-bottom: 55px
  }

  .xl\:mx-11 {
    margin-left: 55px;
    margin-right: 55px
  }

  .xl\:my-12 {
    margin-top: 60px;
    margin-bottom: 60px
  }

  .xl\:mx-12 {
    margin-left: 60px;
    margin-right: 60px
  }

  .xl\:my-13 {
    margin-top: 65px;
    margin-bottom: 65px
  }

  .xl\:mx-13 {
    margin-left: 65px;
    margin-right: 65px
  }

  .xl\:my-14 {
    margin-top: 70px;
    margin-bottom: 70px
  }

  .xl\:mx-14 {
    margin-left: 70px;
    margin-right: 70px
  }

  .xl\:my-15 {
    margin-top: 75px;
    margin-bottom: 75px
  }

  .xl\:mx-15 {
    margin-left: 75px;
    margin-right: 75px
  }

  .xl\:my-16 {
    margin-top: 80px;
    margin-bottom: 80px
  }

  .xl\:mx-16 {
    margin-left: 80px;
    margin-right: 80px
  }

  .xl\:my-17 {
    margin-top: 85px;
    margin-bottom: 85px
  }

  .xl\:mx-17 {
    margin-left: 85px;
    margin-right: 85px
  }

  .xl\:my-18 {
    margin-top: 90px;
    margin-bottom: 90px
  }

  .xl\:mx-18 {
    margin-left: 90px;
    margin-right: 90px
  }

  .xl\:my-19 {
    margin-top: 95px;
    margin-bottom: 95px
  }

  .xl\:mx-19 {
    margin-left: 95px;
    margin-right: 95px
  }

  .xl\:my-20 {
    margin-top: 100px;
    margin-bottom: 100px
  }

  .xl\:mx-20 {
    margin-left: 100px;
    margin-right: 100px
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }

  .xl\:my-xxs {
    margin-top: 8px;
    margin-bottom: 8px
  }

  .xl\:mx-xxs {
    margin-left: 8px;
    margin-right: 8px
  }

  .xl\:my-xs {
    margin-top: 12px;
    margin-bottom: 12px
  }

  .xl\:mx-xs {
    margin-left: 12px;
    margin-right: 12px
  }

  .xl\:my-sm {
    margin-top: 24px;
    margin-bottom: 24px
  }

  .xl\:mx-sm {
    margin-left: 24px;
    margin-right: 24px
  }

  .xl\:my-md {
    margin-top: 48px;
    margin-bottom: 48px
  }

  .xl\:mx-md {
    margin-left: 48px;
    margin-right: 48px
  }

  .xl\:my-lg {
    margin-top: 64px;
    margin-bottom: 64px
  }

  .xl\:mx-lg {
    margin-left: 64px;
    margin-right: 64px
  }

  .xl\:my-xl {
    margin-top: 128px;
    margin-bottom: 128px
  }

  .xl\:mx-xl {
    margin-left: 128px;
    margin-right: 128px
  }

  .xl\:-my-1 {
    margin-top: -5px;
    margin-bottom: -5px
  }

  .xl\:-mx-1 {
    margin-left: -5px;
    margin-right: -5px
  }

  .xl\:-my-2 {
    margin-top: -10px;
    margin-bottom: -10px
  }

  .xl\:-mx-2 {
    margin-left: -10px;
    margin-right: -10px
  }

  .xl\:-my-3 {
    margin-top: -15px;
    margin-bottom: -15px
  }

  .xl\:-mx-3 {
    margin-left: -15px;
    margin-right: -15px
  }

  .xl\:-my-4 {
    margin-top: -20px;
    margin-bottom: -20px
  }

  .xl\:-mx-4 {
    margin-left: -20px;
    margin-right: -20px
  }

  .xl\:-my-5 {
    margin-top: -25px;
    margin-bottom: -25px
  }

  .xl\:-mx-5 {
    margin-left: -25px;
    margin-right: -25px
  }

  .xl\:-my-6 {
    margin-top: -30px;
    margin-bottom: -30px
  }

  .xl\:-mx-6 {
    margin-left: -30px;
    margin-right: -30px
  }

  .xl\:-my-7 {
    margin-top: -35px;
    margin-bottom: -35px
  }

  .xl\:-mx-7 {
    margin-left: -35px;
    margin-right: -35px
  }

  .xl\:-my-8 {
    margin-top: -40px;
    margin-bottom: -40px
  }

  .xl\:-mx-8 {
    margin-left: -40px;
    margin-right: -40px
  }

  .xl\:-my-9 {
    margin-top: -45px;
    margin-bottom: -45px
  }

  .xl\:-mx-9 {
    margin-left: -45px;
    margin-right: -45px
  }

  .xl\:-my-10 {
    margin-top: -50px;
    margin-bottom: -50px
  }

  .xl\:-mx-10 {
    margin-left: -50px;
    margin-right: -50px
  }

  .xl\:-my-11 {
    margin-top: -55px;
    margin-bottom: -55px
  }

  .xl\:-mx-11 {
    margin-left: -55px;
    margin-right: -55px
  }

  .xl\:-my-12 {
    margin-top: -60px;
    margin-bottom: -60px
  }

  .xl\:-mx-12 {
    margin-left: -60px;
    margin-right: -60px
  }

  .xl\:-my-13 {
    margin-top: -65px;
    margin-bottom: -65px
  }

  .xl\:-mx-13 {
    margin-left: -65px;
    margin-right: -65px
  }

  .xl\:-my-14 {
    margin-top: -70px;
    margin-bottom: -70px
  }

  .xl\:-mx-14 {
    margin-left: -70px;
    margin-right: -70px
  }

  .xl\:-my-15 {
    margin-top: -75px;
    margin-bottom: -75px
  }

  .xl\:-mx-15 {
    margin-left: -75px;
    margin-right: -75px
  }

  .xl\:-my-16 {
    margin-top: -80px;
    margin-bottom: -80px
  }

  .xl\:-mx-16 {
    margin-left: -80px;
    margin-right: -80px
  }

  .xl\:-my-17 {
    margin-top: -85px;
    margin-bottom: -85px
  }

  .xl\:-mx-17 {
    margin-left: -85px;
    margin-right: -85px
  }

  .xl\:-my-18 {
    margin-top: -90px;
    margin-bottom: -90px
  }

  .xl\:-mx-18 {
    margin-left: -90px;
    margin-right: -90px
  }

  .xl\:-my-19 {
    margin-top: -95px;
    margin-bottom: -95px
  }

  .xl\:-mx-19 {
    margin-left: -95px;
    margin-right: -95px
  }

  .xl\:-my-20 {
    margin-top: -100px;
    margin-bottom: -100px
  }

  .xl\:-mx-20 {
    margin-left: -100px;
    margin-right: -100px
  }

  .xl\:-my-xxs {
    margin-top: -8px;
    margin-bottom: -8px
  }

  .xl\:-mx-xxs {
    margin-left: -8px;
    margin-right: -8px
  }

  .xl\:-my-xs {
    margin-top: -12px;
    margin-bottom: -12px
  }

  .xl\:-mx-xs {
    margin-left: -12px;
    margin-right: -12px
  }

  .xl\:-my-sm {
    margin-top: -24px;
    margin-bottom: -24px
  }

  .xl\:-mx-sm {
    margin-left: -24px;
    margin-right: -24px
  }

  .xl\:-my-md {
    margin-top: -48px;
    margin-bottom: -48px
  }

  .xl\:-mx-md {
    margin-left: -48px;
    margin-right: -48px
  }

  .xl\:-my-lg {
    margin-top: -64px;
    margin-bottom: -64px
  }

  .xl\:-mx-lg {
    margin-left: -64px;
    margin-right: -64px
  }

  .xl\:-my-xl {
    margin-top: -128px;
    margin-bottom: -128px
  }

  .xl\:-mx-xl {
    margin-left: -128px;
    margin-right: -128px
  }

  .xl\:mt-0 {
    margin-top: 0
  }

  .xl\:mr-0 {
    margin-right: 0
  }

  .xl\:mb-0 {
    margin-bottom: 0
  }

  .xl\:ml-0 {
    margin-left: 0
  }

  .xl\:mt-1 {
    margin-top: 5px
  }

  .xl\:mr-1 {
    margin-right: 5px
  }

  .xl\:mb-1 {
    margin-bottom: 5px
  }

  .xl\:ml-1 {
    margin-left: 5px
  }

  .xl\:mt-2 {
    margin-top: 10px
  }

  .xl\:mr-2 {
    margin-right: 10px
  }

  .xl\:mb-2 {
    margin-bottom: 10px
  }

  .xl\:ml-2 {
    margin-left: 10px
  }

  .xl\:mt-3 {
    margin-top: 15px
  }

  .xl\:mr-3 {
    margin-right: 15px
  }

  .xl\:mb-3 {
    margin-bottom: 15px
  }

  .xl\:ml-3 {
    margin-left: 15px
  }

  .xl\:mt-4 {
    margin-top: 20px
  }

  .xl\:mr-4 {
    margin-right: 20px
  }

  .xl\:mb-4 {
    margin-bottom: 20px
  }

  .xl\:ml-4 {
    margin-left: 20px
  }

  .xl\:mt-5 {
    margin-top: 25px
  }

  .xl\:mr-5 {
    margin-right: 25px
  }

  .xl\:mb-5 {
    margin-bottom: 25px
  }

  .xl\:ml-5 {
    margin-left: 25px
  }

  .xl\:mt-6 {
    margin-top: 30px
  }

  .xl\:mr-6 {
    margin-right: 30px
  }

  .xl\:mb-6 {
    margin-bottom: 30px
  }

  .xl\:ml-6 {
    margin-left: 30px
  }

  .xl\:mt-7 {
    margin-top: 35px
  }

  .xl\:mr-7 {
    margin-right: 35px
  }

  .xl\:mb-7 {
    margin-bottom: 35px
  }

  .xl\:ml-7 {
    margin-left: 35px
  }

  .xl\:mt-8 {
    margin-top: 40px
  }

  .xl\:mr-8 {
    margin-right: 40px
  }

  .xl\:mb-8 {
    margin-bottom: 40px
  }

  .xl\:ml-8 {
    margin-left: 40px
  }

  .xl\:mt-9 {
    margin-top: 45px
  }

  .xl\:mr-9 {
    margin-right: 45px
  }

  .xl\:mb-9 {
    margin-bottom: 45px
  }

  .xl\:ml-9 {
    margin-left: 45px
  }

  .xl\:mt-10 {
    margin-top: 50px
  }

  .xl\:mr-10 {
    margin-right: 50px
  }

  .xl\:mb-10 {
    margin-bottom: 50px
  }

  .xl\:ml-10 {
    margin-left: 50px
  }

  .xl\:mt-11 {
    margin-top: 55px
  }

  .xl\:mr-11 {
    margin-right: 55px
  }

  .xl\:mb-11 {
    margin-bottom: 55px
  }

  .xl\:ml-11 {
    margin-left: 55px
  }

  .xl\:mt-12 {
    margin-top: 60px
  }

  .xl\:mr-12 {
    margin-right: 60px
  }

  .xl\:mb-12 {
    margin-bottom: 60px
  }

  .xl\:ml-12 {
    margin-left: 60px
  }

  .xl\:mt-13 {
    margin-top: 65px
  }

  .xl\:mr-13 {
    margin-right: 65px
  }

  .xl\:mb-13 {
    margin-bottom: 65px
  }

  .xl\:ml-13 {
    margin-left: 65px
  }

  .xl\:mt-14 {
    margin-top: 70px
  }

  .xl\:mr-14 {
    margin-right: 70px
  }

  .xl\:mb-14 {
    margin-bottom: 70px
  }

  .xl\:ml-14 {
    margin-left: 70px
  }

  .xl\:mt-15 {
    margin-top: 75px
  }

  .xl\:mr-15 {
    margin-right: 75px
  }

  .xl\:mb-15 {
    margin-bottom: 75px
  }

  .xl\:ml-15 {
    margin-left: 75px
  }

  .xl\:mt-16 {
    margin-top: 80px
  }

  .xl\:mr-16 {
    margin-right: 80px
  }

  .xl\:mb-16 {
    margin-bottom: 80px
  }

  .xl\:ml-16 {
    margin-left: 80px
  }

  .xl\:mt-17 {
    margin-top: 85px
  }

  .xl\:mr-17 {
    margin-right: 85px
  }

  .xl\:mb-17 {
    margin-bottom: 85px
  }

  .xl\:ml-17 {
    margin-left: 85px
  }

  .xl\:mt-18 {
    margin-top: 90px
  }

  .xl\:mr-18 {
    margin-right: 90px
  }

  .xl\:mb-18 {
    margin-bottom: 90px
  }

  .xl\:ml-18 {
    margin-left: 90px
  }

  .xl\:mt-19 {
    margin-top: 95px
  }

  .xl\:mr-19 {
    margin-right: 95px
  }

  .xl\:mb-19 {
    margin-bottom: 95px
  }

  .xl\:ml-19 {
    margin-left: 95px
  }

  .xl\:mt-20 {
    margin-top: 100px
  }

  .xl\:mr-20 {
    margin-right: 100px
  }

  .xl\:mb-20 {
    margin-bottom: 100px
  }

  .xl\:ml-20 {
    margin-left: 100px
  }

  .xl\:mt-auto {
    margin-top: auto
  }

  .xl\:mr-auto {
    margin-right: auto
  }

  .xl\:mb-auto {
    margin-bottom: auto
  }

  .xl\:ml-auto {
    margin-left: auto
  }

  .xl\:mt-xxs {
    margin-top: 8px
  }

  .xl\:mr-xxs {
    margin-right: 8px
  }

  .xl\:mb-xxs {
    margin-bottom: 8px
  }

  .xl\:ml-xxs {
    margin-left: 8px
  }

  .xl\:mt-xs {
    margin-top: 12px
  }

  .xl\:mr-xs {
    margin-right: 12px
  }

  .xl\:mb-xs {
    margin-bottom: 12px
  }

  .xl\:ml-xs {
    margin-left: 12px
  }

  .xl\:mt-sm {
    margin-top: 24px
  }

  .xl\:mr-sm {
    margin-right: 24px
  }

  .xl\:mb-sm {
    margin-bottom: 24px
  }

  .xl\:ml-sm {
    margin-left: 24px
  }

  .xl\:mt-md {
    margin-top: 48px
  }

  .xl\:mr-md {
    margin-right: 48px
  }

  .xl\:mb-md {
    margin-bottom: 48px
  }

  .xl\:ml-md {
    margin-left: 48px
  }

  .xl\:mt-lg {
    margin-top: 64px
  }

  .xl\:mr-lg {
    margin-right: 64px
  }

  .xl\:mb-lg {
    margin-bottom: 64px
  }

  .xl\:ml-lg {
    margin-left: 64px
  }

  .xl\:mt-xl {
    margin-top: 128px
  }

  .xl\:mr-xl {
    margin-right: 128px
  }

  .xl\:mb-xl {
    margin-bottom: 128px
  }

  .xl\:ml-xl {
    margin-left: 128px
  }

  .xl\:-mt-1 {
    margin-top: -5px
  }

  .xl\:-mr-1 {
    margin-right: -5px
  }

  .xl\:-mb-1 {
    margin-bottom: -5px
  }

  .xl\:-ml-1 {
    margin-left: -5px
  }

  .xl\:-mt-2 {
    margin-top: -10px
  }

  .xl\:-mr-2 {
    margin-right: -10px
  }

  .xl\:-mb-2 {
    margin-bottom: -10px
  }

  .xl\:-ml-2 {
    margin-left: -10px
  }

  .xl\:-mt-3 {
    margin-top: -15px
  }

  .xl\:-mr-3 {
    margin-right: -15px
  }

  .xl\:-mb-3 {
    margin-bottom: -15px
  }

  .xl\:-ml-3 {
    margin-left: -15px
  }

  .xl\:-mt-4 {
    margin-top: -20px
  }

  .xl\:-mr-4 {
    margin-right: -20px
  }

  .xl\:-mb-4 {
    margin-bottom: -20px
  }

  .xl\:-ml-4 {
    margin-left: -20px
  }

  .xl\:-mt-5 {
    margin-top: -25px
  }

  .xl\:-mr-5 {
    margin-right: -25px
  }

  .xl\:-mb-5 {
    margin-bottom: -25px
  }

  .xl\:-ml-5 {
    margin-left: -25px
  }

  .xl\:-mt-6 {
    margin-top: -30px
  }

  .xl\:-mr-6 {
    margin-right: -30px
  }

  .xl\:-mb-6 {
    margin-bottom: -30px
  }

  .xl\:-ml-6 {
    margin-left: -30px
  }

  .xl\:-mt-7 {
    margin-top: -35px
  }

  .xl\:-mr-7 {
    margin-right: -35px
  }

  .xl\:-mb-7 {
    margin-bottom: -35px
  }

  .xl\:-ml-7 {
    margin-left: -35px
  }

  .xl\:-mt-8 {
    margin-top: -40px
  }

  .xl\:-mr-8 {
    margin-right: -40px
  }

  .xl\:-mb-8 {
    margin-bottom: -40px
  }

  .xl\:-ml-8 {
    margin-left: -40px
  }

  .xl\:-mt-9 {
    margin-top: -45px
  }

  .xl\:-mr-9 {
    margin-right: -45px
  }

  .xl\:-mb-9 {
    margin-bottom: -45px
  }

  .xl\:-ml-9 {
    margin-left: -45px
  }

  .xl\:-mt-10 {
    margin-top: -50px
  }

  .xl\:-mr-10 {
    margin-right: -50px
  }

  .xl\:-mb-10 {
    margin-bottom: -50px
  }

  .xl\:-ml-10 {
    margin-left: -50px
  }

  .xl\:-mt-11 {
    margin-top: -55px
  }

  .xl\:-mr-11 {
    margin-right: -55px
  }

  .xl\:-mb-11 {
    margin-bottom: -55px
  }

  .xl\:-ml-11 {
    margin-left: -55px
  }

  .xl\:-mt-12 {
    margin-top: -60px
  }

  .xl\:-mr-12 {
    margin-right: -60px
  }

  .xl\:-mb-12 {
    margin-bottom: -60px
  }

  .xl\:-ml-12 {
    margin-left: -60px
  }

  .xl\:-mt-13 {
    margin-top: -65px
  }

  .xl\:-mr-13 {
    margin-right: -65px
  }

  .xl\:-mb-13 {
    margin-bottom: -65px
  }

  .xl\:-ml-13 {
    margin-left: -65px
  }

  .xl\:-mt-14 {
    margin-top: -70px
  }

  .xl\:-mr-14 {
    margin-right: -70px
  }

  .xl\:-mb-14 {
    margin-bottom: -70px
  }

  .xl\:-ml-14 {
    margin-left: -70px
  }

  .xl\:-mt-15 {
    margin-top: -75px
  }

  .xl\:-mr-15 {
    margin-right: -75px
  }

  .xl\:-mb-15 {
    margin-bottom: -75px
  }

  .xl\:-ml-15 {
    margin-left: -75px
  }

  .xl\:-mt-16 {
    margin-top: -80px
  }

  .xl\:-mr-16 {
    margin-right: -80px
  }

  .xl\:-mb-16 {
    margin-bottom: -80px
  }

  .xl\:-ml-16 {
    margin-left: -80px
  }

  .xl\:-mt-17 {
    margin-top: -85px
  }

  .xl\:-mr-17 {
    margin-right: -85px
  }

  .xl\:-mb-17 {
    margin-bottom: -85px
  }

  .xl\:-ml-17 {
    margin-left: -85px
  }

  .xl\:-mt-18 {
    margin-top: -90px
  }

  .xl\:-mr-18 {
    margin-right: -90px
  }

  .xl\:-mb-18 {
    margin-bottom: -90px
  }

  .xl\:-ml-18 {
    margin-left: -90px
  }

  .xl\:-mt-19 {
    margin-top: -95px
  }

  .xl\:-mr-19 {
    margin-right: -95px
  }

  .xl\:-mb-19 {
    margin-bottom: -95px
  }

  .xl\:-ml-19 {
    margin-left: -95px
  }

  .xl\:-mt-20 {
    margin-top: -100px
  }

  .xl\:-mr-20 {
    margin-right: -100px
  }

  .xl\:-mb-20 {
    margin-bottom: -100px
  }

  .xl\:-ml-20 {
    margin-left: -100px
  }

  .xl\:-mt-xxs {
    margin-top: -8px
  }

  .xl\:-mr-xxs {
    margin-right: -8px
  }

  .xl\:-mb-xxs {
    margin-bottom: -8px
  }

  .xl\:-ml-xxs {
    margin-left: -8px
  }

  .xl\:-mt-xs {
    margin-top: -12px
  }

  .xl\:-mr-xs {
    margin-right: -12px
  }

  .xl\:-mb-xs {
    margin-bottom: -12px
  }

  .xl\:-ml-xs {
    margin-left: -12px
  }

  .xl\:-mt-sm {
    margin-top: -24px
  }

  .xl\:-mr-sm {
    margin-right: -24px
  }

  .xl\:-mb-sm {
    margin-bottom: -24px
  }

  .xl\:-ml-sm {
    margin-left: -24px
  }

  .xl\:-mt-md {
    margin-top: -48px
  }

  .xl\:-mr-md {
    margin-right: -48px
  }

  .xl\:-mb-md {
    margin-bottom: -48px
  }

  .xl\:-ml-md {
    margin-left: -48px
  }

  .xl\:-mt-lg {
    margin-top: -64px
  }

  .xl\:-mr-lg {
    margin-right: -64px
  }

  .xl\:-mb-lg {
    margin-bottom: -64px
  }

  .xl\:-ml-lg {
    margin-left: -64px
  }

  .xl\:-mt-xl {
    margin-top: -128px
  }

  .xl\:-mr-xl {
    margin-right: -128px
  }

  .xl\:-mb-xl {
    margin-bottom: -128px
  }

  .xl\:-ml-xl {
    margin-left: -128px
  }

  .xl\:first\:m-0:first-child {
    margin: 0
  }

  .xl\:first\:m-1:first-child {
    margin: 5px
  }

  .xl\:first\:m-2:first-child {
    margin: 10px
  }

  .xl\:first\:m-3:first-child {
    margin: 15px
  }

  .xl\:first\:m-4:first-child {
    margin: 20px
  }

  .xl\:first\:m-5:first-child {
    margin: 25px
  }

  .xl\:first\:m-6:first-child {
    margin: 30px
  }

  .xl\:first\:m-7:first-child {
    margin: 35px
  }

  .xl\:first\:m-8:first-child {
    margin: 40px
  }

  .xl\:first\:m-9:first-child {
    margin: 45px
  }

  .xl\:first\:m-10:first-child {
    margin: 50px
  }

  .xl\:first\:m-11:first-child {
    margin: 55px
  }

  .xl\:first\:m-12:first-child {
    margin: 60px
  }

  .xl\:first\:m-13:first-child {
    margin: 65px
  }

  .xl\:first\:m-14:first-child {
    margin: 70px
  }

  .xl\:first\:m-15:first-child {
    margin: 75px
  }

  .xl\:first\:m-16:first-child {
    margin: 80px
  }

  .xl\:first\:m-17:first-child {
    margin: 85px
  }

  .xl\:first\:m-18:first-child {
    margin: 90px
  }

  .xl\:first\:m-19:first-child {
    margin: 95px
  }

  .xl\:first\:m-20:first-child {
    margin: 100px
  }

  .xl\:first\:m-auto:first-child {
    margin: auto
  }

  .xl\:first\:m-xxs:first-child {
    margin: 8px
  }

  .xl\:first\:m-xs:first-child {
    margin: 12px
  }

  .xl\:first\:m-sm:first-child {
    margin: 24px
  }

  .xl\:first\:m-md:first-child {
    margin: 48px
  }

  .xl\:first\:m-lg:first-child {
    margin: 64px
  }

  .xl\:first\:m-xl:first-child {
    margin: 128px
  }

  .xl\:first\:-m-1:first-child {
    margin: -5px
  }

  .xl\:first\:-m-2:first-child {
    margin: -10px
  }

  .xl\:first\:-m-3:first-child {
    margin: -15px
  }

  .xl\:first\:-m-4:first-child {
    margin: -20px
  }

  .xl\:first\:-m-5:first-child {
    margin: -25px
  }

  .xl\:first\:-m-6:first-child {
    margin: -30px
  }

  .xl\:first\:-m-7:first-child {
    margin: -35px
  }

  .xl\:first\:-m-8:first-child {
    margin: -40px
  }

  .xl\:first\:-m-9:first-child {
    margin: -45px
  }

  .xl\:first\:-m-10:first-child {
    margin: -50px
  }

  .xl\:first\:-m-11:first-child {
    margin: -55px
  }

  .xl\:first\:-m-12:first-child {
    margin: -60px
  }

  .xl\:first\:-m-13:first-child {
    margin: -65px
  }

  .xl\:first\:-m-14:first-child {
    margin: -70px
  }

  .xl\:first\:-m-15:first-child {
    margin: -75px
  }

  .xl\:first\:-m-16:first-child {
    margin: -80px
  }

  .xl\:first\:-m-17:first-child {
    margin: -85px
  }

  .xl\:first\:-m-18:first-child {
    margin: -90px
  }

  .xl\:first\:-m-19:first-child {
    margin: -95px
  }

  .xl\:first\:-m-20:first-child {
    margin: -100px
  }

  .xl\:first\:-m-xxs:first-child {
    margin: -8px
  }

  .xl\:first\:-m-xs:first-child {
    margin: -12px
  }

  .xl\:first\:-m-sm:first-child {
    margin: -24px
  }

  .xl\:first\:-m-md:first-child {
    margin: -48px
  }

  .xl\:first\:-m-lg:first-child {
    margin: -64px
  }

  .xl\:first\:-m-xl:first-child {
    margin: -128px
  }

  .xl\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0
  }

  .xl\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0
  }

  .xl\:first\:my-1:first-child {
    margin-top: 5px;
    margin-bottom: 5px
  }

  .xl\:first\:mx-1:first-child {
    margin-left: 5px;
    margin-right: 5px
  }

  .xl\:first\:my-2:first-child {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .xl\:first\:mx-2:first-child {
    margin-left: 10px;
    margin-right: 10px
  }

  .xl\:first\:my-3:first-child {
    margin-top: 15px;
    margin-bottom: 15px
  }

  .xl\:first\:mx-3:first-child {
    margin-left: 15px;
    margin-right: 15px
  }

  .xl\:first\:my-4:first-child {
    margin-top: 20px;
    margin-bottom: 20px
  }

  .xl\:first\:mx-4:first-child {
    margin-left: 20px;
    margin-right: 20px
  }

  .xl\:first\:my-5:first-child {
    margin-top: 25px;
    margin-bottom: 25px
  }

  .xl\:first\:mx-5:first-child {
    margin-left: 25px;
    margin-right: 25px
  }

  .xl\:first\:my-6:first-child {
    margin-top: 30px;
    margin-bottom: 30px
  }

  .xl\:first\:mx-6:first-child {
    margin-left: 30px;
    margin-right: 30px
  }

  .xl\:first\:my-7:first-child {
    margin-top: 35px;
    margin-bottom: 35px
  }

  .xl\:first\:mx-7:first-child {
    margin-left: 35px;
    margin-right: 35px
  }

  .xl\:first\:my-8:first-child {
    margin-top: 40px;
    margin-bottom: 40px
  }

  .xl\:first\:mx-8:first-child {
    margin-left: 40px;
    margin-right: 40px
  }

  .xl\:first\:my-9:first-child {
    margin-top: 45px;
    margin-bottom: 45px
  }

  .xl\:first\:mx-9:first-child {
    margin-left: 45px;
    margin-right: 45px
  }

  .xl\:first\:my-10:first-child {
    margin-top: 50px;
    margin-bottom: 50px
  }

  .xl\:first\:mx-10:first-child {
    margin-left: 50px;
    margin-right: 50px
  }

  .xl\:first\:my-11:first-child {
    margin-top: 55px;
    margin-bottom: 55px
  }

  .xl\:first\:mx-11:first-child {
    margin-left: 55px;
    margin-right: 55px
  }

  .xl\:first\:my-12:first-child {
    margin-top: 60px;
    margin-bottom: 60px
  }

  .xl\:first\:mx-12:first-child {
    margin-left: 60px;
    margin-right: 60px
  }

  .xl\:first\:my-13:first-child {
    margin-top: 65px;
    margin-bottom: 65px
  }

  .xl\:first\:mx-13:first-child {
    margin-left: 65px;
    margin-right: 65px
  }

  .xl\:first\:my-14:first-child {
    margin-top: 70px;
    margin-bottom: 70px
  }

  .xl\:first\:mx-14:first-child {
    margin-left: 70px;
    margin-right: 70px
  }

  .xl\:first\:my-15:first-child {
    margin-top: 75px;
    margin-bottom: 75px
  }

  .xl\:first\:mx-15:first-child {
    margin-left: 75px;
    margin-right: 75px
  }

  .xl\:first\:my-16:first-child {
    margin-top: 80px;
    margin-bottom: 80px
  }

  .xl\:first\:mx-16:first-child {
    margin-left: 80px;
    margin-right: 80px
  }

  .xl\:first\:my-17:first-child {
    margin-top: 85px;
    margin-bottom: 85px
  }

  .xl\:first\:mx-17:first-child {
    margin-left: 85px;
    margin-right: 85px
  }

  .xl\:first\:my-18:first-child {
    margin-top: 90px;
    margin-bottom: 90px
  }

  .xl\:first\:mx-18:first-child {
    margin-left: 90px;
    margin-right: 90px
  }

  .xl\:first\:my-19:first-child {
    margin-top: 95px;
    margin-bottom: 95px
  }

  .xl\:first\:mx-19:first-child {
    margin-left: 95px;
    margin-right: 95px
  }

  .xl\:first\:my-20:first-child {
    margin-top: 100px;
    margin-bottom: 100px
  }

  .xl\:first\:mx-20:first-child {
    margin-left: 100px;
    margin-right: 100px
  }

  .xl\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto
  }

  .xl\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto
  }

  .xl\:first\:my-xxs:first-child {
    margin-top: 8px;
    margin-bottom: 8px
  }

  .xl\:first\:mx-xxs:first-child {
    margin-left: 8px;
    margin-right: 8px
  }

  .xl\:first\:my-xs:first-child {
    margin-top: 12px;
    margin-bottom: 12px
  }

  .xl\:first\:mx-xs:first-child {
    margin-left: 12px;
    margin-right: 12px
  }

  .xl\:first\:my-sm:first-child {
    margin-top: 24px;
    margin-bottom: 24px
  }

  .xl\:first\:mx-sm:first-child {
    margin-left: 24px;
    margin-right: 24px
  }

  .xl\:first\:my-md:first-child {
    margin-top: 48px;
    margin-bottom: 48px
  }

  .xl\:first\:mx-md:first-child {
    margin-left: 48px;
    margin-right: 48px
  }

  .xl\:first\:my-lg:first-child {
    margin-top: 64px;
    margin-bottom: 64px
  }

  .xl\:first\:mx-lg:first-child {
    margin-left: 64px;
    margin-right: 64px
  }

  .xl\:first\:my-xl:first-child {
    margin-top: 128px;
    margin-bottom: 128px
  }

  .xl\:first\:mx-xl:first-child {
    margin-left: 128px;
    margin-right: 128px
  }

  .xl\:first\:-my-1:first-child {
    margin-top: -5px;
    margin-bottom: -5px
  }

  .xl\:first\:-mx-1:first-child {
    margin-left: -5px;
    margin-right: -5px
  }

  .xl\:first\:-my-2:first-child {
    margin-top: -10px;
    margin-bottom: -10px
  }

  .xl\:first\:-mx-2:first-child {
    margin-left: -10px;
    margin-right: -10px
  }

  .xl\:first\:-my-3:first-child {
    margin-top: -15px;
    margin-bottom: -15px
  }

  .xl\:first\:-mx-3:first-child {
    margin-left: -15px;
    margin-right: -15px
  }

  .xl\:first\:-my-4:first-child {
    margin-top: -20px;
    margin-bottom: -20px
  }

  .xl\:first\:-mx-4:first-child {
    margin-left: -20px;
    margin-right: -20px
  }

  .xl\:first\:-my-5:first-child {
    margin-top: -25px;
    margin-bottom: -25px
  }

  .xl\:first\:-mx-5:first-child {
    margin-left: -25px;
    margin-right: -25px
  }

  .xl\:first\:-my-6:first-child {
    margin-top: -30px;
    margin-bottom: -30px
  }

  .xl\:first\:-mx-6:first-child {
    margin-left: -30px;
    margin-right: -30px
  }

  .xl\:first\:-my-7:first-child {
    margin-top: -35px;
    margin-bottom: -35px
  }

  .xl\:first\:-mx-7:first-child {
    margin-left: -35px;
    margin-right: -35px
  }

  .xl\:first\:-my-8:first-child {
    margin-top: -40px;
    margin-bottom: -40px
  }

  .xl\:first\:-mx-8:first-child {
    margin-left: -40px;
    margin-right: -40px
  }

  .xl\:first\:-my-9:first-child {
    margin-top: -45px;
    margin-bottom: -45px
  }

  .xl\:first\:-mx-9:first-child {
    margin-left: -45px;
    margin-right: -45px
  }

  .xl\:first\:-my-10:first-child {
    margin-top: -50px;
    margin-bottom: -50px
  }

  .xl\:first\:-mx-10:first-child {
    margin-left: -50px;
    margin-right: -50px
  }

  .xl\:first\:-my-11:first-child {
    margin-top: -55px;
    margin-bottom: -55px
  }

  .xl\:first\:-mx-11:first-child {
    margin-left: -55px;
    margin-right: -55px
  }

  .xl\:first\:-my-12:first-child {
    margin-top: -60px;
    margin-bottom: -60px
  }

  .xl\:first\:-mx-12:first-child {
    margin-left: -60px;
    margin-right: -60px
  }

  .xl\:first\:-my-13:first-child {
    margin-top: -65px;
    margin-bottom: -65px
  }

  .xl\:first\:-mx-13:first-child {
    margin-left: -65px;
    margin-right: -65px
  }

  .xl\:first\:-my-14:first-child {
    margin-top: -70px;
    margin-bottom: -70px
  }

  .xl\:first\:-mx-14:first-child {
    margin-left: -70px;
    margin-right: -70px
  }

  .xl\:first\:-my-15:first-child {
    margin-top: -75px;
    margin-bottom: -75px
  }

  .xl\:first\:-mx-15:first-child {
    margin-left: -75px;
    margin-right: -75px
  }

  .xl\:first\:-my-16:first-child {
    margin-top: -80px;
    margin-bottom: -80px
  }

  .xl\:first\:-mx-16:first-child {
    margin-left: -80px;
    margin-right: -80px
  }

  .xl\:first\:-my-17:first-child {
    margin-top: -85px;
    margin-bottom: -85px
  }

  .xl\:first\:-mx-17:first-child {
    margin-left: -85px;
    margin-right: -85px
  }

  .xl\:first\:-my-18:first-child {
    margin-top: -90px;
    margin-bottom: -90px
  }

  .xl\:first\:-mx-18:first-child {
    margin-left: -90px;
    margin-right: -90px
  }

  .xl\:first\:-my-19:first-child {
    margin-top: -95px;
    margin-bottom: -95px
  }

  .xl\:first\:-mx-19:first-child {
    margin-left: -95px;
    margin-right: -95px
  }

  .xl\:first\:-my-20:first-child {
    margin-top: -100px;
    margin-bottom: -100px
  }

  .xl\:first\:-mx-20:first-child {
    margin-left: -100px;
    margin-right: -100px
  }

  .xl\:first\:-my-xxs:first-child {
    margin-top: -8px;
    margin-bottom: -8px
  }

  .xl\:first\:-mx-xxs:first-child {
    margin-left: -8px;
    margin-right: -8px
  }

  .xl\:first\:-my-xs:first-child {
    margin-top: -12px;
    margin-bottom: -12px
  }

  .xl\:first\:-mx-xs:first-child {
    margin-left: -12px;
    margin-right: -12px
  }

  .xl\:first\:-my-sm:first-child {
    margin-top: -24px;
    margin-bottom: -24px
  }

  .xl\:first\:-mx-sm:first-child {
    margin-left: -24px;
    margin-right: -24px
  }

  .xl\:first\:-my-md:first-child {
    margin-top: -48px;
    margin-bottom: -48px
  }

  .xl\:first\:-mx-md:first-child {
    margin-left: -48px;
    margin-right: -48px
  }

  .xl\:first\:-my-lg:first-child {
    margin-top: -64px;
    margin-bottom: -64px
  }

  .xl\:first\:-mx-lg:first-child {
    margin-left: -64px;
    margin-right: -64px
  }

  .xl\:first\:-my-xl:first-child {
    margin-top: -128px;
    margin-bottom: -128px
  }

  .xl\:first\:-mx-xl:first-child {
    margin-left: -128px;
    margin-right: -128px
  }

  .xl\:first\:mt-0:first-child {
    margin-top: 0
  }

  .xl\:first\:mr-0:first-child {
    margin-right: 0
  }

  .xl\:first\:mb-0:first-child {
    margin-bottom: 0
  }

  .xl\:first\:ml-0:first-child {
    margin-left: 0
  }

  .xl\:first\:mt-1:first-child {
    margin-top: 5px
  }

  .xl\:first\:mr-1:first-child {
    margin-right: 5px
  }

  .xl\:first\:mb-1:first-child {
    margin-bottom: 5px
  }

  .xl\:first\:ml-1:first-child {
    margin-left: 5px
  }

  .xl\:first\:mt-2:first-child {
    margin-top: 10px
  }

  .xl\:first\:mr-2:first-child {
    margin-right: 10px
  }

  .xl\:first\:mb-2:first-child {
    margin-bottom: 10px
  }

  .xl\:first\:ml-2:first-child {
    margin-left: 10px
  }

  .xl\:first\:mt-3:first-child {
    margin-top: 15px
  }

  .xl\:first\:mr-3:first-child {
    margin-right: 15px
  }

  .xl\:first\:mb-3:first-child {
    margin-bottom: 15px
  }

  .xl\:first\:ml-3:first-child {
    margin-left: 15px
  }

  .xl\:first\:mt-4:first-child {
    margin-top: 20px
  }

  .xl\:first\:mr-4:first-child {
    margin-right: 20px
  }

  .xl\:first\:mb-4:first-child {
    margin-bottom: 20px
  }

  .xl\:first\:ml-4:first-child {
    margin-left: 20px
  }

  .xl\:first\:mt-5:first-child {
    margin-top: 25px
  }

  .xl\:first\:mr-5:first-child {
    margin-right: 25px
  }

  .xl\:first\:mb-5:first-child {
    margin-bottom: 25px
  }

  .xl\:first\:ml-5:first-child {
    margin-left: 25px
  }

  .xl\:first\:mt-6:first-child {
    margin-top: 30px
  }

  .xl\:first\:mr-6:first-child {
    margin-right: 30px
  }

  .xl\:first\:mb-6:first-child {
    margin-bottom: 30px
  }

  .xl\:first\:ml-6:first-child {
    margin-left: 30px
  }

  .xl\:first\:mt-7:first-child {
    margin-top: 35px
  }

  .xl\:first\:mr-7:first-child {
    margin-right: 35px
  }

  .xl\:first\:mb-7:first-child {
    margin-bottom: 35px
  }

  .xl\:first\:ml-7:first-child {
    margin-left: 35px
  }

  .xl\:first\:mt-8:first-child {
    margin-top: 40px
  }

  .xl\:first\:mr-8:first-child {
    margin-right: 40px
  }

  .xl\:first\:mb-8:first-child {
    margin-bottom: 40px
  }

  .xl\:first\:ml-8:first-child {
    margin-left: 40px
  }

  .xl\:first\:mt-9:first-child {
    margin-top: 45px
  }

  .xl\:first\:mr-9:first-child {
    margin-right: 45px
  }

  .xl\:first\:mb-9:first-child {
    margin-bottom: 45px
  }

  .xl\:first\:ml-9:first-child {
    margin-left: 45px
  }

  .xl\:first\:mt-10:first-child {
    margin-top: 50px
  }

  .xl\:first\:mr-10:first-child {
    margin-right: 50px
  }

  .xl\:first\:mb-10:first-child {
    margin-bottom: 50px
  }

  .xl\:first\:ml-10:first-child {
    margin-left: 50px
  }

  .xl\:first\:mt-11:first-child {
    margin-top: 55px
  }

  .xl\:first\:mr-11:first-child {
    margin-right: 55px
  }

  .xl\:first\:mb-11:first-child {
    margin-bottom: 55px
  }

  .xl\:first\:ml-11:first-child {
    margin-left: 55px
  }

  .xl\:first\:mt-12:first-child {
    margin-top: 60px
  }

  .xl\:first\:mr-12:first-child {
    margin-right: 60px
  }

  .xl\:first\:mb-12:first-child {
    margin-bottom: 60px
  }

  .xl\:first\:ml-12:first-child {
    margin-left: 60px
  }

  .xl\:first\:mt-13:first-child {
    margin-top: 65px
  }

  .xl\:first\:mr-13:first-child {
    margin-right: 65px
  }

  .xl\:first\:mb-13:first-child {
    margin-bottom: 65px
  }

  .xl\:first\:ml-13:first-child {
    margin-left: 65px
  }

  .xl\:first\:mt-14:first-child {
    margin-top: 70px
  }

  .xl\:first\:mr-14:first-child {
    margin-right: 70px
  }

  .xl\:first\:mb-14:first-child {
    margin-bottom: 70px
  }

  .xl\:first\:ml-14:first-child {
    margin-left: 70px
  }

  .xl\:first\:mt-15:first-child {
    margin-top: 75px
  }

  .xl\:first\:mr-15:first-child {
    margin-right: 75px
  }

  .xl\:first\:mb-15:first-child {
    margin-bottom: 75px
  }

  .xl\:first\:ml-15:first-child {
    margin-left: 75px
  }

  .xl\:first\:mt-16:first-child {
    margin-top: 80px
  }

  .xl\:first\:mr-16:first-child {
    margin-right: 80px
  }

  .xl\:first\:mb-16:first-child {
    margin-bottom: 80px
  }

  .xl\:first\:ml-16:first-child {
    margin-left: 80px
  }

  .xl\:first\:mt-17:first-child {
    margin-top: 85px
  }

  .xl\:first\:mr-17:first-child {
    margin-right: 85px
  }

  .xl\:first\:mb-17:first-child {
    margin-bottom: 85px
  }

  .xl\:first\:ml-17:first-child {
    margin-left: 85px
  }

  .xl\:first\:mt-18:first-child {
    margin-top: 90px
  }

  .xl\:first\:mr-18:first-child {
    margin-right: 90px
  }

  .xl\:first\:mb-18:first-child {
    margin-bottom: 90px
  }

  .xl\:first\:ml-18:first-child {
    margin-left: 90px
  }

  .xl\:first\:mt-19:first-child {
    margin-top: 95px
  }

  .xl\:first\:mr-19:first-child {
    margin-right: 95px
  }

  .xl\:first\:mb-19:first-child {
    margin-bottom: 95px
  }

  .xl\:first\:ml-19:first-child {
    margin-left: 95px
  }

  .xl\:first\:mt-20:first-child {
    margin-top: 100px
  }

  .xl\:first\:mr-20:first-child {
    margin-right: 100px
  }

  .xl\:first\:mb-20:first-child {
    margin-bottom: 100px
  }

  .xl\:first\:ml-20:first-child {
    margin-left: 100px
  }

  .xl\:first\:mt-auto:first-child {
    margin-top: auto
  }

  .xl\:first\:mr-auto:first-child {
    margin-right: auto
  }

  .xl\:first\:mb-auto:first-child {
    margin-bottom: auto
  }

  .xl\:first\:ml-auto:first-child {
    margin-left: auto
  }

  .xl\:first\:mt-xxs:first-child {
    margin-top: 8px
  }

  .xl\:first\:mr-xxs:first-child {
    margin-right: 8px
  }

  .xl\:first\:mb-xxs:first-child {
    margin-bottom: 8px
  }

  .xl\:first\:ml-xxs:first-child {
    margin-left: 8px
  }

  .xl\:first\:mt-xs:first-child {
    margin-top: 12px
  }

  .xl\:first\:mr-xs:first-child {
    margin-right: 12px
  }

  .xl\:first\:mb-xs:first-child {
    margin-bottom: 12px
  }

  .xl\:first\:ml-xs:first-child {
    margin-left: 12px
  }

  .xl\:first\:mt-sm:first-child {
    margin-top: 24px
  }

  .xl\:first\:mr-sm:first-child {
    margin-right: 24px
  }

  .xl\:first\:mb-sm:first-child {
    margin-bottom: 24px
  }

  .xl\:first\:ml-sm:first-child {
    margin-left: 24px
  }

  .xl\:first\:mt-md:first-child {
    margin-top: 48px
  }

  .xl\:first\:mr-md:first-child {
    margin-right: 48px
  }

  .xl\:first\:mb-md:first-child {
    margin-bottom: 48px
  }

  .xl\:first\:ml-md:first-child {
    margin-left: 48px
  }

  .xl\:first\:mt-lg:first-child {
    margin-top: 64px
  }

  .xl\:first\:mr-lg:first-child {
    margin-right: 64px
  }

  .xl\:first\:mb-lg:first-child {
    margin-bottom: 64px
  }

  .xl\:first\:ml-lg:first-child {
    margin-left: 64px
  }

  .xl\:first\:mt-xl:first-child {
    margin-top: 128px
  }

  .xl\:first\:mr-xl:first-child {
    margin-right: 128px
  }

  .xl\:first\:mb-xl:first-child {
    margin-bottom: 128px
  }

  .xl\:first\:ml-xl:first-child {
    margin-left: 128px
  }

  .xl\:first\:-mt-1:first-child {
    margin-top: -5px
  }

  .xl\:first\:-mr-1:first-child {
    margin-right: -5px
  }

  .xl\:first\:-mb-1:first-child {
    margin-bottom: -5px
  }

  .xl\:first\:-ml-1:first-child {
    margin-left: -5px
  }

  .xl\:first\:-mt-2:first-child {
    margin-top: -10px
  }

  .xl\:first\:-mr-2:first-child {
    margin-right: -10px
  }

  .xl\:first\:-mb-2:first-child {
    margin-bottom: -10px
  }

  .xl\:first\:-ml-2:first-child {
    margin-left: -10px
  }

  .xl\:first\:-mt-3:first-child {
    margin-top: -15px
  }

  .xl\:first\:-mr-3:first-child {
    margin-right: -15px
  }

  .xl\:first\:-mb-3:first-child {
    margin-bottom: -15px
  }

  .xl\:first\:-ml-3:first-child {
    margin-left: -15px
  }

  .xl\:first\:-mt-4:first-child {
    margin-top: -20px
  }

  .xl\:first\:-mr-4:first-child {
    margin-right: -20px
  }

  .xl\:first\:-mb-4:first-child {
    margin-bottom: -20px
  }

  .xl\:first\:-ml-4:first-child {
    margin-left: -20px
  }

  .xl\:first\:-mt-5:first-child {
    margin-top: -25px
  }

  .xl\:first\:-mr-5:first-child {
    margin-right: -25px
  }

  .xl\:first\:-mb-5:first-child {
    margin-bottom: -25px
  }

  .xl\:first\:-ml-5:first-child {
    margin-left: -25px
  }

  .xl\:first\:-mt-6:first-child {
    margin-top: -30px
  }

  .xl\:first\:-mr-6:first-child {
    margin-right: -30px
  }

  .xl\:first\:-mb-6:first-child {
    margin-bottom: -30px
  }

  .xl\:first\:-ml-6:first-child {
    margin-left: -30px
  }

  .xl\:first\:-mt-7:first-child {
    margin-top: -35px
  }

  .xl\:first\:-mr-7:first-child {
    margin-right: -35px
  }

  .xl\:first\:-mb-7:first-child {
    margin-bottom: -35px
  }

  .xl\:first\:-ml-7:first-child {
    margin-left: -35px
  }

  .xl\:first\:-mt-8:first-child {
    margin-top: -40px
  }

  .xl\:first\:-mr-8:first-child {
    margin-right: -40px
  }

  .xl\:first\:-mb-8:first-child {
    margin-bottom: -40px
  }

  .xl\:first\:-ml-8:first-child {
    margin-left: -40px
  }

  .xl\:first\:-mt-9:first-child {
    margin-top: -45px
  }

  .xl\:first\:-mr-9:first-child {
    margin-right: -45px
  }

  .xl\:first\:-mb-9:first-child {
    margin-bottom: -45px
  }

  .xl\:first\:-ml-9:first-child {
    margin-left: -45px
  }

  .xl\:first\:-mt-10:first-child {
    margin-top: -50px
  }

  .xl\:first\:-mr-10:first-child {
    margin-right: -50px
  }

  .xl\:first\:-mb-10:first-child {
    margin-bottom: -50px
  }

  .xl\:first\:-ml-10:first-child {
    margin-left: -50px
  }

  .xl\:first\:-mt-11:first-child {
    margin-top: -55px
  }

  .xl\:first\:-mr-11:first-child {
    margin-right: -55px
  }

  .xl\:first\:-mb-11:first-child {
    margin-bottom: -55px
  }

  .xl\:first\:-ml-11:first-child {
    margin-left: -55px
  }

  .xl\:first\:-mt-12:first-child {
    margin-top: -60px
  }

  .xl\:first\:-mr-12:first-child {
    margin-right: -60px
  }

  .xl\:first\:-mb-12:first-child {
    margin-bottom: -60px
  }

  .xl\:first\:-ml-12:first-child {
    margin-left: -60px
  }

  .xl\:first\:-mt-13:first-child {
    margin-top: -65px
  }

  .xl\:first\:-mr-13:first-child {
    margin-right: -65px
  }

  .xl\:first\:-mb-13:first-child {
    margin-bottom: -65px
  }

  .xl\:first\:-ml-13:first-child {
    margin-left: -65px
  }

  .xl\:first\:-mt-14:first-child {
    margin-top: -70px
  }

  .xl\:first\:-mr-14:first-child {
    margin-right: -70px
  }

  .xl\:first\:-mb-14:first-child {
    margin-bottom: -70px
  }

  .xl\:first\:-ml-14:first-child {
    margin-left: -70px
  }

  .xl\:first\:-mt-15:first-child {
    margin-top: -75px
  }

  .xl\:first\:-mr-15:first-child {
    margin-right: -75px
  }

  .xl\:first\:-mb-15:first-child {
    margin-bottom: -75px
  }

  .xl\:first\:-ml-15:first-child {
    margin-left: -75px
  }

  .xl\:first\:-mt-16:first-child {
    margin-top: -80px
  }

  .xl\:first\:-mr-16:first-child {
    margin-right: -80px
  }

  .xl\:first\:-mb-16:first-child {
    margin-bottom: -80px
  }

  .xl\:first\:-ml-16:first-child {
    margin-left: -80px
  }

  .xl\:first\:-mt-17:first-child {
    margin-top: -85px
  }

  .xl\:first\:-mr-17:first-child {
    margin-right: -85px
  }

  .xl\:first\:-mb-17:first-child {
    margin-bottom: -85px
  }

  .xl\:first\:-ml-17:first-child {
    margin-left: -85px
  }

  .xl\:first\:-mt-18:first-child {
    margin-top: -90px
  }

  .xl\:first\:-mr-18:first-child {
    margin-right: -90px
  }

  .xl\:first\:-mb-18:first-child {
    margin-bottom: -90px
  }

  .xl\:first\:-ml-18:first-child {
    margin-left: -90px
  }

  .xl\:first\:-mt-19:first-child {
    margin-top: -95px
  }

  .xl\:first\:-mr-19:first-child {
    margin-right: -95px
  }

  .xl\:first\:-mb-19:first-child {
    margin-bottom: -95px
  }

  .xl\:first\:-ml-19:first-child {
    margin-left: -95px
  }

  .xl\:first\:-mt-20:first-child {
    margin-top: -100px
  }

  .xl\:first\:-mr-20:first-child {
    margin-right: -100px
  }

  .xl\:first\:-mb-20:first-child {
    margin-bottom: -100px
  }

  .xl\:first\:-ml-20:first-child {
    margin-left: -100px
  }

  .xl\:first\:-mt-xxs:first-child {
    margin-top: -8px
  }

  .xl\:first\:-mr-xxs:first-child {
    margin-right: -8px
  }

  .xl\:first\:-mb-xxs:first-child {
    margin-bottom: -8px
  }

  .xl\:first\:-ml-xxs:first-child {
    margin-left: -8px
  }

  .xl\:first\:-mt-xs:first-child {
    margin-top: -12px
  }

  .xl\:first\:-mr-xs:first-child {
    margin-right: -12px
  }

  .xl\:first\:-mb-xs:first-child {
    margin-bottom: -12px
  }

  .xl\:first\:-ml-xs:first-child {
    margin-left: -12px
  }

  .xl\:first\:-mt-sm:first-child {
    margin-top: -24px
  }

  .xl\:first\:-mr-sm:first-child {
    margin-right: -24px
  }

  .xl\:first\:-mb-sm:first-child {
    margin-bottom: -24px
  }

  .xl\:first\:-ml-sm:first-child {
    margin-left: -24px
  }

  .xl\:first\:-mt-md:first-child {
    margin-top: -48px
  }

  .xl\:first\:-mr-md:first-child {
    margin-right: -48px
  }

  .xl\:first\:-mb-md:first-child {
    margin-bottom: -48px
  }

  .xl\:first\:-ml-md:first-child {
    margin-left: -48px
  }

  .xl\:first\:-mt-lg:first-child {
    margin-top: -64px
  }

  .xl\:first\:-mr-lg:first-child {
    margin-right: -64px
  }

  .xl\:first\:-mb-lg:first-child {
    margin-bottom: -64px
  }

  .xl\:first\:-ml-lg:first-child {
    margin-left: -64px
  }

  .xl\:first\:-mt-xl:first-child {
    margin-top: -128px
  }

  .xl\:first\:-mr-xl:first-child {
    margin-right: -128px
  }

  .xl\:first\:-mb-xl:first-child {
    margin-bottom: -128px
  }

  .xl\:first\:-ml-xl:first-child {
    margin-left: -128px
  }

  .xl\:last\:m-0:last-child {
    margin: 0
  }

  .xl\:last\:m-1:last-child {
    margin: 5px
  }

  .xl\:last\:m-2:last-child {
    margin: 10px
  }

  .xl\:last\:m-3:last-child {
    margin: 15px
  }

  .xl\:last\:m-4:last-child {
    margin: 20px
  }

  .xl\:last\:m-5:last-child {
    margin: 25px
  }

  .xl\:last\:m-6:last-child {
    margin: 30px
  }

  .xl\:last\:m-7:last-child {
    margin: 35px
  }

  .xl\:last\:m-8:last-child {
    margin: 40px
  }

  .xl\:last\:m-9:last-child {
    margin: 45px
  }

  .xl\:last\:m-10:last-child {
    margin: 50px
  }

  .xl\:last\:m-11:last-child {
    margin: 55px
  }

  .xl\:last\:m-12:last-child {
    margin: 60px
  }

  .xl\:last\:m-13:last-child {
    margin: 65px
  }

  .xl\:last\:m-14:last-child {
    margin: 70px
  }

  .xl\:last\:m-15:last-child {
    margin: 75px
  }

  .xl\:last\:m-16:last-child {
    margin: 80px
  }

  .xl\:last\:m-17:last-child {
    margin: 85px
  }

  .xl\:last\:m-18:last-child {
    margin: 90px
  }

  .xl\:last\:m-19:last-child {
    margin: 95px
  }

  .xl\:last\:m-20:last-child {
    margin: 100px
  }

  .xl\:last\:m-auto:last-child {
    margin: auto
  }

  .xl\:last\:m-xxs:last-child {
    margin: 8px
  }

  .xl\:last\:m-xs:last-child {
    margin: 12px
  }

  .xl\:last\:m-sm:last-child {
    margin: 24px
  }

  .xl\:last\:m-md:last-child {
    margin: 48px
  }

  .xl\:last\:m-lg:last-child {
    margin: 64px
  }

  .xl\:last\:m-xl:last-child {
    margin: 128px
  }

  .xl\:last\:-m-1:last-child {
    margin: -5px
  }

  .xl\:last\:-m-2:last-child {
    margin: -10px
  }

  .xl\:last\:-m-3:last-child {
    margin: -15px
  }

  .xl\:last\:-m-4:last-child {
    margin: -20px
  }

  .xl\:last\:-m-5:last-child {
    margin: -25px
  }

  .xl\:last\:-m-6:last-child {
    margin: -30px
  }

  .xl\:last\:-m-7:last-child {
    margin: -35px
  }

  .xl\:last\:-m-8:last-child {
    margin: -40px
  }

  .xl\:last\:-m-9:last-child {
    margin: -45px
  }

  .xl\:last\:-m-10:last-child {
    margin: -50px
  }

  .xl\:last\:-m-11:last-child {
    margin: -55px
  }

  .xl\:last\:-m-12:last-child {
    margin: -60px
  }

  .xl\:last\:-m-13:last-child {
    margin: -65px
  }

  .xl\:last\:-m-14:last-child {
    margin: -70px
  }

  .xl\:last\:-m-15:last-child {
    margin: -75px
  }

  .xl\:last\:-m-16:last-child {
    margin: -80px
  }

  .xl\:last\:-m-17:last-child {
    margin: -85px
  }

  .xl\:last\:-m-18:last-child {
    margin: -90px
  }

  .xl\:last\:-m-19:last-child {
    margin: -95px
  }

  .xl\:last\:-m-20:last-child {
    margin: -100px
  }

  .xl\:last\:-m-xxs:last-child {
    margin: -8px
  }

  .xl\:last\:-m-xs:last-child {
    margin: -12px
  }

  .xl\:last\:-m-sm:last-child {
    margin: -24px
  }

  .xl\:last\:-m-md:last-child {
    margin: -48px
  }

  .xl\:last\:-m-lg:last-child {
    margin: -64px
  }

  .xl\:last\:-m-xl:last-child {
    margin: -128px
  }

  .xl\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0
  }

  .xl\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0
  }

  .xl\:last\:my-1:last-child {
    margin-top: 5px;
    margin-bottom: 5px
  }

  .xl\:last\:mx-1:last-child {
    margin-left: 5px;
    margin-right: 5px
  }

  .xl\:last\:my-2:last-child {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .xl\:last\:mx-2:last-child {
    margin-left: 10px;
    margin-right: 10px
  }

  .xl\:last\:my-3:last-child {
    margin-top: 15px;
    margin-bottom: 15px
  }

  .xl\:last\:mx-3:last-child {
    margin-left: 15px;
    margin-right: 15px
  }

  .xl\:last\:my-4:last-child {
    margin-top: 20px;
    margin-bottom: 20px
  }

  .xl\:last\:mx-4:last-child {
    margin-left: 20px;
    margin-right: 20px
  }

  .xl\:last\:my-5:last-child {
    margin-top: 25px;
    margin-bottom: 25px
  }

  .xl\:last\:mx-5:last-child {
    margin-left: 25px;
    margin-right: 25px
  }

  .xl\:last\:my-6:last-child {
    margin-top: 30px;
    margin-bottom: 30px
  }

  .xl\:last\:mx-6:last-child {
    margin-left: 30px;
    margin-right: 30px
  }

  .xl\:last\:my-7:last-child {
    margin-top: 35px;
    margin-bottom: 35px
  }

  .xl\:last\:mx-7:last-child {
    margin-left: 35px;
    margin-right: 35px
  }

  .xl\:last\:my-8:last-child {
    margin-top: 40px;
    margin-bottom: 40px
  }

  .xl\:last\:mx-8:last-child {
    margin-left: 40px;
    margin-right: 40px
  }

  .xl\:last\:my-9:last-child {
    margin-top: 45px;
    margin-bottom: 45px
  }

  .xl\:last\:mx-9:last-child {
    margin-left: 45px;
    margin-right: 45px
  }

  .xl\:last\:my-10:last-child {
    margin-top: 50px;
    margin-bottom: 50px
  }

  .xl\:last\:mx-10:last-child {
    margin-left: 50px;
    margin-right: 50px
  }

  .xl\:last\:my-11:last-child {
    margin-top: 55px;
    margin-bottom: 55px
  }

  .xl\:last\:mx-11:last-child {
    margin-left: 55px;
    margin-right: 55px
  }

  .xl\:last\:my-12:last-child {
    margin-top: 60px;
    margin-bottom: 60px
  }

  .xl\:last\:mx-12:last-child {
    margin-left: 60px;
    margin-right: 60px
  }

  .xl\:last\:my-13:last-child {
    margin-top: 65px;
    margin-bottom: 65px
  }

  .xl\:last\:mx-13:last-child {
    margin-left: 65px;
    margin-right: 65px
  }

  .xl\:last\:my-14:last-child {
    margin-top: 70px;
    margin-bottom: 70px
  }

  .xl\:last\:mx-14:last-child {
    margin-left: 70px;
    margin-right: 70px
  }

  .xl\:last\:my-15:last-child {
    margin-top: 75px;
    margin-bottom: 75px
  }

  .xl\:last\:mx-15:last-child {
    margin-left: 75px;
    margin-right: 75px
  }

  .xl\:last\:my-16:last-child {
    margin-top: 80px;
    margin-bottom: 80px
  }

  .xl\:last\:mx-16:last-child {
    margin-left: 80px;
    margin-right: 80px
  }

  .xl\:last\:my-17:last-child {
    margin-top: 85px;
    margin-bottom: 85px
  }

  .xl\:last\:mx-17:last-child {
    margin-left: 85px;
    margin-right: 85px
  }

  .xl\:last\:my-18:last-child {
    margin-top: 90px;
    margin-bottom: 90px
  }

  .xl\:last\:mx-18:last-child {
    margin-left: 90px;
    margin-right: 90px
  }

  .xl\:last\:my-19:last-child {
    margin-top: 95px;
    margin-bottom: 95px
  }

  .xl\:last\:mx-19:last-child {
    margin-left: 95px;
    margin-right: 95px
  }

  .xl\:last\:my-20:last-child {
    margin-top: 100px;
    margin-bottom: 100px
  }

  .xl\:last\:mx-20:last-child {
    margin-left: 100px;
    margin-right: 100px
  }

  .xl\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto
  }

  .xl\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto
  }

  .xl\:last\:my-xxs:last-child {
    margin-top: 8px;
    margin-bottom: 8px
  }

  .xl\:last\:mx-xxs:last-child {
    margin-left: 8px;
    margin-right: 8px
  }

  .xl\:last\:my-xs:last-child {
    margin-top: 12px;
    margin-bottom: 12px
  }

  .xl\:last\:mx-xs:last-child {
    margin-left: 12px;
    margin-right: 12px
  }

  .xl\:last\:my-sm:last-child {
    margin-top: 24px;
    margin-bottom: 24px
  }

  .xl\:last\:mx-sm:last-child {
    margin-left: 24px;
    margin-right: 24px
  }

  .xl\:last\:my-md:last-child {
    margin-top: 48px;
    margin-bottom: 48px
  }

  .xl\:last\:mx-md:last-child {
    margin-left: 48px;
    margin-right: 48px
  }

  .xl\:last\:my-lg:last-child {
    margin-top: 64px;
    margin-bottom: 64px
  }

  .xl\:last\:mx-lg:last-child {
    margin-left: 64px;
    margin-right: 64px
  }

  .xl\:last\:my-xl:last-child {
    margin-top: 128px;
    margin-bottom: 128px
  }

  .xl\:last\:mx-xl:last-child {
    margin-left: 128px;
    margin-right: 128px
  }

  .xl\:last\:-my-1:last-child {
    margin-top: -5px;
    margin-bottom: -5px
  }

  .xl\:last\:-mx-1:last-child {
    margin-left: -5px;
    margin-right: -5px
  }

  .xl\:last\:-my-2:last-child {
    margin-top: -10px;
    margin-bottom: -10px
  }

  .xl\:last\:-mx-2:last-child {
    margin-left: -10px;
    margin-right: -10px
  }

  .xl\:last\:-my-3:last-child {
    margin-top: -15px;
    margin-bottom: -15px
  }

  .xl\:last\:-mx-3:last-child {
    margin-left: -15px;
    margin-right: -15px
  }

  .xl\:last\:-my-4:last-child {
    margin-top: -20px;
    margin-bottom: -20px
  }

  .xl\:last\:-mx-4:last-child {
    margin-left: -20px;
    margin-right: -20px
  }

  .xl\:last\:-my-5:last-child {
    margin-top: -25px;
    margin-bottom: -25px
  }

  .xl\:last\:-mx-5:last-child {
    margin-left: -25px;
    margin-right: -25px
  }

  .xl\:last\:-my-6:last-child {
    margin-top: -30px;
    margin-bottom: -30px
  }

  .xl\:last\:-mx-6:last-child {
    margin-left: -30px;
    margin-right: -30px
  }

  .xl\:last\:-my-7:last-child {
    margin-top: -35px;
    margin-bottom: -35px
  }

  .xl\:last\:-mx-7:last-child {
    margin-left: -35px;
    margin-right: -35px
  }

  .xl\:last\:-my-8:last-child {
    margin-top: -40px;
    margin-bottom: -40px
  }

  .xl\:last\:-mx-8:last-child {
    margin-left: -40px;
    margin-right: -40px
  }

  .xl\:last\:-my-9:last-child {
    margin-top: -45px;
    margin-bottom: -45px
  }

  .xl\:last\:-mx-9:last-child {
    margin-left: -45px;
    margin-right: -45px
  }

  .xl\:last\:-my-10:last-child {
    margin-top: -50px;
    margin-bottom: -50px
  }

  .xl\:last\:-mx-10:last-child {
    margin-left: -50px;
    margin-right: -50px
  }

  .xl\:last\:-my-11:last-child {
    margin-top: -55px;
    margin-bottom: -55px
  }

  .xl\:last\:-mx-11:last-child {
    margin-left: -55px;
    margin-right: -55px
  }

  .xl\:last\:-my-12:last-child {
    margin-top: -60px;
    margin-bottom: -60px
  }

  .xl\:last\:-mx-12:last-child {
    margin-left: -60px;
    margin-right: -60px
  }

  .xl\:last\:-my-13:last-child {
    margin-top: -65px;
    margin-bottom: -65px
  }

  .xl\:last\:-mx-13:last-child {
    margin-left: -65px;
    margin-right: -65px
  }

  .xl\:last\:-my-14:last-child {
    margin-top: -70px;
    margin-bottom: -70px
  }

  .xl\:last\:-mx-14:last-child {
    margin-left: -70px;
    margin-right: -70px
  }

  .xl\:last\:-my-15:last-child {
    margin-top: -75px;
    margin-bottom: -75px
  }

  .xl\:last\:-mx-15:last-child {
    margin-left: -75px;
    margin-right: -75px
  }

  .xl\:last\:-my-16:last-child {
    margin-top: -80px;
    margin-bottom: -80px
  }

  .xl\:last\:-mx-16:last-child {
    margin-left: -80px;
    margin-right: -80px
  }

  .xl\:last\:-my-17:last-child {
    margin-top: -85px;
    margin-bottom: -85px
  }

  .xl\:last\:-mx-17:last-child {
    margin-left: -85px;
    margin-right: -85px
  }

  .xl\:last\:-my-18:last-child {
    margin-top: -90px;
    margin-bottom: -90px
  }

  .xl\:last\:-mx-18:last-child {
    margin-left: -90px;
    margin-right: -90px
  }

  .xl\:last\:-my-19:last-child {
    margin-top: -95px;
    margin-bottom: -95px
  }

  .xl\:last\:-mx-19:last-child {
    margin-left: -95px;
    margin-right: -95px
  }

  .xl\:last\:-my-20:last-child {
    margin-top: -100px;
    margin-bottom: -100px
  }

  .xl\:last\:-mx-20:last-child {
    margin-left: -100px;
    margin-right: -100px
  }

  .xl\:last\:-my-xxs:last-child {
    margin-top: -8px;
    margin-bottom: -8px
  }

  .xl\:last\:-mx-xxs:last-child {
    margin-left: -8px;
    margin-right: -8px
  }

  .xl\:last\:-my-xs:last-child {
    margin-top: -12px;
    margin-bottom: -12px
  }

  .xl\:last\:-mx-xs:last-child {
    margin-left: -12px;
    margin-right: -12px
  }

  .xl\:last\:-my-sm:last-child {
    margin-top: -24px;
    margin-bottom: -24px
  }

  .xl\:last\:-mx-sm:last-child {
    margin-left: -24px;
    margin-right: -24px
  }

  .xl\:last\:-my-md:last-child {
    margin-top: -48px;
    margin-bottom: -48px
  }

  .xl\:last\:-mx-md:last-child {
    margin-left: -48px;
    margin-right: -48px
  }

  .xl\:last\:-my-lg:last-child {
    margin-top: -64px;
    margin-bottom: -64px
  }

  .xl\:last\:-mx-lg:last-child {
    margin-left: -64px;
    margin-right: -64px
  }

  .xl\:last\:-my-xl:last-child {
    margin-top: -128px;
    margin-bottom: -128px
  }

  .xl\:last\:-mx-xl:last-child {
    margin-left: -128px;
    margin-right: -128px
  }

  .xl\:last\:mt-0:last-child {
    margin-top: 0
  }

  .xl\:last\:mr-0:last-child {
    margin-right: 0
  }

  .xl\:last\:mb-0:last-child {
    margin-bottom: 0
  }

  .xl\:last\:ml-0:last-child {
    margin-left: 0
  }

  .xl\:last\:mt-1:last-child {
    margin-top: 5px
  }

  .xl\:last\:mr-1:last-child {
    margin-right: 5px
  }

  .xl\:last\:mb-1:last-child {
    margin-bottom: 5px
  }

  .xl\:last\:ml-1:last-child {
    margin-left: 5px
  }

  .xl\:last\:mt-2:last-child {
    margin-top: 10px
  }

  .xl\:last\:mr-2:last-child {
    margin-right: 10px
  }

  .xl\:last\:mb-2:last-child {
    margin-bottom: 10px
  }

  .xl\:last\:ml-2:last-child {
    margin-left: 10px
  }

  .xl\:last\:mt-3:last-child {
    margin-top: 15px
  }

  .xl\:last\:mr-3:last-child {
    margin-right: 15px
  }

  .xl\:last\:mb-3:last-child {
    margin-bottom: 15px
  }

  .xl\:last\:ml-3:last-child {
    margin-left: 15px
  }

  .xl\:last\:mt-4:last-child {
    margin-top: 20px
  }

  .xl\:last\:mr-4:last-child {
    margin-right: 20px
  }

  .xl\:last\:mb-4:last-child {
    margin-bottom: 20px
  }

  .xl\:last\:ml-4:last-child {
    margin-left: 20px
  }

  .xl\:last\:mt-5:last-child {
    margin-top: 25px
  }

  .xl\:last\:mr-5:last-child {
    margin-right: 25px
  }

  .xl\:last\:mb-5:last-child {
    margin-bottom: 25px
  }

  .xl\:last\:ml-5:last-child {
    margin-left: 25px
  }

  .xl\:last\:mt-6:last-child {
    margin-top: 30px
  }

  .xl\:last\:mr-6:last-child {
    margin-right: 30px
  }

  .xl\:last\:mb-6:last-child {
    margin-bottom: 30px
  }

  .xl\:last\:ml-6:last-child {
    margin-left: 30px
  }

  .xl\:last\:mt-7:last-child {
    margin-top: 35px
  }

  .xl\:last\:mr-7:last-child {
    margin-right: 35px
  }

  .xl\:last\:mb-7:last-child {
    margin-bottom: 35px
  }

  .xl\:last\:ml-7:last-child {
    margin-left: 35px
  }

  .xl\:last\:mt-8:last-child {
    margin-top: 40px
  }

  .xl\:last\:mr-8:last-child {
    margin-right: 40px
  }

  .xl\:last\:mb-8:last-child {
    margin-bottom: 40px
  }

  .xl\:last\:ml-8:last-child {
    margin-left: 40px
  }

  .xl\:last\:mt-9:last-child {
    margin-top: 45px
  }

  .xl\:last\:mr-9:last-child {
    margin-right: 45px
  }

  .xl\:last\:mb-9:last-child {
    margin-bottom: 45px
  }

  .xl\:last\:ml-9:last-child {
    margin-left: 45px
  }

  .xl\:last\:mt-10:last-child {
    margin-top: 50px
  }

  .xl\:last\:mr-10:last-child {
    margin-right: 50px
  }

  .xl\:last\:mb-10:last-child {
    margin-bottom: 50px
  }

  .xl\:last\:ml-10:last-child {
    margin-left: 50px
  }

  .xl\:last\:mt-11:last-child {
    margin-top: 55px
  }

  .xl\:last\:mr-11:last-child {
    margin-right: 55px
  }

  .xl\:last\:mb-11:last-child {
    margin-bottom: 55px
  }

  .xl\:last\:ml-11:last-child {
    margin-left: 55px
  }

  .xl\:last\:mt-12:last-child {
    margin-top: 60px
  }

  .xl\:last\:mr-12:last-child {
    margin-right: 60px
  }

  .xl\:last\:mb-12:last-child {
    margin-bottom: 60px
  }

  .xl\:last\:ml-12:last-child {
    margin-left: 60px
  }

  .xl\:last\:mt-13:last-child {
    margin-top: 65px
  }

  .xl\:last\:mr-13:last-child {
    margin-right: 65px
  }

  .xl\:last\:mb-13:last-child {
    margin-bottom: 65px
  }

  .xl\:last\:ml-13:last-child {
    margin-left: 65px
  }

  .xl\:last\:mt-14:last-child {
    margin-top: 70px
  }

  .xl\:last\:mr-14:last-child {
    margin-right: 70px
  }

  .xl\:last\:mb-14:last-child {
    margin-bottom: 70px
  }

  .xl\:last\:ml-14:last-child {
    margin-left: 70px
  }

  .xl\:last\:mt-15:last-child {
    margin-top: 75px
  }

  .xl\:last\:mr-15:last-child {
    margin-right: 75px
  }

  .xl\:last\:mb-15:last-child {
    margin-bottom: 75px
  }

  .xl\:last\:ml-15:last-child {
    margin-left: 75px
  }

  .xl\:last\:mt-16:last-child {
    margin-top: 80px
  }

  .xl\:last\:mr-16:last-child {
    margin-right: 80px
  }

  .xl\:last\:mb-16:last-child {
    margin-bottom: 80px
  }

  .xl\:last\:ml-16:last-child {
    margin-left: 80px
  }

  .xl\:last\:mt-17:last-child {
    margin-top: 85px
  }

  .xl\:last\:mr-17:last-child {
    margin-right: 85px
  }

  .xl\:last\:mb-17:last-child {
    margin-bottom: 85px
  }

  .xl\:last\:ml-17:last-child {
    margin-left: 85px
  }

  .xl\:last\:mt-18:last-child {
    margin-top: 90px
  }

  .xl\:last\:mr-18:last-child {
    margin-right: 90px
  }

  .xl\:last\:mb-18:last-child {
    margin-bottom: 90px
  }

  .xl\:last\:ml-18:last-child {
    margin-left: 90px
  }

  .xl\:last\:mt-19:last-child {
    margin-top: 95px
  }

  .xl\:last\:mr-19:last-child {
    margin-right: 95px
  }

  .xl\:last\:mb-19:last-child {
    margin-bottom: 95px
  }

  .xl\:last\:ml-19:last-child {
    margin-left: 95px
  }

  .xl\:last\:mt-20:last-child {
    margin-top: 100px
  }

  .xl\:last\:mr-20:last-child {
    margin-right: 100px
  }

  .xl\:last\:mb-20:last-child {
    margin-bottom: 100px
  }

  .xl\:last\:ml-20:last-child {
    margin-left: 100px
  }

  .xl\:last\:mt-auto:last-child {
    margin-top: auto
  }

  .xl\:last\:mr-auto:last-child {
    margin-right: auto
  }

  .xl\:last\:mb-auto:last-child {
    margin-bottom: auto
  }

  .xl\:last\:ml-auto:last-child {
    margin-left: auto
  }

  .xl\:last\:mt-xxs:last-child {
    margin-top: 8px
  }

  .xl\:last\:mr-xxs:last-child {
    margin-right: 8px
  }

  .xl\:last\:mb-xxs:last-child {
    margin-bottom: 8px
  }

  .xl\:last\:ml-xxs:last-child {
    margin-left: 8px
  }

  .xl\:last\:mt-xs:last-child {
    margin-top: 12px
  }

  .xl\:last\:mr-xs:last-child {
    margin-right: 12px
  }

  .xl\:last\:mb-xs:last-child {
    margin-bottom: 12px
  }

  .xl\:last\:ml-xs:last-child {
    margin-left: 12px
  }

  .xl\:last\:mt-sm:last-child {
    margin-top: 24px
  }

  .xl\:last\:mr-sm:last-child {
    margin-right: 24px
  }

  .xl\:last\:mb-sm:last-child {
    margin-bottom: 24px
  }

  .xl\:last\:ml-sm:last-child {
    margin-left: 24px
  }

  .xl\:last\:mt-md:last-child {
    margin-top: 48px
  }

  .xl\:last\:mr-md:last-child {
    margin-right: 48px
  }

  .xl\:last\:mb-md:last-child {
    margin-bottom: 48px
  }

  .xl\:last\:ml-md:last-child {
    margin-left: 48px
  }

  .xl\:last\:mt-lg:last-child {
    margin-top: 64px
  }

  .xl\:last\:mr-lg:last-child {
    margin-right: 64px
  }

  .xl\:last\:mb-lg:last-child {
    margin-bottom: 64px
  }

  .xl\:last\:ml-lg:last-child {
    margin-left: 64px
  }

  .xl\:last\:mt-xl:last-child {
    margin-top: 128px
  }

  .xl\:last\:mr-xl:last-child {
    margin-right: 128px
  }

  .xl\:last\:mb-xl:last-child {
    margin-bottom: 128px
  }

  .xl\:last\:ml-xl:last-child {
    margin-left: 128px
  }

  .xl\:last\:-mt-1:last-child {
    margin-top: -5px
  }

  .xl\:last\:-mr-1:last-child {
    margin-right: -5px
  }

  .xl\:last\:-mb-1:last-child {
    margin-bottom: -5px
  }

  .xl\:last\:-ml-1:last-child {
    margin-left: -5px
  }

  .xl\:last\:-mt-2:last-child {
    margin-top: -10px
  }

  .xl\:last\:-mr-2:last-child {
    margin-right: -10px
  }

  .xl\:last\:-mb-2:last-child {
    margin-bottom: -10px
  }

  .xl\:last\:-ml-2:last-child {
    margin-left: -10px
  }

  .xl\:last\:-mt-3:last-child {
    margin-top: -15px
  }

  .xl\:last\:-mr-3:last-child {
    margin-right: -15px
  }

  .xl\:last\:-mb-3:last-child {
    margin-bottom: -15px
  }

  .xl\:last\:-ml-3:last-child {
    margin-left: -15px
  }

  .xl\:last\:-mt-4:last-child {
    margin-top: -20px
  }

  .xl\:last\:-mr-4:last-child {
    margin-right: -20px
  }

  .xl\:last\:-mb-4:last-child {
    margin-bottom: -20px
  }

  .xl\:last\:-ml-4:last-child {
    margin-left: -20px
  }

  .xl\:last\:-mt-5:last-child {
    margin-top: -25px
  }

  .xl\:last\:-mr-5:last-child {
    margin-right: -25px
  }

  .xl\:last\:-mb-5:last-child {
    margin-bottom: -25px
  }

  .xl\:last\:-ml-5:last-child {
    margin-left: -25px
  }

  .xl\:last\:-mt-6:last-child {
    margin-top: -30px
  }

  .xl\:last\:-mr-6:last-child {
    margin-right: -30px
  }

  .xl\:last\:-mb-6:last-child {
    margin-bottom: -30px
  }

  .xl\:last\:-ml-6:last-child {
    margin-left: -30px
  }

  .xl\:last\:-mt-7:last-child {
    margin-top: -35px
  }

  .xl\:last\:-mr-7:last-child {
    margin-right: -35px
  }

  .xl\:last\:-mb-7:last-child {
    margin-bottom: -35px
  }

  .xl\:last\:-ml-7:last-child {
    margin-left: -35px
  }

  .xl\:last\:-mt-8:last-child {
    margin-top: -40px
  }

  .xl\:last\:-mr-8:last-child {
    margin-right: -40px
  }

  .xl\:last\:-mb-8:last-child {
    margin-bottom: -40px
  }

  .xl\:last\:-ml-8:last-child {
    margin-left: -40px
  }

  .xl\:last\:-mt-9:last-child {
    margin-top: -45px
  }

  .xl\:last\:-mr-9:last-child {
    margin-right: -45px
  }

  .xl\:last\:-mb-9:last-child {
    margin-bottom: -45px
  }

  .xl\:last\:-ml-9:last-child {
    margin-left: -45px
  }

  .xl\:last\:-mt-10:last-child {
    margin-top: -50px
  }

  .xl\:last\:-mr-10:last-child {
    margin-right: -50px
  }

  .xl\:last\:-mb-10:last-child {
    margin-bottom: -50px
  }

  .xl\:last\:-ml-10:last-child {
    margin-left: -50px
  }

  .xl\:last\:-mt-11:last-child {
    margin-top: -55px
  }

  .xl\:last\:-mr-11:last-child {
    margin-right: -55px
  }

  .xl\:last\:-mb-11:last-child {
    margin-bottom: -55px
  }

  .xl\:last\:-ml-11:last-child {
    margin-left: -55px
  }

  .xl\:last\:-mt-12:last-child {
    margin-top: -60px
  }

  .xl\:last\:-mr-12:last-child {
    margin-right: -60px
  }

  .xl\:last\:-mb-12:last-child {
    margin-bottom: -60px
  }

  .xl\:last\:-ml-12:last-child {
    margin-left: -60px
  }

  .xl\:last\:-mt-13:last-child {
    margin-top: -65px
  }

  .xl\:last\:-mr-13:last-child {
    margin-right: -65px
  }

  .xl\:last\:-mb-13:last-child {
    margin-bottom: -65px
  }

  .xl\:last\:-ml-13:last-child {
    margin-left: -65px
  }

  .xl\:last\:-mt-14:last-child {
    margin-top: -70px
  }

  .xl\:last\:-mr-14:last-child {
    margin-right: -70px
  }

  .xl\:last\:-mb-14:last-child {
    margin-bottom: -70px
  }

  .xl\:last\:-ml-14:last-child {
    margin-left: -70px
  }

  .xl\:last\:-mt-15:last-child {
    margin-top: -75px
  }

  .xl\:last\:-mr-15:last-child {
    margin-right: -75px
  }

  .xl\:last\:-mb-15:last-child {
    margin-bottom: -75px
  }

  .xl\:last\:-ml-15:last-child {
    margin-left: -75px
  }

  .xl\:last\:-mt-16:last-child {
    margin-top: -80px
  }

  .xl\:last\:-mr-16:last-child {
    margin-right: -80px
  }

  .xl\:last\:-mb-16:last-child {
    margin-bottom: -80px
  }

  .xl\:last\:-ml-16:last-child {
    margin-left: -80px
  }

  .xl\:last\:-mt-17:last-child {
    margin-top: -85px
  }

  .xl\:last\:-mr-17:last-child {
    margin-right: -85px
  }

  .xl\:last\:-mb-17:last-child {
    margin-bottom: -85px
  }

  .xl\:last\:-ml-17:last-child {
    margin-left: -85px
  }

  .xl\:last\:-mt-18:last-child {
    margin-top: -90px
  }

  .xl\:last\:-mr-18:last-child {
    margin-right: -90px
  }

  .xl\:last\:-mb-18:last-child {
    margin-bottom: -90px
  }

  .xl\:last\:-ml-18:last-child {
    margin-left: -90px
  }

  .xl\:last\:-mt-19:last-child {
    margin-top: -95px
  }

  .xl\:last\:-mr-19:last-child {
    margin-right: -95px
  }

  .xl\:last\:-mb-19:last-child {
    margin-bottom: -95px
  }

  .xl\:last\:-ml-19:last-child {
    margin-left: -95px
  }

  .xl\:last\:-mt-20:last-child {
    margin-top: -100px
  }

  .xl\:last\:-mr-20:last-child {
    margin-right: -100px
  }

  .xl\:last\:-mb-20:last-child {
    margin-bottom: -100px
  }

  .xl\:last\:-ml-20:last-child {
    margin-left: -100px
  }

  .xl\:last\:-mt-xxs:last-child {
    margin-top: -8px
  }

  .xl\:last\:-mr-xxs:last-child {
    margin-right: -8px
  }

  .xl\:last\:-mb-xxs:last-child {
    margin-bottom: -8px
  }

  .xl\:last\:-ml-xxs:last-child {
    margin-left: -8px
  }

  .xl\:last\:-mt-xs:last-child {
    margin-top: -12px
  }

  .xl\:last\:-mr-xs:last-child {
    margin-right: -12px
  }

  .xl\:last\:-mb-xs:last-child {
    margin-bottom: -12px
  }

  .xl\:last\:-ml-xs:last-child {
    margin-left: -12px
  }

  .xl\:last\:-mt-sm:last-child {
    margin-top: -24px
  }

  .xl\:last\:-mr-sm:last-child {
    margin-right: -24px
  }

  .xl\:last\:-mb-sm:last-child {
    margin-bottom: -24px
  }

  .xl\:last\:-ml-sm:last-child {
    margin-left: -24px
  }

  .xl\:last\:-mt-md:last-child {
    margin-top: -48px
  }

  .xl\:last\:-mr-md:last-child {
    margin-right: -48px
  }

  .xl\:last\:-mb-md:last-child {
    margin-bottom: -48px
  }

  .xl\:last\:-ml-md:last-child {
    margin-left: -48px
  }

  .xl\:last\:-mt-lg:last-child {
    margin-top: -64px
  }

  .xl\:last\:-mr-lg:last-child {
    margin-right: -64px
  }

  .xl\:last\:-mb-lg:last-child {
    margin-bottom: -64px
  }

  .xl\:last\:-ml-lg:last-child {
    margin-left: -64px
  }

  .xl\:last\:-mt-xl:last-child {
    margin-top: -128px
  }

  .xl\:last\:-mr-xl:last-child {
    margin-right: -128px
  }

  .xl\:last\:-mb-xl:last-child {
    margin-bottom: -128px
  }

  .xl\:last\:-ml-xl:last-child {
    margin-left: -128px
  }

  .xl\:max-h-0 {
    max-height: 0
  }

  .xl\:max-h-1 {
    max-height: 5px
  }

  .xl\:max-h-2 {
    max-height: 10px
  }

  .xl\:max-h-3 {
    max-height: 15px
  }

  .xl\:max-h-4 {
    max-height: 20px
  }

  .xl\:max-h-5 {
    max-height: 25px
  }

  .xl\:max-h-6 {
    max-height: 30px
  }

  .xl\:max-h-7 {
    max-height: 35px
  }

  .xl\:max-h-8 {
    max-height: 40px
  }

  .xl\:max-h-9 {
    max-height: 45px
  }

  .xl\:max-h-10 {
    max-height: 50px
  }

  .xl\:max-h-11 {
    max-height: 55px
  }

  .xl\:max-h-12 {
    max-height: 60px
  }

  .xl\:max-h-13 {
    max-height: 65px
  }

  .xl\:max-h-14 {
    max-height: 70px
  }

  .xl\:max-h-15 {
    max-height: 75px
  }

  .xl\:max-h-16 {
    max-height: 80px
  }

  .xl\:max-h-17 {
    max-height: 85px
  }

  .xl\:max-h-18 {
    max-height: 90px
  }

  .xl\:max-h-19 {
    max-height: 95px
  }

  .xl\:max-h-20 {
    max-height: 100px
  }

  .xl\:max-h-full {
    max-height: 100%
  }

  .xl\:max-h-screen {
    max-height: 100vh
  }

  .xl\:max-h-xxs {
    max-height: 8px
  }

  .xl\:max-h-xs {
    max-height: 12px
  }

  .xl\:max-h-sm {
    max-height: 24px
  }

  .xl\:max-h-md {
    max-height: 48px
  }

  .xl\:max-h-lg {
    max-height: 64px
  }

  .xl\:max-h-xl {
    max-height: 128px
  }

  .xl\:max-w-0 {
    max-width: 0
  }

  .xl\:max-w-1 {
    max-width: 5px
  }

  .xl\:max-w-2 {
    max-width: 10px
  }

  .xl\:max-w-3 {
    max-width: 15px
  }

  .xl\:max-w-4 {
    max-width: 20px
  }

  .xl\:max-w-5 {
    max-width: 25px
  }

  .xl\:max-w-6 {
    max-width: 30px
  }

  .xl\:max-w-7 {
    max-width: 35px
  }

  .xl\:max-w-8 {
    max-width: 40px
  }

  .xl\:max-w-9 {
    max-width: 45px
  }

  .xl\:max-w-10 {
    max-width: 50px
  }

  .xl\:max-w-11 {
    max-width: 55px
  }

  .xl\:max-w-12 {
    max-width: 60px
  }

  .xl\:max-w-13 {
    max-width: 65px
  }

  .xl\:max-w-14 {
    max-width: 70px
  }

  .xl\:max-w-15 {
    max-width: 75px
  }

  .xl\:max-w-16 {
    max-width: 80px
  }

  .xl\:max-w-17 {
    max-width: 85px
  }

  .xl\:max-w-18 {
    max-width: 90px
  }

  .xl\:max-w-19 {
    max-width: 95px
  }

  .xl\:max-w-20 {
    max-width: 100px
  }

  .xl\:max-w-none {
    max-width: none
  }

  .xl\:max-w-full {
    max-width: 100%
  }

  .xl\:max-w-xxs {
    max-width: 8px
  }

  .xl\:max-w-xs {
    max-width: 12px
  }

  .xl\:max-w-sm {
    max-width: 24px
  }

  .xl\:max-w-md {
    max-width: 48px
  }

  .xl\:max-w-lg {
    max-width: 64px
  }

  .xl\:max-w-xl {
    max-width: 128px
  }

  .xl\:max-w-screen-sm {
    max-width: 767px
  }

  .xl\:max-w-screen-md {
    max-width: 768px
  }

  .xl\:max-w-screen-lg {
    max-width: 912px
  }

  .xl\:max-w-screen-xl {
    max-width: 1280px
  }

  .xl\:min-h-0 {
    min-height: 0
  }

  .xl\:min-h-1 {
    min-height: 5px
  }

  .xl\:min-h-2 {
    min-height: 10px
  }

  .xl\:min-h-3 {
    min-height: 15px
  }

  .xl\:min-h-4 {
    min-height: 20px
  }

  .xl\:min-h-5 {
    min-height: 25px
  }

  .xl\:min-h-6 {
    min-height: 30px
  }

  .xl\:min-h-7 {
    min-height: 35px
  }

  .xl\:min-h-8 {
    min-height: 40px
  }

  .xl\:min-h-9 {
    min-height: 45px
  }

  .xl\:min-h-10 {
    min-height: 50px
  }

  .xl\:min-h-11 {
    min-height: 55px
  }

  .xl\:min-h-12 {
    min-height: 60px
  }

  .xl\:min-h-13 {
    min-height: 65px
  }

  .xl\:min-h-14 {
    min-height: 70px
  }

  .xl\:min-h-15 {
    min-height: 75px
  }

  .xl\:min-h-16 {
    min-height: 80px
  }

  .xl\:min-h-17 {
    min-height: 85px
  }

  .xl\:min-h-18 {
    min-height: 90px
  }

  .xl\:min-h-19 {
    min-height: 95px
  }

  .xl\:min-h-20 {
    min-height: 100px
  }

  .xl\:min-h-full {
    min-height: 100%
  }

  .xl\:min-h-screen {
    min-height: 100vh
  }

  .xl\:min-h-xxs {
    min-height: 8px
  }

  .xl\:min-h-xs {
    min-height: 12px
  }

  .xl\:min-h-sm {
    min-height: 24px
  }

  .xl\:min-h-md {
    min-height: 48px
  }

  .xl\:min-h-lg {
    min-height: 64px
  }

  .xl\:min-h-xl {
    min-height: 128px
  }

  .xl\:min-w-0 {
    min-width: 0
  }

  .xl\:min-w-1 {
    min-width: 5px
  }

  .xl\:min-w-2 {
    min-width: 10px
  }

  .xl\:min-w-3 {
    min-width: 15px
  }

  .xl\:min-w-4 {
    min-width: 20px
  }

  .xl\:min-w-5 {
    min-width: 25px
  }

  .xl\:min-w-6 {
    min-width: 30px
  }

  .xl\:min-w-7 {
    min-width: 35px
  }

  .xl\:min-w-8 {
    min-width: 40px
  }

  .xl\:min-w-9 {
    min-width: 45px
  }

  .xl\:min-w-10 {
    min-width: 50px
  }

  .xl\:min-w-11 {
    min-width: 55px
  }

  .xl\:min-w-12 {
    min-width: 60px
  }

  .xl\:min-w-13 {
    min-width: 65px
  }

  .xl\:min-w-14 {
    min-width: 70px
  }

  .xl\:min-w-15 {
    min-width: 75px
  }

  .xl\:min-w-16 {
    min-width: 80px
  }

  .xl\:min-w-17 {
    min-width: 85px
  }

  .xl\:min-w-18 {
    min-width: 90px
  }

  .xl\:min-w-19 {
    min-width: 95px
  }

  .xl\:min-w-20 {
    min-width: 100px
  }

  .xl\:min-w-full {
    min-width: 100%
  }

  .xl\:min-w-screen {
    min-width: 100vw
  }

  .xl\:min-w-xxs {
    min-width: 8px
  }

  .xl\:min-w-xs {
    min-width: 12px
  }

  .xl\:min-w-sm {
    min-width: 24px
  }

  .xl\:min-w-md {
    min-width: 48px
  }

  .xl\:min-w-lg {
    min-width: 64px
  }

  .xl\:min-w-xl {
    min-width: 128px
  }

  .xl\:object-contain {
    -o-object-fit: contain;
       object-fit: contain
  }

  .xl\:object-cover {
    -o-object-fit: cover;
       object-fit: cover
  }

  .xl\:object-fill {
    -o-object-fit: fill;
       object-fit: fill
  }

  .xl\:object-none {
    -o-object-fit: none;
       object-fit: none
  }

  .xl\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down
  }

  .xl\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom
  }

  .xl\:object-center {
    -o-object-position: center;
       object-position: center
  }

  .xl\:object-left {
    -o-object-position: left;
       object-position: left
  }

  .xl\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom
  }

  .xl\:object-left-top {
    -o-object-position: left top;
       object-position: left top
  }

  .xl\:object-right {
    -o-object-position: right;
       object-position: right
  }

  .xl\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom
  }

  .xl\:object-right-top {
    -o-object-position: right top;
       object-position: right top
  }

  .xl\:object-top {
    -o-object-position: top;
       object-position: top
  }

  .xl\:opacity-0 {
    opacity: 0
  }

  .xl\:opacity-25 {
    opacity: 0.25
  }

  .xl\:opacity-50 {
    opacity: 0.5
  }

  .xl\:opacity-75 {
    opacity: 0.75
  }

  .xl\:opacity-100 {
    opacity: 1
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0
  }

  .xl\:hover\:opacity-25:hover {
    opacity: 0.25
  }

  .xl\:hover\:opacity-50:hover {
    opacity: 0.5
  }

  .xl\:hover\:opacity-75:hover {
    opacity: 0.75
  }

  .xl\:hover\:opacity-100:hover {
    opacity: 1
  }

  .xl\:focus\:opacity-0:focus {
    opacity: 0
  }

  .xl\:focus\:opacity-25:focus {
    opacity: 0.25
  }

  .xl\:focus\:opacity-50:focus {
    opacity: 0.5
  }

  .xl\:focus\:opacity-75:focus {
    opacity: 0.75
  }

  .xl\:focus\:opacity-100:focus {
    opacity: 1
  }

  .xl\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
  }

  .xl\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px
  }

  .xl\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px
  }

  .xl\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
  }

  .xl\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px
  }

  .xl\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px
  }

  .xl\:overflow-auto {
    overflow: auto
  }

  .xl\:overflow-hidden {
    overflow: hidden
  }

  .xl\:overflow-visible {
    overflow: visible
  }

  .xl\:overflow-scroll {
    overflow: scroll
  }

  .xl\:overflow-x-auto {
    overflow-x: auto
  }

  .xl\:overflow-y-auto {
    overflow-y: auto
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden
  }

  .xl\:overflow-x-visible {
    overflow-x: visible
  }

  .xl\:overflow-y-visible {
    overflow-y: visible
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto
  }

  .xl\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto
  }

  .xl\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain
  }

  .xl\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none
  }

  .xl\:overscroll-y-auto {
    overscroll-behavior-y: auto
  }

  .xl\:overscroll-y-contain {
    overscroll-behavior-y: contain
  }

  .xl\:overscroll-y-none {
    overscroll-behavior-y: none
  }

  .xl\:overscroll-x-auto {
    overscroll-behavior-x: auto
  }

  .xl\:overscroll-x-contain {
    overscroll-behavior-x: contain
  }

  .xl\:overscroll-x-none {
    overscroll-behavior-x: none
  }

  .xl\:p-0 {
    padding: 0
  }

  .xl\:p-1 {
    padding: 5px
  }

  .xl\:p-2 {
    padding: 10px
  }

  .xl\:p-3 {
    padding: 15px
  }

  .xl\:p-4 {
    padding: 20px
  }

  .xl\:p-5 {
    padding: 25px
  }

  .xl\:p-6 {
    padding: 30px
  }

  .xl\:p-7 {
    padding: 35px
  }

  .xl\:p-8 {
    padding: 40px
  }

  .xl\:p-9 {
    padding: 45px
  }

  .xl\:p-10 {
    padding: 50px
  }

  .xl\:p-11 {
    padding: 55px
  }

  .xl\:p-12 {
    padding: 60px
  }

  .xl\:p-13 {
    padding: 65px
  }

  .xl\:p-14 {
    padding: 70px
  }

  .xl\:p-15 {
    padding: 75px
  }

  .xl\:p-16 {
    padding: 80px
  }

  .xl\:p-17 {
    padding: 85px
  }

  .xl\:p-18 {
    padding: 90px
  }

  .xl\:p-19 {
    padding: 95px
  }

  .xl\:p-20 {
    padding: 100px
  }

  .xl\:p-xxs {
    padding: 8px
  }

  .xl\:p-xs {
    padding: 12px
  }

  .xl\:p-sm {
    padding: 24px
  }

  .xl\:p-md {
    padding: 48px
  }

  .xl\:p-lg {
    padding: 64px
  }

  .xl\:p-xl {
    padding: 128px
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0
  }

  .xl\:py-1 {
    padding-top: 5px;
    padding-bottom: 5px
  }

  .xl\:px-1 {
    padding-left: 5px;
    padding-right: 5px
  }

  .xl\:py-2 {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .xl\:px-2 {
    padding-left: 10px;
    padding-right: 10px
  }

  .xl\:py-3 {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .xl\:px-3 {
    padding-left: 15px;
    padding-right: 15px
  }

  .xl\:py-4 {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .xl\:px-4 {
    padding-left: 20px;
    padding-right: 20px
  }

  .xl\:py-5 {
    padding-top: 25px;
    padding-bottom: 25px
  }

  .xl\:px-5 {
    padding-left: 25px;
    padding-right: 25px
  }

  .xl\:py-6 {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .xl\:px-6 {
    padding-left: 30px;
    padding-right: 30px
  }

  .xl\:py-7 {
    padding-top: 35px;
    padding-bottom: 35px
  }

  .xl\:px-7 {
    padding-left: 35px;
    padding-right: 35px
  }

  .xl\:py-8 {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .xl\:px-8 {
    padding-left: 40px;
    padding-right: 40px
  }

  .xl\:py-9 {
    padding-top: 45px;
    padding-bottom: 45px
  }

  .xl\:px-9 {
    padding-left: 45px;
    padding-right: 45px
  }

  .xl\:py-10 {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .xl\:px-10 {
    padding-left: 50px;
    padding-right: 50px
  }

  .xl\:py-11 {
    padding-top: 55px;
    padding-bottom: 55px
  }

  .xl\:px-11 {
    padding-left: 55px;
    padding-right: 55px
  }

  .xl\:py-12 {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .xl\:px-12 {
    padding-left: 60px;
    padding-right: 60px
  }

  .xl\:py-13 {
    padding-top: 65px;
    padding-bottom: 65px
  }

  .xl\:px-13 {
    padding-left: 65px;
    padding-right: 65px
  }

  .xl\:py-14 {
    padding-top: 70px;
    padding-bottom: 70px
  }

  .xl\:px-14 {
    padding-left: 70px;
    padding-right: 70px
  }

  .xl\:py-15 {
    padding-top: 75px;
    padding-bottom: 75px
  }

  .xl\:px-15 {
    padding-left: 75px;
    padding-right: 75px
  }

  .xl\:py-16 {
    padding-top: 80px;
    padding-bottom: 80px
  }

  .xl\:px-16 {
    padding-left: 80px;
    padding-right: 80px
  }

  .xl\:py-17 {
    padding-top: 85px;
    padding-bottom: 85px
  }

  .xl\:px-17 {
    padding-left: 85px;
    padding-right: 85px
  }

  .xl\:py-18 {
    padding-top: 90px;
    padding-bottom: 90px
  }

  .xl\:px-18 {
    padding-left: 90px;
    padding-right: 90px
  }

  .xl\:py-19 {
    padding-top: 95px;
    padding-bottom: 95px
  }

  .xl\:px-19 {
    padding-left: 95px;
    padding-right: 95px
  }

  .xl\:py-20 {
    padding-top: 100px;
    padding-bottom: 100px
  }

  .xl\:px-20 {
    padding-left: 100px;
    padding-right: 100px
  }

  .xl\:py-xxs {
    padding-top: 8px;
    padding-bottom: 8px
  }

  .xl\:px-xxs {
    padding-left: 8px;
    padding-right: 8px
  }

  .xl\:py-xs {
    padding-top: 12px;
    padding-bottom: 12px
  }

  .xl\:px-xs {
    padding-left: 12px;
    padding-right: 12px
  }

  .xl\:py-sm {
    padding-top: 24px;
    padding-bottom: 24px
  }

  .xl\:px-sm {
    padding-left: 24px;
    padding-right: 24px
  }

  .xl\:py-md {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .xl\:px-md {
    padding-left: 48px;
    padding-right: 48px
  }

  .xl\:py-lg {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .xl\:px-lg {
    padding-left: 64px;
    padding-right: 64px
  }

  .xl\:py-xl {
    padding-top: 128px;
    padding-bottom: 128px
  }

  .xl\:px-xl {
    padding-left: 128px;
    padding-right: 128px
  }

  .xl\:pt-0 {
    padding-top: 0
  }

  .xl\:pr-0 {
    padding-right: 0
  }

  .xl\:pb-0 {
    padding-bottom: 0
  }

  .xl\:pl-0 {
    padding-left: 0
  }

  .xl\:pt-1 {
    padding-top: 5px
  }

  .xl\:pr-1 {
    padding-right: 5px
  }

  .xl\:pb-1 {
    padding-bottom: 5px
  }

  .xl\:pl-1 {
    padding-left: 5px
  }

  .xl\:pt-2 {
    padding-top: 10px
  }

  .xl\:pr-2 {
    padding-right: 10px
  }

  .xl\:pb-2 {
    padding-bottom: 10px
  }

  .xl\:pl-2 {
    padding-left: 10px
  }

  .xl\:pt-3 {
    padding-top: 15px
  }

  .xl\:pr-3 {
    padding-right: 15px
  }

  .xl\:pb-3 {
    padding-bottom: 15px
  }

  .xl\:pl-3 {
    padding-left: 15px
  }

  .xl\:pt-4 {
    padding-top: 20px
  }

  .xl\:pr-4 {
    padding-right: 20px
  }

  .xl\:pb-4 {
    padding-bottom: 20px
  }

  .xl\:pl-4 {
    padding-left: 20px
  }

  .xl\:pt-5 {
    padding-top: 25px
  }

  .xl\:pr-5 {
    padding-right: 25px
  }

  .xl\:pb-5 {
    padding-bottom: 25px
  }

  .xl\:pl-5 {
    padding-left: 25px
  }

  .xl\:pt-6 {
    padding-top: 30px
  }

  .xl\:pr-6 {
    padding-right: 30px
  }

  .xl\:pb-6 {
    padding-bottom: 30px
  }

  .xl\:pl-6 {
    padding-left: 30px
  }

  .xl\:pt-7 {
    padding-top: 35px
  }

  .xl\:pr-7 {
    padding-right: 35px
  }

  .xl\:pb-7 {
    padding-bottom: 35px
  }

  .xl\:pl-7 {
    padding-left: 35px
  }

  .xl\:pt-8 {
    padding-top: 40px
  }

  .xl\:pr-8 {
    padding-right: 40px
  }

  .xl\:pb-8 {
    padding-bottom: 40px
  }

  .xl\:pl-8 {
    padding-left: 40px
  }

  .xl\:pt-9 {
    padding-top: 45px
  }

  .xl\:pr-9 {
    padding-right: 45px
  }

  .xl\:pb-9 {
    padding-bottom: 45px
  }

  .xl\:pl-9 {
    padding-left: 45px
  }

  .xl\:pt-10 {
    padding-top: 50px
  }

  .xl\:pr-10 {
    padding-right: 50px
  }

  .xl\:pb-10 {
    padding-bottom: 50px
  }

  .xl\:pl-10 {
    padding-left: 50px
  }

  .xl\:pt-11 {
    padding-top: 55px
  }

  .xl\:pr-11 {
    padding-right: 55px
  }

  .xl\:pb-11 {
    padding-bottom: 55px
  }

  .xl\:pl-11 {
    padding-left: 55px
  }

  .xl\:pt-12 {
    padding-top: 60px
  }

  .xl\:pr-12 {
    padding-right: 60px
  }

  .xl\:pb-12 {
    padding-bottom: 60px
  }

  .xl\:pl-12 {
    padding-left: 60px
  }

  .xl\:pt-13 {
    padding-top: 65px
  }

  .xl\:pr-13 {
    padding-right: 65px
  }

  .xl\:pb-13 {
    padding-bottom: 65px
  }

  .xl\:pl-13 {
    padding-left: 65px
  }

  .xl\:pt-14 {
    padding-top: 70px
  }

  .xl\:pr-14 {
    padding-right: 70px
  }

  .xl\:pb-14 {
    padding-bottom: 70px
  }

  .xl\:pl-14 {
    padding-left: 70px
  }

  .xl\:pt-15 {
    padding-top: 75px
  }

  .xl\:pr-15 {
    padding-right: 75px
  }

  .xl\:pb-15 {
    padding-bottom: 75px
  }

  .xl\:pl-15 {
    padding-left: 75px
  }

  .xl\:pt-16 {
    padding-top: 80px
  }

  .xl\:pr-16 {
    padding-right: 80px
  }

  .xl\:pb-16 {
    padding-bottom: 80px
  }

  .xl\:pl-16 {
    padding-left: 80px
  }

  .xl\:pt-17 {
    padding-top: 85px
  }

  .xl\:pr-17 {
    padding-right: 85px
  }

  .xl\:pb-17 {
    padding-bottom: 85px
  }

  .xl\:pl-17 {
    padding-left: 85px
  }

  .xl\:pt-18 {
    padding-top: 90px
  }

  .xl\:pr-18 {
    padding-right: 90px
  }

  .xl\:pb-18 {
    padding-bottom: 90px
  }

  .xl\:pl-18 {
    padding-left: 90px
  }

  .xl\:pt-19 {
    padding-top: 95px
  }

  .xl\:pr-19 {
    padding-right: 95px
  }

  .xl\:pb-19 {
    padding-bottom: 95px
  }

  .xl\:pl-19 {
    padding-left: 95px
  }

  .xl\:pt-20 {
    padding-top: 100px
  }

  .xl\:pr-20 {
    padding-right: 100px
  }

  .xl\:pb-20 {
    padding-bottom: 100px
  }

  .xl\:pl-20 {
    padding-left: 100px
  }

  .xl\:pt-xxs {
    padding-top: 8px
  }

  .xl\:pr-xxs {
    padding-right: 8px
  }

  .xl\:pb-xxs {
    padding-bottom: 8px
  }

  .xl\:pl-xxs {
    padding-left: 8px
  }

  .xl\:pt-xs {
    padding-top: 12px
  }

  .xl\:pr-xs {
    padding-right: 12px
  }

  .xl\:pb-xs {
    padding-bottom: 12px
  }

  .xl\:pl-xs {
    padding-left: 12px
  }

  .xl\:pt-sm {
    padding-top: 24px
  }

  .xl\:pr-sm {
    padding-right: 24px
  }

  .xl\:pb-sm {
    padding-bottom: 24px
  }

  .xl\:pl-sm {
    padding-left: 24px
  }

  .xl\:pt-md {
    padding-top: 48px
  }

  .xl\:pr-md {
    padding-right: 48px
  }

  .xl\:pb-md {
    padding-bottom: 48px
  }

  .xl\:pl-md {
    padding-left: 48px
  }

  .xl\:pt-lg {
    padding-top: 64px
  }

  .xl\:pr-lg {
    padding-right: 64px
  }

  .xl\:pb-lg {
    padding-bottom: 64px
  }

  .xl\:pl-lg {
    padding-left: 64px
  }

  .xl\:pt-xl {
    padding-top: 128px
  }

  .xl\:pr-xl {
    padding-right: 128px
  }

  .xl\:pb-xl {
    padding-bottom: 128px
  }

  .xl\:pl-xl {
    padding-left: 128px
  }

  .xl\:first\:p-0:first-child {
    padding: 0
  }

  .xl\:first\:p-1:first-child {
    padding: 5px
  }

  .xl\:first\:p-2:first-child {
    padding: 10px
  }

  .xl\:first\:p-3:first-child {
    padding: 15px
  }

  .xl\:first\:p-4:first-child {
    padding: 20px
  }

  .xl\:first\:p-5:first-child {
    padding: 25px
  }

  .xl\:first\:p-6:first-child {
    padding: 30px
  }

  .xl\:first\:p-7:first-child {
    padding: 35px
  }

  .xl\:first\:p-8:first-child {
    padding: 40px
  }

  .xl\:first\:p-9:first-child {
    padding: 45px
  }

  .xl\:first\:p-10:first-child {
    padding: 50px
  }

  .xl\:first\:p-11:first-child {
    padding: 55px
  }

  .xl\:first\:p-12:first-child {
    padding: 60px
  }

  .xl\:first\:p-13:first-child {
    padding: 65px
  }

  .xl\:first\:p-14:first-child {
    padding: 70px
  }

  .xl\:first\:p-15:first-child {
    padding: 75px
  }

  .xl\:first\:p-16:first-child {
    padding: 80px
  }

  .xl\:first\:p-17:first-child {
    padding: 85px
  }

  .xl\:first\:p-18:first-child {
    padding: 90px
  }

  .xl\:first\:p-19:first-child {
    padding: 95px
  }

  .xl\:first\:p-20:first-child {
    padding: 100px
  }

  .xl\:first\:p-xxs:first-child {
    padding: 8px
  }

  .xl\:first\:p-xs:first-child {
    padding: 12px
  }

  .xl\:first\:p-sm:first-child {
    padding: 24px
  }

  .xl\:first\:p-md:first-child {
    padding: 48px
  }

  .xl\:first\:p-lg:first-child {
    padding: 64px
  }

  .xl\:first\:p-xl:first-child {
    padding: 128px
  }

  .xl\:first\:py-0:first-child {
    padding-top: 0;
    padding-bottom: 0
  }

  .xl\:first\:px-0:first-child {
    padding-left: 0;
    padding-right: 0
  }

  .xl\:first\:py-1:first-child {
    padding-top: 5px;
    padding-bottom: 5px
  }

  .xl\:first\:px-1:first-child {
    padding-left: 5px;
    padding-right: 5px
  }

  .xl\:first\:py-2:first-child {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .xl\:first\:px-2:first-child {
    padding-left: 10px;
    padding-right: 10px
  }

  .xl\:first\:py-3:first-child {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .xl\:first\:px-3:first-child {
    padding-left: 15px;
    padding-right: 15px
  }

  .xl\:first\:py-4:first-child {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .xl\:first\:px-4:first-child {
    padding-left: 20px;
    padding-right: 20px
  }

  .xl\:first\:py-5:first-child {
    padding-top: 25px;
    padding-bottom: 25px
  }

  .xl\:first\:px-5:first-child {
    padding-left: 25px;
    padding-right: 25px
  }

  .xl\:first\:py-6:first-child {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .xl\:first\:px-6:first-child {
    padding-left: 30px;
    padding-right: 30px
  }

  .xl\:first\:py-7:first-child {
    padding-top: 35px;
    padding-bottom: 35px
  }

  .xl\:first\:px-7:first-child {
    padding-left: 35px;
    padding-right: 35px
  }

  .xl\:first\:py-8:first-child {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .xl\:first\:px-8:first-child {
    padding-left: 40px;
    padding-right: 40px
  }

  .xl\:first\:py-9:first-child {
    padding-top: 45px;
    padding-bottom: 45px
  }

  .xl\:first\:px-9:first-child {
    padding-left: 45px;
    padding-right: 45px
  }

  .xl\:first\:py-10:first-child {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .xl\:first\:px-10:first-child {
    padding-left: 50px;
    padding-right: 50px
  }

  .xl\:first\:py-11:first-child {
    padding-top: 55px;
    padding-bottom: 55px
  }

  .xl\:first\:px-11:first-child {
    padding-left: 55px;
    padding-right: 55px
  }

  .xl\:first\:py-12:first-child {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .xl\:first\:px-12:first-child {
    padding-left: 60px;
    padding-right: 60px
  }

  .xl\:first\:py-13:first-child {
    padding-top: 65px;
    padding-bottom: 65px
  }

  .xl\:first\:px-13:first-child {
    padding-left: 65px;
    padding-right: 65px
  }

  .xl\:first\:py-14:first-child {
    padding-top: 70px;
    padding-bottom: 70px
  }

  .xl\:first\:px-14:first-child {
    padding-left: 70px;
    padding-right: 70px
  }

  .xl\:first\:py-15:first-child {
    padding-top: 75px;
    padding-bottom: 75px
  }

  .xl\:first\:px-15:first-child {
    padding-left: 75px;
    padding-right: 75px
  }

  .xl\:first\:py-16:first-child {
    padding-top: 80px;
    padding-bottom: 80px
  }

  .xl\:first\:px-16:first-child {
    padding-left: 80px;
    padding-right: 80px
  }

  .xl\:first\:py-17:first-child {
    padding-top: 85px;
    padding-bottom: 85px
  }

  .xl\:first\:px-17:first-child {
    padding-left: 85px;
    padding-right: 85px
  }

  .xl\:first\:py-18:first-child {
    padding-top: 90px;
    padding-bottom: 90px
  }

  .xl\:first\:px-18:first-child {
    padding-left: 90px;
    padding-right: 90px
  }

  .xl\:first\:py-19:first-child {
    padding-top: 95px;
    padding-bottom: 95px
  }

  .xl\:first\:px-19:first-child {
    padding-left: 95px;
    padding-right: 95px
  }

  .xl\:first\:py-20:first-child {
    padding-top: 100px;
    padding-bottom: 100px
  }

  .xl\:first\:px-20:first-child {
    padding-left: 100px;
    padding-right: 100px
  }

  .xl\:first\:py-xxs:first-child {
    padding-top: 8px;
    padding-bottom: 8px
  }

  .xl\:first\:px-xxs:first-child {
    padding-left: 8px;
    padding-right: 8px
  }

  .xl\:first\:py-xs:first-child {
    padding-top: 12px;
    padding-bottom: 12px
  }

  .xl\:first\:px-xs:first-child {
    padding-left: 12px;
    padding-right: 12px
  }

  .xl\:first\:py-sm:first-child {
    padding-top: 24px;
    padding-bottom: 24px
  }

  .xl\:first\:px-sm:first-child {
    padding-left: 24px;
    padding-right: 24px
  }

  .xl\:first\:py-md:first-child {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .xl\:first\:px-md:first-child {
    padding-left: 48px;
    padding-right: 48px
  }

  .xl\:first\:py-lg:first-child {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .xl\:first\:px-lg:first-child {
    padding-left: 64px;
    padding-right: 64px
  }

  .xl\:first\:py-xl:first-child {
    padding-top: 128px;
    padding-bottom: 128px
  }

  .xl\:first\:px-xl:first-child {
    padding-left: 128px;
    padding-right: 128px
  }

  .xl\:first\:pt-0:first-child {
    padding-top: 0
  }

  .xl\:first\:pr-0:first-child {
    padding-right: 0
  }

  .xl\:first\:pb-0:first-child {
    padding-bottom: 0
  }

  .xl\:first\:pl-0:first-child {
    padding-left: 0
  }

  .xl\:first\:pt-1:first-child {
    padding-top: 5px
  }

  .xl\:first\:pr-1:first-child {
    padding-right: 5px
  }

  .xl\:first\:pb-1:first-child {
    padding-bottom: 5px
  }

  .xl\:first\:pl-1:first-child {
    padding-left: 5px
  }

  .xl\:first\:pt-2:first-child {
    padding-top: 10px
  }

  .xl\:first\:pr-2:first-child {
    padding-right: 10px
  }

  .xl\:first\:pb-2:first-child {
    padding-bottom: 10px
  }

  .xl\:first\:pl-2:first-child {
    padding-left: 10px
  }

  .xl\:first\:pt-3:first-child {
    padding-top: 15px
  }

  .xl\:first\:pr-3:first-child {
    padding-right: 15px
  }

  .xl\:first\:pb-3:first-child {
    padding-bottom: 15px
  }

  .xl\:first\:pl-3:first-child {
    padding-left: 15px
  }

  .xl\:first\:pt-4:first-child {
    padding-top: 20px
  }

  .xl\:first\:pr-4:first-child {
    padding-right: 20px
  }

  .xl\:first\:pb-4:first-child {
    padding-bottom: 20px
  }

  .xl\:first\:pl-4:first-child {
    padding-left: 20px
  }

  .xl\:first\:pt-5:first-child {
    padding-top: 25px
  }

  .xl\:first\:pr-5:first-child {
    padding-right: 25px
  }

  .xl\:first\:pb-5:first-child {
    padding-bottom: 25px
  }

  .xl\:first\:pl-5:first-child {
    padding-left: 25px
  }

  .xl\:first\:pt-6:first-child {
    padding-top: 30px
  }

  .xl\:first\:pr-6:first-child {
    padding-right: 30px
  }

  .xl\:first\:pb-6:first-child {
    padding-bottom: 30px
  }

  .xl\:first\:pl-6:first-child {
    padding-left: 30px
  }

  .xl\:first\:pt-7:first-child {
    padding-top: 35px
  }

  .xl\:first\:pr-7:first-child {
    padding-right: 35px
  }

  .xl\:first\:pb-7:first-child {
    padding-bottom: 35px
  }

  .xl\:first\:pl-7:first-child {
    padding-left: 35px
  }

  .xl\:first\:pt-8:first-child {
    padding-top: 40px
  }

  .xl\:first\:pr-8:first-child {
    padding-right: 40px
  }

  .xl\:first\:pb-8:first-child {
    padding-bottom: 40px
  }

  .xl\:first\:pl-8:first-child {
    padding-left: 40px
  }

  .xl\:first\:pt-9:first-child {
    padding-top: 45px
  }

  .xl\:first\:pr-9:first-child {
    padding-right: 45px
  }

  .xl\:first\:pb-9:first-child {
    padding-bottom: 45px
  }

  .xl\:first\:pl-9:first-child {
    padding-left: 45px
  }

  .xl\:first\:pt-10:first-child {
    padding-top: 50px
  }

  .xl\:first\:pr-10:first-child {
    padding-right: 50px
  }

  .xl\:first\:pb-10:first-child {
    padding-bottom: 50px
  }

  .xl\:first\:pl-10:first-child {
    padding-left: 50px
  }

  .xl\:first\:pt-11:first-child {
    padding-top: 55px
  }

  .xl\:first\:pr-11:first-child {
    padding-right: 55px
  }

  .xl\:first\:pb-11:first-child {
    padding-bottom: 55px
  }

  .xl\:first\:pl-11:first-child {
    padding-left: 55px
  }

  .xl\:first\:pt-12:first-child {
    padding-top: 60px
  }

  .xl\:first\:pr-12:first-child {
    padding-right: 60px
  }

  .xl\:first\:pb-12:first-child {
    padding-bottom: 60px
  }

  .xl\:first\:pl-12:first-child {
    padding-left: 60px
  }

  .xl\:first\:pt-13:first-child {
    padding-top: 65px
  }

  .xl\:first\:pr-13:first-child {
    padding-right: 65px
  }

  .xl\:first\:pb-13:first-child {
    padding-bottom: 65px
  }

  .xl\:first\:pl-13:first-child {
    padding-left: 65px
  }

  .xl\:first\:pt-14:first-child {
    padding-top: 70px
  }

  .xl\:first\:pr-14:first-child {
    padding-right: 70px
  }

  .xl\:first\:pb-14:first-child {
    padding-bottom: 70px
  }

  .xl\:first\:pl-14:first-child {
    padding-left: 70px
  }

  .xl\:first\:pt-15:first-child {
    padding-top: 75px
  }

  .xl\:first\:pr-15:first-child {
    padding-right: 75px
  }

  .xl\:first\:pb-15:first-child {
    padding-bottom: 75px
  }

  .xl\:first\:pl-15:first-child {
    padding-left: 75px
  }

  .xl\:first\:pt-16:first-child {
    padding-top: 80px
  }

  .xl\:first\:pr-16:first-child {
    padding-right: 80px
  }

  .xl\:first\:pb-16:first-child {
    padding-bottom: 80px
  }

  .xl\:first\:pl-16:first-child {
    padding-left: 80px
  }

  .xl\:first\:pt-17:first-child {
    padding-top: 85px
  }

  .xl\:first\:pr-17:first-child {
    padding-right: 85px
  }

  .xl\:first\:pb-17:first-child {
    padding-bottom: 85px
  }

  .xl\:first\:pl-17:first-child {
    padding-left: 85px
  }

  .xl\:first\:pt-18:first-child {
    padding-top: 90px
  }

  .xl\:first\:pr-18:first-child {
    padding-right: 90px
  }

  .xl\:first\:pb-18:first-child {
    padding-bottom: 90px
  }

  .xl\:first\:pl-18:first-child {
    padding-left: 90px
  }

  .xl\:first\:pt-19:first-child {
    padding-top: 95px
  }

  .xl\:first\:pr-19:first-child {
    padding-right: 95px
  }

  .xl\:first\:pb-19:first-child {
    padding-bottom: 95px
  }

  .xl\:first\:pl-19:first-child {
    padding-left: 95px
  }

  .xl\:first\:pt-20:first-child {
    padding-top: 100px
  }

  .xl\:first\:pr-20:first-child {
    padding-right: 100px
  }

  .xl\:first\:pb-20:first-child {
    padding-bottom: 100px
  }

  .xl\:first\:pl-20:first-child {
    padding-left: 100px
  }

  .xl\:first\:pt-xxs:first-child {
    padding-top: 8px
  }

  .xl\:first\:pr-xxs:first-child {
    padding-right: 8px
  }

  .xl\:first\:pb-xxs:first-child {
    padding-bottom: 8px
  }

  .xl\:first\:pl-xxs:first-child {
    padding-left: 8px
  }

  .xl\:first\:pt-xs:first-child {
    padding-top: 12px
  }

  .xl\:first\:pr-xs:first-child {
    padding-right: 12px
  }

  .xl\:first\:pb-xs:first-child {
    padding-bottom: 12px
  }

  .xl\:first\:pl-xs:first-child {
    padding-left: 12px
  }

  .xl\:first\:pt-sm:first-child {
    padding-top: 24px
  }

  .xl\:first\:pr-sm:first-child {
    padding-right: 24px
  }

  .xl\:first\:pb-sm:first-child {
    padding-bottom: 24px
  }

  .xl\:first\:pl-sm:first-child {
    padding-left: 24px
  }

  .xl\:first\:pt-md:first-child {
    padding-top: 48px
  }

  .xl\:first\:pr-md:first-child {
    padding-right: 48px
  }

  .xl\:first\:pb-md:first-child {
    padding-bottom: 48px
  }

  .xl\:first\:pl-md:first-child {
    padding-left: 48px
  }

  .xl\:first\:pt-lg:first-child {
    padding-top: 64px
  }

  .xl\:first\:pr-lg:first-child {
    padding-right: 64px
  }

  .xl\:first\:pb-lg:first-child {
    padding-bottom: 64px
  }

  .xl\:first\:pl-lg:first-child {
    padding-left: 64px
  }

  .xl\:first\:pt-xl:first-child {
    padding-top: 128px
  }

  .xl\:first\:pr-xl:first-child {
    padding-right: 128px
  }

  .xl\:first\:pb-xl:first-child {
    padding-bottom: 128px
  }

  .xl\:first\:pl-xl:first-child {
    padding-left: 128px
  }

  .xl\:last\:p-0:last-child {
    padding: 0
  }

  .xl\:last\:p-1:last-child {
    padding: 5px
  }

  .xl\:last\:p-2:last-child {
    padding: 10px
  }

  .xl\:last\:p-3:last-child {
    padding: 15px
  }

  .xl\:last\:p-4:last-child {
    padding: 20px
  }

  .xl\:last\:p-5:last-child {
    padding: 25px
  }

  .xl\:last\:p-6:last-child {
    padding: 30px
  }

  .xl\:last\:p-7:last-child {
    padding: 35px
  }

  .xl\:last\:p-8:last-child {
    padding: 40px
  }

  .xl\:last\:p-9:last-child {
    padding: 45px
  }

  .xl\:last\:p-10:last-child {
    padding: 50px
  }

  .xl\:last\:p-11:last-child {
    padding: 55px
  }

  .xl\:last\:p-12:last-child {
    padding: 60px
  }

  .xl\:last\:p-13:last-child {
    padding: 65px
  }

  .xl\:last\:p-14:last-child {
    padding: 70px
  }

  .xl\:last\:p-15:last-child {
    padding: 75px
  }

  .xl\:last\:p-16:last-child {
    padding: 80px
  }

  .xl\:last\:p-17:last-child {
    padding: 85px
  }

  .xl\:last\:p-18:last-child {
    padding: 90px
  }

  .xl\:last\:p-19:last-child {
    padding: 95px
  }

  .xl\:last\:p-20:last-child {
    padding: 100px
  }

  .xl\:last\:p-xxs:last-child {
    padding: 8px
  }

  .xl\:last\:p-xs:last-child {
    padding: 12px
  }

  .xl\:last\:p-sm:last-child {
    padding: 24px
  }

  .xl\:last\:p-md:last-child {
    padding: 48px
  }

  .xl\:last\:p-lg:last-child {
    padding: 64px
  }

  .xl\:last\:p-xl:last-child {
    padding: 128px
  }

  .xl\:last\:py-0:last-child {
    padding-top: 0;
    padding-bottom: 0
  }

  .xl\:last\:px-0:last-child {
    padding-left: 0;
    padding-right: 0
  }

  .xl\:last\:py-1:last-child {
    padding-top: 5px;
    padding-bottom: 5px
  }

  .xl\:last\:px-1:last-child {
    padding-left: 5px;
    padding-right: 5px
  }

  .xl\:last\:py-2:last-child {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .xl\:last\:px-2:last-child {
    padding-left: 10px;
    padding-right: 10px
  }

  .xl\:last\:py-3:last-child {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .xl\:last\:px-3:last-child {
    padding-left: 15px;
    padding-right: 15px
  }

  .xl\:last\:py-4:last-child {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .xl\:last\:px-4:last-child {
    padding-left: 20px;
    padding-right: 20px
  }

  .xl\:last\:py-5:last-child {
    padding-top: 25px;
    padding-bottom: 25px
  }

  .xl\:last\:px-5:last-child {
    padding-left: 25px;
    padding-right: 25px
  }

  .xl\:last\:py-6:last-child {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .xl\:last\:px-6:last-child {
    padding-left: 30px;
    padding-right: 30px
  }

  .xl\:last\:py-7:last-child {
    padding-top: 35px;
    padding-bottom: 35px
  }

  .xl\:last\:px-7:last-child {
    padding-left: 35px;
    padding-right: 35px
  }

  .xl\:last\:py-8:last-child {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .xl\:last\:px-8:last-child {
    padding-left: 40px;
    padding-right: 40px
  }

  .xl\:last\:py-9:last-child {
    padding-top: 45px;
    padding-bottom: 45px
  }

  .xl\:last\:px-9:last-child {
    padding-left: 45px;
    padding-right: 45px
  }

  .xl\:last\:py-10:last-child {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .xl\:last\:px-10:last-child {
    padding-left: 50px;
    padding-right: 50px
  }

  .xl\:last\:py-11:last-child {
    padding-top: 55px;
    padding-bottom: 55px
  }

  .xl\:last\:px-11:last-child {
    padding-left: 55px;
    padding-right: 55px
  }

  .xl\:last\:py-12:last-child {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .xl\:last\:px-12:last-child {
    padding-left: 60px;
    padding-right: 60px
  }

  .xl\:last\:py-13:last-child {
    padding-top: 65px;
    padding-bottom: 65px
  }

  .xl\:last\:px-13:last-child {
    padding-left: 65px;
    padding-right: 65px
  }

  .xl\:last\:py-14:last-child {
    padding-top: 70px;
    padding-bottom: 70px
  }

  .xl\:last\:px-14:last-child {
    padding-left: 70px;
    padding-right: 70px
  }

  .xl\:last\:py-15:last-child {
    padding-top: 75px;
    padding-bottom: 75px
  }

  .xl\:last\:px-15:last-child {
    padding-left: 75px;
    padding-right: 75px
  }

  .xl\:last\:py-16:last-child {
    padding-top: 80px;
    padding-bottom: 80px
  }

  .xl\:last\:px-16:last-child {
    padding-left: 80px;
    padding-right: 80px
  }

  .xl\:last\:py-17:last-child {
    padding-top: 85px;
    padding-bottom: 85px
  }

  .xl\:last\:px-17:last-child {
    padding-left: 85px;
    padding-right: 85px
  }

  .xl\:last\:py-18:last-child {
    padding-top: 90px;
    padding-bottom: 90px
  }

  .xl\:last\:px-18:last-child {
    padding-left: 90px;
    padding-right: 90px
  }

  .xl\:last\:py-19:last-child {
    padding-top: 95px;
    padding-bottom: 95px
  }

  .xl\:last\:px-19:last-child {
    padding-left: 95px;
    padding-right: 95px
  }

  .xl\:last\:py-20:last-child {
    padding-top: 100px;
    padding-bottom: 100px
  }

  .xl\:last\:px-20:last-child {
    padding-left: 100px;
    padding-right: 100px
  }

  .xl\:last\:py-xxs:last-child {
    padding-top: 8px;
    padding-bottom: 8px
  }

  .xl\:last\:px-xxs:last-child {
    padding-left: 8px;
    padding-right: 8px
  }

  .xl\:last\:py-xs:last-child {
    padding-top: 12px;
    padding-bottom: 12px
  }

  .xl\:last\:px-xs:last-child {
    padding-left: 12px;
    padding-right: 12px
  }

  .xl\:last\:py-sm:last-child {
    padding-top: 24px;
    padding-bottom: 24px
  }

  .xl\:last\:px-sm:last-child {
    padding-left: 24px;
    padding-right: 24px
  }

  .xl\:last\:py-md:last-child {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .xl\:last\:px-md:last-child {
    padding-left: 48px;
    padding-right: 48px
  }

  .xl\:last\:py-lg:last-child {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .xl\:last\:px-lg:last-child {
    padding-left: 64px;
    padding-right: 64px
  }

  .xl\:last\:py-xl:last-child {
    padding-top: 128px;
    padding-bottom: 128px
  }

  .xl\:last\:px-xl:last-child {
    padding-left: 128px;
    padding-right: 128px
  }

  .xl\:last\:pt-0:last-child {
    padding-top: 0
  }

  .xl\:last\:pr-0:last-child {
    padding-right: 0
  }

  .xl\:last\:pb-0:last-child {
    padding-bottom: 0
  }

  .xl\:last\:pl-0:last-child {
    padding-left: 0
  }

  .xl\:last\:pt-1:last-child {
    padding-top: 5px
  }

  .xl\:last\:pr-1:last-child {
    padding-right: 5px
  }

  .xl\:last\:pb-1:last-child {
    padding-bottom: 5px
  }

  .xl\:last\:pl-1:last-child {
    padding-left: 5px
  }

  .xl\:last\:pt-2:last-child {
    padding-top: 10px
  }

  .xl\:last\:pr-2:last-child {
    padding-right: 10px
  }

  .xl\:last\:pb-2:last-child {
    padding-bottom: 10px
  }

  .xl\:last\:pl-2:last-child {
    padding-left: 10px
  }

  .xl\:last\:pt-3:last-child {
    padding-top: 15px
  }

  .xl\:last\:pr-3:last-child {
    padding-right: 15px
  }

  .xl\:last\:pb-3:last-child {
    padding-bottom: 15px
  }

  .xl\:last\:pl-3:last-child {
    padding-left: 15px
  }

  .xl\:last\:pt-4:last-child {
    padding-top: 20px
  }

  .xl\:last\:pr-4:last-child {
    padding-right: 20px
  }

  .xl\:last\:pb-4:last-child {
    padding-bottom: 20px
  }

  .xl\:last\:pl-4:last-child {
    padding-left: 20px
  }

  .xl\:last\:pt-5:last-child {
    padding-top: 25px
  }

  .xl\:last\:pr-5:last-child {
    padding-right: 25px
  }

  .xl\:last\:pb-5:last-child {
    padding-bottom: 25px
  }

  .xl\:last\:pl-5:last-child {
    padding-left: 25px
  }

  .xl\:last\:pt-6:last-child {
    padding-top: 30px
  }

  .xl\:last\:pr-6:last-child {
    padding-right: 30px
  }

  .xl\:last\:pb-6:last-child {
    padding-bottom: 30px
  }

  .xl\:last\:pl-6:last-child {
    padding-left: 30px
  }

  .xl\:last\:pt-7:last-child {
    padding-top: 35px
  }

  .xl\:last\:pr-7:last-child {
    padding-right: 35px
  }

  .xl\:last\:pb-7:last-child {
    padding-bottom: 35px
  }

  .xl\:last\:pl-7:last-child {
    padding-left: 35px
  }

  .xl\:last\:pt-8:last-child {
    padding-top: 40px
  }

  .xl\:last\:pr-8:last-child {
    padding-right: 40px
  }

  .xl\:last\:pb-8:last-child {
    padding-bottom: 40px
  }

  .xl\:last\:pl-8:last-child {
    padding-left: 40px
  }

  .xl\:last\:pt-9:last-child {
    padding-top: 45px
  }

  .xl\:last\:pr-9:last-child {
    padding-right: 45px
  }

  .xl\:last\:pb-9:last-child {
    padding-bottom: 45px
  }

  .xl\:last\:pl-9:last-child {
    padding-left: 45px
  }

  .xl\:last\:pt-10:last-child {
    padding-top: 50px
  }

  .xl\:last\:pr-10:last-child {
    padding-right: 50px
  }

  .xl\:last\:pb-10:last-child {
    padding-bottom: 50px
  }

  .xl\:last\:pl-10:last-child {
    padding-left: 50px
  }

  .xl\:last\:pt-11:last-child {
    padding-top: 55px
  }

  .xl\:last\:pr-11:last-child {
    padding-right: 55px
  }

  .xl\:last\:pb-11:last-child {
    padding-bottom: 55px
  }

  .xl\:last\:pl-11:last-child {
    padding-left: 55px
  }

  .xl\:last\:pt-12:last-child {
    padding-top: 60px
  }

  .xl\:last\:pr-12:last-child {
    padding-right: 60px
  }

  .xl\:last\:pb-12:last-child {
    padding-bottom: 60px
  }

  .xl\:last\:pl-12:last-child {
    padding-left: 60px
  }

  .xl\:last\:pt-13:last-child {
    padding-top: 65px
  }

  .xl\:last\:pr-13:last-child {
    padding-right: 65px
  }

  .xl\:last\:pb-13:last-child {
    padding-bottom: 65px
  }

  .xl\:last\:pl-13:last-child {
    padding-left: 65px
  }

  .xl\:last\:pt-14:last-child {
    padding-top: 70px
  }

  .xl\:last\:pr-14:last-child {
    padding-right: 70px
  }

  .xl\:last\:pb-14:last-child {
    padding-bottom: 70px
  }

  .xl\:last\:pl-14:last-child {
    padding-left: 70px
  }

  .xl\:last\:pt-15:last-child {
    padding-top: 75px
  }

  .xl\:last\:pr-15:last-child {
    padding-right: 75px
  }

  .xl\:last\:pb-15:last-child {
    padding-bottom: 75px
  }

  .xl\:last\:pl-15:last-child {
    padding-left: 75px
  }

  .xl\:last\:pt-16:last-child {
    padding-top: 80px
  }

  .xl\:last\:pr-16:last-child {
    padding-right: 80px
  }

  .xl\:last\:pb-16:last-child {
    padding-bottom: 80px
  }

  .xl\:last\:pl-16:last-child {
    padding-left: 80px
  }

  .xl\:last\:pt-17:last-child {
    padding-top: 85px
  }

  .xl\:last\:pr-17:last-child {
    padding-right: 85px
  }

  .xl\:last\:pb-17:last-child {
    padding-bottom: 85px
  }

  .xl\:last\:pl-17:last-child {
    padding-left: 85px
  }

  .xl\:last\:pt-18:last-child {
    padding-top: 90px
  }

  .xl\:last\:pr-18:last-child {
    padding-right: 90px
  }

  .xl\:last\:pb-18:last-child {
    padding-bottom: 90px
  }

  .xl\:last\:pl-18:last-child {
    padding-left: 90px
  }

  .xl\:last\:pt-19:last-child {
    padding-top: 95px
  }

  .xl\:last\:pr-19:last-child {
    padding-right: 95px
  }

  .xl\:last\:pb-19:last-child {
    padding-bottom: 95px
  }

  .xl\:last\:pl-19:last-child {
    padding-left: 95px
  }

  .xl\:last\:pt-20:last-child {
    padding-top: 100px
  }

  .xl\:last\:pr-20:last-child {
    padding-right: 100px
  }

  .xl\:last\:pb-20:last-child {
    padding-bottom: 100px
  }

  .xl\:last\:pl-20:last-child {
    padding-left: 100px
  }

  .xl\:last\:pt-xxs:last-child {
    padding-top: 8px
  }

  .xl\:last\:pr-xxs:last-child {
    padding-right: 8px
  }

  .xl\:last\:pb-xxs:last-child {
    padding-bottom: 8px
  }

  .xl\:last\:pl-xxs:last-child {
    padding-left: 8px
  }

  .xl\:last\:pt-xs:last-child {
    padding-top: 12px
  }

  .xl\:last\:pr-xs:last-child {
    padding-right: 12px
  }

  .xl\:last\:pb-xs:last-child {
    padding-bottom: 12px
  }

  .xl\:last\:pl-xs:last-child {
    padding-left: 12px
  }

  .xl\:last\:pt-sm:last-child {
    padding-top: 24px
  }

  .xl\:last\:pr-sm:last-child {
    padding-right: 24px
  }

  .xl\:last\:pb-sm:last-child {
    padding-bottom: 24px
  }

  .xl\:last\:pl-sm:last-child {
    padding-left: 24px
  }

  .xl\:last\:pt-md:last-child {
    padding-top: 48px
  }

  .xl\:last\:pr-md:last-child {
    padding-right: 48px
  }

  .xl\:last\:pb-md:last-child {
    padding-bottom: 48px
  }

  .xl\:last\:pl-md:last-child {
    padding-left: 48px
  }

  .xl\:last\:pt-lg:last-child {
    padding-top: 64px
  }

  .xl\:last\:pr-lg:last-child {
    padding-right: 64px
  }

  .xl\:last\:pb-lg:last-child {
    padding-bottom: 64px
  }

  .xl\:last\:pl-lg:last-child {
    padding-left: 64px
  }

  .xl\:last\:pt-xl:last-child {
    padding-top: 128px
  }

  .xl\:last\:pr-xl:last-child {
    padding-right: 128px
  }

  .xl\:last\:pb-xl:last-child {
    padding-bottom: 128px
  }

  .xl\:last\:pl-xl:last-child {
    padding-left: 128px
  }

  .xl\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent
  }

  .xl\:placeholder-transparent::-moz-placeholder {
    color: transparent
  }

  .xl\:placeholder-transparent:-ms-input-placeholder {
    color: transparent
  }

  .xl\:placeholder-transparent::-ms-input-placeholder {
    color: transparent
  }

  .xl\:placeholder-transparent::placeholder {
    color: transparent
  }

  .xl\:placeholder-black::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .xl\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .xl\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .xl\:placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .xl\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .xl\:placeholder-white::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .xl\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .xl\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .xl\:placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .xl\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-1::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-1::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-1::placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-2::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-2::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-2:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-2::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-2::placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-3::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-3::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-3:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-3::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-3::placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-4::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-4::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-4:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-4::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-4::placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-5::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-5::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-5:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-5::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-5::placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-6::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-6::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-6:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-6::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .xl\:placeholder-gray-6::placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .xl\:placeholder-red-1::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .xl\:placeholder-red-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .xl\:placeholder-red-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .xl\:placeholder-red-1::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .xl\:placeholder-red-1::placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .xl\:placeholder-orange-1::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .xl\:placeholder-orange-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .xl\:placeholder-orange-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .xl\:placeholder-orange-1::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .xl\:placeholder-orange-1::placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .xl\:placeholder-orange-2::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .xl\:placeholder-orange-2::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .xl\:placeholder-orange-2:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .xl\:placeholder-orange-2::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .xl\:placeholder-orange-2::placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .xl\:placeholder-blue-1::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .xl\:placeholder-blue-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .xl\:placeholder-blue-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .xl\:placeholder-blue-1::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .xl\:placeholder-blue-1::placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .xl\:placeholder-blue-2::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .xl\:placeholder-blue-2::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .xl\:placeholder-blue-2:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .xl\:placeholder-blue-2::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .xl\:placeholder-blue-2::placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .xl\:placeholder-blue-3::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .xl\:placeholder-blue-3::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .xl\:placeholder-blue-3:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .xl\:placeholder-blue-3::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .xl\:placeholder-blue-3::placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .xl\:placeholder-blue-4::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .xl\:placeholder-blue-4::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .xl\:placeholder-blue-4:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .xl\:placeholder-blue-4::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .xl\:placeholder-blue-4::placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .xl\:placeholder-brown-1::-webkit-input-placeholder {
    color: #6e441e 
  }

  .xl\:placeholder-brown-1::-moz-placeholder {
    color: #6e441e 
  }

  .xl\:placeholder-brown-1:-ms-input-placeholder {
    color: #6e441e 
  }

  .xl\:placeholder-brown-1::-ms-input-placeholder {
    color: #6e441e 
  }

  .xl\:placeholder-brown-1::placeholder {
    color: #6e441e 
  }

  .xl\:placeholder-green-1::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .xl\:placeholder-green-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .xl\:placeholder-green-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .xl\:placeholder-green-1::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .xl\:placeholder-green-1::placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .xl\:placeholder-green-2::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .xl\:placeholder-green-2::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .xl\:placeholder-green-2:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .xl\:placeholder-green-2::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .xl\:placeholder-green-2::placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .xl\:placeholder-purple-1::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .xl\:placeholder-purple-1::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .xl\:placeholder-purple-1:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .xl\:placeholder-purple-1::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .xl\:placeholder-purple-1::placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .xl\:placeholder-purple-2::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .xl\:placeholder-purple-2::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .xl\:placeholder-purple-2:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .xl\:placeholder-purple-2::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .xl\:placeholder-purple-2::placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent
  }

  .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent
  }

  .xl\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent
  }

  .xl\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-1:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-1:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-2:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-2:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-2:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-2:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-2:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-3:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-3:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-3:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-3:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-3:focus::placeholder {
    --placeholder-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-4:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-4:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-4:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-4:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-4:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-5:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-5:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-5:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-5:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-5:focus::placeholder {
    --placeholder-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-6:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-6:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-6:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-6:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-gray-6:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-red-1:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-red-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-red-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-red-1:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-red-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-orange-1:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-orange-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-orange-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-orange-1:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-orange-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-orange-2:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-orange-2:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-orange-2:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-orange-2:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-orange-2:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-blue-1:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-blue-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-blue-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-blue-1:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-blue-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-blue-2:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-blue-2:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-blue-2:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-blue-2:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-blue-2:focus::placeholder {
    --placeholder-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-blue-3:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-blue-3:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-blue-3:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-blue-3:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-blue-3:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-blue-4:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-blue-4:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-blue-4:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-blue-4:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-blue-4:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-brown-1:focus::-webkit-input-placeholder {
    color: #6e441e 
  }

  .xl\:focus\:placeholder-brown-1:focus::-moz-placeholder {
    color: #6e441e 
  }

  .xl\:focus\:placeholder-brown-1:focus:-ms-input-placeholder {
    color: #6e441e 
  }

  .xl\:focus\:placeholder-brown-1:focus::-ms-input-placeholder {
    color: #6e441e 
  }

  .xl\:focus\:placeholder-brown-1:focus::placeholder {
    color: #6e441e 
  }

  .xl\:focus\:placeholder-green-1:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-green-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-green-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-green-1:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-green-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-green-2:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-green-2:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-green-2:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-green-2:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-green-2:focus::placeholder {
    --placeholder-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-purple-1:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-purple-1:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-purple-1:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-purple-1:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-purple-1:focus::placeholder {
    --placeholder-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-purple-2:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-purple-2:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-purple-2:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-purple-2:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .xl\:focus\:placeholder-purple-2:focus::placeholder {
    --placeholder-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--placeholder-opacity))
  }

  .xl\:placeholder-opacity-0::-webkit-input-placeholder {
    --placeholder-opacity: 0
  }

  .xl\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0
  }

  .xl\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0
  }

  .xl\:placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0
  }

  .xl\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0
  }

  .xl\:placeholder-opacity-25::-webkit-input-placeholder {
    --placeholder-opacity: 0.25
  }

  .xl\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25
  }

  .xl\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25
  }

  .xl\:placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25
  }

  .xl\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25
  }

  .xl\:placeholder-opacity-50::-webkit-input-placeholder {
    --placeholder-opacity: 0.5
  }

  .xl\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5
  }

  .xl\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5
  }

  .xl\:placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5
  }

  .xl\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5
  }

  .xl\:placeholder-opacity-75::-webkit-input-placeholder {
    --placeholder-opacity: 0.75
  }

  .xl\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75
  }

  .xl\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75
  }

  .xl\:placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75
  }

  .xl\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75
  }

  .xl\:placeholder-opacity-100::-webkit-input-placeholder {
    --placeholder-opacity: 1
  }

  .xl\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1
  }

  .xl\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1
  }

  .xl\:placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1
  }

  .xl\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1
  }

  .xl\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0
  }

  .xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0
  }

  .xl\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0
  }

  .xl\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.25
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25
  }

  .xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25
  }

  .xl\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25
  }

  .xl\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.5
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5
  }

  .xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5
  }

  .xl\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5
  }

  .xl\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.75
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75
  }

  .xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75
  }

  .xl\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75
  }

  .xl\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1
  }

  .xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1
  }

  .xl\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1
  }

  .xl\:pointer-events-none {
    pointer-events: none
  }

  .xl\:pointer-events-auto {
    pointer-events: auto
  }

  .xl\:static {
    position: static
  }

  .xl\:fixed {
    position: fixed
  }

  .xl\:absolute {
    position: absolute
  }

  .xl\:relative {
    position: relative
  }

  .xl\:sticky {
    position: -webkit-sticky;
    position: sticky
  }

  .xl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }

  .xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
  }

  .xl\:inset-y-0 {
    top: 0;
    bottom: 0
  }

  .xl\:inset-x-0 {
    right: 0;
    left: 0
  }

  .xl\:inset-y-auto {
    top: auto;
    bottom: auto
  }

  .xl\:inset-x-auto {
    right: auto;
    left: auto
  }

  .xl\:top-0 {
    top: 0
  }

  .xl\:right-0 {
    right: 0
  }

  .xl\:bottom-0 {
    bottom: 0
  }

  .xl\:left-0 {
    left: 0
  }

  .xl\:top-auto {
    top: auto
  }

  .xl\:right-auto {
    right: auto
  }

  .xl\:bottom-auto {
    bottom: auto
  }

  .xl\:left-auto {
    left: auto
  }

  .xl\:resize-none {
    resize: none
  }

  .xl\:resize-y {
    resize: vertical
  }

  .xl\:resize-x {
    resize: horizontal
  }

  .xl\:resize {
    resize: both
  }

  .xl\:shadow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .xl\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none
  }

  .xl\:hover\:shadow:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .xl\:hover\:shadow-none:hover {
    -webkit-box-shadow: none;
            box-shadow: none
  }

  .xl\:focus\:shadow:focus {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .xl\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
            box-shadow: none
  }

  .xl\:fill-current {
    fill: currentColor
  }

  .xl\:stroke-current {
    stroke: currentColor
  }

  .xl\:stroke-0 {
    stroke-width: 0
  }

  .xl\:stroke-1 {
    stroke-width: 1
  }

  .xl\:stroke-2 {
    stroke-width: 2
  }

  .xl\:table-auto {
    table-layout: auto
  }

  .xl\:table-fixed {
    table-layout: fixed
  }

  .xl\:text-left {
    text-align: left
  }

  .xl\:text-center {
    text-align: center
  }

  .xl\:text-right {
    text-align: right
  }

  .xl\:text-justify {
    text-align: justify
  }

  .xl\:text-transparent {
    color: transparent
  }

  .xl\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
  }

  .xl\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
  }

  .xl\:text-gray-1 {
    --text-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--text-opacity))
  }

  .xl\:text-gray-2 {
    --text-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--text-opacity))
  }

  .xl\:text-gray-3 {
    --text-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--text-opacity))
  }

  .xl\:text-gray-4 {
    --text-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--text-opacity))
  }

  .xl\:text-gray-5 {
    --text-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--text-opacity))
  }

  .xl\:text-gray-6 {
    --text-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--text-opacity))
  }

  .xl\:text-red-1 {
    --text-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--text-opacity))
  }

  .xl\:text-orange-1 {
    --text-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--text-opacity))
  }

  .xl\:text-orange-2 {
    --text-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--text-opacity))
  }

  .xl\:text-blue-1 {
    --text-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--text-opacity))
  }

  .xl\:text-blue-2 {
    --text-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--text-opacity))
  }

  .xl\:text-blue-3 {
    --text-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--text-opacity))
  }

  .xl\:text-blue-4 {
    --text-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--text-opacity))
  }

  .xl\:text-brown-1 {
    color: #6e441e 
  }

  .xl\:text-green-1 {
    --text-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--text-opacity))
  }

  .xl\:text-green-2 {
    --text-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--text-opacity))
  }

  .xl\:text-purple-1 {
    --text-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--text-opacity))
  }

  .xl\:text-purple-2 {
    --text-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--text-opacity))
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent
  }

  .xl\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
  }

  .xl\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
  }

  .xl\:hover\:text-gray-1:hover {
    --text-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--text-opacity))
  }

  .xl\:hover\:text-gray-2:hover {
    --text-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--text-opacity))
  }

  .xl\:hover\:text-gray-3:hover {
    --text-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--text-opacity))
  }

  .xl\:hover\:text-gray-4:hover {
    --text-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--text-opacity))
  }

  .xl\:hover\:text-gray-5:hover {
    --text-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--text-opacity))
  }

  .xl\:hover\:text-gray-6:hover {
    --text-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--text-opacity))
  }

  .xl\:hover\:text-red-1:hover {
    --text-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--text-opacity))
  }

  .xl\:hover\:text-orange-1:hover {
    --text-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--text-opacity))
  }

  .xl\:hover\:text-orange-2:hover {
    --text-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--text-opacity))
  }

  .xl\:hover\:text-blue-1:hover {
    --text-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--text-opacity))
  }

  .xl\:hover\:text-blue-2:hover {
    --text-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--text-opacity))
  }

  .xl\:hover\:text-blue-3:hover {
    --text-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--text-opacity))
  }

  .xl\:hover\:text-blue-4:hover {
    --text-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--text-opacity))
  }

  .xl\:hover\:text-brown-1:hover {
    color: #6e441e 
  }

  .xl\:hover\:text-green-1:hover {
    --text-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--text-opacity))
  }

  .xl\:hover\:text-green-2:hover {
    --text-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--text-opacity))
  }

  .xl\:hover\:text-purple-1:hover {
    --text-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--text-opacity))
  }

  .xl\:hover\:text-purple-2:hover {
    --text-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--text-opacity))
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent
  }

  .xl\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
  }

  .xl\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
  }

  .xl\:focus\:text-gray-1:focus {
    --text-opacity: 1;
    color: #48433f;
    color: rgba(72, 67, 63, var(--text-opacity))
  }

  .xl\:focus\:text-gray-2:focus {
    --text-opacity: 1;
    color: #a2a2a2;
    color: rgba(162, 162, 162, var(--text-opacity))
  }

  .xl\:focus\:text-gray-3:focus {
    --text-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, var(--text-opacity))
  }

  .xl\:focus\:text-gray-4:focus {
    --text-opacity: 1;
    color: #e9e8e8;
    color: rgba(233, 232, 232, var(--text-opacity))
  }

  .xl\:focus\:text-gray-5:focus {
    --text-opacity: 1;
    color: #edf1f6;
    color: rgba(237, 241, 246, var(--text-opacity))
  }

  .xl\:focus\:text-gray-6:focus {
    --text-opacity: 1;
    color: #f2f2f3;
    color: rgba(242, 242, 243, var(--text-opacity))
  }

  .xl\:focus\:text-red-1:focus {
    --text-opacity: 1;
    color: #c00000;
    color: rgba(192, 0, 0, var(--text-opacity))
  }

  .xl\:focus\:text-orange-1:focus {
    --text-opacity: 1;
    color: #ff9a00;
    color: rgba(255, 154, 0, var(--text-opacity))
  }

  .xl\:focus\:text-orange-2:focus {
    --text-opacity: 1;
    color: #f4530c;
    color: rgba(244, 83, 12, var(--text-opacity))
  }

  .xl\:focus\:text-blue-1:focus {
    --text-opacity: 1;
    color: #17649f;
    color: rgba(23, 100, 159, var(--text-opacity))
  }

  .xl\:focus\:text-blue-2:focus {
    --text-opacity: 1;
    color: #003366;
    color: rgba(0, 51, 102, var(--text-opacity))
  }

  .xl\:focus\:text-blue-3:focus {
    --text-opacity: 1;
    color: #0b2f4b;
    color: rgba(11, 47, 75, var(--text-opacity))
  }

  .xl\:focus\:text-blue-4:focus {
    --text-opacity: 1;
    color: #1b75bb;
    color: rgba(27, 117, 187, var(--text-opacity))
  }

  .xl\:focus\:text-brown-1:focus {
    color: #6e441e 
  }

  .xl\:focus\:text-green-1:focus {
    --text-opacity: 1;
    color: #d7e5b7;
    color: rgba(215, 229, 183, var(--text-opacity))
  }

  .xl\:focus\:text-green-2:focus {
    --text-opacity: 1;
    color: #334d10;
    color: rgba(51, 77, 16, var(--text-opacity))
  }

  .xl\:focus\:text-purple-1:focus {
    --text-opacity: 1;
    color: #403862;
    color: rgba(64, 56, 98, var(--text-opacity))
  }

  .xl\:focus\:text-purple-2:focus {
    --text-opacity: 1;
    color: #554a82;
    color: rgba(85, 74, 130, var(--text-opacity))
  }

  .xl\:text-opacity-0 {
    --text-opacity: 0
  }

  .xl\:text-opacity-25 {
    --text-opacity: 0.25
  }

  .xl\:text-opacity-50 {
    --text-opacity: 0.5
  }

  .xl\:text-opacity-75 {
    --text-opacity: 0.75
  }

  .xl\:text-opacity-100 {
    --text-opacity: 1
  }

  .xl\:hover\:text-opacity-0:hover {
    --text-opacity: 0
  }

  .xl\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25
  }

  .xl\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5
  }

  .xl\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75
  }

  .xl\:hover\:text-opacity-100:hover {
    --text-opacity: 1
  }

  .xl\:focus\:text-opacity-0:focus {
    --text-opacity: 0
  }

  .xl\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25
  }

  .xl\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5
  }

  .xl\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75
  }

  .xl\:focus\:text-opacity-100:focus {
    --text-opacity: 1
  }

  .xl\:italic {
    font-style: italic
  }

  .xl\:not-italic {
    font-style: normal
  }

  .xl\:uppercase {
    text-transform: uppercase
  }

  .xl\:lowercase {
    text-transform: lowercase
  }

  .xl\:capitalize {
    text-transform: capitalize
  }

  .xl\:normal-case {
    text-transform: none
  }

  .xl\:underline {
    text-decoration: underline
  }

  .xl\:line-through {
    text-decoration: line-through
  }

  .xl\:no-underline {
    text-decoration: none
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
  }

  .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction)
  }

  .xl\:normal-nums {
    font-variant-numeric: normal
  }

  .xl\:ordinal {
    --font-variant-numeric-ordinal: ordinal
  }

  .xl\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero
  }

  .xl\:lining-nums {
    --font-variant-numeric-figure: lining-nums
  }

  .xl\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums
  }

  .xl\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums
  }

  .xl\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums
  }

  .xl\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions
  }

  .xl\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions
  }

  .xl\:tracking-tighter {
    letter-spacing: -0.05em
  }

  .xl\:tracking-tight {
    letter-spacing: -0.025em
  }

  .xl\:tracking-normal {
    letter-spacing: 0
  }

  .xl\:tracking-wide {
    letter-spacing: 0.025em
  }

  .xl\:tracking-wider {
    letter-spacing: 0.05em
  }

  .xl\:tracking-widest {
    letter-spacing: 0.1em
  }

  .xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none
  }

  .xl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text
  }

  .xl\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all
  }

  .xl\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto
  }

  .xl\:align-baseline {
    vertical-align: baseline
  }

  .xl\:align-top {
    vertical-align: top
  }

  .xl\:align-middle {
    vertical-align: middle
  }

  .xl\:align-bottom {
    vertical-align: bottom
  }

  .xl\:align-text-top {
    vertical-align: text-top
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom
  }

  .xl\:visible {
    visibility: visible
  }

  .xl\:invisible {
    visibility: hidden
  }

  .xl\:whitespace-normal {
    white-space: normal
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap
  }

  .xl\:whitespace-pre {
    white-space: pre
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap
  }

  .xl\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal
  }

  .xl\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word
  }

  .xl\:break-all {
    word-break: break-all
  }

  .xl\:truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap
  }

  .xl\:w-0 {
    width: 0
  }

  .xl\:w-1 {
    width: 5px
  }

  .xl\:w-2 {
    width: 10px
  }

  .xl\:w-3 {
    width: 15px
  }

  .xl\:w-4 {
    width: 20px
  }

  .xl\:w-5 {
    width: 25px
  }

  .xl\:w-6 {
    width: 30px
  }

  .xl\:w-7 {
    width: 35px
  }

  .xl\:w-8 {
    width: 40px
  }

  .xl\:w-9 {
    width: 45px
  }

  .xl\:w-10 {
    width: 50px
  }

  .xl\:w-11 {
    width: 55px
  }

  .xl\:w-12 {
    width: 60px
  }

  .xl\:w-13 {
    width: 65px
  }

  .xl\:w-14 {
    width: 70px
  }

  .xl\:w-15 {
    width: 75px
  }

  .xl\:w-16 {
    width: 80px
  }

  .xl\:w-17 {
    width: 85px
  }

  .xl\:w-18 {
    width: 90px
  }

  .xl\:w-19 {
    width: 95px
  }

  .xl\:w-20 {
    width: 100px
  }

  .xl\:w-auto {
    width: auto
  }

  .xl\:w-xxs {
    width: 8px
  }

  .xl\:w-xs {
    width: 12px
  }

  .xl\:w-sm {
    width: 24px
  }

  .xl\:w-md {
    width: 48px
  }

  .xl\:w-lg {
    width: 64px
  }

  .xl\:w-xl {
    width: 128px
  }

  .xl\:w-1\/2 {
    width: 50%
  }

  .xl\:w-1\/3 {
    width: 33.333333%
  }

  .xl\:w-2\/3 {
    width: 66.666667%
  }

  .xl\:w-1\/4 {
    width: 25%
  }

  .xl\:w-2\/4 {
    width: 50%
  }

  .xl\:w-3\/4 {
    width: 75%
  }

  .xl\:w-1\/5 {
    width: 20%
  }

  .xl\:w-2\/5 {
    width: 40%
  }

  .xl\:w-3\/5 {
    width: 60%
  }

  .xl\:w-4\/5 {
    width: 80%
  }

  .xl\:w-1\/6 {
    width: 16.666667%
  }

  .xl\:w-2\/6 {
    width: 33.333333%
  }

  .xl\:w-3\/6 {
    width: 50%
  }

  .xl\:w-4\/6 {
    width: 66.666667%
  }

  .xl\:w-5\/6 {
    width: 83.333333%
  }

  .xl\:w-1\/12 {
    width: 8.333333%
  }

  .xl\:w-2\/12 {
    width: 16.666667%
  }

  .xl\:w-3\/12 {
    width: 25%
  }

  .xl\:w-4\/12 {
    width: 33.333333%
  }

  .xl\:w-5\/12 {
    width: 41.666667%
  }

  .xl\:w-6\/12 {
    width: 50%
  }

  .xl\:w-7\/12 {
    width: 58.333333%
  }

  .xl\:w-8\/12 {
    width: 66.666667%
  }

  .xl\:w-9\/12 {
    width: 75%
  }

  .xl\:w-10\/12 {
    width: 83.333333%
  }

  .xl\:w-11\/12 {
    width: 91.666667%
  }

  .xl\:w-full {
    width: 100%
  }

  .xl\:w-screen {
    width: 100vw
  }

  .xl\:z-0 {
    z-index: 0
  }

  .xl\:z-10 {
    z-index: 10
  }

  .xl\:z-20 {
    z-index: 20
  }

  .xl\:z-30 {
    z-index: 30
  }

  .xl\:z-40 {
    z-index: 40
  }

  .xl\:z-50 {
    z-index: 50
  }

  .xl\:z-auto {
    z-index: auto
  }

  .xl\:z-below {
    z-index: -1
  }

  .xl\:z-max {
    z-index: 9999
  }

  .xl\:gap-0 {
    grid-gap: 0;
    gap: 0
  }

  .xl\:gap-1 {
    grid-gap: 5px;
    gap: 5px
  }

  .xl\:gap-2 {
    grid-gap: 10px;
    gap: 10px
  }

  .xl\:gap-3 {
    grid-gap: 15px;
    gap: 15px
  }

  .xl\:gap-4 {
    grid-gap: 20px;
    gap: 20px
  }

  .xl\:gap-5 {
    grid-gap: 25px;
    gap: 25px
  }

  .xl\:gap-6 {
    grid-gap: 30px;
    gap: 30px
  }

  .xl\:gap-7 {
    grid-gap: 35px;
    gap: 35px
  }

  .xl\:gap-8 {
    grid-gap: 40px;
    gap: 40px
  }

  .xl\:gap-9 {
    grid-gap: 45px;
    gap: 45px
  }

  .xl\:gap-10 {
    grid-gap: 50px;
    gap: 50px
  }

  .xl\:gap-11 {
    grid-gap: 55px;
    gap: 55px
  }

  .xl\:gap-12 {
    grid-gap: 60px;
    gap: 60px
  }

  .xl\:gap-13 {
    grid-gap: 65px;
    gap: 65px
  }

  .xl\:gap-14 {
    grid-gap: 70px;
    gap: 70px
  }

  .xl\:gap-15 {
    grid-gap: 75px;
    gap: 75px
  }

  .xl\:gap-16 {
    grid-gap: 80px;
    gap: 80px
  }

  .xl\:gap-17 {
    grid-gap: 85px;
    gap: 85px
  }

  .xl\:gap-18 {
    grid-gap: 90px;
    gap: 90px
  }

  .xl\:gap-19 {
    grid-gap: 95px;
    gap: 95px
  }

  .xl\:gap-20 {
    grid-gap: 100px;
    gap: 100px
  }

  .xl\:gap-xxs {
    grid-gap: 8px;
    gap: 8px
  }

  .xl\:gap-xs {
    grid-gap: 12px;
    gap: 12px
  }

  .xl\:gap-sm {
    grid-gap: 24px;
    gap: 24px
  }

  .xl\:gap-md {
    grid-gap: 48px;
    gap: 48px
  }

  .xl\:gap-lg {
    grid-gap: 64px;
    gap: 64px
  }

  .xl\:gap-xl {
    grid-gap: 128px;
    gap: 128px
  }

  .xl\:col-gap-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0
  }

  .xl\:col-gap-1 {
    grid-column-gap: 5px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px
  }

  .xl\:col-gap-2 {
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px
  }

  .xl\:col-gap-3 {
    grid-column-gap: 15px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px
  }

  .xl\:col-gap-4 {
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px
  }

  .xl\:col-gap-5 {
    grid-column-gap: 25px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px
  }

  .xl\:col-gap-6 {
    grid-column-gap: 30px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px
  }

  .xl\:col-gap-7 {
    grid-column-gap: 35px;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px
  }

  .xl\:col-gap-8 {
    grid-column-gap: 40px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px
  }

  .xl\:col-gap-9 {
    grid-column-gap: 45px;
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px
  }

  .xl\:col-gap-10 {
    grid-column-gap: 50px;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px
  }

  .xl\:col-gap-11 {
    grid-column-gap: 55px;
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px
  }

  .xl\:col-gap-12 {
    grid-column-gap: 60px;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px
  }

  .xl\:col-gap-13 {
    grid-column-gap: 65px;
    -webkit-column-gap: 65px;
       -moz-column-gap: 65px;
            column-gap: 65px
  }

  .xl\:col-gap-14 {
    grid-column-gap: 70px;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px
  }

  .xl\:col-gap-15 {
    grid-column-gap: 75px;
    -webkit-column-gap: 75px;
       -moz-column-gap: 75px;
            column-gap: 75px
  }

  .xl\:col-gap-16 {
    grid-column-gap: 80px;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px
  }

  .xl\:col-gap-17 {
    grid-column-gap: 85px;
    -webkit-column-gap: 85px;
       -moz-column-gap: 85px;
            column-gap: 85px
  }

  .xl\:col-gap-18 {
    grid-column-gap: 90px;
    -webkit-column-gap: 90px;
       -moz-column-gap: 90px;
            column-gap: 90px
  }

  .xl\:col-gap-19 {
    grid-column-gap: 95px;
    -webkit-column-gap: 95px;
       -moz-column-gap: 95px;
            column-gap: 95px
  }

  .xl\:col-gap-20 {
    grid-column-gap: 100px;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px
  }

  .xl\:col-gap-xxs {
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px
  }

  .xl\:col-gap-xs {
    grid-column-gap: 12px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px
  }

  .xl\:col-gap-sm {
    grid-column-gap: 24px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px
  }

  .xl\:col-gap-md {
    grid-column-gap: 48px;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px
  }

  .xl\:col-gap-lg {
    grid-column-gap: 64px;
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px
  }

  .xl\:col-gap-xl {
    grid-column-gap: 128px;
    -webkit-column-gap: 128px;
       -moz-column-gap: 128px;
            column-gap: 128px
  }

  .xl\:gap-x-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0
  }

  .xl\:gap-x-1 {
    grid-column-gap: 5px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px
  }

  .xl\:gap-x-2 {
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px
  }

  .xl\:gap-x-3 {
    grid-column-gap: 15px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px
  }

  .xl\:gap-x-4 {
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px
  }

  .xl\:gap-x-5 {
    grid-column-gap: 25px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px
  }

  .xl\:gap-x-6 {
    grid-column-gap: 30px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px
  }

  .xl\:gap-x-7 {
    grid-column-gap: 35px;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px
  }

  .xl\:gap-x-8 {
    grid-column-gap: 40px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px
  }

  .xl\:gap-x-9 {
    grid-column-gap: 45px;
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px
  }

  .xl\:gap-x-10 {
    grid-column-gap: 50px;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px
  }

  .xl\:gap-x-11 {
    grid-column-gap: 55px;
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px
  }

  .xl\:gap-x-12 {
    grid-column-gap: 60px;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px
  }

  .xl\:gap-x-13 {
    grid-column-gap: 65px;
    -webkit-column-gap: 65px;
       -moz-column-gap: 65px;
            column-gap: 65px
  }

  .xl\:gap-x-14 {
    grid-column-gap: 70px;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px
  }

  .xl\:gap-x-15 {
    grid-column-gap: 75px;
    -webkit-column-gap: 75px;
       -moz-column-gap: 75px;
            column-gap: 75px
  }

  .xl\:gap-x-16 {
    grid-column-gap: 80px;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px
  }

  .xl\:gap-x-17 {
    grid-column-gap: 85px;
    -webkit-column-gap: 85px;
       -moz-column-gap: 85px;
            column-gap: 85px
  }

  .xl\:gap-x-18 {
    grid-column-gap: 90px;
    -webkit-column-gap: 90px;
       -moz-column-gap: 90px;
            column-gap: 90px
  }

  .xl\:gap-x-19 {
    grid-column-gap: 95px;
    -webkit-column-gap: 95px;
       -moz-column-gap: 95px;
            column-gap: 95px
  }

  .xl\:gap-x-20 {
    grid-column-gap: 100px;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px
  }

  .xl\:gap-x-xxs {
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px
  }

  .xl\:gap-x-xs {
    grid-column-gap: 12px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px
  }

  .xl\:gap-x-sm {
    grid-column-gap: 24px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px
  }

  .xl\:gap-x-md {
    grid-column-gap: 48px;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px
  }

  .xl\:gap-x-lg {
    grid-column-gap: 64px;
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px
  }

  .xl\:gap-x-xl {
    grid-column-gap: 128px;
    -webkit-column-gap: 128px;
       -moz-column-gap: 128px;
            column-gap: 128px
  }

  .xl\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0
  }

  .xl\:row-gap-1 {
    grid-row-gap: 5px;
    row-gap: 5px
  }

  .xl\:row-gap-2 {
    grid-row-gap: 10px;
    row-gap: 10px
  }

  .xl\:row-gap-3 {
    grid-row-gap: 15px;
    row-gap: 15px
  }

  .xl\:row-gap-4 {
    grid-row-gap: 20px;
    row-gap: 20px
  }

  .xl\:row-gap-5 {
    grid-row-gap: 25px;
    row-gap: 25px
  }

  .xl\:row-gap-6 {
    grid-row-gap: 30px;
    row-gap: 30px
  }

  .xl\:row-gap-7 {
    grid-row-gap: 35px;
    row-gap: 35px
  }

  .xl\:row-gap-8 {
    grid-row-gap: 40px;
    row-gap: 40px
  }

  .xl\:row-gap-9 {
    grid-row-gap: 45px;
    row-gap: 45px
  }

  .xl\:row-gap-10 {
    grid-row-gap: 50px;
    row-gap: 50px
  }

  .xl\:row-gap-11 {
    grid-row-gap: 55px;
    row-gap: 55px
  }

  .xl\:row-gap-12 {
    grid-row-gap: 60px;
    row-gap: 60px
  }

  .xl\:row-gap-13 {
    grid-row-gap: 65px;
    row-gap: 65px
  }

  .xl\:row-gap-14 {
    grid-row-gap: 70px;
    row-gap: 70px
  }

  .xl\:row-gap-15 {
    grid-row-gap: 75px;
    row-gap: 75px
  }

  .xl\:row-gap-16 {
    grid-row-gap: 80px;
    row-gap: 80px
  }

  .xl\:row-gap-17 {
    grid-row-gap: 85px;
    row-gap: 85px
  }

  .xl\:row-gap-18 {
    grid-row-gap: 90px;
    row-gap: 90px
  }

  .xl\:row-gap-19 {
    grid-row-gap: 95px;
    row-gap: 95px
  }

  .xl\:row-gap-20 {
    grid-row-gap: 100px;
    row-gap: 100px
  }

  .xl\:row-gap-xxs {
    grid-row-gap: 8px;
    row-gap: 8px
  }

  .xl\:row-gap-xs {
    grid-row-gap: 12px;
    row-gap: 12px
  }

  .xl\:row-gap-sm {
    grid-row-gap: 24px;
    row-gap: 24px
  }

  .xl\:row-gap-md {
    grid-row-gap: 48px;
    row-gap: 48px
  }

  .xl\:row-gap-lg {
    grid-row-gap: 64px;
    row-gap: 64px
  }

  .xl\:row-gap-xl {
    grid-row-gap: 128px;
    row-gap: 128px
  }

  .xl\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0
  }

  .xl\:gap-y-1 {
    grid-row-gap: 5px;
    row-gap: 5px
  }

  .xl\:gap-y-2 {
    grid-row-gap: 10px;
    row-gap: 10px
  }

  .xl\:gap-y-3 {
    grid-row-gap: 15px;
    row-gap: 15px
  }

  .xl\:gap-y-4 {
    grid-row-gap: 20px;
    row-gap: 20px
  }

  .xl\:gap-y-5 {
    grid-row-gap: 25px;
    row-gap: 25px
  }

  .xl\:gap-y-6 {
    grid-row-gap: 30px;
    row-gap: 30px
  }

  .xl\:gap-y-7 {
    grid-row-gap: 35px;
    row-gap: 35px
  }

  .xl\:gap-y-8 {
    grid-row-gap: 40px;
    row-gap: 40px
  }

  .xl\:gap-y-9 {
    grid-row-gap: 45px;
    row-gap: 45px
  }

  .xl\:gap-y-10 {
    grid-row-gap: 50px;
    row-gap: 50px
  }

  .xl\:gap-y-11 {
    grid-row-gap: 55px;
    row-gap: 55px
  }

  .xl\:gap-y-12 {
    grid-row-gap: 60px;
    row-gap: 60px
  }

  .xl\:gap-y-13 {
    grid-row-gap: 65px;
    row-gap: 65px
  }

  .xl\:gap-y-14 {
    grid-row-gap: 70px;
    row-gap: 70px
  }

  .xl\:gap-y-15 {
    grid-row-gap: 75px;
    row-gap: 75px
  }

  .xl\:gap-y-16 {
    grid-row-gap: 80px;
    row-gap: 80px
  }

  .xl\:gap-y-17 {
    grid-row-gap: 85px;
    row-gap: 85px
  }

  .xl\:gap-y-18 {
    grid-row-gap: 90px;
    row-gap: 90px
  }

  .xl\:gap-y-19 {
    grid-row-gap: 95px;
    row-gap: 95px
  }

  .xl\:gap-y-20 {
    grid-row-gap: 100px;
    row-gap: 100px
  }

  .xl\:gap-y-xxs {
    grid-row-gap: 8px;
    row-gap: 8px
  }

  .xl\:gap-y-xs {
    grid-row-gap: 12px;
    row-gap: 12px
  }

  .xl\:gap-y-sm {
    grid-row-gap: 24px;
    row-gap: 24px
  }

  .xl\:gap-y-md {
    grid-row-gap: 48px;
    row-gap: 48px
  }

  .xl\:gap-y-lg {
    grid-row-gap: 64px;
    row-gap: 64px
  }

  .xl\:gap-y-xl {
    grid-row-gap: 128px;
    row-gap: 128px
  }

  .xl\:grid-flow-row {
    grid-auto-flow: row
  }

  .xl\:grid-flow-col {
    grid-auto-flow: column
  }

  .xl\:grid-flow-row-dense {
    grid-auto-flow: row dense
  }

  .xl\:grid-flow-col-dense {
    grid-auto-flow: column dense
  }

  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }

  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr))
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr))
  }

  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr))
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }

  .xl\:grid-cols-none {
    grid-template-columns: none
  }

  .xl\:auto-cols-auto {
    grid-auto-columns: auto
  }

  .xl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content
  }

  .xl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content
  }

  .xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr)
  }

  .xl\:col-auto {
    grid-column: auto
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10
  }

  .xl\:col-span-11 {
    grid-column: span 11 / span 11
  }

  .xl\:col-span-12 {
    grid-column: span 12 / span 12
  }

  .xl\:col-start-1 {
    grid-column-start: 1
  }

  .xl\:col-start-2 {
    grid-column-start: 2
  }

  .xl\:col-start-3 {
    grid-column-start: 3
  }

  .xl\:col-start-4 {
    grid-column-start: 4
  }

  .xl\:col-start-5 {
    grid-column-start: 5
  }

  .xl\:col-start-6 {
    grid-column-start: 6
  }

  .xl\:col-start-7 {
    grid-column-start: 7
  }

  .xl\:col-start-8 {
    grid-column-start: 8
  }

  .xl\:col-start-9 {
    grid-column-start: 9
  }

  .xl\:col-start-10 {
    grid-column-start: 10
  }

  .xl\:col-start-11 {
    grid-column-start: 11
  }

  .xl\:col-start-12 {
    grid-column-start: 12
  }

  .xl\:col-start-13 {
    grid-column-start: 13
  }

  .xl\:col-start-auto {
    grid-column-start: auto
  }

  .xl\:col-end-1 {
    grid-column-end: 1
  }

  .xl\:col-end-2 {
    grid-column-end: 2
  }

  .xl\:col-end-3 {
    grid-column-end: 3
  }

  .xl\:col-end-4 {
    grid-column-end: 4
  }

  .xl\:col-end-5 {
    grid-column-end: 5
  }

  .xl\:col-end-6 {
    grid-column-end: 6
  }

  .xl\:col-end-7 {
    grid-column-end: 7
  }

  .xl\:col-end-8 {
    grid-column-end: 8
  }

  .xl\:col-end-9 {
    grid-column-end: 9
  }

  .xl\:col-end-10 {
    grid-column-end: 10
  }

  .xl\:col-end-11 {
    grid-column-end: 11
  }

  .xl\:col-end-12 {
    grid-column-end: 12
  }

  .xl\:col-end-13 {
    grid-column-end: 13
  }

  .xl\:col-end-auto {
    grid-column-end: auto
  }

  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr))
  }

  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr))
  }

  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr))
  }

  .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr))
  }

  .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr))
  }

  .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr))
  }

  .xl\:grid-rows-none {
    grid-template-rows: none
  }

  .xl\:auto-rows-auto {
    grid-auto-rows: auto
  }

  .xl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content
  }

  .xl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content
  }

  .xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr)
  }

  .xl\:row-auto {
    grid-row: auto
  }

  .xl\:row-span-1 {
    grid-row: span 1 / span 1
  }

  .xl\:row-span-2 {
    grid-row: span 2 / span 2
  }

  .xl\:row-span-3 {
    grid-row: span 3 / span 3
  }

  .xl\:row-span-4 {
    grid-row: span 4 / span 4
  }

  .xl\:row-span-5 {
    grid-row: span 5 / span 5
  }

  .xl\:row-span-6 {
    grid-row: span 6 / span 6
  }

  .xl\:row-start-1 {
    grid-row-start: 1
  }

  .xl\:row-start-2 {
    grid-row-start: 2
  }

  .xl\:row-start-3 {
    grid-row-start: 3
  }

  .xl\:row-start-4 {
    grid-row-start: 4
  }

  .xl\:row-start-5 {
    grid-row-start: 5
  }

  .xl\:row-start-6 {
    grid-row-start: 6
  }

  .xl\:row-start-7 {
    grid-row-start: 7
  }

  .xl\:row-start-auto {
    grid-row-start: auto
  }

  .xl\:row-end-1 {
    grid-row-end: 1
  }

  .xl\:row-end-2 {
    grid-row-end: 2
  }

  .xl\:row-end-3 {
    grid-row-end: 3
  }

  .xl\:row-end-4 {
    grid-row-end: 4
  }

  .xl\:row-end-5 {
    grid-row-end: 5
  }

  .xl\:row-end-6 {
    grid-row-end: 6
  }

  .xl\:row-end-7 {
    grid-row-end: 7
  }

  .xl\:row-end-auto {
    grid-row-end: auto
  }

  .xl\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
        -ms-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
  }

  .xl\:transform-none {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none
  }

  .xl\:origin-center {
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center
  }

  .xl\:origin-top {
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top
  }

  .xl\:origin-top-right {
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right
  }

  .xl\:origin-right {
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right
  }

  .xl\:origin-bottom-right {
    -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
            transform-origin: bottom right
  }

  .xl\:origin-bottom {
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom
  }

  .xl\:origin-bottom-left {
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left
  }

  .xl\:origin-left {
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left
  }

  .xl\:origin-top-left {
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left
  }

  .xl\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .xl\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .xl\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .xl\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .xl\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .xl\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .xl\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .xl\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .xl\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .xl\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .xl\:scale-x-0 {
    --transform-scale-x: 0
  }

  .xl\:scale-x-50 {
    --transform-scale-x: .5
  }

  .xl\:scale-x-75 {
    --transform-scale-x: .75
  }

  .xl\:scale-x-90 {
    --transform-scale-x: .9
  }

  .xl\:scale-x-95 {
    --transform-scale-x: .95
  }

  .xl\:scale-x-100 {
    --transform-scale-x: 1
  }

  .xl\:scale-x-105 {
    --transform-scale-x: 1.05
  }

  .xl\:scale-x-110 {
    --transform-scale-x: 1.1
  }

  .xl\:scale-x-125 {
    --transform-scale-x: 1.25
  }

  .xl\:scale-x-150 {
    --transform-scale-x: 1.5
  }

  .xl\:scale-y-0 {
    --transform-scale-y: 0
  }

  .xl\:scale-y-50 {
    --transform-scale-y: .5
  }

  .xl\:scale-y-75 {
    --transform-scale-y: .75
  }

  .xl\:scale-y-90 {
    --transform-scale-y: .9
  }

  .xl\:scale-y-95 {
    --transform-scale-y: .95
  }

  .xl\:scale-y-100 {
    --transform-scale-y: 1
  }

  .xl\:scale-y-105 {
    --transform-scale-y: 1.05
  }

  .xl\:scale-y-110 {
    --transform-scale-y: 1.1
  }

  .xl\:scale-y-125 {
    --transform-scale-y: 1.25
  }

  .xl\:scale-y-150 {
    --transform-scale-y: 1.5
  }

  .xl\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .xl\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .xl\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .xl\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .xl\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .xl\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .xl\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .xl\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .xl\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .xl\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .xl\:hover\:scale-x-0:hover {
    --transform-scale-x: 0
  }

  .xl\:hover\:scale-x-50:hover {
    --transform-scale-x: .5
  }

  .xl\:hover\:scale-x-75:hover {
    --transform-scale-x: .75
  }

  .xl\:hover\:scale-x-90:hover {
    --transform-scale-x: .9
  }

  .xl\:hover\:scale-x-95:hover {
    --transform-scale-x: .95
  }

  .xl\:hover\:scale-x-100:hover {
    --transform-scale-x: 1
  }

  .xl\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05
  }

  .xl\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1
  }

  .xl\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25
  }

  .xl\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5
  }

  .xl\:hover\:scale-y-0:hover {
    --transform-scale-y: 0
  }

  .xl\:hover\:scale-y-50:hover {
    --transform-scale-y: .5
  }

  .xl\:hover\:scale-y-75:hover {
    --transform-scale-y: .75
  }

  .xl\:hover\:scale-y-90:hover {
    --transform-scale-y: .9
  }

  .xl\:hover\:scale-y-95:hover {
    --transform-scale-y: .95
  }

  .xl\:hover\:scale-y-100:hover {
    --transform-scale-y: 1
  }

  .xl\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05
  }

  .xl\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1
  }

  .xl\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25
  }

  .xl\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5
  }

  .xl\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .xl\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .xl\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .xl\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .xl\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .xl\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .xl\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .xl\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .xl\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .xl\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .xl\:focus\:scale-x-0:focus {
    --transform-scale-x: 0
  }

  .xl\:focus\:scale-x-50:focus {
    --transform-scale-x: .5
  }

  .xl\:focus\:scale-x-75:focus {
    --transform-scale-x: .75
  }

  .xl\:focus\:scale-x-90:focus {
    --transform-scale-x: .9
  }

  .xl\:focus\:scale-x-95:focus {
    --transform-scale-x: .95
  }

  .xl\:focus\:scale-x-100:focus {
    --transform-scale-x: 1
  }

  .xl\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05
  }

  .xl\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1
  }

  .xl\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25
  }

  .xl\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5
  }

  .xl\:focus\:scale-y-0:focus {
    --transform-scale-y: 0
  }

  .xl\:focus\:scale-y-50:focus {
    --transform-scale-y: .5
  }

  .xl\:focus\:scale-y-75:focus {
    --transform-scale-y: .75
  }

  .xl\:focus\:scale-y-90:focus {
    --transform-scale-y: .9
  }

  .xl\:focus\:scale-y-95:focus {
    --transform-scale-y: .95
  }

  .xl\:focus\:scale-y-100:focus {
    --transform-scale-y: 1
  }

  .xl\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05
  }

  .xl\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1
  }

  .xl\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25
  }

  .xl\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5
  }

  .xl\:rotate-0 {
    --transform-rotate: 0
  }

  .xl\:rotate-45 {
    --transform-rotate: 45deg
  }

  .xl\:rotate-90 {
    --transform-rotate: 90deg
  }

  .xl\:rotate-180 {
    --transform-rotate: 180deg
  }

  .xl\:-rotate-180 {
    --transform-rotate: -180deg
  }

  .xl\:-rotate-90 {
    --transform-rotate: -90deg
  }

  .xl\:-rotate-45 {
    --transform-rotate: -45deg
  }

  .xl\:hover\:rotate-0:hover {
    --transform-rotate: 0
  }

  .xl\:hover\:rotate-45:hover {
    --transform-rotate: 45deg
  }

  .xl\:hover\:rotate-90:hover {
    --transform-rotate: 90deg
  }

  .xl\:hover\:rotate-180:hover {
    --transform-rotate: 180deg
  }

  .xl\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg
  }

  .xl\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg
  }

  .xl\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg
  }

  .xl\:focus\:rotate-0:focus {
    --transform-rotate: 0
  }

  .xl\:focus\:rotate-45:focus {
    --transform-rotate: 45deg
  }

  .xl\:focus\:rotate-90:focus {
    --transform-rotate: 90deg
  }

  .xl\:focus\:rotate-180:focus {
    --transform-rotate: 180deg
  }

  .xl\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg
  }

  .xl\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg
  }

  .xl\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg
  }

  .xl\:translate-x-0 {
    --transform-translate-x: 0
  }

  .xl\:translate-x-1 {
    --transform-translate-x: 5px
  }

  .xl\:translate-x-2 {
    --transform-translate-x: 10px
  }

  .xl\:translate-x-3 {
    --transform-translate-x: 15px
  }

  .xl\:translate-x-4 {
    --transform-translate-x: 20px
  }

  .xl\:translate-x-5 {
    --transform-translate-x: 25px
  }

  .xl\:translate-x-6 {
    --transform-translate-x: 30px
  }

  .xl\:translate-x-7 {
    --transform-translate-x: 35px
  }

  .xl\:translate-x-8 {
    --transform-translate-x: 40px
  }

  .xl\:translate-x-9 {
    --transform-translate-x: 45px
  }

  .xl\:translate-x-10 {
    --transform-translate-x: 50px
  }

  .xl\:translate-x-11 {
    --transform-translate-x: 55px
  }

  .xl\:translate-x-12 {
    --transform-translate-x: 60px
  }

  .xl\:translate-x-13 {
    --transform-translate-x: 65px
  }

  .xl\:translate-x-14 {
    --transform-translate-x: 70px
  }

  .xl\:translate-x-15 {
    --transform-translate-x: 75px
  }

  .xl\:translate-x-16 {
    --transform-translate-x: 80px
  }

  .xl\:translate-x-17 {
    --transform-translate-x: 85px
  }

  .xl\:translate-x-18 {
    --transform-translate-x: 90px
  }

  .xl\:translate-x-19 {
    --transform-translate-x: 95px
  }

  .xl\:translate-x-20 {
    --transform-translate-x: 100px
  }

  .xl\:translate-x-xxs {
    --transform-translate-x: 8px
  }

  .xl\:translate-x-xs {
    --transform-translate-x: 12px
  }

  .xl\:translate-x-sm {
    --transform-translate-x: 24px
  }

  .xl\:translate-x-md {
    --transform-translate-x: 48px
  }

  .xl\:translate-x-lg {
    --transform-translate-x: 64px
  }

  .xl\:translate-x-xl {
    --transform-translate-x: 128px
  }

  .xl\:-translate-x-1 {
    --transform-translate-x: -5px
  }

  .xl\:-translate-x-2 {
    --transform-translate-x: -10px
  }

  .xl\:-translate-x-3 {
    --transform-translate-x: -15px
  }

  .xl\:-translate-x-4 {
    --transform-translate-x: -20px
  }

  .xl\:-translate-x-5 {
    --transform-translate-x: -25px
  }

  .xl\:-translate-x-6 {
    --transform-translate-x: -30px
  }

  .xl\:-translate-x-7 {
    --transform-translate-x: -35px
  }

  .xl\:-translate-x-8 {
    --transform-translate-x: -40px
  }

  .xl\:-translate-x-9 {
    --transform-translate-x: -45px
  }

  .xl\:-translate-x-10 {
    --transform-translate-x: -50px
  }

  .xl\:-translate-x-11 {
    --transform-translate-x: -55px
  }

  .xl\:-translate-x-12 {
    --transform-translate-x: -60px
  }

  .xl\:-translate-x-13 {
    --transform-translate-x: -65px
  }

  .xl\:-translate-x-14 {
    --transform-translate-x: -70px
  }

  .xl\:-translate-x-15 {
    --transform-translate-x: -75px
  }

  .xl\:-translate-x-16 {
    --transform-translate-x: -80px
  }

  .xl\:-translate-x-17 {
    --transform-translate-x: -85px
  }

  .xl\:-translate-x-18 {
    --transform-translate-x: -90px
  }

  .xl\:-translate-x-19 {
    --transform-translate-x: -95px
  }

  .xl\:-translate-x-20 {
    --transform-translate-x: -100px
  }

  .xl\:-translate-x-xxs {
    --transform-translate-x: -8px
  }

  .xl\:-translate-x-xs {
    --transform-translate-x: -12px
  }

  .xl\:-translate-x-sm {
    --transform-translate-x: -24px
  }

  .xl\:-translate-x-md {
    --transform-translate-x: -48px
  }

  .xl\:-translate-x-lg {
    --transform-translate-x: -64px
  }

  .xl\:-translate-x-xl {
    --transform-translate-x: -128px
  }

  .xl\:-translate-x-full {
    --transform-translate-x: -100%
  }

  .xl\:-translate-x-1\/2 {
    --transform-translate-x: -50%
  }

  .xl\:translate-x-1\/2 {
    --transform-translate-x: 50%
  }

  .xl\:translate-x-full {
    --transform-translate-x: 100%
  }

  .xl\:translate-y-0 {
    --transform-translate-y: 0
  }

  .xl\:translate-y-1 {
    --transform-translate-y: 5px
  }

  .xl\:translate-y-2 {
    --transform-translate-y: 10px
  }

  .xl\:translate-y-3 {
    --transform-translate-y: 15px
  }

  .xl\:translate-y-4 {
    --transform-translate-y: 20px
  }

  .xl\:translate-y-5 {
    --transform-translate-y: 25px
  }

  .xl\:translate-y-6 {
    --transform-translate-y: 30px
  }

  .xl\:translate-y-7 {
    --transform-translate-y: 35px
  }

  .xl\:translate-y-8 {
    --transform-translate-y: 40px
  }

  .xl\:translate-y-9 {
    --transform-translate-y: 45px
  }

  .xl\:translate-y-10 {
    --transform-translate-y: 50px
  }

  .xl\:translate-y-11 {
    --transform-translate-y: 55px
  }

  .xl\:translate-y-12 {
    --transform-translate-y: 60px
  }

  .xl\:translate-y-13 {
    --transform-translate-y: 65px
  }

  .xl\:translate-y-14 {
    --transform-translate-y: 70px
  }

  .xl\:translate-y-15 {
    --transform-translate-y: 75px
  }

  .xl\:translate-y-16 {
    --transform-translate-y: 80px
  }

  .xl\:translate-y-17 {
    --transform-translate-y: 85px
  }

  .xl\:translate-y-18 {
    --transform-translate-y: 90px
  }

  .xl\:translate-y-19 {
    --transform-translate-y: 95px
  }

  .xl\:translate-y-20 {
    --transform-translate-y: 100px
  }

  .xl\:translate-y-xxs {
    --transform-translate-y: 8px
  }

  .xl\:translate-y-xs {
    --transform-translate-y: 12px
  }

  .xl\:translate-y-sm {
    --transform-translate-y: 24px
  }

  .xl\:translate-y-md {
    --transform-translate-y: 48px
  }

  .xl\:translate-y-lg {
    --transform-translate-y: 64px
  }

  .xl\:translate-y-xl {
    --transform-translate-y: 128px
  }

  .xl\:-translate-y-1 {
    --transform-translate-y: -5px
  }

  .xl\:-translate-y-2 {
    --transform-translate-y: -10px
  }

  .xl\:-translate-y-3 {
    --transform-translate-y: -15px
  }

  .xl\:-translate-y-4 {
    --transform-translate-y: -20px
  }

  .xl\:-translate-y-5 {
    --transform-translate-y: -25px
  }

  .xl\:-translate-y-6 {
    --transform-translate-y: -30px
  }

  .xl\:-translate-y-7 {
    --transform-translate-y: -35px
  }

  .xl\:-translate-y-8 {
    --transform-translate-y: -40px
  }

  .xl\:-translate-y-9 {
    --transform-translate-y: -45px
  }

  .xl\:-translate-y-10 {
    --transform-translate-y: -50px
  }

  .xl\:-translate-y-11 {
    --transform-translate-y: -55px
  }

  .xl\:-translate-y-12 {
    --transform-translate-y: -60px
  }

  .xl\:-translate-y-13 {
    --transform-translate-y: -65px
  }

  .xl\:-translate-y-14 {
    --transform-translate-y: -70px
  }

  .xl\:-translate-y-15 {
    --transform-translate-y: -75px
  }

  .xl\:-translate-y-16 {
    --transform-translate-y: -80px
  }

  .xl\:-translate-y-17 {
    --transform-translate-y: -85px
  }

  .xl\:-translate-y-18 {
    --transform-translate-y: -90px
  }

  .xl\:-translate-y-19 {
    --transform-translate-y: -95px
  }

  .xl\:-translate-y-20 {
    --transform-translate-y: -100px
  }

  .xl\:-translate-y-xxs {
    --transform-translate-y: -8px
  }

  .xl\:-translate-y-xs {
    --transform-translate-y: -12px
  }

  .xl\:-translate-y-sm {
    --transform-translate-y: -24px
  }

  .xl\:-translate-y-md {
    --transform-translate-y: -48px
  }

  .xl\:-translate-y-lg {
    --transform-translate-y: -64px
  }

  .xl\:-translate-y-xl {
    --transform-translate-y: -128px
  }

  .xl\:-translate-y-full {
    --transform-translate-y: -100%
  }

  .xl\:-translate-y-1\/2 {
    --transform-translate-y: -50%
  }

  .xl\:translate-y-1\/2 {
    --transform-translate-y: 50%
  }

  .xl\:translate-y-full {
    --transform-translate-y: 100%
  }

  .xl\:hover\:translate-x-0:hover {
    --transform-translate-x: 0
  }

  .xl\:hover\:translate-x-1:hover {
    --transform-translate-x: 5px
  }

  .xl\:hover\:translate-x-2:hover {
    --transform-translate-x: 10px
  }

  .xl\:hover\:translate-x-3:hover {
    --transform-translate-x: 15px
  }

  .xl\:hover\:translate-x-4:hover {
    --transform-translate-x: 20px
  }

  .xl\:hover\:translate-x-5:hover {
    --transform-translate-x: 25px
  }

  .xl\:hover\:translate-x-6:hover {
    --transform-translate-x: 30px
  }

  .xl\:hover\:translate-x-7:hover {
    --transform-translate-x: 35px
  }

  .xl\:hover\:translate-x-8:hover {
    --transform-translate-x: 40px
  }

  .xl\:hover\:translate-x-9:hover {
    --transform-translate-x: 45px
  }

  .xl\:hover\:translate-x-10:hover {
    --transform-translate-x: 50px
  }

  .xl\:hover\:translate-x-11:hover {
    --transform-translate-x: 55px
  }

  .xl\:hover\:translate-x-12:hover {
    --transform-translate-x: 60px
  }

  .xl\:hover\:translate-x-13:hover {
    --transform-translate-x: 65px
  }

  .xl\:hover\:translate-x-14:hover {
    --transform-translate-x: 70px
  }

  .xl\:hover\:translate-x-15:hover {
    --transform-translate-x: 75px
  }

  .xl\:hover\:translate-x-16:hover {
    --transform-translate-x: 80px
  }

  .xl\:hover\:translate-x-17:hover {
    --transform-translate-x: 85px
  }

  .xl\:hover\:translate-x-18:hover {
    --transform-translate-x: 90px
  }

  .xl\:hover\:translate-x-19:hover {
    --transform-translate-x: 95px
  }

  .xl\:hover\:translate-x-20:hover {
    --transform-translate-x: 100px
  }

  .xl\:hover\:translate-x-xxs:hover {
    --transform-translate-x: 8px
  }

  .xl\:hover\:translate-x-xs:hover {
    --transform-translate-x: 12px
  }

  .xl\:hover\:translate-x-sm:hover {
    --transform-translate-x: 24px
  }

  .xl\:hover\:translate-x-md:hover {
    --transform-translate-x: 48px
  }

  .xl\:hover\:translate-x-lg:hover {
    --transform-translate-x: 64px
  }

  .xl\:hover\:translate-x-xl:hover {
    --transform-translate-x: 128px
  }

  .xl\:hover\:-translate-x-1:hover {
    --transform-translate-x: -5px
  }

  .xl\:hover\:-translate-x-2:hover {
    --transform-translate-x: -10px
  }

  .xl\:hover\:-translate-x-3:hover {
    --transform-translate-x: -15px
  }

  .xl\:hover\:-translate-x-4:hover {
    --transform-translate-x: -20px
  }

  .xl\:hover\:-translate-x-5:hover {
    --transform-translate-x: -25px
  }

  .xl\:hover\:-translate-x-6:hover {
    --transform-translate-x: -30px
  }

  .xl\:hover\:-translate-x-7:hover {
    --transform-translate-x: -35px
  }

  .xl\:hover\:-translate-x-8:hover {
    --transform-translate-x: -40px
  }

  .xl\:hover\:-translate-x-9:hover {
    --transform-translate-x: -45px
  }

  .xl\:hover\:-translate-x-10:hover {
    --transform-translate-x: -50px
  }

  .xl\:hover\:-translate-x-11:hover {
    --transform-translate-x: -55px
  }

  .xl\:hover\:-translate-x-12:hover {
    --transform-translate-x: -60px
  }

  .xl\:hover\:-translate-x-13:hover {
    --transform-translate-x: -65px
  }

  .xl\:hover\:-translate-x-14:hover {
    --transform-translate-x: -70px
  }

  .xl\:hover\:-translate-x-15:hover {
    --transform-translate-x: -75px
  }

  .xl\:hover\:-translate-x-16:hover {
    --transform-translate-x: -80px
  }

  .xl\:hover\:-translate-x-17:hover {
    --transform-translate-x: -85px
  }

  .xl\:hover\:-translate-x-18:hover {
    --transform-translate-x: -90px
  }

  .xl\:hover\:-translate-x-19:hover {
    --transform-translate-x: -95px
  }

  .xl\:hover\:-translate-x-20:hover {
    --transform-translate-x: -100px
  }

  .xl\:hover\:-translate-x-xxs:hover {
    --transform-translate-x: -8px
  }

  .xl\:hover\:-translate-x-xs:hover {
    --transform-translate-x: -12px
  }

  .xl\:hover\:-translate-x-sm:hover {
    --transform-translate-x: -24px
  }

  .xl\:hover\:-translate-x-md:hover {
    --transform-translate-x: -48px
  }

  .xl\:hover\:-translate-x-lg:hover {
    --transform-translate-x: -64px
  }

  .xl\:hover\:-translate-x-xl:hover {
    --transform-translate-x: -128px
  }

  .xl\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%
  }

  .xl\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%
  }

  .xl\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%
  }

  .xl\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%
  }

  .xl\:hover\:translate-y-0:hover {
    --transform-translate-y: 0
  }

  .xl\:hover\:translate-y-1:hover {
    --transform-translate-y: 5px
  }

  .xl\:hover\:translate-y-2:hover {
    --transform-translate-y: 10px
  }

  .xl\:hover\:translate-y-3:hover {
    --transform-translate-y: 15px
  }

  .xl\:hover\:translate-y-4:hover {
    --transform-translate-y: 20px
  }

  .xl\:hover\:translate-y-5:hover {
    --transform-translate-y: 25px
  }

  .xl\:hover\:translate-y-6:hover {
    --transform-translate-y: 30px
  }

  .xl\:hover\:translate-y-7:hover {
    --transform-translate-y: 35px
  }

  .xl\:hover\:translate-y-8:hover {
    --transform-translate-y: 40px
  }

  .xl\:hover\:translate-y-9:hover {
    --transform-translate-y: 45px
  }

  .xl\:hover\:translate-y-10:hover {
    --transform-translate-y: 50px
  }

  .xl\:hover\:translate-y-11:hover {
    --transform-translate-y: 55px
  }

  .xl\:hover\:translate-y-12:hover {
    --transform-translate-y: 60px
  }

  .xl\:hover\:translate-y-13:hover {
    --transform-translate-y: 65px
  }

  .xl\:hover\:translate-y-14:hover {
    --transform-translate-y: 70px
  }

  .xl\:hover\:translate-y-15:hover {
    --transform-translate-y: 75px
  }

  .xl\:hover\:translate-y-16:hover {
    --transform-translate-y: 80px
  }

  .xl\:hover\:translate-y-17:hover {
    --transform-translate-y: 85px
  }

  .xl\:hover\:translate-y-18:hover {
    --transform-translate-y: 90px
  }

  .xl\:hover\:translate-y-19:hover {
    --transform-translate-y: 95px
  }

  .xl\:hover\:translate-y-20:hover {
    --transform-translate-y: 100px
  }

  .xl\:hover\:translate-y-xxs:hover {
    --transform-translate-y: 8px
  }

  .xl\:hover\:translate-y-xs:hover {
    --transform-translate-y: 12px
  }

  .xl\:hover\:translate-y-sm:hover {
    --transform-translate-y: 24px
  }

  .xl\:hover\:translate-y-md:hover {
    --transform-translate-y: 48px
  }

  .xl\:hover\:translate-y-lg:hover {
    --transform-translate-y: 64px
  }

  .xl\:hover\:translate-y-xl:hover {
    --transform-translate-y: 128px
  }

  .xl\:hover\:-translate-y-1:hover {
    --transform-translate-y: -5px
  }

  .xl\:hover\:-translate-y-2:hover {
    --transform-translate-y: -10px
  }

  .xl\:hover\:-translate-y-3:hover {
    --transform-translate-y: -15px
  }

  .xl\:hover\:-translate-y-4:hover {
    --transform-translate-y: -20px
  }

  .xl\:hover\:-translate-y-5:hover {
    --transform-translate-y: -25px
  }

  .xl\:hover\:-translate-y-6:hover {
    --transform-translate-y: -30px
  }

  .xl\:hover\:-translate-y-7:hover {
    --transform-translate-y: -35px
  }

  .xl\:hover\:-translate-y-8:hover {
    --transform-translate-y: -40px
  }

  .xl\:hover\:-translate-y-9:hover {
    --transform-translate-y: -45px
  }

  .xl\:hover\:-translate-y-10:hover {
    --transform-translate-y: -50px
  }

  .xl\:hover\:-translate-y-11:hover {
    --transform-translate-y: -55px
  }

  .xl\:hover\:-translate-y-12:hover {
    --transform-translate-y: -60px
  }

  .xl\:hover\:-translate-y-13:hover {
    --transform-translate-y: -65px
  }

  .xl\:hover\:-translate-y-14:hover {
    --transform-translate-y: -70px
  }

  .xl\:hover\:-translate-y-15:hover {
    --transform-translate-y: -75px
  }

  .xl\:hover\:-translate-y-16:hover {
    --transform-translate-y: -80px
  }

  .xl\:hover\:-translate-y-17:hover {
    --transform-translate-y: -85px
  }

  .xl\:hover\:-translate-y-18:hover {
    --transform-translate-y: -90px
  }

  .xl\:hover\:-translate-y-19:hover {
    --transform-translate-y: -95px
  }

  .xl\:hover\:-translate-y-20:hover {
    --transform-translate-y: -100px
  }

  .xl\:hover\:-translate-y-xxs:hover {
    --transform-translate-y: -8px
  }

  .xl\:hover\:-translate-y-xs:hover {
    --transform-translate-y: -12px
  }

  .xl\:hover\:-translate-y-sm:hover {
    --transform-translate-y: -24px
  }

  .xl\:hover\:-translate-y-md:hover {
    --transform-translate-y: -48px
  }

  .xl\:hover\:-translate-y-lg:hover {
    --transform-translate-y: -64px
  }

  .xl\:hover\:-translate-y-xl:hover {
    --transform-translate-y: -128px
  }

  .xl\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%
  }

  .xl\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%
  }

  .xl\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%
  }

  .xl\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%
  }

  .xl\:focus\:translate-x-0:focus {
    --transform-translate-x: 0
  }

  .xl\:focus\:translate-x-1:focus {
    --transform-translate-x: 5px
  }

  .xl\:focus\:translate-x-2:focus {
    --transform-translate-x: 10px
  }

  .xl\:focus\:translate-x-3:focus {
    --transform-translate-x: 15px
  }

  .xl\:focus\:translate-x-4:focus {
    --transform-translate-x: 20px
  }

  .xl\:focus\:translate-x-5:focus {
    --transform-translate-x: 25px
  }

  .xl\:focus\:translate-x-6:focus {
    --transform-translate-x: 30px
  }

  .xl\:focus\:translate-x-7:focus {
    --transform-translate-x: 35px
  }

  .xl\:focus\:translate-x-8:focus {
    --transform-translate-x: 40px
  }

  .xl\:focus\:translate-x-9:focus {
    --transform-translate-x: 45px
  }

  .xl\:focus\:translate-x-10:focus {
    --transform-translate-x: 50px
  }

  .xl\:focus\:translate-x-11:focus {
    --transform-translate-x: 55px
  }

  .xl\:focus\:translate-x-12:focus {
    --transform-translate-x: 60px
  }

  .xl\:focus\:translate-x-13:focus {
    --transform-translate-x: 65px
  }

  .xl\:focus\:translate-x-14:focus {
    --transform-translate-x: 70px
  }

  .xl\:focus\:translate-x-15:focus {
    --transform-translate-x: 75px
  }

  .xl\:focus\:translate-x-16:focus {
    --transform-translate-x: 80px
  }

  .xl\:focus\:translate-x-17:focus {
    --transform-translate-x: 85px
  }

  .xl\:focus\:translate-x-18:focus {
    --transform-translate-x: 90px
  }

  .xl\:focus\:translate-x-19:focus {
    --transform-translate-x: 95px
  }

  .xl\:focus\:translate-x-20:focus {
    --transform-translate-x: 100px
  }

  .xl\:focus\:translate-x-xxs:focus {
    --transform-translate-x: 8px
  }

  .xl\:focus\:translate-x-xs:focus {
    --transform-translate-x: 12px
  }

  .xl\:focus\:translate-x-sm:focus {
    --transform-translate-x: 24px
  }

  .xl\:focus\:translate-x-md:focus {
    --transform-translate-x: 48px
  }

  .xl\:focus\:translate-x-lg:focus {
    --transform-translate-x: 64px
  }

  .xl\:focus\:translate-x-xl:focus {
    --transform-translate-x: 128px
  }

  .xl\:focus\:-translate-x-1:focus {
    --transform-translate-x: -5px
  }

  .xl\:focus\:-translate-x-2:focus {
    --transform-translate-x: -10px
  }

  .xl\:focus\:-translate-x-3:focus {
    --transform-translate-x: -15px
  }

  .xl\:focus\:-translate-x-4:focus {
    --transform-translate-x: -20px
  }

  .xl\:focus\:-translate-x-5:focus {
    --transform-translate-x: -25px
  }

  .xl\:focus\:-translate-x-6:focus {
    --transform-translate-x: -30px
  }

  .xl\:focus\:-translate-x-7:focus {
    --transform-translate-x: -35px
  }

  .xl\:focus\:-translate-x-8:focus {
    --transform-translate-x: -40px
  }

  .xl\:focus\:-translate-x-9:focus {
    --transform-translate-x: -45px
  }

  .xl\:focus\:-translate-x-10:focus {
    --transform-translate-x: -50px
  }

  .xl\:focus\:-translate-x-11:focus {
    --transform-translate-x: -55px
  }

  .xl\:focus\:-translate-x-12:focus {
    --transform-translate-x: -60px
  }

  .xl\:focus\:-translate-x-13:focus {
    --transform-translate-x: -65px
  }

  .xl\:focus\:-translate-x-14:focus {
    --transform-translate-x: -70px
  }

  .xl\:focus\:-translate-x-15:focus {
    --transform-translate-x: -75px
  }

  .xl\:focus\:-translate-x-16:focus {
    --transform-translate-x: -80px
  }

  .xl\:focus\:-translate-x-17:focus {
    --transform-translate-x: -85px
  }

  .xl\:focus\:-translate-x-18:focus {
    --transform-translate-x: -90px
  }

  .xl\:focus\:-translate-x-19:focus {
    --transform-translate-x: -95px
  }

  .xl\:focus\:-translate-x-20:focus {
    --transform-translate-x: -100px
  }

  .xl\:focus\:-translate-x-xxs:focus {
    --transform-translate-x: -8px
  }

  .xl\:focus\:-translate-x-xs:focus {
    --transform-translate-x: -12px
  }

  .xl\:focus\:-translate-x-sm:focus {
    --transform-translate-x: -24px
  }

  .xl\:focus\:-translate-x-md:focus {
    --transform-translate-x: -48px
  }

  .xl\:focus\:-translate-x-lg:focus {
    --transform-translate-x: -64px
  }

  .xl\:focus\:-translate-x-xl:focus {
    --transform-translate-x: -128px
  }

  .xl\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%
  }

  .xl\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%
  }

  .xl\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%
  }

  .xl\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%
  }

  .xl\:focus\:translate-y-0:focus {
    --transform-translate-y: 0
  }

  .xl\:focus\:translate-y-1:focus {
    --transform-translate-y: 5px
  }

  .xl\:focus\:translate-y-2:focus {
    --transform-translate-y: 10px
  }

  .xl\:focus\:translate-y-3:focus {
    --transform-translate-y: 15px
  }

  .xl\:focus\:translate-y-4:focus {
    --transform-translate-y: 20px
  }

  .xl\:focus\:translate-y-5:focus {
    --transform-translate-y: 25px
  }

  .xl\:focus\:translate-y-6:focus {
    --transform-translate-y: 30px
  }

  .xl\:focus\:translate-y-7:focus {
    --transform-translate-y: 35px
  }

  .xl\:focus\:translate-y-8:focus {
    --transform-translate-y: 40px
  }

  .xl\:focus\:translate-y-9:focus {
    --transform-translate-y: 45px
  }

  .xl\:focus\:translate-y-10:focus {
    --transform-translate-y: 50px
  }

  .xl\:focus\:translate-y-11:focus {
    --transform-translate-y: 55px
  }

  .xl\:focus\:translate-y-12:focus {
    --transform-translate-y: 60px
  }

  .xl\:focus\:translate-y-13:focus {
    --transform-translate-y: 65px
  }

  .xl\:focus\:translate-y-14:focus {
    --transform-translate-y: 70px
  }

  .xl\:focus\:translate-y-15:focus {
    --transform-translate-y: 75px
  }

  .xl\:focus\:translate-y-16:focus {
    --transform-translate-y: 80px
  }

  .xl\:focus\:translate-y-17:focus {
    --transform-translate-y: 85px
  }

  .xl\:focus\:translate-y-18:focus {
    --transform-translate-y: 90px
  }

  .xl\:focus\:translate-y-19:focus {
    --transform-translate-y: 95px
  }

  .xl\:focus\:translate-y-20:focus {
    --transform-translate-y: 100px
  }

  .xl\:focus\:translate-y-xxs:focus {
    --transform-translate-y: 8px
  }

  .xl\:focus\:translate-y-xs:focus {
    --transform-translate-y: 12px
  }

  .xl\:focus\:translate-y-sm:focus {
    --transform-translate-y: 24px
  }

  .xl\:focus\:translate-y-md:focus {
    --transform-translate-y: 48px
  }

  .xl\:focus\:translate-y-lg:focus {
    --transform-translate-y: 64px
  }

  .xl\:focus\:translate-y-xl:focus {
    --transform-translate-y: 128px
  }

  .xl\:focus\:-translate-y-1:focus {
    --transform-translate-y: -5px
  }

  .xl\:focus\:-translate-y-2:focus {
    --transform-translate-y: -10px
  }

  .xl\:focus\:-translate-y-3:focus {
    --transform-translate-y: -15px
  }

  .xl\:focus\:-translate-y-4:focus {
    --transform-translate-y: -20px
  }

  .xl\:focus\:-translate-y-5:focus {
    --transform-translate-y: -25px
  }

  .xl\:focus\:-translate-y-6:focus {
    --transform-translate-y: -30px
  }

  .xl\:focus\:-translate-y-7:focus {
    --transform-translate-y: -35px
  }

  .xl\:focus\:-translate-y-8:focus {
    --transform-translate-y: -40px
  }

  .xl\:focus\:-translate-y-9:focus {
    --transform-translate-y: -45px
  }

  .xl\:focus\:-translate-y-10:focus {
    --transform-translate-y: -50px
  }

  .xl\:focus\:-translate-y-11:focus {
    --transform-translate-y: -55px
  }

  .xl\:focus\:-translate-y-12:focus {
    --transform-translate-y: -60px
  }

  .xl\:focus\:-translate-y-13:focus {
    --transform-translate-y: -65px
  }

  .xl\:focus\:-translate-y-14:focus {
    --transform-translate-y: -70px
  }

  .xl\:focus\:-translate-y-15:focus {
    --transform-translate-y: -75px
  }

  .xl\:focus\:-translate-y-16:focus {
    --transform-translate-y: -80px
  }

  .xl\:focus\:-translate-y-17:focus {
    --transform-translate-y: -85px
  }

  .xl\:focus\:-translate-y-18:focus {
    --transform-translate-y: -90px
  }

  .xl\:focus\:-translate-y-19:focus {
    --transform-translate-y: -95px
  }

  .xl\:focus\:-translate-y-20:focus {
    --transform-translate-y: -100px
  }

  .xl\:focus\:-translate-y-xxs:focus {
    --transform-translate-y: -8px
  }

  .xl\:focus\:-translate-y-xs:focus {
    --transform-translate-y: -12px
  }

  .xl\:focus\:-translate-y-sm:focus {
    --transform-translate-y: -24px
  }

  .xl\:focus\:-translate-y-md:focus {
    --transform-translate-y: -48px
  }

  .xl\:focus\:-translate-y-lg:focus {
    --transform-translate-y: -64px
  }

  .xl\:focus\:-translate-y-xl:focus {
    --transform-translate-y: -128px
  }

  .xl\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%
  }

  .xl\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%
  }

  .xl\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%
  }

  .xl\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%
  }

  .xl\:skew-x-0 {
    --transform-skew-x: 0
  }

  .xl\:skew-y-0 {
    --transform-skew-y: 0
  }

  .xl\:hover\:skew-x-0:hover {
    --transform-skew-x: 0
  }

  .xl\:hover\:skew-y-0:hover {
    --transform-skew-y: 0
  }

  .xl\:focus\:skew-x-0:focus {
    --transform-skew-x: 0
  }

  .xl\:focus\:skew-y-0:focus {
    --transform-skew-y: 0
  }

  .xl\:transition-none {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none
  }

  .xl\:transition-all {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all
  }

  .xl\:transition {
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform
  }

  .xl\:transition-colors {
    -webkit-transition-property: background-color, border-color, color, fill, stroke;
    -o-transition-property: background-color, border-color, color, fill, stroke;
    transition-property: background-color, border-color, color, fill, stroke
  }

  .xl\:transition-opacity {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
  }

  .xl\:transition-shadow {
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow
  }

  .xl\:transition-transform {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
  }

  .xl\:ease-linear {
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear
  }

  .xl\:ease-in {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
  }

  .xl\:ease-out {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
  }

  .xl\:ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
  }

  .xl\:duration-75 {
    -webkit-transition-duration: 75ms;
         -o-transition-duration: 75ms;
            transition-duration: 75ms
  }

  .xl\:duration-100 {
    -webkit-transition-duration: 100ms;
         -o-transition-duration: 100ms;
            transition-duration: 100ms
  }

  .xl\:duration-150 {
    -webkit-transition-duration: 150ms;
         -o-transition-duration: 150ms;
            transition-duration: 150ms
  }

  .xl\:duration-200 {
    -webkit-transition-duration: 200ms;
         -o-transition-duration: 200ms;
            transition-duration: 200ms
  }

  .xl\:duration-300 {
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms
  }

  .xl\:duration-500 {
    -webkit-transition-duration: 500ms;
         -o-transition-duration: 500ms;
            transition-duration: 500ms
  }

  .xl\:duration-700 {
    -webkit-transition-duration: 700ms;
         -o-transition-duration: 700ms;
            transition-duration: 700ms
  }

  .xl\:duration-1000 {
    -webkit-transition-duration: 1000ms;
         -o-transition-duration: 1000ms;
            transition-duration: 1000ms
  }

  .xl\:delay-75 {
    -webkit-transition-delay: 75ms;
         -o-transition-delay: 75ms;
            transition-delay: 75ms
  }

  .xl\:delay-100 {
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms
  }

  .xl\:delay-150 {
    -webkit-transition-delay: 150ms;
         -o-transition-delay: 150ms;
            transition-delay: 150ms
  }

  .xl\:delay-200 {
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms
  }

  .xl\:delay-300 {
    -webkit-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms
  }

  .xl\:delay-500 {
    -webkit-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms
  }

  .xl\:delay-700 {
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms
  }

  .xl\:delay-1000 {
    -webkit-transition-delay: 1000ms;
         -o-transition-delay: 1000ms;
            transition-delay: 1000ms
  }

  .xl\:animate-none {
    -webkit-animation: none;
            animation: none
  }

  .xl\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite
  }

  .xl\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite
  }

  .xl\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
  }

  .xl\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite
  }
}
