.mb-8{margin-bottom:4.5rem!important}.mb-9{margin-bottom:5rem!important}.mb-auto{margin-bottom:auto!important}.py-8{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-9{padding-bottom:5rem!important;padding-top:5rem!important}@media(min-width:576px){.mb-sm-8{margin-bottom:4.5rem!important}.mb-sm-9{margin-bottom:5rem!important}.mb-sm-auto{margin-bottom:auto!important}.py-sm-8{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-sm-9{padding-bottom:5rem!important;padding-top:5rem!important}}@media(min-width:768px){.mb-md-8{margin-bottom:4.5rem!important}.mb-md-9{margin-bottom:5rem!important}.mb-md-auto{margin-bottom:auto!important}.py-md-8{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-md-9{padding-bottom:5rem!important;padding-top:5rem!important}}@media(min-width:992px){.mb-lg-8{margin-bottom:4.5rem!important}.mb-lg-9{margin-bottom:5rem!important}.mb-lg-auto{margin-bottom:auto!important}.py-lg-8{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-lg-9{padding-bottom:5rem!important;padding-top:5rem!important}}@media(min-width:1200px){.mb-xl-8{margin-bottom:4.5rem!important}.mb-xl-9{margin-bottom:5rem!important}.mb-xl-auto{margin-bottom:auto!important}.py-xl-8{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xl-9{padding-bottom:5rem!important;padding-top:5rem!important}}@media(min-width:1400px){.mb-xxl-8{margin-bottom:4.5rem!important}.mb-xxl-9{margin-bottom:5rem!important}.mb-xxl-auto{margin-bottom:auto!important}.py-xxl-8{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xxl-9{padding-bottom:5rem!important;padding-top:5rem!important}}

.header { border-bottom: solid #00836c 6px; display: flex; width:100%;  margin-bottom:50px; align-items: center; justify-content: space-around; padding: 20px 0;}

.logo-title{  }

.back-main { }

.btn-orange {background:#f37021;}

.content { width:100%;}

.teal {background:#00836c;}

.white {color:#fff; font-size:16px; line-height:28px;}

.white li {text-align:justify;}

.heading {color:#fff; font-size:24px;}

.orange {color:#ff9a52; font-size:16px;
}

.btn-orange {
    background-color: #f37021;
    border: 2px solid #f37021 !important;
}

.btn-orange:hover {
    background-color: #fff;
    color: #f37021;
}

.btn-orange:focus-visible {
    background:#f37021!important;
    border: 2px solid #f37021 !important;
}

.btn-orange:active {
    background:#f37021!important;
	}

.g-4, .gy-4 {
    --bs-gutter-y: 1.4rem;
}


.g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 1.5rem !important;
	}

.thead-light th { background:#f2f2f2; color:#000000; font-weight:normal;}
.pt-45 {
    padding-top: 35px !important;
   
}
.pt-00 {
    padding-top: 10px !important;
}