@keyframes floatAnimation2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3rem);
  }
  100% {
    transform: translateY(0);
  }
}
@media only screen and (min-width: 0rem) {
  #banner-1402 {
    padding: var(--sectionPadding);
    padding-top: clamp(11.875rem, 25vw, 16.75rem);
    padding-bottom: 6.25rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #banner-1402 .cs-container {
    text-align: center;
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: clamp(0.5rem, 1vw, 0.75rem);
  }
  #banner-1402 .cs-int-title {
    font-family: "Lora", Arial, sans-serif;
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    font-weight: 900;
    line-height: 1.2em;
    text-align: inherit;
    margin: 0;
    color: var(--bodyTextColorWhite);
    position: relative;
  }
  #banner-1402 .cs-breadcrumbs {
    font-family: "DM Sans", Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #banner-1402 .cs-link {
    font-size: 1rem;
    line-height: 1.2em;
    text-decoration: none;
    color: var(--bodyTextColorWhite);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #banner-1402 .cs-link:last-of-type::after {
    display: none;
  }
  #banner-1402 .cs-link:after {
    content: "";
    width: 0.4375rem;
    height: 0.75rem;
    margin: 0 1rem;
    background: url("/assets/svgs/white-chev.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
  }
  #banner-1402 .cs-link.cs-active {
    color: var(--primary);
  }
  #banner-1402 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #banner-1402 .cs-background:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
  }
  #banner-1402 .cs-background:after {
    content: "";
    width: 100%;
    height: 40%;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #banner-1402 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #services-1377 {
    padding: var(--sectionPadding);
    background-color: #f7f7f7;
  }
  #services-1377 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #services-1377 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #services-1377 .cs-topper {
    color: var(--secondary);
  }
  #services-1377 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(1rem, 2.3vw, 1.25rem);
  }
  #services-1377 .cs-item {
    list-style: none;
    width: 100%;
    min-height: clamp(13.125rem, 30vw, 19.0625rem);
    margin: 0;
    box-sizing: border-box;
    padding: clamp(1rem, 1.8vw, 1.5rem);
    padding-top: clamp(1.5rem, 2.3vw, 2rem);
    background-color: #fff;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    grid-column: span 12;
    gap: 3rem;
    position: relative;
    z-index: 1;
    transition: background-color 0.3s;
  }
  #services-1377 .cs-item:hover {
    background-color: var(--primary);
  }
  #services-1377 .cs-item:hover .cs-icon {
    filter: grayscale(1) brightness(1000%);
  }
  #services-1377 .cs-item:hover .cs-arrow {
    filter: grayscale(1) brightness(1000%);
  }
  #services-1377 .cs-item:hover .cs-h3 {
    color: #fff;
  }
  #services-1377 .cs-item:hover .cs-arrow-wrapper {
    border-color: #fff;
  }
  #services-1377 .cs-icon {
    width: auto;
    height: 2.5rem;
    transition: filter 0.3s;
  }
  #services-1377 .cs-link {
    text-decoration: none;
    color: var(--headerColor);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0.625rem;
  }
  #services-1377 .cs-h3 {
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    font-weight: bold;
    line-height: 1.2em;
    text-align: inherit;
    word-break: break-word;
    margin: 0;
    transition: color 0.3s;
  }
  #services-1377 .cs-arrow-wrapper {
    width: 3rem;
    height: 3rem;
    border: 1px solid #bababa;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: border-color 0.3s;
  }
  #services-1377 .cs-arrow {
    width: auto;
    height: 0.75rem;
    transition: filter 0.3s;
  }
  @keyframes floatAnimation {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-2rem);
    }
    100% {
      transform: translateY(0);
    }
  }
  #pricing {
    padding-bottom: 0;
    scroll-margin-top: 4rem;
  }
  .pricing {
    padding: var(--sectionPadding);
  }
  .pricing .cs-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: clamp(3rem, 6vw, 4rem);
    margin: auto;
    max-width: 80rem;
    width: 100%;
  }
  .pricing .cs-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .pricing .cs-title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    max-width: 20ch;
  }
  .pricing .cs-text {
    color: var(--bodyTextColor);
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    margin: 0;
    margin-bottom: 3rem;
    max-width: 40.625rem;
    text-align: inherit;
    width: 100%;
  }
  .pricing .cs-plan {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.5em;
    color: var(--headerColor);
  }
  .pricing .cs-plan:hover {
    cursor: pointer;
  }
  .pricing .cs-toggle {
    position: relative;
    border: none;
    border-radius: 2.5em;
    margin: 0 0.75em;
    background-color: var(--primary);
    height: 1.75em;
    width: 3.5em;
    flex: none;
  }
  .pricing .cs-toggle:hover {
    cursor: pointer;
  }
  .pricing .cs-toggle:before {
    background: linear-gradient(90deg, #ffba43 -24.69%, #e12213 126.23%);
    border-radius: 2.5em;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s;
    width: 100%;
  }
  .pricing .cs-toggle.active:before {
    opacity: 1;
  }
  .pricing .cs-option-group {
    position: relative;
    transform-style: preserve-3d;
    perspective: 700px;
    width: 100%;
  }
  .pricing .cs-option-group:after {
    height: 1px;
    position: relative;
    content: "";
    opacity: 1;
    display: block;
    margin-bottom: clamp(2rem, 4vw, 2.5rem);
    background: linear-gradient(90deg, rgba(232, 232, 232, 0.2) 0%, #e8e8e8 53.78%, rgba(232, 232, 232, 0.2) 100%);
    width: 100%;
  }
  .pricing .cs-card-group {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 2vw, 1.25rem);
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .pricing .cs-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #e8e8e8;
    border-radius: 1em;
    background: var(--bodyTextColorWhite);
    max-width: 39.375em;
    width: 100%;
    box-sizing: border-box;
    padding: clamp(1.25rem, 3vw, 2rem) clamp(1rem, 2.4vw, 2rem);
    list-style: none;
  }
  .pricing .cs-popular {
    position: relative;
    background: var(--primary);
    overflow: hidden;
  }
  .pricing .cs-popular .cs-h3 {
    color: var(--bodyTextColorWhite);
  }
  .pricing .cs-popular .cs-item-text {
    color: var(--bodyTextColorWhite);
  }
  .pricing .cs-popular .cs-price {
    color: var(--bodyTextColorWhite);
  }
  .pricing .cs-popular .cs-included {
    color: var(--bodyTextColorWhite);
  }
  .pricing .cs-popular .cs-li {
    color: var(--bodyTextColorWhite);
  }
  .pricing .cs-popular .cs-small {
    color: var(--bodyTextColorWhite);
  }
  .pricing .cs-popular .cs-button-solid {
    background-color: var(--bodyTextColorWhite);
    color: var(--headerColor);
    transition: color 0.3s;
  }
  .pricing .cs-popular .cs-button-solid:before {
    background-color: var(--headerColor);
  }
  .pricing .cs-popular .cs-button-solid:hover {
    color: var(--bodyTextColorWhite);
  }
  .pricing .cs-popular .cs-disclaimer {
    color: var(--bodyTextColorWhite);
  }
  .pricing .cs-h3 {
    color: var(--headerColor);
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 0.25em;
    padding: 0;
  }
  .pricing .cs-item-text {
    color: var(--bodyTextColor);
    font-size: 0.875em;
    line-height: 1.5em;
    margin: 0 0 clamp(1rem, 2vw, 1.5rem);
    padding: 0;
  }
  .pricing .cs-price {
    color: var(--headerColor);
    display: block;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.2em;
  }
  .pricing .cs-price:last-of-type {
    margin-bottom: 1.5em;
  }
  .pricing .cs-small {
    color: var(--headerColor);
    font-size: 0.35em;
    font-weight: 400;
  }
  .pricing .cs-included {
    color: var(--headerColor);
    display: block;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: clamp(1rem, 3vw, 1.5rem);
  }
  .pricing .cs-monthly-only {
    transition: opacity 0.3s, filter 0.3s;
  }
  .pricing .cs-ul {
    margin: 0;
    margin-bottom: clamp(2rem, 4vw, 2.5rem);
    padding: 0;
  }
  .pricing .cs-li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 0.75em;
    padding: 0;
    list-style: none;
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    color: var(--bodyTextColor);
  }
  .pricing .cs-li:last-of-type {
    margin-bottom: 0;
  }
  .pricing .cs-disabled {
    filter: grayscale(1);
    opacity: 0.3;
  }
  .pricing .cs-li-img {
    height: auto;
    margin-right: 0.5em;
    margin-top: 0.1875em;
    width: 1.25em;
  }
  .pricing .cs-disclaimer {
    color: var(--primary);
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.5em;
    margin-top: 1rem;
  }
  .pricing .cs-button-solid {
    margin-top: auto;
    width: 45%;
    min-width: 10rem;
  }
  #services-1378 {
    padding: var(--sectionPadding);
  }
  #services-1378 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #services-1378 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
  }
  #services-1378 .cs-topper {
    color: var(--primary);
  }
  #services-1378 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: clamp(1rem, 2vw, 1.25rem);
    row-gap: clamp(4.5rem, 6vw, 5.25rem);
  }
  #services-1378 .cs-item {
    text-align: center;
    list-style: none;
    width: 100%;
    min-height: clamp(13.125rem, 30vw, 19.0625rem);
    margin: 0;
    box-sizing: border-box;
    padding: clamp(1rem, 3vw, 2.5rem);
    padding-top: 0;
    background-color: #f4f4f4;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-column: span 12;
    position: relative;
    z-index: 1;
    transition: background-color 0.3s;
  }
  #services-1378 .cs-item:hover {
    background-color: var(--primary);
  }
  #services-1378 .cs-item:hover .cs-picture {
    background-color: var(--primary);
  }
  #services-1378 .cs-item:hover .cs-icon {
    filter: grayscale(1) brightness(1000%);
  }
  #services-1378 .cs-item:hover .cs-arrow {
    filter: grayscale(1) brightness(1000%);
  }
  #services-1378 .cs-item:hover .cs-h3 {
    color: #fff;
  }
  #services-1378 .cs-item:hover .cs-item-text {
    color: #fff;
    opacity: 0.8;
  }
  #services-1378 .cs-item:hover .cs-link {
    border-color: #fff;
  }
  #services-1378 .cs-picture {
    width: 5.5rem;
    height: 5.5rem;
    margin: -2.75rem 0 clamp(1.75rem, 3vw, 2.25rem) 0;
    box-sizing: border-box;
    background-color: #bababa;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s background-color;
  }
  #services-1378 .cs-icon {
    width: 3rem;
    height: auto;
    transition: filter 0.3s;
  }
  #services-1378 .cs-h3 {
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    font-weight: bold;
    line-height: 1.2em;
    text-align: inherit;
    word-break: break-word;
    margin: 0 0 0.75rem;
    transition: color 0.3s;
  }
  #services-1378 .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: inherit;
    margin: 0 0 2rem;
    color: var(--bodyTextColor);
    transition: 0.3s color;
  }
  #services-1378 .cs-link {
    text-decoration: none;
    width: 4rem;
    height: 4rem;
    color: var(--headerColor);
    border: 1px solid #bababa;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    gap: 0.625rem;
    transition: border-color 0.3s;
  }
  #services-1378 .cs-arrow {
    width: auto;
    height: 0.75rem;
    transition: filter 0.3s;
  }
  #cta-1693 {
    padding: var(--sectionPadding);
    background-color: var(--primary);
    position: relative;
    overflow: hidden;
  }
  #cta-1693 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #cta-1693 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  #cta-1693 .cs-title {
    max-width: 30ch;
    margin: 0;
    color: #fff;
  }
  #cta-1693 .cs-button-solid {
    color: var(--primary);
    background-color: #000;
  }
  #cta-1693 .cs-button-solid:before {
    background-color: #f1f1f4;
  }
  #cta-1693 .cs-wrapper {
    width: 100%;
    max-width: 120rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    pointer-events: none;
    transform: translateX(-50%);
  }
  #cta-1693 .cs-graphic {
    width: 23.125rem;
    height: 13.625rem;
    opacity: 0.1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #cta-1693 .cs-graphic-1 {
    left: -16.3125rem;
  }
  #cta-1693 .cs-graphic-2 {
    right: -16.3125rem;
  }
}
@media only screen and (min-width: 31.25rem) {
  #services-1377 .cs-item {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 48rem) {
  #services-1377 .cs-item {
    text-align: left;
    align-items: flex-start;
    grid-column: span 3;
  }
  .pricing .cs-card-group {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .pricing .cs-item {
    align-self: stretch;
    width: 100%;
  }
  .pricing .cs-popular {
    order: unset;
  }
  .pricing #cs-option2-387:before {
    top: -0.625em;
  }
  .pricing #cs-option2-387:after {
    right: -6.25em;
    top: -2.1875em;
  }
  .pricing .cs-price {
    font-size: 2em;
  }
  #cta-1693 .cs-content {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
  }
  #cta-1693 .cs-graphic-1 {
    left: 0rem;
  }
  #cta-1693 .cs-graphic-2 {
    right: -7.8125rem;
    top: 0rem;
    transform: rotate(-10deg);
  }
}
@media only screen and (min-width: 81.25rem) {
  #services-1377 .cs-link {
    flex-direction: row;
  }
}
@media only screen and (min-width: 64rem) {
  .pricing .cs-price {
    font-size: 3em;
  }
  #services-1378 .cs-item {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 81.25rem) {
  .pricing .cs-top-section {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
  }
  .pricing .cs-top-section:after {
    height: 1px;
    position: relative;
    content: "";
    opacity: 1;
    display: block;
    margin-bottom: clamp(2rem, 4vw, 2.5rem);
    background: linear-gradient(90deg, rgba(232, 232, 232, 0.2) 0%, #e8e8e8 53.78%, rgba(232, 232, 232, 0.2) 100%);
    width: 100%;
  }
  .pricing .cs-option-group {
    margin-right: 5rem;
  }
  .pricing .cs-option-group:after {
    display: none;
  }
}
@media only screen and (min-width: 37.5rem) {
  #services-1378 .cs-item {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 0rem) {
  #cenovnik2 {
    padding: var(--sectionPadding);
    background-color: #fafbfc;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #cenovnik2 .cs-container {
    width: 100%;
    max-width: 44rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  #cenovnik2 .cs-wrapper {
    display: flex;
    flex-direction: column;
    gap: clamp(3rem, 6vw, 4rem);
    width: 100%;
    max-width: 45rem;
    align-items: center;
  }
  #cenovnik2 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #cenovnik2 .cs-topper {
    color: var(--secondary);
  }
  #cenovnik2 .cs-title {
    margin: 0;
  }
  #cenovnik2 .cs-card-group {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1.5rem, 3vw, 2rem);
  }
  #cenovnik2 .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;
    scroll-margin-top: 9rem;
  }
  #cenovnik2 .cs-item:last-of-type {
    border-bottom: none;
  }
  #cenovnik2 .cs-flex {
    display: flex;
    flex-direction: column;
  }
  #cenovnik2 .cs-flex > a.cs-button-solid:last-child {
    align-self: center;
    margin-inline: auto;
    width: fit-content;
  }
  #cenovnik2 .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;
  }
  #cenovnik2 .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);
  }
  #cenovnik2 .cs-item-text {
    font-size: 1.125rem;
    line-height: 1.25em;
    max-width: 50vw;
    text-align: left;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #cenovnik2 .comparison-table {
    width: 85vw;
    border-collapse: collapse;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  #cenovnik2 .comparison-table th,
  #cenovnik2 .comparison-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
  }
  #cenovnik2 .comparison-table thead {
    background: var(--primary);
    color: #fff;
  }
  #cenovnik2 .comparison-table thead th {
    font-weight: bold;
  }
  #cenovnik2 .comparison-table tbody tr:nth-child(even) {
    background: #f8f8f8;
  }
  #cenovnik2 .comparison-table tbody tr:hover {
    background: #eaeaea;
  }
  #cenovnik2 .comparison-table tbody td:last-child {
    width: 30%;
  }
}
@media only screen and (min-width: 64rem) {
  #cenovnik2 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    align-items: stretch;
    gap: clamp(3rem, 6vw, 3.75rem);
  }
  #cenovnik2 .cs-wrapper {
    width: 100%;
    max-width: 80rem;
  }
  #cenovnik2 .cs-card-group {
    gap: clamp(1rem, 3vw, 2rem);
  }
  #cenovnik2 .cs-item {
    flex-direction: row;
  }
  #cenovnik2 .comparison-table {
    width: 50vw;
  }
}

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