/***************************************
Launchpad Child Stylesheet
*****************************************/
/*
Author: Hicaliber
Author URL: hicaliber.com.au
Description: Launchpad Platform Child stylesheet
*/
/***************************************
Table of Contents:

Typography
Custom CSS Variables

/*************************************
#TYPOGRAPHY - START
**************************************/
/* Light */
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium/titilliumweb-light.woff2') format('woff2'),
       url('../fonts/Titillium/titilliumweb-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

/* Regular */
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium/titilliumweb-regular.woff2') format('woff2'),
       url('../fonts/Titillium/titilliumweb-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* Semi Bold */
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium/titilliumweb-semibold.woff2') format('woff2'),
       url('../fonts/Titillium/titilliumweb-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}


body {
	font-family: var(--lp--custom-preset--font-family);
	font-weight: 300;
}

body, p, ul, ol{
	font-size: var(--lp--custom-preset--font-medium);
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--lp--custom-preset--font-family);
	font-weight: 500;
}
.hero .hero-banner-message h1 span, .hero .hero-banner-message h1 em, .section-title span, .hic-title span, 
.image-left-content .hic-title h3 span, .image-right-content .hic-title h3 span {
	font-family: var(--lp--custom-preset--font-family);
}

/*Button - Start*/
.hic-button-wrap .button,
.home .hero-cb .button{
	text-transform: capitalize;
	background-color: var(--lp--base-preset--brand-color--primary);
	position: relative;
    border-radius: 5px;
	padding: 18px 30px 18px 52px;
	transition: all .3s;
	border: none;
}
.hic-button-wrap .button:hover{
	background-color: var(--lp--base-preset--button--background-color--hover);
}

.hic-button-wrap .button:before,
.home .hero-cb .button:before{
	content: "\f105";
    font-family: "Font Awesome 5 Pro";
    width: 24px;
    height: 24px;
    background-color: #1488BD;
    color: #fff;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    padding: 0 0 0 3px;
    top: 15px;
    left: 20px;
	transition: all .3s;
}

.hic-button-wrap .button:hover:before{
	background-color: #fff;
	color: var(--lp--base-preset--button--background-color--hover);
}

.page-element.default-alignment .section-footer .hic-button-wrap{
	margin-top: 50px;
}
/*Button - End*/
/*************************************
!TYPOGRAPHY - END
**************************************/

/*************************************
#CUSTOM CSS VARIABLES - START
**************************************/
/*Use format --lp--custom-preset--  */

:root{
	--lp--custom-preset--font-xsmall: 14px;
	--lp--custom-preset--font-small: 16px;
	--lp--custom-preset--font-medium: 18px;
	--lp--custom-preset--font-large: 21px;
	--lp--custom-preset--font-xlarge: 26px;
	--lp--custom-preset--font-xxlarge: 36px;
}
:root{
	--lp--custom-preset--border-color: #eee;
	--lp--custom-preset--font-family: 'Titillium';
}
/*************************************
!CUSTOM CSS VARIABLES - END
**************************************/

/*Heading - Start*/

.header .menu a{
	font-weight: 500;
	font-size: var(--lp--custom-preset--font-medium);
	text-transform:capitalize;
}

.header .menu .menu-button a{
	border-radius: 5px;
	background-color: var(--lp--base-preset--brand-color--primary);
	border: none !important;
}


.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .header{
	background-color: var(    --lp--base-preset--brand-color--dark);
}

.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .header .menu li a{
	color: #fff;
}

.header .menu .is-dropdown-submenu li a{
	background-color: var(--lp--base-preset--brand-color--dark);
}

.header .menu .submenu li a:hover{
	padding: 10px 8px;
}

.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .menu-icon::after, 
.lp-hero-hidden.header-transparent:not(.sticky-header.scrolled) .menu-icon::after{
	    background: #fff;
    box-shadow: -16px 9px 0px #fff, 0px 18px 0px #fff;
}
/*Heading - End*/

/*Hero - Start*/

.hero .hero-banner-message h1 span{
	display: inline;    
	font-size: 108px;
    font-family: 'open sans-serif';
	color: var(--lp--base-preset--brand-color--primary);
}

.hero-banner-message .hic-button-wrap .button,
.home .hero-cb .button{
	background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
	text-transform: non;
}

.home .hero-cb .button p{
	margin-bottom: 0;
	text-transform: none;
}

.hero-banner-message .hic-button-wrap .button:hover,
.home .hero-cb .button:hover{
	background-color: var(--lp--base-preset--button--background-color--hover);
	border-color: var(--lp--base-preset--button--background-color--hover);
}

.hero-banner-message .hic-button-wrap .button:before,
.home .hero-cb .button:before{
	background-color: #fff;
	color: var(--lp--base-preset--button--background-color--hover);
}

.home .hero .hero-banner-message > p:first-child{
	letter-spacing: 3px;
	margin-bottom: 0;
}

.hero .hero-banner-message h1{
	font-weight: 500;
}

.hero-cb.image-above-content.dark-section .hic-content{
	background-color: transparent;
}

.hero-cb.image-above-content.dark-section .hic-content strong{
	font-size: var(--lp--custom-preset--font-xlarge);
	line-height: 1.2;
}

.hero-cb.image-above-content.page-element .hic-title h3{
	text-transform: capitalize;
	font-size: var(--lp--custom-preset--font-xxlarge);
}

.hero-cb.page-element.grid .section-body .hic-item{
	margin-bottom: 0;
}

.hero-cb .hic-box .hic-button-wrap .button{
	width: auto;
}

.hero-cb .hic-item.contain-images .hic-image{
	background-color: #fff;
	padding: 50px;
	background-size: 85%;
}

.hero-cb .hic-item.contain-images.primary-bg .hic-image{
	background-color: var(--lp--base-preset--brand-color--primary);
}

.home .hero-cb h1{
	font-size: 2rem;
    color: #fff;
    font-weight: 900;
}

.home .hero-cb .section-body{
	align-items:center;
}


.hero-video-button{
	text-align: center;
}

.hero-video-button a{
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	align-items: center;
	justify-content: center;
	display: flex;
	margin: auto;
	margin-bottom: 10px;
}

.hero-video-button a i{
	font-size: 33px;
}

@media(max-width: 640px){
	.hero .hero-banner-message .hic-button-wrap .button{
		margin-left: 0;
	}
	
}

@media (max-width: 1024px) {
    .admin-bar.header-transparent .hero.full-screen-banner {
        min-height: calc(58vh - 46px);
    }
}

@media(min-width: 641px){
	.hero-cb.page-element.grid .section-body .hic-item{
		margin-bottom: 75px;
	}
	
	.home .hero-cb .section-body > .cell:first-child{
		padding-right: 30px;
	}
	.home .hero-cb h1{
		font-size: 3rem;
	}
}

@media(min-width: 1268px){
	.home .hero .hero-banner-message h1{
		font-size: 87px;
	}
	.home .hero .hero-banner-message p{
		font-size: 26px;
		max-width: 800px;
	}
}
/*Hero - End*/

/*Helper - Start*/
.no-section-bg-filter .bg-image::before{
	display: none;
}

.no-section-bg-filter .hic-content{
	color: #000;
}

.section-title span{
	color: #000;
	letter-spacing: 3px;
}

.hic-title span{
	letter-spacing: 3px;
}

.page-element.dark-button .section-footer .button{
	background-color: var(--lp--base-preset--brand-color--primary);
	border: none;
}


.page-element.dark-button .section-footer .button:before{
	
}

.bg-image-design{
	background-image: url(/wp-content/uploads/2025/07/Group-327.svg);
	background-repeat: no-repeat;
	background-position: top left;
}

.flex-none{
	flex:none !important;
	width: 100% !important;
}

.flex-none .hic-box{
	border: none !important;
	padding: 30px 0 !important;
}

.content-box-element.align-content-center .hic-box .hic-title{
	margin-bottom: 0;
}

@media(min-width: 641px){
	.align-content-center .hic-box{
		align-items: center !important;
	}
}
/*Helper - End*/

/*Tabs - Start*/
.tab-layout.dark-section .tabs-title, 
.tab-layout.theme-section .tabs-title,
.horizontal-tab-layout.default-alignment .tabs .tabs-title > a,
.tabs-content{
	background-color: transparent;
	color: #fff;
	transition: all .3s;
}

.tabs .tabs-title:not(.is-active),
.tabs{
	border: none;
}

.tabs .tabs-title:not(.is-active) a{
	border-bottom: 1px solid #fff;
}

.tabs .tabs-title.is-active > a,
.tabs .tabs-title > a:hover{
	border-bottom: 2px solid var(--lp--base-preset--brand-color--primary);
}

.tabs-content{
	padding-top: 50px;
}

@media(min-width: 641px){
	.horizontal-tab-layout.default-alignment .tabs .tabs-title > a{
		font-size: 26px;
		text-align: left;
		padding-bottom: 31px;
	}
}
/*Tabs - End*/

/*Content Boxes - Start*/


.page-element.content-box-element .hic-title span:first-child{
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	font-size: var(--lp--custom-preset--font-large);
	color: #000;
	margin-bottom: 10px;
	letter-spacing: 3px;
}

.content-box-element.image-left-content .hic-title,
.content-box-element.image-right-content .hic-title{
	margin-bottom: 44px;
}

.content-box-element.image-left-content .hic-title span,
.content-box-element.image-right-content .hic-title span{
	color: var(--lp--base-preset--brand-color--primary);
	text-transform: none;
	font-size: inherit;
	line-height: inherit;
	display: inline;
	letter-spacing: 0;
}


.content-box-element .hic-box .hic-media-container .hic-image{
	border-radius: 10px;
}

.header-center.default-section .section-title{
    background-color: #fff;
}

.content-box-element.theme-section .section-title span{
	color: #fff;
	font-weight: 500;
}

.header-center .section-title,
.header-center.theme-section .section-title{
    display: inline-block;
    font-size: 26px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.header-center .section-header > .cell{
	position: relative;
}

.header-center .section-header > .cell:before{
	content:'';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #B8B8B8;
	left: 0;
	top: 20px;
}

.header-center.theme-section.has-bg-img .section-title{
	background-color: #0975a8;
}

.header-center.theme-section .section-header > .cell:before{
	background-color: #28AAE1;
}


@media(max-width: 1023px){
	.tab-layout.horizontal-tab-layout #cb-tabs{
		flex-flow: wrap;
	}
	
	.tab-layout.horizontal-tab-layout #cb-tabs .tabs-title{
		width: 48%;
	}
	
	.page-element[class*="split-"] .has-media .hic-box .hic-media-container, 
	.image-left-content .has-media .hic-box .hic-media-container, 
	.image-right-content .has-media .hic-box .hic-media-container{
		margin-bottom: 15px;
	}
}

@media(max-width: 640px){
	.tab-layout.horizontal-tab-layout #cb-tabs{
		flex-flow: column;
	}
	
	.tab-layout.horizontal-tab-layout #cb-tabs .tabs-title{
		width: 100%;
	}
	
	.tabs-title > a{
		font-size: 18px;
	}
	.header-transparent.page-banner-hidden .off-canvas-content, 
	.header-transparent.lp-hero-hidden .off-canvas-content, 
	.sticky-header:not(.header-transparent) .off-canvas-content, 
	.sticky-header.page-banner-hidden .off-canvas-content, 
	.sticky-header.lp-banner-hidden .off-canvas-content{
		padding-top: 83px;
	}
}

@media (min-width: 641px) and (max-width: 1023px) {
	.page-element[class*="split-"] .has-media .hic-box .hic-media-container, 
	.image-left-content .has-media .hic-box .hic-media-container, 
	.image-right-content .has-media .hic-box .hic-media-container,
	.page-element[class*="split-"] .has-media .hic-box .hic-content, 
	.image-left-content .has-media .hic-box .hic-content, 
	.image-right-content .has-media .hic-box .hic-content{
		width: 100%;
	}
	
	.grid-x>.medium-4{
		width: 50%;
	}
}

@media(min-width: 641px){
	.image-left-content .medium-12.has-media .hic-box, .image-right-content .medium-12.has-media .hic-box{
		align-items: flex-start;
	}
	
}

@media(min-width: 1024px){
	.content-box-element.page-element{
		padding-top: 150px;
	}
	
	.image-left-content:not(.row-fluid) .has-media .hic-content{
		padding-left: 65px;
	}
}

/*ICON Boxes - Start*/


.icon-above-content .section-title{
	font-size: var( --lp--custom-preset--font-xlarge);
}

.icon-above-content .hic-box{
	padding: 32px 28px 70px;
}
.icon-above-content:not(.tab-layout).default-section .hic-box{
	border-radius: 10px;
    border: 1px solid;
    border-color: var(--lp--base-preset--brand-color--primary);
}

.icon-above-content:not(.tab-layout).default-section .hic-title{
	margin-bottom: 26px;
}
.icon-above-content:not(.theme-section) .hic-box .hic-icon{
    position: relative;
    display: inline-block;
    height: auto;
    font-size: 20px;
    width: 47px;
    height: 47px;
    padding-bottom: 0;
    display: flex;
    text-align: left;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
	margin-left: 0;
}

.icon-above-content:not(.theme-section) .hic-box .hic-icon{
	background-color: var(--lp--base-preset--brand-color--primary);
}


.page-element.icon-above-content.has-bg-img .section-body .hic-box{
	background-color: transparent;
	border-color: #fff;
}

.icon-above-content.has-bg-img .hic-content,
.icon-above-content.has-bg-img .hic-title h3{
	color: #fff;
}

.icon-above-content.has-bg-img .hic-title h3{
	font-size: var( --lp--custom-preset--font-xlarge);
}   

.style1-icon-above.icon-above-content .section-body > .hic-item:first-child .hic-box{
	background-color: transparent;
    border: none;
	padding-left: 0;
    align-items: flex-start;
    padding-top: 0;
}

.style1-icon-above.icon-above-content:not(.tab-layout) .hic-box{
	background-color: #178CC2;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    padding-bottom: 30px;
}

.style1-icon-above.icon-above-content .hic-box .hic-title h3,
.style1-icon-above.icon-above-content .hic-box .hic-title h3 span,
.style1-icon-above.icon-above-content .hic-box .hic-content,
.dark-bg-img.page-element .hic-box .hic-content,
.dark-bg-img.page-element .hic-box .hic-title h3,
.dark-bg-img.page-element .hic-box .hic-title h3 span,
.dark-section.page-element .hic-box .hic-title h3 span{
	color: #fff;
}

.style1-icon-above.icon-above-content .section-body .hic-item{
	margin-bottom: 36px;
}


.style1-icon-above.icon-above-content .hic-box .hic-icon{
	background-color: #fff;
    width: 70px;
    height: 70px;
}


.style1-icon-above.icon-above-content .hic-content .button,
.dark-bg-img.page-element .hic-content .button,
.dark-section.page-element .hic-content .button{
    border: 1px solid #fff;
    color: #fff;
	background-color: transparent;
}

.style1-icon-above.icon-above-content .hic-button-wrap .button:before,
.dark-bg-img.page-element .hic-button-wrap .button:before,
.dark-section.page-element .hic-content .button:before{
	background-color: #ffffff;
	color: #178CC2;
}

/*ICON Boxes - End*/

/*SLIDER - Start*/


.left-header-slider .section-header .section-title{
	font-size: var(--lp--custom-preset--font-xxlarge);
}


.left-header-slider.image-above-content.carousel:not(.listing-element) .section-body .button{
	font-size: 0;
    padding: 0;
	min-width: auto;
}

.left-header-slider.image-above-content.carousel .section-body .button:hover{
	background-color: transparent;
	border: none;
}

.left-header-slider.image-above-content.carousel .hic-content{
	position: relative;
	padding-right: 65px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	
}

.left-header-slider.image-above-content.carousel .section-body .hic-button-wrap{
	position: absolute;
    right: 0;
    top: 23px;
    height: 100%;
    margin-top: 0;
    justify-content: center;
    width: 50px;
}

.left-header-slider.image-above-content.carousel .section-body .hic-button-wrap .button:before{
	position: relative;
	top: auto;
	left: auto;
}

.left-header-slider.image-above-content .hic-box .hic-media-container .hic-image{
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
}

.left-header-slider.image-above-content.carousel.portrait-images .hic-image::before{
	padding-top: 125%;
}


.left-header-slider .slick-arrow{
    bottom: -120px;
    width: 82px;
    height: 82px;
    background-color: #1488BD;
    top: auto;
    border-radius: 50%;
	border: 1px solid #fff;
	transform: translate(0, 0);
	margin-left: auto;
	margin-right: auto;
}

.left-header-slider .slick-arrow:before,
.left-header-slider .slick-arrow:after{
	background-color: #fff;
}

.left-header-slider .slick-prev {
	left: 0;
	right: 100px;
}

.left-header-slider .slick-next{
	left: 100px;
    right: 0;
}

.left-header-slider .section-footer{
	margin-top: 150px;
}

.left-header-slider.carousel.theme-section .section-footer .hic-button-wrap{
	margin-top: 0;
}

.left-header-slider.carousel.theme-section .section-footer .button{
    border: 1px solid #fff;
    color: #fff;
}


.image-above-content.carousel  .section-body .button{
	border: none;
}

@media(max-width: 640px){
	.left-header-slider.page-element{
		padding-bottom: 120px;
	}
}

@media(min-width: 1628px){
	.left-header-slider .slick-arrow{
		
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.left-header-slider .section-header{
		position: absolute;
		left: 0;
		width: 100%;
		max-width: 25%;
		text-align: left !important;
		padding-right: 30px;
	}
	
	.carousel.left-header-slider .section-body.slick-slider{
		padding-left: 25%;
	}
	
	.left-header-slider .section-body .slick-list{
		margin-left: 80px;
	}
	
	
	.left-header-slider .inner-section > .grid-container{
		margin-right: -340px;
		position: relative;
		max-width: 100%;
		margin-left: 13%;
	}
	
	.left-header-slider .section-footer{
		position: absolute;
		left: 0;
		margin-top: 20px;
	}
	

	.left-header-slider .slick-prev {
		left: 15px;
		right: auto;
	}

	.left-header-slider .slick-next{
		left: 115px;
		right: auto;
	}
	
	.left-header-slider .slick-arrow{
		top: auto;
		 bottom: -50px;
	}

}

/*SLIDER - End*/
/*Content Boxes - End*/

/*Testimonial - Start*/
.testimonial-element .section-body .slick-arrow{
	background-color: transparent;
    border-color: #000;
	top: 100%;
}

.testimonial-element.page-element .slick-slider button.slick-arrow:before{
    color: #000;
	background-color: #000;
}

.testimonial-element .section-header .section-title{
	color: #000;
}

.testimonial-element .hic-box{
	background-color: #fff;
    border: 1px solid var(--lp--base-preset--brand-color--primary);
    padding: 30px;
}

.testimonial-element .hic-client-name{
	margin-bottom: 8px;
    font-weight: 600;
}

.testimonial-element .hic-client-location{
	color: #000;
    font-size: 14px;
    text-transform: capitalize;
}

.testimonial-element .hic-content::before{
	display: none !important;
}
/*Testimonial - End*/

/*Post Element - Start*/
.listing-element.image-above-content.post-element .hic-box{
	display: flex;
	flex-flow: column;
	padding: 30px;
	border: 1px solid var(--lp--base-preset--brand-color--primary);
	background-color: var(--lp--base-preset--brand-color--secondary);
}

.listing-element.image-above-content.post-element .hic-media-container{
	order: 3;
	border-radius: 5px;
}

.listing-element.image-above-content.post-element .hic-box .hic-content{
	order: 1;
	background-color: var(--lp--base-preset--brand-color--secondary);
	padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px;
}

.listing-element.image-above-content.post-element .section-body .hic-title{
	order: 1;
}

.listing-element.image-above-content.post-element .section-body .hic-published-date{
	order: 2;
	font-size: 12px;
    text-transform: capitalize;
    color: var(--lp--base-preset--brand-color--primary);
}

.listing-element.image-above-content.post-element .section-body .hic-button-wrap{
    justify-content: flex-start;
	position: relative;
    width: auto;
	top: 0;
	order: 3;
}

.listing-element.image-above-content.post-element .section-body .hic-button-wrap .button{
	text-align: left;
	width: auto;
	padding-left: 32px;
}

.listing-element.image-above-content.post-element .section-body .hic-button-wrap .button:before{
	left: 0;
    right: auto;
	position: absolute;
}
/*Post Element - End*/

/*Contact Page - Start*/

.page-contact .hero-cb .contact-form .hic-box{
	box-shadow: 0px 0px 7px 0px rgb(40 170 225);
}

.dark-section .contact-us-form *::placeholder,
.dark-section .contact-us-form input,
.dark-section .contact-us-form select,
.dark-section .contact-us-form textarea,
.contact-details .contact-phone a{
	color: #fff;
}

.dark-section .contact-us-form select{
	 background-color: var(--lp--base-preset--brand-color--dark);
}

.contact-details div{
	font-size: 18px;
}

/*Contact Page - End*/

/*Footer Start*/
.footer .footer-col h4{
	font-size: var(--lp--custom-preset--font-large);
	color: #000;
}

.footer.footer-layout-3 .contact-details div,
.footer.footer-layout-3 .contact-details div a,
.bottom-footer.with-colophon-link p,
.bottom-footer.with-colophon-link .menu a,
.footer .footer-col .menu a{
	font-size: var(--lp--custom-preset--font-small);
	color: #000;
	font-weight: 300;
}

.footer .footer-col a:hover,
.bottom-footer.with-colophon-link .menu a:hover{
	color: var(--lp--base-preset--brand-color--dark) !important;
}

.footer.footer-layout-3 .footer-col-1 .footer-blurb{
	padding-right: 50px;
}

.bottom-footer.with-colophon-link .cell{
	justify-content: left;
}

@media(max-width: 768px){
	.bottom-footer.with-colophon-link .cell{
		flex-flow: column;
	}
}

@media(min-width: 1024px){
	body .footer.footer-layout-3 .footer-col-1 .footer-blurb{
		padding-right: 50px;
		
	}
	body .footer.footer-layout-3 .footer-col-1{
		width: auto !important;
	}
	.footer .footer-col h4{
		font-size: var(--lp--custom-preset--font-xlarge);
	}
}
/*Footer End*/

/* Customizer */
/*************************************
#PAGE ELEMENT COUNTER - START
**************************************/
body.layouts {
	counter-reset: section;
}
body.layouts .page-element .grid-container {
	position: relative;
}
body.layouts .page-element .grid-container::after {
	counter-increment: section;
	content: counter(section);
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	font-weight: 700;
}
/*************************************
!PAGE ELEMENT COUNTER - END
**************************************/

/*************************************
#CUSTOM CSS VARIABLES - START
**************************************/
/*Use format --lp--custom-preset--  */
:root {
  --lp--custom-preset--border-color: #eee;
  --lp--custom-preset--accordion-background-color: #3f1904;
}
/*************************************
!CUSTOM CSS VARIABLES - END
**************************************/

.client-logo .hic-image::before {
    padding-top: 55%;
}
.vimeo-embed .flex-video,
.vimeo-embed .responsive-embed {
	position: unset;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: unset;
}
/* Customizer */