.button {
	display: inline-block;
	font-family: "Saira Condensed", sans-serif;
	font-size: 18rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: normal;
	line-height: 1;
	border: 0;
	border-radius: 4rem;
	padding: 12rem 30rem;
	margin: 20rem 0;
	-webkit-transition: .1s ease-in;
	transition: .1s ease-in;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	position: relative;
	z-index: 3;
	overflow: hidden;
	background-color: rgba(255, 0, 0, .5);
	text-shadow: 0px 2px 4px rgba(58, 58, 58, .25);
	letter-spacing: .15rem
}

.button:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF0000), color-stop(85%, #8d2838));
	background-image: linear-gradient(-270deg, #FF0000 0%, #8d2838 85%);
	z-index: -2;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	opacity: 1;
	height: 100%;
	width: 100%
}

.button:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF0000), to(#FF0000));
	background-image: linear-gradient(-270deg, #FF0000 0%, #FF0000 100%);
	z-index: -1;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	opacity: 0;
	height: 100%;
	width: 100%
}

.button:hover,
.button:focus {
	color: #fff
}

.button:hover::after,
.button:focus::after {
	opacity: 1
}

.button:hover:before,
.button:focus:before {
	opacity: 0
}

.buttonSmall {
	display: inline-block;
	font-family: "Saira Condensed", sans-serif;
	font-size: 18rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: normal;
	line-height: 1;
	border: 0;
	border-radius: 4rem;
	padding: 12rem 30rem;
	margin: 20rem 0;
	-webkit-transition: .1s ease-in;
	transition: .1s ease-in;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	position: relative;
	z-index: 3;
	overflow: hidden;
	background-color: rgba(255, 0, 0, .5);
	text-shadow: 0px 2px 4px rgba(58, 58, 58, .25);
	letter-spacing: .15rem;
	padding: 9rem 22rem;
	font-size: 16rem;
	letter-spacing: .15rem
}

.buttonSmall:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF0000), color-stop(85%, #8d2838));
	background-image: linear-gradient(-270deg, #FF0000 0%, #8d2838 85%);
	z-index: -2;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	opacity: 1;
	height: 100%;
	width: 100%
}

.buttonSmall:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF0000), to(#FF0000));
	background-image: linear-gradient(-270deg, #FF0000 0%, #FF0000 100%);
	z-index: -1;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	opacity: 0;
	height: 100%;
	width: 100%
}

.buttonSmall:hover,
.buttonSmall:focus {
	color: #fff
}

.buttonSmall:hover::after,
.buttonSmall:focus::after {
	opacity: 1
}

.buttonSmall:hover:before,
.buttonSmall:focus:before {
	opacity: 0
}

.buttonStroked {
	display: inline-block;
	font-family: "Saira Condensed", sans-serif;
	font-size: 18rem;
	font-weight: bold;
	color: #000;
	letter-spacing: normal;
	line-height: 1;
	background-color: rgba(0, 0, 0, 0);
	border: 2rem solid red;
	border-radius: 4rem;
	padding: 10rem 30rem;
	margin: 20rem 0;
	-webkit-transition: .1s ease-in;
	transition: .1s ease-in;
	text-decoration: none;
	cursor: pointer;
	letter-spacing: .15rem
}

.buttonStroked:hover,
.buttonStroked:focus {
	background-color: red;
	color: #fff;
	text-shadow: 0px 2px 4px rgba(58, 58, 58, .25)
}

.buttonText {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Saira Condensed", sans-serif;
	font-size: 18rem;
	font-weight: bold;
	color: #000;
	letter-spacing: normal;
	line-height: 1;
	margin: 20rem 0;
	cursor: pointer;
	letter-spacing: .15rem;
	position: relative
}

.buttonText:before {
	content: "";
	position: absolute;
	bottom: -10rem;
	height: 3rem;
	border-radius: 2rem;
	left: 0;
	width: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF0000), color-stop(85%, #8d2838));
	background-image: linear-gradient(-270deg, #FF0000 0%, #8d2838 85%);
	-webkit-transition: .25s ease width;
	transition: .25s ease width
}

.buttonText:after {
	display: inline-block;
	content: "";
	background-image: url("https://39950057.fs1.hubspotusercontent-na1.net/hubfs/39950057/ChevronOnly.svg");
	margin-left: 12rem;
	width: 20rem;
	height: 20rem;
	background-color: rgba(43, 138, 248, .8);
	background-position: 7px 50%;
	background-repeat: no-repeat;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transition: .1s ease-in;
	transition: .1s ease-in
}

.buttonText:hover,
.buttonText:focus {
	color: #3a3a3a
}

.buttonText:hover:before,
.buttonText:focus:before {
	width: 100%
}

.buttonText:hover:after,
.buttonText:focus:after {
	-webkit-transform: translateX(4rem);
	transform: translateX(4rem);
	background-color: #8d2838;
	background-image: url("https://39950057.fs1.hubspotusercontent-na1.net/hubfs/39950057/chevronOnlyW.svg")
}

.buttonLight {
	display: inline-block;
	font-family: "Saira Condensed", sans-serif;
	font-size: 18rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: normal;
	line-height: 1;
	border: 0;
	border-radius: 4rem;
	padding: 12rem 30rem;
	margin: 20rem 0;
	-webkit-transition: .1s ease-in;
	transition: .1s ease-in;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	position: relative;
	z-index: 3;
	overflow: hidden;
	background-color: rgba(255, 0, 0, .5);
	text-shadow: 0px 2px 4px rgba(58, 58, 58, .25);
	letter-spacing: .15rem
}

.buttonLight:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF0000), color-stop(85%, #8d2838));
	background-image: linear-gradient(-270deg, #FF0000 0%, #8d2838 85%);
	z-index: -2;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	opacity: 1;
	height: 100%;
	width: 100%
}

.buttonLight:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF0000), to(#FF0000));
	background-image: linear-gradient(-270deg, #FF0000 0%, #FF0000 100%);
	z-index: -1;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	opacity: 0;
	height: 100%;
	width: 100%
}

.buttonLight:hover,
.buttonLight:focus {
	color: #fff
}

.buttonLight:hover::after,
.buttonLight:focus::after {
	opacity: 1
}

.buttonLight:hover:before,
.buttonLight:focus:before {
	opacity: 0
}

.buttonLightSmall {
	display: inline-block;
	font-family: "Saira Condensed", sans-serif;
	font-size: 18rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: normal;
	line-height: 1;
	border: 0;
	border-radius: 4rem;
	padding: 12rem 30rem;
	margin: 20rem 0;
	-webkit-transition: .1s ease-in;
	transition: .1s ease-in;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	position: relative;
	z-index: 3;
	overflow: hidden;
	background-color: rgba(255, 0, 0, .5);
	text-shadow: 0px 2px 4px rgba(58, 58, 58, .25);
	letter-spacing: .15rem;
	padding: 9rem 22rem;
	font-size: 16rem;
	letter-spacing: .15rem
}

.buttonLightSmall:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF0000), color-stop(85%, #8d2838));
	background-image: linear-gradient(-270deg, #FF0000 0%, #8d2838 85%);
	z-index: -2;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	opacity: 1;
	height: 100%;
	width: 100%
}

.buttonLightSmall:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF0000), to(#FF0000));
	background-image: linear-gradient(-270deg, #FF0000 0%, #FF0000 100%);
	z-index: -1;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	opacity: 0;
	height: 100%;
	width: 100%
}

.buttonLightSmall:hover,
.buttonLightSmall:focus {
	color: #fff
}

.buttonLightSmall:hover::after,
.buttonLightSmall:focus::after {
	opacity: 1
}

.buttonLightSmall:hover:before,
.buttonLightSmall:focus:before {
	opacity: 0
}

.buttonLightStroked {
	display: inline-block;
	font-family: "Saira Condensed", sans-serif;
	font-size: 18rem;
	font-weight: bold;
	color: #000;
	letter-spacing: normal;
	line-height: 1;
	background-color: rgba(0, 0, 0, 0);
	border: 2rem solid red;
	border-radius: 4rem;
	padding: 10rem 30rem;
	margin: 20rem 0;
	-webkit-transition: .1s ease-in;
	transition: .1s ease-in;
	text-decoration: none;
	cursor: pointer;
	letter-spacing: .15rem;
	color: #fff;
	border-color: red
}

.buttonLightStroked:hover,
.buttonLightStroked:focus {
	background-color: red;
	color: #fff;
	text-shadow: 0px 2px 4px rgba(58, 58, 58, .25)
}

.buttonLightStroked:hover,
.buttonLightStroked:focus {
	background-color: red;
	color: #fff
}

.buttonLightText {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Saira Condensed", sans-serif;
	font-size: 18rem;
	font-weight: bold;
	color: #000;
	letter-spacing: normal;
	line-height: 1;
	margin: 20rem 0;
	cursor: pointer;
	letter-spacing: .15rem;
	position: relative;
	color: #fff;
	text-shadow: 0px 2px 4px rgba(58, 58, 58, .25)
}

.buttonLightText:before {
	content: "";
	position: absolute;
	bottom: -10rem;
	height: 3rem;
	border-radius: 2rem;
	left: 0;
	width: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF0000), color-stop(85%, #8d2838));
	background-image: linear-gradient(-270deg, #FF0000 0%, #8d2838 85%);
	-webkit-transition: .25s ease width;
	transition: .25s ease width
}

.buttonLightText:after {
	display: inline-block;
	content: "";
	background-image: url("https://39950057.fs1.hubspotusercontent-na1.net/hubfs/39950057/ChevronOnly.svg");
	margin-left: 12rem;
	width: 20rem;
	height: 20rem;
	background-color: rgba(43, 138, 248, .8);
	background-position: 7px 50%;
	background-repeat: no-repeat;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transition: .1s ease-in;
	transition: .1s ease-in
}

.buttonLightText:hover,
.buttonLightText:focus {
	color: #3a3a3a
}

.buttonLightText:hover:before,
.buttonLightText:focus:before {
	width: 100%
}

.buttonLightText:hover:after,
.buttonLightText:focus:after {
	-webkit-transform: translateX(4rem);
	transform: translateX(4rem);
	background-color: #8d2838;
	background-image: url("https://39950057.fs1.hubspotusercontent-na1.net/hubfs/39950057/chevronOnlyW.svg")
}

.buttonLightText:after {
	background-image: url("https://39950057.fs1.hubspotusercontent-na1.net/hubfs/39950057/ChevronOnly.svg")
}

.buttonLightText:before {
	background-color: #fff
}

.buttonLightText:hover,
.buttonLightText:focus {
	color: #fff
}

.buttonLightText:hover:before,
.buttonLightText:focus:before {
	background-image: none;
	background-color: #fff
}

.buttonLightText:hover:after,
.buttonLightText:focus:after {
	background-color: #fff;
	background-image: url("https://39950057.fs1.hubspotusercontent-na1.net/hubfs/39950057/ChevronOnly.svg")
}

html {
	font-size: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility
}

@media(max-width: 580px) {
	html {
		font-size: 1px
	}
}

@media(min-width: 2560px) {
	html {
		font-size: 1px
	}
}

footer.u4m-footer {
	background: #333
}

footer.u4m-footer .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

footer.u4m-footer .inner .logo-and-menu {
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 1340rem;
	padding-left: 20rem;
	padding-right: 20rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding-top: 80px;
	padding-bottom: 80px;
	width: 100%
}

footer.u4m-footer .inner .logo-and-menu .logo {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.hs-landing-page footer.u4m-footer .inner .logo-and-menu {
	display: none
}
footer.u4m-footer .inner .logo-and-menu .copy {
	width: 75%;
	color: white;
  font-size: 18rem;
}
footer.u4m-footer .inner .logo-and-menu .menu {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

footer.u4m-footer .inner .logo-and-menu .menu ul {
	width: 100%;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

footer.u4m-footer .inner .logo-and-menu .menu ul li {
	float: unset;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

footer.u4m-footer .inner .logo-and-menu .menu ul li a[role=menuitem] {
	font-family: "Roboto", sans-serif;
	font-size: 15rem;
	line-height: 1.9;
	letter-spacing: 0;
	margin-bottom: 20rem;
	width: unset;
	max-width: unset;
	padding: 0;
	color: #cacaca;
	margin: 0
}

@media(max-width: 580px) {
	footer.u4m-footer .inner .logo-and-menu .menu ul li a[role=menuitem] {
		font-size: 15rem
	}
}

footer.u4m-footer .inner .logo-and-menu .menu ul li a[role=menuitem]:hover {
	opacity: .7
}

footer.u4m-footer .inner .logo-and-menu .menu ul li.hs-menu-depth-1>a {
	font-family: "Saira Condensed", sans-serif;
	font-size: 18rem;
	font-weight: bold;
	color: #000;
	letter-spacing: 0;
	margin-bottom: 20rem;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 10rem
}

footer.u4m-footer .inner .logo-and-menu .menu ul li.hs-menu-depth-1>a span {
	color: #2b8af8
}

@media(max-width: 1024px) {
	footer.u4m-footer .inner .logo-and-menu .menu ul li.hs-menu-depth-1>a {
		font-size: 20rem
	}
	footer.u4m-footer .inner .logo-and-menu .copy {
		width: 100%;
	}
}

@media(max-width: 580px) {
	footer.u4m-footer .inner .logo-and-menu .menu ul li.hs-menu-depth-1>a {
		font-size: 18rem;
		margin-bottom: 20rem
	}
	footer.u4m-footer .inner .logo-and-menu .copy {
		width: 100%;
	}
}

footer.u4m-footer .inner .logo-and-menu .menu ul li.hs-menu-depth-1>a:hover {
	opacity: .7
}

footer.u4m-footer .inner .logo-and-menu .menu ul li.hs-menu-depth-1 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}

footer.u4m-footer .inner .logo-and-menu .menu ul li.hs-menu-depth-1 ul li {
	margin: 0 0 10px
}

@media(max-width: 1024px) {
	footer.u4m-footer .inner .logo-and-menu .menu ul {
		-webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: unset
	}
}

@media(max-width: 768px) {
	footer.u4m-footer .inner .logo-and-menu .menu ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media(max-width: 1024px) {
	footer.u4m-footer .inner .logo-and-menu .menu {
		margin: 40px 0
	}
}

@media(max-width: 1024px) {
	footer.u4m-footer .inner .logo-and-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media(max-width: 768px) {
	footer.u4m-footer .inner .logo-and-menu {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center
	}
}

footer.u4m-footer .inner .colophon-and-social {
	background-color: #000
}

footer.u4m-footer .inner .colophon-and-social .cs-wrap {
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 1340rem;
	padding-left: 20rem;
	padding-right: 20rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding-top: 5rem;
	padding-bottom: 5rem
}

.hs-landing-page footer.u4m-footer .inner .colophon-and-social .cs-wrap {
	max-width: 1280rem
}

@media(max-width: 768px) {
	footer.u4m-footer .inner .colophon-and-social .cs-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding-top: 25rem;
		padding-bottom: 15rem
	}
}

footer.u4m-footer .inner .colophon-and-social .cs-wrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0 -5px;
	padding: 0
}

footer.u4m-footer .inner .colophon-and-social .cs-wrap ul li {
	margin: 5px;
	line-height: 1
}

footer.u4m-footer .inner .colophon-and-social .cs-wrap ul li:first-of-type a {
	padding-left: 0
}

footer.u4m-footer .inner .colophon-and-social .cs-wrap ul li a {
	font-family: "Roboto", sans-serif;
	font-size: 13rem;
	line-height: 1.9;
	letter-spacing: 0;
	margin-bottom: 20rem;
	color: #fff;
	line-height: 1;
	margin-bottom: 0
}

@media(max-width: 580px) {
	footer.u4m-footer .inner .colophon-and-social .cs-wrap ul li a {
		font-size: 13rem
	}
}

footer.u4m-footer .inner .colophon-and-social .cs-wrap ul li a:hover,
footer.u4m-footer .inner .colophon-and-social .cs-wrap ul li a:focus {
	opacity: .7
}

@media(max-width: 580px) {
	footer.u4m-footer .inner .colophon-and-social .cs-wrap ul li a {
		padding: 0
	}
}

footer.u4m-footer .inner .colophon-and-social .cs-wrap .colophon .logo img {
	width: 137px;
	height: 33px;

}
footer.u4m-footer .inner .colophon-and-social .cs-wrap .colophon .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

footer.u4m-footer .inner .colophon-and-social .cs-wrap .colophon .links .copyright {
	font-family: "Roboto", sans-serif;
	font-size: 13rem;
	line-height: 1.9;
	letter-spacing: 0;
	margin-bottom: 0;
	color: #fff;
	line-height: 43px;
	margin-bottom: 0
}

@media(max-width: 580px) {
	footer.u4m-footer .inner .colophon-and-social .cs-wrap .colophon .links .copyright {
		font-size: 13rem
	}
}

@media(max-width: 768px) {
	footer.u4m-footer .inner .colophon-and-social .cs-wrap .colophon .links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center
	}
}

footer.u4m-footer .inner .colophon-and-social .cs-wrap .social ul li a {
	background-color: #1a1a1a;
	width: 30rem;
	height: 30rem;
	border-radius: 50%;
	font-size: 18rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

footer.u4m-footer .inner .colophon-and-social .cs-wrap .social ul li a:hover {
	opacity: .7
}



{% require_css %}
<style>
  .uki-footer{
    background: #f6f6f6;
    border-top: 1px solid #ddd;
    padding: 48px 0;
  }

  .uki-footer__inner{
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
  }

  .uki-footer__title{
    font-family: Saira Condensed, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin: 0 0 12px;
    color: #111;
  }

  .uki-footer__text{
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
  }

  .uki-footer__text a{
    color: #2b8af8;
    text-decoration: none;
  }

  .uki-footer__text a:hover{
    text-decoration: underline;
  }

  @media (max-width: 900px){
    .uki-footer__inner{ grid-template-columns: 1fr; }
  }

.uki-footer-logo{
  width: 90%!important;
}

/* Hide the "LEARN MORE" top label, keep submenu items */
.hs-menu-wrapper > ul > li.hs-item-has-children > a {
  display: none !important;
}
/* Ensure the child list stays visible */
.hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
  display: block !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    color: #fff;
    padding: 0px 20px;
}


.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
    color: #2b8af8;
}

.uki-footer__title {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin: 0px 0 12px;
    color: #ffffff;
}

.uki-footer__text {
    color: #ffffff;
}

.u4m-footer{
  padding: 125px 0px;
}

.colophon .links{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  width:100%;
}
.colophon .copyright{
  white-space:nowrap;
}
/* Push the menu to the right */
.colophon .hs-menu-wrapper{
  margin-left:auto;
}
/* Make the links sit in one row */
.colophon .hs-menu-wrapper > ul{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0;
  padding:0;
  list-style:none;
}
/* Add separators between links (instead of hardcoding | in text) */
.colophon .hs-menu-wrapper > ul > li + li::before{
  content:"|";
  margin-right:12px;
  opacity:.7;
}
/* Optional: remove extra spacing from li/a if your theme adds it */
.colophon .hs-menu-wrapper > ul > li{
  margin:0;
  padding:0;
}
.colophon .hs-menu-wrapper > ul > li > a{
  display:inline-block;
  padding:0;
}

.colophon-and-social{
  max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
}

.colophon .copyright, .uki-footer__text {
    color: #ffffff75;
}

.uki-footer__inner{
  grid-template-columns: 1fr minmax(180px, .2fr) 1fr 2fr;
}





