/* Styles */
/* Font Full */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* Four Products */
.nib2k23-four-products-block {
    background-color: #F4F4F4;
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    width: 100%;
}

@media (min-width: 1025px) {
    .nib2k23-four-products-block {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.nib2k23-four-products-block .outter-container {
    max-width: 1184px;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 30px;
}

.nib2k23-four-products-block .inner-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.nib2k23-four-products-block .inner-container .top,
.nib2k23-four-products-block .inner-container .bottom {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
}

.nib2k23-four-products-block .inner-container .top {
    margin-bottom: 30px;
}

@media (min-width: 1025px) {
    .nib2k23-four-products-block .inner-container .top {
        margin-bottom: 60px;
    }
}

.nib2k23-four-products-block .inner-container .top .heading {
    font-family: "Roboto", sans-serif, sans-serif;
    font-size: 1.875rem;
    font-weight: 900;
    font-style: normal;
    line-height: 2.1875rem;
    letter-spacing: 0rem;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 700px) {
    .nib2k23-four-products-block .inner-container .top .heading {
        font-family: "Roboto", sans-serif, sans-serif;
        font-size: 2.1875rem;
        font-weight: 900;
        font-style: normal;
        line-height: 2.8125rem;
        letter-spacing: 0rem;
    }
}

@media (min-width: 1025px) {
    .nib2k23-four-products-block .inner-container .top .heading {
        font-family: "Roboto", sans-serif, sans-serif;
        font-size: 2.5rem;
        font-weight: 900;
        font-style: normal;
        line-height: 3.125rem;
        letter-spacing: 0rem;
    }
}

.nib2k23-four-products-block .inner-container .bottom .products-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    row-gap: 30px;
}

@media (min-width: 700px) {
    .nib2k23-four-products-block .inner-container .bottom .products-items {
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        row-gap: 20px;
    }
}

@media (min-width: 1025px) {
    .nib2k23-four-products-block .inner-container .bottom .products-items {
        -webkit-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        column-gap: 16px;
        row-gap: 0;
    }
}

.nib2k23-four-products-block .inner-container .bottom .products-items .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
}

.nib2k23-four-products-block .inner-container .bottom .products-items .item a {
    width: 100%;
}

@media (min-width: 700px) {
    .nib2k23-four-products-block .inner-container .bottom .products-items .item {
        -webkit-flex-basis: 48%;
        -moz-flex-basis: 48%;
        -ms-flex-basis: 48%;
        flex-basis: 48%;
        max-width: 48%;
        width: 48%;
    }
}

@media (min-width: 1025px) {
    .nib2k23-four-products-block .inner-container .bottom .products-items .item {
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
        width: 25%;
    }
}

.nib2k23-four-products-block .inner-container .bottom .products-items .item .icon {
    background-color: #ffffff;
    height: 163px;
    position: relative;
    width: 100%;
}

.nib2k23-four-products-block .inner-container .bottom .products-items .item .icon img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    border: 0;
    left: 50%;
    position: absolute;
    top: 50%;
}

.nib2k23-four-products-block .inner-container .bottom .products-items .item .cta-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Roboto", sans-serif, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.375rem;
    letter-spacing: 0rem;
    background: #007CBB;
    color: #ffffff;
    height: 84px;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nib2k23-four-products-block .inner-container .bottom .products-items .item a:hover .cta-container,
.nib2k23-four-products-block .inner-container .bottom .products-items .item a:focus .cta-container {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #DA291C;
}

.nib2k23-four-products-block .inner-container .bottom .products-items .item a:focus,
.nib2k23-four-products-block .inner-container .bottom .products-items .item a:hover {
    outline: none;
    outline-offset: 0px;
    text-decoration: none;
}


/*** Style 2 ***/

.nib2k23-four-products-block.style-2 {
    background-color: #234669;
    padding-top: 100px;
    padding-bottom: 120px;
    background-image: url(../../dist/images/four-products-shape.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.nib2k23-four-products-block.style-2 .outter-container {
    max-width: 1122px;
}

.nib2k23-four-products-block.style-2 .inner-container .top {
    margin-bottom: 30px;
}

.nib2k23-four-products-block.style-2 .inner-container .top .heading {
    color: #ffffff;
    text-align: left;
}

.nib2k23-four-products-block.style-2 .inner-container .bottom .products-items {
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 16px;
}

.nib2k23-four-products-block.style-2 .inner-container .bottom .products-items .item {
    flex-basis: auto;
    max-width: inherit;
    width: auto;
}

.nib2k23-four-products-block.style-2 .inner-container .bottom .products-items .item .icon {
    height: 196px;
}

.nib2k23-four-products-block.style-2 .inner-container .bottom .products-items .item .icon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: unset;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.nib2k23-four-products-block.style-2 .inner-container .bottom .products-items .item .cta-container {
    background-color: #ffffff;
    color: #000000;
    flex-direction: row;
    justify-content: flex-start;
    height: 131px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 35px;
    font-size: 27px;
}

.nib2k23-four-products-block.style-2 .inner-container .bottom .products-items .item .cta-container::before {
    content: "";
    width: 0;
    height: 13px;
    transition:  all 0.3s;
    -webkit-transition:  all 0.3s;
    -moz-transition:  all 0.3s;
    -ms-transition:  all 0.3s;
    -o-transition:  all 0.3s;
}

.nib2k23-four-products-block.style-2 .inner-container .bottom .products-items .item a:hover .cta-container,
.nib2k23-four-products-block.style-2 .inner-container .bottom .products-items .item a:focus .cta-container {
    color: #ffffff;
}

.nib2k23-four-products-block.style-2 .inner-container .bottom .products-items .item a:hover .cta-container:before,
.nib2k23-four-products-block.style-2 .inner-container .bottom .products-items .item a:focus .cta-container:before {
    background-image: url(../../dist/images/arrow_right.svg);
    background-size: 17px;
    background-repeat: no-repeat;
    width: 18px;
    margin-right: 15px;
}

@media screen and (max-width: 991px) {
    .nib2k23-four-products-block.style-2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 700px) {
    .nib2k23-four-products-block.style-2 .inner-container .top .heading {
        text-align: center;
    }
}