section.carousel article {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

section.carousel article {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
}

section.carousel article .placeholder {
    /*background: #F2F8FC;*/
    border-radius: 32px;
    margin-top: 36px;
    height: 400px;
    min-width: 100%;
    position: relative;
}

.carousel-badge {
    position: absolute;
    right: 20%;
    z-index: 9;
    height: 100px;
    width: 100px;
}

.card-badge {
    position: absolute;
    left: 135px;
    top: 112px;
    z-index: 9;
}

section.carousel article .placeholder .banner {
    position: absolute;
    left: 0;
    top: 0;

    background: #F2F8FC;
    border-radius: 32px;
    height: 400px;
    width: 100%;

    display: none;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 42px;
    padding-left: 64px;
    /*height: 100%;*/
    box-sizing: border-box;
    /*position: relative;*/
    transition: all 500ms;
    animation-duration: 500ms;
    animation-timing-function: ease-in;
}

section.carousel article .placeholder .banner.active {
    display: flex;
    /*left: 0;*/
}

section.carousel article .placeholder .banner.hidden {
    display: none !important;
}

section.carousel article .placeholder .banner.active.first {
    display: flex;
}

section.carousel article .placeholder .banner.slide-to-left {
    animation-name: slideAwayToLeft;
    display: flex;
}

section.carousel article .placeholder .banner.slide-to-right {
    animation-name: slideAwayToRight;
    display: flex;
}

section.carousel article .placeholder .banner.slide-from-left {
    animation-name: slideInFromLeft;
}

section.carousel article .placeholder .banner.slide-from-right {
    animation-name: slideInFromRight;
}

/*section.carousel article .placeholder .banner.active.from-right {*/
/*  animation-name: slideInFromRight;*/
/*}*/
/*section.carousel article .placeholder .banner.active.from-left {*/
/*  animation-name: slideInFromLeft;*/
/*}*/
/*section.carousel article .placeholder .banner.active.to-right {*/
/*  animation-name: slideAwayToRight;*/
/*}*/
/*section.carousel article .placeholder .banner.active.to-left {*/
/*  animation-name: slideAwayToLeft;*/
/*}*/
section.carousel article .placeholder .banner .text {
    display: flex;
    flex-direction: column;
    z-index: 1;
}

section.carousel article .placeholder .banner .image {
    z-index: 1;
    width: 50%;
    /*position: relative;*/
    border-radius: 16px;
    z-index: 0;
}

section.carousel article .placeholder .banner .image img {
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom-right-radius: 32px;
    border-top-right-radius: 32px;
    height: 100%;
    /*max-width: 100%;*/
    /*width: 100%;*/
    /*aspect-ratio: 537 / 400;*/
    /*max-width: calc(100vw - 80px);*/
}

section.carousel article .placeholder .banner h1, section.carousel article .placeholder .banner h2 {
    display: flex;
    flex-direction: column;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-align: left;
    color: #333333;
}

section.carousel article .placeholder .banner h1 .bottom-line, section.carousel article .placeholder .banner h2 .bottom-line {
    color: #1B1A7E;
}

section.carousel article .placeholder .banner h1 .bottom-line br, section.carousel article .placeholder .banner h2 .bottom-line br {
    display: none;
}

section.carousel article .placeholder .banner p {
    margin-top: 24px;
    max-width: 100%;
    font-size: 22px;
    font-weight: 400;
    line-height: 28.05px;
    text-align: left;
    color: #333333;
}

section.carousel article .placeholder .banner .lines {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    margin-top: 24px;
}

section.carousel article .placeholder .banner .lines .line {
    display: flex;
    flex-direction: row;
    align-items: center;
}

section.carousel article .placeholder .banner .lines .line .badge {
    background: #1B1A7E;
    border-radius: 9999px;
    height: 24px;
    width: 24px;
    min-height: 24px;
    min-width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

section.carousel article .placeholder .banner .lines .line p {
    font-family: Onest;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

section.carousel article .placeholder .banner label {
    font-family: Onest;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #999999;
    margin-top: 24px;
}

section.carousel article .placeholder .banner a.button {
    background: #BEB400;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    border-radius: 8px;
    padding: 16px 32px;
    height: 51px;
    max-width: 200px;
    box-sizing: border-box;
    margin-top: 36px;
    white-space: nowrap;
    transition: all 350ms;
}

section.carousel article .placeholder .banner a.button:active,
section.carousel article .placeholder .banner a.button:hover,
section.blog .grid a.blog-button:hover, section.blog .grid a.blog-button:active,
section.claim .claim-instruction a.claim-button:hover,
section.claim .claim-instruction a.claim-button:active,
section.claim .claim-instruction a.claim-button-alt:hover,
section.claim .claim-instruction a.claim-button-alt:active {
    background: #ABA200;
}

section.carousel article .placeholder .banner .banner-details {
    position: absolute;
    right: 0;
    bottom: 0;
}

section.carousel article .placeholder .banner .banner-details-small {
    position: absolute;
    left: 50%;
    top: 74px;
}

section.carousel article .placeholder .banner .banner-lines {
    position: absolute;
    right: 0;
}

section.carousel article .placeholder button, .slider button {
    border-radius: 9999px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    transition: all 350ms;
    transform: translate(0, -50%);
    background: white;
    border: #D0E3F0 solid 1px;
    padding: 0;
    z-index: 2;
}

section.carousel article .placeholder button path, .slider button path {
    fill: #1B1A7E;
}

section.carousel article .placeholder button:hover, .slider button:hover {
    background: #D0E3F0;
}

section.carousel article .placeholder button:active, .slider button:active {
    background: #1B1A7E;
}

section.carousel article .placeholder button:active path, .slider button:active path {
    fill: white;
}

section.carousel article .placeholder .arrow-left {
    position: absolute;
    left: -24px;
    top: 50%;
}

section.carousel article .placeholder .arrow-right {
    position: absolute;
    right: -24px;
    top: 50%;
}

.slider .arrow-left-mobile, .slider .arrow-right-mobile {
    display: none;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.slider .arrow-left-mobile {
    left: -72px;
}

.slider .arrow-right-mobile {
    right: -72px;
}

.slider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px auto 0;
    height: 14px;
    position: relative;
}

.slider .point {
    height: 10px;
    width: 10px;
    border-radius: 9999rem;
    border: #999999 1px solid;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 500ms;
    outline: none;
}

.slider .point.active {
    background: #BEB400;
    border: white 2px solid;
    outline: #BEB400 2px solid;
    height: 14px;
    width: 14px;
}

.slider .point.active:after {
    border: #BEB400 2px solid;
}

.slider .point:not(:first-child) {
    margin-left: 8px;
}

section.ceo {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 80px;
    background: #F2F8FC;
    border-radius: 16px;
    color: #333333;
    padding: 24px;
    box-sizing: border-box;

    overflow: hidden;

    transition: all 500ms;
}

section.ceo p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.95px;
    text-align: left;
    padding-bottom: 24px;
}

section.ceo ul {
    margin: -22px 0 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.95px;
    text-align: left;
}

section.ceo h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30.6px;
    text-align: left;
    padding-bottom: 8px;
}

section.ceo button.ceo-selector {
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.95px;
    text-align: left;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #1B1A7E;
}

section.ceo button.ceo-selector svg {
    fill: #1B1A7E;
    margin-left: 8px;
    transition: all 350ms;
}

section.ceo.active button.ceo-selector svg {
    rotate: 180deg;
}

section.ceo.active .hidden {
    display: block;
}

section.info {
    width: 100%;
    max-width: 1200px;
    margin: 80px auto;
    color: #333333;
    box-sizing: border-box;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 16px;
}

section.info h2 {
    grid-column: span 2 / span 2;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    line-height: 40.8px;
    text-align: left;

}

section.info h2 br {
    display: none;
}

section.info .advantage {
    background: #F2F8FC;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 24px;
    position: relative;
}

section.info .advantage h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30.6px;
    text-align: left;
    margin-top: 16px;
}

section.info .advantage p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.4px;
    text-align: left;
    color: #999999;
    margin-top: 8px;
}

section.info .advantage .watermark {
    position: absolute;
    right: 0;
    bottom: 0;
}

section.claim {
    background: #F2F8FC;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
}

section.claim h2 {
    width: 100%;
    max-width: 1200px;
    font-size: 32px;
    font-weight: 700;
    line-height: 40.8px;
    text-align: left;
    margin: 0 auto;
}

section.claim .claim-description {
    width: 100%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 36px;
    margin: 36px auto 0;
}

section.claim .claim-description .claim-element {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

section.claim .claim-description .claim-element .logo {
    height: 56px;
    width: 56px;
    border-radius: 8px;
    background: #1B1A7E;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.claim .claim-description .claim-element h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22.95px;
    text-align: left;
    margin-top: 24px;
    transition: all 350ms;
}

section.claim .claim-description .claim-element:hover h3, section.claim .claim-description .claim-element:active h3 {
    color: #1B1A7E;
}

section.claim .claim-description .claim-element p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    margin-top: 8px;
    color: #999999;
}

section.claim .claim-instruction {
    width: 100%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 36px;
    margin: 64px auto 0;
    background: white;
    border-radius: 16px;
    box-shadow: 0px 8px 32px 0px #33333314;
    padding: 36px;
    box-sizing: border-box;
    position: relative;
}

section.claim .claim-instruction h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40.8px;
    text-align: left;
    color: #1B1A7E;
    margin-bottom: 222px;
}

section.claim .claim-instruction svg {
    position: absolute;
    left: 0;
    top: -10px;
}

section.claim .claim-instruction a.claim-button, section.claim .claim-instruction a.claim-button-alt {
    padding: 16px 56px;
    border-radius: 8px;
    cursor: pointer;
    background: #BEB400;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    z-index: 1;
    position: relative;
    transition: all 350ms;
}

section.claim .claim-instruction a.claim-button-alt {
    display: none;
    margin-top: 36px;
}

section.claim .claim-instruction h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.4px;
    text-align: left;
    color: #1B1A7E;
}

section.claim .claim-instruction h3:not(:first-child) {
    margin-top: 24px;
}

section.claim .claim-instruction .claim-point {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
}

section.claim .claim-instruction .claim-point .point {
    background: #1B1A7E;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 24px;
    width: 24px;
    min-height: 24px;
    min-width: 24px;
    border-radius: 9999rem;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    text-align: center;
    margin-right: 8px;
}

section.claim .claim-instruction .claim-point p {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.3px;
    text-align: left;
    color: #999999;
    margin-top: 4px;
}

section.claim .navigator {
    display: none;
}

section.integration {
    width: 100%;
    max-width: 1200px;
    margin: 80px auto;
    color: #333333;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
}

section.integration h2, section.faq h2, section.blog .grid h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40.8px;
    text-align: left;
}

section.integration .elements {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 16px;
    margin-top: 36px;
}

section.integration .elements .element {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border: 1px solid #D0E3F0;
    border-radius: 16px;
    cursor: pointer;
    box-shadow: 0px 4px 24px 0px transparent;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    transition: all 350ms;
    padding: 24px;
}

section.integration .elements .element .icon {
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 16px 0px #00000014;
    border-radius: 8px;
}

section.integration .elements .element h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30.6px;
    text-align: left;
    color: #333333;
    margin-top: 24px;
}

section.integration .elements .element p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.4px;
    text-align: left;
    color: #999999;
    margin-top: 8px;
}

section.integration .elements .element:hover,
section.blog .grid .blog-article:hover {
    box-shadow: 0px 4px 24px 0px #33333314;
    border-color: transparent;
}

section.integration .elements .element:hover h3,
section.blog .grid .blog-article:hover h3,
section.blog .grid .blog-article:hover .blog-bottom a {
    color: #1B1A7E;
}

section.integration .navigator {
    display: none;
}

section.integration .integration-details {
    position: absolute;
    top: -80px;
    right: 0;
}

section.integration .integration-details-mini {
    position: absolute;
    bottom: -45px;
    left: -5%;
}

section.program-includes {
    padding: 80px 0;
    position: relative;
}

section.program-includes article {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 36px;
    z-index: 1;
}

section.program-includes article h2 {
    font-family: Onest;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #333333;
}

section.program-includes article .grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 16px;
}

section.program-includes article .grid .element {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    border-radius: 16px;
    border: 1px solid #D0E3F0;
    padding: 24px;
    transition: all 350ms;
    box-shadow: 0px 8px 24px 0px transparent;
    cursor: pointer;
}

section.program-includes article .grid .element .logo {
    height: 64px;
    width: 64px;
    min-width: 64px;
    min-height: 64px;
    border-radius: 8px;
    box-shadow: 0px 4px 16px 0px #00000014;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.program-includes article .grid .element h3 {
    font-family: Onest;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #333333;
    margin-top: 16px;
    transition: all 350ms;
}

section.program-includes article .grid .element p {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #999999;
}

section.program-includes article .grid .element:hover,
section.program-includes article .grid .element:active {
    box-shadow: 0px 8px 24px 0px #33333314;
    border-color: transparent;
}

section.program-includes article .grid .element:hover h3,
section.program-includes article .grid .element:active h3 {
    color: #1B1A7E;
}

section.program-includes .details-big {
    position: absolute;
    top: 0;
    right: 20%;
    z-index: 0;
}

section.program-includes .details-small {
    position: absolute;
    bottom: 50px;
    left: 2%;
    z-index: 0;
}


section.compare {
    padding: 80px 0;
    position: relative;
}

section.compare article {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 36px;
    z-index: 1;
}

section.compare article h2 {
    font-family: Onest;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #333333;
}

section.compare article .table {
    display: flex;
    flex-direction: column;
}

section.compare article .table .price-selector {
    background: #F2F8FC;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

section.compare article .table .price-selector label {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #333333;
    margin: 12px 24px;
}

section.compare article .table .price-selector .selector {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 288px;
    border-radius: 8px;
    height: 44px;
    background: #D0E3F0;
}

section.compare article .table .price-selector .selector button {
    border: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    background: transparent;
    padding: 12px;
    cursor: pointer;
    transition: all 350ms;
}

section.compare article .table .price-selector .selector button svg {
    fill: #333333;
    transition: all 350ms;
}

section.compare article .table .price-selector .selector button:disabled svg {
    fill: #999999;
}

section.compare article .table .price-selector .selector span {
    font-family: Onest;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #1B1A7E;
    white-space: nowrap;
}

section.compare article .table .table-header {
    margin-top: 16px;
    border-radius: 8px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    color: white;
    background: #1B1A7E;
}

section.compare article .table .table-header button {
    display: none;
}

section.compare article .table .table-header label {
    margin: 14px 24px;
    font-family: Onest;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
}

section.compare article .table .table-header .columns {
    padding-right: 50px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    /*column-gap: 34px;*/
}

section.compare article .table .table-header .columns div {
    margin: auto 0;
    font-family: Onest;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
}

section.compare article .table .table-row {
    padding: 0;
    border: 1px solid #D0E3F0;
    border-radius: 8px;

    box-shadow: 0px 4px 24px 0px transparent;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    transition: all;
    transition-duration: 350ms;
}

section.compare article .table .table-row {
    margin-top: 24px;
}

section.compare article .table .table-row:hover, section.compare article .table .table-row.active {
    box-shadow: 0px 4px 24px 0px #33333314;
    border-color: transparent;
}

section.compare article .table .table-row .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    cursor: pointer;
}

section.compare article .table .table-row .title h3 {
    font-family: Onest;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1B1A7E;
}

section.compare article .table .table-row .title svg {
    transition: all 350ms;
    min-width: 36px;
    min-height: 36px;
}

section.compare article .table .table-row.active .title svg {
    rotate: 180deg;
}

section.compare article .table .table-row .positions {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 350ms;
}

section.compare article .table .table-row.active .positions {
    grid-template-rows: 1fr;
}

section.compare article .table .table-row .content {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

section.compare article .table .table-row .content .line {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /*padding: 16px 24px;*/
    min-height: 72px;
}

section.compare article .table .table-row .content .line.odd {
    background: #F2F8FC;
}

section.compare article .table .table-row .content .line label {
    display: flex;
    align-items: center;
    font-family: Onest;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #333333;
    padding: 16px 24px;
    padding-right: 64px;
    box-sizing: border-box;
}

section.compare article .table .table-row .content .line .values {
    /*padding-right: 24px;*/
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-right: 30px;
    box-sizing: border-box;
    /*column-gap: 34px;*/
}

section.compare article .table .table-row .content .line .values > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 500;
    font-family: Onest;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: left;
    color: #1B1A7E;
    margin: auto 0;
    padding: 16px;
    height: 100%;
    box-sizing: border-box;
}

section.compare article .table .table-row .content .line .values > div div {
    display: block !important;
    text-align: center;
}

section.compare article .table .table-row .content .line .values div .small {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0%;
}

section.blog {
    background: #F2F8FC;
    padding: 80px 0;
}

section.blog .grid {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #333333;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 36px;
}

section.blog .grid h2 {
    grid-column: span 3 / span 3;
}

section.blog .grid a.blog-button {
    margin: 0 auto;
    padding: 16px 32px;
    border-radius: 8px;
    background: #BEB400;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    transition: all 350ms;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    grid-column: span 3 / span 3;
}

section.blog .grid .blog-article {
    display: flex;
    flex-direction: column;
    background: white;
    border: 1px solid #D0E3F0;
    border-radius: 16px;
    /*cursor: pointer;*/
    box-shadow: 0px 4px 24px 0px transparent;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    transition: all 350ms;
    height: 505px;
    color: #333333;
}

section.blog .grid .blog-article .blog-image {
    position: relative;
    height: 220px;
    background-position: center;
    background-size: cover;
    border-radius: 16px 16px 0 0;
}

section.blog .grid .blog-article .blog-image .badge {
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.85px;
    text-align: left;
    color: #1B1A7E;
    background: #F2F8FC;
    position: absolute;
    left: 24px;
    bottom: 16px;
}

section.blog .grid .blog-article h3 {
    margin: 16px 24px 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 25.5px;
    text-align: left;
    transition: all 350ms;
}

section.blog .grid .blog-article p {
    margin: 16px 24px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #999999;
}

section.blog .grid .blog-article .blog-bottom {
    flex: 1 1;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 24px 24px;
}

section.blog .grid .blog-article .blog-bottom .blog-date {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.85px;
    text-align: left;
    color: #999999;
}

section.blog .grid .blog-article .blog-bottom a {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: right;
    transition: all 350ms;
}

section.faq {
    width: 100%;
    max-width: 1200px;
    margin: 80px auto 80px;
    color: #333333;
    box-sizing: border-box;
    position: relative;
}

section.faq.main {
    margin: 36px auto 45px;
    display: flex;
    flex-direction: column;
    row-gap: 36px;
}

section.faq div#faq-grid {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

section.faq .faq-categories {
    margin-top: 36px !important;
    margin-bottom: 24px !important;
}

section.faq.main .faq-categories {
    margin-top: -12px !important;
    margin-bottom: 24px !important;
}

.faq-details {
    position: absolute;
    top: -40px;
    right: 17%;
}

.faq-details-mini {
    position: absolute;
    top: 35px;
    right: 8%;
}


@media screen and (max-width: 1280px) {
    section.carousel article, section.ceo, section.faq, section.integration, section.info, section.blog .grid,
    section.claim h2, section.claim .claim-description, section.claim .claim-instruction {
        margin-left: 24px;
        margin-right: 24px;
        width: auto;
    }

    section.claim .claim-description {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    section.claim .claim-instruction .lines {
        width: 50%;
    }

    section.integration .integration-details-mini {
        display: none;
    }

    section.compare article {
        margin-left: 24px;
        margin-right: 24px;
        width: auto;
    }

    section.program-includes article {
        margin-left: 24px;
        margin-right: 24px;
        width: auto;
    }

    section.program-includes .details-big {
        right: 5%;
    }

    section.program-includes .details-small {
        display: none;
    }

}

@media screen and (max-width: 1200px) {
    section.program-includes article .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 1150px) {
    section.carousel article .placeholder, section.carousel article .placeholder .banner {
        /*height: 370px;*/
    }

    .carousel-badge {
        right: 24%;
    }

    section.carousel article .placeholder .banner h1, section.carousel article .placeholder .banner h2 {
        line-height: 50px;
        font-size: 43px;
    }

    section.carousel article .placeholder .banner p {
        line-height: 23px;
        font-size: 19px;
    }

    section.claim .claim-description {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    section.compare article .table .table-header .columns,
    section.compare article .table .table-row .content .line .values {
        column-gap: 24px;
    }

    section.compare article .table .table-header .columns div,
    section.compare article .table .table-row .content .line .values > div {
        font-size: 17px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 1000px) {
    section.carousel article {
        padding-bottom: 22px;
    }

    .carousel-badge {
        right: 9%;
    }

    section.carousel article .placeholder, section.carousel article .placeholder .banner {
        height: 370px;
        overflow: hidden;
    }

    section.carousel article .placeholder .banner {
        flex-direction: column;
    }

    section.carousel article .placeholder .banner h1 .bottom-line br, section.carousel article .placeholder .banner h2 .bottom-line br {
        display: block;
    }

    section.carousel article .placeholder .banner .image {
        width: calc(100% + 48px);
        margin-left: -24px;
    }

    section.carousel article .placeholder .banner .image img {
        right: -15%;
        /*top: 50%;*/
        /*transform: translate(0, -50%);*/
    }

    section.carousel article .placeholder .banner .image.protected img {
        right: 0;
        /*top: 50%;*/
        /*transform: translate(0, -50%);*/
    }

    section.carousel article .placeholder .banner .banner-details,
    section.carousel article .placeholder .banner .banner-details-small {
        display: none;
    }

    section.carousel article .placeholder .banner .banner-lines {
        top: 50%;
    }

    section.carousel article .placeholder button {
        display: none;
    }

    .slider {
        height: 48px;
    }

    .slider .arrow-left-mobile, .slider .arrow-right-mobile {
        display: flex;
    }

    .faq-details, .faq-details-mini {
        display: none;
    }

    section.claim .claim-instruction {
        display: flex;
        flex-direction: column;
        margin-top: 36px;
        padding: 24px;
    }

    section.claim .claim-instruction .lines {
        display: none;
    }

    section.claim .claim-instruction h2 {
        margin: 0;
        font-size: 28px;
        font-weight: 700;
        line-height: 35.7px;
        text-align: left;
    }

    section.claim .claim-instruction h2 br {
        display: none;
    }

    section.claim .claim-instruction a.claim-button {
        display: none;
    }

    section.claim .claim-instruction a.claim-button-alt {
        display: flex;
        justify-content: center;
    }

    section.program-includes .details-big {
        display: none;
    }

    section.program-includes article h2 {
        font-size: 28px;
        line-height: 35.7px;
    }


    section.compare article .table .table-row .title {
        padding: 16px;
    }

    section.compare article .table .table-row .title h3 {
        font-size: 20px;
    }

    section.compare article .table .table-row .title svg {
        min-height: 24px;
        min-width: 24px;
        max-height: 24px;
        max-width: 24px;
    }

    section.compare article .table .table-header {
        position: relative;
    }

    section.compare article .table .table-header button {
        position: absolute;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        outline: none;
        border: none;
        -webkit-tap-highlight-color: transparent;
        background: transparent;
        cursor: pointer;
    }

    section.compare article .table .table-header button svg {
        fill: white;
        transition: all 350ms;
    }

    section.compare article .table .table-header button:disabled svg {
        fill: #999999;
    }

    section.compare article .table .table-header button:first-of-type {
        left: 0;
    }

    section.compare article .table .table-header button:first-of-type svg {
        rotate: 90deg;
    }

    section.compare article .table .table-header button:last-of-type {
        right: 0;
    }

    section.compare article .table .table-header button:last-of-type svg {
        rotate: -90deg;
    }

    section.compare article .table .table-header, section.compare article .table .table-header .columns {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section.compare article .table .table-header .columns {
        padding: 14px;
    }

    section.compare article .table .table-header label {
        display: none;
    }

    section.compare article .table .table-header .columns div:not(.active),
    section.compare article .table .table-row .content .line .values div:not(.active) {
        display: none;
    }

    section.compare article .table .table-row .content .line {
        padding: 16px;
    }

    section.compare article .table .table-row .content .line label {
        font-size: 18px;
    }

    section.compare article .table .table-row .content .line .values {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 800px) {
    section.carousel article, section.blog .grid {
        margin: 0 16px;
    }

    section.ceo {
        margin: 24px 16px 50px;
    }

    section.carousel article .placeholder, section.carousel article .placeholder .banner {
        /*height: auto;*/
        height: 650px;
    }

    .carousel-badge {
        right: 38%;
        height: 78px;
        width: 78px;
        bottom: 38vw;
    }

    section.carousel article .placeholder .banner h1, section.carousel article .placeholder .banner h2 {
        font-size: 30px;
        font-weight: 700;
        line-height: 38.25px;
        text-align: left;

    }

    section.carousel article .placeholder .banner {
        padding-left: 24px;
        padding-top: 24px;
        padding-right: 24px;
        overflow: hidden;
    }

    section.carousel article .placeholder .banner a.button {
        max-width: unset;
        text-align: center;
    }

    section.carousel article .placeholder .banner .banner-lines {
        /*height: 223px;*/
        /*top: 58%;*/
        /*right: -168px;*/
        width: 100%;
    }

    section.carousel article .placeholder .banner .image {
        /*margin-top: 24px;*/
        height: 360px;
        position: relative;
    }

    section.carousel article .placeholder .banner

    .700s {
    height: 700px;
}
    section.carousel article .placeholder .banner .text label {
        font-size: 12px;
        line-height: 16.8px;
    }

    section.carousel article .placeholder .banner .image img {
        position: absolute;
        bottom: 0;
        height: auto;
        width: 100%;
        left: 50%;
        transform: translate(-50%, 0);
        right: unset;
    }

    section.ceo p {
        font-size: 16px;
        font-weight: 400;
        line-height: 20.4px;
        text-align: left;
    }

    section.ceo h3 {
        font-size: 22px;
        font-weight: 700;
        line-height: 28.05px;
        text-align: left;
    }

    section.info {
        margin: 36px 16px 50px;
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    section.info h2, section.integration h2 {
        grid-column: span 1 / span 1;
        font-size: 28px;
        font-weight: 700;
        line-height: 35.7px;
        text-align: left;

    }

    section.info h2 br {
        display: block;
    }

    section.info .advantage h3 {
        font-size: 18px;
        font-weight: 500;
        line-height: 22.95px;
        text-align: left;
    }

    section.faq, section.integration {
        margin: 50px 16px;
    }

    section.integration .elements, section.claim .claim-description {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0;
        overflow: hidden;
        overflow-x: auto;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        scroll-behavior: smooth;
    }

    section.integration .elements .element, section.claim .claim-description .claim-element {
        min-width: 308px;
    }

    section.integration .elements .element h3, section.claim .claim-description .claim-element h3 {
        font-size: 18px;
        font-weight: 500;
        line-height: 22.95px;
        text-align: left;

    }

    section.integration .elements .element:not(:first-child) {
        margin-left: 16px;
    }

    section.integration .navigator, section.claim .navigator {
        margin: 36px auto 0;
        display: flex;
    }

    section.integration .navigator svg, section.claim .navigator svg {
        border-radius: 9999px;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        outline: none;
        transition: all 350ms;
    }

    section.integration .navigator svg path, section.claim .navigator svg path {
        fill: #1B1A7E;
    }

    section.integration .navigator svg:active, section.claim .navigator svg:active {
        background: #1B1A7E;
    }

    section.integration .navigator svg:active path, section.claim .navigator svg:active path {
        fill: white;
    }

    section.integration .navigator svg:first-child, section.claim .navigator svg:first-child {
        margin-right: 24px;
    }

    section.integration .integration-details {
        display: none;
    }

    section.program-includes {
        padding: 50px 0;
    }

    section.program-includes article {
        margin-left: 16px;
        margin-right: 16px;
    }

    section.program-includes article .grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        row-gap: 16px;
    }

    section.program-includes article .grid .element {
        padding: 16px;
    }

    section.program-includes article .grid .element h3 {
        font-size: 18px;
        line-height: 22.95px;
    }

    section.compare article {
        margin-left: 16px;
        margin-right: 16px;
    }

    section.compare article .table .table-row .content .line {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 70px;
    }

    section.compare article .table .table-row .content .line label,
    section.compare article .table .table-row .content .line .values {
        padding-right: 0;
    }

    section.compare article .table .table-row .content .line .values > div {
        text-align: right;
    }

    section.blog, section.claim {
        padding: 50px 0;
    }

    section.blog .grid {
        display: flex;
        flex-direction: column;
    }

    section.blog .grid .blog-article {
        height: 497px;
    }

    section.blog .grid .blog-article .blog-image {
        height: 200px;
    }

    section.blog .grid .blog-article h3 {
        font-size: 18px;
        font-weight: 500;
        line-height: 22.95px;
        text-align: left;
    }

    section.blog .grid h2, section.blog .grid button.blog-button {
        grid-column: span 1 / span 1;
        width: 100%;
    }

    section.blog .grid button.blog-button {
        padding: 16px 26px;
    }

    section.claim h2, section.claim .claim-description, section.claim .claim-instruction {
        margin-left: 16px;
        margin-right: 16px;
    }

    section.claim .claim-instruction {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 550px) {
    section.compare article .table .price-selector {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 16px;
        background: unset;
    }

    section.compare article .table .price-selector label {
        margin: 0;
        font-size: 18px;
    }
}


@keyframes slideInFromLeft {
    from {
        left: -100vw;
        display: none;
    }
    1% {
        display: flex;
    }

    to {
        left: 0;
        display: flex;
    }
}

@keyframes slideInFromRight {
    from {
        left: 100%;
        width: 100%;
    }

    to {
        left: 0%;
        width: 100%;
    }
}

@keyframes slideAwayToLeft {
    from {
        left: 0;
        display: flex;
        /*width: 100%;*/
    }
    98% {
        display: flex;
    }
    99% {
        /*display: none;*/
    }
    to {
        left: -100vw;
        /*display: none;*/
        /*width: 100%;*/
    }
}

@keyframes slideAwayToRight {
    from {
        left: 0;
        display: flex;
    }
    98% {
        display: flex;
    }
    99% {
        /*display: none;*/
    }
    to {
        left: 100vw;
        /*display: none;*/
    }
}

@keyframes openIn {
    from {
        max-height: 100%;
    }

    to {
        max-height: 10000px;
    }
}


/***************************************************************************/

section.compare article .comparison-table .table-row .content .line.odd div.active {
    background-color: #D0E3F1;
}

@media screen and (max-width: 1000px) {
    section.compare article .comparison-table .table-row .content .line.odd div.active {
        background-color: transparent;
    }

    section.compare article .table .table-row .content .line {
        min-height: auto;
    }
}