.btn {
  text-transform: initial;
}
.bg-primary {
  background-color: #63B32E !important;
}
.bg-secondary {
  background-color: #9F9F9F !important;
}
.bg-success {
  background-color: #28A745 !important;
}
.bg-danger {
  background-color: #DC3545 !important;
}
.bg-warning {
  background-color: #F0AD4E !important;
}
.bg-info {
  background-color: #17A2B8 !important;
}
.bg-light {
  background-color: #F8F9FA !important;
}
.bg-dark {
  background-color: #7A7A7A !important;
}
.bg-white {
  background-color: #FFFFFF !important;
}
.bg-muted {
  background-color: #6C757D !important;
}
.border-primary {
  border-color: #63B32E !important;
}
.border-secondary {
  border-color: #9F9F9F !important;
}
.border-success {
  border-color: #28A745 !important;
}
.border-danger {
  border-color: #DC3545 !important;
}
.border-warning {
  border-color: #F0AD4E !important;
}
.border-info {
  border-color: #17A2B8 !important;
}
.border-light {
  border-color: #F8F9FA !important;
}
.border-dark {
  border-color: #7A7A7A !important;
}
.border-white {
  border-color: #FFFFFF !important;
}
.border-muted {
  border-color: #6C757D !important;
}
.border-top-1 {
  border-top: 1px solid;
}
.border-top-2 {
  border-top: 2px solid;
}
.border-top-3 {
  border-top: 3px solid;
}
.border-top-4 {
  border-top: 4px solid;
}
.border-top-5 {
  border-top: 5px solid;
}
.border-bottom-1 {
  border-bottom: 1px solid;
}
.border-bottom-2 {
  border-bottom: 2px solid;
}
.border-bottom-3 {
  border-bottom: 3px solid;
}
.border-bottom-4 {
  border-bottom: 4px solid;
}
.border-bottom-5 {
  border-bottom: 5px solid;
}
.border-left-1 {
  border-left: 1px solid;
}
.border-left-2 {
  border-left: 2px solid;
}
.border-left-3 {
  border-left: 3px solid;
}
.border-left-4 {
  border-left: 4px solid;
}
.border-left-5 {
  border-left: 5px solid;
}
.border-right-1 {
  border-right: 1px solid;
}
.border-right-2 {
  border-right: 2px solid;
}
.border-right-3 {
  border-right: 3px solid;
}
.border-right-4 {
  border-right: 4px solid;
}
.border-right-5 {
  border-right: 5px solid;
}
.border-1 {
  border-right: 1px solid;
}
.border-2 {
  border-right: 2px solid;
}
.border-3 {
  border-right: 3px solid;
}
.border-4 {
  border-right: 4px solid;
}
.border-5 {
  border-right: 5px solid;
}
.border-0 {
  border: 0;
}
.border-top-0 {
  border-top: 0;
}
.border-bottom-0 {
  border-bottom: 0;
}
.border-left-0 {
  border-left: 0;
}
.border-right-0 {
  border-right: 0;
}
.text-primary, .text-primary * {
  color: #63B32E !important;
}
.text-secondary, .text-secondary * {
  color: #9F9F9F !important;
}
.text-success, .text-success * {
  color: #28A745 !important;
}
.text-danger, .text-danger * {
  color: #DC3545 !important;
}
.text-warning, .text-warning * {
  color: #F0AD4E !important;
}
.text-info, .text-info * {
  color: #17A2B8 !important;
}
.text-light, .text-light * {
  color: #F8F9FA !important;
}
.text-dark, .text-dark * {
  color: #7A7A7A !important;
}
.text-white, .text-white * {
  color: #FFFFFF !important;
}
.text-muted, .text-muted * {
  color: #6C757D !important;
}
.btn {
  font-size: 20px !important;
  font-family: 'Roboto';
}
.btn a {
  color: inherit;
}
.btn-primary {
  background-color: #63B32E !important;
  border-color: #63B32E !important;
  color: #FFFFFF !important;
}
.btn-primary:hover {
  background-color: #7ccf45 !important;
}
.btn-secondary {
  background-color: #9F9F9F !important;
  border-color: #9F9F9F !important;
  color: #FFFFFF !important;
}
.btn-secondary:hover {
  background-color: #b9b9b9 !important;
}
.btn-success {
  background-color: #28A745 !important;
  border-color: #28A745 !important;
  color: #FFFFFF !important;
}
.btn-success:hover {
  background-color: #34ce57 !important;
}
.btn-danger {
  background-color: #DC3545 !important;
  border-color: #DC3545 !important;
  color: #FFFFFF !important;
}
.btn-danger:hover {
  background-color: #e4606d !important;
}
.btn-warning {
  background-color: #F0AD4E !important;
  border-color: #F0AD4E !important;
  color: #7A7A7A !important;
}
.btn-warning:hover {
  background-color: #f4c37d !important;
}
.btn-info {
  background-color: #17A2B8 !important;
  border-color: #17A2B8 !important;
  color: #FFFFFF !important;
}
.btn-info:hover {
  background-color: #1fc8e3 !important;
}
.btn-light {
  background-color: #F8F9FA !important;
  border-color: #F8F9FA !important;
  color: #7A7A7A !important;
}
.btn-light:hover {
  background-color: #dae0e5 !important;
}
.btn-dark {
  background-color: #7A7A7A !important;
  border-color: #7A7A7A !important;
  color: #FFFFFF !important;
}
.btn-dark:hover {
  background-color: #949494 !important;
}
.btn-white {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
  color: #7A7A7A !important;
}
.btn-white:hover {
  background-color: #e6e6e6 !important;
}
.btn-muted {
  background-color: #6C757D !important;
  border-color: #6C757D !important;
  color: #7A7A7A !important;
}
.btn-muted:hover {
  background-color: #545b62 !important;
}
.btn-link {
  font-weight: 400;
  color: #63B32E;
  background-color: transparent;
}
.btn-link:hover {
  color: #7ccf45;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
p {
  font-size: 20px !important;
  line-height: 27px !important;
}
.font-size-sm, .font-size-sm * {
  font-size: 20px !important;
}
.font-size-md, .font-size-md * {
  font-size: 20px !important;
}
.font-size-lg, .font-size-lg * {
  font-size: 28px !important;
}
.font-size-xl, .font-size-xl * {
  font-size: 35px !important;
  font-weight: 800;
}
.font-size-xxl, .font-size-xxl * {
  font-size: 35px !important;
}
@media (min-width: 0) {
  .m-xs-5 {
    margin: 2.5rem !important;
  }
  .ml-xs-5 {
    margin-left: 2.5rem !important;
  }
  .mr-xs-5 {
    margin-right: 2.5rem !important;
  }
  .mt-xs-5 {
    margin-top: 2.5rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 2.5rem !important;
  }
  .m-xs-4 {
    margin: 2rem !important;
  }
  .ml-xs-4 {
    margin-left: 2rem !important;
  }
  .mr-xs-4 {
    margin-right: 2rem !important;
  }
  .mt-xs-4 {
    margin-top: 2rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 2rem !important;
  }
  .m-xs-3 {
    margin: 1.5rem !important;
  }
  .ml-xs-3 {
    margin-left: 1.5rem !important;
  }
  .mr-xs-3 {
    margin-right: 1.5rem !important;
  }
  .mt-xs-3 {
    margin-top: 1.5rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1.5rem !important;
  }
  .m-xs-2 {
    margin: 1rem !important;
  }
  .ml-xs-2 {
    margin-left: 1rem !important;
  }
  .mr-xs-2 {
    margin-right: 1rem !important;
  }
  .mt-xs-2 {
    margin-top: 1rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 1rem !important;
  }
  .m-xs-1 {
    margin: 0.5rem !important;
  }
  .ml-xs-1 {
    margin-left: 0.5rem !important;
  }
  .mr-xs-1 {
    margin-right: 0.5rem !important;
  }
  .mt-xs-1 {
    margin-top: 0.5rem !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.5rem !important;
  }
  .m-xs-0 {
    margin: 0px !important;
  }
  .ml-xs-0 {
    margin-left: 0px !important;
  }
  .mr-xs-0 {
    margin-right: 0px !important;
  }
  .mt-xs-0 {
    margin-top: 0px !important;
  }
  .mb-xs-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-5 {
    margin: 2.5rem !important;
  }
  .ml-sm-5 {
    margin-left: 2.5rem !important;
  }
  .mr-sm-5 {
    margin-right: 2.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 2.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2.5rem !important;
  }
  .m-sm-4 {
    margin: 2rem !important;
  }
  .ml-sm-4 {
    margin-left: 2rem !important;
  }
  .mr-sm-4 {
    margin-right: 2rem !important;
  }
  .mt-sm-4 {
    margin-top: 2rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 2rem !important;
  }
  .m-sm-3 {
    margin: 1.5rem !important;
  }
  .ml-sm-3 {
    margin-left: 1.5rem !important;
  }
  .mr-sm-3 {
    margin-right: 1.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1.5rem !important;
  }
  .m-sm-2 {
    margin: 1rem !important;
  }
  .ml-sm-2 {
    margin-left: 1rem !important;
  }
  .mr-sm-2 {
    margin-right: 1rem !important;
  }
  .mt-sm-2 {
    margin-top: 1rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 1rem !important;
  }
  .m-sm-1 {
    margin: 0.5rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.5rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.5rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.5rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .m-sm-0 {
    margin: 0px !important;
  }
  .ml-sm-0 {
    margin-left: 0px !important;
  }
  .mr-sm-0 {
    margin-right: 0px !important;
  }
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 768px) {
  .m-md-5 {
    margin: 2.5rem !important;
  }
  .ml-md-5 {
    margin-left: 2.5rem !important;
  }
  .mr-md-5 {
    margin-right: 2.5rem !important;
  }
  .mt-md-5 {
    margin-top: 2.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2.5rem !important;
  }
  .m-md-4 {
    margin: 2rem !important;
  }
  .ml-md-4 {
    margin-left: 2rem !important;
  }
  .mr-md-4 {
    margin-right: 2rem !important;
  }
  .mt-md-4 {
    margin-top: 2rem !important;
  }
  .mb-md-4 {
    margin-bottom: 2rem !important;
  }
  .m-md-3 {
    margin: 1.5rem !important;
  }
  .ml-md-3 {
    margin-left: 1.5rem !important;
  }
  .mr-md-3 {
    margin-right: 1.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.5rem !important;
  }
  .m-md-2 {
    margin: 1rem !important;
  }
  .ml-md-2 {
    margin-left: 1rem !important;
  }
  .mr-md-2 {
    margin-right: 1rem !important;
  }
  .mt-md-2 {
    margin-top: 1rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1rem !important;
  }
  .m-md-1 {
    margin: 0.5rem !important;
  }
  .ml-md-1 {
    margin-left: 0.5rem !important;
  }
  .mr-md-1 {
    margin-right: 0.5rem !important;
  }
  .mt-md-1 {
    margin-top: 0.5rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .m-md-0 {
    margin: 0px !important;
  }
  .ml-md-0 {
    margin-left: 0px !important;
  }
  .mr-md-0 {
    margin-right: 0px !important;
  }
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-5 {
    margin: 2.5rem !important;
  }
  .ml-lg-5 {
    margin-left: 2.5rem !important;
  }
  .mr-lg-5 {
    margin-right: 2.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 2.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2.5rem !important;
  }
  .m-lg-4 {
    margin: 2rem !important;
  }
  .ml-lg-4 {
    margin-left: 2rem !important;
  }
  .mr-lg-4 {
    margin-right: 2rem !important;
  }
  .mt-lg-4 {
    margin-top: 2rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 2rem !important;
  }
  .m-lg-3 {
    margin: 1.5rem !important;
  }
  .ml-lg-3 {
    margin-left: 1.5rem !important;
  }
  .mr-lg-3 {
    margin-right: 1.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.5rem !important;
  }
  .m-lg-2 {
    margin: 1rem !important;
  }
  .ml-lg-2 {
    margin-left: 1rem !important;
  }
  .mr-lg-2 {
    margin-right: 1rem !important;
  }
  .mt-lg-2 {
    margin-top: 1rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1rem !important;
  }
  .m-lg-1 {
    margin: 0.5rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.5rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.5rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.5rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .m-lg-0 {
    margin: 0px !important;
  }
  .ml-lg-0 {
    margin-left: 0px !important;
  }
  .mr-lg-0 {
    margin-right: 0px !important;
  }
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-5 {
    margin: 2.5rem !important;
  }
  .ml-xl-5 {
    margin-left: 2.5rem !important;
  }
  .mr-xl-5 {
    margin-right: 2.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 2.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 2.5rem !important;
  }
  .m-xl-4 {
    margin: 2rem !important;
  }
  .ml-xl-4 {
    margin-left: 2rem !important;
  }
  .mr-xl-4 {
    margin-right: 2rem !important;
  }
  .mt-xl-4 {
    margin-top: 2rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 2rem !important;
  }
  .m-xl-3 {
    margin: 1.5rem !important;
  }
  .ml-xl-3 {
    margin-left: 1.5rem !important;
  }
  .mr-xl-3 {
    margin-right: 1.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1.5rem !important;
  }
  .m-xl-2 {
    margin: 1rem !important;
  }
  .ml-xl-2 {
    margin-left: 1rem !important;
  }
  .mr-xl-2 {
    margin-right: 1rem !important;
  }
  .mt-xl-2 {
    margin-top: 1rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 1rem !important;
  }
  .m-xl-1 {
    margin: 0.5rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.5rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.5rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.5rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  .m-xl-0 {
    margin: 0px !important;
  }
  .ml-xl-0 {
    margin-left: 0px !important;
  }
  .mr-xl-0 {
    margin-right: 0px !important;
  }
  .mt-xl-0 {
    margin-top: 0px !important;
  }
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-5 {
    margin: 2.5rem !important;
  }
  .ml-xxl-5 {
    margin-left: 2.5rem !important;
  }
  .mr-xxl-5 {
    margin-right: 2.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 2.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 2.5rem !important;
  }
  .m-xxl-4 {
    margin: 2rem !important;
  }
  .ml-xxl-4 {
    margin-left: 2rem !important;
  }
  .mr-xxl-4 {
    margin-right: 2rem !important;
  }
  .mt-xxl-4 {
    margin-top: 2rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 2rem !important;
  }
  .m-xxl-3 {
    margin: 1.5rem !important;
  }
  .ml-xxl-3 {
    margin-left: 1.5rem !important;
  }
  .mr-xxl-3 {
    margin-right: 1.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1.5rem !important;
  }
  .m-xxl-2 {
    margin: 1rem !important;
  }
  .ml-xxl-2 {
    margin-left: 1rem !important;
  }
  .mr-xxl-2 {
    margin-right: 1rem !important;
  }
  .mt-xxl-2 {
    margin-top: 1rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 1rem !important;
  }
  .m-xxl-1 {
    margin: 0.5rem !important;
  }
  .ml-xxl-1 {
    margin-left: 0.5rem !important;
  }
  .mr-xxl-1 {
    margin-right: 0.5rem !important;
  }
  .mt-xxl-1 {
    margin-top: 0.5rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.5rem !important;
  }
  .m-xxl-0 {
    margin: 0px !important;
  }
  .ml-xxl-0 {
    margin-left: 0px !important;
  }
  .mr-xxl-0 {
    margin-right: 0px !important;
  }
  .mt-xxl-0 {
    margin-top: 0px !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 0) {
  .p-xs-5 {
    padding: 2.5rem !important;
  }
  .pl-xs-5 {
    padding-left: 2.5rem !important;
  }
  .pr-xs-5 {
    padding-right: 2.5rem !important;
  }
  .pt-xs-5 {
    padding-top: 2.5rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 2.5rem !important;
  }
  .p-xs-4 {
    padding: 2rem !important;
  }
  .pl-xs-4 {
    padding-left: 2rem !important;
  }
  .pr-xs-4 {
    padding-right: 2rem !important;
  }
  .pt-xs-4 {
    padding-top: 2rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 2rem !important;
  }
  .p-xs-3 {
    padding: 1.5rem !important;
  }
  .pl-xs-3 {
    padding-left: 1.5rem !important;
  }
  .pr-xs-3 {
    padding-right: 1.5rem !important;
  }
  .pt-xs-3 {
    padding-top: 1.5rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 1.5rem !important;
  }
  .p-xs-2 {
    padding: 1rem !important;
  }
  .pl-xs-2 {
    padding-left: 1rem !important;
  }
  .pr-xs-2 {
    padding-right: 1rem !important;
  }
  .pt-xs-2 {
    padding-top: 1rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 1rem !important;
  }
  .p-xs-1 {
    padding: 0.5rem !important;
  }
  .pl-xs-1 {
    padding-left: 0.5rem !important;
  }
  .pr-xs-1 {
    padding-right: 0.5rem !important;
  }
  .pt-xs-1 {
    padding-top: 0.5rem !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.5rem !important;
  }
  .p-xs-0 {
    padding: 0px !important;
  }
  .pl-xs-0 {
    padding-left: 0px !important;
  }
  .pr-xs-0 {
    padding-right: 0px !important;
  }
  .pt-xs-0 {
    padding-top: 0px !important;
  }
  .pb-xs-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 576px) {
  .p-sm-5 {
    padding: 2.5rem !important;
  }
  .pl-sm-5 {
    padding-left: 2.5rem !important;
  }
  .pr-sm-5 {
    padding-right: 2.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 2.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2.5rem !important;
  }
  .p-sm-4 {
    padding: 2rem !important;
  }
  .pl-sm-4 {
    padding-left: 2rem !important;
  }
  .pr-sm-4 {
    padding-right: 2rem !important;
  }
  .pt-sm-4 {
    padding-top: 2rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 2rem !important;
  }
  .p-sm-3 {
    padding: 1.5rem !important;
  }
  .pl-sm-3 {
    padding-left: 1.5rem !important;
  }
  .pr-sm-3 {
    padding-right: 1.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1.5rem !important;
  }
  .p-sm-2 {
    padding: 1rem !important;
  }
  .pl-sm-2 {
    padding-left: 1rem !important;
  }
  .pr-sm-2 {
    padding-right: 1rem !important;
  }
  .pt-sm-2 {
    padding-top: 1rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 1rem !important;
  }
  .p-sm-1 {
    padding: 0.5rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.5rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.5rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.5rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .p-sm-0 {
    padding: 0px !important;
  }
  .pl-sm-0 {
    padding-left: 0px !important;
  }
  .pr-sm-0 {
    padding-right: 0px !important;
  }
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 768px) {
  .p-md-5 {
    padding: 2.5rem !important;
  }
  .pl-md-5 {
    padding-left: 2.5rem !important;
  }
  .pr-md-5 {
    padding-right: 2.5rem !important;
  }
  .pt-md-5 {
    padding-top: 2.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2.5rem !important;
  }
  .p-md-4 {
    padding: 2rem !important;
  }
  .pl-md-4 {
    padding-left: 2rem !important;
  }
  .pr-md-4 {
    padding-right: 2rem !important;
  }
  .pt-md-4 {
    padding-top: 2rem !important;
  }
  .pb-md-4 {
    padding-bottom: 2rem !important;
  }
  .p-md-3 {
    padding: 1.5rem !important;
  }
  .pl-md-3 {
    padding-left: 1.5rem !important;
  }
  .pr-md-3 {
    padding-right: 1.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1.5rem !important;
  }
  .p-md-2 {
    padding: 1rem !important;
  }
  .pl-md-2 {
    padding-left: 1rem !important;
  }
  .pr-md-2 {
    padding-right: 1rem !important;
  }
  .pt-md-2 {
    padding-top: 1rem !important;
  }
  .pb-md-2 {
    padding-bottom: 1rem !important;
  }
  .p-md-1 {
    padding: 0.5rem !important;
  }
  .pl-md-1 {
    padding-left: 0.5rem !important;
  }
  .pr-md-1 {
    padding-right: 0.5rem !important;
  }
  .pt-md-1 {
    padding-top: 0.5rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .p-md-0 {
    padding: 0px !important;
  }
  .pl-md-0 {
    padding-left: 0px !important;
  }
  .pr-md-0 {
    padding-right: 0px !important;
  }
  .pt-md-0 {
    padding-top: 0px !important;
  }
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 992px) {
  .p-lg-5 {
    padding: 2.5rem !important;
  }
  .pl-lg-5 {
    padding-left: 2.5rem !important;
  }
  .pr-lg-5 {
    padding-right: 2.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 2.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2.5rem !important;
  }
  .p-lg-4 {
    padding: 2rem !important;
  }
  .pl-lg-4 {
    padding-left: 2rem !important;
  }
  .pr-lg-4 {
    padding-right: 2rem !important;
  }
  .pt-lg-4 {
    padding-top: 2rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 2rem !important;
  }
  .p-lg-3 {
    padding: 1.5rem !important;
  }
  .pl-lg-3 {
    padding-left: 1.5rem !important;
  }
  .pr-lg-3 {
    padding-right: 1.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1.5rem !important;
  }
  .p-lg-2 {
    padding: 1rem !important;
  }
  .pl-lg-2 {
    padding-left: 1rem !important;
  }
  .pr-lg-2 {
    padding-right: 1rem !important;
  }
  .pt-lg-2 {
    padding-top: 1rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 1rem !important;
  }
  .p-lg-1 {
    padding: 0.5rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.5rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.5rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.5rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .p-lg-0 {
    padding: 0px !important;
  }
  .pl-lg-0 {
    padding-left: 0px !important;
  }
  .pr-lg-0 {
    padding-right: 0px !important;
  }
  .pt-lg-0 {
    padding-top: 0px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-5 {
    padding: 2.5rem !important;
  }
  .pl-xl-5 {
    padding-left: 2.5rem !important;
  }
  .pr-xl-5 {
    padding-right: 2.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 2.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 2.5rem !important;
  }
  .p-xl-4 {
    padding: 2rem !important;
  }
  .pl-xl-4 {
    padding-left: 2rem !important;
  }
  .pr-xl-4 {
    padding-right: 2rem !important;
  }
  .pt-xl-4 {
    padding-top: 2rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 2rem !important;
  }
  .p-xl-3 {
    padding: 1.5rem !important;
  }
  .pl-xl-3 {
    padding-left: 1.5rem !important;
  }
  .pr-xl-3 {
    padding-right: 1.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1.5rem !important;
  }
  .p-xl-2 {
    padding: 1rem !important;
  }
  .pl-xl-2 {
    padding-left: 1rem !important;
  }
  .pr-xl-2 {
    padding-right: 1rem !important;
  }
  .pt-xl-2 {
    padding-top: 1rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 1rem !important;
  }
  .p-xl-1 {
    padding: 0.5rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.5rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.5rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.5rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  .p-xl-0 {
    padding: 0px !important;
  }
  .pl-xl-0 {
    padding-left: 0px !important;
  }
  .pr-xl-0 {
    padding-right: 0px !important;
  }
  .pt-xl-0 {
    padding-top: 0px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 1400px) {
  .p-xxl-5 {
    padding: 2.5rem !important;
  }
  .pl-xxl-5 {
    padding-left: 2.5rem !important;
  }
  .pr-xxl-5 {
    padding-right: 2.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 2.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 2.5rem !important;
  }
  .p-xxl-4 {
    padding: 2rem !important;
  }
  .pl-xxl-4 {
    padding-left: 2rem !important;
  }
  .pr-xxl-4 {
    padding-right: 2rem !important;
  }
  .pt-xxl-4 {
    padding-top: 2rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 2rem !important;
  }
  .p-xxl-3 {
    padding: 1.5rem !important;
  }
  .pl-xxl-3 {
    padding-left: 1.5rem !important;
  }
  .pr-xxl-3 {
    padding-right: 1.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1.5rem !important;
  }
  .p-xxl-2 {
    padding: 1rem !important;
  }
  .pl-xxl-2 {
    padding-left: 1rem !important;
  }
  .pr-xxl-2 {
    padding-right: 1rem !important;
  }
  .pt-xxl-2 {
    padding-top: 1rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 1rem !important;
  }
  .p-xxl-1 {
    padding: 0.5rem !important;
  }
  .pl-xxl-1 {
    padding-left: 0.5rem !important;
  }
  .pr-xxl-1 {
    padding-right: 0.5rem !important;
  }
  .pt-xxl-1 {
    padding-top: 0.5rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.5rem !important;
  }
  .p-xxl-0 {
    padding: 0px !important;
  }
  .pl-xxl-0 {
    padding-left: 0px !important;
  }
  .pr-xxl-0 {
    padding-right: 0px !important;
  }
  .pt-xxl-0 {
    padding-top: 0px !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0px !important;
  }
}
#backToTop {
  position: fixed;
  height: 75px;
  width: 75px;
  z-index: 1000;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inset: auto 15px 15px auto;
  background-color: #63B32E !important;
  border-color: #549826 !important;
  color: #FFFFFF !important;
}
.container-limited {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.responsive-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.responsive-image.isPortrait {
  height: 100%;
  width: auto;
}
.ce-gallery-inverted {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.ce-gallery-inverted div {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.ce-gallery-above-center {
  max-height: 300px;
}
.ce-gallery-image-count-image-three {
  height: 16.666667%;
}
.ce-gallery-image-count-image-three:nth-of-type(1) {
  width: 50%;
}
.ce-headline-above-left, .ce-headeline-left {
  text-align: left;
}
.ce-headline-above-right, .ce-headline-right {
  text-align: right;
}
.ce-headline-above-center, .ce-headline-center {
  text-align: center;
}
.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.frame-space-before-default {
  margin-top: 20px;
}
.frame-space-before-extra-small {
  margin-top: 40px;
}
.frame-space-before-small {
  margin-top: 60px;
}
.frame-space-before-medium {
  margin-top: 80px;
}
.frame-space-before-large {
  margin-top: 100px;
}
.frame-space-before-extra-large {
  margin-top: 120px;
}
.frame-space-after-default {
  margin-bottom: 20px;
}
.frame-space-after-extra-small {
  margin-bottom: 40px;
}
.frame-space-after-small {
  margin-bottom: 60px;
}
.frame-space-after-medium {
  margin-bottom: 80px;
}
.frame-space-after-large {
  margin-bottom: 100px;
}
.frame-space-after-extra-large {
  margin-bottom: 120px;
}
.animate {
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
blockquote {
  border-left: 5px solid;
  padding-left: 10px;
  margin-left: 10px;
}
#navSearch form {
  margin-bottom: 0;
}
#navSearch .tx-indexedsearch-searchbox-sword {
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 2px 6px #acacac;
  box-shadow: inset 0 2px 6px #acacac;
  width: 100%;
  height: 100%;
}
#navSearch .tx-indexedsearch-form {
  margin-left: 10px;
}
#navSearch .tx-indexedsearch-searchbox-sword:focus-visible {
  outline: none;
}
#navSearch .frame {
  padding: 0;
}
#navToggler {
  width: 34px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#navToggler span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#navToggler span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
#navToggler span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px;
}
#navToggler span:nth-child(1), #navToggler span:nth-child(2) {
  top: 0;
}
#navToggler span:nth-child(3), #navToggler span:nth-child(4) {
  top: 10px;
}
#navToggler span:nth-child(5), #navToggler span:nth-child(6) {
  top: 20px;
}
#navToggler.open span:nth-child(1), #navToggler.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#navToggler.open span:nth-child(2), #navToggler.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#navToggler.open span:nth-child(1) {
  left: 3px;
  top: 7px;
}
#navToggler.open span:nth-child(2) {
  left: calc(50% - 4px);
  top: 7px;
}
#navToggler.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#navToggler.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#navToggler.open span:nth-child(5) {
  left: 1px;
  top: 19px;
}
#navToggler.open span:nth-child(6) {
  left: calc(50% - 2px);
  top: 19px;
}
#navSearch fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#navSearch .tx-indexedsearch-form label {
  display: none;
}
.dropdown, .dropdown-toggle {
  background: none !important;
  -webkit-appearance: none !important;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent;
}
.parallax-container {
  position: relative;
}
.parallax {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.parallax-mask-top, .parallax-mask-bot {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  left: 0;
  right: 0;
  max-width: 100%;
}
.parallax-mask-top {
  top: 0;
}
.parallax-mask-bot {
  bottom: 0;
}
.parralax-overlay-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.parallax-mask-overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ce-center .ce-inner {
  position: unset;
  float: unset;
  right: unset;
}
.ce-center .ce-outer {
  position: unset;
  float: unset;
  right: unset;
}
.ce-left .ce-gallery, .ce-column {
  float: unset;
}
.ce-right .ce-gallery {
  float: unset;
}
.ce-center .ce-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ce-gallery figure {
  display: block;
  margin: initial;
}
.video-embed-item {
  width: 100%;
}
#player {
  width: 100% !important;
}
@media (max-width: 1090px) {
  .ce-intext .ce-gallery {
    width: 100%;
    margin: 0;
  }
  .ce-intext .col-12 {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .noImgHeight {
    height: 100%;
  }
  .noImgWidth {
    width: 100%;
  }
  .ce-gallery img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 576px) {
  .imgHeight {
    height: 100% !important;
  }
  .imgWidth {
    width: 100% !important;
  }
  .ce-gallery img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.form-group {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
form input, .form-control, .form-label, .form-check-label {
  font-size: 20px !important;
}
.form-check-label span {
  margin-left: 20px;
}
input[type="checkbox"i] {
  height: 25px !important;
  width: 25px !important;
}
.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-btn {
  padding: 10px 0;
  width: 100%;
  max-width: 100%;
}
.contact-image img {
  height: auto;
  width: 100%;
}
.contact-image {
  width: 100%;
}
@media (min-width: 576px) {
  .contact-btn {
    padding: 10px 15px;
    width: 100%;
    max-width: 100%;
  }
  .contact-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
    border: none;
    width: 300px;
    margin: auto;
  }
  .contact-image {
    width: initial;
  }
}
@media (min-width: 768px) {
  .contact-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
    border: none;
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .contact-btn {
    padding: 10px 15px;
    width: 100%;
    max-width: 50%;
  }
}
.contact-form .container-limited {
  padding: 0;
}
.form-check {
  padding: 0;
}
.card {
  border: 1px solid #e0e0e0;
}
.card-w-image .card-header, .card-w-image .card-body, .card-w-image .card-footer {
  border: none;
  background-color: unset;
}
.card-img-overlay {
  position: initial;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  border-radius: calc(.5rem - 1px);
  height: 100%;
  z-index: 200;
}
.card-img-absolut {
  position: absolute;
  height: 100%;
}
.news-list-view .article:hover > .news-img-wrap img {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}
.news-list-view .news-img-wrap img {
  -webkit-filter: saturate(0);
  filter: saturate(0);
}
.news-img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  border-radius: 4px 4px 0 0;
}
.news-card-view .news-img-wrap {
  max-height: 200px;
}
.news-list-view .news-img-wrap {
  max-height: 270px;
}
@media (max-width: 576px) {
  .article {
    padding: 0;
  }
}
.news-list-view .article {
  overflow: hidden;
}
.news-card-view .teaser-text {
  position: absolute;
  bottom: 0;
  z-index: 2000;
  opacity: 0;
  height: 100%;
  width: 100%;
}
.news-card-view .teaser-text:hover {
  opacity: 0.9;
}
.news-card-view .btn {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 1rem auto;
}
.round-img {
  padding: 20px;
  border-right: 2px solid;
  border-radius: 100%;
  border-color: #9F9F9F;
}
.image-list-item:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: drop-shadow(0 15px 2px rgba(126, 126, 126, 0.199));
  filter: drop-shadow(0 15px 2px rgba(126, 126, 126, 0.199));
}
.multi-carousel-item .container-limited {
  padding: initial;
}
.accordion-horizontal .card {
  border: 0;
}
.accordion-horizontal.width {
  border-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.accordion-horizontal.width .card {
  overflow: visible;
}
.accordion-horizontal.width .card .card-header {
  cursor: pointer;
  margin: 0;
  border-radius: 0;
  margin-top: -1px;
  height: 50.4px;
  overflow: hidden;
}
.accordion-horizontal.width .card .card-header:after {
  content: attr(data-title);
  position: absolute;
  left: -50px;
  top: -1px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 20px;
  word-break: unset;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: inherit;
}
.accordion-horizontal.width .card .card-header[aria-expanded="false"] {
  width: 55px;
}
.accordion-horizontal .card .card-header {
  margin-bottom: -1px;
}
.accordion-horizontal.width .card .card-header:not(.collapsed) {
  pointer-events: none;
}
.collapsing.width {
  -webkit-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
  transition: width 0.35s ease;
  height: auto;
  width: 0;
}
.allow-x-overflow {
  overflow-x: visible;
}
.accordion-horizontale .accordion-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.accordion-horizontal-closed .accordion-content {
  display: none;
}
article.accordion-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
article.accordion-horizontal section {
  position: relative;
  display: block;
  float: left;
  width: 2em;
  width: 3em;
  height: 300px;
  border-left: 1px solid #63B32E;
}
article.accordion-horizontal section h3 {
  position: absolute;
  font-size: 1em;
  font-weight: 700;
  width: 50rem;
  height: 2em;
  left: 0;
  padding: 0;
  margin: 0;
  margin-left: 5px;
  bottom: 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
article.accordion-horizontal section h3 a {
  display: block;
  width: 100%;
  line-height: 2em;
  text-decoration: none;
  color: inherit;
  outline: 0 none;
}
.accordion-horizontal-open {
  width: 100% !important;
  padding: 0 1em !important;
}
.accordion-horizontal-open h3 {
  position: static !important;
  font-size: 1.3em !important;
  text-indent: 0 !important;
  -webkit-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}
.accordion-horizontal-closed::after {
  content: attr(data-number);
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: inherit;
  font-size: 28px;
}
.accordion-horizontal-closed {
  cursor: pointer;
}
@media screen and (max-width: 425px) {
  .accordion-horizontal-closed {
    width: 2em !important;
  }
  .accordion-horizontal-closed::after {
    padding-left: 10px;
  }
  article.accordion-horizontal section h3 {
    margin-left: -5px;
  }
}
article.accordion-horizontal section, article.accordion-horizontal section h3 {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.accordion-horizontal-mobile {
  overflow: hidden;
  border: 0;
}
.accordion-horizontal-mobile * {
  border: 0;
}
.accordion-horizontal-mobile .nav-tabs .nav-item.show .nav-link, .accordion-horizontal-mobile .nav-tabs .nav-link.active {
  border: 0;
  border-radius: 0;
}
.accordion-horizontal-mobile .nav-tabs .nav-item.show .nav-link, .accordion-horizontal-mobile .nav-tabs .nav-link.active {
  background-color: #63B32E;
  background-color: #1266F1;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.accordion-horizontal-mobile .nav-tabs .nav-link {
  border: 0;
}
.accordion-horizontal-mobile .tab-content {
  height: 300px;
  overflow-y: auto;
}
.accordion-horizontal-mobile .tab-pane {
  padding: 15px;
  overflow-y: auto;
}
.accordion-horizontal-mobile .tab-pane img {
  width: 50%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.accordion-horizontal-mobile .tab-content > .active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 300px;
}
.accordion-horizontal-mobile .nav-tabs .nav-item a::after {
  content: '';
}
.accordion-horizontal-mobile .nav-tabs .nav-item a::before {
  content: '';
}
.accordion-horizontal-mobile .nav-item {
  border-left: 1px solid #63B32E;
}
#submenu, #scrollspy {
  z-index: 5000;
  left: 0;
  right: 0;
}
.submenu-item.active {
  color: #63B32E !important;
}
.scrollspybar {
  width: 100%;
  height: 5px;
  background-color: #63B32E;
}
.dropdown-item {
  border-radius: 4px;
}
.breadcrumb-item.active {
  color: #757575;
  font-weight: 800;
}
.offcanvas, .modal {
  z-index: 5500;
}
.wr-external-media {
  position: relative;
}
.wr-external-media-placeholder {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #F8F9FA;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wr-external-media-thumbnail {
  position: absolute;
  z-index: -1;
  -webkit-filter: blur(4px) opacity(0.4);
  filter: blur(4px) opacity(0.4);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.wr-external-media-body {
  text-align: center;
}
video[poster] {
  -o-object-fit: cover;
  object-fit: cover;
}
.frame-layout-right {
  max-width: 60%;
  margin-left: 40%;
}
.frame-layout-left {
  max-width: 60%;
  margin-right: 40%;
}
.frame-layout-center {
  max-width: 60%;
  margin: auto;
}
.policyMenuItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.om-cookie-panel .cookie-panel__checkbox + label::before {
  border: 2px solid #63B32E;
  width: 20px;
  height: 20px;
}
.om-cookie-panel .cookie-panel__checkbox:checked + label::before, .om-cookie-panel .cookie-panel__checkbox--state-inactiv:checked + label::before {
  background-color: #63B32E;
}
.searchresult-anchor {
  position: relative;
}
.searchresults {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 6000;
  border-radius: 0.25rem;
  width: 100%;
}
* {
  font-family: 'Roboto';
}
.header, form h2 {
  font-family: 'Merriweather Sans';
}
.subheader {
  font-family: 'Merriweather Sans';
}
.nav-link, .nav-link a {
  font-family: 'Roboto';
}
#backToTop i.fas {
  color: #FFFFFF !important;
}
