#cs-navigation {
  background-color: #fff;
}
/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-2171 {
    position: relative;
    z-index: 1;
  }
  #sbs-2171 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #sbs-2171 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 32.625rem;
    /* moved section padding to cs-content so the cs-background can be full width */
    padding: var(--sectionPadding);
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #sbs-2171 .cs-text {
    margin-bottom: 1rem;
  }
  #sbs-2171 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-2171 ul {
    margin: 0 0 2rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #sbs-2171 li {
    list-style: none;
  }
  #sbs-2171 .cs-h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 0.5rem 0;
    color: var(--headerColor);
  }
  #sbs-2171 .cs-li-text {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0 0 1rem;
    color: var(--bodyTextColor);
  }
  #sbs-2171 .cs-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2.5rem;
  }
  #sbs-2171 .cs-flex {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  #sbs-2171 .cs-icon {
    width: 1.25rem;
    height: auto;
    display: block;
  }
  #sbs-2171 .cs-picture {
    display: block;
    position: relative;
    width: 100%;
    height: 35rem;
    z-index: 1;
  }
  #sbs-2171 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #sbs-2171 .cs-floater {
    height: 22%;
    max-height: 15.3125rem;
    width: auto;
    transform: rotate(-25.09deg);
    display: none;
    position: absolute;
    right: 52%;
    top: 0;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbs-2171 {
    /* 90px - 150px */
    /* returned section padding to the section container, this Stitch has 1.5X padding top and bottom than the normal Stitch */
    padding: clamp(5.625rem, 9vw, 9.375rem) 1rem;
  }
  #sbs-2171 .cs-container {
    flex-direction: row;
    justify-content: flex-start;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
    z-index: 1;
  }
  #sbs-2171 .cs-content {
    width: 48%;
    max-width: 35.1875rem;
    /* 32px - 90px */
    padding: clamp(2rem, 5vw, 5.625rem) 0;
  }
  #sbs-2171 .cs-picture {
    width: 55vw;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
  }
  #sbs-2171 .cs-floater {
    display: block;
  }
  #sbs-2171 .cs-button-solid {
    align-self: center;
    padding: 0 2.5rem;
  }
}
/*-- -------------------------- -->
<---          Content           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #content-1450 {
    padding: var(--sectionPadding);
    position: relative;
  }
  #content-1450 .cs-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
  }
  #content-1450 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }
  #content-1450 .cs-button-solid {
    display: none;
  }
  #content-1450 .swiper {
    width: 100%;
    height: 100%;
  }
  #content-1450 .pagination-div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
  }
  #content-1450 .swiper-pagination {
    bottom: unset;
    top: unset;
    left: unset;
    right: unset;
    position: relative;
    width: unset;
  }
  #content-1450 .swiper-pagination-bullet-active {
    background: var(--four);
  }
  #content-1450 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 21.875rem;
  }
  #content-1450 .swiper-slide .cs-picture {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #content-1450 .swiper-slide .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  #content-1450 .left-button,
  #content-1450 .right-button {
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--somecolor);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #content-1450 .left-button img,
  #content-1450 .right-button img {
    filter: invert(1) brightness(1000%);
  }
  #content-1450 .cs-title,
  #content-1450 .cs-text {
    max-width: 100%;
  }
  #content-1450 .cs-text {
    /* 16px - 20px */
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin: 0 0 2rem 0;
    text-align: center;
    color: var(--three);
  }
}
@media only screen and (min-width: 48rem) {
  #content-1450 .cs-container {
    gap: clamp(3rem, 6vw, 4rem);
  }
  #content-1450 .cs-button-solid {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    align-self: center;
    padding: 0 2.5rem;
  }
  #content-1450 .pagination-div {
    position: absolute;
    bottom: 2rem;
    width: fit-content;
    right: 10%;
    height: 2rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    left: unset;
    transform: unset;
  }
  #content-1450 .cs-text {
    max-width: 80rem;
  }
  #content-1450 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 28.125rem;
  }
  #content-1450 .swiper-slide .cs-picture {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #content-1450 .swiper-slide .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/*-- -------------------------- -->
<---        Side By Side        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #RPsbs-1587 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
  }
  #RPsbs-1587 .cs-container {
    width: 100%;
    /* changes to 1280px at tablet */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(2.5rem, 6vw, 4rem);
  }
  #RPsbs-1587 .cs-picture {
    width: 100%;
    height: clamp(25rem, 80vw, 47rem);
    display: block;
    position: relative;
  }
  #RPsbs-1587 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  #RPsbs-1587 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 39.375rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
    justify-content: center;
  }
  #RPsbs-1587 .cs-title {
    /* 26 characters wide including spaces */
    max-width: 26ch;
    margin: 0;
  }
  #RPsbs-1587 .cs-card-group {
    width: 100%;
    /* 550px - 630px */
    max-width: clamp(34.375rem, 50vw, 39.375rem);
    padding: 0;
    /* 24px - 40px */
    margin: clamp(1.5rem, 4vw, 2.5rem) 0 clamp(1.75rem, 4vw, 2.5rem) 0;
    display: grid;
    align-items: center;
    gap: clamp(1rem, 4vw, 2.5rem);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #RPsbs-1587 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  #RPsbs-1587 .cs-content {
    width: 50%;
    max-width: 39.375rem;
    /* prevents flexbox from squishing it */
    flex: none;
  }
  #RPsbs-1587 .cs-card-group {
    grid-template-columns: repeat(12, 1fr);
  }
  #RPsbs-1587 .cs-item {
    grid-column: span 6;
  }
  #RPsbs-1587 .cs-picture {
    height: auto;
    min-height: 32.8125rem;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #RPsbs-1587 .cs-content {
    padding: 5.25rem 0;
    align-self: center;
  }
}
/*-- -------------------------- -->
<---    Side By Side Reverse    -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #livros {
    position: relative;
    z-index: 1;
  }
  #livros .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #livros .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 32.625rem;
    /* moved section padding to cs-content so the cs-background can be full width */
    padding: var(--sectionPadding);
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #livros .cs-text {
    margin-bottom: 1rem;
  }
  #livros .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #livros .cs-ul {
    margin: 0 0 2rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
  #livros .cs-li {
    list-style: none;
  }
  #livros .cs-h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 0.5rem 0;
    color: var(--headerColor);
  }
  #livros .cs-li-text {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0 0 1rem;
    color: var(--bodyTextColor);
  }
  #livros .cs-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2.5rem;
  }
  #livros .cs-flex {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  #livros .cs-icon {
    width: 1.25rem;
    height: auto;
    display: block;
  }
  #livros .cs-picture {
    display: block;
    position: relative;
    width: 100%;
    height: 28.75rem;
    z-index: 1;
  }
  #livros .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  #livros .cs-floater {
    width: 24%;
    max-width: 18.4375rem;
    height: auto;
    display: none;
    position: absolute;
    right: 0;
    bottom: 2rem;
  }
  #livros .cs-floater2 {
    width: 24%;
    max-width: 18.4375rem;
    height: auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
  }
  #livros .cs-floater3 {
    height: 15%;
    max-height: 9.6875rem;
    width: auto;
    transform: rotate(170.09deg);
    display: none;
    position: absolute;
    right: 5%;
    top: 5%;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #livros {
    /* 90px - 150px */
    /* returned section padding to the section container, this Stitch has 1.5X padding top and bottom than the normal Stitch */
    padding: clamp(5.625rem, 9vw, 9.375rem) 1rem;
  }
  #livros .cs-container {
    flex-direction: row;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
    z-index: 1;
  }
  #livros .cs-content {
    position: relative;
    left: 50%;
    width: 48%;
    max-width: 35.1875rem;
    /* 32px - 90px */
    padding: clamp(2rem, 5vw, 5.625rem) 0;
  }
  #livros .cs-picture {
    width: 40vw;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 65%;
  }
  #livros .cs-floater {
    display: block;
  }
  #livros .cs-floater2 {
    display: block;
  }
  #livros .cs-floater3 {
    display: block;
  }
}
@media only screen and (min-width: 64rem) {
  #livros .cs-picture {
    width: 40vw;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 60%;
  }
  #livros .cs-button-solid {
    align-self: center;
    padding: 0 2.5rem;
  }
}
@media only screen and (min-width: 81rem) {
  #livros .cs-picture {
    width: 40vw;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
  }
}
