.dl-slider .bg-img,
.dl-slider .overlay {
  position: absolute;
  z-index: -1;
  height: 100%;
  top: 0px;
  width: 100%;
  left: 0px;
}
.slider-content-wrap {
  height: 100vh;
}
.dl-slider .overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
.dl-slider .bg-img {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.dl-slider .dl-caption {
  color: rgb(255, 255, 255);
  font-family: Poppins, sans-serif;
}
.dl-slider .dl-btn,
.dl-slider .dl-caption.medium {
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
}
.dl-slider .dl-caption .inner-layer {
  display: inline-block;
  overflow: hidden;
}
.dl-slider .owl-item.active .dl-caption {
  visibility: visible;
}
.dl-slider .dl-caption.medium {
  white-space: nowrap;
  line-height: 26px;
  height: 26px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  border-width: 0px;
  margin: 0px 0px 10px;
  padding: 0px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
}
.dl-slider .dl-caption.big {
  white-space: nowrap;
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  letter-spacing: -1px;
  height: 50px;
}
.dl-slider .slider-content {
  position: relative;
  padding-left: 80px;
}
.dl-slider .dl-caption.dl-border {
  background-color: transparent;
  position: absolute;
  width: 230px;
  height: 350px;
  left: 50px;
  top: -50px;
  display: block;
  z-index: -1;
}
.dl-slider .dl-caption.dl-border::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 5px solid rgb(25, 145, 206);
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.3;
}
.dl-slider .dl-caption.small {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 26px;
  color: rgb(255, 255, 255);
  margin-top: 5px;
}
.dl-slider .dl-btn-group {
  margin-top: 25px;
  overflow: hidden;
}
.dl-slider .dl-btn {
  background-color: rgb(25, 145, 206);
  color: rgb(255, 255, 255);
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  padding: 0px 30px;
  line-height: 45px;
}
.dl-slider .dl-btn i {
  margin-left: 5px;
  line-height: 45px;
}
.dl-slider .dl-btn:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  transition: all 0.2s ease-in-out 0s;
}
@media only screen and (max-width: 992px) {
  .slider-content-wrap {
    height: 280px;
  }
  .dl-slider .dl-caption.medium {
    font-size: 12px;
  }
  .dl-slider .dl-caption.big {
    font-size: 28px;
    line-height: 30px;
    height: 30px;
    letter-spacing: -1px;
  }
  .dl-slider .dl-caption.small {
    font-size: 12px;
    line-height: 20px;
  }
  .dl-slider .dl-btn-group {
    margin-top: 10px;
  }
  .dl-slider .dl-btn {
    line-height: 30px;
    padding: 0px 15px;
    font-size: 12px;
  }
  .dl-slider.owl-carousel div.owl-nav button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 10px;
  }
  .dl-slider .dl-caption.dl-border {
    display: none !important;
  }
}
@media only screen and (max-width: 520px) {
  .dl-slider .dl-caption.big {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .dl-slider .dl-caption.small br {
    display: none;
  }
}
.dl-slider .slick-dots {
  width: 100%;
  height: auto;
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 20px;
  margin: 0px;
  list-style: none;
}
.dl-slider .slick-dots li {
  display: inline-block;
  margin: 0px 6px;
}
.dl-slider .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.7);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -99999px;
  padding: 0px;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}
.dl-slider .slick-dots li button:active,
.dl-slider .slick-dots li button:focus {
  outline: 0px;
}
.dl-slider .slick-dots li.slick-active button {
  background-color: rgb(25, 145, 206);
  transition: all 0.3s ease-in-out 0s;
}
.dl-slider.vertical-dots .slick-dots {
  width: auto;
  height: auto;
  bottom: 50%;
  left: auto;
  right: 50px;
  transform: translateY(50%);
}
.dl-slider.vertical-dots .slick-dots li {
  display: block;
  margin: 5px 0px;
}
.dl-slider .slick-arrow {
  background-color: rgba(0, 0, 0, 0.4);
  color: rgb(221, 221, 221);
  font-size: 14px;
  width: 40px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.dl-slider .slick-arrow.slick-next {
  left: auto;
  right: 0px;
}
.dl-slider .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out 0s;
}
.tracking-in-expand {
  animation: 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 normal both running tracking-in-expand;
}
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -8px;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -8px;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.tracking-in-expand-fwd {
  animation: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 normal both running tracking-in-expand-fwd;
}
@-webkit-keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
.tracking-in-expand-fwd-top {
  animation: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 normal both running tracking-in-expand-fwd-top;
}
@-webkit-keyframes tracking-in-expand-fwd-top {
  0% {
    letter-spacing: -0.5em;
    transform: translateZ(-700px) translateY(-500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translateZ(0px) translateY(0px);
    opacity: 1;
  }
}
@keyframes tracking-in-expand-fwd-top {
  0% {
    letter-spacing: -0.5em;
    transform: translateZ(-700px) translateY(-500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translateZ(0px) translateY(0px);
    opacity: 1;
  }
}
.tracking-in-expand-fwd-bottom {
  animation: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 normal both running tracking-in-expand-fwd-bottom;
}
@-webkit-keyframes tracking-in-expand-fwd-bottom {
  0% {
    letter-spacing: -0.5em;
    transform: translateZ(-700px) translateY(500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translateZ(0px) translateY(0px);
    opacity: 1;
  }
}
@keyframes tracking-in-expand-fwd-bottom {
  0% {
    letter-spacing: -0.5em;
    transform: translateZ(-700px) translateY(500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translateZ(0px) translateY(0px);
    opacity: 1;
  }
}
.tracking-in-contract {
  animation: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 normal both running tracking-in-contract;
}
@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
.tracking-in-contract-bck {
  animation: 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 normal both running tracking-in-contract-bck;
}
@-webkit-keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
.tracking-in-contract-bck-top {
  animation: 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 normal both running tracking-in-contract-bck-top;
}
@-webkit-keyframes tracking-in-contract-bck-top {
  0% {
    letter-spacing: 1em;
    transform: translateZ(400px) translateY(-300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translateZ(0px) translateY(0px);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck-top {
  0% {
    letter-spacing: 1em;
    transform: translateZ(400px) translateY(-300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translateZ(0px) translateY(0px);
    opacity: 1;
  }
}
.tracking-in-contract-bck-bottom {
  animation: 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 normal both running tracking-in-contract-bck-bottom;
}
@-webkit-keyframes tracking-in-contract-bck-bottom {
  0% {
    letter-spacing: 1em;
    transform: translateZ(400px) translateY(300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translateZ(0px) translateY(0px);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck-bottom {
  0% {
    letter-spacing: 1em;
    transform: translateZ(400px) translateY(300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translateZ(0px) translateY(0px);
    opacity: 1;
  }
}
.text-focus-in {
  animation: 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s 1 normal both running text-focus-in;
}
@-webkit-keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
.focus-in-expand {
  animation: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both running focus-in-expand;
}
@-webkit-keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
.focus-in-expand-fwd {
  animation: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both running focus-in-expand-fwd;
}
@-webkit-keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    transform: translateZ(-800px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    transform: translateZ(-800px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
.focus-in-contract {
  animation: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both running focus-in-contract;
}
@-webkit-keyframes focus-in-contract {
  0% {
    letter-spacing: 8px;
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focus-in-contract {
  0% {
    letter-spacing: 8px;
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
.focus-in-contract-bck {
  animation: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both running focus-in-contract-bck;
}
@-webkit-keyframes focus-in-contract-bck {
  0% {
    letter-spacing: 1em;
    transform: translateZ(300px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    transform: translateZ(12px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focus-in-contract-bck {
  0% {
    letter-spacing: 1em;
    transform: translateZ(300px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    transform: translateZ(12px);
    filter: blur(0px);
    opacity: 1;
  }
}
.slide-in-top {
  animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both running slide-in-top;
}
@-webkit-keyframes slide-in-top {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.slide-in-right {
  animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both running slide-in-right;
}
@-webkit-keyframes slide-in-right {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
.slide-in-bottom {
  animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both running slide-in-bottom;
}
@-webkit-keyframes slide-in-bottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.slide-in-left {
  animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both running slide-in-left;
}
@-webkit-keyframes slide-in-left {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
.bounce-in-top {
  animation: 1.1s ease 0s 1 normal both running bounce-in-top;
}
@-webkit-keyframes bounce-in-top {
  0% {
    transform: translateY(-500px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateY(-65px);
    animation-timing-function: ease-in;
  }
  100%,
  72%,
  90% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-28px);
    animation-timing-function: ease-in;
  }
  95% {
    transform: translateY(-8px);
    animation-timing-function: ease-in;
  }
}
@keyframes bounce-in-top {
  0% {
    transform: translateY(-500px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateY(-65px);
    animation-timing-function: ease-in;
  }
  100%,
  72%,
  90% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-28px);
    animation-timing-function: ease-in;
  }
  95% {
    transform: translateY(-8px);
    animation-timing-function: ease-in;
  }
}
.bounce-in-right {
  animation: 1.1s ease 0s 1 normal both running bounce-in-right;
}
@-webkit-keyframes bounce-in-right {
  0% {
    transform: translateX(600px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateX(0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateX(68px);
    animation-timing-function: ease-in;
  }
  100%,
  72%,
  90% {
    transform: translateX(0px);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateX(32px);
    animation-timing-function: ease-in;
  }
  95% {
    transform: translateX(8px);
    animation-timing-function: ease-in;
  }
}
@keyframes bounce-in-right {
  0% {
    transform: translateX(600px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateX(0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateX(68px);
    animation-timing-function: ease-in;
  }
  100%,
  72%,
  90% {
    transform: translateX(0px);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateX(32px);
    animation-timing-function: ease-in;
  }
  95% {
    transform: translateX(8px);
    animation-timing-function: ease-in;
  }
}
.bounce-in-bottom {
  animation: 1.1s ease 0s 1 normal both running bounce-in-bottom;
}
@-webkit-keyframes bounce-in-bottom {
  0% {
    transform: translateY(500px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateY(65px);
    animation-timing-function: ease-in;
  }
  100%,
  72%,
  90% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(28px);
    animation-timing-function: ease-in;
  }
  95% {
    transform: translateY(8px);
    animation-timing-function: ease-in;
  }
}
@keyframes bounce-in-bottom {
  0% {
    transform: translateY(500px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateY(65px);
    animation-timing-function: ease-in;
  }
  100%,
  72%,
  90% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(28px);
    animation-timing-function: ease-in;
  }
  95% {
    transform: translateY(8px);
    animation-timing-function: ease-in;
  }
}
.bounce-in-left {
  animation: 1.1s ease 0s 1 normal both running bounce-in-left;
}
@-webkit-keyframes bounce-in-left {
  0% {
    transform: translateX(-600px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateX(0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateX(-68px);
    animation-timing-function: ease-in;
  }
  100%,
  72%,
  90% {
    transform: translateX(0px);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateX(-28px);
    animation-timing-function: ease-in;
  }
  95% {
    transform: translateX(-8px);
    animation-timing-function: ease-in;
  }
}
@keyframes bounce-in-left {
  0% {
    transform: translateX(-600px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateX(0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateX(-68px);
    animation-timing-function: ease-in;
  }
  100%,
  72%,
  90% {
    transform: translateX(0px);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateX(-28px);
    animation-timing-function: ease-in;
  }
  95% {
    transform: translateX(-8px);
    animation-timing-function: ease-in;
  }
}
.bounce-in-fwd {
  animation: 1.1s ease 0s 1 normal both running bounce-in-fwd;
}
@-webkit-keyframes bounce-in-fwd {
  0% {
    transform: scale(0);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: scale(1);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: scale(0.7);
    animation-timing-function: ease-in;
  }
  100%,
  72%,
  89% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
  81% {
    transform: scale(0.84);
    animation-timing-function: ease-in;
  }
  95% {
    transform: scale(0.95);
    animation-timing-function: ease-in;
  }
}
@keyframes bounce-in-fwd {
  0% {
    transform: scale(0);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: scale(1);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: scale(0.7);
    animation-timing-function: ease-in;
  }
  100%,
  72%,
  89% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
  81% {
    transform: scale(0.84);
    animation-timing-function: ease-in;
  }
  95% {
    transform: scale(0.95);
    animation-timing-function: ease-in;
  }
}
.bounce-in-bck {
  animation: 1.1s ease 0s 1 normal both running bounce-in-bck;
}
@-webkit-keyframes bounce-in-bck {
  0% {
    transform: scale(7);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: scale(1);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: scale(1.5);
    animation-timing-function: ease-in;
  }
  100%,
  72%,
  89% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
  81% {
    transform: scale(1.24);
    animation-timing-function: ease-in;
  }
  95% {
    transform: scale(1.04);
    animation-timing-function: ease-in;
  }
}
@keyframes bounce-in-bck {
  0% {
    transform: scale(7);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: scale(1);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: scale(1.5);
    animation-timing-function: ease-in;
  }
  100%,
  72%,
  89% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
  81% {
    transform: scale(1.24);
    animation-timing-function: ease-in;
  }
  95% {
    transform: scale(1.04);
    animation-timing-function: ease-in;
  }
}
.fade-in {
  animation: 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 normal both running fade-in;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-fwd {
  animation: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 normal both running fade-in-fwd;
}
@-webkit-keyframes fade-in-fwd {
  0% {
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes fade-in-fwd {
  0% {
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
.fade-in-bck {
  animation: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 normal both running fade-in-bck;
}
@-webkit-keyframes fade-in-bck {
  0% {
    transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes fade-in-bck {
  0% {
    transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
.fade-in-top {
  animation: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 normal both running fade-in-top;
}
@-webkit-keyframes fade-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.fade-in-tr {
  animation: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 normal both running fade-in-tr;
}
@-webkit-keyframes fade-in-tr {
  0% {
    transform: translateX(50px) translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px) translateY(0px);
    opacity: 1;
  }
}
@keyframes fade-in-tr {
  0% {
    transform: translateX(50px) translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px) translateY(0px);
    opacity: 1;
  }
}
.fade-in-right {
  animation: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 normal both running fade-in-right;
}
@-webkit-keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
.fade-in-br {
  animation: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 normal both running fade-in-br;
}
@-webkit-keyframes fade-in-br {
  0% {
    transform: translateX(50px) translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px) translateY(0px);
    opacity: 1;
  }
}
@keyframes fade-in-br {
  0% {
    transform: translateX(50px) translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px) translateY(0px);
    opacity: 1;
  }
}
.fade-in-bottom {
  animation: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 normal both running fade-in-bottom;
}
@-webkit-keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.fade-in-bl {
  animation: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 normal both running fade-in-bl;
}
@-webkit-keyframes fade-in-bl {
  0% {
    transform: translateX(-50px) translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px) translateY(0px);
    opacity: 1;
  }
}
@keyframes fade-in-bl {
  0% {
    transform: translateX(-50px) translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px) translateY(0px);
    opacity: 1;
  }
}
.fade-in-left {
  animation: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 normal both running fade-in-left;
}
@-webkit-keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
.fade-in-tl {
  animation: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 normal both running fade-in-tl;
}
@-webkit-keyframes fade-in-tl {
  0% {
    transform: translateX(-50px) translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px) translateY(0px);
    opacity: 1;
  }
}
@keyframes fade-in-tl {
  0% {
    transform: translateX(-50px) translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px) translateY(0px);
    opacity: 1;
  }
}
.dl-slider .slick-current.slick-active .kenburns-top {
  animation: 5s ease-out 0.1s 1 normal both running kenburns-top;
}
@-webkit-keyframes kenburns-top {
  0% {
    transform: scale(1) translateY(0px);
    transform-origin: 50% 16%;
  }
  100% {
    transform: scale(1.25) translateY(-15px);
    transform-origin: center top;
  }
}
@keyframes kenburns-top {
  0% {
    transform: scale(1) translateY(0px);
    transform-origin: 50% 16%;
  }
  100% {
    transform: scale(1.25) translateY(-15px);
    transform-origin: center top;
  }
}
.dl-slider .slick-current.slick-active .kenburns-top-right {
  animation: 10s ease-out 0.1s 1 normal both running kenburns-top-right;
}
@-webkit-keyframes kenburns-top-right {
  0% {
    transform: scale(1) translate(0px, 0px);
    transform-origin: 84% 16%;
  }
  100% {
    transform: scale(1.25) translate(20px, -15px);
    transform-origin: right top;
  }
}
@keyframes kenburns-top-right {
  0% {
    transform: scale(1) translate(0px, 0px);
    transform-origin: 84% 16%;
  }
  100% {
    transform: scale(1.25) translate(20px, -15px);
    transform-origin: right top;
  }
}
.dl-slider .slick-current.slick-active .kenburns-right {
  animation: 10s ease-out 0.1s 1 normal both running kenburns-right;
}
@-webkit-keyframes kenburns-right {
  0% {
    transform: scale(1) translate(0px, 0px);
    transform-origin: 84% 50%;
  }
  100% {
    transform: scale(1.25) translateX(20px);
    transform-origin: right center;
  }
}
@keyframes kenburns-right {
  0% {
    transform: scale(1) translate(0px, 0px);
    transform-origin: 84% 50%;
  }
  100% {
    transform: scale(1.25) translateX(20px);
    transform-origin: right center;
  }
}
.dl-slider .slick-current.slick-active .kenburns-bottom-right {
  animation: 10s ease-out 0.1s 1 normal both running kenburns-bottom-right;
}
@-webkit-keyframes kenburns-bottom-right {
  0% {
    transform: scale(1) translate(0px, 0px);
    transform-origin: 84% 84%;
  }
  100% {
    transform: scale(1.25) translate(20px, 15px);
    transform-origin: right bottom;
  }
}
@keyframes kenburns-bottom-right {
  0% {
    transform: scale(1) translate(0px, 0px);
    transform-origin: 84% 84%;
  }
  100% {
    transform: scale(1.25) translate(20px, 15px);
    transform-origin: right bottom;
  }
}
.dl-slider .slick-current.slick-active .kenburns-bottom {
  animation: 10s ease-out 0.1s 1 normal both running kenburns-bottom;
}
@-webkit-keyframes kenburns-bottom {
  0% {
    transform: scale(1) translateY(0px);
    transform-origin: 50% 84%;
  }
  100% {
    transform: scale(1.25) translateY(15px);
    transform-origin: center bottom;
  }
}
@keyframes kenburns-bottom {
  0% {
    transform: scale(1) translateY(0px);
    transform-origin: 50% 84%;
  }
  100% {
    transform: scale(1.25) translateY(15px);
    transform-origin: center bottom;
  }
}
.dl-slider .slick-current.slick-active .kenburns-bottom-left {
  animation: 10s ease-out 0.1s 1 normal both running kenburns-bottom-left;
}
@-webkit-keyframes kenburns-bottom-left {
  0% {
    transform: scale(1) translate(0px, 0px);
    transform-origin: 16% 84%;
  }
  100% {
    transform: scale(1.25) translate(-20px, 15px);
    transform-origin: left bottom;
  }
}
@keyframes kenburns-bottom-left {
  0% {
    transform: scale(1) translate(0px, 0px);
    transform-origin: 16% 84%;
  }
  100% {
    transform: scale(1.25) translate(-20px, 15px);
    transform-origin: left bottom;
  }
}
.dl-slider .slick-current.slick-active .kenburns-left {
  animation: 10s ease-out 0.1s 1 normal both running kenburns-left;
}
@-webkit-keyframes kenburns-left {
  0% {
    transform: scale(1) translate(0px, 0px);
    transform-origin: 16% 50%;
  }
  100% {
    transform: scale(1.25) translate(-20px, 15px);
    transform-origin: left center;
  }
}
@keyframes kenburns-left {
  0% {
    transform: scale(1) translate(0px, 0px);
    transform-origin: 16% 50%;
  }
  100% {
    transform: scale(1.25) translate(-20px, 15px);
    transform-origin: left center;
  }
}
.dl-slider .slick-current.slick-active .kenburns-top-left {
  animation: 10s ease-out 0.1s 1 normal both running kenburns-top-left;
}
@-webkit-keyframes kenburns-top-left {
  0% {
    transform: scale(1) translate(0px, 0px);
    transform-origin: 16% 16%;
  }
  100% {
    transform: scale(1.25) translate(-20px, -15px);
    transform-origin: left top;
  }
}
@keyframes kenburns-top-left {
  0% {
    transform: scale(1) translate(0px, 0px);
    transform-origin: 16% 16%;
  }
  100% {
    transform: scale(1.25) translate(-20px, -15px);
    transform-origin: left top;
  }
}
