<html lang="en">
<head>
	<!-- Force desktop layout on all devices -->
	<meta name="viewport" content="width=1200, initial-scale=1">
	<link rel="stylesheet" href="style.css">
	<style>
        	/* Force all main containers to desktop flex layout */
        	.hero-container,
        	.bio-container,
        	.projects-grid,
        	.testimonials-grid,
        	.contact-grid,
        	.services-grid,
        	.about-grid,
        	.team-grid,
        	.introduction-grid {
          		display: flex !important;
          		flex-direction: row !important;
          		flex-wrap: wrap !important;
        	}

        	/* Force desktop width for sections */
        	.hero-section,
        	.bio-section,
        	.projects-section,
        	.testimonials-section,
        	.contact-section {
          	width: 1200px !important;
          	margin: 0 auto !important;
        	}
	</style>
</head>
<body>
* { box-sizing: border-box; } body {margin: 0;}:root{--gjs-t-color-primary:#2563eb;--gjs-t-color-secondary:#1e40af;--gjs-t-color-accent:#3b82f6;--gjs-t-color-success:#059669;--gjs-t-color-warning:#f59e0b;--gjs-t-color-error:#dc2626;}.gjs-t-body{background-color:#fafafa;color:#1f2937;font-size:1rem;line-height:1.75rem;font-family:Arial, Helvetica, sans-serif;}.gjs-t-h1{color:var(--gjs-t-color-secondary);font-size:2.5rem;line-height:3rem;}.gjs-t-h2{color:#1e293b;font-size:2rem;line-height:2.5rem;}.gjs-t-button{background-color:var(--gjs-t-color-primary);color:white;border-radius:0.5rem;}.gjs-t-link{color:var(--gjs-t-color-primary);text-decoration:none;}.gjs-t-border{border-radius:0.5rem;border-color:#e5e7eb;}*, ::before, ::after{box-sizing:border-box;undefined:undefined;border-width:0;border-style:solid;border-color:#e5e7eb;}html, :host{line-height:1.5;undefined:undefined;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;}body{margin:0;undefined:undefined;line-height:inherit;}hr{height:0;undefined:undefined;color:inherit;border-top-width:1px;}abbr:where([title]){text-decoration:underline dotted;}h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:inherit;}a{color:inherit;text-decoration:inherit;}b, strong{font-weight:bolder;}code, kbd, samp, pre{font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;undefined:undefined;font-feature-settings:normal;font-variation-settings:normal;font-size:1em;}small{font-size:80%;}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}table{text-indent:0;undefined:undefined;border-color:inherit;border-collapse:collapse;}button, input, optgroup, select, textarea{font-family:inherit;undefined:undefined;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0;}button, select{text-transform:none;}button, input:where([type='button']), input:where([type='reset']), input:where([type='submit']){-webkit-appearance:button;undefined:undefined;background-color:transparent;background-image:none;}:-moz-focusring{outline:auto;}:-moz-ui-invalid{box-shadow:none;}progress{vertical-align:baseline;}::-webkit-inner-spin-button, ::-webkit-outer-spin-button{height:auto;}[type='search']{-webkit-appearance:textfield;undefined:undefined;outline-offset:-2px;}::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;undefined:undefined;font:inherit;}summary{display:list-item;}blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre{margin:0;}fieldset{margin:0;padding:0;}legend{padding:0;}ol, ul, menu{list-style:none;margin:0;padding:0;}dialog{padding:0;}textarea{resize:vertical;}input::placeholder, textarea::placeholder{opacity:1;undefined:undefined;color:#9ca3af;}button, [role="button"]{cursor:pointer;}:disabled{cursor:default;}img, svg, video, canvas, audio, iframe, embed, object{display:block;undefined:undefined;vertical-align:middle;}img, video{max-width:100%;height:auto;}[hidden]{display:none;}.navigation-header{position:sticky;top:0px;z-index:50;background-color:rgb(255 255 255 / 0.95
);backdrop-filter:blur(12px);box-shadow:0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);}.navigation-container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;padding-top:1rem;padding-bottom:1rem;display:flex;align-items:center;justify-content:space-between;}.logo-container{display:flex;align-items:center;}.company-logo{font-size:1.5rem;line-height:2rem;font-weight:700;color:rgb(17 24 39 / 1);letter-spacing:0.025em;}.navigation-links{display:flex;align-items:center;gap:2rem;}.home-link{color:rgb(75 85 99 / 1);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;}.home-link:hover{color:rgb(31 41 55 / 1);}.services-link{color:rgb(55 65 81 / 1);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;}.services-link:hover{color:rgb(75 85 99 / 1);}.about-link{color:rgb(75 85 99 / 1);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;}.about-link:hover{color:rgb(31 41 55 / 1);}.contact-link{color:rgb(75 85 99 / 1);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;font-weight:600;}.contact-link:hover{color:rgb(31 41 55 / 1);}.login-button{padding-left:1rem;padding-right:1rem;padding-top:0.75rem;padding-bottom:0.75rem;font-weight:500;letter-spacing:0.025em;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;border-radius:0.5rem;width:100%;color:rgb(255 255 255 / 1);}.login-button:hover{background-color:rgb(29 78 216 / 1);}.hero-section{background-image:linear-gradient(to bottom right, #eff6ff   , rgb(239 246 255 / 0)   
);padding-top:5rem;padding-bottom:5rem;position:relative;}.hero-container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;display:flex;align-items:center;gap:4rem;text-align:center;}.hero-image-container{flex:1 1 0%;}.consultant-photo{border-radius:1rem;box-shadow:0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgb(0 0 0 / 0.25);width:100%;max-width:28rem;margin-left:auto;margin-right:auto;object-fit:cover;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;}.consultant-photo:hover{transform:translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.05) scaleY(1.05);}.hero-content{flex:1 1 0%;text-align:center;}.hero-content > :not([hidden]) ~ :not([hidden]){margin-top:calc(1.5rem * calc(1 - 0));margin-bottom:calc(1.5rem * 0);}.consultant-name{font-weight:300;letter-spacing:-0.025em;}.consultant-title{font-size:1.5rem;line-height:2rem;color:rgb(75 85 99 / 1);font-weight:300;}.mission-statement{font-size:1.125rem;line-height:1.625;color:rgb(55 65 81 / 1);font-weight:300;margin-bottom:1.5rem;}.bio-section{padding-top:5rem;padding-bottom:5rem;background-color:rgb(255 255 255 / 1);}.bio-container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:3rem;}.biography-content{grid-column:span 2 / span 2;}.biography-content > :not([hidden]) ~ :not([hidden]){margin-top:calc(1.5rem * calc(1 - 0));margin-bottom:calc(1.5rem * 0);}.biography-title{font-weight:300;margin-bottom:2rem;}.biography-paragraph-1{color:rgb(55 65 81 / 1);line-height:1.625;}.biography-paragraph-2{color:rgb(55 65 81 / 1);line-height:1.625;}.biography-paragraph-3{color:rgb(55 65 81 / 1);line-height:1.625;}.expertise-container > :not([hidden]) ~ :not([hidden]){margin-top:calc(1.5rem * calc(1 - 0));margin-bottom:calc(1.5rem * 0);}.expertise-title{font-size:1.25rem;line-height:1.75rem;font-weight:500;color:rgb(17 24 39 / 1);margin-bottom:1rem;}.expertise-list > :not([hidden]) ~ :not([hidden]){margin-top:calc(1rem * calc(1 - 0));margin-bottom:calc(1rem * 0);}.expertise-item{display:flex;align-items:flex-start;gap:0.75rem;}.expertise-bullet{color:rgb(37 99 235 / 1);font-size:1.25rem;line-height:1.75rem;margin-top:0.25rem;}.expertise-text{color:rgb(55 65 81 / 1);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;}.projects-section{padding-top:6rem;padding-bottom:6rem;background-color:rgb(249 250 251 / 1);}.projects-container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;}.projects-title{font-weight:300;text-align:center;margin-bottom:4rem;font-size:1.875rem;line-height:2.25rem;}.projects-grid{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));gap:3rem;}.project-card{background-color:rgb(255 255 255 / 1);padding:2rem;box-shadow:0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;border-radius:1rem;overflow:hidden;}.project-card:hover{box-shadow:0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);transform:translate(0, -0.25rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);}.project-title{font-size:1.25rem;line-height:1.75rem;font-weight:500;color:rgb(31 41 55 / 1);margin-bottom:1rem;}.project-description{color:rgb(75 85 99 / 1);line-height:1.625;margin-bottom:1rem;font-weight:300;}.project-outcome{font-size:0.875rem;line-height:1.25rem;color:rgb(55 65 81 / 1);font-weight:500;}.testimonials-section{padding-top:6rem;padding-bottom:6rem;background-color:rgb(255 255 255 / 1);}.testimonials-container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;}.testimonials-title{font-weight:300;text-align:center;margin-bottom:4rem;font-size:1.875rem;line-height:2.25rem;}.testimonials-grid{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));gap:3rem;}.testimonial-card{background-color:rgb(249 250 251 / 1);padding:2rem;position:relative;border-radius:0.75rem;}.quote-mark{font-size:3.75rem;line-height:1;color:rgb(191 219 254 / 1);position:absolute;top:1rem;left:1.5rem;}.testimonial-text{color:rgb(55 65 81 / 1);font-style:italic;line-height:1.625;margin-bottom:1.5rem;position:relative;z-index:10;}.testimonial-author{display:flex;align-items:center;gap:1rem;}.author-photo{width:4rem;height:4rem;border-radius:9999px;object-fit:cover;}.author-name{font-weight:500;color:rgb(31 41 55 / 1);}.author-title{font-size:0.875rem;line-height:1.25rem;color:rgb(75 85 99 / 1);}.contact-section{padding-top:5rem;padding-bottom:5rem;background-image:linear-gradient(to bottom right, #eff6ff   , rgb(239 246 255 / 0)   
);padding-left:1.5rem;padding-right:1.5rem;background-color:rgb(249 250 251 / 1);}.contact-container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;text-align:center;}.contact-title{font-weight:300;text-align:center;margin-bottom:4rem;letter-spacing:0.025em;font-size:1.875rem;line-height:2.25rem;}.contact-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:4rem;}.contact-info > :not([hidden]) ~ :not([hidden]){margin-top:calc(2rem * calc(1 - 0));margin-bottom:calc(2rem * 0);}.contact-label{font-size:1.125rem;line-height:1.75rem;font-weight:500;color:rgb(17 24 39 / 1);margin-bottom:0.5rem;}.contact-email{font-size:1.125rem;line-height:1.75rem;}.contact-email:hover{text-decoration-line:underline;}.contact-phone{font-size:1.125rem;line-height:1.75rem;}.contact-phone:hover{text-decoration-line:underline;}.contact-address{color:rgb(55 65 81 / 1);font-style:normal;}.contact-form{background-color:rgb(255 255 255 / 1);padding:2rem;border-radius:0.75rem;box-shadow:0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);}.contact-form > :not([hidden]) ~ :not([hidden]){margin-top:calc(1.5rem * calc(1 - 0));margin-bottom:calc(1.5rem * 0);}.name-label{display:block;font-size:0.875rem;line-height:1.25rem;font-weight:500;color:rgb(55 65 81 / 1);margin-bottom:0.5rem;}.name-input{width:100%;padding-left:1rem;padding-right:1rem;padding-top:0.75rem;padding-bottom:0.75rem;border-width:1px;border-color:rgb(209 213 219 / 1);border-radius:0.5rem;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;}.name-input:focus{box-shadow:0 0 0 0px #fff,    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;border-color:transparent;outline:2px solid transparent;outline-offset:2px;}.email-label{display:block;font-size:0.875rem;line-height:1.25rem;font-weight:500;color:rgb(55 65 81 / 1);margin-bottom:0.5rem;}.email-input{width:100%;padding-left:1rem;padding-right:1rem;padding-top:0.75rem;padding-bottom:0.75rem;border-width:1px;border-color:rgb(209 213 219 / 1);border-radius:0.5rem;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;}.email-input:focus{box-shadow:0 0 0 0px #fff,    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;border-color:transparent;outline:2px solid transparent;outline-offset:2px;}.message-label{display:block;font-size:0.875rem;line-height:1.25rem;font-weight:500;color:rgb(55 65 81 / 1);margin-bottom:0.5rem;}.message-input{width:100%;padding-left:1rem;padding-right:1rem;padding-top:0.75rem;padding-bottom:0.75rem;border-width:1px;border-color:rgb(209 213 219 / 1);border-radius:0.5rem;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;}.message-input:focus{box-shadow:0 0 0 0px #fff,    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;border-color:transparent;outline:2px solid transparent;outline-offset:2px;}.submit-button{width:100%;padding-top:1rem;padding-bottom:1rem;font-weight:500;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;font-size:1.125rem;line-height:1.75rem;letter-spacing:0.025em;padding-left:1.5rem;padding-right:1.5rem;background-color:rgb(37 99 235 / 1);color:rgb(255 255 255 / 1);border-radius:0.5rem;transform:translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);}.submit-button:hover{background-color:rgb(29 78 216 / 1);transform:translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.05) scaleY(1.05);}.footer{background-color:rgb(17 24 39 / 1);color:rgb(209 213 219 / 1);padding-top:3rem;padding-bottom:3rem;padding-left:1.5rem;padding-right:1.5rem;}.footer-container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;}.footer-content{display:flex;flex-direction:column;align-items:center;gap:1rem;justify-content:space-between;text-align:center;}.footer-links{display:flex;gap:1.5rem;font-size:0.875rem;line-height:1.25rem;margin-top:1.5rem;justify-content:center;margin-bottom:1.5rem;}.privacy-link:hover{color:rgb(255 255 255 / 1);}.privacy-link{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.terms-link:hover{color:rgb(255 255 255 / 1);}.terms-link{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.linkedin-link:hover{color:rgb(29 78 216 / 1);}.linkedin-link{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;display:flex;align-items:center;gap:0.75rem;}.twitter-link:hover{color:rgb(255 255 255 / 1);}.twitter-link{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.copyright{font-size:0.875rem;line-height:1.25rem;color:rgb(156 163 175 / 1);}.navigation-bar{position:sticky;top:0px;z-index:50;backdrop-filter:blur(8px);background-color:rgb(255 255 255 / 0.9
);box-shadow:0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);border-bottom-width:1px;border-color:rgb(229 231 235 / 1);}.navigation-layout{display:flex;justify-content:space-between;align-items:center;}.team-link:hover{color:rgb(29 78 216 / 1);}.team-link{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;}.projects-link:hover{color:rgb(29 78 216 / 1);}.projects-link{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;}.head-consultant-link:hover{color:rgb(29 78 216 / 1);}.head-consultant-link{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;}.hero-headline{font-size:3rem;line-height:1;font-weight:300;letter-spacing:0.025em;margin-bottom:1.5rem;}.hero-subheadline{font-size:1.25rem;line-height:1.75rem;font-weight:300;color:rgb(75 85 99 / 1);letter-spacing:0.025em;}.about-section{padding-top:6rem;padding-bottom:6rem;background-color:rgb(255 255 255 / 1);}.about-container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;}.about-layout{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:3rem;align-items:center;}.about-heading{font-size:1.875rem;line-height:2.25rem;font-weight:300;margin-bottom:1.5rem;}.about-text{font-size:1.125rem;line-height:1.625;color:rgb(55 65 81 / 1);font-weight:300;}.about-image-container{border-radius:1rem;overflow:hidden;box-shadow:0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);}.about-image:hover{transform:translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.05) scaleY(1.05);}.about-image{transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;border-radius:1rem;box-shadow:0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);}.services-section{background-color:rgb(249 250 251 / 1);padding-top:6rem;padding-bottom:6rem;}.services-container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;}.services-heading{font-size:1.875rem;line-height:2.25rem;font-weight:300;text-align:center;margin-bottom:3rem;}.services-grid{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));gap:2rem;}.service-card{background-color:rgb(255 255 255 / 1);padding:2rem;border-radius:0.75rem;box-shadow:0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;}.service-card:hover{box-shadow:0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);}.service-title{font-size:1.25rem;line-height:1.75rem;font-weight:500;margin-bottom:1rem;color:rgb(31 41 55 / 1);}.service-description{color:rgb(75 85 99 / 1);line-height:1.625;font-weight:300;}.team-section{padding-top:6rem;padding-bottom:6rem;background-color:rgb(255 255 255 / 1);}.team-container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;}.team-heading{font-size:1.875rem;line-height:2.25rem;font-weight:300;text-align:center;margin-bottom:3rem;}.team-grid{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));gap:3rem;text-align:center;}.team-member-image-container{width:12rem;height:12rem;margin-left:auto;margin-right:auto;margin-bottom:1rem;border-radius:9999px;overflow:hidden;}.team-member-image{transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;}.team-member-name{font-size:1.25rem;line-height:1.75rem;font-weight:500;color:rgb(31 41 55 / 1);margin-bottom:0.5rem;}.team-member-role{color:rgb(75 85 99 / 1);}.projects-heading{font-size:1.875rem;line-height:2.25rem;font-weight:300;text-align:center;margin-bottom:3rem;}.contact-teaser-section{padding-top:5rem;padding-bottom:5rem;}.contact-heading{font-size:1.875rem;line-height:2.25rem;font-weight:300;margin-bottom:1.5rem;}.contact-text{font-size:1.125rem;line-height:1.75rem;color:rgb(75 85 99 / 1);margin-bottom:2rem;}.contact-info{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-direction:column;align-items:center;}.email-info{color:rgb(55 65 81 / 1);}.phone-info{color:rgb(55 65 81 / 1);}.phone-label{font-weight:600;}.contact-button{display:inline-block;padding-left:2rem;padding-right:2rem;padding-top:0.75rem;padding-bottom:0.75rem;border-radius:0.5rem;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;}.contact-button:hover{background-color:rgb(29 78 216 / 1);}#i45j1u{width:70.471%;height:100.172%;object-fit:cover;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:89px;}#ibm6um{align-self:center;flex:1 1 0%;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}#i9k7lx{background-color:rgba(255, 255, 255, 0.9);background-image:linear-gradient(90deg, white, rgba(102, 168, 255, 0.6) 100%);background-position:0px 0px;background-size:100% 100%;background-repeat:repeat;background-attachment:scroll;background-origin:padding-box;font-family:Verdana, Geneva, sans-serif;}.header-navigation{position:sticky;top:0px;z-index:50;backdrop-filter:blur(8px);background-color:rgb(255 255 255 / 0.7
);border-bottom-width:1px;border-color:rgb(229 231 235 / 1);}.nav-container{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;padding-top:1rem;padding-bottom:1rem;display:flex;justify-content:space-between;align-items:center;max-width:80rem;}.nav-links-container{display:flex;align-items:center;gap:1.5rem;}.sterling-profile-link:hover{color:rgb(29 78 216 / 1);}.sterling-profile-link{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;}.introduction-section{padding-top:4rem;padding-bottom:4rem;padding-left:1.5rem;padding-right:1.5rem;}.introduction-container{margin-left:auto;margin-right:auto;}.introduction-grid{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));gap:3rem;align-items:center;}.photo-container{display:flex;justify-content:center;}.sterling-photo{width:16rem;height:16rem;border-radius:9999px;box-shadow:0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);object-fit:cover;transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;}.sterling-photo:hover{transform:translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.05) scaleY(1.05);}.introduction-content{text-align:center;}.name-title{font-weight:300;letter-spacing:0.025em;}.role-title{font-size:1.25rem;line-height:1.75rem;color:rgb(75 85 99 / 1);margin-bottom:1rem;}.welcome-message{font-size:1.125rem;line-height:1.625;color:rgb(55 65 81 / 1);}.resume-overview-section{padding-top:4rem;padding-bottom:4rem;padding-left:1.5rem;padding-right:1.5rem;background-color:rgb(249 250 251 / 1);}.resume-container{margin-left:auto;margin-right:auto;}.resume-title{text-align:center;margin-bottom:3rem;font-weight:300;letter-spacing:0.025em;}.education-block{margin-bottom:3rem;}.education-title{font-size:1.25rem;line-height:1.75rem;font-weight:600;margin-bottom:1rem;color:rgb(31 41 55 / 1);}.education-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background-color:rgb(255 255 255 / 1);border-radius:0.5rem;box-shadow:0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.education-item:hover{box-shadow:0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);}.education-icon{font-size:1.875rem;line-height:2.25rem;}.degree-title{font-weight:500;font-size:1.125rem;line-height:1.75rem;}.institution{color:rgb(75 85 99 / 1);}.thesis-info{color:rgb(107 114 128 / 1);font-size:0.875rem;line-height:1.25rem;margin-top:0.25rem;}.experience-block{margin-bottom:3rem;}.experience-title{font-size:1.25rem;line-height:1.75rem;font-weight:600;margin-bottom:1rem;color:rgb(31 41 55 / 1);}.experience-list > :not([hidden]) ~ :not([hidden]){margin-top:calc(1rem * calc(1 - 0));margin-bottom:calc(1rem * 0);}.experience-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background-color:rgb(255 255 255 / 1);border-radius:0.5rem;box-shadow:0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.experience-item:hover{box-shadow:0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);}.experience-icon{font-size:1.875rem;line-height:2.25rem;}.position-title{font-weight:500;font-size:1.125rem;line-height:1.75rem;}.company-period{color:rgb(75 85 99 / 1);}.position-description{color:rgb(107 114 128 / 1);font-size:0.875rem;line-height:1.25rem;margin-top:0.25rem;}.skills-title{font-size:1.25rem;line-height:1.75rem;font-weight:600;margin-bottom:1rem;color:rgb(31 41 55 / 1);}.skills-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:1rem;}.skill-item{display:flex;align-items:center;gap:0.5rem;padding:0.75rem;background-color:rgb(255 255 255 / 1);border-radius:0.5rem;box-shadow:0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.skill-item:hover{box-shadow:0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);color:rgb(37 99 235 / 1);}.skill-icon{font-size:1.25rem;line-height:1.75rem;}.personal-interests-section{padding-top:4rem;padding-bottom:4rem;padding-left:1.5rem;padding-right:1.5rem;}.interests-container{margin-left:auto;margin-right:auto;text-align:center;}.interests-title{margin-bottom:2rem;font-weight:300;letter-spacing:0.025em;}.interests-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;}.interests-paragraph{font-size:1.125rem;line-height:1.625;color:rgb(55 65 81 / 1);max-width:42rem;}.interest-icons{display:flex;gap:2rem;margin-top:1rem;}.interest-item{text-align:center;transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.interest-item:hover{transform:translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.1) scaleY(1.1);}.interest-icon{font-size:2.25rem;line-height:2.5rem;display:block;margin-bottom:0.5rem;}.interest-label{font-size:0.875rem;line-height:1.25rem;color:rgb(75 85 99 / 1);}.email-link{display:flex;align-items:center;gap:0.75rem;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;color:rgb(37 99 235 / 1);}.email-link:hover{color:rgb(29 78 216 / 1);}.email-icon{font-size:1.5rem;line-height:2rem;width:3rem;height:3rem;background-color:rgb(219 234 254 / 1);border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}.linkedin-icon{font-size:1.5rem;line-height:2rem;}.researchgate-link{display:flex;align-items:center;gap:0.75rem;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.researchgate-link:hover{color:rgb(29 78 216 / 1);}.researchgate-icon{font-size:1.5rem;line-height:2rem;}.social-icons{display:flex;gap:1rem;}.facebook-link:hover{color:rgb(255 255 255 / 1);}.facebook-link{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.instagram-link:hover{color:rgb(255 255 255 / 1);}.instagram-link{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.education-details{color:#4b5563;font-size:0.95rem;line-height:1.6;margin-top:0.75rem;}.experience-details{color:#4b5563;font-size:0.95rem;line-height:1.6;margin-top:0.75rem;}.skill-item-expanded{padding:1rem;background-color:#ffffff;border-radius:0.5rem;box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);transition:box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1);}.skill-item-expanded:hover{box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);}.skill-header{display:flex;align-items:center;gap:0.5rem;margin-bottom:0.5rem;}.skill-icon-img{flex-shrink:0;}.skill-name{font-weight:500;font-size:1.125rem;color:#1f2937;}.skill-description{color:#6b7280;font-size:0.875rem;line-height:1.5;margin:0;}#ifwsya{padding-top:9px;padding-right:0px;padding-bottom:0px;padding-left:0px;background-color:#d9e9ff;}#i0n4ba{padding-top:28px;padding-right:0px;padding-bottom:24px;padding-left:0px;background-color:rgba(97, 99, 102, 0);background-image:unset;background-position:unset;background-size:unset;background-repeat:unset;background-attachment:unset;background-origin:unset;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-color:rgba(0, 0, 0, 0.73);border-right-color:rgba(0, 0, 0, 0.73);border-bottom-color:rgba(0, 0, 0, 0.73);border-left-color:rgba(0, 0, 0, 0.73);}.nav-content{display:flex;justify-content:space-between;align-items:center;}.logo-link{font-size:1.5rem;line-height:2rem;font-weight:300;letter-spacing:0.025em;color:rgb(31 41 55 / 1);}.nav-links{display:flex;gap:2rem;align-items:center;}.hero-title{font-size:3rem;line-height:1;font-weight:300;letter-spacing:-0.025em;margin-bottom:1.5rem;}.hero-subtitle{font-size:1.25rem;line-height:1.75rem;color:rgb(75 85 99 / 1);font-weight:300;letter-spacing:0.025em;margin-bottom:2.5rem;max-width:48rem;margin-left:auto;margin-right:auto;}.hero-cta{display:inline-block;padding-left:2rem;padding-right:2rem;padding-top:1rem;padding-bottom:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:300;letter-spacing:0.025em;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;}.about-grid{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));gap:4rem;align-items:center;}.about-title{font-size:1.875rem;line-height:2.25rem;font-weight:300;margin-bottom:1.5rem;}.history-text{color:rgb(75 85 99 / 1);line-height:1.625;margin-bottom:1.5rem;}.expertise-items > :not([hidden]) ~ :not([hidden]){margin-top:calc(0.5rem * calc(1 - 0));margin-bottom:calc(0.5rem * 0);}.expertise-items{color:rgb(75 85 99 / 1);}.services-title{font-size:1.875rem;line-height:2.25rem;font-weight:300;text-align:center;margin-bottom:4rem;}.team-title{font-size:1.875rem;line-height:2.25rem;font-weight:300;text-align:center;margin-bottom:4rem;}.team-member-card{text-align:center;}.team-member-photo{border-radius:9999px;margin-left:auto;margin-right:auto;margin-bottom:1.5rem;box-shadow:0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);}.team-member-title{color:rgb(75 85 99 / 1);margin-bottom:1rem;}.team-member-bio{font-size:0.875rem;line-height:1.625;color:rgb(75 85 99 / 1);font-weight:300;}.project-content{padding:2rem;}.testimonial-quote{color:rgb(55 65 81 / 1);font-weight:300;line-height:1.75rem;margin-bottom:1.5rem;font-style:italic;font-size:1.125rem;}.company-label{display:block;font-size:0.875rem;line-height:1.25rem;font-weight:500;color:rgb(55 65 81 / 1);margin-bottom:0.5rem;}.company-input{width:100%;padding-left:1rem;padding-right:1rem;padding-top:0.75rem;padding-bottom:0.75rem;border-width:1px;border-radius:0.5rem;border-color:rgb(209 213 219 / 1);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;}.company-input:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 0px #fff,    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;border-color:transparent;}.message-textarea{width:100%;padding-left:1rem;padding-right:1rem;padding-top:0.75rem;padding-bottom:0.75rem;border-width:1px;border-radius:0.5rem;}.message-textarea:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 0px #fff,    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;}.contact-info-container > :not([hidden]) ~ :not([hidden]){margin-top:calc(2rem * calc(1 - 0));margin-bottom:calc(2rem * 0);}.contact-info-title{font-size:1.25rem;line-height:1.75rem;font-weight:500;margin-bottom:1.5rem;}.contact-item{margin-bottom:1rem;}.email-contact{color:rgb(75 85 99 / 1);}.phone-contact{color:rgb(75 85 99 / 1);}.address-contact{color:rgb(75 85 99 / 1);}.map-container{background-color:rgb(229 231 235 / 1);border-radius:1rem;height:24rem;display:flex;align-items:center;justify-content:center;margin-top:2rem;overflow:hidden;box-shadow:0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);}.map-placeholder{color:rgb(107 114 128 / 1);}.footer-section{background-color:rgb(17 24 39 / 1);color:rgb(209 213 219 / 1);padding-top:3rem;padding-bottom:3rem;}.footer-grid{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));gap:2rem;margin-bottom:2rem;}.footer-title{font-size:1.125rem;line-height:1.75rem;font-weight:300;margin-bottom:1rem;}.footer-text{color:rgb(156 163 175 / 1);font-weight:300;font-size:0.875rem;line-height:1.25rem;}.footer-links > :not([hidden]) ~ :not([hidden]){margin-top:calc(0.5rem * calc(1 - 0));margin-bottom:calc(0.5rem * 0);}.footer-link{color:rgb(156 163 175 / 1);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;font-size:0.875rem;line-height:1.25rem;}.footer-link:hover{color:rgb(255 255 255 / 1);}.footer-bottom{border-top-width:1px;border-color:rgb(31 41 55 / 1);padding-top:2rem;text-align:center;}.copyright-text{color:rgb(156 163 175 / 1);font-weight:300;font-size:0.875rem;line-height:1.25rem;}.body{background-color:rgb(249 250 251 / 1);color:rgb(17 24 39 / 1);}.navigation-content{display:flex;align-items:center;justify-content:space-between;}.profile-link:hover{color:rgb(31 41 55 / 1);}.profile-link{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;color:rgb(75 85 99 / 1);}.page-title{font-size:3rem;line-height:1;font-weight:300;letter-spacing:0.025em;margin-bottom:1rem;}.page-description{font-size:1.25rem;line-height:1.75rem;font-weight:300;color:rgb(75 85 99 / 1);max-width:42rem;margin-left:auto;margin-right:auto;}.form-title{font-size:1.875rem;line-height:2.25rem;font-weight:300;margin-bottom:2rem;}.submit-button:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 0px #fff,    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;}.info-title{font-size:1.875rem;line-height:2.25rem;font-weight:300;margin-bottom:2rem;}.contact-details > :not([hidden]) ~ :not([hidden]){margin-top:calc(1.5rem * calc(1 - 0));margin-bottom:calc(1.5rem * 0);}.email-container{display:flex;align-items:flex-start;gap:1rem;}.email-icon-text{color:rgb(37 99 235 / 1);font-size:1.25rem;line-height:1.75rem;font-weight:700;}.email-heading{font-weight:600;font-size:1.125rem;line-height:1.75rem;color:rgb(17 24 39 / 1);}.phone-container{display:flex;align-items:flex-start;gap:1rem;}.phone-icon{width:3rem;height:3rem;background-color:rgb(219 234 254 / 1);border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}.phone-icon-text{color:rgb(37 99 235 / 1);font-size:1.25rem;line-height:1.75rem;font-weight:700;}.phone-heading{font-weight:600;font-size:1.125rem;line-height:1.75rem;color:rgb(17 24 39 / 1);}.phone-link{color:rgb(37 99 235 / 1);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;}.phone-link:hover{color:rgb(29 78 216 / 1);}.address-container{display:flex;align-items:flex-start;gap:1rem;}.address-icon{width:3rem;height:3rem;background-color:rgb(219 234 254 / 1);border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}.address-icon-text{color:rgb(37 99 235 / 1);font-size:1.25rem;line-height:1.75rem;font-weight:700;}.address-heading{font-weight:600;font-size:1.125rem;line-height:1.75rem;color:rgb(17 24 39 / 1);}.address-text{color:rgb(75 85 99 / 1);}.map-image{width:100%;height:100%;object-fit:cover;}.cta-section{background-image:linear-gradient(to right, #2563eb   , rgb(37 99 235 / 0)   
);padding-top:4rem;padding-bottom:4rem;}.cta-container{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;text-align:center;}.cta-title{font-size:1.875rem;line-height:2.25rem;font-weight:300;color:rgb(255 255 255 / 1);margin-bottom:1rem;}.cta-description{font-size:1.25rem;line-height:1.75rem;color:rgb(219 234 254 / 1);margin-bottom:2rem;max-width:42rem;margin-left:auto;margin-right:auto;}.cta-button{display:inline-block;background-color:rgb(255 255 255 / 1);color:rgb(37 99 235 / 1);padding-left:2rem;padding-right:2rem;padding-top:0.75rem;padding-bottom:0.75rem;border-radius:0.5rem;font-weight:600;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transform:translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);}.cta-button:hover{transform:translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.05) scaleY(1.05);background-color:rgb(243 244 246 / 1);}.footer-home-link:hover{color:rgb(255 255 255 / 1);}.footer-home-link{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;}.footer-about-link:hover{color:rgb(255 255 255 / 1);}.footer-about-link{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;}.footer-profile-link:hover{color:rgb(255 255 255 / 1);}.footer-profile-link{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;}.footer-contact-link:hover{color:rgb(255 255 255 / 1);}.footer-contact-link{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;}.cls-wk2nh2{min-height:100vh;display:flex;flex-direction:column;}.login-link{padding-left:1.5rem;padding-right:1.5rem;padding-top:0.5rem;padding-bottom:0.5rem;color:rgb(255 255 255 / 1);border-radius:0.5rem;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;}.login-link:hover{background-color:rgb(29 78 216 / 1);}.main-content{flex-grow:1;display:flex;align-items:center;justify-content:center;padding-left:1.5rem;padding-right:1.5rem;padding-top:3rem;padding-bottom:3rem;}.login-container{width:100%;max-width:28rem;}.login-card{background-color:rgb(255 255 255 / 1);border-radius:1rem;box-shadow:0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);padding:2rem;}.login-title{text-align:center;margin-bottom:2rem;font-weight:300;letter-spacing:0.025em;}.password-label{display:block;font-size:0.875rem;line-height:1.25rem;font-weight:500;color:rgb(55 65 81 / 1);margin-bottom:0.5rem;}.password-input{width:100%;padding-left:1rem;padding-right:1rem;padding-top:0.75rem;padding-bottom:0.75rem;border-width:1px;border-radius:0.5rem;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;}.password-input:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 0px #fff,    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;border-color:transparent;}.login-button:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 0px #fff,    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;}.login-links-container{margin-top:1.5rem;text-align:center;}.forgot-password-link{font-size:0.875rem;line-height:1.25rem;}.forgot-password-link:hover{text-decoration-line:underline;}.link-separator{margin-left:0.5rem;margin-right:0.5rem;color:rgb(209 213 219 / 1);}.create-account-link{font-size:0.875rem;line-height:1.25rem;}.create-account-link:hover{text-decoration-line:underline;}.footer-brand{font-size:1.25rem;line-height:1.75rem;font-weight:300;letter-spacing:0.025em;margin-bottom:1rem;}.footer-copyright{font-size:0.875rem;line-height:1.25rem;color:rgb(107 114 128 / 1);}#i7gnec{padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;}#iwxwj5-2{font-family:Verdana, Geneva, sans-serif;font-weight:600;}#icfd8h-2{align-self:center;flex:1 1 0%;}#ibv1ny{flex-direction:row;font-weight:400;}.SS-navigation-links-copy{display:flex;align-items:center;gap:2rem;}#issg9z{border-top-color:rgba(0, 0, 0, 0.5);border-right-color:rgba(0, 0, 0, 0.5);border-bottom-color:rgba(0, 0, 0, 0.5);border-left-color:rgba(0, 0, 0, 0.5);border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;}#ipuaml{align-items:center;display:flex;align-self:center;flex:0 1 auto;flex-wrap:nowrap;justify-content:flex-end;flex-direction:row-reverse;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}#inp026{align-self:center;display:inline;flex:0 0 auto;}#ians0t{align-self:center;display:inline;}#ied1ko{padding-top:18px;padding-right:24px;padding-bottom:15px;padding-left:24px;}#i5j8zb{align-self:center;display:inline;}#inp026-3{align-self:center;display:inline;flex:0 0 auto;}#ixps7w{padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;max-width:100000px;}#contact{padding-top:22px;padding-right:0px;padding-bottom:26px;padding-left:0px;background-color:#f1f6fe;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}#projects{padding-top:28px;padding-right:0px;padding-bottom:0px;padding-left:0px;background-color:#f1f6fe;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.gjs-image-box{height:200px;width:100%;}#izjx9l{background-image:url('https://cdn.grapesjs.com/workspaces/cmfc0pgn01pv2y0i3lj47kg95/assets/c86a3027-2b75-47d7-bb67-0ed0a7d2449a__symbol-transparent.png');background-size:contain;background-position:center center;background-attachment:scroll;background-repeat:no-repeat;width:150%;display:flex;flex-direction:row-reverse;}#ihyjji-2{text-align:center;vertical-align:baseline;display:block;justify-content:flex-end;align-items:center;flex-direction:row;position:relative;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:44px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-family:Verdana, Geneva, sans-serif;font-weight:600;text-transform:lowercase;}#ibm6um-2{align-self:center;flex:1 1 0%;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:6px;}#i5w6qt{text-align:left;}#izjx9l-2{background-image:url('https://cdn.grapesjs.com/workspaces/cmfc0pgn01pv2y0i3lj47kg95/assets/c86a3027-2b75-47d7-bb67-0ed0a7d2449a__symbol-transparent.png');background-size:contain;background-position:center center;background-attachment:scroll;background-repeat:no-repeat;width:150%;display:flex;flex-direction:row-reverse;}#ibm6um-3{align-self:center;flex:1 1 0%;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}#i5w6qt-2{text-align:left;}#ihyjji-2-3{text-align:center;vertical-align:baseline;display:block;justify-content:flex-end;align-items:center;flex-direction:row;position:relative;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:44px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-family:Verdana, Geneva, sans-serif;font-weight:600;text-transform:lowercase;}#ibm6um-2-2{align-self:center;flex:1 1 0%;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:6px;}#irn9rk{font-size:36pt;}#iq4ih{border-top-color:rgba(0, 0, 0, 0.5);border-right-color:rgba(0, 0, 0, 0.5);border-bottom-color:rgba(0, 0, 0, 0.5);border-left-color:rgba(0, 0, 0, 0.5);border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;}#icmgg{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}#i4tdb6{border-top-color:rgba(0, 0, 0, 0.5);border-right-color:rgba(0, 0, 0, 0.5);border-bottom-color:rgba(0, 0, 0, 0.5);border-left-color:rgba(0, 0, 0, 0.5);border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;}#itr1rj{background-color:#f9fbff;}#idmx0r{background-color:#e9f3ff;}#ixklyx{background-color:#d9e9ff;}#i5xetg{background-color:#f1f6fe;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:56px;padding-right:0px;padding-bottom:50px;padding-left:0px;}#ibiqc{background-color:#f1f6fe;background-image:linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, #d9e9ff 90%);background-position:0px 0px;background-size:100% 100%;background-repeat:repeat;background-attachment:scroll;background-origin:padding-box;}#i4tdb6-3{border-top-color:rgba(0, 0, 0, 0.5);border-right-color:rgba(0, 0, 0, 0.5);border-bottom-color:rgba(0, 0, 0, 0.5);border-left-color:rgba(0, 0, 0, 0.5);border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;}#itr1rj-3{background-color:#f9fbff;margin-top:0px;margin-right:29px;margin-bottom:0px;margin-left:34px;}#idmx0r-3{background-color:rgba(227, 240, 255, 1);margin-top:0px;margin-right:36px;margin-bottom:0px;margin-left:39px;}#i0vdug{background-color:#f1f6fe;}#i5xetg-3{background-color:#f1f6fe;margin-top:0px;margin-right:517px;margin-bottom:0px;margin-left:0px;display:inline;padding-top:33px;padding-right:24px;padding-bottom:0px;padding-left:486px;}.gjs-plg-flex-column{flex-grow:1;}#ie2q75{flex-basis:50%;padding-top:0px;padding-right:0px;padding-bottom:34px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:#f1f6fe;}#iuurnt{flex-basis:50%;background-color:#f0f5fd;}.gjs-plg-flex-row{display:flex;align-items:stretch;flex-wrap:nowrap;}#iblndd{width:100%;}#itr1rj-3-2{background-color:rgba(238, 244, 255, 1);grid-area:3 / 1 / 4 / 2;margin-top:0px;margin-right:32px;margin-bottom:0px;margin-left:36px;}#itr1rj-3-3{background-color:rgba(242, 246, 255, 1);margin-top:0px;margin-right:30px;margin-bottom:0px;margin-left:36px;}#docs-internal-guid-6066f4e6-7fff-9511-fea0-8cdbde3c59f5{font-weight:normal;}#is82gd{font-size:10pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;}#docs-internal-guid-cfe58ca9-7fff-f0b4-ce92-c94fa29e1ff3{font-weight:normal;}#i0reub{line-height:1.38;margin-top:0pt;margin-bottom:0pt;}#ia66fo{flex-basis:100%;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}#ifcztr{width:100%;}#i4tdb6-4{border-top-color:rgba(0, 0, 0, 0.5);border-right-color:rgba(0, 0, 0, 0.5);border-bottom-color:rgba(0, 0, 0, 0.5);border-left-color:rgba(0, 0, 0, 0.5);border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;}#itr1rj-4{background-color:#f9fbff;padding-top:18px;padding-right:51px;padding-bottom:18px;padding-left:60px;margin-top:0px;margin-right:307px;margin-bottom:0px;margin-left:309px;}#iwurok{padding-top:0px;padding-right:0px;padding-bottom:42px;padding-left:0px;}#i5xetg-4{background-color:#f1f6fe;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:62px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:static;max-width:100000px;}#ij6f0f{text-align:center;}#if4u69{text-align:center;}#itr1rj-4-2{background-color:#f9fbff;padding-top:18px;padding-right:51px;padding-bottom:18px;padding-left:60px;margin-top:0px;margin-right:307px;margin-bottom:0px;margin-left:309px;}#ih12r4{text-align:center;}#itr1rj-4-3{background-color:#f9fbff;padding-top:18px;padding-right:51px;padding-bottom:18px;padding-left:60px;margin-top:0px;margin-right:307px;margin-bottom:0px;margin-left:309px;}#iofg7f{text-align:center;}#itr1rj-4-4{background-color:#f9fbff;padding-top:18px;padding-right:51px;padding-bottom:18px;padding-left:60px;margin-top:0px;margin-right:307px;margin-bottom:0px;margin-left:309px;}#itr1rj-5{background-color:rgba(196, 220, 254, 1);grid-area:4 / 1 / 5 / 2;}#io9upx{flex-basis:33.33%;padding-top:0px;padding-right:20px;padding-bottom:0px;padding-left:38px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:#f1f6fe;}#iplq88{flex-basis:33.55%;padding-top:0px;padding-right:36px;padding-bottom:0px;padding-left:22px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:#f1f6fe;}#img5un{flex-basis:33.11%;}#i2jerw{width:100%;}#iquhpf{color:black;width:142px;height:274px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:18px;margin-bottom:0px;margin-left:0px;}#iyiz1w{color:black;width:128px;height:274px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}#ij3lrj{color:black;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;height:274px;}#idmx0r-3-2{background-color:rgba(212, 231, 255, 1);margin-top:0px;margin-right:34px;margin-bottom:0px;margin-left:38px;}#iwxwj5-2-3{font-family:Verdana, Geneva, sans-serif;font-weight:600;}#izjx9l-4{background-image:url('https://cdn.grapesjs.com/workspaces/cmfc0pgn01pv2y0i3lj47kg95/assets/c86a3027-2b75-47d7-bb67-0ed0a7d2449a__symbol-transparent.png');background-size:contain;background-position:center center;background-attachment:scroll;background-repeat:no-repeat;width:150%;display:flex;flex-direction:row-reverse;}#ibm6um-5{align-self:center;flex:1 1 0%;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}#i5w6qt-4{text-align:left;}#ihyjji-2-5{text-align:center;vertical-align:baseline;display:block;justify-content:flex-end;align-items:center;flex-direction:row;position:relative;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:44px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-family:Verdana, Geneva, sans-serif;font-weight:600;text-transform:lowercase;}#ibm6um-2-4{align-self:center;flex:1 1 0%;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:6px;}#iwxwj5-2-4{font-family:Verdana, Geneva, sans-serif;font-weight:600;}#iwxwj5-2-3-2{font-family:Verdana, Geneva, sans-serif;font-weight:600;}#icfd8h-2-3{align-self:center;flex:1 1 0%;}#ibv1ny-3{flex-direction:row;font-weight:400;}#i7gnec-3{padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;}#i9k7lx-3{background-color:rgba(255, 255, 255, 0.9);background-image:linear-gradient(90deg, white, rgba(102, 168, 255, 0.6) 100%);background-position:0px 0px;background-size:100% 100%;background-repeat:repeat;background-attachment:scroll;background-origin:padding-box;font-family:Verdana, Geneva, sans-serif;}#iq4ih-3{border-top-color:rgba(0, 0, 0, 0.5);border-right-color:rgba(0, 0, 0, 0.5);border-bottom-color:rgba(0, 0, 0, 0.5);border-left-color:rgba(0, 0, 0, 0.5);border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;}#i45j1u-3{width:54.167%;height:100.292%;object-fit:cover;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:89px;}#icmgg-3{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}#ibiqc-3{background-color:#f1f6fe;background-image:linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, #d9e9ff 90%);background-position:0px 0px;background-size:100% 100%;background-repeat:repeat;background-attachment:scroll;background-origin:padding-box;}#ifwsya-3{padding-top:9px;padding-right:0px;padding-bottom:0px;padding-left:0px;background-color:#d9e9ff;}#i4tdb6-5{border-top-color:rgba(0, 0, 0, 0.5);border-right-color:rgba(0, 0, 0, 0.5);border-bottom-color:rgba(0, 0, 0, 0.5);border-left-color:rgba(0, 0, 0, 0.5);border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;}#itr1rj-6{background-color:#f9fbff;}#idmx0r-4{background-color:#e9f3ff;}#ixklyx-3{background-color:#d9e9ff;}#i5xetg-5{background-color:#f1f6fe;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:56px;padding-right:0px;padding-bottom:50px;padding-left:0px;}#ie2q75-3{flex-basis:50%;padding-top:0px;padding-right:0px;padding-bottom:34px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:#f1f6fe;}#i4tdb6-3-3{border-top-color:rgba(0, 0, 0, 0.5);border-right-color:rgba(0, 0, 0, 0.5);border-bottom-color:rgba(0, 0, 0, 0.5);border-left-color:rgba(0, 0, 0, 0.5);border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;}#docs-internal-guid-6066f4e6-7fff-9511-fea0-8cdbde3c59f5-3{font-weight:normal;}#is82gd-3{font-size:10pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;}#itr1rj-3-5{background-color:#f9fbff;margin-top:0px;margin-right:29px;margin-bottom:0px;margin-left:34px;}#i0vdug-3{background-color:#f1f6fe;}#i5xetg-3-3{background-color:#f1f6fe;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;display:inline;padding-top:33px;padding-right:24px;padding-bottom:0px;padding-left:532px;}#projects-3{padding-top:28px;padding-right:0px;padding-bottom:0px;padding-left:0px;background-color:#f1f6fe;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}#iuurnt-3{flex-basis:50%;background-color:#f0f5fd;}#iblndd-3{width:100%;}#i5xetg-4-3{background-color:#f1f6fe;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:27px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:static;max-width:100000px;}#ia66fo-3{flex-basis:100%;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}#ifcztr-3{width:100%;}#issg9z-3{border-top-color:rgba(0, 0, 0, 0.5);border-right-color:rgba(0, 0, 0, 0.5);border-bottom-color:rgba(0, 0, 0, 0.5);border-left-color:rgba(0, 0, 0, 0.5);border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;}#ixps7w-3{padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;max-width:100000px;}#contact-3{padding-top:22px;padding-right:0px;padding-bottom:26px;padding-left:0px;background-color:#f1f6fe;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}#i5j8zb-3{align-self:center;display:inline;}#inp026-3-3{align-self:center;display:inline;flex:0 0 auto;}#ians0t-3{align-self:center;display:inline;}#inp026-4{align-self:center;display:inline;flex:0 0 auto;}#ipuaml-3{align-items:center;display:flex;align-self:center;flex:0 1 auto;flex-wrap:nowrap;justify-content:flex-end;flex-direction:row-reverse;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}#ied1ko-3{padding-top:18px;padding-right:24px;padding-bottom:15px;padding-left:24px;}#docs-internal-guid-6066f4e6-7fff-9511-fea0-8cdbde3c59f5-3-2{font-weight:normal;}#is82gd-3-2{font-size:10pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;}#itr1rj-3-5-2{background-color:#f9fbff;margin-top:0px;margin-right:29px;margin-bottom:0px;margin-left:34px;}#i4tdb6-3-3-2{border-top-color:rgba(0, 0, 0, 0.5);border-right-color:rgba(0, 0, 0, 0.5);border-bottom-color:rgba(0, 0, 0, 0.5);border-left-color:rgba(0, 0, 0, 0.5);border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;}#docs-internal-guid-6066f4e6-7fff-9511-fea0-8cdbde3c59f5-3-3{font-weight:normal;}#is82gd-3-3{font-size:10pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;}#itr1rj-3-5-3{background-color:#e9f3ff;margin-top:0px;margin-right:29px;margin-bottom:0px;margin-left:34px;padding-top:22px;padding-right:32px;padding-bottom:32px;padding-left:32px;}#docs-internal-guid-6066f4e6-7fff-9511-fea0-8cdbde3c59f5-3-2-3{font-weight:normal;}#is82gd-3-2-3{font-size:10pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;}#itr1rj-3-5-2-3{background-color:#f9fbff;margin-top:0px;margin-right:29px;margin-bottom:0px;margin-left:34px;padding-top:18px;padding-right:32px;padding-bottom:22px;padding-left:32px;}#i0vdug-3-2{background-color:#f1f6fe;}#i5xetg-3-3-2{background-color:#f1f6fe;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;display:inline;padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:486px;}#ierfic{flex-basis:33.33%;}#i8l1nj{flex-basis:33.33%;}#ilzpsz{flex-basis:33.33%;}#i5gf6n{width:100%;}#i2sbnm{color:black;width:328px;height:437px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:45px;}#i7sv3i{color:black;width:247px;height:442px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:63px;}#ix5l6l{color:black;width:349px;height:439px;}#ihef5g{text-align:center;border-top-color:#5b626c;border-right-color:#5b626c;border-bottom-color:#5b626c;border-left-color:#5b626c;border-top-left-radius:1px;border-top-right-radius:1px;border-bottom-left-radius:1px;border-bottom-right-radius:1px;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;background-color:#f1f6fe;}#ir0hrz{font-size:24pt;}#i4tdb6-3-3-2-2{border-top-color:rgba(0, 0, 0, 0.5);border-right-color:rgba(0, 0, 0, 0.5);border-bottom-color:rgba(0, 0, 0, 0.5);border-left-color:rgba(0, 0, 0, 0.5);border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;}#docs-internal-guid-6066f4e6-7fff-9511-fea0-8cdbde3c59f5-3-2-3-2{font-weight:normal;}#is82gd-3-2-3-2{font-size:10pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;}#itr1rj-3-5-2-3-2{background-color:#f9fbff;margin-top:0px;margin-right:29px;margin-bottom:0px;margin-left:34px;}#i0vdug-3-2-2{background-color:#f1f6fe;}#i5xetg-3-3-2-2{background-color:#f1f6fe;margin-top:0px;margin-right:517px;margin-bottom:0px;margin-left:0px;display:inline;padding-top:1px;padding-right:24px;padding-bottom:0px;padding-left:486px;}#i8gtni{flex-basis:33.33%;}#iuqkso{flex-basis:33.33%;}#i1wwxe{flex-basis:33.33%;}#ic11cj{width:100%;}#iwrl7m{padding:10px;}#ivfcjl{padding:10px;}#ijjsyw{padding:10px;}#ivlm5r{text-align:center;}#iff8qk{text-align:center;}#i7l6jf{text-align:center;}#izjx9l-3{background-image:url('https://cdn.grapesjs.com/workspaces/cmfc0pgn01pv2y0i3lj47kg95/assets/c86a3027-2b75-47d7-bb67-0ed0a7d2449a__symbol-transparent.png');background-size:contain;background-position:center center;background-attachment:scroll;background-repeat:no-repeat;width:150%;display:flex;flex-direction:row-reverse;}#ibm6um-4{align-self:center;flex:1 1 0%;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}#i5w6qt-3{text-align:left;}#ihyjji-2-4{text-align:center;vertical-align:baseline;display:block;justify-content:flex-end;align-items:center;flex-direction:row;position:relative;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:44px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-family:Verdana, Geneva, sans-serif;font-weight:600;text-transform:lowercase;}#ibm6um-2-3{align-self:center;flex:1 1 0%;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:6px;}#iwxwj5-2-2{font-family:Verdana, Geneva, sans-serif;font-weight:600;}#iwxwj5-2-3-3{font-family:Verdana, Geneva, sans-serif;font-weight:600;}#icfd8h-2-2{align-self:center;flex:1 1 0%;}#ibv1ny-2{flex-direction:row;font-weight:400;}#i7gnec-2{padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;}#i9k7lx-2{background-color:rgba(255, 255, 255, 0.9);background-image:linear-gradient(90deg, white, rgba(102, 168, 255, 0.6) 100%);background-position:0px 0px;background-size:100% 100%;background-repeat:repeat;background-attachment:scroll;background-origin:padding-box;font-family:Verdana, Geneva, sans-serif;}#ibiqc-2{background-color:#f1f6fe;background-image:linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, #d9e9ff 90%);background-position:0px 0px;background-size:100% 100%;background-repeat:repeat;background-attachment:scroll;background-origin:padding-box;}#ifwsya-2{padding-top:9px;padding-right:0px;padding-bottom:0px;padding-left:0px;background-color:#d9e9ff;}#i4tdb6-4-2{border-top-color:rgba(0, 0, 0, 0.5);border-right-color:rgba(0, 0, 0, 0.5);border-bottom-color:rgba(0, 0, 0, 0.5);border-left-color:rgba(0, 0, 0, 0.5);border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;}#if4u69-2{text-align:center;}#itr1rj-4-2-2{background-color:#f9fbff;padding-top:18px;padding-right:51px;padding-bottom:7px;padding-left:50px;margin-top:0px;margin-right:170px;margin-bottom:0px;margin-left:223px;grid-area:1 / 1 / 2 / 2;}#iwurok-2{padding-top:0px;padding-right:0px;padding-bottom:42px;padding-left:0px;}#i5xetg-4-2{background-color:#f1f6fe;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:62px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:static;max-width:100000px;}#ia66fo-2{flex-basis:100%;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}#ifcztr-2{width:100%;}#i5j8zb-2{align-self:center;display:inline;}#inp026-3-2{align-self:center;display:inline;flex:0 0 auto;}#ians0t-2{align-self:center;display:inline;}#inp026-2{align-self:center;display:inline;flex:0 0 auto;}#ipuaml-2{align-items:center;display:flex;align-self:center;flex:0 1 auto;flex-wrap:nowrap;justify-content:flex-end;flex-direction:row-reverse;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}#ied1ko-2{padding-top:18px;padding-right:24px;padding-bottom:15px;padding-left:24px;}#if4u69-2-2{text-align:center;}#iwxwj5-2-3-3-2{font-family:Verdana, Geneva, sans-serif;font-weight:600;}#iwxwj5-2-3-2-2{font-family:Verdana, Geneva, sans-serif;font-weight:600;}#iwxwj5-2-3-4{font-family:Verdana, Geneva, sans-serif;font-weight:600;}
<body>
</html>