.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container-sm {
  max-width: 640px;
}

.container-md {
  max-width: 768px;
}

.container-lg {
  max-width: 1024px;
}

.container-xl {
  max-width: 1280px;
}

.container-2xl {
  max-width: 1336px;
}

.container-3xl {
  max-width: 1440px;
}

.container-4xl {
  max-width: 1676px;
}

.bg-gray-100 {
  background-color: #f0f0f1;
}

.bg-gray-200 {
  background-color: #e0e0e2;
}

.bg-gray-300 {
  background-color: #c0c2c5;
}

.bg-gray-400 {
  background-color: #a1a3a8;
}

.bg-gray-500 {
  background-color: #81858b;
}

.bg-gray-600 {
  background-color: #62666d;
}

.bg-gray-700 {
  background-color: #3f4064;
}

.bg-gray-800 {
  background-color: #23254e;
}

.bg-gray-900 {
  background-color: #0c0c0c;
}

.bg-secondary-100 {
  background-color: #e6f4f7;
}

.bg-secondary-200 {
  background-color: #9ee3f0;
}

.bg-secondary-300 {
  background-color: #008deb;
}

.bg-secondary-400 {
  background-color: #87d3e1;
}

.bg-secondary-500 {
  background-color: #19bfd3;
}

.bg-secondary-600 {
  background-color: #00bfd6;
}

.bg-secondary-700 {
  background-color: #EF394E;
}

.bg-error-100 {
  background-color: #d32f2f;
}

.bg-error-200 {
  background-color: #b2001a;
}

.bg-primary-100 {
  background-color: #ffe440;
}

.bg-primary-300 {
  background-color: #f37a8a;
}

.bg-primary-500 {
  background-color: #007E0F;
}

.bg-primary-700 {
  background-color: #72CF0E;
}

.bg-rating-0-2 {
  background-color: #f9bc00;
}

.bg-rating-2-3 {
  background-color: #b1b64d;
}

.bg-rating-3-4 {
  background-color: #65aa57;
}

.bg-rating-4-5 {
  background-color: #00a049;
}

.bg-dgplus-300 {
  background-color: #b665a4;
}

.bg-dgplus-500 {
  background-color: #b12ba4;
}

.bg-dgplus-700 {
  background-color: #941b80;
}

.bg-dgplus-900 {
  background-color: #a63489;
}

.bg-warning-100 {
  background-color: #f9a825;
}

.bg-warning-200 {
  background-color: #f57f17;
}

.bg-jet-100 {
  background-color: #1028ff;
}

.bg-success-100 {
  background-color: #4caf50;
}

.bg-success-200 {
  background-color: #2e7b32;
}

.bg-digipay-100 {
  background-color: #0040ff;
}

.bg-fresh-300 {
  background-color: #9dc44d;
}

.bg-fresh-500 {
  background-color: #6bb927;
}

.bg-fresh-700 {
  background-color: #39ae00;
}

.bg-instagram {
  background-color: #F55E9A;
}

.bg-telegram {
  background-color: #F7F7F6;
}

.bg-facebook {
  background-color: #39599F;
}

.bg-x {
  background-color: #00B2E5;
}

.bg-background {
  background-color: #f9f9f9;
}

.color-gray-100 {
  color: #f0f0f1;
}

.color-gray-200 {
  color: #e0e0e2;
}

.color-gray-300 {
  color: #c0c2c5;
}

.color-gray-400 {
  color: #a1a3a8;
}

.color-gray-500 {
  color: #81858b;
}

.color-gray-600 {
  color: #62666d;
}

.color-gray-700 {
  color: #3f4064;
}

.color-gray-800 {
  color: #23254e;
}

.color-gray-900 {
  color: #0c0c0c;
}

.color-secondary-100 {
  color: #e6f4f7;
}

.color-secondary-200 {
  color: #9ee3f0;
}

.color-secondary-300 {
  color: #008deb;
}

.color-secondary-400 {
  color: #87d3e1;
}

.color-secondary-500 {
  color: #19bfd3;
}

.color-secondary-600 {
  color: #00bfd6;
}

.color-secondary-700 {
  color: #EF394E;
}

.color-error-100 {
  color: #d32f2f;
}

.color-error-200 {
  color: #b2001a;
}

.color-primary-100 {
  color: #ffe440;
}

.color-primary-300 {
  color: #f37a8a;
}

.color-primary-500 {
  color: #007E0F;
}

.color-primary-700 {
  color: #72CF0E;
}

.color-rating-0-2 {
  color: #f9bc00;
}

.color-rating-2-3 {
  color: #b1b64d;
}

.color-rating-3-4 {
  color: #65aa57;
}

.color-rating-4-5 {
  color: #00a049;
}

.color-dgplus-300 {
  color: #b665a4;
}

.color-dgplus-500 {
  color: #b12ba4;
}

.color-dgplus-700 {
  color: #941b80;
}

.color-dgplus-900 {
  color: #a63489;
}

.color-warning-100 {
  color: #f9a825;
}

.color-warning-200 {
  color: #f57f17;
}

.color-jet-100 {
  color: #1028ff;
}

.color-success-100 {
  color: #4caf50;
}

.color-success-200 {
  color: #2e7b32;
}

.color-digipay-100 {
  color: #0040ff;
}

.color-fresh-300 {
  color: #9dc44d;
}

.color-fresh-500 {
  color: #6bb927;
}

.color-fresh-700 {
  color: #39ae00;
}

.color-instagram {
  color: #F55E9A;
}

.color-telegram {
  color: #F7F7F6;
}

.color-facebook {
  color: #39599F;
}

.color-x {
  color: #00B2E5;
}

.color-background {
  color: #f9f9f9;
}

.h-p-25 {
  height: 25%;
}

.h-p-50 {
  height: 50%;
}

.h-p-75 {
  height: 75%;
}

.h-p-100 {
  height: 100%;
}

.h-p-auto {
  height: auto;
}

.h-p-unset {
  height: unset;
}

.h-p-fit {
  height: fit-content;
}

.h-p-max {
  height: max-content;
}

@media only screen and (min-width: 0) {
  .h-p-zero-25 {
    height: 25%;
  }
  .h-p-zero-50 {
    height: 50%;
  }
  .h-p-zero-75 {
    height: 75%;
  }
  .h-p-zero-100 {
    height: 100%;
  }
  .h-p-zero-auto {
    height: auto;
  }
  .h-p-zero-unset {
    height: unset;
  }
  .h-p-zero-fit {
    height: fit-content;
  }
  .h-p-zero-max {
    height: max-content;
  }
}
@media only screen and (min-width: 360px) {
  .h-p-xs-25 {
    height: 25%;
  }
  .h-p-xs-50 {
    height: 50%;
  }
  .h-p-xs-75 {
    height: 75%;
  }
  .h-p-xs-100 {
    height: 100%;
  }
  .h-p-xs-auto {
    height: auto;
  }
  .h-p-xs-unset {
    height: unset;
  }
  .h-p-xs-fit {
    height: fit-content;
  }
  .h-p-xs-max {
    height: max-content;
  }
}
@media only screen and (min-width: 640px) {
  .h-p-sm-25 {
    height: 25%;
  }
  .h-p-sm-50 {
    height: 50%;
  }
  .h-p-sm-75 {
    height: 75%;
  }
  .h-p-sm-100 {
    height: 100%;
  }
  .h-p-sm-auto {
    height: auto;
  }
  .h-p-sm-unset {
    height: unset;
  }
  .h-p-sm-fit {
    height: fit-content;
  }
  .h-p-sm-max {
    height: max-content;
  }
}
@media only screen and (min-width: 768px) {
  .h-p-md-25 {
    height: 25%;
  }
  .h-p-md-50 {
    height: 50%;
  }
  .h-p-md-75 {
    height: 75%;
  }
  .h-p-md-100 {
    height: 100%;
  }
  .h-p-md-auto {
    height: auto;
  }
  .h-p-md-unset {
    height: unset;
  }
  .h-p-md-fit {
    height: fit-content;
  }
  .h-p-md-max {
    height: max-content;
  }
}
@media only screen and (min-width: 1024px) {
  .h-p-lg-25 {
    height: 25%;
  }
  .h-p-lg-50 {
    height: 50%;
  }
  .h-p-lg-75 {
    height: 75%;
  }
  .h-p-lg-100 {
    height: 100%;
  }
  .h-p-lg-auto {
    height: auto;
  }
  .h-p-lg-unset {
    height: unset;
  }
  .h-p-lg-fit {
    height: fit-content;
  }
  .h-p-lg-max {
    height: max-content;
  }
}
@media only screen and (min-width: 1280px) {
  .h-p-xl-25 {
    height: 25%;
  }
  .h-p-xl-50 {
    height: 50%;
  }
  .h-p-xl-75 {
    height: 75%;
  }
  .h-p-xl-100 {
    height: 100%;
  }
  .h-p-xl-auto {
    height: auto;
  }
  .h-p-xl-unset {
    height: unset;
  }
  .h-p-xl-fit {
    height: fit-content;
  }
  .h-p-xl-max {
    height: max-content;
  }
}
@media only screen and (min-width: 1336px) {
  .h-p-2xl-25 {
    height: 25%;
  }
  .h-p-2xl-50 {
    height: 50%;
  }
  .h-p-2xl-75 {
    height: 75%;
  }
  .h-p-2xl-100 {
    height: 100%;
  }
  .h-p-2xl-auto {
    height: auto;
  }
  .h-p-2xl-unset {
    height: unset;
  }
  .h-p-2xl-fit {
    height: fit-content;
  }
  .h-p-2xl-max {
    height: max-content;
  }
}
@media only screen and (min-width: 1440px) {
  .h-p-3xl-25 {
    height: 25%;
  }
  .h-p-3xl-50 {
    height: 50%;
  }
  .h-p-3xl-75 {
    height: 75%;
  }
  .h-p-3xl-100 {
    height: 100%;
  }
  .h-p-3xl-auto {
    height: auto;
  }
  .h-p-3xl-unset {
    height: unset;
  }
  .h-p-3xl-fit {
    height: fit-content;
  }
  .h-p-3xl-max {
    height: max-content;
  }
}
@media only screen and (min-width: 1676px) {
  .h-p-4xl-25 {
    height: 25%;
  }
  .h-p-4xl-50 {
    height: 50%;
  }
  .h-p-4xl-75 {
    height: 75%;
  }
  .h-p-4xl-100 {
    height: 100%;
  }
  .h-p-4xl-auto {
    height: auto;
  }
  .h-p-4xl-unset {
    height: unset;
  }
  .h-p-4xl-fit {
    height: fit-content;
  }
  .h-p-4xl-max {
    height: max-content;
  }
}
.w-p-25 {
  width: 25%;
}

.w-p-50 {
  width: 50%;
}

.w-p-75 {
  width: 75%;
}

.w-p-100 {
  width: 100%;
}

.w-p-auto {
  width: auto;
}

.w-p-unset {
  width: unset;
}

.w-p-fit {
  width: fit-content;
}

.w-p-max {
  width: max-content;
}

@media only screen and (min-width: 0) {
  .w-p-zero-25 {
    width: 25%;
  }
  .w-p-zero-50 {
    width: 50%;
  }
  .w-p-zero-75 {
    width: 75%;
  }
  .w-p-zero-100 {
    width: 100%;
  }
  .w-p-zero-auto {
    width: auto;
  }
  .w-p-zero-unset {
    width: unset;
  }
  .w-p-zero-fit {
    width: fit-content;
  }
  .w-p-zero-max {
    width: max-content;
  }
}
@media only screen and (min-width: 360px) {
  .w-p-xs-25 {
    width: 25%;
  }
  .w-p-xs-50 {
    width: 50%;
  }
  .w-p-xs-75 {
    width: 75%;
  }
  .w-p-xs-100 {
    width: 100%;
  }
  .w-p-xs-auto {
    width: auto;
  }
  .w-p-xs-unset {
    width: unset;
  }
  .w-p-xs-fit {
    width: fit-content;
  }
  .w-p-xs-max {
    width: max-content;
  }
}
@media only screen and (min-width: 640px) {
  .w-p-sm-25 {
    width: 25%;
  }
  .w-p-sm-50 {
    width: 50%;
  }
  .w-p-sm-75 {
    width: 75%;
  }
  .w-p-sm-100 {
    width: 100%;
  }
  .w-p-sm-auto {
    width: auto;
  }
  .w-p-sm-unset {
    width: unset;
  }
  .w-p-sm-fit {
    width: fit-content;
  }
  .w-p-sm-max {
    width: max-content;
  }
}
@media only screen and (min-width: 768px) {
  .w-p-md-25 {
    width: 25%;
  }
  .w-p-md-50 {
    width: 50%;
  }
  .w-p-md-75 {
    width: 75%;
  }
  .w-p-md-100 {
    width: 100%;
  }
  .w-p-md-auto {
    width: auto;
  }
  .w-p-md-unset {
    width: unset;
  }
  .w-p-md-fit {
    width: fit-content;
  }
  .w-p-md-max {
    width: max-content;
  }
}
@media only screen and (min-width: 1024px) {
  .w-p-lg-25 {
    width: 25%;
  }
  .w-p-lg-50 {
    width: 50%;
  }
  .w-p-lg-75 {
    width: 75%;
  }
  .w-p-lg-100 {
    width: 100%;
  }
  .w-p-lg-auto {
    width: auto;
  }
  .w-p-lg-unset {
    width: unset;
  }
  .w-p-lg-fit {
    width: fit-content;
  }
  .w-p-lg-max {
    width: max-content;
  }
}
@media only screen and (min-width: 1280px) {
  .w-p-xl-25 {
    width: 25%;
  }
  .w-p-xl-50 {
    width: 50%;
  }
  .w-p-xl-75 {
    width: 75%;
  }
  .w-p-xl-100 {
    width: 100%;
  }
  .w-p-xl-auto {
    width: auto;
  }
  .w-p-xl-unset {
    width: unset;
  }
  .w-p-xl-fit {
    width: fit-content;
  }
  .w-p-xl-max {
    width: max-content;
  }
}
@media only screen and (min-width: 1336px) {
  .w-p-2xl-25 {
    width: 25%;
  }
  .w-p-2xl-50 {
    width: 50%;
  }
  .w-p-2xl-75 {
    width: 75%;
  }
  .w-p-2xl-100 {
    width: 100%;
  }
  .w-p-2xl-auto {
    width: auto;
  }
  .w-p-2xl-unset {
    width: unset;
  }
  .w-p-2xl-fit {
    width: fit-content;
  }
  .w-p-2xl-max {
    width: max-content;
  }
}
@media only screen and (min-width: 1440px) {
  .w-p-3xl-25 {
    width: 25%;
  }
  .w-p-3xl-50 {
    width: 50%;
  }
  .w-p-3xl-75 {
    width: 75%;
  }
  .w-p-3xl-100 {
    width: 100%;
  }
  .w-p-3xl-auto {
    width: auto;
  }
  .w-p-3xl-unset {
    width: unset;
  }
  .w-p-3xl-fit {
    width: fit-content;
  }
  .w-p-3xl-max {
    width: max-content;
  }
}
@media only screen and (min-width: 1676px) {
  .w-p-4xl-25 {
    width: 25%;
  }
  .w-p-4xl-50 {
    width: 50%;
  }
  .w-p-4xl-75 {
    width: 75%;
  }
  .w-p-4xl-100 {
    width: 100%;
  }
  .w-p-4xl-auto {
    width: auto;
  }
  .w-p-4xl-unset {
    width: unset;
  }
  .w-p-4xl-fit {
    width: fit-content;
  }
  .w-p-4xl-max {
    width: max-content;
  }
}
.left-0 {
  left: 0;
}

.left-25 {
  left: 25%;
}

.left-50 {
  left: 50%;
}

.left-75 {
  left: 75%;
}

.left-100 {
  left: 100%;
}

.left-auto {
  left: auto;
}

@media only screen and (min-width: 0) {
  .left-zero-0 {
    left: 0;
  }
  .left-zero-25 {
    left: 25%;
  }
  .left-zero-50 {
    left: 50%;
  }
  .left-zero-75 {
    left: 75%;
  }
  .left-zero-100 {
    left: 100%;
  }
  .left-zero-auto {
    left: auto;
  }
}
@media only screen and (min-width: 360px) {
  .left-xs-0 {
    left: 0;
  }
  .left-xs-25 {
    left: 25%;
  }
  .left-xs-50 {
    left: 50%;
  }
  .left-xs-75 {
    left: 75%;
  }
  .left-xs-100 {
    left: 100%;
  }
  .left-xs-auto {
    left: auto;
  }
}
@media only screen and (min-width: 640px) {
  .left-sm-0 {
    left: 0;
  }
  .left-sm-25 {
    left: 25%;
  }
  .left-sm-50 {
    left: 50%;
  }
  .left-sm-75 {
    left: 75%;
  }
  .left-sm-100 {
    left: 100%;
  }
  .left-sm-auto {
    left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .left-md-0 {
    left: 0;
  }
  .left-md-25 {
    left: 25%;
  }
  .left-md-50 {
    left: 50%;
  }
  .left-md-75 {
    left: 75%;
  }
  .left-md-100 {
    left: 100%;
  }
  .left-md-auto {
    left: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .left-lg-0 {
    left: 0;
  }
  .left-lg-25 {
    left: 25%;
  }
  .left-lg-50 {
    left: 50%;
  }
  .left-lg-75 {
    left: 75%;
  }
  .left-lg-100 {
    left: 100%;
  }
  .left-lg-auto {
    left: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .left-xl-0 {
    left: 0;
  }
  .left-xl-25 {
    left: 25%;
  }
  .left-xl-50 {
    left: 50%;
  }
  .left-xl-75 {
    left: 75%;
  }
  .left-xl-100 {
    left: 100%;
  }
  .left-xl-auto {
    left: auto;
  }
}
@media only screen and (min-width: 1336px) {
  .left-2xl-0 {
    left: 0;
  }
  .left-2xl-25 {
    left: 25%;
  }
  .left-2xl-50 {
    left: 50%;
  }
  .left-2xl-75 {
    left: 75%;
  }
  .left-2xl-100 {
    left: 100%;
  }
  .left-2xl-auto {
    left: auto;
  }
}
@media only screen and (min-width: 1440px) {
  .left-3xl-0 {
    left: 0;
  }
  .left-3xl-25 {
    left: 25%;
  }
  .left-3xl-50 {
    left: 50%;
  }
  .left-3xl-75 {
    left: 75%;
  }
  .left-3xl-100 {
    left: 100%;
  }
  .left-3xl-auto {
    left: auto;
  }
}
@media only screen and (min-width: 1676px) {
  .left-4xl-0 {
    left: 0;
  }
  .left-4xl-25 {
    left: 25%;
  }
  .left-4xl-50 {
    left: 50%;
  }
  .left-4xl-75 {
    left: 75%;
  }
  .left-4xl-100 {
    left: 100%;
  }
  .left-4xl-auto {
    left: auto;
  }
}
.right-0 {
  right: 0;
}

.right-25 {
  right: 25%;
}

.right-50 {
  right: 50%;
}

.right-75 {
  right: 75%;
}

.right-100 {
  right: 100%;
}

.right-auto {
  right: auto;
}

@media only screen and (min-width: 0) {
  .right-zero-0 {
    right: 0;
  }
  .right-zero-25 {
    right: 25%;
  }
  .right-zero-50 {
    right: 50%;
  }
  .right-zero-75 {
    right: 75%;
  }
  .right-zero-100 {
    right: 100%;
  }
  .right-zero-auto {
    right: auto;
  }
}
@media only screen and (min-width: 360px) {
  .right-xs-0 {
    right: 0;
  }
  .right-xs-25 {
    right: 25%;
  }
  .right-xs-50 {
    right: 50%;
  }
  .right-xs-75 {
    right: 75%;
  }
  .right-xs-100 {
    right: 100%;
  }
  .right-xs-auto {
    right: auto;
  }
}
@media only screen and (min-width: 640px) {
  .right-sm-0 {
    right: 0;
  }
  .right-sm-25 {
    right: 25%;
  }
  .right-sm-50 {
    right: 50%;
  }
  .right-sm-75 {
    right: 75%;
  }
  .right-sm-100 {
    right: 100%;
  }
  .right-sm-auto {
    right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .right-md-0 {
    right: 0;
  }
  .right-md-25 {
    right: 25%;
  }
  .right-md-50 {
    right: 50%;
  }
  .right-md-75 {
    right: 75%;
  }
  .right-md-100 {
    right: 100%;
  }
  .right-md-auto {
    right: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .right-lg-0 {
    right: 0;
  }
  .right-lg-25 {
    right: 25%;
  }
  .right-lg-50 {
    right: 50%;
  }
  .right-lg-75 {
    right: 75%;
  }
  .right-lg-100 {
    right: 100%;
  }
  .right-lg-auto {
    right: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .right-xl-0 {
    right: 0;
  }
  .right-xl-25 {
    right: 25%;
  }
  .right-xl-50 {
    right: 50%;
  }
  .right-xl-75 {
    right: 75%;
  }
  .right-xl-100 {
    right: 100%;
  }
  .right-xl-auto {
    right: auto;
  }
}
@media only screen and (min-width: 1336px) {
  .right-2xl-0 {
    right: 0;
  }
  .right-2xl-25 {
    right: 25%;
  }
  .right-2xl-50 {
    right: 50%;
  }
  .right-2xl-75 {
    right: 75%;
  }
  .right-2xl-100 {
    right: 100%;
  }
  .right-2xl-auto {
    right: auto;
  }
}
@media only screen and (min-width: 1440px) {
  .right-3xl-0 {
    right: 0;
  }
  .right-3xl-25 {
    right: 25%;
  }
  .right-3xl-50 {
    right: 50%;
  }
  .right-3xl-75 {
    right: 75%;
  }
  .right-3xl-100 {
    right: 100%;
  }
  .right-3xl-auto {
    right: auto;
  }
}
@media only screen and (min-width: 1676px) {
  .right-4xl-0 {
    right: 0;
  }
  .right-4xl-25 {
    right: 25%;
  }
  .right-4xl-50 {
    right: 50%;
  }
  .right-4xl-75 {
    right: 75%;
  }
  .right-4xl-100 {
    right: 100%;
  }
  .right-4xl-auto {
    right: auto;
  }
}
.h-auto {
  height: auto;
}

.h-0 {
  height: 0;
}

.h-1 {
  height: 0.4rem;
}

.h-2 {
  height: 0.8rem;
}

.h-3 {
  height: 1.2rem;
}

.h-4 {
  height: 1.6rem;
}

.h-5 {
  height: 2rem;
}

.h-6 {
  height: 2.4rem;
}

.h-7 {
  height: 2.8rem;
}

.h-8 {
  height: 3.2rem;
}

.h-9 {
  height: 3.6rem;
}

.h-10 {
  height: 4rem;
}

.h-11 {
  height: 4.4rem;
}

.h-12 {
  height: 4.8rem;
}

.h-13 {
  height: 5.2rem;
}

.h-14 {
  height: 5.6rem;
}

.h-15 {
  height: 6rem;
}

.w-auto {
  width: auto;
}

.w-0 {
  width: 0;
}

.w-1 {
  width: 0.4rem;
}

.w-2 {
  width: 0.8rem;
}

.w-3 {
  width: 1.2rem;
}

.w-4 {
  width: 1.6rem;
}

.w-5 {
  width: 2rem;
}

.w-6 {
  width: 2.4rem;
}

.w-7 {
  width: 2.8rem;
}

.w-8 {
  width: 3.2rem;
}

.w-9 {
  width: 3.6rem;
}

.w-10 {
  width: 4rem;
}

.w-11 {
  width: 4.4rem;
}

.w-12 {
  width: 4.8rem;
}

.w-13 {
  width: 5.2rem;
}

.w-14 {
  width: 5.6rem;
}

.w-15 {
  width: 6rem;
}

.radius-small {
  border-radius: 4px;
}

.radius-medium {
  border-radius: 8px;
}

.radius-medium-2 {
  border-radius: 12px;
}

.radius-circle {
  border-radius: 50%;
}

.radius-large {
  border-radius: 16px;
}

.radius-u {
  border-radius: 100px;
}

@media only screen and (min-width: 0) {
  .radius-zero-small {
    border-radius: 4px;
  }
  .radius-zero-medium {
    border-radius: 8px;
  }
  .radius-zero-medium-2 {
    border-radius: 12px;
  }
  .radius-zero-circle {
    border-radius: 50%;
  }
  .radius-zero-large {
    border-radius: 16px;
  }
  .radius-zero-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 360px) {
  .radius-xs-small {
    border-radius: 4px;
  }
  .radius-xs-medium {
    border-radius: 8px;
  }
  .radius-xs-medium-2 {
    border-radius: 12px;
  }
  .radius-xs-circle {
    border-radius: 50%;
  }
  .radius-xs-large {
    border-radius: 16px;
  }
  .radius-xs-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 640px) {
  .radius-sm-small {
    border-radius: 4px;
  }
  .radius-sm-medium {
    border-radius: 8px;
  }
  .radius-sm-medium-2 {
    border-radius: 12px;
  }
  .radius-sm-circle {
    border-radius: 50%;
  }
  .radius-sm-large {
    border-radius: 16px;
  }
  .radius-sm-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .radius-md-small {
    border-radius: 4px;
  }
  .radius-md-medium {
    border-radius: 8px;
  }
  .radius-md-medium-2 {
    border-radius: 12px;
  }
  .radius-md-circle {
    border-radius: 50%;
  }
  .radius-md-large {
    border-radius: 16px;
  }
  .radius-md-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .radius-lg-small {
    border-radius: 4px;
  }
  .radius-lg-medium {
    border-radius: 8px;
  }
  .radius-lg-medium-2 {
    border-radius: 12px;
  }
  .radius-lg-circle {
    border-radius: 50%;
  }
  .radius-lg-large {
    border-radius: 16px;
  }
  .radius-lg-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .radius-xl-small {
    border-radius: 4px;
  }
  .radius-xl-medium {
    border-radius: 8px;
  }
  .radius-xl-medium-2 {
    border-radius: 12px;
  }
  .radius-xl-circle {
    border-radius: 50%;
  }
  .radius-xl-large {
    border-radius: 16px;
  }
  .radius-xl-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 1336px) {
  .radius-2xl-small {
    border-radius: 4px;
  }
  .radius-2xl-medium {
    border-radius: 8px;
  }
  .radius-2xl-medium-2 {
    border-radius: 12px;
  }
  .radius-2xl-circle {
    border-radius: 50%;
  }
  .radius-2xl-large {
    border-radius: 16px;
  }
  .radius-2xl-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 1440px) {
  .radius-3xl-small {
    border-radius: 4px;
  }
  .radius-3xl-medium {
    border-radius: 8px;
  }
  .radius-3xl-medium-2 {
    border-radius: 12px;
  }
  .radius-3xl-circle {
    border-radius: 50%;
  }
  .radius-3xl-large {
    border-radius: 16px;
  }
  .radius-3xl-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 1676px) {
  .radius-4xl-small {
    border-radius: 4px;
  }
  .radius-4xl-medium {
    border-radius: 8px;
  }
  .radius-4xl-medium-2 {
    border-radius: 12px;
  }
  .radius-4xl-circle {
    border-radius: 50%;
  }
  .radius-4xl-large {
    border-radius: 16px;
  }
  .radius-4xl-u {
    border-radius: 100px;
  }
}
.border-none {
  border: none;
}

.border-gray-100 {
  border: 1px solid #f0f0f1;
}

.border-gray-200 {
  border: 1px solid #e0e0e2;
}

.border-error-100 {
  border: 1px solid #d32f2f;
}

@media only screen and (min-width: 0) {
  .border-zero-none {
    border: none;
  }
  .border-zero-gray-100 {
    border: 1px solid #f0f0f1;
  }
  .border-zero-gray-200 {
    border: 1px solid #e0e0e2;
  }
  .border-zero-error-100 {
    border: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 360px) {
  .border-xs-none {
    border: none;
  }
  .border-xs-gray-100 {
    border: 1px solid #f0f0f1;
  }
  .border-xs-gray-200 {
    border: 1px solid #e0e0e2;
  }
  .border-xs-error-100 {
    border: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 640px) {
  .border-sm-none {
    border: none;
  }
  .border-sm-gray-100 {
    border: 1px solid #f0f0f1;
  }
  .border-sm-gray-200 {
    border: 1px solid #e0e0e2;
  }
  .border-sm-error-100 {
    border: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 768px) {
  .border-md-none {
    border: none;
  }
  .border-md-gray-100 {
    border: 1px solid #f0f0f1;
  }
  .border-md-gray-200 {
    border: 1px solid #e0e0e2;
  }
  .border-md-error-100 {
    border: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 1024px) {
  .border-lg-none {
    border: none;
  }
  .border-lg-gray-100 {
    border: 1px solid #f0f0f1;
  }
  .border-lg-gray-200 {
    border: 1px solid #e0e0e2;
  }
  .border-lg-error-100 {
    border: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 1280px) {
  .border-xl-none {
    border: none;
  }
  .border-xl-gray-100 {
    border: 1px solid #f0f0f1;
  }
  .border-xl-gray-200 {
    border: 1px solid #e0e0e2;
  }
  .border-xl-error-100 {
    border: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 1336px) {
  .border-2xl-none {
    border: none;
  }
  .border-2xl-gray-100 {
    border: 1px solid #f0f0f1;
  }
  .border-2xl-gray-200 {
    border: 1px solid #e0e0e2;
  }
  .border-2xl-error-100 {
    border: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 1440px) {
  .border-3xl-none {
    border: none;
  }
  .border-3xl-gray-100 {
    border: 1px solid #f0f0f1;
  }
  .border-3xl-gray-200 {
    border: 1px solid #e0e0e2;
  }
  .border-3xl-error-100 {
    border: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 1676px) {
  .border-4xl-none {
    border: none;
  }
  .border-4xl-gray-100 {
    border: 1px solid #f0f0f1;
  }
  .border-4xl-gray-200 {
    border: 1px solid #e0e0e2;
  }
  .border-4xl-error-100 {
    border: 1px solid #d32f2f;
  }
}
.border-t-none {
  border-top: none;
}

.border-t-gray-100 {
  border-top: 1px solid #f0f0f1;
}

.border-t-gray-200 {
  border-top: 1px solid #e0e0e2;
}

.border-t-error-100 {
  border-top: 1px solid #d32f2f;
}

@media only screen and (min-width: 0) {
  .border-t-zero-none {
    border-top: none;
  }
  .border-t-zero-gray-100 {
    border-top: 1px solid #f0f0f1;
  }
  .border-t-zero-gray-200 {
    border-top: 1px solid #e0e0e2;
  }
  .border-t-zero-error-100 {
    border-top: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 360px) {
  .border-t-xs-none {
    border-top: none;
  }
  .border-t-xs-gray-100 {
    border-top: 1px solid #f0f0f1;
  }
  .border-t-xs-gray-200 {
    border-top: 1px solid #e0e0e2;
  }
  .border-t-xs-error-100 {
    border-top: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 640px) {
  .border-t-sm-none {
    border-top: none;
  }
  .border-t-sm-gray-100 {
    border-top: 1px solid #f0f0f1;
  }
  .border-t-sm-gray-200 {
    border-top: 1px solid #e0e0e2;
  }
  .border-t-sm-error-100 {
    border-top: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 768px) {
  .border-t-md-none {
    border-top: none;
  }
  .border-t-md-gray-100 {
    border-top: 1px solid #f0f0f1;
  }
  .border-t-md-gray-200 {
    border-top: 1px solid #e0e0e2;
  }
  .border-t-md-error-100 {
    border-top: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 1024px) {
  .border-t-lg-none {
    border-top: none;
  }
  .border-t-lg-gray-100 {
    border-top: 1px solid #f0f0f1;
  }
  .border-t-lg-gray-200 {
    border-top: 1px solid #e0e0e2;
  }
  .border-t-lg-error-100 {
    border-top: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 1280px) {
  .border-t-xl-none {
    border-top: none;
  }
  .border-t-xl-gray-100 {
    border-top: 1px solid #f0f0f1;
  }
  .border-t-xl-gray-200 {
    border-top: 1px solid #e0e0e2;
  }
  .border-t-xl-error-100 {
    border-top: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 1336px) {
  .border-t-2xl-none {
    border-top: none;
  }
  .border-t-2xl-gray-100 {
    border-top: 1px solid #f0f0f1;
  }
  .border-t-2xl-gray-200 {
    border-top: 1px solid #e0e0e2;
  }
  .border-t-2xl-error-100 {
    border-top: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 1440px) {
  .border-t-3xl-none {
    border-top: none;
  }
  .border-t-3xl-gray-100 {
    border-top: 1px solid #f0f0f1;
  }
  .border-t-3xl-gray-200 {
    border-top: 1px solid #e0e0e2;
  }
  .border-t-3xl-error-100 {
    border-top: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 1676px) {
  .border-t-4xl-none {
    border-top: none;
  }
  .border-t-4xl-gray-100 {
    border-top: 1px solid #f0f0f1;
  }
  .border-t-4xl-gray-200 {
    border-top: 1px solid #e0e0e2;
  }
  .border-t-4xl-error-100 {
    border-top: 1px solid #d32f2f;
  }
}
.border-b-none {
  border-bottom: none;
}

.border-b-gray-100 {
  border-bottom: 1px solid #f0f0f1;
}

.border-b-gray-200 {
  border-bottom: 1px solid #e0e0e2;
}

.border-b-error-100 {
  border-bottom: 1px solid #d32f2f;
}

@media only screen and (min-width: 0) {
  .border-b-zero-none {
    border-bottom: none;
  }
  .border-b-zero-gray-100 {
    border-bottom: 1px solid #f0f0f1;
  }
  .border-b-zero-gray-200 {
    border-bottom: 1px solid #e0e0e2;
  }
  .border-b-zero-error-100 {
    border-bottom: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 360px) {
  .border-b-xs-none {
    border-bottom: none;
  }
  .border-b-xs-gray-100 {
    border-bottom: 1px solid #f0f0f1;
  }
  .border-b-xs-gray-200 {
    border-bottom: 1px solid #e0e0e2;
  }
  .border-b-xs-error-100 {
    border-bottom: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 640px) {
  .border-b-sm-none {
    border-bottom: none;
  }
  .border-b-sm-gray-100 {
    border-bottom: 1px solid #f0f0f1;
  }
  .border-b-sm-gray-200 {
    border-bottom: 1px solid #e0e0e2;
  }
  .border-b-sm-error-100 {
    border-bottom: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 768px) {
  .border-b-md-none {
    border-bottom: none;
  }
  .border-b-md-gray-100 {
    border-bottom: 1px solid #f0f0f1;
  }
  .border-b-md-gray-200 {
    border-bottom: 1px solid #e0e0e2;
  }
  .border-b-md-error-100 {
    border-bottom: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 1024px) {
  .border-b-lg-none {
    border-bottom: none;
  }
  .border-b-lg-gray-100 {
    border-bottom: 1px solid #f0f0f1;
  }
  .border-b-lg-gray-200 {
    border-bottom: 1px solid #e0e0e2;
  }
  .border-b-lg-error-100 {
    border-bottom: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 1280px) {
  .border-b-xl-none {
    border-bottom: none;
  }
  .border-b-xl-gray-100 {
    border-bottom: 1px solid #f0f0f1;
  }
  .border-b-xl-gray-200 {
    border-bottom: 1px solid #e0e0e2;
  }
  .border-b-xl-error-100 {
    border-bottom: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 1336px) {
  .border-b-2xl-none {
    border-bottom: none;
  }
  .border-b-2xl-gray-100 {
    border-bottom: 1px solid #f0f0f1;
  }
  .border-b-2xl-gray-200 {
    border-bottom: 1px solid #e0e0e2;
  }
  .border-b-2xl-error-100 {
    border-bottom: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 1440px) {
  .border-b-3xl-none {
    border-bottom: none;
  }
  .border-b-3xl-gray-100 {
    border-bottom: 1px solid #f0f0f1;
  }
  .border-b-3xl-gray-200 {
    border-bottom: 1px solid #e0e0e2;
  }
  .border-b-3xl-error-100 {
    border-bottom: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 1676px) {
  .border-b-4xl-none {
    border-bottom: none;
  }
  .border-b-4xl-gray-100 {
    border-bottom: 1px solid #f0f0f1;
  }
  .border-b-4xl-gray-200 {
    border-bottom: 1px solid #e0e0e2;
  }
  .border-b-4xl-error-100 {
    border-bottom: 1px solid #d32f2f;
  }
}
.border-l-none {
  border-left: none;
}

.border-l-gray-100 {
  border-left: 1px solid #f0f0f1;
}

.border-l-gray-200 {
  border-left: 1px solid #e0e0e2;
}

.border-l-error-100 {
  border-left: 1px solid #d32f2f;
}

@media only screen and (min-width: 0) {
  .border-l-zero-none {
    border-left: none;
  }
  .border-l-zero-gray-100 {
    border-left: 1px solid #f0f0f1;
  }
  .border-l-zero-gray-200 {
    border-left: 1px solid #e0e0e2;
  }
  .border-l-zero-error-100 {
    border-left: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 360px) {
  .border-l-xs-none {
    border-left: none;
  }
  .border-l-xs-gray-100 {
    border-left: 1px solid #f0f0f1;
  }
  .border-l-xs-gray-200 {
    border-left: 1px solid #e0e0e2;
  }
  .border-l-xs-error-100 {
    border-left: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 640px) {
  .border-l-sm-none {
    border-left: none;
  }
  .border-l-sm-gray-100 {
    border-left: 1px solid #f0f0f1;
  }
  .border-l-sm-gray-200 {
    border-left: 1px solid #e0e0e2;
  }
  .border-l-sm-error-100 {
    border-left: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 768px) {
  .border-l-md-none {
    border-left: none;
  }
  .border-l-md-gray-100 {
    border-left: 1px solid #f0f0f1;
  }
  .border-l-md-gray-200 {
    border-left: 1px solid #e0e0e2;
  }
  .border-l-md-error-100 {
    border-left: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 1024px) {
  .border-l-lg-none {
    border-left: none;
  }
  .border-l-lg-gray-100 {
    border-left: 1px solid #f0f0f1;
  }
  .border-l-lg-gray-200 {
    border-left: 1px solid #e0e0e2;
  }
  .border-l-lg-error-100 {
    border-left: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 1280px) {
  .border-l-xl-none {
    border-left: none;
  }
  .border-l-xl-gray-100 {
    border-left: 1px solid #f0f0f1;
  }
  .border-l-xl-gray-200 {
    border-left: 1px solid #e0e0e2;
  }
  .border-l-xl-error-100 {
    border-left: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 1336px) {
  .border-l-2xl-none {
    border-left: none;
  }
  .border-l-2xl-gray-100 {
    border-left: 1px solid #f0f0f1;
  }
  .border-l-2xl-gray-200 {
    border-left: 1px solid #e0e0e2;
  }
  .border-l-2xl-error-100 {
    border-left: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 1440px) {
  .border-l-3xl-none {
    border-left: none;
  }
  .border-l-3xl-gray-100 {
    border-left: 1px solid #f0f0f1;
  }
  .border-l-3xl-gray-200 {
    border-left: 1px solid #e0e0e2;
  }
  .border-l-3xl-error-100 {
    border-left: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 1676px) {
  .border-l-4xl-none {
    border-left: none;
  }
  .border-l-4xl-gray-100 {
    border-left: 1px solid #f0f0f1;
  }
  .border-l-4xl-gray-200 {
    border-left: 1px solid #e0e0e2;
  }
  .border-l-4xl-error-100 {
    border-left: 1px solid #d32f2f;
  }
}
.border-r-none {
  border-right: none;
}

.border-r-gray-100 {
  border-right: 1px solid #f0f0f1;
}

.border-r-gray-200 {
  border-right: 1px solid #e0e0e2;
}

.border-r-error-100 {
  border-right: 1px solid #d32f2f;
}

@media only screen and (min-width: 0) {
  .border-r-zero-none {
    border-right: none;
  }
  .border-r-zero-gray-100 {
    border-right: 1px solid #f0f0f1;
  }
  .border-r-zero-gray-200 {
    border-right: 1px solid #e0e0e2;
  }
  .border-r-zero-error-100 {
    border-right: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 360px) {
  .border-r-xs-none {
    border-right: none;
  }
  .border-r-xs-gray-100 {
    border-right: 1px solid #f0f0f1;
  }
  .border-r-xs-gray-200 {
    border-right: 1px solid #e0e0e2;
  }
  .border-r-xs-error-100 {
    border-right: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 640px) {
  .border-r-sm-none {
    border-right: none;
  }
  .border-r-sm-gray-100 {
    border-right: 1px solid #f0f0f1;
  }
  .border-r-sm-gray-200 {
    border-right: 1px solid #e0e0e2;
  }
  .border-r-sm-error-100 {
    border-right: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 768px) {
  .border-r-md-none {
    border-right: none;
  }
  .border-r-md-gray-100 {
    border-right: 1px solid #f0f0f1;
  }
  .border-r-md-gray-200 {
    border-right: 1px solid #e0e0e2;
  }
  .border-r-md-error-100 {
    border-right: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 1024px) {
  .border-r-lg-none {
    border-right: none;
  }
  .border-r-lg-gray-100 {
    border-right: 1px solid #f0f0f1;
  }
  .border-r-lg-gray-200 {
    border-right: 1px solid #e0e0e2;
  }
  .border-r-lg-error-100 {
    border-right: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 1280px) {
  .border-r-xl-none {
    border-right: none;
  }
  .border-r-xl-gray-100 {
    border-right: 1px solid #f0f0f1;
  }
  .border-r-xl-gray-200 {
    border-right: 1px solid #e0e0e2;
  }
  .border-r-xl-error-100 {
    border-right: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 1336px) {
  .border-r-2xl-none {
    border-right: none;
  }
  .border-r-2xl-gray-100 {
    border-right: 1px solid #f0f0f1;
  }
  .border-r-2xl-gray-200 {
    border-right: 1px solid #e0e0e2;
  }
  .border-r-2xl-error-100 {
    border-right: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 1440px) {
  .border-r-3xl-none {
    border-right: none;
  }
  .border-r-3xl-gray-100 {
    border-right: 1px solid #f0f0f1;
  }
  .border-r-3xl-gray-200 {
    border-right: 1px solid #e0e0e2;
  }
  .border-r-3xl-error-100 {
    border-right: 1px solid #d32f2f;
  }
}
@media only screen and (min-width: 1676px) {
  .border-r-4xl-none {
    border-right: none;
  }
  .border-r-4xl-gray-100 {
    border-right: 1px solid #f0f0f1;
  }
  .border-r-4xl-gray-200 {
    border-right: 1px solid #e0e0e2;
  }
  .border-r-4xl-error-100 {
    border-right: 1px solid #d32f2f;
  }
}
.mr-auto {
  margin-right: auto;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 0.4rem;
}

.mr-2 {
  margin-right: 0.8rem;
}

.mr-3 {
  margin-right: 1.2rem;
}

.mr-4 {
  margin-right: 1.6rem;
}

.mr-5 {
  margin-right: 2rem;
}

.mr-6 {
  margin-right: 2.4rem;
}

.mr-7 {
  margin-right: 2.8rem;
}

.mr-8 {
  margin-right: 3.2rem;
}

.mr-9 {
  margin-right: 3.6rem;
}

.mr-10 {
  margin-right: 4rem;
}

.mr-11 {
  margin-right: 4.4rem;
}

.mr-12 {
  margin-right: 4.8rem;
}

.mr-13 {
  margin-right: 5.2rem;
}

.mr-14 {
  margin-right: 5.6rem;
}

.mr-15 {
  margin-right: 6rem;
}

@media only screen and (min-width: 0) {
  .mr-zero-auto {
    margin-right: auto;
  }
  .mr-zero-0 {
    margin-right: 0;
  }
  .mr-zero-1 {
    margin-right: 0.4rem;
  }
  .mr-zero-2 {
    margin-right: 0.8rem;
  }
  .mr-zero-3 {
    margin-right: 1.2rem;
  }
  .mr-zero-4 {
    margin-right: 1.6rem;
  }
  .mr-zero-5 {
    margin-right: 2rem;
  }
  .mr-zero-6 {
    margin-right: 2.4rem;
  }
  .mr-zero-7 {
    margin-right: 2.8rem;
  }
  .mr-zero-8 {
    margin-right: 3.2rem;
  }
  .mr-zero-9 {
    margin-right: 3.6rem;
  }
  .mr-zero-10 {
    margin-right: 4rem;
  }
  .mr-zero-11 {
    margin-right: 4.4rem;
  }
  .mr-zero-12 {
    margin-right: 4.8rem;
  }
  .mr-zero-13 {
    margin-right: 5.2rem;
  }
  .mr-zero-14 {
    margin-right: 5.6rem;
  }
  .mr-zero-15 {
    margin-right: 6rem;
  }
}
@media only screen and (min-width: 360px) {
  .mr-xs-auto {
    margin-right: auto;
  }
  .mr-xs-0 {
    margin-right: 0;
  }
  .mr-xs-1 {
    margin-right: 0.4rem;
  }
  .mr-xs-2 {
    margin-right: 0.8rem;
  }
  .mr-xs-3 {
    margin-right: 1.2rem;
  }
  .mr-xs-4 {
    margin-right: 1.6rem;
  }
  .mr-xs-5 {
    margin-right: 2rem;
  }
  .mr-xs-6 {
    margin-right: 2.4rem;
  }
  .mr-xs-7 {
    margin-right: 2.8rem;
  }
  .mr-xs-8 {
    margin-right: 3.2rem;
  }
  .mr-xs-9 {
    margin-right: 3.6rem;
  }
  .mr-xs-10 {
    margin-right: 4rem;
  }
  .mr-xs-11 {
    margin-right: 4.4rem;
  }
  .mr-xs-12 {
    margin-right: 4.8rem;
  }
  .mr-xs-13 {
    margin-right: 5.2rem;
  }
  .mr-xs-14 {
    margin-right: 5.6rem;
  }
  .mr-xs-15 {
    margin-right: 6rem;
  }
}
@media only screen and (min-width: 640px) {
  .mr-sm-auto {
    margin-right: auto;
  }
  .mr-sm-0 {
    margin-right: 0;
  }
  .mr-sm-1 {
    margin-right: 0.4rem;
  }
  .mr-sm-2 {
    margin-right: 0.8rem;
  }
  .mr-sm-3 {
    margin-right: 1.2rem;
  }
  .mr-sm-4 {
    margin-right: 1.6rem;
  }
  .mr-sm-5 {
    margin-right: 2rem;
  }
  .mr-sm-6 {
    margin-right: 2.4rem;
  }
  .mr-sm-7 {
    margin-right: 2.8rem;
  }
  .mr-sm-8 {
    margin-right: 3.2rem;
  }
  .mr-sm-9 {
    margin-right: 3.6rem;
  }
  .mr-sm-10 {
    margin-right: 4rem;
  }
  .mr-sm-11 {
    margin-right: 4.4rem;
  }
  .mr-sm-12 {
    margin-right: 4.8rem;
  }
  .mr-sm-13 {
    margin-right: 5.2rem;
  }
  .mr-sm-14 {
    margin-right: 5.6rem;
  }
  .mr-sm-15 {
    margin-right: 6rem;
  }
}
@media only screen and (min-width: 768px) {
  .mr-md-auto {
    margin-right: auto;
  }
  .mr-md-0 {
    margin-right: 0;
  }
  .mr-md-1 {
    margin-right: 0.4rem;
  }
  .mr-md-2 {
    margin-right: 0.8rem;
  }
  .mr-md-3 {
    margin-right: 1.2rem;
  }
  .mr-md-4 {
    margin-right: 1.6rem;
  }
  .mr-md-5 {
    margin-right: 2rem;
  }
  .mr-md-6 {
    margin-right: 2.4rem;
  }
  .mr-md-7 {
    margin-right: 2.8rem;
  }
  .mr-md-8 {
    margin-right: 3.2rem;
  }
  .mr-md-9 {
    margin-right: 3.6rem;
  }
  .mr-md-10 {
    margin-right: 4rem;
  }
  .mr-md-11 {
    margin-right: 4.4rem;
  }
  .mr-md-12 {
    margin-right: 4.8rem;
  }
  .mr-md-13 {
    margin-right: 5.2rem;
  }
  .mr-md-14 {
    margin-right: 5.6rem;
  }
  .mr-md-15 {
    margin-right: 6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .mr-lg-auto {
    margin-right: auto;
  }
  .mr-lg-0 {
    margin-right: 0;
  }
  .mr-lg-1 {
    margin-right: 0.4rem;
  }
  .mr-lg-2 {
    margin-right: 0.8rem;
  }
  .mr-lg-3 {
    margin-right: 1.2rem;
  }
  .mr-lg-4 {
    margin-right: 1.6rem;
  }
  .mr-lg-5 {
    margin-right: 2rem;
  }
  .mr-lg-6 {
    margin-right: 2.4rem;
  }
  .mr-lg-7 {
    margin-right: 2.8rem;
  }
  .mr-lg-8 {
    margin-right: 3.2rem;
  }
  .mr-lg-9 {
    margin-right: 3.6rem;
  }
  .mr-lg-10 {
    margin-right: 4rem;
  }
  .mr-lg-11 {
    margin-right: 4.4rem;
  }
  .mr-lg-12 {
    margin-right: 4.8rem;
  }
  .mr-lg-13 {
    margin-right: 5.2rem;
  }
  .mr-lg-14 {
    margin-right: 5.6rem;
  }
  .mr-lg-15 {
    margin-right: 6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .mr-xl-auto {
    margin-right: auto;
  }
  .mr-xl-0 {
    margin-right: 0;
  }
  .mr-xl-1 {
    margin-right: 0.4rem;
  }
  .mr-xl-2 {
    margin-right: 0.8rem;
  }
  .mr-xl-3 {
    margin-right: 1.2rem;
  }
  .mr-xl-4 {
    margin-right: 1.6rem;
  }
  .mr-xl-5 {
    margin-right: 2rem;
  }
  .mr-xl-6 {
    margin-right: 2.4rem;
  }
  .mr-xl-7 {
    margin-right: 2.8rem;
  }
  .mr-xl-8 {
    margin-right: 3.2rem;
  }
  .mr-xl-9 {
    margin-right: 3.6rem;
  }
  .mr-xl-10 {
    margin-right: 4rem;
  }
  .mr-xl-11 {
    margin-right: 4.4rem;
  }
  .mr-xl-12 {
    margin-right: 4.8rem;
  }
  .mr-xl-13 {
    margin-right: 5.2rem;
  }
  .mr-xl-14 {
    margin-right: 5.6rem;
  }
  .mr-xl-15 {
    margin-right: 6rem;
  }
}
@media only screen and (min-width: 1336px) {
  .mr-2xl-auto {
    margin-right: auto;
  }
  .mr-2xl-0 {
    margin-right: 0;
  }
  .mr-2xl-1 {
    margin-right: 0.4rem;
  }
  .mr-2xl-2 {
    margin-right: 0.8rem;
  }
  .mr-2xl-3 {
    margin-right: 1.2rem;
  }
  .mr-2xl-4 {
    margin-right: 1.6rem;
  }
  .mr-2xl-5 {
    margin-right: 2rem;
  }
  .mr-2xl-6 {
    margin-right: 2.4rem;
  }
  .mr-2xl-7 {
    margin-right: 2.8rem;
  }
  .mr-2xl-8 {
    margin-right: 3.2rem;
  }
  .mr-2xl-9 {
    margin-right: 3.6rem;
  }
  .mr-2xl-10 {
    margin-right: 4rem;
  }
  .mr-2xl-11 {
    margin-right: 4.4rem;
  }
  .mr-2xl-12 {
    margin-right: 4.8rem;
  }
  .mr-2xl-13 {
    margin-right: 5.2rem;
  }
  .mr-2xl-14 {
    margin-right: 5.6rem;
  }
  .mr-2xl-15 {
    margin-right: 6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .mr-3xl-auto {
    margin-right: auto;
  }
  .mr-3xl-0 {
    margin-right: 0;
  }
  .mr-3xl-1 {
    margin-right: 0.4rem;
  }
  .mr-3xl-2 {
    margin-right: 0.8rem;
  }
  .mr-3xl-3 {
    margin-right: 1.2rem;
  }
  .mr-3xl-4 {
    margin-right: 1.6rem;
  }
  .mr-3xl-5 {
    margin-right: 2rem;
  }
  .mr-3xl-6 {
    margin-right: 2.4rem;
  }
  .mr-3xl-7 {
    margin-right: 2.8rem;
  }
  .mr-3xl-8 {
    margin-right: 3.2rem;
  }
  .mr-3xl-9 {
    margin-right: 3.6rem;
  }
  .mr-3xl-10 {
    margin-right: 4rem;
  }
  .mr-3xl-11 {
    margin-right: 4.4rem;
  }
  .mr-3xl-12 {
    margin-right: 4.8rem;
  }
  .mr-3xl-13 {
    margin-right: 5.2rem;
  }
  .mr-3xl-14 {
    margin-right: 5.6rem;
  }
  .mr-3xl-15 {
    margin-right: 6rem;
  }
}
@media only screen and (min-width: 1676px) {
  .mr-4xl-auto {
    margin-right: auto;
  }
  .mr-4xl-0 {
    margin-right: 0;
  }
  .mr-4xl-1 {
    margin-right: 0.4rem;
  }
  .mr-4xl-2 {
    margin-right: 0.8rem;
  }
  .mr-4xl-3 {
    margin-right: 1.2rem;
  }
  .mr-4xl-4 {
    margin-right: 1.6rem;
  }
  .mr-4xl-5 {
    margin-right: 2rem;
  }
  .mr-4xl-6 {
    margin-right: 2.4rem;
  }
  .mr-4xl-7 {
    margin-right: 2.8rem;
  }
  .mr-4xl-8 {
    margin-right: 3.2rem;
  }
  .mr-4xl-9 {
    margin-right: 3.6rem;
  }
  .mr-4xl-10 {
    margin-right: 4rem;
  }
  .mr-4xl-11 {
    margin-right: 4.4rem;
  }
  .mr-4xl-12 {
    margin-right: 4.8rem;
  }
  .mr-4xl-13 {
    margin-right: 5.2rem;
  }
  .mr-4xl-14 {
    margin-right: 5.6rem;
  }
  .mr-4xl-15 {
    margin-right: 6rem;
  }
}
.ml-auto {
  margin-left: auto;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 0.4rem;
}

.ml-2 {
  margin-left: 0.8rem;
}

.ml-3 {
  margin-left: 1.2rem;
}

.ml-4 {
  margin-left: 1.6rem;
}

.ml-5 {
  margin-left: 2rem;
}

.ml-6 {
  margin-left: 2.4rem;
}

.ml-7 {
  margin-left: 2.8rem;
}

.ml-8 {
  margin-left: 3.2rem;
}

.ml-9 {
  margin-left: 3.6rem;
}

.ml-10 {
  margin-left: 4rem;
}

.ml-11 {
  margin-left: 4.4rem;
}

.ml-12 {
  margin-left: 4.8rem;
}

.ml-13 {
  margin-left: 5.2rem;
}

.ml-14 {
  margin-left: 5.6rem;
}

.ml-15 {
  margin-left: 6rem;
}

@media only screen and (min-width: 0) {
  .ml-zero-auto {
    margin-left: auto;
  }
  .ml-zero-0 {
    margin-left: 0;
  }
  .ml-zero-1 {
    margin-left: 0.4rem;
  }
  .ml-zero-2 {
    margin-left: 0.8rem;
  }
  .ml-zero-3 {
    margin-left: 1.2rem;
  }
  .ml-zero-4 {
    margin-left: 1.6rem;
  }
  .ml-zero-5 {
    margin-left: 2rem;
  }
  .ml-zero-6 {
    margin-left: 2.4rem;
  }
  .ml-zero-7 {
    margin-left: 2.8rem;
  }
  .ml-zero-8 {
    margin-left: 3.2rem;
  }
  .ml-zero-9 {
    margin-left: 3.6rem;
  }
  .ml-zero-10 {
    margin-left: 4rem;
  }
  .ml-zero-11 {
    margin-left: 4.4rem;
  }
  .ml-zero-12 {
    margin-left: 4.8rem;
  }
  .ml-zero-13 {
    margin-left: 5.2rem;
  }
  .ml-zero-14 {
    margin-left: 5.6rem;
  }
  .ml-zero-15 {
    margin-left: 6rem;
  }
}
@media only screen and (min-width: 360px) {
  .ml-xs-auto {
    margin-left: auto;
  }
  .ml-xs-0 {
    margin-left: 0;
  }
  .ml-xs-1 {
    margin-left: 0.4rem;
  }
  .ml-xs-2 {
    margin-left: 0.8rem;
  }
  .ml-xs-3 {
    margin-left: 1.2rem;
  }
  .ml-xs-4 {
    margin-left: 1.6rem;
  }
  .ml-xs-5 {
    margin-left: 2rem;
  }
  .ml-xs-6 {
    margin-left: 2.4rem;
  }
  .ml-xs-7 {
    margin-left: 2.8rem;
  }
  .ml-xs-8 {
    margin-left: 3.2rem;
  }
  .ml-xs-9 {
    margin-left: 3.6rem;
  }
  .ml-xs-10 {
    margin-left: 4rem;
  }
  .ml-xs-11 {
    margin-left: 4.4rem;
  }
  .ml-xs-12 {
    margin-left: 4.8rem;
  }
  .ml-xs-13 {
    margin-left: 5.2rem;
  }
  .ml-xs-14 {
    margin-left: 5.6rem;
  }
  .ml-xs-15 {
    margin-left: 6rem;
  }
}
@media only screen and (min-width: 640px) {
  .ml-sm-auto {
    margin-left: auto;
  }
  .ml-sm-0 {
    margin-left: 0;
  }
  .ml-sm-1 {
    margin-left: 0.4rem;
  }
  .ml-sm-2 {
    margin-left: 0.8rem;
  }
  .ml-sm-3 {
    margin-left: 1.2rem;
  }
  .ml-sm-4 {
    margin-left: 1.6rem;
  }
  .ml-sm-5 {
    margin-left: 2rem;
  }
  .ml-sm-6 {
    margin-left: 2.4rem;
  }
  .ml-sm-7 {
    margin-left: 2.8rem;
  }
  .ml-sm-8 {
    margin-left: 3.2rem;
  }
  .ml-sm-9 {
    margin-left: 3.6rem;
  }
  .ml-sm-10 {
    margin-left: 4rem;
  }
  .ml-sm-11 {
    margin-left: 4.4rem;
  }
  .ml-sm-12 {
    margin-left: 4.8rem;
  }
  .ml-sm-13 {
    margin-left: 5.2rem;
  }
  .ml-sm-14 {
    margin-left: 5.6rem;
  }
  .ml-sm-15 {
    margin-left: 6rem;
  }
}
@media only screen and (min-width: 768px) {
  .ml-md-auto {
    margin-left: auto;
  }
  .ml-md-0 {
    margin-left: 0;
  }
  .ml-md-1 {
    margin-left: 0.4rem;
  }
  .ml-md-2 {
    margin-left: 0.8rem;
  }
  .ml-md-3 {
    margin-left: 1.2rem;
  }
  .ml-md-4 {
    margin-left: 1.6rem;
  }
  .ml-md-5 {
    margin-left: 2rem;
  }
  .ml-md-6 {
    margin-left: 2.4rem;
  }
  .ml-md-7 {
    margin-left: 2.8rem;
  }
  .ml-md-8 {
    margin-left: 3.2rem;
  }
  .ml-md-9 {
    margin-left: 3.6rem;
  }
  .ml-md-10 {
    margin-left: 4rem;
  }
  .ml-md-11 {
    margin-left: 4.4rem;
  }
  .ml-md-12 {
    margin-left: 4.8rem;
  }
  .ml-md-13 {
    margin-left: 5.2rem;
  }
  .ml-md-14 {
    margin-left: 5.6rem;
  }
  .ml-md-15 {
    margin-left: 6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .ml-lg-auto {
    margin-left: auto;
  }
  .ml-lg-0 {
    margin-left: 0;
  }
  .ml-lg-1 {
    margin-left: 0.4rem;
  }
  .ml-lg-2 {
    margin-left: 0.8rem;
  }
  .ml-lg-3 {
    margin-left: 1.2rem;
  }
  .ml-lg-4 {
    margin-left: 1.6rem;
  }
  .ml-lg-5 {
    margin-left: 2rem;
  }
  .ml-lg-6 {
    margin-left: 2.4rem;
  }
  .ml-lg-7 {
    margin-left: 2.8rem;
  }
  .ml-lg-8 {
    margin-left: 3.2rem;
  }
  .ml-lg-9 {
    margin-left: 3.6rem;
  }
  .ml-lg-10 {
    margin-left: 4rem;
  }
  .ml-lg-11 {
    margin-left: 4.4rem;
  }
  .ml-lg-12 {
    margin-left: 4.8rem;
  }
  .ml-lg-13 {
    margin-left: 5.2rem;
  }
  .ml-lg-14 {
    margin-left: 5.6rem;
  }
  .ml-lg-15 {
    margin-left: 6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .ml-xl-auto {
    margin-left: auto;
  }
  .ml-xl-0 {
    margin-left: 0;
  }
  .ml-xl-1 {
    margin-left: 0.4rem;
  }
  .ml-xl-2 {
    margin-left: 0.8rem;
  }
  .ml-xl-3 {
    margin-left: 1.2rem;
  }
  .ml-xl-4 {
    margin-left: 1.6rem;
  }
  .ml-xl-5 {
    margin-left: 2rem;
  }
  .ml-xl-6 {
    margin-left: 2.4rem;
  }
  .ml-xl-7 {
    margin-left: 2.8rem;
  }
  .ml-xl-8 {
    margin-left: 3.2rem;
  }
  .ml-xl-9 {
    margin-left: 3.6rem;
  }
  .ml-xl-10 {
    margin-left: 4rem;
  }
  .ml-xl-11 {
    margin-left: 4.4rem;
  }
  .ml-xl-12 {
    margin-left: 4.8rem;
  }
  .ml-xl-13 {
    margin-left: 5.2rem;
  }
  .ml-xl-14 {
    margin-left: 5.6rem;
  }
  .ml-xl-15 {
    margin-left: 6rem;
  }
}
@media only screen and (min-width: 1336px) {
  .ml-2xl-auto {
    margin-left: auto;
  }
  .ml-2xl-0 {
    margin-left: 0;
  }
  .ml-2xl-1 {
    margin-left: 0.4rem;
  }
  .ml-2xl-2 {
    margin-left: 0.8rem;
  }
  .ml-2xl-3 {
    margin-left: 1.2rem;
  }
  .ml-2xl-4 {
    margin-left: 1.6rem;
  }
  .ml-2xl-5 {
    margin-left: 2rem;
  }
  .ml-2xl-6 {
    margin-left: 2.4rem;
  }
  .ml-2xl-7 {
    margin-left: 2.8rem;
  }
  .ml-2xl-8 {
    margin-left: 3.2rem;
  }
  .ml-2xl-9 {
    margin-left: 3.6rem;
  }
  .ml-2xl-10 {
    margin-left: 4rem;
  }
  .ml-2xl-11 {
    margin-left: 4.4rem;
  }
  .ml-2xl-12 {
    margin-left: 4.8rem;
  }
  .ml-2xl-13 {
    margin-left: 5.2rem;
  }
  .ml-2xl-14 {
    margin-left: 5.6rem;
  }
  .ml-2xl-15 {
    margin-left: 6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .ml-3xl-auto {
    margin-left: auto;
  }
  .ml-3xl-0 {
    margin-left: 0;
  }
  .ml-3xl-1 {
    margin-left: 0.4rem;
  }
  .ml-3xl-2 {
    margin-left: 0.8rem;
  }
  .ml-3xl-3 {
    margin-left: 1.2rem;
  }
  .ml-3xl-4 {
    margin-left: 1.6rem;
  }
  .ml-3xl-5 {
    margin-left: 2rem;
  }
  .ml-3xl-6 {
    margin-left: 2.4rem;
  }
  .ml-3xl-7 {
    margin-left: 2.8rem;
  }
  .ml-3xl-8 {
    margin-left: 3.2rem;
  }
  .ml-3xl-9 {
    margin-left: 3.6rem;
  }
  .ml-3xl-10 {
    margin-left: 4rem;
  }
  .ml-3xl-11 {
    margin-left: 4.4rem;
  }
  .ml-3xl-12 {
    margin-left: 4.8rem;
  }
  .ml-3xl-13 {
    margin-left: 5.2rem;
  }
  .ml-3xl-14 {
    margin-left: 5.6rem;
  }
  .ml-3xl-15 {
    margin-left: 6rem;
  }
}
@media only screen and (min-width: 1676px) {
  .ml-4xl-auto {
    margin-left: auto;
  }
  .ml-4xl-0 {
    margin-left: 0;
  }
  .ml-4xl-1 {
    margin-left: 0.4rem;
  }
  .ml-4xl-2 {
    margin-left: 0.8rem;
  }
  .ml-4xl-3 {
    margin-left: 1.2rem;
  }
  .ml-4xl-4 {
    margin-left: 1.6rem;
  }
  .ml-4xl-5 {
    margin-left: 2rem;
  }
  .ml-4xl-6 {
    margin-left: 2.4rem;
  }
  .ml-4xl-7 {
    margin-left: 2.8rem;
  }
  .ml-4xl-8 {
    margin-left: 3.2rem;
  }
  .ml-4xl-9 {
    margin-left: 3.6rem;
  }
  .ml-4xl-10 {
    margin-left: 4rem;
  }
  .ml-4xl-11 {
    margin-left: 4.4rem;
  }
  .ml-4xl-12 {
    margin-left: 4.8rem;
  }
  .ml-4xl-13 {
    margin-left: 5.2rem;
  }
  .ml-4xl-14 {
    margin-left: 5.6rem;
  }
  .ml-4xl-15 {
    margin-left: 6rem;
  }
}
.pr-auto {
  padding-right: auto;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 0.4rem;
}

.pr-2 {
  padding-right: 0.8rem;
}

.pr-3 {
  padding-right: 1.2rem;
}

.pr-4 {
  padding-right: 1.6rem;
}

.pr-5 {
  padding-right: 2rem;
}

.pr-6 {
  padding-right: 2.4rem;
}

.pr-7 {
  padding-right: 2.8rem;
}

.pr-8 {
  padding-right: 3.2rem;
}

.pr-9 {
  padding-right: 3.6rem;
}

.pr-10 {
  padding-right: 4rem;
}

.pr-11 {
  padding-right: 4.4rem;
}

.pr-12 {
  padding-right: 4.8rem;
}

.pr-13 {
  padding-right: 5.2rem;
}

.pr-14 {
  padding-right: 5.6rem;
}

.pr-15 {
  padding-right: 6rem;
}

@media only screen and (min-width: 0) {
  .pr-zero-auto {
    padding-right: auto;
  }
  .pr-zero-0 {
    padding-right: 0;
  }
  .pr-zero-1 {
    padding-right: 0.4rem;
  }
  .pr-zero-2 {
    padding-right: 0.8rem;
  }
  .pr-zero-3 {
    padding-right: 1.2rem;
  }
  .pr-zero-4 {
    padding-right: 1.6rem;
  }
  .pr-zero-5 {
    padding-right: 2rem;
  }
  .pr-zero-6 {
    padding-right: 2.4rem;
  }
  .pr-zero-7 {
    padding-right: 2.8rem;
  }
  .pr-zero-8 {
    padding-right: 3.2rem;
  }
  .pr-zero-9 {
    padding-right: 3.6rem;
  }
  .pr-zero-10 {
    padding-right: 4rem;
  }
  .pr-zero-11 {
    padding-right: 4.4rem;
  }
  .pr-zero-12 {
    padding-right: 4.8rem;
  }
  .pr-zero-13 {
    padding-right: 5.2rem;
  }
  .pr-zero-14 {
    padding-right: 5.6rem;
  }
  .pr-zero-15 {
    padding-right: 6rem;
  }
}
@media only screen and (min-width: 360px) {
  .pr-xs-auto {
    padding-right: auto;
  }
  .pr-xs-0 {
    padding-right: 0;
  }
  .pr-xs-1 {
    padding-right: 0.4rem;
  }
  .pr-xs-2 {
    padding-right: 0.8rem;
  }
  .pr-xs-3 {
    padding-right: 1.2rem;
  }
  .pr-xs-4 {
    padding-right: 1.6rem;
  }
  .pr-xs-5 {
    padding-right: 2rem;
  }
  .pr-xs-6 {
    padding-right: 2.4rem;
  }
  .pr-xs-7 {
    padding-right: 2.8rem;
  }
  .pr-xs-8 {
    padding-right: 3.2rem;
  }
  .pr-xs-9 {
    padding-right: 3.6rem;
  }
  .pr-xs-10 {
    padding-right: 4rem;
  }
  .pr-xs-11 {
    padding-right: 4.4rem;
  }
  .pr-xs-12 {
    padding-right: 4.8rem;
  }
  .pr-xs-13 {
    padding-right: 5.2rem;
  }
  .pr-xs-14 {
    padding-right: 5.6rem;
  }
  .pr-xs-15 {
    padding-right: 6rem;
  }
}
@media only screen and (min-width: 640px) {
  .pr-sm-auto {
    padding-right: auto;
  }
  .pr-sm-0 {
    padding-right: 0;
  }
  .pr-sm-1 {
    padding-right: 0.4rem;
  }
  .pr-sm-2 {
    padding-right: 0.8rem;
  }
  .pr-sm-3 {
    padding-right: 1.2rem;
  }
  .pr-sm-4 {
    padding-right: 1.6rem;
  }
  .pr-sm-5 {
    padding-right: 2rem;
  }
  .pr-sm-6 {
    padding-right: 2.4rem;
  }
  .pr-sm-7 {
    padding-right: 2.8rem;
  }
  .pr-sm-8 {
    padding-right: 3.2rem;
  }
  .pr-sm-9 {
    padding-right: 3.6rem;
  }
  .pr-sm-10 {
    padding-right: 4rem;
  }
  .pr-sm-11 {
    padding-right: 4.4rem;
  }
  .pr-sm-12 {
    padding-right: 4.8rem;
  }
  .pr-sm-13 {
    padding-right: 5.2rem;
  }
  .pr-sm-14 {
    padding-right: 5.6rem;
  }
  .pr-sm-15 {
    padding-right: 6rem;
  }
}
@media only screen and (min-width: 768px) {
  .pr-md-auto {
    padding-right: auto;
  }
  .pr-md-0 {
    padding-right: 0;
  }
  .pr-md-1 {
    padding-right: 0.4rem;
  }
  .pr-md-2 {
    padding-right: 0.8rem;
  }
  .pr-md-3 {
    padding-right: 1.2rem;
  }
  .pr-md-4 {
    padding-right: 1.6rem;
  }
  .pr-md-5 {
    padding-right: 2rem;
  }
  .pr-md-6 {
    padding-right: 2.4rem;
  }
  .pr-md-7 {
    padding-right: 2.8rem;
  }
  .pr-md-8 {
    padding-right: 3.2rem;
  }
  .pr-md-9 {
    padding-right: 3.6rem;
  }
  .pr-md-10 {
    padding-right: 4rem;
  }
  .pr-md-11 {
    padding-right: 4.4rem;
  }
  .pr-md-12 {
    padding-right: 4.8rem;
  }
  .pr-md-13 {
    padding-right: 5.2rem;
  }
  .pr-md-14 {
    padding-right: 5.6rem;
  }
  .pr-md-15 {
    padding-right: 6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .pr-lg-auto {
    padding-right: auto;
  }
  .pr-lg-0 {
    padding-right: 0;
  }
  .pr-lg-1 {
    padding-right: 0.4rem;
  }
  .pr-lg-2 {
    padding-right: 0.8rem;
  }
  .pr-lg-3 {
    padding-right: 1.2rem;
  }
  .pr-lg-4 {
    padding-right: 1.6rem;
  }
  .pr-lg-5 {
    padding-right: 2rem;
  }
  .pr-lg-6 {
    padding-right: 2.4rem;
  }
  .pr-lg-7 {
    padding-right: 2.8rem;
  }
  .pr-lg-8 {
    padding-right: 3.2rem;
  }
  .pr-lg-9 {
    padding-right: 3.6rem;
  }
  .pr-lg-10 {
    padding-right: 4rem;
  }
  .pr-lg-11 {
    padding-right: 4.4rem;
  }
  .pr-lg-12 {
    padding-right: 4.8rem;
  }
  .pr-lg-13 {
    padding-right: 5.2rem;
  }
  .pr-lg-14 {
    padding-right: 5.6rem;
  }
  .pr-lg-15 {
    padding-right: 6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .pr-xl-auto {
    padding-right: auto;
  }
  .pr-xl-0 {
    padding-right: 0;
  }
  .pr-xl-1 {
    padding-right: 0.4rem;
  }
  .pr-xl-2 {
    padding-right: 0.8rem;
  }
  .pr-xl-3 {
    padding-right: 1.2rem;
  }
  .pr-xl-4 {
    padding-right: 1.6rem;
  }
  .pr-xl-5 {
    padding-right: 2rem;
  }
  .pr-xl-6 {
    padding-right: 2.4rem;
  }
  .pr-xl-7 {
    padding-right: 2.8rem;
  }
  .pr-xl-8 {
    padding-right: 3.2rem;
  }
  .pr-xl-9 {
    padding-right: 3.6rem;
  }
  .pr-xl-10 {
    padding-right: 4rem;
  }
  .pr-xl-11 {
    padding-right: 4.4rem;
  }
  .pr-xl-12 {
    padding-right: 4.8rem;
  }
  .pr-xl-13 {
    padding-right: 5.2rem;
  }
  .pr-xl-14 {
    padding-right: 5.6rem;
  }
  .pr-xl-15 {
    padding-right: 6rem;
  }
}
@media only screen and (min-width: 1336px) {
  .pr-2xl-auto {
    padding-right: auto;
  }
  .pr-2xl-0 {
    padding-right: 0;
  }
  .pr-2xl-1 {
    padding-right: 0.4rem;
  }
  .pr-2xl-2 {
    padding-right: 0.8rem;
  }
  .pr-2xl-3 {
    padding-right: 1.2rem;
  }
  .pr-2xl-4 {
    padding-right: 1.6rem;
  }
  .pr-2xl-5 {
    padding-right: 2rem;
  }
  .pr-2xl-6 {
    padding-right: 2.4rem;
  }
  .pr-2xl-7 {
    padding-right: 2.8rem;
  }
  .pr-2xl-8 {
    padding-right: 3.2rem;
  }
  .pr-2xl-9 {
    padding-right: 3.6rem;
  }
  .pr-2xl-10 {
    padding-right: 4rem;
  }
  .pr-2xl-11 {
    padding-right: 4.4rem;
  }
  .pr-2xl-12 {
    padding-right: 4.8rem;
  }
  .pr-2xl-13 {
    padding-right: 5.2rem;
  }
  .pr-2xl-14 {
    padding-right: 5.6rem;
  }
  .pr-2xl-15 {
    padding-right: 6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .pr-3xl-auto {
    padding-right: auto;
  }
  .pr-3xl-0 {
    padding-right: 0;
  }
  .pr-3xl-1 {
    padding-right: 0.4rem;
  }
  .pr-3xl-2 {
    padding-right: 0.8rem;
  }
  .pr-3xl-3 {
    padding-right: 1.2rem;
  }
  .pr-3xl-4 {
    padding-right: 1.6rem;
  }
  .pr-3xl-5 {
    padding-right: 2rem;
  }
  .pr-3xl-6 {
    padding-right: 2.4rem;
  }
  .pr-3xl-7 {
    padding-right: 2.8rem;
  }
  .pr-3xl-8 {
    padding-right: 3.2rem;
  }
  .pr-3xl-9 {
    padding-right: 3.6rem;
  }
  .pr-3xl-10 {
    padding-right: 4rem;
  }
  .pr-3xl-11 {
    padding-right: 4.4rem;
  }
  .pr-3xl-12 {
    padding-right: 4.8rem;
  }
  .pr-3xl-13 {
    padding-right: 5.2rem;
  }
  .pr-3xl-14 {
    padding-right: 5.6rem;
  }
  .pr-3xl-15 {
    padding-right: 6rem;
  }
}
@media only screen and (min-width: 1676px) {
  .pr-4xl-auto {
    padding-right: auto;
  }
  .pr-4xl-0 {
    padding-right: 0;
  }
  .pr-4xl-1 {
    padding-right: 0.4rem;
  }
  .pr-4xl-2 {
    padding-right: 0.8rem;
  }
  .pr-4xl-3 {
    padding-right: 1.2rem;
  }
  .pr-4xl-4 {
    padding-right: 1.6rem;
  }
  .pr-4xl-5 {
    padding-right: 2rem;
  }
  .pr-4xl-6 {
    padding-right: 2.4rem;
  }
  .pr-4xl-7 {
    padding-right: 2.8rem;
  }
  .pr-4xl-8 {
    padding-right: 3.2rem;
  }
  .pr-4xl-9 {
    padding-right: 3.6rem;
  }
  .pr-4xl-10 {
    padding-right: 4rem;
  }
  .pr-4xl-11 {
    padding-right: 4.4rem;
  }
  .pr-4xl-12 {
    padding-right: 4.8rem;
  }
  .pr-4xl-13 {
    padding-right: 5.2rem;
  }
  .pr-4xl-14 {
    padding-right: 5.6rem;
  }
  .pr-4xl-15 {
    padding-right: 6rem;
  }
}
.pl-auto {
  padding-left: auto;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 0.4rem;
}

.pl-2 {
  padding-left: 0.8rem;
}

.pl-3 {
  padding-left: 1.2rem;
}

.pl-4 {
  padding-left: 1.6rem;
}

.pl-5 {
  padding-left: 2rem;
}

.pl-6 {
  padding-left: 2.4rem;
}

.pl-7 {
  padding-left: 2.8rem;
}

.pl-8 {
  padding-left: 3.2rem;
}

.pl-9 {
  padding-left: 3.6rem;
}

.pl-10 {
  padding-left: 4rem;
}

.pl-11 {
  padding-left: 4.4rem;
}

.pl-12 {
  padding-left: 4.8rem;
}

.pl-13 {
  padding-left: 5.2rem;
}

.pl-14 {
  padding-left: 5.6rem;
}

.pl-15 {
  padding-left: 6rem;
}

@media only screen and (min-width: 0) {
  .pl-zero-auto {
    padding-left: auto;
  }
  .pl-zero-0 {
    padding-left: 0;
  }
  .pl-zero-1 {
    padding-left: 0.4rem;
  }
  .pl-zero-2 {
    padding-left: 0.8rem;
  }
  .pl-zero-3 {
    padding-left: 1.2rem;
  }
  .pl-zero-4 {
    padding-left: 1.6rem;
  }
  .pl-zero-5 {
    padding-left: 2rem;
  }
  .pl-zero-6 {
    padding-left: 2.4rem;
  }
  .pl-zero-7 {
    padding-left: 2.8rem;
  }
  .pl-zero-8 {
    padding-left: 3.2rem;
  }
  .pl-zero-9 {
    padding-left: 3.6rem;
  }
  .pl-zero-10 {
    padding-left: 4rem;
  }
  .pl-zero-11 {
    padding-left: 4.4rem;
  }
  .pl-zero-12 {
    padding-left: 4.8rem;
  }
  .pl-zero-13 {
    padding-left: 5.2rem;
  }
  .pl-zero-14 {
    padding-left: 5.6rem;
  }
  .pl-zero-15 {
    padding-left: 6rem;
  }
}
@media only screen and (min-width: 360px) {
  .pl-xs-auto {
    padding-left: auto;
  }
  .pl-xs-0 {
    padding-left: 0;
  }
  .pl-xs-1 {
    padding-left: 0.4rem;
  }
  .pl-xs-2 {
    padding-left: 0.8rem;
  }
  .pl-xs-3 {
    padding-left: 1.2rem;
  }
  .pl-xs-4 {
    padding-left: 1.6rem;
  }
  .pl-xs-5 {
    padding-left: 2rem;
  }
  .pl-xs-6 {
    padding-left: 2.4rem;
  }
  .pl-xs-7 {
    padding-left: 2.8rem;
  }
  .pl-xs-8 {
    padding-left: 3.2rem;
  }
  .pl-xs-9 {
    padding-left: 3.6rem;
  }
  .pl-xs-10 {
    padding-left: 4rem;
  }
  .pl-xs-11 {
    padding-left: 4.4rem;
  }
  .pl-xs-12 {
    padding-left: 4.8rem;
  }
  .pl-xs-13 {
    padding-left: 5.2rem;
  }
  .pl-xs-14 {
    padding-left: 5.6rem;
  }
  .pl-xs-15 {
    padding-left: 6rem;
  }
}
@media only screen and (min-width: 640px) {
  .pl-sm-auto {
    padding-left: auto;
  }
  .pl-sm-0 {
    padding-left: 0;
  }
  .pl-sm-1 {
    padding-left: 0.4rem;
  }
  .pl-sm-2 {
    padding-left: 0.8rem;
  }
  .pl-sm-3 {
    padding-left: 1.2rem;
  }
  .pl-sm-4 {
    padding-left: 1.6rem;
  }
  .pl-sm-5 {
    padding-left: 2rem;
  }
  .pl-sm-6 {
    padding-left: 2.4rem;
  }
  .pl-sm-7 {
    padding-left: 2.8rem;
  }
  .pl-sm-8 {
    padding-left: 3.2rem;
  }
  .pl-sm-9 {
    padding-left: 3.6rem;
  }
  .pl-sm-10 {
    padding-left: 4rem;
  }
  .pl-sm-11 {
    padding-left: 4.4rem;
  }
  .pl-sm-12 {
    padding-left: 4.8rem;
  }
  .pl-sm-13 {
    padding-left: 5.2rem;
  }
  .pl-sm-14 {
    padding-left: 5.6rem;
  }
  .pl-sm-15 {
    padding-left: 6rem;
  }
}
@media only screen and (min-width: 768px) {
  .pl-md-auto {
    padding-left: auto;
  }
  .pl-md-0 {
    padding-left: 0;
  }
  .pl-md-1 {
    padding-left: 0.4rem;
  }
  .pl-md-2 {
    padding-left: 0.8rem;
  }
  .pl-md-3 {
    padding-left: 1.2rem;
  }
  .pl-md-4 {
    padding-left: 1.6rem;
  }
  .pl-md-5 {
    padding-left: 2rem;
  }
  .pl-md-6 {
    padding-left: 2.4rem;
  }
  .pl-md-7 {
    padding-left: 2.8rem;
  }
  .pl-md-8 {
    padding-left: 3.2rem;
  }
  .pl-md-9 {
    padding-left: 3.6rem;
  }
  .pl-md-10 {
    padding-left: 4rem;
  }
  .pl-md-11 {
    padding-left: 4.4rem;
  }
  .pl-md-12 {
    padding-left: 4.8rem;
  }
  .pl-md-13 {
    padding-left: 5.2rem;
  }
  .pl-md-14 {
    padding-left: 5.6rem;
  }
  .pl-md-15 {
    padding-left: 6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .pl-lg-auto {
    padding-left: auto;
  }
  .pl-lg-0 {
    padding-left: 0;
  }
  .pl-lg-1 {
    padding-left: 0.4rem;
  }
  .pl-lg-2 {
    padding-left: 0.8rem;
  }
  .pl-lg-3 {
    padding-left: 1.2rem;
  }
  .pl-lg-4 {
    padding-left: 1.6rem;
  }
  .pl-lg-5 {
    padding-left: 2rem;
  }
  .pl-lg-6 {
    padding-left: 2.4rem;
  }
  .pl-lg-7 {
    padding-left: 2.8rem;
  }
  .pl-lg-8 {
    padding-left: 3.2rem;
  }
  .pl-lg-9 {
    padding-left: 3.6rem;
  }
  .pl-lg-10 {
    padding-left: 4rem;
  }
  .pl-lg-11 {
    padding-left: 4.4rem;
  }
  .pl-lg-12 {
    padding-left: 4.8rem;
  }
  .pl-lg-13 {
    padding-left: 5.2rem;
  }
  .pl-lg-14 {
    padding-left: 5.6rem;
  }
  .pl-lg-15 {
    padding-left: 6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .pl-xl-auto {
    padding-left: auto;
  }
  .pl-xl-0 {
    padding-left: 0;
  }
  .pl-xl-1 {
    padding-left: 0.4rem;
  }
  .pl-xl-2 {
    padding-left: 0.8rem;
  }
  .pl-xl-3 {
    padding-left: 1.2rem;
  }
  .pl-xl-4 {
    padding-left: 1.6rem;
  }
  .pl-xl-5 {
    padding-left: 2rem;
  }
  .pl-xl-6 {
    padding-left: 2.4rem;
  }
  .pl-xl-7 {
    padding-left: 2.8rem;
  }
  .pl-xl-8 {
    padding-left: 3.2rem;
  }
  .pl-xl-9 {
    padding-left: 3.6rem;
  }
  .pl-xl-10 {
    padding-left: 4rem;
  }
  .pl-xl-11 {
    padding-left: 4.4rem;
  }
  .pl-xl-12 {
    padding-left: 4.8rem;
  }
  .pl-xl-13 {
    padding-left: 5.2rem;
  }
  .pl-xl-14 {
    padding-left: 5.6rem;
  }
  .pl-xl-15 {
    padding-left: 6rem;
  }
}
@media only screen and (min-width: 1336px) {
  .pl-2xl-auto {
    padding-left: auto;
  }
  .pl-2xl-0 {
    padding-left: 0;
  }
  .pl-2xl-1 {
    padding-left: 0.4rem;
  }
  .pl-2xl-2 {
    padding-left: 0.8rem;
  }
  .pl-2xl-3 {
    padding-left: 1.2rem;
  }
  .pl-2xl-4 {
    padding-left: 1.6rem;
  }
  .pl-2xl-5 {
    padding-left: 2rem;
  }
  .pl-2xl-6 {
    padding-left: 2.4rem;
  }
  .pl-2xl-7 {
    padding-left: 2.8rem;
  }
  .pl-2xl-8 {
    padding-left: 3.2rem;
  }
  .pl-2xl-9 {
    padding-left: 3.6rem;
  }
  .pl-2xl-10 {
    padding-left: 4rem;
  }
  .pl-2xl-11 {
    padding-left: 4.4rem;
  }
  .pl-2xl-12 {
    padding-left: 4.8rem;
  }
  .pl-2xl-13 {
    padding-left: 5.2rem;
  }
  .pl-2xl-14 {
    padding-left: 5.6rem;
  }
  .pl-2xl-15 {
    padding-left: 6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .pl-3xl-auto {
    padding-left: auto;
  }
  .pl-3xl-0 {
    padding-left: 0;
  }
  .pl-3xl-1 {
    padding-left: 0.4rem;
  }
  .pl-3xl-2 {
    padding-left: 0.8rem;
  }
  .pl-3xl-3 {
    padding-left: 1.2rem;
  }
  .pl-3xl-4 {
    padding-left: 1.6rem;
  }
  .pl-3xl-5 {
    padding-left: 2rem;
  }
  .pl-3xl-6 {
    padding-left: 2.4rem;
  }
  .pl-3xl-7 {
    padding-left: 2.8rem;
  }
  .pl-3xl-8 {
    padding-left: 3.2rem;
  }
  .pl-3xl-9 {
    padding-left: 3.6rem;
  }
  .pl-3xl-10 {
    padding-left: 4rem;
  }
  .pl-3xl-11 {
    padding-left: 4.4rem;
  }
  .pl-3xl-12 {
    padding-left: 4.8rem;
  }
  .pl-3xl-13 {
    padding-left: 5.2rem;
  }
  .pl-3xl-14 {
    padding-left: 5.6rem;
  }
  .pl-3xl-15 {
    padding-left: 6rem;
  }
}
@media only screen and (min-width: 1676px) {
  .pl-4xl-auto {
    padding-left: auto;
  }
  .pl-4xl-0 {
    padding-left: 0;
  }
  .pl-4xl-1 {
    padding-left: 0.4rem;
  }
  .pl-4xl-2 {
    padding-left: 0.8rem;
  }
  .pl-4xl-3 {
    padding-left: 1.2rem;
  }
  .pl-4xl-4 {
    padding-left: 1.6rem;
  }
  .pl-4xl-5 {
    padding-left: 2rem;
  }
  .pl-4xl-6 {
    padding-left: 2.4rem;
  }
  .pl-4xl-7 {
    padding-left: 2.8rem;
  }
  .pl-4xl-8 {
    padding-left: 3.2rem;
  }
  .pl-4xl-9 {
    padding-left: 3.6rem;
  }
  .pl-4xl-10 {
    padding-left: 4rem;
  }
  .pl-4xl-11 {
    padding-left: 4.4rem;
  }
  .pl-4xl-12 {
    padding-left: 4.8rem;
  }
  .pl-4xl-13 {
    padding-left: 5.2rem;
  }
  .pl-4xl-14 {
    padding-left: 5.6rem;
  }
  .pl-4xl-15 {
    padding-left: 6rem;
  }
}
.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

@media only screen and (min-width: 0) {
  .position-zero-static {
    position: static;
  }
  .position-zero-relative {
    position: relative;
  }
  .position-zero-absolute {
    position: absolute;
  }
  .position-zero-fixed {
    position: fixed;
  }
  .position-zero-sticky {
    position: sticky;
  }
}
@media only screen and (min-width: 360px) {
  .position-xs-static {
    position: static;
  }
  .position-xs-relative {
    position: relative;
  }
  .position-xs-absolute {
    position: absolute;
  }
  .position-xs-fixed {
    position: fixed;
  }
  .position-xs-sticky {
    position: sticky;
  }
}
@media only screen and (min-width: 640px) {
  .position-sm-static {
    position: static;
  }
  .position-sm-relative {
    position: relative;
  }
  .position-sm-absolute {
    position: absolute;
  }
  .position-sm-fixed {
    position: fixed;
  }
  .position-sm-sticky {
    position: sticky;
  }
}
@media only screen and (min-width: 768px) {
  .position-md-static {
    position: static;
  }
  .position-md-relative {
    position: relative;
  }
  .position-md-absolute {
    position: absolute;
  }
  .position-md-fixed {
    position: fixed;
  }
  .position-md-sticky {
    position: sticky;
  }
}
@media only screen and (min-width: 1024px) {
  .position-lg-static {
    position: static;
  }
  .position-lg-relative {
    position: relative;
  }
  .position-lg-absolute {
    position: absolute;
  }
  .position-lg-fixed {
    position: fixed;
  }
  .position-lg-sticky {
    position: sticky;
  }
}
@media only screen and (min-width: 1280px) {
  .position-xl-static {
    position: static;
  }
  .position-xl-relative {
    position: relative;
  }
  .position-xl-absolute {
    position: absolute;
  }
  .position-xl-fixed {
    position: fixed;
  }
  .position-xl-sticky {
    position: sticky;
  }
}
@media only screen and (min-width: 1336px) {
  .position-2xl-static {
    position: static;
  }
  .position-2xl-relative {
    position: relative;
  }
  .position-2xl-absolute {
    position: absolute;
  }
  .position-2xl-fixed {
    position: fixed;
  }
  .position-2xl-sticky {
    position: sticky;
  }
}
@media only screen and (min-width: 1440px) {
  .position-3xl-static {
    position: static;
  }
  .position-3xl-relative {
    position: relative;
  }
  .position-3xl-absolute {
    position: absolute;
  }
  .position-3xl-fixed {
    position: fixed;
  }
  .position-3xl-sticky {
    position: sticky;
  }
}
@media only screen and (min-width: 1676px) {
  .position-4xl-static {
    position: static;
  }
  .position-4xl-relative {
    position: relative;
  }
  .position-4xl-absolute {
    position: absolute;
  }
  .position-4xl-fixed {
    position: fixed;
  }
  .position-4xl-sticky {
    position: sticky;
  }
}
.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: auto;
}

.overflow-scroll {
  overflow: auto;
}

@media only screen and (min-width: 0) {
  .overflow-zero-auto {
    overflow: auto;
  }
  .overflow-zero-hidden {
    overflow: hidden;
  }
  .overflow-zero-visible {
    overflow: auto;
  }
  .overflow-zero-scroll {
    overflow: auto;
  }
}
@media only screen and (min-width: 360px) {
  .overflow-xs-auto {
    overflow: auto;
  }
  .overflow-xs-hidden {
    overflow: hidden;
  }
  .overflow-xs-visible {
    overflow: auto;
  }
  .overflow-xs-scroll {
    overflow: auto;
  }
}
@media only screen and (min-width: 640px) {
  .overflow-sm-auto {
    overflow: auto;
  }
  .overflow-sm-hidden {
    overflow: hidden;
  }
  .overflow-sm-visible {
    overflow: auto;
  }
  .overflow-sm-scroll {
    overflow: auto;
  }
}
@media only screen and (min-width: 768px) {
  .overflow-md-auto {
    overflow: auto;
  }
  .overflow-md-hidden {
    overflow: hidden;
  }
  .overflow-md-visible {
    overflow: auto;
  }
  .overflow-md-scroll {
    overflow: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .overflow-lg-auto {
    overflow: auto;
  }
  .overflow-lg-hidden {
    overflow: hidden;
  }
  .overflow-lg-visible {
    overflow: auto;
  }
  .overflow-lg-scroll {
    overflow: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .overflow-xl-auto {
    overflow: auto;
  }
  .overflow-xl-hidden {
    overflow: hidden;
  }
  .overflow-xl-visible {
    overflow: auto;
  }
  .overflow-xl-scroll {
    overflow: auto;
  }
}
@media only screen and (min-width: 1336px) {
  .overflow-2xl-auto {
    overflow: auto;
  }
  .overflow-2xl-hidden {
    overflow: hidden;
  }
  .overflow-2xl-visible {
    overflow: auto;
  }
  .overflow-2xl-scroll {
    overflow: auto;
  }
}
@media only screen and (min-width: 1440px) {
  .overflow-3xl-auto {
    overflow: auto;
  }
  .overflow-3xl-hidden {
    overflow: hidden;
  }
  .overflow-3xl-visible {
    overflow: auto;
  }
  .overflow-3xl-scroll {
    overflow: auto;
  }
}
@media only screen and (min-width: 1676px) {
  .overflow-4xl-auto {
    overflow: auto;
  }
  .overflow-4xl-hidden {
    overflow: hidden;
  }
  .overflow-4xl-visible {
    overflow: auto;
  }
  .overflow-4xl-scroll {
    overflow: auto;
  }
}
.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-visible {
  overflow-x: auto;
}

.overflow-x-scroll {
  overflow-x: auto;
}

@media only screen and (min-width: 0) {
  .overflow-x-zero-auto {
    overflow-x: auto;
  }
  .overflow-x-zero-hidden {
    overflow-x: hidden;
  }
  .overflow-x-zero-visible {
    overflow-x: auto;
  }
  .overflow-x-zero-scroll {
    overflow-x: auto;
  }
}
@media only screen and (min-width: 360px) {
  .overflow-x-xs-auto {
    overflow-x: auto;
  }
  .overflow-x-xs-hidden {
    overflow-x: hidden;
  }
  .overflow-x-xs-visible {
    overflow-x: auto;
  }
  .overflow-x-xs-scroll {
    overflow-x: auto;
  }
}
@media only screen and (min-width: 640px) {
  .overflow-x-sm-auto {
    overflow-x: auto;
  }
  .overflow-x-sm-hidden {
    overflow-x: hidden;
  }
  .overflow-x-sm-visible {
    overflow-x: auto;
  }
  .overflow-x-sm-scroll {
    overflow-x: auto;
  }
}
@media only screen and (min-width: 768px) {
  .overflow-x-md-auto {
    overflow-x: auto;
  }
  .overflow-x-md-hidden {
    overflow-x: hidden;
  }
  .overflow-x-md-visible {
    overflow-x: auto;
  }
  .overflow-x-md-scroll {
    overflow-x: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .overflow-x-lg-auto {
    overflow-x: auto;
  }
  .overflow-x-lg-hidden {
    overflow-x: hidden;
  }
  .overflow-x-lg-visible {
    overflow-x: auto;
  }
  .overflow-x-lg-scroll {
    overflow-x: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .overflow-x-xl-auto {
    overflow-x: auto;
  }
  .overflow-x-xl-hidden {
    overflow-x: hidden;
  }
  .overflow-x-xl-visible {
    overflow-x: auto;
  }
  .overflow-x-xl-scroll {
    overflow-x: auto;
  }
}
@media only screen and (min-width: 1336px) {
  .overflow-x-2xl-auto {
    overflow-x: auto;
  }
  .overflow-x-2xl-hidden {
    overflow-x: hidden;
  }
  .overflow-x-2xl-visible {
    overflow-x: auto;
  }
  .overflow-x-2xl-scroll {
    overflow-x: auto;
  }
}
@media only screen and (min-width: 1440px) {
  .overflow-x-3xl-auto {
    overflow-x: auto;
  }
  .overflow-x-3xl-hidden {
    overflow-x: hidden;
  }
  .overflow-x-3xl-visible {
    overflow-x: auto;
  }
  .overflow-x-3xl-scroll {
    overflow-x: auto;
  }
}
@media only screen and (min-width: 1676px) {
  .overflow-x-4xl-auto {
    overflow-x: auto;
  }
  .overflow-x-4xl-hidden {
    overflow-x: hidden;
  }
  .overflow-x-4xl-visible {
    overflow-x: auto;
  }
  .overflow-x-4xl-scroll {
    overflow-x: auto;
  }
}
[class*=container-] {
  margin-right: auto;
  margin-left: auto;
}

.ltr {
  direction: ltr;
}

.bg-white {
  background-color: #fff;
}

.color-white {
  color: #fff;
}

.color-ad {
  color: #ff009c;
}

.bg-transparent {
  background-color: transparent;
}

.horizontal-divider {
  width: 1px;
  display: block;
}

.vertical-divider {
  height: 1px;
  display: block;
}

.no-overflow {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(12, 12, 12, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}
.overlay.header-overlay {
  z-index: 6;
}
.overlay.mobile-header-overlay {
  z-index: 11;
}

.pointer {
  cursor: pointer;
}

.discount-percent {
  position: absolute;
  border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
  box-shadow: 0 5px 15px rgba(45, 206, 162, 0.3411764706) !important;
  right: 0;
  top: 40px;
  margin-right: 20px;
  width: 45px;
  height: 40px;
  padding-top: 4px;
  background-color: #007E0F;
  color: white;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.border-white {
  border: 1px solid #fff;
}

.btn-disabled {
  background-color: #e0e0e2;
  border: 1px solid #e0e0e2;
  color: #fff;
}

.border-primary-500 {
  border: 1px solid #007E0F;
}

.border-secondary-500 {
  border: 1px solid #19bfd3;
}

.border-b-4 {
  border-bottom: 4px solid #f0f0f1;
}

.title-underline {
  width: 70px;
  height: 2px;
}

.scrollbar-hide {
  scrollbar-width: none;
}

.shadow {
  box-shadow: 0px 2px 20px rgba(17, 17, 17, 0.0588235294);
}

.shadow-t {
  box-shadow: rgba(0, 0, 0, 0.14) 0 -1px 1px 0, rgba(0, 0, 0, 0.05) 0 -2px 2px 0;
}

.z-1 {
  z-index: 1;
}

.textWithShowore {
  height: 125px;
}
.textWithShowore::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, transparent 50%, #fff);
}
.textWithShowore a {
  color: #19bfd3;
}
.textWithShowore.opened {
  height: auto;
}
.textWithShowore.opened::after {
  content: unset;
}

/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-breakpoint-zero: 0;
  --bs-breakpoint-xs: 360px;
  --bs-breakpoint-sm: 640px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 1024px;
  --bs-breakpoint-xl: 1280px;
  --bs-breakpoint-2xl: 1336px;
  --bs-breakpoint-3xl: 1440px;
  --bs-breakpoint-4xl: 1676px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}
.grid .g-col-1 {
  grid-column: auto/span 1;
}
.grid .g-col-2 {
  grid-column: auto/span 2;
}
.grid .g-col-3 {
  grid-column: auto/span 3;
}
.grid .g-col-4 {
  grid-column: auto/span 4;
}
.grid .g-col-5 {
  grid-column: auto/span 5;
}
.grid .g-col-6 {
  grid-column: auto/span 6;
}
.grid .g-col-7 {
  grid-column: auto/span 7;
}
.grid .g-col-8 {
  grid-column: auto/span 8;
}
.grid .g-col-9 {
  grid-column: auto/span 9;
}
.grid .g-col-10 {
  grid-column: auto/span 10;
}
.grid .g-col-11 {
  grid-column: auto/span 11;
}
.grid .g-col-12 {
  grid-column: auto/span 12;
}
.grid .g-start-1 {
  grid-column-start: 1;
}
.grid .g-start-2 {
  grid-column-start: 2;
}
.grid .g-start-3 {
  grid-column-start: 3;
}
.grid .g-start-4 {
  grid-column-start: 4;
}
.grid .g-start-5 {
  grid-column-start: 5;
}
.grid .g-start-6 {
  grid-column-start: 6;
}
.grid .g-start-7 {
  grid-column-start: 7;
}
.grid .g-start-8 {
  grid-column-start: 8;
}
.grid .g-start-9 {
  grid-column-start: 9;
}
.grid .g-start-10 {
  grid-column-start: 10;
}
.grid .g-start-11 {
  grid-column-start: 11;
}
@media (min-width: 360px) {
  .grid .g-col-xs-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xs-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xs-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xs-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xs-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xs-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xs-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xs-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xs-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xs-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xs-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xs-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xs-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xs-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xs-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xs-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xs-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xs-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xs-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xs-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xs-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xs-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xs-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 640px) {
  .grid .g-col-sm-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-sm-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-sm-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-sm-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-sm-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-sm-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-sm-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-sm-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-sm-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-sm-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-sm-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-sm-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-sm-1 {
    grid-column-start: 1;
  }
  .grid .g-start-sm-2 {
    grid-column-start: 2;
  }
  .grid .g-start-sm-3 {
    grid-column-start: 3;
  }
  .grid .g-start-sm-4 {
    grid-column-start: 4;
  }
  .grid .g-start-sm-5 {
    grid-column-start: 5;
  }
  .grid .g-start-sm-6 {
    grid-column-start: 6;
  }
  .grid .g-start-sm-7 {
    grid-column-start: 7;
  }
  .grid .g-start-sm-8 {
    grid-column-start: 8;
  }
  .grid .g-start-sm-9 {
    grid-column-start: 9;
  }
  .grid .g-start-sm-10 {
    grid-column-start: 10;
  }
  .grid .g-start-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  .grid .g-col-md-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-md-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-md-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-md-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-md-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-md-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-md-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-md-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-md-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-md-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-md-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-md-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-md-1 {
    grid-column-start: 1;
  }
  .grid .g-start-md-2 {
    grid-column-start: 2;
  }
  .grid .g-start-md-3 {
    grid-column-start: 3;
  }
  .grid .g-start-md-4 {
    grid-column-start: 4;
  }
  .grid .g-start-md-5 {
    grid-column-start: 5;
  }
  .grid .g-start-md-6 {
    grid-column-start: 6;
  }
  .grid .g-start-md-7 {
    grid-column-start: 7;
  }
  .grid .g-start-md-8 {
    grid-column-start: 8;
  }
  .grid .g-start-md-9 {
    grid-column-start: 9;
  }
  .grid .g-start-md-10 {
    grid-column-start: 10;
  }
  .grid .g-start-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1024px) {
  .grid .g-col-lg-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-lg-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-lg-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-lg-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-lg-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-lg-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-lg-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-lg-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-lg-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-lg-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-lg-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-lg-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-lg-1 {
    grid-column-start: 1;
  }
  .grid .g-start-lg-2 {
    grid-column-start: 2;
  }
  .grid .g-start-lg-3 {
    grid-column-start: 3;
  }
  .grid .g-start-lg-4 {
    grid-column-start: 4;
  }
  .grid .g-start-lg-5 {
    grid-column-start: 5;
  }
  .grid .g-start-lg-6 {
    grid-column-start: 6;
  }
  .grid .g-start-lg-7 {
    grid-column-start: 7;
  }
  .grid .g-start-lg-8 {
    grid-column-start: 8;
  }
  .grid .g-start-lg-9 {
    grid-column-start: 9;
  }
  .grid .g-start-lg-10 {
    grid-column-start: 10;
  }
  .grid .g-start-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1280px) {
  .grid .g-col-xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1336px) {
  .grid .g-col-2xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-2xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-2xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-2xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-2xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-2xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-2xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-2xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-2xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-2xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-2xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-2xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-2xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-2xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-2xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-2xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-2xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-2xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-2xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-2xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-2xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-2xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-2xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1440px) {
  .grid .g-col-3xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-3xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-3xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-3xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-3xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-3xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-3xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-3xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-3xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-3xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-3xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-3xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-3xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-3xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-3xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-3xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-3xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-3xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-3xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-3xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-3xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-3xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-3xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1676px) {
  .grid .g-col-4xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-4xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-4xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-4xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-4xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-4xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-4xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-4xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-4xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-4xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-4xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-4xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-4xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-4xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-4xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-4xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-4xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-4xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-4xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-4xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-4xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-4xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-4xl-11 {
    grid-column-start: 11;
  }
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-auto,
.gx-auto {
  --bs-gutter-x: auto;
}

.g-auto,
.gy-auto {
  --bs-gutter-y: auto;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.4rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.4rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.8rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.8rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1.2rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1.2rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.6rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.6rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 2rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 2rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 2.4rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 2.4rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 2.8rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 2.8rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 3.2rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 3.2rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 3.6rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 3.6rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 4rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 4rem;
}

.g-11,
.gx-11 {
  --bs-gutter-x: 4.4rem;
}

.g-11,
.gy-11 {
  --bs-gutter-y: 4.4rem;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 4.8rem;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 4.8rem;
}

.g-13,
.gx-13 {
  --bs-gutter-x: 5.2rem;
}

.g-13,
.gy-13 {
  --bs-gutter-y: 5.2rem;
}

.g-14,
.gx-14 {
  --bs-gutter-x: 5.6rem;
}

.g-14,
.gy-14 {
  --bs-gutter-y: 5.6rem;
}

.g-15,
.gx-15 {
  --bs-gutter-x: 6rem;
}

.g-15,
.gy-15 {
  --bs-gutter-y: 6rem;
}

@media (min-width: 360px) {
  .col-xs {
    flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .g-xs-auto,
  .gx-xs-auto {
    --bs-gutter-x: auto;
  }
  .g-xs-auto,
  .gy-xs-auto {
    --bs-gutter-y: auto;
  }
  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }
  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 2rem;
  }
  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 2rem;
  }
  .g-xs-6,
  .gx-xs-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xs-6,
  .gy-xs-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xs-7,
  .gx-xs-7 {
    --bs-gutter-x: 2.8rem;
  }
  .g-xs-7,
  .gy-xs-7 {
    --bs-gutter-y: 2.8rem;
  }
  .g-xs-8,
  .gx-xs-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-xs-8,
  .gy-xs-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-xs-9,
  .gx-xs-9 {
    --bs-gutter-x: 3.6rem;
  }
  .g-xs-9,
  .gy-xs-9 {
    --bs-gutter-y: 3.6rem;
  }
  .g-xs-10,
  .gx-xs-10 {
    --bs-gutter-x: 4rem;
  }
  .g-xs-10,
  .gy-xs-10 {
    --bs-gutter-y: 4rem;
  }
  .g-xs-11,
  .gx-xs-11 {
    --bs-gutter-x: 4.4rem;
  }
  .g-xs-11,
  .gy-xs-11 {
    --bs-gutter-y: 4.4rem;
  }
  .g-xs-12,
  .gx-xs-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xs-12,
  .gy-xs-12 {
    --bs-gutter-y: 4.8rem;
  }
  .g-xs-13,
  .gx-xs-13 {
    --bs-gutter-x: 5.2rem;
  }
  .g-xs-13,
  .gy-xs-13 {
    --bs-gutter-y: 5.2rem;
  }
  .g-xs-14,
  .gx-xs-14 {
    --bs-gutter-x: 5.6rem;
  }
  .g-xs-14,
  .gy-xs-14 {
    --bs-gutter-y: 5.6rem;
  }
  .g-xs-15,
  .gx-xs-15 {
    --bs-gutter-x: 6rem;
  }
  .g-xs-15,
  .gy-xs-15 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 640px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-auto,
  .gx-sm-auto {
    --bs-gutter-x: auto;
  }
  .g-sm-auto,
  .gy-sm-auto {
    --bs-gutter-y: auto;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 2.8rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 2.8rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 3.6rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 3.6rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 4.4rem;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 4.4rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 4.8rem;
  }
  .g-sm-13,
  .gx-sm-13 {
    --bs-gutter-x: 5.2rem;
  }
  .g-sm-13,
  .gy-sm-13 {
    --bs-gutter-y: 5.2rem;
  }
  .g-sm-14,
  .gx-sm-14 {
    --bs-gutter-x: 5.6rem;
  }
  .g-sm-14,
  .gy-sm-14 {
    --bs-gutter-y: 5.6rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-auto,
  .gx-md-auto {
    --bs-gutter-x: auto;
  }
  .g-md-auto,
  .gy-md-auto {
    --bs-gutter-y: auto;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 2rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 2rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 2.8rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 2.8rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 3.6rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 3.6rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 4rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 4rem;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 4.4rem;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 4.4rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 4.8rem;
  }
  .g-md-13,
  .gx-md-13 {
    --bs-gutter-x: 5.2rem;
  }
  .g-md-13,
  .gy-md-13 {
    --bs-gutter-y: 5.2rem;
  }
  .g-md-14,
  .gx-md-14 {
    --bs-gutter-x: 5.6rem;
  }
  .g-md-14,
  .gy-md-14 {
    --bs-gutter-y: 5.6rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 6rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-auto,
  .gx-lg-auto {
    --bs-gutter-x: auto;
  }
  .g-lg-auto,
  .gy-lg-auto {
    --bs-gutter-y: auto;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 2.8rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 2.8rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 3.6rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 3.6rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 4.4rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 4.4rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 4.8rem;
  }
  .g-lg-13,
  .gx-lg-13 {
    --bs-gutter-x: 5.2rem;
  }
  .g-lg-13,
  .gy-lg-13 {
    --bs-gutter-y: 5.2rem;
  }
  .g-lg-14,
  .gx-lg-14 {
    --bs-gutter-x: 5.6rem;
  }
  .g-lg-14,
  .gy-lg-14 {
    --bs-gutter-y: 5.6rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-auto,
  .gx-xl-auto {
    --bs-gutter-x: auto;
  }
  .g-xl-auto,
  .gy-xl-auto {
    --bs-gutter-y: auto;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 2.8rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 2.8rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 3.6rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 3.6rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 4.4rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 4.4rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 4.8rem;
  }
  .g-xl-13,
  .gx-xl-13 {
    --bs-gutter-x: 5.2rem;
  }
  .g-xl-13,
  .gy-xl-13 {
    --bs-gutter-y: 5.2rem;
  }
  .g-xl-14,
  .gx-xl-14 {
    --bs-gutter-x: 5.6rem;
  }
  .g-xl-14,
  .gy-xl-14 {
    --bs-gutter-y: 5.6rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 1336px) {
  .col-2xl {
    flex: 1 0 0%;
  }
  .row-cols-2xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-2xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-2xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-2xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-2xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-2xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-2xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-2xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-2xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-2xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-2xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-2xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-2xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-2xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-2xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-2xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-2xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-2xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-2xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-2xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-2xl-0 {
    margin-left: 0;
  }
  .offset-2xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-2xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-2xl-3 {
    margin-left: 25%;
  }
  .offset-2xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-2xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-2xl-6 {
    margin-left: 50%;
  }
  .offset-2xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-2xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-2xl-9 {
    margin-left: 75%;
  }
  .offset-2xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-2xl-11 {
    margin-left: 91.66666667%;
  }
  .g-2xl-auto,
  .gx-2xl-auto {
    --bs-gutter-x: auto;
  }
  .g-2xl-auto,
  .gy-2xl-auto {
    --bs-gutter-y: auto;
  }
  .g-2xl-0,
  .gx-2xl-0 {
    --bs-gutter-x: 0;
  }
  .g-2xl-0,
  .gy-2xl-0 {
    --bs-gutter-y: 0;
  }
  .g-2xl-1,
  .gx-2xl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-2xl-1,
  .gy-2xl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-2xl-2,
  .gx-2xl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-2xl-2,
  .gy-2xl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-2xl-3,
  .gx-2xl-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-2xl-3,
  .gy-2xl-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-2xl-4,
  .gx-2xl-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-2xl-4,
  .gy-2xl-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-2xl-5,
  .gx-2xl-5 {
    --bs-gutter-x: 2rem;
  }
  .g-2xl-5,
  .gy-2xl-5 {
    --bs-gutter-y: 2rem;
  }
  .g-2xl-6,
  .gx-2xl-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-2xl-6,
  .gy-2xl-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-2xl-7,
  .gx-2xl-7 {
    --bs-gutter-x: 2.8rem;
  }
  .g-2xl-7,
  .gy-2xl-7 {
    --bs-gutter-y: 2.8rem;
  }
  .g-2xl-8,
  .gx-2xl-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-2xl-8,
  .gy-2xl-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-2xl-9,
  .gx-2xl-9 {
    --bs-gutter-x: 3.6rem;
  }
  .g-2xl-9,
  .gy-2xl-9 {
    --bs-gutter-y: 3.6rem;
  }
  .g-2xl-10,
  .gx-2xl-10 {
    --bs-gutter-x: 4rem;
  }
  .g-2xl-10,
  .gy-2xl-10 {
    --bs-gutter-y: 4rem;
  }
  .g-2xl-11,
  .gx-2xl-11 {
    --bs-gutter-x: 4.4rem;
  }
  .g-2xl-11,
  .gy-2xl-11 {
    --bs-gutter-y: 4.4rem;
  }
  .g-2xl-12,
  .gx-2xl-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-2xl-12,
  .gy-2xl-12 {
    --bs-gutter-y: 4.8rem;
  }
  .g-2xl-13,
  .gx-2xl-13 {
    --bs-gutter-x: 5.2rem;
  }
  .g-2xl-13,
  .gy-2xl-13 {
    --bs-gutter-y: 5.2rem;
  }
  .g-2xl-14,
  .gx-2xl-14 {
    --bs-gutter-x: 5.6rem;
  }
  .g-2xl-14,
  .gy-2xl-14 {
    --bs-gutter-y: 5.6rem;
  }
  .g-2xl-15,
  .gx-2xl-15 {
    --bs-gutter-x: 6rem;
  }
  .g-2xl-15,
  .gy-2xl-15 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 1440px) {
  .col-3xl {
    flex: 1 0 0%;
  }
  .row-cols-3xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-3xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-3xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-3xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-3xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-3xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-3xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-3xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-3xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-3xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-3xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-3xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-3xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-3xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-3xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-3xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-3xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-3xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-3xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-3xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-3xl-0 {
    margin-left: 0;
  }
  .offset-3xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-3xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-3xl-3 {
    margin-left: 25%;
  }
  .offset-3xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-3xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-3xl-6 {
    margin-left: 50%;
  }
  .offset-3xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-3xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-3xl-9 {
    margin-left: 75%;
  }
  .offset-3xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-3xl-11 {
    margin-left: 91.66666667%;
  }
  .g-3xl-auto,
  .gx-3xl-auto {
    --bs-gutter-x: auto;
  }
  .g-3xl-auto,
  .gy-3xl-auto {
    --bs-gutter-y: auto;
  }
  .g-3xl-0,
  .gx-3xl-0 {
    --bs-gutter-x: 0;
  }
  .g-3xl-0,
  .gy-3xl-0 {
    --bs-gutter-y: 0;
  }
  .g-3xl-1,
  .gx-3xl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-3xl-1,
  .gy-3xl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-3xl-2,
  .gx-3xl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-3xl-2,
  .gy-3xl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-3xl-3,
  .gx-3xl-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-3xl-3,
  .gy-3xl-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-3xl-4,
  .gx-3xl-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-3xl-4,
  .gy-3xl-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-3xl-5,
  .gx-3xl-5 {
    --bs-gutter-x: 2rem;
  }
  .g-3xl-5,
  .gy-3xl-5 {
    --bs-gutter-y: 2rem;
  }
  .g-3xl-6,
  .gx-3xl-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-3xl-6,
  .gy-3xl-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-3xl-7,
  .gx-3xl-7 {
    --bs-gutter-x: 2.8rem;
  }
  .g-3xl-7,
  .gy-3xl-7 {
    --bs-gutter-y: 2.8rem;
  }
  .g-3xl-8,
  .gx-3xl-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-3xl-8,
  .gy-3xl-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-3xl-9,
  .gx-3xl-9 {
    --bs-gutter-x: 3.6rem;
  }
  .g-3xl-9,
  .gy-3xl-9 {
    --bs-gutter-y: 3.6rem;
  }
  .g-3xl-10,
  .gx-3xl-10 {
    --bs-gutter-x: 4rem;
  }
  .g-3xl-10,
  .gy-3xl-10 {
    --bs-gutter-y: 4rem;
  }
  .g-3xl-11,
  .gx-3xl-11 {
    --bs-gutter-x: 4.4rem;
  }
  .g-3xl-11,
  .gy-3xl-11 {
    --bs-gutter-y: 4.4rem;
  }
  .g-3xl-12,
  .gx-3xl-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-3xl-12,
  .gy-3xl-12 {
    --bs-gutter-y: 4.8rem;
  }
  .g-3xl-13,
  .gx-3xl-13 {
    --bs-gutter-x: 5.2rem;
  }
  .g-3xl-13,
  .gy-3xl-13 {
    --bs-gutter-y: 5.2rem;
  }
  .g-3xl-14,
  .gx-3xl-14 {
    --bs-gutter-x: 5.6rem;
  }
  .g-3xl-14,
  .gy-3xl-14 {
    --bs-gutter-y: 5.6rem;
  }
  .g-3xl-15,
  .gx-3xl-15 {
    --bs-gutter-x: 6rem;
  }
  .g-3xl-15,
  .gy-3xl-15 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 1676px) {
  .col-4xl {
    flex: 1 0 0%;
  }
  .row-cols-4xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-4xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-4xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-4xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-4xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-4xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-4xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-4xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-4xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-4xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-4xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-4xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-4xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-4xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-4xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-4xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-4xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-4xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-4xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-4xl-0 {
    margin-left: 0;
  }
  .offset-4xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-4xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-4xl-3 {
    margin-left: 25%;
  }
  .offset-4xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-4xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-4xl-6 {
    margin-left: 50%;
  }
  .offset-4xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-4xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-4xl-9 {
    margin-left: 75%;
  }
  .offset-4xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-4xl-11 {
    margin-left: 91.66666667%;
  }
  .g-4xl-auto,
  .gx-4xl-auto {
    --bs-gutter-x: auto;
  }
  .g-4xl-auto,
  .gy-4xl-auto {
    --bs-gutter-y: auto;
  }
  .g-4xl-0,
  .gx-4xl-0 {
    --bs-gutter-x: 0;
  }
  .g-4xl-0,
  .gy-4xl-0 {
    --bs-gutter-y: 0;
  }
  .g-4xl-1,
  .gx-4xl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-4xl-1,
  .gy-4xl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-4xl-2,
  .gx-4xl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-4xl-2,
  .gy-4xl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-4xl-3,
  .gx-4xl-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-4xl-3,
  .gy-4xl-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-4xl-4,
  .gx-4xl-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-4xl-4,
  .gy-4xl-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-4xl-5,
  .gx-4xl-5 {
    --bs-gutter-x: 2rem;
  }
  .g-4xl-5,
  .gy-4xl-5 {
    --bs-gutter-y: 2rem;
  }
  .g-4xl-6,
  .gx-4xl-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-4xl-6,
  .gy-4xl-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-4xl-7,
  .gx-4xl-7 {
    --bs-gutter-x: 2.8rem;
  }
  .g-4xl-7,
  .gy-4xl-7 {
    --bs-gutter-y: 2.8rem;
  }
  .g-4xl-8,
  .gx-4xl-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-4xl-8,
  .gy-4xl-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-4xl-9,
  .gx-4xl-9 {
    --bs-gutter-x: 3.6rem;
  }
  .g-4xl-9,
  .gy-4xl-9 {
    --bs-gutter-y: 3.6rem;
  }
  .g-4xl-10,
  .gx-4xl-10 {
    --bs-gutter-x: 4rem;
  }
  .g-4xl-10,
  .gy-4xl-10 {
    --bs-gutter-y: 4rem;
  }
  .g-4xl-11,
  .gx-4xl-11 {
    --bs-gutter-x: 4.4rem;
  }
  .g-4xl-11,
  .gy-4xl-11 {
    --bs-gutter-y: 4.4rem;
  }
  .g-4xl-12,
  .gx-4xl-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-4xl-12,
  .gy-4xl-12 {
    --bs-gutter-y: 4.8rem;
  }
  .g-4xl-13,
  .gx-4xl-13 {
    --bs-gutter-x: 5.2rem;
  }
  .g-4xl-13,
  .gy-4xl-13 {
    --bs-gutter-y: 5.2rem;
  }
  .g-4xl-14,
  .gx-4xl-14 {
    --bs-gutter-x: 5.6rem;
  }
  .g-4xl-14,
  .gy-4xl-14 {
    --bs-gutter-y: 5.6rem;
  }
  .g-4xl-15,
  .gx-4xl-15 {
    --bs-gutter-x: 6rem;
  }
  .g-4xl-15,
  .gy-4xl-15 {
    --bs-gutter-y: 6rem;
  }
}
.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-auto {
  margin: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.4rem !important;
}

.m-2 {
  margin: 0.8rem !important;
}

.m-3 {
  margin: 1.2rem !important;
}

.m-4 {
  margin: 1.6rem !important;
}

.m-5 {
  margin: 2rem !important;
}

.m-6 {
  margin: 2.4rem !important;
}

.m-7 {
  margin: 2.8rem !important;
}

.m-8 {
  margin: 3.2rem !important;
}

.m-9 {
  margin: 3.6rem !important;
}

.m-10 {
  margin: 4rem !important;
}

.m-11 {
  margin: 4.4rem !important;
}

.m-12 {
  margin: 4.8rem !important;
}

.m-13 {
  margin: 5.2rem !important;
}

.m-14 {
  margin: 5.6rem !important;
}

.m-15 {
  margin: 6rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.4rem !important;
  margin-left: 0.4rem !important;
}

.mx-2 {
  margin-right: 0.8rem !important;
  margin-left: 0.8rem !important;
}

.mx-3 {
  margin-right: 1.2rem !important;
  margin-left: 1.2rem !important;
}

.mx-4 {
  margin-right: 1.6rem !important;
  margin-left: 1.6rem !important;
}

.mx-5 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-6 {
  margin-right: 2.4rem !important;
  margin-left: 2.4rem !important;
}

.mx-7 {
  margin-right: 2.8rem !important;
  margin-left: 2.8rem !important;
}

.mx-8 {
  margin-right: 3.2rem !important;
  margin-left: 3.2rem !important;
}

.mx-9 {
  margin-right: 3.6rem !important;
  margin-left: 3.6rem !important;
}

.mx-10 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-11 {
  margin-right: 4.4rem !important;
  margin-left: 4.4rem !important;
}

.mx-12 {
  margin-right: 4.8rem !important;
  margin-left: 4.8rem !important;
}

.mx-13 {
  margin-right: 5.2rem !important;
  margin-left: 5.2rem !important;
}

.mx-14 {
  margin-right: 5.6rem !important;
  margin-left: 5.6rem !important;
}

.mx-15 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
}

.my-2 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

.my-3 {
  margin-top: 1.2rem !important;
  margin-bottom: 1.2rem !important;
}

.my-4 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-6 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}

.my-7 {
  margin-top: 2.8rem !important;
  margin-bottom: 2.8rem !important;
}

.my-8 {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
}

.my-9 {
  margin-top: 3.6rem !important;
  margin-bottom: 3.6rem !important;
}

.my-10 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-11 {
  margin-top: 4.4rem !important;
  margin-bottom: 4.4rem !important;
}

.my-12 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}

.my-13 {
  margin-top: 5.2rem !important;
  margin-bottom: 5.2rem !important;
}

.my-14 {
  margin-top: 5.6rem !important;
  margin-bottom: 5.6rem !important;
}

.my-15 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.4rem !important;
}

.mt-2 {
  margin-top: 0.8rem !important;
}

.mt-3 {
  margin-top: 1.2rem !important;
}

.mt-4 {
  margin-top: 1.6rem !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

.mt-6 {
  margin-top: 2.4rem !important;
}

.mt-7 {
  margin-top: 2.8rem !important;
}

.mt-8 {
  margin-top: 3.2rem !important;
}

.mt-9 {
  margin-top: 3.6rem !important;
}

.mt-10 {
  margin-top: 4rem !important;
}

.mt-11 {
  margin-top: 4.4rem !important;
}

.mt-12 {
  margin-top: 4.8rem !important;
}

.mt-13 {
  margin-top: 5.2rem !important;
}

.mt-14 {
  margin-top: 5.6rem !important;
}

.mt-15 {
  margin-top: 6rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.4rem !important;
}

.mb-2 {
  margin-bottom: 0.8rem !important;
}

.mb-3 {
  margin-bottom: 1.2rem !important;
}

.mb-4 {
  margin-bottom: 1.6rem !important;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.mb-6 {
  margin-bottom: 2.4rem !important;
}

.mb-7 {
  margin-bottom: 2.8rem !important;
}

.mb-8 {
  margin-bottom: 3.2rem !important;
}

.mb-9 {
  margin-bottom: 3.6rem !important;
}

.mb-10 {
  margin-bottom: 4rem !important;
}

.mb-11 {
  margin-bottom: 4.4rem !important;
}

.mb-12 {
  margin-bottom: 4.8rem !important;
}

.mb-13 {
  margin-bottom: 5.2rem !important;
}

.mb-14 {
  margin-bottom: 5.6rem !important;
}

.mb-15 {
  margin-bottom: 6rem !important;
}

.p-auto {
  padding: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.4rem !important;
}

.p-2 {
  padding: 0.8rem !important;
}

.p-3 {
  padding: 1.2rem !important;
}

.p-4 {
  padding: 1.6rem !important;
}

.p-5 {
  padding: 2rem !important;
}

.p-6 {
  padding: 2.4rem !important;
}

.p-7 {
  padding: 2.8rem !important;
}

.p-8 {
  padding: 3.2rem !important;
}

.p-9 {
  padding: 3.6rem !important;
}

.p-10 {
  padding: 4rem !important;
}

.p-11 {
  padding: 4.4rem !important;
}

.p-12 {
  padding: 4.8rem !important;
}

.p-13 {
  padding: 5.2rem !important;
}

.p-14 {
  padding: 5.6rem !important;
}

.p-15 {
  padding: 6rem !important;
}

.px-auto {
  padding-right: auto !important;
  padding-left: auto !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.4rem !important;
  padding-left: 0.4rem !important;
}

.px-2 {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

.px-3 {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important;
}

.px-4 {
  padding-right: 1.6rem !important;
  padding-left: 1.6rem !important;
}

.px-5 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-6 {
  padding-right: 2.4rem !important;
  padding-left: 2.4rem !important;
}

.px-7 {
  padding-right: 2.8rem !important;
  padding-left: 2.8rem !important;
}

.px-8 {
  padding-right: 3.2rem !important;
  padding-left: 3.2rem !important;
}

.px-9 {
  padding-right: 3.6rem !important;
  padding-left: 3.6rem !important;
}

.px-10 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-11 {
  padding-right: 4.4rem !important;
  padding-left: 4.4rem !important;
}

.px-12 {
  padding-right: 4.8rem !important;
  padding-left: 4.8rem !important;
}

.px-13 {
  padding-right: 5.2rem !important;
  padding-left: 5.2rem !important;
}

.px-14 {
  padding-right: 5.6rem !important;
  padding-left: 5.6rem !important;
}

.px-15 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.py-2 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.py-3 {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.py-4 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-6 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.py-7 {
  padding-top: 2.8rem !important;
  padding-bottom: 2.8rem !important;
}

.py-8 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

.py-9 {
  padding-top: 3.6rem !important;
  padding-bottom: 3.6rem !important;
}

.py-10 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-11 {
  padding-top: 4.4rem !important;
  padding-bottom: 4.4rem !important;
}

.py-12 {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important;
}

.py-13 {
  padding-top: 5.2rem !important;
  padding-bottom: 5.2rem !important;
}

.py-14 {
  padding-top: 5.6rem !important;
  padding-bottom: 5.6rem !important;
}

.py-15 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.4rem !important;
}

.pt-2 {
  padding-top: 0.8rem !important;
}

.pt-3 {
  padding-top: 1.2rem !important;
}

.pt-4 {
  padding-top: 1.6rem !important;
}

.pt-5 {
  padding-top: 2rem !important;
}

.pt-6 {
  padding-top: 2.4rem !important;
}

.pt-7 {
  padding-top: 2.8rem !important;
}

.pt-8 {
  padding-top: 3.2rem !important;
}

.pt-9 {
  padding-top: 3.6rem !important;
}

.pt-10 {
  padding-top: 4rem !important;
}

.pt-11 {
  padding-top: 4.4rem !important;
}

.pt-12 {
  padding-top: 4.8rem !important;
}

.pt-13 {
  padding-top: 5.2rem !important;
}

.pt-14 {
  padding-top: 5.6rem !important;
}

.pt-15 {
  padding-top: 6rem !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.4rem !important;
}

.pb-2 {
  padding-bottom: 0.8rem !important;
}

.pb-3 {
  padding-bottom: 1.2rem !important;
}

.pb-4 {
  padding-bottom: 1.6rem !important;
}

.pb-5 {
  padding-bottom: 2rem !important;
}

.pb-6 {
  padding-bottom: 2.4rem !important;
}

.pb-7 {
  padding-bottom: 2.8rem !important;
}

.pb-8 {
  padding-bottom: 3.2rem !important;
}

.pb-9 {
  padding-bottom: 3.6rem !important;
}

.pb-10 {
  padding-bottom: 4rem !important;
}

.pb-11 {
  padding-bottom: 4.4rem !important;
}

.pb-12 {
  padding-bottom: 4.8rem !important;
}

.pb-13 {
  padding-bottom: 5.2rem !important;
}

.pb-14 {
  padding-bottom: 5.6rem !important;
}

.pb-15 {
  padding-bottom: 6rem !important;
}

.gap-auto {
  gap: auto !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.4rem !important;
}

.gap-2 {
  gap: 0.8rem !important;
}

.gap-3 {
  gap: 1.2rem !important;
}

.gap-4 {
  gap: 1.6rem !important;
}

.gap-5 {
  gap: 2rem !important;
}

.gap-6 {
  gap: 2.4rem !important;
}

.gap-7 {
  gap: 2.8rem !important;
}

.gap-8 {
  gap: 3.2rem !important;
}

.gap-9 {
  gap: 3.6rem !important;
}

.gap-10 {
  gap: 4rem !important;
}

.gap-11 {
  gap: 4.4rem !important;
}

.gap-12 {
  gap: 4.8rem !important;
}

.gap-13 {
  gap: 5.2rem !important;
}

.gap-14 {
  gap: 5.6rem !important;
}

.gap-15 {
  gap: 6rem !important;
}

.row-gap-auto {
  row-gap: auto !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.4rem !important;
}

.row-gap-2 {
  row-gap: 0.8rem !important;
}

.row-gap-3 {
  row-gap: 1.2rem !important;
}

.row-gap-4 {
  row-gap: 1.6rem !important;
}

.row-gap-5 {
  row-gap: 2rem !important;
}

.row-gap-6 {
  row-gap: 2.4rem !important;
}

.row-gap-7 {
  row-gap: 2.8rem !important;
}

.row-gap-8 {
  row-gap: 3.2rem !important;
}

.row-gap-9 {
  row-gap: 3.6rem !important;
}

.row-gap-10 {
  row-gap: 4rem !important;
}

.row-gap-11 {
  row-gap: 4.4rem !important;
}

.row-gap-12 {
  row-gap: 4.8rem !important;
}

.row-gap-13 {
  row-gap: 5.2rem !important;
}

.row-gap-14 {
  row-gap: 5.6rem !important;
}

.row-gap-15 {
  row-gap: 6rem !important;
}

.column-gap-auto {
  column-gap: auto !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.4rem !important;
}

.column-gap-2 {
  column-gap: 0.8rem !important;
}

.column-gap-3 {
  column-gap: 1.2rem !important;
}

.column-gap-4 {
  column-gap: 1.6rem !important;
}

.column-gap-5 {
  column-gap: 2rem !important;
}

.column-gap-6 {
  column-gap: 2.4rem !important;
}

.column-gap-7 {
  column-gap: 2.8rem !important;
}

.column-gap-8 {
  column-gap: 3.2rem !important;
}

.column-gap-9 {
  column-gap: 3.6rem !important;
}

.column-gap-10 {
  column-gap: 4rem !important;
}

.column-gap-11 {
  column-gap: 4.4rem !important;
}

.column-gap-12 {
  column-gap: 4.8rem !important;
}

.column-gap-13 {
  column-gap: 5.2rem !important;
}

.column-gap-14 {
  column-gap: 5.6rem !important;
}

.column-gap-15 {
  column-gap: 6rem !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

@media (min-width: 360px) {
  .object-fit-xs-contain {
    object-fit: contain !important;
  }
  .object-fit-xs-cover {
    object-fit: cover !important;
  }
  .object-fit-xs-fill {
    object-fit: fill !important;
  }
  .object-fit-xs-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xs-none {
    object-fit: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-inline-grid {
    display: inline-grid !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-none {
    display: none !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
  .order-xs-first {
    order: -1 !important;
  }
  .order-xs-0 {
    order: 0 !important;
  }
  .order-xs-1 {
    order: 1 !important;
  }
  .order-xs-2 {
    order: 2 !important;
  }
  .order-xs-3 {
    order: 3 !important;
  }
  .order-xs-4 {
    order: 4 !important;
  }
  .order-xs-5 {
    order: 5 !important;
  }
  .order-xs-last {
    order: 6 !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .m-xs-1 {
    margin: 0.4rem !important;
  }
  .m-xs-2 {
    margin: 0.8rem !important;
  }
  .m-xs-3 {
    margin: 1.2rem !important;
  }
  .m-xs-4 {
    margin: 1.6rem !important;
  }
  .m-xs-5 {
    margin: 2rem !important;
  }
  .m-xs-6 {
    margin: 2.4rem !important;
  }
  .m-xs-7 {
    margin: 2.8rem !important;
  }
  .m-xs-8 {
    margin: 3.2rem !important;
  }
  .m-xs-9 {
    margin: 3.6rem !important;
  }
  .m-xs-10 {
    margin: 4rem !important;
  }
  .m-xs-11 {
    margin: 4.4rem !important;
  }
  .m-xs-12 {
    margin: 4.8rem !important;
  }
  .m-xs-13 {
    margin: 5.2rem !important;
  }
  .m-xs-14 {
    margin: 5.6rem !important;
  }
  .m-xs-15 {
    margin: 6rem !important;
  }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xs-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-xs-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xs-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-xs-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xs-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xs-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xs-7 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-xs-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-xs-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-xs-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xs-11 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-xs-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-xs-13 {
    margin-right: 5.2rem !important;
    margin-left: 5.2rem !important;
  }
  .mx-xs-14 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-xs-15 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xs-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-xs-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xs-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-xs-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xs-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xs-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xs-7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-xs-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-xs-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-xs-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xs-11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-xs-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-xs-13 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important;
  }
  .my-xs-14 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-xs-15 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-1 {
    margin-top: 0.4rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.8rem !important;
  }
  .mt-xs-3 {
    margin-top: 1.2rem !important;
  }
  .mt-xs-4 {
    margin-top: 1.6rem !important;
  }
  .mt-xs-5 {
    margin-top: 2rem !important;
  }
  .mt-xs-6 {
    margin-top: 2.4rem !important;
  }
  .mt-xs-7 {
    margin-top: 2.8rem !important;
  }
  .mt-xs-8 {
    margin-top: 3.2rem !important;
  }
  .mt-xs-9 {
    margin-top: 3.6rem !important;
  }
  .mt-xs-10 {
    margin-top: 4rem !important;
  }
  .mt-xs-11 {
    margin-top: 4.4rem !important;
  }
  .mt-xs-12 {
    margin-top: 4.8rem !important;
  }
  .mt-xs-13 {
    margin-top: 5.2rem !important;
  }
  .mt-xs-14 {
    margin-top: 5.6rem !important;
  }
  .mt-xs-15 {
    margin-top: 6rem !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 2rem !important;
  }
  .mb-xs-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xs-7 {
    margin-bottom: 2.8rem !important;
  }
  .mb-xs-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-xs-9 {
    margin-bottom: 3.6rem !important;
  }
  .mb-xs-10 {
    margin-bottom: 4rem !important;
  }
  .mb-xs-11 {
    margin-bottom: 4.4rem !important;
  }
  .mb-xs-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-xs-13 {
    margin-bottom: 5.2rem !important;
  }
  .mb-xs-14 {
    margin-bottom: 5.6rem !important;
  }
  .mb-xs-15 {
    margin-bottom: 6rem !important;
  }
  .p-xs-auto {
    padding: auto !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .p-xs-1 {
    padding: 0.4rem !important;
  }
  .p-xs-2 {
    padding: 0.8rem !important;
  }
  .p-xs-3 {
    padding: 1.2rem !important;
  }
  .p-xs-4 {
    padding: 1.6rem !important;
  }
  .p-xs-5 {
    padding: 2rem !important;
  }
  .p-xs-6 {
    padding: 2.4rem !important;
  }
  .p-xs-7 {
    padding: 2.8rem !important;
  }
  .p-xs-8 {
    padding: 3.2rem !important;
  }
  .p-xs-9 {
    padding: 3.6rem !important;
  }
  .p-xs-10 {
    padding: 4rem !important;
  }
  .p-xs-11 {
    padding: 4.4rem !important;
  }
  .p-xs-12 {
    padding: 4.8rem !important;
  }
  .p-xs-13 {
    padding: 5.2rem !important;
  }
  .p-xs-14 {
    padding: 5.6rem !important;
  }
  .p-xs-15 {
    padding: 6rem !important;
  }
  .px-xs-auto {
    padding-right: auto !important;
    padding-left: auto !important;
  }
  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xs-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-xs-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xs-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-xs-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xs-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xs-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xs-7 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-xs-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-xs-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-xs-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xs-11 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-xs-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-xs-13 {
    padding-right: 5.2rem !important;
    padding-left: 5.2rem !important;
  }
  .px-xs-14 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-xs-15 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-xs-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xs-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-xs-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xs-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-xs-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xs-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xs-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xs-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-xs-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-xs-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-xs-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xs-11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-xs-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-xs-13 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important;
  }
  .py-xs-14 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-xs-15 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-xs-auto {
    padding-top: auto !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-1 {
    padding-top: 0.4rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.8rem !important;
  }
  .pt-xs-3 {
    padding-top: 1.2rem !important;
  }
  .pt-xs-4 {
    padding-top: 1.6rem !important;
  }
  .pt-xs-5 {
    padding-top: 2rem !important;
  }
  .pt-xs-6 {
    padding-top: 2.4rem !important;
  }
  .pt-xs-7 {
    padding-top: 2.8rem !important;
  }
  .pt-xs-8 {
    padding-top: 3.2rem !important;
  }
  .pt-xs-9 {
    padding-top: 3.6rem !important;
  }
  .pt-xs-10 {
    padding-top: 4rem !important;
  }
  .pt-xs-11 {
    padding-top: 4.4rem !important;
  }
  .pt-xs-12 {
    padding-top: 4.8rem !important;
  }
  .pt-xs-13 {
    padding-top: 5.2rem !important;
  }
  .pt-xs-14 {
    padding-top: 5.6rem !important;
  }
  .pt-xs-15 {
    padding-top: 6rem !important;
  }
  .pb-xs-auto {
    padding-bottom: auto !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 2rem !important;
  }
  .pb-xs-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xs-7 {
    padding-bottom: 2.8rem !important;
  }
  .pb-xs-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-xs-9 {
    padding-bottom: 3.6rem !important;
  }
  .pb-xs-10 {
    padding-bottom: 4rem !important;
  }
  .pb-xs-11 {
    padding-bottom: 4.4rem !important;
  }
  .pb-xs-12 {
    padding-bottom: 4.8rem !important;
  }
  .pb-xs-13 {
    padding-bottom: 5.2rem !important;
  }
  .pb-xs-14 {
    padding-bottom: 5.6rem !important;
  }
  .pb-xs-15 {
    padding-bottom: 6rem !important;
  }
  .gap-xs-auto {
    gap: auto !important;
  }
  .gap-xs-0 {
    gap: 0 !important;
  }
  .gap-xs-1 {
    gap: 0.4rem !important;
  }
  .gap-xs-2 {
    gap: 0.8rem !important;
  }
  .gap-xs-3 {
    gap: 1.2rem !important;
  }
  .gap-xs-4 {
    gap: 1.6rem !important;
  }
  .gap-xs-5 {
    gap: 2rem !important;
  }
  .gap-xs-6 {
    gap: 2.4rem !important;
  }
  .gap-xs-7 {
    gap: 2.8rem !important;
  }
  .gap-xs-8 {
    gap: 3.2rem !important;
  }
  .gap-xs-9 {
    gap: 3.6rem !important;
  }
  .gap-xs-10 {
    gap: 4rem !important;
  }
  .gap-xs-11 {
    gap: 4.4rem !important;
  }
  .gap-xs-12 {
    gap: 4.8rem !important;
  }
  .gap-xs-13 {
    gap: 5.2rem !important;
  }
  .gap-xs-14 {
    gap: 5.6rem !important;
  }
  .gap-xs-15 {
    gap: 6rem !important;
  }
  .row-gap-xs-auto {
    row-gap: auto !important;
  }
  .row-gap-xs-0 {
    row-gap: 0 !important;
  }
  .row-gap-xs-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-xs-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-xs-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-xs-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-xs-5 {
    row-gap: 2rem !important;
  }
  .row-gap-xs-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-xs-7 {
    row-gap: 2.8rem !important;
  }
  .row-gap-xs-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-xs-9 {
    row-gap: 3.6rem !important;
  }
  .row-gap-xs-10 {
    row-gap: 4rem !important;
  }
  .row-gap-xs-11 {
    row-gap: 4.4rem !important;
  }
  .row-gap-xs-12 {
    row-gap: 4.8rem !important;
  }
  .row-gap-xs-13 {
    row-gap: 5.2rem !important;
  }
  .row-gap-xs-14 {
    row-gap: 5.6rem !important;
  }
  .row-gap-xs-15 {
    row-gap: 6rem !important;
  }
  .column-gap-xs-auto {
    column-gap: auto !important;
  }
  .column-gap-xs-0 {
    column-gap: 0 !important;
  }
  .column-gap-xs-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-xs-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-xs-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-xs-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-xs-5 {
    column-gap: 2rem !important;
  }
  .column-gap-xs-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-xs-7 {
    column-gap: 2.8rem !important;
  }
  .column-gap-xs-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-xs-9 {
    column-gap: 3.6rem !important;
  }
  .column-gap-xs-10 {
    column-gap: 4rem !important;
  }
  .column-gap-xs-11 {
    column-gap: 4.4rem !important;
  }
  .column-gap-xs-12 {
    column-gap: 4.8rem !important;
  }
  .column-gap-xs-13 {
    column-gap: 5.2rem !important;
  }
  .column-gap-xs-14 {
    column-gap: 5.6rem !important;
  }
  .column-gap-xs-15 {
    column-gap: 6rem !important;
  }
  .text-xs-start {
    text-align: left !important;
  }
  .text-xs-end {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 640px) {
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.4rem !important;
  }
  .m-sm-2 {
    margin: 0.8rem !important;
  }
  .m-sm-3 {
    margin: 1.2rem !important;
  }
  .m-sm-4 {
    margin: 1.6rem !important;
  }
  .m-sm-5 {
    margin: 2rem !important;
  }
  .m-sm-6 {
    margin: 2.4rem !important;
  }
  .m-sm-7 {
    margin: 2.8rem !important;
  }
  .m-sm-8 {
    margin: 3.2rem !important;
  }
  .m-sm-9 {
    margin: 3.6rem !important;
  }
  .m-sm-10 {
    margin: 4rem !important;
  }
  .m-sm-11 {
    margin: 4.4rem !important;
  }
  .m-sm-12 {
    margin: 4.8rem !important;
  }
  .m-sm-13 {
    margin: 5.2rem !important;
  }
  .m-sm-14 {
    margin: 5.6rem !important;
  }
  .m-sm-15 {
    margin: 6rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-sm-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-sm-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-sm-7 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-sm-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-sm-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-sm-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-11 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-sm-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-sm-13 {
    margin-right: 5.2rem !important;
    margin-left: 5.2rem !important;
  }
  .mx-sm-14 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-sm-15 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-sm-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-sm-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-sm-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-sm-7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-sm-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-sm-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-sm-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-sm-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-sm-13 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important;
  }
  .my-sm-14 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-sm-15 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.4rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.8rem !important;
  }
  .mt-sm-3 {
    margin-top: 1.2rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.6rem !important;
  }
  .mt-sm-5 {
    margin-top: 2rem !important;
  }
  .mt-sm-6 {
    margin-top: 2.4rem !important;
  }
  .mt-sm-7 {
    margin-top: 2.8rem !important;
  }
  .mt-sm-8 {
    margin-top: 3.2rem !important;
  }
  .mt-sm-9 {
    margin-top: 3.6rem !important;
  }
  .mt-sm-10 {
    margin-top: 4rem !important;
  }
  .mt-sm-11 {
    margin-top: 4.4rem !important;
  }
  .mt-sm-12 {
    margin-top: 4.8rem !important;
  }
  .mt-sm-13 {
    margin-top: 5.2rem !important;
  }
  .mt-sm-14 {
    margin-top: 5.6rem !important;
  }
  .mt-sm-15 {
    margin-top: 6rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 2.8rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 3.6rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 4.4rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 5.2rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 5.6rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 6rem !important;
  }
  .p-sm-auto {
    padding: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.4rem !important;
  }
  .p-sm-2 {
    padding: 0.8rem !important;
  }
  .p-sm-3 {
    padding: 1.2rem !important;
  }
  .p-sm-4 {
    padding: 1.6rem !important;
  }
  .p-sm-5 {
    padding: 2rem !important;
  }
  .p-sm-6 {
    padding: 2.4rem !important;
  }
  .p-sm-7 {
    padding: 2.8rem !important;
  }
  .p-sm-8 {
    padding: 3.2rem !important;
  }
  .p-sm-9 {
    padding: 3.6rem !important;
  }
  .p-sm-10 {
    padding: 4rem !important;
  }
  .p-sm-11 {
    padding: 4.4rem !important;
  }
  .p-sm-12 {
    padding: 4.8rem !important;
  }
  .p-sm-13 {
    padding: 5.2rem !important;
  }
  .p-sm-14 {
    padding: 5.6rem !important;
  }
  .p-sm-15 {
    padding: 6rem !important;
  }
  .px-sm-auto {
    padding-right: auto !important;
    padding-left: auto !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-sm-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-sm-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-sm-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-sm-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-sm-7 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-sm-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-sm-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-sm-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-11 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-sm-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-sm-13 {
    padding-right: 5.2rem !important;
    padding-left: 5.2rem !important;
  }
  .px-sm-14 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-sm-15 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-sm-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-sm-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-sm-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-sm-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-sm-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-sm-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-sm-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-sm-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-sm-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-sm-13 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important;
  }
  .py-sm-14 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-sm-15 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-sm-auto {
    padding-top: auto !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.4rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.8rem !important;
  }
  .pt-sm-3 {
    padding-top: 1.2rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.6rem !important;
  }
  .pt-sm-5 {
    padding-top: 2rem !important;
  }
  .pt-sm-6 {
    padding-top: 2.4rem !important;
  }
  .pt-sm-7 {
    padding-top: 2.8rem !important;
  }
  .pt-sm-8 {
    padding-top: 3.2rem !important;
  }
  .pt-sm-9 {
    padding-top: 3.6rem !important;
  }
  .pt-sm-10 {
    padding-top: 4rem !important;
  }
  .pt-sm-11 {
    padding-top: 4.4rem !important;
  }
  .pt-sm-12 {
    padding-top: 4.8rem !important;
  }
  .pt-sm-13 {
    padding-top: 5.2rem !important;
  }
  .pt-sm-14 {
    padding-top: 5.6rem !important;
  }
  .pt-sm-15 {
    padding-top: 6rem !important;
  }
  .pb-sm-auto {
    padding-bottom: auto !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 2.8rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 3.6rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 4.4rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 4.8rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 5.2rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 5.6rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 6rem !important;
  }
  .gap-sm-auto {
    gap: auto !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.4rem !important;
  }
  .gap-sm-2 {
    gap: 0.8rem !important;
  }
  .gap-sm-3 {
    gap: 1.2rem !important;
  }
  .gap-sm-4 {
    gap: 1.6rem !important;
  }
  .gap-sm-5 {
    gap: 2rem !important;
  }
  .gap-sm-6 {
    gap: 2.4rem !important;
  }
  .gap-sm-7 {
    gap: 2.8rem !important;
  }
  .gap-sm-8 {
    gap: 3.2rem !important;
  }
  .gap-sm-9 {
    gap: 3.6rem !important;
  }
  .gap-sm-10 {
    gap: 4rem !important;
  }
  .gap-sm-11 {
    gap: 4.4rem !important;
  }
  .gap-sm-12 {
    gap: 4.8rem !important;
  }
  .gap-sm-13 {
    gap: 5.2rem !important;
  }
  .gap-sm-14 {
    gap: 5.6rem !important;
  }
  .gap-sm-15 {
    gap: 6rem !important;
  }
  .row-gap-sm-auto {
    row-gap: auto !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 2rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 2.8rem !important;
  }
  .row-gap-sm-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-sm-9 {
    row-gap: 3.6rem !important;
  }
  .row-gap-sm-10 {
    row-gap: 4rem !important;
  }
  .row-gap-sm-11 {
    row-gap: 4.4rem !important;
  }
  .row-gap-sm-12 {
    row-gap: 4.8rem !important;
  }
  .row-gap-sm-13 {
    row-gap: 5.2rem !important;
  }
  .row-gap-sm-14 {
    row-gap: 5.6rem !important;
  }
  .row-gap-sm-15 {
    row-gap: 6rem !important;
  }
  .column-gap-sm-auto {
    column-gap: auto !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 2rem !important;
  }
  .column-gap-sm-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-sm-7 {
    column-gap: 2.8rem !important;
  }
  .column-gap-sm-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-sm-9 {
    column-gap: 3.6rem !important;
  }
  .column-gap-sm-10 {
    column-gap: 4rem !important;
  }
  .column-gap-sm-11 {
    column-gap: 4.4rem !important;
  }
  .column-gap-sm-12 {
    column-gap: 4.8rem !important;
  }
  .column-gap-sm-13 {
    column-gap: 5.2rem !important;
  }
  .column-gap-sm-14 {
    column-gap: 5.6rem !important;
  }
  .column-gap-sm-15 {
    column-gap: 6rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.4rem !important;
  }
  .m-md-2 {
    margin: 0.8rem !important;
  }
  .m-md-3 {
    margin: 1.2rem !important;
  }
  .m-md-4 {
    margin: 1.6rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .m-md-6 {
    margin: 2.4rem !important;
  }
  .m-md-7 {
    margin: 2.8rem !important;
  }
  .m-md-8 {
    margin: 3.2rem !important;
  }
  .m-md-9 {
    margin: 3.6rem !important;
  }
  .m-md-10 {
    margin: 4rem !important;
  }
  .m-md-11 {
    margin: 4.4rem !important;
  }
  .m-md-12 {
    margin: 4.8rem !important;
  }
  .m-md-13 {
    margin: 5.2rem !important;
  }
  .m-md-14 {
    margin: 5.6rem !important;
  }
  .m-md-15 {
    margin: 6rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-md-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-md-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-md-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-md-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-md-7 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-md-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-md-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-md-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-11 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-md-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-md-13 {
    margin-right: 5.2rem !important;
    margin-left: 5.2rem !important;
  }
  .mx-md-14 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-md-15 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-md-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-md-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-md-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-md-7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-md-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-md-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-md-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-md-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-md-13 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important;
  }
  .my-md-14 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-md-15 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.4rem !important;
  }
  .mt-md-2 {
    margin-top: 0.8rem !important;
  }
  .mt-md-3 {
    margin-top: 1.2rem !important;
  }
  .mt-md-4 {
    margin-top: 1.6rem !important;
  }
  .mt-md-5 {
    margin-top: 2rem !important;
  }
  .mt-md-6 {
    margin-top: 2.4rem !important;
  }
  .mt-md-7 {
    margin-top: 2.8rem !important;
  }
  .mt-md-8 {
    margin-top: 3.2rem !important;
  }
  .mt-md-9 {
    margin-top: 3.6rem !important;
  }
  .mt-md-10 {
    margin-top: 4rem !important;
  }
  .mt-md-11 {
    margin-top: 4.4rem !important;
  }
  .mt-md-12 {
    margin-top: 4.8rem !important;
  }
  .mt-md-13 {
    margin-top: 5.2rem !important;
  }
  .mt-md-14 {
    margin-top: 5.6rem !important;
  }
  .mt-md-15 {
    margin-top: 6rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2rem !important;
  }
  .mb-md-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-md-7 {
    margin-bottom: 2.8rem !important;
  }
  .mb-md-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-md-9 {
    margin-bottom: 3.6rem !important;
  }
  .mb-md-10 {
    margin-bottom: 4rem !important;
  }
  .mb-md-11 {
    margin-bottom: 4.4rem !important;
  }
  .mb-md-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-md-13 {
    margin-bottom: 5.2rem !important;
  }
  .mb-md-14 {
    margin-bottom: 5.6rem !important;
  }
  .mb-md-15 {
    margin-bottom: 6rem !important;
  }
  .p-md-auto {
    padding: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.4rem !important;
  }
  .p-md-2 {
    padding: 0.8rem !important;
  }
  .p-md-3 {
    padding: 1.2rem !important;
  }
  .p-md-4 {
    padding: 1.6rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .p-md-6 {
    padding: 2.4rem !important;
  }
  .p-md-7 {
    padding: 2.8rem !important;
  }
  .p-md-8 {
    padding: 3.2rem !important;
  }
  .p-md-9 {
    padding: 3.6rem !important;
  }
  .p-md-10 {
    padding: 4rem !important;
  }
  .p-md-11 {
    padding: 4.4rem !important;
  }
  .p-md-12 {
    padding: 4.8rem !important;
  }
  .p-md-13 {
    padding: 5.2rem !important;
  }
  .p-md-14 {
    padding: 5.6rem !important;
  }
  .p-md-15 {
    padding: 6rem !important;
  }
  .px-md-auto {
    padding-right: auto !important;
    padding-left: auto !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-md-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-md-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-md-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-md-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-md-7 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-md-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-md-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-md-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-11 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-md-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-md-13 {
    padding-right: 5.2rem !important;
    padding-left: 5.2rem !important;
  }
  .px-md-14 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-md-15 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-md-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-md-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-md-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-md-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-md-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-md-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-md-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-md-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-md-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-md-13 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important;
  }
  .py-md-14 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-md-15 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-md-auto {
    padding-top: auto !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.4rem !important;
  }
  .pt-md-2 {
    padding-top: 0.8rem !important;
  }
  .pt-md-3 {
    padding-top: 1.2rem !important;
  }
  .pt-md-4 {
    padding-top: 1.6rem !important;
  }
  .pt-md-5 {
    padding-top: 2rem !important;
  }
  .pt-md-6 {
    padding-top: 2.4rem !important;
  }
  .pt-md-7 {
    padding-top: 2.8rem !important;
  }
  .pt-md-8 {
    padding-top: 3.2rem !important;
  }
  .pt-md-9 {
    padding-top: 3.6rem !important;
  }
  .pt-md-10 {
    padding-top: 4rem !important;
  }
  .pt-md-11 {
    padding-top: 4.4rem !important;
  }
  .pt-md-12 {
    padding-top: 4.8rem !important;
  }
  .pt-md-13 {
    padding-top: 5.2rem !important;
  }
  .pt-md-14 {
    padding-top: 5.6rem !important;
  }
  .pt-md-15 {
    padding-top: 6rem !important;
  }
  .pb-md-auto {
    padding-bottom: auto !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2rem !important;
  }
  .pb-md-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-md-7 {
    padding-bottom: 2.8rem !important;
  }
  .pb-md-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-md-9 {
    padding-bottom: 3.6rem !important;
  }
  .pb-md-10 {
    padding-bottom: 4rem !important;
  }
  .pb-md-11 {
    padding-bottom: 4.4rem !important;
  }
  .pb-md-12 {
    padding-bottom: 4.8rem !important;
  }
  .pb-md-13 {
    padding-bottom: 5.2rem !important;
  }
  .pb-md-14 {
    padding-bottom: 5.6rem !important;
  }
  .pb-md-15 {
    padding-bottom: 6rem !important;
  }
  .gap-md-auto {
    gap: auto !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.4rem !important;
  }
  .gap-md-2 {
    gap: 0.8rem !important;
  }
  .gap-md-3 {
    gap: 1.2rem !important;
  }
  .gap-md-4 {
    gap: 1.6rem !important;
  }
  .gap-md-5 {
    gap: 2rem !important;
  }
  .gap-md-6 {
    gap: 2.4rem !important;
  }
  .gap-md-7 {
    gap: 2.8rem !important;
  }
  .gap-md-8 {
    gap: 3.2rem !important;
  }
  .gap-md-9 {
    gap: 3.6rem !important;
  }
  .gap-md-10 {
    gap: 4rem !important;
  }
  .gap-md-11 {
    gap: 4.4rem !important;
  }
  .gap-md-12 {
    gap: 4.8rem !important;
  }
  .gap-md-13 {
    gap: 5.2rem !important;
  }
  .gap-md-14 {
    gap: 5.6rem !important;
  }
  .gap-md-15 {
    gap: 6rem !important;
  }
  .row-gap-md-auto {
    row-gap: auto !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-md-5 {
    row-gap: 2rem !important;
  }
  .row-gap-md-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-md-7 {
    row-gap: 2.8rem !important;
  }
  .row-gap-md-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-md-9 {
    row-gap: 3.6rem !important;
  }
  .row-gap-md-10 {
    row-gap: 4rem !important;
  }
  .row-gap-md-11 {
    row-gap: 4.4rem !important;
  }
  .row-gap-md-12 {
    row-gap: 4.8rem !important;
  }
  .row-gap-md-13 {
    row-gap: 5.2rem !important;
  }
  .row-gap-md-14 {
    row-gap: 5.6rem !important;
  }
  .row-gap-md-15 {
    row-gap: 6rem !important;
  }
  .column-gap-md-auto {
    column-gap: auto !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-md-5 {
    column-gap: 2rem !important;
  }
  .column-gap-md-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-md-7 {
    column-gap: 2.8rem !important;
  }
  .column-gap-md-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-md-9 {
    column-gap: 3.6rem !important;
  }
  .column-gap-md-10 {
    column-gap: 4rem !important;
  }
  .column-gap-md-11 {
    column-gap: 4.4rem !important;
  }
  .column-gap-md-12 {
    column-gap: 4.8rem !important;
  }
  .column-gap-md-13 {
    column-gap: 5.2rem !important;
  }
  .column-gap-md-14 {
    column-gap: 5.6rem !important;
  }
  .column-gap-md-15 {
    column-gap: 6rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.4rem !important;
  }
  .m-lg-2 {
    margin: 0.8rem !important;
  }
  .m-lg-3 {
    margin: 1.2rem !important;
  }
  .m-lg-4 {
    margin: 1.6rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .m-lg-6 {
    margin: 2.4rem !important;
  }
  .m-lg-7 {
    margin: 2.8rem !important;
  }
  .m-lg-8 {
    margin: 3.2rem !important;
  }
  .m-lg-9 {
    margin: 3.6rem !important;
  }
  .m-lg-10 {
    margin: 4rem !important;
  }
  .m-lg-11 {
    margin: 4.4rem !important;
  }
  .m-lg-12 {
    margin: 4.8rem !important;
  }
  .m-lg-13 {
    margin: 5.2rem !important;
  }
  .m-lg-14 {
    margin: 5.6rem !important;
  }
  .m-lg-15 {
    margin: 6rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-lg-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-lg-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-lg-7 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-lg-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-lg-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-lg-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-11 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-lg-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-lg-13 {
    margin-right: 5.2rem !important;
    margin-left: 5.2rem !important;
  }
  .mx-lg-14 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-lg-15 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-lg-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-lg-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-lg-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-lg-7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-lg-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-lg-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-lg-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-lg-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-lg-13 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important;
  }
  .my-lg-14 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-lg-15 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.4rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.8rem !important;
  }
  .mt-lg-3 {
    margin-top: 1.2rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.6rem !important;
  }
  .mt-lg-5 {
    margin-top: 2rem !important;
  }
  .mt-lg-6 {
    margin-top: 2.4rem !important;
  }
  .mt-lg-7 {
    margin-top: 2.8rem !important;
  }
  .mt-lg-8 {
    margin-top: 3.2rem !important;
  }
  .mt-lg-9 {
    margin-top: 3.6rem !important;
  }
  .mt-lg-10 {
    margin-top: 4rem !important;
  }
  .mt-lg-11 {
    margin-top: 4.4rem !important;
  }
  .mt-lg-12 {
    margin-top: 4.8rem !important;
  }
  .mt-lg-13 {
    margin-top: 5.2rem !important;
  }
  .mt-lg-14 {
    margin-top: 5.6rem !important;
  }
  .mt-lg-15 {
    margin-top: 6rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 2.8rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 3.6rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 4.4rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 5.2rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 5.6rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 6rem !important;
  }
  .p-lg-auto {
    padding: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.4rem !important;
  }
  .p-lg-2 {
    padding: 0.8rem !important;
  }
  .p-lg-3 {
    padding: 1.2rem !important;
  }
  .p-lg-4 {
    padding: 1.6rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .p-lg-6 {
    padding: 2.4rem !important;
  }
  .p-lg-7 {
    padding: 2.8rem !important;
  }
  .p-lg-8 {
    padding: 3.2rem !important;
  }
  .p-lg-9 {
    padding: 3.6rem !important;
  }
  .p-lg-10 {
    padding: 4rem !important;
  }
  .p-lg-11 {
    padding: 4.4rem !important;
  }
  .p-lg-12 {
    padding: 4.8rem !important;
  }
  .p-lg-13 {
    padding: 5.2rem !important;
  }
  .p-lg-14 {
    padding: 5.6rem !important;
  }
  .p-lg-15 {
    padding: 6rem !important;
  }
  .px-lg-auto {
    padding-right: auto !important;
    padding-left: auto !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-lg-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-lg-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-lg-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-lg-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-lg-7 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-lg-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-lg-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-lg-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-11 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-lg-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-lg-13 {
    padding-right: 5.2rem !important;
    padding-left: 5.2rem !important;
  }
  .px-lg-14 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-lg-15 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-lg-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-lg-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-lg-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-lg-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-lg-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-lg-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-lg-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-lg-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-lg-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-lg-13 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important;
  }
  .py-lg-14 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-lg-15 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-lg-auto {
    padding-top: auto !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.4rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.8rem !important;
  }
  .pt-lg-3 {
    padding-top: 1.2rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.6rem !important;
  }
  .pt-lg-5 {
    padding-top: 2rem !important;
  }
  .pt-lg-6 {
    padding-top: 2.4rem !important;
  }
  .pt-lg-7 {
    padding-top: 2.8rem !important;
  }
  .pt-lg-8 {
    padding-top: 3.2rem !important;
  }
  .pt-lg-9 {
    padding-top: 3.6rem !important;
  }
  .pt-lg-10 {
    padding-top: 4rem !important;
  }
  .pt-lg-11 {
    padding-top: 4.4rem !important;
  }
  .pt-lg-12 {
    padding-top: 4.8rem !important;
  }
  .pt-lg-13 {
    padding-top: 5.2rem !important;
  }
  .pt-lg-14 {
    padding-top: 5.6rem !important;
  }
  .pt-lg-15 {
    padding-top: 6rem !important;
  }
  .pb-lg-auto {
    padding-bottom: auto !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 2.8rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 3.6rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 4.4rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 4.8rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 5.2rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 5.6rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 6rem !important;
  }
  .gap-lg-auto {
    gap: auto !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.4rem !important;
  }
  .gap-lg-2 {
    gap: 0.8rem !important;
  }
  .gap-lg-3 {
    gap: 1.2rem !important;
  }
  .gap-lg-4 {
    gap: 1.6rem !important;
  }
  .gap-lg-5 {
    gap: 2rem !important;
  }
  .gap-lg-6 {
    gap: 2.4rem !important;
  }
  .gap-lg-7 {
    gap: 2.8rem !important;
  }
  .gap-lg-8 {
    gap: 3.2rem !important;
  }
  .gap-lg-9 {
    gap: 3.6rem !important;
  }
  .gap-lg-10 {
    gap: 4rem !important;
  }
  .gap-lg-11 {
    gap: 4.4rem !important;
  }
  .gap-lg-12 {
    gap: 4.8rem !important;
  }
  .gap-lg-13 {
    gap: 5.2rem !important;
  }
  .gap-lg-14 {
    gap: 5.6rem !important;
  }
  .gap-lg-15 {
    gap: 6rem !important;
  }
  .row-gap-lg-auto {
    row-gap: auto !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 2rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 2.8rem !important;
  }
  .row-gap-lg-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-lg-9 {
    row-gap: 3.6rem !important;
  }
  .row-gap-lg-10 {
    row-gap: 4rem !important;
  }
  .row-gap-lg-11 {
    row-gap: 4.4rem !important;
  }
  .row-gap-lg-12 {
    row-gap: 4.8rem !important;
  }
  .row-gap-lg-13 {
    row-gap: 5.2rem !important;
  }
  .row-gap-lg-14 {
    row-gap: 5.6rem !important;
  }
  .row-gap-lg-15 {
    row-gap: 6rem !important;
  }
  .column-gap-lg-auto {
    column-gap: auto !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 2rem !important;
  }
  .column-gap-lg-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-lg-7 {
    column-gap: 2.8rem !important;
  }
  .column-gap-lg-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-lg-9 {
    column-gap: 3.6rem !important;
  }
  .column-gap-lg-10 {
    column-gap: 4rem !important;
  }
  .column-gap-lg-11 {
    column-gap: 4.4rem !important;
  }
  .column-gap-lg-12 {
    column-gap: 4.8rem !important;
  }
  .column-gap-lg-13 {
    column-gap: 5.2rem !important;
  }
  .column-gap-lg-14 {
    column-gap: 5.6rem !important;
  }
  .column-gap-lg-15 {
    column-gap: 6rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.4rem !important;
  }
  .m-xl-2 {
    margin: 0.8rem !important;
  }
  .m-xl-3 {
    margin: 1.2rem !important;
  }
  .m-xl-4 {
    margin: 1.6rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .m-xl-6 {
    margin: 2.4rem !important;
  }
  .m-xl-7 {
    margin: 2.8rem !important;
  }
  .m-xl-8 {
    margin: 3.2rem !important;
  }
  .m-xl-9 {
    margin: 3.6rem !important;
  }
  .m-xl-10 {
    margin: 4rem !important;
  }
  .m-xl-11 {
    margin: 4.4rem !important;
  }
  .m-xl-12 {
    margin: 4.8rem !important;
  }
  .m-xl-13 {
    margin: 5.2rem !important;
  }
  .m-xl-14 {
    margin: 5.6rem !important;
  }
  .m-xl-15 {
    margin: 6rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xl-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xl-7 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-xl-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-xl-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-xl-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-11 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-xl-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-xl-13 {
    margin-right: 5.2rem !important;
    margin-left: 5.2rem !important;
  }
  .mx-xl-14 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-xl-15 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-xl-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xl-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-xl-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xl-7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-xl-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-xl-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-xl-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-xl-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-xl-13 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important;
  }
  .my-xl-14 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-xl-15 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.4rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.8rem !important;
  }
  .mt-xl-3 {
    margin-top: 1.2rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.6rem !important;
  }
  .mt-xl-5 {
    margin-top: 2rem !important;
  }
  .mt-xl-6 {
    margin-top: 2.4rem !important;
  }
  .mt-xl-7 {
    margin-top: 2.8rem !important;
  }
  .mt-xl-8 {
    margin-top: 3.2rem !important;
  }
  .mt-xl-9 {
    margin-top: 3.6rem !important;
  }
  .mt-xl-10 {
    margin-top: 4rem !important;
  }
  .mt-xl-11 {
    margin-top: 4.4rem !important;
  }
  .mt-xl-12 {
    margin-top: 4.8rem !important;
  }
  .mt-xl-13 {
    margin-top: 5.2rem !important;
  }
  .mt-xl-14 {
    margin-top: 5.6rem !important;
  }
  .mt-xl-15 {
    margin-top: 6rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 2.8rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 3.6rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 4.4rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 5.2rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 5.6rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 6rem !important;
  }
  .p-xl-auto {
    padding: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.4rem !important;
  }
  .p-xl-2 {
    padding: 0.8rem !important;
  }
  .p-xl-3 {
    padding: 1.2rem !important;
  }
  .p-xl-4 {
    padding: 1.6rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .p-xl-6 {
    padding: 2.4rem !important;
  }
  .p-xl-7 {
    padding: 2.8rem !important;
  }
  .p-xl-8 {
    padding: 3.2rem !important;
  }
  .p-xl-9 {
    padding: 3.6rem !important;
  }
  .p-xl-10 {
    padding: 4rem !important;
  }
  .p-xl-11 {
    padding: 4.4rem !important;
  }
  .p-xl-12 {
    padding: 4.8rem !important;
  }
  .p-xl-13 {
    padding: 5.2rem !important;
  }
  .p-xl-14 {
    padding: 5.6rem !important;
  }
  .p-xl-15 {
    padding: 6rem !important;
  }
  .px-xl-auto {
    padding-right: auto !important;
    padding-left: auto !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-xl-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xl-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-xl-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xl-7 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-xl-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-xl-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-xl-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-11 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-xl-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-xl-13 {
    padding-right: 5.2rem !important;
    padding-left: 5.2rem !important;
  }
  .px-xl-14 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-xl-15 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-xl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-xl-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xl-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-xl-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xl-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-xl-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-xl-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-xl-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-xl-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-xl-13 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important;
  }
  .py-xl-14 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-xl-15 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-xl-auto {
    padding-top: auto !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.4rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.8rem !important;
  }
  .pt-xl-3 {
    padding-top: 1.2rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.6rem !important;
  }
  .pt-xl-5 {
    padding-top: 2rem !important;
  }
  .pt-xl-6 {
    padding-top: 2.4rem !important;
  }
  .pt-xl-7 {
    padding-top: 2.8rem !important;
  }
  .pt-xl-8 {
    padding-top: 3.2rem !important;
  }
  .pt-xl-9 {
    padding-top: 3.6rem !important;
  }
  .pt-xl-10 {
    padding-top: 4rem !important;
  }
  .pt-xl-11 {
    padding-top: 4.4rem !important;
  }
  .pt-xl-12 {
    padding-top: 4.8rem !important;
  }
  .pt-xl-13 {
    padding-top: 5.2rem !important;
  }
  .pt-xl-14 {
    padding-top: 5.6rem !important;
  }
  .pt-xl-15 {
    padding-top: 6rem !important;
  }
  .pb-xl-auto {
    padding-bottom: auto !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 2.8rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 3.6rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 4.4rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 4.8rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 5.2rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 5.6rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 6rem !important;
  }
  .gap-xl-auto {
    gap: auto !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.4rem !important;
  }
  .gap-xl-2 {
    gap: 0.8rem !important;
  }
  .gap-xl-3 {
    gap: 1.2rem !important;
  }
  .gap-xl-4 {
    gap: 1.6rem !important;
  }
  .gap-xl-5 {
    gap: 2rem !important;
  }
  .gap-xl-6 {
    gap: 2.4rem !important;
  }
  .gap-xl-7 {
    gap: 2.8rem !important;
  }
  .gap-xl-8 {
    gap: 3.2rem !important;
  }
  .gap-xl-9 {
    gap: 3.6rem !important;
  }
  .gap-xl-10 {
    gap: 4rem !important;
  }
  .gap-xl-11 {
    gap: 4.4rem !important;
  }
  .gap-xl-12 {
    gap: 4.8rem !important;
  }
  .gap-xl-13 {
    gap: 5.2rem !important;
  }
  .gap-xl-14 {
    gap: 5.6rem !important;
  }
  .gap-xl-15 {
    gap: 6rem !important;
  }
  .row-gap-xl-auto {
    row-gap: auto !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 2rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 2.8rem !important;
  }
  .row-gap-xl-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-xl-9 {
    row-gap: 3.6rem !important;
  }
  .row-gap-xl-10 {
    row-gap: 4rem !important;
  }
  .row-gap-xl-11 {
    row-gap: 4.4rem !important;
  }
  .row-gap-xl-12 {
    row-gap: 4.8rem !important;
  }
  .row-gap-xl-13 {
    row-gap: 5.2rem !important;
  }
  .row-gap-xl-14 {
    row-gap: 5.6rem !important;
  }
  .row-gap-xl-15 {
    row-gap: 6rem !important;
  }
  .column-gap-xl-auto {
    column-gap: auto !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 2rem !important;
  }
  .column-gap-xl-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-xl-7 {
    column-gap: 2.8rem !important;
  }
  .column-gap-xl-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-xl-9 {
    column-gap: 3.6rem !important;
  }
  .column-gap-xl-10 {
    column-gap: 4rem !important;
  }
  .column-gap-xl-11 {
    column-gap: 4.4rem !important;
  }
  .column-gap-xl-12 {
    column-gap: 4.8rem !important;
  }
  .column-gap-xl-13 {
    column-gap: 5.2rem !important;
  }
  .column-gap-xl-14 {
    column-gap: 5.6rem !important;
  }
  .column-gap-xl-15 {
    column-gap: 6rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1336px) {
  .object-fit-2xl-contain {
    object-fit: contain !important;
  }
  .object-fit-2xl-cover {
    object-fit: cover !important;
  }
  .object-fit-2xl-fill {
    object-fit: fill !important;
  }
  .object-fit-2xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-2xl-none {
    object-fit: none !important;
  }
  .d-2xl-inline {
    display: inline !important;
  }
  .d-2xl-inline-block {
    display: inline-block !important;
  }
  .d-2xl-block {
    display: block !important;
  }
  .d-2xl-grid {
    display: grid !important;
  }
  .d-2xl-inline-grid {
    display: inline-grid !important;
  }
  .d-2xl-table {
    display: table !important;
  }
  .d-2xl-table-row {
    display: table-row !important;
  }
  .d-2xl-table-cell {
    display: table-cell !important;
  }
  .d-2xl-flex {
    display: flex !important;
  }
  .d-2xl-inline-flex {
    display: inline-flex !important;
  }
  .d-2xl-none {
    display: none !important;
  }
  .flex-2xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-2xl-row {
    flex-direction: row !important;
  }
  .flex-2xl-column {
    flex-direction: column !important;
  }
  .flex-2xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-2xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-2xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-2xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-2xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-2xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-2xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-2xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-2xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-2xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-2xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-2xl-center {
    justify-content: center !important;
  }
  .justify-content-2xl-between {
    justify-content: space-between !important;
  }
  .justify-content-2xl-around {
    justify-content: space-around !important;
  }
  .justify-content-2xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-2xl-start {
    align-items: flex-start !important;
  }
  .align-items-2xl-end {
    align-items: flex-end !important;
  }
  .align-items-2xl-center {
    align-items: center !important;
  }
  .align-items-2xl-baseline {
    align-items: baseline !important;
  }
  .align-items-2xl-stretch {
    align-items: stretch !important;
  }
  .align-content-2xl-start {
    align-content: flex-start !important;
  }
  .align-content-2xl-end {
    align-content: flex-end !important;
  }
  .align-content-2xl-center {
    align-content: center !important;
  }
  .align-content-2xl-between {
    align-content: space-between !important;
  }
  .align-content-2xl-around {
    align-content: space-around !important;
  }
  .align-content-2xl-stretch {
    align-content: stretch !important;
  }
  .align-self-2xl-auto {
    align-self: auto !important;
  }
  .align-self-2xl-start {
    align-self: flex-start !important;
  }
  .align-self-2xl-end {
    align-self: flex-end !important;
  }
  .align-self-2xl-center {
    align-self: center !important;
  }
  .align-self-2xl-baseline {
    align-self: baseline !important;
  }
  .align-self-2xl-stretch {
    align-self: stretch !important;
  }
  .order-2xl-first {
    order: -1 !important;
  }
  .order-2xl-0 {
    order: 0 !important;
  }
  .order-2xl-1 {
    order: 1 !important;
  }
  .order-2xl-2 {
    order: 2 !important;
  }
  .order-2xl-3 {
    order: 3 !important;
  }
  .order-2xl-4 {
    order: 4 !important;
  }
  .order-2xl-5 {
    order: 5 !important;
  }
  .order-2xl-last {
    order: 6 !important;
  }
  .m-2xl-auto {
    margin: auto !important;
  }
  .m-2xl-0 {
    margin: 0 !important;
  }
  .m-2xl-1 {
    margin: 0.4rem !important;
  }
  .m-2xl-2 {
    margin: 0.8rem !important;
  }
  .m-2xl-3 {
    margin: 1.2rem !important;
  }
  .m-2xl-4 {
    margin: 1.6rem !important;
  }
  .m-2xl-5 {
    margin: 2rem !important;
  }
  .m-2xl-6 {
    margin: 2.4rem !important;
  }
  .m-2xl-7 {
    margin: 2.8rem !important;
  }
  .m-2xl-8 {
    margin: 3.2rem !important;
  }
  .m-2xl-9 {
    margin: 3.6rem !important;
  }
  .m-2xl-10 {
    margin: 4rem !important;
  }
  .m-2xl-11 {
    margin: 4.4rem !important;
  }
  .m-2xl-12 {
    margin: 4.8rem !important;
  }
  .m-2xl-13 {
    margin: 5.2rem !important;
  }
  .m-2xl-14 {
    margin: 5.6rem !important;
  }
  .m-2xl-15 {
    margin: 6rem !important;
  }
  .mx-2xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .mx-2xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-2xl-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-2xl-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-2xl-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-2xl-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-2xl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-2xl-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-2xl-7 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-2xl-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-2xl-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-2xl-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-2xl-11 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-2xl-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-2xl-13 {
    margin-right: 5.2rem !important;
    margin-left: 5.2rem !important;
  }
  .mx-2xl-14 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-2xl-15 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-2xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-2xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-2xl-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-2xl-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-2xl-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-2xl-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-2xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-2xl-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-2xl-7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-2xl-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-2xl-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-2xl-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-2xl-11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-2xl-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-2xl-13 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important;
  }
  .my-2xl-14 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-2xl-15 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mt-2xl-auto {
    margin-top: auto !important;
  }
  .mt-2xl-0 {
    margin-top: 0 !important;
  }
  .mt-2xl-1 {
    margin-top: 0.4rem !important;
  }
  .mt-2xl-2 {
    margin-top: 0.8rem !important;
  }
  .mt-2xl-3 {
    margin-top: 1.2rem !important;
  }
  .mt-2xl-4 {
    margin-top: 1.6rem !important;
  }
  .mt-2xl-5 {
    margin-top: 2rem !important;
  }
  .mt-2xl-6 {
    margin-top: 2.4rem !important;
  }
  .mt-2xl-7 {
    margin-top: 2.8rem !important;
  }
  .mt-2xl-8 {
    margin-top: 3.2rem !important;
  }
  .mt-2xl-9 {
    margin-top: 3.6rem !important;
  }
  .mt-2xl-10 {
    margin-top: 4rem !important;
  }
  .mt-2xl-11 {
    margin-top: 4.4rem !important;
  }
  .mt-2xl-12 {
    margin-top: 4.8rem !important;
  }
  .mt-2xl-13 {
    margin-top: 5.2rem !important;
  }
  .mt-2xl-14 {
    margin-top: 5.6rem !important;
  }
  .mt-2xl-15 {
    margin-top: 6rem !important;
  }
  .mb-2xl-auto {
    margin-bottom: auto !important;
  }
  .mb-2xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-2xl-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-2xl-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-2xl-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-2xl-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-2xl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-2xl-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-2xl-7 {
    margin-bottom: 2.8rem !important;
  }
  .mb-2xl-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-2xl-9 {
    margin-bottom: 3.6rem !important;
  }
  .mb-2xl-10 {
    margin-bottom: 4rem !important;
  }
  .mb-2xl-11 {
    margin-bottom: 4.4rem !important;
  }
  .mb-2xl-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-2xl-13 {
    margin-bottom: 5.2rem !important;
  }
  .mb-2xl-14 {
    margin-bottom: 5.6rem !important;
  }
  .mb-2xl-15 {
    margin-bottom: 6rem !important;
  }
  .p-2xl-auto {
    padding: auto !important;
  }
  .p-2xl-0 {
    padding: 0 !important;
  }
  .p-2xl-1 {
    padding: 0.4rem !important;
  }
  .p-2xl-2 {
    padding: 0.8rem !important;
  }
  .p-2xl-3 {
    padding: 1.2rem !important;
  }
  .p-2xl-4 {
    padding: 1.6rem !important;
  }
  .p-2xl-5 {
    padding: 2rem !important;
  }
  .p-2xl-6 {
    padding: 2.4rem !important;
  }
  .p-2xl-7 {
    padding: 2.8rem !important;
  }
  .p-2xl-8 {
    padding: 3.2rem !important;
  }
  .p-2xl-9 {
    padding: 3.6rem !important;
  }
  .p-2xl-10 {
    padding: 4rem !important;
  }
  .p-2xl-11 {
    padding: 4.4rem !important;
  }
  .p-2xl-12 {
    padding: 4.8rem !important;
  }
  .p-2xl-13 {
    padding: 5.2rem !important;
  }
  .p-2xl-14 {
    padding: 5.6rem !important;
  }
  .p-2xl-15 {
    padding: 6rem !important;
  }
  .px-2xl-auto {
    padding-right: auto !important;
    padding-left: auto !important;
  }
  .px-2xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-2xl-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-2xl-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-2xl-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-2xl-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-2xl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-2xl-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-2xl-7 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-2xl-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-2xl-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-2xl-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-2xl-11 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-2xl-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-2xl-13 {
    padding-right: 5.2rem !important;
    padding-left: 5.2rem !important;
  }
  .px-2xl-14 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-2xl-15 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-2xl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .py-2xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-2xl-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-2xl-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-2xl-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-2xl-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-2xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-2xl-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-2xl-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-2xl-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-2xl-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-2xl-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-2xl-11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-2xl-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-2xl-13 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important;
  }
  .py-2xl-14 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-2xl-15 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-2xl-auto {
    padding-top: auto !important;
  }
  .pt-2xl-0 {
    padding-top: 0 !important;
  }
  .pt-2xl-1 {
    padding-top: 0.4rem !important;
  }
  .pt-2xl-2 {
    padding-top: 0.8rem !important;
  }
  .pt-2xl-3 {
    padding-top: 1.2rem !important;
  }
  .pt-2xl-4 {
    padding-top: 1.6rem !important;
  }
  .pt-2xl-5 {
    padding-top: 2rem !important;
  }
  .pt-2xl-6 {
    padding-top: 2.4rem !important;
  }
  .pt-2xl-7 {
    padding-top: 2.8rem !important;
  }
  .pt-2xl-8 {
    padding-top: 3.2rem !important;
  }
  .pt-2xl-9 {
    padding-top: 3.6rem !important;
  }
  .pt-2xl-10 {
    padding-top: 4rem !important;
  }
  .pt-2xl-11 {
    padding-top: 4.4rem !important;
  }
  .pt-2xl-12 {
    padding-top: 4.8rem !important;
  }
  .pt-2xl-13 {
    padding-top: 5.2rem !important;
  }
  .pt-2xl-14 {
    padding-top: 5.6rem !important;
  }
  .pt-2xl-15 {
    padding-top: 6rem !important;
  }
  .pb-2xl-auto {
    padding-bottom: auto !important;
  }
  .pb-2xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-2xl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-2xl-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-2xl-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-2xl-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-2xl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-2xl-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-2xl-7 {
    padding-bottom: 2.8rem !important;
  }
  .pb-2xl-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-2xl-9 {
    padding-bottom: 3.6rem !important;
  }
  .pb-2xl-10 {
    padding-bottom: 4rem !important;
  }
  .pb-2xl-11 {
    padding-bottom: 4.4rem !important;
  }
  .pb-2xl-12 {
    padding-bottom: 4.8rem !important;
  }
  .pb-2xl-13 {
    padding-bottom: 5.2rem !important;
  }
  .pb-2xl-14 {
    padding-bottom: 5.6rem !important;
  }
  .pb-2xl-15 {
    padding-bottom: 6rem !important;
  }
  .gap-2xl-auto {
    gap: auto !important;
  }
  .gap-2xl-0 {
    gap: 0 !important;
  }
  .gap-2xl-1 {
    gap: 0.4rem !important;
  }
  .gap-2xl-2 {
    gap: 0.8rem !important;
  }
  .gap-2xl-3 {
    gap: 1.2rem !important;
  }
  .gap-2xl-4 {
    gap: 1.6rem !important;
  }
  .gap-2xl-5 {
    gap: 2rem !important;
  }
  .gap-2xl-6 {
    gap: 2.4rem !important;
  }
  .gap-2xl-7 {
    gap: 2.8rem !important;
  }
  .gap-2xl-8 {
    gap: 3.2rem !important;
  }
  .gap-2xl-9 {
    gap: 3.6rem !important;
  }
  .gap-2xl-10 {
    gap: 4rem !important;
  }
  .gap-2xl-11 {
    gap: 4.4rem !important;
  }
  .gap-2xl-12 {
    gap: 4.8rem !important;
  }
  .gap-2xl-13 {
    gap: 5.2rem !important;
  }
  .gap-2xl-14 {
    gap: 5.6rem !important;
  }
  .gap-2xl-15 {
    gap: 6rem !important;
  }
  .row-gap-2xl-auto {
    row-gap: auto !important;
  }
  .row-gap-2xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-2xl-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-2xl-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-2xl-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-2xl-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-2xl-5 {
    row-gap: 2rem !important;
  }
  .row-gap-2xl-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-2xl-7 {
    row-gap: 2.8rem !important;
  }
  .row-gap-2xl-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-2xl-9 {
    row-gap: 3.6rem !important;
  }
  .row-gap-2xl-10 {
    row-gap: 4rem !important;
  }
  .row-gap-2xl-11 {
    row-gap: 4.4rem !important;
  }
  .row-gap-2xl-12 {
    row-gap: 4.8rem !important;
  }
  .row-gap-2xl-13 {
    row-gap: 5.2rem !important;
  }
  .row-gap-2xl-14 {
    row-gap: 5.6rem !important;
  }
  .row-gap-2xl-15 {
    row-gap: 6rem !important;
  }
  .column-gap-2xl-auto {
    column-gap: auto !important;
  }
  .column-gap-2xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-2xl-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-2xl-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-2xl-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-2xl-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-2xl-5 {
    column-gap: 2rem !important;
  }
  .column-gap-2xl-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-2xl-7 {
    column-gap: 2.8rem !important;
  }
  .column-gap-2xl-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-2xl-9 {
    column-gap: 3.6rem !important;
  }
  .column-gap-2xl-10 {
    column-gap: 4rem !important;
  }
  .column-gap-2xl-11 {
    column-gap: 4.4rem !important;
  }
  .column-gap-2xl-12 {
    column-gap: 4.8rem !important;
  }
  .column-gap-2xl-13 {
    column-gap: 5.2rem !important;
  }
  .column-gap-2xl-14 {
    column-gap: 5.6rem !important;
  }
  .column-gap-2xl-15 {
    column-gap: 6rem !important;
  }
  .text-2xl-start {
    text-align: left !important;
  }
  .text-2xl-end {
    text-align: right !important;
  }
  .text-2xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .object-fit-3xl-contain {
    object-fit: contain !important;
  }
  .object-fit-3xl-cover {
    object-fit: cover !important;
  }
  .object-fit-3xl-fill {
    object-fit: fill !important;
  }
  .object-fit-3xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-3xl-none {
    object-fit: none !important;
  }
  .d-3xl-inline {
    display: inline !important;
  }
  .d-3xl-inline-block {
    display: inline-block !important;
  }
  .d-3xl-block {
    display: block !important;
  }
  .d-3xl-grid {
    display: grid !important;
  }
  .d-3xl-inline-grid {
    display: inline-grid !important;
  }
  .d-3xl-table {
    display: table !important;
  }
  .d-3xl-table-row {
    display: table-row !important;
  }
  .d-3xl-table-cell {
    display: table-cell !important;
  }
  .d-3xl-flex {
    display: flex !important;
  }
  .d-3xl-inline-flex {
    display: inline-flex !important;
  }
  .d-3xl-none {
    display: none !important;
  }
  .flex-3xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-3xl-row {
    flex-direction: row !important;
  }
  .flex-3xl-column {
    flex-direction: column !important;
  }
  .flex-3xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-3xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-3xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-3xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-3xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-3xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-3xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-3xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-3xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-3xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-3xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-3xl-center {
    justify-content: center !important;
  }
  .justify-content-3xl-between {
    justify-content: space-between !important;
  }
  .justify-content-3xl-around {
    justify-content: space-around !important;
  }
  .justify-content-3xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-3xl-start {
    align-items: flex-start !important;
  }
  .align-items-3xl-end {
    align-items: flex-end !important;
  }
  .align-items-3xl-center {
    align-items: center !important;
  }
  .align-items-3xl-baseline {
    align-items: baseline !important;
  }
  .align-items-3xl-stretch {
    align-items: stretch !important;
  }
  .align-content-3xl-start {
    align-content: flex-start !important;
  }
  .align-content-3xl-end {
    align-content: flex-end !important;
  }
  .align-content-3xl-center {
    align-content: center !important;
  }
  .align-content-3xl-between {
    align-content: space-between !important;
  }
  .align-content-3xl-around {
    align-content: space-around !important;
  }
  .align-content-3xl-stretch {
    align-content: stretch !important;
  }
  .align-self-3xl-auto {
    align-self: auto !important;
  }
  .align-self-3xl-start {
    align-self: flex-start !important;
  }
  .align-self-3xl-end {
    align-self: flex-end !important;
  }
  .align-self-3xl-center {
    align-self: center !important;
  }
  .align-self-3xl-baseline {
    align-self: baseline !important;
  }
  .align-self-3xl-stretch {
    align-self: stretch !important;
  }
  .order-3xl-first {
    order: -1 !important;
  }
  .order-3xl-0 {
    order: 0 !important;
  }
  .order-3xl-1 {
    order: 1 !important;
  }
  .order-3xl-2 {
    order: 2 !important;
  }
  .order-3xl-3 {
    order: 3 !important;
  }
  .order-3xl-4 {
    order: 4 !important;
  }
  .order-3xl-5 {
    order: 5 !important;
  }
  .order-3xl-last {
    order: 6 !important;
  }
  .m-3xl-auto {
    margin: auto !important;
  }
  .m-3xl-0 {
    margin: 0 !important;
  }
  .m-3xl-1 {
    margin: 0.4rem !important;
  }
  .m-3xl-2 {
    margin: 0.8rem !important;
  }
  .m-3xl-3 {
    margin: 1.2rem !important;
  }
  .m-3xl-4 {
    margin: 1.6rem !important;
  }
  .m-3xl-5 {
    margin: 2rem !important;
  }
  .m-3xl-6 {
    margin: 2.4rem !important;
  }
  .m-3xl-7 {
    margin: 2.8rem !important;
  }
  .m-3xl-8 {
    margin: 3.2rem !important;
  }
  .m-3xl-9 {
    margin: 3.6rem !important;
  }
  .m-3xl-10 {
    margin: 4rem !important;
  }
  .m-3xl-11 {
    margin: 4.4rem !important;
  }
  .m-3xl-12 {
    margin: 4.8rem !important;
  }
  .m-3xl-13 {
    margin: 5.2rem !important;
  }
  .m-3xl-14 {
    margin: 5.6rem !important;
  }
  .m-3xl-15 {
    margin: 6rem !important;
  }
  .mx-3xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .mx-3xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-3xl-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-3xl-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-3xl-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-3xl-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-3xl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-3xl-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-3xl-7 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-3xl-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-3xl-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-3xl-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-3xl-11 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-3xl-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-3xl-13 {
    margin-right: 5.2rem !important;
    margin-left: 5.2rem !important;
  }
  .mx-3xl-14 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-3xl-15 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-3xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-3xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-3xl-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-3xl-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-3xl-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-3xl-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-3xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-3xl-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-3xl-7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-3xl-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-3xl-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-3xl-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-3xl-11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-3xl-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-3xl-13 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important;
  }
  .my-3xl-14 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-3xl-15 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mt-3xl-auto {
    margin-top: auto !important;
  }
  .mt-3xl-0 {
    margin-top: 0 !important;
  }
  .mt-3xl-1 {
    margin-top: 0.4rem !important;
  }
  .mt-3xl-2 {
    margin-top: 0.8rem !important;
  }
  .mt-3xl-3 {
    margin-top: 1.2rem !important;
  }
  .mt-3xl-4 {
    margin-top: 1.6rem !important;
  }
  .mt-3xl-5 {
    margin-top: 2rem !important;
  }
  .mt-3xl-6 {
    margin-top: 2.4rem !important;
  }
  .mt-3xl-7 {
    margin-top: 2.8rem !important;
  }
  .mt-3xl-8 {
    margin-top: 3.2rem !important;
  }
  .mt-3xl-9 {
    margin-top: 3.6rem !important;
  }
  .mt-3xl-10 {
    margin-top: 4rem !important;
  }
  .mt-3xl-11 {
    margin-top: 4.4rem !important;
  }
  .mt-3xl-12 {
    margin-top: 4.8rem !important;
  }
  .mt-3xl-13 {
    margin-top: 5.2rem !important;
  }
  .mt-3xl-14 {
    margin-top: 5.6rem !important;
  }
  .mt-3xl-15 {
    margin-top: 6rem !important;
  }
  .mb-3xl-auto {
    margin-bottom: auto !important;
  }
  .mb-3xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-3xl-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-3xl-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-3xl-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-3xl-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-3xl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-3xl-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-3xl-7 {
    margin-bottom: 2.8rem !important;
  }
  .mb-3xl-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-3xl-9 {
    margin-bottom: 3.6rem !important;
  }
  .mb-3xl-10 {
    margin-bottom: 4rem !important;
  }
  .mb-3xl-11 {
    margin-bottom: 4.4rem !important;
  }
  .mb-3xl-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-3xl-13 {
    margin-bottom: 5.2rem !important;
  }
  .mb-3xl-14 {
    margin-bottom: 5.6rem !important;
  }
  .mb-3xl-15 {
    margin-bottom: 6rem !important;
  }
  .p-3xl-auto {
    padding: auto !important;
  }
  .p-3xl-0 {
    padding: 0 !important;
  }
  .p-3xl-1 {
    padding: 0.4rem !important;
  }
  .p-3xl-2 {
    padding: 0.8rem !important;
  }
  .p-3xl-3 {
    padding: 1.2rem !important;
  }
  .p-3xl-4 {
    padding: 1.6rem !important;
  }
  .p-3xl-5 {
    padding: 2rem !important;
  }
  .p-3xl-6 {
    padding: 2.4rem !important;
  }
  .p-3xl-7 {
    padding: 2.8rem !important;
  }
  .p-3xl-8 {
    padding: 3.2rem !important;
  }
  .p-3xl-9 {
    padding: 3.6rem !important;
  }
  .p-3xl-10 {
    padding: 4rem !important;
  }
  .p-3xl-11 {
    padding: 4.4rem !important;
  }
  .p-3xl-12 {
    padding: 4.8rem !important;
  }
  .p-3xl-13 {
    padding: 5.2rem !important;
  }
  .p-3xl-14 {
    padding: 5.6rem !important;
  }
  .p-3xl-15 {
    padding: 6rem !important;
  }
  .px-3xl-auto {
    padding-right: auto !important;
    padding-left: auto !important;
  }
  .px-3xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-3xl-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-3xl-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-3xl-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-3xl-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-3xl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-3xl-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-3xl-7 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-3xl-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-3xl-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-3xl-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-3xl-11 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-3xl-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-3xl-13 {
    padding-right: 5.2rem !important;
    padding-left: 5.2rem !important;
  }
  .px-3xl-14 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-3xl-15 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-3xl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .py-3xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-3xl-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-3xl-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-3xl-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-3xl-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-3xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-3xl-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-3xl-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-3xl-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-3xl-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-3xl-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-3xl-11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-3xl-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-3xl-13 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important;
  }
  .py-3xl-14 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-3xl-15 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-3xl-auto {
    padding-top: auto !important;
  }
  .pt-3xl-0 {
    padding-top: 0 !important;
  }
  .pt-3xl-1 {
    padding-top: 0.4rem !important;
  }
  .pt-3xl-2 {
    padding-top: 0.8rem !important;
  }
  .pt-3xl-3 {
    padding-top: 1.2rem !important;
  }
  .pt-3xl-4 {
    padding-top: 1.6rem !important;
  }
  .pt-3xl-5 {
    padding-top: 2rem !important;
  }
  .pt-3xl-6 {
    padding-top: 2.4rem !important;
  }
  .pt-3xl-7 {
    padding-top: 2.8rem !important;
  }
  .pt-3xl-8 {
    padding-top: 3.2rem !important;
  }
  .pt-3xl-9 {
    padding-top: 3.6rem !important;
  }
  .pt-3xl-10 {
    padding-top: 4rem !important;
  }
  .pt-3xl-11 {
    padding-top: 4.4rem !important;
  }
  .pt-3xl-12 {
    padding-top: 4.8rem !important;
  }
  .pt-3xl-13 {
    padding-top: 5.2rem !important;
  }
  .pt-3xl-14 {
    padding-top: 5.6rem !important;
  }
  .pt-3xl-15 {
    padding-top: 6rem !important;
  }
  .pb-3xl-auto {
    padding-bottom: auto !important;
  }
  .pb-3xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-3xl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-3xl-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-3xl-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-3xl-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-3xl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-3xl-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-3xl-7 {
    padding-bottom: 2.8rem !important;
  }
  .pb-3xl-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-3xl-9 {
    padding-bottom: 3.6rem !important;
  }
  .pb-3xl-10 {
    padding-bottom: 4rem !important;
  }
  .pb-3xl-11 {
    padding-bottom: 4.4rem !important;
  }
  .pb-3xl-12 {
    padding-bottom: 4.8rem !important;
  }
  .pb-3xl-13 {
    padding-bottom: 5.2rem !important;
  }
  .pb-3xl-14 {
    padding-bottom: 5.6rem !important;
  }
  .pb-3xl-15 {
    padding-bottom: 6rem !important;
  }
  .gap-3xl-auto {
    gap: auto !important;
  }
  .gap-3xl-0 {
    gap: 0 !important;
  }
  .gap-3xl-1 {
    gap: 0.4rem !important;
  }
  .gap-3xl-2 {
    gap: 0.8rem !important;
  }
  .gap-3xl-3 {
    gap: 1.2rem !important;
  }
  .gap-3xl-4 {
    gap: 1.6rem !important;
  }
  .gap-3xl-5 {
    gap: 2rem !important;
  }
  .gap-3xl-6 {
    gap: 2.4rem !important;
  }
  .gap-3xl-7 {
    gap: 2.8rem !important;
  }
  .gap-3xl-8 {
    gap: 3.2rem !important;
  }
  .gap-3xl-9 {
    gap: 3.6rem !important;
  }
  .gap-3xl-10 {
    gap: 4rem !important;
  }
  .gap-3xl-11 {
    gap: 4.4rem !important;
  }
  .gap-3xl-12 {
    gap: 4.8rem !important;
  }
  .gap-3xl-13 {
    gap: 5.2rem !important;
  }
  .gap-3xl-14 {
    gap: 5.6rem !important;
  }
  .gap-3xl-15 {
    gap: 6rem !important;
  }
  .row-gap-3xl-auto {
    row-gap: auto !important;
  }
  .row-gap-3xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-3xl-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-3xl-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-3xl-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-3xl-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-3xl-5 {
    row-gap: 2rem !important;
  }
  .row-gap-3xl-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-3xl-7 {
    row-gap: 2.8rem !important;
  }
  .row-gap-3xl-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-3xl-9 {
    row-gap: 3.6rem !important;
  }
  .row-gap-3xl-10 {
    row-gap: 4rem !important;
  }
  .row-gap-3xl-11 {
    row-gap: 4.4rem !important;
  }
  .row-gap-3xl-12 {
    row-gap: 4.8rem !important;
  }
  .row-gap-3xl-13 {
    row-gap: 5.2rem !important;
  }
  .row-gap-3xl-14 {
    row-gap: 5.6rem !important;
  }
  .row-gap-3xl-15 {
    row-gap: 6rem !important;
  }
  .column-gap-3xl-auto {
    column-gap: auto !important;
  }
  .column-gap-3xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-3xl-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-3xl-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-3xl-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-3xl-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-3xl-5 {
    column-gap: 2rem !important;
  }
  .column-gap-3xl-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-3xl-7 {
    column-gap: 2.8rem !important;
  }
  .column-gap-3xl-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-3xl-9 {
    column-gap: 3.6rem !important;
  }
  .column-gap-3xl-10 {
    column-gap: 4rem !important;
  }
  .column-gap-3xl-11 {
    column-gap: 4.4rem !important;
  }
  .column-gap-3xl-12 {
    column-gap: 4.8rem !important;
  }
  .column-gap-3xl-13 {
    column-gap: 5.2rem !important;
  }
  .column-gap-3xl-14 {
    column-gap: 5.6rem !important;
  }
  .column-gap-3xl-15 {
    column-gap: 6rem !important;
  }
  .text-3xl-start {
    text-align: left !important;
  }
  .text-3xl-end {
    text-align: right !important;
  }
  .text-3xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1676px) {
  .object-fit-4xl-contain {
    object-fit: contain !important;
  }
  .object-fit-4xl-cover {
    object-fit: cover !important;
  }
  .object-fit-4xl-fill {
    object-fit: fill !important;
  }
  .object-fit-4xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-4xl-none {
    object-fit: none !important;
  }
  .d-4xl-inline {
    display: inline !important;
  }
  .d-4xl-inline-block {
    display: inline-block !important;
  }
  .d-4xl-block {
    display: block !important;
  }
  .d-4xl-grid {
    display: grid !important;
  }
  .d-4xl-inline-grid {
    display: inline-grid !important;
  }
  .d-4xl-table {
    display: table !important;
  }
  .d-4xl-table-row {
    display: table-row !important;
  }
  .d-4xl-table-cell {
    display: table-cell !important;
  }
  .d-4xl-flex {
    display: flex !important;
  }
  .d-4xl-inline-flex {
    display: inline-flex !important;
  }
  .d-4xl-none {
    display: none !important;
  }
  .flex-4xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-4xl-row {
    flex-direction: row !important;
  }
  .flex-4xl-column {
    flex-direction: column !important;
  }
  .flex-4xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-4xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-4xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-4xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-4xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-4xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-4xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-4xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-4xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-4xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-4xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-4xl-center {
    justify-content: center !important;
  }
  .justify-content-4xl-between {
    justify-content: space-between !important;
  }
  .justify-content-4xl-around {
    justify-content: space-around !important;
  }
  .justify-content-4xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-4xl-start {
    align-items: flex-start !important;
  }
  .align-items-4xl-end {
    align-items: flex-end !important;
  }
  .align-items-4xl-center {
    align-items: center !important;
  }
  .align-items-4xl-baseline {
    align-items: baseline !important;
  }
  .align-items-4xl-stretch {
    align-items: stretch !important;
  }
  .align-content-4xl-start {
    align-content: flex-start !important;
  }
  .align-content-4xl-end {
    align-content: flex-end !important;
  }
  .align-content-4xl-center {
    align-content: center !important;
  }
  .align-content-4xl-between {
    align-content: space-between !important;
  }
  .align-content-4xl-around {
    align-content: space-around !important;
  }
  .align-content-4xl-stretch {
    align-content: stretch !important;
  }
  .align-self-4xl-auto {
    align-self: auto !important;
  }
  .align-self-4xl-start {
    align-self: flex-start !important;
  }
  .align-self-4xl-end {
    align-self: flex-end !important;
  }
  .align-self-4xl-center {
    align-self: center !important;
  }
  .align-self-4xl-baseline {
    align-self: baseline !important;
  }
  .align-self-4xl-stretch {
    align-self: stretch !important;
  }
  .order-4xl-first {
    order: -1 !important;
  }
  .order-4xl-0 {
    order: 0 !important;
  }
  .order-4xl-1 {
    order: 1 !important;
  }
  .order-4xl-2 {
    order: 2 !important;
  }
  .order-4xl-3 {
    order: 3 !important;
  }
  .order-4xl-4 {
    order: 4 !important;
  }
  .order-4xl-5 {
    order: 5 !important;
  }
  .order-4xl-last {
    order: 6 !important;
  }
  .m-4xl-auto {
    margin: auto !important;
  }
  .m-4xl-0 {
    margin: 0 !important;
  }
  .m-4xl-1 {
    margin: 0.4rem !important;
  }
  .m-4xl-2 {
    margin: 0.8rem !important;
  }
  .m-4xl-3 {
    margin: 1.2rem !important;
  }
  .m-4xl-4 {
    margin: 1.6rem !important;
  }
  .m-4xl-5 {
    margin: 2rem !important;
  }
  .m-4xl-6 {
    margin: 2.4rem !important;
  }
  .m-4xl-7 {
    margin: 2.8rem !important;
  }
  .m-4xl-8 {
    margin: 3.2rem !important;
  }
  .m-4xl-9 {
    margin: 3.6rem !important;
  }
  .m-4xl-10 {
    margin: 4rem !important;
  }
  .m-4xl-11 {
    margin: 4.4rem !important;
  }
  .m-4xl-12 {
    margin: 4.8rem !important;
  }
  .m-4xl-13 {
    margin: 5.2rem !important;
  }
  .m-4xl-14 {
    margin: 5.6rem !important;
  }
  .m-4xl-15 {
    margin: 6rem !important;
  }
  .mx-4xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .mx-4xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-4xl-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-4xl-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-4xl-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-4xl-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-4xl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-4xl-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-4xl-7 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-4xl-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-4xl-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-4xl-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-4xl-11 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-4xl-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-4xl-13 {
    margin-right: 5.2rem !important;
    margin-left: 5.2rem !important;
  }
  .mx-4xl-14 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-4xl-15 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-4xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-4xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-4xl-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-4xl-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-4xl-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-4xl-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-4xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-4xl-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-4xl-7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-4xl-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-4xl-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-4xl-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-4xl-11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-4xl-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-4xl-13 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important;
  }
  .my-4xl-14 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-4xl-15 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mt-4xl-auto {
    margin-top: auto !important;
  }
  .mt-4xl-0 {
    margin-top: 0 !important;
  }
  .mt-4xl-1 {
    margin-top: 0.4rem !important;
  }
  .mt-4xl-2 {
    margin-top: 0.8rem !important;
  }
  .mt-4xl-3 {
    margin-top: 1.2rem !important;
  }
  .mt-4xl-4 {
    margin-top: 1.6rem !important;
  }
  .mt-4xl-5 {
    margin-top: 2rem !important;
  }
  .mt-4xl-6 {
    margin-top: 2.4rem !important;
  }
  .mt-4xl-7 {
    margin-top: 2.8rem !important;
  }
  .mt-4xl-8 {
    margin-top: 3.2rem !important;
  }
  .mt-4xl-9 {
    margin-top: 3.6rem !important;
  }
  .mt-4xl-10 {
    margin-top: 4rem !important;
  }
  .mt-4xl-11 {
    margin-top: 4.4rem !important;
  }
  .mt-4xl-12 {
    margin-top: 4.8rem !important;
  }
  .mt-4xl-13 {
    margin-top: 5.2rem !important;
  }
  .mt-4xl-14 {
    margin-top: 5.6rem !important;
  }
  .mt-4xl-15 {
    margin-top: 6rem !important;
  }
  .mb-4xl-auto {
    margin-bottom: auto !important;
  }
  .mb-4xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-4xl-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-4xl-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-4xl-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-4xl-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-4xl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-4xl-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-4xl-7 {
    margin-bottom: 2.8rem !important;
  }
  .mb-4xl-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-4xl-9 {
    margin-bottom: 3.6rem !important;
  }
  .mb-4xl-10 {
    margin-bottom: 4rem !important;
  }
  .mb-4xl-11 {
    margin-bottom: 4.4rem !important;
  }
  .mb-4xl-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-4xl-13 {
    margin-bottom: 5.2rem !important;
  }
  .mb-4xl-14 {
    margin-bottom: 5.6rem !important;
  }
  .mb-4xl-15 {
    margin-bottom: 6rem !important;
  }
  .p-4xl-auto {
    padding: auto !important;
  }
  .p-4xl-0 {
    padding: 0 !important;
  }
  .p-4xl-1 {
    padding: 0.4rem !important;
  }
  .p-4xl-2 {
    padding: 0.8rem !important;
  }
  .p-4xl-3 {
    padding: 1.2rem !important;
  }
  .p-4xl-4 {
    padding: 1.6rem !important;
  }
  .p-4xl-5 {
    padding: 2rem !important;
  }
  .p-4xl-6 {
    padding: 2.4rem !important;
  }
  .p-4xl-7 {
    padding: 2.8rem !important;
  }
  .p-4xl-8 {
    padding: 3.2rem !important;
  }
  .p-4xl-9 {
    padding: 3.6rem !important;
  }
  .p-4xl-10 {
    padding: 4rem !important;
  }
  .p-4xl-11 {
    padding: 4.4rem !important;
  }
  .p-4xl-12 {
    padding: 4.8rem !important;
  }
  .p-4xl-13 {
    padding: 5.2rem !important;
  }
  .p-4xl-14 {
    padding: 5.6rem !important;
  }
  .p-4xl-15 {
    padding: 6rem !important;
  }
  .px-4xl-auto {
    padding-right: auto !important;
    padding-left: auto !important;
  }
  .px-4xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-4xl-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-4xl-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-4xl-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-4xl-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-4xl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-4xl-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-4xl-7 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-4xl-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-4xl-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-4xl-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-4xl-11 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-4xl-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-4xl-13 {
    padding-right: 5.2rem !important;
    padding-left: 5.2rem !important;
  }
  .px-4xl-14 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-4xl-15 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-4xl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .py-4xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-4xl-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-4xl-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-4xl-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-4xl-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-4xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-4xl-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-4xl-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-4xl-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-4xl-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-4xl-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-4xl-11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-4xl-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-4xl-13 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important;
  }
  .py-4xl-14 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-4xl-15 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-4xl-auto {
    padding-top: auto !important;
  }
  .pt-4xl-0 {
    padding-top: 0 !important;
  }
  .pt-4xl-1 {
    padding-top: 0.4rem !important;
  }
  .pt-4xl-2 {
    padding-top: 0.8rem !important;
  }
  .pt-4xl-3 {
    padding-top: 1.2rem !important;
  }
  .pt-4xl-4 {
    padding-top: 1.6rem !important;
  }
  .pt-4xl-5 {
    padding-top: 2rem !important;
  }
  .pt-4xl-6 {
    padding-top: 2.4rem !important;
  }
  .pt-4xl-7 {
    padding-top: 2.8rem !important;
  }
  .pt-4xl-8 {
    padding-top: 3.2rem !important;
  }
  .pt-4xl-9 {
    padding-top: 3.6rem !important;
  }
  .pt-4xl-10 {
    padding-top: 4rem !important;
  }
  .pt-4xl-11 {
    padding-top: 4.4rem !important;
  }
  .pt-4xl-12 {
    padding-top: 4.8rem !important;
  }
  .pt-4xl-13 {
    padding-top: 5.2rem !important;
  }
  .pt-4xl-14 {
    padding-top: 5.6rem !important;
  }
  .pt-4xl-15 {
    padding-top: 6rem !important;
  }
  .pb-4xl-auto {
    padding-bottom: auto !important;
  }
  .pb-4xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-4xl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-4xl-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-4xl-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-4xl-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-4xl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-4xl-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-4xl-7 {
    padding-bottom: 2.8rem !important;
  }
  .pb-4xl-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-4xl-9 {
    padding-bottom: 3.6rem !important;
  }
  .pb-4xl-10 {
    padding-bottom: 4rem !important;
  }
  .pb-4xl-11 {
    padding-bottom: 4.4rem !important;
  }
  .pb-4xl-12 {
    padding-bottom: 4.8rem !important;
  }
  .pb-4xl-13 {
    padding-bottom: 5.2rem !important;
  }
  .pb-4xl-14 {
    padding-bottom: 5.6rem !important;
  }
  .pb-4xl-15 {
    padding-bottom: 6rem !important;
  }
  .gap-4xl-auto {
    gap: auto !important;
  }
  .gap-4xl-0 {
    gap: 0 !important;
  }
  .gap-4xl-1 {
    gap: 0.4rem !important;
  }
  .gap-4xl-2 {
    gap: 0.8rem !important;
  }
  .gap-4xl-3 {
    gap: 1.2rem !important;
  }
  .gap-4xl-4 {
    gap: 1.6rem !important;
  }
  .gap-4xl-5 {
    gap: 2rem !important;
  }
  .gap-4xl-6 {
    gap: 2.4rem !important;
  }
  .gap-4xl-7 {
    gap: 2.8rem !important;
  }
  .gap-4xl-8 {
    gap: 3.2rem !important;
  }
  .gap-4xl-9 {
    gap: 3.6rem !important;
  }
  .gap-4xl-10 {
    gap: 4rem !important;
  }
  .gap-4xl-11 {
    gap: 4.4rem !important;
  }
  .gap-4xl-12 {
    gap: 4.8rem !important;
  }
  .gap-4xl-13 {
    gap: 5.2rem !important;
  }
  .gap-4xl-14 {
    gap: 5.6rem !important;
  }
  .gap-4xl-15 {
    gap: 6rem !important;
  }
  .row-gap-4xl-auto {
    row-gap: auto !important;
  }
  .row-gap-4xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-4xl-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-4xl-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-4xl-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-4xl-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-4xl-5 {
    row-gap: 2rem !important;
  }
  .row-gap-4xl-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-4xl-7 {
    row-gap: 2.8rem !important;
  }
  .row-gap-4xl-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-4xl-9 {
    row-gap: 3.6rem !important;
  }
  .row-gap-4xl-10 {
    row-gap: 4rem !important;
  }
  .row-gap-4xl-11 {
    row-gap: 4.4rem !important;
  }
  .row-gap-4xl-12 {
    row-gap: 4.8rem !important;
  }
  .row-gap-4xl-13 {
    row-gap: 5.2rem !important;
  }
  .row-gap-4xl-14 {
    row-gap: 5.6rem !important;
  }
  .row-gap-4xl-15 {
    row-gap: 6rem !important;
  }
  .column-gap-4xl-auto {
    column-gap: auto !important;
  }
  .column-gap-4xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-4xl-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-4xl-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-4xl-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-4xl-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-4xl-5 {
    column-gap: 2rem !important;
  }
  .column-gap-4xl-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-4xl-7 {
    column-gap: 2.8rem !important;
  }
  .column-gap-4xl-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-4xl-9 {
    column-gap: 3.6rem !important;
  }
  .column-gap-4xl-10 {
    column-gap: 4rem !important;
  }
  .column-gap-4xl-11 {
    column-gap: 4.4rem !important;
  }
  .column-gap-4xl-12 {
    column-gap: 4.8rem !important;
  }
  .column-gap-4xl-13 {
    column-gap: 5.2rem !important;
  }
  .column-gap-4xl-14 {
    column-gap: 5.6rem !important;
  }
  .column-gap-4xl-15 {
    column-gap: 6rem !important;
  }
  .text-4xl-start {
    text-align: left !important;
  }
  .text-4xl-end {
    text-align: right !important;
  }
  .text-4xl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
html {
  font-size: 8px;
}
@media only screen and (min-width: 360px) {
  html {
    font-size: 10px;
  }
}

body {
  direction: rtl;
  background: #f9f9f9;
}

* {
  font-family: IRANYekan, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: unset;
  cursor: pointer;
}

input {
  border: none;
}

textarea {
  border: none;
  resize: none;
}

button {
  border: none;
  background: transparent;
  cursor: pointer;
}

ul,
ol,
dd {
  list-style: none;
}

[class^=icon-]::before, [class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  display: block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-active:before {
  content: "\e900";
}

.icon-addcircle:before {
  content: "\e901";
}

.icon-addcircleFill:before {
  content: "\e902";
}

.icon-addComment:before {
  content: "\e903";
}

.icon-addSimple:before {
  content: "\e904";
}

.icon-ads:before {
  content: "\e905";
}

.icon-adsLeft:before {
  content: "\e906";
}

.icon-amazing:before {
  content: "\e907";
}

.icon-aparat:before {
  content: "\e908";
}

.icon-apple:before {
  content: "\e909";
}

.icon-arrowDown:before {
  content: "\e90a";
}

.icon-arrowLeft:before {
  content: "\e90b";
}

.icon-arrowRight:before {
  content: "\e90c";
}

.icon-askQuestion:before {
  content: "\e90d";
}

.icon-beauty:before {
  content: "\e90e";
}

.icon-beautyFill:before {
  content: "\e90f";
}

.icon-bookStationary:before {
  content: "\e910";
}

.icon-bookStationaryFill:before {
  content: "\e911";
}

.icon-calendarCard:before {
  content: "\e912";
}

.icon-cancel:before {
  content: "\e913";
}

.icon-cardBank:before {
  content: "\e914";
}

.icon-cart:before {
  content: "\e915";
}

.icon-cartFill:before {
  content: "\e916";
}

.icon-cashBack:before {
  content: "\e917";
}

.icon-category:before {
  content: "\e918";
}

.icon-categoryFill:before {
  content: "\e919";
}

.icon-chevronDown:before {
  content: "\e91a";
}

.icon-chevronLeft:before {
  content: "\e91b";
}

.icon-chevronRight:before {
  content: "\e91c";
}

.icon-chevronUp:before {
  content: "\e91d";
}

.icon-circle:before {
  content: "\e91e";
}

.icon-clear:before {
  content: "\e91f";
}

.icon-close:before {
  content: "\e920";
}

.icon-comingSoon:before {
  content: "\e921";
}

.icon-comment:before {
  content: "\e922";
}

.icon-compare:before {
  content: "\e923";
}

.icon-copy:before {
  content: "\e924";
}

.icon-credit:before {
  content: "\e925";
}

.icon-delete:before {
  content: "\e926";
}

.icon-deliveryExpress:before {
  content: "\e927";
}

.icon-deliveryInstant:before {
  content: "\e928";
}

.icon-digiclub:before {
  content: "\e929";
}

.icon-digipay:before {
  content: "\e92a";
}

.icon-digiplus:before {
  content: "\e92b";
}

.icon-discount:before {
  content: "\e92c";
}

.icon-disLike:before {
  content: "\e92d";
}

.icon-dk:before {
  content: "\e92e";
}

.icon-dkSmile:before {
  content: "\e92f";
}

.icon-done:before {
  content: "\e930";
}

.icon-dotFill:before {
  content: "\e931";
}

.icon-dropdown:before {
  content: "\e932";
}

.icon-edit:before {
  content: "\e933";
}

.icon-electronic:before {
  content: "\e934";
}

.icon-electronicFill:before {
  content: "\e935";
}

.icon-error:before {
  content: "\e936";
}

.icon-facebook:before {
  content: "\e937";
}

.icon-fashion:before {
  content: "\e938";
}

.icon-fashionFill:before {
  content: "\e939";
}

.icon-favorite:before {
  content: "\e93a";
}

.icon-favoriteFill:before {
  content: "\e93b";
}

.icon-filter:before {
  content: "\e93c";
}

.icon-flag:before {
  content: "\e93d";
}

.icon-free:before {
  content: "\e93e";
}

.icon-fresh:before {
  content: "\e93f";
}

.icon-giftCard:before {
  content: "\e940";
}

.icon-guarantee:before {
  content: "\e941";
}

.icon-historyLog:before {
  content: "\e942";
}

.icon-home:before {
  content: "\e943";
}

.icon-home2Outline:before {
  content: "\e944";
}

.icon-homeFill:before {
  content: "\e945";
}

.icon-homeKitchen:before {
  content: "\e946";
}

.icon-homeKitchenFill:before {
  content: "\e947";
}

.icon-infoFill:before {
  content: "\e948";
}

.icon-infoOutline:before {
  content: "\e949";
}

.icon-instagram:before {
  content: "\e94a";
}

.icon-invoice:before {
  content: "\e94b";
}

.icon-kidsToy:before {
  content: "\e94c";
}

.icon-kidsToyFill:before {
  content: "\e94d";
}

.icon-like:before {
  content: "\e94e";
}

.icon-linkedin:before {
  content: "\e94f";
}

.icon-list:before {
  content: "\e950";
}

.icon-location:before {
  content: "\e951";
}

.icon-logo:before {
  content: "\e952";
}

.icon-logoFa:before {
  content: "\e953";
}

.icon-luckyDraw:before {
  content: "\e954";
}

.icon-menu:before {
  content: "\e955";
}

.icon-missions:before {
  content: "\e956";
}

.icon-mobile:before {
  content: "\e957";
}

.icon-mobileFill:before {
  content: "\e958";
}

.icon-moreHorizontal:before {
  content: "\e959";
}

.icon-moreVertical:before {
  content: "\e95a";
}

.icon-mute:before {
  content: "\e95b";
}

.icon-nativeBusiness:before {
  content: "\e95c";
}

.icon-newAddress:before {
  content: "\e95d";
}

.icon-notificationActiveOutline:before {
  content: "\e95e";
}

.icon-notificationOffOutline:before {
  content: "\e95f";
}

.icon-order:before {
  content: "\e960";
}

.icon-orderReturn:before {
  content: "\e961";
}

.icon-organizationCredit:before {
  content: "\e962";
}

.icon-paymentWallet:before {
  content: "\e963";
}

.icon-phone:before {
  content: "\e964";
}

.icon-post:before {
  content: "\e965";
}

.icon-priceChart:before {
  content: "\e966";
}

.icon-pricetag:before {
  content: "\e967";
}

.icon-productAvailable:before {
  content: "\e968";
}

.icon-productIdeal:before {
  content: "\e969";
}

.icon-profile:before {
  content: "\e96a";
}

.icon-profileFill:before {
  content: "\e96b";
}

.icon-question:before {
  content: "\e96c";
}

.icon-questionExclamation:before {
  content: "\e96d";
}

.icon-removeSimple:before {
  content: "\e96e";
}

.icon-saveForLater:before {
  content: "\e96f";
}

.icon-search:before {
  content: "\e970";
}

.icon-searchHistory:before {
  content: "\e971";
}

.icon-searchTrend:before {
  content: "\e972";
}

.icon-seller:before {
  content: "\e973";
}

.icon-setting:before {
  content: "\e974";
}

.icon-share:before {
  content: "\e975";
}

.icon-signIn:before {
  content: "\e976";
}

.icon-signOut:before {
  content: "\e977";
}

.icon-sort:before {
  content: "\e978";
}

.icon-specialAmazing:before {
  content: "\e979";
}

.icon-sportOutdoor:before {
  content: "\e97a";
}

.icon-sportOutdoorFill:before {
  content: "\e97b";
}

.icon-star:before {
  content: "\e97c";
}

.icon-star-2:before {
  content: "\e97d";
}

.icon-starfill:before {
  content: "\e97e";
}

.icon-street:before {
  content: "\e97f";
}

.icon-support:before {
  content: "\e980";
}

.icon-tollsFill:before {
  content: "\e981";
}

.icon-toman:before {
  content: "\e982";
}

.icon-tools:before {
  content: "\e983";
}

.icon-trendDown:before {
  content: "\e984";
}

.icon-trendUp:before {
  content: "\e985";
}

.icon-twitter:before {
  content: "\e986";
}

.icon-upload:before {
  content: "\e987";
}

.icon-vehicles:before {
  content: "\e988";
}

.icon-vehiclesFill:before {
  content: "\e989";
}

.icon-verifiedUser:before {
  content: "\e98a";
}

.icon-visibilityOff:before {
  content: "\e98b";
}

.icon-visibilityOn:before {
  content: "\e98c";
}

.icon-voucher:before {
  content: "\e98d";
}

@font-face {
  font-family: icon;
  src: url("../fonts/icon/icomoon.eot");
  src: url("../fonts/icon/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icon/icomoon.ttf") format("truetype"), url("../fonts/icon/icomoon.woff") format("woff"), url("../fonts/icon/icomoon.svg#icomoon") format("svg");
}
@font-face {
  font-family: IRANYekan;
  font-weight: 100;
  src: url(../fonts/iranyekanwebthin/iranyekanwebthin.eot);
  src: url(../fonts/iranyekanwebthin/iranyekanwebthin.eot) format("embedded-opentype");
  src: url(../fonts/iranyekanwebthin/iranyekanwebthin.woff) format("woff");
  src: url(../fonts/iranyekanwebthin/iranyekanwebthin.ttf) format("truetype");
}
@font-face {
  font-family: IRANYekan;
  font-weight: 300;
  src: url(../fonts/iranyekanweblight/iranyekanweblight.eot);
  src: url(../fonts/iranyekanweblight/iranyekanweblight.eot) format("embedded-opentype"), url(../fonts/iranyekanweblight/iranyekanweblight.woff) format("woff"), url(../fonts/iranyekanweblight/iranyekanweblight.ttf) format("truetype");
}
@font-face {
  font-family: IRANYekan;
  font-weight: 400;
  src: url(../fonts/iranyekanwebregular/iranyekanwebregular.eot);
  src: url(../fonts/iranyekanwebregular/iranyekanwebregular.eot) format("embedded-opentype"), url(../fonts/iranyekanwebregular/iranyekanwebregular.woff) format("woff"), url(../fonts/iranyekanwebregular/iranyekanwebregular.ttf) format("truetype");
}
@font-face {
  font-family: IRANYekan;
  font-weight: 500;
  src: url(../fonts/iranyekanwebmedium/iranyekanwebmedium.eot);
  src: url(../fonts/iranyekanwebmedium/iranyekanwebmedium.eot) format("embedded-opentype"), url(../fonts/iranyekanwebmedium/iranyekanwebmedium.woff) format("woff"), url(../fonts/iranyekanwebmedium/iranyekanwebmedium.ttf) format("truetype");
}
@font-face {
  font-family: IRANYekan;
  font-weight: 700;
  src: url(../fonts/iranyekanwebbold/iranyekanwebbold.eot);
  src: url(../fonts/iranyekanwebbold/iranyekanwebbold.eot) format("embedded-opentype"), url(../fonts/iranyekanwebbold/iranyekanwebbold.woff) format("woff"), url(../fonts/iranyekanwebbold/iranyekanwebbold.ttf) format("truetype");
}
@font-face {
  font-family: IRANYekan;
  font-weight: 800;
  src: url(../fonts/iranyekanwebextrabold/iranyekanwebextrabold.eot);
  src: url(../fonts/iranyekanwebextrabold/iranyekanwebextrabold.eot) format("embedded-opentype"), url(../fonts/iranyekanwebextrabold/iranyekanwebextrabold.woff) format("woff"), url(../fonts/iranyekanwebextrabold/iranyekanwebextrabold.ttf) format("truetype");
}
@font-face {
  font-family: IRANYekan;
  font-weight: 900;
  src: url(../fonts/iranyekanwebblack/iranyekanwebblack.eot);
  src: url(../fonts/iranyekanwebblack/iranyekanwebblack.eot) format("embedded-opentype"), url(../fonts/iranyekanwebblack/iranyekanwebblack.woff) format("woff"), url(../fonts/iranyekanwebblack/iranyekanwebblack.ttf) format("truetype");
}
@font-face {
  font-family: IRANYekan;
  font-weight: 950;
  src: url(../fonts/iranyekanwebextrablack/iranyekanwebextrablack.eot);
  src: url(../fonts/iranyekanwebextrablack/iranyekanwebextrablack.eot) format("embedded-opentype"), url(../fonts/iranyekanwebextrablack/iranyekanwebextrablack.woff) format("woff"), url(../fonts/iranyekanwebextrablack/iranyekanwebextrablack.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: Morabba;
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/morabba/Morabba-UltraLight.woff) format("woff"), url(../fonts/morabba/Morabba-UltraLight.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Morabba;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/morabba/Morabba-Heavy.woff) format("woff"), url(../fonts/morabba/Morabba-Heavy.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Morabba;
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/morabba/Morabba-Bold.woff) format("woff"), url(../fonts/morabba/Morabba-Bold.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Morabba;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/morabba/Morabba-Regular.woff) format("woff"), url(../fonts/morabba/Morabba-Regular.woff) format("woff2");
}
.font-morabba {
  font-family: Morabba;
}

.icon-fs-small::before {
  font-size: 1.6rem;
}

.icon-fs-medium::before {
  font-size: 1.8rem;
}

.icon-fs-large::before {
  font-size: 2.6rem;
}

.h1 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h1 {
    font-size: 3.3rem;
  }
}

.h1-strong {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h1-strong {
    font-size: 3.3rem;
  }
}

.h2 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h2 {
    font-size: 2.6rem;
  }
}

.h2-strong {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h2-strong {
    font-size: 2.6rem;
  }
}

.h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h3 {
    font-size: 2.1rem;
  }
}

.h3-strong {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h3-strong {
    font-size: 2.1rem;
  }
}

.h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h4 {
    font-size: 1.9rem;
  }
}

.h5, .modal-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h5, .modal-title {
    font-size: 1.6rem;
  }
}

.h5-strong {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h5-strong {
    font-size: 1.6rem;
  }
}

.text-button-1 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.17;
}

.text-button-2 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.17;
}

.text-medium {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2.15;
}
@media only screen and (min-width: 1024px) {
  .text-medium {
    font-size: 1.2rem;
  }
}

.text-medium-2 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.15;
}
@media only screen and (min-width: 1024px) {
  .text-medium-2 {
    font-size: 1.4rem;
  }
}

.text-medium-3 {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.15;
}
@media only screen and (min-width: 1024px) {
  .text-medium-3 {
    font-size: 1.5rem;
  }
}

.text-medium-4 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.15;
}
@media only screen and (min-width: 1024px) {
  .text-medium-4 {
    font-size: 1.7rem;
  }
}

.text-strong {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 2.17;
}
@media only screen and (min-width: 1024px) {
  .text-strong {
    font-size: 1.2rem;
  }
}

.text-strong-2 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.17;
}
@media only screen and (min-width: 1024px) {
  .text-strong-2 {
    font-size: 1.4rem;
  }
}

.text-strong-3 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2.17;
}
@media only screen and (min-width: 1024px) {
  .text-strong-3 {
    font-size: 1.5rem;
  }
}

.text-subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.17;
}
@media only screen and (min-width: 1024px) {
  .text-subtitle {
    font-size: 1.1rem;
  }
}

.text-subtitle-strong {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.17;
}
@media only screen and (min-width: 1024px) {
  .text-subtitle-strong {
    font-size: 1.1rem;
  }
}

.text-truncate-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-truncate-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-nowrap {
  white-space: nowrap;
}

.text-justify {
  text-align: justify;
}

header {
  box-shadow: 0px 2px 20px rgba(17, 17, 17, 0.0588235294);
}

.search {
  width: 70%;
}
@media only screen and (min-width: 1024px) {
  .search {
    width: 40%;
  }
}

.mainMenu {
  z-index: 15;
}
.mainMenu li:hover .mainMenu-subMenu {
  max-height: 300px;
  visibility: visible;
  top: 100%;
  transition: all 0.2s linear;
  max-height: auto;
}
.mainMenu-subMenu {
  top: 100%;
  visibility: hidden;
  max-height: 0;
  transition: all 0.2s linear;
}
@media only screen and (min-width: 1024px) {
  .mainMenu-subMenu {
    box-shadow: 0px 2px 20px rgba(17, 17, 17, 0.0588235294);
    position: absolute;
    width: 180px;
  }
}
.mainMenu-subMenu a:hover {
  background-color: #f0f0f1;
  color: #007E0F;
  transition: all 0.3s;
}
.mainMenu-subMenu a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #007E0F;
  margin-left: 5px;
}
.mainMenu-subMenu a:not(:last-child) {
  border-bottom: 1px solid #f0f0f1;
}

.is-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #fff;
  width: 312px;
  z-index: 12;
  transform: translateX(312px);
  transition: transform 0.3s;
  overflow: scroll;
}
.is-mobile.active {
  transform: translateX(0);
}
.is-mobile li.active .mainMenu-subMenu {
  max-height: 300px;
  visibility: visible;
  top: 100%;
  transition: all 0.2s linear;
  max-height: auto;
}

.swiper-slide {
  width: auto;
}

.swiper-btn-prev,
.swiper-btn-next {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0px 2px 20px rgba(17, 17, 17, 0.0588235294);
  border: 1px solid #f0f0f1;
  background-color: #fff;
  cursor: pointer;
}
.swiper-btn-prev::before,
.swiper-btn-next::before {
  color: #81858b;
}

.swiper-btn-next {
  right: unset;
  left: 6px;
}

.swiper-button-disabled {
  display: none !important;
}

.swiper-pagination {
  position: absolute;
  background-color: #f9f9f9;
  top: 0px !important;
  right: -5px;
  border-radius: 0px 0px 0px 24px;
  height: 35px;
  width: 96px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet {
  height: 8px;
  width: 4px;
  background-color: #0c0c0c;
  border-radius: 12px;
  transition: height 0.2s ease-in-out;
}
.swiper-pagination-bullet-active {
  width: 6px;
  height: 16px;
  border-radius: 5px;
  background-color: #007E0F;
}

.mainSlider-swiper {
  width: 95%;
}
@media only screen and (min-width: 1024px) {
  .mainSlider-swiper {
    width: 100%;
  }
}
.mainSlider-swiper:hover .swiper-btn {
  opacity: 1;
}
.mainSlider-swiper .swiper-slide {
  width: 100%;
  height: 180px;
}
@media only screen and (min-width: 1024px) {
  .mainSlider-swiper .swiper-slide {
    height: 500px;
  }
}
.mainSlider-swiper::before {
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  top: 36px;
  right: 0px;
  border-radius: 0px 24px 0px 0px;
  height: 20px;
  width: 20px;
  box-shadow: 4px -4px 0px 3px #f9f9f9;
  z-index: 2;
}
.mainSlider-swiper::after {
  position: absolute;
  background-color: rgba(85, 84, 108, 0);
  content: "";
  top: 0px;
  right: 91px;
  border-radius: 0px 24px 0px 0px;
  height: 15px;
  width: 15px;
  box-shadow: 4px -3px 0px 2px #f9f9f9;
  z-index: 2;
}

.amazing-carousel-container {
  height: 330px;
  margin-bottom: 90px;
}
@media only screen and (min-width: 1024px) {
  .amazing-carousel-container {
    margin-bottom: 260px;
  }
}
.amazing-carousel-container-title {
  background-color: #f9f9f9;
  position: relative;
}
.amazing-carousel-container-title .right-shape {
  right: -37px;
  position: relative;
  bottom: -16px;
}
.amazing-carousel-container-title .right-shape svg {
  fill: #f9f9f9;
  height: 31px;
}
.amazing-carousel-container .left-shape {
  left: -37px;
  position: relative;
  bottom: -16px;
}
.amazing-carousel-container .left-shape svg {
  fill: #f9f9f9;
  height: 31px;
}

.amazing-carousel-title {
  font-size: 2.1rem;
}
@media only screen and (min-width: 1024px) {
  .amazing-carousel {
    height: 440px;
  }
}
.amazing-carousel .swiper-slide {
  overflow: hidden;
  height: auto;
}
.amazing-carousel .swiper-slide:nth-child(2) {
  border-radius: 0 8px 8px 0;
}
.amazing-carousel .swiper-slide:last-child {
  border-radius: 8px 0 0 8px;
}
.amazing-carousel .amazing-carousel-item {
  min-width: 160px;
  max-width: 160px;
}
@media only screen and (min-width: 1024px) {
  .amazing-carousel .amazing-carousel-item {
    min-width: 240px;
    max-width: 240px;
  }
}
.amazing-carousel .amazing-carousel-item .discount-percent {
  background-color: #EF394E;
}
.amazing-carousel .amazing-carousel-item .countDown_container {
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #f9f9f9;
  padding-top: 4px;
  padding-left: 4px;
}
.amazing-carousel .amazing-carousel-item-countdown {
  box-shadow: 0px 4px 4px 0px rgba(20, 20, 20, 0.0784313725);
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #fff;
  width: 95px;
  justify-content: end;
  display: flex;
  color: #007E0F;
  z-index: 25;
  padding-left: 10px;
}

.productSwiper .swiper-slide {
  height: auto;
}
.productSwiper .productSwiper-Item {
  min-width: 160px;
  max-width: 160px;
}
@media only screen and (min-width: 1024px) {
  .productSwiper .productSwiper-Item {
    min-width: 240px;
    max-width: 240px;
  }
}
.productSwiper .productSwiper-Item::before {
  content: "";
  height: 5px;
  width: 85%;
  right: 7%;
  position: absolute;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 10px 10px 0px 0px;
}
.productSwiper .productSwiper-Item-img {
  height: 140px;
}
@media only screen and (min-width: 1024px) {
  .productSwiper .productSwiper-Item-img {
    height: 240px;
  }
}

.blog-swiper-date {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  top: 10px;
}

.gallerySwiper .swiper-slide img {
  object-fit: contain;
  width: 100%;
  height: 360px;
}
@media only screen and (min-width: 1024px) {
  .gallerySwiper .swiper-slide img {
    height: 500px;
  }
}

.gallerythumbSwiper .swiper-slide .gallerythumbSwiper-item {
  width: 62px;
  height: 62px;
  border: 2px solid #e0e0e2;
}
.gallerythumbSwiper .swiper-slide .gallerythumbSwiper-item img {
  width: 100%;
  object-fit: cover;
}
.gallerythumbSwiper .swiper-slide.swiper-slide-thumb-active .gallerythumbSwiper-item {
  border-color: #19bfd3;
}

.scroll_sideEffect {
  height: 250px;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.4s;
}
.scroll_sideEffect:nth-of-type(even) {
  margin-top: 120px;
  transform: translateX(-100%);
}
.scroll_sideEffect:nth-of-type(even) picture {
  order: -1;
}
.scroll_sideEffect.show {
  transform: translateX(0);
  opacity: 1;
}

.typed-cursor {
  font-size: 4.6rem;
}

.fixedBanner-container {
  margin-top: 60px;
}
.fixedBanner-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-top: 5em solid #f9f9f9;
  border-right: 100vw solid transparent;
}
.fixedBanner-container:nth-child(1 of .fixedBanner-container) .fixedBanner {
  --img: url(../images/banner/bg-2.jpg);
}
.fixedBanner-container:nth-child(2 of .fixedBanner-container)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-top: 5em solid #f9f9f9;
  border-left: 100vw solid transparent;
  border-right: unset;
}
.fixedBanner-container:nth-child(2 of .fixedBanner-container) .fixedBanner {
  --img: url(../images/banner/bg-1.jpg);
}
.fixedBanner-container .fixedBanner {
  min-height: 70vmin;
  background: linear-gradient(#000, transparent, #000), var(--img) 50%/cover;
  background-attachment: fixed;
  background-blend-mode: multiply;
}
.fixedBanner-container .fixedBanner-content {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 1024px) {
  .fixedBanner-container .fixedBanner-content {
    padding-top: 100px;
  }
}

.brand-swiper .swiper-slide {
  height: auto;
}
.brand-swiper-item {
  min-width: 160px;
  max-width: 160px;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 100%;
}
.brand-swiper-item img {
  width: 155px;
}
@media only screen and (min-width: 1024px) {
  .brand-swiper-item {
    min-width: 220px;
    max-width: 220px;
  }
}

.brand-list .brand-list-item {
  height: auto;
  min-width: 100px;
  max-width: 100px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}
@media only screen and (min-width: 1024px) {
  .brand-list .brand-list-item {
    min-width: 220px;
    max-width: 220px;
  }
  .brand-list .brand-list-item img {
    filter: grayscale(1);
  }
}
.brand-list .brand-list-item:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.brand-list .brand-list-item:hover img {
  filter: grayscale(0);
}

.main {
  min-height: calc(100vh - 450px);
}

.pagination-item.active {
  background-color: #007E0F;
  color: #fff;
}
.pagination-item:hover {
  border: 1px solid #007E0F;
}

.about-us-goal {
  padding-bottom: 160px;
}
@media only screen and (min-width: 1024px) {
  .about-us-goal {
    padding-bottom: 20px;
  }
}

.about-us-goal-Images img:nth-child(2) {
  height: 370px;
  top: 20%;
}

.blogCategoryItem.active {
  background-color: #f0f0f1;
  color: #007E0F;
}

.tabs-item-border-b {
  height: 4px;
  width: 100%;
  display: flex;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: none;
}

.tabs-item-badge {
  width: 20px;
  height: 20px;
}

.tabs-item {
  cursor: pointer;
}
.tabs-item.active span {
  color: #EF394E;
}
.tabs-item.active .tabs-item-border-b {
  display: flex;
}
.tabs-item.active .tabs-item-badge {
  background-color: #EF394E;
}

.tabs-content-item {
  display: none;
}
.tabs-content-item.active {
  display: flex;
}

.modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 15;
  opacity: 0;
  visibility: hidden;
}
.modal-overlay.active {
  visibility: visible;
  opacity: 1;
}

.modal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  background-color: #fff;
  z-index: 15;
  transform: translateY(100%);
  transition: 0.2s transform ease-in-out;
}
.modal.active {
  transform: translateY(0);
}
@media only screen and (min-width: 1024px) {
  .modal {
    bottom: unset;
    right: unset;
    left: 50%;
    top: 50%;
    min-width: 460px;
    transform: translate(-50%, -50%);
    max-height: 80%;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s opacity ease-in-out;
  }
  .modal.active {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.modal-header {
  z-index: 10;
}

.mobileModal {
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  background-color: #fff;
  z-index: 16;
  transform: translateY(100%);
  transition: 0.2s transform ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .mobileModal {
    position: relative !important;
    z-index: 4;
    transform: unset;
  }
}
.mobileModal.active {
  transform: translateY(0);
}

.addAddress-modal .modal-content {
  padding-top: 68px;
  padding-bottom: 80px;
}

.dropDown {
  height: 4.8rem;
  border: 1px solid #c0c2c5;
}
.dropDown.disabled {
  background-color: #f0f0f1 !important;
  pointer-events: none;
}

.dropdownList {
  top: 52px;
  z-index: 12;
  height: 192px;
  overflow-y: auto;
  display: none;
}
.dropdownList.active {
  display: flex;
}
.dropdownList ul li:hover {
  background-color: #f0f0f1;
}

.customCheckbox {
  appearance: none;
  border: 2px solid #3f4064;
  height: 18px;
  width: 18px;
  border-radius: 4px;
}
.customCheckbox:checked {
  background-color: #007E0F;
  border-color: #007E0F;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/></svg>");
}

.customSwitch {
  appearance: none;
  border: 2px solid #a1a3a8;
  height: 20px;
  width: 40px;
  border-radius: 100px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%23a1a3a8'/></svg>");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: left center;
  transition: all 0.2s;
}
.customSwitch:checked {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%23fff'/></svg>");
  background-color: #007E0F;
  border-color: #007E0F;
  background-position: right center;
}

.btn {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.btn-primary {
  color: #007E0F;
  border: 1px solid #007E0F;
}
.btn-primary-fill {
  color: #fff;
  background-color: #007E0F;
}

.btn-info {
  color: #00bfd6;
  border: 1px solid #00bfd6;
}
.btn-info-fill {
  color: #fff;
  background-color: #00bfd6;
}

.btn-danger {
  color: #BD282B;
  border: 1px solid #BD282B;
}
.btn-danger-fill {
  color: #fff;
  background-color: #BD282B;
}

.btn-success {
  color: #2e7b32;
  border: 1px solid #2e7b32;
}
.btn-success-fill {
  color: #fff;
  background-color: #2e7b32;
}

@media only screen and (min-width: 768px) {
  .product-propertiesItem {
    width: 550px;
  }
}
.product-propertiesItem-title {
  min-width: 100px;
}
@media only screen and (min-width: 768px) {
  .product-propertiesItem-title {
    min-width: 150px;
  }
}

.profile-MenuItem {
  transition: all 0.2s linear;
}
.profile-MenuItem:not(:last-child) {
  border-bottom: 1px solid #f0f0f1;
}
.profile-MenuItem:hover {
  background-color: #f0f0f1;
  color: #007E0F;
  transition: all 0.2s linear;
}
.profile-MenuItem.active {
  background-color: #f0f0f1;
  color: #007E0F;
  transition: all 0.2s linear;
}

.accountPage-container {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .accountPage-container {
    width: 400px;
  }
}


.customRadio {
    height: 20px;
    min-width: 20px;
    appearance: none;
    border: 2px solid #3f4064;
    border-radius: 50%;
}

    .customRadio:checked {
        border: 5px solid #19bfd3;
    }


