.perc-2sxc section .row {
  margin-right: 0px;
  margin-left: 0px;
}

.perc-2sxc.background-gradient-evening-violet-sunset-red{
  background: linear-gradient(to bottom,var(--evening-violet) 50%, var(--sunset-red));
}

.perc-2sxc.background-white {
  background-color: var(--white);
}

.perc-2sxc .entity-full-title-container {
  max-width: 1280px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.perc-2sxc .entity-title-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.perc-2sxc .entity-title-container div {
  text-align: center;
  width: 100%;
}

.perc-2sxc .entity-title {
  display: inline-block !important;
  max-width: 90%;
  width: auto;
  margin-bottom: 0px;
  font-size: 4rem;
  word-wrap: normal;
  font-family: var(--font-bold) !important;
}

.perc-2sxc .entity-content-container,
.perc-2sxc .entity-description-container  {
  margin: 15px 0 15px;
  text-align: center;
}

.perc-2sxc .entity-content-container .entity-content {
  font-size: 2.2rem;
}

.perc-2sxc .entity-description-container .entity-description {
  font-size: 1.8rem;
  font-family: var(--font-light) !important;
}

.perc-2sxc .underline-blue-gradient {
  width: inherit;
  height: 5px;
  border-radius: 50px;
  background: linear-gradient(90deg, var(--emerald-green) 0%, var(--royal-blue) 100%);
}

/*TEMPLATE 1 */
.perc-2sxc section.section-template-1 {
  overflow: hidden;
}

.perc-2sxc section.section-template-1 .step-info {
  margin-right: 20% !important;
  margin-left: 20% !important;
}

.perc-2sxc section.section-template-1 .img-section img {
  width: 100%;
}

.perc-2sxc section.section-template-1 .step-info .step-title,
.perc-2sxc section.section-template-1 .step-info .step-desc {
  font-family: var(--font-light) !important;
  color: var(--cool-gray);
}

.perc-2sxc section.section-template-1 .step-info .step-title {
  font-size: 48px;
  word-wrap: normal;
}

.perc-2sxc section.section-template-1 .step-info .step-desc {
  font-size: 20px;
}

.perc-2sxc section.section-template-1 .left-step,
.perc-2sxc section.section-template-1 .right-step {
  display: block;
  position: inherit;
}

.perc-2sxc section.section-template-1 .left-step {
  left: -800px;
  border-radius: 0px 20px 20px 0px;
  box-shadow: 3px 3px 5px var(--gray1);
}

.perc-2sxc section.section-template-1 .right-step {
  right: -800px;
  border-radius: 20px 0px 0px 20px;
  box-shadow: -3px 3px 5px var(--gray1);
}

.perc-2sxc section.section-template-1 .right-container {
  order: 2;
}

.perc-2sxc section.section-template-1 .already-visible {
  animation: none !important;
  left: 0px;
  right: 0px;
}

.perc-2sxc section.section-template-1 .come-in-left {
  animation: come-in-left 0.8s ease forwards;
}

.perc-2sxc section.section-template-1 .come-in-right {
  animation: come-in-right 0.8s ease forwards;
}

/*Template 2*/
.perc-2sxc section.section-template-2 h4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.perc-2sxc section.section-template-2 p.content {
  font-size: 1.4rem;
  color: var(--cool-gray);
  font-family: var(--font-light) !important;
}

.perc-2sxc section.section-template-2 .cards-container .wrapper {
  margin: 55px 0px 85px;
  box-shadow: 1px 1px 10px var(--gray2);
  padding-top: 45px;
  border-radius: 10px;
}

.perc-2sxc section.section-template-2 .cards-container .image-container {
  position: absolute;
  top: -60px;
}

.perc-2sxc section.section-template-2 .cards-container .picture {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 5px 0;
}

.perc-2sxc section.section-template-2 .cards-container .title {
  font-size: 16px;
  color: var(--dark-turquoise);
  text-transform: uppercase;
}

.perc-2sxc section.section-template-2 .cards-container .content {
  font-size: 13px;
  color: var(--cool-gray);
  font-family: var(--font-light) !important;
}

/*TEMPLATE 3*/
.perc-2sxc section.section-template-3 {
  max-width: 1280px;
  margin: 0 auto;
}

.perc-2sxc section.section-template-3 .left-column {
  max-width: 180px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.perc-2sxc section.section-template-3 .left-column .left-column_title {
  font-size: 4.2rem;
  font-family: var(--font-bold);
  color: var(--white);
}

.perc-2sxc section.section-template-3 .left-column .left-column_content {
  font-size: 1.4rem;
  font-family: var(--font-regular);
  color: var(--white);
}

.perc-2sxc section.section-template-3 .left-column .left-column_picture {
  width: 85%;
}

.perc-2sxc section.section-template-3 .right-column {
  width: 100%;
}

.perc-2sxc section.section-template-3 .right-column > .row {
  flex-wrap: wrap;
}

.perc-2sxc section.section-template-3 .right-column .right-column_card {
  aspect-ratio: 5/7;
  display: flex;
  align-items: end;
  border-radius: 10px;
  border: 1px solid white;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: center;
}

.perc-2sxc section.section-template-3 .right-column .right-column_card div.row div {
  padding: 0 5px 0;
}

.perc-2sxc section.section-template-3 .right-column_card-name {
  color: var(--white);
  font-size: 2rem;
  font-family: var(--font-bold) !important;
}

.perc-2sxc section.section-template-3 .right-column_card-speciality {
  color: var(--white);
  font-size: 1.4rem;
}

.perc-2sxc section.section-template-3 .right-column_card-location {
  color: var(--white);
  font-size: 1.4rem;
  font-family: var(--font-light) !important;
}

.perc-2sxc section.section-template-3 .right-column_card-location {
  color: var(--white);
  font-size: 1.4rem;
  font-family: var(--font-light) !important;
}

.perc-2sxc section.section-template-3 .right-column_card-loves {
  color: var(--white);
  font-size: 1.4rem;
}

/*Template 4*/
.perc-2sxc section.section-template-4 .featured-section {
  max-width: 1280px;
  margin: 0 auto 30px;
  display: flex;
  position: relative;
}

.perc-2sxc section.section-template-4 .featured-title-container {
  display: flex;
  align-items: center;
}

.perc-2sxc section.section-template-4 .featured-title-container div {
  text-align: center;
}

.perc-2sxc section.section-template-4 .title-normal {
  display: inline-block !important;
  max-width: 90%;
  width: auto;
  margin-bottom: 0px;
  font-size: 5rem;
}

.perc-2sxc section.section-template-4 .featured-video-container {
  padding-right: 0;
  display: flex;
  justify-content: right;
}

.perc-2sxc section.section-template-4 .featured-video {
  aspect-ratio: 16/9;
  width: 100%;
  z-index: 2;
}

.perc-2sxc section.section-template-4 .featured-video iframe {
  aspect-ratio: 16/9;
  height: 100%;
  border-radius: 0 0 20px 20px;
}

.perc-2sxc section.section-template-4 .featured-banner {
  height: 300px;
  width: 100%;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -240px;
  left: 5px;
}

.perc-2sxc section.section-template-4 .videos-list-container {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1280px;
}

.perc-2sxc section.section-template-4 .videos-list-container .video-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.perc-2sxc section.section-template-4 .videos-list-container .video-container .card-container {
  box-shadow: 0px 5px 10px var(--gray2);
  border-radius: 20px;
  background-color: var(--white);
}

.perc-2sxc section.section-template-4 .videos-list-container .video-container .card-container .card-container_video {
  padding: 0;
}

.perc-2sxc section.section-template-4 .videos-list-container .video-container .card-container .card-container_video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  border-radius: 20px 20px 0 0;
}

.perc-2sxc section.section-template-4 .videos-list-container .video-container .card-container_title span {
  font-size: 1.6rem;
  font-family: var(--font-bold);
}

.perc-2sxc section.section-template-4 .videos-list-container .video-container .card-container_description span {
  font-size: 1.4rem;
}

/*TEMPLATE 5*/
.perc-2sxc section.section-template-5 img {
  aspect-ratio: 8/1;
  max-width: 100%;
  width: 100%;
}

/*TEMPLATE 7*/
.perc-2sxc section.section-template-7 {
  background-color: var(--white);
  margin: 30px 20px 30px;
}

.perc-2sxc section.section-template-7 > div {
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 1280px;
}

.perc-2sxc section.section-template-7 .img-section img {
  width: 100%;
  aspect-ratio: 16/9;
  box-shadow: 0px 5px 10px var(--gray2);
}

.perc-2sxc section.section-template-7 .img-section iframe {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
  box-shadow: 0px 5px 10px var(--gray2);
}

.perc-2sxc section.section-template-7 .step-info .step-title {
  font-size: 2.4rem;
  word-wrap: normal;
  color: var(--cool-gray);
  font-family: var(--font-bold) !important;
}

.perc-2sxc section.section-template-7 .step-info .step-desc,
.perc-2sxc section.section-template-7 .step-info .step-desc * {
  font-size: 1.8rem;
  color: var(--cool-gray);
  font-family: var(--font-light) !important;
}


.perc-2sxc section.section-template-7 .left-step,
.perc-2sxc section.section-template-7 .right-step {
  display: block;
  position: inherit;
  border-radius: 20px;
}

.perc-2sxc section.section-template-7 .right-container {
  order: 2;
}

/*TEMPLATE 8*/
.perc-2sxc section.section-template-8 {
  margin: 30px 20px 30px;
}

.perc-2sxc section.section-template-8 .entity-title-container {
  justify-content: left;
}

.perc-2sxc section.section-template-8 .files-container {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 30px;
  max-width: 900px;
  display: flex;
}

.perc-2sxc section.section-template-8 .files-img-container {
  padding-top: 200px;
}

.perc-2sxc section.section-template-8 .files-box {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 3px 10px var(--gray1);
  background-color: var(--white);
  display: flex;
  flex-wrap: wrap;
}

.perc-2sxc section.section-template-8 .files-box .file-title {
  font-family: var(--font-bold);
  font-size: 1.6rem;
}

.perc-2sxc section.section-template-8 .files-box .file-item,
.perc-2sxc section.section-template-8 .files-box .file-item:hover {
  color: var(--electric-teal);
  font-family: var(--font-bold) !important;
}

.perc-2sxc section.section-template-8 .files-box .file-item i {
  padding-right: 10px;
}

/*TEMPLATE 9*/
.perc-2sxc section.section-template-9 {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 30px;
  max-width: 1280px;
}

.perc-2sxc section.section-template-9 .three-column-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.perc-2sxc section.section-template-9 .three-column-container .item_title span {
  font-size: 2.4rem;
  color: var(--clear-blue);
  font-family: var(--font-bold) !important;
}

.perc-2sxc section.section-template-9 .three-column-container .item_description span,
.perc-2sxc section.section-template-9 .three-column-container .item_description span * {
  font-size: 1.8rem;
}

/*TEMPLATE 10*/
.perc-2sxc section.section-template-10 {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 30px;
  max-width: 1280px;
}

.perc-2sxc section.section-template-10 .two-column-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.perc-2sxc section.section-template-10 .two-column-container .item_title span {
  font-size: 2.4rem;
  color: var(--clear-blue);
  font-family: var(--font-bold) !important;
}

.perc-2sxc section.section-template-10 .two-column-container .item_description span,
.perc-2sxc section.section-template-10 .two-column-container .item_description span * {
  font-size: 1.8rem;
}

.perc-2sxc section.section-template-10 .two-column-container .item_description span a {
  color: var(--clear-blue) !important;
}

.perc-2sxc section.section-template-10 .two-column-container .column-step-number span {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: radial-gradient(var(--emerald-green) 0%, var(--royal-blue) 130%);
  color: white;
  font-size: 3.2rem;
  font-family: var(--font-bold) !important;
}

/*TEMPLATE 11*/
.perc-2sxc section.section-template-11 {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 30px;
  max-width: 1280px;
}

.perc-2sxc section.section-template-11 .cards-list-container {
  margin-bottom: 20px;
  margin-left: 20px !important;
  margin-right: 20px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.perc-2sxc section.section-template-11 .cards-list-container .card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.perc-2sxc section.section-template-11 .cards-list-container .card-container .full-container {
  box-shadow: 0px 5px 10px var(--gray2);
  border-radius: 20px;
  background-color: var(--white);
  padding-bottom: 10px;
}

.perc-2sxc section.section-template-11 .cards-list-container .card-container .full-container iframe,
.perc-2sxc section.section-template-11 .cards-list-container .card-container .full-container img {
  aspect-ratio: 16/9;
  width: 100%;
  border-radius: 20px 20px 0 0;
}

.perc-2sxc section.section-template-11 .cards-list-container .card-container .card-container_title span {
  font-size: 1.6rem;
  font-family: var(--font-bold);
}

.perc-2sxc section.section-template-11 .cards-list-container .card-container .card-container_description span {
  font-size: 1.4rem;
}

.perc-2sxc section.section-template-11 .cards-banner-container {
  position: relative;
  min-height: 205px;
  z-index: 6;
  margin-top: 30px;
}

.perc-2sxc section.section-template-11 .cards-banner-container > div {
  display: flex;
  justify-content: center;
  position: absolute;
  align-items: center;
}

/*TEMPLATE 12*/
.perc-2sxc section.section-template-12 {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 30px;
  max-width: 1280px;
}

.perc-2sxc section.section-template-12 .vendor-container {
  display: flex;
}

.perc-2sxc section.section-template-12 .vendor-container .vendor-lady-container {
  display: flex;
  align-items: end;
}

.perc-2sxc section.section-template-12 .vendor-container .vendor-lady {
  width: 100%;
}

.perc-2sxc section.section-template-12 .vendor-container .vendor-logo {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
}

.perc-2sxc section.section-template-12 .vendor-container .cards-list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.perc-2sxc section.section-template-12 .vendor-container .cards-list-container .card-item {
  box-shadow: 0px 5px 10px var(--gray2);
  border-radius: 20px;
  background-color: var(--white);
  margin-bottom: 30px;
}

.perc-2sxc section.section-template-12 .entity-content-container {
  text-align: left;
}

/*TEMPLATE 13 */
.perc-2sxc section.section-template-13 {
  overflow: hidden;
}

.perc-2sxc section.section-template-13 .step-info {
  margin-right: 20% !important;
  margin-left: 20% !important;
}

.perc-2sxc section.section-template-13 .img-section img {
  width: 100%;
}

.perc-2sxc section.section-template-13 .img-section iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.perc-2sxc section.section-template-13 .step-info .step-title,
.perc-2sxc section.section-template-13 .step-info .step-desc {
  font-family: var(--font-light) !important;
  color: var(--cool-gray);
}

.perc-2sxc section.section-template-13 .step-info .step-title {
  font-size: 48px;
  word-wrap: normal;
}

.perc-2sxc section.section-template-13 .step-info .step-desc {
  font-size: 20px;
}

.perc-2sxc section.section-template-13 .left-step,
.perc-2sxc section.section-template-13 .right-step {
  display: block;
  position: inherit;
}

.perc-2sxc section.section-template-13 .left-step {
  border-radius: 0px 20px 20px 0px;
  box-shadow: 3px 3px 5px var(--gray1);
}

.perc-2sxc section.section-template-13 .right-step {
  border-radius: 20px 0px 0px 20px;
  box-shadow: -3px 3px 5px var(--gray1);
}

.perc-2sxc section.section-template-13 .right-container {
  order: 2;
}

.perc-2sxc section.section-template-13 .already-visible {
  animation: none !important;
  left: 0px;
  right: 0px;
}

.perc-2sxc section.section-template-13 .come-in-left {
  animation: come-in-left 0.8s ease forwards;
}

.perc-2sxc section.section-template-13 .come-in-right {
  animation: come-in-right 0.8s ease forwards;
}

/*TEMPLATE 14*/
.perc-2sxc section.section-template-14 {
  max-width: 1280px;
  margin: 30px auto;
}

.perc-2sxc section.section-template-14 .entity-title:not(.text-bold) {
  font-family: var(--font-light) !important;
}

.perc-2sxc section.section-template-14 .entity-full-title-container {
  max-width: 900px;
}

.perc-2sxc section.section-template-14 .card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.perc-2sxc section.section-template-14 .card-container .border-card,
.perc-2sxc section.section-template-14 .card-container .no-border-card {
  height: 100%;
  width: 100%;
}

.perc-2sxc section.section-template-14 .card-container .border-card {
  display: inline-block;
  box-shadow: 0px 0px 4px var(--dark-gray);
  border-radius: 12px;
}

.perc-2sxc section.section-template-14 .card-container .border-card .card-content {
  padding: 20px;
  display: inline-block;
}

.perc-2sxc section.section-template-14 .card-container .no-border-card .card-content {
  padding: 20px 0 20px;
  text-align: center;
}

.perc-2sxc section.section-template-14 .card-container .no-border-card .card-content > div {
  padding-top: 15px;
}

.perc-2sxc section.section-template-14 .card-container .card-icon {
  font-size: 100px;
  color: var(--soft-sherbet);
}

.perc-2sxc section.section-template-14 .card-container .card-img,
.perc-2sxc section.section-template-14 .card-container .card-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.perc-2sxc section.section-template-14 .card-container .card-title {
  font-size: 20px;
  font-family: var(--font-bold) !important;
}

.perc-2sxc section.section-template-14 .card-container .card-description {
  font-size: 18px;
}

/*Template 15*/
.perc-2sxc section.section-template-15 {
  margin-bottom: 110px;
  margin-top: 30px;
}

.perc-2sxc section.section-template-15 .entity-content-container {
  text-align: left !important;
}

.perc-2sxc section.section-template-15 .entity-full-title-container {
  max-width: 900px;
}

.perc-2sxc section.section-template-15 .quote-wrapper {
  padding: 20px;
  border: 2px solid var(--electric-teal);
  border-radius: 12px;
  text-align: center;
  font-style: italic;
}

.perc-2sxc section.section-template-15 .author-wrapper {
  display: inline-flex;
  align-items: end;
  position: absolute;
  left: -75px;
  bottom: -75px;
}

.perc-2sxc section.section-template-15 .author-info {
  padding: 0 15px 0;
  text-align: left;
}

.perc-2sxc section.section-template-15 .testimonial-pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.perc-2sxc section.section-template-15 .testimonial-author {
  font-size: 20px;
  font-family: var(--font-bold) !important;
  font-style: normal !important;
}

.perc-2sxc section.section-template-15 .testimonial-title {
  font-size: 14px;
  font-style: normal !important;
}

.perc-2sxc section.section-template-15 .change-testimonial {
  position: absolute;
  z-index: 1;
  color: var(--white);
  font-size: 20px;
  background: var(--electric-teal);
  border-radius: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
}

.perc-2sxc section.section-template-15 .change-testimonial.left {
  left: -50px;
}

.perc-2sxc section.section-template-15 .change-testimonial.right {
  right: -50px;
}

.perc-2sxc section.section-template-15 .testimonial-quote-container {
  height: 160px;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.perc-2sxc section.section-template-15 .testimonial-quote {
  height: initial;
  max-height: 100%;
}

/*Template 16*/
.perc-2sxc section.section-template-16 {
  margin: 30px 0 30px;
}

.perc-2sxc section.section-template-16 .entity-title-container {
  justify-content: left;
}

.perc-2sxc section.section-template-16 .entity-content-container {
  text-align: left;
}

.perc-2sxc section.section-template-16 .boxes-container {
  max-width: 1280px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
  flex-wrap: wrap;
}

.perc-2sxc section.section-template-16 .boxes-container .gray-box {
  display: inline-block;
  background: var(--medium-gray);
  border-radius: 12px;
  height: 100%;
}

.perc-2sxc section.section-template-16 .boxes-container .white-box {
  display: inline-block;
  box-shadow: 0px 0px 4px var(--dark-gray);
  border-radius: 12px;
  height: 100%;
}

.perc-2sxc section.section-template-16 .boxes-container .box-title,
.perc-2sxc section.section-template-16 .boxes-container .box-content {
  font-size: 20px; 
}

/*Template 17*/
.perc-2sxc section.section-template-17 {
  margin: 30px 0 30px;
}

.perc-2sxc section.section-template-17 .entity-full-title-container {
  max-width: 900px;
}

.perc-2sxc section.section-template-17 .carousel {
  position: relative;
  height: 270px;
  overflow: hidden;
  padding: 10px 0 10px;
}
  
.perc-2sxc section.section-template-17 .carousel div {
  position: absolute;
  transition: transform 1s, left 1s, opacity 1s, z-index 0s;
  opacity: 1;
  display: flex;
  align-items: center;
}
    
.perc-2sxc section.section-template-17 .carousel div img {
  width: 445px;
  transition: width 1s;
  aspect-ratio: 16/9;
  cursor: pointer;
  box-shadow: var(--dark-gray) 1px 1px 3px;
  border-radius: 12px;
}
      
.perc-2sxc section.section-template-17 .carousel div.hideLeft {
  left: 14%;
  opacity: 0.7;
  transform: translateY(70%) translateX(-50%);
}

.perc-2sxc section.section-template-17 .carousel div.hideRight {
  left: 86%;
  opacity: 0.7;
  transform: translateY(70%) translateX(-50%);
}

.perc-2sxc section.section-template-17 .carousel div.hideLeft,
.perc-2sxc section.section-template-17 .carousel div.hideRight,
.perc-2sxc section.section-template-17 .carousel div.hideLeft img,
.perc-2sxc section.section-template-17 .carousel div.hideRight img {
  width: 175px;
}

.perc-2sxc section.section-template-17 .carousel div.prev {
  z-index: 5;
  left: 35%;
  transform: translateY(10%) translateX(-50%);
}
    
.perc-2sxc section.section-template-17 .carousel div.next {
  z-index: 5;
  left: 65%;
  transform: translateY(10%) translateX(-50%);
}
    
.perc-2sxc section.section-template-17 .carousel div.prev,
.perc-2sxc section.section-template-17 .carousel div.next,
.perc-2sxc section.section-template-17 .carousel div.prev img,
.perc-2sxc section.section-template-17 .carousel div.next img {
  width: 355px;
}

.perc-2sxc section.section-template-17 .carousel div.prevLeftSecond {
  z-index: 4;
  left: 23%;
  transform: translateY(30%) translateX(-50%);
  opacity: 1;
}

.perc-2sxc section.section-template-17 .carousel div.nextRightSecond {
  z-index: 4;
  left: 77%;
  transform: translateY(30%) translateX(-50%);
  opacity: 1;
}
  
.perc-2sxc section.section-template-17 .carousel div.prevLeftSecond,
.perc-2sxc section.section-template-17 .carousel div.nextRightSecond,  
.perc-2sxc section.section-template-17 .carousel div.prevLeftSecond img,
.perc-2sxc section.section-template-17 .carousel div.nextRightSecond img {
  width: 265px;
}

.perc-2sxc section.section-template-17 .carousel div.selected {
  z-index: 10;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
  width: 445px;
}

.perc-2sxc section.section-template-17 .carousel-selectors {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.perc-2sxc section.section-template-17 .quicklink-dot {
  width: 15px;
  height: 15px;
  display: block;
  background: var(--gray);
  border-radius: 50%;
  margin: 0 5px;
}

.perc-2sxc section.section-template-17 .quicklink-dot.selected {
  background-color: var(--electric-teal);
}

/*TEMPLATE 18 */
.perc-2sxc section.section-template-18 {
  overflow: hidden;
  margin: 30px 0 30px;
}

.perc-2sxc section.section-template-18 .step-info {
  margin-right: 20% !important;
  margin-left: 20% !important;
  height: 100%;
}

.perc-2sxc section.section-template-18 .img-section img,
.perc-2sxc section.section-template-18 .img-section iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.perc-2sxc section.section-template-18 .step-info .step-title,
.perc-2sxc section.section-template-18 .step-info .step-desc {
  color: var(--cool-gray);
}

.perc-2sxc section.section-template-18 .step-info .step-title {
  font-size: 48px;
  word-wrap: normal;
}

.perc-2sxc section.section-template-18 .step-info .step-desc {
  font-size: 18px;
}

.perc-2sxc section.section-template-18 .left-step,
.perc-2sxc section.section-template-18 .right-step {
  display: block;
  position: inherit;
}

.perc-2sxc section.section-template-18 .right-container {
  order: 2;
}

.perc-2sxc section.section-template-18 .bullet-style {
  font-size: 16px;
  font-family: var(--font-bold) !important;
  color: var(--electric-teal);
  display: list-item;
}

.perc-2sxc section.section-template-18 .bullet-style:hover {
  text-decoration: underline;
  color: var(--electric-teal-hover);
}

.perc-2sxc section.section-template-18 .bullet-container.two-columns,
.perc-2sxc section.section-template-18 .bullet-container.one-column {
  padding: 5px 10px 5px 18px !important;
}

.perc-2sxc section.section-template-18 .bullet-container {
  display: flex;
  flex-wrap: wrap;
}

/*Templatea 19*/
.perc-2sxc section.section-template-19 {
  margin: 0px 10px 30px;
  position: relative;
  top: -70px;
  z-index: 1;
}

.perc-2sxc section.section-template-19 .entity-full-title-container {
  max-width: 900px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0px 0px 5px var(--dark-gray);
  border-width: 0px 0px 0px 20px;
  border-style: solid;
  border-image: linear-gradient(to top, var(--unofficial-navy), var(--electric-teal)) 1 100%;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, white, white) border-box;
}

.perc-2sxc section.section-template-19 .entity-title-container {
  justify-content: left !important;
  font-size: 22px;
}

.perc-2sxc section.section-template-19 .entity-content-container {
  text-align: left !important;
  font-size: 18px;
}

/*Template 20*/
.perc-2sxc section.section-template-20 {
  margin: 30px 0px 30px;
}

.perc-2sxc section.section-template-20 .entity-full-title-container {
  max-width: 900px;
}

.perc-2sxc section.section-template-20 .entity-title-container {
  justify-content: left;
}

.perc-2sxc section.section-template-20 .entity-content-container {
  text-align: left;
}

.perc-2sxc section.section-template-20 .entity-title:not(.text-bold) {
  font-family: var(--font-light) !important;
}

/*TEMPLATE 21*/
.perc-2sxc section.section-template-21 .middle-banner-container {
  aspect-ratio: 16 / 4;
  background-position: center !important;
  background-size: cover !important;
  display: flex;
  justify-content: left;
  align-items: end;
  padding: 20px 0 20px;
}

.perc-2sxc section.section-template-21 .entity-full-title-container {
  width: 100%;
}

.perc-2sxc section.section-template-21 .entity-title-container {
  justify-content: left;
}

.perc-2sxc section.section-template-21 .entity-content-container {
  text-align: left;
}

.perc-2sxc section.section-template-21 .entity-title,
.perc-2sxc section.section-template-21 .entity-content {
  color: var(--white);
}

/*TEMPLATE 22*/
.perc-2sxc section.section-template-22 {
  margin: 30px 0 30px;
}

.perc-2sxc section.section-template-22 .entity-title-container {
  text-align: center;
}

.perc-2sxc section.section-template-22 .card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1280px;
  margin: 15px auto;
}

.perc-2sxc section.section-template-22 .card-container .border-card,
.perc-2sxc section.section-template-22 .card-container .no-border-card {
  height: 100%;
  width: 100%;
}

.perc-2sxc section.section-template-22 .card-container .border-card {
  display: inline-block;
  box-shadow: 0px 0px 4px var(--dark-gray);
  border-radius: 12px;
}

.perc-2sxc section.section-template-22 .card-container .border-card .card-content {
  padding: 20px;
  display: inline-block;
}

.perc-2sxc section.section-template-22 .card-container .no-border-card .card-content {
  padding: 20px 0 20px;
}

.perc-2sxc section.section-template-22 .card-container .card-icon {
  font-size: 100px;
  color: var(--soft-sherbet);
}

.perc-2sxc section.section-template-22 .card-container .card-img,
.perc-2sxc section.section-template-22 .card-container .card-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.perc-2sxc section.section-template-22 .card-container .card-title {
  font-size: 20px;
  font-family: var(--font-bold) !important;
}

.perc-2sxc section.section-template-22 .card-container .card-description {
  font-size: 18px;
}

/*TEMPLATE 23*/
.perc-2sxc section.section-template-23 {
  margin: 30px 0 30px;
}

.perc-2sxc section.section-template-23 .section-quicklink {
  min-height: 50px !important;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  padding: 0px 30px;
}

.perc-2sxc section.section-template-23 .section-quicklink_container-static {
  background: var(--gray);
  justify-content: center;
  display: inline-flex;
  align-items: center;
  z-index: 2;
}

.perc-2sxc section.section-template-23 .section-quicklink_container-dynamic {
  display: inline-flex;
}

.perc-2sxc section.section-template-23 .section-quicklink_container-dynamic-row {
  width: 108%;
  border: 1px solid var(--gray);
  margin: 0 -15px;
}

.perc-2sxc section.section-template-23 .section-quicklink_container-dynamic-item {
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
  width: 24%;
  min-width: 24%;
  padding: 0 15px 0;
  height: 50px;
}

.perc-2sxc section.section-template-23 .section-quicklink_container-dynamic-item:hover {
  background-color: var(--medium-gray);
}

.perc-2sxc section.section-template-23 .section-quicklink_container-static-label {
  color: var(--cool-gray);
  font-family: var(--font-bold) !important;
}

.perc-2sxc section.section-template-23 a.section-quicklink_container-dynamic-item-link:not(.btn),
.perc-2sxc section.section-template-23 a.section-quicklink_container-dynamic-item:not(.btn) {
  text-decoration: none !important;
}

.perc-2sxc section.section-template-23 .section-quicklink_container-static-box-1 {
  width: 0;
  height: 0;
  border-bottom: 51px solid transparent;
  border-left: 20px solid var(--gray);
  position: absolute;
  right: -20px;
  z-index: 2;
  top: 0px;
}

.perc-2sxc section.section-template-23 .section-quicklink_container-static-box-2 {
  width: 0;
  height: 0;
  border-bottom: 102px solid transparent;
  border-left: 20px solid var(--gray);
  position: absolute;
  right: -20px;
  z-index: 2;
  top: 0px;
}

.perc-2sxc section.section-template-23 .section-quicklink_chevron.fas {
  font-family: "Font Awesome 5 Free" !important;
  position: absolute;
  right: 15px;
  color: var(--soft-sherbet);
  line-height: 0;
}

.perc-2sxc section.section-template-23 .section-quicklink_container-dynamic-item-link {
  color: var(--cool-gray);
}

/*Template 24*/
.perc-2sxc section.section-template-24 {
  margin: 30px 0 30px;
}

.perc-2sxc section.section-template-24 .entity-full-title-container {
  display: flex;
  flex-wrap: wrap;
}

.perc-2sxc section.section-template-24 .entity-title-container {
  justify-content: left;
}

.perc-2sxc section.section-template-24 .entity-content-container {
  text-align: left;
}

.perc-2sxc section.section-template-24 .left-boxes {
  order: 2;
}

.perc-2sxc section.section-template-24 .boxes-container {
  display: flex;
  flex-wrap: wrap;
}

.perc-2sxc section.section-template-24 .box-column {
  height: max-content;
}

.perc-2sxc section.section-template-24 .box-column .bottom-icon .source-container.icon-source {
  top: 100% !important;
}

.perc-2sxc section.section-template-24 .boxes-container .gray-box {
  display: inline-block;
  background: var(--medium-gray);
  border-radius: 12px;
  height: 100%;
  min-height: 300px;
}

.perc-2sxc section.section-template-24 .boxes-container .white-box {
  display: inline-block;
  box-shadow: 0px 0px 4px var(--dark-gray);
  border-radius: 12px;
  height: 100%;
}

.perc-2sxc section.section-template-24 .boxes-container .box-title,
.perc-2sxc section.section-template-24 .boxes-container .box-content {
  font-size: 20px; 
}

.perc-2sxc section.section-template-24 .source-container {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: var(--white);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.perc-2sxc section.section-template-24 .card-icon {
  font-size: 50px;
  color: var(--soft-sherbet);
}

.perc-2sxc section.section-template-24 .card-img {
  width: 100%;
  padding: 10px;
}

/*TEMPLATE 25*/
.perc-2sxc section.section-template-25 {
   margin: 30px 0 30px;
}

.perc-2sxc section.section-template-25 .entity-title:not(.text-bold) {
  font-family: var(--font-light) !important;
}

.perc-2sxc section.section-template-25 .entity-title-container {
  justify-content: left;
}

.perc-2sxc section.section-template-25 .members-container {
  display: flex;
  flex-wrap: wrap;
}

.perc-2sxc section.section-template-25 .members-container p {
  margin: 5px 0 5px;
}

.perc-2sxc section.section-template-25 .members-container .member-photo {
  width: 100%;
  aspect-ratio: 8/9;
  border-radius: 10px 10px 0 0;
}

.perc-2sxc section.section-template-25 .member-name {
  font-size: 20px;
  font-family: var(--font-bold) !important;
}

.perc-2sxc section.section-template-25 .member-title {
  font-size: 18px;
}

.perc-2sxc section.section-template-25 .member-description {
  font-size: 16px;
}

/*TEMPLATE 25*/
.perc-2sxc section.section-template-26 .testimonial-pic {
  aspect-ratio: 8/9;
  width: 100%;
  border-radius: 10px;
}

.perc-2sxc section.section-template-26 .testimonial-author {
  font-size: 20px;
  font-family: var(--font-bold) !important;
}

.perc-2sxc section.section-template-26 .testimonial-title {
  font-size: 18px;
}

.perc-2sxc section.section-template-26 .testimonial-quote {
  font-size: 16px;
}

/*KEY FRAMES*/
@keyframes come-in-right {
   0% { right: -800px; }
  100% { right: 0px; }
}

@keyframes come-in-left {
   0% { left: -800px; }
  100% { left: 0px; }
}


/*MEDIA QUERY*/
@media only screen and (max-width: 1500px) {
  .perc-2sxc section.section-template-1 .step-info,
  .perc-2sxc section.section-template-13 .step-info,
  .perc-2sxc section.section-template-18 .step-info {
    margin-right: 10% !important;
    margin-left: 10% !important;
  }
}

@media only screen and (min-width: 1250px) {
  .perc-2sxc section.section-template-1 > .row,
  .perc-2sxc section.section-template-13 > .row,
  .perc-2sxc section.section-template-18 > .row {
    display: flex;
  }

  .perc-2sxc section.section-template-1 .row .col-sm-6.content-center,
  .perc-2sxc section.section-template-13 .row .col-sm-6.content-center,
  .perc-2sxc section.section-template-18 .row .col-sm-6.content-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 1025px) {
  .perc-2sxc section.section-template-4 .featured-banner {
    width: 95%;
  }
}

@media only screen and (max-width: 1320px) { 
  .perc-2sxc section.section-template-3 {
    padding: 0 20px 0;
  }

  .perc-2sxc section.section-template-8 .files-img-container img {
    width: 100%;
  }
}

@media only screen and (max-width: 1250px) {
  .perc-2sxc section.section-template-1 .row .col-sm-6,
  .perc-2sxc section.section-template-13 .row .col-sm-6,
  .perc-2sxc section.section-template-18 .row .col-sm-6 {
    width: 100%;
  }

  .perc-2sxc section.section-template-1 .img-section img,
  .perc-2sxc section.section-template-13 .img-section img,
  .perc-2sxc section.section-template-13 .img-section iframe,
  .perc-2sxc section.section-template-18 .img-section img,
  .perc-2sxc section.section-template-18 .img-section iframe  {
    border-radius: 20px;
    margin: 20px 0 20px;
  }

  .perc-2sxc section.section-template-1 .row.reorder-step,
  .perc-2sxc section.section-template-13 .row.reorder-step,
  .perc-2sxc section.section-template-18 .row.reorder-step {
    display: grid;
  }

  .perc-2sxc section.section-template-1 .row.reorder-step .order-1, 
  .perc-2sxc section.section-template-13 .row.reorder-step .order-1,
  .perc-2sxc section.section-template-18 .row.reorder-step .order-1 {
    order: 1;
  }

  .perc-2sxc section.section-template-1 .row.reorder-step .order-2,
  .perc-2sxc section.section-template-13 .row.reorder-step .order-2,
  .perc-2sxc section.section-template-18 .row.reorder-step .order-2 {
    order: 2;
  }

  .perc-2sxc section.section-template-3 .right-column > div.row > .col-sm-3,
  .perc-2sxc section.section-template-4 .col-sm-3.video-container {
    width: 33.33%;
  }

  .perc-2sxc section.section-template-4 .featured-banner {
    left: 50px;
  }

  .perc-2sxc section.section-template-7 .multimedia-step {
    flex-wrap: wrap;
  }

  .perc-2sxc section.section-template-7 .multimedia-step .col-sm-6 {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .perc-2sxc section.section-template-7 .right-container {
    order: 0;
  }

  .perc-2sxc section.section-template-7 .img-section iframe {
    width: 100%;
  }

  .perc-2sxc section.section-template-15 .testimonials-container {
    max-width: 750px;
  }
}

@media only screen and (max-width: 1050px) { 
  .perc-2sxc section.section-template-3 .right-column > div.row > .col-sm-3,
  .perc-2sxc section.section-template-4 .col-sm-3.video-container {
    width: 50%;
  }

  .perc-2sxc section.section-template-4 .featured-banner {
    left: 5px;
    bottom: -300px;
  }

  .perc-2sxc section.section-template-4 .title-normal {
    font-size: 3rem;
  }

  .perc-2sxc section.section-template-8 .files-container {
    flex-wrap: wrap;
  }

  .perc-2sxc section.section-template-8 .files-container .files-img-container,
  .perc-2sxc section.section-template-8 .files-container .files-item-container {
    width: 100%;
  }

  .perc-2sxc section.section-template-8 .files-container .files-item-container {
    order: 1;
  }

  .perc-2sxc section.section-template-8 .files-container .files-img-container {
    order: 2;
    transform: scaleX(-1);
    padding-top: 30px;
  }

  .perc-2sxc section.section-template-8 .files-img-container img {
    width: 75%;
  }

  .perc-2sxc section.section-template-14 .card-container .col-sm-4 {
    width: 50%;
  }

  .perc-2sxc section.section-template-15 .testimonials-container {
    max-width: 550px;
  }

  .perc-2sxc section.section-template-17 .carousel {
    height: 245px;
  }
      
  .perc-2sxc section.section-template-17 .carousel div img {
    width: 395px;
  }

  .perc-2sxc section.section-template-17 .carousel div.selected {
    width: 395px;
  }

  .perc-2sxc section.section-template-17 .carousel div.prev,
  .perc-2sxc section.section-template-17 .carousel div.next,
  .perc-2sxc section.section-template-17 .carousel div.prev img,
  .perc-2sxc section.section-template-17 .carousel div.next img {
    width: 315px;
  }

  .perc-2sxc section.section-template-17 .carousel div.prevLeftSecond,
  .perc-2sxc section.section-template-17 .carousel div.nextRightSecond,  
  .perc-2sxc section.section-template-17 .carousel div.prevLeftSecond img,
  .perc-2sxc section.section-template-17 .carousel div.nextRightSecond img {
    width: 225px;
  }    

  .perc-2sxc section.section-template-17 .carousel div.hideLeft,
  .perc-2sxc section.section-template-17 .carousel div.hideRight,
  .perc-2sxc section.section-template-17 .carousel div.hideLeft img,
  .perc-2sxc section.section-template-17 .carousel div.hideRight img {
    width: 145px;
  }

  .perc-2sxc section.section-template-19 {
    top: 0px;
  }
}

@media only screen and (max-width: 950px) { 
  .perc-2sxc section.section-template-4 .featured-section {
    display: block;
  }

  .perc-2sxc section.section-template-4 .featured-section .col-sm-6 {
    width: 100%;
  }

  .perc-2sxc section.section-template-4 .featured-section .featured-video-container {
    padding: 20px;
  }

  .perc-2sxc section.section-template-4 .featured-video iframe {
    border-radius: 20px;
  }

  .perc-2sxc section.section-template-4 .featured-title-container{
    justify-content: center;
  }
}

@media only screen and (max-width: 900px) { 

}

@media only screen and (max-width: 800px) { 
  .perc-2sxc section.section-template-3 > div.row > div.col-sm-12 {
    flex-wrap: wrap;
  } 

  .perc-2sxc section.section-template-3 .left-column {
    max-width: 100%;
    width: 100%;
    margin-right: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .perc-2sxc section.section-template-3 .left-column > div {
    text-align: center;
  }

  .perc-2sxc section.section-template-3 .left-column > div:last-child {
    display: none;
  }

  .perc-2sxc section.section-template-4 .title-normal {
    font-size: 3rem;
  }

  .perc-2sxc section.section-template-8 .files-container .files-item-container .files-box .col-sm-12 {
    width: 100%;
  }

  .perc-2sxc section.section-template-8 .files-container .files-item-container .files-box .col-sm-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) { 
  .perc-2sxc section.section-template-4 .videos-list-container .video-container .card-container,
  .perc-2sxc section.section-template-4 .videos-list-container .video-container {
    width: 100%;
  }

  .perc-2sxc section.section-template-10 .two-column-container .col-sm-6 {
    width: 100%;
  }

  .perc-2sxc section.section-template-11 .cards-banner-container > div {
    width: 100%;
  }

  .perc-2sxc section.section-template-12 .vendor-container .cards-list-container .col-sm-4 {
    width: 50%;
  }

  .perc-2sxc section.section-template-12 .vendor-lady-container {
    display: none !important;
  }

  .perc-2sxc section.section-template-14 .card-container .col-sm-4 {
    width: 100%;
  }

  .perc-2sxc section.section-template-15 {
    margin-bottom: 130px;
  }
  
  .perc-2sxc section.section-template-15 .change-testimonial.right {
    right: -15px;
  }

  .perc-2sxc section.section-template-15 .change-testimonial.left {
    left: -15px;
  }

  .perc-2sxc section.section-template-15 .author-wrapper {
    left: 0px;
    bottom: -110px;
  }

  .perc-2sxc section.section-template-17 .carousel {
    height: 190px;
  }

  .perc-2sxc section.section-template-17 .carousel div img {
    width: 295px;
  }

  .perc-2sxc section.section-template-17 .carousel div.selected {
    width: 295px;
  }

  .perc-2sxc section.section-template-17 .carousel div.prev,
  .perc-2sxc section.section-template-17 .carousel div.next,
  .perc-2sxc section.section-template-17 .carousel div.prev img,
  .perc-2sxc section.section-template-17 .carousel div.next img {
    width: 235px;
  }

  .perc-2sxc section.section-template-17 .carousel div.prevLeftSecond,
  .perc-2sxc section.section-template-17 .carousel div.nextRightSecond,  
  .perc-2sxc section.section-template-17 .carousel div.prevLeftSecond img,
  .perc-2sxc section.section-template-17 .carousel div.nextRightSecond img {
    width: 165px;
  }    

  .perc-2sxc section.section-template-17 .carousel div.hideLeft,
  .perc-2sxc section.section-template-17 .carousel div.hideRight,
  .perc-2sxc section.section-template-17 .carousel div.hideLeft img,
  .perc-2sxc section.section-template-17 .carousel div.hideRight img {
    width: 105px;
  }

  .perc-2sxc section.section-template-19 .entity-full-title-container {
    display: block;
    padding: 20px 0;
  }

  .perc-2sxc section.section-template-23 .section-quicklink_container-static {
    width: 20%;
    min-width: 90px;
  }

  .perc-2sxc section.section-template-23 .section-quicklink_container-static-box-1 {
    display: none;
  }

  .perc-2sxc section.section-template-23 .section-quicklink_container-dynamic {
    width: 80%;
  }

  .perc-2sxc section.section-template-23 .section-quicklink_container-dynamic-item {
    min-width: 200px;
  }

  .perc-2sxc section.section-template-24 .source-container {
    display: none;
  }

  .perc-2sxc section.section-template-24 .left-boxes {
    order: 0;
  }

  .perc-2sxc section.section-template-24 .boxes-container .col-sm-6,
  .perc-2sxc section.section-template-24 .boxes-container .col-sm-6 > div {
    width: 100%;
  }

  .perc-2sxc section.section-template-25 .members-container {
    justify-content: center;
  }

  .perc-2sxc section.section-template-26 .testimonial-pic {
    padding: 15px;
    border-radius: 36px;
  }
}

@media only screen and (max-width: 750px) { 
  .perc-2sxc .entity-title {
    font-size: 3rem;
  }

  .perc-2sxc section.section-template-8 .files-container .files-item-container .files-box .col-sm-6 {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) { 
  .perc-2sxc section.section-template-3 .right-column > div.row > .col-sm-3,
  .perc-2sxc section.section-template-4 .col-sm-3.video-container {
    width: 100%;
  }

  .perc-2sxc section.section-template-4 .videos-list-container .video-container .card-container {
    width: 100%;
  }

  .perc-2sxc section.section-template-12 .vendor-container .cards-list-container .col-sm-4 {
    width: 100%;
  }

  
  .perc-2sxc section.section-template-17 .carousel {
    height: 140px;
  }

  .perc-2sxc section.section-template-17 .carousel div img {
    width: 205px;
  }

  .perc-2sxc section.section-template-17 .carousel div.selected {
    width: 205px;
  }

  .perc-2sxc section.section-template-17 .carousel div.prev,
  .perc-2sxc section.section-template-17 .carousel div.next,
  .perc-2sxc section.section-template-17 .carousel div.prev img,
  .perc-2sxc section.section-template-17 .carousel div.next img {
    width: 175px;
  }

  .perc-2sxc section.section-template-17 .carousel div.prevLeftSecond,
  .perc-2sxc section.section-template-17 .carousel div.nextRightSecond,  
  .perc-2sxc section.section-template-17 .carousel div.prevLeftSecond img,
  .perc-2sxc section.section-template-17 .carousel div.nextRightSecond img {
    width: 135px;
  }    

  .perc-2sxc section.section-template-17 .carousel div.hideLeft,
  .perc-2sxc section.section-template-17 .carousel div.hideRight,
  .perc-2sxc section.section-template-17 .carousel div.hideLeft img,
  .perc-2sxc section.section-template-17 .carousel div.hideRight img {
    width: 95px;
  }
}

@media only screen and (max-width: 450px) { 
  .perc-2sxc section.section-template-4 .featured-banner {
    bottom: -250px;
  }

  .perc-2sxc section.section-template-23 .section-quicklink_container-dynamic-item {
    min-width: 100%;
    justify-content: left;
  }
}