/* Custom Data 2025-07-02 17:09:47: Do not change this file. */

:root{
	/* Page Width */
		--layout__max-width: 1440px;
	
	/* Body Font */
		--font-family-name__base: 'GeneralSans', sans-serif;
			--font-size__base: 14px;
			--text-weight: 500;
	
	/* Heading Font */
			--heading__font-family__base: 'GeneralSans', sans-serif;
			--heading__font-weight__base: 600;
		
	/* Menu Font */
			--navigation-level0-item__font-family:  'GeneralSans', sans-serif;
			--naviation-level0-item__font-size: 14px;
			--navigation-level0-item__font-weight: 600;
			
	/* Other Font */
		--other_font_family: 'GeneralSans', sans-serif;
	
	/* Theme Colors */
		--theme__color__primary: #00A2C2; 
	
	/* Basic Colors */
		
	/* Buttons Colors */
						--button__hover__background: #00A2C2;
	--button-primary__hover__background: #00A2C2;
			--button__hover__color: #FFFFFF;
	--button-primary__hover__color: #FFFFFF;
		
	/* Custom Sticky Background Color */
	
	/* Custom Header */
			--topbarbg: #253380;
			--topbarcolor: #FFFFFF;
			--header-icons-color: #FFFFFF;
			--header__background-color: #253380;
		
	/* Custom Footer */
					--footer__background-color: #F1F3F7;
		
	/* Custom Menu */
	
	/* Page wraper */
	}
@media (min-width: 1200px){
	.cms-index-index .header-absolute{
			}
	.cms-index-index .header-container:not(.header_scroll_up) .header_light{
										--header-icons-color: #FFFFFF;
						}
}


	body{
		font-weight: var(--text-weight);
	}
	body{
		font-size: var(--font-size__base);
	}
	

/* Custom Header */
header.page-header{
	}



/* Custom Footer */
footer.page-footer{
	}




	/* Main Content Container */
	#maincontent{
			}
	#maincontent{
			}


/* Customization Style */
.price-omnibus {
    display: block;
    font-size: 90%;
    color: #888;
    margin: 10px 0 10px 0;
    line-height: 1.4;
}
.price-omnibus .price-value {
    font-weight: 400;
    color: #333;
}

.notice_activation_purchase_code {
    display: none;
}
