.main {
  background-color: #0d67a1;
  min-height: 480px;
}
.main .container {
  position: relative;
  border: 10px solid #1e8ca6;
  padding: 8rem 10rem;
}
.main .container .logo img {
  max-width: 220px;
}
.main .container .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 18rem 0 2rem 0;
  position: relative;
}
.main .container .blocks .robot {
  position: absolute;
  width: 340px;
  top: -160px;
  left: 35%;
  -webkit-animation: floatAnimation 5s ease-in-out infinite;
          animation: floatAnimation 5s ease-in-out infinite;
}
.main .container .blocks .block {
  max-width: 320px;
  position: relative;
  cursor: pointer;
  margin-bottom: 3rem;
}
.main .container .blocks .block .arm {
  position: absolute;
}
.main .container .blocks .block .image {
  border-radius: 8pt;
  border: 3px solid #1e8ca6;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  max-width: 420px;
}
.main .container .blocks .block .image img {
  width: 100%;
}
.main .container .blocks .block .title {
  color: #fff;
  font-size: 13pt;
  text-align: center;
  margin: 0.725rem;
  line-height: 1.15;
}
.main .container .blocks .block:hover .image {
  border-color: #eea220;
}
.main .container .blocks .block-left .arm {
  width: 100px;
  top: -150px;
}
.main .container .blocks .block-right .arm {
  width: 140px;
  top: 50px;
  right: -100px;
}
.main .container .misc {
  position: absolute;
  -webkit-animation: floatAnimation 10s ease-in-out infinite;
          animation: floatAnimation 10s ease-in-out infinite;
}
.main .container .misc-1 {
  top: -10px;
  left: -10px;
  width: 160px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.main .container .misc-2 {
  top: 0;
  left: 50%;
  width: 140px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.main .container .misc-3 {
  right: 0;
  top: 0;
  width: 180px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.main .container .misc-4 {
  left: 0;
  top: 30%;
  width: 70px;
}
.main .container .misc-5 {
  top: 40%;
  right: 0;
  width: 40px;
}
@media screen and (max-width: 991px) {
  .main .container {
    padding: 5rem 6rem;
  }
  .main .container .logo img {
    max-width: 176px;
  }
  .main .container .misc-2 {
    width: 80px;
  }
  .main .container .misc-3 {
    width: 80px;
  }
  .main .container .misc-4 {
    -webkit-transform: scale3d(0.6, 0.6, 1);
            transform: scale3d(0.6, 0.6, 1);
  }
  .main .container .blocks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main .container .blocks .robot {
    width: 200px;
  }
  .main .container .blocks .block {
    margin-bottom: 2rem;
  }
  .main .container .blocks .block .arm {
    -webkit-transform: scale3d(0.6, 0.6, 1);
            transform: scale3d(0.6, 0.6, 1);
  }
  .main .container .blocks .block-left .arm {
    top: -120px;
  }
  .main .container .misc-1 {
    top: -10px;
    left: -10px;
    width: 100px;
  }
}
.pop-iframe {
  background-color: rgba(13,103,161,0.95);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  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;
  z-index: 3;
  visibility: hidden;
}
.pop-iframe .pop-content {
  padding: 1rem;
  position: relative;
  width: 82%;
  height: 86%;
  text-align: center;
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.pop-iframe .pop-content iframe {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.pop-iframe .pop-content video {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.pop-iframe .pop-content .title {
  font-family: 'Baloo Bhai', sans-serif;
  margin: 2rem 0;
  color: #fff;
}
.pop-iframe .pop-content .title a {
  color: #fff;
}
.pop-iframe .pop-content .pop-close {
  position: absolute;
  cursor: pointer;
  top: -5rem;
  right: 1rem;
  color: #fff;
  font-size: 3rem;
  -webkit-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
}
.pop-iframe .pop-content .pop-close:hover {
  color: #ffb500;
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
          transform: rotate3d(0, 0, 1, 180deg);
}
.pop-iframe.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
.pop-iframe.active .pop-content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.video-pop {
  background-color: rgba(238,162,32,0);
  position: fixed;
  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;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  visibility: hidden;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 99;
}
.video-pop .video-wrapper {
  background-color: #000;
  height: 80%;
  width: 80%;
  -webkit-transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-300px);
      -ms-transform: translateY(-300px);
          transform: translateY(-300px);
}
.video-pop .video-wrapper video {
  height: 100%;
  width: 100%;
}
.video-pop .close {
  position: absolute;
  top: 16px;
  right: 16px;
  opacity: 1;
  color: #fff;
  text-shadow: none;
  font-size: 4rem;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.video-pop .close:hover {
  -webkit-transform: rotate3d(0, 0, 1, 90deg) translateY(-1px);
          transform: rotate3d(0, 0, 1, 90deg) translateY(-1px);
}
.video-pop.active {
  background-color: rgba(255,165,0,0.95);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
.video-pop.active .video-wrapper {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@-webkit-keyframes floatAnimation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes floatAnimation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
