@font-face {
		font-family: 'TWK Lausanne 200';
		src: url('https://6021900.fs1.hubspotusercontent-na1.net/hubfs/6021900/Web%20Fonts/TWKLausanne-200.woff2') format('woff2'),
			url('https://6021900.fs1.hubspotusercontent-na1.net/hubfs/6021900/Web%20Fonts/TWKLausanne-200.woff') format('woff');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
}
@font-face {
    font-family: 'TWK Lausanne 300';
    src: url('https://6021900.fs1.hubspotusercontent-na1.net/hubfs/6021900/Web%20Fonts/TWKLausanne-300.woff2') format('woff2'),
        url('https://6021900.fs1.hubspotusercontent-na1.net/hubfs/6021900/Web%20Fonts/TWKLausanne-300.woff') format('woff');
  	url('https://6021900.fs1.hubspotusercontent-na1.net/hubfs/6021900/Web%20Fonts/TWKLausanne-300.ttf') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'TWK Lausanne 400';
	src: url('https://6021900.fs1.hubspotusercontent-na1.net/hubfs/6021900/Web%20Fonts/TWKLausanne-400.woff2') format('woff2'),
	url('https://6021900.fs1.hubspotusercontent-na1.net/hubfs/6021900/Web%20Fonts/TWKLausanne-400.ttf') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'TWK Lausanne 400';
    src: url('https://6021900.fs1.hubspotusercontent-na1.net/hubfs/6021900/Web%20Fonts/TWKLausanne-400.woff2') format('woff2'),
        url('https://6021900.fs1.hubspotusercontent-na1.net/hubfs/6021900/Web%20Fonts/TWKLausanne-400.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TWK Lausanne 500';
    src: url('https://6021900.fs1.hubspotusercontent-na1.net/hubfs/6021900/Web%20Fonts/TWKLausanne-500.woff2') format('woff2'),
        url('https://6021900.fs1.hubspotusercontent-na1.net/hubfs/6021900/Web%20Fonts/TWKLausanne-500.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TWK Lausanne 600';
    src: url('https://6021900.fs1.hubspotusercontent-na1.net/hubfs/6021900/Web%20Fonts/TWKLausanne-600.woff2') format('woff2'),
        url('https://6021900.fs1.hubspotusercontent-na1.net/hubfs/6021900/Web%20Fonts/TWKLausanne-600.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*------------------------------
		    Common Style
-------------------------------*/

body {
	font-family: 'TWK Lausanne 400';
	font-weight: normal;
	font-style: normal;
	background:#f8f7f2;
}
a,p,h1,h2,h3,h4,h5,h6,span,input  {
	font-family: 'TWK Lausanne 400';
	text-decoration: none;
	font-weight:400;
}
a:hover{
	text-decoration: none;
	font-family: inherit;
}
form .hs-button, form input[type=submit] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #002a30;
	border-radius: 50px;
	color: #002a30;
	background: 0 0;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.1;
	padding: 12px 21px;
  box-shadow:none;
}
form input[type=submit]:hover,
form .hs-button:hover{
    background-color: #00b3ff;
    color: #fff;
    border:1px solid #00b3ff
}
ul li,ul  {
    list-style: none;
}
ul {
  margin:0;
  padding:0;
}
/*------------------------------
		Footer  Style
-------------------------------*/

footer.footer {
	border-radius: 50px 50px 0 0;
	padding:80px 0 10px 0;
}
footer .newsletter {
	border-radius: 52px;
	background: #12393e;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, .05);
	padding: 24px 24px 24px 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer .newsletter h4 {
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	color: #fff;
	letter-spacing: -.72px;
	margin:0;
}
footer .newsletter h4 span {
	color: rgba(255, 255, 255, .5);
}
footer .newsletter-form {
	display: flex;
	align-items: center;
	width: 50%;
}
footer .newsletter-form .form-title {
	display: none;
}
footer .newsletter-form  form {
	background: transparent;
	border: none;
	display: flex;
  position: relative;
}
footer .newsletter-form form .hs_email > label {
	display: none;
}
footer .newsletter-form form  .hs_email {
	max-width: 75%;
	flex: 0 0 75%;
	margin: 0;
  padding-right:50px;
}
footer .newsletter-form form .hs_submit.hs-submit {
	max-width: 25%;
	flex: 0 0 25%;
}
footer .newsletter-form form .hs_email input {
	background: transparent;
	border: 1px solid #f8f7f2;
	border-radius: 50px;
	height: 56px;
	width: 100%;
	box-shadow: none;
	font-size: 17px;
	font-weight: 400;
	color: #f8f7f2;
	background-color: transparent;
	padding-left: 30px;
}
footer .newsletter-form form .hs_email input:focus{
	outline:none;
	box-shadow:none
}
footer .newsletter-form > span {
	width:100%;
}
footer .newsletter-form form input.hs-button {
	background-color: #f8f7f2;
	border-radius: 50px;
	height: 56px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #002a30;
	font-weight: 400;
	font-size: 17px;
	line-height: 1;
	min-width: 128px;
}
footer .newsletter-form form input.hs-button:hover{
    background-color: #00b3ff;
    color: #fff;
    border-color:#00b3ff
}
footer .hs_error_rollup label {
    font-size: 12px;
    color: red;
}
footer .hs_error_rollup {
    position: absolute;
    bottom: -34px;
    left: 20px;
}
footer ul.no-list.hs-error-msgs.inputs-list {
    display: none;
}
footer .footer-inner {
    padding: 83px 0 120px;
}
.footer-inner .row {
    display: flex;
    flex-wrap: wrap;
    margin:0 -15px
}
.footer-inner .row .col-6 {
    flex:0 0 50%;
  max-width:50%;
  padding:0 15px;
}
.footer-inner .row .col-2 {
    max-width: 16.66666667%;
  flex:0 0 16.66666667%;
    padding:0 15px;
}
.footer-logo {
    margin-bottom: 30px;
}
.social-media ul {
    display: flex;
    align-items: center;
    margin: 58px 0 60px;
}
.footer-left p {
    color: #f8f7f2;
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
    max-width: 540px;
    width: 100%;
   font-family: 'TWK Lausanne 300';
}
.social-media ul li span.hide-text {
    display: none;
    position: absolute;
    height: 0;
    width: 0;
    visibility: hidden;
}
.social-media ul li svg {
    width: 26px;
    height: 26px;
    fill: #fff;
}
.social-media ul li {
    display: inline-flex;
    margin-right: 25px;
}
.social-media ul li a {
  display: flex;
}
footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 29px 0;
}
footer .footer-nav ul {
    display: flex;
    align-items: center;
    gap: 24px;
}
footer .footer-nav ul li a {
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}
footer .copyright-end ul {
    display: flex;
    align-items: center;
    gap: 24px;
}
footer .copyright-end ul li {
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}
footer .copyright-end a {
    color: #fff;
}
footer .footer-link h4 {
    color: rgba(248, 247, 242, .5);
    font-size: 10px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: .8px;
    text-transform: uppercase;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .footer-link ul li {
    margin-bottom: 20px;
}
footer .footer-link ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
}
footer .footer-link ul li a:hover {
     color: #00b3ff; 
}
.social-media ul li a:hover  svg {
     fill: #00b3ff; 
}
footer .footer-link ul  {
    display: block;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0;
}



/*---------------------------------
		  Header Responsive Style
----------------------------------*/


@media(max-width:1080px){

footer .newsletter {border-radius: 40px;padding: 25px 60px;display: block;max-width: 730px;margin: auto;}
footer .newsletter h4 {margin: 0 0 20px 0;text-align: center;}
footer .newsletter-form {width: 100%;}
footer .copyright {display: block;text-align: center;}
footer .footer-nav ul {justify-content: center;margin-bottom: 15px;}
footer .copyright-end ul {justify-content: center;}


}  

@media(max-width:991px){

.footer-inner .row .col-6 {flex: 0 0 100%;max-width: 100%;text-align: center;}
.footer-left p {max-width: 100%;}
.social-media ul {margin: 40px 0 30px;justify-content: center;}
footer .footer-inner {padding: 60px 0;}
.footer-inner .row .col-2 {max-width: 33.3333%;flex: 0 0 33.3333%;}
.footer-left {border-bottom: 1px solid rgba(255, 255, 255, .2);padding-bottom: 40px;margin-bottom: 40px;}
footer.footer .content-wrapper {padding: 0 60px;}

}    

@media(max-width:767px) {

footer.footer {padding: 30px 0 10px 0;}
footer.footer .content-wrapper {padding: 0 20px;}
footer .newsletter {padding: 20px 20px;}
footer .newsletter h4 {font-size: 22px;}
footer .newsletter-form form .hs_email {max-width: 100%;flex: 0 0 100%;padding-right: 0;}
footer .newsletter-form form .hs_submit.hs-submit {max-width: 100%;flex: 0 0 100%;margin-top:20px}
footer .newsletter-form form {flex-wrap: wrap;}
footer .footer-logo img {height: 40px !important;width: auto;}
.footer-left p {font-size: 15px;line-height: 24px;}
footer .doctify {max-width: 146px;display: table;margin-left: auto;margin-right: auto;}
.footer-inner .row .col-2 {max-width: 100%;flex: 0 0 100%;}
.footer-link {padding: 20px 0;border-bottom: 1px solid rgba(255, 255, 255, .2);}
footer .footer-link h4 {color: #fff;font-size: 16px;font-weight: 300;line-height: 140%;margin: 0;letter-spacing: -.32px;font-family: 'TWK Lausanne 300';}
footer .footer-inner .footer-link  ul {display: grid;grid-template-columns: 6fr 6fr;width: 100%;}
footer .footer-inner .footer-link  ul a {font-size: 12px;}
.footer-link .footer-menu {display: none;margin: 32px 0 0 0;}
footer .copyright {border-top: none;}
.footer-left {margin-bottom: 5px;}
footer .footer-inner {padding: 50px 0 10px;}
footer .copyright .footer-nav ul {flex-direction: row;}
footer .copyright-end ul {display: block;}
footer .copyright-end ul li {display: inline-block;padding: 8px;vertical-align: middle;}
.social-media ul li svg {width: 20px;height: 20px;}
.social-media ul li {margin-right: 20px;}

}