html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  overflow: auto;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

mark {
  background: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

@font-face {
  font-family: "Acumin Variable";
  src: url("../../assets/fonts/Acumin Variable Concept.woff2") format("woff2-variations"), url("../../assets/fonts/Acumin Variable Concept.woff") format("woff-variations");
  font-weight: 100 900;
  font-style: normal oblique 0deg 12deg;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Pro Condensed";
  src: url("../../assets/fonts/AcuminProCond-Bold.woff2") format("woff2"), url("../../assets/fonts/AcuminProCond-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Begum";
  src: url("../../assets/fonts/Begum-Light.woff2") format("woff2"), url("../../assets/fonts/Begum-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Begum";
  src: url("../../assets/fonts/Begum-Bold.woff2") format("woff2"), url("../../assets/fonts/Begum-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Begum";
  src: url("../../assets/fonts/Begum-Medium.woff2") format("woff2"), url("../../assets/fonts/Begum-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Begum";
  src: url("../../assets/fonts/Begum-Semibold.woff2") format("woff2"), url("../../assets/fonts/Begum-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Acumin Variable";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  width: 100%;
  min-height: 100%;
  color: #000000;
  background-color: #ffffff;
}

a,
button,
input {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

p,
li {
  margin-bottom: 0;
}

button {
  border: 0;
  background-color: transparent;
}

*:focus {
  outline: none;
}

.content-wrapper {
  width: 100%;
  max-width: 1240px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.desk-visible {
  display: block;
}

.only-mobile {
  display: none;
}

.hide-mobile-tablet {
  display: block;
}

.only-mobile-tablet {
  display: none;
}

@media (max-width: 1023px) {
  .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hide-mobile-tablet {
    display: none;
  }
  .only-mobile-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .desk-visible {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}
.ks-privacy {
  color: #6f1d46;
  font-size: 14px;
  padding-top: 26px;
  display: inline-block;
}
.ks-privacy:hover {
  color: #000;
}

@media (max-width: 767px) {
  .ks-privacy {
    display: inline;
    width: 100%;
    padding-top: 20px;
  }
  .ks-bar {
    display: none;
  }
}
.ks-bar {
  color: #6f1d46;
}

#pdfModal .modal-header {
  padding: 1rem 1.5rem;
}
#pdfModal .modal-body::-webkit-scrollbar {
  width: 16px;
}
#pdfModal .modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#pdfModal .modal-body::-webkit-scrollbar-thumb {
  background-color: #f27185;
  border-radius: 8px;
  border: 4px solid #f1f1f1;
}
#pdfModal .modal-body::-webkit-scrollbar-thumb:hover {
  background-color: #e06075;
}
#pdfModal .modal-body {
  scrollbar-color: #f27185 #f1f1f1;
  scrollbar-width: auto;
  line-height: 1.6;
  color: #000;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#pdfModal .modal-title {
  font-size: 1.75rem;
  font-weight: 600;
}
#pdfModal .modal-body p {
  margin-bottom: 1rem;
  text-align: justify;
}
#pdfModal .modal-body h4 {
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #000;
}
#pdfModal .modal-body ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 1rem;
}
#pdfModal .modal-body li {
  margin-bottom: 0.75rem;
  padding-left: 0;
  text-align: justify;
}
#pdfModal .modal-body a {
  color: #000;
}
@media (max-width: 767px) {
  #pdfModal .modal-dialog {
    margin: 1rem;
  }
  #pdfModal .btn-close {
    top: -1px;
    right: 3px;
    background-color: #e06075;
    opacity: 0.8;
  }
}

.ks-cta {
  color: #fff;
  padding: 8px 28px;
  display: inline-block;
  font-size: 22px;
  font-family: "Acumin Pro Condensed";
  font-weight: 600;
  transition: 0.3s ease-in-out;
  width: 18%;
  text-align: center;
  border-radius: 50px;
}
.ks-cta:hover {
  color: #fff;
}
.ks-cta--1 {
  background-color: #f05b72;
  border: 1px solid #f05b72;
}
.ks-cta--1:hover {
  background-color: #fcc3cb;
  border: 1px solid #fcc3cb;
}
.ks-cta--2 {
  background-color: #621c3f;
  border: 1px solid #621c3f;
}
.ks-cta--2:hover {
  background-color: #8a285a;
  border: 1px solid #8a285a;
}
.ks-cta--3 {
  background-color: #fcc3cb;
  border: 1px solid #fcc3cb;
}
.ks-cta--3:hover {
  background-color: #f05b72;
  border: 1px solid #f05b72;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ks-cta {
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ks-cta {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .ks-cta {
    width: 60%;
    font-size: 14px;
    padding: 12px 20px 8px;
  }
}
.ks-bacteria {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  width: calc(25% - 16px);
  margin: 8px;
  padding-top: 10%;
}
.ks-bacteria:nth-child(1) .ks-bacteria__img {
  animation-delay: 0s;
}
.ks-bacteria:nth-child(2) .ks-bacteria__img {
  animation-delay: 0.3s;
}
.ks-bacteria:nth-child(3) .ks-bacteria__img {
  animation-delay: 0.6s;
}
.ks-bacteria:nth-child(4) .ks-bacteria__img {
  animation-delay: 0.9s;
}
.ks-bacteria__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
}
.ks-bacteria__head {
  font-family: "Acumin Pro Condensed";
  color: #f05b72;
  font-size: 30px;
  font-weight: 600;
}
.ks-bacteria__para {
  font-size: 18px;
  line-height: 24px;
  color: #4d4d4f;
}
.ks-bacteria__para--para1 {
  margin-top: 7px;
}
.ks-bacteria__img {
  width: auto;
  height: 210px;
  transition: 0.3s all;
}
.ks-bacteria__img img {
  width: 100%;
  height: 100%;
}
.ks-bacteria__img--img3 {
  width: 240px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ks-bacteria__head {
    font-size: 24px;
  }
  .ks-bacteria__para {
    font-size: 14px;
    line-height: 20px;
  }
  .ks-bacteria__img {
    height: 155px;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ks-bacteria__head {
    font-size: 18px;
  }
  .ks-bacteria__para {
    font-size: 14px;
    line-height: 20px;
  }
  .ks-bacteria__img {
    width: auto;
    height: 125px;
  }
}
@media (max-width: 767px) {
  .ks-bacteria {
    width: 100%;
    padding-top: 0;
    gap: 25px;
    margin: 0;
  }
  .ks-bacteria__head {
    font-size: 24px;
  }
  .ks-bacteria__para {
    font-size: 16px;
    line-height: 20px;
  }
  .ks-bacteria__img {
    width: 160px;
    height: 160px;
  }
  .ks-bacteria__img--img3 {
    width: 180px;
  }
}
.ksc-header {
  background-color: #fff;
  padding: 16px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}
.ksc-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  position: relative;
}
.ksc-header__logo {
  display: flex;
  align-items: center;
}
.ksc-header__logo-img {
  height: 75px;
  width: auto;
  display: block;
}
.ksc-header .ks-cta {
  width: auto;
}

.ks-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ks-banner .carousel {
  width: 100%;
}
.ks-banner .carousel-inner {
  width: 100%;
  position: relative;
}
.ks-banner .carousel-control-prev,
.ks-banner .carousel-control-next {
  display: none;
}
.ks-banner .carousel-item {
  display: none;
  position: relative;
  transition: transform 0.8s ease-in-out;
  backface-visibility: hidden;
}
.ks-banner .carousel-item.active, .ks-banner .carousel-item.carousel-item-start, .ks-banner .carousel-item.carousel-item-end {
  display: block;
}
.ks-banner .carousel-item.active {
  z-index: 1;
}
.ks-banner .carousel-item-next.carousel-item-start,
.ks-banner .carousel-item-prev.carousel-item-end {
  transform: translateX(0);
}
.ks-banner .carousel-item-next:not(.carousel-item-start),
.ks-banner .active.carousel-item-end {
  transform: translateX(100%);
}
.ks-banner .carousel-item-prev:not(.carousel-item-end),
.ks-banner .active.carousel-item-start {
  transform: translateX(-100%);
}
.ks-banner .carousel-item:not(.active) .ks-bannera__title,
.ks-banner .carousel-item:not(.active) .ks-bannera__subtitle,
.ks-banner .carousel-item:not(.active) .ks-bannera__badgea,
.ks-banner .carousel-item:not(.active) .ks-bannera__badgeb,
.ks-banner .carousel-item:not(.active) .ks-bannera__badgec,
.ks-banner .carousel-item:not(.active) .ks-bannera__badged,
.ks-banner .carousel-item:not(.active) .ks-bannera__badgee,
.ks-banner .carousel-item:not(.active) .ks-bannera__badgef {
  opacity: 0;
  animation: none;
}
.ks-banner .carousel-item.active .ks-bannera__title,
.ks-banner .carousel-item.active .ks-bannera__subtitle,
.ks-banner .carousel-item.active .ks-bannera__badgea,
.ks-banner .carousel-item.active .ks-bannera__badgeb,
.ks-banner .carousel-item.active .ks-bannera__badgec,
.ks-banner .carousel-item.active .ks-bannera__badged,
.ks-banner .carousel-item.active .ks-bannera__badgee,
.ks-banner .carousel-item.active .ks-bannera__badgef {
  animation-play-state: running;
}
.ks-banner .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.ks-banner .carousel-indicators button {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  padding: 0;
  margin-right: 8px;
  margin-left: 8px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 0.6s ease, transform 0.3s ease;
}
.ks-banner .carousel-indicators button:hover {
  opacity: 0.7;
  transform: scale(1.1);
}
.ks-banner .carousel-indicators button.active {
  opacity: 1;
  transform: scale(1.2);
}
.ks-banner .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 768px) {
  .ks-banner .carousel-indicators {
    bottom: 15px;
    margin-right: 5%;
    margin-left: 5%;
  }
  .ks-banner .carousel-indicators button {
    width: 8px;
    height: 8px;
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media (max-width: 480px) {
  .ks-banner .carousel-indicators {
    bottom: 10px;
  }
  .ks-banner .carousel-indicators button {
    width: 6px;
    height: 6px;
    margin-right: 4px;
    margin-left: 4px;
  }
}
.ks-bacterias {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 42px;
}
.ks-bacterias__ctaouter {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 24px;
  margin-bottom: 22px;
}
.ks-bacterias__imgouter {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  text-align: center;
}
.ks-bacterias__imgwrap {
  width: 25%;
  overflow: hidden;
}
.ks-bacterias__imgwrap img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}
.ks-bacterias__imgwrap:hover img {
  transform: scale(1.03);
}
.ks-bacterias__text {
  text-align: center;
  font-family: "Acumin Pro Condensed";
  font-size: 30px;
  font-weight: 700;
  color: #680a38;
  display: block;
  margin-top: 46px;
}

@media (max-width: 767px) {
  .ks-bacterias {
    margin-top: 16px;
    flex-direction: column;
    gap: 16px;
  }
  .ks-bacterias__outer {
    text-align: center;
  }
  .ks-bacterias__title {
    padding: 30px 0 16px;
  }
  .ks-bacterias__imgwrap {
    width: 50%;
  }
  .ks-bacterias__ctaouter {
    flex-direction: column;
    align-items: center;
  }
  .ks-bacterias__imgouter {
    flex-wrap: wrap;
  }
  .ks-bacterias__imgouter img {
    width: 100%;
  }
  .ks-bacterias__text {
    font-size: 18px;
    padding: 10px 18px 6px;
    margin-top: 30px;
  }
}
.ksc-footer {
  background-image: url("../images/footer.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 280px;
  position: relative;
  z-index: 99;
}
.ksc-footer__outer {
  display: flex;
  justify-content: center;
  font-family: sans-serif;
  padding-top: 80px;
  gap: 7%;
  width: 100%;
}
.ksc-footer__logo {
  width: 120px;
  height: auto;
}
.ksc-footer__logo img {
  width: 100%;
  height: auto;
}
.ksc-footer__doll {
  width: 150px;
  height: auto;
  animation: bounce 3s ease-in-out infinite;
}
.ksc-footer__doll img {
  width: 100%;
  height: auto;
}
.ksc-footer h5 {
  font-size: 14px;
  line-height: 18px;
  color: #680a38;
  font-weight: 700;
  padding-bottom: 10px;
}
.ksc-footer ul {
  padding-bottom: 10px;
}
.ksc-footer ul li {
  font-size: 14px;
  color: #680a38;
  line-height: 18px;
  padding: 2px 0px;
}
.ksc-footer ul li a {
  font-size: 14px;
  color: #680a38;
  line-height: 18px;
}
.ksc-footer ul li a:hover {
  color: #000;
}
.ksc-footer p {
  font-size: 14px;
  color: #680a38;
  line-height: 18px;
}
.ksc-footer__icons {
  display: flex;
  gap: 10px;
}
.ksc-footer__icons a {
  transition: 0.2s ease-in-out;
}
.ksc-footer__icons a:hover {
  transform: translateY(-2px);
}
.ksc-footer__icons img {
  width: 32px;
  height: 32px;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-25px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.ks-copyright {
  font-family: sans-serif;
  font-size: 14px;
  text-align: center;
  color: #4d4d4f;
  padding: 12px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ksc-footer {
    min-height: 198px;
  }
  .ksc-footer__outer {
    padding-top: 50px;
    padding-right: 20px;
    gap: 5px;
  }
  .ksc-footer__right {
    text-align: center;
  }
  .ksc-footer__logo {
    width: 85px;
  }
  .ksc-footer__icons img {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .ksc-footer {
    background-image: url("../images/mobile-footerbg.png");
    background-position: 50% 35%;
  }
  .ksc-footer__outer {
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    gap: 20px;
    width: 100%;
  }
  .ksc-footer__privacy {
    margin-top: 16px;
  }
  .ksc-footer__doll {
    width: 100px;
  }
  .ksc-footer__right, .ksc-footer p {
    text-align: center;
  }
  .ksc-footer__logo {
    width: 85px;
  }
  .ksc-footer h5 {
    text-align: center;
  }
  .ksc-footer ul {
    text-align: center;
    padding-bottom: 0;
  }
  .ksc-footer ul li {
    text-align: center;
    align-content: center;
  }
  .ksc-footer__icons img {
    width: 24px;
    height: 24px;
  }
}
@supports (-webkit-touch-callout: none) {
  @media (max-width: 767px) {
    .ksc-footer {
      margin-top: -20px;
    }
  }
}
.ksc-difference {
  background-color: #ffffff;
  padding: 10% 0;
}
.ksc-difference__content {
  text-align: center;
  position: relative;
}
.ksc-difference__badge {
  right: 10%;
  top: -40px;
  position: absolute;
  width: 150px;
  height: 150px;
}
.ksc-difference__badge img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  animation: sway 4s ease-in-out infinite;
}
.ksc-difference__work {
  left: 13%;
  top: 24%;
  position: absolute;
  width: 150px;
  height: 150px;
}
.ksc-difference__work img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  animation: sway 4s ease-in-out infinite;
}
.ksc-difference__title {
  font-size: 42px;
  line-height: 52px;
  color: #680a38;
  font-weight: 700;
  padding-bottom: 40px;
  font-family: "Begum";
}
.ksc-difference__subtitle {
  font-family: "Acumin Pro Condensed";
  font-size: 30px;
  line-height: 34px;
  color: #f05b72;
  font-weight: bolder;
  padding-bottom: 40px;
}
.ksc-difference__text p {
  color: #4d4d4f;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}
@keyframes sway {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ksc-difference {
    min-height: auto;
  }
  .ksc-difference__badge {
    right: 3%;
  }
  .ksc-difference__work {
    left: 10%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ksc-difference {
    min-height: auto;
    padding: 50px 0;
  }
  .ksc-difference__badge {
    right: 20px;
    top: -20px;
    width: 100px;
    height: 100px;
  }
  .ksc-difference__work {
    left: 20px;
    top: 20%;
    width: 100px;
    height: 100px;
  }
  .ksc-difference__work {
    left: 1%;
    top: 18%;
    width: 95px;
  }
  .ksc-difference__title {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 20px;
  }
  .ksc-difference__subtitle {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 20px;
  }
  .ksc-difference__text p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .ksc-difference {
    min-height: auto;
    padding: 30px 0;
  }
  .ksc-difference__badge, .ksc-difference__work {
    display: none;
  }
  .ksc-difference__title {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 15px;
  }
  .ksc-difference__subtitle {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 15px;
  }
  .ksc-difference__text p {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 8px;
  }
}
.ks-gallery {
  position: relative;
}
.ks-gallery__img1 {
  width: 100%;
  overflow: hidden;
}
.ks-gallery__img1 img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}
.ks-gallery__img1:hover img {
  transform: scale(1.03);
}
.ks-gallery__downout {
  display: flex;
}
.ks-gallery__downimg {
  width: 100%;
  overflow: hidden;
}
.ks-gallery__downimg img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}
.ks-gallery__downimg:hover img {
  transform: scale(1.03);
}
.ks-gallery__downimg:first-child {
  position: relative;
}
.ks-gallery__downimg:first-child .ks-gallery__hit {
  position: absolute;
  bottom: -6px;
  right: 0;
  z-index: 9;
}
.ks-gallery__downimg:first-child .ks-gallery__hit img {
  width: 150px;
  height: auto;
}
.ks-gallery__tpimage {
  position: absolute;
  top: -55px;
  left: 8%;
  z-index: 9;
  animation: sway 4s ease-in-out infinite;
}
.ks-gallery__tpimage img {
  width: 200px;
  height: auto;
}
.ks-gallery__dollimg {
  position: absolute;
  top: -14%;
  right: 20%;
  z-index: 9;
  animation: sway 4s ease-in-out infinite;
}
.ks-gallery__dollimg img {
  width: 150px;
  height: auto;
}
.ks-gallery__mozart {
  position: absolute;
  top: 17%;
  right: 8%;
  z-index: 9;
  animation: sway 4s ease-in-out infinite;
}
.ks-gallery__mozart img {
  width: 130px;
  height: auto;
}
.ks-gallery__btimage {
  position: absolute;
  bottom: -80px;
  right: 21%;
  animation: sway 4s ease-in-out infinite;
}
.ks-gallery__btimage img {
  width: 200px;
  height: auto;
}
@keyframes sway {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ks-gallery__hit img {
    width: 100px;
  }
  .ks-gallery__mozart img {
    width: 100px;
  }
  .ks-gallery__dollimg img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .ks-gallery__dollimg img {
    width: 50px;
  }
  .ks-gallery__tpimage {
    top: -30px;
  }
  .ks-gallery__tpimage img {
    width: 100px;
  }
  .ks-gallery__downimg:first-child .ks-gallery__hit img {
    width: 45px;
  }
  .ks-gallery__mozart img {
    width: 50px;
  }
  .ks-gallery__btimage {
    bottom: -60px;
    right: 7%;
  }
  .ks-gallery__btimage img {
    width: 90px;
  }
}
.ks-videosection {
  background-image: url("../images/video-banner.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
}
.ks-videosection__title {
  font-size: 42px;
  line-height: 52px;
  color: #680a38;
  font-weight: 700;
  font-family: "Begum";
  padding: 40px 0 16px;
  text-align: center;
}
.ks-videosection__title br {
  display: none;
}
.ks-videosection__subtitle {
  font-family: "Acumin Pro Condensed";
  font-size: 26px;
  color: #f05b72;
  font-weight: 700;
  text-align: center;
  padding-bottom: 40px;
}
.ks-videosection__out {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px;
  flex-wrap: wrap;
}
.ks-videosection__iframe iframe {
  width: 500px;
  height: 290px;
}
.ks-videosection__dolls {
  position: absolute;
  width: 12%;
  z-index: 10;
  bottom: 6%;
}
.ks-videosection__dolls img {
  width: 100%;
  height: auto;
  display: block;
  animation: float1 3s ease-in-out infinite;
}
@keyframes float1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  } /* move up */
  100% {
    transform: translateY(0);
  }
}
.ks-videosection__dolls2 {
  position: absolute;
  width: 15%;
  z-index: 10;
  bottom: -20px;
  left: 32%;
}
.ks-videosection__dolls2 img {
  width: 100%;
  height: auto;
  display: block;
  animation: sway 4s ease-in-out infinite;
}
@keyframes sway {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.ks-videosection__dolls3 {
  position: absolute;
  width: 6%;
  z-index: 10;
  right: 12%;
  bottom: 24%;
}
.ks-videosection__dolls3 img {
  width: 100%;
  height: auto;
  display: block;
  animation: bounce 2s ease-in-out infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-25px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.btn-close {
  position: absolute;
  top: -12px;
  right: -8px;
  z-index: 999;
  border-radius: 20px;
  background-color: #fff;
  padding: 8px;
  color: #fff;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ks-videosection__iframe iframe {
    width: 410px;
    height: 300px;
  }
  .ks-videosection__dolls3 {
    width: 8%;
  }
  .ks-videosection__title br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ks-videosection__dolls {
    width: 20%;
    bottom: 12%;
  }
  .ks-videosection__dolls2 {
    width: 24%;
  }
  .ks-videosection__dolls3 {
    width: 15%;
    right: 6%;
    bottom: 22%;
  }
  .ks-videosection__title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .ks-videosection {
    background-position: center bottom;
  }
  .ks-videosection__title {
    font-size: 28px;
    line-height: 36px;
    padding: 20px 0px 8px;
  }
  .ks-videosection__title br {
    display: block;
  }
  .ks-videosection__subtitle {
    font-size: 20px;
    line-height: 24px;
    padding: 0 20px 20px;
  }
  .ks-videosection__iframe iframe {
    width: 300px;
    height: 200px;
  }
  .ks-videosection__dolls {
    width: 20%;
    bottom: 12%;
  }
  .ks-videosection__dolls2 {
    width: 24%;
    bottom: 0;
  }
  .ks-videosection__dolls3 {
    width: 15%;
    right: 6%;
    bottom: 22%;
  }
}
.ks-bannera {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  position: relative;
}
.ks-bannera.ks-bannerb .ks-bannera__title {
  color: #ffffff;
}
.ks-bannera.ks-bannerb .ks-bannera__subtitle {
  color: #ffffff;
  width: 60%;
}
.ks-bannera.ks-bannerb .ks-bannera__badgef {
  width: 40%;
  right: -42%;
  bottom: -30%;
}
.ks-bannera.ks-bannerc .ks-bannera__title {
  color: #ffffff;
}
.ks-bannera.ks-bannerc .ks-bannera__subtitle {
  color: #ffffff;
  width: 35%;
}
.ks-bannera.ks-bannerc .ks-bannera__wrap {
  width: 97%;
  top: 5%;
}
.ks-bannera.ks-bannerc .ks-bannera__badgef {
  width: 37%;
  left: 13%;
  bottom: -110%;
}
.ks-bannera.ks-bannerd .ks-bannera__title {
  color: #ffffff;
}
.ks-bannera.ks-bannerd .ks-bannera__subtitle {
  color: #ffffff;
  width: 35%;
}
.ks-bannera.ks-bannerd .ks-bannera__wrap {
  width: 97%;
  top: 5%;
}
.ks-bannera.ks-bannerd .ks-bannera__badgef {
  width: 30%;
  left: 15%;
  bottom: -40%;
}
.ks-bannera.ks-join {
  min-height: 100vh;
  overflow: hidden;
}
.ks-bannera.ks-join .ks-join__giftimg {
  width: 30%;
  animation: pulse 1s ease-in-out infinite, fadeInScale 1s ease-out 1s both;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.ks-bannera.ks-join .ks-join__giftimg img {
  width: 100%;
}
.ks-bannera.ks-join .ks-bannera__wrap {
  top: 5%;
  gap: 23px;
  position: relative;
  z-index: 10;
  padding-top: 30px;
}
.ks-bannera.ks-join .ks-bannera__title {
  color: #ffffff;
  animation: pulse 1s ease-in-out infinite, fadeInScale 1s ease-out 1s both;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.ks-bannera.ks-join .ks-bannera__titleb {
  font-size: 42px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  animation: fadeInScale 1s ease-out 1s both;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.3s ease;
  cursor: default;
  font-family: "Begum";
}
.ks-bannera.ks-join .ks-bannera__titleb span {
  font-size: 28px;
  padding-top: 7px;
}
.ks-bannera.ks-join .ks-bannera__subtitle {
  color: #ffffff;
  animation: fadeInScale 1s ease-out 1s both;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: 70%;
}
.ks-bannera.ks-join .ks-cta {
  background-color: #680a38;
  border: 1px solid #680a38;
  animation: fadeInScale 1s ease-out 1s both;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: 25%;
}
.ks-bannera.ks-join .ks-cta:hover {
  background-color: #8a285a;
  border: 1px solid #8a285a;
}
.ks-bannera.ks-join .ks-join__chicken {
  width: 25%;
  position: absolute;
  right: 22%;
  top: 8%;
  z-index: 1;
  animation: float1 3s ease-in-out infinite;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.ks-bannera.ks-join .ks-join__chicken img {
  width: 100%;
}
@keyframes float1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  /* move up */
  100% {
    transform: translateY(0);
  }
}
.ks-bannera.ks-join .ks-join__chickenslab {
  width: 27%;
  position: absolute;
  right: 15%;
  top: 62%;
  z-index: 0;
  animation: pulse 1s ease-in-out infinite, fadeInScale 1s ease-out 1s both;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.ks-bannera.ks-join .ks-join__chickenslab img {
  width: 100%;
}
.ks-bannera.ks-join .ks-join__chickentag {
  width: 11%;
  position: absolute;
  right: 22%;
  top: 64%;
  animation: pulse 1s ease-in-out infinite, fadeInScale 1s ease-out 1s both;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.ks-bannera.ks-join .ks-join__chickentag img {
  width: 100%;
}
.ks-bannera__container {
  position: relative;
}
.ks-bannera__title {
  font-size: 60px;
  line-height: 66px;
  color: #6f1d46;
  font-weight: 700;
  text-align: center;
  animation: fadeInDown 1s ease-out 0.3s both;
  transition: all 0.3s ease;
  cursor: default;
  font-family: "Begum";
}
.ks-bannera__subtitle {
  font-family: "Acumin Pro Condensed";
  font-size: 22px;
  line-height: 28px;
  color: #6f1d46;
  width: 50%;
  text-align: center;
  animation: fadeIn 1s ease-out 0.6s both;
  transition: all 0.3s ease;
  cursor: default;
  font-weight: 600;
}
.ks-bannera__badges {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  padding-left: 20%;
}
.ks-bannera__badgea {
  width: 20%;
  animation: fadeInUp 0.6s ease-out 0.8s both;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.ks-bannera__badgea img {
  width: 100%;
}
.ks-bannera__badgeb {
  width: 21%;
  animation: fadeInUp 0.6s ease-out 0.4s both;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.ks-bannera__badgeb img {
  width: 100%;
}
.ks-bannera__badgec {
  width: 13%;
  animation: fadeInUp 0.6s ease-out 0.8s both;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.ks-bannera__badgec img {
  width: 100%;
}
.ks-bannera__badged {
  width: 14%;
  animation: fadeInUp 0.6s ease-out 0.8s both;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.ks-bannera__badged img {
  width: 100%;
}
.ks-bannera__badgee {
  width: 15%;
  position: absolute;
  left: 75%;
  top: -30%;
  animation: pulse 1s ease-in-out infinite, fadeInScale 1s ease-out 1s both;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.ks-bannera__badgee img {
  width: 100%;
}
.ks-bannera__badgef {
  width: 15%;
  position: absolute;
  right: -56%;
  bottom: -25%;
  animation: fadeInScale 1s ease-out 1.2s both;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.ks-bannera__badgef img {
  width: 100%;
}
.ks-bannera__wrap {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: absolute;
  left: 2%;
  top: 32%;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
/* For 110% zoom (approx. 1745px width) */
@media (min-width: 1350px) and (max-width: 1400px) {
  .ks-bannera__wrap {
    top: 30%;
    left: 0%;
  }
  .ks-bannera__badgef {
    bottom: -13%;
  }
  .ks-bannera.ks-join .ks-bannera__title {
    font-size: 48px;
    line-height: 54px;
  }
  .ks-bannera.ks-join .ks-bannera__subtitle {
    width: 70%;
  }
  .ks-bannera.ks-join .ks-bannera__wrap {
    gap: 20px;
  }
  .ks-bannera.ks-join .ks-join__giftimg {
    width: 30%;
  }
  .ks-bannera.ks-join .ks-bannera__titleb {
    font-size: 28px;
    line-height: 34px;
  }
  .ks-bannera.ks-join .ks-bannera__titleb span {
    font-size: 22px;
    line-height: 26px;
  }
  .ks-bannera.ks-join .ks-cta {
    width: 22%;
    font-size: 16px;
  }
}
/* For 125% zoom (approx. 1536px width) */
@media (min-width: 1200px) and (max-width: 1300px) {
  .ks-bannera__wrap {
    top: 25%;
    left: 0%;
  }
  .ks-bannera__subtitle {
    width: 55%;
  }
  .ks-bannera__badgee {
    left: 77%;
    top: 3%;
  }
  .ks-bannera__badgeb {
    width: 22%;
  }
  .ks-bannera__badgef {
    bottom: -15%;
  }
  .ks-bannera__badgee {
    left: 77%;
    top: -15%;
  }
  .ks-bannera.ks-bannerc .ks-bannera__subtitle {
    color: #ffffff;
    width: 45%;
  }
  .ks-bannera.ks-bannerc .ks-bannera__wrap {
    gap: 15px;
  }
  .ks-bannera.ks-bannerd .ks-bannera__badgef {
    width: 30%;
    left: 15%;
    bottom: -40%;
  }
  .ks-bannera.ks-join .ks-bannera__title {
    font-size: 42px;
    line-height: 44px;
  }
  .ks-bannera.ks-join .ks-bannera__subtitle {
    width: 70%;
    font-size: 18px;
    line-height: 22px;
  }
  .ks-bannera.ks-join .ks-bannera__wrap {
    gap: 15px;
  }
  .ks-bannera.ks-join .ks-join__giftimg {
    width: 30%;
  }
  .ks-bannera.ks-join .ks-bannera__titleb {
    font-size: 26px;
    line-height: 30px;
  }
  .ks-bannera.ks-join .ks-bannera__titleb span {
    font-size: 20px;
    line-height: 24px;
  }
  .ks-bannera.ks-join .ks-cta {
    width: 22%;
    font-size: 16px;
  }
}
@media (min-width: 2000px) and (max-width: 2100px) {
  .ks-bannera__wrap {
    top: 38%;
    left: 0%;
  }
  .ks-bannera__badgee {
    left: 77%;
    top: -50%;
  }
  .ks-bannera__badgef {
    bottom: -25%;
  }
  .ks-bannera.ks-bannerc .ks-bannera__badgef {
    bottom: -230%;
  }
  .ks-bannera.ks-bannerd .ks-bannera__badgef {
    left: 19%;
    bottom: -150%;
  }
  .ks-bannera.ks-join .ks-bannera__title {
    font-size: 60px;
    line-height: 64px;
  }
  .ks-bannera.ks-join .ks-bannera__subtitle {
    width: 70%;
    font-size: 24px;
    line-height: 28px;
  }
  .ks-bannera.ks-join .ks-bannera__wrap {
    gap: 30px;
    top: 8%;
  }
  .ks-bannera.ks-join .ks-join__giftimg {
    width: 35%;
  }
  .ks-bannera.ks-join .ks-bannera__titleb {
    font-size: 38px;
    line-height: 44px;
  }
  .ks-bannera.ks-join .ks-bannera__titleb span {
    font-size: 28px;
    line-height: 32px;
  }
  .ks-bannera.ks-join .ks-cta {
    width: 22%;
    font-size: 20px;
  }
}
@media (min-width: 1900px) and (max-width: 2000px) {
  .ks-bannerc .ks-bannera__badgef {
    bottom: -180% !important;
    left: 13%;
  }
  .ks-bannerd .ks-bannera__badgef {
    left: 19%;
    bottom: -140% !important;
  }
  .ks-bannera.ks-join .ks-bannera__title {
    font-size: 60px;
    line-height: 64px;
  }
  .ks-bannera.ks-join .ks-bannera__subtitle {
    width: 70%;
    font-size: 24px;
    line-height: 28px;
  }
  .ks-bannera.ks-join .ks-bannera__wrap {
    gap: 30px;
    top: 9%;
  }
  .ks-bannera.ks-join .ks-join__giftimg {
    width: 35%;
  }
  .ks-bannera.ks-join .ks-bannera__titleb {
    font-size: 38px;
    line-height: 44px;
  }
  .ks-bannera.ks-join .ks-bannera__titleb span {
    font-size: 28px;
    line-height: 32px;
  }
  .ks-bannera.ks-join .ks-cta {
    width: 22%;
    font-size: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .ks-bannera {
    min-height: 100vh;
  }
  .ks-bannera.ks-bannerc .ks-bannera__wrap {
    top: 2%;
  }
  .ks-bannera.ks-bannerc .ks-bannera__subtitle {
    width: 45%;
  }
  .ks-bannera.ks-bannerc .ks-bannera__badgef {
    left: 5%;
  }
  .ks-bannera.ks-bannerd .ks-bannera__wrap {
    top: 2%;
  }
  .ks-bannera.ks-bannerd .ks-bannera__subtitle {
    width: 45%;
  }
  .ks-bannera.ks-bannerd .ks-bannera__badgef {
    left: 12%;
    bottom: -120%;
  }
  .ks-bannera.ks-join {
    background-image: url(../images/join-bg.png) !important;
  }
  .ks-bannera.ks-join .ks-join__chicken {
    top: 9%;
  }
  .ks-bannera.ks-join .ks-join__chickenslab {
    width: 35%;
    right: 10%;
    top: 51%;
  }
  .ks-bannera.ks-join .ks-join__chickentag {
    width: 15%;
    right: 15%;
    top: 52%;
  }
  .ks-bannera.ks-join .ks-bannera__wrap {
    top: 6%;
    padding-top: 30px;
  }
  .ks-bannera.ks-join .ks-bannera__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .ks-bannera.ks-join .ks-bannera__titleb {
    font-size: 32px;
    line-height: 32px;
  }
  .ks-bannera.ks-join .ks-bannera__titleb span {
    font-size: 26px;
  }
  .ks-bannera.ks-join .ks-cta {
    width: 30%;
    font-size: 16px;
  }
  .ks-bannera__title {
    font-size: 42px;
    line-height: 48px;
  }
  .ks-bannera__subtitle {
    width: 75%;
  }
  .ks-bannera__wrap {
    top: 13%;
  }
  .ks-bannera__badges {
    width: 50%;
    flex-wrap: wrap;
    padding-left: 0;
  }
  .ks-bannera__badgea {
    width: 34%;
  }
  .ks-bannera__badgeb {
    width: 34%;
  }
  .ks-bannera__badgec {
    width: 28%;
  }
  .ks-bannera__badged {
    width: 28%;
  }
  .ks-bannera__badgee {
    left: 75%;
    top: -15%;
  }
  .ks-bannera__badgef {
    bottom: -5%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ks-bannera {
    min-height: 50vh;
  }
  .ks-bannera.ks-bannerb .ks-bannera__subtitle {
    width: 80%;
  }
  .ks-bannera.ks-bannerb .ks-bannera__badgef {
    width: 45%;
    bottom: -70%;
  }
  .ks-bannera.ks-bannerb .ks-bannera__wrap {
    left: 0%;
  }
  .ks-bannera.ks-bannerc .ks-bannera__wrap {
    top: 2%;
  }
  .ks-bannera.ks-bannerc .ks-bannera__subtitle {
    width: 80%;
  }
  .ks-bannera.ks-bannerc .ks-bannera__badgef {
    left: 5%;
  }
  .ks-bannera.ks-bannerd .ks-bannera__wrap {
    top: 2%;
  }
  .ks-bannera.ks-bannerd .ks-bannera__subtitle {
    width: 60%;
  }
  .ks-bannera.ks-bannerd .ks-bannera__badgef {
    left: 12%;
    bottom: -120%;
  }
  .ks-bannera.ks-join {
    background-image: url(../images/join-bg.png) !important;
  }
  .ks-bannera.ks-join .ks-join__chicken {
    width: 28%;
    right: 16%;
    top: 27%;
  }
  .ks-bannera.ks-join .ks-join__chickenslab {
    width: 35%;
    right: 5%;
    top: 48%;
  }
  .ks-bannera.ks-join .ks-join__chickentag {
    width: 15%;
    right: 11%;
    top: 50%;
  }
  .ks-bannera.ks-join .ks-bannera__wrap {
    top: 16%;
    padding-top: 30px;
  }
  .ks-bannera.ks-join .ks-bannera__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .ks-bannera.ks-join .ks-bannera__titleb {
    font-size: 32px;
    line-height: 32px;
  }
  .ks-bannera.ks-join .ks-bannera__titleb span {
    font-size: 26px;
  }
  .ks-bannera.ks-join .ks-cta {
    width: 30%;
    font-size: 16px;
  }
  .ks-bannera__title {
    font-size: 32px;
    line-height: 38px;
  }
  .ks-bannera__subtitle {
    width: 85%;
  }
  .ks-bannera__wrap {
    left: 2%;
    top: 11%;
    gap: 15px;
  }
  .ks-bannera__badges {
    width: 60%;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
    justify-content: center;
  }
  .ks-bannera__badgea {
    width: 30%;
  }
  .ks-bannera__badgeb {
    width: 30%;
  }
  .ks-bannera__badgec {
    width: 26%;
  }
  .ks-bannera__badged {
    width: 26%;
  }
  .ks-bannera__badgee {
    left: 75%;
    top: -10%;
  }
  .ks-bannera__badgef {
    right: -60%;
    bottom: -5%;
  }
}
@media (max-width: 767px) {
  .ks-bannera {
    background-image: url(../images/banner-a-mob.png) !important;
    background-position: center;
    min-height: 100vh;
    position: relative;
  }
  .ks-bannera__title {
    font-size: 32px;
    line-height: 28px;
  }
  .ks-bannera__wrap {
    width: 100%;
    top: 6%;
    left: 0;
    gap: 10px;
  }
  .ks-bannera__subtitle {
    font-size: 14px;
    line-height: 18px;
    width: 80%;
  }
  .ks-bannera__badges {
    width: 85%;
    gap: 5%;
    position: absolute;
    top: 83vh;
    left: 10%;
    padding-left: 0;
  }
  .ks-bannera__badgea {
    width: 25%;
  }
  .ks-bannera__badgeb {
    width: 25%;
  }
  .ks-bannera__badgec {
    width: 20%;
  }
  .ks-bannera__badged {
    width: 20%;
  }
  .ks-bannera__badgee {
    left: 7%;
    top: 140%;
    width: 18%;
  }
  .ks-bannera__badgef {
    right: unset;
    top: 38vh;
    left: 8%;
    width: 17%;
  }
  .ks-bannera.ks-bannerb {
    background-image: url(../images/banner-b-mob.png) !important;
  }
  .ks-bannera.ks-bannerb .ks-bannera__wrap {
    top: 10%;
  }
  .ks-bannera.ks-bannerb .ks-bannera__subtitle {
    width: 80%;
  }
  .ks-bannera.ks-bannerb .ks-bannera__badgef {
    width: 45%;
    right: unset;
    top: 31vh;
    left: 55%;
  }
  .ks-bannera.ks-bannerc {
    background-image: url(../images/banner-c-mob.png) !important;
    background-position: center;
  }
  .ks-bannera.ks-bannerc .ks-bannera__wrap {
    gap: 20px;
    top: 8%;
  }
  .ks-bannera.ks-bannerc .ks-bannera__subtitle {
    width: 100%;
  }
  .ks-bannera.ks-bannerc .ks-bannera__badgef {
    width: 65%;
    left: 2%;
    top: 28vh;
  }
  .ks-bannera.ks-bannerd {
    background-image: url(../images/banner-d-mob.png) !important;
    background-position: center;
  }
  .ks-bannera.ks-bannerd .ks-bannera__wrap {
    gap: 20px;
    top: 10%;
    width: 100%;
  }
  .ks-bannera.ks-bannerd .ks-bannera__subtitle {
    width: 80%;
  }
  .ks-bannera.ks-bannerd .ks-bannera__badgef {
    width: 52%;
    left: 6%;
    top: 19vh;
  }
  .ks-bannera.ks-join {
    background-image: url(../images/join-bg.png) !important;
  }
  .ks-bannera.ks-join .ks-bannera__subtitle {
    width: 100%;
  }
  .ks-bannera.ks-join .ks-bannera__titleb {
    font-size: 32px;
    line-height: 30px;
  }
  .ks-bannera.ks-join .ks-bannera__titleb span {
    font-size: 20px;
    line-height: 34px;
  }
  .ks-bannera.ks-join .ks-join__giftimg {
    width: 60%;
  }
  .ks-bannera.ks-join .ks-cta {
    width: 45%;
    font-size: 14px;
  }
  .ks-bannera.ks-join .ks-bannera__wrap {
    gap: 12px;
    padding-top: 30px;
  }
  .ks-bannera.ks-join .ks-join__chicken {
    width: 40%;
    left: 1%;
    bottom: 2%;
    top: unset;
  }
  .ks-bannera.ks-join .ks-join__chickenslab {
    top: unset;
    bottom: 3%;
    left: 4%;
    width: 40%;
  }
  .ks-bannera.ks-join .ks-join__chickentag {
    top: unset;
    top: 43%;
    right: 4%;
    width: 17%;
  }
}