@font-face {
  font-family: SugarCookie;
  src: url(fonts/SugarCookie-Regular.otf);
}
.lilac {
	background-color: #f7f5ff !important;
}
.color-2 {
	background-color: #e2edf7 !important;
}
.color-3 {
	background-color: #f6eef3 !important;
}
.color-4 {
	background-color: #f7fbfd !important;
}
.white {
	background-color: #ffffff !important;
}
.mb-20 {
	margin-bottom: 20px;
}
body {
	font-family: 'Assistant';
}
a {
	text-decoration: none !important;
	color: inherit !important;
}
nav {
	padding: 20px 0 !important;
}
/* Color of the links BEFORE scroll */
.navbar-scroll .nav-link,
.navbar-scroll .fa-bars,
.navbar-scroll .navar-brand {
	color: #4f4f4f;
}

.navbar-scroll .nav-link:hover {
	color: #1266f1;
}

/* Color of the links AFTER scroll */
.navbar-scrolled .nav-link,
.navbar-scrolled .fa-bars,
.navbar-scrolled .navar-brand {
	color: #4f4f4f;
}

/* Color of the navbar AFTER scroll */
.navbar-scroll,
.navbar-scrolled {
	background-color: #fff;
}

/* An optional height of the navbar AFTER scroll */
.navbar.navbar-scroll.navbar-scrolled {
	padding-top: 5px;
	padding-bottom: 5px;
}
.logo {
	height: 60px;
}
.section {
	padding: 70px 80px;
}
.section-header {
	font-size: 30px;
	font-weight: 500;
	color: #555555;
}
.section-sub-header {
	font-size: 18px;
	font-weight: 400;
	color: #555555;
}
.card-style-1 {
	margin-bottom: 20px;
	text-align: center;
	padding: 20px;
	background-color: #f7fafc;
	box-shadow: 5px 4px 12px -7px rgba(109,109,109,0.62);
	-webkit-box-shadow: 5px 4px 12px -7px rgba(109,109,109,0.62);
	display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.card-style-1 img {
	height: 90px;
	margin-bottom: 10px;
}
.card-style-2 {
	padding: 20px;
	box-shadow: 5px 4px 12px -7px rgba(109,109,109,0.62);
	-webkit-box-shadow: 5px 4px 12px -7px rgba(109,109,109,0.62);
	position: relative;
}
.card-style-2 img {
	position: absolute;
	height: 40px;
	right: 10px;
	top: 20px;
}
.card-style-1 p, .card-style-2 p {
	font-size: 16px;
	font-weight: 400;
	color: #555555;
}
.card-style-2 p {
	padding-right: 30px;
}
p.card-title-1, p.card-title-2 {
	
	text-transform: lowercase;
	font-size: 15px !important;
	font-weight: bolder;
	color: #3a2f3f;
	font-family: 'SugarCookie';
}
.card-style-1 a, .card-style-2 a {
	font-size: 15px;
	font-weight: 500;
	color: #5f6f82;	
}
.btn-dash {
	border: 1px solid black;
	border-radius: 30px;
	padding: 10px;
	text-decoration: none;
	text-align: right;
}
.login {
	width: 40%;
	margin: 0 auto;
	padding: 25px 40px;
	background-color: #FFF;
	text-align: center;
	box-shadow: 5px 4px 12px -7px rgba(109,109,109,0.62);
	-webkit-box-shadow: 5px 4px 12px -7px rgba(109,109,109,0.62);
	border-radius: 20px;
	margin-bottom: 20px;
}
.login input, .login textarea{
	display: inline-block;
	width: 80%;
	margin-bottom: 20px;
	padding: 3px 5px;
	border: 1px solid #7e8ca0;
  border-radius: 4px;
  font-size: 15px;
  color: #7e8ca0;
  font-weight: 600;
}
/* Inline variant: the redeem card sits inside a dashboard column, so fill the
   column instead of the 40% used for the standalone login/contact cards —
   otherwise the inputs are too narrow and the placeholder text is clipped. */
.login.login-inline {
	width: 66.67%;
	padding: 25px 30px;
}
.login.login-inline input {
	width: 100%;
}
.login textarea {
	min-height: 200px;
	resize: none;
}
.login .text-end {
	width: 80%;
  margin: 0 auto;
}
.login.contact-form .text-end {
	width: 100%;
  margin: 0 auto;
}
.password-wrapper {
	position: relative;
	width: 80%;
	margin: 0 auto;
}
.password-wrapper input {
	width: 100%;
}
.login.contact-form button {
	border-color: #a3cfe8;
}
.login.contact-form button:hover {
	background-color: #a3cfe8;
}
#show-password {
	position: absolute;
	top: 4px;
    right: 25px;
    width: 0px;
}
#show-password::after {
	content: url("img/view.svg");
	display: block;
	width: 18px;
}
#show-password:checked::after {
	content: url("img/view-closed.svg");
}
.btn-login {
    background-color: #ffffff;
    color: #5f6f82;
    padding: 7px 20px;
    border: 1px solid #c8b9f5;
    border-radius: 50px;
    min-width: 110px;
    transition: .6s ease-in-out;
    
}
.btn-login:hover {
	background-color: #c8b9f5;
	color: #ffffff;
}
.login-links {
	width: 40%;
	margin: 0 auto;
}
.login-links p {
	font-weight: 600;
	color: #7e8ca0;
	font-size: 14px;
	margin-bottom: 10px;
}
.login .heading {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}
.login .subheading {
	font-size: 14px;
}
.login.contact-form {
	width: 75%;
}
.login.contact-form .login-wrapper input, .login.contact-form textarea {
	width: 100%;
}
.heading {
	font-size: 28px;
	font-weight: 500;
	color: #555555;
	margin-bottom: 20px;
}
.subheading {
	font-size: 18px;
	font-weight: 400;
	color: #555555;
	margin-bottom: 40px;
}
.contact-us {
	width: 60%;
	margin: 0 auto;
	padding: 40px 25px;
	background-color: #FFF;
	text-align: center;
	box-shadow: 5px 4px 12px -7px rgba(109,109,109,0.62);
	-webkit-box-shadow: 5px 4px 12px -7px rgba(109,109,109,0.62);
	border-radius: 20px;
}
.contact-us-inputs input, .contact-us-inputs textarea {
	display: inline-block;
	width: 70%;
	margin-bottom: 20px;
	border: 1px solid #d8e2ec;
    border-radius: 4px;
    padding: 3px 5px;
	font-size: 15px;
	font-weight: 600;
	resize: none;
}
.contact-us-send {
	background-color: #fff;
    color: #2e3a4f;
    padding: 4px;
    border: 1px solid #a3cfe8;
    border-radius: 50px;
    width: 110px;
}
.dashboard-card {
	padding: 20px 0;
	text-align: left;
}
.dashboard-button {
    background-color: #c8b9f5;   /* lavender — the client "Build" action */
    color: #fff;
    padding: 4px 22px;
    border: 1px solid #c8b9f5;
    border-radius: 50px;
    width: auto;
    min-width: 110px;
    display: inline-block;
    text-align: center;
    font: inherit;               /* so <button>s match the <a> buttons */
    cursor: pointer;
}
/* Client "Download" links: a different page pastel so they read distinctly
   from the lavender Build button. */
.download-button {
    background-color: #e8bcc3;   /* dusty rose */
    border-color: #e8bcc3;
}
/* Admin (backend) pages: slate accent instead of the placeholder red, white
   text (overrides the site-wide `a { color: inherit !important }`), and
   auto-width so longer labels aren't clipped by the fixed 110px. */
.backend .dashboard-button {
    background-color: #5f6f82;
    border-color: #5f6f82;
    color: #fff !important;
    display: inline-block;
    width: auto;
    min-width: 110px;
    padding: 4px 22px;
    text-align: center;
}
.faq-card {
	width: 60%;
	margin: 0 auto;
	padding: 40px 15px;
	background-color: #FFF;
	box-shadow: 5px 4px 12px -7px rgba(109,109,109,0.62);
	-webkit-box-shadow: 5px 4px 12px -7px rgba(109,109,109,0.62);
	border-radius: 20px;
}
.tutorial-card {
	padding: 25px;
	box-shadow: 5px 4px 12px -7px rgba(109,109,109,0.62);
	-webkit-box-shadow: 5px 4px 12px -7px rgba(109,109,109,0.62);
	margin-bottom: 20px;
	text-align: center;
	display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.tutorial-card img{
	margin: 10px 0;
	width: 100px;
}
.tutorial-card-title {
	font-size: 19px;
	color: #2f2f2f;
	font-weight: 500;
	font-family: 'SugarCookie';
}
.tutorial-card-sub-title {
	font-size: 16px;
	font-weight: 400;
	color: #555555;
}
footer img {
	height: 50px;
}
.footer-links {
	padding: 30px 30px 5px 30px;
	padding-top: 55px !important;
	background-color: #f4f6f8;
}
.footer-links a {
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 14px;
	color: #5f6f82 !important;
}
.copyright {
	background-image: url(img/hearts-footer.svg);
  background-position: top;
  background-repeat: repeat-x;
  padding: 20px 0 10px 0;
  text-align: center;
  background-color: #f4f6f8;
  background-size: 200px 20px;
}
.copyright p {
	margin: 0;
	font-size: 12px;
}
.accordion-item {
	border: none;
}
.accordion-button {
	box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
	background-color: #f7fbfd;
}
.tutorial-dashboard {
	width: 60%;
	margin: 0 auto;
}
.main-content {
	padding-bottom: 3vh;
}
.shop-banner {
	margin: 0 auto;
}
.join img {
	height: 100px;
	margin-bottom: 20px;
	max-width: 100%;
}
.join p {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 25px;
}
.subscribe-wrapper input, .subscribe-wrapper button {
	display: block;
	width: 100%;
}
.subscribe-wrapper input {
	margin-bottom: 20px;
    padding: 3px 5px;
	font-size: 15px;
	font-weight: 600;
	border:none;
	border-radius: 5px;
	border: 1px solid #e8bcc3;
}
.subscribe-wrapper button {
	right: 10px;
	top: 7px;
	font-weight: 400;
	color: #2f2f2f;
	border: 1px solid #e8bcc3;
	padding: 7px 20px;
	border-radius: 50px;
	width: 110px;
	margin-left: auto;
	background-color: #fff;
	transition: .6s ease-in-out;
}
.subscribe-wrapper button:hover {
	background-color: #e8bcc3;
	color: #ffffff;
}
#main-page-hero {
}
#main-page-hero .text-center {
	margin-top: 40px;
	color: #f7f5ff;
}
.shop-stars {
	background-image: url(img/stars-etsy.svg);
	background-size: contain;
	background-position: center center;
}
.join {
	background-image: url(img/stars-join.svg);
	background-size: cover;
	background-position: center center;
}
.password-instructions {
	font-size: 10px;
	font-weight: 500;
}
.email-sent-alert img {
	width: 200px;
	margin: 0 auto;
	margin-top: 30px;
}
.main-content {
	min-height: calc(100vh - (209px + 80px));
}
.col-fluid {
	padding: 60px 0 60px 97px;
	justify-content: center;
	flex-direction: column;
}
.col-fluid-2 {
	padding: 60px 0 30px 97px;
	justify-content: center;
	flex-direction: column;
}
.currentPage {
	color: #9f9ec6 !important;
}
.nav-link:hover {
	color: #5f6f82 !important;
}
/* Admin dropdown menu — match the site palette instead of Bootstrap defaults. */
.navbar .dropdown-menu {
	border: 1px solid #efeafb;
	border-radius: 14px;
	box-shadow: 5px 4px 16px -8px rgba(109,109,109,0.55);
	padding: 6px;
}
.navbar .dropdown-item {
	color: #4f4f4f;
	border-radius: 10px;
	padding: 7px 16px;
}
.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
	background-color: #f7f5ff;   /* lilac wash, like the page pastels */
	color: #5f6f82;              /* slate, same as nav-link hover */
}
.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
	background-color: #c8b9f5;   /* lavender accent */
	color: #fff;
}
/* Desktop (expanded navbar): open the Admin dropdown on hover. Tap/click still
   works via Bootstrap for the collapsed mobile menu. margin-top:0 removes the
   gap so moving from the toggle onto the menu doesn't drop the hover. */
@media (min-width: 992px) {
	.navbar .nav-item.dropdown:hover > .dropdown-menu {
		display: block;
	}
	.navbar .nav-item.dropdown > .dropdown-menu {
		margin-top: 0;
	}
}
.m-right {
	margin-left: auto;
}
@media (max-width: 991px) {
  .contact-us {
    width: 70%;
  }
  .login {
  	width: 70%;
  }
  .section {
  	padding: 60px 30px;
  }
}
@media (max-width: 768px) {
	.col-fluid {
		padding: 20px;
	}
}
.btn-rm {
	width: 110px;
	border: 1px solid #c8b9f5;
	display: inline-block;
	border-radius: 50px;
	background-color: #FFF;
	color: #6b7a8f;
	transition: .6s ease-in-out;
	margin-left: auto;
	margin-top: 20px;
	padding: 7px 20px;
}
.btn-rm:hover {
	background-color: #c8b9f5;
	color: #FFF;
}
.btn-rm-2 {
	border-color: #e8bcc3;
}
.btn-rm-2:hover {
	background-color: #e8bcc3;
}
footer {
	position: relative;
}
.footer-wave {
		width: 100%;
		height: 40px;
		position: absolute;
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 576.789 29.497"><defs><style>.st0 {fill: %23f7fbfd;fill-rule: evenodd;}</style></defs><path class="st0" d="M576.787,8.87V0H0l.011,9.696c-.047,1.2.154,5.32.154,5.32.046,9.426,5.642,10.808,9.685,11.837,6.126.497,11.503-2.895,11.837-5.132.173-1.158.579-2.318.693-4.064.701,1.377.97,2.078,1.38,2.685,4.502,6.682,7.516,5.945,12.382,2.178,1.06-.82,1.756-2.107,2.627-3.173.526-.646,1.066-1.28,1.806-2.167,1.006,1.871,1.759,3.454,2.672,4.941,3.215,5.243,8.318,6.336,13.224,2.752,1.299-.949,2.353-2.26,3.424-3.489.719-.83,1.27-1.807,2.124-3.05,1.068,1.691,1.871,3.101,2.807,4.419,3.155,4.441,8.494,5.043,12.442,1.302,2.089-1.979,3.952-4.198,6.172-6.584.627,1.096,1.136,2.064,1.719,2.986.602.951,1.142,1.996,1.942,2.755,3.21,3.043,7.074,3.309,11.056.365,2.458-1.817,4.47-4.236,6.836-6.533.755,1.248,1.477,2.716,2.448,3.997,3.622,4.784,8.426,5.587,12.607.549.757-.911,1.596-1.753,2.353-2.578,1.454,1.55,2.469,2.865,3.711,3.912,5.002,4.219,8.944,3.934,13.27-2.136.506-.711.78-1.586,1.176-2.379.382-.765.783-1.521,1.541-2.99.874,2.334,1.451,4.074,2.168,5.755,1.702,3.994,6.442,5.64,10.143,3.494,2.768-1.605,5.253-3.522,6.5-6.657.308-.772.836-1.457,1.589-2.739.651,2.979,1.02,5.349,1.7,7.626,1.522,5.098,5.013,6.46,9.664,3.988,3.101-1.648,5.598-3.829,7.216-7.026.682-1.349,1.259-2.929,3.196-3.982.998,5.634,3.528,10.034,9.139,10.643,6.715.728,10.046-4.2,12.62-9.428.348.089.5.08.557.15.238.288.563.569.65.906,1.16,4.485,4.374,6.659,8.592,7.896,1.194.35,2.755.213,4.01-.003,4.73-.812,6.243-3.315,8.007-6.632.373-.701.914-1.312,1.594-2.268.518,1.056.905,1.692,1.154,2.379,1.972,5.176,5.576,7.786,9.711,7.862,2.115.039,6.165-.694,8.372-3.633,1.575-2.095,1.068-3.801,2.663-6.1.512,1.249.891,2.312,1.374,3.328,2.666,5.606,5.497,7.049,11.59,5.856,2.878-.563,5.064-2.224,6.752-4.572.984-1.37,1.939-2.763,3.019-4.306,3.185,7.172,2.621,8.215,8.784,10.174,5.006,1.59,8.046.468,11.62-3.002,1.798-1.746,2.762-4.221,4.151-6.33.433-.658.966-1.25,1.643-2.113.962,2.385,1.687,4.378,2.565,6.302.95,2.081,2.644,3.597,4.861,3.883,6.077.785,10.05-.603,12.351-5.715.592-1.32,1.258-2.608,2.104-4.356.555.914.916,1.282,1.02,1.712,1.264,5.178,4.588,7.279,8.898,9.245.736.336,4.32.099,5.099-.14,4.352-1.332,6.422-3.135,8.675-7.331.579-1.076,1.216-2.121,1.929-3.358,2.675,4.714,5.926,8.428,11.483,8.526,5.893.104,9.053-3.801,11.525-9.896,1.677,7.754,6.441,11.178,12.687,12.055,7.304,1.025,10.4-4.356,12.876-10.588.634,1.122,1.003,1.738,1.34,2.371,3.042,5.695,9.506,9.729,16.272,4.125,2.177-1.803,4.304-3.667,6.426-5.479.825,1.372,1.546,2.854,2.53,4.132.996,1.295,2.168,2.493,3.425,3.537.829.688,1.953,1.466,2.935,1.454,4.829-.062,11.215-2.273,12.713-8.22.186-.739.735-1.387,1.303-2.417,1.385,2.078,2.793,3.629,3.557,5.449,1.883,4.495,5.081,6.45,9.924,6.867,6.803.584,12.337-2.299,14.906-8.497.303-.729.749-1.399,1.314-2.436.424.903.639,1.349.845,1.798,4.164,9.107,12.045,10.729,19.465,3.976,1.439-1.309,2.774-2.732,4.343-4.287,2.333,5.369,4.742,10.224,11.559,10.098,7.553-.139,12.008-3.992,13.835-11.67,1.818,2.847,2.955,5.141,4.566,7.034,3.005,3.532,8.895,5.728,13.62,2.699,3.671-2.352,6.982-5.07,7.826-9.749.096-.53.501-1.005,1.021-1.999.821,2.145,1.42,3.791,2.078,5.411,1.697,4.187,7.287,8.039,11.175,7.981,6.043-.09,13.404-6.853,13.36-13.019.109.109.107-6.616.101-7.312ZM92.919,9.854c.1-.032.201-.063.301-.095.91.787.803,2.355,2.921,2.526.965-.072,1.56-1.368,1.949-2.04-.203,2.745-1.139,4.116-2.594,4.432-.473.103-1.022-.343-1.481-.681-.913-.672-1.14-2.724-1.095-4.142ZM92.245,10.066l.199-.063c-.037.11-.067.222-.065.332.033,1.431.377,2.742,1.026,3.848.877,1.495,2.168,1.725,3.392.746,1.213-.971,1.629-2.445,1.8-4.189.763,2.52-.045,4.889-1.935,5.716-2.319,1.014-4.074.118-4.388-2.376-.166-1.318-.029-2.674-.029-4.012ZM87.949,9.995h1.982c.204,1.42.378,2.77.594,4.113.532,3.279,1.615,4.521,4.004,4.631,3.438.159,4.959-.878,5.814-4.077.388-1.452.645-2.939,1.069-4.902.108.017.204.031.307.047-.399,6.27-2.938,9.34-6.936,10.033-1.251.216-2.704-.726-3.919-1.441-2.318-1.365-2.969-5.427-2.914-8.404ZM97.396,21.72c-2.378,1.596-4.847,2.625-7.761.961-2.885-1.647-3.766-4.334-3.996-7.271-.133-1.703.371-3.457.616-5.416h.434c-.089.219-.157.445-.15.662.088,3.025.998,5.798,2.714,8.137,2.321,3.161,5.737,3.648,8.974,1.578,3.635-2.326,4.577-6.004,4.922-10.344.362.056.725.111,1.122.172-.99,4.839-2.873,8.836-6.874,11.522ZM133.531,12.834c1.238-.104,1.844-.835,2.366-1.619-.29,1.943-1.314,2.917-2.857,3.151-.526.08-1.138-.268-1.649-.532-.919-.474-1.215-1.833-1.227-2.906.717.858,1.729,1.918,3.368,1.906ZM129.062,11.095c.064,1.06.94,2.467,1.63,3.292.976,1.167,2.434.939,3.796.175,1.591-.893,1.954-2.328,2.085-4.014.364,3.189-1.506,5.484-3.499,6.545-1.227.653-2.505.428-3.026-.935-.519-1.359-1.142-2.499-.986-5.064ZM127.815,12.054c.063,1.496.644,3.188,1.128,4.58,1.119,3.215,3.982,3.855,6.025,1.191,1.635-2.133,3.269-6.885,3.92-7.438.072-.025.125-.044.184-.065-.547,6.203-2.856,9.281-6.388,10.005-1.165.238-2.519-.799-3.651-1.587-2.042-1.421-2.696-5.501-2.717-8.713,1.274-.177,1.417.088,1.499,2.027ZM119.451,10.609c.351-.087.669-.152.961-.197-.42,4.11-1.661,6.744-3.549,8.149.111-.116.227-.218.333-.352,1.047-1.323,1.657-3.054,2.203-4.69.297-.896.053-1.972.053-2.91ZM112.503,9.552c.223,1.075.263,1.679.483,2.209.212.51.555,1.258.941,1.324.429.075,1.119-.396,1.424-.824.39-.546.507-1.287.981-2.61.376.722.633,1.424.8,2.1-.347,2.213-1.211,3.363-2.46,3.659-.471.111-1.019-.373-1.477-.74-.841-.674-1.098-2.628-1.098-4.136.118-.326.248-.654.406-.982ZM111.687,12.053c.153,1.026.447,1.98.9,2.82.874,1.622,2.161,1.873,3.381.81.67-.584,1.09-1.341,1.367-2.217-.011,1.481-.544,2.739-1.529,3.59-1.066.92-2.07.71-3.017-.149-1.067-.971-1.477-2.799-1.102-4.854ZM109.187,9.684c.2,1.939.139,3.355.531,4.634.425,1.391,1.051,2.841,1.98,3.931.746.874,1.603,1.339,2.464,1.432-1.063.085-2.264-.831-3.279-1.547-1.862-1.313-2.511-4.977-2.581-8.007.284-.13.586-.271.885-.442ZM122.911,12.621c-.17,2.297-4.685,9.544-7.762,10.175-1.508.309-2.718.317-3.871-.61-2.327-1.875-3.966-4.305-4.725-7.144-.33-1.23.06-2.748.453-4.033.018-.058.05-.112.089-.164.2,2.849.986,5.466,2.359,7.708,2.06,3.361,5.092,3.88,7.966,1.677,2.954-2.265,3.903-5.737,4.277-9.849.972.162,1.315.875,1.214,2.24ZM141.22,11.554c-.907,2.492-1.688,5.051-2.856,7.418-1.205,2.439-3.161,4.576-5.995,4.67-3.099.103-5.517-1.778-6.989-4.473-.554-1.014-.551-2.416-.538-3.638.013-1.11.149-2.229.299-3.472.3,2.614,1.094,5.023,2.392,7.115,2.162,3.481,5.344,4.019,8.359,1.737,3.228-2.442,4.175-6.24,4.534-10.731.215.023.437.088.676.299.233.428.224.78.118,1.074ZM379.196,11.178c.202-.036.396-.07.611-.107,1.044,1.121-.074,2.625,2.287,3.549,4.29,1.679,3.532-1.718,4.6-3.024.694,0,.762-.046,1.292-.075-.296,3.594-1.9,5.379-4.421,5.783-.802.128-1.734-.43-2.513-.854-1.57-.855-1.945-3.492-1.856-5.271ZM377.707,11.439c.236-.042.491-.086.745-.13-.091.176-.18.368-.174.55.056,1.794.64,3.438,1.74,4.825,1.488,1.874,3.678,2.163,5.753.935,2.325-1.376,2.927-3.555,3.149-6.12.07,0,.123-.001.2-.001-.209,5.128-2.746,7.975-6.452,7.853-3.622-.12-5.194-2.531-4.962-7.911ZM375.154,11.344c.627,7.2,2.548,9.472,7.572,9.85,4.538.342,7.519-1.963,8.61-9.655.829-.091,1.488-.145,2.015-.146-1.007,6.634-4.397,9.953-9.452,10.763-1.745.279-3.773-.936-5.469-1.859-2.727-1.485-3.798-5.444-4.022-8.953h.746ZM393.142,19.517c-1.589,3.794-4.405,6.272-8.602,6.278-4.12.005-7.682-1.857-9.829-5.387-1.544-2.539-2.488-5.493-2.254-9.064h.01c.298,3.499,1.536,6.714,3.716,9.462,3.238,4.079,8.005,4.709,12.523,2.036,2.832-1.676,4.486-3.899,5.484-6.507-.3,1.081-.618,2.155-1.047,3.182ZM414.987,20.037c-1.208.643-2.181,1.709-3.336,2.47-4.181,2.759-8.361,2.052-11.149-2.104-1.748-2.607-2.463-5.644-2.776-8.943,2.596-.193,2.568,1.718,2.703,2.973.271,2.51,1.799,4.108,3.463,5.655,1.491,1.388,3.203,1.75,5.245,1.123,3.973-1.22,6.217-4.114,7.812-7.675.447-.995.47-2.307,2.421-1.7-.627,3.241-1.021,6.412-4.383,8.202ZM533.185,10.997c-.173,1.229-.558,2.248-.371,3.149.172.829.811,1.948,1.509,2.195,1.191.422,2.259-.441,2.531-1.653.237-1.046.05-2.188.05-3.664,1.573,0,1.194.19,2.811.19-.109,2.625.419,4.187-1.203,5.797-1.753,1.742-3.68,2.312-5.469.109-2.503-3.08-1.203-2.297-1.75-6.454.871.078.788.23,1.894.33ZM528.272,10.792c.604,3.928.151,4.911,3.248,8.839,1.195,1.516,3.112,2.13,4.835,1.737,4.306-.982,6.648-1.889,7.63-10.425.609-.029,1.421-.092,2.272-.155-.756,7.472-4.242,11.161-9.606,12.021-1.745.279-3.773-.936-5.469-1.859-2.992-1.629-3.993-6.237-4.065-9.96.39-.057.797-.121,1.156-.197ZM541.402,25.184c-4.518,2.673-9.285,2.043-12.523-2.036-2.395-3.019-3.665-6.597-3.787-10.501-.007-.212.047-.432.126-.648.299,3.499,1.536,6.712,3.716,9.459,3.238,4.079,8.005,4.708,12.523,2.036,4.916-2.91,6.3-7.46,6.818-12.838.028-.001.057-.003.085-.004-.405,6.114-1.532,11.321-6.958,14.532ZM555.066,12.829c.022,4.02,3.807,7.087,7.728,7.727,3.418.557,4.609-.591,7.445-3.545,1.462-1.522,1.805-3.502,2.596-6.016.048.046.099.09.149.134-.691,7.589-4.054,11.323-9.245,12.19-1.676.279-3.624-.936-5.252-1.86-3.032-1.719-3.934-6.753-3.907-10.565h.381c.043.745.105,1.34.107,1.935ZM573.344,20.301c-2.016,2.205-4.058,4.664-6.611,6.041-5.014,2.703-10.244-1.333-12.111-4.841-1.671-3.139-2.63-6.523-2.746-10.608h.913c-.061.192-.105.386-.099.574.117,3.904,1.337,7.482,3.637,10.501,3.11,4.079,7.688,4.708,12.027,2.036,4.071-2.508,5.617-6.238,6.287-10.664.383,2.445.522,4.974-1.295,6.961Z"/></svg>');
    background-repeat: repeat-x;
    background-size: auto 40px;
}
.footer-1 {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 576.789 29.497"><defs><style>.st0 {fill: %23f6eef3;fill-rule: evenodd;}</style></defs><path class="st0" d="M576.787,8.87V0H0l.011,9.696c-.047,1.2.154,5.32.154,5.32.046,9.426,5.642,10.808,9.685,11.837,6.126.497,11.503-2.895,11.837-5.132.173-1.158.579-2.318.693-4.064.701,1.377.97,2.078,1.38,2.685,4.502,6.682,7.516,5.945,12.382,2.178,1.06-.82,1.756-2.107,2.627-3.173.526-.646,1.066-1.28,1.806-2.167,1.006,1.871,1.759,3.454,2.672,4.941,3.215,5.243,8.318,6.336,13.224,2.752,1.299-.949,2.353-2.26,3.424-3.489.719-.83,1.27-1.807,2.124-3.05,1.068,1.691,1.871,3.101,2.807,4.419,3.155,4.441,8.494,5.043,12.442,1.302,2.089-1.979,3.952-4.198,6.172-6.584.627,1.096,1.136,2.064,1.719,2.986.602.951,1.142,1.996,1.942,2.755,3.21,3.043,7.074,3.309,11.056.365,2.458-1.817,4.47-4.236,6.836-6.533.755,1.248,1.477,2.716,2.448,3.997,3.622,4.784,8.426,5.587,12.607.549.757-.911,1.596-1.753,2.353-2.578,1.454,1.55,2.469,2.865,3.711,3.912,5.002,4.219,8.944,3.934,13.27-2.136.506-.711.78-1.586,1.176-2.379.382-.765.783-1.521,1.541-2.99.874,2.334,1.451,4.074,2.168,5.755,1.702,3.994,6.442,5.64,10.143,3.494,2.768-1.605,5.253-3.522,6.5-6.657.308-.772.836-1.457,1.589-2.739.651,2.979,1.02,5.349,1.7,7.626,1.522,5.098,5.013,6.46,9.664,3.988,3.101-1.648,5.598-3.829,7.216-7.026.682-1.349,1.259-2.929,3.196-3.982.998,5.634,3.528,10.034,9.139,10.643,6.715.728,10.046-4.2,12.62-9.428.348.089.5.08.557.15.238.288.563.569.65.906,1.16,4.485,4.374,6.659,8.592,7.896,1.194.35,2.755.213,4.01-.003,4.73-.812,6.243-3.315,8.007-6.632.373-.701.914-1.312,1.594-2.268.518,1.056.905,1.692,1.154,2.379,1.972,5.176,5.576,7.786,9.711,7.862,2.115.039,6.165-.694,8.372-3.633,1.575-2.095,1.068-3.801,2.663-6.1.512,1.249.891,2.312,1.374,3.328,2.666,5.606,5.497,7.049,11.59,5.856,2.878-.563,5.064-2.224,6.752-4.572.984-1.37,1.939-2.763,3.019-4.306,3.185,7.172,2.621,8.215,8.784,10.174,5.006,1.59,8.046.468,11.62-3.002,1.798-1.746,2.762-4.221,4.151-6.33.433-.658.966-1.25,1.643-2.113.962,2.385,1.687,4.378,2.565,6.302.95,2.081,2.644,3.597,4.861,3.883,6.077.785,10.05-.603,12.351-5.715.592-1.32,1.258-2.608,2.104-4.356.555.914.916,1.282,1.02,1.712,1.264,5.178,4.588,7.279,8.898,9.245.736.336,4.32.099,5.099-.14,4.352-1.332,6.422-3.135,8.675-7.331.579-1.076,1.216-2.121,1.929-3.358,2.675,4.714,5.926,8.428,11.483,8.526,5.893.104,9.053-3.801,11.525-9.896,1.677,7.754,6.441,11.178,12.687,12.055,7.304,1.025,10.4-4.356,12.876-10.588.634,1.122,1.003,1.738,1.34,2.371,3.042,5.695,9.506,9.729,16.272,4.125,2.177-1.803,4.304-3.667,6.426-5.479.825,1.372,1.546,2.854,2.53,4.132.996,1.295,2.168,2.493,3.425,3.537.829.688,1.953,1.466,2.935,1.454,4.829-.062,11.215-2.273,12.713-8.22.186-.739.735-1.387,1.303-2.417,1.385,2.078,2.793,3.629,3.557,5.449,1.883,4.495,5.081,6.45,9.924,6.867,6.803.584,12.337-2.299,14.906-8.497.303-.729.749-1.399,1.314-2.436.424.903.639,1.349.845,1.798,4.164,9.107,12.045,10.729,19.465,3.976,1.439-1.309,2.774-2.732,4.343-4.287,2.333,5.369,4.742,10.224,11.559,10.098,7.553-.139,12.008-3.992,13.835-11.67,1.818,2.847,2.955,5.141,4.566,7.034,3.005,3.532,8.895,5.728,13.62,2.699,3.671-2.352,6.982-5.07,7.826-9.749.096-.53.501-1.005,1.021-1.999.821,2.145,1.42,3.791,2.078,5.411,1.697,4.187,7.287,8.039,11.175,7.981,6.043-.09,13.404-6.853,13.36-13.019.109.109.107-6.616.101-7.312ZM92.919,9.854c.1-.032.201-.063.301-.095.91.787.803,2.355,2.921,2.526.965-.072,1.56-1.368,1.949-2.04-.203,2.745-1.139,4.116-2.594,4.432-.473.103-1.022-.343-1.481-.681-.913-.672-1.14-2.724-1.095-4.142ZM92.245,10.066l.199-.063c-.037.11-.067.222-.065.332.033,1.431.377,2.742,1.026,3.848.877,1.495,2.168,1.725,3.392.746,1.213-.971,1.629-2.445,1.8-4.189.763,2.52-.045,4.889-1.935,5.716-2.319,1.014-4.074.118-4.388-2.376-.166-1.318-.029-2.674-.029-4.012ZM87.949,9.995h1.982c.204,1.42.378,2.77.594,4.113.532,3.279,1.615,4.521,4.004,4.631,3.438.159,4.959-.878,5.814-4.077.388-1.452.645-2.939,1.069-4.902.108.017.204.031.307.047-.399,6.27-2.938,9.34-6.936,10.033-1.251.216-2.704-.726-3.919-1.441-2.318-1.365-2.969-5.427-2.914-8.404ZM97.396,21.72c-2.378,1.596-4.847,2.625-7.761.961-2.885-1.647-3.766-4.334-3.996-7.271-.133-1.703.371-3.457.616-5.416h.434c-.089.219-.157.445-.15.662.088,3.025.998,5.798,2.714,8.137,2.321,3.161,5.737,3.648,8.974,1.578,3.635-2.326,4.577-6.004,4.922-10.344.362.056.725.111,1.122.172-.99,4.839-2.873,8.836-6.874,11.522ZM133.531,12.834c1.238-.104,1.844-.835,2.366-1.619-.29,1.943-1.314,2.917-2.857,3.151-.526.08-1.138-.268-1.649-.532-.919-.474-1.215-1.833-1.227-2.906.717.858,1.729,1.918,3.368,1.906ZM129.062,11.095c.064,1.06.94,2.467,1.63,3.292.976,1.167,2.434.939,3.796.175,1.591-.893,1.954-2.328,2.085-4.014.364,3.189-1.506,5.484-3.499,6.545-1.227.653-2.505.428-3.026-.935-.519-1.359-1.142-2.499-.986-5.064ZM127.815,12.054c.063,1.496.644,3.188,1.128,4.58,1.119,3.215,3.982,3.855,6.025,1.191,1.635-2.133,3.269-6.885,3.92-7.438.072-.025.125-.044.184-.065-.547,6.203-2.856,9.281-6.388,10.005-1.165.238-2.519-.799-3.651-1.587-2.042-1.421-2.696-5.501-2.717-8.713,1.274-.177,1.417.088,1.499,2.027ZM119.451,10.609c.351-.087.669-.152.961-.197-.42,4.11-1.661,6.744-3.549,8.149.111-.116.227-.218.333-.352,1.047-1.323,1.657-3.054,2.203-4.69.297-.896.053-1.972.053-2.91ZM112.503,9.552c.223,1.075.263,1.679.483,2.209.212.51.555,1.258.941,1.324.429.075,1.119-.396,1.424-.824.39-.546.507-1.287.981-2.61.376.722.633,1.424.8,2.1-.347,2.213-1.211,3.363-2.46,3.659-.471.111-1.019-.373-1.477-.74-.841-.674-1.098-2.628-1.098-4.136.118-.326.248-.654.406-.982ZM111.687,12.053c.153,1.026.447,1.98.9,2.82.874,1.622,2.161,1.873,3.381.81.67-.584,1.09-1.341,1.367-2.217-.011,1.481-.544,2.739-1.529,3.59-1.066.92-2.07.71-3.017-.149-1.067-.971-1.477-2.799-1.102-4.854ZM109.187,9.684c.2,1.939.139,3.355.531,4.634.425,1.391,1.051,2.841,1.98,3.931.746.874,1.603,1.339,2.464,1.432-1.063.085-2.264-.831-3.279-1.547-1.862-1.313-2.511-4.977-2.581-8.007.284-.13.586-.271.885-.442ZM122.911,12.621c-.17,2.297-4.685,9.544-7.762,10.175-1.508.309-2.718.317-3.871-.61-2.327-1.875-3.966-4.305-4.725-7.144-.33-1.23.06-2.748.453-4.033.018-.058.05-.112.089-.164.2,2.849.986,5.466,2.359,7.708,2.06,3.361,5.092,3.88,7.966,1.677,2.954-2.265,3.903-5.737,4.277-9.849.972.162,1.315.875,1.214,2.24ZM141.22,11.554c-.907,2.492-1.688,5.051-2.856,7.418-1.205,2.439-3.161,4.576-5.995,4.67-3.099.103-5.517-1.778-6.989-4.473-.554-1.014-.551-2.416-.538-3.638.013-1.11.149-2.229.299-3.472.3,2.614,1.094,5.023,2.392,7.115,2.162,3.481,5.344,4.019,8.359,1.737,3.228-2.442,4.175-6.24,4.534-10.731.215.023.437.088.676.299.233.428.224.78.118,1.074ZM379.196,11.178c.202-.036.396-.07.611-.107,1.044,1.121-.074,2.625,2.287,3.549,4.29,1.679,3.532-1.718,4.6-3.024.694,0,.762-.046,1.292-.075-.296,3.594-1.9,5.379-4.421,5.783-.802.128-1.734-.43-2.513-.854-1.57-.855-1.945-3.492-1.856-5.271ZM377.707,11.439c.236-.042.491-.086.745-.13-.091.176-.18.368-.174.55.056,1.794.64,3.438,1.74,4.825,1.488,1.874,3.678,2.163,5.753.935,2.325-1.376,2.927-3.555,3.149-6.12.07,0,.123-.001.2-.001-.209,5.128-2.746,7.975-6.452,7.853-3.622-.12-5.194-2.531-4.962-7.911ZM375.154,11.344c.627,7.2,2.548,9.472,7.572,9.85,4.538.342,7.519-1.963,8.61-9.655.829-.091,1.488-.145,2.015-.146-1.007,6.634-4.397,9.953-9.452,10.763-1.745.279-3.773-.936-5.469-1.859-2.727-1.485-3.798-5.444-4.022-8.953h.746ZM393.142,19.517c-1.589,3.794-4.405,6.272-8.602,6.278-4.12.005-7.682-1.857-9.829-5.387-1.544-2.539-2.488-5.493-2.254-9.064h.01c.298,3.499,1.536,6.714,3.716,9.462,3.238,4.079,8.005,4.709,12.523,2.036,2.832-1.676,4.486-3.899,5.484-6.507-.3,1.081-.618,2.155-1.047,3.182ZM414.987,20.037c-1.208.643-2.181,1.709-3.336,2.47-4.181,2.759-8.361,2.052-11.149-2.104-1.748-2.607-2.463-5.644-2.776-8.943,2.596-.193,2.568,1.718,2.703,2.973.271,2.51,1.799,4.108,3.463,5.655,1.491,1.388,3.203,1.75,5.245,1.123,3.973-1.22,6.217-4.114,7.812-7.675.447-.995.47-2.307,2.421-1.7-.627,3.241-1.021,6.412-4.383,8.202ZM533.185,10.997c-.173,1.229-.558,2.248-.371,3.149.172.829.811,1.948,1.509,2.195,1.191.422,2.259-.441,2.531-1.653.237-1.046.05-2.188.05-3.664,1.573,0,1.194.19,2.811.19-.109,2.625.419,4.187-1.203,5.797-1.753,1.742-3.68,2.312-5.469.109-2.503-3.08-1.203-2.297-1.75-6.454.871.078.788.23,1.894.33ZM528.272,10.792c.604,3.928.151,4.911,3.248,8.839,1.195,1.516,3.112,2.13,4.835,1.737,4.306-.982,6.648-1.889,7.63-10.425.609-.029,1.421-.092,2.272-.155-.756,7.472-4.242,11.161-9.606,12.021-1.745.279-3.773-.936-5.469-1.859-2.992-1.629-3.993-6.237-4.065-9.96.39-.057.797-.121,1.156-.197ZM541.402,25.184c-4.518,2.673-9.285,2.043-12.523-2.036-2.395-3.019-3.665-6.597-3.787-10.501-.007-.212.047-.432.126-.648.299,3.499,1.536,6.712,3.716,9.459,3.238,4.079,8.005,4.708,12.523,2.036,4.916-2.91,6.3-7.46,6.818-12.838.028-.001.057-.003.085-.004-.405,6.114-1.532,11.321-6.958,14.532ZM555.066,12.829c.022,4.02,3.807,7.087,7.728,7.727,3.418.557,4.609-.591,7.445-3.545,1.462-1.522,1.805-3.502,2.596-6.016.048.046.099.09.149.134-.691,7.589-4.054,11.323-9.245,12.19-1.676.279-3.624-.936-5.252-1.86-3.032-1.719-3.934-6.753-3.907-10.565h.381c.043.745.105,1.34.107,1.935ZM573.344,20.301c-2.016,2.205-4.058,4.664-6.611,6.041-5.014,2.703-10.244-1.333-12.111-4.841-1.671-3.139-2.63-6.523-2.746-10.608h.913c-.061.192-.105.386-.099.574.117,3.904,1.337,7.482,3.637,10.501,3.11,4.079,7.688,4.708,12.027,2.036,4.071-2.508,5.617-6.238,6.287-10.664.383,2.445.522,4.974-1.295,6.961Z"/></svg>');
}
.footer-2 {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 576.789 29.497"><defs><style>.st0 {fill: %23f7f5ff;fill-rule: evenodd;}</style></defs><path class="st0" d="M576.787,8.87V0H0l.011,9.696c-.047,1.2.154,5.32.154,5.32.046,9.426,5.642,10.808,9.685,11.837,6.126.497,11.503-2.895,11.837-5.132.173-1.158.579-2.318.693-4.064.701,1.377.97,2.078,1.38,2.685,4.502,6.682,7.516,5.945,12.382,2.178,1.06-.82,1.756-2.107,2.627-3.173.526-.646,1.066-1.28,1.806-2.167,1.006,1.871,1.759,3.454,2.672,4.941,3.215,5.243,8.318,6.336,13.224,2.752,1.299-.949,2.353-2.26,3.424-3.489.719-.83,1.27-1.807,2.124-3.05,1.068,1.691,1.871,3.101,2.807,4.419,3.155,4.441,8.494,5.043,12.442,1.302,2.089-1.979,3.952-4.198,6.172-6.584.627,1.096,1.136,2.064,1.719,2.986.602.951,1.142,1.996,1.942,2.755,3.21,3.043,7.074,3.309,11.056.365,2.458-1.817,4.47-4.236,6.836-6.533.755,1.248,1.477,2.716,2.448,3.997,3.622,4.784,8.426,5.587,12.607.549.757-.911,1.596-1.753,2.353-2.578,1.454,1.55,2.469,2.865,3.711,3.912,5.002,4.219,8.944,3.934,13.27-2.136.506-.711.78-1.586,1.176-2.379.382-.765.783-1.521,1.541-2.99.874,2.334,1.451,4.074,2.168,5.755,1.702,3.994,6.442,5.64,10.143,3.494,2.768-1.605,5.253-3.522,6.5-6.657.308-.772.836-1.457,1.589-2.739.651,2.979,1.02,5.349,1.7,7.626,1.522,5.098,5.013,6.46,9.664,3.988,3.101-1.648,5.598-3.829,7.216-7.026.682-1.349,1.259-2.929,3.196-3.982.998,5.634,3.528,10.034,9.139,10.643,6.715.728,10.046-4.2,12.62-9.428.348.089.5.08.557.15.238.288.563.569.65.906,1.16,4.485,4.374,6.659,8.592,7.896,1.194.35,2.755.213,4.01-.003,4.73-.812,6.243-3.315,8.007-6.632.373-.701.914-1.312,1.594-2.268.518,1.056.905,1.692,1.154,2.379,1.972,5.176,5.576,7.786,9.711,7.862,2.115.039,6.165-.694,8.372-3.633,1.575-2.095,1.068-3.801,2.663-6.1.512,1.249.891,2.312,1.374,3.328,2.666,5.606,5.497,7.049,11.59,5.856,2.878-.563,5.064-2.224,6.752-4.572.984-1.37,1.939-2.763,3.019-4.306,3.185,7.172,2.621,8.215,8.784,10.174,5.006,1.59,8.046.468,11.62-3.002,1.798-1.746,2.762-4.221,4.151-6.33.433-.658.966-1.25,1.643-2.113.962,2.385,1.687,4.378,2.565,6.302.95,2.081,2.644,3.597,4.861,3.883,6.077.785,10.05-.603,12.351-5.715.592-1.32,1.258-2.608,2.104-4.356.555.914.916,1.282,1.02,1.712,1.264,5.178,4.588,7.279,8.898,9.245.736.336,4.32.099,5.099-.14,4.352-1.332,6.422-3.135,8.675-7.331.579-1.076,1.216-2.121,1.929-3.358,2.675,4.714,5.926,8.428,11.483,8.526,5.893.104,9.053-3.801,11.525-9.896,1.677,7.754,6.441,11.178,12.687,12.055,7.304,1.025,10.4-4.356,12.876-10.588.634,1.122,1.003,1.738,1.34,2.371,3.042,5.695,9.506,9.729,16.272,4.125,2.177-1.803,4.304-3.667,6.426-5.479.825,1.372,1.546,2.854,2.53,4.132.996,1.295,2.168,2.493,3.425,3.537.829.688,1.953,1.466,2.935,1.454,4.829-.062,11.215-2.273,12.713-8.22.186-.739.735-1.387,1.303-2.417,1.385,2.078,2.793,3.629,3.557,5.449,1.883,4.495,5.081,6.45,9.924,6.867,6.803.584,12.337-2.299,14.906-8.497.303-.729.749-1.399,1.314-2.436.424.903.639,1.349.845,1.798,4.164,9.107,12.045,10.729,19.465,3.976,1.439-1.309,2.774-2.732,4.343-4.287,2.333,5.369,4.742,10.224,11.559,10.098,7.553-.139,12.008-3.992,13.835-11.67,1.818,2.847,2.955,5.141,4.566,7.034,3.005,3.532,8.895,5.728,13.62,2.699,3.671-2.352,6.982-5.07,7.826-9.749.096-.53.501-1.005,1.021-1.999.821,2.145,1.42,3.791,2.078,5.411,1.697,4.187,7.287,8.039,11.175,7.981,6.043-.09,13.404-6.853,13.36-13.019.109.109.107-6.616.101-7.312ZM92.919,9.854c.1-.032.201-.063.301-.095.91.787.803,2.355,2.921,2.526.965-.072,1.56-1.368,1.949-2.04-.203,2.745-1.139,4.116-2.594,4.432-.473.103-1.022-.343-1.481-.681-.913-.672-1.14-2.724-1.095-4.142ZM92.245,10.066l.199-.063c-.037.11-.067.222-.065.332.033,1.431.377,2.742,1.026,3.848.877,1.495,2.168,1.725,3.392.746,1.213-.971,1.629-2.445,1.8-4.189.763,2.52-.045,4.889-1.935,5.716-2.319,1.014-4.074.118-4.388-2.376-.166-1.318-.029-2.674-.029-4.012ZM87.949,9.995h1.982c.204,1.42.378,2.77.594,4.113.532,3.279,1.615,4.521,4.004,4.631,3.438.159,4.959-.878,5.814-4.077.388-1.452.645-2.939,1.069-4.902.108.017.204.031.307.047-.399,6.27-2.938,9.34-6.936,10.033-1.251.216-2.704-.726-3.919-1.441-2.318-1.365-2.969-5.427-2.914-8.404ZM97.396,21.72c-2.378,1.596-4.847,2.625-7.761.961-2.885-1.647-3.766-4.334-3.996-7.271-.133-1.703.371-3.457.616-5.416h.434c-.089.219-.157.445-.15.662.088,3.025.998,5.798,2.714,8.137,2.321,3.161,5.737,3.648,8.974,1.578,3.635-2.326,4.577-6.004,4.922-10.344.362.056.725.111,1.122.172-.99,4.839-2.873,8.836-6.874,11.522ZM133.531,12.834c1.238-.104,1.844-.835,2.366-1.619-.29,1.943-1.314,2.917-2.857,3.151-.526.08-1.138-.268-1.649-.532-.919-.474-1.215-1.833-1.227-2.906.717.858,1.729,1.918,3.368,1.906ZM129.062,11.095c.064,1.06.94,2.467,1.63,3.292.976,1.167,2.434.939,3.796.175,1.591-.893,1.954-2.328,2.085-4.014.364,3.189-1.506,5.484-3.499,6.545-1.227.653-2.505.428-3.026-.935-.519-1.359-1.142-2.499-.986-5.064ZM127.815,12.054c.063,1.496.644,3.188,1.128,4.58,1.119,3.215,3.982,3.855,6.025,1.191,1.635-2.133,3.269-6.885,3.92-7.438.072-.025.125-.044.184-.065-.547,6.203-2.856,9.281-6.388,10.005-1.165.238-2.519-.799-3.651-1.587-2.042-1.421-2.696-5.501-2.717-8.713,1.274-.177,1.417.088,1.499,2.027ZM119.451,10.609c.351-.087.669-.152.961-.197-.42,4.11-1.661,6.744-3.549,8.149.111-.116.227-.218.333-.352,1.047-1.323,1.657-3.054,2.203-4.69.297-.896.053-1.972.053-2.91ZM112.503,9.552c.223,1.075.263,1.679.483,2.209.212.51.555,1.258.941,1.324.429.075,1.119-.396,1.424-.824.39-.546.507-1.287.981-2.61.376.722.633,1.424.8,2.1-.347,2.213-1.211,3.363-2.46,3.659-.471.111-1.019-.373-1.477-.74-.841-.674-1.098-2.628-1.098-4.136.118-.326.248-.654.406-.982ZM111.687,12.053c.153,1.026.447,1.98.9,2.82.874,1.622,2.161,1.873,3.381.81.67-.584,1.09-1.341,1.367-2.217-.011,1.481-.544,2.739-1.529,3.59-1.066.92-2.07.71-3.017-.149-1.067-.971-1.477-2.799-1.102-4.854ZM109.187,9.684c.2,1.939.139,3.355.531,4.634.425,1.391,1.051,2.841,1.98,3.931.746.874,1.603,1.339,2.464,1.432-1.063.085-2.264-.831-3.279-1.547-1.862-1.313-2.511-4.977-2.581-8.007.284-.13.586-.271.885-.442ZM122.911,12.621c-.17,2.297-4.685,9.544-7.762,10.175-1.508.309-2.718.317-3.871-.61-2.327-1.875-3.966-4.305-4.725-7.144-.33-1.23.06-2.748.453-4.033.018-.058.05-.112.089-.164.2,2.849.986,5.466,2.359,7.708,2.06,3.361,5.092,3.88,7.966,1.677,2.954-2.265,3.903-5.737,4.277-9.849.972.162,1.315.875,1.214,2.24ZM141.22,11.554c-.907,2.492-1.688,5.051-2.856,7.418-1.205,2.439-3.161,4.576-5.995,4.67-3.099.103-5.517-1.778-6.989-4.473-.554-1.014-.551-2.416-.538-3.638.013-1.11.149-2.229.299-3.472.3,2.614,1.094,5.023,2.392,7.115,2.162,3.481,5.344,4.019,8.359,1.737,3.228-2.442,4.175-6.24,4.534-10.731.215.023.437.088.676.299.233.428.224.78.118,1.074ZM379.196,11.178c.202-.036.396-.07.611-.107,1.044,1.121-.074,2.625,2.287,3.549,4.29,1.679,3.532-1.718,4.6-3.024.694,0,.762-.046,1.292-.075-.296,3.594-1.9,5.379-4.421,5.783-.802.128-1.734-.43-2.513-.854-1.57-.855-1.945-3.492-1.856-5.271ZM377.707,11.439c.236-.042.491-.086.745-.13-.091.176-.18.368-.174.55.056,1.794.64,3.438,1.74,4.825,1.488,1.874,3.678,2.163,5.753.935,2.325-1.376,2.927-3.555,3.149-6.12.07,0,.123-.001.2-.001-.209,5.128-2.746,7.975-6.452,7.853-3.622-.12-5.194-2.531-4.962-7.911ZM375.154,11.344c.627,7.2,2.548,9.472,7.572,9.85,4.538.342,7.519-1.963,8.61-9.655.829-.091,1.488-.145,2.015-.146-1.007,6.634-4.397,9.953-9.452,10.763-1.745.279-3.773-.936-5.469-1.859-2.727-1.485-3.798-5.444-4.022-8.953h.746ZM393.142,19.517c-1.589,3.794-4.405,6.272-8.602,6.278-4.12.005-7.682-1.857-9.829-5.387-1.544-2.539-2.488-5.493-2.254-9.064h.01c.298,3.499,1.536,6.714,3.716,9.462,3.238,4.079,8.005,4.709,12.523,2.036,2.832-1.676,4.486-3.899,5.484-6.507-.3,1.081-.618,2.155-1.047,3.182ZM414.987,20.037c-1.208.643-2.181,1.709-3.336,2.47-4.181,2.759-8.361,2.052-11.149-2.104-1.748-2.607-2.463-5.644-2.776-8.943,2.596-.193,2.568,1.718,2.703,2.973.271,2.51,1.799,4.108,3.463,5.655,1.491,1.388,3.203,1.75,5.245,1.123,3.973-1.22,6.217-4.114,7.812-7.675.447-.995.47-2.307,2.421-1.7-.627,3.241-1.021,6.412-4.383,8.202ZM533.185,10.997c-.173,1.229-.558,2.248-.371,3.149.172.829.811,1.948,1.509,2.195,1.191.422,2.259-.441,2.531-1.653.237-1.046.05-2.188.05-3.664,1.573,0,1.194.19,2.811.19-.109,2.625.419,4.187-1.203,5.797-1.753,1.742-3.68,2.312-5.469.109-2.503-3.08-1.203-2.297-1.75-6.454.871.078.788.23,1.894.33ZM528.272,10.792c.604,3.928.151,4.911,3.248,8.839,1.195,1.516,3.112,2.13,4.835,1.737,4.306-.982,6.648-1.889,7.63-10.425.609-.029,1.421-.092,2.272-.155-.756,7.472-4.242,11.161-9.606,12.021-1.745.279-3.773-.936-5.469-1.859-2.992-1.629-3.993-6.237-4.065-9.96.39-.057.797-.121,1.156-.197ZM541.402,25.184c-4.518,2.673-9.285,2.043-12.523-2.036-2.395-3.019-3.665-6.597-3.787-10.501-.007-.212.047-.432.126-.648.299,3.499,1.536,6.712,3.716,9.459,3.238,4.079,8.005,4.708,12.523,2.036,4.916-2.91,6.3-7.46,6.818-12.838.028-.001.057-.003.085-.004-.405,6.114-1.532,11.321-6.958,14.532ZM555.066,12.829c.022,4.02,3.807,7.087,7.728,7.727,3.418.557,4.609-.591,7.445-3.545,1.462-1.522,1.805-3.502,2.596-6.016.048.046.099.09.149.134-.691,7.589-4.054,11.323-9.245,12.19-1.676.279-3.624-.936-5.252-1.86-3.032-1.719-3.934-6.753-3.907-10.565h.381c.043.745.105,1.34.107,1.935ZM573.344,20.301c-2.016,2.205-4.058,4.664-6.611,6.041-5.014,2.703-10.244-1.333-12.111-4.841-1.671-3.139-2.63-6.523-2.746-10.608h.913c-.061.192-.105.386-.099.574.117,3.904,1.337,7.482,3.637,10.501,3.11,4.079,7.688,4.708,12.027,2.036,4.071-2.508,5.617-6.238,6.287-10.664.383,2.445.522,4.974-1.295,6.961Z"/></svg>');
}
.footer-3 {  
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 576.789 29.497"><defs><style>.st0 {fill: %23ffffff;fill-rule: evenodd;}</style></defs><path class="st0" d="M576.787,8.87V0H0l.011,9.696c-.047,1.2.154,5.32.154,5.32.046,9.426,5.642,10.808,9.685,11.837,6.126.497,11.503-2.895,11.837-5.132.173-1.158.579-2.318.693-4.064.701,1.377.97,2.078,1.38,2.685,4.502,6.682,7.516,5.945,12.382,2.178,1.06-.82,1.756-2.107,2.627-3.173.526-.646,1.066-1.28,1.806-2.167,1.006,1.871,1.759,3.454,2.672,4.941,3.215,5.243,8.318,6.336,13.224,2.752,1.299-.949,2.353-2.26,3.424-3.489.719-.83,1.27-1.807,2.124-3.05,1.068,1.691,1.871,3.101,2.807,4.419,3.155,4.441,8.494,5.043,12.442,1.302,2.089-1.979,3.952-4.198,6.172-6.584.627,1.096,1.136,2.064,1.719,2.986.602.951,1.142,1.996,1.942,2.755,3.21,3.043,7.074,3.309,11.056.365,2.458-1.817,4.47-4.236,6.836-6.533.755,1.248,1.477,2.716,2.448,3.997,3.622,4.784,8.426,5.587,12.607.549.757-.911,1.596-1.753,2.353-2.578,1.454,1.55,2.469,2.865,3.711,3.912,5.002,4.219,8.944,3.934,13.27-2.136.506-.711.78-1.586,1.176-2.379.382-.765.783-1.521,1.541-2.99.874,2.334,1.451,4.074,2.168,5.755,1.702,3.994,6.442,5.64,10.143,3.494,2.768-1.605,5.253-3.522,6.5-6.657.308-.772.836-1.457,1.589-2.739.651,2.979,1.02,5.349,1.7,7.626,1.522,5.098,5.013,6.46,9.664,3.988,3.101-1.648,5.598-3.829,7.216-7.026.682-1.349,1.259-2.929,3.196-3.982.998,5.634,3.528,10.034,9.139,10.643,6.715.728,10.046-4.2,12.62-9.428.348.089.5.08.557.15.238.288.563.569.65.906,1.16,4.485,4.374,6.659,8.592,7.896,1.194.35,2.755.213,4.01-.003,4.73-.812,6.243-3.315,8.007-6.632.373-.701.914-1.312,1.594-2.268.518,1.056.905,1.692,1.154,2.379,1.972,5.176,5.576,7.786,9.711,7.862,2.115.039,6.165-.694,8.372-3.633,1.575-2.095,1.068-3.801,2.663-6.1.512,1.249.891,2.312,1.374,3.328,2.666,5.606,5.497,7.049,11.59,5.856,2.878-.563,5.064-2.224,6.752-4.572.984-1.37,1.939-2.763,3.019-4.306,3.185,7.172,2.621,8.215,8.784,10.174,5.006,1.59,8.046.468,11.62-3.002,1.798-1.746,2.762-4.221,4.151-6.33.433-.658.966-1.25,1.643-2.113.962,2.385,1.687,4.378,2.565,6.302.95,2.081,2.644,3.597,4.861,3.883,6.077.785,10.05-.603,12.351-5.715.592-1.32,1.258-2.608,2.104-4.356.555.914.916,1.282,1.02,1.712,1.264,5.178,4.588,7.279,8.898,9.245.736.336,4.32.099,5.099-.14,4.352-1.332,6.422-3.135,8.675-7.331.579-1.076,1.216-2.121,1.929-3.358,2.675,4.714,5.926,8.428,11.483,8.526,5.893.104,9.053-3.801,11.525-9.896,1.677,7.754,6.441,11.178,12.687,12.055,7.304,1.025,10.4-4.356,12.876-10.588.634,1.122,1.003,1.738,1.34,2.371,3.042,5.695,9.506,9.729,16.272,4.125,2.177-1.803,4.304-3.667,6.426-5.479.825,1.372,1.546,2.854,2.53,4.132.996,1.295,2.168,2.493,3.425,3.537.829.688,1.953,1.466,2.935,1.454,4.829-.062,11.215-2.273,12.713-8.22.186-.739.735-1.387,1.303-2.417,1.385,2.078,2.793,3.629,3.557,5.449,1.883,4.495,5.081,6.45,9.924,6.867,6.803.584,12.337-2.299,14.906-8.497.303-.729.749-1.399,1.314-2.436.424.903.639,1.349.845,1.798,4.164,9.107,12.045,10.729,19.465,3.976,1.439-1.309,2.774-2.732,4.343-4.287,2.333,5.369,4.742,10.224,11.559,10.098,7.553-.139,12.008-3.992,13.835-11.67,1.818,2.847,2.955,5.141,4.566,7.034,3.005,3.532,8.895,5.728,13.62,2.699,3.671-2.352,6.982-5.07,7.826-9.749.096-.53.501-1.005,1.021-1.999.821,2.145,1.42,3.791,2.078,5.411,1.697,4.187,7.287,8.039,11.175,7.981,6.043-.09,13.404-6.853,13.36-13.019.109.109.107-6.616.101-7.312ZM92.919,9.854c.1-.032.201-.063.301-.095.91.787.803,2.355,2.921,2.526.965-.072,1.56-1.368,1.949-2.04-.203,2.745-1.139,4.116-2.594,4.432-.473.103-1.022-.343-1.481-.681-.913-.672-1.14-2.724-1.095-4.142ZM92.245,10.066l.199-.063c-.037.11-.067.222-.065.332.033,1.431.377,2.742,1.026,3.848.877,1.495,2.168,1.725,3.392.746,1.213-.971,1.629-2.445,1.8-4.189.763,2.52-.045,4.889-1.935,5.716-2.319,1.014-4.074.118-4.388-2.376-.166-1.318-.029-2.674-.029-4.012ZM87.949,9.995h1.982c.204,1.42.378,2.77.594,4.113.532,3.279,1.615,4.521,4.004,4.631,3.438.159,4.959-.878,5.814-4.077.388-1.452.645-2.939,1.069-4.902.108.017.204.031.307.047-.399,6.27-2.938,9.34-6.936,10.033-1.251.216-2.704-.726-3.919-1.441-2.318-1.365-2.969-5.427-2.914-8.404ZM97.396,21.72c-2.378,1.596-4.847,2.625-7.761.961-2.885-1.647-3.766-4.334-3.996-7.271-.133-1.703.371-3.457.616-5.416h.434c-.089.219-.157.445-.15.662.088,3.025.998,5.798,2.714,8.137,2.321,3.161,5.737,3.648,8.974,1.578,3.635-2.326,4.577-6.004,4.922-10.344.362.056.725.111,1.122.172-.99,4.839-2.873,8.836-6.874,11.522ZM133.531,12.834c1.238-.104,1.844-.835,2.366-1.619-.29,1.943-1.314,2.917-2.857,3.151-.526.08-1.138-.268-1.649-.532-.919-.474-1.215-1.833-1.227-2.906.717.858,1.729,1.918,3.368,1.906ZM129.062,11.095c.064,1.06.94,2.467,1.63,3.292.976,1.167,2.434.939,3.796.175,1.591-.893,1.954-2.328,2.085-4.014.364,3.189-1.506,5.484-3.499,6.545-1.227.653-2.505.428-3.026-.935-.519-1.359-1.142-2.499-.986-5.064ZM127.815,12.054c.063,1.496.644,3.188,1.128,4.58,1.119,3.215,3.982,3.855,6.025,1.191,1.635-2.133,3.269-6.885,3.92-7.438.072-.025.125-.044.184-.065-.547,6.203-2.856,9.281-6.388,10.005-1.165.238-2.519-.799-3.651-1.587-2.042-1.421-2.696-5.501-2.717-8.713,1.274-.177,1.417.088,1.499,2.027ZM119.451,10.609c.351-.087.669-.152.961-.197-.42,4.11-1.661,6.744-3.549,8.149.111-.116.227-.218.333-.352,1.047-1.323,1.657-3.054,2.203-4.69.297-.896.053-1.972.053-2.91ZM112.503,9.552c.223,1.075.263,1.679.483,2.209.212.51.555,1.258.941,1.324.429.075,1.119-.396,1.424-.824.39-.546.507-1.287.981-2.61.376.722.633,1.424.8,2.1-.347,2.213-1.211,3.363-2.46,3.659-.471.111-1.019-.373-1.477-.74-.841-.674-1.098-2.628-1.098-4.136.118-.326.248-.654.406-.982ZM111.687,12.053c.153,1.026.447,1.98.9,2.82.874,1.622,2.161,1.873,3.381.81.67-.584,1.09-1.341,1.367-2.217-.011,1.481-.544,2.739-1.529,3.59-1.066.92-2.07.71-3.017-.149-1.067-.971-1.477-2.799-1.102-4.854ZM109.187,9.684c.2,1.939.139,3.355.531,4.634.425,1.391,1.051,2.841,1.98,3.931.746.874,1.603,1.339,2.464,1.432-1.063.085-2.264-.831-3.279-1.547-1.862-1.313-2.511-4.977-2.581-8.007.284-.13.586-.271.885-.442ZM122.911,12.621c-.17,2.297-4.685,9.544-7.762,10.175-1.508.309-2.718.317-3.871-.61-2.327-1.875-3.966-4.305-4.725-7.144-.33-1.23.06-2.748.453-4.033.018-.058.05-.112.089-.164.2,2.849.986,5.466,2.359,7.708,2.06,3.361,5.092,3.88,7.966,1.677,2.954-2.265,3.903-5.737,4.277-9.849.972.162,1.315.875,1.214,2.24ZM141.22,11.554c-.907,2.492-1.688,5.051-2.856,7.418-1.205,2.439-3.161,4.576-5.995,4.67-3.099.103-5.517-1.778-6.989-4.473-.554-1.014-.551-2.416-.538-3.638.013-1.11.149-2.229.299-3.472.3,2.614,1.094,5.023,2.392,7.115,2.162,3.481,5.344,4.019,8.359,1.737,3.228-2.442,4.175-6.24,4.534-10.731.215.023.437.088.676.299.233.428.224.78.118,1.074ZM379.196,11.178c.202-.036.396-.07.611-.107,1.044,1.121-.074,2.625,2.287,3.549,4.29,1.679,3.532-1.718,4.6-3.024.694,0,.762-.046,1.292-.075-.296,3.594-1.9,5.379-4.421,5.783-.802.128-1.734-.43-2.513-.854-1.57-.855-1.945-3.492-1.856-5.271ZM377.707,11.439c.236-.042.491-.086.745-.13-.091.176-.18.368-.174.55.056,1.794.64,3.438,1.74,4.825,1.488,1.874,3.678,2.163,5.753.935,2.325-1.376,2.927-3.555,3.149-6.12.07,0,.123-.001.2-.001-.209,5.128-2.746,7.975-6.452,7.853-3.622-.12-5.194-2.531-4.962-7.911ZM375.154,11.344c.627,7.2,2.548,9.472,7.572,9.85,4.538.342,7.519-1.963,8.61-9.655.829-.091,1.488-.145,2.015-.146-1.007,6.634-4.397,9.953-9.452,10.763-1.745.279-3.773-.936-5.469-1.859-2.727-1.485-3.798-5.444-4.022-8.953h.746ZM393.142,19.517c-1.589,3.794-4.405,6.272-8.602,6.278-4.12.005-7.682-1.857-9.829-5.387-1.544-2.539-2.488-5.493-2.254-9.064h.01c.298,3.499,1.536,6.714,3.716,9.462,3.238,4.079,8.005,4.709,12.523,2.036,2.832-1.676,4.486-3.899,5.484-6.507-.3,1.081-.618,2.155-1.047,3.182ZM414.987,20.037c-1.208.643-2.181,1.709-3.336,2.47-4.181,2.759-8.361,2.052-11.149-2.104-1.748-2.607-2.463-5.644-2.776-8.943,2.596-.193,2.568,1.718,2.703,2.973.271,2.51,1.799,4.108,3.463,5.655,1.491,1.388,3.203,1.75,5.245,1.123,3.973-1.22,6.217-4.114,7.812-7.675.447-.995.47-2.307,2.421-1.7-.627,3.241-1.021,6.412-4.383,8.202ZM533.185,10.997c-.173,1.229-.558,2.248-.371,3.149.172.829.811,1.948,1.509,2.195,1.191.422,2.259-.441,2.531-1.653.237-1.046.05-2.188.05-3.664,1.573,0,1.194.19,2.811.19-.109,2.625.419,4.187-1.203,5.797-1.753,1.742-3.68,2.312-5.469.109-2.503-3.08-1.203-2.297-1.75-6.454.871.078.788.23,1.894.33ZM528.272,10.792c.604,3.928.151,4.911,3.248,8.839,1.195,1.516,3.112,2.13,4.835,1.737,4.306-.982,6.648-1.889,7.63-10.425.609-.029,1.421-.092,2.272-.155-.756,7.472-4.242,11.161-9.606,12.021-1.745.279-3.773-.936-5.469-1.859-2.992-1.629-3.993-6.237-4.065-9.96.39-.057.797-.121,1.156-.197ZM541.402,25.184c-4.518,2.673-9.285,2.043-12.523-2.036-2.395-3.019-3.665-6.597-3.787-10.501-.007-.212.047-.432.126-.648.299,3.499,1.536,6.712,3.716,9.459,3.238,4.079,8.005,4.708,12.523,2.036,4.916-2.91,6.3-7.46,6.818-12.838.028-.001.057-.003.085-.004-.405,6.114-1.532,11.321-6.958,14.532ZM555.066,12.829c.022,4.02,3.807,7.087,7.728,7.727,3.418.557,4.609-.591,7.445-3.545,1.462-1.522,1.805-3.502,2.596-6.016.048.046.099.09.149.134-.691,7.589-4.054,11.323-9.245,12.19-1.676.279-3.624-.936-5.252-1.86-3.032-1.719-3.934-6.753-3.907-10.565h.381c.043.745.105,1.34.107,1.935ZM573.344,20.301c-2.016,2.205-4.058,4.664-6.611,6.041-5.014,2.703-10.244-1.333-12.111-4.841-1.671-3.139-2.63-6.523-2.746-10.608h.913c-.061.192-.105.386-.099.574.117,3.904,1.337,7.482,3.637,10.501,3.11,4.079,7.688,4.708,12.027,2.036,4.071-2.508,5.617-6.238,6.287-10.664.383,2.445.522,4.974-1.295,6.961Z"/></svg>');
}
.footer-4 {  
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 576.789 29.497"><defs><style>.st0 {fill: %23e2edf7;fill-rule: evenodd;}</style></defs><path class="st0" d="M576.787,8.87V0H0l.011,9.696c-.047,1.2.154,5.32.154,5.32.046,9.426,5.642,10.808,9.685,11.837,6.126.497,11.503-2.895,11.837-5.132.173-1.158.579-2.318.693-4.064.701,1.377.97,2.078,1.38,2.685,4.502,6.682,7.516,5.945,12.382,2.178,1.06-.82,1.756-2.107,2.627-3.173.526-.646,1.066-1.28,1.806-2.167,1.006,1.871,1.759,3.454,2.672,4.941,3.215,5.243,8.318,6.336,13.224,2.752,1.299-.949,2.353-2.26,3.424-3.489.719-.83,1.27-1.807,2.124-3.05,1.068,1.691,1.871,3.101,2.807,4.419,3.155,4.441,8.494,5.043,12.442,1.302,2.089-1.979,3.952-4.198,6.172-6.584.627,1.096,1.136,2.064,1.719,2.986.602.951,1.142,1.996,1.942,2.755,3.21,3.043,7.074,3.309,11.056.365,2.458-1.817,4.47-4.236,6.836-6.533.755,1.248,1.477,2.716,2.448,3.997,3.622,4.784,8.426,5.587,12.607.549.757-.911,1.596-1.753,2.353-2.578,1.454,1.55,2.469,2.865,3.711,3.912,5.002,4.219,8.944,3.934,13.27-2.136.506-.711.78-1.586,1.176-2.379.382-.765.783-1.521,1.541-2.99.874,2.334,1.451,4.074,2.168,5.755,1.702,3.994,6.442,5.64,10.143,3.494,2.768-1.605,5.253-3.522,6.5-6.657.308-.772.836-1.457,1.589-2.739.651,2.979,1.02,5.349,1.7,7.626,1.522,5.098,5.013,6.46,9.664,3.988,3.101-1.648,5.598-3.829,7.216-7.026.682-1.349,1.259-2.929,3.196-3.982.998,5.634,3.528,10.034,9.139,10.643,6.715.728,10.046-4.2,12.62-9.428.348.089.5.08.557.15.238.288.563.569.65.906,1.16,4.485,4.374,6.659,8.592,7.896,1.194.35,2.755.213,4.01-.003,4.73-.812,6.243-3.315,8.007-6.632.373-.701.914-1.312,1.594-2.268.518,1.056.905,1.692,1.154,2.379,1.972,5.176,5.576,7.786,9.711,7.862,2.115.039,6.165-.694,8.372-3.633,1.575-2.095,1.068-3.801,2.663-6.1.512,1.249.891,2.312,1.374,3.328,2.666,5.606,5.497,7.049,11.59,5.856,2.878-.563,5.064-2.224,6.752-4.572.984-1.37,1.939-2.763,3.019-4.306,3.185,7.172,2.621,8.215,8.784,10.174,5.006,1.59,8.046.468,11.62-3.002,1.798-1.746,2.762-4.221,4.151-6.33.433-.658.966-1.25,1.643-2.113.962,2.385,1.687,4.378,2.565,6.302.95,2.081,2.644,3.597,4.861,3.883,6.077.785,10.05-.603,12.351-5.715.592-1.32,1.258-2.608,2.104-4.356.555.914.916,1.282,1.02,1.712,1.264,5.178,4.588,7.279,8.898,9.245.736.336,4.32.099,5.099-.14,4.352-1.332,6.422-3.135,8.675-7.331.579-1.076,1.216-2.121,1.929-3.358,2.675,4.714,5.926,8.428,11.483,8.526,5.893.104,9.053-3.801,11.525-9.896,1.677,7.754,6.441,11.178,12.687,12.055,7.304,1.025,10.4-4.356,12.876-10.588.634,1.122,1.003,1.738,1.34,2.371,3.042,5.695,9.506,9.729,16.272,4.125,2.177-1.803,4.304-3.667,6.426-5.479.825,1.372,1.546,2.854,2.53,4.132.996,1.295,2.168,2.493,3.425,3.537.829.688,1.953,1.466,2.935,1.454,4.829-.062,11.215-2.273,12.713-8.22.186-.739.735-1.387,1.303-2.417,1.385,2.078,2.793,3.629,3.557,5.449,1.883,4.495,5.081,6.45,9.924,6.867,6.803.584,12.337-2.299,14.906-8.497.303-.729.749-1.399,1.314-2.436.424.903.639,1.349.845,1.798,4.164,9.107,12.045,10.729,19.465,3.976,1.439-1.309,2.774-2.732,4.343-4.287,2.333,5.369,4.742,10.224,11.559,10.098,7.553-.139,12.008-3.992,13.835-11.67,1.818,2.847,2.955,5.141,4.566,7.034,3.005,3.532,8.895,5.728,13.62,2.699,3.671-2.352,6.982-5.07,7.826-9.749.096-.53.501-1.005,1.021-1.999.821,2.145,1.42,3.791,2.078,5.411,1.697,4.187,7.287,8.039,11.175,7.981,6.043-.09,13.404-6.853,13.36-13.019.109.109.107-6.616.101-7.312ZM92.919,9.854c.1-.032.201-.063.301-.095.91.787.803,2.355,2.921,2.526.965-.072,1.56-1.368,1.949-2.04-.203,2.745-1.139,4.116-2.594,4.432-.473.103-1.022-.343-1.481-.681-.913-.672-1.14-2.724-1.095-4.142ZM92.245,10.066l.199-.063c-.037.11-.067.222-.065.332.033,1.431.377,2.742,1.026,3.848.877,1.495,2.168,1.725,3.392.746,1.213-.971,1.629-2.445,1.8-4.189.763,2.52-.045,4.889-1.935,5.716-2.319,1.014-4.074.118-4.388-2.376-.166-1.318-.029-2.674-.029-4.012ZM87.949,9.995h1.982c.204,1.42.378,2.77.594,4.113.532,3.279,1.615,4.521,4.004,4.631,3.438.159,4.959-.878,5.814-4.077.388-1.452.645-2.939,1.069-4.902.108.017.204.031.307.047-.399,6.27-2.938,9.34-6.936,10.033-1.251.216-2.704-.726-3.919-1.441-2.318-1.365-2.969-5.427-2.914-8.404ZM97.396,21.72c-2.378,1.596-4.847,2.625-7.761.961-2.885-1.647-3.766-4.334-3.996-7.271-.133-1.703.371-3.457.616-5.416h.434c-.089.219-.157.445-.15.662.088,3.025.998,5.798,2.714,8.137,2.321,3.161,5.737,3.648,8.974,1.578,3.635-2.326,4.577-6.004,4.922-10.344.362.056.725.111,1.122.172-.99,4.839-2.873,8.836-6.874,11.522ZM133.531,12.834c1.238-.104,1.844-.835,2.366-1.619-.29,1.943-1.314,2.917-2.857,3.151-.526.08-1.138-.268-1.649-.532-.919-.474-1.215-1.833-1.227-2.906.717.858,1.729,1.918,3.368,1.906ZM129.062,11.095c.064,1.06.94,2.467,1.63,3.292.976,1.167,2.434.939,3.796.175,1.591-.893,1.954-2.328,2.085-4.014.364,3.189-1.506,5.484-3.499,6.545-1.227.653-2.505.428-3.026-.935-.519-1.359-1.142-2.499-.986-5.064ZM127.815,12.054c.063,1.496.644,3.188,1.128,4.58,1.119,3.215,3.982,3.855,6.025,1.191,1.635-2.133,3.269-6.885,3.92-7.438.072-.025.125-.044.184-.065-.547,6.203-2.856,9.281-6.388,10.005-1.165.238-2.519-.799-3.651-1.587-2.042-1.421-2.696-5.501-2.717-8.713,1.274-.177,1.417.088,1.499,2.027ZM119.451,10.609c.351-.087.669-.152.961-.197-.42,4.11-1.661,6.744-3.549,8.149.111-.116.227-.218.333-.352,1.047-1.323,1.657-3.054,2.203-4.69.297-.896.053-1.972.053-2.91ZM112.503,9.552c.223,1.075.263,1.679.483,2.209.212.51.555,1.258.941,1.324.429.075,1.119-.396,1.424-.824.39-.546.507-1.287.981-2.61.376.722.633,1.424.8,2.1-.347,2.213-1.211,3.363-2.46,3.659-.471.111-1.019-.373-1.477-.74-.841-.674-1.098-2.628-1.098-4.136.118-.326.248-.654.406-.982ZM111.687,12.053c.153,1.026.447,1.98.9,2.82.874,1.622,2.161,1.873,3.381.81.67-.584,1.09-1.341,1.367-2.217-.011,1.481-.544,2.739-1.529,3.59-1.066.92-2.07.71-3.017-.149-1.067-.971-1.477-2.799-1.102-4.854ZM109.187,9.684c.2,1.939.139,3.355.531,4.634.425,1.391,1.051,2.841,1.98,3.931.746.874,1.603,1.339,2.464,1.432-1.063.085-2.264-.831-3.279-1.547-1.862-1.313-2.511-4.977-2.581-8.007.284-.13.586-.271.885-.442ZM122.911,12.621c-.17,2.297-4.685,9.544-7.762,10.175-1.508.309-2.718.317-3.871-.61-2.327-1.875-3.966-4.305-4.725-7.144-.33-1.23.06-2.748.453-4.033.018-.058.05-.112.089-.164.2,2.849.986,5.466,2.359,7.708,2.06,3.361,5.092,3.88,7.966,1.677,2.954-2.265,3.903-5.737,4.277-9.849.972.162,1.315.875,1.214,2.24ZM141.22,11.554c-.907,2.492-1.688,5.051-2.856,7.418-1.205,2.439-3.161,4.576-5.995,4.67-3.099.103-5.517-1.778-6.989-4.473-.554-1.014-.551-2.416-.538-3.638.013-1.11.149-2.229.299-3.472.3,2.614,1.094,5.023,2.392,7.115,2.162,3.481,5.344,4.019,8.359,1.737,3.228-2.442,4.175-6.24,4.534-10.731.215.023.437.088.676.299.233.428.224.78.118,1.074ZM379.196,11.178c.202-.036.396-.07.611-.107,1.044,1.121-.074,2.625,2.287,3.549,4.29,1.679,3.532-1.718,4.6-3.024.694,0,.762-.046,1.292-.075-.296,3.594-1.9,5.379-4.421,5.783-.802.128-1.734-.43-2.513-.854-1.57-.855-1.945-3.492-1.856-5.271ZM377.707,11.439c.236-.042.491-.086.745-.13-.091.176-.18.368-.174.55.056,1.794.64,3.438,1.74,4.825,1.488,1.874,3.678,2.163,5.753.935,2.325-1.376,2.927-3.555,3.149-6.12.07,0,.123-.001.2-.001-.209,5.128-2.746,7.975-6.452,7.853-3.622-.12-5.194-2.531-4.962-7.911ZM375.154,11.344c.627,7.2,2.548,9.472,7.572,9.85,4.538.342,7.519-1.963,8.61-9.655.829-.091,1.488-.145,2.015-.146-1.007,6.634-4.397,9.953-9.452,10.763-1.745.279-3.773-.936-5.469-1.859-2.727-1.485-3.798-5.444-4.022-8.953h.746ZM393.142,19.517c-1.589,3.794-4.405,6.272-8.602,6.278-4.12.005-7.682-1.857-9.829-5.387-1.544-2.539-2.488-5.493-2.254-9.064h.01c.298,3.499,1.536,6.714,3.716,9.462,3.238,4.079,8.005,4.709,12.523,2.036,2.832-1.676,4.486-3.899,5.484-6.507-.3,1.081-.618,2.155-1.047,3.182ZM414.987,20.037c-1.208.643-2.181,1.709-3.336,2.47-4.181,2.759-8.361,2.052-11.149-2.104-1.748-2.607-2.463-5.644-2.776-8.943,2.596-.193,2.568,1.718,2.703,2.973.271,2.51,1.799,4.108,3.463,5.655,1.491,1.388,3.203,1.75,5.245,1.123,3.973-1.22,6.217-4.114,7.812-7.675.447-.995.47-2.307,2.421-1.7-.627,3.241-1.021,6.412-4.383,8.202ZM533.185,10.997c-.173,1.229-.558,2.248-.371,3.149.172.829.811,1.948,1.509,2.195,1.191.422,2.259-.441,2.531-1.653.237-1.046.05-2.188.05-3.664,1.573,0,1.194.19,2.811.19-.109,2.625.419,4.187-1.203,5.797-1.753,1.742-3.68,2.312-5.469.109-2.503-3.08-1.203-2.297-1.75-6.454.871.078.788.23,1.894.33ZM528.272,10.792c.604,3.928.151,4.911,3.248,8.839,1.195,1.516,3.112,2.13,4.835,1.737,4.306-.982,6.648-1.889,7.63-10.425.609-.029,1.421-.092,2.272-.155-.756,7.472-4.242,11.161-9.606,12.021-1.745.279-3.773-.936-5.469-1.859-2.992-1.629-3.993-6.237-4.065-9.96.39-.057.797-.121,1.156-.197ZM541.402,25.184c-4.518,2.673-9.285,2.043-12.523-2.036-2.395-3.019-3.665-6.597-3.787-10.501-.007-.212.047-.432.126-.648.299,3.499,1.536,6.712,3.716,9.459,3.238,4.079,8.005,4.708,12.523,2.036,4.916-2.91,6.3-7.46,6.818-12.838.028-.001.057-.003.085-.004-.405,6.114-1.532,11.321-6.958,14.532ZM555.066,12.829c.022,4.02,3.807,7.087,7.728,7.727,3.418.557,4.609-.591,7.445-3.545,1.462-1.522,1.805-3.502,2.596-6.016.048.046.099.09.149.134-.691,7.589-4.054,11.323-9.245,12.19-1.676.279-3.624-.936-5.252-1.86-3.032-1.719-3.934-6.753-3.907-10.565h.381c.043.745.105,1.34.107,1.935ZM573.344,20.301c-2.016,2.205-4.058,4.664-6.611,6.041-5.014,2.703-10.244-1.333-12.111-4.841-1.671-3.139-2.63-6.523-2.746-10.608h.913c-.061.192-.105.386-.099.574.117,3.904,1.337,7.482,3.637,10.501,3.11,4.079,7.688,4.708,12.027,2.036,4.071-2.508,5.617-6.238,6.287-10.664.383,2.445.522,4.974-1.295,6.961Z"/></svg>');
}
.secret-find-card {
	position: relative;
	z-index: 1;
}
.secret-find-card::after {
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centers the element relative to its own size */
  white-space: nowrap; /* Prevents line breaks, useful for single-line content */
	content: "Download Now";
	color: #555555;
	text-align: center;
	z-index: 3;
	opacity: 0;
	transition: .6s ease-in-out;
}
.secret-find-card::before {
	position: absolute;
	background-color: #f6eef3;
	height: 100%;
	width: 100%;
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 2;
	content: " ";	
	transition: .6s ease-in-out;
}
.secret-find-card:hover::after {
	opacity: 1;
}
.secret-find-card:hover::before {
	opacity: .6;
}
textarea:focus, input:focus{
    outline: 2px solid #e2edf7;
}
.secret-find-thumb {
	width: 200px !important;
}
.cookie-popup {
	position: fixed;
	width: 80vw;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.big {
	font-size: 18px;font-weight: 500;
}
.main-content ul {
	margin-left: 30px;
}
.account-checkboxes {
	width: 80%;
	text-align: left;
	margin: 0 auto;
}
.account-checkboxes input {
	display: inline;
	width: auto;
	margin-right: 10px;
}
.backend-title {
	font-weight: 700;
}
.backend-table .row:nth-of-type(odd) {
	background-color: rgba(164, 164, 164, .2);
}
.unsubscribe-btn  {
    background-color: #ffffff;
    color: #5f6f82;
    padding: 7px 20px;
    border: 1px solid #c8b9f5;
    border-radius: 50px;
    min-width: 110px;
    transition: .6s ease-in-out;
    margin: 5px 0;
}
.unsubscribe-btn:hover {
	background-color: #c8b9f5;
	color: #ffffff;
}
.cookie-alert {
	display: flex;
	padding-right: 1rem;
	flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}
.btn-dissmiss {
    background-color: #ffffff;
    color: #5f6f82;
    padding: 7px 20px;
    border: 1px solid #c8b9f5;
    border-radius: 50px;
    min-width: 110px;
    transition: .6s ease-in-out;
    margin: 5px 0;
    background: none !important;
    position: relative !important;
}
.btn-dissmiss:hover {
	background-color: #c8b9f5;
	color: #ffffff;
}