/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
--------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body { line-height: 1; }
ol,
ul {
  list-style: none;
}
ul.ci-list-check li {
  padding-left: 40px;
  margin-bottom: 15px;
  position: relative;
}
ul.ci-list-check li:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/icon-uis.svg);
  background-repeat: no-repeat;
  background-position: -40px -40px;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
sup {
  position: relative;
  font-size: 65%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.4em;
}
strong, b {
  font-weight: bold;
}
em {
  font-style: italic;
}
figure {
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 1.875rem;
}

/*  Basic
--------------------------------- */
.ci-clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.ci-img-full {
  max-width: 100%;
  height: auto;
}
.ci-text-uppercase {
  text-transform: uppercase;
}
.ci-text-center {
  text-align: center;
}
.ci-text-right {
  text-align: right;
}
.ci-float-right {
  float: right;
}

/*  Font-sizes ~24px | ~22px | ~18px | ~14px | ~12px
--------------------------------- */
.ci-font-xl {
  font-size: 1.5em;
  line-height: 130%;
}
.ci-font-l {
  font-size: 1.375em;
  line-height: 150%;
}
.ci-font-m {
  font-size: 1.125em;
  line-height: 150%;
}
.ci-font-s {
  font-size: 0.875em;
  line-height: 150%;
}
.ci-font-xs {
  font-size: 0.688em;
  line-height: 140%;
}
.ci-font-900 {
  font-weight: 900;
}
.ci-font-500 {
  font-weight: 500;
}
.ci-font-400 {
  font-weight: 400;
}
.ci-font-300 {
  font-weight: 300;
}

/*  Link Underline
--------------------------------- */
.ci-link,
.ci-link:hover {
  position: relative;
  text-decoration: none;
}
.ci-link:before,
.ci-link:after {
  content: "";
  position: absolute;
  bottom: -.09rem;
  left: 0;
  width: 100%;
  height: .02rem;
  min-height: .02rem;
  background: #56C148;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  transition: transform .6s cubic-bezier(.165,.84,.44,1) .3s,-webkit-transform .6s cubic-bezier(.165,.84,.44,1) .3s;
}
.ci-link:after {
  background: #fff;
  transform-origin: left;
  transform: scaleX(0) translateZ(0);
    transition: transform .6s cubic-bezier(.165,.84,.44,1),-webkit-transform .6s cubic-bezier(.165,.84,.44,1);
}
.ci-link:hover:before {
  -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    transition: transform .6s cubic-bezier(.165,.84,.44,1),-webkit-transform .6s cubic-bezier(.165,.84,.44,1);
}
.ci-link:hover:after {
  transform: scaleX(1) translateZ(0);
    transition: transform .6s cubic-bezier(.165,.84,.44,1) .3s,-webkit-transform .6s cubic-bezier(.165,.84,.44,1) .3s;
}

/*  Icons
--------------------------------- */
.ci-icon-80 img,
.ci-icon-100 img,
.ci-icon-120 img {
  max-width: 80px;
  height: auto;
  display: inline-block;
}
.ci-icon-100 img { max-width: 100px; }
.ci-icon-120 img { max-width: 120px; }

/*  Spacing ~100px | ~80px | ~60px | ~30px | ~15px
--------------------------------- */
.ci-my-100, .ci-my-80, .ci-my-60, .ci-my-30 { margin-top: 1.875rem; margin-bottom: 1.875rem }
.ci-mx-100, .ci-mx-80, .ci-mx-60, .ci-mx-30 { margin-left: 1.875rem; margin-right: 1.875rem }
.ci-mt-100, .ci-mt-80, .ci-mt-60, .ci-mt-30 { margin-top: 1.875rem }
.ci-mb-100, .ci-mb-80, .ci-mb-60, .ci-mb-30 { margin-bottom: 1.875rem }
.ci-ml-100, .ci-ml-80, .ci-ml-60, .ci-ml-30 { margin-left: 1.875rem }
.ci-mr-100, .ci-mr-80, .ci-mr-60, .ci-mr-30 { margin-right: 1.875rem }
.ci-my-15 { margin-top: 0.938rem; margin-bottom: 0.938rem }
.ci-mt-15 { margin-top: 0.938rem }
.ci-mb-15 { margin-bottom: 0.938rem }
.ci-ml-15 { margin-left: 0.938rem }
.ci-mr-15 { margin-right: 0.938rem }

.ci-py-100, .ci-py-80, .ci-py-60, .ci-py-30 { padding-top: 1.875rem; padding-bottom: 1.875rem }
.ci-px-100, .ci-px-80, .ci-px-60, .ci-px-30 { padding-left: 1.875rem; padding-right: 1.875rem }
.ci-pt-100, .ci-pt-80, .ci-pt-60, .ci-pt-30 { padding-top: 1.875rem }
.ci-pb-100, .ci-pb-80, .ci-pb-60, .ci-pb-30 { padding-bottom: 1.875rem }
.ci-pl-100, .ci-pl-80, .ci-pl-60, .ci-pl-30 { padding-left: 1.875rem }
.ci-pr-100, .ci-pr-80, .ci-pr-60, .ci-pr-30 { padding-right: 1.875rem }
.ci-py-15 { padding-top: 0.938rem; padding-bottom: 0.938rem }
.ci-pt-15 { padding-top: 0.938rem }
.ci-pb-15 { padding-bottom: 0.938rem }
.ci-pl-15 { padding-left: 0.938rem }
.ci-pr-15 { padding-right: 0.938rem }

@media (min-width: 992px) {
  .ci-my-100, .ci-my-80 { margin-top: 3.750rem; margin-bottom: 3.750rem }
  .ci-mx-100, .ci-mx-80 { margin-left: 3.750rem; margin-right: 3.750rem }
  .ci-mt-100, .ci-mt-80 { margin-top: 3.750rem }
  .ci-mb-100, .ci-mb-80 { margin-bottom: 3.750rem }
  .ci-ml-100, .ci-ml-80 { margin-left: 3.750rem }
  .ci-mr-100, .ci-mr-80 { margin-right: 3.750rem }
  .ci-my-60 { margin-top: 1.875rem; margin-bottom: 1.875rem }
  .ci-mx-60 { margin-left: 1.875rem; margin-right: 1.875rem }
  .ci-mt-60 { margin-top: 1.875rem }
  .ci-mb-60 { margin-bottom: 1.875rem }
  .ci-ml-60 { margin-left: 1.875rem }
  .ci-mr-60 { margin-right: 1.875rem }

  .ci-py-100, .ci-py-80 { padding-top: 3.750rem; padding-bottom: 3.750rem }
  .ci-px-100, .ci-px-80 { padding-left: 3.750rem; padding-right: 3.750rem }
  .ci-pt-100, .ci-pt-80 { padding-top: 3.750rem }
  .ci-pb-100, .ci-pb-80 { padding-bottom: 3.750rem }
  .ci-pl-100, .ci-pl-80 { padding-left: 3.750rem }
  .ci-pr-100, .ci-pr-80 { padding-right: 3.750rem }
  .ci-py-60 { padding-top: 1.875rem; padding-bottom: 1.875rem }
  .ci-px-60 { padding-left: 1.875rem; padding-right: 1.875rem }
  .ci-pt-60 { padding-top: 1.875rem }
  .ci-pb-60 { padding-bottom: 1.875rem }
  .ci-pl-60 { padding-left: 1.875rem }
  .ci-pr-60 { padding-right: 1.875rem }
}

@media (min-width: 1200px) {
  .ci-my-100 { margin-top: 6.250rem; margin-bottom: 6.250rem }
  .ci-mx-100 { margin-left: 6.250rem; margin-right: 6.250rem }
  .ci-mt-100 { margin-top: 6.250rem }
  .ci-mb-100 { margin-bottom: 6.250rem }
  .ci-ml-100 { margin-left: 6.250rem }
  .ci-mr-100 { margin-right: 6.250rem }
  .ci-my-80 { margin-top: 5rem; margin-bottom: 5rem }
  .ci-mx-80 { margin-left: 5rem; margin-right: 5rem }
  .ci-mt-80 { margin-top: 5rem }
  .ci-mb-80 { margin-bottom: 5rem }
  .ci-ml-80 { margin-left: 5rem }
  .ci-mr-80 { margin-right: 5rem }
  .ci-my-60 { margin-top: 3.750rem; margin-bottom: 3.750rem }
  .ci-mx-60 { margin-left: 3.750rem; margin-right: 3.750rem }
  .ci-mt-60 { margin-top: 3.750rem }
  .ci-mb-60 { margin-bottom: 3.750rem }
  .ci-ml-60 { margin-left: 3.750rem }
  .ci-mr-60 { margin-right: 3.750rem }

  .ci-py-100 { padding-top: 6.250rem; padding-bottom: 6.250rem }
  .ci-px-100 { padding-left: 6.250rem; padding-right: 6.250rem }
  .ci-pt-100 { padding-top: 6.250rem }
  .ci-pb-100 { padding-bottom: 6.250rem }
  .ci-pl-100 { padding-left: 6.250rem }
  .ci-pr-100 { padding-right: 6.250rem }
  .ci-py-80 { padding-top: 5rem; padding-bottom: 5rem }
  .ci-px-80 { padding-left: 5rem; padding-right: 5rem }
  .ci-pt-80 { padding-top: 5rem }
  .ci-pb-80 { padding-bottom: 5rem }
  .ci-pl-80 { padding-left: 5rem }
  .ci-pr-80 { padding-right: 5rem }
  .ci-py-60 { padding-top: 3.750rem; padding-bottom: 3.750rem }
  .ci-px-60 { padding-left: 3.750rem; padding-right: 3.750rem }
  .ci-pt-60 { padding-top: 3.750rem }
  .ci-pb-60 { padding-bottom: 3.750rem }
  .ci-pl-60 { padding-left: 3.750rem }
  .ci-pr-60 { padding-right: 3.750rem }
}

/* Display
--------------------------------- */
.ci-d-block {
  display: block;
}
.ci-d-inline-block {
  display: inline-block;
}
.ci-d-flex {
  display: flex;
}
.ci-d-none {
  display: none;
}
@media (max-width: 768px) {
  .ci-d-mhide {
    display: none;
  }
}

/* Flex item
--------------------------------- */
.ci-d-flex.ci-flex-align-end {
  align-items: flex-end;
}
.ci-d-flex.ci-flex-align-start {
  align-items: flex-start;
}
.ci-d-flex.ci-flex-align-center {
  align-items: center;
}
.ci-d-flex.ci-flex-justify-between {
  justify-content: space-between;
}
.ci-d-flex.flex-justify-around {
  justify-content: space-around;
}
.ci-d-flex.flex-justify-center {
  justify-content: center;
}
.ci-d-flex.flex-justify-end {
  justify-content: flex-end;
}
.ci-d-flex .ci-order-1 {
  order: 1;
}
.ci-d-flex .ci-order-2 {
  order: 2;
}
@media (max-width: 768px) {
  .ci-d-flex {
    display: block;
  }
}

/* Flex item
--------------------------------- */
.ci-col-grid {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
.ci-col-grid.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.ci-col-grid > .ci-col-grid-item {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.ci-col-grid.no-gutters > .ci-col-grid-item {
  margin-left: 0;
  margin-right: 0;
}
.ci-col-grid-onehalf > .col-grid-item {
  max-width: 50%;
}
.ci-col-grid-onethird > .col-grid-item {
  max-width: 33.3%;
}
.ci-col-grid-oneforth > .col-grid-item {
  max-width: 25%;
}
.ci-col-grid-onefifth > .col-grid-item {
  max-width: 20%;
}
.ci-col-grid-onesixth > .col-grid-item {
  max-width: 16.6%;
}

/* Custom check
--------------------------------- */
.ci-custom-check {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1em;
  line-height: 140%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ci-custom-check input {
  /* Hide the browser's default checkbox */
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ci-custom-check .checkmark {
  /* Create a custom checkbox */
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  border-radius: 2px;
  background-color: #fff;
}
.ci-custom-check:hover input~.checkmark {
  /* On mouse-over, add a grey background color */
  background-color: #fff;
}
.ci-custom-check input:checked~.checkmark {
  /* When the checkbox is checked, add a green background */
  background-color: #6AC346;
}
.ci-custom-check .checkmark:after {
  /* Create the checkmark/indicator (hidden when not checked) */
  content: "";
  position: absolute;
  display: none;
}
.ci-custom-check input:checked~.checkmark:after {
  /* Show the checkmark when checked */
  display: block;
}
.ci-custom-check .checkmark:after {
  /* Style the checkmark/indicator */
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  box-sizing: content-box;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* Responsive Video
--------------------------------- */
.ci-videoWrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Aspect ratio 16:9 */
  height: 0;
}
.ci-videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Container wrapper
--------------------------------- */
.ci-wrap-mid {
  margin-left: auto;
  margin-right: auto;
}
.ci-wrap-xl {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto
}
.ci-wrap-l {
  width: 90%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto
}
.ci-wrap-b {
  width: 90%;
  max-width: 960px;
}
.ci-wrap-m {
  width: 90%;
  max-width: 720px;
}
.ci-wrap-s {
  width: 90%;
  max-width: 580px;
}
.ci-wrap-xs {
  width: 90%;
  max-width: 440px;
}

/* Background color
--------------------------------- */
.ci-bg-black {
  background-color: #111111;
  color: #cccccc;
}
.ci-bg-dark {
  background-color: #202124;
  color: #cccccc;
}
  .ci-bg-black h1, .ci-bg-black h2, .ci-bg-black h3, .ci-bg-black h4, .ci-bg-black h5, .ci-bg-black h6,
  .ci-bg-dark h1, .ci-bg-dark h2, .ci-bg-dark h3, .ci-bg-dark h4, .ci-bg-dark h5, .ci-bg-dark h6 {
    color: #F2F3F4;
  }
.ci-bg-green {
  background-color: #56C148;
  color: #ffffff;
}
.ci-bg-cyan {
  background-color: #46C8E1;
  color: #ffffff;
}
.ci-bg-blue {
  background-color: #3E8DDD;
  color: #ffffff;
}
.ci-bg-cyan {
  background-color: #46C8E1;
  color: #ffffff;
}
.ci-bg-green {
  background-color: #6AC346;
  color: #ffffff;
}
.ci-bg-purple {
  background-color: #8246AF;
  color: #ffffff;
}
.ci-bg-orange {
  background-color: #FF6A00;
  color: #ffffff;
}
.ci-bg-pink {
  background-color: #F04187;
  color: #ffffff;
}
.ci-bg-yellow {
  background-color: #FEE600;
  color: #ffffff;
}
.ci-bg-white {
  background-color: #ffffff;
  color: #444444;
}
.ci-bg-biyangrey {
  background-color: #f2f3f4;
  color: #444444;
}
  .ci-bg-white h1, .ci-bg-white h2, .ci-bg-white h3, .ci-bg-white h4, .ci-bg-white h5, .ci-bg-white h6,
  .ci-bg-biyangrey h1, .ci-bg-biyangrey h2, .ci-bg-biyangrey h3, .ci-bg-biyangrey h4, .ci-bg-biyangrey h5, .ci-bg-biyangrey h6 {
    color: #111111;
  }

/* Text Color
--------------------------------- */
.ci-text-red { color: #E1140A; }
.ci-text-blue { color: #3E8DDD; }
.ci-text-cyan { color: #46C8E1; }
.ci-text-green { color: #6AC346; }
.ci-text-purple { color: #8246AF; }
.ci-text-orange { color: #FF6A00; }
.ci-text-pink { color: #F04187; }
.ci-text-yellow { color: #FEE600; }
.ci-text-white { color: #ffffff; }

/* Buttons
--------------------------------- */
/* --- Primary --- */
.ci-btn {
  background: #6AC346;
  border-radius: 0;
  color: #fff !important;
  display: inline-block;
  line-height: 160%;
  text-transform: uppercase;
  padding: 8px 10px 8px 10px;
  text-decoration: none !important;
  transition: all .2s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.ci-btn > strong {
  padding-right: 30px;
  position: relative;
  z-index: 2;
}
.ci-btn:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #3E8DDD;
  transition: cubic-bezier(.165,.60,.22,1) .6s;
}
.ci-btn:hover:after {
  left: 0;
}

/* Secondary CTA */
.ci-btn-secondary {
  background: none;
  border: 2px solid #fff;
  padding: 8px 8px;
}

/* Icons: Material Icons */
.ci-btn .material-icons-outlined {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .ci-btn {
    padding: 12px 20px 12px 20px;
  }
  .ci-btn-secondary {
    padding: 10px 18px;
  }
}


/* List group
--------------------------------- */
ul.ci-list-empty {
  list-style-type: none;
}
ul.ci-list-square {
  list-style-type: square;
}
ul.ci-list-disc {
  list-style-type: disc;
  margin-left: 15px;
}
ul.ci-list-decimal {
  list-style-type: decimal;
  margin-left: 15px;
}

/* Hover effect
--------------------------------- */
.ci-hover-lift {
  transition: all 0.2s ease-out;
}
.ci-hover-lift:hover {
  transform: translateY(-10px);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
}


/* Toggle
--------------------------------- */
.ci-toggle-item {
  border-bottom: 1px solid #dddddd;
  padding-right: 100px;
  padding-top: 3.750rem;
  padding-bottom: 3.750rem;
  position: relative;
}
  .ci-toggle-item:after {
    content: '×';
    position: absolute;
    top: 3.750rem;
    right: 0;
    margin-top: 10px;
    font-size: 3rem;
    transform: rotate(-45deg);
    transition: all .7s;
  }
  .ci-toggle-item.current:after {
    transform: none;
  }
.ci-toggle-item .ci-toggle-title {
  cursor: pointer;
}
.ci-toggle-item .ci-toggle-body {
  display: none;
}
.ci-toggle-item.current .ci-toggle-body {
  display: block;
}
.ci-toggle-item .ci-toggle-title i {
  font-style: normal;
  position: relative;
  padding-right: 50px;
  display: inline-block;
  margin-right: 20px;
}
.ci-toggle-item .ci-toggle-title i:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  width: 30px;
  height: 1px;
  background: #111;
}


/* Animate content show on scroll
   Based on slidein.js
--------------------------------- */
/* <> Parallax <> */
.ci-parallax-bg {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

/* <> Content Clip <> */
.ci-anima-clip {
  clip-path: inset(0);
  transition: clip-path 1s cubic-bezier(0.59, 0.73, 0.17, 1);
}
.anima-initiate.ci-anima-clip {
  clip-path: inset(0 5%);
}

/* <> Clip Circle <> */
.ci-anima-clipAppear {
  clip-path: inset(0 100% 0 0);;
  transition: clip-path 1s cubic-bezier(0.59, 0.73, 0.17, 1);
}
.anima-initiate.ci-anima-clipAppear {
  clip-path: inset(0 0 0 0);
}

/* <> Clip Right <> */
.ci-anima-clipRight {
  clip-path: inset(0 100% 0 0);
  transition: clip-path .7s cubic-bezier(0.59, 0.73, 0.17, 1);
}
.anima-initiate .ci-anima-clipRight {
  clip-path: inset(0 0 0 0);
}

/* <> Clip Right <> */
.ci-anima-clipUp {
  clip-path: inset(100% 0 0 0);
  transition: clip-path .7s cubic-bezier(0.59, 0.73, 0.17, 1);
}
.anima-initiate .ci-anima-clipUp {
  clip-path: inset(0 0 0 0);
}

/* <> Fade Down <> */
.enb-anima .ci-anima-fadeDown {
  transform: translateY(-30px);
  opacity: 0;
  visibility: hidden;
  transition-duration: .5s;
}

/* <> Fade Right <> */
.enb-anima .ci-anima-fadeRight {
  transform: translateX(-30px);
  opacity: 0;
  visibility: hidden;
  transition-duration: .5s;
}

/* <> Fade Rotate <> */
.enb-anima .ci-anima-rotate {
  transform-origin: 50% 50%;
  transform: translate3d(0px, 0px, 0px) rotate(5.0277deg);
  opacity: 0;
  visibility: hidden;
  transition-duration: .5s;
}

/* <> Zoom <> */
.enb-anima .ci-anima-zoom {
  transform: scale(0.5);
  transition-duration: .5s;
  visibility: hidden;
  opacity: 0;
}
.anima-initiate .ci-anima-zoom {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

/* <> Pulse <> */
.enb-anima .ci-anima-pulse {
  animation-duration: .5s;
  visibility: hidden;
  opacity: 0;
}
.anima-initiate .ci-anima-pulse {
  transform: scale(1);
  animation-name: pulse;
  animation-fill-mode: both;
}
.anima-initiate .ci-anima-pulse.step0 { animation-delay: 0; }
.anima-initiate .ci-anima-pulse.step1 { animation-delay: .3s; }
.anima-initiate .ci-anima-pulse.step2 { animation-delay: .6s; }
.anima-initiate .ci-anima-pulse.step3 { animation-delay: .9s; }
.anima-initiate .ci-anima-pulse.step4 { animation-delay: 1.2s; }
.anima-initiate .ci-anima-pulse.step5 { animation-delay: 1.5s; }

  @keyframes pulse {
  	0% {
  		transform: scale(0.5);
      opacity: 0;
      visibility: hidden;
      /* box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7); */
  	}

  	70% {
  		transform: scale(1.1);
      opacity: 1;
      visibility: visible;
      /* box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); */
  	}

  	100% {
  		transform: scale(1);
      opacity: 1;
      visibility: visible;
      /* box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); */
  	}
  }

/* <> Initiate step & delay <> */
.anima-initiate .step0,
.anima-initiate .step1,
.anima-initiate .step2,
.anima-initiate .step3,
.anima-initiate .step4,
.anima-initiate .step5 {
  transform: none;
  visibility: visible;
  opacity: 1;
}
.anima-initiate .step0 {
  transition-delay: 0;
}
.anima-initiate .step1 {
  transition-delay: .3s;
}
.anima-initiate .step2 {
  transition-delay: .6s;
}
.anima-initiate .step3 {
  transition-delay: .9s;
}
.anima-initiate .step4 {
  transition-delay: 1.2s;
}
.anima-initiate .step5 {
  transition-delay: 1.5s;
}
