.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}

.object-fit-unset {
  object-fit: unset;
}

.object-fit-none {
  object-fit: none;
}

.object-fit-revert {
  object-fit: revert;
}

.object-fit-scale-down {
  object-fit: scale-down;
}

.object-fit-fill {
  object-fit: fill;
}

.object-fit-inherit {
  object-fit: inherit;
}

.object-fit-initial {
  object-fit: initial;
}

.font-thin {
  font-weight: 100 !important;
}

.font-extra-light {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-regular {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extra-bold {
  font-weight: 800 !important;
}

.color-primary {
  color: #313131;
}

.color-hover-primary:hover {
  color: #313131;
}

.color-primary-light {
  color: #8B8B8B;
}

.color-hover-primary-light:hover {
  color: #8B8B8B;
}

.color-primary-lighter {
  color: #CCCCCC;
}

.color-hover-primary-lighter:hover {
  color: #CCCCCC;
}

.color-primary-dark {
  color: #636363;
}

.color-hover-primary-dark:hover {
  color: #636363;
}

.color-selection {
  color: #313131;
}

.color-hover-selection:hover {
  color: #313131;
}

.color-secondary {
  color: #F5F6ED;
}

.color-hover-secondary:hover {
  color: #F5F6ED;
}

.color-secondary-light {
  color: #DBDCD6;
}

.color-hover-secondary-light:hover {
  color: #DBDCD6;
}

.color-secondary-lighter {
  color: #F7F7F4;
}

.color-hover-secondary-lighter:hover {
  color: #F7F7F4;
}

.color-secondary-dark {
  color: #BFBFBB;
}

.color-hover-secondary-dark:hover {
  color: #BFBFBB;
}

.color-accent {
  color: #889327;
}

.color-hover-accent:hover {
  color: #889327;
}

.color-accent-light {
  color: #ABB859;
}

.color-hover-accent-light:hover {
  color: #ABB859;
}

.color-accent-lighter {
  color: #E7E9D3;
}

.color-hover-accent-lighter:hover {
  color: #E7E9D3;
}

.color-accent-dark {
  color: #515717;
}

.color-hover-accent-dark:hover {
  color: #515717;
}

.color-neutral-light-100 {
  color: #F2F2F2;
}

.color-hover-neutral-light-100:hover {
  color: #F2F2F2;
}

.color-neutral-light-200 {
  color: #FAFAFA;
}

.color-hover-neutral-light-200:hover {
  color: #FAFAFA;
}

.color-neutral-light-300 {
  color: #E8E8E8;
}

.color-hover-neutral-light-300:hover {
  color: #E8E8E8;
}

.color-neutral-light-400 {
  color: #CFCFCF;
}

.color-hover-neutral-light-400:hover {
  color: #CFCFCF;
}

.color-neutral-light-500 {
  color: #B4B4B4;
}

.color-hover-neutral-light-500:hover {
  color: #B4B4B4;
}

.color-neutral {
  color: #9D9D9D;
}

.color-hover-neutral:hover {
  color: #9D9D9D;
}

.color-neutral-dark-100 {
  color: #858585;
}

.color-hover-neutral-dark-100:hover {
  color: #858585;
}

.color-neutral-dark-200 {
  color: #6D6D6D;
}

.color-hover-neutral-dark-200:hover {
  color: #6D6D6D;
}

.color-neutral-dark-300 {
  color: #555555;
}

.color-hover-neutral-dark-300:hover {
  color: #555555;
}

.color-neutral-dark-400 {
  color: #242424;
}

.color-hover-neutral-dark-400:hover {
  color: #242424;
}

.color-neutral-dark-500 {
  color: #0B0B0B;
}

.color-hover-neutral-dark-500:hover {
  color: #0B0B0B;
}

.color-neutral-lightest {
  color: #FCFCFC;
}

.color-hover-neutral-lightest:hover {
  color: #FCFCFC;
}

.color-neutral-darkest {
  color: #0B0B0B;
}

.color-hover-neutral-darkest:hover {
  color: #0B0B0B;
}

.color-white-transparency-10 {
  color: rgba(255, 255, 255, 0.062745098);
}

.color-hover-white-transparency-10:hover {
  color: rgba(255, 255, 255, 0.062745098);
}

.color-white-transparency-20 {
  color: rgba(255, 255, 255, 0.1254901961);
}

.color-hover-white-transparency-20:hover {
  color: rgba(255, 255, 255, 0.1254901961);
}

.color-white-transparency-30 {
  color: rgba(255, 255, 255, 0.1882352941);
}

.color-hover-white-transparency-30:hover {
  color: rgba(255, 255, 255, 0.1882352941);
}

.color-white-transparency-40 {
  color: rgba(255, 255, 255, 0.2509803922);
}

.color-hover-white-transparency-40:hover {
  color: rgba(255, 255, 255, 0.2509803922);
}

.color-white-transparency-50 {
  color: rgba(255, 255, 255, 0.3137254902);
}

.color-hover-white-transparency-50:hover {
  color: rgba(255, 255, 255, 0.3137254902);
}

.color-white-transparency-60 {
  color: rgba(255, 255, 255, 0.3764705882);
}

.color-hover-white-transparency-60:hover {
  color: rgba(255, 255, 255, 0.3764705882);
}

.color-white-transparency-70 {
  color: rgba(255, 255, 255, 0.4392156863);
}

.color-hover-white-transparency-70:hover {
  color: rgba(255, 255, 255, 0.4392156863);
}

.color-white-transparency-80 {
  color: rgba(255, 255, 255, 0.5019607843);
}

.color-hover-white-transparency-80:hover {
  color: rgba(255, 255, 255, 0.5019607843);
}

.color-white-transparency-90 {
  color: rgba(255, 255, 255, 0.5647058824);
}

.color-hover-white-transparency-90:hover {
  color: rgba(255, 255, 255, 0.5647058824);
}

.color-tip {
  color: #6D6D6D;
}

.color-hover-tip:hover {
  color: #6D6D6D;
}

.color-tip-lighter {
  color: #F8F9FA;
}

.color-hover-tip-lighter:hover {
  color: #F8F9FA;
}

.color-tip-light {
  color: #E8E8E8;
}

.color-hover-tip-light:hover {
  color: #E8E8E8;
}

.color-tip-dark {
  color: #3C3E3D;
}

.color-hover-tip-dark:hover {
  color: #3C3E3D;
}

.color-info {
  color: #153DE5;
}

.color-hover-info:hover {
  color: #153DE5;
}

.color-info-lighter {
  color: #E8ECFD;
}

.color-hover-info-lighter:hover {
  color: #E8ECFD;
}

.color-info-light {
  color: #BECFFF;
}

.color-hover-info-light:hover {
  color: #BECFFF;
}

.color-info-dark {
  color: #143684;
}

.color-hover-info-dark:hover {
  color: #143684;
}

.color-error {
  color: #CB0000;
}

.color-hover-error:hover {
  color: #CB0000;
}

.color-error-lighter {
  color: #F9E4E4;
}

.color-hover-error-lighter:hover {
  color: #F9E4E4;
}

.color-error-light {
  color: #E47E7E;
}

.color-hover-error-light:hover {
  color: #E47E7E;
}

.color-error-dark {
  color: #7A0000;
}

.color-hover-error-dark:hover {
  color: #7A0000;
}

.color-warning {
  color: #FFBA00;
}

.color-hover-warning:hover {
  color: #FFBA00;
}

.color-warning-lighter {
  color: #FFF8E5;
}

.color-hover-warning-lighter:hover {
  color: #FFF8E5;
}

.color-warning-light {
  color: #FFDC7F;
}

.color-hover-warning-light:hover {
  color: #FFDC7F;
}

.color-warning-dark {
  color: #C38700;
}

.color-hover-warning-dark:hover {
  color: #C38700;
}

.color-success {
  color: #009D1F;
}

.color-hover-success:hover {
  color: #009D1F;
}

.color-success-lighter {
  color: #E5F5E8;
}

.color-hover-success-lighter:hover {
  color: #E5F5E8;
}

.color-success-light {
  color: #81CE90;
}

.color-hover-success-light:hover {
  color: #81CE90;
}

.color-success-dark {
  color: #416849;
}

.color-hover-success-dark:hover {
  color: #416849;
}

.background-primary {
  background: #313131;
}

.background-primary-light {
  background: #8B8B8B;
}

.background-primary-lighter {
  background: #CCCCCC;
}

.background-primary-dark {
  background: #636363;
}

.background-selection {
  background: #313131;
}

.background-secondary {
  background: #F5F6ED;
}

.background-secondary-light {
  background: #DBDCD6;
}

.background-secondary-lighter {
  background: #F7F7F4;
}

.background-secondary-dark {
  background: #BFBFBB;
}

.background-accent {
  background: #889327;
}

.background-accent-light {
  background: #ABB859;
}

.background-accent-lighter {
  background: #E7E9D3;
}

.background-accent-dark {
  background: #515717;
}

.background-neutral-light-100 {
  background: #F2F2F2;
}

.background-neutral-light-200 {
  background: #FAFAFA;
}

.background-neutral-light-300 {
  background: #E8E8E8;
}

.background-neutral-light-400 {
  background: #CFCFCF;
}

.background-neutral-light-500 {
  background: #B4B4B4;
}

.background-neutral {
  background: #9D9D9D;
}

.background-neutral-dark-100 {
  background: #858585;
}

.background-neutral-dark-200 {
  background: #6D6D6D;
}

.background-neutral-dark-300 {
  background: #555555;
}

.background-neutral-dark-400 {
  background: #242424;
}

.background-neutral-dark-500 {
  background: #0B0B0B;
}

.background-neutral-lightest {
  background: #FCFCFC;
}

.background-neutral-darkest {
  background: #0B0B0B;
}

.background-white-transparency-10 {
  background: rgba(255, 255, 255, 0.062745098);
}

.background-white-transparency-20 {
  background: rgba(255, 255, 255, 0.1254901961);
}

.background-white-transparency-30 {
  background: rgba(255, 255, 255, 0.1882352941);
}

.background-white-transparency-40 {
  background: rgba(255, 255, 255, 0.2509803922);
}

.background-white-transparency-50 {
  background: rgba(255, 255, 255, 0.3137254902);
}

.background-white-transparency-60 {
  background: rgba(255, 255, 255, 0.3764705882);
}

.background-white-transparency-70 {
  background: rgba(255, 255, 255, 0.4392156863);
}

.background-white-transparency-80 {
  background: rgba(255, 255, 255, 0.5019607843);
}

.background-white-transparency-90 {
  background: rgba(255, 255, 255, 0.5647058824);
}

.background-tip {
  background: #6D6D6D;
}

.background-tip-lighter {
  background: #F8F9FA;
}

.background-tip-light {
  background: #E8E8E8;
}

.background-tip-dark {
  background: #3C3E3D;
}

.background-info {
  background: #153DE5;
}

.background-info-lighter {
  background: #E8ECFD;
}

.background-info-light {
  background: #BECFFF;
}

.background-info-dark {
  background: #143684;
}

.background-error {
  background: #CB0000;
}

.background-error-lighter {
  background: #F9E4E4;
}

.background-error-light {
  background: #E47E7E;
}

.background-error-dark {
  background: #7A0000;
}

.background-warning {
  background: #FFBA00;
}

.background-warning-lighter {
  background: #FFF8E5;
}

.background-warning-light {
  background: #FFDC7F;
}

.background-warning-dark {
  background: #C38700;
}

.background-success {
  background: #009D1F;
}

.background-success-lighter {
  background: #E5F5E8;
}

.background-success-light {
  background: #81CE90;
}

.background-success-dark {
  background: #416849;
}

.border-primary {
  border-color: #313131 !important;
}

.border-top-primary {
  border-top: 1px solid #313131;
}

.border-left-primary {
  border-left: 1px solid #313131;
}

.border-right-primary {
  border-right: 1px solid #313131;
}

.border-bottom-primary {
  border-bottom: 1px solid #313131;
}

.border-primary-light {
  border-color: #8B8B8B !important;
}

.border-top-primary-light {
  border-top: 1px solid #8B8B8B;
}

.border-left-primary-light {
  border-left: 1px solid #8B8B8B;
}

.border-right-primary-light {
  border-right: 1px solid #8B8B8B;
}

.border-bottom-primary-light {
  border-bottom: 1px solid #8B8B8B;
}

.border-primary-lighter {
  border-color: #CCCCCC !important;
}

.border-top-primary-lighter {
  border-top: 1px solid #CCCCCC;
}

.border-left-primary-lighter {
  border-left: 1px solid #CCCCCC;
}

.border-right-primary-lighter {
  border-right: 1px solid #CCCCCC;
}

.border-bottom-primary-lighter {
  border-bottom: 1px solid #CCCCCC;
}

.border-primary-dark {
  border-color: #636363 !important;
}

.border-top-primary-dark {
  border-top: 1px solid #636363;
}

.border-left-primary-dark {
  border-left: 1px solid #636363;
}

.border-right-primary-dark {
  border-right: 1px solid #636363;
}

.border-bottom-primary-dark {
  border-bottom: 1px solid #636363;
}

.border-selection {
  border-color: #313131 !important;
}

.border-top-selection {
  border-top: 1px solid #313131;
}

.border-left-selection {
  border-left: 1px solid #313131;
}

.border-right-selection {
  border-right: 1px solid #313131;
}

.border-bottom-selection {
  border-bottom: 1px solid #313131;
}

.border-secondary {
  border-color: #F5F6ED !important;
}

.border-top-secondary {
  border-top: 1px solid #F5F6ED;
}

.border-left-secondary {
  border-left: 1px solid #F5F6ED;
}

.border-right-secondary {
  border-right: 1px solid #F5F6ED;
}

.border-bottom-secondary {
  border-bottom: 1px solid #F5F6ED;
}

.border-secondary-light {
  border-color: #DBDCD6 !important;
}

.border-top-secondary-light {
  border-top: 1px solid #DBDCD6;
}

.border-left-secondary-light {
  border-left: 1px solid #DBDCD6;
}

.border-right-secondary-light {
  border-right: 1px solid #DBDCD6;
}

.border-bottom-secondary-light {
  border-bottom: 1px solid #DBDCD6;
}

.border-secondary-lighter {
  border-color: #F7F7F4 !important;
}

.border-top-secondary-lighter {
  border-top: 1px solid #F7F7F4;
}

.border-left-secondary-lighter {
  border-left: 1px solid #F7F7F4;
}

.border-right-secondary-lighter {
  border-right: 1px solid #F7F7F4;
}

.border-bottom-secondary-lighter {
  border-bottom: 1px solid #F7F7F4;
}

.border-secondary-dark {
  border-color: #BFBFBB !important;
}

.border-top-secondary-dark {
  border-top: 1px solid #BFBFBB;
}

.border-left-secondary-dark {
  border-left: 1px solid #BFBFBB;
}

.border-right-secondary-dark {
  border-right: 1px solid #BFBFBB;
}

.border-bottom-secondary-dark {
  border-bottom: 1px solid #BFBFBB;
}

.border-accent {
  border-color: #889327 !important;
}

.border-top-accent {
  border-top: 1px solid #889327;
}

.border-left-accent {
  border-left: 1px solid #889327;
}

.border-right-accent {
  border-right: 1px solid #889327;
}

.border-bottom-accent {
  border-bottom: 1px solid #889327;
}

.border-accent-light {
  border-color: #ABB859 !important;
}

.border-top-accent-light {
  border-top: 1px solid #ABB859;
}

.border-left-accent-light {
  border-left: 1px solid #ABB859;
}

.border-right-accent-light {
  border-right: 1px solid #ABB859;
}

.border-bottom-accent-light {
  border-bottom: 1px solid #ABB859;
}

.border-accent-lighter {
  border-color: #E7E9D3 !important;
}

.border-top-accent-lighter {
  border-top: 1px solid #E7E9D3;
}

.border-left-accent-lighter {
  border-left: 1px solid #E7E9D3;
}

.border-right-accent-lighter {
  border-right: 1px solid #E7E9D3;
}

.border-bottom-accent-lighter {
  border-bottom: 1px solid #E7E9D3;
}

.border-accent-dark {
  border-color: #515717 !important;
}

.border-top-accent-dark {
  border-top: 1px solid #515717;
}

.border-left-accent-dark {
  border-left: 1px solid #515717;
}

.border-right-accent-dark {
  border-right: 1px solid #515717;
}

.border-bottom-accent-dark {
  border-bottom: 1px solid #515717;
}

.border-neutral-light-100 {
  border-color: #F2F2F2 !important;
}

.border-top-neutral-light-100 {
  border-top: 1px solid #F2F2F2;
}

.border-left-neutral-light-100 {
  border-left: 1px solid #F2F2F2;
}

.border-right-neutral-light-100 {
  border-right: 1px solid #F2F2F2;
}

.border-bottom-neutral-light-100 {
  border-bottom: 1px solid #F2F2F2;
}

.border-neutral-light-200 {
  border-color: #FAFAFA !important;
}

.border-top-neutral-light-200 {
  border-top: 1px solid #FAFAFA;
}

.border-left-neutral-light-200 {
  border-left: 1px solid #FAFAFA;
}

.border-right-neutral-light-200 {
  border-right: 1px solid #FAFAFA;
}

.border-bottom-neutral-light-200 {
  border-bottom: 1px solid #FAFAFA;
}

.border-neutral-light-300 {
  border-color: #E8E8E8 !important;
}

.border-top-neutral-light-300 {
  border-top: 1px solid #E8E8E8;
}

.border-left-neutral-light-300 {
  border-left: 1px solid #E8E8E8;
}

.border-right-neutral-light-300 {
  border-right: 1px solid #E8E8E8;
}

.border-bottom-neutral-light-300 {
  border-bottom: 1px solid #E8E8E8;
}

.border-neutral-light-400 {
  border-color: #CFCFCF !important;
}

.border-top-neutral-light-400 {
  border-top: 1px solid #CFCFCF;
}

.border-left-neutral-light-400 {
  border-left: 1px solid #CFCFCF;
}

.border-right-neutral-light-400 {
  border-right: 1px solid #CFCFCF;
}

.border-bottom-neutral-light-400 {
  border-bottom: 1px solid #CFCFCF;
}

.border-neutral-light-500 {
  border-color: #B4B4B4 !important;
}

.border-top-neutral-light-500 {
  border-top: 1px solid #B4B4B4;
}

.border-left-neutral-light-500 {
  border-left: 1px solid #B4B4B4;
}

.border-right-neutral-light-500 {
  border-right: 1px solid #B4B4B4;
}

.border-bottom-neutral-light-500 {
  border-bottom: 1px solid #B4B4B4;
}

.border-neutral {
  border-color: #9D9D9D !important;
}

.border-top-neutral {
  border-top: 1px solid #9D9D9D;
}

.border-left-neutral {
  border-left: 1px solid #9D9D9D;
}

.border-right-neutral {
  border-right: 1px solid #9D9D9D;
}

.border-bottom-neutral {
  border-bottom: 1px solid #9D9D9D;
}

.border-neutral-dark-100 {
  border-color: #858585 !important;
}

.border-top-neutral-dark-100 {
  border-top: 1px solid #858585;
}

.border-left-neutral-dark-100 {
  border-left: 1px solid #858585;
}

.border-right-neutral-dark-100 {
  border-right: 1px solid #858585;
}

.border-bottom-neutral-dark-100 {
  border-bottom: 1px solid #858585;
}

.border-neutral-dark-200 {
  border-color: #6D6D6D !important;
}

.border-top-neutral-dark-200 {
  border-top: 1px solid #6D6D6D;
}

.border-left-neutral-dark-200 {
  border-left: 1px solid #6D6D6D;
}

.border-right-neutral-dark-200 {
  border-right: 1px solid #6D6D6D;
}

.border-bottom-neutral-dark-200 {
  border-bottom: 1px solid #6D6D6D;
}

.border-neutral-dark-300 {
  border-color: #555555 !important;
}

.border-top-neutral-dark-300 {
  border-top: 1px solid #555555;
}

.border-left-neutral-dark-300 {
  border-left: 1px solid #555555;
}

.border-right-neutral-dark-300 {
  border-right: 1px solid #555555;
}

.border-bottom-neutral-dark-300 {
  border-bottom: 1px solid #555555;
}

.border-neutral-dark-400 {
  border-color: #242424 !important;
}

.border-top-neutral-dark-400 {
  border-top: 1px solid #242424;
}

.border-left-neutral-dark-400 {
  border-left: 1px solid #242424;
}

.border-right-neutral-dark-400 {
  border-right: 1px solid #242424;
}

.border-bottom-neutral-dark-400 {
  border-bottom: 1px solid #242424;
}

.border-neutral-dark-500 {
  border-color: #0B0B0B !important;
}

.border-top-neutral-dark-500 {
  border-top: 1px solid #0B0B0B;
}

.border-left-neutral-dark-500 {
  border-left: 1px solid #0B0B0B;
}

.border-right-neutral-dark-500 {
  border-right: 1px solid #0B0B0B;
}

.border-bottom-neutral-dark-500 {
  border-bottom: 1px solid #0B0B0B;
}

.border-neutral-lightest {
  border-color: #FCFCFC !important;
}

.border-top-neutral-lightest {
  border-top: 1px solid #FCFCFC;
}

.border-left-neutral-lightest {
  border-left: 1px solid #FCFCFC;
}

.border-right-neutral-lightest {
  border-right: 1px solid #FCFCFC;
}

.border-bottom-neutral-lightest {
  border-bottom: 1px solid #FCFCFC;
}

.border-neutral-darkest {
  border-color: #0B0B0B !important;
}

.border-top-neutral-darkest {
  border-top: 1px solid #0B0B0B;
}

.border-left-neutral-darkest {
  border-left: 1px solid #0B0B0B;
}

.border-right-neutral-darkest {
  border-right: 1px solid #0B0B0B;
}

.border-bottom-neutral-darkest {
  border-bottom: 1px solid #0B0B0B;
}

.border-white-transparency-10 {
  border-color: rgba(255, 255, 255, 0.062745098) !important;
}

.border-top-white-transparency-10 {
  border-top: 1px solid rgba(255, 255, 255, 0.062745098);
}

.border-left-white-transparency-10 {
  border-left: 1px solid rgba(255, 255, 255, 0.062745098);
}

.border-right-white-transparency-10 {
  border-right: 1px solid rgba(255, 255, 255, 0.062745098);
}

.border-bottom-white-transparency-10 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.062745098);
}

.border-white-transparency-20 {
  border-color: rgba(255, 255, 255, 0.1254901961) !important;
}

.border-top-white-transparency-20 {
  border-top: 1px solid rgba(255, 255, 255, 0.1254901961);
}

.border-left-white-transparency-20 {
  border-left: 1px solid rgba(255, 255, 255, 0.1254901961);
}

.border-right-white-transparency-20 {
  border-right: 1px solid rgba(255, 255, 255, 0.1254901961);
}

.border-bottom-white-transparency-20 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1254901961);
}

.border-white-transparency-30 {
  border-color: rgba(255, 255, 255, 0.1882352941) !important;
}

.border-top-white-transparency-30 {
  border-top: 1px solid rgba(255, 255, 255, 0.1882352941);
}

.border-left-white-transparency-30 {
  border-left: 1px solid rgba(255, 255, 255, 0.1882352941);
}

.border-right-white-transparency-30 {
  border-right: 1px solid rgba(255, 255, 255, 0.1882352941);
}

.border-bottom-white-transparency-30 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1882352941);
}

.border-white-transparency-40 {
  border-color: rgba(255, 255, 255, 0.2509803922) !important;
}

.border-top-white-transparency-40 {
  border-top: 1px solid rgba(255, 255, 255, 0.2509803922);
}

.border-left-white-transparency-40 {
  border-left: 1px solid rgba(255, 255, 255, 0.2509803922);
}

.border-right-white-transparency-40 {
  border-right: 1px solid rgba(255, 255, 255, 0.2509803922);
}

.border-bottom-white-transparency-40 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2509803922);
}

.border-white-transparency-50 {
  border-color: rgba(255, 255, 255, 0.3137254902) !important;
}

.border-top-white-transparency-50 {
  border-top: 1px solid rgba(255, 255, 255, 0.3137254902);
}

.border-left-white-transparency-50 {
  border-left: 1px solid rgba(255, 255, 255, 0.3137254902);
}

.border-right-white-transparency-50 {
  border-right: 1px solid rgba(255, 255, 255, 0.3137254902);
}

.border-bottom-white-transparency-50 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3137254902);
}

.border-white-transparency-60 {
  border-color: rgba(255, 255, 255, 0.3764705882) !important;
}

.border-top-white-transparency-60 {
  border-top: 1px solid rgba(255, 255, 255, 0.3764705882);
}

.border-left-white-transparency-60 {
  border-left: 1px solid rgba(255, 255, 255, 0.3764705882);
}

.border-right-white-transparency-60 {
  border-right: 1px solid rgba(255, 255, 255, 0.3764705882);
}

.border-bottom-white-transparency-60 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3764705882);
}

.border-white-transparency-70 {
  border-color: rgba(255, 255, 255, 0.4392156863) !important;
}

.border-top-white-transparency-70 {
  border-top: 1px solid rgba(255, 255, 255, 0.4392156863);
}

.border-left-white-transparency-70 {
  border-left: 1px solid rgba(255, 255, 255, 0.4392156863);
}

.border-right-white-transparency-70 {
  border-right: 1px solid rgba(255, 255, 255, 0.4392156863);
}

.border-bottom-white-transparency-70 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4392156863);
}

.border-white-transparency-80 {
  border-color: rgba(255, 255, 255, 0.5019607843) !important;
}

.border-top-white-transparency-80 {
  border-top: 1px solid rgba(255, 255, 255, 0.5019607843);
}

.border-left-white-transparency-80 {
  border-left: 1px solid rgba(255, 255, 255, 0.5019607843);
}

.border-right-white-transparency-80 {
  border-right: 1px solid rgba(255, 255, 255, 0.5019607843);
}

.border-bottom-white-transparency-80 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
}

.border-white-transparency-90 {
  border-color: rgba(255, 255, 255, 0.5647058824) !important;
}

.border-top-white-transparency-90 {
  border-top: 1px solid rgba(255, 255, 255, 0.5647058824);
}

.border-left-white-transparency-90 {
  border-left: 1px solid rgba(255, 255, 255, 0.5647058824);
}

.border-right-white-transparency-90 {
  border-right: 1px solid rgba(255, 255, 255, 0.5647058824);
}

.border-bottom-white-transparency-90 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5647058824);
}

.border-tip {
  border-color: #6D6D6D !important;
}

.border-top-tip {
  border-top: 1px solid #6D6D6D;
}

.border-left-tip {
  border-left: 1px solid #6D6D6D;
}

.border-right-tip {
  border-right: 1px solid #6D6D6D;
}

.border-bottom-tip {
  border-bottom: 1px solid #6D6D6D;
}

.border-tip-lighter {
  border-color: #F8F9FA !important;
}

.border-top-tip-lighter {
  border-top: 1px solid #F8F9FA;
}

.border-left-tip-lighter {
  border-left: 1px solid #F8F9FA;
}

.border-right-tip-lighter {
  border-right: 1px solid #F8F9FA;
}

.border-bottom-tip-lighter {
  border-bottom: 1px solid #F8F9FA;
}

.border-tip-light {
  border-color: #E8E8E8 !important;
}

.border-top-tip-light {
  border-top: 1px solid #E8E8E8;
}

.border-left-tip-light {
  border-left: 1px solid #E8E8E8;
}

.border-right-tip-light {
  border-right: 1px solid #E8E8E8;
}

.border-bottom-tip-light {
  border-bottom: 1px solid #E8E8E8;
}

.border-tip-dark {
  border-color: #3C3E3D !important;
}

.border-top-tip-dark {
  border-top: 1px solid #3C3E3D;
}

.border-left-tip-dark {
  border-left: 1px solid #3C3E3D;
}

.border-right-tip-dark {
  border-right: 1px solid #3C3E3D;
}

.border-bottom-tip-dark {
  border-bottom: 1px solid #3C3E3D;
}

.border-info {
  border-color: #153DE5 !important;
}

.border-top-info {
  border-top: 1px solid #153DE5;
}

.border-left-info {
  border-left: 1px solid #153DE5;
}

.border-right-info {
  border-right: 1px solid #153DE5;
}

.border-bottom-info {
  border-bottom: 1px solid #153DE5;
}

.border-info-lighter {
  border-color: #E8ECFD !important;
}

.border-top-info-lighter {
  border-top: 1px solid #E8ECFD;
}

.border-left-info-lighter {
  border-left: 1px solid #E8ECFD;
}

.border-right-info-lighter {
  border-right: 1px solid #E8ECFD;
}

.border-bottom-info-lighter {
  border-bottom: 1px solid #E8ECFD;
}

.border-info-light {
  border-color: #BECFFF !important;
}

.border-top-info-light {
  border-top: 1px solid #BECFFF;
}

.border-left-info-light {
  border-left: 1px solid #BECFFF;
}

.border-right-info-light {
  border-right: 1px solid #BECFFF;
}

.border-bottom-info-light {
  border-bottom: 1px solid #BECFFF;
}

.border-info-dark {
  border-color: #143684 !important;
}

.border-top-info-dark {
  border-top: 1px solid #143684;
}

.border-left-info-dark {
  border-left: 1px solid #143684;
}

.border-right-info-dark {
  border-right: 1px solid #143684;
}

.border-bottom-info-dark {
  border-bottom: 1px solid #143684;
}

.border-error {
  border-color: #CB0000 !important;
}

.border-top-error {
  border-top: 1px solid #CB0000;
}

.border-left-error {
  border-left: 1px solid #CB0000;
}

.border-right-error {
  border-right: 1px solid #CB0000;
}

.border-bottom-error {
  border-bottom: 1px solid #CB0000;
}

.border-error-lighter {
  border-color: #F9E4E4 !important;
}

.border-top-error-lighter {
  border-top: 1px solid #F9E4E4;
}

.border-left-error-lighter {
  border-left: 1px solid #F9E4E4;
}

.border-right-error-lighter {
  border-right: 1px solid #F9E4E4;
}

.border-bottom-error-lighter {
  border-bottom: 1px solid #F9E4E4;
}

.border-error-light {
  border-color: #E47E7E !important;
}

.border-top-error-light {
  border-top: 1px solid #E47E7E;
}

.border-left-error-light {
  border-left: 1px solid #E47E7E;
}

.border-right-error-light {
  border-right: 1px solid #E47E7E;
}

.border-bottom-error-light {
  border-bottom: 1px solid #E47E7E;
}

.border-error-dark {
  border-color: #7A0000 !important;
}

.border-top-error-dark {
  border-top: 1px solid #7A0000;
}

.border-left-error-dark {
  border-left: 1px solid #7A0000;
}

.border-right-error-dark {
  border-right: 1px solid #7A0000;
}

.border-bottom-error-dark {
  border-bottom: 1px solid #7A0000;
}

.border-warning {
  border-color: #FFBA00 !important;
}

.border-top-warning {
  border-top: 1px solid #FFBA00;
}

.border-left-warning {
  border-left: 1px solid #FFBA00;
}

.border-right-warning {
  border-right: 1px solid #FFBA00;
}

.border-bottom-warning {
  border-bottom: 1px solid #FFBA00;
}

.border-warning-lighter {
  border-color: #FFF8E5 !important;
}

.border-top-warning-lighter {
  border-top: 1px solid #FFF8E5;
}

.border-left-warning-lighter {
  border-left: 1px solid #FFF8E5;
}

.border-right-warning-lighter {
  border-right: 1px solid #FFF8E5;
}

.border-bottom-warning-lighter {
  border-bottom: 1px solid #FFF8E5;
}

.border-warning-light {
  border-color: #FFDC7F !important;
}

.border-top-warning-light {
  border-top: 1px solid #FFDC7F;
}

.border-left-warning-light {
  border-left: 1px solid #FFDC7F;
}

.border-right-warning-light {
  border-right: 1px solid #FFDC7F;
}

.border-bottom-warning-light {
  border-bottom: 1px solid #FFDC7F;
}

.border-warning-dark {
  border-color: #C38700 !important;
}

.border-top-warning-dark {
  border-top: 1px solid #C38700;
}

.border-left-warning-dark {
  border-left: 1px solid #C38700;
}

.border-right-warning-dark {
  border-right: 1px solid #C38700;
}

.border-bottom-warning-dark {
  border-bottom: 1px solid #C38700;
}

.border-success {
  border-color: #009D1F !important;
}

.border-top-success {
  border-top: 1px solid #009D1F;
}

.border-left-success {
  border-left: 1px solid #009D1F;
}

.border-right-success {
  border-right: 1px solid #009D1F;
}

.border-bottom-success {
  border-bottom: 1px solid #009D1F;
}

.border-success-lighter {
  border-color: #E5F5E8 !important;
}

.border-top-success-lighter {
  border-top: 1px solid #E5F5E8;
}

.border-left-success-lighter {
  border-left: 1px solid #E5F5E8;
}

.border-right-success-lighter {
  border-right: 1px solid #E5F5E8;
}

.border-bottom-success-lighter {
  border-bottom: 1px solid #E5F5E8;
}

.border-success-light {
  border-color: #81CE90 !important;
}

.border-top-success-light {
  border-top: 1px solid #81CE90;
}

.border-left-success-light {
  border-left: 1px solid #81CE90;
}

.border-right-success-light {
  border-right: 1px solid #81CE90;
}

.border-bottom-success-light {
  border-bottom: 1px solid #81CE90;
}

.border-success-dark {
  border-color: #416849 !important;
}

.border-top-success-dark {
  border-top: 1px solid #416849;
}

.border-left-success-dark {
  border-left: 1px solid #416849;
}

.border-right-success-dark {
  border-right: 1px solid #416849;
}

.border-bottom-success-dark {
  border-bottom: 1px solid #416849;
}

@media (min-width: 0) {
  .w-auto {
    width: auto !important;
  }
  .min-w-auto {
    min-width: auto !important;
  }
  .max-w-auto {
    max-width: auto !important;
  }
  .w-fit-content {
    width: fit-content !important;
  }
  .min-w-fit-content {
    min-width: fit-content !important;
  }
  .max-w-fit-content {
    max-width: fit-content !important;
  }
  .w-max-content {
    width: max-content !important;
  }
  .min-w-max-content {
    min-width: max-content !important;
  }
  .max-w-max-content {
    max-width: max-content !important;
  }
  .w-100 {
    width: 100% !important;
  }
  .min-w-100 {
    min-width: 100% !important;
  }
  .max-w-100 {
    max-width: 100% !important;
  }
  .w-75 {
    width: 75% !important;
  }
  .min-w-75 {
    min-width: 75% !important;
  }
  .max-w-75 {
    max-width: 75% !important;
  }
  .w-65 {
    width: 65% !important;
  }
  .min-w-65 {
    min-width: 65% !important;
  }
  .max-w-65 {
    max-width: 65% !important;
  }
  .w-50 {
    width: 50% !important;
  }
  .min-w-50 {
    min-width: 50% !important;
  }
  .max-w-50 {
    max-width: 50% !important;
  }
  .w-25 {
    width: 25% !important;
  }
  .min-w-25 {
    min-width: 25% !important;
  }
  .max-w-25 {
    max-width: 25% !important;
  }
  .w-20 {
    width: 20% !important;
  }
  .min-w-20 {
    min-width: 20% !important;
  }
  .max-w-20 {
    max-width: 20% !important;
  }
  .w-0 {
    width: 0% !important;
  }
  .min-w-0 {
    min-width: 0% !important;
  }
  .max-w-0 {
    max-width: 0% !important;
  }
}
@media (min-width: 576px) {
  .w-sm-auto {
    width: auto !important;
  }
  .min-w-sm-auto {
    min-width: auto !important;
  }
  .max-w-sm-auto {
    max-width: auto !important;
  }
  .w-sm-fit-content {
    width: fit-content !important;
  }
  .min-w-sm-fit-content {
    min-width: fit-content !important;
  }
  .max-w-sm-fit-content {
    max-width: fit-content !important;
  }
  .w-sm-max-content {
    width: max-content !important;
  }
  .min-w-sm-max-content {
    min-width: max-content !important;
  }
  .max-w-sm-max-content {
    max-width: max-content !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .min-w-sm-100 {
    min-width: 100% !important;
  }
  .max-w-sm-100 {
    max-width: 100% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .min-w-sm-75 {
    min-width: 75% !important;
  }
  .max-w-sm-75 {
    max-width: 75% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .min-w-sm-65 {
    min-width: 65% !important;
  }
  .max-w-sm-65 {
    max-width: 65% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .min-w-sm-50 {
    min-width: 50% !important;
  }
  .max-w-sm-50 {
    max-width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .min-w-sm-25 {
    min-width: 25% !important;
  }
  .max-w-sm-25 {
    max-width: 25% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .min-w-sm-20 {
    min-width: 20% !important;
  }
  .max-w-sm-20 {
    max-width: 20% !important;
  }
  .w-sm-0 {
    width: 0% !important;
  }
  .min-w-sm-0 {
    min-width: 0% !important;
  }
  .max-w-sm-0 {
    max-width: 0% !important;
  }
}
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
  .min-w-md-auto {
    min-width: auto !important;
  }
  .max-w-md-auto {
    max-width: auto !important;
  }
  .w-md-fit-content {
    width: fit-content !important;
  }
  .min-w-md-fit-content {
    min-width: fit-content !important;
  }
  .max-w-md-fit-content {
    max-width: fit-content !important;
  }
  .w-md-max-content {
    width: max-content !important;
  }
  .min-w-md-max-content {
    min-width: max-content !important;
  }
  .max-w-md-max-content {
    max-width: max-content !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .min-w-md-100 {
    min-width: 100% !important;
  }
  .max-w-md-100 {
    max-width: 100% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .min-w-md-75 {
    min-width: 75% !important;
  }
  .max-w-md-75 {
    max-width: 75% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .min-w-md-65 {
    min-width: 65% !important;
  }
  .max-w-md-65 {
    max-width: 65% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .min-w-md-50 {
    min-width: 50% !important;
  }
  .max-w-md-50 {
    max-width: 50% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .min-w-md-25 {
    min-width: 25% !important;
  }
  .max-w-md-25 {
    max-width: 25% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .min-w-md-20 {
    min-width: 20% !important;
  }
  .max-w-md-20 {
    max-width: 20% !important;
  }
  .w-md-0 {
    width: 0% !important;
  }
  .min-w-md-0 {
    min-width: 0% !important;
  }
  .max-w-md-0 {
    max-width: 0% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
  .min-w-lg-auto {
    min-width: auto !important;
  }
  .max-w-lg-auto {
    max-width: auto !important;
  }
  .w-lg-fit-content {
    width: fit-content !important;
  }
  .min-w-lg-fit-content {
    min-width: fit-content !important;
  }
  .max-w-lg-fit-content {
    max-width: fit-content !important;
  }
  .w-lg-max-content {
    width: max-content !important;
  }
  .min-w-lg-max-content {
    min-width: max-content !important;
  }
  .max-w-lg-max-content {
    max-width: max-content !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .min-w-lg-100 {
    min-width: 100% !important;
  }
  .max-w-lg-100 {
    max-width: 100% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .min-w-lg-75 {
    min-width: 75% !important;
  }
  .max-w-lg-75 {
    max-width: 75% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .min-w-lg-65 {
    min-width: 65% !important;
  }
  .max-w-lg-65 {
    max-width: 65% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .min-w-lg-50 {
    min-width: 50% !important;
  }
  .max-w-lg-50 {
    max-width: 50% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .min-w-lg-25 {
    min-width: 25% !important;
  }
  .max-w-lg-25 {
    max-width: 25% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .min-w-lg-20 {
    min-width: 20% !important;
  }
  .max-w-lg-20 {
    max-width: 20% !important;
  }
  .w-lg-0 {
    width: 0% !important;
  }
  .min-w-lg-0 {
    min-width: 0% !important;
  }
  .max-w-lg-0 {
    max-width: 0% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-auto {
    width: auto !important;
  }
  .min-w-xl-auto {
    min-width: auto !important;
  }
  .max-w-xl-auto {
    max-width: auto !important;
  }
  .w-xl-fit-content {
    width: fit-content !important;
  }
  .min-w-xl-fit-content {
    min-width: fit-content !important;
  }
  .max-w-xl-fit-content {
    max-width: fit-content !important;
  }
  .w-xl-max-content {
    width: max-content !important;
  }
  .min-w-xl-max-content {
    min-width: max-content !important;
  }
  .max-w-xl-max-content {
    max-width: max-content !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .min-w-xl-100 {
    min-width: 100% !important;
  }
  .max-w-xl-100 {
    max-width: 100% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .min-w-xl-75 {
    min-width: 75% !important;
  }
  .max-w-xl-75 {
    max-width: 75% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .min-w-xl-65 {
    min-width: 65% !important;
  }
  .max-w-xl-65 {
    max-width: 65% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .min-w-xl-50 {
    min-width: 50% !important;
  }
  .max-w-xl-50 {
    max-width: 50% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .min-w-xl-25 {
    min-width: 25% !important;
  }
  .max-w-xl-25 {
    max-width: 25% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .min-w-xl-20 {
    min-width: 20% !important;
  }
  .max-w-xl-20 {
    max-width: 20% !important;
  }
  .w-xl-0 {
    width: 0% !important;
  }
  .min-w-xl-0 {
    min-width: 0% !important;
  }
  .max-w-xl-0 {
    max-width: 0% !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-auto {
    width: auto !important;
  }
  .min-w-xxl-auto {
    min-width: auto !important;
  }
  .max-w-xxl-auto {
    max-width: auto !important;
  }
  .w-xxl-fit-content {
    width: fit-content !important;
  }
  .min-w-xxl-fit-content {
    min-width: fit-content !important;
  }
  .max-w-xxl-fit-content {
    max-width: fit-content !important;
  }
  .w-xxl-max-content {
    width: max-content !important;
  }
  .min-w-xxl-max-content {
    min-width: max-content !important;
  }
  .max-w-xxl-max-content {
    max-width: max-content !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .min-w-xxl-100 {
    min-width: 100% !important;
  }
  .max-w-xxl-100 {
    max-width: 100% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .min-w-xxl-75 {
    min-width: 75% !important;
  }
  .max-w-xxl-75 {
    max-width: 75% !important;
  }
  .w-xxl-65 {
    width: 65% !important;
  }
  .min-w-xxl-65 {
    min-width: 65% !important;
  }
  .max-w-xxl-65 {
    max-width: 65% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .min-w-xxl-50 {
    min-width: 50% !important;
  }
  .max-w-xxl-50 {
    max-width: 50% !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .min-w-xxl-25 {
    min-width: 25% !important;
  }
  .max-w-xxl-25 {
    max-width: 25% !important;
  }
  .w-xxl-20 {
    width: 20% !important;
  }
  .min-w-xxl-20 {
    min-width: 20% !important;
  }
  .max-w-xxl-20 {
    max-width: 20% !important;
  }
  .w-xxl-0 {
    width: 0% !important;
  }
  .min-w-xxl-0 {
    min-width: 0% !important;
  }
  .max-w-xxl-0 {
    max-width: 0% !important;
  }
}
@media (min-width: 0) {
  .aspect_ratio_1_1 {
    aspect-ratio: 1;
  }
  .aspect_ratio_1_2 {
    aspect-ratio: 0.5;
  }
  .aspect_ratio_2_3 {
    aspect-ratio: 0.6666666667;
  }
  .aspect_ratio_3_2 {
    aspect-ratio: 1.5;
  }
  .aspect_ratio_3_4 {
    aspect-ratio: 0.75;
  }
  .aspect_ratio_4_3 {
    aspect-ratio: 1.3333333333;
  }
  .aspect_ratio_5_2 {
    aspect-ratio: 2.5;
  }
  .aspect_ratio_5_3 {
    aspect-ratio: 1.6666666667;
  }
  .aspect_ratio_6_3 {
    aspect-ratio: 2;
  }
  .aspect_ratio_6_8 {
    aspect-ratio: 0.75;
  }
}
@media (min-width: 576px) {
  .aspect_ratio-sm_1_1 {
    aspect-ratio: 1;
  }
  .aspect_ratio-sm_1_2 {
    aspect-ratio: 0.5;
  }
  .aspect_ratio-sm_2_3 {
    aspect-ratio: 0.6666666667;
  }
  .aspect_ratio-sm_3_2 {
    aspect-ratio: 1.5;
  }
  .aspect_ratio-sm_3_4 {
    aspect-ratio: 0.75;
  }
  .aspect_ratio-sm_4_3 {
    aspect-ratio: 1.3333333333;
  }
  .aspect_ratio-sm_5_2 {
    aspect-ratio: 2.5;
  }
  .aspect_ratio-sm_5_3 {
    aspect-ratio: 1.6666666667;
  }
  .aspect_ratio-sm_6_3 {
    aspect-ratio: 2;
  }
  .aspect_ratio-sm_6_8 {
    aspect-ratio: 0.75;
  }
}
@media (min-width: 768px) {
  .aspect_ratio-md_1_1 {
    aspect-ratio: 1;
  }
  .aspect_ratio-md_1_2 {
    aspect-ratio: 0.5;
  }
  .aspect_ratio-md_2_3 {
    aspect-ratio: 0.6666666667;
  }
  .aspect_ratio-md_3_2 {
    aspect-ratio: 1.5;
  }
  .aspect_ratio-md_3_4 {
    aspect-ratio: 0.75;
  }
  .aspect_ratio-md_4_3 {
    aspect-ratio: 1.3333333333;
  }
  .aspect_ratio-md_5_2 {
    aspect-ratio: 2.5;
  }
  .aspect_ratio-md_5_3 {
    aspect-ratio: 1.6666666667;
  }
  .aspect_ratio-md_6_3 {
    aspect-ratio: 2;
  }
  .aspect_ratio-md_6_8 {
    aspect-ratio: 0.75;
  }
}
@media (min-width: 992px) {
  .aspect_ratio-lg_1_1 {
    aspect-ratio: 1;
  }
  .aspect_ratio-lg_1_2 {
    aspect-ratio: 0.5;
  }
  .aspect_ratio-lg_2_3 {
    aspect-ratio: 0.6666666667;
  }
  .aspect_ratio-lg_3_2 {
    aspect-ratio: 1.5;
  }
  .aspect_ratio-lg_3_4 {
    aspect-ratio: 0.75;
  }
  .aspect_ratio-lg_4_3 {
    aspect-ratio: 1.3333333333;
  }
  .aspect_ratio-lg_5_2 {
    aspect-ratio: 2.5;
  }
  .aspect_ratio-lg_5_3 {
    aspect-ratio: 1.6666666667;
  }
  .aspect_ratio-lg_6_3 {
    aspect-ratio: 2;
  }
  .aspect_ratio-lg_6_8 {
    aspect-ratio: 0.75;
  }
}
@media (min-width: 1200px) {
  .aspect_ratio-xl_1_1 {
    aspect-ratio: 1;
  }
  .aspect_ratio-xl_1_2 {
    aspect-ratio: 0.5;
  }
  .aspect_ratio-xl_2_3 {
    aspect-ratio: 0.6666666667;
  }
  .aspect_ratio-xl_3_2 {
    aspect-ratio: 1.5;
  }
  .aspect_ratio-xl_3_4 {
    aspect-ratio: 0.75;
  }
  .aspect_ratio-xl_4_3 {
    aspect-ratio: 1.3333333333;
  }
  .aspect_ratio-xl_5_2 {
    aspect-ratio: 2.5;
  }
  .aspect_ratio-xl_5_3 {
    aspect-ratio: 1.6666666667;
  }
  .aspect_ratio-xl_6_3 {
    aspect-ratio: 2;
  }
  .aspect_ratio-xl_6_8 {
    aspect-ratio: 0.75;
  }
}
@media (min-width: 1400px) {
  .aspect_ratio-xxl_1_1 {
    aspect-ratio: 1;
  }
  .aspect_ratio-xxl_1_2 {
    aspect-ratio: 0.5;
  }
  .aspect_ratio-xxl_2_3 {
    aspect-ratio: 0.6666666667;
  }
  .aspect_ratio-xxl_3_2 {
    aspect-ratio: 1.5;
  }
  .aspect_ratio-xxl_3_4 {
    aspect-ratio: 0.75;
  }
  .aspect_ratio-xxl_4_3 {
    aspect-ratio: 1.3333333333;
  }
  .aspect_ratio-xxl_5_2 {
    aspect-ratio: 2.5;
  }
  .aspect_ratio-xxl_5_3 {
    aspect-ratio: 1.6666666667;
  }
  .aspect_ratio-xxl_6_3 {
    aspect-ratio: 2;
  }
  .aspect_ratio-xxl_6_8 {
    aspect-ratio: 0.75;
  }
}
@media (min-width: 0) {
  .h-auto {
    height: auto !important;
  }
  .h-100 {
    height: 100% !important;
  }
  .h-fit-content {
    height: fit-content !important;
  }
  .h-max-content {
    height: max-content !important;
  }
  .h-min-content {
    height: min-content !important;
  }
}
@media (min-width: 576px) {
  .h-sm-auto {
    height: auto !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-fit-content {
    height: fit-content !important;
  }
  .h-sm-max-content {
    height: max-content !important;
  }
  .h-sm-min-content {
    height: min-content !important;
  }
}
@media (min-width: 768px) {
  .h-md-auto {
    height: auto !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-fit-content {
    height: fit-content !important;
  }
  .h-md-max-content {
    height: max-content !important;
  }
  .h-md-min-content {
    height: min-content !important;
  }
}
@media (min-width: 992px) {
  .h-lg-auto {
    height: auto !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-fit-content {
    height: fit-content !important;
  }
  .h-lg-max-content {
    height: max-content !important;
  }
  .h-lg-min-content {
    height: min-content !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-auto {
    height: auto !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-fit-content {
    height: fit-content !important;
  }
  .h-xl-max-content {
    height: max-content !important;
  }
  .h-xl-min-content {
    height: min-content !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-auto {
    height: auto !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-fit-content {
    height: fit-content !important;
  }
  .h-xxl-max-content {
    height: max-content !important;
  }
  .h-xxl-min-content {
    height: min-content !important;
  }
}
@media (min-width: 0) {
  .offset-top--9 {
    top: -9rem;
  }
  .offset-bottom--9 {
    bottom: -9rem;
  }
  .offset-top--8 {
    top: -7.5rem;
  }
  .offset-bottom--8 {
    bottom: -7.5rem;
  }
  .offset-top--7 {
    top: -6rem;
  }
  .offset-bottom--7 {
    bottom: -6rem;
  }
  .offset-top--6 {
    top: -4.5rem;
  }
  .offset-bottom--6 {
    bottom: -4.5rem;
  }
  .offset-top--5 {
    top: -3rem;
  }
  .offset-bottom--5 {
    bottom: -3rem;
  }
  .offset-top--4 {
    top: -1.5rem;
  }
  .offset-bottom--4 {
    bottom: -1.5rem;
  }
  .offset-top--3 {
    top: -1rem;
  }
  .offset-bottom--3 {
    bottom: -1rem;
  }
  .offset-top--2 {
    top: -0.5rem;
  }
  .offset-bottom--2 {
    bottom: -0.5rem;
  }
  .offset-top--1 {
    top: -0.25rem;
  }
  .offset-bottom--1 {
    bottom: -0.25rem;
  }
  .offset-top-1 {
    top: 0.25rem;
  }
  .offset-bottom-1 {
    bottom: 0.25rem;
  }
  .offset-top-2 {
    top: 0.5rem;
  }
  .offset-bottom-2 {
    bottom: 0.5rem;
  }
  .offset-top-3 {
    top: 1rem;
  }
  .offset-bottom-3 {
    bottom: 1rem;
  }
  .offset-top-4 {
    top: 1.5rem;
  }
  .offset-bottom-4 {
    bottom: 1.5rem;
  }
  .offset-top-5 {
    top: 3rem;
  }
  .offset-bottom-5 {
    bottom: 3rem;
  }
  .offset-top-6 {
    top: 4.5rem;
  }
  .offset-bottom-6 {
    bottom: 4.5rem;
  }
  .offset-top-7 {
    top: 6rem;
  }
  .offset-bottom-7 {
    bottom: 6rem;
  }
  .offset-top-8 {
    top: 7.5rem;
  }
  .offset-bottom-8 {
    bottom: 7.5rem;
  }
  .offset-top-9 {
    top: 9rem;
  }
  .offset-bottom-9 {
    bottom: 9rem;
  }
}
@media (min-width: 576px) {
  .offset-top-sm--9 {
    top: -9rem;
  }
  .offset-bottom-sm--9 {
    bottom: -9rem;
  }
  .offset-top-sm--8 {
    top: -7.5rem;
  }
  .offset-bottom-sm--8 {
    bottom: -7.5rem;
  }
  .offset-top-sm--7 {
    top: -6rem;
  }
  .offset-bottom-sm--7 {
    bottom: -6rem;
  }
  .offset-top-sm--6 {
    top: -4.5rem;
  }
  .offset-bottom-sm--6 {
    bottom: -4.5rem;
  }
  .offset-top-sm--5 {
    top: -3rem;
  }
  .offset-bottom-sm--5 {
    bottom: -3rem;
  }
  .offset-top-sm--4 {
    top: -1.5rem;
  }
  .offset-bottom-sm--4 {
    bottom: -1.5rem;
  }
  .offset-top-sm--3 {
    top: -1rem;
  }
  .offset-bottom-sm--3 {
    bottom: -1rem;
  }
  .offset-top-sm--2 {
    top: -0.5rem;
  }
  .offset-bottom-sm--2 {
    bottom: -0.5rem;
  }
  .offset-top-sm--1 {
    top: -0.25rem;
  }
  .offset-bottom-sm--1 {
    bottom: -0.25rem;
  }
  .offset-top-sm-1 {
    top: 0.25rem;
  }
  .offset-bottom-sm-1 {
    bottom: 0.25rem;
  }
  .offset-top-sm-2 {
    top: 0.5rem;
  }
  .offset-bottom-sm-2 {
    bottom: 0.5rem;
  }
  .offset-top-sm-3 {
    top: 1rem;
  }
  .offset-bottom-sm-3 {
    bottom: 1rem;
  }
  .offset-top-sm-4 {
    top: 1.5rem;
  }
  .offset-bottom-sm-4 {
    bottom: 1.5rem;
  }
  .offset-top-sm-5 {
    top: 3rem;
  }
  .offset-bottom-sm-5 {
    bottom: 3rem;
  }
  .offset-top-sm-6 {
    top: 4.5rem;
  }
  .offset-bottom-sm-6 {
    bottom: 4.5rem;
  }
  .offset-top-sm-7 {
    top: 6rem;
  }
  .offset-bottom-sm-7 {
    bottom: 6rem;
  }
  .offset-top-sm-8 {
    top: 7.5rem;
  }
  .offset-bottom-sm-8 {
    bottom: 7.5rem;
  }
  .offset-top-sm-9 {
    top: 9rem;
  }
  .offset-bottom-sm-9 {
    bottom: 9rem;
  }
}
@media (min-width: 768px) {
  .offset-top-md--9 {
    top: -9rem;
  }
  .offset-bottom-md--9 {
    bottom: -9rem;
  }
  .offset-top-md--8 {
    top: -7.5rem;
  }
  .offset-bottom-md--8 {
    bottom: -7.5rem;
  }
  .offset-top-md--7 {
    top: -6rem;
  }
  .offset-bottom-md--7 {
    bottom: -6rem;
  }
  .offset-top-md--6 {
    top: -4.5rem;
  }
  .offset-bottom-md--6 {
    bottom: -4.5rem;
  }
  .offset-top-md--5 {
    top: -3rem;
  }
  .offset-bottom-md--5 {
    bottom: -3rem;
  }
  .offset-top-md--4 {
    top: -1.5rem;
  }
  .offset-bottom-md--4 {
    bottom: -1.5rem;
  }
  .offset-top-md--3 {
    top: -1rem;
  }
  .offset-bottom-md--3 {
    bottom: -1rem;
  }
  .offset-top-md--2 {
    top: -0.5rem;
  }
  .offset-bottom-md--2 {
    bottom: -0.5rem;
  }
  .offset-top-md--1 {
    top: -0.25rem;
  }
  .offset-bottom-md--1 {
    bottom: -0.25rem;
  }
  .offset-top-md-1 {
    top: 0.25rem;
  }
  .offset-bottom-md-1 {
    bottom: 0.25rem;
  }
  .offset-top-md-2 {
    top: 0.5rem;
  }
  .offset-bottom-md-2 {
    bottom: 0.5rem;
  }
  .offset-top-md-3 {
    top: 1rem;
  }
  .offset-bottom-md-3 {
    bottom: 1rem;
  }
  .offset-top-md-4 {
    top: 1.5rem;
  }
  .offset-bottom-md-4 {
    bottom: 1.5rem;
  }
  .offset-top-md-5 {
    top: 3rem;
  }
  .offset-bottom-md-5 {
    bottom: 3rem;
  }
  .offset-top-md-6 {
    top: 4.5rem;
  }
  .offset-bottom-md-6 {
    bottom: 4.5rem;
  }
  .offset-top-md-7 {
    top: 6rem;
  }
  .offset-bottom-md-7 {
    bottom: 6rem;
  }
  .offset-top-md-8 {
    top: 7.5rem;
  }
  .offset-bottom-md-8 {
    bottom: 7.5rem;
  }
  .offset-top-md-9 {
    top: 9rem;
  }
  .offset-bottom-md-9 {
    bottom: 9rem;
  }
}
@media (min-width: 992px) {
  .offset-top-lg--9 {
    top: -9rem;
  }
  .offset-bottom-lg--9 {
    bottom: -9rem;
  }
  .offset-top-lg--8 {
    top: -7.5rem;
  }
  .offset-bottom-lg--8 {
    bottom: -7.5rem;
  }
  .offset-top-lg--7 {
    top: -6rem;
  }
  .offset-bottom-lg--7 {
    bottom: -6rem;
  }
  .offset-top-lg--6 {
    top: -4.5rem;
  }
  .offset-bottom-lg--6 {
    bottom: -4.5rem;
  }
  .offset-top-lg--5 {
    top: -3rem;
  }
  .offset-bottom-lg--5 {
    bottom: -3rem;
  }
  .offset-top-lg--4 {
    top: -1.5rem;
  }
  .offset-bottom-lg--4 {
    bottom: -1.5rem;
  }
  .offset-top-lg--3 {
    top: -1rem;
  }
  .offset-bottom-lg--3 {
    bottom: -1rem;
  }
  .offset-top-lg--2 {
    top: -0.5rem;
  }
  .offset-bottom-lg--2 {
    bottom: -0.5rem;
  }
  .offset-top-lg--1 {
    top: -0.25rem;
  }
  .offset-bottom-lg--1 {
    bottom: -0.25rem;
  }
  .offset-top-lg-1 {
    top: 0.25rem;
  }
  .offset-bottom-lg-1 {
    bottom: 0.25rem;
  }
  .offset-top-lg-2 {
    top: 0.5rem;
  }
  .offset-bottom-lg-2 {
    bottom: 0.5rem;
  }
  .offset-top-lg-3 {
    top: 1rem;
  }
  .offset-bottom-lg-3 {
    bottom: 1rem;
  }
  .offset-top-lg-4 {
    top: 1.5rem;
  }
  .offset-bottom-lg-4 {
    bottom: 1.5rem;
  }
  .offset-top-lg-5 {
    top: 3rem;
  }
  .offset-bottom-lg-5 {
    bottom: 3rem;
  }
  .offset-top-lg-6 {
    top: 4.5rem;
  }
  .offset-bottom-lg-6 {
    bottom: 4.5rem;
  }
  .offset-top-lg-7 {
    top: 6rem;
  }
  .offset-bottom-lg-7 {
    bottom: 6rem;
  }
  .offset-top-lg-8 {
    top: 7.5rem;
  }
  .offset-bottom-lg-8 {
    bottom: 7.5rem;
  }
  .offset-top-lg-9 {
    top: 9rem;
  }
  .offset-bottom-lg-9 {
    bottom: 9rem;
  }
}
@media (min-width: 1200px) {
  .offset-top-xl--9 {
    top: -9rem;
  }
  .offset-bottom-xl--9 {
    bottom: -9rem;
  }
  .offset-top-xl--8 {
    top: -7.5rem;
  }
  .offset-bottom-xl--8 {
    bottom: -7.5rem;
  }
  .offset-top-xl--7 {
    top: -6rem;
  }
  .offset-bottom-xl--7 {
    bottom: -6rem;
  }
  .offset-top-xl--6 {
    top: -4.5rem;
  }
  .offset-bottom-xl--6 {
    bottom: -4.5rem;
  }
  .offset-top-xl--5 {
    top: -3rem;
  }
  .offset-bottom-xl--5 {
    bottom: -3rem;
  }
  .offset-top-xl--4 {
    top: -1.5rem;
  }
  .offset-bottom-xl--4 {
    bottom: -1.5rem;
  }
  .offset-top-xl--3 {
    top: -1rem;
  }
  .offset-bottom-xl--3 {
    bottom: -1rem;
  }
  .offset-top-xl--2 {
    top: -0.5rem;
  }
  .offset-bottom-xl--2 {
    bottom: -0.5rem;
  }
  .offset-top-xl--1 {
    top: -0.25rem;
  }
  .offset-bottom-xl--1 {
    bottom: -0.25rem;
  }
  .offset-top-xl-1 {
    top: 0.25rem;
  }
  .offset-bottom-xl-1 {
    bottom: 0.25rem;
  }
  .offset-top-xl-2 {
    top: 0.5rem;
  }
  .offset-bottom-xl-2 {
    bottom: 0.5rem;
  }
  .offset-top-xl-3 {
    top: 1rem;
  }
  .offset-bottom-xl-3 {
    bottom: 1rem;
  }
  .offset-top-xl-4 {
    top: 1.5rem;
  }
  .offset-bottom-xl-4 {
    bottom: 1.5rem;
  }
  .offset-top-xl-5 {
    top: 3rem;
  }
  .offset-bottom-xl-5 {
    bottom: 3rem;
  }
  .offset-top-xl-6 {
    top: 4.5rem;
  }
  .offset-bottom-xl-6 {
    bottom: 4.5rem;
  }
  .offset-top-xl-7 {
    top: 6rem;
  }
  .offset-bottom-xl-7 {
    bottom: 6rem;
  }
  .offset-top-xl-8 {
    top: 7.5rem;
  }
  .offset-bottom-xl-8 {
    bottom: 7.5rem;
  }
  .offset-top-xl-9 {
    top: 9rem;
  }
  .offset-bottom-xl-9 {
    bottom: 9rem;
  }
}
@media (min-width: 1400px) {
  .offset-top-xxl--9 {
    top: -9rem;
  }
  .offset-bottom-xxl--9 {
    bottom: -9rem;
  }
  .offset-top-xxl--8 {
    top: -7.5rem;
  }
  .offset-bottom-xxl--8 {
    bottom: -7.5rem;
  }
  .offset-top-xxl--7 {
    top: -6rem;
  }
  .offset-bottom-xxl--7 {
    bottom: -6rem;
  }
  .offset-top-xxl--6 {
    top: -4.5rem;
  }
  .offset-bottom-xxl--6 {
    bottom: -4.5rem;
  }
  .offset-top-xxl--5 {
    top: -3rem;
  }
  .offset-bottom-xxl--5 {
    bottom: -3rem;
  }
  .offset-top-xxl--4 {
    top: -1.5rem;
  }
  .offset-bottom-xxl--4 {
    bottom: -1.5rem;
  }
  .offset-top-xxl--3 {
    top: -1rem;
  }
  .offset-bottom-xxl--3 {
    bottom: -1rem;
  }
  .offset-top-xxl--2 {
    top: -0.5rem;
  }
  .offset-bottom-xxl--2 {
    bottom: -0.5rem;
  }
  .offset-top-xxl--1 {
    top: -0.25rem;
  }
  .offset-bottom-xxl--1 {
    bottom: -0.25rem;
  }
  .offset-top-xxl-1 {
    top: 0.25rem;
  }
  .offset-bottom-xxl-1 {
    bottom: 0.25rem;
  }
  .offset-top-xxl-2 {
    top: 0.5rem;
  }
  .offset-bottom-xxl-2 {
    bottom: 0.5rem;
  }
  .offset-top-xxl-3 {
    top: 1rem;
  }
  .offset-bottom-xxl-3 {
    bottom: 1rem;
  }
  .offset-top-xxl-4 {
    top: 1.5rem;
  }
  .offset-bottom-xxl-4 {
    bottom: 1.5rem;
  }
  .offset-top-xxl-5 {
    top: 3rem;
  }
  .offset-bottom-xxl-5 {
    bottom: 3rem;
  }
  .offset-top-xxl-6 {
    top: 4.5rem;
  }
  .offset-bottom-xxl-6 {
    bottom: 4.5rem;
  }
  .offset-top-xxl-7 {
    top: 6rem;
  }
  .offset-bottom-xxl-7 {
    bottom: 6rem;
  }
  .offset-top-xxl-8 {
    top: 7.5rem;
  }
  .offset-bottom-xxl-8 {
    bottom: 7.5rem;
  }
  .offset-top-xxl-9 {
    top: 9rem;
  }
  .offset-bottom-xxl-9 {
    bottom: 9rem;
  }
}
@media (min-width: 0) {
  .position-static {
    position: static;
  }
  .position-absolute {
    position: absolute;
  }
  .position-relative {
    position: relative;
  }
  .position-fixed {
    position: fixed;
  }
  .position-sticky {
    position: sticky;
  }
}
@media (min-width: 576px) {
  .position-sm-static {
    position: static;
  }
  .position-sm-absolute {
    position: absolute;
  }
  .position-sm-relative {
    position: relative;
  }
  .position-sm-fixed {
    position: fixed;
  }
  .position-sm-sticky {
    position: sticky;
  }
}
@media (min-width: 768px) {
  .position-md-static {
    position: static;
  }
  .position-md-absolute {
    position: absolute;
  }
  .position-md-relative {
    position: relative;
  }
  .position-md-fixed {
    position: fixed;
  }
  .position-md-sticky {
    position: sticky;
  }
}
@media (min-width: 992px) {
  .position-lg-static {
    position: static;
  }
  .position-lg-absolute {
    position: absolute;
  }
  .position-lg-relative {
    position: relative;
  }
  .position-lg-fixed {
    position: fixed;
  }
  .position-lg-sticky {
    position: sticky;
  }
}
@media (min-width: 1200px) {
  .position-xl-static {
    position: static;
  }
  .position-xl-absolute {
    position: absolute;
  }
  .position-xl-relative {
    position: relative;
  }
  .position-xl-fixed {
    position: fixed;
  }
  .position-xl-sticky {
    position: sticky;
  }
}
@media (min-width: 1400px) {
  .position-xxl-static {
    position: static;
  }
  .position-xxl-absolute {
    position: absolute;
  }
  .position-xxl-relative {
    position: relative;
  }
  .position-xxl-fixed {
    position: fixed;
  }
  .position-xxl-sticky {
    position: sticky;
  }
}
@media (min-width: 0) {
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-4 {
    z-index: 4;
  }
  .z-5 {
    z-index: 5;
  }
  .z-unset {
    z-index: unset;
  }
  .z--1 {
    z-index: -1;
  }
  .z--2 {
    z-index: -2;
  }
  .z--3 {
    z-index: -3;
  }
  .z--4 {
    z-index: -4;
  }
  .z--5 {
    z-index: -5;
  }
  .z--unset {
    z-index: -unset;
  }
}
@media (min-width: 576px) {
  .z-sm-1 {
    z-index: 1;
  }
  .z-sm-2 {
    z-index: 2;
  }
  .z-sm-3 {
    z-index: 3;
  }
  .z-sm-4 {
    z-index: 4;
  }
  .z-sm-5 {
    z-index: 5;
  }
  .z-sm-unset {
    z-index: unset;
  }
  .z-sm--1 {
    z-index: -1;
  }
  .z-sm--2 {
    z-index: -2;
  }
  .z-sm--3 {
    z-index: -3;
  }
  .z-sm--4 {
    z-index: -4;
  }
  .z-sm--5 {
    z-index: -5;
  }
  .z-sm--unset {
    z-index: -unset;
  }
}
@media (min-width: 768px) {
  .z-md-1 {
    z-index: 1;
  }
  .z-md-2 {
    z-index: 2;
  }
  .z-md-3 {
    z-index: 3;
  }
  .z-md-4 {
    z-index: 4;
  }
  .z-md-5 {
    z-index: 5;
  }
  .z-md-unset {
    z-index: unset;
  }
  .z-md--1 {
    z-index: -1;
  }
  .z-md--2 {
    z-index: -2;
  }
  .z-md--3 {
    z-index: -3;
  }
  .z-md--4 {
    z-index: -4;
  }
  .z-md--5 {
    z-index: -5;
  }
  .z-md--unset {
    z-index: -unset;
  }
}
@media (min-width: 992px) {
  .z-lg-1 {
    z-index: 1;
  }
  .z-lg-2 {
    z-index: 2;
  }
  .z-lg-3 {
    z-index: 3;
  }
  .z-lg-4 {
    z-index: 4;
  }
  .z-lg-5 {
    z-index: 5;
  }
  .z-lg-unset {
    z-index: unset;
  }
  .z-lg--1 {
    z-index: -1;
  }
  .z-lg--2 {
    z-index: -2;
  }
  .z-lg--3 {
    z-index: -3;
  }
  .z-lg--4 {
    z-index: -4;
  }
  .z-lg--5 {
    z-index: -5;
  }
  .z-lg--unset {
    z-index: -unset;
  }
}
@media (min-width: 1200px) {
  .z-xl-1 {
    z-index: 1;
  }
  .z-xl-2 {
    z-index: 2;
  }
  .z-xl-3 {
    z-index: 3;
  }
  .z-xl-4 {
    z-index: 4;
  }
  .z-xl-5 {
    z-index: 5;
  }
  .z-xl-unset {
    z-index: unset;
  }
  .z-xl--1 {
    z-index: -1;
  }
  .z-xl--2 {
    z-index: -2;
  }
  .z-xl--3 {
    z-index: -3;
  }
  .z-xl--4 {
    z-index: -4;
  }
  .z-xl--5 {
    z-index: -5;
  }
  .z-xl--unset {
    z-index: -unset;
  }
}
@media (min-width: 1400px) {
  .z-xxl-1 {
    z-index: 1;
  }
  .z-xxl-2 {
    z-index: 2;
  }
  .z-xxl-3 {
    z-index: 3;
  }
  .z-xxl-4 {
    z-index: 4;
  }
  .z-xxl-5 {
    z-index: 5;
  }
  .z-xxl-unset {
    z-index: unset;
  }
  .z-xxl--1 {
    z-index: -1;
  }
  .z-xxl--2 {
    z-index: -2;
  }
  .z-xxl--3 {
    z-index: -3;
  }
  .z-xxl--4 {
    z-index: -4;
  }
  .z-xxl--5 {
    z-index: -5;
  }
  .z-xxl--unset {
    z-index: -unset;
  }
}
@media (min-width: 0) {
  .overflow-auto {
    overflow: auto;
  }
  .overflow-unset {
    overflow: unset;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-unset {
    overflow-x: unset;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-y-unset {
    overflow-y: unset;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
}
@media (min-width: 576px) {
  .overflow-sm-auto {
    overflow: auto;
  }
  .overflow-sm-unset {
    overflow: unset;
  }
  .overflow-sm-hidden {
    overflow: hidden;
  }
  .overflow-x-sm-auto {
    overflow-x: auto;
  }
  .overflow-x-sm-unset {
    overflow-x: unset;
  }
  .overflow-x-sm-hidden {
    overflow-x: hidden;
  }
  .overflow-y-sm-auto {
    overflow-y: auto;
  }
  .overflow-y-sm-unset {
    overflow-y: unset;
  }
  .overflow-y-sm-hidden {
    overflow-y: hidden;
  }
}
@media (min-width: 768px) {
  .overflow-md-auto {
    overflow: auto;
  }
  .overflow-md-unset {
    overflow: unset;
  }
  .overflow-md-hidden {
    overflow: hidden;
  }
  .overflow-x-md-auto {
    overflow-x: auto;
  }
  .overflow-x-md-unset {
    overflow-x: unset;
  }
  .overflow-x-md-hidden {
    overflow-x: hidden;
  }
  .overflow-y-md-auto {
    overflow-y: auto;
  }
  .overflow-y-md-unset {
    overflow-y: unset;
  }
  .overflow-y-md-hidden {
    overflow-y: hidden;
  }
}
@media (min-width: 992px) {
  .overflow-lg-auto {
    overflow: auto;
  }
  .overflow-lg-unset {
    overflow: unset;
  }
  .overflow-lg-hidden {
    overflow: hidden;
  }
  .overflow-x-lg-auto {
    overflow-x: auto;
  }
  .overflow-x-lg-unset {
    overflow-x: unset;
  }
  .overflow-x-lg-hidden {
    overflow-x: hidden;
  }
  .overflow-y-lg-auto {
    overflow-y: auto;
  }
  .overflow-y-lg-unset {
    overflow-y: unset;
  }
  .overflow-y-lg-hidden {
    overflow-y: hidden;
  }
}
@media (min-width: 1200px) {
  .overflow-xl-auto {
    overflow: auto;
  }
  .overflow-xl-unset {
    overflow: unset;
  }
  .overflow-xl-hidden {
    overflow: hidden;
  }
  .overflow-x-xl-auto {
    overflow-x: auto;
  }
  .overflow-x-xl-unset {
    overflow-x: unset;
  }
  .overflow-x-xl-hidden {
    overflow-x: hidden;
  }
  .overflow-y-xl-auto {
    overflow-y: auto;
  }
  .overflow-y-xl-unset {
    overflow-y: unset;
  }
  .overflow-y-xl-hidden {
    overflow-y: hidden;
  }
}
@media (min-width: 1400px) {
  .overflow-xxl-auto {
    overflow: auto;
  }
  .overflow-xxl-unset {
    overflow: unset;
  }
  .overflow-xxl-hidden {
    overflow: hidden;
  }
  .overflow-x-xxl-auto {
    overflow-x: auto;
  }
  .overflow-x-xxl-unset {
    overflow-x: unset;
  }
  .overflow-x-xxl-hidden {
    overflow-x: hidden;
  }
  .overflow-y-xxl-auto {
    overflow-y: auto;
  }
  .overflow-y-xxl-unset {
    overflow-y: unset;
  }
  .overflow-y-xxl-hidden {
    overflow-y: hidden;
  }
}
@media (min-width: 0) {
  .p-6 {
    padding: 4.5rem !important;
  }
  .pt-6 {
    padding-top: 4.5rem !important;
  }
  .ps-6 {
    padding-left: 4.5rem !important;
  }
  .pe-6 {
    padding-right: 4.5rem !important;
  }
  .pb-6 {
    padding-bottom: 4.5rem !important;
  }
  .py-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .m-6 {
    margin: 4.5rem !important;
  }
  .mt-6 {
    margin-top: 4.5rem !important;
  }
  .ms-6 {
    margin-left: 4.5rem !important;
  }
  .me-6 {
    margin-right: 4.5rem !important;
  }
  .mb-6 {
    margin-bottom: 4.5rem !important;
  }
  .my-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .p-7 {
    padding: 6rem !important;
  }
  .pt-7 {
    padding-top: 6rem !important;
  }
  .ps-7 {
    padding-left: 6rem !important;
  }
  .pe-7 {
    padding-right: 6rem !important;
  }
  .pb-7 {
    padding-bottom: 6rem !important;
  }
  .py-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .m-7 {
    margin: 6rem !important;
  }
  .mt-7 {
    margin-top: 6rem !important;
  }
  .ms-7 {
    margin-left: 6rem !important;
  }
  .me-7 {
    margin-right: 6rem !important;
  }
  .mb-7 {
    margin-bottom: 6rem !important;
  }
  .my-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .p-8 {
    padding: 7.5rem !important;
  }
  .pt-8 {
    padding-top: 7.5rem !important;
  }
  .ps-8 {
    padding-left: 7.5rem !important;
  }
  .pe-8 {
    padding-right: 7.5rem !important;
  }
  .pb-8 {
    padding-bottom: 7.5rem !important;
  }
  .py-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .px-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .m-8 {
    margin: 7.5rem !important;
  }
  .mt-8 {
    margin-top: 7.5rem !important;
  }
  .ms-8 {
    margin-left: 7.5rem !important;
  }
  .me-8 {
    margin-right: 7.5rem !important;
  }
  .mb-8 {
    margin-bottom: 7.5rem !important;
  }
  .my-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mx-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .p-9 {
    padding: 9rem !important;
  }
  .pt-9 {
    padding-top: 9rem !important;
  }
  .ps-9 {
    padding-left: 9rem !important;
  }
  .pe-9 {
    padding-right: 9rem !important;
  }
  .pb-9 {
    padding-bottom: 9rem !important;
  }
  .py-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .px-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .m-9 {
    margin: 9rem !important;
  }
  .mt-9 {
    margin-top: 9rem !important;
  }
  .ms-9 {
    margin-left: 9rem !important;
  }
  .me-9 {
    margin-right: 9rem !important;
  }
  .mb-9 {
    margin-bottom: 9rem !important;
  }
  .my-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .mx-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .p-10 {
    padding: 10.5rem !important;
  }
  .pt-10 {
    padding-top: 10.5rem !important;
  }
  .ps-10 {
    padding-left: 10.5rem !important;
  }
  .pe-10 {
    padding-right: 10.5rem !important;
  }
  .pb-10 {
    padding-bottom: 10.5rem !important;
  }
  .py-10 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .px-10 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .m-10 {
    margin: 10.5rem !important;
  }
  .mt-10 {
    margin-top: 10.5rem !important;
  }
  .ms-10 {
    margin-left: 10.5rem !important;
  }
  .me-10 {
    margin-right: 10.5rem !important;
  }
  .mb-10 {
    margin-bottom: 10.5rem !important;
  }
  .my-10 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .mx-10 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .p-11 {
    padding: 12rem !important;
  }
  .pt-11 {
    padding-top: 12rem !important;
  }
  .ps-11 {
    padding-left: 12rem !important;
  }
  .pe-11 {
    padding-right: 12rem !important;
  }
  .pb-11 {
    padding-bottom: 12rem !important;
  }
  .py-11 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .px-11 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .m-11 {
    margin: 12rem !important;
  }
  .mt-11 {
    margin-top: 12rem !important;
  }
  .ms-11 {
    margin-left: 12rem !important;
  }
  .me-11 {
    margin-right: 12rem !important;
  }
  .mb-11 {
    margin-bottom: 12rem !important;
  }
  .my-11 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .mx-11 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .p-12 {
    padding: 13.5rem !important;
  }
  .pt-12 {
    padding-top: 13.5rem !important;
  }
  .ps-12 {
    padding-left: 13.5rem !important;
  }
  .pe-12 {
    padding-right: 13.5rem !important;
  }
  .pb-12 {
    padding-bottom: 13.5rem !important;
  }
  .py-12 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .px-12 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important;
  }
  .m-12 {
    margin: 13.5rem !important;
  }
  .mt-12 {
    margin-top: 13.5rem !important;
  }
  .ms-12 {
    margin-left: 13.5rem !important;
  }
  .me-12 {
    margin-right: 13.5rem !important;
  }
  .mb-12 {
    margin-bottom: 13.5rem !important;
  }
  .my-12 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .mx-12 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .p-13 {
    padding: 15rem !important;
  }
  .pt-13 {
    padding-top: 15rem !important;
  }
  .ps-13 {
    padding-left: 15rem !important;
  }
  .pe-13 {
    padding-right: 15rem !important;
  }
  .pb-13 {
    padding-bottom: 15rem !important;
  }
  .py-13 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .px-13 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .m-13 {
    margin: 15rem !important;
  }
  .mt-13 {
    margin-top: 15rem !important;
  }
  .ms-13 {
    margin-left: 15rem !important;
  }
  .me-13 {
    margin-right: 15rem !important;
  }
  .mb-13 {
    margin-bottom: 15rem !important;
  }
  .my-13 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .mx-13 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .p-14 {
    padding: 16.5rem !important;
  }
  .pt-14 {
    padding-top: 16.5rem !important;
  }
  .ps-14 {
    padding-left: 16.5rem !important;
  }
  .pe-14 {
    padding-right: 16.5rem !important;
  }
  .pb-14 {
    padding-bottom: 16.5rem !important;
  }
  .py-14 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .px-14 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important;
  }
  .m-14 {
    margin: 16.5rem !important;
  }
  .mt-14 {
    margin-top: 16.5rem !important;
  }
  .ms-14 {
    margin-left: 16.5rem !important;
  }
  .me-14 {
    margin-right: 16.5rem !important;
  }
  .mb-14 {
    margin-bottom: 16.5rem !important;
  }
  .my-14 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .mx-14 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important;
  }
  .p-15 {
    padding: 18rem !important;
  }
  .pt-15 {
    padding-top: 18rem !important;
  }
  .ps-15 {
    padding-left: 18rem !important;
  }
  .pe-15 {
    padding-right: 18rem !important;
  }
  .pb-15 {
    padding-bottom: 18rem !important;
  }
  .py-15 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .px-15 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .m-15 {
    margin: 18rem !important;
  }
  .mt-15 {
    margin-top: 18rem !important;
  }
  .ms-15 {
    margin-left: 18rem !important;
  }
  .me-15 {
    margin-right: 18rem !important;
  }
  .mb-15 {
    margin-bottom: 18rem !important;
  }
  .my-15 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .mx-15 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
}
@media (min-width: 576px) {
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-6 {
    padding-top: 4.5rem !important;
  }
  .ps-sm-6 {
    padding-left: 4.5rem !important;
  }
  .pe-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-sm-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-6 {
    margin-top: 4.5rem !important;
  }
  .ms-sm-6 {
    margin-left: 4.5rem !important;
  }
  .me-sm-6 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .my-sm-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-sm-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7 {
    padding-top: 6rem !important;
  }
  .ps-sm-7 {
    padding-left: 6rem !important;
  }
  .pe-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 6rem !important;
  }
  .py-sm-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-sm-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7 {
    margin-top: 6rem !important;
  }
  .ms-sm-7 {
    margin-left: 6rem !important;
  }
  .me-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 6rem !important;
  }
  .my-sm-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-sm-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .p-sm-8 {
    padding: 7.5rem !important;
  }
  .pt-sm-8 {
    padding-top: 7.5rem !important;
  }
  .ps-sm-8 {
    padding-left: 7.5rem !important;
  }
  .pe-sm-8 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 7.5rem !important;
  }
  .py-sm-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .px-sm-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .m-sm-8 {
    margin: 7.5rem !important;
  }
  .mt-sm-8 {
    margin-top: 7.5rem !important;
  }
  .ms-sm-8 {
    margin-left: 7.5rem !important;
  }
  .me-sm-8 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 7.5rem !important;
  }
  .my-sm-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mx-sm-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .pt-sm-9 {
    padding-top: 9rem !important;
  }
  .ps-sm-9 {
    padding-left: 9rem !important;
  }
  .pe-sm-9 {
    padding-right: 9rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .px-sm-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .mt-sm-9 {
    margin-top: 9rem !important;
  }
  .ms-sm-9 {
    margin-left: 9rem !important;
  }
  .me-sm-9 {
    margin-right: 9rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .mx-sm-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .p-sm-10 {
    padding: 10.5rem !important;
  }
  .pt-sm-10 {
    padding-top: 10.5rem !important;
  }
  .ps-sm-10 {
    padding-left: 10.5rem !important;
  }
  .pe-sm-10 {
    padding-right: 10.5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 10.5rem !important;
  }
  .py-sm-10 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .px-sm-10 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .m-sm-10 {
    margin: 10.5rem !important;
  }
  .mt-sm-10 {
    margin-top: 10.5rem !important;
  }
  .ms-sm-10 {
    margin-left: 10.5rem !important;
  }
  .me-sm-10 {
    margin-right: 10.5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 10.5rem !important;
  }
  .my-sm-10 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .mx-sm-10 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .p-sm-11 {
    padding: 12rem !important;
  }
  .pt-sm-11 {
    padding-top: 12rem !important;
  }
  .ps-sm-11 {
    padding-left: 12rem !important;
  }
  .pe-sm-11 {
    padding-right: 12rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 12rem !important;
  }
  .py-sm-11 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .px-sm-11 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .m-sm-11 {
    margin: 12rem !important;
  }
  .mt-sm-11 {
    margin-top: 12rem !important;
  }
  .ms-sm-11 {
    margin-left: 12rem !important;
  }
  .me-sm-11 {
    margin-right: 12rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 12rem !important;
  }
  .my-sm-11 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .mx-sm-11 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .p-sm-12 {
    padding: 13.5rem !important;
  }
  .pt-sm-12 {
    padding-top: 13.5rem !important;
  }
  .ps-sm-12 {
    padding-left: 13.5rem !important;
  }
  .pe-sm-12 {
    padding-right: 13.5rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 13.5rem !important;
  }
  .py-sm-12 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .px-sm-12 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important;
  }
  .m-sm-12 {
    margin: 13.5rem !important;
  }
  .mt-sm-12 {
    margin-top: 13.5rem !important;
  }
  .ms-sm-12 {
    margin-left: 13.5rem !important;
  }
  .me-sm-12 {
    margin-right: 13.5rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 13.5rem !important;
  }
  .my-sm-12 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .mx-sm-12 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .p-sm-13 {
    padding: 15rem !important;
  }
  .pt-sm-13 {
    padding-top: 15rem !important;
  }
  .ps-sm-13 {
    padding-left: 15rem !important;
  }
  .pe-sm-13 {
    padding-right: 15rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 15rem !important;
  }
  .py-sm-13 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .px-sm-13 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .m-sm-13 {
    margin: 15rem !important;
  }
  .mt-sm-13 {
    margin-top: 15rem !important;
  }
  .ms-sm-13 {
    margin-left: 15rem !important;
  }
  .me-sm-13 {
    margin-right: 15rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 15rem !important;
  }
  .my-sm-13 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .mx-sm-13 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .p-sm-14 {
    padding: 16.5rem !important;
  }
  .pt-sm-14 {
    padding-top: 16.5rem !important;
  }
  .ps-sm-14 {
    padding-left: 16.5rem !important;
  }
  .pe-sm-14 {
    padding-right: 16.5rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 16.5rem !important;
  }
  .py-sm-14 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .px-sm-14 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important;
  }
  .m-sm-14 {
    margin: 16.5rem !important;
  }
  .mt-sm-14 {
    margin-top: 16.5rem !important;
  }
  .ms-sm-14 {
    margin-left: 16.5rem !important;
  }
  .me-sm-14 {
    margin-right: 16.5rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 16.5rem !important;
  }
  .my-sm-14 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .mx-sm-14 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important;
  }
  .p-sm-15 {
    padding: 18rem !important;
  }
  .pt-sm-15 {
    padding-top: 18rem !important;
  }
  .ps-sm-15 {
    padding-left: 18rem !important;
  }
  .pe-sm-15 {
    padding-right: 18rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 18rem !important;
  }
  .py-sm-15 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .px-sm-15 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .m-sm-15 {
    margin: 18rem !important;
  }
  .mt-sm-15 {
    margin-top: 18rem !important;
  }
  .ms-sm-15 {
    margin-left: 18rem !important;
  }
  .me-sm-15 {
    margin-right: 18rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 18rem !important;
  }
  .my-sm-15 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .mx-sm-15 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
}
@media (min-width: 768px) {
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6 {
    padding-top: 4.5rem !important;
  }
  .ps-md-6 {
    padding-left: 4.5rem !important;
  }
  .pe-md-6 {
    padding-right: 4.5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-md-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6 {
    margin-top: 4.5rem !important;
  }
  .ms-md-6 {
    margin-left: 4.5rem !important;
  }
  .me-md-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .my-md-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-md-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 6rem !important;
  }
  .ps-md-7 {
    padding-left: 6rem !important;
  }
  .pe-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7 {
    padding-bottom: 6rem !important;
  }
  .py-md-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-md-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7 {
    margin-top: 6rem !important;
  }
  .ms-md-7 {
    margin-left: 6rem !important;
  }
  .me-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7 {
    margin-bottom: 6rem !important;
  }
  .my-md-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-md-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .p-md-8 {
    padding: 7.5rem !important;
  }
  .pt-md-8 {
    padding-top: 7.5rem !important;
  }
  .ps-md-8 {
    padding-left: 7.5rem !important;
  }
  .pe-md-8 {
    padding-right: 7.5rem !important;
  }
  .pb-md-8 {
    padding-bottom: 7.5rem !important;
  }
  .py-md-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .px-md-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .m-md-8 {
    margin: 7.5rem !important;
  }
  .mt-md-8 {
    margin-top: 7.5rem !important;
  }
  .ms-md-8 {
    margin-left: 7.5rem !important;
  }
  .me-md-8 {
    margin-right: 7.5rem !important;
  }
  .mb-md-8 {
    margin-bottom: 7.5rem !important;
  }
  .my-md-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mx-md-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .pt-md-9 {
    padding-top: 9rem !important;
  }
  .ps-md-9 {
    padding-left: 9rem !important;
  }
  .pe-md-9 {
    padding-right: 9rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .px-md-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .mt-md-9 {
    margin-top: 9rem !important;
  }
  .ms-md-9 {
    margin-left: 9rem !important;
  }
  .me-md-9 {
    margin-right: 9rem !important;
  }
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .mx-md-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .p-md-10 {
    padding: 10.5rem !important;
  }
  .pt-md-10 {
    padding-top: 10.5rem !important;
  }
  .ps-md-10 {
    padding-left: 10.5rem !important;
  }
  .pe-md-10 {
    padding-right: 10.5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10.5rem !important;
  }
  .py-md-10 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .px-md-10 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .m-md-10 {
    margin: 10.5rem !important;
  }
  .mt-md-10 {
    margin-top: 10.5rem !important;
  }
  .ms-md-10 {
    margin-left: 10.5rem !important;
  }
  .me-md-10 {
    margin-right: 10.5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10.5rem !important;
  }
  .my-md-10 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .mx-md-10 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .p-md-11 {
    padding: 12rem !important;
  }
  .pt-md-11 {
    padding-top: 12rem !important;
  }
  .ps-md-11 {
    padding-left: 12rem !important;
  }
  .pe-md-11 {
    padding-right: 12rem !important;
  }
  .pb-md-11 {
    padding-bottom: 12rem !important;
  }
  .py-md-11 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .px-md-11 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .m-md-11 {
    margin: 12rem !important;
  }
  .mt-md-11 {
    margin-top: 12rem !important;
  }
  .ms-md-11 {
    margin-left: 12rem !important;
  }
  .me-md-11 {
    margin-right: 12rem !important;
  }
  .mb-md-11 {
    margin-bottom: 12rem !important;
  }
  .my-md-11 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .mx-md-11 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .p-md-12 {
    padding: 13.5rem !important;
  }
  .pt-md-12 {
    padding-top: 13.5rem !important;
  }
  .ps-md-12 {
    padding-left: 13.5rem !important;
  }
  .pe-md-12 {
    padding-right: 13.5rem !important;
  }
  .pb-md-12 {
    padding-bottom: 13.5rem !important;
  }
  .py-md-12 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .px-md-12 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important;
  }
  .m-md-12 {
    margin: 13.5rem !important;
  }
  .mt-md-12 {
    margin-top: 13.5rem !important;
  }
  .ms-md-12 {
    margin-left: 13.5rem !important;
  }
  .me-md-12 {
    margin-right: 13.5rem !important;
  }
  .mb-md-12 {
    margin-bottom: 13.5rem !important;
  }
  .my-md-12 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .mx-md-12 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .p-md-13 {
    padding: 15rem !important;
  }
  .pt-md-13 {
    padding-top: 15rem !important;
  }
  .ps-md-13 {
    padding-left: 15rem !important;
  }
  .pe-md-13 {
    padding-right: 15rem !important;
  }
  .pb-md-13 {
    padding-bottom: 15rem !important;
  }
  .py-md-13 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .px-md-13 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .m-md-13 {
    margin: 15rem !important;
  }
  .mt-md-13 {
    margin-top: 15rem !important;
  }
  .ms-md-13 {
    margin-left: 15rem !important;
  }
  .me-md-13 {
    margin-right: 15rem !important;
  }
  .mb-md-13 {
    margin-bottom: 15rem !important;
  }
  .my-md-13 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .mx-md-13 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .p-md-14 {
    padding: 16.5rem !important;
  }
  .pt-md-14 {
    padding-top: 16.5rem !important;
  }
  .ps-md-14 {
    padding-left: 16.5rem !important;
  }
  .pe-md-14 {
    padding-right: 16.5rem !important;
  }
  .pb-md-14 {
    padding-bottom: 16.5rem !important;
  }
  .py-md-14 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .px-md-14 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important;
  }
  .m-md-14 {
    margin: 16.5rem !important;
  }
  .mt-md-14 {
    margin-top: 16.5rem !important;
  }
  .ms-md-14 {
    margin-left: 16.5rem !important;
  }
  .me-md-14 {
    margin-right: 16.5rem !important;
  }
  .mb-md-14 {
    margin-bottom: 16.5rem !important;
  }
  .my-md-14 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .mx-md-14 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important;
  }
  .p-md-15 {
    padding: 18rem !important;
  }
  .pt-md-15 {
    padding-top: 18rem !important;
  }
  .ps-md-15 {
    padding-left: 18rem !important;
  }
  .pe-md-15 {
    padding-right: 18rem !important;
  }
  .pb-md-15 {
    padding-bottom: 18rem !important;
  }
  .py-md-15 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .px-md-15 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .m-md-15 {
    margin: 18rem !important;
  }
  .mt-md-15 {
    margin-top: 18rem !important;
  }
  .ms-md-15 {
    margin-left: 18rem !important;
  }
  .me-md-15 {
    margin-right: 18rem !important;
  }
  .mb-md-15 {
    margin-bottom: 18rem !important;
  }
  .my-md-15 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .mx-md-15 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6 {
    padding-top: 4.5rem !important;
  }
  .ps-lg-6 {
    padding-left: 4.5rem !important;
  }
  .pe-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-lg-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6 {
    margin-top: 4.5rem !important;
  }
  .ms-lg-6 {
    margin-left: 4.5rem !important;
  }
  .me-lg-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .my-lg-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-lg-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7 {
    padding-top: 6rem !important;
  }
  .ps-lg-7 {
    padding-left: 6rem !important;
  }
  .pe-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 6rem !important;
  }
  .py-lg-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-lg-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7 {
    margin-top: 6rem !important;
  }
  .ms-lg-7 {
    margin-left: 6rem !important;
  }
  .me-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 6rem !important;
  }
  .my-lg-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-lg-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .p-lg-8 {
    padding: 7.5rem !important;
  }
  .pt-lg-8 {
    padding-top: 7.5rem !important;
  }
  .ps-lg-8 {
    padding-left: 7.5rem !important;
  }
  .pe-lg-8 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 7.5rem !important;
  }
  .py-lg-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .px-lg-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .m-lg-8 {
    margin: 7.5rem !important;
  }
  .mt-lg-8 {
    margin-top: 7.5rem !important;
  }
  .ms-lg-8 {
    margin-left: 7.5rem !important;
  }
  .me-lg-8 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 7.5rem !important;
  }
  .my-lg-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mx-lg-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
  .ps-lg-9 {
    padding-left: 9rem !important;
  }
  .pe-lg-9 {
    padding-right: 9rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .px-lg-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
  .ms-lg-9 {
    margin-left: 9rem !important;
  }
  .me-lg-9 {
    margin-right: 9rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .mx-lg-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .p-lg-10 {
    padding: 10.5rem !important;
  }
  .pt-lg-10 {
    padding-top: 10.5rem !important;
  }
  .ps-lg-10 {
    padding-left: 10.5rem !important;
  }
  .pe-lg-10 {
    padding-right: 10.5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 10.5rem !important;
  }
  .py-lg-10 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .px-lg-10 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .m-lg-10 {
    margin: 10.5rem !important;
  }
  .mt-lg-10 {
    margin-top: 10.5rem !important;
  }
  .ms-lg-10 {
    margin-left: 10.5rem !important;
  }
  .me-lg-10 {
    margin-right: 10.5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 10.5rem !important;
  }
  .my-lg-10 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .mx-lg-10 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .p-lg-11 {
    padding: 12rem !important;
  }
  .pt-lg-11 {
    padding-top: 12rem !important;
  }
  .ps-lg-11 {
    padding-left: 12rem !important;
  }
  .pe-lg-11 {
    padding-right: 12rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 12rem !important;
  }
  .py-lg-11 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .px-lg-11 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .m-lg-11 {
    margin: 12rem !important;
  }
  .mt-lg-11 {
    margin-top: 12rem !important;
  }
  .ms-lg-11 {
    margin-left: 12rem !important;
  }
  .me-lg-11 {
    margin-right: 12rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 12rem !important;
  }
  .my-lg-11 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .mx-lg-11 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .p-lg-12 {
    padding: 13.5rem !important;
  }
  .pt-lg-12 {
    padding-top: 13.5rem !important;
  }
  .ps-lg-12 {
    padding-left: 13.5rem !important;
  }
  .pe-lg-12 {
    padding-right: 13.5rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 13.5rem !important;
  }
  .py-lg-12 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .px-lg-12 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important;
  }
  .m-lg-12 {
    margin: 13.5rem !important;
  }
  .mt-lg-12 {
    margin-top: 13.5rem !important;
  }
  .ms-lg-12 {
    margin-left: 13.5rem !important;
  }
  .me-lg-12 {
    margin-right: 13.5rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 13.5rem !important;
  }
  .my-lg-12 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .mx-lg-12 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .p-lg-13 {
    padding: 15rem !important;
  }
  .pt-lg-13 {
    padding-top: 15rem !important;
  }
  .ps-lg-13 {
    padding-left: 15rem !important;
  }
  .pe-lg-13 {
    padding-right: 15rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 15rem !important;
  }
  .py-lg-13 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .px-lg-13 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .m-lg-13 {
    margin: 15rem !important;
  }
  .mt-lg-13 {
    margin-top: 15rem !important;
  }
  .ms-lg-13 {
    margin-left: 15rem !important;
  }
  .me-lg-13 {
    margin-right: 15rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 15rem !important;
  }
  .my-lg-13 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .mx-lg-13 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .p-lg-14 {
    padding: 16.5rem !important;
  }
  .pt-lg-14 {
    padding-top: 16.5rem !important;
  }
  .ps-lg-14 {
    padding-left: 16.5rem !important;
  }
  .pe-lg-14 {
    padding-right: 16.5rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 16.5rem !important;
  }
  .py-lg-14 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .px-lg-14 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important;
  }
  .m-lg-14 {
    margin: 16.5rem !important;
  }
  .mt-lg-14 {
    margin-top: 16.5rem !important;
  }
  .ms-lg-14 {
    margin-left: 16.5rem !important;
  }
  .me-lg-14 {
    margin-right: 16.5rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 16.5rem !important;
  }
  .my-lg-14 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .mx-lg-14 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important;
  }
  .p-lg-15 {
    padding: 18rem !important;
  }
  .pt-lg-15 {
    padding-top: 18rem !important;
  }
  .ps-lg-15 {
    padding-left: 18rem !important;
  }
  .pe-lg-15 {
    padding-right: 18rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 18rem !important;
  }
  .py-lg-15 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .px-lg-15 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .m-lg-15 {
    margin: 18rem !important;
  }
  .mt-lg-15 {
    margin-top: 18rem !important;
  }
  .ms-lg-15 {
    margin-left: 18rem !important;
  }
  .me-lg-15 {
    margin-right: 18rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 18rem !important;
  }
  .my-lg-15 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .mx-lg-15 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .pt-xl-6 {
    padding-top: 4.5rem !important;
  }
  .ps-xl-6 {
    padding-left: 4.5rem !important;
  }
  .pe-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .py-xl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-xl-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-6 {
    margin-top: 4.5rem !important;
  }
  .ms-xl-6 {
    margin-left: 4.5rem !important;
  }
  .me-xl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .my-xl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-xl-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7 {
    padding-top: 6rem !important;
  }
  .ps-xl-7 {
    padding-left: 6rem !important;
  }
  .pe-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 6rem !important;
  }
  .py-xl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-xl-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7 {
    margin-top: 6rem !important;
  }
  .ms-xl-7 {
    margin-left: 6rem !important;
  }
  .me-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 6rem !important;
  }
  .my-xl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-xl-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .p-xl-8 {
    padding: 7.5rem !important;
  }
  .pt-xl-8 {
    padding-top: 7.5rem !important;
  }
  .ps-xl-8 {
    padding-left: 7.5rem !important;
  }
  .pe-xl-8 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 7.5rem !important;
  }
  .py-xl-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .px-xl-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .m-xl-8 {
    margin: 7.5rem !important;
  }
  .mt-xl-8 {
    margin-top: 7.5rem !important;
  }
  .ms-xl-8 {
    margin-left: 7.5rem !important;
  }
  .me-xl-8 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 7.5rem !important;
  }
  .my-xl-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mx-xl-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .pt-xl-9 {
    padding-top: 9rem !important;
  }
  .ps-xl-9 {
    padding-left: 9rem !important;
  }
  .pe-xl-9 {
    padding-right: 9rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }
  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .px-xl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .mt-xl-9 {
    margin-top: 9rem !important;
  }
  .ms-xl-9 {
    margin-left: 9rem !important;
  }
  .me-xl-9 {
    margin-right: 9rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }
  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .mx-xl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .p-xl-10 {
    padding: 10.5rem !important;
  }
  .pt-xl-10 {
    padding-top: 10.5rem !important;
  }
  .ps-xl-10 {
    padding-left: 10.5rem !important;
  }
  .pe-xl-10 {
    padding-right: 10.5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 10.5rem !important;
  }
  .py-xl-10 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .px-xl-10 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .m-xl-10 {
    margin: 10.5rem !important;
  }
  .mt-xl-10 {
    margin-top: 10.5rem !important;
  }
  .ms-xl-10 {
    margin-left: 10.5rem !important;
  }
  .me-xl-10 {
    margin-right: 10.5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 10.5rem !important;
  }
  .my-xl-10 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .mx-xl-10 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .p-xl-11 {
    padding: 12rem !important;
  }
  .pt-xl-11 {
    padding-top: 12rem !important;
  }
  .ps-xl-11 {
    padding-left: 12rem !important;
  }
  .pe-xl-11 {
    padding-right: 12rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 12rem !important;
  }
  .py-xl-11 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .px-xl-11 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .m-xl-11 {
    margin: 12rem !important;
  }
  .mt-xl-11 {
    margin-top: 12rem !important;
  }
  .ms-xl-11 {
    margin-left: 12rem !important;
  }
  .me-xl-11 {
    margin-right: 12rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 12rem !important;
  }
  .my-xl-11 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .mx-xl-11 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .p-xl-12 {
    padding: 13.5rem !important;
  }
  .pt-xl-12 {
    padding-top: 13.5rem !important;
  }
  .ps-xl-12 {
    padding-left: 13.5rem !important;
  }
  .pe-xl-12 {
    padding-right: 13.5rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 13.5rem !important;
  }
  .py-xl-12 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .px-xl-12 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important;
  }
  .m-xl-12 {
    margin: 13.5rem !important;
  }
  .mt-xl-12 {
    margin-top: 13.5rem !important;
  }
  .ms-xl-12 {
    margin-left: 13.5rem !important;
  }
  .me-xl-12 {
    margin-right: 13.5rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 13.5rem !important;
  }
  .my-xl-12 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .mx-xl-12 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .p-xl-13 {
    padding: 15rem !important;
  }
  .pt-xl-13 {
    padding-top: 15rem !important;
  }
  .ps-xl-13 {
    padding-left: 15rem !important;
  }
  .pe-xl-13 {
    padding-right: 15rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 15rem !important;
  }
  .py-xl-13 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .px-xl-13 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .m-xl-13 {
    margin: 15rem !important;
  }
  .mt-xl-13 {
    margin-top: 15rem !important;
  }
  .ms-xl-13 {
    margin-left: 15rem !important;
  }
  .me-xl-13 {
    margin-right: 15rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 15rem !important;
  }
  .my-xl-13 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .mx-xl-13 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .p-xl-14 {
    padding: 16.5rem !important;
  }
  .pt-xl-14 {
    padding-top: 16.5rem !important;
  }
  .ps-xl-14 {
    padding-left: 16.5rem !important;
  }
  .pe-xl-14 {
    padding-right: 16.5rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 16.5rem !important;
  }
  .py-xl-14 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .px-xl-14 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important;
  }
  .m-xl-14 {
    margin: 16.5rem !important;
  }
  .mt-xl-14 {
    margin-top: 16.5rem !important;
  }
  .ms-xl-14 {
    margin-left: 16.5rem !important;
  }
  .me-xl-14 {
    margin-right: 16.5rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 16.5rem !important;
  }
  .my-xl-14 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .mx-xl-14 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important;
  }
  .p-xl-15 {
    padding: 18rem !important;
  }
  .pt-xl-15 {
    padding-top: 18rem !important;
  }
  .ps-xl-15 {
    padding-left: 18rem !important;
  }
  .pe-xl-15 {
    padding-right: 18rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 18rem !important;
  }
  .py-xl-15 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .px-xl-15 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .m-xl-15 {
    margin: 18rem !important;
  }
  .mt-xl-15 {
    margin-top: 18rem !important;
  }
  .ms-xl-15 {
    margin-left: 18rem !important;
  }
  .me-xl-15 {
    margin-right: 18rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 18rem !important;
  }
  .my-xl-15 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .mx-xl-15 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
}
@media (min-width: 1400px) {
  .p-xxl-6 {
    padding: 4.5rem !important;
  }
  .pt-xxl-6 {
    padding-top: 4.5rem !important;
  }
  .ps-xxl-6 {
    padding-left: 4.5rem !important;
  }
  .pe-xxl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 4.5rem !important;
  }
  .py-xxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-xxl-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .m-xxl-6 {
    margin: 4.5rem !important;
  }
  .mt-xxl-6 {
    margin-top: 4.5rem !important;
  }
  .ms-xxl-6 {
    margin-left: 4.5rem !important;
  }
  .me-xxl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-xxl-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .p-xxl-7 {
    padding: 6rem !important;
  }
  .pt-xxl-7 {
    padding-top: 6rem !important;
  }
  .ps-xxl-7 {
    padding-left: 6rem !important;
  }
  .pe-xxl-7 {
    padding-right: 6rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 6rem !important;
  }
  .py-xxl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-xxl-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .m-xxl-7 {
    margin: 6rem !important;
  }
  .mt-xxl-7 {
    margin-top: 6rem !important;
  }
  .ms-xxl-7 {
    margin-left: 6rem !important;
  }
  .me-xxl-7 {
    margin-right: 6rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 6rem !important;
  }
  .my-xxl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-xxl-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .p-xxl-8 {
    padding: 7.5rem !important;
  }
  .pt-xxl-8 {
    padding-top: 7.5rem !important;
  }
  .ps-xxl-8 {
    padding-left: 7.5rem !important;
  }
  .pe-xxl-8 {
    padding-right: 7.5rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 7.5rem !important;
  }
  .py-xxl-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .px-xxl-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .m-xxl-8 {
    margin: 7.5rem !important;
  }
  .mt-xxl-8 {
    margin-top: 7.5rem !important;
  }
  .ms-xxl-8 {
    margin-left: 7.5rem !important;
  }
  .me-xxl-8 {
    margin-right: 7.5rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 7.5rem !important;
  }
  .my-xxl-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mx-xxl-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .p-xxl-9 {
    padding: 9rem !important;
  }
  .pt-xxl-9 {
    padding-top: 9rem !important;
  }
  .ps-xxl-9 {
    padding-left: 9rem !important;
  }
  .pe-xxl-9 {
    padding-right: 9rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 9rem !important;
  }
  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .px-xxl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .m-xxl-9 {
    margin: 9rem !important;
  }
  .mt-xxl-9 {
    margin-top: 9rem !important;
  }
  .ms-xxl-9 {
    margin-left: 9rem !important;
  }
  .me-xxl-9 {
    margin-right: 9rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }
  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .mx-xxl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .p-xxl-10 {
    padding: 10.5rem !important;
  }
  .pt-xxl-10 {
    padding-top: 10.5rem !important;
  }
  .ps-xxl-10 {
    padding-left: 10.5rem !important;
  }
  .pe-xxl-10 {
    padding-right: 10.5rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 10.5rem !important;
  }
  .py-xxl-10 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .px-xxl-10 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .m-xxl-10 {
    margin: 10.5rem !important;
  }
  .mt-xxl-10 {
    margin-top: 10.5rem !important;
  }
  .ms-xxl-10 {
    margin-left: 10.5rem !important;
  }
  .me-xxl-10 {
    margin-right: 10.5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10.5rem !important;
  }
  .my-xxl-10 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .mx-xxl-10 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .p-xxl-11 {
    padding: 12rem !important;
  }
  .pt-xxl-11 {
    padding-top: 12rem !important;
  }
  .ps-xxl-11 {
    padding-left: 12rem !important;
  }
  .pe-xxl-11 {
    padding-right: 12rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 12rem !important;
  }
  .py-xxl-11 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .px-xxl-11 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .m-xxl-11 {
    margin: 12rem !important;
  }
  .mt-xxl-11 {
    margin-top: 12rem !important;
  }
  .ms-xxl-11 {
    margin-left: 12rem !important;
  }
  .me-xxl-11 {
    margin-right: 12rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 12rem !important;
  }
  .my-xxl-11 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .mx-xxl-11 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .p-xxl-12 {
    padding: 13.5rem !important;
  }
  .pt-xxl-12 {
    padding-top: 13.5rem !important;
  }
  .ps-xxl-12 {
    padding-left: 13.5rem !important;
  }
  .pe-xxl-12 {
    padding-right: 13.5rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 13.5rem !important;
  }
  .py-xxl-12 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .px-xxl-12 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important;
  }
  .m-xxl-12 {
    margin: 13.5rem !important;
  }
  .mt-xxl-12 {
    margin-top: 13.5rem !important;
  }
  .ms-xxl-12 {
    margin-left: 13.5rem !important;
  }
  .me-xxl-12 {
    margin-right: 13.5rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 13.5rem !important;
  }
  .my-xxl-12 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .mx-xxl-12 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .p-xxl-13 {
    padding: 15rem !important;
  }
  .pt-xxl-13 {
    padding-top: 15rem !important;
  }
  .ps-xxl-13 {
    padding-left: 15rem !important;
  }
  .pe-xxl-13 {
    padding-right: 15rem !important;
  }
  .pb-xxl-13 {
    padding-bottom: 15rem !important;
  }
  .py-xxl-13 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .px-xxl-13 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .m-xxl-13 {
    margin: 15rem !important;
  }
  .mt-xxl-13 {
    margin-top: 15rem !important;
  }
  .ms-xxl-13 {
    margin-left: 15rem !important;
  }
  .me-xxl-13 {
    margin-right: 15rem !important;
  }
  .mb-xxl-13 {
    margin-bottom: 15rem !important;
  }
  .my-xxl-13 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .mx-xxl-13 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .p-xxl-14 {
    padding: 16.5rem !important;
  }
  .pt-xxl-14 {
    padding-top: 16.5rem !important;
  }
  .ps-xxl-14 {
    padding-left: 16.5rem !important;
  }
  .pe-xxl-14 {
    padding-right: 16.5rem !important;
  }
  .pb-xxl-14 {
    padding-bottom: 16.5rem !important;
  }
  .py-xxl-14 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .px-xxl-14 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important;
  }
  .m-xxl-14 {
    margin: 16.5rem !important;
  }
  .mt-xxl-14 {
    margin-top: 16.5rem !important;
  }
  .ms-xxl-14 {
    margin-left: 16.5rem !important;
  }
  .me-xxl-14 {
    margin-right: 16.5rem !important;
  }
  .mb-xxl-14 {
    margin-bottom: 16.5rem !important;
  }
  .my-xxl-14 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .mx-xxl-14 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important;
  }
  .p-xxl-15 {
    padding: 18rem !important;
  }
  .pt-xxl-15 {
    padding-top: 18rem !important;
  }
  .ps-xxl-15 {
    padding-left: 18rem !important;
  }
  .pe-xxl-15 {
    padding-right: 18rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 18rem !important;
  }
  .py-xxl-15 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .px-xxl-15 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .m-xxl-15 {
    margin: 18rem !important;
  }
  .mt-xxl-15 {
    margin-top: 18rem !important;
  }
  .ms-xxl-15 {
    margin-left: 18rem !important;
  }
  .me-xxl-15 {
    margin-right: 18rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 18rem !important;
  }
  .my-xxl-15 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .mx-xxl-15 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
}