:root, [data-bs-theme=light] {
  --bs-primary: rgb(237,172,100);
  --bs-primary-rgb: 237,172,100;
  --bs-primary-text-emphasis: #5F4528;
  --bs-primary-bg-subtle: #FBEEE0;
  --bs-primary-border-subtle: #F8DEC1;
  --bs-secondary: rgb(249,247,243);
  --bs-secondary-rgb: 249,247,243;
  --bs-secondary-text-emphasis: #646361;
  --bs-secondary-bg-subtle: #FEFDFD;
  --bs-secondary-border-subtle: #FDFCFA;
  --bs-success: rgb(25,135,84);
  --bs-success-rgb: 25,135,84;
  --bs-success-text-emphasis: #0A3622;
  --bs-success-bg-subtle: #D1E7DD;
  --bs-success-border-subtle: #A3CFBB;
  --bs-info: rgb(13,202,240);
  --bs-info-rgb: 13,202,240;
  --bs-info-text-emphasis: #055160;
  --bs-info-bg-subtle: #CFF4FC;
  --bs-info-border-subtle: #9EEAF9;
  --bs-warning: rgb(255,193,7);
  --bs-warning-rgb: 255,193,7;
  --bs-warning-text-emphasis: #664D03;
  --bs-warning-bg-subtle: #FFF3CD;
  --bs-warning-border-subtle: #FFE69C;
  --bs-danger: rgb(220,53,69);
  --bs-danger-rgb: 220,53,69;
  --bs-danger-text-emphasis: #58151C;
  --bs-danger-bg-subtle: #F8D7DA;
  --bs-danger-border-subtle: #F1AEB5;
  --bs-light: rgb(237,172,100);
  --bs-light-rgb: 237,172,100;
  --bs-light-text-emphasis: #5F4528;
  --bs-light-bg-subtle: #FBEEE0;
  --bs-light-border-subtle: #F8DEC1;
  --bs-dark: rgb(161,99,43);
  --bs-dark-rgb: 161,99,43;
  --bs-dark-text-emphasis: #402811;
  --bs-dark-bg-subtle: #ECE0D5;
  --bs-dark-border-subtle: #D9C1AA;
  --bs-body-color: rgb(36,36,36);
  --bs-body-color-rgb: 36,36,36;
  --bs-secondary-color: rgb(0,0,0);
  --bs-secondary-color-rgb: 0,0,0;
  --bs-tertiary-color: rgba(36,36,36,0.75);
  --bs-tertiary-color-rgb: 36,36,36,0.75;
  --bs-body-bg: rgb(252,255,255);
  --bs-body-bg-rgb: 252,255,255;
  --bs-secondary-bg: rgb(237,172,100);
  --bs-secondary-bg-rgb: 237,172,100;
  --bs-tertiary-bg: rgb(161,99,43);
  --bs-tertiary-bg-rgb: 161,99,43;
  --bs-body-font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  --bs-link-color: rgb(0,0,0);
  --bs-link-color-rgb: 0,0,0;
  --bs-link-hover-color: rgb(72,72,72);
  --bs-link-hover-color-rgb: 72,72,72;
  --bs-border-color: rgb(222,226,230);
}

.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: rgb(237,172,100);
  --bs-btn-border-color: rgb(237,172,100);
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #F0B87B;
  --bs-btn-hover-border-color: #EFB474;
  --bs-btn-focus-shadow-rgb: 36,26,15;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #F1BD83;
  --bs-btn-active-border-color: #EFB474;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: rgb(237,172,100);
  --bs-btn-disabled-border-color: rgb(237,172,100);
}

.btn-outline-primary {
  --bs-btn-color: rgb(237,172,100);
  --bs-btn-border-color: rgb(237,172,100);
  --bs-btn-focus-shadow-rgb: 237,172,100;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(237,172,100);
  --bs-btn-hover-border-color: rgb(237,172,100);
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(237,172,100);
  --bs-btn-active-border-color: rgb(237,172,100);
  --bs-btn-disabled-color: rgb(237,172,100);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(237,172,100);
}

.btn-secondary {
  --bs-btn-color: #000000;
  --bs-btn-bg: rgb(249,247,243);
  --bs-btn-border-color: rgb(249,247,243);
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #FAF8F5;
  --bs-btn-hover-border-color: #FAF8F4;
  --bs-btn-focus-shadow-rgb: 37,37,36;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #FAF9F5;
  --bs-btn-active-border-color: #FAF8F4;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: rgb(249,247,243);
  --bs-btn-disabled-border-color: rgb(249,247,243);
}

.btn-outline-secondary {
  --bs-btn-color: rgb(249,247,243);
  --bs-btn-border-color: rgb(249,247,243);
  --bs-btn-focus-shadow-rgb: 249,247,243;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(249,247,243);
  --bs-btn-hover-border-color: rgb(249,247,243);
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(249,247,243);
  --bs-btn-active-border-color: rgb(249,247,243);
  --bs-btn-disabled-color: rgb(249,247,243);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(249,247,243);
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(25,135,84);
  --bs-btn-border-color: rgb(25,135,84);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146C43;
  --bs-btn-focus-shadow-rgb: 221,237,229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146C43;
  --bs-btn-active-border-color: #13653F;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(25,135,84);
  --bs-btn-disabled-border-color: rgb(25,135,84);
}

.btn-outline-success {
  --bs-btn-color: rgb(25,135,84);
  --bs-btn-border-color: rgb(25,135,84);
  --bs-btn-focus-shadow-rgb: 25,135,84;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(25,135,84);
  --bs-btn-hover-border-color: rgb(25,135,84);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(25,135,84);
  --bs-btn-active-border-color: rgb(25,135,84);
  --bs-btn-disabled-color: rgb(25,135,84);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(25,135,84);
}

.btn-info {
  --bs-btn-color: #000000;
  --bs-btn-bg: rgb(13,202,240);
  --bs-btn-border-color: rgb(13,202,240);
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #31D2F2;
  --bs-btn-hover-border-color: #25CFF2;
  --bs-btn-focus-shadow-rgb: 2,30,36;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #3DD5F3;
  --bs-btn-active-border-color: #25CFF2;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: rgb(13,202,240);
  --bs-btn-disabled-border-color: rgb(13,202,240);
}

.btn-outline-info {
  --bs-btn-color: rgb(13,202,240);
  --bs-btn-border-color: rgb(13,202,240);
  --bs-btn-focus-shadow-rgb: 13,202,240;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(13,202,240);
  --bs-btn-hover-border-color: rgb(13,202,240);
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(13,202,240);
  --bs-btn-active-border-color: rgb(13,202,240);
  --bs-btn-disabled-color: rgb(13,202,240);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(13,202,240);
}

.btn-warning {
  --bs-btn-color: #000000;
  --bs-btn-bg: rgb(255,193,7);
  --bs-btn-border-color: rgb(255,193,7);
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #FFCA2C;
  --bs-btn-hover-border-color: #FFC720;
  --bs-btn-focus-shadow-rgb: 38,29,1;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #FFCD39;
  --bs-btn-active-border-color: #FFC720;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: rgb(255,193,7);
  --bs-btn-disabled-border-color: rgb(255,193,7);
}

.btn-outline-warning {
  --bs-btn-color: rgb(255,193,7);
  --bs-btn-border-color: rgb(255,193,7);
  --bs-btn-focus-shadow-rgb: 255,193,7;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(255,193,7);
  --bs-btn-hover-border-color: rgb(255,193,7);
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(255,193,7);
  --bs-btn-active-border-color: rgb(255,193,7);
  --bs-btn-disabled-color: rgb(255,193,7);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(255,193,7);
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(220,53,69);
  --bs-btn-border-color: rgb(220,53,69);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #BB2D3B;
  --bs-btn-hover-border-color: #B02A37;
  --bs-btn-focus-shadow-rgb: 250,225,227;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #B02A37;
  --bs-btn-active-border-color: #A52834;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(220,53,69);
  --bs-btn-disabled-border-color: rgb(220,53,69);
}

.btn-outline-danger {
  --bs-btn-color: rgb(220,53,69);
  --bs-btn-border-color: rgb(220,53,69);
  --bs-btn-focus-shadow-rgb: 220,53,69;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(220,53,69);
  --bs-btn-hover-border-color: rgb(220,53,69);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(220,53,69);
  --bs-btn-active-border-color: rgb(220,53,69);
  --bs-btn-disabled-color: rgb(220,53,69);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(220,53,69);
}

.btn-light {
  --bs-btn-color: #000000;
  --bs-btn-bg: rgb(237,172,100);
  --bs-btn-border-color: rgb(237,172,100);
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #C99255;
  --bs-btn-hover-border-color: #BE8A50;
  --bs-btn-focus-shadow-rgb: 36,26,15;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #BE8A50;
  --bs-btn-active-border-color: #B2814B;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: rgb(237,172,100);
  --bs-btn-disabled-border-color: rgb(237,172,100);
}

.btn-outline-light {
  --bs-btn-color: rgb(237,172,100);
  --bs-btn-border-color: rgb(237,172,100);
  --bs-btn-focus-shadow-rgb: 237,172,100;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(237,172,100);
  --bs-btn-hover-border-color: rgb(237,172,100);
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(237,172,100);
  --bs-btn-active-border-color: rgb(237,172,100);
  --bs-btn-disabled-color: rgb(237,172,100);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(237,172,100);
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(161,99,43);
  --bs-btn-border-color: rgb(161,99,43);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #895425;
  --bs-btn-hover-border-color: #814F22;
  --bs-btn-focus-shadow-rgb: 241,232,223;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #814F22;
  --bs-btn-active-border-color: #794A20;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(161,99,43);
  --bs-btn-disabled-border-color: rgb(161,99,43);
}

.btn-outline-dark {
  --bs-btn-color: rgb(161,99,43);
  --bs-btn-border-color: rgb(161,99,43);
  --bs-btn-focus-shadow-rgb: 161,99,43;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(161,99,43);
  --bs-btn-hover-border-color: rgb(161,99,43);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(161,99,43);
  --bs-btn-active-border-color: rgb(161,99,43);
  --bs-btn-disabled-color: rgb(161,99,43);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(161,99,43);
}

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

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

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

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

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

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

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

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

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

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

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

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

.mb-1 {
  margin-bottom: .25rem!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-5 {
  margin-left: 3rem!important;
}

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

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

.p-4 {
  padding: 1.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: .25rem!important;
}

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

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

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

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

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

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

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

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

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

.pb-2 {
  padding-bottom: .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: .25rem!important;
}

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

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

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

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

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

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

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

@media (min-width:576px) {
  .p-sm-5 {
    padding: 3rem!important;
  }
}

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

@media (min-width:576px) {
  .pt-sm-1 {
    padding-top: .25rem!important;
  }
}

@media (min-width:576px) {
  .pe-sm-0 {
    padding-right: 0!important;
  }
}

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

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

@media (min-width:1200px) {
  .py-xl-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
  }
}

@media (min-width:1200px) {
  .py-xl-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-6 {
    padding-right: 4.5rem !important;
  }
}

