.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}

.wind-damage-banner {
text-align: center;
}

.wind-damage-banner img{
max-width: 560px;
width: 100%;
height: auto;
margin-inline: auto;
}


/*** Banner ***/
.info-banner {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100vh;
	width: 100vw;
	z-index: 999999999;
	background-color: #00000073;
	text-align: center;
	padding-inline: 9px;
overflow-y: scroll;
}

.info-banner-content {
	max-width: 560px;
	width: 100%;
	background-color: transparent;
	color: #222;
	text-align: center;
	position: relative;
	margin: auto;
	top: 15%;
	overflow-y: scroll;
}

.info-banner-heading {
	padding: 14px 12px 20px;
	color: #fff;
	margin-top: auto;
	text-align: center;
}

.info-banner-heading h2 {
font-weight: 600;
font-size: 2.3em
}

.info-banner-heading .underline {
	display: block;
	position: relative;
	width: 200px;
	height: 4px;
	margin: 15px auto;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}


.info-banner-content img {
	max-width: 800px;
	width: 100%;
        height: auto;
	margin: -10px auto 0px;
}

.info-banner-text {
padding: 0px 25px 30px;
margin-top: -20px;
}


.close-btn {
	position: absolute;
	top: 2%;
	right: 3%;
	transform: translateY(-10%);
	cursor: pointer;
	color: #fff;
	font-size: 1.4em;
	padding: 1px 8px;
	font-weight: 600;
	text-align: center;
	background: #de0000;
}

.close-btn:hover {
	background-color: #1a2d51;
}
.sb-container {
position: absolute;
bottom: 0%;
max-width: 100%;
width: 100%;
text-align: center;
}

.sb-container .site_button {
background-color: var(--light-blue);
}

.info-banner .site-button {
	position: relative;
	display: block;
	font-weight: 500;
	font-size: .9em;
	max-width: 250px;
	width: 100%;
	text-align: center;
	margin: 25px auto;
	padding: 4px 4px;
	text-decoration: none;
	 background-color: #002f88; 
	border-radius: 8px;
	color: #fff;
	z-index: 0;
	overflow: hidden;
	transition: all .4s;
	border: 2px solid #fff;
}

@media (max-width: 981px) {
info-banner-content{
 top: 26%;
}
}

@media (max-width: 750px) {
}

@media (max-width: 650px) {

.info-banner-content {
height: auto;
}

.sb-container {
bottom: 3%;
}

.sb-container .site-button {
max-width: 195px;
}

.info-banner-heading h2 {
font-size: 1.8em
}

.close-btn {
	font-size: 1.2em;
}

}

@media (max-width: 450px) {


.info-banner-heading h2 {
font-size: 1.6em
}

.close-btn {
	font-size: 1em;
}

.info-banner .site-button {
	font-size: .8em;
	margin: 10px auto;
	padding: 4px 4px;
}

}


/* -----------------
        slider component
      ------------------- */

.beforeAfterContainerWrapper {
display: flex;
flex-flow: row wrap;
gap: 35px;
justify-content: center;
margin; auto;
}

.beforeAfterContainer {
    padding: 0 30px;
max-width: 98.5%;
width: 100%;
margin-inline: auto;
}

.beforeAfterContainer #comparison {
	width: 100%;
	height: 60vw;
	max-height: 370px;
	margin: 0px auto;
	padding: 3vh 10px;
	max-width: 600px;
	box-shadow: 2px 8px 10px #0000002b;
	background: #fff;
	border-radius: 8px;
}

.beforeAfterContainer #comparison .before-1 {
    background-image: url("/imageserver/UserMedia/sigma/gallery/before-after/sigma-before001.jpg");
    background-size: cover;
    position: relative;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.beforeAfterContainer #comparison .before-2 {
    background-image: url("/imageserver/UserMedia/sigma/gallery/before-after/sigma-before002.jpg");
    background-size: cover;
    position: relative;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}



.beforeAfterContainer #comparison figure>img {
    position: relative;
    width: 100%;
}

.beforeAfterContainer #comparison #after-1 {
    background-image: url("/imageserver/UserMedia/sigma/gallery/before-after/sigma-after001.jpg");
    background-size: cover;
    position: absolute;
    width: 0%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    bottom: 0;
    height: 100%;
}

.beforeAfterContainer #comparison #after-2 {
    background-image: url("/imageserver/UserMedia/sigma/gallery/before-after/sigma-after002.jpg");
    background-size: cover;
    position: absolute;
    width: 0%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    bottom: 0;
    height: 100%;
}



.beforeAfterContainer .intro-right {
padding: 0!important;
}


input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    top: -3.5rem;
    left: -2%;
    background-color: rgba(255, 255, 255, 0.5);
    width: 102%;
    height: 15px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:active {
    outline: none;
}

input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 102%;
    right: 2%;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    outline: none;
}

input[type=range]::active {
    border: none;
    outline: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    background: var(--light-blue);
    border-radius: 50%;
    border: 6px solid #ffffff;
}

input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    width: 25px;
    height: 25px;
    background: var(--accent-color);
    border: 6px solid #ffffff;
    border-radius: 50%;
}

input[type=range]:focus::-webkit-slider-thumb {
    background: var(--accent-color);
}

input[type=range]:focus::-moz-range-thumb {
    background: var(--accent-color);
}

.before-after-label {
    width: 0;
    height: 0;
    overflow: hidden;
}

/* ---------------------
              toggler component
        ----------------------- */
.switchContainer {
    display: flex;
    justify-content: center;
}

.switchContainer p {
    padding: 0 5px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.toggler {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
}

.toggler:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
}

input:checked+.toggler {
    background-color: var(--light-blue);
}

input:focus+.toggler {
    box-shadow: 0 0 1px var(--light-blue);
}

input:checked+.toggler:before {
    transform: translateX(26px);
}

/* Rounded sliders */
.toggler.round {
    border-radius: 34px;
}

.toggler.round:before {
    border-radius: 50%;
}

@media (max-width: 1200px) {
.beforeAfterContainer {
width: 46.5%;
}
}

@media (max-width: 920px) {
.beforeAfterContainer {
	padding: 0 30px;
	max-width: 98.5%;
	width: 100%;
	margin-inline: auto;
}
}