/*
Theme Name: Wetu
Theme URI: https://wetu.com
Template: barebones
Author: Wetu
Author URI: https://wetu.com/
Description: 
Version: 0.1
License: GPL-v2-and-later
License URI: https://www.gnu.org/licenses/gpl-3.0.txt
Text Domain: wetu
*/



html p, html ul li, html a, html body, .uagb-tm__desc {
    font-family: "Montserrat" !important;
    /*color: #6E6B7B !important; 
    font-size: 1rem !important;*/
    font-style: normal; 
    font-weight: 400; 
    line-height: 1.5rem;
}

html, main {
	width: 100%;
	overflow-x: hidden;
    position: relative;
    
}

ul {
	margin-bottom: 0 !important;
}
.uagb-tm__company {
color: #024751 !important;*/
/* Table / Table Header */
font-family: "Montserrat";
/*font-size: 0.8rem;*/
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.14286rem;
text-transform: uppercase;
}

html a {
   /* color: #FFF !important; */
	font-family: "Montserrat";
}

html .footer a {
    color: #6E6B7B !important; 
}

html body main {
	/*margin-top: 180px !important;*/
}


html body main .hero-banner {
	margin-top: -100px;
}

h1 {
    display: block;
    font-weight: 400;
	 font-size: 1.75rem; 
    font-family: "Montserrat"; 
    font-style: normal; 
    line-height: 110%;
	max-width: 1400px;
	margin: auto !important;
    padding: 2rem 0 !important;
}

.hero-banner h1 {
	text-shadow: 0 0 5px #333;
}

.margin-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

html body main .padding-top-20 {
	padding-top: 20px !important;
}


html body main .padding-bottom-20 {
	padding-bottom: 20px !important;
}

.icon-circles figure {
	    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(108,183,65,.12);
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: auto;
}

.font-18 {
	font-size: 18px !important;
}



@media only screen and (max-width: 1024px) {
	
    body .is-layout-constrained .blocksnum {
    flex-direction: column;
    }
    
	html body main .hero-banner {
	margin-top: -100px !important;
}
	
	.icon-circles figure {
		display:inline-block;
	}
	
	.icon-circles .blocksnum {
		align-items: baseline !important;
		align-content: center;
	}
	
	.icon-circles .blocksnum .wp-block-column {
		display: inline-block;
    background: none;
    border: none;
    width: 100%;
    min-width: 0;
		text-align: left;
		padding:0;
		padding-left: 20px;
        min-height: 0 !important;
        max-width: 500px;
	}
	.icon-circles .blocksnum .wp-block-column figure, .icon-circles .blocksnum .wp-block-column p {
		display: inline-block;
		vertical-align: middle;
		margin-top:10px;
		min-width: 0;
	}
	
	.wp-block-uagb-container.uagb-is-root-container .uagb-block-17deeb94, .wp-block-uagb-container.uagb-is-root-container .uagb-block-f93a2def {
		text-align: center;
	}
}

@media only screen and (max-width: 600px) {
	.blocksnum p {
		padding-left: 20px;
	}
	.icon-circles .blocksnum {
		padding-left: 0px;
		display: block;
		width: 100%;
		flex-direction: row;
	}
}

@media only screen and (max-width: 600px) {
.icon-circles .blocksnum .wp-block-column {
max-width: 320px;
}
}

.no-min-width .wp-block-column { min-width: 0 !important;}

@media only screen and (max-width: 900px) {
	html body main article .wp-block-group h1 {
		font-size: 36px !important;
	}	
	
	.flex-box .is-layout-flex   {
		display: flex;
	}
}

.post-337 h1, .post-3 h1 {
	font-size: 49px !important;
	font-weight: 400;
	padding-top: 0 !important;
}

.post-337 h2, .post-3 h2 {
	font-size 28px !important;
	font-weight 500;
}

.post-337 p, .post-3 p {
	font-size: 14px !important;
	line-height: 21px;
}

.post-337 ul li, .post-3 ul li {
	margin-left: 20px;
	font-size: 14px !important;
	line-height: 20px;
}

.post-337 ul, .post-3 ul {
	margin-bottom: 20px !important;
}

.post-337 strong, .post-3 strong {
	font-weight: 500;
}

.post-337 a, .post-3 a {
	color: #6E6B7B !important;
	font-size: 14px !important;
	text-decoration: underline;
}

h2 {
    color: #4B4B4B;
    font-size: 1.75rem; 
    font-family: "Montserrat"; 
    font-style: normal; 
    font-weight: 500; 
    line-height: 2.125rem;
	text-align: center;
}

h3 {
	font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #5e5873;
}

.margin-top-minus-100 {
	margin-top: -100px;
}

html body main article .heading-div {
    max-width: 1200px !important;
    margin: auto !important;
    width: auto !important;
    min-width: auto !important;
}

html body main article .heading-div h1 {
	font-weight: 400;
    font-size: 49px !important;
    line-height: 60px;
    color: #5e5873;
}

h2{ 
    text-align: center;
	font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    color: #5e5873;
    margin: 0 0 1rem 0;
    padding-top: 2rem;
}

b { font-weight: 600; font-family: "Montserrat";}

html body main .margin-top-20 {
    margin-top: 20px !important;
}


html body main .margin-top-40 {
    margin-top: 40px !important;
}

html body main .margin-bottom-40 {
    margin-bottom: 40px !important;
}


html body main .margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-top-30 {
	margin: 30px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

/*.margin-top-60 {
	margin-top: 60px !important;*/
}

html body main article .margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-top-100 {
	margin-top: 100px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.padding-bottom-40 {
	padding-bottom: 40px !important;
}

.padding-top-40 {
	padding-top: 40px !important;	
}

.cta-block-50 {
	max-height: 440px;
	overflow: hidden !important;
}

.content-padding {
	padding: 4rem 0;
}

.green-row {
	min-height: 500px;
}

.wp-block-uagb-container{
	padding-top:0 !important;
	padding-bottom: 0;
}

html body .no-margin, html body .no-margin .uagb-container-inner-blocks-wrap {
	margin: 0 !important;
}

.margin-left-minus-10 {
	margin-left: -10px !important;
}

.margin-left-20{
    margin-left: 20px !important;
}

.margin-left-40{
    margin-left: 40px !important;
}

.padding-0 {
	padding: 0 !important;
}

html body .margin-left-40 {
    margin-left: 0px !important;
}

.wp-block-columns {
	justify-content: space-between !important;
}

body .is-layout-constrained .blocksinum {
	justify-content: center !important;
}

@media only screen and (max-width: 1024px) {
	.mobile-margin-left-20 {
    margin-left: 20px !important;
}	
	
	.mobile-margin-top-60 {
	margin: 60px !important;
}
	html body .margin-left-50, .margin-left-25 {
	margin-left: 0 !important;
}
}

.has-extra-large-font-size {
	line-height: 4rem !important;
}

.auto-margin {
    margin: auto !important;
}

.wp-block-column {
	min-width: 300px;
	justify-content: space-between;
}

.aligncenter {
	text-align: center;
}

.half-field + .half-field {
    margin-left: 20px;
}

.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
    border-radius: 8px;
}

.wpcf7 .wpcf7-submit {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    padding: 1rem;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    background: #024751;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all .2s ease;
    width: 157px !important;
    height: 56px;
	float: right;
}

.quote-text .uagb-blockquote__content {
    margin: auto;
    vertical-align: middle;
    max-width: 70%;
	position: relative;
	line-height: 150%;
    color: #6e6b7b;
}

.quote-text .uagb-blockquote cite {
	font-weight: 600;
	margin: 10px auto;
    vertical-align: middle;
    width: 70%;
	display: inline-block;
}

.uagb-blockquote__author-wrap {
	width: 100%;
}

.quote-text:before {
	font-family: "Montserrat";
	content: open-quote;
    position: absolute;
    left: 30px;
    top: 30px;
    font-weight: 500;
    font-size: 158px;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(108,183,65,.1);
}


.quote-text:after {
	font-family: "Montserrat";
    content: close-quote;
    position: absolute;
    right: 50px;
    bottom: 0px;
    font-weight: 500;
    font-size: 158px;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(108,183,65,.1);
}

@media only screen and (max-width: 1024px) {
	.quote-text:before { left: 0px; top: 50px; }
	
	.quote-text:after { right: 0;  }
}

.wpcf7-not-valid {
	border: 1px solid red;
}

.failed .wpcf7-response-output, .invalid .wpcf7-response-output {
	color: rgba( 219, 84, 97, 1 );
	background: rgba( 219, 84, 97, 0.4 );
	padding: 15px 1em !important;
	position: relative;
	border: none !important;
}


.failed .wpcf7-response-output:before, .invalid .wpcf7-response-output:before {
	content: "We couldn't send your enquiry";
	position: absolute;
	left: 0;
	top: -40px;
	color: rgba( 219,84,97, 1 );
	background: rgba( 219,84,97, 0.4 );
	height: 30px;
	font-weight: bold;
	    width: calc(100% - 20px);
    padding: 10px 10px 0 10px;
	box-shadow: -1px 4px 8px -1px rgba(219,84,97,0.75);
-webkit-box-shadow: -1px 4px 8px -1px rgba(219,84,97,0.75);
-moz-box-shadow: -1px 4px 8px -1px rgba(219,84,97,0.75);
}

.success .wpcf7-response-output {
	color: rgba( 108, 183, 65, 1 );
	background: rgba( 108, 183, 65, 0.4 );
	15px 1em !important;
	position: relative;
}

.success .wpcf7-response-output:before {
	content: "Thank you!";
	position: absolute;
	left: 0;
	top: -40px;
	color: rgba( 108, 183, 65, 1 );
	background: rgba( 108, 183, 65, 0.4 );
	height: 30px;
	font-weight: bold;
	    width: calc(100% - 20px);
    padding: 10px 10px 0 10px;
	box-shadow: -1px 4px 8px -1px rgba(108,183,65,0.75);
-webkit-box-shadow: -1px 4px 8px -1px rgba(108,183,65,0.75);
-moz-box-shadow: -1px 4px 8px -1px rgba(108,183,65,0.75);
	border: none !important;
}

.padding-left {
	padding-left: 80px;	
}


@media only screen and (max-width: 900px) {
	.padding-left {
		padding-left: 20px;	
	}		
	.wetu-contact .wp-block-column {
    vertical-align: top;
    margin: 0 auto;
    min-height: 0 !important;
}
	
	.contact-block .wp-block-column, .contact-block>div>div {
    min-width: 300px;
    margin: auto !important;
    text-align: center;
		width: 100%;
		text-align: center;
}
}
.min-row-height>div {
    min-height: 380px;
}

.min-row-height-faq>div {
	min-height: 500px;
	padding-right: 100px
}

.min-row-height-faq h2 {
	font-size: 49px !important;
}

.min-row-height-faq p {
	font-size: 16px !important;
	line-height: 20px;
}

.margin-left-25 {
	margin-left: 25% !important;
}

.margin-left-50 {
	margin-left: 50% !important;
}

.align-center {
    text-align: center !important;
}

.wp-block-button {
    padding: 10px 10px !important;
    border-radius: 5px;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	line-height: 1.375rem;
	border: 1px solid transparent;
}

.wp-block-button a {
	color: #FFF;
	font-size: 18px !important;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	line-height: 1.375rem;
	border-radius: 8px !important;
	padding: 15px 20px;
}

.wp-block-getwid-button-group {
	overflow: visible;	
}

.has-primary-color a {
    color: #6cb741 !important;
}

.box-shadow {
	box-shadow: 0 4px 24px rgba(0,0,0,.06);
}

.has-secondary-1-color a{
	color: #555361 !important;
}

.has-text-align-left {
	text-align: left !important;
}

.tick-list .weird-list li {
	margin-left: 25px !important;
}

.tick-list ul {
	list-style-type: none;
}

.weird-list {
	margin-left: 0 !important;
}

.wp-block-uagb-container.uagb-block-ce9973b1, .wp-block-uagb-container .uagb-block-d674fdf6, .wp-block-uagb-container .uagb-block-30bd7f39, .wp-block-uagb-container .uagb-block-15974181, .wp-block-uagb-container .uagb-block-d811921e, .wp-block-uagb-container .uagb-block-b6a4b392, .wp-block-uagb-container .uagb-block-87b890ae, .wp-block-uagb-container .uagb-block-eea97316, .wp-block-uagb-container.uagb-block-710b8baa, .uagb-block-7c008219, .uagb-block-bd2d76a7, .uagb-block-31c6a6a7, .uagb-block-8a014ac5 {
	row-gap: 0 !important;
}

.uagb-block-0c119ca8 .uagb-container-inner-blocks-wrap {
	text-align: center;
}

html body article .the-trade, html body article .the-trade .uagb-container-inner-blocks-wrap {
	margin: 20px 0 0 0 !important;
}

html body article .the-trade .wp-block-columns {
	justify-content: center !important;
}

.wetu-contact {
    min-height: 400px;
    vertical-align: top;
 }

 .wetu-contact .wp-block-column {
    vertical-align: top;
    margin: 0 auto;
    min-height: 520px;
 }

.wetu-contact p {
    margin-bottom: 5px;
}

.wetu-contact figure {
    min-height: 300px;
}

html body article .video-row .uagb-container-inner-blocks-wrap {
	margin: 40px!important;
}

.header nav {
    color: #fff;
    line-height: 22px;
    padding: 1.5rem;
    display: flex;
	justify-content: space-between;
    width: 100%;
    flex-direction: row;
    align-items: center;
    position: fixed;
    width: 100%;
    background-color: rgba(2,71,81,1);
    transition: all .3s ease-in;
    z-index: 2001;
    top: 100px;
    left: 0;
    padding: 25px;
    min-height: 100px;
	max-height: 106px;
}

.nav-burger {
    z-index: 99999999;
}

@media only screen and (max-width: 1024px) {
body .is-layout-constrained .blocksinum, body .is-layout-constrained .blocksnum, body .is-layout-constrained>.wp-block-group, body .wp-container-20.wp-container-20, .wp-container-30.wp-container-30, .wp-container-34.wp-container-34, .wp-container-38.wp-container-38, .wp-container-32.wp-container-32, .wp-container-26.wp-container-26, .wp-container-21.wp-container-21, .wp-block-uagb-container.uagb-block-05a428be, .wp-container-5.wp-container-5, .wp-container-9.wp-container-9, .wp-container-8.wp-container-8, .wp-container-7.wp-container-7, .wp-container-10.wp-container-10, .wp-container-14.wp-container-14, .wp-block-uagb-container.uagb-block-c368a075, .wp-block-uagb-container.uagb-block-a8caa3d7, .wp-block-uagb-container.uagb-block-22b4f1ac, .wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-22b4f1ac > .uagb-container-inner-blocks-wrap, .tick-list .uagb-container-inner-blocks-wrap, .wp-block-uagb-container.uagb-block-3685d4f0, .tick-list, .wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-03891053 > .uagb-container-inner-blocks-wrap, .wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-51d3e6cf > .uagb-container-inner-blocks-wrap, .wp-block-uagb-container.uagb-block-5d83a27b {
    align-items: center;
    display: flex;
    flex-wrap: wrap !important;
    justify-content: center;
    min-width:100%;
}
	
	.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-1d3548e4 > .uagb-container-inner-blocks-wrap, .wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-b6a36180 > .uagb-container-inner-blocks-wrap {
		flex-direction: column-reverse;
	}
	
	html body main .is-layout-flex {
		    justify-content: center !important;
			flex-wrap: wrap !important;
	}
	
	html body main .tick-list ul {
		max-width: 500px !important;
		list-style-type: none;
	}
	
	html body main .link-button {
		text-align: center !important;
		max-width: 100%;
		margin: auto;
		margin: 0;
	}
}

.blocksnum > .wp-block-column, .blocksinum > .wp-block-column{ 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    max-width: 330px;
    padding: 2rem;
    background: #f6f7f8;
    border: 1px solid #ebe9f1;
    border-radius: 20px;
    align-items: center;
    min-height: 250px;
   
}

.icon-circles .blocksnum {
	display: inline-block;
	min-height: 170px !important;
}

.icon-circles .blocksnum p {
	margin-top: 40px;
	position: relative;
	font-weight: 600;
	font-size: 20px;
}

 .blocksnuma .wp-block-column {
	display: block;
	min-height: 170px !important;
	background: transparent;
	background-color: transparent;
	 border: none;
}

 .blocksnuma .wp-block-column p {
	margin-top: 10px;
	position: relative;
	font-weight: 600;
	font-size: 20px !important;
}

.icon-circles .wp-block-columns {
	display: flex;
}

.wp-block-uagb-counter {
	min-height: 250px;
}

.wp-block-uagb-counter .wp-block-uagb-counter__icon svg, .blocksnum span, .blocksinum span {
    margin: 0;
    font-weight: 700;
    font-size: 49px;
    line-height: 60px;
    text-align: center;
    color: #6cb741;
    fill: #6cb741 !important;
}

.wp-block-uagb-counter__title {
    margin-top: 40px;
	font-size: 18px;
	font-weight: 500;
}

.logo-wrapper{
    display: flex;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #fff;
    height:100px;
    position: fixed;
    z-index: 99999;
	padding: 16px;
}

.header nav div {
    padding: 1rem 0 0 0;
}

.header nav div ul li+li {
    margin-left: 2em;
}

.header nav ul{
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
    font-size: 15px;
    align-items: center;
}

.header nav ul li a {
    color: #fff !important;
    font-size: 18px !important;
}


.header nav ul ul {
    display: none;
}

.header nav ul ul li {
    border-bottom: 1px solid grey;
    opacity: 0.75;
}

.header nav ul ul li a {
    font-size: 16px !important;
}

.header nav ul ul {
    position: absolute;
    top: 5.2em;
    left: 0;
    padding: 0;
    z-index: 99999;
    min-width: 700px;
    border-radius: 20px;
    background: #fff;
    color: #000;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    overflow: hidden;
}

.header .fjoin ul {
	left: -100px;
	max-width: 299px;
	min-width: 0;
}

.header nav ul .menu-item-has-children:before {
	content: '';
	 width: 0;
	height: 0;
	border: 10px solid transparent;
	 border-bottom-color: #fff;
	position: absolute;
	top:  58px;
	left: 20px;
	display: none;
}


.header nav ul .menu-item-has-children:after {
	content: '';
	width: 100px;
	height: 100px;
	opacity: 0;
	position: absolute;
	display: none;
	top: 0;
}

.header nav ul .menu-item-has-children:hover svg {
	stroke: #FFF !important;
}


.header nav ul .menu-item-has-children:hover:after {
	display: block;
}

.header nav ul li:after:hover > ul {
	display: block;
	content: '';
}

.header nav ul li:hover:before {
	display: block;
}

.header nav div ul ul li+li {
    left:0;
    margin-left: 0;
}

.header nav ul ul li a {
    display: block;
    text-decoration: none;
    color: #5e5873 !important;
    padding: 1em;
    display: flex;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    justify-content: flex-start;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px;
   text-transform: uppercase;
}

.header nav ul li:hover > ul, .header nav ul ul li:hover {
    display: block;
}

.header nav ul ul li:hover:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 11px;
    left: 0;
    top: 0;
    background-color: #024751;
}

.header nav ul li{
    display: flex;
    cursor: pointer;
    position: relative;
}

.header nav ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    line-height: 14px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

/*.wp-element-button {
    color: #FFF !important;
}*/

html .btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    padding: 1rem;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    color: #fff !important;
    background: #6cb741;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all .2s ease;
	color: #FFF;
text-align: center;
font-size: 1.125rem;
font-family: "Montserrat";
font-style: normal;
font-weight: 500;
line-height: 1.375rem;
}

.btn:hover {
    text-decoration: none;
    background-color: #6cb741;
}

.wp-block-button__link:hover {
	text-decoration: none;
}

article>.wp-block-group, article>.wp-block-uagb-container .uagb-container-inner-blocks-wrap { margin: 100px 0 60px 0 !important;}

.wp-container-id > * {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wp-container-id > .alignwide {
    max-width: 100%;
}

.wp-container-id .alignfull {
    max-width: none;
}

.footer {
    align-items: center;
    background: #f6f7f8;
    text-align: center;
    padding: 10px 20px 20px 20px;
}

.footer-logo {
    margin: 3.1rem 0 2.5rem 0;
    padding: 1rem 1rem 3rem 1rem;
}

.footer .footer-menus {
    display: flex;
	flex-wrap: wrap;
    max-width: 1100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
	justify-content: space-between;
	    justify-content: center;
	text-align: center;
	align-items: center;
}

.footer .footer-menus .footer-menu {
    justify-content: center;
	text-align: center;
	align-items: center;
    display:inline-block;
    margin-bottom: 1rem;
    font-weight: 500;
	min-width:220px;
	width: 220px;
	max-width: 220px;
}

@media only screen and (max-width: 1024px) {
	.footer .footer-menus .footer-menu {
		min-width:0px;
		width: auto;
		max-width: 100%;
		max-width: 160px;
	}
}

.footer .footer-menus .footer-menu {
    font-size: 14px;
}

.footer .footer-menus .footer-menu h4 {
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #000;
	font-family: "montserrat";
}

.footer .footer-menus .footer-menu ul  {
    list-style-type: none;
    margin-top: 0px;
    width:100%;
    margin-left: 0;
    text-align: center;
}

.footer .footer-menus .footer-menu ul li {
    text-align: center;
    width: 100%;
}

.footer .footer-menus .footer-menu ul li a {
    font-weight: 500;
    font-size: 18px !important;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    color: #6cb741 !important;
    padding: 0.25rem 0.25rem 0 0.25rem;
	font-family: "montserrat";
}

.dark-footer {
    padding: 1em;
    display: flex;
    text-align: center;
    align-items: center;
    background-color: #024751;
    flex-direction: column;
    color: #fff;
}

.dark-footer .social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dark-footer .social a {
    padding: 1rem;
}

.dark-footer .links {
    margin-left: auto;
    margin-right: auto;
}

.dark-footer .links a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
}

.testimonial-blocks .wp-block-column {
	min-height: 300px;	
	width: 50%;
	max-width:550px;
 }

iframe {
	min-height: 330px;
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
	.testimonial-blocks .wp-block-column {
		max-width: 450px;
		min-height: 300px;	
 }
}

@media only screen and (min-width: 700px) and (max-width: 1000px) {
	.testimonial-blocks .wp-block-column {
		width: 100% !important;
		max-width: 100%;
		min-height: auto;	
 }
	
	.testimonial-blocks>div {
		max-width: 100% !important;
	}
}

.mobile-only>div, .desktop-only>div {
	display: inline-block;
	max-width: 220px;
	min-width: 0;
}

@media only screen and  (max-width: 1024px) {
	.mobile-only {
		display: inline-block !important;
	}
	.desktop-only {
		display: none !important;
	}
	.mobile-only>div, .desktop-only>div {
	display: inline-block;
	min-width: 0px;
}
	.testimonial-blocks .wp-block-column {
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media only screen and  (min-width: 1024px) {
	.mobile-only {
		display: none !important;
	}
	.desktop-only {
		display: inline-block !important;
	}
}

.testimonial-blocks img {
    border-radius: 50%;
	margin-right: 20px;
}

.testimonial-blocks>div {
    max-width: 50%;
}

.testimonial-blocks>div>div {
	display: flex;
}

.testimonial-blocks>div>div figure {
	min-width: 175px;
	vertical-align: middle;
	margin-right: 20px;
}

.testimonial-blocks>div>div figure img {
	min-width: 175px;
	vertical-align: middle;
	margin-top: 25%;
}

.testimonial-blocks>div>div p {
    line-height: 2rem;
	padding-top: 20px;
}

.testimonial-blocks>div>div p strong {
    font-size: 12px;
}

.max-width-call {
    max-width: 1200px;
    margin: auto;
}

.max-width-call p, .max-width-call h3 {
    display:block;
    width: 100%;
    text-align: center; 
}

.max-width-900 {
	max-width: 950px;
	margin: auto;
}

.tick-list ul li {
    margin-left: 25px !important;
	margin: 2rem 0;
}

.tick-list ul li:before { content:url('data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALCAYAAACgR9dcAAACL0lEQVQokWIMn2rB8PfXX4YHp94wcPCwMjAyMzKAwP+//xkYIEwwYGRkYPjz6x/Dj0+/GbQ9pHfxS3O7AgAAAP//YkJI4wYgjX9//2f4+fk3g5qDxGxlG3HX759+XQcAAAD//yKsGaTxz3+G7x9/MSjbiM/WcJNKeX7945nH595qAwAAAP//wq+ZEeL8b+9/MsibijRpukulPL/28eKT82+tWNiY/gMAAAD//2L59+c/w+8ffxn+/vnHwMiE7EkkjSYiTbo+srWvbn66+Oj0GxMWduY/jIz/GQAAAAD//2Lik+A8IKrCt5GJkZHh9/c/EANgGt/9ZJAzEmnSD5CrffPg8637J9+YMLMy/WFhZ2L4/5+BAQAAAP//Yvr59TePjL6Qn6ab9IZf3/4w/P7xh4HhPwPD1/c/GWQMhCv1/OVq3z36+vjByTc2yBoZGBgYAAAAAP//YhZT5pvFyMxkrGAm4sfIxKj56uanNT8+/2aQ1hUqMAiR7/7w5NuTu0dfmTIyMrxi5WABa2RkZGT4//c/AwAAAP//YlZ1kGD4+ubn8n9//zsqWoh6//r65z8LOzOfUajCwk8vf3y4d+SVPgMDw0s2Tma4jWDNf/8zAAAAAP//YmFiZWIAmfj00nsHRiaG4yp24o0gBZ9eff9x7+hrg/8MDC+QNcIBAwMDAAAA//9iAfmPmZWRgYWDGWSAJTML00V2Xla5ByffWPz///8hLo0MDAwMAAAAAP//AwCZ8NDPw7vMTQAAAABJRU5ErkJggg==');
    height: 20px;
    width: 20px;
    margin-left: -25px;
    padding-right: 10px;
}

.tick-list img {
	width: 538px;
}

.tick-list .wp-block-group {
	margin: 0;
}

.wpcf7-form input, .wpcf7 textarea {
    width: 100% !important;
}



.wpcf7-not-valid-tip {
	display: inline-block;	
	margin-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
	.wpcf7-form input, .wpcf7 textarea {
		min-width: 100% !important;
		width: 100% !important;
	}	
}

.wpcf7-form .half-field input, .wpcf7-form .half-field select, .wpcf7-form .half-field {
    max-width: 277px;
    min-width: 240px;
    width: auto !important;
    display:inline-block;
	vertical-align: top;
}

.wpcf7-form select option:checked, .wpcf7-form select option:active, .wpcf7-form select option:focus,  .wpcf7-form select option:target, .wpcf7-form select option:selected, .wpcf7-form select option:hover {
	background-color: #6cb741 !important;
	background: #6cb741 !important;
	box-shadow: 0 0 3px 1px rgb(94, 0 0 0);
	z-index:99999999;
}

.has-background figure {
    margin: 0 !important;
}

.pricing-table {
    width: 100%;
    vertical-align: top;
}

.pricing-table-wetu .wp-block-column{
    min-width: 350px;
	max-width: 350px;
}

.pricing-table div {
    width: 100%;
    vertical-align: top;
}

.pricing-table .wp-block-column {
    min-height: 685px;
    box-shadow: 0 6px 24px rgba(0,0,0,.06);
    border: 1px solid #ebe9f1;
}

.pricing-table-wetu {
	align-items: normal !important;
	justify-content: space-between;
}

.pricing-table-wetu .wp-block-column {
	box-shadow: 0 6px 24px rgba(0,0,0,.06);
    border: 1px solid #ebe9f1;
}

.pricing-table-wetu .wp-block-getwid-price-box {
    text-align: center;
    border-radius: 20px 20px 0 0;
	min-height: 300px;
	min-width: 350px;
}

.cell-head {
	background-color: #f2fbf5 !important;
	text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
    .pricing-table-wetu {
        display: block;
        flex-wrap: wrap !important;
    }

    .pricing-table-wetu .wp-block-column {
        display: inline-block;
        max-width: 350px;
        min-width: 350px;
    }      

    .wpcf7-form .half-field input, .wpcf7-form .half-field select, .wpcf7-form .half-field textarea, .wpcf7-form  .half-field { max-width: 100%; min-width: 100%; margin-left: 0;}

    .header__navigation .open {
        display: inline-block;
        width: 100%;
        position: fixed;
        top: 100px;
        z-index: 999;
        bottom: 0;
        right: -75%;
        padding: 10px;
        transition: all .2s ease-in-out;
    }
    .header nav ul ul {
        position: relative;
        top: 20px !important;
        left: 0;
        padding: 0;
        z-index: 99999;
        min-width: 0;
        border-radius: 0px;
        background: transparent;
        color: #000;
        box-shadow: none !important;
        border-bottom: none;
    }

    .header nav ul ul li {
        opacity: 1;
        border: none;
    }

    .header nav ul li {
        margin: 0 !important;
    }

    .header nav ul ul li a, .header nav ul li a {
        font-size: 18px !important;
    }

    .header__navigation .open li:has( .sub-menu ) {
        border-bottom: 1px solid #000;
        display:block;
        background: transparent;
    }

    .header__navigation .open ul li ul li a{
        color: #6cb741 !important
    }

    .header__navigation .open li {
        position: relative;
        display: block;
        padding:0;
		    max-height: 180px;
    }

    .header__navigation .open li ul li a, .header nav ul li>a, .header nav ul ul li a{
        position: relative;
        display: block;
        color: #6cb741 !important;
        padding: 10px;
        text-align: left;
        text-transform: capitalize;
        font-weight: 400;
    }

    .header_navigation .open li a, html body nav ul .menu-item-has-children ul li a {
        color: #6cb741 !important;
    }

    html body nav ul .menu-item-has-children a {
        color: #000 !important;
    }

    .header__navigation .open .sub-menu {
        display: block !important;
        position: relative !important;
        margin-top: 20px;
    }

    .blocksnum > .wp-block-column, .blocksinum > .wp-block-column {
        width: 45%;
        max-width: 100%;
        min-width: 300px;
    }
    }

.mobile-footer-nav {
	display: inline-block;
}
		.footer-circle {
			border-radius: 10px;
		}

.footer-nav-bar-container { display: none;}

    @media only screen and (max-width: 1024px) {
		
		.is-type-video iframe {
			max-width: 90%;	
			margin: auto;
		}
		
		.is-type-video .wp-block-embed__wrapper {
			text-align: center;
		}
		
		.footer-nav-bar-container {
			display: block;
			height: 100px;
		}
		
		.footer-nav-bar {
			width:100%;
			position: fixed;
			bottom: 0;
			left:0;
			background: #024751;
			height: 100px;
			text-align: center;
			display:flex;
			z-index: 99999;
		}
		.footer-circle {
			margin: auto;
			background: #6cb741;
			height: 50px;
			width: 200px;
			z-index: 99999;
			overflow: visible;
			 
			color: #fff;
			font-size: 20px;
			text-align: center;
			vertical-align: middle;
			display: flex;
			align-items: center;
    justify-content: center;
		}
		
		.CircleOpen {
			border-radius: 0;
			background: #f6f7f8;
			right:10px;
			height: 250px;
			width:100%;
			display: inline-block;
  animation-duration: 1s;
			border-top: 1px solid #000;
			padding-bottom: 20px !important;
		}
		
		.CircleOpen .menu-item-has-children {
			display: none !important;
		}
		
		.CircleOpen ul {
			list-style-type: none;
			margin: 0;
		}
		
		.CircleOpen  ul ul li  {
			text-align: left;
			padding: 20px;
			border-bottom: 1px solid #000;
		}
		
		.CircleOpen  ul ul li:nth-of-type(2) {
			padding-bottom: 20px;
		}

		.CircleOpen .btn-sploosj {
			display: none;
		}
		
		.CircleOpen  ul ul li a {
			color: #000 !important;
			
			text-align: left !important;
			font-size: 24px;
		}
		
		.mobile-footer-nav {
			display: none;
			
		}
		
		.footerNavOpen {
			height: auto;
			display: block;
		}
		
		
		.center-mobile {
			text-align: center;
			align-content: center;
		}
		
		.close-btn {
			z-index: 9999999999999999;
			position: relative;
			border: none;
			margin-top: 10px !important;
			padding: 15px 20px !important;
		}
		
		@keyframes footer-menu {
  from {width: 100px; height: 100px;}
  to { width: 95%; height: 500px;}
}

				@keyframes footer-menu-back {
  from { width: 95%; height: 500px; }
  to { width: 100px; height: 100px; }
}
		
		.center-mobile img { margin-top: 20px; }
		
    	.header__navigation .open .sub-menu {
        	margin-top: 40px;
        }
		
		.row-reverse {
			flex-direction: column-reverse !important;
		}
		
		.wp-block-coblocks-accordion {
			width: 100% !important;
			margin-right: 10px;
		}
		
		.wp-block-coblocks-accordion-item__title:after {
			left: 94% !important;
		}
    }

@media only screen and (max-width: 780px) {
.pricing-table-wetu .wp-block-column {
    display: block;
    max-width: 350px;
    min-width: 350px;
    margin: auto;
}
	.wp-block-coblocks-accordion-item__title:after {
			left: 92% !important;
		}
}

.uagb-block-31235227 .wp-block-columns .wp-block-column, .uagb-block-31235227 .wp-block-getwid-price-box {
	min-width: 370px;
}

.wp-block-getwid-price-box__title {
    -moz-border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    font-weight: 500;
    font-size: 21px !important;
    line-height: 26px;
    color: #fff;
}

.wp-block-getwid-price-box__features li .wp-block-button {
	text-transform: capitalize;
}

.wp-block-getwid-price-box__features li .wp-block-button__link {
	min-width: 300px;
	display: inline-block;
}

.wp-block-getwid-price-box__amount {
    font-weight: 700;
    font-size: 64px !important;
    line-height: 47px;
    color: #fff;
}

.wp-block-getwid-price-box__pricing {
    margin-bottom: 1em;
}

.wp-block-getwid-price-box__features {
    margin-bottom: 0 !important;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__features .wp-block-button {
    margin-bottom: 0 !important;
}

.uagb-block-31235227 .wp-block-getwid-price-box .wp-block-getwid-price-box__features li {
	margin: 0;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__features .wp-block-button:hover {
	text-decoration: none;
}

.wp-block-getwid-price-box, .wp-block-getwid-price-box__title, .wp-block-getwid-price-box__amount, .wp-block-getwid-price-box__period {
    color: #fff !important;
}

.wp-block-getwid-price-box__features li {
	color: #fff !important;
}

.wp-block-getwid-price-box__features li div:not( .wp-block-button ) a, .wp-block-getwid-price-box__features li a {
	color: #6cb741 !important;
}

.wp-block-getwid-price-box__features li div a {
	color: #fff !important;
}

.wp-block-getwid-price-box__features li a:after {
	content: url('../png/2f45fef9-cc3e-4502-b113-7780437dffb6-2.png');
}


.wp-block-getwid-price-box__features .wp-block-button a:after {
	content: '' !important;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__features li {
	display: flex;
    margin-top: 0;
    font-weight: 600;
    font-size: 12px !important;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #b9b9c3 !important;
	justify-content: center;
	margin-bottom: 30px;
}

.wp-block-getwid-price-box a {
    color: #6cb741;
    font-size: 20px;
}

.has-text-align-center{ text-align: center; }

.wp-block-table table tr, .wp-block-table table tr td {
    display: block;
    text-align: center;
    padding: 10px;
	font-family: "Montserrat";
}

.wp-block-table table tr:first-of-type{ width: 100%; border-spacing: 1em;}

.wp-block-table strong {
	font-size: 12px;
	font-weight: 600;
}

.wp-block-table table { width: 100%; border-spacing: 1em; border: 1em solid #fff;
margin-bottom: 2rem;
padding: 1rem;
border-radius: 10px;
	min-width: 350px;
}

.wp-block-table table tr:nth-of-type(odd) {
    background-color: #f6f7f8;
}

.staff-list { 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
	margin-top: 6em;
	padding-top: 2em;
}

.staff-list div {margin-right: 20px;
    border-radius: 50%;
	position: relative;
	margin: 10px;
}

.staff-list .overlay {
	background: rgba(2, 71, 81, 0.1);
	position: absolute;
	z-index: 2000;
	width:200px;
	height: 200px;
	margin: 0;
}


.staff-list div img{
    border-radius: 50%;
    filter: grayscale(100%);
    filter: gray;
	height: 200px;
	width: 200px;
}

@keyframes grays {
    0%   {grayscale:0%; }
    25%  {grayscale:25%;}
    50%  {grayscale:50%;}
    75%  {grayscale:75%;}
    100% {grayscale:100%;}
  }

.gray {
    border-radius: 50%;
    animation-name: grays;
  	animation-duration: 2s;
    filter: grayscale(0%) !important;
    filter: gray;
}

.cta-link a {
	font-weight: 600;
    font-size: 20px !important;
    line-height: 24px;
    text-align: center;
}

.staff-list div {
    position: relative;
    overflow: hidden;
}

.staff-list div .name {
    color: #fff;
    position: absolute;
    display: none;
    bottom: -10px;
    left:0;
    border-radius: 0;
    width: 180px;
    height: 50px;
    background-color: #024751;
    text-align: center;
    padding-top: 10px;
}

.staff-list div:hover .name {
    display: block;
}

.wp-block-uagb-counter--number .wp-block-uagb-counter__image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(108,183,65,.12);
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin:auto;
}

.hero-banner {
    max-height: 570px;
}

.link-button {
	margin-left: 0 !important;
}

.margin-left-minus-30 {
	margin-left: -30px !important;
}

.link-button a, .link-button a strong, .link-button {
	font-family: "Montserrat" !important;
	font-size: 20px !important;
	font-style: normal;
	font-weight: 600 !important;
	position: relative;
	line-height: normal;
    line-height: 24px;
    text-align: left;
}

.black-link strong, .black-link a {
	color: #6e6b7b !important;	
	font-weight: 600;
}

.black-link strong:after {
	fill: #6e6b7b !important;
	color: #6e6b7b !important;
	stroke: #6e6b7b !important;
	content: url('../svg/new-tab-black.svg') !important;
	top: 4px;
	margin-left: 5px;
	position: relative;
}

.green-link strong:after{
	content: url('../svg/new-tab-green-1.svg');
	position: relative;
	top: 4px;
	margin-left: 5px;	
}

.link-button a:after {
	
}

@media only screen and (max-width: 1024px) {
	.link-button a {
		right: 0;
	}
}

.wpcf7 label {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
	color: #000;
	letter-spacing: -0.25px;
}

.wpcf7 label {
    display: block;
}

.wpcf7 input:active, .wpcf7 input:focus, .wpcf7 select:active, .wpcf7 select:focus, .wpcf7 textarea:active, .wpcf7 textarea:focus {
    outline: none;
    border: 1px solid #6cb741;
}

.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 0.4rem 0.5em;
    border: 1px solid #d8d6de;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    min-height: 38px;
	margin: 5px 0 10px 0;
	max-width: 580px;
}

.wpcf7 textarea {
	height: 65px;
}

.wpcf7 p {
	margin: 0 !important;
}

.wp-block-coblocks-accordion {
	width: 171.42857rem;
	justify-content: space-between;
	align-items: center;
}

.wp-block-coblocks-accordion-item__title {
	height: auto;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #024751;
    padding: 2rem;
    position: relative;
    border-radius: 8px;
	cursor: pointer;
}

.wp-block-coblocks-accordion-item__title:after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'/%3E%3Cpolyline points='6 9 12 15 18 9' style='fill:none;stroke:black;stroke-width:2'/%3E%3C/svg%3E ");
  width: 0;
	position: absolute;
	top:40%;
	left: 96%;
}

.wp-block-coblocks-accordion-item__title.open:after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'/%3E%3Cpath  d='M17.6569 16.2427L19.0711 14.8285L12.0001 7.75739L4.92896 14.8285L6.34317 16.2427L12.0001 10.5858L17.6569 16.2427Z' style='fill:%236cb741;stroke:%236cb741;stroke-width:0.5' /%3E%3C/svg%3E ");
  width: 0;
	position: absolute;
	top:25%;
	left: 96%;
}

.wp-block-coblocks-accordion-item__title::marker {
	display: none;
	font-size: 0px;
}

.wp-block-coblocks-accordion-item__title.open {
background: #f2fbf5;
}

.wp-block-coblocks-accordion-item__content {
    padding: 2rem 2rem 1rem 2rem;
	border: none;
}

.wp-block-coblocks-accordion-item__content p {
	font-weight: 400;
    font-size: 16px !important;
    line-height: 20px;
    color: #6e6b7b;
}

.contact-head {
	font-size: 28px !important;
	font-weight: 500 !important;
}

.contact-block p {
	line-height: 175%;
	margin-bottom: 0;
	padding-bottom:0;
}

.contact-column h2 {
	font-size: 28px;
}

.contact-column form {
	padding-top: 10px;
}

.max-image {
	max-width: 538px;
	vertical-align: baseline;
}

.contact-min-height {
	min-height: 250px;
	vertical-align: bottom;
	margin-top: 96px;
}

.contact-columns {
	align-items: baseline !important;
	    justify-content: center;
}

.contact-columns .wp-block-column {
	flex-basis: 30% !important;
}



.maxh-brochure {
	max-height: 463px;
}

.maxh-brochure h1 {
	text-shadow: 1px 1px 1px #000;
	font-size: 36px !important;
	margin-top: 50px !important;
}

.unbounce-head {
	font-size: 22px;
	margin-bottom: 20px !important;
}

html body .unbounce-buttons {
	margin: 20px 0 40px 0 !important;
}

.unbounce-buttons .wp-block-button a {
	min-width: 225px;
	min-height: 50px;
	display: inline-block;
}

.unbounce-buttons .wp-block-column {
	min-width: 0;
}

.unbounce-icon img {
	margin-bottom: 20px;
}

.gif-screen {
	margin-left: 10px;
	margin-top: 20px;
}

.unbounce-list {
	list-style-type: none;
}

.unbounce-list li {
	margin-bottom: 30px;
	position: relative;
}

.unbounce-list li:before {
	content: "•";
	color: #6cb741;
	font-size: 50px;
	margin-top: -5px;
	margin-left: -20px;
	position: absolute;
}


.ubounce-list2 {
	list-style-type: none;
	 counter-reset: li;
}

.ubounce-list2 li {
	margin-bottom: 20px;
	position: relative;
}

.ubounce-list2 li::before {
	content: counter(li); 
	color: #6cb741;
  	display: inline-block; 
	width: 1em;
  	margin-left: -1em;
	font-weight: bold;
}

li {counter-increment: li}

.iconograph .wp-block-columns {
	justify-content: center !important;
}

.iconograph .wp-block-columns img {
	margin: 0 50px;
}

.iconograph p {
	font-size: 16px;
	margin-top: 20px;
}

@media only screen and (max-width: 976px) {
	.wp-block-uagb-container {
		padding: 0 !important;
}
	
	html body main .hero-banner {
	margin-top: -225px;
	overflow: hidden;
}

	.padding-mobile {
		padding:20px !important;
	}
	
}

@media only screen and (min-width: 1024px) {
	.swiper-container { display: none !important; }
	
}

.page-id-3 main, .page-id-337 main {
	padding: 0 20px !important;
}

@media only screen and (max-width: 1024px) {
	
	
.align-selfy {
	align-self: baseline;
}
	
	.wp-block-columns .wp-block-column .wp-block-group {
		display: block;
	}
	
	.container .row .col h2{
		text-align: left;	
	}
	
	nav ul li svg, .header__navigation div div a {display: none !important;}
	
	.header__navigation {
		background-color: rgba( 0, 0, 0, 0) !important;
	}
	
	.swiper-slide {
		/*margin-top: 60px;*/
		display: flex;
    justify-content: center;
    width: 90%;
    max-width: 330px;
    /*padding: 2rem;
    background: #f6f7f8;
    border: 1px solid #ebe9f1;
    */border-radius: 20px;
    align-items: center;
		min-height: 330px;
	}
	
	.post-729 .swiper-slide {
		/*margin-top: 60px;*/
		display: inline-block;
    max-width: 330px;

    border-radius: 20px;
		min-height: 100px;
	}


	
.min-height-350 {
	min-height: 350px;
}
	
	.uagb-block-7c008219 {
		padding-left: 20px !important;
	}
	
	footer {
		max-width: 100%;
		overflow-x: hidden;
	}
	
	.footer .footer-menu, .footer .footer-menus {
		display: block !important;
		text-align: left !important;
		width: 100%;
		max-width: 100% !important;
	}
	
	.footer .footer-menu {
		border-bottom: 1px solid #000;
		padding: 20px 0;
	}
	
	.footer .footer-menu h4, .footer .footer-menu ul li a {
		text-align: left !important;
		padding: 10px 0 !important;
	}
	html body main .has-extra-large-font-size {
		font-size: 1.75rem !important;
		line-height: 2 rem !important;
	}
	.margin-left-40 {
		padding-left: 40px !important
	}
	html .page main article .wp-block-group h2, html .page main article .wp-block-uagb-container h2 {
		margin:auto;
	}
	html .page-id-188, html .page-id-72, html .page-id-90 { margin: 0 20px !important;}
	
	.heading-full-width{
		text-align:left !important;
		max-width: 100% !important;
		
	}


	.page-id-3 p, .page-id-3 h1, .page-id-3 h2, .page-id-3 h3, .page-id-3 h4, .page-id-337 main, .page-id-337 ul li, .page-id-337 ol li, .page-id-337 p, .page-id-337 h1, .page-id-337 h2, .page-id-337 h3, .page-id-337 ul li, .page-id-337 ol li, .page-id-337 h4 {
		max-width: calc( 100% - 20px );
	}
	
	.wp-block-uagb-container.uagb-block-a796b611 {
		flex-direction: row !important;
		padding: 30px 0 !important;
		row-gap: 2em;
	}
}

.no-min-width .wp-block-uagb-image__figure h3{
	font-size: 18px !important;
	text-align: center !important;
}

.min-height-400 {
	min-height: 400px;
}

.steps-world {
	text-align: center;
	vertical-align: middle;
	margin:auto;
	font-size: 36px;
	color: #fff;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #6CB845;
	box-shadow: 0px 0px 1px 8px rgba(108,184,69,0.3);
-webkit-box-shadow: 0px 0px 1px 8px rgba(108,184,69,0.3);
-moz-box-shadow: 0px 0px 1px 8px rgba(108,184,69,0.3);
padding-top: 30px;
position: relative;
	z-index: 10;
}

.map-block .wp-block-column {
	position: relative;
}

.map-block .wp-block-column:first-of-type:after, .map-block .wp-block-column:nth-of-type(2):after {
	height: 5px;
	width: 350px;
	position: absolute;
	top: 20%;
	left: 175px;
	border-bottom: 2px dotted rgb(85, 83, 97);
	content: '';
}

@media only screen and (max-width: 600px) {
	.min-row-height-faq p, .min-row-height-faq h2{
		margin-left: 40px !important;
		line-height: normal !important;
		padding: 0 !important;
	} 
	
	.icon-circles .blocksnum .wp-block-column {
		padding: 0;
	}
    
    .tick-list ul li, .tick-list h2, .tick-list ol li, .tick-list h3 {
    	margin-right: 40px  !important;
    }
}

@media only screen and (max-width: 1024px) {
	
    .swiper-slide {
		/*margin-top: 60px;*/
		display: flex;
    justify-content: center;
    width: 90%;
    max-width: 330px;
    padding: 0;
    /*padding-top: 2rem;
    background: #f6f7f8;
    border: 1px solid #ebe9f1;
    */border-radius: 20px;
    align-items: center;
		min-height: 0 !important;
	}
    
    .logo-carousel img {
    max-width: 100% !important;
    }
    
	.wp-block-getwid-button-group__wrapper {
		margin-bottom: 20px !important;
	}
	
	.page-template-landing-page-template .header {
    background-color: #024751;
}
	
	.page-template-landing-page-template .header .headerCTA {
		display: block !important;
    	float: none !important;
		margin-top: 75px;
	}
	
	.map-block .wp-block-column:first-of-type:after, .map-block .wp-block-column:nth-of-type(2):after {
		display: none;
	}
	
	.tick-list h3 {
		text-align: left;
		max-width: 500px;
		margin: auto;
	}
	
	.icon-circles img {
		margin-top: 30px;
	}
	
	.icon-circles .blocksnum {
		display: block;
		min-width: 0;
		display: inline-block;
		
	}
	
	.maxh-brochure h1 {
		margin-top: 50px !important;
	}

    .wp-block-button { padding: 20px 10px !important; }
}

.map-block h2 {
	font-size: 28px;
	font-weight: 400;
}

.wp-block-uagb-counter__title {
	min-height: 48px;
}

.slick-dots {
	display: none !important;
}

.uagb-tm__author-name {
	color: #024751 !important;
    font-family: "Montserrat";
    font-size: 0.8rem !important;
    font-style: normal ;
    font-weight: 600 !important;
    line-height: normal;
    letter-spacing: 0.14286rem;
    text-transform: uppercase;
}

html article .uagb-block-77cf5a36 .uagb-container-inner-blocks-wrap {
	margin: 0 !important;
}
}

.wp-block-uagb-container.uagb-block-72fd68f9, .wp-block-uagb-container.uagb-block-5f6a3f3b, .wp-block-uagb-container.uagb-block-51c521e5, .wp-block-uagb-container.uagb-block-51c521e5, .page-id-986 .maxhb-brochure, .post-986 .maxh-brochure {
	margin-top:1200px !important;
}

.wp-block-uagb-container.uagb-block-762f5bab{
	margin-top: 200px;
}

.tick-list ol li {
    margin: 2rem 0;
}


.tick-list ol li::marker, 
.tick-list ol::marker {
	color: #6cb741;
}

.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-0816b6ba > .uagb-container-inner-blocks-wrap {
	max-width: 1200px !important;
}
 .post-337 .uagb-is-root-container .uagb-container-inner-blocks-wrap {
	margin-top: 200px !important;
}

.page-id-3 .uagb-is-root-container .uagb-container-inner-blocks-wrap .wp-block-group { margin-top: 100px;}

.orange {
	background-color: #F05A28 !important;
}

.page-template-landing-page-template .swiper-slide {
	width: 144px;
}

.wp-block-uagb-container.uagb-block-e0d73d99 {
max-width: 1200px;
}

.logo-carousel img{
max-width: 144px;
}

.uagb-block-51c521e5 {
max-height: 550px;
}

html body main .logo-slider .uagb-container-inner-blocks-wrap {
margin: 0 !important;
}

.logo-carousel:before {
	background: #B5DAA2;
    height: 100%;
    width: 250px;
    position: absolute;
    left: 0;
    top: 0;
    content: "TRUSTED BY AFRICA'S LEADING BRANDS";
    color: #fff;
    z-index: 999;
    inline-size: 250px;
}

.logo-carousel .wp-block-uagb-container{
padding: 0 !important;
}

.uagb-block-a32de554 {
	margin-top: 200px;
}

.min-height-300 {
	min-height: 300px;
    }
    
.min-height-300 h2 {
		padding-top: 0;
}

html body article .min-height-300 div {
	margin-top: 0 !important;
}

.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-267cd5a9 > .uagb-container-inner-blocks-wrap { flex-direction: inherit !important; }

.page-template-landing-page article>.wp-block-group, article>.wp-block-uagb-container .uagb-container-inner-blocks-wrap {
	margin-top: 50px !important;
}

html .page-template-landing-page-template .landing-above-fold .uagb-container-inner-blocks-wrap {
	max-width: 900px !important;
    margin-top: 0 !important;
}

.landing-above-fold .tick-list img {
	width: 450px !important;
}

.page-template-landing-page-template article .uagb-block-0085e9fa .uagb-container-inner-blocks-wrap {
	margin-bottom: 0 !important;
}

.page-template-landing-page-template article .uagb-block-0085e9fa .uagb-container-inner-blocks-wrap h2 {
padding-top: 10px !important;
}

.landing-page-h2 {
	font-size: 48px !important;
    font-weight: 600;
}

.uagb-block-a14cc81b .wp-block-column {
	width: 400px;
}

.uagb-block-a14cc81b, .uagb-block-577d586a, .uagb-block-d5a6f0d6 .inner-blocks-wrap {
	max-width: 900px;
}

.uagb-block-577d586a h3 {
	max-width: 400px;
}

.uagb-block-7baf25bd .wp-block-columns {
	flex-basis: content;
}

 .page-template-landing-page-template .landing-block {
 align-items: flex-start !important;
 }
 
  .page-template-landing-page-template .uagb-block-89d6d4f5 .tick-list {
  	margin-top: 55px;
  }
    
.page-template-landing-page-template h2 {
	margin-bottom: 0
    }
    
    html body main .page-template-landing-page-template .uagb-block-cf1a02ce .uagb-container-inner-blocks-wrap {
    	margin-top: 0 !important;
        padding-top: 0 !important
        }
    
@media only screen and (max-width: 1024px) {

.header nav {
padding-top: 0 !important;
}
.uagb-block-e1584a9e{
	background-color: #fff !important;
}
.landing-block .wp-block-column {padding-left: 0;}

.wp-block-video{
	text-align: center;
}
.column-boop figure {
	float: none !important;
    margin-left: 50px;
}
.uagb-block-2e2d2d1d{
	background-color: #fff !important;
}

 html body .uagb-block-a7d647ca .uagb-container-inner-blocks-wrap {
 	margin-bottom: 0 !important;
    padding-bottom: 0 !important;
 }

	.uagb-block-31d98bcc .wp-block-column {
    	margin-left: 40px !important;
        margin-right: auto;
        }

	.logo-carousel:before, .logo-carousel:after {
    	display: none;
    }
    
    .alcb__carousel_container {
    	width: 100% !important;
    }
    
    .page-template-landing-page-template .swiper-wrapper {
    	height: 150px !important;
    }
    /*.swiper-wrapper .swiper-slide {
    	margin-top: 0;
        padding-top: 35px;
    }
    
    .home .swiper-wrapper {
    height: 100% !important;
    }*/
    
    html .page-template-landing-page-template main .uagb-block-cdbffee0 .uagb-container-inner-blocks-wrap, html .page-template-landing-page-template main .uagb-block-2d18589e .uagb-container-inner-blocks-wrap {
    	padding-top: 0 !important;
        margin-top: 0 !important;
    }
    
    .uagb-block-9f9ceba9 .wp-block-column {
    	padding-left:0 !important;
    }
    .page-template-landing-page-template .header__navigation {
    	background: #024751 !important;
        max-height: 900000px !important;
		
    }
	html .page-template-landing-page-template main .tick-list ul {
	max-width: 300px !important;
    margin: auto;
    }
	
    .page-template-landing-page-template main {
    	margin-top: 100px !important; 
        }
     .page-template-landing-page-template .headerCTA {
     	top: -30px !important;
        right: 5px !important;
        min-height: 100px !important; 
        min-width: 0 !important;
     }
     .page-template-landing-page-template .tick-list {
     padding: 10px;
     }
	.page-template-landing-page-template h2, .page-template-landing-page-template h3, .page-template-landing-page-template h1 {
		text-align: center !important;
	}
	.page-template-landing-page-template h1 {
		max-width: 500px;
	}
}

@media only screen and (max-width: 500px) {
	.page-template-landing-page-template main .uagb-container-inner-blocks-wrap {
		padding: 20px !important;
	}
}

@media only screen and (max-width: 450px) {

.mobile-sticky { z-index: 999999; }
	.page-template-landing-page-template .headerCTA {
		top: 30px !important;
		right: 50% !important;
		margin-right: -75px !important;
	}
	
	.page-template-landing-page-template .header__navigation a {
		margin: 0;
	}
	
	.page-template-landing-page-template .header__navigation {
    	background: #024751 !important;
        max-height: 900000px !important;
		
    }
    .landing-block .tick-list .wp-block-column {
    padding-left: 0 !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 450px ) {
	.page-template-landing-page-template .wp-block-column, .page-template-landing-page-template .uagb-container-inner-blocks-wrap h3 {
		min-width: 500px;
	}
		
}

.page-template-landing-page-template .wp-block-columns {
    justify-content: center !important;
}

html body .uagb-block-1ba32b77 .uagb-container-inner-blocks-wrap {
margin-bottom: 0 !important;
}

html body main .uagb-block-b3ac2483 .uagb-container-inner-blocks-wrap {
	padding-top: 0 !important;
}
.logo-carousel:before {
	background: #B5DAA2;
    height: 100%;
    width: 200px;
    position: absolute;
    left: 0;
    top: 0;
    content: "TRUSTED BY AFRICA'S LEADING BRANDS";
    color: #fff;
padding: 0 10px;
z-index: 999;
margin-top: -10px;
margin-left: 25px;
}
.logo-carousel:after {
  border-top: 37px solid transparent;
    border-left: 40px solid #B5DAA2;
    border-bottom: 50px solid transparent;
    width: 0;
    height: 0;
    left: 245px;
    top: -10px;
    position: absolute;
    content: "";
    transform: rotate(0deg);
    z-index: 100;
}

.wp-block-uagb-container {
padding: 0 !important;
}
.logo-slider .uagb-container-inner-blocks-wrap .uagb-block-cdfd2463, .wp-block-uagb-container.uagb-block-6f13c043 { padding: 0 !important;}

.page-template-landing-page-template .uagb-block-14728e94 .wp-block-columns {
	width: 100%;
	display: block;
}

.wp-block-lcb-logo-carousel .swiper-wrapper {
	
}

.green-outline .wp-block-button__link {
	    background: transparent !important;
    background-color: transparent;
    border: 3px solid #6CB741 !important;
    color: #6cb741 !important;
}

.orange-outline  {
	    background: transparent !important;
    background-color: transparent;
    border: 3px solid #F05A28 !important;
    color: #F05A28 !important;
}

.pink-outline .wp-block-button__link {
	background: transparent !important;
    background-color: transparent;
    border: 3px solid #ec008c !important;
    color: #ec008c !important;
}

.teal-outline .wp-block-button__link {
	background: transparent !important;
    background-color: transparent;
    border: 3px solid #13a89e !important;
    color: #13a89e !important;
}

.blue-outline .wp-block-button__link {
	background: transparent !important;
    background-color: transparent;
    border: 3px solid #25aae1 !important;
    color: #25aae1 !important;
}

.purple-outline .wp-block-button__link {
	background: transparent !important;
    background-color: transparent;
    border: 3px solid #92278f !important;
    color: #92278f !important;
}

.yellow-outline .wp-block-button__link {
	background: transparent !important;
    background-color: transparent;
    border: 3px solid #fec432 !important;
    color: #fec432 !important;
}

.midnight-green-outline .wp-block-button__link {
	background: transparent !important;
    background-color: transparent;
    border: 3px solid #024751 !important;
    color: #024751 !important;
}

.uagb-block-5a811d9b .wp-block-columns {
	width:100%;
	display: block;
}

.orange-outline .wp-block-button__link {
	background: transparent !important;
    background-color: transparent;
	color: #F05A28 !important;
}
.padding-10 {
	padding: 10px;
}

.page-template-landing-page-template article h2 {
padding-top: 10px !important;
}

html article .uagb-block-85e7cccc .uagb-container-inner-blocks-wrap {
	margin-top: 0 !important;
}

.uagb-block-cae7e39b .wp-block-columns {
	align-items: baseline;
}

html article .uagb-block-85e7cccc img {
	margin-top: -40px;
}

.page-template-landing-page-template .uagb-block-193f9e44 .uagb-container-inner-blocks-wrap {
	padding: 50px 0;
	max-width: 900px !important;
}

.uagb-block-01dd5632 img {
	width: 400px;
}

.uagb-block-01dd5632 .wp-block-column:first-of-type{ 
max-width: 400px;}

.page-template-landing-page article>.wp-block-group, article>.wp-block-uagb-container .uagb-container-inner-blocks-wrap {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

html body .uagb-block-b9a2e5f5 {
	padding: 50px 0 !important;
}

.uagb-block-a14cc81b .wp-block-column, .uagb-block-b4c42498 .wp-block-column {
	width: 400px;
}

.uagb-block-a14cc81b, .uagb-block-577d586a, .uagb-block-b4c42498 .inner-blocks-wrap, .page-template-landing-page-template .uagb-block-577d586a, .uagb-block-643b7407 .uagb-container-inner-blocks-wrap, .uagb-block-b4c42498 .uagb-container-inner-blocks-wrap, .uagb-block-bb46cf15 .uagb-container-inner-blocks-wrap, .uagb-block-67bd7228 .uagb-container-inner-blocks-wrap, .uagb-block-fad40ea7, .uagb-block-4bc437f9 .uagb-container-inner-blocks-wrap, .uagb-block-d95674a3 .uagb-container-inner-blocks-wrap {
	max-width: 900px !important;
	padding: 40px 0 !important;
	margin: auto;
}

.uagb-block-75225d3a .wp-block-columns, .uagb-block-d172a621 .wp-block-columns {
	justify-content: center !important;
}

html body .uagb-block-643b7407 .inner-blocks-wrap {
	max-width: 1200px !important;
}

.uagb-block-baa5092e h3, .uagb-block-643b7407 .wp-block-column {
	max-width: 400px;
}

.uagb-block-643b7407 .wp-block-column:first-of-type {
	max-width: 500px;
}

.uagb-block-d5a6f0d6 .wp-block-columns {
	flex-basis: content;
}
html body main .left-landing{
	text-align: left !important;
}

.wp-block-coblocks-accordion-item__title::marker {
	display: none !important;
	font-size: 0px !important;
}

.the-last-mofo video {
	width: 399px;
}

.landing-block h3 {
	width: 400px;
	margin-top: 0;
}

.column-boop  {
	max-width: 400px;
}

.uagb-block-d172a621 video {
	width:225px;
}

.landing-block .uagb-container-inner-blocks-wrap {
	max-width: 900px !important;
	padding: 40px 0 !important;
	margin: auto;
}

.uagb-block-a0c6a6b3 .uagb-container-inner-blocks-wrap {
	padding: 0 !important;
}

html body article .heading-no-floomp .uagb-container-inner-blocks-wrap {
	margin-bottom: 0 !important;
}

html body main .uagb-block-e44b2eb7 .uagb-container-inner-blocks-wrap {
	margin-top: 0 !important;
}

.landing-block ul {
	margin-left: 0;
}

.full-width-title h3, .uagb-block-a0c6a6b3 h3 {
	width: 100% !important;
}

.uagb-block-dedef87a .wp-block-columns {
	align-items: normal;
}


.uagb-block-dedef87a .wp-block-columns .wp-block-column:first-of-type {
	margin-top: 58px;
}

.uagb-block-c5ac5c86 h2 {
	font-size: 48px !important;
}

.uagb-block-7baf25bd .wp-block-columns {
	flex-basis: content;
}

 .page-template-landing-page-template .landing-block {
 align-items: flex-start !important;
 }
 
  .page-template-landing-page-template .uagb-block-56bd9a56 .tick-list {
  	margin-top: 55px;
  }
    
.page-template-landing-page-template h2 {
	margin-bottom: 0
    }
    
    html .page-template-landing-page-template main .uagb-block-c65552a9  .uagb-container-inner-blocks-wrap {
    	margin-top: 25px !important;
        padding-top: 0 !important
        }

.is-content-justification-center {
	flex-direction: column;
}