:root, [data-bs-theme=light] {
  --bs-primary: #fe97deff;
  --bs-primary-rgb: 254,151,222;
  --bs-primary-text-emphasis: #663C59;
  --bs-primary-bg-subtle: #FFEAF8;
  --bs-primary-border-subtle: #FFD5F2;
  --bs-secondary: #b21983ff;
  --bs-secondary-rgb: 178,25,131;
  --bs-secondary-text-emphasis: #470A34;
  --bs-secondary-bg-subtle: #F0D1E6;
  --bs-secondary-border-subtle: #E0A3CD;
  --bs-success: #366d71ff;
  --bs-success-rgb: 54,109,113;
  --bs-success-text-emphasis: #162C2D;
  --bs-success-bg-subtle: #D7E2E3;
  --bs-success-border-subtle: #AFC5C6;
  --bs-info: #92c7cbff;
  --bs-info-rgb: 146,199,203;
  --bs-info-text-emphasis: #3A5051;
  --bs-info-bg-subtle: #E9F4F5;
  --bs-info-border-subtle: #D3E9EA;
  --bs-warning: #fddc03ff;
  --bs-warning-rgb: 253,220,3;
  --bs-warning-text-emphasis: #655801;
  --bs-warning-bg-subtle: #FFF8CD;
  --bs-warning-border-subtle: #FEF19A;
  --bs-danger: #9f8a01ff;
  --bs-danger-rgb: 159,138,1;
  --bs-danger-text-emphasis: #403700;
  --bs-danger-bg-subtle: #ECE8CC;
  --bs-danger-border-subtle: #D9D099;
  --bs-dark: #464145ff;
  --bs-dark-rgb: 70,65,69;
  --bs-dark-text-emphasis: #1C1A1C;
  --bs-dark-bg-subtle: #DAD9DA;
  --bs-dark-border-subtle: #B5B3B5;
  --bs-body-bg: #dae7e8ff;
  --bs-body-bg-rgb: 218,231,232;
}

.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #fe97deff;
  --bs-btn-border-color: #fe97deff;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #FEA7E3;
  --bs-btn-hover-border-color: #FEA1E1;
  --bs-btn-focus-shadow-rgb: 38,23,33;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #FEACE5;
  --bs-btn-active-border-color: #FEA1E1;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #fe97deff;
  --bs-btn-disabled-border-color: #fe97deff;
}

.btn-outline-primary {
  --bs-btn-color: #fe97deff;
  --bs-btn-border-color: #fe97deff;
  --bs-btn-focus-shadow-rgb: 254,151,222;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #fe97deff;
  --bs-btn-hover-border-color: #fe97deff;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #fe97deff;
  --bs-btn-active-border-color: #fe97deff;
  --bs-btn-disabled-color: #fe97deff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fe97deff;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #b21983ff;
  --bs-btn-border-color: #b21983ff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #97156F;
  --bs-btn-hover-border-color: #8E1469;
  --bs-btn-focus-shadow-rgb: 243,221,236;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #8E1469;
  --bs-btn-active-border-color: #861362;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #b21983ff;
  --bs-btn-disabled-border-color: #b21983ff;
}

.btn-outline-secondary {
  --bs-btn-color: #b21983ff;
  --bs-btn-border-color: #b21983ff;
  --bs-btn-focus-shadow-rgb: 178,25,131;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b21983ff;
  --bs-btn-hover-border-color: #b21983ff;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b21983ff;
  --bs-btn-active-border-color: #b21983ff;
  --bs-btn-disabled-color: #b21983ff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #b21983ff;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #366d71ff;
  --bs-btn-border-color: #366d71ff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2E5D60;
  --bs-btn-hover-border-color: #2B575A;
  --bs-btn-focus-shadow-rgb: 225,233,234;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2B575A;
  --bs-btn-active-border-color: #295255;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #366d71ff;
  --bs-btn-disabled-border-color: #366d71ff;
}

.btn-outline-success {
  --bs-btn-color: #366d71ff;
  --bs-btn-border-color: #366d71ff;
  --bs-btn-focus-shadow-rgb: 54,109,113;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #366d71ff;
  --bs-btn-hover-border-color: #366d71ff;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #366d71ff;
  --bs-btn-active-border-color: #366d71ff;
  --bs-btn-disabled-color: #366d71ff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #366d71ff;
}

.btn-info {
  --bs-btn-color: #000000;
  --bs-btn-bg: #92c7cbff;
  --bs-btn-border-color: #92c7cbff;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #A2CFD3;
  --bs-btn-hover-border-color: #9DCDD0;
  --bs-btn-focus-shadow-rgb: 22,30,30;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #A8D2D5;
  --bs-btn-active-border-color: #9DCDD0;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #92c7cbff;
  --bs-btn-disabled-border-color: #92c7cbff;
}

.btn-outline-info {
  --bs-btn-color: #92c7cbff;
  --bs-btn-border-color: #92c7cbff;
  --bs-btn-focus-shadow-rgb: 146,199,203;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #92c7cbff;
  --bs-btn-hover-border-color: #92c7cbff;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #92c7cbff;
  --bs-btn-active-border-color: #92c7cbff;
  --bs-btn-disabled-color: #92c7cbff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #92c7cbff;
}

.btn-warning {
  --bs-btn-color: #000000;
  --bs-btn-bg: #fddc03ff;
  --bs-btn-border-color: #fddc03ff;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #FDE129;
  --bs-btn-hover-border-color: #FDE01C;
  --bs-btn-focus-shadow-rgb: 38,33,0;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #FDE335;
  --bs-btn-active-border-color: #FDE01C;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #fddc03ff;
  --bs-btn-disabled-border-color: #fddc03ff;
}

.btn-outline-warning {
  --bs-btn-color: #fddc03ff;
  --bs-btn-border-color: #fddc03ff;
  --bs-btn-focus-shadow-rgb: 253,220,3;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #fddc03ff;
  --bs-btn-hover-border-color: #fddc03ff;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #fddc03ff;
  --bs-btn-active-border-color: #fddc03ff;
  --bs-btn-disabled-color: #fddc03ff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fddc03ff;
}

.btn-danger {
  --bs-btn-color: #000000;
  --bs-btn-bg: #9f8a01ff;
  --bs-btn-border-color: #9f8a01ff;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #AD9C27;
  --bs-btn-hover-border-color: #A9961A;
  --bs-btn-focus-shadow-rgb: 24,21,0;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #B2A134;
  --bs-btn-active-border-color: #A9961A;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #9f8a01ff;
  --bs-btn-disabled-border-color: #9f8a01ff;
}

.btn-outline-danger {
  --bs-btn-color: #9f8a01ff;
  --bs-btn-border-color: #9f8a01ff;
  --bs-btn-focus-shadow-rgb: 159,138,1;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #9f8a01ff;
  --bs-btn-hover-border-color: #9f8a01ff;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #9f8a01ff;
  --bs-btn-active-border-color: #9f8a01ff;
  --bs-btn-disabled-color: #9f8a01ff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #9f8a01ff;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #464145ff;
  --bs-btn-border-color: #464145ff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3C373B;
  --bs-btn-hover-border-color: #383437;
  --bs-btn-focus-shadow-rgb: 227,227,227;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #383437;
  --bs-btn-active-border-color: #353134;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #464145ff;
  --bs-btn-disabled-border-color: #464145ff;
}

.btn-outline-dark {
  --bs-btn-color: #464145ff;
  --bs-btn-border-color: #464145ff;
  --bs-btn-focus-shadow-rgb: 70,65,69;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #464145ff;
  --bs-btn-hover-border-color: #464145ff;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #464145ff;
  --bs-btn-active-border-color: #464145ff;
  --bs-btn-disabled-color: #464145ff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #464145ff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
}

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

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

@media (min-width: 576px) {
  .me-sm-3 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
}

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

@media (min-width: 576px) {
  .mb-sm-1 {
    margin-bottom: .25rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-2 {
    margin-left: .5rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
}

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

@media (min-width: 768px) {
  .mt-md-5 {
    margin-top: 3rem !important;
  }
}

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

@media (min-width: 768px) {
  .me-md-3 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-5 {
    margin-right: 3rem !important;
  }
}

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

@media (min-width: 768px) {
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
}

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

@media (min-width: 768px) {
  .ms-md-5 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-1 {
    margin-top: .25rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-3 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-2 {
    margin-right: .5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-1 {
    margin-bottom: .25rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
}

h3 {
  color: #366d71ff;
  position: sticky;
}

h5 {
  color: #366d71ff;
}

h2 {
  color: #366d71ff;
}

.list-group-item {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 8px 16px;
  margin: 1px;
  border-style: solid;
  border-color: #366d71ff;
  border-top-style: solid;
  border-top-color: #366d71ff;
  border-right-style: solid;
  border-right-color: #366d71ff;
  border-bottom-style: solid;
  border-bottom-color: #366d71ff;
  border-left-style: solid;
  border-left-color: #366d71ff;
}

@media (min-width: 992px) {
  .<stylebtn {
    color: #366d71ff;
    background: #92c7cbff;
    border-width: 1px;
    border-color: #366d71ff;
  }
}

h1 {
  color: #366d71ff;
}

.btn {
}

@media (min-width: 300px) {
  p {
    line-height: 55px;
  }
}

