::-moz-selection {
  background-color: var(--o200);
}

::selection {
  background-color: var(--o200);
}

:root {
  /*Global color*/
  --primary:var(--b500);
  --secondary:var(--o500);
  --danger:var(--r500);
  --warning:var(--y500);
  --success:var(--g600);
  --info:var(--p500);
  --white: #ffffff;
  /*Body color*/
  --text-default:var(--n500);
  --text-secondary:var(--n400);
  --text-muted:var(--n200);
  --text-link:var(--b500);
  --text-disabled:var(--n300);
  --text-warning:var(--y700);
  --text-success:var(--g700);
  /*Background color*/
  --bg-default:var(--s100);
  --bg-disabled:var(--n100);
  --bg-success:var(--g100);
  --bg-danger:var(--r100);
  --bg-warning:var(--y100);
  --bg-info:var(--t100);
  --bg-help:var(--p100);
  --bg-primary:var(--b100);
  /*Border*/
  --border-default:var(--s200);
  /*Transparent*/
  --black50:rgba(0,0,0,.5);
  --black25:rgba(0,0,0,.25);
  --black10:rgba(0,0,0,.1);
  --white50:rgba(255,255,255,.5);
  --white0:rgba(255,255,255,0);
  /*Blue*/
  --b900: #112E50;
  --b800: #173F6D;
  --b700: #1D508B;
  --b600: #2461A9;
  --b500: #2A72C7;
  --b400: #6A9CD8;
  --b300: #95B9E3;
  --b200: #BFD5EE;
  --b100: #EAF1F9;
  --b50: #F4F8FC;
  /*Orange*/
  --o900: #602600;
  --o800: #843400;
  --o700: #A84200;
  --o600: #CC5000;
  --o500: #F05E00;
  --o400: #F58E4D;
  --o300: #F8AF80;
  --o200: #FBCFB3;
  --o100: #FEEFE5;
  /* Yellow */
  --y900: #614A00;
  --y800: #856601;
  --y700: #A98201;
  --y600: #CE9E01;
  --y500: #F2BA01;
  --y400: #F6CF4D;
  --y300: #F9DD80;
  --y200: #FBEAB3;
  --y100: #FEF8E6;
  /* Green  */
  --g900: #11501B;
  --g800: #176D25;
  --g700: #1D8B2F;
  --g600: #24A939;
  --g500: #2AC743;
  --g400: #6AD87B;
  --g300: #95E3A1;
  --g200: #BFEEC7;
  --g100: #EAF9EC;
  /* Red  */
  --r900: #590D0D;
  --r800: #7B1212;
  --r700: #9C1616;
  --r600: #BE1B1B;
  --r500: #DF2020;
  --r400: #E96363;
  --r300: #EF8F8F;
  --r200: #F5BCBC;
  --r100: #FCE9E9;
  /* Purple  */
  --p900: #3C1150;
  --p800: #52176D;
  --p700: #681D8B;
  --p600: #7F24A9;
  --p500: #952AC7;
  --p400: #B56AD8;
  --p300: #CA95E3;
  --p200: #DFBFEE;
  --p100: #F4EAF9;
  /* Topaz  */
  --t900: #114450;
  --t800: #175E6D;
  --t700: #1D788B;
  --t600: #2491A9;
  --t500: #2AABC7;
  --t400: #6AC4D8;
  --t300: #95D5E3;
  --t200: #BFE6EE;
  --t100: #EAF7F9;
  /* Neutral  */
  --n900: #0F151B;
  --n800: #151D25;
  --n700: #1B2430;
  --n600: #202C3A;
  --n500: #263444;
  --n400: #67717C;
  --n300: #939AA1;
  --n200: #BEC2C7;
  --n100: #E9EBEC;
  /* Stone  */
  --s900: #2F363D;
  --s800: #414A54;
  --s700: #535F6A;
  --s600: #647381;
  --s500: #768798;
  --s400: #9FABB7;
  --s300: #BBC3CB;
  --s200: #D6DBE0;
  --s100: #F1F3F5;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: var(--text-default);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: var(--text-default);
}

.paragraph-regular {
  line-height: 1.75rem;
}

.pdt-header {
  padding: 12px 0;
  width: 100%;
  position: absolute;
  z-index: 234;
  background-color: #FF6F00;
  height: 64px;
}

.header-fixed {
  position: fixed;
  z-index: 887;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(214, 219, 224, 0.2), 0px 8px 16px -8px rgba(1, 24, 48, 0.2);
          box-shadow: 0px 0px 0px 1px rgba(214, 219, 224, 0.2), 0px 8px 16px -8px rgba(1, 24, 48, 0.2);
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}

.pdt-custom-height {
  height: 38px;
}

.md-hide {
  display: none;
}

.md-show {
  display: block;
}

.max-width-200 {
  max-width: 100%;
}

.main-logo img {
  height: 24px;
}

ul.navbar-custom {
  list-style-type: none;
  margin: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
ul.navbar-custom ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.navbar-custom ul li a {
  padding: 0.5rem 1rem;
  color: var(--b50);
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 0.875rem;
}
ul.navbar-custom .nav-link {
  position: relative;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  color: var(--o100);
  font-size: 0.875rem;
}
ul.navbar-custom a.nav-link.nav-link-active {
  color: white;
  position: relative;
}
ul.navbar-custom a.nav-link.nav-link-active::after {
  position: absolute;
  content: "";
  width: calc(100% - 1.5rem);
  height: 2px;
  background-color: white;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
ul.navbar-custom.m-menu {
  width: 100%;
  height: 100%;
  background-color: #083D62;
  position: fixed;
  z-index: 9991;
  margin: 0 0 0 0;
  padding: 4rem 1rem 1rem 1rem;
  top: 0;
  left: 0;
  display: block !important;
}
ul.navbar-custom.m-menu:before {
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  z-index: -1;
}
ul.navbar-custom.m-menu .md-hide {
  display: inherit !important;
}
ul.navbar-custom.m-menu li a.nav-link {
  padding: 0.5rem;
  margin: 0.5rem 0;
  text-align: center;
  border-radius: 4px;
}
ul.navbar-custom.m-menu li a.nav-link:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
ul.navbar-custom.m-menu li .btn {
  width: 100%;
}
ul.navbar-custom.m-menu .burger-menu {
  float: right;
}
ul.navbar-custom li {
  margin: 0 0.5rem;
}

.burger-menu {
  width: 38px;
  height: 38px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  padding: 4px;
  position: absolute;
  top: 0;
  right: 0;
}

.burger-menu .icon {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 30px;
  top: 18px;
  background-color: var(--b50);
}

.burger-menu .icon:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: var(--b50);
  content: "";
  top: -10px;
}

.burger-menu .icon:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: var(--b50);
  content: "";
  top: 10px;
}

.burger-menu.open .icon {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: transparent;
}

.burger-menu.open .icon:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
          transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}

.burger-menu.open .icon:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
          transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}

.burger-menu:hover {
  cursor: pointer;
}

.burger-menu.open {
  top: 0.5rem;
  right: 1.5rem;
  position: absolute;
}

.web-lang a {
  text-decoration: none;
  padding: 0.5rem 0.5rem;
  border-radius: 0.5rem;
  color: var(--b50);
  font-size: 0.875rem;
}

.web-lang a:hover {
  cursor: pointer;
  opacity: 1;
}

.web-lang a.is-active {
  opacity: 1;
  position: relative;
}

.web-lang .separator {
  color: var(--text-default);
  opacity: 0.5;
}

.web-lang a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: var(--flag-size);
  height: var(--flag-size);
  overflow: hidden;
  border: solid 1px var(--border-default);
  border-radius: 16px;
  padding: 0;
}

.web-lang span img {
  display: block;
  height: var(--flag-size);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

@media (min-width: 992px) {
  .md-hide {
    display: inherit;
  }
  .md-show {
    display: none;
  }
  .max-width-200 {
    max-width: 200px;
  }
  .modal-search-trigger {
    margin-right: 0;
  }
  ul.navbar-custom {
    list-style-type: none;
    margin: 0;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
  ul.navbar-custom li {
    position: relative;
    cursor: pointer;
    border-radius: 0.5rem;
  }
  ul.navbar-custom li:hover > ul, ul.navbar-custom li:focus-within > ul,
  ul.navbar-custom li ul:hover,
  ul.navbar-custom li ul:focus {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  ul.navbar-custom li:hover, ul.navbar-custom li:focus-within {
    background-color: rgba(255, 255, 255, 0.1);
  }
  ul.navbar-custom li ul {
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0;
    padding: 0;
    right: 0;
    display: none;
    top: 34px;
    border-radius: 0.5rem;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: 0.5rem 0;
    /* Card/Small Shadow */
    -webkit-box-shadow: 0px 8px 16px -8px rgba(1, 24, 48, 0.2), 0px 0px 0px 1px rgba(214, 219, 224, 0.2);
            box-shadow: 0px 8px 16px -8px rgba(1, 24, 48, 0.2), 0px 0px 0px 1px rgba(214, 219, 224, 0.2);
  }
  ul.navbar-custom li ul li {
    clear: both;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
  }
  ul.navbar-custom li ul li a {
    text-decoration: none;
    text-align: left;
    color: var(--text-default);
    display: block;
    padding: 0.5rem 1rem;
    margin: 0;
    width: 200px;
    font-size: 0.875rem;
  }
  ul.navbar-custom li ul li a:hover {
    cursor: pointer;
    background-color: rgba(42, 114, 199, 0.05);
  }
  ul.navbar-custom .nav-link {
    position: relative;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
  }
  ul.navbar-custom.m-menu {
    width: 100%;
    height: 100%;
    background-color: var(--b100);
    position: fixed;
    z-index: 9991;
    margin: 0 0 0 0;
    padding: 4rem 1rem 1rem 1rem;
    top: 0;
    left: 0;
    display: block !important;
  }
  ul.navbar-custom.m-menu:before {
    display: block;
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(21.93%, #FFFFFF), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, #FFFFFF 21.93%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
  }
  ul.navbar-custom.m-menu .md-hide {
    display: inherit !important;
  }
  ul.navbar-custom.m-menu li a.nav-link {
    padding: 0.5rem;
    margin: 0.5rem 0;
    text-align: center;
    border-radius: 4px;
  }
  ul.navbar-custom.m-menu li a.nav-link:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  ul.navbar-custom.m-menu li .btn {
    width: 100%;
  }
  ul.navbar-custom.m-menu .burger-menu {
    float: right;
  }
  ul.navbar-custom li {
    margin: 0 0.5rem;
  }
  .main-logo img {
    height: 32px;
  }
}
.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* Icons */
.icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor;
}

.icon--inline {
  display: inline-block;
  width: 1em;
  height: 100%;
  margin: 0 0.25em 0 0;
}

.form__close {
  margin: 1.25em 0 0 0;
  position: relative;
  display: inline-block;
  height: 0.65em;
  float: left;
  font-weight: bold;
  cursor: pointer;
}

/* Page Loader */
.loading::before {
  content: "";
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #083D62;
  z-index: 1000;
}

.loading::after {
  content: "";
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin: -25px 0 0 -25px;
  pointer-events: none;
  background: #FF6F00;
  -webkit-animation: loaderAnim 0.8s ease-out infinite alternate forwards;
          animation: loaderAnim 0.8s ease-out infinite alternate forwards;
}

@-webkit-keyframes loaderAnim {
  to {
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
}

@keyframes loaderAnim {
  to {
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
}
.content.intro {
  height: 93vh;
}

/* Content */
.content {
  position: relative;
  min-height: 300px;
  overflow-x: hidden;
}

.content--full {
  height: 100vh;
  min-height: 600px;
}

.flexy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
}

.flexy--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flexy--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.content__heading {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  padding: 0 5vw;
}

.content__heading--center {
  text-align: center;
}

.content__title--half {
  width: 50vw;
  z-index: 2;
}

.content__title--enclosed {
  padding: 0;
  margin: 0;
}

.content__title--center {
  margin: auto;
}

.content__title--right {
  text-align: right;
  padding: 0 0 0 2em;
}

.content__title--left {
  margin-left: -18vw;
}

.content__title__inner {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: inline-block;
  position: relative;
}

p.content__title__inner {
  line-height: 150%;
}

.content__title__inner--offset-1 {
  top: -0.25em;
  left: 13.6vw;
}

.content__title__inner--offset-2 {
  top: -0.25em;
  left: 1.75vw;
}

.content__title__inner--offset-3 {
  left: -10vw;
  top: -0.25em;
}

.content__image-wrap {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.content__image-wrap--half {
  width: 50vw;
}

.content__image {
  width: 100%;
  display: block;
}

.triggers {
  border: 2px solid;
  padding: 3em;
  margin: 0 5vw;
  width: 40vw;
}

/* Related demos */
.content--related {
  padding: 8em 5vw;
  font-weight: bold;
  text-align: center;
}

.content--related .demos {
  padding-bottom: 3em;
}

.media-item {
  display: inline-block;
  padding: 1em;
  vertical-align: top;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.media-item__img {
  max-width: 100%;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
  opacity: 1;
}

.media-item__title {
  margin: 0;
  padding: 0.5em;
}

/* Demo specific styles */
/* Menu */
.box {
  max-width: 600px;
  width: 100%;
  margin: 16vh 0 0 0;
}

.box--small {
  max-width: 500px;
}

.box--border {
  padding: 2em 3em;
  border: 2px solid;
}

.form {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

.js .form {
  pointer-events: none;
}

.js .form--open {
  pointer-events: visible;
}

.form__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 400px;
  top: 0;
  left: 0;
  padding: 5vw;
  background: #fcf652;
}

.form__section {
  text-align: left;
  padding: 0.5em 0;
  width: 80%;
  max-width: 380px;
  margin: 0 auto;
}

.form__section--title {
  padding: 0 0 1em;
  line-height: 1.1;
  max-width: 380px;
  margin: 0 auto;
}

.js .form__section {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s, -webkit-transform 0s 0.6s;
  transition: opacity 0s 0.6s, -webkit-transform 0s 0.6s;
  transition: transform 0s 0.6s, opacity 0s 0.6s;
  transition: transform 0s 0.6s, opacity 0s 0.6s, -webkit-transform 0s 0.6s;
}

.form--open .form__section {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s;
  transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s;
  transition: transform 1s 0.3s, opacity 1s 0.3s;
  transition: transform 1s 0.3s, opacity 1s 0.3s, -webkit-transform 1s 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
}

.form--open .form__section:nth-child(2) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.form--open .form__section:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.form--open .form__section:nth-child(4) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.form--open .form__section:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.form--open .form__section:nth-child(6) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.form__label {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  padding: 0.25em 0;
}

.form__input {
  padding: 1vh;
}

.form__input,
.form__select {
  width: 100%;
  border: 2px solid;
  font-weight: bold;
  background: transparent;
}

.form__input:focus,
.form__select:focus {
  outline: none;
}

.form__section--right {
  text-align: right;
}

.reveal-modal {
  position: fixed;
  max-width: 800px;
  width: 90%;
  z-index: 100;
  pointer-events: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: 889;
}

.reveal-modal--open {
  pointer-events: visible;
}

.reveal-modal__inner {
  padding: 1rem;
  color: #fff;
  background-color: white;
}

.reveal-modal__title {
  margin: 0 0 1em 0;
}

.reveal-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 888;
}

.reveal-modal--open + .reveal-overlay {
  pointer-events: visible;
  opacity: 1;
}

.dual {
  width: 90vw;
  margin: 8em auto 25vh;
  position: relative;
}

.dual__inner {
  position: absolute;
  width: 100%;
  height: 100%;
}

.dual__half {
  position: absolute;
  height: 100%;
  width: 51%;
  right: 0;
  background: url(../img/4.jpg) no-repeat 50% 0%;
  background-size: cover;
}

.dual__content {
  position: relative;
  width: 50%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 500px;
  padding: 1.5em 2.5em;
  line-height: 1.4;
  color: #8a7c78;
}

.js .dual__content {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate3d(60px, 0, 0);
          transform: translate3d(60px, 0, 0);
  -webkit-transition: opacity 0.55s 0.4s, -webkit-transform 0.55s 0.4s;
  transition: opacity 0.55s 0.4s, -webkit-transform 0.55s 0.4s;
  transition: opacity 0.55s 0.4s, transform 0.55s 0.4s;
  transition: opacity 0.55s 0.4s, transform 0.55s 0.4s, -webkit-transform 0.55s 0.4s;
}

.dual__content.dual__content--show {
  opacity: 1;
  pointer-events: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.author {
  margin: 1em 0 0 0;
  display: block;
}

.media {
  width: 90%;
  max-width: 800px;
  position: relative;
}

.media__inner {
  display: block;
  position: relative;
}

.media__image {
  display: block;
  max-width: 100%;
}

.media__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 2.15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.js .btn--tool {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate3d(200%, 0, 0);
          transform: translate3d(200%, 0, 0);
  -webkit-transition: opacity 0.6s 0.28s, -webkit-transform 0.6s 0.28s;
  transition: opacity 0.6s 0.28s, -webkit-transform 0.6s 0.28s;
  transition: opacity 0.6s 0.28s, transform 0.6s 0.28s;
  transition: opacity 0.6s 0.28s, transform 0.6s 0.28s, -webkit-transform 0.6s 0.28s;
  -webkit-transition-timing-function: ease, cubic-bezier(0.785, 0.135, 0.15, 0.86);
          transition-timing-function: ease, cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.js .btn--tool:nth-child(2) {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}

.js .btn--tool:nth-child(3) {
  -webkit-transition-delay: 0.34s;
          transition-delay: 0.34s;
}

.media__toolbar--show .btn--tool {
  opacity: 1;
  pointer-events: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* Demo themes */
.demo-menu {
  background: #4f4f54;
  color: #828282;
}

.demo-menu a {
  color: #c5c149;
}

.demo-menu a:hover, .demo-menu a:focus {
  color: #fcf652;
}

.demo-split {
  background: #ff784a;
  color: #fff;
}

.js .demo-split.loading::before {
  background: #fff;
}

.js .demo-split.loading::after {
  background: #ff784a;
}

.demo-form {
  background: #767df9;
  color: #252527;
}

.demo-form a:not(.pater) {
  color: #fff;
}

.demo-form a:hover, .demo-form a:focus {
  color: #252527;
}

.demo-reveal-modal {
  background: #6f6f6f;
  color: #bfbfbf;
}

@media screen and (max-width: 56.25em) {
  .media__toolbar {
    padding: 3.5vw;
  }
}
@media screen and (max-width: 50em) {
  .codrops-header__title,
  .codrops-header__tagline {
    width: 100%;
    padding: 1em 0 0;
  }
  .demo {
    margin: 0.5em 1em 0.25em 0;
  }
  .content--full {
    min-height: 0;
  }
  .content__title--half {
    width: 100%;
  }
  .content__title--right {
    padding: 0 5vw;
  }
  .content__title--left {
    margin-left: 0;
  }
  .flexy--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__title,
  .form__section {
    font-size: 0.85em;
  }
  .triggers {
    width: 100%;
    border: 0;
    padding: 0;
    font-size: 0.85em;
  }
  .reveal-modal {
    font-size: 0.85em;
  }
  .menu .menu__link {
    font-size: 2em;
  }
  .box {
    padding: 5vw;
    font-size: 0.85em;
  }
  .box--border {
    border: none;
  }
  .dual__content {
    min-height: 200px;
    font-size: 0.85em;
    padding: 1em;
  }
  .dual {
    margin-top: 0;
  }
}
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2A72C7;
  --bs-btn-border-color: #2A72C7;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2461A9;
  --bs-btn-hover-border-color: #1D508B;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1D508B;
  --bs-btn-active-border-color: #2461A9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #95B9E3;
  --bs-btn-disabled-border-color: #95B9E3;
}

.btn-outline-primary {
  --bs-btn-color: #2A72C7;
  --bs-btn-border-color: #2A72C7;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2A72C7;
  --bs-btn-hover-border-color: #2A72C7;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2A72C7;
  --bs-btn-active-border-color: #2A72C7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2A72C7;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2A72C7;
  --bs-gradient: none;
}

.btn-success,
.btn-info {
  --bs-btn-color: var(--white);
  --bs-btn-hover-color: var(--white);
}

.btn-warning {
  --bs-btn-color: var(--y900);
  --bs-btn-hover-color: var(--y900);
}

.btn-outline-light {
  --bs-btn-color: var(--n400);
}

.btn-outline-secondary,
.btn-outline-success,
.btn-outline-info {
  --bs-btn-hover-color: var(--white);
}

.btn-orange {
  --bs-btn-color: var(--white);
  --bs-btn-bg: var(--secondary);
  --bs-btn-hover-color: var(--white);
  --bs-btn-hover-bg: var(--o600);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--white);
  --bs-btn-active-bg: var(--o700);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--white);
  --bs-btn-disabled-bg: var(--o100);
  --bs-btn-disabled-border-color: var(--o100);
  --bs-btn-border-color: var(--secondary);
  --bs-btn-hover-border-color: var(--secondary);
  --bs-btn-active-border-color: var(--secondary);
}

.btn-outline-orange {
  --bs-btn-color: #f05e00;
  --bs-btn-border-color: #f05e00;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f05e00;
  --bs-btn-hover-border-color: #f05e00;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f05e00;
  --bs-btn-active-border-color: #f05e00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f05e00;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f05e00;
  --bs-gradient: none;
}

.btn-help {
  --bs-btn-color: var(--white);
  --bs-btn-bg: var(--help);
  --bs-btn-hover-color: var(--white);
  --bs-btn-hover-bg: var(--p600);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--white);
  --bs-btn-active-bg: var(--p700);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--white);
  --bs-btn-disabled-bg: var(--p100);
  --bs-btn-disabled-border-color: var(--p100);
  --bs-btn-border-color: var(--help);
  --bs-btn-hover-border-color: var(--help);
  --bs-btn-active-border-color: var(--help);
}

.btn-outline-warning {
  --bs-btn-color: var(--y800);
  --bs-btn-hover-color: var(--y900);
}

.btn-outline-help {
  --bs-btn-color: var(--help);
  --bs-btn-hover-color: var(--white);
  --bs-btn-hover-bg: var(--p500);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--white);
  --bs-btn-active-bg: var(--p600);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--white);
  --bs-btn-disabled-bg: var(--p100);
  --bs-btn-disabled-border-color: var(--p100);
  --bs-btn-border-color: var(--help);
  --bs-btn-hover-border-color: var(--help);
  --bs-btn-active-border-color: var(--help);
}

.btn-ghost-primary {
  --bs-btn-color: var(--primary);
  --bs-btn-bg: var(--b100);
  --bs-btn-hover-color: var(--primary);
  --bs-btn-hover-bg: var(--b200);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--b600);
  --bs-btn-active-bg: var(--b300);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--b200);
  --bs-btn-disabled-bg: var(--b100);
  --bs-btn-disabled-border-color: var(--b100);
}

.btn-ghost-secondary {
  --bs-btn-color: var(--secondary);
  --bs-btn-bg: var(--o100);
  --bs-btn-hover-color: var(--secondary);
  --bs-btn-hover-bg: var(--o200);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--s600);
  --bs-btn-active-bg: var(--o300);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--o200);
  --bs-btn-disabled-bg: var(--o100);
  --bs-btn-disabled-border-color: var(--o100);
}

.btn-ghost-success {
  --bs-btn-color: var(--success);
  --bs-btn-bg: var(--g100);
  --bs-btn-hover-color: var(--success);
  --bs-btn-hover-bg: var(--g200);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--g600);
  --bs-btn-active-bg: var(--g300);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--g200);
  --bs-btn-disabled-bg: var(--g100);
  --bs-btn-disabled-border-color: var(--g100);
}

.btn-ghost-danger {
  --bs-btn-color: var(--danger);
  --bs-btn-bg: var(--r100);
  --bs-btn-hover-color: var(--danger);
  --bs-btn-hover-bg: var(--r200);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--r600);
  --bs-btn-active-bg: var(--r300);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--r200);
  --bs-btn-disabled-bg: var(--r100);
  --bs-btn-disabled-border-color: var(--r100);
}

.btn-ghost-warning {
  --bs-btn-color: var(--y800);
  --bs-btn-bg: var(--y100);
  --bs-btn-hover-color: var(--y800);
  --bs-btn-hover-bg: var(--y200);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--n600);
  --bs-btn-active-bg: var(--y300);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--y200);
  --bs-btn-disabled-bg: var(--y100);
  --bs-btn-disabled-border-color: var(--y100);
}

.btn-ghost-info {
  --bs-btn-color: var(--info);
  --bs-btn-bg: var(--t100);
  --bs-btn-hover-color: var(--info);
  --bs-btn-hover-bg: var(--t200);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--t600);
  --bs-btn-active-bg: var(--t300);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--t200);
  --bs-btn-disabled-bg: var(--t100);
  --bs-btn-disabled-border-color: var(--t100);
}

.btn-ghost-help {
  --bs-btn-color: var(--help);
  --bs-btn-bg: var(--p100);
  --bs-btn-hover-color: var(--help);
  --bs-btn-hover-bg: var(--p200);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--p600);
  --bs-btn-active-bg: var(--p300);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--p200);
  --bs-btn-disabled-bg: var(--p100);
  --bs-btn-disabled-border-color: var(--p100);
}

.btn-ghost-light {
  --bs-btn-color: var(--s600);
  --bs-btn-bg: var(--s100);
  --bs-btn-hover-color: var(--s700);
  --bs-btn-hover-bg: var(--s200);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--white);
  --bs-btn-active-bg: var(--s300);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--s200);
  --bs-btn-disabled-bg: var(--s100);
  --bs-btn-disabled-border-color: var(--s100);
}

.btn-ghost-dark {
  --bs-btn-color: var(--n500);
  --bs-btn-bg: var(--n100);
  --bs-btn-hover-color: var(--n600);
  --bs-btn-hover-bg: var(--n200);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--white);
  --bs-btn-active-bg: var(--n300);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--n200);
  --bs-btn-disabled-bg: var(--n100);
  --bs-btn-disabled-border-color: var(--n100);
}

.btn-ghost-white {
  --bs-btn-color: var(--text-default);
  --bs-btn-bg: rgba(255, 255, 255, 0);
  --bs-btn-hover-color: var(--text-default);
  --bs-btn-hover-bg: rgba(255, 255, 255, 0.5);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--text-default);
  --bs-btn-active-bg: var(--s100);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--n200);
  --bs-btn-disabled-bg: var(--n100);
  --bs-btn-disabled-border-color: var(--n100);
  --bs-btn-active-border-color: var(--n100);
}

.btn-borderless-primary {
  --bs-btn-color: var(--primary);
  --bs-btn-bg: none;
  --bs-btn-hover-color: var(--b600);
  --bs-btn-hover-bg: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--b600);
  --bs-btn-active-bg: var(--b100);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--b200);
  --bs-btn-disabled-bg: none;
  --bs-btn-disabled-border-color: none;
  --bs-btn-active-border-color: transparent;
}

.btn-tab-custom {
  background-color: none;
  color: var(--text-default);
}
.btn-tab-custom.active {
  color: var(--o500);
  background-color: var(--o100);
  border: solid transparent 1px;
}
.btn-tab-custom:focus {
  color: var(--o500) !important;
  background-color: var(--o100) !important;
  border: solid transparent 1px !important;
}

:root {
  --flag-size: 20px;
}

.outline {
  outline: solid 1px red;
}

/* The animation code */
@-webkit-keyframes animate {
  0%, 100% {
    background-position: left top;
  }
  25% {
    background-position: right bottom;
  }
  50% {
    background-position: left bottom;
  }
  75% {
    background-position: right top;
  }
}
@keyframes animate {
  0%, 100% {
    background-position: left top;
  }
  25% {
    background-position: right bottom;
  }
  50% {
    background-position: left bottom;
  }
  75% {
    background-position: right top;
  }
}
@-webkit-keyframes scroll_animate {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes scroll_animate {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0px;
  }
}
.section-hero {
  min-height: 95vh;
  position: relative;
  padding-top: 4rem;
  background-color: #083D62;
  background-repeat: repeat;
  background-position: center center;
}
.section-hero > div {
  position: relative;
  z-index: 3;
}
.section-hero:before {
  bottom: 0;
}

.hero-text-shadow {
  -webkit-filter: drop-shadow(0px 4px 4px rgba(17, 46, 80, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(17, 46, 80, 0.25));
}

.video-wrapper {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: -999;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-wrapper::before,
.video-wrapper::after {
  display: block;
  position: absolute;
  z-index: 8;
  left: 0;
  content: "";
  width: 100%;
  height: 55%;
}

.video-wrapper::before {
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#083D62), to(rgba(8, 61, 98, 0)));
  background: linear-gradient(0deg, #083D62 0%, rgba(8, 61, 98, 0) 100%);
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.video-wrapper::after {
  bottom: 0px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5.5%, #083D62), to(rgba(8, 61, 98, 0)));
  background: linear-gradient(0deg, #083D62 5.5%, rgba(8, 61, 98, 0) 100%);
}

.masking-pattern {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.masking-pattern:before {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 22;
  content: "";
  background-image: url("../img/pattern-circle.svg");
  background-repeat: repeat;
}

/* Video  */
.video-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  height: calc(100vh - 32px);
  overflow: hidden;
}

.hero-video {
  height: 100%;
  width: 177.77777778vh; /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw; /* 100 * 9 / 16 */
  position: absolute;
  left: 50%; /* % of surrounding element */
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); /* % of current element */
}

.hero-wrapper {
  position: absolute;
  z-index: 111;
  top: 0;
  left: 0;
}

.text-light {
  color: var(--b50) !important;
  color: #F4F8FC;
}

.text-gradient-hero {
  background: var(--Gradient-y500-o500, linear-gradient(90deg, #F2BA01 0%, #F5B203 14.29%, #F8A908 28.57%, #FBA00F 42.86%, #FD9817 57.14%, #FE8F1E 71.43%, #FF8624 85.71%, #FF7D2A 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.video-youtube-embed {
  width: 100%;
  min-height: 360px;
}

.section-about-prakerja {
  background-color: #083D62;
}
.section-about-prakerja .container {
  color: var(--b50) !important;
}

.about-prakerja-text {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.capsule-wrapper {
  border: solid 1px var(--border-default);
  width: auto;
}
.capsule-wrapper .nav.nav-pills button.nav-link:not(.active) {
  background: none !important;
}

.graphic {
  width: 100%;
  position: relative;
}
.graphic span {
  display: block;
  width: 4rem;
  height: 4rem;
  background-color: var(--o200);
  z-index: -1;
  border-radius: 32px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.graphic i {
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: -3rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  color: var(--primary);
  font-size: 3.5rem;
  line-height: 4rem;
}

.section-survey-org {
  background-color: white;
}

.survey-org-item img {
  height: 3rem;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}
.survey-org-item a {
  font-size: 0.875rem;
  text-decoration: none;
  line-height: 110%;
  color: var(--primary);
}

.section-forms:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.section-forms:before {
  top: 0;
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
          transform: matrix(1, 0, 0, -1, 0, 0);
}

.nav.nav-pills button.nav-link:not(.active) {
  background: var(--bg-disabled);
  color: var(--text-default);
}

.scroll-hint {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 80px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-writing-mode: lr-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: lr-tb;
  position: absolute;
  color: var(--n900);
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
  -webkit-animation-name: scroll_animate;
          animation-name: scroll_animate;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.scroll-hint:before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  margin-right: 8px;
  background: var(--border-default);
  margin-top: auto;
  margin-bottom: auto;
}

/* Section Hero End */
/* Section Statistic Start*/
.section-statistic {
  min-height: 90vh;
  background-image: url("../img/img-circle-1.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.ctext-secondary, .ctext-secondary * {
  color: var(--secondary);
}

/* Section Statistic End*/
/* Section Introduction */
.section-introduction.map-indonesia {
  background-image: url("../img/img-map-indonesia.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.scrollspy-navbar {
  position: sticky;
  z-index: 123;
  left: 0;
  top: 80px;
  border-radius: 0.5rem;
}
.scrollspy-navbar a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: var(--text-default);
  border-radius: 0.5rem;
  font-weight: bold;
}
.scrollspy-navbar a:hover {
  background-color: var(--o100);
}
.scrollspy-navbar a.active {
  background-color: var(--o100);
  color: var(--o500);
}

.nav-sticky {
  position: sticky;
  z-index: 123;
  left: 0;
  top: 64px;
  background-color: white;
  padding-top: 0.5rem;
}

/* section insight */
.cards-shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  -webkit-transition: -webkit-box-shadow 1s;
  transition: -webkit-box-shadow 1s;
  transition: box-shadow 1s;
  transition: box-shadow 1s, -webkit-box-shadow 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.cards-shadow:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  -webkit-transition: -webkit-box-shadow 1s;
  transition: -webkit-box-shadow 1s;
  transition: box-shadow 1s;
  transition: box-shadow 1s, -webkit-box-shadow 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.section-testimony {
  position: relative;
}
.section-testimony::after {
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, rgba(8, 61, 98, 0.4)), to(rgba(8, 61, 98, 0)));
  background: linear-gradient(0deg, rgba(8, 61, 98, 0.4) 5%, rgba(8, 61, 98, 0) 100%);
}

/*Section CTA*/
.cta-wrapper {
  background-color: var(--b500);
  background: url("../img/img-pattern-cta.svg") no-repeat right bottom, -webkit-gradient(linear, left top, right top, from(#1D508B), color-stop(14.29%, #225A9C), color-stop(28.57%, #2765AD), color-stop(42.86%, #2C6FBE), color-stop(57.14%, #327ACE), color-stop(71.43%, #4585D1), color-stop(85.71%, #5890D4), to(#6A9CD8));
  background: url("../img/img-pattern-cta.svg") no-repeat right bottom, linear-gradient(90deg, #1D508B 0%, #225A9C 14.29%, #2765AD 28.57%, #2C6FBE 42.86%, #327ACE 57.14%, #4585D1 71.43%, #5890D4 85.71%, #6A9CD8 100%);
  color: var(-b50);
}
.cta-wrapper h4, .cta-wrapper p {
  color: var(--b50);
}

.page-hero {
  padding-top: 64px;
}

.section-about-database {
  background-color: var(--b100);
}

/*Section Publikasi*/
.timeline-carousel .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timeline-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 500px;
  display: block;
}
.timeline-carousel .owl-stage-outer .owl-stage .owl-item .timeline-item::before {
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--b500);
}
.timeline-carousel .owl-stage-outer .owl-stage .owl-item .timeline-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 28px;
  border-radius: 1rem;
  background-color: var(--b500);
}
.timeline-carousel .owl-stage-outer .owl-stage .owl-item:nth-child(odd) {
  height: 250px;
}
.timeline-carousel .owl-stage-outer .owl-stage .owl-item:nth-child(odd) .timeline-item::after {
  bottom: -7px;
}
.timeline-carousel .owl-stage-outer .owl-stage .owl-item:nth-child(odd) .timeline-item .timeline-inner::before {
  top: 0;
}
.timeline-carousel .owl-stage-outer .owl-stage .owl-item:nth-child(even) {
  height: 250px;
  margin-top: 250px;
}
.timeline-carousel .owl-stage-outer .owl-stage .owl-item:nth-child(even) .timeline-item::before {
  top: -2px;
  background-color: var(--b500);
}
.timeline-carousel .owl-stage-outer .owl-stage .owl-item:nth-child(even) .timeline-item::after {
  top: -9px;
}
.timeline-carousel .owl-stage-outer .owl-stage .owl-item:nth-child(even) .timeline-inner {
  padding: 40px 0.5rem 0px 48px;
}
.timeline-carousel .owl-stage-outer .owl-stage .owl-item:nth-child(even) .timeline-date {
  top: 12px;
}
.timeline-carousel .owl-stage-outer .owl-stage .owl-item:nth-child(even) .timeline-card-wrapper {
  position: absolute;
  bottom: 0;
}
.timeline-carousel .owl-stage-outer .owl-stage .owl-item .timeline-inner {
  height: 100%;
  width: 175%;
  display: block;
  position: absolute;
  padding: 0 0.5rem 0.5rem 48px;
}
.timeline-carousel .owl-stage-outer .owl-stage .owl-item .timeline-inner::before {
  width: 2px;
  height: calc(100% - 40px);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 36px;
  background-color: var(--border-default);
}
.timeline-carousel .owl-stage-outer .owl-stage .owl-item .timeline-date {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 110%;
  position: absolute;
  width: 72px;
  left: 0;
  bottom: 12px;
  text-align: center;
  display: inline-block;
}
.timeline-carousel .owl-stage-outer .owl-stage .owl-item .timeline-card {
  display: block;
  border: solid 1px transparent;
}
.timeline-carousel .owl-stage-outer .owl-stage .owl-item .timeline-card img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
.timeline-carousel .owl-stage-outer .owl-stage .owl-item .timeline-card p {
  font-weight: bold;
}
.timeline-carousel .owl-stage-outer .owl-stage .owl-item .timeline-card:hover {
  border: solid 1px var(--border-default);
  cursor: pointer;
}

.section-bg-y100 {
  background-color: var(--y100);
}

.section-bg-t100 {
  background-color: var(--t100);
}

.circle-stat {
  width: 56px;
  height: 56px;
  margin: 0;
  padding: 0;
  background-color: var(--o100);
  text-align: center;
  border-radius: 30px;
}
.circle-stat h5 {
  color: var(--primary);
  margin-top: 8px;
}

.ornament-1 {
  display: block;
  width: 100px;
  height: 100px;
}

.text-bg-warning {
  color: var(--text-default) !important;
}

.link-primary {
  color: var(--primary) !important;
}

.link-primary:hover, .link-primary:focus {
  color: var(--b600) !important;
}

.scroll-top {
  width: 36px;
  height: 36px;
  border-radius: 24px;
  background-color: var(--primary);
  color: white;
  text-align: center;
  line-height: 32px;
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 88;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(214, 219, 224, 0.2), 0px 8px 16px -8px rgba(1, 24, 48, 0.5);
          box-shadow: 0px 0px 0px 1px rgba(214, 219, 224, 0.2), 0px 8px 16px -8px rgba(1, 24, 48, 0.5);
  cursor: pointer;
  visibility: hidden;
}
.scroll-top.is-show {
  visibility: visible;
}
.scroll-top:hover {
  color: white;
  background-color: var(--b600);
}
.scroll-top:active {
  outline: dashed 1px var(--primary);
  background-color: var(--b600);
}

.testimony-header .testimony-img {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  overflow: hidden;
  border: solid 1px white;
  background-color: var(--b300);
}
.testimony-header .testimony-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimony-header i {
  color: var(--o400);
}

.testimony-carousel {
  padding-top: 4rem;
}
.testimony-carousel .owl-dots {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  margin-top: 1.2rem;
  padding: 0;
}
.testimony-carousel .owl-dots .owl-dot {
  padding: 0;
}

.fs-7 {
  font-size: 0.875rem;
}

.text-orange {
  color: var(--secondary);
}

#mc_embed_signup input.mce_inline_error {
  border-color: var(--danger) !important;
}

#mc_embed_signup div.mce_inline_error {
  background-color: var(--bg-danger) !important;
  border-radius: 4px;
  color: var(--danger) !important;
  font-weight: 400 !important;
}

.rcp-column-1 {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}

.section-footer {
  background-color: #083D62;
}
.section-footer h3, .section-footer h4, .section-footer h5, .section-footer h6, .section-footer p, .section-footer span, .section-footer i {
  color: var(--b50);
}
.section-footer a {
  color: var(--b200);
  text-decoration: none;
}
.section-footer a:hover {
  text-decoration: underline;
}

.section-footer .bottom-wrapper .container {
  border-top: solid 1px var(--b900);
}
.section-footer .bottom-wrapper .footer-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section-footer .bottom-wrapper .footer-menu ul li a {
  text-decoration: none;
  font-size: 0.875rem;
}
.section-footer .bottom-wrapper .footer-menu ul li a:hover {
  text-decoration: underline;
}

.contact-center-wrapper {
  background: rgba(0, 0, 0, 0.1);
}

.copyrights {
  font-size: 0.875rem;
  color: var(--b200);
}

/* media query */
@media (max-width: 575.98px) {
  .path-item {
    width: 100%;
  }
  .path-item:nth-child(odd) {
    -webkit-transform: translate(0%);
            transform: translate(0%);
    padding: 1rem 1rem 1rem 2rem;
  }
  .path-item:nth-child(odd)::before {
    position: absolute;
    left: 0px;
  }
  .path-item:nth-child(odd)::after {
    left: 10px;
  }
  .path-item:nth-child(even) {
    padding: 1rem 1rem 1rem 2rem;
    text-align: left;
  }
  .path-item:nth-child(even)::before {
    position: absolute;
    left: 0px;
  }
  .path-item:nth-child(even)::after {
    left: 10px;
    right: auto;
  }
  #getEbook, .section-list-ebook {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media (min-width: 576px) {
  .text-clip-img {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .text-clip-img {
    font-size: 5.5rem;
  }
}
@media (min-width: 992px) {
  .text-clip-img {
    font-size: 4.5rem;
  }
  .scroll-top {
    bottom: 24px;
    right: 24px;
  }
  .text-column-lg-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .section-hero {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .rcp-column-1 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .adjust-anchor {
    position: relative;
    padding-top: 76px;
    margin-top: -76px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .text-clip-img {
    font-size: 4.5rem;
  }
  .rcp-column-1 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media (min-width: 1600px) {
  .text-clip-img {
    font-size: 5.5rem;
  }
}
.ebook-form .form_15iP5 {
  background-color: yellow !important;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #f90;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*
 * 	Owl Carousel - CUSTOM
 */
.owl-nav {
  text-align: right;
  padding: 0;
  float: right;
  width: auto;
  position: absolute;
  top: -54px;
  right: 0;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  display: inline-block !important;
  width: 38px;
  height: 38px;
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 0.1);
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.owl-carousel .owl-nav button.owl-prev::before,
.owl-carousel .owl-nav button.owl-next::before {
  font-family: "bootstrap-icons";
  display: block;
  color: var(--s600);
}

.owl-carousel .owl-nav button.owl-next {
  margin-left: 0.5rem;
}
.owl-carousel .owl-nav button.owl-next::before {
  content: "\f285";
}

.owl-carousel .owl-nav button.owl-prev::before {
  content: "\f284";
}

.owl-carousel .owl-nav button:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.owl-carousel .owl-nav button:hover::before {
  color: white;
}
.owl-carousel .owl-nav button:active {
  background-color: rgba(0, 0, 0, 0.5);
}
.owl-carousel .owl-nav button:active::before {
  color: white;
}

.theme-sabrina .owl-stage-outer,
#coworkingCarousel .owl-stage-outer {
  border-radius: 0.5rem;
  overflow: hidden;
}
.theme-sabrina div,
#coworkingCarousel div {
  padding: 0;
  margin: 0;
}
.theme-sabrina .owl-dots,
#coworkingCarousel .owl-dots {
  margin-top: 15px;
}

.img-ratio-16-9 img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.theme-sabrina {
  height: 360px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
}
.theme-sabrina div {
  height: 100%;
}
.theme-sabrina div img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-sabrina .owl-nav {
  height: 0;
  width: 100%;
  text-align: initial;
  position: initial;
}
.theme-sabrina .owl-nav button.owl-prev,
.theme-sabrina .owl-nav button.owl-next {
  position: absolute;
  top: 151px;
}
.theme-sabrina .owl-nav button.owl-prev {
  left: 0;
}
.theme-sabrina .owl-nav button.owl-next {
  right: 0;
}

.owl-carousel button.owl-dot {
  width: 1.5rem;
  height: 0.5rem;
  background: var(--n200);
  margin-right: 0.5rem;
  border-radius: 8px;
}
.owl-carousel button.owl-dot.active {
  background: var(--secondary);
  width: 3rem;
}

.carousel-auto-height .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel-auto-height .owl-stage-outer .owl-stage .owl-item {
  background-color: white;
  border-radius: 1rem;
  margin: 0.5rem 0.75rem;
}