/*-- -------------------------- -->
<---          Banner            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #banner-1400 {
        padding: var(--sectionPadding);
		background: #010101;
        /* 190px - 268px */
        padding-top: clamp(11.875rem, 25vw, 16.75rem);
        padding-bottom: 6.25rem;
        /* clips the line from causing overflow issues for going off screen */
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    #banner-1400 .cs-container {
        text-align: left;
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        /* 8px - 12px */
        gap: clamp(0.5rem, 1vw, 0.75rem);
    }
    #banner-1400 .cs-int-title {
        /* 39px - 61px */
        font-size: clamp(4.4375rem, 6.4vw, 10.8125rem);
        font-weight: 900;
        line-height: 1.2em;
        text-align: inherit;
        margin: 0;
        color: var(--bodyTextColorWhite);
        position: relative;
    }
	#banner-1400 .about-m {
		color: var(--primary);
  		font-size: 2rem;
	}
	#banner-1400 .about-m-definition {
		color: #fff;
		font-size: clamp(1.4375rem, 1.6vw, 2.8125rem);
		margin: 1rem 0 0 0;
	}
	#banner-1400 .about-m-example {
		color: #c4c4c4;
		margin-top: 0;
	}
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
	#banner-1400 .about-m-example {
   		padding-left: 2rem;
	}
	.hero-blurb {
		padding-top: 12rem;
	}
}

/*-- -------------------------- -->
<---            FAQ             -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #faq-1582 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
  }
  #faq-1582 .cs-container {
    width: 100%;
    /* changes to 1280px at talet */
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 5vw, 4rem);
    position: relative;
  }
  #faq-1582 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* 16px - 20px */
    gap: clamp(1rem, 2vw, 1.25rem);
  }
  #faq-1582 .cs-item {
    width: 100%;
    text-align: left;
    list-style: none;
    /* 20px - 32px */
    padding: clamp(1.25rem, 2.3vw, 2rem);
    background-color: #f7f7f7;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-column: span 12;
	  border-radius: 10px;
    position: relative;
    z-index: 1;
  }
  #faq-1582 .cs-h3 {
    font-size: clamp(1.2rem, 3vw, 2rem);
    line-height: 1.2em;
    font-weight: 500;
    margin: 1.5rem 0 1.5rem 0;
    color: var(--headerColor);
    transition: color 0.3s;
  }
  #faq-1582 .cs-item-text {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
    transition: color 0.3s;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #faq-1582 .cs-container {
    max-width: 80rem;
  }
  #faq-1582 .cs-item {
    grid-column: span 6;
  }
}
                                

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

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #services-1331 {
        padding: var(--sectionPadding);
        background-color: #fff;
        position: relative;
        z-index: 1;
    }
    #services-1331 .cs-container {
        width: 100%;
        /* changes to 1280px at tablet */
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #services-1331 .cs-card-group {
        width: 100%;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        row-gap: 1rem;
    }
	.browser-container {
		border-bottom: 1px solid rgb(255 239 255 / 15%);
		padding: 1rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.browser-circles {
		padding-left: 1rem;	
	}
	.browser-container .browser-circles span {
		background: #ffbd44;
		position: relative;
	}
	.browser-container .browser-circles span, .browser-container .browser-circles span::before, .browser-container .browser-circles span::after {
		width: .7rem;
		height: .7rem;
		display: block;
    	border-radius: 100%;
	}
	.browser-container .browser-circles span::before, .browser-container .browser-circles span::after {
		content: "";
		position: absolute;
		top: 0;
	}
	.browser-container .browser-circles span::before {
		background: #ff605c;
		left: 1.2rem;
	}
	.browser-container .browser-circles span::after {
		background: #00ca4e;
		right: 1.2rem;
	}
	.browser-search {
		width: 70%;
		background: #6b6c6d;
		border: 1px solid #8f8f8f;
		border-radius: 5px;
		padding: 1px 1rem;
		display: flex;
  		align-items: center;
	}
	.browser-search .search-text {
		color: #fff;
		font-size: .8rem;
		text-align: center;
		width: 100%;
	}
    #services-1331 .cs-item {
        list-style: none;
        width: 100%;
        box-sizing: border-box;
        background-color: #141414;
        grid-column: span 12;
		border-radius: 10px;
        transition:
            transform 0.3s,
            box-shadow 0.3s;
    }
    #services-1331 .cs-item:hover {
        transform: translateY(-1rem);
    }
    #services-1331 .cs-link {
		padding: clamp(2.5rem, 4.1vw, 1.75rem) clamp(1.25rem, 3.4vw, 1rem);
        text-decoration: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* set text align to center if content needs to be centrally aligned */
        text-align: left;
    }
    #services-1331 .cs-step {
		background: #000;
		width: max-content;
        font-size: var(--topperFontSize);
        line-height: 1.2em;
        font-weight: 500;
		padding: .3rem 1rem;
		border-radius: 10px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        /* 48px - 100px */
        margin-bottom: clamp(3rem, 7.8vw, 6.25rem);
        color: var(--primary);
        display: block;
        text-align: inherit;
    }
    #services-1331 .cs-h3 {
        font-size: 1.6rem;
        line-height: 1.2em;
        font-weight: 500;
        margin: 0;
        margin-bottom: 0.75rem;
        color: #fff;
        transition: color 0.3s;
        text-align: inherit;
    }
    #services-1331 .cs-item-text {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        margin: 0;
        color: #c4c4c4;
        transition: color 0.3s;
        text-align: inherit;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #services-1331 .cs-container {
        max-width: 80rem;
    }
    #services-1331 .cs-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        /* 48px - 80px */
        gap: clamp(3rem, 6vw, 5rem);
        text-align: left;
    }
    #services-1331 .cs-title {
        margin: 0;
    }
    #services-1331 .cs-flex-group {
        width: 50%;
    }
    #services-1331 .cs-card-group {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        column-gap: 1rem;
    }
    #services-1331 .cs-item {
        grid-column: span 4;
    }
}

/*-- -------------------------- -->
<---       Testimonials         -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #testimonials-2060 {
    padding: var(--sectionPadding);
    bottom: -10.875rem;
    left: -0.6875rem;
  }
  #testimonials-2060 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #testimonials-2060 .cs-card-group {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* 16px - 20px */
    gap: clamp(1rem, 2vw, 1.25rem);
  }
  #testimonials-2060 .cs-content {
    /* set text align to center if content needs to be centrally aligned */
    text-align: left;
    width: 100%;
    margin: 0 0 1.75rem;
    padding-right: 3rem;
    display: flex;
    flex-direction: column;
    /* aligns content to the left, set to center to centrally align */
    align-items: flex-start;
    grid-column: span 12;
  }
  #testimonials-2060 .cs-title,
  #testimonials-2060 .cs-text {
    max-width: 100%;
  }
  #testimonials-2060 .cs-green-text {
    /* 16px - 20px */
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin: 0 0 2rem 0;
  }
  #testimonials-2060 .cs-item {
    text-align: center;
    padding: 1rem;
    overflow: hidden;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-column: span 12;
    position: relative;
  }
  #testimonials-2060 .cs-item-picture {
    min-height: 25.375rem;
  }
  #testimonials-2060 .cs-picture {
    width: 100%;
    height: 100%;
    /* remove the picture from page flow so it conforms to normal cs-item dimensions */
    position: absolute;
    top: 0;
    left: 0;
  }
  #testimonials-2060 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #testimonials-2060 .cs-stars {
    width: 6rem;
    height: auto;
    /* 24px - 48px */
    margin: clamp(1.5rem, 5vw, 3rem) 0 1rem;
  }
  #testimonials-2060 .cs-h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
    text-align: inherit;
    margin: 0 0 0.25rem;
    color: var(--headerColor);
  }
  #testimonials-2060 .cs-job {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: inherit;
    color: var(--Main-Paragraph, #4e4b66);
  }
  #testimonials-2060 .cs-quote {
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1.2em;
    text-align: inherit;
    margin: 2rem 0 0;
    color: var(--headerColor);
  }
  #testimonials-2060 .cs-item-green {
    text-align: left;
    padding: 2.5rem;
    padding-bottom: 10rem;
    background-color: #f2fbf8;
    align-items: flex-start;
  }
  #testimonials-2060 .cs-item-green .cs-stars {
    width: 7.5rem;
    margin: 0 0 2rem;
  }
  #testimonials-2060 .cs-item-green .cs-h3 {
    margin: 0 0 0.5rem;
  }
  #testimonials-2060 .cs-item-green .cs-text {
    margin: 0;
  }
  #testimonials-2060 .cs-graphic {
    width: 20.3125rem;
    height: 23.4375rem;
    object-fit: contain;
    opacity: 0.3;
    position: absolute;
    bottom: -12.9375rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* Tablet - 600px */
@media only screen and (min-width: 37.5rem) {
  #testimonials-2060 .cs-content,
  #testimonials-2060 .cs-item {
    grid-column: span 6;
  }
  #testimonials-2060 .cs-content {
    order: 1;
  }
  #testimonials-2060 .cs-item:nth-child(2) {
    order: 3;
  }
  #testimonials-2060 .cs-item:nth-child(3) {
    order: 2;
  }
  #testimonials-2060 .cs-item:nth-child(4) {
    order: 4;
  }
  #testimonials-2060 .cs-item:nth-child(5) {
    order: 7;
  }
  #testimonials-2060 .cs-item:nth-child(6) {
    order: 5;
  }
  #testimonials-2060 .cs-item:nth-child(7) {
    order: 6;
  }
  #testimonials-2060 .cs-item:nth-child(8) {
    order: 8;
  }
}
/* Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
  #testimonials-2060 .cs-content,
  #testimonials-2060 .cs-item {
    grid-column: span 3;
  }
  #testimonials-2060 .cs-content {
    padding: 0;
  }
  #testimonials-2060 .cs-item:nth-child(2) {
    order: 5;
  }
  #testimonials-2060 .cs-item:nth-child(3) {
    order: 2;
  }
  #testimonials-2060 .cs-item:nth-child(4) {
    order: 3;
  }
  #testimonials-2060 .cs-item:nth-child(5) {
    order: 7;
  }
  #testimonials-2060 .cs-item:nth-child(6) {
    order: 6;
  }
  #testimonials-2060 .cs-item:nth-child(7) {
    order: 4;
  }
  #testimonials-2060 .cs-item:nth-child(8) {
    order: 8;
  }
  #testimonials-2060 .cs-stars {
    margin-top: 1.25rem;
  }
}
                                