.eb-footer {
	width: 100%;
	min-height: 100px;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	position: relative;
}

.eb-footer-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.eb-footer-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	right: 0;
	margin: auto;
	background: var(--gradients-footer);
}

.eb-noextend-bg .eb-footer-bg {
    max-width: 1440px;
}

.eb-footer-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1440px;
	padding: 100px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 40px;
	z-index: 2;
}

.eb-footer-mainsection {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 80px;
	-ms-flex-item-align: stretch;
	    align-self: stretch;
}

.eb-footer-mainsection-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 48px;
	-ms-flex-item-align: stretch;
	    align-self: stretch;
}

.eb-footer-subsection {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-item-align: stretch;
	    align-self: stretch;
}

.eb-footer-logo {
	width: 300px;
	height: 57.6px;
}

.eb-footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 0px;
	        flex: 1 0 0;
}

.eb-footer-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 48px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.eb-footer-menu .eb-contact {
	display: none !important;
}

.eb-footer-menu > .menu-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 16px;
}

.eb-footer-menu > .menu-item a {
	color: var(--bases-white);
	font-family: "Titillium Web";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.eb-footer-menu .sub-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.eb-footer-menu .sub-menu > .menu-item.eb-menu-item-title {
	display: none;
}

.eb-footer-menu .sub-menu > .menu-item a {
	color: var(--primary-color-02);
	font-family: "Titillium Web";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.eb-footer-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 24px;
}

.eb-footer-social-label {
	color: var(--bases-white);
	font-family: "Titillium Web";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

.eb-footer-social-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 24px;
}

.eb-footer-social-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.eb-footer-social-icon img {
	width: 40px;
	height: 40px;
}

.eb-footer-mainsection-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1242px;
	height: 48px;
	padding-top: 4px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.eb-footer-company-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 24px;
	-ms-flex-item-align: stretch;
	    align-self: stretch;
}

.eb-footer-company-info span {
	color: var(--color-palette-01-white);
	font-family: "Titillium Web";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.eb-footer-subscribe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 16px;
}

.eb-footer-subscribe-label {
	color: var(--bases-white);
	font-family: "Titillium Web";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

.eb-footer-subscribe-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 8px;
	-ms-flex-item-align: stretch;
	    align-self: stretch;
}

.eb-footer-subscribe-form .gform_confirmation_message {
		color: var(--bases-white);
	}

.eb-footer-subscribe-form form, .eb-footer-subscribe-form div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 !important;
	padding: 0 !important;
}

.eb-footer-subscribe-form form, .eb-footer-subscribe-form form div, .eb-footer-subscribe-form form input, .eb-footer-subscribe-form form button {
	margin: 0 !important;
	padding: 0 !important;
}

.eb-footer-subscribe-email input[type=email]:not(#dummy) {
	width: 356px;
	height: 48px;
	padding: 16px 120px 16px 24px !important;
	color: var(--bases-gray);
	border-radius: 8px;
	background: var(--primary-color-03, #F1F3F4);
	font-family: "Titillium Web";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border: none;
	outline: none;
}

.eb-footer-mainsection-sep {
	width: 100%;
	height: 1px;
	background: var(--bases-white);
}

.eb-footer-bottomsection {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-item-align: stretch;
	    align-self: stretch;
}

.eb-footer-bottomnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.eb-footer-bottomnav-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.eb-footer-bottomnav-menu > .menu-item a {
	color: var(--bases-white);
	font-family: "Titillium Web";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.eb-footer-copyright {
	color: var(--bases-white);
	font-family: "Titillium Web";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

/* Tablet breakpoint */

@media (max-width: 1440px) {
	
	.eb-noextend-bg .eb-footer-bg {
		max-width: 834px;
	}
	
	.eb-footer-content {
		padding: 40px 64px;
		gap: 24px;
	}
	
	.eb-footer-mainsection {
		gap: 56px;
	}
	
	.eb-footer-mainsection-top {
		gap: 56px;
	}
	
	.eb-footer-menu .sub-menu {
		display: none;
	}
	
	.eb-footer-menu {
		gap: 32px;
	}
	
	.eb-footer-social {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 8px;
	}
	
	.eb-footer-social-label {
		font-size: 16px;
		font-weight: 600;
	}
	
	.eb-footer-social-icons {
		gap: 16px;
	}
	
	.eb-footer-social-icon img {
		width: 32px;
		height: 32px;
	}
	
	.eb-footer-mainsection-bottom {
		width: 100%;
		height: auto;
		padding-top: 0;
	}
	
	.eb-footer-company-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 16px;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: start;
	}
	
	.eb-footer-subscribe-label {
		font-size: 24px;
		line-height: 27px;
	}
	
	.eb-footer-subscribe-email input[type=email]:not(#dummy) {
		max-width: 285px;
		width: 100%;
	}
	
	.eb-footer-mainsection-sep {
		margin-top: 32px;
	}
	
	.eb-footer-bottomsection {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 16px;
	}
	
	.eb-footer-bottomnav-menu {
		gap: 32px;
	}
}

/* Mobile breakpoint */

@media (max-width: 833px) {
	
	.eb-footer-content {
		padding: 40px 24px;
	}
	
	.eb-footer-mainsection {
		gap: 40px;
	}
	
	.eb-footer-mainsection-top {
		gap: 40px;
	}
	
	.eb-footer-subsection {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 16px;
	}
	
	.eb-footer-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 16px;
	}
	
	.eb-footer-social {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: start;
	}
	
	.eb-footer-social-icons {
		gap: 8px;
	}
	
	.eb-footer-mainsection-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 24px;
	}
	
	.eb-footer-mainsection-sep {
		margin-top: 16px;
	}
	
	.eb-footer-bottomnav-menu {
		width: 260px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 16px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	
	.eb-footer-copyright {
		text-align: center;
		width: 230px;
	}
	
}