.navbar {
  background-color: #E2F4FF !important;
}
.navbar.bg-white {
  background-color: #fff !important;
}
.navbar img {
  max-height: 2.5rem;
}
.navbar .navbar-brand-white {
  display: none;
}
.navbar .navbar-brand-color {
  display: inline-block;
}
.navbar .navbar-collapse {
  height: 0 !important;
}
@media (min-width: 992px) {
  .navbar .navbar-collapse.show {
    display: none !important;
  }
}
.navbar .navbar-collapse.show {
  -webkit-transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  height: 100vh !important;
  top: 0;
  left: 0;
  background-color: #E2F4FF !important;
  padding: 2rem 2rem;
}
.navbar .navbar-collapse.show .dropdown-menu {
  background-color: #E2F4FF;
  border: none;
}
.navbar .navbar-collapse.show .dropdown-menu .dropdown-item {
  padding: 1rem 1.25rem;
  font-size: 1.1rem;
}
.navbar .navbar-collapse.show .dropdown-menu .dropdown-item:hover, .navbar .navbar-collapse.show .dropdown-menu .dropdown-item:focus {
  text-decoration: underline;
  background: transparent;
}
.navbar .navbar-collapse.show .navbar-nav .nav-link {
  padding: 1rem 0;
  font-size: 1.25rem;
  color: #212529;
}
.navbar .navbar-collapse.show .navbar-nav .nav-link.active {
  color: #FF982E;
}
.navbar .navbar-collapse.show .navbar-nav .nav-link:hover, .navbar .navbar-collapse.show .navbar-nav .nav-link:focus {
  text-decoration: underline;
}
.navbar .navbar-collapse.show .btn {
  font-size: 1.25rem;
}
.navbar .navbar-collapse.show .nav-close {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  position: fixed;
  color: #495057;
  font-size: 2.5rem;
  right: 1rem;
  top: 2rem;
}
.navbar .navbar-nav .nav-link {
  color: #212529;
}
.navbar .navbar-nav .nav-link.active {
  color: #FF982E;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus {
  text-decoration: underline;
}
.navbar .navbar-toggler {
  border: none !important;
}
.navbar.navbar-dark {
  background-color: transparent !important;
}
.navbar.navbar-dark .navbar-brand-color {
  display: none;
}
.navbar.navbar-dark .navbar-brand-white {
  display: inline-block;
}
.navbar.navbar-dark .navbar-toggler {
  border: none !important;
}
.navbar.navbar-dark .navbar-nav .nav-link {
  color: #212529;
}
.navbar.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar.navbar-dark .navbar-nav .nav-link:hover, .navbar.navbar-dark .navbar-nav .nav-link:focus {
  text-decoration: underline;
}
.navbar.navbar-dark .btn-secondary {
  border: 2px solid #FF982E;
  background-color: #FF982E;
  color: #212529;
}
.navbar.navbar-dark .btn-secondary:hover, .navbar.navbar-dark .btn-secondary:focus {
  border: 2px solid #FF982E;
  background-color: #fff;
  color: #212529;
}
@media (min-width: 992px) {
  .navbar.navbar-dark .btn-secondary {
    background-color: #fff;
    color: #212529;
  }
  .navbar.navbar-dark .btn-secondary:hover, .navbar.navbar-dark .btn-secondary:focus {
    border: 2px solid #fff;
    background-color: #FF982E;
    color: #fff;
  }
}
.navbar.navbar-dark .btn-outline-secondary {
  border: 2px solid #212529;
  margin-right: 1rem;
  color: #212529;
}
.navbar.navbar-dark .btn-outline-secondary:hover, .navbar.navbar-dark .btn-outline-secondary:focus {
  border: 2px solid #FF982E;
  background-color: #FF982E;
  color: #212529;
}
@media (min-width: 992px) {
  .navbar.navbar-dark .btn-outline-secondary {
    color: #fff;
    border: 2px solid #fff;
  }
  .navbar.navbar-dark .btn-outline-secondary:hover, .navbar.navbar-dark .btn-outline-secondary:focus {
    border: 2px solid #fff;
    background-color: #fff;
    color: #212529;
  }
}
.navbar .btn-secondary {
  -webkit-transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
  border: 2px solid transparent;
  background-color: #FF982E;
  color: #fff;
}
.navbar .btn-secondary:hover, .navbar .btn-secondary:focus {
  border: 2px solid #FF982E;
  background-color: #fff;
  color: #495057;
}
.navbar .btn-outline-secondary {
  -webkit-transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
  border: 2px solid #495057;
  margin-right: 1rem;
  color: #495057;
}
.navbar .btn-outline-secondary:hover, .navbar .btn-outline-secondary:focus {
  border: 2px solid #FF982E;
  background-color: #fff;
  color: #212529;
}

.home1 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#FFB816), to(#FF982E)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #FFB816 0%, #FF982E 100%) 0% 0% no-repeat padding-box;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  overflow: hidden;
}
.home1 .img-hero {
  max-height: 68vh;
  left: 25vw;
  top: 14vh;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
}
@media (min-width: 768px) {
  .home1 .img-hero {
    top: 4rem;
    left: 0;
    margin: auto;
    max-height: 80vh;
    max-width: 60%;
    position: relative;
  }
}
.home1 h1 {
  color: #fff;
  position: absolute;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
  text-align: center;
  left: 25vw;
  top: 14vh;
}
@media (min-width: 768px) {
  .home1 h1 {
    top: 50%;
    left: 50%;
  }
}
.home1 h2 {
  color: #fff;
  position: absolute;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
  text-align: center;
  left: 25vw;
  top: 14vh;
}
@media (min-width: 768px) {
  .home1 h2 {
    top: 50%;
    left: 50%;
  }
}
.home1 h3 {
  color: #343a40;
  position: absolute;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
  text-align: center;
  left: 0;
  top: 14vh;
  width: 100%;
}
@media (min-width: 768px) {
  .home1 h3 {
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    top: 50%;
    left: 50%;
  }
}
.home1 .btn-secondary {
  color: #FF982E;
  border: none;
}
.home1 .btn-secondary:hover, .home1 .btn-secondary:focus {
  background-color: #FF982E;
  color: #fff;
}
.home1 .social-buttons {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}
.home1 .social-buttons .verticalLine {
  height: 10vh;
  border-left: solid #fff;
  margin-bottom: 5rem;
  margin-left: 3rem;
}
.home1 .social-buttons .btn-outline-secondary {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -ms-flex-line-pack: center !important;
      align-content: center !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 3rem;
  height: 3rem;
  color: #fff;
  border-radius: 5rem;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
}
.home1 .social-buttons .btn-outline-secondary:hover, .home1 .social-buttons .btn-outline-secondary:focus {
  color: #FF982E;
}

.home2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 280vh;
  background: transparent;
  z-index: 1;
}
.home2 .container-step {
  background: transparent -webkit-gradient(linear, left bottom, left top, color-stop(25%, #fff), color-stop(95%, #E2F4FF), to(rgba(226, 244, 255, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #fff 25%, #E2F4FF 95%, rgba(226, 244, 255, 0) 100%) 0% 0% no-repeat padding-box;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.home2 .container-step .container {
  position: -webkit-sticky;
  position: sticky;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home2 .container-step .img-step {
  position: relative;
  width: 22vh;
  height: 22vh;
  margin: 1rem auto;
  overflow: hidden;
}
@media (min-width: 576px) {
  .home2 .container-step .img-step {
    width: 30vh;
    height: 30vh;
    margin: 2rem auto;
  }
}
@media (min-width: 768px) {
  .home2 .container-step .img-step {
    max-width: 85%;
    width: 35vh;
    height: 35vh;
  }
}
@media (min-width: 992px) {
  .home2 .container-step .img-step {
    margin: auto;
    width: 45vh;
    height: 45vh;
  }
}
@media (min-width: 1200px) {
  .home2 .container-step .img-step {
    width: 55vh;
    height: 55h;
  }
}
@media (min-width: 1400px) {
  .home2 .container-step .img-step {
    width: 60vh;
    height: 60vh;
  }
}
.home2 .container-step .img-step .img-step0 {
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
}
.home2 .container-step .img-step .img-step1 {
  width: 100%;
  height: 0;
  position: absolute;
  overflow: hidden;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
}
.home2 .container-step .img-step .img-step2 {
  width: 0;
  height: 100%;
  position: absolute;
  overflow: hidden;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.2s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.2s;
}
.home2 .container-step .img-step .img-step3 {
  width: 0;
  height: 100%;
  position: absolute;
  overflow: hidden;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
  direction: rtl;
  right: 0;
  bottom: 0;
}
.home2 .container-step .step0 {
  margin-top: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .home2 .container-step .step0 {
    margin-top: 6rem;
  }
}
@media (min-width: 992px) {
  .home2 .container-step .step0 {
    position: absolute;
    margin-top: 0;
    top: 6rem;
  }
}
.home2 .container-step .step0 p {
  text-align: left;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .home2 .container-step .step0 p {
    font-size: 1rem;
  }
}
.home2 .container-step .step0 a {
  color: #FF982E;
  text-decoration: none;
  line-height: 32px;
  font-weight: bold;
}
.home2 .container-step .step0 a svg {
  fill: #FF982E;
  -webkit-animation-name: heartbeat;
          animation-name: heartbeat;
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
          animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.home2 .container-step .step1 {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .home2 .container-step .step1 {
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 25%;
    margin-left: 1rem;
  }
}
.home2 .container-step .step1 p {
  text-align: left;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .home2 .container-step .step1 p {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .home2 .container-step .step1 p {
    line-height: 2rem;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .home2 .container-step .step1 p {
    margin-left: -300%;
  }
}
.home2 .container-step .step1 p span {
  color: #FF982E;
  font-weight: bold;
}
.home2 .container-step .step1 ol {
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .home2 .container-step .step1 ol {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .home2 .container-step .step1 ol {
    margin-left: -300%;
    max-width: 250px;
  }
}
.home2 .container-step .step2 {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.2s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.2s;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .home2 .container-step .step2 {
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 4rem;
  }
}
.home2 .container-step .step2 p {
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.2s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.2s;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .home2 .container-step .step2 p {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .home2 .container-step .step2 p {
    line-height: 2rem;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .home2 .container-step .step2 p {
    text-align: center;
  }
}
.home2 .container-step .step2 p span {
  color: #0d6efd;
  font-weight: bold;
}
.home2 .container-step .step3 {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .home2 .container-step .step3 {
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    margin-top: 25%;
    top: 0;
    right: 0;
    margin-right: 3rem;
  }
}
.home2 .container-step .step3 p {
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .home2 .container-step .step3 p {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .home2 .container-step .step3 p {
    line-height: 2rem;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .home2 .container-step .step3 p {
    text-align: right;
    margin-right: -300%;
    max-width: 232px;
    float: right;
  }
}
.home2 .container-step .step3 p span {
  line-height: 0.875rem;
  color: #198754;
  font-weight: bold;
}

.home3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 280vh;
  background: transparent;
  z-index: 1;
}
.home3 .container-step {
  background: transparent -webkit-gradient(linear, left bottom, left top, color-stop(25%, #E2F4FF), color-stop(95%, #FFB816), to(rgba(255, 184, 22, 0)));
  background: transparent linear-gradient(0deg, #E2F4FF 25%, #FFB816 95%, rgba(255, 184, 22, 0));
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.home3 .container-step .container {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .home3 .container-step .container p {
    max-width: 40%;
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .home3 .container-step .container p {
    max-width: 30%;
  }
}
.home3 .container-step .container .card {
  border-radius: 2rem;
  padding: 1rem;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
  width: 100%;
  height: 80vh;
  position: absolute;
  top: 40vh;
  opacity: 0;
  padding: 1.5rem;
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
}
@media (min-width: 992px) {
  .home3 .container-step .container .card {
    width: 50%;
    height: 52vh;
    min-height: 28rem;
    position: absolute;
    top: 20vh;
    bottom: 0;
    right: 0;
    opacity: 0;
    padding: 1.5rem 2.5rem;
    -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
  }
}
@media (min-width: 1200px) {
  .home3 .container-step .container .card {
    height: 47vh;
  }
}
@media (min-width: 1400px) {
  .home3 .container-step .container .card {
    height: 42vh;
  }
}
.home3 .container-step .container .card.card1 {
  background-color: #215A7D;
  color: #fff;
}
.home3 .container-step .container .card.card2 {
  background-color: #CE6D0B;
  color: #fff;
}
@media (min-width: 992px) {
  .home3 .container-step .container .card.card2 {
    margin-top: 4rem;
    margin-right: 3rem;
  }
}
.home3 .container-step .container .card.card2 img {
  max-width: 42%;
}
@media (min-width: 992px) {
  .home3 .container-step .container .card.card2 img {
    max-width: 22.5%;
  }
}
@media (min-width: 1200px) {
  .home3 .container-step .container .card.card2 img {
    max-width: 25%;
  }
}
.home3 .container-step .container .card.card3 {
  background-color: #008177;
  color: #fff;
}
@media (min-width: 992px) {
  .home3 .container-step .container .card.card3 {
    margin-top: 8rem;
    margin-right: 6rem;
  }
}
.home3 .container-step .container .card.card3 img {
  max-width: 32%;
}
@media (min-width: 992px) {
  .home3 .container-step .container .card.card3 img {
    max-width: 22.5%;
  }
}
@media (min-width: 1200px) {
  .home3 .container-step .container .card.card3 img {
    max-width: 20%;
  }
}
.home3 .container-step .container .card.card4 {
  background-color: #FF982E;
  color: #fff;
}
@media (min-width: 992px) {
  .home3 .container-step .container .card.card4 {
    margin-top: 12rem;
    margin-right: 9rem;
  }
}
.home3 .container-step .container .card:not(.opened) {
  cursor: pointer;
}
@media (min-width: 992px) {
  .home3 .container-step .container .card:not(.opened):hover {
    -webkit-animation: peek 0.75s forwards;
            animation: peek 0.75s forwards;
  }
}
.home3 .container-step .container .card.opened {
  z-index: 1080;
  top: 1rem;
  width: 100%;
  height: 85vh;
  top: 15%;
  left: 0;
  margin: 0 !important;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
  overflow: auto;
  border-radius: 2rem 2rem 0 0;
}
@media (min-width: 992px) {
  .home3 .container-step .container .card.opened {
    width: 60%;
    height: 65vh;
    -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
    top: 20%;
    left: 0;
    margin: 0 auto !important;
    overflow: auto;
    border-radius: 2rem;
  }
}
.home3 .container-step .container .card.opened .close {
  display: block;
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-size: 3rem;
}
.home3 .container-step .container .card.opened h4 {
  font-size: 2rem;
}
.home3 .container-step .container .card.opened p {
  font-size: 1.25rem;
}
.home3 .container-step .container .card .close {
  display: none;
}
.home3 .container-step .container .card a {
  color: #fff;
  text-decoration: underline;
}
.home3 .container-step .container .card img {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  max-width: 32%;
  display: none;
}
@media (min-width: 992px) {
  .home3 .container-step .container .card img {
    max-width: 22.5%;
  }
}
@media (min-width: 1200px) {
  .home3 .container-step .container .card img {
    max-width: 25%;
  }
}
.home3 .container-step .container .card ul {
  list-style: none;
}
.home3 .container-step .container .card ul li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}
.home3 .container-step .container .card .btn-secondary {
  display: block !important;
  color: #495057 !important;
  margin: 1rem auto 1rem 0;
  text-decoration: none;
  width: 15rem;
}
.home3 .container-step .container .card .btn-secondary:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff !important;
}
@media (min-width: 1200px) {
  .home3 .container-step .container .card .btn-secondary {
    margin: 0 1rem 1rem;
    float: left;
  }
}
.home3 .container-step .container .card .btn-outline-secondary {
  display: block !important;
  color: white;
  margin: 1rem auto 1rem 0;
  text-decoration: none;
  width: 15rem;
}
.home3 .container-step .container .card .btn-outline-secondary:hover {
  color: #495057 !important;
}
@media (min-width: 1200px) {
  .home3 .container-step .container .card .btn-outline-secondary {
    margin: 0 1rem 1rem;
    float: left;
  }
}
.home3 .container-step .container .card0 {
  margin-top: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .home3 .container-step .container .card0 {
    margin-top: 6rem;
  }
}
@media (min-width: 992px) {
  .home3 .container-step .container .card0 {
    position: absolute;
    margin-top: 0;
    top: 6rem;
  }
}
.home3 .container-step .container .card0 p {
  text-align: left;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .home3 .container-step .container .card0 p {
    font-size: 1rem;
  }
}
.home3 .container-step .container .card0 a {
  color: #fff;
  text-decoration: none;
  line-height: 32px;
}
.home3 .container-step .container .card0 a svg {
  fill: #fff;
  -webkit-animation-name: heartbeat;
          animation-name: heartbeat;
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
          animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.home4 {
  background: #fff;
  z-index: 4;
  opacity: 1;
}
@media (min-width: 992px) {
  .home4 {
    min-height: 160vh;
    opacity: 0;
  }
}
.home4 h2 {
  margin: 6rem auto 2rem;
  text-align: center;
}
.home4 h3 {
  text-align: center;
}
.home4 h4 {
  text-align: center;
  font-size: 1rem;
}
.home4 .container-step {
  background: transparent -webkit-gradient(linear, left bottom, left top, color-stop(95%, #fff), to(rgba(255, 255, 255, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #fff 95%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
@media (min-width: 992px) {
  .home4 .container-step {
    height: 100vh;
  }
}
.home4 .office {
  margin: 1rem;
  cursor: pointer;
}
.home4 .office .city {
  position: relative;
  padding: 1rem;
  border-radius: 120rem;
  border: 3px solid #495057;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  width: 7.5rem;
  height: 7.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .home4 .office .city {
    width: 12rem;
    height: 12rem;
  }
}
.home4 .office .city img {
  top: 0;
  position: absolute;
  width: 300%;
  margin: 0;
}
.home4 .office .content {
  padding: 3rem;
  left: 0;
  top: 100vh;
  width: 100%;
  position: fixed;
  border-radius: 2rem;
  width: 100%;
  height: auto;
  min-height: 80vh;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.25s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.25s;
  background-color: #495057;
}
.home4 .office .content h5 {
  color: #fff;
  text-align: center;
}
.home4 .office .content p {
  color: #fff;
  text-align: center;
}
.home4 .office .content a {
  color: #fff;
}
.home4 .office .content .time {
  font-size: 1.875rem;
}
.home4 .office.open .content {
  top: 20vh;
  left: 0;
  z-index: 101;
}
.home4 .office.open .content .close {
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-size: 1.875rem;
}
.home4 .office.open .content a {
  color: #fff;
}
.home4 .office.au .city {
  border-color: #BB1313;
}
.home4 .office.au img {
  left: -111px;
  top: -16px;
}
@media (min-width: 768px) {
  .home4 .office.au img {
    left: -173px;
    top: -25px;
  }
}
.home4 .office.au.open .content {
  background-color: #BB1313;
}
.home4 .office.uk .city {
  border-color: #FF890F;
}
.home4 .office.uk img {
  width: 393%;
  left: -160px;
  top: -36px;
}
@media (min-width: 768px) {
  .home4 .office.uk img {
    left: -256px;
    top: -59px;
  }
}
.home4 .office.uk.open .content {
  background-color: #FF890F;
}
.home4 .office.co .city {
  border-color: #05659F;
}
.home4 .office.co img {
  left: -94px;
  top: -18px;
  width: 289%;
}
@media (min-width: 768px) {
  .home4 .office.co img {
    left: -113px;
    top: -30px;
  }
}
.home4 .office.co.open .content {
  background-color: #05659F;
}
.home4 .office.br .city {
  border-color: #1AE679;
}
.home4 .office.br img {
  width: 314%;
  left: -236px;
  top: -24px;
}
@media (min-width: 768px) {
  .home4 .office.br img {
    left: -376px;
    top: -39px;
  }
}
.home4 .office.br.open .content {
  background-color: #1AE679;
}
.home4 .office.cl .city {
  border-color: #0192E0;
}
.home4 .office.cl img {
  left: -99px;
  top: -16px;
  width: 314%;
}
.home4 .office.cl.open .content {
  background-color: #0192E0;
}
.home4 .office.mx .city {
  border-color: #01E0D9;
}
.home4 .office.mx img {
  width: 380%;
  left: -213px;
  top: -27px;
}
.home4 .office.mx.open .content {
  background-color: #01E0D9;
}
.home4 .office.cn img {
  width: 380%;
  left: -235px;
  top: -43px;
}
.home4 .office.in img {
  width: 409%;
  left: -188px;
  top: -33px;
}
.home4 .container-distribution-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  overflow: visible;
  z-index: 9999 !important;
}
.home4 .distribution-map {
  position: relative;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}
@media (min-width: 992px) {
  .home4 .distribution-map {
    width: 90%;
  }
}
.home4 .distribution-map .map {
  max-width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  opacity: 1;
}
.home4 .distribution-map .map-au {
  max-width: 100%;
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.25s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.25s;
}
.home4 .distribution-map .map-uk {
  max-width: 100%;
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.25s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.25s;
}
.home4 .distribution-map .map-co {
  max-width: 100%;
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.25s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.25s;
}
.home4 .distribution-map .map-br {
  max-width: 100%;
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.25s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.25s;
}
.home4 .distribution-map .map-mx {
  max-width: 100%;
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.25s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.25s;
}
.home4 .distribution-map .map-cl {
  max-width: 100%;
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.25s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.25s;
}
.home4 .distribution-map .map-point {
  cursor: pointer;
  position: absolute;
  width: 22.5px;
  height: 30px;
  padding: 0;
  margin: 0;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.25s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.25s;
}
.home4 .distribution-map .map-point:hover .line {
  margin-top: -15rem;
  height: 15rem;
}
.home4 .distribution-map .map-point:hover .line img {
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.25s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.25s;
  top: 4rem;
}
.home4 .distribution-map .map-point:hover .content {
  display: block;
  height: 19rem;
  width: 15rem;
  margin-left: -15rem;
  margin-top: -15rem;
  z-index: 100;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
}
.home4 .distribution-map .map-point:hover .content h5 {
  opacity: 1;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.home4 .distribution-map .map-point:hover .content p {
  margin-top: 1rem;
  opacity: 1;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.home4 .distribution-map .map-point:hover .content .btn {
  opacity: 1;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.home4 .distribution-map .map-point .address {
  font-size: 0.875rem;
}
.home4 .distribution-map .map-point .fa-map-marker-alt {
  position: absolute;
  font-size: 1.875rem;
  margin-left: 0;
  margin-top: 0;
}
.home4 .distribution-map .map-point .time {
  font-size: 1.25rem;
}
.home4 .distribution-map .map-point a {
  color: #fff;
  text-decoration: none;
}
.home4 .distribution-map .map-point .line {
  position: absolute;
  width: 2.25rem;
  margin-top: 0;
  height: 0;
  overflow: hidden;
}
.home4 .distribution-map .map-point .line img {
  position: absolute;
  top: 25rem;
  left: 0;
  width: 100%;
  height: auto;
}
.home4 .distribution-map .map-point .content {
  position: absolute;
  display: none;
  width: 0;
  height: 0;
  margin: 0;
  padding: 1.5rem;
}
.home4 .distribution-map .map-point .content h5 {
  opacity: 0;
  color: #fff;
  text-align: center;
}
.home4 .distribution-map .map-point .content p {
  opacity: 0;
  color: #fff;
  text-align: center;
}
.home4 .distribution-map .map-point .content .btn {
  opacity: 0;
  background-color: #fff;
  color: #495057;
  border-radius: 5rem;
  margin-top: 2rem;
}
.home4 .distribution-map .map-point.cn {
  opacity: 1;
  top: 42%;
  right: 21%;
}
.home4 .distribution-map .map-point.cn .fa-map-marker-alt {
  color: #fff;
}
.home4 .distribution-map .map-point.cn .content {
  background-color: #adb5bd;
}
.home4 .distribution-map .map-point.cn .btn {
  color: #495057;
}
.home4 .distribution-map .map-point.in {
  opacity: 1;
  top: 49%;
  right: 30%;
}
.home4 .distribution-map .map-point.in .fa-map-marker-alt {
  color: #fff;
}
.home4 .distribution-map .map-point.in .content {
  background-color: #adb5bd;
}
.home4 .distribution-map .map-point.in .btn {
  color: #495057;
}
.home4 .distribution-map .map-point.au {
  bottom: 20%;
  right: 11%;
}
.home4 .distribution-map .map-point.au .fa-map-marker-alt {
  color: #BB1313;
}
.home4 .distribution-map .map-point.au .content {
  background-color: #BB1313;
}
.home4 .distribution-map .map-point.au .btn {
  color: #BB1313;
}
.home4 .distribution-map .map-point.uk {
  top: 31%;
  left: 45.5%;
}
.home4 .distribution-map .map-point.uk .fa-map-marker-alt {
  color: #FF890F;
}
.home4 .distribution-map .map-point.uk .content {
  background-color: #FF890F;
}
.home4 .distribution-map .map-point.uk .btn {
  color: #FF890F;
}
.home4 .distribution-map .map-point.uk .line {
  top: 3rem;
}
.home4 .distribution-map .map-point.uk .line img {
  top: -30rem;
}
.home4 .distribution-map .map-point.uk:hover .line {
  margin-top: 0;
}
.home4 .distribution-map .map-point.uk:hover .line img {
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.25s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.25s;
  top: 0;
}
.home4 .distribution-map .map-point.uk:hover .content {
  margin-top: 0;
}
.home4 .distribution-map .map-point.mx {
  top: 49%;
  left: 18.5%;
}
.home4 .distribution-map .map-point.mx .fa-map-marker-alt {
  color: #01E0D9;
}
.home4 .distribution-map .map-point.mx .content {
  background-color: #01E0D9;
}
.home4 .distribution-map .map-point.mx .btn {
  color: #01E0D9;
}
.home4 .distribution-map .map-point.mx .line {
  width: 2.5rem;
  left: 2rem;
}
.home4 .distribution-map .map-point.mx:hover .content {
  margin-left: 4rem;
}
.home4 .distribution-map .map-point.co {
  top: 56%;
  left: 25.5%;
}
.home4 .distribution-map .map-point.co .fa-map-marker-alt {
  color: #05659F;
}
.home4 .distribution-map .map-point.co .content {
  background-color: #05659F;
}
.home4 .distribution-map .map-point.co .btn {
  color: #05659F;
}
.home4 .distribution-map .map-point.co .line {
  width: 2.5rem;
  left: 2rem;
}
.home4 .distribution-map .map-point.co:hover .content {
  margin-left: 4rem;
}
.home4 .distribution-map .map-point.cl {
  top: 71%;
  left: 27%;
}
.home4 .distribution-map .map-point.cl .fa-map-marker-alt {
  color: #0192E0;
}
.home4 .distribution-map .map-point.cl .content {
  background-color: #0192E0;
}
.home4 .distribution-map .map-point.cl .btn {
  color: #0192E0;
}
.home4 .distribution-map .map-point.cl .line {
  width: 2.5rem;
  left: 2rem;
}
.home4 .distribution-map .map-point.cl:hover .content {
  margin-left: 4rem;
}
.home4 .distribution-map .map-point.br {
  top: 65%;
  left: 32%;
}
.home4 .distribution-map .map-point.br .fa-map-marker-alt {
  color: #1AE679;
}
.home4 .distribution-map .map-point.br .content {
  background-color: #1AE679;
}
.home4 .distribution-map .map-point.br .btn {
  color: #1AE679;
}
.home4 .distribution-map .map-point.br .line {
  width: 2.5rem;
  left: 2rem;
}
.home4 .distribution-map .map-point.br:hover .content {
  margin-left: 4rem;
}

.home5 {
  background: #fff;
  z-index: 3;
}
.home5 .swiper-container-outside {
  width: 100%;
  overflow: visible;
}
.home5 .testimonial {
  overflow: hidden;
}
.home5 .swiper-container,
.home5 .swiper-container-desktop {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home5 h3 {
  display: inline-block;
  margin-right: 1rem;
  line-height: 3rem;
}
.home5 .swiper-button-next,
.home5 .swiper-button-prev,
.home5 .button-prev,
.home5 .button-next {
  display: inline-block;
  text-align: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid #0192E0;
  color: #0192E0;
  border-radius: 100rem;
  line-height: 3rem;
  font-size: 1.5rem;
}
.home5 .swiper-button-next.swiper-button-disabled,
.home5 .swiper-button-prev.swiper-button-disabled,
.home5 .button-prev.swiper-button-disabled,
.home5 .button-next.swiper-button-disabled {
  opacity: 0.3;
}
.home5 .swiper-button-next.disabled,
.home5 .swiper-button-prev.disabled,
.home5 .button-prev.disabled,
.home5 .button-next.disabled {
  opacity: 0.3;
}
.home5 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home5 .swiper-slide h4 {
  margin-top: 1rem;
  font-size: 0.875rem;
}
.home5 .swiper-slide h5 {
  color: #0192E0;
  font-size: 0.875rem;
}
.home5 .swiper-slide img {
  width: 6rem;
  height: 6rem;
  border-radius: 100rem;
  border: 1px solid #adb5bd;
}
.home5 .swiper-slide .quote {
  position: absolute;
  background-color: #fff;
  width: 3rem;
  height: 3rem;
  left: 4rem;
  top: 2rem;
  border-radius: 100rem;
  text-align: center;
  -ms-flex-item-align: first baseline;
      align-self: first baseline;
}
.home5 .swiper-slide .quote .fas {
  line-height: 3rem;
  color: #0192E0;
  font-size: 1.5rem;
}
.home5 .swiper-slide .quote-image {
  position: relative;
}
.home5 .swiper-slide p {
  margin-left: 2rem;
}

.home6 {
  background: #fff;
  z-index: 3;
}
.home6 img {
  height: 4rem;
  margin: 1rem 0.5rem;
}

footer a {
  color: #495057;
  line-height: 3rem;
}
footer a:hover, footer a:focus {
  color: #495057;
}
footer .fa {
  color: #495057;
}
footer .social-buttons a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #495057;
  border-radius: 100rem;
  height: 3rem;
  width: 3rem;
  line-height: 1.8rem;
}
footer .social-buttons a:hover {
  border: 1px solid #495057;
  background-color: #495057;
}
footer .social-buttons a:hover .fa {
  color: #fff !important;
  margin: 0 i !important;
}

.back-top {
  opacity: 0;
  position: fixed;
  bottom: -2.5rem;
  left: 50%;
  z-index: 1000;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}
@media (min-width: 768px) {
  .back-top {
    opacity: 0;
  }
}
.back-top .btn {
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  -webkit-animation: bounce-arrow infinite;
          animation: bounce-arrow infinite;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 10s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 10s;
}
.back-top .btn .fa {
  -webkit-animation-name: bounce-arrow;
          animation-name: bounce-arrow;
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
          animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.contents .content {
  display: none;
  position: fixed;
  top: 0;
  background-color: #E2F4FF;
  width: 100%;
  height: 100vh;
  z-index: 1080;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
  -webkit-animation: rightLeft 0.25s forwards;
          animation: rightLeft 0.25s forwards;
}
.contents .content h1 {
  color: #FF982E;
  opacity: 0.3;
  font-size: 7.5rem;
  display: none;
}
@media (min-width: 768px) {
  .contents .content h1 {
    display: inline-block;
  }
}
.contents .content h2 {
  color: #FF982E;
  font-size: 2.5rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .contents .content h2 {
    position: absolute;
    bottom: 1.3rem;
    left: 1.5rem;
  }
}
.contents .content table {
  border-color: #adb5bd;
}
.contents .content.open {
  display: block;
  top: 0;
  left: 0;
  -webkit-animation: leftRight 0.25s forwards;
          animation: leftRight 0.25s forwards;
}
.contents .content.open .right {
  right: 0;
  -webkit-animation: leftRight2 0.25s forwards;
          animation: leftRight2 0.25s forwards;
}
.contents .content .logo {
  margin-top: 2rem;
  margin-bottom: 3rem;
  max-width: 80%;
  width: 10rem;
}
.contents .content iframe {
  width: 100%;
  height: 20rem;
  background-color: transparent;
}
@media (min-width: 576px) {
  .contents .content iframe {
    height: 10rem;
  }
}
.contents .content .left {
  height: 100vh;
  overflow-y: auto;
}
.contents .content .left .container {
  padding-bottom: 7rem;
}
.contents .content .left .step-text {
  display: inline-block;
  width: 90%;
}
.contents .content .left .step-number {
  display: inline-block;
  width: 7%;
  vertical-align: top;
}
@media (min-width: 768px) {
  .contents .content .left .step-number {
    font-size: 1.25rem;
  }
}
.contents .content .left .step1 {
  color: #FF982E;
}
.contents .content .left .step2 {
  color: #0d6efd;
}
.contents .content .left .step3 {
  color: #198754;
}
.contents .content .right {
  position: fixed;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .contents .content .right {
    background-color: #495057;
    height: 100vh;
  }
}
.contents .content .right .social-buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .contents .content .right .social-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .contents .content .right .social-buttons {
    bottom: 5rem;
  }
}
.contents .content .right .social-buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  margin: 0 auto 1rem;
}
.contents .content .right .close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  left: 0;
  width: 2rem;
  height: 2rem;
  margin: 2rem 2rem 2rem 0;
  border-radius: 100rem;
  background-color: #495057;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #343a40, 0 0 0 6px #fff;
          box-shadow: 0 0 0 2px #fff, 0 0 0 4px #343a40, 0 0 0 6px #fff;
  color: #fff;
  text-align: center;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .contents .content .right .close-btn {
    margin: 2rem auto;
  }
}
.contents .content .right .close-btn:hover, .contents .content .right .close-btn:focus {
  background-color: #fff;
  color: #495057;
}
.contents .content .request-demo {
  display: none;
}

.cookies-notice {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  background: transparent -webkit-gradient(linear, left bottom, left top, color-stop(25%, #495057), color-stop(65%, #343a40), to(rgba(33, 37, 41, 0)));
  background: transparent linear-gradient(0deg, #495057 25%, #343a40 65%, rgba(33, 37, 41, 0));
  z-index: 1100;
  padding-top: 2.5rem;
  padding-bottom: 0.5rem;
}
.cookies-notice p {
  margin-top: 0.5rem;
  color: #fff;
}
.cookies-notice .btn {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .cookies-notice .btn {
    margin-top: 0;
  }
}

.content.integrations .container {
  padding-bottom: 0px !important;
}

.content.tutorials-tab.opened-as-iframe {
  -webkit-animation: none;
          animation: none;
}
.content.tutorials-tab.opened-as-iframe .main-content {
  width: 100% !important;
  padding-right: 0px;
}
.content.tutorials-tab.opened-as-iframe .social-buttons-sidebar {
  display: none;
}
.content.tutorials-tab.opened-as-iframe .close-btn-div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.content.tutorials-tab .tutorial-top-bar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 1rem 0rem;
}
.content.tutorials-tab .tutorial-top-bar .input-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.content.tutorials-tab .tutorial-top-bar .input-group .input-group-prepend {
  margin-right: -1px;
}
.content.tutorials-tab .tutorial-top-bar .input-group .input-group-prepend .input-group-text {
  height: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.content.tutorials-tab .tutorial-top-bar .input-group input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.content.tutorials-tab .tutorial-top-bar .tutorial-lang-selector {
  text-align: right;
}
.content.tutorials-tab .tutorial-top-bar .tutorial-lang-selector .dropdown-toggle {
  padding-right: 2.2rem;
}
.content.tutorials-tab .tutorial-top-bar .tutorial-lang-selector .dropdown-menu {
  background-color: #ffffff;
}
.content.tutorials-tab .tutorial-top-bar .tutorial-lang-selector .flag {
  max-width: 1.5rem;
}
.content.tutorials-tab .tutorial-top-bar .tutorial-lang-selector span {
  padding-left: 0.25rem;
}
.content.tutorials-tab .tutorial-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1rem 1rem;
}
@media (min-width: 576px) {
  .content.tutorials-tab .tutorial-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.content.tutorials-tab .tutorial-list .tutorial-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  width: 260px;
  max-height: 25rem;
}
@media (min-width: 576px) {
  .content.tutorials-tab .tutorial-list .tutorial-card {
    max-width: 29%;
    width: 320px;
    max-height: 30rem;
  }
}
.content.tutorials-tab .tutorial-list .tutorial-card.hidden {
  display: none;
}
.content.tutorials-tab .tutorial-list .tutorial-card .tutorial-thumbnail {
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
  width: 100%;
  overflow-y: hidden;
  max-width: 100%;
  max-height: 100%;
}
.content.tutorials-tab .tutorial-list .tutorial-card .tutorial-thumbnail img {
  max-width: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.content.tutorials-tab .tutorial-list .tutorial-card .tutorial-bottom-toolbar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  min-height: 10%;
}
@media (min-width: 576px) {
  .content.tutorials-tab .tutorial-list .tutorial-card .tutorial-bottom-toolbar {
    min-height: none;
  }
}
.content.tutorials-tab .tutorial-list .tutorial-card .tutorial-bottom-toolbar .btn-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 0.5rem;
  border-top: 1px solid #343a40;
}
.content.tutorials-tab .tutorial-list .tutorial-card .tutorial-bottom-toolbar .btn-primary.video {
  border-left: 1px solid #343a40;
}
.content.tutorials-tab .tutorial-list .tutorial-card .tutorial-bottom-toolbar .btn-primary .btn-text {
  display: none;
}
@media (min-width: 768px) {
  .content.tutorials-tab .tutorial-list .tutorial-card .tutorial-bottom-toolbar .btn-primary .btn-text {
    display: block;
  }
}
.content.tutorials-tab .tutorial-video-modal {
  background-color: #212529;
}
.content.tutorials-tab .tutorial-video-modal .modal-content {
  background-color: rgba(0, 0, 0, 0);
}
.content.tutorials-tab .tutorial-video-modal .modal-content .modal-body {
  overflow-y: hidden;
}
.content.tutorials-tab .tutorial-video-modal .close-btn-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.content.tutorials-tab .tutorial-video-modal .close-btn-div > div {
  margin: 2rem;
  margin-top: 1rem;
}
.content.tutorials-tab .tutorial-video-modal .video-player {
  position: relative;
  padding: 177.78% 0 0 0;
  height: 72rem !important;
}
.content.tutorials-tab .tutorial-video-modal .video-player .tutorial-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 26vh;
  min-height: 640px;
}
.content.tutorials-tab .tutorial-video-modal .close-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  left: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 100rem;
  background-color: #495057;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #343a40, 0 0 0 6px #fff;
          box-shadow: 0 0 0 2px #fff, 0 0 0 4px #343a40, 0 0 0 6px #fff;
  color: #fff;
  text-align: center;
  line-height: 1.75rem;
}
.content.tutorials-tab .tutorial-video-modal .close-modal:hover, .content.tutorials-tab .tutorial-video-modal .close-modal:focus {
  background-color: #fff;
  color: #495057;
}

@-webkit-keyframes bounce-arrow {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9) translateY(0);
            transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translateY(-8px);
            transform: scale(0.9, 1.1) translateY(-8px);
  }
  50% {
    -webkit-transform: scale(1.05, 0.95) translateY(0);
            transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(-3px);
            transform: scale(1, 1) translateY(-3px);
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}

@keyframes bounce-arrow {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9) translateY(0);
            transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translateY(-8px);
            transform: scale(0.9, 1.1) translateY(-8px);
  }
  50% {
    -webkit-transform: scale(1.05, 0.95) translateY(0);
            transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(-3px);
            transform: scale(1, 1) translateY(-3px);
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  10% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  30% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  50% {
    -webkit-transform: scale(1.15, 1.15);
            transform: scale(1.15, 1.15);
  }
  57% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  64% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  10% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  30% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  50% {
    -webkit-transform: scale(1.15, 1.15);
            transform: scale(1.15, 1.15);
  }
  57% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  64% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes peek {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0rem, -2rem) rotate(0deg);
            transform: translate(0rem, -2rem) rotate(0deg);
  }
}
@keyframes peek {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0rem, -2rem) rotate(0deg);
            transform: translate(0rem, -2rem) rotate(0deg);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
  }
  5% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
            transform: translate(-1px, -2px) rotate(-1deg);
  }
  10% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
            transform: translate(-3px, 0px) rotate(1deg);
  }
  15% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
            transform: translate(3px, 2px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg);
  }
  25% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
            transform: translate(-1px, 2px) rotate(-1deg);
  }
  30% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
            transform: translate(-3px, 1px) rotate(0deg);
  }
  35% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
            transform: translate(3px, 1px) rotate(-1deg);
  }
  40% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
            transform: translate(-1px, -1px) rotate(1deg);
  }
  45% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
            transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
  }
  5% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
            transform: translate(-1px, -2px) rotate(-1deg);
  }
  10% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
            transform: translate(-3px, 0px) rotate(1deg);
  }
  15% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
            transform: translate(3px, 2px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg);
  }
  25% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
            transform: translate(-1px, 2px) rotate(-1deg);
  }
  30% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
            transform: translate(-3px, 1px) rotate(0deg);
  }
  35% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
            transform: translate(3px, 1px) rotate(-1deg);
  }
  40% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
            transform: translate(-1px, -1px) rotate(1deg);
  }
  45% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
            transform: translate(1px, -2px) rotate(-1deg);
  }
}
@-webkit-keyframes leftRight {
  0% {
    left: -100%;
  }
  50% {
    left: -50%;
  }
  100% {
    left: 0;
  }
}
@keyframes leftRight {
  0% {
    left: -100%;
  }
  50% {
    left: -50%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftRight2 {
  0% {
    right: 100%;
  }
  50% {
    right: 50%;
  }
  100% {
    right: 0;
  }
}
@keyframes leftRight2 {
  0% {
    right: 100%;
  }
  50% {
    right: 50%;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes rightLeft {
  0% {
    left: 0;
  }
  50% {
    left: -50%;
  }
  100% {
    left: -100%;
  }
}
@keyframes rightLeft {
  0% {
    left: 0;
  }
  50% {
    left: -50%;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes rightLeft2 {
  0% {
    right: 0;
  }
  50% {
    right: 50%;
  }
  100% {
    right: 100%;
  }
}
@keyframes rightLeft2 {
  0% {
    right: 0;
  }
  50% {
    right: 50%;
  }
  100% {
    right: 100%;
  }
}
/*# sourceMappingURL=content.css.map */
