.p-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5em;
  margin-left: -0.5em;
  margin-top: -0.5em;
}

.p-nogutter {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
}

  .p-nogutter > .p-col,
  .p-nogutter > [class*="p-col-"] {
    padding: 0;
  }

.p-dir-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-dir-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-dir-col-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.p-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.p-justify-even {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.p-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.p-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding: 0.5em;
}

.p-col-fixed {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5em;
}

.p-col-align-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.p-col-align-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.p-col-align-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.p-col-align-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.p-col-align-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.p-col-1,
.p-col-2,
.p-col-3,
.p-col-4,
.p-col-5,
.p-col-6,
.p-col-7,
.p-col-8,
.p-col-9,
.p-col-10,
.p-col-11,
.p-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5em;
}

.p-col-1 {
  width: 8.3333%;
}

.p-col-2 {
  width: 16.6667%;
}

.p-col-3 {
  width: 25%;
}

.p-col-4 {
  width: 33.3333%;
}

.p-col-5 {
  width: 41.6667%;
}

.p-col-6 {
  width: 50%;
}

.p-col-7 {
  width: 58.3333%;
}

.p-col-8 {
  width: 66.6667%;
}

.p-col-9 {
  width: 75%;
}

.p-col-10 {
  width: 83.3333%;
}

.p-col-11 {
  width: 91.6667%;
}

.p-col-12 {
  width: 100%;
}

.p-offset-12 {
  margin-left: 100%;
}

.p-offset-11 {
  margin-left: 91.66666667%;
}

.p-offset-10 {
  margin-left: 83.33333333%;
}

.p-offset-9 {
  margin-left: 75%;
}

.p-offset-8 {
  margin-left: 66.66666667%;
}

.p-offset-7 {
  margin-left: 58.33333333%;
}

.p-offset-6 {
  margin-left: 50%;
}

.p-offset-5 {
  margin-left: 41.66666667%;
}

.p-offset-4 {
  margin-left: 33.33333333%;
}

.p-offset-3 {
  margin-left: 25%;
}

.p-offset-2 {
  margin-left: 16.66666667%;
}

.p-offset-1 {
  margin-left: 8.33333333%;
}

.p-offset-0 {
  margin-left: 0%;
}

.p-sm-1,
.p-sm-2,
.p-sm-3,
.p-sm-4,
.p-sm-5,
.p-sm-6,
.p-sm-7,
.p-sm-8,
.p-sm-9,
.p-sm-10,
.p-sm-11,
.p-sm-12,
.p-md-1,
.p-md-2,
.p-md-3,
.p-md-4,
.p-md-5,
.p-md-6,
.p-md-7,
.p-md-8,
.p-md-9,
.p-md-10,
.p-md-11,
.p-md-12,
.p-lg-1,
.p-lg-2,
.p-lg-3,
.p-lg-4,
.p-lg-5,
.p-lg-6,
.p-lg-7,
.p-lg-8,
.p-lg-9,
.p-lg-10,
.p-lg-11,
.p-lg-12,
.p-xl-1,
.p-xl-2,
.p-xl-3,
.p-xl-4,
.p-xl-5,
.p-xl-6,
.p-xl-7,
.p-xl-8,
.p-xl-9,
.p-xl-10,
.p-xl-11,
.p-xl-12,
.p-xxl-1,
.p-xxl-2,
.p-xxl-3,
.p-xxl-4,
.p-xxl-5,
.p-xxl-6,
.p-xxl-7,
.p-xxl-8,
.p-xxl-9,
.p-xxl-10,
.p-xxl-11,
.p-xxl-12 {
  padding: 0.5em;
}

.p-col-nogutter {
  padding: 0;
}

@media screen and (min-width: 576px) {
  .p-sm-1,
  .p-sm-2,
  .p-sm-3,
  .p-sm-4,
  .p-sm-5,
  .p-sm-6,
  .p-sm-7,
  .p-sm-8,
  .p-sm-9,
  .p-sm-10,
  .p-sm-11,
  .p-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .p-sm-1 {
    width: 8.3333%;
  }

  .p-sm-2 {
    width: 16.6667%;
  }

  .p-sm-3 {
    width: 25%;
  }

  .p-sm-4 {
    width: 33.3333%;
  }

  .p-sm-5 {
    width: 41.6667%;
  }

  .p-sm-6 {
    width: 50%;
  }

  .p-sm-7 {
    width: 58.3333%;
  }

  .p-sm-8 {
    width: 66.6667%;
  }

  .p-sm-9 {
    width: 75%;
  }

  .p-sm-10 {
    width: 83.3333%;
  }

  .p-sm-11 {
    width: 91.6667%;
  }

  .p-sm-12 {
    width: 100%;
  }

  .p-sm-offset-12 {
    margin-left: 100%;
  }

  .p-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .p-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .p-sm-offset-9 {
    margin-left: 75%;
  }

  .p-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .p-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .p-sm-offset-6 {
    margin-left: 50%;
  }

  .p-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .p-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .p-sm-offset-3 {
    margin-left: 25%;
  }

  .p-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .p-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .p-sm-offset-0 {
    margin-left: 0%;
  }
}

@media screen and (min-width: 768px) {
  .p-md-1,
  .p-md-2,
  .p-md-3,
  .p-md-4,
  .p-md-5,
  .p-md-6,
  .p-md-7,
  .p-md-8,
  .p-md-9,
  .p-md-10,
  .p-md-11,
  .p-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .p-md-1 {
    width: 8.3333%;
  }

  .p-md-2 {
    width: 16.6667%;
  }

  .p-md-3 {
    width: 25%;
  }

  .p-md-4 {
    width: 33.3333%;
  }

  .p-md-5 {
    width: 41.6667%;
  }

  .p-md-6 {
    width: 50%;
  }

  .p-md-7 {
    width: 58.3333%;
  }

  .p-md-8 {
    width: 66.6667%;
  }

  .p-md-9 {
    width: 75%;
  }

  .p-md-10 {
    width: 83.3333%;
  }

  .p-md-11 {
    width: 91.6667%;
  }

  .p-md-12 {
    width: 100%;
  }

  .p-md-offset-12 {
    margin-left: 100%;
  }

  .p-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .p-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .p-md-offset-9 {
    margin-left: 75%;
  }

  .p-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .p-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .p-md-offset-6 {
    margin-left: 50%;
  }

  .p-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .p-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .p-md-offset-3 {
    margin-left: 25%;
  }

  .p-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .p-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .p-md-offset-0 {
    margin-left: 0%;
  }
}

@media screen and (min-width: 992px) {
  .p-lg-1,
  .p-lg-2,
  .p-lg-3,
  .p-lg-4,
  .p-lg-5,
  .p-lg-6,
  .p-lg-7,
  .p-lg-8,
  .p-lg-9,
  .p-lg-10,
  .p-lg-11,
  .p-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .p-lg-1 {
    width: 8.3333%;
  }

  .p-lg-2 {
    width: 16.6667%;
  }

  .p-lg-3 {
    width: 25%;
  }

  .p-lg-4 {
    width: 33.3333%;
  }

  .p-lg-5 {
    width: 41.6667%;
  }

  .p-lg-6 {
    width: 50%;
  }

  .p-lg-7 {
    width: 58.3333%;
  }

  .p-lg-8 {
    width: 66.6667%;
  }

  .p-lg-9 {
    width: 75%;
  }

  .p-lg-10 {
    width: 83.3333%;
  }

  .p-lg-11 {
    width: 91.6667%;
  }

  .p-lg-12 {
    width: 100%;
  }

  .p-lg-offset-12 {
    margin-left: 100%;
  }

  .p-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .p-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .p-lg-offset-9 {
    margin-left: 75%;
  }

  .p-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .p-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .p-lg-offset-6 {
    margin-left: 50%;
  }

  .p-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .p-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .p-lg-offset-3 {
    margin-left: 25%;
  }

  .p-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .p-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .p-lg-offset-0 {
    margin-left: 0%;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-1,
  .p-xl-2,
  .p-xl-3,
  .p-xl-4,
  .p-xl-5,
  .p-xl-6,
  .p-xl-7,
  .p-xl-8,
  .p-xl-9,
  .p-xl-10,
  .p-xl-11,
  .p-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .p-xl-1 {
    width: 8.3333%;
  }

  .p-xl-2 {
    width: 16.6667%;
  }

  .p-xl-3 {
    width: 25%;
  }

  .p-xl-4 {
    width: 33.3333%;
  }

  .p-xl-5 {
    width: 41.6667%;
  }

  .p-xl-6 {
    width: 50%;
  }

  .p-xl-7 {
    width: 58.3333%;
  }

  .p-xl-8 {
    width: 66.6667%;
  }

  .p-xl-9 {
    width: 75%;
  }

  .p-xl-10 {
    width: 83.3333%;
  }

  .p-xl-11 {
    width: 91.6667%;
  }

  .p-xl-12 {
    width: 100%;
  }

  .p-xl-offset-12 {
    margin-left: 100%;
  }

  .p-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  .p-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  .p-xl-offset-9 {
    margin-left: 75%;
  }

  .p-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  .p-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  .p-xl-offset-6 {
    margin-left: 50%;
  }

  .p-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  .p-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  .p-xl-offset-3 {
    margin-left: 25%;
  }

  .p-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  .p-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  .p-xl-offset-0 {
    margin-left: 0%;
  }
}

@media screen and (min-width: 1800px) {
  .p-xxl-1,
  .p-xxl-2,
  .p-xxl-3,
  .p-xxl-4,
  .p-xxl-5,
  .p-xxl-6,
  .p-xxl-7,
  .p-xxl-8,
  .p-xxl-9,
  .p-xxl-10,
  .p-xxl-11,
  .p-xxl-12 {
    -webkit-box-flex: 0!important;
    -ms-flex: 0 0 auto!important;
    flex: 0 0 auto!important;
  }

  .p-xxl-1 {
    width: 8.3333%!important;
  }

  .p-xxl-2 {
    width: 16.6667%!important;
  }

  .p-xxl-3 {
    width: 25%!important;
  }

  .p-xxl-4 {
    width: 33.3333%!important;
  }

  .p-xxl-5 {
    width: 41.6667%!important;
  }

  .p-xxl-6 {
    width: 50%!important;
  }

  .p-xxl-7 {
    width: 58.3333%!important;
  }

  .p-xxl-8 {
    width: 66.6667%!important;
  }

  .p-xxl-9 {
    width: 75%!important;
  }

  .p-xxl-10 {
    width: 83.3333%!important;
  }

  .p-xxl-11 {
    width: 91.6667%!important;
  }

  .p-xxl-12 {
    width: 100%!important;
  }

  .p-xxl-offset-12 {
    margin-left: 100%!important;
  }

  .p-xxl-offset-11 {
    margin-left: 91.66666667%!important;
  }

  .p-xxl-offset-10 {
    margin-left: 83.33333333%!important;
  }

  .p-xxl-offset-9 {
    margin-left: 75%!important;
  }

  .p-xxl-offset-8 {
    margin-left: 66.66666667%!important;
  }

  .p-xxl-offset-7 {
    margin-left: 58.33333333%!important;
  }

  .p-xxl-offset-6 {
    margin-left: 50%!important;
  }

  .p-xxl-offset-5 {
    margin-left: 41.66666667%!important;
  }

  .p-xxl-offset-4 {
    margin-left: 33.33333333%!important;
  }

  .p-xxl-offset-3 {
    margin-left: 25%!important;
  }

  .p-xxl-offset-2 {
    margin-left: 16.66666667%!important;
  }

  .p-xxl-offset-1 {
    margin-left: 8.33333333%!important;
  }

  .p-xxl-offset-0 {
    margin-left: 0%!important;
  }
  .p-ml-xxl-6 {
    margin-left: 3rem !important;
  }
  .p-ml-xxl-6 {
    margin-left: 3rem !important;
  }
  .p-ml-xxl-6 {
    margin-left: 3rem !important;
  }
  .p-pt-xxl-0 {
    padding-top: 0 !important;
  }

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

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

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

  .p-pt-xxl-4 {
    padding-top: 1rem !important;
  }

  .p-pt-xxl-5 {
    padding-top: 2rem !important;
  }

  .p-pt-xxl-6 {
    padding-top: 3rem !important;
  }

  .p-pr-xxl-0 {
    padding-right: 0 !important;
  }

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

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

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

  .p-pr-xxl-4 {
    padding-right: 1rem !important;
  }

  .p-pr-xxl-5 {
    padding-right: 2rem !important;
  }

  .p-pr-xxl-6 {
    padding-right: 3rem !important;
  }

  .p-pl-xxl-0 {
    padding-left: 0 !important;
  }

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

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

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

  .p-pl-xxl-4 {
    padding-left: 1rem !important;
  }

  .p-pl-xxl-5 {
    padding-left: 2rem !important;
  }

  .p-pl-xxl-6 {
    padding-left: 3rem !important;
  }

  .p-pb-xxl-0 {
    padding-bottom: 0 !important;
  }

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

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

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

  .p-pb-xxl-4 {
    padding-bottom: 1rem !important;
  }

  .p-pb-xxl-5 {
    padding-bottom: 2rem !important;
  }

  .p-pb-xxl-6 {
    padding-bottom: 3rem !important;
  }

  .p-px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .p-px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .p-px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .p-px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .p-px-xxl-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .p-px-xxl-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .p-px-xxl-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .p-py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-py-xxl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-py-xxl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .p-py-xxl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

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

  .p-mt-xxl-0 {
    margin-top: 0 !important;
  }

  .p-mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .p-mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .p-mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .p-mt-xxl-4 {
    margin-top: 1rem !important;
  }

  .p-mt-xxl-5 {
    margin-top: 2rem !important;
  }

  .p-mt-xxl-6 {
    margin-top: 3rem !important;
  }

  .p-mt-xxl-auto {
    margin-top: 3rem !important;
  }

  .p-mr-xxl-0 {
    margin-right: 0 !important;
  }

  .p-mr-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .p-mr-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .p-mr-xxl-3 {
    margin-right: 1rem !important;
  }

  .p-mr-xxl-4 {
    margin-right: 1rem !important;
  }

  .p-mr-xxl-5 {
    margin-right: 2rem !important;
  }

  .p-mr-xxl-6 {
    margin-right: 3rem !important;
  }

  .p-mr-xxl-auto {
    margin-right: auto !important;
  }

  .p-ml-xxl-0 {
    margin-left: 0 !important;
  }

  .p-ml-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .p-ml-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .p-ml-xxl-3 {
    margin-left: 1rem !important;
  }

  .p-ml-xxl-4 {
    margin-left: 1rem !important;
  }

  .p-ml-xxl-5 {
    margin-left: 2rem !important;
  }

  .p-ml-xxl-6 {
    margin-left: 3rem !important;
  }

  .p-ml-xxl-auto {
    margin-left: auto !important;
  }

  .p-mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .p-mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .p-mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .p-mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .p-mb-xxl-4 {
    margin-bottom: 1rem !important;
  }

  .p-mb-xxl-5 {
    margin-bottom: 2rem !important;
  }

  .p-mb-xxl-6 {
    margin-bottom: 3rem !important;
  }

  .p-mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .p-mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .p-mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .p-mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .p-mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .p-mx-xxl-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .p-mx-xxl-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .p-mx-xxl-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .p-mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .p-my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .p-my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .p-my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .p-my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .p-my-xxl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .p-my-xxl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .p-my-xxl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

  .p-m-xxl-4 {
    margin: 1rem !important;
  }

  .p-m-xxl-5 {
    margin: 2rem !important;
  }

  .p-m-xxl-6 {
    margin: 3rem !important;
  }

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

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