.elementor-kit-7{--e-global-color-primary:#1C2B4D;--e-global-color-secondary:#0077C8;--e-global-color-text:#1C2B4D;--e-global-color-accent:#F4D7D8;--e-global-typography-primary-font-family:"Galano";--e-global-typography-primary-font-size:90px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-family:"Galano";--e-global-typography-secondary-font-size:50px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-text-font-family:"Galano";--e-global-typography-text-font-size:19px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Galano";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.1em;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Galano", Sans-serif;font-size:18px;font-weight:500;text-transform:uppercase;color:var( --e-global-color-accent );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:25px 0px 025px 0px;padding:015px 25px 15px 025px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:#02010100;color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-text );}.elementor-kit-7 a{color:var( --e-global-color-secondary );}.elementor-kit-7 h1{color:var( --e-global-color-primary );font-family:"Galano", Sans-serif;font-size:90px;font-weight:500;}.elementor-kit-7 h2{color:var( --e-global-color-primary );font-size:50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1520px;}.e-con{--container-max-width:1520px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1450px){.elementor-kit-7{--e-global-typography-primary-font-size:80px;--e-global-typography-secondary-font-size:45px;--e-global-typography-text-font-size:19px;--e-global-typography-accent-font-size:18px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1200px){.elementor-kit-7{--e-global-typography-primary-font-size:60px;--e-global-typography-secondary-font-size:40px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:18px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:45px;--e-global-typography-secondary-font-size:31px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:15px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-7 h1{font-size:30px;}.elementor-kit-7 h2{font-size:30px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}





/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #dfdfdf;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #333;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


body{
    overflow-x: hidden!important;
    overflow-y: visible;
}

.heading{
    overflow: hidden;
    padding:3px;
}



.headingHighlight{
    color:#0077C8;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Galano';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.trilogia.ca/wp-content/uploads/2024/01/GalanoGrotesque-Medium.eot');
	src: url('https://www.trilogia.ca/wp-content/uploads/2024/01/GalanoGrotesque-Medium.eot?#iefix') format('embedded-opentype'),
		url('https://www.trilogia.ca/wp-content/uploads/2024/01/GalanoGrotesque-Medium.woff2') format('woff2'),
		url('https://www.trilogia.ca/wp-content/uploads/2024/01/GalanoGrotesque-Medium.woff') format('woff'),
		url('https://www.trilogia.ca/wp-content/uploads/2024/01/GalanoGrotesque-Medium.ttf') format('truetype'),
		url('https://www.trilogia.ca/wp-content/uploads/2024/01/GalanoGrotesque-Medium.svg#Galano') format('svg');
}
@font-face {
	font-family: 'Galano';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.trilogia.ca/wp-content/uploads/2024/01/GalanoGrotesque-Regular.eot');
	src: url('https://www.trilogia.ca/wp-content/uploads/2024/01/GalanoGrotesque-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://www.trilogia.ca/wp-content/uploads/2024/01/GalanoGrotesque-Regular.woff2') format('woff2'),
		url('https://www.trilogia.ca/wp-content/uploads/2024/01/GalanoGrotesque-Regular.woff') format('woff'),
		url('https://www.trilogia.ca/wp-content/uploads/2024/01/GalanoGrotesque-Regular.ttf') format('truetype'),
		url('https://www.trilogia.ca/wp-content/uploads/2024/01/GalanoGrotesque-Regular.svg#Galano') format('svg');
}
@font-face {
	font-family: 'Galano';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://www.trilogia.ca/wp-content/uploads/2024/01/GalanoGrotesque-Bold.eot');
	src: url('https://www.trilogia.ca/wp-content/uploads/2024/01/GalanoGrotesque-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://www.trilogia.ca/wp-content/uploads/2024/01/GalanoGrotesque-Bold.woff2') format('woff2'),
		url('https://www.trilogia.ca/wp-content/uploads/2024/01/GalanoGrotesque-Bold.woff') format('woff'),
		url('https://www.trilogia.ca/wp-content/uploads/2024/01/GalanoGrotesque-Bold.ttf') format('truetype'),
		url('https://www.trilogia.ca/wp-content/uploads/2024/01/GalanoGrotesque-Bold.svg#Galano') format('svg');
}
/* End Custom Fonts CSS */