:root{--bu-profile-primary:var(--primary-red, var(--brand-primary, #e62b34));--bu-profile-primary-hover:var(--primary-red-hover, #c91f28);--bu-profile-text-dark:var(--text-dark, #333333);--bu-profile-text-body:var(--text-body, #555555);--bu-profile-text-muted:var(--text-muted, #888888);--bu-profile-bg-light:var(--bg-light, #f8f8f8);--bu-profile-white:var(--white, #ffffff);--bu-profile-border:var(--border-light, #e8e8e8);--bu-profile-shadow:0 2px 8px rgba(0, 0, 0, 0.08);--bu-profile-shadow-hover:0 4px 16px rgba(0, 0, 0, 0.12);--bu-profile-radius:8px;--bu-profile-transition:0.3s ease;}
.profile-page{width:var(--global-width-percent, 95%);max-width:var(--global-max-width, 1286px);margin:0 auto;padding:30px 0;padding-top:100px;}
.profile-header{display:grid;grid-template-columns:350px 1fr;gap:40px;background:var(--bu-profile-white);border-radius:var(--bu-profile-radius);padding:30px;margin-bottom:40px;box-shadow:var(--bu-profile-shadow);}
.profile-photo{position:relative;}
.profile-photo img{width:100%;height:auto;border-radius:var(--bu-profile-radius);object-fit:cover;aspect-ratio:4/5;}
.profile-photo-caption{margin-top:10px;font-size:13px;color:var(--bu-profile-text-muted);font-style:italic;text-align:center;}
.profile-info{display:flex;flex-direction:column;}
.profile-name{font-size:2.2rem;font-weight:700;color:var(--bu-profile-text-dark);margin:0 0 8px 0;line-height:1.2;}
.profile-profession, .profile-industry, .profile-genre, .profile-sport, .profile-position, .profile-subtitle{font-size:1.1rem;color:var(--bu-profile-primary);font-weight:600;margin-bottom:20px;}
.profile-details{display:grid;grid-template-columns:repeat(3, 1fr);gap:15px;margin-bottom:25px;}
.profile-detail-item{padding:12px 15px;background:var(--bu-profile-bg-light);border-radius:6px;}
.profile-detail-item .label{display:block;font-size:11px;font-weight:600;color:var(--bu-profile-text-muted);text-transform:uppercase;letter-spacing:0.5px;margin-bottom:4px;}
.profile-detail-item .value{font-size:14px;color:var(--bu-profile-text-dark);font-weight:500;}
.profile-detail-item .value.empty-value{color:var(--bu-profile-text-muted);}
.profile-detail-item .value a{color:var(--bu-profile-primary);text-decoration:none;font-weight:500;transition:color var(--bu-profile-transition);}
.profile-detail-item .value a:hover{color:var(--bu-profile-primary-hover);text-decoration:underline;}
.profile-detail-item .value a i{font-size:10px;margin-left:4px;}
.profile-social-row{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:20px;border-top:1px solid var(--bu-profile-border);gap:15px;flex-wrap:wrap;}
.profile-social{display:flex;gap:12px;}
.profile-social a{display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:var(--bu-profile-bg-light);color:var(--bu-profile-text-body);border-radius:50%;font-size:18px;transition:all var(--bu-profile-transition);}
.profile-social a:hover{background:var(--bu-profile-primary);color:var(--bu-profile-white);transform:translateY(-2px);}
.profile-type-badge span{background:var(--bu-profile-bg-light);color:var(--bu-profile-text-muted);padding:6px 14px;border-radius:20px;font-size:12px;font-weight:500;text-decoration:none;border:1px solid var(--bu-profile-border);}
.profile-type-badge .badge-individual{background:#e3f2fd;color:#1976d2;border-color:#bbdefb;}
.profile-type-badge .badge-athlete{background:#dcfce7;color:#16a34a;border-color:#bbf7d0;}
.profile-type-badge .badge-politician{background:#fee2e2;color:#dc2626;border-color:#fecaca;}
.profile-type-badge .badge-organization{background:#e8f5e9;color:#388e3c;border-color:#c8e6c9;}
.profile-type-badge .badge-movie{background:#f3e5f5;color:#7b1fa2;border-color:#e1bee7;}
.profile-type-badge .badge-webseries{background:#ffebee;color:#c62828;border-color:#ffcdd2;}
.profile-type-badge .badge-tvshow{background:#fff3e0;color:#ef6c00;border-color:#ffe0b2;}
.profile-type-badge .badge-sports_team{background:#e0f7fa;color:#0891b2;border-color:#b2ebf2;}
.profile-type-badge .badge-brand{background:#ede9fe;color:#7c3aed;border-color:#ddd6fe;}
.profile-type-badge .badge-award{background:#fef3c7;color:#ca8a04;border-color:#fde68a;}
.profile-type-badge .badge-event{background:#fce7f3;color:#db2777;border-color:#fbcfe8;}
.profile-about-inline{margin-top:15px;margin-bottom:20px;padding:15px;background:var(--bu-profile-bg-light);border-radius:6px;border-left:3px solid var(--bu-profile-primary);}
.profile-about-inline .profile-about-content{font-size:14px;line-height:1.7;color:var(--bu-profile-text-body);max-height:120px;overflow-y:auto;}
.profile-about-inline .profile-about-content p{margin-bottom:10px;}
.profile-about-inline .profile-about-content p:last-child{margin-bottom:0;}
.profile-achievements, .profile-career, .profile-features, .profile-winners, .profile-highlights{background:var(--bu-profile-white);border-radius:var(--bu-profile-radius);padding:30px;margin-bottom:40px;box-shadow:var(--bu-profile-shadow);}
.profile-achievements h2, .profile-career h2, .profile-features h2, .profile-winners h2, .profile-highlights h2{font-size:1.4rem;color:var(--bu-profile-text-dark);margin:0 0 20px 0;padding-bottom:15px;border-bottom:2px solid var(--bu-profile-primary);display:inline-block;}
.profile-achievements-content, .profile-career-content, .profile-features-content, .profile-winners-content, .profile-highlights-content{font-size:15px;line-height:1.7;color:var(--bu-profile-text-body);}
.profile-achievements-content p, .profile-career-content p, .profile-features-content p, .profile-winners-content p, .profile-highlights-content p{margin-bottom:10px;}
.profile-cast{background:var(--bu-profile-white);border-radius:var(--bu-profile-radius);padding:30px;margin-bottom:40px;box-shadow:var(--bu-profile-shadow);}
.profile-cast h2{font-size:1.4rem;color:var(--bu-profile-text-dark);margin:0 0 20px 0;padding-bottom:15px;border-bottom:2px solid var(--bu-profile-primary);display:inline-block;}
.profile-cast-content{font-size:15px;line-height:1.7;color:var(--bu-profile-text-body);}
.profile-bio{background:var(--bu-profile-white);border-radius:var(--bu-profile-radius);padding:30px;margin-bottom:40px;box-shadow:var(--bu-profile-shadow);}
.profile-bio h2{font-size:1.4rem;color:var(--bu-profile-text-dark);margin:0 0 20px 0;padding-bottom:15px;border-bottom:2px solid var(--bu-profile-primary);display:inline-block;}
.profile-bio-content{font-size:15px;line-height:1.7;color:var(--bu-profile-text-body);}
.profile-bio-content p{margin-bottom:15px;}
.profile-bio-content p:last-child{margin-bottom:0;}
.profile-gallery{background:var(--bu-profile-white);border-radius:var(--bu-profile-radius);padding:30px;margin-bottom:40px;box-shadow:var(--bu-profile-shadow);}
.profile-gallery h2{font-size:1.4rem;color:var(--bu-profile-text-dark);margin:0 0 25px 0;padding-bottom:15px;border-bottom:2px solid var(--bu-profile-primary);display:inline-block;}
.gallery-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:15px;}
.gallery-item{position:relative;overflow:hidden;border-radius:6px;cursor:pointer;}
.gallery-item img{width:100%;height:200px;object-fit:cover;transition:transform var(--bu-profile-transition);}
.gallery-item:hover img{transform:scale(1.05);}
.gallery-item-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent, rgba(0, 0, 0, 0.8));padding:30px 12px 12px;opacity:0;transition:opacity var(--bu-profile-transition);display:flex;flex-direction:column;gap:4px;}
.gallery-item:hover .gallery-item-overlay{opacity:1;}
.gallery-item-title{color:var(--bu-profile-white);font-size:13px;font-weight:600;line-height:1.3;}
.gallery-item-credit{color:rgba(255, 255, 255, 0.7);font-size:11px;}
.profile-articles{background:var(--bu-profile-white);border-radius:var(--bu-profile-radius);padding:30px;box-shadow:var(--bu-profile-shadow);}
.profile-articles h2{font-size:1.4rem;color:var(--bu-profile-text-dark);margin:0 0 25px 0;padding-bottom:15px;border-bottom:2px solid var(--bu-profile-primary);display:inline-block;}
.articles-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:25px;}
.articles-grid .article-card{background:var(--bu-profile-bg-light);border-radius:var(--bu-profile-radius);overflow:hidden;transition:transform var(--bu-profile-transition), box-shadow var(--bu-profile-transition);}
.articles-grid .article-card:hover{transform:translateY(-3px);box-shadow:var(--bu-profile-shadow-hover);}
.articles-grid .article-card-thumb{overflow:hidden;}
.articles-grid .article-card-thumb img{width:100%;height:160px;object-fit:cover;transition:transform var(--bu-profile-transition);}
.articles-grid .article-card:hover .article-card-thumb img{transform:scale(1.05);}
.articles-grid .article-card-content{padding:15px;}
.articles-grid .article-card-title{font-size:0.95rem;font-weight:600;color:var(--bu-profile-text-dark);margin:0 0 8px 0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.articles-grid .article-card-title a{color:inherit;text-decoration:none;transition:color var(--bu-profile-transition);}
.articles-grid .article-card-title a:hover{color:var(--bu-profile-primary);}
.articles-grid .article-card-meta{font-size:12px;color:var(--bu-profile-text-muted);}
.profile-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:30px;padding-top:25px;border-top:1px solid var(--bu-profile-border);flex-wrap:wrap;}
.profile-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;background:var(--bu-profile-bg-light);color:var(--bu-profile-text-body);text-decoration:none;border-radius:6px;font-size:14px;font-weight:500;transition:all var(--bu-profile-transition);border:1px solid var(--bu-profile-border);}
.profile-pagination .page-numbers:hover{background:var(--bu-profile-primary);color:var(--bu-profile-white);border-color:var(--bu-profile-primary);}
.profile-pagination .page-numbers.current{background:var(--bu-profile-primary);color:var(--bu-profile-white);border-color:var(--bu-profile-primary);}
.profile-pagination .page-numbers.dots{background:transparent;border:none;pointer-events:none;}
.profile-pagination .page-numbers.prev, .profile-pagination .page-numbers.next{gap:6px;padding:0 16px;}
.profile-pagination .page-numbers i{font-size:12px;}
.profile-category-archive{width:var(--global-width-percent, 95%);max-width:var(--global-max-width, 1286px);margin:0 auto;padding:30px 0;padding-top:100px;}
.archive-header{text-align:center;margin-bottom:40px;}
.archive-title{font-size:2.5rem;font-weight:700;color:var(--bu-profile-text-dark);margin:0 0 15px 0;}
.archive-description{font-size:16px;color:var(--bu-profile-text-body);max-width:600px;margin:0 auto;}
.profiles-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:25px;}
.profile-card{background:var(--bu-profile-white);border-radius:var(--bu-profile-radius);overflow:hidden;box-shadow:var(--bu-profile-shadow);transition:transform var(--bu-profile-transition), box-shadow var(--bu-profile-transition);}
.profile-card:hover{transform:translateY(-5px);box-shadow:var(--bu-profile-shadow-hover);}
.profile-card-link{text-decoration:none;color:inherit;display:block;}
.profile-card-image{position:relative;overflow:hidden;}
.profile-card-image img{width:100%;height:280px;object-fit:cover;transition:transform var(--bu-profile-transition);}
.profile-card:hover .profile-card-image img{transform:scale(1.05);}
.profile-card-badge{position:absolute;top:10px;right:10px;background:var(--bu-profile-primary);color:var(--bu-profile-white);padding:4px 10px;border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;}
.profile-card-content{padding:15px;text-align:center;}
.profile-card-name{font-size:1.1rem;font-weight:600;color:var(--bu-profile-text-dark);margin:0 0 5px 0;}
.profile-card-subtitle{font-size:13px;color:var(--bu-profile-primary);margin-bottom:8px;}
.profile-card-count{font-size:12px;color:var(--bu-profile-text-muted);}
.no-profiles{text-align:center;padding:60px 20px;color:var(--bu-profile-text-muted);font-size:16px;}
@media(max-width:1200px){
.articles-grid, .profiles-grid{grid-template-columns:repeat(3, 1fr);}
}
@media(max-width:900px){
.profile-header{grid-template-columns:1fr;gap:25px;}
.profile-photo{max-width:350px;margin:0 auto;}
.profile-details{grid-template-columns:repeat(2, 1fr);}
.articles-grid, .gallery-grid, .profiles-grid{grid-template-columns:repeat(2, 1fr);}
}
@media(max-width:600px){
.profile-page, .profile-category-archive{padding:20px 15px;padding-top:80px;}
.profile-header, .profile-bio, .profile-cast, .profile-gallery, .profile-articles{padding:20px;}
.profile-name, .archive-title{font-size:1.8rem;}
.profile-details{grid-template-columns:1fr;}
.articles-grid, .profiles-grid{grid-template-columns:1fr;}
.articles-grid .article-card-thumb img{height:180px;}
.gallery-grid{grid-template-columns:repeat(2, 1fr);}
.gallery-item img{height:150px;}
.profile-social-row{flex-direction:column;align-items:flex-start;gap:15px;}
.profile-card-image img{height:220px;}
} .profile-linked-profiles{background:#fff;padding:30px;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,0.1);margin-bottom:30px;}
.profile-linked-profiles h2{margin:0 0 20px;font-size:1.5rem;color:#1d2327;border-bottom:2px solid #f0f0f0;padding-bottom:10px;}
.profile-linked-profiles-content{display:flex;flex-direction:column;gap:12px;}
.profile-linked-tags{font-size:15px;line-height:1.6;}
.profile-linked-tags .linked-tags-label{font-weight:600;color:#1d2327;}
.profile-linked-tags a{color:#2271b1;text-decoration:none;transition:color 0.2s ease;}
.profile-linked-tags a:hover {
color: #135e96;
text-decoration: underline;
}.bu-lightbox-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0, 0, 0, 0.95);z-index:999999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity 0.3s ease, visibility 0.3s ease;}
.bu-lightbox-overlay.active{opacity:1;visibility:visible;}
.bu-lightbox-content{position:relative;max-width:90vw;max-height:80vh;}
.bu-lightbox-content img{max-width:100%;max-height:80vh;display:block;border-radius:4px;}
.bu-lightbox-close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:32px;cursor:pointer;opacity:0.7;transition:opacity 0.2s ease;line-height:1;}
.bu-lightbox-close:hover{opacity:1;}
.bu-lightbox-prev, .bu-lightbox-next{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255, 255, 255, 0.1);border:none;color:#fff;font-size:40px;cursor:pointer;padding:20px 15px;transition:background 0.2s ease;border-radius:4px;}
.bu-lightbox-prev{left:-70px;}
.bu-lightbox-next{right:-70px;}
.bu-lightbox-prev:hover, .bu-lightbox-next:hover{background:rgba(255, 255, 255, 0.2);}
.bu-lightbox-counter{position:absolute;top:-35px;left:0;color:#fff;font-size:14px;opacity:0.7;}
.bu-lightbox-info{position:absolute;bottom:-80px;left:0;right:0;text-align:center;color:#fff;}
.bu-lightbox-headline{font-size:16px;font-weight:600;margin-bottom:5px;}
.bu-lightbox-caption{font-size:14px;opacity:0.9;margin-bottom:5px;}
.bu-lightbox-credit{font-size:12px;opacity:0.7;font-style:italic;}
@media(max-width:768px){
.bu-lightbox-prev, .bu-lightbox-next {
display: none;
}
.bu-lightbox-content {
max-width: 95vw;
}
.bu-lightbox-info {
bottom: -100px;
}
}.rd-wrap{margin:20px 0;}
.rd-wrap h1{margin-bottom:20px;font-size:24px;font-weight:600;}
.rd-grid{display:grid;gap:20px;}
.rd-grid-2{grid-template-columns:repeat(2, 1fr);}
.rd-grid-3{grid-template-columns:repeat(3, 1fr);}
.rd-grid-5{grid-template-columns:repeat(5, 1fr);}
@media(max-width:1600px){
.rd-grid-5{grid-template-columns:repeat(3, 1fr);}
}
@media(max-width:1400px){
.rd-grid-3{grid-template-columns:repeat(2, 1fr);}
}
@media(max-width:1100px){
.rd-grid-5{grid-template-columns:repeat(2, 1fr);}
}
@media(max-width:1000px){
.rd-grid-2{grid-template-columns:1fr;}
}
@media(max-width:900px){
.rd-grid-3{grid-template-columns:1fr;}
}
@media(max-width:700px){
.rd-grid-5{grid-template-columns:1fr;}
} .rd-card{background:#fff;border:1px solid #ddd;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);}
.rd-card-title{background:#f8f9fa;padding:15px 20px;font-size:16px;font-weight:600;border-bottom:1px solid #ddd;color:#333;}
.rd-card-body{padding:15px;max-height:600px;overflow-y:auto;}
.feed-item{margin-bottom:14px;padding:12px;border-radius:6px;background:#fff;border:1px solid #eee;line-height:1.4;transition:all 0.2s ease;}
.feed-item:hover{border-color:#0073aa;box-shadow:0 2px 4px rgba(0, 115, 170, 0.1);}
.feed-item:last-child{margin-bottom:0;}
.feed-item.fresh-green{background:#d1fae5;border-color:#a7f3d0;}
.feed-item.fresh-blue{background:#dbeafe;border-color:#bfdbfe;}
.feed-title{font-size:16px;font-weight:700;color:#d97706;margin-bottom:6px;line-height:1.4;}
.feed-meta{display:flex;justify-content:space-between;align-items:center;margin-top:4px;font-size:13px;color:#555;}
.feed-item .related{margin-top:8px;font-size:13px;}
.feed-item .related a{display:block;font-weight:normal;color:#2563eb;text-decoration:none;margin-bottom:4px;line-height:1.4;}
.feed-item .related a:hover{text-decoration:underline;color:#1d4ed8;}
.feed-item a{font-size:15px;font-weight:600;color:#0073aa;text-decoration:none;line-height:1.5;}
.feed-item a:hover{text-decoration:underline;color:#005177;}
.feed-item .desc{margin-top:4px;font-size:14px;color:#444;line-height:1.5;}
.feed-item .date{margin-top:4px;font-size:13px;color:#777;}
.rd-card-body p{margin:0;padding:20px;text-align:center;color:#666;}
.rd-card-body::-webkit-scrollbar{width:8px;}
.rd-card-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px;}
.rd-card-body::-webkit-scrollbar-thumb{background:#888;border-radius:4px;}
.rd-card-body::-webkit-scrollbar-thumb:hover{background:#555;}
.rd-loading{text-align:center;padding:40px;color:#666;}
.rd-loading::before{content:'';display:inline-block;width:20px;height:20px;border:3px solid #f3f3f3;border-top:3px solid #0073aa;border-radius:50%;animation:spin 1s linear infinite;margin-right:10px;vertical-align:middle;}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}.wpc-dashboard{max-width:900px;margin:0 auto;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;}
.wpc-dashboard-header{margin-bottom:25px;}
.wpc-dashboard-header h2{margin:0 0 5px;color:#333;}
.wpc-dashboard-header p{margin:0;color:#666;}
.wpc-dashboard-summary{display:grid;grid-template-columns:repeat(3, 1fr);gap:15px;margin-bottom:25px;}
.wpc-summary-card{padding:20px;border-radius:10px;text-align:center;color:#fff;}
.wpc-card-total{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);}
.wpc-card-paid{background:linear-gradient(135deg, #11998e 0%, #38ef7d 100%);}
.wpc-card-due{background:linear-gradient(135deg, #eb3349 0%, #f45c43 100%);}
.wpc-card-amount{display:block;font-size:28px;font-weight:bold;margin-bottom:5px;}
.wpc-card-label{display:block;font-size:14px;opacity:0.9;}
.wpc-current-job{background:#f8f9fa;padding:20px;border-radius:10px;margin-bottom:25px;border-left:4px solid #0073aa;}
.wpc-current-job h3{margin:0 0 15px;color:#333;}
.wpc-job-details p{margin:8px 0;color:#555;}
.wpc-bonus-info{color:#28a745 !important;font-weight:500;}
.wpc-payout-history{background:#fff;padding:20px;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,0.05);}
.wpc-payout-history h3{margin:0 0 20px;color:#333;}
.wpc-payouts-list{display:flex;flex-direction:column;gap:10px;}
.wpc-payout-item{display:grid;grid-template-columns:100px 1fr 120px 80px;align-items:center;padding:15px;background:#f8f9fa;border-radius:8px;gap:15px;}
.wpc-payout-item.paid{border-left:4px solid #28a745;}
.wpc-payout-item.due{border-left:4px solid #dc3545;}
.wpc-payout-month{font-weight:bold;color:#333;}
.wpc-payout-details{color:#666;}
.wpc-target-met{color:#28a745;font-size:12px;margin-left:5px;}
.wpc-payout-amount{font-size:18px;font-weight:bold;color:#333;text-align:right;}
.wpc-payout-status{text-align:center;}
.wpc-status-paid{background:#d4edda;color:#155724;padding:5px 10px;border-radius:15px;font-size:12px;font-weight:500;}
.wpc-status-due{background:#f8d7da;color:#721c24;padding:5px 10px;border-radius:15px;font-size:12px;font-weight:500;}
.wpc-status-other{background:#e2e3e5;color:#383d41;padding:5px 10px;border-radius:15px;font-size:12px;}
.wpc-no-data{text-align:center;color:#999;padding:30px;}
.wpc-login-notice{text-align:center;padding:30px;background:#fff3cd;border-radius:8px;color:#856404;}
@media(max-width:768px){
.wpc-dashboard-summary {
grid-template-columns: 1fr;
}
.wpc-payout-item {
grid-template-columns: 1fr 1fr;
gap: 10px;
}
.wpc-payout-details {
grid-column: span 2;
}
}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-display:swap;src:url(//www.businessupturn.com/wp-content/themes/bu-lite/fonts/open-sans-v44-latin-regular.woff2) format('woff2');}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:500;font-display:swap;src:url(//www.businessupturn.com/wp-content/themes/bu-lite/fonts/open-sans-v44-latin-500.woff2) format('woff2');}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-display:swap;src:url(//www.businessupturn.com/wp-content/themes/bu-lite/fonts/open-sans-v44-latin-600.woff2) format('woff2');}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-display:swap;src:url(//www.businessupturn.com/wp-content/themes/bu-lite/fonts/open-sans-v44-latin-700.woff2) format('woff2');}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:800;font-display:swap;src:url(//www.businessupturn.com/wp-content/themes/bu-lite/fonts/open-sans-v44-latin-800.woff2) format('woff2');}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(//www.businessupturn.com/wp-content/themes/bu-lite/fonts/open-sans-v44-latin-italic.woff2) format('woff2');
}