.elementor-18093 .elementor-element.elementor-element-6557f5ad{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:767px){.elementor-18093 .elementor-element.elementor-element-6557f5ad{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS */.wrap img{
    border-radius: 16px;
}
.subtitle {
    font-size: 19px;
    font-weight: 500;
    color: #0f766e;
    line-height: 1.8;
    margin: 0 0 22px;
    max-width: 62ch;
}
.checklist__head {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #0b4a45;
    margin-bottom: 14px;
    font-size: 16px;
}
.checklist__head svg {
    width: 19px;
    height: 19px;
    color: #cf7639;
}
.checklist ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}
.checklist li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 15.5px;
    line-height: 1.75;
    color: #2b3a38;
    background: #ffffff;
    border: 1px solid #e5dfd3;
    border-radius: 12px;
    padding: 12px 14px;
}
.checklist li .qmark {
    flex: none;
    width: 24px;
    height: 24px;
    border-radius: 7px;
    display: grid;
    place-items: center;
    background: #e7f2f0;
    color: #0f766e;
    font-weight: 800;
    font-size: 13px;
}
.checklist {
    background: linear-gradient(180deg, #fff, #f2ece1);
    border: 1px solid #e5dfd3;
    border-radius: 18px;
    padding: 22px 24px;
    margin: 24px 0;
}
.toc {
    margin: 34px auto 6px;
    background: #ffffff;
    border: 1px solid #e5dfd3;
    border-radius: 18px;
    padding: 24px 26px;
}
.toc__head {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #0b4a45;
    font-size: 15px;
    margin-bottom: 14px;
}
.toc__head svg {
    width: 18px;
    height: 18px;
    color: #cf7639;
}
.toc ol {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: toc;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px 26px;
}
.toc li {
    counter-increment: toc;
    border-bottom: 1px dashed #e5dfd3;
}

.toc a {
    display: flex;
    gap: 12px;
    align-items: baseline;
    padding: 11px 4px;
    font-size: 14.5px;
    color: #22302e;
    transition: color .18s, padding .18s;
}
.toc a::before {
    content: counter(toc, persian);
    font-weight: 800;
    font-size: 14px;
    color: #cf7639;
    min-width: 14px;
}

.sec__eyebrow .num {
    background: #fcefe2;
    border: 1px solid #f0cba7;
    color: #cf7639;
    padding: 2px 10px;
    border-radius: 8px;
    font-size: 12px;
}
.sec__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 12.5px;
    font-weight: 700;
    color: #cf7639;
    letter-spacing: .4px;
}
h2 {
    font-size: 27px;
    font-weight: 800;
    color: #0b4a45;
    line-height: 1.5;
    margin: 8px 0 18px;
    letter-spacing: -.2px;
}
.rule {
    position: relative;
    height: 30px;
    margin: 34px 0;
    border-top: 1px solid #e5dfd3;
}
.rule::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 2px;
    background: linear-gradient(90deg, #13877d, #e2894f);
}
.duo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 24px 0;
}
.tips {
    display: grid;
    gap: 14px;
    margin: 20px 0 26px;
}
.tip {
    display: flex;
    gap: 16px;
    background: #ffffff;
    border: 1px solid #e5dfd3;
    border-radius: 16px;
    padding: 18px 20px;
    transition: transform .2s ease, box-shadow .2s ease;
}
.tip .tn{
    flex: none;
    width: 36px;
    height: 36px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    font-weight: 800;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(140deg, #13877d, #0b4a45);
}
.tip .tbody {
    min-width: 0;
}
.c-standard {
    background: #e7f2f0;
    border: 1px solid #d6eae6;
    border-inline-start: 5px solid #0f766e;
}
.callout {
    border-radius: 18px;
    padding: 22px 24px;
    margin: 26px 0;
    position: relative;
}
.c-research {
    background: #fcefe2;
    border: 1px solid #f0cba7;
    border-inline-start: 5px solid #e2894f;
}
.c-research .callout__label {
    color: #cf7639;
}
.callout__label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-weight: 700;
    font-size: 13.5px;
    margin-bottom: 8px;
    letter-spacing: .2px;
}
.crisis {
    background: linear-gradient(160deg, #0b4a45, #0a3d39);
    color: #dff0ed;
    border-radius: 18px;
    padding: 24px 26px;
    margin: 30px 0;
}
.crisis h2 {
    color: #fff;
    margin: 0 0 10px;
}
.crisis p {
    color: #bcd9d4;
    margin: 0 0 8px;
    font-size: 15.5px;
    line-height: 1.8;
}
.crisis .lines {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}
.crisis .lines span {
    background: #ffffff1;
    padding: 8px 14px;
    border-radius: 10px;
    font-size: 14px;
}
.crisis a {
    color: #ffd9c8;
    font-weight: 700;
}
.faqwrap h2 {
    margin-bottom: 14px;
}
.faq {
    display: grid;
    gap: 12px;
}
.faq details{
    background: #ffffff;
    border: 1px solid #e5dfd3;
    border-radius: 14px;
    overflow: hidden;
}
.faq summary {
    cursor: pointer;
    list-style: none;
    padding: 16px 20px;
    font-weight: 700;
    color: #0b4a45;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}
.faq summary::after
{
    content: "+";
    color: #cf7639;
    font-weight: 800;
    font-size: 22px;
    line-height: 1;
    flex: none;
}
.faq .faq__a {
    padding: 0 20px 18px;
    color: #2b3a38;
    line-height: 1.85;
    font-size: 15.5px;
}
.faq details[open] summary::after {
    content: "\2013";
}

@media (max-width: 640px) {
    .toc ol {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 640px) {
    .duo-grid {
        grid-template-columns: 1fr;
    }
}
.table-scroll {
    overflow-x: auto;
    margin: 24px 0;
    border-radius: 18px;
    border: 1px solid #e5dfd3;
}
table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    font-size: 15px;
    min-width: 520px;
}
caption {
    caption-side: bottom;
    text-align: right;
    font-size: 13px;
    color: #5d6d6a;
    padding: 10px 16px 4px;
}
thead th:first-child {
    background: #0b4a45;
}
thead th
 {
    background: #0f766e;
    color: #fff;
    font-weight: 700;
    text-align: right;
    padding: 13px 16px;
    font-size: 14px;
}
tbody th {
    text-align: right;
    font-weight: 700;
    background: #e7f2f0;
    color: #0b4a45;
    padding: 13px 16px;
    vertical-align: top;
}
tbody td {
    padding: 13px 16px;
    border-top: 1px solid #e5dfd3;
    vertical-align: top;
    color: #2b3a38;
}
tbody tr:nth-child(even) td

 {
    background: #f2ece1;
}
.pill.free
 {
    background: #e7f2f0;
    color: #0b4a45;
}
.pill {
    display: inline-block;
    font-size: 12.5px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 999px;
}
.pill.copay
 {
    background: #fcefe2;
    color: #cf7639;
}
.duo
 {
    text-align: center;
    font-weight: 700;
    color: #0b4a45;
    font-size: 18px;
    line-height: 1.85;
    background: linear-gradient(180deg, #fff, #e7f2f0);
    border: 1px solid #d6eae6;
    border-radius: 18px;
    padding: 20px 26px;
    margin: 26px 0;
}

.pquote {
    margin: 30px 0;
    padding: 20px 26px;
    border-inline-start: 4px solid #e2894f;
    background: linear-gradient(90deg, #fcefe2, transparent);
    border-radius: 18px;
    font-size: 20px;
    font-weight: 700;
    color: #0b4a45;
    line-height: 1.85;
}
h3.sub {
    font-size: 18.5px;
    font-weight: 800;
    color: #0b4a45;
    margin: 26px 0 12px;
}
.h2sub {
    color: #5d6d6a;
    font-weight: 600;
    font-size: 16px;
    margin: -10px 0 18px;
}

.cmp3 thead .crit {
    background: #39504c;
}
.cmp3 thead .c-natural {
    background: #13877d;
}
.cmp3 thead .c-adjust {
    background: #e2894f;
}
.cmp3 thead .c-depress {
    background: #a75d54;
}
.table-scroll__cap {
    padding: 16px 20px;
    background: #0b4a45;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.thoughts
 {
    background: linear-gradient(180deg, #fff, #f2ece1);
    border: 1px solid #e5dfd3;
    border-radius: 18px;
    padding: 20px 24px;
    margin: 8px 0 22px;
}
.thoughts ul
 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}
.thoughts li {
    position: relative;
    background: #fff;
    border: 1px solid #e5dfd3;
    border-radius: 12px;
    padding: 12px 16px;
    padding-inline-start: 44px;
    font-size: 15.5px;
    line-height: 1.75;
    color: #4a544f;
}
.thoughts li::before {
    content: "\201D";
    position: absolute;
    inset-inline-start: 14px;
    top: 14px;
    font-family: Georgia, serif;
    font-size: 26px;
    color: #e2894f;
    line-height: 1;
}
.cmp {
    margin: 22px 0;
    border: 1px solid #e5dfd3;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
}
.cmp__caption {
    padding: 15px 22px;
    background: #0b4a45;
    color: #fff;
    font-weight: 700;
    font-size: 15.5px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.cmp__cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.cmp__col {
    padding: 20px 22px;
}
.cmp__col:first-child
 {
    border-inline-end: 1px solid #e5dfd3;
}
.cmp__h
 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.cmp__col--a .cmp__badge {
    background: #0f766e;
}
.cmp__badge {
    flex: none;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    color: #fff;
}
.cmp__h h4
 {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    color: #0b4a45;
    line-height: 1.5;
}
.cmp__col p {
    margin: 0;
    font-size: 15.5px;
    line-height: 1.9;
    color: #2b3a38;
}
.cmp__col--b .cmp__badge
 {
    background: #cf7639;
}
.signs {
    background: #fff6ef;
    border: 1px solid #f0cba7;
    border-radius: 18px;
    padding: 18px 22px;
    margin: 14px 0 22px;
}
.signs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 9px;
}
.signs li
 {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    font-size: 15px;
    line-height: 1.75;
    color: #4a3320;
    background: #fff;
    border: 1px solid #f0cba7;
    border-radius: 10px;
    padding: 10px 13px;
}
.signs li .mk {
    flex: none;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: #fcefe2;
    color: #cf7639;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 800;
}
@media (max-width: 640px) {
    .cmp__cols {
        grid-template-columns: 1fr;
    }
}
.steps {
    display: grid;
    gap: 14px;
    margin: 6px 0;
}
.stepcard
 {
    background: #ffffff;
    border: 1px solid #e5dfd3;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}
.stepcard::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #13877d, #e2894f);
}
.stepcard__h
 {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 22px 4px;
}
.stepcard__n {
    flex: none;
    width: 44px;
    height: 44px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(140deg, #0f766e, #0b4a45);
}
.stepcard__h h3
 {
    margin: 0;
    font-size: 17.5px;
    font-weight: 800;
    color: #0b4a45;
    line-height: 1.5;
}
.stepcard__b
 {
    padding: 4px 22px 20px;
}
.blist
 {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: grid;
    gap: 9px;
}
.blist li
 {
    position: relative;
    background: #ffffff;
    border: 1px solid #e5dfd3;
    border-radius: 11px;
    padding: 11px 16px;
    padding-inline-start: 40px;
    color: #2b3a38;
    font-size: 15.5px;
    line-height: 1.8;
}
.blist li::before
 {
    content: "";
    position: absolute;
    inset-inline-start: 15px;
    top: 18px;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #13877d;
}
.pullquote {
    position: relative;
    font-size: 19.5px;
    font-weight: 700;
    color: #0b4a45;
    line-height: 2;
    text-align: center;
    padding: 34px 34px 30px;
    margin: 28px 0;
    background: linear-gradient(160deg, #e7f2f0, #fff);
    border: 1px solid #d6eae6;
    border-radius: 18px;
}
.c-research .cl, .c-research .cl svg {
    color: #cf7639;
}/* End custom CSS */