@media only screen and (min-width: 0rem) {
	#cs-contact-486 {
		background-color: var(--bgcolor);
		padding: var(--sectionPadding);
		position: relative;
		z-index: 1;
	}

	#cs-contact-486 .cs-container {
		width: 100%;
		max-width: 34.375rem;
		margin: auto;
		padding: clamp(1.25rem, 5.5vw, 5rem);
		box-sizing: border-box;
		background-color: #1A1A1A;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		gap: 3rem;
		position: relative;
		z-index: 1;
	}

	#cs-contact-486 .cs-container:before {
		content: "";
		width: 77.5rem;
		height: 7.625rem;
		background: #f1f1f4;
		opacity: 0.21;
		-webkit-filter: blur(152px);
		filter: blur(152px);
		transform: translateX(-50%) rotate(-38.5deg);
		position: absolute;
		display: block;
		top: 30%;
		left: 50%;
		z-index: -1;
	}

	#cs-contact-486 .cs-content {
		text-align: left;
		width: 100%;
		max-width: 36.75rem;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	#cs-contact-486 .cs-title {
		max-width: 16ch;
		color: var(--bodyTextColorWhite);
	}

	#cs-contact-486 .cs-text {
		font-size: clamp(0.875rem, 1.5vw, 1rem);
		margin: 0 0 clamp(1.5rem, 4vw, 2.25rem) 0;
		padding-bottom: clamp(1.5rem, 4vw, 2.25rem);
		color: #FFF;
		position: relative;
	}

	#cs-contact-486 .cs-text:before {
		content: "";
		width: 100%;
		height: 1px;
		background-image: linear-gradient(90deg, #b3bac5, #b3bac5 50%, transparent 50%, transparent 0%);
		background-size: 0.6rem 1px;
		opacity: 1;
		position: absolute;
		display: block;
		bottom: 0;
		left: 0;
	}

	#cs-contact-486 .cs-heading {
		font-size: clamp(1rem, 2vw, 1.25rem);
		line-height: 1.5em;
		font-weight: 700;
		text-align: left;
		color: var(--bodyTextColorWhite);
		display: block;
	}

	#cs-contact-486 .cs-heading:last-of-type {
		margin-bottom: 0.75rem;
	}

	#cs-contact-486 .cs-link {
		font-size: clamp(0.875rem, 1.5vw, 1rem);
		line-height: 1.5em;
		font-weight: 400;
		text-align: left;
		text-decoration: none;
		margin: 0;
		color: #FFF;
		display: block;
	}

	#cs-contact-486 #cs-form-486 {
		width: 100%;
		max-width: 38.625rem;
		padding: 2rem 1.5rem;
		background-color: #fff;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		row-gap: 1.25rem;
	}

	#cs-contact-486 .cs-h3 {
		font-size: clamp(1.5rem, 4vw, 2.1875rem);
		line-height: 1.2em;
		font-weight: 700;
		text-align: left;
		width: 100%;
		margin: 0 0 0.25rem 0;
		color: #14142b;
	}

	#cs-contact-486 .cs-label {
		font-size: 1rem;
		line-height: 1.5em;
		width: 100%;
		margin: 0 0 0.375rem 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		color: #14142b;
	}

	#cs-contact-486 .cs-input,
	#cs-contact-486 .cs-textarea,
	#cs-contact-486 #cs-select-486,
	#cs-contact-486 #cs-select-486-2,
	#cs-contact-486 #cs-select-486-3 {
		font-size: 1rem;
		font-family: inherit;
		width: 100%;
		height: 3rem;
		margin: 0;
		padding: 0 1.25rem;
		box-sizing: border-box;
		border: 1px solid #b4b2c7;
		background-color: transparent;
	}

	#cs-contact-486 .cs-input::placeholder,
	#cs-contact-486 .cs-textarea::placeholder,
	#cs-contact-486 #cs-select-486::placeholder,
	#cs-contact-486 #cs-select-486-2::placeholder,
	#cs-contact-486 #cs-select-486-3::placeholder {
		color: #7d799c;
		font-size: 1rem;
	}

	#cs-contact-486 .cs-submit {
		border: none;
	}

	#cs-contact-486 .cs-textarea {
		min-height: 9.375rem;
		padding-top: 0.625rem;
	}

	#cs-contact-486 .cs-item-text {
		font-size: 1rem;
		line-height: 1.5em;
		color: #fff;
		margin: 1.5rem 0 0 0;
	}
	
}

@media only screen and (min-width: 48rem) {
	#cs-contact-486 .cs-container {
		max-width: 90rem;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
	}

	#cs-contact-486 .cs-label:nth-of-type(1),
	#cs-contact-486 .cs-label:nth-of-type(2) {
		width: clamp(45%, 17vw, 48.5%);
	}
}

/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #locations-1697 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
	background-color: var(--bgcolor);
  }
  #locations-1697 .cs-container {
    width: 100%;
    /* changes to 1280px at tablet */
    max-width: 31.25rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  	#locations-1697 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
	}
	#locations-1697 .cs-title {
    font-size: clamp(1.9375rem, 3.9vw, 3.0625rem);
    font-weight: 700;
    line-height: 1.2em;
    max-width: 33ch;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
}
#locations-1697  .cs-subtitle {
    font-size: 1rem;
    line-height: 1.5em;
    max-width: 40.625rem;
    margin: 0;
    color: var(--bodyTextColor);
}
	#locations-1697 .cs-topper {
    font-size: var(--topperFontSize);
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.25rem;
    display: block;
}
  #locations-1697 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  #locations-1697 .cs-item {
    list-style: none;
    width: 100%;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    /* 24px - 60px top & bottom*/
    /* 16px - 40px left & right*/
    padding: clamp(1.5rem, 5vw, 3.75rem) clamp(1rem, 3vw, 2.5rem);
    display: flex;
    flex-direction: column;
    grid-column: span 12;
    grid-row: span 1;
    position: relative;
    z-index: 1;
    /* bottom border */
  }
  #locations-1697 .cs-item::after {
    content: "";
    width: 100%;
    height: 1px;
    /* to change the color of the bottom border, adjust the second color (at 50%). the first and third will blend the color to transparent */
    /* note you'll also have to change the color in the tablet media query when the lines go vertical */
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #bababa 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #locations-1697 .cs-item:last-of-type::after {
    content: none;
  }
  #locations-1697 .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
  }
  #locations-1697 .cs-item-text {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    text-decoration: none;
    max-width: 18.75rem;
    padding: 0;
    color: var(--bodyTextColor);
  }
  #locations-1697 .cs-address {
    max-width: 35ch;
    margin-bottom: 1rem;
  }
  #locations-1697 .cs-link {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2em;
    text-align: inherit;
    text-decoration: none;
    margin-top: auto;
    /* setting minimum top spacing with padding and using margin-top: auto; to ensure the link is always at the bottom of the item */
    /* 24px - 32px */
    padding-top: clamp(1.5rem, 1vw, 2rem);
    color: var(--secondary);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.625rem;
    transition: color 0.3s;
  }
  #locations-1697 .cs-link:hover .cs-arrow {
    transform: translateX(0.25rem);
  }
  #locations-1697 .cs-link-text {
    width: fit-content;
  }
  #locations-1697 .cs-arrow {
    width: 1.25rem;
    height: auto;
    display: block;
    transition: filter 0.3s, transform 0.3s;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #locations-1697 .cs-container {
    max-width: 90rem;
  }
  #locations-1697 .cs-item {
    grid-column: span 3;
  }
  #locations-1697 .cs-item:nth-of-type(4)::after {
    display: none;
  }
  #locations-1697 .cs-item::after {
    width: 1px;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #bababa 50%, rgba(255, 255, 255, 0) 100%);
    right: 0;
    left: initial;
  }
}
                                