@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
.text-white {
  color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.text-secondary {
  color: #ff7500 !important;
}

.bg-secondary {
  background-color: #ff7500 !important;
}

.text-secondary-light {
  color: #faf7f3 !important;
}

.bg-secondary-light {
  background-color: #faf7f3 !important;
}

.text-dark {
  color: #313131 !important;
}

.bg-dark {
  background-color: #313131 !important;
}

.text-primary {
  color: #0078ff !important;
}

.bg-primary {
  background-color: #0078ff !important;
}

.text-primary-dark {
  color: #2638c1 !important;
}

.bg-primary-dark {
  background-color: #2638c1 !important;
}

.text-red {
  color: #de195b !important;
}

.bg-red {
  background-color: #de195b !important;
}

.text-red-light {
  color: #e50000 !important;
}

.bg-red-light {
  background-color: #e50000 !important;
}

.text-teritary {
  color: #bb005a !important;
}

.bg-teritary {
  background-color: #bb005a !important;
}

.text-red-dark {
  color: #e80000 !important;
}

.bg-red-dark {
  background-color: #e80000 !important;
}

.text-yellow {
  color: #ffdc00 !important;
}

.bg-yellow {
  background-color: #ffdc00 !important;
}

.text-accent {
  color: #96cc16 !important;
}

.bg-accent {
  background-color: #96cc16 !important;
}

.text-purple {
  color: #ab3bff !important;
}

.bg-purple {
  background-color: #ab3bff !important;
}

.text-purple-dark {
  color: #652d88 !important;
}

.bg-purple-dark {
  background-color: #652d88 !important;
}

.text-orange-dark {
  color: #ff8000 !important;
}

.bg-orange-dark {
  background-color: #ff8000 !important;
}

.text-gray-light {
  color: #d9e4ff !important;
}

.bg-gray-light {
  background-color: #d9e4ff !important;
}

.text-gray-light-v2 {
  color: #a7a7a7 !important;
}

.bg-gray-light-v2 {
  background-color: #a7a7a7 !important;
}

.ellipsis-1 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis-2 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis-3 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis-4 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis-5 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-active-1:active {
  font-size: clamp(3px, 4.5vw, 13px) !important;
}

.text-hover-1:hover:not(:active) {
  font-size: clamp(3px, 4.5vw, 13px) !important;
}

.text-1 {
  font-size: clamp(3px, 4.5vw, 13px) !important;
}

.text-active-2:active {
  font-size: clamp(4px, 4.5vw, 14px) !important;
}

.text-hover-2:hover:not(:active) {
  font-size: clamp(4px, 4.5vw, 14px) !important;
}

.text-2 {
  font-size: clamp(4px, 4.5vw, 14px) !important;
}

.text-active-3:active {
  font-size: clamp(5px, 4.5vw, 15px) !important;
}

.text-hover-3:hover:not(:active) {
  font-size: clamp(5px, 4.5vw, 15px) !important;
}

.text-3 {
  font-size: clamp(5px, 4.5vw, 15px) !important;
}

.text-active-4:active {
  font-size: clamp(6px, 4.5vw, 16px) !important;
}

.text-hover-4:hover:not(:active) {
  font-size: clamp(6px, 4.5vw, 16px) !important;
}

.text-4 {
  font-size: clamp(6px, 4.5vw, 16px) !important;
}

.text-active-5:active {
  font-size: clamp(8px, 4.5vw, 18px) !important;
}

.text-hover-5:hover:not(:active) {
  font-size: clamp(8px, 4.5vw, 18px) !important;
}

.text-5 {
  font-size: clamp(8px, 4.5vw, 18px) !important;
}

.text-active-6:active {
  font-size: clamp(10px, 4.5vw, 20px) !important;
}

.text-hover-6:hover:not(:active) {
  font-size: clamp(10px, 4.5vw, 20px) !important;
}

.text-6 {
  font-size: clamp(10px, 4.5vw, 20px) !important;
}

.text-active-7:active {
  font-size: clamp(12px, 4.5vw, 22px) !important;
}

.text-hover-7:hover:not(:active) {
  font-size: clamp(12px, 4.5vw, 22px) !important;
}

.text-7 {
  font-size: clamp(12px, 4.5vw, 22px) !important;
}

.text-active-8:active {
  font-size: clamp(14px, 4.5vw, 24px) !important;
}

.text-hover-8:hover:not(:active) {
  font-size: clamp(14px, 4.5vw, 24px) !important;
}

.text-8 {
  font-size: clamp(14px, 4.5vw, 24px) !important;
}

.text-active-9:active {
  font-size: clamp(15px, 4.5vw, 25px) !important;
}

.text-hover-9:hover:not(:active) {
  font-size: clamp(15px, 4.5vw, 25px) !important;
}

.text-9 {
  font-size: clamp(15px, 4.5vw, 25px) !important;
}

.text-active-10:active {
  font-size: clamp(16px, 4.5vw, 26px) !important;
}

.text-hover-10:hover:not(:active) {
  font-size: clamp(16px, 4.5vw, 26px) !important;
}

.text-10 {
  font-size: clamp(16px, 4.5vw, 26px) !important;
}

.text-active-11:active {
  font-size: clamp(18px, 4.5vw, 28px) !important;
}

.text-hover-11:hover:not(:active) {
  font-size: clamp(18px, 4.5vw, 28px) !important;
}

.text-11 {
  font-size: clamp(18px, 4.5vw, 28px) !important;
}

.text-active-12:active {
  font-size: clamp(20px, 4.5vw, 30px) !important;
}

.text-hover-12:hover:not(:active) {
  font-size: clamp(20px, 4.5vw, 30px) !important;
}

.text-12 {
  font-size: clamp(20px, 4.5vw, 30px) !important;
}

.text-active-13:active {
  font-size: clamp(22px, 4.5vw, 32px) !important;
}

.text-hover-13:hover:not(:active) {
  font-size: clamp(22px, 4.5vw, 32px) !important;
}

.text-13 {
  font-size: clamp(22px, 4.5vw, 32px) !important;
}

.text-active-14:active {
  font-size: clamp(24px, 4.5vw, 34px) !important;
}

.text-hover-14:hover:not(:active) {
  font-size: clamp(24px, 4.5vw, 34px) !important;
}

.text-14 {
  font-size: clamp(24px, 4.5vw, 34px) !important;
}

.text-active-15:active {
  font-size: clamp(26px, 4.5vw, 36px) !important;
}

.text-hover-15:hover:not(:active) {
  font-size: clamp(26px, 4.5vw, 36px) !important;
}

.text-15 {
  font-size: clamp(26px, 4.5vw, 36px) !important;
}

.text-active-16:active {
  font-size: clamp(28px, 4.5vw, 38px) !important;
}

.text-hover-16:hover:not(:active) {
  font-size: clamp(28px, 4.5vw, 38px) !important;
}

.text-16 {
  font-size: clamp(28px, 4.5vw, 38px) !important;
}

.text-active-17:active {
  font-size: clamp(30px, 4.5vw, 40px) !important;
}

.text-hover-17:hover:not(:active) {
  font-size: clamp(30px, 4.5vw, 40px) !important;
}

.text-17 {
  font-size: clamp(30px, 4.5vw, 40px) !important;
}

.text-active-18:active {
  font-size: clamp(32px, 4.5vw, 42px) !important;
}

.text-hover-18:hover:not(:active) {
  font-size: clamp(32px, 4.5vw, 42px) !important;
}

.text-18 {
  font-size: clamp(32px, 4.5vw, 42px) !important;
}

.text-active-19:active {
  font-size: clamp(34px, 4.5vw, 44px) !important;
}

.text-hover-19:hover:not(:active) {
  font-size: clamp(34px, 4.5vw, 44px) !important;
}

.text-19 {
  font-size: clamp(34px, 4.5vw, 44px) !important;
}

.text-active-20:active {
  font-size: clamp(36px, 4.5vw, 46px) !important;
}

.text-hover-20:hover:not(:active) {
  font-size: clamp(36px, 4.5vw, 46px) !important;
}

.text-20 {
  font-size: clamp(36px, 4.5vw, 46px) !important;
}

.text-active-21:active {
  font-size: clamp(42px, 4.5vw, 52px) !important;
}

.text-hover-21:hover:not(:active) {
  font-size: clamp(42px, 4.5vw, 52px) !important;
}

.text-21 {
  font-size: clamp(42px, 4.5vw, 52px) !important;
}

.text-active-22:active {
  font-size: clamp(44px, 4.5vw, 54px) !important;
}

.text-hover-22:hover:not(:active) {
  font-size: clamp(44px, 4.5vw, 54px) !important;
}

.text-22 {
  font-size: clamp(44px, 4.5vw, 54px) !important;
}

.text-active-23:active {
  font-size: clamp(50px, 4.5vw, 60px) !important;
}

.text-hover-23:hover:not(:active) {
  font-size: clamp(50px, 4.5vw, 60px) !important;
}

.text-23 {
  font-size: clamp(50px, 4.5vw, 60px) !important;
}

.text-active-24:active {
  font-size: clamp(54px, 4.5vw, 64px) !important;
}

.text-hover-24:hover:not(:active) {
  font-size: clamp(54px, 4.5vw, 64px) !important;
}

.text-24 {
  font-size: clamp(54px, 4.5vw, 64px) !important;
}

.font-active-1:active {
  font-size: 10px !important;
}

.font-hover-1:hover:not(:active) {
  font-size: 10px !important;
}

.font-1 {
  font-size: 10px !important;
}

.font-active-2:active {
  font-size: 12px !important;
}

.font-hover-2:hover:not(:active) {
  font-size: 12px !important;
}

.font-2 {
  font-size: 12px !important;
}

.font-active-3:active {
  font-size: 14px !important;
}

.font-hover-3:hover:not(:active) {
  font-size: 14px !important;
}

.font-3 {
  font-size: 14px !important;
}

.font-active-4:active {
  font-size: 16px !important;
}

.font-hover-4:hover:not(:active) {
  font-size: 16px !important;
}

.font-4 {
  font-size: 16px !important;
}

.font-active-5:active {
  font-size: 18px !important;
}

.font-hover-5:hover:not(:active) {
  font-size: 18px !important;
}

.font-5 {
  font-size: 18px !important;
}

.font-active-6:active {
  font-size: 24px !important;
}

.font-hover-6:hover:not(:active) {
  font-size: 24px !important;
}

.font-6 {
  font-size: 24px !important;
}

.font-active-7:active {
  font-size: 26px !important;
}

.font-hover-7:hover:not(:active) {
  font-size: 26px !important;
}

.font-7 {
  font-size: 26px !important;
}

.font-active-8:active {
  font-size: 28px !important;
}

.font-hover-8:hover:not(:active) {
  font-size: 28px !important;
}

.font-8 {
  font-size: 28px !important;
}

.font-active-9:active {
  font-size: 30px !important;
}

.font-hover-9:hover:not(:active) {
  font-size: 30px !important;
}

.font-9 {
  font-size: 30px !important;
}

.font-active-10:active {
  font-size: 34px !important;
}

.font-hover-10:hover:not(:active) {
  font-size: 34px !important;
}

.font-10 {
  font-size: 34px !important;
}

.font-active-11:active {
  font-size: 40px !important;
}

.font-hover-11:hover:not(:active) {
  font-size: 40px !important;
}

.font-11 {
  font-size: 40px !important;
}

body {
  padding-top: 135px;
}
body:has(.header-md) {
  padding-top: 100px;
}
@media (max-width: 1130px) {
  body:has(.header-md) {
    padding-top: 80px;
  }
}
@media (max-width: 1279px) {
  body {
    padding-top: 100px;
  }
}
@media (max-width: 1130px) {
  body {
    padding-top: 80px;
  }
}

.default-border-light:not(:active, :hover) {
  border-color: #fff !important;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.font-light {
  font-weight: 400;
}

.font-medium {
  font-weight: 600;
}

.font-bold {
  font-weight: 800;
}

h1,
h2,
h3,
h4 {
  font-weight: 800;
}

h5,
h6 {
  font-weight: 700 !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.page-content {
  position: relative;
  z-index: 1;
}
.page-content-cloud-img {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.section {
  padding: 60px 0;
}

.section-pagination {
  margin-top: 20px;
}
.section-pagination ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
}

.member-banner-image img {
  width: 100%;
  max-width: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.text-normal {
  font-style: normal !important;
}

.body-white {
  background-color: #fff;
}

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

.border-bottom-light {
  border-bottom: 1px solid #d9e4ff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.modal-dialog {
  overflow: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Nunito", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #f4f4f4;
  --bs-body-bg-rgb: 244, 244, 244;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: none;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1130px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1090px;
  }
}
@media (min-width: 1330px) {
  .container-xxl, .container-2xl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1290px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1130px;
  --bs-breakpoint-2xl: 1279px;
  --bs-breakpoint-xxl: 1330px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1130px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1279px) {
  .col-2xl {
    flex: 1 0 0%;
  }
  .row-cols-2xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-2xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-2xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-2xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-2xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-2xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-2xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-2xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-2xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-2xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-2xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-2xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-2xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-2xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-2xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-2xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-2xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-2xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-2xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-2xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-2xl-0 {
    margin-left: 0;
  }
  .offset-2xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-2xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-2xl-3 {
    margin-left: 25%;
  }
  .offset-2xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-2xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-2xl-6 {
    margin-left: 50%;
  }
  .offset-2xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-2xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-2xl-9 {
    margin-left: 75%;
  }
  .offset-2xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-2xl-11 {
    margin-left: 91.66666667%;
  }
  .g-2xl-0,
  .gx-2xl-0 {
    --bs-gutter-x: 0;
  }
  .g-2xl-0,
  .gy-2xl-0 {
    --bs-gutter-y: 0;
  }
  .g-2xl-1,
  .gx-2xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-2xl-1,
  .gy-2xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-2xl-2,
  .gx-2xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-2xl-2,
  .gy-2xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-2xl-3,
  .gx-2xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-2xl-3,
  .gy-2xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-2xl-4,
  .gx-2xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-2xl-4,
  .gy-2xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-2xl-5,
  .gx-2xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-2xl-5,
  .gy-2xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1330px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1130px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1279px) {
  .d-2xl-inline {
    display: inline !important;
  }
  .d-2xl-inline-block {
    display: inline-block !important;
  }
  .d-2xl-block {
    display: block !important;
  }
  .d-2xl-grid {
    display: grid !important;
  }
  .d-2xl-inline-grid {
    display: inline-grid !important;
  }
  .d-2xl-table {
    display: table !important;
  }
  .d-2xl-table-row {
    display: table-row !important;
  }
  .d-2xl-table-cell {
    display: table-cell !important;
  }
  .d-2xl-flex {
    display: flex !important;
  }
  .d-2xl-inline-flex {
    display: inline-flex !important;
  }
  .d-2xl-none {
    display: none !important;
  }
  .flex-2xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-2xl-row {
    flex-direction: row !important;
  }
  .flex-2xl-column {
    flex-direction: column !important;
  }
  .flex-2xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-2xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-2xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-2xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-2xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-2xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-2xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-2xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-2xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-2xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-2xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-2xl-center {
    justify-content: center !important;
  }
  .justify-content-2xl-between {
    justify-content: space-between !important;
  }
  .justify-content-2xl-around {
    justify-content: space-around !important;
  }
  .justify-content-2xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-2xl-start {
    align-items: flex-start !important;
  }
  .align-items-2xl-end {
    align-items: flex-end !important;
  }
  .align-items-2xl-center {
    align-items: center !important;
  }
  .align-items-2xl-baseline {
    align-items: baseline !important;
  }
  .align-items-2xl-stretch {
    align-items: stretch !important;
  }
  .align-content-2xl-start {
    align-content: flex-start !important;
  }
  .align-content-2xl-end {
    align-content: flex-end !important;
  }
  .align-content-2xl-center {
    align-content: center !important;
  }
  .align-content-2xl-between {
    align-content: space-between !important;
  }
  .align-content-2xl-around {
    align-content: space-around !important;
  }
  .align-content-2xl-stretch {
    align-content: stretch !important;
  }
  .align-self-2xl-auto {
    align-self: auto !important;
  }
  .align-self-2xl-start {
    align-self: flex-start !important;
  }
  .align-self-2xl-end {
    align-self: flex-end !important;
  }
  .align-self-2xl-center {
    align-self: center !important;
  }
  .align-self-2xl-baseline {
    align-self: baseline !important;
  }
  .align-self-2xl-stretch {
    align-self: stretch !important;
  }
  .order-2xl-first {
    order: -1 !important;
  }
  .order-2xl-0 {
    order: 0 !important;
  }
  .order-2xl-1 {
    order: 1 !important;
  }
  .order-2xl-2 {
    order: 2 !important;
  }
  .order-2xl-3 {
    order: 3 !important;
  }
  .order-2xl-4 {
    order: 4 !important;
  }
  .order-2xl-5 {
    order: 5 !important;
  }
  .order-2xl-last {
    order: 6 !important;
  }
  .m-2xl-0 {
    margin: 0 !important;
  }
  .m-2xl-1 {
    margin: 0.25rem !important;
  }
  .m-2xl-2 {
    margin: 0.5rem !important;
  }
  .m-2xl-3 {
    margin: 1rem !important;
  }
  .m-2xl-4 {
    margin: 1.5rem !important;
  }
  .m-2xl-5 {
    margin: 3rem !important;
  }
  .m-2xl-auto {
    margin: auto !important;
  }
  .mx-2xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-2xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-2xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-2xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-2xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-2xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-2xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-2xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-2xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-2xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-2xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-2xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-2xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-2xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-2xl-0 {
    margin-top: 0 !important;
  }
  .mt-2xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-2xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-2xl-3 {
    margin-top: 1rem !important;
  }
  .mt-2xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-2xl-5 {
    margin-top: 3rem !important;
  }
  .mt-2xl-auto {
    margin-top: auto !important;
  }
  .me-2xl-0 {
    margin-right: 0 !important;
  }
  .me-2xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-2xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-2xl-3 {
    margin-right: 1rem !important;
  }
  .me-2xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-2xl-5 {
    margin-right: 3rem !important;
  }
  .me-2xl-auto {
    margin-right: auto !important;
  }
  .mb-2xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-2xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-2xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-2xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-2xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-2xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-2xl-auto {
    margin-bottom: auto !important;
  }
  .ms-2xl-0 {
    margin-left: 0 !important;
  }
  .ms-2xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-2xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-2xl-3 {
    margin-left: 1rem !important;
  }
  .ms-2xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-2xl-5 {
    margin-left: 3rem !important;
  }
  .ms-2xl-auto {
    margin-left: auto !important;
  }
  .p-2xl-0 {
    padding: 0 !important;
  }
  .p-2xl-1 {
    padding: 0.25rem !important;
  }
  .p-2xl-2 {
    padding: 0.5rem !important;
  }
  .p-2xl-3 {
    padding: 1rem !important;
  }
  .p-2xl-4 {
    padding: 1.5rem !important;
  }
  .p-2xl-5 {
    padding: 3rem !important;
  }
  .px-2xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-2xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-2xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-2xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-2xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-2xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-2xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-2xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-2xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-2xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-2xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-2xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-2xl-0 {
    padding-top: 0 !important;
  }
  .pt-2xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-2xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-2xl-3 {
    padding-top: 1rem !important;
  }
  .pt-2xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-2xl-5 {
    padding-top: 3rem !important;
  }
  .pe-2xl-0 {
    padding-right: 0 !important;
  }
  .pe-2xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-2xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-2xl-3 {
    padding-right: 1rem !important;
  }
  .pe-2xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-2xl-5 {
    padding-right: 3rem !important;
  }
  .pb-2xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-2xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-2xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-2xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-2xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-2xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-2xl-0 {
    padding-left: 0 !important;
  }
  .ps-2xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-2xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-2xl-3 {
    padding-left: 1rem !important;
  }
  .ps-2xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-2xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1330px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 900px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: 30px;
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1130px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1129.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1278.98px) {
  .modal-fullscreen-2xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-2xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-2xl-down .modal-header,
  .modal-fullscreen-2xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-2xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1329.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.btn {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  padding: 8px;
}
.btn.btn-md {
  width: 160px;
  height: 40px;
  font-size: 16px;
  font-weight: 800;
}
.btn .hover-text,
.btn .active-text {
  display: none;
}
.btn:hover .default-text, .btn:active .default-text {
  display: none;
}
.btn:hover:not(:active) .hover-text {
  display: inline-block;
}
.btn:active .active-text {
  display: inline-block;
}

.btn-featured {
  border: 2px solid #d9e4ff;
  background-color: #fff;
  color: #0078ff;
}
.btn-featured:hover {
  border-color: #ab3bff;
  background-color: #ab3bff;
  color: #fff;
}
.btn-featured:active {
  background-color: #96cc16;
  border-color: #96cc16;
}

.btn-featured-secondary {
  border: 2px solid rgba(171, 59, 255, 0.2);
  background-color: #fff;
  color: #0078ff;
}
.btn-featured-secondary:hover {
  border-color: #ff7500;
  background-color: #ff7500;
  color: #fff;
}
.btn-featured-secondary:active {
  background-color: #96cc16;
  border-color: #96cc16;
}

.btn-default {
  border: 2px solid #0078ff;
  background-color: #fff;
  color: #313131;
}
.btn-default:hover {
  background-color: #0078ff;
  color: #fff;
}
.btn-default:active {
  background-color: #96cc16;
  border-color: #96cc16;
}

.btn-default-v2 {
  border: 2px solid #bb005a;
  background-color: #fff;
  color: #bb005a;
}
.btn-default-v2:hover {
  background-color: #ff7500;
  border-color: #ff7500;
  color: #fff;
}
.btn-default-v2:active {
  background-color: #96cc16;
  border-color: #96cc16;
}

.btn-default-v3 {
  border: 2px solid #0078ff;
  background-color: #fff;
  color: #0078ff;
}
.btn-default-v3:hover {
  background-color: #0078ff;
  color: #fff;
}
.btn-default-v3:active {
  background-color: #96cc16;
  border-color: #96cc16;
}

.btn-secondary {
  border: 2px solid #ffe700;
  background-color: #ff7500;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #bb005a;
  border-color: #ff7500;
  color: #ff7500;
}
.btn-secondary:active {
  background-color: #96cc16;
  border-color: #96cc16;
  color: #fff;
}

.btn-filled {
  border: 2px solid #0078ff;
  background-color: #0078ff;
  color: #fff;
}
.btn-filled:hover {
  background-color: #fff;
  color: #0078ff;
}
.btn-filled:active {
  background-color: #96cc16;
  border-color: #96cc16;
  color: #fff;
}

.btn-filled-purple {
  border: 2px solid #0078ff;
  background-color: #0078ff;
  color: #fff;
}
.btn-filled-purple:hover {
  background-color: #ab3bff;
  border-color: #ab3bff;
}
.btn-filled-purple:active {
  background-color: #96cc16;
  border-color: #96cc16;
}

.btn-filled-light {
  border: 2px solid #fff;
  background-color: #fff;
  color: #0078ff;
}
.btn-filled-light:hover {
  background-color: #0078ff;
  border-color: #0078ff;
  color: #fff;
}
.btn-filled-light:active {
  background-color: #96cc16;
  border-color: #96cc16;
  color: #fff;
}

.btn-outlined {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}
.btn-outlined:hover {
  background-color: #2638c1;
  color: #fff;
}
.btn-outlined:active {
  background-color: #96cc16;
  border-color: #fff;
  color: #fff;
}

.btn-outlined-primary {
  border: 2px solid #0078ff;
  background-color: transparent;
  color: #0078ff;
}
.btn-outlined-primary:hover {
  background-color: #0078ff;
  border-color: #0078ff;
  color: #fff;
}
.btn-outlined-primary:active {
  background-color: #96cc16;
  border-color: #96cc16;
  color: #fff;
}

.btn-outlined-primary-v2 {
  border: 2px solid #d9e4ff;
  background-color: transparent;
  color: #0078ff;
}
.btn-outlined-primary-v2:hover {
  background-color: #0078ff;
  border-color: #0078ff;
  color: #fff;
}
.btn-outlined-primary-v2:hover:is(:focus) {
  background-color: #0078ff;
  border-color: #0078ff;
  color: #fff;
}
.btn-outlined-primary-v2:active:is(:focus) {
  background-color: #96cc16;
  border-color: #96cc16;
  color: #fff;
}
.btn-outlined-primary-v2:focus {
  border-color: #0078ff;
  color: #0078ff;
}

.btn-outlined-primary-dark {
  border: 2px solid #d9e4ff;
  background-color: transparent;
  color: #2638c1;
}
.btn-outlined-primary-dark:hover {
  background-color: #2638c1;
  border-color: #2638c1;
  color: #fff;
}
.btn-outlined-primary-dark:hover:is(:focus) {
  background-color: #2638c1;
  border-color: #2638c1;
  color: #fff;
}
.btn-outlined-primary-dark:active:is(:focus) {
  background-color: #0078ff;
  border-color: #0078ff;
  color: #fff;
}
.btn-outlined-primary-dark:focus {
  border-color: #0078ff;
  color: #0078ff;
}

.btn-outlined-secondary {
  border: 2px solid rgba(171, 59, 255, 0.2);
  background-color: transparent;
  color: #652d88;
}
.btn-outlined-secondary:hover {
  background-color: #ff7500;
  border-color: #ff7500;
  color: #fff;
}
.btn-outlined-secondary:hover:is(:focus) {
  background-color: #ff7500;
  border-color: #ff7500;
  color: #fff;
}
.btn-outlined-secondary:active:is(:focus) {
  background-color: #ab3bff;
  border-color: #ab3bff;
  color: #fff;
}
.btn-outlined-secondary:focus {
  border-color: #ab3bff;
}

.btn-outlined-teritary {
  border: 2px solid rgba(222, 25, 91, 0.2);
  background-color: transparent;
  color: #bb005a;
}
.btn-outlined-teritary:hover {
  background-color: #ff7500;
  border-color: #ff7500;
  color: #fff;
}
.btn-outlined-teritary:hover:is(:focus) {
  background-color: #ff7500;
  border-color: #ff7500;
  color: #fff;
}
.btn-outlined-teritary:active:is(:focus) {
  background-color: #bb005a;
  border-color: #bb005a;
  color: #fff;
}
.btn-outlined-teritary:focus {
  border-color: #bb005a;
}

.btn-outlined-teritary-v2 {
  border: 2px solid rgba(222, 25, 91, 0.2);
  background-color: transparent;
  color: #bb005a;
}
.btn-outlined-teritary-v2:hover {
  background-color: #ff7500;
  border-color: #ff7500;
  color: #fff;
}
.btn-outlined-teritary-v2:active {
  background-color: #96cc16;
  border-color: #96cc16;
  color: #fff;
}

.btn-xs {
  width: 120px;
  height: 40px;
  font-size: 16px;
  font-weight: 800;
}

.btn-sm {
  width: 120px;
  height: 40px;
  font-size: 16px;
  font-weight: 800;
}

.btn-lg {
  width: 200px;
  height: 40px;
  font-size: 16px;
  font-weight: 800;
}

.btn-xl {
  width: 225px;
  height: 40px;
  font-size: 24px;
  font-weight: 800;
}

.btn-big {
  width: 205px;
  height: 60px;
  font-size: 40px;
  font-weight: 800;
}

.btn-big-lg {
  width: 275px;
  height: 60px;
  font-size: 26px;
  font-weight: 800;
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.btn-social {
  height: 60px;
  width: 275px;
  padding: 10px 10px;
  justify-content: start;
  font-weight: 800;
  font-size: 16px;
  gap: 15px;
}
@media (max-width: 576px) {
  .btn-social {
    width: 240px;
    height: 50px;
    gap: 10px;
    padding: 8px;
    font-size: 15px;
  }
}
.btn-social img {
  height: 40px;
  width: 40px;
  background-color: #fff;
  padding: 6px;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .btn-social img {
    width: 35px;
    height: 35px;
  }
}
.btn-social-google {
  border: 2px solid #0078ff;
  background-color: #0078ff;
  color: #fff;
}
.btn-social-google:hover:not(:active) {
  background-color: #fff;
  color: #0078ff;
}
.btn-social-apple {
  border: 2px solid #313131;
  background-color: #313131;
  color: #fff;
}
.btn-social-apple:hover:not(:active) {
  background-color: #fff;
  color: #313131;
}
.btn-social-facebook {
  border: 2px solid #005ac0;
  background-color: #005ac0;
  color: #fff;
}
.btn-social-facebook:hover:not(:active) {
  background-color: #fff;
  color: #005ac0;
}

@media (max-width: 576px) {
  .btn-login {
    width: 75px;
  }
}

.tag {
  color: inherit;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  border: 1px solid #d9e4ff;
  background: rgba(217, 228, 255, 0.5);
}

.divider {
  position: relative;
}
.divider::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  height: 2px;
  width: 40%;
  background-color: #0078ff;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .divider::before {
    top: 0;
    right: 50%;
    width: 2px;
    height: 40%;
  }
}
.divider::after {
  position: absolute;
  content: "";
  bottom: 50%;
  left: 0;
  height: 2px;
  width: 40%;
  background-color: #0078ff;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .divider::after {
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 40%;
  }
}

.card-arrow img {
  margin-left: -2px;
  margin-bottom: 1px;
  width: 100%;
  max-width: 10px;
}

.more-arrow img {
  margin-left: 3px;
  margin-bottom: -2px;
  width: 100%;
  max-width: 10px;
}

.card {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  color: #313131;
  overflow: hidden;
}
.card-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 13/8.7;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card-content {
  padding: 18px 20px;
  letter-spacing: 0.32px;
}
.card-title {
  margin-top: 0;
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 700;
}
.card-description {
  margin-top: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
}
.card-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 20px 20px 20px;
}

.card-v2 {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #d9e4ff;
  color: #313131;
  overflow: hidden;
  padding: 30px 35px 40px 35px;
  margin-top: 20px;
}

.card-v3 {
  border-radius: 30px;
  width: 100%;
  border: 2px solid #d9e4ff;
}
@media (max-width: 768px) {
  .card-v3-content {
    gap: 30px;
  }
  .card-v3-content input {
    width: 100%;
  }
}
.card-v3-title {
  margin: 36px 0;
}
@media (max-width: 768px) {
  .card-v3-top-link {
    text-align: center;
  }
}
@media (max-width: 768px) and (max-width: 576px) {
  .card-v3-top-link {
    gap: 15px;
  }
}
.card-v3-bottom-link {
  margin-top: 54px;
}
.card-v3-note {
  margin-top: 32px;
  text-align: center;
}

@media (max-width: 576px) {
  .card-top-title {
    flex-direction: column;
  }
}
.card-top-title-mt {
  margin-top: 36px;
}
.card-top-title-left {
  gap: 20px;
}
@media (max-width: 576px) {
  .card-top-title-left {
    flex-direction: column;
    gap: 5px;
  }
  .card-top-title-left h1 {
    text-align: center;
    display: block !important;
  }
}
.card-top-title-left h1 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-top-title-left img {
  width: 100%;
  max-width: 130px;
}
@media (max-width: 576px) {
  .card-top-title-left img {
    max-width: 110px;
  }
}

.card-wizard {
  display: flex;
  transition: all 0.2s ease-in-out;
}
.card-wizard.show-next {
  translate: -100% 0px;
}
@media (max-width: 576px) {
  .card-wizard.show-next {
    max-height: 580px;
  }
}
@media (max-width: 768px) {
  .card-wizard.show-next {
    max-height: 650px;
  }
}
.card-default-content, .card-next-content {
  min-width: 100%;
  padding: 46px 104px 36px 104px;
}
@media (max-width: 992px) {
  .card-default-content, .card-next-content {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .card-default-content, .card-next-content {
    padding: 50px;
  }
}
@media (max-width: 576px) {
  .card-default-content, .card-next-content {
    padding: 30px;
  }
}

.search-input-secondary {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.search-input-secondary-input {
  border-radius: 10px 0px 0px 10px;
  border: 2px solid #d9e4ff;
  background-color: #fff;
  padding: 7px 0 7px 14px;
  width: 100%;
  max-width: 250px;
  height: 35px;
}
.search-input-secondary ::-moz-placeholder {
  color: #313131;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}
.search-input-secondary ::placeholder {
  color: #313131;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}
.search-input-secondary-button {
  border-radius: 0px 10px 10px 0px;
  border: 2px solid #ff7500;
  background: #ff7500;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  max-width: 90px;
  height: 35px;
}
.search-input-secondary-button:hover {
  background: #ff7500;
}

.search-input-secondary-v2 {
  margin-top: 5px;
  justify-content: end;
}
.search-input-secondary-v2 .search-input-secondary-input-v2 {
  max-width: 314px;
  padding: 7px 0 7px 36px;
}
@media (max-width: 576px) {
  .search-input-secondary-v2 .search-input-secondary-input-v2 {
    padding: 7px 0 7px 14px;
  }
}

.header {
  z-index: 1000;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 135px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 2px solid #d9e4ff;
}
.header-logo {
  display: block;
  max-width: 221px;
  margin-top: -15px;
}
.header-md {
  height: 100px;
}
@media (max-width: 1279px) {
  .header {
    height: 100px;
  }
}
@media (max-width: 1130px) {
  .header {
    height: 80px;
  }
}
@media (max-width: 576px) {
  .header-logo {
    max-width: 181px;
  }
}

.navigations {
  display: flex;
  align-items: center;
  gap: 26px;
}
.navigations ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 26px;
}
.navigations ul li a:not(.btn) {
  display: block;
  color: #313131;
  font-weight: 800;
  transition: all 0.2s ease-in-out;
}
.navigations ul li a:not(.btn):hover:not(:active) {
  color: #ab3bff;
  transform: scale(1.1);
}
.navigations ul li a:not(.btn):active {
  transform: scale(0.9);
  color: #0078ff;
}
.navigations ul.navigation-cart li a {
  color: #0078ff !important;
  line-height: 0;
}
@media (max-width: 1130px) {
  header:not(.header-desktop-only) .navigations {
    z-index: 0;
    position: fixed;
    top: 80px;
    top: 100vh;
    opacity: 0;
    gap: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    flex-direction: column;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    transition: all 0.5s;
  }
  body.menu-open header:not(.header-desktop-only) .navigations {
    top: 80px;
    opacity: 1;
  }
  header:not(.header-desktop-only) .navigations ul {
    width: 100%;
    max-width: 400px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 10px;
  }
  header:not(.header-desktop-only) .navigations ul li {
    width: 100%;
    text-align: center;
    padding: 4px 0;
  }
  header:not(.header-desktop-only) .navigations ul li a {
    border-radius: 10px;
    padding: 10px 0;
  }
  header:not(.header-desktop-only) .navigations ul li a.btn {
    width: 100%;
    border-radius: 30px;
  }
  header:not(.header-desktop-only) .navigations ul li a:hover:not(.btn) {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header:not(.header-desktop-only) .navigations ul.navigation-cart {
    display: none;
  }
}

.navigation-mobile {
  display: none;
}
@media (max-width: 1130px) {
  header:not(.header-desktop-only) .navigation-mobile {
    display: flex;
  }
  header:not(.header-desktop-only) .navigation-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 26px;
  }
  header:not(.header-desktop-only) .navigation-mobile ul li a {
    display: block;
    color: #313131;
    font-size: 24px;
    font-weight: 800;
    transition: all 0.2s ease-in-out;
    line-height: 0;
  }
}
@media (max-width: 1130px) and (max-width: 576px) {
  header:not(.header-desktop-only) .navigation-mobile ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1130px) {
  body.menu-open header:not(.header-desktop-only) .navigation-mobile ul li a.menu-toggler {
    transform: rotate(180deg);
  }
  body:not(.menu-open) header:not(.header-desktop-only) .navigation-mobile ul li a.menu-toggler .opened {
    display: none;
  }
  body.menu-open header:not(.header-desktop-only) .navigation-mobile ul li a.menu-toggler .closed {
    display: none;
  }
}

.footer {
  background-color: #0078ff;
  border-top: 2px solid #ff8000;
}
.footer-logo {
  max-width: 221px;
}
.footer-top {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .footer-top {
    text-align: center;
  }
}
.footer-top .bubble-img {
  position: absolute;
  left: 25%;
  top: 50px;
  max-height: calc(100% - 50px);
  width: auto;
  z-index: -1;
}
.footer-contact-info {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-align: right;
}
@media (max-width: 576px) {
  .footer-contact-info {
    text-align: center;
  }
}
.footer-contact-info p {
  margin-bottom: 0;
}
.footer-contact-info p a {
  color: #fff;
}
.footer-contact-info p a:hover {
  color: #96cc16;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.footer-links-on-right {
  text-align: right;
}
@media (max-width: 576px) {
  .footer-links-on-right {
    text-align: center;
  }
}
.footer-links li a {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.footer-links li a:hover {
  color: #96cc16;
}
.footer-social-links {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 12px;
}
.footer-social-links li a {
  line-height: 0;
}
.footer-social-links li a img {
  width: 25px;
}
.footer-copyright {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.footer-bottom {
  padding: 14px 0px;
  position: relative;
  z-index: 1;
}
.footer-bottom .crabby-img {
  position: absolute;
  width: 116px;
  left: calc(50% - 58px);
  bottom: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .footer-bottom .crabby-img {
    left: initial;
    right: 20px;
  }
}
.footer-dark {
  background-color: #002c8d;
  border-top: 2px solid #0078ff;
}
.footer-dark li a,
.footer-dark p {
  color: #0078ff;
}
.footer-dark-top {
  padding-top: 30px;
  padding-bottom: 10px;
}
.footer-dark-bottom {
  padding-bottom: 10px;
}

.blog-card {
  padding: 45px 35px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #dee2e6;
}
.blog-card p {
  margin: 0;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card-img {
  max-width: 170px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-card-img img {
  max-width: 170px;
  margin: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.our-blog-section .blog-card {
  border: none;
  background-color: transparent;
}
.our-blog-section .blog-card-float-img {
  max-width: 364px;
  align-self: flex-end;
  margin-bottom: -2px;
}
@media (max-width: 768px) {
  .our-blog-section h4 {
    text-align: center;
  }
  .our-blog-section .blog-card div {
    flex-direction: column;
  }
}

.banner-section {
  padding: 60px 0;
}
.banner-section .awards-img {
  max-width: 285px;
}

.brand-items {
  padding: 60px 0;
}
.brand-items .slick-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  padding: 0 10px;
  height: 50px;
}

.testimonial-section {
  padding-bottom: 60px;
}
.testimonial-slider :is(.slick-slide > div, .testimonial-item, .testimonial-card) {
  height: 100%;
}
.testimonial-item {
  padding: 8px;
}
.testimonial-slider {
  width: calc(100% - 200px);
}
.testimonial-slider .slick-track {
  display: flex !important;
}
.testimonial-slider .slick-track .slick-slide {
  height: inherit;
}
@media (max-width: 576px) {
  .testimonial-slider {
    width: 100%;
  }
}
.testimonial-content {
  display: flex;
  align-items: flex-end;
}
.testimonial-bg-images {
  width: 100px;
}
@media (max-width: 576px) {
  .testimonial-bg-images {
    display: none;
  }
}
.testimonial-card {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 24px;
}
.testimonial-card p {
  font-size: 14px;
  color: #313131;
  margin: 0;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial-card .star-rating {
  max-width: 130px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
.testimonial-card .star-rating img {
  max-width: 20px;
  height: 20px;
}

.game-category-section {
  padding-bottom: 60px;
}
.game-category-section .subtitle-container {
  margin-bottom: 26px;
  gap: 20px;
}

.progress-tracker-section {
  padding: 60px 0;
}
.progress-tracker-section img {
  aspect-ratio: 16/6;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.play-game-section {
  padding: 60px 0;
}
.play-game-section .bugaboo-img {
  margin-bottom: -15px;
}
.play-game-section .bugaboo-img img {
  max-width: 200px;
  width: 100%;
}
.play-game-section .card {
  padding: 24px;
  max-width: 800px;
  width: 100%;
}
.play-game-section .card .play-game-card-description {
  margin-bottom: 16px;
  max-width: 600px;
  width: 100%;
}

.blog-section {
  padding: 60px 0;
}
.blog-section-title {
  letter-spacing: 5px;
}

.contact-us-section {
  padding: 100px 0;
  max-width: 687px;
  width: 100%;
  margin: auto;
}

.privacy-policy-section {
  padding: 60px 0;
  font-size: 18px;
  color: #313131;
}

@media (max-width: 1130px) {
  .educational-games-section {
    padding: 40px 0;
  }
}
.educational-games-section-card {
  border-radius: 20px;
  padding: 42px 30px;
  width: 100%;
  max-width: 340px;
  text-align: right;
}
@media (max-width: 768px) {
  .educational-games-section-card {
    text-align: start;
  }
}

@media (max-width: 1130px) {
  .game-development-section {
    padding: 40px 0;
  }
}
.game-development-section-images {
  width: 100%;
  max-width: 340px;
}
.game-development-section-images img {
  aspect-ratio: 1/1;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 1130px) {
  .pre-kindergarten-section {
    padding: 40px 0;
  }
}
.pre-kindergarten-section-card {
  border-radius: 20px;
  padding: 100px;
  width: 100%;
  max-width: 340px;
}

@media (max-width: 1130px) {
  .kneebouncers-game-section {
    padding: 40px 0;
  }
}

@media (max-width: 1130px) {
  .media-award-section {
    padding: 40px 0;
  }
}
.media-award-section-award-img {
  text-align: center;
}
.media-award-section-award-img img {
  width: 100%;
  max-width: 154px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.testimonial-section {
  padding-top: 60px;
  padding-bottom: 120px;
}
.testimonial-section-content-title {
  gap: 15px;
}
.testimonial-section-content-title img {
  width: 100%;
  max-width: 45px;
}
@media (max-width: 576px) {
  .testimonial-section-content-title img {
    display: none;
  }
}
.testimonial-section-content {
  margin-bottom: 60px;
}
.testimonial-section-card {
  border-radius: 20px;
  padding: 50px 42px 25px 42px;
}
.testimonial-section-card-description {
  margin-bottom: 25px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial-section-card-bottom img {
  width: 100%;
  max-width: 75px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.news-section {
  padding: 60px 0;
}
.news-section .card {
  padding: 30px 36px 26px 36px;
  box-shadow: 0px 0px 2px 2px rgba(167, 164, 158, 0.25);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.news-section .card-content {
  flex: 1;
  padding: 0;
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-section .card-description {
  font-style: normal;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-section .card-image {
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.news-section .card-image img {
  width: initial;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.2s ease-in-out;
}
.news-section .card:hover img {
  scale: 1.1;
}
.news-section-content {
  width: 100%;
  max-width: 860px;
  margin-bottom: 50px;
}
.news-section-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 36px 25px 36px;
  border-radius: 20px;
  box-shadow: 0px 0px 2px 2px rgba(167, 164, 158, 0.25);
  height: 100%;
}
.news-section-card-image {
  height: 124px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-section-card-image img {
  width: 100%;
  max-width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.2s ease-in-out;
}
.news-section-card-image img:hover {
  scale: 1.3;
}
.news-section-card-content {
  margin-top: 12px;
}
.news-section-card-content p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-section-card-content p a {
  text-decoration: underline;
}
.news-section-card-content-link {
  text-align: right;
}

.terms-and-condition-section {
  padding: 60px 0;
}
.terms-and-condition-section p {
  font-size: 18px;
  font-weight: 400;
  color: #313131;
}

.games-member-section,
.games-nonmember-section {
  padding: 60px 0;
}
@media (max-width: 1130px) {
  .games-member-section,
  .games-nonmember-section {
    padding: 40px 0;
  }
}
.games-member-section-buttons-container,
.games-nonmember-section-buttons-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.games-member-section-title,
.games-nonmember-section-title {
  margin-top: 50px;
}
.games-member-section-description,
.games-nonmember-section-description {
  width: 100%;
  max-width: 1035px;
}
.games-member-section-content,
.games-nonmember-section-content {
  padding: 56px 0;
}
.games-member-section-content-scarrymommy-img,
.games-nonmember-section-content-scarrymommy-img {
  text-align: center;
}
.games-member-section-content-scarrymommy-img img,
.games-nonmember-section-content-scarrymommy-img img {
  max-width: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.games-member-section-bottom,
.games-nonmember-section-bottom {
  width: 100%;
  max-width: 1068px;
  margin-top: 44px;
}
@media (max-width: 768px) and (min-width: 576px) {
  .games-member-section .games-nonmember-section-cards .card-actions button,
  .games-nonmember-section .games-nonmember-section-cards .card-actions button {
    font-size: 15px !important;
  }
}

.videos-member-section,
.videos-nonmember-section {
  padding: 60px 0;
}
@media (max-width: 1130px) {
  .videos-member-section,
  .videos-nonmember-section {
    padding: 40px 0;
  }
}
.videos-member-section-buttons-container,
.videos-nonmember-section-buttons-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.videos-member-section-title,
.videos-nonmember-section-title {
  margin-top: 50px;
}
.videos-member-section-description,
.videos-nonmember-section-description {
  width: 100%;
  max-width: 1061px;
}
.videos-member-section-content,
.videos-nonmember-section-content {
  padding: 46px 0;
}
.videos-member-section-content-awards-image,
.videos-nonmember-section-content-awards-image {
  text-align: center;
}
.videos-member-section-content-awards-image img,
.videos-nonmember-section-content-awards-image img {
  max-width: 518px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.videos-member-section-thought,
.videos-nonmember-section-thought {
  padding-top: 70px;
  padding-bottom: 67px;
}
.videos-member-section-thought h1,
.videos-nonmember-section-thought h1 {
  width: 100%;
  max-width: 750px;
  position: relative;
  padding: 0px 50px;
}
@media (max-width: 768px) {
  .videos-member-section-thought h1,
  .videos-nonmember-section-thought h1 {
    padding: 0px 20px;
  }
}
.videos-member-section-thought h1::after,
.videos-nonmember-section-thought h1::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/Quote_mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 62px;
  height: 48px;
  left: -10px;
  top: -15px;
}
@media (max-width: 768px) {
  .videos-member-section-thought h1::after,
  .videos-nonmember-section-thought h1::after {
    width: 42px;
    height: 28px;
    top: -33px;
  }
}
.videos-member-section-thought h1::before,
.videos-nonmember-section-thought h1::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/Quote_mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 62px;
  height: 48px;
  right: -10px;
  rotate: 180deg;
  top: 20px;
}
@media (max-width: 768px) {
  .videos-member-section-thought h1::before,
  .videos-nonmember-section-thought h1::before {
    top: 90px;
    width: 42px;
    height: 28px;
  }
}
.videos-member-section-bottom,
.videos-nonmember-section-bottom {
  width: 100%;
  max-width: 1068px;
  margin-top: 44px;
}
@media (max-width: 768px) {
  .videos-member-section-cards .card-actions button,
  .videos-nonmember-section-cards .card-actions button {
    font-size: 26px !important;
  }
}
@media (max-width: 768px) {
  .videos-member-section .videos-nonmember-section-cards .card-actions button,
  .videos-nonmember-section .videos-nonmember-section-cards .card-actions button {
    font-size: 16px !important;
  }
}

.coloringsheets-member-section,
.coloringsheets-nonmember-section {
  padding: 60px 0;
}
@media (max-width: 1130px) {
  .coloringsheets-member-section,
  .coloringsheets-nonmember-section {
    padding: 40px 0;
  }
}
.coloringsheets-member-section-buttons-container,
.coloringsheets-nonmember-section-buttons-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.coloringsheets-member-section-title,
.coloringsheets-nonmember-section-title {
  margin-top: 50px;
}
.coloringsheets-member-section-description,
.coloringsheets-nonmember-section-description {
  width: 100%;
  max-width: 1061px;
}
.coloringsheets-member-section-content,
.coloringsheets-nonmember-section-content {
  padding: 56px 0;
}
.coloringsheets-member-section-content-scarrymommy-img,
.coloringsheets-nonmember-section-content-scarrymommy-img {
  text-align: center;
}
.coloringsheets-member-section-content-scarrymommy-img img,
.coloringsheets-nonmember-section-content-scarrymommy-img img {
  max-width: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.coloringsheets-member-section-thought,
.coloringsheets-nonmember-section-thought {
  padding-top: 70px;
  padding-bottom: 67px;
}
.coloringsheets-member-section-thought h1,
.coloringsheets-nonmember-section-thought h1 {
  width: 100%;
  max-width: 750px;
  position: relative;
  padding: 0px 50px;
}
@media (max-width: 768px) {
  .coloringsheets-member-section-thought h1,
  .coloringsheets-nonmember-section-thought h1 {
    padding: 0px 20px;
  }
}
.coloringsheets-member-section-thought h1::after,
.coloringsheets-nonmember-section-thought h1::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/Quote_mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 62px;
  height: 48px;
  left: -10px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 768px) {
  .coloringsheets-member-section-thought h1::after,
  .coloringsheets-nonmember-section-thought h1::after {
    width: 42px;
    height: 28px;
  }
}
.coloringsheets-member-section-thought h1::before,
.coloringsheets-nonmember-section-thought h1::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/Quote_mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 62px;
  height: 48px;
  right: -10px;
  top: 20px;
  rotate: 180deg;
  z-index: -1;
}
@media (max-width: 768px) {
  .coloringsheets-member-section-thought h1::before,
  .coloringsheets-nonmember-section-thought h1::before {
    width: 42px;
    height: 28px;
  }
}
.coloringsheets-member-section-bottom,
.coloringsheets-nonmember-section-bottom {
  width: 100%;
  max-width: 1068px;
  margin-top: 44px;
}
.coloringsheets-member-section-bottom-para,
.coloringsheets-nonmember-section-bottom-para {
  width: 100%;
  max-width: 750px;
  text-align: center;
  margin: auto;
}
@media (max-width: 768px) {
  .coloringsheets-member-section .coloringsheets-nonmember-section-cards .card-actions button,
  .coloringsheets-nonmember-section .coloringsheets-nonmember-section-cards .card-actions button {
    font-size: 17px !important;
  }
}

.gamepage-member-section {
  padding-top: 70px;
  padding-bottom: 102px;
}
.gamepage-member-section-content {
  width: 100%;
  max-width: 800px;
}
.gamepage-member-section-content-button {
  margin-left: auto;
}
@media (max-width: 768px) {
  .gamepage-member-section-content-button {
    margin: auto;
    margin-bottom: 20px;
  }
}
.gamepage-member-section-content-link {
  text-decoration: underline;
  color: #313131;
}
.gamepage-member-section-text {
  margin-top: 45px;
}

.videopage-member-section {
  padding-top: 70px;
  padding-bottom: 102px;
}
.videopage-member-section-content {
  width: 100%;
  max-width: 800px;
}
.videopage-member-section-content-title {
  margin-top: 50px;
}
.videopage-member-section-content-link {
  text-decoration: underline;
  color: #313131;
}
.videopage-member-section-text {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .videopage-member-section-cards .card-actions button {
    font-size: 26px !important;
  }
}

.home-freegames-section-banner {
  background-color: #ffdc00;
}
@media (max-width: 1130px) {
  .home-freegames-section-banner {
    padding-top: 25px;
  }
}
.home-freegames-section-banner .surprised-girl {
  padding-top: 18px;
  margin-bottom: -15px;
}
.home-freegames-section-banner .surprised-girl img {
  max-width: 330px;
}
.home-freegames-section-banner .card-off {
  background-color: #ffc800;
  border-radius: 20px;
  border: 2px solid #fff;
  margin: 0 auto;
  padding: 32px 18px 24px 18px;
  width: 100%;
  max-width: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: none;
}
.home-freegames-section-banner .orange-line {
  width: 100%;
  height: 15px;
  background: #ff8000;
}
.home-freegames-section .title {
  margin-top: 35px;
  text-align: center;
}
.home-freegames-section .subtitle {
  text-align: center;
}
.home-freegames-section .subtitle-days {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #de195b;
  border-radius: 50%;
  color: #ffdc00;
  aspect-ratio: 1/1;
  width: 1.6em;
}
.home-freegames-section-content {
  padding: 56px 0;
}
.home-freegames-section-content-scarrymommy-img {
  text-align: center;
}
.home-freegames-section-content-scarrymommy-img img {
  max-width: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-freegames-section .card-off {
  margin: 0 auto;
  padding: 32px 18px 24px 18px;
  width: 100%;
  max-width: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffdc00;
  border-radius: 20px;
  box-shadow: none;
}
.home-freegames-section .card-off-content {
  gap: 8px;
}

.freetrial-banner-section {
  position: relative;
  z-index: 1;
}
.freetrial-banner-section .section-bg-overlay {
  background-color: rgba(255, 117, 0, 0.6);
}
.freetrial-banner-section .section-bg-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.freetrial-banner-section h1 {
  padding-top: 96px;
  padding-bottom: 60px;
  max-width: 730px;
}
@media (max-width: 992px) {
  .freetrial-banner-section h1 {
    padding-top: 70px;
    padding-bottom: 95px;
  }
}
.freetrial-banner-section .freetrial-banner-bottom {
  background-color: #fe4f03;
}
.freetrial-banner-section .freetrial-banner-bottom .freetrial-user-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0px;
}
@media (max-width: 768px) {
  .freetrial-banner-section .freetrial-banner-bottom .freetrial-user-rating {
    flex-direction: column;
  }
}
.freetrial-banner-section .freetrial-banner-bottom .freetrial-user-rating .welcome-user {
  justify-content: space-between;
  display: flex;
  align-items: center;
  gap: 28px;
}
@media (max-width: 768px) {
  .freetrial-banner-section .freetrial-banner-bottom .freetrial-user-rating .welcome-user {
    flex-direction: column;
    gap: 10px;
  }
}
.freetrial-banner-section .freetrial-banner-bottom .freetrial-user-rating .welcome-user img {
  margin-top: -100px;
  width: 145px;
}
.freetrial-banner-section .freetrial-banner-bottom .freetrial-user-rating .user-rating {
  display: flex;
  gap: 10px;
}
.freetrial-banner-section .freetrial-banner-bottom .freetrial-user-rating .user-rating img {
  max-width: 30px;
}

@media (max-width: 1130px) and (min-width: 992px) {
  .home-freetrial-welcome-section .game-fpo1-image {
    text-align: right !important;
  }
}
.home-freetrial-welcome-section .game-fpo1-image img {
  width: 100%;
  max-width: 348px;
}
@media (max-width: 576px) {
  .home-freetrial-welcome-section .card-v2-right-bottom {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.home-freetrial-welcome-section-card {
  margin-top: 64px;
}
.home-freetrial-welcome-section .blog-title {
  margin-top: 78px;
}
.home-freetrial-welcome-section .blog-card-float-img {
  margin-bottom: -5px;
  max-width: 503px;
}
.home-freetrial-welcome-section .custom-margin {
  margin-top: 35px;
  margin-bottom: 43px;
}
.home-freetrial-welcome-section .icon-star-img {
  max-width: 41px;
}

.signup-freetrial-section,
.signup-platform-section,
.login-section {
  padding: 20px 0 60px 0;
  background-color: #002c8d;
  position: relative;
  z-index: 1;
}
.signup-freetrial-section:before, .signup-freetrial-section:after,
.signup-platform-section:before,
.signup-platform-section:after,
.login-section:before,
.login-section:after {
  content: "";
  z-index: -1;
  display: block;
  width: 206px;
  background-image: url(../../assets/images/bubbles.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  aspect-ratio: 206/274;
  top: 100px;
}
.signup-freetrial-section:before,
.signup-platform-section:before,
.login-section:before {
  left: 5%;
}
.signup-freetrial-section:after,
.signup-platform-section:after,
.login-section:after {
  right: 5%;
}
.signup-freetrial-section .back-arrow,
.signup-platform-section .back-arrow,
.login-section .back-arrow {
  max-width: 40px;
}

.auth-container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.login-section .card-v3-title {
  margin: 40px 0;
}
.login-section .card-v3-bottom-link {
  margin-top: 80px;
}
.login-section .card-v3-note {
  margin-top: 17px;
}

.signup-platform-section .card-v3-note {
  margin-top: 74px;
  margin-bottom: 30px;
}

.plan-banner {
  position: relative;
  z-index: 1;
}
.plan-banner:before, .plan-banner:after {
  content: "";
  z-index: -1;
  display: block;
  width: 206px;
  background-image: url(../../assets/images/bubbles.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  aspect-ratio: 206/274;
  top: 100px;
}
.plan-banner:before {
  left: 5%;
}
.plan-banner:after {
  right: 5%;
}
.plan-banner .plan-card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 768px) {
  .plan-banner .plan-card-wrapper {
    gap: 20px;
    flex-direction: column;
  }
}
.plan-banner .plan-card-wrapper .card-plan {
  max-width: 370px;
  border-radius: 30px;
}
.plan-banner .plan-card-wrapper .card-plan-title {
  padding: 25px 0px 8px 0px;
  margin: 0px;
}
.plan-banner .plan-card-wrapper .card-plan-content {
  padding: 0px 20px 15px 20px;
}
.plan-banner .plan-card-wrapper .card-plan-content-title {
  padding: 20px;
}
.plan-banner .plan-card-wrapper .card-plan-content .annual-bill {
  color: #313131;
  text-align: center;
  font-size: 10px;
  line-height: 18px;
  margin: 0;
}
.plan-banner .plan-card-wrapper .card-plan-content-description {
  font-size: 14px;
  line-height: 16px;
}
.plan-banner .plan-teachers {
  padding: 20px 0px 50px 0px;
  text-align: center;
}
.plan-banner .plan-teachers a {
  color: #fff;
}

.awards-image {
  margin: 0px auto;
  max-width: 545px;
}

.books {
  padding-bottom: 120px;
}
.books .books-title {
  color: #de195b;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 5px;
  padding: 68px 0px 50px 0px;
}
.books .card-4 {
  border-radius: 0;
  box-shadow: none;
}
.books .card-4 .books-description {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
.books .card-4 .books-description strong {
  font-weight: 700;
}
.books .card-4 .books-link {
  font-size: 13px;
  padding-top: 10px;
}

.input-sm {
  border-radius: 30px;
  border: 2px solid #d9e4ff;
  background: #fff;
  padding: 8px 27px;
  width: 275px;
  max-width: 100%;
}
.input-sm::-moz-placeholder {
  font-weight: 700;
  font-size: 16px;
  color: rgba(49, 49, 49, 0.38);
}
.input-sm::placeholder {
  font-weight: 700;
  font-size: 16px;
  color: rgba(49, 49, 49, 0.38);
}
.input-sm:focus {
  border: 2px solid #0078ff;
  outline: none;
}

.input-lg {
  border-radius: 30px;
  border: 2px solid #d9e4ff;
  background: #fff;
  padding: 20px 27px;
  width: 275px;
  max-width: 100%;
}
.input-lg::-moz-placeholder {
  font-weight: 700;
  font-size: 16px;
  color: rgba(49, 49, 49, 0.38);
}
.input-lg::placeholder {
  font-weight: 700;
  font-size: 16px;
  color: rgba(49, 49, 49, 0.38);
}
.input-lg:focus {
  border: 2px solid #0078ff;
  outline: none;
}

.input-otp {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .input-otp {
    gap: 10px;
  }
}
.input-otp input {
  max-width: 106px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  border: 2px solid #d9e4ff;
  background: #fff;
  padding: 30px;
  font-size: 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .input-otp input {
    font-size: 20px;
    padding: 10px;
  }
}

.form-password-control {
  position: relative;
}
.form-password-control input {
  padding-right: 40px;
}
.form-password-control .show {
  display: none;
}
.form-password-control.show .hide {
  display: none;
}
.form-password-control.show .show {
  display: block !important;
}
.form-password-control .password-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 19px;
}
.form-password-control .password-icon.show {
  display: none;
}

.card-order {
  border-radius: 30px;
  border: 2px solid #d9e4ff;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
}
@media (min-width: 992px) {
  .card-order {
    max-width: 300px;
  }
}

.select-box select {
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  background: #f7f7f7;
  width: 44px;
  height: 20px;
}

@media (max-width: 992px) {
  .checkout-detail {
    text-align: center;
  }
}
.checkout-detail h1 {
  font-size: 38px;
}
.checkout-detail h4 {
  font-size: 22px;
  margin-bottom: 3px;
}

.checkout-payment {
  border-radius: 30px;
  border: 2px solid #d9e4ff;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  padding: 28px 45px;
}
@media (max-width: 576px) {
  .checkout-payment {
    padding: 28px 16px;
  }
}
.checkout-payment-title {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.checkout-payment-title img {
  width: 14px;
}

.payment-detail input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d9e4ff;
  background: #fff;
  height: 32px;
}
.payment-detail input::-moz-placeholder {
  color: rgba(49, 49, 49, 0.38);
  font-weight: 600;
  line-height: 18px;
  padding-left: 8px;
}
.payment-detail input::placeholder {
  color: rgba(49, 49, 49, 0.38);
  font-weight: 600;
  line-height: 18px;
  padding-left: 8px;
}

.payment-detail-top {
  display: flex;
  width: 100%;
  gap: 10px;
  margin: 11px 0;
}
@media (max-width: 576px) {
  .payment-detail-top {
    flex-direction: column;
  }
}
.payment-detail-top .payment-detail-top-first {
  width: 80%;
}
@media (max-width: 576px) {
  .payment-detail-top .payment-detail-top-first {
    width: 100%;
  }
}
.payment-detail-top .payment-detail-top-second {
  display: flex;
  gap: 10px;
  max-width: 190px;
}

.checkout-annual-wrapper {
  max-width: 960px;
  width: 100%;
  margin: auto;
}

.checkout-thought {
  padding-top: 70px;
  padding-bottom: 67px;
}
.checkout-thought h1 {
  width: 100%;
  max-width: 850px;
  position: relative;
  padding: 0px 50px;
}
@media (max-width: 768px) {
  .checkout-thought h1 {
    padding: 0px 20px;
  }
}
.checkout-thought h1::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/Quote_mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 62px;
  height: 48px;
  left: -10px;
  top: -15px;
}
@media (max-width: 768px) {
  .checkout-thought h1::after {
    width: 42px;
    height: 28px;
    top: -33px;
  }
}
.checkout-thought h1::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/Quote_mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 62px;
  height: 48px;
  right: -10px;
  top: 20px;
  rotate: 180deg;
}
@media (max-width: 768px) {
  .checkout-thought h1::before {
    width: 42px;
    height: 28px;
    top: 90px;
  }
}

.blogpage-all-section {
  padding: 60px 0;
}
.blogpage-all-section-description {
  width: 100%;
  max-width: 1035px;
}
.blogpage-all-section-buttons-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.blogpage-all-section-buttons-container .btn-md {
  width: 165px;
}/*# sourceMappingURL=styles.css.map */