@media (min-width:600px) {
    .wmc .container {
        max-width: 100% !important
    }
}

.custom-slider {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    border-radius: 8px;
    overflow: hidden
}

.custom-slider .carousel-inner img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 8px
}

.custom-slider .carousel-control-next,
.custom-slider .carousel-control-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #98a2b3
}

.custom-slider .carousel-control-next-icon,
.custom-slider .carousel-control-prev-icon {
    width: 30px;
    height: 30px
}

.custom-slider .carousel-control-prev {
    left: 15px
}

.custom-slider .carousel-control-next {
    right: 15px
}

.custom-slider .carousel-control-next-icon svg,
.custom-slider .carousel-control-prev-icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: #98a2b3;
    stroke-width: 1
}

.widget-container,
.widget-full {
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.widget-container {
    align-self: stretch;
    align-items: stretch;
    padding: 24px;
    border-radius: 10px;
    background-color: #fff
}

.container.widget-container {
    max-width: 1630px !important
}

img.widget-tile-img {
    border-radius: 10px !important
}

.widget-full {
    width: 1800px;
    align-items: flex-start;
    gap: 10px;
    padding: 2rem
}

.widget-bcg-dark {
    background-color: #eaecf0
}

.widget-tile-description-promo {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    text-align: justify;
    max-width: 100%;
    line-height: 1.5
}

.widget-term,
.widget-tile-title,
.widget-title-main {
    font-family: "Barlow Semi Condensed", sans-serif !important
}

.widget-title-main {
    align-self: stretch !important;
    flex-grow: 0 !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    line-height: 1.27 !important;
    letter-spacing: normal !important;
    text-align: left !important;
    color: #004b87 !important
}

.widget-term,
.widget-tile-title {
    font-style: normal;
    letter-spacing: normal
}

.widget-tile-title {
    font-weight: 600 !important;
    line-height: 1.33 !important;
    text-align: left;
    color: #004b87 !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(3*1.33em);
    min-height: calc(3*1.33em);
    flex-grow: 0
}

.widget-term {
    font-weight: 500 !important;
    line-height: 150% !important;
    color: #667085 !important;
    width: 100%
}

.widget-tile {
    flex-direction: column;
    background-color: #fff;
    overflow: hidden;
    height: 100%;
    display: flex
}

.widget-tile-img {
    max-width: 100%;
    height: auto
}

.widget-tile-body {
    flex-direction: column;
    padding: 15px 0;
    flex-grow: 1;
    justify-content: flex-start;
    display: flex
}

.widget-tile-description {
    font-size: 14px;
    color: #6c757d;
    font-weight: 400 !important;
    font-family: "Barlow Semi Condensed", sans-serif !important;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5 !important;
    max-height: calc(9*1.5em)
}

.widget-tile-currency .widget-tile-currency-sufix,
.widget-tile-currency .widget-tile-currency-value {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.27;
    color: #004b87 !important;
    font-family: "Barlow Semi Condensed", sans-serif !important
}

.widget-tile-currency .widget-tile-currency-value {
    font-size: 30px;
    font-weight: 600
}

.widget-btn-text,
.widget-tile-brand {
    font-family: "Barlow Semi Condensed", sans-serif !important;
    font-style: normal;
    letter-spacing: normal
}

.widget-btn-text {
    width: 46px;
    flex-grow: 0;
    font-size: 12px;
    font-weight: 500;
    font-stretch: semi-condensed;
    line-height: 1.43;
    text-align: center;
    color: #026aa2
}

.widget-tile-brand {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.33 !important;
    text-align: left;
    color: #004b87 !important
}

.widget-btn {
    height: 24px;
    flex-grow: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 10px;
    border-radius: 16px;
    text-align: center;
    background-color: transparent
}

.widget-btn,
.widget-btn-1 {
    border: solid 1.5px #f2a900
}

.widget-btn-2 {
    border: solid 1.5px #c70039
}

.widget-btn-3 {
    border: solid 1.5px #0086c9
}

.widget-btn-4 {
    border: solid 1.5px #ff5733
}

.widget-btn-5 {
    border: solid 1.5px #900c3f
}

.widget-btn span {
    display: block;
    width: 100%;
    text-align: center
}

.widget-footer {
    height: 52px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
    padding: 24px 0 0;
    border-top: solid 1px #eaecf0
}

.widget-link {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border-radius: 8px;
    border: solid 1px #99b7cf;
    background-color: #ccdbe7;
    white-space: nowrap
}

.widget-tile-link {
    color: #004b87 !important
}

.widget-tile-link:hover {
    color: #004b87 !important;
    font-weight: 600 !important
}

.widget-link-text {
    font-family: "Barlow Semi Condensed", sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    font-stretch: semi-condensed;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #001854;
    white-space: nowrap
}

h2.widget-title-main {
    padding-left: 15px
}

.widget-btn {
    width: auto;
    min-width: 66px;
    max-width: 100%
}

h5.widget-text-content-brand,
h5.widget-text-content-title {
    font-family: "Barlow Semi Condensed", sans-serif !important;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.96px;
    text-align: left;
    color: #004b87
}

.widget_tag_cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.image-container,
.text-content {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    flex-direction: column
}

.widget-button-bottom {
    height: 52px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
    padding: 24px 0 0;
    border-top: solid 1px #eaecf0
}

.widget-row-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px
}

.widget-row-4 {
    display: flex
}

.widget-button-left-promo,
.widget-button-right-promo {
    height: 52px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
    padding: 24px 0 0
}

.widget-button-left-promo {
    justify-content: flex-start
}

.widget-promo-left:has(a.widget-tile-link:hover) a.widget-tile-link:hover,
.widget-promo-right:has(a.widget-tile-link:hover) a.widget-tile-link:hover {
    font-weight: 700 !important
}

.widget-button {
    width: auto;
    height: 28px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    padding: 4px 8px 4px 10px;
    border-radius: 8px;
    border: solid 1px #99b7cf;
    background-color: #ccdbe7
}

.widget-button-text {
    width: 96px;
    flex-grow: 0;
    font-family: "Barlow Semi Condensed", sans-serif !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #001854
}

.widget-row-4:has(.widget-tile-currency) {
    justify-content: flex-end !important
}

.widget-button a {
    display: flex;
    align-items: center;
    text-decoration: none
}

.widget-button a span {
    margin: 0 5px
}

.badge-upcoming {
    background-color: #d37428;
    font-family: "Barlow Semi Condensed", sans-serif !important;
    margin-left: 10px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 10px;
    border-radius: 15px;
    text-transform: uppercase;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

@media (max-width:768px) {
    .col-sm-6 {
        flex: 0 0 100%
    }

    .widget-full {
        padding: 24px 20px
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .col-sm-6 {
        flex: 0 0 50%
    }
}

@media (min-width:1200px) {
    .col-sm-6 {
        flex: 0 0 25%
    }
}


span.product-price-label {
    font-size: 1rem;
    font-weight: 400
}

h5.widget-tile-brand a {
    color: unset
}

.container.widget-container h2 {
    font-size: 30px;
    font-weight: 600;
    color: var(--bc-blue);
    margin: 0;
}

a.widget-tile-link {
    aspect-ratio: 1;
    
}
a.widget-tile-link img {
    margin: 0 auto;
    border-radius: 5px;
    border: solid 1px #eaecf0;
    width: 100% !important;
    height: 100% !important;
}
.widget-tile-link {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  position: relative !important;
}

.widget-tile-link img {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  transform: translate(-50%, -50%) !important;
  object-fit: contain !important; 
}