body {
    font-size: 1rem;
    padding-top: 4.875rem;
    font-family: 'Roboto', sans-serif;
}

section {
    padding: 2.5rem 0;
}

.btn {
    border-radius: 2.9375rem;
}

.btn-group .btn {
    border-radius: 4px;
}

.btn.btn-primary {
    border-radius: 2.9375rem;
    background: #11C3B8;
    border-color: #11C3B8;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    color: #fff;
    font-style: normal;
    line-height: normal;
}

.btn.btn-secondary {
    border-radius: 2.9375rem;
    border: 1px solid #11C3B8;
    background: none;
    color: #444;
    font-style: normal;
    line-height: normal;
}

.btn.btn-hero {
    padding: 0.5rem 2.25rem;
    border-radius: 2.9375rem;
    background: #11C3B8;
    color: #FFF;
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    max-width: 22.625rem;
}

.btn.btn-brand {
    padding: .75rem 2.25rem;
    border-radius: 2.9375rem;
    background: #11C3B8;
    color: #FFF;
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
}

.btn.btn-pricing {
    border-radius: 6rem;
    background: #11C3B8;
    color: #fff;
    width: 100%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: DM Sans;
    font-size: 0.875rem;
}

.card-highlight {
    border: 0;
    background: #e9eaeb;
    border-radius: 1.5rem;
}

.card-highlight .card-header {
    border: 0;
    background: none;
    padding: 1.5rem 1.5rem 0 1.5rem;
}

.card-highlight .card-body {
    padding: 1.5rem;
}

.card-highlight .card-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.875rem;
    color: #11C3B8;
    font-family: 'Montserrat', sans-serif;
}

.highlight-modal .modal-content {
    border-radius: 1.5rem;
}

.highlight-modal .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}

.highlight-modal .modal-title {
    color: #11C3B8;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.875rem;
}

.pricing-box.active .btn.btn-pricing {
    background: #fff;
    color: #11C3B8;
    font-feature-settings: 'clig'off, 'liga'off;
    font-style: normal;
    font-weight: 700;
}

.btn.btn-hero-col {
    border-radius: 2.9375rem;
    border: 2px solid #11C3B8;
    background: rgba(17, 195, 184, 0.00);
    padding: .5rem 2.25rem;
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btn.btn-back {
    border: 1px solid #F5F5F5;
    color: #4B4545;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#top-navbar {
    padding: 1rem 0;
}

#top-navbar .navbar-brand {
    display: flex;
    align-items: flex-end;
}

#top-navbar .navbar-brand img, .offcanvas-header img {
    max-height: 2.125rem;
    margin-bottom: .25rem;
    margin-right: .5rem;
}

#top-navbar .navbar-brand div {
    color: #373843;
    font-feature-settings: 'clig'off, 'liga'off;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

#top-navbar .navbar-brand div span {
    text-transform: uppercase;
}

.nav-item {
    padding: 0 .5rem;
}

.hero-cols {
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

.hero-background {
    position: absolute;
    /* or absolute */
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    overflow: hidden;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
}

.hero {
    /*
    background: url('../img/hero.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    */
    position: relative;
    padding: 3rem 0 3rem 0;
}

.hero-header {
    text-align: center;
    color: #fff;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: -0.0225rem;
    margin: 0 auto 2rem auto;
    max-width: 45rem;
}

.hero-cta {
    margin-bottom: 3rem;
    text-align: center;
}

.hero-col {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.hero-col-wrap {
    max-width: 15.625rem;
    text-align: center;
}

.hero-col-ico {
    margin-bottom: 1rem;
}

.hero-col-ico img {
    width: 3.1875rem;
    height: 3.1875rem;
}

.hero-col-title {
    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01rem;
    margin-bottom: 1rem;
}

.hero-col-text {
    color: #FFF;
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.00563rem;
    margin-bottom: 2rem;
}

.hero-col-sep {
    width: 0.25rem;
    flex-shrink: 0;
    flex-grow: 0;
    background: #D9D9D9;
}

.search {
    padding: 3rem 0rem;
    padding-bottom: 0;
}

.search-title {
    margin-bottom: 2rem;
    /*color: #4B4545;*/
    color: #11C3B8;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.0125rem;
    font-family: 'Montserrat', sans-serif;
}

.search-input {
    margin: 0 auto 3rem auto;
    max-width: 750px;
    display: flex;
}

.search-input-text {
    flex-grow: 1;
}

.search-input input {
    border-radius: 2.5rem 0rem 0rem 2.5rem;
    border: 1px solid #D8D0D0;
    background: #FFF;
    padding: 1rem;
    font-size: 1rem;
}

.search-input-btn {
    flex-shrink: 1;
}

.search-input button, .search-input button:hover, .search-input button:active, .search-input button:focus {
    border-radius: 0rem 2.5rem 2.5rem 0rem;
    border: 1px solid #D8D0D0;
    background: #11C3B8;
    border-color: #11C3B8;
    color: #fff;
    padding: 1rem;
    font-size: 1rem;
}

.search-input-section {
    border-bottom: 1px solid #F4F0F0;
}

.search-categories-title {
    color: #000;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: -0.01281rem;
    margin-bottom: 1.5rem;
}

.search-category-item {
    border-radius: 1.875rem;
    border: 1px solid #8C8C8C;
    background: var(--primary-white, #FFF);
    height: 3.5rem;
    display: flex;
    align-items: center;
    margin: .25rem 0rem;
    text-decoration: none;
}

.search-category-item .search-category-ico {
    flex-shrink: 0;
    flex-grow: 0;
    width: 2.3rem;
    height: 2.3rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 1rem;
    margin-right: .5rem;
}

.search-category-item .search-category-ico img {
    max-width: 2.3rem;
    max-height: 2.3rem;
}

.search-category-item .search-category-name {
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    flex-grow: 1;
}

.search-or {
    color: #000;
    text-align: center;
    font-size: 1.1875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.00594rem;
    text-decoration-line: underline;
}

.footer {
    background: #E9EAEB;
    padding: 1.5rem 0;
}

.footer-icons {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.footer-icons a {
    color: #4B4545;
    display: block;
    margin: 0 .5rem;
}

.footer-back {
    margin-bottom: 2rem;
}

.footer-menus {
    margin-bottom: 1rem;
}

.footer-menu-title {
    margin-bottom: 1rem;
    font-weight: bold;
}

.footer-menus ul {
    list-style: none;
    padding: 0 .5rem;
}

.footer-menus ul li {
    padding: 0;
}

.footer-menus ul li a {
    color: #4B4545;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    padding: .25rem 0;
    text-decoration: none;
}

.footer-copyright {
    color: #4B4545;
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 0 .5rem;
}

.brand {
    padding: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.brand-overlay {
    padding: 2rem 0 2rem 0;
    background: rgba(0, 0, 0, 0.5);
}

.brand-name {
    color: var(--primary-white, #FFF);
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4.4rem;
    letter-spacing: -0.01875rem;
    margin-bottom: 1rem;
}

.brand-cta {
    margin-bottom: 1rem;
}

.brand-back {
    color: var(--primary-white, #FFF);
    font-size: 1.1875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.00594rem;
    text-decoration-line: underline;
    margin-bottom: 3rem;
}

.brand-back a {
    color: #fff;
}

.brand-bullet {
    border-left: .25rem solid #11C3B8;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 176.187%;
    letter-spacing: 0.00625rem;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
}

.brand-bullet a {
    color: #FFF;
}

.section-title {
    font-feature-settings: 'clig'off, 'liga'off;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.875rem;
    /*color: #4B4545;*/
    color: #11C3B8;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 2rem;
}

.section-title-back {
    display: flex;
    align-items: center;
    margin-right: 2rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
    letter-spacing: 0.005rem;
    color: #444;
}

.section-title-back a {
    color: #444;
    text-decoration: none;
}

.section-text {
    font-feature-settings: 'clig'off, 'liga'off;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875rem;
    margin-bottom: 2rem;
}

.section-text-narrow {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.subscribe-options .pricing {
    display: flex;
    align-items: stretch;
}

.subscribe-options .pricing-box {
    border-radius: 1.5rem;
    border: 1px solid var(--neutral-300, #EFF0F6);
    background: var(--neutral-100, #FFF);
    box-shadow: 0px 2px 12px 0px rgba(20, 20, 43, 0.08);
    padding: 3rem 1.5rem 1.5rem 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
}

.subscribe-cta {
    margin-top: 2rem;
    text-align: center;
}

.subscribe-table {
    margin-bottom: 2rem;
}

.subscribe-table thead tr th {
    background: #e9eaeb;
    border-bottom: 0;
}

.subscribe-table thead tr th:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.subscribe-table thead tr th:last-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.error-message {
    display: none;
    margin-top: 1rem;
    max-width: 400px;
}

.pricing-plan-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.pricing-plan-ico {
    width: 4.5rem;
    height: 4.5rem;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 1rem;
}

.pricing-plan-names {}

.pricing-plan-name {
    color: var(--neutral-600, #6F6C90);
    font-feature-settings: 'clig'off, 'liga'off;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
}

.pricing-plan-term {
    color: var(--neutral-800, #170F49);
    font-feature-settings: 'clig'off, 'liga'off;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.1875rem;
}

.pricing-plan-text {
    color: #170F49;
    font-feature-settings: 'clig'off, 'liga'off;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.28125rem;
    margin-bottom: 2rem;
    height: 44px;
}

.pricing-plan-price {
    color: var(--neutral-800, #170F49);
    font-feature-settings: 'clig'off, 'liga'off;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    line-height: 1;
    margin-bottom: 2rem;
}

.pricing-plan-price span {
    color: var(--neutral-600, #6F6C90);
    font-feature-settings: 'clig'off, 'liga'off;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-left: .5rem;
}

.pricing-features {
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.pricing-features-name {
    color: var(--neutral-800, #170F49);
    font-feature-settings: 'clig'off, 'liga'off;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
    margin-bottom: 1rem;
}

.pricing-feature {
    display: flex;
    align-items: center;

}

.pricing-feature-ico {
    width: 1.625rem;
    height: 1.625rem;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 1rem;
    background-image: url('../img/circle-blue.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.pricing-feature-name {
    color: var(--neutral-800, #170F49);
    font-feature-settings: 'clig'off, 'liga'off;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-top: 4px;
}

.subscribe-options .pricing-box.active {
    background: #11C3B8;
    position: relative;
    color: #fff;
}

.subscribe-options .pricing-box.active .pricing-plan-popular {
    color: #FFF;
    border-radius: 0.625rem;
    background: rgba(255, 255, 255, 0.20);
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.5rem .5rem;
    color: var(--neutral-100, #FFF);
    text-align: center;
    font-feature-settings: 'clig'off, 'liga'off;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.875rem;
}

.pricing-box.active .pricing-plan-name {
    color: var(--neutral-300, #EFF0F6);
}

.pricing-box.active .pricing-plan-term {
    color: var(--neutral-100, #FFF);
}

.pricing-box.active .pricing-plan-text {
    color: var(--neutral-400, #D9DBE9);
}

.pricing-box.active .pricing-plan-price {
    color: var(--neutral-100, #FFF);
}

.pricing-box.active .pricing-plan-price span {
    color: var(--neutral-400, #D9DBE9);
}

.pricing-box.active .pricing-features-name {
    color: #fff;
}

.pricing-box.active .pricing-feature-ico {
    background-image: url('../img/circle-white.svg');
}

.pricing-box.active .pricing-feature-name {
    color: var(--neutral-400, #D9DBE9);
}

.canvas-block-title {
    color: #373843;
    font-feature-settings: 'clig'off, 'liga'off;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.375rem;
}

.canvas-block-title span {
    border-bottom: 0.125rem solid #D9D9D9;
    margin-bottom: 1rem;
    padding: 1rem;
    display: inline-block;
}

.canvas-block-title a span {
    color: #11c3b8;
}

.canvas-block ul {
    padding: 0;
    margin: 0;
    padding: 1rem 0.5rem;
}

.canvas-block li {
    list-style: none;
    color: #373843;
    font-feature-settings: 'clig'off, 'liga'off;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    display: flex;
    position: relative;
    padding-left: 2rem;
}

.canvas-block .canvas-block-btns {
    display: flex;
}

.canvas-block li a {
    color: #11C3B8;
    font-weight: 500;
}

.canvas-block .canvas-block-btns a {
    display: block;
    padding: .25rem .5rem;
}

.canvas-block li:before {
    content: "·";
    font-size: 90px;
    color: #11c3b8;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.offcanvas.offcanvas-top {
    height: auto;
}

.canvas-block-money {
    font-size: 1.5rem;
    padding: .5rem 1.5rem;
}

.offcanvas-header .btn-close {
    border: 2px solid #11c3b8;
}

.sub-term-buttons {
    border-radius: 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.20);
    display: flex;
    justify-content: stretch;
}

.sub-term-buttons a {
    flex-grow: 1;
    text-align: center;
    padding: .25rem;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.sub-term-buttons a:not(:last-child) {
    border-radius: 1.25rem;
    border-right: 1px solid rgba(0, 0, 0, 0.20);
}

.sub-term-buttons a.active {
    background: #11C3B8;
    color: #fff;
}

.sub-term-buttons a.active:last-child {
    border-radius: 1.25rem;
    border-left: 1px solid rgba(0, 0, 0, 0.20);
}

.footer-logo {
    max-width: 200px;
}

.cookie-consent {
    position: fixed;
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(33, 37, 41, 0.95);
    color: #fff;
    padding: 1rem 0;
    z-index: 9999;
    font-size: 0.9rem;
}

.cookie-consent .container {
    max-width: 800px;
}

.cookie-consent h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-family: 'AR One Sans', sans-serif;
}

.cookie-consent p {
    margin-bottom: 1rem;
    line-height: 1.5;
}

.cookieText {
    margin-bottom: 1.5rem;
}

.cookieText label {
    display: block;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.cookieText input[type="checkbox"] {
    margin-right: 0.5rem;
}

.cookieButtons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.5rem;
}

.cookieButtons .btn {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
}

.cookieButtons .btn-light {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.cookieButtons .btn-light:hover {
    background: rgba(255, 255, 255, 0.2);
}

.payment-methods {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.payment-methods .payment-method {
    width: 100px;
    height: 70px;
}

.payment-methods .payment-method img {
    max-width: 100%;
    height: auto;
}

.payment-methods .payment-method input {
    display: none;
}

.payment-methods .payment-method input:checked+label,
.payment-methods .payment-method label:hover {
    background: #d8d8d8;
}

.payment-methods .payment-method label {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 6px;
    padding: .35rem;
}

.pricing-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 1rem;
}

.pricing {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    transition: transform 0.3s ease;
}

.pricing-box {
    flex: 0 0 calc(25% - 0.75rem);
    min-width: 250px;
}

.slider-arrow {
    width: 40px;
    height: 40px;
    background-color: rgba(17, 195, 184, 0.8);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    pointer-events: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.slider-arrow-prev {
    left: 0;
}

.slider-arrow-next {
    right: 0;
}

.similar-products-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 1rem;
}

.similar-products {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    transition: transform 0.3s ease;
}

.similar-product {
    flex: 0 0 calc(20% - 1rem);
    min-width: 240px;
    border-radius: 1.5rem;
    border: 1px solid var(--neutral-300, #11c3b8);
    background: var(--neutral-100, #FFF);
    box-shadow: 0px 2px 12px 0px rgba(20, 20, 43, 0.08);
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
}

.similar-product-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.similar-product-names {
    width: 100%;
}

.similar-product-name {
    color: var(--neutral-600, #6F6C90);
    font-feature-settings: 'clig'off, 'liga'off;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
    margin-bottom: .5rem;
    font-weight: 600;
    text-align: center;
}

.similar-product-img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.similar-product-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.similar-product-text {
    color: #170F49;
    font-feature-settings: 'clig'off, 'liga'off;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.28125rem;
    margin-bottom: 2rem;
    flex-grow: 1;
}

.similar-product-cta {
    margin-top: auto;
}

.btn.btn-similar-product {
    border-radius: 6rem;
    background: #11C3B8;
    color: #fff;
    width: 100%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: DM Sans;
    font-size: 0.875rem;
}

.toggle-follow {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.brand-follow-title {
    margin-bottom: .25rem;
    color: #fff;
}

.category-follow-title {
    margin-bottom: .25rem;
    color: #fff;
}

.brand-follow {
    margin-bottom: 2rem;
    color: #fff;
}

.toggle-follow .btn-follow,
.toggle-follow .btn-unfollow {
    display: none;
}

.toggle-follow .btn-follow.active,
.toggle-follow .btn-unfollow.active {
    display: inline-block;
}

.section-attributes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.subscription-logo-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.subscription-logo-wrapper img {
    max-width: 100px;
    height: auto;
}

.section-form-container {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.form-sections.sticky {
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

.form-sections {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 200px;
}

.form-actions {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-section {
    margin-bottom: 5rem;
}

.form-section h3 {
    font-feature-settings: 'clig'off, 'liga'off;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.875rem;
    /*color: #4B4545;*/
    color: #11C3B8;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1.5rem;
}

.nav-underline .nav-link.active, .nav-underline .show>.nav-link {
    color: #11C3B8;
}

.nav-underline .nav-link {
    color: #170F49;
}

.required {
    color: red;
    font-weight: bold;
}

.article-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
}

.article-list a {
    display: flex;
    gap: 1rem;
    text-decoration: none;
    border-radius: 1.875rem;
    border: 1px solid #8c8c8c;
    background: var(--primary-white, #fff);
    align-items: stretch;
    padding: 1rem;
    color: #000;
}

.article-list .article-list-img {
    flex: 0 0 30%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 1.5rem;
}

.article-list .article-list-content {
    flex: 1;
}

.article-list h4 {
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.article-list-date {
    color: #8c8c8c;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pagination {
    --bs-pagination-color: #11C3B8;
    --bs-pagination-bg: #fff;
    --bs-pagination-border-color: #11C3B8;
    --bs-pagination-hover-color: #11C3B8;
    --bs-pagination-hover-bg: #11C3B8;
    --bs-pagination-hover-border-color: #11C3B8;
    --bs-pagination-focus-color: #11C3B8;
    --bs-pagination-focus-bg: #11C3B8;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #11C3B8;
    --bs-pagination-active-border-color: #11C3B8;
    --bs-pagination-disabled-color: #11C3B8;
    --bs-pagination-disabled-bg: #11C3B8;
    --bs-pagination-disabled-border-color: #11C3B8;
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
}

.section-article-date {
    color: #8c8c8c;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 2rem;
}

.section-article {
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    max-width: 800px;
}

.section-article-image {
    margin-bottom: 2rem;
}

.section-article-image figure {
    margin-bottom: 0;
}

.section-article-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 1.5rem;
}

@media (max-width: 1200px) {
    .similar-product {
        flex: 0 0 calc(33.333% - 0.75rem);
    }
}

@media (max-width: 992px) {
    .similar-product {
        flex: 0 0 calc(50% - 0.5rem);
    }
}

@media (max-width: 576px) {
    .similar-product {
        flex: 0 0 calc(100% - 0.5rem);
    }
}


@media (max-width: 768px) {}

@media (max-width: 1200px) {
    .pricing-box {
        flex: 0 0 calc(33.333% - 0.5rem);
        /* 3 boxes per row on smaller screens */
    }
}

@media (max-width: 992px) {
    .pricing-box {
        flex: 0 0 calc(50% - 0.5rem);
        /* 2 boxes per row on even smaller screens */
    }
}

@media (max-width: 576px) {
    .pricing-box {
        flex: 0 0 calc(100% - 0.5rem);
        /* 1 box per row on mobile */
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .hero-header {
        font-size: 2.5rem;
        line-height: 2.4rem;
        max-width: 456px;
    }

    .hero-cols {
        flex-direction: row;
    }

    .hero-col {
        margin-bottom: 0;
    }

    .search {
        padding: 3rem;
        padding-bottom: 0;
    }

    .search-title {
        font-size: 1.5rem;
    }

    .search-input input {
        padding: 1rem 3rem;
        font-size: 1rem;
    }

    .search-input button, .search-input button:hover, .search-input button:active, .search-input button:focus {
        padding: 1rem 3rem;
        font-size: 1rem;
    }

    .search-categories-title {
        font-size: 1.5rem;
    }

    .search-category-item {
        margin: .25rem 0;
    }

    .brand-name {
        color: var(--primary-white, #FFF);
        font-size: 2.75rem;
    }

    .brand-back {
        margin-bottom: 0;
    }

    .btn.btn-brand {
        width: auto;
    }

    .subscribe-options-title {
        font-size: 1.5rem;
        line-height: 1.875rem;
    }

    .subscribe-options .pricing-box {
        margin-bottom: 0;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}