.btn {
  border-width: 2px;
}
.col-md-7 .image-wrapper img {
  box-shadow: 0 0 30px 10px rgba(90, 144, 225, 0.1) !important;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Pretendard-ExtraBold';
  font-size: 3.5rem;
  line-height: 1;
}
.display-1 > .pgk-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Pretendard-ExtraBold';
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .pgk-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Pretendard-Medium';
  font-size: 1.0625rem;
  line-height: 1.5;
}
.display-4 > .pgk-iconfont {
  font-size: 1.328125rem;
}
.display-5 {
  font-family: 'Pretendard-Bold';
  font-size: 1.625rem;
  line-height: 1.3;
}
.display-5 > .pgk-iconfont {
  font-size: 2.03125rem;
}
.display-7 {
  font-family: 'Pretendard-Medium';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .pgk-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for pagekrle devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.85rem;
    font-size: calc( 1.021875rem + (1.0625 - 1.021875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.021875rem + (1.0625 - 1.021875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.3rem;
    font-size: calc( 1.21875rem + (1.625 - 1.21875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21875rem + (1.625 - 1.21875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fbc301 !important;
}
.bg-success {
  background-color: #51d619 !important;
}
.bg-info {
  background-color: #3828ad !important;
}
.bg-warning {
  background-color: #a38000 !important;
}
.bg-danger {
  background-color: #e10000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fbc301 !important;
  border-color: #fbc301 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a58001 !important;
  border-color: #a58001 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a58001 !important;
  border-color: #a58001 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #661ea8 !important;
  border-color: #661ea8 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #39115e !important;
  border-color: #39115e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #39115e !important;
  border-color: #39115e !important;
}
.btn-info,
.btn-info:active {
  background-color: #3828ad !important;
  border-color: #3828ad !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #211867 !important;
  border-color: #211867 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #211867 !important;
  border-color: #211867 !important;
}
.btn-success,
.btn-success:active {
  background-color: #51d619 !important;
  border-color: #51d619 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #348810 !important;
  border-color: #348810 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #348810 !important;
  border-color: #348810 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a38000 !important;
  border-color: #a38000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #4c3c00 !important;
  border-color: #4c3c00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4c3c00 !important;
  border-color: #4c3c00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e10000 !important;
  border-color: #e10000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8a0000 !important;
  border-color: #8a0000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8a0000 !important;
  border-color: #8a0000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f6f6ef !important;
  border-color: #f6f6ef !important;
  color: #939353 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #5c5c34 !important;
  background-color: #d7d7b8 !important;
  border-color: #d7d7b8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #939353 !important;
  background-color: #d7d7b8 !important;
  border-color: #d7d7b8 !important;
}
.btn-black,
.btn-black:active {
  background-color: #181817 !important;
  border-color: #181817 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #fbc301;
  color: #fbc301;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a58001 !important;
  background-color: transparent!important;
  border-color: #a58001 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fbc301 !important;
  border-color: #fbc301 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #661ea8;
  color: #661ea8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #39115e !important;
  background-color: transparent!important;
  border-color: #39115e !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #661ea8 !important;
  border-color: #661ea8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #3828ad;
  color: #3828ad;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #211867 !important;
  background-color: transparent!important;
  border-color: #211867 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3828ad !important;
  border-color: #3828ad !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #51d619;
  color: #51d619;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #348810 !important;
  background-color: transparent!important;
  border-color: #348810 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #51d619 !important;
  border-color: #51d619 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a38000;
  color: #a38000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4c3c00 !important;
  background-color: transparent!important;
  border-color: #4c3c00 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a38000 !important;
  border-color: #a38000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e10000;
  color: #e10000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8a0000 !important;
  background-color: transparent!important;
  border-color: #8a0000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e10000 !important;
  border-color: #e10000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #181817;
  color: #181817;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #181817 !important;
  border-color: #181817 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #f6f6ef;
  color: #f6f6ef;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d7d7b8 !important;
  background-color: transparent!important;
  border-color: #d7d7b8 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #939353 !important;
  background-color: #f6f6ef !important;
  border-color: #f6f6ef !important;
}
.text-primary {
  color: #fbc301 !important;
}
.text-secondary {
  color: #661ea8 !important;
}
.text-success {
  color: #51d619 !important;
}
.text-info {
  color: #3828ad !important;
}
.text-warning {
  color: #a38000 !important;
}
.text-danger {
  color: #e10000 !important;
}
.text-white {
  color: #f6f6ef !important;
}
.text-black {
  color: #181817 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #957401 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #310f51 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2e7b0e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1d155a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3d3000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7b0000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #d1d1ae !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fbc301;
}
.nav-tabs .nav-link:not(.active) {
  color: #181817;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3828ad;
}
.alert-warning {
  background-color: #a38000;
}
.alert-danger {
  background-color: #e10000;
}
.pgk-gallery-filter li.active .btn {
  background-color: #fbc301;
  border-color: #fbc301;
  color: #ffffff;
}
.pgk-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fbc301;
}
.pgk-plan-header.bg-primary .pgk-plan-subtitle,
.pgk-plan-header.bg-primary .pgk-plan-price-desc {
  color: #fff3c9;
}
.pgk-plan-header.bg-success .pgk-plan-subtitle,
.pgk-plan-header.bg-success .pgk-plan-price-desc {
  color: #d3f8c3;
}
.pgk-plan-header.bg-info .pgk-plan-subtitle,
.pgk-plan-header.bg-info .pgk-plan-price-desc {
  color: #8275df;
}
.pgk-plan-header.bg-warning .pgk-plan-subtitle,
.pgk-plan-header.bg-warning .pgk-plan-price-desc {
  color: #ffd023;
}
.pgk-plan-header.bg-danger .pgk-plan-subtitle,
.pgk-plan-header.bg-danger .pgk-plan-price-desc {
  color: #ffaeae;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Pretendard-Medium';
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .pgk-iconfont {
  font-size: 1.328125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #fbc301 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Pretendard-Medium';
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .pgk-iconfont {
  font-size: 1.328125rem;
}
blockquote {
  border-color: #fbc301;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fbc301;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fbc301;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fbc301;
  border-bottom-color: #fbc301;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fbc301 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #661ea8 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23fbc301' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
.container {
  padding: 0 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 1rem;
  }
}
.row {
  margin-left: -1rem;
  margin-right: -1rem;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.pgk-section-btn .btn {
  min-width: 80px;
  min-height: 50px;
  border-radius: 10em !important;
  border-width: 1px;
  font-weight: 500;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .pgk-section-btn {
    width: 100%;
  }
  .pgk-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.pgk-section-btn .btn-white-outline:hover {
  background-color: #fbc301 !important;
  border-color: #fbc301 !important;
  color: #181817 !important;
}
.pgk-section-btn .btn-black-outline:hover {
  background-color: #181817 !important;
  border-color: #181817 !important;
  color: #fbc301 !important;
}
.pgk-section-btn .btn-primary {
  color: #181817 !important;
}
.pgk-section-btn .btn-primary:hover {
  background-color: #181817 !important;
  border-color: #181817 !important;
  color: #fbc301 !important;
}
b,
strong {
  font-weight: 900 !important;
}
body.scaled > .template .app-component > .app-component-content > section .pgk-fullscreen {
  min-height: 20vh !important;
  height: auto !important;
}
html:not(.is-main-interface) body[data-bs-padding-right]:not(.rounded-canvas) {
  overflow-y: visible !important;
  padding-right: 0 !important;
}
.cid-uvcHk3thmo {
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.cid-uvcHk3thmo .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvcHk3thmo .container {
  max-width: 1920px;
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
.cid-uvcHk3thmo .dropdown-menu {
  padding: 0;
}
.cid-uvcHk3thmo .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uvcHk3thmo .dropdown-item {
    text-align: left !important;
  }
}
.cid-uvcHk3thmo .dropdown-item:hover {
  background-position: right !important;
}
.cid-uvcHk3thmo .dropdown-item:hover:after {
  color: #fbc301;
}
.cid-uvcHk3thmo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvcHk3thmo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvcHk3thmo .nav-link {
  position: relative;
}
.cid-uvcHk3thmo .dropdown-menu,
.cid-uvcHk3thmo .navbar.opened {
  background: #ffffff !important;
}
.cid-uvcHk3thmo .nav-item:focus,
.cid-uvcHk3thmo .nav-link:focus {
  outline: none;
}
.cid-uvcHk3thmo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvcHk3thmo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvcHk3thmo .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvcHk3thmo .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvcHk3thmo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  position: relative ;
  background: #ffffff;
}
.cid-uvcHk3thmo .navbar.opened {
  transition: all 0.3s;
}
.cid-uvcHk3thmo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvcHk3thmo .navbar .navbar-logo img {
  width: auto;
}
.cid-uvcHk3thmo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uvcHk3thmo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvcHk3thmo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvcHk3thmo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvcHk3thmo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvcHk3thmo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvcHk3thmo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvcHk3thmo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvcHk3thmo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvcHk3thmo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvcHk3thmo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvcHk3thmo .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uvcHk3thmo .navbar {
    min-height: 70px;
  }
}
.cid-uvcHk3thmo .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uvcHk3thmo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding: 10px 15px 10px 0 !important;
}
.cid-uvcHk3thmo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvcHk3thmo .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uvcHk3thmo .navbar-brand {
    min-height: 70px;
  }
}
.cid-uvcHk3thmo .dropdown-item.active,
.cid-uvcHk3thmo .dropdown-item:active {
  background-color: transparent;
}
.cid-uvcHk3thmo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvcHk3thmo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvcHk3thmo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvcHk3thmo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-top: 0.5rem;
}
.cid-uvcHk3thmo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvcHk3thmo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvcHk3thmo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvcHk3thmo button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvcHk3thmo button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uvcHk3thmo button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvcHk3thmo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uvcHk3thmo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uvcHk3thmo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvcHk3thmo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvcHk3thmo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvcHk3thmo nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvcHk3thmo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvcHk3thmo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvcHk3thmo nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvcHk3thmo .navbar-dropdown {
  padding: 0;
}
.cid-uvcHk3thmo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvcHk3thmo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvcHk3thmo .navbar {
    height: 70px;
  }
  .cid-uvcHk3thmo .navbar.opened {
    height: auto;
  }
  .cid-uvcHk3thmo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvcHk3thmo .navbar-short {
  border-bottom: 1px solid #fdc10b;
  min-height: 70px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-uvcHk3thmo .navbar-short {
    min-height: 70px;
  }
}
.cid-uvcHk3thmo .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvcHk3thmo .navbar-nav {
  display: flex !important;
  padding-bottom: 10px;
}
.cid-uvcHk3thmo .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
  font-weight: 900;
  transition: 0.3s all;
}
.cid-uvcHk3thmo .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  font-weight: inherit !important;
  justify-content: flex-start;
}
.cid-uvcHk3thmo .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uvcHk3thmo .navbar-nav .nav-item .nav-link:hover,
.cid-uvcHk3thmo .navbar-nav .nav-item .nav-link:focus,
.cid-uvcHk3thmo .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uvcHk3thmo .navbar-nav .nav-item:not(:first-child) {
  margin-top: 1.5rem !important;
}
.cid-uvcHk3thmo .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ffffff !important;
}
.cid-uvcHk3thmo .pgk-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uvcHk3thmo .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uvcHk3thmo button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
  padding: 0;
}
.cid-uvcHk3thmo button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uvcHk3thmo button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uvcHk3thmo button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-uvcHk3thmo button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uvcHk3thmo button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uvcHk3thmo button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 26px;
  transition: all 0.2s;
}
.cid-uvcHk3thmo .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
  opacity: 1 !important;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  z-index: 20;
  align-self: center;
  padding: 0;
}
.cid-uvcHk3thmo .btn-close .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uvcHk3thmo .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
}
.cid-uvcHk3thmo .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uvcHk3thmo .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uvcHk3thmo .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uvcHk3thmo .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uvcHk3thmo .offcanvas-end {
  right: 0 !important;
  transform: translateX(100%);
}
.cid-uvcHk3thmo .offcanvas.show {
  transform: translateX(0);
}
.cid-uvcHk3thmo .offcanvas {
  width: 36%;
  padding: 10px;
  border-left: none !important;
  background-color: transparent !important;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uvcHk3thmo .offcanvas {
    width: 512px;
  }
}
@media (max-width: 767px) {
  .cid-uvcHk3thmo .offcanvas {
    width: 100%;
  }
}
.cid-uvcHk3thmo .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvcHk3thmo .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 3rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
  border: 0.3px solid #fdc10b;
  width: 100%;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(252, 193, 4, 0.1);
  overflow: auto;
}
.cid-uvcHk3thmo .offcanvas-body .offcanvas_head {
  width: 100%;
  padding-bottom: 20px;
}
.cid-uvcHk3thmo .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvcHk3thmo .modal-backdrop.show {
  opacity: 0 !important;
}
.cid-uvcHk3thmo .offcanvas_link {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.cid-uvcHk3thmo .offcanvas_foot {
  width: 100%;
  margin-top: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-top: 10px;
}
.cid-uvcHk3thmo .offcanvas_btn {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.cid-uvcHk3thmo .offcanvas_btn .pgk-section-btn {
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uvcHk3thmo .offcanvas_btn .pgk-section-btn .btn {
    width: auto !important;
  }
}
.cid-uvcHk3thmo .second-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-uvcHk3thmo .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-uvcHk3thmo .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-uvcHk3thmo .list li:hover {
  color: #fbc301 !important;
}
.cid-uvcHk3thmo .list a {
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  transition: 0.3s all;
}
.cid-uvcHk3thmo .list a:hover {
  color: #fbc301 !important;
  line-height: inherit !important;
}
.cid-uvcHk3thmo .second-list {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #2c2c2c;
}
@media (max-width: 991px) {
  .cid-uvcHk3thmo .second-list {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uvcHk3thmo .second-list li {
  line-height: 1.5;
  opacity: 0.8;
}
.cid-uvcHk3thmo .second-list li:hover {
  opacity: 1;
}
.cid-uvcHk3thmo .footer-text {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #2c2c2c;
  margin-bottom: 0;
  opacity: 0.8;
  align-self: end;
  text-align: right;
}
.cid-uvcHk3thmo .dropdown-item:hover {
  color: #fbc301 !important;
}
.cid-uxBh9WhUZE {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/afh880whje.jpg");
}
.cid-uxBh9WhUZE .pgk-fallback-image.disabled {
  display: none;
}
.cid-uxBh9WhUZE .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxBh9WhUZE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uxBh9WhUZE .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxBh9WhUZE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxBh9WhUZE .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxBh9WhUZE .container {
    padding: 0 24px;
  }
}
.cid-uxBh9WhUZE .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uxBh9WhUZE .content-wrapper {
    padding: 0;
  }
}
.cid-uxBh9WhUZE .content-wrapper .desc-wrapper .pgk-desc {
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uxBh9WhUZE .content-wrapper .desc-wrapper .pgk-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: 1;
  pointer-events: none;
}
.cid-uxBh9WhUZE .content-wrapper .desc-wrapper .pgk-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: 1;
  pointer-events: none;
}
.cid-uxBh9WhUZE .content-wrapper .pgk-section-title {
  margin-bottom: 16px;
}
.cid-uxBh9WhUZE .content-wrapper .text-wrapper .pgk-text {
  display: inline-flex;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uxBh9WhUZE .content-wrapper .text-wrapper .pgk-text {
    width: 100%;
  }
}
.cid-uxBh9WhUZE .pgk-section-title {
  color: #ffffff;
}
.cid-uxBh9WhUZE .pgk-desc,
.cid-uxBh9WhUZE .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxBh9WhUZE .pgk-text,
.cid-uxBh9WhUZE .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxBh9WhUZE .pgk-section-title,
.cid-uxBh9WhUZE .pgk-section-btn {
  text-align: center;
}
.cid-uveE3VTukw {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/0.jpg");
}
.cid-uveE3VTukw .row {
  justify-content: flex-end;
}
.cid-uveE3VTukw .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
}
.cid-uveE3VTukw .block {
  background-color: #fbc301;
  border-radius: 1.5rem;
}
.cid-uveE3VTukw img {
  width: 100%;
}
.cid-uveE3VTukw .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-uveE3VTukw .content {
  max-width: 600px;
}
.cid-uveE3VTukw h4 {
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uveE3VTukw .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uveE3VTukw h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uveE3VTukw .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uveE3VTukw h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-uveE3VTukw .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-uveE3VTukw .pgk-fallback-image.disabled {
  display: none;
}
.cid-uveE3VTukw .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjiNK3Tu4m {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tjiNK3Tu4m .pgk-fallback-image.disabled {
  display: none;
}
.cid-tjiNK3Tu4m .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tjiNK3Tu4m .col-text {
    margin-bottom: 2rem;
  }
}
.cid-tjiNK3Tu4m .text-wrap {
  position: sticky;
  top: 5rem;
}
@media (max-width: 991px) {
  .cid-tjiNK3Tu4m .text-wrap {
    position: static;
    max-width: 440px;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tjiNK3Tu4m .text-wrap {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tjiNK3Tu4m .pgk-section-title {
  color: #181817;
}
.cid-tjiNK3Tu4m .text-grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  -ms-grid-columns: 4fr 1fr;
  grid-template-columns: 4fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  margin-top: 2rem;
}
.cid-tjiNK3Tu4m .pgk-text {
  color: #181817;
  opacity: 0.8;
  margin-bottom: 1rem;
  grid-column-start: 1;
  grid-column-end: 2;
}
@media (max-width: 767px) {
  .cid-tjiNK3Tu4m .pgk-text {
    grid-column-end: 3;
  }
}
.cid-tjiNK3Tu4m .card-container {
  width: 100%;
  margin-top: 2rem;
}
@media (max-width: 575px) {
  .cid-tjiNK3Tu4m .card-container {
    margin-top: 0;
  }
}
.cid-tjiNK3Tu4m .card {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .cid-tjiNK3Tu4m .card {
    padding: 24px 0;
  }
}
.cid-tjiNK3Tu4m .card-wrap {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 40px;
  border-radius: 1.5rem;
  overflow: hidden;
  min-height: 745px;
}
@media (max-width: 1599px) {
  .cid-tjiNK3Tu4m .card-wrap {
    min-height: 615px;
  }
}
@media (max-width: 1399px) {
  .cid-tjiNK3Tu4m .card-wrap {
    min-height: 525px;
  }
}
@media (max-width: 1199px) {
  .cid-tjiNK3Tu4m .card-wrap {
    min-height: 435px;
  }
}
@media (max-width: 991px) {
  .cid-tjiNK3Tu4m .card-wrap {
    min-height: 560px;
  }
}
@media (max-width: 767px) {
  .cid-tjiNK3Tu4m .card-wrap {
    padding: 24px;
  }
}
.cid-tjiNK3Tu4m .card-img-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.cid-tjiNK3Tu4m .card-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(70%);
}
.cid-tjiNK3Tu4m .card-bg-frame {
  position: absolute;
  left: -33%;
  bottom: -40%;
  width: 80%;
  aspect-ratio: 1;
  z-index: 4;
  border-radius: 50%;
  background: #fbc301;
}
@media (max-width: 991px) {
  .cid-tjiNK3Tu4m .card-bg-frame {
    left: -40%;
    bottom: -30%;
  }
}
@media (max-width: 767px) {
  .cid-tjiNK3Tu4m .card-bg-frame {
    left: -28%;
    bottom: -20%;
    width: 60vw;
    height: 60vw;
  }
}
@media (max-width: 575px) {
  .cid-tjiNK3Tu4m .card-bg-frame {
    left: -46%;
    bottom: -22%;
  }
}
.cid-tjiNK3Tu4m .card-text-box {
  position: relative;
  z-index: 5;
  width: 40%;
}
@media (max-width: 767px) {
  .cid-tjiNK3Tu4m .card-text-box {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-tjiNK3Tu4m .card-text-box {
    width: 100%;
  }
}
.cid-tjiNK3Tu4m .card-title {
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-tjiNK3Tu4m .card-text {
  color: #f6f6ef;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-tjiNK3Tu4m .card-number {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-tjiNK3Tu4m .card-text-small {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-tjiNK3Tu4m .pgk-section-btn {
  margin-top: 10px;
}
.cid-tjiNK3Tu4m .card-text,
.cid-tjiNK3Tu4m .pgk-section-btn {
  color: #ffffff;
}
.cid-tjiMzrhKjX {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.cid-tjiMzrhKjX .container {
  display: flex;
  min-height: 500px;
  flex-direction: column;
  flex-grow: 1;
}
.cid-tjiMzrhKjX .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-tjiMzrhKjX .row {
    margin-top: auto;
  }
}
.cid-tjiMzrhKjX .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tjiMzrhKjX .img-bg-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tjiMzrhKjX .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 80% 60%, rgba(24, 24, 23, 0.95) 14%, transparent 71%), url("../../../assets/images/0.png");
  background-position: 0 0, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.cid-tjiMzrhKjX .col-text {
  padding-right: 8.33333333% !important;
  padding-left: 8.33333333% !important;
}
@media (max-width: 991px) {
  .cid-tjiMzrhKjX .col-text {
    padding: 0 !important;
  }
}
.cid-tjiMzrhKjX .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tjiMzrhKjX .pgk-section-title {
  color: #fbc301;
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .cid-tjiMzrhKjX .pgk-section-title {
    margin-bottom: 1rem;
  }
}
.cid-tjiMzrhKjX .pgk-text {
  color: #f6f6ef;
  opacity: 0.8;
  margin-bottom: 2.4rem;
}
@media (max-width: 991px) {
  .cid-tjiMzrhKjX .pgk-text {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-tjiMzrhKjX .pgk-text {
    margin-bottom: 1rem;
  }
}
.cid-tjiN0bNeVf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cid-tjiN0bNeVf .container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-tjiN0bNeVf .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-tjiN0bNeVf .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 2px solid #fdc10b;
  box-shadow: 0 10px 30px rgba(252, 193, 4, 0.1);
  background-color: #ffffff;
  min-height: 500px;
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .cid-tjiN0bNeVf .img-bg-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tjiN0bNeVf .img-bg-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tjiN0bNeVf .col-text {
  width: 40% !important;
  padding: 0 !important;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tjiN0bNeVf .col-text {
    width: 100% !important;
    margin-bottom: 3rem;
  }
}
.cid-tjiN0bNeVf .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tjiN0bNeVf .pgk-section-title {
  color: #FACB1D;
  margin-bottom: 1rem;
}
.cid-tjiN0bNeVf .pgk-text {
  color: #353535;
  margin-bottom: 1rem;
  max-width: 365px;
  margin-right: auto;
}
.cid-tjiN0bNeVf .col-img {
  position: absolute;
  top: 50%;
  height: 110%;
  width: 50% !important;
  padding: 0 !important;
  right: 0;
  transform: rotate(5deg) translateY(-50%);
}
@media (max-width: 991px) {
  .cid-tjiN0bNeVf .col-img {
    height: auto;
    width: 100% !important;
    position: static;
    transform: rotate(0) translateY(0);
  }
}
.cid-tjiN0bNeVf .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tjiN0bNeVf .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tjiN0bNeVf .image-wrapper img {
    border-radius: 1.5rem!important;
  }
}
.cid-tjiN0bNeVf .pgk-section-title,
.cid-tjiN0bNeVf .pgk-section-btn {
  color: #fbc301;
}
.cid-tjiNdY0GAS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cid-tjiNdY0GAS .container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-tjiNdY0GAS .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-tjiNdY0GAS .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 2px solid #fdc10b;
  box-shadow: 0 10px 30px rgba(252, 193, 4, 0.1);
  background-color: #ffffff;
  min-height: 500px;
  padding-right: 3rem;
}
@media (max-width: 991px) {
  .cid-tjiNdY0GAS .img-bg-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tjiNdY0GAS .img-bg-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tjiNdY0GAS .col-text {
  width: 40% !important;
  padding: 0 !important;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tjiNdY0GAS .col-text {
    width: 100% !important;
    margin-bottom: 3rem;
  }
}
.cid-tjiNdY0GAS .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tjiNdY0GAS .pgk-section-title {
  color: #FACB1D;
  margin-bottom: 1rem;
}
.cid-tjiNdY0GAS .pgk-text {
  color: #353535;
  margin-bottom: 1rem;
  max-width: 365px;
  margin-right: auto;
}
.cid-tjiNdY0GAS .col-img {
  position: absolute;
  top: 50%;
  right: 0;
  height: 110%;
  width: 50% !important;
  padding: 0 !important;
  transform: rotate(5deg) translateY(-50%);
  left: 0;
  transform: rotate(-5deg) translateY(-50%);
}
@media (max-width: 991px) {
  .cid-tjiNdY0GAS .col-img {
    height: auto;
    width: 100% !important;
    position: static;
    transform: rotate(0) translateY(0);
  }
}
.cid-tjiNdY0GAS .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tjiNdY0GAS .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tjiNdY0GAS .image-wrapper img {
    border-radius: 1.5rem!important;
  }
}
.cid-tjiNdY0GAS .pgk-section-title,
.cid-tjiNdY0GAS .pgk-section-btn {
  color: #fbc301;
}
.cid-uvdWiAR2uu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdWiAR2uu .container {
  display: flex;
  justify-content: center;
  max-width: 1920px;
}
.cid-uvdWiAR2uu .row {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.cid-uvdWiAR2uu .col-brand {
  margin-bottom: 40px;
}
.cid-uvdWiAR2uu .col-link {
  margin-bottom: 30px;
}
.cid-uvdWiAR2uu .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uvdWiAR2uu .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uvdWiAR2uu .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uvdWiAR2uu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvdWiAR2uu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvdWiAR2uu .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-uvdWiAR2uu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvdWiAR2uu .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uvdWiAR2uu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uvdWiAR2uu .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvdWiAR2uu .soc-item:hover {
  background-color: #738bae;
}
.cid-uvdWiAR2uu .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-uvdWiAR2uu .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-uvdWiAR2uu .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uvdWiAR2uu .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uvdWiAR2uu .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-uvdWiAR2uu .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uvdWiAR2uu .pgk-text .text-black {
  color: #00284E !important;
}
.cid-uvdWiAR2uu .pgk-text a {
  opacity: 0.8;
}
.cid-uvdWiAR2uu .pgk-text a:hover {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uvdWiAR2uu .col-copyright {
  margin-top: 44px;
}
.cid-uvdWiAR2uu .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-uvdWiAR2uu .copyright {
    text-align: center !important;
  }
}
.cid-uvdWiAR2uu .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvdWiAR2uu .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvcHk3thmo {
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.cid-uvcHk3thmo .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvcHk3thmo .container {
  max-width: 1920px;
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
.cid-uvcHk3thmo .dropdown-menu {
  padding: 0;
}
.cid-uvcHk3thmo .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uvcHk3thmo .dropdown-item {
    text-align: left !important;
  }
}
.cid-uvcHk3thmo .dropdown-item:hover {
  background-position: right !important;
}
.cid-uvcHk3thmo .dropdown-item:hover:after {
  color: #fbc301;
}
.cid-uvcHk3thmo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvcHk3thmo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvcHk3thmo .nav-link {
  position: relative;
}
.cid-uvcHk3thmo .dropdown-menu,
.cid-uvcHk3thmo .navbar.opened {
  background: #ffffff !important;
}
.cid-uvcHk3thmo .nav-item:focus,
.cid-uvcHk3thmo .nav-link:focus {
  outline: none;
}
.cid-uvcHk3thmo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvcHk3thmo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvcHk3thmo .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvcHk3thmo .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvcHk3thmo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  position: relative ;
  background: #ffffff;
}
.cid-uvcHk3thmo .navbar.opened {
  transition: all 0.3s;
}
.cid-uvcHk3thmo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvcHk3thmo .navbar .navbar-logo img {
  width: auto;
}
.cid-uvcHk3thmo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uvcHk3thmo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvcHk3thmo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvcHk3thmo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvcHk3thmo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvcHk3thmo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvcHk3thmo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvcHk3thmo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvcHk3thmo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvcHk3thmo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvcHk3thmo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvcHk3thmo .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uvcHk3thmo .navbar {
    min-height: 70px;
  }
}
.cid-uvcHk3thmo .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uvcHk3thmo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding: 10px 15px 10px 0 !important;
}
.cid-uvcHk3thmo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvcHk3thmo .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uvcHk3thmo .navbar-brand {
    min-height: 70px;
  }
}
.cid-uvcHk3thmo .dropdown-item.active,
.cid-uvcHk3thmo .dropdown-item:active {
  background-color: transparent;
}
.cid-uvcHk3thmo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvcHk3thmo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvcHk3thmo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvcHk3thmo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-top: 0.5rem;
}
.cid-uvcHk3thmo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvcHk3thmo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvcHk3thmo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvcHk3thmo button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvcHk3thmo button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uvcHk3thmo button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvcHk3thmo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uvcHk3thmo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uvcHk3thmo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvcHk3thmo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvcHk3thmo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvcHk3thmo nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvcHk3thmo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvcHk3thmo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvcHk3thmo nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvcHk3thmo .navbar-dropdown {
  padding: 0;
}
.cid-uvcHk3thmo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvcHk3thmo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvcHk3thmo .navbar {
    height: 70px;
  }
  .cid-uvcHk3thmo .navbar.opened {
    height: auto;
  }
  .cid-uvcHk3thmo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvcHk3thmo .navbar-short {
  border-bottom: 1px solid #fdc10b;
  min-height: 70px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-uvcHk3thmo .navbar-short {
    min-height: 70px;
  }
}
.cid-uvcHk3thmo .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvcHk3thmo .navbar-nav {
  display: flex !important;
  padding-bottom: 10px;
}
.cid-uvcHk3thmo .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
  font-weight: 900;
  transition: 0.3s all;
}
.cid-uvcHk3thmo .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  font-weight: inherit !important;
  justify-content: flex-start;
}
.cid-uvcHk3thmo .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uvcHk3thmo .navbar-nav .nav-item .nav-link:hover,
.cid-uvcHk3thmo .navbar-nav .nav-item .nav-link:focus,
.cid-uvcHk3thmo .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uvcHk3thmo .navbar-nav .nav-item:not(:first-child) {
  margin-top: 1.5rem !important;
}
.cid-uvcHk3thmo .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ffffff !important;
}
.cid-uvcHk3thmo .pgk-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uvcHk3thmo .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uvcHk3thmo button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
  padding: 0;
}
.cid-uvcHk3thmo button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uvcHk3thmo button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uvcHk3thmo button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-uvcHk3thmo button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uvcHk3thmo button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uvcHk3thmo button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 26px;
  transition: all 0.2s;
}
.cid-uvcHk3thmo .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
  opacity: 1 !important;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  z-index: 20;
  align-self: center;
  padding: 0;
}
.cid-uvcHk3thmo .btn-close .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uvcHk3thmo .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
}
.cid-uvcHk3thmo .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uvcHk3thmo .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uvcHk3thmo .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uvcHk3thmo .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uvcHk3thmo .offcanvas-end {
  right: 0 !important;
  transform: translateX(100%);
}
.cid-uvcHk3thmo .offcanvas.show {
  transform: translateX(0);
}
.cid-uvcHk3thmo .offcanvas {
  width: 36%;
  padding: 10px;
  border-left: none !important;
  background-color: transparent !important;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uvcHk3thmo .offcanvas {
    width: 512px;
  }
}
@media (max-width: 767px) {
  .cid-uvcHk3thmo .offcanvas {
    width: 100%;
  }
}
.cid-uvcHk3thmo .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvcHk3thmo .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 3rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
  border: 0.3px solid #fdc10b;
  width: 100%;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(252, 193, 4, 0.1);
  overflow: auto;
}
.cid-uvcHk3thmo .offcanvas-body .offcanvas_head {
  width: 100%;
  padding-bottom: 20px;
}
.cid-uvcHk3thmo .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvcHk3thmo .modal-backdrop.show {
  opacity: 0 !important;
}
.cid-uvcHk3thmo .offcanvas_link {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.cid-uvcHk3thmo .offcanvas_foot {
  width: 100%;
  margin-top: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-top: 10px;
}
.cid-uvcHk3thmo .offcanvas_btn {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.cid-uvcHk3thmo .offcanvas_btn .pgk-section-btn {
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uvcHk3thmo .offcanvas_btn .pgk-section-btn .btn {
    width: auto !important;
  }
}
.cid-uvcHk3thmo .second-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-uvcHk3thmo .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-uvcHk3thmo .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-uvcHk3thmo .list li:hover {
  color: #fbc301 !important;
}
.cid-uvcHk3thmo .list a {
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  transition: 0.3s all;
}
.cid-uvcHk3thmo .list a:hover {
  color: #fbc301 !important;
  line-height: inherit !important;
}
.cid-uvcHk3thmo .second-list {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #2c2c2c;
}
@media (max-width: 991px) {
  .cid-uvcHk3thmo .second-list {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uvcHk3thmo .second-list li {
  line-height: 1.5;
  opacity: 0.8;
}
.cid-uvcHk3thmo .second-list li:hover {
  opacity: 1;
}
.cid-uvcHk3thmo .footer-text {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #2c2c2c;
  margin-bottom: 0;
  opacity: 0.8;
  align-self: end;
  text-align: right;
}
.cid-uvcHk3thmo .dropdown-item:hover {
  color: #fbc301 !important;
}
.cid-uvf5iq7OHy {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/15516d561wq615ed65w1q.jpg");
}
.cid-uvf5iq7OHy .pgk-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-uvf5iq7OHy .pgk-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-uvf5iq7OHy .pgk-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-uvf5iq7OHy .pgk-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uvf5iq7OHy .pgk-text {
  color: #ffffff;
  width: 100;
}
.cid-uvf5iq7OHy .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #661ea8;
  margin-left: 0.6rem;
}
.cid-uvf5iq7OHy .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uvf5iq7OHy .pgk-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-uvf5iq7OHy .separator,
  .cid-uvf5iq7OHy .sep-holder,
  .cid-uvf5iq7OHy .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uvf5iq7OHy .buttons-wrap {
    flex-direction: column;
  }
}
.cid-uvf5iq7OHy .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-uvf5iq7OHy .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uvf5iq7OHy .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uvf5iq7OHy .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-uvf5iq7OHy .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uvf5iq7OHy .items .list-item:last-child .listico {
  display: none;
}
.cid-uvf5iq7OHy .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvf5iq7OHy .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvf663k9AR {
  padding-top: 195px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uvf663k9AR h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uvf663k9AR h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uvf663k9AR .signature {
  display: inline-block;
  width: 300px;
}
.cid-uvf663k9AR .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvf663k9AR .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvf66RdwEz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #000000;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(251, 195, 1, 0.2));
}
.cid-uvf66RdwEz .pgk-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uvf66RdwEz .container {
  z-index: 1;
}
.cid-uvf66RdwEz .pgk-section-title {
  color: #233d63;
}
.cid-uvf66RdwEz .pgk-section-subtitle {
  text-align: center;
}
.cid-uvf66RdwEz .pgk-section-btn {
  margin-top: 35px;
}
.cid-uvf66RdwEz .pgk-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uvf66RdwEz .pgk-section-btn .btn-white:hover {
  background-color: #fbc301 !important;
  border-color: #fbc301 !important;
  color: #ffffff !important;
}
.cid-uvf66RdwEz .pgk-section-title,
.cid-uvf66RdwEz .pgk-section-btn {
  text-align: center;
}
.cid-uvf66RdwEz .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uvf66RdwEz .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uvf66RdwEz .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvf66RdwEz .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdWiAR2uu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdWiAR2uu .container {
  display: flex;
  justify-content: center;
  max-width: 1920px;
}
.cid-uvdWiAR2uu .row {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.cid-uvdWiAR2uu .col-brand {
  margin-bottom: 40px;
}
.cid-uvdWiAR2uu .col-link {
  margin-bottom: 30px;
}
.cid-uvdWiAR2uu .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uvdWiAR2uu .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uvdWiAR2uu .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uvdWiAR2uu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvdWiAR2uu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvdWiAR2uu .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-uvdWiAR2uu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvdWiAR2uu .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uvdWiAR2uu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uvdWiAR2uu .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvdWiAR2uu .soc-item:hover {
  background-color: #738bae;
}
.cid-uvdWiAR2uu .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-uvdWiAR2uu .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-uvdWiAR2uu .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uvdWiAR2uu .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uvdWiAR2uu .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-uvdWiAR2uu .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uvdWiAR2uu .pgk-text .text-black {
  color: #00284E !important;
}
.cid-uvdWiAR2uu .pgk-text a {
  opacity: 0.8;
}
.cid-uvdWiAR2uu .pgk-text a:hover {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uvdWiAR2uu .col-copyright {
  margin-top: 44px;
}
.cid-uvdWiAR2uu .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-uvdWiAR2uu .copyright {
    text-align: center !important;
  }
}
.cid-uvdWiAR2uu .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvdWiAR2uu .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvf7fDOCrr {
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.cid-uvf7fDOCrr .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvf7fDOCrr .container {
  max-width: 1920px;
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
.cid-uvf7fDOCrr .dropdown-menu {
  padding: 0;
}
.cid-uvf7fDOCrr .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uvf7fDOCrr .dropdown-item {
    text-align: left !important;
  }
}
.cid-uvf7fDOCrr .dropdown-item:hover {
  background-position: right !important;
}
.cid-uvf7fDOCrr .dropdown-item:hover:after {
  color: #fbc301;
}
.cid-uvf7fDOCrr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvf7fDOCrr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvf7fDOCrr .nav-link {
  position: relative;
}
.cid-uvf7fDOCrr .dropdown-menu,
.cid-uvf7fDOCrr .navbar.opened {
  background: #ffffff !important;
}
.cid-uvf7fDOCrr .nav-item:focus,
.cid-uvf7fDOCrr .nav-link:focus {
  outline: none;
}
.cid-uvf7fDOCrr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvf7fDOCrr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvf7fDOCrr .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvf7fDOCrr .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvf7fDOCrr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  position: relative ;
  background: #ffffff;
}
.cid-uvf7fDOCrr .navbar.opened {
  transition: all 0.3s;
}
.cid-uvf7fDOCrr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvf7fDOCrr .navbar .navbar-logo img {
  width: auto;
}
.cid-uvf7fDOCrr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uvf7fDOCrr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvf7fDOCrr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvf7fDOCrr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvf7fDOCrr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvf7fDOCrr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvf7fDOCrr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvf7fDOCrr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvf7fDOCrr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvf7fDOCrr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvf7fDOCrr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvf7fDOCrr .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uvf7fDOCrr .navbar {
    min-height: 70px;
  }
}
.cid-uvf7fDOCrr .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uvf7fDOCrr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding: 10px 15px 10px 0 !important;
}
.cid-uvf7fDOCrr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvf7fDOCrr .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uvf7fDOCrr .navbar-brand {
    min-height: 70px;
  }
}
.cid-uvf7fDOCrr .dropdown-item.active,
.cid-uvf7fDOCrr .dropdown-item:active {
  background-color: transparent;
}
.cid-uvf7fDOCrr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvf7fDOCrr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvf7fDOCrr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvf7fDOCrr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-top: 0.5rem;
}
.cid-uvf7fDOCrr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvf7fDOCrr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvf7fDOCrr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvf7fDOCrr button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvf7fDOCrr button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uvf7fDOCrr button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvf7fDOCrr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uvf7fDOCrr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uvf7fDOCrr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvf7fDOCrr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvf7fDOCrr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvf7fDOCrr nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvf7fDOCrr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvf7fDOCrr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvf7fDOCrr nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvf7fDOCrr .navbar-dropdown {
  padding: 0;
}
.cid-uvf7fDOCrr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvf7fDOCrr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvf7fDOCrr .navbar {
    height: 70px;
  }
  .cid-uvf7fDOCrr .navbar.opened {
    height: auto;
  }
  .cid-uvf7fDOCrr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvf7fDOCrr .navbar-short {
  border-bottom: 1px solid #fdc10b;
  min-height: 70px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-uvf7fDOCrr .navbar-short {
    min-height: 70px;
  }
}
.cid-uvf7fDOCrr .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvf7fDOCrr .navbar-nav {
  display: flex !important;
  padding-bottom: 10px;
}
.cid-uvf7fDOCrr .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
  font-weight: 900;
  transition: 0.3s all;
}
.cid-uvf7fDOCrr .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  font-weight: inherit !important;
  justify-content: flex-start;
}
.cid-uvf7fDOCrr .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uvf7fDOCrr .navbar-nav .nav-item .nav-link:hover,
.cid-uvf7fDOCrr .navbar-nav .nav-item .nav-link:focus,
.cid-uvf7fDOCrr .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uvf7fDOCrr .navbar-nav .nav-item:not(:first-child) {
  margin-top: 1.5rem !important;
}
.cid-uvf7fDOCrr .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ffffff !important;
}
.cid-uvf7fDOCrr .pgk-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uvf7fDOCrr .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uvf7fDOCrr button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
  padding: 0;
}
.cid-uvf7fDOCrr button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uvf7fDOCrr button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uvf7fDOCrr button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-uvf7fDOCrr button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uvf7fDOCrr button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uvf7fDOCrr button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 26px;
  transition: all 0.2s;
}
.cid-uvf7fDOCrr .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
  opacity: 1 !important;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  z-index: 20;
  align-self: center;
  padding: 0;
}
.cid-uvf7fDOCrr .btn-close .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uvf7fDOCrr .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
}
.cid-uvf7fDOCrr .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uvf7fDOCrr .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uvf7fDOCrr .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uvf7fDOCrr .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uvf7fDOCrr .offcanvas-end {
  right: 0 !important;
  transform: translateX(100%);
}
.cid-uvf7fDOCrr .offcanvas.show {
  transform: translateX(0);
}
.cid-uvf7fDOCrr .offcanvas {
  width: 36%;
  padding: 10px;
  border-left: none !important;
  background-color: transparent !important;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uvf7fDOCrr .offcanvas {
    width: 512px;
  }
}
@media (max-width: 767px) {
  .cid-uvf7fDOCrr .offcanvas {
    width: 100%;
  }
}
.cid-uvf7fDOCrr .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvf7fDOCrr .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 3rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
  border: 0.3px solid #fdc10b;
  width: 100%;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(252, 193, 4, 0.1);
  overflow: auto;
}
.cid-uvf7fDOCrr .offcanvas-body .offcanvas_head {
  width: 100%;
  padding-bottom: 20px;
}
.cid-uvf7fDOCrr .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvf7fDOCrr .modal-backdrop.show {
  opacity: 0 !important;
}
.cid-uvf7fDOCrr .offcanvas_link {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.cid-uvf7fDOCrr .offcanvas_foot {
  width: 100%;
  margin-top: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-top: 10px;
}
.cid-uvf7fDOCrr .offcanvas_btn {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.cid-uvf7fDOCrr .offcanvas_btn .pgk-section-btn {
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uvf7fDOCrr .offcanvas_btn .pgk-section-btn .btn {
    width: auto !important;
  }
}
.cid-uvf7fDOCrr .second-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-uvf7fDOCrr .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-uvf7fDOCrr .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-uvf7fDOCrr .list li:hover {
  color: #fbc301 !important;
}
.cid-uvf7fDOCrr .list a {
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  transition: 0.3s all;
}
.cid-uvf7fDOCrr .list a:hover {
  color: #fbc301 !important;
  line-height: inherit !important;
}
.cid-uvf7fDOCrr .second-list {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #2c2c2c;
}
@media (max-width: 991px) {
  .cid-uvf7fDOCrr .second-list {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uvf7fDOCrr .second-list li {
  line-height: 1.5;
  opacity: 0.8;
}
.cid-uvf7fDOCrr .second-list li:hover {
  opacity: 1;
}
.cid-uvf7fDOCrr .footer-text {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #2c2c2c;
  margin-bottom: 0;
  opacity: 0.8;
  align-self: end;
  text-align: right;
}
.cid-uvf7fDOCrr .dropdown-item:hover {
  color: #fbc301 !important;
}
.cid-uvf7fEJSeM {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/fe89a4f8we9849afew894a.jpg");
}
.cid-uvf7fEJSeM .pgk-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-uvf7fEJSeM .pgk-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-uvf7fEJSeM .pgk-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-uvf7fEJSeM .pgk-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uvf7fEJSeM .pgk-text {
  color: #ffffff;
  width: 100;
}
.cid-uvf7fEJSeM .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #661ea8;
  margin-left: 0.6rem;
}
.cid-uvf7fEJSeM .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uvf7fEJSeM .pgk-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-uvf7fEJSeM .separator,
  .cid-uvf7fEJSeM .sep-holder,
  .cid-uvf7fEJSeM .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uvf7fEJSeM .buttons-wrap {
    flex-direction: column;
  }
}
.cid-uvf7fEJSeM .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-uvf7fEJSeM .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uvf7fEJSeM .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uvf7fEJSeM .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-uvf7fEJSeM .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uvf7fEJSeM .items .list-item:last-child .listico {
  display: none;
}
.cid-uvf7fEJSeM .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvf7fEJSeM .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvfbrkcT7j {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvfbrkcT7j .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem;
  object-fit: cover;
}
.cid-uvfbrkcT7j .card-title {
  margin-bottom: 26px;
  color: #661ea8;
}
.cid-uvfbrkcT7j .pgk-text {
  margin-bottom: 30px;
}
.cid-uvfbrkcT7j .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uvfbrkcT7j .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uvfbrkcT7j .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uvfbrkcT7j .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uvfbrkcT7j .btn_link:hover {
  cursor: pointer;
}
.cid-uvfbrkcT7j .btn_link:hover a {
  color: #fbc301 !important;
}
.cid-uvfbrkcT7j .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uvfbrkcT7j .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvfbrkcT7j .text-wrapper {
    text-align: center;
  }
  .cid-uvfbrkcT7j .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uvfbrkcT7j .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uvfbrkcT7j .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uvfbrkcT7j .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvfbrkcT7j .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvfbrkcT7j .card-title,
.cid-uvfbrkcT7j .icon_block {
  color: #000000;
}
.cid-uvfbrkcT7j .pgk-text,
.cid-uvfbrkcT7j .btn_link {
  color: #000000;
}
.cid-uvfbrkcT7j P {
  color: #fbc301;
}
.cid-uvf98VKFa7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvf98VKFa7 .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem;
  object-fit: cover;
}
.cid-uvf98VKFa7 .card-title {
  margin-bottom: 26px;
  color: #661ea8;
}
.cid-uvf98VKFa7 .pgk-text {
  margin-bottom: 30px;
}
.cid-uvf98VKFa7 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uvf98VKFa7 .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uvf98VKFa7 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uvf98VKFa7 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uvf98VKFa7 .btn_link:hover {
  cursor: pointer;
}
.cid-uvf98VKFa7 .btn_link:hover a {
  color: #fbc301 !important;
}
.cid-uvf98VKFa7 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uvf98VKFa7 .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvf98VKFa7 .text-wrapper {
    text-align: center;
  }
  .cid-uvf98VKFa7 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uvf98VKFa7 .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uvf98VKFa7 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uvf98VKFa7 .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvf98VKFa7 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvf98VKFa7 .card-title,
.cid-uvf98VKFa7 .icon_block {
  color: #000000;
}
.cid-uvf98VKFa7 .pgk-text,
.cid-uvf98VKFa7 .btn_link {
  color: #000000;
}
.cid-uvf98VKFa7 P {
  color: #fbc301;
}
.cid-uvffopBbxd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvffopBbxd .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem;
  object-fit: cover;
}
.cid-uvffopBbxd .card-title {
  margin-bottom: 26px;
  color: #661ea8;
}
.cid-uvffopBbxd .pgk-text {
  margin-bottom: 30px;
}
.cid-uvffopBbxd .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uvffopBbxd .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uvffopBbxd .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uvffopBbxd .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uvffopBbxd .btn_link:hover {
  cursor: pointer;
}
.cid-uvffopBbxd .btn_link:hover a {
  color: #fbc301 !important;
}
.cid-uvffopBbxd .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uvffopBbxd .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvffopBbxd .text-wrapper {
    text-align: center;
  }
  .cid-uvffopBbxd .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uvffopBbxd .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uvffopBbxd .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uvffopBbxd .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvffopBbxd .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvffopBbxd .card-title,
.cid-uvffopBbxd .icon_block {
  color: #000000;
}
.cid-uvffopBbxd .pgk-text,
.cid-uvffopBbxd .btn_link {
  color: #000000;
}
.cid-uvffopBbxd P {
  color: #fbc301;
}
.cid-uvfd0zc55V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvfd0zc55V .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uvfd0zc55V .pgk-section-title {
  color: #010d4c;
}
.cid-uvfd0zc55V .pgk-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-uvfd0zc55V .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-uvfd0zc55V .card-title {
    margin-bottom: 18px;
  }
}
.cid-uvfd0zc55V .card-title a {
  font-weight: 700;
}
.cid-uvfd0zc55V .card-title a:hover {
  color: #fbc301 !important;
}
.cid-uvfd0zc55V .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-uvfd0zc55V .icon-box {
    margin-bottom: 20px;
  }
}
.cid-uvfd0zc55V .icon-box .pgk-iconfont {
  font-size: 40px;
  color: #fbc301;
}
.cid-uvfd0zc55V .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-uvfd0zc55V .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-uvfd0zc55V .icon-link-box .pgk-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-uvfd0zc55V .icon-link-box .pgk-iconfont:hover {
  color: #51d619 !important;
  cursor: pointer !important;
}
.cid-uvfd0zc55V .col-card {
  margin-top: 30px;
}
.cid-uvfd0zc55V .card-wrapper {
  padding: 22px 15px 22px 22px;
  background-color: transparent;
  border-radius: 1.5rem;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-uvfd0zc55V .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-uvfd0zc55V .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-uvfd0zc55V .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvfd0zc55V .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvf7fG4JjW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #000000;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(251, 195, 1, 0.2));
}
.cid-uvf7fG4JjW .pgk-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uvf7fG4JjW .container {
  z-index: 1;
}
.cid-uvf7fG4JjW .pgk-section-title {
  color: #233d63;
}
.cid-uvf7fG4JjW .pgk-section-subtitle {
  text-align: center;
}
.cid-uvf7fG4JjW .pgk-section-btn {
  margin-top: 35px;
}
.cid-uvf7fG4JjW .pgk-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uvf7fG4JjW .pgk-section-btn .btn-white:hover {
  background-color: #fbc301 !important;
  border-color: #fbc301 !important;
  color: #ffffff !important;
}
.cid-uvf7fG4JjW .pgk-section-title,
.cid-uvf7fG4JjW .pgk-section-btn {
  text-align: center;
}
.cid-uvf7fG4JjW .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uvf7fG4JjW .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uvf7fG4JjW .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvf7fG4JjW .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvf7fGFrNi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvf7fGFrNi .container {
  display: flex;
  justify-content: center;
  max-width: 1920px;
}
.cid-uvf7fGFrNi .row {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.cid-uvf7fGFrNi .col-brand {
  margin-bottom: 40px;
}
.cid-uvf7fGFrNi .col-link {
  margin-bottom: 30px;
}
.cid-uvf7fGFrNi .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uvf7fGFrNi .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uvf7fGFrNi .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uvf7fGFrNi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvf7fGFrNi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvf7fGFrNi .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-uvf7fGFrNi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvf7fGFrNi .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uvf7fGFrNi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uvf7fGFrNi .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvf7fGFrNi .soc-item:hover {
  background-color: #738bae;
}
.cid-uvf7fGFrNi .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-uvf7fGFrNi .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-uvf7fGFrNi .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uvf7fGFrNi .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uvf7fGFrNi .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-uvf7fGFrNi .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uvf7fGFrNi .pgk-text .text-black {
  color: #00284E !important;
}
.cid-uvf7fGFrNi .pgk-text a {
  opacity: 0.8;
}
.cid-uvf7fGFrNi .pgk-text a:hover {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uvf7fGFrNi .col-copyright {
  margin-top: 44px;
}
.cid-uvf7fGFrNi .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-uvf7fGFrNi .copyright {
    text-align: center !important;
  }
}
.cid-uvf7fGFrNi .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvf7fGFrNi .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvfgVdrWws {
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.cid-uvfgVdrWws .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvfgVdrWws .container {
  max-width: 1920px;
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
.cid-uvfgVdrWws .dropdown-menu {
  padding: 0;
}
.cid-uvfgVdrWws .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uvfgVdrWws .dropdown-item {
    text-align: left !important;
  }
}
.cid-uvfgVdrWws .dropdown-item:hover {
  background-position: right !important;
}
.cid-uvfgVdrWws .dropdown-item:hover:after {
  color: #fbc301;
}
.cid-uvfgVdrWws .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvfgVdrWws .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvfgVdrWws .nav-link {
  position: relative;
}
.cid-uvfgVdrWws .dropdown-menu,
.cid-uvfgVdrWws .navbar.opened {
  background: #ffffff !important;
}
.cid-uvfgVdrWws .nav-item:focus,
.cid-uvfgVdrWws .nav-link:focus {
  outline: none;
}
.cid-uvfgVdrWws .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvfgVdrWws .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvfgVdrWws .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvfgVdrWws .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvfgVdrWws .navbar {
  min-height: 70px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  position: relative ;
  background: #ffffff;
}
.cid-uvfgVdrWws .navbar.opened {
  transition: all 0.3s;
}
.cid-uvfgVdrWws .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvfgVdrWws .navbar .navbar-logo img {
  width: auto;
}
.cid-uvfgVdrWws .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uvfgVdrWws .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvfgVdrWws .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvfgVdrWws .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvfgVdrWws .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvfgVdrWws .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvfgVdrWws .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvfgVdrWws .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvfgVdrWws .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvfgVdrWws .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvfgVdrWws .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvfgVdrWws .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uvfgVdrWws .navbar {
    min-height: 70px;
  }
}
.cid-uvfgVdrWws .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uvfgVdrWws .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding: 10px 15px 10px 0 !important;
}
.cid-uvfgVdrWws .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvfgVdrWws .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uvfgVdrWws .navbar-brand {
    min-height: 70px;
  }
}
.cid-uvfgVdrWws .dropdown-item.active,
.cid-uvfgVdrWws .dropdown-item:active {
  background-color: transparent;
}
.cid-uvfgVdrWws .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvfgVdrWws .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvfgVdrWws .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvfgVdrWws .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-top: 0.5rem;
}
.cid-uvfgVdrWws .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvfgVdrWws .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvfgVdrWws ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvfgVdrWws button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvfgVdrWws button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uvfgVdrWws button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvfgVdrWws button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uvfgVdrWws button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uvfgVdrWws button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvfgVdrWws button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvfgVdrWws button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvfgVdrWws nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvfgVdrWws nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvfgVdrWws nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvfgVdrWws nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvfgVdrWws .navbar-dropdown {
  padding: 0;
}
.cid-uvfgVdrWws a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvfgVdrWws .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvfgVdrWws .navbar {
    height: 70px;
  }
  .cid-uvfgVdrWws .navbar.opened {
    height: auto;
  }
  .cid-uvfgVdrWws .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvfgVdrWws .navbar-short {
  border-bottom: 1px solid #fdc10b;
  min-height: 70px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-uvfgVdrWws .navbar-short {
    min-height: 70px;
  }
}
.cid-uvfgVdrWws .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvfgVdrWws .navbar-nav {
  display: flex !important;
  padding-bottom: 10px;
}
.cid-uvfgVdrWws .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
  font-weight: 900;
  transition: 0.3s all;
}
.cid-uvfgVdrWws .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  font-weight: inherit !important;
  justify-content: flex-start;
}
.cid-uvfgVdrWws .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uvfgVdrWws .navbar-nav .nav-item .nav-link:hover,
.cid-uvfgVdrWws .navbar-nav .nav-item .nav-link:focus,
.cid-uvfgVdrWws .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uvfgVdrWws .navbar-nav .nav-item:not(:first-child) {
  margin-top: 1.5rem !important;
}
.cid-uvfgVdrWws .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ffffff !important;
}
.cid-uvfgVdrWws .pgk-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uvfgVdrWws .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uvfgVdrWws button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
  padding: 0;
}
.cid-uvfgVdrWws button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uvfgVdrWws button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uvfgVdrWws button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-uvfgVdrWws button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uvfgVdrWws button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uvfgVdrWws button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 26px;
  transition: all 0.2s;
}
.cid-uvfgVdrWws .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
  opacity: 1 !important;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  z-index: 20;
  align-self: center;
  padding: 0;
}
.cid-uvfgVdrWws .btn-close .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uvfgVdrWws .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
}
.cid-uvfgVdrWws .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uvfgVdrWws .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uvfgVdrWws .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uvfgVdrWws .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uvfgVdrWws .offcanvas-end {
  right: 0 !important;
  transform: translateX(100%);
}
.cid-uvfgVdrWws .offcanvas.show {
  transform: translateX(0);
}
.cid-uvfgVdrWws .offcanvas {
  width: 36%;
  padding: 10px;
  border-left: none !important;
  background-color: transparent !important;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uvfgVdrWws .offcanvas {
    width: 512px;
  }
}
@media (max-width: 767px) {
  .cid-uvfgVdrWws .offcanvas {
    width: 100%;
  }
}
.cid-uvfgVdrWws .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvfgVdrWws .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 3rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
  border: 0.3px solid #fdc10b;
  width: 100%;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(252, 193, 4, 0.1);
  overflow: auto;
}
.cid-uvfgVdrWws .offcanvas-body .offcanvas_head {
  width: 100%;
  padding-bottom: 20px;
}
.cid-uvfgVdrWws .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvfgVdrWws .modal-backdrop.show {
  opacity: 0 !important;
}
.cid-uvfgVdrWws .offcanvas_link {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.cid-uvfgVdrWws .offcanvas_foot {
  width: 100%;
  margin-top: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-top: 10px;
}
.cid-uvfgVdrWws .offcanvas_btn {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.cid-uvfgVdrWws .offcanvas_btn .pgk-section-btn {
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uvfgVdrWws .offcanvas_btn .pgk-section-btn .btn {
    width: auto !important;
  }
}
.cid-uvfgVdrWws .second-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-uvfgVdrWws .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-uvfgVdrWws .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-uvfgVdrWws .list li:hover {
  color: #fbc301 !important;
}
.cid-uvfgVdrWws .list a {
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  transition: 0.3s all;
}
.cid-uvfgVdrWws .list a:hover {
  color: #fbc301 !important;
  line-height: inherit !important;
}
.cid-uvfgVdrWws .second-list {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #2c2c2c;
}
@media (max-width: 991px) {
  .cid-uvfgVdrWws .second-list {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uvfgVdrWws .second-list li {
  line-height: 1.5;
  opacity: 0.8;
}
.cid-uvfgVdrWws .second-list li:hover {
  opacity: 1;
}
.cid-uvfgVdrWws .footer-text {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #2c2c2c;
  margin-bottom: 0;
  opacity: 0.8;
  align-self: end;
  text-align: right;
}
.cid-uvfgVdrWws .dropdown-item:hover {
  color: #fbc301 !important;
}
.cid-uvfgVe1tCQ {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/developer-8829735.jpg");
}
.cid-uvfgVe1tCQ .pgk-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-uvfgVe1tCQ .pgk-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-uvfgVe1tCQ .pgk-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uvfgVe1tCQ .pgk-text {
  color: #ffffff;
  width: 100;
}
.cid-uvfgVe1tCQ .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #661ea8;
  margin-left: 0.6rem;
}
.cid-uvfgVe1tCQ .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uvfgVe1tCQ .pgk-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-uvfgVe1tCQ .separator,
  .cid-uvfgVe1tCQ .sep-holder,
  .cid-uvfgVe1tCQ .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uvfgVe1tCQ .buttons-wrap {
    flex-direction: column;
  }
}
.cid-uvfgVe1tCQ .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-uvfgVe1tCQ .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uvfgVe1tCQ .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uvfgVe1tCQ .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-uvfgVe1tCQ .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uvfgVe1tCQ .items .list-item:last-child .listico {
  display: none;
}
.cid-uvfgVe1tCQ .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvfgVe1tCQ .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uviqYvhhf3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uviqYvhhf3 .pgk-fallback-image.disabled {
  display: none;
}
.cid-uviqYvhhf3 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uviqYvhhf3 .pgk-section-title {
  color: #181817;
  margin-bottom: 2.5rem;
}
.cid-uviqYvhhf3 .pgk-section-subtitle {
  color: #181817;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .cid-uviqYvhhf3 .pgk-section-subtitle.display-1 {
    font-size: 14rem !important;
  }
}
.cid-uviqYvhhf3 .pgk-text {
  color: #181817;
  margin-bottom: 0;
  text-align: left;
}
.cid-uvfhKkuhyv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvfhKkuhyv .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem;
  object-fit: cover;
  box-shadow: 0 0 30px 10px rgba(90, 144, 225, 0.1);
}
.cid-uvfhKkuhyv .card-title {
  margin-bottom: 26px;
  color: #661ea8;
}
.cid-uvfhKkuhyv .pgk-text {
  margin-bottom: 30px;
}
.cid-uvfhKkuhyv .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uvfhKkuhyv .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uvfhKkuhyv .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uvfhKkuhyv .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uvfhKkuhyv .btn_link:hover {
  cursor: pointer;
}
.cid-uvfhKkuhyv .btn_link:hover a {
  color: #fbc301 !important;
}
.cid-uvfhKkuhyv .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uvfhKkuhyv .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvfhKkuhyv .text-wrapper {
    text-align: center;
  }
  .cid-uvfhKkuhyv .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uvfhKkuhyv .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uvfhKkuhyv .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uvfhKkuhyv .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvfhKkuhyv .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvfhKkuhyv .card-title,
.cid-uvfhKkuhyv .icon_block {
  color: #000000;
}
.cid-uvfhKkuhyv .pgk-text,
.cid-uvfhKkuhyv .btn_link {
  color: #000000;
}
.cid-uvfhKkuhyv P {
  color: #fbc301;
}
.cid-uvfo3XGBK9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvfo3XGBK9 .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
.cid-uvfo3XGBK9 .card-title {
  margin-bottom: 26px;
  color: #661ea8;
}
.cid-uvfo3XGBK9 .pgk-text {
  margin-bottom: 30px;
}
.cid-uvfo3XGBK9 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uvfo3XGBK9 .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uvfo3XGBK9 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uvfo3XGBK9 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uvfo3XGBK9 .btn_link:hover {
  cursor: pointer;
}
.cid-uvfo3XGBK9 .btn_link:hover a {
  color: #fbc301 !important;
}
.cid-uvfo3XGBK9 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uvfo3XGBK9 .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvfo3XGBK9 .text-wrapper {
    text-align: center;
  }
  .cid-uvfo3XGBK9 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uvfo3XGBK9 .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uvfo3XGBK9 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uvfo3XGBK9 .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvfo3XGBK9 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvfo3XGBK9 .card-title,
.cid-uvfo3XGBK9 .icon_block {
  color: #000000;
}
.cid-uvfo3XGBK9 .pgk-text,
.cid-uvfo3XGBK9 .btn_link {
  color: #000000;
}
.cid-uvfo3XGBK9 P {
  color: #fbc301;
}
.cid-uvfoNTeGZH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvfoNTeGZH .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
.cid-uvfoNTeGZH .card-title {
  margin-bottom: 26px;
  color: #661ea8;
}
.cid-uvfoNTeGZH .pgk-text {
  margin-bottom: 30px;
}
.cid-uvfoNTeGZH .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uvfoNTeGZH .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uvfoNTeGZH .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uvfoNTeGZH .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uvfoNTeGZH .btn_link:hover {
  cursor: pointer;
}
.cid-uvfoNTeGZH .btn_link:hover a {
  color: #fbc301 !important;
}
.cid-uvfoNTeGZH .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uvfoNTeGZH .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvfoNTeGZH .text-wrapper {
    text-align: center;
  }
  .cid-uvfoNTeGZH .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uvfoNTeGZH .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uvfoNTeGZH .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uvfoNTeGZH .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvfoNTeGZH .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvfoNTeGZH .card-title,
.cid-uvfoNTeGZH .icon_block {
  color: #000000;
}
.cid-uvfoNTeGZH .pgk-text,
.cid-uvfoNTeGZH .btn_link {
  color: #000000;
}
.cid-uvfoNTeGZH P {
  color: #fbc301;
}
.cid-uvfpBuZJXw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvfpBuZJXw .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
.cid-uvfpBuZJXw .card-title {
  margin-bottom: 26px;
  color: #661ea8;
}
.cid-uvfpBuZJXw .pgk-text {
  margin-bottom: 30px;
}
.cid-uvfpBuZJXw .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uvfpBuZJXw .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uvfpBuZJXw .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uvfpBuZJXw .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uvfpBuZJXw .btn_link:hover {
  cursor: pointer;
}
.cid-uvfpBuZJXw .btn_link:hover a {
  color: #fbc301 !important;
}
.cid-uvfpBuZJXw .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uvfpBuZJXw .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvfpBuZJXw .text-wrapper {
    text-align: center;
  }
  .cid-uvfpBuZJXw .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uvfpBuZJXw .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uvfpBuZJXw .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uvfpBuZJXw .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvfpBuZJXw .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvfpBuZJXw .card-title,
.cid-uvfpBuZJXw .icon_block {
  color: #000000;
}
.cid-uvfpBuZJXw .pgk-text,
.cid-uvfpBuZJXw .btn_link {
  color: #000000;
}
.cid-uvfpBuZJXw P {
  color: #fbc301;
}
.cid-uvi9FH1Q0k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvi9FH1Q0k .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uvi9FH1Q0k .pgk-section-title {
  color: #010d4c;
}
.cid-uvi9FH1Q0k .pgk-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-uvi9FH1Q0k .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-uvi9FH1Q0k .card-title {
    margin-bottom: 18px;
  }
}
.cid-uvi9FH1Q0k .card-title a {
  font-weight: 700;
}
.cid-uvi9FH1Q0k .card-title a:hover {
  color: #fbc301 !important;
}
.cid-uvi9FH1Q0k .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-uvi9FH1Q0k .icon-box {
    margin-bottom: 20px;
  }
}
.cid-uvi9FH1Q0k .icon-box .pgk-iconfont {
  font-size: 40px;
  color: #fbc301;
}
.cid-uvi9FH1Q0k .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-uvi9FH1Q0k .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-uvi9FH1Q0k .icon-link-box .pgk-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-uvi9FH1Q0k .icon-link-box .pgk-iconfont:hover {
  color: #51d619 !important;
  cursor: pointer !important;
}
.cid-uvi9FH1Q0k .col-card {
  margin-top: 30px;
}
.cid-uvi9FH1Q0k .card-wrapper {
  padding: 22px 15px 22px 22px;
  background-color: transparent;
  border-radius: 1.5rem;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-uvi9FH1Q0k .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-uvi9FH1Q0k .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-uvi9FH1Q0k .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvi9FH1Q0k .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvfkFh7EmO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uvfkFh7EmO .container-fluid {
  padding: 0 3rem;
}
.cid-uvfkFh7EmO .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #fbc301 50%, #661ea8 120%);
  display: inline-block;
}
.cid-uvfkFh7EmO .pgk-section-subtitle {
  color: #767676;
}
.cid-uvfkFh7EmO .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uvfkFh7EmO .table-wrapper {
  margin: 0 auto;
}
.cid-uvfkFh7EmO table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uvfkFh7EmO table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #fbc301;
  color: white;
  vertical-align: middle;
}
.cid-uvfkFh7EmO table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uvfkFh7EmO .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uvfkFh7EmO .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uvfkFh7EmO .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uvfkFh7EmO .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-uvfkFh7EmO .dataTables_wrapper {
  display: block;
}
.cid-uvfkFh7EmO .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uvfkFh7EmO .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uvfkFh7EmO .head-item:after,
.cid-uvfkFh7EmO .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-uvfkFh7EmO .dataTables_filter {
    text-align: center;
  }
  .cid-uvfkFh7EmO .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-uvfkFh7EmO .dataTables_filter {
    text-align: center;
  }
  .cid-uvfkFh7EmO .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-uvfkFh7EmO .container-fluid {
    padding: 0 1rem;
  }
  .cid-uvfkFh7EmO table th,
  .cid-uvfkFh7EmO table td {
    padding: .75rem;
  }
}
.cid-uvfkFh7EmO .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvfkFh7EmO .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvfkFh7EmO .dataTable-input,
.cid-uvfkFh7EmO .dataTable-selector {
  padding: 10px 16px;
  background: #f1f1f1;
  border-radius: 1.5rem;
  border: none;
}
.cid-uvfgVf6HtI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #000000;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(251, 195, 1, 0.2));
}
.cid-uvfgVf6HtI .pgk-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uvfgVf6HtI .container {
  z-index: 1;
}
.cid-uvfgVf6HtI .pgk-section-title {
  color: #233d63;
}
.cid-uvfgVf6HtI .pgk-section-subtitle {
  text-align: center;
}
.cid-uvfgVf6HtI .pgk-section-btn {
  margin-top: 35px;
}
.cid-uvfgVf6HtI .pgk-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uvfgVf6HtI .pgk-section-btn .btn-white:hover {
  background-color: #fbc301 !important;
  border-color: #fbc301 !important;
  color: #ffffff !important;
}
.cid-uvfgVf6HtI .pgk-section-title,
.cid-uvfgVf6HtI .pgk-section-btn {
  text-align: center;
}
.cid-uvfgVf6HtI .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uvfgVf6HtI .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uvfgVf6HtI .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvfgVf6HtI .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvfgVfz4pf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvfgVfz4pf .container {
  display: flex;
  justify-content: center;
  max-width: 1920px;
}
.cid-uvfgVfz4pf .row {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.cid-uvfgVfz4pf .col-brand {
  margin-bottom: 40px;
}
.cid-uvfgVfz4pf .col-link {
  margin-bottom: 30px;
}
.cid-uvfgVfz4pf .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uvfgVfz4pf .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uvfgVfz4pf .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uvfgVfz4pf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvfgVfz4pf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvfgVfz4pf .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-uvfgVfz4pf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvfgVfz4pf .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uvfgVfz4pf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uvfgVfz4pf .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvfgVfz4pf .soc-item:hover {
  background-color: #738bae;
}
.cid-uvfgVfz4pf .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-uvfgVfz4pf .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-uvfgVfz4pf .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uvfgVfz4pf .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uvfgVfz4pf .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-uvfgVfz4pf .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uvfgVfz4pf .pgk-text .text-black {
  color: #00284E !important;
}
.cid-uvfgVfz4pf .pgk-text a {
  opacity: 0.8;
}
.cid-uvfgVfz4pf .pgk-text a:hover {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uvfgVfz4pf .col-copyright {
  margin-top: 44px;
}
.cid-uvfgVfz4pf .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-uvfgVfz4pf .copyright {
    text-align: center !important;
  }
}
.cid-uvfgVfz4pf .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvfgVfz4pf .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvictGIyeL {
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.cid-uvictGIyeL .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvictGIyeL .container {
  max-width: 1920px;
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
.cid-uvictGIyeL .dropdown-menu {
  padding: 0;
}
.cid-uvictGIyeL .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uvictGIyeL .dropdown-item {
    text-align: left !important;
  }
}
.cid-uvictGIyeL .dropdown-item:hover {
  background-position: right !important;
}
.cid-uvictGIyeL .dropdown-item:hover:after {
  color: #fbc301;
}
.cid-uvictGIyeL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvictGIyeL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvictGIyeL .nav-link {
  position: relative;
}
.cid-uvictGIyeL .dropdown-menu,
.cid-uvictGIyeL .navbar.opened {
  background: #ffffff !important;
}
.cid-uvictGIyeL .nav-item:focus,
.cid-uvictGIyeL .nav-link:focus {
  outline: none;
}
.cid-uvictGIyeL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvictGIyeL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvictGIyeL .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvictGIyeL .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvictGIyeL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  position: relative ;
  background: #ffffff;
}
.cid-uvictGIyeL .navbar.opened {
  transition: all 0.3s;
}
.cid-uvictGIyeL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvictGIyeL .navbar .navbar-logo img {
  width: auto;
}
.cid-uvictGIyeL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uvictGIyeL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvictGIyeL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvictGIyeL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvictGIyeL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvictGIyeL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvictGIyeL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvictGIyeL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvictGIyeL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvictGIyeL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvictGIyeL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvictGIyeL .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uvictGIyeL .navbar {
    min-height: 70px;
  }
}
.cid-uvictGIyeL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uvictGIyeL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding: 10px 15px 10px 0 !important;
}
.cid-uvictGIyeL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvictGIyeL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uvictGIyeL .navbar-brand {
    min-height: 70px;
  }
}
.cid-uvictGIyeL .dropdown-item.active,
.cid-uvictGIyeL .dropdown-item:active {
  background-color: transparent;
}
.cid-uvictGIyeL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvictGIyeL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvictGIyeL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvictGIyeL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-top: 0.5rem;
}
.cid-uvictGIyeL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvictGIyeL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvictGIyeL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvictGIyeL button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvictGIyeL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uvictGIyeL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvictGIyeL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uvictGIyeL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uvictGIyeL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvictGIyeL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvictGIyeL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvictGIyeL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvictGIyeL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvictGIyeL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvictGIyeL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvictGIyeL .navbar-dropdown {
  padding: 0;
}
.cid-uvictGIyeL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvictGIyeL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvictGIyeL .navbar {
    height: 70px;
  }
  .cid-uvictGIyeL .navbar.opened {
    height: auto;
  }
  .cid-uvictGIyeL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvictGIyeL .navbar-short {
  border-bottom: 1px solid #fdc10b;
  min-height: 70px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-uvictGIyeL .navbar-short {
    min-height: 70px;
  }
}
.cid-uvictGIyeL .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvictGIyeL .navbar-nav {
  display: flex !important;
  padding-bottom: 10px;
}
.cid-uvictGIyeL .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
  font-weight: 900;
  transition: 0.3s all;
}
.cid-uvictGIyeL .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  font-weight: inherit !important;
  justify-content: flex-start;
}
.cid-uvictGIyeL .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uvictGIyeL .navbar-nav .nav-item .nav-link:hover,
.cid-uvictGIyeL .navbar-nav .nav-item .nav-link:focus,
.cid-uvictGIyeL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uvictGIyeL .navbar-nav .nav-item:not(:first-child) {
  margin-top: 1.5rem !important;
}
.cid-uvictGIyeL .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ffffff !important;
}
.cid-uvictGIyeL .pgk-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uvictGIyeL .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uvictGIyeL button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
  padding: 0;
}
.cid-uvictGIyeL button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uvictGIyeL button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uvictGIyeL button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-uvictGIyeL button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uvictGIyeL button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uvictGIyeL button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 26px;
  transition: all 0.2s;
}
.cid-uvictGIyeL .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
  opacity: 1 !important;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  z-index: 20;
  align-self: center;
  padding: 0;
}
.cid-uvictGIyeL .btn-close .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uvictGIyeL .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
}
.cid-uvictGIyeL .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uvictGIyeL .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uvictGIyeL .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uvictGIyeL .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uvictGIyeL .offcanvas-end {
  right: 0 !important;
  transform: translateX(100%);
}
.cid-uvictGIyeL .offcanvas.show {
  transform: translateX(0);
}
.cid-uvictGIyeL .offcanvas {
  width: 36%;
  padding: 10px;
  border-left: none !important;
  background-color: transparent !important;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uvictGIyeL .offcanvas {
    width: 512px;
  }
}
@media (max-width: 767px) {
  .cid-uvictGIyeL .offcanvas {
    width: 100%;
  }
}
.cid-uvictGIyeL .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvictGIyeL .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 3rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
  border: 0.3px solid #fdc10b;
  width: 100%;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(252, 193, 4, 0.1);
  overflow: auto;
}
.cid-uvictGIyeL .offcanvas-body .offcanvas_head {
  width: 100%;
  padding-bottom: 20px;
}
.cid-uvictGIyeL .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvictGIyeL .modal-backdrop.show {
  opacity: 0 !important;
}
.cid-uvictGIyeL .offcanvas_link {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.cid-uvictGIyeL .offcanvas_foot {
  width: 100%;
  margin-top: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-top: 10px;
}
.cid-uvictGIyeL .offcanvas_btn {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.cid-uvictGIyeL .offcanvas_btn .pgk-section-btn {
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uvictGIyeL .offcanvas_btn .pgk-section-btn .btn {
    width: auto !important;
  }
}
.cid-uvictGIyeL .second-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-uvictGIyeL .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-uvictGIyeL .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-uvictGIyeL .list li:hover {
  color: #fbc301 !important;
}
.cid-uvictGIyeL .list a {
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  transition: 0.3s all;
}
.cid-uvictGIyeL .list a:hover {
  color: #fbc301 !important;
  line-height: inherit !important;
}
.cid-uvictGIyeL .second-list {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #2c2c2c;
}
@media (max-width: 991px) {
  .cid-uvictGIyeL .second-list {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uvictGIyeL .second-list li {
  line-height: 1.5;
  opacity: 0.8;
}
.cid-uvictGIyeL .second-list li:hover {
  opacity: 1;
}
.cid-uvictGIyeL .footer-text {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #2c2c2c;
  margin-bottom: 0;
  opacity: 0.8;
  align-self: end;
  text-align: right;
}
.cid-uvictGIyeL .dropdown-item:hover {
  color: #fbc301 !important;
}
.cid-uvictGYleH {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/0.png");
}
.cid-uvictGYleH .pgk-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-uvictGYleH .pgk-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-uvictGYleH .pgk-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uvictGYleH .pgk-text {
  color: #ffffff;
  width: 100;
}
.cid-uvictGYleH .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #661ea8;
  margin-left: 0.6rem;
}
.cid-uvictGYleH .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uvictGYleH .pgk-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-uvictGYleH .separator,
  .cid-uvictGYleH .sep-holder,
  .cid-uvictGYleH .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uvictGYleH .buttons-wrap {
    flex-direction: column;
  }
}
.cid-uvictGYleH .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-uvictGYleH .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uvictGYleH .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uvictGYleH .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-uvictGYleH .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uvictGYleH .items .list-item:last-child .listico {
  display: none;
}
.cid-uvictGYleH .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvictGYleH .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvirpsM98y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvirpsM98y .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvirpsM98y .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvirpsM98y .pgk-section-title {
  color: #181817;
  margin-bottom: 2.5rem;
}
.cid-uvirpsM98y .pgk-section-subtitle {
  color: #181817;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .cid-uvirpsM98y .pgk-section-subtitle.display-1 {
    font-size: 14rem !important;
  }
}
.cid-uvirpsM98y .pgk-text {
  color: #181817;
  margin-bottom: 0;
  text-align: left;
}
.cid-uvictHjSJe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvictHjSJe .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
.cid-uvictHjSJe .card-title {
  margin-bottom: 26px;
  color: #661ea8;
}
.cid-uvictHjSJe .pgk-text {
  margin-bottom: 30px;
}
.cid-uvictHjSJe .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uvictHjSJe .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uvictHjSJe .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uvictHjSJe .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uvictHjSJe .btn_link:hover {
  cursor: pointer;
}
.cid-uvictHjSJe .btn_link:hover a {
  color: #fbc301 !important;
}
.cid-uvictHjSJe .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uvictHjSJe .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvictHjSJe .text-wrapper {
    text-align: center;
  }
  .cid-uvictHjSJe .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uvictHjSJe .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uvictHjSJe .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uvictHjSJe .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvictHjSJe .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvictHjSJe .card-title,
.cid-uvictHjSJe .icon_block {
  color: #000000;
}
.cid-uvictHjSJe .pgk-text,
.cid-uvictHjSJe .btn_link {
  color: #000000;
}
.cid-uvictHjSJe P {
  color: #fbc301;
}
.cid-uvictHwvAg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvictHwvAg .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
.cid-uvictHwvAg .card-title {
  margin-bottom: 26px;
  color: #661ea8;
}
.cid-uvictHwvAg .pgk-text {
  margin-bottom: 30px;
}
.cid-uvictHwvAg .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uvictHwvAg .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uvictHwvAg .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uvictHwvAg .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uvictHwvAg .btn_link:hover {
  cursor: pointer;
}
.cid-uvictHwvAg .btn_link:hover a {
  color: #fbc301 !important;
}
.cid-uvictHwvAg .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uvictHwvAg .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvictHwvAg .text-wrapper {
    text-align: center;
  }
  .cid-uvictHwvAg .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uvictHwvAg .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uvictHwvAg .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uvictHwvAg .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvictHwvAg .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvictHwvAg .card-title,
.cid-uvictHwvAg .icon_block {
  color: #000000;
}
.cid-uvictHwvAg .pgk-text,
.cid-uvictHwvAg .btn_link {
  color: #000000;
}
.cid-uvictHwvAg P {
  color: #fbc301;
}
.cid-uvictHKvMh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvictHKvMh .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
.cid-uvictHKvMh .card-title {
  margin-bottom: 26px;
  color: #661ea8;
}
.cid-uvictHKvMh .pgk-text {
  margin-bottom: 30px;
}
.cid-uvictHKvMh .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uvictHKvMh .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uvictHKvMh .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uvictHKvMh .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uvictHKvMh .btn_link:hover {
  cursor: pointer;
}
.cid-uvictHKvMh .btn_link:hover a {
  color: #fbc301 !important;
}
.cid-uvictHKvMh .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uvictHKvMh .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvictHKvMh .text-wrapper {
    text-align: center;
  }
  .cid-uvictHKvMh .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uvictHKvMh .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uvictHKvMh .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uvictHKvMh .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvictHKvMh .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvictHKvMh .card-title,
.cid-uvictHKvMh .icon_block {
  color: #000000;
}
.cid-uvictHKvMh .pgk-text,
.cid-uvictHKvMh .btn_link {
  color: #000000;
}
.cid-uvictHKvMh P {
  color: #fbc301;
}
.cid-uvictHYE9n {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvictHYE9n .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
.cid-uvictHYE9n .card-title {
  margin-bottom: 26px;
  color: #661ea8;
}
.cid-uvictHYE9n .pgk-text {
  margin-bottom: 30px;
}
.cid-uvictHYE9n .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uvictHYE9n .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uvictHYE9n .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uvictHYE9n .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uvictHYE9n .btn_link:hover {
  cursor: pointer;
}
.cid-uvictHYE9n .btn_link:hover a {
  color: #fbc301 !important;
}
.cid-uvictHYE9n .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uvictHYE9n .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvictHYE9n .text-wrapper {
    text-align: center;
  }
  .cid-uvictHYE9n .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uvictHYE9n .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uvictHYE9n .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uvictHYE9n .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvictHYE9n .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvictHYE9n .card-title,
.cid-uvictHYE9n .icon_block {
  color: #000000;
}
.cid-uvictHYE9n .pgk-text,
.cid-uvictHYE9n .btn_link {
  color: #000000;
}
.cid-uvictHYE9n P {
  color: #fbc301;
}
.cid-uvictIdaZ3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvictIdaZ3 .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uvictIdaZ3 .pgk-section-title {
  color: #010d4c;
}
.cid-uvictIdaZ3 .pgk-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-uvictIdaZ3 .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-uvictIdaZ3 .card-title {
    margin-bottom: 18px;
  }
}
.cid-uvictIdaZ3 .card-title a {
  font-weight: 700;
}
.cid-uvictIdaZ3 .card-title a:hover {
  color: #fbc301 !important;
}
.cid-uvictIdaZ3 .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-uvictIdaZ3 .icon-box {
    margin-bottom: 20px;
  }
}
.cid-uvictIdaZ3 .icon-box .pgk-iconfont {
  font-size: 40px;
  color: #fbc301;
}
.cid-uvictIdaZ3 .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-uvictIdaZ3 .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-uvictIdaZ3 .icon-link-box .pgk-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-uvictIdaZ3 .icon-link-box .pgk-iconfont:hover {
  color: #51d619 !important;
  cursor: pointer !important;
}
.cid-uvictIdaZ3 .col-card {
  margin-top: 30px;
}
.cid-uvictIdaZ3 .card-wrapper {
  padding: 22px 15px 22px 22px;
  background-color: transparent;
  border-radius: 1.5rem;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-uvictIdaZ3 .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-uvictIdaZ3 .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-uvictIdaZ3 .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvictIdaZ3 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvictIwU5v {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uvictIwU5v .container-fluid {
  padding: 0 3rem;
}
.cid-uvictIwU5v .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #fbc301 50%, #661ea8 120%);
  display: inline-block;
}
.cid-uvictIwU5v .pgk-section-subtitle {
  color: #767676;
}
.cid-uvictIwU5v .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uvictIwU5v .table-wrapper {
  margin: 0 auto;
}
.cid-uvictIwU5v table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uvictIwU5v table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #fbc301;
  color: white;
  vertical-align: middle;
}
.cid-uvictIwU5v table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uvictIwU5v .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uvictIwU5v .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uvictIwU5v .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uvictIwU5v .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-uvictIwU5v .dataTables_wrapper {
  display: block;
}
.cid-uvictIwU5v .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uvictIwU5v .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uvictIwU5v .head-item:after,
.cid-uvictIwU5v .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-uvictIwU5v .dataTables_filter {
    text-align: center;
  }
  .cid-uvictIwU5v .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-uvictIwU5v .dataTables_filter {
    text-align: center;
  }
  .cid-uvictIwU5v .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-uvictIwU5v .container-fluid {
    padding: 0 1rem;
  }
  .cid-uvictIwU5v table th,
  .cid-uvictIwU5v table td {
    padding: .75rem;
  }
}
.cid-uvictIwU5v .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvictIwU5v .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvictIwU5v .dataTable-input,
.cid-uvictIwU5v .dataTable-selector {
  padding: 10px 16px;
  background: #f1f1f1;
  border-radius: 1.5rem;
  border: none;
}
.cid-uvictIYVHu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #000000;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(251, 195, 1, 0.2));
}
.cid-uvictIYVHu .pgk-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uvictIYVHu .container {
  z-index: 1;
}
.cid-uvictIYVHu .pgk-section-title {
  color: #233d63;
}
.cid-uvictIYVHu .pgk-section-subtitle {
  text-align: center;
}
.cid-uvictIYVHu .pgk-section-btn {
  margin-top: 35px;
}
.cid-uvictIYVHu .pgk-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uvictIYVHu .pgk-section-btn .btn-white:hover {
  background-color: #fbc301 !important;
  border-color: #fbc301 !important;
  color: #ffffff !important;
}
.cid-uvictIYVHu .pgk-section-title,
.cid-uvictIYVHu .pgk-section-btn {
  text-align: center;
}
.cid-uvictIYVHu .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uvictIYVHu .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uvictIYVHu .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvictIYVHu .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvictJczdy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvictJczdy .container {
  display: flex;
  justify-content: center;
  max-width: 1920px;
}
.cid-uvictJczdy .row {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.cid-uvictJczdy .col-brand {
  margin-bottom: 40px;
}
.cid-uvictJczdy .col-link {
  margin-bottom: 30px;
}
.cid-uvictJczdy .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uvictJczdy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uvictJczdy .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uvictJczdy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvictJczdy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvictJczdy .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-uvictJczdy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvictJczdy .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uvictJczdy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uvictJczdy .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvictJczdy .soc-item:hover {
  background-color: #738bae;
}
.cid-uvictJczdy .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-uvictJczdy .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-uvictJczdy .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uvictJczdy .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uvictJczdy .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-uvictJczdy .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uvictJczdy .pgk-text .text-black {
  color: #00284E !important;
}
.cid-uvictJczdy .pgk-text a {
  opacity: 0.8;
}
.cid-uvictJczdy .pgk-text a:hover {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uvictJczdy .col-copyright {
  margin-top: 44px;
}
.cid-uvictJczdy .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-uvictJczdy .copyright {
    text-align: center !important;
  }
}
.cid-uvictJczdy .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvictJczdy .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvijLIoDdX {
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.cid-uvijLIoDdX .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvijLIoDdX .container {
  max-width: 1920px;
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
.cid-uvijLIoDdX .dropdown-menu {
  padding: 0;
}
.cid-uvijLIoDdX .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uvijLIoDdX .dropdown-item {
    text-align: left !important;
  }
}
.cid-uvijLIoDdX .dropdown-item:hover {
  background-position: right !important;
}
.cid-uvijLIoDdX .dropdown-item:hover:after {
  color: #fbc301;
}
.cid-uvijLIoDdX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvijLIoDdX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvijLIoDdX .nav-link {
  position: relative;
}
.cid-uvijLIoDdX .dropdown-menu,
.cid-uvijLIoDdX .navbar.opened {
  background: #ffffff !important;
}
.cid-uvijLIoDdX .nav-item:focus,
.cid-uvijLIoDdX .nav-link:focus {
  outline: none;
}
.cid-uvijLIoDdX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvijLIoDdX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvijLIoDdX .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvijLIoDdX .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvijLIoDdX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  position: relative ;
  background: #ffffff;
}
.cid-uvijLIoDdX .navbar.opened {
  transition: all 0.3s;
}
.cid-uvijLIoDdX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvijLIoDdX .navbar .navbar-logo img {
  width: auto;
}
.cid-uvijLIoDdX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uvijLIoDdX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvijLIoDdX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvijLIoDdX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvijLIoDdX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvijLIoDdX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvijLIoDdX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvijLIoDdX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvijLIoDdX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvijLIoDdX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvijLIoDdX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvijLIoDdX .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uvijLIoDdX .navbar {
    min-height: 70px;
  }
}
.cid-uvijLIoDdX .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uvijLIoDdX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding: 10px 15px 10px 0 !important;
}
.cid-uvijLIoDdX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvijLIoDdX .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uvijLIoDdX .navbar-brand {
    min-height: 70px;
  }
}
.cid-uvijLIoDdX .dropdown-item.active,
.cid-uvijLIoDdX .dropdown-item:active {
  background-color: transparent;
}
.cid-uvijLIoDdX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvijLIoDdX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvijLIoDdX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvijLIoDdX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-top: 0.5rem;
}
.cid-uvijLIoDdX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvijLIoDdX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvijLIoDdX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvijLIoDdX button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvijLIoDdX button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uvijLIoDdX button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvijLIoDdX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uvijLIoDdX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uvijLIoDdX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvijLIoDdX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvijLIoDdX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvijLIoDdX nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvijLIoDdX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvijLIoDdX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvijLIoDdX nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvijLIoDdX .navbar-dropdown {
  padding: 0;
}
.cid-uvijLIoDdX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvijLIoDdX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvijLIoDdX .navbar {
    height: 70px;
  }
  .cid-uvijLIoDdX .navbar.opened {
    height: auto;
  }
  .cid-uvijLIoDdX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvijLIoDdX .navbar-short {
  border-bottom: 1px solid #fdc10b;
  min-height: 70px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-uvijLIoDdX .navbar-short {
    min-height: 70px;
  }
}
.cid-uvijLIoDdX .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvijLIoDdX .navbar-nav {
  display: flex !important;
  padding-bottom: 10px;
}
.cid-uvijLIoDdX .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
  font-weight: 900;
  transition: 0.3s all;
}
.cid-uvijLIoDdX .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  font-weight: inherit !important;
  justify-content: flex-start;
}
.cid-uvijLIoDdX .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uvijLIoDdX .navbar-nav .nav-item .nav-link:hover,
.cid-uvijLIoDdX .navbar-nav .nav-item .nav-link:focus,
.cid-uvijLIoDdX .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uvijLIoDdX .navbar-nav .nav-item:not(:first-child) {
  margin-top: 1.5rem !important;
}
.cid-uvijLIoDdX .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ffffff !important;
}
.cid-uvijLIoDdX .pgk-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uvijLIoDdX .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uvijLIoDdX button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
  padding: 0;
}
.cid-uvijLIoDdX button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uvijLIoDdX button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uvijLIoDdX button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-uvijLIoDdX button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uvijLIoDdX button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uvijLIoDdX button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 26px;
  transition: all 0.2s;
}
.cid-uvijLIoDdX .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
  opacity: 1 !important;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  z-index: 20;
  align-self: center;
  padding: 0;
}
.cid-uvijLIoDdX .btn-close .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uvijLIoDdX .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
}
.cid-uvijLIoDdX .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uvijLIoDdX .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uvijLIoDdX .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uvijLIoDdX .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uvijLIoDdX .offcanvas-end {
  right: 0 !important;
  transform: translateX(100%);
}
.cid-uvijLIoDdX .offcanvas.show {
  transform: translateX(0);
}
.cid-uvijLIoDdX .offcanvas {
  width: 36%;
  padding: 10px;
  border-left: none !important;
  background-color: transparent !important;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uvijLIoDdX .offcanvas {
    width: 512px;
  }
}
@media (max-width: 767px) {
  .cid-uvijLIoDdX .offcanvas {
    width: 100%;
  }
}
.cid-uvijLIoDdX .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvijLIoDdX .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 3rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
  border: 0.3px solid #fdc10b;
  width: 100%;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(252, 193, 4, 0.1);
  overflow: auto;
}
.cid-uvijLIoDdX .offcanvas-body .offcanvas_head {
  width: 100%;
  padding-bottom: 20px;
}
.cid-uvijLIoDdX .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvijLIoDdX .modal-backdrop.show {
  opacity: 0 !important;
}
.cid-uvijLIoDdX .offcanvas_link {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.cid-uvijLIoDdX .offcanvas_foot {
  width: 100%;
  margin-top: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-top: 10px;
}
.cid-uvijLIoDdX .offcanvas_btn {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.cid-uvijLIoDdX .offcanvas_btn .pgk-section-btn {
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uvijLIoDdX .offcanvas_btn .pgk-section-btn .btn {
    width: auto !important;
  }
}
.cid-uvijLIoDdX .second-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-uvijLIoDdX .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-uvijLIoDdX .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-uvijLIoDdX .list li:hover {
  color: #fbc301 !important;
}
.cid-uvijLIoDdX .list a {
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  transition: 0.3s all;
}
.cid-uvijLIoDdX .list a:hover {
  color: #fbc301 !important;
  line-height: inherit !important;
}
.cid-uvijLIoDdX .second-list {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #2c2c2c;
}
@media (max-width: 991px) {
  .cid-uvijLIoDdX .second-list {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uvijLIoDdX .second-list li {
  line-height: 1.5;
  opacity: 0.8;
}
.cid-uvijLIoDdX .second-list li:hover {
  opacity: 1;
}
.cid-uvijLIoDdX .footer-text {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #2c2c2c;
  margin-bottom: 0;
  opacity: 0.8;
  align-self: end;
  text-align: right;
}
.cid-uvijLIoDdX .dropdown-item:hover {
  color: #fbc301 !important;
}
.cid-uvijLIK8tA {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/562fwa5e61165fawe65.jpeg");
}
.cid-uvijLIK8tA .pgk-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-uvijLIK8tA .pgk-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-uvijLIK8tA .pgk-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uvijLIK8tA .pgk-text {
  color: #ffffff;
  width: 100;
}
.cid-uvijLIK8tA .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #661ea8;
  margin-left: 0.6rem;
}
.cid-uvijLIK8tA .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uvijLIK8tA .pgk-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-uvijLIK8tA .separator,
  .cid-uvijLIK8tA .sep-holder,
  .cid-uvijLIK8tA .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uvijLIK8tA .buttons-wrap {
    flex-direction: column;
  }
}
.cid-uvijLIK8tA .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-uvijLIK8tA .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uvijLIK8tA .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uvijLIK8tA .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-uvijLIK8tA .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uvijLIK8tA .items .list-item:last-child .listico {
  display: none;
}
.cid-uvijLIK8tA .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvijLIK8tA .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvirNmk80q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvirNmk80q .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvirNmk80q .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvirNmk80q .pgk-section-title {
  color: #181817;
  margin-bottom: 2.5rem;
}
.cid-uvirNmk80q .pgk-section-subtitle {
  color: #181817;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .cid-uvirNmk80q .pgk-section-subtitle.display-1 {
    font-size: 14rem !important;
  }
}
.cid-uvirNmk80q .pgk-text {
  color: #181817;
  margin-bottom: 0;
  text-align: left;
}
.cid-uvijLJcP8b {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvijLJcP8b .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
.cid-uvijLJcP8b .card-title {
  margin-bottom: 26px;
  color: #661ea8;
}
.cid-uvijLJcP8b .pgk-text {
  margin-bottom: 30px;
}
.cid-uvijLJcP8b .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uvijLJcP8b .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uvijLJcP8b .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uvijLJcP8b .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uvijLJcP8b .btn_link:hover {
  cursor: pointer;
}
.cid-uvijLJcP8b .btn_link:hover a {
  color: #fbc301 !important;
}
.cid-uvijLJcP8b .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uvijLJcP8b .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvijLJcP8b .text-wrapper {
    text-align: center;
  }
  .cid-uvijLJcP8b .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uvijLJcP8b .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uvijLJcP8b .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uvijLJcP8b .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvijLJcP8b .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvijLJcP8b .card-title,
.cid-uvijLJcP8b .icon_block {
  color: #000000;
}
.cid-uvijLJcP8b .pgk-text,
.cid-uvijLJcP8b .btn_link {
  color: #000000;
}
.cid-uvijLJcP8b P {
  color: #fbc301;
}
.cid-uvijLJwUre {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvijLJwUre .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
.cid-uvijLJwUre .card-title {
  margin-bottom: 26px;
  color: #661ea8;
}
.cid-uvijLJwUre .pgk-text {
  margin-bottom: 30px;
}
.cid-uvijLJwUre .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uvijLJwUre .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uvijLJwUre .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uvijLJwUre .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uvijLJwUre .btn_link:hover {
  cursor: pointer;
}
.cid-uvijLJwUre .btn_link:hover a {
  color: #fbc301 !important;
}
.cid-uvijLJwUre .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uvijLJwUre .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvijLJwUre .text-wrapper {
    text-align: center;
  }
  .cid-uvijLJwUre .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uvijLJwUre .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uvijLJwUre .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uvijLJwUre .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvijLJwUre .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvijLJwUre .card-title,
.cid-uvijLJwUre .icon_block {
  color: #000000;
}
.cid-uvijLJwUre .pgk-text,
.cid-uvijLJwUre .btn_link {
  color: #000000;
}
.cid-uvijLJwUre P {
  color: #fbc301;
}
.cid-uvijLKe5SK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvijLKe5SK .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
.cid-uvijLKe5SK .card-title {
  margin-bottom: 26px;
  color: #661ea8;
}
.cid-uvijLKe5SK .pgk-text {
  margin-bottom: 30px;
}
.cid-uvijLKe5SK .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uvijLKe5SK .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uvijLKe5SK .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uvijLKe5SK .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uvijLKe5SK .btn_link:hover {
  cursor: pointer;
}
.cid-uvijLKe5SK .btn_link:hover a {
  color: #fbc301 !important;
}
.cid-uvijLKe5SK .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uvijLKe5SK .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvijLKe5SK .text-wrapper {
    text-align: center;
  }
  .cid-uvijLKe5SK .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uvijLKe5SK .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uvijLKe5SK .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uvijLKe5SK .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvijLKe5SK .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvijLKe5SK .card-title,
.cid-uvijLKe5SK .icon_block {
  color: #000000;
}
.cid-uvijLKe5SK .pgk-text,
.cid-uvijLKe5SK .btn_link {
  color: #000000;
}
.cid-uvijLKe5SK P {
  color: #fbc301;
}
.cid-uvijLKs2t0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvijLKs2t0 .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
.cid-uvijLKs2t0 .card-title {
  margin-bottom: 26px;
  color: #661ea8;
}
.cid-uvijLKs2t0 .pgk-text {
  margin-bottom: 30px;
}
.cid-uvijLKs2t0 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uvijLKs2t0 .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uvijLKs2t0 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uvijLKs2t0 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uvijLKs2t0 .btn_link:hover {
  cursor: pointer;
}
.cid-uvijLKs2t0 .btn_link:hover a {
  color: #fbc301 !important;
}
.cid-uvijLKs2t0 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uvijLKs2t0 .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvijLKs2t0 .text-wrapper {
    text-align: center;
  }
  .cid-uvijLKs2t0 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uvijLKs2t0 .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uvijLKs2t0 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uvijLKs2t0 .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvijLKs2t0 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvijLKs2t0 .card-title,
.cid-uvijLKs2t0 .icon_block {
  color: #000000;
}
.cid-uvijLKs2t0 .pgk-text,
.cid-uvijLKs2t0 .btn_link {
  color: #000000;
}
.cid-uvijLKs2t0 P {
  color: #fbc301;
}
.cid-uvijLL2t5D {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uvijLL2t5D .container-fluid {
  padding: 0 3rem;
}
.cid-uvijLL2t5D .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #fbc301 50%, #661ea8 120%);
  display: inline-block;
}
.cid-uvijLL2t5D .pgk-section-subtitle {
  color: #767676;
}
.cid-uvijLL2t5D .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uvijLL2t5D .table-wrapper {
  margin: 0 auto;
}
.cid-uvijLL2t5D table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uvijLL2t5D table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #fbc301;
  color: white;
  vertical-align: middle;
}
.cid-uvijLL2t5D table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uvijLL2t5D .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uvijLL2t5D .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uvijLL2t5D .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uvijLL2t5D .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-uvijLL2t5D .dataTables_wrapper {
  display: block;
}
.cid-uvijLL2t5D .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uvijLL2t5D .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uvijLL2t5D .head-item:after,
.cid-uvijLL2t5D .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-uvijLL2t5D .dataTables_filter {
    text-align: center;
  }
  .cid-uvijLL2t5D .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-uvijLL2t5D .dataTables_filter {
    text-align: center;
  }
  .cid-uvijLL2t5D .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-uvijLL2t5D .container-fluid {
    padding: 0 1rem;
  }
  .cid-uvijLL2t5D table th,
  .cid-uvijLL2t5D table td {
    padding: .75rem;
  }
}
.cid-uvijLL2t5D .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvijLL2t5D .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvijLL2t5D .dataTable-input,
.cid-uvijLL2t5D .dataTable-selector {
  padding: 10px 16px;
  background: #f1f1f1;
  border-radius: 1.5rem;
  border: none;
}
.cid-uvijLLuFIM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #000000;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(251, 195, 1, 0.2));
}
.cid-uvijLLuFIM .pgk-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uvijLLuFIM .container {
  z-index: 1;
}
.cid-uvijLLuFIM .pgk-section-title {
  color: #233d63;
}
.cid-uvijLLuFIM .pgk-section-subtitle {
  text-align: center;
}
.cid-uvijLLuFIM .pgk-section-btn {
  margin-top: 35px;
}
.cid-uvijLLuFIM .pgk-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uvijLLuFIM .pgk-section-btn .btn-white:hover {
  background-color: #fbc301 !important;
  border-color: #fbc301 !important;
  color: #ffffff !important;
}
.cid-uvijLLuFIM .pgk-section-title,
.cid-uvijLLuFIM .pgk-section-btn {
  text-align: center;
}
.cid-uvijLLuFIM .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uvijLLuFIM .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uvijLLuFIM .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvijLLuFIM .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvijLLMJHA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvijLLMJHA .container {
  display: flex;
  justify-content: center;
  max-width: 1920px;
}
.cid-uvijLLMJHA .row {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.cid-uvijLLMJHA .col-brand {
  margin-bottom: 40px;
}
.cid-uvijLLMJHA .col-link {
  margin-bottom: 30px;
}
.cid-uvijLLMJHA .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uvijLLMJHA .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uvijLLMJHA .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uvijLLMJHA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvijLLMJHA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvijLLMJHA .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-uvijLLMJHA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvijLLMJHA .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uvijLLMJHA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uvijLLMJHA .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvijLLMJHA .soc-item:hover {
  background-color: #738bae;
}
.cid-uvijLLMJHA .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-uvijLLMJHA .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-uvijLLMJHA .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uvijLLMJHA .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uvijLLMJHA .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-uvijLLMJHA .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uvijLLMJHA .pgk-text .text-black {
  color: #00284E !important;
}
.cid-uvijLLMJHA .pgk-text a {
  opacity: 0.8;
}
.cid-uvijLLMJHA .pgk-text a:hover {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uvijLLMJHA .col-copyright {
  margin-top: 44px;
}
.cid-uvijLLMJHA .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-uvijLLMJHA .copyright {
    text-align: center !important;
  }
}
.cid-uvijLLMJHA .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvijLLMJHA .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uviyc2aRL6 {
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.cid-uviyc2aRL6 .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uviyc2aRL6 .container {
  max-width: 1920px;
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
.cid-uviyc2aRL6 .dropdown-menu {
  padding: 0;
}
.cid-uviyc2aRL6 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uviyc2aRL6 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uviyc2aRL6 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uviyc2aRL6 .dropdown-item:hover:after {
  color: #fbc301;
}
.cid-uviyc2aRL6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uviyc2aRL6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uviyc2aRL6 .nav-link {
  position: relative;
}
.cid-uviyc2aRL6 .dropdown-menu,
.cid-uviyc2aRL6 .navbar.opened {
  background: #ffffff !important;
}
.cid-uviyc2aRL6 .nav-item:focus,
.cid-uviyc2aRL6 .nav-link:focus {
  outline: none;
}
.cid-uviyc2aRL6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uviyc2aRL6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uviyc2aRL6 .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uviyc2aRL6 .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uviyc2aRL6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  position: relative ;
  background: #ffffff;
}
.cid-uviyc2aRL6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uviyc2aRL6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uviyc2aRL6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uviyc2aRL6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uviyc2aRL6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uviyc2aRL6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uviyc2aRL6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uviyc2aRL6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uviyc2aRL6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uviyc2aRL6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uviyc2aRL6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uviyc2aRL6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uviyc2aRL6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uviyc2aRL6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uviyc2aRL6 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uviyc2aRL6 .navbar {
    min-height: 70px;
  }
}
.cid-uviyc2aRL6 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uviyc2aRL6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding: 10px 15px 10px 0 !important;
}
.cid-uviyc2aRL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uviyc2aRL6 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uviyc2aRL6 .navbar-brand {
    min-height: 70px;
  }
}
.cid-uviyc2aRL6 .dropdown-item.active,
.cid-uviyc2aRL6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uviyc2aRL6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uviyc2aRL6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uviyc2aRL6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uviyc2aRL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-top: 0.5rem;
}
.cid-uviyc2aRL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uviyc2aRL6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uviyc2aRL6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uviyc2aRL6 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uviyc2aRL6 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uviyc2aRL6 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uviyc2aRL6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uviyc2aRL6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uviyc2aRL6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uviyc2aRL6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uviyc2aRL6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uviyc2aRL6 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uviyc2aRL6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uviyc2aRL6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uviyc2aRL6 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uviyc2aRL6 .navbar-dropdown {
  padding: 0;
}
.cid-uviyc2aRL6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uviyc2aRL6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uviyc2aRL6 .navbar {
    height: 70px;
  }
  .cid-uviyc2aRL6 .navbar.opened {
    height: auto;
  }
  .cid-uviyc2aRL6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uviyc2aRL6 .navbar-short {
  border-bottom: 1px solid #fdc10b;
  min-height: 70px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-uviyc2aRL6 .navbar-short {
    min-height: 70px;
  }
}
.cid-uviyc2aRL6 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uviyc2aRL6 .navbar-nav {
  display: flex !important;
  padding-bottom: 10px;
}
.cid-uviyc2aRL6 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
  font-weight: 900;
  transition: 0.3s all;
}
.cid-uviyc2aRL6 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  font-weight: inherit !important;
  justify-content: flex-start;
}
.cid-uviyc2aRL6 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uviyc2aRL6 .navbar-nav .nav-item .nav-link:hover,
.cid-uviyc2aRL6 .navbar-nav .nav-item .nav-link:focus,
.cid-uviyc2aRL6 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uviyc2aRL6 .navbar-nav .nav-item:not(:first-child) {
  margin-top: 1.5rem !important;
}
.cid-uviyc2aRL6 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ffffff !important;
}
.cid-uviyc2aRL6 .pgk-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uviyc2aRL6 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uviyc2aRL6 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
  padding: 0;
}
.cid-uviyc2aRL6 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uviyc2aRL6 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uviyc2aRL6 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-uviyc2aRL6 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uviyc2aRL6 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uviyc2aRL6 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 26px;
  transition: all 0.2s;
}
.cid-uviyc2aRL6 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
  opacity: 1 !important;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  z-index: 20;
  align-self: center;
  padding: 0;
}
.cid-uviyc2aRL6 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uviyc2aRL6 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
}
.cid-uviyc2aRL6 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uviyc2aRL6 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uviyc2aRL6 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uviyc2aRL6 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uviyc2aRL6 .offcanvas-end {
  right: 0 !important;
  transform: translateX(100%);
}
.cid-uviyc2aRL6 .offcanvas.show {
  transform: translateX(0);
}
.cid-uviyc2aRL6 .offcanvas {
  width: 36%;
  padding: 10px;
  border-left: none !important;
  background-color: transparent !important;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uviyc2aRL6 .offcanvas {
    width: 512px;
  }
}
@media (max-width: 767px) {
  .cid-uviyc2aRL6 .offcanvas {
    width: 100%;
  }
}
.cid-uviyc2aRL6 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uviyc2aRL6 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 3rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
  border: 0.3px solid #fdc10b;
  width: 100%;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(252, 193, 4, 0.1);
  overflow: auto;
}
.cid-uviyc2aRL6 .offcanvas-body .offcanvas_head {
  width: 100%;
  padding-bottom: 20px;
}
.cid-uviyc2aRL6 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uviyc2aRL6 .modal-backdrop.show {
  opacity: 0 !important;
}
.cid-uviyc2aRL6 .offcanvas_link {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.cid-uviyc2aRL6 .offcanvas_foot {
  width: 100%;
  margin-top: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-top: 10px;
}
.cid-uviyc2aRL6 .offcanvas_btn {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.cid-uviyc2aRL6 .offcanvas_btn .pgk-section-btn {
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uviyc2aRL6 .offcanvas_btn .pgk-section-btn .btn {
    width: auto !important;
  }
}
.cid-uviyc2aRL6 .second-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-uviyc2aRL6 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-uviyc2aRL6 .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-uviyc2aRL6 .list li:hover {
  color: #fbc301 !important;
}
.cid-uviyc2aRL6 .list a {
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  transition: 0.3s all;
}
.cid-uviyc2aRL6 .list a:hover {
  color: #fbc301 !important;
  line-height: inherit !important;
}
.cid-uviyc2aRL6 .second-list {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #2c2c2c;
}
@media (max-width: 991px) {
  .cid-uviyc2aRL6 .second-list {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uviyc2aRL6 .second-list li {
  line-height: 1.5;
  opacity: 0.8;
}
.cid-uviyc2aRL6 .second-list li:hover {
  opacity: 1;
}
.cid-uviyc2aRL6 .footer-text {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #2c2c2c;
  margin-bottom: 0;
  opacity: 0.8;
  align-self: end;
  text-align: right;
}
.cid-uviyc2aRL6 .dropdown-item:hover {
  color: #fbc301 !important;
}
.cid-uviyc2wS6i {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/156sf1a65we.jpeg");
}
.cid-uviyc2wS6i .pgk-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-uviyc2wS6i .pgk-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-uviyc2wS6i .pgk-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-uviyc2wS6i .pgk-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uviyc2wS6i .pgk-text {
  color: #ffffff;
  width: 100;
}
.cid-uviyc2wS6i .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #661ea8;
  margin-left: 0.6rem;
}
.cid-uviyc2wS6i .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uviyc2wS6i .pgk-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-uviyc2wS6i .separator,
  .cid-uviyc2wS6i .sep-holder,
  .cid-uviyc2wS6i .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uviyc2wS6i .buttons-wrap {
    flex-direction: column;
  }
}
.cid-uviyc2wS6i .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-uviyc2wS6i .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uviyc2wS6i .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uviyc2wS6i .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-uviyc2wS6i .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uviyc2wS6i .items .list-item:last-child .listico {
  display: none;
}
.cid-uviyc2wS6i .pgk-fallback-image.disabled {
  display: none;
}
.cid-uviyc2wS6i .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uviyc2XxNy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uviyc2XxNy .pgk-fallback-image.disabled {
  display: none;
}
.cid-uviyc2XxNy .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uviyc2XxNy .pgk-section-title {
  color: #181817;
  margin-bottom: 2.5rem;
}
.cid-uviyc2XxNy .pgk-section-subtitle {
  color: #181817;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .cid-uviyc2XxNy .pgk-section-subtitle.display-1 {
    font-size: 14rem !important;
  }
}
.cid-uviyc2XxNy .pgk-text {
  color: #181817;
  margin-bottom: 0;
  text-align: left;
}
.cid-uviyc3hlyC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uviyc3hlyC .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
.cid-uviyc3hlyC .card-title {
  margin-bottom: 26px;
  color: #661ea8;
}
.cid-uviyc3hlyC .pgk-text {
  margin-bottom: 30px;
}
.cid-uviyc3hlyC .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uviyc3hlyC .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uviyc3hlyC .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uviyc3hlyC .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uviyc3hlyC .btn_link:hover {
  cursor: pointer;
}
.cid-uviyc3hlyC .btn_link:hover a {
  color: #fbc301 !important;
}
.cid-uviyc3hlyC .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uviyc3hlyC .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uviyc3hlyC .text-wrapper {
    text-align: center;
  }
  .cid-uviyc3hlyC .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uviyc3hlyC .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uviyc3hlyC .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uviyc3hlyC .pgk-fallback-image.disabled {
  display: none;
}
.cid-uviyc3hlyC .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uviyc3hlyC .card-title,
.cid-uviyc3hlyC .icon_block {
  color: #000000;
}
.cid-uviyc3hlyC .pgk-text,
.cid-uviyc3hlyC .btn_link {
  color: #000000;
}
.cid-uviyc3hlyC P {
  color: #fbc301;
}
.cid-uviyc3EySw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uviyc3EySw .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
.cid-uviyc3EySw .card-title {
  margin-bottom: 26px;
  color: #661ea8;
}
.cid-uviyc3EySw .pgk-text {
  margin-bottom: 30px;
}
.cid-uviyc3EySw .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uviyc3EySw .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uviyc3EySw .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uviyc3EySw .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uviyc3EySw .btn_link:hover {
  cursor: pointer;
}
.cid-uviyc3EySw .btn_link:hover a {
  color: #fbc301 !important;
}
.cid-uviyc3EySw .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uviyc3EySw .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uviyc3EySw .text-wrapper {
    text-align: center;
  }
  .cid-uviyc3EySw .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uviyc3EySw .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uviyc3EySw .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uviyc3EySw .pgk-fallback-image.disabled {
  display: none;
}
.cid-uviyc3EySw .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uviyc3EySw .card-title,
.cid-uviyc3EySw .icon_block {
  color: #000000;
}
.cid-uviyc3EySw .pgk-text,
.cid-uviyc3EySw .btn_link {
  color: #000000;
}
.cid-uviyc3EySw P {
  color: #fbc301;
}
.cid-uviyc40w90 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uviyc40w90 .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
.cid-uviyc40w90 .card-title {
  margin-bottom: 26px;
  color: #661ea8;
}
.cid-uviyc40w90 .pgk-text {
  margin-bottom: 30px;
}
.cid-uviyc40w90 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uviyc40w90 .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uviyc40w90 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uviyc40w90 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uviyc40w90 .btn_link:hover {
  cursor: pointer;
}
.cid-uviyc40w90 .btn_link:hover a {
  color: #fbc301 !important;
}
.cid-uviyc40w90 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uviyc40w90 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uviyc40w90 .text-wrapper {
    text-align: center;
  }
  .cid-uviyc40w90 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uviyc40w90 .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uviyc40w90 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uviyc40w90 .pgk-fallback-image.disabled {
  display: none;
}
.cid-uviyc40w90 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uviyc40w90 .card-title,
.cid-uviyc40w90 .icon_block {
  color: #000000;
}
.cid-uviyc40w90 .pgk-text,
.cid-uviyc40w90 .btn_link {
  color: #000000;
}
.cid-uviyc40w90 P {
  color: #fbc301;
}
.cid-uviyc4xXGM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uviyc4xXGM .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
.cid-uviyc4xXGM .card-title {
  margin-bottom: 26px;
  color: #661ea8;
}
.cid-uviyc4xXGM .pgk-text {
  margin-bottom: 30px;
}
.cid-uviyc4xXGM .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uviyc4xXGM .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uviyc4xXGM .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uviyc4xXGM .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uviyc4xXGM .btn_link:hover {
  cursor: pointer;
}
.cid-uviyc4xXGM .btn_link:hover a {
  color: #fbc301 !important;
}
.cid-uviyc4xXGM .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uviyc4xXGM .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uviyc4xXGM .text-wrapper {
    text-align: center;
  }
  .cid-uviyc4xXGM .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uviyc4xXGM .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uviyc4xXGM .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uviyc4xXGM .pgk-fallback-image.disabled {
  display: none;
}
.cid-uviyc4xXGM .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uviyc4xXGM .card-title,
.cid-uviyc4xXGM .icon_block {
  color: #000000;
}
.cid-uviyc4xXGM .pgk-text,
.cid-uviyc4xXGM .btn_link {
  color: #000000;
}
.cid-uviyc4xXGM P {
  color: #fbc301;
}
.cid-uvizbBCtia {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvizbBCtia .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
.cid-uvizbBCtia .card-title {
  margin-bottom: 26px;
  color: #661ea8;
}
.cid-uvizbBCtia .pgk-text {
  margin-bottom: 30px;
}
.cid-uvizbBCtia .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uvizbBCtia .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uvizbBCtia .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uvizbBCtia .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uvizbBCtia .btn_link:hover {
  cursor: pointer;
}
.cid-uvizbBCtia .btn_link:hover a {
  color: #fbc301 !important;
}
.cid-uvizbBCtia .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uvizbBCtia .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvizbBCtia .text-wrapper {
    text-align: center;
  }
  .cid-uvizbBCtia .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uvizbBCtia .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uvizbBCtia .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uvizbBCtia .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvizbBCtia .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvizbBCtia .card-title,
.cid-uvizbBCtia .icon_block {
  color: #000000;
}
.cid-uvizbBCtia .pgk-text,
.cid-uvizbBCtia .btn_link {
  color: #000000;
}
.cid-uvizbBCtia P {
  color: #fbc301;
}
.cid-uvizhEzX4k {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvizhEzX4k .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
.cid-uvizhEzX4k .card-title {
  margin-bottom: 26px;
  color: #661ea8;
}
.cid-uvizhEzX4k .pgk-text {
  margin-bottom: 30px;
}
.cid-uvizhEzX4k .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uvizhEzX4k .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uvizhEzX4k .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uvizhEzX4k .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uvizhEzX4k .btn_link:hover {
  cursor: pointer;
}
.cid-uvizhEzX4k .btn_link:hover a {
  color: #fbc301 !important;
}
.cid-uvizhEzX4k .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uvizhEzX4k .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvizhEzX4k .text-wrapper {
    text-align: center;
  }
  .cid-uvizhEzX4k .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uvizhEzX4k .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uvizhEzX4k .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uvizhEzX4k .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvizhEzX4k .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvizhEzX4k .card-title,
.cid-uvizhEzX4k .icon_block {
  color: #000000;
}
.cid-uvizhEzX4k .pgk-text,
.cid-uvizhEzX4k .btn_link {
  color: #000000;
}
.cid-uvizhEzX4k P {
  color: #fbc301;
}
.cid-uviyc5OvJy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #000000;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(251, 195, 1, 0.2));
}
.cid-uviyc5OvJy .pgk-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uviyc5OvJy .container {
  z-index: 1;
}
.cid-uviyc5OvJy .pgk-section-title {
  color: #233d63;
}
.cid-uviyc5OvJy .pgk-section-subtitle {
  text-align: center;
}
.cid-uviyc5OvJy .pgk-section-btn {
  margin-top: 35px;
}
.cid-uviyc5OvJy .pgk-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uviyc5OvJy .pgk-section-btn .btn-white:hover {
  background-color: #fbc301 !important;
  border-color: #fbc301 !important;
  color: #ffffff !important;
}
.cid-uviyc5OvJy .pgk-section-title,
.cid-uviyc5OvJy .pgk-section-btn {
  text-align: center;
}
.cid-uviyc5OvJy .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uviyc5OvJy .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uviyc5OvJy .pgk-fallback-image.disabled {
  display: none;
}
.cid-uviyc5OvJy .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uviyc67a4s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uviyc67a4s .container {
  display: flex;
  justify-content: center;
  max-width: 1920px;
}
.cid-uviyc67a4s .row {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.cid-uviyc67a4s .col-brand {
  margin-bottom: 40px;
}
.cid-uviyc67a4s .col-link {
  margin-bottom: 30px;
}
.cid-uviyc67a4s .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uviyc67a4s .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uviyc67a4s .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uviyc67a4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uviyc67a4s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uviyc67a4s .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-uviyc67a4s .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uviyc67a4s .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uviyc67a4s .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uviyc67a4s .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uviyc67a4s .soc-item:hover {
  background-color: #738bae;
}
.cid-uviyc67a4s .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-uviyc67a4s .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-uviyc67a4s .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uviyc67a4s .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uviyc67a4s .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-uviyc67a4s .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uviyc67a4s .pgk-text .text-black {
  color: #00284E !important;
}
.cid-uviyc67a4s .pgk-text a {
  opacity: 0.8;
}
.cid-uviyc67a4s .pgk-text a:hover {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uviyc67a4s .col-copyright {
  margin-top: 44px;
}
.cid-uviyc67a4s .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-uviyc67a4s .copyright {
    text-align: center !important;
  }
}
.cid-uviyc67a4s .pgk-fallback-image.disabled {
  display: none;
}
.cid-uviyc67a4s .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uviORUsosd {
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.cid-uviORUsosd .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uviORUsosd .container {
  max-width: 1920px;
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
.cid-uviORUsosd .dropdown-menu {
  padding: 0;
}
.cid-uviORUsosd .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uviORUsosd .dropdown-item {
    text-align: left !important;
  }
}
.cid-uviORUsosd .dropdown-item:hover {
  background-position: right !important;
}
.cid-uviORUsosd .dropdown-item:hover:after {
  color: #fbc301;
}
.cid-uviORUsosd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uviORUsosd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uviORUsosd .nav-link {
  position: relative;
}
.cid-uviORUsosd .dropdown-menu,
.cid-uviORUsosd .navbar.opened {
  background: #ffffff !important;
}
.cid-uviORUsosd .nav-item:focus,
.cid-uviORUsosd .nav-link:focus {
  outline: none;
}
.cid-uviORUsosd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uviORUsosd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uviORUsosd .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uviORUsosd .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uviORUsosd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  position: relative ;
  background: #ffffff;
}
.cid-uviORUsosd .navbar.opened {
  transition: all 0.3s;
}
.cid-uviORUsosd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uviORUsosd .navbar .navbar-logo img {
  width: auto;
}
.cid-uviORUsosd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uviORUsosd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uviORUsosd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uviORUsosd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uviORUsosd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uviORUsosd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uviORUsosd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uviORUsosd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uviORUsosd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uviORUsosd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uviORUsosd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uviORUsosd .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uviORUsosd .navbar {
    min-height: 70px;
  }
}
.cid-uviORUsosd .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uviORUsosd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding: 10px 15px 10px 0 !important;
}
.cid-uviORUsosd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uviORUsosd .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uviORUsosd .navbar-brand {
    min-height: 70px;
  }
}
.cid-uviORUsosd .dropdown-item.active,
.cid-uviORUsosd .dropdown-item:active {
  background-color: transparent;
}
.cid-uviORUsosd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uviORUsosd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uviORUsosd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uviORUsosd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-top: 0.5rem;
}
.cid-uviORUsosd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uviORUsosd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uviORUsosd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uviORUsosd button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uviORUsosd button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uviORUsosd button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uviORUsosd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uviORUsosd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uviORUsosd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uviORUsosd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uviORUsosd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uviORUsosd nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uviORUsosd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uviORUsosd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uviORUsosd nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uviORUsosd .navbar-dropdown {
  padding: 0;
}
.cid-uviORUsosd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uviORUsosd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uviORUsosd .navbar {
    height: 70px;
  }
  .cid-uviORUsosd .navbar.opened {
    height: auto;
  }
  .cid-uviORUsosd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uviORUsosd .navbar-short {
  border-bottom: 1px solid #fdc10b;
  min-height: 70px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-uviORUsosd .navbar-short {
    min-height: 70px;
  }
}
.cid-uviORUsosd .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uviORUsosd .navbar-nav {
  display: flex !important;
  padding-bottom: 10px;
}
.cid-uviORUsosd .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
  font-weight: 900;
  transition: 0.3s all;
}
.cid-uviORUsosd .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  font-weight: inherit !important;
  justify-content: flex-start;
}
.cid-uviORUsosd .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uviORUsosd .navbar-nav .nav-item .nav-link:hover,
.cid-uviORUsosd .navbar-nav .nav-item .nav-link:focus,
.cid-uviORUsosd .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uviORUsosd .navbar-nav .nav-item:not(:first-child) {
  margin-top: 1.5rem !important;
}
.cid-uviORUsosd .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ffffff !important;
}
.cid-uviORUsosd .pgk-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uviORUsosd .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uviORUsosd button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
  padding: 0;
}
.cid-uviORUsosd button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uviORUsosd button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uviORUsosd button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-uviORUsosd button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uviORUsosd button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uviORUsosd button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 26px;
  transition: all 0.2s;
}
.cid-uviORUsosd .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
  opacity: 1 !important;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  z-index: 20;
  align-self: center;
  padding: 0;
}
.cid-uviORUsosd .btn-close .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uviORUsosd .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
}
.cid-uviORUsosd .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uviORUsosd .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uviORUsosd .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uviORUsosd .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uviORUsosd .offcanvas-end {
  right: 0 !important;
  transform: translateX(100%);
}
.cid-uviORUsosd .offcanvas.show {
  transform: translateX(0);
}
.cid-uviORUsosd .offcanvas {
  width: 36%;
  padding: 10px;
  border-left: none !important;
  background-color: transparent !important;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uviORUsosd .offcanvas {
    width: 512px;
  }
}
@media (max-width: 767px) {
  .cid-uviORUsosd .offcanvas {
    width: 100%;
  }
}
.cid-uviORUsosd .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uviORUsosd .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 3rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
  border: 0.3px solid #fdc10b;
  width: 100%;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(252, 193, 4, 0.1);
  overflow: auto;
}
.cid-uviORUsosd .offcanvas-body .offcanvas_head {
  width: 100%;
  padding-bottom: 20px;
}
.cid-uviORUsosd .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uviORUsosd .modal-backdrop.show {
  opacity: 0 !important;
}
.cid-uviORUsosd .offcanvas_link {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.cid-uviORUsosd .offcanvas_foot {
  width: 100%;
  margin-top: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-top: 10px;
}
.cid-uviORUsosd .offcanvas_btn {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.cid-uviORUsosd .offcanvas_btn .pgk-section-btn {
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uviORUsosd .offcanvas_btn .pgk-section-btn .btn {
    width: auto !important;
  }
}
.cid-uviORUsosd .second-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-uviORUsosd .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-uviORUsosd .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-uviORUsosd .list li:hover {
  color: #fbc301 !important;
}
.cid-uviORUsosd .list a {
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  transition: 0.3s all;
}
.cid-uviORUsosd .list a:hover {
  color: #fbc301 !important;
  line-height: inherit !important;
}
.cid-uviORUsosd .second-list {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #2c2c2c;
}
@media (max-width: 991px) {
  .cid-uviORUsosd .second-list {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uviORUsosd .second-list li {
  line-height: 1.5;
  opacity: 0.8;
}
.cid-uviORUsosd .second-list li:hover {
  opacity: 1;
}
.cid-uviORUsosd .footer-text {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #2c2c2c;
  margin-bottom: 0;
  opacity: 0.8;
  align-self: end;
  text-align: right;
}
.cid-uviORUsosd .dropdown-item:hover {
  color: #fbc301 !important;
}
.cid-uviORUHQ1C {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/lecture-3986809.jpg");
}
.cid-uviORUHQ1C .pgk-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-uviORUHQ1C .pgk-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-uviORUHQ1C .pgk-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-uviORUHQ1C .pgk-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uviORUHQ1C .pgk-text {
  color: #ffffff;
  width: 100;
}
.cid-uviORUHQ1C .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #661ea8;
  margin-left: 0.6rem;
}
.cid-uviORUHQ1C .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uviORUHQ1C .pgk-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-uviORUHQ1C .separator,
  .cid-uviORUHQ1C .sep-holder,
  .cid-uviORUHQ1C .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uviORUHQ1C .buttons-wrap {
    flex-direction: column;
  }
}
.cid-uviORUHQ1C .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-uviORUHQ1C .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uviORUHQ1C .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uviORUHQ1C .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-uviORUHQ1C .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uviORUHQ1C .items .list-item:last-child .listico {
  display: none;
}
.cid-uviORUHQ1C .pgk-fallback-image.disabled {
  display: none;
}
.cid-uviORUHQ1C .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uviORV20gb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uviORV20gb .pgk-fallback-image.disabled {
  display: none;
}
.cid-uviORV20gb .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uviORV20gb .pgk-section-title {
  color: #181817;
  margin-bottom: 2.5rem;
}
.cid-uviORV20gb .pgk-section-subtitle {
  color: #181817;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .cid-uviORV20gb .pgk-section-subtitle.display-1 {
    font-size: 14rem !important;
  }
}
.cid-uviORV20gb .pgk-text {
  color: #181817;
  margin-bottom: 0;
  text-align: left;
}
.cid-uviORVkkfc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uviORVkkfc .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
.cid-uviORVkkfc .card-title {
  margin-bottom: 26px;
  color: #661ea8;
}
.cid-uviORVkkfc .pgk-text {
  margin-bottom: 30px;
}
.cid-uviORVkkfc .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uviORVkkfc .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uviORVkkfc .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uviORVkkfc .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uviORVkkfc .btn_link:hover {
  cursor: pointer;
}
.cid-uviORVkkfc .btn_link:hover a {
  color: #fbc301 !important;
}
.cid-uviORVkkfc .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uviORVkkfc .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uviORVkkfc .text-wrapper {
    text-align: center;
  }
  .cid-uviORVkkfc .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uviORVkkfc .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uviORVkkfc .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uviORVkkfc .pgk-fallback-image.disabled {
  display: none;
}
.cid-uviORVkkfc .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uviORVkkfc .card-title,
.cid-uviORVkkfc .icon_block {
  color: #000000;
}
.cid-uviORVkkfc .pgk-text,
.cid-uviORVkkfc .btn_link {
  color: #000000;
}
.cid-uviORVkkfc P {
  color: #fbc301;
}
.cid-uviORVGMJK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uviORVGMJK .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
.cid-uviORVGMJK .card-title {
  margin-bottom: 26px;
  color: #661ea8;
}
.cid-uviORVGMJK .pgk-text {
  margin-bottom: 30px;
}
.cid-uviORVGMJK .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uviORVGMJK .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uviORVGMJK .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uviORVGMJK .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uviORVGMJK .btn_link:hover {
  cursor: pointer;
}
.cid-uviORVGMJK .btn_link:hover a {
  color: #fbc301 !important;
}
.cid-uviORVGMJK .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uviORVGMJK .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uviORVGMJK .text-wrapper {
    text-align: center;
  }
  .cid-uviORVGMJK .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uviORVGMJK .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uviORVGMJK .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uviORVGMJK .pgk-fallback-image.disabled {
  display: none;
}
.cid-uviORVGMJK .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uviORVGMJK .card-title,
.cid-uviORVGMJK .icon_block {
  color: #000000;
}
.cid-uviORVGMJK .pgk-text,
.cid-uviORVGMJK .btn_link {
  color: #000000;
}
.cid-uviORVGMJK P {
  color: #fbc301;
}
.cid-uviORVSdsL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uviORVSdsL .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
.cid-uviORVSdsL .card-title {
  margin-bottom: 26px;
  color: #661ea8;
}
.cid-uviORVSdsL .pgk-text {
  margin-bottom: 30px;
}
.cid-uviORVSdsL .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uviORVSdsL .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uviORVSdsL .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uviORVSdsL .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uviORVSdsL .btn_link:hover {
  cursor: pointer;
}
.cid-uviORVSdsL .btn_link:hover a {
  color: #fbc301 !important;
}
.cid-uviORVSdsL .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uviORVSdsL .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uviORVSdsL .text-wrapper {
    text-align: center;
  }
  .cid-uviORVSdsL .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uviORVSdsL .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uviORVSdsL .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uviORVSdsL .pgk-fallback-image.disabled {
  display: none;
}
.cid-uviORVSdsL .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uviORVSdsL .card-title,
.cid-uviORVSdsL .icon_block {
  color: #000000;
}
.cid-uviORVSdsL .pgk-text,
.cid-uviORVSdsL .btn_link {
  color: #000000;
}
.cid-uviORVSdsL P {
  color: #fbc301;
}
.cid-uviORW9nvG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uviORW9nvG .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
.cid-uviORW9nvG .card-title {
  margin-bottom: 26px;
  color: #661ea8;
}
.cid-uviORW9nvG .pgk-text {
  margin-bottom: 30px;
}
.cid-uviORW9nvG .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uviORW9nvG .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uviORW9nvG .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uviORW9nvG .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uviORW9nvG .btn_link:hover {
  cursor: pointer;
}
.cid-uviORW9nvG .btn_link:hover a {
  color: #fbc301 !important;
}
.cid-uviORW9nvG .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uviORW9nvG .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uviORW9nvG .text-wrapper {
    text-align: center;
  }
  .cid-uviORW9nvG .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uviORW9nvG .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uviORW9nvG .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uviORW9nvG .pgk-fallback-image.disabled {
  display: none;
}
.cid-uviORW9nvG .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uviORW9nvG .card-title,
.cid-uviORW9nvG .icon_block {
  color: #000000;
}
.cid-uviORW9nvG .pgk-text,
.cid-uviORW9nvG .btn_link {
  color: #000000;
}
.cid-uviORW9nvG P {
  color: #fbc301;
}
.cid-uviORX1NcA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #000000;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(251, 195, 1, 0.2));
}
.cid-uviORX1NcA .pgk-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uviORX1NcA .container {
  z-index: 1;
}
.cid-uviORX1NcA .pgk-section-title {
  color: #233d63;
}
.cid-uviORX1NcA .pgk-section-subtitle {
  text-align: center;
}
.cid-uviORX1NcA .pgk-section-btn {
  margin-top: 35px;
}
.cid-uviORX1NcA .pgk-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uviORX1NcA .pgk-section-btn .btn-white:hover {
  background-color: #fbc301 !important;
  border-color: #fbc301 !important;
  color: #ffffff !important;
}
.cid-uviORX1NcA .pgk-section-title,
.cid-uviORX1NcA .pgk-section-btn {
  text-align: center;
}
.cid-uviORX1NcA .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uviORX1NcA .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uviORX1NcA .pgk-fallback-image.disabled {
  display: none;
}
.cid-uviORX1NcA .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uviORXh3gd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uviORXh3gd .container {
  display: flex;
  justify-content: center;
  max-width: 1920px;
}
.cid-uviORXh3gd .row {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.cid-uviORXh3gd .col-brand {
  margin-bottom: 40px;
}
.cid-uviORXh3gd .col-link {
  margin-bottom: 30px;
}
.cid-uviORXh3gd .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uviORXh3gd .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uviORXh3gd .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uviORXh3gd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uviORXh3gd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uviORXh3gd .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-uviORXh3gd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uviORXh3gd .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uviORXh3gd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uviORXh3gd .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uviORXh3gd .soc-item:hover {
  background-color: #738bae;
}
.cid-uviORXh3gd .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-uviORXh3gd .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-uviORXh3gd .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uviORXh3gd .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uviORXh3gd .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-uviORXh3gd .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uviORXh3gd .pgk-text .text-black {
  color: #00284E !important;
}
.cid-uviORXh3gd .pgk-text a {
  opacity: 0.8;
}
.cid-uviORXh3gd .pgk-text a:hover {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uviORXh3gd .col-copyright {
  margin-top: 44px;
}
.cid-uviORXh3gd .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-uviORXh3gd .copyright {
    text-align: center !important;
  }
}
.cid-uviORXh3gd .pgk-fallback-image.disabled {
  display: none;
}
.cid-uviORXh3gd .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uviYAxHgTI {
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.cid-uviYAxHgTI .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uviYAxHgTI .container {
  max-width: 1920px;
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
.cid-uviYAxHgTI .dropdown-menu {
  padding: 0;
}
.cid-uviYAxHgTI .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uviYAxHgTI .dropdown-item {
    text-align: left !important;
  }
}
.cid-uviYAxHgTI .dropdown-item:hover {
  background-position: right !important;
}
.cid-uviYAxHgTI .dropdown-item:hover:after {
  color: #fbc301;
}
.cid-uviYAxHgTI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uviYAxHgTI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uviYAxHgTI .nav-link {
  position: relative;
}
.cid-uviYAxHgTI .dropdown-menu,
.cid-uviYAxHgTI .navbar.opened {
  background: #ffffff !important;
}
.cid-uviYAxHgTI .nav-item:focus,
.cid-uviYAxHgTI .nav-link:focus {
  outline: none;
}
.cid-uviYAxHgTI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uviYAxHgTI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uviYAxHgTI .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uviYAxHgTI .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uviYAxHgTI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  position: relative ;
  background: #ffffff;
}
.cid-uviYAxHgTI .navbar.opened {
  transition: all 0.3s;
}
.cid-uviYAxHgTI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uviYAxHgTI .navbar .navbar-logo img {
  width: auto;
}
.cid-uviYAxHgTI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uviYAxHgTI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uviYAxHgTI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uviYAxHgTI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uviYAxHgTI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uviYAxHgTI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uviYAxHgTI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uviYAxHgTI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uviYAxHgTI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uviYAxHgTI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uviYAxHgTI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uviYAxHgTI .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uviYAxHgTI .navbar {
    min-height: 70px;
  }
}
.cid-uviYAxHgTI .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uviYAxHgTI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding: 10px 15px 10px 0 !important;
}
.cid-uviYAxHgTI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uviYAxHgTI .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uviYAxHgTI .navbar-brand {
    min-height: 70px;
  }
}
.cid-uviYAxHgTI .dropdown-item.active,
.cid-uviYAxHgTI .dropdown-item:active {
  background-color: transparent;
}
.cid-uviYAxHgTI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uviYAxHgTI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uviYAxHgTI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uviYAxHgTI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-top: 0.5rem;
}
.cid-uviYAxHgTI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uviYAxHgTI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uviYAxHgTI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uviYAxHgTI button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uviYAxHgTI button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uviYAxHgTI button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uviYAxHgTI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uviYAxHgTI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uviYAxHgTI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uviYAxHgTI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uviYAxHgTI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uviYAxHgTI nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uviYAxHgTI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uviYAxHgTI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uviYAxHgTI nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uviYAxHgTI .navbar-dropdown {
  padding: 0;
}
.cid-uviYAxHgTI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uviYAxHgTI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uviYAxHgTI .navbar {
    height: 70px;
  }
  .cid-uviYAxHgTI .navbar.opened {
    height: auto;
  }
  .cid-uviYAxHgTI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uviYAxHgTI .navbar-short {
  border-bottom: 1px solid #fdc10b;
  min-height: 70px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-uviYAxHgTI .navbar-short {
    min-height: 70px;
  }
}
.cid-uviYAxHgTI .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uviYAxHgTI .navbar-nav {
  display: flex !important;
  padding-bottom: 10px;
}
.cid-uviYAxHgTI .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
  font-weight: 900;
  transition: 0.3s all;
}
.cid-uviYAxHgTI .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  font-weight: inherit !important;
  justify-content: flex-start;
}
.cid-uviYAxHgTI .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uviYAxHgTI .navbar-nav .nav-item .nav-link:hover,
.cid-uviYAxHgTI .navbar-nav .nav-item .nav-link:focus,
.cid-uviYAxHgTI .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uviYAxHgTI .navbar-nav .nav-item:not(:first-child) {
  margin-top: 1.5rem !important;
}
.cid-uviYAxHgTI .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ffffff !important;
}
.cid-uviYAxHgTI .pgk-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uviYAxHgTI .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uviYAxHgTI button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
  padding: 0;
}
.cid-uviYAxHgTI button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uviYAxHgTI button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uviYAxHgTI button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-uviYAxHgTI button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uviYAxHgTI button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uviYAxHgTI button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 26px;
  transition: all 0.2s;
}
.cid-uviYAxHgTI .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
  opacity: 1 !important;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  z-index: 20;
  align-self: center;
  padding: 0;
}
.cid-uviYAxHgTI .btn-close .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uviYAxHgTI .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
}
.cid-uviYAxHgTI .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uviYAxHgTI .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uviYAxHgTI .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uviYAxHgTI .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uviYAxHgTI .offcanvas-end {
  right: 0 !important;
  transform: translateX(100%);
}
.cid-uviYAxHgTI .offcanvas.show {
  transform: translateX(0);
}
.cid-uviYAxHgTI .offcanvas {
  width: 36%;
  padding: 10px;
  border-left: none !important;
  background-color: transparent !important;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uviYAxHgTI .offcanvas {
    width: 512px;
  }
}
@media (max-width: 767px) {
  .cid-uviYAxHgTI .offcanvas {
    width: 100%;
  }
}
.cid-uviYAxHgTI .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uviYAxHgTI .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 3rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
  border: 0.3px solid #fdc10b;
  width: 100%;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(252, 193, 4, 0.1);
  overflow: auto;
}
.cid-uviYAxHgTI .offcanvas-body .offcanvas_head {
  width: 100%;
  padding-bottom: 20px;
}
.cid-uviYAxHgTI .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uviYAxHgTI .modal-backdrop.show {
  opacity: 0 !important;
}
.cid-uviYAxHgTI .offcanvas_link {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.cid-uviYAxHgTI .offcanvas_foot {
  width: 100%;
  margin-top: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-top: 10px;
}
.cid-uviYAxHgTI .offcanvas_btn {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.cid-uviYAxHgTI .offcanvas_btn .pgk-section-btn {
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uviYAxHgTI .offcanvas_btn .pgk-section-btn .btn {
    width: auto !important;
  }
}
.cid-uviYAxHgTI .second-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-uviYAxHgTI .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-uviYAxHgTI .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-uviYAxHgTI .list li:hover {
  color: #fbc301 !important;
}
.cid-uviYAxHgTI .list a {
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  transition: 0.3s all;
}
.cid-uviYAxHgTI .list a:hover {
  color: #fbc301 !important;
  line-height: inherit !important;
}
.cid-uviYAxHgTI .second-list {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #2c2c2c;
}
@media (max-width: 991px) {
  .cid-uviYAxHgTI .second-list {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uviYAxHgTI .second-list li {
  line-height: 1.5;
  opacity: 0.8;
}
.cid-uviYAxHgTI .second-list li:hover {
  opacity: 1;
}
.cid-uviYAxHgTI .footer-text {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #2c2c2c;
  margin-bottom: 0;
  opacity: 0.8;
  align-self: end;
  text-align: right;
}
.cid-uviYAxHgTI .dropdown-item:hover {
  color: #fbc301 !important;
}
.cid-uviYAxVW2U {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/798g98h743rdwfv.jpg");
}
.cid-uviYAxVW2U .pgk-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-uviYAxVW2U .pgk-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-uviYAxVW2U .pgk-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-uviYAxVW2U .pgk-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uviYAxVW2U .pgk-text {
  color: #ffffff;
  width: 100;
}
.cid-uviYAxVW2U .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #661ea8;
  margin-left: 0.6rem;
}
.cid-uviYAxVW2U .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uviYAxVW2U .pgk-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-uviYAxVW2U .separator,
  .cid-uviYAxVW2U .sep-holder,
  .cid-uviYAxVW2U .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uviYAxVW2U .buttons-wrap {
    flex-direction: column;
  }
}
.cid-uviYAxVW2U .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-uviYAxVW2U .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uviYAxVW2U .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uviYAxVW2U .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-uviYAxVW2U .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uviYAxVW2U .items .list-item:last-child .listico {
  display: none;
}
.cid-uviYAxVW2U .pgk-fallback-image.disabled {
  display: none;
}
.cid-uviYAxVW2U .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uviYAzGyKu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #000000;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(251, 195, 1, 0.2));
}
.cid-uviYAzGyKu .pgk-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uviYAzGyKu .container {
  z-index: 1;
}
.cid-uviYAzGyKu .pgk-section-title {
  color: #233d63;
}
.cid-uviYAzGyKu .pgk-section-subtitle {
  text-align: center;
}
.cid-uviYAzGyKu .pgk-section-btn {
  margin-top: 35px;
}
.cid-uviYAzGyKu .pgk-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uviYAzGyKu .pgk-section-btn .btn-white:hover {
  background-color: #fbc301 !important;
  border-color: #fbc301 !important;
  color: #ffffff !important;
}
.cid-uviYAzGyKu .pgk-section-title,
.cid-uviYAzGyKu .pgk-section-btn {
  text-align: center;
}
.cid-uviYAzGyKu .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uviYAzGyKu .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uviYAzGyKu .pgk-fallback-image.disabled {
  display: none;
}
.cid-uviYAzGyKu .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uviYAzVa6w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uviYAzVa6w .container {
  display: flex;
  justify-content: center;
  max-width: 1920px;
}
.cid-uviYAzVa6w .row {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.cid-uviYAzVa6w .col-brand {
  margin-bottom: 40px;
}
.cid-uviYAzVa6w .col-link {
  margin-bottom: 30px;
}
.cid-uviYAzVa6w .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uviYAzVa6w .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uviYAzVa6w .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uviYAzVa6w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uviYAzVa6w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uviYAzVa6w .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-uviYAzVa6w .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uviYAzVa6w .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uviYAzVa6w .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uviYAzVa6w .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uviYAzVa6w .soc-item:hover {
  background-color: #738bae;
}
.cid-uviYAzVa6w .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-uviYAzVa6w .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-uviYAzVa6w .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uviYAzVa6w .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uviYAzVa6w .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-uviYAzVa6w .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uviYAzVa6w .pgk-text .text-black {
  color: #00284E !important;
}
.cid-uviYAzVa6w .pgk-text a {
  opacity: 0.8;
}
.cid-uviYAzVa6w .pgk-text a:hover {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uviYAzVa6w .col-copyright {
  margin-top: 44px;
}
.cid-uviYAzVa6w .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-uviYAzVa6w .copyright {
    text-align: center !important;
  }
}
.cid-uviYAzVa6w .pgk-fallback-image.disabled {
  display: none;
}
.cid-uviYAzVa6w .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvja20TuW8 {
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.cid-uvja20TuW8 .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvja20TuW8 .container {
  max-width: 1920px;
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
.cid-uvja20TuW8 .dropdown-menu {
  padding: 0;
}
.cid-uvja20TuW8 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uvja20TuW8 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uvja20TuW8 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uvja20TuW8 .dropdown-item:hover:after {
  color: #fbc301;
}
.cid-uvja20TuW8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvja20TuW8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvja20TuW8 .nav-link {
  position: relative;
}
.cid-uvja20TuW8 .dropdown-menu,
.cid-uvja20TuW8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uvja20TuW8 .nav-item:focus,
.cid-uvja20TuW8 .nav-link:focus {
  outline: none;
}
.cid-uvja20TuW8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvja20TuW8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvja20TuW8 .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvja20TuW8 .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvja20TuW8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  position: relative ;
  background: #ffffff;
}
.cid-uvja20TuW8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvja20TuW8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvja20TuW8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvja20TuW8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uvja20TuW8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvja20TuW8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvja20TuW8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvja20TuW8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvja20TuW8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvja20TuW8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvja20TuW8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvja20TuW8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvja20TuW8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvja20TuW8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvja20TuW8 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uvja20TuW8 .navbar {
    min-height: 70px;
  }
}
.cid-uvja20TuW8 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uvja20TuW8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding: 10px 15px 10px 0 !important;
}
.cid-uvja20TuW8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvja20TuW8 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uvja20TuW8 .navbar-brand {
    min-height: 70px;
  }
}
.cid-uvja20TuW8 .dropdown-item.active,
.cid-uvja20TuW8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvja20TuW8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvja20TuW8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvja20TuW8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvja20TuW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-top: 0.5rem;
}
.cid-uvja20TuW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvja20TuW8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvja20TuW8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvja20TuW8 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvja20TuW8 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uvja20TuW8 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvja20TuW8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uvja20TuW8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uvja20TuW8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvja20TuW8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvja20TuW8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvja20TuW8 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvja20TuW8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvja20TuW8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvja20TuW8 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvja20TuW8 .navbar-dropdown {
  padding: 0;
}
.cid-uvja20TuW8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvja20TuW8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvja20TuW8 .navbar {
    height: 70px;
  }
  .cid-uvja20TuW8 .navbar.opened {
    height: auto;
  }
  .cid-uvja20TuW8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvja20TuW8 .navbar-short {
  border-bottom: 1px solid #fdc10b;
  min-height: 70px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-uvja20TuW8 .navbar-short {
    min-height: 70px;
  }
}
.cid-uvja20TuW8 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvja20TuW8 .navbar-nav {
  display: flex !important;
  padding-bottom: 10px;
}
.cid-uvja20TuW8 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
  font-weight: 900;
  transition: 0.3s all;
}
.cid-uvja20TuW8 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  font-weight: inherit !important;
  justify-content: flex-start;
}
.cid-uvja20TuW8 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uvja20TuW8 .navbar-nav .nav-item .nav-link:hover,
.cid-uvja20TuW8 .navbar-nav .nav-item .nav-link:focus,
.cid-uvja20TuW8 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uvja20TuW8 .navbar-nav .nav-item:not(:first-child) {
  margin-top: 1.5rem !important;
}
.cid-uvja20TuW8 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ffffff !important;
}
.cid-uvja20TuW8 .pgk-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uvja20TuW8 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uvja20TuW8 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
  padding: 0;
}
.cid-uvja20TuW8 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uvja20TuW8 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uvja20TuW8 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-uvja20TuW8 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uvja20TuW8 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uvja20TuW8 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 26px;
  transition: all 0.2s;
}
.cid-uvja20TuW8 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
  opacity: 1 !important;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  z-index: 20;
  align-self: center;
  padding: 0;
}
.cid-uvja20TuW8 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uvja20TuW8 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
}
.cid-uvja20TuW8 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uvja20TuW8 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uvja20TuW8 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uvja20TuW8 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uvja20TuW8 .offcanvas-end {
  right: 0 !important;
  transform: translateX(100%);
}
.cid-uvja20TuW8 .offcanvas.show {
  transform: translateX(0);
}
.cid-uvja20TuW8 .offcanvas {
  width: 36%;
  padding: 10px;
  border-left: none !important;
  background-color: transparent !important;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uvja20TuW8 .offcanvas {
    width: 512px;
  }
}
@media (max-width: 767px) {
  .cid-uvja20TuW8 .offcanvas {
    width: 100%;
  }
}
.cid-uvja20TuW8 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvja20TuW8 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 3rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
  border: 0.3px solid #fdc10b;
  width: 100%;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(252, 193, 4, 0.1);
  overflow: auto;
}
.cid-uvja20TuW8 .offcanvas-body .offcanvas_head {
  width: 100%;
  padding-bottom: 20px;
}
.cid-uvja20TuW8 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvja20TuW8 .modal-backdrop.show {
  opacity: 0 !important;
}
.cid-uvja20TuW8 .offcanvas_link {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.cid-uvja20TuW8 .offcanvas_foot {
  width: 100%;
  margin-top: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-top: 10px;
}
.cid-uvja20TuW8 .offcanvas_btn {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.cid-uvja20TuW8 .offcanvas_btn .pgk-section-btn {
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uvja20TuW8 .offcanvas_btn .pgk-section-btn .btn {
    width: auto !important;
  }
}
.cid-uvja20TuW8 .second-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-uvja20TuW8 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-uvja20TuW8 .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-uvja20TuW8 .list li:hover {
  color: #fbc301 !important;
}
.cid-uvja20TuW8 .list a {
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  transition: 0.3s all;
}
.cid-uvja20TuW8 .list a:hover {
  color: #fbc301 !important;
  line-height: inherit !important;
}
.cid-uvja20TuW8 .second-list {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #2c2c2c;
}
@media (max-width: 991px) {
  .cid-uvja20TuW8 .second-list {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uvja20TuW8 .second-list li {
  line-height: 1.5;
  opacity: 0.8;
}
.cid-uvja20TuW8 .second-list li:hover {
  opacity: 1;
}
.cid-uvja20TuW8 .footer-text {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #2c2c2c;
  margin-bottom: 0;
  opacity: 0.8;
  align-self: end;
  text-align: right;
}
.cid-uvja20TuW8 .dropdown-item:hover {
  color: #fbc301 !important;
}
.cid-uvja21tkNg {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/a5wf51we6fa1we.jpg");
}
.cid-uvja21tkNg .pgk-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-uvja21tkNg .pgk-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-uvja21tkNg .pgk-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-uvja21tkNg .pgk-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uvja21tkNg .pgk-text {
  color: #ffffff;
  width: 100;
}
.cid-uvja21tkNg .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #661ea8;
  margin-left: 0.6rem;
}
.cid-uvja21tkNg .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uvja21tkNg .pgk-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-uvja21tkNg .separator,
  .cid-uvja21tkNg .sep-holder,
  .cid-uvja21tkNg .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uvja21tkNg .buttons-wrap {
    flex-direction: column;
  }
}
.cid-uvja21tkNg .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-uvja21tkNg .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uvja21tkNg .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uvja21tkNg .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-uvja21tkNg .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uvja21tkNg .items .list-item:last-child .listico {
  display: none;
}
.cid-uvja21tkNg .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvja21tkNg .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvjibAw577 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uvjibAw577 .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvjibAw577 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvjibAw577 .map-wrapper {
  height: 100%;
}
.cid-uvjibAw577 .card-wrapper {
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
  padding: 3rem 2.25rem;
  background: #ffffff;
  min-height: 500px;
  border-radius: 1.5rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvjibAw577 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvjibAw577 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uvjibAw577 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvjibAw577 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uvjibAw577 .google-map {
  height: 100%;
  position: relative;
}
.cid-uvjibAw577 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uvjibAw577 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uvjibAw577 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uvjibAw577 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvjibAw577 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvjibAw577 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uvjibAw577 .content-head {
  max-width: 800px;
}
.cid-uvjibAw577 .pgk-section-title {
  color: #221b35;
}
.cid-uvjibAw577 .cardTitle {
  color: #221b35;
}
.cid-uvjibAw577 .list,
.cid-uvjibAw577 .item-wrap {
  color: #221b35;
}
.cid-uvjqZ5JVdI {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uvjqZ5JVdI .pgk-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uvjqZ5JVdI .img-item,
.cid-uvjqZ5JVdI img {
  height: 100%;
  object-fit: cover;
}
.cid-uvjqZ5JVdI .img-col {
  padding: 0;
}
.cid-uvjqZ5JVdI .col-auto {
  width: 100%;
}
.cid-uvjqZ5JVdI .wrapper {
  background: #fbc301;
  padding: 6rem 4rem;
  border-radius: 1.5rem;
  margin: 1rem;
}
@media (max-width: 767px) {
  .cid-uvjqZ5JVdI .wrapper {
    padding: 1rem;
    margin: 0 1rem;
  }
}
.cid-uvjqZ5JVdI textarea {
  min-height: 200px;
}
.cid-uvjqZ5JVdI .btn {
  display: inline-block;
  border-radius: 10px;
  padding: 0.8rem 1.8rem;
}
.cid-uvjqZ5JVdI .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-uvjqZ5JVdI .form-control,
.cid-uvjqZ5JVdI .field-input {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uvjqZ5JVdI .form-control::-webkit-input-placeholder,
.cid-uvjqZ5JVdI .field-input::-webkit-input-placeholder,
.cid-uvjqZ5JVdI .form-control::-webkit-input-placeholder,
.cid-uvjqZ5JVdI .field-input::-webkit-input-placeholder {
  color: #777777;
}
.cid-uvjqZ5JVdI .form-control:-moz-placeholder,
.cid-uvjqZ5JVdI .field-input:-moz-placeholder,
.cid-uvjqZ5JVdI .form-control:-moz-placeholder,
.cid-uvjqZ5JVdI .field-input:-moz-placeholder {
  color: #777777;
}
.cid-uvjqZ5JVdI .form-control:hover,
.cid-uvjqZ5JVdI .field-input:hover,
.cid-uvjqZ5JVdI .form-control:focus,
.cid-uvjqZ5JVdI .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #1b2026;
  box-shadow: none;
  outline: none;
}
.cid-uvjqZ5JVdI .form-control:hover::-webkit-input-placeholder,
.cid-uvjqZ5JVdI .field-input:hover::-webkit-input-placeholder,
.cid-uvjqZ5JVdI .form-control:focus::-webkit-input-placeholder,
.cid-uvjqZ5JVdI .field-input:focus::-webkit-input-placeholder,
.cid-uvjqZ5JVdI .form-control:hover::-webkit-input-placeholder,
.cid-uvjqZ5JVdI .field-input:hover::-webkit-input-placeholder,
.cid-uvjqZ5JVdI .form-control:focus::-webkit-input-placeholder,
.cid-uvjqZ5JVdI .field-input:focus::-webkit-input-placeholder {
  color: #777777;
}
.cid-uvjqZ5JVdI .form-control:hover:-moz-placeholder,
.cid-uvjqZ5JVdI .field-input:hover:-moz-placeholder,
.cid-uvjqZ5JVdI .form-control:focus:-moz-placeholder,
.cid-uvjqZ5JVdI .field-input:focus:-moz-placeholder,
.cid-uvjqZ5JVdI .form-control:hover:-moz-placeholder,
.cid-uvjqZ5JVdI .field-input:hover:-moz-placeholder,
.cid-uvjqZ5JVdI .form-control:focus:-moz-placeholder,
.cid-uvjqZ5JVdI .field-input:focus:-moz-placeholder {
  color: #777777;
}
.cid-uvjqZ5JVdI .jq-number__spin:hover,
.cid-uvjqZ5JVdI .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uvjqZ5JVdI .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uvjqZ5JVdI .jq-selectbox li,
.cid-uvjqZ5JVdI .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uvjqZ5JVdI .jq-selectbox li:hover,
.cid-uvjqZ5JVdI .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uvjqZ5JVdI .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uvjqZ5JVdI .jq-number__spin.minus:hover:after,
.cid-uvjqZ5JVdI .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uvjqZ5JVdI .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uvjqZ5JVdI .jq-number__spin.minus:after,
.cid-uvjqZ5JVdI .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uvjqZ5JVdI input::-webkit-clear-button {
  display: none;
}
.cid-uvjqZ5JVdI input::-webkit-inner-spin-button {
  display: none;
}
.cid-uvjqZ5JVdI input::-webkit-outer-spin-button {
  display: none;
}
.cid-uvjqZ5JVdI input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uvjqZ5JVdI H4 {
  color: #777777;
}
.cid-uvja22erRB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #000000;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(251, 195, 1, 0.2));
}
.cid-uvja22erRB .pgk-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uvja22erRB .container {
  z-index: 1;
}
.cid-uvja22erRB .pgk-section-title {
  color: #233d63;
}
.cid-uvja22erRB .pgk-section-subtitle {
  text-align: center;
}
.cid-uvja22erRB .pgk-section-btn {
  margin-top: 35px;
}
.cid-uvja22erRB .pgk-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uvja22erRB .pgk-section-btn .btn-white:hover {
  background-color: #fbc301 !important;
  border-color: #fbc301 !important;
  color: #ffffff !important;
}
.cid-uvja22erRB .pgk-section-title,
.cid-uvja22erRB .pgk-section-btn {
  text-align: center;
}
.cid-uvja22erRB .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uvja22erRB .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uvja22erRB .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvja22erRB .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvja22DXEF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvja22DXEF .container {
  display: flex;
  justify-content: center;
  max-width: 1920px;
}
.cid-uvja22DXEF .row {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.cid-uvja22DXEF .col-brand {
  margin-bottom: 40px;
}
.cid-uvja22DXEF .col-link {
  margin-bottom: 30px;
}
.cid-uvja22DXEF .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uvja22DXEF .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uvja22DXEF .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uvja22DXEF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvja22DXEF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvja22DXEF .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-uvja22DXEF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvja22DXEF .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uvja22DXEF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uvja22DXEF .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvja22DXEF .soc-item:hover {
  background-color: #738bae;
}
.cid-uvja22DXEF .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-uvja22DXEF .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-uvja22DXEF .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uvja22DXEF .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uvja22DXEF .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-uvja22DXEF .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uvja22DXEF .pgk-text .text-black {
  color: #00284E !important;
}
.cid-uvja22DXEF .pgk-text a {
  opacity: 0.8;
}
.cid-uvja22DXEF .pgk-text a:hover {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uvja22DXEF .col-copyright {
  margin-top: 44px;
}
.cid-uvja22DXEF .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-uvja22DXEF .copyright {
    text-align: center !important;
  }
}
.cid-uvja22DXEF .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvja22DXEF .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvjml7kGyD {
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.cid-uvjml7kGyD .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvjml7kGyD .container {
  max-width: 1920px;
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
.cid-uvjml7kGyD .dropdown-menu {
  padding: 0;
}
.cid-uvjml7kGyD .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uvjml7kGyD .dropdown-item {
    text-align: left !important;
  }
}
.cid-uvjml7kGyD .dropdown-item:hover {
  background-position: right !important;
}
.cid-uvjml7kGyD .dropdown-item:hover:after {
  color: #fbc301;
}
.cid-uvjml7kGyD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvjml7kGyD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvjml7kGyD .nav-link {
  position: relative;
}
.cid-uvjml7kGyD .dropdown-menu,
.cid-uvjml7kGyD .navbar.opened {
  background: #ffffff !important;
}
.cid-uvjml7kGyD .nav-item:focus,
.cid-uvjml7kGyD .nav-link:focus {
  outline: none;
}
.cid-uvjml7kGyD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvjml7kGyD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvjml7kGyD .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvjml7kGyD .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvjml7kGyD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  position: relative ;
  background: #ffffff;
}
.cid-uvjml7kGyD .navbar.opened {
  transition: all 0.3s;
}
.cid-uvjml7kGyD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvjml7kGyD .navbar .navbar-logo img {
  width: auto;
}
.cid-uvjml7kGyD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uvjml7kGyD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvjml7kGyD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvjml7kGyD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvjml7kGyD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvjml7kGyD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvjml7kGyD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvjml7kGyD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvjml7kGyD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvjml7kGyD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvjml7kGyD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvjml7kGyD .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uvjml7kGyD .navbar {
    min-height: 70px;
  }
}
.cid-uvjml7kGyD .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uvjml7kGyD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding: 10px 15px 10px 0 !important;
}
.cid-uvjml7kGyD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvjml7kGyD .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uvjml7kGyD .navbar-brand {
    min-height: 70px;
  }
}
.cid-uvjml7kGyD .dropdown-item.active,
.cid-uvjml7kGyD .dropdown-item:active {
  background-color: transparent;
}
.cid-uvjml7kGyD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvjml7kGyD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvjml7kGyD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvjml7kGyD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-top: 0.5rem;
}
.cid-uvjml7kGyD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvjml7kGyD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvjml7kGyD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvjml7kGyD button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvjml7kGyD button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uvjml7kGyD button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvjml7kGyD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uvjml7kGyD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uvjml7kGyD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvjml7kGyD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvjml7kGyD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvjml7kGyD nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvjml7kGyD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvjml7kGyD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvjml7kGyD nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvjml7kGyD .navbar-dropdown {
  padding: 0;
}
.cid-uvjml7kGyD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvjml7kGyD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvjml7kGyD .navbar {
    height: 70px;
  }
  .cid-uvjml7kGyD .navbar.opened {
    height: auto;
  }
  .cid-uvjml7kGyD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvjml7kGyD .navbar-short {
  border-bottom: 1px solid #fdc10b;
  min-height: 70px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-uvjml7kGyD .navbar-short {
    min-height: 70px;
  }
}
.cid-uvjml7kGyD .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvjml7kGyD .navbar-nav {
  display: flex !important;
  padding-bottom: 10px;
}
.cid-uvjml7kGyD .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
  font-weight: 900;
  transition: 0.3s all;
}
.cid-uvjml7kGyD .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  font-weight: inherit !important;
  justify-content: flex-start;
}
.cid-uvjml7kGyD .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uvjml7kGyD .navbar-nav .nav-item .nav-link:hover,
.cid-uvjml7kGyD .navbar-nav .nav-item .nav-link:focus,
.cid-uvjml7kGyD .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uvjml7kGyD .navbar-nav .nav-item:not(:first-child) {
  margin-top: 1.5rem !important;
}
.cid-uvjml7kGyD .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ffffff !important;
}
.cid-uvjml7kGyD .pgk-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uvjml7kGyD .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uvjml7kGyD button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
  padding: 0;
}
.cid-uvjml7kGyD button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uvjml7kGyD button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uvjml7kGyD button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-uvjml7kGyD button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uvjml7kGyD button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uvjml7kGyD button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 26px;
  transition: all 0.2s;
}
.cid-uvjml7kGyD .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
  opacity: 1 !important;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  z-index: 20;
  align-self: center;
  padding: 0;
}
.cid-uvjml7kGyD .btn-close .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uvjml7kGyD .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
}
.cid-uvjml7kGyD .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uvjml7kGyD .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uvjml7kGyD .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uvjml7kGyD .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uvjml7kGyD .offcanvas-end {
  right: 0 !important;
  transform: translateX(100%);
}
.cid-uvjml7kGyD .offcanvas.show {
  transform: translateX(0);
}
.cid-uvjml7kGyD .offcanvas {
  width: 36%;
  padding: 10px;
  border-left: none !important;
  background-color: transparent !important;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uvjml7kGyD .offcanvas {
    width: 512px;
  }
}
@media (max-width: 767px) {
  .cid-uvjml7kGyD .offcanvas {
    width: 100%;
  }
}
.cid-uvjml7kGyD .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvjml7kGyD .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 3rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
  border: 0.3px solid #fdc10b;
  width: 100%;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(252, 193, 4, 0.1);
  overflow: auto;
}
.cid-uvjml7kGyD .offcanvas-body .offcanvas_head {
  width: 100%;
  padding-bottom: 20px;
}
.cid-uvjml7kGyD .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvjml7kGyD .modal-backdrop.show {
  opacity: 0 !important;
}
.cid-uvjml7kGyD .offcanvas_link {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.cid-uvjml7kGyD .offcanvas_foot {
  width: 100%;
  margin-top: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-top: 10px;
}
.cid-uvjml7kGyD .offcanvas_btn {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.cid-uvjml7kGyD .offcanvas_btn .pgk-section-btn {
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uvjml7kGyD .offcanvas_btn .pgk-section-btn .btn {
    width: auto !important;
  }
}
.cid-uvjml7kGyD .second-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-uvjml7kGyD .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-uvjml7kGyD .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-uvjml7kGyD .list li:hover {
  color: #fbc301 !important;
}
.cid-uvjml7kGyD .list a {
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  transition: 0.3s all;
}
.cid-uvjml7kGyD .list a:hover {
  color: #fbc301 !important;
  line-height: inherit !important;
}
.cid-uvjml7kGyD .second-list {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #2c2c2c;
}
@media (max-width: 991px) {
  .cid-uvjml7kGyD .second-list {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uvjml7kGyD .second-list li {
  line-height: 1.5;
  opacity: 0.8;
}
.cid-uvjml7kGyD .second-list li:hover {
  opacity: 1;
}
.cid-uvjml7kGyD .footer-text {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #2c2c2c;
  margin-bottom: 0;
  opacity: 0.8;
  align-self: end;
  text-align: right;
}
.cid-uvjml7kGyD .dropdown-item:hover {
  color: #fbc301 !important;
}
.cid-uvjml7xUB8 {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/165165fa1569e98aefw.jpg");
}
.cid-uvjml7xUB8 .pgk-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-uvjml7xUB8 .pgk-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-uvjml7xUB8 .pgk-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-uvjml7xUB8 .pgk-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uvjml7xUB8 .pgk-text {
  color: #ffffff;
  width: 100;
}
.cid-uvjml7xUB8 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #661ea8;
  margin-left: 0.6rem;
}
.cid-uvjml7xUB8 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uvjml7xUB8 .pgk-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-uvjml7xUB8 .separator,
  .cid-uvjml7xUB8 .sep-holder,
  .cid-uvjml7xUB8 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uvjml7xUB8 .buttons-wrap {
    flex-direction: column;
  }
}
.cid-uvjml7xUB8 .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-uvjml7xUB8 .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uvjml7xUB8 .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uvjml7xUB8 .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-uvjml7xUB8 .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uvjml7xUB8 .items .list-item:last-child .listico {
  display: none;
}
.cid-uvjml7xUB8 .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvjml7xUB8 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvjmF4tiTU {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/4d78q987wdq.jpg");
}
.cid-uvjmF4tiTU .pgk-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-uvjmF4tiTU .pgk-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-uvjmF4tiTU .pgk-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-uvjmF4tiTU .pgk-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uvjmF4tiTU .pgk-text {
  color: #ffffff;
  width: 100;
}
.cid-uvjmF4tiTU .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #661ea8;
  margin-left: 0.6rem;
}
.cid-uvjmF4tiTU .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uvjmF4tiTU .pgk-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-uvjmF4tiTU .separator,
  .cid-uvjmF4tiTU .sep-holder,
  .cid-uvjmF4tiTU .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uvjmF4tiTU .buttons-wrap {
    flex-direction: column;
  }
}
.cid-uvjmF4tiTU .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-uvjmF4tiTU .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uvjmF4tiTU .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uvjmF4tiTU .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-uvjmF4tiTU .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uvjmF4tiTU .items .list-item:last-child .listico {
  display: none;
}
.cid-uvjmF4tiTU .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvjmF4tiTU .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvjnzY64Q6 {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/5d1985ew98wea.jpg");
}
.cid-uvjnzY64Q6 .pgk-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-uvjnzY64Q6 .pgk-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-uvjnzY64Q6 .pgk-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-uvjnzY64Q6 .pgk-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uvjnzY64Q6 .pgk-text {
  color: #ffffff;
  width: 100;
}
.cid-uvjnzY64Q6 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #661ea8;
  margin-left: 0.6rem;
}
.cid-uvjnzY64Q6 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uvjnzY64Q6 .pgk-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-uvjnzY64Q6 .separator,
  .cid-uvjnzY64Q6 .sep-holder,
  .cid-uvjnzY64Q6 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uvjnzY64Q6 .buttons-wrap {
    flex-direction: column;
  }
}
.cid-uvjnzY64Q6 .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-uvjnzY64Q6 .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uvjnzY64Q6 .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uvjnzY64Q6 .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-uvjnzY64Q6 .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uvjnzY64Q6 .items .list-item:last-child .listico {
  display: none;
}
.cid-uvjnzY64Q6 .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvjnzY64Q6 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvjml7YRNh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvjml7YRNh .container {
  display: flex;
  justify-content: center;
  max-width: 1920px;
}
.cid-uvjml7YRNh .row {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.cid-uvjml7YRNh .col-brand {
  margin-bottom: 40px;
}
.cid-uvjml7YRNh .col-link {
  margin-bottom: 30px;
}
.cid-uvjml7YRNh .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uvjml7YRNh .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uvjml7YRNh .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uvjml7YRNh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvjml7YRNh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvjml7YRNh .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-uvjml7YRNh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvjml7YRNh .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uvjml7YRNh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uvjml7YRNh .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvjml7YRNh .soc-item:hover {
  background-color: #738bae;
}
.cid-uvjml7YRNh .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-uvjml7YRNh .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-uvjml7YRNh .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uvjml7YRNh .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uvjml7YRNh .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-uvjml7YRNh .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uvjml7YRNh .pgk-text .text-black {
  color: #00284E !important;
}
.cid-uvjml7YRNh .pgk-text a {
  opacity: 0.8;
}
.cid-uvjml7YRNh .pgk-text a:hover {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uvjml7YRNh .col-copyright {
  margin-top: 44px;
}
.cid-uvjml7YRNh .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-uvjml7YRNh .copyright {
    text-align: center !important;
  }
}
.cid-uvjml7YRNh .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvjml7YRNh .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkg8OudDA {
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.cid-uvkg8OudDA .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvkg8OudDA .container {
  max-width: 1920px;
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
.cid-uvkg8OudDA .dropdown-menu {
  padding: 0;
}
.cid-uvkg8OudDA .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uvkg8OudDA .dropdown-item {
    text-align: left !important;
  }
}
.cid-uvkg8OudDA .dropdown-item:hover {
  background-position: right !important;
}
.cid-uvkg8OudDA .dropdown-item:hover:after {
  color: #fbc301;
}
.cid-uvkg8OudDA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvkg8OudDA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvkg8OudDA .nav-link {
  position: relative;
}
.cid-uvkg8OudDA .dropdown-menu,
.cid-uvkg8OudDA .navbar.opened {
  background: #ffffff !important;
}
.cid-uvkg8OudDA .nav-item:focus,
.cid-uvkg8OudDA .nav-link:focus {
  outline: none;
}
.cid-uvkg8OudDA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvkg8OudDA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvkg8OudDA .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvkg8OudDA .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvkg8OudDA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  position: relative ;
  background: #ffffff;
}
.cid-uvkg8OudDA .navbar.opened {
  transition: all 0.3s;
}
.cid-uvkg8OudDA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvkg8OudDA .navbar .navbar-logo img {
  width: auto;
}
.cid-uvkg8OudDA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uvkg8OudDA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvkg8OudDA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvkg8OudDA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvkg8OudDA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvkg8OudDA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvkg8OudDA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvkg8OudDA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvkg8OudDA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvkg8OudDA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvkg8OudDA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvkg8OudDA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uvkg8OudDA .navbar {
    min-height: 70px;
  }
}
.cid-uvkg8OudDA .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uvkg8OudDA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding: 10px 15px 10px 0 !important;
}
.cid-uvkg8OudDA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvkg8OudDA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uvkg8OudDA .navbar-brand {
    min-height: 70px;
  }
}
.cid-uvkg8OudDA .dropdown-item.active,
.cid-uvkg8OudDA .dropdown-item:active {
  background-color: transparent;
}
.cid-uvkg8OudDA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvkg8OudDA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvkg8OudDA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvkg8OudDA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-top: 0.5rem;
}
.cid-uvkg8OudDA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvkg8OudDA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvkg8OudDA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvkg8OudDA button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvkg8OudDA button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uvkg8OudDA button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvkg8OudDA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uvkg8OudDA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uvkg8OudDA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvkg8OudDA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvkg8OudDA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvkg8OudDA nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvkg8OudDA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvkg8OudDA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvkg8OudDA nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvkg8OudDA .navbar-dropdown {
  padding: 0;
}
.cid-uvkg8OudDA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvkg8OudDA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvkg8OudDA .navbar {
    height: 70px;
  }
  .cid-uvkg8OudDA .navbar.opened {
    height: auto;
  }
  .cid-uvkg8OudDA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvkg8OudDA .navbar-short {
  border-bottom: 1px solid #fdc10b;
  min-height: 70px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-uvkg8OudDA .navbar-short {
    min-height: 70px;
  }
}
.cid-uvkg8OudDA .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvkg8OudDA .navbar-nav {
  display: flex !important;
  padding-bottom: 10px;
}
.cid-uvkg8OudDA .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
  font-weight: 900;
  transition: 0.3s all;
}
.cid-uvkg8OudDA .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  font-weight: inherit !important;
  justify-content: flex-start;
}
.cid-uvkg8OudDA .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uvkg8OudDA .navbar-nav .nav-item .nav-link:hover,
.cid-uvkg8OudDA .navbar-nav .nav-item .nav-link:focus,
.cid-uvkg8OudDA .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uvkg8OudDA .navbar-nav .nav-item:not(:first-child) {
  margin-top: 1.5rem !important;
}
.cid-uvkg8OudDA .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ffffff !important;
}
.cid-uvkg8OudDA .pgk-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uvkg8OudDA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uvkg8OudDA button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
  padding: 0;
}
.cid-uvkg8OudDA button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uvkg8OudDA button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uvkg8OudDA button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-uvkg8OudDA button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uvkg8OudDA button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uvkg8OudDA button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 26px;
  transition: all 0.2s;
}
.cid-uvkg8OudDA .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
  opacity: 1 !important;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  z-index: 20;
  align-self: center;
  padding: 0;
}
.cid-uvkg8OudDA .btn-close .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uvkg8OudDA .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
}
.cid-uvkg8OudDA .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uvkg8OudDA .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uvkg8OudDA .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uvkg8OudDA .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uvkg8OudDA .offcanvas-end {
  right: 0 !important;
  transform: translateX(100%);
}
.cid-uvkg8OudDA .offcanvas.show {
  transform: translateX(0);
}
.cid-uvkg8OudDA .offcanvas {
  width: 36%;
  padding: 10px;
  border-left: none !important;
  background-color: transparent !important;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uvkg8OudDA .offcanvas {
    width: 512px;
  }
}
@media (max-width: 767px) {
  .cid-uvkg8OudDA .offcanvas {
    width: 100%;
  }
}
.cid-uvkg8OudDA .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvkg8OudDA .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 3rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
  border: 0.3px solid #fdc10b;
  width: 100%;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(252, 193, 4, 0.1);
  overflow: auto;
}
.cid-uvkg8OudDA .offcanvas-body .offcanvas_head {
  width: 100%;
  padding-bottom: 20px;
}
.cid-uvkg8OudDA .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvkg8OudDA .modal-backdrop.show {
  opacity: 0 !important;
}
.cid-uvkg8OudDA .offcanvas_link {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.cid-uvkg8OudDA .offcanvas_foot {
  width: 100%;
  margin-top: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-top: 10px;
}
.cid-uvkg8OudDA .offcanvas_btn {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.cid-uvkg8OudDA .offcanvas_btn .pgk-section-btn {
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uvkg8OudDA .offcanvas_btn .pgk-section-btn .btn {
    width: auto !important;
  }
}
.cid-uvkg8OudDA .second-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-uvkg8OudDA .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-uvkg8OudDA .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-uvkg8OudDA .list li:hover {
  color: #fbc301 !important;
}
.cid-uvkg8OudDA .list a {
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  transition: 0.3s all;
}
.cid-uvkg8OudDA .list a:hover {
  color: #fbc301 !important;
  line-height: inherit !important;
}
.cid-uvkg8OudDA .second-list {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #2c2c2c;
}
@media (max-width: 991px) {
  .cid-uvkg8OudDA .second-list {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uvkg8OudDA .second-list li {
  line-height: 1.5;
  opacity: 0.8;
}
.cid-uvkg8OudDA .second-list li:hover {
  opacity: 1;
}
.cid-uvkg8OudDA .footer-text {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #2c2c2c;
  margin-bottom: 0;
  opacity: 0.8;
  align-self: end;
  text-align: right;
}
.cid-uvkg8OudDA .dropdown-item:hover {
  color: #fbc301 !important;
}
.cid-uvkg8P5dGk {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/0.jpg");
}
.cid-uvkg8P5dGk .pgk-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-uvkg8P5dGk .pgk-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-uvkg8P5dGk .pgk-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-uvkg8P5dGk .pgk-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uvkg8P5dGk .pgk-text {
  color: #ffffff;
  width: 100;
}
.cid-uvkg8P5dGk .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #661ea8;
  margin-left: 0.6rem;
}
.cid-uvkg8P5dGk .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uvkg8P5dGk .pgk-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-uvkg8P5dGk .separator,
  .cid-uvkg8P5dGk .sep-holder,
  .cid-uvkg8P5dGk .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uvkg8P5dGk .buttons-wrap {
    flex-direction: column;
  }
}
.cid-uvkg8P5dGk .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-uvkg8P5dGk .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uvkg8P5dGk .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uvkg8P5dGk .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-uvkg8P5dGk .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uvkg8P5dGk .items .list-item:last-child .listico {
  display: none;
}
.cid-uvkg8P5dGk .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvkg8P5dGk .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkg8PBF5d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #000000;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(251, 195, 1, 0.2));
}
.cid-uvkg8PBF5d .pgk-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uvkg8PBF5d .container {
  z-index: 1;
}
.cid-uvkg8PBF5d .pgk-section-title {
  color: #233d63;
}
.cid-uvkg8PBF5d .pgk-section-subtitle {
  text-align: center;
}
.cid-uvkg8PBF5d .pgk-section-btn {
  margin-top: 35px;
}
.cid-uvkg8PBF5d .pgk-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uvkg8PBF5d .pgk-section-btn .btn-white:hover {
  background-color: #fbc301 !important;
  border-color: #fbc301 !important;
  color: #ffffff !important;
}
.cid-uvkg8PBF5d .pgk-section-title,
.cid-uvkg8PBF5d .pgk-section-btn {
  text-align: center;
}
.cid-uvkg8PBF5d .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uvkg8PBF5d .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uvkg8PBF5d .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvkg8PBF5d .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkg8Q1VtJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvkg8Q1VtJ .container {
  display: flex;
  justify-content: center;
  max-width: 1920px;
}
.cid-uvkg8Q1VtJ .row {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.cid-uvkg8Q1VtJ .col-brand {
  margin-bottom: 40px;
}
.cid-uvkg8Q1VtJ .col-link {
  margin-bottom: 30px;
}
.cid-uvkg8Q1VtJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uvkg8Q1VtJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uvkg8Q1VtJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uvkg8Q1VtJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvkg8Q1VtJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvkg8Q1VtJ .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-uvkg8Q1VtJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvkg8Q1VtJ .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uvkg8Q1VtJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uvkg8Q1VtJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvkg8Q1VtJ .soc-item:hover {
  background-color: #738bae;
}
.cid-uvkg8Q1VtJ .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-uvkg8Q1VtJ .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-uvkg8Q1VtJ .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uvkg8Q1VtJ .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uvkg8Q1VtJ .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-uvkg8Q1VtJ .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uvkg8Q1VtJ .pgk-text .text-black {
  color: #00284E !important;
}
.cid-uvkg8Q1VtJ .pgk-text a {
  opacity: 0.8;
}
.cid-uvkg8Q1VtJ .pgk-text a:hover {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uvkg8Q1VtJ .col-copyright {
  margin-top: 44px;
}
.cid-uvkg8Q1VtJ .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-uvkg8Q1VtJ .copyright {
    text-align: center !important;
  }
}
.cid-uvkg8Q1VtJ .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvkg8Q1VtJ .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkjkhgpxX {
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.cid-uvkjkhgpxX .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvkjkhgpxX .container {
  max-width: 1920px;
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
.cid-uvkjkhgpxX .dropdown-menu {
  padding: 0;
}
.cid-uvkjkhgpxX .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uvkjkhgpxX .dropdown-item {
    text-align: left !important;
  }
}
.cid-uvkjkhgpxX .dropdown-item:hover {
  background-position: right !important;
}
.cid-uvkjkhgpxX .dropdown-item:hover:after {
  color: #fbc301;
}
.cid-uvkjkhgpxX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvkjkhgpxX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvkjkhgpxX .nav-link {
  position: relative;
}
.cid-uvkjkhgpxX .dropdown-menu,
.cid-uvkjkhgpxX .navbar.opened {
  background: #ffffff !important;
}
.cid-uvkjkhgpxX .nav-item:focus,
.cid-uvkjkhgpxX .nav-link:focus {
  outline: none;
}
.cid-uvkjkhgpxX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvkjkhgpxX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvkjkhgpxX .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvkjkhgpxX .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvkjkhgpxX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  position: relative ;
  background: #ffffff;
}
.cid-uvkjkhgpxX .navbar.opened {
  transition: all 0.3s;
}
.cid-uvkjkhgpxX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvkjkhgpxX .navbar .navbar-logo img {
  width: auto;
}
.cid-uvkjkhgpxX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uvkjkhgpxX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvkjkhgpxX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvkjkhgpxX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvkjkhgpxX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvkjkhgpxX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvkjkhgpxX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvkjkhgpxX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvkjkhgpxX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvkjkhgpxX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvkjkhgpxX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvkjkhgpxX .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uvkjkhgpxX .navbar {
    min-height: 70px;
  }
}
.cid-uvkjkhgpxX .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uvkjkhgpxX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding: 10px 15px 10px 0 !important;
}
.cid-uvkjkhgpxX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvkjkhgpxX .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uvkjkhgpxX .navbar-brand {
    min-height: 70px;
  }
}
.cid-uvkjkhgpxX .dropdown-item.active,
.cid-uvkjkhgpxX .dropdown-item:active {
  background-color: transparent;
}
.cid-uvkjkhgpxX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvkjkhgpxX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvkjkhgpxX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvkjkhgpxX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-top: 0.5rem;
}
.cid-uvkjkhgpxX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvkjkhgpxX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvkjkhgpxX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvkjkhgpxX button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvkjkhgpxX button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uvkjkhgpxX button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvkjkhgpxX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uvkjkhgpxX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uvkjkhgpxX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvkjkhgpxX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvkjkhgpxX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvkjkhgpxX nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvkjkhgpxX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvkjkhgpxX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvkjkhgpxX nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvkjkhgpxX .navbar-dropdown {
  padding: 0;
}
.cid-uvkjkhgpxX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvkjkhgpxX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvkjkhgpxX .navbar {
    height: 70px;
  }
  .cid-uvkjkhgpxX .navbar.opened {
    height: auto;
  }
  .cid-uvkjkhgpxX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvkjkhgpxX .navbar-short {
  border-bottom: 1px solid #fdc10b;
  min-height: 70px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-uvkjkhgpxX .navbar-short {
    min-height: 70px;
  }
}
.cid-uvkjkhgpxX .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvkjkhgpxX .navbar-nav {
  display: flex !important;
  padding-bottom: 10px;
}
.cid-uvkjkhgpxX .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
  font-weight: 900;
  transition: 0.3s all;
}
.cid-uvkjkhgpxX .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  font-weight: inherit !important;
  justify-content: flex-start;
}
.cid-uvkjkhgpxX .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uvkjkhgpxX .navbar-nav .nav-item .nav-link:hover,
.cid-uvkjkhgpxX .navbar-nav .nav-item .nav-link:focus,
.cid-uvkjkhgpxX .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uvkjkhgpxX .navbar-nav .nav-item:not(:first-child) {
  margin-top: 1.5rem !important;
}
.cid-uvkjkhgpxX .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ffffff !important;
}
.cid-uvkjkhgpxX .pgk-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uvkjkhgpxX .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uvkjkhgpxX button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
  padding: 0;
}
.cid-uvkjkhgpxX button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uvkjkhgpxX button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uvkjkhgpxX button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-uvkjkhgpxX button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uvkjkhgpxX button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uvkjkhgpxX button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 26px;
  transition: all 0.2s;
}
.cid-uvkjkhgpxX .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
  opacity: 1 !important;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  z-index: 20;
  align-self: center;
  padding: 0;
}
.cid-uvkjkhgpxX .btn-close .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uvkjkhgpxX .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
}
.cid-uvkjkhgpxX .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uvkjkhgpxX .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uvkjkhgpxX .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uvkjkhgpxX .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uvkjkhgpxX .offcanvas-end {
  right: 0 !important;
  transform: translateX(100%);
}
.cid-uvkjkhgpxX .offcanvas.show {
  transform: translateX(0);
}
.cid-uvkjkhgpxX .offcanvas {
  width: 36%;
  padding: 10px;
  border-left: none !important;
  background-color: transparent !important;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uvkjkhgpxX .offcanvas {
    width: 512px;
  }
}
@media (max-width: 767px) {
  .cid-uvkjkhgpxX .offcanvas {
    width: 100%;
  }
}
.cid-uvkjkhgpxX .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvkjkhgpxX .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 3rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
  border: 0.3px solid #fdc10b;
  width: 100%;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(252, 193, 4, 0.1);
  overflow: auto;
}
.cid-uvkjkhgpxX .offcanvas-body .offcanvas_head {
  width: 100%;
  padding-bottom: 20px;
}
.cid-uvkjkhgpxX .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvkjkhgpxX .modal-backdrop.show {
  opacity: 0 !important;
}
.cid-uvkjkhgpxX .offcanvas_link {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.cid-uvkjkhgpxX .offcanvas_foot {
  width: 100%;
  margin-top: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-top: 10px;
}
.cid-uvkjkhgpxX .offcanvas_btn {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.cid-uvkjkhgpxX .offcanvas_btn .pgk-section-btn {
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uvkjkhgpxX .offcanvas_btn .pgk-section-btn .btn {
    width: auto !important;
  }
}
.cid-uvkjkhgpxX .second-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-uvkjkhgpxX .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-uvkjkhgpxX .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-uvkjkhgpxX .list li:hover {
  color: #fbc301 !important;
}
.cid-uvkjkhgpxX .list a {
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  transition: 0.3s all;
}
.cid-uvkjkhgpxX .list a:hover {
  color: #fbc301 !important;
  line-height: inherit !important;
}
.cid-uvkjkhgpxX .second-list {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #2c2c2c;
}
@media (max-width: 991px) {
  .cid-uvkjkhgpxX .second-list {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uvkjkhgpxX .second-list li {
  line-height: 1.5;
  opacity: 0.8;
}
.cid-uvkjkhgpxX .second-list li:hover {
  opacity: 1;
}
.cid-uvkjkhgpxX .footer-text {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #2c2c2c;
  margin-bottom: 0;
  opacity: 0.8;
  align-self: end;
  text-align: right;
}
.cid-uvkjkhgpxX .dropdown-item:hover {
  color: #fbc301 !important;
}
.cid-uvkjkhxLVy {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/a5wf51we6fa1we.jpg");
}
.cid-uvkjkhxLVy .pgk-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-uvkjkhxLVy .pgk-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-uvkjkhxLVy .pgk-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-uvkjkhxLVy .pgk-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uvkjkhxLVy .pgk-text {
  color: #ffffff;
  width: 100;
}
.cid-uvkjkhxLVy .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #661ea8;
  margin-left: 0.6rem;
}
.cid-uvkjkhxLVy .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uvkjkhxLVy .pgk-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-uvkjkhxLVy .separator,
  .cid-uvkjkhxLVy .sep-holder,
  .cid-uvkjkhxLVy .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uvkjkhxLVy .buttons-wrap {
    flex-direction: column;
  }
}
.cid-uvkjkhxLVy .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-uvkjkhxLVy .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uvkjkhxLVy .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uvkjkhxLVy .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-uvkjkhxLVy .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uvkjkhxLVy .items .list-item:last-child .listico {
  display: none;
}
.cid-uvkjkhxLVy .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvkjkhxLVy .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkjkhNFd6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #000000;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(251, 195, 1, 0.2));
}
.cid-uvkjkhNFd6 .pgk-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uvkjkhNFd6 .container {
  z-index: 1;
}
.cid-uvkjkhNFd6 .pgk-section-title {
  color: #233d63;
}
.cid-uvkjkhNFd6 .pgk-section-subtitle {
  text-align: center;
}
.cid-uvkjkhNFd6 .pgk-section-btn {
  margin-top: 35px;
}
.cid-uvkjkhNFd6 .pgk-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uvkjkhNFd6 .pgk-section-btn .btn-white:hover {
  background-color: #fbc301 !important;
  border-color: #fbc301 !important;
  color: #ffffff !important;
}
.cid-uvkjkhNFd6 .pgk-section-title,
.cid-uvkjkhNFd6 .pgk-section-btn {
  text-align: center;
}
.cid-uvkjkhNFd6 .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uvkjkhNFd6 .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uvkjkhNFd6 .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvkjkhNFd6 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkjki0hXG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvkjki0hXG .container {
  display: flex;
  justify-content: center;
  max-width: 1920px;
}
.cid-uvkjki0hXG .row {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.cid-uvkjki0hXG .col-brand {
  margin-bottom: 40px;
}
.cid-uvkjki0hXG .col-link {
  margin-bottom: 30px;
}
.cid-uvkjki0hXG .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uvkjki0hXG .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uvkjki0hXG .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uvkjki0hXG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvkjki0hXG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvkjki0hXG .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-uvkjki0hXG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvkjki0hXG .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uvkjki0hXG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uvkjki0hXG .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvkjki0hXG .soc-item:hover {
  background-color: #738bae;
}
.cid-uvkjki0hXG .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-uvkjki0hXG .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-uvkjki0hXG .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uvkjki0hXG .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uvkjki0hXG .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-uvkjki0hXG .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uvkjki0hXG .pgk-text .text-black {
  color: #00284E !important;
}
.cid-uvkjki0hXG .pgk-text a {
  opacity: 0.8;
}
.cid-uvkjki0hXG .pgk-text a:hover {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uvkjki0hXG .col-copyright {
  margin-top: 44px;
}
.cid-uvkjki0hXG .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-uvkjki0hXG .copyright {
    text-align: center !important;
  }
}
.cid-uvkjki0hXG .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvkjki0hXG .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkjPSA4U0 {
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.cid-uvkjPSA4U0 .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvkjPSA4U0 .container {
  max-width: 1920px;
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
.cid-uvkjPSA4U0 .dropdown-menu {
  padding: 0;
}
.cid-uvkjPSA4U0 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uvkjPSA4U0 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uvkjPSA4U0 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uvkjPSA4U0 .dropdown-item:hover:after {
  color: #fbc301;
}
.cid-uvkjPSA4U0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvkjPSA4U0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvkjPSA4U0 .nav-link {
  position: relative;
}
.cid-uvkjPSA4U0 .dropdown-menu,
.cid-uvkjPSA4U0 .navbar.opened {
  background: #ffffff !important;
}
.cid-uvkjPSA4U0 .nav-item:focus,
.cid-uvkjPSA4U0 .nav-link:focus {
  outline: none;
}
.cid-uvkjPSA4U0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvkjPSA4U0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvkjPSA4U0 .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvkjPSA4U0 .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvkjPSA4U0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  position: relative ;
  background: #ffffff;
}
.cid-uvkjPSA4U0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvkjPSA4U0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvkjPSA4U0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvkjPSA4U0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uvkjPSA4U0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvkjPSA4U0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvkjPSA4U0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvkjPSA4U0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvkjPSA4U0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvkjPSA4U0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvkjPSA4U0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvkjPSA4U0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvkjPSA4U0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvkjPSA4U0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvkjPSA4U0 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uvkjPSA4U0 .navbar {
    min-height: 70px;
  }
}
.cid-uvkjPSA4U0 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uvkjPSA4U0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding: 10px 15px 10px 0 !important;
}
.cid-uvkjPSA4U0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvkjPSA4U0 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uvkjPSA4U0 .navbar-brand {
    min-height: 70px;
  }
}
.cid-uvkjPSA4U0 .dropdown-item.active,
.cid-uvkjPSA4U0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvkjPSA4U0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvkjPSA4U0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvkjPSA4U0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvkjPSA4U0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-top: 0.5rem;
}
.cid-uvkjPSA4U0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvkjPSA4U0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvkjPSA4U0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvkjPSA4U0 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvkjPSA4U0 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uvkjPSA4U0 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvkjPSA4U0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uvkjPSA4U0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uvkjPSA4U0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvkjPSA4U0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvkjPSA4U0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvkjPSA4U0 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvkjPSA4U0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvkjPSA4U0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvkjPSA4U0 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvkjPSA4U0 .navbar-dropdown {
  padding: 0;
}
.cid-uvkjPSA4U0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvkjPSA4U0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvkjPSA4U0 .navbar {
    height: 70px;
  }
  .cid-uvkjPSA4U0 .navbar.opened {
    height: auto;
  }
  .cid-uvkjPSA4U0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvkjPSA4U0 .navbar-short {
  border-bottom: 1px solid #fdc10b;
  min-height: 70px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-uvkjPSA4U0 .navbar-short {
    min-height: 70px;
  }
}
.cid-uvkjPSA4U0 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvkjPSA4U0 .navbar-nav {
  display: flex !important;
  padding-bottom: 10px;
}
.cid-uvkjPSA4U0 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
  font-weight: 900;
  transition: 0.3s all;
}
.cid-uvkjPSA4U0 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  font-weight: inherit !important;
  justify-content: flex-start;
}
.cid-uvkjPSA4U0 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uvkjPSA4U0 .navbar-nav .nav-item .nav-link:hover,
.cid-uvkjPSA4U0 .navbar-nav .nav-item .nav-link:focus,
.cid-uvkjPSA4U0 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uvkjPSA4U0 .navbar-nav .nav-item:not(:first-child) {
  margin-top: 1.5rem !important;
}
.cid-uvkjPSA4U0 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ffffff !important;
}
.cid-uvkjPSA4U0 .pgk-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uvkjPSA4U0 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uvkjPSA4U0 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
  padding: 0;
}
.cid-uvkjPSA4U0 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uvkjPSA4U0 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uvkjPSA4U0 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-uvkjPSA4U0 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uvkjPSA4U0 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uvkjPSA4U0 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 26px;
  transition: all 0.2s;
}
.cid-uvkjPSA4U0 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
  opacity: 1 !important;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  z-index: 20;
  align-self: center;
  padding: 0;
}
.cid-uvkjPSA4U0 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uvkjPSA4U0 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
}
.cid-uvkjPSA4U0 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uvkjPSA4U0 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uvkjPSA4U0 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uvkjPSA4U0 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uvkjPSA4U0 .offcanvas-end {
  right: 0 !important;
  transform: translateX(100%);
}
.cid-uvkjPSA4U0 .offcanvas.show {
  transform: translateX(0);
}
.cid-uvkjPSA4U0 .offcanvas {
  width: 36%;
  padding: 10px;
  border-left: none !important;
  background-color: transparent !important;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uvkjPSA4U0 .offcanvas {
    width: 512px;
  }
}
@media (max-width: 767px) {
  .cid-uvkjPSA4U0 .offcanvas {
    width: 100%;
  }
}
.cid-uvkjPSA4U0 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvkjPSA4U0 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 3rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
  border: 0.3px solid #fdc10b;
  width: 100%;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(252, 193, 4, 0.1);
  overflow: auto;
}
.cid-uvkjPSA4U0 .offcanvas-body .offcanvas_head {
  width: 100%;
  padding-bottom: 20px;
}
.cid-uvkjPSA4U0 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvkjPSA4U0 .modal-backdrop.show {
  opacity: 0 !important;
}
.cid-uvkjPSA4U0 .offcanvas_link {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.cid-uvkjPSA4U0 .offcanvas_foot {
  width: 100%;
  margin-top: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-top: 10px;
}
.cid-uvkjPSA4U0 .offcanvas_btn {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.cid-uvkjPSA4U0 .offcanvas_btn .pgk-section-btn {
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uvkjPSA4U0 .offcanvas_btn .pgk-section-btn .btn {
    width: auto !important;
  }
}
.cid-uvkjPSA4U0 .second-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-uvkjPSA4U0 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-uvkjPSA4U0 .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-uvkjPSA4U0 .list li:hover {
  color: #fbc301 !important;
}
.cid-uvkjPSA4U0 .list a {
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  transition: 0.3s all;
}
.cid-uvkjPSA4U0 .list a:hover {
  color: #fbc301 !important;
  line-height: inherit !important;
}
.cid-uvkjPSA4U0 .second-list {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #2c2c2c;
}
@media (max-width: 991px) {
  .cid-uvkjPSA4U0 .second-list {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uvkjPSA4U0 .second-list li {
  line-height: 1.5;
  opacity: 0.8;
}
.cid-uvkjPSA4U0 .second-list li:hover {
  opacity: 1;
}
.cid-uvkjPSA4U0 .footer-text {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #2c2c2c;
  margin-bottom: 0;
  opacity: 0.8;
  align-self: end;
  text-align: right;
}
.cid-uvkjPSA4U0 .dropdown-item:hover {
  color: #fbc301 !important;
}
.cid-uvkjPSSLFg {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/798g98h743rdwfv.jpg");
}
.cid-uvkjPSSLFg .pgk-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-uvkjPSSLFg .pgk-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-uvkjPSSLFg .pgk-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-uvkjPSSLFg .pgk-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uvkjPSSLFg .pgk-text {
  color: #ffffff;
  width: 100;
}
.cid-uvkjPSSLFg .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #661ea8;
  margin-left: 0.6rem;
}
.cid-uvkjPSSLFg .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uvkjPSSLFg .pgk-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-uvkjPSSLFg .separator,
  .cid-uvkjPSSLFg .sep-holder,
  .cid-uvkjPSSLFg .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uvkjPSSLFg .buttons-wrap {
    flex-direction: column;
  }
}
.cid-uvkjPSSLFg .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-uvkjPSSLFg .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uvkjPSSLFg .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uvkjPSSLFg .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-uvkjPSSLFg .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uvkjPSSLFg .items .list-item:last-child .listico {
  display: none;
}
.cid-uvkjPSSLFg .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvkjPSSLFg .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkjPTpNZB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #000000;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(251, 195, 1, 0.2));
}
.cid-uvkjPTpNZB .pgk-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uvkjPTpNZB .container {
  z-index: 1;
}
.cid-uvkjPTpNZB .pgk-section-title {
  color: #233d63;
}
.cid-uvkjPTpNZB .pgk-section-subtitle {
  text-align: center;
}
.cid-uvkjPTpNZB .pgk-section-btn {
  margin-top: 35px;
}
.cid-uvkjPTpNZB .pgk-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uvkjPTpNZB .pgk-section-btn .btn-white:hover {
  background-color: #fbc301 !important;
  border-color: #fbc301 !important;
  color: #ffffff !important;
}
.cid-uvkjPTpNZB .pgk-section-title,
.cid-uvkjPTpNZB .pgk-section-btn {
  text-align: center;
}
.cid-uvkjPTpNZB .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uvkjPTpNZB .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uvkjPTpNZB .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvkjPTpNZB .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkjPTHLqE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvkjPTHLqE .container {
  display: flex;
  justify-content: center;
  max-width: 1920px;
}
.cid-uvkjPTHLqE .row {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.cid-uvkjPTHLqE .col-brand {
  margin-bottom: 40px;
}
.cid-uvkjPTHLqE .col-link {
  margin-bottom: 30px;
}
.cid-uvkjPTHLqE .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uvkjPTHLqE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uvkjPTHLqE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uvkjPTHLqE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvkjPTHLqE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvkjPTHLqE .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-uvkjPTHLqE .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvkjPTHLqE .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uvkjPTHLqE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uvkjPTHLqE .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvkjPTHLqE .soc-item:hover {
  background-color: #738bae;
}
.cid-uvkjPTHLqE .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-uvkjPTHLqE .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-uvkjPTHLqE .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uvkjPTHLqE .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uvkjPTHLqE .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-uvkjPTHLqE .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uvkjPTHLqE .pgk-text .text-black {
  color: #00284E !important;
}
.cid-uvkjPTHLqE .pgk-text a {
  opacity: 0.8;
}
.cid-uvkjPTHLqE .pgk-text a:hover {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uvkjPTHLqE .col-copyright {
  margin-top: 44px;
}
.cid-uvkjPTHLqE .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-uvkjPTHLqE .copyright {
    text-align: center !important;
  }
}
.cid-uvkjPTHLqE .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvkjPTHLqE .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvklw7EfzQ {
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.cid-uvklw7EfzQ .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvklw7EfzQ .container {
  max-width: 1920px;
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
.cid-uvklw7EfzQ .dropdown-menu {
  padding: 0;
}
.cid-uvklw7EfzQ .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uvklw7EfzQ .dropdown-item {
    text-align: left !important;
  }
}
.cid-uvklw7EfzQ .dropdown-item:hover {
  background-position: right !important;
}
.cid-uvklw7EfzQ .dropdown-item:hover:after {
  color: #fbc301;
}
.cid-uvklw7EfzQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvklw7EfzQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvklw7EfzQ .nav-link {
  position: relative;
}
.cid-uvklw7EfzQ .dropdown-menu,
.cid-uvklw7EfzQ .navbar.opened {
  background: #ffffff !important;
}
.cid-uvklw7EfzQ .nav-item:focus,
.cid-uvklw7EfzQ .nav-link:focus {
  outline: none;
}
.cid-uvklw7EfzQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvklw7EfzQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvklw7EfzQ .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvklw7EfzQ .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvklw7EfzQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  position: relative ;
  background: #ffffff;
}
.cid-uvklw7EfzQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uvklw7EfzQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvklw7EfzQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uvklw7EfzQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uvklw7EfzQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvklw7EfzQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvklw7EfzQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvklw7EfzQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvklw7EfzQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvklw7EfzQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvklw7EfzQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvklw7EfzQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvklw7EfzQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvklw7EfzQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvklw7EfzQ .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uvklw7EfzQ .navbar {
    min-height: 70px;
  }
}
.cid-uvklw7EfzQ .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uvklw7EfzQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding: 10px 15px 10px 0 !important;
}
.cid-uvklw7EfzQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvklw7EfzQ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uvklw7EfzQ .navbar-brand {
    min-height: 70px;
  }
}
.cid-uvklw7EfzQ .dropdown-item.active,
.cid-uvklw7EfzQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uvklw7EfzQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvklw7EfzQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvklw7EfzQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvklw7EfzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-top: 0.5rem;
}
.cid-uvklw7EfzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvklw7EfzQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvklw7EfzQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvklw7EfzQ button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvklw7EfzQ button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uvklw7EfzQ button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvklw7EfzQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uvklw7EfzQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uvklw7EfzQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvklw7EfzQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvklw7EfzQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvklw7EfzQ nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvklw7EfzQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvklw7EfzQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvklw7EfzQ nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvklw7EfzQ .navbar-dropdown {
  padding: 0;
}
.cid-uvklw7EfzQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvklw7EfzQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvklw7EfzQ .navbar {
    height: 70px;
  }
  .cid-uvklw7EfzQ .navbar.opened {
    height: auto;
  }
  .cid-uvklw7EfzQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvklw7EfzQ .navbar-short {
  border-bottom: 1px solid #fdc10b;
  min-height: 70px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-uvklw7EfzQ .navbar-short {
    min-height: 70px;
  }
}
.cid-uvklw7EfzQ .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvklw7EfzQ .navbar-nav {
  display: flex !important;
  padding-bottom: 10px;
}
.cid-uvklw7EfzQ .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
  font-weight: 900;
  transition: 0.3s all;
}
.cid-uvklw7EfzQ .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  font-weight: inherit !important;
  justify-content: flex-start;
}
.cid-uvklw7EfzQ .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uvklw7EfzQ .navbar-nav .nav-item .nav-link:hover,
.cid-uvklw7EfzQ .navbar-nav .nav-item .nav-link:focus,
.cid-uvklw7EfzQ .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uvklw7EfzQ .navbar-nav .nav-item:not(:first-child) {
  margin-top: 1.5rem !important;
}
.cid-uvklw7EfzQ .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ffffff !important;
}
.cid-uvklw7EfzQ .pgk-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uvklw7EfzQ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uvklw7EfzQ button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
  padding: 0;
}
.cid-uvklw7EfzQ button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uvklw7EfzQ button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #fbc301;
}
.cid-uvklw7EfzQ button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-uvklw7EfzQ button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uvklw7EfzQ button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uvklw7EfzQ button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 26px;
  transition: all 0.2s;
}
.cid-uvklw7EfzQ .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
  opacity: 1 !important;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  z-index: 20;
  align-self: center;
  padding: 0;
}
.cid-uvklw7EfzQ .btn-close .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uvklw7EfzQ .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
}
.cid-uvklw7EfzQ .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uvklw7EfzQ .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uvklw7EfzQ .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uvklw7EfzQ .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uvklw7EfzQ .offcanvas-end {
  right: 0 !important;
  transform: translateX(100%);
}
.cid-uvklw7EfzQ .offcanvas.show {
  transform: translateX(0);
}
.cid-uvklw7EfzQ .offcanvas {
  width: 36%;
  padding: 10px;
  border-left: none !important;
  background-color: transparent !important;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uvklw7EfzQ .offcanvas {
    width: 512px;
  }
}
@media (max-width: 767px) {
  .cid-uvklw7EfzQ .offcanvas {
    width: 100%;
  }
}
.cid-uvklw7EfzQ .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvklw7EfzQ .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 3rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
  border: 0.3px solid #fdc10b;
  width: 100%;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(252, 193, 4, 0.1);
  overflow: auto;
}
.cid-uvklw7EfzQ .offcanvas-body .offcanvas_head {
  width: 100%;
  padding-bottom: 20px;
}
.cid-uvklw7EfzQ .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvklw7EfzQ .modal-backdrop.show {
  opacity: 0 !important;
}
.cid-uvklw7EfzQ .offcanvas_link {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.cid-uvklw7EfzQ .offcanvas_foot {
  width: 100%;
  margin-top: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-top: 10px;
}
.cid-uvklw7EfzQ .offcanvas_btn {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.cid-uvklw7EfzQ .offcanvas_btn .pgk-section-btn {
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uvklw7EfzQ .offcanvas_btn .pgk-section-btn .btn {
    width: auto !important;
  }
}
.cid-uvklw7EfzQ .second-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-uvklw7EfzQ .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-uvklw7EfzQ .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-uvklw7EfzQ .list li:hover {
  color: #fbc301 !important;
}
.cid-uvklw7EfzQ .list a {
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  transition: 0.3s all;
}
.cid-uvklw7EfzQ .list a:hover {
  color: #fbc301 !important;
  line-height: inherit !important;
}
.cid-uvklw7EfzQ .second-list {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #2c2c2c;
}
@media (max-width: 991px) {
  .cid-uvklw7EfzQ .second-list {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uvklw7EfzQ .second-list li {
  line-height: 1.5;
  opacity: 0.8;
}
.cid-uvklw7EfzQ .second-list li:hover {
  opacity: 1;
}
.cid-uvklw7EfzQ .footer-text {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #2c2c2c;
  margin-bottom: 0;
  opacity: 0.8;
  align-self: end;
  text-align: right;
}
.cid-uvklw7EfzQ .dropdown-item:hover {
  color: #fbc301 !important;
}
.cid-uvklw8kJvi {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/798g98h743rdwfv.jpg");
}
.cid-uvklw8kJvi .pgk-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-uvklw8kJvi .pgk-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-uvklw8kJvi .pgk-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-uvklw8kJvi .pgk-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uvklw8kJvi .pgk-text {
  color: #ffffff;
  width: 100;
}
.cid-uvklw8kJvi .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #661ea8;
  margin-left: 0.6rem;
}
.cid-uvklw8kJvi .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uvklw8kJvi .pgk-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-uvklw8kJvi .separator,
  .cid-uvklw8kJvi .sep-holder,
  .cid-uvklw8kJvi .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uvklw8kJvi .buttons-wrap {
    flex-direction: column;
  }
}
.cid-uvklw8kJvi .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-uvklw8kJvi .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uvklw8kJvi .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uvklw8kJvi .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-uvklw8kJvi .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uvklw8kJvi .items .list-item:last-child .listico {
  display: none;
}
.cid-uvklw8kJvi .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvklw8kJvi .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvklw90Qh0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #000000;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(251, 195, 1, 0.2));
}
.cid-uvklw90Qh0 .pgk-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uvklw90Qh0 .container {
  z-index: 1;
}
.cid-uvklw90Qh0 .pgk-section-title {
  color: #233d63;
}
.cid-uvklw90Qh0 .pgk-section-subtitle {
  text-align: center;
}
.cid-uvklw90Qh0 .pgk-section-btn {
  margin-top: 35px;
}
.cid-uvklw90Qh0 .pgk-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uvklw90Qh0 .pgk-section-btn .btn-white:hover {
  background-color: #fbc301 !important;
  border-color: #fbc301 !important;
  color: #ffffff !important;
}
.cid-uvklw90Qh0 .pgk-section-title,
.cid-uvklw90Qh0 .pgk-section-btn {
  text-align: center;
}
.cid-uvklw90Qh0 .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uvklw90Qh0 .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uvklw90Qh0 .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvklw90Qh0 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvklw9ieRT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvklw9ieRT .container {
  display: flex;
  justify-content: center;
  max-width: 1920px;
}
.cid-uvklw9ieRT .row {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.cid-uvklw9ieRT .col-brand {
  margin-bottom: 40px;
}
.cid-uvklw9ieRT .col-link {
  margin-bottom: 30px;
}
.cid-uvklw9ieRT .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uvklw9ieRT .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uvklw9ieRT .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uvklw9ieRT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvklw9ieRT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvklw9ieRT .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-uvklw9ieRT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvklw9ieRT .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-uvklw9ieRT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-uvklw9ieRT .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvklw9ieRT .soc-item:hover {
  background-color: #738bae;
}
.cid-uvklw9ieRT .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-uvklw9ieRT .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-uvklw9ieRT .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uvklw9ieRT .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-uvklw9ieRT .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-uvklw9ieRT .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uvklw9ieRT .pgk-text .text-black {
  color: #00284E !important;
}
.cid-uvklw9ieRT .pgk-text a {
  opacity: 0.8;
}
.cid-uvklw9ieRT .pgk-text a:hover {
  opacity: 1;
  color: #fbc301 !important;
}
.cid-uvklw9ieRT .col-copyright {
  margin-top: 44px;
}
.cid-uvklw9ieRT .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-uvklw9ieRT .copyright {
    text-align: center !important;
  }
}
.cid-uvklw9ieRT .pgk-fallback-image.disabled {
  display: none;
}
.cid-uvklw9ieRT .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
