:root {
    --white: white;
    --tb-black-2: #08080a;
    --beige: #c3b7a7;
    --tb-blue: #0047f8;
    --accent: #002fff;
    --grey: #656e85;
    --bright-green: #02f3b6;
    --tb-black: #1b1c22
}

body {
    display: flex;
    flex-direction: column
}

body>* {
    width: 100%
}

#hero,
.utm-uver>#hero,
body>* {
    order: 1
}

#zalozenie-za-1,
.utm-uver>#uvery-benefit {
    order: 2
}

#ucet-za-nula,
.utm-uver>#ucet-za-nula {
    order: 3
}

#uvery-benefit,
.utm-uver>#zalozenie-za-1 {
    order: 4
}

#benefity,
.utm-uver>#benefity {
    order: 5
}

#navod,
.utm-uver>#navod {
    order: 6
}

#footer,
.utm-uver>#footer {
    order: 7
}

.heading,
.hero-h {
    font-family: "TatrabankaSans", Times New Roman, sans-serif
}

.hero-h {
    color: var(--white);
    text-align: center;
    margin-bottom: 40px;
    font-size: 72px;
    line-height: 48px
}

.hero-p {
    color: var(--tb-black-2);
    text-align: left;
    max-width: 520px;
    font-size: 18px;
    line-height: 24px
}

.body,
.hero,
.hero-p {
    font-family: TatrabankaSans, Arial, sans-serif
}

.hero {
    background-color: var(--beige);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 448px;
    padding: 0 20px;
    display: flex
}

.body {
    color: #1b1c22
}

.sub-hero {
    background-image: url(https://www.tatrabanka.sk/files/business/sbb2026q1/images/hero-desktop_1hero-desktop.avif);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 548px
}

.primary-button {
    background-color: var(--tb-blue);
    color: var(--white);
    text-align: left;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex
}

.primary-button.white {
    background-color: #f4f4f5
}

.primary-button.navod {
    margin-top: 20px
}

.primary-button.navod.desktop {
    margin-top: 32px
}

.primary-button.navod.mobile {
    display: none
}

.primary-button.in-modal {
    background-color: var(--tb-blue);
    color: var(--white);
    justify-content: space-between;
    margin-bottom: 24px
}

.primary-button.cta-modal {
    background-color: var(--tb-blue);
    color: var(--white);
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.hero-btn_section {
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    display: flex
}

.secondary-button {
    border: 1px solid var(--white);
    color: var(--white);
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block
}

.divid-0-24 {
    width: 24px;
    height: 0
}

.section-ako {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 118px;
    padding-bottom: 64px;
    display: flex
}

.inner-section {
    flex-flow: row;
    width: 100%;
    max-width: 1194px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex
}

.inner-section.zadarmo {
    background-color: var(--accent);
    border-radius: 12px;
    flex-flow: column;
    padding: 40px
}

.inner-section.free {
    margin-top: 60px
}

.inner-50 {
    width: 50%;
    max-width: 50%
}

.inner-50.ujo {
    object-fit: cover;
    display: flex
}

.heading2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px
}

.sub-headline {
    color: var(--grey);
    font-size: 24px;
    line-height: 32px
}

.sub-headline.margin-bottom-40 {
    margin-bottom: 40px
}

.sub-headline.smaller {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 24px
}

.sub-headline.smaller.center {
    text-align: center
}

.sub-headline.smaller.center.mw786 {
    text-align: left;
    max-width: 786px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px
}

.sub-headline.white {
    color: var(--white);
    margin-top: 0;
    font-size: 19px
}

.link {
    color: var(--bright-green)
}

.table-cell {
    background-color: #fff;
    border-radius: 12px;
    width: 100%;
    padding: 24px;
    box-shadow: 8px 18px 88px -4px #08080a1a, 0 8px 28px -6px #0808ff14
}

.table-cell.cell-1 {
    background-color: #ccfdf0;
    margin-top: 20px;
    margin-bottom: 20px
}

.table-cell.cell-4 {
    margin-top: 10px
}

.quick-stack {
    grid-column-gap: 30px;
    grid-row-gap: 10px
}

.inner-40 {
    width: 40%;
    max-width: 40%
}

.inner-40.align-center {
    align-self: center
}

.inner-40.qr {
    justify-content: center;
    align-items: center;
    display: flex
}

.inner-10 {
    width: 10%;
    min-width: 10%
}

.section-default {
    /* background-color: #f4f4f5; */
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden
}

.section-default.white {
    background-color: #fff
}

.section-default.hide {
    display: none
}

.heading3 {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px
}

.heading3.smaller {
    text-align: left;
    font-size: 33px;
    line-height: 36px
}

.heading3.mw-786 {
    max-width: 786px;
    margin-left: auto;
    margin-right: auto
}

.inner-section_default {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1194px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 128px;
    padding-bottom: 128px;
    display: flex
}

.inner-section_default.calcul {
    max-width: 768px
}

.inner-section_default.cntdwn {
    padding-top: 64px;
    padding-bottom: 64px
}

.block-cta,
.inner-section_default.left {
    justify-content: center;
    align-items: center
}

.inner-section_default.left {
    flex-flow: row;
    padding-top: 0;
    padding-bottom: 0
}

.inner-section_default.orange {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto
}

.block-cta {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    display: flex
}

.block-cta.same-height {
    align-items: stretch
}

.cta-item {
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    min-width: auto;
    display: flex;
    overflow: hidden;
    box-shadow: 8px 18px 88px -4px #08080a1a, 0 8px 28px -6px #08080a14
}

.cta-img {
    background-color: #282b34;
    background-image: url(https://www.tatrabanka.sk/files/business/sbb2026q1/images/mobilna-app_1mobilna-app.webp);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 180px
}

.cta-img.pobocky {
    background-image: url(https://www.tatrabanka.sk/files/business/sbb2026q1/images/pobocka_1pobocka.webp)
}

.cta-img.dialog {
    background-image: url(https://www.tatrabanka.sk/files/business/sbb2026q1/images/dialog_1dialog.webp)
}

.cta-info {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    display: flex
}

.cta-info.btn {
    padding-top: 0
}

.cta-info.btn,
.cta-info.orange,
.cta-info.sub-benefit {
    justify-content: space-between;
    align-items: flex-start
}

.cta-info.orange {
    text-align: left
}

.cta-info.sub-benefit {
    padding: 40px 0 0
}

.heading4 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px
}

.heading4.align-eft {
    text-align: left
}

.heading4.white {
    color: #fff;
    text-align: left
}

.heading4.cta {
    margin-bottom: 0;
    font-weight: 400
}

.cta-text.cta,
.heading4.left {
    text-align: left
}

.cta-text {
    color: var(--grey);
    font-size: 16px;
    line-height: 24px
}

.cta-text.cta {
    font-size: 20px;
    line-height: 28px
}

.image {
    display: inline
}

.arrow-right {
    margin-left: 10px
}

.arrow-right.left {
    margin-left: 0;
    margin-right: 10px
}

.arrow-right.down {
    transform: rotate(90deg)
}

.inner-bezny {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1194px;
    margin: 128px 0;
    padding: 0 20px;
    display: flex
}

.inner-bezny.left {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px
}

.inner-bezny.footer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: space-between;
    min-width: auto;
    margin-top: 0;
    margin-bottom: 64px;
    padding-top: 0;
    padding-bottom: 0
}

.inner-bezny.bottom {
    margin: 0 auto
}

.inner-bezny.vynimocna {
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0
}

.inner-bezny.navod {
    margin: 0 auto;
    padding: 128px 20px
}

.inner-bezny.temp {
    flex-flow: column
}

.cta-ponuka {
    background-color: #fff;
    border-radius: 12px;
    width: 50%;
    max-width: 50%;
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 40px
}

.paragraph-18-400 {
    color: var(--grey);
    font-size: 18px;
    line-height: 24px
}

.paragraph-18-400.light {
    color: #9fa4b2;
    margin-bottom: 24px
}

.paragraph-18-400.white {
    color: var(--white);
    margin-bottom: 0
}

.paragraph-18-400.left {
    text-align: left
}

.divider-40 {
    height: 40px
}

.third-button {
    background-color: var(--tb-black);
    color: var(--white);
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex
}

.third-button._w-300 {
    align-items: center;
    font-weight: 400
}

.ziv-inner-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    order: 1;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    display: flex
}

.paragraph-15-400-pill {
    color: #08080a;
    border: 1px solid #656e8599;
    border-radius: 20px;
    margin: 24px 0 0 24px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 15px;
    position: absolute;
    inset: 0 auto auto 0
}

.arrow-left {
    display: none
}

.ziv-tile {
    color: #3a3e4b;
    background-color: #f4f4f5;
    border: 1px solid #858ea399;
    border-radius: 12px;
    flex-direction: column;
    order: 1;
    justify-content: space-between;
    min-width: calc(33.3333% - 20px);
    max-width: 240px;
    margin: 0;
    padding: 0;
    display: flex
}

.partner-logo {
    aspect-ratio: 285/124;
    width: 100%;
    max-width: 285px
}

.arrow-right-2 {
    display: none
}

.wrapper-col-12 {
    width: 100%;
    max-width: 1196px;
    margin: 0 auto;
    padding: 0
}

.wrapper-col-12.tiles {
    max-width: 1194px;
    padding-bottom: 112px;
    padding-left: 20px;
    padding-right: 20px
}

.wrapper-col-12.flex {
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    min-height: 600px;
    display: flex;
    position: relative
}

.html-embed-3 {
    margin: 0;
    padding-left: 10px;
    position: relative;
    top: 3px
}

.ziv-label {
    color: #fff;
    background-color: #00574d;
    border-radius: 3px;
    padding: 4px 12px;
    display: inline-block;
    position: absolute;
    top: -16px
}

.crsl-wrapper {
    border: 1px #000;
    margin-bottom: 0
}

.pill-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    display: flex
}

.paragraph-18-400-2 {
    color: #4f5668;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: TatrabankaSans, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px
}

.paragraph-18-400-2.subhead {
    color: #656e85;
    text-align: left
}

.paragraph-18-400-2.subhead.padding20 {
    padding-left: 0
}

.outer-pill-wrapper {
    max-width: 100%;
    display: flex;
    overflow: hidden
}

.strong-cus {
    color: #fff;
    font-weight: 700
}

.arrow-pills {
    cursor: pointer;
    justify-content: center;
    align-items: stretch;
    width: 30px;
    height: 30px;
    display: flex
}

.arrow-pills.left,
.arrow-pills.left.end {
    transform-style: preserve-3d;
    transform: rotateX(0) rotateY(180deg) rotateZ(0)
}

.arrow-pills.left.end {
    opacity: .6;
    filter: grayscale();
    min-width: 30px
}

.arrow-pills,
.arrow-pills.right {
    min-width: 30px
}

.arrow-pills.down {
    min-width: 30px;
    min-height: 30px;
    transform: rotate(90deg)
}

.arrow-pills.down.rotatable {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px
}

.ziv-tile-header {
    background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
    background-position: 0 0;
    background-size: auto;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 200px;
    padding: 20px;
    position: relative
}

.ziv-tile-header.boost {
    background-color: #fff;
    background-image: none;
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: flex
}

.ziv-tile-body {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    min-height: 224px;
    padding: 16px 24px 24px;
    display: flex;
    position: relative
}

.paragraph-16-400 {
    color: #4f5668;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

.paragraph-16-400.fomo {
    font-weight: 700;
    display: inline-flex;
    position: absolute;
    inset: 20px auto auto 20px
}

.paragraph-16-400.white {
    color: #fff;
    margin-bottom: 0;
    text-decoration: none
}

.ziv-outer-tile {
    flex-direction: column;
    margin-top: 0;
    padding-top: 24px;
    display: flex;
    overflow: hidden
}

.paragraph-16-400.white,
.pill-filter {
    font-family: TatrabankaSans, Arial, sans-serif
}

.pill-filter {
    border: 1px solid var(--grey);
    color: #858ea3;
    white-space: nowrap;
    word-break: keep-all;
    cursor: pointer;
    background-color: #fff;
    border-radius: 20px;
    order: 1;
    margin: 8px;
    padding: 10px 30px;
    font-weight: 700;
    display: inline-block
}

.pill-filter.selected {
    border-color: var(--tb-blue);
    background-color: var(--tb-blue);
    color: var(--white)
}

.section-white {
    background-color: #fff;
    padding: 0 20px
}

.section-white.section-tile {
    padding-top: 110px;
    padding-bottom: 128px;
    font-family: TatrabankaSans, Arial, sans-serif
}

.section-white.hide {
    display: none
}

.section-white.orange {
    margin-left: auto;
    margin-right: auto
}

.tile-button {
    color: var(--tb-blue);
    border: 1px solid #0047f8;
    border-radius: 4px;
    flex-direction: row;
    align-self: flex-start;
    align-items: center;
    margin: 0 10px 0 0;
    padding: 10px 20px;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    position: relative
}

#uvery-benefit-section .tile-button.arrow,
.tile-button.arrow {
    border-color: var(--tb-black);
    color: var(--tb-black);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px
}

#uvery-benefit-section .tile-button.arrow {
    padding-top: 9px;
    padding-bottom: 9px
}

.tile-button.small {
    background-color: var(--tb-blue);
    color: var(--white);
    margin-top: 16px;
    padding: 8px 10px;
    font-weight: 700
}

.script-pills {
    transition: all .3s ease-in-out;
    overflow: hidden
}

.paragraph-22-400 {
    color: #4f5668;
    max-width: 100%;
    margin-top: 12px;
    margin-bottom: 20px;
    font-family: TatrabankaSans, Arial, sans-serif;
    font-size: 22px;
    line-height: 28px
}

.paragraph-22-400.grey {
    color: #656e85
}

.progress-bar {
    display: none
}

.inner-pill-wrapper {
    transition: all .25s ease-in-out;
    display: flex;
    overflow: visible
}

.heading-26-700,
.tile-button-inner {
    font-family: TatrabankaSans, Arial, sans-serif
}

.heading-26-700 {
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px
}

.heading-26-700.benefit {
    font-weight: 400
}

.tile-button-inner {
    color: var(--tb-black);
    border-radius: 1px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0
}

.tile-button-inner:hover {
    color: #4f5668
}

.paragraph-15 {
    color: var(--grey);
    font-size: 15px
}

.heading5 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.heading5,
.heading5.align-eft {
    text-align: left
}

.inner-50b {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    max-width: 50%;
    display: flex
}

.inner-50b.center {
    justify-content: center;
    align-items: center
}

.heading3-5 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px
}

.countdown-text.smaller.center.mw786,
.heading3-5.mw-786 {
    max-width: 786px;
    margin-left: auto;
    margin-right: auto
}

.list-item-18 {
    color: var(--accent);
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 24px
}

.gray-text {
    color: var(--grey)
}

.list {
    margin-top: 40px;
    margin-bottom: 40px
}

.accordion-wrapper {
    width: 100%
}

.accordion-body {
    display: none;
    overflow: hidden
}

.acc-body-vrapper {
    padding: 0 16px 16px;
    display: block
}

.sup {
    font-size: 13px;
    position: relative;
    bottom: 5px
}

.sup.big {
    bottom: 11px
}

.accordion-button {
    cursor: pointer;
    background-color: #fff;
    border: 1px #b0b4bf;
    border-radius: 5px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-height: 48px;
    padding: 15px;
    font-size: 18px;
    display: flex
}

.acc-paragraph-16-400,
.acc-paragraph-16-400.gap {
    color: #656e85;
    margin-bottom: 0;
    font-size: 16px
}

.acc-paragraph-16-400.gap {
    margin-bottom: 20px;
    line-height: 24px
}

.accordin-button-text {
    color: var(--accent);
    margin-bottom: 0;
    font-family: TatrabankaSans, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.accordion-item {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    margin-top: 16px;
    overflow: hidden
}

.accordion-item.acc-active {
    border-color: #00d99c;
    box-shadow: 0 8px 24px 15px #0003, 0 2px 10px #0003
}

.accordion-item.acc-active.hide,
.accordion-item.hide {
    display: none
}

.ul-16-400,
.ul-16-400.gap {
    color: #656e85;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

.ul-16-400.gap {
    margin-bottom: 20px
}

.divider-24-0 {
    min-width: 0;
    min-height: 24px
}

.divider-16-0 {
    min-width: 0;
    min-height: 16px
}

.hor-line {
    border: 1px #000;
    border-top: 1px solid #858ea34d;
    margin-bottom: 16px
}

.hor-line.footer {
    display: none
}

.footer {
    background-color: #010101;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 64px;
    padding-bottom: 32px;
    display: flex
}

.inner-30 {
    width: 30%;
    max-width: 30%
}

.inner-30.align-center {
    align-self: center
}

.paragraph-footer {
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

.paragraph-footer.light {
    color: #9fa4b2;
    margin-bottom: 24px
}

.paragraph-footer.right {
    text-align: right
}

.inner-70 {
    width: 70%;
    max-width: 70%
}

.link-default {
    color: var(--tb-blue);
    text-decoration: none
}

.link-default.foot {
    color: #93b2ed
}

.div-block {
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    display: flex
}

.div-block-2 {
    flex: 1
}

.cta-info_block {
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex
}

.text-block {
    line-height: 16px
}

.tab-link-navod {
    color: #656585;
    flex: 0 auto;
    min-width: 150px;
    padding: 8px;
    text-decoration: none;
    display: flex
}

.tab-link-navod:hover {
    background-color: #02f3b63d
}

.tab-link-navod,
.tab-link-navod.active {
    text-align: center;
    justify-content: center;
    align-items: center
}

.tab-link-navod.active {
    color: #fff;
    background-color: var(--tb-blue);
    font-weight: 700
}

.rot-180 {
    transform: rotate(180deg) translate(0)
}

.wrapper-col-half {
    background-color: #0000;
    flex: none;
    width: 50%;
    min-width: 50%;
    margin: 0;
    padding: 0 30px 0 0
}

.wrapper-col-half.navod {
    justify-content: flex-end;
    width: 45%;
    min-width: 45%;
    height: 100%;
    margin-right: 30px;
    padding-top: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: 0;
    right: 0
}

.wrapper-col-half.navod-text-wrapper {
    flex-flow: row;
    padding-top: 0;
    display: flex;
    overflow: hidden
}

.wrapper-col-half.nadpis {
    margin-bottom: 24px
}

.wrapper-col-half.progress-wrapper {
    padding-top: 10px;
    padding-right: 175px
}

.wrapper-col-half.navod-button {
    flex: 0 auto;
    align-self: flex-start;
    display: flex
}

.item {
    height: 100%;
    display: none
}

.item.active {
    display: block
}

.item.prev,
.item.next {
    display: none
}

.navod-controls {
    width: 100%;
    max-width: 1194px;
    padding: 0
}

.button-blue {
    color: #fff;
    background-color: #0047f8;
    background-image: linear-gradient(#0047f8, #007aff);
    border-radius: 8px;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 24px;
    padding: 12px 50px 12px 20px;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.button-blue:hover {
    background-color: #007aff;
    background-image: none
}

.button-blue.hide-on-desktop {
    display: none
}

.button-blue.hide-on-mobile {
    border-radius: 4px;
    display: inline-block
}

.wrapper-col-half-szco {
    background-color: #0000;
    flex: 0 auto;
    width: 50%;
    min-width: 50%;
    margin: 0;
    padding: 0;
    display: flex
}

.paragraph-18-400-3 {
    color: #4f5668;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px
}

.paragraph-18-400-3.minhigh {
    min-height: 110px;
    margin-top: 32px;
    margin-bottom: 16px;
    display: block
}

.tab-content {
    display: none
}

.tab-content.active {
    display: block
}

.navod-wrapper {
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden
}

.progress-text {
    color: #b0b4bf;
    font-size: 14px
}

.item-image {
    aspect-ratio: auto;
    height: 100%
}

.tab-group {
    width: 100%
}

.progress {
    background-color: #002fff;
    width: 0%;
    height: 100%
}

.icon-navod {
    min-width: 20px;
    min-height: 20px;
    padding-right: 16px;
    display: inline-block
}

.tab-item {
    flex: 0 auto;
    display: flex
}

.navod-text {
    opacity: 0;
    order: 1;
    min-width: 100%;
    max-width: 100%;
    display: none
}

.navod-text.show-text {
    opacity: 1;
    display: block
}

.tabs-navigation {
    border: 1px solid var(--tb-blue);
    border-radius: 4px;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex
}

.prgoress-bar {
    background-color: #dedfe2;
    height: 4px
}

.navod-headline {
    /* color: #0d0d0d; */
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px
}

.icon-wrapper {
    margin-top: 0;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 5px
}

.button-text {
    margin: 20px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: inline
}

.div-40-40 {
    width: 40px;
    max-width: none;
    height: 40px;
    margin-right: 0;
    padding-left: 0
}

.link-black {
    color: var(--tb-black);
    font-size: 16px;
    text-decoration: underline
}

.button-hor-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.button-hor-section.bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.bottom-dialog {
    width: 100%;
    margin-top: 40px;
    display: flex
}

.text-block-2 {
    font-weight: 400
}

.pill {
    background-color: var(--accent);
    color: #fff;
    border-radius: 50px;
    margin-bottom: 20px;
    padding: 4px 12px;
    font-size: 15px;
    display: inline-block
}

.modal-outer-wrapper {
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0 auto auto 0;
    overflow: auto
}

.overlay-container {
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    display: flex
}

.modal-overlay,
.modal-wrapper {
    flex-flow: column;
    display: flex;
    position: relative
}

.modal-overlay {
    z-index: 1;
    width: 70%;
    min-width: auto;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 750px
}

.modal-wrapper {
    cursor: pointer;
    pointer-events: auto;
    background-color: #fff;
    border-radius: 24px;
    height: 100%;
    margin: 0;
    padding: 60px
}

.modal-close,
.modal-content {
    justify-content: center;
    display: flex
}

.modal-content {
    flex-flow: column;
    align-items: flex-start
}

.modal-content.flex {
    display: flex
}

.modal-content.flex-ver {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.modal-close {
    z-index: 99999;
    background-color: var(--tb-black);
    border-radius: 20px;
    align-self: flex-end;
    align-items: center;
    width: 36px;
    height: 36px;
    margin-top: -38px;
    margin-right: -38px;
    position: sticky;
    top: 10px
}

.heading-modal {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px
}

.heading-modal,
.heading-modal.align-eft {
    text-align: left
}

.heading-modal.normal {
    font-weight: 400
}

.paragraph-modal {
    color: var(--tb-black);
    padding-left: 8px;
    font-size: 18px;
    line-height: 28px;
    display: block
}

.paragraph-modal.grey {
    color: var(--grey);
    margin-bottom: 16px
}

.paragraph-modal.link {
    margin-bottom: 32px
}

.paragraph-modal.sh {
    margin-bottom: 0
}

.list-item-modal.ol,
.list-modal {
    color: var(--grey)
}

.list-item-modal {
    color: var(--tb-black-2);
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px
}

.modal-img-link {
    padding-left: 8px;
    text-decoration: none
}

.modal-logo {
    max-width: 200px;
    padding-top: 24px;
    padding-bottom: 24px
}

.modal-logo.kros {
    max-width: 120px
}

.modal-ol,
.modal-ul {
    margin-top: 10px;
    margin-bottom: 0
}

.modal-ol {
    color: var(--grey);
    margin-top: 20px;
    list-style-type: decimal
}

.c-dropdown_header.scroll {
    padding-right: 20px
}

.button-dd,
.paragraph-16-400-modal {
    font-family: TatrabankaSans, Arial, sans-serif;
    font-size: 16px
}

.paragraph-16-400-modal {
    color: #656e85;
    margin-bottom: 10px;
    line-height: 24px
}

.paragraph-16-400-modal.dohodnut {
    padding-left: 20px;
    padding-right: 20px
}

.button-dd {
    color: var(--tb-black);
    border: 1px #0047f8;
    border-radius: 0;
    margin-bottom: 0;
    padding: 10px 20px
}

.callme-form {
    padding: 20px 20px 0
}

.callme-form.stretnutie {
    padding-left: 0;
    padding-right: 0
}

.button-dd-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.c-dropdown_wrapper.blue-border-button {
    border: 1px solid var(--tb-black);
    border-radius: 4px
}

.inner-60 {
    width: 60%;
    max-width: 60%
}

.inner-60.flex-left {
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    display: flex
}

.div-flex {
    justify-content: space-between;
    align-items: center;
    display: flex
}

.menu-logo {
    width: 55px;
    margin-top: 12px;
    margin-bottom: 12px
}

.mobile-menu-box {
    display: none
}

.brand {
    margin-left: 60px;
    margin-right: 64px
}

.menu-logo-mobile {
    margin-top: 12px;
    margin-bottom: 12px
}

.menu,
.menu-item {
    font-family: TatrabankaSans, Arial, sans-serif
}

.menu {
    background-color: #08080a;
    position: sticky;
    top: 0;
    left: 0;
    right: 0
}

.menu-item {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 400
}

.menu-item:hover {
    opacity: .75;
    color: #93b2ed
}

.menu-item.w--current {
    color: #93b2ed
}

.menu-item.hide {
    display: none
}

.nav-menu {
    flex: 0 auto;
    align-self: center
}

.nav-menu.width {
    max-width: 1200px
}

#navod .container {
    text-align: left;
    max-width: none;
    margin-left: 0;
    display: flex;
    position: static
}

.image-2 {
    object-fit: cover
}

.section-countdown,
.zadarmo {
    background-color: var(--accent)
}

.zadarmo {
    border-radius: 12px;
    width: 100%;
    padding: 40px
}

.section-countdown {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden
}

.section-countdown.white {
    background-color: #fff
}

.countdown-text {
    color: var(--white);
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px
}

.countdown-text.margin-bottom-40,
.countdown-text.smaller {
    margin-bottom: 40px
}

.countdown-text,
.countdown-text.smaller.center {
    text-align: center
}

.countdown-text.smaller.center.mw786 {
    padding-right: 20px
}

.countdown-text.white {
    color: var(--white);
    margin-top: 0;
    font-size: 19px
}

.countdown-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    display: flex
}

.unit-wrapper {
    min-width: 65px
}

.cd-unit,
.unit-name {
    color: var(--white);
    text-align: center
}

.cd-unit {
    margin-bottom: 10px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px
}

.unit-name {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px
}

.text-span,
.text-span-2 {
    color: var(--accent)
}

.cta-color {
    background-color: var(--beige);
    justify-content: center;
    align-items: center;
    min-height: 148px;
    display: flex
}

.cta-color.pobocky {
    background-image: url(https://www.tatrabanka.sk/files/business/sbb2026q1/images/pobocka_1pobocka.webp)
}

.cta-color.dialog {
    background-image: url(https://www.tatrabanka.sk/files/business/sbb2026q1/images/dialog_1dialog.webp)
}

.cta-color.sub-benefit {
    background-color: var(--white);
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 40px
}

.diviider-48-0 {
    min-width: 0;
    min-height: 24px
}

.button-small {
    text-align: left
}

.div-block-3 {
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    display: flex
}

.heading-1 {
    color: var(--tb-black-2);
    margin-bottom: 24px;
    font-size: 42px;
    font-weight: 400;
    line-height: 48px
}

.tb-gyu {
    aspect-ratio: auto;
    width: 514px;
    max-width: none
}

.inner-20 {
    width: 20%;
    min-width: 20%
}

.tabs-navigation-2 {
    border: 1px solid #0047f8;
    border-radius: 4px;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex
}

.checkbox,
.primary-button-2.cta-modal {
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.checkbox {
    margin-top: 20px;
    margin-bottom: 20px
}

.arrow-right-3 {
    margin-left: 10px
}

.primary-button-2 {
    color: #fff;
    background-color: #0047f8;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex
}

.primary-button-2.cta-modal {
    color: #fff;
    background-color: #0047f8
}

.primary-button-2.cta-modal.navod {
    background-color: var(--tb-blue);
    margin-top: 20px
}

.wrapper-col-half-szco-2 {
    background-color: #0000;
    flex: 0 auto;
    width: 50%;
    min-width: 50%;
    margin: 0;
    padding: 0;
    display: flex
}

.text-16-400 {
    font-weight: 400
}

.image-holder {
    justify-content: center;
    align-items: center;
    min-height: 42px;
    display: flex
}

.link-blue {
    color: var(--tb-blue);
    font-size: 16px;
    text-decoration: none
}

.modal-link-text {
    color: var(--tb-black-2);
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 19px
}

.code-embed {
    width: 100%
}

.cd-unit-2,
.countdown-text-2 {
    color: var(--tb-black);
    text-align: center
}

.cd-unit-2 {
    margin-bottom: 10px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px
}

.countdown-text-2 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px
}

.section-countdown-2 {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden
}

.unit-name-2 {
    color: var(--tb-black);
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px
}

.inner-section_default-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1194px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 128px;
    padding-bottom: 128px;
    display: flex
}

.inner-section_default-2.cntdwn {
    padding-top: 64px;
    padding-bottom: 64px
}


#navod .item img, #navod .wrapper-col-half img {
    margin-bottom: 0;
    height: 100% !important;     
    max-width: 100% !important;    
}
#navod .item img.item-image, #navod .wrapper-col-half img.item-image {   
    aspect-ratio: 368 / 737;
}


@media screen and (min-width:1280px) {
    .ziv-inner-wrapper {
        justify-content: flex-start
    }

    .menu-item {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 18px
    }
}

@media screen and (min-width:1920px) {
    .inner-50.ujo {
        flex: 1 0 auto;
        justify-content: center;
        align-items: stretch;
        min-height: 100%;
        display: flex;
        overflow: hidden
    }

    .inner-bezny.vynimocna {
        flex: 0 auto;
        align-items: stretch
    }

    .cta-ponuka {
        margin-top: 64px;
        margin-bottom: 64px
    }

    .navod-text,
    .tab-content {
        display: none
    }

    .menu-item {
        font-size: 18px
    }

    .image-2 {
        vertical-align: baseline
    }
}

@media screen and (max-width:991px) {
    .hero-h {
        font-size: 46px
    }

    .wrapper-col-half.navod {
        justify-content: center;
    }

    .cta-item.zalozenie-visual,
    .primary-button.navod.desktop {
        display: none
    }

    .hero-p {
        font-size: 18px;
        line-height: 24px
    }

    .sub-hero {
        background-position: 80%
    }

    .primary-button.navod.mobile {
        justify-content: center;
        width: 100%;
        padding: 10px 20px;
        display: inline-flex
    }

    .primary-button.cta-modal {
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 100%
    }

    .section-ako {
        padding-top: 48px;
        padding-bottom: 64px
    }

    .inner-section {
        flex-flow: column;
        padding-left: 30px;
        padding-right: 30px
    }

    .inner-section.free {
        margin-top: 40px
    }

    .inner-50 {
        width: 100%;
        max-width: 100%
    }

    .countdown-text.smaller.center.mw786,
    .sub-headline.smaller.center.mw786 {
        padding-left: 20px
    }

    .sub-headline.smaller.benefits {
        margin-left: 16px;
        margin-right: 16px
    }

    .quick-stack {
        padding-left: 0;
        padding-right: 0
    }

    .inner-40 {
        align-self: center;
        width: 100%;
        max-width: 100%
    }

    .inner-40.align-center {
        margin-bottom: 48px
    }

    .inner-40.qr {
        margin-top: 30px
    }

    .inner-40.flex {
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        display: flex
    }

    .section-default.ponuka {
        margin-top: 64px;
        margin-bottom: 64px
    }

    .heading3.smaller,
    .heading3.smaller.benefits {
        font-size: 23px;
        line-height: 28px
    }

    .heading3.smaller.benefits {
        margin-left: 16px;
        margin-right: 16px
    }

    .heading3.mw-786 {
        padding-left: 30px;
        padding-right: 30px
    }

    .inner-section_default {
        flex-flow: column;
        margin-left: 0;
        margin-right: 0;
        padding: 32px 16px
    }

    .inner-section_default.calcul {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }

    .block-cta,
    .inner-section_default.left {
        flex-flow: column
    }

    .inner-section_default.orange {
        padding-left: 0;
        padding-right: 0
    }

    .block-cta {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        justify-content: flex-start;
        width: 100%
    }

    .cta-img,
    .cta-item {
        flex-flow: column;
        justify-content: center
    }

    .cta-item {
        flex: 1;
        align-items: flex-start;
        width: 30%;
        min-width: 100%;
        padding: 24px
    }

    .cta-img {
        background-image: url(https://www.tatrabanka.sk/files/business/sbb2026q1/images/mobile.png);
        background-position: 50%0;
        align-self: stretch;
        align-items: stretch;
        min-width: 30%;
        height: auto;
        min-height: 100%;
        display: flex
    }

    .cta-img.mobile {
        background-position: 50% 100%;
        background-size: contain
    }

    .cta-info {
        justify-content: space-between;
        align-items: flex-start;
        padding: 0
    }

    .cta-info.btn {
        padding-bottom: 16px
    }

    .cta-info.sub-benefit {
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0
    }

    .heading4.white {
        font-size: 19px;
        line-height: 24px
    }

    .cta-text.cta,
    .heading4.cta {
        text-align: left;
        line-height: 24px
    }

    .heading4.cta {
        margin-bottom: 0;
        font-size: 19px;
        font-weight: 400
    }

    .cta-text {
        font-size: 13px;
        line-height: 18px
    }

    .cta-text.cta {
        order: 1;
        font-size: 18px
    }

    .inner-bezny {
        flex-flow: column
    }

    .inner-bezny,
    .inner-bezny.left {
        margin-left: 0;
        margin-right: 0;
        padding-left: 30px;
        padding-right: 30px
    }

    .inner-bezny.footer {
        grid-column-gap: 0;
        grid-row-gap: 0;
        flex-flow: column;
        padding-left: 0;
        padding-right: 0
    }

    .inner-bezny.bottom {
        justify-content: center;
        align-items: flex-start
    }

    .inner-bezny.navod {
        margin-bottom: 0;
        padding: 32px 16px
    }

    .cta-ponuka {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 64px
    }

    .paragraph-18-400.light,
    .paragraph-18-400.white {
        font-size: 16px
    }

    .third-button._w-300 {
        justify-content: center;
        align-items: center;
        width: 100%
    }

    .ziv-inner-wrapper {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .ziv-tile {
        min-width: 350px;
        margin-left: 4px;
        margin-right: 4px
    }

    .wrapper-col-12.tiles {
        margin-left: 0;
        margin-right: -20px;
        padding-bottom: 48px;
        padding-left: 0;
        padding-right: 0
    }

    .wrapper-col-12.benefits {
        margin-left: 0;
        margin-right: 16px
    }

    .paragraph-18-400-2.subhead.padding20 {
        padding-left: 20px;
        padding-right: 20px
    }

    .ziv-tile-header {
        width: 100%
    }

    .paragraph-16-400.fomo {
        font-size: 16px
    }

    .paragraph-16-400.white {
        margin-bottom: 0
    }

    .ziv-outer-tile {
        flex-direction: row;
        padding-left: 20px;
        padding-right: 20px;
        overflow: auto
    }

    .section-white {
        padding: 0 30px
    }

    .section-white.section-tile {
        padding: 32px 0
    }

    .section-white.orange {
        padding-left: 16px;
        padding-right: 16px
    }

    .tile-button {
        order: 3
    }

    .tile-button.small {
        order: 2;
        justify-content: center;
        align-self: auto;
        align-items: center;
        width: 100%
    }

    .tile-button.tile {
        border-style: none;
        margin-top: 10px;
        padding-bottom: 0;
        padding-left: 0
    }

    .paragraph-22-400 {
        font-size: 18px;
        line-height: 22px
    }

    .heading-26-700 {
        font-size: 24px;
        font-weight: 700;
        line-height: 26px
    }

    .heading-26-700.benefit {
        margin-left: 20px;
        margin-right: 20px
    }

    .inner-50b {
        width: 100%;
        max-width: 100%
    }

    .inner-50b.center {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .list-item-18 {
        font-size: 16px
    }

    .accordion-body {
        display: none
    }

    .acc-body-vrapper {
        padding-left: 16px;
        padding-right: 16px
    }

    .accordion-button {
        background-color: #0000
    }

    .hor-line.footer {
        align-items: stretch;
        margin-top: 24px;
        margin-bottom: 32px;
        padding-top: 0;
        padding-bottom: 0;
        display: block
    }

    .footer {
        padding-left: 30px;
        padding-right: 30px
    }

    .inner-30 {
        margin-bottom: 0
    }

    .inner-30.align-center {
        margin-bottom: 48px
    }

    .paragraph-footer.right {
        text-align: left
    }

    .inner-30,
    .inner-70 {
        width: 100%;
        max-width: 100%
    }

    .link-default {
        color: var(--bright-green);
        text-decoration: none
    }

    .cta-info_block {
        align-items: flex-start;
        margin-bottom: 24px;
        padding-left: 0;
        padding-right: 0
    }

    .fake-div {
        height: 100%
    }

    .text-block {
        font-size: 14px
    }

    .tab-link-navod {
        flex: 1
    }

    .tab-link-navod.active {
        background-color: var(--tb-blue);
        color: #fff;
        background-color: #0047f8;
        flex-flow: row;
        flex: 1;
        justify-content: center;
        align-items: center
    }

    .tab-link-navod.active:focus{
               color: #fff;
       
    }

    .wrapper-col-half {
        order: 6;
        width: 100%;
        min-width: 100%;
        padding-top: 20px;
        padding-right: 0
    }

    .wrapper-col-half.navod {
        order: 0;
        width: 60%;
        min-width: 60%;
        height: auto;
        margin-left: 5px;
        margin-right: 0;
        position: relative
    }

    .wrapper-col-half.navod-text-wrapper {
        order: 5;
        padding-top: 0
    }

    .wrapper-col-half.nadpis {
        flex: 0 auto;
        order: 1;
        margin-bottom: 0
    }

    .wrapper-col-half.progress-wrapper {
        order: 4;
        padding-top: 24px;
        padding-right: 0
    }

    .wrapper-col-half.navod-button {
        text-align: center;
        order: 6
    }

    .item {
        height: auto
    }

    .navod-controls {
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 0;
        display: flex
    }

    .button-blue {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 0
    }

    .button-blue.hide-on-desktop {
        display: inline-block
    }

    .button-blue.hide-on-desktop.navod {
        text-align: left;
        border-radius: 4px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 16px;
        line-height: 24px;
        display: block
    }

    .button-blue.hide-on-mobile {
        display: none
    }

    .wrapper-col-half-szco {
        order: 2;
        align-self: flex-start;
        width: 100%;
        min-width: 100%;
        /* margin-bottom: 32px; */
        padding-top: 0;
        padding-right: 0
    }

    .navod-controls-elements {
        order: 3;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        display: flex
    }

    .paragraph-18-400-3.minhigh {
        min-height: 70px
    }

    .item-image,
    .navod-wrapper {
        height: auto
    }

    .tab-group {
        margin-left: -20px;
        margin-right: -20px
    }

    .icon-navod {
        max-width: 15%;
        padding-right: 0;
        display: block
    }

    .tab-item {
        flex: 1
    }

    .tabs-navigation {
        border-color: var(--tb-blue);
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .navod-headline {
        font-size: 23px;
        line-height: 28px
    }

    .icon-wrapper.navod {
        top: 9px
    }

    .progress-block {
        margin-left: auto;
        margin-right: auto
    }

    .link-black.modal,
    .progress-block {
        text-align: center
    }

    .link-black.center {
        align-self: auto
    }

    .button-hor-section {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start
    }

    .bottom-dialog {
        flex-flow: column
    }

    .text-block-2 {
        font-weight: 700
    }

    .pill {
        margin-bottom: 10px
    }

    .modal-overlay {
        width: 100%;
        min-width: 100%;
        padding-top: 80px
    }

    .modal-wrapper {
        padding: 24px 24px 40px
    }

    .modal-content {
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        display: flex
    }

    .modal-close {
        width: 30px;
        height: 30px;
        margin-top: -14px;
        margin-right: -6px
    }

    .modal-close-svg {
        width: 14px;
        height: 14px
    }

    .heading-modal {
        font-size: 18px;
        line-height: 24px
    }

    .paragraph-modal {
        font-size: 16px;
        line-height: 24px
    }

    .paragraph-modal.link {
        margin-bottom: 32px
    }

    .list-item-modal {
        margin-bottom: 16px;
        font-size: 16px
    }

    .modal-img-link {
        text-align: center;
        align-self: center;
        margin-left: 0;
        margin-right: auto
    }

    .script-modal {
        display: block
    }

    .inner-60 {
        width: 100%;
        max-width: 100%
    }

    .div-flex {
        flex-flow: column
    }

    .icon {
        color: #fff
    }

    .mobile-menu-box {
        flex: 1;
        justify-content: center;
        margin-right: 60px;
        display: flex
    }

    .brand {
        display: none
    }

    .menu {
        position: sticky;
        inset: 0 0 auto
    }

    .menu-button,
    .menu-button.w--open {
        background-color: #08080a
    }

    .menu-item {
        margin-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .nav-menu {
        background-color: #08080a
    }

    .container {
        justify-content: flex-start;
        margin-left: 0;
        margin-right: 0
    }

    .brand-mobile {
        text-align: left
    }

    .marg-30 {
        margin-left: 30px;
        margin-right: 30px
    }

    .section-countdown.ponuka {
        margin-top: 64px;
        margin-bottom: 64px
    }

    .cta-color {
        background-color: var(--white);
        text-align: center;
        flex-flow: column;
        justify-content: center;
        align-self: stretch;
        align-items: flex-start;
        min-width: 30%;
        height: auto;
        min-height: 100%;
        padding-top: 0;
        padding-bottom: 10px;
        display: flex
    }

    .cta-color.mobile {
        background-position: 50% 100%;
        background-size: contain
    }

    .cta-color.sub-benefit {
        justify-content: center;
        align-items: center;
        padding-top: 42px
    }

    .diviider-48-0.tile {
        display: none
    }

    .tb-gyu {
        width: auto;
        height: 350px;
        margin-left: auto;
        margin-right: auto
    }

    .tabs-navigation-2 {
        border-color: #0047f8;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .checkbox {
        order: 3
    }

    .primary-button-2.cta-modal {
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 100%
    }

    .wrapper-col-half-szco-2 {
        order: 2;
        align-self: flex-start;
        width: 100%;
        min-width: 100%;
        margin-bottom: 0;
        padding-top: 0;
        padding-right: 0
    }

    .inner-section_default-2 {
        flex-flow: column;
        margin-left: 0;
        margin-right: 0;
        padding-left: 30px;
        padding-right: 30px
    }

    #navod .item img, #navod .wrapper-col-half img {
    margin-bottom: 0;     
    height: auto !important;
    max-width: 100% !important;      
    }

    #navod .item img.item-image, #navod .wrapper-col-half img.item-image {    
    aspect-ratio: 368 / 737;
    min-height: 365px;
    }

}

@media screen and (max-width:767px) {
    .heading2 {
        line-height: 40px
    }

    .ziv-inner-wrapper {
        grid-column-gap: 8px;
        grid-row-gap: 8px
    }

    .ziv-tile {
        min-width: 80vw
    }

    .crsl-wrapper {
        margin-bottom: 48px
    }

    .link-default {
        cursor: pointer
    }

    .button-text {
        font-size: 16px
    }

    .checkbox {
        order: 3
    }
}

@media screen and (max-width:479px) {

    .hero-h,
    .hero-p {
        text-align: left
    }

    .hero-p {
        font-family: TatrabankaSans, Arial, sans-serif;
        font-size: 16px
    }

    .hero {
        justify-content: center;
        align-items: flex-start;
        padding-top: 0;
        padding-left: 16px;
        padding-right: 16px
    }

    .sub-hero {
        background-image: url(https://www.tatrabanka.sk/files/business/sbb2026q1/images/hero-mobile_1hero-mobile.avif);
        background-position: 65%;
        min-height: 375px
    }

    .primary-button {
        padding: 10px 20px;
        font-size: 14px
    }

    .primary-button.cta-modal {
        justify-content: flex-start;
        align-items: center
    }

    .hero-btn_section {
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        padding-top: 0
    }

    .divid-0-24 {
        width: 0;
        height: 24px
    }

    .inner-section {
        margin-left: 0;
        margin-right: 0
    }

    .heading2 {
        font-size: 32px
    }

    .sub-headline.smaller {
        margin-bottom: 40px;
        font-size: 19px;
        line-height: 22px
    }

    .countdown-text.smaller.center.mw786,
    .sub-headline.smaller.center.mw786 {
        text-align: left;
        padding-left: 20px;
        padding-right: 20px
    }

    .table-cell {
        background-color: #fff
    }

    .table-cell.cell-1 {
        margin-top: 0;
        margin-bottom: 0
    }

    .table-cell.cell-4 {
        margin-top: 0
    }

    .quick-stack {
        grid-column-gap: 0;
        grid-row-gap: 16px;
        padding: 0
    }

    .section-default.ponuka {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 64px;
        padding-bottom: 64px
    }

    .heading3.mw-786,
    .heading3.smaller {
        text-align: left;
        font-size: 32px;
        line-height: 40px
    }

    .heading3.smaller {
        margin-top: 0;
        margin-bottom: 16px
    }

    .heading3.mw-786 {
        padding-left: 20px;
        padding-right: 20px
    }

    .inner-section_default {
        padding-top: 64px;
        padding-bottom: 64px
    }

    .inner-section_default.cntdwn {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .inner-section_default.left,
    .inner-section_default.orange {
        padding-left: 0;
        padding-right: 0
    }

    .block-cta {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: column
    }

    .cta-img.mobile {
        background-position: 50% 100%;
        background-size: 100px
    }

    .cta-info.sub-benefit {
        padding-top: 20px
    }

    .inner-bezny {
        margin-top: 64px;
        margin-bottom: 64px;
        padding-top: 0;
        padding-bottom: 0
    }

    .inner-bezny.footer {
        grid-column-gap: 0;
        grid-row-gap: 0
    }

    .inner-bezny.navod {
        margin-bottom: 0;
        padding-top: 64px;
        padding-bottom: 64px
    }

    .cta-ponuka {
        margin-bottom: 0;
        padding: 16px
    }

    .third-button {
        margin-bottom: 12px
    }

    .ziv-tile {
        min-width: 80vw
    }

    .wrapper-col-12.tiles {
        padding-bottom: 48px
    }

    .paragraph-16-400.fomo {
        font-size: 16px
    }

    .crsl-wrapper,
    .inner-50b.center {
        margin-bottom: 0
    }

    .heading3-5.smaller {
        text-align: left;
        margin-bottom: 16px;
        font-size: 32px;
        line-height: 40px
    }

    .list-item-18 {
        margin-bottom: 16px
    }

    .gray-text {
        font-size: 16px
    }

    .list {
        padding-left: 20px
    }

    .accordion-button {
        max-height: none
    }

    .hor-line.footer {
        margin-bottom: 32px
    }

    .cta-info_block {
        margin-bottom: 24px;
        padding-left: 0;
        padding-right: 0
    }

    .wrapper-col-half.navod {
        width: 60%;
        min-width: 0%;
        max-width: 60%;
        height: auto
    }

    .item {
        height: auto
    }

    .navod-controls {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0
    }

    .tab-content {
        display: none
    }

    .item-image,
    .navod-wrapper {
        height: auto
    }

    .icon-navod {
        max-width: 19%
    }

    .list-modal {
        font-size: 16px
    }

    .list-item-modal {
        margin-bottom: 16px
    }

    .modal-img-link {
        flex-flow: column;
        justify-content: center;
        align-self: auto;
        align-items: flex-start;
        display: flex
    }

    .modal-ol,
    .modal-ul {
        padding-left: 20px
    }

    .menu {
        font-family: TatrabankaSans, Arial, sans-serif
    }

    .menu-button {
        padding: 10px 18px
    }

    .section-countdown.ponuka {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 64px;
        padding-bottom: 64px
    }

    .countdown-text.smaller {
        margin-bottom: 40px;
        font-size: 19px;
        line-height: 22px
    }

    .unit-wrapper {
        min-width: 48px
    }

    .cd-unit {
        margin-left: 0;
        margin-right: 0;
        font-size: 36px
    }

    .cta-color.mobile {
        background-position: 50% 100%;
        background-size: 100px
    }

    .cta-color.sub-benefit {
        padding-top: 42px
    }

    .heading-1 {
        font-size: 36px;
        line-height: 42px
    }

    .tb-gyu {
        max-width: none;
        height: 350px
    }

    .primary-button-2 {
        padding: 10px 20px;
        font-size: 14px
    }

    .cd-unit-2 {
        margin-left: 0;
        margin-right: 0;
        font-size: 36px
    }

    .inner-section_default-2 {
        padding-top: 64px;
        padding-bottom: 64px
    }

    .inner-section_default-2.cntdwn {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

 #navod .active::after,
        #navod li::after,
        #navod li::before {
            content: none
        }

        #navod li {
            margin-bottom: 0;
        }

        #navod .item img,
        #navod .wrapper-col-half img {
            margin-bottom: 0;
            height: 100% !important;
        }

         #navod .tabs-navigation {
            border: 1px solid #0047f8;
            border-radius: 4px;
            justify-content: flex-start;
            margin: 0;
            padding: 0;
            list-style-type: none;
            display: flex
        }
        
         #navod input[type="checkbox"] {
            width: 20px;
            height: 20px;
            position: static;
            margin-left: 0; 
        }

         #navod .checkbox label {
            margin-left: 8px;
            padding-left: 8px;
        }
        

@font-face {
    font-family: "TatrabankaSans";
    src: url("https://www.tatrabanka.sk/templates/tatrabanka/assets/fonts/tatrabankasans/TatrabankaSansV1.0-Bold.woff2") format("woff2"), url("https://www.tatrabanka.sk/templates/tatrabanka/assets/fonts/tatrabankasans/TatrabankaSansV1.0-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "TatrabankaSans";
    src: url("https://www.tatrabanka.sk/templates/tatrabanka/assets/fonts/tatrabankasans/TatrabankaSansV1.0-Regular.woff2") format("woff2"), url("https://www.tatrabanka.sk/templates/tatrabanka/assets/fonts/tatrabankasans/TatrabankaSansV1.0-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}