.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}


.w-full {
  width: 100%;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.sm\:py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.max-w-full {
  max-width: 100%;
}
.min-w-full {
  min-width: 100%;
}
.sm\:max-w-full {
  max-width: 100%;
}
.sm\:min-w-full {
  min-width: 100%;
}
.relative {
  position: relative;
}
.sm\:relative {
  position: relative;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.sm\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.-mb-10 {
  margin-bottom: -2.5rem;
}
.sm\:mb-10 {
  margin-bottom: 2.5rem;
}
.sm\:-mb-10 {
  margin-bottom: -2.5rem;
}
.font-semibold {
  font-weight: 600;
}
.sm\:font-semibold {
  font-weight: 600;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.sm\:text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}  
.mb-20 {
  margin-bottom: 5rem;
}
.-mb-20 {
  margin-bottom: -5rem;
}
.sm\:mb-20 {
  margin-bottom: 5rem;
}
.sm\:-mb-20 {
  margin-bottom: -5rem;
}
.text-center {
  text-align: center;
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.sm\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.-mb-14 {
  margin-bottom: -3.5rem;
}
.sm\:mb-14 {
  margin-bottom: 3.5rem;
}
.sm\:ml-14 {
  margin-left: 3.5rem;
}
text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.sm\:text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.font-bold {
  font-weight: 700;
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.cursor-pointer {
  cursor: pointer;
}
.sm\:cursor-pointer {
  cursor: pointer;
}
.rounded-md {
  border-radius: 0.375rem;
}
.sm\:rounded-md {
  border-radius: 0.375rem;
}
.p-3 {
  padding: 0.75rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}