/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 08 2025 | 09:55:35 */
:root {
	--border-radius-small: 0.35rem;
	--border-radius: 0.8rem;
	--border-radius-jg: 0.8rem 0.8rem 0.8rem 0;
	--border-radius-small-jg: 0.35rem 0.35rem 0.35rem 0;
	--title-separator-height: 4rem;
	--overlap: 5rem;
	--overlap-padding: clamp(1.5rem, 5vw, 4rem);
}








/* CTA Icon */
.fa-jg-cta:before {
    content: "\f095";
}

/* Home Page */

.our-reviews-image img {
    min-height: 650px;
    object-fit: cover;
}

@media screen and (min-width: 901px) and (max-width: 1320px) {
    .our-reviews-image img {
        min-height: 700px;
        object-fit: cover;
    }
}



@media screen and (min-width: 769px) and (max-width: 1040px) {
	
	.layout_1752 .w-grid-item-h {
	  margin: 0 1rem !important;
	}
}

@media screen and (max-width: 1040px) {
.team-member-row .g-cols.vc_row.via_flex.valign_top.type_default.stacking_default {
    position: flex;
    flex-wrap: wrap-reverse;
		gap: 2rem;
}
}

.whats-new.w-grid.type_carousel .w-grid-item {
    padding: 0rem;
}

.pop-up-play-icon i.fas.fa-play {
    background: #E06339;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    align-content:center;

}

@media screen and (max-width: 500px) {
	.pop-up-play-icon i.fas.fa-play {
    	width: 80px;
   	    height: 80px;
	}
	
	.w-popup.us_custom_67b6827d.pop-up-play-icon.align_center {
    font-size: 1.5rem !important;
}
}

@media screen and (max-width: 360px) {
	
.header-small-text span.w-text-value {
    font-size: 10px !important;
}
}
/* About Us Page */

.w-separator.with_content.with_line {
	padding-top: 0px !important;
}

.who-we-our-image img {
    min-height: 450px;
    object-fit: cover;
}

@media screen and (min-width: 769px) and (max-width: 1040px) {
	.who-we-our-image img {
		min-height: 620px;
		object-fit: cover;
	}
}

@media screen and (max-width: 1040px) {
	.our-ethos-row .g-cols.vc_row.via_flex.valign_middle.type_default.stacking_default {
		position: flex;
		flex-wrap: wrap-reverse;
		margin-top: -1.5rem;
	}
}

.align-middle-grid article.w-grid-item.team.type-team.status-publish.hentry {
    margin-top: -4rem;
}

/* Services Page */

.service-image img {
    min-height: 540px;
	max-height: 550px;
    object-fit: cover;
}

@media screen and (min-width: 769px) and (max-width: 1040px) {
	.service-image img {
		min-height: 600px;
		object-fit: cover;
	}
}


.service-image.img-left img {
    object-position: left center !important;
}


.service-image.img-right img {
    object-position: right center !important;
}

.service-image.img-right-soft img {
    object-position: 78% center !important;
}

/* =================================================== 
 * 		Post
 * =================================================== */

.title-row.post h1 span>span
{
	--bg-color: white;
	color: black;
    display: inline;
    background-color: var(--bg-color);
    box-shadow: 0.3rem 0 var(--bg-color), -0.3rem 0 var(--bg-color);
    decoration-break: clone;
    -webkit-box-decoration-break: clone;
    text-align: left !important;
	padding: 0.03em 0;
    line-height: 1.4;
	mix-blend-mode: screen;
	position: relative;
    z-index: 2;
}

.title-row.post .w-image {
    margin-left: -13vw;
    min-width: min(66%, 700px);
    max-width: 100%;
	flex: 1 1 100%;
}
.title-row.post h1 {
	
}
.title-row.post .psot-title-container {
	flex: 1 1 100%;
}

.connected-services-list.w-grid.type_grid .w-grid-list {
    display: flex;
    gap: 1rem
}


.jg-connected-services {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; /* space between buttons */
}


/* ===========================
 * 	Impreza Grid Fix
 * =========================== */

.w-grid.align-middle-grid .w-grid-list {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
}
.w-grid.align-middle-grid .w-grid-item {
  width: calc( ( 100% - var(--gap) * 2 * ( var(--columns) - 1 ) ) / var(--columns) );
}

/* =================================================== 
 * 		Cutout buttons and boxes
 * =================================================== */



.w-btn.icon_atleft:after, .w-btn.icon_atright:after {
    opacity: 0 !important;
}


.w-btn.icon_atright:hover i, .w-btn.icon_atleft:hover i {
    box-shadow: 0em 0px 0px 0em var(--color-red);
    background: var(--color-red);
    color: white;
}

.w-btn.icon_atright:hover, .w-btn.icon_atleft:hover {
    background: transparent !important;
    color: var(--color-red) !important;
}

.w-btn.icon_atright i,
.w-btn.icon_atleft i
{
    color: var(--color-black);
    position: absolute;
    right: 0;
    width: 2.5em;
    height: 2.5em;
    top: calc(50% - 1.25em);
    border-radius: 100%;
    box-shadow: -50em 0 0px 48.75em var(--color-main-teal);
	transition: all 0.3s;
}
.w-btn.icon_atleft i
{
    left: 0;
	box-shadow: 50em 0 0px 48.75em var(--color-main-teal);
}

.w-btn.icon_atright i::before,
.w-btn.icon_atleft i::before
{
    line-height: 2.5em;
}

a.w-btn.icon_atright,
a.w-btn.icon_atleft
{
    background: transparent !important;
}

.w-btn.icon_atright span.w-btn-label {
    z-index: 2;
    margin-right: 1.5em;
}
.w-btn.icon_atleft span.w-btn-label {
    z-index: 2;
    margin-left: 1.5em;
}


.it-text-box-cutout-icon {
	overflow: clip;
	padding: 1rem 1rem 1rem 0;
	gap:1rem;
}

.it-text-box-cutout-icon p.w-text {
	font-size: 1.4rem;
    margin-bottom: 0;
    border-radius: 100%;
    box-shadow: 200em 0 0 198.75em white;
    line-height: 2.5em;
    width: 2.5em;
    height: 2.5em;
    display: flex;
    flex: 1 0 2.5em;
    justify-content: center;
    color: white;
}

a.w-btn {
    border-bottom-left-radius: 0;
}

.w-btn.no-bg i {
    box-shadow: none;
    background: var(--color-main-teal);
    color: white;
}

/* =================================================== 
 * 		Team Grid
 * =================================================== */

.team_job_title span.w-post-elm-value {
    background: var(--color-dark-teal);
    color: white;
    padding: 0.15em 0.35em;
}

.separator-line-left-right {
    display: flex;
    width:100%;
    align-items: center;
    gap:0.5em
}
.separator-line-left-right span {
    flex-grow: 1;
    max-width: fit-content;
}

.separator-line-left-right:before,
.separator-line-left-right:after
{
    content: '';
    height: clamp(2px, 0.1em, 3px);
    width: 100%;
    background: currentColor;
    flex: 1;
}

/* =================================================== 
 * 		Title Row
 * =================================================== */

.service-title-row .w-hwrapper.valign_middle.align_none {
    justify-content: space-between;
}

.transparent-overlay .l-section-overlay {
    opacity: 0.9;
}

.title-row-intro {
    max-width: 960px;
    font-size: 1.2rem;
}

.icon-circle {
    display: inline-block;
    width: 1.8em;
	max-width: 1.8em;
    height: 1.8em;
    line-height: 2;
    flex: 1 0 1.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    /* mix-blend-mode: screen; */
}
.service-title-row .w-post-elm.post_custom_field.type_icon {
    font-size: 8rem;
}

@media screen and (max-width: 920px) {
	.service-title-row .w-post-elm.post_custom_field.type_icon {
    	font-size: 6rem;
	}
}

@media screen and (max-width: 768px) {
	.service-title-row .w-post-elm.post_custom_field.type_icon {
    	font-size: 5rem;
	}
}

@media screen and (max-width: 550px) {
	.service-title-row .w-post-elm.post_custom_field.type_icon {
    	font-size: 4rem;
	}
	
	.service-title-row h1.sec-title {
		font-size: 2.1rem !important;
	}
}

@media (max-width: 450px) {
    .service-title-wrapper {
        display: flex;        
        flex-direction: column-reverse; 
		align-items: flex-start;  
		gap: 1rem !important;
    }

    .service-title-wrapper > * {
        width: 100%;           
        flex: 0 0 100%;  
    }
	
	.icon-circle {
    	display: inline-block;
		width: 1.8em;
		max-width: 1.8em;
		height: 1.8em;
		line-height: 2;
		flex: 1 0 1.8em;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 100%;
	}
}


/* =================================================== 
 * 		Icon boxes
 * =================================================== */

.w-iconbox.style_circle .w-iconbox-icon, .w-iconbox.style_outlined .w-iconbox-icon {
    line-height: 1.9em;
    height: 1.9em;
    width: 1.9em;
}
p.w-iconbox-title {
    font-weight: 600;
}

/* =================================================== 
 * 		Service links
 * =================================================== */

.sub-services-row.is_sticky li a.active {
    background: var(--color-very-light-teal) !important;
    color: var(--color-dark-teal) !important;
	margin: -0.5rem -1.5rem -0.51rem;
	padding: 0.5rem 1.5rem;
	height: calc(100% + 1.01rem);
}
.sub-services-row.is_sticky li:nth-child(even) a.active {
    background: white !important;
}

.sub-services-row.is_sticky {
    background: var(--color-dark-teal) !important;
}
.ul-horizontal ul li {
	flex: 1 1 100%;
    background: var(--color-dark-teal);
    color: white;
	overflow: clip;
}

.type_sticky:not(.is_sticky) .ul-horizontal ul li:first-child a {
    background: var(--color-very-light-teal);
	color: var(--color-black);
}

.sub-services-row.is_sticky li {
    font-size: 0.8rem;
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    border-radius: 0 !important;
    transition: all 0.1s;
}

.ul-horizontal ul {
    display: flex;
    margin: 0;
	gap: 3px;
}

.ul-horizontal ul li {
	padding: 1rem 1.5rem;
    margin: 0 !important;
	text-transform: uppercase;
	font-weight: 600;
}
.ul-horizontal ul li a {
	color: inherit;
	margin: -1rem -1.5rem;
	padding: 1rem 1.5rem;
	display: inline-block;
	width: calc(100% + 3rem);
	height: calc(100% + 2rem);
}

.ul-horizontal ul li::marker {
    font-size: 0 !important;
}


.ul-horizontal ul li:first-child {
	border-radius: var(--border-radius-small) 0 0 0;
}

.ul-horizontal ul li:last-child {
	border-radius: 0 var(--border-radius-small) 0 0;
}

/* =========================
   TABLET - Sub services row
   ========================= */


@media screen and (max-width: 1040px) {


    .sub-services-row:not(.is_sticky) .ul-horizontal {
        position: relative;
        display: flex;
        justify-content: center;      
    }

    .sub-services-row:not(.is_sticky) .ul-horizontal ul {
        display: flex;
        flex-wrap: wrap;              
        justify-content: center;      
        gap: 8px;
        overflow-x: visible;
        margin: 0 auto;               
    }

    
    .sub-services-row.is_sticky .ul-horizontal {
        position: relative;
        display: block;
    }

	.sub-services-row.is_sticky .ul-horizontal ul {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 3px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin: 0;
		scrollbar-width: none;         
	}

	.sub-services-row.is_sticky .ul-horizontal ul::-webkit-scrollbar {
		display: none;                  
	}


    .sub-services-row.is_sticky .ul-horizontal ul li {
        flex: 0 0 auto;               
        padding: 0.5rem 1rem;        
        border-radius: 0;             
    }

    .sub-services-row.is_sticky .ul-horizontal ul li a {
        display: inline-block;
        margin: 0;                    
        padding: 0.5rem 1rem;
        width: auto;
        height: auto;
        white-space: nowrap;          
    }


    .sub-services-row.is_sticky li a.active {
        background: var(--color-very-light-teal) !important;
        color: var(--color-dark-teal) !important;
        margin: 0;
        padding: 0.5rem 1rem;
        height: auto;
        border-radius: 0;
    }

    .sub-services-row.is_sticky li:nth-child(even) a.active {
        background: white !important;
    }
}












/* =================================================== 
 * 		Post Grid
 * =================================================== */

.dotstyle_smudge .owl-dot span {
    height: 3px;
    border-radius: 0;
}

.post-grid .owl-dots {
    padding-top: 0;
	margin-top: -1rem;
    color: var(--color-light-teal);
}

.post-grid .w-grid-item {
	--gap: 1rem;
}

.post-grid .w-post-elm-list {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
}

.post-grid .w-post-elm-list a.w-btn {
    min-width: fit-content;
}

.post-grid .w-post-elm.post_taxonomy{
    width: 100%;
	justify-content: flex-end;
}

.overlap-top-bottom {
    margin: calc((var(--overlap) + var(--overlap-padding)) * -1) 0;
}
.overlap-up, .overlap-top {
    margin-top: calc((var(--overlap) + var(--overlap-padding)) * -1) ;
}

@media only screen and (max-width: 1040px) {
	.overlap-top {
    	margin-top: 1rem ;
	}
}

#hero .w-grid.us_post_list {
    margin-bottom: -18rem;
}

.post-grid h3.w-post-elm.post_title {
/*     padding: 1rem; */
    position: absolute;
	z-index: 1;
    bottom: 4rem;
    left: 0.2rem;
/*     background: var(--color-red); */
    max-width: 85%;
}

@media screen and (min-width: 769px) and (max-width: 1041px) {
	.latest-post-list.post-grid h3.w-post-elm.post_title {
		bottom: 2.2rem;
		font-size: 1rem !important; 
		max-width: 95%;
		left: 0rem;
	}
	
	.whats-new.post-grid h3.w-post-elm.post_title {
		bottom: 4rem;
		font-size: 2.5rem !important; 
		max-width: 95%;
		left: 0rem;
	}
}



@media screen and (max-width: 560px) {
	.post-grid h3.w-post-elm.post_title {
		bottom: 2.2rem;
		font-size: 1rem !important; 
		max-width: 95%;
		left: 0rem;
	}
}

.post-grid .w-post-elm.post_title>a
{
	--bg-color: var(--color-red);
    display: inline;
    background-color: var(--bg-color);
    box-shadow: 0.3rem 0 var(--bg-color), -0.3rem 0 var(--bg-color);
    decoration-break: clone;
    -webkit-box-decoration-break: clone;
    text-align: right !important;
	padding: 0.03em 0;
    line-height: 1.4;
}

/* .post-grid .w-grid-item-h {
    border-radius: var(--border-radius);
    overflow: clip;
    box-shadow: 0 5px 0 0 var(--color-light-teal);
} */

/* =================================================== 
 * 		Heading-tab
 * =================================================== */
.heading-tab {
    width: fit-content;
    padding: 0 0.5em;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

/* =================================================== 
 * 		Seperator
 * =================================================== */

.w-separator.size_small.with_line {
	margin-bottom: 0.8rem !important;
}

.w-separator.size_custom.with_line.width_screen.thick_4.style_solid.align_center.with_text.with_content {
    margin-top: calc(var(--title-separator-height) / -2);
    margin-bottom: 4rem;
}

.heading-4 h2.w-separator-text {
    background: white;
    color: var(--color-main-teal);
    padding: 0.5em !important;
}

/* .w-separator.with_content .w-separator-h:before {
    margin-right: 0;
}
.w-separator.with_content .w-separator-h:after {
    margin-left: 0;
} */

/* =================================================== 
 * 		Services Grid
 * =================================================== */

.heading-box {
    padding: 0.5rem;
    margin-bottom: 1rem !important;
    border-radius: var(--border-radius) 0 var(--border-radius) 0;
}

.services-grid .w-btn {
	border-radius: var(--border-radius) 0 0;
}

.services-grid .usg_vwrapper_2 {
    flex-grow: 1;
}
	
.services-grid .w-vwrapper.usg_vwrapper_1>* {
    position: relative;
    z-index: 1;
}

.services-grid .w-post-elm.post_custom_field.usg_post_custom_field_2.type_icon.us_tile_icon {
    position: relative;
/*     left: 0.5rem;
    top: 0.5rem; */
    box-shadow: 0 0 0 2000px white;
    color: white;
    z-index: -1;
    border-radius: 100%;
    width: 2em;
    height: 2em;
    display: grid;
    justify-content: center;
    font-size: 2rem;
    align-items: center;
	flex-shrink: 0;
}

.services-grid .w-text.usg_text_2.icon_atleft {
    font-size: 2rem;
    z-index: 1;
    mix-blend-mode: lighten;
}

.services-grid h2 {
    font-size: 1.4rem !important;
    color: var(--color-content-heading) !important;
    align-self: center;
    display: inline !important;
    padding: 0 0.5em 0.2em 0 !important;
    border-bottom-right-radius: 1.5rem;
}

.services-grid .w-grid-item-h {
    overflow: clip;
}



.home-hero .l-section-overlay {
    mask-image: linear-gradient(#ffffff21, white);
}


/* First row background padding fix */
.header_hor .l-header.pos_fixed:not(.bg_transparent) ~ .l-main>.l-section:first-of-type>.l-section-img {
    margin-top: var(--header-sticky-height);
}

.full-height .wpb_wrapper,
{
    height: 100%;
}

.full-height .wpb_wrapper>.w-vwrapper:only-child,
.full-height .wpb_wrapper>.w-hwrapper:only-child 
{
    height: 100%;
}

/* services grid only */
.services-page-grid .usg_post_custom_field_2.type_icon {
  background: var(--color-red);
}



/* =================================================== 
 * 		UL 
 * =================================================== */

ul>li::marker {
    font-size: 1.3em;
    line-height: 1em;
	color:var(--color-main-teal)
}
ul {
	margin-left: 1.5rem;
}

ul-check {
    margin-left: 2rem;
}

.ul-check ul li::marker {
    font-size: 1.2rem;
}

.ul-check ul{
	list-style-type: '✔';
}

.ul-check ul li {
    padding-left: 0.5rem;
}

.w-btn-wrapper {
    margin: 0;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.text-large {
		font-size: 1.1rem;
	}
.text-small {
		font-size: 0.85rem;
	}


.w-hwrapper {
row-gap: var(--hwrapper-gap, 0)
}

.w-vwrapper {
column-gap: var(--vwrapper-gap, 0)
}

#cmplz-manage-consent .cmplz-manage-consent {
    right: unset;
    left:  3rem;
}

.cn-set-cookie.cn-button {
    color: #fff !important;
}

.floating-text-box-left {
    margin-right: -2rem !important;
}

.floating-text-box-right {
    margin-left: -2rem !important;
}

.greyscale{
	filter: grayscale(85%);
}

.center-grid-items .w-grid-list {
	justify-content: center;
}

.mfp-bottom-bar {
display: none;
}

.animated-pointer {
  display: block;
  position: absolute;
  animation: ease-in-out infinite;
  animation-name: pointer-swipe;
  animation-duration: 3s;
}

@-webkit-keyframes pointer-swipe {
    0% {
      transform: translateX(0);
    }
       
    20% {
      transform: translateX(0.6rem);
    }
    
    40% {
      transform: translateX(-0.6rem);
    }
    
    60% {
      transform: translateX(0);
    }
	
	100% {
      transform: translateX(0);
    }
}

/* =================================================== 
 * 		Headings
 * =================================================== */

p.w-separator-text {
    text-transform: uppercase;
}

.w-separator.has_text_color .w-separator-text {
	color: inherit !important;
}

h1, h2, h3, h4, h5, h6 {
	padding-top: 0;
}
.l-section :is(h1, h2, h3, h4, h5, h6) strong {
    background: var(--color-dark-teal);
    color: white;
    padding: 0 0.1em;
}

.l-section .has_text_color :is(h1, h2, h3, h4, h5, h6) strong {
    background: var(--color-main-teal);
}

.l-section.color_alternate :is(h1, h2, h3, h4, h5, h6) strong
{
    background: var(--color-alt-content-heading);
    color: black;
    padding: 0 0.1em;
    mix-blend-mode: screen;
}
/* .l-section.color_alternate :is(h1, h2, h3, h4, h5, h6) strong {
    background: var(--color-alt-content-heading);
    color: var(--color-dark-teal);
    padding: 0 0.1em;
} */

.l-section.color_alternate :is(h1, h2, h3, h4, h5, h6) em {
    font-style: normal;
	color: var(--color-text);
}

.heading-1,
.wpb_text_column.heading-1 :is(h2, h3, h4, h5, h6) {
  font-family: var(--h1-font-family, inherit);
  font-size: var(--h1-font-size, inherit);
  font-weight: var(--h1-font-weight, inherit);
  font-style: var(--h1-font-style, inherit);
  line-height: var(--h1-line-height, 1.4);
  letter-spacing: var(--h1-letter-spacing, inherit);
  text-transform: var(--h1-text-transform, inherit);
}

.heading-2,
.wpb_text_column.heading-2 :is(h1, h3, h4, h5, h6) {
  font-family: var(--h2-font-family, inherit);
  font-size: var(--h2-font-size, inherit);
  font-weight: var(--h2-font-weight, inherit);
  font-style: var(--h2-font-style, inherit);
  line-height: var(--h2-line-height, 1.4);
  letter-spacing: var(--h2-letter-spacing, inherit);
  text-transform: var(--h2-text-transform, inherit);
}

.heading-3,
.wpb_text_column.heading-3 :is(h1, h2, h4, h5, h6) {
  font-family: var(--h3-font-family, inherit);
  font-size: var(--h3-font-size, inherit);
  font-weight: var(--h3-font-weight, inherit);
  font-style: var(--h3-font-style, inherit);
  line-height: var(--h3-line-height, 1.4);
  letter-spacing: var(--h3-letter-spacing, inherit);
  text-transform: var(--h3-text-transform, inherit);
}

.heading-4,
.wpb_text_column.heading-4 :is(h1, h2, h3, h5, h6) {
  font-family: var(--h4-font-family, inherit);
  font-size: var(--h4-font-size, inherit);
  font-weight: var(--h4-font-weight, inherit);
  font-style: var(--h4-font-style, inherit);
  line-height: var(--h4-line-height, 1.4);
  letter-spacing: var(--h4-letter-spacing, inherit);
  text-transform: var(--h4-text-transform, inherit);
}

.heading-5,
.wpb_text_column.heading-5 :is(h1, h2, h3, h4, h6) {
  font-family: var(--h5-font-family, inherit);
  font-size: var(--h5-font-size, inherit);
  font-weight: var(--h5-font-weight, inherit);
  font-style: var(--h5-font-style, inherit);
  line-height: var(--h5-line-height, 1.4);
  letter-spacing: var(--h5-letter-spacing, inherit);
  text-transform: var(--h5-text-transform, inherit);
  margin-bottom: var(--h5-margin-bottom, 1.5rem);
}

.heading-6,
.wpb_text_column.heading-6 :is(h1, h2, h3, h4, h5) {
  font-family: var(--h6-font-family, inherit);
  font-size: var(--h6-font-size, inherit);
  font-weight: var(--h6-font-weight, inherit);
  font-style: var(--h6-font-style, inherit);
  line-height: var(--h6-line-height, 1.4);
  letter-spacing: var(--h6-letter-spacing, inherit);
  text-transform: var(--h6-text-transform, inherit);
  margin-bottom: var(--h6-margin-bottom, 1.5rem);
}



/* ========================================== 
 * 		Nav menu
 * ========================================== */

nav.w-nav.ush_menu_1.heading-5 {
    margin-bottom: 0;
}

nav.type_desktop li.mobile-only {
    display: none;
}

/* ========================================== 
 * 		Forminator
 * ========================================== */

span.forminator-error-message {
    font-size: 0.8em;
    color: #d52f2f;
}

label.forminator-label, 
h4.forminator-label {
    font-size: 0.9rem;
	font-weight: 600;
	color: var(--color-content-text);
}

.color_alternate label.forminator-label, 
.color_alternate h4.forminator-label {
	color: var(--color-alt-content-text);
}

.forminator-checkbox-label, .forminator-checkbox__label {
	 font-size: 0.85rem;
	font-weight: 500;
}


label.forminator-checkbox {
    margin-right: 1.5rem;
}

.forminator-checkbox__label {
    display: inline-block;
}

.forminator-checkbox__wrapper {
    display: flex;
    gap: 0.5rem;
}


/* --- Mobile Optimisation --- */

@media only screen and (max-width: 900px) {
	.g-cols.via_flex.type_default>.wpb_column.stretched:last-of-type {
		margin-right: -2rem !important;
	}
	.g-cols.via_flex.type_default>.wpb_column.stretched:first-of-type {
		margin-right: -2rem!important;
	}
	#slider-spacer{
	height: 45vh;
	}
	.me-first{
		order:1;
	}
	.me-second{
		order:2;
	}
}

@media only screen and (max-width: 768px) {
	a.w-text-h span {
		display: none;
	}
}