.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-f38cff1:#052137;--e-global-color-ddab5a3:#FFFFFF;--e-global-color-378afda:#D3D3D3;--e-global-color-bf7aefa:#6E9FC2;--e-global-color-e9d7985:#71C1A7;--e-global-color-8024a33:#00000000;--e-global-color-cdec694:#67B3DD;--e-global-color-2380bd6:#469183;--e-global-color-dd3abb0:#EAEAEA;--e-global-typography-primary-font-family:"Khand";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Khand";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:600;--e-global-typography-accent-font-family:"Khand";--e-global-typography-accent-font-size:22px;--e-global-typography-accent-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1500ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:#FFF;--e-preloader-size:50px;}.elementor-kit-9 e-page-transition{background-color:transparent;background-image:linear-gradient(132deg, var( --e-global-color-bf7aefa ) 42%, #71C1A7 95.07%);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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:1024px){.elementor-kit-9{--e-global-typography-primary-font-size:40px;--e-global-typography-secondary-font-size:30px;--e-global-typography-accent-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html{
height: 100%;
}

body{
height:100%;
overflow-x: hidden;
}

@media screen and (min-width: 1025px) {
 
.aict-element{
visibility:hidden;
}
}

.e-hotspot__tooltip p img{
border-radius:25px;
}


.aict-gradient{
/*background: linear-gradient(90deg, #67B3DD 5.91%, #6E9FC2 17.66%, #71C1A7 106.56%);*/

/*background: linear-gradient(111deg, #C9ECFF 4.45%, #9DD6FF 23.62%, #71C1A7 106.56%);*/

   background: linear-gradient(132deg, rgba(103, 179, 221, 0.86) 1.35%, rgba(110, 159, 194, 0.86) 41.56%, rgba(113, 193, 167, 0.86) 95.07%);
}

.aict-gradient-2{
    background: linear-gradient(132deg, rgba(103, 179, 221, 0.86) 1.35%, rgba(110, 159, 194, 0.86) 41.56%, rgba(113, 193, 167, 0.86) 95.07%);
}

.aict-gradient-inverted-vertical{
    background: linear-gradient(42deg, rgba(103, 179, 221, 0.86) 1.35%, rgba(110, 159, 194, 0.86) 41.56%, rgba(113, 193, 167, 0.86) 95.07%);
}

.aict-slide-up{
-webkit-animation:slide-up 1s forwards;
        animation:slide-up 1s forwards;
}

.aict-slide-down{
-webkit-animation:slide-down 1s forwards;
        animation:slide-down 1s forwards;
}


@keyframes slide-up{
    0% {transform: translateY(100%);opacity:0}
 100%{transform: translateY(0%); opacity:1}
}

@keyframes slide-down{
 0% {transform: translateY(-100%);opacity:0}
 100%{transform: translateY(0%);opacity:1}
}/* End custom CSS */