@media only screen and (min-width: 0rem) {
  #sbs-945 {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
  }
  #sbs-945.cs-reverse-color {
    background-color: #f1f1f1;
  }
  #sbs-945 .cs-container {
    width: 100%;
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-945 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 33.875rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #sbs-945 .cs-text {
    margin-bottom: 1rem;
  }
  #sbs-945 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-945 .cs-list-header {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    text-align: inherit;
  }
  #sbs-945 .cs-contact-group {
    width: 100%;
    margin-bottom: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  #sbs-945 .cs-link {
    text-decoration: none;
    padding-right: 1.875rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    position: relative;
  }
  #sbs-945 .cs-link:hover:before {
    width: 100%;
    height: 3.5em;
  }
  #sbs-945 .cs-link:hover .cs-wrapper {
    transform: scale(1.2);
  }
  #sbs-945 .cs-link:hover .cs-icon {
    transform: translateX(0.4375rem);
  }
  #sbs-945 .cs-link:before {
    content: "";
    width: 3rem;
    height: 3rem;
    background: #eff1f0;
    opacity: 1;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%);
    transition: width 0.3s, height 0.3s, border-radius 0.3s;
  }
  #sbs-945 .cs-wrapper {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
    transition: transform 0.3s;
  }
  #sbs-945 .cs-icon {
    width: 1.5rem;
    height: auto;
    display: block;
    transition: transform 0.3s;
  }
  #sbs-945 .cs-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  #sbs-945 .cs-header {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0;
    color: var(--headerColor);
    display: block;
  }
  #sbs-945 .cs-link-content {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0;
    color: var(--bodyTextColor);
    display: block;
  }
  #sbs-945 .cs-bold {
    font-weight: 700;
  }
  #sbs-945 .cs-image-group {
    font-size: min(2.24vw, 0.844em);
    width: 40.625em;
    height: 42.9375em;
    position: relative;
    z-index: 1;
  }
  #sbs-945 .cs-picture {
    overflow: hidden;
    display: block;
    position: absolute;
  }
  #sbs-945 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sbs-945 .cs-picture1 {
    width: 21.8125em;
    height: 36.875em;
    top: 3.0625em;
    left: 0;
  }
  #sbs-945 .cs-picture2 {
    width: 17.5625em;
    height: 24.1875em;
    top: 0;
    right: 0;
  }
  #sbs-945 .cs-picture3 {
    width: 17.5625em;
    height: 17.5em;
    bottom: 0;
    right: 0;
  }
  #sbs-945 .cs-seal {
    width: 9.375em;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -40%);
  }
  #sbs-945 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }
  #sbs-945 .cs-background:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    pointer-events: none;
    opacity: 0.48;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #sbs-945 .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
  }
  #list-1165 {
    max-width: 39.375rem;
    margin: 0 0 2rem 0;
    padding: 0;
    overflow: hidden;
  }
  #list-1165 .cs-li {
    list-style: none;
    margin: 0 0 0.5rem 0;
    color: var(--bodyTextColor);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.75rem;
    position: relative;
  }
  #list-1165 .cs-li:before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.5rem;
    background: var(--primary);
    display: block;
    flex: none;
  }
  #why-choose-1634 {
    padding: var(--sectionPadding);
  }
  #why-choose-1634 .cs-container {
    width: 100%;
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 10vw, 6.25rem);
  }
  #why-choose-1634 .cs-content {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #why-choose-1634 .cs-flex {
    max-width: 38.5rem;
  }
  #why-choose-1634 .cs-title {
    max-width: 20ch;
  }
  #why-choose-1634 .cs-text {
    margin-bottom: 1rem;
  }
  #why-choose-1634 .cs-text:last-of-type {
    margin-bottom: 0;
  }
  #why-choose-1634 .cs-wrapper {
    width: 100%;
    display: contents;
  }
  #why-choose-1634 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    row-gap: 1.75rem;
    column-gap: clamp(1rem, 2.3vw, 1.25rem);
  }
  #why-choose-1634 .cs-item {
    text-align: left;
    list-style: none;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    grid-column: span 12;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(1rem, 3vw, 1.5rem);
  }
  #why-choose-1634 .cs-icon-wrapper {
    width: clamp(3.75rem, 7vw, 5rem);
    height: clamp(3.75rem, 7vw, 5rem);
    margin: 0;
    box-sizing: border-box;
    border: 1px solid var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex: none;
  }
  #why-choose-1634 .cs-icon {
    width: 2rem;
    height: auto;
    display: block;
  }
  #why-choose-1634 .cs-h3 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
    margin-bottom: 0.5rem;
    color: var(--headerColor);
    text-align: inherit;
  }
  #why-choose-1634 .cs-item-text {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
    text-align: inherit;
  }
  #why-choose-1634 .cs-image-group {
    font-size: min(2.7vw, 1em);
    width: 33.875em;
    height: 30.875em;
    order: -1;
    position: relative;
    z-index: 1;
  }
  #why-choose-1634 .cs-picture-wrapper {
    width: 80.073801%;
    height: 83.805668%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: stretch;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
  #why-choose-1634 .cs-box {
    width: 60%;
    margin-top: -2.375em;
    margin-left: 1.5em;
    padding: 1em;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    position: relative;
    z-index: 10;
  }
  #why-choose-1634 .cs-header {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0;
    color: var(--headerColor);
    display: block;
  }
  #why-choose-1634 .cs-desc {
    font-size: 0.875em;
    line-height: 1.5em;
    margin: 0;
    color: var(--primary);
    display: block;
  }
  #why-choose-1634 .cs-picture {
    position: relative;
    z-index: 1;
  }
  #why-choose-1634 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #why-choose-1634 .cs-picture1 {
    width: 100%;
    height: 100%;
  }
  #why-choose-1634 .cs-picture2 {
    width: 36.346863%;
    height: 39.878543%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #sbs-2179 {
    padding: var(--sectionPadding);
    background-color: #f7f7f7;
  }
  #sbs-2179 .cs-container {
    width: 100%;
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 7vw, 4rem);
  }
  #sbs-2179 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 48.4375rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #sbs-2179 .cs-text {
    max-width: 100%;
    margin-bottom: 1rem;
  }
  #sbs-2179 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-2179 .cs-picture {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
  }
  #sbs-2179 .cs-picture img {
    border: 8px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #sbs-2179 .cs-picture1 {
    width: 90%;
    height: 104vw;
    max-height: 31.25rem;
  }
  #sbs-2179 .cs-picture1:before {
    content: "";
    width: 97%;
    height: 97%;
    border: 2px solid var(--primary);
    opacity: 1;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) rotate(-5.9deg);
    transform-origin: center;
  }
  #sbs-2179 .cs-picture2 {
    width: 93%;
    height: 57vw;
    max-height: 22.5rem;
    margin: 3rem auto 0;
  }
  #sbs-2179 .cs-picture2:before {
    content: "";
    width: 97%;
    height: 97%;
    border: 2px solid var(--primary);
    opacity: 1;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) rotate(-11.35deg);
    transform-origin: center;
  }
  #sbsr-2217 {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #sbsr-2217 .cs-container {
    width: 100%;
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbsr-2217 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 36.625rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #sbsr-2217 .cs-text {
    margin-bottom: 1.5rem;
  }
  #sbsr-2217 .cs-list {
    margin: 0 0 2rem 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(1.5rem, 3vw, 2rem);
  }
  #sbsr-2217 .cs-li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5rem;
  }
  #sbsr-2217 .cs-icon-wrapper {
    width: clamp(3.75rem, 7vw, 5rem);
    height: clamp(3.75rem, 7vw, 5rem);
    border: 1px solid #bababa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
  }
  #sbsr-2217 .cs-icon {
    width: 2rem;
    height: auto;
    display: block;
    flex: none;
  }
  #sbsr-2217 .cs-h3 {
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: left;
    margin: 0 0 0.75rem 0;
    color: var(--headerColor);
  }
  #sbsr-2217 .cs-li-text {
    font-size: clamp(0.875rem, 1.8vw, 1rem);
    line-height: 1.5em;
    text-align: left;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #sbsr-2217 .list-1405 {
    max-width: 31.25rem;
    margin-bottom: 2rem;
  }
  #sbsr-2217 .cs-image-group {
    font-size: min(2.32vw, 0.74em);
    width: 39.375em;
    height: 40.9375em;
    display: block;
    position: relative;
    z-index: 1;
  }
  #sbsr-2217 .cs-image-group::before {
    content: "";
    width: 22.375em;
    height: auto;
    background: var(--secondary);
    opacity: 0.2;
    display: block;
    position: absolute;
    top: 9em;
    bottom: 11.125em;
    left: 5.5em;
  }
  #sbsr-2217 .cs-picture {
    position: absolute;
  }
  #sbsr-2217 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sbsr-2217 .cs-picture1 {
    width: 19.0625em;
    height: auto;
    border: 4px solid #FFFFFF;
    top: 0;
    bottom: 17.5625em;
    left: 0;
  }
  #sbsr-2217 .cs-picture2 {
    width: 25.8125em;
    height: auto;
    border: 4px solid #FFFFFF;
    top: 16.9375em;
    right: 0;
    bottom: 0;
  }
  #sbsr-2217 .cs-picture3 {
    width: 13.625em;
    height: 9.6875em;
    top: 5.25em;
    right: 4.6875em;
  }
  #sbsr-2217 .cs-graphic {
    width: clamp(5.8175rem, 15vw, 15.9375rem);
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  #sbsr-2217 .cs-graphic img {
    width: 100%;
    height: auto;
    display: block;
  }
  #stats-316 {
    padding: var(--sectionPadding);
    background-color: #1a1a1a;
  }
  #stats-316 .cs-topper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-size: var(--headerFontSize);
  }
  #stats-316 .cs-card-group {
    width: 100%;
    max-width: 37.5rem;
    margin: auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2.5rem;
  }
  #stats-316 .cs-item {
    list-style: none;
    width: 14.6875rem;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #stats-316 .cs-picture {
    width: 5rem;
    height: 5rem;
    margin-right: clamp(0.75rem, 3vw, 1.25rem);
    border-radius: 50%;
    border: 1px solid var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
  }
  #stats-316 .cs-icon {
    width: 2.5rem;
    height: auto;
  }
  #stats-316 .cs-flex-group {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #stats-316 .cs-number {
    font-size: var(--topperFontSize);
    color: var(--bodyTextColorWhite);
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
    display: block;
  }
  #stats-316 .cs-desc {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    color: #858585;
    display: block;
  }
  #sbs-2233 {
    padding: var(--sectionPadding);
    background-color: #f7f7f7;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #sbs-2233 .cs-container {
    width: 100%;
    max-width: 44rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-2233 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 36.625rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #sbs-2233 .cs-text {
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
  }
  #sbs-2233 .list-1405 {
    max-width: 31.25rem;
    margin-bottom: 2rem;
  }
  #sbs-2233 .cs-options {
    width: 100%;
    margin: 0 0 2rem;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  #sbs-2233 .cs-option {
    list-style: none;
    padding: 1rem 0;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5rem;
    position: relative;
    z-index: 1;
  }
  #sbs-2233 .cs-option:first-of-type {
    padding-top: 0;
  }
  #sbs-2233 .cs-option:last-of-type {
    padding-bottom: 0;
    border: none;
  }
  #sbs-2233 .cs-option-number {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
    color: var(--headerColor);
  }
  #sbs-2233 .cs-option-text {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
    color: var(--bodyTextColor);
  }
  #sbs-2233 .cs-image-group {
    font-size: min(2.3vw, 0.916rem);
    width: 40em;
    height: 40.375em;
    order: -1;
    position: relative;
    flex: none;
  }
  #sbs-2233 .cs-picture {
    width: 20em;
    height: 35.5625em;
    overflow: hidden;
    border: 0.25em solid #fff;
    display: block;
    position: absolute;
  }
  #sbs-2233 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sbs-2233 .cs-picture1 {
    top: 0;
    left: 0;
  }
  #sbs-2233 .cs-picture2 {
    top: 0;
    right: 0;
  }
  #sbs-2233 .cs-caption {
    font-size: clamp(1.25rem, 2vw, 1.9375rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    width: 83%;
    max-width: 26.25rem;
    margin: 0;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    background-color: #FBF5F1;
    color: var(--headerColor);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #sbs-2233 .cs-stats {
    width: 100%;
    max-width: 80rem;
    margin: clamp(3rem, 7vw, 6.25rem) auto 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    row-gap: 0.5rem;
    position: relative;
  }
  #sbs-2233 .cs-stat {
    height: clamp(6.25rem, 11vw, 10rem);
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: span 6;
    position: relative;
  }
  #sbs-2233 .cs-stat-number {
    font-size: clamp(6.25rem, 11vw, 10rem);
    font-weight: 900;
    line-height: 1.2em;
    margin: 0;
    color: var(--primary);
    opacity: 0.2;
    display: block;
  }
  #sbs-2233 .cs-stat-text {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0;
    color: var(--bodyTextColor);
    display: block;
    position: absolute;
    z-index: 2;
  }
  #sbs-2233 .cs-flower {
    width: 19.3125rem;
    height: auto;
    margin-right: -60.125rem;
    display: none;
    position: absolute;
    right: 50%;
    bottom: -0.625rem;
  }
}
@media only screen and (min-width: 40.625rem) {
  #stats-316 .cs-card-group {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 1.25rem;
    row-gap: 2rem;
  }
}
@media only screen and (min-width: 48rem) {
  #why-choose-1634 .cs-container {
    max-width: 80rem;
  }
  #why-choose-1634 .cs-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #why-choose-1634 .cs-flex {
    text-align: left;
    width: 40vw;
    max-width: 40rem;
    flex: none;
  }
  #why-choose-1634 .cs-title {
    margin: 0;
  }
  #why-choose-1634 .cs-h3 {
    text-align: left;
  }
  #why-choose-1634 .cs-item-text {
    text-align: left;
  }
  #why-choose-1634 .cs-item {
    grid-column: span 4;
  }
  #why-choose-1634 .cs-image-group {
    width: 100%;
  }
  #sbs-2179 {
    padding: var(--sectionPadding);
  }
  #sbs-2179 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #sbs-2179 .cs-content {
    width: 100%;
  }
  #sbs-2179 .cs-picture1 {
    font-size: min(1.1vw, 1em);
    width: 24em;
    height: 31.8125em;
    flex: none;
  }
  #sbs-2179 .cs-picture2 {
    font-size: min(1.1vw, 1em);
    width: 23.9375em;
    height: 16.375em;
    margin: -1.625rem 0 0 auto;
    flex: none;
  }
}
@media only screen and (min-width: 64rem) {
  #sbs-945 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #sbs-945 .cs-container.cs-reverse {
    flex-direction: row-reverse;
  }
  #sbs-945 .cs-image-group {
    font-size: min(1.15vw, 1em);
    margin: 0;
    flex: none;
  }
  #sbs-945 .cs-content {
    width: 51%;
  }
  #why-choose-1634 {
    background-color: #FBF5F1;
    overflow: hidden;
  }
  #why-choose-1634 .cs-content {
    align-items: flex-start;
  }
  #why-choose-1634 .cs-flex {
    width: 50%;
  }
  #why-choose-1634 .cs-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 2.5rem;
    position: relative;
    z-index: 1;
  }
  #why-choose-1634 .cs-wrapper:before {
    content: "";
    width: 100vw;
    height: 100vw;
    background: #fff;
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
  }
  #why-choose-1634 .cs-card-group {
    max-width: 39.375rem;
    padding-top: 3rem;
    align-self: flex-start;
  }
  #why-choose-1634 .cs-image-group {
    width: 33.875em;
    height: auto;
    min-height: 30.875em;
    margin-top: -3rem;
    order: 2;
    flex: none;
  }
  #why-choose-1634 .cs-item {
    grid-column: span 12;
    flex-direction: row;
  }
  #sbsr-2217 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
  #sbsr-2217 .cs-content {
    width: 47%;
    align-self: center;
  }
  #sbsr-2217 .cs-li {
    align-items: center;
  }
  #sbsr-2217 .cs-image-group {
    font-size: min(1.2vw, 1em);
    height: auto;
    flex: none;
    order: 2;
  }
  #stats-316 .cs-card-group {
    max-width: 80rem;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
  #sbs-2233 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    align-items: stretch;
  }
  #sbs-2233 .cs-content {
    padding: clamp(3rem, 7vw, 4rem) 0;
  }
  #sbs-2233 .cs-image-group {
    font-size: min(1vw, 1rem);
    height: auto;
    min-height: 40.3125em;
  }
  #sbs-2233 .cs-picture {
    height: auto;
    top: 0;
    bottom: 4.8125em;
  }
  #sbs-2233 .cs-stats {
    column-gap: clamp(1.5rem, 9vw, 4rem);
  }
  #sbs-2233 .cs-stat {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 81.25rem) {
  #sbs-2179 .cs-container {
    align-items: stretch;
  }
  #sbs-2179 .cs-picture1 {
    height: auto;
    max-height: 100%;
    margin-bottom: 2.75rem;
  }
}
@media only screen and (min-width: 87.5rem) {
  #sbs-2233 .cs-flower {
    display: block;
  }
}

/*# sourceMappingURL=usluge.css.map */
