/* ------------------------------------------------------------------------------------------------ */
/* Core style */
/* ------------------------------------------------------------------------------------------------ */
/* Fonts */
@font-face { font-family: "Gotham Rounded"; font-display: swap; src: local("Gotham Rounded"); src: url("../fonts/gothamrounded-book.eot"); src: url("../fonts/gothamrounded-book.eot#iefix") format("embedded-opentype"), url("../fonts/gothamrounded-book.woff2") format("woff2"), url("../fonts/gothamrounded-book.woff") format("woff"), url("../fonts/gothamrounded-book.ttf") format("truetype"), url("../fonts/gothamrounded-book.svg") format("svg"); font-style: normal; font-weight: 400; }

@font-face { font-family: "Gotham Rounded Medium"; font-display: swap; src: local("Gotham Rounded Medium"); src: url("../fonts/gothamrounded-medium.eot"); src: url("../fonts/gothamrounded-medium.eot#iefix") format("embedded-opentype"), url("../fonts/gothamrounded-medium.woff2") format("woff2"), url("../fonts/gothamrounded-medium.woff") format("woff"), url("../fonts/gothamrounded-medium.ttf") format("truetype"), url("../fonts/gothamrounded-medium.svg") format("svg"); font-style: normal; font-weight: 500; }

@font-face { font-family: "Gotham Rounded Bold"; font-display: swap; src: local("Gotham Rounded Bold"); src: url("../fonts/gothamrounded-bold.eot"); src: url("../fonts/gothamrounded-bold.eot#iefix") format("embedded-opentype"), url("../fonts/gothamrounded-bold.woff2") format("woff2"), url("../fonts/gothamrounded-bold.woff") format("woff"), url("../fonts/gothamrounded-bold.ttf") format("truetype"), url("../fonts/gothamrounded-bold.svg") format("svg"); font-style: normal; font-weight: 600; }

/* Boostrap */
@media (min-width: 576px) { .container { max-width: 540px; } }

@media (min-width: 768px) { .container { max-width: 720px; } }

@media (min-width: 992px) { .container { max-width: 960px; } }

@media (min-width: 1200px) { .container { max-width: 1248px; } }

.container { width: 100%; padding-left: 16px; padding-right: 16px; margin-right: auto; margin-left: auto; }

.row { margin-left: -16px; margin-right: -16px; }

.row > .col, .row > [class*="col-"] { padding-left: 16px; padding-right: 16px; }

.row.no-gutter { margin-left: 0; margin-right: 0; }

.row.no-gutter > .col, .row.no-gutter > [class*="col-"] { padding-left: 0; padding-right: 0; }

.row.double-gutter { margin-left: -32px; margin-right: -32px; }

.row.double-gutter > .col, .row.double-gutter > [class*="col-"] { padding-left: 32px; padding-right: 32px; }

/* Typography */
h1, h2, h3, h4, h5, h6 { font-family: "Gotham Rounded Bold", sans-serif; font-weight: 600; color: #1F1F1F; margin-top: 0; margin-bottom: 1rem; }

h1 { font-size: 2.667rem; line-height: 1.2em; font-family: "Gotham Rounded Bold", sans-serif; font-weight: 600; }

@media (max-width: 991px) { h1 { font-size: 2rem; line-height: 1.250em; } }

h2 { font-size: 2rem; line-height: 1.5em; }

@media (max-width: 991px) { h2 { font-size: 1.5rem; line-height: 1.333em; } }

h3 { font-size: 1.5rem; line-height: 1.333em; }

h4 { font-size: 1.25rem; line-height: 1.6em; }

.small { font-size: 0.875rem; line-height: 1.429em; }

a { color: #4460AC; transition: color .3s ease-in-out; }

a:hover { text-decoration: underline; }

p { margin: 0 0 1.5rem; }

p:last-child { margin-bottom: 0; }

ul, ol { margin: 0; padding: 0; list-style: none; }

article p { word-break: keep-all; /* Non standard for webkit */ -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; }

article p:last-child { margin-bottom: 0; }

article a:hover { text-decoration: underline; }

article li ul, article li ol { margin: 0 1.5rem; padding-top: 10px; }

article ul, article ol { margin: 0 0 2rem; padding-left: 1.5rem; }

article ul:last-child, article ol:last-child { margin: 0; }

article ul li, article ol li { margin-bottom: .75rem; }

article ul li:last-child, article ol li:last-child { margin: 0; }

article ul { list-style-type: disc; }

article ol { list-style-type: decimal; }

article ol ol { list-style: lower-alpha; }

article ol ol ol { list-style: lower-roman; }

article ol ol ol ol { list-style: lower-alpha; }

article figure { max-width: 100%; }

/* Base */
*, *:after, *:before { box-sizing: border-box; }

img { max-width: 100%; }

hr { border: 0; border-top: 1px solid #F1F1F1; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }

@media (min-width: 1200px) { * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; -webkit-font-kerning: normal; font-kerning: normal; }
  *::-webkit-scrollbar { width: 8px; height: 8px; background-color: #F4F6FB; }
  *::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2); background-color: #F5F5F5; }
  *::-webkit-scrollbar-thumb { background-color: #4460AC; border-radius: 10px; border: 1px solid #F4F6FB; } }

html, body { font-size: 15px; line-height: 24px; font-family: "Gotham Rounded", -apple-system, BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; font-weight: 400; padding: 0; margin: 0; background-color: #FFFFFF; color: #1F1F1F; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }

.web-wrapper { width: 100%; overflow: hidden; }

/* ------------------------------------------------------------------------------------------------ */
/* Component style */
/* ------------------------------------------------------------------------------------------------ */
@-webkit-keyframes bounce2 { 0% { -webkit-transform: scale(1, 1) translateX(0); transform: scale(1, 1) translateX(0); }
  10% { -webkit-transform: scale(1.1, 0.9) translateX(0); transform: scale(1.1, 0.9) translateX(0); }
  30% { -webkit-transform: scale(0.9, 1.1) translateX(-4px); transform: scale(0.9, 1.1) translateX(-4px); }
  50% { -webkit-transform: scale(1.05, 0.95) translateX(6px); transform: scale(1.05, 0.95) translateX(6px); }
  57% { -webkit-transform: scale(1, 1) translateX(-2px); transform: scale(1, 1) translateX(-2px); }
  64% { -webkit-transform: scale(1, 1) translateX(0); transform: scale(1, 1) translateX(0); }
  100% { -webkit-transform: scale(1, 1) translateX(0); transform: scale(1, 1) translateX(0); } }
@keyframes bounce2 { 0% { -webkit-transform: scale(1, 1) translateX(0); transform: scale(1, 1) translateX(0); }
  10% { -webkit-transform: scale(1.1, 0.9) translateX(0); transform: scale(1.1, 0.9) translateX(0); }
  30% { -webkit-transform: scale(0.9, 1.1) translateX(-4px); transform: scale(0.9, 1.1) translateX(-4px); }
  50% { -webkit-transform: scale(1.05, 0.95) translateX(6px); transform: scale(1.05, 0.95) translateX(6px); }
  57% { -webkit-transform: scale(1, 1) translateX(-2px); transform: scale(1, 1) translateX(-2px); }
  64% { -webkit-transform: scale(1, 1) translateX(0); transform: scale(1, 1) translateX(0); }
  100% { -webkit-transform: scale(1, 1) translateX(0); transform: scale(1, 1) translateX(0); } }

@-webkit-keyframes pulse2 { 0% { box-shadow: 0 0 0 0 rgba(0, 95, 191, 0.8); }
  70% { box-shadow: 0 0 0 18px rgba(0, 95, 191, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 95, 191, 0); } }

@keyframes pulse2 { 0% { box-shadow: 0 0 0 0 rgba(0, 95, 191, 0.8); }
  70% { box-shadow: 0 0 0 18px rgba(0, 95, 191, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 95, 191, 0); } }

@-webkit-keyframes pulseSvg { 0% { r: 6;
    opacity: 0.3; }
  70% { r: 12;
    opacity: 0.3; }
  80% { r: 12;
    opacity: 0.2; }
  90% { r: 12;
    opacity: 0.1; }
  100% { r: 12;
    opacity: 0; } }

@keyframes pulseSvg { 0% { r: 6;
    opacity: 0.3; }
  70% { r: 12;
    opacity: 0.3; }
  80% { r: 12;
    opacity: 0.2; }
  90% { r: 12;
    opacity: 0.1; }
  100% { r: 12;
    opacity: 0; } }

@media (max-width: 991px) { @-webkit-keyframes pulseSvg { 0% { r: 12;
      opacity: 0.3; }
    70% { r: 18;
      opacity: 0.3; }
    80% { r: 18;
      opacity: 0.2; }
    90% { r: 18;
      opacity: 0.1; }
    100% { r: 18;
      opacity: 0; } } @keyframes pulseSvg { 0% { r: 12;
      opacity: 0.3; }
    70% { r: 18;
      opacity: 0.3; }
    80% { r: 18;
      opacity: 0.2; }
    90% { r: 18;
      opacity: 0.1; }
    100% { r: 18;
      opacity: 0; } } }

@-webkit-keyframes dash { from { stroke-dashoffset: 1000; }
  to { stroke-dashoffset: 0; } }

@keyframes dash { from { stroke-dashoffset: 1000; }
  to { stroke-dashoffset: 0; } }

@-webkit-keyframes dash2 { from { stroke-dashoffset: 1500; }
  to { stroke-dashoffset: 0; } }

@keyframes dash2 { from { stroke-dashoffset: 1500; }
  to { stroke-dashoffset: 0; } }

.slideOutDown { -webkit-animation-name: slideOutDown; animation-name: slideOutDown; }

@-webkit-keyframes slideOutDown { 0% { opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% { opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25); } }

@keyframes slideOutDown { 0% { opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% { opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25); } }

.comeOut { -webkit-animation-name: comeOut; animation-name: comeOut; }

@-webkit-keyframes comeOut { 0% { opacity: 1;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% { opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes comeOut { 0% { opacity: 1;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% { opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes slideOutUp { 0% { -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% { visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes slideOutUp { 0% { -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% { visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

.slideOutUp { -webkit-animation-name: slideOutUp; animation-name: slideOutUp; }

@-webkit-keyframes slideInUp { 0% { -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% { -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp { 0% { -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% { -webkit-transform: translateY(0);
    transform: translateY(0); } }

.slideInUp { -webkit-animation-name: slideInUp; animation-name: slideInUp; }

@-webkit-keyframes progressBar { 0% { max-width: 0%; }
  100% { max-width: 100%; } }

@keyframes progressBar { 0% { max-width: 0%; }
  100% { max-width: 100%; } }

@-webkit-keyframes d-headline { 0% { max-width: 0%; }
  10% { max-width: 0%; }
  100% { max-width: 100%; } }

@keyframes d-headline { 0% { max-width: 0%; }
  10% { max-width: 0%; }
  100% { max-width: 100%; } }

/* Custom Plugins */
body.modal-open { overflow: hidden; }

.modal { position: fixed; z-index: 901; top: 0; left: 0; width: 100%; height: 100%; overflow: auto; display: none; transition: all .5s; }

.modal:not(.show) { opacity: 0; }

.modal:not(.show) .modal-dialog { -webkit-transform: translate(0, -50px); transform: translate(0, -50px); }

.modal .close { position: absolute; top: 18px; right: 18px; cursor: pointer; opacity: 1; transition: all .3s ease-in-out; }

.modal .close img { display: block; width: 26px; height: auto; }

.modal .close:hover { opacity: .6; }

.modal .modal-dialog { transition: all .3s ease-in-out; max-width: 770px; pointer-events: none; }

.modal .modal-content { padding: 34px 0; background: #fff; margin: 30px auto; position: relative; border-radius: 6px; pointer-events: auto; box-shadow: 0 4px 8px 0 rgba(119, 119, 119, 0.1), 0 12px 20px 0 rgba(119, 119, 119, 0.2); }

.modal--full:not(.show) { opacity: 0; }

.modal--full:not(.show) .modal-dialog { -webkit-transform: translate(0, 100%); transform: translate(0, 100%); }

.modal--full .close { top: 32px; right: 40px; }

.modal--full .close .svg path { fill: #4460AC; }

.modal--full .close span { position: relative; top: 1px; display: inline-block; margin-left: 4px; vertical-align: middle; color: #4460AC; }

.modal--full ul.list-check h4 { margin-bottom: 4px; font-size: 20px; line-height: 28px; }

.modal--full ul.list-check li { padding-bottom: 24px; }

.modal--full ul.list-check li::before { top: 3px; }

.modal--full .modal__icon { width: 40px; margin: 0 auto 8px; }

.modal--full .modal__icon img { display: block; width: 100%; height: auto; }

.modal--full .modal__img { position: relative; }

.modal--full .modal__img img { display: block; width: 100%; height: auto; }

.modal--full .modal__img small { display: block; position: absolute; padding-top: 16px; top: 100%; left: 0; font-size: 12px; line-height: 16px; }

.modal--full .modal__vid { position: relative; }

.modal--full .modal__vid img { display: block; width: 100%; height: auto; }

.modal--full .modal__vid small { display: block; position: absolute; padding-top: 16px; top: 100%; left: 0; font-size: 12px; line-height: 16px; }

.modal--full .modal__vid .btn-play { z-index: 2; display: block; width: 68px; height: 68px; border-radius: 34rem; background-color: #4460AC; background-image: url(../images/ic-play.svg); background-repeat: no-repeat; background-position: center; position: absolute; bottom: calc(50% - 34px); right: calc(50% - 34px); }

.modal--full .modal__vid .btn-play:hover { box-shadow: 0 0 0 rgba(0, 95, 191, 0.4); -webkit-animation: primary 2s infinite; animation: primary 2s infinite; }

@-webkit-keyframes primary { 0% { box-shadow: 0 0 0 0 rgba(0, 95, 191, 0.4); }
  70% { box-shadow: 0 0 0 14px rgba(0, 95, 191, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 95, 191, 0); } }

@keyframes primary { 0% { box-shadow: 0 0 0 0 rgba(0, 95, 191, 0.4); }
  70% { box-shadow: 0 0 0 14px rgba(0, 95, 191, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 95, 191, 0); } }

.modal--full .modal__title { margin-bottom: 12px; }

.modal--full .modal__desc { margin-bottom: 40px; }

.modal--full .modal__desc p b { color: #1F1F1F; }

.modal--full .modal-footer { position: absolute; background: #FFF; padding: 32px 6px; width: 100%; bottom: 0; left: 0; }

.modal--full .modal-body { height: 100%; overflow: auto; padding-left: 32px; padding-right: 32px; }

.modal--full .modal-dialog { border-radius: 0; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; width: 100vw; height: 100vh; max-width: 100%; }

.modal--full .modal-content { position: relative; width: 100%; border-radius: 0; margin: 0; height: 90vh; padding: 64px 6px 20px; }

@media (max-width: 767px) { .modal--full .modal__img { margin-bottom: 60px; }
  .modal--full .modal-body { padding-left: 0; padding-right: 0; }
  .modal--full .close { top: 16px; right: 20px; } }

.modal-custom .modal-dialog { position: relative; max-width: 1226px; margin: 48px auto; }

.modal-custom .modal-content { padding: 0; width: 100%; }

.modal-custom .close { cursor: pointer; right: 0; top: -32px; width: 32px; height: 32px; z-index: 200; }

@media (max-width: 991px) { .modal-custom .modal-dialog { max-width: calc(100% - 32px); } }

.modal-role { padding: 36px 104px; }

.modal-role h3 { margin-bottom: 16px; }

.modal-role .list-blocks { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4; -webkit-column-gap: 32px; -moz-column-gap: 32px; column-gap: 32px; }

.modal-role .block { display: inline-block; }

.modal-role .block .title { color: #1F1F1F; display: block; font-size: 18px; line-height: 28px; font-family: "Gotham Rounded Medium", sans-serif; font-weight: 500; margin-bottom: 8px; }

.modal-role .block .list-check { margin-bottom: 24px; }

.modal-role__head { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.modal-role__img { display: block; margin-bottom: 28px; padding-right: 80px; }

.modal-role__img img { display: block; width: 183px; height: auto; }

.modal-role__title { display: block; margin-bottom: 28px; }

.modal-role__title h2 { font-size: 56px; line-height: 64px; margin-bottom: 0; }

@media (max-width: 991px) { .modal-role { padding: 32px 24px; }
  .modal-role h3 { font-size: 20px; line-height: 30px; }
  .modal-role .list-blocks { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
  .modal-role__head { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .modal-role__title h2 { font-size: 24px; line-height: 32px; }
  .modal-role__img img { width: 100%; height: auto; } }

.modal-backdrop { position: fixed; top: 0; left: 0; z-index: 900; width: 100vw; height: 100vh; background-color: #212121; opacity: 0; }

.modal-backdrop.show { opacity: 0.8 !important; }

.fade { opacity: 0; transition: opacity 0.15s linear; }

.fade.show { opacity: 1; }

.collapse { display: none; }

.collapse.show { display: block; }

tr.collapse.show { display: table-row; }

tbody.collapse.show { display: table-row-group; }

.collapsing { position: relative; height: 0; overflow: hidden; transition: height 0.35s ease; }

.tab-content > .tab-pane { display: none; }

.tab-content > .active { display: block; }

.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: 0.5rem 0; margin: 0.125rem 0 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid #F1F1F1; border-radius: 0.25rem; box-shadow: 0px 12px 20px rgba(119, 119, 119, 0.2); }

.dropdown-menu.show { display: block; }

.dropdown-item { display: block; width: 100%; padding: 0.4rem 1rem; clear: both; font-size: 0.875rem; line-height: 1.429em; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; }

.dropdown-item:hover { background: #f7f7f7; color: #1F1F1F; }

.dropdown-item:focus { outline: none; }

.dropdown-item.active { background: #F1F1F1; color: #1F1F1F; }

.tooltip { position: absolute; z-index: 1070; display: block; margin: 0; font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; opacity: 0; }

.tooltip.show { opacity: 0.9; }

.tooltip .arrow { position: absolute; display: block; width: 0.8rem; height: 0.4rem; }

.tooltip .arrow::before { position: absolute; content: ""; border-color: transparent; border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] { padding: 0.4rem 0; }

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow { bottom: 0; }

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before { top: 0; border-width: 0.4rem 0.4rem 0; border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] { padding: 0 0.4rem; }

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow { left: 0; width: 0.4rem; height: 0.8rem; }

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before { right: 0; border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] { padding: 0.4rem 0; }

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow { top: 0; }

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before { bottom: 0; border-width: 0 0.4rem 0.4rem; border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] { padding: 0 0.4rem; }

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow { right: 0; width: 0.4rem; height: 0.8rem; }

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before { left: 0; border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #000; }

.tooltip-inner { max-width: 200px; padding: 0.25rem 0.5rem; color: #fff; text-align: center; background-color: #000; border-radius: 0.25rem; }

.lity { z-index: 2147483001; }

.vslider .owl-stage-outer { pointer-events: none; }

.vslider .owl-dots { position: absolute; bottom: 0; left: -1.5rem; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 2px; height: 100%; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.vslider .owl-dots .owl-dot { display: block; width: 100%; height: 100%; }

.vslider .owl-dots .owl-dot span { display: block; width: 100%; height: 100%; background: #e2e2e2; }

.vslider .owl-dots .owl-dot:focus { outline: none; }

.vslider .owl-dots .owl-dot.active span { background: #5B37D4; }

.owl-carousel { position: relative; }

.owl-carousel.nav-false .owl-nav { display: none; }

.owl-carousel.dots-false .owl-dots { display: none; }

.owl-nav { position: absolute; top: 50%; left: 0; right: 0; height: 0; }

.owl-nav .disabled { opacity: .5; }

.owl-nav button:focus { outline: none !important; }

.owl-nav .btn-nav { width: 30px; height: 60px; background-color: #FFF; position: absolute; top: -30px; background-size: contain; opacity: .8; transition: all .3s ease-in-out; cursor: pointer; }

.owl-nav .btn-nav:hover { opacity: 1; }

.owl-nav .btn-nav.left { left: 0; background: #FFF url(../images/icon-chevron-left.svg) no-repeat center; }

.owl-nav .btn-nav.right { right: 0; background: #FFF url(../images/icon-chevron-right.svg) no-repeat center; }

.owl-dots { text-align: center; position: absolute; padding: 0; margin: 0; bottom: 2rem; left: 0; right: 0; width: 100%; line-height: 0; height: 0; }

.owl-dot { position: relative; display: inline-block; vertical-align: middle; margin: 0 0.375rem; width: auto; }

.owl-dot span { display: block; width: 0.5rem; height: 0.5rem; border-radius: 0.25rem; background-color: #F9F9F9; }

.owl-dot:focus { outline: none !important; }

.owl-dot.active span { background-color: #4460AC; }

/* Form */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -webkit-box-shadow: 0 0 0 60px white inset !important; }

.form-group { padding-bottom: 1.25rem; }

.form-group-hidden { opacity: 0; visibility: hidden; position: absolute; }

.form-action { padding-top: 1rem; }

span.required { color: #D74022; }

.form-control { display: block; width: 100%; height: 40px; padding: 6px 12px; font-size: 16px; font-weight: normal; line-height: 24px; color: #1F1F1F; background-color: #FFF; border: 1px solid #F1F1F1; border-radius: 3px; transition: border-color 0.3s ease-in-out; }

.form-control:focus { border-color: #4460AC; outline: 0; }

.form-control::-webkit-input-placeholder { color: #AAA; opacity: 1; }

.form-control::-moz-placeholder { color: #AAA; opacity: 1; }

.form-control:-ms-input-placeholder { color: #AAA; opacity: 1; }

.form-control::placeholder { color: #AAA; opacity: 1; }

.form-control:disabled, .form-control[readonly] { background-color: #e9ecef; opacity: 1; }

textarea.form-control { height: auto; }

label { color: #1F1F1F; }

select { display: inline-block; width: 100%; border: 1px solid #E2E2E2; border-radius: 0.25rem; font-size: 0.875rem; line-height: 1.429em; padding: 0.5625rem 1rem; }

select:focus { box-shadow: none; outline: none; }

.select-control { display: inline-block; position: relative; width: 100%; background: #FFF; border: 1px solid #E2E2E2; border-radius: 0.25rem; font-size: 0.875rem; line-height: 1.429em; padding: 0.5625rem 1rem; font-family: "Gotham Rounded", sans-serif; font-weight: 400; }

.select-control:focus { box-shadow: none; outline: none !important; }

.select-control .filter-option:after { content: ""; display: block; width: 1.25rem; height: 1.25rem; line-height: 1.25rem; background: red; position: absolute; top: calc(50% - 0.625rem); right: 0.625rem; background: url(../images/ic-down.svg) no-repeat center; background-size: contain; }

.bootstrap-select { position: relative; }

.bootstrap-select > .dropdown-toggle { border: 1px solid #F1F1F1; padding: 0.4375rem 2.5rem 0.4375rem 0.75rem; background: #FFFFFF; font-family: "Gotham Rounded", sans-serif; font-weight: 400; }

.bootstrap-select .dropdown-menu li a { padding: 6px 12px; }

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle { box-shadow: none; outline: none !important; }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner { text-overflow: ellipsis; }

.bootstrap-select.show-tick .dropdown-menu .dropdown-menu li a { padding-left: 40px; }

.bootstrap-select.show-tick .dropdown-menu li a span.text { margin: 0; }

.bootstrap-select.show-tick .dropdown-menu .bs-ok-default { display: block; position: absolute; width: 16px; height: 16px; top: 8px; left: 14px; right: auto; border: 1px solid #F1F1F1; border-radius: 4px; transition: all .4s ease; }

.bootstrap-select.show-tick .dropdown-menu .bs-ok-default::after { position: absolute; top: 0; left: 3.5px; border-width: 0 2px 2px 0; border-color: #FFFFFF; opacity: 0; width: 6px; height: 11px; -webkit-transform-origin: center; transform-origin: center; transition: all .4s ease; }

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark, .bootstrap-select.show-tick .dropdown-menu .selected .bs-ok-default { top: 8px; right: auto; background: #4460AC; border-color: #4460AC; }

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark::after, .bootstrap-select.show-tick .dropdown-menu .selected .bs-ok-default::after { opacity: 1; }

.custom-control { position: relative; z-index: 1; display: block; min-height: 1.5rem; padding: 0.5rem 0 0.5rem 2rem; color-adjust: exact; }

.custom-control-input { position: absolute; left: 0; z-index: -1; width: 1rem; height: 1.25rem; opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before { color: #FFFFFF; border-color: #4460AC; background-color: #4460AC; }

.custom-control-input:focus ~ .custom-control-label::before { border-color: #4460AC; }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before { border-color: #4460AC; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before { color: #FFFFFF; background-color: #4460AC; border-color: #4460AC; }

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label { color: #B4B4B4; }

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before { background-color: #B4B4B4; }

.custom-control-label { position: relative; margin-bottom: 0; vertical-align: top; cursor: pointer; }

.custom-control-label::before { position: absolute; top: 0.125rem; left: -2rem; display: block; width: 1.25rem; height: 1.25rem; pointer-events: none; content: ""; background-color: #FFFFFF; border: 1px solid #F1F1F1; }

.custom-control-label::after { position: absolute; top: 0.125rem; left: -2rem; display: block; width: 1.25rem; height: 1.25rem; content: ""; background-repeat: no-repeat; background-size: 0.75rem 0.75rem; background-position: center; }

.custom-control-inline { display: inline-block; }

.custom-control-inline + .custom-control-inline { margin-left: 1rem; }

.custom-checkbox .custom-control-label::before { border-radius: 2px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { background-image: url(../images/ic-check.svg); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { opacity: 0.5; }

.custom-checkbox-alt .custom-control-label::before { border-radius: 2px; }

.custom-checkbox-alt .custom-control-input:checked ~ .custom-control-label::after { background-image: url(../images/ic-check-alt.svg); }

.custom-checkbox-alt .custom-control-input:disabled:checked ~ .custom-control-label::before { opacity: 0.5; }

.custom-radio .custom-control-label::before { border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { opacity: 0.5; }

.form-range > .form-range__before { text-align: right; font-size: 0.875rem; line-height: 1.429rem; padding-right: 4px; }

.form-range > .form-range__input { position: relative; min-height: 1.5rem; }

.form-range > .form-range__after { text-align: left; font-size: 0.875rem; line-height: 1.429rem; padding-left: 4px; }

.form-range input[type=range] { -webkit-appearance: none; width: 100%; height: 4px; border-radius: 2px; background: transparent; position: relative; top: -4px; }

.form-range input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; position: relative; width: 1.5rem; height: 1.5rem; border-radius: 1.5rem; border: 0; background-color: #4460AC; background-image: url(../images/ic-caret.svg); background-position: center; background-size: 0.75rem; background-repeat: no-repeat; top: 0; cursor: pointer; }

.form-range input[type=range]::-moz-range-thumb { -webkit-appearance: none; width: 1.5rem; height: 1.5rem; border-radius: 1.5rem; border: 0; background-color: #4460AC; background-image: url(../images/ic-caret.svg); background-position: center; background-size: 0.75rem; background-repeat: no-repeat; top: calc(-0.75rem + 2px); cursor: pointer; }

.form-range input[type=range]:focus { outline: none; }

.btn-group.btn-group-toggle { background-color: #FFF; border-radius: 1.25rem; border: 3px solid #FFF; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.btn-group.btn-group-toggle input { position: absolute; opacity: 0; visibility: hidden; z-index: -10; }

.btn-group.btn-group-toggle .btn { z-index: 1; display: block; position: relative; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-basis: 1; -ms-flex-preferred-size: 1; flex-basis: 1; font-size: 0.75rem; line-height: 1.429em; padding: 4px 15px; font-family: "Gotham Rounded Medium", sans-serif; font-weight: 500; margin: 0; border: 1.5px solid transparent; border-radius: 1rem; color: #545465; background: #FFFFFF; cursor: pointer; }

.btn-group.btn-group-toggle .btn:hover { background: #FFFFFF; color: #1F1F1F; border-color: #FFFFFF; }

.btn-group.btn-group-toggle .btn:not(:disabled):not(.disabled):active, .btn-group.btn-group-toggle .btn.active { z-index: 2; border-color: #4460AC; background-color: #4460AC; color: #FFF; box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.3); }

.btn-group.btn-group--custom { margin-bottom: -1rem; }

.btn-group.btn-group--custom .row { margin: 0 -0.5rem; }

.btn-group.btn-group--custom .row > .col, .btn-group.btn-group--custom .row > [class*="col-"] { padding-left: 0.5rem; padding-right: 0.5rem; }

.btn-group.btn-group--custom .item { margin-bottom: 1rem; }

.btn-group.btn-group--custom input { position: absolute; opacity: 0; visibility: hidden; z-index: -10; }

.btn-group.btn-group--custom .btn { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; height: 100%; position: relative; width: 100%; border: 1px solid #F1F1F1; border-radius: 0.25rem; padding: 24px 16px 20px; font-size: 0.75rem; line-height: 1.5em; margin: 0; cursor: pointer; }

.btn-group.btn-group--custom .btn .icon { display: block; height: 32px; width: 122px; object-fit: contain; object-position: 50% 50%; margin: 0 auto 12px; }

.btn-group.btn-group--custom .btn span { display: block; font-size: 12px; line-height: 16px; font-family: "Gotham Rounded", sans-serif; font-weight: 400; color: #000; }

.btn-group.btn-group--custom .btn:hover { color: #1F1F1F; border-color: #005FBF; }

.btn-group.btn-group--custom .btn.active { border-color: #005FBF; }

.btn-group.btn-group--custom .btn.active:after { content: ""; z-index: 1; display: block; width: 1.25rem; height: 1.25rem; background-image: url(../images/ic-check-blue.svg); background-color: #FFFFFF; background-position: center; background-size: contain; background-repeat: no-repeat; position: absolute; top: calc(-0.75rem + 1px); right: calc(-0.75rem + 1px); border-radius: 1.25rem; border: 2px solid #FFFFFF; }

/* General */
main { padding-top: 116px; }

@media (max-width: 991px) { main { padding-top: 180px; } }

section { padding: 40px 0; }

@media (max-width: 991px) { .container { max-width: 920px; } }

.section_title { text-align: center; margin-bottom: 24px; }

.section_title h2 { font-size: 28px; line-height: 33px; }

@media (max-width: 767px) { .section_title h2 { font-size: 24px; line-height: 28px; } }

.btn { border-radius: 100px; text-decoration: none; display: inline-block; transition: all .3s ease-in-out; }

.btn:hover { text-decoration: none; }

.btn_primary { padding: 12px 32px; color: #FFFFFF; background: #4460AC; box-shadow: 0px 16px 24px rgba(31, 31, 31, 0.3); }

.btn_primary::after { content: ""; width: 20px; height: 16px; background: url(../images/ic-arrow.svg); background-size: contain; background-repeat: no-repeat; background-position: center; display: inline-block; vertical-align: middle; margin-left: 14px; margin-bottom: 4px; }

.btn_primary:hover { color: #FFFFFF; }

.btn_secondary { padding: 8px 24px; color: #4460AC; background: transparent; border: 1px solid #4460AC; border-radius: 100px; }

.btn_secondary:hover { background: #4460AC; color: #FFFFFF; }

.btn_textlink { font-weight: 325; padding: 0; background: transparent; }

.btn_textlink::after { content: ""; width: 20px; height: 16px; background: url(../images/ic-arrow-blue.svg); background-size: contain; background-repeat: no-repeat; background-position: center; display: inline-block; vertical-align: middle; margin-left: 14px; margin-bottom: 4px; }

.btn_socmed { padding: 8px; border: 1px solid #4460AC; border-radius: 6px; line-height: 0; }

.btn_socmed img { width: 20px; height: 20px; }

.btn_share { font-size: 15px; line-height: 24px; padding: 8px; padding-left: 40px; position: relative; }

.btn_share:before { content: ""; width: 20px; height: 20px; background: url(../images/ic-share-link.svg); background-size: contain; background-repeat: no-repeat; background-position: center; position: absolute; top: 10px; left: 10px; }

@media (max-width: 991px) { .btn_primary { padding: 10px 30px; } }

.pill { padding: 4px 16px; font-size: 12px; line-height: 20px; color: #1F1F1F; border-radius: 50px; display: inline-block; transition: all .3s ease-in-out; background-color: #D8F3DC; }

.pill:hover { cursor: pointer; text-decoration: none; color: #1F1F1F; background-color: #c5edcb; }

.pill:not(:last-child) { margin-bottom: 10px; }

.pill_green { background-color: #D8F3DC; }

.pill_green:hover { background-color: #c5edcb; }

.pill_red { background-color: #FFE3E0; }

.pill_red:hover { background-color: #ffccc7; }

.pill_blue { background-color: #E3FAFF; }

.pill_blue:hover { background-color: #caf5ff; }

.pill_orange { background-color: #FFE8DB; }

.pill_orange:hover { background-color: #ffd8c2; }

.author { display: -webkit-flex; display: -ms-flexbox; display: flex; }

.author_avatar { width: 48px; height: 48px; border-radius: 50%; overflow: hidden; margin-right: 16px; }

.author_avatar img { width: 100%; height: 100%; }

.author_name a { color: #1F1F1F; text-decoration: none; }

.author_name a:hover { color: #4460AC; }

.author_dates { font-size: 12px; line-height: 20px; color: #717171; }

.author_dates span { position: relative; }

.author_dates span + span { padding-left: 20px; }

.author_dates span + span::before { content: ""; width: 4px; height: 4px; border-radius: 50%; position: absolute; top: 5px; left: 8px; background: #4460AC; }

.postdate { font-size: 12px; line-height: 20px; color: #717171; }

.postdate span { position: relative; }

.postdate span + span { padding-left: 20px; }

.postdate span + span::before { content: ""; width: 4px; height: 4px; border-radius: 50%; position: absolute; top: 5px; left: 8px; background: #4460AC; }

.post_item { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.post_item:not(:last-child) { margin-bottom: 56px; }

.post_title { -webkit-flex: 0 0 67.45%; -ms-flex: 0 0 67.45%; flex: 0 0 67.45%; max-width: 545px; }

.post_title .pill { margin-bottom: 10px; }

.post_title h4 { font-size: 20px; line-height: 24px; margin-bottom: 8px; }

.post_title h4 a { color: #1F1F1F; }

.post_title h4 a:hover { color: #4460AC; text-decoration: none; }

.post_title .postdate { margin-bottom: 8px; }

.post_title .postdesc { color: #1F1F1F; margin-bottom: 8px; }

.post_img { -webkit-flex: 0 0 27.599%; -ms-flex: 0 0 27.599%; flex: 0 0 27.599%; max-width: 223px; width: 100%; padding: 14.5% 0; position: relative; border-radius: 16px; overflow: hidden; }

.post_img img { position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; object-position: center; }

@media (max-width: 991px) { .post_item { -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; padding-bottom: 40px; margin-bottom: 40px; border-bottom: 2px solid #F1F1F1; }
  .post_img { width: 100%; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; margin-bottom: 16px; padding: 23.8099% 0; }
  .post_img img { width: 100%; }
  .post_title { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

.postsmall h3 { text-align: center; }

.postsmall_item { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.postsmall_item:not(:last-child) { margin-bottom: 20px; }

.postsmall_title { -webkit-flex: 0 0 63.829%; -ms-flex: 0 0 63.829%; flex: 0 0 63.829%; max-width: 240px; }

.postsmall_title .pill { margin-bottom: 10px; }

.postsmall_title h4 { font-size: 20px; line-height: 24px; margin-bottom: 8px; }

.postsmall_title h4 a { color: #1F1F1F; text-decoration: none; }

.postsmall_title h4 a:hover { color: #4460AC; }

.postsmall_img { width: 100%; -webkit-flex: 0 0 34%; -ms-flex: 0 0 34%; flex: 0 0 34%; max-width: 128px; border-radius: 16px; overflow: hidden; padding: 16.33% 0; position: relative; }

.postsmall_img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 16px; object-fit: cover; object-position: center; }

@media (max-width: 767px) { .postsmall .postsmall_item:not(:last-child) { padding-bottom: 40px; margin-bottom: 40px; border-bottom: 2px solid #F1F1F1; } }

.shares { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

.shares .btn + .btn { margin-left: 16px; }

.show-lg { display: block; }

@media (max-width: 767px) { .show-lg { display: none !important; } }

.show-sm { display: none; }

@media (max-width: 767px) { .show-sm { display: block !important; } }

.page-not-found { width: 100%; height: 100vh; text-align: center; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-top: -116px; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.page-not-found__img, .page-not-found__desc { margin-bottom: 2.667rem; }

@media (max-width: 767px) { .page-not-found { margin-top: -190px; } }

/* == WordPress WYSIWYG Editor Styles == */
.entry-content img { margin: 0 0 1.5em 0; }

.alignleft, img.alignleft { margin-right: 1.5em; display: inline; float: left; }

.alignright, img.alignright { margin-left: 1.5em; display: inline; float: right; }

.aligncenter, img.aligncenter { margin-right: auto; margin-left: auto; display: block; clear: both; }

.alignnone, img.alignnone { /* not sure about this one */ }

.wp-caption { margin-bottom: 1.5em; text-align: center; padding-top: 5px; }

.wp-caption img { border: 0 none; padding: 0; margin: 0; }

.wp-caption p.wp-caption-text { line-height: 1.5; font-size: 10px; margin: 0; }

.wp-smiley { margin: 0 !important; max-height: 1em; }

blockquote.left { margin-right: 20px; text-align: right; margin-left: 0; width: 33%; float: left; }

blockquote.right { margin-left: 20px; text-align: left; margin-right: 0; width: 33%; float: right; }

/* Header */
.header { background: #F9FCFB; position: fixed; width: 100%; transition: all .5s ease-in-out; z-index: 99; padding: 2.25rem 0; }

@media (max-width: 767px) { .header { padding: 40px 16px; } }

.header_wrapper { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.header_left { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.header_right .btn-postjob { position: relative; transition: all .5s ease-in-out; }

@media (max-width: 991px) { .header_right { display: none; } }

.header_logo img { max-height: 40px; transition: all .5s ease-in-out; }

.header_logo a { display: inline-block; vertical-align: middle; margin-right: 48px; }

.header_nav { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; margin-left: -12px; margin-right: -12px; }

.header_nav-item { padding: 0 12px; color: #1F1F1F; }

.header_nav-item:hover { text-decoration: none; }

.header_nav-item.active { color: #4460AC; font-weight: 600; }

.header_nav-item.wa { padding-left: 36px; position: relative; }

.header_nav-item.wa::before { content: ""; width: 20px; height: 20px; background: url(../images/ic-wa-colored.svg); background-size: contain; background-repeat: no-repeat; background-position: center; position: absolute; left: 8px; top: 2px; }

@media (max-width: 991px) { .header_nav { padding: 0 16px; z-index: 100; display: block; position: fixed; width: 100%; height: calc(100vh - 90px); background: #F9FCFB; overflow: auto; top: 100px; left: 12px; padding: 0; opacity: 0; visibility: hidden; max-height: 0; transition: all .4s ease-in-out; }
  .header_nav-item { padding: 0; display: block; }
  .header_nav-item.wa { padding-left: 30px; }
  .header_nav-item.wa::before { left: 0; }
  .header_nav-item:not(:last-child) { margin-bottom: 24px; }
  .header_nav .btn_primary.show-sm { display: inline-block !important; } }

.header.fixed { position: fixed; top: 0; left: 0; width: 100%; background: #F4F6FB; padding: 1.25rem 0; }

.header.fixed .header_logo img { max-height: 30px; }

.header.fixed .header_right .btn-postjob { font-size: 12px; line-height: 20px; padding: 4px 16px; }

.header.fixed .header_right .btn-postjob:after { margin-bottom: 3px; }

.header.fixed .category-mobile { top: 65px; padding: 16px; }

.header.fixed .category-mobile:after { top: 65px; max-height: 60px; }

@media (max-width: 991px) { .header.fixed .header_nav { top: 64px; } }

.mobile-menu { display: none; }

@media (min-width: 990px) { .mobile-menu { right: 50px !important; } }

@media (max-width: 991px) { .mobile-menu { z-index: 3; display: block; position: absolute; width: 27px; height: 22px; top: calc(50% - 7px); right: 16px; }
  .mobile-menu span { display: block; position: absolute; height: 3px; width: 100%; left: 0; background: #4460AC; opacity: 1; -webkit-transform: none; transform: none; trnasfrom-origin: center; transition: all .4s ease; }
  .mobile-menu span:nth-child(1) { top: 0; }
  .mobile-menu span:nth-child(2) { top: 8px; }
  .mobile-menu span:nth-child(3) { top: 16px; } }

.category-mobile { display: none; transition: all .5s ease-in-out; }

@media (max-width: 991px) { .category-mobile { position: absolute; left: 0; top: 100%; width: 100%; display: block; background: #EEF2F1; border-top: 2px solid #C5D3D0; border-bottom: 2px solid #C5D3D0; padding: 20px 16px; overflow: auto; }
  .category-mobile:after { content: ""; width: 16px; height: 100%; max-height: 67px; position: fixed; top: 120px; right: 0; background: linear-gradient(265.5deg, #EEF2F1 50%, rgba(238, 242, 241, 0) 161.53%); }
  .category-mobile nav { white-space: nowrap; }
  .category-mobile nav a { display: inline-block; vertical-align: middle; padding: 0 8px; color: #1F1F1F; }
  .category-mobile nav a.active { color: #4460AC; } }

body.menu-open { overflow: hidden; }

body.menu-open:after { opacity: 1; visibility: visible; }

body.menu-open .header_nav { max-height: calc(100% - 90px); opacity: 1; visibility: visible; padding: 20px 16px; }

body.menu-open .header_nav .nav-link { max-height: 60px; padding: 16px 50px 16px 16px; border-bottom: 1px solid #F1F1F1; opacity: 1; visibility: visible; }

body.menu-open .mobile-menu span { background: #4460AC; }

body.menu-open .mobile-menu span:nth-child(1) { top: 6px; -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }

body.menu-open .mobile-menu span:nth-child(2) { top: 6px; opacity: 0; }

body.menu-open .mobile-menu span:nth-child(3) { top: 6px; -webkit-transform: rotate(135deg); transform: rotate(135deg); }

/* Footer */
.footer_top { padding: 56px 0; }

@media (max-width: 991px) { .footer_top > .container > .row > .col-md-6 { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .footer_top > .container > .row > .col-md-6:nth-child(1) { -webkit-order: 1; -ms-flex-order: 1; order: 1; }
  .footer_top > .container > .row > .col-md-6:nth-child(2) { -webkit-order: 0; -ms-flex-order: 0; order: 0; margin-bottom: 24px; } }

.footer_tentang, .footer_pertemukan { padding: 80px 40px; border-radius: 16px; height: 100%; }

@media (max-width: 767px) { .footer_tentang, .footer_pertemukan { padding: 40px 16px !important; min-height: 450px; } }

.footer_tentang { background: #F4F6FB; }

.footer_tentang .footer_logo { margin-bottom: 32px; }

.footer_tentang .footer_logo img { max-height: 40px; }

.footer_tentang-text { margin-bottom: 24px; }

.footer_tentang-text h3 { font-size: 24px; line-height: 28px; font-weight: 350; margin-bottom: 4px; }

.footer_apps { margin-bottom: 47px; }

.footer_apps .badge { display: inline-block; }

.footer_apps .badge + .badge { margin-left: 10px; }

.footer_pertemukan { padding: 40px; background: #E7F8F5; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.footer_pertemukan-aksen { margin-bottom: 16px; max-height: 200px; }

.footer_pertemukan-text h3 { font-size: 28px; line-height: 33px; margin-bottom: 16px; }

.footer_pertemukan-text p:last-of-type { margin-bottom: 32px; }

.footer_kontak h4 { font-size: 15px; line-height: 24px; font-weight: 350; margin-bottom: 16px; }

.footer_kontak ul li:nth-child(1) .icon img { max-width: 20px; max-height: 20px; }

.footer_kontak ul li:not(:last-child) { margin-bottom: 16px; }

.footer_kontak ul li a { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; color: #1F1F1F; text-decoration: none; }

.footer_kontak ul li a:hover { color: #4460AC; }

.footer_kontak .icon { margin-right: 12px; }

.footer_kontak .icon img { width: 24px; height: 24px; display: block; object-fit: contain; }

@media (max-width: 991px) { .footer_kontak > .container > .row > .col-md-6 { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }

@media (max-width: 767px) { .footer_kontak .col-md-6 { margin-bottom: 24px; } }

.footer_bottom { padding: 40px 0 56px; }

@media (max-width: 767px) { .footer_bottom { padding: 40px 0; } }

.footer_text .policy { padding-left: 16px; }

.footer_text a.menu-item { padding-left: 16px; color: #4460AC; }

@media (max-width: 991px) { .footer_text a.menu-item { display: inline-block; } }

@media (max-width: 767px) { .footer_text { width: 70%; max-width: 195px; }
  .footer_text .policy { display: none; }
  .footer_text a.menu-item { padding-left: 0; } }

.footer .policy:not(.show-sm) { display: inline-block; }

.footer .policy.show-sm { display: none; margin-bottom: 16px; }

/* Contents */
.featured { background: #F9FCFB; }

.featured_highlight { position: relative; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

.featured_highlight-text { position: absolute; left: 0; top: auto; margin: auto 0; max-width: 600px; }

.featured_highlight-text .pill { margin-bottom: 16px; }

.featured_highlight-text h2 { font-size: 56px; line-height: 64px; margin-bottom: 16px; }

.featured_highlight-text h2 a { color: #1F1F1F; text-decoration: none; }

.featured_highlight-text h2 a:hover { color: #4460AC; }

.featured_highlight-text .desc { max-width: 288px; margin-bottom: 16px; }

.featured_highlight-text .desc p { color: #1F1F1F; }

.featured_highlight-text .author { display: -webkit-flex; display: -ms-flexbox; display: flex; }

.featured_highlight-text .author_avatar { width: 48px; height: 48px; border-radius: 50%; overflow: hidden; margin-right: 16px; }

.featured_highlight-text .author_avatar img { width: 100%; height: 100%; }

.featured_highlight-text .author_name a { color: #1F1F1F; text-decoration: none; }

.featured_highlight-text .author_name a:hover { color: #4460AC; }

.featured_highlight-img { max-width: 406px; max-height: 588px; border-radius: 16px; overflow: hidden; }

.featured_highlight-img img { width: 100%; height: 100%; border-radius: 16px; }

@media (max-width: 991px) { .featured_highlight { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-bottom: 42px; }
  .featured_highlight-text { position: relative; -webkit-order: 2; -ms-flex-order: 2; order: 2; }
  .featured_highlight-text h2 { font-size: 28px; line-height: 33px; }
  .featured_highlight-img { -webkit-order: 1; -ms-flex-order: 1; order: 1; width: 100%; margin-bottom: 16px; }
  .featured_highlight-img img { width: 100%; max-height: 280px; object-fit: cover; object-position: top; } }

.popular { background: #F3F6F5; padding: 56px 0 0; }

.popular_wrap { position: relative; overflow: hidden; display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[5]; grid-template-columns: repeat(5, 1fr); grid-auto-rows: 1fr; }

.popular_card { position: relative; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; background: #FFF; height: 100%; }

.popular_card:not(:first-child) { box-shadow: 0px 1.2px 3.6px rgba(0, 0, 0, 0.1), 0px 6.4px 14.4px rgba(0, 0, 0, 0.13); }

.popular_card:nth-child(1) .popular_title:after { background: url(../images/ic-order-1.svg) left center no-repeat; background-size: auto calc(100% - 6px); right: -3rem; }

.popular_card:nth-child(2) .popular_title:after { background: url(../images/ic-order-2.svg) left center no-repeat; background-size: auto calc(100% - 6px); }

.popular_card:nth-child(3) .popular_title:after { background: url(../images/ic-order-3.svg) left center no-repeat; background-size: auto calc(100% - 6px); }

.popular_card:nth-child(4) .popular_title:after { background: url(../images/ic-order-4.svg) left center no-repeat; background-size: auto calc(100% - 6px); right: 0rem; }

.popular_card:nth-child(5) .popular_title:after { background: url(../images/ic-order-5.svg) left center no-repeat; background-size: auto calc(100% - 6px); }

.popular_img { position: relative; overflow: hidden; padding: 31.25% 0; }

.popular_img img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover; object-position: center; }

.popular_title { padding: 16px; background: #FFFFFF; position: relative; height: 100%; }

.popular_title:after { content: ""; position: absolute; top: 0; right: -2.5rem; color: #DFF0EA; width: auto; padding: 0 3rem; height: 100%; background-size: contain; background-repeat: no-repeat; background-position: center; opacity: .6; z-index: 0; }

@media (max-width: 1366px) { .popular_title::after { padding: 0 3.5rem; right: -2rem; } }

.popular_title .pill { margin-bottom: 8px; }

.popular_title h4 { font-size: 20px; line-height: 24px; margin-bottom: 8px; text-decoration: none; position: relative; z-index: 2; }

.popular_title h4 a { color: #1F1F1F; text-decoration: none; }

.popular_title h4 a:hover { color: #4460AC; }

@media (max-width: 991px) { .popular { padding-bottom: 40px; }
  .popular .section_title { margin-bottom: 40px; }
  .popular_wrap { display: block; padding: 0 16px; }
  .popular_card { box-shadow: none !important; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; background: transparent; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  .popular_card:not(:last-child) { padding-bottom: 40px; margin-bottom: 40px; border-bottom: 2px solid #F1F1F1; }
  .popular_title { padding: 0; -webkit-flex: 0 0 57.317%; -ms-flex: 0 0 57.317%; flex: 0 0 57.317%; max-width: 57.317%; background: transparent; -webkit-order: 1; -ms-flex-order: 1; order: 1; }
  .popular_title:after { display: none; }
  .popular_title h4 { margin-bottom: 8px; }
  .popular_img { -webkit-order: 2; -ms-flex-order: 2; order: 2; -webkit-flex: 0 0 36.585%; -ms-flex: 0 0 36.585%; flex: 0 0 36.585%; max-width: 36.585%; padding: 18.66% 0; border-radius: 16px; overflow: hidden; } }

.stage { padding: 56px 0; }

.stage_sidebar h3 { font-size: 24px; line-height: 28px; margin-bottom: 20px; }

.stage_sidebar .sidenav_item { display: block; color: #1F1F1F; font-weight: 325; text-decoration: none; }

.stage_sidebar .sidenav_item:not(:last-child) { margin-bottom: 8px; }

.stage_sidebar .sidenav_item.active, .stage_sidebar .sidenav_item:hover { font-weight: 500; color: #4460AC; }

.stage_sidebar .sidenav_item.active { font-weight: 600; }

.stage .post .loadmore { text-align: center; margin-top: 56px; }

.stage .post .loadmore .nav-links .btn_secondary { margin-bottom: 8px; }

.stage .show-mobile { display: none; }

@media (max-width: 991px) { .stage { padding: 30px 0; }
  .stage .show-mobile { display: block; font-size: 24px; line-height: 28px; margin-bottom: 40px; } }

@media (max-width: 767px) { .stage_sidebar { display: none; } }

.category_header { padding: 36px 0; background: #F9FCFB; }

.category_header h1 { font-size: 40px; line-height: 48px; margin-bottom: 0; }

@media (max-width: 991px) { .category_header { padding: 32px 0; }
  .category_header h1 { font-size: 28px; line-height: 33px; } }

.article_top { background: linear-gradient(180deg, #f9fcfb 60%, white 40%); }

.article_title { font-size: 40px; line-height: 48px; }

.article_meta { margin-bottom: 48px; }

.article_banner { border-radius: 16px; overflow: hidden; position: relative; padding: 22.876% 0; }

.article_banner img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }

.article_content .postsmall h3 { text-align: left; }

.article_content .postsmall_item:not(:last-child) { margin-bottom: 40px; }

.article_content article .w-img .align-left { float: left; padding-right: 24px; }

.article_content article .w-img .align-right { float: right; padding-left: 24px; }

.article_content article .w-img::after { content: ""; clear: both; display: table; width: 100%; }

.article_content article figure figcaption { padding-top: 8px; text-align: center; color: #717171; }

.article_content article ul { list-style: none; padding-left: 16px; }

.article_content article ul li { position: relative; }

.article_content article ul li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #4460AC; position: absolute; top: 8px; left: -16px; }

.article_content article q, .article_content article .wp-block-quote, .article_content article blockquote { position: relative; padding-left: 56px; font-size: 28px; line-height: 33px; width: 100%; max-width: calc(100% - 56px); display: block; margin-bottom: 48px; font-weight: 800; }

.article_content article q::before, .article_content article .wp-block-quote::before, .article_content article blockquote::before { content: ""; width: 40px; height: 40px; background: url(../images/ic-quote.svg); position: absolute; top: 0; left: 0; }

.article_content article .wp-block-quote { border-left: 0; }

.article_content article .wp-block-quote q { font-size: 28px; }

.article_content .stage_sidebar { margin-bottom: 52px; }

.article_content .postsmall h3 { margin-bottom: 40px; }

.article_content article { margin-bottom: 56px; }

.article_nextprev { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.article_nextprev .article_prev, .article_nextprev .article_next { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

.article_nextprev .article_prev .prev, .article_nextprev .article_prev .next, .article_nextprev .article_next .prev, .article_nextprev .article_next .next { color: #717171; margin-bottom: 16px; display: inline-block; margin-bottom: 16px; }

.article_nextprev .article_prev .prev, .article_nextprev .article_next .prev { padding-left: 32px; position: relative; }

.article_nextprev .article_prev .prev::before, .article_nextprev .article_next .prev::before { content: ""; width: 24px; height: 24px; background: url(../images/arrow-left.svg); background-size: contain; background-repeat: no-repeat; background-position: center; position: absolute; top: 0; left: 0; }

.article_nextprev .article_prev .next, .article_nextprev .article_next .next { position: relative; padding-right: 32px; }

.article_nextprev .article_prev .next::after, .article_nextprev .article_next .next::after { content: ""; width: 24px; height: 24px; background: url(../images/arrow-right.svg); background-size: contain; background-repeat: no-repeat; background-position: center; position: absolute; top: 0; right: 0; }

.article_nextprev .article_prev h4 a, .article_nextprev .article_next h4 a { color: #1F1F1F; font-size: 20px; line-height: 24px; text-decoration: none; }

.article_nextprev .article_next { text-align: right; }

@media (max-width: 767px) { .article_top { padding: 20px 0; }
  .article_title { text-align: center; }
  .article_title h1 { font-size: 28px; line-height: 33px; }
  .article .author { margin: 0 auto 24px; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; width: 100%; }
  .article .shares { text-align: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .article_banner { padding: 41.67% 0; }
  .article_content { padding: 20px 0 40px; }
  .article_content article .w-img .align-left, .article_content article .w-img .align-right { float: none; padding-right: 0; }
  .article_content article q { max-width: 100%; }
  .article_nextprev { display: block; margin-bottom: 56px; }
  .article_nextprev .article_prev, .article_nextprev .article_next { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

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