.maincontent {
padding:0;
position:relative;
max-width:100%;
border:0;
}



.team-img {
height:200px;
}

.kguard-intro .flex-row,
.kguard-how .flex-row {
padding: 30px 15px;
margin: 0px auto;
}

.kguard-intro-row2 {
flex-direction: row-reverse;
}

.kguard-intro-video {
text-align: center;
position: relative;
}

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 2;
}

.loader-text {
    font-size: 24px;
    font-weight: bold;
color: #aaa;
}

.loader-dots {
    animation: loader-ani 1s infinite;
}

@keyframes loader-ani {
    0% {
        content: ".";
    }
    33% {
        content: "..";
    }
    66% {
        content: "...";
    }
    100% {
        content: ".";
    }
}

kguard-intro-video iframe {
    display: none;
}



/***** Kguard Why Style *****/

.why-kguard-content {
color: #fff;
}

.kguard-why-wrapper {
    display: flex;
    justify-content: space-around;
    padding: 20px;
align-items: unset;
}

.kguard-why-list {
    background-color: none;
    padding: 10px;
flex: 1 250px;
}


.kguard-why-item {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
color: #65a73a;
display: flex;
align-items: center;
}

.why-icon {
margin: 0 7px 0 0;
}


.kguard-info-wrapper {
    background-color: none;
    padding: 10px;
flex: 3 410px; 
}

.kguard-why-info {
    display: none;
}

.kguard-why-info p{
color: #fff;
}

.kguard-info-row {
flex-flow: row wrap-reverse;
}

.kguard-info-text {
flex: 1 300px;
}

.kguard-info-image {
text-align: center;
flex: 1 360px;
}

.kguard-info-image img {
max-width: 485px;
width: 100%;
}


.kguard-why-info.active {
    display: block;
}

.kguard-why-item:hover {
    color: #fff;
}

.kguard-why-item:hover .why-icon svg path,
.kguard-why-item:hover .why-icon svg polygon,
.kguard-why-item:hover .why-icon svg rect {
fill: #fff!important;
}

.kguard-why-item.active p{
color: #fff;
}

.kguard-why-item.active .why-icon svg path,
.kguard-why-item.active .why-icon svg polygon,
.kguard-why-item.active .why-icon svg rect {
fill: #fff!important;
}

.kguard-info-text .site_button.square {
background: #fff!important;
color: var(--accent-color)!important;
}


.kguard-info-text .site_button.square:hover {
background:  var(--accent-color)!important;
border-color: #fff;
}

.kguard-info-text .site_button.square:hover a{
color:  #fff;
}

.why-card {
width:23%;
margin:0 1%;
border-radius:8px;
-webkit-box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.05);
box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.05);
padding:24px;
transition:0.2s all ease-in;
}


/* ---------------------
      slider component
  ----------------------- */
.beforeAfterContainer {
  padding: 0 30px;
display:flex;
}

.beforeAfterContainer #comparison,
.beforeAfterContainer #comparison-2,
.beforeAfterContainer #comparison-3 {
  width: 450px;
  height: 60vw;
  max-height: 300px;
  margin: 0px auto;
  padding: 3vh 10px;
}

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

.beforeAfterContainer #comparison-2 .before-2 {
  background-image: url(/imageserver/UserMedia/kguard/kguard-before-3crop.png);
  background-size: cover;
  position: relative;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}


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

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

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

.beforeAfterContainer #comparison-2 #after-2 {
  background-image: url(/imageserver/UserMedia/kguard/kguard-after-3crop.png);
  background-size: cover;
  position: absolute;
  width: 0%;
  -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  bottom: 0;
  height: 100%;
}




input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: -2rem;
  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(--accent-color);
  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);
}

/* ---------------------
      toggler component
----------------------- */
.switchContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
align-items:center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: center;
margin:40px auto;
}

.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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

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

input:focus + .toggler {
  -webkit-box-shadow: 0 0 1px var(--accent-color);
          box-shadow: 0 0 1px var(--accent-color);
}

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

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

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

.switchContainer p {
margin:0;
}



/* -- Hero -- */

.hero-global {
    position: relative;
    padding: 80px 15px;
    background-color: #eee;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, .32) 15%, rgba(255, 255, 255, .82) 15%, rgba(255, 255, 255, .82) 85%, rgba(255, 255, 255, .32) 85%), url(/imageserver/UserMedia/kguard/kguard-banner01.jpg);
    background-size: cover;
    background-position: center 40%;
    text-align: center;
}
.hero-panel {
    position: relative;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    max-width: 1450px;
}
.hero-panel p:last-child {
    margin-bottom: 25px;
}

@keyframes fadeIn {
    0% {
        top: 25px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}


.header-title{
    margin:0 auto;
    position: relative;
    max-width:100%;
    display:flex;
align-items:center;
justify-content:center;
  }
  .header-title::before,.header-title::after{
  content:"";
  position: relative;
  background-color:var(--accent-color);
  width:10%;
  height:2px;
  z-index:3;
margin:0 15px;

}

@media (max-width: 890px) {
.kguard-why-list {
display: grid;
grid-template-columns: 1fr 1fr;
justify-content: center;
}

.kguard-why-item {
margin: auto;
}
}

@media (max-width: 560px) {
.kguard-why-list {
grid-template-columns: 1fr;
}

.kguard-why-item {
margin: 0;
}
}

.kevin{
display: flex;
flex-direction: column;
text-align: center;
justify-content: center;
align-items: center;
}

.kevin img{
max-width: 350px;
width: 100%;
}