.td-a-rec-id-footer_top {
    display: block !important;
    overflow: hidden;
}
.hide {
    display: none !important;
}
.section-header {
    color: #000;
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}
.section-header .light {
    display: block;
    margin-bottom: 10px;
    color: #84858A;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.053px;
}
.text-center {
	text-align: center;
}
.section-text p {
    display: flex;
    gap: 8px;
    align-items: center;
}

.section-text p span{
    color: #84858A;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.036px;
}

.section-text p img {
    width: 32px;
    aspect-ratio: 1;
}
.subscription-type-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
}
.subscription-type-wrapper input[type=radio]{
    display: none;
}
.label-paragraph {
    text-align: center;
    font-weight: 600;
}
.subscription-type-wrapper label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
}
.subscription-type-wrapper label::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #E1E3E0;
    position: absolute;
    left: 0;
    top: 0;
}
.subscription-type-wrapper input[type=radio]:checked + label::before {
    border-color: #00A465;
    background: radial-gradient(circle,#00a465 0,#00a465 40%,#fff 50%);
}
.subscription-header-section {
    padding: 0 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

.subscription-header-section .main-image {
    max-width: 160px;
    margin: 0 auto 30px;
}
.newsletter-form {
    padding: 0 16px;
}
@media (min-width: 1024px) {
.newsletter-form .tnp-subscription {
    padding: 0 16px;
}
}
.newsletter-form input[type='email'],  .newsletter-form .tnp-field input[type='text']{
    border-radius: 4px;
    border: 1px solid #E1E3E0;
    background: #FFF;
    padding: 12px 16px;
    margin-bottom: 16px;
    font-size: 13px !important;
}
.newsletter-form input[type='submit'], .section-btn {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.026px;
    background: #16705A;
    padding: 15px 30px;
    width: auto;
    margin: auto;
    border-radius: 0;
}

.newsletter-form .tnp-privacy-field label{
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.038px;
    margin-bottom: 48px;
    display: flex;
    align-items: flex-start;
}

.newsletter-form .tnp-privacy-field label a {
    padding-left: 2px;
    color: #16705A!important;
}

.section-container {
    padding: 0 16px;
}

.bg-grey {
    background: #F9F9F9;
}
.member-section {
    padding: 24px 16px;
    margin-bottom: 40px;
}
.member-section .badge {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    width: -webkit-fit-content;
    padding: 4px 8px;
    background: #E2FAEF;
    border-radius: 25px;
    color: #191B22;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.038px;
    margin-bottom: 20px;
}

.heading-text {
    color: #191B22;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
}

.subtext-normal {
    color: #191B22;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.036px;
}

.subtext-medium {
    color: #191B22;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.member-section .product-details {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    margin: 16px 0 30px;
    padding-top: 16px;
    border-top: 1px solid #84858A33;
}

.member-section .product-details img {
    width: 38px;
    aspect-ratio: 1;
}

.member-section .subtext-normal b {
    text-transform: capitalize;
}

.member-section .section-btn {
    display: flex;
    width: fit-content;
    width: -webkit-fit-content;
    background-color: #DC1414;
    text-transform: capitalize;
}

.success-message {
    position: relative;
    width: fit-content;
    text-align: center;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.036px;
    background: #eeffe9;
    margin: 48px auto;
    display: block;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 0;
}
.success-message::before {
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    height: 20px;
    width: 12px;
    border-bottom: 4px solid #78b13f;
    border-right: 4px solid #78b13f;
    position: relative;
    bottom: 2px;
}
.success-message::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 19px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.notification-section {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
}
.notification-section > img {
    width: 40px;
    aspect-ratio: 1;
}
.notification-section > a {
    margin-left: auto;
    min-width: 20px;
}
.notification-section > a img {
    width: 20px;
    aspect-ratio: 1;
}
.medium-bold {
    font-weight: 600;
}
.products-section, .benefits-section {
    margin-bottom: 40px;
}
.products-section .heading-text, .benefits-section .heading-text{
    margin-bottom: 30px;
}
.product-list, .benefit-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 0.5fr));
    grid-gap: 2rem 1rem;
}
.product-list .product-card, .benefit-list .benefit-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.benefit-list .benefit-card {
    align-items: flex-start;
    padding: 8px;
    gap: 16px;
    background: #F9F9F9;
    /*align-items: center;
    max-width: fit-content;
    max-width: -webkit-fit-content;*/
    padding: 16px;
}
.product-list .product-card .product-img {
    height: 75px;
    width: auto;
}
.product-list .product-card .product-title {
    display: flex;
    gap: 8px;
    align-items: center;
}
.benefit-list .benefit-card .benefit-title {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 0;
}
.benefit-list .benefit-card .benefit-img {
    height: 60px;
    width: auto;
}
.product-list .product-card .product-title img {
    width: 20px;
}
.disclaimer {
    color: #84858A;
    line-height: 20px;
}
.mb-40 {
	margin-bottom: 40px;
}
.disclaimer .danger {
    color: #DC1414;
    display: block;
    text-decoration: underline !important;
}

.tnp-privacy-field {
    position: relative;
}
input#tnp-privacy-field + label {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border: 1px solid #E1E3E0;
    border-radius: 2px;
    cursor: pointer;
}
input#tnp-privacy-field {
    margin-right: 12px;
    opacity: 0;
}

#tnp-privacy-field:checked + label {
    background: #00A465;
    border: 1px solid #00A465;
}

#tnp-privacy-field:checked + label::before{
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    height: 10px;
    width: 5px;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
    position: relative;
    bottom: 2px;
    position: absolute;
    top: 0;
    left: 4px;
}

/* Otp modal */
.otp-modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 16px;
    background: rgba(255, 255, 255, 0.90);
    display: grid;
    place-content: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}
.otp-modal-body {
    width: 100%;
    max-width: 500px;
    padding: 24px 30px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
.body-title p {
    color: #191C1B;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
.body-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}
.otp-modal-body .body-subtext {
    /* width: calc(100% - 34px) */
 }
.body-subtext {
    color: #84858A;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 46px;
}
.otp-modal-body .section-btn {
    display: block;
    margin: auto;
    border: 0;
}
.close-otp-modal {
    cursor: pointer;
}
.otp-modal.active {
    visibility: visible;
    opacity: 1;
}

#otpInputs {
    display: flex;
    margin-bottom: 24px;
    justify-content: center;
}
input.otpinput {
    width: 16%;
    border: none;
    border-bottom: 1px solid #191C1B;
    margin: 0 10px;
    text-align: center;
    font-size: 28px;
    padding: 0;
    padding-bottom: 10px;
}
  
input.otpinput:focus {
    border-color: #16705A !important;
    outline: none;
}
  
input.otpinput:nth-child(1) {
    cursor: pointer;
    pointer-events: all;
}
.otp-error {
    font-size: 15px;
    margin-bottom: 40px;
    color: #DC1414;
    text-align: center;
}
.otp-resend-text {
    text-align: center;
}

.otp-resend-text .text {
    font-weight: bold;
    color: #16705A;
    cursor: pointer;
    text-decoration: underline !important;
}

.otp-resend-text .text:not(:empty) + span {
    display: none;
}
.otp-modal-body .section-btn:disabled {
    background-color: #bbb;
}

.loader-active {
    position: relative;
}

.loader-active, .loader-active > * {
    color: transparent !important;
}
.td-header-main-menu.td-affix, .td-header-main-menu, .td-header-style-1 .td-header-top-menu {
    z-index: 1;
}
.loader-active::before {
    content: "";
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
    border-radius: 50%;
    background: radial-gradient(farthest-side, rgb(0, 163, 100) 94%, rgba(0, 0, 0, 0)) center top / 4px 4px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, rgb(0, 163, 100));
    -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 4px), rgb(0, 0, 0) 0px);
    animation: 1s linear 0s infinite normal none running tmLoader;
    position: absolute;
    top: 30%;
    z-index: 1;
}
@keyframes tmLoader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* newsletter listing */
.newsletter_card {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}
.date_display {
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: flex-start;
    align-items: stretch;
}
.date_display .head {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    min-width: 51px;
}
.date_display .sub {
    font-size: 16px;
}
.content_display {
    padding-left: 20px;
    border-left: 2px solid #e29c04;
}
.content_display .subject a {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Open Sans', arial, sans-serif;
    color: #111;
    font-weight: 600;
}
.content_display .subject a {
    color: #077D65;
}
.content_display .excerpt {
    font-size: 14px;
    margin-bottom: 0;
    color: #444;
}
@media (min-width: 768px) {
    .date_display .head {
        min-width: 86px;
        white-space: nowrap;
    }
}

.card-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
}

.card {
    width: 100%;
    max-width: 128px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 8px 8px 12px;
    gap: 8px;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -2px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.card img {
    width: auto;
    height: 36px;
}

.card-text {
    display: block;
    color: #444845;
    font-size: 14px;
    font-weight: 500px;
    line-height: 20px;
    letter-spacing: 0.0024em;
    padding: 5px;
}