@media only screen and (min-width: 0rem) {
  @keyframes floatAnimation {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-2rem);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes floatAnimation2 {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-3rem);
    }
    100% {
      transform: translateY(0);
    }
  }
  #banner {
    padding: var(--sectionPadding);
    padding-top: clamp(11.25rem, 27vw, 15.125rem);
    padding-bottom: clamp(3.75rem, 7vw, 11.375rem);
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: var(--primary);
  }
  #banner .cs-container {
    text-align: center;
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.75rem;
  }
  #banner .cs-int-title {
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    font-family: var(--headerFont);
    font-weight: 400;
    line-height: 1.2em;
    text-align: inherit;
    margin: 0;
    color: var(--bodyTextColorWhite);
    position: relative;
  }
  #banner .cs-breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #banner .cs-link {
    font-size: 1.3rem;
    line-height: 1.2em;
    text-decoration: none;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  #banner .cs-link:last-of-type::after {
    display: none;
  }
  #banner .cs-link:after {
    content: "";
    width: 0.4375rem;
    height: 0.75rem;
    margin: 0 1rem;
    background: url("/assets/svgs/white-right-arrow-2.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: relative;
  }
  #banner .cs-link.cs-active {
    color: var(--bodyTextColorWhite);
  }
  #banner .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #banner .cs-background:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #FAF6F2;
    opacity: 0.84;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #banner .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #banner .cs-graphic {
    width: clamp(7.71rem, 22.5vw, 14.19rem);
    height: auto;
    position: absolute;
    top: 1.25rem;
    right: -2rem;
    z-index: -1;
  }
  #banner .cs-bubbles {
    font-size: min(2.9vw, 0.9em);
    position: absolute;
    z-index: -1;
    display: block;
    transform: rotate(180deg);
  }
  #banner .cs-bubbles2 {
    width: 20.625rem;
    height: 29.75rem;
    right: -3.75rem;
    bottom: -3.75rem;
  }
  #banner .cs-bubbles2:before {
    content: "";
    width: 20.625rem;
    height: 20.625rem;
    background: transparent;
    border: 1px solid #FFF;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    animation-name: floatAnimation;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }
  #banner .cs-bubbles2:after {
    content: "";
    width: 16.25rem;
    height: 16.25rem;
    background: var(--secondary);
    opacity: 0.8;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    right: 8.75rem;
    z-index: -1;
    animation-name: floatAnimation2;
    animation-duration: 14s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }
}
@media only screen and (min-width: 0rem) {
  #hero-usluge {
    padding: clamp(12.5rem, 16.82vw, 15.25rem) 1rem 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #hero-usluge .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3rem;
  }
  #hero-usluge .cs-content {
    text-align: center;
    max-width: 39.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
  }
  #hero-usluge .cs-topper {
    font-size: 1rem;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: inherit;
    letter-spacing: 0.1em;
    font-weight: 400;
    color: var(--primary);
    margin-bottom: 0.25rem;
    display: block;
  }
  #hero-usluge .cs-title {
    font-size: clamp(2.4375rem, 6.3vw, 4.625rem);
    font-weight: 400;
    line-height: 1.2em;
    text-align: inherit;
    max-width: 23ch;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    position: relative;
  }
  #hero-usluge .cs-text {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    max-width: 33.1875rem;
    margin: 0 0 2rem 0;
    color: var(--bodyTextColor);
  }
  #hero-usluge .cs-video-group {
    width: 100%;
    height: 100vw;
    min-height: 21.25rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    position: relative;
    z-index: 1;
  }
  #hero-usluge .cs-video-group:before {
    content: "";
    width: 300vw;
    height: 500%;
    background: #f7f7f7;
    opacity: 1;
    position: absolute;
    display: block;
    bottom: 3.375rem;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
  }
  #hero-usluge .cs-box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: clamp(1.5rem, 4vw, 2rem);
    background-color: var(--primary);
    display: flex;
    align-items: flex-start;
    gap: clamp(1rem, 2vw, 1.5rem);
  }
  #hero-usluge .cs-header {
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    color: var(--bodyTextColorWhite);
  }
  #hero-usluge .cs-box-icon {
    width: clamp(2.5rem, 4vw, 3rem);
  }
  #hero-usluge .cs-video-wrapper {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
  #hero-usluge .cs-video-wrapper:hover {
    cursor: pointer;
  }
  #hero-usluge .cs-video-wrapper:hover .cs-play {
    transform: translate(-50%, -50%) scale(1.2);
  }
  #hero-usluge .cs-video-wrapper video, #hero-usluge .cs-video-wrapper .cs-picture, #hero-usluge .cs-video-wrapper video img, #hero-usluge .cs-video-wrapper .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #hero-usluge .cs-play {
    width: clamp(5rem, 14vw, 7.5rem);
    height: clamp(5rem, 14vw, 7.5rem);
    display: flex;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s, opacity 0.3s;
  }
  #hero-usluge .cs-play.cs-hide {
    transform: translate(-50%, -50%) scale(0) !important;
    opacity: 0;
  }
  #hero-usluge .cs-icon {
    width: 1.25rem;
    height: auto;
  }
}
@media only screen and (min-width: 48rem) {
  #hero-usluge .cs-container {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
  #hero-usluge .cs-content {
    text-align: left;
    width: 47%;
    padding-bottom: clamp(10.5rem, 30vw, 18.75rem);
    flex: none;
    align-items: flex-start;
    align-self: flex-start;
  }
  #hero-usluge .cs-video-group {
    width: 50%;
    max-width: 39.375rem;
    height: auto;
    min-height: clamp(33.125rem, 67vw, 55rem);
  }
  #hero-usluge .cs-video-group:before {
    bottom: 6.25rem;
  }
  #hero-usluge .cs-video-wrapper {
    height: 90%;
  }
  #hero-usluge .cs-box {
    width: 80%;
    max-width: 19.1875rem;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: calc(clamp(7.25rem, 17vw, 12.5rem) * -1);
  }
}
@media only screen and (min-width: 64rem) {
  #hero-usluge .cs-video-wrapper {
    height: 100%;
  }
  #hero-usluge .cs-box {
    bottom: 3rem;
  }
}
@media only screen and (min-width: 0rem) {
  #cenovnik {
    padding: var(--sectionPadding);
    background-color: #fafbfc;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #cenovnik .cs-container {
    width: 100%;
    max-width: 44rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  #cenovnik .cs-wrapper {
    display: flex;
    flex-direction: column;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #cenovnik .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #cenovnik .cs-topper {
    color: var(--secondary);
  }
  #cenovnik .cs-title {
    margin: 0;
  }
  #cenovnik .cs-card-group {
    margin: 0;
    padding: 0;
    display: grid;
    align-items: stretch;
    grid-auto-flow: row;
    gap: clamp(1.5rem, 3vw, 2rem);
  }
  #cenovnik .cs-item {
    list-style: none;
    padding-bottom: 2rem;
    border-bottom: var(--primary) 1px solid;
    display: flex;
    align-items: flex-start;
    gap: clamp(1rem, 2vw, 1.5rem);
    position: relative;
  }
  #cenovnik .cs-item:last-of-type {
    border-bottom: none;
  }
  #cenovnik .cs-number {
    font-size: clamp(3.0625rem, 6vw, 4.5rem);
    font-weight: 900;
    line-height: 1.1875em;
    color: var(--primary);
    opacity: 0.2;
    display: block;
  }
  #cenovnik .cs-h3 {
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    font-weight: 700;
    line-height: 1.125em;
    margin: 0 0 0.75rem 0;
    color: var(--headerColor);
  }
  #cenovnik .cs-item-text {
    font-size: 1.125rem;
    line-height: 1.25em;
    text-align: left;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #cenovnik .comparison-table {
    width: 70vw;
    border-collapse: collapse;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  #cenovnik .comparison-table th,
  #cenovnik .comparison-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
  }
  #cenovnik .comparison-table thead {
    background: var(--primary);
    color: #fff;
  }
  #cenovnik .comparison-table thead th {
    font-weight: bold;
  }
  #cenovnik .comparison-table tbody tr:nth-child(even) {
    background: #f8f8f8;
  }
  #cenovnik .comparison-table tbody tr:hover {
    background: #eaeaea;
  }
  #cenovnik .comparison-table tbody td:last-child {
    width: 30%;
  }
}
@media only screen and (min-width: 64rem) {
  #cenovnik .cs-container {
    max-width: 80rem;
    flex-direction: row;
    align-items: stretch;
    gap: clamp(3rem, 6vw, 3.75rem);
  }
  #cenovnik .cs-card-group {
    gap: clamp(1rem, 3vw, 2rem);
  }
  #cenovnik .cs-item {
    flex-direction: row;
  }
  #cenovnik .comparison-table {
    width: 50vw;
  }
}
@media only screen and (min-width: 0rem) {
  #usluge {
    padding: var(--sectionPadding);
    position: relative;
  }
  #usluge .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #usluge .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #usluge .cs-topper {
    color: var(--primary);
  }
  #usluge .cs-title {
    max-width: 25ch;
  }
  #usluge .cs-text {
    margin-bottom: 1rem;
  }
  #usluge .cs-button-solid {
    flex: none;
    white-space: nowrap;
  }
  #usluge .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(1rem, 2vw, 1.25rem);
  }
  #usluge .cs-item {
    text-align: center;
    list-style: none;
    width: 100%;
    height: clamp(15rem, 40vw, 20rem);
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-column: span 12;
    grid-row: span 1;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #usluge .cs-item:hover .cs-background:before {
    opacity: 0.95;
    background-color: var(--primary);
  }
  #usluge .cs-item:hover .cs-background img {
    transform: scale(1.2);
  }
  #usluge .cs-link {
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: clamp(1rem, 3vw, 2rem);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #usluge .cs-h3 {
    font-size: clamp(1.5625rem, 2.5vw, 1.9375rem);
    font-weight: 400;
    line-height: 1.2em;
    text-align: inherit;
    margin: 0;
    color: var(--bodyTextColorWhite);
    font-family: var(--bodyFont);
  }
  #usluge .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #usluge .cs-background:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #111926;
    opacity: 0.5;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: background-color 0.3s, opacity 0.3s;
  }
  #usluge .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.6s;
  }
}
@media only screen and (min-width: 48rem) {
  #usluge {
    padding-top: clamp(2rem, 4vw, 3rem);
  }
  #usluge .cs-content {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  #usluge .cs-item {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 0rem) {
  #sbs {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
  }
  #sbs .cs-container {
    width: 100%;
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs .cs-content {
    text-align: left;
    width: 100%;
    max-width: 33.875rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #sbs .cs-text {
    margin-bottom: 1rem;
  }
  #sbs .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs .cs-list-header {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    text-align: inherit;
  }
  #sbs .cs-contact-group {
    width: 100%;
    margin-bottom: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  #sbs .cs-link {
    text-decoration: none;
    padding-right: 1.875rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    position: relative;
  }
  #sbs .cs-link:hover:before {
    width: 100%;
    height: 3.5em;
  }
  #sbs .cs-link:hover .cs-wrapper {
    transform: scale(1.2);
  }
  #sbs .cs-link:hover .cs-icon {
    transform: translateX(0.4375rem);
  }
  #sbs .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 .cs-wrapper {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
    transition: transform 0.3s;
  }
  #sbs .cs-icon {
    width: 1.5rem;
    height: auto;
    display: block;
    transition: transform 0.3s;
  }
  #sbs .cs-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  #sbs .cs-header {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0;
    color: var(--headerColor);
    display: block;
  }
  #sbs .cs-link-content {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0;
    color: var(--bodyTextColor);
    display: block;
  }
  #sbs .cs-image-group {
    font-size: min(2.24vw, 0.844em);
    width: 40.625em;
    height: 42.9375em;
    position: relative;
    z-index: 1;
  }
  #sbs .cs-picture {
    overflow: hidden;
    display: block;
    position: absolute;
  }
  #sbs .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sbs .cs-picture1 {
    width: 21.8125em;
    height: 36.875em;
    top: 3.0625em;
    left: 0;
  }
  #sbs .cs-picture2 {
    width: 17.5625em;
    height: 24.1875em;
    top: 0;
    right: 0;
  }
  #sbs .cs-picture3 {
    width: 17.5625em;
    height: 17.5em;
    bottom: 0;
    right: 0;
  }
  #sbs .cs-seal {
    width: 9.375em;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -40%);
  }
  #sbs .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }
  #sbs .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 .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
  }
  #sbs .cs-ul {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  #sbs .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #sbs .cs-image-group {
    font-size: min(1.15vw, 1em);
    margin: 0;
    flex: none;
  }
  #sbs .cs-content {
    width: 51%;
  }
}
@media only screen and (min-width: 0rem) {
  #zasto-nas-izabrati {
    padding: var(--sectionPadding);
    background-color: var(--secondaryLight);
  }
  #zasto-nas-izabrati .cs-container {
    width: 100%;
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 10vw, 6.25rem);
  }
  #zasto-nas-izabrati .cs-content {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #zasto-nas-izabrati .cs-flex {
    max-width: 38.5rem;
  }
  #zasto-nas-izabrati .cs-title {
    max-width: 20ch;
    color: var(--bodyTextColorWhite);
  }
  #zasto-nas-izabrati .cs-text {
    margin-bottom: 1rem;
    color: var(--bodyTextColorWhite);
  }
  #zasto-nas-izabrati .cs-text:last-of-type {
    margin-bottom: 0;
  }
  #zasto-nas-izabrati .cs-wrapper {
    width: 100%;
  }
  #zasto-nas-izabrati .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);
  }
  #zasto-nas-izabrati .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);
  }
  #zasto-nas-izabrati .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;
  }
  #zasto-nas-izabrati .cs-icon {
    width: 2rem;
    height: auto;
    display: block;
  }
  #zasto-nas-izabrati .cs-h3 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
    margin-bottom: 0.5rem;
    color: var(--bodyTextColorWhite);
    text-align: inherit;
  }
  #zasto-nas-izabrati .cs-item-text {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColorWhite);
    text-align: inherit;
  }
  #zasto-nas-izabrati .cs-wrapper {
    display: contents;
  }
  #zasto-nas-izabrati .cs-image-group {
    font-size: min(2.7vw, 1em);
    width: 33.875em;
    height: 30.875em;
    order: -1;
    position: relative;
    z-index: 1;
  }
  #zasto-nas-izabrati .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;
  }
  #zasto-nas-izabrati .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;
  }
  #zasto-nas-izabrati .cs-header {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0;
    color: var(--headerColor);
    display: block;
  }
  #zasto-nas-izabrati .cs-desc {
    font-size: 0.875em;
    line-height: 1.5em;
    margin: 0;
    color: var(--primary);
    display: block;
  }
  #zasto-nas-izabrati .cs-picture {
    position: relative;
    z-index: 1;
  }
  #zasto-nas-izabrati .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #zasto-nas-izabrati .cs-picture1 {
    width: 100%;
    height: 100%;
  }
  #zasto-nas-izabrati .cs-picture2 {
    width: 36.346863%;
    height: 39.878543%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (min-width: 48rem) {
  #zasto-nas-izabrati .cs-container {
    max-width: 80rem;
  }
  #zasto-nas-izabrati .cs-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #zasto-nas-izabrati .cs-flex {
    text-align: left;
    width: 40vw;
    max-width: 40rem;
    flex: none;
  }
  #zasto-nas-izabrati .cs-title {
    margin: 0;
  }
  #zasto-nas-izabrati .cs-h3, #zasto-nas-izabrati .cs-item-text {
    text-align: left;
  }
  #zasto-nas-izabrati .cs-item {
    grid-column: span 4;
  }
  #zasto-nas-izabrati .cs-image-group {
    width: 100%;
  }
}
@media only screen and (min-width: 64rem) {
  #zasto-nas-izabrati {
    overflow: hidden;
  }
  #zasto-nas-izabrati .cs-content {
    align-items: flex-start;
  }
  #zasto-nas-izabrati .cs-flex {
    width: 50%;
  }
  #zasto-nas-izabrati .cs-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 2.5rem;
    position: relative;
    z-index: 1;
  }
  #zasto-nas-izabrati .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%);
  }
  #zasto-nas-izabrati .cs-card-group {
    max-width: 39.375rem;
    padding-top: 3rem;
    align-self: flex-start;
  }
  #zasto-nas-izabrati .cs-image-group {
    width: 33.875em;
    height: auto;
    min-height: 30.875em;
    margin-top: -3rem;
    order: 2;
    flex: none;
  }
  #zasto-nas-izabrati .cs-item {
    grid-column: span 12;
    flex-direction: row;
  }
  #zasto-nas-izabrati .cs-h3 {
    color: var(--headerColor);
  }
  #zasto-nas-izabrati .cs-item-text {
    color: var(--bodyTextColor);
  }
}
@media only screen and (min-width: 0rem) {
  #zasto-nas-izabrati-2 {
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  #zasto-nas-izabrati-2 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    padding: var(--sectionPadding);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2.5rem, 3.9vw, 4rem);
    position: relative;
    z-index: 1;
  }
  #zasto-nas-izabrati-2 .cs-container:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #zasto-nas-izabrati-2 .cs-content {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #zasto-nas-izabrati-2 .cs-flex {
    max-width: 38.5rem;
  }
  #zasto-nas-izabrati-2 .cs-topper {
    color: var(--primary);
  }
  #zasto-nas-izabrati-2 .cs-title {
    margin: 0;
    max-width: 23ch;
    color: var(--headerColor);
  }
  #zasto-nas-izabrati-2 .cs-text {
    color: var(--headerColor);
    margin-bottom: 1rem;
  }
  #zasto-nas-izabrati-2 .cs-text-top {
    color: var(--headerColor);
    margin-bottom: 1rem;
    font-size: 1.125rem;
    margin-top: 1rem;
  }
  #zasto-nas-izabrati-2 .cs-text {
    font-size: 0.9375rem;
  }
  #zasto-nas-izabrati-2 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #zasto-nas-izabrati-2 .cs-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: clamp(1rem, 3.2vw, 2rem);
  }
  #zasto-nas-izabrati-2 .cs-card-group {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: clamp(1rem, 2vw, 2rem);
  }
  #zasto-nas-izabrati-2 .cs-item {
    list-style: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
  }
  #zasto-nas-izabrati-2 .cs-item-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  #zasto-nas-izabrati-2 .cs-item-number {
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0;
    color: var(--primary);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
  }
  #zasto-nas-izabrati-2 .cs-h3 {
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0;
    color: var(--headerColor);
  }
  #zasto-nas-izabrati-2 .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #zasto-nas-izabrati-2 .cs-picture {
    width: 100%;
    max-width: 80rem;
    height: clamp(21.25rem, 47vw, 38.75rem);
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
  }
  #zasto-nas-izabrati-2 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #zasto-nas-izabrati-2 .cs-floater {
    width: clamp(15.375rem, 50vw, 17.1875rem);
    height: auto;
    position: absolute;
    right: 0;
    top: 410px;
    z-index: 1;
    display: none;
  }
  #zasto-nas-izabrati-2 .cs-button-solid {
    background-color: var(--secondary);
  }
}
@media only screen and (min-width: 48rem) {
  #zasto-nas-izabrati-2 {
    padding: var(--sectionPadding);
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3.75rem, 3.9vw, 6.25rem);
  }
  #zasto-nas-izabrati-2 .cs-container {
    padding: 0;
  }
  #zasto-nas-izabrati-2 .cs-container:before {
    width: 130vw;
    height: 220%;
    top: -9.375rem;
    left: 50%;
    transform: translateX(-50%);
  }
  #zasto-nas-izabrati-2 .cs-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #zasto-nas-izabrati-2 .cs-flex {
    text-align: left;
    width: 45%;
    max-width: 40rem;
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: stretch;
  }
  #zasto-nas-izabrati-2 .cs-right {
    width: 45%;
  }
  #zasto-nas-izabrati-2 .cs-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 115.25rem) {
  #zasto-nas-izabrati-2 .cs-floater {
    display: block;
  }
}
@media only screen and (min-width: 0rem) {
  #sbs-reverse {
    padding: var(--sectionPadding);
    overflow: hidden;
  }
  #sbs-reverse .cs-container {
    width: 100%;
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: clamp(3rem, 4vw, 4rem);
  }
  #sbs-reverse .cs-content {
    text-align: left;
    width: 100%;
    max-width: 33.875rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 10;
  }
  #sbs-reverse .cs-text {
    margin-bottom: 1rem;
  }
  #sbs-reverse .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-reverse .cs-ul {
    width: 100%;
    padding: 0;
    margin: clamp(2rem, 5vw, 3rem) 0 0 0;
    padding: clamp(2rem, 5vw, 3rem) 0 0 0;
    border-top: 1px solid #e8e8e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 0.75rem;
  }
  #sbs-reverse .cs-item {
    list-style: none;
    width: 32%;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    align-content: space-between;
  }
  #sbs-reverse .cs-number {
    font-size: 1.5625rem;
    line-height: 1.2em;
    font-weight: 400;
    text-align: left;
    color: var(--primary);
    display: block;
    margin: 0 0 0.5rem 0;
  }
  #sbs-reverse .cs-h3 {
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 400;
    text-align: left;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #sbs-reverse .cs-image-group {
    width: 100%;
    max-width: 41.875rem;
    height: 100vw;
    max-height: 39.375rem;
    position: relative;
    display: block;
    z-index: 1;
  }
  #sbs-reverse .cs-picture {
    width: 93%;
    height: 93%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  #sbs-reverse .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #sbs-reverse .cs-box {
    text-align: left;
    width: 70%;
    max-width: 22.5rem;
    padding: clamp(1.25rem, 4vw, 2.5rem);
    box-sizing: border-box;
    background-color: var(--primary);
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
  #sbs-reverse .cs-desc {
    font-size: clamp(1rem, 2.5vw, 1.9375rem);
    line-height: 1.2em;
    font-weight: 400;
    text-align: inherit;
    width: 100%;
    color: var(--bodyTextColorWhite);
    position: relative;
    z-index: 10;
  }
  #sbs-reverse .cs-graphic {
    width: 150%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}
@media only screen and (min-width: 64rem) {
  #sbs-reverse .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  #sbs-reverse .cs-content {
    width: 48%;
    padding: 3rem 0;
    align-self: center;
    flex: none;
  }
  #sbs-reverse .cs-image-group {
    width: 55%;
    max-width: 41.875rem;
    min-height: 41.875rem;
    max-height: 100%;
    height: auto;
    margin: 0;
    order: 2;
  }
  #sbs-reverse .cs-picture {
    width: 93%;
    height: 94%;
    left: auto;
    right: 0;
  }
  #sbs-reverse .cs-box {
    bottom: 0rem;
    right: auto;
    left: 0;
  }
  #sbs-reverse .cs-graphic {
    max-width: 44.6875rem;
    left: auto;
    right: 8.125rem;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 0rem) {
  #usluge-2 {
    padding: var(--sectionPadding);
    padding-bottom: 2rem;
    background-color: var(--primary);
  }
  #usluge-2 .cs-container {
    max-width: 50rem;
    max-width: 80rem;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #usluge-2 .cs-content {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #usluge-2 .cs-title {
    max-width: 20ch;
  }
  #usluge-2 .cs-text {
    max-width: 40rem;
    position: relative;
    z-index: 1;
    color: var(--headerColor);
  }
  #usluge-2 .cs-text:after {
    content: "";
    width: 100%;
    height: 1px;
    margin-top: 1.5rem;
    background: var(--primary);
    opacity: 1;
    display: block;
    position: relative;
  }
  #usluge-2 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    row-gap: 2.5rem;
    column-gap: clamp(1rem, 5vw, 2.5rem);
  }
  #usluge-2 .cs-item {
    list-style: none;
    max-width: 25rem;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    gap: clamp(0.5rem, 1vw, 0.8rem);
    text-align: left;
  }
  #usluge-2 .cs-picture {
    width: clamp(2.75rem, 4vw, 4rem);
    height: clamp(2.75rem, 4vw, 4rem);
    margin: 0;
    box-sizing: border-box;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex: none;
  }
  #usluge-2 .cs-icon {
    width: 2rem;
    height: auto;
    display: block;
  }
  #usluge-2 .cs-h3 {
    font-size: 1.25rem;
    text-align: inherit;
    line-height: 1.5em;
    margin: 0;
    margin-bottom: 0.5rem;
    color: var(--headerColor);
  }
  #usluge-2 .cs-item-text {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    text-align: inherit;
    line-height: 1.5em;
    margin: 0;
    color: var(--headerColor);
  }
  #usluge-2 .cs-button-solid {
    background-color: #f7f7f7;
    color: var(--primary);
  }
  #usluge-2 .cs-button-solid:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: var(--secondary);
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
    border-radius: 20px;
  }
  #usluge-2 .cs-button-solid:hover {
    color: #fff;
  }
  #usluge-2 .cs-button-solid:hover:before {
    width: 100%;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 48rem) {
  #usluge-2 .cs-container {
    max-width: 80rem;
  }
  #usluge-2 .cs-item {
    margin: 0;
    width: 100%;
    align-items: flex-start;
  }
  #usluge-2 .cs-h3, #usluge-2 .cs-item-text {
    text-align: left;
  }
  #usluge-2 .cs-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #usluge-2 .cs-flex {
    text-align: left;
    width: 40vw;
    max-width: 40rem;
    flex: none;
  }
  #usluge-2 .cs-title {
    margin: 0;
  }
  #usluge-2 .cs-text {
    padding: 0.75rem 0 0.75rem 1.5rem;
  }
  #usluge-2 .cs-text:after {
    width: 1px;
    height: 100%;
    margin: 0 1.5rem 0 0;
    order: -1;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media only screen and (min-width: 81.25rem) {
  #usluge-2 .cs-card-group {
    max-width: 80rem;
  }
  #usluge-2 .cs-item {
    flex-direction: row;
  }
}
@media only screen and (min-width: 0rem) {
  #sub {
    background-color: var(--primary);
    position: relative;
    z-index: 1;
  }
  #sub .cs-container {
    width: 100%;
    max-width: 82rem;
    margin: auto;
    padding: var(--sectionPadding);
    padding-bottom: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  #sub .cs-content {
    text-align: center;
    width: 100%;
    max-width: 56.25rem;
    margin: 0 auto;
    margin-bottom: calc(clamp(5.5rem, 13vw, 9.375rem) * -1);
    padding: clamp(3.75rem, 9vw, 5rem) clamp(2rem, 8vw, 4rem);
    box-sizing: border-box;
    background-color: var(--secondaryLight);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
  }
  #sub .cs-quote {
    width: 3.75rem;
    height: auto;
    margin-right: 1.5rem;
    opacity: 0.8;
    flex-shrink: 0;
  }
  #sub .cs-text {
    max-width: 43.75rem;
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    line-height: 1.5;
    margin: 0;
    color: var(--bodyTextColorWhite);
    opacity: 0.9;
    text-align: left;
  }
  #sub .cs-background {
    width: 100%;
    height: clamp(21.25rem, 47vw, 38.75rem);
    display: block;
    position: relative;
    z-index: 1;
  }
  #sub .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sub .cs-floater {
    width: 28.1875rem;
    height: auto;
    opacity: 0.04;
    position: absolute;
    right: -13.75rem;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 48rem) {
  #sub .cs-content {
    width: 100%;
    max-width: 56.25rem;
    padding: clamp(4rem, 6vw, 6rem) clamp(3rem, 8vw, 6rem);
  }
  #sub .cs-text {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  #sub .cs-content {
    max-width: 62.5rem;
  }
}
@media only screen and (min-width: 0rem) {
  #google-map {
    z-index: 1;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    padding: var(--sectionPadding);
  }
  #google-map .cs-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    max-width: 80rem;
    width: 100%;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #google-map .cs-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 46.125rem;
    width: 100%;
    text-align: left;
  }
}
@media only screen and (min-width: 48rem) {
  #google-map .cs-container {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  #google-map .cs-content {
    max-width: 100%;
    height: 40%;
    width: 100%;
    flex: none;
  }
}
@media only screen and (max-width: 63.9375rem) {
  .cs-map-wrapper {
    display: flex;
    gap: 2rem;
    flex-direction: column;
  }
  .cs-map {
    z-index: 1;
    position: relative;
    height: 15rem;
    width: 100vw;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 64rem) {
  .cs-map-wrapper {
    display: flex;
    gap: 2rem;
    flex-direction: row;
  }
  .cs-map {
    z-index: 1;
    position: relative;
    height: 50vh;
    width: 100vw;
    max-width: 100%;
    margin: 0 auto;
  }
}

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