
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */


	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */

:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-color]){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=/wp-includes/css/dist/block-library/common.min.css */

/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
.imageText {
	background: linear-gradient(270deg, #fff, #d3d3d3);
}
.overview {
	grid-gap: 50px;
}

.page .hero {
    grid-template-columns: 1fr;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /* background: rgb(2,44,66);
    background: linear-gradient(90deg, rgba(2,44,66,1) 0%, rgba(108,176,209,1) 100%);
    color: #fff; */
    height: calc(70vh);
}
.hero_title {
    font-size: 6.4rem;
    font-weight: 300;
}
.hero_logo {
    margin: 0 auto;
    max-width: 250px;
}
.hero_subtitle {
    font-size: 3.6rem;
    font-weight: 800;
}
.hero_description {
    font-size: 1.8rem;
    text-align: center;
    color: #EF5000;
}
.hero_description p {
    line-height: 1.4;
}
.hero_buttons {
    margin-top: 45px;
}
.heroBtn {
    display: inline-block;
    padding: 15px 50px;
    border-radius: 30px;
    color: #fff;
    margin: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    background: #EF5000;
    text-decoration: none;
}
.heroBtn.dark {
    background-color: #655768;
    box-shadow: 0 1px 1px 0 #3a313c, inset 0 -1px 3px 0 #3a313c;
}


@media screen and (max-width: 992px){
    .page .hero {
        height: 100vh;
    }
    .hero_title {
        font-size: 5.4rem;
    }
    .hero_subtitle {
        font-size: 2rem;
    }
    .hero_description {
        font-size: 1.6rem;
    }
    .hero_buttons {
        margin-top: 30px;
    }
    .heroBtn {
        display: block;
    }
}
.hero.megaHero
{
    grid-template-columns: 1fr;
    position: relative;
    background-size: cover;
}
.hero.megaHero .hero__content
{
    text-align:left;
    z-index: 2;
	background: rgba(0,0,0,0.4);
	padding: 30px;
}
.megaHero h1.hero_title
{
    font-size: 6.4rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}
.megaHero .hero_description
{
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: normal;
    color: #ffffff;
}

.megaHero a.heroBtn
{
    position: absolute;
    right: 40px;
    bottom: 30px;
}

.hero_description p {
    margin: 36px 0 0;
    font-size: 2.9rem;
    line-height: 1.4;
}

.hero_description p:first-of-type {
    margin: 10px 0 0;
}

@media screen and (max-width: 992px) {
    .hero.megaHero {
        background-position: center center;
    }
    .hero.megaHero::after {
        width: 100%;
    }
    .megaHero h1.hero_title {
        font-size: 4.8rem;
    }
}
.videoHero {
    height: auto;
    min-height: auto;
}
.video-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    background-size: cover;
}

.video-wrapper video{
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.text_buttons {
	text-align: center;
}
.partnersSlider {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}
.partnersSlider .partner {
	max-width: 200px;
}
.heroVideo {
    max-width: 100%;
    background-image: linear-gradient(238deg, #A92D2D, #380606);
    color: #fff;
}
.heroVideo h2 {
    margin-bottom: 20px;
}
.videoContainer video {
    max-width: 100%;
    height: auto;
}
.videoContainer {
    margin-bottom: 30px;
}
.heroVideo {
    background: rgb(2,44,66);
    background: linear-gradient(90deg, rgba(2,44,66,1) 0%, rgba(108,176,209,1) 100%);
    max-width: 100%;
    color: #fff;
}
.heroVideo h2 {
    margin-bottom: 20px;
}
.videoContainer {
    margin-bottom: 30px;
}
.videoContainer {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.callToAction {
	background: #054e52;
	background: linear-gradient(to top, #054e52 0%, #73aaac 100%);
	color: #fff;
}

.callToAction .hero_title {
	font-size: 5.4rem;
}
.callToAction .hero_title {
	font-weight: 300;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.callToAction .hero_title {
		font-size: 4.4rem;
		padding: 0 15px;
	}
	.callToAction .hero_subtitle {
		font-size: 2.2rem;
		padding: 0 15px;
	}

}
.formSection {
	background: #e9e9e9;
}
.split
{
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	grid-template-areas: "left right";
	column-gap: 30px;
	margin-bottom: 50px;
}

.left{
	grid-area: left;
}
.right
{
	grid-area: right;
}
.moreBtn
{
	background-color: rgba(255, 255, 255, 0.74);
	color: #b67100;
}

.sectionText
{
	margin-bottom: 30px;
	font-size: 1.6rem;
	line-height: 2;
	color: #565656;
}

@media screen and (max-width: 992px) {

	.split
	{
		grid-template-columns: 1fr;
		grid-template-areas: "left" "right";
	}

	.left{
		margin-bottom: 30px;
	}
}
.partners figure {
	overflow: hidden;
	height: 300px;
	width: 300px;
	border-radius: 50%;
	margin-bottom: 10px;
}
.partnersList {
	display: flex;
	flex-direction: row;
	columns: 3;
	flex-wrap: wrap;
	justify-content: space-around;
}
.partner {
	margin-bottom: 20px;
}
.partner a {
	text-decoration: none;
	color: #333;
	text-align: center;
}
.section.wp-block-acf-section-fullrightimage h2 {
	text-align: left;
}
.section.wp-block-acf-section-fullrightimage figure {
	border-radius: 50%;
	overflow: hidden;
	margin: 20px;
	max-width: 350px;
	max-height: 350px;
}


.tabsList > ul {
	list-style: none;
}
.accordion.section .tabsList > ul > li {
	width: 100%;
	background: none;
	padding: 0;
}
.tabsList h3 {
	display: block;
	width: 100%;
	border-bottom: 1px solid #fff;
	padding: 25px 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: right 28px;
}
.tabsList h3 > a {
	text-decoration: none;
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}
.tabsList h3:after {
	position: absolute;
	right: 75px;
	bottom: 25px;
	content: "ΔΕΙΤΕ ΠΕΡΙΣΣΟΤΕΡΑ";
	font-size: 14px;
	display: block;
	z-index: 0;
}
@media screen and (max-width: 768px) {
	.tabsList h3:after {
		content: "";
	}
}
.tabsList .r-tabs-state-default h3 {
	background-image: url("http://www.asterionstudios.gr/wp-content/themes/Landing%20Page/parts/blocks/accordeon/arrow_down.jpg");
}
.tabsList .r-tabs-state-active h3 {
	background-image: url("http://www.asterionstudios.gr/wp-content/themes/Landing%20Page/parts/blocks/accordeon/arrow_up.jpg");
}

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(body) { margin: 0; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
/*
Theme Name: JoinwebBasic
Text Domain: joinweb
Domain Path: /languages
Theme URI: http://joinweb.gr
Description: Lightweight naked Joinweb Theme. For use with custom grid. 1220 width version.
Author: Joinweb
Author URI: http://joinweb.gr
Version: 2.1.2
License: MIT License
License URI: http://opensource.org/licenses/MIT
*/

/* breakpoints  -  based on Bootstrap 4 breakpoints
0 full
576 540
768 720
992 960
1220 1220
*/

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
}
body {
	margin: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-size: 14px;
	line-height: 1.42857143;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
	border: 0;
}
.img-responsive,
figure img {
	display: block;
	max-width: 100%;
	height: auto;
}

svg:not(:root) {
	overflow: hidden;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.inlineList {
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0;
	list-style: none;
}

.text-center {
	text-align: center;
}
.text-right{
	text-align: right;
}

a.skip-main {
	left:-999px;
	position:absolute;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
	color: #fff;
	background-color:#000;
	left: auto;
	top: auto;
	width: 30%;
	height: auto;
	overflow:auto;
	margin: 10px 35%;
	padding:5px;
	border-radius: 15px;
	border:4px solid yellow;
	text-align:center;
	font-size:1.2em;
	z-index:999;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

/* layout */
.wrapper {
	margin: 0 auto;
	padding: 0 40px;
}
@media screen and (max-width: 576px) {
	.wrapper {
		width: 100%;
		padding: 0 15px;
	}
}
@media screen and (min-width: 576px) and (max-width: 768px) {
	.wrapper {
		width: 540px;
		padding: 0 15px;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	.wrapper {
		width: 720px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1220px) {
	.wrapper {
		width: 960px;
	}
}
@media screen and (min-width: 1220px) {
	.wrapper {
		width: 1220px;
	}
}

.hiddenXs {
	display: none;
}
@media screen and ( min-width: 576px) {
	.hiddenXs {
		display: block;
	}
}
@media screen and ( min-width: 576px) and (max-width: 768px) {
	.hiddenSm {
		display: none;
	}
}
@media screen and ( min-width: 768px) and (max-width: 992px) {
	.hiddenMd {
		display: none;
	}
}
@media screen and ( min-width: 992px) and (max-width: 1220px) {
	.hiddenLg {
		display: none;
	}
}
@media screen and ( min-width: 1220px) {
	.hiddenXl {
		display: none;
	}
}
.grid {
	display: grid;
	column-gap: 10px;
}
.noGap {
	column-gap: 0;
}

/* modules */
.hero {
	display: grid;
	height: 100vh;
	grid-template-columns: repeat(1, minmax(100px, 500px) );
	grid-template-rows: auto;
	justify-content: space-around;
	align-content: center;
	background: #fff;
}
.hero__content {
	text-align: center;
}@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf) format('truetype');
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('http://www.asterionstudios.gr/wp-content/themes/Landing%20Page/js/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('http://www.asterionstudios.gr/wp-content/themes/Landing%20Page/js/slick/fonts/slick.eot');
    src: url('http://www.asterionstudios.gr/wp-content/themes/Landing%20Page/js/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('http://www.asterionstudios.gr/wp-content/themes/Landing%20Page/js/slick/fonts/slick.woff') format('woff'), url('http://www.asterionstudios.gr/wp-content/themes/Landing%20Page/js/slick/fonts/slick.ttf') format('truetype'), url('http://www.asterionstudios.gr/wp-content/themes/Landing%20Page/js/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}
/*
Theme Name: joinweblandingpage
Description: Landing Page theme
Author: Joinweb
Author URI: http://www.joinweb.gr
Template: JoinwebBasic
Version: 1.0.0
*/
:root {
    --mainBlue: #18355d;
    --lightBlue: #67a1b7;
}

/********************* General *******************
**************************************************/
body,
html
{
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    scroll-behavior: smooth;
    color: #333333;
    background: #f7f7f7;
}
body {
    font-size: 1.6rem;
}

a
{
    text-decoration: underline;
    color: #EF5000;
}
p {
    font-size: 1.6rem;
}
img {
    max-width: 100%;
    height: auto;
}
.outerWrapper {
    padding: 40px;
}
.wideWrapper {
    width: 1200px;
    margin: 0 auto;
}
.textWrapper {
    width: 900px;
    margin: 0 auto;
}
.narrowWrapper {
    width: 500px;
    margin: 0 auto;
}
.center{
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .wideWrapper {
        width: 100%;
        padding: 0 15px;
    }
}

@media screen and (max-width: 992px){
    .wideWrapper,
    .narrowWrapper,
    .textWrapper {
        width: 100%;
        padding: 15px;
    }
}

/******************** Header **************************
*******************************************************/
.headerGrid
{
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas: "contact logo buttons";
}
.header__info {
    grid-area: contact;
    color: var(--mainBlue);
    padding-top: 45px;
}
.header__logo{
    grid-area: logo;
    padding-top: 40px;
    text-align: center;
}
.header__buttons {
    grid-area: buttons;
    padding-top: 14px;
    text-align: right;
}
.header__info .blueText {
    font-weight: bold;
    font-size: 1.8rem;
}
.header__info .smallText {
    font-size: 1.4rem;
    color: #000;
}
.button {
    color: var(--mainBlue);
    font-weight: normal;
    font-size: 1.8rem;
    text-align: right;
    text-decoration: none;
    padding: 17px 17px 17px 66px;
    display: inline-block;
    white-space: nowrap;
    width: 290px;
    margin-top: 15px;
}
.bookButton {
    background: url("http://www.asterionstudios.gr/wp-content/themes/Landing%20Page/images/calendar.jpg") no-repeat 15px 12px;
}
.phoneButton {
    background: url("http://www.asterionstudios.gr/wp-content/themes/Landing%20Page/images/telephone.jpg") no-repeat 15px 12px;
}
.header {
    width: 100%;
    color: #fff;
    top: 18px;
    left: 0;
    z-index: 3;
    display: block;
    transition: background-color 0.5s, padding 0.5s;
}

.menu .inlineList {
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.menu .inlineList li a {
    text-decoration: none;
    color: #000;
    opacity: 0.8;
    margin: 0 40px;
}
@media screen and (max-width: 768px) {
    .header .grid {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas: "contact" "logo" "buttons";
    }
    .header__info {
        padding-top: 15px;
        padding-bottom: 20px;
        text-align: center;
    }
    .header__buttons {
        padding-top: 40px;
        text-align: center;
    }
    .menu .inlineList li a {
        margin: 0 5px;
    }
}


/********************** Grid **************************
*******************************************************/

.overview {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "left right";
    grid-gap: 40px;
}

.left
{
    grid-area: left;
}

.right
{
    grid-area: right;
}

.textSection .left,
.textSection .right {
    align-self: center;
}
.textSection p {
    font-size: 1.6rem;
}

@media screen and (max-width: 768px) {

    .overview {
        grid-template-columns: 1fr;
        grid-template-areas: "left" "right";
    }

}

.section {
    padding: 70px 0;
}

.section h2,
.section .sectionTitle {
    font-size: 5rem;
    font-weight: 300;
    text-align: center;
    margin: 100px 0;
}
.section .sectionTitle {
    margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
    .section {
        padding: 30px 0;
    }

    .section h2,
    .section .sectionTitle {
        font-size: 2.4rem;
    }
}

.middleText {
    display: flex;
    align-items: center;
    justify-content: center;
}
/******************* Home Page ************************
*******************************************************/
.section ul {
    list-style: none;
    padding: 0;
}
.section ul li {
    background: url("http://www.asterionstudios.gr/wp-content/themes/Landing%20Page/images/dot.jpg") no-repeat;
    padding-left: 30px;
    background-size: 14px;
    background-position: 0 6px;
}

.notes {
    font-size: 1.4rem;
    line-height: 1.2;
    font-style: italic;
    color: #666;
}
.email {
    width: 70%;
    margin-right: 10px;
}
.submitButton {
    width: 20%;
    cursor: pointer;
}
.textCenter{
    color: #fff;
}

/***************** Contact Form ***********************
*******************************************************/
label {
    text-align: left;
    font-style: italic;
    font-weight: lighter;
}
input,
textarea {
    width: 100%;
    border: 1px solid var(--mainBlue);
    background: #fff;
    padding: 10px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    margin-bottom: 15px;
}
input:focus,
textarea:focus {
    background: #fff;
}
input.wpcf7-submit {
    cursor: pointer;
    background: var(--mainBlue);
    display: inline-block;
    color: #fff;
    width: auto;
    float: right;
}
input[type='checkbox'],
input[type='radio']
{
    width: auto;
}
span.wpcf7-list-item {
    margin: 0;
}
.wpcf7-form-control.wpcf7-checkbox label {
    margin: 0 10px 10px 0;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    line-height: 1.6;
}
.wpcf7-form-control.wpcf7-submit.heroBtn {
    margin-left: 0;
    margin-right: 0;
    -webkit-appearance: none;
}

@media screen and (max-width: 768px) {
    .wpcf7-checkbox > span {
        margin-bottom: 10px;
    }
}


/******************** Footer **************************
*******************************************************/
.footer {
    background: #fff;
}
.footerLogo {
    padding-top: 35px;
    padding-bottom: 45px;
}
.siteFooter {
    grid-template-areas: "left middle1 right";
    grid-template-columns: 227px minmax(0, 1fr) 227px;
    padding: 15px 30px;
    font-size: 1.2rem;
}
.siteFooter .left {
    grid-area: left;
    font-weight: bold;
}
.siteFooter .middle1 {
    grid-area: middle1;
    text-align: center;
}
.siteFooter .middle2 {
    grid-area: middle2;
    text-align: right;
}
.siteFooter .right {
    grid-area: right;
    text-align: right;
}
.siteFooter .right img {
    vertical-align: text-top;
}
.siteFooter .right a{
    font-weight: bold;
}
.siteFooter a {
   text-decoration: none;
    color: #333333;
}
.siteFooter a:hover {
    color: #054e52;
}
.socialFooter {
    justify-content: flex-end;
}
.socialFooter li {
   margin-right: 15px;
}
.socialFooter svg {
    height: 20px;
    width: 20px;
}
.socialFooter .telephone {
    background: url("http://www.asterionstudios.gr/wp-content/themes/Landing%20Page/images/telephone.svg") no-repeat;
    padding-left: 20px;
}
.footerMenu
{
    display: inline-flex;
}
.footerMenu li
{
    margin:  0 5px;
}

.footerLinks {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "one two";
}
.contactLinks {
    grid-area: one;
}
.socialLinks {
    grid-area: two;
}

@media screen and (max-width: 768px) {
    .siteFooter {
        grid-template-areas: "left" "middle1" "right";
        grid-template-columns: 1fr;
    }
    .siteFooter .left,
    .siteFooter .middle1,
    .siteFooter .middle2,
    .siteFooter .right {
        text-align: center;
        margin-bottom: 10px;
    }
    .footerLinks {
        grid-template-columns: 1fr;
        grid-template-areas: "one" "two";
    }
    .socialFooter {
        justify-content: center;
        margin-bottom: 15px;
    }
    p {
        line-height: 1.2;
    }
}

/* quickfixes */
.page-template-default .hero {
    height: calc( 100vh - 180px);
}
.grecaptcha-badge {
    bottom: 50px !important;
}


/* case studies */
.caseStudies {
    list-style: none;
    padding: 0;
    margin: 0;
}
.section ul.caseStudies li,
ul.caseStudies li {
    background: #f6f6f6;
    margin-bottom: 30px;
}
.caseStudies li:nth-child(odd) .caseStudy {
    grid-template-columns: 400px minmax(0, 1fr) ;
    grid-template-areas: "image text";
}
.caseStudies li:nth-child(even) .caseStudy {
    grid-template-columns: minmax(0, 1fr) 400px;
    grid-template-areas: "text image";
    text-align: right;
}
.caseStudies a {
    text-decoration: none;
    color: #101010;
}
.caseStudy {
    grid-column-gap: 60px;
}
.caseStudy header {
    grid-area: image;
}
.caseStudy header figure {
    height: 400px;
    overflow: hidden;
}
.caseStudy footer {
    grid-area: text;
}
.caseStudy .projectTitle,
.caseStudy .projectName {
    color: #00383c;
}
.caseStudy .projectTitle {
    font-size: 22px;
    font-weight: bold;
}
.caseStudy .projectName {
    font-size: 20px;
    font-weight: normal;
}

@media screen and (max-width: 900px) {
    .caseStudies li:nth-child(odd) .caseStudy,
    .caseStudies li:nth-child(even) .caseStudy {
        grid-template-columns: minmax(0, 1fr) ;
        grid-template-areas: "image" "text";
    }

}

/* partners */

.partner {
    margin-bottom: 20px;
    text-align: center;
}
.partner a {
    text-decoration: none;
    color: #333;
    text-align: center;
}
.partnersCarousel .partner {
    margin-left: 5px;
    margin-right: 5px;
}
.partner__logo {
    margin: 0 auto 10px;
}
.partner__name {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
.partner__title {
    font-size: 20px;
    color: var(--lightBlue);
}

/* full width map */

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* special cases */
#text_block_6177c4dac483b {
    color: var(--mainBlue);
}
#block_616977a1928c8 figure {
    border-radius: 50%;
    overflow: hidden;
}
#block_616977a1928c8 h2 {
    font-size: 5.5rem;
    color: var(--mainBlue);
    margin: 0 0 75px;
}
.accordion,
.accordion a,
.accordion .sectionTitle {
    color: #fff;
}
.servicesContent .examTitle {
    font-size: 34px;
    font-weight: lighter;
}
.servicesContent .clock {
    padding-left: 35px;
    background: url("http://www.asterionstudios.gr/wp-content/themes/Landing%20Page/images/clock.jpg") no-repeat;
    display: block;
    height: 28px;
    padding-top: 3px;
}
.fileButton {
    border: 2px solid #fff;
    color: #fff;
    margin: 48px auto 0;
    font-size: 1.4rem;
    display: block;
    font-weight: normal;
    background: url("http://www.asterionstudios.gr/wp-content/themes/Landing%20Page/images/download.jpg") no-repeat 15px 5px;
    padding-left: 70px;
    width: 310px;
}
.contact .split {
    grid-gap: 100px;
}
.contact h4 {
    font-weight: normal;
    margin: 0;
    line-height: 1.1;
    font-size: 2rem;
    color: #000;
}
.primaryInfo {
    font-size: 3rem;
    color: var(--mainBlue);
    line-height: 1;
}
.secondaryInfo {
    font-size: 2.3rem;
    color: #000;
    line-height: 1.2;
}
.time, .address, .tel {
    border-bottom: 2px solid var(--mainBlue);
    margin-top: 47px;
    padding-bottom: 24px;
}
.time {
    margin-top: 0;
}
.tel a {
    color: var(--mainBlue);
    text-decoration: none;
}
@media screen and (max-width: 768px){
    #block_616977a1928c8 h2 {
        font-size: 4.2rem;
    }
    .section h2,
    .section .sectionTitle {
        font-size: 4.4rem;
        margin: 50px 0;
    }
}
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets,
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom {
    justify-content: center;
}

.mit{
	margin-top:15px;
}img#wpstats{display:none}
.hero_title{text-align:center;}
.textCenter {
    color: #000000;
}
