html[m-browser=ie] [m-mody*=c-img-large].cbx-card {
    height: auto;
}
.custom-dots {
    display: flex;
    justify-content: center;
    margin: -5px;
}
.custom-dots li {
    background-color: #dedede;
    border-radius: 9999px;
    display: flex;
    margin: 5px;
    transition: background-color 350ms linear, border-radius 350ms linear, width 350ms linear;
    height: 3.125vw;
    width: 3.125vw;
}
.custom-dots .slick-active {
    width: 6.25vw;
}
.custom-dots button {
    color: transparent;
    width: inherit;
}
@media (min-width:768px) {
    .custom-dots li {
    height: 10px;
    width: 10px;
}
.custom-dots .slick-active {
    width: 20px;
}
}
@media (min-width:1024px) {
    .custom-dots li {
    height: .98vw;
    width: .98vw;
}
.custom-dots .slick-active {
    width: 1.95vw;
}
}
@media (min-width:1280px) {
    .custom-dots li {
    height: .63vw;
    width: .63vw;
}
.custom-dots .slick-active {
    width: 1.25vw;
}
}
@media (min-width:1440px) {
    .custom-dots li {
    height: .69vw;
    width: .69vw;
}
.custom-dots .slick-active {
    width: 1.39vw;
}
}
@media (min-width:1280px) {
    .custom-next, .custom-prev {
    color: #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
}
.custom-prev {
    left: -50px;
}
@media (min-width:1440px) {
    .custom-prev {
    left: -60px;
}
}
.custom-next {
    right: -50px;
}
@media (min-width:1440px) {
    .custom-next {
    right: -60px;
}
}
@media (min-width:1024px) {
    html[m-browser~=ie] [m-desk=card-points] .card-grid .cbx-img img {
    width: 179px;
}
}
.hero-labels .cbx-text {
    display: none;
}
.card-grid .cbx-card {
    margin-bottom: 20px;
}
.card-grid .cbx-card:last-child {
    margin-bottom: 0;
}
.card-grid .cbx-card .cbx-icon {
    color: #056dae;
    position: absolute;
    bottom: 10px;
    right: 0;
}
.cbx-faqs {
    margin-bottom: 40px;
}
.cbx-tip {
    border: none;
}
[m-desk~=card-carousel] .cbx-wrapper, [m-desk~=card-points] .cbx-wrapper {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width:768px) {
    [m-desk~=card-carousel] .slick-list {
    padding-left: 10px;
    padding-right: 10px;
}
}
[m-desk~=card-carousel] .slick-track {
    padding-bottom: 6.25vw;
    display: flex;
    margin: 0 auto;
}
@media (min-width:768px) {
    [m-desk~=card-carousel] .slick-track {
    padding-bottom: 20px;
}
}
@media (min-width:1024px) {
    [m-desk~=card-carousel] .slick-track {
    padding-bottom: 1.95vw;
}
}
@media (min-width:1280px) {
    [m-desk~=card-carousel] .slick-track {
    padding-bottom: 1.25vw;
}
}
@media (min-width:1440px) {
    [m-desk~=card-carousel] .slick-track {
    padding-bottom: 1.39vw;
}
}
[m-desk~=card-carousel] .slick-slide {
    height: auto;
    margin: 10px;
}
[m-desk~=card-carousel] .slick {
    overflow: hidden;
}
@media (min-width:1280px) {
    [m-desk~=card-carousel] .slick {
    overflow: visible;
}
}
[m-desk~=card-carousel] .cbx-headline-section {
    margin-bottom: 10px;
}
[m-desk~=card-carousel] .cbx-sub-headline {
    margin-bottom: 30px;
}
[m-desk=card-points] .cbx-card[m-mody~=points] {
    background-color: transparent;
}
[m-desk=card-points] .cbx-card[m-mody~=points] .cbx-category {
    margin-left: auto;
    margin-right: auto;
}
@media (max-width:767px) {
    [m-desk=card-carousel] .cbx-headline-section, [m-desk=card-carousel] .cbx-sub-headline {
    padding-left: 20px;
    padding-right: 20px;
}
}
@media (min-width:768px) {
    .hero-labels .cbx-text {
    display: block;
}
[m-desk=card-carousel] .cbx-card .cbx-img {
    height: auto;
}
[m-desk=card-points] .card-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
[m-desk=card-points] .card-grid:after {
    flex: auto;
    margin: 0 auto;
    content: ""}
[m-desk=card-points] .card-grid>* {
    width: calc(25% - 15px)!important;
    margin-left: 10px;
    margin-right: 10px;
}
[m-desk=card-points] .card-grid>:nth-child(1) {
    margin-left: 0;
}
[m-desk=card-points] .card-grid>:nth-child(4n) {
    margin-right: 0;
}
[m-desk=card-points] .card-grid>:nth-child(4n+1) {
    margin-left: 0;
}
.hero-labels .cbx-sub-title, .hero-labels .cbx-title {
    display: block;
}
[m-desk=step-cards] .card-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
[m-desk=step-cards] .card-grid:after {
    flex: auto;
    margin: 0 auto;
    content: ""}
[m-desk=step-cards] .card-grid>* {
    width: calc(33.33333% - 13.33333px);
    margin-left: 10px;
    margin-right: 10px;
}
[m-desk=step-cards] .card-grid>:nth-child(1) {
    margin-left: 0;
}
[m-desk=step-cards] .card-grid>:nth-child(3n) {
    margin-right: 0;
}
[m-desk=step-cards] .card-grid>:nth-child(3n+1) {
    margin-left: 0;
}
[m-desk=step-cards] .card-grid .cbx-card {
    margin-bottom: 0;
}
}
@media (min-width:1024px) {
    .slick-track {
    margin-top: 1.25vw;
    margin-bottom: 1.25vw;
}
[m-desk=card-carousel] .cbx-sub-headline {
    margin-bottom: 40px;
}
[m-desk=card-points] .cbx-card[m-mody~=points] .card-content .cbx-img {
    width: 100%;
    height: auto;
}
.cbx-faqs {
    margin-bottom: 80px;
}
}
