@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* Root */
:root {
    --primary: #2a2c80;
    --primary-lighter: #6a6ba6;
    --primary-lighter2: #D4D5E6;
    --primary-darker: #1d1f5a;
    --primary-darker2: #14173E;
    --text-black: #202130;
    --text-gray: #4D4F57;
    --mid-gray:#65676F;
    --gray: #f7f5f3;
    --border-gray: #AAAAAA;
    --secondary: #189EFC;
    --secondary-lighter: #E8F6FF;
    --secondary-darker: #0C578C;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #e94f35;
    --light: #f8f9fa;
    --dark: #57819E;
    --text: #202130;
    --dario-gray: #f7f5f3;
    --dario-light-gray: #f7f5f3;
    --dario-orange: #F25607;
    --dario-orange-darker: #A93c05;
    --dario-orange-darker2: #792b04;
    --dario-orange-lighter: #f68951;
    --dario-orange-lighter2: #FFF1E9;
    --dario-orange-lighter3: #FCDDCD;
    --dario-yellow: #FFB400;
    --dario-green: #17AFB2;
    --dario-purple: #3526C4;
    --dario-lightblue: #12DDEA;
    --animate-duration: 1.7s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

@media (min-width: 576px) {
    .position-sm-static {
        position: static !important;
    }
    .position-sm-relative {
        position: relative !important;
    }
    .position-sm-absolute {
        position: absolute !important;
    }
    .position-sm-fixed {
        position: fixed !important;
    }
    .position-sm-sticky {
        position: sticky !important;
    }
}
@media (min-width: 768px) {
    .position-md-static {
        position: static !important;
    }
    .position-md-relative {
        position: relative !important;
    }
    .position-md-absolute {
        position: absolute !important;
    }
    .position-md-fixed {
        position: fixed !important;
    }
    .position-md-sticky {
        position: sticky !important;
    }
    .w-md-auto {
        width: auto !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-left {
        text-align: left !important;
    }
}
@media (min-width: 992px) {
    .position-lg-static {
        position: static !important;
    }
    .position-lg-relative {
        position: relative !important;
    }
    .position-lg-absolute {
        position: absolute !important;
    }
    .position-lg-fixed {
        position: fixed !important;
    }
    .position-lg-sticky {
        position: sticky !important;
    }
}
@media (min-width: 1200px) {
    .position-xl-static {
        position: static !important;
    }
    .position-xl-relative {
        position: relative !important;
    }
    .position-xl-absolute {
        position: absolute !important;
    }
    .position-xl-fixed {
        position: fixed !important;
    }
    .position-xl-sticky {
        position: sticky !important;
    }
}
/* Fonts */
@font-face {
    font-family: "dariohealth-main";
    src: url("fonts/dariohealth-main.eot?45682503");
    src: url("fonts/dariohealth-main.eot?45682503#iefix") format("embedded-opentype"), url("fonts/dariohealth-main.woff2?45682503") format("woff2"), url("fonts/dariohealth-main.woff?45682503") format("woff"), url("fonts/dariohealth-main.ttf?45682503") format("truetype"), url("fonts/dariohealth-main.svg?45682503#dariohealth-main") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
[class^=icon-]:before, [class*=" icon-"]:before {
    font-family: "dariohealth-main";
    font-style: normal;
    font-weight: normal;
    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;
}

.icon-mail:before {
    content: "\e800";
}

.icon-search:before {
    content: "\e801";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-youtube-play:before {
    content: "\f16a";
}

.icon-instagram:before {
    content: "\f16d";
}

.icon-sliders:before {
    content: "\f1de";
}

.icon-facebook-official:before {
    content: "\f230";
}

.icon-linkedin-squared:before {
    content: "\f30c";
}

/* Reset */
html,
body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: var(--text-black);
    font-weight: 500;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
    overflow-x: hidden;
}

a {
    color: var(--primary);
    text-decoration: none;
}

a:hover {
    color: var(--primary-darker);
}

/* Typo */
p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
}

p a {
    text-decoration: underline;
    font-weight: 500;
}

p a:hover {
    text-decoration: none;
}

p strong {
    font-weight: 600;
}

h1, .h1 {
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    line-height: 130%;
}

h2, .h2 {
    font-weight: 400;
    font-size: 2.875rem;
    line-height: 130%;
}

h3, .h3 {
    font-weight: 400;
    font-size: 2.125rem;
    line-height: 120%;
}

h4, .h4 {
    font-weight: 400;
    font-size: 1.625rem;
    line-height: 130%;
}

h5, .h5 {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 130%;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-size-1 {
    font-size: 0.625rem;
}

.font-size-2 {
    font-size: 0.75rem;
}

.font-size-3 {
    font-size: 0.875rem;
}

.font-size-4 {
    font-size: 1.125rem;
}

.font-size-5 {
    font-size: 1.25rem;
}

.font-size-6 {
    font-size: 1.375rem;
}

.font-size-7 {
    font-size: 1.5rem;
}

/* Colors */
.text-primary {
    color: var(--primary) !important;
}

.text-secondery {
    color: var(--secondary) !important;
}

.text-dario-orange {
    color: var(--dario-orange) !important;
}

.text-dario-blue {
    color: var(--primary) !important;
}

.text-text {
    color: var(--text) !important;
}

.btn {
    border-radius: 0.75rem;
    font-size: 1.125rem;
    padding: 0.675rem 0.75rem;
    min-width: 160px;
    font-weight: 500;
}

.btn-outline-primary {
    padding: 0.475rem 0.75rem;
}

.btn-outline-primary.btn-lg {
    min-width: 233px;
    padding-top: 0.938rem;
    padding-bottom: 0.938rem;
    font-size: 1.125rem;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: var(--primary-darker) !important;
    border-color: var(--primary-darker) !important;
}

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    color: #fff !important;
    border-color: var(--primary-darker) !important;
    background-color: var(--primary-darker) !important;
}

.btn-outline-light {
    border-radius: 3px;
    font-weight: 600;
}

.btn-outline-light:hover,
.btn-outline-light:active,
.btn-outline-light:focus {
    color: var(--primary) !important;
}

.btn-dario-orange {
    color: #fff !important;
    background-color: var(--dario-orange);
    border-color: var(--dario-orange);
}

.btn-dario-orange:hover,
.btn-dario-orange:active,
.btn-dario-orange:focus {
    background-color: var(--dario-orange-darker) !important;
    border-color: var(--dario-orange-darker) !important;
}

.btn-outline-dario-orange {
    color: var(--dario-orange);
    border-color: var(--dario-orange);
}

.btn-outline-dario-orange:hover,
.btn-outline-dario-orange:focus {
    color: #fff !important;
    border-color: var(--dario-orange-darker) !important;
    background-color: var(--dario-orange-darker) !important;
}

.btn-white {
    color: var(--text-black) !important;
    background-color: #fff;
    border-color: #fff;
    transition: all 0.3s;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
    opacity: 0.8;
}

.btn-outline-white {
    color: #fff;
    border-color: #fff;
}

.btn-outline-white:hover,
.btn-outline-white:focus {
    background-color: #fff;
    color: var(--secondary);
}

.btn-group-lg > .btn, .btn-lg {
    font-size: 1rem;
}

.btn-group-xs > .btn, .btn-xs {
    font-size: 0.625rem;
    padding: 0.125rem 0.65rem;
}

.border-primary {
    border-color: var(--primary-darker) !important;
}

.wpcf7-not-valid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.bg-transparent-65 {
    background-color: rgba(255, 255, 255, 0.65) !important;
}

.bg-t-dark {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-gray {
    background-color: var(--dario-light-gray);
}

/* Misc */
.bg-responsive {
    background-repeat: no-repeat;
    background-size: cover;
}

.post-navigation .screen-reader-text {
    display: none;
}

.post-navigation .nav-links {
    display: flex;
    justify-content: flex-end;
    flex-flow: row wrap;
}

.post-navigation .nav-links:has(.nav-previous) {
    justify-content: space-between;
}

.post-navigation .nav-previous, .post-navigation .nav-next {
    width: 50%;
}

.post-navigation .nav-next {
    text-align: right;
}

.text-color-grey {
    color: #65676F !important;
}

.text-color-lightblue {
    color: var(--secondary) !important;
}

body:not(.single-members-articles) .section-post-header,
.section-new_hero.header-top,
.section-hero_simple.header-top {
    margin-top: 146px;
}

.section-supported_devices.header-top {
    margin-top: 120px;
}

.section-new_hero.header-top .section-new_hero-txt,
.section-hero_simple.header-top .section-new_hero-txt {
    padding-top: 0;
}

.weight-management-template-default .section-post-header:before {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 350px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.27) 20.96%, rgba(0, 0, 0, 0) 80.24%);
    display: block;
}

.card-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

section strong, section b {
    font-weight: 600;
}

.section-full_width_text img, .section-full_width_text_container img {
    max-width: 100%;
    height: auto;
}

.bg-sizes {
    min-height: 350px !important;
}

.btn-grey {
    color: var(--text) !important;
    background-color: #E5E9EC;
    border-color: #E5E9EC;
    transition: all 0.3s;
}

.btn-grey:hover,
.btn-grey:active,
.btn-grey:focus {
    opacity: 0.8;
}

.bg-gradient {
    position: relative;
}

.bg-gradient:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(32.41deg, rgba(0, 0, 0, 0.45) 24.38%, rgba(0, 0, 0, 0) 53.31%);
    z-index: 2;
}

@media all and (min-width: 576px) {
    .bg-sizes {
        min-height: 350px !important;
    }
}
@media all and (min-width: 991px) {
    .weight-management-template-default .fixed-top {
        background: #fff;
    }
    .weight-management-template-default {
        margin-top: 96px;
    }
}
@media all and (min-width: 1301px) {
    .bg-sizes {
        min-height: 500px !important;
    }
    .weight-management-template-default {
        margin-top: 146px;
    }
}
@media all and (min-width: 1601px) {
    .bg-sizes {
        min-height: 670px !important;
    }
    .weight-management-template-default {
        margin-top: 146px;
    }
}
@media all and (max-width: 480px) {
    .post-navigation .nav-previous, .post-navigation .nav-next {
        width: 100%;
        margin: 5px 0;
    }
    .post-navigation .nav-previous + .nav-next {
        text-align: left;
    }
}
.opacity-50 {
    opacity: 0.5;
}

.opacity-80 {
    opacity: 0.8;
}

.section-static_hero, .section-clinical {
    position: relative;
}

.rounded-dario {
    border-radius: 20px !important;
}

.screen-reader-response,
.wpcf7-not-valid-tip {
    display: none !important;
}

a:focus,
button:focus,
input:focus,
select:focus,
.custom-select:focus,
.form-control:focus,
.custom-control-input:focus ~ .custom-control-label::before,
textarea:focus, a.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.show > .btn.dropdown-toggle:focus {
    outline: none;
    border-color: var(--dark);
    box-shadow: none;
}

.shadow {
    box-shadow: 0px 0px 27px rgba(138, 152, 158, 0.35) !important;
}

.grecaptcha-badge {
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Alerts */
.alert-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.alert-primary a {
    color: #fff;
}

/* Tabs */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: var(--primary);
}

.blog-categories .nav-item .nav-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    color: var(--secondary);
    border: 1px solid var(--secondary);
    margin-right: 0.3rem;
}

.blog-categories .nav-item.active .nav-link {
    color: var(--dario-orange);
}

/* Header */
#header {
    padding: 32px 0;
}

#header,
.navbar .nav-item .dropdown-menu {
    transition: all 0.3s;
}

.navbar-brand {
    padding: 0.5rem 0;
}

.scrolled #header {
    background-color: #fff !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.dropdown-toggle::after {
    color: var(--text-black);
}

#header.navbar-light .navbar-nav .nav-link {
    color: var(--text-black);
}

#navbar .navbar-nav .dropdown-menu {
    border: none;
    border-top: 3px solid var(--primary);
    box-shadow: -1px 3px 9px rgba(153, 167, 171, 0.27) !important;
    border-radius: 0px 0px 3px 3px;
    padding: 1.063rem 0 1.25rem;
    line-height: 1.25;
}

#navbar .navbar-nav .dropdown-menu .dropdown-item {
    font-weight: 500;
    padding-right: 2rem;
}

#navbar .navbar-nav .dropdown-menu .menu-item:not(:last-child) {
    margin-bottom: 0.75rem;
}

#navbar .navbar-nav .dropdown-menu {
    left: auto;
    right: 10px;
}

#navbar .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

#navbar .navbar-nav .menu-item-has-children .dropdown-toggle::after {
    opacity: 1;
    vertical-align: 0.15em;
    border-top: 7px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

#navbar .navbar-nav > .menu-item:not(:first-child) {
    margin-left: 1.5rem;
}

#header.navbar .navbar-toggler {
    top: 1rem;
    left: 0.5rem;
    border: 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 7H21C21.6 7 22 6.6 22 6C22 5.4 21.6 5 21 5H3C2.4 5 2 5.4 2 6C2 6.6 2.4 7 3 7ZM22 12C22 12.6 21.6 13 21 13H3C2.4 13 2 12.6 2 12C2 11.4 2.4 11 3 11H21C21.6 11 22 11.4 22 12ZM3 17H21C21.6 17 22 17.4 22 18C22 18.6 21.6 19 21 19H3C2.4 19 2 18.6 2 18C2 17.4 2.4 17 3 17Z' fill='%23212529'/%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='2' y='5' width='20' height='14'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 7H21C21.6 7 22 6.6 22 6C22 5.4 21.6 5 21 5H3C2.4 5 2 5.4 2 6C2 6.6 2.4 7 3 7ZM22 12C22 12.6 21.6 13 21 13H3C2.4 13 2 12.6 2 12C2 11.4 2.4 11 3 11H21C21.6 11 22 11.4 22 12ZM3 17H21C21.6 17 22 17.4 22 18C22 18.6 21.6 19 21 19H3C2.4 19 2 18.6 2 18C2 17.4 2.4 17 3 17Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0H24V24H0V0Z' fill='%23212529'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.top-menu-item {
    background: var(--dario-orange);
    color: #fff;
    padding: 6px 12px;
    position: absolute;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.1666;
    right: 25px;
    top: 5px;
    border-radius: 3px;
    transition: all 0.3s;
}

.top-menu-item:hover {
    color: #fff;
    background: #0874c0;
    text-decoration: none;
}

.header-white:not(.scrolled) .top-menu-item {
    background-color: #fff;
    color: var(--primary-darker);
}

.header-white:not(.scrolled) .top-menu-item:hover {
    opacity: 0.8;
}

.dropdown-item.active, .dropdown-item:active {
    color: #1e2125;
    background-color: #e9ecef;
}

.item-clickable .dropdown-item.active, .item-clickable .dropdown-item:active {
    background-color: transparent;
}

.contact-wrap .nav-link {
    color: var(--primary);
}

.header-white:not(.scrolled) .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zIDdIMjFDMjEuNiA3IDIyIDYuNiAyMiA2QzIyIDUuNCAyMS42IDUgMjEgNUgzQzIuNCA1IDIgNS40IDIgNkMyIDYuNiAyLjQgNyAzIDdaTTIyIDEyQzIyIDEyLjYgMjEuNiAxMyAyMSAxM0gzQzIuNCAxMyAyIDEyLjYgMiAxMkMyIDExLjQgMi40IDExIDMgMTFIMjFDMjEuNiAxMSAyMiAxMS40IDIyIDEyWk0zIDE3SDIxQzIxLjYgMTcgMjIgMTcuNCAyMiAxOEMyMiAxOC42IDIxLjYgMTkgMjEgMTlIM0MyLjQgMTkgMiAxOC42IDIgMThDMiAxNy40IDIuNCAxNyAzIDE3WiIgZmlsbD0id2hpdGUiLz4KPG1hc2sgaWQ9Im1hc2swXzg4MjVfMjUzMDkiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjIiIHk9IjUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNCI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMyA3SDIxQzIxLjYgNyAyMiA2LjYgMjIgNkMyMiA1LjQgMjEuNiA1IDIxIDVIM0MyLjQgNSAyIDUuNCAyIDZDMiA2LjYgMi40IDcgMyA3Wk0yMiAxMkMyMiAxMi42IDIxLjYgMTMgMjEgMTNIM0MyLjQgMTMgMiAxMi42IDIgMTJDMiAxMS40IDIuNCAxMSAzIDExSDIxQzIxLjYgMTEgMjIgMTEuNCAyMiAxMlpNMyAxN0gyMUMyMS42IDE3IDIyIDE3LjQgMjIgMThDMjIgMTguNiAyMS42IDE5IDIxIDE5SDNDMi40IDE5IDIgMTguNiAyIDE4QzIgMTcuNCAyLjQgMTcgMyAxN1oiIGZpbGw9IndoaXRlIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF84ODI1XzI1MzA5KSI+CjwvZz4KPC9zdmc+Cg==");
}

.header-white:not(.scrolled) #header .navbar-nav .nav-link {
    color: #fff;
}

.header-white:not(.scrolled) .dropdown-toggle::after {
    color: #fff;
}

.header-white .logo {
    display: none;
}

.header-white.scrolled .logo {
    display: block;
}

.header-white.scrolled .logo-white {
    display: none;
}

.hide-menu {
    position: absolute;
}

.hide-menu :is(#navbar, .top-menu-item, .navbar-toggler) {
    display: none !important;
}

@media all and (max-width: 1200px) {
    #navbar .navbar-nav > .menu-item:not(:first-child) {
        margin-left: 0.5rem;
    }
    #header {
        padding: 16px 0;
    }
    #header .navbar-brand img {
        width: 70px;
        height: auto;
    }
    body:not(.single-members-articles) .section-post-header,
    .section-new_hero.header-top,
    .section-hero_simple.header-top,
    .section-supported_devices.header-top {
        margin-top: 96px;
    }
}
@media all and (max-width: 990px) {
    .header-white:not(.scrolled) #header .navbar-nav .nav-link {
        color: var(--text);
    }
    .header-white:not(.scrolled) .dropdown-toggle::after {
        color: var(--dario-lightblue);
    }
    #header .navbar-brand {
        padding: 0;
    }
    #header .navbar-brand img {
        width: auto;
        height: 32px;
    }
    .top-menu-item {
        display: none;
    }
    #header.navbar .navbar-toggler {
        outline: none !important;
        box-shadow: none !important;
        top: -3px;
        padding-left: 8px;
        padding-right: 0;
    }
    .navbar-toggler-icon {
        background-size: 24px;
    }
    #navbar {
        background: #fff;
        margin-left: -12px;
        margin-right: -12px;
        padding-left: 22px;
        padding-right: 22px;
    }
    #navbar .navbar-nav > .menu-item {
        margin-left: 0 !important;
    }
    #navbar .navbar-nav .nav-link {
        padding-left: 0;
    }
}
/* Contact Form */
.form-floating > textarea.form-control {
    height: 120px;
}

/* Footer */
.footer-icons {
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
    position: relative;
    z-index: 9;
}

footer,
.upper_footer_text {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.follow-icons a {
    color: #fff;
    font-size: 1.5rem;
    margin: 0 0.1rem;
}

.upper_footer_text h2,
.upper_footer_text p {
    margin-bottom: 1.5rem;
}

.footer-icons p {
    font-size: 12px;
}

.footer-icons h6 {
    font-size: 14px;
}

.btn-footer {
    font-size: 0.875rem;
    width: 179px;
}

/* Marquee */
.marquee {
    position: relative;
    overflow: hidden;
    --offset: 0vw;
    --move-initial: calc(0% + var(--offset));
    --move-final: calc(-100% + var(--offset) + 100vw);
}

.marquee-container {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    display: flex;
    position: relative;
    transform: translate3d(var(--move-initial), 0, 0);
    -webkit-animation: marquee 10s linear infinite;
    animation: marquee 10s linear infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.marquee span {
    font-size: 1.625rem;
}

.marquee:hover .marquee-container {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.marquee-item {
    min-width: 320px;
}

.marquee-item-ref {
    line-height: 1;
}

/* Half Half Fluid Slider */
.section-half_half_fluid_-_slider .carousel-indicators {
    margin-bottom: 0;
    bottom: -60px;
}

/* Slider Hero */
.slider-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Full Width Image */
.slider-cards {
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translate(0, -50%);
}

.slider-cards.card-side-right {
    right: 2rem;
    left: auto;
}

.slider-cards.card-side-v-bottom {
    top: auto;
    transform: translate(0, 0);
    bottom: -8%;
}

.slider-cards.card-side-v-top {
    top: -8%;
    transform: translate(0, 0);
    bottom: auto;
}

.info-card {
    max-width: 330px;
    width: 100%;
}

.carousel-card-title {
    min-height: 7rem;
}

.carousel-card-title h2 {
    vertical-align: middle;
}

/* SC-items */
.sc-round {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.sc-round-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

/* Icon List */
.icon-list {
    list-style: none;
    padding: 0;
}

.icon-list li {
    padding: 0 0 0 30px;
}

.icon-list li .list-icon {
    position: absolute;
    left: 0;
    top: 0;
}

/* Clean Template */
.page-template-page-clean header,
.page-template-page-clean footer {
    display: none !important;
}

.single .sticky-header {
    background: #fff;
}

@media all and (min-width: 992px) {
    .main-wrapper .single-post .container ol, .main-wrapper .single-post .container ul, .main-wrapper .post-header .container ol, .main-wrapper .post-header .container ul, .main-wrapper .section-Medical_Disclaimer_container .container ol, .main-wrapper .section-Medical_Disclaimer_container .container ul {
        font-weight: 400;
    }
    body:not(.single-members-articles) .main-wrapper .single-post .container ul, body:not(.single-members-articles) .main-wrapper .single-post .container ol, body:not(.single-members-articles) .main-wrapper .post-header .container ul, body:not(.single-members-articles) .main-wrapper .post-header .container ol, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container ul, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container ol {
        font-size: 11.011px;
    }
}
@media screen and (min-width: 992px) and (min-width: 991px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container ul, body:not(.single-members-articles) .main-wrapper .single-post .container ol, body:not(.single-members-articles) .main-wrapper .post-header .container ul, body:not(.single-members-articles) .main-wrapper .post-header .container ol, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container ul, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container ol {
        font-size: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
    }
}
@media screen and (min-width: 992px) and (min-width: 6000px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container ul, body:not(.single-members-articles) .main-wrapper .single-post .container ol, body:not(.single-members-articles) .main-wrapper .post-header .container ul, body:not(.single-members-articles) .main-wrapper .post-header .container ol, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container ul, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container ol {
        font-size: 66.666px;
    }
}
@media all and (min-width: 992px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container h1, body:not(.single-members-articles) .main-wrapper .single-post .container .h1, body:not(.single-members-articles) .main-wrapper .post-header .container h1, body:not(.single-members-articles) .main-wrapper .post-header .container .h1, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container h1, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .h1 {
        font-weight: 500;
        text-transform: none;
        line-height: 120%;
        margin-bottom: 0.5rem;
    }
    body:not(.single-members-articles) .main-wrapper .single-post .container h1, body:not(.single-members-articles) .main-wrapper .single-post .container .h1, body:not(.single-members-articles) .main-wrapper .post-header .container h1, body:not(.single-members-articles) .main-wrapper .post-header .container .h1, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container h1, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .h1 {
        font-size: 35.786px;
    }
}
@media screen and (min-width: 992px) and (min-width: 991px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container h1, body:not(.single-members-articles) .main-wrapper .single-post .container .h1, body:not(.single-members-articles) .main-wrapper .post-header .container h1, body:not(.single-members-articles) .main-wrapper .post-header .container .h1, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container h1, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .h1 {
        font-size: calc(35.786px + 180.88 * ((100vw - 991px) / 5009));
    }
}
@media screen and (min-width: 992px) and (min-width: 6000px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container h1, body:not(.single-members-articles) .main-wrapper .single-post .container .h1, body:not(.single-members-articles) .main-wrapper .post-header .container h1, body:not(.single-members-articles) .main-wrapper .post-header .container .h1, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container h1, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .h1 {
        font-size: 216.666px;
    }
}
@media all and (min-width: 992px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container ol a, body:not(.single-members-articles) .main-wrapper .single-post .container ul a, body:not(.single-members-articles) .main-wrapper .post-header .container ol a, body:not(.single-members-articles) .main-wrapper .post-header .container ul a, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container ol a, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container ul a {
        text-decoration: underline;
    }
}
@media all and (min-width: 992px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container p, body:not(.single-members-articles) .main-wrapper .post-header .container p, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container p {
        font-size: 11.011px;
    }
}
@media screen and (min-width: 992px) and (min-width: 991px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container p, body:not(.single-members-articles) .main-wrapper .post-header .container p, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container p {
        font-size: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
    }
}
@media screen and (min-width: 992px) and (min-width: 6000px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container p, body:not(.single-members-articles) .main-wrapper .post-header .container p, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container p {
        font-size: 66.666px;
    }
}
@media all and (min-width: 992px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container h2, body:not(.single-members-articles) .main-wrapper .single-post .container .h2, body:not(.single-members-articles) .main-wrapper .post-header .container h2, body:not(.single-members-articles) .main-wrapper .post-header .container .h2, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container h2, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .h2 {
        font-size: 31.656px;
    }
}
@media screen and (min-width: 992px) and (min-width: 991px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container h2, body:not(.single-members-articles) .main-wrapper .single-post .container .h2, body:not(.single-members-articles) .main-wrapper .post-header .container h2, body:not(.single-members-articles) .main-wrapper .post-header .container .h2, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container h2, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .h2 {
        font-size: calc(31.656px + 160.01 * ((100vw - 991px) / 5009));
    }
}
@media screen and (min-width: 992px) and (min-width: 6000px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container h2, body:not(.single-members-articles) .main-wrapper .single-post .container .h2, body:not(.single-members-articles) .main-wrapper .post-header .container h2, body:not(.single-members-articles) .main-wrapper .post-header .container .h2, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container h2, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .h2 {
        font-size: 191.666px;
    }
}
@media all and (min-width: 992px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container h3, body:not(.single-members-articles) .main-wrapper .single-post .container .h3, body:not(.single-members-articles) .main-wrapper .post-header .container h3, body:not(.single-members-articles) .main-wrapper .post-header .container .h3, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container h3, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .h3 {
        font-size: 23.398px;
    }
}
@media screen and (min-width: 992px) and (min-width: 991px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container h3, body:not(.single-members-articles) .main-wrapper .single-post .container .h3, body:not(.single-members-articles) .main-wrapper .post-header .container h3, body:not(.single-members-articles) .main-wrapper .post-header .container .h3, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container h3, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .h3 {
        font-size: calc(23.398px + 118.268 * ((100vw - 991px) / 5009));
    }
}
@media screen and (min-width: 992px) and (min-width: 6000px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container h3, body:not(.single-members-articles) .main-wrapper .single-post .container .h3, body:not(.single-members-articles) .main-wrapper .post-header .container h3, body:not(.single-members-articles) .main-wrapper .post-header .container .h3, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container h3, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .h3 {
        font-size: 141.666px;
    }
}
@media all and (min-width: 992px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container h4, body:not(.single-members-articles) .main-wrapper .single-post .container .h4, body:not(.single-members-articles) .main-wrapper .post-header .container h4, body:not(.single-members-articles) .main-wrapper .post-header .container .h4, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container h4, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .h4 {
        font-size: 17.893px;
    }
}
@media screen and (min-width: 992px) and (min-width: 991px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container h4, body:not(.single-members-articles) .main-wrapper .single-post .container .h4, body:not(.single-members-articles) .main-wrapper .post-header .container h4, body:not(.single-members-articles) .main-wrapper .post-header .container .h4, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container h4, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .h4 {
        font-size: calc(17.893px + 90.44 * ((100vw - 991px) / 5009));
    }
}
@media screen and (min-width: 992px) and (min-width: 6000px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container h4, body:not(.single-members-articles) .main-wrapper .single-post .container .h4, body:not(.single-members-articles) .main-wrapper .post-header .container h4, body:not(.single-members-articles) .main-wrapper .post-header .container .h4, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container h4, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .h4 {
        font-size: 108.333px;
    }
}
@media all and (min-width: 992px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container h5, body:not(.single-members-articles) .main-wrapper .single-post .container .h5, body:not(.single-members-articles) .main-wrapper .post-header .container h5, body:not(.single-members-articles) .main-wrapper .post-header .container .h5, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container h5, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .h5 {
        font-size: 12.3875px;
    }
}
@media screen and (min-width: 992px) and (min-width: 991px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container h5, body:not(.single-members-articles) .main-wrapper .single-post .container .h5, body:not(.single-members-articles) .main-wrapper .post-header .container h5, body:not(.single-members-articles) .main-wrapper .post-header .container .h5, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container h5, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .h5 {
        font-size: calc(12.3875px + 62.6125 * ((100vw - 991px) / 5009));
    }
}
@media screen and (min-width: 992px) and (min-width: 6000px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container h5, body:not(.single-members-articles) .main-wrapper .single-post .container .h5, body:not(.single-members-articles) .main-wrapper .post-header .container h5, body:not(.single-members-articles) .main-wrapper .post-header .container .h5, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container h5, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .h5 {
        font-size: 75px;
    }
}
@media all and (min-width: 992px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container .font-size-1, body:not(.single-members-articles) .main-wrapper .post-header .container .font-size-1, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .font-size-1 {
        font-size: 6.881px;
    }
}
@media screen and (min-width: 992px) and (min-width: 991px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container .font-size-1, body:not(.single-members-articles) .main-wrapper .post-header .container .font-size-1, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .font-size-1 {
        font-size: calc(6.881px + 34.785 * ((100vw - 991px) / 5009));
    }
}
@media screen and (min-width: 992px) and (min-width: 6000px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container .font-size-1, body:not(.single-members-articles) .main-wrapper .post-header .container .font-size-1, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .font-size-1 {
        font-size: 41.666px;
    }
}
@media all and (min-width: 992px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container .font-size-2, body:not(.single-members-articles) .main-wrapper .post-header .container .font-size-2, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .font-size-2 {
        font-size: 8.258px;
    }
}
@media screen and (min-width: 992px) and (min-width: 991px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container .font-size-2, body:not(.single-members-articles) .main-wrapper .post-header .container .font-size-2, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .font-size-2 {
        font-size: calc(8.258px + 41.742 * ((100vw - 991px) / 5009));
    }
}
@media screen and (min-width: 992px) and (min-width: 6000px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container .font-size-2, body:not(.single-members-articles) .main-wrapper .post-header .container .font-size-2, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .font-size-2 {
        font-size: 50px;
    }
}
@media all and (min-width: 992px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container .font-size-3, body:not(.single-members-articles) .main-wrapper .post-header .container .font-size-3, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .font-size-3 {
        font-size: 9.634px;
    }
}
@media screen and (min-width: 992px) and (min-width: 991px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container .font-size-3, body:not(.single-members-articles) .main-wrapper .post-header .container .font-size-3, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .font-size-3 {
        font-size: calc(9.634px + 48.699 * ((100vw - 991px) / 5009));
    }
}
@media screen and (min-width: 992px) and (min-width: 6000px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container .font-size-3, body:not(.single-members-articles) .main-wrapper .post-header .container .font-size-3, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .font-size-3 {
        font-size: 58.333px;
    }
}
@media all and (min-width: 992px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container .font-size-4, body:not(.single-members-articles) .main-wrapper .post-header .container .font-size-4, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .font-size-4 {
        font-size: 12.3875px;
    }
}
@media screen and (min-width: 992px) and (min-width: 991px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container .font-size-4, body:not(.single-members-articles) .main-wrapper .post-header .container .font-size-4, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .font-size-4 {
        font-size: calc(12.3875px + 62.6125 * ((100vw - 991px) / 5009));
    }
}
@media screen and (min-width: 992px) and (min-width: 6000px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container .font-size-4, body:not(.single-members-articles) .main-wrapper .post-header .container .font-size-4, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .font-size-4 {
        font-size: 75px;
    }
}
@media all and (min-width: 992px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container .font-size-5, body:not(.single-members-articles) .main-wrapper .post-header .container .font-size-5, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .font-size-5 {
        font-size: 13.763px;
    }
}
@media screen and (min-width: 992px) and (min-width: 991px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container .font-size-5, body:not(.single-members-articles) .main-wrapper .post-header .container .font-size-5, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .font-size-5 {
        font-size: calc(13.763px + 69.57 * ((100vw - 991px) / 5009));
    }
}
@media screen and (min-width: 992px) and (min-width: 6000px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container .font-size-5, body:not(.single-members-articles) .main-wrapper .post-header .container .font-size-5, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .font-size-5 {
        font-size: 83.333px;
    }
}
@media all and (min-width: 992px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container .font-size-6, body:not(.single-members-articles) .main-wrapper .post-header .container .font-size-6, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .font-size-6 {
        font-size: 15.14px;
    }
}
@media screen and (min-width: 992px) and (min-width: 991px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container .font-size-6, body:not(.single-members-articles) .main-wrapper .post-header .container .font-size-6, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .font-size-6 {
        font-size: calc(15.14px + 76.526 * ((100vw - 991px) / 5009));
    }
}
@media screen and (min-width: 992px) and (min-width: 6000px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container .font-size-6, body:not(.single-members-articles) .main-wrapper .post-header .container .font-size-6, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .font-size-6 {
        font-size: 91.666px;
    }
}
@media all and (min-width: 992px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container .font-size-7, body:not(.single-members-articles) .main-wrapper .post-header .container .font-size-7, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .font-size-7 {
        font-size: 16.516px;
    }
}
@media screen and (min-width: 992px) and (min-width: 991px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container .font-size-7, body:not(.single-members-articles) .main-wrapper .post-header .container .font-size-7, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .font-size-7 {
        font-size: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
    }
}
@media screen and (min-width: 992px) and (min-width: 6000px) {
    body:not(.single-members-articles) .main-wrapper .single-post .container .font-size-7, body:not(.single-members-articles) .main-wrapper .post-header .container .font-size-7, body:not(.single-members-articles) .main-wrapper .section-Medical_Disclaimer_container .container .font-size-7 {
        font-size: 100px;
    }
}
@media all and (min-width: 520px) {
    .main-wrapper .single-post [class^=wp-image-], .main-wrapper .single-post [class*=" wp-image-"] {
        display: block;
    }
    .main-wrapper .single-post [class^=wp-image-].alignleft, .main-wrapper .single-post [class*=" wp-image-"].alignleft {
        float: left;
        margin-right: 1rem;
    }
    .main-wrapper .single-post [class^=wp-image-].alignright, .main-wrapper .single-post [class*=" wp-image-"].alignright {
        float: right;
        margin-left: 1rem;
    }
    .main-wrapper .single-post [class^=wp-image-].aligncenter, .main-wrapper .single-post [class*=" wp-image-"].aligncenter {
        margin: auto;
    }
    .main-wrapper .single-post [class^=wp-image-].size-full, .main-wrapper .single-post [class*=" wp-image-"].size-full {
        width: 100%;
    }
}
@media all and (max-width: 991px) {
    .main-wrapper .single-post h1, .main-wrapper .single-post .h1 {
        font-size: 36px;
    }
    body:not(.single-members-articles) .section-post-header,
    .section-new_hero.header-top,
    .section-hero_simple.header-top,
    .section-supported_devices.header-top {
        margin-top: 65px;
    }
    body.single-members-articles .section-post-header {
        margin-top: 40px;
    }
}
@media all and (max-width: 767px) {
    .section-new_hero.header-top .section-new_hero-txt {
        padding-top: 40px;
    }
}
@media all and (max-width: 519px) {
    .main-wrapper .single-post [class^=wp-image-], .main-wrapper .single-post [class*=" wp-image-"] {
        display: block;
        width: 100%;
    }
}
/* Quote */
.quote-image img {
    border-width: 10px !important;
}

.quotation {
    quotes: "“" "”" "‘" "’";
}

.quotation:before {
    content: open-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: 0;
    position: relative;
    top: 17px;
    color: #FFF;
    opacity: 0.5;
    font-size: 3em;
}

.quotation::after {
    content: close-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: 0px;
    position: relative;
    top: 22px;
    color: #FFF;
    opacity: 0.5;
    font-size: 3em;
}

/* Responsive Video */
.video-fluid {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-fluid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.play-button {
    top: calc(50% - 25px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
}

.play-button:after {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 14px);
    display: block;
    content: "";
    box-sizing: border-box;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 26px 0 26px 40px;
}

.center-image {
    overflow: inherit;
}

/* Scroll Animation */
lottie-player.scroll-icon {
    position: absolute;
    bottom: 40px;
    z-index: 1;
    width: 100px;
    height: 100px;
    left: 50%;
    transform: translate(-50%, 0);
}

/* Animations */
.do_animate,
.inview_effect.do_effects *,
.section-half_half_fluid_-_slider .carousel-item * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn,
.inview_effect.do_effects img,
.section-half_half_fluid_-_slider .carousel-item.active img {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -25%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -25%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.fadeInDown,
.inview_effect.do_effects h2,
.inview_effect.do_effects h3,
.inview_effect.do_effects h4,
.section-half_half_fluid_-_slider .carousel-item.active h2,
.section-half_half_fluid_-_slider .carousel-item.active h3,
.section-half_half_fluid_-_slider .carousel-item.active h4 {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 25%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 25%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp,
.inview_effect.do_effects p,
.section-half_half_fluid_-_slider .carousel-item.active p {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }
    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}
@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }
    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}
/* Bootstrap override */
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 88%;
    }
}
@media (min-width: 1280px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
        max-width: 88%;
    }
    body.single-members-articles .container,
    body.single-members-articles .container-lg,
    body.single-members-articles .container-md,
    body.single-members-articles .container-sm,
    body.single-members-articles .container-xl {
        max-width: 1240px;
    }
}
.carousel-indicators [data-bs-target] {
    width: 0.875rem;
    height: 0.875rem;
    background-color: var(--dario-gray);
    opacity: 1;
    border-radius: 50%;
    margin: 0 0.3125rem;
}

.carousel-indicators li.active {
    background-color: var(--primary);
}

/* Blog */
.article-block:nth-child(odd) .article-text,
.article-block:nth-child(even) .article-image {
    order: 1 !important;
}

.article-block:nth-child(odd) .article-image,
.article-block:nth-child(even) .article-text {
    order: 2 !important;
}

.dr-card-bottom {
    background: #FAFAFA;
}

.dr-card-bottom.no-bg {
    background: transparent;
}

.page-template-page-clinical-research footer .section-bottom {
    background-color: #f8f9fa !important;
}

/* Responsive */
/* Desktop */
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        margin: 0;
        visibility: hidden;
        opacity: 0;
        display: block;
    }
    .navbar .nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
    }
    .article-block:nth-child(odd) .article-image {
        margin-left: 8.333333%;
    }
}
/* Tablet */
@media all and (max-width: 768px) {
    h1, .h1 {
        font-weight: 600;
        font-size: 0.875rem;
    }
    h2, .h2 {
        font-weight: 400;
        font-size: 2.125rem;
        line-height: 125%;
    }
    h3, .h3 {
        font-weight: 400;
        font-size: 1.625rem;
    }
    h4, .h4 {
        font-weight: 400;
        font-size: 1.125rem;
        line-height: 150%;
    }
    h5, .h5 {
        font-weight: 500;
        font-size: 0.875rem;
        line-height: 150%;
    }
}
/* Mobile */
@media all and (max-width: 576px) {
    .btn-dario-orange {
        min-width: 180px;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }
    .info-card {
        position: relative;
        bottom: 0;
        margin: 0 auto;
    }
    .navbar-brand {
        padding: 0.5rem;
    }
    .navbar-brand img {
        max-width: 44px;
        height: auto;
    }
    .marquee-container {
        -webkit-animation: marquee 15s linear infinite;
        animation: marquee 15s linear infinite;
    }
    #header .navbar-collapse.collapse.show,
    #header .navbar-collapse.collapsing {
        background: #fff !important;
    }
    .slider-cards,
    .slider-cards.card-side-right,
    .slider-cards.card-side-v-bottom {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        transform: none;
    }
    .center-image {
        overflow: hidden;
    }
    .overflow-image {
        min-width: 155% !important;
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .slider-text {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        height: 40vh;
    }
    .carousel-card-title {
        min-height: 4rem;
    }
    .top-menu-item {
        top: 18px;
    }
    .header-text h1,
    .header-text h1 * {
        color: var(--primary) !important;
        text-align: center !important;
    }
    .header-text h2,
    .header-text h2 *,
    .header-text h3,
    .header-text h3 * {
        color: var(--text) !important;
        text-align: center !important;
    }
    .article-block:nth-child(odd) .article-image,
    .article-block:nth-child(even) .article-image {
        order: 1;
    }
    .article-block:nth-child(odd) .article-text,
    .article-block:nth-child(even) .article-text {
        order: 2;
    }
    .hp-icons img {
        width: 43vw;
        margin: 1vw;
        height: auto;
    }
}
.otgs-development-site-front-end {
    display: none;
}
