.guten-DLmftI.layout-boxed > .guten-container { max-width: 1140px; } .guten-DLmftI:not(.background-animated), .guten-DLmftI.background-animated > .guten-background-animated .animated-layer { background-color: var(--wp--preset--color--startupzy-secondary);  }#guten-qEv10a .gutenverse-menu-wrapper .gutenverse-menu { justify-content: center; } #guten-qEv10a.break-point-tablet.guten-nav-menu .guten-nav-overlay, #guten-qEv10a.break-point-mobile.guten-nav-menu .guten-nav-overlay { pointer-events: none !important; } #guten-qEv10a .gutenverse-menu-wrapper .gutenverse-menu > li > a, #guten-qEv10a .gutenverse-menu-wrapper .gutenverse-menu > ul > li > a { font-size: 16px; } #guten-qEv10a .gutenverse-hamburger-wrapper { justify-content: right; } #guten-qEv10a.guten-nav-menu .gutenverse-hamburger-menu { background-color: var(--wp--preset--color--startupzy-bgsoft); border-style: none; border-color: var(--wp--preset--color--startupzy-bgsoft); } #guten-qEv10a { background-color: var(--wp--preset--color--startupzy-bgsoft);  padding-top: 10px; padding-bottom: 10px; } @media only screen and (max-width: 767px) { #guten-qEv10a .gutenverse-hamburger-wrapper { justify-content: flex-start; } #guten-qEv10a.guten-nav-menu .gutenverse-hamburger-menu { width: 524px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; } #guten-qEv10a.guten-nav-menu .gutenverse-hamburger-menu i { font-size: 21px; } #guten-qEv10a.guten-nav-menu .gutenverse-hamburger-menu svg { font-size: 21px; } } 
			@media screen and (max-width: 1024px) {
				.guten-nav-menu.break-point-tablet .gutenverse-hamburger-menu {
					display: block;
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper {
					width: 100%;
					max-width: 360px;
					border-radius: 0px 0px 0px 0px;
					background-color: #f7f7f7;
					width: 100%;
					position: fixed;
					top: 0;
					left: -110%;
					height: 100%;
					overflow-y: auto;
					overflow-x: hidden;
					display: flex;
					flex-direction: column-reverse;
					justify-content: flex-end;
					-webkit-transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
					-moz-transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
					-o-transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
					transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper.active {
					left: 0;
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu-container {
					overflow-y: scroll;
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-nav-identity-panel {
					padding: 10px 0px 10px 0px;
					display: block;
					position: relative;
					z-index: 5;
					width: 100%;
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-nav-site-title {
					display: inline-block;
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-close-menu {
					display: block;
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu, 
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu > ul {
					display: block;
					overflow-y: auto;
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children > a i,
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children > a .gutenverse-icon-svg {
					margin-left: auto;
					padding: 4px 15px;
					border: 1px solid var(--guten-border-color);
					border-radius: 3px;
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children .sub-menu {
					position: inherit;
					box-shadow: none!important;
					background: none;
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li {
					display: block;
					width: 100%;
					position: inherit;
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li .sub-menu {
					display: none;
					max-height: 2500px;
					opacity: 0;
					visibility: hidden;
					transition: max-height 5s ease-out;
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li .sub-menu.dropdown-open {
					display: block;
					opacity: 1;
					visibility: visible;
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li a {
					display: block;
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li a i, .guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li a .gutenverse-icon-svg {
					float: right;
				}
				.guten-nav-menu.break-point-tablet .guten-nav-overlay {
					position: fixed;
					background-color: rgba(0, 0, 0, 0.2);
					width: 100%;
					height: 100%;
					top: 0;
					left: 0;
					z-index: 999;
					transform: translateX(-100%);
					transition: transform 0s ease-in-out;
				}
				.guten-nav-menu.break-point-tablet .guten-nav-overlay.active {
					animation: slideLeftToRight .5s ease-in-out forwards;
					transition: transform .5s ease-in-out;
				}
				.guten-nav-menu.break-point-tablet .guten-nav-overlay.exiting {
					animation: slideRightToLeft .5s ease-in-out forwards;
					transition: transform .5s ease-in-out;
				}
			}

			@media screen and (min-width: 1025px) {
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu-container {
					height: auto;
				}
			}

			@media screen and (max-width: 767px) {
				.guten-nav-menu.break-point-mobile .gutenverse-hamburger-menu {
					display: block;
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper {
					width: 100%;
					max-width: 360px;
					border-radius: 0px 0px 0px 0px;
					background-color: #f7f7f7;
					position: fixed;
					top: 0;
					left: -110%;
					height: 100% !important;
					overflow-y: auto;
					overflow-x: hidden;
					display: flex;
					flex-direction: column-reverse;
					justify-content: flex-end;
					-webkit-transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
					-moz-transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
					-o-transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
					transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper.active {
					left: 0;
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu-container {
					overflow-y: scroll;
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-nav-identity-panel {
					padding: 10px 0px 10px 0px;
					display: block;
					position: relative;
					z-index: 5;
					width: 100%;
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-nav-site-title {
					display: inline-block;
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-close-menu {
					display: block;
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu, 
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu > ul {
					display: block;
					overflow-y: auto;
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children > a i,
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children > a .gutenverse-icon-svg {
					margin-left: auto;
					padding: 4px 15px;
					border: 1px solid var(--guten-border-color);
					border-radius: 3px;
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children .sub-menu {
					position: inherit;
					box-shadow: none;
					background: none;
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li {
					display: block;
					width: 100%;
					position: inherit;
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li .sub-menu {
					display: none;
					max-height: 2500px;
					opacity: 0;
					visibility: hidden;
					transition: max-height 5s ease-out;
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li .sub-menu.dropdown-open {
					display: block;
					opacity: 1;
					visibility: visible;
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li a {
					display: block;
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li a i, .guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li a .gutenverse-icon-svg {
					float: right;
				}
				.guten-nav-menu.break-point-mobile .guten-nav-overlay {
					position: fixed;
					background-color: rgba(0, 0, 0, 0.2);
					width: 100%;
					height: 100%;
					top: 0;
					left: 0;
					z-index: 999;
					transform: translateX(-100%);
					transition: transform 0s ease-in-out;
				}
				.guten-nav-menu.break-point-mobile .guten-nav-overlay.active {
					animation: slideLeftToRight .5s ease-in-out forwards;
					transition: transform .5s ease-in-out;
				}
				.guten-nav-menu.break-point-mobile .guten-nav-overlay.exiting {
					animation: slideRightToLeft .5s ease-in-out forwards;
					transition: transform .5s ease-in-out;
				}
			}

			@media screen and (min-width: 768px) {
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu-container {
					height: auto;
				}
			}
		.guten-4qr4Df.layout-boxed > .guten-container { max-width: 1170px; } .guten-4qr4Df > .guten-background-overlay { background-color: var(--wp--preset--color--startupzy-bg-overlay); opacity: 0.2; } .guten-4qr4Df:not(.background-animated), .guten-4qr4Df.background-animated > .guten-background-animated .animated-layer { background-image: url(https://danielgaraycirujano.com/wp-content/uploads/2025/03/WhatsApp-Image-2022-10-21-at-11.57.40-PM.jpeg); background-position: top center; background-repeat: no-repeat; background-size: cover;  } .guten-element.guten-4qr4Df { padding-top: 260px; padding-bottom: 300px; } @media only screen and (max-width: 1024px) { .guten-4qr4Df:not(.background-animated), .guten-4qr4Df.background-animated > .guten-background-animated .animated-layer { background-position: center center; background-repeat: no-repeat; background-size: cover; } .guten-element.guten-4qr4Df { padding-top: 140px; padding-right: 10px; padding-bottom: 200px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-4qr4Df:not(.background-animated), .guten-4qr4Df.background-animated > .guten-background-animated .animated-layer { background-position: center center; } .guten-element.guten-4qr4Df { padding-top: 160px; padding-bottom: 180px; } }.guten-AJ2JGU.layout-boxed > .guten-container { max-width: 1140px; } .guten-AJ2JGU > .guten-container { flex-wrap: wrap; } .guten-AJ2JGU > .guten-container > .guten-column { width: 100%; } .guten-AJ2JGU:not(.background-animated), .guten-AJ2JGU.background-animated > .guten-background-animated .animated-layer { background-color: var(--wp--preset--color--startupzy-quote); background-image: url(https://danielgaraycirujano.com/wp-content/uploads/2025/03/close-up-man-doctor-high-five-1-1.jpg); background-position: center center; background-repeat: no-repeat; background-attachment: fixed;  } .guten-element.guten-AJ2JGU { padding-top: 100px; padding-bottom: 100px; } @media only screen and (max-width: 1024px) { .guten-AJ2JGU:not(.background-animated), .guten-AJ2JGU.background-animated > .guten-background-animated .animated-layer { background-attachment: scroll; } } @media only screen and (max-width: 767px) { .guten-AJ2JGU > .guten-container { flex-wrap: wrap; } .guten-AJ2JGU > .guten-container > .guten-column { width: 100%; } .guten-AJ2JGU:not(.background-animated), .guten-AJ2JGU.background-animated > .guten-background-animated .animated-layer { background-attachment: scroll; } .guten-element.guten-AJ2JGU { padding-right: 20px; padding-left: 20px; } }.guten-sRUMPN.layout-boxed > .guten-container { max-width: 1140px; } .guten-sRUMPN > .guten-container { flex-wrap: wrap; } .guten-sRUMPN > .guten-container > .guten-column { width: 100%; } .guten-sRUMPN:not(.background-animated), .guten-sRUMPN.background-animated > .guten-background-animated .animated-layer { background-color: var(--wp--preset--color--startupzy-bgsoft);  } .guten-element.guten-sRUMPN { padding-top: 100px; padding-bottom: 250px; } @media only screen and (max-width: 767px) { .guten-sRUMPN > .guten-container { flex-wrap: wrap; } .guten-sRUMPN > .guten-container > .guten-column { width: 100%; } }.guten-DQEety.layout-boxed > .guten-container { max-width: 1140px; } .guten-element.guten-DQEety { margin-top: -100px; } @media only screen and (max-width: 767px) { .guten-element.guten-DQEety { margin-top: -200px; padding-right: 10px; padding-left: 10px; } }.guten-Wq0GAX.layout-boxed > .guten-container { max-width: 1170px; } section.guten-element.guten-Wq0GAX > .guten-container > .guten-column > .sticky-wrapper > .guten-column-wrapper, section.guten-element.guten-Wq0GAX > .guten-container > .guten-column > .guten-column-wrapper { align-content: flex-start; align-items: flex-start; } .guten-Wq0GAX:not(.background-animated), .guten-Wq0GAX.background-animated > .guten-background-animated .animated-layer { background-color: var(--wp--preset--color--startupzy-quote);  } .guten-element.guten-Wq0GAX { padding-top: 120px; padding-bottom: 120px; } @media only screen and (max-width: 1024px) { .guten-element.guten-Wq0GAX { padding-top: 40px; padding-right: 10px; padding-bottom: 80px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-element.guten-Wq0GAX { padding-top: 40px; padding-right: 10px; padding-bottom: 40px; padding-left: 10px; } }.guten-lVwIJx.layout-boxed > .guten-container { max-width: 1170px; } section.guten-element.guten-lVwIJx > .guten-container > .guten-column > .sticky-wrapper > .guten-column-wrapper, section.guten-element.guten-lVwIJx > .guten-container > .guten-column > .guten-column-wrapper { align-content: center; align-items: center; } .guten-lVwIJx:not(.background-animated), .guten-lVwIJx.background-animated > .guten-background-animated .animated-layer { background-color: var(--wp--preset--color--startupzy-secondary);  } .guten-element.guten-lVwIJx { padding-top: 120px; padding-bottom: 120px; } @media only screen and (max-width: 1024px) { .guten-element.guten-lVwIJx { padding-top: 40px; padding-right: 10px; padding-bottom: 80px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-element.guten-lVwIJx { padding-top: 40px; padding-right: 10px; padding-bottom: 40px; padding-left: 10px; } }.guten-8w8zqG.layout-boxed > .guten-container { max-width: 1170px; } section.guten-element.guten-8w8zqG > .guten-container > .guten-column > .sticky-wrapper > .guten-column-wrapper, section.guten-element.guten-8w8zqG > .guten-container > .guten-column > .guten-column-wrapper { align-content: center; align-items: center; } .guten-element.guten-8w8zqG { padding-top: 120px; padding-bottom: 120px; } @media only screen and (max-width: 1024px) { .guten-element.guten-8w8zqG { padding-top: 40px; padding-right: 10px; padding-bottom: 80px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-element.guten-8w8zqG { padding-top: 40px; padding-right: 10px; padding-bottom: 40px; padding-left: 10px; } }.guten-TCChfH.layout-boxed > .guten-container { max-width: 1170px; } section.guten-element.guten-TCChfH > .guten-container > .guten-column > .sticky-wrapper > .guten-column-wrapper, section.guten-element.guten-TCChfH > .guten-container > .guten-column > .guten-column-wrapper { align-content: center; align-items: center; } .guten-TCChfH:not(.background-animated), .guten-TCChfH.background-animated > .guten-background-animated .animated-layer { background-color: var(--wp--preset--color--startupzy-bgsoft);  } .guten-element.guten-TCChfH { padding-top: 120px; padding-bottom: 120px; } @media only screen and (max-width: 1024px) { .guten-element.guten-TCChfH { padding-top: 40px; padding-right: 10px; padding-bottom: 80px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-element.guten-TCChfH { padding-top: 40px; padding-right: 10px; padding-bottom: 40px; padding-left: 10px; } }.guten-SERy3z.layout-boxed > .guten-container { max-width: 1170px; } section.guten-element.guten-SERy3z > .guten-container > .guten-column > .sticky-wrapper > .guten-column-wrapper, section.guten-element.guten-SERy3z > .guten-container > .guten-column > .guten-column-wrapper { align-content: center; align-items: center; } .guten-SERy3z:not(.background-animated), .guten-SERy3z.background-animated > .guten-background-animated .animated-layer { background-color: var(--wp--preset--color--startupzy-quote);  } .guten-element.guten-SERy3z { padding-top: 80px; padding-bottom: 50px; } @media only screen and (max-width: 1024px) { .guten-element.guten-SERy3z { padding-top: 40px; padding-right: 10px; padding-bottom: 80px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-element.guten-SERy3z { padding-top: 40px; padding-right: 10px; padding-bottom: 40px; padding-left: 10px; } }.guten-mJTTTe.layout-boxed > .guten-container { max-width: 1140px; } .guten-mJTTTe > .guten-container { flex-wrap: wrap; } .guten-mJTTTe > .guten-container > .guten-column { width: 100%; } .guten-mJTTTe:not(.background-animated), .guten-mJTTTe.background-animated > .guten-background-animated .animated-layer { background-color: var(--wp--preset--color--startupzy-secondary); background-image: url(https://danielgaraycirujano.com/wp-content/uploads/2025/02/image.png); background-position: center center; background-repeat: no-repeat; background-size: cover;  } .guten-element.guten-mJTTTe { padding-top: 80px; padding-bottom: 80px; } @media only screen and (max-width: 767px) { .guten-mJTTTe > .guten-container { flex-wrap: wrap; } .guten-mJTTTe > .guten-container > .guten-column { width: 100%; } }.guten-MlRQKo.layout-boxed > .guten-container { max-width: 1170px; } section.guten-element.guten-MlRQKo > .guten-container > .guten-column > .sticky-wrapper > .guten-column-wrapper, section.guten-element.guten-MlRQKo > .guten-container > .guten-column > .guten-column-wrapper { align-content: center; align-items: center; } .guten-element.guten-MlRQKo { padding-top: 120px; padding-bottom: 120px; } @media only screen and (max-width: 1024px) { .guten-element.guten-MlRQKo { padding-top: 40px; padding-right: 10px; padding-bottom: 80px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-element.guten-MlRQKo { padding-top: 40px; padding-right: 10px; padding-bottom: 40px; padding-left: 10px; } }.guten-McDpTa.layout-boxed > .guten-container { max-width: 1170px; } .guten-McDpTa > .guten-background-overlay { background-color: var(--wp--preset--color--startupzy-bg-overlay); opacity: 0.92; } .guten-McDpTa:not(.background-animated), .guten-McDpTa.background-animated > .guten-background-animated .animated-layer { background-image: url(https://danielgaraycirujano.com/wp-content/themes/startupzy/assets/img/action-african-american-american-asian-black-brainstorming-1442007-pxhere.com.webp); background-position: bottom center; background-repeat: no-repeat; background-size: cover;  } .guten-element.guten-McDpTa { padding-top: 100px; padding-bottom: 100px; } @media only screen and (max-width: 1024px) { .guten-element.guten-McDpTa { padding-top: 80px; padding-bottom: 60px; } } @media only screen and (max-width: 767px) { .guten-element.guten-McDpTa { padding-top: 40px; padding-right: 10px; padding-bottom: 20px; padding-left: 10px; } }.guten-Jmjnhj.layout-boxed > .guten-container { max-width: 1170px; } .guten-Jmjnhj > .guten-container { flex-wrap: wrap; } .guten-Jmjnhj > .guten-container > .guten-column { width: 100%; } section.guten-element.guten-Jmjnhj > .guten-container > .guten-column > .sticky-wrapper > .guten-column-wrapper, section.guten-element.guten-Jmjnhj > .guten-container > .guten-column > .guten-column-wrapper { align-content: center; align-items: center; } section.guten-Jmjnhj .guten-shape-divider.guten-shape-divider-top svg { width: calc( 125% + 1.3px); height: 115px; } section.guten-Jmjnhj .guten-shape-divider.guten-shape-divider-top .guten-shape-fill path { fill: rgba(255, 255, 255, 1); } .guten-Jmjnhj:not(.background-animated), .guten-Jmjnhj.background-animated > .guten-background-animated .animated-layer { background-color: var(--wp--preset--color--startupzy-bg-footer);  } .guten-element.guten-Jmjnhj { padding-top: 100px; padding-bottom: 100px; } @media only screen and (max-width: 1024px) { section.guten-Jmjnhj .guten-shape-divider.guten-shape-divider-top svg { width: calc( 168% + 1.3px); height: 102px; } .guten-element.guten-Jmjnhj { padding-top: 0px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; } } @media only screen and (max-width: 767px) { .guten-Jmjnhj > .guten-container { flex-wrap: wrap; } .guten-Jmjnhj > .guten-container > .guten-column { width: 100%; } section.guten-Jmjnhj .guten-shape-divider.guten-shape-divider-top svg { width: calc( 245% + 1.3px); height: 91px; } .guten-element.guten-Jmjnhj { padding-top: 40px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; } }.guten-Rthj1H.layout-boxed > .guten-container { max-width: 1170px; } .guten-Rthj1H:not(.background-animated), .guten-Rthj1H.background-animated > .guten-background-animated .animated-layer { background-color: rgba(255, 255, 255, 1);  } @media only screen and (max-width: 1024px) { .guten-element.guten-Rthj1H { padding-right: 10px; padding-left: 10px; } }.guten-wLdbRV { width: 50%; order: 1;  } .guten-wLdbRV > .sticky-wrapper > .guten-column-wrapper, .guten-wLdbRV > .guten-column-wrapper { margin-bottom: -5px; padding-top: 5px; } @media only screen and (max-width: 1024px) { .guten-wLdbRV { width: 50%; } } @media only screen and (max-width: 767px) { .guten-section > .guten-container > .guten-wLdbRV.guten-column > .sticky-wrapper > .guten-column-wrapper, .guten-section > .guten-container > .guten-wLdbRV.guten-column > .guten-column-wrapper { justify-content: center; } }.guten-QYMd72 { width: 50%; order: 1;  } .guten-section > .guten-container > .guten-QYMd72.guten-column > .sticky-wrapper > .guten-column-wrapper, .guten-section > .guten-container > .guten-QYMd72.guten-column > .guten-column-wrapper { justify-content: flex-end; } .guten-QYMd72 > .sticky-wrapper > .guten-column-wrapper, .guten-QYMd72 > .guten-column-wrapper { margin-bottom: -5px; padding-top: 5px; } @media only screen and (max-width: 1024px) { .guten-QYMd72 { width: 50%; } } @media only screen and (max-width: 767px) { .guten-section > .guten-container > .guten-QYMd72.guten-column > .sticky-wrapper > .guten-column-wrapper, .guten-section > .guten-container > .guten-QYMd72.guten-column > .guten-column-wrapper { justify-content: center; } }.guten-3vgI6y { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-3vgI6y { width: 80%; } }.guten-ut7vzM { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-ut7vzM { width: 100%; } }.guten-HjAvBU { width: 33.3%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-HjAvBU { width: 33.3%; } }.guten-OSWSCQ { width: 33.3%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-OSWSCQ { width: 33.3%; } }.guten-EJjYGe { width: 33.3%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-EJjYGe { width: 33.3%; } }.guten-EGEsSu { width: 50%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-EGEsSu { width: 50%; } } @media only screen and (max-width: 767px) { .guten-EGEsSu.guten-element.guten-column { width: 50%; } }.guten-p5Ro7u { width: 50%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-p5Ro7u { width: 50%; } } @media only screen and (max-width: 767px) { .guten-p5Ro7u.guten-element.guten-column { width: 50%; } }.guten-fOleUp { width: 48.6%; order: 1;  } .guten-fOleUp:not(.background-animated) > .sticky-wrapper > .guten-column-wrapper, .guten-fOleUp.background-animated > .sticky-wrapper > .guten-column-wrapper > .guten-background-animated .animated-layer, .guten-fOleUp:not(.background-animated) > .guten-column-wrapper, .guten-fOleUp.background-animated > .guten-column-wrapper > .guten-background-animated .animated-layer { background-position: center left; background-size: cover;  } .guten-fOleUp > .sticky-wrapper > .guten-column-wrapper, .guten-fOleUp > .guten-column-wrapper { border-top-left-radius: 50px;border-bottom-right-radius: 50px; margin-top: 10px; margin-right: 40px; margin-bottom: 10px; margin-left: 10px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; } @media only screen and (max-width: 1024px) { .guten-fOleUp { width: 100%; } } @media only screen and (max-width: 767px) { .guten-section > .guten-container > .guten-fOleUp.guten-column > .sticky-wrapper > .guten-column-wrapper, .guten-section > .guten-container > .guten-fOleUp.guten-column > .guten-column-wrapper { justify-content: center; } .guten-fOleUp:not(.background-animated) > .sticky-wrapper > .guten-column-wrapper, .guten-fOleUp.background-animated > .sticky-wrapper > .guten-column-wrapper > .guten-background-animated .animated-layer, .guten-fOleUp:not(.background-animated) > .guten-column-wrapper, .guten-fOleUp.background-animated > .guten-column-wrapper > .guten-background-animated .animated-layer { background-position: center center; } }.guten-ZBT3yn { width: 51.4%; order: 1;  } .guten-ZBT3yn > .sticky-wrapper > .guten-column-wrapper, .guten-ZBT3yn > .guten-column-wrapper { padding-left: 70px; } @media only screen and (max-width: 1024px) { .guten-ZBT3yn { width: 100%; } .guten-ZBT3yn > .sticky-wrapper > .guten-column-wrapper, .guten-ZBT3yn > .guten-column-wrapper { padding-top: 80px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-ZBT3yn > .sticky-wrapper > .guten-column-wrapper, .guten-ZBT3yn > .guten-column-wrapper { margin-top: 0px; padding-top: 40px; } }.guten-s20ASy { width: 100%; order: 1;  } .guten-section > .guten-container > .guten-s20ASy.guten-column > .sticky-wrapper > .guten-column-wrapper, .guten-section > .guten-container > .guten-s20ASy.guten-column > .guten-column-wrapper { align-content: center; align-items: center; } .guten-s20ASy > .sticky-wrapper > .guten-column-wrapper, .guten-s20ASy > .guten-column-wrapper { padding-right: 70px; } @media only screen and (max-width: 1024px) { .guten-s20ASy { width: 100%; } .guten-s20ASy > .sticky-wrapper > .guten-column-wrapper, .guten-s20ASy > .guten-column-wrapper { padding-top: 80px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-s20ASy > .sticky-wrapper > .guten-column-wrapper, .guten-s20ASy > .guten-column-wrapper { margin-top: 0px; padding-top: 40px; } }.guten-pZiWsK { width: 48.6%; order: 1;  } .guten-pZiWsK:not(.background-animated) > .sticky-wrapper > .guten-column-wrapper, .guten-pZiWsK.background-animated > .sticky-wrapper > .guten-column-wrapper > .guten-background-animated .animated-layer, .guten-pZiWsK:not(.background-animated) > .guten-column-wrapper, .guten-pZiWsK.background-animated > .guten-column-wrapper > .guten-background-animated .animated-layer { background-image: url(https://danielgaraycirujano.com/wp-content/uploads/2025/02/image-1-1.png); background-position: center left; background-size: cover;  } .guten-pZiWsK > .sticky-wrapper > .guten-column-wrapper, .guten-pZiWsK > .guten-column-wrapper { border-top-right-radius: 50px;border-bottom-left-radius: 50px; margin-top: 10px; margin-right: 40px; margin-bottom: 10px; margin-left: 10px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; } @media only screen and (max-width: 1024px) { .guten-pZiWsK { width: 100%; } } @media only screen and (max-width: 767px) { .guten-pZiWsK:not(.background-animated) > .sticky-wrapper > .guten-column-wrapper, .guten-pZiWsK.background-animated > .sticky-wrapper > .guten-column-wrapper > .guten-background-animated .animated-layer, .guten-pZiWsK:not(.background-animated) > .guten-column-wrapper, .guten-pZiWsK.background-animated > .guten-column-wrapper > .guten-background-animated .animated-layer { background-position: center center; } }.guten-fxCiVl { width: 51.4%; order: 1;  } .guten-section > .guten-container > .guten-fxCiVl.guten-column > .sticky-wrapper > .guten-column-wrapper, .guten-section > .guten-container > .guten-fxCiVl.guten-column > .guten-column-wrapper { align-content: center; align-items: center; } .guten-fxCiVl > .sticky-wrapper > .guten-column-wrapper, .guten-fxCiVl > .guten-column-wrapper { padding-right: 70px; } @media only screen and (max-width: 1024px) { .guten-fxCiVl { width: 100%; } .guten-fxCiVl > .sticky-wrapper > .guten-column-wrapper, .guten-fxCiVl > .guten-column-wrapper { padding-top: 80px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-fxCiVl > .sticky-wrapper > .guten-column-wrapper, .guten-fxCiVl > .guten-column-wrapper { margin-top: 0px; padding-top: 40px; } }.guten-OK2H8k { width: 50%; order: 1;  } .guten-section > .guten-container > .guten-OK2H8k.guten-column > .sticky-wrapper > .guten-column-wrapper, .guten-section > .guten-container > .guten-OK2H8k.guten-column > .guten-column-wrapper { align-content: center; align-items: center; } .guten-OK2H8k > .sticky-wrapper > .guten-column-wrapper, .guten-OK2H8k > .guten-column-wrapper { padding-left: 70px; } @media only screen and (max-width: 1024px) { .guten-OK2H8k { width: 100%; } .guten-OK2H8k > .sticky-wrapper > .guten-column-wrapper, .guten-OK2H8k > .guten-column-wrapper { padding-top: 80px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-OK2H8k > .sticky-wrapper > .guten-column-wrapper, .guten-OK2H8k > .guten-column-wrapper { margin-top: 0px; padding-top: 40px; } }.guten-ekcZLx { width: 50%; order: 1; animation-delay: 0.1s; } .guten-ekcZLx:not(.background-animated) > .sticky-wrapper > .guten-column-wrapper, .guten-ekcZLx.background-animated > .sticky-wrapper > .guten-column-wrapper > .guten-background-animated .animated-layer, .guten-ekcZLx:not(.background-animated) > .guten-column-wrapper, .guten-ekcZLx.background-animated > .guten-column-wrapper > .guten-background-animated .animated-layer { background-image: url(https://danielgaraycirujano.com/wp-content/uploads/2025/02/image-6.png); background-position: center left; background-size: cover;  } .guten-ekcZLx > .sticky-wrapper > .guten-column-wrapper, .guten-ekcZLx > .guten-column-wrapper { border-top-left-radius: 50px;border-bottom-right-radius: 50px; margin-top: 10px; margin-right: 40px; margin-bottom: 10px; margin-left: 10px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; } @media only screen and (max-width: 1024px) { .guten-ekcZLx { width: 100%; } } @media only screen and (max-width: 767px) { .guten-ekcZLx:not(.background-animated) > .sticky-wrapper > .guten-column-wrapper, .guten-ekcZLx.background-animated > .sticky-wrapper > .guten-column-wrapper > .guten-background-animated .animated-layer, .guten-ekcZLx:not(.background-animated) > .guten-column-wrapper, .guten-ekcZLx.background-animated > .guten-column-wrapper > .guten-background-animated .animated-layer { background-position: center center; } }.guten-dgygdk { width: 100%; order: 1;  } .guten-section > .guten-container > .guten-dgygdk.guten-column > .sticky-wrapper > .guten-column-wrapper, .guten-section > .guten-container > .guten-dgygdk.guten-column > .guten-column-wrapper { align-content: center; align-items: center; } @media only screen and (max-width: 1024px) { .guten-dgygdk { width: 100%; } .guten-dgygdk > .sticky-wrapper > .guten-column-wrapper, .guten-dgygdk > .guten-column-wrapper { padding-top: 80px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-dgygdk > .sticky-wrapper > .guten-column-wrapper, .guten-dgygdk > .guten-column-wrapper { margin-top: 0px; padding-top: 40px; } }.guten-IXvR9I { width: 50%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-IXvR9I { width: 50%; } } @media only screen and (max-width: 767px) { .guten-section > .guten-container > .guten-IXvR9I.guten-column > .sticky-wrapper > .guten-column-wrapper, .guten-section > .guten-container > .guten-IXvR9I.guten-column > .guten-column-wrapper { justify-content: center; } }.guten-gma8PV { width: 51.4%; order: 1;  } .guten-section > .guten-container > .guten-gma8PV.guten-column > .sticky-wrapper > .guten-column-wrapper, .guten-section > .guten-container > .guten-gma8PV.guten-column > .guten-column-wrapper { align-content: center; align-items: center; } .guten-gma8PV > .sticky-wrapper > .guten-column-wrapper, .guten-gma8PV > .guten-column-wrapper { padding-right: 70px; } @media only screen and (max-width: 1024px) { .guten-gma8PV { width: 100%; } .guten-gma8PV > .sticky-wrapper > .guten-column-wrapper, .guten-gma8PV > .guten-column-wrapper { padding-top: 80px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-gma8PV > .sticky-wrapper > .guten-column-wrapper, .guten-gma8PV > .guten-column-wrapper { margin-top: 0px; padding-top: 40px; } }.guten-wJlR4N { width: 48.6%; order: 1; animation-delay: 0.1s; } .guten-wJlR4N:not(.background-animated) > .sticky-wrapper > .guten-column-wrapper, .guten-wJlR4N.background-animated > .sticky-wrapper > .guten-column-wrapper > .guten-background-animated .animated-layer, .guten-wJlR4N:not(.background-animated) > .guten-column-wrapper, .guten-wJlR4N.background-animated > .guten-column-wrapper > .guten-background-animated .animated-layer { background-image: url(https://danielgaraycirujano.com/wp-content/uploads/2025/02/image-2-1.png); background-position: center left; background-size: cover;  } .guten-wJlR4N > .sticky-wrapper > .guten-column-wrapper, .guten-wJlR4N > .guten-column-wrapper { border-top-right-radius: 50px;border-bottom-left-radius: 50px; margin-top: 10px; margin-right: 40px; margin-bottom: 10px; margin-left: 10px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; } @media only screen and (max-width: 1024px) { .guten-wJlR4N { width: 100%; } } @media only screen and (max-width: 767px) { .guten-wJlR4N:not(.background-animated) > .sticky-wrapper > .guten-column-wrapper, .guten-wJlR4N.background-animated > .sticky-wrapper > .guten-column-wrapper > .guten-background-animated .animated-layer, .guten-wJlR4N:not(.background-animated) > .guten-column-wrapper, .guten-wJlR4N.background-animated > .guten-column-wrapper > .guten-background-animated .animated-layer { background-position: center center; } }.guten-5VSHBt { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-5VSHBt { width: 100%; } }.guten-HTkVBY { width: 50%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-HTkVBY { width: 50%; } }.guten-XTtDqn { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-XTtDqn { width: 100%; } }.guten-BwRHk1.guten-image .guten-image-wrapper { justify-content: flex-start; } .guten-BwRHk1 img { width: 196px; } .guten-BwRHk1 {   }h1.guten-element.guten-q3mXI6, h2.guten-element.guten-q3mXI6, h3.guten-element.guten-q3mXI6, h4.guten-element.guten-q3mXI6, h5.guten-element.guten-q3mXI6, h6.guten-element.guten-q3mXI6 { color: var(--wp--preset--color--white); font-family: var(--gutenverse-font-family-h1-font); font-size: var(--gutenverse-font-size-h1-font, inherit); font-weight: var(--gutenverse-font-weight-h1-font, inherit); text-transform: var(--gutenverse-font-transform-h1-font); font-style: var(--gutenverse-font-style-h1-font); text-decoration: var(--gutenverse-font-decoration-h1-font); line-height: var(--gutenverse-font-lineHeight-h1-font, inherit); letter-spacing: var(--gutenverse-font-spacing-h1-font);  overflow-wrap: break-word; word-break: break-word; } .guten-q3mXI6 {   } .guten-q3mXI6:not([class*="__tablet-"]):not([class*="__desktop-"]):not([class*="__mobile-"]) { animation-name: none; }.guten-kxbE7L { columns: 1; color: var(--wp--preset--color--white); font-family: var(--gutenverse-font-family-body-font); font-size: var(--gutenverse-font-size-body-font, inherit); font-weight: var(--gutenverse-font-weight-body-font, inherit); text-transform: var(--gutenverse-font-transform-body-font); font-style: var(--gutenverse-font-style-body-font); text-decoration: var(--gutenverse-font-decoration-body-font); line-height: var(--gutenverse-font-lineHeight-body-font, inherit); letter-spacing: var(--gutenverse-font-spacing-body-font);  animation-delay: 0.2s; } .guten-kxbE7L:not([class*="__tablet-"]):not([class*="__desktop-"]):not([class*="__mobile-"]) { animation-name: none; } .guten-element.guten-kxbE7L { padding-right: 180px; } @media only screen and (max-width: 767px) { .guten-element.guten-kxbE7L { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } }.guten-wwwNMJ { columns: 1;   }.guten-HGRDj2.layout-boxed > .guten-container { max-width: 1140px; }.guten-w6B8Rj { text-align: center;   } h1.guten-element.guten-w6B8Rj, h2.guten-element.guten-w6B8Rj, h3.guten-element.guten-w6B8Rj, h4.guten-element.guten-w6B8Rj, h5.guten-element.guten-w6B8Rj, h6.guten-element.guten-w6B8Rj { color: var(--wp--preset--color--startupzy-secondary); font-family: "Helvetica"; font-size: 36px; font-weight: 600; line-height: 1.3em;  overflow-wrap: break-word; word-break: break-word; } @media only screen and (max-width: 767px) { .guten-w6B8Rj { text-align: center; } h1.guten-element.guten-w6B8Rj, h2.guten-element.guten-w6B8Rj, h3.guten-element.guten-w6B8Rj, h4.guten-element.guten-w6B8Rj, h5.guten-element.guten-w6B8Rj, h6.guten-element.guten-w6B8Rj { font-size: 30px; } }.guten-ITqldu { text-align: center;  animation-delay: 0.2s; } h1.guten-element.guten-ITqldu, h2.guten-element.guten-ITqldu, h3.guten-element.guten-ITqldu, h4.guten-element.guten-ITqldu, h5.guten-element.guten-ITqldu, h6.guten-element.guten-ITqldu { color: var(--wp--preset--color--startupzy-secondary); font-family: "Helvetica"; font-size: 22px; font-weight: 300; line-height: 1.3em;  overflow-wrap: break-word; word-break: break-word; } .guten-element.guten-ITqldu { margin-bottom: 25px; } @media only screen and (max-width: 767px) { .guten-ITqldu { text-align: center; } h1.guten-element.guten-ITqldu, h2.guten-element.guten-ITqldu, h3.guten-element.guten-ITqldu, h4.guten-element.guten-ITqldu, h5.guten-element.guten-ITqldu, h6.guten-element.guten-ITqldu { font-size: 22px; } }.guten-Q4bvp4.guten-button-wrapper { justify-content: center; } .guten-Q4bvp4.guten-button-wrapper .guten-button { width: 26%; border-top-left-radius: 30px;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;  } .guten-Q4bvp4.guten-button-wrapper .guten-button i { color: rgba(74, 98, 255, 1); } .guten-Q4bvp4.guten-button-wrapper .guten-button svg { fill: rgba(74, 98, 255, 1); } .guten-Q4bvp4.guten-element { border-top-left-radius: 30px;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px; }.guten-rWL9Y7 { text-align: center;   } h1.guten-element.guten-rWL9Y7, h2.guten-element.guten-rWL9Y7, h3.guten-element.guten-rWL9Y7, h4.guten-element.guten-rWL9Y7, h5.guten-element.guten-rWL9Y7, h6.guten-element.guten-rWL9Y7 { color: var(--wp--preset--color--startupzy-secondary); font-family: "Helvetica"; font-size: 36px; font-weight: 600; line-height: 1.3em;  overflow-wrap: break-word; word-break: break-word; } .guten-rWL9Y7:not([class*="__tablet-"]):not([class*="__desktop-"]):not([class*="__mobile-"]) { animation-name: none; } @media only screen and (max-width: 767px) { .guten-rWL9Y7 { text-align: center; } h1.guten-element.guten-rWL9Y7, h2.guten-element.guten-rWL9Y7, h3.guten-element.guten-rWL9Y7, h4.guten-element.guten-rWL9Y7, h5.guten-element.guten-rWL9Y7, h6.guten-element.guten-rWL9Y7 { font-size: 30px; } }.guten-NiSP5Q.layout-boxed > .guten-container { max-width: 1140px; }.guten-uuzlXB.layout-boxed > .guten-container { max-width: 1140px; }.guten-fFjg1X.layout-boxed > .guten-container { max-width: 1140px; }.guten-x7WCKa .inner-container .image-box-body .body-inner { text-align: center; background-color: var(--wp--preset--color--startupzy-secondary); } .guten-x7WCKa .inner-container .image-box-header img { height: 170px; } .guten-x7WCKa .inner-container .image-box-body .body-title, .guten-x7WCKa .image-box-body .body-title a { color: var(--wp--preset--color--white); } .guten-x7WCKa .inner-container .image-box-body .body-inner .body-description { color: var(--wp--preset--color--white); } .guten-x7WCKa {   }.guten-WLPfo9 .inner-container .image-box-body .body-inner { text-align: center; background-color: var(--wp--preset--color--startupzy-secondary); } .guten-WLPfo9 .inner-container .image-box-header img { height: 170px; } .guten-WLPfo9 .inner-container .image-box-body .body-title, .guten-WLPfo9 .image-box-body .body-title a { color: var(--wp--preset--color--white); } .guten-WLPfo9 .inner-container .image-box-body .body-inner .body-description { color: var(--wp--preset--color--white); } .guten-WLPfo9 {   }.guten-M3cvKb img { border-top-left-radius: 50px;border-bottom-right-radius: 50px; } .guten-M3cvKb {   }.guten-xUNhEU { text-align: left;  animation-delay: 0.2s; } h1.guten-element.guten-xUNhEU, h2.guten-element.guten-xUNhEU, h3.guten-element.guten-xUNhEU, h4.guten-element.guten-xUNhEU, h5.guten-element.guten-xUNhEU, h6.guten-element.guten-xUNhEU { color: var(--wp--preset--color--startupzy-secondary); font-family: "Helvetica"; font-size: 38px; font-weight: 600; line-height: 1.3em;  overflow-wrap: break-word; word-break: break-word; } @media only screen and (max-width: 767px) { .guten-xUNhEU { text-align: center; } h1.guten-element.guten-xUNhEU, h2.guten-element.guten-xUNhEU, h3.guten-element.guten-xUNhEU, h4.guten-element.guten-xUNhEU, h5.guten-element.guten-xUNhEU, h6.guten-element.guten-xUNhEU { font-size: 30px; } }.guten-NX6z2F { text-align: left;  animation-delay: 0.2s; } h1.guten-element.guten-NX6z2F, h2.guten-element.guten-NX6z2F, h3.guten-element.guten-NX6z2F, h4.guten-element.guten-NX6z2F, h5.guten-element.guten-NX6z2F, h6.guten-element.guten-NX6z2F { color: var(--wp--preset--color--startupzy-secondary); font-family: "Helvetica"; font-size: 22px; font-weight: 600; line-height: 1.3em;  overflow-wrap: break-word; word-break: break-word; } @media only screen and (max-width: 767px) { .guten-NX6z2F { text-align: center; } h1.guten-element.guten-NX6z2F, h2.guten-element.guten-NX6z2F, h3.guten-element.guten-NX6z2F, h4.guten-element.guten-NX6z2F, h5.guten-element.guten-NX6z2F, h6.guten-element.guten-NX6z2F { font-size: 22px; } }.guten-l8yoNW { text-align: left;  animation-delay: 0.2s; } h1.guten-element.guten-l8yoNW, h2.guten-element.guten-l8yoNW, h3.guten-element.guten-l8yoNW, h4.guten-element.guten-l8yoNW, h5.guten-element.guten-l8yoNW, h6.guten-element.guten-l8yoNW { color: var(--wp--preset--color--startupzy-secondary); font-family: "Helvetica"; font-size: 30px; font-weight: 600; line-height: 1.3em;  overflow-wrap: break-word; word-break: break-word; } @media only screen and (max-width: 767px) { .guten-l8yoNW { text-align: left; } h1.guten-element.guten-l8yoNW, h2.guten-element.guten-l8yoNW, h3.guten-element.guten-l8yoNW, h4.guten-element.guten-l8yoNW, h5.guten-element.guten-l8yoNW, h6.guten-element.guten-l8yoNW { font-size: 24px; } }h1.guten-element.guten-bxxwSz, h2.guten-element.guten-bxxwSz, h3.guten-element.guten-bxxwSz, h4.guten-element.guten-bxxwSz, h5.guten-element.guten-bxxwSz, h6.guten-element.guten-bxxwSz { color: var(--wp--preset--color--startupzy-primary); font-family: var(--gutenverse-font-family-h5-font); font-size: var(--gutenverse-font-size-h5-font, inherit); font-weight: var(--gutenverse-font-weight-h5-font, inherit); text-transform: var(--gutenverse-font-transform-h5-font); font-style: var(--gutenverse-font-style-h5-font); text-decoration: var(--gutenverse-font-decoration-h5-font); line-height: var(--gutenverse-font-lineHeight-h5-font, inherit); letter-spacing: var(--gutenverse-font-spacing-h5-font);  overflow-wrap: break-word; word-break: break-word; } .guten-bxxwSz {   }.guten-QVKl1A { columns: 1; color: var(--wp--preset--color--startupzy-bodytext); font-family: var(--gutenverse-font-family-body-font); font-size: var(--gutenverse-font-size-body-font, inherit); font-weight: var(--gutenverse-font-weight-body-font, inherit); text-transform: var(--gutenverse-font-transform-body-font); font-style: var(--gutenverse-font-style-body-font); text-decoration: var(--gutenverse-font-decoration-body-font); line-height: var(--gutenverse-font-lineHeight-body-font, inherit); letter-spacing: var(--gutenverse-font-spacing-body-font);  animation-delay: 0.4s; }.guten-um78Gy.layout-boxed > .guten-container { max-width: 1140px; }.guten-qB2FIx.guten-image .guten-image-wrapper { justify-content: flex-start; } .guten-qB2FIx img { width: 40%; opacity: 0.7; object-fit: cover; } .guten-qB2FIx {  animation-delay: 0.9s; } .guten-element.guten-qB2FIx { margin-top: 40px; margin-bottom: 5px; } @media only screen and (max-width: 1024px) { .guten-qB2FIx.guten-image .guten-image-wrapper { justify-content: flex-end; } .guten-qB2FIx img { width: 30%; } } @media only screen and (max-width: 767px) { .guten-qB2FIx.guten-image .guten-image-wrapper { justify-content: flex-start; } .guten-qB2FIx img { width: 70%; } }h1.guten-element.guten-6SIWwj, h2.guten-element.guten-6SIWwj, h3.guten-element.guten-6SIWwj, h4.guten-element.guten-6SIWwj, h5.guten-element.guten-6SIWwj, h6.guten-element.guten-6SIWwj { color: var(--wp--preset--color--startupzy-secondary); font-family: var(--gutenverse-font-family-h6-font); font-size: var(--gutenverse-font-size-h6-font, inherit); font-weight: var(--gutenverse-font-weight-h6-font, inherit); text-transform: var(--gutenverse-font-transform-h6-font); font-style: var(--gutenverse-font-style-h6-font); text-decoration: var(--gutenverse-font-decoration-h6-font); line-height: var(--gutenverse-font-lineHeight-h6-font, inherit); letter-spacing: var(--gutenverse-font-spacing-h6-font);  overflow-wrap: break-word; word-break: break-word; } .guten-6SIWwj {  animation-delay: 1.1s; } @media only screen and (max-width: 1024px) { .guten-6SIWwj { text-align: right; } }.guten-EZVYGI { text-align: left;  animation-delay: 0.2s; } h1.guten-element.guten-EZVYGI, h2.guten-element.guten-EZVYGI, h3.guten-element.guten-EZVYGI, h4.guten-element.guten-EZVYGI, h5.guten-element.guten-EZVYGI, h6.guten-element.guten-EZVYGI { color: var(--wp--preset--color--white); font-family: "Helvetica"; font-size: 36px; font-weight: 600; line-height: 1.3em;  overflow-wrap: break-word; word-break: break-word; } @media only screen and (max-width: 767px) { .guten-EZVYGI { text-align: center; } h1.guten-element.guten-EZVYGI, h2.guten-element.guten-EZVYGI, h3.guten-element.guten-EZVYGI, h4.guten-element.guten-EZVYGI, h5.guten-element.guten-EZVYGI, h6.guten-element.guten-EZVYGI { font-size: 30px; } }h1.guten-element.guten-Azn8TM, h2.guten-element.guten-Azn8TM, h3.guten-element.guten-Azn8TM, h4.guten-element.guten-Azn8TM, h5.guten-element.guten-Azn8TM, h6.guten-element.guten-Azn8TM { color: var(--wp--preset--color--startupzy-primary); font-family: var(--gutenverse-font-family-h5-font); font-size: var(--gutenverse-font-size-h5-font, inherit); font-weight: var(--gutenverse-font-weight-h5-font, inherit); text-transform: var(--gutenverse-font-transform-h5-font); font-style: var(--gutenverse-font-style-h5-font); text-decoration: var(--gutenverse-font-decoration-h5-font); line-height: var(--gutenverse-font-lineHeight-h5-font, inherit); letter-spacing: var(--gutenverse-font-spacing-h5-font);  overflow-wrap: break-word; word-break: break-word; } .guten-Azn8TM {   } .guten-element.guten-Azn8TM { margin-top: -1px; } @media only screen and (max-width: 767px) { .guten-Azn8TM { text-align: center; } }.guten-EldRpH:not(.inline-icon-list) > div.guten-icon-list-item:not(div:first-of-type) > a, .guten-EldRpH > .list-wrapper:not(.inline-icon-list) > div.guten-icon-list-item:not(div:first-of-type) > a { margin-top: calc(30px/2); } .guten-EldRpH:not(.inline-icon-list) > .guten-icon-list-item:not(:last-child), .guten-EldRpH > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item:not(:last-child) { padding-bottom: calc(30px/2); } .guten-EldRpH.inline-icon-list > .guten-icon-list-item:not(:last-child), .guten-EldRpH > .list-wrapper.inline-icon-list > .guten-icon-list-item:not(:last-child) { margin-right: calc(30px/2); } .guten-EldRpH.inline-icon-list > div.guten-icon-list-item:not(div:first-of-type) > a, .guten-EldRpH > .list-wrapper.inline-icon-list > div.guten-icon-list-item:not(div:first-of-type) > a { margin-left: calc(30px/2); } .guten-EldRpH .guten-icon-list-item i { color: var(--wp--preset--color--startupzy-primary); font-size: 45px; } .guten-EldRpH.guten-icon-list .guten-icon-list-item svg { fill: var(--wp--preset--color--startupzy-primary); font-size: 45px; } .guten-EldRpH .guten-icon-list-item .list-text { color: var(--wp--preset--color--white); } .guten-EldRpH .guten-icon-list-item a, .guten-EldRpH .list-wrapper .guten-icon-list-item a { gap: 25px; } .guten-EldRpH {   } .guten-element.guten-EldRpH { padding-top: 20px; padding-bottom: 30px; } @media only screen and (max-width: 767px) { .guten-EldRpH:not(.inline-icon-list), .guten-EldRpH > .list-wrapper:not(.inline-icon-list) { align-items: flex-start; } .guten-EldRpH.inline-icon-list, .guten-EldRpH > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item > a, .guten-EldRpH > .list-wrapper.inline-icon-list, .guten-EldRpH > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item > a { justify-content: flex-start; } .guten-EldRpH:not(.inline-icon-list) > .guten-icon-list-item > a, .guten-EldRpH > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item > a { text-align: flex-start; } .guten-EldRpH:not(.inline-icon-list) > .guten-icon-list-item > a, .guten-EldRpH > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item > .list-divider { justify-self: flex-start; } .guten-EldRpH .guten-icon-list-item i { font-size: 55px; } .guten-EldRpH.guten-icon-list .guten-icon-list-item svg { font-size: 55px; } .guten-EldRpH .guten-icon-list-item a, .guten-EldRpH .list-wrapper .guten-icon-list-item a { gap: 20px; } }.guten-H3PBVp:not(.inline-icon-list) > div.guten-icon-list-item:not(div:first-of-type) > a, .guten-H3PBVp > .list-wrapper:not(.inline-icon-list) > div.guten-icon-list-item:not(div:first-of-type) > a { margin-top: calc(60px/2); } .guten-H3PBVp:not(.inline-icon-list) > .guten-icon-list-item:not(:last-child), .guten-H3PBVp > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item:not(:last-child) { padding-bottom: calc(60px/2); } .guten-H3PBVp.inline-icon-list > .guten-icon-list-item:not(:last-child), .guten-H3PBVp > .list-wrapper.inline-icon-list > .guten-icon-list-item:not(:last-child) { margin-right: calc(60px/2); } .guten-H3PBVp.inline-icon-list > div.guten-icon-list-item:not(div:first-of-type) > a, .guten-H3PBVp > .list-wrapper.inline-icon-list > div.guten-icon-list-item:not(div:first-of-type) > a { margin-left: calc(60px/2); } .guten-H3PBVp .guten-icon-list-item i { color: var(--wp--preset--color--startupzy-primary); font-size: 45px; } .guten-H3PBVp.guten-icon-list .guten-icon-list-item svg { fill: var(--wp--preset--color--startupzy-primary); font-size: 45px; } .guten-H3PBVp .guten-icon-list-item .list-text { color: var(--wp--preset--color--white); } .guten-H3PBVp .guten-icon-list-item a, .guten-H3PBVp .list-wrapper .guten-icon-list-item a { gap: 25px; } .guten-H3PBVp {   } .guten-element.guten-H3PBVp { padding-top: 20px; padding-bottom: 50px; }.guten-I9p7tt.guten-button-wrapper { justify-content: left; } .guten-I9p7tt.guten-button-wrapper .guten-button { width: 56%; background-color: var(--wp--preset--color--startupzy-primary); border-top-left-radius: 30px;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px; animation-delay: 0.1s; } .guten-I9p7tt.guten-button-wrapper .guten-button i { color: rgba(74, 98, 255, 1); } .guten-I9p7tt.guten-button-wrapper .guten-button svg { fill: rgba(74, 98, 255, 1); } .guten-I9p7tt.guten-element { border-top-left-radius: 30px;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px; } @media only screen and (max-width: 767px) { .guten-I9p7tt.guten-button-wrapper { justify-content: center; } .guten-I9p7tt.guten-button-wrapper .guten-button { width: 65%; } .guten-element.guten-I9p7tt { padding-bottom: 20px; } }.guten-g2C4jx.guten-spacer { padding-bottom: 647px!important; } .guten-g2C4jx {   } @media only screen and (max-width: 1024px) { .guten-g2C4jx.guten-spacer { padding-bottom: 827px!important; } } @media only screen and (max-width: 767px) { .guten-g2C4jx.guten-spacer { padding-bottom: 550px!important; } }.guten-glqvTm { text-align: left;  animation-delay: 0.1s; } h1.guten-element.guten-glqvTm, h2.guten-element.guten-glqvTm, h3.guten-element.guten-glqvTm, h4.guten-element.guten-glqvTm, h5.guten-element.guten-glqvTm, h6.guten-element.guten-glqvTm { color: var(--wp--preset--color--startupzy-secondary); font-family: "Helvetica"; font-size: 36px; font-weight: 600; line-height: 1.3em;  overflow-wrap: break-word; word-break: break-word; } @media only screen and (max-width: 767px) { .guten-glqvTm { text-align: left; } h1.guten-element.guten-glqvTm, h2.guten-element.guten-glqvTm, h3.guten-element.guten-glqvTm, h4.guten-element.guten-glqvTm, h5.guten-element.guten-glqvTm, h6.guten-element.guten-glqvTm { font-size: 30px; } }.guten-65cwgH.guten-button-wrapper { justify-content: left; } .guten-65cwgH.guten-button-wrapper .guten-button { width: 78%; border-top-left-radius: 30px;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px; animation-delay: 0.1s; } .guten-65cwgH.guten-button-wrapper .guten-button i { color: rgba(74, 98, 255, 1); } .guten-65cwgH.guten-button-wrapper .guten-button svg { fill: rgba(74, 98, 255, 1); } .guten-65cwgH.guten-element { border-top-left-radius: 30px;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px; } @media only screen and (max-width: 767px) { .guten-element.guten-65cwgH { padding-bottom: 20px; } }.guten-cjAnMQ { text-align: left;  animation-delay: 0.1s; } h1.guten-element.guten-cjAnMQ, h2.guten-element.guten-cjAnMQ, h3.guten-element.guten-cjAnMQ, h4.guten-element.guten-cjAnMQ, h5.guten-element.guten-cjAnMQ, h6.guten-element.guten-cjAnMQ { color: var(--wp--preset--color--startupzy-secondary); font-family: "Helvetica"; font-size: 36px; font-weight: 600; line-height: 1.3em;  overflow-wrap: break-word; word-break: break-word; } @media only screen and (max-width: 767px) { .guten-cjAnMQ { text-align: left; } h1.guten-element.guten-cjAnMQ, h2.guten-element.guten-cjAnMQ, h3.guten-element.guten-cjAnMQ, h4.guten-element.guten-cjAnMQ, h5.guten-element.guten-cjAnMQ, h6.guten-element.guten-cjAnMQ { font-size: 30px; } }.guten-Vz2R5a:not(.inline-icon-list) > div.guten-icon-list-item:not(div:first-of-type) > a, .guten-Vz2R5a > .list-wrapper:not(.inline-icon-list) > div.guten-icon-list-item:not(div:first-of-type) > a { margin-top: calc(12px/2); } .guten-Vz2R5a:not(.inline-icon-list) > .guten-icon-list-item:not(:last-child), .guten-Vz2R5a > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item:not(:last-child) { padding-bottom: calc(12px/2); } .guten-Vz2R5a.inline-icon-list > .guten-icon-list-item:not(:last-child), .guten-Vz2R5a > .list-wrapper.inline-icon-list > .guten-icon-list-item:not(:last-child) { margin-right: calc(12px/2); } .guten-Vz2R5a.inline-icon-list > div.guten-icon-list-item:not(div:first-of-type) > a, .guten-Vz2R5a > .list-wrapper.inline-icon-list > div.guten-icon-list-item:not(div:first-of-type) > a { margin-left: calc(12px/2); } .guten-Vz2R5a .guten-icon-list-item i { color: var(--wp--preset--color--startupzy-primary); } .guten-Vz2R5a.guten-icon-list .guten-icon-list-item svg { fill: var(--wp--preset--color--startupzy-primary); } .guten-Vz2R5a .guten-icon-list-item .list-text { color: var(--wp--preset--color--startupzy-bodytext); font-family: var(--gutenverse-font-family-list-font); font-size: var(--gutenverse-font-size-list-font, inherit); font-weight: var(--gutenverse-font-weight-list-font, inherit); text-transform: var(--gutenverse-font-transform-list-font); font-style: var(--gutenverse-font-style-list-font); text-decoration: var(--gutenverse-font-decoration-list-font); line-height: var(--gutenverse-font-lineHeight-list-font, inherit); letter-spacing: var(--gutenverse-font-spacing-list-font); } .guten-Vz2R5a .guten-icon-list-item a, .guten-Vz2R5a .list-wrapper .guten-icon-list-item a { gap: 15px; } .guten-Vz2R5a .guten-icon-list-item i, .guten-Vz2R5a .guten-icon-list-item svg { line-height: 1.7em; } .guten-Vz2R5a {   }.guten-virkHP.guten-button-wrapper { justify-content: left; } .guten-virkHP.guten-button-wrapper .guten-button { width: 78%; border-top-left-radius: 30px;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px; animation-delay: 0.1s; } .guten-virkHP.guten-button-wrapper .guten-button i { color: rgba(74, 98, 255, 1); } .guten-virkHP.guten-button-wrapper .guten-button svg { fill: rgba(74, 98, 255, 1); } .guten-virkHP.guten-element { border-top-left-radius: 30px;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px; }.guten-D6dP1O.guten-spacer { padding-bottom: 647px!important; } .guten-D6dP1O {   } @media only screen and (max-width: 1024px) { .guten-D6dP1O.guten-spacer { padding-bottom: 827px!important; } } @media only screen and (max-width: 767px) { .guten-D6dP1O.guten-spacer { padding-bottom: 550px!important; } }.guten-LLMlkU { text-align: center;  animation-delay: 0.2s; } h1.guten-element.guten-LLMlkU, h2.guten-element.guten-LLMlkU, h3.guten-element.guten-LLMlkU, h4.guten-element.guten-LLMlkU, h5.guten-element.guten-LLMlkU, h6.guten-element.guten-LLMlkU { color: var(--wp--preset--color--startupzy-secondary); font-family: "Helvetica"; font-size: 36px; font-weight: 600; line-height: 1.3em;  overflow-wrap: break-word; word-break: break-word; } @media only screen and (max-width: 767px) { .guten-LLMlkU { text-align: center; } h1.guten-element.guten-LLMlkU, h2.guten-element.guten-LLMlkU, h3.guten-element.guten-LLMlkU, h4.guten-element.guten-LLMlkU, h5.guten-element.guten-LLMlkU, h6.guten-element.guten-LLMlkU { font-size: 30px; } }.guten-nptYhw.layout-boxed > .guten-container { max-width: 1140px; } section.guten-element.guten-nptYhw > .guten-container > .guten-column > .sticky-wrapper > .guten-column-wrapper, section.guten-element.guten-nptYhw > .guten-container > .guten-column > .guten-column-wrapper { align-content: center; align-items: center; }.guten-PRED3H.layout-boxed > .guten-container { max-width: 1140px; }.guten-8tBxD4 { text-align: left;  animation-delay: 0.1s; } h1.guten-element.guten-8tBxD4, h2.guten-element.guten-8tBxD4, h3.guten-element.guten-8tBxD4, h4.guten-element.guten-8tBxD4, h5.guten-element.guten-8tBxD4, h6.guten-element.guten-8tBxD4 { color: var(--wp--preset--color--startupzy-secondary); font-family: "Helvetica"; font-size: 36px; font-weight: 600; line-height: 1.3em;  overflow-wrap: break-word; word-break: break-word; } @media only screen and (max-width: 767px) { .guten-8tBxD4 { text-align: left; } h1.guten-element.guten-8tBxD4, h2.guten-element.guten-8tBxD4, h3.guten-element.guten-8tBxD4, h4.guten-element.guten-8tBxD4, h5.guten-element.guten-8tBxD4, h6.guten-element.guten-8tBxD4 { font-size: 30px; } }.guten-hQ5Kl5:not(.inline-icon-list) > div.guten-icon-list-item:not(div:first-of-type) > a, .guten-hQ5Kl5 > .list-wrapper:not(.inline-icon-list) > div.guten-icon-list-item:not(div:first-of-type) > a { margin-top: calc(12px/2); } .guten-hQ5Kl5:not(.inline-icon-list) > .guten-icon-list-item:not(:last-child), .guten-hQ5Kl5 > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item:not(:last-child) { padding-bottom: calc(12px/2); } .guten-hQ5Kl5.inline-icon-list > .guten-icon-list-item:not(:last-child), .guten-hQ5Kl5 > .list-wrapper.inline-icon-list > .guten-icon-list-item:not(:last-child) { margin-right: calc(12px/2); } .guten-hQ5Kl5.inline-icon-list > div.guten-icon-list-item:not(div:first-of-type) > a, .guten-hQ5Kl5 > .list-wrapper.inline-icon-list > div.guten-icon-list-item:not(div:first-of-type) > a { margin-left: calc(12px/2); } .guten-hQ5Kl5 .guten-icon-list-item i { color: var(--wp--preset--color--startupzy-primary); } .guten-hQ5Kl5.guten-icon-list .guten-icon-list-item svg { fill: var(--wp--preset--color--startupzy-primary); } .guten-hQ5Kl5 .guten-icon-list-item .list-text { color: var(--wp--preset--color--startupzy-bodytext); font-family: var(--gutenverse-font-family-list-font); font-size: var(--gutenverse-font-size-list-font, inherit); font-weight: var(--gutenverse-font-weight-list-font, inherit); text-transform: var(--gutenverse-font-transform-list-font); font-style: var(--gutenverse-font-style-list-font); text-decoration: var(--gutenverse-font-decoration-list-font); line-height: var(--gutenverse-font-lineHeight-list-font, inherit); letter-spacing: var(--gutenverse-font-spacing-list-font); } .guten-hQ5Kl5 .guten-icon-list-item a, .guten-hQ5Kl5 .list-wrapper .guten-icon-list-item a { gap: 15px; } .guten-hQ5Kl5 .guten-icon-list-item i, .guten-hQ5Kl5 .guten-icon-list-item svg { line-height: 1.7em; } .guten-hQ5Kl5 {   }.guten-Wzt6kv.guten-button-wrapper { justify-content: left; } .guten-Wzt6kv.guten-button-wrapper .guten-button { width: 78%; border-top-left-radius: 30px;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px; animation-delay: 0.1s; } .guten-Wzt6kv.guten-button-wrapper .guten-button i { color: rgba(74, 98, 255, 1); } .guten-Wzt6kv.guten-button-wrapper .guten-button svg { fill: rgba(74, 98, 255, 1); } .guten-Wzt6kv.guten-element { border-top-left-radius: 30px;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px; } @media only screen and (max-width: 767px) { .guten-element.guten-Wzt6kv { padding-bottom: 30px; } }.guten-N728nz.guten-spacer { padding-bottom: 647px!important; } .guten-N728nz {   } @media only screen and (max-width: 1024px) { .guten-N728nz.guten-spacer { padding-bottom: 827px!important; } } @media only screen and (max-width: 767px) { .guten-N728nz.guten-spacer { padding-bottom: 550px!important; } }.guten-B6dVQO { text-align: center;  animation-delay: 0.2s; } h1.guten-element.guten-B6dVQO, h2.guten-element.guten-B6dVQO, h3.guten-element.guten-B6dVQO, h4.guten-element.guten-B6dVQO, h5.guten-element.guten-B6dVQO, h6.guten-element.guten-B6dVQO { color: var(--wp--preset--color--white); font-family: "Helvetica"; font-size: 36px; font-weight: 600; line-height: 1.3em;  overflow-wrap: break-word; word-break: break-word; } @media only screen and (max-width: 1024px) { .guten-B6dVQO { text-align: center; } } @media only screen and (max-width: 767px) { .guten-B6dVQO { text-align: center; } h1.guten-element.guten-B6dVQO, h2.guten-element.guten-B6dVQO, h3.guten-element.guten-B6dVQO, h4.guten-element.guten-B6dVQO, h5.guten-element.guten-B6dVQO, h6.guten-element.guten-B6dVQO { font-size: 30px; } }.guten-YjuH4j { columns: 1; text-align: center; color: var(--wp--preset--color--startupzy-text); font-family: var(--gutenverse-font-family-body-font); font-size: var(--gutenverse-font-size-body-font, inherit); font-weight: var(--gutenverse-font-weight-body-font, inherit); text-transform: var(--gutenverse-font-transform-body-font); font-style: var(--gutenverse-font-style-body-font); text-decoration: var(--gutenverse-font-decoration-body-font); line-height: var(--gutenverse-font-lineHeight-body-font, inherit); letter-spacing: var(--gutenverse-font-spacing-body-font);  animation-delay: 0.4s; } .guten-element.guten-YjuH4j { padding-right: 26%; padding-left: 26%; } @media only screen and (max-width: 1024px) { .guten-YjuH4j { text-align: center; } .guten-element.guten-YjuH4j { padding-right: 12%; padding-left: 12%; } } @media only screen and (max-width: 767px) { .guten-YjuH4j { text-align: center; } .guten-element.guten-YjuH4j { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } }.guten-SyTbZy .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 calc(15px / 2); } .guten-SyTbZy .swiper-pagination-bullets { margin-top: 40px; } .guten-SyTbZy .swiper-pagination-bullet { background-color: var(--wp--preset--color--startupzy-primary); } .guten-SyTbZy .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: rgba(0, 0, 255, 1); } .guten-SyTbZy .testimonial-box { text-align: center; } .guten-SyTbZy .guten-testimonial-item .testimonial-box { margin-right: 20px; margin-left: 20px; padding-top: 40px; padding-right: 40px; padding-bottom: 30px; padding-left: 40px; background-color: var(--wp--preset--color--white); } .guten-testimonials.guten-SyTbZy .swiper-container .guten-testimonial-item .testimonial-box { border-top-left-radius: 30px;border-top-right-radius: 0px;border-bottom-right-radius: 30px;border-bottom-left-radius: 0px; } .guten-SyTbZy .guten-testimonial-item .testimonial-box .profile-name { font-family: var(--gutenverse-font-family-h6-font); font-size: var(--gutenverse-font-size-h6-font, inherit); font-weight: var(--gutenverse-font-weight-h6-font, inherit); text-transform: var(--gutenverse-font-transform-h6-font); font-style: var(--gutenverse-font-style-h6-font); text-decoration: var(--gutenverse-font-decoration-h6-font); line-height: var(--gutenverse-font-lineHeight-h6-font, inherit); letter-spacing: var(--gutenverse-font-spacing-h6-font); } .guten-SyTbZy .guten-testimonial-item .testimonial-box .profile-des { font-family: var(--gutenverse-font-family-h6-font); font-size: var(--gutenverse-font-size-h6-font, inherit); font-weight: var(--gutenverse-font-weight-h6-font, inherit); text-transform: var(--gutenverse-font-transform-h6-font); font-style: var(--gutenverse-font-style-h6-font); text-decoration: var(--gutenverse-font-decoration-h6-font); line-height: var(--gutenverse-font-lineHeight-h6-font, inherit); letter-spacing: var(--gutenverse-font-spacing-h6-font); margin-top: 6px; } .guten-SyTbZy.guten-testimonials .swiper-container .guten-testimonial-item .testimonial-box .comment-content p { font-family: var(--gutenverse-font-family-testimonial-font); font-size: var(--gutenverse-font-size-testimonial-font, inherit); font-weight: var(--gutenverse-font-weight-testimonial-font, inherit); text-transform: var(--gutenverse-font-transform-testimonial-font); font-style: var(--gutenverse-font-style-testimonial-font); text-decoration: var(--gutenverse-font-decoration-testimonial-font); line-height: var(--gutenverse-font-lineHeight-testimonial-font, inherit); letter-spacing: var(--gutenverse-font-spacing-testimonial-font); margin-top: 18px; margin-bottom: 50px; color: var(--wp--preset--color--startupzy-bodytext); } .guten-SyTbZy .guten-testimonial-item .testimonial-box .icon-content i { font-size: 50px; color: var(--wp--preset--color--startupzy-primary); } .guten-SyTbZy .guten-testimonial-item .testimonial-box .icon-content svg { font-size: 50px; fill: var(--wp--preset--color--startupzy-primary); } .guten-SyTbZy.guten-testimonials .swiper-container .guten-testimonial-item .testimonial-box .profile-info .profile-name { color: var(--wp--preset--color--white); } .guten-SyTbZy.guten-testimonials .swiper-container .guten-testimonial-item .testimonial-box .profile-info .profile-des { color: var(--wp--preset--color--startupzy-bodytext); } .guten-SyTbZy.guten-testimonials .swiper-container .guten-testimonial-item .testimonial-box .profile-image { border-style: solid; border-width: 5px; border-color: rgba(255, 255, 255, 1); } .guten-SyTbZy .guten-testimonial-item .profile-image { margin-bottom: 15px; } .guten-SyTbZy.guten-testimonials.style-1 .swiper-container .guten-testimonial-item .testimonial-box .comment-bio { bottom: -108px; } .guten-SyTbZy.guten-testimonials .swiper-container .guten-testimonial-item .testimonial-box .profile-image img { width: 70px; height: 70px; } .guten-SyTbZy {  animation-delay: 0.6s; } @media only screen and (max-width: 1024px) { .guten-SyTbZy .guten-testimonial-item .testimonial-box { margin-right: 10px; margin-left: 10px; } } @media only screen and (max-width: 767px) { .guten-SyTbZy .swiper-pagination-bullets { margin-top: 20px; } .guten-SyTbZy .guten-testimonial-item .testimonial-box { margin-top: 0px; margin-right: 0px; margin-left: 10px; padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 25px; } .guten-SyTbZy .guten-testimonial-item .profile-image { margin-top: 145px; } }.guten-dBHB5n { text-align: center;  animation-delay: 0.2s; } h1.guten-element.guten-dBHB5n, h2.guten-element.guten-dBHB5n, h3.guten-element.guten-dBHB5n, h4.guten-element.guten-dBHB5n, h5.guten-element.guten-dBHB5n, h6.guten-element.guten-dBHB5n { color: var(--wp--preset--color--white); font-family: "Helvetica"; font-size: 36px; font-weight: 600; line-height: 1.3em;  overflow-wrap: break-word; word-break: break-word; } @media only screen and (max-width: 767px) { .guten-dBHB5n { text-align: center; } h1.guten-element.guten-dBHB5n, h2.guten-element.guten-dBHB5n, h3.guten-element.guten-dBHB5n, h4.guten-element.guten-dBHB5n, h5.guten-element.guten-dBHB5n, h6.guten-element.guten-dBHB5n { font-size: 30px; } }section.guten-element.guten-i2cooj > .guten-container > .guten-column > .sticky-wrapper > .guten-column-wrapper, section.guten-element.guten-i2cooj > .guten-container > .guten-column > .guten-column-wrapper { align-content: center; align-items: center; } .guten-element.guten-i2cooj { padding-top: 50px; }.guten-ob9UeO.layout-boxed > .guten-container { max-width: 1170px; } .guten-ob9UeO.guten-element { border-top-style: solid; border-top-width: 1px; border-top-color: var(--wp--preset--color--startupzy-border-2); } .guten-element.guten-ob9UeO { margin-top: 80px; margin-right: 10px; margin-left: 10px; padding-top: 10px; padding-right: 0px; padding-left: 0px; } @media only screen and (max-width: 767px) { .guten-element.guten-ob9UeO { margin-top: 20px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } }.guten-gnUI0k.layout-boxed > .guten-container { max-width: 1170px; } section.guten-element.guten-gnUI0k > .guten-container > .guten-column > .sticky-wrapper > .guten-column-wrapper, section.guten-element.guten-gnUI0k > .guten-container > .guten-column > .guten-column-wrapper { align-content: flex-start; align-items: flex-start; } .guten-element.guten-gnUI0k { margin-top: -120px; }.guten-DnG09w { width: 46.6%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-DnG09w { width: 46.6%; } }.guten-sq94Lp { width: 5.8%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-sq94Lp { width: 5.8%; } }.guten-Wdb03f { width: 33.33%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-Wdb03f { width: 33.33%; } }.guten-2CwDMp { width: 33.33%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-2CwDMp { width: 31.2%; } }.guten-VhjK4w { width: 33.33%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-VhjK4w { width: 33.33%; } }.guten-rSDJEl { width: 50%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-rSDJEl { width: 50%; } }.guten-HnYMTb { width: 50%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-HnYMTb { width: 50%; } }.guten-JVoQ7L { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-JVoQ7L { width: 100%; } }.guten-5B8JMo.guten-button-wrapper { justify-content: center; }.guten-MZKMFk.guten-button-wrapper { justify-content: center; }.guten-j3Eqen { width: 100%; order: 1; animation-delay: 0.7s; } @media only screen and (max-width: 1024px) { .guten-j3Eqen { width: 100%; } }.guten-element.guten-gR0FtJ { margin-bottom: 30px; }.guten-ygjp6F { width: 20%; order: 1; animation-delay: 0.7s; } @media only screen and (max-width: 1024px) { .guten-ygjp6F { width: 20%; } }.guten-g765hE { width: 20%; order: 1; animation-delay: 0.7s; } @media only screen and (max-width: 1024px) { .guten-g765hE { width: 20%; } }.guten-sqKkVw { width: 20%; order: 1; animation-delay: 0.7s; } @media only screen and (max-width: 1024px) { .guten-sqKkVw { width: 20%; } }.guten-DfNn6d { width: 20%; order: 1; animation-delay: 0.7s; } @media only screen and (max-width: 1024px) { .guten-DfNn6d { width: 20%; } }.guten-rJQmla { width: 20%; order: 1; animation-delay: 0.7s; } @media only screen and (max-width: 1024px) { .guten-rJQmla { width: 20%; } }.guten-r21rX2 { width: 60%; order: 1;  } .guten-section > .guten-container > .guten-r21rX2.guten-column > .sticky-wrapper > .guten-column-wrapper, .guten-section > .guten-container > .guten-r21rX2.guten-column > .guten-column-wrapper { align-content: center; align-items: center; } @media only screen and (max-width: 1024px) { .guten-r21rX2 { width: 60%; } } @media only screen and (max-width: 767px) { .guten-section > .guten-container > .guten-r21rX2.guten-column > .sticky-wrapper > .guten-column-wrapper, .guten-section > .guten-container > .guten-r21rX2.guten-column > .guten-column-wrapper { justify-content: center; } }.guten-SdauSG { width: 40%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-SdauSG { width: 40%; } } @media only screen and (max-width: 767px) { .guten-section > .guten-container > .guten-SdauSG.guten-column > .sticky-wrapper > .guten-column-wrapper, .guten-section > .guten-container > .guten-SdauSG.guten-column > .guten-column-wrapper { justify-content: center; } }.guten-element.guten-QismWs { margin-bottom: 30px; }.guten-Mvck2b { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-Mvck2b { width: 100%; } }.guten-l03XgJ { width: 50%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-l03XgJ { width: 50%; } .guten-l03XgJ > .sticky-wrapper > .guten-column-wrapper, .guten-l03XgJ > .guten-column-wrapper { margin-top: -20px; } }.guten-ZvmMOR { width: 50%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-ZvmMOR { width: 50%; } .guten-ZvmMOR > .sticky-wrapper > .guten-column-wrapper, .guten-ZvmMOR > .guten-column-wrapper { margin-top: -20px; } }.guten-iKOdkB { width: 50%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-iKOdkB { width: 50%; } } @media only screen and (max-width: 767px) { .guten-iKOdkB.guten-element.guten-column { width: 100%; } }.guten-GPSwAp { width: 50%; order: 1;  } .guten-section > .guten-container > .guten-GPSwAp.guten-column > .sticky-wrapper > .guten-column-wrapper, .guten-section > .guten-container > .guten-GPSwAp.guten-column > .guten-column-wrapper { align-content: center; align-items: center; } @media only screen and (max-width: 1024px) { .guten-GPSwAp { width: 50%; } .guten-section > .guten-container > .guten-GPSwAp.guten-column > .sticky-wrapper > .guten-column-wrapper, .guten-section > .guten-container > .guten-GPSwAp.guten-column > .guten-column-wrapper { align-content: center; align-items: center; } } @media only screen and (max-width: 767px) { .guten-GPSwAp.guten-element.guten-column { width: 100%; } }.guten-w4RFxJ { width: 33.3%; order: 1;  } .guten-w4RFxJ:not([class*="__tablet-"]):not([class*="__desktop-"]):not([class*="__mobile-"]) { animation-name: none; } .guten-w4RFxJ > .sticky-wrapper > .guten-column-wrapper, .guten-w4RFxJ > .guten-column-wrapper { padding-right: 0px; } @media only screen and (max-width: 1024px) { .guten-w4RFxJ { width: 33.3%; } } @media only screen and (max-width: 767px) { .guten-w4RFxJ > .sticky-wrapper > .guten-column-wrapper, .guten-w4RFxJ > .guten-column-wrapper { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } }.guten-PqwXja { width: 33.7%; order: 1;  } .guten-PqwXja > .sticky-wrapper > .guten-column-wrapper, .guten-PqwXja > .guten-column-wrapper { padding-right: 0px; } @media only screen and (max-width: 1024px) { .guten-PqwXja { width: 33.7%; } } @media only screen and (max-width: 767px) { .guten-PqwXja > .sticky-wrapper > .guten-column-wrapper, .guten-PqwXja > .guten-column-wrapper { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } }.guten-Zr3b6B { width: 33%; order: 1;  } .guten-Zr3b6B > .sticky-wrapper > .guten-column-wrapper, .guten-Zr3b6B > .guten-column-wrapper { padding-right: 0px; } @media only screen and (max-width: 1024px) { .guten-Zr3b6B { width: 50%; } } @media only screen and (max-width: 767px) { .guten-Zr3b6B > .sticky-wrapper > .guten-column-wrapper, .guten-Zr3b6B > .guten-column-wrapper { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } }.guten-eMzUe0.guten-button-wrapper .guten-button { padding-top: 20px; padding-right: 40px; padding-bottom: 20px; padding-left: 40px; background-color: rgba(54, 88, 198, 0.48); border-top-left-radius: 20px;border-top-right-radius: 0px;border-bottom-right-radius: 20px;border-bottom-left-radius: 0px; animation-delay: 0.4s; } .guten-eMzUe0.guten-button-wrapper .guten-button span { color: var(--wp--preset--color--white); font-family: var(--gutenverse-font-family-button-font); font-size: var(--gutenverse-font-size-button-font, inherit); font-weight: var(--gutenverse-font-weight-button-font, inherit); text-transform: var(--gutenverse-font-transform-button-font); font-style: var(--gutenverse-font-style-button-font); text-decoration: var(--gutenverse-font-decoration-button-font); line-height: var(--gutenverse-font-lineHeight-button-font, inherit); letter-spacing: var(--gutenverse-font-spacing-button-font); } .guten-eMzUe0.guten-button-wrapper .guten-button:hover span { color: var(--wp--preset--color--startupzy-primary); } .guten-eMzUe0.guten-button-wrapper .guten-button:hover { background-color: var(--wp--preset--color--white); } .guten-eMzUe0.guten-button-wrapper .guten-button:not([class*="__tablet-"]):not([class*="__desktop-"]):not([class*="__mobile-"]) { animation-name: none; } .guten-element.guten-eMzUe0 { margin-top: 10px; }.guten-xxpoj4.guten-button-wrapper .guten-button { padding-top: 20px; padding-right: 40px; padding-bottom: 20px; padding-left: 40px; background-color: rgba(54, 88, 198, 0.48); border-top-left-radius: 20px;border-top-right-radius: 0px;border-bottom-right-radius: 20px;border-bottom-left-radius: 0px; animation-delay: 0.4s; } .guten-xxpoj4.guten-button-wrapper .guten-button span { color: var(--wp--preset--color--white); font-family: var(--gutenverse-font-family-button-font); font-size: var(--gutenverse-font-size-button-font, inherit); font-weight: var(--gutenverse-font-weight-button-font, inherit); text-transform: var(--gutenverse-font-transform-button-font); font-style: var(--gutenverse-font-style-button-font); text-decoration: var(--gutenverse-font-decoration-button-font); line-height: var(--gutenverse-font-lineHeight-button-font, inherit); letter-spacing: var(--gutenverse-font-spacing-button-font); } .guten-xxpoj4.guten-button-wrapper .guten-button:hover span { color: var(--wp--preset--color--startupzy-primary); } .guten-xxpoj4.guten-button-wrapper .guten-button:hover { background-color: var(--wp--preset--color--white); } .guten-xxpoj4.guten-button-wrapper .guten-button:not([class*="__tablet-"]):not([class*="__desktop-"]):not([class*="__mobile-"]) { animation-name: none; } .guten-element.guten-xxpoj4 { margin-top: 10px; }.guten-lW2PKh .inner-container .image-box-body .body-inner { text-align: left; background-color: var(--wp--preset--color--white); } .guten-lW2PKh .inner-container .image-box-body .body-title { font-size: 22px; } .guten-lW2PKh {   }.guten-otTHNy .inner-container .image-box-body .body-inner { text-align: left; background-color: var(--wp--preset--color--white); } .guten-otTHNy .inner-container .image-box-body .body-title { font-size: 22px; } .guten-otTHNy {   }.guten-i9gXoP .inner-container .image-box-body .body-inner { text-align: left; background-color: var(--wp--preset--color--white); } .guten-i9gXoP .inner-container .image-box-body .body-title { font-size: 22px; } .guten-i9gXoP {   }.guten-z34nZV .inner-container .image-box-body .body-inner { text-align: left; background-color: var(--wp--preset--color--white); } .guten-z34nZV .inner-container .image-box-body .body-title { font-size: 22px; } .guten-z34nZV {   }.guten-WdvnBw .inner-container .image-box-body .body-inner { text-align: left; background-color: var(--wp--preset--color--white); } .guten-WdvnBw .inner-container .image-box-body .body-title { font-size: 22px; } .guten-WdvnBw {   }.guten-HurYSX.guten-button-wrapper { justify-content: center; } .guten-HurYSX.guten-button-wrapper .guten-button { width: 46%; border-top-left-radius: 30px;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;  } .guten-HurYSX.guten-button-wrapper .guten-button i { color: rgba(74, 98, 255, 1); } .guten-HurYSX.guten-button-wrapper .guten-button svg { fill: rgba(74, 98, 255, 1); } .guten-HurYSX.guten-element { border-top-left-radius: 30px;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px; } .guten-HurYSX.guten-button-wrapper .guten-button:not([class*="__tablet-"]):not([class*="__desktop-"]):not([class*="__mobile-"]) { animation-name: none; }.guten-z8THen:not(.inline-icon-list) > div.guten-icon-list-item:not(div:first-of-type) > a, .guten-z8THen > .list-wrapper:not(.inline-icon-list) > div.guten-icon-list-item:not(div:first-of-type) > a { margin-top: calc(12px/2); } .guten-z8THen:not(.inline-icon-list) > .guten-icon-list-item:not(:last-child), .guten-z8THen > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item:not(:last-child) { padding-bottom: calc(12px/2); } .guten-z8THen.inline-icon-list > .guten-icon-list-item:not(:last-child), .guten-z8THen > .list-wrapper.inline-icon-list > .guten-icon-list-item:not(:last-child) { margin-right: calc(12px/2); } .guten-z8THen.inline-icon-list > div.guten-icon-list-item:not(div:first-of-type) > a, .guten-z8THen > .list-wrapper.inline-icon-list > div.guten-icon-list-item:not(div:first-of-type) > a { margin-left: calc(12px/2); } .guten-z8THen .guten-icon-list-item i { color: var(--wp--preset--color--startupzy-primary); } .guten-z8THen.guten-icon-list .guten-icon-list-item svg { fill: var(--wp--preset--color--startupzy-primary); } .guten-z8THen .guten-icon-list-item .list-text { color: var(--wp--preset--color--startupzy-bodytext); font-family: var(--gutenverse-font-family-list-font); font-size: var(--gutenverse-font-size-list-font, inherit); font-weight: var(--gutenverse-font-weight-list-font, inherit); text-transform: var(--gutenverse-font-transform-list-font); font-style: var(--gutenverse-font-style-list-font); text-decoration: var(--gutenverse-font-decoration-list-font); line-height: var(--gutenverse-font-lineHeight-list-font, inherit); letter-spacing: var(--gutenverse-font-spacing-list-font); } .guten-z8THen .guten-icon-list-item a, .guten-z8THen .list-wrapper .guten-icon-list-item a { gap: 15px; } .guten-z8THen .guten-icon-list-item i, .guten-z8THen .guten-icon-list-item svg { line-height: 1.7em; } .guten-z8THen {   }.guten-ZmlE5O.guten-button-wrapper { justify-content: left; } .guten-ZmlE5O.guten-button-wrapper .guten-button { width: 78%; border-top-left-radius: 30px;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;  } .guten-ZmlE5O.guten-button-wrapper .guten-button i { color: rgba(74, 98, 255, 1); } .guten-ZmlE5O.guten-button-wrapper .guten-button svg { fill: rgba(74, 98, 255, 1); } .guten-ZmlE5O.guten-element { border-top-left-radius: 30px;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px; }.guten-SBzIp0 {   } .guten-element.guten-SBzIp0 { padding-bottom: 10px; }.guten-RR0Tud {   } .guten-element.guten-RR0Tud { padding-bottom: 10px; }.guten-CYjXyY {   } .guten-element.guten-CYjXyY { padding-bottom: 10px; }.guten-GKbLal {   } .guten-element.guten-GKbLal { padding-bottom: 10px; }.guten-OKwx8S {   } .guten-element.guten-OKwx8S { padding-bottom: 10px; }.guten-fZdUo6 {    } .guten-element.guten-fZdUo6 { margin-bottom: 30px; } @media only screen and (max-width: 767px) { .guten-fZdUo6 { text-align: center; align-self: center; vertical-align: middle; } .guten-fZdUo6:not([class*="__tablet-"]):not([class*="__desktop-"]):not([class*="__mobile-"]) { animation-name: none; } }.guten-L0c9y5 { text-align: left;   } h1.guten-element.guten-L0c9y5, h2.guten-element.guten-L0c9y5, h3.guten-element.guten-L0c9y5, h4.guten-element.guten-L0c9y5, h5.guten-element.guten-L0c9y5, h6.guten-element.guten-L0c9y5 { color: var(--wp--preset--color--white); font-family: var(--gutenverse-font-family-h2-font); font-size: var(--gutenverse-font-size-h2-font, inherit); font-weight: var(--gutenverse-font-weight-h2-font, inherit); text-transform: var(--gutenverse-font-transform-h2-font); font-style: var(--gutenverse-font-style-h2-font); text-decoration: var(--gutenverse-font-decoration-h2-font); line-height: var(--gutenverse-font-lineHeight-h2-font, inherit); letter-spacing: var(--gutenverse-font-spacing-h2-font);  overflow-wrap: break-word; word-break: break-word; } @media only screen and (max-width: 767px) { .guten-L0c9y5 { text-align: center; } }.guten-oYqNyA { text-align: left;   } h1.guten-element.guten-oYqNyA, h2.guten-element.guten-oYqNyA, h3.guten-element.guten-oYqNyA, h4.guten-element.guten-oYqNyA, h5.guten-element.guten-oYqNyA, h6.guten-element.guten-oYqNyA { color: var(--wp--preset--color--white); font-family: "Helvetica"; font-size: 22px; font-weight: 500; line-height: 1.4em;  overflow-wrap: break-word; word-break: break-word; } .guten-element.guten-oYqNyA { margin-bottom: 30px; } @media only screen and (max-width: 767px) { .guten-oYqNyA { text-align: center; } h1.guten-element.guten-oYqNyA, h2.guten-element.guten-oYqNyA, h3.guten-element.guten-oYqNyA, h4.guten-element.guten-oYqNyA, h5.guten-element.guten-oYqNyA, h6.guten-element.guten-oYqNyA { font-size: 16px; } }.guten-DqOB0D {   }.guten-2C8aK2 { text-align: left;  animation-delay: 0.2s; } h1.guten-element.guten-2C8aK2, h2.guten-element.guten-2C8aK2, h3.guten-element.guten-2C8aK2, h4.guten-element.guten-2C8aK2, h5.guten-element.guten-2C8aK2, h6.guten-element.guten-2C8aK2 { color: var(--wp--preset--color--white); font-family: var(--gutenverse-font-family-h2-font); font-size: var(--gutenverse-font-size-h2-font, inherit); font-weight: var(--gutenverse-font-weight-h2-font, inherit); text-transform: var(--gutenverse-font-transform-h2-font); font-style: var(--gutenverse-font-style-h2-font); text-decoration: var(--gutenverse-font-decoration-h2-font); line-height: var(--gutenverse-font-lineHeight-h2-font, inherit); letter-spacing: var(--gutenverse-font-spacing-h2-font);  overflow-wrap: break-word; word-break: break-word; } @media only screen and (max-width: 767px) { .guten-2C8aK2 { text-align: center; } }.guten-vJQ3CJ.guten-button-wrapper { justify-content: left; } .guten-vJQ3CJ.guten-button-wrapper .guten-button { width: 57%; border-top-left-radius: 30px;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;  } .guten-vJQ3CJ.guten-button-wrapper .guten-button i { color: rgba(74, 98, 255, 1); } .guten-vJQ3CJ.guten-button-wrapper .guten-button svg { fill: rgba(74, 98, 255, 1); } .guten-vJQ3CJ.guten-element { border-top-left-radius: 30px;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px; } .guten-element.guten-vJQ3CJ { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } @media only screen and (max-width: 767px) { .guten-vJQ3CJ.guten-button-wrapper { justify-content: center; } .guten-element.guten-vJQ3CJ { padding-bottom: 50px; } }.guten-J3okVQ.guten-image .guten-image-wrapper { justify-content: center; } .guten-J3okVQ img { width: 75%; } .guten-J3okVQ {   } .guten-J3okVQ:not([class*="__tablet-"]):not([class*="__desktop-"]):not([class*="__mobile-"]) { animation-name: none; }.guten-ha8dTw { columns: 1; text-align: left; color: var(--wp--preset--color--startupzy-text); font-family: "Heebo"; font-size: 14px; font-weight: 300; line-height: 1.7em;   } .guten-element.guten-ha8dTw { margin-top: 20px; } @media only screen and (max-width: 1024px) { .guten-ha8dTw { text-align: left; } } @media only screen and (max-width: 767px) { .guten-ha8dTw { text-align: left; } }.guten-AAM2Fh.horizontal { justify-content: center; } .guten-AAM2Fh.vertical { align-items: center; } .guten-AAM2Fh .guten-social-icon { text-align: center; } .guten-AAM2Fh .guten-social-icon a i { font-size: 16px; } .guten-AAM2Fh .guten-social-icon a svg { font-size: 16px; } .guten-AAM2Fh.fill .guten-social-icon a i, .guten-AAM2Fh.border .guten-social-icon a i, .guten-AAM2Fh.custom .guten-social-icon a i { color: var(--wp--preset--color--white); } .guten-AAM2Fh.fill .guten-social-icon a svg, .guten-AAM2Fh.border .guten-social-icon a svg, .guten-AAM2Fh.custom .guten-social-icon a svg { fill: var(--wp--preset--color--white); } .guten-AAM2Fh.border .guten-social-icon a { border-color: var(--wp--preset--color--white); } .guten-AAM2Fh.horizontal > div:not(:first-child) { margin-left: 18px; } .guten-AAM2Fh.vertical > div:not(:first-child) { margin-top: 18px; } .guten-AAM2Fh.fill .guten-social-icon a:hover i, .guten-AAM2Fh.border .guten-social-icon a:hover i, .guten-AAM2Fh.custom .guten-social-icon a:hover i { color: var(--wp--preset--color--startupzy-primary); } .guten-AAM2Fh.fill .guten-social-icon a:hover svg, .guten-AAM2Fh.border .guten-social-icon a:hover svg, .guten-AAM2Fh.custom .guten-social-icon a:hover svg { fill: var(--wp--preset--color--startupzy-primary); } .guten-AAM2Fh.border .guten-social-icon a:hover { border-color: var(--wp--preset--color--startupzy-primary); } .guten-AAM2Fh.fill .guten-social-icon a, .guten-AAM2Fh.border .guten-social-icon a, .guten-AAM2Fh.custom .guten-social-icon a { background-color: var(--wp--preset--color--startupzy-primary); } .guten-AAM2Fh.fill .guten-social-icon a:hover, .guten-AAM2Fh.border .guten-social-icon a:hover, .guten-AAM2Fh.custom .guten-social-icon a:hover { background-color: var(--wp--preset--color--white); } .guten-AAM2Fh .guten-social-icon a { border-top-left-radius: 5px;border-top-right-radius: 0px;border-bottom-right-radius: 5px;border-bottom-left-radius: 0px; } .guten-AAM2Fh {   } .guten-element.guten-AAM2Fh { margin-top: 10px; }.guten-icotpe { columns: 1; text-align: left; color: var(--wp--preset--color--startupzy-text); font-family: "Heebo"; font-size: 14px; font-weight: 300; line-height: 1.7em;   } .guten-icotpe:not([class*="__tablet-"]):not([class*="__desktop-"]):not([class*="__mobile-"]) { animation-name: none; } .guten-element.guten-icotpe { margin-top: 10px; } @media only screen and (max-width: 1024px) { .guten-icotpe { text-align: left; } } @media only screen and (max-width: 767px) { .guten-icotpe { text-align: center; } }.guten-uB4Kcu:not(.inline-icon-list) > div.guten-icon-list-item:not(div:first-of-type) > a, .guten-uB4Kcu > .list-wrapper:not(.inline-icon-list) > div.guten-icon-list-item:not(div:first-of-type) > a { margin-top: calc(20px/2); } .guten-uB4Kcu:not(.inline-icon-list) > .guten-icon-list-item:not(:last-child), .guten-uB4Kcu > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item:not(:last-child) { padding-bottom: calc(20px/2); } .guten-uB4Kcu.inline-icon-list > .guten-icon-list-item:not(:last-child), .guten-uB4Kcu > .list-wrapper.inline-icon-list > .guten-icon-list-item:not(:last-child) { margin-right: calc(20px/2); } .guten-uB4Kcu.inline-icon-list > div.guten-icon-list-item:not(div:first-of-type) > a, .guten-uB4Kcu > .list-wrapper.inline-icon-list > div.guten-icon-list-item:not(div:first-of-type) > a { margin-left: calc(20px/2); } .guten-uB4Kcu:not(.inline-icon-list), .guten-uB4Kcu > .list-wrapper:not(.inline-icon-list) { align-items: flex-end; } .guten-uB4Kcu.inline-icon-list, .guten-uB4Kcu > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item > a, .guten-uB4Kcu > .list-wrapper.inline-icon-list, .guten-uB4Kcu > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item > a { justify-content: flex-end; } .guten-uB4Kcu:not(.inline-icon-list) > .guten-icon-list-item > a, .guten-uB4Kcu > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item > a { text-align: flex-end; } .guten-uB4Kcu:not(.inline-icon-list) > .guten-icon-list-item > a, .guten-uB4Kcu > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item > .list-divider { justify-self: flex-end; } .guten-uB4Kcu .guten-icon-list-item i { color: var(--wp--preset--color--white); } .guten-uB4Kcu.guten-icon-list .guten-icon-list-item svg { fill: var(--wp--preset--color--white); } .guten-uB4Kcu .guten-icon-list-item .list-text { color: var(--wp--preset--color--startupzy-text); font-family: "Heebo"; font-size: 14px; font-weight: 300; line-height: 1.7em; } .guten-uB4Kcu .guten-icon-list-item:hover .list-text { color: var(--wp--preset--color--startupzy-primary); } .guten-uB4Kcu .guten-icon-list-item i, .guten-uB4Kcu .guten-icon-list-item svg { line-height: 1.7em; } .guten-uB4Kcu {   } .guten-uB4Kcu:not([class*="__tablet-"]):not([class*="__desktop-"]):not([class*="__mobile-"]) { animation-name: none; } @media only screen and (max-width: 767px) { .guten-uB4Kcu:not(.inline-icon-list), .guten-uB4Kcu > .list-wrapper:not(.inline-icon-list) { align-items: center; } .guten-uB4Kcu.inline-icon-list, .guten-uB4Kcu > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item > a, .guten-uB4Kcu > .list-wrapper.inline-icon-list, .guten-uB4Kcu > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item > a { justify-content: center; } .guten-uB4Kcu:not(.inline-icon-list) > .guten-icon-list-item > a, .guten-uB4Kcu > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item > a { text-align: center; } .guten-uB4Kcu:not(.inline-icon-list) > .guten-icon-list-item > a, .guten-uB4Kcu > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item > .list-divider { justify-self: center; } }.guten-tNYwfa.guten-icon-box .guten-icon-box-wrapper .icon-box .icon i { font-size: 40px; } .guten-tNYwfa.guten-icon-box .guten-icon-box-wrapper { padding-top: 35px; padding-right: 30px; padding-bottom: 35px; padding-left: 30px; } .guten-icon-box.guten-tNYwfa .guten-icon-box-wrapper { background-color: var(--wp--preset--color--white); border-style: none; border-bottom-style: none; border-bottom-width: 8px; border-bottom-color: rgba(43, 123, 123, 1); border-top-left-radius: 30px;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px; box-shadow:  0px 3px 15px 0px rgba(16, 16, 16, 0.1); overflow: hidden; } .guten-icon-box.guten-tNYwfa .icon-box.icon-box-header .icon i { color: var(--wp--preset--color--startupzy-primary); } .guten-icon-box.guten-tNYwfa .icon-box.icon-box-header .icon svg { fill: var(--wp--preset--color--startupzy-primary); } .guten-icon-box.guten-tNYwfa .icon-box.icon-box-header .icon { background-color: rgba(254, 254, 254, 0); border-top-left-radius: 50px;border-top-right-radius: 50px;border-bottom-right-radius: 50px;border-bottom-left-radius: 50px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-bottom: 15px; } .guten-icon-box.guten-tNYwfa .icon-box.icon-box-body .title { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: var(--wp--preset--color--startupzy-secondary); font-family: var(--gutenverse-font-family-h3-alt-font); font-size: var(--gutenverse-font-size-h3-alt-font, inherit); font-weight: var(--gutenverse-font-weight-h3-alt-font, inherit); text-transform: var(--gutenverse-font-transform-h3-alt-font); font-style: var(--gutenverse-font-style-h3-alt-font); text-decoration: var(--gutenverse-font-decoration-h3-alt-font); line-height: var(--gutenverse-font-lineHeight-h3-alt-font, inherit); letter-spacing: var(--gutenverse-font-spacing-h3-alt-font); } .guten-icon-box.guten-tNYwfa .icon-box.icon-box-body .icon-box-description { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; color: var(--wp--preset--color--startupzy-bodytext); font-family: var(--gutenverse-font-family-body-font); font-size: var(--gutenverse-font-size-body-font, inherit); font-weight: var(--gutenverse-font-weight-body-font, inherit); text-transform: var(--gutenverse-font-transform-body-font); font-style: var(--gutenverse-font-style-body-font); text-decoration: var(--gutenverse-font-decoration-body-font); line-height: var(--gutenverse-font-lineHeight-body-font, inherit); letter-spacing: var(--gutenverse-font-spacing-body-font); } .guten-tNYwfa {   } @media only screen and (max-width: 767px) { .guten-tNYwfa.guten-icon-box .guten-icon-box-wrapper { padding-top: 30px; padding-right: 30px; padding-bottom: 30px; padding-left: 30px; } }.guten-Z3I65A.guten-icon-box .guten-icon-box-wrapper .icon-box .icon i { font-size: 40px; } .guten-Z3I65A.guten-icon-box .guten-icon-box-wrapper { padding-top: 35px; padding-right: 30px; padding-bottom: 35px; padding-left: 30px; } .guten-icon-box.guten-Z3I65A .guten-icon-box-wrapper { background-color: var(--wp--preset--color--white); border-style: none; border-bottom-style: none; border-bottom-width: 8px; border-bottom-color: rgba(43, 123, 123, 1); border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px; box-shadow:  0px 3px 15px 0px rgba(16, 16, 16, 0.1); overflow: hidden; } .guten-icon-box.guten-Z3I65A .icon-box.icon-box-header .icon i { color: var(--wp--preset--color--startupzy-primary); } .guten-icon-box.guten-Z3I65A .icon-box.icon-box-header .icon svg { fill: var(--wp--preset--color--startupzy-primary); } .guten-icon-box.guten-Z3I65A .icon-box.icon-box-header .icon { background-color: rgba(254, 254, 254, 0); border-top-left-radius: 50px;border-top-right-radius: 50px;border-bottom-right-radius: 50px;border-bottom-left-radius: 50px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-bottom: 15px; } .guten-icon-box.guten-Z3I65A .icon-box.icon-box-body .title { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: var(--wp--preset--color--startupzy-secondary); font-family: var(--gutenverse-font-family-h3-alt-font); font-size: var(--gutenverse-font-size-h3-alt-font, inherit); font-weight: var(--gutenverse-font-weight-h3-alt-font, inherit); text-transform: var(--gutenverse-font-transform-h3-alt-font); font-style: var(--gutenverse-font-style-h3-alt-font); text-decoration: var(--gutenverse-font-decoration-h3-alt-font); line-height: var(--gutenverse-font-lineHeight-h3-alt-font, inherit); letter-spacing: var(--gutenverse-font-spacing-h3-alt-font); } .guten-icon-box.guten-Z3I65A .icon-box.icon-box-body .icon-box-description { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; color: var(--wp--preset--color--startupzy-bodytext); font-family: var(--gutenverse-font-family-body-font); font-size: var(--gutenverse-font-size-body-font, inherit); font-weight: var(--gutenverse-font-weight-body-font, inherit); text-transform: var(--gutenverse-font-transform-body-font); font-style: var(--gutenverse-font-style-body-font); text-decoration: var(--gutenverse-font-decoration-body-font); line-height: var(--gutenverse-font-lineHeight-body-font, inherit); letter-spacing: var(--gutenverse-font-spacing-body-font); } .guten-Z3I65A {   } @media only screen and (max-width: 767px) { .guten-Z3I65A.guten-icon-box .guten-icon-box-wrapper { padding-top: 30px; padding-right: 30px; padding-bottom: 30px; padding-left: 30px; } }.guten-WuZ7nE.guten-icon-box .guten-icon-box-wrapper .icon-box .icon i { font-size: 40px; } .guten-WuZ7nE.guten-icon-box .guten-icon-box-wrapper { padding-top: 35px; padding-right: 30px; padding-bottom: 35px; padding-left: 30px; } .guten-icon-box.guten-WuZ7nE .guten-icon-box-wrapper { background-color: var(--wp--preset--color--white); border-style: none; border-bottom-style: none; border-bottom-width: 8px; border-bottom-color: rgba(43, 123, 123, 1); border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-right-radius: 30px;border-bottom-left-radius: 0px; box-shadow:  0px 3px 15px 0px rgba(16, 16, 16, 0.1); overflow: hidden; } .guten-icon-box.guten-WuZ7nE .icon-box.icon-box-header .icon i { color: var(--wp--preset--color--startupzy-primary); } .guten-icon-box.guten-WuZ7nE .icon-box.icon-box-header .icon svg { fill: var(--wp--preset--color--startupzy-primary); } .guten-icon-box.guten-WuZ7nE .icon-box.icon-box-header .icon { background-color: rgba(254, 254, 254, 0); border-top-left-radius: 50px;border-top-right-radius: 50px;border-bottom-right-radius: 50px;border-bottom-left-radius: 50px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-bottom: 15px; } .guten-icon-box.guten-WuZ7nE .icon-box.icon-box-body .title { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: var(--wp--preset--color--startupzy-secondary); font-family: var(--gutenverse-font-family-h3-alt-font); font-size: var(--gutenverse-font-size-h3-alt-font, inherit); font-weight: var(--gutenverse-font-weight-h3-alt-font, inherit); text-transform: var(--gutenverse-font-transform-h3-alt-font); font-style: var(--gutenverse-font-style-h3-alt-font); text-decoration: var(--gutenverse-font-decoration-h3-alt-font); line-height: var(--gutenverse-font-lineHeight-h3-alt-font, inherit); letter-spacing: var(--gutenverse-font-spacing-h3-alt-font); } .guten-icon-box.guten-WuZ7nE .icon-box.icon-box-body .icon-box-description { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; color: var(--wp--preset--color--startupzy-bodytext); font-family: var(--gutenverse-font-family-body-font); font-size: var(--gutenverse-font-size-body-font, inherit); font-weight: var(--gutenverse-font-weight-body-font, inherit); text-transform: var(--gutenverse-font-transform-body-font); font-style: var(--gutenverse-font-style-body-font); text-decoration: var(--gutenverse-font-decoration-body-font); line-height: var(--gutenverse-font-lineHeight-body-font, inherit); letter-spacing: var(--gutenverse-font-spacing-body-font); } .guten-WuZ7nE {   } @media only screen and (max-width: 1024px) { .guten-icon-box.guten-WuZ7nE .guten-icon-box-wrapper { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px; } } @media only screen and (max-width: 767px) { .guten-WuZ7nE.guten-icon-box .guten-icon-box-wrapper { padding-top: 30px; padding-right: 30px; padding-bottom: 30px; padding-left: 30px; } }.guten-b7JMR3.guten-button-wrapper .guten-button span { height: 15px; }.guten-lB4qES.guten-button-wrapper .guten-button span { height: 15px; }.guten-d04sEb.guten-button-wrapper .guten-button { width: 36%;  } .guten-d04sEb.guten-button-wrapper .guten-button span { height: 15px; }.guten-uZ5kXm.guten-button-wrapper .guten-button span { height: 15px; }.guten-pbuTij.guten-button-wrapper .guten-button span { height: 15px; }.guten-element.guten-Xo5txc { margin-bottom: 30px; }.guten-pRMJOZ.guten-button-wrapper { justify-content: center; } .guten-pRMJOZ.guten-button-wrapper .guten-button i { font-size: 26px; color: var(--wp--preset--color--startupzy-primary); } .guten-pRMJOZ.guten-button-wrapper .guten-button svg { font-size: 26px; fill: var(--wp--preset--color--startupzy-primary); } .guten-pRMJOZ.guten-button-wrapper .guten-button { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-color: rgba(217, 217, 217, 0);  } .guten-pRMJOZ.guten-button-wrapper .guten-button span { height: 15px; } .guten-element.guten-pRMJOZ { margin-top: 20px; }.guten-WtVhJW.guten-button-wrapper { justify-content: center; } .guten-WtVhJW.guten-button-wrapper .guten-button i { font-size: 26px; color: var(--wp--preset--color--startupzy-primary); } .guten-WtVhJW.guten-button-wrapper .guten-button svg { font-size: 26px; fill: var(--wp--preset--color--startupzy-primary); } .guten-WtVhJW.guten-button-wrapper .guten-button { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-color: rgba(217, 217, 217, 0);  } .guten-WtVhJW.guten-button-wrapper .guten-button span { height: 15px; } .guten-element.guten-WtVhJW { margin-top: 20px; }.guten-ZHkkfd.guten-button-wrapper { justify-content: center; } .guten-ZHkkfd.guten-button-wrapper .guten-button i { font-size: 26px; color: var(--wp--preset--color--startupzy-primary); } .guten-ZHkkfd.guten-button-wrapper .guten-button svg { font-size: 26px; fill: var(--wp--preset--color--startupzy-primary); } .guten-ZHkkfd.guten-button-wrapper .guten-button { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-color: rgba(217, 217, 217, 0);  } .guten-ZHkkfd.guten-button-wrapper .guten-button span { height: 15px; } .guten-element.guten-ZHkkfd { margin-top: 20px; }.guten-mnfz6L.gutenverse-maps iframe { height: 345px; } .guten-mnfz6L {   }.guten-Nh4kyp.layout-boxed > .guten-container { max-width: 1140px; }.guten-R6dzF6 { width: 33.33%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-R6dzF6 { width: 33.33%; } }.guten-0jsWPl { width: 33.33%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-0jsWPl { width: 33.33%; } }.guten-omOeDx { width: 33.33%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-omOeDx { width: 33.33%; } }