.guten-2hI1EL.guten-button-wrapper { justify-content: center; } .guten-2hI1EL.guten-button-wrapper .guten-button { width: 20%; background: rgba(236, 145, 77, 1);  } .guten-2hI1EL.guten-button-wrapper .guten-button span { color: rgba(255, 255, 255, 1); font-size: 20px; font-weight: 400; font-style: normal; text-decoration: default; } .guten-2hI1EL.guten-button-wrapper .guten-button i { color: rgba(222, 72, 72, 1); } .guten-2hI1EL.guten-button-wrapper .guten-button svg { fill: rgba(222, 72, 72, 1); } .guten-2hI1EL.guten-button-wrapper .guten-button:hover { background: rgba(146, 115, 59, 1); } .guten-2hI1EL { background: rgba(46, 16, 72, 1);  } .guten-2hI1EL.guten-button-wrapper .guten-button:not([class*="__tablet-"]):not([class*="__desktop-"]):not([class*="__mobile-"]) { animation-name: none; } @media only screen and (max-width: 767px) { .guten-2hI1EL.guten-button-wrapper .guten-button { width: 70%; } }#guten-TIbW3V .gutenverse-menu-wrapper .gutenverse-menu { justify-content: center; } #guten-TIbW3V.break-point-tablet.guten-nav-menu .guten-nav-overlay, #guten-TIbW3V.break-point-mobile.guten-nav-menu .guten-nav-overlay { pointer-events: none !important; } #guten-TIbW3V .gutenverse-menu-wrapper .gutenverse-menu > li > a, #guten-TIbW3V .gutenverse-menu-wrapper .gutenverse-menu > ul > li > a { color: rgba(0, 0, 0, 1); } #guten-TIbW3V .gutenverse-hamburger-wrapper { justify-content: right; } #guten-TIbW3V { background: rgba(232, 232, 232, 1);  } #guten-TIbW3V:hover { background: rgba(205, 199, 131, 1); } 
			@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-N2GFuw.layout-boxed > .guten-container { max-width: 1140px; }.guten-dRJBPb .guten-popup .guten-popup-content { width: 450px; } .guten-dRJBPb .guten-popup .guten-popup-close i { color: rgba(0, 4, 227, 1); } .guten-dRJBPb .guten-popup .guten-popup-close svg { fill: rgba(0, 4, 227, 1); } .guten-dRJBPb .guten-popup-close { right: 10px; top: 10px; } .guten-dRJBPb.guten-element .guten-popup .guten-popup-content.exit { animation-name:  !important; animation-direction: reverse; animation-delay: 0s; animation-duration: ms; animation-delay: ms; } .guten-dRJBPb:not([class*="__tablet-"]):not([class*="__desktop-"]):not([class*="__mobile-"]) { animation-name: none; } @media only screen and (max-width: 1024px) { .guten-dRJBPb .guten-popup .guten-popup-content { width: 450px; } } @media only screen and (max-width: 767px) { .guten-dRJBPb .guten-popup .guten-popup-content { width: 100%; } }.guten-spECSa > .guten-container { flex-wrap: wrap; } .guten-spECSa > .guten-container > .guten-column { width: 100%; } .guten-spECSa:not(.background-animated), .guten-spECSa.background-animated > .guten-background-animated .animated-layer { background: rgba(11, 18, 81, 1);  } .guten-spECSa:not([class*="__tablet-"]):not([class*="__desktop-"]):not([class*="__mobile-"]) { animation-name: none; } @media only screen and (max-width: 767px) { .guten-spECSa > .guten-container { flex-wrap: wrap; } .guten-spECSa > .guten-container > .guten-column { width: 100%; } }.guten-SQeTYV.layout-boxed > .guten-container { max-width: 1140px; } .guten-SQeTYV:not([class*="__tablet-"]):not([class*="__desktop-"]):not([class*="__mobile-"]) { animation-name: none; }.guten-LERb7C.layout-boxed > .guten-container { max-width: 1140px; } .guten-LERb7C:not([class*="__tablet-"]):not([class*="__desktop-"]):not([class*="__mobile-"]) { animation-name: none; }.guten-McDpTa > .guten-container { flex-wrap: wrap; } .guten-McDpTa > .guten-container > .guten-column { width: 100%; } .guten-McDpTa > .guten-background-overlay { background: rgba(7, 7, 7, 1); opacity: 0.8; } .guten-McDpTa:not(.background-animated), .guten-McDpTa.background-animated > .guten-background-animated .animated-layer { background-image: url(https://rlhyundai.in/wp-content/uploads/2023/03/hyundai-santro-right-front-three-quarter0.webp); background-position: center right; background-repeat: no-repeat; background-size: cover;  } .guten-McDpTa:not([class*="__tablet-"]):not([class*="__desktop-"]):not([class*="__mobile-"]) { animation-name: none; } .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: 80px; } } @media only screen and (max-width: 767px) { .guten-McDpTa > .guten-container { flex-wrap: wrap; } .guten-McDpTa > .guten-container > .guten-column { width: 100%; } .guten-element.guten-McDpTa { padding-top: 40px; padding-bottom: 40px; } }.guten-Baj2mR.layout-boxed > .guten-container { max-width: 1140px; } .guten-Baj2mR:not(.background-animated), .guten-Baj2mR.background-animated > .guten-background-animated .animated-layer { background: rgba(11, 18, 81, 1);  } .guten-Baj2mR:not([class*="__tablet-"]):not([class*="__desktop-"]):not([class*="__mobile-"]) { animation-name: none; }.guten-N51LwF.layout-boxed > .guten-container { max-width: 1140px; } .guten-N51LwF > .guten-container { flex-wrap: wrap; } .guten-N51LwF > .guten-container > .guten-column { width: 100%; } .guten-N51LwF:not([class*="__tablet-"]):not([class*="__desktop-"]):not([class*="__mobile-"]) { animation-name: none; } @media only screen and (max-width: 1024px) { .guten-element.guten-N51LwF { padding-top: 80px; padding-right: 10px; padding-bottom: 80px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-N51LwF > .guten-container { flex-wrap: wrap; } .guten-N51LwF > .guten-container > .guten-column { width: 100%; } .guten-element.guten-N51LwF { padding-top: 40px; padding-bottom: 20px; } }.guten-gbzhbg.layout-boxed > .guten-container { max-width: 1140px; } .guten-gbzhbg > .guten-container { flex-wrap: wrap; } .guten-gbzhbg > .guten-container > .guten-column { width: 100%; } .guten-gbzhbg:not([class*="__tablet-"]):not([class*="__desktop-"]):not([class*="__mobile-"]) { animation-name: none; } @media only screen and (max-width: 1024px) { .guten-element.guten-gbzhbg { padding-top: 80px; padding-right: 10px; padding-bottom: 80px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-gbzhbg > .guten-container { flex-wrap: wrap; } .guten-gbzhbg > .guten-container > .guten-column { width: 100%; } .guten-element.guten-gbzhbg { padding-top: 40px; padding-bottom: 20px; } }.guten-p9Kizt.layout-boxed > .guten-container { max-width: 1140px; } .guten-p9Kizt:not([class*="__tablet-"]):not([class*="__desktop-"]):not([class*="__mobile-"]) { animation-name: none; }.guten-Twulsc.layout-boxed > .guten-container { max-width: 1140px; } .guten-Twulsc > .guten-container { flex-wrap: wrap; } .guten-Twulsc > .guten-container > .guten-column { width: 100%; } @media only screen and (max-width: 767px) { .guten-Twulsc > .guten-container { flex-wrap: wrap; } .guten-Twulsc > .guten-container > .guten-column { width: 100%; } }.guten-WPHrDg.layout-boxed > .guten-container { max-width: 1140px; }.guten-jW31xR, .guten-jW31xR.vertical > div { justify-content: center; align-items: center; } .guten-jW31xR.horizontal { text-align: center; } .guten-jW31xR.horizontal > div:not(:first-child) { margin-left: 10px; } .guten-jW31xR.vertical > div:not(:first-child) { margin-top: 10px; } .guten-jW31xR {   } .guten-element.guten-jW31xR { padding-top: 25px; padding-bottom: 25px; }.guten-bwgHv6 { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-bwgHv6 { width: 100%; } }.guten-Vewc2L { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-Vewc2L { width: 100%; } }.guten-UladbT { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-UladbT { width: 100%; } }.guten-9jO7mQ { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-9jO7mQ { width: 100%; } }.guten-5VSHBt { width: 100%; order: 1;  } .guten-5VSHBt:not([class*="__tablet-"]):not([class*="__desktop-"]):not([class*="__mobile-"]) { animation-name: none; } @media only screen and (max-width: 1024px) { .guten-5VSHBt { width: 100%; } }.guten-najM77 { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-najM77 { width: 100%; } }.guten-9407cx { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-9407cx { width: 100%; } }.guten-iWl5eI { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-iWl5eI { width: 100%; } }.guten-ENi9Vy { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-ENi9Vy { width: 100%; } }.guten-XNCpaN { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-XNCpaN { width: 100%; } }.guten-r4Jhd0 { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-r4Jhd0 { width: 100%; } }h1.guten-element.guten-VdylAf, h2.guten-element.guten-VdylAf, h3.guten-element.guten-VdylAf, h4.guten-element.guten-VdylAf, h5.guten-element.guten-VdylAf, h6.guten-element.guten-VdylAf { color: rgba(0, 0, 0, 1); font-family: "Alike";  overflow-wrap: break-word; word-break: break-word; } .guten-VdylAf {   }.guten-UuwKEo.layout-boxed > .guten-container { max-width: 1140px; }h1.guten-element.guten-bucyg1, h2.guten-element.guten-bucyg1, h3.guten-element.guten-bucyg1, h4.guten-element.guten-bucyg1, h5.guten-element.guten-bucyg1, h6.guten-element.guten-bucyg1 { color: rgba(255, 253, 253, 1);  overflow-wrap: break-word; word-break: break-word; } .guten-bucyg1 {   }.guten-xOyOBa.guten-button-wrapper { justify-content: center; } .guten-xOyOBa.guten-button-wrapper .guten-button { width: 18%; background: rgba(22, 62, 186, 1);  } .guten-xOyOBa.guten-button-wrapper .guten-button:hover { background: rgba(128, 34, 34, 1); } .guten-xOyOBa { background: rgba(232, 23, 23, 0);  } @media only screen and (max-width: 767px) { .guten-xOyOBa.guten-button-wrapper .guten-button { width: 54%; } }.guten-FuyMKb { text-align: center;   } h1.guten-element.guten-FuyMKb, h2.guten-element.guten-FuyMKb, h3.guten-element.guten-FuyMKb, h4.guten-element.guten-FuyMKb, h5.guten-element.guten-FuyMKb, h6.guten-element.guten-FuyMKb { color: rgba(4, 183, 114, 1); font-family: "Poppins"; font-size: 18px; font-weight: 500;  overflow-wrap: break-word; word-break: break-word; } .guten-FuyMKb:not([class*="__tablet-"]):not([class*="__desktop-"]):not([class*="__mobile-"]) { animation-name: none; } @media only screen and (max-width: 1024px) { .guten-FuyMKb { text-align: center; } } @media only screen and (max-width: 767px) { .guten-FuyMKb { text-align: center; } h1.guten-element.guten-FuyMKb, h2.guten-element.guten-FuyMKb, h3.guten-element.guten-FuyMKb, h4.guten-element.guten-FuyMKb, h5.guten-element.guten-FuyMKb, h6.guten-element.guten-FuyMKb { font-size: 16px; } }.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 { color: rgba(255, 255, 255, 1); font-family: "Poppins"; font-size: 32px; font-weight: 500;  overflow-wrap: break-word; word-break: break-word; } .guten-B6dVQO:not([class*="__tablet-"]):not([class*="__desktop-"]):not([class*="__mobile-"]) { animation-name: none; } @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: 24px; } }.guten-edT38p { columns: 1; text-align: center; color: rgba(255, 255, 255, 1);   } .guten-element.guten-edT38p { padding-right: 24%; padding-left: 24%; } @media only screen and (max-width: 1024px) { .guten-edT38p { text-align: center; } .guten-element.guten-edT38p { padding-right: 10%; padding-left: 10%; } } @media only screen and (max-width: 767px) { .guten-edT38p { text-align: center; font-size: 14px; } .guten-element.guten-edT38p { padding-right: 10px; padding-left: 10px; } }.guten-9K5ath .swiper-pagination-bullet { background-color: rgba(0, 0, 0, 0.3); } .guten-9K5ath .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: rgba(0, 0, 255, 1); } .guten-9K5ath .testimonial-box { text-align: center; } .guten-9K5ath .guten-testimonial-item .testimonial-box { margin-right: 10px; margin-left: 10px; background: rgba(255, 255, 255, 1); } .guten-9K5ath .guten-testimonial-item .testimonial-box .profile-name { font-family: "Poppins"; font-size: 16px; font-weight: 500; } .guten-9K5ath .guten-testimonial-item .testimonial-box .profile-des { font-family: "Poppins"; font-size: 14px; font-weight: 400; margin-top: 10px; } .guten-9K5ath.guten-testimonials .swiper-container .guten-testimonial-item .testimonial-box .comment-content p { font-family: "Heebo"; font-size: 16px; font-weight: 400; font-style: italic; line-height: 1.6em; margin-right: 10px; margin-bottom: 20px; margin-left: 10px; color: rgba(121, 130, 144, 1); } .guten-9K5ath .guten-testimonial-item .testimonial-box .icon-content i { font-size: 50px; color: rgba(4, 183, 114, 1); } .guten-9K5ath .guten-testimonial-item .testimonial-box .icon-content svg { font-size: 50px; fill: rgba(4, 183, 114, 1); } .guten-9K5ath.guten-testimonials .swiper-container .guten-testimonial-item .testimonial-box .icon-content.quote-override { top: 50px; left: 260px; } .guten-9K5ath.guten-testimonials .swiper-container .guten-testimonial-item .testimonial-box .profile-info .profile-name { color: rgba(14, 35, 35, 1); } .guten-9K5ath.guten-testimonials .swiper-container .guten-testimonial-item .testimonial-box .profile-info .profile-des { color: rgba(121, 130, 144, 1); } .guten-9K5ath {   } .guten-9K5ath:not([class*="__tablet-"]):not([class*="__desktop-"]):not([class*="__mobile-"]) { animation-name: none; } .guten-element.guten-9K5ath { margin-top: 10px; } @media only screen and (max-width: 767px) { .guten-9K5ath.guten-testimonials .swiper-container .guten-testimonial-item .testimonial-box .icon-content.quote-override { left: 210px; } }h1.guten-element.guten-xvx6eb, h2.guten-element.guten-xvx6eb, h3.guten-element.guten-xvx6eb, h4.guten-element.guten-xvx6eb, h5.guten-element.guten-xvx6eb, h6.guten-element.guten-xvx6eb { color: rgba(255, 253, 253, 1);  overflow-wrap: break-word; word-break: break-word; } .guten-xvx6eb {   }.guten-NVGsj6.layout-boxed > .guten-container { max-width: 1140px; } .guten-element.guten-NVGsj6 { margin-top: 40px; } @media only screen and (max-width: 767px) { .guten-element.guten-NVGsj6 { margin-top: 20px; } }.guten-6ku3TB.layout-boxed > .guten-container { max-width: 1140px; } .guten-element.guten-6ku3TB { margin-top: 40px; } @media only screen and (max-width: 767px) { .guten-element.guten-6ku3TB { margin-top: 20px; } }.guten-1idEJY .guten-postblock:not(.postblock-type-5) .guten-thumb, .guten-1idEJY .guten-postblock.postblock-type-5 .guten-post { width: 42%; flex-basis: 42%; } .guten-1idEJY .guten-postblock .guten-overlay { background: rgba(53, 61, 169, 0); } .guten-1idEJY .guten-postblock .guten-thumb .thumbnail-container { height: 233px; padding-bottom: 0; } .guten-1idEJY .guten-postblock .guten-postblock-content { text-align: left; } .guten-1idEJY .guten-postblock .guten-postblock-content .guten-post-meta-bottom { justify-content: flex-start; } .guten-1idEJY.guten-element {   padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; } @media only screen and (max-width: 767px) { .guten-1idEJY .guten-postblock:not(.postblock-type-5) .guten-thumb, .guten-1idEJY .guten-postblock.postblock-type-5 .guten-post { width: 100%; flex-basis: 100%; } .guten-1idEJY .guten-postblock .guten-thumb .thumbnail-container { height: 114px; padding-bottom: 0; } }.guten-zALzP1 { text-align: center;   } h1.guten-element.guten-zALzP1, h2.guten-element.guten-zALzP1, h3.guten-element.guten-zALzP1, h4.guten-element.guten-zALzP1, h5.guten-element.guten-zALzP1, h6.guten-element.guten-zALzP1 { color: rgba(8, 8, 8, 1);  overflow-wrap: break-word; word-break: break-word; }.guten-fgCuJ4 { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-fgCuJ4 { width: 100%; } }.guten-TBZHjG { width: 35.8%; order: 1;  } .guten-TBZHjG > .sticky-wrapper > .guten-column-wrapper, .guten-TBZHjG > .guten-column-wrapper { margin-right: 20px; } @media only screen and (max-width: 1024px) { .guten-TBZHjG { width: 35.8%; } } @media only screen and (max-width: 767px) { .guten-TBZHjG > .sticky-wrapper > .guten-column-wrapper, .guten-TBZHjG > .guten-column-wrapper { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } }.guten-EJID1Y { width: 31.8%; order: 1;  } .guten-EJID1Y > .sticky-wrapper > .guten-column-wrapper, .guten-EJID1Y > .guten-column-wrapper { padding-right: 10px; padding-left: 10px; } @media only screen and (max-width: 1024px) { .guten-EJID1Y { width: 31.8%; } } @media only screen and (max-width: 767px) { .guten-EJID1Y > .sticky-wrapper > .guten-column-wrapper, .guten-EJID1Y > .guten-column-wrapper { margin-top: 20px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } }.guten-xHFRTu { width: 32.4%; order: 1;  } .guten-xHFRTu > .sticky-wrapper > .guten-column-wrapper, .guten-xHFRTu > .guten-column-wrapper { margin-left: 20px; } @media only screen and (max-width: 1024px) { .guten-xHFRTu { width: 32.4%; } } @media only screen and (max-width: 767px) { .guten-xHFRTu > .sticky-wrapper > .guten-column-wrapper, .guten-xHFRTu > .guten-column-wrapper { margin-top: 20px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } }.guten-bHu73e { width: 34%; order: 1;  } .guten-bHu73e > .sticky-wrapper > .guten-column-wrapper, .guten-bHu73e > .guten-column-wrapper { margin-right: 20px; } @media only screen and (max-width: 1024px) { .guten-bHu73e { width: 34%; } } @media only screen and (max-width: 767px) { .guten-bHu73e > .sticky-wrapper > .guten-column-wrapper, .guten-bHu73e > .guten-column-wrapper { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } }.guten-qMvl0b { width: 33.6%; order: 1;  } .guten-qMvl0b > .sticky-wrapper > .guten-column-wrapper, .guten-qMvl0b > .guten-column-wrapper { padding-right: 10px; padding-left: 10px; } @media only screen and (max-width: 1024px) { .guten-qMvl0b { width: 33.6%; } } @media only screen and (max-width: 767px) { .guten-qMvl0b > .sticky-wrapper > .guten-column-wrapper, .guten-qMvl0b > .guten-column-wrapper { margin-top: 20px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } }.guten-MtObjJ { width: 32.4%; order: 1;  } .guten-MtObjJ > .sticky-wrapper > .guten-column-wrapper, .guten-MtObjJ > .guten-column-wrapper { margin-left: 20px; } @media only screen and (max-width: 1024px) { .guten-MtObjJ { width: 32.4%; } } @media only screen and (max-width: 767px) { .guten-MtObjJ > .sticky-wrapper > .guten-column-wrapper, .guten-MtObjJ > .guten-column-wrapper { margin-top: 20px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } }h1.guten-element.guten-L71AKP, h2.guten-element.guten-L71AKP, h3.guten-element.guten-L71AKP, h4.guten-element.guten-L71AKP, h5.guten-element.guten-L71AKP, h6.guten-element.guten-L71AKP { color: rgba(0, 0, 0, 1);  overflow-wrap: break-word; word-break: break-word; } .guten-L71AKP {   }.guten-vuZ38m.layout-boxed > .guten-container { max-width: 1140px; }.guten-9Ut7wr .profile-box .profile-card.card-default .profile-body,
						.guten-9Ut7wr .profile-box .profile-card.card-overlay .profile-body,
						.guten-9Ut7wr .profile-box .profile-card.card-hover .profile-body { padding-top: 50px; } .guten-9Ut7wr .profile-box .profile-card.card-default,
						.guten-9Ut7wr .profile-box .profile-card.card-overlay,
						.guten-9Ut7wr .profile-box .profile-card.card-overlay.scale:hover:before,
						.guten-9Ut7wr .profile-box .profile-card.card-hover { border-top-left-radius: 50px;border-top-right-radius: 0px;border-bottom-right-radius: 50px;border-bottom-left-radius: 0px; } .guten-9Ut7wr .profile-title, #guten-9Ut7wr .profile-title, .guten-9Ut7wr .profile-box .profile-card.card-overlay .profile-body .profile-title, .guten-9Ut7wr .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-title,
						.guten-9Ut7wr .profile-title> a, #guten-9Ut7wr .profile-title> a, .guten-9Ut7wr .profile-box .profile-card.card-overlay .profile-body .profile-title> a, .guten-9Ut7wr .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-title> a { color: rgba(255, 255, 255, 1); } .guten-9Ut7wr .profile-title, #guten-9Ut7wr .profile-title, .guten-9Ut7wr .profile-box .profile-card.card-overlay .profile-body .profile-title { font-family: "Helvetica"; font-size: 24px; font-weight: 600;  margin-bottom: 6px; } .guten-9Ut7wr .profile-sub, #guten-9Ut7wr .profile-sub, .guten-9Ut7wr .profile-box .profile-card.card-overlay .profile-body .profile-sub, .guten-9Ut7wr .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-sub,
						.guten-9Ut7wr .profile-sub> a, #guten-9Ut7wr .profile-sub> a, .guten-9Ut7wr .profile-box .profile-card.card-overlay .profile-body .profile-sub> a, .guten-9Ut7wr .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-sub> a { color: rgba(255, 255, 255, 1); } .guten-9Ut7wr .profile-sub, #guten-9Ut7wr .profile-sub, .guten-9Ut7wr .profile-box .profile-card.card-overlay .profile-body .profile-sub {  margin-bottom: 34px; } .guten-9Ut7wr .profile-desc, #guten-9Ut7wr .profile-desc, #guten-9Ut7wr .profile-phone, #guten-9Ut7wr .profile-email, .guten-9Ut7wr .profile-box .profile-card.card-overlay .profile-body .profile-desc, .guten-9Ut7wr .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-desc,
									    .guten-9Ut7wr .profile-desc> a, #guten-9Ut7wr .profile-desc> a, #guten-9Ut7wr .profile-phone> a, #guten-9Ut7wr .profile-email> a, .guten-9Ut7wr .profile-box .profile-card.card-overlay .profile-body .profile-desc> a, .guten-9Ut7wr .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-desc> a { color: rgba(255, 255, 255, 1); } .guten-9Ut7wr .profile-desc, #guten-9Ut7wr .profile-desc, #guten-9Ut7wr .profile-phone, #guten-9Ut7wr .profile-email, .guten-9Ut7wr .profile-box .profile-card.card-overlay .profile-body .profile-desc,
					                    .guten-9Ut7wr .profile-desc> a, #guten-9Ut7wr .profile-desc> a, #guten-9Ut7wr .profile-phone> a, #guten-9Ut7wr .profile-email> a, .guten-9Ut7wr .profile-box .profile-card.card-overlay .profile-body .profile-desc> a { font-family: "Heebo"; font-size: 16px; font-weight: 400; } .guten-9Ut7wr {   } @media only screen and (max-width: 1024px) { .guten-9Ut7wr .profile-box .profile-card.card-default .profile-body,
						.guten-9Ut7wr .profile-box .profile-card.card-overlay .profile-body,
						.guten-9Ut7wr .profile-box .profile-card.card-hover .profile-body { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } .guten-9Ut7wr .profile-box .profile-card.card-default img,
						.guten-9Ut7wr .profile-box .profile-card.card-overlay img,
						.guten-9Ut7wr .profile-box .profile-card.card-title-social-horizontal img,
						.guten-9Ut7wr .profile-box .profile-card.card-hover img,
						.guten-9Ut7wr .profile-box .profile-card.card-default .profile-header img,
						.guten-9Ut7wr .profile-box .profile-card.card-overlay .profile-header img,
						.guten-9Ut7wr .profile-box .profile-card.card-hover .profile-header img,
						.guten-9Ut7wr .profile-box .profile-card.card-title-social-horizontal,
						.guten-9Ut7wr .profile-box .profile-card.card-overlay { width: 240px; } } @media only screen and (max-width: 767px) { .guten-9Ut7wr .profile-box .profile-card.card-default .profile-body,
						.guten-9Ut7wr .profile-box .profile-card.card-overlay .profile-body,
						.guten-9Ut7wr .profile-box .profile-card.card-hover .profile-body { padding-top: 40px; } .guten-9Ut7wr .profile-box .profile-card.card-default img,
						.guten-9Ut7wr .profile-box .profile-card.card-overlay img,
						.guten-9Ut7wr .profile-box .profile-card.card-title-social-horizontal img,
						.guten-9Ut7wr .profile-box .profile-card.card-hover img,
						.guten-9Ut7wr .profile-box .profile-card.card-default .profile-header img,
						.guten-9Ut7wr .profile-box .profile-card.card-overlay .profile-header img,
						.guten-9Ut7wr .profile-box .profile-card.card-hover .profile-header img,
						.guten-9Ut7wr .profile-box .profile-card.card-title-social-horizontal,
						.guten-9Ut7wr .profile-box .profile-card.card-overlay { width: 100%; } .guten-9Ut7wr .profile-title, #guten-9Ut7wr .profile-title, .guten-9Ut7wr .profile-box .profile-card.card-overlay .profile-body .profile-title { font-size: 22px; } }.guten-MyOrrl .profile-box .profile-card.card-default .profile-body,
						.guten-MyOrrl .profile-box .profile-card.card-overlay .profile-body,
						.guten-MyOrrl .profile-box .profile-card.card-hover .profile-body { padding-top: 50px; } .guten-MyOrrl .profile-box .profile-card.card-default,
						.guten-MyOrrl .profile-box .profile-card.card-overlay,
						.guten-MyOrrl .profile-box .profile-card.card-overlay.scale:hover:before,
						.guten-MyOrrl .profile-box .profile-card.card-hover { border-top-left-radius: 50px;border-top-right-radius: 0px;border-bottom-right-radius: 50px;border-bottom-left-radius: 0px; } .guten-MyOrrl .profile-title, #guten-MyOrrl .profile-title, .guten-MyOrrl .profile-box .profile-card.card-overlay .profile-body .profile-title, .guten-MyOrrl .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-title,
						.guten-MyOrrl .profile-title> a, #guten-MyOrrl .profile-title> a, .guten-MyOrrl .profile-box .profile-card.card-overlay .profile-body .profile-title> a, .guten-MyOrrl .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-title> a { color: rgba(255, 255, 255, 1); } .guten-MyOrrl .profile-title, #guten-MyOrrl .profile-title, .guten-MyOrrl .profile-box .profile-card.card-overlay .profile-body .profile-title { font-family: "Helvetica"; font-size: 24px; font-weight: 600;  margin-bottom: 6px; } .guten-MyOrrl .profile-sub, #guten-MyOrrl .profile-sub, .guten-MyOrrl .profile-box .profile-card.card-overlay .profile-body .profile-sub, .guten-MyOrrl .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-sub,
						.guten-MyOrrl .profile-sub> a, #guten-MyOrrl .profile-sub> a, .guten-MyOrrl .profile-box .profile-card.card-overlay .profile-body .profile-sub> a, .guten-MyOrrl .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-sub> a { color: rgba(255, 255, 255, 1); } .guten-MyOrrl .profile-sub, #guten-MyOrrl .profile-sub, .guten-MyOrrl .profile-box .profile-card.card-overlay .profile-body .profile-sub {  margin-bottom: 34px; } .guten-MyOrrl .profile-desc, #guten-MyOrrl .profile-desc, #guten-MyOrrl .profile-phone, #guten-MyOrrl .profile-email, .guten-MyOrrl .profile-box .profile-card.card-overlay .profile-body .profile-desc, .guten-MyOrrl .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-desc,
									    .guten-MyOrrl .profile-desc> a, #guten-MyOrrl .profile-desc> a, #guten-MyOrrl .profile-phone> a, #guten-MyOrrl .profile-email> a, .guten-MyOrrl .profile-box .profile-card.card-overlay .profile-body .profile-desc> a, .guten-MyOrrl .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-desc> a { color: rgba(255, 255, 255, 1); } .guten-MyOrrl .profile-desc, #guten-MyOrrl .profile-desc, #guten-MyOrrl .profile-phone, #guten-MyOrrl .profile-email, .guten-MyOrrl .profile-box .profile-card.card-overlay .profile-body .profile-desc,
					                    .guten-MyOrrl .profile-desc> a, #guten-MyOrrl .profile-desc> a, #guten-MyOrrl .profile-phone> a, #guten-MyOrrl .profile-email> a, .guten-MyOrrl .profile-box .profile-card.card-overlay .profile-body .profile-desc> a { font-family: "Heebo"; font-size: 16px; font-weight: 400; } .guten-MyOrrl {   } @media only screen and (max-width: 1024px) { .guten-MyOrrl .profile-box .profile-card.card-default .profile-body,
						.guten-MyOrrl .profile-box .profile-card.card-overlay .profile-body,
						.guten-MyOrrl .profile-box .profile-card.card-hover .profile-body { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } .guten-MyOrrl .profile-box .profile-card.card-default img,
						.guten-MyOrrl .profile-box .profile-card.card-overlay img,
						.guten-MyOrrl .profile-box .profile-card.card-title-social-horizontal img,
						.guten-MyOrrl .profile-box .profile-card.card-hover img,
						.guten-MyOrrl .profile-box .profile-card.card-default .profile-header img,
						.guten-MyOrrl .profile-box .profile-card.card-overlay .profile-header img,
						.guten-MyOrrl .profile-box .profile-card.card-hover .profile-header img,
						.guten-MyOrrl .profile-box .profile-card.card-title-social-horizontal,
						.guten-MyOrrl .profile-box .profile-card.card-overlay { width: 240px; } } @media only screen and (max-width: 767px) { .guten-MyOrrl .profile-box .profile-card.card-default .profile-body,
						.guten-MyOrrl .profile-box .profile-card.card-overlay .profile-body,
						.guten-MyOrrl .profile-box .profile-card.card-hover .profile-body { padding-top: 40px; } .guten-MyOrrl .profile-box .profile-card.card-default img,
						.guten-MyOrrl .profile-box .profile-card.card-overlay img,
						.guten-MyOrrl .profile-box .profile-card.card-title-social-horizontal img,
						.guten-MyOrrl .profile-box .profile-card.card-hover img,
						.guten-MyOrrl .profile-box .profile-card.card-default .profile-header img,
						.guten-MyOrrl .profile-box .profile-card.card-overlay .profile-header img,
						.guten-MyOrrl .profile-box .profile-card.card-hover .profile-header img,
						.guten-MyOrrl .profile-box .profile-card.card-title-social-horizontal,
						.guten-MyOrrl .profile-box .profile-card.card-overlay { width: 100%; } .guten-MyOrrl .profile-title, #guten-MyOrrl .profile-title, .guten-MyOrrl .profile-box .profile-card.card-overlay .profile-body .profile-title { font-size: 22px; } }.guten-PWwyAs .profile-box .profile-card.card-default .profile-body,
						.guten-PWwyAs .profile-box .profile-card.card-overlay .profile-body,
						.guten-PWwyAs .profile-box .profile-card.card-hover .profile-body { padding-top: 50px; } .guten-PWwyAs .profile-box .profile-card.card-default,
						.guten-PWwyAs .profile-box .profile-card.card-overlay,
						.guten-PWwyAs .profile-box .profile-card.card-overlay.scale:hover:before,
						.guten-PWwyAs .profile-box .profile-card.card-hover { border-top-left-radius: 50px;border-top-right-radius: 0px;border-bottom-right-radius: 50px;border-bottom-left-radius: 0px; } .guten-PWwyAs .profile-title, #guten-PWwyAs .profile-title, .guten-PWwyAs .profile-box .profile-card.card-overlay .profile-body .profile-title, .guten-PWwyAs .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-title,
						.guten-PWwyAs .profile-title> a, #guten-PWwyAs .profile-title> a, .guten-PWwyAs .profile-box .profile-card.card-overlay .profile-body .profile-title> a, .guten-PWwyAs .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-title> a { color: rgba(255, 255, 255, 1); } .guten-PWwyAs .profile-title, #guten-PWwyAs .profile-title, .guten-PWwyAs .profile-box .profile-card.card-overlay .profile-body .profile-title { font-family: "Helvetica"; font-size: 24px; font-weight: 600;  margin-bottom: 6px; } .guten-PWwyAs .profile-sub, #guten-PWwyAs .profile-sub, .guten-PWwyAs .profile-box .profile-card.card-overlay .profile-body .profile-sub, .guten-PWwyAs .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-sub,
						.guten-PWwyAs .profile-sub> a, #guten-PWwyAs .profile-sub> a, .guten-PWwyAs .profile-box .profile-card.card-overlay .profile-body .profile-sub> a, .guten-PWwyAs .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-sub> a { color: rgba(255, 255, 255, 1); } .guten-PWwyAs .profile-sub, #guten-PWwyAs .profile-sub, .guten-PWwyAs .profile-box .profile-card.card-overlay .profile-body .profile-sub {  margin-bottom: 34px; } .guten-PWwyAs .profile-desc, #guten-PWwyAs .profile-desc, #guten-PWwyAs .profile-phone, #guten-PWwyAs .profile-email, .guten-PWwyAs .profile-box .profile-card.card-overlay .profile-body .profile-desc, .guten-PWwyAs .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-desc,
									    .guten-PWwyAs .profile-desc> a, #guten-PWwyAs .profile-desc> a, #guten-PWwyAs .profile-phone> a, #guten-PWwyAs .profile-email> a, .guten-PWwyAs .profile-box .profile-card.card-overlay .profile-body .profile-desc> a, .guten-PWwyAs .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-desc> a { color: rgba(255, 255, 255, 1); } .guten-PWwyAs .profile-desc, #guten-PWwyAs .profile-desc, #guten-PWwyAs .profile-phone, #guten-PWwyAs .profile-email, .guten-PWwyAs .profile-box .profile-card.card-overlay .profile-body .profile-desc,
					                    .guten-PWwyAs .profile-desc> a, #guten-PWwyAs .profile-desc> a, #guten-PWwyAs .profile-phone> a, #guten-PWwyAs .profile-email> a, .guten-PWwyAs .profile-box .profile-card.card-overlay .profile-body .profile-desc> a { font-family: "Heebo"; font-size: 16px; font-weight: 400; } .guten-PWwyAs {   } @media only screen and (max-width: 1024px) { .guten-PWwyAs .profile-box .profile-card.card-default .profile-body,
						.guten-PWwyAs .profile-box .profile-card.card-overlay .profile-body,
						.guten-PWwyAs .profile-box .profile-card.card-hover .profile-body { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } .guten-PWwyAs .profile-box .profile-card.card-default img,
						.guten-PWwyAs .profile-box .profile-card.card-overlay img,
						.guten-PWwyAs .profile-box .profile-card.card-title-social-horizontal img,
						.guten-PWwyAs .profile-box .profile-card.card-hover img,
						.guten-PWwyAs .profile-box .profile-card.card-default .profile-header img,
						.guten-PWwyAs .profile-box .profile-card.card-overlay .profile-header img,
						.guten-PWwyAs .profile-box .profile-card.card-hover .profile-header img,
						.guten-PWwyAs .profile-box .profile-card.card-title-social-horizontal,
						.guten-PWwyAs .profile-box .profile-card.card-overlay { width: 240px; } } @media only screen and (max-width: 767px) { .guten-PWwyAs .profile-box .profile-card.card-default .profile-body,
						.guten-PWwyAs .profile-box .profile-card.card-overlay .profile-body,
						.guten-PWwyAs .profile-box .profile-card.card-hover .profile-body { padding-top: 40px; } .guten-PWwyAs .profile-box .profile-card.card-default img,
						.guten-PWwyAs .profile-box .profile-card.card-overlay img,
						.guten-PWwyAs .profile-box .profile-card.card-title-social-horizontal img,
						.guten-PWwyAs .profile-box .profile-card.card-hover img,
						.guten-PWwyAs .profile-box .profile-card.card-default .profile-header img,
						.guten-PWwyAs .profile-box .profile-card.card-overlay .profile-header img,
						.guten-PWwyAs .profile-box .profile-card.card-hover .profile-header img,
						.guten-PWwyAs .profile-box .profile-card.card-title-social-horizontal,
						.guten-PWwyAs .profile-box .profile-card.card-overlay { width: 100%; } .guten-PWwyAs .profile-title, #guten-PWwyAs .profile-title, .guten-PWwyAs .profile-box .profile-card.card-overlay .profile-body .profile-title { font-size: 22px; } }.guten-tHuOTh .profile-box .profile-card.card-default .profile-body,
						.guten-tHuOTh .profile-box .profile-card.card-overlay .profile-body,
						.guten-tHuOTh .profile-box .profile-card.card-hover .profile-body { padding-top: 50px; } .guten-tHuOTh .profile-box .profile-card.card-default,
						.guten-tHuOTh .profile-box .profile-card.card-overlay,
						.guten-tHuOTh .profile-box .profile-card.card-overlay.scale:hover:before,
						.guten-tHuOTh .profile-box .profile-card.card-hover { border-top-left-radius: 50px;border-top-right-radius: 0px;border-bottom-right-radius: 50px;border-bottom-left-radius: 0px; } .guten-tHuOTh .profile-title, #guten-tHuOTh .profile-title, .guten-tHuOTh .profile-box .profile-card.card-overlay .profile-body .profile-title, .guten-tHuOTh .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-title,
						.guten-tHuOTh .profile-title> a, #guten-tHuOTh .profile-title> a, .guten-tHuOTh .profile-box .profile-card.card-overlay .profile-body .profile-title> a, .guten-tHuOTh .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-title> a { color: rgba(255, 255, 255, 1); } .guten-tHuOTh .profile-title, #guten-tHuOTh .profile-title, .guten-tHuOTh .profile-box .profile-card.card-overlay .profile-body .profile-title { font-family: "Helvetica"; font-size: 24px; font-weight: 600;  margin-bottom: 6px; } .guten-tHuOTh .profile-sub, #guten-tHuOTh .profile-sub, .guten-tHuOTh .profile-box .profile-card.card-overlay .profile-body .profile-sub, .guten-tHuOTh .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-sub,
						.guten-tHuOTh .profile-sub> a, #guten-tHuOTh .profile-sub> a, .guten-tHuOTh .profile-box .profile-card.card-overlay .profile-body .profile-sub> a, .guten-tHuOTh .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-sub> a { color: rgba(255, 255, 255, 1); } .guten-tHuOTh .profile-sub, #guten-tHuOTh .profile-sub, .guten-tHuOTh .profile-box .profile-card.card-overlay .profile-body .profile-sub {  margin-bottom: 34px; } .guten-tHuOTh .profile-desc, #guten-tHuOTh .profile-desc, #guten-tHuOTh .profile-phone, #guten-tHuOTh .profile-email, .guten-tHuOTh .profile-box .profile-card.card-overlay .profile-body .profile-desc, .guten-tHuOTh .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-desc,
									    .guten-tHuOTh .profile-desc> a, #guten-tHuOTh .profile-desc> a, #guten-tHuOTh .profile-phone> a, #guten-tHuOTh .profile-email> a, .guten-tHuOTh .profile-box .profile-card.card-overlay .profile-body .profile-desc> a, .guten-tHuOTh .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-desc> a { color: rgba(255, 255, 255, 1); } .guten-tHuOTh .profile-desc, #guten-tHuOTh .profile-desc, #guten-tHuOTh .profile-phone, #guten-tHuOTh .profile-email, .guten-tHuOTh .profile-box .profile-card.card-overlay .profile-body .profile-desc,
					                    .guten-tHuOTh .profile-desc> a, #guten-tHuOTh .profile-desc> a, #guten-tHuOTh .profile-phone> a, #guten-tHuOTh .profile-email> a, .guten-tHuOTh .profile-box .profile-card.card-overlay .profile-body .profile-desc> a { font-family: "Heebo"; font-size: 16px; font-weight: 400; } .guten-tHuOTh {   } @media only screen and (max-width: 1024px) { .guten-tHuOTh .profile-box .profile-card.card-default .profile-body,
						.guten-tHuOTh .profile-box .profile-card.card-overlay .profile-body,
						.guten-tHuOTh .profile-box .profile-card.card-hover .profile-body { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } .guten-tHuOTh .profile-box .profile-card.card-default img,
						.guten-tHuOTh .profile-box .profile-card.card-overlay img,
						.guten-tHuOTh .profile-box .profile-card.card-title-social-horizontal img,
						.guten-tHuOTh .profile-box .profile-card.card-hover img,
						.guten-tHuOTh .profile-box .profile-card.card-default .profile-header img,
						.guten-tHuOTh .profile-box .profile-card.card-overlay .profile-header img,
						.guten-tHuOTh .profile-box .profile-card.card-hover .profile-header img,
						.guten-tHuOTh .profile-box .profile-card.card-title-social-horizontal,
						.guten-tHuOTh .profile-box .profile-card.card-overlay { width: 240px; } } @media only screen and (max-width: 767px) { .guten-tHuOTh .profile-box .profile-card.card-default .profile-body,
						.guten-tHuOTh .profile-box .profile-card.card-overlay .profile-body,
						.guten-tHuOTh .profile-box .profile-card.card-hover .profile-body { padding-top: 40px; } .guten-tHuOTh .profile-box .profile-card.card-default img,
						.guten-tHuOTh .profile-box .profile-card.card-overlay img,
						.guten-tHuOTh .profile-box .profile-card.card-title-social-horizontal img,
						.guten-tHuOTh .profile-box .profile-card.card-hover img,
						.guten-tHuOTh .profile-box .profile-card.card-default .profile-header img,
						.guten-tHuOTh .profile-box .profile-card.card-overlay .profile-header img,
						.guten-tHuOTh .profile-box .profile-card.card-hover .profile-header img,
						.guten-tHuOTh .profile-box .profile-card.card-title-social-horizontal,
						.guten-tHuOTh .profile-box .profile-card.card-overlay { width: 100%; } .guten-tHuOTh .profile-title, #guten-tHuOTh .profile-title, .guten-tHuOTh .profile-box .profile-card.card-overlay .profile-body .profile-title { font-size: 22px; } }.guten-EoUcd8 .profile-box .profile-card.card-default .profile-body,
						.guten-EoUcd8 .profile-box .profile-card.card-overlay .profile-body,
						.guten-EoUcd8 .profile-box .profile-card.card-hover .profile-body { padding-top: 50px; } .guten-EoUcd8 .profile-box .profile-card.card-default,
						.guten-EoUcd8 .profile-box .profile-card.card-overlay,
						.guten-EoUcd8 .profile-box .profile-card.card-overlay.scale:hover:before,
						.guten-EoUcd8 .profile-box .profile-card.card-hover { border-top-left-radius: 50px;border-top-right-radius: 0px;border-bottom-right-radius: 50px;border-bottom-left-radius: 0px; } .guten-EoUcd8 .profile-title, #guten-EoUcd8 .profile-title, .guten-EoUcd8 .profile-box .profile-card.card-overlay .profile-body .profile-title, .guten-EoUcd8 .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-title,
						.guten-EoUcd8 .profile-title> a, #guten-EoUcd8 .profile-title> a, .guten-EoUcd8 .profile-box .profile-card.card-overlay .profile-body .profile-title> a, .guten-EoUcd8 .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-title> a { color: rgba(255, 255, 255, 1); } .guten-EoUcd8 .profile-title, #guten-EoUcd8 .profile-title, .guten-EoUcd8 .profile-box .profile-card.card-overlay .profile-body .profile-title { font-family: "Helvetica"; font-size: 24px; font-weight: 600;  margin-bottom: 6px; } .guten-EoUcd8 .profile-sub, #guten-EoUcd8 .profile-sub, .guten-EoUcd8 .profile-box .profile-card.card-overlay .profile-body .profile-sub, .guten-EoUcd8 .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-sub,
						.guten-EoUcd8 .profile-sub> a, #guten-EoUcd8 .profile-sub> a, .guten-EoUcd8 .profile-box .profile-card.card-overlay .profile-body .profile-sub> a, .guten-EoUcd8 .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-sub> a { color: rgba(255, 255, 255, 1); } .guten-EoUcd8 .profile-sub, #guten-EoUcd8 .profile-sub, .guten-EoUcd8 .profile-box .profile-card.card-overlay .profile-body .profile-sub {  margin-bottom: 34px; } .guten-EoUcd8 .profile-desc, #guten-EoUcd8 .profile-desc, #guten-EoUcd8 .profile-phone, #guten-EoUcd8 .profile-email, .guten-EoUcd8 .profile-box .profile-card.card-overlay .profile-body .profile-desc, .guten-EoUcd8 .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-desc,
									    .guten-EoUcd8 .profile-desc> a, #guten-EoUcd8 .profile-desc> a, #guten-EoUcd8 .profile-phone> a, #guten-EoUcd8 .profile-email> a, .guten-EoUcd8 .profile-box .profile-card.card-overlay .profile-body .profile-desc> a, .guten-EoUcd8 .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-desc> a { color: rgba(255, 255, 255, 1); } .guten-EoUcd8 .profile-desc, #guten-EoUcd8 .profile-desc, #guten-EoUcd8 .profile-phone, #guten-EoUcd8 .profile-email, .guten-EoUcd8 .profile-box .profile-card.card-overlay .profile-body .profile-desc,
					                    .guten-EoUcd8 .profile-desc> a, #guten-EoUcd8 .profile-desc> a, #guten-EoUcd8 .profile-phone> a, #guten-EoUcd8 .profile-email> a, .guten-EoUcd8 .profile-box .profile-card.card-overlay .profile-body .profile-desc> a { font-family: "Heebo"; font-size: 16px; font-weight: 400; } .guten-EoUcd8 {   } @media only screen and (max-width: 1024px) { .guten-EoUcd8 .profile-box .profile-card.card-default .profile-body,
						.guten-EoUcd8 .profile-box .profile-card.card-overlay .profile-body,
						.guten-EoUcd8 .profile-box .profile-card.card-hover .profile-body { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } .guten-EoUcd8 .profile-box .profile-card.card-default img,
						.guten-EoUcd8 .profile-box .profile-card.card-overlay img,
						.guten-EoUcd8 .profile-box .profile-card.card-title-social-horizontal img,
						.guten-EoUcd8 .profile-box .profile-card.card-hover img,
						.guten-EoUcd8 .profile-box .profile-card.card-default .profile-header img,
						.guten-EoUcd8 .profile-box .profile-card.card-overlay .profile-header img,
						.guten-EoUcd8 .profile-box .profile-card.card-hover .profile-header img,
						.guten-EoUcd8 .profile-box .profile-card.card-title-social-horizontal,
						.guten-EoUcd8 .profile-box .profile-card.card-overlay { width: 240px; } } @media only screen and (max-width: 767px) { .guten-EoUcd8 .profile-box .profile-card.card-default .profile-body,
						.guten-EoUcd8 .profile-box .profile-card.card-overlay .profile-body,
						.guten-EoUcd8 .profile-box .profile-card.card-hover .profile-body { padding-top: 40px; } .guten-EoUcd8 .profile-box .profile-card.card-default img,
						.guten-EoUcd8 .profile-box .profile-card.card-overlay img,
						.guten-EoUcd8 .profile-box .profile-card.card-title-social-horizontal img,
						.guten-EoUcd8 .profile-box .profile-card.card-hover img,
						.guten-EoUcd8 .profile-box .profile-card.card-default .profile-header img,
						.guten-EoUcd8 .profile-box .profile-card.card-overlay .profile-header img,
						.guten-EoUcd8 .profile-box .profile-card.card-hover .profile-header img,
						.guten-EoUcd8 .profile-box .profile-card.card-title-social-horizontal,
						.guten-EoUcd8 .profile-box .profile-card.card-overlay { width: 100%; } .guten-EoUcd8 .profile-title, #guten-EoUcd8 .profile-title, .guten-EoUcd8 .profile-box .profile-card.card-overlay .profile-body .profile-title { font-size: 22px; } }.guten-RB54Ws .profile-box .profile-card.card-default .profile-body,
						.guten-RB54Ws .profile-box .profile-card.card-overlay .profile-body,
						.guten-RB54Ws .profile-box .profile-card.card-hover .profile-body { padding-top: 50px; } .guten-RB54Ws .profile-box .profile-card.card-default,
						.guten-RB54Ws .profile-box .profile-card.card-overlay,
						.guten-RB54Ws .profile-box .profile-card.card-overlay.scale:hover:before,
						.guten-RB54Ws .profile-box .profile-card.card-hover { border-top-left-radius: 50px;border-top-right-radius: 0px;border-bottom-right-radius: 50px;border-bottom-left-radius: 0px; } .guten-RB54Ws .profile-title, #guten-RB54Ws .profile-title, .guten-RB54Ws .profile-box .profile-card.card-overlay .profile-body .profile-title, .guten-RB54Ws .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-title,
						.guten-RB54Ws .profile-title> a, #guten-RB54Ws .profile-title> a, .guten-RB54Ws .profile-box .profile-card.card-overlay .profile-body .profile-title> a, .guten-RB54Ws .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-title> a { color: rgba(255, 255, 255, 1); } .guten-RB54Ws .profile-title, #guten-RB54Ws .profile-title, .guten-RB54Ws .profile-box .profile-card.card-overlay .profile-body .profile-title { font-family: "Helvetica"; font-size: 24px; font-weight: 600;  margin-bottom: 6px; } .guten-RB54Ws .profile-sub, #guten-RB54Ws .profile-sub, .guten-RB54Ws .profile-box .profile-card.card-overlay .profile-body .profile-sub, .guten-RB54Ws .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-sub,
						.guten-RB54Ws .profile-sub> a, #guten-RB54Ws .profile-sub> a, .guten-RB54Ws .profile-box .profile-card.card-overlay .profile-body .profile-sub> a, .guten-RB54Ws .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-sub> a { color: rgba(255, 255, 255, 1); } .guten-RB54Ws .profile-sub, #guten-RB54Ws .profile-sub, .guten-RB54Ws .profile-box .profile-card.card-overlay .profile-body .profile-sub {  margin-bottom: 34px; } .guten-RB54Ws .profile-desc, #guten-RB54Ws .profile-desc, #guten-RB54Ws .profile-phone, #guten-RB54Ws .profile-email, .guten-RB54Ws .profile-box .profile-card.card-overlay .profile-body .profile-desc, .guten-RB54Ws .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-desc,
									    .guten-RB54Ws .profile-desc> a, #guten-RB54Ws .profile-desc> a, #guten-RB54Ws .profile-phone> a, #guten-RB54Ws .profile-email> a, .guten-RB54Ws .profile-box .profile-card.card-overlay .profile-body .profile-desc> a, .guten-RB54Ws .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-desc> a { color: rgba(255, 255, 255, 1); } .guten-RB54Ws .profile-desc, #guten-RB54Ws .profile-desc, #guten-RB54Ws .profile-phone, #guten-RB54Ws .profile-email, .guten-RB54Ws .profile-box .profile-card.card-overlay .profile-body .profile-desc,
					                    .guten-RB54Ws .profile-desc> a, #guten-RB54Ws .profile-desc> a, #guten-RB54Ws .profile-phone> a, #guten-RB54Ws .profile-email> a, .guten-RB54Ws .profile-box .profile-card.card-overlay .profile-body .profile-desc> a { font-family: "Heebo"; font-size: 16px; font-weight: 400; } .guten-RB54Ws {   } @media only screen and (max-width: 1024px) { .guten-RB54Ws .profile-box .profile-card.card-default .profile-body,
						.guten-RB54Ws .profile-box .profile-card.card-overlay .profile-body,
						.guten-RB54Ws .profile-box .profile-card.card-hover .profile-body { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } .guten-RB54Ws .profile-box .profile-card.card-default img,
						.guten-RB54Ws .profile-box .profile-card.card-overlay img,
						.guten-RB54Ws .profile-box .profile-card.card-title-social-horizontal img,
						.guten-RB54Ws .profile-box .profile-card.card-hover img,
						.guten-RB54Ws .profile-box .profile-card.card-default .profile-header img,
						.guten-RB54Ws .profile-box .profile-card.card-overlay .profile-header img,
						.guten-RB54Ws .profile-box .profile-card.card-hover .profile-header img,
						.guten-RB54Ws .profile-box .profile-card.card-title-social-horizontal,
						.guten-RB54Ws .profile-box .profile-card.card-overlay { width: 240px; } } @media only screen and (max-width: 767px) { .guten-RB54Ws .profile-box .profile-card.card-default .profile-body,
						.guten-RB54Ws .profile-box .profile-card.card-overlay .profile-body,
						.guten-RB54Ws .profile-box .profile-card.card-hover .profile-body { padding-top: 40px; } .guten-RB54Ws .profile-box .profile-card.card-default img,
						.guten-RB54Ws .profile-box .profile-card.card-overlay img,
						.guten-RB54Ws .profile-box .profile-card.card-title-social-horizontal img,
						.guten-RB54Ws .profile-box .profile-card.card-hover img,
						.guten-RB54Ws .profile-box .profile-card.card-default .profile-header img,
						.guten-RB54Ws .profile-box .profile-card.card-overlay .profile-header img,
						.guten-RB54Ws .profile-box .profile-card.card-hover .profile-header img,
						.guten-RB54Ws .profile-box .profile-card.card-title-social-horizontal,
						.guten-RB54Ws .profile-box .profile-card.card-overlay { width: 100%; } .guten-RB54Ws .profile-title, #guten-RB54Ws .profile-title, .guten-RB54Ws .profile-box .profile-card.card-overlay .profile-body .profile-title { font-size: 22px; } }.guten-nbJNlo { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-nbJNlo { width: 100%; } }.guten-FSnYGV.horizontal { justify-content: center; } .guten-FSnYGV.vertical { align-items: center; } .guten-FSnYGV .guten-social-icon { text-align: center; } .guten-FSnYGV .guten-social-icon a i { font-size: 14px; } .guten-FSnYGV .guten-social-icon a svg { font-size: 14px; } .guten-FSnYGV.fill .guten-social-icon a i, .guten-FSnYGV.border .guten-social-icon a i, .guten-FSnYGV.custom .guten-social-icon a i { color: rgba(255, 255, 255, 1); } .guten-FSnYGV.fill .guten-social-icon a svg, .guten-FSnYGV.border .guten-social-icon a svg, .guten-FSnYGV.custom .guten-social-icon a svg { fill: rgba(255, 255, 255, 1); } .guten-FSnYGV.border .guten-social-icon a { border-color: rgba(255, 255, 255, 1); } .guten-FSnYGV.horizontal > div:not(:first-child) { margin-left: 10px; } .guten-FSnYGV.vertical > div:not(:first-child) { margin-top: 10px; } .guten-FSnYGV.fill .guten-social-icon a:hover i, .guten-FSnYGV.border .guten-social-icon a:hover i, .guten-FSnYGV.custom .guten-social-icon a:hover i { color: rgba(30, 112, 234, 1); } .guten-FSnYGV.fill .guten-social-icon a:hover svg, .guten-FSnYGV.border .guten-social-icon a:hover svg, .guten-FSnYGV.custom .guten-social-icon a:hover svg { fill: rgba(30, 112, 234, 1); } .guten-FSnYGV.border .guten-social-icon a:hover { border-color: rgba(30, 112, 234, 1); } .guten-FSnYGV.fill .guten-social-icon a, .guten-FSnYGV.border .guten-social-icon a, .guten-FSnYGV.custom .guten-social-icon a { background-color: rgba(30, 112, 234, 1); } .guten-FSnYGV.fill .guten-social-icon a:hover, .guten-FSnYGV.border .guten-social-icon a:hover, .guten-FSnYGV.custom .guten-social-icon a:hover { background-color: rgba(255, 255, 255, 1); } .guten-FSnYGV .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-FSnYGV .guten-social-icon:hover a { border-top-left-radius: 5px;border-top-right-radius: 0px;border-bottom-right-radius: 5px;border-bottom-left-radius: 0px; } .guten-FSnYGV {   } .guten-element.guten-FSnYGV { margin-top: -20px; } @media only screen and (max-width: 1024px) { .guten-FSnYGV.horizontal > div:not(:first-child) { margin-left: 10px; } .guten-FSnYGV.vertical > div:not(:first-child) { margin-top: 10px; } } @media only screen and (max-width: 767px) { .guten-FSnYGV.horizontal > div:not(:first-child) { margin-left: 10px; } .guten-FSnYGV.vertical > div:not(:first-child) { margin-top: 10px; } }.guten-9jB2dJ.horizontal { justify-content: center; } .guten-9jB2dJ.vertical { align-items: center; } .guten-9jB2dJ .guten-social-icon { text-align: center; } .guten-9jB2dJ .guten-social-icon a i { font-size: 14px; } .guten-9jB2dJ .guten-social-icon a svg { font-size: 14px; } .guten-9jB2dJ.fill .guten-social-icon a i, .guten-9jB2dJ.border .guten-social-icon a i, .guten-9jB2dJ.custom .guten-social-icon a i { color: rgba(255, 255, 255, 1); } .guten-9jB2dJ.fill .guten-social-icon a svg, .guten-9jB2dJ.border .guten-social-icon a svg, .guten-9jB2dJ.custom .guten-social-icon a svg { fill: rgba(255, 255, 255, 1); } .guten-9jB2dJ.border .guten-social-icon a { border-color: rgba(255, 255, 255, 1); } .guten-9jB2dJ.horizontal > div:not(:first-child) { margin-left: 10px; } .guten-9jB2dJ.vertical > div:not(:first-child) { margin-top: 10px; } .guten-9jB2dJ.fill .guten-social-icon a:hover i, .guten-9jB2dJ.border .guten-social-icon a:hover i, .guten-9jB2dJ.custom .guten-social-icon a:hover i { color: rgba(30, 112, 234, 1); } .guten-9jB2dJ.fill .guten-social-icon a:hover svg, .guten-9jB2dJ.border .guten-social-icon a:hover svg, .guten-9jB2dJ.custom .guten-social-icon a:hover svg { fill: rgba(30, 112, 234, 1); } .guten-9jB2dJ.border .guten-social-icon a:hover { border-color: rgba(30, 112, 234, 1); } .guten-9jB2dJ.fill .guten-social-icon a, .guten-9jB2dJ.border .guten-social-icon a, .guten-9jB2dJ.custom .guten-social-icon a { background-color: rgba(30, 112, 234, 1); } .guten-9jB2dJ.fill .guten-social-icon a:hover, .guten-9jB2dJ.border .guten-social-icon a:hover, .guten-9jB2dJ.custom .guten-social-icon a:hover { background-color: rgba(255, 255, 255, 1); } .guten-9jB2dJ .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-9jB2dJ .guten-social-icon:hover a { border-top-left-radius: 5px;border-top-right-radius: 0px;border-bottom-right-radius: 5px;border-bottom-left-radius: 0px; } .guten-9jB2dJ {   } .guten-element.guten-9jB2dJ { margin-top: -20px; } @media only screen and (max-width: 1024px) { .guten-9jB2dJ.horizontal > div:not(:first-child) { margin-left: 10px; } .guten-9jB2dJ.vertical > div:not(:first-child) { margin-top: 10px; } } @media only screen and (max-width: 767px) { .guten-9jB2dJ.horizontal > div:not(:first-child) { margin-left: 10px; } .guten-9jB2dJ.vertical > div:not(:first-child) { margin-top: 10px; } }.guten-B5GGdr.horizontal { justify-content: center; } .guten-B5GGdr.vertical { align-items: center; } .guten-B5GGdr .guten-social-icon { text-align: center; } .guten-B5GGdr .guten-social-icon a i { font-size: 14px; } .guten-B5GGdr .guten-social-icon a svg { font-size: 14px; } .guten-B5GGdr.fill .guten-social-icon a i, .guten-B5GGdr.border .guten-social-icon a i, .guten-B5GGdr.custom .guten-social-icon a i { color: rgba(255, 255, 255, 1); } .guten-B5GGdr.fill .guten-social-icon a svg, .guten-B5GGdr.border .guten-social-icon a svg, .guten-B5GGdr.custom .guten-social-icon a svg { fill: rgba(255, 255, 255, 1); } .guten-B5GGdr.border .guten-social-icon a { border-color: rgba(255, 255, 255, 1); } .guten-B5GGdr.horizontal > div:not(:first-child) { margin-left: 10px; } .guten-B5GGdr.vertical > div:not(:first-child) { margin-top: 10px; } .guten-B5GGdr.fill .guten-social-icon a:hover i, .guten-B5GGdr.border .guten-social-icon a:hover i, .guten-B5GGdr.custom .guten-social-icon a:hover i { color: rgba(30, 112, 234, 1); } .guten-B5GGdr.fill .guten-social-icon a:hover svg, .guten-B5GGdr.border .guten-social-icon a:hover svg, .guten-B5GGdr.custom .guten-social-icon a:hover svg { fill: rgba(30, 112, 234, 1); } .guten-B5GGdr.border .guten-social-icon a:hover { border-color: rgba(30, 112, 234, 1); } .guten-B5GGdr.fill .guten-social-icon a, .guten-B5GGdr.border .guten-social-icon a, .guten-B5GGdr.custom .guten-social-icon a { background-color: rgba(30, 112, 234, 1); } .guten-B5GGdr.fill .guten-social-icon a:hover, .guten-B5GGdr.border .guten-social-icon a:hover, .guten-B5GGdr.custom .guten-social-icon a:hover { background-color: rgba(255, 255, 255, 1); } .guten-B5GGdr .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-B5GGdr .guten-social-icon:hover a { border-top-left-radius: 5px;border-top-right-radius: 0px;border-bottom-right-radius: 5px;border-bottom-left-radius: 0px; } .guten-B5GGdr {   } .guten-element.guten-B5GGdr { margin-top: -20px; } @media only screen and (max-width: 1024px) { .guten-B5GGdr.horizontal > div:not(:first-child) { margin-left: 10px; } .guten-B5GGdr.vertical > div:not(:first-child) { margin-top: 10px; } } @media only screen and (max-width: 767px) { .guten-B5GGdr.horizontal > div:not(:first-child) { margin-left: 10px; } .guten-B5GGdr.vertical > div:not(:first-child) { margin-top: 10px; } }.guten-0y7PyV.horizontal { justify-content: center; } .guten-0y7PyV.vertical { align-items: center; } .guten-0y7PyV .guten-social-icon { text-align: center; } .guten-0y7PyV .guten-social-icon a i { font-size: 14px; } .guten-0y7PyV .guten-social-icon a svg { font-size: 14px; } .guten-0y7PyV.fill .guten-social-icon a i, .guten-0y7PyV.border .guten-social-icon a i, .guten-0y7PyV.custom .guten-social-icon a i { color: rgba(255, 255, 255, 1); } .guten-0y7PyV.fill .guten-social-icon a svg, .guten-0y7PyV.border .guten-social-icon a svg, .guten-0y7PyV.custom .guten-social-icon a svg { fill: rgba(255, 255, 255, 1); } .guten-0y7PyV.border .guten-social-icon a { border-color: rgba(255, 255, 255, 1); } .guten-0y7PyV.horizontal > div:not(:first-child) { margin-left: 10px; } .guten-0y7PyV.vertical > div:not(:first-child) { margin-top: 10px; } .guten-0y7PyV.fill .guten-social-icon a:hover i, .guten-0y7PyV.border .guten-social-icon a:hover i, .guten-0y7PyV.custom .guten-social-icon a:hover i { color: rgba(30, 112, 234, 1); } .guten-0y7PyV.fill .guten-social-icon a:hover svg, .guten-0y7PyV.border .guten-social-icon a:hover svg, .guten-0y7PyV.custom .guten-social-icon a:hover svg { fill: rgba(30, 112, 234, 1); } .guten-0y7PyV.border .guten-social-icon a:hover { border-color: rgba(30, 112, 234, 1); } .guten-0y7PyV.fill .guten-social-icon a, .guten-0y7PyV.border .guten-social-icon a, .guten-0y7PyV.custom .guten-social-icon a { background-color: rgba(30, 112, 234, 1); } .guten-0y7PyV.fill .guten-social-icon a:hover, .guten-0y7PyV.border .guten-social-icon a:hover, .guten-0y7PyV.custom .guten-social-icon a:hover { background-color: rgba(255, 255, 255, 1); } .guten-0y7PyV .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-0y7PyV .guten-social-icon:hover a { border-top-left-radius: 5px;border-top-right-radius: 0px;border-bottom-right-radius: 5px;border-bottom-left-radius: 0px; } .guten-0y7PyV {   } .guten-element.guten-0y7PyV { margin-top: -20px; } @media only screen and (max-width: 1024px) { .guten-0y7PyV.horizontal > div:not(:first-child) { margin-left: 10px; } .guten-0y7PyV.vertical > div:not(:first-child) { margin-top: 10px; } } @media only screen and (max-width: 767px) { .guten-0y7PyV.horizontal > div:not(:first-child) { margin-left: 10px; } .guten-0y7PyV.vertical > div:not(:first-child) { margin-top: 10px; } }.guten-zu5bWG.horizontal { justify-content: center; } .guten-zu5bWG.vertical { align-items: center; } .guten-zu5bWG .guten-social-icon { text-align: center; } .guten-zu5bWG .guten-social-icon a i { font-size: 14px; } .guten-zu5bWG .guten-social-icon a svg { font-size: 14px; } .guten-zu5bWG.fill .guten-social-icon a i, .guten-zu5bWG.border .guten-social-icon a i, .guten-zu5bWG.custom .guten-social-icon a i { color: rgba(255, 255, 255, 1); } .guten-zu5bWG.fill .guten-social-icon a svg, .guten-zu5bWG.border .guten-social-icon a svg, .guten-zu5bWG.custom .guten-social-icon a svg { fill: rgba(255, 255, 255, 1); } .guten-zu5bWG.border .guten-social-icon a { border-color: rgba(255, 255, 255, 1); } .guten-zu5bWG.horizontal > div:not(:first-child) { margin-left: 10px; } .guten-zu5bWG.vertical > div:not(:first-child) { margin-top: 10px; } .guten-zu5bWG.fill .guten-social-icon a:hover i, .guten-zu5bWG.border .guten-social-icon a:hover i, .guten-zu5bWG.custom .guten-social-icon a:hover i { color: rgba(30, 112, 234, 1); } .guten-zu5bWG.fill .guten-social-icon a:hover svg, .guten-zu5bWG.border .guten-social-icon a:hover svg, .guten-zu5bWG.custom .guten-social-icon a:hover svg { fill: rgba(30, 112, 234, 1); } .guten-zu5bWG.border .guten-social-icon a:hover { border-color: rgba(30, 112, 234, 1); } .guten-zu5bWG.fill .guten-social-icon a, .guten-zu5bWG.border .guten-social-icon a, .guten-zu5bWG.custom .guten-social-icon a { background-color: rgba(30, 112, 234, 1); } .guten-zu5bWG.fill .guten-social-icon a:hover, .guten-zu5bWG.border .guten-social-icon a:hover, .guten-zu5bWG.custom .guten-social-icon a:hover { background-color: rgba(255, 255, 255, 1); } .guten-zu5bWG .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-zu5bWG .guten-social-icon:hover a { border-top-left-radius: 5px;border-top-right-radius: 0px;border-bottom-right-radius: 5px;border-bottom-left-radius: 0px; } .guten-zu5bWG {   } .guten-element.guten-zu5bWG { margin-top: -20px; } @media only screen and (max-width: 1024px) { .guten-zu5bWG.horizontal > div:not(:first-child) { margin-left: 10px; } .guten-zu5bWG.vertical > div:not(:first-child) { margin-top: 10px; } } @media only screen and (max-width: 767px) { .guten-zu5bWG.horizontal > div:not(:first-child) { margin-left: 10px; } .guten-zu5bWG.vertical > div:not(:first-child) { margin-top: 10px; } }.guten-NhynYG.horizontal { justify-content: center; } .guten-NhynYG.vertical { align-items: center; } .guten-NhynYG .guten-social-icon { text-align: center; } .guten-NhynYG .guten-social-icon a i { font-size: 14px; } .guten-NhynYG .guten-social-icon a svg { font-size: 14px; } .guten-NhynYG.fill .guten-social-icon a i, .guten-NhynYG.border .guten-social-icon a i, .guten-NhynYG.custom .guten-social-icon a i { color: rgba(255, 255, 255, 1); } .guten-NhynYG.fill .guten-social-icon a svg, .guten-NhynYG.border .guten-social-icon a svg, .guten-NhynYG.custom .guten-social-icon a svg { fill: rgba(255, 255, 255, 1); } .guten-NhynYG.border .guten-social-icon a { border-color: rgba(255, 255, 255, 1); } .guten-NhynYG.horizontal > div:not(:first-child) { margin-left: 10px; } .guten-NhynYG.vertical > div:not(:first-child) { margin-top: 10px; } .guten-NhynYG.fill .guten-social-icon a:hover i, .guten-NhynYG.border .guten-social-icon a:hover i, .guten-NhynYG.custom .guten-social-icon a:hover i { color: rgba(30, 112, 234, 1); } .guten-NhynYG.fill .guten-social-icon a:hover svg, .guten-NhynYG.border .guten-social-icon a:hover svg, .guten-NhynYG.custom .guten-social-icon a:hover svg { fill: rgba(30, 112, 234, 1); } .guten-NhynYG.border .guten-social-icon a:hover { border-color: rgba(30, 112, 234, 1); } .guten-NhynYG.fill .guten-social-icon a, .guten-NhynYG.border .guten-social-icon a, .guten-NhynYG.custom .guten-social-icon a { background-color: rgba(30, 112, 234, 1); } .guten-NhynYG.fill .guten-social-icon a:hover, .guten-NhynYG.border .guten-social-icon a:hover, .guten-NhynYG.custom .guten-social-icon a:hover { background-color: rgba(255, 255, 255, 1); } .guten-NhynYG .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-NhynYG .guten-social-icon:hover a { border-top-left-radius: 5px;border-top-right-radius: 0px;border-bottom-right-radius: 5px;border-bottom-left-radius: 0px; } .guten-NhynYG {   } .guten-element.guten-NhynYG { margin-top: -20px; } @media only screen and (max-width: 1024px) { .guten-NhynYG.horizontal > div:not(:first-child) { margin-left: 10px; } .guten-NhynYG.vertical > div:not(:first-child) { margin-top: 10px; } } @media only screen and (max-width: 767px) { .guten-NhynYG.horizontal > div:not(:first-child) { margin-left: 10px; } .guten-NhynYG.vertical > div:not(:first-child) { margin-top: 10px; } }.guten-pZdw0x.guten-button-wrapper { justify-content: center; } .guten-pZdw0x.guten-button-wrapper .guten-button { width: 150%; background: rgba(14, 14, 230, 1);  }