:root {
  --primary-color: #1386f0;
  --primary-text-color: #fff;
  --primary-btn-outline-text-color: #000;
  --primary-btn-outline-hover-text-color: #fff;
}

.work-box .work-icon i,
.work-box .work-icon em {
  background: var(--primary-color) !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m--9 {
  margin: -10rem !important;
}

.mt--9,
.my--9 {
  margin-top: -10rem !important;
}

.mr--9,
.mx--9 {
  margin-right: -10rem !important;
}

.mb--9,
.my--9 {
  margin-bottom: -10rem !important;
}

.ml--9,
.mx--9 {
  margin-left: -10rem !important;
}

.m--8 {
  margin: -8rem !important;
}

.mt--8,
.my--8 {
  margin-top: -8rem !important;
}

.mr--8,
.mx--8 {
  margin-right: -8rem !important;
}

.mb--8,
.my--8 {
  margin-bottom: -8rem !important;
}

.ml--8,
.mx--8 {
  margin-left: -8rem !important;
}

.m--7 {
  margin: -6rem !important;
}

.mt--7,
.my--7 {
  margin-top: -6rem !important;
}

.mr--7,
.mx--7 {
  margin-right: -6rem !important;
}

.mb--7,
.my--7 {
  margin-bottom: -6rem !important;
}

.ml--7,
.mx--7 {
  margin-left: -6rem !important;
}

.m--6 {
  margin: -4.5rem !important;
}

.mt--6,
.my--6 {
  margin-top: -4.5rem !important;
}

.mr--6,
.mx--6 {
  margin-right: -4.5rem !important;
}

.mb--6,
.my--6 {
  margin-bottom: -4.5rem !important;
}

.ml--6,
.mx--6 {
  margin-left: -4.5rem !important;
}

.m--5 {
  margin: -3rem !important;
}

.mt--5,
.my--5 {
  margin-top: -3rem !important;
}

.mr--5,
.mx--5 {
  margin-right: -3rem !important;
}

.mb--5,
.my--5 {
  margin-bottom: -3rem !important;
}

.ml--5,
.mx--5 {
  margin-left: -3rem !important;
}

.m--4 {
  margin: -1.5rem !important;
}

.mt--4,
.my--4 {
  margin-top: -1.5rem !important;
}

.mr--4,
.mx--4 {
  margin-right: -1.5rem !important;
}

.mb--4,
.my--4 {
  margin-bottom: -1.5rem !important;
}

.ml--4,
.mx--4 {
  margin-left: -1.5rem !important;
}

.m--3 {
  margin: -1rem !important;
}

.mt--3,
.my--3 {
  margin-top: -1rem !important;
}

.mr--3,
.mx--3 {
  margin-right: -1rem !important;
}

.mb--3,
.my--3 {
  margin-bottom: -1rem !important;
}

.ml--3,
.mx--3 {
  margin-left: -1rem !important;
}

.m--2 {
  margin: -0.5rem !important;
}

.mt--2,
.my--2 {
  margin-top: -0.5rem !important;
}

.mr--2,
.mx--2 {
  margin-right: -0.5rem !important;
}

.mb--2,
.my--2 {
  margin-bottom: -0.5rem !important;
}

.ml--2,
.mx--2 {
  margin-left: -0.5rem !important;
}

.m--1 {
  margin: -0.25rem !important;
}

.mt--1,
.my--1 {
  margin-top: -0.25rem !important;
}

.mr--1,
.mx--1 {
  margin-right: -0.25rem !important;
}

.mb--1,
.my--1 {
  margin-bottom: -0.25rem !important;
}

.ml--1,
.mx--1 {
  margin-left: -0.25rem !important;
}

.m-6 {
  margin: 4.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.mt-8,
.my-8 {
  margin-top: 8rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 8rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 8rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 8rem !important;
}

.m-9 {
  margin: 10rem !important;
}

.mt-9,
.my-9 {
  margin-top: 10rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 10rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 10rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 10rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p--9 {
  padding: -10rem !important;
}

.pt--9,
.py--9 {
  padding-top: -10rem !important;
}

.pr--9,
.px--9 {
  padding-right: -10rem !important;
}

.pb--9,
.py--9 {
  padding-bottom: -10rem !important;
}

.pl--9,
.px--9 {
  padding-left: -10rem !important;
}

.p--8 {
  padding: -8rem !important;
}

.pt--8,
.py--8 {
  padding-top: -8rem !important;
}

.pr--8,
.px--8 {
  padding-right: -8rem !important;
}

.pb--8,
.py--8 {
  padding-bottom: -8rem !important;
}

.pl--8,
.px--8 {
  padding-left: -8rem !important;
}

.p--7 {
  padding: -6rem !important;
}

.pt--7,
.py--7 {
  padding-top: -6rem !important;
}

.pr--7,
.px--7 {
  padding-right: -6rem !important;
}

.pb--7,
.py--7 {
  padding-bottom: -6rem !important;
}

.pl--7,
.px--7 {
  padding-left: -6rem !important;
}

.p--6 {
  padding: -4.5rem !important;
}

.pt--6,
.py--6 {
  padding-top: -4.5rem !important;
}

.pr--6,
.px--6 {
  padding-right: -4.5rem !important;
}

.pb--6,
.py--6 {
  padding-bottom: -4.5rem !important;
}

.pl--6,
.px--6 {
  padding-left: -4.5rem !important;
}

.p--5 {
  padding: -3rem !important;
}

.pt--5,
.py--5 {
  padding-top: -3rem !important;
}

.pr--5,
.px--5 {
  padding-right: -3rem !important;
}

.pb--5,
.py--5 {
  padding-bottom: -3rem !important;
}

.pl--5,
.px--5 {
  padding-left: -3rem !important;
}

.p--4 {
  padding: -1.5rem !important;
}

.pt--4,
.py--4 {
  padding-top: -1.5rem !important;
}

.pr--4,
.px--4 {
  padding-right: -1.5rem !important;
}

.pb--4,
.py--4 {
  padding-bottom: -1.5rem !important;
}

.pl--4,
.px--4 {
  padding-left: -1.5rem !important;
}

.p--3 {
  padding: -1rem !important;
}

.pt--3,
.py--3 {
  padding-top: -1rem !important;
}

.pr--3,
.px--3 {
  padding-right: -1rem !important;
}

.pb--3,
.py--3 {
  padding-bottom: -1rem !important;
}

.pl--3,
.px--3 {
  padding-left: -1rem !important;
}

.p--2 {
  padding: -0.5rem !important;
}

.pt--2,
.py--2 {
  padding-top: -0.5rem !important;
}

.pr--2,
.px--2 {
  padding-right: -0.5rem !important;
}

.pb--2,
.py--2 {
  padding-bottom: -0.5rem !important;
}

.pl--2,
.px--2 {
  padding-left: -0.5rem !important;
}

.p--1 {
  padding: -0.25rem !important;
}

.pt--1,
.py--1 {
  padding-top: -0.25rem !important;
}

.pr--1,
.px--1 {
  padding-right: -0.25rem !important;
}

.pb--1,
.py--1 {
  padding-bottom: -0.25rem !important;
}

.pl--1,
.px--1 {
  padding-left: -0.25rem !important;
}

.p-6 {
  padding: 4.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.pt-8,
.py-8 {
  padding-top: 8rem !important;
}

.pr-8,
.px-8 {
  padding-right: 8rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 8rem !important;
}

.pl-8,
.px-8 {
  padding-left: 8rem !important;
}

.p-9 {
  padding: 10rem !important;
}

.pt-9,
.py-9 {
  padding-top: 10rem !important;
}

.pr-9,
.px-9 {
  padding-right: 10rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 10rem !important;
}

.pl-9,
.px-9 {
  padding-left: 10rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-n-9 {
  margin: 10rem !important;
}

.mt-n-9,
.my-n-9 {
  margin-top: 10rem !important;
}

.mr-n-9,
.mx-n-9 {
  margin-right: 10rem !important;
}

.mb-n-9,
.my-n-9 {
  margin-bottom: 10rem !important;
}

.ml-n-9,
.mx-n-9 {
  margin-left: 10rem !important;
}

.m-n-8 {
  margin: 8rem !important;
}

.mt-n-8,
.my-n-8 {
  margin-top: 8rem !important;
}

.mr-n-8,
.mx-n-8 {
  margin-right: 8rem !important;
}

.mb-n-8,
.my-n-8 {
  margin-bottom: 8rem !important;
}

.ml-n-8,
.mx-n-8 {
  margin-left: 8rem !important;
}

.m-n-7 {
  margin: 6rem !important;
}

.mt-n-7,
.my-n-7 {
  margin-top: 6rem !important;
}

.mr-n-7,
.mx-n-7 {
  margin-right: 6rem !important;
}

.mb-n-7,
.my-n-7 {
  margin-bottom: 6rem !important;
}

.ml-n-7,
.mx-n-7 {
  margin-left: 6rem !important;
}

.m-n-6 {
  margin: 4.5rem !important;
}

.mt-n-6,
.my-n-6 {
  margin-top: 4.5rem !important;
}

.mr-n-6,
.mx-n-6 {
  margin-right: 4.5rem !important;
}

.mb-n-6,
.my-n-6 {
  margin-bottom: 4.5rem !important;
}

.ml-n-6,
.mx-n-6 {
  margin-left: 4.5rem !important;
}

.m-n-5 {
  margin: 3rem !important;
}

.mt-n-5,
.my-n-5 {
  margin-top: 3rem !important;
}

.mr-n-5,
.mx-n-5 {
  margin-right: 3rem !important;
}

.mb-n-5,
.my-n-5 {
  margin-bottom: 3rem !important;
}

.ml-n-5,
.mx-n-5 {
  margin-left: 3rem !important;
}

.m-n-4 {
  margin: 1.5rem !important;
}

.mt-n-4,
.my-n-4 {
  margin-top: 1.5rem !important;
}

.mr-n-4,
.mx-n-4 {
  margin-right: 1.5rem !important;
}

.mb-n-4,
.my-n-4 {
  margin-bottom: 1.5rem !important;
}

.ml-n-4,
.mx-n-4 {
  margin-left: 1.5rem !important;
}

.m-n-3 {
  margin: 1rem !important;
}

.mt-n-3,
.my-n-3 {
  margin-top: 1rem !important;
}

.mr-n-3,
.mx-n-3 {
  margin-right: 1rem !important;
}

.mb-n-3,
.my-n-3 {
  margin-bottom: 1rem !important;
}

.ml-n-3,
.mx-n-3 {
  margin-left: 1rem !important;
}

.m-n-2 {
  margin: 0.5rem !important;
}

.mt-n-2,
.my-n-2 {
  margin-top: 0.5rem !important;
}

.mr-n-2,
.mx-n-2 {
  margin-right: 0.5rem !important;
}

.mb-n-2,
.my-n-2 {
  margin-bottom: 0.5rem !important;
}

.ml-n-2,
.mx-n-2 {
  margin-left: 0.5rem !important;
}

.m-n-1 {
  margin: 0.25rem !important;
}

.mt-n-1,
.my-n-1 {
  margin-top: 0.25rem !important;
}

.mr-n-1,
.mx-n-1 {
  margin-right: 0.25rem !important;
}

.mb-n-1,
.my-n-1 {
  margin-bottom: 0.25rem !important;
}

.ml-n-1,
.mx-n-1 {
  margin-left: 0.25rem !important;
}

.m-n6 {
  margin: -4.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

.m-n8 {
  margin: -8rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -8rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -8rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -8rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -8rem !important;
}

.m-n9 {
  margin: -10rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -10rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -10rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -10rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -10rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .m-sm--9 {
    margin: -10rem !important;
  }

  .mt-sm--9,
  .my-sm--9 {
    margin-top: -10rem !important;
  }

  .mr-sm--9,
  .mx-sm--9 {
    margin-right: -10rem !important;
  }

  .mb-sm--9,
  .my-sm--9 {
    margin-bottom: -10rem !important;
  }

  .ml-sm--9,
  .mx-sm--9 {
    margin-left: -10rem !important;
  }

  .m-sm--8 {
    margin: -8rem !important;
  }

  .mt-sm--8,
  .my-sm--8 {
    margin-top: -8rem !important;
  }

  .mr-sm--8,
  .mx-sm--8 {
    margin-right: -8rem !important;
  }

  .mb-sm--8,
  .my-sm--8 {
    margin-bottom: -8rem !important;
  }

  .ml-sm--8,
  .mx-sm--8 {
    margin-left: -8rem !important;
  }

  .m-sm--7 {
    margin: -6rem !important;
  }

  .mt-sm--7,
  .my-sm--7 {
    margin-top: -6rem !important;
  }

  .mr-sm--7,
  .mx-sm--7 {
    margin-right: -6rem !important;
  }

  .mb-sm--7,
  .my-sm--7 {
    margin-bottom: -6rem !important;
  }

  .ml-sm--7,
  .mx-sm--7 {
    margin-left: -6rem !important;
  }

  .m-sm--6 {
    margin: -4.5rem !important;
  }

  .mt-sm--6,
  .my-sm--6 {
    margin-top: -4.5rem !important;
  }

  .mr-sm--6,
  .mx-sm--6 {
    margin-right: -4.5rem !important;
  }

  .mb-sm--6,
  .my-sm--6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-sm--6,
  .mx-sm--6 {
    margin-left: -4.5rem !important;
  }

  .m-sm--5 {
    margin: -3rem !important;
  }

  .mt-sm--5,
  .my-sm--5 {
    margin-top: -3rem !important;
  }

  .mr-sm--5,
  .mx-sm--5 {
    margin-right: -3rem !important;
  }

  .mb-sm--5,
  .my-sm--5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm--5,
  .mx-sm--5 {
    margin-left: -3rem !important;
  }

  .m-sm--4 {
    margin: -1.5rem !important;
  }

  .mt-sm--4,
  .my-sm--4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm--4,
  .mx-sm--4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm--4,
  .my-sm--4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm--4,
  .mx-sm--4 {
    margin-left: -1.5rem !important;
  }

  .m-sm--3 {
    margin: -1rem !important;
  }

  .mt-sm--3,
  .my-sm--3 {
    margin-top: -1rem !important;
  }

  .mr-sm--3,
  .mx-sm--3 {
    margin-right: -1rem !important;
  }

  .mb-sm--3,
  .my-sm--3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm--3,
  .mx-sm--3 {
    margin-left: -1rem !important;
  }

  .m-sm--2 {
    margin: -0.5rem !important;
  }

  .mt-sm--2,
  .my-sm--2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm--2,
  .mx-sm--2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm--2,
  .my-sm--2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm--2,
  .mx-sm--2 {
    margin-left: -0.5rem !important;
  }

  .m-sm--1 {
    margin: -0.25rem !important;
  }

  .mt-sm--1,
  .my-sm--1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm--1,
  .mx-sm--1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm--1,
  .my-sm--1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm--1,
  .mx-sm--1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-6 {
    margin: 4.5rem !important;
  }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important;
  }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important;
  }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important;
  }

  .m-sm-7 {
    margin: 6rem !important;
  }

  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }

  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }

  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }

  .m-sm-8 {
    margin: 8rem !important;
  }

  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8rem !important;
  }

  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8rem !important;
  }

  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8rem !important;
  }

  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8rem !important;
  }

  .m-sm-9 {
    margin: 10rem !important;
  }

  .mt-sm-9,
  .my-sm-9 {
    margin-top: 10rem !important;
  }

  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 10rem !important;
  }

  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 10rem !important;
  }

  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 10rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .p-sm--9 {
    padding: -10rem !important;
  }

  .pt-sm--9,
  .py-sm--9 {
    padding-top: -10rem !important;
  }

  .pr-sm--9,
  .px-sm--9 {
    padding-right: -10rem !important;
  }

  .pb-sm--9,
  .py-sm--9 {
    padding-bottom: -10rem !important;
  }

  .pl-sm--9,
  .px-sm--9 {
    padding-left: -10rem !important;
  }

  .p-sm--8 {
    padding: -8rem !important;
  }

  .pt-sm--8,
  .py-sm--8 {
    padding-top: -8rem !important;
  }

  .pr-sm--8,
  .px-sm--8 {
    padding-right: -8rem !important;
  }

  .pb-sm--8,
  .py-sm--8 {
    padding-bottom: -8rem !important;
  }

  .pl-sm--8,
  .px-sm--8 {
    padding-left: -8rem !important;
  }

  .p-sm--7 {
    padding: -6rem !important;
  }

  .pt-sm--7,
  .py-sm--7 {
    padding-top: -6rem !important;
  }

  .pr-sm--7,
  .px-sm--7 {
    padding-right: -6rem !important;
  }

  .pb-sm--7,
  .py-sm--7 {
    padding-bottom: -6rem !important;
  }

  .pl-sm--7,
  .px-sm--7 {
    padding-left: -6rem !important;
  }

  .p-sm--6 {
    padding: -4.5rem !important;
  }

  .pt-sm--6,
  .py-sm--6 {
    padding-top: -4.5rem !important;
  }

  .pr-sm--6,
  .px-sm--6 {
    padding-right: -4.5rem !important;
  }

  .pb-sm--6,
  .py-sm--6 {
    padding-bottom: -4.5rem !important;
  }

  .pl-sm--6,
  .px-sm--6 {
    padding-left: -4.5rem !important;
  }

  .p-sm--5 {
    padding: -3rem !important;
  }

  .pt-sm--5,
  .py-sm--5 {
    padding-top: -3rem !important;
  }

  .pr-sm--5,
  .px-sm--5 {
    padding-right: -3rem !important;
  }

  .pb-sm--5,
  .py-sm--5 {
    padding-bottom: -3rem !important;
  }

  .pl-sm--5,
  .px-sm--5 {
    padding-left: -3rem !important;
  }

  .p-sm--4 {
    padding: -1.5rem !important;
  }

  .pt-sm--4,
  .py-sm--4 {
    padding-top: -1.5rem !important;
  }

  .pr-sm--4,
  .px-sm--4 {
    padding-right: -1.5rem !important;
  }

  .pb-sm--4,
  .py-sm--4 {
    padding-bottom: -1.5rem !important;
  }

  .pl-sm--4,
  .px-sm--4 {
    padding-left: -1.5rem !important;
  }

  .p-sm--3 {
    padding: -1rem !important;
  }

  .pt-sm--3,
  .py-sm--3 {
    padding-top: -1rem !important;
  }

  .pr-sm--3,
  .px-sm--3 {
    padding-right: -1rem !important;
  }

  .pb-sm--3,
  .py-sm--3 {
    padding-bottom: -1rem !important;
  }

  .pl-sm--3,
  .px-sm--3 {
    padding-left: -1rem !important;
  }

  .p-sm--2 {
    padding: -0.5rem !important;
  }

  .pt-sm--2,
  .py-sm--2 {
    padding-top: -0.5rem !important;
  }

  .pr-sm--2,
  .px-sm--2 {
    padding-right: -0.5rem !important;
  }

  .pb-sm--2,
  .py-sm--2 {
    padding-bottom: -0.5rem !important;
  }

  .pl-sm--2,
  .px-sm--2 {
    padding-left: -0.5rem !important;
  }

  .p-sm--1 {
    padding: -0.25rem !important;
  }

  .pt-sm--1,
  .py-sm--1 {
    padding-top: -0.25rem !important;
  }

  .pr-sm--1,
  .px-sm--1 {
    padding-right: -0.25rem !important;
  }

  .pb-sm--1,
  .py-sm--1 {
    padding-bottom: -0.25rem !important;
  }

  .pl-sm--1,
  .px-sm--1 {
    padding-left: -0.25rem !important;
  }

  .p-sm-6 {
    padding: 4.5rem !important;
  }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important;
  }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important;
  }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important;
  }

  .p-sm-7 {
    padding: 6rem !important;
  }

  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }

  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }

  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }

  .p-sm-8 {
    padding: 8rem !important;
  }

  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8rem !important;
  }

  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8rem !important;
  }

  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8rem !important;
  }

  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8rem !important;
  }

  .p-sm-9 {
    padding: 10rem !important;
  }

  .pt-sm-9,
  .py-sm-9 {
    padding-top: 10rem !important;
  }

  .pr-sm-9,
  .px-sm-9 {
    padding-right: 10rem !important;
  }

  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 10rem !important;
  }

  .pl-sm-9,
  .px-sm-9 {
    padding-left: 10rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-n-9 {
    margin: 10rem !important;
  }

  .mt-sm-n-9,
  .my-sm-n-9 {
    margin-top: 10rem !important;
  }

  .mr-sm-n-9,
  .mx-sm-n-9 {
    margin-right: 10rem !important;
  }

  .mb-sm-n-9,
  .my-sm-n-9 {
    margin-bottom: 10rem !important;
  }

  .ml-sm-n-9,
  .mx-sm-n-9 {
    margin-left: 10rem !important;
  }

  .m-sm-n-8 {
    margin: 8rem !important;
  }

  .mt-sm-n-8,
  .my-sm-n-8 {
    margin-top: 8rem !important;
  }

  .mr-sm-n-8,
  .mx-sm-n-8 {
    margin-right: 8rem !important;
  }

  .mb-sm-n-8,
  .my-sm-n-8 {
    margin-bottom: 8rem !important;
  }

  .ml-sm-n-8,
  .mx-sm-n-8 {
    margin-left: 8rem !important;
  }

  .m-sm-n-7 {
    margin: 6rem !important;
  }

  .mt-sm-n-7,
  .my-sm-n-7 {
    margin-top: 6rem !important;
  }

  .mr-sm-n-7,
  .mx-sm-n-7 {
    margin-right: 6rem !important;
  }

  .mb-sm-n-7,
  .my-sm-n-7 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-n-7,
  .mx-sm-n-7 {
    margin-left: 6rem !important;
  }

  .m-sm-n-6 {
    margin: 4.5rem !important;
  }

  .mt-sm-n-6,
  .my-sm-n-6 {
    margin-top: 4.5rem !important;
  }

  .mr-sm-n-6,
  .mx-sm-n-6 {
    margin-right: 4.5rem !important;
  }

  .mb-sm-n-6,
  .my-sm-n-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-sm-n-6,
  .mx-sm-n-6 {
    margin-left: 4.5rem !important;
  }

  .m-sm-n-5 {
    margin: 3rem !important;
  }

  .mt-sm-n-5,
  .my-sm-n-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-n-5,
  .mx-sm-n-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-n-5,
  .my-sm-n-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-n-5,
  .mx-sm-n-5 {
    margin-left: 3rem !important;
  }

  .m-sm-n-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-n-4,
  .my-sm-n-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-n-4,
  .mx-sm-n-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-n-4,
  .my-sm-n-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-n-4,
  .mx-sm-n-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-n-3 {
    margin: 1rem !important;
  }

  .mt-sm-n-3,
  .my-sm-n-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-n-3,
  .mx-sm-n-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-n-3,
  .my-sm-n-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-n-3,
  .mx-sm-n-3 {
    margin-left: 1rem !important;
  }

  .m-sm-n-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-n-2,
  .my-sm-n-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-n-2,
  .mx-sm-n-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-n-2,
  .my-sm-n-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-n-2,
  .mx-sm-n-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-n-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-n-1,
  .my-sm-n-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-n-1,
  .mx-sm-n-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-n-1,
  .my-sm-n-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-n-1,
  .mx-sm-n-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-n6 {
    margin: -4.5rem !important;
  }

  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.5rem !important;
  }

  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
  }

  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.5rem !important;
  }

  .m-sm-n7 {
    margin: -6rem !important;
  }

  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important;
  }

  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important;
  }

  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important;
  }

  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important;
  }

  .m-sm-n8 {
    margin: -8rem !important;
  }

  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -8rem !important;
  }

  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -8rem !important;
  }

  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -8rem !important;
  }

  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -8rem !important;
  }

  .m-sm-n9 {
    margin: -10rem !important;
  }

  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -10rem !important;
  }

  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -10rem !important;
  }

  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -10rem !important;
  }

  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -10rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .m-md--9 {
    margin: -10rem !important;
  }

  .mt-md--9,
  .my-md--9 {
    margin-top: -10rem !important;
  }

  .mr-md--9,
  .mx-md--9 {
    margin-right: -10rem !important;
  }

  .mb-md--9,
  .my-md--9 {
    margin-bottom: -10rem !important;
  }

  .ml-md--9,
  .mx-md--9 {
    margin-left: -10rem !important;
  }

  .m-md--8 {
    margin: -8rem !important;
  }

  .mt-md--8,
  .my-md--8 {
    margin-top: -8rem !important;
  }

  .mr-md--8,
  .mx-md--8 {
    margin-right: -8rem !important;
  }

  .mb-md--8,
  .my-md--8 {
    margin-bottom: -8rem !important;
  }

  .ml-md--8,
  .mx-md--8 {
    margin-left: -8rem !important;
  }

  .m-md--7 {
    margin: -6rem !important;
  }

  .mt-md--7,
  .my-md--7 {
    margin-top: -6rem !important;
  }

  .mr-md--7,
  .mx-md--7 {
    margin-right: -6rem !important;
  }

  .mb-md--7,
  .my-md--7 {
    margin-bottom: -6rem !important;
  }

  .ml-md--7,
  .mx-md--7 {
    margin-left: -6rem !important;
  }

  .m-md--6 {
    margin: -4.5rem !important;
  }

  .mt-md--6,
  .my-md--6 {
    margin-top: -4.5rem !important;
  }

  .mr-md--6,
  .mx-md--6 {
    margin-right: -4.5rem !important;
  }

  .mb-md--6,
  .my-md--6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-md--6,
  .mx-md--6 {
    margin-left: -4.5rem !important;
  }

  .m-md--5 {
    margin: -3rem !important;
  }

  .mt-md--5,
  .my-md--5 {
    margin-top: -3rem !important;
  }

  .mr-md--5,
  .mx-md--5 {
    margin-right: -3rem !important;
  }

  .mb-md--5,
  .my-md--5 {
    margin-bottom: -3rem !important;
  }

  .ml-md--5,
  .mx-md--5 {
    margin-left: -3rem !important;
  }

  .m-md--4 {
    margin: -1.5rem !important;
  }

  .mt-md--4,
  .my-md--4 {
    margin-top: -1.5rem !important;
  }

  .mr-md--4,
  .mx-md--4 {
    margin-right: -1.5rem !important;
  }

  .mb-md--4,
  .my-md--4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md--4,
  .mx-md--4 {
    margin-left: -1.5rem !important;
  }

  .m-md--3 {
    margin: -1rem !important;
  }

  .mt-md--3,
  .my-md--3 {
    margin-top: -1rem !important;
  }

  .mr-md--3,
  .mx-md--3 {
    margin-right: -1rem !important;
  }

  .mb-md--3,
  .my-md--3 {
    margin-bottom: -1rem !important;
  }

  .ml-md--3,
  .mx-md--3 {
    margin-left: -1rem !important;
  }

  .m-md--2 {
    margin: -0.5rem !important;
  }

  .mt-md--2,
  .my-md--2 {
    margin-top: -0.5rem !important;
  }

  .mr-md--2,
  .mx-md--2 {
    margin-right: -0.5rem !important;
  }

  .mb-md--2,
  .my-md--2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md--2,
  .mx-md--2 {
    margin-left: -0.5rem !important;
  }

  .m-md--1 {
    margin: -0.25rem !important;
  }

  .mt-md--1,
  .my-md--1 {
    margin-top: -0.25rem !important;
  }

  .mr-md--1,
  .mx-md--1 {
    margin-right: -0.25rem !important;
  }

  .mb-md--1,
  .my-md--1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md--1,
  .mx-md--1 {
    margin-left: -0.25rem !important;
  }

  .m-md-6 {
    margin: 4.5rem !important;
  }

  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }

  .m-md-7 {
    margin: 6rem !important;
  }

  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }

  .m-md-8 {
    margin: 8rem !important;
  }

  .mt-md-8,
  .my-md-8 {
    margin-top: 8rem !important;
  }

  .mr-md-8,
  .mx-md-8 {
    margin-right: 8rem !important;
  }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8rem !important;
  }

  .ml-md-8,
  .mx-md-8 {
    margin-left: 8rem !important;
  }

  .m-md-9 {
    margin: 10rem !important;
  }

  .mt-md-9,
  .my-md-9 {
    margin-top: 10rem !important;
  }

  .mr-md-9,
  .mx-md-9 {
    margin-right: 10rem !important;
  }

  .mb-md-9,
  .my-md-9 {
    margin-bottom: 10rem !important;
  }

  .ml-md-9,
  .mx-md-9 {
    margin-left: 10rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .p-md--9 {
    padding: -10rem !important;
  }

  .pt-md--9,
  .py-md--9 {
    padding-top: -10rem !important;
  }

  .pr-md--9,
  .px-md--9 {
    padding-right: -10rem !important;
  }

  .pb-md--9,
  .py-md--9 {
    padding-bottom: -10rem !important;
  }

  .pl-md--9,
  .px-md--9 {
    padding-left: -10rem !important;
  }

  .p-md--8 {
    padding: -8rem !important;
  }

  .pt-md--8,
  .py-md--8 {
    padding-top: -8rem !important;
  }

  .pr-md--8,
  .px-md--8 {
    padding-right: -8rem !important;
  }

  .pb-md--8,
  .py-md--8 {
    padding-bottom: -8rem !important;
  }

  .pl-md--8,
  .px-md--8 {
    padding-left: -8rem !important;
  }

  .p-md--7 {
    padding: -6rem !important;
  }

  .pt-md--7,
  .py-md--7 {
    padding-top: -6rem !important;
  }

  .pr-md--7,
  .px-md--7 {
    padding-right: -6rem !important;
  }

  .pb-md--7,
  .py-md--7 {
    padding-bottom: -6rem !important;
  }

  .pl-md--7,
  .px-md--7 {
    padding-left: -6rem !important;
  }

  .p-md--6 {
    padding: -4.5rem !important;
  }

  .pt-md--6,
  .py-md--6 {
    padding-top: -4.5rem !important;
  }

  .pr-md--6,
  .px-md--6 {
    padding-right: -4.5rem !important;
  }

  .pb-md--6,
  .py-md--6 {
    padding-bottom: -4.5rem !important;
  }

  .pl-md--6,
  .px-md--6 {
    padding-left: -4.5rem !important;
  }

  .p-md--5 {
    padding: -3rem !important;
  }

  .pt-md--5,
  .py-md--5 {
    padding-top: -3rem !important;
  }

  .pr-md--5,
  .px-md--5 {
    padding-right: -3rem !important;
  }

  .pb-md--5,
  .py-md--5 {
    padding-bottom: -3rem !important;
  }

  .pl-md--5,
  .px-md--5 {
    padding-left: -3rem !important;
  }

  .p-md--4 {
    padding: -1.5rem !important;
  }

  .pt-md--4,
  .py-md--4 {
    padding-top: -1.5rem !important;
  }

  .pr-md--4,
  .px-md--4 {
    padding-right: -1.5rem !important;
  }

  .pb-md--4,
  .py-md--4 {
    padding-bottom: -1.5rem !important;
  }

  .pl-md--4,
  .px-md--4 {
    padding-left: -1.5rem !important;
  }

  .p-md--3 {
    padding: -1rem !important;
  }

  .pt-md--3,
  .py-md--3 {
    padding-top: -1rem !important;
  }

  .pr-md--3,
  .px-md--3 {
    padding-right: -1rem !important;
  }

  .pb-md--3,
  .py-md--3 {
    padding-bottom: -1rem !important;
  }

  .pl-md--3,
  .px-md--3 {
    padding-left: -1rem !important;
  }

  .p-md--2 {
    padding: -0.5rem !important;
  }

  .pt-md--2,
  .py-md--2 {
    padding-top: -0.5rem !important;
  }

  .pr-md--2,
  .px-md--2 {
    padding-right: -0.5rem !important;
  }

  .pb-md--2,
  .py-md--2 {
    padding-bottom: -0.5rem !important;
  }

  .pl-md--2,
  .px-md--2 {
    padding-left: -0.5rem !important;
  }

  .p-md--1 {
    padding: -0.25rem !important;
  }

  .pt-md--1,
  .py-md--1 {
    padding-top: -0.25rem !important;
  }

  .pr-md--1,
  .px-md--1 {
    padding-right: -0.25rem !important;
  }

  .pb-md--1,
  .py-md--1 {
    padding-bottom: -0.25rem !important;
  }

  .pl-md--1,
  .px-md--1 {
    padding-left: -0.25rem !important;
  }

  .p-md-6 {
    padding: 4.5rem !important;
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }

  .p-md-7 {
    padding: 6rem !important;
  }

  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }

  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }

  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }

  .p-md-8 {
    padding: 8rem !important;
  }

  .pt-md-8,
  .py-md-8 {
    padding-top: 8rem !important;
  }

  .pr-md-8,
  .px-md-8 {
    padding-right: 8rem !important;
  }

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8rem !important;
  }

  .pl-md-8,
  .px-md-8 {
    padding-left: 8rem !important;
  }

  .p-md-9 {
    padding: 10rem !important;
  }

  .pt-md-9,
  .py-md-9 {
    padding-top: 10rem !important;
  }

  .pr-md-9,
  .px-md-9 {
    padding-right: 10rem !important;
  }

  .pb-md-9,
  .py-md-9 {
    padding-bottom: 10rem !important;
  }

  .pl-md-9,
  .px-md-9 {
    padding-left: 10rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-n-9 {
    margin: 10rem !important;
  }

  .mt-md-n-9,
  .my-md-n-9 {
    margin-top: 10rem !important;
  }

  .mr-md-n-9,
  .mx-md-n-9 {
    margin-right: 10rem !important;
  }

  .mb-md-n-9,
  .my-md-n-9 {
    margin-bottom: 10rem !important;
  }

  .ml-md-n-9,
  .mx-md-n-9 {
    margin-left: 10rem !important;
  }

  .m-md-n-8 {
    margin: 8rem !important;
  }

  .mt-md-n-8,
  .my-md-n-8 {
    margin-top: 8rem !important;
  }

  .mr-md-n-8,
  .mx-md-n-8 {
    margin-right: 8rem !important;
  }

  .mb-md-n-8,
  .my-md-n-8 {
    margin-bottom: 8rem !important;
  }

  .ml-md-n-8,
  .mx-md-n-8 {
    margin-left: 8rem !important;
  }

  .m-md-n-7 {
    margin: 6rem !important;
  }

  .mt-md-n-7,
  .my-md-n-7 {
    margin-top: 6rem !important;
  }

  .mr-md-n-7,
  .mx-md-n-7 {
    margin-right: 6rem !important;
  }

  .mb-md-n-7,
  .my-md-n-7 {
    margin-bottom: 6rem !important;
  }

  .ml-md-n-7,
  .mx-md-n-7 {
    margin-left: 6rem !important;
  }

  .m-md-n-6 {
    margin: 4.5rem !important;
  }

  .mt-md-n-6,
  .my-md-n-6 {
    margin-top: 4.5rem !important;
  }

  .mr-md-n-6,
  .mx-md-n-6 {
    margin-right: 4.5rem !important;
  }

  .mb-md-n-6,
  .my-md-n-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-md-n-6,
  .mx-md-n-6 {
    margin-left: 4.5rem !important;
  }

  .m-md-n-5 {
    margin: 3rem !important;
  }

  .mt-md-n-5,
  .my-md-n-5 {
    margin-top: 3rem !important;
  }

  .mr-md-n-5,
  .mx-md-n-5 {
    margin-right: 3rem !important;
  }

  .mb-md-n-5,
  .my-md-n-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-n-5,
  .mx-md-n-5 {
    margin-left: 3rem !important;
  }

  .m-md-n-4 {
    margin: 1.5rem !important;
  }

  .mt-md-n-4,
  .my-md-n-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-n-4,
  .mx-md-n-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-n-4,
  .my-md-n-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-n-4,
  .mx-md-n-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-n-3 {
    margin: 1rem !important;
  }

  .mt-md-n-3,
  .my-md-n-3 {
    margin-top: 1rem !important;
  }

  .mr-md-n-3,
  .mx-md-n-3 {
    margin-right: 1rem !important;
  }

  .mb-md-n-3,
  .my-md-n-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-n-3,
  .mx-md-n-3 {
    margin-left: 1rem !important;
  }

  .m-md-n-2 {
    margin: 0.5rem !important;
  }

  .mt-md-n-2,
  .my-md-n-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-n-2,
  .mx-md-n-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-n-2,
  .my-md-n-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-n-2,
  .mx-md-n-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-n-1 {
    margin: 0.25rem !important;
  }

  .mt-md-n-1,
  .my-md-n-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-n-1,
  .mx-md-n-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-n-1,
  .my-md-n-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-n-1,
  .mx-md-n-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-n6 {
    margin: -4.5rem !important;
  }

  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.5rem !important;
  }

  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.5rem !important;
  }

  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.5rem !important;
  }

  .m-md-n7 {
    margin: -6rem !important;
  }

  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important;
  }

  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important;
  }

  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important;
  }

  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important;
  }

  .m-md-n8 {
    margin: -8rem !important;
  }

  .mt-md-n8,
  .my-md-n8 {
    margin-top: -8rem !important;
  }

  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -8rem !important;
  }

  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -8rem !important;
  }

  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -8rem !important;
  }

  .m-md-n9 {
    margin: -10rem !important;
  }

  .mt-md-n9,
  .my-md-n9 {
    margin-top: -10rem !important;
  }

  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -10rem !important;
  }

  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -10rem !important;
  }

  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -10rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }

  .max-height-md-none {
    max-height: none !important;
  }

  .max-height-md-200px {
    max-height: 200px;
  }
}

.max-height-200px {
  max-height: 200px;
}

@media (min-width: 992px) {
  .bg-lg-none {
    background: transparent !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .m-lg--9 {
    margin: -10rem !important;
  }

  .mt-lg--9,
  .my-lg--9 {
    margin-top: -10rem !important;
  }

  .mr-lg--9,
  .mx-lg--9 {
    margin-right: -10rem !important;
  }

  .mb-lg--9,
  .my-lg--9 {
    margin-bottom: -10rem !important;
  }

  .ml-lg--9,
  .mx-lg--9 {
    margin-left: -10rem !important;
  }

  .m-lg--8 {
    margin: -8rem !important;
  }

  .mt-lg--8,
  .my-lg--8 {
    margin-top: -8rem !important;
  }

  .mr-lg--8,
  .mx-lg--8 {
    margin-right: -8rem !important;
  }

  .mb-lg--8,
  .my-lg--8 {
    margin-bottom: -8rem !important;
  }

  .ml-lg--8,
  .mx-lg--8 {
    margin-left: -8rem !important;
  }

  .m-lg--7 {
    margin: -6rem !important;
  }

  .mt-lg--7,
  .my-lg--7 {
    margin-top: -6rem !important;
  }

  .mr-lg--7,
  .mx-lg--7 {
    margin-right: -6rem !important;
  }

  .mb-lg--7,
  .my-lg--7 {
    margin-bottom: -6rem !important;
  }

  .ml-lg--7,
  .mx-lg--7 {
    margin-left: -6rem !important;
  }

  .m-lg--6 {
    margin: -4.5rem !important;
  }

  .mt-lg--6,
  .my-lg--6 {
    margin-top: -4.5rem !important;
  }

  .mr-lg--6,
  .mx-lg--6 {
    margin-right: -4.5rem !important;
  }

  .mb-lg--6,
  .my-lg--6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-lg--6,
  .mx-lg--6 {
    margin-left: -4.5rem !important;
  }

  .m-lg--5 {
    margin: -3rem !important;
  }

  .mt-lg--5,
  .my-lg--5 {
    margin-top: -3rem !important;
  }

  .mr-lg--5,
  .mx-lg--5 {
    margin-right: -3rem !important;
  }

  .mb-lg--5,
  .my-lg--5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg--5,
  .mx-lg--5 {
    margin-left: -3rem !important;
  }

  .m-lg--4 {
    margin: -1.5rem !important;
  }

  .mt-lg--4,
  .my-lg--4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg--4,
  .mx-lg--4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg--4,
  .my-lg--4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg--4,
  .mx-lg--4 {
    margin-left: -1.5rem !important;
  }

  .m-lg--3 {
    margin: -1rem !important;
  }

  .mt-lg--3,
  .my-lg--3 {
    margin-top: -1rem !important;
  }

  .mr-lg--3,
  .mx-lg--3 {
    margin-right: -1rem !important;
  }

  .mb-lg--3,
  .my-lg--3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg--3,
  .mx-lg--3 {
    margin-left: -1rem !important;
  }

  .m-lg--2 {
    margin: -0.5rem !important;
  }

  .mt-lg--2,
  .my-lg--2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg--2,
  .mx-lg--2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg--2,
  .my-lg--2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg--2,
  .mx-lg--2 {
    margin-left: -0.5rem !important;
  }

  .m-lg--1 {
    margin: -0.25rem !important;
  }

  .mt-lg--1,
  .my-lg--1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg--1,
  .mx-lg--1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg--1,
  .my-lg--1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg--1,
  .mx-lg--1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-6 {
    margin: 4.5rem !important;
  }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important;
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }

  .m-lg-7 {
    margin: 6rem !important;
  }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }

  .m-lg-8 {
    margin: 8rem !important;
  }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8rem !important;
  }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8rem !important;
  }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8rem !important;
  }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8rem !important;
  }

  .m-lg-9 {
    margin: 10rem !important;
  }

  .mt-lg-9,
  .my-lg-9 {
    margin-top: 10rem !important;
  }

  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 10rem !important;
  }

  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 10rem !important;
  }

  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 10rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .p-lg--9 {
    padding: -10rem !important;
  }

  .pt-lg--9,
  .py-lg--9 {
    padding-top: -10rem !important;
  }

  .pr-lg--9,
  .px-lg--9 {
    padding-right: -10rem !important;
  }

  .pb-lg--9,
  .py-lg--9 {
    padding-bottom: -10rem !important;
  }

  .pl-lg--9,
  .px-lg--9 {
    padding-left: -10rem !important;
  }

  .p-lg--8 {
    padding: -8rem !important;
  }

  .pt-lg--8,
  .py-lg--8 {
    padding-top: -8rem !important;
  }

  .pr-lg--8,
  .px-lg--8 {
    padding-right: -8rem !important;
  }

  .pb-lg--8,
  .py-lg--8 {
    padding-bottom: -8rem !important;
  }

  .pl-lg--8,
  .px-lg--8 {
    padding-left: -8rem !important;
  }

  .p-lg--7 {
    padding: -6rem !important;
  }

  .pt-lg--7,
  .py-lg--7 {
    padding-top: -6rem !important;
  }

  .pr-lg--7,
  .px-lg--7 {
    padding-right: -6rem !important;
  }

  .pb-lg--7,
  .py-lg--7 {
    padding-bottom: -6rem !important;
  }

  .pl-lg--7,
  .px-lg--7 {
    padding-left: -6rem !important;
  }

  .p-lg--6 {
    padding: -4.5rem !important;
  }

  .pt-lg--6,
  .py-lg--6 {
    padding-top: -4.5rem !important;
  }

  .pr-lg--6,
  .px-lg--6 {
    padding-right: -4.5rem !important;
  }

  .pb-lg--6,
  .py-lg--6 {
    padding-bottom: -4.5rem !important;
  }

  .pl-lg--6,
  .px-lg--6 {
    padding-left: -4.5rem !important;
  }

  .p-lg--5 {
    padding: -3rem !important;
  }

  .pt-lg--5,
  .py-lg--5 {
    padding-top: -3rem !important;
  }

  .pr-lg--5,
  .px-lg--5 {
    padding-right: -3rem !important;
  }

  .pb-lg--5,
  .py-lg--5 {
    padding-bottom: -3rem !important;
  }

  .pl-lg--5,
  .px-lg--5 {
    padding-left: -3rem !important;
  }

  .p-lg--4 {
    padding: -1.5rem !important;
  }

  .pt-lg--4,
  .py-lg--4 {
    padding-top: -1.5rem !important;
  }

  .pr-lg--4,
  .px-lg--4 {
    padding-right: -1.5rem !important;
  }

  .pb-lg--4,
  .py-lg--4 {
    padding-bottom: -1.5rem !important;
  }

  .pl-lg--4,
  .px-lg--4 {
    padding-left: -1.5rem !important;
  }

  .p-lg--3 {
    padding: -1rem !important;
  }

  .pt-lg--3,
  .py-lg--3 {
    padding-top: -1rem !important;
  }

  .pr-lg--3,
  .px-lg--3 {
    padding-right: -1rem !important;
  }

  .pb-lg--3,
  .py-lg--3 {
    padding-bottom: -1rem !important;
  }

  .pl-lg--3,
  .px-lg--3 {
    padding-left: -1rem !important;
  }

  .p-lg--2 {
    padding: -0.5rem !important;
  }

  .pt-lg--2,
  .py-lg--2 {
    padding-top: -0.5rem !important;
  }

  .pr-lg--2,
  .px-lg--2 {
    padding-right: -0.5rem !important;
  }

  .pb-lg--2,
  .py-lg--2 {
    padding-bottom: -0.5rem !important;
  }

  .pl-lg--2,
  .px-lg--2 {
    padding-left: -0.5rem !important;
  }

  .p-lg--1 {
    padding: -0.25rem !important;
  }

  .pt-lg--1,
  .py-lg--1 {
    padding-top: -0.25rem !important;
  }

  .pr-lg--1,
  .px-lg--1 {
    padding-right: -0.25rem !important;
  }

  .pb-lg--1,
  .py-lg--1 {
    padding-bottom: -0.25rem !important;
  }

  .pl-lg--1,
  .px-lg--1 {
    padding-left: -0.25rem !important;
  }

  .p-lg-6 {
    padding: 4.5rem !important;
  }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }

  .p-lg-7 {
    padding: 6rem !important;
  }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }

  .p-lg-8 {
    padding: 8rem !important;
  }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8rem !important;
  }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8rem !important;
  }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8rem !important;
  }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8rem !important;
  }

  .p-lg-9 {
    padding: 10rem !important;
  }

  .pt-lg-9,
  .py-lg-9 {
    padding-top: 10rem !important;
  }

  .pr-lg-9,
  .px-lg-9 {
    padding-right: 10rem !important;
  }

  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 10rem !important;
  }

  .pl-lg-9,
  .px-lg-9 {
    padding-left: 10rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-n-9 {
    margin: 10rem !important;
  }

  .mt-lg-n-9,
  .my-lg-n-9 {
    margin-top: 10rem !important;
  }

  .mr-lg-n-9,
  .mx-lg-n-9 {
    margin-right: 10rem !important;
  }

  .mb-lg-n-9,
  .my-lg-n-9 {
    margin-bottom: 10rem !important;
  }

  .ml-lg-n-9,
  .mx-lg-n-9 {
    margin-left: 10rem !important;
  }

  .m-lg-n-8 {
    margin: 8rem !important;
  }

  .mt-lg-n-8,
  .my-lg-n-8 {
    margin-top: 8rem !important;
  }

  .mr-lg-n-8,
  .mx-lg-n-8 {
    margin-right: 8rem !important;
  }

  .mb-lg-n-8,
  .my-lg-n-8 {
    margin-bottom: 8rem !important;
  }

  .ml-lg-n-8,
  .mx-lg-n-8 {
    margin-left: 8rem !important;
  }

  .m-lg-n-7 {
    margin: 6rem !important;
  }

  .mt-lg-n-7,
  .my-lg-n-7 {
    margin-top: 6rem !important;
  }

  .mr-lg-n-7,
  .mx-lg-n-7 {
    margin-right: 6rem !important;
  }

  .mb-lg-n-7,
  .my-lg-n-7 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-n-7,
  .mx-lg-n-7 {
    margin-left: 6rem !important;
  }

  .m-lg-n-6 {
    margin: 4.5rem !important;
  }

  .mt-lg-n-6,
  .my-lg-n-6 {
    margin-top: 4.5rem !important;
  }

  .mr-lg-n-6,
  .mx-lg-n-6 {
    margin-right: 4.5rem !important;
  }

  .mb-lg-n-6,
  .my-lg-n-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-lg-n-6,
  .mx-lg-n-6 {
    margin-left: 4.5rem !important;
  }

  .m-lg-n-5 {
    margin: 3rem !important;
  }

  .mt-lg-n-5,
  .my-lg-n-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-n-5,
  .mx-lg-n-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-n-5,
  .my-lg-n-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-n-5,
  .mx-lg-n-5 {
    margin-left: 3rem !important;
  }

  .m-lg-n-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-n-4,
  .my-lg-n-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-n-4,
  .mx-lg-n-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-n-4,
  .my-lg-n-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-n-4,
  .mx-lg-n-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-n-3 {
    margin: 1rem !important;
  }

  .mt-lg-n-3,
  .my-lg-n-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-n-3,
  .mx-lg-n-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-n-3,
  .my-lg-n-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-n-3,
  .mx-lg-n-3 {
    margin-left: 1rem !important;
  }

  .m-lg-n-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-n-2,
  .my-lg-n-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-n-2,
  .mx-lg-n-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-n-2,
  .my-lg-n-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-n-2,
  .mx-lg-n-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-n-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-n-1,
  .my-lg-n-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-n-1,
  .mx-lg-n-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-n-1,
  .my-lg-n-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-n-1,
  .mx-lg-n-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-n6 {
    margin: -4.5rem !important;
  }

  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.5rem !important;
  }

  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
  }

  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.5rem !important;
  }

  .m-lg-n7 {
    margin: -6rem !important;
  }

  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important;
  }

  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important;
  }

  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important;
  }

  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important;
  }

  .m-lg-n8 {
    margin: -8rem !important;
  }

  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -8rem !important;
  }

  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -8rem !important;
  }

  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -8rem !important;
  }

  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -8rem !important;
  }

  .m-lg-n9 {
    margin: -10rem !important;
  }

  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -10rem !important;
  }

  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -10rem !important;
  }

  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -10rem !important;
  }

  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -10rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .m-xl--9 {
    margin: -10rem !important;
  }

  .mt-xl--9,
  .my-xl--9 {
    margin-top: -10rem !important;
  }

  .mr-xl--9,
  .mx-xl--9 {
    margin-right: -10rem !important;
  }

  .mb-xl--9,
  .my-xl--9 {
    margin-bottom: -10rem !important;
  }

  .ml-xl--9,
  .mx-xl--9 {
    margin-left: -10rem !important;
  }

  .m-xl--8 {
    margin: -8rem !important;
  }

  .mt-xl--8,
  .my-xl--8 {
    margin-top: -8rem !important;
  }

  .mr-xl--8,
  .mx-xl--8 {
    margin-right: -8rem !important;
  }

  .mb-xl--8,
  .my-xl--8 {
    margin-bottom: -8rem !important;
  }

  .ml-xl--8,
  .mx-xl--8 {
    margin-left: -8rem !important;
  }

  .m-xl--7 {
    margin: -6rem !important;
  }

  .mt-xl--7,
  .my-xl--7 {
    margin-top: -6rem !important;
  }

  .mr-xl--7,
  .mx-xl--7 {
    margin-right: -6rem !important;
  }

  .mb-xl--7,
  .my-xl--7 {
    margin-bottom: -6rem !important;
  }

  .ml-xl--7,
  .mx-xl--7 {
    margin-left: -6rem !important;
  }

  .m-xl--6 {
    margin: -4.5rem !important;
  }

  .mt-xl--6,
  .my-xl--6 {
    margin-top: -4.5rem !important;
  }

  .mr-xl--6,
  .mx-xl--6 {
    margin-right: -4.5rem !important;
  }

  .mb-xl--6,
  .my-xl--6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-xl--6,
  .mx-xl--6 {
    margin-left: -4.5rem !important;
  }

  .m-xl--5 {
    margin: -3rem !important;
  }

  .mt-xl--5,
  .my-xl--5 {
    margin-top: -3rem !important;
  }

  .mr-xl--5,
  .mx-xl--5 {
    margin-right: -3rem !important;
  }

  .mb-xl--5,
  .my-xl--5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl--5,
  .mx-xl--5 {
    margin-left: -3rem !important;
  }

  .m-xl--4 {
    margin: -1.5rem !important;
  }

  .mt-xl--4,
  .my-xl--4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl--4,
  .mx-xl--4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl--4,
  .my-xl--4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl--4,
  .mx-xl--4 {
    margin-left: -1.5rem !important;
  }

  .m-xl--3 {
    margin: -1rem !important;
  }

  .mt-xl--3,
  .my-xl--3 {
    margin-top: -1rem !important;
  }

  .mr-xl--3,
  .mx-xl--3 {
    margin-right: -1rem !important;
  }

  .mb-xl--3,
  .my-xl--3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl--3,
  .mx-xl--3 {
    margin-left: -1rem !important;
  }

  .m-xl--2 {
    margin: -0.5rem !important;
  }

  .mt-xl--2,
  .my-xl--2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl--2,
  .mx-xl--2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl--2,
  .my-xl--2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl--2,
  .mx-xl--2 {
    margin-left: -0.5rem !important;
  }

  .m-xl--1 {
    margin: -0.25rem !important;
  }

  .mt-xl--1,
  .my-xl--1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl--1,
  .mx-xl--1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl--1,
  .my-xl--1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl--1,
  .mx-xl--1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-6 {
    margin: 4.5rem !important;
  }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important;
  }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important;
  }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important;
  }

  .m-xl-7 {
    margin: 6rem !important;
  }

  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }

  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }

  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }

  .m-xl-8 {
    margin: 8rem !important;
  }

  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8rem !important;
  }

  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8rem !important;
  }

  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8rem !important;
  }

  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8rem !important;
  }

  .m-xl-9 {
    margin: 10rem !important;
  }

  .mt-xl-9,
  .my-xl-9 {
    margin-top: 10rem !important;
  }

  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 10rem !important;
  }

  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 10rem !important;
  }

  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 10rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .p-xl--9 {
    padding: -10rem !important;
  }

  .pt-xl--9,
  .py-xl--9 {
    padding-top: -10rem !important;
  }

  .pr-xl--9,
  .px-xl--9 {
    padding-right: -10rem !important;
  }

  .pb-xl--9,
  .py-xl--9 {
    padding-bottom: -10rem !important;
  }

  .pl-xl--9,
  .px-xl--9 {
    padding-left: -10rem !important;
  }

  .p-xl--8 {
    padding: -8rem !important;
  }

  .pt-xl--8,
  .py-xl--8 {
    padding-top: -8rem !important;
  }

  .pr-xl--8,
  .px-xl--8 {
    padding-right: -8rem !important;
  }

  .pb-xl--8,
  .py-xl--8 {
    padding-bottom: -8rem !important;
  }

  .pl-xl--8,
  .px-xl--8 {
    padding-left: -8rem !important;
  }

  .p-xl--7 {
    padding: -6rem !important;
  }

  .pt-xl--7,
  .py-xl--7 {
    padding-top: -6rem !important;
  }

  .pr-xl--7,
  .px-xl--7 {
    padding-right: -6rem !important;
  }

  .pb-xl--7,
  .py-xl--7 {
    padding-bottom: -6rem !important;
  }

  .pl-xl--7,
  .px-xl--7 {
    padding-left: -6rem !important;
  }

  .p-xl--6 {
    padding: -4.5rem !important;
  }

  .pt-xl--6,
  .py-xl--6 {
    padding-top: -4.5rem !important;
  }

  .pr-xl--6,
  .px-xl--6 {
    padding-right: -4.5rem !important;
  }

  .pb-xl--6,
  .py-xl--6 {
    padding-bottom: -4.5rem !important;
  }

  .pl-xl--6,
  .px-xl--6 {
    padding-left: -4.5rem !important;
  }

  .p-xl--5 {
    padding: -3rem !important;
  }

  .pt-xl--5,
  .py-xl--5 {
    padding-top: -3rem !important;
  }

  .pr-xl--5,
  .px-xl--5 {
    padding-right: -3rem !important;
  }

  .pb-xl--5,
  .py-xl--5 {
    padding-bottom: -3rem !important;
  }

  .pl-xl--5,
  .px-xl--5 {
    padding-left: -3rem !important;
  }

  .p-xl--4 {
    padding: -1.5rem !important;
  }

  .pt-xl--4,
  .py-xl--4 {
    padding-top: -1.5rem !important;
  }

  .pr-xl--4,
  .px-xl--4 {
    padding-right: -1.5rem !important;
  }

  .pb-xl--4,
  .py-xl--4 {
    padding-bottom: -1.5rem !important;
  }

  .pl-xl--4,
  .px-xl--4 {
    padding-left: -1.5rem !important;
  }

  .p-xl--3 {
    padding: -1rem !important;
  }

  .pt-xl--3,
  .py-xl--3 {
    padding-top: -1rem !important;
  }

  .pr-xl--3,
  .px-xl--3 {
    padding-right: -1rem !important;
  }

  .pb-xl--3,
  .py-xl--3 {
    padding-bottom: -1rem !important;
  }

  .pl-xl--3,
  .px-xl--3 {
    padding-left: -1rem !important;
  }

  .p-xl--2 {
    padding: -0.5rem !important;
  }

  .pt-xl--2,
  .py-xl--2 {
    padding-top: -0.5rem !important;
  }

  .pr-xl--2,
  .px-xl--2 {
    padding-right: -0.5rem !important;
  }

  .pb-xl--2,
  .py-xl--2 {
    padding-bottom: -0.5rem !important;
  }

  .pl-xl--2,
  .px-xl--2 {
    padding-left: -0.5rem !important;
  }

  .p-xl--1 {
    padding: -0.25rem !important;
  }

  .pt-xl--1,
  .py-xl--1 {
    padding-top: -0.25rem !important;
  }

  .pr-xl--1,
  .px-xl--1 {
    padding-right: -0.25rem !important;
  }

  .pb-xl--1,
  .py-xl--1 {
    padding-bottom: -0.25rem !important;
  }

  .pl-xl--1,
  .px-xl--1 {
    padding-left: -0.25rem !important;
  }

  .p-xl-6 {
    padding: 4.5rem !important;
  }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important;
  }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important;
  }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important;
  }

  .p-xl-7 {
    padding: 6rem !important;
  }

  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }

  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }

  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }

  .p-xl-8 {
    padding: 8rem !important;
  }

  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8rem !important;
  }

  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8rem !important;
  }

  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8rem !important;
  }

  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8rem !important;
  }

  .p-xl-9 {
    padding: 10rem !important;
  }

  .pt-xl-9,
  .py-xl-9 {
    padding-top: 10rem !important;
  }

  .pr-xl-9,
  .px-xl-9 {
    padding-right: 10rem !important;
  }

  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 10rem !important;
  }

  .pl-xl-9,
  .px-xl-9 {
    padding-left: 10rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-n-9 {
    margin: 10rem !important;
  }

  .mt-xl-n-9,
  .my-xl-n-9 {
    margin-top: 10rem !important;
  }

  .mr-xl-n-9,
  .mx-xl-n-9 {
    margin-right: 10rem !important;
  }

  .mb-xl-n-9,
  .my-xl-n-9 {
    margin-bottom: 10rem !important;
  }

  .ml-xl-n-9,
  .mx-xl-n-9 {
    margin-left: 10rem !important;
  }

  .m-xl-n-8 {
    margin: 8rem !important;
  }

  .mt-xl-n-8,
  .my-xl-n-8 {
    margin-top: 8rem !important;
  }

  .mr-xl-n-8,
  .mx-xl-n-8 {
    margin-right: 8rem !important;
  }

  .mb-xl-n-8,
  .my-xl-n-8 {
    margin-bottom: 8rem !important;
  }

  .ml-xl-n-8,
  .mx-xl-n-8 {
    margin-left: 8rem !important;
  }

  .m-xl-n-7 {
    margin: 6rem !important;
  }

  .mt-xl-n-7,
  .my-xl-n-7 {
    margin-top: 6rem !important;
  }

  .mr-xl-n-7,
  .mx-xl-n-7 {
    margin-right: 6rem !important;
  }

  .mb-xl-n-7,
  .my-xl-n-7 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-n-7,
  .mx-xl-n-7 {
    margin-left: 6rem !important;
  }

  .m-xl-n-6 {
    margin: 4.5rem !important;
  }

  .mt-xl-n-6,
  .my-xl-n-6 {
    margin-top: 4.5rem !important;
  }

  .mr-xl-n-6,
  .mx-xl-n-6 {
    margin-right: 4.5rem !important;
  }

  .mb-xl-n-6,
  .my-xl-n-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xl-n-6,
  .mx-xl-n-6 {
    margin-left: 4.5rem !important;
  }

  .m-xl-n-5 {
    margin: 3rem !important;
  }

  .mt-xl-n-5,
  .my-xl-n-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-n-5,
  .mx-xl-n-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-n-5,
  .my-xl-n-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-n-5,
  .mx-xl-n-5 {
    margin-left: 3rem !important;
  }

  .m-xl-n-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-n-4,
  .my-xl-n-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-n-4,
  .mx-xl-n-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-n-4,
  .my-xl-n-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-n-4,
  .mx-xl-n-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-n-3 {
    margin: 1rem !important;
  }

  .mt-xl-n-3,
  .my-xl-n-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-n-3,
  .mx-xl-n-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-n-3,
  .my-xl-n-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-n-3,
  .mx-xl-n-3 {
    margin-left: 1rem !important;
  }

  .m-xl-n-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-n-2,
  .my-xl-n-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-n-2,
  .mx-xl-n-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-n-2,
  .my-xl-n-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-n-2,
  .mx-xl-n-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-n-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-n-1,
  .my-xl-n-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-n-1,
  .mx-xl-n-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-n-1,
  .my-xl-n-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-n-1,
  .mx-xl-n-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-n6 {
    margin: -4.5rem !important;
  }

  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.5rem !important;
  }

  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
  }

  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.5rem !important;
  }

  .m-xl-n7 {
    margin: -6rem !important;
  }

  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important;
  }

  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important;
  }

  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important;
  }

  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important;
  }

  .m-xl-n8 {
    margin: -8rem !important;
  }

  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -8rem !important;
  }

  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -8rem !important;
  }

  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -8rem !important;
  }

  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -8rem !important;
  }

  .m-xl-n9 {
    margin: -10rem !important;
  }

  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -10rem !important;
  }

  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -10rem !important;
  }

  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -10rem !important;
  }

  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -10rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.btn-sm {
  padding: 0.4rem 1rem;
  font-size: 0.875rem;
}

.btn-rounded {
  border-radius: 30px;
}

.box-shadow {
  box-shadow: 0 0 40px rgba(95, 125, 149, 0.1);
}

.box-shadow-lg {
  box-shadow: 0 5px 35px 0 rgba(95, 125, 149, 0.15);
}

.read-more {
  color: #33324e;
  font-weight: 500;
  padding: 2px 0px;
}

.read-more:hover {
  color: #4353ff;
  padding: 2px 0px;
  transition: all 0.3s;
}

.read-more i {
  font-size: 16px;
  position: relative;
  top: 2px;
}

.bg-overlay {
  background-color: rgba(35, 37, 47, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.title-box .title-sub-title {
  background: rgba(67, 83, 255, 0.2);
  padding: 7px 22px;
  display: inline;
  border-radius: 30px;
  font-size: 13px;
}

.title-box .title-heading {
  font-size: 30px;
}

.bg-primary {
  background-color: #4353ff !important;
}

.bg-soft-primary {
  background-color: rgba(67, 83, 255, 0.1) !important;
}

.text-primary {
  color: #4353ff !important;
}

.icon-dual-primary {
  color: #4353ff;
  fill: rgba(67, 83, 255, 0.2);
}

.btn-soft-primary {
  background-color: rgba(67, 83, 255, 0.25) !important;
  color: #4353ff !important;
}

.btn-soft-primary:hover {
  background: #2f40ff;
}

.btn-soft-primary:focus {
  background: #2f40ff;
}

.btn-soft-primary:active {
  background: #2f40ff;
}

.btn-soft-primary:not(:disabled):not(.disabled):active {
  background: #2f40ff;
}

.btn-soft-primary:not(:disabled):not(.disabled):active:focus {
  background: #2f40ff;
}

.btn-soft-primary .open > .dropdown-toggle.btn-primary {
  background: #2f40ff;
}

.btn-soft-primary.active {
  background: #2f40ff;
}

.btn-soft-primary.focus {
  background: #2f40ff;
}

.btn-primary {
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.btn-primary:hover {
  background: #2f40ff;
  border-color: #2f40ff;
}

.btn-primary:focus {
  background: #2f40ff;
  border-color: #2f40ff;
}

.btn-primary:active {
  background: #2f40ff;
  border-color: #2f40ff;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background: #2f40ff;
  border-color: #2f40ff;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #2f40ff;
  border-color: #2f40ff;
}

.btn-primary .open > .dropdown-toggle.btn-primary {
  background: #2f40ff;
  border-color: #2f40ff;
}

.btn-primary.active {
  background: #2f40ff;
  border-color: #2f40ff;
}

.btn-primary.focus {
  background: #2f40ff;
  border-color: #2f40ff;
}

.btn-outline-primary {
  color: var(--primary-btn-outline-text-color) !important;
  border-color: var(--primary-color) !important;
}

.btn-outline-primary:hover {
  background: var(--primary-color) !important;
  color: var(--primary-btn-outline-hover-text-color) !important;
  border-color: var(--primary-color) !important;
}

.btn-outline-primary:focus {
  background: var(--primary-color) !important;
  color: var(--primary-btn-outline-hover-text-color) !important;
  border-color: var(--primary-color) !important;
}

.btn-outline-primary:active {
  background: var(--primary-color) !important;
  color: var(--primary-btn-outline-hover-text-color) !important;
  border-color: var(--primary-color) !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
  background: var(--primary-color) !important;
  color: var(--primary-btn-outline-hover-text-color) !important;
  border-color: var(--primary-color) !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  background: var(--primary-color) !important;
  color: var(--primary-btn-outline-hover-text-color) !important;
  border-color: var(--primary-color) !important;
}

.btn-outline-primary .open > .dropdown-toggle.btn-primary {
  background: var(--primary-color) !important;
  color: var(--primary-btn-outline-hover-text-color) !important;
  border-color: var(--primary-color) !important;
}

.btn-outline-primary.active {
  background: var(--primary-color) !important;
  color: var(--primary-btn-outline-hover-text-color) !important;
  border-color: var(--primary-color) !important;
}

.btn-outline-primary.focus {
  background: var(--primary-color) !important;
  color: var(--primary-btn-outline-hover-text-color) !important;
  border-color: var(--primary-color) !important;
}

.bg-success {
  background-color: #00c99c !important;
}

.bg-soft-success {
  background-color: rgba(0, 201, 156, 0.1) !important;
}

.text-success {
  color: #00c99c !important;
}

.icon-dual-success {
  color: #00c99c;
  fill: rgba(0, 201, 156, 0.2);
}

.btn-soft-success {
  background-color: rgba(0, 201, 156, 0.25) !important;
  color: #00c99c !important;
}

.btn-soft-success:hover {
  background: #00b58c;
}

.btn-soft-success:focus {
  background: #00b58c;
}

.btn-soft-success:active {
  background: #00b58c;
}

.btn-soft-success:not(:disabled):not(.disabled):active {
  background: #00b58c;
}

.btn-soft-success:not(:disabled):not(.disabled):active:focus {
  background: #00b58c;
}

.btn-soft-success .open > .dropdown-toggle.btn-primary {
  background: #00b58c;
}

.btn-soft-success.active {
  background: #00b58c;
}

.btn-soft-success.focus {
  background: #00b58c;
}

.btn-success {
  background: #00c99c !important;
  border-color: #00c99c !important;
}

.btn-success:hover {
  background: #00b58c;
  border-color: #00b58c;
}

.btn-success:focus {
  background: #00b58c;
  border-color: #00b58c;
}

.btn-success:active {
  background: #00b58c;
  border-color: #00b58c;
}

.btn-success:not(:disabled):not(.disabled):active {
  background: #00b58c;
  border-color: #00b58c;
}

.btn-success:not(:disabled):not(.disabled):active:focus {
  background: #00b58c;
  border-color: #00b58c;
}

.btn-success .open > .dropdown-toggle.btn-primary {
  background: #00b58c;
  border-color: #00b58c;
}

.btn-success.active {
  background: #00b58c;
  border-color: #00b58c;
}

.btn-success.focus {
  background: #00b58c;
  border-color: #00b58c;
}

.btn-outline-success {
  color: #00c99c;
  border-color: #00c99c;
}

.btn-outline-success:hover {
  background: #00c99c;
  border-color: #00c99c;
}

.btn-outline-success:focus {
  background: #00c99c;
  border-color: #00c99c;
}

.btn-outline-success:active {
  background: #00c99c;
  border-color: #00c99c;
}

.btn-outline-success:not(:disabled):not(.disabled):active {
  background: #00c99c;
  border-color: #00c99c;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus {
  background: #00c99c;
  border-color: #00c99c;
}

.btn-outline-success .open > .dropdown-toggle.btn-primary {
  background: #00c99c;
  border-color: #00c99c;
}

.btn-outline-success.active {
  background: #00c99c;
  border-color: #00c99c;
}

.btn-outline-success.focus {
  background: #00c99c;
  border-color: #00c99c;
}

.bg-info {
  background-color: #15b2ec !important;
}

.bg-soft-info {
  background-color: rgba(21, 178, 236, 0.1) !important;
}

.text-info {
  color: #15b2ec !important;
}

.icon-dual-info {
  color: #15b2ec;
  fill: rgba(21, 178, 236, 0.2);
}

.btn-soft-info {
  background-color: rgba(21, 178, 236, 0.25) !important;
  color: #15b2ec !important;
}

.btn-soft-info:hover {
  background: #12a5db;
}

.btn-soft-info:focus {
  background: #12a5db;
}

.btn-soft-info:active {
  background: #12a5db;
}

.btn-soft-info:not(:disabled):not(.disabled):active {
  background: #12a5db;
}

.btn-soft-info:not(:disabled):not(.disabled):active:focus {
  background: #12a5db;
}

.btn-soft-info .open > .dropdown-toggle.btn-primary {
  background: #12a5db;
}

.btn-soft-info.active {
  background: #12a5db;
}

.btn-soft-info.focus {
  background: #12a5db;
}

.btn-info {
  background: #15b2ec !important;
  border-color: #15b2ec !important;
}

.btn-info:hover {
  background: #12a5db;
  border-color: #12a5db;
}

.btn-info:focus {
  background: #12a5db;
  border-color: #12a5db;
}

.btn-info:active {
  background: #12a5db;
  border-color: #12a5db;
}

.btn-info:not(:disabled):not(.disabled):active {
  background: #12a5db;
  border-color: #12a5db;
}

.btn-info:not(:disabled):not(.disabled):active:focus {
  background: #12a5db;
  border-color: #12a5db;
}

.btn-info .open > .dropdown-toggle.btn-primary {
  background: #12a5db;
  border-color: #12a5db;
}

.btn-info.active {
  background: #12a5db;
  border-color: #12a5db;
}

.btn-info.focus {
  background: #12a5db;
  border-color: #12a5db;
}

.btn-outline-info {
  color: #15b2ec;
  border-color: #15b2ec;
}

.btn-outline-info:hover {
  background: #15b2ec;
  border-color: #15b2ec;
}

.btn-outline-info:focus {
  background: #15b2ec;
  border-color: #15b2ec;
}

.btn-outline-info:active {
  background: #15b2ec;
  border-color: #15b2ec;
}

.btn-outline-info:not(:disabled):not(.disabled):active {
  background: #15b2ec;
  border-color: #15b2ec;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus {
  background: #15b2ec;
  border-color: #15b2ec;
}

.btn-outline-info .open > .dropdown-toggle.btn-primary {
  background: #15b2ec;
  border-color: #15b2ec;
}

.btn-outline-info.active {
  background: #15b2ec;
  border-color: #15b2ec;
}

.btn-outline-info.focus {
  background: #15b2ec;
  border-color: #15b2ec;
}

.bg-warning {
  background-color: #f5a416 !important;
}

.bg-soft-warning {
  background-color: rgba(245, 164, 22, 0.1) !important;
}

.text-warning {
  color: #f5a416 !important;
}

.icon-dual-warning {
  color: #f5a416;
  fill: rgba(245, 164, 22, 0.2);
}

.btn-soft-warning {
  background-color: rgba(245, 164, 22, 0.25) !important;
  color: #f5a416 !important;
}

.btn-soft-warning:hover {
  background: #ec9a0a;
}

.btn-soft-warning:focus {
  background: #ec9a0a;
}

.btn-soft-warning:active {
  background: #ec9a0a;
}

.btn-soft-warning:not(:disabled):not(.disabled):active {
  background: #ec9a0a;
}

.btn-soft-warning:not(:disabled):not(.disabled):active:focus {
  background: #ec9a0a;
}

.btn-soft-warning .open > .dropdown-toggle.btn-primary {
  background: #ec9a0a;
}

.btn-soft-warning.active {
  background: #ec9a0a;
}

.btn-soft-warning.focus {
  background: #ec9a0a;
}

.btn-warning {
  background: #f5a416 !important;
  border-color: #f5a416 !important;
}

.btn-warning:hover {
  background: #ec9a0a;
  border-color: #ec9a0a;
}

.btn-warning:focus {
  background: #ec9a0a;
  border-color: #ec9a0a;
}

.btn-warning:active {
  background: #ec9a0a;
  border-color: #ec9a0a;
}

.btn-warning:not(:disabled):not(.disabled):active {
  background: #ec9a0a;
  border-color: #ec9a0a;
}

.btn-warning:not(:disabled):not(.disabled):active:focus {
  background: #ec9a0a;
  border-color: #ec9a0a;
}

.btn-warning .open > .dropdown-toggle.btn-primary {
  background: #ec9a0a;
  border-color: #ec9a0a;
}

.btn-warning.active {
  background: #ec9a0a;
  border-color: #ec9a0a;
}

.btn-warning.focus {
  background: #ec9a0a;
  border-color: #ec9a0a;
}

.btn-outline-warning {
  color: #f5a416;
  border-color: #f5a416;
}

.btn-outline-warning:hover {
  background: #f5a416;
  border-color: #f5a416;
}

.btn-outline-warning:focus {
  background: #f5a416;
  border-color: #f5a416;
}

.btn-outline-warning:active {
  background: #f5a416;
  border-color: #f5a416;
}

.btn-outline-warning:not(:disabled):not(.disabled):active {
  background: #f5a416;
  border-color: #f5a416;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
  background: #f5a416;
  border-color: #f5a416;
}

.btn-outline-warning .open > .dropdown-toggle.btn-primary {
  background: #f5a416;
  border-color: #f5a416;
}

.btn-outline-warning.active {
  background: #f5a416;
  border-color: #f5a416;
}

.btn-outline-warning.focus {
  background: #f5a416;
  border-color: #f5a416;
}

.bg-danger {
  background-color: #fb7179 !important;
}

.bg-soft-danger {
  background-color: rgba(251, 113, 121, 0.1) !important;
}

.text-danger {
  color: #fb7179 !important;
}

.icon-dual-danger {
  color: #fb7179;
  fill: rgba(251, 113, 121, 0.2);
}

.btn-soft-danger {
  background-color: rgba(251, 113, 121, 0.25) !important;
  color: #fb7179 !important;
}

.btn-soft-danger:hover {
  background: #fa5d66;
}

.btn-soft-danger:focus {
  background: #fa5d66;
}

.btn-soft-danger:active {
  background: #fa5d66;
}

.btn-soft-danger:not(:disabled):not(.disabled):active {
  background: #fa5d66;
}

.btn-soft-danger:not(:disabled):not(.disabled):active:focus {
  background: #fa5d66;
}

.btn-soft-danger .open > .dropdown-toggle.btn-primary {
  background: #fa5d66;
}

.btn-soft-danger.active {
  background: #fa5d66;
}

.btn-soft-danger.focus {
  background: #fa5d66;
}

.btn-danger {
  background: #fb7179 !important;
  border-color: #fb7179 !important;
}

.btn-danger:hover {
  background: #fa5d66;
  border-color: #fa5d66;
}

.btn-danger:focus {
  background: #fa5d66;
  border-color: #fa5d66;
}

.btn-danger:active {
  background: #fa5d66;
  border-color: #fa5d66;
}

.btn-danger:not(:disabled):not(.disabled):active {
  background: #fa5d66;
  border-color: #fa5d66;
}

.btn-danger:not(:disabled):not(.disabled):active:focus {
  background: #fa5d66;
  border-color: #fa5d66;
}

.btn-danger .open > .dropdown-toggle.btn-primary {
  background: #fa5d66;
  border-color: #fa5d66;
}

.btn-danger.active {
  background: #fa5d66;
  border-color: #fa5d66;
}

.btn-danger.focus {
  background: #fa5d66;
  border-color: #fa5d66;
}

.btn-outline-danger {
  color: #fb7179;
  border-color: #fb7179;
}

.btn-outline-danger:hover {
  background: #fb7179;
  border-color: #fb7179;
}

.btn-outline-danger:focus {
  background: #fb7179;
  border-color: #fb7179;
}

.btn-outline-danger:active {
  background: #fb7179;
  border-color: #fb7179;
}

.btn-outline-danger:not(:disabled):not(.disabled):active {
  background: #fb7179;
  border-color: #fb7179;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
  background: #fb7179;
  border-color: #fb7179;
}

.btn-outline-danger .open > .dropdown-toggle.btn-primary {
  background: #fb7179;
  border-color: #fb7179;
}

.btn-outline-danger.active {
  background: #fb7179;
  border-color: #fb7179;
}

.btn-outline-danger.focus {
  background: #fb7179;
  border-color: #fb7179;
}

.bg-orange {
  background-color: #fff8f6 !important;
}

.bg-soft-orange {
  background-color: rgba(255, 248, 246, 0.1) !important;
}

.text-orange {
  color: #fff8f6 !important;
}

.icon-dual-orange {
  color: #fff8f6;
  fill: rgba(255, 248, 246, 0.2);
}

.btn-soft-orange {
  background-color: rgba(255, 248, 246, 0.25) !important;
  color: #fff8f6 !important;
}

.btn-soft-orange:hover {
  background: #ffe8e2;
}

.btn-soft-orange:focus {
  background: #ffe8e2;
}

.btn-soft-orange:active {
  background: #ffe8e2;
}

.btn-soft-orange:not(:disabled):not(.disabled):active {
  background: #ffe8e2;
}

.btn-soft-orange:not(:disabled):not(.disabled):active:focus {
  background: #ffe8e2;
}

.btn-soft-orange .open > .dropdown-toggle.btn-primary {
  background: #ffe8e2;
}

.btn-soft-orange.active {
  background: #ffe8e2;
}

.btn-soft-orange.focus {
  background: #ffe8e2;
}

.btn-orange {
  background: #fff8f6 !important;
  border-color: #fff8f6 !important;
}

.btn-orange:hover {
  background: #ffe8e2;
  border-color: #ffe8e2;
}

.btn-orange:focus {
  background: #ffe8e2;
  border-color: #ffe8e2;
}

.btn-orange:active {
  background: #ffe8e2;
  border-color: #ffe8e2;
}

.btn-orange:not(:disabled):not(.disabled):active {
  background: #ffe8e2;
  border-color: #ffe8e2;
}

.btn-orange:not(:disabled):not(.disabled):active:focus {
  background: #ffe8e2;
  border-color: #ffe8e2;
}

.btn-orange .open > .dropdown-toggle.btn-primary {
  background: #ffe8e2;
  border-color: #ffe8e2;
}

.btn-orange.active {
  background: #ffe8e2;
  border-color: #ffe8e2;
}

.btn-orange.focus {
  background: #ffe8e2;
  border-color: #ffe8e2;
}

.btn-outline-orange {
  color: #fff8f6;
  border-color: #fff8f6;
}

.btn-outline-orange:hover {
  background: #fff8f6;
  border-color: #fff8f6;
}

.btn-outline-orange:focus {
  background: #fff8f6;
  border-color: #fff8f6;
}

.btn-outline-orange:active {
  background: #fff8f6;
  border-color: #fff8f6;
}

.btn-outline-orange:not(:disabled):not(.disabled):active {
  background: #fff8f6;
  border-color: #fff8f6;
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus {
  background: #fff8f6;
  border-color: #fff8f6;
}

.btn-outline-orange .open > .dropdown-toggle.btn-primary {
  background: #fff8f6;
  border-color: #fff8f6;
}

.btn-outline-orange.active {
  background: #fff8f6;
  border-color: #fff8f6;
}

.btn-outline-orange.focus {
  background: #fff8f6;
  border-color: #fff8f6;
}

.bg-dark {
  background-color: #33324e !important;
}

.bg-soft-dark {
  background-color: rgba(51, 50, 78, 0.1) !important;
}

.text-dark {
  color: #33324e !important;
}

.icon-dual-dark {
  color: #33324e;
  fill: rgba(51, 50, 78, 0.2);
}

.btn-soft-dark {
  background-color: rgba(51, 50, 78, 0.25) !important;
  color: #33324e !important;
}

.btn-soft-dark:hover {
  background: #2b2a42;
}

.btn-soft-dark:focus {
  background: #2b2a42;
}

.btn-soft-dark:active {
  background: #2b2a42;
}

.btn-soft-dark:not(:disabled):not(.disabled):active {
  background: #2b2a42;
}

.btn-soft-dark:not(:disabled):not(.disabled):active:focus {
  background: #2b2a42;
}

.btn-soft-dark .open > .dropdown-toggle.btn-primary {
  background: #2b2a42;
}

.btn-soft-dark.active {
  background: #2b2a42;
}

.btn-soft-dark.focus {
  background: #2b2a42;
}

.btn-dark {
  background: #33324e !important;
  border-color: #33324e !important;
}

.btn-dark:hover {
  background: #2b2a42;
  border-color: #2b2a42;
}

.btn-dark:focus {
  background: #2b2a42;
  border-color: #2b2a42;
}

.btn-dark:active {
  background: #2b2a42;
  border-color: #2b2a42;
}

.btn-dark:not(:disabled):not(.disabled):active {
  background: #2b2a42;
  border-color: #2b2a42;
}

.btn-dark:not(:disabled):not(.disabled):active:focus {
  background: #2b2a42;
  border-color: #2b2a42;
}

.btn-dark .open > .dropdown-toggle.btn-primary {
  background: #2b2a42;
  border-color: #2b2a42;
}

.btn-dark.active {
  background: #2b2a42;
  border-color: #2b2a42;
}

.btn-dark.focus {
  background: #2b2a42;
  border-color: #2b2a42;
}

.btn-outline-dark {
  color: #33324e;
  border-color: #33324e;
}

.btn-outline-dark:hover {
  background: #33324e;
  border-color: #33324e;
}

.btn-outline-dark:focus {
  background: #33324e;
  border-color: #33324e;
}

.btn-outline-dark:active {
  background: #33324e;
  border-color: #33324e;
}

.btn-outline-dark:not(:disabled):not(.disabled):active {
  background: #33324e;
  border-color: #33324e;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
  background: #33324e;
  border-color: #33324e;
}

.btn-outline-dark .open > .dropdown-toggle.btn-primary {
  background: #33324e;
  border-color: #33324e;
}

.btn-outline-dark.active {
  background: #33324e;
  border-color: #33324e;
}

.btn-outline-dark.focus {
  background: #33324e;
  border-color: #33324e;
}

.bg-muted {
  background-color: #767dac !important;
}

.bg-soft-muted {
  background-color: rgba(118, 125, 172, 0.1) !important;
}

.text-muted {
  color: #767dac !important;
}

.icon-dual-muted {
  color: #767dac;
  fill: rgba(118, 125, 172, 0.2);
}

.btn-soft-muted {
  background-color: rgba(118, 125, 172, 0.25) !important;
  color: #767dac !important;
}

.btn-soft-muted:hover {
  background: #6971a4;
}

.btn-soft-muted:focus {
  background: #6971a4;
}

.btn-soft-muted:active {
  background: #6971a4;
}

.btn-soft-muted:not(:disabled):not(.disabled):active {
  background: #6971a4;
}

.btn-soft-muted:not(:disabled):not(.disabled):active:focus {
  background: #6971a4;
}

.btn-soft-muted .open > .dropdown-toggle.btn-primary {
  background: #6971a4;
}

.btn-soft-muted.active {
  background: #6971a4;
}

.btn-soft-muted.focus {
  background: #6971a4;
}

.btn-muted {
  background: #767dac !important;
  border-color: #767dac !important;
}

.btn-muted:hover {
  background: #6971a4;
  border-color: #6971a4;
}

.btn-muted:focus {
  background: #6971a4;
  border-color: #6971a4;
}

.btn-muted:active {
  background: #6971a4;
  border-color: #6971a4;
}

.btn-muted:not(:disabled):not(.disabled):active {
  background: #6971a4;
  border-color: #6971a4;
}

.btn-muted:not(:disabled):not(.disabled):active:focus {
  background: #6971a4;
  border-color: #6971a4;
}

.btn-muted .open > .dropdown-toggle.btn-primary {
  background: #6971a4;
  border-color: #6971a4;
}

.btn-muted.active {
  background: #6971a4;
  border-color: #6971a4;
}

.btn-muted.focus {
  background: #6971a4;
  border-color: #6971a4;
}

.btn-outline-muted {
  color: #767dac;
  border-color: #767dac;
}

.btn-outline-muted:hover {
  background: #767dac;
  border-color: #767dac;
}

.btn-outline-muted:focus {
  background: #767dac;
  border-color: #767dac;
}

.btn-outline-muted:active {
  background: #767dac;
  border-color: #767dac;
}

.btn-outline-muted:not(:disabled):not(.disabled):active {
  background: #767dac;
  border-color: #767dac;
}

.btn-outline-muted:not(:disabled):not(.disabled):active:focus {
  background: #767dac;
  border-color: #767dac;
}

.btn-outline-muted .open > .dropdown-toggle.btn-primary {
  background: #767dac;
  border-color: #767dac;
}

.btn-outline-muted.active {
  background: #767dac;
  border-color: #767dac;
}

.btn-outline-muted.focus {
  background: #767dac;
  border-color: #767dac;
}

.bg-purple {
  background-color: #9261c6 !important;
}

.bg-soft-purple {
  background-color: rgba(146, 97, 198, 0.1) !important;
}

.text-purple {
  color: #9261c6 !important;
}

.icon-dual-purple {
  color: #9261c6;
  fill: rgba(146, 97, 198, 0.2);
}

.btn-soft-purple {
  background-color: rgba(146, 97, 198, 0.25) !important;
  color: #9261c6 !important;
}

.btn-soft-purple:hover {
  background: #8852c1;
}

.btn-soft-purple:focus {
  background: #8852c1;
}

.btn-soft-purple:active {
  background: #8852c1;
}

.btn-soft-purple:not(:disabled):not(.disabled):active {
  background: #8852c1;
}

.btn-soft-purple:not(:disabled):not(.disabled):active:focus {
  background: #8852c1;
}

.btn-soft-purple .open > .dropdown-toggle.btn-primary {
  background: #8852c1;
}

.btn-soft-purple.active {
  background: #8852c1;
}

.btn-soft-purple.focus {
  background: #8852c1;
}

.btn-purple {
  background: #9261c6 !important;
  border-color: #9261c6 !important;
}

.btn-purple:hover {
  background: #8852c1;
  border-color: #8852c1;
}

.btn-purple:focus {
  background: #8852c1;
  border-color: #8852c1;
}

.btn-purple:active {
  background: #8852c1;
  border-color: #8852c1;
}

.btn-purple:not(:disabled):not(.disabled):active {
  background: #8852c1;
  border-color: #8852c1;
}

.btn-purple:not(:disabled):not(.disabled):active:focus {
  background: #8852c1;
  border-color: #8852c1;
}

.btn-purple .open > .dropdown-toggle.btn-primary {
  background: #8852c1;
  border-color: #8852c1;
}

.btn-purple.active {
  background: #8852c1;
  border-color: #8852c1;
}

.btn-purple.focus {
  background: #8852c1;
  border-color: #8852c1;
}

.btn-outline-purple {
  color: #9261c6;
  border-color: #9261c6;
}

.btn-outline-purple:hover {
  background: #9261c6;
  border-color: #9261c6;
}

.btn-outline-purple:focus {
  background: #9261c6;
  border-color: #9261c6;
}

.btn-outline-purple:active {
  background: #9261c6;
  border-color: #9261c6;
}

.btn-outline-purple:not(:disabled):not(.disabled):active {
  background: #9261c6;
  border-color: #9261c6;
}

.btn-outline-purple:not(:disabled):not(.disabled):active:focus {
  background: #9261c6;
  border-color: #9261c6;
}

.btn-outline-purple .open > .dropdown-toggle.btn-primary {
  background: #9261c6;
  border-color: #9261c6;
}

.btn-outline-purple.active {
  background: #9261c6;
  border-color: #9261c6;
}

.btn-outline-purple.focus {
  background: #9261c6;
  border-color: #9261c6;
}

.bg-pink {
  background-color: #f12699 !important;
}

.bg-soft-pink {
  background-color: rgba(241, 38, 153, 0.1) !important;
}

.text-pink {
  color: #f12699 !important;
}

.icon-dual-pink {
  color: #f12699;
  fill: rgba(241, 38, 153, 0.2);
}

.btn-soft-pink {
  background-color: rgba(241, 38, 153, 0.25) !important;
  color: #f12699 !important;
}

.btn-soft-pink:hover {
  background: #f01390;
}

.btn-soft-pink:focus {
  background: #f01390;
}

.btn-soft-pink:active {
  background: #f01390;
}

.btn-soft-pink:not(:disabled):not(.disabled):active {
  background: #f01390;
}

.btn-soft-pink:not(:disabled):not(.disabled):active:focus {
  background: #f01390;
}

.btn-soft-pink .open > .dropdown-toggle.btn-primary {
  background: #f01390;
}

.btn-soft-pink.active {
  background: #f01390;
}

.btn-soft-pink.focus {
  background: #f01390;
}

.btn-pink {
  background: #f12699 !important;
  border-color: #f12699 !important;
}

.btn-pink:hover {
  background: #f01390;
  border-color: #f01390;
}

.btn-pink:focus {
  background: #f01390;
  border-color: #f01390;
}

.btn-pink:active {
  background: #f01390;
  border-color: #f01390;
}

.btn-pink:not(:disabled):not(.disabled):active {
  background: #f01390;
  border-color: #f01390;
}

.btn-pink:not(:disabled):not(.disabled):active:focus {
  background: #f01390;
  border-color: #f01390;
}

.btn-pink .open > .dropdown-toggle.btn-primary {
  background: #f01390;
  border-color: #f01390;
}

.btn-pink.active {
  background: #f01390;
  border-color: #f01390;
}

.btn-pink.focus {
  background: #f01390;
  border-color: #f01390;
}

.btn-outline-pink {
  color: #f12699;
  border-color: #f12699;
}

.btn-outline-pink:hover {
  background: #f12699;
  border-color: #f12699;
}

.btn-outline-pink:focus {
  background: #f12699;
  border-color: #f12699;
}

.btn-outline-pink:active {
  background: #f12699;
  border-color: #f12699;
}

.btn-outline-pink:not(:disabled):not(.disabled):active {
  background: #f12699;
  border-color: #f12699;
}

.btn-outline-pink:not(:disabled):not(.disabled):active:focus {
  background: #f12699;
  border-color: #f12699;
}

.btn-outline-pink .open > .dropdown-toggle.btn-primary {
  background: #f12699;
  border-color: #f12699;
}

.btn-outline-pink.active {
  background: #f12699;
  border-color: #f12699;
}

.btn-outline-pink.focus {
  background: #f12699;
  border-color: #f12699;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-soft-white {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.text-white {
  color: #ffffff !important;
}

.icon-dual-white {
  color: #ffffff;
  fill: rgba(255, 255, 255, 0.2);
}

.btn-soft-white {
  background-color: rgba(255, 255, 255, 0.25) !important;
  color: #ffffff !important;
}

.btn-soft-white:hover {
  background: whitesmoke;
}

.btn-soft-white:focus {
  background: whitesmoke;
}

.btn-soft-white:active {
  background: whitesmoke;
}

.btn-soft-white:not(:disabled):not(.disabled):active {
  background: whitesmoke;
}

.btn-soft-white:not(:disabled):not(.disabled):active:focus {
  background: whitesmoke;
}

.btn-soft-white .open > .dropdown-toggle.btn-primary {
  background: whitesmoke;
}

.btn-soft-white.active {
  background: whitesmoke;
}

.btn-soft-white.focus {
  background: whitesmoke;
}

.btn-white {
  background: #ffffff !important;
  border-color: #ffffff !important;
}

.btn-white:hover {
  background: whitesmoke;
  border-color: whitesmoke;
}

.btn-white:focus {
  background: whitesmoke;
  border-color: whitesmoke;
}

.btn-white:active {
  background: whitesmoke;
  border-color: whitesmoke;
}

.btn-white:not(:disabled):not(.disabled):active {
  background: whitesmoke;
  border-color: whitesmoke;
}

.btn-white:not(:disabled):not(.disabled):active:focus {
  background: whitesmoke;
  border-color: whitesmoke;
}

.btn-white .open > .dropdown-toggle.btn-primary {
  background: whitesmoke;
  border-color: whitesmoke;
}

.btn-white.active {
  background: whitesmoke;
  border-color: whitesmoke;
}

.btn-white.focus {
  background: whitesmoke;
  border-color: whitesmoke;
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:hover {
  background: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:focus {
  background: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:active {
  background: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:not(:disabled):not(.disabled):active {
  background: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus {
  background: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white .open > .dropdown-toggle.btn-primary {
  background: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white.active {
  background: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white.focus {
  background: #ffffff;
  border-color: #ffffff;
}

.bg-light {
  background-color: #f6f7fb !important;
}

.bg-soft-light {
  background-color: rgba(246, 247, 251, 0.1) !important;
}

.text-light {
  color: #f6f7fb !important;
}

.icon-dual-light {
  color: #f6f7fb;
  fill: rgba(246, 247, 251, 0.2);
}

.btn-soft-light {
  background-color: rgba(246, 247, 251, 0.25) !important;
  color: #f6f7fb !important;
}

.btn-soft-light:hover {
  background: #e8eaf5;
}

.btn-soft-light:focus {
  background: #e8eaf5;
}

.btn-soft-light:active {
  background: #e8eaf5;
}

.btn-soft-light:not(:disabled):not(.disabled):active {
  background: #e8eaf5;
}

.btn-soft-light:not(:disabled):not(.disabled):active:focus {
  background: #e8eaf5;
}

.btn-soft-light .open > .dropdown-toggle.btn-primary {
  background: #e8eaf5;
}

.btn-soft-light.active {
  background: #e8eaf5;
}

.btn-soft-light.focus {
  background: #e8eaf5;
}

.btn-light {
  background: #f6f7fb !important;
  border-color: #f6f7fb !important;
}

.btn-light:hover {
  background: #e8eaf5;
  border-color: #e8eaf5;
}

.btn-light:focus {
  background: #e8eaf5;
  border-color: #e8eaf5;
}

.btn-light:active {
  background: #e8eaf5;
  border-color: #e8eaf5;
}

.btn-light:not(:disabled):not(.disabled):active {
  background: #e8eaf5;
  border-color: #e8eaf5;
}

.btn-light:not(:disabled):not(.disabled):active:focus {
  background: #e8eaf5;
  border-color: #e8eaf5;
}

.btn-light .open > .dropdown-toggle.btn-primary {
  background: #e8eaf5;
  border-color: #e8eaf5;
}

.btn-light.active {
  background: #e8eaf5;
  border-color: #e8eaf5;
}

.btn-light.focus {
  background: #e8eaf5;
  border-color: #e8eaf5;
}

.btn-outline-light {
  color: #f6f7fb;
  border-color: #f6f7fb;
}

.btn-outline-light:hover {
  background: #f6f7fb;
  border-color: #f6f7fb;
}

.btn-outline-light:focus {
  background: #f6f7fb;
  border-color: #f6f7fb;
}

.btn-outline-light:active {
  background: #f6f7fb;
  border-color: #f6f7fb;
}

.btn-outline-light:not(:disabled):not(.disabled):active {
  background: #f6f7fb;
  border-color: #f6f7fb;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus {
  background: #f6f7fb;
  border-color: #f6f7fb;
}

.btn-outline-light .open > .dropdown-toggle.btn-primary {
  background: #f6f7fb;
  border-color: #f6f7fb;
}

.btn-outline-light.active {
  background: #f6f7fb;
  border-color: #f6f7fb;
}

.btn-outline-light.focus {
  background: #f6f7fb;
  border-color: #f6f7fb;
}

body {
  background: #f4f7fc;
  font-size: 0.812rem;
  font-family: sans-serif;
}

body .nk-sidebar {
  height: 80px;
}

body .nk-header {
  background: #fff;
}

body.background-dark {
  background: #0d1115;
}

body.background-dark h1,
body.background-dark h2,
body.background-dark h3,
body.background-dark h4,
body.background-dark h5,
body.background-dark h6,
body.background-dark p,
body.background-dark a,
body.background-dark li,
body.background-dark em {
  color: #d4d4d4;
}

body.background-dark .shadow-big,
body.background-dark .card-shadow,
body.background-dark .c-input,
body.background-dark .links,
body.background-dark .pricing-box,
body.background-dark .box-shadow,
body.background-dark .dropdown-menu.show,
body.background-dark .user-card-wrap,
body.background-dark .dropdown-inner + .dropdown-inner,
body.background-dark .btn-light,
body.background-dark .user-menu,
body.background-dark .fr-box.fr-basic .fr-wrapper,
body.background-dark .fr-toolbar.fr-top,
body.background-dark .second-toolbar,
body.background-dark .tox .tox-edit-area__iframe,
body.background-dark .swal2-popup {
  box-shadow: none !important;
  border: 1px solid #283a4a;
  border-color: #283a4a;
}

body.background-dark input,
body.background-dark textarea {
  background: #070809 !important;
  color: #fff;
  border: 1px solid #283a4a !important;
}

body.background-dark .background-lighter,
body.background-dark .nk-header-menu.mobile-menu,
body.background-dark .cp-button,
body.background-dark .pricing-box,
body.background-dark .dropdown-menu,
body.background-dark .clipboard-init,
body.background-dark .user-card-wrap,
body.background-dark .btn-light,
body.background-dark .fr-box.fr-basic .fr-wrapper,
body.background-dark .fr-toolbar.fr-top,
body.background-dark .second-toolbar,
body.background-dark .tox .tox-edit-area__iframe,
body.background-dark .nk-msg-nav {
  background: #070809 !important;
}

body.background-dark .card,
body.background-dark .simplebar-mask,
body.background-dark .tox-tinymce {
  background: #0d1115 !important;
}

body.background-dark .tox .tox-mbtn,
body.background-dark .tox .tox-tbtn {
  color: #fff !important;
}

body.background-dark .bg-home,
body.background-dark .tox .tox-menubar,
body.background-dark .tox .tox-toolbar-overlord {
  background: transparent !important;
}

body.background-dark .fr-toolbar .fr-command.fr-btn svg path {
  fill: #fff !important;
}

body.background-dark .modal-body,
body.background-dark .nk-msg-item.active,
body.background-dark .nk-msg-item.current,
body.background-dark .swal2-popup,
body.background-dark .swal2-success-circular-line-left,
body.background-dark .swal2-success-circular-line-right,
body.background-dark .swal2-success-fix {
  background: #171e24 !important;
}

body.background-dark .bg-white,
body.background-dark .bg-light {
  background: #0d1115 !important;
  background-color: #0d1115 !important;
}

body.background-dark .nk-msg-aside,
body.background-dark .nk-msg {
  background: transparent !important;
}

body.background-dark
  .select2-container--default.select2-lg
  .select2-selection--single {
  background: #070809 !important;
  color: #fff !important;
  background-color: #000 !important;
  border-color: #283a4a !important;
}

body.background-dark
  .select2-container--default
  .select2-results__option[aria-selected="true"] {
  color: #000 !important;
}

body.background-dark .nav-tabs .nav-link.active em {
  color: #fff !important;
}

body.background-dark .select2-dropdown {
  background: #171e24 !important;
}

body.background-dark .nav-tabs {
  background: #18222c !important;
  box-shadow: none !important;
}

body.background-dark .data-head {
  border-color: #283a4a;
  background-color: #0d1115 !important;
}

body.background-dark .all-templates {
  border-color: #283a4a;
  background: #0d1115 !important;
  box-shadow: none !important;
}

body.background-dark .links.skills {
  color: #fff !important;
}

body.background-dark div {
  color: #fff;
}

body.background-dark .menu-sortable .handle {
  background: #000 !important;
}

body.background-dark
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  color: #000 !important;
}

body.background-dark .nk-sidebar-footer,
body.background-dark .nk-footer,
body.background-dark .nk-header,
body.background-dark .nk-sidebar,
body.background-dark .nk-profile-content,
body.background-dark .nk-content {
  border-color: #283a4a !important;
  background: #0d1115 !important;
}

body.background-dark .settings-card {
  box-shadow: none !important;
  border: 1px solid #283a4a !important;
  background: #0d1115 !important;
}

body.background-dark .card-bordered {
  border: 1px solid #283a4a;
}

body.background-dark .nk-sidebar-fat .nk-menu > li.active > a {
  background: transparent;
  border: 1px solid #283a4a;
}

body.background-dark .nk-profile-toggle {
  border-bottom: 1px solid #283a4a;
}

body.background-dark .btn-outline-light {
  border-color: #283a4a;
}

body.admin {
  font-size: 0.7em;
}

body.admin .form-label {
  font-size: 0.875rem;
}

body.admin .data-head {
  padding: 1em 1.8rem;
}

body.admin .data-head .overline-title {
  font-size: 12px;
}

.info-text ul {
  list-style-type: circle;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 25px;
  font-weight: 500;
}

.card .card-body .card-title {
  font-size: 14px;
  margin-bottom: 20px;
  color: #000;
}

.card.text-white .card-title {
  color: #fff;
}

.copy-text {
  border: 5px solid rgba(24, 26, 28, 0.1);
}

.clov-sidebar {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #fff;
  box-shadow: 0 3px 10px rgba(62, 85, 120, 0.045);
  width: 300px;
  z-index: 999;
  transition: all 0.2s ease-in-out;
}

.clov-sidebar .clov-sidebar-inner {
  padding: 57px 50px;
}

.clov-sidebar .clov-sidebar-inner ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.clov-sidebar .clov-sidebar-inner ul li {
  display: block;
  overflow: hidden;
}

.clov-sidebar .clov-sidebar-inner ul li.sidebar-title:first-child {
  margin-top: 0;
}

.clov-sidebar .clov-sidebar-inner ul li.sidebar-title {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #838d91;
  font-size: 12px;
  margin: 40px 0 10px 0;
  margin-top: 40px;
  display: block;
  overflow: hidden;
  float: none;
}

.clov-sidebar .clov-sidebar-inner ul li a {
  display: block;
  color: rgba(27, 29, 93, 0.5);
  margin: 9px 0;
  font-weight: 400;
  font-size: 13px;
  transition: all 0.2s ease-in-out;
}

.clov-sidebar .clov-sidebar-inner ul li a.active {
  color: #037afb;
}

.clov-sidebar .clov-sidebar-inner ul li a i:not(.has-sub-menu) {
  font-size: 18px;
  vertical-align: top;
  margin-right: 10px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  background: #efefef;
  padding: 10px 15px;
  border-radius: 15px;
}

.section-head p {
  color: #808080;
  font-weight: 900;
  font-size: 17px;
  padding: 0;
  margin: 0;
}

.default_footer.dark {
  background: #6aaeda;
}

.input_subscribe.dark .item_input {
  z-index: 999;
}

.object-center {
  -o-object-fit: cover;
  object-fit: cover;
}

.h-40vh {
  height: 40vh;
}

.upload-form-wrap {
  border-radius: 20px;
  padding: 20px;
  background: #f9f9fc;
  max-width: 500px;
  margin: 0 auto;
}

.uploader {
  padding: 30px;
  border-radius: 10px;
  letter-spacing: 0.025em;
  text-align: center;
  position: relative;
  border: 4px dashed #dadee6;
}

.uploader .uploader-bottom > span:nth-child(4) {
  font-size: 0.75em;
  font-weight: 300;
  color: #aaadb3;
}

.uploader .uploader-bottom > span:first-child {
  font-size: 1.5em;
  color: #303133;
}

.uploader .uploader-bottom > span:nth-child(2) {
  font-size: 0.875em;
  font-weight: 300;
  color: #aaadb3;
}

.uploader .uploader-bottom {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}

.uploader .uploader-input {
  padding: 40px 50px;
}

.uploader input[type="file"] {
  position: absolute;
  cursor: pointer;
  z-index: 59;
  height: 100%;
  width: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}

.uploader .uploader-icon-circle {
  font-size: 60px;
  margin-bottom: 20px;
}

.uploader .uploader-icon-circle i {
  color: #aaadb3;
  z-index: 9;
  display: block;
}

.uploader .uploader-button {
  margin: 10px auto;
  overflow: hidden;
  box-shadow: 0 0 0 0 rgba(77, 136, 255, 0.5);
  transition: all 0.1s ease-in-out;
  border-radius: 1px;
}

.uploader .uploader-button button {
  display: inline-block;
  min-width: 150px;
  font-size: 15px;
  padding: 12px 40px;
  line-height: 1;
  background-color: #4d88ff;
  transition: all 0.1s ease-in-out;
  border-radius: 2px;
  cursor: pointer;
  color: #fff;
  border: 0;
}

.uploader .uploader-button:hover {
  background-position: left;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.uploader.dragging .uploader-caption {
  transform: translateY(30px);
  opacity: 0.6;
}

.uploader.dragging p,
.uploader.dragging .uploader-button {
  transform: translateY(18px);
  opacity: 0;
}

.uploader.dragging .uploader-icon {
  transform: translateY(30px) scale(1.2);
  opacity: 0.9;
}

#files {
  margin: 0;
}

#files .file-item {
  position: relative;
  padding: 15px;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  margin: 10px 0;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
}

#files .file-item-body {
  padding: 0 15px;
  flex: 1;
  z-index: 2;
  position: relative;
  line-height: 1.2;
  overflow: hidden;
}

#files .file-item-body p {
  width: 100%;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  color: #74809d;
  margin-bottom: 4px;
}

#files .file-item-body span {
  font-size: 12px;
  color: #979fb8;
}

#files .file-item-icon {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
}

#files .file-item-thumbnail {
  position: relative;
  width: 36px;
  height: 36px;
  z-index: 2;
}

#files .file-item-thumbnail i,
#files .file-item-thumbnail img {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#files .file-item-thumbnail i {
  position: absolute;
  display: block;
  width: 90%;
  font-style: normal;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-shadow: 0px 0px 1px #222;
}

#files .file-item-thumbnail img {
  position: absolute;
  max-width: none;
  max-height: 100%;
  background: #fff;
}

#files .file-item-status i {
  font-size: 20px;
  cursor: pointer;
}

#files .file-item-status i.success {
  color: #0eac70;
}

#files .file-item-status i.error {
  color: red;
}

/*
.filepond--root{
	height: 154px !important;
	.filepond--drop-label{
		min-height: 9.6em !important;
	}
	.filepond--panel[data-scalable="true"]{
		background-color: initial !important;
	}
}*/

.home-intro {
  padding: 150px 0;
}

.home-intro .content h2 {
  font-size: 64px;
  font-weight: 800;
}

.home-intro .content h2 .color-highlight {
  color: #415678;
}

.home-intro .content h2:nth-child(2) {
  margin-bottom: 10px;
}

.home-intro .content-image img {
  width: 100%;
}

.home-intro ul li {
  display: inline-block;
}

.home-intro ul li:last-child {
  margin-left: 15px;
}

@media (max-width: 980px) {
  .home-intro .content h2 {
    font-size: 40px;
  }
}

.dropzone {
  background: #f0f0f0 !important;
  padding: 7px;
  border-radius: 14px;
}

.dropzone .dz-loader {
  display: flex;
  background: #a5a3a3;
  border-radius: 10px;
  padding: 4px 10px;
  justify-content: space-between;
}

.dropzone .dz-loader .dz-filename {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: #fff;
}

.dropzone .dz-loader .dz-spinner {
  display: flex;
  flex-direction: column;
  align-items: last baseline;
  color: #fff;
  font-size: 11px;
  justify-content: center;
}

.dropzone .dropzone-items {
  background: #f0f0f0;
  padding: 7px;
  border-radius: 14px;
}

.dropzone .dropzone-item {
  display: flex;
  margin-top: 0.75rem;
  border-radius: 0.675rem;
  position: relative;
  height: 23vh;
}

.dropzone .dropzone-item .dz-img {
  height: 23vh;
  width: 100%;
}

.dropzone .dropzone-item .dz-img img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.dropzone .dropzone-item .dz-de {
  position: relative;
  z-index: 9999;
  border-radius: 10px;
  padding: 10px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.88), #0000);
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.dropzone .dropzone-item .dz-de .dz-filename {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 11px;
  color: #fff;
  max-width: 250px;
}

.dropzone .dropzone-item .dz-de .dz-remove {
  margin-right: 15px;
}

.dropzone .dropzone-item .dz-de .dz-size {
  color: #959191;
  font-size: 9px;
  width: 100%;
  margin-left: 34px;
}

.dropzone .dropzone-item .dz-details {
  width: 100%;
  height: 100%;
}

.dropzone .dropzone-item .dz-details .dz-de .dz-filename {
  z-index: 99;
  position: relative;
  font-size: 11px;
  max-width: 239px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.dropzone .dropzone-item .dz-details .dz-img {
  position: relative;
}

.dropzone .dropzone-item .dz-details .dz-img img {
  position: absolute;
  width: 100%;
  height: 23vh;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}

.product-card .product-img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #798bff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  flex-shrink: 0;
  position: relative;
  margin-right: 20px;
}

.product-card .product-img img {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.template-div .card {
  height: 35vh;
}

.template-div .upper {
  z-index: 999;
  position: relative;
}

.template-div .template-img img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.template-div .overlay-dark {
  background: #0000007a;
  position: absolute;
  z-index: 99;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 10px;
}

.clov-radio-box input[type="radio"]:checked + div {
  border: 5px solid #1386f0;
  box-shadow: 0 0 60px 0 rgba(94, 92, 154, 0.12);
}

.clov-radio-box .card {
  border: 5px solid #f9f9f9;
  height: 34vh;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}

.clov-radio-box .upper {
  z-index: 999;
  position: relative;
}

.clov-radio-box .p {
  font-size: 11px;
  margin-top: 11px;
}

.clov-radio-box .template-img img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.clov-radio-box .overlay-dark {
  background: #0000007a;
  position: absolute;
  z-index: 99;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 10px;
}

.form-group.tags .tagify {
  height: 100%;
}

.form-group.custom {
  padding: 10px;
  border-radius: 20px;
}

.form-group.custom textarea {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  box-shadow: inset -4px -4px 8px 0px rgba(255, 255, 255, 0.7),
    inset 4px 4px 8px 0px rgba(0, 0, 0, 0.05);
  /* border: none; */
  border-width: 5px;
  padding: 20px 30px;
  font-size: 14px;
  color: #373737;
  position: relative;
  transition: 0.6s;
}

.form-group.custom input {
  border: 5px solid rgba(24, 26, 28, 0.1);
  height: 55px;
  border-radius: 10px;
  padding: 0 20px;
  letter-spacing: 0.2px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  background: #fff;
  box-shadow: 0 3px 10px rgba(62, 85, 120, 0.045) !important;
}

.form-group.custom input::-moz-placeholder {
  color: #000;
}

.form-group.custom input:-ms-input-placeholder {
  color: #000;
}

.form-group.custom input::-ms-input-placeholder {
  color: #000;
}

.form-group.custom input::placeholder {
  color: #000;
}

.users-pag {
  margin-top: 20px;
}

.users-pag .page-item:not(.disabled) {
  display: none;
}

.users-pag .page-item:not(.disabled):first-child .page-link,
.users-pag .page-item:not(.disabled):last-child .page-link {
  font-size: 0;
}

.users-pag .page-item:not(.disabled):first-child .page-link::before,
.users-pag .page-item:not(.disabled):last-child .page-link::before {
  content: attr(aria-label);
  font-size: 13px;
}

.users-pag .page-item:not(.disabled):first-child,
.users-pag .page-item:not(.disabled):last-child {
  display: block;
}

.pricing-selector .btn {
  border: 0;
  box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05) !important;
  margin: 0 23px;
  margin-top: 30px;
  padding: 18px 65px;
  border-radius: 20px;
}

@media (max-width: 567px) {
  .pricing-selector .btn {
    padding: 0.7rem 1.4rem;
  }
}

.featured {
  min-height: 11.1em;
  border-radius: 20px;
}

.featured img {
  max-width: 100%;
  border-radius: 20px;
  margin-bottom: 1.8em;
  height: 28vh;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.featured .featured-body {
  margin-bottom: 30px;
  padding: 1.8em;
}

/*
.tox-tinymce{
	border-radius: 10px !important;
	border: 0 !important;
}
.tox .tox-textarea, .tox .tox-textfield, .tox .tox-toolbar-textfield{
	padding: 9px !important;
	border-radius: 10px !important;
}
.tox .tox-menubar{
	justify-content: center !important;
}
.tox .tox-dialog{
	box-shadow: 0 0 60px 0 rgba(94, 92, 154, 0.12) !important;
	border: 0 !important;
	border-radius: 20px !important;
	padding: 25px !important;
}
.tox .tox-button:not(.tox-button--naked){
	padding: 4px 25px !important;
	height: 48px !important;
}
.tox-editor-header{
	padding: 10px !important;
	border-radius: 20px !important;
}
.tox .tox-toolbar__primary{
	padding: 13px !important;
	border: 0 !important;
	display: flex !important;
	background: transparent !important;
	justify-content: center !important;
}*/

/* .logo-img {
  width: 14vh;
} */

@media (min-width: 992px) {
  .h-lg-950px {
    height: 950px;
  }
}

@media (min-width: 1200px) {
  .nk-sidebar + .nk-wrap + .nk-wrap {
    padding-left: 290px;
    transition: padding 450ms ease;
  }
}

@media (max-width: 992px) {
  .nk-msg-body.show-message {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (min-width: 765px) {
  .topbar + .nk-header:not(.nav-sticky) {
    top: 3em;
    box-shadow: none;
  }
}

.admin-bar + .nk-header:not(.nav-sticky) {
  top: 4em;
  box-shadow: none;
}

.admin-bar {
  height: 4em;
  padding: 0 3em;
  display: flex;
  position: fixed;
  width: 50%;
  z-index: 99999;
  right: 25px;
  justify-content: space-between;
  top: 20px;
}

@media (max-width: 768px) {
  .admin-bar {
    width: 100%;
    right: 0;
  }
}

.dropdown .dropdown-menu {
  max-height: initial;
}

.product_demo3 .item_pro i {
  font-size: 40px;
  color: #3d7ec1;
}

.title_sections h2 {
  font-size: 40px;
  font-weight: 900;
}

.services_section {
  background: #fffadb;
}

.tryit_now {
  background: #2d527f;
}

.tryit_now::before {
  content: initial;
}

.tryit_now.add-background-img {
  content: "";
  left: 0;
  background-image: url(/images/Ecom-UI-Assets-5.png?3ef57242c4edbeb0b5a4296a0196088c);
  background-size: 100%;
}

.items_serv.sevice_block {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.items_serv.sevice_block .icon--top i {
  font-size: 28px;
}

.index-body h1,
.index-body h2,
.index-body h3,
.index-body h4,
.index-body h5,
.index-body h6 {
  font-family: "Paytone One", sans-serif;
  font-weight: 100;
}

.index-body p {
  font-family: "Nunito", sans-serif;
}

@media (max-width: 576px) {
  .index-body .banner_title h1 {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .index-body .demo_3.banner_section {
    padding-top: 8rem;
  }
}

.index-body .nk-header:not(.nav-sticky) {
  background: transparent !important;
}

.index-body .nk-header:not(.nav-sticky) .nk-menu-main .nk-menu-text {
  color: #526484;
}

.index-body
  .nk-header:not(.nav-sticky)
  .nk-header-menu.nk-sidebar-active
  .nk-menu-main
  .nk-menu-text {
  color: #526484;
}

.index-body .nk-header:not(.nav-sticky) .nk-menu-sub .nk-menu-text {
  color: #526484;
}

.nk-menu-main > li.nk-menu-item > .nk-menu-link {
  font-size: 12px;
  padding: 0.5rem 1rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.nk-header {
  transition: all 0.5s ease-in-out;
}

.muted-deep {
  color: #7d7d7d;
  font-weight: 900;
}

.fr-toolbar.fr-sticky-on {
  top: 2.5em !important;
}

.fr-btn-grp {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex !important;
}

.c-save {
  padding: 10px 35px;
  border-radius: 10px;
}

.cp-button {
  background: #f0f0f0;
  padding: 8px 18px;
  color: #7d7d7d;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 900;
  display: f;
  display: flex;
  align-items: center;
}

.cp-button span {
  margin-right: 7px;
}

.user-menu {
  border: 2px solid #f1f1f1;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  align-items: center;
  margin: 10px 0;
}

.user-menu .user-menu-title {
  font-size: 17px;
}

.custom-tabs {
  background: #fbf9f9;
  box-shadow: none;
  border-radius: 10px;
  padding: 10px 20px;
  border: none;
  align-items: center;
}

.custom-tabs .nav-item .nav-link {
  padding: 10px 20px;
  font-weight: 900;
}

.custom-tabs .nav-item .nav-link.active {
  color: #828282;
  background: #fff;
  font-weight: 900;
  padding: 10px 35px;
  border: none;
  border-radius: 10px;
  letter-spacing: 1px;
}

.custom-tabs .nav-item .nav-link.active::after {
  background: transparent;
}

.c-textarea {
  width: 100%;
  resize: none;
  border: 3px solid #dcdcdc;
  border-radius: 15px;
  padding: 15px 20px;
  color: #324e63;
  font-weight: 500;
  outline: none;
  transition: all 0.3s;
}

.biolink-preview {
  position: relative;
  margin: 0 auto;
  height: 63em;
  width: auto;
  display: inline-block;
  text-align: left;
  border-radius: 3rem;
  padding: 0.7rem;
  background: #000;
}

.biolink-preview .notch {
  height: 30px;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}

.biolink-preview .notch .notch-inner {
  height: 20px;
  width: 20px;
  background: #000;
  border-radius: 550px;
  margin-top: 10px;
  border: 3px solid #fff;
}

.biolink-preview-iframe-container {
  position: relative;
  overflow: hidden;
  width: 375px;
  height: 100%;
  border-radius: 2.5rem;
}

.biolink-preview-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .container-lg {
    max-width: 1400px;
  }

  .container-lg.max-1150px {
    max-width: 1150px;
  }
}

.bdrs-20 {
  border-radius: 20px;
}

.bdrs-25 {
  border-radius: 25px;
}

.bdrs-15 {
  border-radius: 15px;
}

.bdrs-8 {
  border-radius: 8;
}
.bdrs-7 {
  border-radius: 7;
}
.bdrs-6 {
  border-radius: 6;
}

.card-shadow {
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
}

.card-shadow-2 {
  box-shadow: 0 3px 10px rgba(62, 85, 120, 0.045) !important;
}

.options-product-default {
  border-radius: 5px;
  width: 100%;
  padding: 24px;
}

.nk-item-custom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background: #f5f6fa !important;
  flex-wrap: wrap;
}

.nk-item-custom .nk-tb-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #fff;
}

.nk-item-custom .nk-tb-col {
  width: 25%;
}

@media (max-width: 768px) {
  .nk-item-custom .nk-tb-col {
    width: 100%;
  }
}

.radius-1 {
  border-radius: 1px !important;
}

.radius-2 {
  border-radius: 2px !important;
}

.radius-3 {
  border-radius: 3px !important;
}

.radius-4 {
  border-radius: 4px !important;
}

.radius-5 {
  border-radius: 5px !important;
}

.radius-6 {
  border-radius: 6px !important;
}

.radius-7 {
  border-radius: 7px !important;
}

.radius-8 {
  border-radius: 8px !important;
}

.radius-9 {
  border-radius: 9px !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-11 {
  border-radius: 11px !important;
}

.radius-12 {
  border-radius: 12px !important;
}

.radius-13 {
  border-radius: 13px !important;
}

.radius-14 {
  border-radius: 14px !important;
}

.radius-15 {
  border-radius: 15px !important;
}

.radius-16 {
  border-radius: 16px !important;
}

.radius-17 {
  border-radius: 17px !important;
}

.radius-18 {
  border-radius: 18px !important;
}

.radius-19 {
  border-radius: 19px !important;
}

.radius-20 {
  border-radius: 20px !important;
}

.radius-21 {
  border-radius: 21px !important;
}

.radius-22 {
  border-radius: 22px !important;
}

.radius-23 {
  border-radius: 23px !important;
}

.radius-24 {
  border-radius: 24px !important;
}

.radius-25 {
  border-radius: 25px !important;
}

.radius-26 {
  border-radius: 26px !important;
}

.radius-27 {
  border-radius: 27px !important;
}

.radius-28 {
  border-radius: 28px !important;
}

.radius-29 {
  border-radius: 29px !important;
}

.radius-30 {
  border-radius: 30px !important;
}

.radius-31 {
  border-radius: 31px !important;
}

.radius-32 {
  border-radius: 32px !important;
}

.radius-33 {
  border-radius: 33px !important;
}

.radius-34 {
  border-radius: 34px !important;
}

.radius-35 {
  border-radius: 35px !important;
}

.radius-36 {
  border-radius: 36px !important;
}

.radius-37 {
  border-radius: 37px !important;
}

.radius-38 {
  border-radius: 38px !important;
}

.radius-39 {
  border-radius: 39px !important;
}

.radius-40 {
  border-radius: 40px !important;
}

.radius-41 {
  border-radius: 41px !important;
}

.radius-42 {
  border-radius: 42px !important;
}

.radius-43 {
  border-radius: 43px !important;
}

.radius-44 {
  border-radius: 44px !important;
}

.radius-45 {
  border-radius: 45px !important;
}

.radius-46 {
  border-radius: 46px !important;
}

.radius-47 {
  border-radius: 47px !important;
}

.radius-48 {
  border-radius: 48px !important;
}

.radius-49 {
  border-radius: 49px !important;
}

.radius-50 {
  border-radius: 50px !important;
}

.radius-51 {
  border-radius: 51px !important;
}

.radius-52 {
  border-radius: 52px !important;
}

.radius-53 {
  border-radius: 53px !important;
}

.radius-54 {
  border-radius: 54px !important;
}

.radius-55 {
  border-radius: 55px !important;
}

.radius-56 {
  border-radius: 56px !important;
}

.radius-57 {
  border-radius: 57px !important;
}

.radius-58 {
  border-radius: 58px !important;
}

.radius-59 {
  border-radius: 59px !important;
}

.radius-60 {
  border-radius: 60px !important;
}

.radius-61 {
  border-radius: 61px !important;
}

.radius-62 {
  border-radius: 62px !important;
}

.radius-63 {
  border-radius: 63px !important;
}

.radius-64 {
  border-radius: 64px !important;
}

.radius-65 {
  border-radius: 65px !important;
}

.radius-66 {
  border-radius: 66px !important;
}

.radius-67 {
  border-radius: 67px !important;
}

.radius-68 {
  border-radius: 68px !important;
}

.radius-69 {
  border-radius: 69px !important;
}

.radius-70 {
  border-radius: 70px !important;
}

.radius-71 {
  border-radius: 71px !important;
}

.radius-72 {
  border-radius: 72px !important;
}

.radius-73 {
  border-radius: 73px !important;
}

.radius-74 {
  border-radius: 74px !important;
}

.radius-75 {
  border-radius: 75px !important;
}

.radius-76 {
  border-radius: 76px !important;
}

.radius-77 {
  border-radius: 77px !important;
}

.radius-78 {
  border-radius: 78px !important;
}

.radius-79 {
  border-radius: 79px !important;
}

.radius-80 {
  border-radius: 80px !important;
}

.radius-81 {
  border-radius: 81px !important;
}

.radius-82 {
  border-radius: 82px !important;
}

.radius-83 {
  border-radius: 83px !important;
}

.radius-84 {
  border-radius: 84px !important;
}

.radius-85 {
  border-radius: 85px !important;
}

.radius-86 {
  border-radius: 86px !important;
}

.radius-87 {
  border-radius: 87px !important;
}

.radius-88 {
  border-radius: 88px !important;
}

.radius-89 {
  border-radius: 89px !important;
}

.radius-90 {
  border-radius: 90px !important;
}

.radius-91 {
  border-radius: 91px !important;
}

.radius-92 {
  border-radius: 92px !important;
}

.radius-93 {
  border-radius: 93px !important;
}

.radius-94 {
  border-radius: 94px !important;
}

.radius-95 {
  border-radius: 95px !important;
}

.radius-96 {
  border-radius: 96px !important;
}

.radius-97 {
  border-radius: 97px !important;
}

.radius-98 {
  border-radius: 98px !important;
}

.radius-99 {
  border-radius: 99px !important;
}

.radius-100 {
  border-radius: 100px !important;
}

.fs-1px {
  font-size: 1px !important;
}

.fs-2px {
  font-size: 2px !important;
}

.fs-3px {
  font-size: 3px !important;
}

.fs-4px {
  font-size: 4px !important;
}

.fs-5px {
  font-size: 5px !important;
}

.fs-6px {
  font-size: 6px !important;
}

.fs-7px {
  font-size: 7px !important;
}

.fs-8px {
  font-size: 8px !important;
}

.fs-9px {
  font-size: 9px !important;
}

.fs-10px {
  font-size: 10px !important;
}

.fs-11px {
  font-size: 11px !important;
}

.fs-12px {
  font-size: 12px !important;
}

.fs-13px {
  font-size: 13px !important;
}

.fs-14px {
  font-size: 14px !important;
}

.fs-15px {
  font-size: 15px !important;
}

.fs-16px {
  font-size: 16px !important;
}

.fs-17px {
  font-size: 17px !important;
}

.fs-18px {
  font-size: 18px !important;
}

.fs-19px {
  font-size: 19px !important;
}

.fs-20px {
  font-size: 20px !important;
}

.fs-21px {
  font-size: 21px !important;
}

.fs-22px {
  font-size: 22px !important;
}

.fs-23px {
  font-size: 23px !important;
}

.fs-24px {
  font-size: 24px !important;
}

.fs-25px {
  font-size: 25px !important;
}

.fs-26px {
  font-size: 26px !important;
}

.fs-27px {
  font-size: 27px !important;
}

.fs-28px {
  font-size: 28px !important;
}

.fs-29px {
  font-size: 29px !important;
}

.fs-30px {
  font-size: 30px !important;
}

.fs-31px {
  font-size: 31px !important;
}

.fs-32px {
  font-size: 32px !important;
}

.fs-33px {
  font-size: 33px !important;
}

.fs-34px {
  font-size: 34px !important;
}

.fs-35px {
  font-size: 35px !important;
}

.fs-36px {
  font-size: 36px !important;
}

.fs-37px {
  font-size: 37px !important;
}

.fs-38px {
  font-size: 38px !important;
}

.fs-39px {
  font-size: 39px !important;
}

.fs-40px {
  font-size: 40px !important;
}

.fs-41px {
  font-size: 41px !important;
}

.fs-42px {
  font-size: 42px !important;
}

.fs-43px {
  font-size: 43px !important;
}

.fs-44px {
  font-size: 44px !important;
}

.fs-45px {
  font-size: 45px !important;
}

.fs-46px {
  font-size: 46px !important;
}

.fs-47px {
  font-size: 47px !important;
}

.fs-48px {
  font-size: 48px !important;
}

.fs-49px {
  font-size: 49px !important;
}

.fs-50px {
  font-size: 50px !important;
}

.fs-51px {
  font-size: 51px !important;
}

.fs-52px {
  font-size: 52px !important;
}

.fs-53px {
  font-size: 53px !important;
}

.fs-54px {
  font-size: 54px !important;
}

.fs-55px {
  font-size: 55px !important;
}

.fs-56px {
  font-size: 56px !important;
}

.fs-57px {
  font-size: 57px !important;
}

.fs-58px {
  font-size: 58px !important;
}

.fs-59px {
  font-size: 59px !important;
}

.fs-60px {
  font-size: 60px !important;
}

.fs-61px {
  font-size: 61px !important;
}

.fs-62px {
  font-size: 62px !important;
}

.fs-63px {
  font-size: 63px !important;
}

.fs-64px {
  font-size: 64px !important;
}

.fs-65px {
  font-size: 65px !important;
}

.fs-66px {
  font-size: 66px !important;
}

.fs-67px {
  font-size: 67px !important;
}

.fs-68px {
  font-size: 68px !important;
}

.fs-69px {
  font-size: 69px !important;
}

.fs-70px {
  font-size: 70px !important;
}

.fs-71px {
  font-size: 71px !important;
}

.fs-72px {
  font-size: 72px !important;
}

.fs-73px {
  font-size: 73px !important;
}

.fs-74px {
  font-size: 74px !important;
}

.fs-75px {
  font-size: 75px !important;
}

.fs-76px {
  font-size: 76px !important;
}

.fs-77px {
  font-size: 77px !important;
}

.fs-78px {
  font-size: 78px !important;
}

.fs-79px {
  font-size: 79px !important;
}

.fs-80px {
  font-size: 80px !important;
}

.fs-81px {
  font-size: 81px !important;
}

.fs-82px {
  font-size: 82px !important;
}

.fs-83px {
  font-size: 83px !important;
}

.fs-84px {
  font-size: 84px !important;
}

.fs-85px {
  font-size: 85px !important;
}

.fs-86px {
  font-size: 86px !important;
}

.fs-87px {
  font-size: 87px !important;
}

.fs-88px {
  font-size: 88px !important;
}

.fs-89px {
  font-size: 89px !important;
}

.fs-90px {
  font-size: 90px !important;
}

.fs-91px {
  font-size: 91px !important;
}

.fs-92px {
  font-size: 92px !important;
}

.fs-93px {
  font-size: 93px !important;
}

.fs-94px {
  font-size: 94px !important;
}

.fs-95px {
  font-size: 95px !important;
}

.fs-96px {
  font-size: 96px !important;
}

.fs-97px {
  font-size: 97px !important;
}

.fs-98px {
  font-size: 98px !important;
}

.fs-99px {
  font-size: 99px !important;
}

.fs-100px {
  font-size: 100px !important;
}

.h-1px {
  height: 1px !important;
}

.h-2px {
  height: 2px !important;
}

.h-3px {
  height: 3px !important;
}

.h-4px {
  height: 4px !important;
}

.h-5px {
  height: 5px !important;
}

.h-6px {
  height: 6px !important;
}

.h-7px {
  height: 7px !important;
}

.h-8px {
  height: 8px !important;
}

.h-9px {
  height: 9px !important;
}

.h-10px {
  height: 10px !important;
}

.h-11px {
  height: 11px !important;
}

.h-12px {
  height: 12px !important;
}

.h-13px {
  height: 13px !important;
}

.h-14px {
  height: 14px !important;
}

.h-15px {
  height: 15px !important;
}

.h-16px {
  height: 16px !important;
}

.h-17px {
  height: 17px !important;
}

.h-18px {
  height: 18px !important;
}

.h-19px {
  height: 19px !important;
}

.h-20px {
  height: 20px !important;
}

.h-21px {
  height: 21px !important;
}

.h-22px {
  height: 22px !important;
}

.h-23px {
  height: 23px !important;
}

.h-24px {
  height: 24px !important;
}

.h-25px {
  height: 25px !important;
}

.h-26px {
  height: 26px !important;
}

.h-27px {
  height: 27px !important;
}

.h-28px {
  height: 28px !important;
}

.h-29px {
  height: 29px !important;
}

.h-30px {
  height: 30px !important;
}

.h-31px {
  height: 31px !important;
}

.h-32px {
  height: 32px !important;
}

.h-33px {
  height: 33px !important;
}

.h-34px {
  height: 34px !important;
}

.h-35px {
  height: 35px !important;
}

.h-36px {
  height: 36px !important;
}

.h-37px {
  height: 37px !important;
}

.h-38px {
  height: 38px !important;
}

.h-39px {
  height: 39px !important;
}

.h-40px {
  height: 40px !important;
}

.h-41px {
  height: 41px !important;
}

.h-42px {
  height: 42px !important;
}

.h-43px {
  height: 43px !important;
}

.h-44px {
  height: 44px !important;
}

.h-45px {
  height: 45px !important;
}

.h-46px {
  height: 46px !important;
}

.h-47px {
  height: 47px !important;
}

.h-48px {
  height: 48px !important;
}

.h-49px {
  height: 49px !important;
}

.h-50px {
  height: 50px !important;
}

.h-51px {
  height: 51px !important;
}

.h-52px {
  height: 52px !important;
}

.h-53px {
  height: 53px !important;
}

.h-54px {
  height: 54px !important;
}

.h-55px {
  height: 55px !important;
}

.h-56px {
  height: 56px !important;
}

.h-57px {
  height: 57px !important;
}

.h-58px {
  height: 58px !important;
}

.h-59px {
  height: 59px !important;
}

.h-60px {
  height: 60px !important;
}

.h-61px {
  height: 61px !important;
}

.h-62px {
  height: 62px !important;
}

.h-63px {
  height: 63px !important;
}

.h-64px {
  height: 64px !important;
}

.h-65px {
  height: 65px !important;
}

.h-66px {
  height: 66px !important;
}

.h-67px {
  height: 67px !important;
}

.h-68px {
  height: 68px !important;
}

.h-69px {
  height: 69px !important;
}

.h-70px {
  height: 70px !important;
}

.h-71px {
  height: 71px !important;
}

.h-72px {
  height: 72px !important;
}

.h-73px {
  height: 73px !important;
}

.h-74px {
  height: 74px !important;
}

.h-75px {
  height: 75px !important;
}

.h-76px {
  height: 76px !important;
}

.h-77px {
  height: 77px !important;
}

.h-78px {
  height: 78px !important;
}

.h-79px {
  height: 79px !important;
}

.h-80px {
  height: 80px !important;
}

.h-81px {
  height: 81px !important;
}

.h-82px {
  height: 82px !important;
}

.h-83px {
  height: 83px !important;
}

.h-84px {
  height: 84px !important;
}

.h-85px {
  height: 85px !important;
}

.h-86px {
  height: 86px !important;
}

.h-87px {
  height: 87px !important;
}

.h-88px {
  height: 88px !important;
}

.h-89px {
  height: 89px !important;
}

.h-90px {
  height: 90px !important;
}

.h-91px {
  height: 91px !important;
}

.h-92px {
  height: 92px !important;
}

.h-93px {
  height: 93px !important;
}

.h-94px {
  height: 94px !important;
}

.h-95px {
  height: 95px !important;
}

.h-96px {
  height: 96px !important;
}

.h-97px {
  height: 97px !important;
}

.h-98px {
  height: 98px !important;
}

.h-99px {
  height: 99px !important;
}

.h-100px {
  height: 100px !important;
}

.h-1vh {
  height: 1vh !important;
}

.h-2vh {
  height: 2vh !important;
}

.h-3vh {
  height: 3vh !important;
}

.h-4vh {
  height: 4vh !important;
}

.h-5vh {
  height: 5vh !important;
}

.h-6vh {
  height: 6vh !important;
}

.h-7vh {
  height: 7vh !important;
}

.h-8vh {
  height: 8vh !important;
}

.h-9vh {
  height: 9vh !important;
}

.h-10vh {
  height: 10vh !important;
}

.h-11vh {
  height: 11vh !important;
}

.h-12vh {
  height: 12vh !important;
}

.h-13vh {
  height: 13vh !important;
}

.h-14vh {
  height: 14vh !important;
}

.h-15vh {
  height: 15vh !important;
}

.h-16vh {
  height: 16vh !important;
}

.h-17vh {
  height: 17vh !important;
}

.h-18vh {
  height: 18vh !important;
}

.h-19vh {
  height: 19vh !important;
}

.h-20vh {
  height: 20vh !important;
}

.h-21vh {
  height: 21vh !important;
}

.h-22vh {
  height: 22vh !important;
}

.h-23vh {
  height: 23vh !important;
}

.h-24vh {
  height: 24vh !important;
}

.h-25vh {
  height: 25vh !important;
}

.h-26vh {
  height: 26vh !important;
}

.h-27vh {
  height: 27vh !important;
}

.h-28vh {
  height: 28vh !important;
}

.h-29vh {
  height: 29vh !important;
}

.h-30vh {
  height: 30vh !important;
}

.h-31vh {
  height: 31vh !important;
}

.h-32vh {
  height: 32vh !important;
}

.h-33vh {
  height: 33vh !important;
}

.h-34vh {
  height: 34vh !important;
}

.h-35vh {
  height: 35vh !important;
}

.h-36vh {
  height: 36vh !important;
}

.h-37vh {
  height: 37vh !important;
}

.h-38vh {
  height: 38vh !important;
}

.h-39vh {
  height: 39vh !important;
}

.h-40vh {
  height: 40vh !important;
}

.h-41vh {
  height: 41vh !important;
}

.h-42vh {
  height: 42vh !important;
}

.h-43vh {
  height: 43vh !important;
}

.h-44vh {
  height: 44vh !important;
}

.h-45vh {
  height: 45vh !important;
}

.h-46vh {
  height: 46vh !important;
}

.h-47vh {
  height: 47vh !important;
}

.h-48vh {
  height: 48vh !important;
}

.h-49vh {
  height: 49vh !important;
}

.h-50vh {
  height: 50vh !important;
}

.h-51vh {
  height: 51vh !important;
}

.h-52vh {
  height: 52vh !important;
}

.h-53vh {
  height: 53vh !important;
}

.h-54vh {
  height: 54vh !important;
}

.h-55vh {
  height: 55vh !important;
}

.h-56vh {
  height: 56vh !important;
}

.h-57vh {
  height: 57vh !important;
}

.h-58vh {
  height: 58vh !important;
}

.h-59vh {
  height: 59vh !important;
}

.h-60vh {
  height: 60vh !important;
}

.h-61vh {
  height: 61vh !important;
}

.h-62vh {
  height: 62vh !important;
}

.h-63vh {
  height: 63vh !important;
}

.h-64vh {
  height: 64vh !important;
}

.h-65vh {
  height: 65vh !important;
}

.h-66vh {
  height: 66vh !important;
}

.h-67vh {
  height: 67vh !important;
}

.h-68vh {
  height: 68vh !important;
}

.h-69vh {
  height: 69vh !important;
}

.h-70vh {
  height: 70vh !important;
}

.h-71vh {
  height: 71vh !important;
}

.h-72vh {
  height: 72vh !important;
}

.h-73vh {
  height: 73vh !important;
}

.h-74vh {
  height: 74vh !important;
}

.h-75vh {
  height: 75vh !important;
}

.h-76vh {
  height: 76vh !important;
}

.h-77vh {
  height: 77vh !important;
}

.h-78vh {
  height: 78vh !important;
}

.h-79vh {
  height: 79vh !important;
}

.h-80vh {
  height: 80vh !important;
}

.h-81vh {
  height: 81vh !important;
}

.h-82vh {
  height: 82vh !important;
}

.h-83vh {
  height: 83vh !important;
}

.h-84vh {
  height: 84vh !important;
}

.h-85vh {
  height: 85vh !important;
}

.h-86vh {
  height: 86vh !important;
}

.h-87vh {
  height: 87vh !important;
}

.h-88vh {
  height: 88vh !important;
}

.h-89vh {
  height: 89vh !important;
}

.h-90vh {
  height: 90vh !important;
}

.h-91vh {
  height: 91vh !important;
}

.h-92vh {
  height: 92vh !important;
}

.h-93vh {
  height: 93vh !important;
}

.h-94vh {
  height: 94vh !important;
}

.h-95vh {
  height: 95vh !important;
}

.h-96vh {
  height: 96vh !important;
}

.h-97vh {
  height: 97vh !important;
}

.h-98vh {
  height: 98vh !important;
}

.h-99vh {
  height: 99vh !important;
}

.h-100vh {
  height: 100vh !important;
}

textarea.code {
  min-height: 520px;
  background: #000;
  border-radius: 20px;
  padding: 20px;
  color: red;
}

.form-control.code:focus {
  min-height: 520px;
  background: #000;
  border-color: #000;
  color: red;
}

img {
  pointer-events: none;
}

.pickr {
  border: 3px solid #e5e9f2;
  padding: 2px;
  display: flex;
  border-radius: 6px;
}

.pickr .pcr-button {
  width: 100%;
  box-shadow: none;
}

.pickr .pcr-button.focus {
  box-shadow: none;
}

.sp-package-desc {
  padding: 0 !important;
}

.sp-package-choose ~ label::after,
.sp-package-choose ~ label::before {
  display: none !important;
}

.shadow-big {
  box-shadow: 0 0 60px 0 rgba(94, 92, 154, 0.12);
}

.hover\:shadow-big:hover {
  box-shadow: 0 0 60px 0 rgba(94, 92, 154, 0.12);
}

.menu-sortable {
  max-width: 400px;
  display: flex;
  padding: 20px;
  justify-content: space-between;
  position: relative;
  border-radius: 5px;
  border: 3px solid;
  margin: 15px;
}

.menu-sortable .handle {
  cursor: pointer;
  background: #fff;
  color: #7f7272;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  border-left: 2px solid #bbb;
  border-radius: 550px;
}

.user-avatar img,
[class^="user-avatar"]:not([class*="-group"]) img {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.bottom-bar {
  width: 100%;
  margin-top: 15px;
  position: relative;
  display: flex;
  justify-content: center;
}

.bottom-bar .bottom-bar-inner {
  display: none;
  position: fixed;
  bottom: 10px;
  border-radius: 10px;
  width: calc(100% - 20px);
  background: #fff;
  padding: 10px 20px;
  align-items: center;
  z-index: 999;
}

.bottom-bar .bottom-bar-inner li {
  list-style: none;
  margin: 0;
}

.bottom-bar .bottom-bar-inner li a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.bottom-bar .bottom-bar-inner li a em {
  font-size: 20px;
  color: #000;
}

.bottom-bar .bottom-bar-inner li a span {
  display: none;
}

.bottom-bar .bottom-bar-inner li.active a {
  display: flex;
  padding: 6px 20px;
  background: #4353ff;
  border-radius: 12px;
  text-decoration: none;
  align-items: center;
  color: #fff;
}

.bottom-bar .bottom-bar-inner li.active a em {
  margin-right: 16px;
  font-size: 21px;
}

.bottom-bar .bottom-bar-inner li.active a span {
  display: block;
}

@media (max-width: 768px) {
  .bottom-bar .bottom-bar-inner {
    display: flex;
    justify-content: space-between;
  }
}

a {
  cursor: pointer;
}

a:focus {
  text-decoration: none;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

input:focus {
  text-decoration: none;
  outline: none;
}

textarea:focus {
  text-decoration: none;
  outline: none;
}

button:focus {
  text-decoration: none;
  outline: none;
}

.hide {
  display: none;
}

.min-vh-65 {
  min-height: 65vh !important;
}

.pos-absolute {
  position: absolute;
}

.bottom-10px {
  bottom: 10px;
}

.colors {
  justify-content: center;
  padding: 10px;
  display: flex;
  margin: auto;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
}

.colors .color {
  border-radius: 10px;
  padding: 25px 10px;
  max-width: 15%;
  flex: 0 0 25%;
  margin: 5px;
  transition: 0.6s;
  cursor: pointer;
  border: 2px solid #fff;
}

.colors .color.active {
  opacity: 0.4;
  border: 2px solid #bbb;
  transition: 0.5s ease;
}

.links {
  padding: 20px;
  border: 4px solid #e5e9f2;
  border-radius: 5px;
  width: 100%;
  margin: 15px 0;
}

.links .growth {
  font-size: 19px;
}

.links .delete-btn {
  float: right;
}

.links .delete-btn em,
.links .delete-btn i {
  font-size: 19px;
}

.links .title {
  margin: 40px 20px;
  white-space: pre-wrap;
}

.links .right-btn {
  display: flex;
  justify-content: space-between;
  border-top: 4px solid #e5e9f2;
}

.links .right-btn a {
  cursor: pointer;
  margin: 10px 10px 0 10px;
}

.links .right-btn a em,
.links .right-btn a i {
  font-size: 15px;
}

.links.skills {
  color: #000;
  height: 9em;
  border-radius: 10px;
  border: 1px solid #e5e9f2;
}

.links.skills .title {
  margin: 22px 20px;
}

.links.portfolio {
  border-radius: 10px;
  color: #fff;
  border: 0;
  position: relative;
  padding: 40px 20px;
}

.links.portfolio .title {
  position: relative;
  z-index: 99;
}

.links.portfolio .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.links.portfolio .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.links.portfolio .image::before {
  content: "";
  background: #0301016b;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  border-radius: 10px;
}

.links.portfolio .growth {
  z-index: 80;
  position: absolute;
  top: 24px;
  background: #fff;
  padding: 7px;
  border-radius: 10px;
}

.links.portfolio .growth em,
.links.portfolio .growth i {
  font-size: 25px;
}

.links.portfolio .delete-btn span {
  position: absolute;
  top: 24px;
  right: 27px;
  background: #fff;
  padding: 5px;
  border-radius: 10px;
}

.links.portfolio .delete-btn em,
.links.portfolio .delete-btn i {
  font-size: 25px;
}

.iconpicker-popover {
  padding: 20px;
  background: #fff;
}

.link-icon .input-group-prepend {
  width: 15vh;
}

.link-icon .input-group-prepend .iconpicker {
  width: 15vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.justify-content-right {
  justify-content: right;
}

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

.mt-7em {
  margin-top: 7em;
}

.mt-5em {
  margin-top: 5em;
}

.font-900 {
  font-size: 900;
}

.iconpicker-popover .link-icon-select {
  padding: 10px 20px;
  background: #fff;
  margin: 10px;
  border: 0;
}

.iconpicker-popover .link-icon-select.btn-icon-selected {
  box-shadow: 15px 15px 40px 0px rgba(0, 0, 0, 0.07),
    -15px -15px 40px 0px rgba(255, 255, 255, 0.8);
  color: #000;
  background: #f0f0f0;
  border-radius: 10px;
  border: 1px dashed #bbb;
}

.iconpicker-popover {
  max-width: initial;
}

.iconpicker-popover .search-control {
  width: 100%;
  margin: 20px 0;
  box-shadow: 15px 15px 40px 0px rgba(0, 0, 0, 0.07),
    -15px -15px 40px 0px rgba(255, 255, 255, 0.8);
}

.iconpicker-popover .btn-next,
.iconpicker-popover .btn-previous {
  box-shadow: 15px 15px 40px 0px rgba(0, 0, 0, 0.07),
    -15px -15px 40px 0px rgba(255, 255, 255, 0.8);
  background: #fff;
  color: #000;
}

.image-upload {
  border: 3px dashed;
  padding: 8px;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.image-upload.active::before {
  display: block;
  width: 100%;
  height: 100%;
  background: #00000078;
  z-index: 9;
  position: absolute;
  left: 0;
  content: "";
}

.image-upload.active label {
  color: #fff;
  z-index: 999;
}

.image-upload .inner {
  height: 100%;
  width: 100%;
  border: 3px dashed #681e73;
  border-radius: 6px;
  padding: 13px;
}

.image-upload.pages {
  padding: 74px 20px;
}

.image-upload label {
  margin: 0;
  font-weight: 900;
}

.image-upload img {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 4;
  border-radius: 17px;
  padding: 8px;
}

.image-upload input {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.profile-avatar .profile-avatar-inner {
  padding: 3px;
  padding: 3px;
  width: 20vh;
  height: 20vh;
  border: 3px dashed #e5e9f2;
  border-radius: 20px;
  position: relative;
}

.profile-avatar .profile-avatar-inner img {
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 18.5vh;
  width: inherit;
}

.profile-avatar .profile-avatar-inner [type="file"] {
  cursor: pointer;
  z-index: 99;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.navbar .navbar-nav.middle .nav-item {
  margin-left: 70px;
}

.navbar .navbar-nav.middle .nav-item a {
  color: #000;
}

.navbar .navbar-nav.right .login {
  padding: 10px 20px;
  margin: 0 15px;
}

.navbar .navbar-nav.right .register {
  padding: 10px 20px;
  margin: 0 15px;
  border-radius: 10px;
  background: #eef9fd;
}

.navbar .navbar-nav.right .register a {
  font-family: "Nunito", sans-serif;
  -webkit-text-stroke: 0.6px;
  letter-spacing: 0.5px;
  color: #3e238e;
}

.home {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home .left {
  max-width: 50%;
  padding: 46px;
}

.home .left .hero-text {
  padding-bottom: 46px;
  margin-top: 60px;
}

.home .left .hero-text h1 {
  font-size: 68px;
  font-weight: 900;
  color: #302550;
}

.home .left .hero-text p {
  color: #bbb;
  font-size: 17px;
}

.home .left .logged-in h3 {
  color: #bbb;
  padding: 20px 20px 10px 0px;
}

.home .left .logged-in .logged-inner {
  display: flex;
  justify-content: space-between;
  border: 4px solid #f7f6fb;
  padding: 10px;
  border-radius: 10px;
}

.home .left .logged-in .logged-inner img {
  height: 100%;
  border-radius: 10px;
  height: 6vh;
  width: 6vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.home .left .logged-in .logged-inner a {
  padding: 10px 30px;
  color: #000;
  background: #f7f6fb;
}

.home .left .subscribe {
  padding: 0 70px 0 0;
  position: relative;
  width: 100%;
}

.home .left .subscribe p {
  color: #bbb;
}

.home .left .subscribe .form {
  position: relative;
  width: 100%;
}

.home .left .subscribe .form .input-group input {
  border-radius: 10px;
  width: 100%;
  background: #f7f6fb;
  border: 0;
  padding: 22px;
  padding-right: 193px;
}

.home .left .subscribe .form .btn {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  white-space: nowrap;
  position: absolute;
  right: 8px;
  top: 8px;
  background: #604ca5;
  padding: 13px 45px;
  color: #fff;
  border-radius: 10px;
}

.home .right {
  max-width: 50%;
  flex: 0 0 50%;
}

.home .right img {
  height: 100%;
  width: 90%;
}

.auth-wrapper {
  z-index: -1;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.auth-wrapper .auth-text {
  font-size: 19px;
  letter-spacing: 5px;
  color: #0006;
  border-radius: 5px;
  margin: 30px 0;
}

.auth-wrapper .auth-text h3 {
  font-size: inherit;
}

.auth-wrapper .auth {
  width: 450px;
  border-radius: 10px;
  box-shadow: 0 0 0.8rem 0 rgba(136, 152, 170, 0.15);
  padding: 30px;
}

.auth-wrapper .auth .form form [type="submit"] {
  display: inline-block;
  padding: 10px 65px;
  background-color: #fff;
  font-weight: 400;
  width: 100%;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  transition: 0.2s ease-out;
  box-shadow: 13px 32px 36px -14px rgba(179, 179, 179, 0.1);
  border-radius: 3px;
  border: 2px solid #1a73e8;
}

.auth-wrapper .auth .form form [type="submit"]:hover {
  background: #1a73e8;
  color: #fff;
}

.floating {
  -webkit-animation: initial;
  animation: initial;
  position: relative;
  margin-bottom: 2rem;
  transition: background-color 0.2s ease;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.floating input {
  padding: 1rem 1.1rem 1.5rem;
  display: block;
  width: 100%;
  font-weight: 400;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #515365;
  line-height: inherit;
  font-size: 0.875rem;
  border: 3px solid #1a73e8;
  height: initial;
}

.floating input.is-invalid {
  border: 3px solid #dc3545;
}

.floating input.is-invalid:-moz-placeholder-shown {
  border: 1px solid #dc3545;
}

.floating input.is-invalid:-ms-input-placeholder {
  border: 1px solid #dc3545;
}

.floating input.is-invalid:placeholder-shown {
  border: 1px solid #dc3545;
}

.floating input::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}

.floating input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.floating input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.floating input::placeholder {
  color: rgba(0, 0, 0, 0);
}

.floating input:focus {
  border: 3px solid #1a73e8;
}

.floating input:focus + label {
  transform: translate3d(10px, 3rem, 0) scale3d(0.82, 0.82, 1);
  position: absolute;
  color: #1a73e8;
}

.floating input:focus:-moz-placeholder-shown + label {
  transform: translate3d(10px, 3rem, 0) scale3d(0.82, 0.82, 1);
  position: absolute;
}

.floating input:focus:-ms-input-placeholder + label {
  transform: translate3d(10px, 3rem, 0) scale3d(0.82, 0.82, 1);
  position: absolute;
}

.floating input:focus:placeholder-shown + label {
  transform: translate3d(10px, 3rem, 0) scale3d(0.82, 0.82, 1);
  position: absolute;
}

.floating input:-moz-placeholder-shown {
  border: 3px solid #ced4da;
}

.floating input:-ms-input-placeholder {
  border: 3px solid #ced4da;
}

.floating input:placeholder-shown {
  border: 3px solid #ced4da;
}

.floating input:-moz-placeholder-shown + label {
  transform: translate(10px, 21px);
  position: absolute;
  color: #888da8;
}

.floating input:-ms-input-placeholder + label {
  transform: translate(10px, 21px);
  position: absolute;
  color: #888da8;
}

.floating input:placeholder-shown + label {
  transform: translate(10px, 21px);
  position: absolute;
  color: #888da8;
}

.floating label {
  display: block;
  position: absolute;
  top: 0;
  font-weight: 500;
  pointer-events: none;
  background: #fff;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  transition: transform 0.2s ease;
  transform: translate3d(10px, 3rem, 0) scale3d(0.82, 0.82, 1);
  color: #1a73e8;
}

.manage {
  display: flex;
  height: 100vh;
}

.manage .sidebar {
  background: #f9fafc;
  width: 380px;
}

.manage .sidebar .logo {
  padding: 0 20px 20px 20px;
}

.manage .sidebar .logo a {
  color: #000;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.manage .sidebar .user {
  padding: 20px 40px;
}

.manage .sidebar .user p {
  font-size: 12px;
}

.manage .sidebar .user h2 {
  font-family: "Nunito", sans-serif;
  font-size: 15px;
}

.manage .sidebar .user .sidebar-img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 10vh;
  width: 10vh;
  border-radius: 550px;
}

.manage .sidebar .menu {
  border-top: 2px solid #bbb;
  padding: 0 20px 20px 20px;
}

.manage .sidebar .menu .navbar-nav {
  display: flex;
}

.manage .sidebar .menu .navbar-nav .nav-item {
  position: relative;
  padding: 5px 10px 5px 5px;
}

.manage .sidebar .menu .navbar-nav .nav-item.activde {
  width: calc(100% - 1vh);
  padding: 5px 20px 5px 5px;
  border-radius: 15px;
  background: #f4e3eb;
}

.manage .sidebar .menu .navbar-nav .nav-item.activde .icon {
  margin-right: 23px;
  padding: 17px;
  border-radius: 10px;
  background: #faf1f6;
}

.manage .sidebar .menu .navbar-nav .nav-item.activde path {
  fill: #bbb;
}

.manage .sidebar .menu .navbar-nav .nav-item.activde img.icon {
  padding: 13px;
}

.manage .sidebar .menu .navbar-nav .nav-item.activde::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 7px;
  background: #5a62b3;
  border-radius: 34px;
  right: -70px;
  top: 0;
}

.manage .sidebar .menu .navbar-nav .nav-item .nav-link {
  padding: 0;
  color: #bbb;
}

.manage .sidebar .menu .navbar-nav .nav-item .nav-link i {
  color: #bbb;
  padding: 17px;
  margin-right: 23px;
}

.manage .right {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #fff;
  width: 100%;
}

.manage .right .header .user img {
  height: 6vh;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 550px;
  width: 6vh;
}

/*------------- #TABLE-CAREERS --------------*/

.table-careers {
  width: 100%;
}

.table-careers li {
  display: table;
  width: 100%;
  padding: 30px 35px;
  border: 1px solid #e6ecf5;
  margin-top: 18px;
  box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.table-careers li:hover {
  background-color: #e6ecf5;
}

.table-careers span {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
}

.table-careers.product__page span {
  width: initial !important;
}

.table-careers span.position,
.table-careers span.type {
  color: #515365;
}

.table-careers .head {
  border: none;
  box-shadow: none;
}

.table-careers .head span {
  font-size: 10px;
  text-transform: uppercase;
}

.table-careers .head:hover {
  background-color: transparent;
}

.table-careers .btn {
  margin: 0;
}

.dark-mode {
  z-index: 9999;
  position: fixed;
  bottom: 80px;
  right: 30px;
  background: #252a32;
  border-radius: 5px;
  color: #fff;
  padding: 14px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  font-size: 1.08rem;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s ease;
}

.dark-mode em {
  font-size: 20px;
  color: #fff;
}

.dark-mode.on {
  background: #fff;
}

.dark-mode.on em {
  color: #000 !important;
}

.ticket-msg-item {
  box-shadow: 15px 15px 40px 0px rgba(0, 0, 0, 0.07),
    -15px -15px 40px 0px rgba(255, 255, 255, 0.8);
  padding: 31px;
}

.ticket-msg-item .user-avatar {
  background: initial !important;
  height: initial !important;
  width: initial !important;
}

.ticket-msg-item .user-avatar img {
  width: 9em;
  height: 9em;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.ticket-msg-item.is-admin {
  background: #babdf44d;
}

.bold {
  color: #000;
  font-weight: 900;
}

.btn-outline-primary {
  border: 1px solid #3d7ec1;
  color: #000 !important;
}

.demo_3 .img--elements {
  background: transparent;
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 0;
  right: 5vh;
}

@media (min-width: 768px) {
  .demo_3 .img--elements {
    width: 50vh;
  }
}

@media (min-width: 992px) {
  .demo_3 .img--elements {
    width: 80vh;
  }
}

.demo_3.banner_section {
  background: transparent;
  height: 100vh;
}

.demo_3.banner_section .overlay_yellow {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .demo_3.banner_section .overlay_yellow {
    height: 30vh;
    width: 80vh;
  }
}

@media (min-width: 992px) {
  .demo_3.banner_section .overlay_yellow {
    height: 60vh;
    width: 130vh;
  }
}

.demo_3.banner_section .demo-store {
  height: 5vh;
  top: 8px;
  position: relative;
}

@media (max-width: 992px) {
  .demo_3.banner_section .demo-store {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.demo_3 .input_subscribe.dark .item_input .btn_subscribe {
  background: #3d7ec1;
  border-radius: 550px !important;
  top: 0.7rem;
  padding: 8px 22px;
}

.demo_3 .input_subscribe.dark .item_input input {
  border: 2px solid #d7d7d7;
  color: #d7d7d7 !important;
  height: 60px;
  border-radius: 30px !important;
}

.demo_3 .input_subscribe.dark .item_input input::-moz-placeholder {
  color: #000;
}

.demo_3 .input_subscribe.dark .item_input input:-ms-input-placeholder {
  color: #000;
}

.demo_3 .input_subscribe.dark .item_input input::-ms-input-placeholder {
  color: #000;
}

.demo_3 .input_subscribe.dark .item_input input::placeholder {
  color: #000;
}

.big-radio {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-flow: column;
  width: 100%;
}

.big-radio input[type="radio"]:checked + div {
  background: #fff;
  box-shadow: none;
  border: 7px solid #4052ff;
  color: black;
}

.big-radio input[type="radio"] + div {
  transition: all 0.3s ease-in-out;
}

.big-radio .payment {
  display: flex;
  justify-content: center;
  border-radius: 27px;
  padding: 20px;
  margin: 10px 0;
  border: 7px solid #e5e9f2;
}

.big-radio .payment img {
  border-radius: 550px;
  width: 280px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
}

.pricing-select {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-flow: column;
  width: 100%;
}

.pricing-select input[type="radio"]:checked + div {
  background: #fff;
  box-shadow: none;
  border: 7px solid #4052ff;
  color: black;
}

.pricing-select input[type="radio"] + div {
  transition: all 0.3s ease-in-out;
}

.pricing-select .pricing-select-inner {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  border: 7px solid #e5e9f2;
  padding: 17px 0;
}

.pricing-select .pricing-select-inner .price {
  word-wrap: anywhere;
  font-size: 20px;
  font-weight: 900;
  color: #4052ff;
}

.pricing-select .pricing-select-inner label {
  padding: 6px 35px;
  background: #4052ff;
  color: #fff;
  border-radius: 10px;
}

code.shortcode {
  color: #7f7f7f;
  background: #eaeaea47;
  width: 100%;
  display: block;
  padding: 10px;
}

.tagify {
  width: 100%;
  border: 4px solid #ccc;
  padding: 8px;
  border-radius: 14px;
}

.tagify .tagify__tag {
  padding: 3px 20px;
  color: #000;
}

body .select2-container--default.select2-lg .select2-selection--single {
  display: flex;
  align-items: center;
  height: calc(3.325rem + 2px) !important;
  background: #fff aliceblue !important;
  border: 2px solid #ebeef2 !important;
  border-radius: 10px !important;
}

body
  .select2-container--default.select2-lg
  .select2-selection--single
  .select2-selection__arrow {
  height: calc(3.425rem + 2px) !important;
}

body
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #ebeef2;
}

body .select2-dropdown {
  box-shadow: 0 36px 60px 0 rgba(94, 92, 154, 0.12) !important;
  padding: 20px !important;
  background: #fff !important;
  border: 7px solid #ebeef2 !important;
  border-radius: 13px;
  margin-top: 20px;
}

body .select2-lg .select2-results__option {
  padding: 0.75rem 0.75rem !important;
}

body .select2-results__option:not(:last-child) {
  margin-bottom: 0.525rem !important;
}

body .select2-results__option {
  word-wrap: break-word !important;
  max-height: 5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  /* width:11rem; */
  /* max-height: 3.6rem; */
  /* overflow:hidden;  */
  /* text-overflow: ellipsis;  */
  /* display: -webkit-box;  */
  /* -webkit-line-clamp: 2;  */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-wrap: break-word;
}

body .select2-selection__choice {
  max-width: 12em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-wrap: break-word;
}

.settings-card {
  margin-top: 3em;
  background: #fff;
  box-shadow: 0 0 60px 0 rgba(94, 92, 154, 0.12);
  padding: 20px;
  border-radius: 20px;
}

.form-icon {
  width: calc(1rem + 34px);
}

.form-icon .icon {
  font-size: 19px;
}

.form-icon + .form-control {
  padding-left: calc(1rem + 34px);
}

.data-head {
  padding: 0.5rem 1.8rem;
  background-color: #fbf9f9;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
}

.data-head .overline-title {
  font-size: 14px;
}

.tooltip .arrow {
  display: none;
}

.tooltip-inner {
  color: #8094ae !important;
  border-radius: 10px !important;
  border: 7px solid #fff !important;
  box-shadow: 0 0 30px 0 rgba(94, 92, 154, 0.12) !important;
  background: #ebeef2 !important;
  padding: 10px !important;
}

.plan-items-list li.active .data::before {
  font-family: "Nioicon" !important;
  content: "\E9B6";
  position: absolute;
  right: 50px;
  color: #28a745;
}

.plan-items-list li.disabled .data {
  color: #b0b4bd;
}

.plan-items-list li.disabled .data::before {
  font-family: "Nioicon";
  content: "\EA04";
  position: absolute;
  right: 50px;
  color: #ff6d6d;
}

.w-10vh {
  width: 10vh;
}

.w-20vh {
  width: 20vh;
}

.w-30vh {
  width: 30vh;
}

.admin-prices {
  position: relative;
  margin-bottom: 8px;
  padding: 12px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  border-radius: 10px;
  background-color: #fff;
}

.form-box {
  width: 484px;
  padding: 64px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 60px 0 rgba(94, 92, 154, 0.12);
  position: relative;
}

.form-box .form-box-title {
  font-size: 1.625rem;
  text-align: center;
}

.background-lighter {
  background: #fbf9f9 !important;
}

.nk-iv-wg3-sub {
  width: initial;
}

.invoice .invoice-header {
  padding: 28px;
}

.invoice .invoice-order-p {
  font-size: 12px;
  color: #5b5b5b;
  font-family: sans-serif;
  line-height: 18px;
  vertical-align: top;
}

.invoice .invoice-h-p {
  font-size: 12px;
  color: #5b5b5b;
  font-family: sans-serif;
  line-height: 18px;
  vertical-align: top;
  text-align: left;
  margin-top: 23px !important;
}

@media (min-width: 992px) {
  .text-lg-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .text-md-right {
    text-align: right !important;
  }
}

.object-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.object-fit-contain{
  -o-object-fit: contain;
  object-fit: contain;
}

.page-item {
  padding: 3px;
}

.page-item .page-link {
  box-shadow: 0 0 60px 0 rgba(94, 92, 154, 0.12);
  border: 0;
  border-radius: 10px;
  padding: 13px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"] {
  height: 54px;
}

input[type="text"].c-input,
input[type="password"].c-input,
input[type="email"].c-input,
input[type="tel"].c-input,
input[type="url"].c-input {
  box-shadow: 15px 15px 40px 0px rgba(0, 0, 0, 0.07),
    -15px -15px 40px 0px rgba(255, 255, 255, 0.8);
  border: 0;
  margin-top: 1rem;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="url"]::-moz-placeholder {
  font-style: italic;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder {
  font-style: italic;
}

input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder {
  font-style: italic;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="url"]::-moz-placeholder {
  font-style: italic;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder {
  font-style: italic;
}

input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder {
  font-style: italic;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="url"]::placeholder {
  font-style: italic;
}

.form-label {
  font-size: 16px;
  font-style: italic;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select {
  background-color: #fff;
  color: #3e3f5e;
  transition: border-color 0.2s ease-in-out;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select {
  width: 100%;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 700;
}

label,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select {
  font-family: "Rajdhani", sans-serif;
}

button,
input {
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border-color: #615dfa;
}

.form-item {
  width: 100%;
}

.form-row + .form-row {
  margin-top: 28px;
}

.form-box .form {
  margin-top: 46px;
  width: 100%;
}

.form-input label {
  color: #adafca;
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  top: 20px;
  left: 20px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

label {
  display: block;
  margin: 0;
  color: #3e3f5e;
  line-height: 1em;
}

label,
input[type="text"],
input[type="password"],
textarea,
select,
button {
  font-family: "Rajdhani", sans-serif;
}

.form-input {
  position: relative;
}

.form-input input.is-invalid:focus {
  border-color: #e85347;
  box-shadow: 0 0 0 0.2rem rgba(232, 83, 71, 0.25);
}

.form-input input.is-invalid {
  border-color: #e85347;
  padding-right: 2.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e85347' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e85347' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right add(0.3125rem, 0.21875rem) center;
  background-size: add(0.625rem, 0.4375rem) add(0.625rem, 0.4375rem);
}

.form-input.active label {
  background-color: #fff;
  padding: 0 6px;
  font-size: 0.75rem;
  top: -6px;
  left: 12px;
}

.admin-pricing-box {
  padding: 32px 28px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  position: relative;
}

.admin-pricing-box .admin-pricing-box-title {
  font-size: 1.5rem;
  font-weight: 900;
}

.admin-pricing-box .admin-pricing-box-content {
  margin-top: 36px;
}

.plan-items-list li {
  display: flex;
  padding: 0.25rem 0;
}

.plan-items-list .label {
  min-width: 50%;
}

.plan-items-list .data {
  margin-left: auto;
}

.razorpay-payment-button {
  display: inline-block;
  height: 100px;
  margin-top: 2em;
  border-radius: 10px;
  background: #4353ff;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  border: 0;
  outline: 0;
  width: 100%;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  box-shadow: 4px 7px 12px 0 rgba(35, 210, 226, 0.2);
}

.razorpay-payment-button:hover {
  background: #202b9b;
}

.button {
  display: inline-block;
  height: 48px;
  border-radius: 10px;
  background-color: #3e3f5e;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  border: 0;
  outline: 0;
  width: 169px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  box-shadow: 3px 5px 10px 0 rgba(62, 63, 94, 0.2);
}

.button.no-shadow {
  box-shadow: none;
}

.button.full {
  width: 100%;
}

.button.medium {
  height: 54px;
  line-height: 54px;
}

.button.small {
  height: 40px;
  font-size: 0.75rem;
  line-height: 40px;
}

.button:hover {
  color: #fff;
  background-color: #2e2e47;
}

.button.void {
  background-color: transparent;
  color: #adafca;
  box-shadow: none;
}

.button.void .button-icon {
  fill: #adafca;
}

.button.void:hover {
  color: #fff;
  background-color: #2e2e47;
}

.button.void:hover .button-icon {
  fill: #fff;
}

.button.void.void-primary:hover {
  background-color: #23d2e2;
}

.button.void.void-secondary:hover {
  background-color: #615dfa;
}

.button.white-solid {
  background-color: #fff;
  color: #3e3f5e;
}

.button.white {
  background-color: transparent;
  border: 1px solid #dedeea;
  color: #adafca;
  box-shadow: none;
}

.button.white .button-icon {
  fill: #adafca;
}

.button.white:hover {
  color: #fff;
  background-color: #2e2e47;
  border-color: #2e2e47;
}

.button.white.white-tertiary:hover {
  background-color: #fd4350;
  border-color: #fd4350;
  box-shadow: 4px 7px 12px 0 rgba(253, 67, 80, 0.2);
}

.button.primary {
  background-color: #4353ff;
  box-shadow: 4px 7px 12px 0 rgba(35, 210, 226, 0.2);
}

.button.primary:hover {
  background-color: #202b9b;
}

.button.secondary {
  background-color: #615dfa;
  box-shadow: 4px 7px 12px 0 rgba(97, 93, 250, 0.2);
}

.button.secondary:hover {
  background-color: #5753e4;
}

.button.tertiary {
  background-color: #fd4350;
  box-shadow: 4px 7px 12px 0 rgba(253, 67, 80, 0.2);
}

.button.tertiary:hover {
  background-color: #dd343f;
}

.button.twitch {
  background-color: #7b5dfa;
  box-shadow: 4px 7px 12px 0 rgba(123, 93, 250, 0.2);
}

.button.twitch:hover {
  background-color: #6a4fdf;
}

.button.twitter {
  background-color: #1abcff;
  box-shadow: 3px 5px 10px 0px rgba(26, 188, 255, 0.2);
}

.button.twitter:hover {
  background-color: #0aabed;
}

.button.add-field-button {
  width: 128px;
  margin-top: 40px;
}

.button.padded {
  padding: 0 32px;
}

.button .button-icon {
  fill: #fff;
  transition: fill 0.2s ease-in-out;
}

.button .button-icon.spaced {
  margin-right: 6px;
}

.button.with-only-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.all-templates {
  padding: 20px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 23px;
}

.all-templates .inner-templates {
  max-width: 49%;
  flex: 0 0 49%;
  border-radius: 20px;
  width: 100%;
  margin: 10px 0;
  position: relative;
}

.all-templates .inner-templates .overlay-active {
  opacity: 0;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  background: #0000005e;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding: 20px;
  border-radius: 17px;
  font-family: cursive;
  transition: 0.2s ease-in;
}

.all-templates .inner-templates .overlay-active .in {
  background: #fff;
  color: #000;
  padding: 1px 29px;
  border-radius: 10px;
  font-size: 18px;
}

.all-templates .inner-templates:not(.active) .overlay-active {
  opacity: 0;
}

.all-templates .inner-templates:not(.active) .overlay-active.select {
  opacity: 1;
}

.all-templates .inner-templates.active .overlay-active {
  opacity: 1;
}

.all-templates .inner-templates.active .overlay-active.select {
  opacity: 0;
}

.all-templates .inner-templates.active h5 {
  z-index: 99;
  position: relative;
  color: #fff;
}

.all-templates .inner-templates img {
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  height: 11em;
  width: inherit;
}

.admin-page-box {
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
}

.admin-page-box .admin-page-box-cover {
  height: 120px;
  padding-top: 32px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

#update-stats {
  padding: 30px 38px;
  background: #000;
  color: #fff;
  border-radius: 10px;
  overflow: auto;
  height: 300px;
}

.slide .pagingInfo {
  font-weight: bold;
  font-size: 16px;
}

@media (min-width: 576) {
  .slide .pagingInfo {
    font-size: 36px;
  }
}

.slide .pagingInfo span {
  font-size: 10px;
  font-weight: 600;
  color: #000;
}

@media (min-width: 576) {
  .slide .pagingInfo span {
    font-size: 16px;
  }
}

.slide .pagingInfo span:before {
  content: "/";
  padding: 0 6px;
  color: #000;
}

.slide .slide-img {
  position: relative;
}

.slide.v4 .slick-dots {
  bottom: 5px;
}

@media (min-width: 576) {
  .slide.v4 .slick-dots {
    bottom: 30px;
  }
}

.slide.v4 .content1 h3 {
  color: #fff;
}

@media (min-width: 768px) {
  .slide.v4 .content1 h3 {
    font-size: 90px;
    margin-bottom: 25px;
  }
}

.slide.v4 .content1 a {
  color: #fff;
}

.slide.v4 .content1 a:hover {
  color: #000;
}

.slide.v2 {
  position: relative;
}

.slide.v2 .content1 {
  text-align: center;
}

@media (min-width: 576) {
  .slide.v2 .content1 {
    align-items: flex-start;
    width: 40%;
    padding-left: 16.6667%;
  }
}

@media (min-width: 768px) {
  .slide.v2 .content1 h3 {
    font-size: 72px;
  }
}

.slide.v2 .content1 a {
  margin-right: auto;
  margin-left: auto;
}

.slide.v2 .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slide.v2 .slick-dots {
  width: 10%;
  right: 50px;
  left: 15px;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .slide.v2 .slick-dots {
    left: 105px;
  }
}

.slide.v2 .slick-dots li {
  height: 2px;
  width: 15px;
  display: block;
  padding: 2px 0;
  margin: 15px 0;
}

@media (min-width: 576) {
  .slide.v2 .slick-dots li {
    margin: 30px 0;
  }
}

.slide.v2 .slick-dots li button {
  width: 40px;
  height: 30px;
}

.slide.v2 .slick-dots li button:before {
  height: 2px;
  width: 15px;
  opacity: 0.4;
  background-color: black;
}

.slide.v2 .slick-dots li.slick-active {
  height: 2px;
  width: 40px;
}

.slide.v2 .slick-dots li.slick-active button:before {
  height: 2px;
  width: 40px;
  opacity: 1;
}

.slide.v2 .slick-dots li:hover {
  height: 2px;
  width: 40px;
}

.slide.v2 .slick-dots li:hover button:before {
  height: 2px;
  width: 40px;
  opacity: 1;
}

.slide.v2 .custom {
  position: absolute;
  left: 15px;
  bottom: 15px;
}

@media (min-width: 768px) {
  .slide.v2 .custom {
    left: 105px;
    bottom: 35px;
  }
}

.slide.v3,
.slide.v5,
.slide.v6 {
  position: relative;
}

@media (min-width: 576) {
  .slide.v3 .content1,
  .slide.v5 .content1,
  .slide.v6 .content1 {
    padding-top: 17%;
  }
}

.slide.v3 .content1 h3,
.slide.v5 .content1 h3,
.slide.v6 .content1 h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

@media (min-width: 576) {
  .slide.v3 .content1 h3,
  .slide.v5 .content1 h3,
  .slide.v6 .content1 h3 {
    font-size: 19px;
  }
}

@media (min-width: 768px) {
  .slide.v3 .content1 h3,
  .slide.v5 .content1 h3,
  .slide.v6 .content1 h3 {
    margin-bottom: 68px;
  }
}

.slide.v3 .content1 .btn-shopnow,
.slide.v5 .content1 .btn-shopnow,
.slide.v6 .content1 .btn-shopnow {
  border: 2px solid #000;
  font-weight: 600;
  background: transparent;
}

@media (min-width: 576) {
  .slide.v3 .content1 .btn-shopnow,
  .slide.v5 .content1 .btn-shopnow,
  .slide.v6 .content1 .btn-shopnow {
    padding: 14px 46px;
  }
}

@media (max-width: 576) {
  .slide.v3 .content1 .btn-shopnow,
  .slide.v5 .content1 .btn-shopnow,
  .slide.v6 .content1 .btn-shopnow {
    font-size: 8px;
    padding: 10px 32px;
  }
}

.slide.v3 .content1 .btn-shopnow:hover,
.slide.v5 .content1 .btn-shopnow:hover,
.slide.v6 .content1 .btn-shopnow:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

@media (min-width: 576) {
  .slide.v3 .content2,
  .slide.v5 .content2,
  .slide.v6 .content2 {
    padding-right: 30%;
  }
}

@media (min-width: 576) {
  .slide.v3 .content2 h3,
  .slide.v5 .content2 h3,
  .slide.v6 .content2 h3 {
    font-size: 72px;
    margin-bottom: 30px;
  }
}

.slide.v3 .content3,
.slide.v5 .content3,
.slide.v6 .content3 {
  padding-top: 23%;
}

@media (min-width: 576) {
  .slide.v3 .content3 .slide-btn,
  .slide.v5 .content3 .slide-btn,
  .slide.v6 .content3 .slide-btn {
    font-size: 18px;
  }
}

.slide.v3 .content5,
.slide.v5 .content5,
.slide.v6 .content5 {
  padding-left: 25%;
  padding-top: 10%;
  text-align: center;
}

.slide.v3 .content5 .tag-title,
.slide.v5 .content5 .tag-title,
.slide.v6 .content5 .tag-title {
  font-weight: 600;
}

@media (min-width: 576) {
  .slide.v3 .content5 .tag-title,
  .slide.v5 .content5 .tag-title,
  .slide.v6 .content5 .tag-title {
    font-size: 30px;
  }
}

.slide.v3 .content5 h3,
.slide.v5 .content5 h3,
.slide.v6 .content5 h3 {
  font-weight: bold;
}

@media (min-width: 576) {
  .slide.v3 .content5 h3,
  .slide.v5 .content5 h3,
  .slide.v6 .content5 h3 {
    font-size: 50px;
  }
}

@media (min-width: 768px) {
  .slide.v3 .content5 h3,
  .slide.v5 .content5 h3,
  .slide.v6 .content5 h3 {
    font-size: 140px;
    margin-top: 30px;
    margin-bottom: 35px;
  }
}

.slide.v3 .content5 .btn-shopnow,
.slide.v5 .content5 .btn-shopnow,
.slide.v6 .content5 .btn-shopnow {
  border: 2px solid #000;
  font-weight: 600;
  background: transparent;
}

@media (min-width: 576) {
  .slide.v3 .content5 .btn-shopnow,
  .slide.v5 .content5 .btn-shopnow,
  .slide.v6 .content5 .btn-shopnow {
    padding: 10px 32px;
    font-size: 16px;
  }
}

@media (max-width: 576) {
  .slide.v3 .content5 .btn-shopnow,
  .slide.v5 .content5 .btn-shopnow,
  .slide.v6 .content5 .btn-shopnow {
    font-size: 8px;
    padding: 8px 12px;
  }
}

.slide.v3 .content5 .btn-shopnow:hover,
.slide.v5 .content5 .btn-shopnow:hover,
.slide.v6 .content5 .btn-shopnow:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.slide.v3 .slick-dotted.slick-slider,
.slide.v5 .slick-dotted.slick-slider,
.slide.v6 .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slide.v3 .slick-dots,
.slide.v5 .slick-dots,
.slide.v6 .slick-dots {
  width: 10%;
  right: 50px;
  left: 15px;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .slide.v3 .slick-dots,
  .slide.v5 .slick-dots,
  .slide.v6 .slick-dots {
    left: 90px;
  }
}

.slide.v3 .slick-dots:after,
.slide.v5 .slick-dots:after,
.slide.v6 .slick-dots:after {
  position: absolute;
  left: 12px;
  bottom: -38px;
}

@media (min-width: 576) {
  .slide.v3 .slick-dots:after,
  .slide.v5 .slick-dots:after,
  .slide.v6 .slick-dots:after {
    left: 15px;
  }
}

.slide.v3 .slick-dots li,
.slide.v5 .slick-dots li,
.slide.v6 .slick-dots li {
  display: block;
  padding: 2px 0;
}

@media (min-width: 576) {
  .slide.v3 .slick-dots li,
  .slide.v5 .slick-dots li,
  .slide.v6 .slick-dots li {
    margin: 25px 0;
  }
}

.slide.v3 .slick-dots li button,
.slide.v5 .slick-dots li button,
.slide.v6 .slick-dots li button {
  width: 11px;
  height: 11px;
  text-indent: -9999px;
  overflow: hidden;
}

@media (min-width: 576) {
  .slide.v3 .slick-dots li button,
  .slide.v5 .slick-dots li button,
  .slide.v6 .slick-dots li button {
    padding: 20px;
  }
}

.slide.v3 .slick-dots li button:before,
.slide.v5 .slick-dots li button:before,
.slide.v6 .slick-dots li button:before {
  background-color: transparent;
}

@media (min-width: 576) {
  .slide.v3 .slick-dots li.slick-active,
  .slide.v5 .slick-dots li.slick-active,
  .slide.v6 .slick-dots li.slick-active {
    margin-bottom: 103px;
  }
}

@media (min-width: 576) {
  .slide.v3 .slick-dots li.slick-active button:before,
  .slide.v5 .slick-dots li.slick-active button:before,
  .slide.v6 .slick-dots li.slick-active button:before {
    content: "";
    height: 60px;
    width: 2px;
    background: #000;
    margin: 58px 20px;
  }
}

.slide.v3 .custom,
.slide.v5 .custom,
.slide.v6 .custom {
  position: absolute;
  left: 15px;
  bottom: 0;
}

@media (min-width: 768px) {
  .slide.v3 .custom,
  .slide.v5 .custom,
  .slide.v6 .custom {
    left: 105px;
  }
}

.slide.v3 .pagingInfo span,
.slide.v5 .pagingInfo span,
.slide.v6 .pagingInfo span {
  color: #000;
  font-size: 12px;
  font-weight: bold;
}

.slide.v6 .slick-dots {
  width: 40px;
  left: -20px;
}

@media (min-width: 576) {
  .slide.v6 .slick-dots {
    background: #fff;
  }
}

@media (max-width: 576) {
  .slide.v6 .slick-dots {
    left: 0;
  }
}

.slide.v6 .custom {
  left: 30px;
  bottom: 15px;
}

@media (min-width: 1400px) {
  .slide.v6 .custom {
    left: 75px;
    bottom: 35px;
  }
}

@media (max-width: 576) {
  .slide.v6 .custom {
    bottom: 0;
  }
}

.slide.v6 .tags-label-right {
  position: absolute;
  top: 45%;
  transform: rotate(90deg) translateX(50%);
  transform-origin: center right;
  padding: 10px 90px;
  right: 10px;
  background: #fff;
}

@media (max-width: 576) {
  .slide.v6 .tags-label-right {
    display: none;
  }
}

.slide.v6 .tags-label-right a {
  font-weight: bold;
  text-transform: uppercase;
}

.slide.v5 .content4 {
  align-items: flex-start;
  padding-left: 45%;
}

@media (min-width: 576) {
  .slide.v5 .content4 {
    padding-left: 63%;
  }
}

.slide.v5 .content4 .tag-title {
  font-weight: 600;
  font-size: 8px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 5px 15px;
}

@media (min-width: 576) {
  .slide.v5 .content4 .tag-title {
    font-size: 15px;
  }
}

.slide.v5 .content4 h3 {
  font-weight: 600;
}

@media (min-width: 768) {
  .slide.v5 .content4 h3 {
    font-size: 60px;
  }
}

@media (min-width: 1400px) {
  .slide.v5 .content4 h3 {
    font-size: 80px;
    line-height: 84px;
    margin-top: 45px;
    margin-bottom: 50px;
  }
}

@media (min-width: 576) {
  .slide.v5 .content4 .slide-btn {
    font-size: 18px;
  }
}

.slide.v5 .slick-dots {
  width: 7%;
  right: 15px;
  left: unset;
}

@media (min-width: 576) {
  .slide.v5 .slick-dots {
    right: 0;
  }
}

.slide.v5 .custom {
  right: 30px;
  left: unset;
}

@media (min-width: 1400px) {
  .slide.v5 .custom {
    right: 105px;
  }
}

.slide.v10 .content1 {
  padding-left: 24%;
  align-items: flex-start;
}

.slide.v10 .content1 a {
  font-size: 18px;
}

.clov-sidebar {
  transform: translate(0);
  transition: 0.3s;
}

.toggle-sidebar .clov-sidebar {
  transform: translate(-100%);
}

.clov-sidebar.nk-sidebar-active {
  transform: translate(0);
}

@media (max-width: 1199px) {
  .if-is-mobile {
    display: none;
  }

  .toggle-sidebar .sidebar-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(16, 25, 36, 0.4);
    z-index: 99;
    -webkit-animation: overlay-fade-in 0.4s ease 1;
    animation: overlay-fade-in 0.4s ease 1;
  }

  .clov-sidebar {
    transform: translate(-100%);
  }

  .toggle-sidebar .clov-sidebar {
    transform: translate(0);
  }
}

/* fix select invalid borders */
form.needs-validation.was-validated > select.form-control:invalid {
  border-width: 1px !important;
  border-style: solid !important;
}

.form-control-div > div.iti {
  width: 100%;
}

/* .form-control-div >* input {
  border-radius: 12px;
} */

.img-cateory {
  min-width: 100%;
  background-color: #e0e0e0;
  padding: 0.1em;
  height: 100% !important;
  width: auto !important;
  max-width: none !important;
}

.fw-600 {
  font-weight: 600;
}

.hover\:btn-social-email:hover {
  background-color: #e94335 !important;
}

.hover\:btn-social-whatsapp:hover {
  background-color: #00c805 !important;
}

.hover\:btn-social-facebook:hover {
  background-color: #375496 !important;
}

.hover\:btn-social-twitter:hover {
  background-color: #1c93e4 !important;
}

.hover\:btn-social-youtube:hover {
  background-color: #ff0000 !important;
}

.hover\:btn-social-instagram:hover {
  background-color: #f2009e !important;
}

.form-control-sm-imp {
  height: calc(1.75rem + 2px) !important;
  padding: 0.25rem 1rem;
  font-size: 0.75rem !important;
  line-height: 1.25rem;
  border-radius: 3px !important;
}

.blob {
  border-radius: 50%;
}

.blob.blue {
  background: rgba(52, 172, 224, 0.1);
  box-shadow: 0 0 0 0 rgba(52, 172, 224, 1);
  animation: pulse-blue 2s infinite;
}

@keyframes pulse-blue {
  0% {
    /* transform: scale(0.95); */
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
  }

  70% {
    /* transform: scale(1); */
    box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
  }

  100% {
    /* transform: scale(0.95); */
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
  }
}

.hover\:vibrate-1:hover {
  -webkit-animation: vibrate-1 0.6s linear infinite both;
  animation: vibrate-1 0.6s linear infinite both;
}

@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }

  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }

  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.hover\:shadow-contact-btn:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.hover\:color-w:hover {
  border-color: #25c180 !important;
  color: #277554 !important;
}
.hover\:color-t:hover {
  border-color: #59a5d8 !important;
  color: #416780 !important;
}
.hover\:color-m:hover {
  border-color: #f8b18b !important;
  color: #c0551d !important;
}

.hover\:color-sf:hover {
  border-color: #5d7dc0 !important;
  color: #3b5998 !important;
}
.hover\:color-si:hover {
  border-color: #fd35a0 !important;
  color: #f10280 !important;
}

.hover\:color-st:hover {
  border-color: #5bb2ec !important;
  color: #1c93e4 !important;
}
.hover\:color-sy:hover {
  border-color: #ff4747 !important;
  color: #f20000 !important;
}

.tippy-box[data-theme~="verifiedtooltip"] {
  background: #1f63ea;
  border-color: #2855b6;
  border-style: solid;
  color: #e2e2e2;
}
.tippy-box[data-theme~="verifiedtooltip"] > .tippy-arrow {
  color: #1f63ea;
  /* color: #2855B6; */
}

.truncate_mail {
  width: 139px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.float-buttons-wrapper {
  position: fixed;
  bottom: 1rem;
  right: 1.25rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  align-items: flex-end;
}

.dropdown-custom {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
}

.dropdown-custom-btn {
  width: 100%;
  height: 50px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.dropdown-menu {
  width: 100%;
  left: 0 !important;
  right: auto !important;
}

/* Allies carousel styles */
.carousel-wrapper {
  width: 90%;
  max-width: 1536px;
  margin-inline: auto;
  position: relative;
  height: 358px;
  margin-top: 2.5rem;
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
}

.allies-title {
  margin-bottom: 20px;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-88%);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(-88%);
  }
  100% {
    transform: translateX(0%);
  }
}

.carousel1 {
  display: flex;
  animation: scrollLeft 320s linear infinite;
}

.carousel2 {
  display: flex;
  animation: scrollRight 330s linear infinite;
}

.carousel1 a {
  text-decoration: none;
  color: inherit;
}

.carousel2 a {
  text-decoration: none;
  color: inherit;
}

.carousel1 .item {
  flex: 0 0 210px;
  height: 120px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.02),
    hsla(0, 0%, 98.5%, 0.5)
  );
  border-radius: 6px;
  margin-right: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}

.carousel2 .item {
  flex: 0 0 210px;
  height: 120px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.02),
    hsla(0, 0%, 98.5%, 0.5)
  );
  border-radius: 6px;
  margin-right: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}

.carousel-wrapper .carousel + .carousel {
  margin-top: 1.5rem; /* Espacio entre los dos carruseles */
}

.carousel1:hover {
  animation-play-state: paused;
}

.carousel2:hover {
  animation-play-state: paused;
}

.stop-animation .carousel1 {
  animation: none;
}

.stop-animation .carousel2 {
  animation: none;
}

/* Ally name and logo styles */
.item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.allie-logo {
  max-width: 52px;
  height: auto;
}

.allie-name {
  margin-top: 0.5rem;
  font-size: 13px;
  color: #000;
  text-align: center;
}

.dropdown-custom {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
}

.dropdown-custom-btn {
  width: 100%;
  height: 50px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.dropdown-menu {
  width: 100%;
  left: 0 !important;
  right: auto !important;
}

#re-accordion-content {
  margin-top: 10px;
  padding: 10px;
  border: none;
  background-color: transparent;
}
