  .dm-sans{
    font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  }

  h1, h2, h3, h4, h5, h6{
    font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  }

  p{
    font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  }


      

.marquee {
			display: flex ;
			overflow: hidden ;
			white-space: nowrap ;
			width: 100% ;
		}

        .marquee img {
			float: left;
            margin: 20px;
		}
		.marquee__item {
			animation-duration: 40s ;
			animation-iteration-count: infinite ;
			animation-name: marquee-content ;
			animation-timing-function: linear ;
			padding: 5px 15px 5px 15px ;
            flex-basis: 100%;
            flex-shrink: 0;
            max-height: 87px;
		}
		.marquee:hover .marquee__item {
			animation-play-state: paused ;
		}

		/**
		* BOTH of the marquee items are going to be translating left at the same time.
		* And, once each of them has translated to -100%, they will both snap back into
		* place, making it seem as if they are continuously scrolling.
		*/
		@keyframes marquee-content {
			from {
				transform: translateX( 0% );
			}
			to {
				transform: translateX( -100% );
			}
		}

		.orange-line {
		background-image: url(/images/orange-line.png);
    	background-size: 100%;
    	background-position: bottom;
    	background-repeat: no-repeat;
    	padding-bottom:1%;
		}

 .carousel-track::-webkit-scrollbar {
            display: none;
        }
        .carousel-track {
            -ms-overflow-style: none; /* IE and Edge */
            scrollbar-width: none; /* Firefox */
        }



		.range-slider input[type=range] {
    -webkit-appearance: none;
    background: #CDCDCD !important;
    height: 3px;
    border-radius: 10px;
}

input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; height: 20px; width: 20px; border-radius: 50%; background: #041242; cursor: ew-resize; box-shadow: 0 0 2px 0 #555; transition: background 0.3s ease-in-out; }


.range-slider h3 {
    font-size: 18px;
    /* float: left; */
    color: #10123a;
    /* margin-bottom: 10px; */
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;
}

.range-slider__value span {
    float: left;
    font-size: 20px;
    border-right: 1px solid #CDCDCD;
    padding-right: 10px;
    padding-top: 4px;
	margin-right: 20px;
}



.range-slider__value input {
    background: none;
    border: none;
    text-align: right;
    margin: 0;
    color: #041242;
    font-size: 26px;
    font-weight: 500;
    text-align: left;
}



#mobile-menu button {
    border-bottom: 1px solid #e2e8f0;
    padding: 10px 0;
}

#mobile-menu a {
    width: 100%;
    border-bottom: 1px solid #e2e8f0;
    padding: 10px 0;
    font-size: 18px;
    width: 100%;
    float: left;
}

#mobile-menu .dropdown-menu {
    margin-top: -15px;
}

#mobile-menu  a.border.px-4.py-2.rounded-md.text-sm.font-medium.hover\:bg-slate-100 {
    text-align: center;
    border-color: black;
}
#mobile-menu  a.bg-slate-950.text-white.px-4.py-2.rounded-md.text-sm.font-medium.hover\:bg-slate-700 {
    text-align: center;
}

#mobile-menu h4 {
    background: #e2e8f0;
    padding: 10px;
    border-radius: 5px;
    float: left;
    width: 100%;
}

