.br--24 {
  border-radius: 24px;
}

body {
  font-family: 'GeneralSans', Arial, sans-serif;
}

.pb--88{
	padding-bottom: 88px;
}
.pt--100{
	padding-top: 100px;
}
.pt--88{
	padding-top: 88px;
}

.pt--80{
	padding-top: 80px;
}

.pt--72{
	padding-top: 72px;
}
.pt--64{
	padding-top: 64px;
}

.pb--40{
	padding-bottom: 40px;
}
.pb--60{
	padding-bottom: 60px;
}
.pt--60{
	padding-top: 60px;
}

.z--1 {
  z-index: 1;
}

.z--2 {
  z-index: 2;
}

.z--3 {
  z-index: 3;
}

.z--4 {
  z-index: 4;
}

.z--5 {
  z-index: 5;
}
.z--99 {
  z-index: 99;
}

.t-dec-none {
  text-decoration: none;
}

.object{
  object-fit: cover;
  object-position: center;
}

.bg--p-green{ 
  background: url('http://localhost/sprintex/wp-content/uploads/2024/09/banner-green.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}
.bg--p-light{ 
  background: url('http://localhost/sprintex/wp-content/uploads/2024/10/litebg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}
.bg--dark {
  background-color: #1A1A1A;
}
.bg--gray {
  background-color: #373737;
}
.bg--lite {
  background-color: #F6F9EE;
}

.bg--white {
  background-color: #ffffff;
}

.bg--gradient {
  background: rgb(232,241,212);
  background: linear-gradient(-108deg, rgba(232,241,212,1) 0%, rgba(200,217,208,1) 61%, rgba(161,189,203,1) 100%);
}


.w--fit {
  width: fit-content;
}
.w--500 {
  min-width: 500px;
  width: 500px;
}
.w--50c {
  min-width: 50%;
  width: 50%;
}

.h--70 {
  height: 70px;
}
.h--500 {
  height: 500px;
}
.h--520 {
  height: 520px;
}
.h--540 {
  height: 540px;
}
.h--560 {
  height: 560px;
}

.h--600{
  height: 600px;
}
.h--400{
  height: 400px;
}
.h--200{
  height: 200px;
}
.h--240{
  height: 240px;
}

.h--640{
  height: 640px;
}

.s--1{
  -webkit-box-shadow: 1px 2px 13px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 2px 13px 0px rgba(0,0,0,0.2);
box-shadow: 1px 2px 13px 0px rgba(0,0,0,0.1);
}


.h--full {
  height: 100%;
}

.h--80vh {
  height: 80vh;
}

.h--auto {
  height: auto;
}

.h--fit-content {
  height: fit-content;
}

.text-align--start {
  text-align: start;
}

.pointer{
  cursor: pointer;
}

.text-align--center {
  text-align: center;
}

.w--fitcontent {
  width: fit-content;
}
.w--full{
  width: 100%;
}

.t--0{
  top: 0px;
}

.position-ab {
  position: absolute;
}
.position-r {
  position: relative;
}

.br--4 {
  border-radius: 4px;
}

.br--8 {
  border-radius: 8px;
}

.br--12 {
  border-radius: 12px;
}
.br--16 {
  border-radius: 16px;
}
.br--20 {
  border-radius: 20px;
}

.br--32 {
  border-radius: 32px;
}
.br--40 {
  border-radius: 40px;
}

.pl--48{
  padding-left: 48px;
}
.pr--48{
  padding-right: 48px;
}

.p--20-a {
  padding: 20px;
}
.p--8{
  padding: 8px;
}
.p--4-8{
  padding: 4px 8px;
}

.p--24{
  padding: 24px;
}
.p--36{
  padding: 36px;
}

.p--80 {
  padding: 80px;
}
.p-lr--80 {
  padding: 0 80px;
}

.p--60 {
  padding: 60px;
}
.p--120 {
  padding: 120px;
}



.p--40 {
  padding: 40px;
}


.p--120 {
  padding: 120px;
}

.mt--120 {
  margin-top: 120px;
}
.mt--140 {
  margin-top: 140px;
}

.mt--100 {
  margin-top: 100px;
}

.mt--80 {
  margin-top: 80px;
}

.mt--64 {
  margin-top: 64px;
}

.mt--40 {
  margin-top: 40px;
}

.mt--32 {
  margin-top: 32px;
}

.mt--24 {
  margin-top: 24px;
}

.mt--16 {
  margin-top: 16px;
}

.mt--8 {
  margin-top: 8px;
}

.mb--340{
  margin-bottom: 340px;
}
.p--340{
  padding-bottom: 340px;
}

.pb--160{
  padding-bottom: 160px;
}
.top--370{
  top: 370px;
}
.top--160{
  top: 160px;
}
.mb--60{
  margin-bottom: 60px;
}

.fs--8 {
  font-size: 8px;
}

.fs--14 {
  font-size: 14px;
}
.fs--16 {
  font-size: 16px;
}

.fs--20 {
  font-size: 20px;
}

.fs--24 {
  font-size: 24px;
}

.fs--32 {
  font-size: 32px;
}

.fs--36 {
  font-size: 36px;
}

.fs--40 {
  font-size: 40px;
}

.fs--48 {
  font-size: 48px;
}

.fs--56 {
  font-size: 56px;
}

.fs--64 {
  font-size: 64px;
}

.fs--72 {
  font-size: 72px;
}

.fs--80 {
  font-size: 80px;
}

.fs--96 {
  font-size: 96px;
}

.g--8 {
  gap: 8px;
}
.g--12 {
  gap: 12px;
}

.g--16 {
  gap: 16px;
}

.g--20 {
  gap: 20px;
}

.g--24 {
  gap: 24px;
}

.g--32 {
  gap: 32px;
}

.g--40 {
  gap: 40px;
}
.g--48 {
  gap: 48px;
}

.g--80 {
  gap: 80px;
}
.g--120 {
  gap: 120px;
}

.g--160 {
  gap: 160px;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.fd--column {
  flex-direction: column;
}

.jc--center {
  justify-content: center;
}

.jc--end {
  justify-content: end;
}

.jc--space-b {
  justify-content: space-between;
}

.ai--center {
  align-items: center;
}

.ai--end {
  align-items: end;
}

.ai--start {
  align-items: start;
}

.montserrat {
  font-family: Montserrat;
}

.extra--bold {
  font-weight: 800;
}

.upper--case {
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
}

.semi--bold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}
.regular {
  font-weight: 400;
}

.overflow-hiden {
  overflow: hidden;
}

.mg-tb--60{
  margin: 60px 0;
}
.p-tb--60{
  padding: 60px 0;
}
.p-tb--40{
  padding: 40px 0;
}
.p-tb--120{
  padding: 120px 0;
}

.pt--24{
  padding-top: 24px;
}

.pb--24{
  padding-bottom: 24px;
}
.pb--200{
  padding-bottom: 200px;
}

.stroke--1{
  border: solid 1px #E0E0E0;
}
.stroke--white{
  border: solid 1px #ffffff;
}

.b-top--1{
  border-top: 1px solid #ffffff;
}
.b-bottom--1{
  border-bottom: 1px solid #ffffff;
}
.b-left--1{
  border-left: 1px solid #ffffff;
}
.b-right--1{
  border-right: 1px solid #ffffff;
}

.gc--3{
  --column-count: 3;
  grid-template-columns: repeat(var(--column-count), 1fr);
}
.gc--4{
  --column-count: 4;
  grid-template-columns: repeat(var(--column-count), 1fr);
}

.p-t--full{
  padding-top: 100%;
}

.c--green{
  color: #96C942;
}
.c--gray{
  color: #A3A3A3;
}
.c--white{
  color: #ffffff;
}
.c--dark{
  color: #373737;
} 
.c--black{
  color: #000000;
}
.c--blue{
  color: #2A5F82;
}

.t--36{
  top: 36px;
}

.l--36{
  left: 36px;
}

.btn--green{
  background-color: #96C942;
  color: #FFFFFF;
  padding: 10px 24px;
  font-size: 20px;
  text-decoration: none;
  width: fit-content;
  height: fit-content;
  border-radius: 8px;
}
.btn--line-gray{
  color: #1F1F1F;
  border: solid 1px #D0D0D2;
  padding: 10px 24px;
  font-size: 20px;
  text-decoration: none;
  width: fit-content;
  height: fit-content;
  border-radius: 8px;
}
.btn--line-green{
  color: #171C26;
  border: solid 1px #96C942;
  padding: 10px 24px;
  font-size: 20px;
  text-decoration: none;
  width: fit-content;
  height: fit-content;
  border-radius: 8px;
}

.lh--24{
  line-height: 24px;
}
.lh--36{
  line-height: 36px;
}
.lh--32{
  line-height: 32px;
}
.lh--44{
  line-height: 44px;
}
.lh--56{
  line-height: 56px;
}
.lh--74{
  line-height: 74px;
}

.ls--4{
  letter-spacing: 4px;
}

.line-1{
  height: 2px;
  width: 100%;
  background-color: #D9D9D9;
}

.ripple {
  position: absolute;
  background-color: #fff;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border-radius: 50%;
  animation: animate 1000ms linear infinite;
  opacity: 15%;
}

#btn{
  position: relative;
  overflow: hidden;
}