.guten-u2OfSN.layout-boxed > .guten-container { max-width: 1140px; } section.guten-element.guten-u2OfSN > .guten-container > .guten-column > .sticky-wrapper > .guten-column-wrapper, section.guten-element.guten-u2OfSN > .guten-container > .guten-column > .guten-column-wrapper { align-content: center; align-items: center; } .guten-u2OfSN:not(.background-animated), .guten-u2OfSN.background-animated > .guten-background-animated .animated-layer { background: var(--wp--preset--color--black);  } .guten-element.guten-u2OfSN { margin-top: 0px; margin-bottom: -130px; padding-top: 10px; z-index: 4; } .section-wrapper[data-id="u2OfSN"] { align-self: flex-end; vertical-align: bottom;  } @media only screen and (max-width: 1024px) { .guten-element.guten-u2OfSN { margin-bottom: -120px; padding-right: 10px; padding-left: 10px; z-index: 4; } }.guten-UIyBkS { width: 50%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-UIyBkS { width: 50%; } }.guten-bXDpK2 { width: 50%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-bXDpK2 { width: 50%; } }#guten-rtGht3.break-point-tablet.guten-nav-menu .guten-nav-overlay, #guten-rtGht3.break-point-mobile.guten-nav-menu .guten-nav-overlay { pointer-events: none !important; } #guten-rtGht3 .gutenverse-hamburger-wrapper { justify-content: right; } 
			@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-P6sVWZ.layout-boxed > .guten-container { max-width: 1140px; } .guten-P6sVWZ > .guten-background-overlay { background: rgba(8, 8, 8, 1); opacity: 0.7; } .guten-P6sVWZ:not(.background-animated), .guten-P6sVWZ.background-animated > .guten-background-animated .animated-layer { background: rgba(63, 63, 63, 1); background-image: url(https://elizawilczynskaart.pl/wp-content/uploads/2024/04/IMG_3144-2.jpg); background-position: top right; background-repeat: no-repeat; background-size: cover;  } .guten-element.guten-P6sVWZ { padding-top: 300px; padding-bottom: 220px; } @media only screen and (max-width: 1024px) { .guten-element.guten-P6sVWZ { padding-top: 220px; padding-right: 10px; padding-bottom: 120px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-P6sVWZ:not(.background-animated), .guten-P6sVWZ.background-animated > .guten-background-animated .animated-layer { background-position: top center; background-size: auto; background-blend-mode: normal; mix-blend-mode: normal; } .guten-P6sVWZ.guten-element { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px; } }.guten-aM1B5R.layout-boxed > .guten-container { max-width: 1140px; } .guten-element.guten-aM1B5R { padding-top: 100px; padding-bottom: 100px; } @media only screen and (max-width: 1024px) { .guten-element.guten-aM1B5R { padding-top: 80px; padding-right: 10px; padding-bottom: 80px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-element.guten-aM1B5R { padding-top: 40px; padding-bottom: 40px; } }.guten-VFxy7B {   }.guten-qPoZUy.layout-boxed > .guten-container { max-width: 1137px; } .guten-qPoZUy:not(.background-animated), .guten-qPoZUy.background-animated > .guten-background-animated .animated-layer { background: rgba(251, 251, 251, 1);  } .guten-element.guten-qPoZUy { padding-top: 100px; padding-bottom: 100px; } @media only screen and (max-width: 1024px) { .guten-element.guten-qPoZUy { padding-top: 80px; padding-right: 10px; padding-bottom: 80px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-element.guten-qPoZUy { padding-top: 40px; padding-bottom: 04px; } }.guten-UXZKbl.layout-boxed > .guten-container { max-width: 1140px; } section.guten-element.guten-UXZKbl > .guten-container > .guten-column > .sticky-wrapper > .guten-column-wrapper, section.guten-element.guten-UXZKbl > .guten-container > .guten-column > .guten-column-wrapper { align-content: flex-start; align-items: flex-start; } section.guten-UXZKbl .guten-shape-divider.guten-shape-divider-top svg { width: calc( 125% + 1.3px); height: 115px; } section.guten-UXZKbl .guten-shape-divider.guten-shape-divider-top .guten-shape-fill path { fill: rgba(255, 255, 255, 1); } .guten-UXZKbl:not(.background-animated), .guten-UXZKbl.background-animated > .guten-background-animated .animated-layer { background: rgba(5, 5, 5, 1);  } .guten-element.guten-UXZKbl { padding-top: 60px; padding-bottom: 0px; } @media only screen and (max-width: 1024px) { section.guten-UXZKbl .guten-shape-divider.guten-shape-divider-top svg { width: calc( 168% + 1.3px); height: 102px; } .guten-element.guten-UXZKbl { padding-top: 80px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; } } @media only screen and (max-width: 767px) { section.guten-UXZKbl .guten-shape-divider.guten-shape-divider-top svg { width: calc( 245% + 1.3px); height: 91px; } .guten-element.guten-UXZKbl { padding-top: 40px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; } }.guten-8KfANX { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-8KfANX { width: 100%; } }.guten-B3C1IO.layout-boxed > .guten-container { max-width: 1140px; } .guten-B3C1IO { color: rgba(255, 255, 255, 1);  }.guten-57lVqB.layout-boxed > .guten-container { max-width: 1140px; } section.guten-element.guten-57lVqB > .guten-container > .guten-column > .sticky-wrapper > .guten-column-wrapper, section.guten-element.guten-57lVqB > .guten-container > .guten-column > .guten-column-wrapper { align-content: center; align-items: center; } .guten-57lVqB.guten-element { border-top-style: solid; border-top-width: 1px; border-top-color: rgba(255, 255, 255, 0.1); } .guten-element.guten-57lVqB { 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-57lVqB { 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-fFgkXM { width: 26.58%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-fFgkXM { width: 50%; } .guten-fFgkXM > .sticky-wrapper > .guten-column-wrapper, .guten-fFgkXM > .guten-column-wrapper { margin-top: -20px; } }.guten-mBYuCh { width: 17.29%; order: 1;  } .guten-mBYuCh > .sticky-wrapper > .guten-column-wrapper, .guten-mBYuCh > .guten-column-wrapper { padding-left: 40px; } @media only screen and (max-width: 1024px) { .guten-mBYuCh { width: 50%; } } @media only screen and (max-width: 767px) { .guten-mBYuCh > .sticky-wrapper > .guten-column-wrapper, .guten-mBYuCh > .guten-column-wrapper { padding-top: 20px; padding-right: 10px; padding-bottom: 0px; padding-left: 0px; } }.guten-6LSPJC { width: 24.54%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-6LSPJC { width: 50%; } } @media only screen and (max-width: 767px) { .guten-6LSPJC.guten-element.guten-column { width: 100%; } }.guten-L3aaYW { width: 31.59%; order: 1;  } .guten-L3aaYW > .sticky-wrapper > .guten-column-wrapper, .guten-L3aaYW > .guten-column-wrapper { padding-left: 40px; } @media only screen and (max-width: 1024px) { .guten-L3aaYW { width: 50%; } } @media only screen and (max-width: 767px) { .guten-L3aaYW.guten-element.guten-column { width: 100%; } .guten-L3aaYW > .sticky-wrapper > .guten-column-wrapper, .guten-L3aaYW > .guten-column-wrapper { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } }.guten-Sut46T { width: 50%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-Sut46T { width: 50%; } } @media only screen and (max-width: 767px) { .guten-Sut46T.guten-element.guten-column { width: 100%; } }.guten-21EKhb { width: 50%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-21EKhb { width: 50%; } } @media only screen and (max-width: 767px) { .guten-21EKhb.guten-element.guten-column { width: 100%; } }.guten-t9VPcF.guten-image .guten-image-wrapper { justify-content: flex-start; } .guten-t9VPcF img { width: 20%; } .guten-t9VPcF {   }.guten-vnmGeK { columns: 1; text-align: left; color: rgba(233, 233, 233, 1); font-family: "Helvetica"; font-size: 16px; font-weight: 300;   } .guten-element.guten-vnmGeK { margin-top: 40px; } @media only screen and (max-width: 1024px) { .guten-vnmGeK { text-align: left; } } @media only screen and (max-width: 767px) { .guten-vnmGeK { text-align: left; } }h1.guten-element.guten-9qZpZR, h2.guten-element.guten-9qZpZR, h3.guten-element.guten-9qZpZR, h4.guten-element.guten-9qZpZR, h5.guten-element.guten-9qZpZR, h6.guten-element.guten-9qZpZR { color: rgba(233, 233, 233, 1); font-family: "Helvetica"; font-size: 18px; font-weight: 400;  overflow-wrap: break-word; word-break: break-word; } .guten-9qZpZR {   } @media only screen and (max-width: 767px) { h1.guten-element.guten-9qZpZR, h2.guten-element.guten-9qZpZR, h3.guten-element.guten-9qZpZR, h4.guten-element.guten-9qZpZR, h5.guten-element.guten-9qZpZR, h6.guten-element.guten-9qZpZR { font-size: 16px; } }.guten-QysStW:not(.inline-icon-list) > div.guten-icon-list-item:not(div:first-of-type) > a, .guten-QysStW > .list-wrapper:not(.inline-icon-list) > div.guten-icon-list-item:not(div:first-of-type) > a { margin-top: calc(18px/2); } .guten-QysStW:not(.inline-icon-list) > .guten-icon-list-item:not(:last-child), .guten-QysStW > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item:not(:last-child) { padding-bottom: calc(18px/2); } .guten-QysStW.inline-icon-list > .guten-icon-list-item:not(:last-child), .guten-QysStW > .list-wrapper.inline-icon-list > .guten-icon-list-item:not(:last-child) { margin-right: calc(18px/2); } .guten-QysStW.inline-icon-list > div.guten-icon-list-item:not(div:first-of-type) > a, .guten-QysStW > .list-wrapper.inline-icon-list > div.guten-icon-list-item:not(div:first-of-type) > a { margin-left: calc(18px/2); } .guten-QysStW .guten-icon-list-item i { color: rgba(233, 233, 233, 1); } .guten-QysStW.guten-icon-list .guten-icon-list-item svg { fill: rgba(233, 233, 233, 1); } .guten-QysStW .guten-icon-list-item .list-text { color: rgba(148, 148, 148, 1); font-family: "Helvetica"; font-size: 16px; font-weight: 300; } .guten-QysStW .guten-icon-list-item a, .guten-QysStW .list-wrapper .guten-icon-list-item a { gap: 10px; } .guten-QysStW {   } .guten-element.guten-QysStW { margin-top: 30px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } @media only screen and (max-width: 767px) { .guten-QysStW .guten-icon-list-item .list-text { font-size: 14px; } }h1.guten-element.guten-tmPcmy, h2.guten-element.guten-tmPcmy, h3.guten-element.guten-tmPcmy, h4.guten-element.guten-tmPcmy, h5.guten-element.guten-tmPcmy, h6.guten-element.guten-tmPcmy { color: rgba(233, 233, 233, 1); font-family: "Helvetica"; font-size: 18px; font-weight: 500;  overflow-wrap: break-word; word-break: break-word; } .guten-tmPcmy {   } @media only screen and (max-width: 767px) { h1.guten-element.guten-tmPcmy, h2.guten-element.guten-tmPcmy, h3.guten-element.guten-tmPcmy, h4.guten-element.guten-tmPcmy, h5.guten-element.guten-tmPcmy, h6.guten-element.guten-tmPcmy { font-size: 16px; } }.guten-63UHBz:not(.inline-icon-list) > div.guten-icon-list-item:not(div:first-of-type) > a, .guten-63UHBz > .list-wrapper:not(.inline-icon-list) > div.guten-icon-list-item:not(div:first-of-type) > a { margin-top: calc(26px/2); } .guten-63UHBz:not(.inline-icon-list) > .guten-icon-list-item:not(:last-child), .guten-63UHBz > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item:not(:last-child) { padding-bottom: calc(26px/2); } .guten-63UHBz.inline-icon-list > .guten-icon-list-item:not(:last-child), .guten-63UHBz > .list-wrapper.inline-icon-list > .guten-icon-list-item:not(:last-child) { margin-right: calc(26px/2); } .guten-63UHBz.inline-icon-list > div.guten-icon-list-item:not(div:first-of-type) > a, .guten-63UHBz > .list-wrapper.inline-icon-list > div.guten-icon-list-item:not(div:first-of-type) > a { margin-left: calc(26px/2); } .guten-63UHBz .guten-icon-list-item i { color: rgba(233, 233, 233, 1); } .guten-63UHBz.guten-icon-list .guten-icon-list-item svg { fill: rgba(233, 233, 233, 1); } .guten-63UHBz .guten-icon-list-item .list-text { color: rgba(148, 148, 148, 1); font-family: "Heebo"; font-size: 16px; font-weight: 300; } .guten-63UHBz .guten-icon-list-item a, .guten-63UHBz .list-wrapper .guten-icon-list-item a { gap: 15px; } .guten-63UHBz {   } .guten-element.guten-63UHBz { margin-top: 30px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } @media only screen and (max-width: 767px) { .guten-63UHBz .guten-icon-list-item .list-text { font-size: 14px; } }h1.guten-element.guten-gowTOK, h2.guten-element.guten-gowTOK, h3.guten-element.guten-gowTOK, h4.guten-element.guten-gowTOK, h5.guten-element.guten-gowTOK, h6.guten-element.guten-gowTOK { color: rgba(233, 233, 233, 1); font-family: "Helvetica"; font-size: 18px; font-weight: 500;  overflow-wrap: break-word; word-break: break-word; } .guten-gowTOK {   }.guten-j1A5AC .gallery-items .gallery-item-wrap .thumbnail-wrap .caption-wrap { animation-duration: 0.5s!important; } .guten-j1A5AC:not([data-grid='masonry']) .gallery-items .gallery-item-wrap .thumbnail-wrap { height: 80px; } .guten-j1A5AC.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-button .item-buttons .gallery-link span, .guten-j1A5AC.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap .item-caption-over .item-buttons .gallery-link span { background: rgba(255, 255, 255, 0.01); } .guten-j1A5AC .gallery-items .gallery-item-wrap .grid-item .thumbnail-wrap .caption-wrap .item-hover-bg { background: rgba(12, 12, 12, 1); } .guten-j1A5AC.guten-gallery .gallery-items .gallery-item-wrap .grid-item .gallery-link.with-text { flex-direction: column; } .guten-j1A5AC .gutenverse-popup-gallery .images .image-list .content-image .content-description-wrapper .content-title { color: ; } .guten-j1A5AC .gutenverse-popup-gallery .images .image-list .content-image .content-description-wrapper .content-description { color: ; } .guten-j1A5AC {   } .guten-element.guten-j1A5AC { margin-top: 30px; }.guten-ztNjkj { columns: 1; text-align: left; color: rgba(148, 148, 148, 1); font-family: "Helvetica"; font-size: 14px; font-weight: 300;   } .guten-element.guten-ztNjkj { margin-top: 10px; } @media only screen and (max-width: 1024px) { .guten-ztNjkj { text-align: left; } } @media only screen and (max-width: 767px) { .guten-ztNjkj { text-align: right; } }.guten-xHFMVD:not(.inline-icon-list) > div.guten-icon-list-item:not(div:first-of-type) > a, .guten-xHFMVD > .list-wrapper:not(.inline-icon-list) > div.guten-icon-list-item:not(div:first-of-type) > a { margin-top: calc(10px/2); } .guten-xHFMVD:not(.inline-icon-list) > .guten-icon-list-item:not(:last-child), .guten-xHFMVD > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item:not(:last-child) { padding-bottom: calc(10px/2); } .guten-xHFMVD.inline-icon-list > .guten-icon-list-item:not(:last-child), .guten-xHFMVD > .list-wrapper.inline-icon-list > .guten-icon-list-item:not(:last-child) { margin-right: calc(10px/2); } .guten-xHFMVD.inline-icon-list > div.guten-icon-list-item:not(div:first-of-type) > a, .guten-xHFMVD > .list-wrapper.inline-icon-list > div.guten-icon-list-item:not(div:first-of-type) > a { margin-left: calc(10px/2); } .guten-xHFMVD:not(.inline-icon-list), .guten-xHFMVD > .list-wrapper:not(.inline-icon-list) { align-items: flex-end; } .guten-xHFMVD.inline-icon-list, .guten-xHFMVD > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item > a, .guten-xHFMVD > .list-wrapper.inline-icon-list, .guten-xHFMVD > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item > a { justify-content: flex-end; } .guten-xHFMVD:not(.inline-icon-list) > .guten-icon-list-item > a, .guten-xHFMVD > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item > a { text-align: flex-end; } .guten-xHFMVD:not(.inline-icon-list) > .guten-icon-list-item > a, .guten-xHFMVD > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item > .list-divider { justify-self: flex-end; } .guten-xHFMVD .guten-icon-list-item i { color: rgba(255, 255, 255, 1); } .guten-xHFMVD.guten-icon-list .guten-icon-list-item svg { fill: rgba(255, 255, 255, 1); } .guten-xHFMVD .guten-icon-list-item .list-text { color: rgba(148, 148, 148, 1); font-family: "Heebo"; font-size: 14px; font-weight: 300; } .guten-xHFMVD {   } @media only screen and (max-width: 767px) { .guten-xHFMVD:not(.inline-icon-list), .guten-xHFMVD > .list-wrapper:not(.inline-icon-list) { align-items: center; } .guten-xHFMVD.inline-icon-list, .guten-xHFMVD > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item > a, .guten-xHFMVD > .list-wrapper.inline-icon-list, .guten-xHFMVD > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item > a { justify-content: center; } .guten-xHFMVD:not(.inline-icon-list) > .guten-icon-list-item > a, .guten-xHFMVD > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item > a { text-align: center; } .guten-xHFMVD:not(.inline-icon-list) > .guten-icon-list-item > a, .guten-xHFMVD > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item > .list-divider { justify-self: center; } .guten-xHFMVD .guten-icon-list-item .list-text { font-size: 14px; } }.guten-91Fk0O { width: 55.99%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-91Fk0O { width: 100%; } }.guten-lpET5f { width: 44.01%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-lpET5f { width: 44.01%; } }.guten-DYjRwA { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-DYjRwA { width: 100%; } }.guten-5diNgc { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-5diNgc { width: 100%; } }h1.guten-element.guten-XvGz0E, h2.guten-element.guten-XvGz0E, h3.guten-element.guten-XvGz0E, h4.guten-element.guten-XvGz0E, h5.guten-element.guten-XvGz0E, h6.guten-element.guten-XvGz0E { color: rgba(233, 233, 233, 1); font-family: "Prata"; font-size: 60px; font-weight: 400; text-transform: default; font-style: normal; text-decoration: none; line-height: 1.3em;  overflow-wrap: break-word; word-break: break-word; } .guten-XvGz0E {   } @media only screen and (max-width: 1024px) { .guten-element.guten-XvGz0E { margin-right: 40px; } } @media only screen and (max-width: 767px) { h1.guten-element.guten-XvGz0E, h2.guten-element.guten-XvGz0E, h3.guten-element.guten-XvGz0E, h4.guten-element.guten-XvGz0E, h5.guten-element.guten-XvGz0E, h6.guten-element.guten-XvGz0E { font-size: 31px; } .guten-element.guten-XvGz0E { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } }.guten-0iCbAc { columns: 1; color: rgba(194, 186, 176, 1); font-family: "Montserrat"; font-size: 15px; font-weight: 200; text-transform: normal;   } .guten-element.guten-0iCbAc { margin-right: 12px; } @media only screen and (max-width: 767px) { .guten-0iCbAc { font-size: 14px; } .guten-element.guten-0iCbAc { margin-top: 10px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } }.guten-zQgZ3t.layout-boxed > .guten-container { max-width: 1140px; } section.guten-element.guten-zQgZ3t > .guten-container > .guten-column > .sticky-wrapper > .guten-column-wrapper, section.guten-element.guten-zQgZ3t > .guten-container > .guten-column > .guten-column-wrapper { align-content: center; align-items: center; }.guten-NFq5v4.layout-boxed > .guten-container { max-width: 1140px; } .guten-element.guten-NFq5v4 { margin-top: 40px; }.guten-qBtzBL.layout-boxed > .guten-container { max-width: 1140px; } .guten-element.guten-qBtzBL { margin-top: 40px; }.guten-YFXmO3.layout-boxed > .guten-container { max-width: 1140px; } section.guten-element.guten-YFXmO3 > .guten-container > .guten-column > .sticky-wrapper > .guten-column-wrapper, section.guten-element.guten-YFXmO3 > .guten-container > .guten-column > .guten-column-wrapper { align-content: center; align-items: center; }.guten-vlxMbc.layout-boxed > .guten-container { max-width: 1140px; } .guten-element.guten-vlxMbc { margin-top: 50px; } @media only screen and (max-width: 767px) { .guten-element.guten-vlxMbc { margin-top: 20px; } }h1.guten-element.guten-hamyFn, h2.guten-element.guten-hamyFn, h3.guten-element.guten-hamyFn, h4.guten-element.guten-hamyFn, h5.guten-element.guten-hamyFn, h6.guten-element.guten-hamyFn { color: rgba(233, 233, 233, 1); font-family: "Prata"; font-size: 25px;  overflow-wrap: break-word; word-break: break-word; } .guten-hamyFn {   }h1.guten-element.guten-T3OOYH, h2.guten-element.guten-T3OOYH, h3.guten-element.guten-T3OOYH, h4.guten-element.guten-T3OOYH, h5.guten-element.guten-T3OOYH, h6.guten-element.guten-T3OOYH { color: rgba(233, 233, 233, 1); font-family: "Prata"; font-size: 20px;  overflow-wrap: break-word; word-break: break-word; } .guten-T3OOYH {   }.guten-9aGyS1 { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-9aGyS1 { width: 100%; } }.guten-sK63qf { width: 33.333333333333%; order: 1;  } .guten-sK63qf > .sticky-wrapper > .guten-column-wrapper, .guten-sK63qf > .guten-column-wrapper { margin-right: 20px; } @media only screen and (max-width: 1024px) { .guten-sK63qf { width: 33.333333333333%; } } @media only screen and (max-width: 767px) { .guten-sK63qf > .sticky-wrapper > .guten-column-wrapper, .guten-sK63qf > .guten-column-wrapper { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } }.guten-Asgn3h { width: 33.333333333333%; order: 1;  } .guten-Asgn3h > .sticky-wrapper > .guten-column-wrapper, .guten-Asgn3h > .guten-column-wrapper { margin-right: 10px; margin-left: 10px; } @media only screen and (max-width: 1024px) { .guten-Asgn3h { width: 33.333333333333%; } } @media only screen and (max-width: 767px) { .guten-Asgn3h > .sticky-wrapper > .guten-column-wrapper, .guten-Asgn3h > .guten-column-wrapper { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } }.guten-khzL6C { width: 33.333333333333%; order: 1;  } .guten-khzL6C > .sticky-wrapper > .guten-column-wrapper, .guten-khzL6C > .guten-column-wrapper { margin-left: 20px; } @media only screen and (max-width: 1024px) { .guten-khzL6C { width: 33.333333333333%; } } @media only screen and (max-width: 767px) { .guten-khzL6C > .sticky-wrapper > .guten-column-wrapper, .guten-khzL6C > .guten-column-wrapper { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } }.guten-36KWj4 { width: 33.333333333333%; order: 1;  } .guten-36KWj4 > .sticky-wrapper > .guten-column-wrapper, .guten-36KWj4 > .guten-column-wrapper { margin-right: 20px; } @media only screen and (max-width: 1024px) { .guten-36KWj4 { width: 33.333333333333%; } } @media only screen and (max-width: 767px) { .guten-36KWj4 > .sticky-wrapper > .guten-column-wrapper, .guten-36KWj4 > .guten-column-wrapper { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } }.guten-VUfdZF { width: 33.333333333333%; order: 1;  } .guten-VUfdZF > .sticky-wrapper > .guten-column-wrapper, .guten-VUfdZF > .guten-column-wrapper { margin-right: 10px; margin-left: 10px; } @media only screen and (max-width: 1024px) { .guten-VUfdZF { width: 33.333333333333%; } } @media only screen and (max-width: 767px) { .guten-VUfdZF > .sticky-wrapper > .guten-column-wrapper, .guten-VUfdZF > .guten-column-wrapper { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } }.guten-6834JR { width: 33.333333333333%; order: 1;  } .guten-6834JR > .sticky-wrapper > .guten-column-wrapper, .guten-6834JR > .guten-column-wrapper { margin-left: 20px; } @media only screen and (max-width: 1024px) { .guten-6834JR { width: 33.333333333333%; } } @media only screen and (max-width: 767px) { .guten-6834JR > .sticky-wrapper > .guten-column-wrapper, .guten-6834JR > .guten-column-wrapper { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } }.guten-Z0iiDd { width: 95%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-Z0iiDd { width: 55%; } }.guten-YGZaTN { width: 5%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-YGZaTN { width: 45%; } }.guten-1FG9jh { width: 33.33%; order: 1;  } .guten-1FG9jh > .sticky-wrapper > .guten-column-wrapper, .guten-1FG9jh > .guten-column-wrapper { margin-right: 20px; } @media only screen and (max-width: 1024px) { .guten-1FG9jh { width: 33.33%; } } @media only screen and (max-width: 767px) { .guten-1FG9jh > .sticky-wrapper > .guten-column-wrapper, .guten-1FG9jh > .guten-column-wrapper { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } }.guten-NPOCo1 { width: 33.33%; order: 1;  } .guten-NPOCo1 > .sticky-wrapper > .guten-column-wrapper, .guten-NPOCo1 > .guten-column-wrapper { padding-right: 10px; padding-left: 10px; } @media only screen and (max-width: 1024px) { .guten-NPOCo1 { width: 33.33%; } } @media only screen and (max-width: 767px) { .guten-NPOCo1 > .sticky-wrapper > .guten-column-wrapper, .guten-NPOCo1 > .guten-column-wrapper { margin-top: 20px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } }.guten-lBu2Nz { width: 33.33%; order: 1;  } .guten-lBu2Nz > .sticky-wrapper > .guten-column-wrapper, .guten-lBu2Nz > .guten-column-wrapper { margin-left: 20px; } @media only screen and (max-width: 1024px) { .guten-lBu2Nz { width: 33.33%; } } @media only screen and (max-width: 767px) { .guten-lBu2Nz > .sticky-wrapper > .guten-column-wrapper, .guten-lBu2Nz > .guten-column-wrapper { margin-top: 20px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } }h1.guten-element.guten-G251P8, h2.guten-element.guten-G251P8, h3.guten-element.guten-G251P8, h4.guten-element.guten-G251P8, h5.guten-element.guten-G251P8, h6.guten-element.guten-G251P8 { color: rgba(52, 51, 51, 1); font-family: "Georgia"; font-size: 45px; font-weight: 400;  overflow-wrap: break-word; word-break: break-word; } .guten-G251P8 {   } @media only screen and (max-width: 767px) { h1.guten-element.guten-G251P8, h2.guten-element.guten-G251P8, h3.guten-element.guten-G251P8, h4.guten-element.guten-G251P8, h5.guten-element.guten-G251P8, h6.guten-element.guten-G251P8 { font-size: 24px; } }h1.guten-element.guten-gUmaFf, h2.guten-element.guten-gUmaFf, h3.guten-element.guten-gUmaFf, h4.guten-element.guten-gUmaFf, h5.guten-element.guten-gUmaFf, h6.guten-element.guten-gUmaFf { color: rgba(248, 248, 248, 1); font-family: "Prata"; font-size: 140px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em;  overflow-wrap: break-word; word-break: break-word; } .guten-gUmaFf {  width: auto!important; display: inline-block; position: absolute!important; top: -21%;  } .guten-element.guten-gUmaFf { z-index: -1; } @media only screen and (max-width: 1024px) { h1.guten-element.guten-gUmaFf, h2.guten-element.guten-gUmaFf, h3.guten-element.guten-gUmaFf, h4.guten-element.guten-gUmaFf, h5.guten-element.guten-gUmaFf, h6.guten-element.guten-gUmaFf { font-size: 80px; } } @media only screen and (max-width: 767px) { h1.guten-element.guten-gUmaFf, h2.guten-element.guten-gUmaFf, h3.guten-element.guten-gUmaFf, h4.guten-element.guten-gUmaFf, h5.guten-element.guten-gUmaFf, h6.guten-element.guten-gUmaFf { font-size: 40px; } .guten-gUmaFf { top: -19px; } }.guten-rbVW8W { columns: 1; color: rgba(139, 139, 139, 1); font-family: "Montserrat"; font-size: 16px; font-weight: 300;   } @media only screen and (max-width: 767px) { .guten-rbVW8W { font-size: 14px; } }.guten-pjWA0f .guten-icon-box-wrapper { text-align: left;justify-content: left; } .guten-pjWA0f.guten-icon-box .guten-icon-box-wrapper .icon-box .icon i { font-size: 40px; } .guten-pjWA0f.guten-icon-box .guten-icon-box-wrapper { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } .guten-icon-box.guten-pjWA0f .guten-icon-box-wrapper { border-style: none; overflow: hidden; } .guten-icon-box.guten-pjWA0f .icon-box.icon-box-header .icon i { color: rgba(48, 47, 47, 1); } .guten-icon-box.guten-pjWA0f .icon-box.icon-box-header .icon svg { fill: rgba(48, 47, 47, 1); } .guten-icon-box.guten-pjWA0f .icon-box.icon-box-header .icon { margin-bottom: 20px; } .guten-icon-box.guten-pjWA0f .icon-box.icon-box-body .title { color: rgba(37, 37, 37, 1); font-family: "Georgia"; font-size: 25px; font-weight: 400; letter-spacing: 0.09em; } .guten-icon-box.guten-pjWA0f .icon-box.icon-box-body .icon-box-description { color: rgba(52, 51, 51, 1); font-family: "Montserrat"; font-size: 16px; font-weight: 300; } .guten-pjWA0f {   } @media only screen and (max-width: 767px) { .guten-icon-box.guten-pjWA0f .icon-box.icon-box-body .title { font-size: 18px; } .guten-icon-box.guten-pjWA0f .icon-box.icon-box-body .icon-box-description { font-size: 14px; } }.guten-Sop1ba .guten-icon-box-wrapper { text-align: left;justify-content: left; } .guten-Sop1ba.guten-icon-box .guten-icon-box-wrapper .icon-box .icon i { font-size: 40px; } .guten-Sop1ba.guten-icon-box .guten-icon-box-wrapper { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } .guten-icon-box.guten-Sop1ba .guten-icon-box-wrapper { border-style: none; overflow: hidden; } .guten-icon-box.guten-Sop1ba .icon-box.icon-box-header .icon i { color: rgba(48, 47, 47, 1); } .guten-icon-box.guten-Sop1ba .icon-box.icon-box-header .icon svg { fill: rgba(48, 47, 47, 1); } .guten-icon-box.guten-Sop1ba .icon-box.icon-box-header .icon { margin-bottom: 20px; } .guten-icon-box.guten-Sop1ba .icon-box.icon-box-body .title { color: rgba(37, 37, 37, 1); font-family: "Georgia"; font-size: 25px; font-weight: 400; letter-spacing: 0.09em; } .guten-icon-box.guten-Sop1ba .icon-box.icon-box-body .icon-box-description { color: rgba(52, 51, 51, 1); font-family: "Montserrat"; font-size: 16px; font-weight: 300; } .guten-Sop1ba {   } @media only screen and (max-width: 767px) { .guten-icon-box.guten-Sop1ba .icon-box.icon-box-body .title { font-size: 18px; } .guten-icon-box.guten-Sop1ba .icon-box.icon-box-body .icon-box-description { font-size: 14px; } }.guten-BQktXE .guten-icon-box-wrapper { text-align: left;justify-content: left; } .guten-BQktXE.guten-icon-box .guten-icon-box-wrapper .icon-box .icon i { font-size: 40px; } .guten-BQktXE.guten-icon-box .guten-icon-box-wrapper { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } .guten-icon-box.guten-BQktXE .guten-icon-box-wrapper { border-style: none; overflow: hidden; } .guten-icon-box.guten-BQktXE .icon-box.icon-box-header .icon i { color: rgba(48, 47, 47, 1); } .guten-icon-box.guten-BQktXE .icon-box.icon-box-header .icon svg { fill: rgba(48, 47, 47, 1); } .guten-icon-box.guten-BQktXE .icon-box.icon-box-header .icon { margin-bottom: 20px; } .guten-icon-box.guten-BQktXE .icon-box.icon-box-body .title { color: rgba(37, 37, 37, 1); font-family: "Georgia"; font-size: 25px; font-weight: 400; letter-spacing: 0.09em; } .guten-icon-box.guten-BQktXE .icon-box.icon-box-body .icon-box-description { color: rgba(52, 51, 51, 1); font-family: "Montserrat"; font-size: 16px; font-weight: 300; } .guten-BQktXE {   } @media only screen and (max-width: 767px) { .guten-icon-box.guten-BQktXE .icon-box.icon-box-body .title { font-size: 18px; } .guten-icon-box.guten-BQktXE .icon-box.icon-box-body .icon-box-description { font-size: 14px; } }.guten-8nLRjP .guten-icon-box-wrapper { text-align: left;justify-content: left; } .guten-8nLRjP.guten-icon-box .guten-icon-box-wrapper .icon-box .icon i { font-size: 40px; } .guten-8nLRjP.guten-icon-box .guten-icon-box-wrapper { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } .guten-icon-box.guten-8nLRjP .guten-icon-box-wrapper { border-style: none; overflow: hidden; } .guten-icon-box.guten-8nLRjP .icon-box.icon-box-header .icon i { color: rgba(48, 47, 47, 1); } .guten-icon-box.guten-8nLRjP .icon-box.icon-box-header .icon svg { fill: rgba(48, 47, 47, 1); } .guten-icon-box.guten-8nLRjP .icon-box.icon-box-header .icon { margin-bottom: 20px; } .guten-icon-box.guten-8nLRjP .icon-box.icon-box-body .title { color: rgba(37, 37, 37, 1); font-family: "Georgia"; font-size: 25px; font-weight: 400; letter-spacing: 0.09em; } .guten-icon-box.guten-8nLRjP .icon-box.icon-box-body .icon-box-description { color: rgba(52, 51, 51, 1); font-family: "Montserrat"; font-size: 16px; font-weight: 300; } .guten-8nLRjP {   } @media only screen and (max-width: 767px) { .guten-icon-box.guten-8nLRjP .icon-box.icon-box-body .title { font-size: 18px; } .guten-icon-box.guten-8nLRjP .icon-box.icon-box-body .icon-box-description { font-size: 14px; } }.guten-7fpiD4 .guten-icon-box-wrapper { text-align: left;justify-content: left; } .guten-7fpiD4.guten-icon-box .guten-icon-box-wrapper .icon-box .icon i { font-size: 40px; } .guten-7fpiD4.guten-icon-box .guten-icon-box-wrapper { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } .guten-icon-box.guten-7fpiD4 .guten-icon-box-wrapper { border-style: none; overflow: hidden; } .guten-icon-box.guten-7fpiD4 .icon-box.icon-box-header .icon i { color: rgba(48, 47, 47, 1); } .guten-icon-box.guten-7fpiD4 .icon-box.icon-box-header .icon svg { fill: rgba(48, 47, 47, 1); } .guten-icon-box.guten-7fpiD4 .icon-box.icon-box-header .icon { margin-bottom: 20px; } .guten-icon-box.guten-7fpiD4 .icon-box.icon-box-body .title { color: rgba(37, 37, 37, 1); font-family: "Georgia"; font-size: 25px; font-weight: 400; letter-spacing: 0.09em; } .guten-icon-box.guten-7fpiD4 .icon-box.icon-box-body .icon-box-description { color: rgba(52, 51, 51, 1); font-family: "Montserrat"; font-size: 16px; font-weight: 300; } .guten-7fpiD4 {   } @media only screen and (max-width: 767px) { .guten-icon-box.guten-7fpiD4 .icon-box.icon-box-body .title { font-size: 18px; } .guten-icon-box.guten-7fpiD4 .icon-box.icon-box-body .icon-box-description { font-size: 14px; } }.guten-UuPcpW .guten-icon-box-wrapper { text-align: left;justify-content: left; } .guten-UuPcpW.guten-icon-box .guten-icon-box-wrapper .icon-box .icon i { font-size: 40px; } .guten-UuPcpW.guten-icon-box .guten-icon-box-wrapper { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } .guten-icon-box.guten-UuPcpW .guten-icon-box-wrapper { border-style: none; overflow: hidden; } .guten-icon-box.guten-UuPcpW .icon-box.icon-box-header .icon i { color: rgba(48, 47, 47, 1); } .guten-icon-box.guten-UuPcpW .icon-box.icon-box-header .icon svg { fill: rgba(48, 47, 47, 1); } .guten-icon-box.guten-UuPcpW .icon-box.icon-box-header .icon { margin-bottom: 20px; } .guten-icon-box.guten-UuPcpW .icon-box.icon-box-body .title { color: rgba(37, 37, 37, 1); font-family: "Georgia"; font-size: 25px; font-weight: 400; letter-spacing: 0.09em; } .guten-icon-box.guten-UuPcpW .icon-box.icon-box-body .icon-box-description { color: rgba(52, 51, 51, 1); font-family: "Montserrat"; font-size: 16px; font-weight: 300; } .guten-UuPcpW {   } @media only screen and (max-width: 767px) { .guten-icon-box.guten-UuPcpW .icon-box.icon-box-body .title { font-size: 18px; } .guten-icon-box.guten-UuPcpW .icon-box.icon-box-body .icon-box-description { font-size: 14px; } }h1.guten-element.guten-DUjWqY, h2.guten-element.guten-DUjWqY, h3.guten-element.guten-DUjWqY, h4.guten-element.guten-DUjWqY, h5.guten-element.guten-DUjWqY, h6.guten-element.guten-DUjWqY { color: rgba(52, 51, 51, 1); font-family: "Georgia"; font-size: 35px; font-weight: 400;  overflow-wrap: break-word; word-break: break-word; } .guten-DUjWqY {   } .guten-element.guten-DUjWqY { z-index: 2; } @media only screen and (max-width: 767px) { h1.guten-element.guten-DUjWqY, h2.guten-element.guten-DUjWqY, h3.guten-element.guten-DUjWqY, h4.guten-element.guten-DUjWqY, h5.guten-element.guten-DUjWqY, h6.guten-element.guten-DUjWqY { font-size: 24px; } }.guten-3YqoPh { columns: 1; color: rgba(139, 139, 139, 1); font-family: "Helvetica"; font-size: 16px; font-weight: 300;   } @media only screen and (max-width: 767px) { .guten-3YqoPh { font-size: 14px; } }.guten-a7FOuc .profile-box .profile-card.card-default .profile-body,
						.guten-a7FOuc .profile-box .profile-card.card-overlay .profile-body,
						.guten-a7FOuc .profile-box .profile-card.card-hover .profile-body { padding-top: 50px; } .guten-a7FOuc .profile-box .profile-card.card-default,
						.guten-a7FOuc .profile-box .profile-card.card-overlay,
						.guten-a7FOuc .profile-box .profile-card.card-overlay.scale:hover:before,
						.guten-a7FOuc .profile-box .profile-card.card-hover { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px; } .guten-a7FOuc .profile-title, #guten-a7FOuc .profile-title, .guten-a7FOuc .profile-box .profile-card.card-overlay .profile-body .profile-title, .guten-a7FOuc .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-title,
						.guten-a7FOuc .profile-title> a, #guten-a7FOuc .profile-title> a, .guten-a7FOuc .profile-box .profile-card.card-overlay .profile-body .profile-title> a, .guten-a7FOuc .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-title> a { color: rgba(255, 255, 255, 1); } .guten-a7FOuc .profile-title, #guten-a7FOuc .profile-title, .guten-a7FOuc .profile-box .profile-card.card-overlay .profile-body .profile-title { font-family: "Poppins"; font-size: 24px; font-weight: 500;  } .guten-a7FOuc .profile-sub, #guten-a7FOuc .profile-sub, .guten-a7FOuc .profile-box .profile-card.card-overlay .profile-body .profile-sub, .guten-a7FOuc .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-sub,
						.guten-a7FOuc .profile-sub> a, #guten-a7FOuc .profile-sub> a, .guten-a7FOuc .profile-box .profile-card.card-overlay .profile-body .profile-sub> a, .guten-a7FOuc .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-sub> a { color: rgba(255, 255, 255, 1); } .guten-a7FOuc .profile-desc, #guten-a7FOuc .profile-desc, #guten-a7FOuc .profile-phone, #guten-a7FOuc .profile-email, .guten-a7FOuc .profile-box .profile-card.card-overlay .profile-body .profile-desc, .guten-a7FOuc .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-desc,
									    .guten-a7FOuc .profile-desc> a, #guten-a7FOuc .profile-desc> a, #guten-a7FOuc .profile-phone> a, #guten-a7FOuc .profile-email> a, .guten-a7FOuc .profile-box .profile-card.card-overlay .profile-body .profile-desc> a, .guten-a7FOuc .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-desc> a { color: rgba(255, 255, 255, 1); } .guten-a7FOuc {   } @media only screen and (max-width: 1024px) { .guten-a7FOuc .profile-box .profile-card.card-default .profile-body,
						.guten-a7FOuc .profile-box .profile-card.card-overlay .profile-body,
						.guten-a7FOuc .profile-box .profile-card.card-hover .profile-body { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } .guten-a7FOuc .profile-box .profile-card.card-default img,
						.guten-a7FOuc .profile-box .profile-card.card-overlay img,
						.guten-a7FOuc .profile-box .profile-card.card-title-social-horizontal img,
						.guten-a7FOuc .profile-box .profile-card.card-hover img,
						.guten-a7FOuc .profile-box .profile-card.card-default .profile-header img,
						.guten-a7FOuc .profile-box .profile-card.card-overlay .profile-header img,
						.guten-a7FOuc .profile-box .profile-card.card-hover .profile-header img,
						.guten-a7FOuc .profile-box .profile-card.card-title-social-horizontal,
						.guten-a7FOuc .profile-box .profile-card.card-overlay { width: 240px; } } @media only screen and (max-width: 767px) { .guten-a7FOuc .profile-box .profile-card.card-default .profile-body,
						.guten-a7FOuc .profile-box .profile-card.card-overlay .profile-body,
						.guten-a7FOuc .profile-box .profile-card.card-hover .profile-body { padding-top: 40px; } .guten-a7FOuc .profile-box .profile-card.card-default img,
						.guten-a7FOuc .profile-box .profile-card.card-overlay img,
						.guten-a7FOuc .profile-box .profile-card.card-title-social-horizontal img,
						.guten-a7FOuc .profile-box .profile-card.card-hover img,
						.guten-a7FOuc .profile-box .profile-card.card-default .profile-header img,
						.guten-a7FOuc .profile-box .profile-card.card-overlay .profile-header img,
						.guten-a7FOuc .profile-box .profile-card.card-hover .profile-header img,
						.guten-a7FOuc .profile-box .profile-card.card-title-social-horizontal,
						.guten-a7FOuc .profile-box .profile-card.card-overlay { width: 100%; } }.guten-NkVrOm { text-align: center;   } h1.guten-element.guten-NkVrOm, h2.guten-element.guten-NkVrOm, h3.guten-element.guten-NkVrOm, h4.guten-element.guten-NkVrOm, h5.guten-element.guten-NkVrOm, h6.guten-element.guten-NkVrOm { color: rgba(52, 51, 51, 1); font-family: "Georgia"; font-size: 24px; font-weight: 400;  overflow-wrap: break-word; word-break: break-word; } .guten-element.guten-NkVrOm { margin-top: 20px; } @media only screen and (max-width: 1024px) { .guten-NkVrOm { text-align: center; } } @media only screen and (max-width: 767px) { .guten-NkVrOm { text-align: center; } h1.guten-element.guten-NkVrOm, h2.guten-element.guten-NkVrOm, h3.guten-element.guten-NkVrOm, h4.guten-element.guten-NkVrOm, h5.guten-element.guten-NkVrOm, h6.guten-element.guten-NkVrOm { font-size: 20px; } }.guten-xM08fL { text-align: center;   } h1.guten-element.guten-xM08fL, h2.guten-element.guten-xM08fL, h3.guten-element.guten-xM08fL, h4.guten-element.guten-xM08fL, h5.guten-element.guten-xM08fL, h6.guten-element.guten-xM08fL { color: rgba(52, 51, 51, 1); font-family: "Helvetica"; font-size: 16px; font-weight: 300;  overflow-wrap: break-word; word-break: break-word; } @media only screen and (max-width: 767px) { .guten-xM08fL { text-align: center; } }.guten-DY9LyI .profile-box .profile-card.card-default .profile-body,
						.guten-DY9LyI .profile-box .profile-card.card-overlay .profile-body,
						.guten-DY9LyI .profile-box .profile-card.card-hover .profile-body { padding-top: 50px; } .guten-DY9LyI .profile-box .profile-card.card-default,
						.guten-DY9LyI .profile-box .profile-card.card-overlay,
						.guten-DY9LyI .profile-box .profile-card.card-overlay.scale:hover:before,
						.guten-DY9LyI .profile-box .profile-card.card-hover { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px; } .guten-DY9LyI .profile-title, #guten-DY9LyI .profile-title, .guten-DY9LyI .profile-box .profile-card.card-overlay .profile-body .profile-title, .guten-DY9LyI .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-title,
						.guten-DY9LyI .profile-title> a, #guten-DY9LyI .profile-title> a, .guten-DY9LyI .profile-box .profile-card.card-overlay .profile-body .profile-title> a, .guten-DY9LyI .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-title> a { color: rgba(255, 255, 255, 1); } .guten-DY9LyI .profile-title, #guten-DY9LyI .profile-title, .guten-DY9LyI .profile-box .profile-card.card-overlay .profile-body .profile-title { font-family: "Prata"; font-size: 24px; font-weight: 500;  } .guten-DY9LyI .profile-sub, #guten-DY9LyI .profile-sub, .guten-DY9LyI .profile-box .profile-card.card-overlay .profile-body .profile-sub, .guten-DY9LyI .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-sub,
						.guten-DY9LyI .profile-sub> a, #guten-DY9LyI .profile-sub> a, .guten-DY9LyI .profile-box .profile-card.card-overlay .profile-body .profile-sub> a, .guten-DY9LyI .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-sub> a { color: rgba(255, 255, 255, 1); } .guten-DY9LyI .profile-desc, #guten-DY9LyI .profile-desc, #guten-DY9LyI .profile-phone, #guten-DY9LyI .profile-email, .guten-DY9LyI .profile-box .profile-card.card-overlay .profile-body .profile-desc, .guten-DY9LyI .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-desc,
									    .guten-DY9LyI .profile-desc> a, #guten-DY9LyI .profile-desc> a, #guten-DY9LyI .profile-phone> a, #guten-DY9LyI .profile-email> a, .guten-DY9LyI .profile-box .profile-card.card-overlay .profile-body .profile-desc> a, .guten-DY9LyI .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-desc> a { color: rgba(255, 255, 255, 1); } .guten-DY9LyI {   } @media only screen and (max-width: 1024px) { .guten-DY9LyI .profile-box .profile-card.card-default .profile-body,
						.guten-DY9LyI .profile-box .profile-card.card-overlay .profile-body,
						.guten-DY9LyI .profile-box .profile-card.card-hover .profile-body { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } .guten-DY9LyI .profile-box .profile-card.card-default img,
						.guten-DY9LyI .profile-box .profile-card.card-overlay img,
						.guten-DY9LyI .profile-box .profile-card.card-title-social-horizontal img,
						.guten-DY9LyI .profile-box .profile-card.card-hover img,
						.guten-DY9LyI .profile-box .profile-card.card-default .profile-header img,
						.guten-DY9LyI .profile-box .profile-card.card-overlay .profile-header img,
						.guten-DY9LyI .profile-box .profile-card.card-hover .profile-header img,
						.guten-DY9LyI .profile-box .profile-card.card-title-social-horizontal,
						.guten-DY9LyI .profile-box .profile-card.card-overlay { width: 240px; } } @media only screen and (max-width: 767px) { .guten-DY9LyI .profile-box .profile-card.card-default .profile-body,
						.guten-DY9LyI .profile-box .profile-card.card-overlay .profile-body,
						.guten-DY9LyI .profile-box .profile-card.card-hover .profile-body { padding-top: 40px; } .guten-DY9LyI .profile-box .profile-card.card-default img,
						.guten-DY9LyI .profile-box .profile-card.card-overlay img,
						.guten-DY9LyI .profile-box .profile-card.card-title-social-horizontal img,
						.guten-DY9LyI .profile-box .profile-card.card-hover img,
						.guten-DY9LyI .profile-box .profile-card.card-default .profile-header img,
						.guten-DY9LyI .profile-box .profile-card.card-overlay .profile-header img,
						.guten-DY9LyI .profile-box .profile-card.card-hover .profile-header img,
						.guten-DY9LyI .profile-box .profile-card.card-title-social-horizontal,
						.guten-DY9LyI .profile-box .profile-card.card-overlay { width: 100%; } }.guten-ehuulL { text-align: center;   } h1.guten-element.guten-ehuulL, h2.guten-element.guten-ehuulL, h3.guten-element.guten-ehuulL, h4.guten-element.guten-ehuulL, h5.guten-element.guten-ehuulL, h6.guten-element.guten-ehuulL { color: rgba(52, 51, 51, 1); font-family: "Georgia"; font-size: 24px; font-weight: 400;  overflow-wrap: break-word; word-break: break-word; } .guten-element.guten-ehuulL { margin-top: 20px; } @media only screen and (max-width: 1024px) { .guten-ehuulL { text-align: center; } } @media only screen and (max-width: 767px) { .guten-ehuulL { text-align: center; } h1.guten-element.guten-ehuulL, h2.guten-element.guten-ehuulL, h3.guten-element.guten-ehuulL, h4.guten-element.guten-ehuulL, h5.guten-element.guten-ehuulL, h6.guten-element.guten-ehuulL { font-size: 20px; } }.guten-KNiOih { text-align: center;   } h1.guten-element.guten-KNiOih, h2.guten-element.guten-KNiOih, h3.guten-element.guten-KNiOih, h4.guten-element.guten-KNiOih, h5.guten-element.guten-KNiOih, h6.guten-element.guten-KNiOih { color: rgba(139, 139, 139, 1); font-family: "Heebo"; font-size: 16px; font-weight: 300;  overflow-wrap: break-word; word-break: break-word; } @media only screen and (max-width: 1024px) { .guten-KNiOih { text-align: center; } } @media only screen and (max-width: 767px) { .guten-KNiOih { text-align: center; } }.guten-oVGK60 .profile-box .profile-card.card-default .profile-body,
						.guten-oVGK60 .profile-box .profile-card.card-overlay .profile-body,
						.guten-oVGK60 .profile-box .profile-card.card-hover .profile-body { padding-top: 50px; } .guten-oVGK60 .profile-box .profile-card.card-default,
						.guten-oVGK60 .profile-box .profile-card.card-overlay,
						.guten-oVGK60 .profile-box .profile-card.card-overlay.scale:hover:before,
						.guten-oVGK60 .profile-box .profile-card.card-hover { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px; } .guten-oVGK60 .profile-title, #guten-oVGK60 .profile-title, .guten-oVGK60 .profile-box .profile-card.card-overlay .profile-body .profile-title, .guten-oVGK60 .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-title,
						.guten-oVGK60 .profile-title> a, #guten-oVGK60 .profile-title> a, .guten-oVGK60 .profile-box .profile-card.card-overlay .profile-body .profile-title> a, .guten-oVGK60 .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-title> a { color: rgba(255, 255, 255, 1); } .guten-oVGK60 .profile-title, #guten-oVGK60 .profile-title, .guten-oVGK60 .profile-box .profile-card.card-overlay .profile-body .profile-title { font-family: "Poppins"; font-size: 24px; font-weight: 500;  } .guten-oVGK60 .profile-sub, #guten-oVGK60 .profile-sub, .guten-oVGK60 .profile-box .profile-card.card-overlay .profile-body .profile-sub, .guten-oVGK60 .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-sub,
						.guten-oVGK60 .profile-sub> a, #guten-oVGK60 .profile-sub> a, .guten-oVGK60 .profile-box .profile-card.card-overlay .profile-body .profile-sub> a, .guten-oVGK60 .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-sub> a { color: rgba(255, 255, 255, 1); } .guten-oVGK60 .profile-desc, #guten-oVGK60 .profile-desc, #guten-oVGK60 .profile-phone, #guten-oVGK60 .profile-email, .guten-oVGK60 .profile-box .profile-card.card-overlay .profile-body .profile-desc, .guten-oVGK60 .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-desc,
									    .guten-oVGK60 .profile-desc> a, #guten-oVGK60 .profile-desc> a, #guten-oVGK60 .profile-phone> a, #guten-oVGK60 .profile-email> a, .guten-oVGK60 .profile-box .profile-card.card-overlay .profile-body .profile-desc> a, .guten-oVGK60 .profile-box .profile-card.card-title-social-horizontal .profile-body .profile-desc> a { color: rgba(255, 255, 255, 1); } .guten-oVGK60 {   } @media only screen and (max-width: 1024px) { .guten-oVGK60 .profile-box .profile-card.card-default .profile-body,
						.guten-oVGK60 .profile-box .profile-card.card-overlay .profile-body,
						.guten-oVGK60 .profile-box .profile-card.card-hover .profile-body { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } .guten-oVGK60 .profile-box .profile-card.card-default img,
						.guten-oVGK60 .profile-box .profile-card.card-overlay img,
						.guten-oVGK60 .profile-box .profile-card.card-title-social-horizontal img,
						.guten-oVGK60 .profile-box .profile-card.card-hover img,
						.guten-oVGK60 .profile-box .profile-card.card-default .profile-header img,
						.guten-oVGK60 .profile-box .profile-card.card-overlay .profile-header img,
						.guten-oVGK60 .profile-box .profile-card.card-hover .profile-header img,
						.guten-oVGK60 .profile-box .profile-card.card-title-social-horizontal,
						.guten-oVGK60 .profile-box .profile-card.card-overlay { width: 240px; } } @media only screen and (max-width: 767px) { .guten-oVGK60 .profile-box .profile-card.card-default .profile-body,
						.guten-oVGK60 .profile-box .profile-card.card-overlay .profile-body,
						.guten-oVGK60 .profile-box .profile-card.card-hover .profile-body { padding-top: 40px; } .guten-oVGK60 .profile-box .profile-card.card-default img,
						.guten-oVGK60 .profile-box .profile-card.card-overlay img,
						.guten-oVGK60 .profile-box .profile-card.card-title-social-horizontal img,
						.guten-oVGK60 .profile-box .profile-card.card-hover img,
						.guten-oVGK60 .profile-box .profile-card.card-default .profile-header img,
						.guten-oVGK60 .profile-box .profile-card.card-overlay .profile-header img,
						.guten-oVGK60 .profile-box .profile-card.card-hover .profile-header img,
						.guten-oVGK60 .profile-box .profile-card.card-title-social-horizontal,
						.guten-oVGK60 .profile-box .profile-card.card-overlay { width: 100%; } }.guten-7K2JiE { text-align: center;   } h1.guten-element.guten-7K2JiE, h2.guten-element.guten-7K2JiE, h3.guten-element.guten-7K2JiE, h4.guten-element.guten-7K2JiE, h5.guten-element.guten-7K2JiE, h6.guten-element.guten-7K2JiE { color: rgba(52, 51, 51, 1); font-family: "Georgia"; font-size: 24px; font-weight: 400;  overflow-wrap: break-word; word-break: break-word; } .guten-element.guten-7K2JiE { margin-top: 20px; } @media only screen and (max-width: 1024px) { .guten-7K2JiE { text-align: center; } } @media only screen and (max-width: 767px) { .guten-7K2JiE { text-align: center; } h1.guten-element.guten-7K2JiE, h2.guten-element.guten-7K2JiE, h3.guten-element.guten-7K2JiE, h4.guten-element.guten-7K2JiE, h5.guten-element.guten-7K2JiE, h6.guten-element.guten-7K2JiE { font-size: 20px; } }.guten-fl6dPZ { text-align: center;   } h1.guten-element.guten-fl6dPZ, h2.guten-element.guten-fl6dPZ, h3.guten-element.guten-fl6dPZ, h4.guten-element.guten-fl6dPZ, h5.guten-element.guten-fl6dPZ, h6.guten-element.guten-fl6dPZ { color: rgba(139, 139, 139, 1); font-family: "Heebo"; font-size: 16px; font-weight: 300;  overflow-wrap: break-word; word-break: break-word; } @media only screen and (max-width: 1024px) { .guten-fl6dPZ { text-align: center; } } @media only screen and (max-width: 767px) { .guten-fl6dPZ { text-align: center; } }.guten-pJg8wj {   }h1.guten-element.guten-Uvr6Oi, h2.guten-element.guten-Uvr6Oi, h3.guten-element.guten-Uvr6Oi, h4.guten-element.guten-Uvr6Oi, h5.guten-element.guten-Uvr6Oi, h6.guten-element.guten-Uvr6Oi { color: rgba(52, 51, 51, 1); font-family: "Georgia"; font-size: 35px; font-weight: 400;  overflow-wrap: break-word; word-break: break-word; } .guten-Uvr6Oi {   } .guten-element.guten-Uvr6Oi { z-index: 2; } @media only screen and (max-width: 767px) { h1.guten-element.guten-Uvr6Oi, h2.guten-element.guten-Uvr6Oi, h3.guten-element.guten-Uvr6Oi, h4.guten-element.guten-Uvr6Oi, h5.guten-element.guten-Uvr6Oi, h6.guten-element.guten-Uvr6Oi { font-size: 24px; } }h1.guten-element.guten-fdJ6QR, h2.guten-element.guten-fdJ6QR, h3.guten-element.guten-fdJ6QR, h4.guten-element.guten-fdJ6QR, h5.guten-element.guten-fdJ6QR, h6.guten-element.guten-fdJ6QR { color: rgba(52, 51, 51, 1); font-family: "Georgia"; font-size: 35px; font-weight: 400;  overflow-wrap: break-word; word-break: break-word; } .guten-fdJ6QR {   } .guten-element.guten-fdJ6QR { z-index: 2; } @media only screen and (max-width: 767px) { h1.guten-element.guten-fdJ6QR, h2.guten-element.guten-fdJ6QR, h3.guten-element.guten-fdJ6QR, h4.guten-element.guten-fdJ6QR, h5.guten-element.guten-fdJ6QR, h6.guten-element.guten-fdJ6QR { font-size: 24px; } }h1.guten-element.guten-Yvl5cb, h2.guten-element.guten-Yvl5cb, h3.guten-element.guten-Yvl5cb, h4.guten-element.guten-Yvl5cb, h5.guten-element.guten-Yvl5cb, h6.guten-element.guten-Yvl5cb { color: rgba(52, 51, 51, 1); font-family: "Georgia"; font-size: 35px; font-weight: 400;  overflow-wrap: break-word; word-break: break-word; } .guten-Yvl5cb {   } .guten-element.guten-Yvl5cb { z-index: 2; } @media only screen and (max-width: 767px) { h1.guten-element.guten-Yvl5cb, h2.guten-element.guten-Yvl5cb, h3.guten-element.guten-Yvl5cb, h4.guten-element.guten-Yvl5cb, h5.guten-element.guten-Yvl5cb, h6.guten-element.guten-Yvl5cb { font-size: 24px; } }