@charset "utf-8";
/* CSS Document */
/*Swiper CSS*/

.swiper-container {
    margin: 0 auto;
    /*position: relative;
    overflow: hidden;*/
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container {
    width: 100%;
    height: 70%;
    margin-left: auto;
    margin-right: auto;
}
.footer-logo2 img {
    max-width: 250px;
    margin-top: 20px;
    float: right;
    /* margin-top: 20px; */
}
.footer-section {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    /* height: 40px; */
    color: white;
}
body {
  margin: 0;
  background-color: #fff;
}
#knack-body {
    background-color: #fff;
    color: #4a4a4a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.428571428571429;
    font-size: 14px !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
}

.kn-app-header {
    background: #ada996;
    background-image: linear-gradient(to right, rgb(173, 169, 150), rgb(242, 242, 242), rgb(219, 219, 219), rgb(234, 234, 234));
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}
/* 
.kn-content { font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif !important; }

.kn-content h2 {
    font-size: 1.5em !important;
}
    
.kn-content p.kn-description {
    font-size: 0.9em !important;
    margin-bottom: 1.5em !important;
}
*/

.container { 
	
	margin: 0 auto;
    width: 100%;
    border-bottom: #2B2B2B;
    padding: 0;
    background-color:#fff; 
    text-align: left;
  }

.imga{ 
    max-width: 448px; 
    max-height: auto; 
    text-align:left; 
    border-color: 2px #ddd; 
    margin: 0 auto; 
    padding: 32px 0px;
}

.imgba{ 
    width:100%;

}