@import url('https://fonts.googleapis.com/css2?family=Handjet:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Leckerli+One&display=swap');

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
  vertical-align: top;
  outline: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  text-decoration: none;
}
a:focus,
button:focus {
  outline: 0;
  outline: -webkit-focus-ring-color auto 0;
  outline-offset: 0;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
table {
  border-collapse: collapse;
}
iframe {
  border: none;
  vertical-align: top;
}
li,
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li {
  display: inline-block;
  list-style: none;
  vertical-align: top;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder {
  color: transparent;
}
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
label,
select {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button,
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
label,
select {
  cursor: pointer;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.2;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1,
h2,
h3 {
  line-height: 1.3;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.2857em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.9375em;
}
h6 {
  font-size: 0.786em;
}
p {
  line-height: 1.6;
  margin: 3px 0 15px;
}
blockquote {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  margin: 25px 40px;
}
blockquote:before,
blockquote:after {
  font-family: "icomoon";
  font-size: 30px;
  line-height: 1;
  position: absolute;
}
blockquote:before {
  content: "\e901";
  left: -40px;
}
blockquote:after {
  content: "\e900";
  padding-left: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* 
@font-face {
  font-family: "dinregular";
  src: url("../fonts/din_regular-webfont.woff2") format("woff2"),
    url("../fonts/din_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "djb_get_digitalregular";
  src: url("../fonts/djb_get_digital-webfont.woff2") format("woff2"),
    url("../fonts/djb_get_digital-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cheddar_jackregular";
  src: url("../fonts/cheddar_jack-webfont.woff2") format("woff2"),
    url("../fonts/cheddar_jack-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
} */


.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.row:after {
  clear: both;
}
.mt1 {
  margin-top: 10px !important;
}
.mb1 {
  margin-bottom: 10px !important;
}
.mr1 {
  margin-right: 10px !important;
}
.ml1 {
  margin-left: 10px !important;
}
.pt1 {
  padding-top: 10px !important;
}
.pb1 {
  padding-bottom: 10px !important;
}
.pr1 {
  padding-right: 10px !important;
}
.pl1 {
  padding-left: 10px !important;
}
.mt2 {
  margin-top: 20px !important;
}
.mt3 {
  margin-top: 30px !important;
}
.mt4 {
  margin-top: 40px !important;
}
.mb2 {
  margin-bottom: 20px !important;
}
.mb4 {
  margin-bottom: 40px !important;
}
.mr2 {
  margin-right: 20px !important;
}
.ml2 {
  margin-left: 20px !important;
}
.pt2 {
  padding-top: 20px !important;
}
.pb2 {
  padding-bottom: 20px !important;
}
.pr2 {
  padding-right: 20px !important;
}
.pl2 {
  padding-left: 20px !important;
}
.flex__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.centerElement {
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  height: 100%;
}
.display-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.display-center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}
.center {
  float: none !important;
  margin: 0 auto !important;
  text-align: center;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
  text-align: center;
}
.btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-blue {
  background: #2b3594;
  color: #fff;
  padding: 6px 10px;
}
.btn-blue:hover,
.btn-blue:focus {
  background: #4c57bd;
  color: #fff;
}
.btn-white {
  background: 0 0;
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 35px;
  border-radius: 0px;
  text-transform: capitalize;
}
.btn-white:hover,
.btn-white:focus {
  background: #fff;
  color: #000;
  cursor: pointer;
}
.btn-big {
  padding: 6px 25px;
  letter-spacing: 5px;
  font-weight: 600;
}
.btn-small {
  padding: 4px 20px;
}
a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.text {
  font-size: 19px;
  color: #fff;
}
@media (max-width: 768px) {
  .text {
    font-size: 16px;
  }
}
.text--white {
  color: #fff;
}
.text--black {
  color: #000;
}
.text--bigger {
  font-size: 25px;
}
.text--smaller {
  font-size: 12px;
}
.text--bold {
  font-weight: bold;
}
.text--title {
  font-size: 25px;
  font-weight: bold;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.backtop {
  position: fixed;
  bottom: 10px;
  right: 5px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  .backtop {
    bottom: 25px;
    right: 15px;
  }
}
.backtop span {
  color: #fff;
  font-size: 11px;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .backtop span {
    display: none;
  }
}
.backtop__link {
  margin: auto;
  width: 36px;
  height: 36px;
  padding: 6px 8px;
  background: #fff;
  border-radius: 30px;
  color: #000;
  border: 0px solid #000;
  display: block;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.backtop__link:hover {
  background: #fdd913;
}
.backtop.show {
  opacity: 1;
}
.social {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 99;
}
@media (max-width: 768px) {
  .social {
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    top: 5px;
  }
}
.social__item {
  margin: 0px 5px;
}
.social__item img {
  width: 25px;
}
@media (max-width: 768px) {
  .social__item img {
    width: 20px;
  }
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.hidden {
  display: none !important;
}
.italic {
  font-style: italic;
}
.no-pad {
  padding: 0px !important;
}
.container__full {
  height: 100%;
}
.full__height {
  height: 100vh !important;
}
@media (min-width: 1400px) {
  .full__height__desktop {
    height: 100vh !important;
  }
}
.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-embed__link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: #2b3594;
}
.video-embed iframe,
.video-embed object,
.video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.overlay__black {
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(37%, rgba(0, 0, 0, 0.6)),
    color-stop(47%, rgba(0, 0, 0, 0.66)),
    color-stop(100%, #000)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(37%, rgba(0, 0, 0, 0.6)),
    color-stop(47%, rgba(0, 0, 0, 0.66)),
    to(#000)
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 37%,
    rgba(0, 0, 0, 0.66) 47%,
    #000 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.overlay__halfblack {
  background: rgba(0, 0, 0, 0.5);
}
.overlay__radial--black {
  background: rgba(255, 255, 255, 0);
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0) 0%,
    #000 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
}
.parallax {
  width: 100%;
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  background-attachment: fixed;
}
.scrollSlide {
  left: -100% !important;
  top: 0;
}
.scrollDown {
  left: 0;
  top: 100% !important;
}
.moveLeft {
  left: -100% !important;
}
.pushRight {
  left: 0 !important;
}
.moveRight {
  left: 100% !important;
}
.moveDown {
  top: 0 !important;
}
.moveUp {
  top: -100% !important;
}
.display {
  opacity: 1 !important;
}
.hide {
  opacity: 0 !important;
}
#preloader {
  overflow: hidden;
  background: #35250c;
  height: 100%;
  width: 100%;
  z-index: 999999;
  position: fixed;
  bottom: 0;
}
#preloader .wrapper {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
#preloader .wrapper__content {
  width: 400px;
  margin: auto;
}
@media (max-width: 768px) {
  #preloader .wrapper__content {
    width: 300px;
  }
}
.spinner {
  margin: auto;
  width: 66px;
  height: 66px;
  -webkit-animation: contanim 2s linear infinite;
  animation: contanim 2s linear infinite;
}
.spinner svg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.spinner svg:nth-child(1) circle {
  stroke: #e08500;
  stroke-dasharray: 1, 300;
  stroke-dashoffset: 0;
  -webkit-animation: strokeanim 3s calc(0.2s * (1)) ease infinite;
  animation: strokeanim 3s calc(0.2s * (1)) ease infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.spinner svg:nth-child(2) circle {
  stroke: #fdd913;
  stroke-dasharray: 1, 300;
  stroke-dashoffset: 0;
  -webkit-animation: strokeanim 3s calc(0.2s * (2)) ease infinite;
  animation: strokeanim 3s calc(0.2s * (2)) ease infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.spinner svg:nth-child(3) circle {
  stroke: #b7b7b7;
  stroke-dasharray: 1, 300;
  stroke-dashoffset: 0;
  -webkit-animation: strokeanim 3s calc(0.2s * (3)) ease infinite;
  animation: strokeanim 3s calc(0.2s * (3)) ease infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.spinner svg:nth-child(4) circle {
  stroke: #ffa20d;
  stroke-dasharray: 1, 300;
  stroke-dashoffset: 0;
  -webkit-animation: strokeanim 3s calc(0.2s * (4)) ease infinite;
  animation: strokeanim 3s calc(0.2s * (4)) ease infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
@-webkit-keyframes strokeanim {
  0% {
    stroke-dasharray: 1, 300;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 120, 300;
    stroke-dashoffset: -58.548324585;
  }
  100% {
    stroke-dasharray: 120, 300;
    stroke-dashoffset: -175.6449737549;
  }
}
@keyframes strokeanim {
  0% {
    stroke-dasharray: 1, 300;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 120, 300;
    stroke-dashoffset: -58.548324585;
  }
  100% {
    stroke-dasharray: 120, 300;
    stroke-dashoffset: -175.6449737549;
  }
}
@-webkit-keyframes contanim {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes contanim {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.page {
  position: relative;
}
.page__static {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page__static .intro__parallax {
  background-attachment: fixed;
  position: absolute;
  opacity: 1;
  width: 100%;
  left: 0;
  bottom: 0;
  margin: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
  height: 100%;
}
.page__static__black,
.page__static__black2 {
  background: #000000;
}
.page__static__lightblack {
  background: #0b0b0b;
}
.page__static .pattern {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
}
.page__static .pattern__top {
  top: 0;
}
.page__image {
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.page__content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.page__content__hand,
.page__content__bomb,
.page__content__lamp {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.page__content__hand .radial,
.page__content__bomb .radial,
.page__content__lamp .radial {
  background: #fdd913;
  border-radius: 50%;
  height: 600px;
  width: 600px;
  margin: auto;
  position: absolute;
  bottom: -80%;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .page__content__hand .radial,
  .page__content__bomb .radial,
  .page__content__lamp .radial {
    height: 300px;
    width: 300px;
    margin: auto;
    position: absolute;
    bottom: -40%;
  }
}
@media (min-width: 1400px) {
  .page__content__hand .radial,
  .page__content__bomb .radial,
  .page__content__lamp .radial {
    bottom: -68%;
  }
}
.page__parallax {
  width: 100%;
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  background-attachment: fixed;
}
.page__full {
  width: 100%;
  height: 100%;
}
.page__shadow:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background: rgba(255, 208, 0, 0);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 208, 0, 0)),
    color-stop(52%, rgba(255, 208, 0, 0.31)),
    color-stop(53%, rgba(255, 208, 0, 0.32)),
    color-stop(100%, #ffd200)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 208, 0, 0)),
    color-stop(52%, rgba(255, 208, 0, 0.31)),
    color-stop(53%, rgba(255, 208, 0, 0.32)),
    to(#ffd200)
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 208, 0, 0) 0%,
    rgba(255, 208, 0, 0.31) 52%,
    rgba(255, 208, 0, 0.32) 53%,
    #ffd200 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd000', endColorstr='#ffd200', GradientType=0 );
  opacity: 0.5;
}
.page__shadow:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background: #ffd200;
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #ffd200),
    color-stop(100%, rgba(241, 231, 103, 0))
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffd200),
    to(rgba(241, 231, 103, 0))
  );
  background: linear-gradient(
    to bottom,
    #ffd200 0%,
    rgba(241, 231, 103, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#f1e767', GradientType=0 );
  opacity: 0.5;
}
.page__shadow--top {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page__shadow--top:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background: #ffd200;
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #ffd200),
    color-stop(100%, rgba(241, 231, 103, 0))
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffd200),
    to(rgba(241, 231, 103, 0))
  );
  background: linear-gradient(
    to bottom,
    #ffd200 0%,
    rgba(241, 231, 103, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#f1e767', GradientType=0 );
}
.page__shadow--bottom:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background: #ffd200;
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #ffd200),
    color-stop(100%, rgba(241, 231, 103, 0))
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffd200),
    to(rgba(241, 231, 103, 0))
  );
  background: linear-gradient(
    to bottom,
    #ffd200 0%,
    rgba(241, 231, 103, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#f1e767', GradientType=0 );
}
.page .tagline {
  padding: 10px;
  color: #fff;
  text-align: left;
  margin-left: 5%;
  position: relative;
}
.page .tagline__count h1 {
    font-family: "Handjet", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal;
    font-variation-settings:
      "ELGR" 1.1,
      "ELSH" 6;
}
.page .tagline .highlight {
  color: #fdd913;
}
.page .tagline h1 {
  font-size: 5em;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 768px) {
  .page .tagline h1 {
    font-size: 2.2em;
  }
}
.page .tagline p {
  font-size: 1.4em;
}
@media (max-width: 768px) {
  .page .tagline p {
    font-size: 1em;
  }
}
.page .tagline__center {
  text-align: center;
  position: absolute;
  margin: auto;
  width: 100%;
  bottom: 0;
}
.page .tagline__center h1 {
  font-size: 3.2em;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page .tagline__center h1 {
    font-size: 2.2em;
  }
}
.page .album {
  position: relative;
  height: 100%;
  width: 340px;
}
@media (max-width: 768px) {
  .page .album {
    width: 180px;
  }
}
.page .album:before {
  display: table;
  content: "";
  line-height: 0;
}
.page .album__1 {
  opacity: 0;
}
.page .album__2 {
  opacity: 0;
}
.page .album__3 {
  opacity: 0;
}
.page .album__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page .blockquote {
  position: relative;
}
.page .blockquote:before {
  position: absolute;
  left: -6%;
  top: -17%;
  content: url(../images/icon/pre-blockquote-yellow.png);
}
@media (max-width: 768px) {
  .page .blockquote:before {
    left: 0;
    top: -25%;
  }
}
.page .blockquote:after {
  position: absolute;
  right: 20%;
  bottom: 9%;
  content: url(../images/icon/pre-blockquote-yellow.png);
}
@media (max-width: 768px) {
  .page .blockquote:after {
    right: 0;
  }
}
.page .blockquote__black {
  position: relative;
}
.page .blockquote__black:before {
  position: absolute;
  left: 20%;
  top: 10px;
}
@media (max-width: 768px) {
  .page .blockquote__black:before {
    left: 0;
    top: -25%;
  }
}
.page .blockquote__black:after {
  position: absolute;
  right: 22%;
  bottom: 14%;
}
@media (max-width: 768px) {
  .page .blockquote__black:after {
    right: 0;
  }
}
.page .quotes__people {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35%;
}
@media (min-width: 1100px) and (max-width: 1400px) {
  .page .quotes__people {
    left: -5%;
  }
}
@media (max-width: 768px) {
  .page .quotes__people {
    left: -30px;
    width: 48%;
  }
}
.page .quotes__people--yuyun {
  left: 10%;
  width: 31%;
  z-index: 2;
}
@media (max-width: 768px) {
  .page .quotes__people--yuyun {
    left: 0;
  }
}
@media (min-width: 768px) {
  .page .quotes__people--mobile {
    display: none !important;
  }
}
.page .quotes__bubble {
  background: url(../images/bubble1.png) center no-repeat;
  background-size: contain;
  height: 323px;
  width: 520px;
  padding: 85px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  margin: auto;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page .quotes__bubble:before {
  position: absolute;
  left: 12%;
  top: 13%;
}
@media (max-width: 768px) {
  .page .quotes__bubble:before {
    left: 14px;
    top: 15%;
    display: none;
  }
}
.page .quotes__bubble:after {
  position: absolute;
  right: 25%;
  bottom: 20%;
}
@media (max-width: 768px) {
  .page .quotes__bubble:after {
    right: 0;
    display: none;
  }
}
@media (max-width: 768px) {
  .page .quotes__bubble {
    height: 210px;
    width: 320px;
    padding: 30px 50px 40px;
    font-size: 13px;
    position: relative;
    right: -35px;
  }
}
.page .quotes__bubble__2 {
  background: url(../images/bubble2.png) center no-repeat;
  background-size: contain;
  width: 370px;
  height: 230px;
  text-align: center;
  margin-top: -22%;
  margin-left: 17%;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  padding: 50px 20px;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .page .quotes__bubble__2 {
    width: 300px;
    height: 200px;
    text-align: center;
    margin-top: -22%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    padding: 40px 30px;
  }
}
.page .quotes__bubble__3 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  background: url(../images/bubble3.png) center no-repeat;
  background-size: contain;
  width: 400px;
  height: 320px;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  padding: 70px 100px 20px 60px;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
@media (max-width: 768px) {
  .page .quotes__bubble__3 {
    width: 300px;
    height: 250px;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    padding: 30px 90px 20px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.page .quotes__straight {
  background: #fdd913;
  text-align: center;
  width: 100%;
  padding: 25px 10px;
  color: #000;
  margin: 20px auto;
  font-size: 16px;
  position: relative;
}
@media (max-width: 768px) {
  .page .quotes__straight {
    font-size: 15px;
    padding: 15px 10px;
  }
}
.page .quotes__straight:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fdd913;
}
.page .quotes__straight:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fdd913;
}
.page .quotes__straight--content {
  position: relative;
}
.page .quotes__straight--content:before {
  position: absolute;
  left: -10%;
  top: -17%;
  content: url(../images/icon/pre-blockquote.png);
}
@media (max-width: 768px) {
  .page .quotes__straight--content:before {
    left: 14px;
    top: 15%;
    display: none;
  }
}
.page .quotes__straight--content:after {
  position: absolute;
  right: 0%;
  bottom: -10%;
  content: url(../images/icon/pre-blockquote.png);
}
@media (max-width: 768px) {
  .page .quotes__straight--content:after {
    right: 0;
    display: none;
  }
}
.page .top__title {
  background: #fdd913;
  padding: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.page .top__title:before {
  content: "";
  background: transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fdd913;
  top: 99%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 30px;
}
.page .top__title h2 {
  font-weight: 300;
}
@media (max-width: 768px) {
  .page .top__title h2 {
    font-size: 1.7em;
  }
}
.page .lembaga__wrapper {
  position: relative;
}
.page .lembaga__wrapper .item {
  float: left;
  width: 33.33%;
  text-align: center;
  color: #fff;
  padding: 5px;
}
.page .lembaga__wrapper .item p {
  margin-bottom: 3px;
}
@media (max-width: 768px) {
  .page .lembaga__wrapper .item p {
    font-size: 11px;
  }
}
.page .box {
  padding: 20px;
}
.page .box__yellow {
  background: #fdd913;
  color: #000;
}
@media (max-width: 768px) {
  .page .box__yellow {
    padding: 10px;
  }
}
.page .credit {
  color: #fff;
}
.page .credit .title {
  font-size: 2em;
}
.page .credit__logo {
  width: 300px;
  margin: 10px auto;
}
@media (max-width: 768px) {
  .page .credit__logo {
    width: 200px;
  }
}
.page .credit__item {
  margin-bottom: 5px;
}
.page .credit__item--title {
  font-size: 1.5em;
}
.page__2 {
  height: 100vh;
}
@media (max-width: 768px) {
  .page__2 .tagline {
    margin-top: -50vw;
  }
}
.page__2 .tagline__title {
  position: relative;
  opacity: 0;
}
.page__2 .tagline__name {
  position: relative;
  opacity: 0;
}
@media (max-width: 768px) {
  .page__3 {
    height: auto;
  }
}
.page__3 .article {
  opacity: 0;
}
@media (max-width: 768px) {
  .page__3 .text {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.page__4 {
  overflow: hidden;
}
.page__4 .text {
  opacity: 0;
}
.page__5 {
  height: 100vh;
}
@media (max-width: 768px) {
  .page__7 .tagline {
    margin-top: 70vw;
  }
}
.page__9 .people2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .page__9 .people2 {
    width: 50%;
  }
}
.page__10 .title {
    font-family: "Handjet", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "ELGR" 1.1,
        "ELSH" 6;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .page__10 .title h2 {
    font-size: 1.3em;
  }
}
.page__10 .title span {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.page__10 .hasil {
  background: url(../images/phone.png) center no-repeat;
  height: 500px;
  width: 300px;
  background-size: contain;
  text-align: center;
  color: #fff;
  padding: 70px 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px auto;
}
@media (min-width: 1100px) and (max-width: 1400px) {
  .page__10 .hasil {
    margin: 15px auto;
    padding: 57px 50px 30px;
    height: 450px;
  }
}
@media (max-width: 768px) {
  .page__10 .hasil {
    height: 460px;
    width: 230px;
    padding: 58px 10px 30px;
    margin: 10px auto;
  }
}
.page__10 .hasil__item {
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .page__13 .images {
    width: 200px;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .page__13 .text {
    font-size: 14px;
  }
}
.page__15 {
  overflow: hidden !important;
}
@media (max-width: 768px) {
  .page__15 .text {
    font-size: 13px;
  }
}
.page__15 .people3 {
  position: absolute;
  right: 0;
  bottom: -30%;
  width: 40%;
}
@media (min-width: 1400px) {
  .page__15 .people3 {
    position: absolute;
    right: -20%;
    bottom: -80%;
    width: 70%;
  }
}
@media (max-width: 768px) {
  .page__15 .people3 {
    right: -20px;
  }
}
.page__17 .block__image {
  margin-top: -180px;
  text-align: center;
}
.page__17 .block__image img {
  width: 380px;
}
@media (max-width: 768px) {
  .page__17 .block__image img {
    width: auto;
  }
}
@media (max-width: 768px) {
  .page__17 .block__image {
    margin-top: -120px;
  }
}
.page__17 .block__yellow {
  position: absolute;
  bottom: 0;
  background: #fdd913;
  color: #000000;
  width: 100%;
  padding: 70px 20px 10px;
  z-index: -1;
}
@media (min-width: 1400px) {
  .page__17 .block__yellow {
    padding: 70px 20px 40px;
  }
}
.page__17 .content {
  margin-top: -190px;
}
@media (min-width: 1400px) {
  .page__17 .content {
    margin-top: 0;
  }
}
.page__17 .blockquote:before,
.page__17 .blockquote:after {
  content: "";
}
.page__18 .grafik {
  position: relative;
}
.page__18 .grafik__description {
  color: #fff;
}
.page__18 .grafik__pinjaman {
  width: 400px;
  margin: auto;
  position: relative;
}
@media (max-width: 768px) {
  .page__18 .grafik__pinjaman {
    width: 300px;
  }
}
.page__18 .grafik__item {
  text-align: center;
  color: #000;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .page__18 .grafik__item p {
    font-size: 12px;
    margin: 0;
  }
}
.page__18 .grafik__item--1 {
  top: 29px;
}
@media (max-width: 768px) {
  .page__18 .grafik__item--1 {
    top: 14px;
  }
}
.page__18 .grafik__item--2 {
  top: 117px;
}
@media (max-width: 768px) {
  .page__18 .grafik__item--2 {
    top: 88px;
  }
}
.page__18 .grafik .label {
  position: absolute;
  height: 20px;
  width: 20px;
  margin-left: -30px;
}
.page__18 .grafik .label__1 {
  background: #ffaa00;
}
.page__18 .grafik .label__2 {
  background: #ffd200;
}
.page__19 {
  overflow: hidden;
}
.page__19 .top-hand {
  position: absolute;
  top: 0;
}
.page__20 .content__radial {
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  background: #fdd913;
  height: 280px;
  width: 560px;
  border-radius: 0 0 500px 500px;
  padding: 30px 80px;
  text-align: center;
}
@media (max-width: 768px) {
  .page__20 .content__radial {
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    background: #fdd913;
    height: 230px;
    width: 100%;
    border-radius: 0 0 50% 50%;
    padding: 20px 20px;
    text-align: center;
  }
}
@media (min-width: 1100px) and (max-width: 1400px) {
  .page__20 .content__radial {
    height: 230px;
    width: 480px;
    border-radius: 0 0 500px 500px;
    padding: 20px 67px;
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .page__20 .content__radial {
    position: absolute;
  }
}
.page__20 .content__radial p {
  font-size: 16px;
}
@media (max-width: 768px) {
  .page__20 .content__radial p {
    font-size: 14px;
  }
}
.page__20 .gear__wrapper {
  margin-top: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .page__20 .gear__wrapper {
    margin-top: 90%;
  }
}
@media (min-width: 1400px) {
  .page__20 .gear__wrapper {
    margin-top: 10vw;
  }
}
.page__20 .gear__wrapper .image {
  position: relative;
  width: 375px;
  margin: auto;
}
@media (max-width: 768px) {
  .page__20 .gear__wrapper .image {
    width: 240px;
    margin: auto;
  }
}
.page__20 .gear__wrapper .image__item {
  position: absolute;
}
.page__20 .gear__wrapper .image__item--1 {
  top: 15px;
  left: 34px;
}
@media (max-width: 768px) {
  .page__20 .gear__wrapper .image__item--1 {
    top: 6px;
    left: 23px;
    width: 48%;
  }
}
.page__20 .gear__wrapper .image__item--2 {
  top: 13px;
  right: 10px;
  width: 33%;
}
@media (max-width: 768px) {
  .page__20 .gear__wrapper .image__item--2 {
    top: 12px;
    right: 5px;
    width: 33%;
  }
}
.page__20 .gear__wrapper .image__item--3 {
  bottom: 20px;
  right: 40px;
  width: 50%;
}
@media (max-width: 768px) {
  .page__20 .gear__wrapper .image__item--3 {
    bottom: 16px;
    right: 31px;
    width: 42%;
  }
}
@media (max-width: 768px) {
  .page__20 .gear__wrapper .notes {
    margin: 30px auto 5px;
  }
}
.page__20 .gear__wrapper__label .item {
  background: #fdd913;
  padding: 5px;
  text-align: center;
  color: #000;
  position: absolute;
  width: 160px;
}
@media (max-width: 768px) {
  .page__20 .gear__wrapper__label .item {
    font-size: 11px;
  }
}
.page__20 .gear__wrapper__label .item--1 {
  top: -30px;
}
@media (max-width: 768px) {
  .page__20 .gear__wrapper__label .item--1 {
    top: -40px;
    left: -20px;
  }
}
.page__20 .gear__wrapper__label .item--1::before {
  content: url(../images/icon/dash2.png);
  position: absolute;
  top: 20px;
  right: -50px;
}
@media (max-width: 768px) {
  .page__20 .gear__wrapper__label .item--1::before {
    content: "";
    background: transparent;
    height: 50px;
    width: 50px;
    border-left: 1px dashed #fff;
    top: 20px;
    right: -120px;
  }
}
.page__20 .gear__wrapper__label .item--2 {
  right: -20px;
  top: 100px;
}
@media (max-width: 768px) {
  .page__20 .gear__wrapper__label .item--2 {
    right: -20px;
    top: -40px;
    background: #fbb921;
  }
}
.page__20 .gear__wrapper__label .item--2::before {
  content: url(../images/icon/dash.png);
  position: absolute;
  top: -70px;
  left: -33px;
}
@media (max-width: 768px) {
  .page__20 .gear__wrapper__label .item--2::before {
    content: "";
    background: transparent;
    height: 50px;
    width: 50px;
    border-left: 1px dashed #fff;
    top: 38px;
    left: -50px;
  }
}
.page__20 .gear__wrapper__label .item--3 {
  right: 30px;
  bottom: 0px;
}
@media (max-width: 768px) {
  .page__20 .gear__wrapper__label .item--3 {
    bottom: 20px;
  }
}
.page__20 .gear__wrapper__label .item--3::before {
  content: url(../images/icon/dash.png);
  position: absolute;
  top: -70px;
  left: -25px;
}
@media (max-width: 768px) {
  .page__20 .gear__wrapper__label .item--3::before {
    content: "";
    background: transparent;
    height: 30px;
    width: 50px;
    bottom: 40px;
    top: auto;
    left: 60px;
    border-left: 1px dashed #fff;
  }
}
.page__21 .top__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1400px) {
  .page__21 .top__content {
    top: 3vw;
  }
}
.page__21 .top__content .sub-title {
  margin-top: -2%;
  color: #ffffff;
  font-size: 3em;
}
.page__22 .top__title {
  padding: 10px;
}
@media (min-width: 1400px) {
  .page__22 .top__title {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .page__22 .top__title {
    padding: 5px 0px;
  }
}
.page__22 .item-debt {
  text-align: center;
  color: #fff;
  margin: 10px auto;
}
@media (max-width: 768px) {
  .page__22 .item-debt {
    font-size: 13px;
  }
}
.page__22 .lembaga {
  margin-top: 7vw;
}
@media (max-width: 768px) {
  .page__22 .lembaga {
    margin-top: 40vw;
  }
}
.page__23 .fintech__images {
  margin-top: 10%;
}
@media (max-width: 768px) {
  .page__24 .blockquote__black:before {
    left: 5px;
    top: 3px;
  }
}
.page__24 .blockquote__black:after {
  right: 10px;
  bottom: 0;
}
.page__24 .title {
  color: #fff;
}
@media (max-width: 768px) {
  .page__24 .title h1 {
    font-size: 1.5em;
  }
}
.page__24 .title span {
    font-family: "Leckerli One", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
}
.page__24 .content {
  color: #fff;
}
@media (max-width: 768px) {
  .page__24 .content {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .page__24 .content .mt2 {
    margin-top: 10px !important;
  }
}
.page__24 .content .images {
  width: 300px;
  margin: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .page__24 .content .images {
    width: auto;
  }
}
.page__24 .content .text {
  position: relative;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 17px;
}
@media (max-width: 768px) {
  .page__24 .content .text {
    font-size: 13px;
  }
}
.page__24 .content .text:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -15px;
  background: yellow;
  height: 5px;
  width: 5px;
  border-radius: 50%;
}
.page__24 .content small {
  color: #fff;
  display: block;
}
@media (max-width: 768px) {
  .page__24 .content small {
    font-size: 11px;
  }
}
.page__24 .lembaga__wrapper {
  margin-top: 10px;
}
.page__25 .distribusi {
  position: relative;
  width: 600px;
  margin: auto;
}
@media (max-width: 768px) {
  .page__25 .distribusi {
    width: 300px;
  }
}
.page__25 .distribusi__title {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: black;
  top: 85px;
  border-radius: 10px;
  padding: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 230px;
  margin: auto;
  background: #fff;
}
@media (min-width: 768px) {
  .page__25 .distribusi__title {
    top: 184px;
    border-radius: 10px;
    padding: 10px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 460px;
    font-size: 1.5em;
  }
}
.page__25 .distribusi__title p {
  margin: 0;
}
.page__26 .alokasi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 420px;
  margin: auto;
  margin: 40px auto 10px;
}
@media (max-width: 768px) {
  .page__26 .alokasi {
    width: 100%;
  }
}
.page__26 .alokasi__item {
  padding: 10px;
  color: black;
  background: #fdd913;
  height: 200px;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px;
  text-align: center;
}
.page__26 .alokasi__item:hover {
  cursor: pointer;
}
@media (max-width: 768px) {
  .page__26 .alokasi__item {
    height: 170px;
    width: 46%;
  }
}
.page__26 .alokasi__item--1 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 210, 0, 0.9)),
      to(rgba(255, 210, 0, 0.9))
    ),
    url(../images/alokasi-1.jpg) no-repeat center;
  background: linear-gradient(rgba(255, 210, 0, 0.9), rgba(255, 210, 0, 0.9)),
    url(../images/alokasi-1.jpg) no-repeat center;
}
.page__26 .alokasi__item--1:hover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 210, 0, 0.9)),
      to(rgba(255, 147, 49, 0.9))
    ),
    url(../images/alokasi-1.jpg) no-repeat center;
  background: linear-gradient(rgba(255, 210, 0, 0.9), rgba(255, 147, 49, 0.9)),
    url(../images/alokasi-1.jpg) no-repeat center;
}
.page__26 .alokasi__item--2 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 210, 0, 0.9)),
      to(rgba(255, 210, 0, 0.9))
    ),
    url(../images/alokasi-2.jpg) no-repeat center;
  background: linear-gradient(rgba(255, 210, 0, 0.9), rgba(255, 210, 0, 0.9)),
    url(../images/alokasi-2.jpg) no-repeat center;
}
.page__26 .alokasi__item--2:hover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 210, 0, 0.9)),
      to(rgba(255, 147, 49, 0.9))
    ),
    url(../images/alokasi-2.jpg) no-repeat center;
  background: linear-gradient(rgba(255, 210, 0, 0.9), rgba(255, 147, 49, 0.9)),
    url(../images/alokasi-2.jpg) no-repeat center;
}
.page__26 .alokasi__item--3 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 210, 0, 0.9)),
      to(rgba(255, 210, 0, 0.9))
    ),
    url(../images/alokasi-3.jpg) no-repeat center;
  background: linear-gradient(rgba(255, 210, 0, 0.9), rgba(255, 210, 0, 0.9)),
    url(../images/alokasi-3.jpg) no-repeat center;
}
.page__26 .alokasi__item--3:hover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 210, 0, 0.9)),
      to(rgba(255, 147, 49, 0.9))
    ),
    url(../images/alokasi-3.jpg) no-repeat center;
  background: linear-gradient(rgba(255, 210, 0, 0.9), rgba(255, 147, 49, 0.9)),
    url(../images/alokasi-3.jpg) no-repeat center;
}
.page__26 .alokasi__item--4 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 210, 0, 0.9)),
      to(rgba(255, 210, 0, 0.9))
    ),
    url(../images/alokasi-4.jpg) no-repeat center;
  background: linear-gradient(rgba(255, 210, 0, 0.9), rgba(255, 210, 0, 0.9)),
    url(../images/alokasi-4.jpg) no-repeat center;
}
.page__26 .alokasi__item--4:hover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 210, 0, 0.9)),
      to(rgba(255, 147, 49, 0.9))
    ),
    url(../images/alokasi-4.jpg) no-repeat center;
  background: linear-gradient(rgba(255, 210, 0, 0.9), rgba(255, 147, 49, 0.9)),
    url(../images/alokasi-4.jpg) no-repeat center;
}
.page__26 .alokasi__item .name {
  font-weight: bold;
  margin: auto;
  font-size: 2em;
}
@media (max-width: 768px) {
  .page__26 .alokasi__item .name {
    font-size: 1.5em;
  }
}
.page__26 .alokasi__click {
  position: absolute;
  top: -30px;
  left: 10px;
}
.page__27 .title {
  margin-bottom: 20px;
}
.page__27 .title h2 {
  color: #fff;
}
.page__27 .title h2 span {
  font-size: 0.8em;
}
@media (max-width: 768px) {
  .page__27 .title h2 {
    font-size: 1.7em;
  }
}
.page__27 .description small {
  display: block;
  color: #fff;
}
.page__27 .description small span {
  color: #fdd913;
}
.page__27 .maps__wrapper {
  position: relative;
}
.page__27 .maps__wrapper .click {
  position: absolute;
  top: 90px;
  left: 70px;
}
@media (max-width: 768px) {
  .page__27 .maps__wrapper .click {
    top: 4px;
    left: 10px;
    width: 31%;
    z-index: 2;
  }
}
.page__27 .maps__wrapper .click img {
  width: auto;
}
@media (max-width: 768px) {
  .page__27 .maps__wrapper {
    margin: 50px auto;
  }
}
.page__27 .maps__wrapper img {
  width: 100%;
}
.page__27 .maps__wrapper .svg__maps {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page__27 .maps__wrapper .svg__maps:hover path {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  fill: #f1f1f1;
}
.page__27 .maps__wrapper .label__item {
  position: absolute;
  padding: 10px;
  color: #000;
  font-weight: bold;
}
.page__27 .maps__wrapper .label__item:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 768px) {
  .page__27 .maps__wrapper .label__item {
    padding: 5px 10px;
    font-size: 12px;
  }
}
.page__27 .maps__wrapper .label__item--1 {
  left: 6%;
  top: 3%;
  background: #f26822;
}
@media (max-width: 768px) {
  .page__27 .maps__wrapper .label__item--1 {
    left: 10%;
    top: -17%;
  }
}
.page__27 .maps__wrapper .label__item--1::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -20px;
  height: 50px;
  width: 30px;
  background: transparent;
  border-top: 1px dashed #f26822;
  border-left: 1px dashed #f26822;
}
@media (max-width: 768px) {
  .page__27 .maps__wrapper .label__item--1::before {
    top: 11px;
    left: -20px;
    height: 37px;
  }
}
.page__27 .maps__wrapper .label__item--2 {
  left: 50%;
  top: 10px;
  background: #f9ed25;
}
@media (max-width: 768px) {
  .page__27 .maps__wrapper .label__item--2 {
    left: 150px;
    top: -10px;
  }
}
.page__27 .maps__wrapper .label__item--2::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -30px;
  height: 80px;
  width: 30px;
  background: transparent;
  border-top: 1px dashed #f9ed25;
  border-left: 1px dashed #f9ed25;
}
@media (max-width: 768px) {
  .page__27 .maps__wrapper .label__item--2::before {
    height: 50px;
  }
}
.page__27 .maps__wrapper .label__item--3 {
  left: auto;
  right: 24%;
  top: 14%;
  background: #f7911e;
}
@media (max-width: 768px) {
  .page__27 .maps__wrapper .label__item--3 {
    right: 0;
    top: -29%;
  }
}
.page__27 .maps__wrapper .label__item--3::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -20px;
  height: 72px;
  width: 30px;
  background: transparent;
  border-top: 1px dashed #f7911e;
  border-left: 1px dashed #f7911e;
}
@media (max-width: 768px) {
  .page__27 .maps__wrapper .label__item--3::before {
    top: 20px;
    left: -20px;
    height: 72px;
    width: 80px;
    background: transparent;
    border-bottom: 1px dashed #f7911e;
    border-right: 1px dashed #f7911e;
    border-top: 0px;
    border-left: 0px;
  }
}
.page__27 .maps__wrapper .label__item--4 {
  bottom: 11%;
  left: 27%;
  background: #fed401;
}
@media (max-width: 768px) {
  .page__27 .maps__wrapper .label__item--4 {
    bottom: -40px;
    left: 0;
  }
}
.page__27 .maps__wrapper .label__item--4::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -23px;
  height: 80px;
  width: 30px;
  background: transparent;
  border-bottom: 1px dashed #fed401;
  border-left: 1px dashed #fed401;
}
@media (max-width: 768px) {
  .page__27 .maps__wrapper .label__item--4::before {
    bottom: 20px;
    right: 0;
    left: auto;
    height: 66px;
    width: 20px;
    background: transparent;
    border-top: 1px dashed #fed401;
    border-left: 1px dashed #fed401;
  }
}
.page__27 .maps__wrapper .label__item--5 {
  bottom: 1%;
  right: 30%;
  background: #f8e8a5;
}
@media (max-width: 768px) {
  .page__27 .maps__wrapper .label__item--5 {
    bottom: -22%;
    right: 34%;
  }
}
.page__27 .maps__wrapper .label__item--5::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -20px;
  height: 80px;
  width: 30px;
  background: transparent;
  border-bottom: 1px dashed #f8e8a5;
  border-left: 1px dashed #f8e8a5;
}
@media (max-width: 768px) {
  .page__27 .maps__wrapper .label__item--5::before {
    bottom: 20px;
    left: 50px;
    height: 46px;
  }
}
.page__27 .maps__wrapper .label__item--6 {
  bottom: 17%;
  right: 11%;
  background: #fcce66;
}
@media (max-width: 768px) {
  .page__27 .maps__wrapper .label__item--6 {
    bottom: -28%;
    right: 0;
  }
}
.page__27 .maps__wrapper .label__item--6::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: -25px;
  height: 90px;
  width: 30px;
  background: transparent;
  border-bottom: 1px dashed #fcce66;
  border-right: 1px dashed #fcce66;
}
@media (max-width: 768px) {
  .page__27 .maps__wrapper .label__item--6::before {
    height: 70px;
    right: 12%;
  }
}
.page__30 .title__main h1 {
  color: #fff;
  font-size: 5em;
}
@media (max-width: 768px) {
  .page__30 .title__main h1 {
    font-size: 3em;
  }
}
.page__30 .title__main p {
  font-size: 3em;
  margin: 0 auto;
  line-height: 0.7;
}
@media (max-width: 768px) {
  .page__30 .title__main p {
    font-size: 1.7em;
  }
}
.cover {
  position: relative;
  overflow: hidden;
}
.cover__background {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  z-index: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.cover__mobile {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  z-index: -1;
}
.cover__title {
  position: absolute;
  left: 0;
  right: 0;
  top: 4%;
  z-index: 2;
  text-align: center;
  margin: auto;
  opacity: 0;
}
@media (max-width: 768px) {
  .cover__title {
    width: 90%;
    top: 6%;
  }
}
.cover__description {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: rgba(255, 208, 0, 0);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 208, 0, 0)),
    color-stop(52%, rgba(255, 208, 0, 0.31)),
    color-stop(53%, rgba(255, 208, 0, 0.32)),
    color-stop(100%, #ffd200)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 208, 0, 0)),
    color-stop(52%, rgba(255, 208, 0, 0.31)),
    color-stop(53%, rgba(255, 208, 0, 0.32)),
    to(#ffd200)
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 208, 0, 0) 0%,
    rgba(255, 208, 0, 0.31) 52%,
    rgba(255, 208, 0, 0.32) 53%,
    #ffd200 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd000', endColorstr='#ffd200', GradientType=0 );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 10px;
  z-index: 20;
}
@media (max-width: 768px) {
  .cover__description {
    padding: 10px;
    background: #fdd913;
    height: 20%;
  }
}
@media (max-width: 768px) {
  .cover__description:before {
    position: absolute;
    width: 100%;
    height: 50px;
    background: rgba(255, 208, 0, 0);
    background: -webkit-gradient(
      left top,
      left bottom,
      color-stop(0%, rgba(255, 208, 0, 0)),
      color-stop(52%, rgba(255, 208, 0, 0.31)),
      color-stop(53%, rgba(255, 208, 0, 0.32)),
      color-stop(100%, #ffd200)
    );
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 208, 0, 0)),
      color-stop(52%, rgba(255, 208, 0, 0.31)),
      color-stop(53%, rgba(255, 208, 0, 0.32)),
      to(#ffd200)
    );
    background: linear-gradient(
      to bottom,
      rgba(255, 208, 0, 0) 0%,
      rgba(255, 208, 0, 0.31) 52%,
      rgba(255, 208, 0, 0.32) 53%,
      #ffd200 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd000', endColorstr='#ffd200', GradientType=0 );
    top: -48px;
    left: 0;
    content: "";
  }
}
.cover__description p {
  position: relative;
}
@media (max-width: 768px) {
  .cover__description p {
    font-size: 14px;
  }
}
.cover__description p:before {
  position: absolute;
  left: -24px;
  top: -15px;
}
@media (max-width: 768px) {
  .cover__description p:before {
    left: -15px;
    top: -20px;
  }
}
.cover__description p:after {
  position: absolute;
  right: -20px;
  bottom: -15px;
}
@media (max-width: 768px) {
  .cover__description p:after {
    right: 0;
    bottom: -20px;
  }
}
.cover__figure {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cover__figure {
    bottom: 30%;
  }
}
.cover__figure__name {
  opacity: 0;
  position: absolute;
  top: 0;
  background: #fdd913;
  padding: 10px;
  color: black;
  width: 180px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .cover__figure__name {
    font-size: 12px;
    padding: 5px;
    width: 120px;
  }
}
.cover__figure__name--1 {
  left: 10% !important;
  top: 34% !important;
}
@media (max-width: 768px) {
  .cover__figure__name--1 {
    top: -20% !important;
    left: 5% !important;
  }
}
.cover__figure__name--2 {
  left: 37% !important;
  top: 20% !important;
}
@media (max-width: 768px) {
  .cover__figure__name--2 {
    top: -50% !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
  }
}
.cover__figure__name--3 {
  left: 77% !important;
  top: 30% !important;
}
@media (max-width: 768px) {
  .cover__figure__name--3 {
    top: -20% !important;
    left: 60% !important;
  }
}
.cover__figure__item {
  position: absolute;
}
.cover__figure__item--nini {
  text-align: right;
  z-index: 2;
}
.cover__figure__item--siti {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 3;
}
.cover__figure__item--yuyun {
  right: 0;
  z-index: 1;
}
.cover__figure__item--back {
  z-index: 0;
}
.cover__figure__item--front {
  z-index: 6;
}
.cover video {
  height: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.scroll-down {
  position: absolute;
  bottom: 15%;
  right: 5%;
  margin: auto;
  width: 40px;
  z-index: 3;
  color: #fff;
}
.popup__content .modal-dialog {
  margin: 60% auto 10px;
}
@media (min-width: 768px) {
  .popup__content .modal-dialog {
    width: 600px;
    margin: 15% auto 20px;
  }
}
.popup__content .modal-content {
  border-radius: 0px;
  background-color: #fdd913;
}
.popup__content .modal-header {
  border-bottom: 0px;
  text-align: center;
  font-size: 1.4em;
}
.popup__content .modal-header .close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #ffaa00;
  border: none;
  padding: 0px 10px;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .popup__content .modal-header .close {
    right: 0;
  }
}
.popup__content .modal-body {
  text-align: center;
}
.modal__distribution .modal-dialog {
  margin: 20% auto 10px;
}
@media (min-width: 768px) {
  .modal__distribution .modal-dialog {
    margin: 10% auto 10px;
  }
}
.modal__distribution .close {
  right: 10px;
  top: 10px;
}
#dataSumatera .modal-content {
  background-color: #f26822;
}
#dataJawa .modal-content {
  background-color: #ffd100;
}
#dataNusa .modal-content {
  background-color: #f2e1a0;
}
#dataKalimantan .modal-content {
  background-color: #f7f100;
}
#dataSulawesi .modal-content {
  background-color: #f78d00;
}
#dataPapua .modal-content {
  background-color: #f4c862;
}
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes movedown {
  0% {
    top: -120px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  100% {
    top: 0;
  }
}
@keyframes movedown {
  0% {
    top: -120px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  100% {
    top: 0;
  }
}
.rain {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.rain.back-row {
  display: none;
  z-index: 1;
  bottom: 60px;
  opacity: 0.5;
}
.back-row-toggle .rain.back-row {
  display: block;
}
.drop {
  position: absolute;
  bottom: 100%;
  width: 15px;
  height: 120px;
  pointer-events: none;
  -webkit-animation: drop 0.5s linear infinite;
  animation: drop 0.5s linear infinite;
}
@-webkit-keyframes drop {
  0% {
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh);
  }
  75% {
    -webkit-transform: translateY(90vh);
    transform: translateY(90vh);
  }
  100% {
    -webkit-transform: translateY(90vh);
    transform: translateY(90vh);
  }
}
@keyframes drop {
  0% {
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh);
  }
  75% {
    -webkit-transform: translateY(90vh);
    transform: translateY(90vh);
  }
  100% {
    -webkit-transform: translateY(90vh);
    transform: translateY(90vh);
  }
}
.stem {
  width: 1px;
  height: 60%;
  margin-left: 7px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.25))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.25)
  );
  -webkit-animation: stem 0.5s linear infinite;
  animation: stem 0.5s linear infinite;
}
@-webkit-keyframes stem {
  0% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes stem {
  0% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.splat {
  width: 15px;
  height: 10px;
  border-top: 2px dotted rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: splat 0.5s linear infinite;
  animation: splat 0.5s linear infinite;
  display: none;
}
.splat-toggle .splat {
  display: block;
}
@-webkit-keyframes splat {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  90% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes splat {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  90% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.splat-toggle {
  top: 20px;
}
.back-row-toggle {
  top: 90px;
  line-height: 12px;
  padding-top: 14px;
}
.animate--rotating {
  -webkit-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;
}
.animate--rotatingReverse {
  -webkit-animation: rotatingReverse 10s linear infinite;
  animation: rotatingReverse 10s linear infinite;
}
.animate--hide {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.animate--show {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.animate--pushDown {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.animate--overflowUp {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.animate--pullUp {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.animate--float {
  -webkit-animation: float 1s ease-in-out infinite alternate;
  animation: float 1s ease-in-out infinite alternate;
}
.animate--floatSlow {
  -webkit-animation: floatSlow 1.5s ease infinite alternate;
  animation: floatSlow 1.5s ease infinite alternate;
}
.animate--scaleOut {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.animate--scaleIn {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.animate--scaleBig {
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@-webkit-keyframes float {
  from {
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
  }
  to {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@keyframes float {
  from {
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
  }
  to {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@-webkit-keyframes floatSlow {
  from {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  to {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@keyframes floatSlow {
  from {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  to {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotatingReverse {
  from {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes rotatingReverse {
  from {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
header {
  position: fixed;
  z-index: 99;
  width: 100%;
  -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.15);
  height: 78px;
}
@media (max-width: 768px) {
  header {
    height: 69px;
  }
}
header .logo {
  padding-top: 10px;
  text-align: center;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  header .logo {
    width: 140px;
  }
}
@media (max-width: 768px) {
  header .logo {
    max-width: 104px;
  }
}
@media (max-width: 992px) {
  header .navigation {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-box-shadow: 0px 0px 10px 2px #474547;
    -o-box-shadow: 0px 0px 10px 2px #474547;
    box-shadow: 0px 0px 10px 2px #474547;
    background: #2b3594;
  }
}
@media (min-width: 1100px) {
  header .navigation {
    display: block;
  }
}
header .navigation.show-menu {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  padding-top: 50px;
  padding-bottom: 30px;
  overflow: scroll;
}
header .navigation ul.menu {
  float: left;
}
@media (max-width: 992px) {
  header .navigation ul.menu {
    float: none;
    margin: 0px;
  }
}
header .navigation ul.menu li {
  display: inline-block;
  margin: 0px 10px;
  position: relative;
}
@media (min-width: 993px) and (max-width: 1200px) {
  header .navigation ul.menu li {
    margin: 4px;
  }
}
@media (max-width: 992px) {
  header .navigation ul.menu li {
    display: block;
    text-align: left;
    padding: 0px;
  }
}
header .navigation ul.menu li.active a {
  color: #c09f25;
}
@media (max-width: 992px) {
  header .navigation ul.menu li.active a {
    border-bottom: 0px solid #fff;
    color: #c09f25;
  }
}
header .navigation ul.menu li:hover a {
  color: #c09f25;
}
@media (max-width: 992px) {
  header .navigation ul.menu li:hover a {
    border-bottom: 0px solid #fff;
    color: #c09f25;
  }
}
header .navigation ul.menu li a {
  padding: 27px 0px;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 992px) {
  header .navigation ul.menu li a {
    border-bottom: 0px solid #fff;
    color: #fff;
    padding: 15px;
    background: transparent;
    display: block;
    width: 100%;
    text-transform: capitalize;
    text-align: center;
    font-size: 20px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  header .navigation ul.menu li a {
    font-size: 13px;
    padding: 27px 3px;
  }
}
header .navigation ul.menu li:hover .dropdown {
  display: block;
}
header .navigation ul.menu li .dropdown {
  position: relative;
  display: none;
  top: 4px;
}
header .navigation ul.menu li .dropdown li {
  display: block;
  margin: 0px;
}
header .navigation ul.menu li .dropdown li a {
  padding: 10px;
  color: #ffffff;
  background: #2b3594;
  display: block;
  border-bottom: 0px;
}
header .navigation ul.menu li .dropdown li a:hover {
  background: #4c57bd;
}
header .social__media {
  float: right;
  margin: 16px;
}
@media (max-width: 992px) {
  header .social__media {
    float: none;
    text-align: center;
  }
}
header .social__media li {
  padding: 0px 5px;
}
header .menu__mobile {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9999;
}
header .menu__mobile #nav-icon1 {
  width: 30px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header .menu__mobile #nav-icon1.open span {
  background: #fff;
}
header .menu__mobile #nav-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .menu__mobile #nav-icon1 span:nth-child(1) {
  top: 0px;
}
header .menu__mobile #nav-icon1 span:nth-child(2) {
  top: 10px;
}
header .menu__mobile #nav-icon1 span:nth-child(3) {
  top: 20px;
}
header .menu__mobile #nav-icon1.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
header .menu__mobile #nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
header .menu__mobile #nav-icon1.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
footer {
  background: rgba(43, 53, 148, 0.8);
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.back-top {
  background: #2b3594;
  border-radius: 50%;
  padding: 10px;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
}
.back-top:hover {
  background: #303f9f;
}
.back-top img {
  width: 20px;
}
/*# sourceMappingURL=style.min.css.map */
