html,body{width:100%;margin:0;padding:0}body{font-family:var(--theme-primary-font)!important;color:var(--theme-dark-color)!important}h1{font-family:var(--theme-secondary-font)!important;color:var(--theme-primary-color)!important;font-size:50px!important}h2,h3,h4,h5,h6{font-family:var(--theme-primary-font)!important;color:var(--theme-dark-color)!important;font-weight:bolder!important}p{font-family:var(--theme-primary-font)!important;color:var(--theme-dark-color)!important}hr{border:solid 2px var(--theme-primary-color)!important}a{font-family:var(--theme-primary-font)!important}.border-primary{border-color:var(--theme-primary-color)!important}.bg-light{background-color:var(--theme-light-color)!important}.bg-primary{background-color:var(--theme-primary-color)!important}.bg-secondary{background-color:var(--theme-secondary-color)!important}.bg-navbar{background-color:var(--theme-navbar-color)!important}.btn-primary{background-color:var(--theme-primary-color)!important;color:var(--theme-light-color)!important;border-color:var(--theme-primary-color)!important}.btn-secondary{background-color:var(--theme-secondary-color)!important;border-color:var(--theme-secondary-color)!important;color:var(--theme-light-color)!important}.btn-outline-primary{background-color:var(--theme-primary-color)!important;border-color:var(--theme-primary-color)!important}.btn-outline-primary:hover{background-color:var(--theme-primary-color)!important;color:var(--theme-light-color)!important;border-color:var(--theme-primary-color)!important}.btn-outline-secondary{border-color:var(--theme-secondary-color)!important;color:var(--theme-secondary-color)!important}.btn-outline-secondary:hover{background-color:var(--theme-secondary-color)!important;border-color:var(--theme-secondary-color)!important;color:var(--theme-light-color)!important}input.form-control{transition:all .2s!important;border:0!important;border-bottom-style:solid!important;border-bottom-width:2px!important;border-bottom-color:var(--theme-dark-grey-color)!important;border-radius:0!important}select.form-select{border:0!important;border-bottom:solid 2px var(--theme-dark-grey-color)!important}input.form-control:focus{font-size:20px!important;line-height:0!important;border-bottom-width:3px!important;box-shadow:none!important;letter-spacing:1px!important;border-bottom-color:var(--theme-dark-color)!important}.container-fluid.main{margin-top:3.5rem!important}.text-light{color:var(--theme-light-color)!important}.text-dark{color:var(--theme-dark-color)!important}.text-primary{color:var(--theme-primary-color)!important}.text-secondary{color:var(--theme-secondary-color)!important}.row{--bs-gutter-x:0!important}.btn-primary:hover,.btn-secondary:hover{filter:brightness(.8)!important}.bg-accent{background-color:var(--theme-accent-color)!important}.text-accent{color:var(--theme-accent-color)!important}.swiper{height:200px;width:90%}.swiper-slide{height:330px!important}.swiper-button-next,.swiper-button-prev{width:30px!important;height:30px!important;border-radius:30px;background-color:var(--theme-primary-color)!important}.swiper-button-next:after,.swiper-button-prev:after{font-size:15px!important;color:var(--theme-light-color)!important}.swiper-slide div h1{line-height:165px}.swiper-wrapper{padding-top:20px!important}.swiper-slide{background-position:center;background-size:cover;color:#fff!important;border-radius:.25rem;overflow:hidden!important}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}