body.overflow-hidden {
  overflow: hidden;
}
/*@-moz-document url-prefix() {
	.elementor-widget-container .kyl_loop_scroll{
		display: none !important;
	}
	.kyl_loop_scroll_firefox {
		@media (min-width: @screen_768) {
			display: block !important;
		}
	}
}*/
.onClickInitLoopScroll {
  background-color: #000000;
  padding: 8px 12px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 26px;
  font-size: 20px;
  color: #ffffff !important;
  font-family: 'Rajdhani', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  border-radius: 6px;
  cursor: pointer;
}
.kyl_loop_scroll_overlay {
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .kyl_loop_scroll_overlay {
    display: block;
  }
}
.kyl_loop_scroll_overlay::before,
.kyl_loop_scroll_overlay::after {
  content: '';
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #ffffff;
  z-index: 3;
}
.kyl_loop_scroll_overlay::before {
  top: -5px;
}
.kyl_loop_scroll_overlay:after {
  bottom: -5px;
}
.kyl_loop_scroll_overlay .icon_wrapper .icon_play {
  background: #ffffff url("../images/play_arrow_orange.svg") center center / 25px 25px no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  height: 50px;
  width: 50px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.kyl_loop_scroll {
  display: none;
}
@media (min-width: 768px) {
  .kyl_loop_scroll {
    display: block !important;
  }
}
.kyl_loop_scroll .mobile_container {
  display: none;
}
@media (max-width: 768px) {
  .kyl_loop_scroll .mobile_container {
    padding: 0 15px;
  }
  .kyl_loop_scroll .mobile_container img {
    margin-bottom: 20px;
  }
  .kyl_loop_scroll .mobile_container .subheading {
    font-family: 'Rajdhani', Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 23px;
    font-size: 18px;
    color: #7a7a7a;
  }
  .kyl_loop_scroll .mobile_container .heading {
    font-family: 'Rajdhani', Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 47px;
    font-size: 45px;
    margin: 10px 0 20px 0;
  }
  .kyl_loop_scroll .mobile_container .text {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 22px;
    font-size: 15px;
  }
}
.kyl_loop_scroll .container .sticky_parent {
  height: 2500vh;
  position: relative;
  z-index: 22;
  pointer-events: none !important;
  background-color: #ffffff;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child {
  width: 100vw;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 22;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child::before,
.kyl_loop_scroll .container .sticky_parent .sticky_child::after {
  content: '';
  position: absolute;
  width: 100%;
  background: #ffffff;
  height: 1px;
  z-index: 4;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child::before {
  top: 0;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child::after {
  bottom: 0;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper.pointer-events-auto {
  pointer-events: auto;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 21;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progress .progress_bar {
  font-family: 'Rajdhani', Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 23px;
  font-size: 18px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progress .progress_bar.ldBar.label-center > .ldBar-label {
  top: 100%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.error {
  font-weight: 700;
  letter-spacing: normal;
  line-height: 38px;
  font-size: 35px;
  color: #EA0000;
  font-family: 'Rajdhani', Helvetica, Arial, sans-serif;
  text-align: center;
}
@media (max-width: 768px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.error {
    top: 50px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression,
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression_fade {
  background: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 25;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression.at_starting_section,
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression_fade.at_starting_section {
  background: transparent url("/wp-content/plugins/kyl-elementor-addons/assets/images/loop_scroll/20230522_loop_desktop.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression .inner,
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression_fade .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression .inner .lds-roller,
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression_fade .inner .lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression .inner .lds-roller div,
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression_fade .inner .lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
  -moz-transform-origin: 40px 40px;
  -ms-transform-origin: 40px 40px;
  -o-transform-origin: 40px 40px;
  transform-origin: 40px 40px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression .inner .lds-roller div::after,
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression_fade .inner .lds-roller div::after {
  content: '';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ee754f;
  margin: -4px 0 0 -4px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression .inner .lds-roller div:nth-child(1),
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression_fade .inner .lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
  -moz-animation-delay: -0.036s;
  -o-animation-delay: -0.036s;
  animation-delay: -0.036s;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression .inner .lds-roller div:nth-child(1)::after,
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression_fade .inner .lds-roller div:nth-child(1)::after {
  top: 63px;
  left: 63px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression .inner .lds-roller div:nth-child(2),
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression_fade .inner .lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
  -moz-animation-delay: -0.072s;
  -o-animation-delay: -0.072s;
  animation-delay: -0.072s;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression .inner .lds-roller div:nth-child(2)::after,
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression_fade .inner .lds-roller div:nth-child(2)::after {
  top: 68px;
  left: 56px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression .inner .lds-roller div:nth-child(3),
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression_fade .inner .lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
  -moz-animation-delay: -0.108s;
  -o-animation-delay: -0.108s;
  animation-delay: -0.108s;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression .inner .lds-roller div:nth-child(3)::after,
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression_fade .inner .lds-roller div:nth-child(3)::after {
  top: 71px;
  left: 48px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression .inner .lds-roller div:nth-child(4),
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression_fade .inner .lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
  -moz-animation-delay: -0.144s;
  -o-animation-delay: -0.144s;
  animation-delay: -0.144s;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression .inner .lds-roller div:nth-child(4)::after,
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression_fade .inner .lds-roller div:nth-child(4)::after {
  top: 72px;
  left: 40px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression .inner .lds-roller div:nth-child(5),
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression_fade .inner .lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
  -moz-animation-delay: -0.18s;
  -o-animation-delay: -0.18s;
  animation-delay: -0.18s;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression .inner .lds-roller div:nth-child(5)::after,
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression_fade .inner .lds-roller div:nth-child(5)::after {
  top: 71px;
  left: 32px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression .inner .lds-roller div:nth-child(6),
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression_fade .inner .lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
  -moz-animation-delay: -0.216s;
  -o-animation-delay: -0.216s;
  animation-delay: -0.216s;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression .inner .lds-roller div:nth-child(6)::after,
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression_fade .inner .lds-roller div:nth-child(6)::after {
  top: 68px;
  left: 24px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression .inner .lds-roller div:nth-child(7),
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression_fade .inner .lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
  -moz-animation-delay: -0.252s;
  -o-animation-delay: -0.252s;
  animation-delay: -0.252s;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression .inner .lds-roller div:nth-child(7)::after,
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression_fade .inner .lds-roller div:nth-child(7)::after {
  top: 63px;
  left: 17px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression .inner .lds-roller div:nth-child(8),
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression_fade .inner .lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
  -moz-animation-delay: -0.288s;
  -o-animation-delay: -0.288s;
  animation-delay: -0.288s;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression .inner .lds-roller div:nth-child(8)::after,
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression_fade .inner .lds-roller div:nth-child(8)::after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.progression_fade {
  background: rgba(255, 255, 255, 0.5);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.close {
  top: 50px;
  left: unset;
  right: 50px;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
}
@media (max-width: 1172px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.close {
    right: 0;
  }
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .notification_wrapper .notification.close .icon_close {
  height: 50px;
  width: 50px;
  background: transparent url('../images/Schließen_Schwarz.svg') center center / 25px 25px no-repeat;
  cursor: pointer;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .bounce_container_wrapper {
  display: none !important;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .bounce_container_wrapper .bounce_container {
  position: fixed;
  right: 0;
  left: 0;
  height: 0;
  background: #ee754f;
  z-index: 21;
  -webkit-transition: all ease 150ms;
  -o-transition: all ease 150ms;
  -moz-transition: all ease 150ms;
  transition: all ease 150ms;
  will-change: height, opacity;
  display: none !important;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .bounce_container_wrapper .bounce_container::before {
  position: fixed;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #008abb;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .bounce_container_wrapper .bounce_container_top {
  top: 0;
  /*background: @white;
							background: -moz-linear-gradient(180deg, @white 95%, fade(@white,0%) 100%);
							background: -webkit-linear-gradient(180deg, @white 95%, fade(@white,0%) 100%);
							background: linear-gradient(180deg, @white 95%, fade(@white,0%) 100%);
							filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);*/
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .bounce_container_wrapper .bounce_container_top::before {
  top: 80px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .bounce_container_wrapper .bounce_container_bottom {
  bottom: 0;
  /*background: @white;
							background: -moz-linear-gradient(0deg, @white 95%, fade(@white,0%) 100%);
							background: -webkit-linear-gradient(0deg, @white 95%, fade(@white,0%) 100%);
							background: linear-gradient(0deg, @white 95%, fade(@white,0%) 100%);
							filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);*/
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .bounce_container_wrapper .bounce_container_bottom::before {
  bottom: 80px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .scroll_progress_wrapper .scroll_progress {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 21;
  pointer-events: all;
  max-height: 230px;
  padding-left: 10px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .scroll_progress_wrapper .scroll_progress .scroll_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all ease 5500ms;
  -o-transition: all ease 5500ms;
  -moz-transition: all ease 5500ms;
  transition: all ease 5500ms;
  will-change: transform;
  -webkit-transform: translate3d(0px, 107px, 0px);
  -moz-transform: translate3d(0px, 107px, 0px);
  -ms-transform: translate3d(0px, 107px, 0px);
  -o-transform: translate3d(0px, 107px, 0px);
  transform: translate3d(0px, 107px, 0px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .scroll_progress_wrapper .scroll_progress .scroll_wrapper .bar {
  position: absolute;
  top: 10px;
  height: calc(100% - 22px);
  width: 1px;
  background-color: #000000;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .scroll_progress_wrapper .scroll_progress .scroll_wrapper .point {
  margin-left: -3px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .scroll_progress_wrapper .scroll_progress .scroll_wrapper .point:not(:last-of-type) {
  margin-bottom: 7px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .scroll_progress_wrapper .scroll_progress .scroll_wrapper .point:hover .title {
  opacity: 1;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .scroll_progress_wrapper .scroll_progress .scroll_wrapper .point.current {
  cursor: default;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .scroll_progress_wrapper .scroll_progress .scroll_wrapper .point.current .title {
  opacity: 1;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .scroll_progress_wrapper .scroll_progress .scroll_wrapper .point .icon {
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #000000;
  height: 7px;
  width: 7px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .scroll_progress_wrapper .scroll_progress .scroll_wrapper .point .title {
  font-weight: 700;
  letter-spacing: normal;
  line-height: 22px;
  font-size: 15px;
  font-family: 'Rajdhani', Helvetica, Arial, sans-serif;
  color: #ee754f;
  opacity: 0.5;
  -webkit-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .video_wrapper {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .video_wrapper {
    width: 100vw;
    max-height: 250px;
  }
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .video_wrapper .video_placeholder {
  z-index: 3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .video_wrapper .video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .video_wrapper .video {
    height: unset;
  }
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper {
  -webkit-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper.skipping {
  opacity: 0 !important;
  pointer-events: none !important;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
  max-width: 500px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: none;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information .open_details_wrapper,
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information .back_to_loop_mobile_top,
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information .back_to_loop_mobile_bottom {
  display: none;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information.kyl_intro_text .wrapper .subheading {
  color: #000000;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information.information_full_screen .wrapper {
    height: unset;
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information.information_text {
    padding: 15px 15px 0;
    top: 250px !important;
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information.information_text .wrapper .heading {
    font-weight: 700;
    letter-spacing: normal;
    line-height: 47px;
    font-size: 45px;
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information.information_accordion {
    height: calc(100% - 250px);
    top: unset !important;
    bottom: 0 !important;
    right: 0 !important;
    padding: 15px 15px 0;
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information.information_accordion.hide_normal_text_mobile .wrapper > .text > p,
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information.information_accordion.hide_normal_text_mobile .wrapper > .text .open_details_wrapper {
    opacity: 0;
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information.information_accordion.hide_elements_mobile .wrapper > .text > p,
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information.information_accordion.hide_elements_mobile .wrapper > .text .open_details_wrapper {
    display: none;
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information.information_accordion.hide_elements_mobile .wrapper .details_wrapper {
    display: block;
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information.information_accordion.show_accordion_mobile .wrapper .details_wrapper,
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information.information_accordion.show_accordion_mobile .wrapper .details_wrapper_heading {
    display: block;
    opacity: 1;
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information.information_accordion.show_accordion_mobile .wrapper .back_to_loop_mobile_top {
    position: fixed;
    /*width: 15px;
											height: 15px;*/
    background-image: url('../images/Pfeil_Links_Orange.svg');
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    /*top: 20px;
											left: 15px;*/
    z-index: 1;
    display: block;
    width: 35px;
    height: 35px;
    top: 10px;
    left: 5px;
    background-size: 15px 15px;
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information.information_accordion.show_accordion_mobile .wrapper .back_to_loop_mobile_bottom {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 22px;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    display: block;
    margin: 20px 0 15px;
    padding: 10px 0px 10px 20px;
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information.information_accordion.show_accordion_mobile .wrapper .back_to_loop_mobile_bottom:before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url('../images/Pfeil_Links_Orange.svg');
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information.information_accordion .wrapper {
    padding-top: 0;
    position: relative;
    left: 0;
    -webkit-transition: left ease 300ms;
    -o-transition: left ease 300ms;
    -moz-transition: left ease 300ms;
    transition: left ease 300ms;
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information.information_accordion .wrapper > .text > p,
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information.information_accordion .wrapper > .text > div {
    transition: opacity 500ms;
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information.information_accordion .open_details_wrapper {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    display: block;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 22px;
    font-size: 15px;
    padding: 12px 0;
    position: relative;
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information.information_accordion .open_details_wrapper:after {
    content: '';
    position: absolute;
    right: 0;
    background-image: url('../images/Pfeil_Rechts_Orange.svg');
    width: 15px;
    height: 15px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    top: 50%;
    transform: translate(0, -50%);
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information.information_accordion .details_wrapper_heading {
    opacity: 0;
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information.information_accordion .details_wrapper {
    opacity: 0;
    display: none;
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information.information_arrow,
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information.information_scroll_progress {
    display: none;
  }
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information::-webkit-scrollbar {
  display: none !important;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information ul li:before {
  background-image: url('../images/wabe-01.svg');
  width: 10px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information a {
  font-weight: 700;
  color: #b2b2b2;
  -webkit-transition: color ease 300ms;
  -o-transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  transition: color ease 300ms;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information a:hover {
  color: #df7c58;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information.visible {
  pointer-events: all !important;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information.visible.information_full_screen {
  pointer-events: none !important;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="0"] {
  top: 0;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="0"] {
  right: 0;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="0"] {
  bottom: 0;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="0"] {
  left: 0;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-opacity="0"] {
  opacity: 0;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-opacity="1"] {
  opacity: 1;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-100%"] {
  top: -100%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-100%"] {
  right: -100%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-100%"] {
  bottom: -100%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-100%"] {
  left: -100%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-100%"] {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-100%"] {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-99%"] {
  top: -99%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-99%"] {
  right: -99%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-99%"] {
  bottom: -99%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-99%"] {
  left: -99%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-99%"] {
  -webkit-transform: translateX(-99%);
  -moz-transform: translateX(-99%);
  -ms-transform: translateX(-99%);
  -o-transform: translateX(-99%);
  transform: translateX(-99%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-99%"] {
  -webkit-transform: translateY(-99%);
  -moz-transform: translateY(-99%);
  -ms-transform: translateY(-99%);
  -o-transform: translateY(-99%);
  transform: translateY(-99%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-98%"] {
  top: -98%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-98%"] {
  right: -98%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-98%"] {
  bottom: -98%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-98%"] {
  left: -98%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-98%"] {
  -webkit-transform: translateX(-98%);
  -moz-transform: translateX(-98%);
  -ms-transform: translateX(-98%);
  -o-transform: translateX(-98%);
  transform: translateX(-98%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-98%"] {
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-97%"] {
  top: -97%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-97%"] {
  right: -97%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-97%"] {
  bottom: -97%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-97%"] {
  left: -97%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-97%"] {
  -webkit-transform: translateX(-97%);
  -moz-transform: translateX(-97%);
  -ms-transform: translateX(-97%);
  -o-transform: translateX(-97%);
  transform: translateX(-97%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-97%"] {
  -webkit-transform: translateY(-97%);
  -moz-transform: translateY(-97%);
  -ms-transform: translateY(-97%);
  -o-transform: translateY(-97%);
  transform: translateY(-97%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-96%"] {
  top: -96%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-96%"] {
  right: -96%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-96%"] {
  bottom: -96%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-96%"] {
  left: -96%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-96%"] {
  -webkit-transform: translateX(-96%);
  -moz-transform: translateX(-96%);
  -ms-transform: translateX(-96%);
  -o-transform: translateX(-96%);
  transform: translateX(-96%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-96%"] {
  -webkit-transform: translateY(-96%);
  -moz-transform: translateY(-96%);
  -ms-transform: translateY(-96%);
  -o-transform: translateY(-96%);
  transform: translateY(-96%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-95%"] {
  top: -95%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-95%"] {
  right: -95%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-95%"] {
  bottom: -95%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-95%"] {
  left: -95%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-95%"] {
  -webkit-transform: translateX(-95%);
  -moz-transform: translateX(-95%);
  -ms-transform: translateX(-95%);
  -o-transform: translateX(-95%);
  transform: translateX(-95%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-95%"] {
  -webkit-transform: translateY(-95%);
  -moz-transform: translateY(-95%);
  -ms-transform: translateY(-95%);
  -o-transform: translateY(-95%);
  transform: translateY(-95%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-94%"] {
  top: -94%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-94%"] {
  right: -94%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-94%"] {
  bottom: -94%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-94%"] {
  left: -94%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-94%"] {
  -webkit-transform: translateX(-94%);
  -moz-transform: translateX(-94%);
  -ms-transform: translateX(-94%);
  -o-transform: translateX(-94%);
  transform: translateX(-94%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-94%"] {
  -webkit-transform: translateY(-94%);
  -moz-transform: translateY(-94%);
  -ms-transform: translateY(-94%);
  -o-transform: translateY(-94%);
  transform: translateY(-94%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-93%"] {
  top: -93%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-93%"] {
  right: -93%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-93%"] {
  bottom: -93%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-93%"] {
  left: -93%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-93%"] {
  -webkit-transform: translateX(-93%);
  -moz-transform: translateX(-93%);
  -ms-transform: translateX(-93%);
  -o-transform: translateX(-93%);
  transform: translateX(-93%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-93%"] {
  -webkit-transform: translateY(-93%);
  -moz-transform: translateY(-93%);
  -ms-transform: translateY(-93%);
  -o-transform: translateY(-93%);
  transform: translateY(-93%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-92%"] {
  top: -92%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-92%"] {
  right: -92%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-92%"] {
  bottom: -92%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-92%"] {
  left: -92%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-92%"] {
  -webkit-transform: translateX(-92%);
  -moz-transform: translateX(-92%);
  -ms-transform: translateX(-92%);
  -o-transform: translateX(-92%);
  transform: translateX(-92%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-92%"] {
  -webkit-transform: translateY(-92%);
  -moz-transform: translateY(-92%);
  -ms-transform: translateY(-92%);
  -o-transform: translateY(-92%);
  transform: translateY(-92%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-91%"] {
  top: -91%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-91%"] {
  right: -91%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-91%"] {
  bottom: -91%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-91%"] {
  left: -91%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-91%"] {
  -webkit-transform: translateX(-91%);
  -moz-transform: translateX(-91%);
  -ms-transform: translateX(-91%);
  -o-transform: translateX(-91%);
  transform: translateX(-91%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-91%"] {
  -webkit-transform: translateY(-91%);
  -moz-transform: translateY(-91%);
  -ms-transform: translateY(-91%);
  -o-transform: translateY(-91%);
  transform: translateY(-91%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-90%"] {
  top: -90%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-90%"] {
  right: -90%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-90%"] {
  bottom: -90%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-90%"] {
  left: -90%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-90%"] {
  -webkit-transform: translateX(-90%);
  -moz-transform: translateX(-90%);
  -ms-transform: translateX(-90%);
  -o-transform: translateX(-90%);
  transform: translateX(-90%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-90%"] {
  -webkit-transform: translateY(-90%);
  -moz-transform: translateY(-90%);
  -ms-transform: translateY(-90%);
  -o-transform: translateY(-90%);
  transform: translateY(-90%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-89%"] {
  top: -89%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-89%"] {
  right: -89%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-89%"] {
  bottom: -89%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-89%"] {
  left: -89%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-89%"] {
  -webkit-transform: translateX(-89%);
  -moz-transform: translateX(-89%);
  -ms-transform: translateX(-89%);
  -o-transform: translateX(-89%);
  transform: translateX(-89%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-89%"] {
  -webkit-transform: translateY(-89%);
  -moz-transform: translateY(-89%);
  -ms-transform: translateY(-89%);
  -o-transform: translateY(-89%);
  transform: translateY(-89%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-88%"] {
  top: -88%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-88%"] {
  right: -88%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-88%"] {
  bottom: -88%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-88%"] {
  left: -88%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-88%"] {
  -webkit-transform: translateX(-88%);
  -moz-transform: translateX(-88%);
  -ms-transform: translateX(-88%);
  -o-transform: translateX(-88%);
  transform: translateX(-88%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-88%"] {
  -webkit-transform: translateY(-88%);
  -moz-transform: translateY(-88%);
  -ms-transform: translateY(-88%);
  -o-transform: translateY(-88%);
  transform: translateY(-88%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-87%"] {
  top: -87%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-87%"] {
  right: -87%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-87%"] {
  bottom: -87%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-87%"] {
  left: -87%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-87%"] {
  -webkit-transform: translateX(-87%);
  -moz-transform: translateX(-87%);
  -ms-transform: translateX(-87%);
  -o-transform: translateX(-87%);
  transform: translateX(-87%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-87%"] {
  -webkit-transform: translateY(-87%);
  -moz-transform: translateY(-87%);
  -ms-transform: translateY(-87%);
  -o-transform: translateY(-87%);
  transform: translateY(-87%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-86%"] {
  top: -86%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-86%"] {
  right: -86%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-86%"] {
  bottom: -86%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-86%"] {
  left: -86%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-86%"] {
  -webkit-transform: translateX(-86%);
  -moz-transform: translateX(-86%);
  -ms-transform: translateX(-86%);
  -o-transform: translateX(-86%);
  transform: translateX(-86%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-86%"] {
  -webkit-transform: translateY(-86%);
  -moz-transform: translateY(-86%);
  -ms-transform: translateY(-86%);
  -o-transform: translateY(-86%);
  transform: translateY(-86%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-85%"] {
  top: -85%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-85%"] {
  right: -85%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-85%"] {
  bottom: -85%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-85%"] {
  left: -85%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-85%"] {
  -webkit-transform: translateX(-85%);
  -moz-transform: translateX(-85%);
  -ms-transform: translateX(-85%);
  -o-transform: translateX(-85%);
  transform: translateX(-85%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-85%"] {
  -webkit-transform: translateY(-85%);
  -moz-transform: translateY(-85%);
  -ms-transform: translateY(-85%);
  -o-transform: translateY(-85%);
  transform: translateY(-85%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-84%"] {
  top: -84%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-84%"] {
  right: -84%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-84%"] {
  bottom: -84%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-84%"] {
  left: -84%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-84%"] {
  -webkit-transform: translateX(-84%);
  -moz-transform: translateX(-84%);
  -ms-transform: translateX(-84%);
  -o-transform: translateX(-84%);
  transform: translateX(-84%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-84%"] {
  -webkit-transform: translateY(-84%);
  -moz-transform: translateY(-84%);
  -ms-transform: translateY(-84%);
  -o-transform: translateY(-84%);
  transform: translateY(-84%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-83%"] {
  top: -83%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-83%"] {
  right: -83%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-83%"] {
  bottom: -83%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-83%"] {
  left: -83%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-83%"] {
  -webkit-transform: translateX(-83%);
  -moz-transform: translateX(-83%);
  -ms-transform: translateX(-83%);
  -o-transform: translateX(-83%);
  transform: translateX(-83%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-83%"] {
  -webkit-transform: translateY(-83%);
  -moz-transform: translateY(-83%);
  -ms-transform: translateY(-83%);
  -o-transform: translateY(-83%);
  transform: translateY(-83%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-82%"] {
  top: -82%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-82%"] {
  right: -82%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-82%"] {
  bottom: -82%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-82%"] {
  left: -82%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-82%"] {
  -webkit-transform: translateX(-82%);
  -moz-transform: translateX(-82%);
  -ms-transform: translateX(-82%);
  -o-transform: translateX(-82%);
  transform: translateX(-82%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-82%"] {
  -webkit-transform: translateY(-82%);
  -moz-transform: translateY(-82%);
  -ms-transform: translateY(-82%);
  -o-transform: translateY(-82%);
  transform: translateY(-82%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-81%"] {
  top: -81%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-81%"] {
  right: -81%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-81%"] {
  bottom: -81%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-81%"] {
  left: -81%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-81%"] {
  -webkit-transform: translateX(-81%);
  -moz-transform: translateX(-81%);
  -ms-transform: translateX(-81%);
  -o-transform: translateX(-81%);
  transform: translateX(-81%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-81%"] {
  -webkit-transform: translateY(-81%);
  -moz-transform: translateY(-81%);
  -ms-transform: translateY(-81%);
  -o-transform: translateY(-81%);
  transform: translateY(-81%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-80%"] {
  top: -80%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-80%"] {
  right: -80%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-80%"] {
  bottom: -80%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-80%"] {
  left: -80%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-80%"] {
  -webkit-transform: translateX(-80%);
  -moz-transform: translateX(-80%);
  -ms-transform: translateX(-80%);
  -o-transform: translateX(-80%);
  transform: translateX(-80%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-80%"] {
  -webkit-transform: translateY(-80%);
  -moz-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  -o-transform: translateY(-80%);
  transform: translateY(-80%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-79%"] {
  top: -79%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-79%"] {
  right: -79%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-79%"] {
  bottom: -79%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-79%"] {
  left: -79%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-79%"] {
  -webkit-transform: translateX(-79%);
  -moz-transform: translateX(-79%);
  -ms-transform: translateX(-79%);
  -o-transform: translateX(-79%);
  transform: translateX(-79%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-79%"] {
  -webkit-transform: translateY(-79%);
  -moz-transform: translateY(-79%);
  -ms-transform: translateY(-79%);
  -o-transform: translateY(-79%);
  transform: translateY(-79%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-78%"] {
  top: -78%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-78%"] {
  right: -78%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-78%"] {
  bottom: -78%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-78%"] {
  left: -78%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-78%"] {
  -webkit-transform: translateX(-78%);
  -moz-transform: translateX(-78%);
  -ms-transform: translateX(-78%);
  -o-transform: translateX(-78%);
  transform: translateX(-78%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-78%"] {
  -webkit-transform: translateY(-78%);
  -moz-transform: translateY(-78%);
  -ms-transform: translateY(-78%);
  -o-transform: translateY(-78%);
  transform: translateY(-78%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-77%"] {
  top: -77%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-77%"] {
  right: -77%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-77%"] {
  bottom: -77%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-77%"] {
  left: -77%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-77%"] {
  -webkit-transform: translateX(-77%);
  -moz-transform: translateX(-77%);
  -ms-transform: translateX(-77%);
  -o-transform: translateX(-77%);
  transform: translateX(-77%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-77%"] {
  -webkit-transform: translateY(-77%);
  -moz-transform: translateY(-77%);
  -ms-transform: translateY(-77%);
  -o-transform: translateY(-77%);
  transform: translateY(-77%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-76%"] {
  top: -76%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-76%"] {
  right: -76%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-76%"] {
  bottom: -76%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-76%"] {
  left: -76%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-76%"] {
  -webkit-transform: translateX(-76%);
  -moz-transform: translateX(-76%);
  -ms-transform: translateX(-76%);
  -o-transform: translateX(-76%);
  transform: translateX(-76%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-76%"] {
  -webkit-transform: translateY(-76%);
  -moz-transform: translateY(-76%);
  -ms-transform: translateY(-76%);
  -o-transform: translateY(-76%);
  transform: translateY(-76%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-75%"] {
  top: -75%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-75%"] {
  right: -75%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-75%"] {
  bottom: -75%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-75%"] {
  left: -75%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-75%"] {
  -webkit-transform: translateX(-75%);
  -moz-transform: translateX(-75%);
  -ms-transform: translateX(-75%);
  -o-transform: translateX(-75%);
  transform: translateX(-75%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-75%"] {
  -webkit-transform: translateY(-75%);
  -moz-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  -o-transform: translateY(-75%);
  transform: translateY(-75%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-74%"] {
  top: -74%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-74%"] {
  right: -74%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-74%"] {
  bottom: -74%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-74%"] {
  left: -74%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-74%"] {
  -webkit-transform: translateX(-74%);
  -moz-transform: translateX(-74%);
  -ms-transform: translateX(-74%);
  -o-transform: translateX(-74%);
  transform: translateX(-74%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-74%"] {
  -webkit-transform: translateY(-74%);
  -moz-transform: translateY(-74%);
  -ms-transform: translateY(-74%);
  -o-transform: translateY(-74%);
  transform: translateY(-74%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-73%"] {
  top: -73%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-73%"] {
  right: -73%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-73%"] {
  bottom: -73%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-73%"] {
  left: -73%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-73%"] {
  -webkit-transform: translateX(-73%);
  -moz-transform: translateX(-73%);
  -ms-transform: translateX(-73%);
  -o-transform: translateX(-73%);
  transform: translateX(-73%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-73%"] {
  -webkit-transform: translateY(-73%);
  -moz-transform: translateY(-73%);
  -ms-transform: translateY(-73%);
  -o-transform: translateY(-73%);
  transform: translateY(-73%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-72%"] {
  top: -72%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-72%"] {
  right: -72%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-72%"] {
  bottom: -72%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-72%"] {
  left: -72%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-72%"] {
  -webkit-transform: translateX(-72%);
  -moz-transform: translateX(-72%);
  -ms-transform: translateX(-72%);
  -o-transform: translateX(-72%);
  transform: translateX(-72%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-72%"] {
  -webkit-transform: translateY(-72%);
  -moz-transform: translateY(-72%);
  -ms-transform: translateY(-72%);
  -o-transform: translateY(-72%);
  transform: translateY(-72%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-71%"] {
  top: -71%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-71%"] {
  right: -71%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-71%"] {
  bottom: -71%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-71%"] {
  left: -71%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-71%"] {
  -webkit-transform: translateX(-71%);
  -moz-transform: translateX(-71%);
  -ms-transform: translateX(-71%);
  -o-transform: translateX(-71%);
  transform: translateX(-71%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-71%"] {
  -webkit-transform: translateY(-71%);
  -moz-transform: translateY(-71%);
  -ms-transform: translateY(-71%);
  -o-transform: translateY(-71%);
  transform: translateY(-71%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-70%"] {
  top: -70%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-70%"] {
  right: -70%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-70%"] {
  bottom: -70%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-70%"] {
  left: -70%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-70%"] {
  -webkit-transform: translateX(-70%);
  -moz-transform: translateX(-70%);
  -ms-transform: translateX(-70%);
  -o-transform: translateX(-70%);
  transform: translateX(-70%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-70%"] {
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  -o-transform: translateY(-70%);
  transform: translateY(-70%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-69%"] {
  top: -69%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-69%"] {
  right: -69%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-69%"] {
  bottom: -69%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-69%"] {
  left: -69%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-69%"] {
  -webkit-transform: translateX(-69%);
  -moz-transform: translateX(-69%);
  -ms-transform: translateX(-69%);
  -o-transform: translateX(-69%);
  transform: translateX(-69%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-69%"] {
  -webkit-transform: translateY(-69%);
  -moz-transform: translateY(-69%);
  -ms-transform: translateY(-69%);
  -o-transform: translateY(-69%);
  transform: translateY(-69%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-68%"] {
  top: -68%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-68%"] {
  right: -68%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-68%"] {
  bottom: -68%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-68%"] {
  left: -68%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-68%"] {
  -webkit-transform: translateX(-68%);
  -moz-transform: translateX(-68%);
  -ms-transform: translateX(-68%);
  -o-transform: translateX(-68%);
  transform: translateX(-68%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-68%"] {
  -webkit-transform: translateY(-68%);
  -moz-transform: translateY(-68%);
  -ms-transform: translateY(-68%);
  -o-transform: translateY(-68%);
  transform: translateY(-68%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-67%"] {
  top: -67%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-67%"] {
  right: -67%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-67%"] {
  bottom: -67%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-67%"] {
  left: -67%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-67%"] {
  -webkit-transform: translateX(-67%);
  -moz-transform: translateX(-67%);
  -ms-transform: translateX(-67%);
  -o-transform: translateX(-67%);
  transform: translateX(-67%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-67%"] {
  -webkit-transform: translateY(-67%);
  -moz-transform: translateY(-67%);
  -ms-transform: translateY(-67%);
  -o-transform: translateY(-67%);
  transform: translateY(-67%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-66%"] {
  top: -66%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-66%"] {
  right: -66%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-66%"] {
  bottom: -66%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-66%"] {
  left: -66%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-66%"] {
  -webkit-transform: translateX(-66%);
  -moz-transform: translateX(-66%);
  -ms-transform: translateX(-66%);
  -o-transform: translateX(-66%);
  transform: translateX(-66%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-66%"] {
  -webkit-transform: translateY(-66%);
  -moz-transform: translateY(-66%);
  -ms-transform: translateY(-66%);
  -o-transform: translateY(-66%);
  transform: translateY(-66%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-65%"] {
  top: -65%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-65%"] {
  right: -65%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-65%"] {
  bottom: -65%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-65%"] {
  left: -65%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-65%"] {
  -webkit-transform: translateX(-65%);
  -moz-transform: translateX(-65%);
  -ms-transform: translateX(-65%);
  -o-transform: translateX(-65%);
  transform: translateX(-65%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-65%"] {
  -webkit-transform: translateY(-65%);
  -moz-transform: translateY(-65%);
  -ms-transform: translateY(-65%);
  -o-transform: translateY(-65%);
  transform: translateY(-65%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-64%"] {
  top: -64%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-64%"] {
  right: -64%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-64%"] {
  bottom: -64%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-64%"] {
  left: -64%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-64%"] {
  -webkit-transform: translateX(-64%);
  -moz-transform: translateX(-64%);
  -ms-transform: translateX(-64%);
  -o-transform: translateX(-64%);
  transform: translateX(-64%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-64%"] {
  -webkit-transform: translateY(-64%);
  -moz-transform: translateY(-64%);
  -ms-transform: translateY(-64%);
  -o-transform: translateY(-64%);
  transform: translateY(-64%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-63%"] {
  top: -63%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-63%"] {
  right: -63%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-63%"] {
  bottom: -63%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-63%"] {
  left: -63%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-63%"] {
  -webkit-transform: translateX(-63%);
  -moz-transform: translateX(-63%);
  -ms-transform: translateX(-63%);
  -o-transform: translateX(-63%);
  transform: translateX(-63%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-63%"] {
  -webkit-transform: translateY(-63%);
  -moz-transform: translateY(-63%);
  -ms-transform: translateY(-63%);
  -o-transform: translateY(-63%);
  transform: translateY(-63%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-62%"] {
  top: -62%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-62%"] {
  right: -62%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-62%"] {
  bottom: -62%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-62%"] {
  left: -62%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-62%"] {
  -webkit-transform: translateX(-62%);
  -moz-transform: translateX(-62%);
  -ms-transform: translateX(-62%);
  -o-transform: translateX(-62%);
  transform: translateX(-62%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-62%"] {
  -webkit-transform: translateY(-62%);
  -moz-transform: translateY(-62%);
  -ms-transform: translateY(-62%);
  -o-transform: translateY(-62%);
  transform: translateY(-62%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-61%"] {
  top: -61%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-61%"] {
  right: -61%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-61%"] {
  bottom: -61%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-61%"] {
  left: -61%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-61%"] {
  -webkit-transform: translateX(-61%);
  -moz-transform: translateX(-61%);
  -ms-transform: translateX(-61%);
  -o-transform: translateX(-61%);
  transform: translateX(-61%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-61%"] {
  -webkit-transform: translateY(-61%);
  -moz-transform: translateY(-61%);
  -ms-transform: translateY(-61%);
  -o-transform: translateY(-61%);
  transform: translateY(-61%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-60%"] {
  top: -60%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-60%"] {
  right: -60%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-60%"] {
  bottom: -60%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-60%"] {
  left: -60%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-60%"] {
  -webkit-transform: translateX(-60%);
  -moz-transform: translateX(-60%);
  -ms-transform: translateX(-60%);
  -o-transform: translateX(-60%);
  transform: translateX(-60%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-60%"] {
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  transform: translateY(-60%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-59%"] {
  top: -59%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-59%"] {
  right: -59%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-59%"] {
  bottom: -59%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-59%"] {
  left: -59%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-59%"] {
  -webkit-transform: translateX(-59%);
  -moz-transform: translateX(-59%);
  -ms-transform: translateX(-59%);
  -o-transform: translateX(-59%);
  transform: translateX(-59%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-59%"] {
  -webkit-transform: translateY(-59%);
  -moz-transform: translateY(-59%);
  -ms-transform: translateY(-59%);
  -o-transform: translateY(-59%);
  transform: translateY(-59%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-58%"] {
  top: -58%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-58%"] {
  right: -58%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-58%"] {
  bottom: -58%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-58%"] {
  left: -58%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-58%"] {
  -webkit-transform: translateX(-58%);
  -moz-transform: translateX(-58%);
  -ms-transform: translateX(-58%);
  -o-transform: translateX(-58%);
  transform: translateX(-58%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-58%"] {
  -webkit-transform: translateY(-58%);
  -moz-transform: translateY(-58%);
  -ms-transform: translateY(-58%);
  -o-transform: translateY(-58%);
  transform: translateY(-58%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-57%"] {
  top: -57%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-57%"] {
  right: -57%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-57%"] {
  bottom: -57%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-57%"] {
  left: -57%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-57%"] {
  -webkit-transform: translateX(-57%);
  -moz-transform: translateX(-57%);
  -ms-transform: translateX(-57%);
  -o-transform: translateX(-57%);
  transform: translateX(-57%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-57%"] {
  -webkit-transform: translateY(-57%);
  -moz-transform: translateY(-57%);
  -ms-transform: translateY(-57%);
  -o-transform: translateY(-57%);
  transform: translateY(-57%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-56%"] {
  top: -56%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-56%"] {
  right: -56%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-56%"] {
  bottom: -56%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-56%"] {
  left: -56%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-56%"] {
  -webkit-transform: translateX(-56%);
  -moz-transform: translateX(-56%);
  -ms-transform: translateX(-56%);
  -o-transform: translateX(-56%);
  transform: translateX(-56%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-56%"] {
  -webkit-transform: translateY(-56%);
  -moz-transform: translateY(-56%);
  -ms-transform: translateY(-56%);
  -o-transform: translateY(-56%);
  transform: translateY(-56%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-55%"] {
  top: -55%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-55%"] {
  right: -55%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-55%"] {
  bottom: -55%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-55%"] {
  left: -55%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-55%"] {
  -webkit-transform: translateX(-55%);
  -moz-transform: translateX(-55%);
  -ms-transform: translateX(-55%);
  -o-transform: translateX(-55%);
  transform: translateX(-55%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-55%"] {
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  transform: translateY(-55%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-54%"] {
  top: -54%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-54%"] {
  right: -54%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-54%"] {
  bottom: -54%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-54%"] {
  left: -54%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-54%"] {
  -webkit-transform: translateX(-54%);
  -moz-transform: translateX(-54%);
  -ms-transform: translateX(-54%);
  -o-transform: translateX(-54%);
  transform: translateX(-54%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-54%"] {
  -webkit-transform: translateY(-54%);
  -moz-transform: translateY(-54%);
  -ms-transform: translateY(-54%);
  -o-transform: translateY(-54%);
  transform: translateY(-54%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-53%"] {
  top: -53%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-53%"] {
  right: -53%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-53%"] {
  bottom: -53%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-53%"] {
  left: -53%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-53%"] {
  -webkit-transform: translateX(-53%);
  -moz-transform: translateX(-53%);
  -ms-transform: translateX(-53%);
  -o-transform: translateX(-53%);
  transform: translateX(-53%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-53%"] {
  -webkit-transform: translateY(-53%);
  -moz-transform: translateY(-53%);
  -ms-transform: translateY(-53%);
  -o-transform: translateY(-53%);
  transform: translateY(-53%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-52%"] {
  top: -52%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-52%"] {
  right: -52%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-52%"] {
  bottom: -52%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-52%"] {
  left: -52%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-52%"] {
  -webkit-transform: translateX(-52%);
  -moz-transform: translateX(-52%);
  -ms-transform: translateX(-52%);
  -o-transform: translateX(-52%);
  transform: translateX(-52%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-52%"] {
  -webkit-transform: translateY(-52%);
  -moz-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
  -o-transform: translateY(-52%);
  transform: translateY(-52%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-51%"] {
  top: -51%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-51%"] {
  right: -51%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-51%"] {
  bottom: -51%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-51%"] {
  left: -51%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-51%"] {
  -webkit-transform: translateX(-51%);
  -moz-transform: translateX(-51%);
  -ms-transform: translateX(-51%);
  -o-transform: translateX(-51%);
  transform: translateX(-51%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-51%"] {
  -webkit-transform: translateY(-51%);
  -moz-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  -o-transform: translateY(-51%);
  transform: translateY(-51%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-50%"] {
  top: -50%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-50%"] {
  right: -50%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-50%"] {
  bottom: -50%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-50%"] {
  left: -50%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-50%"] {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-50%"] {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-49%"] {
  top: -49%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-49%"] {
  right: -49%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-49%"] {
  bottom: -49%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-49%"] {
  left: -49%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-49%"] {
  -webkit-transform: translateX(-49%);
  -moz-transform: translateX(-49%);
  -ms-transform: translateX(-49%);
  -o-transform: translateX(-49%);
  transform: translateX(-49%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-49%"] {
  -webkit-transform: translateY(-49%);
  -moz-transform: translateY(-49%);
  -ms-transform: translateY(-49%);
  -o-transform: translateY(-49%);
  transform: translateY(-49%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-48%"] {
  top: -48%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-48%"] {
  right: -48%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-48%"] {
  bottom: -48%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-48%"] {
  left: -48%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-48%"] {
  -webkit-transform: translateX(-48%);
  -moz-transform: translateX(-48%);
  -ms-transform: translateX(-48%);
  -o-transform: translateX(-48%);
  transform: translateX(-48%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-48%"] {
  -webkit-transform: translateY(-48%);
  -moz-transform: translateY(-48%);
  -ms-transform: translateY(-48%);
  -o-transform: translateY(-48%);
  transform: translateY(-48%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-47%"] {
  top: -47%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-47%"] {
  right: -47%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-47%"] {
  bottom: -47%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-47%"] {
  left: -47%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-47%"] {
  -webkit-transform: translateX(-47%);
  -moz-transform: translateX(-47%);
  -ms-transform: translateX(-47%);
  -o-transform: translateX(-47%);
  transform: translateX(-47%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-47%"] {
  -webkit-transform: translateY(-47%);
  -moz-transform: translateY(-47%);
  -ms-transform: translateY(-47%);
  -o-transform: translateY(-47%);
  transform: translateY(-47%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-46%"] {
  top: -46%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-46%"] {
  right: -46%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-46%"] {
  bottom: -46%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-46%"] {
  left: -46%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-46%"] {
  -webkit-transform: translateX(-46%);
  -moz-transform: translateX(-46%);
  -ms-transform: translateX(-46%);
  -o-transform: translateX(-46%);
  transform: translateX(-46%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-46%"] {
  -webkit-transform: translateY(-46%);
  -moz-transform: translateY(-46%);
  -ms-transform: translateY(-46%);
  -o-transform: translateY(-46%);
  transform: translateY(-46%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-45%"] {
  top: -45%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-45%"] {
  right: -45%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-45%"] {
  bottom: -45%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-45%"] {
  left: -45%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-45%"] {
  -webkit-transform: translateX(-45%);
  -moz-transform: translateX(-45%);
  -ms-transform: translateX(-45%);
  -o-transform: translateX(-45%);
  transform: translateX(-45%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-45%"] {
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
  transform: translateY(-45%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-44%"] {
  top: -44%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-44%"] {
  right: -44%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-44%"] {
  bottom: -44%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-44%"] {
  left: -44%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-44%"] {
  -webkit-transform: translateX(-44%);
  -moz-transform: translateX(-44%);
  -ms-transform: translateX(-44%);
  -o-transform: translateX(-44%);
  transform: translateX(-44%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-44%"] {
  -webkit-transform: translateY(-44%);
  -moz-transform: translateY(-44%);
  -ms-transform: translateY(-44%);
  -o-transform: translateY(-44%);
  transform: translateY(-44%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-43%"] {
  top: -43%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-43%"] {
  right: -43%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-43%"] {
  bottom: -43%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-43%"] {
  left: -43%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-43%"] {
  -webkit-transform: translateX(-43%);
  -moz-transform: translateX(-43%);
  -ms-transform: translateX(-43%);
  -o-transform: translateX(-43%);
  transform: translateX(-43%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-43%"] {
  -webkit-transform: translateY(-43%);
  -moz-transform: translateY(-43%);
  -ms-transform: translateY(-43%);
  -o-transform: translateY(-43%);
  transform: translateY(-43%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-42%"] {
  top: -42%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-42%"] {
  right: -42%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-42%"] {
  bottom: -42%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-42%"] {
  left: -42%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-42%"] {
  -webkit-transform: translateX(-42%);
  -moz-transform: translateX(-42%);
  -ms-transform: translateX(-42%);
  -o-transform: translateX(-42%);
  transform: translateX(-42%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-42%"] {
  -webkit-transform: translateY(-42%);
  -moz-transform: translateY(-42%);
  -ms-transform: translateY(-42%);
  -o-transform: translateY(-42%);
  transform: translateY(-42%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-41%"] {
  top: -41%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-41%"] {
  right: -41%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-41%"] {
  bottom: -41%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-41%"] {
  left: -41%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-41%"] {
  -webkit-transform: translateX(-41%);
  -moz-transform: translateX(-41%);
  -ms-transform: translateX(-41%);
  -o-transform: translateX(-41%);
  transform: translateX(-41%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-41%"] {
  -webkit-transform: translateY(-41%);
  -moz-transform: translateY(-41%);
  -ms-transform: translateY(-41%);
  -o-transform: translateY(-41%);
  transform: translateY(-41%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-40%"] {
  top: -40%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-40%"] {
  right: -40%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-40%"] {
  bottom: -40%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-40%"] {
  left: -40%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-40%"] {
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  transform: translateX(-40%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-40%"] {
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-39%"] {
  top: -39%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-39%"] {
  right: -39%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-39%"] {
  bottom: -39%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-39%"] {
  left: -39%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-39%"] {
  -webkit-transform: translateX(-39%);
  -moz-transform: translateX(-39%);
  -ms-transform: translateX(-39%);
  -o-transform: translateX(-39%);
  transform: translateX(-39%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-39%"] {
  -webkit-transform: translateY(-39%);
  -moz-transform: translateY(-39%);
  -ms-transform: translateY(-39%);
  -o-transform: translateY(-39%);
  transform: translateY(-39%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-38%"] {
  top: -38%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-38%"] {
  right: -38%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-38%"] {
  bottom: -38%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-38%"] {
  left: -38%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-38%"] {
  -webkit-transform: translateX(-38%);
  -moz-transform: translateX(-38%);
  -ms-transform: translateX(-38%);
  -o-transform: translateX(-38%);
  transform: translateX(-38%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-38%"] {
  -webkit-transform: translateY(-38%);
  -moz-transform: translateY(-38%);
  -ms-transform: translateY(-38%);
  -o-transform: translateY(-38%);
  transform: translateY(-38%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-37%"] {
  top: -37%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-37%"] {
  right: -37%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-37%"] {
  bottom: -37%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-37%"] {
  left: -37%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-37%"] {
  -webkit-transform: translateX(-37%);
  -moz-transform: translateX(-37%);
  -ms-transform: translateX(-37%);
  -o-transform: translateX(-37%);
  transform: translateX(-37%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-37%"] {
  -webkit-transform: translateY(-37%);
  -moz-transform: translateY(-37%);
  -ms-transform: translateY(-37%);
  -o-transform: translateY(-37%);
  transform: translateY(-37%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-36%"] {
  top: -36%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-36%"] {
  right: -36%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-36%"] {
  bottom: -36%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-36%"] {
  left: -36%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-36%"] {
  -webkit-transform: translateX(-36%);
  -moz-transform: translateX(-36%);
  -ms-transform: translateX(-36%);
  -o-transform: translateX(-36%);
  transform: translateX(-36%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-36%"] {
  -webkit-transform: translateY(-36%);
  -moz-transform: translateY(-36%);
  -ms-transform: translateY(-36%);
  -o-transform: translateY(-36%);
  transform: translateY(-36%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-35%"] {
  top: -35%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-35%"] {
  right: -35%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-35%"] {
  bottom: -35%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-35%"] {
  left: -35%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-35%"] {
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-35%"] {
  -webkit-transform: translateY(-35%);
  -moz-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  -o-transform: translateY(-35%);
  transform: translateY(-35%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-34%"] {
  top: -34%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-34%"] {
  right: -34%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-34%"] {
  bottom: -34%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-34%"] {
  left: -34%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-34%"] {
  -webkit-transform: translateX(-34%);
  -moz-transform: translateX(-34%);
  -ms-transform: translateX(-34%);
  -o-transform: translateX(-34%);
  transform: translateX(-34%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-34%"] {
  -webkit-transform: translateY(-34%);
  -moz-transform: translateY(-34%);
  -ms-transform: translateY(-34%);
  -o-transform: translateY(-34%);
  transform: translateY(-34%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-33%"] {
  top: -33%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-33%"] {
  right: -33%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-33%"] {
  bottom: -33%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-33%"] {
  left: -33%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-33%"] {
  -webkit-transform: translateX(-33%);
  -moz-transform: translateX(-33%);
  -ms-transform: translateX(-33%);
  -o-transform: translateX(-33%);
  transform: translateX(-33%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-33%"] {
  -webkit-transform: translateY(-33%);
  -moz-transform: translateY(-33%);
  -ms-transform: translateY(-33%);
  -o-transform: translateY(-33%);
  transform: translateY(-33%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-32%"] {
  top: -32%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-32%"] {
  right: -32%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-32%"] {
  bottom: -32%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-32%"] {
  left: -32%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-32%"] {
  -webkit-transform: translateX(-32%);
  -moz-transform: translateX(-32%);
  -ms-transform: translateX(-32%);
  -o-transform: translateX(-32%);
  transform: translateX(-32%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-32%"] {
  -webkit-transform: translateY(-32%);
  -moz-transform: translateY(-32%);
  -ms-transform: translateY(-32%);
  -o-transform: translateY(-32%);
  transform: translateY(-32%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-31%"] {
  top: -31%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-31%"] {
  right: -31%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-31%"] {
  bottom: -31%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-31%"] {
  left: -31%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-31%"] {
  -webkit-transform: translateX(-31%);
  -moz-transform: translateX(-31%);
  -ms-transform: translateX(-31%);
  -o-transform: translateX(-31%);
  transform: translateX(-31%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-31%"] {
  -webkit-transform: translateY(-31%);
  -moz-transform: translateY(-31%);
  -ms-transform: translateY(-31%);
  -o-transform: translateY(-31%);
  transform: translateY(-31%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-30%"] {
  top: -30%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-30%"] {
  right: -30%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-30%"] {
  bottom: -30%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-30%"] {
  left: -30%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-30%"] {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-30%"] {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-29%"] {
  top: -29%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-29%"] {
  right: -29%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-29%"] {
  bottom: -29%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-29%"] {
  left: -29%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-29%"] {
  -webkit-transform: translateX(-29%);
  -moz-transform: translateX(-29%);
  -ms-transform: translateX(-29%);
  -o-transform: translateX(-29%);
  transform: translateX(-29%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-29%"] {
  -webkit-transform: translateY(-29%);
  -moz-transform: translateY(-29%);
  -ms-transform: translateY(-29%);
  -o-transform: translateY(-29%);
  transform: translateY(-29%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-28%"] {
  top: -28%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-28%"] {
  right: -28%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-28%"] {
  bottom: -28%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-28%"] {
  left: -28%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-28%"] {
  -webkit-transform: translateX(-28%);
  -moz-transform: translateX(-28%);
  -ms-transform: translateX(-28%);
  -o-transform: translateX(-28%);
  transform: translateX(-28%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-28%"] {
  -webkit-transform: translateY(-28%);
  -moz-transform: translateY(-28%);
  -ms-transform: translateY(-28%);
  -o-transform: translateY(-28%);
  transform: translateY(-28%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-27%"] {
  top: -27%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-27%"] {
  right: -27%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-27%"] {
  bottom: -27%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-27%"] {
  left: -27%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-27%"] {
  -webkit-transform: translateX(-27%);
  -moz-transform: translateX(-27%);
  -ms-transform: translateX(-27%);
  -o-transform: translateX(-27%);
  transform: translateX(-27%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-27%"] {
  -webkit-transform: translateY(-27%);
  -moz-transform: translateY(-27%);
  -ms-transform: translateY(-27%);
  -o-transform: translateY(-27%);
  transform: translateY(-27%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-26%"] {
  top: -26%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-26%"] {
  right: -26%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-26%"] {
  bottom: -26%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-26%"] {
  left: -26%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-26%"] {
  -webkit-transform: translateX(-26%);
  -moz-transform: translateX(-26%);
  -ms-transform: translateX(-26%);
  -o-transform: translateX(-26%);
  transform: translateX(-26%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-26%"] {
  -webkit-transform: translateY(-26%);
  -moz-transform: translateY(-26%);
  -ms-transform: translateY(-26%);
  -o-transform: translateY(-26%);
  transform: translateY(-26%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-25%"] {
  top: -25%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-25%"] {
  right: -25%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-25%"] {
  bottom: -25%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-25%"] {
  left: -25%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-25%"] {
  -webkit-transform: translateX(-25%);
  -moz-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  -o-transform: translateX(-25%);
  transform: translateX(-25%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-25%"] {
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-24%"] {
  top: -24%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-24%"] {
  right: -24%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-24%"] {
  bottom: -24%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-24%"] {
  left: -24%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-24%"] {
  -webkit-transform: translateX(-24%);
  -moz-transform: translateX(-24%);
  -ms-transform: translateX(-24%);
  -o-transform: translateX(-24%);
  transform: translateX(-24%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-24%"] {
  -webkit-transform: translateY(-24%);
  -moz-transform: translateY(-24%);
  -ms-transform: translateY(-24%);
  -o-transform: translateY(-24%);
  transform: translateY(-24%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-23%"] {
  top: -23%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-23%"] {
  right: -23%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-23%"] {
  bottom: -23%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-23%"] {
  left: -23%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-23%"] {
  -webkit-transform: translateX(-23%);
  -moz-transform: translateX(-23%);
  -ms-transform: translateX(-23%);
  -o-transform: translateX(-23%);
  transform: translateX(-23%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-23%"] {
  -webkit-transform: translateY(-23%);
  -moz-transform: translateY(-23%);
  -ms-transform: translateY(-23%);
  -o-transform: translateY(-23%);
  transform: translateY(-23%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-22%"] {
  top: -22%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-22%"] {
  right: -22%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-22%"] {
  bottom: -22%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-22%"] {
  left: -22%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-22%"] {
  -webkit-transform: translateX(-22%);
  -moz-transform: translateX(-22%);
  -ms-transform: translateX(-22%);
  -o-transform: translateX(-22%);
  transform: translateX(-22%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-22%"] {
  -webkit-transform: translateY(-22%);
  -moz-transform: translateY(-22%);
  -ms-transform: translateY(-22%);
  -o-transform: translateY(-22%);
  transform: translateY(-22%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-21%"] {
  top: -21%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-21%"] {
  right: -21%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-21%"] {
  bottom: -21%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-21%"] {
  left: -21%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-21%"] {
  -webkit-transform: translateX(-21%);
  -moz-transform: translateX(-21%);
  -ms-transform: translateX(-21%);
  -o-transform: translateX(-21%);
  transform: translateX(-21%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-21%"] {
  -webkit-transform: translateY(-21%);
  -moz-transform: translateY(-21%);
  -ms-transform: translateY(-21%);
  -o-transform: translateY(-21%);
  transform: translateY(-21%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-20%"] {
  top: -20%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-20%"] {
  right: -20%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-20%"] {
  bottom: -20%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-20%"] {
  left: -20%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-20%"] {
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  -o-transform: translateX(-20%);
  transform: translateX(-20%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-20%"] {
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -o-transform: translateY(-20%);
  transform: translateY(-20%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-19%"] {
  top: -19%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-19%"] {
  right: -19%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-19%"] {
  bottom: -19%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-19%"] {
  left: -19%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-19%"] {
  -webkit-transform: translateX(-19%);
  -moz-transform: translateX(-19%);
  -ms-transform: translateX(-19%);
  -o-transform: translateX(-19%);
  transform: translateX(-19%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-19%"] {
  -webkit-transform: translateY(-19%);
  -moz-transform: translateY(-19%);
  -ms-transform: translateY(-19%);
  -o-transform: translateY(-19%);
  transform: translateY(-19%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-18%"] {
  top: -18%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-18%"] {
  right: -18%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-18%"] {
  bottom: -18%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-18%"] {
  left: -18%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-18%"] {
  -webkit-transform: translateX(-18%);
  -moz-transform: translateX(-18%);
  -ms-transform: translateX(-18%);
  -o-transform: translateX(-18%);
  transform: translateX(-18%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-18%"] {
  -webkit-transform: translateY(-18%);
  -moz-transform: translateY(-18%);
  -ms-transform: translateY(-18%);
  -o-transform: translateY(-18%);
  transform: translateY(-18%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-17%"] {
  top: -17%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-17%"] {
  right: -17%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-17%"] {
  bottom: -17%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-17%"] {
  left: -17%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-17%"] {
  -webkit-transform: translateX(-17%);
  -moz-transform: translateX(-17%);
  -ms-transform: translateX(-17%);
  -o-transform: translateX(-17%);
  transform: translateX(-17%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-17%"] {
  -webkit-transform: translateY(-17%);
  -moz-transform: translateY(-17%);
  -ms-transform: translateY(-17%);
  -o-transform: translateY(-17%);
  transform: translateY(-17%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-16%"] {
  top: -16%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-16%"] {
  right: -16%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-16%"] {
  bottom: -16%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-16%"] {
  left: -16%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-16%"] {
  -webkit-transform: translateX(-16%);
  -moz-transform: translateX(-16%);
  -ms-transform: translateX(-16%);
  -o-transform: translateX(-16%);
  transform: translateX(-16%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-16%"] {
  -webkit-transform: translateY(-16%);
  -moz-transform: translateY(-16%);
  -ms-transform: translateY(-16%);
  -o-transform: translateY(-16%);
  transform: translateY(-16%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-15%"] {
  top: -15%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-15%"] {
  right: -15%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-15%"] {
  bottom: -15%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-15%"] {
  left: -15%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-15%"] {
  -webkit-transform: translateX(-15%);
  -moz-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  -o-transform: translateX(-15%);
  transform: translateX(-15%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-15%"] {
  -webkit-transform: translateY(-15%);
  -moz-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  -o-transform: translateY(-15%);
  transform: translateY(-15%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-14%"] {
  top: -14%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-14%"] {
  right: -14%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-14%"] {
  bottom: -14%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-14%"] {
  left: -14%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-14%"] {
  -webkit-transform: translateX(-14%);
  -moz-transform: translateX(-14%);
  -ms-transform: translateX(-14%);
  -o-transform: translateX(-14%);
  transform: translateX(-14%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-14%"] {
  -webkit-transform: translateY(-14%);
  -moz-transform: translateY(-14%);
  -ms-transform: translateY(-14%);
  -o-transform: translateY(-14%);
  transform: translateY(-14%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-13%"] {
  top: -13%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-13%"] {
  right: -13%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-13%"] {
  bottom: -13%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-13%"] {
  left: -13%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-13%"] {
  -webkit-transform: translateX(-13%);
  -moz-transform: translateX(-13%);
  -ms-transform: translateX(-13%);
  -o-transform: translateX(-13%);
  transform: translateX(-13%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-13%"] {
  -webkit-transform: translateY(-13%);
  -moz-transform: translateY(-13%);
  -ms-transform: translateY(-13%);
  -o-transform: translateY(-13%);
  transform: translateY(-13%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-12%"] {
  top: -12%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-12%"] {
  right: -12%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-12%"] {
  bottom: -12%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-12%"] {
  left: -12%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-12%"] {
  -webkit-transform: translateX(-12%);
  -moz-transform: translateX(-12%);
  -ms-transform: translateX(-12%);
  -o-transform: translateX(-12%);
  transform: translateX(-12%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-12%"] {
  -webkit-transform: translateY(-12%);
  -moz-transform: translateY(-12%);
  -ms-transform: translateY(-12%);
  -o-transform: translateY(-12%);
  transform: translateY(-12%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-11%"] {
  top: -11%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-11%"] {
  right: -11%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-11%"] {
  bottom: -11%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-11%"] {
  left: -11%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-11%"] {
  -webkit-transform: translateX(-11%);
  -moz-transform: translateX(-11%);
  -ms-transform: translateX(-11%);
  -o-transform: translateX(-11%);
  transform: translateX(-11%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-11%"] {
  -webkit-transform: translateY(-11%);
  -moz-transform: translateY(-11%);
  -ms-transform: translateY(-11%);
  -o-transform: translateY(-11%);
  transform: translateY(-11%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-10%"] {
  top: -10%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-10%"] {
  right: -10%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-10%"] {
  bottom: -10%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-10%"] {
  left: -10%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-10%"] {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -o-transform: translateX(-10%);
  transform: translateX(-10%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-10%"] {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-9%"] {
  top: -9%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-9%"] {
  right: -9%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-9%"] {
  bottom: -9%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-9%"] {
  left: -9%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-9%"] {
  -webkit-transform: translateX(-9%);
  -moz-transform: translateX(-9%);
  -ms-transform: translateX(-9%);
  -o-transform: translateX(-9%);
  transform: translateX(-9%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-9%"] {
  -webkit-transform: translateY(-9%);
  -moz-transform: translateY(-9%);
  -ms-transform: translateY(-9%);
  -o-transform: translateY(-9%);
  transform: translateY(-9%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-8%"] {
  top: -8%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-8%"] {
  right: -8%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-8%"] {
  bottom: -8%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-8%"] {
  left: -8%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-8%"] {
  -webkit-transform: translateX(-8%);
  -moz-transform: translateX(-8%);
  -ms-transform: translateX(-8%);
  -o-transform: translateX(-8%);
  transform: translateX(-8%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-8%"] {
  -webkit-transform: translateY(-8%);
  -moz-transform: translateY(-8%);
  -ms-transform: translateY(-8%);
  -o-transform: translateY(-8%);
  transform: translateY(-8%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-7%"] {
  top: -7%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-7%"] {
  right: -7%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-7%"] {
  bottom: -7%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-7%"] {
  left: -7%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-7%"] {
  -webkit-transform: translateX(-7%);
  -moz-transform: translateX(-7%);
  -ms-transform: translateX(-7%);
  -o-transform: translateX(-7%);
  transform: translateX(-7%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-7%"] {
  -webkit-transform: translateY(-7%);
  -moz-transform: translateY(-7%);
  -ms-transform: translateY(-7%);
  -o-transform: translateY(-7%);
  transform: translateY(-7%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-6%"] {
  top: -6%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-6%"] {
  right: -6%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-6%"] {
  bottom: -6%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-6%"] {
  left: -6%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-6%"] {
  -webkit-transform: translateX(-6%);
  -moz-transform: translateX(-6%);
  -ms-transform: translateX(-6%);
  -o-transform: translateX(-6%);
  transform: translateX(-6%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-6%"] {
  -webkit-transform: translateY(-6%);
  -moz-transform: translateY(-6%);
  -ms-transform: translateY(-6%);
  -o-transform: translateY(-6%);
  transform: translateY(-6%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-5%"] {
  top: -5%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-5%"] {
  right: -5%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-5%"] {
  bottom: -5%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-5%"] {
  left: -5%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-5%"] {
  -webkit-transform: translateX(-5%);
  -moz-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  -o-transform: translateX(-5%);
  transform: translateX(-5%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-5%"] {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  -o-transform: translateY(-5%);
  transform: translateY(-5%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-4%"] {
  top: -4%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-4%"] {
  right: -4%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-4%"] {
  bottom: -4%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-4%"] {
  left: -4%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-4%"] {
  -webkit-transform: translateX(-4%);
  -moz-transform: translateX(-4%);
  -ms-transform: translateX(-4%);
  -o-transform: translateX(-4%);
  transform: translateX(-4%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-4%"] {
  -webkit-transform: translateY(-4%);
  -moz-transform: translateY(-4%);
  -ms-transform: translateY(-4%);
  -o-transform: translateY(-4%);
  transform: translateY(-4%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-3%"] {
  top: -3%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-3%"] {
  right: -3%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-3%"] {
  bottom: -3%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-3%"] {
  left: -3%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-3%"] {
  -webkit-transform: translateX(-3%);
  -moz-transform: translateX(-3%);
  -ms-transform: translateX(-3%);
  -o-transform: translateX(-3%);
  transform: translateX(-3%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-3%"] {
  -webkit-transform: translateY(-3%);
  -moz-transform: translateY(-3%);
  -ms-transform: translateY(-3%);
  -o-transform: translateY(-3%);
  transform: translateY(-3%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-2%"] {
  top: -2%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-2%"] {
  right: -2%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-2%"] {
  bottom: -2%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-2%"] {
  left: -2%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-2%"] {
  -webkit-transform: translateX(-2%);
  -moz-transform: translateX(-2%);
  -ms-transform: translateX(-2%);
  -o-transform: translateX(-2%);
  transform: translateX(-2%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-2%"] {
  -webkit-transform: translateY(-2%);
  -moz-transform: translateY(-2%);
  -ms-transform: translateY(-2%);
  -o-transform: translateY(-2%);
  transform: translateY(-2%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-1%"] {
  top: -1%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-1%"] {
  right: -1%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-1%"] {
  bottom: -1%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-1%"] {
  left: -1%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-1%"] {
  -webkit-transform: translateX(-1%);
  -moz-transform: translateX(-1%);
  -ms-transform: translateX(-1%);
  -o-transform: translateX(-1%);
  transform: translateX(-1%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-1%"] {
  -webkit-transform: translateY(-1%);
  -moz-transform: translateY(-1%);
  -ms-transform: translateY(-1%);
  -o-transform: translateY(-1%);
  transform: translateY(-1%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="0%"] {
  top: 0%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="0%"] {
  right: 0%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="0%"] {
  bottom: 0%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="0%"] {
  left: 0%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="0%"] {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="0%"] {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="1%"] {
  top: 1%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="1%"] {
  right: 1%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="1%"] {
  bottom: 1%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="1%"] {
  left: 1%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="1%"] {
  -webkit-transform: translateX(1%);
  -moz-transform: translateX(1%);
  -ms-transform: translateX(1%);
  -o-transform: translateX(1%);
  transform: translateX(1%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="1%"] {
  -webkit-transform: translateY(1%);
  -moz-transform: translateY(1%);
  -ms-transform: translateY(1%);
  -o-transform: translateY(1%);
  transform: translateY(1%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="2%"] {
  top: 2%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="2%"] {
  right: 2%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="2%"] {
  bottom: 2%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="2%"] {
  left: 2%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="2%"] {
  -webkit-transform: translateX(2%);
  -moz-transform: translateX(2%);
  -ms-transform: translateX(2%);
  -o-transform: translateX(2%);
  transform: translateX(2%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="2%"] {
  -webkit-transform: translateY(2%);
  -moz-transform: translateY(2%);
  -ms-transform: translateY(2%);
  -o-transform: translateY(2%);
  transform: translateY(2%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="3%"] {
  top: 3%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="3%"] {
  right: 3%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="3%"] {
  bottom: 3%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="3%"] {
  left: 3%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="3%"] {
  -webkit-transform: translateX(3%);
  -moz-transform: translateX(3%);
  -ms-transform: translateX(3%);
  -o-transform: translateX(3%);
  transform: translateX(3%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="3%"] {
  -webkit-transform: translateY(3%);
  -moz-transform: translateY(3%);
  -ms-transform: translateY(3%);
  -o-transform: translateY(3%);
  transform: translateY(3%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="4%"] {
  top: 4%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="4%"] {
  right: 4%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="4%"] {
  bottom: 4%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="4%"] {
  left: 4%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="4%"] {
  -webkit-transform: translateX(4%);
  -moz-transform: translateX(4%);
  -ms-transform: translateX(4%);
  -o-transform: translateX(4%);
  transform: translateX(4%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="4%"] {
  -webkit-transform: translateY(4%);
  -moz-transform: translateY(4%);
  -ms-transform: translateY(4%);
  -o-transform: translateY(4%);
  transform: translateY(4%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="5%"] {
  top: 5%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="5%"] {
  right: 5%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="5%"] {
  bottom: 5%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="5%"] {
  left: 5%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="5%"] {
  -webkit-transform: translateX(5%);
  -moz-transform: translateX(5%);
  -ms-transform: translateX(5%);
  -o-transform: translateX(5%);
  transform: translateX(5%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="5%"] {
  -webkit-transform: translateY(5%);
  -moz-transform: translateY(5%);
  -ms-transform: translateY(5%);
  -o-transform: translateY(5%);
  transform: translateY(5%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="6%"] {
  top: 6%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="6%"] {
  right: 6%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="6%"] {
  bottom: 6%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="6%"] {
  left: 6%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="6%"] {
  -webkit-transform: translateX(6%);
  -moz-transform: translateX(6%);
  -ms-transform: translateX(6%);
  -o-transform: translateX(6%);
  transform: translateX(6%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="6%"] {
  -webkit-transform: translateY(6%);
  -moz-transform: translateY(6%);
  -ms-transform: translateY(6%);
  -o-transform: translateY(6%);
  transform: translateY(6%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="7%"] {
  top: 7%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="7%"] {
  right: 7%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="7%"] {
  bottom: 7%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="7%"] {
  left: 7%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="7%"] {
  -webkit-transform: translateX(7%);
  -moz-transform: translateX(7%);
  -ms-transform: translateX(7%);
  -o-transform: translateX(7%);
  transform: translateX(7%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="7%"] {
  -webkit-transform: translateY(7%);
  -moz-transform: translateY(7%);
  -ms-transform: translateY(7%);
  -o-transform: translateY(7%);
  transform: translateY(7%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="8%"] {
  top: 8%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="8%"] {
  right: 8%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="8%"] {
  bottom: 8%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="8%"] {
  left: 8%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="8%"] {
  -webkit-transform: translateX(8%);
  -moz-transform: translateX(8%);
  -ms-transform: translateX(8%);
  -o-transform: translateX(8%);
  transform: translateX(8%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="8%"] {
  -webkit-transform: translateY(8%);
  -moz-transform: translateY(8%);
  -ms-transform: translateY(8%);
  -o-transform: translateY(8%);
  transform: translateY(8%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="9%"] {
  top: 9%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="9%"] {
  right: 9%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="9%"] {
  bottom: 9%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="9%"] {
  left: 9%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="9%"] {
  -webkit-transform: translateX(9%);
  -moz-transform: translateX(9%);
  -ms-transform: translateX(9%);
  -o-transform: translateX(9%);
  transform: translateX(9%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="9%"] {
  -webkit-transform: translateY(9%);
  -moz-transform: translateY(9%);
  -ms-transform: translateY(9%);
  -o-transform: translateY(9%);
  transform: translateY(9%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="10%"] {
  top: 10%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="10%"] {
  right: 10%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="10%"] {
  bottom: 10%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="10%"] {
  left: 10%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="10%"] {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -o-transform: translateX(10%);
  transform: translateX(10%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="10%"] {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="11%"] {
  top: 11%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="11%"] {
  right: 11%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="11%"] {
  bottom: 11%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="11%"] {
  left: 11%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="11%"] {
  -webkit-transform: translateX(11%);
  -moz-transform: translateX(11%);
  -ms-transform: translateX(11%);
  -o-transform: translateX(11%);
  transform: translateX(11%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="11%"] {
  -webkit-transform: translateY(11%);
  -moz-transform: translateY(11%);
  -ms-transform: translateY(11%);
  -o-transform: translateY(11%);
  transform: translateY(11%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="12%"] {
  top: 12%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="12%"] {
  right: 12%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="12%"] {
  bottom: 12%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="12%"] {
  left: 12%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="12%"] {
  -webkit-transform: translateX(12%);
  -moz-transform: translateX(12%);
  -ms-transform: translateX(12%);
  -o-transform: translateX(12%);
  transform: translateX(12%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="12%"] {
  -webkit-transform: translateY(12%);
  -moz-transform: translateY(12%);
  -ms-transform: translateY(12%);
  -o-transform: translateY(12%);
  transform: translateY(12%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="13%"] {
  top: 13%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="13%"] {
  right: 13%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="13%"] {
  bottom: 13%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="13%"] {
  left: 13%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="13%"] {
  -webkit-transform: translateX(13%);
  -moz-transform: translateX(13%);
  -ms-transform: translateX(13%);
  -o-transform: translateX(13%);
  transform: translateX(13%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="13%"] {
  -webkit-transform: translateY(13%);
  -moz-transform: translateY(13%);
  -ms-transform: translateY(13%);
  -o-transform: translateY(13%);
  transform: translateY(13%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="14%"] {
  top: 14%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="14%"] {
  right: 14%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="14%"] {
  bottom: 14%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="14%"] {
  left: 14%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="14%"] {
  -webkit-transform: translateX(14%);
  -moz-transform: translateX(14%);
  -ms-transform: translateX(14%);
  -o-transform: translateX(14%);
  transform: translateX(14%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="14%"] {
  -webkit-transform: translateY(14%);
  -moz-transform: translateY(14%);
  -ms-transform: translateY(14%);
  -o-transform: translateY(14%);
  transform: translateY(14%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="15%"] {
  top: 15%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="15%"] {
  right: 15%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="15%"] {
  bottom: 15%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="15%"] {
  left: 15%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="15%"] {
  -webkit-transform: translateX(15%);
  -moz-transform: translateX(15%);
  -ms-transform: translateX(15%);
  -o-transform: translateX(15%);
  transform: translateX(15%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="15%"] {
  -webkit-transform: translateY(15%);
  -moz-transform: translateY(15%);
  -ms-transform: translateY(15%);
  -o-transform: translateY(15%);
  transform: translateY(15%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="16%"] {
  top: 16%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="16%"] {
  right: 16%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="16%"] {
  bottom: 16%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="16%"] {
  left: 16%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="16%"] {
  -webkit-transform: translateX(16%);
  -moz-transform: translateX(16%);
  -ms-transform: translateX(16%);
  -o-transform: translateX(16%);
  transform: translateX(16%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="16%"] {
  -webkit-transform: translateY(16%);
  -moz-transform: translateY(16%);
  -ms-transform: translateY(16%);
  -o-transform: translateY(16%);
  transform: translateY(16%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="17%"] {
  top: 17%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="17%"] {
  right: 17%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="17%"] {
  bottom: 17%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="17%"] {
  left: 17%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="17%"] {
  -webkit-transform: translateX(17%);
  -moz-transform: translateX(17%);
  -ms-transform: translateX(17%);
  -o-transform: translateX(17%);
  transform: translateX(17%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="17%"] {
  -webkit-transform: translateY(17%);
  -moz-transform: translateY(17%);
  -ms-transform: translateY(17%);
  -o-transform: translateY(17%);
  transform: translateY(17%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="18%"] {
  top: 18%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="18%"] {
  right: 18%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="18%"] {
  bottom: 18%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="18%"] {
  left: 18%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="18%"] {
  -webkit-transform: translateX(18%);
  -moz-transform: translateX(18%);
  -ms-transform: translateX(18%);
  -o-transform: translateX(18%);
  transform: translateX(18%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="18%"] {
  -webkit-transform: translateY(18%);
  -moz-transform: translateY(18%);
  -ms-transform: translateY(18%);
  -o-transform: translateY(18%);
  transform: translateY(18%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="19%"] {
  top: 19%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="19%"] {
  right: 19%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="19%"] {
  bottom: 19%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="19%"] {
  left: 19%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="19%"] {
  -webkit-transform: translateX(19%);
  -moz-transform: translateX(19%);
  -ms-transform: translateX(19%);
  -o-transform: translateX(19%);
  transform: translateX(19%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="19%"] {
  -webkit-transform: translateY(19%);
  -moz-transform: translateY(19%);
  -ms-transform: translateY(19%);
  -o-transform: translateY(19%);
  transform: translateY(19%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="20%"] {
  top: 20%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="20%"] {
  right: 20%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="20%"] {
  bottom: 20%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="20%"] {
  left: 20%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="20%"] {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  -o-transform: translateX(20%);
  transform: translateX(20%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="20%"] {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="21%"] {
  top: 21%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="21%"] {
  right: 21%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="21%"] {
  bottom: 21%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="21%"] {
  left: 21%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="21%"] {
  -webkit-transform: translateX(21%);
  -moz-transform: translateX(21%);
  -ms-transform: translateX(21%);
  -o-transform: translateX(21%);
  transform: translateX(21%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="21%"] {
  -webkit-transform: translateY(21%);
  -moz-transform: translateY(21%);
  -ms-transform: translateY(21%);
  -o-transform: translateY(21%);
  transform: translateY(21%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="22%"] {
  top: 22%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="22%"] {
  right: 22%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="22%"] {
  bottom: 22%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="22%"] {
  left: 22%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="22%"] {
  -webkit-transform: translateX(22%);
  -moz-transform: translateX(22%);
  -ms-transform: translateX(22%);
  -o-transform: translateX(22%);
  transform: translateX(22%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="22%"] {
  -webkit-transform: translateY(22%);
  -moz-transform: translateY(22%);
  -ms-transform: translateY(22%);
  -o-transform: translateY(22%);
  transform: translateY(22%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="23%"] {
  top: 23%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="23%"] {
  right: 23%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="23%"] {
  bottom: 23%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="23%"] {
  left: 23%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="23%"] {
  -webkit-transform: translateX(23%);
  -moz-transform: translateX(23%);
  -ms-transform: translateX(23%);
  -o-transform: translateX(23%);
  transform: translateX(23%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="23%"] {
  -webkit-transform: translateY(23%);
  -moz-transform: translateY(23%);
  -ms-transform: translateY(23%);
  -o-transform: translateY(23%);
  transform: translateY(23%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="24%"] {
  top: 24%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="24%"] {
  right: 24%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="24%"] {
  bottom: 24%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="24%"] {
  left: 24%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="24%"] {
  -webkit-transform: translateX(24%);
  -moz-transform: translateX(24%);
  -ms-transform: translateX(24%);
  -o-transform: translateX(24%);
  transform: translateX(24%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="24%"] {
  -webkit-transform: translateY(24%);
  -moz-transform: translateY(24%);
  -ms-transform: translateY(24%);
  -o-transform: translateY(24%);
  transform: translateY(24%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="25%"] {
  top: 25%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="25%"] {
  right: 25%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="25%"] {
  bottom: 25%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="25%"] {
  left: 25%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="25%"] {
  -webkit-transform: translateX(25%);
  -moz-transform: translateX(25%);
  -ms-transform: translateX(25%);
  -o-transform: translateX(25%);
  transform: translateX(25%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="25%"] {
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%);
  -o-transform: translateY(25%);
  transform: translateY(25%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="26%"] {
  top: 26%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="26%"] {
  right: 26%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="26%"] {
  bottom: 26%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="26%"] {
  left: 26%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="26%"] {
  -webkit-transform: translateX(26%);
  -moz-transform: translateX(26%);
  -ms-transform: translateX(26%);
  -o-transform: translateX(26%);
  transform: translateX(26%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="26%"] {
  -webkit-transform: translateY(26%);
  -moz-transform: translateY(26%);
  -ms-transform: translateY(26%);
  -o-transform: translateY(26%);
  transform: translateY(26%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="27%"] {
  top: 27%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="27%"] {
  right: 27%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="27%"] {
  bottom: 27%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="27%"] {
  left: 27%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="27%"] {
  -webkit-transform: translateX(27%);
  -moz-transform: translateX(27%);
  -ms-transform: translateX(27%);
  -o-transform: translateX(27%);
  transform: translateX(27%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="27%"] {
  -webkit-transform: translateY(27%);
  -moz-transform: translateY(27%);
  -ms-transform: translateY(27%);
  -o-transform: translateY(27%);
  transform: translateY(27%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="28%"] {
  top: 28%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="28%"] {
  right: 28%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="28%"] {
  bottom: 28%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="28%"] {
  left: 28%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="28%"] {
  -webkit-transform: translateX(28%);
  -moz-transform: translateX(28%);
  -ms-transform: translateX(28%);
  -o-transform: translateX(28%);
  transform: translateX(28%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="28%"] {
  -webkit-transform: translateY(28%);
  -moz-transform: translateY(28%);
  -ms-transform: translateY(28%);
  -o-transform: translateY(28%);
  transform: translateY(28%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="29%"] {
  top: 29%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="29%"] {
  right: 29%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="29%"] {
  bottom: 29%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="29%"] {
  left: 29%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="29%"] {
  -webkit-transform: translateX(29%);
  -moz-transform: translateX(29%);
  -ms-transform: translateX(29%);
  -o-transform: translateX(29%);
  transform: translateX(29%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="29%"] {
  -webkit-transform: translateY(29%);
  -moz-transform: translateY(29%);
  -ms-transform: translateY(29%);
  -o-transform: translateY(29%);
  transform: translateY(29%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="30%"] {
  top: 30%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="30%"] {
  right: 30%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="30%"] {
  bottom: 30%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="30%"] {
  left: 30%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="30%"] {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="30%"] {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="31%"] {
  top: 31%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="31%"] {
  right: 31%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="31%"] {
  bottom: 31%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="31%"] {
  left: 31%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="31%"] {
  -webkit-transform: translateX(31%);
  -moz-transform: translateX(31%);
  -ms-transform: translateX(31%);
  -o-transform: translateX(31%);
  transform: translateX(31%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="31%"] {
  -webkit-transform: translateY(31%);
  -moz-transform: translateY(31%);
  -ms-transform: translateY(31%);
  -o-transform: translateY(31%);
  transform: translateY(31%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="32%"] {
  top: 32%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="32%"] {
  right: 32%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="32%"] {
  bottom: 32%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="32%"] {
  left: 32%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="32%"] {
  -webkit-transform: translateX(32%);
  -moz-transform: translateX(32%);
  -ms-transform: translateX(32%);
  -o-transform: translateX(32%);
  transform: translateX(32%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="32%"] {
  -webkit-transform: translateY(32%);
  -moz-transform: translateY(32%);
  -ms-transform: translateY(32%);
  -o-transform: translateY(32%);
  transform: translateY(32%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="33%"] {
  top: 33%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="33%"] {
  right: 33%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="33%"] {
  bottom: 33%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="33%"] {
  left: 33%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="33%"] {
  -webkit-transform: translateX(33%);
  -moz-transform: translateX(33%);
  -ms-transform: translateX(33%);
  -o-transform: translateX(33%);
  transform: translateX(33%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="33%"] {
  -webkit-transform: translateY(33%);
  -moz-transform: translateY(33%);
  -ms-transform: translateY(33%);
  -o-transform: translateY(33%);
  transform: translateY(33%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="34%"] {
  top: 34%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="34%"] {
  right: 34%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="34%"] {
  bottom: 34%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="34%"] {
  left: 34%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="34%"] {
  -webkit-transform: translateX(34%);
  -moz-transform: translateX(34%);
  -ms-transform: translateX(34%);
  -o-transform: translateX(34%);
  transform: translateX(34%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="34%"] {
  -webkit-transform: translateY(34%);
  -moz-transform: translateY(34%);
  -ms-transform: translateY(34%);
  -o-transform: translateY(34%);
  transform: translateY(34%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="35%"] {
  top: 35%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="35%"] {
  right: 35%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="35%"] {
  bottom: 35%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="35%"] {
  left: 35%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="35%"] {
  -webkit-transform: translateX(35%);
  -moz-transform: translateX(35%);
  -ms-transform: translateX(35%);
  -o-transform: translateX(35%);
  transform: translateX(35%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="35%"] {
  -webkit-transform: translateY(35%);
  -moz-transform: translateY(35%);
  -ms-transform: translateY(35%);
  -o-transform: translateY(35%);
  transform: translateY(35%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="36%"] {
  top: 36%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="36%"] {
  right: 36%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="36%"] {
  bottom: 36%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="36%"] {
  left: 36%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="36%"] {
  -webkit-transform: translateX(36%);
  -moz-transform: translateX(36%);
  -ms-transform: translateX(36%);
  -o-transform: translateX(36%);
  transform: translateX(36%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="36%"] {
  -webkit-transform: translateY(36%);
  -moz-transform: translateY(36%);
  -ms-transform: translateY(36%);
  -o-transform: translateY(36%);
  transform: translateY(36%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="37%"] {
  top: 37%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="37%"] {
  right: 37%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="37%"] {
  bottom: 37%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="37%"] {
  left: 37%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="37%"] {
  -webkit-transform: translateX(37%);
  -moz-transform: translateX(37%);
  -ms-transform: translateX(37%);
  -o-transform: translateX(37%);
  transform: translateX(37%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="37%"] {
  -webkit-transform: translateY(37%);
  -moz-transform: translateY(37%);
  -ms-transform: translateY(37%);
  -o-transform: translateY(37%);
  transform: translateY(37%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="38%"] {
  top: 38%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="38%"] {
  right: 38%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="38%"] {
  bottom: 38%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="38%"] {
  left: 38%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="38%"] {
  -webkit-transform: translateX(38%);
  -moz-transform: translateX(38%);
  -ms-transform: translateX(38%);
  -o-transform: translateX(38%);
  transform: translateX(38%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="38%"] {
  -webkit-transform: translateY(38%);
  -moz-transform: translateY(38%);
  -ms-transform: translateY(38%);
  -o-transform: translateY(38%);
  transform: translateY(38%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="39%"] {
  top: 39%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="39%"] {
  right: 39%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="39%"] {
  bottom: 39%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="39%"] {
  left: 39%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="39%"] {
  -webkit-transform: translateX(39%);
  -moz-transform: translateX(39%);
  -ms-transform: translateX(39%);
  -o-transform: translateX(39%);
  transform: translateX(39%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="39%"] {
  -webkit-transform: translateY(39%);
  -moz-transform: translateY(39%);
  -ms-transform: translateY(39%);
  -o-transform: translateY(39%);
  transform: translateY(39%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="40%"] {
  top: 40%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="40%"] {
  right: 40%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="40%"] {
  bottom: 40%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="40%"] {
  left: 40%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="40%"] {
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  -o-transform: translateX(40%);
  transform: translateX(40%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="40%"] {
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
  transform: translateY(40%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="41%"] {
  top: 41%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="41%"] {
  right: 41%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="41%"] {
  bottom: 41%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="41%"] {
  left: 41%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="41%"] {
  -webkit-transform: translateX(41%);
  -moz-transform: translateX(41%);
  -ms-transform: translateX(41%);
  -o-transform: translateX(41%);
  transform: translateX(41%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="41%"] {
  -webkit-transform: translateY(41%);
  -moz-transform: translateY(41%);
  -ms-transform: translateY(41%);
  -o-transform: translateY(41%);
  transform: translateY(41%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="42%"] {
  top: 42%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="42%"] {
  right: 42%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="42%"] {
  bottom: 42%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="42%"] {
  left: 42%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="42%"] {
  -webkit-transform: translateX(42%);
  -moz-transform: translateX(42%);
  -ms-transform: translateX(42%);
  -o-transform: translateX(42%);
  transform: translateX(42%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="42%"] {
  -webkit-transform: translateY(42%);
  -moz-transform: translateY(42%);
  -ms-transform: translateY(42%);
  -o-transform: translateY(42%);
  transform: translateY(42%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="43%"] {
  top: 43%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="43%"] {
  right: 43%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="43%"] {
  bottom: 43%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="43%"] {
  left: 43%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="43%"] {
  -webkit-transform: translateX(43%);
  -moz-transform: translateX(43%);
  -ms-transform: translateX(43%);
  -o-transform: translateX(43%);
  transform: translateX(43%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="43%"] {
  -webkit-transform: translateY(43%);
  -moz-transform: translateY(43%);
  -ms-transform: translateY(43%);
  -o-transform: translateY(43%);
  transform: translateY(43%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="44%"] {
  top: 44%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="44%"] {
  right: 44%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="44%"] {
  bottom: 44%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="44%"] {
  left: 44%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="44%"] {
  -webkit-transform: translateX(44%);
  -moz-transform: translateX(44%);
  -ms-transform: translateX(44%);
  -o-transform: translateX(44%);
  transform: translateX(44%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="44%"] {
  -webkit-transform: translateY(44%);
  -moz-transform: translateY(44%);
  -ms-transform: translateY(44%);
  -o-transform: translateY(44%);
  transform: translateY(44%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="45%"] {
  top: 45%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="45%"] {
  right: 45%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="45%"] {
  bottom: 45%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="45%"] {
  left: 45%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="45%"] {
  -webkit-transform: translateX(45%);
  -moz-transform: translateX(45%);
  -ms-transform: translateX(45%);
  -o-transform: translateX(45%);
  transform: translateX(45%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="45%"] {
  -webkit-transform: translateY(45%);
  -moz-transform: translateY(45%);
  -ms-transform: translateY(45%);
  -o-transform: translateY(45%);
  transform: translateY(45%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="46%"] {
  top: 46%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="46%"] {
  right: 46%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="46%"] {
  bottom: 46%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="46%"] {
  left: 46%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="46%"] {
  -webkit-transform: translateX(46%);
  -moz-transform: translateX(46%);
  -ms-transform: translateX(46%);
  -o-transform: translateX(46%);
  transform: translateX(46%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="46%"] {
  -webkit-transform: translateY(46%);
  -moz-transform: translateY(46%);
  -ms-transform: translateY(46%);
  -o-transform: translateY(46%);
  transform: translateY(46%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="47%"] {
  top: 47%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="47%"] {
  right: 47%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="47%"] {
  bottom: 47%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="47%"] {
  left: 47%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="47%"] {
  -webkit-transform: translateX(47%);
  -moz-transform: translateX(47%);
  -ms-transform: translateX(47%);
  -o-transform: translateX(47%);
  transform: translateX(47%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="47%"] {
  -webkit-transform: translateY(47%);
  -moz-transform: translateY(47%);
  -ms-transform: translateY(47%);
  -o-transform: translateY(47%);
  transform: translateY(47%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="48%"] {
  top: 48%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="48%"] {
  right: 48%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="48%"] {
  bottom: 48%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="48%"] {
  left: 48%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="48%"] {
  -webkit-transform: translateX(48%);
  -moz-transform: translateX(48%);
  -ms-transform: translateX(48%);
  -o-transform: translateX(48%);
  transform: translateX(48%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="48%"] {
  -webkit-transform: translateY(48%);
  -moz-transform: translateY(48%);
  -ms-transform: translateY(48%);
  -o-transform: translateY(48%);
  transform: translateY(48%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="49%"] {
  top: 49%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="49%"] {
  right: 49%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="49%"] {
  bottom: 49%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="49%"] {
  left: 49%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="49%"] {
  -webkit-transform: translateX(49%);
  -moz-transform: translateX(49%);
  -ms-transform: translateX(49%);
  -o-transform: translateX(49%);
  transform: translateX(49%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="49%"] {
  -webkit-transform: translateY(49%);
  -moz-transform: translateY(49%);
  -ms-transform: translateY(49%);
  -o-transform: translateY(49%);
  transform: translateY(49%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="50%"] {
  top: 50%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="50%"] {
  right: 50%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="50%"] {
  bottom: 50%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="50%"] {
  left: 50%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="50%"] {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="50%"] {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="51%"] {
  top: 51%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="51%"] {
  right: 51%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="51%"] {
  bottom: 51%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="51%"] {
  left: 51%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="51%"] {
  -webkit-transform: translateX(51%);
  -moz-transform: translateX(51%);
  -ms-transform: translateX(51%);
  -o-transform: translateX(51%);
  transform: translateX(51%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="51%"] {
  -webkit-transform: translateY(51%);
  -moz-transform: translateY(51%);
  -ms-transform: translateY(51%);
  -o-transform: translateY(51%);
  transform: translateY(51%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="52%"] {
  top: 52%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="52%"] {
  right: 52%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="52%"] {
  bottom: 52%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="52%"] {
  left: 52%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="52%"] {
  -webkit-transform: translateX(52%);
  -moz-transform: translateX(52%);
  -ms-transform: translateX(52%);
  -o-transform: translateX(52%);
  transform: translateX(52%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="52%"] {
  -webkit-transform: translateY(52%);
  -moz-transform: translateY(52%);
  -ms-transform: translateY(52%);
  -o-transform: translateY(52%);
  transform: translateY(52%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="53%"] {
  top: 53%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="53%"] {
  right: 53%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="53%"] {
  bottom: 53%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="53%"] {
  left: 53%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="53%"] {
  -webkit-transform: translateX(53%);
  -moz-transform: translateX(53%);
  -ms-transform: translateX(53%);
  -o-transform: translateX(53%);
  transform: translateX(53%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="53%"] {
  -webkit-transform: translateY(53%);
  -moz-transform: translateY(53%);
  -ms-transform: translateY(53%);
  -o-transform: translateY(53%);
  transform: translateY(53%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="54%"] {
  top: 54%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="54%"] {
  right: 54%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="54%"] {
  bottom: 54%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="54%"] {
  left: 54%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="54%"] {
  -webkit-transform: translateX(54%);
  -moz-transform: translateX(54%);
  -ms-transform: translateX(54%);
  -o-transform: translateX(54%);
  transform: translateX(54%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="54%"] {
  -webkit-transform: translateY(54%);
  -moz-transform: translateY(54%);
  -ms-transform: translateY(54%);
  -o-transform: translateY(54%);
  transform: translateY(54%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="55%"] {
  top: 55%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="55%"] {
  right: 55%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="55%"] {
  bottom: 55%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="55%"] {
  left: 55%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="55%"] {
  -webkit-transform: translateX(55%);
  -moz-transform: translateX(55%);
  -ms-transform: translateX(55%);
  -o-transform: translateX(55%);
  transform: translateX(55%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="55%"] {
  -webkit-transform: translateY(55%);
  -moz-transform: translateY(55%);
  -ms-transform: translateY(55%);
  -o-transform: translateY(55%);
  transform: translateY(55%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="56%"] {
  top: 56%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="56%"] {
  right: 56%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="56%"] {
  bottom: 56%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="56%"] {
  left: 56%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="56%"] {
  -webkit-transform: translateX(56%);
  -moz-transform: translateX(56%);
  -ms-transform: translateX(56%);
  -o-transform: translateX(56%);
  transform: translateX(56%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="56%"] {
  -webkit-transform: translateY(56%);
  -moz-transform: translateY(56%);
  -ms-transform: translateY(56%);
  -o-transform: translateY(56%);
  transform: translateY(56%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="57%"] {
  top: 57%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="57%"] {
  right: 57%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="57%"] {
  bottom: 57%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="57%"] {
  left: 57%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="57%"] {
  -webkit-transform: translateX(57%);
  -moz-transform: translateX(57%);
  -ms-transform: translateX(57%);
  -o-transform: translateX(57%);
  transform: translateX(57%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="57%"] {
  -webkit-transform: translateY(57%);
  -moz-transform: translateY(57%);
  -ms-transform: translateY(57%);
  -o-transform: translateY(57%);
  transform: translateY(57%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="58%"] {
  top: 58%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="58%"] {
  right: 58%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="58%"] {
  bottom: 58%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="58%"] {
  left: 58%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="58%"] {
  -webkit-transform: translateX(58%);
  -moz-transform: translateX(58%);
  -ms-transform: translateX(58%);
  -o-transform: translateX(58%);
  transform: translateX(58%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="58%"] {
  -webkit-transform: translateY(58%);
  -moz-transform: translateY(58%);
  -ms-transform: translateY(58%);
  -o-transform: translateY(58%);
  transform: translateY(58%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="59%"] {
  top: 59%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="59%"] {
  right: 59%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="59%"] {
  bottom: 59%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="59%"] {
  left: 59%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="59%"] {
  -webkit-transform: translateX(59%);
  -moz-transform: translateX(59%);
  -ms-transform: translateX(59%);
  -o-transform: translateX(59%);
  transform: translateX(59%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="59%"] {
  -webkit-transform: translateY(59%);
  -moz-transform: translateY(59%);
  -ms-transform: translateY(59%);
  -o-transform: translateY(59%);
  transform: translateY(59%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="60%"] {
  top: 60%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="60%"] {
  right: 60%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="60%"] {
  bottom: 60%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="60%"] {
  left: 60%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="60%"] {
  -webkit-transform: translateX(60%);
  -moz-transform: translateX(60%);
  -ms-transform: translateX(60%);
  -o-transform: translateX(60%);
  transform: translateX(60%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="60%"] {
  -webkit-transform: translateY(60%);
  -moz-transform: translateY(60%);
  -ms-transform: translateY(60%);
  -o-transform: translateY(60%);
  transform: translateY(60%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="61%"] {
  top: 61%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="61%"] {
  right: 61%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="61%"] {
  bottom: 61%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="61%"] {
  left: 61%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="61%"] {
  -webkit-transform: translateX(61%);
  -moz-transform: translateX(61%);
  -ms-transform: translateX(61%);
  -o-transform: translateX(61%);
  transform: translateX(61%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="61%"] {
  -webkit-transform: translateY(61%);
  -moz-transform: translateY(61%);
  -ms-transform: translateY(61%);
  -o-transform: translateY(61%);
  transform: translateY(61%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="62%"] {
  top: 62%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="62%"] {
  right: 62%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="62%"] {
  bottom: 62%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="62%"] {
  left: 62%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="62%"] {
  -webkit-transform: translateX(62%);
  -moz-transform: translateX(62%);
  -ms-transform: translateX(62%);
  -o-transform: translateX(62%);
  transform: translateX(62%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="62%"] {
  -webkit-transform: translateY(62%);
  -moz-transform: translateY(62%);
  -ms-transform: translateY(62%);
  -o-transform: translateY(62%);
  transform: translateY(62%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="63%"] {
  top: 63%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="63%"] {
  right: 63%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="63%"] {
  bottom: 63%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="63%"] {
  left: 63%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="63%"] {
  -webkit-transform: translateX(63%);
  -moz-transform: translateX(63%);
  -ms-transform: translateX(63%);
  -o-transform: translateX(63%);
  transform: translateX(63%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="63%"] {
  -webkit-transform: translateY(63%);
  -moz-transform: translateY(63%);
  -ms-transform: translateY(63%);
  -o-transform: translateY(63%);
  transform: translateY(63%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="64%"] {
  top: 64%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="64%"] {
  right: 64%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="64%"] {
  bottom: 64%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="64%"] {
  left: 64%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="64%"] {
  -webkit-transform: translateX(64%);
  -moz-transform: translateX(64%);
  -ms-transform: translateX(64%);
  -o-transform: translateX(64%);
  transform: translateX(64%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="64%"] {
  -webkit-transform: translateY(64%);
  -moz-transform: translateY(64%);
  -ms-transform: translateY(64%);
  -o-transform: translateY(64%);
  transform: translateY(64%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="65%"] {
  top: 65%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="65%"] {
  right: 65%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="65%"] {
  bottom: 65%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="65%"] {
  left: 65%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="65%"] {
  -webkit-transform: translateX(65%);
  -moz-transform: translateX(65%);
  -ms-transform: translateX(65%);
  -o-transform: translateX(65%);
  transform: translateX(65%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="65%"] {
  -webkit-transform: translateY(65%);
  -moz-transform: translateY(65%);
  -ms-transform: translateY(65%);
  -o-transform: translateY(65%);
  transform: translateY(65%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="66%"] {
  top: 66%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="66%"] {
  right: 66%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="66%"] {
  bottom: 66%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="66%"] {
  left: 66%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="66%"] {
  -webkit-transform: translateX(66%);
  -moz-transform: translateX(66%);
  -ms-transform: translateX(66%);
  -o-transform: translateX(66%);
  transform: translateX(66%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="66%"] {
  -webkit-transform: translateY(66%);
  -moz-transform: translateY(66%);
  -ms-transform: translateY(66%);
  -o-transform: translateY(66%);
  transform: translateY(66%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="67%"] {
  top: 67%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="67%"] {
  right: 67%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="67%"] {
  bottom: 67%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="67%"] {
  left: 67%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="67%"] {
  -webkit-transform: translateX(67%);
  -moz-transform: translateX(67%);
  -ms-transform: translateX(67%);
  -o-transform: translateX(67%);
  transform: translateX(67%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="67%"] {
  -webkit-transform: translateY(67%);
  -moz-transform: translateY(67%);
  -ms-transform: translateY(67%);
  -o-transform: translateY(67%);
  transform: translateY(67%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="68%"] {
  top: 68%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="68%"] {
  right: 68%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="68%"] {
  bottom: 68%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="68%"] {
  left: 68%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="68%"] {
  -webkit-transform: translateX(68%);
  -moz-transform: translateX(68%);
  -ms-transform: translateX(68%);
  -o-transform: translateX(68%);
  transform: translateX(68%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="68%"] {
  -webkit-transform: translateY(68%);
  -moz-transform: translateY(68%);
  -ms-transform: translateY(68%);
  -o-transform: translateY(68%);
  transform: translateY(68%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="69%"] {
  top: 69%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="69%"] {
  right: 69%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="69%"] {
  bottom: 69%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="69%"] {
  left: 69%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="69%"] {
  -webkit-transform: translateX(69%);
  -moz-transform: translateX(69%);
  -ms-transform: translateX(69%);
  -o-transform: translateX(69%);
  transform: translateX(69%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="69%"] {
  -webkit-transform: translateY(69%);
  -moz-transform: translateY(69%);
  -ms-transform: translateY(69%);
  -o-transform: translateY(69%);
  transform: translateY(69%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="70%"] {
  top: 70%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="70%"] {
  right: 70%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="70%"] {
  bottom: 70%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="70%"] {
  left: 70%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="70%"] {
  -webkit-transform: translateX(70%);
  -moz-transform: translateX(70%);
  -ms-transform: translateX(70%);
  -o-transform: translateX(70%);
  transform: translateX(70%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="70%"] {
  -webkit-transform: translateY(70%);
  -moz-transform: translateY(70%);
  -ms-transform: translateY(70%);
  -o-transform: translateY(70%);
  transform: translateY(70%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="71%"] {
  top: 71%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="71%"] {
  right: 71%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="71%"] {
  bottom: 71%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="71%"] {
  left: 71%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="71%"] {
  -webkit-transform: translateX(71%);
  -moz-transform: translateX(71%);
  -ms-transform: translateX(71%);
  -o-transform: translateX(71%);
  transform: translateX(71%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="71%"] {
  -webkit-transform: translateY(71%);
  -moz-transform: translateY(71%);
  -ms-transform: translateY(71%);
  -o-transform: translateY(71%);
  transform: translateY(71%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="72%"] {
  top: 72%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="72%"] {
  right: 72%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="72%"] {
  bottom: 72%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="72%"] {
  left: 72%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="72%"] {
  -webkit-transform: translateX(72%);
  -moz-transform: translateX(72%);
  -ms-transform: translateX(72%);
  -o-transform: translateX(72%);
  transform: translateX(72%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="72%"] {
  -webkit-transform: translateY(72%);
  -moz-transform: translateY(72%);
  -ms-transform: translateY(72%);
  -o-transform: translateY(72%);
  transform: translateY(72%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="73%"] {
  top: 73%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="73%"] {
  right: 73%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="73%"] {
  bottom: 73%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="73%"] {
  left: 73%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="73%"] {
  -webkit-transform: translateX(73%);
  -moz-transform: translateX(73%);
  -ms-transform: translateX(73%);
  -o-transform: translateX(73%);
  transform: translateX(73%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="73%"] {
  -webkit-transform: translateY(73%);
  -moz-transform: translateY(73%);
  -ms-transform: translateY(73%);
  -o-transform: translateY(73%);
  transform: translateY(73%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="74%"] {
  top: 74%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="74%"] {
  right: 74%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="74%"] {
  bottom: 74%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="74%"] {
  left: 74%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="74%"] {
  -webkit-transform: translateX(74%);
  -moz-transform: translateX(74%);
  -ms-transform: translateX(74%);
  -o-transform: translateX(74%);
  transform: translateX(74%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="74%"] {
  -webkit-transform: translateY(74%);
  -moz-transform: translateY(74%);
  -ms-transform: translateY(74%);
  -o-transform: translateY(74%);
  transform: translateY(74%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="75%"] {
  top: 75%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="75%"] {
  right: 75%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="75%"] {
  bottom: 75%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="75%"] {
  left: 75%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="75%"] {
  -webkit-transform: translateX(75%);
  -moz-transform: translateX(75%);
  -ms-transform: translateX(75%);
  -o-transform: translateX(75%);
  transform: translateX(75%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="75%"] {
  -webkit-transform: translateY(75%);
  -moz-transform: translateY(75%);
  -ms-transform: translateY(75%);
  -o-transform: translateY(75%);
  transform: translateY(75%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="76%"] {
  top: 76%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="76%"] {
  right: 76%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="76%"] {
  bottom: 76%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="76%"] {
  left: 76%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="76%"] {
  -webkit-transform: translateX(76%);
  -moz-transform: translateX(76%);
  -ms-transform: translateX(76%);
  -o-transform: translateX(76%);
  transform: translateX(76%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="76%"] {
  -webkit-transform: translateY(76%);
  -moz-transform: translateY(76%);
  -ms-transform: translateY(76%);
  -o-transform: translateY(76%);
  transform: translateY(76%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="77%"] {
  top: 77%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="77%"] {
  right: 77%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="77%"] {
  bottom: 77%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="77%"] {
  left: 77%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="77%"] {
  -webkit-transform: translateX(77%);
  -moz-transform: translateX(77%);
  -ms-transform: translateX(77%);
  -o-transform: translateX(77%);
  transform: translateX(77%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="77%"] {
  -webkit-transform: translateY(77%);
  -moz-transform: translateY(77%);
  -ms-transform: translateY(77%);
  -o-transform: translateY(77%);
  transform: translateY(77%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="78%"] {
  top: 78%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="78%"] {
  right: 78%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="78%"] {
  bottom: 78%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="78%"] {
  left: 78%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="78%"] {
  -webkit-transform: translateX(78%);
  -moz-transform: translateX(78%);
  -ms-transform: translateX(78%);
  -o-transform: translateX(78%);
  transform: translateX(78%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="78%"] {
  -webkit-transform: translateY(78%);
  -moz-transform: translateY(78%);
  -ms-transform: translateY(78%);
  -o-transform: translateY(78%);
  transform: translateY(78%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="79%"] {
  top: 79%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="79%"] {
  right: 79%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="79%"] {
  bottom: 79%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="79%"] {
  left: 79%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="79%"] {
  -webkit-transform: translateX(79%);
  -moz-transform: translateX(79%);
  -ms-transform: translateX(79%);
  -o-transform: translateX(79%);
  transform: translateX(79%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="79%"] {
  -webkit-transform: translateY(79%);
  -moz-transform: translateY(79%);
  -ms-transform: translateY(79%);
  -o-transform: translateY(79%);
  transform: translateY(79%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="80%"] {
  top: 80%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="80%"] {
  right: 80%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="80%"] {
  bottom: 80%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="80%"] {
  left: 80%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="80%"] {
  -webkit-transform: translateX(80%);
  -moz-transform: translateX(80%);
  -ms-transform: translateX(80%);
  -o-transform: translateX(80%);
  transform: translateX(80%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="80%"] {
  -webkit-transform: translateY(80%);
  -moz-transform: translateY(80%);
  -ms-transform: translateY(80%);
  -o-transform: translateY(80%);
  transform: translateY(80%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="81%"] {
  top: 81%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="81%"] {
  right: 81%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="81%"] {
  bottom: 81%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="81%"] {
  left: 81%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="81%"] {
  -webkit-transform: translateX(81%);
  -moz-transform: translateX(81%);
  -ms-transform: translateX(81%);
  -o-transform: translateX(81%);
  transform: translateX(81%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="81%"] {
  -webkit-transform: translateY(81%);
  -moz-transform: translateY(81%);
  -ms-transform: translateY(81%);
  -o-transform: translateY(81%);
  transform: translateY(81%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="82%"] {
  top: 82%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="82%"] {
  right: 82%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="82%"] {
  bottom: 82%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="82%"] {
  left: 82%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="82%"] {
  -webkit-transform: translateX(82%);
  -moz-transform: translateX(82%);
  -ms-transform: translateX(82%);
  -o-transform: translateX(82%);
  transform: translateX(82%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="82%"] {
  -webkit-transform: translateY(82%);
  -moz-transform: translateY(82%);
  -ms-transform: translateY(82%);
  -o-transform: translateY(82%);
  transform: translateY(82%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="83%"] {
  top: 83%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="83%"] {
  right: 83%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="83%"] {
  bottom: 83%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="83%"] {
  left: 83%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="83%"] {
  -webkit-transform: translateX(83%);
  -moz-transform: translateX(83%);
  -ms-transform: translateX(83%);
  -o-transform: translateX(83%);
  transform: translateX(83%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="83%"] {
  -webkit-transform: translateY(83%);
  -moz-transform: translateY(83%);
  -ms-transform: translateY(83%);
  -o-transform: translateY(83%);
  transform: translateY(83%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="84%"] {
  top: 84%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="84%"] {
  right: 84%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="84%"] {
  bottom: 84%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="84%"] {
  left: 84%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="84%"] {
  -webkit-transform: translateX(84%);
  -moz-transform: translateX(84%);
  -ms-transform: translateX(84%);
  -o-transform: translateX(84%);
  transform: translateX(84%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="84%"] {
  -webkit-transform: translateY(84%);
  -moz-transform: translateY(84%);
  -ms-transform: translateY(84%);
  -o-transform: translateY(84%);
  transform: translateY(84%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="85%"] {
  top: 85%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="85%"] {
  right: 85%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="85%"] {
  bottom: 85%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="85%"] {
  left: 85%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="85%"] {
  -webkit-transform: translateX(85%);
  -moz-transform: translateX(85%);
  -ms-transform: translateX(85%);
  -o-transform: translateX(85%);
  transform: translateX(85%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="85%"] {
  -webkit-transform: translateY(85%);
  -moz-transform: translateY(85%);
  -ms-transform: translateY(85%);
  -o-transform: translateY(85%);
  transform: translateY(85%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="86%"] {
  top: 86%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="86%"] {
  right: 86%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="86%"] {
  bottom: 86%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="86%"] {
  left: 86%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="86%"] {
  -webkit-transform: translateX(86%);
  -moz-transform: translateX(86%);
  -ms-transform: translateX(86%);
  -o-transform: translateX(86%);
  transform: translateX(86%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="86%"] {
  -webkit-transform: translateY(86%);
  -moz-transform: translateY(86%);
  -ms-transform: translateY(86%);
  -o-transform: translateY(86%);
  transform: translateY(86%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="87%"] {
  top: 87%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="87%"] {
  right: 87%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="87%"] {
  bottom: 87%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="87%"] {
  left: 87%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="87%"] {
  -webkit-transform: translateX(87%);
  -moz-transform: translateX(87%);
  -ms-transform: translateX(87%);
  -o-transform: translateX(87%);
  transform: translateX(87%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="87%"] {
  -webkit-transform: translateY(87%);
  -moz-transform: translateY(87%);
  -ms-transform: translateY(87%);
  -o-transform: translateY(87%);
  transform: translateY(87%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="88%"] {
  top: 88%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="88%"] {
  right: 88%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="88%"] {
  bottom: 88%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="88%"] {
  left: 88%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="88%"] {
  -webkit-transform: translateX(88%);
  -moz-transform: translateX(88%);
  -ms-transform: translateX(88%);
  -o-transform: translateX(88%);
  transform: translateX(88%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="88%"] {
  -webkit-transform: translateY(88%);
  -moz-transform: translateY(88%);
  -ms-transform: translateY(88%);
  -o-transform: translateY(88%);
  transform: translateY(88%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="89%"] {
  top: 89%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="89%"] {
  right: 89%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="89%"] {
  bottom: 89%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="89%"] {
  left: 89%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="89%"] {
  -webkit-transform: translateX(89%);
  -moz-transform: translateX(89%);
  -ms-transform: translateX(89%);
  -o-transform: translateX(89%);
  transform: translateX(89%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="89%"] {
  -webkit-transform: translateY(89%);
  -moz-transform: translateY(89%);
  -ms-transform: translateY(89%);
  -o-transform: translateY(89%);
  transform: translateY(89%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="90%"] {
  top: 90%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="90%"] {
  right: 90%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="90%"] {
  bottom: 90%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="90%"] {
  left: 90%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="90%"] {
  -webkit-transform: translateX(90%);
  -moz-transform: translateX(90%);
  -ms-transform: translateX(90%);
  -o-transform: translateX(90%);
  transform: translateX(90%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="90%"] {
  -webkit-transform: translateY(90%);
  -moz-transform: translateY(90%);
  -ms-transform: translateY(90%);
  -o-transform: translateY(90%);
  transform: translateY(90%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="91%"] {
  top: 91%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="91%"] {
  right: 91%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="91%"] {
  bottom: 91%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="91%"] {
  left: 91%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="91%"] {
  -webkit-transform: translateX(91%);
  -moz-transform: translateX(91%);
  -ms-transform: translateX(91%);
  -o-transform: translateX(91%);
  transform: translateX(91%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="91%"] {
  -webkit-transform: translateY(91%);
  -moz-transform: translateY(91%);
  -ms-transform: translateY(91%);
  -o-transform: translateY(91%);
  transform: translateY(91%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="92%"] {
  top: 92%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="92%"] {
  right: 92%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="92%"] {
  bottom: 92%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="92%"] {
  left: 92%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="92%"] {
  -webkit-transform: translateX(92%);
  -moz-transform: translateX(92%);
  -ms-transform: translateX(92%);
  -o-transform: translateX(92%);
  transform: translateX(92%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="92%"] {
  -webkit-transform: translateY(92%);
  -moz-transform: translateY(92%);
  -ms-transform: translateY(92%);
  -o-transform: translateY(92%);
  transform: translateY(92%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="93%"] {
  top: 93%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="93%"] {
  right: 93%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="93%"] {
  bottom: 93%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="93%"] {
  left: 93%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="93%"] {
  -webkit-transform: translateX(93%);
  -moz-transform: translateX(93%);
  -ms-transform: translateX(93%);
  -o-transform: translateX(93%);
  transform: translateX(93%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="93%"] {
  -webkit-transform: translateY(93%);
  -moz-transform: translateY(93%);
  -ms-transform: translateY(93%);
  -o-transform: translateY(93%);
  transform: translateY(93%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="94%"] {
  top: 94%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="94%"] {
  right: 94%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="94%"] {
  bottom: 94%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="94%"] {
  left: 94%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="94%"] {
  -webkit-transform: translateX(94%);
  -moz-transform: translateX(94%);
  -ms-transform: translateX(94%);
  -o-transform: translateX(94%);
  transform: translateX(94%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="94%"] {
  -webkit-transform: translateY(94%);
  -moz-transform: translateY(94%);
  -ms-transform: translateY(94%);
  -o-transform: translateY(94%);
  transform: translateY(94%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="95%"] {
  top: 95%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="95%"] {
  right: 95%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="95%"] {
  bottom: 95%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="95%"] {
  left: 95%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="95%"] {
  -webkit-transform: translateX(95%);
  -moz-transform: translateX(95%);
  -ms-transform: translateX(95%);
  -o-transform: translateX(95%);
  transform: translateX(95%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="95%"] {
  -webkit-transform: translateY(95%);
  -moz-transform: translateY(95%);
  -ms-transform: translateY(95%);
  -o-transform: translateY(95%);
  transform: translateY(95%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="96%"] {
  top: 96%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="96%"] {
  right: 96%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="96%"] {
  bottom: 96%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="96%"] {
  left: 96%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="96%"] {
  -webkit-transform: translateX(96%);
  -moz-transform: translateX(96%);
  -ms-transform: translateX(96%);
  -o-transform: translateX(96%);
  transform: translateX(96%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="96%"] {
  -webkit-transform: translateY(96%);
  -moz-transform: translateY(96%);
  -ms-transform: translateY(96%);
  -o-transform: translateY(96%);
  transform: translateY(96%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="97%"] {
  top: 97%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="97%"] {
  right: 97%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="97%"] {
  bottom: 97%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="97%"] {
  left: 97%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="97%"] {
  -webkit-transform: translateX(97%);
  -moz-transform: translateX(97%);
  -ms-transform: translateX(97%);
  -o-transform: translateX(97%);
  transform: translateX(97%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="97%"] {
  -webkit-transform: translateY(97%);
  -moz-transform: translateY(97%);
  -ms-transform: translateY(97%);
  -o-transform: translateY(97%);
  transform: translateY(97%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="98%"] {
  top: 98%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="98%"] {
  right: 98%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="98%"] {
  bottom: 98%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="98%"] {
  left: 98%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="98%"] {
  -webkit-transform: translateX(98%);
  -moz-transform: translateX(98%);
  -ms-transform: translateX(98%);
  -o-transform: translateX(98%);
  transform: translateX(98%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="98%"] {
  -webkit-transform: translateY(98%);
  -moz-transform: translateY(98%);
  -ms-transform: translateY(98%);
  -o-transform: translateY(98%);
  transform: translateY(98%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="99%"] {
  top: 99%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="99%"] {
  right: 99%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="99%"] {
  bottom: 99%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="99%"] {
  left: 99%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="99%"] {
  -webkit-transform: translateX(99%);
  -moz-transform: translateX(99%);
  -ms-transform: translateX(99%);
  -o-transform: translateX(99%);
  transform: translateX(99%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="99%"] {
  -webkit-transform: translateY(99%);
  -moz-transform: translateY(99%);
  -ms-transform: translateY(99%);
  -o-transform: translateY(99%);
  transform: translateY(99%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="100%"] {
  top: 100%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="100%"] {
  right: 100%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="100%"] {
  bottom: 100%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="100%"] {
  left: 100%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="100%"] {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="100%"] {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-100px"] {
  top: -100px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-100px"] {
  right: -100px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-100px"] {
  bottom: -100px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-100px"] {
  left: -100px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-100px"] {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-100px"] {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-99px"] {
  top: -99px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-99px"] {
  right: -99px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-99px"] {
  bottom: -99px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-99px"] {
  left: -99px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-99px"] {
  -webkit-transform: translateX(-99px);
  -moz-transform: translateX(-99px);
  -ms-transform: translateX(-99px);
  -o-transform: translateX(-99px);
  transform: translateX(-99px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-99px"] {
  -webkit-transform: translateY(-99px);
  -moz-transform: translateY(-99px);
  -ms-transform: translateY(-99px);
  -o-transform: translateY(-99px);
  transform: translateY(-99px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-98px"] {
  top: -98px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-98px"] {
  right: -98px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-98px"] {
  bottom: -98px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-98px"] {
  left: -98px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-98px"] {
  -webkit-transform: translateX(-98px);
  -moz-transform: translateX(-98px);
  -ms-transform: translateX(-98px);
  -o-transform: translateX(-98px);
  transform: translateX(-98px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-98px"] {
  -webkit-transform: translateY(-98px);
  -moz-transform: translateY(-98px);
  -ms-transform: translateY(-98px);
  -o-transform: translateY(-98px);
  transform: translateY(-98px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-97px"] {
  top: -97px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-97px"] {
  right: -97px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-97px"] {
  bottom: -97px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-97px"] {
  left: -97px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-97px"] {
  -webkit-transform: translateX(-97px);
  -moz-transform: translateX(-97px);
  -ms-transform: translateX(-97px);
  -o-transform: translateX(-97px);
  transform: translateX(-97px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-97px"] {
  -webkit-transform: translateY(-97px);
  -moz-transform: translateY(-97px);
  -ms-transform: translateY(-97px);
  -o-transform: translateY(-97px);
  transform: translateY(-97px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-96px"] {
  top: -96px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-96px"] {
  right: -96px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-96px"] {
  bottom: -96px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-96px"] {
  left: -96px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-96px"] {
  -webkit-transform: translateX(-96px);
  -moz-transform: translateX(-96px);
  -ms-transform: translateX(-96px);
  -o-transform: translateX(-96px);
  transform: translateX(-96px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-96px"] {
  -webkit-transform: translateY(-96px);
  -moz-transform: translateY(-96px);
  -ms-transform: translateY(-96px);
  -o-transform: translateY(-96px);
  transform: translateY(-96px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-95px"] {
  top: -95px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-95px"] {
  right: -95px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-95px"] {
  bottom: -95px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-95px"] {
  left: -95px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-95px"] {
  -webkit-transform: translateX(-95px);
  -moz-transform: translateX(-95px);
  -ms-transform: translateX(-95px);
  -o-transform: translateX(-95px);
  transform: translateX(-95px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-95px"] {
  -webkit-transform: translateY(-95px);
  -moz-transform: translateY(-95px);
  -ms-transform: translateY(-95px);
  -o-transform: translateY(-95px);
  transform: translateY(-95px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-94px"] {
  top: -94px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-94px"] {
  right: -94px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-94px"] {
  bottom: -94px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-94px"] {
  left: -94px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-94px"] {
  -webkit-transform: translateX(-94px);
  -moz-transform: translateX(-94px);
  -ms-transform: translateX(-94px);
  -o-transform: translateX(-94px);
  transform: translateX(-94px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-94px"] {
  -webkit-transform: translateY(-94px);
  -moz-transform: translateY(-94px);
  -ms-transform: translateY(-94px);
  -o-transform: translateY(-94px);
  transform: translateY(-94px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-93px"] {
  top: -93px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-93px"] {
  right: -93px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-93px"] {
  bottom: -93px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-93px"] {
  left: -93px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-93px"] {
  -webkit-transform: translateX(-93px);
  -moz-transform: translateX(-93px);
  -ms-transform: translateX(-93px);
  -o-transform: translateX(-93px);
  transform: translateX(-93px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-93px"] {
  -webkit-transform: translateY(-93px);
  -moz-transform: translateY(-93px);
  -ms-transform: translateY(-93px);
  -o-transform: translateY(-93px);
  transform: translateY(-93px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-92px"] {
  top: -92px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-92px"] {
  right: -92px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-92px"] {
  bottom: -92px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-92px"] {
  left: -92px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-92px"] {
  -webkit-transform: translateX(-92px);
  -moz-transform: translateX(-92px);
  -ms-transform: translateX(-92px);
  -o-transform: translateX(-92px);
  transform: translateX(-92px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-92px"] {
  -webkit-transform: translateY(-92px);
  -moz-transform: translateY(-92px);
  -ms-transform: translateY(-92px);
  -o-transform: translateY(-92px);
  transform: translateY(-92px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-91px"] {
  top: -91px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-91px"] {
  right: -91px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-91px"] {
  bottom: -91px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-91px"] {
  left: -91px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-91px"] {
  -webkit-transform: translateX(-91px);
  -moz-transform: translateX(-91px);
  -ms-transform: translateX(-91px);
  -o-transform: translateX(-91px);
  transform: translateX(-91px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-91px"] {
  -webkit-transform: translateY(-91px);
  -moz-transform: translateY(-91px);
  -ms-transform: translateY(-91px);
  -o-transform: translateY(-91px);
  transform: translateY(-91px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-90px"] {
  top: -90px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-90px"] {
  right: -90px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-90px"] {
  bottom: -90px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-90px"] {
  left: -90px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-90px"] {
  -webkit-transform: translateX(-90px);
  -moz-transform: translateX(-90px);
  -ms-transform: translateX(-90px);
  -o-transform: translateX(-90px);
  transform: translateX(-90px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-90px"] {
  -webkit-transform: translateY(-90px);
  -moz-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  -o-transform: translateY(-90px);
  transform: translateY(-90px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-89px"] {
  top: -89px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-89px"] {
  right: -89px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-89px"] {
  bottom: -89px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-89px"] {
  left: -89px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-89px"] {
  -webkit-transform: translateX(-89px);
  -moz-transform: translateX(-89px);
  -ms-transform: translateX(-89px);
  -o-transform: translateX(-89px);
  transform: translateX(-89px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-89px"] {
  -webkit-transform: translateY(-89px);
  -moz-transform: translateY(-89px);
  -ms-transform: translateY(-89px);
  -o-transform: translateY(-89px);
  transform: translateY(-89px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-88px"] {
  top: -88px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-88px"] {
  right: -88px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-88px"] {
  bottom: -88px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-88px"] {
  left: -88px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-88px"] {
  -webkit-transform: translateX(-88px);
  -moz-transform: translateX(-88px);
  -ms-transform: translateX(-88px);
  -o-transform: translateX(-88px);
  transform: translateX(-88px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-88px"] {
  -webkit-transform: translateY(-88px);
  -moz-transform: translateY(-88px);
  -ms-transform: translateY(-88px);
  -o-transform: translateY(-88px);
  transform: translateY(-88px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-87px"] {
  top: -87px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-87px"] {
  right: -87px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-87px"] {
  bottom: -87px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-87px"] {
  left: -87px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-87px"] {
  -webkit-transform: translateX(-87px);
  -moz-transform: translateX(-87px);
  -ms-transform: translateX(-87px);
  -o-transform: translateX(-87px);
  transform: translateX(-87px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-87px"] {
  -webkit-transform: translateY(-87px);
  -moz-transform: translateY(-87px);
  -ms-transform: translateY(-87px);
  -o-transform: translateY(-87px);
  transform: translateY(-87px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-86px"] {
  top: -86px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-86px"] {
  right: -86px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-86px"] {
  bottom: -86px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-86px"] {
  left: -86px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-86px"] {
  -webkit-transform: translateX(-86px);
  -moz-transform: translateX(-86px);
  -ms-transform: translateX(-86px);
  -o-transform: translateX(-86px);
  transform: translateX(-86px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-86px"] {
  -webkit-transform: translateY(-86px);
  -moz-transform: translateY(-86px);
  -ms-transform: translateY(-86px);
  -o-transform: translateY(-86px);
  transform: translateY(-86px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-85px"] {
  top: -85px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-85px"] {
  right: -85px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-85px"] {
  bottom: -85px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-85px"] {
  left: -85px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-85px"] {
  -webkit-transform: translateX(-85px);
  -moz-transform: translateX(-85px);
  -ms-transform: translateX(-85px);
  -o-transform: translateX(-85px);
  transform: translateX(-85px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-85px"] {
  -webkit-transform: translateY(-85px);
  -moz-transform: translateY(-85px);
  -ms-transform: translateY(-85px);
  -o-transform: translateY(-85px);
  transform: translateY(-85px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-84px"] {
  top: -84px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-84px"] {
  right: -84px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-84px"] {
  bottom: -84px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-84px"] {
  left: -84px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-84px"] {
  -webkit-transform: translateX(-84px);
  -moz-transform: translateX(-84px);
  -ms-transform: translateX(-84px);
  -o-transform: translateX(-84px);
  transform: translateX(-84px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-84px"] {
  -webkit-transform: translateY(-84px);
  -moz-transform: translateY(-84px);
  -ms-transform: translateY(-84px);
  -o-transform: translateY(-84px);
  transform: translateY(-84px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-83px"] {
  top: -83px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-83px"] {
  right: -83px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-83px"] {
  bottom: -83px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-83px"] {
  left: -83px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-83px"] {
  -webkit-transform: translateX(-83px);
  -moz-transform: translateX(-83px);
  -ms-transform: translateX(-83px);
  -o-transform: translateX(-83px);
  transform: translateX(-83px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-83px"] {
  -webkit-transform: translateY(-83px);
  -moz-transform: translateY(-83px);
  -ms-transform: translateY(-83px);
  -o-transform: translateY(-83px);
  transform: translateY(-83px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-82px"] {
  top: -82px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-82px"] {
  right: -82px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-82px"] {
  bottom: -82px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-82px"] {
  left: -82px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-82px"] {
  -webkit-transform: translateX(-82px);
  -moz-transform: translateX(-82px);
  -ms-transform: translateX(-82px);
  -o-transform: translateX(-82px);
  transform: translateX(-82px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-82px"] {
  -webkit-transform: translateY(-82px);
  -moz-transform: translateY(-82px);
  -ms-transform: translateY(-82px);
  -o-transform: translateY(-82px);
  transform: translateY(-82px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-81px"] {
  top: -81px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-81px"] {
  right: -81px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-81px"] {
  bottom: -81px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-81px"] {
  left: -81px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-81px"] {
  -webkit-transform: translateX(-81px);
  -moz-transform: translateX(-81px);
  -ms-transform: translateX(-81px);
  -o-transform: translateX(-81px);
  transform: translateX(-81px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-81px"] {
  -webkit-transform: translateY(-81px);
  -moz-transform: translateY(-81px);
  -ms-transform: translateY(-81px);
  -o-transform: translateY(-81px);
  transform: translateY(-81px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-80px"] {
  top: -80px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-80px"] {
  right: -80px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-80px"] {
  bottom: -80px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-80px"] {
  left: -80px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-80px"] {
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -o-transform: translateX(-80px);
  transform: translateX(-80px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-80px"] {
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-79px"] {
  top: -79px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-79px"] {
  right: -79px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-79px"] {
  bottom: -79px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-79px"] {
  left: -79px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-79px"] {
  -webkit-transform: translateX(-79px);
  -moz-transform: translateX(-79px);
  -ms-transform: translateX(-79px);
  -o-transform: translateX(-79px);
  transform: translateX(-79px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-79px"] {
  -webkit-transform: translateY(-79px);
  -moz-transform: translateY(-79px);
  -ms-transform: translateY(-79px);
  -o-transform: translateY(-79px);
  transform: translateY(-79px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-78px"] {
  top: -78px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-78px"] {
  right: -78px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-78px"] {
  bottom: -78px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-78px"] {
  left: -78px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-78px"] {
  -webkit-transform: translateX(-78px);
  -moz-transform: translateX(-78px);
  -ms-transform: translateX(-78px);
  -o-transform: translateX(-78px);
  transform: translateX(-78px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-78px"] {
  -webkit-transform: translateY(-78px);
  -moz-transform: translateY(-78px);
  -ms-transform: translateY(-78px);
  -o-transform: translateY(-78px);
  transform: translateY(-78px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-77px"] {
  top: -77px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-77px"] {
  right: -77px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-77px"] {
  bottom: -77px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-77px"] {
  left: -77px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-77px"] {
  -webkit-transform: translateX(-77px);
  -moz-transform: translateX(-77px);
  -ms-transform: translateX(-77px);
  -o-transform: translateX(-77px);
  transform: translateX(-77px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-77px"] {
  -webkit-transform: translateY(-77px);
  -moz-transform: translateY(-77px);
  -ms-transform: translateY(-77px);
  -o-transform: translateY(-77px);
  transform: translateY(-77px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-76px"] {
  top: -76px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-76px"] {
  right: -76px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-76px"] {
  bottom: -76px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-76px"] {
  left: -76px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-76px"] {
  -webkit-transform: translateX(-76px);
  -moz-transform: translateX(-76px);
  -ms-transform: translateX(-76px);
  -o-transform: translateX(-76px);
  transform: translateX(-76px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-76px"] {
  -webkit-transform: translateY(-76px);
  -moz-transform: translateY(-76px);
  -ms-transform: translateY(-76px);
  -o-transform: translateY(-76px);
  transform: translateY(-76px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-75px"] {
  top: -75px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-75px"] {
  right: -75px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-75px"] {
  bottom: -75px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-75px"] {
  left: -75px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-75px"] {
  -webkit-transform: translateX(-75px);
  -moz-transform: translateX(-75px);
  -ms-transform: translateX(-75px);
  -o-transform: translateX(-75px);
  transform: translateX(-75px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-75px"] {
  -webkit-transform: translateY(-75px);
  -moz-transform: translateY(-75px);
  -ms-transform: translateY(-75px);
  -o-transform: translateY(-75px);
  transform: translateY(-75px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-74px"] {
  top: -74px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-74px"] {
  right: -74px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-74px"] {
  bottom: -74px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-74px"] {
  left: -74px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-74px"] {
  -webkit-transform: translateX(-74px);
  -moz-transform: translateX(-74px);
  -ms-transform: translateX(-74px);
  -o-transform: translateX(-74px);
  transform: translateX(-74px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-74px"] {
  -webkit-transform: translateY(-74px);
  -moz-transform: translateY(-74px);
  -ms-transform: translateY(-74px);
  -o-transform: translateY(-74px);
  transform: translateY(-74px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-73px"] {
  top: -73px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-73px"] {
  right: -73px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-73px"] {
  bottom: -73px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-73px"] {
  left: -73px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-73px"] {
  -webkit-transform: translateX(-73px);
  -moz-transform: translateX(-73px);
  -ms-transform: translateX(-73px);
  -o-transform: translateX(-73px);
  transform: translateX(-73px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-73px"] {
  -webkit-transform: translateY(-73px);
  -moz-transform: translateY(-73px);
  -ms-transform: translateY(-73px);
  -o-transform: translateY(-73px);
  transform: translateY(-73px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-72px"] {
  top: -72px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-72px"] {
  right: -72px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-72px"] {
  bottom: -72px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-72px"] {
  left: -72px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-72px"] {
  -webkit-transform: translateX(-72px);
  -moz-transform: translateX(-72px);
  -ms-transform: translateX(-72px);
  -o-transform: translateX(-72px);
  transform: translateX(-72px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-72px"] {
  -webkit-transform: translateY(-72px);
  -moz-transform: translateY(-72px);
  -ms-transform: translateY(-72px);
  -o-transform: translateY(-72px);
  transform: translateY(-72px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-71px"] {
  top: -71px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-71px"] {
  right: -71px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-71px"] {
  bottom: -71px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-71px"] {
  left: -71px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-71px"] {
  -webkit-transform: translateX(-71px);
  -moz-transform: translateX(-71px);
  -ms-transform: translateX(-71px);
  -o-transform: translateX(-71px);
  transform: translateX(-71px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-71px"] {
  -webkit-transform: translateY(-71px);
  -moz-transform: translateY(-71px);
  -ms-transform: translateY(-71px);
  -o-transform: translateY(-71px);
  transform: translateY(-71px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-70px"] {
  top: -70px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-70px"] {
  right: -70px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-70px"] {
  bottom: -70px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-70px"] {
  left: -70px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-70px"] {
  -webkit-transform: translateX(-70px);
  -moz-transform: translateX(-70px);
  -ms-transform: translateX(-70px);
  -o-transform: translateX(-70px);
  transform: translateX(-70px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-70px"] {
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  -o-transform: translateY(-70px);
  transform: translateY(-70px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-69px"] {
  top: -69px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-69px"] {
  right: -69px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-69px"] {
  bottom: -69px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-69px"] {
  left: -69px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-69px"] {
  -webkit-transform: translateX(-69px);
  -moz-transform: translateX(-69px);
  -ms-transform: translateX(-69px);
  -o-transform: translateX(-69px);
  transform: translateX(-69px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-69px"] {
  -webkit-transform: translateY(-69px);
  -moz-transform: translateY(-69px);
  -ms-transform: translateY(-69px);
  -o-transform: translateY(-69px);
  transform: translateY(-69px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-68px"] {
  top: -68px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-68px"] {
  right: -68px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-68px"] {
  bottom: -68px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-68px"] {
  left: -68px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-68px"] {
  -webkit-transform: translateX(-68px);
  -moz-transform: translateX(-68px);
  -ms-transform: translateX(-68px);
  -o-transform: translateX(-68px);
  transform: translateX(-68px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-68px"] {
  -webkit-transform: translateY(-68px);
  -moz-transform: translateY(-68px);
  -ms-transform: translateY(-68px);
  -o-transform: translateY(-68px);
  transform: translateY(-68px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-67px"] {
  top: -67px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-67px"] {
  right: -67px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-67px"] {
  bottom: -67px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-67px"] {
  left: -67px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-67px"] {
  -webkit-transform: translateX(-67px);
  -moz-transform: translateX(-67px);
  -ms-transform: translateX(-67px);
  -o-transform: translateX(-67px);
  transform: translateX(-67px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-67px"] {
  -webkit-transform: translateY(-67px);
  -moz-transform: translateY(-67px);
  -ms-transform: translateY(-67px);
  -o-transform: translateY(-67px);
  transform: translateY(-67px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-66px"] {
  top: -66px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-66px"] {
  right: -66px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-66px"] {
  bottom: -66px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-66px"] {
  left: -66px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-66px"] {
  -webkit-transform: translateX(-66px);
  -moz-transform: translateX(-66px);
  -ms-transform: translateX(-66px);
  -o-transform: translateX(-66px);
  transform: translateX(-66px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-66px"] {
  -webkit-transform: translateY(-66px);
  -moz-transform: translateY(-66px);
  -ms-transform: translateY(-66px);
  -o-transform: translateY(-66px);
  transform: translateY(-66px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-65px"] {
  top: -65px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-65px"] {
  right: -65px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-65px"] {
  bottom: -65px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-65px"] {
  left: -65px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-65px"] {
  -webkit-transform: translateX(-65px);
  -moz-transform: translateX(-65px);
  -ms-transform: translateX(-65px);
  -o-transform: translateX(-65px);
  transform: translateX(-65px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-65px"] {
  -webkit-transform: translateY(-65px);
  -moz-transform: translateY(-65px);
  -ms-transform: translateY(-65px);
  -o-transform: translateY(-65px);
  transform: translateY(-65px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-64px"] {
  top: -64px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-64px"] {
  right: -64px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-64px"] {
  bottom: -64px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-64px"] {
  left: -64px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-64px"] {
  -webkit-transform: translateX(-64px);
  -moz-transform: translateX(-64px);
  -ms-transform: translateX(-64px);
  -o-transform: translateX(-64px);
  transform: translateX(-64px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-64px"] {
  -webkit-transform: translateY(-64px);
  -moz-transform: translateY(-64px);
  -ms-transform: translateY(-64px);
  -o-transform: translateY(-64px);
  transform: translateY(-64px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-63px"] {
  top: -63px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-63px"] {
  right: -63px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-63px"] {
  bottom: -63px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-63px"] {
  left: -63px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-63px"] {
  -webkit-transform: translateX(-63px);
  -moz-transform: translateX(-63px);
  -ms-transform: translateX(-63px);
  -o-transform: translateX(-63px);
  transform: translateX(-63px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-63px"] {
  -webkit-transform: translateY(-63px);
  -moz-transform: translateY(-63px);
  -ms-transform: translateY(-63px);
  -o-transform: translateY(-63px);
  transform: translateY(-63px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-62px"] {
  top: -62px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-62px"] {
  right: -62px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-62px"] {
  bottom: -62px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-62px"] {
  left: -62px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-62px"] {
  -webkit-transform: translateX(-62px);
  -moz-transform: translateX(-62px);
  -ms-transform: translateX(-62px);
  -o-transform: translateX(-62px);
  transform: translateX(-62px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-62px"] {
  -webkit-transform: translateY(-62px);
  -moz-transform: translateY(-62px);
  -ms-transform: translateY(-62px);
  -o-transform: translateY(-62px);
  transform: translateY(-62px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-61px"] {
  top: -61px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-61px"] {
  right: -61px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-61px"] {
  bottom: -61px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-61px"] {
  left: -61px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-61px"] {
  -webkit-transform: translateX(-61px);
  -moz-transform: translateX(-61px);
  -ms-transform: translateX(-61px);
  -o-transform: translateX(-61px);
  transform: translateX(-61px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-61px"] {
  -webkit-transform: translateY(-61px);
  -moz-transform: translateY(-61px);
  -ms-transform: translateY(-61px);
  -o-transform: translateY(-61px);
  transform: translateY(-61px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-60px"] {
  top: -60px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-60px"] {
  right: -60px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-60px"] {
  bottom: -60px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-60px"] {
  left: -60px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-60px"] {
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  transform: translateX(-60px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-60px"] {
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-59px"] {
  top: -59px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-59px"] {
  right: -59px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-59px"] {
  bottom: -59px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-59px"] {
  left: -59px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-59px"] {
  -webkit-transform: translateX(-59px);
  -moz-transform: translateX(-59px);
  -ms-transform: translateX(-59px);
  -o-transform: translateX(-59px);
  transform: translateX(-59px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-59px"] {
  -webkit-transform: translateY(-59px);
  -moz-transform: translateY(-59px);
  -ms-transform: translateY(-59px);
  -o-transform: translateY(-59px);
  transform: translateY(-59px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-58px"] {
  top: -58px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-58px"] {
  right: -58px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-58px"] {
  bottom: -58px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-58px"] {
  left: -58px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-58px"] {
  -webkit-transform: translateX(-58px);
  -moz-transform: translateX(-58px);
  -ms-transform: translateX(-58px);
  -o-transform: translateX(-58px);
  transform: translateX(-58px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-58px"] {
  -webkit-transform: translateY(-58px);
  -moz-transform: translateY(-58px);
  -ms-transform: translateY(-58px);
  -o-transform: translateY(-58px);
  transform: translateY(-58px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-57px"] {
  top: -57px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-57px"] {
  right: -57px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-57px"] {
  bottom: -57px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-57px"] {
  left: -57px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-57px"] {
  -webkit-transform: translateX(-57px);
  -moz-transform: translateX(-57px);
  -ms-transform: translateX(-57px);
  -o-transform: translateX(-57px);
  transform: translateX(-57px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-57px"] {
  -webkit-transform: translateY(-57px);
  -moz-transform: translateY(-57px);
  -ms-transform: translateY(-57px);
  -o-transform: translateY(-57px);
  transform: translateY(-57px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-56px"] {
  top: -56px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-56px"] {
  right: -56px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-56px"] {
  bottom: -56px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-56px"] {
  left: -56px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-56px"] {
  -webkit-transform: translateX(-56px);
  -moz-transform: translateX(-56px);
  -ms-transform: translateX(-56px);
  -o-transform: translateX(-56px);
  transform: translateX(-56px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-56px"] {
  -webkit-transform: translateY(-56px);
  -moz-transform: translateY(-56px);
  -ms-transform: translateY(-56px);
  -o-transform: translateY(-56px);
  transform: translateY(-56px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-55px"] {
  top: -55px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-55px"] {
  right: -55px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-55px"] {
  bottom: -55px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-55px"] {
  left: -55px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-55px"] {
  -webkit-transform: translateX(-55px);
  -moz-transform: translateX(-55px);
  -ms-transform: translateX(-55px);
  -o-transform: translateX(-55px);
  transform: translateX(-55px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-55px"] {
  -webkit-transform: translateY(-55px);
  -moz-transform: translateY(-55px);
  -ms-transform: translateY(-55px);
  -o-transform: translateY(-55px);
  transform: translateY(-55px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-54px"] {
  top: -54px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-54px"] {
  right: -54px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-54px"] {
  bottom: -54px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-54px"] {
  left: -54px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-54px"] {
  -webkit-transform: translateX(-54px);
  -moz-transform: translateX(-54px);
  -ms-transform: translateX(-54px);
  -o-transform: translateX(-54px);
  transform: translateX(-54px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-54px"] {
  -webkit-transform: translateY(-54px);
  -moz-transform: translateY(-54px);
  -ms-transform: translateY(-54px);
  -o-transform: translateY(-54px);
  transform: translateY(-54px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-53px"] {
  top: -53px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-53px"] {
  right: -53px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-53px"] {
  bottom: -53px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-53px"] {
  left: -53px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-53px"] {
  -webkit-transform: translateX(-53px);
  -moz-transform: translateX(-53px);
  -ms-transform: translateX(-53px);
  -o-transform: translateX(-53px);
  transform: translateX(-53px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-53px"] {
  -webkit-transform: translateY(-53px);
  -moz-transform: translateY(-53px);
  -ms-transform: translateY(-53px);
  -o-transform: translateY(-53px);
  transform: translateY(-53px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-52px"] {
  top: -52px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-52px"] {
  right: -52px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-52px"] {
  bottom: -52px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-52px"] {
  left: -52px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-52px"] {
  -webkit-transform: translateX(-52px);
  -moz-transform: translateX(-52px);
  -ms-transform: translateX(-52px);
  -o-transform: translateX(-52px);
  transform: translateX(-52px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-52px"] {
  -webkit-transform: translateY(-52px);
  -moz-transform: translateY(-52px);
  -ms-transform: translateY(-52px);
  -o-transform: translateY(-52px);
  transform: translateY(-52px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-51px"] {
  top: -51px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-51px"] {
  right: -51px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-51px"] {
  bottom: -51px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-51px"] {
  left: -51px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-51px"] {
  -webkit-transform: translateX(-51px);
  -moz-transform: translateX(-51px);
  -ms-transform: translateX(-51px);
  -o-transform: translateX(-51px);
  transform: translateX(-51px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-51px"] {
  -webkit-transform: translateY(-51px);
  -moz-transform: translateY(-51px);
  -ms-transform: translateY(-51px);
  -o-transform: translateY(-51px);
  transform: translateY(-51px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-50px"] {
  top: -50px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-50px"] {
  right: -50px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-50px"] {
  bottom: -50px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-50px"] {
  left: -50px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-50px"] {
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-50px"] {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-49px"] {
  top: -49px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-49px"] {
  right: -49px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-49px"] {
  bottom: -49px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-49px"] {
  left: -49px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-49px"] {
  -webkit-transform: translateX(-49px);
  -moz-transform: translateX(-49px);
  -ms-transform: translateX(-49px);
  -o-transform: translateX(-49px);
  transform: translateX(-49px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-49px"] {
  -webkit-transform: translateY(-49px);
  -moz-transform: translateY(-49px);
  -ms-transform: translateY(-49px);
  -o-transform: translateY(-49px);
  transform: translateY(-49px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-48px"] {
  top: -48px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-48px"] {
  right: -48px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-48px"] {
  bottom: -48px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-48px"] {
  left: -48px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-48px"] {
  -webkit-transform: translateX(-48px);
  -moz-transform: translateX(-48px);
  -ms-transform: translateX(-48px);
  -o-transform: translateX(-48px);
  transform: translateX(-48px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-48px"] {
  -webkit-transform: translateY(-48px);
  -moz-transform: translateY(-48px);
  -ms-transform: translateY(-48px);
  -o-transform: translateY(-48px);
  transform: translateY(-48px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-47px"] {
  top: -47px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-47px"] {
  right: -47px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-47px"] {
  bottom: -47px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-47px"] {
  left: -47px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-47px"] {
  -webkit-transform: translateX(-47px);
  -moz-transform: translateX(-47px);
  -ms-transform: translateX(-47px);
  -o-transform: translateX(-47px);
  transform: translateX(-47px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-47px"] {
  -webkit-transform: translateY(-47px);
  -moz-transform: translateY(-47px);
  -ms-transform: translateY(-47px);
  -o-transform: translateY(-47px);
  transform: translateY(-47px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-46px"] {
  top: -46px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-46px"] {
  right: -46px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-46px"] {
  bottom: -46px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-46px"] {
  left: -46px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-46px"] {
  -webkit-transform: translateX(-46px);
  -moz-transform: translateX(-46px);
  -ms-transform: translateX(-46px);
  -o-transform: translateX(-46px);
  transform: translateX(-46px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-46px"] {
  -webkit-transform: translateY(-46px);
  -moz-transform: translateY(-46px);
  -ms-transform: translateY(-46px);
  -o-transform: translateY(-46px);
  transform: translateY(-46px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-45px"] {
  top: -45px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-45px"] {
  right: -45px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-45px"] {
  bottom: -45px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-45px"] {
  left: -45px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-45px"] {
  -webkit-transform: translateX(-45px);
  -moz-transform: translateX(-45px);
  -ms-transform: translateX(-45px);
  -o-transform: translateX(-45px);
  transform: translateX(-45px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-45px"] {
  -webkit-transform: translateY(-45px);
  -moz-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  -o-transform: translateY(-45px);
  transform: translateY(-45px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-44px"] {
  top: -44px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-44px"] {
  right: -44px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-44px"] {
  bottom: -44px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-44px"] {
  left: -44px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-44px"] {
  -webkit-transform: translateX(-44px);
  -moz-transform: translateX(-44px);
  -ms-transform: translateX(-44px);
  -o-transform: translateX(-44px);
  transform: translateX(-44px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-44px"] {
  -webkit-transform: translateY(-44px);
  -moz-transform: translateY(-44px);
  -ms-transform: translateY(-44px);
  -o-transform: translateY(-44px);
  transform: translateY(-44px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-43px"] {
  top: -43px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-43px"] {
  right: -43px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-43px"] {
  bottom: -43px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-43px"] {
  left: -43px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-43px"] {
  -webkit-transform: translateX(-43px);
  -moz-transform: translateX(-43px);
  -ms-transform: translateX(-43px);
  -o-transform: translateX(-43px);
  transform: translateX(-43px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-43px"] {
  -webkit-transform: translateY(-43px);
  -moz-transform: translateY(-43px);
  -ms-transform: translateY(-43px);
  -o-transform: translateY(-43px);
  transform: translateY(-43px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-42px"] {
  top: -42px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-42px"] {
  right: -42px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-42px"] {
  bottom: -42px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-42px"] {
  left: -42px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-42px"] {
  -webkit-transform: translateX(-42px);
  -moz-transform: translateX(-42px);
  -ms-transform: translateX(-42px);
  -o-transform: translateX(-42px);
  transform: translateX(-42px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-42px"] {
  -webkit-transform: translateY(-42px);
  -moz-transform: translateY(-42px);
  -ms-transform: translateY(-42px);
  -o-transform: translateY(-42px);
  transform: translateY(-42px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-41px"] {
  top: -41px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-41px"] {
  right: -41px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-41px"] {
  bottom: -41px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-41px"] {
  left: -41px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-41px"] {
  -webkit-transform: translateX(-41px);
  -moz-transform: translateX(-41px);
  -ms-transform: translateX(-41px);
  -o-transform: translateX(-41px);
  transform: translateX(-41px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-41px"] {
  -webkit-transform: translateY(-41px);
  -moz-transform: translateY(-41px);
  -ms-transform: translateY(-41px);
  -o-transform: translateY(-41px);
  transform: translateY(-41px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-40px"] {
  top: -40px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-40px"] {
  right: -40px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-40px"] {
  bottom: -40px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-40px"] {
  left: -40px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-40px"] {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-40px"] {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-39px"] {
  top: -39px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-39px"] {
  right: -39px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-39px"] {
  bottom: -39px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-39px"] {
  left: -39px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-39px"] {
  -webkit-transform: translateX(-39px);
  -moz-transform: translateX(-39px);
  -ms-transform: translateX(-39px);
  -o-transform: translateX(-39px);
  transform: translateX(-39px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-39px"] {
  -webkit-transform: translateY(-39px);
  -moz-transform: translateY(-39px);
  -ms-transform: translateY(-39px);
  -o-transform: translateY(-39px);
  transform: translateY(-39px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-38px"] {
  top: -38px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-38px"] {
  right: -38px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-38px"] {
  bottom: -38px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-38px"] {
  left: -38px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-38px"] {
  -webkit-transform: translateX(-38px);
  -moz-transform: translateX(-38px);
  -ms-transform: translateX(-38px);
  -o-transform: translateX(-38px);
  transform: translateX(-38px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-38px"] {
  -webkit-transform: translateY(-38px);
  -moz-transform: translateY(-38px);
  -ms-transform: translateY(-38px);
  -o-transform: translateY(-38px);
  transform: translateY(-38px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-37px"] {
  top: -37px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-37px"] {
  right: -37px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-37px"] {
  bottom: -37px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-37px"] {
  left: -37px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-37px"] {
  -webkit-transform: translateX(-37px);
  -moz-transform: translateX(-37px);
  -ms-transform: translateX(-37px);
  -o-transform: translateX(-37px);
  transform: translateX(-37px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-37px"] {
  -webkit-transform: translateY(-37px);
  -moz-transform: translateY(-37px);
  -ms-transform: translateY(-37px);
  -o-transform: translateY(-37px);
  transform: translateY(-37px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-36px"] {
  top: -36px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-36px"] {
  right: -36px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-36px"] {
  bottom: -36px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-36px"] {
  left: -36px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-36px"] {
  -webkit-transform: translateX(-36px);
  -moz-transform: translateX(-36px);
  -ms-transform: translateX(-36px);
  -o-transform: translateX(-36px);
  transform: translateX(-36px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-36px"] {
  -webkit-transform: translateY(-36px);
  -moz-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  -o-transform: translateY(-36px);
  transform: translateY(-36px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-35px"] {
  top: -35px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-35px"] {
  right: -35px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-35px"] {
  bottom: -35px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-35px"] {
  left: -35px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-35px"] {
  -webkit-transform: translateX(-35px);
  -moz-transform: translateX(-35px);
  -ms-transform: translateX(-35px);
  -o-transform: translateX(-35px);
  transform: translateX(-35px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-35px"] {
  -webkit-transform: translateY(-35px);
  -moz-transform: translateY(-35px);
  -ms-transform: translateY(-35px);
  -o-transform: translateY(-35px);
  transform: translateY(-35px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-34px"] {
  top: -34px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-34px"] {
  right: -34px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-34px"] {
  bottom: -34px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-34px"] {
  left: -34px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-34px"] {
  -webkit-transform: translateX(-34px);
  -moz-transform: translateX(-34px);
  -ms-transform: translateX(-34px);
  -o-transform: translateX(-34px);
  transform: translateX(-34px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-34px"] {
  -webkit-transform: translateY(-34px);
  -moz-transform: translateY(-34px);
  -ms-transform: translateY(-34px);
  -o-transform: translateY(-34px);
  transform: translateY(-34px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-33px"] {
  top: -33px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-33px"] {
  right: -33px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-33px"] {
  bottom: -33px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-33px"] {
  left: -33px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-33px"] {
  -webkit-transform: translateX(-33px);
  -moz-transform: translateX(-33px);
  -ms-transform: translateX(-33px);
  -o-transform: translateX(-33px);
  transform: translateX(-33px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-33px"] {
  -webkit-transform: translateY(-33px);
  -moz-transform: translateY(-33px);
  -ms-transform: translateY(-33px);
  -o-transform: translateY(-33px);
  transform: translateY(-33px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-32px"] {
  top: -32px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-32px"] {
  right: -32px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-32px"] {
  bottom: -32px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-32px"] {
  left: -32px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-32px"] {
  -webkit-transform: translateX(-32px);
  -moz-transform: translateX(-32px);
  -ms-transform: translateX(-32px);
  -o-transform: translateX(-32px);
  transform: translateX(-32px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-32px"] {
  -webkit-transform: translateY(-32px);
  -moz-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  -o-transform: translateY(-32px);
  transform: translateY(-32px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-31px"] {
  top: -31px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-31px"] {
  right: -31px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-31px"] {
  bottom: -31px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-31px"] {
  left: -31px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-31px"] {
  -webkit-transform: translateX(-31px);
  -moz-transform: translateX(-31px);
  -ms-transform: translateX(-31px);
  -o-transform: translateX(-31px);
  transform: translateX(-31px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-31px"] {
  -webkit-transform: translateY(-31px);
  -moz-transform: translateY(-31px);
  -ms-transform: translateY(-31px);
  -o-transform: translateY(-31px);
  transform: translateY(-31px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-30px"] {
  top: -30px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-30px"] {
  right: -30px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-30px"] {
  bottom: -30px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-30px"] {
  left: -30px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-30px"] {
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-30px"] {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-29px"] {
  top: -29px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-29px"] {
  right: -29px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-29px"] {
  bottom: -29px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-29px"] {
  left: -29px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-29px"] {
  -webkit-transform: translateX(-29px);
  -moz-transform: translateX(-29px);
  -ms-transform: translateX(-29px);
  -o-transform: translateX(-29px);
  transform: translateX(-29px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-29px"] {
  -webkit-transform: translateY(-29px);
  -moz-transform: translateY(-29px);
  -ms-transform: translateY(-29px);
  -o-transform: translateY(-29px);
  transform: translateY(-29px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-28px"] {
  top: -28px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-28px"] {
  right: -28px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-28px"] {
  bottom: -28px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-28px"] {
  left: -28px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-28px"] {
  -webkit-transform: translateX(-28px);
  -moz-transform: translateX(-28px);
  -ms-transform: translateX(-28px);
  -o-transform: translateX(-28px);
  transform: translateX(-28px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-28px"] {
  -webkit-transform: translateY(-28px);
  -moz-transform: translateY(-28px);
  -ms-transform: translateY(-28px);
  -o-transform: translateY(-28px);
  transform: translateY(-28px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-27px"] {
  top: -27px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-27px"] {
  right: -27px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-27px"] {
  bottom: -27px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-27px"] {
  left: -27px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-27px"] {
  -webkit-transform: translateX(-27px);
  -moz-transform: translateX(-27px);
  -ms-transform: translateX(-27px);
  -o-transform: translateX(-27px);
  transform: translateX(-27px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-27px"] {
  -webkit-transform: translateY(-27px);
  -moz-transform: translateY(-27px);
  -ms-transform: translateY(-27px);
  -o-transform: translateY(-27px);
  transform: translateY(-27px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-26px"] {
  top: -26px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-26px"] {
  right: -26px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-26px"] {
  bottom: -26px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-26px"] {
  left: -26px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-26px"] {
  -webkit-transform: translateX(-26px);
  -moz-transform: translateX(-26px);
  -ms-transform: translateX(-26px);
  -o-transform: translateX(-26px);
  transform: translateX(-26px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-26px"] {
  -webkit-transform: translateY(-26px);
  -moz-transform: translateY(-26px);
  -ms-transform: translateY(-26px);
  -o-transform: translateY(-26px);
  transform: translateY(-26px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-25px"] {
  top: -25px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-25px"] {
  right: -25px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-25px"] {
  bottom: -25px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-25px"] {
  left: -25px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-25px"] {
  -webkit-transform: translateX(-25px);
  -moz-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  -o-transform: translateX(-25px);
  transform: translateX(-25px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-25px"] {
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-24px"] {
  top: -24px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-24px"] {
  right: -24px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-24px"] {
  bottom: -24px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-24px"] {
  left: -24px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-24px"] {
  -webkit-transform: translateX(-24px);
  -moz-transform: translateX(-24px);
  -ms-transform: translateX(-24px);
  -o-transform: translateX(-24px);
  transform: translateX(-24px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-24px"] {
  -webkit-transform: translateY(-24px);
  -moz-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  -o-transform: translateY(-24px);
  transform: translateY(-24px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-23px"] {
  top: -23px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-23px"] {
  right: -23px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-23px"] {
  bottom: -23px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-23px"] {
  left: -23px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-23px"] {
  -webkit-transform: translateX(-23px);
  -moz-transform: translateX(-23px);
  -ms-transform: translateX(-23px);
  -o-transform: translateX(-23px);
  transform: translateX(-23px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-23px"] {
  -webkit-transform: translateY(-23px);
  -moz-transform: translateY(-23px);
  -ms-transform: translateY(-23px);
  -o-transform: translateY(-23px);
  transform: translateY(-23px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-22px"] {
  top: -22px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-22px"] {
  right: -22px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-22px"] {
  bottom: -22px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-22px"] {
  left: -22px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-22px"] {
  -webkit-transform: translateX(-22px);
  -moz-transform: translateX(-22px);
  -ms-transform: translateX(-22px);
  -o-transform: translateX(-22px);
  transform: translateX(-22px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-22px"] {
  -webkit-transform: translateY(-22px);
  -moz-transform: translateY(-22px);
  -ms-transform: translateY(-22px);
  -o-transform: translateY(-22px);
  transform: translateY(-22px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-21px"] {
  top: -21px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-21px"] {
  right: -21px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-21px"] {
  bottom: -21px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-21px"] {
  left: -21px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-21px"] {
  -webkit-transform: translateX(-21px);
  -moz-transform: translateX(-21px);
  -ms-transform: translateX(-21px);
  -o-transform: translateX(-21px);
  transform: translateX(-21px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-21px"] {
  -webkit-transform: translateY(-21px);
  -moz-transform: translateY(-21px);
  -ms-transform: translateY(-21px);
  -o-transform: translateY(-21px);
  transform: translateY(-21px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-20px"] {
  top: -20px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-20px"] {
  right: -20px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-20px"] {
  bottom: -20px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-20px"] {
  left: -20px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-20px"] {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-20px"] {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-19px"] {
  top: -19px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-19px"] {
  right: -19px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-19px"] {
  bottom: -19px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-19px"] {
  left: -19px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-19px"] {
  -webkit-transform: translateX(-19px);
  -moz-transform: translateX(-19px);
  -ms-transform: translateX(-19px);
  -o-transform: translateX(-19px);
  transform: translateX(-19px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-19px"] {
  -webkit-transform: translateY(-19px);
  -moz-transform: translateY(-19px);
  -ms-transform: translateY(-19px);
  -o-transform: translateY(-19px);
  transform: translateY(-19px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-18px"] {
  top: -18px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-18px"] {
  right: -18px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-18px"] {
  bottom: -18px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-18px"] {
  left: -18px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-18px"] {
  -webkit-transform: translateX(-18px);
  -moz-transform: translateX(-18px);
  -ms-transform: translateX(-18px);
  -o-transform: translateX(-18px);
  transform: translateX(-18px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-18px"] {
  -webkit-transform: translateY(-18px);
  -moz-transform: translateY(-18px);
  -ms-transform: translateY(-18px);
  -o-transform: translateY(-18px);
  transform: translateY(-18px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-17px"] {
  top: -17px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-17px"] {
  right: -17px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-17px"] {
  bottom: -17px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-17px"] {
  left: -17px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-17px"] {
  -webkit-transform: translateX(-17px);
  -moz-transform: translateX(-17px);
  -ms-transform: translateX(-17px);
  -o-transform: translateX(-17px);
  transform: translateX(-17px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-17px"] {
  -webkit-transform: translateY(-17px);
  -moz-transform: translateY(-17px);
  -ms-transform: translateY(-17px);
  -o-transform: translateY(-17px);
  transform: translateY(-17px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-16px"] {
  top: -16px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-16px"] {
  right: -16px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-16px"] {
  bottom: -16px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-16px"] {
  left: -16px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-16px"] {
  -webkit-transform: translateX(-16px);
  -moz-transform: translateX(-16px);
  -ms-transform: translateX(-16px);
  -o-transform: translateX(-16px);
  transform: translateX(-16px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-16px"] {
  -webkit-transform: translateY(-16px);
  -moz-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  -o-transform: translateY(-16px);
  transform: translateY(-16px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-15px"] {
  top: -15px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-15px"] {
  right: -15px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-15px"] {
  bottom: -15px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-15px"] {
  left: -15px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-15px"] {
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  transform: translateX(-15px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-15px"] {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-14px"] {
  top: -14px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-14px"] {
  right: -14px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-14px"] {
  bottom: -14px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-14px"] {
  left: -14px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-14px"] {
  -webkit-transform: translateX(-14px);
  -moz-transform: translateX(-14px);
  -ms-transform: translateX(-14px);
  -o-transform: translateX(-14px);
  transform: translateX(-14px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-14px"] {
  -webkit-transform: translateY(-14px);
  -moz-transform: translateY(-14px);
  -ms-transform: translateY(-14px);
  -o-transform: translateY(-14px);
  transform: translateY(-14px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-13px"] {
  top: -13px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-13px"] {
  right: -13px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-13px"] {
  bottom: -13px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-13px"] {
  left: -13px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-13px"] {
  -webkit-transform: translateX(-13px);
  -moz-transform: translateX(-13px);
  -ms-transform: translateX(-13px);
  -o-transform: translateX(-13px);
  transform: translateX(-13px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-13px"] {
  -webkit-transform: translateY(-13px);
  -moz-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  -o-transform: translateY(-13px);
  transform: translateY(-13px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-12px"] {
  top: -12px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-12px"] {
  right: -12px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-12px"] {
  bottom: -12px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-12px"] {
  left: -12px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-12px"] {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  -ms-transform: translateX(-12px);
  -o-transform: translateX(-12px);
  transform: translateX(-12px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-12px"] {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  transform: translateY(-12px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-11px"] {
  top: -11px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-11px"] {
  right: -11px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-11px"] {
  bottom: -11px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-11px"] {
  left: -11px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-11px"] {
  -webkit-transform: translateX(-11px);
  -moz-transform: translateX(-11px);
  -ms-transform: translateX(-11px);
  -o-transform: translateX(-11px);
  transform: translateX(-11px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-11px"] {
  -webkit-transform: translateY(-11px);
  -moz-transform: translateY(-11px);
  -ms-transform: translateY(-11px);
  -o-transform: translateY(-11px);
  transform: translateY(-11px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-10px"] {
  top: -10px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-10px"] {
  right: -10px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-10px"] {
  bottom: -10px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-10px"] {
  left: -10px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-10px"] {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-10px"] {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-9px"] {
  top: -9px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-9px"] {
  right: -9px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-9px"] {
  bottom: -9px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-9px"] {
  left: -9px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-9px"] {
  -webkit-transform: translateX(-9px);
  -moz-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  -o-transform: translateX(-9px);
  transform: translateX(-9px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-9px"] {
  -webkit-transform: translateY(-9px);
  -moz-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  -o-transform: translateY(-9px);
  transform: translateY(-9px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-8px"] {
  top: -8px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-8px"] {
  right: -8px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-8px"] {
  bottom: -8px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-8px"] {
  left: -8px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-8px"] {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  -o-transform: translateX(-8px);
  transform: translateX(-8px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-8px"] {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-7px"] {
  top: -7px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-7px"] {
  right: -7px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-7px"] {
  bottom: -7px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-7px"] {
  left: -7px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-7px"] {
  -webkit-transform: translateX(-7px);
  -moz-transform: translateX(-7px);
  -ms-transform: translateX(-7px);
  -o-transform: translateX(-7px);
  transform: translateX(-7px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-7px"] {
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  transform: translateY(-7px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-6px"] {
  top: -6px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-6px"] {
  right: -6px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-6px"] {
  bottom: -6px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-6px"] {
  left: -6px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-6px"] {
  -webkit-transform: translateX(-6px);
  -moz-transform: translateX(-6px);
  -ms-transform: translateX(-6px);
  -o-transform: translateX(-6px);
  transform: translateX(-6px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-6px"] {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-5px"] {
  top: -5px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-5px"] {
  right: -5px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-5px"] {
  bottom: -5px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-5px"] {
  left: -5px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-5px"] {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-5px"] {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-4px"] {
  top: -4px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-4px"] {
  right: -4px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-4px"] {
  bottom: -4px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-4px"] {
  left: -4px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-4px"] {
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -o-transform: translateX(-4px);
  transform: translateX(-4px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-4px"] {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-3px"] {
  top: -3px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-3px"] {
  right: -3px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-3px"] {
  bottom: -3px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-3px"] {
  left: -3px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-3px"] {
  -webkit-transform: translateX(-3px);
  -moz-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  -o-transform: translateX(-3px);
  transform: translateX(-3px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-3px"] {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-2px"] {
  top: -2px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-2px"] {
  right: -2px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-2px"] {
  bottom: -2px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-2px"] {
  left: -2px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-2px"] {
  -webkit-transform: translateX(-2px);
  -moz-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  -o-transform: translateX(-2px);
  transform: translateX(-2px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-2px"] {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="-1px"] {
  top: -1px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="-1px"] {
  right: -1px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="-1px"] {
  bottom: -1px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="-1px"] {
  left: -1px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="-1px"] {
  -webkit-transform: translateX(-1px);
  -moz-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  -o-transform: translateX(-1px);
  transform: translateX(-1px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="-1px"] {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="0px"] {
  top: 0px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="0px"] {
  right: 0px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="0px"] {
  bottom: 0px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="0px"] {
  left: 0px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="0px"] {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="0px"] {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="1px"] {
  top: 1px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="1px"] {
  right: 1px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="1px"] {
  bottom: 1px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="1px"] {
  left: 1px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="1px"] {
  -webkit-transform: translateX(1px);
  -moz-transform: translateX(1px);
  -ms-transform: translateX(1px);
  -o-transform: translateX(1px);
  transform: translateX(1px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="1px"] {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="2px"] {
  top: 2px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="2px"] {
  right: 2px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="2px"] {
  bottom: 2px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="2px"] {
  left: 2px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="2px"] {
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
  transform: translateX(2px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="2px"] {
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="3px"] {
  top: 3px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="3px"] {
  right: 3px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="3px"] {
  bottom: 3px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="3px"] {
  left: 3px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="3px"] {
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -o-transform: translateX(3px);
  transform: translateX(3px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="3px"] {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="4px"] {
  top: 4px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="4px"] {
  right: 4px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="4px"] {
  bottom: 4px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="4px"] {
  left: 4px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="4px"] {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="4px"] {
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="5px"] {
  top: 5px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="5px"] {
  right: 5px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="5px"] {
  bottom: 5px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="5px"] {
  left: 5px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="5px"] {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="5px"] {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="6px"] {
  top: 6px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="6px"] {
  right: 6px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="6px"] {
  bottom: 6px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="6px"] {
  left: 6px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="6px"] {
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -o-transform: translateX(6px);
  transform: translateX(6px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="6px"] {
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="7px"] {
  top: 7px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="7px"] {
  right: 7px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="7px"] {
  bottom: 7px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="7px"] {
  left: 7px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="7px"] {
  -webkit-transform: translateX(7px);
  -moz-transform: translateX(7px);
  -ms-transform: translateX(7px);
  -o-transform: translateX(7px);
  transform: translateX(7px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="7px"] {
  -webkit-transform: translateY(7px);
  -moz-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
  transform: translateY(7px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="8px"] {
  top: 8px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="8px"] {
  right: 8px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="8px"] {
  bottom: 8px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="8px"] {
  left: 8px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="8px"] {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
  transform: translateX(8px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="8px"] {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="9px"] {
  top: 9px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="9px"] {
  right: 9px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="9px"] {
  bottom: 9px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="9px"] {
  left: 9px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="9px"] {
  -webkit-transform: translateX(9px);
  -moz-transform: translateX(9px);
  -ms-transform: translateX(9px);
  -o-transform: translateX(9px);
  transform: translateX(9px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="9px"] {
  -webkit-transform: translateY(9px);
  -moz-transform: translateY(9px);
  -ms-transform: translateY(9px);
  -o-transform: translateY(9px);
  transform: translateY(9px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="10px"] {
  top: 10px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="10px"] {
  right: 10px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="10px"] {
  bottom: 10px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="10px"] {
  left: 10px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="10px"] {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="10px"] {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="11px"] {
  top: 11px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="11px"] {
  right: 11px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="11px"] {
  bottom: 11px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="11px"] {
  left: 11px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="11px"] {
  -webkit-transform: translateX(11px);
  -moz-transform: translateX(11px);
  -ms-transform: translateX(11px);
  -o-transform: translateX(11px);
  transform: translateX(11px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="11px"] {
  -webkit-transform: translateY(11px);
  -moz-transform: translateY(11px);
  -ms-transform: translateY(11px);
  -o-transform: translateY(11px);
  transform: translateY(11px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="12px"] {
  top: 12px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="12px"] {
  right: 12px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="12px"] {
  bottom: 12px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="12px"] {
  left: 12px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="12px"] {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  -ms-transform: translateX(12px);
  -o-transform: translateX(12px);
  transform: translateX(12px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="12px"] {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  -ms-transform: translateY(12px);
  -o-transform: translateY(12px);
  transform: translateY(12px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="13px"] {
  top: 13px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="13px"] {
  right: 13px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="13px"] {
  bottom: 13px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="13px"] {
  left: 13px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="13px"] {
  -webkit-transform: translateX(13px);
  -moz-transform: translateX(13px);
  -ms-transform: translateX(13px);
  -o-transform: translateX(13px);
  transform: translateX(13px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="13px"] {
  -webkit-transform: translateY(13px);
  -moz-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="14px"] {
  top: 14px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="14px"] {
  right: 14px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="14px"] {
  bottom: 14px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="14px"] {
  left: 14px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="14px"] {
  -webkit-transform: translateX(14px);
  -moz-transform: translateX(14px);
  -ms-transform: translateX(14px);
  -o-transform: translateX(14px);
  transform: translateX(14px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="14px"] {
  -webkit-transform: translateY(14px);
  -moz-transform: translateY(14px);
  -ms-transform: translateY(14px);
  -o-transform: translateY(14px);
  transform: translateY(14px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="15px"] {
  top: 15px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="15px"] {
  right: 15px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="15px"] {
  bottom: 15px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="15px"] {
  left: 15px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="15px"] {
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="15px"] {
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="16px"] {
  top: 16px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="16px"] {
  right: 16px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="16px"] {
  bottom: 16px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="16px"] {
  left: 16px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="16px"] {
  -webkit-transform: translateX(16px);
  -moz-transform: translateX(16px);
  -ms-transform: translateX(16px);
  -o-transform: translateX(16px);
  transform: translateX(16px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="16px"] {
  -webkit-transform: translateY(16px);
  -moz-transform: translateY(16px);
  -ms-transform: translateY(16px);
  -o-transform: translateY(16px);
  transform: translateY(16px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="17px"] {
  top: 17px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="17px"] {
  right: 17px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="17px"] {
  bottom: 17px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="17px"] {
  left: 17px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="17px"] {
  -webkit-transform: translateX(17px);
  -moz-transform: translateX(17px);
  -ms-transform: translateX(17px);
  -o-transform: translateX(17px);
  transform: translateX(17px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="17px"] {
  -webkit-transform: translateY(17px);
  -moz-transform: translateY(17px);
  -ms-transform: translateY(17px);
  -o-transform: translateY(17px);
  transform: translateY(17px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="18px"] {
  top: 18px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="18px"] {
  right: 18px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="18px"] {
  bottom: 18px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="18px"] {
  left: 18px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="18px"] {
  -webkit-transform: translateX(18px);
  -moz-transform: translateX(18px);
  -ms-transform: translateX(18px);
  -o-transform: translateX(18px);
  transform: translateX(18px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="18px"] {
  -webkit-transform: translateY(18px);
  -moz-transform: translateY(18px);
  -ms-transform: translateY(18px);
  -o-transform: translateY(18px);
  transform: translateY(18px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="19px"] {
  top: 19px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="19px"] {
  right: 19px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="19px"] {
  bottom: 19px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="19px"] {
  left: 19px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="19px"] {
  -webkit-transform: translateX(19px);
  -moz-transform: translateX(19px);
  -ms-transform: translateX(19px);
  -o-transform: translateX(19px);
  transform: translateX(19px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="19px"] {
  -webkit-transform: translateY(19px);
  -moz-transform: translateY(19px);
  -ms-transform: translateY(19px);
  -o-transform: translateY(19px);
  transform: translateY(19px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="20px"] {
  top: 20px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="20px"] {
  right: 20px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="20px"] {
  bottom: 20px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="20px"] {
  left: 20px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="20px"] {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="20px"] {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="21px"] {
  top: 21px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="21px"] {
  right: 21px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="21px"] {
  bottom: 21px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="21px"] {
  left: 21px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="21px"] {
  -webkit-transform: translateX(21px);
  -moz-transform: translateX(21px);
  -ms-transform: translateX(21px);
  -o-transform: translateX(21px);
  transform: translateX(21px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="21px"] {
  -webkit-transform: translateY(21px);
  -moz-transform: translateY(21px);
  -ms-transform: translateY(21px);
  -o-transform: translateY(21px);
  transform: translateY(21px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="22px"] {
  top: 22px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="22px"] {
  right: 22px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="22px"] {
  bottom: 22px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="22px"] {
  left: 22px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="22px"] {
  -webkit-transform: translateX(22px);
  -moz-transform: translateX(22px);
  -ms-transform: translateX(22px);
  -o-transform: translateX(22px);
  transform: translateX(22px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="22px"] {
  -webkit-transform: translateY(22px);
  -moz-transform: translateY(22px);
  -ms-transform: translateY(22px);
  -o-transform: translateY(22px);
  transform: translateY(22px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="23px"] {
  top: 23px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="23px"] {
  right: 23px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="23px"] {
  bottom: 23px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="23px"] {
  left: 23px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="23px"] {
  -webkit-transform: translateX(23px);
  -moz-transform: translateX(23px);
  -ms-transform: translateX(23px);
  -o-transform: translateX(23px);
  transform: translateX(23px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="23px"] {
  -webkit-transform: translateY(23px);
  -moz-transform: translateY(23px);
  -ms-transform: translateY(23px);
  -o-transform: translateY(23px);
  transform: translateY(23px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="24px"] {
  top: 24px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="24px"] {
  right: 24px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="24px"] {
  bottom: 24px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="24px"] {
  left: 24px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="24px"] {
  -webkit-transform: translateX(24px);
  -moz-transform: translateX(24px);
  -ms-transform: translateX(24px);
  -o-transform: translateX(24px);
  transform: translateX(24px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="24px"] {
  -webkit-transform: translateY(24px);
  -moz-transform: translateY(24px);
  -ms-transform: translateY(24px);
  -o-transform: translateY(24px);
  transform: translateY(24px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="25px"] {
  top: 25px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="25px"] {
  right: 25px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="25px"] {
  bottom: 25px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="25px"] {
  left: 25px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="25px"] {
  -webkit-transform: translateX(25px);
  -moz-transform: translateX(25px);
  -ms-transform: translateX(25px);
  -o-transform: translateX(25px);
  transform: translateX(25px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="25px"] {
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -o-transform: translateY(25px);
  transform: translateY(25px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="26px"] {
  top: 26px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="26px"] {
  right: 26px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="26px"] {
  bottom: 26px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="26px"] {
  left: 26px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="26px"] {
  -webkit-transform: translateX(26px);
  -moz-transform: translateX(26px);
  -ms-transform: translateX(26px);
  -o-transform: translateX(26px);
  transform: translateX(26px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="26px"] {
  -webkit-transform: translateY(26px);
  -moz-transform: translateY(26px);
  -ms-transform: translateY(26px);
  -o-transform: translateY(26px);
  transform: translateY(26px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="27px"] {
  top: 27px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="27px"] {
  right: 27px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="27px"] {
  bottom: 27px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="27px"] {
  left: 27px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="27px"] {
  -webkit-transform: translateX(27px);
  -moz-transform: translateX(27px);
  -ms-transform: translateX(27px);
  -o-transform: translateX(27px);
  transform: translateX(27px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="27px"] {
  -webkit-transform: translateY(27px);
  -moz-transform: translateY(27px);
  -ms-transform: translateY(27px);
  -o-transform: translateY(27px);
  transform: translateY(27px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="28px"] {
  top: 28px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="28px"] {
  right: 28px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="28px"] {
  bottom: 28px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="28px"] {
  left: 28px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="28px"] {
  -webkit-transform: translateX(28px);
  -moz-transform: translateX(28px);
  -ms-transform: translateX(28px);
  -o-transform: translateX(28px);
  transform: translateX(28px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="28px"] {
  -webkit-transform: translateY(28px);
  -moz-transform: translateY(28px);
  -ms-transform: translateY(28px);
  -o-transform: translateY(28px);
  transform: translateY(28px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="29px"] {
  top: 29px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="29px"] {
  right: 29px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="29px"] {
  bottom: 29px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="29px"] {
  left: 29px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="29px"] {
  -webkit-transform: translateX(29px);
  -moz-transform: translateX(29px);
  -ms-transform: translateX(29px);
  -o-transform: translateX(29px);
  transform: translateX(29px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="29px"] {
  -webkit-transform: translateY(29px);
  -moz-transform: translateY(29px);
  -ms-transform: translateY(29px);
  -o-transform: translateY(29px);
  transform: translateY(29px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="30px"] {
  top: 30px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="30px"] {
  right: 30px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="30px"] {
  bottom: 30px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="30px"] {
  left: 30px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="30px"] {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="30px"] {
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="31px"] {
  top: 31px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="31px"] {
  right: 31px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="31px"] {
  bottom: 31px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="31px"] {
  left: 31px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="31px"] {
  -webkit-transform: translateX(31px);
  -moz-transform: translateX(31px);
  -ms-transform: translateX(31px);
  -o-transform: translateX(31px);
  transform: translateX(31px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="31px"] {
  -webkit-transform: translateY(31px);
  -moz-transform: translateY(31px);
  -ms-transform: translateY(31px);
  -o-transform: translateY(31px);
  transform: translateY(31px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="32px"] {
  top: 32px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="32px"] {
  right: 32px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="32px"] {
  bottom: 32px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="32px"] {
  left: 32px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="32px"] {
  -webkit-transform: translateX(32px);
  -moz-transform: translateX(32px);
  -ms-transform: translateX(32px);
  -o-transform: translateX(32px);
  transform: translateX(32px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="32px"] {
  -webkit-transform: translateY(32px);
  -moz-transform: translateY(32px);
  -ms-transform: translateY(32px);
  -o-transform: translateY(32px);
  transform: translateY(32px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="33px"] {
  top: 33px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="33px"] {
  right: 33px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="33px"] {
  bottom: 33px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="33px"] {
  left: 33px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="33px"] {
  -webkit-transform: translateX(33px);
  -moz-transform: translateX(33px);
  -ms-transform: translateX(33px);
  -o-transform: translateX(33px);
  transform: translateX(33px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="33px"] {
  -webkit-transform: translateY(33px);
  -moz-transform: translateY(33px);
  -ms-transform: translateY(33px);
  -o-transform: translateY(33px);
  transform: translateY(33px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="34px"] {
  top: 34px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="34px"] {
  right: 34px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="34px"] {
  bottom: 34px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="34px"] {
  left: 34px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="34px"] {
  -webkit-transform: translateX(34px);
  -moz-transform: translateX(34px);
  -ms-transform: translateX(34px);
  -o-transform: translateX(34px);
  transform: translateX(34px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="34px"] {
  -webkit-transform: translateY(34px);
  -moz-transform: translateY(34px);
  -ms-transform: translateY(34px);
  -o-transform: translateY(34px);
  transform: translateY(34px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="35px"] {
  top: 35px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="35px"] {
  right: 35px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="35px"] {
  bottom: 35px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="35px"] {
  left: 35px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="35px"] {
  -webkit-transform: translateX(35px);
  -moz-transform: translateX(35px);
  -ms-transform: translateX(35px);
  -o-transform: translateX(35px);
  transform: translateX(35px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="35px"] {
  -webkit-transform: translateY(35px);
  -moz-transform: translateY(35px);
  -ms-transform: translateY(35px);
  -o-transform: translateY(35px);
  transform: translateY(35px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="36px"] {
  top: 36px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="36px"] {
  right: 36px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="36px"] {
  bottom: 36px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="36px"] {
  left: 36px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="36px"] {
  -webkit-transform: translateX(36px);
  -moz-transform: translateX(36px);
  -ms-transform: translateX(36px);
  -o-transform: translateX(36px);
  transform: translateX(36px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="36px"] {
  -webkit-transform: translateY(36px);
  -moz-transform: translateY(36px);
  -ms-transform: translateY(36px);
  -o-transform: translateY(36px);
  transform: translateY(36px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="37px"] {
  top: 37px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="37px"] {
  right: 37px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="37px"] {
  bottom: 37px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="37px"] {
  left: 37px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="37px"] {
  -webkit-transform: translateX(37px);
  -moz-transform: translateX(37px);
  -ms-transform: translateX(37px);
  -o-transform: translateX(37px);
  transform: translateX(37px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="37px"] {
  -webkit-transform: translateY(37px);
  -moz-transform: translateY(37px);
  -ms-transform: translateY(37px);
  -o-transform: translateY(37px);
  transform: translateY(37px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="38px"] {
  top: 38px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="38px"] {
  right: 38px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="38px"] {
  bottom: 38px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="38px"] {
  left: 38px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="38px"] {
  -webkit-transform: translateX(38px);
  -moz-transform: translateX(38px);
  -ms-transform: translateX(38px);
  -o-transform: translateX(38px);
  transform: translateX(38px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="38px"] {
  -webkit-transform: translateY(38px);
  -moz-transform: translateY(38px);
  -ms-transform: translateY(38px);
  -o-transform: translateY(38px);
  transform: translateY(38px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="39px"] {
  top: 39px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="39px"] {
  right: 39px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="39px"] {
  bottom: 39px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="39px"] {
  left: 39px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="39px"] {
  -webkit-transform: translateX(39px);
  -moz-transform: translateX(39px);
  -ms-transform: translateX(39px);
  -o-transform: translateX(39px);
  transform: translateX(39px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="39px"] {
  -webkit-transform: translateY(39px);
  -moz-transform: translateY(39px);
  -ms-transform: translateY(39px);
  -o-transform: translateY(39px);
  transform: translateY(39px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="40px"] {
  top: 40px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="40px"] {
  right: 40px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="40px"] {
  bottom: 40px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="40px"] {
  left: 40px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="40px"] {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="40px"] {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="41px"] {
  top: 41px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="41px"] {
  right: 41px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="41px"] {
  bottom: 41px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="41px"] {
  left: 41px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="41px"] {
  -webkit-transform: translateX(41px);
  -moz-transform: translateX(41px);
  -ms-transform: translateX(41px);
  -o-transform: translateX(41px);
  transform: translateX(41px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="41px"] {
  -webkit-transform: translateY(41px);
  -moz-transform: translateY(41px);
  -ms-transform: translateY(41px);
  -o-transform: translateY(41px);
  transform: translateY(41px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="42px"] {
  top: 42px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="42px"] {
  right: 42px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="42px"] {
  bottom: 42px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="42px"] {
  left: 42px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="42px"] {
  -webkit-transform: translateX(42px);
  -moz-transform: translateX(42px);
  -ms-transform: translateX(42px);
  -o-transform: translateX(42px);
  transform: translateX(42px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="42px"] {
  -webkit-transform: translateY(42px);
  -moz-transform: translateY(42px);
  -ms-transform: translateY(42px);
  -o-transform: translateY(42px);
  transform: translateY(42px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="43px"] {
  top: 43px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="43px"] {
  right: 43px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="43px"] {
  bottom: 43px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="43px"] {
  left: 43px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="43px"] {
  -webkit-transform: translateX(43px);
  -moz-transform: translateX(43px);
  -ms-transform: translateX(43px);
  -o-transform: translateX(43px);
  transform: translateX(43px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="43px"] {
  -webkit-transform: translateY(43px);
  -moz-transform: translateY(43px);
  -ms-transform: translateY(43px);
  -o-transform: translateY(43px);
  transform: translateY(43px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="44px"] {
  top: 44px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="44px"] {
  right: 44px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="44px"] {
  bottom: 44px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="44px"] {
  left: 44px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="44px"] {
  -webkit-transform: translateX(44px);
  -moz-transform: translateX(44px);
  -ms-transform: translateX(44px);
  -o-transform: translateX(44px);
  transform: translateX(44px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="44px"] {
  -webkit-transform: translateY(44px);
  -moz-transform: translateY(44px);
  -ms-transform: translateY(44px);
  -o-transform: translateY(44px);
  transform: translateY(44px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="45px"] {
  top: 45px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="45px"] {
  right: 45px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="45px"] {
  bottom: 45px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="45px"] {
  left: 45px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="45px"] {
  -webkit-transform: translateX(45px);
  -moz-transform: translateX(45px);
  -ms-transform: translateX(45px);
  -o-transform: translateX(45px);
  transform: translateX(45px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="45px"] {
  -webkit-transform: translateY(45px);
  -moz-transform: translateY(45px);
  -ms-transform: translateY(45px);
  -o-transform: translateY(45px);
  transform: translateY(45px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="46px"] {
  top: 46px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="46px"] {
  right: 46px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="46px"] {
  bottom: 46px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="46px"] {
  left: 46px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="46px"] {
  -webkit-transform: translateX(46px);
  -moz-transform: translateX(46px);
  -ms-transform: translateX(46px);
  -o-transform: translateX(46px);
  transform: translateX(46px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="46px"] {
  -webkit-transform: translateY(46px);
  -moz-transform: translateY(46px);
  -ms-transform: translateY(46px);
  -o-transform: translateY(46px);
  transform: translateY(46px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="47px"] {
  top: 47px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="47px"] {
  right: 47px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="47px"] {
  bottom: 47px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="47px"] {
  left: 47px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="47px"] {
  -webkit-transform: translateX(47px);
  -moz-transform: translateX(47px);
  -ms-transform: translateX(47px);
  -o-transform: translateX(47px);
  transform: translateX(47px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="47px"] {
  -webkit-transform: translateY(47px);
  -moz-transform: translateY(47px);
  -ms-transform: translateY(47px);
  -o-transform: translateY(47px);
  transform: translateY(47px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="48px"] {
  top: 48px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="48px"] {
  right: 48px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="48px"] {
  bottom: 48px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="48px"] {
  left: 48px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="48px"] {
  -webkit-transform: translateX(48px);
  -moz-transform: translateX(48px);
  -ms-transform: translateX(48px);
  -o-transform: translateX(48px);
  transform: translateX(48px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="48px"] {
  -webkit-transform: translateY(48px);
  -moz-transform: translateY(48px);
  -ms-transform: translateY(48px);
  -o-transform: translateY(48px);
  transform: translateY(48px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="49px"] {
  top: 49px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="49px"] {
  right: 49px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="49px"] {
  bottom: 49px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="49px"] {
  left: 49px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="49px"] {
  -webkit-transform: translateX(49px);
  -moz-transform: translateX(49px);
  -ms-transform: translateX(49px);
  -o-transform: translateX(49px);
  transform: translateX(49px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="49px"] {
  -webkit-transform: translateY(49px);
  -moz-transform: translateY(49px);
  -ms-transform: translateY(49px);
  -o-transform: translateY(49px);
  transform: translateY(49px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="50px"] {
  top: 50px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="50px"] {
  right: 50px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="50px"] {
  bottom: 50px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="50px"] {
  left: 50px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="50px"] {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="50px"] {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="51px"] {
  top: 51px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="51px"] {
  right: 51px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="51px"] {
  bottom: 51px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="51px"] {
  left: 51px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="51px"] {
  -webkit-transform: translateX(51px);
  -moz-transform: translateX(51px);
  -ms-transform: translateX(51px);
  -o-transform: translateX(51px);
  transform: translateX(51px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="51px"] {
  -webkit-transform: translateY(51px);
  -moz-transform: translateY(51px);
  -ms-transform: translateY(51px);
  -o-transform: translateY(51px);
  transform: translateY(51px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="52px"] {
  top: 52px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="52px"] {
  right: 52px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="52px"] {
  bottom: 52px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="52px"] {
  left: 52px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="52px"] {
  -webkit-transform: translateX(52px);
  -moz-transform: translateX(52px);
  -ms-transform: translateX(52px);
  -o-transform: translateX(52px);
  transform: translateX(52px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="52px"] {
  -webkit-transform: translateY(52px);
  -moz-transform: translateY(52px);
  -ms-transform: translateY(52px);
  -o-transform: translateY(52px);
  transform: translateY(52px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="53px"] {
  top: 53px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="53px"] {
  right: 53px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="53px"] {
  bottom: 53px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="53px"] {
  left: 53px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="53px"] {
  -webkit-transform: translateX(53px);
  -moz-transform: translateX(53px);
  -ms-transform: translateX(53px);
  -o-transform: translateX(53px);
  transform: translateX(53px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="53px"] {
  -webkit-transform: translateY(53px);
  -moz-transform: translateY(53px);
  -ms-transform: translateY(53px);
  -o-transform: translateY(53px);
  transform: translateY(53px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="54px"] {
  top: 54px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="54px"] {
  right: 54px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="54px"] {
  bottom: 54px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="54px"] {
  left: 54px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="54px"] {
  -webkit-transform: translateX(54px);
  -moz-transform: translateX(54px);
  -ms-transform: translateX(54px);
  -o-transform: translateX(54px);
  transform: translateX(54px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="54px"] {
  -webkit-transform: translateY(54px);
  -moz-transform: translateY(54px);
  -ms-transform: translateY(54px);
  -o-transform: translateY(54px);
  transform: translateY(54px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="55px"] {
  top: 55px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="55px"] {
  right: 55px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="55px"] {
  bottom: 55px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="55px"] {
  left: 55px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="55px"] {
  -webkit-transform: translateX(55px);
  -moz-transform: translateX(55px);
  -ms-transform: translateX(55px);
  -o-transform: translateX(55px);
  transform: translateX(55px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="55px"] {
  -webkit-transform: translateY(55px);
  -moz-transform: translateY(55px);
  -ms-transform: translateY(55px);
  -o-transform: translateY(55px);
  transform: translateY(55px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="56px"] {
  top: 56px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="56px"] {
  right: 56px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="56px"] {
  bottom: 56px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="56px"] {
  left: 56px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="56px"] {
  -webkit-transform: translateX(56px);
  -moz-transform: translateX(56px);
  -ms-transform: translateX(56px);
  -o-transform: translateX(56px);
  transform: translateX(56px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="56px"] {
  -webkit-transform: translateY(56px);
  -moz-transform: translateY(56px);
  -ms-transform: translateY(56px);
  -o-transform: translateY(56px);
  transform: translateY(56px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="57px"] {
  top: 57px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="57px"] {
  right: 57px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="57px"] {
  bottom: 57px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="57px"] {
  left: 57px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="57px"] {
  -webkit-transform: translateX(57px);
  -moz-transform: translateX(57px);
  -ms-transform: translateX(57px);
  -o-transform: translateX(57px);
  transform: translateX(57px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="57px"] {
  -webkit-transform: translateY(57px);
  -moz-transform: translateY(57px);
  -ms-transform: translateY(57px);
  -o-transform: translateY(57px);
  transform: translateY(57px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="58px"] {
  top: 58px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="58px"] {
  right: 58px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="58px"] {
  bottom: 58px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="58px"] {
  left: 58px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="58px"] {
  -webkit-transform: translateX(58px);
  -moz-transform: translateX(58px);
  -ms-transform: translateX(58px);
  -o-transform: translateX(58px);
  transform: translateX(58px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="58px"] {
  -webkit-transform: translateY(58px);
  -moz-transform: translateY(58px);
  -ms-transform: translateY(58px);
  -o-transform: translateY(58px);
  transform: translateY(58px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="59px"] {
  top: 59px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="59px"] {
  right: 59px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="59px"] {
  bottom: 59px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="59px"] {
  left: 59px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="59px"] {
  -webkit-transform: translateX(59px);
  -moz-transform: translateX(59px);
  -ms-transform: translateX(59px);
  -o-transform: translateX(59px);
  transform: translateX(59px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="59px"] {
  -webkit-transform: translateY(59px);
  -moz-transform: translateY(59px);
  -ms-transform: translateY(59px);
  -o-transform: translateY(59px);
  transform: translateY(59px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="60px"] {
  top: 60px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="60px"] {
  right: 60px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="60px"] {
  bottom: 60px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="60px"] {
  left: 60px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="60px"] {
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -ms-transform: translateX(60px);
  -o-transform: translateX(60px);
  transform: translateX(60px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="60px"] {
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="61px"] {
  top: 61px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="61px"] {
  right: 61px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="61px"] {
  bottom: 61px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="61px"] {
  left: 61px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="61px"] {
  -webkit-transform: translateX(61px);
  -moz-transform: translateX(61px);
  -ms-transform: translateX(61px);
  -o-transform: translateX(61px);
  transform: translateX(61px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="61px"] {
  -webkit-transform: translateY(61px);
  -moz-transform: translateY(61px);
  -ms-transform: translateY(61px);
  -o-transform: translateY(61px);
  transform: translateY(61px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="62px"] {
  top: 62px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="62px"] {
  right: 62px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="62px"] {
  bottom: 62px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="62px"] {
  left: 62px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="62px"] {
  -webkit-transform: translateX(62px);
  -moz-transform: translateX(62px);
  -ms-transform: translateX(62px);
  -o-transform: translateX(62px);
  transform: translateX(62px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="62px"] {
  -webkit-transform: translateY(62px);
  -moz-transform: translateY(62px);
  -ms-transform: translateY(62px);
  -o-transform: translateY(62px);
  transform: translateY(62px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="63px"] {
  top: 63px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="63px"] {
  right: 63px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="63px"] {
  bottom: 63px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="63px"] {
  left: 63px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="63px"] {
  -webkit-transform: translateX(63px);
  -moz-transform: translateX(63px);
  -ms-transform: translateX(63px);
  -o-transform: translateX(63px);
  transform: translateX(63px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="63px"] {
  -webkit-transform: translateY(63px);
  -moz-transform: translateY(63px);
  -ms-transform: translateY(63px);
  -o-transform: translateY(63px);
  transform: translateY(63px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="64px"] {
  top: 64px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="64px"] {
  right: 64px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="64px"] {
  bottom: 64px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="64px"] {
  left: 64px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="64px"] {
  -webkit-transform: translateX(64px);
  -moz-transform: translateX(64px);
  -ms-transform: translateX(64px);
  -o-transform: translateX(64px);
  transform: translateX(64px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="64px"] {
  -webkit-transform: translateY(64px);
  -moz-transform: translateY(64px);
  -ms-transform: translateY(64px);
  -o-transform: translateY(64px);
  transform: translateY(64px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="65px"] {
  top: 65px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="65px"] {
  right: 65px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="65px"] {
  bottom: 65px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="65px"] {
  left: 65px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="65px"] {
  -webkit-transform: translateX(65px);
  -moz-transform: translateX(65px);
  -ms-transform: translateX(65px);
  -o-transform: translateX(65px);
  transform: translateX(65px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="65px"] {
  -webkit-transform: translateY(65px);
  -moz-transform: translateY(65px);
  -ms-transform: translateY(65px);
  -o-transform: translateY(65px);
  transform: translateY(65px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="66px"] {
  top: 66px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="66px"] {
  right: 66px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="66px"] {
  bottom: 66px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="66px"] {
  left: 66px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="66px"] {
  -webkit-transform: translateX(66px);
  -moz-transform: translateX(66px);
  -ms-transform: translateX(66px);
  -o-transform: translateX(66px);
  transform: translateX(66px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="66px"] {
  -webkit-transform: translateY(66px);
  -moz-transform: translateY(66px);
  -ms-transform: translateY(66px);
  -o-transform: translateY(66px);
  transform: translateY(66px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="67px"] {
  top: 67px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="67px"] {
  right: 67px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="67px"] {
  bottom: 67px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="67px"] {
  left: 67px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="67px"] {
  -webkit-transform: translateX(67px);
  -moz-transform: translateX(67px);
  -ms-transform: translateX(67px);
  -o-transform: translateX(67px);
  transform: translateX(67px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="67px"] {
  -webkit-transform: translateY(67px);
  -moz-transform: translateY(67px);
  -ms-transform: translateY(67px);
  -o-transform: translateY(67px);
  transform: translateY(67px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="68px"] {
  top: 68px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="68px"] {
  right: 68px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="68px"] {
  bottom: 68px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="68px"] {
  left: 68px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="68px"] {
  -webkit-transform: translateX(68px);
  -moz-transform: translateX(68px);
  -ms-transform: translateX(68px);
  -o-transform: translateX(68px);
  transform: translateX(68px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="68px"] {
  -webkit-transform: translateY(68px);
  -moz-transform: translateY(68px);
  -ms-transform: translateY(68px);
  -o-transform: translateY(68px);
  transform: translateY(68px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="69px"] {
  top: 69px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="69px"] {
  right: 69px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="69px"] {
  bottom: 69px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="69px"] {
  left: 69px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="69px"] {
  -webkit-transform: translateX(69px);
  -moz-transform: translateX(69px);
  -ms-transform: translateX(69px);
  -o-transform: translateX(69px);
  transform: translateX(69px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="69px"] {
  -webkit-transform: translateY(69px);
  -moz-transform: translateY(69px);
  -ms-transform: translateY(69px);
  -o-transform: translateY(69px);
  transform: translateY(69px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="70px"] {
  top: 70px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="70px"] {
  right: 70px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="70px"] {
  bottom: 70px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="70px"] {
  left: 70px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="70px"] {
  -webkit-transform: translateX(70px);
  -moz-transform: translateX(70px);
  -ms-transform: translateX(70px);
  -o-transform: translateX(70px);
  transform: translateX(70px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="70px"] {
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  transform: translateY(70px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="71px"] {
  top: 71px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="71px"] {
  right: 71px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="71px"] {
  bottom: 71px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="71px"] {
  left: 71px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="71px"] {
  -webkit-transform: translateX(71px);
  -moz-transform: translateX(71px);
  -ms-transform: translateX(71px);
  -o-transform: translateX(71px);
  transform: translateX(71px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="71px"] {
  -webkit-transform: translateY(71px);
  -moz-transform: translateY(71px);
  -ms-transform: translateY(71px);
  -o-transform: translateY(71px);
  transform: translateY(71px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="72px"] {
  top: 72px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="72px"] {
  right: 72px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="72px"] {
  bottom: 72px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="72px"] {
  left: 72px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="72px"] {
  -webkit-transform: translateX(72px);
  -moz-transform: translateX(72px);
  -ms-transform: translateX(72px);
  -o-transform: translateX(72px);
  transform: translateX(72px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="72px"] {
  -webkit-transform: translateY(72px);
  -moz-transform: translateY(72px);
  -ms-transform: translateY(72px);
  -o-transform: translateY(72px);
  transform: translateY(72px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="73px"] {
  top: 73px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="73px"] {
  right: 73px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="73px"] {
  bottom: 73px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="73px"] {
  left: 73px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="73px"] {
  -webkit-transform: translateX(73px);
  -moz-transform: translateX(73px);
  -ms-transform: translateX(73px);
  -o-transform: translateX(73px);
  transform: translateX(73px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="73px"] {
  -webkit-transform: translateY(73px);
  -moz-transform: translateY(73px);
  -ms-transform: translateY(73px);
  -o-transform: translateY(73px);
  transform: translateY(73px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="74px"] {
  top: 74px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="74px"] {
  right: 74px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="74px"] {
  bottom: 74px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="74px"] {
  left: 74px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="74px"] {
  -webkit-transform: translateX(74px);
  -moz-transform: translateX(74px);
  -ms-transform: translateX(74px);
  -o-transform: translateX(74px);
  transform: translateX(74px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="74px"] {
  -webkit-transform: translateY(74px);
  -moz-transform: translateY(74px);
  -ms-transform: translateY(74px);
  -o-transform: translateY(74px);
  transform: translateY(74px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="75px"] {
  top: 75px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="75px"] {
  right: 75px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="75px"] {
  bottom: 75px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="75px"] {
  left: 75px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="75px"] {
  -webkit-transform: translateX(75px);
  -moz-transform: translateX(75px);
  -ms-transform: translateX(75px);
  -o-transform: translateX(75px);
  transform: translateX(75px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="75px"] {
  -webkit-transform: translateY(75px);
  -moz-transform: translateY(75px);
  -ms-transform: translateY(75px);
  -o-transform: translateY(75px);
  transform: translateY(75px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="76px"] {
  top: 76px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="76px"] {
  right: 76px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="76px"] {
  bottom: 76px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="76px"] {
  left: 76px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="76px"] {
  -webkit-transform: translateX(76px);
  -moz-transform: translateX(76px);
  -ms-transform: translateX(76px);
  -o-transform: translateX(76px);
  transform: translateX(76px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="76px"] {
  -webkit-transform: translateY(76px);
  -moz-transform: translateY(76px);
  -ms-transform: translateY(76px);
  -o-transform: translateY(76px);
  transform: translateY(76px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="77px"] {
  top: 77px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="77px"] {
  right: 77px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="77px"] {
  bottom: 77px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="77px"] {
  left: 77px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="77px"] {
  -webkit-transform: translateX(77px);
  -moz-transform: translateX(77px);
  -ms-transform: translateX(77px);
  -o-transform: translateX(77px);
  transform: translateX(77px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="77px"] {
  -webkit-transform: translateY(77px);
  -moz-transform: translateY(77px);
  -ms-transform: translateY(77px);
  -o-transform: translateY(77px);
  transform: translateY(77px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="78px"] {
  top: 78px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="78px"] {
  right: 78px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="78px"] {
  bottom: 78px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="78px"] {
  left: 78px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="78px"] {
  -webkit-transform: translateX(78px);
  -moz-transform: translateX(78px);
  -ms-transform: translateX(78px);
  -o-transform: translateX(78px);
  transform: translateX(78px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="78px"] {
  -webkit-transform: translateY(78px);
  -moz-transform: translateY(78px);
  -ms-transform: translateY(78px);
  -o-transform: translateY(78px);
  transform: translateY(78px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="79px"] {
  top: 79px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="79px"] {
  right: 79px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="79px"] {
  bottom: 79px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="79px"] {
  left: 79px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="79px"] {
  -webkit-transform: translateX(79px);
  -moz-transform: translateX(79px);
  -ms-transform: translateX(79px);
  -o-transform: translateX(79px);
  transform: translateX(79px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="79px"] {
  -webkit-transform: translateY(79px);
  -moz-transform: translateY(79px);
  -ms-transform: translateY(79px);
  -o-transform: translateY(79px);
  transform: translateY(79px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="80px"] {
  top: 80px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="80px"] {
  right: 80px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="80px"] {
  bottom: 80px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="80px"] {
  left: 80px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="80px"] {
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="80px"] {
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="81px"] {
  top: 81px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="81px"] {
  right: 81px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="81px"] {
  bottom: 81px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="81px"] {
  left: 81px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="81px"] {
  -webkit-transform: translateX(81px);
  -moz-transform: translateX(81px);
  -ms-transform: translateX(81px);
  -o-transform: translateX(81px);
  transform: translateX(81px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="81px"] {
  -webkit-transform: translateY(81px);
  -moz-transform: translateY(81px);
  -ms-transform: translateY(81px);
  -o-transform: translateY(81px);
  transform: translateY(81px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="82px"] {
  top: 82px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="82px"] {
  right: 82px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="82px"] {
  bottom: 82px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="82px"] {
  left: 82px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="82px"] {
  -webkit-transform: translateX(82px);
  -moz-transform: translateX(82px);
  -ms-transform: translateX(82px);
  -o-transform: translateX(82px);
  transform: translateX(82px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="82px"] {
  -webkit-transform: translateY(82px);
  -moz-transform: translateY(82px);
  -ms-transform: translateY(82px);
  -o-transform: translateY(82px);
  transform: translateY(82px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="83px"] {
  top: 83px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="83px"] {
  right: 83px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="83px"] {
  bottom: 83px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="83px"] {
  left: 83px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="83px"] {
  -webkit-transform: translateX(83px);
  -moz-transform: translateX(83px);
  -ms-transform: translateX(83px);
  -o-transform: translateX(83px);
  transform: translateX(83px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="83px"] {
  -webkit-transform: translateY(83px);
  -moz-transform: translateY(83px);
  -ms-transform: translateY(83px);
  -o-transform: translateY(83px);
  transform: translateY(83px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="84px"] {
  top: 84px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="84px"] {
  right: 84px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="84px"] {
  bottom: 84px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="84px"] {
  left: 84px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="84px"] {
  -webkit-transform: translateX(84px);
  -moz-transform: translateX(84px);
  -ms-transform: translateX(84px);
  -o-transform: translateX(84px);
  transform: translateX(84px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="84px"] {
  -webkit-transform: translateY(84px);
  -moz-transform: translateY(84px);
  -ms-transform: translateY(84px);
  -o-transform: translateY(84px);
  transform: translateY(84px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="85px"] {
  top: 85px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="85px"] {
  right: 85px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="85px"] {
  bottom: 85px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="85px"] {
  left: 85px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="85px"] {
  -webkit-transform: translateX(85px);
  -moz-transform: translateX(85px);
  -ms-transform: translateX(85px);
  -o-transform: translateX(85px);
  transform: translateX(85px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="85px"] {
  -webkit-transform: translateY(85px);
  -moz-transform: translateY(85px);
  -ms-transform: translateY(85px);
  -o-transform: translateY(85px);
  transform: translateY(85px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="86px"] {
  top: 86px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="86px"] {
  right: 86px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="86px"] {
  bottom: 86px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="86px"] {
  left: 86px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="86px"] {
  -webkit-transform: translateX(86px);
  -moz-transform: translateX(86px);
  -ms-transform: translateX(86px);
  -o-transform: translateX(86px);
  transform: translateX(86px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="86px"] {
  -webkit-transform: translateY(86px);
  -moz-transform: translateY(86px);
  -ms-transform: translateY(86px);
  -o-transform: translateY(86px);
  transform: translateY(86px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="87px"] {
  top: 87px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="87px"] {
  right: 87px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="87px"] {
  bottom: 87px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="87px"] {
  left: 87px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="87px"] {
  -webkit-transform: translateX(87px);
  -moz-transform: translateX(87px);
  -ms-transform: translateX(87px);
  -o-transform: translateX(87px);
  transform: translateX(87px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="87px"] {
  -webkit-transform: translateY(87px);
  -moz-transform: translateY(87px);
  -ms-transform: translateY(87px);
  -o-transform: translateY(87px);
  transform: translateY(87px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="88px"] {
  top: 88px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="88px"] {
  right: 88px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="88px"] {
  bottom: 88px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="88px"] {
  left: 88px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="88px"] {
  -webkit-transform: translateX(88px);
  -moz-transform: translateX(88px);
  -ms-transform: translateX(88px);
  -o-transform: translateX(88px);
  transform: translateX(88px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="88px"] {
  -webkit-transform: translateY(88px);
  -moz-transform: translateY(88px);
  -ms-transform: translateY(88px);
  -o-transform: translateY(88px);
  transform: translateY(88px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="89px"] {
  top: 89px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="89px"] {
  right: 89px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="89px"] {
  bottom: 89px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="89px"] {
  left: 89px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="89px"] {
  -webkit-transform: translateX(89px);
  -moz-transform: translateX(89px);
  -ms-transform: translateX(89px);
  -o-transform: translateX(89px);
  transform: translateX(89px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="89px"] {
  -webkit-transform: translateY(89px);
  -moz-transform: translateY(89px);
  -ms-transform: translateY(89px);
  -o-transform: translateY(89px);
  transform: translateY(89px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="90px"] {
  top: 90px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="90px"] {
  right: 90px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="90px"] {
  bottom: 90px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="90px"] {
  left: 90px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="90px"] {
  -webkit-transform: translateX(90px);
  -moz-transform: translateX(90px);
  -ms-transform: translateX(90px);
  -o-transform: translateX(90px);
  transform: translateX(90px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="90px"] {
  -webkit-transform: translateY(90px);
  -moz-transform: translateY(90px);
  -ms-transform: translateY(90px);
  -o-transform: translateY(90px);
  transform: translateY(90px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="91px"] {
  top: 91px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="91px"] {
  right: 91px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="91px"] {
  bottom: 91px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="91px"] {
  left: 91px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="91px"] {
  -webkit-transform: translateX(91px);
  -moz-transform: translateX(91px);
  -ms-transform: translateX(91px);
  -o-transform: translateX(91px);
  transform: translateX(91px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="91px"] {
  -webkit-transform: translateY(91px);
  -moz-transform: translateY(91px);
  -ms-transform: translateY(91px);
  -o-transform: translateY(91px);
  transform: translateY(91px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="92px"] {
  top: 92px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="92px"] {
  right: 92px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="92px"] {
  bottom: 92px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="92px"] {
  left: 92px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="92px"] {
  -webkit-transform: translateX(92px);
  -moz-transform: translateX(92px);
  -ms-transform: translateX(92px);
  -o-transform: translateX(92px);
  transform: translateX(92px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="92px"] {
  -webkit-transform: translateY(92px);
  -moz-transform: translateY(92px);
  -ms-transform: translateY(92px);
  -o-transform: translateY(92px);
  transform: translateY(92px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="93px"] {
  top: 93px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="93px"] {
  right: 93px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="93px"] {
  bottom: 93px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="93px"] {
  left: 93px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="93px"] {
  -webkit-transform: translateX(93px);
  -moz-transform: translateX(93px);
  -ms-transform: translateX(93px);
  -o-transform: translateX(93px);
  transform: translateX(93px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="93px"] {
  -webkit-transform: translateY(93px);
  -moz-transform: translateY(93px);
  -ms-transform: translateY(93px);
  -o-transform: translateY(93px);
  transform: translateY(93px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="94px"] {
  top: 94px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="94px"] {
  right: 94px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="94px"] {
  bottom: 94px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="94px"] {
  left: 94px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="94px"] {
  -webkit-transform: translateX(94px);
  -moz-transform: translateX(94px);
  -ms-transform: translateX(94px);
  -o-transform: translateX(94px);
  transform: translateX(94px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="94px"] {
  -webkit-transform: translateY(94px);
  -moz-transform: translateY(94px);
  -ms-transform: translateY(94px);
  -o-transform: translateY(94px);
  transform: translateY(94px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="95px"] {
  top: 95px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="95px"] {
  right: 95px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="95px"] {
  bottom: 95px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="95px"] {
  left: 95px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="95px"] {
  -webkit-transform: translateX(95px);
  -moz-transform: translateX(95px);
  -ms-transform: translateX(95px);
  -o-transform: translateX(95px);
  transform: translateX(95px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="95px"] {
  -webkit-transform: translateY(95px);
  -moz-transform: translateY(95px);
  -ms-transform: translateY(95px);
  -o-transform: translateY(95px);
  transform: translateY(95px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="96px"] {
  top: 96px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="96px"] {
  right: 96px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="96px"] {
  bottom: 96px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="96px"] {
  left: 96px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="96px"] {
  -webkit-transform: translateX(96px);
  -moz-transform: translateX(96px);
  -ms-transform: translateX(96px);
  -o-transform: translateX(96px);
  transform: translateX(96px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="96px"] {
  -webkit-transform: translateY(96px);
  -moz-transform: translateY(96px);
  -ms-transform: translateY(96px);
  -o-transform: translateY(96px);
  transform: translateY(96px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="97px"] {
  top: 97px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="97px"] {
  right: 97px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="97px"] {
  bottom: 97px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="97px"] {
  left: 97px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="97px"] {
  -webkit-transform: translateX(97px);
  -moz-transform: translateX(97px);
  -ms-transform: translateX(97px);
  -o-transform: translateX(97px);
  transform: translateX(97px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="97px"] {
  -webkit-transform: translateY(97px);
  -moz-transform: translateY(97px);
  -ms-transform: translateY(97px);
  -o-transform: translateY(97px);
  transform: translateY(97px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="98px"] {
  top: 98px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="98px"] {
  right: 98px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="98px"] {
  bottom: 98px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="98px"] {
  left: 98px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="98px"] {
  -webkit-transform: translateX(98px);
  -moz-transform: translateX(98px);
  -ms-transform: translateX(98px);
  -o-transform: translateX(98px);
  transform: translateX(98px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="98px"] {
  -webkit-transform: translateY(98px);
  -moz-transform: translateY(98px);
  -ms-transform: translateY(98px);
  -o-transform: translateY(98px);
  transform: translateY(98px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="99px"] {
  top: 99px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="99px"] {
  right: 99px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="99px"] {
  bottom: 99px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="99px"] {
  left: 99px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="99px"] {
  -webkit-transform: translateX(99px);
  -moz-transform: translateX(99px);
  -ms-transform: translateX(99px);
  -o-transform: translateX(99px);
  transform: translateX(99px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="99px"] {
  -webkit-transform: translateY(99px);
  -moz-transform: translateY(99px);
  -ms-transform: translateY(99px);
  -o-transform: translateY(99px);
  transform: translateY(99px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-top="100px"] {
  top: 100px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-right="100px"] {
  right: 100px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-bottom="100px"] {
  bottom: 100px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-left="100px"] {
  left: 100px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-x="100px"] {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information[data-position-translate-y="100px"] {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information .subheading {
  font-family: 'Rajdhani', Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 23px;
  font-size: 18px;
  margin-bottom: 5px;
  color: #7a7a7a;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information .heading {
  font-family: 'Rajdhani', Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 63px;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information .heading .colored {
  color: #ee754f;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information .text {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 22px;
  font-size: 15px;
  margin-bottom: 10px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information .icon_custom {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information .icon_custom > div {
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #ee754f;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information .icon_custom > div > div {
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: #ee754f;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information .icon_custom > div > div > div {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ee754f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information .details_wrapper .details {
  padding: 10px 5px;
  border-bottom: 1px solid #cccccc;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information .details_wrapper .details:first-of-type {
  border-top: 1px solid #cccccc;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information .details_wrapper .details.active .summary::after {
  -webkit-transform: translateY(-50%) rotateZ(45deg);
  -moz-transform: translateY(-50%) rotateZ(45deg);
  -ms-transform: translateY(-50%) rotateZ(45deg);
  -o-transform: translateY(-50%) rotateZ(45deg);
  transform: translateY(-50%) rotateZ(45deg);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information .details_wrapper .details .summary {
  font-weight: 400;
  letter-spacing: normal;
  line-height: 22px;
  font-size: 15px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  cursor: pointer;
  padding-right: 40px;
  position: relative;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information .details_wrapper .details .summary::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotateZ(0deg);
  -moz-transform: translateY(-50%) rotateZ(0deg);
  -ms-transform: translateY(-50%) rotateZ(0deg);
  -o-transform: translateY(-50%) rotateZ(0deg);
  transform: translateY(-50%) rotateZ(0deg);
  background: transparent url('../images/plus_orange.svg') right center / 20px 20px no-repeat;
  width: 20px;
  height: 20px;
  pointer-events: none;
  -webkit-transition: all ease 400ms;
  -o-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  transition: all ease 400ms;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information .details_wrapper .details .content {
  display: none;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 22px;
  font-size: 15px;
  margin-top: 10px;
  padding-right: 40px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress {
  overflow: visible;
  z-index: 21;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress_1 .wrapper .scroll_progress .bar_progress {
  width: calc((100% - 15px) / 11 * 0) !important;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress_2 .wrapper .scroll_progress .bar_progress {
  width: calc((100% - 15px) / 11 * 1) !important;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress_3 .wrapper .scroll_progress .bar_progress {
  width: calc((100% - 15px) / 11 * 2) !important;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress_4 .wrapper .scroll_progress .bar_progress {
  width: calc((100% - 15px) / 11 * 3) !important;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress_5 .wrapper .scroll_progress .bar_progress {
  width: calc((100% - 15px) / 11 * 4) !important;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress_6 .wrapper .scroll_progress .bar_progress {
  width: calc((100% - 15px) / 11 * 5) !important;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress_7 .wrapper .scroll_progress .bar_progress {
  width: calc((100% - 15px) / 11 * 6) !important;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress_8 .wrapper .scroll_progress .bar_progress {
  width: calc((100% - 15px) / 11 * 7) !important;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress_9 .wrapper .scroll_progress .bar_progress {
  width: calc((100% - 15px) / 11 * 8) !important;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress_10 .wrapper .scroll_progress .bar_progress {
  width: calc((100% - 15px) / 11 * 9) !important;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress_11 .wrapper .scroll_progress .bar_progress {
  width: calc((100% - 15px) / 11 * 10) !important;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress .wrapper {
  /*position: absolute;
								left: 20px;
								top: 50%;
								.transform(translateY(-50%));
								z-index: 21;
								pointer-events: all;
								max-height: 230px;
								overflow: hidden;*/
  padding-left: 10px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress .wrapper .scroll_progress {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*.flex-direction(column);
									.transition(all ease 5500ms);
									will-change: transform;
									.transform(translate3d(0px, 107px, 0px));*/
  /*.transition(opacity ease 300ms);
									opacity: 0.3;*/
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress .wrapper .scroll_progress .bar,
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress .wrapper .scroll_progress .bar_progress {
  position: absolute;
  top: 3px;
  left: 10px;
  width: calc(100% - 15px);
  height: 1px;
  z-index: -1;
  background-color: #b2b2b2;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress .wrapper .scroll_progress .bar_progress {
  background-color: #ee754f;
  width: 0;
  z-index: 0;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress .wrapper .scroll_progress .point {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress .wrapper .scroll_progress .point:not(:last-of-type) {
  margin-right: 15px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress .wrapper .scroll_progress .point:hover .text {
  opacity: 1;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress .wrapper .scroll_progress .point:hover .text .title {
  opacity: 1;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress .wrapper .scroll_progress .point.before .icon {
  background-color: #ee754f;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress .wrapper .scroll_progress .point.current {
  cursor: default;
  opacity: 1;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress .wrapper .scroll_progress .point.current .icon {
  background-color: #ee754f;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress .wrapper .scroll_progress .point .icon {
  margin-bottom: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #b2b2b2;
  height: 7px;
  width: 7px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress .wrapper .scroll_progress .point .text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  position: relative;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 22px;
  font-size: 15px;
  font-family: 'Rajdhani', Helvetica, Arial, sans-serif;
  color: #ee754f;
  opacity: 0.3;
  -webkit-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_scroll_progress .wrapper .scroll_progress .point .text .title {
  -webkit-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_full_screen {
  max-width: unset;
  pointer-events: none !important;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_full_screen.visible {
  pointer-events: all !important;
  opacity: 1 !important;
  z-index: 2;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_full_screen .wrapper {
  width: 100%;
  height: 100%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_full_screen .wrapper .image {
  width: inherit;
  height: inherit;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_full_screen .wrapper .image img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_text {
  max-width: 1140px;
  width: 100%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_text.visible {
  pointer-events: all !important;
  opacity: 1 !important;
  z-index: 2;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_text .subheading {
  margin: 0 auto;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_text .heading {
  margin: 0 auto;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_text .text {
  margin: 0 auto;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step {
  overflow: visible;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step .text {
  font-weight: 700;
  letter-spacing: normal;
  line-height: 32px;
  font-size: 25px;
  line-height: 25px;
  font-family: 'Rajdhani', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step .text .colored {
  color: #ee754f;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_1 {
  top: 34%;
  left: 37%;
  -webkit-transform: translate(-100%, -100%);
  -moz-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  -o-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}
@media (min-width: 991px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_1 {
    top: 38%;
    left: 16%;
  }
}
@media (min-width: 1172px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_1 {
    left: 21%;
  }
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_1 .icon_custom {
  bottom: 0;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_1 .icon_custom > div {
  -webkit-transform: rotateZ(60deg);
  -moz-transform: rotateZ(60deg);
  -ms-transform: rotateZ(60deg);
  -o-transform: rotateZ(60deg);
  transform: rotateZ(60deg);
  right: -20px;
  bottom: -10px;
  width: 40px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_1 .icon_custom > div > div {
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  left: 25px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_1 .icon_custom > div > div > div {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
@media (min-width: 1280px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_1 .icon_custom > div > div {
    width: 100px;
  }
}
@media (min-width: 1440px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_1 .icon_custom > div {
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_1 .icon_custom > div > div {
    width: 130px;
  }
}
@media (min-width: 1920px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_1 .icon_custom > div {
    -webkit-transform: rotateZ(30deg);
    -moz-transform: rotateZ(30deg);
    -ms-transform: rotateZ(30deg);
    -o-transform: rotateZ(30deg);
    transform: rotateZ(30deg);
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_1 .icon_custom > div > div {
    width: 200px;
  }
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_2 {
  top: 70%;
  left: 15%;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
@media (min-width: 991px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_2 {
    top: 84%;
    left: 11%;
  }
}
@media (min-width: 1172px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_2 {
    top: 80%;
    left: 10%;
  }
}
@media (min-width: 1440px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_2 {
    top: 77%;
    left: 13%;
  }
}
@media (min-width: 1920px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_2 {
    top: 81%;
  }
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_2 .icon_custom {
  top: 0;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_2 .icon_custom > div {
  -webkit-transform: rotateZ(110deg);
  -moz-transform: rotateZ(110deg);
  -ms-transform: rotateZ(110deg);
  -o-transform: rotateZ(110deg);
  transform: rotateZ(110deg);
  right: -30px;
  top: -20px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_2 .icon_custom > div > div {
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  bottom: 0px;
  right: 50px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_2 .icon_custom > div > div > div {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
@media (min-width: 1024px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_2 .icon_custom > div > div {
    width: 30px;
  }
}
@media (min-width: 1172px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_2 .icon_custom > div {
    -webkit-transform: rotateZ(150deg);
    -moz-transform: rotateZ(150deg);
    -ms-transform: rotateZ(150deg);
    -o-transform: rotateZ(150deg);
    transform: rotateZ(150deg);
    right: -50px;
    top: -5px;
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_2 .icon_custom > div > div {
    width: 45px;
  }
}
@media (min-width: 1280px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_2 .icon_custom > div > div {
    width: 75px;
  }
}
@media (min-width: 1440px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_2 .icon_custom > div > div {
    width: 110px;
  }
}
@media (min-width: 1920px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_2 .icon_custom > div {
    -webkit-transform: rotateZ(165deg);
    -moz-transform: rotateZ(165deg);
    -ms-transform: rotateZ(165deg);
    -o-transform: rotateZ(165deg);
    transform: rotateZ(165deg);
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_2 .icon_custom > div > div {
    width: 160px;
  }
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_3 {
  text-align: right;
  top: 86%;
  left: 30%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
@media (min-width: 991px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_3 {
    top: 91%;
    left: 25%;
  }
}
@media (min-width: 1440px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_3 {
    top: 91%;
    left: 32%;
  }
}
@media (min-width: 1920px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_3 {
    top: 97%;
  }
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_3 .icon_custom {
  top: 0;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_3 .icon_custom > div {
  -webkit-transform: rotateZ(110deg);
  -moz-transform: rotateZ(110deg);
  -ms-transform: rotateZ(110deg);
  -o-transform: rotateZ(110deg);
  transform: rotateZ(110deg);
  right: -10px;
  top: -20px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_3 .icon_custom > div > div {
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  bottom: 0px;
  right: 39px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_3 .icon_custom > div > div > div {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
@media (min-width: 1172px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_3 .icon_custom > div {
    -webkit-transform: rotateZ(130deg);
    -moz-transform: rotateZ(130deg);
    -ms-transform: rotateZ(130deg);
    -o-transform: rotateZ(130deg);
    transform: rotateZ(130deg);
    right: -5px;
    top: -35px;
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_3 .icon_custom > div > div {
    right: 100%;
    width: 30px;
  }
}
@media (min-width: 1440px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_3 .icon_custom > div > div {
    width: 0px;
  }
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_4 {
  text-align: right;
  top: 89%;
  left: 49%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media (min-width: 991px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_4 {
    top: 87%;
    left: 50%;
  }
}
@media (min-width: 1920px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_4 {
    top: 95%;
  }
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_4 .icon_custom {
  top: 0;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_4 .icon_custom > div {
  -webkit-transform: rotateZ(80deg);
  -moz-transform: rotateZ(80deg);
  -ms-transform: rotateZ(80deg);
  -o-transform: rotateZ(80deg);
  transform: rotateZ(80deg);
  right: 30px;
  top: -30px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_4 .icon_custom > div > div {
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  top: 0px;
  right: 40px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_4 .icon_custom > div > div > div {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_5 {
  top: 16%;
  left: 56%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
@media (min-width: 991px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_5 {
    top: 26%;
    left: 50%;
  }
}
@media (min-width: 1920px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_5 {
    top: 20%;
  }
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_5 .icon_custom {
  bottom: 0;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_5 .icon_custom > div {
  -webkit-transform: rotateZ(65deg);
  -moz-transform: rotateZ(65deg);
  -ms-transform: rotateZ(65deg);
  -o-transform: rotateZ(65deg);
  transform: rotateZ(65deg);
  right: 40px;
  bottom: 0px;
  width: 10px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_5 .icon_custom > div > div {
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  bottom: 0px;
  left: 100%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_5 .icon_custom > div > div > div {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
@media (min-width: 1920px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_5 .icon_custom > div {
    right: 0px;
    -webkit-transform: rotateZ(85deg);
    -moz-transform: rotateZ(85deg);
    -ms-transform: rotateZ(85deg);
    -o-transform: rotateZ(85deg);
    transform: rotateZ(85deg);
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_5 .icon_custom > div > div {
    width: 30px;
  }
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_6 {
  text-align: right;
  top: 35%;
  left: 76%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media (min-width: 991px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_6 {
    top: 23%;
    left: 76%;
  }
}
@media (min-width: 1440px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_6 {
    top: 29%;
    left: 71%;
  }
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_6 .icon_custom {
  bottom: 0;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_6 .icon_custom > div {
  -webkit-transform: rotateZ(110deg);
  -moz-transform: rotateZ(110deg);
  -ms-transform: rotateZ(110deg);
  -o-transform: rotateZ(110deg);
  transform: rotateZ(110deg);
  right: 0;
  bottom: -40px;
  width: 90px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_6 .icon_custom > div > div {
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  bottom: 0px;
  left: 100%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_6 .icon_custom > div > div > div {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
@media (min-width: 1172px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_6 .icon_custom > div {
    -webkit-transform: rotateZ(120deg);
    -moz-transform: rotateZ(120deg);
    -ms-transform: rotateZ(120deg);
    -o-transform: rotateZ(120deg);
    transform: rotateZ(120deg);
    right: 10px;
    bottom: -35px;
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_6 .icon_custom > div > div {
    width: 40px;
  }
}
@media (min-width: 1280px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_6 .icon_custom > div {
    -webkit-transform: rotateZ(130deg);
    -moz-transform: rotateZ(130deg);
    -ms-transform: rotateZ(130deg);
    -o-transform: rotateZ(130deg);
    transform: rotateZ(130deg);
    right: 30px;
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_6 .icon_custom > div > div {
    width: 60px;
  }
}
@media (min-width: 1440px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_6 .icon_custom > div {
    width: 70px;
    bottom: -20px;
    right: 50px;
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_6 .icon_custom > div > div {
    width: 0px;
  }
}
@media (min-width: 1920px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_6 .icon_custom > div {
    right: 60px;
    bottom: 0px;
    -webkit-transform: rotateZ(160deg);
    -moz-transform: rotateZ(160deg);
    -ms-transform: rotateZ(160deg);
    -o-transform: rotateZ(160deg);
    transform: rotateZ(160deg);
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_6 .icon_custom > div > div {
    width: 30px;
  }
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_7 {
  text-align: right;
  top: 55%;
  left: 80%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media (min-width: 991px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_7 {
    top: 33%;
    left: 88%;
  }
}
@media (min-width: 1172px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_7 {
    top: 50%;
  }
}
@media (min-width: 1440px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_7 {
    top: 42%;
    left: 82%;
  }
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_7 .icon_custom {
  bottom: 0;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_7 .icon_custom > div {
  -webkit-transform: rotateZ(110deg);
  -moz-transform: rotateZ(110deg);
  -ms-transform: rotateZ(110deg);
  -o-transform: rotateZ(110deg);
  transform: rotateZ(110deg);
  left: -45px;
  bottom: -15px;
  width: 30px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_7 .icon_custom > div > div {
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  bottom: 0px;
  left: 100%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_7 .icon_custom > div > div > div {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
@media (min-width: 1024px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_7 .icon_custom > div {
    -webkit-transform: rotateZ(120deg);
    -moz-transform: rotateZ(120deg);
    -ms-transform: rotateZ(120deg);
    -o-transform: rotateZ(120deg);
    transform: rotateZ(120deg);
    left: -65px;
    width: 50px;
  }
}
@media (min-width: 1172px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_7 .icon_custom {
    bottom: unset;
    top: 0;
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_7 .icon_custom > div {
    -webkit-transform: rotateZ(40deg);
    -moz-transform: rotateZ(40deg);
    -ms-transform: rotateZ(40deg);
    -o-transform: rotateZ(40deg);
    transform: rotateZ(40deg);
    bottom: unset;
    left: unset;
    right: 55px;
    top: 20px;
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_7 .icon_custom > div > div {
    bottom: unset;
    left: unset;
    top: 0px;
    right: 100%;
    width: 0px;
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_7 .icon_custom > div > div > div {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
  }
}
@media (min-width: 1280px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_7 .icon_custom > div {
    -webkit-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    -ms-transform: rotateZ(20deg);
    -o-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_7 .icon_custom > div > div {
    width: 50px;
  }
}
@media (min-width: 1440px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_7 .icon_custom > div {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -o-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_7 .icon_custom > div > div {
    width: 20px;
  }
}
@media (min-width: 1920px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_7 .icon_custom > div {
    top: 40px;
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_7 .icon_custom > div > div {
    width: 90px;
  }
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_8 {
  text-align: right;
  top: 62%;
  left: 73%;
}
@media (min-width: 991px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_8 {
    top: 64%;
    left: 81%;
  }
}
@media (min-width: 1172px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_8 {
    top: 60%;
    left: 82%;
  }
}
@media (min-width: 1440px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_8 {
    top: 59%;
    left: 78%;
  }
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_8 .icon_custom {
  top: 0;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_8 .icon_custom > div {
  -webkit-transform: rotateZ(80deg);
  -moz-transform: rotateZ(80deg);
  -ms-transform: rotateZ(80deg);
  -o-transform: rotateZ(80deg);
  transform: rotateZ(80deg);
  right: 20px;
  top: -35px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_8 .icon_custom > div > div {
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  top: 0px;
  right: 100%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_8 .icon_custom > div > div > div {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
@media (min-width: 1172px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_8 .icon_custom > div {
    -webkit-transform: rotateZ(35deg);
    -moz-transform: rotateZ(35deg);
    -ms-transform: rotateZ(35deg);
    -o-transform: rotateZ(35deg);
    transform: rotateZ(35deg);
    right: 60px;
    top: -10px;
  }
}
@media (min-width: 1280px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_8 .icon_custom > div > div {
    width: 40px;
  }
}
@media (min-width: 1920px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_8 .icon_custom > div {
    -webkit-transform: rotateZ(15deg);
    -moz-transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -o-transform: rotateZ(15deg);
    transform: rotateZ(15deg);
    top: 0px;
  }
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_8 .icon_custom > div > div {
    width: 90px;
  }
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_9 {
  text-align: right;
  top: 68%;
  left: 60%;
}
@media (min-width: 991px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_9 {
    top: 66%;
    left: 64%;
  }
}
@media (min-width: 1440px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_9 {
    top: 66%;
    left: 60%;
  }
}
@media (min-width: 1920px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_9 {
    top: 68%;
    left: 58%;
  }
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_9 .icon_custom {
  top: 0;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_9 .icon_custom > div {
  -webkit-transform: rotateZ(50deg);
  -moz-transform: rotateZ(50deg);
  -ms-transform: rotateZ(50deg);
  -o-transform: rotateZ(50deg);
  transform: rotateZ(50deg);
  right: 40px;
  top: -30px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_9 .icon_custom > div > div {
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  top: 0px;
  right: 100%;
  width: 120px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_9 .icon_custom > div > div > div {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_10 {
  top: 34%;
  left: 37%;
  -webkit-transform: translate(-100%, -100%);
  -moz-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  -o-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}
@media (min-width: 991px) {
  .kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_10 {
    top: 36%;
    left: 43%;
  }
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_10 .icon_custom {
  bottom: 0;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_10 .icon_custom > div {
  -webkit-transform: rotateZ(80deg);
  -moz-transform: rotateZ(80deg);
  -ms-transform: rotateZ(80deg);
  -o-transform: rotateZ(80deg);
  transform: rotateZ(80deg);
  right: 30px;
  bottom: -5px;
  width: 20px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_10 .icon_custom > div > div {
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  top: 0px;
  left: 100%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_step_10 .icon_custom > div > div > div {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_arrow {
  cursor: pointer;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_arrow .wrapper {
  opacity: 0.5;
  -webkit-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_arrow .wrapper:hover {
  opacity: 1;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_arrow .text {
  font-family: 'Rajdhani', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: normal;
  color: #ee754f;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_arrow .icon img {
  margin: 0 auto;
  width: 12px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_arrow_down .text {
  margin-bottom: 2px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_arrow_up .icon {
  margin-bottom: 2px;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_arrow_up .icon img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_arrow_up .text {
  margin: 0;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_accordion .wrapper {
  padding-top: 10%;
}
.kyl_loop_scroll .container .sticky_parent .sticky_child .information_wrapper .information_accordion .wrapper .text p:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
/**
 * ChatGPT Performance Anpassung
 */
/*.bounce-animate {
	height: 200px;
	transition: height 0.5s ease;
	
	&::before, &::after {
		content: "";
		display: block;
		height: 0;
		width: 0;
		border-style: solid;
		border-width: 0 15px 15px 15px;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		
	}
	
	&::before {
		border-color: transparent transparent #000 transparent;
		z-index: 2;
	}
	
	&::after {
		border-color: transparent transparent #fff transparent;
		z-index: 1;
	}
}*/
/*# sourceMappingURL=loop_scroll.css.map */