@keyframes blink {
  50% {
    opacity: 0.0; } }
@-webkit-keyframes blink {
  50% {
    opacity: 0.0; } }
.blink {
  -webkit-animation: blink 1s step-start 0s infinite;
  -moz-animation: blink 1s step-start 0s infinite;
  animation: blink 1s step-start 0s infinite; }

.section.no-padding-top-mobile {
  padding: 0 1.5rem 3rem; }

.bg-liner-yellow-blue {
  background: #ffa800;
  background: linear-gradient(180deg, #ffa800 0%, #00b4ed 100%); }

.bg-grey {
  background-color: #c1c1c1; }

@font-face {
  font-family: 'BasierSquare-Regular';
  src: url("../fonts/basiersquare-regular-webfont.woff") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GlacialIndiferrence-Bold';
  src: url("../fonts/GlacialIndifference-Bold.woff") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GlacialIndiferrence-Regular';
  src: url("../fonts/GlacialIndifference-Regular.woff") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GothaPro-Bold';
  src: url("../fonts/GothaProBol.woff") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GothaPro-Med';
  src: url("../fonts/GothaProMed.woff") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GothaPro-Reg';
  src: url("../fonts/GothaProReg.woff") format("truetype");
  font-weight: normal;
  font-style: normal; }
.title-section {
  color: #453434;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 0;
  font-family: Libre Bodoni, sans-serif;
  font-size: 3rem;
  font-weight: bold; }
  @media only screen and (max-width: 480px) {
    .title-section {
      font-size: 1.4rem;
      margin-bottom: -1rem; } }

/* Hamburger Icon */
#hamburgericon {
  position: fixed;
  z-index: 9998;
  display: none;
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media only screen and (max-width: 480px) {
    #hamburgericon {
      display: block; } }

#hamburgericon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #4797f0;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Hamburger Lines  */
#hamburgericon span:nth-child(1) {
  top: 0px; }

#hamburgericon span:nth-child(2),
#hamburgericon span:nth-child(3) {
  top: 8px; }

#hamburgericon span:nth-child(4) {
  top: 16px; }

#hamburgericon.hamburger-open span {
  background: #000; }

#hamburgericon.hamburger-open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%; }

#hamburgericon.hamburger-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#hamburgericon.hamburger-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#hamburgericon.hamburger-open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.modal.is-active {
  display: block; }

.menuBtn {
  font-family: 'OpenSans-ExtraBold';
  border: none;
  outline: none !important;
  min-width: 70px;
  color: transparent !important; }
  @media only screen and (min-width: 768px) {
    .menuBtn {
      min-width: 70px;
      color: #000 !important; } }
  .menuBtn:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url(../../assets/images/icon/menu.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    margin-left: 0; }
    @media only screen and (min-width: 768px) {
      .menuBtn:before {
        margin-left: 1rem; } }

.button.menuBtn:focus:not(:active) {
  box-shadow: none; }

.button.menuBtn:focus {
  border-color: transparent; }

.menuBtn-2, .menuBtn-3 {
  font-family: 'OpenSans-ExtraBold';
  border: none;
  outline: none !important;
  min-width: 100px;
  color: transparent !important; }
  @media only screen and (min-width: 768px) {
    .menuBtn-2, .menuBtn-3 {
      min-width: 100px;
      color: #000 !important; } }

.menuBtn-2:focus, .menuBtn-3:focus {
  border-color: #bfa563;
  box-shadow: 0 0 0 0.125em #bfa563; }

.menuBtn-2:hover, .menuBtn-3:hover {
  box-shadow: none; }

#menuleft {
  background: #fff;
  position: absolute;
  left: 0;
  top: -10px;
  overflow: visible;
  margin-left: 0;
  margin-top: 0;
  width: 190px;
  box-shadow: 0px 7px 9px 2px #b7b7b76e; }
  @media only screen and (min-width: 768px) {
    #menuleft {
      width: 270px; } }
  #menuleft .modalmenu li {
    padding: 0.75rem 1.25rem;
    line-height: 1;
    border-bottom: 1px solid #F7F7F7; }
    @media only screen and (min-width: 768px) {
      #menuleft .modalmenu li {
        padding: 1rem 1.5rem; } }
    #menuleft .modalmenu li a {
      font-family: 'OpenSans-Bold';
      color: #000; }
      @media only screen and (max-width: 480px) {
        #menuleft .modalmenu li a {
          font-size: 16px; } }
      #menuleft .modalmenu li a:hover {
        color: #00B4ED; }
  #menuleft .modalmenu .has-dropdown:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url(../../assets/images/icon/chevron-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    margin-top: 0;
    margin-right: 1rem; }
  #menuleft .modalmenu .has-dropdown .dropdown-box {
    display: none; }
  #menuleft .modalmenu .has-dropdown:hover .dropdown-box {
    overflow-y: scroll;
    padding: 1.5rem 1.5rem;
    display: block;
    position: absolute;
    width: 220px;
    background: #fff;
    left: 90%;
    margin-top: -3rem; }
    @media only screen and (min-width: 768px) {
      #menuleft .modalmenu .has-dropdown:hover .dropdown-box {
        width: 420px;
        padding: 1.5rem 3rem;
        left: 95%; } }
    #menuleft .modalmenu .has-dropdown:hover .dropdown-box strong {
      color: #ACADB8;
      margin-bottom: 1rem;
      font-family: 'OpenSans-Regular'; }
    #menuleft .modalmenu .has-dropdown:hover .dropdown-box ul {
      margin-top: 1rem; }
      #menuleft .modalmenu .has-dropdown:hover .dropdown-box ul li {
        padding: 0.25rem 0;
        line-height: 1.5; }
        @media only screen and (max-width: 480px) {
          #menuleft .modalmenu .has-dropdown:hover .dropdown-box ul li a {
            font-size: 14px; } }
  #menuleft .modalmenu .has-dropdown:hover:after {
    background-image: url(../../assets/images/icon/chevron-right-alt.svg); }

.modal-div-section {
  position: relative;
  top: 57px;
  width: 100%;
  height: 100px; }
  @media only screen and (min-width: 768px) {
    .modal-div-section {
      top: 105px; } }

#modal2 #menuleft {
  margin-left: 14rem; }

#modal3 #menuleft {
  margin-left: 22rem; }

#modal #menuleft {
  margin-left: 0rem;
  margin-top: 0.7rem; }
  @media only screen and (min-width: 768px) {
    #modal #menuleft {
      margin-left: 10rem;
      margin-top: 0rem; } }

.btn-login-link {
  font-family: 'OpenSans-ExtraBold';
  min-width: 80px;
  margin-left: 1.75rem;
  border: none; }
  @media only screen and (min-width: 768px) {
    .btn-login-link {
      min-width: auto;
      margin-left: 0; } }

.socmed.top {
  margin-top: 0;
  margin-right: 0;
  display: flex; }
  @media only screen and (min-width: 768px) {
    .socmed.top {
      margin-top: 0;
      display: flex; } }
  .socmed.top li {
    display: inline-block;
    margin-left: 0.5rem; }
    .socmed.top li img {
      height: 1.5rem;
      margin-left: .75rem; }
      @media only screen and (min-width: 768px) {
        .socmed.top li img {
          margin-left: 1.25rem; } }
    .socmed.top li svg {
      height: 1.5rem;
      margin-left: 1.25rem;
      width: 20px;
      color: #00B4ED; }
      .socmed.top li svg:hover {
        color: #fff; }

.horizontal-menu-left {
  letter-spacing: .25px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: none; }
  @media only screen and (min-width: 768px) {
    .horizontal-menu-left {
      display: block; } }
  .horizontal-menu-left li {
    display: inline-block;
    margin-right: 1.5rem; }
    .horizontal-menu-left li a {
      color: #453434; }
      .horizontal-menu-left li a:hover {
        color: #453434; }
        .horizontal-menu-left li a:hover:after {
          transform: scaleX(1); }
      .horizontal-menu-left li a:after {
        display: block;
        content: '';
        border-bottom: solid 1px #453434;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out; }

.horizontal-menu-right {
  letter-spacing: .25px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: none; }
  @media only screen and (min-width: 768px) {
    .horizontal-menu-right {
      display: block; } }
  .horizontal-menu-right li {
    display: inline-block;
    margin-left: 1.5rem; }
    .horizontal-menu-right li a {
      color: #453434; }
      .horizontal-menu-right li a:hover {
        color: #453434; }
        .horizontal-menu-right li a:hover:after {
          transform: scaleX(1); }
      .horizontal-menu-right li a:after {
        display: block;
        content: '';
        border-bottom: solid 1px #453434;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out; }

.socmed-footer-mobile {
  display: flex !important;
  justify-content: center; }

.header-section {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  padding: 20px;
  z-index: 51;
  width: 100%;
  position: fixed;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
  @media only screen and (max-width: 480px) {
    .header-section {
      box-shadow: unset; } }

.sosmed-icon {
  vertical-align: middle;
  align-items: stretch;
  justify-content: flex-end; }
  .sosmed-icon:hover {
    color: #00B4ED; }

.icon-sosmed-hover:hover g path:first-child {
  fill: #00B4ED; }

.icon-sosmed-hover2:hover g path:first-child {
  fill: #00B4ED; }

.icon-sosmed-hover1:hover path {
  fill: #00B4ED; }

.modal-background {
  background-color: rgba(255, 255, 255, 0.975); }

.overlay-menu {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 49;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-y: hidden;
  transition: 0.5s; }

.overlay-open {
  height: 37%; }

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: left;
  padding-left: 1.5rem;
  margin-top: 2rem; }

.overlay-menu a {
  padding: 8px;
  text-decoration: none;
  line-height: 1.25;
  color: #453434;
  text-transform: capitalize;
  display: block;
  transition: 0.3s;
  font-family: Karla, sans-serif;
  font-size: 18px;
  padding-bottom: 1.2rem; }

.overlay-menu a.is-active {
  position: relative;
  color: #453434; }

.overlay-menu a:hover,
.overlay-menu a:focus {
  color: #ccc; }

.open-close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  text-decoration: none;
  z-index: 10; }

@media screen and (max-height: 480px) {
  .overlay-menu {
    overflow-y: auto; }

  .overlay-menu a {
    font-size: 20px; } }
/* Hamburger Icon */
#hamburgericon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9998;
  display: none;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media only screen and (max-width: 480px) {
    #hamburgericon {
      display: block;
      top: 0.3rem;
      right: 1rem; } }

#hamburgericon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333333;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Hamburger Lines  */
#hamburgericon span:nth-child(1) {
  top: 0px; }

#hamburgericon span:nth-child(2),
#hamburgericon span:nth-child(3) {
  top: 6px; }

#hamburgericon span:nth-child(4) {
  top: 12px; }

#hamburgericon.hamburger-open span {
  background: #333333; }

#hamburgericon.hamburger-open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%; }

#hamburgericon.hamburger-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#hamburgericon.hamburger-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#hamburgericon.hamburger-open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

#eye {
  color: #00B4ED;
  position: relative;
  z-index: 2;
  background: #fff; }
  @media only screen and (min-width: 768px) {
    #eye {
      display: none; } }

.eye.open:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-50%);
  margin-left: 50%;
  margin-top: -4px;
  z-index: 1;
  width: 7px;
  height: 7px;
  background-color: #00B4ED;
  border-radius: 7px; }

body {
  background-color: #010101;
  height: 100vh; }

video {
  height: 100vh;
  width: 100%;
  object-fit: fill;
  position: absolute; }
  @media only screen and (max-width: 480px) {
    video {
      height: 33vh;
      margin-top: 30vh; } }

.first-section {
  margin-top: 34vh;
  min-height: 43vh; }

.footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fafafa;
  padding: 3rem 1.5rem 3rem; }
  .footer .wrap-desc {
    font-size: 12px; }

video::-internal-media-controls-download-button {
  display: none; }

.btn-info-box {
  position: absolute;
  top: 1.475rem;
  right: 4.5rem;
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 3rem; }

.desc-box {
  position: absolute;
  bottom: 0;
  width: 96%;
  margin-left: 2%;
  padding: 1.75rem 1.25rem; }
  .desc-box .title {
    opacity: 0;
    transition: all .3s; }

.showing .title {
  opacity: 1;
  color: #9e9e9e !important;
  transition: all .3s; }

/*# sourceMappingURL=main.css.map */
