/* Understanding Pages Template Styles */
@media (max-width: 64em) {
   .page-template-understanding-pages img {
        max-width: 100% !important;
    }
}
.page-template-understanding-pages .emd-vet-breadcrumbs {
    padding: 20px !important;
}
.page-template-understanding-pages .site-main {
    margin: 0 0 0 0% !important;
}

body .emd-usp-page,
body .emd-usp-page * {
    font-family: 'Montserrat', sans-serif;
}

.emd-usp-container {
    max-width: 1175px;
    margin: 0 auto;
    width: 100%;
}

.emd-usp-hero {
    padding: 32px 20px 37px;
}

.emd-usp-hero-title {
    margin: 0;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
}

.emd-usp-hero-subtitle {
    margin-top: 22px;
    font-size: 25px;
    line-height: 1.24;
    font-weight: 400;
    color: #000000;
    max-width: 100%;
}

.emd-usp-hero-banner {
    margin-top: 37px;
}

.emd-usp-hero-banner img {
    display: block;
    width: 100%;
    height: auto;
}

.emd-usp-hero-compare {
    display: flex;
    gap: 106px;
    margin-top: 32px;
    align-items: flex-start;
}

.emd-usp-hero-compare-item {
    display: flex;
    align-items: flex-start;
    flex: 1;
}

.emd-usp-hero-compare-image {
    flex: 0 0 196px;
    max-width: 196px;
    margin-right: 28px;
}

.emd-usp-hero-compare-image img {
    display: block;
    width: 100%;
    height: auto;
}

.emd-usp-hero-compare-content {
    flex: 1;
    padding-top: 7px;
}

.emd-usp-hero-compare-title {
    margin: 0 0 18px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

.emd-usp-hero-compare-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.emd-usp-hero-compare-list-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.emd-usp-hero-compare-list-item:last-child {
    margin-bottom: 0;
}

.emd-usp-hero-compare-list-icon {
    flex: 0 0 12px;
    max-width: 12px;
    margin-top: 4px;
}

.emd-usp-hero-compare-list-icon img {
    display: block;
    width: 100%;
    height: auto;
}

.emd-usp-hero-compare-list-text {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
    color: #5C5C5C;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .emd-usp-hero {
        padding: 32px 20px 37px;
    }

    .emd-usp-hero-title {
        font-size: 40px;
    }

    .emd-usp-hero-subtitle {
        font-size: 25px;
    }

    .emd-usp-hero-compare {
        gap: 40px;
    }

    .emd-usp-hero-compare-image {
        flex: 0 0 95px;
        max-width: 95px;
        margin-right: 20px;
    }

    .emd-usp-hero-compare-title {
        font-size: 30px;
    }

    .emd-usp-hero-compare-list-text {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .emd-usp-hero {
        padding: 24px 20px 30px;
    }

    .emd-usp-hero-title {
        font-size: 30px;
    }

    .emd-usp-hero-subtitle {
        margin-top: 16px;
        font-size: 20px;
        line-height: 1.3;
        max-width: 100%;
    }

    .emd-usp-hero-banner {
        margin-top: 22px;
    }

    .emd-usp-hero-compare {
        flex-direction: column;
        gap: 25px;
        margin-top: 18px;
    }

    .emd-usp-hero-compare-item {
        width: 100%;
    }

    .emd-usp-hero-compare-image {
        flex: 0 0 78px;
        max-width: 78px;
        margin-right: 14px;
    }

    .emd-usp-hero-compare-content {
        padding-top: 2px;
    }

    .emd-usp-hero-compare-title {
        margin-bottom: 10px;
        font-size: 25px;
    }

    .emd-usp-hero-compare-list-item {
        gap: 8px;
        margin-bottom: 8px;
    }

    .emd-usp-hero-compare-list-icon {
        flex: 0 0 10px;
        max-width: 10px;
        margin-top: 4px;
    }

    .emd-usp-hero-compare-list-text {
        font-size: 14px;
        line-height: 1.35;
    }
}
/*  Product Comparison Section css */
.emd-usp-comp {
    padding: 60px 20px 80px;
    background-color: #F9F9F9;
}

.emd-usp-comp-head {
    margin: 0 0 35px;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
    text-align: center;
}

.emd-usp-comp-desk {
    display: block;
}

.emd-usp-comp-mob {
    display: none;
}

.emd-usp-comp-prods {
    display: grid;
    grid-template-columns: 180px 1fr 1fr;
    align-items: end;
    border-bottom: 4px solid #000000;
}

.emd-usp-comp-gap {
    width: 100%;
}

.emd-usp-comp-prod {
    text-align: center;
    padding: 0 28px 20px;
}

.emd-usp-comp-img {
    margin-bottom: 12px;
}

.emd-usp-comp-img img {
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
    height: 230px;
    object-fit: contain;
}

.emd-usp-comp-title {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
}

.emd-usp-comp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 124px;
    min-height: 38px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color: #ffffff !important;
    background: #E5231B;
    text-decoration: none;
}

.emd-usp-comp-table {
    width: 100%;
}

.emd-usp-comp-row {
    display: grid;
    grid-template-columns: 235px 1fr;
    border-bottom: 1px solid #000000;
}

.emd-usp-comp-row-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.emd-usp-comp-row-wrap > .emd-usp-comp-cell:only-child {
    grid-column: 1 / -1;
}

.emd-usp-comp-cell-bottom {
    grid-column: 1 / -1;
}

.emd-usp-comp-lab {
    padding: 13px 14px 13px 0;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 600;
    color: #000000;
}

.emd-usp-comp-cell {
    padding: 13px 18px;
    border-left: 0px solid #000000;
}

.emd-usp-comp-editor,
.emd-usp-comp-editor p,
.emd-usp-comp-editor li,
.emd-usp-comp-editor span,
.emd-usp-comp-editor a {
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
    color: #000000;
}

.emd-usp-comp-editor strong,
.emd-usp-comp-editor b {
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
    color: #000000;
}

.emd-usp-comp-editor i,
.emd-usp-comp-editor em {
    font-size: 18px;
    line-height: 1.45;
    font-style: italic;
    color: #000000;
}

.emd-usp-comp-editor p {
    margin: 0 0 10px;
}

.emd-usp-comp-editor p:last-child {
    margin-bottom: 0;
}

.emd-usp-comp-editor ul,
.emd-usp-comp-editor ol {
    margin: 0;
    padding-left: 18px;
}

.emd-usp-comp-editor li {
    margin-bottom: 3px;
}

.emd-usp-comp-editor li:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .emd-usp-comp-head {
        font-size: 35px;
    }

    .emd-usp-comp-prods {
        grid-template-columns: 150px 1fr 1fr;
    }

    .emd-usp-comp-row {
        grid-template-columns: 150px 1fr;
    }

    .emd-usp-comp-prod {
        padding: 0 16px 18px;
    }

    .emd-usp-comp-lab {
        font-size: 20px;
        padding-right: 10px;
    }

    .emd-usp-comp-cell {
        padding: 13px 14px;
    }

    .emd-usp-comp-editor,
    .emd-usp-comp-editor p,
    .emd-usp-comp-editor li,
    .emd-usp-comp-editor span,
    .emd-usp-comp-editor strong,
    .emd-usp-comp-editor b,
    .emd-usp-comp-editor i,
    .emd-usp-comp-editor em,
    .emd-usp-comp-editor a {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .emd-usp-comp {
        padding: 20px 20px 24px;
    }

    .emd-usp-comp-head {
        margin-bottom: 18px;
        font-size: 30px;
    }

    .emd-usp-comp-desk {
        display: none;
    }

    .emd-usp-comp-mob {
        display: block;
    }

    .emd-usp-comp-mob-prod {
        text-align: center;
        margin-bottom: 28px;
    }

    .emd-usp-comp-mob-prod:last-child {
        margin-bottom: 0;
    }

    .emd-usp-comp-img {
        margin-bottom: 10px;
    }

    .emd-usp-comp-title {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 1.25;
    }

    .emd-usp-comp-btn {
        min-width: 110px;
        min-height: 34px;
        padding: 7px 14px;
        font-size: 16px;
    }

    .emd-usp-comp-mob-row {
        text-align: left;
        padding: 12px 0;
        border-bottom: 1px solid #000000;
    }

    .emd-usp-comp-lab {
        padding: 0 0 8px;
        font-size: 14px;
        line-height: 1.25;
    }

    .emd-usp-comp-editor,
    .emd-usp-comp-editor p,
    .emd-usp-comp-editor li,
    .emd-usp-comp-editor span,
    .emd-usp-comp-editor strong,
    .emd-usp-comp-editor b,
    .emd-usp-comp-editor i,
    .emd-usp-comp-editor em,
    .emd-usp-comp-editor a {
        font-size: 14px;
        line-height: 1.45;
    }

    .emd-usp-comp-editor p {
        margin: 0 0 8px;
    }

    .emd-usp-comp-editor ul,
    .emd-usp-comp-editor ol {
        padding-left: 16px;
    }
}
/* benifitrs grid section */
.emd-usp-bgrid {
    padding: 48px 20px 28px;
}

.emd-usp-bgrid-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 35px;
    row-gap: 35px;
}

.emd-usp-bgrid-head {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
}

.emd-usp-bgrid-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.emd-usp-bgrid-img {
    flex: 0 0 100px;
}

.emd-usp-bgrid-img img {
    width: 100%;
    height: auto;
    display: block;
}

.emd-usp-bgrid-title {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 6px;
}

.emd-usp-bgrid-desc {
    font-size: 16px;
    line-height: 1.35;
    color: #000000;
}

/* Tablet */
@media (min-width:768px) and (max-width:1023px) {

    .emd-usp-bgrid-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}

/* Mobile */
@media (max-width:767px) {

    .emd-usp-bgrid-grid {
        grid-template-columns: 1fr;
        row-gap: 18px;
    }

}


/* easy ways to feed */

.emd-usp-feed {
    padding: 42px 20px 32px;
}
.page-id-13824 .emd-usp-feed {
    padding: 0px 20px 40px !important;
}

.emd-usp-feed-head {
    margin: 0 0 32px;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
    text-align: center;
}

.emd-usp-feed-items {
    display: grid;
    grid-template-columns: 214px repeat(4, 195px);
    justify-content: center;
    align-items: start;
    column-gap: 40PX;
    row-gap: 0;
}

.emd-usp-feed-item {
    width: 195px;
    display: flex;
    justify-content: center;
}

.emd-usp-feed-item-first {
    width: 214px;
}

.emd-usp-feed-circle {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #FEEEE9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    text-align: center;
}

.emd-usp-feed-img {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.emd-usp-feed-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.emd-usp-feed-text {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #000000;
}


.emd-usp-feed-note {
    max-width: 100%;
    margin: 32px auto 0;
    background: linear-gradient(90deg, #FEEEE9 0%, #FFFFFF 100%);
    border-radius: 10px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.page-id-13824 .emd-usp-feed-note { 
    margin: 0px auto 0 !important;
}

.emd-usp-feed-note-icon {
    flex: 0 0 24px;
    max-width: 24px;
}

.emd-usp-feed-note-icon img {
    display: block;
    width: 100%;
    height: auto;
}

.emd-usp-feed-note-text {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    color: #000000;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .emd-usp-feed-head {
        font-size: 35px;
    }

    .emd-usp-feed-items {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        column-gap: 14px;
        row-gap: 0;
    }

    .emd-usp-feed-item,
    .emd-usp-feed-item-first {
        width: 100%;
    }

    .emd-usp-feed-circle {
        padding: 16px 18px;
    }

    .emd-usp-feed-img img {
        max-height: 72px;
    }

    .emd-usp-feed-text {
        font-size: 16px;
    }

    .emd-usp-feed-note-text {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .emd-usp-feed {
        padding: 30px 20px 22px;
    }

    .emd-usp-feed-head {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .emd-usp-feed-items {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 10px;
        row-gap: 12px;
    }

    .emd-usp-feed-item,
    .emd-usp-feed-item-first {
        width: 100%;
    }

    .emd-usp-feed-circle {
        padding: 16px 12px;
    }

    .emd-usp-feed-img img {
        max-height: 42px;
    }

    .emd-usp-feed-text {
        margin-top: 6px;
        font-size: 14px;
        line-height: 1.2;
    }

    .emd-usp-feed-note {
        margin-top: 18px;
        padding: 8px 10px 8px 8px;
        border-radius: 8px;
        gap: 8px;
    }

    .emd-usp-feed-note-icon {
        flex: 0 0 20px;
        max-width: 20px;
    }

    .emd-usp-feed-note-text {
        font-size: 16px;
        line-height: 1.25;
    }
}

/* Bite Count Section */
.emd-usp-bite{
    padding:50px 20px;
}

.emd-usp-bite-head{
    text-align:center;
    font-size:35px;
    line-height:1.2;
    font-weight:700;
    color:#000000;
    margin-bottom:30px;
}

.emd-usp-bite-img{
    width:100%;
}

.emd-usp-bite-img img{
    width:100%;
    height:auto;
    display:block;
}

@media (max-width:767px){

.emd-usp-bite-head{
    font-size:30px;
}

}

/* Real benefits from real ingredients */

.emd-usp-ing {
    padding: 80px 20px 80px;
    background-color: #F9F9F9;
}

.emd-usp-ing-grid {
    display: grid;
    grid-template-columns: repeat(3, 373px);
    gap: 27px;
    justify-content: center;
    align-items: start;
}

.emd-usp-ing-head {
    font-size: 45px;
    line-height: 1.12;
    font-weight: 700;
    color: #000000;
    padding: 8px 0 0;
}

.emd-usp-ing-card {
    position: relative;
    width: 373px;
    min-height: 207px;
    padding: 30px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 2px 8px rgba(0, 0, 0, 0.06);
    overflow: hidden;

}

.emd-usp-ing-card-cont {
    position: relative;
    z-index: 2;
    max-width: 220px;
}

.emd-usp-ing-card-title {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
}

.emd-usp-ing-card-desc {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
    color: #000000;
}

.emd-usp-ing-card-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.emd-usp-ing-card-img img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .emd-usp-ing {
        padding: 40px 20px 30px;
    }

    .emd-usp-ing-grid {
        grid-template-columns: repeat(3, 32%);
        gap: 20px;
        justify-content: space-between;
    }

    .emd-usp-ing-head {
        font-size: 45px;
        padding-top: 0;
    }

    .emd-usp-ing-card {
        width: 100%;
        min-height: 170px;
        padding: 20px 18px 22px;
    }

    .emd-usp-ing-card-cont {
        max-width: 100%;
        padding-right: 78px;
    }
}

@media (max-width: 767px) {
    .emd-usp-ing {
        padding: 30px 20px 24px;
    }

    .emd-usp-ing-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .emd-usp-ing-head {
        font-size: 30px;
        padding: 0;
    }

    .emd-usp-ing-card {
        width: 100%;
        min-height: 180px;
        padding: 20px;
    }

    .emd-usp-ing-card-cont {
        max-width: 100%;
        padding-right: 96px;
    }

}

/* Additional Information Section */
.emd-usp-add {
    padding: 48px 20px 32px;
}

.emd-usp-add-head {
    margin: 0 0 35px;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
    text-align: center;
}

.emd-usp-add-cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 50px;
    row-gap: 30px;
    align-items: start;
}

.emd-usp-add-col {
    width: 100%;
}

.emd-usp-add-img {
    text-align: center;
    margin-bottom: 14px;
}

.emd-usp-add-img img {
    display: inline-block;
    width: 222px;
    max-width: 100%;
    height: 222px;
    object-fit: contain;
}

.emd-usp-add-link {
    display: inline-block;
}

.emd-usp-add-title-wrap {
    text-align: center;
    margin-bottom: 12px;
}

.emd-usp-add-title,
.emd-usp-add-title-link {
    display: inline-block;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    text-decoration: none;
}

.emd-usp-add-content,
.emd-usp-add-content p,
.emd-usp-add-content li,
.emd-usp-add-content span,
.emd-usp-add-content a {
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
    color: #000000;
}

.emd-usp-add-content strong,
.emd-usp-add-content b {
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
    color: #000000;
}

.emd-usp-add-content i,
.emd-usp-add-content em {
    font-size: 18px;
    line-height: 1.45;
    font-style: italic;
    color: #000000;
}

.emd-usp-add-content p {
    margin: 0 0 14px;
}

.emd-usp-add-content p:last-child {
    margin-bottom: 0;
}

.emd-usp-add-content ul,
.emd-usp-add-content ol {
    margin: 0 0 14px;
    padding-left: 20px;
}

.emd-usp-add-content li {
    margin-bottom: 4px;
}

.emd-usp-add-accs {
    margin-top: 22px;
}

.emd-usp-add-acc {
    background: #FBFBFB;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.emd-usp-add-acc + .emd-usp-add-acc {
    margin-top: 14px;
}

.emd-usp-add-acc-head {
    width: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
}

.emd-usp-add-acc-title {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    color: #000000;
}

.emd-usp-add-acc-icon {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.emd-usp-add-acc-icon img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.emd-usp-add-acc.is-open .emd-usp-add-acc-icon img {
    transform: rotate(180deg);
}

.emd-usp-add-acc-body {
    height: 0;
    overflow: hidden;
    transition: height 0.55s ease;
}

.emd-usp-add-acc-content {
    padding: 0 30px 30px;
}

.emd-usp-add-acc-content img {
    margin: 25px auto;
}

.emd-usp-add-acc-content,
.emd-usp-add-acc-content p,
.emd-usp-add-acc-content li,
.emd-usp-add-acc-content span,
.emd-usp-add-acc-content a {
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
    color: #000000;
}

.emd-usp-add-acc-content strong,
.emd-usp-add-acc-content b {
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
    color: #000000;
}

.emd-usp-add-acc-content i,
.emd-usp-add-acc-content em {
    font-size: 18px;
    line-height: 1.45;
    font-style: italic;
    color: #000000;
}

.emd-usp-add-acc-content p {
    margin: 0 0 12px;
}

.emd-usp-add-acc-content p:last-child {
    margin-bottom: 0;
}

.emd-usp-add-acc-content ul,
.emd-usp-add-acc-content ol {
    margin: 0 0 12px;
    padding-left: 20px;
}

.emd-usp-add-acc-content li {
    margin-bottom: 4px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .emd-usp-add-cols {
        column-gap: 20px;
    }

    .emd-usp-add-head {
        font-size: 35px;
    }

    .emd-usp-add-img img {
        width: 222px;
    }

    .emd-usp-add-acc-head {
        padding: 30px;
    }

    .emd-usp-add-acc-content {
        padding: 0 30px 30px;
    }
}

@media (max-width: 767px) {
    .emd-usp-add {
        padding: 30px 20px 24px;
    }

    .emd-usp-add-head {
        margin-bottom: 22px;
        font-size: 30px;
    }

    .emd-usp-add-cols {
        grid-template-columns: 1fr;
        column-gap: 20px;
        row-gap: 28px;
    }

    .emd-usp-add-img img {
        width: 100%;
    }

    .emd-usp-add-title,
    .emd-usp-add-title-link {
        font-size: 20px;
    }

    .emd-usp-add-content,
    .emd-usp-add-content p,
    .emd-usp-add-content li,
    .emd-usp-add-content span,
    .emd-usp-add-content strong,
    .emd-usp-add-content b,
    .emd-usp-add-content i,
    .emd-usp-add-content em,
    .emd-usp-add-content a,
    .emd-usp-add-acc-content,
    .emd-usp-add-acc-content p,
    .emd-usp-add-acc-content li,
    .emd-usp-add-acc-content span,
    .emd-usp-add-acc-content strong,
    .emd-usp-add-acc-content b,
    .emd-usp-add-acc-content i,
    .emd-usp-add-acc-content em,
    .emd-usp-add-acc-content a {
        font-size: 16px;
    }

    .emd-usp-add-acc-title {
        font-size: 16px;
    }

    .emd-usp-add-acc-head {
        padding: 20px;
    }

    .emd-usp-add-acc-content {
        padding: 0 20px 20px;
    }
}
/* aditional information faq's */

.emd-usp-acc-faq {
    padding: 48px 20px 32px;
}

.emd-usp-acc-faq-wrap {
    max-width: 840px;
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .emd-usp-acc-faq-wrap {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .emd-usp-acc-faq {
        padding: 30px 20px 24px;
    }

    .emd-usp-acc-faq-wrap {
        max-width: 100%;
    }
}

/* Exotic Nutrition  */
.emd-usp-exotic {
    padding: 34px 20px 32px;
}

.emd-usp-exotic-prods {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 60px;
    row-gap: 20px;
    justify-content: center;
    align-items: start;
    margin-bottom: 34px;
}

.emd-usp-exotic-prod {
    text-align: center;
}

.emd-usp-exotic-prod-img {
    margin-bottom: 12px;
}

.emd-usp-exotic-prod-img img {
    display: inline-block;
    width: 175px;
    height: 230px;
    object-fit: contain;
}

.emd-usp-exotic-prod-link {
    display: inline-block;
}

.emd-usp-exotic-prod-title-wrap {
    text-align: center;
}

.emd-usp-exotic-prod-title {
    display: inline-block;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
}

.emd-usp-exotic-main {
    max-width: 100%;
}

.emd-usp-exotic-head {
    margin: 0 0 18px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
    text-align: center;
}

.emd-usp-exotic-intro,
.emd-usp-exotic-intro p,
.emd-usp-exotic-intro span,
.emd-usp-exotic-intro strong,
.emd-usp-exotic-intro b,
.emd-usp-exotic-intro i,
.emd-usp-exotic-intro em,
.emd-usp-exotic-intro a,
.emd-usp-exotic-intro br {
    font-size: 25px;
    line-height: 1.45;
    font-weight: 500;
    color: #000000;
}

.emd-usp-exotic-intro p {
    margin: 0;
}

.emd-usp-exotic-mid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    align-items: end;
    margin-top: 18px;
}

.emd-usp-exotic-left {
    min-width: 0;
}

.emd-usp-exotic-bullets {
    display: grid;
    row-gap: 18px;
}

.emd-usp-exotic-bullet {
    display: flex;
    align-items: center;
    gap: 12px;
}

.emd-usp-exotic-bullet-icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
}

.emd-usp-exotic-bullet-icon img {
    display: block;
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.emd-usp-exotic-bullet-text {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 500;
    color: #000000;
}

.emd-usp-exotic-right {
    min-width: 0;
}

.emd-usp-exotic-side-img {
    text-align: right;
}

.emd-usp-exotic-side-img img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.emd-usp-exotic-bottom a {
    color: #E5231B;
}
.emd-usp-exotic-bottom,
.emd-usp-exotic-bottom p,
.emd-usp-exotic-bottom li,
.emd-usp-exotic-bottom span,
.emd-usp-exotic-bottom a,
.emd-usp-exotic-bottom br {
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
    color: #000000;
}

.emd-usp-exotic-bottom strong,
.emd-usp-exotic-bottom b {
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
    color: #000000;
}

.emd-usp-exotic-bottom i,
.emd-usp-exotic-bottom em {
    font-size: 18px;
    line-height: 1.45;
    font-style: italic;
    color: #000000;
}

.emd-usp-exotic-bottom {
    margin-top: 18px;
}

.emd-usp-exotic-bottom p {
    margin: 0 0 12px;
}

.emd-usp-exotic-bottom p:last-child {
    margin-bottom: 0;
}

.emd-usp-exotic-btns {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.emd-usp-exotic-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    background: #E5231B;
    color: #ffffff !important;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    text-decoration: none;
}

.emd-usp-exotic-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #E5231B;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    text-decoration: none;
}

.emd-usp-exotic-btn-secondary-icon {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
}

.emd-usp-exotic-btn-secondary-icon img {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .emd-usp-exotic-prods {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        column-gap: 20px;
        row-gap: 20px;
        margin-bottom: 28px;
    }

    .emd-usp-exotic-prod-img img {
        width: 100%;
        max-width: 175px;
        height: 230px;
    }

    .emd-usp-exotic-prod-title {
        font-size: 16px;
    }

    .emd-usp-exotic-head {
        font-size: 30px;
    }

    .emd-usp-exotic-intro,
    .emd-usp-exotic-intro p,
    .emd-usp-exotic-intro span,
    .emd-usp-exotic-intro strong,
    .emd-usp-exotic-intro b,
    .emd-usp-exotic-intro i,
    .emd-usp-exotic-intro em,
    .emd-usp-exotic-intro a,
    .emd-usp-exotic-intro br {
        font-size: 20px;
    }

    .emd-usp-exotic-mid {
        grid-template-columns: 1fr 250px;
        column-gap: 20px;
    }

    .emd-usp-exotic-bullet-text {
        font-size: 16px;
    }

    .emd-usp-exotic-bottom,
    .emd-usp-exotic-bottom p,
    .emd-usp-exotic-bottom li,
    .emd-usp-exotic-bottom span,
    .emd-usp-exotic-bottom strong,
    .emd-usp-exotic-bottom b,
    .emd-usp-exotic-bottom i,
    .emd-usp-exotic-bottom em,
    .emd-usp-exotic-bottom a,
    .emd-usp-exotic-bottom br {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .emd-usp-exotic {
        padding: 28px 20px 24px;
    }

    .emd-usp-exotic-prods {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 30px;
        row-gap: 30px;
        margin-bottom: 34px;
    }

    .emd-usp-exotic-prod:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        justify-self: center;
        width: 50%;
    }

    .emd-usp-exotic-prod-img img {
        width: 100%;
        max-width: 175px;
        height: auto;
        aspect-ratio: 175 / 230;
    }

    .emd-usp-exotic-prod-title {
        font-size: 16px;
    }

    .emd-usp-exotic-head {
        font-size: 30px;
    }

    .emd-usp-exotic-intro,
    .emd-usp-exotic-intro p,
    .emd-usp-exotic-intro span,
    .emd-usp-exotic-intro strong,
    .emd-usp-exotic-intro b,
    .emd-usp-exotic-intro i,
    .emd-usp-exotic-intro em,
    .emd-usp-exotic-intro a,
    .emd-usp-exotic-intro br {
        font-size: 20px;
    }

    .emd-usp-exotic-mid {
        grid-template-columns: 1fr;
        row-gap: 18px;
        margin-top: 18px;
    }

    .emd-usp-exotic-side-img {
        text-align: center;
    }

    .emd-usp-exotic-side-img img {
        max-width: 100%;
    }

    .emd-usp-exotic-bullets {
        row-gap: 16px;
    }

    .emd-usp-exotic-bullet-text {
        font-size: 16px;
    }

    .emd-usp-exotic-bottom,
    .emd-usp-exotic-bottom p,
    .emd-usp-exotic-bottom li,
    .emd-usp-exotic-bottom span,
    .emd-usp-exotic-bottom strong,
    .emd-usp-exotic-bottom b,
    .emd-usp-exotic-bottom i,
    .emd-usp-exotic-bottom em,
    .emd-usp-exotic-bottom a,
    .emd-usp-exotic-bottom br {
        font-size: 16px;
    }

    .emd-usp-exotic-btns {
        gap: 12px;
    }

    .emd-usp-exotic-btn-primary {
        min-height: 42px;
        padding: 10px 16px;
        font-size: 16px;
    }

    .emd-usp-exotic-btn-secondary {
        font-size: 16px;
    }
    .emd-usp-spacer{
    height:60px;
}
}
.emd-usp-spacer{
    height:90px;
}
