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

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #faq-1263 {
    padding: 70px 20px 40px;
    background-color: #eee;
	  background: rgba(131, 198, 216, .001);
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  #faq-1263 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(2.5rem, 5vw, 3rem);
  }

  #faq-1263 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #faq-1263 .cs-topper {
    display: block;
    font-size: 0.875rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #83c6d8;
    margin-bottom: 0.5rem;
  }

  #faq-1263 .cs-title {
    margin: 0;
    
  }
	#faq-1263 .cs-description {
    padding-top: 25px;
    
  }

  #faq-1263 .cs-faq-group {
    width: 100%;
    max-width: 52.875rem;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: clamp(1rem, 2.4vw, 1.25rem);
    list-style: none;
  }

  #faq-1263 .cs-faq-item {
    list-style: none;
    width: 100%;
            background: rgba(131, 198, 216, .1);
        border: 1.5px solid rgba(131, 198, 216, .1);
    border-radius: 0.5rem;
    padding: 0;
    box-sizing: border-box;
    transition: border-bottom 0.3s;
  }

  #faq-1263 .cs-faq-item.active .cs-button {
    color: #2d7aa8;
  }

  #faq-1263 .cs-faq-item.active .cs-button:before {
    background-color: #2d7aa8;
    transform: rotate(315deg);
  }

  #faq-1263 .cs-faq-item.active .cs-button:after {
    background-color: #2d7aa8;
    transform: rotate(-315deg);
  }

  #faq-1263 .cs-faq-item.active .cs-item-p {
    height: auto;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 1.5rem;
    color: #fff;
    opacity: 0.8;
  }

  #faq-1263 .cs-faq-item.active .cs-item-p {
    overflow: visible;
  }

  #faq-1263 .cs-faq-item.active .cs-item-p:before {
    content: "";
    height: 1px;
    background: rgba(131, 198, 216, .6);
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 1.5rem;
    right: 1.5rem;
  }

  #faq-1263 .cs-button {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.2em;
    text-align: left;
    font-weight: bold;
    width: 100%;
    padding: 1.5rem 1.5rem 0;
    border: none;
    background: transparent;
    color: #2d7aa8;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: clamp(1rem, 2.5vw, 1.5rem);
    position: relative;
    transition:
      background-color 0.3s,
      color 0.3s;
    cursor: pointer;
  }

  #faq-1263 .cs-button:hover {
    cursor: pointer;
  }

  #faq-1263 .cs-button:before {
    content: "";
    width: 0.5rem;
    height: 0.125rem;
    background-color: #2d7aa8;
    opacity: 1;
    border-radius: 0;
    position: absolute;
    display: block;
    top: 67%;
    right: 1.1875rem;
    transform: rotate(45deg);
    transform-origin: left center;
    transition: transform 0.5s;
  }

  #faq-1263 .cs-button:after {
    content: "";
    width: 0.5rem;
    height: 0.125rem;
    background-color: #2d7aa8;
    opacity: 1;
    border-radius: 0;
    position: absolute;
    display: block;
    top: 67%;
    right: 1rem;
    transform: rotate(-45deg);
    transform-origin: right center;
    transition: transform 0.5s;
  }

  #faq-1263 .cs-button-text {
    width: 90%;
    padding: 0;
    display: block;
	color:#2d7aa8;
  }
	#faq-1263 .cs-button-text p {
	color:#2d7aa8;	
	}

  #faq-1263 .cs-item-p {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0 1.5rem 1.5rem;
    box-sizing: border-box;
    opacity: 0;
    color: #555;
    overflow: hidden;
    position: relative;
    transition:
      opacity 0.3s,
      padding-bottom 0.3s,
      padding-top 0.3s;
  }

  #faq-1263 .cs-item-p p {
    margin: 0 0 0.75rem 0;
  }

  #faq-1263 .cs-item-p p:last-child {
    margin-bottom: 0;
  }

  #faq-1263 .cs-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #faq-1263 .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}
