@font-face {
    font-display: swap;
    font-family: IndicvoiceSerifOsF;
    font-style: normal;
    font-weight: 300 900;
    src: url(/assets/fonts/indicvoice-serif-roman.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: IndicvoiceSerifOsF;
    font-style: italic;
    font-weight: 300 900;
    src: url(/assets/fonts/indicvoice-serif-italic.woff2) format("woff2")
}

@font-face {
    font-family: Acaslon-pro-regular;
    src: url(/assets/fonts/ACaslonPro-Regular.woff) format("woff"),url(/assets/fonts/ACaslonPro-Regular.otf) format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal
}



*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --iv-color-black: #000;
    --iv-color-white: #ffff;
    --iv-color-green: #7ad03a;
    --iv-color-red: #a00;
    --iv-color-orange: #ffba00;
    --iv-color-blue: #4169E1;
    --iv-color-primary: #e5633f;
    --iv-color-primary-text: #828282;
    --iv-color-secondary: #f6423c;
    --iv-color-highlight: #e3120b;
    --iv-color-content-bg: #fff;
    --iv-color-subtext: #767676;
    --iv-font-heading: Acaslon-pro-regular;
    --iv-font-body: IndicvoiceSerifOsF;
}

body .test-beta {
    display: none;
}
body.test-beta .test-alpha {
    display: none;
}
body.test-beta .test-beta {
    display: inherit;
}
.clearfix {
    display: inline-block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: block;
}


@media (max-width: 420px) {
    .main-logo img {
        max-width: 130px;
    }
}































@media (min-width: 1200px) {
    body.category .article-list_item-img,
    body.search .article-list_item-img {
        width: 34.45%;
    }
}
@media (min-width: 1200px) {
    body.category .article-list_item-content,
    body.search .article-list_item-content {
        width: 65.55%;
    }
}
body.category .article-list_item-content p,
body.search .article-list_item-content p {
    line-height: 1.2;
}
body.category .snippet-article_content img.snippet-article_img,
body.search .snippet-article_content img.snippet-article_img {
    height: 210px;
}
@media (max-width: 767px) {
    body.category .snippet-article_content img.snippet-article_img,
    body.search .snippet-article_content img.snippet-article_img {
        width: 100%;
    }
    .home{
        display: block !important;
    }
    .navbar-bottom-section{display:none;}
}
body.category .comp-grid,
body.search .comp-grid {
    display: none;
    margin-bottom: calc(16px * 2);
}
body.category .article-stream .snippet-article_content-head,
body.search .article-stream .snippet-article_content-head {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 992px) and (max-width: 1199px) {
    body.category .article-stream .snippet-article_content-head,
    body.search .article-stream .snippet-article_content-head {
        min-height: inherit;
        padding-bottom: 5px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    body.category .article-stream .snippet-article_content-head,
    body.search .article-stream .snippet-article_content-head {
        min-height: inherit;
        padding-bottom: 5px;
    }
}
@media (max-width: 767px) {
    body.category .article-stream .snippet-article_content-head,
    body.search .article-stream .snippet-article_content-head {
        min-height: inherit;
        padding-bottom: 5px;
    }
}
.error-wrapper .error-page {
    min-height: 70vh;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-content: center;
    padding-bottom: calc(16px * 2);
}
@media (max-width: 767px) {
    .error-wrapper .error-page {
        min-height: 50vh;
    }
}
.error-wrapper .error-page figure {
    margin-bottom: calc(16px * 3);
}
@media (max-width: 767px) {
    .error-wrapper .error-page figure {
        margin-bottom: 16px;
    }
}
@media (max-width: 767px) {
    .error-wrapper .error-page figure img {
        max-height: 80px;
    }
}
.error-wrapper .error-page h2 {
    font-size: 36px;
    color: #000;
    margin: 0 0 16px;
    font-family: var(--iv-font-heading), Sans-Serif;
    line-height: 1.3;
}
@media (max-width: 767px) {
    .error-wrapper .error-page h2 {
        font-size: 26px;
    }
}
.error-wrapper .error-page p {
    font-size: 18px;
    color: #000;
    margin: 0 0 calc(16px * 2);
    font-family: var(--iv-font-body), Sans-Serif;
    line-height: 1.3;
}
@media (max-width: 767px) {
    .error-wrapper .error-page p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .error-wrapper .error-page p br {
        display: none;
    }
}
.error-wrapper .error-page .btn-pill {
    border-radius: 3px;
    padding: calc(16px + 2px) calc(16px * 3);
    font-size: 20px;
    width: 256px;
    line-height: 1.6;
}
@media (max-width: 767px) {
    .error-wrapper .error-page .btn-pill {
        padding: calc(16px - 8px) 16px calc(16px - 6px);
        font-size: 16px;
        width: 175px;
        height: 48px;
    }
}
.error-wrapper .error-page .btn-pill img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 16px;
    margin-top: -6px;
}
.article-card-section .article-list_item {
    position: relative;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex: 1 1 auto;
    padding-left: 120px;
    margin-bottom: calc(16px * 2);
}
@media (max-width: 767px) {
    .article-card-section .article-list_item {
        padding-left: 0;
    }
}
.article-card-section .article-list_item .article-collection_box {
    background-color: #fff;
    border: 2px solid #ffb618;
    -webkit-border-radius: 5.566px;
    border-radius: 5.566px;
    width: 85px;
    position: absolute;
    left: 0;
}
@media (max-width: 767px) {
    .article-card-section .article-list_item .article-collection_box {
        top: 69px;
        z-index: 2;
        position: absolute;
        left: calc(100% - 100px);
    }
}
.article-card-section
    .article-list_item
    .article-collection_box:hover
    .article-collection_link {
    color: #000;
}
.article-card-section
    .article-list_item
    .article-collection_box:hover
    .article-collection_img {
    transform: scale(1.03);
}
.article-card-section .article-list_item .article-collection_img {
    padding: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.article-card-section .article-list_item .article-collection_link {
    background-color: #ffb618;
    padding: 4px;
    font-size: 14px;
    line-height: 17.57px;
    display: block;
    border-bottom: none !important;
    color: #333;
}
.article-card-section .article-list_item .article-collection_link span {
    color: rgb(0 0 0 / 0.44);
}
@media (max-width: 767px) {
    .article-card-section .article-list_item .article-collection {
        display: none;
    }
}
.article-card-section .article-list_item-img {
    width: 34.45%;
}
@media (min-width: 1200px) {
    .article-card-section .article-list_item-img {
        max-width: 350px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .article-card-section .article-list_item-img {
        width: 40%;
        max-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .article-card-section .article-list_item-img {
        width: 45%;
        max-width: 100%;
    }
}
.article-card-section .article-list_item-img a img {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    max-width: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    height: 210px;
    width: 100%;
}
@media (max-width: 767px) {
    .article-card-section .article-list_item-img a img {
        width: 100%;
        max-width: 100%;
        height: 195px;
    }
}
.article-card-section .article-list_item-content {
    padding-left: calc(16px * 2);
    width: 65.55%;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .article-card-section .article-list_item-content {
        width: 60%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .article-card-section .article-list_item-content {
        width: 55%;
    }
}
@media (max-width: 767px) {
    .article-card-section .article-list_item-content {
        width: 100%;
    }
}
.article-card-section .article-list_item-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    font-size: 18px;
}
@media (min-width: 1200px) {
    .article-card-section .article-list_item-content p {
        line-height: 28px;
    }
}
@media (max-width: 767px) {
    .article-card-section .article-list_item-content p {
        font-size: calc(16px + 1px);
        line-height: 21.36px;
    }
}
.article-card-section .article-list_item-head {
    color: #000;
    font-size: 28px;
    line-height: 37.5px;
    font-family: var(--iv-font-heading), Sans-Serif;
    font-weight: 400;
}
.article-card-section .article-list_item-head:hover {
    color: var(--iv-color-secondary);
}
.article-card-section .article-list_item-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    color: #828282;
}
.article-card-section .article-list_item-desc p {
    margin-top: 0;
}
.article-card-section .article-list_item-byline {
    font-weight: 600;
    min-height: 29px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .article-card-section .article-list_item-byline {
        display: block;
    }
}
.article-card-section .article-list_item-byline li {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-family: var(--iv-font-body), Sans-Serif;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    padding-left: calc(16px + 8px);
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .article-card-section .article-list_item-byline li {
        font-size: 14px;
        line-height: 18.69px;
    }
}
.article-card-section .article-list_item-byline li.flynn-indicator {
    color: #ffb618;
    font-weight: 800;
}
.article-card-section .article-list_item-byline li::before {
    content: "";
    color: #ccc;
    position: absolute;
    left: 10px;
    top: 6px;
    height: 5px;
    width: 5px;
    background-color: #ccc;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .article-card-section .article-list_item-byline li::before {
        top: 8px;
    }
}
.article-card-section .article-list_item-byline li:first-child {
    padding-left: 0;
}
.article-card-section .article-list_item-byline li:first-child::before {
    display: none;
}
.article-card-section .article-list_item-byline li:last-child {
    text-transform: capitalize;
}
.article-card-section .article-list_item-byline li.cat-list-item {
    font-family: var(--iv-font-heading), Sans-Serif;
}
@media (max-width: 767px) {
    .article-card-section .article-list_item-byline li.cat-list-item {
        line-height: 17.36px;
    }
}
.article-card-section .article-list_item-byline li.cat-list-item a {
    color: var(--iv-color-secondary);
    text-transform: uppercase;
    font-size: calc(12px + 1px);
    font-family: var(--iv-font-heading), Sans-Serif;
    letter-spacing: 1px;
}
@media (max-width: 767px) {
    .article-card-section .article-list_item-byline li.cat-list-item a {
        font-size: calc(14px - 1px);
    }
}
.custom-width-section .static-title-section {
    max-width: 1136px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 3px solid #e0e0e0;
    padding: 16px 0 0;
    margin-bottom: calc(16px * 2);
}
@media (min-width: 992px) and (max-width: 1199px) {
    .custom-width-section .static-title-section {
        max-width: 912px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .custom-width-section .static-title-section {
        max-width: 94%;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .custom-width-section .static-title-section {
        max-width: 95%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        align-items: center;
    }
}
.custom-width-section .static-title-section .static-title {
    font-size: calc(32px + 8px);
    margin: 0;
    color: #000;
    font-family: var(--iv-font-heading), Sans-Serif;
    line-height: 1.2;
    padding-bottom: calc(16px + 4px);
}
@media (min-width: 992px) and (max-width: 1199px) {
    .custom-width-section .static-title-section .static-title {
        font-size: 32px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .custom-width-section .static-title-section .static-title {
        font-size: calc(32px - 4px);
    }
}
@media (max-width: 767px) {
    .custom-width-section .static-title-section .static-title {
        font-size: calc(18px + 6px);
        padding-bottom: calc(16px / 2);
    }
}
.custom-width-section .static-title-section span {
    color: #000;
    display: block;
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 16px;
}
@media (max-width: 767px) {
    .custom-width-section .static-title-section span {
        padding-bottom: calc(16px / 2);
    }
}
.custom-width-section .static-title-section select.form-control {
    background-color: #fff0;
    border: none;
    color: #828282;
}
.btn.btn-secondary.btn-pill {
    box-shadow: none;
    border: 1px solid rgb(0 0 0 / 0.25);
}
.ocean-donation-form-wrap .in-action-elements {
    display: flex;
    justify-content: space-between;
}
.ocean-donation-form-wrap .in-action-elements .row1 {
    max-width: 80%;
    width: 80%;
}
.ocean-donation-form-wrap .in-action-elements .row2 button {
    padding: 0.8rem 1rem;
    border-radius: 0.5rem;
}
.ocean-mobilize-newsletter-form {
    width: 100%;
}
.ocean-mobilize-newsletter-form input[type="email"]::placeholder {
    opacity: 1;
}
@keyframes display-none-transition {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes display-none-transition {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
    }
    100% {
        opacity: 1;
    }
}
.ebook__section {
    display: block;
}
.ebook__section .tabs-menu {
    display: flex;
    justify-content: center;
}
.ebook__section .tabs-menu li {
    padding: 0 calc(16px / 2);
}
.ebook__section .tabs-menu li .tab-item {
    color: #000;
    background-color: #fff;
    box-shadow: 0 2px 12px rgb(0 0 0 / 0.05);
    padding: calc(16px - 4px) calc(16px * 2);
    border-radius: 50px;
    display: block;
}
@media (max-width: 767px) {
    .ebook__section .tabs-menu li .tab-item {
        padding: calc(16px - 4px) 16px;
    }
}
.ebook__section .tabs-menu li .tab-item.active-tab-menu {
    background-color: var(--iv-color-secondary);
    color: #fff;
}
.ebook__section .tabs-content .tabs {
    padding: 0;
    display: none;
    opacity: 0;
    -webkit-animation: display-none-transition 1s ease;
    animation: display-none-transition 1s ease;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.ebook__section .tabs-content .tabs.active {
    display: block;
    opacity: 1;
}
.ebook__section__list {
    list-style: none;
    margin: calc(16px * 3) auto 0;
    padding: 0;
    max-width: 800px;
}
.ebook__section__list__item {
    display: block;
    padding-bottom: calc(16px * 2);
    margin-bottom: calc(16px * 2);
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    flex-direction: row;
    flex: 1 1 auto;
}
@media (max-width: 767px) {
    .ebook__section__list__item {
        flex-wrap: wrap;
    }
}
.ebook__section__list__item:last-child {
    border-bottom: none;
}
.ebook__section__list__item__img {
    width: 25%;
}
@media (max-width: 767px) {
    .ebook__section__list__item__img {
        width: 100%;
        text-align: center;
    }
}
.ebook__section__list__item__content {
    width: 75%;
    padding-left: calc(16px * 2);
    position: relative;
}
@media (max-width: 767px) {
    .ebook__section__list__item__content {
        width: 100%;
        text-align: center;
        padding: calc(16px * 2) 0 0;
    }
}
.ebook__section__list__item__content .btn-secondary {
    font-size: 14px;
    min-height: inherit;
    min-width: inherit;
    border-radius: 0;
    padding: calc(16px - 9px) 16px calc(16px - 10px);
    box-shadow: none;
    position: absolute;
    right: 0;
    top: 0;
}
@media (max-width: 767px) {
    .ebook__section__list__item__content .btn-secondary {
        position: relative;
        right: auto;
        top: auto;
        margin-bottom: 16px;
    }
}
.ebook__section__list__item__content .epub-title {
    margin: 0;
    font-weight: 600;
    color: #000;
    font-size: 14px;
}
.ebook__section__list__item__content h2 {
    margin: 16px 0 0;
}
@media (max-width: 767px) {
    .ebook__section__list__item__content h2 {
        font-size: 18px;
    }
}
.ebook__section__list__item__content h2 a {
    color: #000;
}
.ebook__section__list__item__content .filesize {
    font-size: 14px;
    display: block;
    font-weight: 600;
}
.ebook__section__list__item__content p {
    margin-bottom: 0;
}
.featured-lead {
    margin: 0 auto;
    max-width: 2000px;
}
.featured-lead-img {
    max-width: 100%;
    margin: auto;
    display: block;
}
.full-width-body {
    width: 100%;
}
.generic-pagination .nav-links {
    padding: calc(16px * 2) 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.generic-pagination .nav-links .page-numbers {
    padding: 5px 12px;
    border: 1px solid #d6d8db;
    border-radius: 5px;
    font-size: 14px;
    margin: 0 4px;
}
.generic-pagination .nav-links .page-numbers.current {
    border: 1px solid var(--iv-color-secondary);
    color: #fff;
    background-color: var(--iv-color-secondary);
}
.generic-pagination .nav-links .page-numbers:hover {
    border: 1px solid var(--iv-color-secondary);
    background-color: var(--iv-color-secondary);
    color: #fff;
}
.house-ads {
    margin: 15px auto;
    max-width: 970px;
}
@media (max-width: 1000px) {
    .house-ads {
        max-width: 350px;
    }
}
.house-ads img {
    width: 100%;
}
.join-page-toggle-card {
    position: relative;
}
.join-page-toggle-card__text-wrap {
    padding: 0 15px;
}
.join-page-toggle-card__text-wrap__intro {
    color: var(--iv-color-secondary);
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-family: var(--iv-font-body), Sans-Serif;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.join-page-toggle-card__text-wrap__title {
    color: #000;
    text-align: center;
    margin: 0;
    margin-top: 12px;
    font-size: 32.44px;
    font-family: var(--iv-font-body), Sans-Serif;
    font-weight: 350;
    line-height: 39px;
    letter-spacing: 1px;
}
@media (min-width: 650px) {
    .join-page-toggle-card__text-wrap__title {
        margin-top: 15px;
        font-size: 47px;
        line-height: 58px;
    }
}
.join-page-toggle-card__text-wrap__text {
    max-width: 561px;
    margin: 20px auto;
    color: #000;
    text-align: center;
    font-style: normal;
    font-weight: 350;
    font-size: 20.24px;
    font-family: var(--iv-font-body), Sans-Serif;
    line-height: 30px;
}
@media (min-width: 650px) {
    .join-page-toggle-card__text-wrap__text {
        margin-top: 30px;
    }
}
.join-page-toggle-card__banner {
    margin: 30px auto;
    padding: 7px 16px;
    max-width: 760px;
    text-align: center;
    border: 1px solid var(--iv-color-secondary);
    border-radius: 8px;
    color: var(--iv-color-secondary);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--iv-font-body), Sans-Serif;
}
.join-page-toggle-card__cards-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, auto));
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}
@media (min-width: 650px) {
    .join-page-toggle-card__cards-wrap {
        gap: 40px;
    }
}
.block-editor.join-page-toggle-card {
    position: static;
    min-height: 400px;
}
.login-section {
    text-align: center;
    margin: auto;
    max-width: 705px;
    padding: calc(16px * 2) 0;
}
.login-section h1 {
    color: #000;
    margin: 0 0 calc(16px * 2);
    margin-top: calc(16px / 2);
    font-weight: 600;
    font-family: var(--iv-font-heading), Sans-Serif;
    line-height: 1.3;
}
.login-section p {
    color: #000;
    font-size: 18px;
    font-family: var(--iv-font-body), Sans-Serif;
    margin: 0 0 calc(16px + 8px);
    line-height: 1.3;
}
.login-section p strong {
    color: #000;
    font-size: 18px;
    font-family: var(--iv-font-body), Sans-Serif;
    font-weight: 400;
}
.login-section ul {
    list-style: none;
    padding: 0;
    margin: calc(16px * 3) 0 0;
    display: flex;
    flex-wrap: wrap;
}
.login-section ul li {
    width: 50%;
    text-align: left;
    font-size: 18px;
    line-height: 1.3;
    font-family: var(--iv-font-heading), Sans-Serif;
    color: #000;
    padding: 0 0 calc(16px * 2);
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .login-section ul li {
        width: 100%;
    }
}
.login-section ul li img {
    margin-right: 10px;
}
.login-section .btn-pill {
    border-radius: 0;
    padding: calc(16px - 9px) calc(16px * 3);
    font-size: 20px;
    max-width: 208px;
    height: 48px;
    margin-bottom: calc(16px * 2);
    line-height: 1.6;
    font-family: var(--iv-font-body), Sans-Serif;
}
@media (max-width: 767px) {
    .login-section .btn-pill {
        padding: calc(16px - 8px) 16px;
        font-size: 18px;
        width: 180px;
    }
}
.login-section .btn-pill img {
    margin-left: 16px;
    margin-top: -5px;
}
.login-form-section {
    background-color: #f3f3f3;
    padding: calc(16px - 4px) 16px calc(16px + 4px);
    border-radius: 6px;
    margin-bottom: calc(16px * 2);
}
.login-form-section h4 {
    font-size: 18px;
    color: #000;
    margin: 0 0 16px;
    font-family: var(--iv-font-body), Sans-Serif;
}
.login-form-section h4.fusion-auth__login-disclaimer {
    margin-bottom: 0;
}
.login-form-section h4.fusion-auth__login-disclaimer .btn-pill {
    margin-bottom: 0;
    text-transform: none;
}
.login-form-section .login-form {
    position: relative;
    margin: auto;
    max-width: 378px;
}
.login-form-section .login-form input[type="email"] {
    height: 40px;
    font-size: 15px;
    padding-right: calc(16px * 5);
}
.login-form-section .login-form .btn-icon {
    position: absolute;
    right: 6px;
    top: 7px;
    padding: 2px 5px;
    background-color: #ffb618;
    color: #000;
    height: 28px;
    font-size: 15px;
    min-width: 70px;
    min-height: inherit;
    border-radius: 3px;
}
.membership-card {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 30px 20px;
    width: 100%;
    max-width: 340px;
    height: 100%;
    min-height: 540px;
    background: #fff;
}
@media (min-width: 650px) {
    .membership-card {
        padding: 35px 22px 18px;
        max-width: 360px;
    }
}
.membership-card p {
    margin: 0;
}
.membership-card__title {
    color: #000;
    font-family: var(--iv-font-body), Sans-Serif;
    font-size: 25px;
    font-weight: 350;
    line-height: 30px;
}
@media (min-width: 650px) {
    .membership-card__title {
        font-size: 32px;
        line-height: 38px;
    }
}
.membership-card__best_value {
    position: absolute;
    right: -25px;
    top: 70px;
    background: #ffcd05;
    padding: 4px;
    font-weight: 500;
    font-size: 20px;
}
@media (min-width: 650px) {
    .membership-card__best_value {
        top: 100px;
    }
}
.membership-card__best_value::before {
    position: absolute;
    left: -17px;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 17px 21px 0;
    border-color: #fff0 #ffcd05 #fff0 #fff0;
}
.membership-card__best_value::after {
    position: absolute;
    right: 1px;
    bottom: -8px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 24px;
    border-color: #fff0 #fff0 #fff0 #ffb618;
}
.membership-card__best_value__text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 134px;
    height: 34px;
    background: #ffb618;
}
.membership-card__best_value__text::before {
    position: absolute;
    left: -10px;
    top: 4px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 14px 17px 0;
    border-color: #fff0 #ffb618 #fff0 #fff0;
}
.membership-card__toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 100px;
    margin-top: 32px;
    width: 182px;
    height: 28px;
    background: #ccc;
    padding: 2px;
}
@media (min-width: 650px) {
    .membership-card__toggle {
        margin-top: 19px;
    }
}
.membership-card__toggle__bg {
    position: absolute;
    top: 2px;
    left: 2px;
    background: #fff;
    width: 87px;
    height: 24px;
    border-radius: 100px;
    z-index: 0;
    transition: transform 0.2s ease;
}
.membership-card__toggle__btn {
    margin: 0;
    border: none;
    background: 0 0;
    cursor: pointer;
    padding: 0 10px;
    z-index: 1;
    color: #000;
}
.membership-card__toggle__tooltip {
    position: absolute;
    right: -90px;
    padding: 3px 8px;
    background: #fff;
    border: 1px solid #ffb618;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    font-family: var(--iv-font-body), Sans-Serif;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}
.membership-card__toggle__tooltip::before {
    position: absolute;
    left: -7px;
    top: 8px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 7px 5px 0;
    border-color: #fff0 #ffb618 #fff0 #fff0;
}
.membership-card__price {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    padding-top: 30px;
    height: 70px;
}
@media (min-width: 650px) {
    .membership-card__price {
        margin-top: 20px;
    }
}
.membership-card__price__monthly {
    position: absolute;
    top: 0;
    left: 0;
    color: #999;
    font-size: 22px;
    font-family: var(--iv-font-body), Sans-Serif;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-decoration: line-through;
    transition: all 0.2s ease-out;
}
.membership-card__price__annual {
    position: relative;
    padding-left: 95px;
    color: #000;
    font-size: 40px;
    font-family: var(--iv-font-body), Sans-Serif;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}
.membership-card__price__annual span {
    position: absolute;
    left: 0;
    bottom: 2px;
    transition: all 0.2s ease-out;
}
.membership-card__billed {
    position: relative;
    overflow: hidden;
    height: 21px;
    margin-top: 5px;
    font-size: 16px;
}
.membership-card__billed span {
    color: #000;
    font-size: 16px;
    font-family: var(--iv-font-body), Sans-Serif;
    font-style: normal;
    font-weight: 350;
}
@media (min-width: 650px) {
    .membership-card__billed {
        height: 24px;
    }
}
.membership-card__billed__annual,
.membership-card__billed__monthly {
    position: absolute;
    left: 38px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}
.membership-card__select-print {
    display: flex;
}
.membership-card__select-annual,
.membership-card__select-monthly {
    display: none !important;
}
.membership-card .btn {
    align-items: stretch;
    min-width: 180px;
    min-height: 46px;
    margin-top: 13px;
    padding: 0;
}
@media (min-width: 650px) {
    .membership-card .btn {
        margin-top: 22px;
    }
}
.membership-card .btn a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--iv-font-body), Sans-Serif;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}
.membership-card__list {
    margin-top: 30px;
}
.membership-card__list p {
    font-family: var(--iv-font-body), Sans-Serif;
    font-size: 19px;
    line-height: 26px;
}
.membership-card__list ul {
    margin-top: 7px;
}
.membership-card__list li {
    font-family: var(--iv-font-body), Sans-Serif;
    font-weight: 350;
    font-size: 16px;
    line-height: 24px;
}
@media (min-width: 650px) {
    .membership-card__list {
        margin-top: 60px;
    }
    .membership-card__list li {
        font-size: 18px;
        line-height: 26px;
    }
}
.membership-card.annual .membership-card__toggle__bg {
    transform: translateX(91px);
}
.membership-card.annual .membership-card__toggle__tooltip {
    opacity: 1;
    visibility: visible;
}
.membership-card.annual .membership-card__billed__annual {
    opacity: 1;
    visibility: visible;
}
.membership-card.annual .membership-card__select-annual {
    display: flex !important;
}
.membership-card.monthly .membership-card__toggle__bg {
    transform: translateX(0);
}
.membership-card.monthly .membership-card__price__annual span {
    transform: translateY(51px);
}
.membership-card.monthly .membership-card__price__monthly {
    transform: translateY(28px);
    color: #000;
    font-size: 40px;
    font-family: var(--iv-font-body), Sans-Serif;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-decoration: none;
}
.membership-card.monthly .membership-card__billed__monthly {
    opacity: 1;
    visibility: visible;
}
.membership-card.monthly .membership-card__select-monthly {
    display: flex !important;
}
.membership-card.plusPrint .membership-card__price {
    margin-top: 29px;
}
.membership-card.plusPrint .membership-card__list {
    margin-top: 28px;
}
.article-content .article--news_msg h4 {
    font-size: calc(18px + 1px);
    color: #000;
}
.article-bottom-newsletter_box {
    display: flex;
    flex-direction: row nowrap;
    justify-content: space-between;
    height: auto;
    min-height: 64px;
    padding: calc(16px / 2) 16px;
    border-radius: 5.6666px;
    align-items: flex-start;
    background-color: #fff;
    margin-bottom: calc(16px / 2);
    margin-top: calc(16px / 2);
}
@media (max-width: 767px) {
    .article-bottom-newsletter_box {
        justify-content: center;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .article-bottom-newsletter_box {
        flex-direction: column;
    }
}
.article-bottom-newsletter_box .article--news_msg {
    flex: 1 1 100px;
    align-self: flex-start;
    padding-right: calc(16px / 2);
}
@media (max-width: 767px) {
    .article-bottom-newsletter_box .article--news_msg {
        padding-right: 0;
        text-align: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .article-bottom-newsletter_box .article--news_msg {
        flex: auto;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .article-bottom-newsletter_box .article--news_msg {
        flex: 1 1 60px;
    }
}
.article-bottom-newsletter_box .article--news_msg h4 {
    font-size: calc(18px + 2px);
    color: #000;
    font-family: var(--iv-font-heading), Sans-Serif;
    font-style: italic;
}
.article-bottom-newsletter_box .article--news_msg p {
    font-size: 18px;
    color: #000;
    line-height: 1.2;
}
@media (max-width: 767px) {
    .article-bottom-newsletter_box .article--news_msg p {
        display: none;
    }
}
.article-bottom-newsletter_box .article--sub_msg {
    flex: 1 1 100px;
    align-self: flex-start;
    padding-right: calc(16px / 2);
}
.article-bottom-newsletter_box img {
    margin-right: calc(16px * 2);
    margin-top: 0;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .article-bottom-newsletter_box img {
        margin-right: 0;
        margin-bottom: calc(16px / 2);
    }
}
@media (max-width: 991px) {
    .article-bottom-newsletter_box img {
        margin-right: calc(16px / 2);
        margin-bottom: 0;
    }
}
.article-bottom-newsletter_box.footer {
    background-color: #fff0;
    padding-left: 0;
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .article-bottom-newsletter_box.footer {
        flex-direction: column;
    }
}
.article-bottom-newsletter_box.footer .frm_forms {
    margin-left: 12px;
}
@media screen and (max-width: 767px) {
    .article-bottom-newsletter_box.footer .article--news_msg {
        flex: 0;
    }
}
.article-bottom-newsletter_box.footer .article--news_msg h4 {
    color: #fff;
    font-family: var(--iv-font-heading), Sans-Serif;
    font-style: italic;
}
.article-bottom-newsletter_box.footer .article--news_msg p {
    color: #ccc;
    font-size: 13.5px;
}
@media screen and (max-width: 767px) {
    .article-bottom-newsletter_box.footer .article--news_msg p {
        display: none;
    }
}
.article-bottom-newsletter_box.footer .btn-pill {
    border-radius: 0;
    height: 37px;
    font-size: 18px;
    line-height: 1.3;
    min-height: 37px;
    padding-top: 4px;
}
.article-bottom-newsletter_box.footer button {
    background-color: rgb(0 0 0 / 0.4);
    color: #fff;
}
.article-bottom-newsletter_box.footer button:hover {
    background-color: rgb(0 0 0 / 0.5);
}
#form_newsletter-signup-embedded .frm_fields_container {
    border: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fff;
}
#form_newsletter-signup-embedded .frm_form_field {
    margin-bottom: 0;
}
#form_newsletter-signup-embedded .frm_form_field input {
    border: 0;
    font-family: var(--iv-font-heading), Sans-Serif;
    color: #666;
}
#form_newsletter-signup-embedded .frm_form_field label {
    display: none;
}
#form_newsletter-signup-embedded .frm_submit:before {
    display: none;
}
#form_newsletter-signup-embedded .frm_submit .frm_button_submit {
    background: 0 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    border: 0;
    box-shadow: none;
    font-family: var(--iv-font-heading), Sans-Serif;
    position: relative;
}
#form_newsletter-signup-embedded .frm_submit .frm_button_submit:after {
    position: absolute;
    left: -10px;
    top: 6px;
    content: "";
    height: calc(100% - 12px);
    width: 1px;
    border: 1px dashed #b8bbbe;
}
.paywall-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: calc(50 + 1);
    opacity: 1;
    transition: transform 0.4s ease-in-out;
    transform: translateY(0);
}
.paywall-modal:after {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
}
.paywall-modal.in-editor {
    position: static;
    max-width: 100%;
}
.paywall-modal.paywall-modal-hidden {
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out, opacity 0.3s 0.4s;
    opacity: 0;
}
.paywall-modal.paywall-modal-hidden:after {
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out, opacity 0.3s 0.4s;
    opacity: 0;
}
.paywall-modal:after {
    position: absolute;
    content: "";
    left: 0;
    top: -150px;
    width: 100%;
    height: 150px;
}
.paywall-modal.hide-after:after {
    display: none;
}
.paywall-modal__box {
    position: relative;
    width: 100%;
    max-width: 100%;
    z-index: calc(50 + 1);
}
.paywall-modal__box__login_text__wrap {
    position: relative;
}
.paywall-modal__box.show-no-subscription .paywall-modal__box__no-subscription {
    display: block;
}
.paywall-modal__box.show-no-subscription .paywall-modal__box__login_text__wrap {
    display: none;
}
.paywall-modal__box__no-subscription {
    display: none;
}
.paywall-modal__box__warning {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 700;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border-radius: 50%;
}
.paywall-modal__box__title {
    font-size: calc(32px + 2px);
    margin: 18px 0 15px;
    padding: 0 12px;
    text-align: center;
    font-family: var(--iv-font-body), Sans-Serif;
    font-weight: 700;
}
@media (max-width: 767px) {
    .paywall-modal__box__title {
        font-size: calc(32px - 2px);
    }
}
.paywall-modal__box__header_text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: var(--iv-font-body), Sans-Serif;
    font-weight: 300;
    padding: 8px 12px 12px;
    margin: 0;
    line-height: 30px;
}
@media (max-width: 767px) {
    .paywall-modal__box__header_text {
        line-height: 24px;
    }
}
.paywall-modal__box__header_text > .rich-text {
    display: inline;
    margin-right: 4px;
}
.paywall-modal__box__header_text a {
    font-size: calc(18px + 2px);
    font-family: var(--iv-font-body), Sans-Serif;
    text-decoration: none;
}
.paywall-modal__box__header_text a > .rich-text {
    display: inline;
}
.paywall-modal__box__text {
    font-family: var(--iv-font-body), Sans-Serif;
    font-size: 18px;
    margin: 0 auto;
    padding: 0 12px;
    line-height: 1.5em;
    text-align: center;
    width: 100%;
    min-width: 560px;
}
.paywall-modal__box__text:last-of-type {
    margin-bottom: 15px;
    width: 35%;
    max-width: 575px;
    overflow-wrap: break-word;
}
@media (max-width: 767px) {
    .paywall-modal__box__text:last-of-type {
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
}
@media (max-width: 767px) {
    .paywall-modal__box__text {
        min-width: 0;
        width: 100%;
    }
}
.paywall-modal__box__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 12px 23px;
}
.paywall-modal__box__footer .btn-light {
    background-color: var(--iv-color-secondary);
    border: 1px solid var(--iv-color-secondary);
    color: #fff;
    min-width: inherit;
    min-height: inherit;
    border-radius: 0.25rem;
    text-transform: none;
}
.paywall-modal__box__footer .btn-light:hover {
    background-color: var(--iv-color-secondary);
    border: 1px solid var(--iv-color-secondary);
    color: #fff;
}
.paywall-modal__box__footer p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 1.5 em;
}
.paywall-modal.dark {
    color: #fff;
    background-color: #000;
}
.paywall-modal.dark:after {
    background: linear-gradient(0deg, rgb(255 255 255 / 0.5) 0, #fff0 100%);
}
.paywall-modal.dark .paywall-modal__box__header_text {
    border-bottom: 1px solid #ccc;
}
.paywall-modal.dark .paywall-modal__box__login_text {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.paywall-modal.dark .paywall-modal__box__warning {
    border: 2px solid #fff;
}
.paywall-modal.light {
    color: #000;
    background-color: #fff;
}
.paywall-modal.light:after {
    background: linear-gradient(0deg, rgb(0 0 0 / 0.5) 0, #fff0 100%);
}
.paywall-modal.light .paywall-modal__box__header_text {
    border-bottom: 1px solid #666;
}
.paywall-modal.light .paywall-modal__box__login_text {
    color: #000;
    border-bottom: 1px solid #000;
}
.paywall-modal.light .paywall-modal__box__title {
    color: var(--iv-color-secondary);
}
.paywall-modal.light .paywall-modal__box__warning {
    border: 2px solid #000;
}
.paywall-modal__close-btn {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    display: grid;
    place-content: center;
}
.paywall-modal__close-btn svg {
    width: 22px;
    height: 22px;
}
.paywall-modal__close-btn svg path {
    fill: #999;
}
.promotion-banner {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    min-height: 120px;
    margin: 0 auto;
}
.promotion-banner .hide-on-mobile {
    display: none;
}
@media (min-width: 860px) {
    .promotion-banner .hide-on-mobile {
        display: block;
    }
}
.promotion-banner__text-box {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    padding-right: 5px;
}
.promotion-banner__text-box__title {
    flex-grow: 1;
    font-family: var(--iv-font-body), Sans-Serif;
    font-size: 26px !important;
    line-height: 30px !important;
    font-weight: 350 !important;
    margin: 0;
    margin-right: 10px;
}
@media (min-width: 860px) {
    .promotion-banner__text-box__title {
        font-size: 30px !important;
        line-height: 30px !important;
    }
}
.promotion-banner__text-box__text {
    flex-grow: 1;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-style: normal;
    font-family: var(--iv-font-body), Sans-Serif;
    font-size: 20px !important;
    font-weight: 600;
    line-height: 30px !important;
}
@media (min-width: 860px) {
    .promotion-banner__text-box__text {
        font-size: 22px !important;
        margin: 0;
    }
}
.promotion-banner__image {
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
}
.promotion-banner__action {
    display: flex;
    padding-left: 5px;
    flex-shrink: 0;
    align-items: center;
    border: none !important;
    border-bottom: none !important;
}
.promotion-banner__action:hover .dashicons {
    opacity: 80%;
}
.promotion-banner__action__text {
    display: none;
}
@media (min-width: 860px) {
    .promotion-banner__action__text {
        display: block;
        margin-right: 20px;
    }
}
.promotion-banner__action__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
@media (min-width: 860px) {
    .promotion-banner__action__button {
        width: 50px;
        height: 50px;
    }
    .promotion-banner__action__button .dashicons {
        font-size: 36px;
    }
}
.promotion-banner__action__button .dashicons {
    font-size: 26px;
    width: auto;
    height: auto;
    transition: 0.2s ease;
}
@media (min-width: 860px) {
    .promotion-banner__action__button .dashicons {
        font-size: 32px;
    }
}
.search-form-section .static-title-section {
    max-width: 1136px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 3px solid #e0e0e0;
    padding: 16px 0 0;
    margin-bottom: calc(16px * 2);
}
@media (min-width: 992px) and (max-width: 1199px) {
    .search-form-section .static-title-section {
        max-width: 912px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .search-form-section .static-title-section {
        max-width: 94%;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .search-form-section .static-title-section {
        max-width: 95%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        align-items: center;
    }
}
.search-form-section .static-title-section span {
    color: #000;
    display: block;
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 16px;
}
@media (max-width: 767px) {
    .search-form-section .static-title-section span {
        padding-bottom: calc(16px / 2);
    }
}
.search-form-section .static-title-section h4 {
    font-size: 16px;
    color: #000;
    margin: 0 0 4px;
    font-weight: 400;
    font-family: var(--iv-font-body), Sans-Serif;
}
.search-form-section .static-title-section .search-inp-wrap {
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.search-form-section .static-title-section .search-inp-wrap .form-control {
    height: 63px;
    border: none;
    font-family: var(--iv-font-heading), Sans-Serif;
    font-size: calc(32px + 8px);
    background-color: #f3f3f3;
    border-radius: 5px 5px 0 0;
    text-transform: capitalize;
    padding-right: calc(16px * 3);
}
@media (max-width: 767px) {
    .search-form-section .static-title-section .search-inp-wrap .form-control {
        height: 50px;
        font-size: 32px;
    }
}
.speedbump-in-article {
    padding-right: 50px;
    padding-left: 99px;
    margin-bottom: 20px;
}
@media (max-width: 1200px) {
    .speedbump-in-article {
        padding: 0;
        position: relative;
        overflow: hidden;
    }
}
.speedbump-block {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
    width: 100%;
    transition: 0.2s all ease-in-out;
}
.speedbump-block .speedbump-content {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    min-width: 500px;
}
@media (max-width: 1200px) {
    .speedbump-block .speedbump-content * {
        box-sizing: border-box;
    }
}
@media (max-width: 1200px) {
    .speedbump-block .speedbump-content {
        width: 100%;
    }
}
.speedbump-block .speedbump-content .speedbump-title {
    font-weight: 600;
}
@media (max-width: 1200px) {
    .speedbump-block .speedbump-content .speedbump-title {
        text-wrap: wrap;
        max-width: calc(100vw - 120px);
    }
}
.speedbump-block .speedbump-content .speedbump-headline {
    font-weight: 400;
}
@media (max-width: 1200px) {
    .speedbump-block .speedbump-content .speedbump-headline {
        text-wrap: wrap;
        max-width: calc(100vw - 120px);
    }
}
.speedbump-block .speedbump-content .speedbump-form {
    margin-top: 10px;
}
.speedbump-block .speedbump-content .speedbump-form .frm_form_fields fieldset {
    padding-bottom: 0;
}
.speedbump-block
    .speedbump-content
    .speedbump-form
    .frm_form_fields
    fieldset
    .frm_form_field {
    margin: 0;
    position: relative;
}
.speedbump-block
    .speedbump-content
    .speedbump-form
    .frm_form_fields
    fieldset
    .frm_form_field
    input[type="email"],
.speedbump-block
    .speedbump-content
    .speedbump-form
    .frm_form_fields
    fieldset
    .frm_form_field
    input[type="text"],
.speedbump-block
    .speedbump-content
    .speedbump-form
    .frm_form_fields
    fieldset
    .frm_form_field
    input[type="url"] {
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    height: 46px;
    margin: 0;
}
.speedbump-block
    .speedbump-content
    .speedbump-form
    .frm_form_fields
    fieldset
    .frm_form_field
    input[type="email"]:active,
.speedbump-block
    .speedbump-content
    .speedbump-form
    .frm_form_fields
    fieldset
    .frm_form_field
    input[type="email"]:focus,
.speedbump-block
    .speedbump-content
    .speedbump-form
    .frm_form_fields
    fieldset
    .frm_form_field
    input[type="text"]:active,
.speedbump-block
    .speedbump-content
    .speedbump-form
    .frm_form_fields
    fieldset
    .frm_form_field
    input[type="text"]:focus,
.speedbump-block
    .speedbump-content
    .speedbump-form
    .frm_form_fields
    fieldset
    .frm_form_field
    input[type="url"]:active,
.speedbump-block
    .speedbump-content
    .speedbump-form
    .frm_form_fields
    fieldset
    .frm_form_field
    input[type="url"]:focus {
    box-shadow: none;
    border-color: var(--wp--preset--color--primary);
}
@media (max-width: 1200px) {
    .speedbump-block
        .speedbump-content
        .speedbump-form
        .frm_form_fields
        fieldset
        .frm_form_field
        input[type="email"],
    .speedbump-block
        .speedbump-content
        .speedbump-form
        .frm_form_fields
        fieldset
        .frm_form_field
        input[type="text"],
    .speedbump-block
        .speedbump-content
        .speedbump-form
        .frm_form_fields
        fieldset
        .frm_form_field
        input[type="url"] {
        max-width: calc(100vw - 40px);
        margin-bottom: 10px;
    }
}
.speedbump-block
    .speedbump-content
    .speedbump-form
    .frm_form_fields
    fieldset
    .frm_form_field
    .frm_error {
    position: absolute;
    bottom: -22px;
    left: 0;
}
.speedbump-block .speedbump-content .speedbump-form .frm_submit button,
.speedbump-block
    .speedbump-content
    .speedbump-form
    .frm_submit
    input[type="submit"] {
    margin: 0;
    height: 46px;
    color: #000;
    background: var(--wp--preset--color--primary);
    border-color: var(--wp--preset--color--primary);
    opacity: 1;
    transition: 0.2s all ease-in-out;
}
.speedbump-block .speedbump-content .speedbump-form .frm_submit button:hover,
.speedbump-block
    .speedbump-content
    .speedbump-form
    .frm_submit
    input[type="submit"]:hover {
    opacity: 0.85;
    color: #000;
}
.speedbump-block .speedbump-content .speedbump-form .frm_submit button:active,
.speedbump-block .speedbump-content .speedbump-form .frm_submit button:focus,
.speedbump-block
    .speedbump-content
    .speedbump-form
    .frm_submit
    input[type="submit"]:active,
.speedbump-block
    .speedbump-content
    .speedbump-form
    .frm_submit
    input[type="submit"]:focus {
    background-color: var(--wp--preset--color--primary);
    border-color: var(--wp--preset--color--primary);
}
@media (max-width: 1200px) {
    .speedbump-block .speedbump-content .speedbump-form .frm_submit button,
    .speedbump-block
        .speedbump-content
        .speedbump-form
        .frm_submit
        input[type="submit"] {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .speedbump-block .speedbump-content .speedbump-form .frm_submit button,
    .speedbump-block
        .speedbump-content
        .speedbump-form
        .frm_submit
        input[type="submit"] {
        width: auto;
    }
}
.speedbump-block .speedbump-content .speedbump-form .frm_message {
    padding: 2px 0 2px 10px;
    margin-right: 30px;
    margin-bottom: 0;
}
@media (max-width: 1200px) {
    .speedbump-block .speedbump-content .speedbump-form .frm_message {
        max-width: calc(100vw - 40px);
    }
}
.speedbump-block .speedbump-content .speedbump-form .frm_message p {
    margin: 0;
}
.speedbump-block .speedbump-icon {
    min-width: 105px;
    margin-left: 10px;
}
@media (max-width: 1200px) {
    .speedbump-block .speedbump-icon {
        min-width: 0;
        margin-left: 0;
        position: absolute;
        top: 10px;
        right: 0;
    }
}
.speedbump-block .speedbump-icon img {
    width: 105px;
    height: auto;
}
@media (max-width: 1200px) {
    .speedbump-block .speedbump-icon img {
        width: 55px;
        margin-left: 0;
    }
}
.editor-styles-wrapper .frm_forms {
    display: flex;
    align-items: flex-end;
}
.editor-styles-wrapper .frm_forms .frm_button_submit {
    outline: 0;
    box-shadow: none;
    border: 1px solid var(--wp--preset--color--primary);
    padding: 0 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    height: 36px;
}
.editor-styles-wrapper .frm_forms fieldset {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    min-width: 250px;
    height: 46px;
}
.editor-styles-wrapper .frm_forms fieldset input {
    border: 0;
}
.article-content .sponsored-header,
.sponsored-header {
    padding: 10px 0;
    width: 100%;
    background-color: #ffb618;
}
.article-content .sponsored-header-inner,
.sponsored-header-inner {
    margin: 0 15px 10px;
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    color: #fff;
}
@media (max-width: 600px) {
    .article-content .sponsored-header-inner,
    .sponsored-header-inner {
        flex-direction: column;
    }
}
.article-content .sponsored-header-inner-left,
.sponsored-header-inner-left {
    margin: auto 0 auto 20px;
    max-width: 120px;
}
@media (max-width: 600px) {
    .article-content .sponsored-header-inner-left,
    .sponsored-header-inner-left {
        margin: auto;
    }
}
.article-content .sponsored-header-inner-left-img,
.sponsored-header-inner-left-img {
    margin: auto;
}
.article-content .sponsored-header-inner-right,
.sponsored-header-inner-right {
    margin: auto 0 auto 20px;
    text-align: right;
}
@media (max-width: 600px) {
    .article-content .sponsored-header-inner-right,
    .sponsored-header-inner-right {
        margin: auto;
        text-align: center;
    }
}
.article-content .sponsored-header-inner-right p,
.sponsored-header-inner-right p {
    margin: 0;
    font-size: 16px;
}
.article-content .sponsored-header-inner-right h2,
.sponsored-header-inner-right h2 {
    margin: 0;
    font-size: 18px;
}
.subscribe-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 340px;
    background-color: #f2fdf7;
    border: 2px solid var(--iv-color-secondary);
    border-bottom: none;
    box-shadow: 0 -2px 6px 1px rgb(0 0 0 / 0.08);
    border-radius: 3px 3px 0 0;
    padding: calc((16px / 2) + 2px) calc(16px / 2);
}
@media (min-width: 470px) {
    .subscribe-cta {
        left: calc(16px * 4);
    }
}
.subscribe-cta > span {
    color: #000;
    font-size: 12px;
    display: inline-block;
    font-family: var(--iv-font-body), Sans-Serif;
    line-height: 16px;
    overflow-wrap: anywhere;
}
.subscribe-cta > .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--iv-color-secondary);
    color: #fff;
    padding: 3px 5px;
    margin-left: 5px;
    border-radius: 0;
    font-size: 18px;
    line-height: initial;
    min-width: 115px;
    max-width: 120px;
    min-height: 40px;
    border-bottom: none;
    white-space: break-spaces;
    overflow-wrap: anywhere;
    text-transform: none;
}
.subscribe-cta > .btn:hover {
    color: #fff;
    border-bottom: none;
}
.subscribe-cta__close {
    position: absolute;
    top: -18px;
    right: -8px;
}
.subscribe-cta.subscribe-cta-style__fixed,
.subscribe-cta.subscribe-cta-style__toast {
    transition: 0.7s all ease-in-out;
}
.subscribe-cta.subscribe-cta-style__toast {
    background: var(--iv-color-secondary);
    padding: 15px 40px 15px 20px;
    border-radius: 8px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 350px;
    bottom: calc(16px * 2);
    display: flex;
    left: -100%;
}
.subscribe-cta.subscribe-cta-style__toast.shown {
    left: calc(16px * 2);
}
@media (max-width: 700px) {
    .subscribe-cta.subscribe-cta-style__toast {
        width: 96%;
        width: calc(100% - calc(16px * 2));
        max-width: 100%;
        left: 16px !important;
        bottom: -100%;
    }
    .subscribe-cta.subscribe-cta-style__toast.shown {
        bottom: 16px;
    }
}
.subscribe-cta.subscribe-cta-style__toast span {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}
.subscribe-cta.subscribe-cta-style__toast a.subscribe-cta__close {
    top: 8px;
    right: 2px;
}
.subscribe-cta.subscribe-cta-style__toast a.subscribe-cta__close img {
    width: 40px;
    height: 40px;
}
.subscribe-cta.subscribe-cta-style__toast a:not(.subscribe-cta__close) {
    color: var(--iv-color-secondary);
    margin-left: 0;
    border-radius: 4px;
    background: #fff;
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
}
.subscribe-cta.subscribe-cta-style__fixed {
    left: 0;
    bottom: -100%;
    background: #ffb618;
    color: #000;
    justify-content: flex-end;
    padding-right: 30px;
    border: 0;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    display: flex;
}
.subscribe-cta.subscribe-cta-style__fixed.shown {
    bottom: 0;
}
@media (max-width: 700px) {
    .subscribe-cta.subscribe-cta-style__fixed {
        display: inline-block !important;
        padding-left: 15px;
    }
}
.subscribe-cta.subscribe-cta-style__fixed span {
    order: 1;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
@media (max-width: 700px) {
    .subscribe-cta.subscribe-cta-style__fixed span {
        font-size: 16px;
        display: inline;
        line-height: 28px;
    }
}
.subscribe-cta.subscribe-cta-style__fixed a.subscribe-cta__close {
    order: 3;
    position: static;
    margin-left: 20px;
}
@media (max-width: 700px) {
    .subscribe-cta.subscribe-cta-style__fixed a.subscribe-cta__close {
        position: absolute;
        right: 15px;
        top: 25px;
    }
}
.subscribe-cta.subscribe-cta-style__fixed a:not(.subscribe-cta__close) {
    order: 2;
    margin-left: 20px;
    background: #000;
    color: #ffb618;
    border-radius: 4px;
    font-weight: 500;
}
@media (max-width: 700px) {
    .subscribe-cta.subscribe-cta-style__fixed a:not(.subscribe-cta__close) {
        display: inline;
        position: relative;
        min-width: 0;
        min-height: 0;
        padding: 0 20px 0 0;
        color: #000;
        background: 0 0;
        margin-left: 5px;
        max-width: initial;
        max-height: max-content;
        box-shadow: none;
        text-decoration: underline;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
    }
    .subscribe-cta.subscribe-cta-style__fixed
        a:not(.subscribe-cta__close):after {
        content: ">";
        position: absolute;
        right: 5px;
        top: -2px;
    }
}
.block-editor.subscribe-cta {
    display: flex;
    position: relative;
    bottom: 0;
    left: 0;
}
.subscribe-wrapper.inner-wrapper .article-bottom-subscribe_box {
    background-color: var(--iv-color-secondary);
    display: flex;
    min-height: 64px;
    -webkit-border-radius: 5.6666px;
    border-radius: 5.6666px;
    align-items: center;
}
.subscribe-wrapper.inner-wrapper .article--sub_msg {
    flex: 1 1 100px;
    color: #fff;
    font-weight: inherit;
    font-family: var(--iv-font-body), Sans-Serif;
    font-size: calc(18px + 2px);
    text-transform: capitalize;
    line-height: 1.6;
    margin-left: 18px;
}
@media (max-width: 991px) {
    .subscribe-wrapper.inner-wrapper .article--sub_msg {
        font-size: 18px;
        line-height: 1.1;
    }
}
.subscribe-wrapper.inner-wrapper .btn {
    border: 1px solid #fff0;
    font-family: var(--iv-font-body), Sans-Serif;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 0.24);
    border-radius: 4px;
    text-decoration: none;
    text-transform: none;
    min-height: auto;
    min-width: auto;
    font-size: 18px;
}
.subscribe-wrapper.inner-wrapper .btn.pull-right {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.subscribe-wrapper.inner-wrapper .btn.btn-pill {
    border-radius: 0;
    margin-right: 18px;
}
.article-content .subscribe-wrapper .article-bottom-subscribe_box {
    flex-direction: inherit;
}
.article-bottom-subscribe_box .article--sub_msg.subscription_signup__body {
    align-self: center;
    text-transform: none;
}
.article-bottom-subscribe_box .subscription_signup__CTA_btn_text {
    background-color: rgb(0 0 0 / 0.4);
    color: #fff;
    transition: 0.2s all ease-in-out;
}
@media (min-width: 767px) {
    .article-bottom-subscribe_box .subscription_signup__CTA_btn_text:hover {
        background-color: rgb(0 0 0 / 0.2);
    }
}
@media (min-width: 992px) {
    .single-post .subscribe-wrapper {
        padding: 0;
    }
}
.testimonials__wrapper {
    width: calc(100% - 40px);
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.testimonials__entry {
    display: flex;
    max-width: 650px;
    margin: 35px 0;
    background: #fff;
    box-shadow: 20px 8px 80px 0 rgb(0 0 0 / 0.16);
    position: relative;
    border-radius: 32px;
    padding: 28px;
    flex-direction: column;
    font-weight: 350;
    font-size: 22px;
    line-height: 30px;
}
.testimonials__entry:after {
    display: inline-block;
    content: "";
    position: absolute;
    left: 100px;
    bottom: -288px;
    border-color: #fff0 #fff0 #fff;
    border-width: 0 401px 311px 311px;
    transform: scale(0.1) translate(0, 0) rotate(0.7854rad);
    transform-origin: 0 0;
    border-style: solid;
}
.testimonials__entry:nth-child(odd) {
    margin-right: 450px;
}
@media (max-width: 1600px) {
    .testimonials__entry:nth-child(odd) {
        margin-right: 350px;
    }
}
@media (max-width: 1200px) {
    .testimonials__entry:nth-child(odd) {
        margin-right: 300px;
    }
}
@media (max-width: 1024px) {
    .testimonials__entry:nth-child(odd) {
        margin-right: 250px;
    }
}
.testimonials__entry:nth-child(2n) {
    margin-left: 450px;
}
@media (max-width: 1600px) {
    .testimonials__entry:nth-child(2n) {
        margin-left: 350px;
    }
}
@media (max-width: 1200px) {
    .testimonials__entry:nth-child(2n) {
        margin-left: 300px;
    }
}
@media (max-width: 1024px) {
    .testimonials__entry:nth-child(2n) {
        margin-left: 250px;
    }
}
.testimonials__entry:nth-child(2n):after {
    bottom: -335px;
    border-width: 0 401px 311px 401px;
    transform: scale(0.1) translate(0, 0) rotate(5.63rad);
    left: auto;
    right: -650px;
}
@media (max-width: 767px) {
    .testimonials__entry {
        width: 100%;
    }
    .testimonials__entry:nth-child(2n),
    .testimonials__entry:nth-child(odd) {
        margin-left: 0;
        margin-right: 0;
    }
}
.testimonials__author {
    font-size: 13px;
    letter-spacing: 1.6px;
    line-height: 22.5px;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    text-transform: uppercase;
    margin-top: 2px;
}
.testimonials__author:before {
    display: block;
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 15px;
    height: 1px;
    background: #000;
}
.block-editor.testimonials__entry {
    margin: 40px 0;
}
.block-editor.testimonials__entry:nth-child(2n),
.block-editor.testimonials__entry:nth-child(pdd) {
    margin-left: 0;
}
.block-editor.testimonials__entry:after {
    display: inline-block;
    content: "";
    position: absolute;
    left: 100px;
    bottom: -288px;
    right: auto;
    border-color: #fff0 #fff0 #fff;
    border-width: 0 401px 311px 311px;
    transform: scale(0.1) translate(0, 0) rotate(0.7854rad);
    transform-origin: 0 0;
    border-style: solid;
}
.text-banner__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
    height: 100%;
    margin: 0 20px;
}
@media (max-width: 767px) {
    .text-banner__wrapper {
        max-width: 100%;
    }
}
.text-banner__container {
    border-style: solid;
    padding: 10px 50px;
    max-width: 100%;
}
.text-banner__container * {
    font-family: var(--iv-font-body), Sans-Serif;
}
.text-banner__container h1,
.text-banner__container h2,
.text-banner__container h3,
.text-banner__container h4,
.text-banner__container h5,
.text-banner__container h6,
.text-banner__container p {
    margin-block-start: 0;
    margin-block-end: 0;
}
@media (max-width: 767px) {
    .text-banner__container {
        display: flex;
        flex-wrap: wrap;
        width: 100% !important;
        min-width: 100%;
        padding: 20px;
    }
    .text-banner__container h1,
    .text-banner__container h2,
    .text-banner__container h3,
    .text-banner__container h4,
    .text-banner__container h5,
    .text-banner__container h6,
    .text-banner__container p {
        width: 100%;
        flex: 1 1 100%;
        display: inline;
        margin-left: 0;
        margin-right: 0;
    }
}
[data-type="fragmntblocks/text-banner"] {
    width: 100%;
}
[data-type="fragmntblocks/text-banner"].alignleft,
[data-type="fragmntblocks/text-banner"].alignright {
    float: none;
}
[data-type="fragmntblocks/text-banner"].alignleft {
    margin-inline-start: 0;
    margin-inline-end: 2em;
}
[data-type="fragmntblocks/text-banner"].alignleft .text-banner__wrapper {
    justify-content: flex-start;
}
[data-type="fragmntblocks/text-banner"].alignright {
    margin-inline-start: 2em;
    margin-inline-end: 0;
}
[data-type="fragmntblocks/text-banner"].alignright .text-banner__wrapper {
    justify-content: flex-end;
}
.top-rail__wrapper {
    width: 100%;
    height: 50px;
    z-index: 29;
    position: relative;
    margin-bottom: 0;
    box-sizing: border-box;
}
.top-rail__wrapper * {
    box-sizing: border-box;
}
.top-rail__wrapper .bx-wrapper {
    margin-bottom: 0;
    box-shadow: none;
    border: 0;
    background: 0 0;
}
.top-rail__wrapper.in-editor .top-rail__content {
    display: flex;
    flex-grow: 1;
    align-items: center;
    overflow: hidden;
    flex-wrap: nowrap;
}
.top-rail__wrapper.in-editor .top-rail__container {
    padding-right: 65px;
}
.top-rail__wrapper.in-editor .top-rail__post {
    min-width: 27%;
}
@media print {
    .top-rail__wrapper {
        display: none;
    }
}
.top-rail__container {
    position: fixed;
    left: 0;
    width: 100%;
    height: 82px;
    padding-right: 45px;
    background: #fff;
    transition: 0.3s all ease-in-out;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.top-rail__post {
    border-right: 1px solid #efefef;
}
.top-rail__post_wrapper {
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.top-rail__post-image {
    height: 60px;
    width: 120px;
    background-size: cover;
    background-position: center center;
    min-width: 120px;
    margin-right: 10px;
}
.top-rail__post-category {
    color: var(--iv-color-secondary);
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.top-rail__post-title {
    overflow: hidden;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    width: 200px;
}
.top-rail__placeholder-image {
    height: 60px;
    width: 120px;
    background: #c1c1c1;
}
.top-rail__navigation {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 62px;
    background: #efefef;
}
.top-rail__navigation:before {
    content: "";
    position: absolute;
    top: 0;
    left: -80px;
    width: 80px;
    height: 80px;
    background: linear-gradient(270deg, #fff 0, #fff0 100%);
}
.top-rail__navigation__left-arrow,
.top-rail__navigation__right-arrow {
    display: flex;
    width: 30px;
    height: 80px;
    flex-shrink: 0;
    background: #333;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
body.logged-in .top-rail__wrapper {
    height: 80px;
}
.email-gate {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: rgb(0 0 0 / 0.65);
}
.email-gate_image {
    max-width: 125px;
    margin: 0 0 15px 0;
    object-fit: cover;
}
.email-gate_box {
    position: relative;
    width: calc(100% - 50px);
    padding: 25px;
}
@media screen and (min-width: 768px) {
    .email-gate_box {
        width: 417px;
    }
}
.email-gate_body,
.email-gate_title {
    font-family: FreightSans Pro;
}
.email-gate_title {
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    margin: 0 0 10px;
}
.email-gate_body {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 21px 0;
}
.email-gate__close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    display: grid;
    place-content: center;
}
.email-gate__close-btn svg {
    width: 22px;
    height: 22px;
}
.email-gate__close-btn svg path {
    fill: #ccc;
}
.woocommerce main {
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
    display: block;
    padding-right: 48px;
    padding-left: 48px;
}
.woocommerce .products ul::after {
    content: " ";
    display: table;
    clear: both;
}
.woocommerce .products ul::before {
    content: " ";
    display: table;
}
.woocommerce .products ul li {
    list-style: none outside;
}
.woocommerce ul.products {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.woocommerce ul.products::after {
    content: " ";
    display: table;
    clear: both;
}
.woocommerce ul.products::before {
    content: " ";
    display: table;
}
.woocommerce ul.products li {
    list-style: none outside;
}
.woocommerce ul.products li.product {
    padding: 0.5em 0;
    margin: 0;
    text-transform: uppercase;
    padding: 15px 15px 20px;
    z-index: 1;
    padding-top: 0.7em;
    padding-bottom: 1.4em;
    position: relative;
    width: 100%;
    font-size: 0.9em;
    text-align: center;
}
.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -0.5em -0.5em 0 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    margin: 0;
    text-transform: uppercase;
    z-index: 1;
    padding-top: 0.7em;
    padding-bottom: 1.4em;
    position: relative;
    width: 100%;
    font-size: 0.9em;
    text-align: center;
}
.woocommerce ul.products li.product h3 {
    text-transform: uppercase;
    padding: 15px 15px 20px;
    padding: 0.5em 0;
    margin: 0;
    padding: 15px 15px 2px;
    z-index: 1;
    padding-top: 0.7em;
    padding-bottom: 1.4em;
    position: relative;
    width: 100%;
    font-size: 0.9em;
    text-align: center;
    font-weight: 100;
    text-transform: initial;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0;
    margin: 0;
    z-index: 1;
    position: relative;
    width: 100%;
    font-size: 0.9em;
    text-align: center;
    font-weight: 100;
    text-transform: initial;
}
.woocommerce ul.products li.product a {
    text-decoration: none;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    height: 300px;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}
.woocommerce ul.products li.product strong {
    display: block;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2;
}
.woocommerce ul.products li.product .star-rating {
    font-size: 0.857em;
}
.woocommerce ul.products li.product .button {
    margin-top: 1em;
    background-color: var(--wp--preset--color--luminous-vivid-amber);
    color: #033d1b;
    border-radius: 3px;
    font-weight: 700;
}
.woocommerce ul.products li.product .price {
    display: block;
    color: #77a464;
    margin-bottom: 0.5em;
    font-size: 0.9em;
    background: 0 0;
    font-weight: 800;
    color: #000;
}
.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: 0.5;
}
.woocommerce ul.products li.product .price .from {
    font-size: 0.9em;
    margin: -2px 0 0 0;
    color: rgb(132 132 132 / 0.5);
    font-weight: 800;
    color: #000;
}
.woocommerce .woocommerce-result-count {
    margin: 0 1em 0 auto;
}
.woocommerce .woocommerce-ordering {
    margin: auto;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
}
.woocommerce nav.woocommerce-pagination {
    text-align: center;
}
.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #d3ced2;
    border-right: 0;
    margin: 1px;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li a {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: 0.5em;
    min-width: 1em;
    display: block;
}
.woocommerce nav.woocommerce-pagination ul li a:focus {
    background: #ebe9eb;
    color: #8a7e88;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: #ebe9eb;
    color: #8a7e88;
}
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: 0.5em;
    min-width: 1em;
    display: block;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ebe9eb;
    color: #8a7e88;
}
.woocommerce #respond input#submit {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-size: 0.8em;
    font-weight: 200;
    border-radius: 3px;
    left: auto;
    color: #515151;
    border: 2px solid currentColor;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    touch-action: manipulation;
    font-weight: 700;
}
.woocommerce #respond input#submit.alt {
    background-color: #7bbe48;
}
.woocommerce #respond input#submit.alt:hover {
    background-color: #7bbe48;
}
.woocommerce a.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-size: 0.8em;
    font-weight: 200;
    border-radius: 3px;
    left: auto;
    color: #515151;
    border: 2px solid currentColor;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    touch-action: manipulation;
    color: #fff;
    background-color: #000;
    border-color: rgb(0 0 0 / 0.05);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.97em;
    padding: 0 1.2em;
    letter-spacing: 0.03em;
    position: relative;
    display: inline-block;
    min-height: 2.5em;
    line-height: 2.4em;
    margin-bottom: 5px;
}
.woocommerce button.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-size: 0.8em;
    font-weight: 200;
    border-radius: 3px;
    left: auto;
    color: #515151;
    border: 2px solid currentColor;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    touch-action: manipulation;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 15px;
}
.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-size: 0.8em;
    font-weight: 200;
    border-radius: 3px;
    left: auto;
    color: #515151;
    border: 2px solid currentColor;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    touch-action: manipulation;
    font-weight: 700;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: 0.92em;
    color: #222;
    font-weight: 700;
    letter-spacing: 0;
}
.woocommerce .woocommerce-breadcrumb::after {
    content: " ";
    display: table;
    clear: both;
}
.woocommerce .woocommerce-breadcrumb::before {
    content: " ";
    display: table;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #767676;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    min-width: 50px;
    height: auto;
    padding: 0.75rem;
    font-size: 1.5rem;
}
.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    margin-top: 44px;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
    padding: 0;
    position: relative;
    margin: 0;
    padding: 0 0 45px;
    width: 100%;
}
.woocommerce div.product div.images img {
    width: auto;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: block;
    margin-top: -31px;
    width: 100%;
    position: relative;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 0.4em;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    display: none;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    text-align: left;
    font-size: 15px;
    float: left;
    font-size: 16px;
}
.woocommerce div.product form.cart .variations select {
    width: 180px;
    height: 34px;
    padding-top: 6px;
    padding-left: 12px;
    font-size: 13px;
    color: #000;
}
.woocommerce div.product form.cart .button {
    font-size: 18px;
    text-transform: uppercase;
}
.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: 0.83em;
    position: absolute;
    right: 101px;
    bottom: 91%;
    color: currentColor;
    opacity: 0.6;
    font-size: 13px;
    text-transform: uppercase;
}
.woocommerce div.product p.price {
    font-size: 1.25em;
    color: #111;
}
.woocommerce div.product span.price {
    font-size: 1.25em;
    color: #111;
}
.woocommerce label {
    font-size: 16px;
    font-weight: 700;
}
.woocommerce .cart .button {
    float: none;
    background-color: #000;
    margin-top: 7px;
    margin-left: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.woocommerce .cart input.button {
    float: none;
    background-color: #000;
    margin-top: 7px;
    margin-left: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.woocommerce table.shop_table {
    margin-left: 34px;
    margin-right: 34px;
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 1em;
    border-color: #ececec;
    border-spacing: 0;
    color: #666;
}
.woocommerce table.shop_table td:last-of-type {
    text-align: right;
}
.woocommerce table.shop_table td span {
    white-space: nowrap;
    color: #111;
    font-weight: 700;
}
.woocommerce .cart-collaterals .cart_totals {
    margin-right: 34px;
}
.woocommerce a.button.alt {
    background-color: #7bbe48;
}
.woocommerce a.button.alt:hover {
    background-color: #7bbe48;
}
.woocommerce button.button.alt {
    background-color: #7bbe48;
}
.woocommerce button.button.alt:hover {
    background-color: #7bbe48;
}
.woocommerce input.button.alt {
    background-color: #7bbe48;
}
.woocommerce input.button.alt:hover {
    background-color: #7bbe48;
}
.woocommerce .woocommerce-error .button {
    background-color: #000;
    color: #fff;
}
.woocommerce .woocommerce-info .button {
    background-color: #000;
    color: #fff;
}
.woocommerce .woocommerce-message {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
}
.woocommerce .woocommerce-message::before {
    top: 22px;
    left: 45px;
}
.woocommerce .woocommerce-message .button {
    background-color: #000;
    color: #fff;
    flex-shrink: 0;
    margin-left: 5px;
}
.woocommerce table.my_account_orders td {
    padding: 9px 12px;
    vertical-align: middle;
    border-width: 3px;
    color: #666;
}
.woocommerce table.my_account_orders th {
    padding: 9px 12px;
    vertical-align: middle;
    border-width: 3px;
    color: #666;
}
.woocommerce table.my_account_orders .button {
    color: #fff;
    background-color: #000;
    border-color: rgb(0 0 0 / 0.05);
}
.woocommerce table.shop_table.subscription_details {
    width: 90%;
    margin-bottom: 1em;
    border-color: #ececec;
    border-spacing: 0;
    box-sizing: border-box;
    border: 0;
    padding: 0.5em;
    text-align: left;
    border-bottom: 1px solid #ececec;
    line-height: 1.3;
    font-size: 0.9em;
    font-family: var(--iv-font-body), Sans-Serif;
}
.woocommerce table.shop_table.order_details {
    width: 90%;
    margin-bottom: 1em;
    border-color: #ececec;
    border-spacing: 0;
    box-sizing: border-box;
    border: 0;
    padding: 0.5em;
    text-align: left;
    border-bottom: 1px solid #ececec;
    line-height: 1.3;
    font-size: 0.9em;
    font-family: var(--iv-font-body), Sans-Serif;
}
.woocommerce table.shop_table.my_account_orders {
    width: 90%;
    margin: auto;
    border-color: #ececec;
    border-spacing: 0;
    box-sizing: border-box;
    border: 0;
    padding: 0.5em;
    text-align: left;
    border-bottom: 1px solid #ececec;
    line-height: 1.3;
    font-size: 0.9em;
    font-family: var(--iv-font-body), Sans-Serif;
}
.woocommerce .woocommerce-customer-details address {
    display: block;
    font-style: italic;
    color: #666;
    border: 0;
    font-size: 1em;
}
.woocommerce .col2-set .col-1 {
    flex: 0 0 8.333333%;
    max-width: 34.333333%;
    font-style: normal;
    font-family: var(--iv-font-body), Sans-Serif;
}
.woocommerce .col2-set .col-2 {
    flex: 0 0 16.666667%;
    max-width: 54.666667%;
    font-family: var(--iv-font-body), Sans-Serif;
}
.woocommerce table.shop_table.account-payment-methods-table {
    border: 0;
    line-height: 1.3;
    font-size: 0.9em;
    font-family: var(--iv-font-body), Sans-Serif;
}
.woocommerce ul#shipping_method li label {
    display: inherit;
}
.woocommerce #payment #place_order {
    background-color: #7bbe48;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.woocommerce #payment input[type="radio"]:checked + label:after {
    opacity: 0;
}
.woocommerce #payment input[type="radio"] + label {
    display: inline-block;
}
.woocommerce mark {
    background-color: #fff;
}
.woocommerce fieldset {
    border: none;
    padding-left: 0;
}
.woocommerce.woocommerce-page .main-body #primary {
    max-width: 1320px;
}
.woocommerce-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.woocommerce.single-product .woocommerce_subscription_gifting_checkbox {
    display: none;
}
.woocommerce.single-product .woocommerce_subscription_gifting_checkbox + label {
    display: none;
}
.woocommerce.single-product
    div.product
    div.images
    .woocommerce-product-gallery__image
    a {
    display: block;
}
.woocommerce.single-product div.product div.images img {
    width: 100%;
}
.woocommerce.single-product div.product div.images .flex-control-nav {
    margin-top: 5px;
}
.woocommerce-page .body-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
    padding-right: 48px;
    padding-left: 48px;
}
.woocommerce-page .cart-collaterals .cart_totals {
    margin-right: 34px;
}
.woocommerce-page .woocommerce-error .button {
    background-color: #000;
    color: #fff;
}
.woocommerce-page .woocommerce-info .button {
    background-color: #000;
    color: #fff;
}
.woocommerce-page .woocommerce-message .button {
    background-color: #000;
    color: #fff;
}
.woocommerce-page .col2-set .col-1 {
    flex: 0 0 8.333333%;
    max-width: 34.333333%;
    font-style: normal;
    font-family: var(--iv-font-body), Sans-Serif;
}
.woocommerce-page .col2-set .col-2 {
    flex: 0 0 16.666667%;
    max-width: 54.666667%;
    font-family: var(--iv-font-body), Sans-Serif;
}
.woocommerce-page #payment #place_order {
    background-color: #7bbe48;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.woocommerce-page .cart-icon {
    display: inline-block;
}
.woocommerce-page .cart-icon strong {
    border-radius: 0;
    margin: 0.3em 0;
    border: 2px solid #2c2c2b;
    border-top-color: #2c2c2b;
    border-right-color: #2c2c2b;
    border-bottom-color: #2c2c2b;
    border-left-color: #2c2c2b;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 2.2em;
    height: 2.2em;
    color: #2c2c2b;
    font-family: Helvetica, Arial, Sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 1em;
    line-height: 1.9em;
}
.woocommerce-page .cart-icon strong::after {
    -webkit-transition: height 0.1s ease-out;
    -o-transition: height 0.1s ease-out;
    transition: height 0.1s ease-out;
    bottom: 100%;
    margin-bottom: 0;
    margin-left: -7px;
    height: 8px;
    width: 14px;
    left: 50%;
    content: " ";
    position: absolute;
    pointer-events: none;
    border: 2px solid #2c2c2b;
    border-top-color: #2c2c2b;
    border-right-color: #2c2c2b;
    border-bottom-color: #2c2c2b;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: #2c2c2b;
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
    border-bottom: 0;
    border-bottom-color: currentcolor;
}
.woocommerce-page .checkout-thankyou-message {
    border: 2px solid #000;
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
    width: 40%;
    position: relative;
    margin: 0;
    padding: 0 15px 30px;
}
.woocommerce-page .header-cart-title span.amount {
    color: currentColor;
}
.woocommerce-page span.amount {
    white-space: nowrap;
    color: #111;
}
.woocommerce-page .woocommerce-products-header .page-title {
    display: none;
    visibility: hidden;
}
.woocommerce-page .woocommerce-Price-amount {
    font-weight: 800;
}
.woocommerce-page .product_meta {
    display: none;
}
.woocommerce-page .image-icon {
    display: inline-block;
    height: auto;
    vertical-align: middle;
    position: relative;
}
.woocommerce-page .add_gift_card_form #wc_gc_cart_redeem_form button {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    width: 100px;
    display: inline-block;
}
.woocommerce-page .woocommerce-EditAccountForm fieldset {
    border: 0;
    padding: 0;
    margin-top: 25px;
    text-transform: uppercase;
    color: #666;
}
.woocommerce-page .woocommerce-MyAccount-navigation {
    border-right: 1px solid #ececec;
    padding-left: 16px;
    margin-bottom: 25px;
}
.woocommerce-page .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    line-height: 1.6;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
    position: relative;
    display: inline-block;
}
.woocommerce-page .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}
.woocommerce-page .woocommerce-MyAccount-content {
    font-family: Lato, sans-serif;
    float: left;
    padding-left: 34px;
}
.woocommerce-page
    .woocommerce-MyAccount-content
    .woocommerce-EditAccountForm.edit-account
    > fieldset {
    display: none;
}
.woocommerce-page .checkout-survey-text {
    background: rgb(255 205 5 / 0.5);
    padding: 30px;
    margin-bottom: 30px;
}
.woocommerce-page .checkout-survey-text a {
    border-radius: 0;
}
@media (max-width: 767px) {
    .woocommerce-page .checkout-survey-text a {
        font-size: 17px;
        padding: 4px 15px;
        min-height: 29px;
        height: 29px;
    }
}
.woocommerce-page .input-text {
    font-size: var(--wp--preset--font-size--medium);
}
.woocommerce-page .woocommerce-form-login .input-text {
    font-size: var(--wp--preset--font-size--medium);
}
.woocommerce-order-received main {
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
    padding-right: 16px;
    padding-left: 16px;
}
@media (min-width: 768px) and (max-width: 1180px) {
    .woocommerce-order-received main {
        padding-right: 48px;
        padding-left: 48px;
    }
}
.woocommerce-order-received main h1 {
    text-align: center;
    text-transform: capitalize;
}
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-order-details {
    margin-bottom: 2em;
}
.woocommerce-order-received .woocommerce-customer-details h2,
.woocommerce-order-received .woocommerce-order-details h2 {
    font-size: 25px;
}
.woocommerce-order-received ul.wc-item-meta {
    padding-left: 0;
}
.woocommerce-order-received ul.wc-item-meta .wc-item-meta-label {
    float: left;
    clear: both;
    margin-right: 0.25em;
}
.woocommerce-order-received ul.order_details {
    margin: 0 0 3em;
    list-style: none;
}
.woocommerce-order-received ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: 0.715em;
    line-height: 1;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    flex-grow: 1;
    margin-bottom: 1rem;
}
.woocommerce-order-received ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5;
}
.woocommerce-order-received table.shop_table {
    width: 90%;
    margin-bottom: 1em;
    border-color: #ececec;
    border-spacing: 0;
    box-sizing: border-box;
    border: 0;
    padding: 0.5em;
    text-align: left;
    border-bottom: 1px solid #ececec;
    line-height: 1.3;
    font-size: 0.9em;
    font-family: var(--iv-font-body), Sans-Serif;
}
.woocommerce-order-received table.shop_table ul li {
    list-style-type: none;
}
.woocommerce-order-received table.shop_table td {
    border-top: 1px solid rgb(0 0 0 / 0.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
.woocommerce-order-received table.shop_table td:last-of-type {
    text-align: right;
}
.woocommerce-order-received table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgb(0 0 0 / 0.1);
}
.woocommerce-order-received table.my_account_orders .button {
    color: #fff;
    background-color: #000;
    border-color: rgb(0 0 0 / 0.05);
    white-space: nowrap;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    overflow: visible;
    border-radius: 3px;
    left: auto;
    border: 2px solid currentColor;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    touch-action: manipulation;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.97em;
    padding: 0 1.2em;
    letter-spacing: 0.03em;
    position: relative;
    display: inline-block;
    min-height: 2.5em;
    line-height: 2.4em;
}
#add_payment_method table.cart img {
    width: 79px;
}
#add_payment_method table.cart td.actions .coupon .input-text {
    width: 100px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button {
    background-color: #7bbe48;
    font-weight: 700;
    line-height: 0;
}
#add_payment_method #payment {
    background: #fff;
    border-radius: 0;
    content: none;
    border-radius: 0;
    background-color: #fff;
    display: contents;
}
#add_payment_method #payment div.payment_box {
    margin: auto;
    width: 80%;
}
.woocommerce-cart table.cart img {
    width: 79px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #7bbe48;
    font-weight: 700;
    line-height: 0;
}
.woocommerce-cart #payment {
    background: #fff;
    border-radius: 0;
    content: none;
    border-radius: 0;
    background-color: #fff;
    display: contents;
}
.woocommerce-cart #payment div.payment_box {
    margin: auto;
    width: 80%;
}
.woocommerce-checkout table.cart img {
    width: 79px;
}
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 100px;
}
.woocommerce-checkout
    .add_gift_card_form
    #wc_gc_cart_redeem_form
    input[type="text"] {
    width: 300px;
    display: inline-block;
}
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    background-color: #7bbe48;
    font-weight: 700;
    line-height: 0;
}
.woocommerce-checkout #payment {
    background: #fff;
    border-radius: 0;
}
.woocommerce-checkout #payment input[type="radio"] + label {
    display: contents;
}
.woocommerce-checkout #payment input[type="radio"] + label:after {
    content: none;
    border-radius: 0;
    background-color: #fff;
}
.woocommerce-checkout #payment div.payment_box {
    margin: auto;
    width: 80%;
}
.shop_table thead th {
    border-width: 3px;
}
.shop_table .order-total td {
    border-width: 3px;
}
.shop_table .order-total th {
    border-width: 3px;
}
.woocommerce-PaymentMethod input[type="radio"] + label:before {
    content: none;
    border-radius: 0;
    background-color: #fff;
}
.woocommerce-PaymentMethod input[type="radio"] + label:after {
    position: inherit;
}
.woocommerce-notices-wrapper {
    width: 100%;
}
.presslogo {
    margin-top: 10px;
}
#update_all_subscriptions_addresses_field small {
    display: inline-block;
}
.single.single-product .main-body #primary {
    max-width: 1320px;
}
@media (max-width: 1600px) {
    .woocommerce .woocommerce-message::before {
        left: 9px;
    }
}
@media (max-width: 991px) {
    .woocommerce .woocommerce-message::before {
        content: none;
    }
}
@media (max-width: 768px) {
    .woocommerce .woocommerce-ordering {
        margin: 0 0 0;
    }
    .woocommerce ul.products li.product a img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 0 1em;
        box-shadow: none;
    }
    .woocommerce-tabs {
        padding: 30px 0;
    }
    .woocommerce div.product form.cart div.quantity {
        margin: 6px 0 0 0;
    }
    .woocommerce div.product form.cart .button {
        font-size: 16px;
    }
    .woocommerce a.button {
        font-size: 12px;
        padding: 0;
    }
    .woocommerce table.shop_table td {
        padding: 0;
    }
    .woocommerce #content table.cart td.actions .button {
        display: inline-block;
        width: auto;
    }
    .woocommerce table.cart td.actions .button {
        display: inline-block;
        width: auto;
    }
    .woocommerce ul#shipping_method li label {
        position: inherit;
    }
    .woocommerce .col2-set .col-1 {
        max-width: 95.333333%;
    }
    .woocommerce .col2-set .col-2 {
        max-width: 95.333333%;
    }
    .woocommerce form .form-row {
        padding: 0 0 0;
        margin: 0 0 0;
    }
    .woocommerce form .form-row textarea {
        width: 100%;
    }
    .woocommerce form .form-row-last {
        float: unset;
        padding: 0 0 0;
        width: auto;
    }
    .woocommerce form .form-row-first {
        float: unset;
        padding: 0 0 0;
        width: auto;
    }
    .woocommerce ul.order_details li {
        float: unset;
        padding-left: 0;
        border: none;
    }
    .woocommerce ul.products {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    body.woocommerce main#main {
        margin-left: 30px;
        margin-right: 30px;
        width: auto;
        padding-right: 0;
        padding-left: 0;
    }
    body.woocommerce-cart.woocommerce-page .body-box {
        margin-left: 30px;
        margin-right: 30px;
        width: auto;
    }
    body.woocommerce-checkout.woocommerce-page .body-box {
        width: auto;
    }
    #add_payment_method table.cart td.actions .coupon .input-text {
        float: none;
        margin-top: 12px;
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        float: none;
        margin-top: 12px;
    }
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        padding-top: 20px;
    }
    .woocommerce-checkout table.cart td.actions .coupon .input-text {
        float: none;
        margin-top: 12px;
    }
    .woocommerce-error {
        padding: 0;
    }
    .woocommerce-info {
        padding: 0;
    }
    .woocommerce-message {
        padding: 0;
    }
    .btn-small-my-account.visible-xs {
        display: inline-block !important;
        min-width: inherit;
        padding: 9px 8px 6px 8px;
    }
    .woocommerce-page #content table.cart td.actions .button {
        display: inline-block;
        width: auto;
    }
    .woocommerce-page table.cart td.actions .button {
        display: inline-block;
        width: auto;
    }
    .woocommerce-page .col2-set .col-1 {
        max-width: 95.333333%;
    }
    .woocommerce-page .col2-set .col-2 {
        max-width: 95.333333%;
    }
    .woocommerce-page form .form-row-last {
        float: unset;
        padding: 0 0 0;
        width: auto;
    }
    .woocommerce-page form .form-row-first {
        float: unset;
        padding: 0 0 0;
        width: auto;
    }
    .woocommerce-page .cart-icon strong {
        line-height: 1.2em;
        width: 1.5em;
        height: 1.5em;
        margin-left: 5px;
    }
    .woocommerce-page .checkout-thankyou-message {
        width: auto;
    }
    .woocommerce-page .woocommerce-MyAccount-navigation {
        padding-left: 0;
    }
    .woocommerce-page .woocommerce-MyAccount-content {
        padding-left: 0;
    }
    .add_gift_card_form #wc_gc_cart_redeem_form button {
        margin-top: 13px;
    }
}
.page-template-page-join .page-width {
    max-width: 1230px;
    margin: auto;
    padding: 0 16px;
}
.page-template-page-join .featured-logos .join-inner-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.page-template-page-join .price-list {
    margin: 46px auto;
}
.page-template-page-join .price-list .wp-block-column {
    margin-bottom: 16px;
}
.page-template-page-join .price-list .join-inner-block {
    border: solid;
    border-width: 1px;
    border-color: #999;
    border-radius: 5px;
    padding: 16px;
}
.page-template-page-join .price-list .featured .join-inner-block {
    border: solid;
    border-width: 3px;
    border-color: #ffb618;
    border-radius: 5px;
    background: rgb(255 182 24 / 0.1);
}
.page-template-page-join .price-list .featured .featured-banner {
    margin: -19px -16px 0 -16px;
    border-radius: 5px 5px 0 0;
}
.page-template-page-join .bottom-lockup {
    margin-bottom: 0;
}
.page-template-page-join .top-lockup {
    margin-top: 0;
}
.page-template-page-join .entry-title {
    display: none;
}
.page-template-page-join .join-story-n-mag-img img {
    max-height: 300px;
}
.page-template-page-join .body-box {
    margin-top: 0;
}
.page-template-page-join .wp-block-image img {
    object-fit: contain;
    -webkit-object-fit: contain;
}
.page-template-page-join .main-header ul {
    display: none;
}
.page-template-page-join .main-header .btn-secondary {
    display: none;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: #fff0;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: var(--iv-font-body), Sans-Serif;
    font-size: 18px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga" on;
}

[class*=" icon-"]:before,
[class^="icon-"]:before {
    /*font-family: icon;*/
    font-style: normal;
    font-weight: 400;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icons {
    vertical-align: middle;
    font-size: 24px;
    display: inline-block;
    margin-top: -1px;
    line-height: 1;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #000;
    text-decoration: none;
    border-bottom: none;
}
a:focus,
a:hover {
    color: var(--iv-color-secondary);
}
a:focus {
    outline: 0;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}
hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #dadada;
}
span {
    display: inline;
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--iv-font-heading), Sans-Serif;
}
h1,
h2,
h3 {
    margin-top: calc(16px / 2);
    margin-bottom: calc(16px / 2);
}
h4,
h5,
h6 {
    margin-top: calc(16px / 3);
    margin-bottom: calc(16px / 3);
}
.h1,
h1 {
    font-size: 36px;
}
.h2,
h2 {
    font-size: 25px;
}
.h3,
h3 {
    font-size: 22px;
}
.h4,
h4 {
    font-size: 20px;
}
.h5,
h5 {
    font-size: 18px;
}
.h6,
h6 {
    font-size: 16px;
}
p {
    font-family: var(--iv-font-heading), Sans-Serif;
}
ul {
    list-style-type: disc;
    line-height: 1.6;
    padding-left: 20px;
}
ul.no-style {
    list-style-type: none;
}
ol {
    margin: 0;
    padding-left: 24px;
    list-style-type: none;
}
ol li {
    counter-increment: step-counter;
    margin-bottom: 10px;
    position: relative;
}
ol li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 95%;
    color: #000;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 50px;
    position: absolute;
    left: -28px;
}
blockquote {
    width: 100%;
    height: auto;
    font-size: 23px;
    line-height: 1.6;
    border-left: 2px solid var(--iv-color-secondary);
    font-style: italic;
    margin-left: 0;
}
.has_featured ul.article-list_item-byline li {
    margin-bottom: 0;
    line-height: 1.6;
}
.has_featured ul.article-list_item-byline li:before {
    display: none;
}
.has_featured ul.article-list_item-byline li:last-child {
    padding-left: 0;
}
.article-content blockquote p {
    /*font-size: calc(32px + 10px);*/
    font-size: 24px;
    margin-left: 10px;
    color: var(--iv-color-secondary);
    line-height: 1.3;
    font-family: var(--iv-font-heading), Sans-Serif;
}
@media (max-width: 1200px) {
    .article-content blockquote p {
        font-size: calc(32px - 4px);
    }
}
@media (max-width: 991px) {
    .article-content blockquote p {
        font-size: calc(18px + 4px);
    }
}
.article-byline-date {
    margin-left: 24px !important;
}
.article-stream .article-box_head {
    font-size: calc(18px + 2px);
}
@media (max-width: 1199px) {
    .article-stream .article-box_head {
        font-size: 16px;
    }
}
.article-author.channel-article-author {
    display: block;
}
.article-author.channel-article-author-box {
    margin: 0;
    display: flex;
    text-align: left;
    align-items: center;
}
@media (max-width: 767px) {
    .article-author.channel-article-author-box {
        flex-wrap: wrap;
        text-align: center;
    }
}
.article-author.channel-article-author-box .author-detail {
    flex: 0 0 200px;
    padding-right: 16px;
}
@media (max-width: 767px) {
    .article-author.channel-article-author-box .author-detail {
        flex: inherit;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .article-author.channel-article-author-box .article-author-bio {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .article-list {
        padding-left: calc(16px + 8px) !important;
        padding-right: calc(16px + 8px);
    }
}
.article-list_item {
    max-width: 1136px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .article-list_item {
        max-width: 912px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .article-list_item {
        max-width: 100%;
        padding-left: 120px;
    }
}
@media (max-width: 767px) {
    .article-list_item {
        max-width: 100%;
        width: 100%;
        padding-left: calc(16px - 1px);
        padding-right: calc(16px - 1px);
    }
}
.accordion,
.alert,
.badge,
.btn,
.close,
.img,
.label,
.progress,
a,
input,
textarea {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flynn-content {
    background-color: #fff8e2;
    border-radius: 10px;
}
.flynn-span:before {
    content: " - ";
    color: #000;
}
.flynn-indicator {
    color: #ffb618;
    font-weight: 800;
}
.body-box {
    margin-top: calc(16px * 5);
}
.body-box.channel-box {
    margin-top: calc(16px * 9);
}
@media (max-width: 767px) {
    .body-box {
        margin-top: calc((16px * 4) + 6px);
    }
}
.display-flex {
    display: flex;
}
._page-brand .body-box {
    margin-top: 84px;
}
.static-title-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 3px solid #e0e0e0;
    padding: 16px 0 0;
    margin-bottom: calc(16px * 2);
}
@media (max-width: 767px) {
    .static-title-section {
        padding: 0 0 calc(16px - 6px);
    }
}
.static-title-section .static-title {
    font-size: calc(32px + 8px);
    margin: 0;
    color: #000;
    font-family: var(--iv-font-heading), Sans-Serif;
    line-height: 1.2;
    padding-bottom: calc(16px + 4px);
}
@media (min-width: 992px) and (max-width: 1199px) {
    .static-title-section .static-title {
        font-size: 32px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .static-title-section .static-title {
        font-size: calc(32px - 4px);
    }
}
@media (max-width: 767px) {
    .static-title-section .static-title {
        font-size: calc(18px + 6px);
        padding-bottom: calc(16px / 2);
    }
}
.static-title-section span {
    color: #000;
    display: block;
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 16px;
}
@media (max-width: 767px) {
    .static-title-section span {
        padding-bottom: calc(16px / 2);
    }
}
.static-title-section select.form-control {
    background-color: #fff0;
    border: none;
    color: #828282;
}
.algolia-autocomplete .aa-suggestion {
    padding: calc(16px / 2) 0;
}
#algolia-autocomplete-listbox-2 {
    max-height: 280px;
    overflow-x: auto;
}
.comp-grid.supported-by-section {
    padding-top: calc(16px * 3);
    background-color: #fff0;
}
@media (min-width: 768px) and (max-width: 991px) {
    .comp-grid.supported-by-section {
        padding-top: calc(16px * 1);
        padding-bottom: 0;
    }
}
@media (max-width: 767px) {
    .comp-grid.supported-by-section {
        padding-top: 16px;
        display: block;
    }
}
.comp-grid.supported-by-section .wrapper {
    padding: 0;
}
.comp-grid .collection-box-title {
    padding-top: 0;
    font-size: 24px;
    font-family: var(--iv-font-body), Sans-Serif;
    font-weight: 400;
}
@media (max-width: 767px) {
    .comp-grid .collection-box-title {
        padding-top: 16px;
        font-size: 18px;
    }
}
.comp-grid .sponsor-list {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: calc(16px * 3) 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
@media (max-width: 767px) {
    .comp-grid .sponsor-list {
        margin: calc(16px * 2) 0 16px;
    }
}
.comp-grid .sponsor-list li {
    padding: 0 calc(16px - 6px) 16px;
}
@media (max-width: 991px) {
    .comp-grid .sponsor-list li {
        padding: 0 16px 16px;
    }
}
@media (max-width: 767px) {
    .comp-grid .sponsor-list li {
        width: auto;
    }
}
.comp-grid .sponsor-list figure {
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.comp-grid .sponsor-list figure img {
    max-height: 85px;
    max-width: 200px;
    height: auto !important;
    image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 767px) {
    .comp-grid .sponsor-list figure img {
        max-height: 70px;
    }
}
.supported-one {
    margin-bottom: calc(16px * 3);
}
.supported-one h3 {
    margin-bottom: 20px;
}
.supported-one.wrapper {
    margin-top: calc(16px * 3);
}
.supported-one.inner-wrapper {
    margin-top: 0;
}
.supported-one .sponsor-list {
    margin: 0;
}
.supported-one .sponsor-list li {
    width: auto;
    padding-bottom: 0;
}
b,
strong {
    font-weight: 700;
}
.channel-article-list .article-list_item-content p {
    color: #000;
}
@media (max-width: 767px) {
    .channel-article-list .article-list_item-content p {
        margin-top: 0;
    }
}
@media (min-width: 1232px) {
    .inner-wrapper {
        max-width: 1232px;
        margin-left: auto;
        margin-right: auto;
    }
}
.custom-width-section .static-title-section {
    max-width: 1136px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .custom-width-section .static-title-section {
        max-width: 912px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .custom-width-section .static-title-section {
        max-width: 94%;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .custom-width-section .static-title-section {
        max-width: 95%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        align-items: center;
    }
}
.custom-width-section .snippet-article {
    max-width: 1151px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .custom-width-section .snippet-article {
        max-width: 912px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .custom-width-section .snippet-article {
        max-width: 100%;
        padding-left: calc(16px + 1px);
        padding-right: calc(16px + 1px);
    }
}
@media (max-width: 767px) {
    .custom-width-section .snippet-article {
        max-width: 100%;
        padding-left: calc(16px - 1px);
        padding-right: calc(16px - 1px);
    }
}
@media (max-width: 767px) {
    .custom-width-section .snippet-article_post {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
.mt16 {
    margin-top: 16px;
}
.mb16 {
    margin-bottom: 16px;
}
.margin-top-sm {
    margin-top: calc(16px * 2) !important;
}
.margin-top-lg {
    margin-top: calc(16px * 3) !important;
}
.nopost {
    min-height: 35vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px) {
    .nopost {
        min-height: 40vh;
    }
}
@media (max-width: 767px) {
    .nopost {
        min-height: inherit;
    }
}
.nopost h1 {
    margin: 0;
    padding: 0;
    font-size: 36px;
    color: #000;
    text-align: center;
}
@media (max-width: 767px) {
    .nopost h1 {
        font-size: 18px+9px;
        padding-bottom: 16px;
    }
}
@media (max-width: 767px) {
    .inplace-article {
        max-width: 100%;
    }
}
.comp-grid .sponsor-list li:only-child img {
    max-width: 300px;
}
body.page-template-default .body-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
    padding-right: 48px;
    padding-left: 48px;
    padding-bottom: 48px;
}
@media (max-width: 768px) {
    body.page-template .body-box {
        margin-left: auto;
        margin-right: auto;
        width: auto;
        padding-right: 0;
        padding-left: 0;
    }
}
@media (max-width: 768px) {
    .main-header [class*="col-lg-4"] {
        padding-right: 0;
    }
    .main-header .col-lg-4.col-sm-4.col-md-4.col-xs-4.text-right {
        display: flex;
        align-items: center;
        padding-right: 15px;
        position: absolute;
        left: calc(100% - 120px);
    }
}
.wp-site-blocks > .main-body {
    margin-block-start: 0;
}
.page-id-309542 h1.entry-title {
    display: none;
}
.page-id-309542 .full-width-body {
    margin-top: 30px;
}
body.woocommerce-shop [data-template="archive-product"] {
    margin-top: 30px;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    min-width: 150px;
    min-height: 50px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #fff0;
    background-color: #fff0;
    white-space: nowrap;
    user-select: none;
    appearance: none;
    position: relative;
    font-family: var(--iv-font-body), Sans-Serif;
    letter-spacing: normal;
    text-transform: capitalize;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 0.24);
    word-spacing: 0.3;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}
.btn.focus,
.btn:focus,
.btn:hover {
    text-decoration: none;
}
.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 0.125) 0 3px #4d4d4d;
    -moz-box-shadow: inset 0 3px 5px rgb(0 0 0 / 0.125) 0 3px #4d4d4d;
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 0.125) 0 3px #4d4d4d;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    background-color: #b8bbbe;
    color: #fff;
    border-color: #b8bbbe;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.8;
    -webkit-box-shadow: none 0 3px #4d4d4d;
    -moz-box-shadow: none 0 3px #4d4d4d;
    box-shadow: none 0 3px #4d4d4d;
}
.btn-small {
    min-width: 120px;
    min-height: 40px;
    padding: 6px 16px;
    font-size: calc(18px + 2px);
    line-height: 1;
    border-radius: 4px;
}
.btn-xsmall {
    min-width: 60px;
    min-height: 40px;
    line-height: 1;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 4px;
}
.btn-pill {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.btn-primary {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    opacity: 1;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
    background-color: #000;
    border: 1px solid #000;
}
.btn-primary:focus {
    color: #fff;
}
.btn-primary .badge {
    color: #000;
    background-color: #fff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #fead00;
    border: 1px solid #fead00;
}
.btn-primary:hover:hover,
.open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #cb8b00;
    border: 1px solid #cb8b00;
    opacity: 1;
}
.btn-primary:hover.active,
.btn-primary:hover:active,
.open > .dropdown-toggle.btn-primary:hover {
    background-image: none;
    background-color: #fead00;
    border: 1px solid #fead00;
}
.btn-primary:hover:focus {
    color: #fff;
}
.btn-primary:hover .badge {
    color: #fead00;
    background-color: #fff;
}
.btn-secondary {
    color: #fff;
    background-color: var(--iv-color-secondary);
    border: 1px solid var(--iv-color-secondary);
}
.btn-secondary:hover,
.open > .dropdown-toggle.btn-secondary {
    color: #fff;
    background-color: var(--iv-color-secondary);
    border: 1px solid var(--iv-color-secondary);
    opacity: 1;
}
.btn-secondary.active,
.btn-secondary:active,
.open > .dropdown-toggle.btn-secondary {
    background-image: none;
    background-color: var(--iv-color-secondary);
    border: 1px solid var(--iv-color-secondary);
}
.btn-secondary:focus {
    color: #fff;
}
.btn-secondary .badge {
    color: var(--iv-color-secondary);
    background-color: #fff;
}
.btn-light {
    color: #333;
    background-color: #666;
    border: 1px solid #666;
}
.btn-light:hover,
.open > .dropdown-toggle.btn-light {
    color: #fff;
    background-color: #4d4d4d;
    border: 1px solid #4d4d4d;
    opacity: 1;
}
.btn-light.active,
.btn-light:active,
.open > .dropdown-toggle.btn-light {
    background-image: none;
    background-color: #666;
    border: 1px solid #666;
}
.btn-light:focus {
    color: #333;
}
.btn-light .badge {
    color: #666;
    background-color: #333;
}
.btn-light:hover {
    color: #000;
}
.btn-input {
    height: 50px;
}
.btn-icon {
    min-width: 48px;
    min-height: auto;
    padding: 0;
    box-shadow: none;
}
.btn-icon * {
    vertical-align: middle;
}
.btn-icon-dark-2 {
    color: #222;
}
.btn-icon-primary {
    color: #ffb618;
}
.btn-link {
    color: #1089ff;
    font-weight: 400;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: #fff0;
    -webkit-box-shadow: none 0 3px #4d4d4d;
    -moz-box-shadow: none 0 3px #4d4d4d;
    box-shadow: none 0 3px #4d4d4d;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: #fff0;
}
.btn-link:focus,
.btn-link:hover {
    color: #0056a9;
    text-decoration: none;
    background-color: #fff0;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #b8bbbe;
    text-decoration: none;
}
.btn-link.white {
    color: #000;
}
.btn-link.white:hover {
    background-color: #fff0;
    border: 1px solid #fff0;
}
.btn-large,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 4px;
}
.btn-extra-small,
.btn-xs {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: calc(16px / 3);
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.comp-grid {
    background-color: #fff;
    padding: 16px;
    display: flex;
    flex-direction: column;
}
.comp-grid.full {
    width: 100%;
    width: 100vw;
    max-width: 100%;
}
.u-ad-box {
    width: 970px;
    height: 250px;
    background-color: #e0e0e0;
    align-self: center;
}
.main-content {
    padding-top: 62px;
}
.featured-channel-wrap {
    margin-bottom: calc(16px * 2);
}
.featured-mini-thumb-wrap {
    padding-top: 4px;
}
.featured-channel-wrap + .featured-mini-thumb-wrap {
    border-top: 1px solid #e0e0e0;
}
.featured-channel-thumb {
    margin-top: calc(16px * 2);
    display: flex;
    align-items: center;
}
.featured-channel-thumb.mini-thumb {
    margin-top: calc(16px * 2 / 4);
}
.featured-channel-thumb.mini-thumb .channel-thumb-img {
    width: 56px;
}
.featured-channel-thumb.mini-thumb .channel-thumb-avatar {
    position: relative;
    border: none;
    bottom: inherit;
    right: inherit;
}
.featured-channel-thumb.mini-thumb .channel-thumb-details {
    width: calc(100% - 76px);
    padding-left: calc(16px - 2px);
}
.featured-channel-thumb.mini-thumb .channel-thumb-title {
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 14px;
    color: #222;
    line-height: 1.3;
}
.channel-thumb-img {
    position: relative;
    width: 120px;
    float: left;
    display: inline-block;
}
.channel-thumb-main {
    height: 164px;
    width: 120px;
    border-radius: 4px;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}
.channel-thumb-avatar {
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 56px;
    height: 56px;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    border: 2px solid #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.channel-thumb-details {
    display: inline-block;
    width: calc(100% - 120px);
    padding-left: calc(16px * 2);
}
.channel-thumb-logo {
    max-height: calc(16px - 4px);
}
.channel-thumb-title {
    color: #000;
    font-weight: 600;
    margin-top: calc(16px * 2);
    margin-bottom: calc(16px - 4px);
    line-height: 1.3;
}
.channel-thumb-stamp {
    color: #666;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: calc(16px / 2);
}
.article-gallery-wrapper {
    padding-top: calc(16px * 2 / 2);
    padding-bottom: calc((16px * 2) - (16px / 4));
}
.article-gallery-title {
    color: #000;
}
.article-gallery-desc {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    margin-bottom: calc(16px + 4px);
    color: #999;
}
.article-gallery-stamp {
    position: relative;
    margin-top: 0;
    margin-bottom: calc(16px * 2 / 2);
}
.article-gallery-stamp li {
    display: inline-block;
    padding-left: calc(16px - 4px);
    padding-right: calc(16px - 4px);
    font-size: 14px;
    color: #999;
    position: relative;
}
.article-gallery-stamp li + li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50px;
    position: absolute;
    left: -4px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #c4c4c4;
}
.article-gallery-stamp li:first-child {
    padding-left: 0;
}
.article-gallery-stamp .article-gallery-type {
    font-weight: 700;
    text-transform: uppercase;
}
.btn-view-article {
    background-color: rgb(255 206 0 / 0.1);
    border: 1px solid #ffce00;
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(16px / 2) 15px;
    min-height: 32px;
}
.article-gallery-right-box {
    border-left: 1px solid #d6d8db;
    height: 100%;
}
.article-gallery-mini-box {
    padding-left: calc(16px * 2);
    padding-bottom: 16px;
}
.article-gallery-mini-item {
    margin-bottom: 16px;
}
.article-gallery-mini-item .article-gallery-title {
    display: inline-block;
    width: calc(100% - 146px);
    font-size: 16px;
    margin-bottom: 0;
}
.article-gallery-mini-item img {
    max-height: 72px;
    float: right;
    border-radius: 3px;
}
.article-gallery-img {
    border-radius: 3px;
}
.article-gallery-ft-box .article-gallery-title {
    margin-top: calc(16px - 2px);
    color: #000;
}
.top-newsletter-box {
    padding-left: calc(16px * 2);
    padding-top: 16px;
    border-top: 1px solid #d6d8db;
}
.top-newsletter-box .news-box-head {
    margin-bottom: 16px;
    font-family: var(--iv-font-heading), Sans-Serif;
    color: #000;
}
.top-newsletter-form {
    position: relative;
}
.top-newsletter-form .btn-icon {
    position: absolute;
    right: 4px;
    top: 4px;
    background-color: #ffb618;
    height: 42px;
}
.top-newsletter-form .btn-icon:hover {
    background-color: #ffc64b;
}
.top-newsletter-form label {
    margin-top: calc(16px / 2);
    color: #333;
    display: block;
    line-height: 1.35;
}
.article-collection {
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    background-color: #f3f3f3;
    padding: calc(16px + 2) 0 calc(16px * 2);
    overflow: hidden;
}
.article-collection-head {
    margin-bottom: calc(16px + calc(16px / 4));
}
.article-collection-title {
    color: #666;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}
.article-collection-carousel {
    margin-left: -16px;
    margin-right: -16px;
}
.article-collection-item {
    cursor: pointer;
}
.slick-slide {
    margin-left: 16px;
    margin-right: 16px;
}
.article-arrows-wrap {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: flex-end;
    margin-bottom: 0;
    margin-top: 0;
}
.article-arrows-wrap .slick-arrow {
    cursor: pointer;
}
.article-arrows-wrap .slick-arrow.slick-disabled {
    opacity: 0.6;
}
.article-arrows-wrap .arrow-prev + .arrow-next {
    padding-left: calc(16px - 4px);
}
.article-fea-collection-wrap {
    position: absolute;
    transform: translateY(100%);
    padding: calc(16px / 2) 0 0;
}
.article-fea-collection-wrap.show {
    position: relative;
    transform: translateY(0);
}
.article-fea-collection-head ._head-col-right ._head-col-img img {
    max-height: 98px;
}
.article-fea-collection-head ._head-col-right ._head-col-details {
    padding-left: calc(16px + 2px);
}
.article-fea-collection-head
    ._head-col-right
    ._head-col-details
    ._head-col-title {
    font-size: calc(18px + 2px);
    color: #666;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 16px;
}
.article-fea-collection-head
    ._head-col-right
    ._head-col-details
    ._head-col-fea-count {
    color: #222;
    margin-top: 0;
    margin-bottom: calc(16px / 4);
    line-height: 1.3;
}
.article-fea-collection-head
    ._head-col-right
    ._head-col-details
    ._head-col-info {
    color: #222;
    font-size: 14px;
    font-style: italic;
    margin: 0;
}
.article-fea-collection-carousel .slick-list {
    padding-top: calc(16px * 3);
    padding-bottom: calc(16px * 2);
    padding-left: 24px;
    padding-right: 5%;
}
.article-fea-collection-outer {
    margin-left: -30px;
    margin-right: -30px;
}
.article-fea-col {
    transition: all 0.3s ease-in-out;
    transform: scale(1);
    margin-left: calc(16px / 2);
    margin-right: calc(16px / 2);
    cursor: pointer;
}
.article-fea-col:hover {
    transform: scale(1.05);
}
.article-fea-col:hover .collection-overlay {
    visibility: hidden;
}
.article-fea-col:hover .article-fea-slide-details {
    transform: translateY(0);
}
.article-fea-col:hover progress {
    transform: translateY(0);
    margin-top: 16px;
}
.article-fea-inner {
    position: relative;
    overflow: hidden;
}
.article-fea-inner .article-fea-img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 9px;
}
.article-fea-inner .collection-overlay {
    background-color: rgb(196 196 196 / 0.4);
    transition: all 0.1s ease-in-out;
}
.article-fea-slide-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 calc(16px + 4px) 0;
}
.article-fea-slide-content progress {
    transform: translateY(-100%);
    transition: all 0.5s ease-in-out;
}
.article-fea-slide-content .article-fea-slide-details {
    transform: translateY(100%);
    transition: all 0.5s ease-in-out;
    padding-bottom: 16px;
}
.article-fea-slide-content .article-fea-slide-details h3 {
    color: #fff;
    font-size: calc(16px + 2px);
    margin-bottom: calc(16px + 2px);
}
.sticky-footer {
    background-color: #fff;
    padding: calc(16px / 8) 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    width: 100vw;
    z-index: 30;
    min-height: 71px;
}
.u-newsletter-btn {
    margin-left: calc(16px / 8);
}
.newsletter-form {
    margin-left: calc(16px / 8);
}
.footer-ad {
    width: 320px;
    height: 50px;
    float: right;
}
.site-footer {
    margin-top: 20px;
    background-color: #000;
    padding: 45px 0 20px;
    font-size: 16px;
    line-height: 24px;
    color: #ccc;
}
.site-footer hr {
    border-top-color: #e0e0e0;
    opacity: 0.5;
}
.site-footer hr.small {
    margin: 20px 0;
}
.site-footer h2 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: calc(16px / 8);
    letter-spacing: 2px;
}
.site-footer p {
    font-family: var(--iv-font-body), Sans-Serif;
}
.site-footer a {
    color: #828282;
}
.site-footer a:hover {
    text-decoration: none;
    color: #ffb618;
}
.footer-links {
    padding-left: 0;
    list-style: none;
}
.footer-links li {
    display: block;
}
.footer-links a {
    color: #ccc;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #ffb618;
    text-decoration: none;
}
.footer-links.inline li {
    display: inline-block;
}
.site-footer .social-icons {
    text-align: left;
    margin-top: 20px;
    display: flex;
}
.site-footer .social-icons a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-left: 0;
    margin-right: 6px;
    border-radius: 7px;
    border: 1px solid #ccc;
    background-color: #fff0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.copyright-text {
    text-align: right;
}
@media (max-width: 991px) {
    .copyright-text {
        margin: 0 0 calc(16px * 4);
        text-align: center;
    }
}
@media (max-width: 767px) {
    .copyright-text {
        margin: 0 0 calc(16px - 16px / 8) 0;
    }
}
.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.social-icons li {
    display: inline-block;
    margin-bottom: 4px;
}
.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px;
}
.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
}
.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px;
}
.social-icons a.facebook:hover {
    background-color: #3b5998;
}
.social-icons a.twitter:hover {
    background-color: #00aced;
}
.social-icons a.linkedin:hover {
    background-color: #007bb6;
}
.social-icons a.dribbble:hover {
    background-color: #ea4c89;
}
@media (max-width: 767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600;
    }
}
input[type="checkbox"],
input[type="radio"] {
    position: relative;
    width: 24px;
    cursor: pointer;
    display: inline-block;
}
.search-wrapper__form input[type="search"] {
    width: 100%;
}
input[type="radio"] + label {
    position: relative;
    display: block;
    cursor: pointer;
    margin: calc(16px / 2);
    font-weight: 400;
    color: #333;
}
input[type="radio"] + label:after,
input[type="radio"] + label:before {
    content: "";
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input[type="radio"] + label:before {
    position: relative;
    display: block;
    float: left;
    margin-right: calc(16px / 3);
    background-color: #fff0;
    width: 16px;
    height: 16px;
    border: 1px solid #666;
}
input[type="radio"] + label:after {
    position: absolute;
    width: calc(16px - 16px / 4);
    height: calc(16px - 16px / 4);
    top: calc((16px / 4) - 1px);
    left: calc((16px / 4) - 1px);
    visibility: hidden;
    opacity: 0;
    background-color: #ffb618;
    transform: scale(0);
}
input[type="radio"]:focus + label:before,
input[type="radio"]:hover + label:before {
    transform: scale(1.2);
}
input[type="radio"]:checked + label:after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input[type="radio"]:checked + label:before {
    transform: scale(1);
    border-color: #ffb618;
}
label {
    font-size: 12px;
    color: #000;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
textarea {
    width: 100%;
    height: 50px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    border: 1px solid #b8bbbe;
    padding: calc(16px / 2) 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #666;
    opacity: 1;
}
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #666;
}
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #666;
}
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
textarea:hover {
    border-color: #222;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
textarea:focus {
    border-color: var(--iv-color-secondary);
    color: #000;
    outline: 0;
}
input[type="email"].small-form,
input[type="number"].small-form,
input[type="password"].small-form,
input[type="search"].small-form,
input[type="tel"].small-form,
input[type="text"].small-form,
textarea.small-form {
    width: 100%;
    height: 40px;
}
.input-state {
    position: relative;
    margin-top: calc(16px * 2 / 2);
}
.input-state .input {
    border: 1px solid #666;
}
.input-state::before {
    position: absolute;
    font-weight: 400;
    font-size: 11px;
    top: -16px;
    left: 0;
    text-align: left;
}
.input-state + .btn {
    margin-top: 16px;
}
textarea {
    min-height: 100px;
    height: auto;
    resize: none;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: 0;
}
output {
    display: block;
    padding-top: 7;
    font-size: 16px;
    line-height: 1.42857143;
    color: #fff;
}
.checkbox-input ~ input {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
}
.checkbox-input:checked ~ input {
    width: 100%;
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
#frm_form_7_container {
    max-width: 300px;
}
#form_newsletter-signup-embedded .frm_fields_container {
    border: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#form_newsletter-signup-embedded .frm_form_field {
    margin-bottom: 0;
}
#form_newsletter-signup-embedded .frm_form_field input {
    border: 0;
    font-family: var(--iv-font-heading), Sans-Serif;
    color: #666;
}
#form_newsletter-signup-embedded .frm_form_field label {
    display: none;
}
#form_newsletter-signup-embedded .frm_submit:before {
    display: none;
}
#form_newsletter-signup-embedded .frm_submit .frm_button_submit {
    background: 0 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    border: 0;
    box-shadow: none;
    font-family: var(--iv-font-heading), Sans-Serif;
    position: relative;
}
#form_newsletter-signup-embedded .frm_submit .frm_button_submit:after {
    position: absolute;
    left: -10px;
    top: 6px;
    content: "";
    height: calc(100% - 12px);
    width: 1px;
    border: 1px dashed #b8bbbe;
}
.container,
.wrapper {
    width: 100%;
    padding-right: calc(16px * 3);
    padding-left: calc(16px * 3);
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
}
.min-wrapper {
    max-width: 850px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-width: 1600px) {
    .min-wrapper {
        max-width: 1000px;
    }
}
@media (max-width: 767px) {
    .container,
    .wrapper {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 767px + 1) and (max-width: 1024px) {
    .container,
    .wrapper {
        max-width: 767px;
        padding-left: calc(16px * 2 / 2);
        padding-right: calc(16px * 2 / 2);
    }
}
@media (min-width: 1024px + 1) and (max-width: 1200px) {
    .container,
    .wrapper {
        max-width: 1024px;
        padding-left: calc(16px * 2);
        padding-right: calc(16px * 2);
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (max-width: 575px) {
    .hidden-xs {
        opacity: 0;
        display: none;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}
.brand-header,
.main-header {
    background-color: #fff;
    padding: calc(16px / 2) 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 30;
    box-shadow: 0 5px 17px rgb(0 0 0 / 0.03);
}
@media (max-width: 767px) {
    .brand-header,
    .main-header {
        padding: calc(16px / 2) 0;
        /* height: 55px; */
    }
}
@media print {
    .brand-header,
    .main-header {
        display: none;
    }
}
.brand-header .icons8-search,
.main-header .icons8-search {
    vertical-align: bottom;
}
.brand-header .action-header-list,
.main-header .action-header-list {
    margin: 0;
    padding: 6px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    margin-right: calc(16px / 2);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .brand-header .action-header-list,
    .main-header .action-header-list {
        padding: 2px;
    }
}
.brand-header .action-header-list:last-child,
.main-header .action-header-list:last-child {
    margin-right: 0;
}
.brand-header .action-header-list:hover,
.main-header .action-header-list:hover {
    border: 1px solid #ccc;
}
.brand-header-placeholder,
.main-header-placeholder {
    height: 65px;
    width: 100%;
}
.main-logo {
    display: flex;
    flex-direction: column;
    padding-top: calc(16px / 4);
    padding-bottom: calc(16px / 4);
}
.main-logo img {
    max-height: calc(16px * 4);
    width: auto;
}
.ext-header-list a,
.header-list li a,
.icons8-search,
.secton-hot-top-list a,
.user-account {
    cursor: pointer;
    color: #999;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ext-header-list a:hover,
.header-list li a:hover,
.icons8-search:hover,
.secton-hot-top-list a:hover,
.user-account:hover {
    color: #000;
}
.header-collapse {
    display: none;
    position: fixed;
    height: 80vh;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 70px;
    padding: calc(16px * 2) calc(16px * 1.5) calc(16px * 6);
    box-shadow: 0 5px 17px rgb(0 0 0 / 0.03);
}
.header-collapse::-webkit-scrollbar {
    display: none;
}
.header-collapse-inner {
    height: 100%;
}
.nav-tabs-inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * (16px + 2px));
    margin-right: calc(-1 * (16px + 2px));
}
.search-collapse {
    display: none;
    background-color: #f3f3f3;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 40;
}
.search-collapse .btn-search-close {
    font-size: calc(18px + 2px);
    color: #000;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    height: auto;
    min-height: auto;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .search-collapse .btn-search-close {
        right: 20px;
    }
}
.search-collapse .btn-search-close span {
    padding-right: calc(16px / 2);
    font-size: 16px;
    color: #000;
    font-family: var(--iv-font-body), Sans-Serif;
    font-weight: 700;
    text-transform: uppercase;
}
.search-collapse .btn-search-close:hover {
    color: #000;
}
.search-collapse .main-logo {
    padding-top: 12px;
}
.search-inp-wrap {
    max-width: 1059px;
    margin: 221px auto;
    position: relative;
}
.search-inp-wrap .form-control {
    font-size: calc(18px + 4px);
    font-weight: 400;
    height: 96px;
    background-color: #fff;
    border-color: #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
@media (max-width: 767px) {
    .search-inp-wrap .form-control {
        height: 54px;
        font-size: 18px;
    }
}
.search-inp-wrap .form-control::placeholder {
    color: #ccc;
}
.search-inp-wrap .search-submit {
    border: none;
    background-color: #fff0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
    height: 40px;
    cursor: pointer;
    z-index: 10;
}
@media (max-width: 767px) {
    .search-inp-wrap .search-submit {
        right: 10px;
        height: 30px;
    }
}
.search-inp-wrap .icon-search {
    margin: auto;
    height: 32px;
}
@media (max-width: 767px) {
    .search-inp-wrap .icon-search {
        height: 30px;
    }
}
.header-links-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
.header-links {
    list-style: none;
    padding-left: 0;
}
.header-links li {
    padding-bottom: calc(16px - 4px);
}
.header-links li a {
    color: #000;
    text-transform: uppercase;
}
.brand-header {
    background-color: #fff;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.05);
    top: 56px;
    height: 56px;
    z-index: 10;
}
.brand-header img {
    max-height: calc(16px * 3);
    margin-top: calc(-1 * (calc(16px / 4)));
}
.brand-header .channel-img {
    margin-top: 10px;
    max-height: 12px;
}
.brand-header .channel-explore {
    margin-top: calc(16px / 2);
}
.brand-1 .brand-header {
    border-bottom: 2px solid #1da1f2;
}
.header-links {
    padding: 0 15px;
    display: inline-grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, 30px);
    grid-gap: 30px;
    width: 100%;
}
@media (min-width: 1200px) and (max-width: 1660px) {
    .header-links {
        grid-template-rows: repeat(5, 25px);
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .header-links {
        grid-template-rows: repeat(6, 30px);
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .header-links {
        grid-template-rows: repeat(7, 30px);
    }
}
@media (max-width: 767px) {
    .header-links {
        display: block;
        grid-template-rows: inherit;
    }
}
.header-links li {
    padding: 0 15px 30px;
}
.header-menu {
    height: 40px;
    width: 40px;
}
@media (max-width: 767px) {
    .header-menu {
        height: 33px;
        width: 35px;
    }
}
.header-menu .menu-button {
    height: 16px;
    width: 22px;
    position: relative;
    top: 5px;
    left: 2px;
}
.header-menu .menu-button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 18px;
    background: #000;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-menu .menu-button span:first-child {
    top: 0;
}
.header-menu .menu-button span:nth-child(2) {
    top: 7px;
    width: 25px;
}
.header-menu .menu-button span:nth-child(3) {
    top: 14px;
}
.header-menu .menu-button.open span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
    left: 2px;
    width: 20px;
}
.header-menu .menu-button.open span:nth-child(2) {
    width: 0%;
}
.header-menu .menu-button.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
    left: 2px;
    width: 20px;
}
.menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff0;
    opacity: 0;
    visibility: hidden;
}
.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}
.channel-header.main-header {
    background-color: #0094c5;
}
.channel-header.main-header .btn-secondary.btn-pill {
    box-shadow: none;
    border: 1px solid rgb(0 0 0 / 0.25);
}
.channel-header.main-header .action-header-list {
    border: 1px solid rgb(0 0 0 / 0.4);
}
.channel-header.main-header .channel-img {
    display: none;
    transition: all 0.3s ease-in-out;
}
.channel-header.main-header.show .brand-header {
    visibility: hidden;
    opacity: 0;
}
.channel-header.main-header.show .main-logo {
    display: none;
    transition: all 0.3s ease-in-out;
}
.channel-header.main-header.show .main-logo.align-items-center {
    display: block;
    text-align: center;
}
.channel-header.main-header.show .channel-img {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.channel-header .brand-header {
    background-color: #0094c5;
    visibility: visible;
    opacity: 1;
    border-bottom: none;
    box-shadow: none;
}
.channel-header .brand-header .channel-explore {
    color: #fff;
}
.channel-header .brand-header img {
    margin-top: 0;
}
.channel-header .brand-header .channel-img {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
#brand-logo {
    height: 42px;
    overflow: hidden;
}
@media (max-width: 767px) {
    #brand-logo {
        height: 30px;
    }
}
.brand-header.channel-brand-header {
    opacity: 1;
    visibility: visible;
    border-bottom: none;
}
.brand-header.channel-brand-header .channel-explore img {
    margin-left: 16px/2;
}
.brand-header.channel-brand-header img {
    margin-top: 0;
    max-height: 40px;
}
@media (max-width: 767px) {
    .brand-header.channel-brand-header img {
        max-height: 30px;
    }
}
.brand-header.hide-header {
    background-color: #fff0;
    box-shadow: none;
    z-index: 30;
}
.brand-header.hide-header .brand-logo-section {
    display: none;
}
.brand-header.hide-header .explore-channel-section {
    display: none;
}
.brand-header.hide-header .channel-logo-section {
    position: fixed;
    width: 400px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    height: 58px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
@media (max-width: 767px) {
    .brand-header.hide-header .channel-logo-section {
        padding-right: calc(16px * 2);
    }
}
body.stop-scroll {
    overflow-y: hidden;
}
.home-menu,
.search-menu {
    height: 40px;
    width: 40px;
    line-height: 1.1;
}
.main-header .action-header-list.home-menu {
    padding: 0;
}
.main-header .action-header-list.home-menu a {
    padding: 6px;
    display: block;
}
.main-header .action-header-list img {
    height: auto;
    width: auto;
}
.algolia-autocomplete img[src="https://static.nautil.us/"]
{
    background: #ccc;
    width: 30px;
    height: 30px;
    display: none;
    visibility: none;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.main-header .btn-pill {
    border-radius: 0;
    box-shadow: none;
}
@media (min-width: 1200px) {
    .main-header .btn-pill {
        padding: calc(16px / 2) calc(16px + 10px);
    }
}
@media (max-width: 767px) {
    .main-header .btn-pill {
        font-size: calc(18px - 1px);
        padding: 4px calc(16px - 1px);
        min-height: 29px;
        height: 29px;
    }
}
.main-header .header-login-btn {
    text-transform: none;
}
.channel-header-para {
    position: relative;
    left: auto;
    width: 100%;
    top: auto;
    padding: 12px 0;
    height: 86px;
    display: flex;
    align-items: center;
    background: #2f64ed;
    background: -moz-linear-gradient(top, #2f64ed 0, #fff 100%);
    background: -webkit-linear-gradient(top, #2f64ed 0, #fff 100%);
    background: linear-gradient(to bottom, #2f64ed 0, #fff 100%);
}
@media (max-width: 767px) {
    .channel-header-para {
        padding: 20px 0;
    }
}
.channel-header-para p {
    color: #fff;
    text-shadow: 0 0 3px #333;
    font-size: calc(18px + 4px);
    font-style: italic;
    font-weight: 600;
    margin: 0;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 767px) {
    .channel-header-para p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .channel-header-para p br {
        display: none;
    }
}
.tax-channels .main-logo img {
    display: none;
}
.tax-channels .channel-logo-section {
    position: fixed;
    left: 0;
    right: 0;
    width: 300px;
    text-align: center;
    top: 0;
    margin: auto;
    z-index: 30;
    height: 58px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.tax-channels .channel-logo-section a {
    font-size: 0;
}
@media (max-width: 767px) {
    .tax-channels .channel-logo-section {
        left: 50px;
        right: 100px;
        width: 170px;
        height: 48px;
    }
}
.tax-channels .channel-logo-section img {
    max-height: 50px;
}
.algolia-autocomplete img {
    position: relative;
    vertical-align: text-bottom;
}
.algolia-autocomplete img[src=""],.algolia-autocomplete img[src="https://assets.nautil.us/"]
{
    color: #fff0;
    text-indent: -100%;
}
.algolia-autocomplete img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 32px;
    background-color: #cecece;
    background-image: url(https://assets.nautil.us/sites/3/nautilus/gU43FJG0-default_img.png?auto=format&w=100&h=100&fit=crop);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: currentColor;
    text-align: center;
    display: block;
    width: 32px;
    height: 32px;
    overflow: hidden;
}
.icon-activity:before {
    content: "\e800";
}
.icon-alert-triangle:before {
    content: "\e802";
}
.icon-arrow-back:before {
    content: "\e804";
}
.icon-arrow-circle-down:before {
    content: "\e805";
}
.icon-arrow-circle-left:before {
    content: "\e806";
}
.icon-arrow-circle-right:before {
    content: "\e807";
}
.icon-arrow-circle-up:before {
    content: "\e808";
}
.icon-arrow-downward:before {
    content: "\e80a";
}
.icon-arrow-forward:before {
    content: "\e80b";
}
.icon-arrow-upward:before {
    content: "\e813";
}
.icon-at:before {
    content: "\e818";
}
.icon-attach:before {
    content: "\e81a";
}
.icon-bell-off:before {
    content: "\e821";
}
.icon-bell:before {
    content: "\e822";
}
.icon-book-open:before {
    content: "\e824";
}
.icon-book:before {
    content: "\e825";
}
.icon-bookmark:before {
    content: "\e826";
}
.icon-browser:before {
    content: "\e828";
}
.icon-calendar:before {
    content: "\e82b";
}
.icon-camera:before {
    content: "\e82c";
}
.icon-cast:before {
    content: "\e82e";
}
.icon-checkmark-circle-2:before {
    content: "\e830";
}
.icon-checkmark-circle:before {
    content: "\e831";
}
.icon-chevron-down:before {
    content: "\e835";
}
.icon-chevron-left:before {
    content: "\e836";
}
.icon-chevron-right:before {
    content: "\e837";
}
.icon-chevron-up:before {
    content: "\e838";
}
.icon-clipboard:before {
    content: "\e839";
}
.icon-clock:before {
    content: "\e83a";
}
.icon-close-circle:before {
    content: "\e83b";
}
.icon-close:before {
    content: "\e83c";
}
.icon-cloud-download:before {
    content: "\e83e";
}
.icon-cloud-upload:before {
    content: "\e83f";
}
.icon-color-palette:before {
    content: "\e843";
}
.icon-color-picker:before {
    content: "\e844";
}
.icon-compass:before {
    content: "\e845";
}
.icon-copy:before {
    content: "\e846";
}
.icon-credit-card:before {
    content: "\e84f";
}
.icon-crop:before {
    content: "\e850";
}
.icon-cube:before {
    content: "\e851";
}
.icon-diagonal-arrow-left-down:before {
    content: "\e852";
}
.icon-diagonal-arrow-left-up:before {
    content: "\e853";
}
.icon-diagonal-arrow-right-down:before {
    content: "\e854";
}
.icon-diagonal-arrow-right-up:before {
    content: "\e855";
}
.icon-droplet:before {
    content: "\e859";
}
.icon-edit-2:before {
    content: "\e85a";
}
.icon-edit:before {
    content: "\e85b";
}
.icon-email:before {
    content: "\e85c";
}
.icon-expand:before {
    content: "\e85d";
}
.icon-external-link:before {
    content: "\e85e";
}
.icon-eye-off-2:before {
    content: "\e85f";
}
.icon-eye-off:before {
    content: "\e860";
}
.icon-eye:before {
    content: "\e861";
}
.icon-facebook:before {
    content: "\e862";
}
.icon-file-add:before {
    content: "\e863";
}
.icon-file-text:before {
    content: "\e866";
}
.icon-flag:before {
    content: "\e868";
}
.icon-flash-off:before {
    content: "\e869";
}
.icon-flash:before {
    content: "\e86a";
}
.icon-flip-2:before {
    content: "\e86b";
}
.icon-folder:before {
    content: "\e86e";
}
.icon-gift:before {
    content: "\e871";
}
.icon-github:before {
    content: "\e872";
}
.icon-globe-2:before {
    content: "\e873";
}
.icon-globe:before {
    content: "\e874";
}
.icon-google:before {
    content: "\e875";
}
.icon-grid:before {
    content: "\e876";
}
.icon-hash:before {
    content: "\e878";
}
.icon-headphones:before {
    content: "\e879";
}
.icon-heart:before {
    content: "\e87a";
}
.icon-home:before {
    content: "\e87b";
}
.icon-image:before {
    content: "\e87c";
}
.icon-keypad:before {
    content: "\e87f";
}
.icon-layers:before {
    content: "\e880";
}
.icon-link-2:before {
    content: "\e882";
}
.icon-linkedin:before {
    content: "\e884";
}
.icon-loader:before {
    content: "\e886";
}
.icon-lock:before {
    content: "\e887";
}
.icon-log-in:before {
    content: "\e888";
}
.icon-log-out:before {
    content: "\e889";
}
.icon-maximize:before {
    content: "\e88b";
}
.icon-message-circle:before {
    content: "\e88f";
}
.icon-message-square:before {
    content: "\e890";
}
.icon-mic-off:before {
    content: "\e891";
}
.icon-mic:before {
    content: "\e892";
}
.icon-minimize:before {
    content: "\e893";
}
.icon-minus-circle:before {
    content: "\e894";
}
.icon-monitor:before {
    content: "\e897";
}
.icon-moon:before {
    content: "\e898";
}
.icon-move:before {
    content: "\e89b";
}
.icon-music:before {
    content: "\e89c";
}
.icon-navigation-2:before {
    content: "\e89d";
}
.icon-npm:before {
    content: "\e89f";
}
.icon-options-2:before {
    content: "\e8a0";
}
.icon-options:before {
    content: "\e8a1";
}
.icon-paper-plane:before {
    content: "\e8a3";
}
.icon-pause-circle:before {
    content: "\e8a4";
}
.icon-people:before {
    content: "\e8a5";
}
.icon-percent:before {
    content: "\e8a6";
}
.icon-person:before {
    content: "\e8aa";
}
.icon-phone-call:before {
    content: "\e8ac";
}
.icon-phone-off:before {
    content: "\e8ae";
}
.icon-phone:before {
    content: "\e8af";
}
.icon-pie-chart:before {
    content: "\e8b0";
}
.icon-pin:before {
    content: "\e8b1";
}
.icon-play-circle:before {
    content: "\e8b2";
}
.icon-plus-circle:before {
    content: "\e8b3";
}
.icon-power:before {
    content: "\e8b6";
}
.icon-pricetags:before {
    content: "\e8b7";
}
.icon-printer:before {
    content: "\e8b8";
}
.icon-question-mark-circle:before {
    content: "\e8b9";
}
.icon-radio-button-off:before {
    content: "\e8bb";
}
.icon-radio-button-on:before {
    content: "\e8bc";
}
.icon-radio:before {
    content: "\e8bd";
}
.icon-recording:before {
    content: "\e8be";
}
.icon-refresh:before {
    content: "\e8bf";
}
.icon-repeat:before {
    content: "\e8c0";
}
.icon-rewind-left:before {
    content: "\e8c1";
}
.icon-rewind-right:before {
    content: "\e8c2";
}
.icon-save:before {
    content: "\e8c3";
}
.icon-scissors:before {
    content: "\e8c4";
}
.icon-search:before {
    content: "\e8c5";
}
.icon-settings:before {
    content: "\e8c7";
}
.icon-shake:before {
    content: "\e8c8";
}
.icon-share:before {
    content: "\e8c9";
}
.icon-shield-off:before {
    content: "\e8ca";
}
.icon-shield:before {
    content: "\e8cb";
}
.icon-shopping-bag:before {
    content: "\e8cc";
}
.icon-shuffle-2:before {
    content: "\e8ce";
}
.icon-shuffle:before {
    content: "\e8cf";
}
.icon-skip-back:before {
    content: "\e8d0";
}
.icon-skip-forward:before {
    content: "\e8d1";
}
.icon-slash:before {
    content: "\e8d2";
}
.icon-smartphone:before {
    content: "\e8d3";
}
.icon-smiling-face:before {
    content: "\e8d4";
}
.icon-star:before {
    content: "\e8d7";
}
.icon-stop-circle:before {
    content: "\e8d8";
}
.icon-sun:before {
    content: "\e8d9";
}
.icon-swap:before {
    content: "\e8da";
}
.icon-sync:before {
    content: "\e8db";
}
.icon-text:before {
    content: "\e8dc";
}
.icon-toggle-left:before {
    content: "\e8e0";
}
.icon-toggle-right:before {
    content: "\e8e1";
}
.icon-trash-2:before {
    content: "\e8e2";
}
.icon-trending-down:before {
    content: "\e8e4";
}
.icon-trending-up:before {
    content: "\e8e5";
}
.icon-tv:before {
    content: "\e8e6";
}
.icon-twitter:before {
    content: "\e8e7";
}
.icon-umbrella:before {
    content: "\e8e8";
}
.icon-undo:before {
    content: "\e8e9";
}
.icon-unlock:before {
    content: "\e8ea";
}
.icon-video-off:before {
    content: "\e8ec";
}
.icon-video:before {
    content: "\e8ed";
}
.icon-volume-down:before {
    content: "\e8ee";
}
.icon-volume-mute:before {
    content: "\e8ef";
}
.icon-volume-off:before {
    content: "\e8f0";
}
.icon-volume-up:before {
    content: "\e8f1";
}
.icon-wifi-off:before {
    content: "\e8f2";
}
.icon-wifi:before {
    content: "\e8f3";
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: #fff0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.tabs-wrapper {
    display: flex;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
.tabs-menu {
    list-style: none;
    padding-left: 0;
}
.nav-pills-tabs {
    flex: 0 0 250px;
    max-width: 250px;
    border-right: 2px solid #ccc;
    margin: 0;
}
.nav-pills-tabs li {
    padding-bottom: calc(16px * 2);
}
.nav-pills-tabs li a {
    display: block;
    font-size: 18px;
    color: #000;
    font-family: var(--iv-font-heading), Sans-Serif;
    padding-left: calc((16px * 2) - 3px);
    position: relative;
}
@media (max-width: 767px) {
    .nav-pills-tabs li a {
        font-size: calc(18px + 4px);
        font-family: var(--iv-font-body), Sans-Serif;
    }
}
.nav-pills-tabs li a.active-tab-menu {
    color: #000;
}
.nav-pills-tabs li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ccc;
}
.nav-pills-tabs li a::after {
    display: none;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-bottom: 9px solid #fff0;
    border-top: 9px solid #fff0;
    border-left: 11px solid #ccc;
}
.nav-pills-tabs li a.active-tab-menu::after {
    display: block;
}
.nav-pills-tabs-content {
    flex: 1 0 0%;
}
.nav-pills-tabs-content .tabs {
    padding-top: 0;
}
.nav-pills-tabs-content .tabs.active {
    display: block;
    opacity: 1;
}
.tabs {
    display: none;
    padding: calc(16px * 3);
}
.first-tab {
    display: block;
}
.nav-channel-col {
    padding-left: calc(16px + 2px);
    padding-right: calc(16px + 2px);
    flex: 0 0 16.66%;
    max-width: 16.66%;
    margin-bottom: calc(16px * 2);
}
.nav-channel-box {
    padding: calc(16px - 6px) calc(16px / 2) calc(16px - 6px);
    background-color: #f3f3f3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 91px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.nav-channel-box img {
    max-width: 180px;
    width: 100%;
    height: auto;
}
.nav-channel-box p {
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.1;
    font-family: var(--iv-font-body), Sans-Serif;
}
.visible-xs {
    display: none !important;
}
.responsive-search {
    display: none;
}
.tabs-wrapper .btn-navbar-close {
    display: none;
}
.navbar-bottom-section {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    text-align: center;
    left: 0;
    right: 0;
}
.navbar-bottom-section .social-icons {
    display: flex;
    justify-content: center;
}
.navbar-bottom-section .social-icons a.social-link {
    background-color: #fff0;
    font-size: 20px;
    border-radius: 7px;
    border: 1px solid #ccc;
    height: 32px;
    width: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
@media (max-width: 767px) {
    .navbar-bottom-section .social-icons a.social-link {
        margin-right: 16px;
    }
}
.navbar-bottom-section .social-icons .btn-secondary {
    border-radius: 0;
    color: #fff;
    background-color: var(--iv-color-secondary);
    height: 29px;
    min-height: inherit;
    padding: 4px 15px;
    width: auto;
    line-height: 18px;
    font-size: calc(14px + 1px);
}
@media (max-width: 767px) {
    .navbar-bottom-section .social-icons .btn-secondary {
        height: 32px;
        line-height: 20px;
    }
}
.topic-header {
    width: 100%;
    margin-top: 30px;
}
.topic-header-list-wrapper {
    display: flex;
    padding-left: 0;
    overflow: hidden;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow-y: auto;
    width: 100%;
}
@media (max-width: 767px) {
    .topic-header-list-wrapper {
        margin-bottom: 20px;
    }
}
.topic-header-list-wrapper.slick-initialized {
    overflow: visible;
}
.topic-header-list-wrapper .slick-item {
    float: left;
    margin: 0 -5px;
}
@media (max-width: 767px) {
    .topic-header-list-wrapper .slick-item {
        margin: 0 8px;
    }
}
.topic-header-list-wrapper .slick-arrow {
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    background-image: none;
    background-color: #fff0;
}
.topic-header-list-wrapper .slick-arrow::before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: 8px;
    background-position: center;
    content: "";
    background-repeat: no-repeat;
    z-index: 9;
}
.topic-header-list-wrapper .slick-arrow::after {
    position: absolute;
    height: 40px;
    width: 130px;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    pointer-events: none;
}
@media (max-width: 767px) {
    .topic-header-list-wrapper .slick-arrow::after {
        width: 70px;
    }
}
.topic-header-list-wrapper .slick-arrow.slick-prev {
    left: -20px;
}
.topic-header-list-wrapper .slick-arrow.slick-prev::before {
    /*background-image: url(../images/icons/angel-left-01.svg);*/
}
.topic-header-list-wrapper .slick-arrow.slick-prev::after {
    background: linear-gradient(270deg, #fff0 0, #fff 90%, #fff);
    left: 0;
}
.topic-header-list-wrapper .slick-arrow.slick-next {
    right: -20px;
}
.topic-header-list-wrapper .slick-arrow.slick-next::before {
    /*background-image: url(../images/icons/angel-right-01.svg);*/
}
.topic-header-list-wrapper .slick-arrow.slick-next::after {
    background: linear-gradient(90deg, #fff0 0, #fff 90%, #fff);
    right: 0;
}
.topic-header-list {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin-right: 16px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: calc(16px / 4) calc(16px / 2);
    padding-right: 15px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.topic-header-list:last-child {
    margin-right: 0;
}
.topic-header-list img {
    margin-right: 10px;
}
.topic-header-list:hover {
    border: 1px solid #828282;
    border-color: #ffb618;
}
.topic-header-list:hover .topic-header-name {
    color: #333;
}
.topic-header-icons {
    width: calc(16px * 1.5);
    height: calc(16px * 1.5);
    vertical-align: text-bottom;
}
.topic-header-name {
    display: inline-block;
    margin-top: -2px;
    color: #333;
    font-family: var(--iv-font-body), Sans-Serif;
    color: #666;
    font-size: 14px;
}
.absolute-center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.clearfix {
    display: inline-block;
    display: block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.pull-none {
    float: none;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
@media (max-width: 560px) {
    .mob-pull-none {
        float: none;
        margin-top: calc(16px / 3);
    }
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
    opacity: 1;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: #fff0;
    text-shadow: none;
    background-color: #fff0;
    border: 0;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.align-items-center {
    align-items: center;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-center {
    justify-content: center;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
}
.u-right-pos-fixed {
    position: fixed;
    top: 0;
    right: 0;
}
.margin-h-none {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.margin-v-none {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.margin-bottom-none {
    margin-bottom: 0 !important;
}
.margin-top-none {
    margin-top: 0 !important;
}
.margin-left-none {
    margin-left: 0 !important;
}
.margin-right-none {
    margin-right: 0 !important;
}
.center-block {
    margin-left: auto;
    margin-right: auto;
}
.padd-bottom-none {
    padding-bottom: 0 !important;
}
.padd-top-none {
    padding-top: 0 !important;
}
.padd-left-none {
    padding-left: 0 !important;
}
.padd-right-none {
    padding-right: 0 !important;
}
.padd-left-sm {
    padding-left: 24px !important;
}
.padd-left-lg {
    padding-left: 32px !important;
}
.padd-right-sm {
    padding-right: 24px !important;
}
.padd-right-lg {
    padding-right: 32px !important;
}
.padd-h-sm {
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.padd-h-lg {
    padding-left: 32px !important;
    padding-right: 32px !important;
}
.padd-h-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.padd-v-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.success-color {
    color: var(--iv-color-secondary);
}
.dark-color {
    color: #000;
}
.light-color {
    color: #fff;
}
.grey-color {
    color: #666;
}
.dark-grey-color {
    color: #1a1a1a;
}
.warning-color {
    color: #e25822;
}
.error-color {
    color: #ffbe32;
}
.primary-color {
    color: #ffb618;
}
.secondary-color {
    color: var(--iv-color-secondary);
}
.brand-color {
    color: #ffb618;
}
.secondary-link {
    cursor: pointer;
    color: var(--iv-color-secondary);
}
.secondary-link:hover {
    color: #033d1b;
}
.light,
.thin {
    font-weight: 300;
}
.b,
.bold {
    font-weight: 700;
}
.danger-bg {
    background-color: #ffbe32;
    border-color: #ffbe32 !important;
}
.primary-bg {
    background-color: #ffb618;
    border-color: #ffb618 !important;
}
.success-bg {
    background-color: var(--iv-color-secondary);
    border-color: var(--iv-color-secondary) !important;
}
.light-bg {
    background-color: #fff;
}
.danger-bg,
.primary-bg,
.success-bg {
    color: #fff;
}
.space {
    margin-top: calc(16px / 2);
    margin-bottom: calc(16px / 2);
}
.space-sm {
    margin-top: calc(16px / 4);
}
.space-lg {
    margin-top: 16px;
    margin-bottom: 16px;
}
.no-pointer {
    pointer-events: none;
    opacity: 0.7;
}
.border-none {
    border: none;
}
.width-full {
    width: 100% !important;
}
.relative {
    position: relative;
}
.border-none {
    border: none !important;
}
.list-type-none {
    list-style-type: none !important;
}
.u-image-spinner {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: absolute;
    z-index: 100;
}
.u-image-spinner.spinner:after {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}
.no-style-type {
    list-style: none;
}
@media (min-width: 320px) and (max-width: 575px) {
    .newsletter-form {
        width: 100%;
        margin-left: 0;
        margin-bottom: calc(16px / 2);
    }
    #mc_embed_signup_scroll {
        margin-left: auto;
        margin-right: auto;
    }
    .u-article-update-stamp {
        padding-top: 24px;
        padding-bottom: 16px;
        text-align: left;
    }
    .share-social-list {
        margin-top: 0;
        padding-left: 0;
    }
    .article-action {
        padding-bottom: 0;
    }
    .featured-article {
        height: auto;
    }
    .featured-article .tile-article-stamp {
        margin-bottom: calc(16px / 4);
    }
    .featured-article,
    .tiled-article {
        margin-bottom: 16px;
    }
    .featured-article-img {
        height: auto;
        float: none;
        margin-right: 0;
        margin-bottom: calc(16px / 2);
    }
    .tile-article-head {
        font-size: 20px;
        padding-left: calc(16px / 2);
        line-height: 1.3;
        font-weight: 600;
    }
    .article-head {
        font-size: 23px;
        line-height: 1.3;
    }
    .article-sub-head {
        font-size: 16px;
        font-weight: 600;
    }
    .article-stamp .avatar {
        display: none;
    }
    .article-stamp .author-name {
        margin-top: calc(16px / 4);
        margin-left: -3px;
    }
    .author-name,
    .date-stamp {
        margin-bottom: 0;
        margin-top: calc(16px / 2);
        font-size: 13px;
    }
    .article-img,
    .tile-article-img {
        height: 164px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .article-head {
        font-size: 28px;
        line-height: 1.4;
    }
}
@media (min-width: 576px) {
    .container,
    .wrapper {
        max-width: auto;
    }
}
@media (min-width: 768px) {
    .container,
    .wrapper {
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .container,
    .wrapper {
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .container,
    .wrapper {
        max-width: 1320px;
    }
}
@media (max-width: 767px) and (min-width: 320px) {
    body {
        font-size: 14px;
    }
    .tab-head-secondary li {
        padding: 5px 0;
        min-width: 16px;
    }
    .btn {
        padding: 8px 16px;
        font-size: 14px;
        line-height: 1;
        border-radius: 4px;
        min-width: 60px;
        min-height: 40px;
        height: auto;
    }
    .btn-small {
        min-width: 80px;
        min-height: 33px;
        height: auto;
        padding: 8px 16px;
        font-size: 14px;
        line-height: 1;
        border-radius: 4px;
    }
    .h1,
    h1 {
        font-size: calc(16px + 8px);
    }
    .h2,
    h2 {
        font-size: calc(16px + 6px);
    }
    .h3,
    h3 {
        font-size: calc(16px + 4px);
    }
    .h4,
    h4 {
        font-size: calc(16px + 2px);
    }
    .h5,
    h5 {
        font-size: 16px;
    }
    .h6,
    h6,
    p {
        font-size: calc(14px + 1px);
    }
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="tel"],
    input[type="text"],
    textarea {
        width: 100%;
        height: 40px;
    }
    ol,
    ul {
        font-size: calc(14px + 1px);
    }
    .u-col-h-padd {
        padding-left: 16px;
        padding-right: 16px;
    }
    .u-col-padd-left-none {
        padding-left: 16px;
    }
    .u-col-padd-right-none {
        padding-right: 16px;
    }
    .main-panel {
        padding-right: 15px;
    }
    .wp-block-embed-vimeo iframe,
    .wp-block-embed-youtube iframe {
        width: 100%;
        height: auto;
    }
    .wp-block-embed iframe {
        width: 100% !important;
    }
    .wp-block-embed-twitter .wp-block-embed__wrapper,
    .wp-block-embed-twitter .wp-block-embed__wrapper iframe {
        width: 100% !important;
    }
    .wp-block-embed-twitter .wp-block-embed__wrapper .twitter-tweet {
        margin-left: auto;
        margin-right: auto;
    }
    .dd-article-leadart-image-credit p {
        margin-top: calc(16px / 4);
    }
    .dd-article-leadart-image-credit a {
        font-size: 12px;
        font-style: italic;
    }
    .index-cta-card {
        height: auto;
    }
    .main-logo {
        max-height: inherit;
        height: calc(16px + 16px / 2);
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: calc(16px - 1px);
    }
    .btn {
        padding: 8px 16px;
        font-size: calc(16px - 1px);
        line-height: 1.3;
        border-radius: 4px;
        min-width: 120px;
        width: auto;
        min-height: 40px;
        height: auto;
    }
    .btn-small {
        min-height: 33px;
        height: auto;
    }
    .h1,
    h1 {
        font-size: calc(16px + 9px);
    }
    .h2,
    h2 {
        font-size: calc(16px + 7px);
    }
    .h3,
    h3 {
        font-size: calc(16px + 5px);
    }
    .h4,
    h4 {
        font-size: calc(16px + 3px);
    }
    .h5,
    h5 {
        font-size: calc(16px + 1px);
    }
    .h6,
    h6 {
        font-size: calc(16px - 1px);
    }
    .tab-head-secondary li {
        padding: 0;
        margin-right: calc(16px / 2);
        min-width: 16px;
        height: calc(16px - 7px);
    }
    .justified li {
        padding: 24px 18px 0;
    }
    .header-right-list li {
        padding: 0 calc(16px / 4);
    }
    #archive-item-top-newsletter {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    h1,
    h2,
    h3 {
        margin-top: calc(16px / 3);
        margin-bottom: calc(16px / 3);
    }
    h4,
    h5,
    h6 {
        margin-top: calc(16px / 4);
        margin-bottom: calc(16px / 4);
    }
    .tab-head {
        height: 26px;
        white-space: nowrap;
        overflow-x: auto;
    }
    .accordion-header {
        font-size: inherit;
    }
    .accordion-header .accordion-head {
        padding: calc(16px / 2);
        padding-right: 16px;
    }
    .accordion-header .accordion-head:after {
        right: calc(16px / 3);
    }
    .justified li:last-child {
        border-right: 1px solid #ebebeb;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .mini-article-title {
        display: inline-block;
        -webkit-line-clamp: none;
        -webkit-box-orient: inherit;
        height: 40px;
        text-overflow: initial;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .tile-article-img {
        height: auto;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .container,
    .wrapper {
        max-width: 960px;
    }
    .btn-small {
        min-width: 90px;
        padding: 6px 15px;
    }
    .article-left-col .article-title {
        font-size: 30px;
    }
    .article-content p {
        font-size: 16px;
    }
    .article-list_item-content .article-list_item-head {
        font-size: 24px;
        line-height: 1.2;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .btn-small {
        min-width: 90px;
        padding: 6px 15px;
    }
    .u-ad-box {
        width: 100%;
    }
    .article-list_item-content .article-list_item-head {
        font-size: 20px;
        line-height: 1.2;
    }
}
@media (max-width: 767px) {
    .btn-small {
        min-width: 90px;
        padding: 6px 15px;
    }
    .article-details-section .inplace-article .article-banner {
        padding-left: 0;
        margin-bottom: calc(16px - 6px);
    }
    .article-details-section .breadcrumb {
        margin-bottom: 15px;
    }
    .article-details-section .article-left-col .article-title {
        font-size: calc(18px + 4px);
        margin-bottom: 5px;
    }
    .article-details-section .article-left-col p {
        font-size: 14px;
    }
    .article-details-section .article-collection_box {
        display: none;
    }
    .article-details-section .article-banner-img {
        height: auto;
    }
    .article-details-section .article-bottom-newsletter_box {
        flex-wrap: wrap;
        text-align: center;
    }
    .article-details-section .article--news_msg {
        flex: auto;
        width: 100%;
    }
    .article-details-section .top-newsletter-form {
        width: 100%;
        margin-top: calc(16px - 6px);
    }
    .article-details-section .top-newsletter-form .btn-icon {
        height: 28px;
        padding: 3px 3px;
        min-height: inherit;
        min-width: inherit;
    }
    .article-sidebar {
        flex: auto;
    }
    .article-sidebar .article-thumbnails {
        max-width: 100%;
    }
}
@media (min-width: 1200px) and (max-width: 1660px) {
    .nav-channel-col {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .nav-channel-col {
        padding-left: 16px;
        padding-right: 16px;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        margin-bottom: calc(16px + 9px);
    }
    .header-collapse {
        height: 100%;
    }
    .header-collapse-inner {
        height: 100%;
        position: relative;
    }
    .header-collapse-inner .tabs-wrapper {
        height: 90%;
    }
    .navbar-bottom-section {
        bottom: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .nav-channel-col {
        padding-left: 16px;
        padding-right: 16px;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: calc(16px + 9px);
    }
    .header-collapse {
        height: 100%;
    }
    .header-collapse-inner {
        position: relative;
    }
    .header-collapse-inner .tabs-wrapper {
        height: 90%;
    }
    .navbar-bottom-section {
        bottom: 0;
    }
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    .hidden-xs {
        display: none !important;
    }
    .body-box {
        margin-top: 75px;
    }
    .home .body-box {
        margin-top: 68px;
    }
    .row {
        margin-right: calc(calc(16px + 1px) * -1);
        margin-left: calc(calc(16px + 1px) * -1);
        max-width: 100%;
    }
    .header-collapse {
        top: calc(75px - 8px);
        padding: calc(16px * 2) calc(16px - 1px) calc(16px * 6);
        height: calc(100% - 48px);
        overflow: unset;
        z-index: 10;
    }
    .main-header [class*="col-"] {
        width: auto;
    }
    .main-header .action-header-list.header-menu {
        margin-right: 0;
    }
    .main-header .align-items-center {
        /* justify-content: space-between; */
        flex-wrap: nowrap;
    }
    .main-header .main-logo {
        height: auto;
    }
    .main-header .action-header-list.search-menu.hidden-xs {
        display: none;
    }
    .main-header .btn-link.white.hidden-xs {
        display: none;
    }
    .u-ad-box {
        width: 100%;
    }
    .nav-tabs-inner {
        margin-left: 0;
        margin-right: 0;
    }
    .nav-pills-tabs li {
        padding-bottom: 16px;
    }
    .nav-pills-tabs li a.active-tab-menu::after {
        display: none;
    }
    .nav-channel-col {
        padding-left: calc(16px - 1px);
        padding-right: calc(16px - 1px);
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: calc(16px + 9px);
    }
    .tabs-wrapper {
        flex-wrap: wrap;
        overflow: hidden;
        overflow-y: auto;
    }
    .nav-pills-tabs {
        flex: inherit;
        max-width: 100%;
        border-right: none;
        margin: 0;
        width: 100%;
    }
    .nav-pills-tabs-content {
        flex: inherit;
        width: 100%;
    }
    .nav-pills-tabs-content > .tabs {
        position: fixed;
        left: auto;
        right: -100%;
        top: 0;
        bottom: 0;
        padding: calc(16px * 3) 0 16px;
        z-index: 999;
        background-color: #fff;
        overflow-y: auto;
        display: block !important;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        transition: all 0.8s ease-in-out;
    }
    .nav-pills-tabs-content > .tabs.active {
        right: 0;
        opacity: 1;
        visibility: visible;
    }
    .responsive-search {
        display: block;
        margin: 0;
        margin-bottom: calc(16px * 2);
    }
    .responsive-search .form-control {
        font-size: 14px;
        height: 40px;
        background-color: #fff0;
        border-color: #ccc;
        border-radius: 6px;
        color: #000;
    }
    .responsive-search .form-control:focus {
        border-color: #828282;
        color: #000;
    }
    .responsive-search .search-submit {
        right: 5px;
    }
    .responsive-search .search-submit .icon-search {
        margin: auto;
        height: auto;
        max-width: 24px;
    }
    .first-tab {
        display: none;
    }
    .tabs-wrapper .btn-navbar-close {
        display: block;
        position: fixed;
        left: 0;
        text-align: left;
        background-color: #fff;
        top: 0;
        height: 40px;
        z-index: 20;
        width: 100%;
        font-size: 16px;
        color: #000;
        box-shadow: 0 5px 17px rgb(0 0 0 / 0.03);
    }
    .tabs-wrapper .btn-navbar-close span {
        display: inline-block;
        padding-left: 5px;
    }
    .navbar-bottom-section {
        position: fixed;
        text-align: left;
        padding: 0 15px;
        bottom: 10px;
        background-color: #fff;
    }
    .navbar-bottom-section .social-icons {
        justify-content: flex-start;
    }
    .mobile-login h4 {
        font-size: calc(18px - 1px);
        color: #000;
        padding-left: 29px;
        position: relative;
        font-weight: 400;
    }
    .mobile-login h4::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #ccc;
    }
    .mobile-login h4 a {
        color: var(--iv-color-secondary);
        text-decoration: none;
    }
    .mobile-login h4 a:hover {
        color: var(--iv-color-secondary);
    }
    .article-list_item {
        flex-wrap: wrap;
    }
    .article-list_item .article-list_item-img {
        width: 100%;
    }
    .article-list_item .article-list_item-content {
        padding-left: 0;
        padding-top: 16px;
        width: 100%;
    }
    .article-list_item .article-list_item-content .article-list_item-head {
        font-size: calc(18px + 6px);
        line-height: 29.37px;
        padding-bottom: 0;
    }
    .article-list_item .article-list_item-content .article-list_item-desc {
        margin-top: calc(16px - 6px);
    }
    .site-footer {
        padding-bottom: 70px;
        padding-top: 25px;
    }
    .channel-stream-section .channel-featured .channel-stream-content {
        padding: 16px;
    }
    .channel-stream-section .article-box_byline {
        position: relative;
        bottom: auto;
    }
}
@media (max-width: 767px) and (max-width: 767px) {
    .mobile-login h4 {
        margin: 0 0 16px * 2;
    }
}
@media (max-width: 767px) {
    .header-links li {
        padding: 0;
    }
    .header-links li a {
        display: inline-block;
        padding: calc(16px / 4) 0;
        margin: calc(16px / 4) 0;
    }
    .topic-header {
        position: relative;
        overflow: hidden;
    }
}
.body-box {
    margin-top: calc(16px * 5);
}
@media (max-width: 767px) {
    .body-box {
        margin-top: calc((16px * 4) + 6px);
    }
}
.display-flex {
    display: flex;
}
._page-brand .body-box {
    margin-top: 84px;
}
.has_featured ul.article-list_item-byline li {
    margin-bottom: 0;
    line-height: 1.6;
}
.has_featured ul.article-list_item-byline li:before {
    display: none;
}
.has_featured ul.article-list_item-byline li:last-child {
    padding-left: 0;
}
.article-byline-date {
    margin-left: 24px !important;
}
.static-title-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 3px solid #e0e0e0;
    padding: 16px 0 0;
    margin-bottom: calc(16px * 2);
}
@media (max-width: 767px) {
    .static-title-section {
        padding: 0 0 calc(16px - 6px);
    }
}
.static-title-section .static-title {
    font-size: calc(32px + 8px);
    margin: 0;
    color: #000;
    font-family: var(--iv-font-heading), Sans-Serif;
    line-height: 1.2;
    padding-bottom: calc(16px + 4px);
}
@media (min-width: 992px) and (max-width: 1199px) {
    .static-title-section .static-title {
        font-size: 32px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .static-title-section .static-title {
        font-size: calc(32px - 4px);
    }
}
@media (max-width: 767px) {
    .static-title-section .static-title {
        font-size: calc(18px + 6px);
        padding-bottom: calc(16px / 2);
    }
}
.static-title-section span {
    color: #000;
    display: block;
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 16px;
}
@media (max-width: 767px) {
    .static-title-section span {
        padding-bottom: calc(16px / 2);
    }
}
.static-title-section select.form-control {
    background-color: #fff0;
    border: none;
    color: #828282;
}
.article-stream .article-box_head {
    font-size: calc(18px + 2px);
}
@media (max-width: 1199px) {
    .article-stream .article-box_head {
        font-size: 16px;
    }
}
.algolia-autocomplete .aa-suggestion {
    padding: calc(16px / 2) 0;
}
.body-box.channel-box {
    margin-top: calc(16px * 9);
}
.comp-grid.supported-by-section {
    padding-top: calc(16px * 3);
    background-color: #fff0;
}
@media (min-width: 768px) and (max-width: 991px) {
    .comp-grid.supported-by-section {
        padding-top: calc(16px * 1);
        padding-bottom: 0;
    }
}
@media (max-width: 767px) {
    .comp-grid.supported-by-section {
        padding-top: 16px;
        display: block;
    }
}
.comp-grid.supported-by-section .wrapper {
    padding: 0;
}
.comp-grid .collection-box-title {
    padding-top: 0;
    font-size: 24px;
    font-family: var(--iv-font-body), Sans-Serif;
    font-weight: 400;
}
@media (max-width: 767px) {
    .comp-grid .collection-box-title {
        padding-top: 16px;
        font-size: 18px;
    }
}
.comp-grid .sponsor-list {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: calc(16px * 3) 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
@media (max-width: 767px) {
    .comp-grid .sponsor-list {
        margin: calc(16px * 2) 0 16px;
    }
}
.comp-grid .sponsor-list li {
    padding: 0 calc(16px - 6px) 16px;
}
@media (max-width: 991px) {
    .comp-grid .sponsor-list li {
        padding: 0 16px 16px;
    }
}
@media (max-width: 767px) {
    .comp-grid .sponsor-list li {
        width: auto;
    }
}
.comp-grid .sponsor-list figure {
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.comp-grid .sponsor-list figure img {
    max-height: 85px;
    max-width: 200px;
    height: auto !important;
    image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 767px) {
    .comp-grid .sponsor-list figure img {
        max-height: 70px;
    }
}
.comp-grid .article-author.channel-article-author {
    display: block;
}
.comp-grid .article-author.channel-article-author .article-author-box {
    margin: 0;
    display: flex;
    text-align: left;
    align-items: center;
}
@media (max-width: 767px) {
    .comp-grid .article-author.channel-article-author .article-author-box {
        flex-wrap: wrap;
        text-align: center;
    }
}
.comp-grid
    .article-author.channel-article-author
    .article-author-box
    .author-detail {
    flex: 0 0 200px;
    padding-right: 16px;
}
@media (max-width: 767px) {
    .comp-grid
        .article-author.channel-article-author
        .article-author-box
        .author-detail {
        flex: inherit;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .comp-grid
        .article-author.channel-article-author
        .article-author-box
        .article-author-bio {
        width: 100%;
    }
}
.supported-one {
    margin-bottom: calc(16px * 3);
}
.supported-one h3 {
    margin-bottom: 20px;
}
.supported-one.wrapper {
    margin-top: calc(16px * 3);
}
.supported-one.inner-wrapper {
    margin-top: 0;
}
.supported-one .sponsor-list {
    margin: 0;
}
.supported-one .sponsor-list li {
    width: auto;
    padding-bottom: 0;
}
b,
strong {
    font-weight: 700;
}
.channel-article-list .article-list_item-content p {
    color: #000;
}
@media (max-width: 767px) {
    .channel-article-list .article-list_item-content p {
        margin-top: 0;
    }
}
@media (min-width: 1232px) {
    .inner-wrapper {
        max-width: 1232px;
        margin-left: auto;
        margin-right: auto;
    }
}
.custom-width-section .static-title-section {
    max-width: 1136px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .custom-width-section .static-title-section {
        max-width: 912px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .custom-width-section .static-title-section {
        max-width: 94%;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .custom-width-section .static-title-section {
        max-width: 95%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        align-items: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .custom-width-section .article-list {
        padding-left: calc(16px + 8px) !important;
        padding-right: calc(16px + 8px);
    }
}
.custom-width-section .article-list_item {
    max-width: 1136px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .custom-width-section .article-list_item {
        max-width: 912px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .custom-width-section .article-list_item {
        max-width: 100%;
        padding-left: 120px;
    }
}
@media (max-width: 767px) {
    .custom-width-section .article-list_item {
        max-width: 100%;
        width: 100%;
        padding-left: calc(16px - 1px);
        padding-right: calc(16px - 1px);
    }
}
.custom-width-section .snippet-article {
    max-width: 1151px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .custom-width-section .snippet-article {
        max-width: 912px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .custom-width-section .snippet-article {
        max-width: 100%;
        padding-left: calc(16px + 1px);
        padding-right: calc(16px + 1px);
    }
}
@media (max-width: 767px) {
    .custom-width-section .snippet-article {
        max-width: 100%;
        padding-left: calc(16px - 1px);
        padding-right: calc(16px - 1px);
    }
}
@media (max-width: 767px) {
    .custom-width-section .snippet-article_post {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
.mt16 {
    margin-top: 16px;
}
.mb16 {
    margin-bottom: 16px;
}
.margin-top-sm {
    margin-top: calc(16px * 2) !important;
}
.margin-top-lg {
    margin-top: calc(16px * 3) !important;
}
.nopost {
    min-height: 35vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px) {
    .nopost {
        min-height: 40vh;
    }
}
@media (max-width: 767px) {
    .nopost {
        min-height: inherit;
    }
}
.nopost h1 {
    margin: 0;
    padding: 0;
    font-size: 36px;
    color: #000;
    text-align: center;
}
@media (max-width: 767px) {
    .nopost h1 {
        font-size: calc(18px + 9px);
        padding-bottom: 16px;
    }
}
@media (max-width: 767px) {
    .inplace-article {
        max-width: 100%;
    }
}
.comp-grid .sponsor-list li:only-child img {
    max-width: 300px;
}
#algolia-autocomplete-listbox-2 {
    max-height: 280px;
    overflow-x: auto;
}
body.page-template-default .body-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
    padding-right: 48px;
    padding-left: 48px;
    padding-bottom: 48px;
}
@media (max-width: 768px) {
    body.page-template .body-box {
        margin-left: auto;
        margin-right: auto;
        width: auto;
        padding-right: 0;
        padding-left: 0;
    }
    .main-header [class*="col-lg-4"] {
        padding-right: 0;
    }
    .main-header .col-lg-4.col-sm-4.col-md-4.col-xs-4.text-right {
        display: flex;
        align-items: center;
        padding-right: 15px;
        position: absolute;
        left: calc(100% - 120px);
    }
}
.wp-site-blocks > .main-body {
    margin-block-start: 0;
}
.page-id-309542 h1.entry-title {
    display: none;
}
.page-id-309542 .full-width-body {
    margin-top: 30px;
}
body.woocommerce-shop [data-template="archive-product"] {
    margin-top: 30px;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: #fff0;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid #fff0;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 10;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: -5px;
    cursor: pointer;
    color: #fff0;
    border: none;
    outline: 0;
    background: 0 0;
    background-repeat: no-repeat;
    height: 29px;
    width: 29px;
}
.slick-prev {
    left: -10px;
    background-image: url(./images/icons/left-arrow.svg);
}
.slick-next {
    right: -10px;
    background-image: url(./images/icons/right-arrow.svg);
}
.comp-grid .sponsor-list display:block figure {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comp-grid .sponsor-list .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comp-grid .sponsor-list .slick-dots li {
    padding: 0;
    margin: 4px;
    display: flex;
}
.comp-grid .sponsor-list .slick-dots li button {
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    text-indent: -999px;
    overflow: hidden;
    padding: 0;
    box-shadow: none;
    border: 0;
    opacity: 0.5;
}
.comp-grid .sponsor-list .slick-dots li.slick-active button {
    opacity: 1;
}
.article-box-lg {
    flex: 1 1 100%;
    background-color: #fff;
    margin: 10px;
}
.article-box-lg1 {
    flex: 2 1 60%;
    background-color: #fff;
    margin: 10px;
}
.article-box-sm {
    flex: 0.5 1 30%;
    background-color: #fff;
    margin: 10px;
}
.snippet-article1 {
    display: flex;
    list-style: none;
    padding: 0;
}
.channel-article-stream .snippet-article_post1 {
    width: 90.33%;
    padding: 0 6px 32px;
}