.btn {
  border-width: 2px;
}
body {
  font-family: 'IBMPlexSansKR-Medium';
}
.display-1 {
  font-family: 'IBMPlexSansKR-Regular';
  font-size: 3.1rem;
  line-height: 1.17;
}
.display-1 > .pgk-iconfont {
  font-size: 3.875rem;
}
.display-2 {
  font-family: 'IBMPlexSansKR-Bold';
  font-size: 3.1rem;
  line-height: 1.31;
}
.display-2 > .pgk-iconfont {
  font-size: 3.875rem;
}
.display-4 {
  font-family: 'IBMPlexSansKR-Regular';
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-4 > .pgk-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'IBMPlexSansKR-Bold';
  font-size: 1.875rem;
  line-height: 1.4;
}
.display-5 > .pgk-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'IBMPlexSansKR-Medium';
  font-size: 1.4rem;
  line-height: 1.6;
}
.display-7 > .pgk-iconfont {
  font-size: 1.75rem;
}
.display-tit {
  font-family: 'IBMPlexSansKR-Bold';
  font-size: 4.65rem;
  line-height: 1.6;
}
.display-tit > .pgk-iconfont {
  font-size: 3.875rem;
}
/* ---- 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.48rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.17rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.17 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.31 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.6 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-tit {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.6 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.item-wrapper,
.bg,
.card-wrap,
.card-wrapper,
.plan,
.item-img,
.item-img img,
.image-wrapper,
iframe {
  border-radius: 1.5rem !important;
}
img {
  border-radius: 1rem !important;
}
.btn {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #00072c !important;
}
.bg-success {
  background-color: #f5f7fd !important;
}
.bg-info {
  background-color: #869ab8 !important;
}
.bg-warning {
  background-color: #7d2424 !important;
}
.bg-danger {
  background-color: #ccd9ff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00072c !important;
  border-color: #00072c !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0066ff !important;
  border-color: #0066ff !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: #0043a8 !important;
  border-color: #0043a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0043a8 !important;
  border-color: #0043a8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #869ab8 !important;
  border-color: #869ab8 !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: #566e92 !important;
  border-color: #566e92 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #566e92 !important;
  border-color: #566e92 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f5f7fd !important;
  border-color: #f5f7fd !important;
  color: #2851cb !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: #adbdef !important;
  border-color: #adbdef !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #2851cb !important;
  background-color: #adbdef !important;
  border-color: #adbdef !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7d2424 !important;
  border-color: #7d2424 !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: #3a1111 !important;
  border-color: #3a1111 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3a1111 !important;
  border-color: #3a1111 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ccd9ff !important;
  border-color: #ccd9ff !important;
  color: #0034cc !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: #7598ff !important;
  border-color: #7598ff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #0034cc !important;
  background-color: #7598ff !important;
  border-color: #7598ff !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #00072c;
  color: #00072c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00072c !important;
  border-color: #00072c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0066ff;
  color: #0066ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0043a8 !important;
  background-color: transparent!important;
  border-color: #0043a8 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0066ff !important;
  border-color: #0066ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #869ab8;
  color: #869ab8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #566e92 !important;
  background-color: transparent!important;
  border-color: #566e92 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #869ab8 !important;
  border-color: #869ab8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f5f7fd;
  color: #f5f7fd;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #adbdef !important;
  background-color: transparent!important;
  border-color: #adbdef !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #2851cb !important;
  background-color: #f5f7fd !important;
  border-color: #f5f7fd !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #7d2424;
  color: #7d2424;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #3a1111 !important;
  background-color: transparent!important;
  border-color: #3a1111 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #7d2424 !important;
  border-color: #7d2424 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ccd9ff;
  color: #ccd9ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7598ff !important;
  background-color: transparent!important;
  border-color: #7598ff !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #0034cc !important;
  background-color: #ccd9ff !important;
  border-color: #ccd9ff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.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: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #00072c !important;
}
.text-secondary {
  color: #0066ff !important;
}
.text-success {
  color: #f5f7fd !important;
}
.text-info {
  color: #869ab8 !important;
}
.text-warning {
  color: #7d2424 !important;
}
.text-danger {
  color: #ccd9ff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #010d4c !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #003d99 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a0b3ec !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #506688 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #2e0d0d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #668dff !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !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: #00072c;
}
.nav-tabs .nav-link:not(.active) {
  color: #02274a;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #869ab8;
}
.alert-warning {
  background-color: #7d2424;
}
.alert-danger {
  background-color: #ccd9ff;
}
.pgk-gallery-filter li.active .btn {
  background-color: #00072c;
  border-color: #00072c;
  color: #ffffff;
}
.pgk-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #00072c;
}
.pgk-plan-header.bg-primary .pgk-plan-subtitle,
.pgk-plan-header.bg-primary .pgk-plan-price-desc {
  color: #92a3ff;
}
.pgk-plan-header.bg-success .pgk-plan-subtitle,
.pgk-plan-header.bg-success .pgk-plan-price-desc {
  color: #ffffff;
}
.pgk-plan-header.bg-info .pgk-plan-subtitle,
.pgk-plan-header.bg-info .pgk-plan-price-desc {
  color: #d6dde7;
}
.pgk-plan-header.bg-warning .pgk-plan-subtitle,
.pgk-plan-header.bg-warning .pgk-plan-price-desc {
  color: #cd5353;
}
.pgk-plan-header.bg-danger .pgk-plan-subtitle,
.pgk-plan-header.bg-danger .pgk-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'IBMPlexSansKR-Regular';
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .pgk-iconfont {
  font-size: 1.5rem;
}
.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: #00072c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'IBMPlexSansKR-Regular';
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .pgk-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #00072c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00072c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00072c;
}
.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: #00072c;
  border-bottom-color: #00072c;
}
.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: #ffffff !important;
  background-color: #00072c !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: #0066ff !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='%2300072c' %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: color 0.6s;
}
a:hover {
  background-image: none !important;
}
.container {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 984px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1164px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1344px;
  }
}
.container .row {
  margin-left: -12px;
  margin-right: -12px;
}
.container .row > [class*="col"] {
  padding-left: 12px;
  padding-right: 12px;
}
.btn {
  min-height: 48px;
  border-radius: 10px;
  box-shadow: none;
  outline: none;
  border: none;
  position: relative;
}
.btn::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  transform: scale(0);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 575px) {
  .pgk-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .pgk-section-btn .btn {
    width: 100%;
  }
}
.pgk-section-btn .btn-primary:hover {
  background-color: #0066ff !important;
  color: #ffffff !important;
}
.pgk-section-btn .btn-primary:hover::before,
.pgk-section-btn .btn-secondary:hover::before,
.pgk-section-btn .btn-info:hover::before,
.pgk-section-btn .btn-success:hover::before,
.pgk-section-btn .btn-warning:hover::before,
.pgk-section-btn .btn-danger:hover::before,
.pgk-section-btn .btn-white:hover::before,
.pgk-section-btn .btn-black:hover::before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.btn {
  border-radius: 1rem!important;
}
.item-wrapper,
.bg,
.card-wrap,
.card-wrapper,
.plan,
.image-wrapper {
  border-radius: 1.5rem !important;
}
.cid-sXTK8IMcXk {
  z-index: 1000;
  width: 100%;
}
.cid-sXTK8IMcXk nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-sXTK8IMcXk .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-sXTK8IMcXk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXTK8IMcXk .dropdown-item {
  border-bottom: none!important;
}
.cid-sXTK8IMcXk .dropdown-item:hover,
.cid-sXTK8IMcXk .dropdown-item:focus {
  background: #0066ff !important;
  color: white !important;
}
.cid-sXTK8IMcXk .dropdown-item:hover span {
  color: white;
}
.cid-sXTK8IMcXk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXTK8IMcXk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXTK8IMcXk .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXTK8IMcXk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXTK8IMcXk .nav-link {
  position: relative;
}
.cid-sXTK8IMcXk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .container {
    flex-wrap: nowrap;
  }
}
.cid-sXTK8IMcXk .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXTK8IMcXk .dropdown-menu,
.cid-sXTK8IMcXk .navbar.opened {
  background: #ffffff !important;
}
.cid-sXTK8IMcXk .nav-item:focus,
.cid-sXTK8IMcXk .nav-link:focus {
  outline: none;
}
.cid-sXTK8IMcXk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-sXTK8IMcXk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXTK8IMcXk .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXTK8IMcXk .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXTK8IMcXk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXTK8IMcXk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXTK8IMcXk .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 15px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-sXTK8IMcXk .navbar.opened {
  transition: all 0.3s;
}
.cid-sXTK8IMcXk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXTK8IMcXk .navbar .navbar-logo img {
  width: auto;
  border-radius: 0!important;
}
.cid-sXTK8IMcXk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXTK8IMcXk .navbar.collapsed {
  justify-content: center;
}
.cid-sXTK8IMcXk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXTK8IMcXk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sXTK8IMcXk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXTK8IMcXk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXTK8IMcXk .navbar.collapsed .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: 41%;
}
.cid-sXTK8IMcXk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXTK8IMcXk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXTK8IMcXk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXTK8IMcXk .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-sXTK8IMcXk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXTK8IMcXk .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-sXTK8IMcXk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXTK8IMcXk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXTK8IMcXk .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-sXTK8IMcXk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXTK8IMcXk .navbar ul.navbar-nav li {
    background: white;
    margin: 5px;
    border-radius: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .cid-sXTK8IMcXk .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-sXTK8IMcXk .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-sXTK8IMcXk .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-sXTK8IMcXk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXTK8IMcXk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXTK8IMcXk .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXTK8IMcXk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXTK8IMcXk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sXTK8IMcXk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXTK8IMcXk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXTK8IMcXk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXTK8IMcXk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXTK8IMcXk .dropdown-item.active,
.cid-sXTK8IMcXk .dropdown-item:active {
  background-color: transparent;
}
.cid-sXTK8IMcXk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXTK8IMcXk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXTK8IMcXk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXTK8IMcXk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-sXTK8IMcXk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-sXTK8IMcXk .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-sXTK8IMcXk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXTK8IMcXk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXTK8IMcXk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXTK8IMcXk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00072c;
}
.cid-sXTK8IMcXk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXTK8IMcXk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXTK8IMcXk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXTK8IMcXk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXTK8IMcXk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXTK8IMcXk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXTK8IMcXk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXTK8IMcXk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXTK8IMcXk .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-sXTK8IMcXk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXTK8IMcXk .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-sXTK8IMcXk .navbar {
    height: 70px;
  }
  .cid-sXTK8IMcXk .navbar.opened {
    height: auto;
  }
  .cid-sXTK8IMcXk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXTK8IMcXk .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-sXTK8IMcXk .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sXTK8IMcXk .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .navbar-nav {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sXTK8IMcXk .navbar-nav {
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .cid-sXTK8IMcXk .navbar-nav {
    margin-left: auto;
  }
}
.cid-sXTK8IMcXk .nav-item a:hover {
  color: #ffffff !important;
}
.cid-sXTK8IMcXk .nav-item .nav-link {
  position: relative !important;
}
.cid-sXTK8IMcXk .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00072c;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-sXTK8IMcXk .nav-item .nav-link:hover {
  color: #00072c !important;
}
.cid-sXTK8IMcXk .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-sXTK8IMcXk .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-sXTK8IMcXk .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXTK8IMcXk .tel-menu {
    display: none;
  }
}
.cid-sXTK8IMcXk .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-sXTK8IMcXk .pgk-text {
    text-align: center !important;
  }
}
.cid-sXTK8IMcXk .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-sXTK8IMcXk .pgk-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXTK8IMcXk .pgk-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-sXTK8IMcXk .pgk-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 10px;
}
.cid-sXTK8IMcXk .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-sXTK8IMcXk .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #fff;
  border-radius: 0.25rem;
}
@media (max-width: 1700px) {
  .cid-sXTK8IMcXk .tel-menu {
    display: none;
  }
}
.cid-u93CHH2PhC {
  overflow: hidden;
  padding-top: 16rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-u93CHH2PhC .image {
  position: absolute;
  background-image: url("../../../assets/images/law-meta-1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1 !important;
  width: 700px;
  height: 100%;
  top: 20%;
  margin-left: 50vw;
  transform-origin: center;
  transform: rotate(0deg);
}
@media (max-width: 991px) {
  .cid-u93CHH2PhC .image {
    display: none;
  }
}
.cid-u93CHH2PhC .position {
  z-index: 10;
}
.cid-u93CHH2PhC .pgk-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-u93CHH2PhC .pgk-section-title {
  margin-bottom: 0;
}
.cid-u93CHH2PhC .pgk-text {
  margin-top: 30px;
}
.cid-u93CHH2PhC .pgk-section-btn {
  margin-top: 30px;
}
.cid-u93CHH2PhC .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-u93CHH2PhC .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-u93CHH2PhC .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-u93CHH2PhC .info__block-item {
    margin-right: 10px;
  }
}
.cid-u93CHH2PhC .title__item,
.cid-u93CHH2PhC .text__item {
  margin-bottom: 0;
}
.cid-u93CHH2PhC .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-u93CHH2PhC .animated-element {
  color: #00072c;
}
.cid-u93CHH2PhC .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #00072c;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-u93CHH2PhC .pgk-fallback-image.disabled {
  display: none;
}
.cid-u93CHH2PhC .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u93CHH2PhC .pgk-section-title,
.cid-u93CHH2PhC .typed-text {
  background-image: linear-gradient(to right, #0090bc, #a9c9b1);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.cid-u93CHH2PhC .pgk-text,
.cid-u93CHH2PhC .pgk-section-btn {
  color: #869ab8;
}
@media (min-width: 992px) {
  .cid-u93CHH2PhC .pgk-section-title,
  .cid-u93CHH2PhC .typed-text {
    max-width: 45%;
  }
}
.cid-u93L1JR55O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u93L1JR55O .pgk-fallback-image.disabled {
  display: none;
}
.cid-u93L1JR55O .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u93L1JR55O .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u93L1JR55O .image-wrap img {
    display: block;
    margin: auto;
    width: 120%;
  }
}
.cid-u93L1JR55O .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u93L1JR55O .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u93L1JR55O .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u93L1JR55O .header-menu li p {
  margin: 0;
}
.cid-u93MJEYdmZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u93MJEYdmZ .pgk-fallback-image.disabled {
  display: none;
}
.cid-u93MJEYdmZ .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-u93MJEYdmZ .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-u93MJEYdmZ .pgk-section-title {
  color: #00072c;
}
.cid-u93MJEYdmZ .pgk-text,
.cid-u93MJEYdmZ .pgk-section-btn {
  color: #00072c;
}
.cid-u93MJEYdmZ .media-content,
.cid-u93MJEYdmZ .pgk-figure {
  align-self: center;
}
.cid-u93MJEYdmZ .pgk-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-u93MJEYdmZ .app-video-wrapper {
  background: transparent;
}
.cid-u94eFNxX1f {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u94eFNxX1f .row {
  justify-content: center;
}
.cid-u94eFNxX1f .item-img {
  height: 100%;
  width: 100%;
  margin-bottom: 32px;
}
.cid-u94eFNxX1f img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u94eFNxX1f .item:focus,
.cid-u94eFNxX1f span:focus {
  outline: none;
}
.cid-u94eFNxX1f .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-u94eFNxX1f .col-items {
    flex-wrap: wrap;
  }
}
.cid-u94eFNxX1f .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-u94eFNxX1f .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u94eFNxX1f .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-u94eFNxX1f .item-wrapper {
  position: relative;
  background: transparent;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-u94eFNxX1f .item-wrapper .btn {
  padding: 12px 24px;
  min-width: 62px;
}
.cid-u94eFNxX1f .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-u94eFNxX1f .item-wrapper .btn-primary:hover span {
  color: #00072c !important;
}
.cid-u94eFNxX1f .item-content {
  width: 100%;
  min-height: 220px;
}
@media (max-width: 767px) {
  .cid-u94eFNxX1f .item-content {
    text-align: center;
  }
}
.cid-u94eFNxX1f .pgk-section-title {
  width: 100%;
  color: #222222;
}
.cid-u94eFNxX1f .pgk-text {
  color: #555555;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}
.cid-u94eFNxX1f .item-title {
  color: #222222;
}
.cid-u94eFNxX1f .item-subtitle {
  color: #222222;
}
.cid-u94eFNxX1f .pgk-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-u94eFNxX1f .pgk-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u94eFNxX1f .pgk-section-head {
    text-align: center !important;
  }
}
.cid-u94eFNxX1f .item-title,
.cid-u94eFNxX1f .pgk-section-btn {
  text-align: center;
}
.cid-u94eFNxX1f .pgk-section-subtitle {
  color: #869ab8;
}
.cid-u94kuA22Ow {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u94kuA22Ow .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-u94kuA22Ow .pgk-section-title {
  color: #000000;
}
.cid-u94kuA22Ow .pgk-section-subtitle {
  color: #000000;
  opacity: 0.8;
}
.cid-u94kuA22Ow .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-u94kuA22Ow .card-title {
    margin-bottom: 18px;
  }
}
.cid-u94kuA22Ow .card-title a {
  font-weight: 700;
}
.cid-u94kuA22Ow .card-title a:hover {
  color: #00072c !important;
}
.cid-u94kuA22Ow .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-u94kuA22Ow .icon-box {
    margin-bottom: 20px;
  }
}
.cid-u94kuA22Ow .icon-box .pgk-iconfont {
  font-size: 40px;
  color: #0d6efd;
}
.cid-u94kuA22Ow .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-u94kuA22Ow .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-u94kuA22Ow .icon-link-box .pgk-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-u94kuA22Ow .icon-link-box .pgk-iconfont:hover {
  color: #f5f7fd !important;
}
.cid-u94kuA22Ow .col-card {
  margin-top: 30px;
}
.cid-u94kuA22Ow .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
}
@media (max-width: 991px) {
  .cid-u94kuA22Ow .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-u94kuA22Ow .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-u94kuA22Ow .pgk-section-btn {
  display: flex;
  justify-content: center;
}
.cid-u94hjoJbo5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u94hjoJbo5 .pgk-iconfont {
  display: block;
  font-size: 5rem;
  color: #1b2026;
  margin-bottom: 2rem;
}
.cid-u94hjoJbo5 .card-wrapper {
  min-height: 280px;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1rem;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  display: flex;
  justify-content: top;
  align-items: center;
}
.cid-u94hjoJbo5 .card-title,
.cid-u94hjoJbo5 .card-box {
  color: #00072c;
  text-align: center;
}
.cid-u94hjoJbo5 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u94hjoJbo5 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94hjoJbo5 .col-lg-2 {
  width: 20%!important;
}
@media (max-width: 992px) {
  .cid-u94hjoJbo5 .col-lg-2 {
    width: 33%!important;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u94hjoJbo5 .col-lg-2 {
    width: 50%!important;
    margin-bottom: 1rem;
  }
}
.cid-u94hjoJbo5 .card-subtitle {
  color: #869ab8;
}
.cid-u94hjoJbo5 .sammr {
  font-size: 1rem;
}
.cid-u94m27ZTYZ {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u94m27ZTYZ .pgk-fallback-image.disabled {
  display: none;
}
.cid-u94m27ZTYZ .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-u94m27ZTYZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u94m27ZTYZ .row {
  flex-direction: row-reverse;
}
.cid-u94m27ZTYZ img {
  width: 100%;
}
.cid-u94m27ZTYZ .pgk-text {
  color: #04492e;
}
.cid-u94mCOk67a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u94mCOk67a .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-u94mCOk67a .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-u94mCOk67a .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-u94mCOk67a .row {
  display: flex;
  align-items: stretch;
}
.cid-u94mCOk67a .pgk-section-head {
  margin-bottom: 50px;
}
.cid-u94mCOk67a .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-u94mCOk67a .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u94mCOk67a .pgk-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-u94mCOk67a .colored-text {
  color: #00072c;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u94mCOk67a .pgk-section-subtitle {
  color: #869ab8;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-u94mCOk67a .item:focus,
.cid-u94mCOk67a span:focus {
  outline: none;
}
.cid-u94mCOk67a .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-u94mCOk67a .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-u94mCOk67a .item-wrapper .item-content a:hover {
  color: #00072c !important;
}
.cid-u94mCOk67a .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-u94mCOk67a .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-u94mCOk67a .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-u94mCOk67a .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-u94mCOk67a .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-u94mCOk67a .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-u94mCOk67a .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-u94mCOk67a .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u94mCOk67a .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #00072c;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-u94mCOk67a .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u94mCOk67a .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-u94mCOk67a .item-content-container {
    padding: 20px 15px;
  }
}
.cid-u94mCOk67a .pgk-section-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.cid-u94mCOk67a .item-title {
  text-align: left;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-u94mCOk67a .pgk-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-u94mCOk67a .pgk-text,
.cid-u94mCOk67a .pgk-section-btn {
  color: #869ab8;
}
.cid-sXTMYJwaoG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-sXTMYJwaoG .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sXTMYJwaoG .pgk-section-title {
  color: #000000;
}
.cid-sXTMYJwaoG .pgk-section-subtitle {
  color: #000000;
  opacity: 0.8;
}
.cid-sXTMYJwaoG .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-sXTMYJwaoG .card-title {
    margin-bottom: 18px;
  }
}
.cid-sXTMYJwaoG .card-title a {
  font-weight: 700;
}
.cid-sXTMYJwaoG .card-title a:hover {
  color: #00072c !important;
}
.cid-sXTMYJwaoG .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-sXTMYJwaoG .icon-box {
    margin-bottom: 20px;
  }
}
.cid-sXTMYJwaoG .icon-box .pgk-iconfont {
  font-size: 40px;
  color: #0d6efd;
}
.cid-sXTMYJwaoG .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-sXTMYJwaoG .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-sXTMYJwaoG .icon-link-box .pgk-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-sXTMYJwaoG .icon-link-box .pgk-iconfont:hover {
  color: #f5f7fd !important;
}
.cid-sXTMYJwaoG .col-card {
  margin-top: 30px;
}
.cid-sXTMYJwaoG .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  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-sXTMYJwaoG .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-sXTMYJwaoG .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-sXTMYJwaoG .pgk-section-btn {
  display: flex;
  justify-content: center;
}
.cid-u942fdztv8 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-u942fdztv8 .container,
.cid-u942fdztv8 .container-fluid {
  position: static;
}
.cid-u942fdztv8 .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-u942fdztv8 .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u942fdztv8 .pgk-section-title {
  color: #010d4c;
  margin-bottom: 25px;
}
.cid-u942fdztv8 .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u942fdztv8 .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-u942fdztv8 .pgk-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-u942fdztv8 .pgk-text {
    margin-top: 38px;
  }
}
.cid-u942fdztv8 .pgk-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u942fdztv8 .pgk-section-btn {
    margin-top: 30px;
  }
}
.cid-u942fdztv8 .pgk-section-btn .btn:before {
  display: none;
}
.cid-u942fdztv8 .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-u942fdztv8 .image-wrapper {
  height: 650px;
  display: flex;
}
.cid-u942fdztv8 .image-wrapper img {
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-u942fdztv8 .image-wrapper {
    position: absolute;
    top: 14%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-u942fdztv8 .image-wrapper {
    width: 44%;
    top: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u942fdztv8 .image-wrapper {
    width: 37.13%;
    top: 26%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u942fdztv8 .image-wrapper {
    top: 26%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-u942fdztv8 .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-u942fdztv8 .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-u942fdztv8 .col-text {
    margin-left: auto;
  }
}
.cid-u942fdztv8 .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-u942fdztv8 .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-u942fdztv8 .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-u942fdztv8 .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-u942fdztv8 .list-item {
  display: flex;
  align-items: center;
}
.cid-u942fdztv8 .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-u942fdztv8 .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-u942fdztv8 .icon-wrapper span {
  color: #0066ff;
  font-size: 13px;
}
.cid-u942fdztv8 .list-item-text {
  flex-grow: 1;
  color: #0B3C6A;
}
.cid-u942fdztv8 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u942fdztv8 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u942fdztv8 .pgk-text,
.cid-u942fdztv8 .pgk-section-btn {
  color: #869ab8;
}
.cid-u94421wbWN {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
  position: relative;
}
.cid-u94421wbWN .container,
.cid-u94421wbWN .container-fluid {
  position: static;
}
.cid-u94421wbWN .pgk-section-title {
  color: #0066ff;
}
.cid-u94421wbWN .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 5px;
}
.cid-u94421wbWN .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 48px;
}
@media (min-width: 1400px) {
  .cid-u94421wbWN .pgk-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-u94421wbWN .pgk-text {
    margin-top: 38px;
  }
}
.cid-u94421wbWN .pgk-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u94421wbWN .pgk-section-btn {
    margin-top: 30px;
  }
}
.cid-u94421wbWN .pgk-section-btn .btn {
  padding: 10px 30px;
  min-height: 55px;
  border-radius: 9px;
}
.cid-u94421wbWN .pgk-section-btn .btn-info:hover {
  background-color: #0066ff !important;
  color: #ffffff !important;
}
.cid-u94421wbWN .image-wrapper {
  height: 650px;
}
.cid-u94421wbWN .image-wrapper img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-u94421wbWN .image-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36.4% !important;
    z-index: 2;
    right: 5%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-u94421wbWN .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-u94421wbWN .image-wrapper:before {
  content: '';
  position: absolute;
  width: 1056px;
  height: 1056px;
  top: -385px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 12, 119, 0.03);
  z-index: -1;
  box-sizing: border-box;
  right: -305px;
}
@media (max-width: 1399px) {
  .cid-u94421wbWN .image-wrapper:before {
    width: 870px;
    height: 870px;
  }
}
@media (max-width: 1199px) {
  .cid-u94421wbWN .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-u94421wbWN .image-wrapper:before {
    display: none;
  }
}
.cid-u94421wbWN .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-u94421wbWN .col-text {
    width: 58.3333333333% !important;
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  .cid-u94421wbWN .col-text {
    width: 50% !important;
  }
}
.cid-u94421wbWN .pgk-fallback-image.disabled {
  display: none;
}
.cid-u94421wbWN .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u93QynnrQs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u93QynnrQs .container {
  padding: 0 5%;
}
.cid-u93QynnrQs .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-u93QynnrQs .card:nth-child(odd) {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-u93QynnrQs .card:nth-child(odd) {
    padding-right: 16px;
  }
}
.cid-u93QynnrQs .card:nth-child(even) {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-u93QynnrQs .card:nth-child(even) {
    padding-left: 16px;
  }
}
.cid-u93QynnrQs .card-wrapper {
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  margin-bottom: 42px;
  border-radius: 15px;
  display: flex;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u93QynnrQs .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u93QynnrQs .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-u93QynnrQs .pgk-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #ccd9ff;
}
.cid-u93QynnrQs .pgk-section-subtitle {
  margin-bottom: 2.5rem;
  color: #00072c;
  text-align: center;
}
.cid-u93QynnrQs .card-title {
  color: #00072c;
}
.cid-u93QynnrQs .pgk-text {
  color: #869ab8;
}
.cid-u93QynnrQs P {
  color: #869ab8;
}
.cid-u93QynnrQs .pgk-section-title {
  color: #0066ff;
}
.cid-u949BhrrtC {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u949BhrrtC .pgk-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u949BhrrtC textarea {
  min-height: 200px;
}
.cid-u949BhrrtC .btn {
  padding: 1rem 3rem;
}
.cid-u949BhrrtC .form-control,
.cid-u949BhrrtC .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-u949BhrrtC .form-control::-webkit-input-placeholder,
.cid-u949BhrrtC .field-input::-webkit-input-placeholder,
.cid-u949BhrrtC .form-control::-webkit-input-placeholder,
.cid-u949BhrrtC .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u949BhrrtC .form-control:-moz-placeholder,
.cid-u949BhrrtC .field-input:-moz-placeholder,
.cid-u949BhrrtC .form-control:-moz-placeholder,
.cid-u949BhrrtC .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u949BhrrtC .form-control:hover,
.cid-u949BhrrtC .field-input:hover,
.cid-u949BhrrtC .form-control:focus,
.cid-u949BhrrtC .field-input:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #00072c;
  box-shadow: none;
  outline: none;
}
.cid-u949BhrrtC .form-control:hover::-webkit-input-placeholder,
.cid-u949BhrrtC .field-input:hover::-webkit-input-placeholder,
.cid-u949BhrrtC .form-control:focus::-webkit-input-placeholder,
.cid-u949BhrrtC .field-input:focus::-webkit-input-placeholder,
.cid-u949BhrrtC .form-control:hover::-webkit-input-placeholder,
.cid-u949BhrrtC .field-input:hover::-webkit-input-placeholder,
.cid-u949BhrrtC .form-control:focus::-webkit-input-placeholder,
.cid-u949BhrrtC .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u949BhrrtC .form-control:hover:-moz-placeholder,
.cid-u949BhrrtC .field-input:hover:-moz-placeholder,
.cid-u949BhrrtC .form-control:focus:-moz-placeholder,
.cid-u949BhrrtC .field-input:focus:-moz-placeholder,
.cid-u949BhrrtC .form-control:hover:-moz-placeholder,
.cid-u949BhrrtC .field-input:hover:-moz-placeholder,
.cid-u949BhrrtC .form-control:focus:-moz-placeholder,
.cid-u949BhrrtC .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u949BhrrtC .jq-number__spin:hover,
.cid-u949BhrrtC .jq-number__spin:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u949BhrrtC .jq-number__spin {
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u949BhrrtC .jq-selectbox li,
.cid-u949BhrrtC .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u949BhrrtC .jq-selectbox li:hover,
.cid-u949BhrrtC .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-u949BhrrtC .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u949BhrrtC .jq-number__spin.minus:hover:after,
.cid-u949BhrrtC .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u949BhrrtC .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u949BhrrtC .jq-number__spin.minus:after,
.cid-u949BhrrtC .jq-number__spin.plus:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u949BhrrtC input::-webkit-clear-button {
  display: none;
}
.cid-u949BhrrtC input::-webkit-inner-spin-button {
  display: none;
}
.cid-u949BhrrtC input::-webkit-outer-spin-button {
  display: none;
}
.cid-u949BhrrtC input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u949BhrrtC .pgk-section-title {
  color: #00072c;
}
.cid-u949BhrrtC .pgkbtner {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u949BhrrtC .pgkbtner {
    display: inline-block;
  }
}
.cid-u9g8e4BvHk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #222c4f;
}
.cid-u9g8e4BvHk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.cid-u9g8e4BvHk li:first-child {
  list-style: none;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u9g8e4BvHk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-u9g8e4BvHk .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-u9g8e4BvHk .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-u9g8e4BvHk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu p {
  margin: 0;
}
.cid-u9g8e4BvHk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9g8e4BvHk .social-list .pgk-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u9g8e4BvHk .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-u9g8e4BvHk .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9g8e4BvHk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9g8e4BvHk .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u9g8e4BvHk .row-copirayt p {
  width: 100%;
}
.cid-u9g8e4BvHk .foot-menu-item {
  width: fit-content;
  padding-right: 2rem;
  color: #555555;
}
.cid-u9g8e4BvHk .media-container-row .pgk-text {
  color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .foot-menu-item {
    padding-right: 0rem;
  }
  .cid-u9g8e4BvHk .foot-menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .cid-u9g8e4BvHk li:first-child {
    list-style: inherit;
  }
}
.cid-u9g8e4BvHk .w-50 {
  height: 100%;
  width: 100% !important;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .cid-u9g8e4BvHk .w-27 {
    max-width: 27%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-46 {
    max-width: 46%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-50 {
    max-width: 50%;
    height: 100%;
    max-height: 60px;
  }
}
.cid-sXTK8IMcXk {
  z-index: 1000;
  width: 100%;
}
.cid-sXTK8IMcXk nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-sXTK8IMcXk .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-sXTK8IMcXk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXTK8IMcXk .dropdown-item {
  border-bottom: none!important;
}
.cid-sXTK8IMcXk .dropdown-item:hover,
.cid-sXTK8IMcXk .dropdown-item:focus {
  background: #0066ff !important;
  color: white !important;
}
.cid-sXTK8IMcXk .dropdown-item:hover span {
  color: white;
}
.cid-sXTK8IMcXk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXTK8IMcXk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXTK8IMcXk .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXTK8IMcXk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXTK8IMcXk .nav-link {
  position: relative;
}
.cid-sXTK8IMcXk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .container {
    flex-wrap: nowrap;
  }
}
.cid-sXTK8IMcXk .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXTK8IMcXk .dropdown-menu,
.cid-sXTK8IMcXk .navbar.opened {
  background: #ffffff !important;
}
.cid-sXTK8IMcXk .nav-item:focus,
.cid-sXTK8IMcXk .nav-link:focus {
  outline: none;
}
.cid-sXTK8IMcXk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-sXTK8IMcXk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXTK8IMcXk .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXTK8IMcXk .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXTK8IMcXk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXTK8IMcXk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXTK8IMcXk .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 15px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-sXTK8IMcXk .navbar.opened {
  transition: all 0.3s;
}
.cid-sXTK8IMcXk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXTK8IMcXk .navbar .navbar-logo img {
  width: auto;
  border-radius: 0!important;
}
.cid-sXTK8IMcXk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXTK8IMcXk .navbar.collapsed {
  justify-content: center;
}
.cid-sXTK8IMcXk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXTK8IMcXk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sXTK8IMcXk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXTK8IMcXk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXTK8IMcXk .navbar.collapsed .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: 41%;
}
.cid-sXTK8IMcXk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXTK8IMcXk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXTK8IMcXk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXTK8IMcXk .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-sXTK8IMcXk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXTK8IMcXk .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-sXTK8IMcXk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXTK8IMcXk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXTK8IMcXk .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-sXTK8IMcXk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXTK8IMcXk .navbar ul.navbar-nav li {
    background: white;
    margin: 5px;
    border-radius: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .cid-sXTK8IMcXk .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-sXTK8IMcXk .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-sXTK8IMcXk .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-sXTK8IMcXk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXTK8IMcXk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXTK8IMcXk .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXTK8IMcXk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXTK8IMcXk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sXTK8IMcXk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXTK8IMcXk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXTK8IMcXk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXTK8IMcXk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXTK8IMcXk .dropdown-item.active,
.cid-sXTK8IMcXk .dropdown-item:active {
  background-color: transparent;
}
.cid-sXTK8IMcXk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXTK8IMcXk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXTK8IMcXk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXTK8IMcXk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-sXTK8IMcXk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-sXTK8IMcXk .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-sXTK8IMcXk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXTK8IMcXk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXTK8IMcXk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXTK8IMcXk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00072c;
}
.cid-sXTK8IMcXk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXTK8IMcXk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXTK8IMcXk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXTK8IMcXk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXTK8IMcXk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXTK8IMcXk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXTK8IMcXk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXTK8IMcXk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXTK8IMcXk .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-sXTK8IMcXk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXTK8IMcXk .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-sXTK8IMcXk .navbar {
    height: 70px;
  }
  .cid-sXTK8IMcXk .navbar.opened {
    height: auto;
  }
  .cid-sXTK8IMcXk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXTK8IMcXk .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-sXTK8IMcXk .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sXTK8IMcXk .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .navbar-nav {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sXTK8IMcXk .navbar-nav {
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .cid-sXTK8IMcXk .navbar-nav {
    margin-left: auto;
  }
}
.cid-sXTK8IMcXk .nav-item a:hover {
  color: #ffffff !important;
}
.cid-sXTK8IMcXk .nav-item .nav-link {
  position: relative !important;
}
.cid-sXTK8IMcXk .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00072c;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-sXTK8IMcXk .nav-item .nav-link:hover {
  color: #00072c !important;
}
.cid-sXTK8IMcXk .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-sXTK8IMcXk .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-sXTK8IMcXk .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXTK8IMcXk .tel-menu {
    display: none;
  }
}
.cid-sXTK8IMcXk .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-sXTK8IMcXk .pgk-text {
    text-align: center !important;
  }
}
.cid-sXTK8IMcXk .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-sXTK8IMcXk .pgk-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXTK8IMcXk .pgk-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-sXTK8IMcXk .pgk-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 10px;
}
.cid-sXTK8IMcXk .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-sXTK8IMcXk .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #fff;
  border-radius: 0.25rem;
}
@media (max-width: 1700px) {
  .cid-sXTK8IMcXk .tel-menu {
    display: none;
  }
}
.cid-u94oNQ0W7R {
  padding-top: 15rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-u94oNQ0W7R .pgk-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-u94oNQ0W7R .pgk-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  padding: 15px 0 20px;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 1400px) {
  .cid-u94oNQ0W7R .pgk-section-subtitle {
    margin-left: 3rem!important;
    margin-right: 3rem!important;
  }
}
.cid-u94oNQ0W7R .pgk-section-btn {
  margin-top: 6px;
}
.cid-u94oNQ0W7R .pgk-section-btn .btn:before {
  display: none;
}
.cid-u94oNQ0W7R .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-u94oNQ0W7R .image-wrapper {
  margin-top: 40px;
}
.cid-u94oNQ0W7R .image-wrapper img {
  max-width: 800px;
  width: 100%;
}
.cid-u94oNQ0W7R .pgk-fallback-image.disabled {
  display: none;
}
.cid-u94oNQ0W7R .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94oNQ0W7R .pgk-section-title,
.cid-u94oNQ0W7R .pgk-section-btn {
  text-align: center;
}
.cid-u94oNQ0W7R .pgk-section-menu {
  text-align: left;
}
.cid-u94pPqHlMV {
  padding-top: 10rem;
  padding-bottom: 15rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-u94pPqHlMV .container,
.cid-u94pPqHlMV .container-fluid {
  position: static;
}
@media (min-width: 1400px) {
  .cid-u94pPqHlMV .text-wrapper {
    padding-right: 48px;
  }
}
.cid-u94pPqHlMV .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-u94pPqHlMV .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u94pPqHlMV .pgk-section-title {
  color: #00072c;
  margin-bottom: 0;
}
.cid-u94pPqHlMV .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-u94pPqHlMV .pgk-section-btn {
  margin-top: 6px;
}
.cid-u94pPqHlMV .image-wrapper {
  position: relative;
  z-index: 2;
}
.cid-u94pPqHlMV .image-wrapper img {
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-u94pPqHlMV .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 32.7%;
    right: 7%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-u94pPqHlMV .image-wrapper {
    width: 50%;
    right: 1%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u94pPqHlMV .image-wrapper {
    width: 40%;
    top: 0;
    right: 1%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u94pPqHlMV .image-wrapper {
    width: 40%;
    top: 8%;
    right: 1%;
  }
}
@media (max-width: 767px) {
  .cid-u94pPqHlMV .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-u94pPqHlMV .bg-round {
  position: absolute;
  top: -55%;
  padding: 0;
  padding-top: 10rem;
}
.cid-u94pPqHlMV .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-u94pPqHlMV .bg-round {
    width: 56%;
    right: 0;
    transform: scale(-1, 1);
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-u94pPqHlMV .bg-round {
    width: 44%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u94pPqHlMV .bg-round {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u94pPqHlMV .bg-round {
    display: none;
  }
}
.cid-u94pPqHlMV .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-u94pPqHlMV .col-text {
    margin-right: auto;
  }
}
.cid-u94pPqHlMV .pgk-fallback-image.disabled {
  display: none;
}
.cid-u94pPqHlMV .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94pPqHlMV .pgk-section-subtitle {
  color: #0066ff;
}
.cid-u94r0Pitvc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-u94r0Pitvc .container,
.cid-u94r0Pitvc .container-fluid {
  position: static;
}
@media (min-width: 1400px) {
  .cid-u94r0Pitvc .text-wrapper {
    padding-left: 48px;
  }
}
.cid-u94r0Pitvc .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-u94r0Pitvc .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u94r0Pitvc .pgk-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-u94r0Pitvc .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-u94r0Pitvc .pgk-section-btn {
  margin-top: 6px;
}
.cid-u94r0Pitvc .image-wrapper {
  height: 650px;
  position: relative;
  z-index: 2;
}
.cid-u94r0Pitvc .image-wrapper img {
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-u94r0Pitvc .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 32.7%;
    left: 7%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-u94r0Pitvc .image-wrapper {
    width: 50%;
    left: 1%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u94r0Pitvc .image-wrapper {
    width: 40%;
    top: 0;
    left: 1%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u94r0Pitvc .image-wrapper {
    width: 40%;
    top: 8%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-u94r0Pitvc .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-u94r0Pitvc .bg-round {
  position: absolute;
  top: -55%;
  padding: 0;
  padding-top: 10rem;
}
.cid-u94r0Pitvc .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-u94r0Pitvc .bg-round {
    width: 56%;
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-u94r0Pitvc .bg-round {
    width: 44%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u94r0Pitvc .bg-round {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u94r0Pitvc .bg-round {
    display: none;
  }
}
.cid-u94r0Pitvc .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-u94r0Pitvc .col-text {
    margin-left: auto;
  }
}
.cid-u94r0Pitvc .pgk-fallback-image.disabled {
  display: none;
}
.cid-u94r0Pitvc .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94r0Pitvc .pgk-section-subtitle {
  color: #0066ff;
}
.cid-u94rU4OUQ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u94rU4OUQ9 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u94rU4OUQ9 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u94rU4OUQ9 .container {
    padding: 0 24px;
  }
}
.cid-u94rU4OUQ9 .row {
  justify-content: center;
}
.cid-u94rU4OUQ9 .tabs-wrapper {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u94rU4OUQ9 .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u94rU4OUQ9 .tabs-wrapper .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
  border-radius: 40px;
  background-color: #fafafa;
}
.cid-u94rU4OUQ9 .tabs-wrapper .nav.nav-tabs .nav-item {
  margin: 8px;
}
.cid-u94rU4OUQ9 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0 16px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  min-width: 310px;
  margin-bottom: 0;
  border: none;
  color: #0066ff;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-u94rU4OUQ9 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    min-width: 225px;
  }
}
.cid-u94rU4OUQ9 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #0066ff;
  color: #ffffff;
}
.cid-u94rU4OUQ9 .tab-content .tab-pane .content-wrapper .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u94rU4OUQ9 .tab-content .tab-pane .content-wrapper .image-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u94rU4OUQ9 .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u94rU4OUQ9 .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-u94rU4OUQ9 .tab-content .tab-pane .content-wrapper .text-wrapper .pgk-text {
  margin-bottom: 1.5rem;
}
.cid-u94rU4OUQ9 .pgk-text {
  color: #00072c;
  text-align: center;
}
.cid-u94uMFVM6W {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u94uMFVM6W .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-u94uMFVM6W .pgk-section-title {
  color: #000000;
}
.cid-u94uMFVM6W .pgk-section-subtitle {
  color: #000000;
  opacity: 0.8;
}
.cid-u94uMFVM6W .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-u94uMFVM6W .card-title {
    margin-bottom: 18px;
  }
}
.cid-u94uMFVM6W .card-title a {
  font-weight: 700;
}
.cid-u94uMFVM6W .card-title a:hover {
  color: #00072c !important;
}
.cid-u94uMFVM6W .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-u94uMFVM6W .icon-box {
    margin-bottom: 20px;
  }
}
.cid-u94uMFVM6W .icon-box .pgk-iconfont {
  font-size: 40px;
  color: #0d6efd;
}
.cid-u94uMFVM6W .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-u94uMFVM6W .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-u94uMFVM6W .icon-link-box .pgk-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-u94uMFVM6W .icon-link-box .pgk-iconfont:hover {
  color: #f5f7fd !important;
}
.cid-u94uMFVM6W .col-card {
  margin-top: 30px;
}
.cid-u94uMFVM6W .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
}
@media (max-width: 991px) {
  .cid-u94uMFVM6W .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-u94uMFVM6W .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-u94uMFVM6W .pgk-section-btn {
  display: flex;
  justify-content: center;
}
.cid-u94uMFVM6W .card-title,
.cid-u94uMFVM6W .card-box {
  color: #00072c;
}
.cid-u94uMFVM6W .card-titler {
  color: #ef4d4d;
}
.cid-u94wQpSAXz {
  padding-top: 10rem;
  padding-bottom: 16rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-u94wQpSAXz .container,
.cid-u94wQpSAXz .container-fluid {
  position: static;
}
@media (min-width: 1400px) {
  .cid-u94wQpSAXz .text-wrapper {
    padding-right: 48px;
  }
}
.cid-u94wQpSAXz .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-u94wQpSAXz .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u94wQpSAXz .pgk-section-title {
  color: #00072c;
  margin-bottom: 0;
  text-align: left;
}
.cid-u94wQpSAXz .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-u94wQpSAXz .pgk-section-btn {
  margin-top: 6px;
}
.cid-u94wQpSAXz .image-wrapper {
  height: 650px;
  position: relative;
  z-index: 2;
}
.cid-u94wQpSAXz .image-wrapper img {
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-u94wQpSAXz .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 32.7%;
    right: 7%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-u94wQpSAXz .image-wrapper {
    width: 50%;
    right: 1%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u94wQpSAXz .image-wrapper {
    width: 40%;
    top: 0;
    right: 1%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u94wQpSAXz .image-wrapper {
    width: 40%;
    top: 8%;
    right: 1%;
  }
}
@media (max-width: 767px) {
  .cid-u94wQpSAXz .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-u94wQpSAXz .bg-round {
  position: absolute;
  top: -55%;
  padding: 0;
  padding-top: 10rem;
}
.cid-u94wQpSAXz .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-u94wQpSAXz .bg-round {
    width: 56%;
    right: 0;
    transform: scale(-1, 1);
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-u94wQpSAXz .bg-round {
    width: 44%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u94wQpSAXz .bg-round {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u94wQpSAXz .bg-round {
    display: none;
  }
}
.cid-u94wQpSAXz .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-u94wQpSAXz .col-text {
    margin-right: auto;
  }
}
.cid-u94wQpSAXz .pgk-fallback-image.disabled {
  display: none;
}
.cid-u94wQpSAXz .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94wQpSAXz .imgernc {
  color: #0066ff;
}
.cid-u94xssesG7 {
  padding-top: 10rem;
  padding-bottom: 16rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-u94xssesG7 .container,
.cid-u94xssesG7 .container-fluid {
  position: static;
}
@media (min-width: 1400px) {
  .cid-u94xssesG7 .text-wrapper {
    padding-left: 48px;
  }
}
.cid-u94xssesG7 .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-u94xssesG7 .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u94xssesG7 .pgk-section-title {
  color: #00072c;
  margin-bottom: 0;
  text-align: left;
}
.cid-u94xssesG7 .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-u94xssesG7 .pgk-section-btn {
  margin-top: 6px;
}
.cid-u94xssesG7 .image-wrapper {
  height: 650px;
  position: relative;
  z-index: 2;
}
.cid-u94xssesG7 .image-wrapper img {
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-u94xssesG7 .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 32.7%;
    left: 7%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-u94xssesG7 .image-wrapper {
    width: 50%;
    left: 1%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u94xssesG7 .image-wrapper {
    width: 40%;
    top: 0;
    left: 1%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u94xssesG7 .image-wrapper {
    width: 40%;
    top: 8%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-u94xssesG7 .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-u94xssesG7 .bg-round {
  position: absolute;
  top: -55%;
  padding: 0;
  padding-top: 10rem;
}
.cid-u94xssesG7 .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-u94xssesG7 .bg-round {
    width: 56%;
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-u94xssesG7 .bg-round {
    width: 44%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u94xssesG7 .bg-round {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u94xssesG7 .bg-round {
    display: none;
  }
}
.cid-u94xssesG7 .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-u94xssesG7 .col-text {
    margin-left: auto;
  }
}
.cid-u94xssesG7 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u94xssesG7 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94xssesG7 .pgk-section-subtitle {
  color: #0066ff;
}
.cid-u94y6l3vi6 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u94y6l3vi6 .pgk-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u94y6l3vi6 textarea {
  min-height: 200px;
}
.cid-u94y6l3vi6 .btn {
  padding: 1rem 3rem;
}
.cid-u94y6l3vi6 .form-control,
.cid-u94y6l3vi6 .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-u94y6l3vi6 .form-control::-webkit-input-placeholder,
.cid-u94y6l3vi6 .field-input::-webkit-input-placeholder,
.cid-u94y6l3vi6 .form-control::-webkit-input-placeholder,
.cid-u94y6l3vi6 .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u94y6l3vi6 .form-control:-moz-placeholder,
.cid-u94y6l3vi6 .field-input:-moz-placeholder,
.cid-u94y6l3vi6 .form-control:-moz-placeholder,
.cid-u94y6l3vi6 .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u94y6l3vi6 .form-control:hover,
.cid-u94y6l3vi6 .field-input:hover,
.cid-u94y6l3vi6 .form-control:focus,
.cid-u94y6l3vi6 .field-input:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #00072c;
  box-shadow: none;
  outline: none;
}
.cid-u94y6l3vi6 .form-control:hover::-webkit-input-placeholder,
.cid-u94y6l3vi6 .field-input:hover::-webkit-input-placeholder,
.cid-u94y6l3vi6 .form-control:focus::-webkit-input-placeholder,
.cid-u94y6l3vi6 .field-input:focus::-webkit-input-placeholder,
.cid-u94y6l3vi6 .form-control:hover::-webkit-input-placeholder,
.cid-u94y6l3vi6 .field-input:hover::-webkit-input-placeholder,
.cid-u94y6l3vi6 .form-control:focus::-webkit-input-placeholder,
.cid-u94y6l3vi6 .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u94y6l3vi6 .form-control:hover:-moz-placeholder,
.cid-u94y6l3vi6 .field-input:hover:-moz-placeholder,
.cid-u94y6l3vi6 .form-control:focus:-moz-placeholder,
.cid-u94y6l3vi6 .field-input:focus:-moz-placeholder,
.cid-u94y6l3vi6 .form-control:hover:-moz-placeholder,
.cid-u94y6l3vi6 .field-input:hover:-moz-placeholder,
.cid-u94y6l3vi6 .form-control:focus:-moz-placeholder,
.cid-u94y6l3vi6 .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u94y6l3vi6 .jq-number__spin:hover,
.cid-u94y6l3vi6 .jq-number__spin:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u94y6l3vi6 .jq-number__spin {
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u94y6l3vi6 .jq-selectbox li,
.cid-u94y6l3vi6 .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u94y6l3vi6 .jq-selectbox li:hover,
.cid-u94y6l3vi6 .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-u94y6l3vi6 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u94y6l3vi6 .jq-number__spin.minus:hover:after,
.cid-u94y6l3vi6 .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u94y6l3vi6 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u94y6l3vi6 .jq-number__spin.minus:after,
.cid-u94y6l3vi6 .jq-number__spin.plus:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u94y6l3vi6 input::-webkit-clear-button {
  display: none;
}
.cid-u94y6l3vi6 input::-webkit-inner-spin-button {
  display: none;
}
.cid-u94y6l3vi6 input::-webkit-outer-spin-button {
  display: none;
}
.cid-u94y6l3vi6 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u94y6l3vi6 .pgk-section-title {
  color: #00072c;
}
.cid-u94y6l3vi6 .pgkbtner {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u94y6l3vi6 .pgkbtner {
    display: inline-block;
  }
}
.cid-u9g8e4BvHk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #222c4f;
}
.cid-u9g8e4BvHk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.cid-u9g8e4BvHk li:first-child {
  list-style: none;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u9g8e4BvHk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-u9g8e4BvHk .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-u9g8e4BvHk .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-u9g8e4BvHk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu p {
  margin: 0;
}
.cid-u9g8e4BvHk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9g8e4BvHk .social-list .pgk-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u9g8e4BvHk .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-u9g8e4BvHk .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9g8e4BvHk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9g8e4BvHk .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u9g8e4BvHk .row-copirayt p {
  width: 100%;
}
.cid-u9g8e4BvHk .foot-menu-item {
  width: fit-content;
  padding-right: 2rem;
  color: #555555;
}
.cid-u9g8e4BvHk .media-container-row .pgk-text {
  color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .foot-menu-item {
    padding-right: 0rem;
  }
  .cid-u9g8e4BvHk .foot-menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .cid-u9g8e4BvHk li:first-child {
    list-style: inherit;
  }
}
.cid-u9g8e4BvHk .w-50 {
  height: 100%;
  width: 100% !important;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .cid-u9g8e4BvHk .w-27 {
    max-width: 27%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-46 {
    max-width: 46%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-50 {
    max-width: 50%;
    height: 100%;
    max-height: 60px;
  }
}
.cid-u94yMX6lRs {
  z-index: 1000;
  width: 100%;
}
.cid-u94yMX6lRs nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-u94yMX6lRs .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-u94yMX6lRs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u94yMX6lRs .dropdown-item {
  border-bottom: none!important;
}
.cid-u94yMX6lRs .dropdown-item:hover,
.cid-u94yMX6lRs .dropdown-item:focus {
  background: #0066ff !important;
  color: white !important;
}
.cid-u94yMX6lRs .dropdown-item:hover span {
  color: white;
}
.cid-u94yMX6lRs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u94yMX6lRs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u94yMX6lRs .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u94yMX6lRs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u94yMX6lRs .nav-link {
  position: relative;
}
.cid-u94yMX6lRs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u94yMX6lRs .container {
    flex-wrap: nowrap;
  }
}
.cid-u94yMX6lRs .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u94yMX6lRs .dropdown-menu,
.cid-u94yMX6lRs .navbar.opened {
  background: #ffffff !important;
}
.cid-u94yMX6lRs .nav-item:focus,
.cid-u94yMX6lRs .nav-link:focus {
  outline: none;
}
.cid-u94yMX6lRs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-u94yMX6lRs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u94yMX6lRs .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u94yMX6lRs .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u94yMX6lRs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u94yMX6lRs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u94yMX6lRs .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 15px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-u94yMX6lRs .navbar.opened {
  transition: all 0.3s;
}
.cid-u94yMX6lRs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u94yMX6lRs .navbar .navbar-logo img {
  width: auto;
  border-radius: 0!important;
}
.cid-u94yMX6lRs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u94yMX6lRs .navbar.collapsed {
  justify-content: center;
}
.cid-u94yMX6lRs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u94yMX6lRs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u94yMX6lRs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u94yMX6lRs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u94yMX6lRs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u94yMX6lRs .navbar.collapsed .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: 41%;
}
.cid-u94yMX6lRs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u94yMX6lRs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u94yMX6lRs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u94yMX6lRs .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-u94yMX6lRs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u94yMX6lRs .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-u94yMX6lRs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u94yMX6lRs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u94yMX6lRs .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-u94yMX6lRs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u94yMX6lRs .navbar ul.navbar-nav li {
    background: white;
    margin: 5px;
    border-radius: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .cid-u94yMX6lRs .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-u94yMX6lRs .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-u94yMX6lRs .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-u94yMX6lRs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u94yMX6lRs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u94yMX6lRs .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u94yMX6lRs .navbar.navbar-short {
  min-height: 60px;
}
.cid-u94yMX6lRs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u94yMX6lRs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u94yMX6lRs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u94yMX6lRs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u94yMX6lRs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u94yMX6lRs .dropdown-item.active,
.cid-u94yMX6lRs .dropdown-item:active {
  background-color: transparent;
}
.cid-u94yMX6lRs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u94yMX6lRs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u94yMX6lRs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u94yMX6lRs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-u94yMX6lRs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-u94yMX6lRs .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-u94yMX6lRs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u94yMX6lRs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u94yMX6lRs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u94yMX6lRs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00072c;
}
.cid-u94yMX6lRs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u94yMX6lRs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u94yMX6lRs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u94yMX6lRs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u94yMX6lRs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u94yMX6lRs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u94yMX6lRs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u94yMX6lRs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u94yMX6lRs .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-u94yMX6lRs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94yMX6lRs .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-u94yMX6lRs .navbar {
    height: 70px;
  }
  .cid-u94yMX6lRs .navbar.opened {
    height: auto;
  }
  .cid-u94yMX6lRs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u94yMX6lRs .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-u94yMX6lRs .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-u94yMX6lRs .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-u94yMX6lRs .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-u94yMX6lRs .navbar-nav {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-u94yMX6lRs .navbar-nav {
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .cid-u94yMX6lRs .navbar-nav {
    margin-left: auto;
  }
}
.cid-u94yMX6lRs .nav-item a:hover {
  color: #ffffff !important;
}
.cid-u94yMX6lRs .nav-item .nav-link {
  position: relative !important;
}
.cid-u94yMX6lRs .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00072c;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-u94yMX6lRs .nav-item .nav-link:hover {
  color: #00072c !important;
}
.cid-u94yMX6lRs .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-u94yMX6lRs .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-u94yMX6lRs .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-u94yMX6lRs .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u94yMX6lRs .tel-menu {
    display: none;
  }
}
.cid-u94yMX6lRs .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-u94yMX6lRs .pgk-text {
    text-align: center !important;
  }
}
.cid-u94yMX6lRs .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-u94yMX6lRs .pgk-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u94yMX6lRs .pgk-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-u94yMX6lRs .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-u94yMX6lRs .pgk-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 10px;
}
.cid-u94yMX6lRs .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-u94yMX6lRs .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #fff;
  border-radius: 0.25rem;
}
@media (max-width: 1700px) {
  .cid-u94yMX6lRs .tel-menu {
    display: none;
  }
}
.cid-u94yMXTKDN {
  padding-top: 14rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-u94yMXTKDN .pgk-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-u94yMXTKDN .pgk-section-subtitle {
  color: #00072c;
  opacity: 0.8;
  padding: 15px 0 20px;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 1400px) {
  .cid-u94yMXTKDN .pgk-section-subtitle {
    margin-left: 3rem!important;
    margin-right: 3rem!important;
  }
}
.cid-u94yMXTKDN .pgk-section-btn {
  margin-top: 6px;
}
.cid-u94yMXTKDN .pgk-section-btn .btn:before {
  display: none;
}
.cid-u94yMXTKDN .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-u94yMXTKDN .image-wrapper {
  margin-top: 40px;
}
.cid-u94yMXTKDN .image-wrapper img {
  max-width: 800px;
  width: 100%;
}
.cid-u94yMXTKDN .pgk-fallback-image.disabled {
  display: none;
}
.cid-u94yMXTKDN .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94yMXTKDN .pgk-section-title,
.cid-u94yMXTKDN .pgk-section-btn {
  text-align: center;
  color: #00072c;
}
.cid-u94yMXTKDN .pgk-section-menu {
  text-align: center;
  color: #869ab8;
}
.cid-u9g1r1JuFp {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u9g1r1JuFp .pgk-fallback-image.disabled {
  display: none;
}
.cid-u9g1r1JuFp .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-u9g1r1JuFp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9g1r1JuFp .row {
  flex-direction: row-reverse;
}
.cid-u9g1r1JuFp img {
  width: 100%;
}
.cid-u9g1r1JuFp .pgk-text {
  color: #04492e;
}
.cid-u94AW1NEVM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u94AW1NEVM .pgk-section-head {
  margin-bottom: 50px;
}
.cid-u94AW1NEVM .pgk-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-u94AW1NEVM .pgk-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-u94AW1NEVM .col-video {
  height: auto;
  display: flex;
  justify-content: center;
}
.cid-u94AW1NEVM .img-container {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
}
.cid-u94AW1NEVM .img-container img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
.cid-u94AW1NEVM .pgk-fallback-image.disabled {
  display: none;
}
.cid-u94AW1NEVM .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94BuNlSCM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u94BuNlSCM .pgk-fallback-image.disabled {
  display: none;
}
.cid-u94BuNlSCM .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94BuNlSCM .row {
  flex-direction: row-reverse;
}
.cid-u94BMJCdWa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u94BMJCdWa .pgk-fallback-image.disabled {
  display: none;
}
.cid-u94BMJCdWa .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-u94BMJCdWa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u94BMJCdWa .row {
  flex-direction: row-reverse;
}
.cid-u94BMJCdWa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u94BMJCdWa .text-wrapper {
    padding: 2rem;
  }
}
.cid-u94C1YxVMY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u94C1YxVMY .pgk-fallback-image.disabled {
  display: none;
}
.cid-u94C1YxVMY .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94C1YxVMY .row {
  flex-direction: row-reverse;
}
.cid-u94BUBIogX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u94BUBIogX .pgk-fallback-image.disabled {
  display: none;
}
.cid-u94BUBIogX .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-u94BUBIogX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u94BUBIogX .row {
  flex-direction: row-reverse;
}
.cid-u94BUBIogX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u94BUBIogX .text-wrapper {
    padding: 2rem;
  }
}
.cid-u94CbbBsVh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u94CbbBsVh .pgk-fallback-image.disabled {
  display: none;
}
.cid-u94CbbBsVh .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-u94CbbBsVh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u94CbbBsVh .row {
  flex-direction: row-reverse;
}
.cid-u94CbbBsVh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u94CbbBsVh .text-wrapper {
    padding: 2rem;
  }
}
.cid-u94CiGJyU6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u94CiGJyU6 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u94CiGJyU6 .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-u94CiGJyU6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u94CiGJyU6 .row {
  flex-direction: row-reverse;
}
.cid-u94CiGJyU6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u94CiGJyU6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u94CrSMIwH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u94CrSMIwH .pgk-fallback-image.disabled {
  display: none;
}
.cid-u94CrSMIwH .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94CrSMIwH .row {
  flex-direction: row-reverse;
}
.cid-u94CsohSdc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u94CsohSdc .pgk-fallback-image.disabled {
  display: none;
}
.cid-u94CsohSdc .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94CsohSdc .row {
  flex-direction: row-reverse;
}
.cid-u94JN8ZLKM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u94JN8ZLKM .container {
    padding: 0 20px;
  }
}
.cid-u94JN8ZLKM .pgk-section-title {
  margin-bottom: 90px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-u94JN8ZLKM .pgk-section-title {
    margin-bottom: 40px;
  }
}
.cid-u94JN8ZLKM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 550px;
  max-width: 550px;
}
@media (max-width: 767px) {
  .cid-u94JN8ZLKM .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u94JN8ZLKM .embla__slide .slide-content {
  width: 100%;
}
.cid-u94JN8ZLKM .embla__slide .slide-content a {
  width: 100%;
  display: inline-block;
}
.cid-u94JN8ZLKM .embla__slide .slide-content a:hover .item-wrapper .item-img .pgk-iconfont,
.cid-u94JN8ZLKM .embla__slide .slide-content a:focus .item-wrapper .item-img .pgk-iconfont {
  transform: scale(1);
}
.cid-u94JN8ZLKM .embla__slide .slide-content a .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cid-u94JN8ZLKM .embla__slide .slide-content a .item-wrapper .item-img .pgk-iconfont {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #000000;
  background-color: #0066ff;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}
.cid-u94JN8ZLKM .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 780px;
  border-radius: .75rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u94JN8ZLKM .embla__slide .slide-content a .item-wrapper .item-img img {
    min-height: 400px;
  }
}
.cid-u94JN8ZLKM .embla__slide .slide-content a .item-content {
  position: relative;
  z-index: 1;
}
.cid-u94JN8ZLKM .embla__slide .slide-content a .item-content .card-title {
  margin-bottom: 8px;
}
.cid-u94JN8ZLKM .embla__slide .slide-content a .item-content .item-desc {
  margin-bottom: 0;
}
.cid-u94JN8ZLKM .embla__button--next,
.cid-u94JN8ZLKM .embla__button--prev {
  display: flex;
}
.cid-u94JN8ZLKM .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #0066ff !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-u94JN8ZLKM .embla__button:hover {
  opacity: .5 !important;
}
.cid-u94JN8ZLKM .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-u94JN8ZLKM .embla__button.embla__button--next {
  right: 0;
}
.cid-u94JN8ZLKM .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-u94JN8ZLKM .embla::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #dfe6ea;
  margin-right: 10rem;
}
@media (max-width: 992px) {
  .cid-u94JN8ZLKM .embla::before {
    display: none;
  }
}
.cid-u94JN8ZLKM .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u94JN8ZLKM .embla__viewport {
    overflow: hidden ;
  }
}
.cid-u94JN8ZLKM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u94JN8ZLKM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u94JN8ZLKM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u94JN8ZLKM .item-title {
  color: #000000;
  text-align: center;
}
.cid-u94JN8ZLKM .item-desc {
  color: #9a9a9a;
}
.cid-u94CQhMHC1 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u94CQhMHC1 .pgk-section-head {
  margin-bottom: 50px;
}
.cid-u94CQhMHC1 .pgk-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-u94CQhMHC1 .pgk-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-u94CQhMHC1 .col-video {
  height: auto;
  display: flex;
  justify-content: center;
}
.cid-u94CQhMHC1 .img-container {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
}
.cid-u94CQhMHC1 .img-container img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
.cid-u94CQhMHC1 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u94CQhMHC1 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94CYoFF5G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u94CYoFF5G .pgk-section-head {
  margin-bottom: 50px;
}
.cid-u94CYoFF5G .pgk-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-u94CYoFF5G .pgk-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-u94CYoFF5G .col-video {
  height: auto;
  display: flex;
  justify-content: center;
}
.cid-u94CYoFF5G .img-container {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
}
.cid-u94CYoFF5G .img-container img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
.cid-u94CYoFF5G .pgk-fallback-image.disabled {
  display: none;
}
.cid-u94CYoFF5G .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94D2m4Yg4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u94D2m4Yg4 .pgk-section-head {
  margin-bottom: 50px;
}
.cid-u94D2m4Yg4 .pgk-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-u94D2m4Yg4 .pgk-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-u94D2m4Yg4 .col-video {
  height: auto;
  display: flex;
  justify-content: center;
}
.cid-u94D2m4Yg4 .img-container {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
}
.cid-u94D2m4Yg4 .img-container img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
.cid-u94D2m4Yg4 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u94D2m4Yg4 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94DrchZCc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u94DrchZCc .pgk-section-head {
  margin-bottom: 50px;
}
.cid-u94DrchZCc .pgk-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-u94DrchZCc .pgk-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-u94DrchZCc .col-video {
  height: auto;
  display: flex;
  justify-content: center;
}
.cid-u94DrchZCc .img-container {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
}
.cid-u94DrchZCc .img-container img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
.cid-u94DrchZCc .pgk-fallback-image.disabled {
  display: none;
}
.cid-u94DrchZCc .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94DuQ6psU {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u94DuQ6psU .pgk-section-head {
  margin-bottom: 50px;
}
.cid-u94DuQ6psU .pgk-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-u94DuQ6psU .pgk-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-u94DuQ6psU .col-video {
  height: auto;
  display: flex;
  justify-content: center;
}
.cid-u94DuQ6psU .img-container {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
}
.cid-u94DuQ6psU .img-container img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
.cid-u94DuQ6psU .pgk-fallback-image.disabled {
  display: none;
}
.cid-u94DuQ6psU .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94Jg2xGp9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u94Jg2xGp9 .pgk-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-u94Jg2xGp9 .pgk-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  padding: 15px 0 20px;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 1400px) {
  .cid-u94Jg2xGp9 .pgk-section-subtitle {
    margin-left: 3rem!important;
    margin-right: 3rem!important;
  }
}
.cid-u94Jg2xGp9 .pgk-section-btn {
  margin-top: 6px;
}
.cid-u94Jg2xGp9 .pgk-section-btn .btn:before {
  display: none;
}
.cid-u94Jg2xGp9 .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-u94Jg2xGp9 .image-wrapper {
  margin-top: 40px;
}
.cid-u94Jg2xGp9 .image-wrapper img {
  max-width: 800px;
  width: 100%;
}
.cid-u94Jg2xGp9 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u94Jg2xGp9 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94Jg2xGp9 .pgk-section-title,
.cid-u94Jg2xGp9 .pgk-section-btn {
  text-align: center;
  color: #00072c;
}
.cid-u94Jg2xGp9 .pgk-section-menu {
  text-align: center;
}
.cid-u94yN36VQw {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u94yN36VQw .pgk-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u94yN36VQw textarea {
  min-height: 200px;
}
.cid-u94yN36VQw .btn {
  padding: 1rem 3rem;
}
.cid-u94yN36VQw .form-control,
.cid-u94yN36VQw .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-u94yN36VQw .form-control::-webkit-input-placeholder,
.cid-u94yN36VQw .field-input::-webkit-input-placeholder,
.cid-u94yN36VQw .form-control::-webkit-input-placeholder,
.cid-u94yN36VQw .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u94yN36VQw .form-control:-moz-placeholder,
.cid-u94yN36VQw .field-input:-moz-placeholder,
.cid-u94yN36VQw .form-control:-moz-placeholder,
.cid-u94yN36VQw .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u94yN36VQw .form-control:hover,
.cid-u94yN36VQw .field-input:hover,
.cid-u94yN36VQw .form-control:focus,
.cid-u94yN36VQw .field-input:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #00072c;
  box-shadow: none;
  outline: none;
}
.cid-u94yN36VQw .form-control:hover::-webkit-input-placeholder,
.cid-u94yN36VQw .field-input:hover::-webkit-input-placeholder,
.cid-u94yN36VQw .form-control:focus::-webkit-input-placeholder,
.cid-u94yN36VQw .field-input:focus::-webkit-input-placeholder,
.cid-u94yN36VQw .form-control:hover::-webkit-input-placeholder,
.cid-u94yN36VQw .field-input:hover::-webkit-input-placeholder,
.cid-u94yN36VQw .form-control:focus::-webkit-input-placeholder,
.cid-u94yN36VQw .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u94yN36VQw .form-control:hover:-moz-placeholder,
.cid-u94yN36VQw .field-input:hover:-moz-placeholder,
.cid-u94yN36VQw .form-control:focus:-moz-placeholder,
.cid-u94yN36VQw .field-input:focus:-moz-placeholder,
.cid-u94yN36VQw .form-control:hover:-moz-placeholder,
.cid-u94yN36VQw .field-input:hover:-moz-placeholder,
.cid-u94yN36VQw .form-control:focus:-moz-placeholder,
.cid-u94yN36VQw .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u94yN36VQw .jq-number__spin:hover,
.cid-u94yN36VQw .jq-number__spin:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u94yN36VQw .jq-number__spin {
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u94yN36VQw .jq-selectbox li,
.cid-u94yN36VQw .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u94yN36VQw .jq-selectbox li:hover,
.cid-u94yN36VQw .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-u94yN36VQw .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u94yN36VQw .jq-number__spin.minus:hover:after,
.cid-u94yN36VQw .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u94yN36VQw .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u94yN36VQw .jq-number__spin.minus:after,
.cid-u94yN36VQw .jq-number__spin.plus:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u94yN36VQw input::-webkit-clear-button {
  display: none;
}
.cid-u94yN36VQw input::-webkit-inner-spin-button {
  display: none;
}
.cid-u94yN36VQw input::-webkit-outer-spin-button {
  display: none;
}
.cid-u94yN36VQw input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u94yN36VQw .pgk-section-title {
  color: #00072c;
}
.cid-u94yN36VQw .pgkbtner {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u94yN36VQw .pgkbtner {
    display: inline-block;
  }
}
.cid-u9g8e4BvHk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #222c4f;
}
.cid-u9g8e4BvHk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.cid-u9g8e4BvHk li:first-child {
  list-style: none;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u9g8e4BvHk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-u9g8e4BvHk .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-u9g8e4BvHk .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-u9g8e4BvHk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu p {
  margin: 0;
}
.cid-u9g8e4BvHk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9g8e4BvHk .social-list .pgk-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u9g8e4BvHk .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-u9g8e4BvHk .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9g8e4BvHk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9g8e4BvHk .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u9g8e4BvHk .row-copirayt p {
  width: 100%;
}
.cid-u9g8e4BvHk .foot-menu-item {
  width: fit-content;
  padding-right: 2rem;
  color: #555555;
}
.cid-u9g8e4BvHk .media-container-row .pgk-text {
  color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .foot-menu-item {
    padding-right: 0rem;
  }
  .cid-u9g8e4BvHk .foot-menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .cid-u9g8e4BvHk li:first-child {
    list-style: inherit;
  }
}
.cid-u9g8e4BvHk .w-50 {
  height: 100%;
  width: 100% !important;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .cid-u9g8e4BvHk .w-27 {
    max-width: 27%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-46 {
    max-width: 46%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-50 {
    max-width: 50%;
    height: 100%;
    max-height: 60px;
  }
}
.cid-u94OGY8Jh2 {
  padding-top: 16rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/slice-151.png");
}
@media (min-width: 1400px) {
  .cid-u94OGY8Jh2 .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-u94OGY8Jh2 .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-u94OGY8Jh2 .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-u94OGY8Jh2 .row {
  display: flex;
  align-items: stretch;
}
.cid-u94OGY8Jh2 .pgk-section-head {
  margin-bottom: 50px;
}
.cid-u94OGY8Jh2 .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-u94OGY8Jh2 .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u94OGY8Jh2 .pgk-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-u94OGY8Jh2 .colored-text {
  color: #a1a0a0;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u94OGY8Jh2 .pgk-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-u94OGY8Jh2 .item:focus,
.cid-u94OGY8Jh2 span:focus {
  outline: none;
}
.cid-u94OGY8Jh2 .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-u94OGY8Jh2 .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-u94OGY8Jh2 .item-wrapper .item-content a:hover {
  color: #00072c !important;
}
.cid-u94OGY8Jh2 .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-u94OGY8Jh2 .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-u94OGY8Jh2 .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-u94OGY8Jh2 .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-u94OGY8Jh2 .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-u94OGY8Jh2 .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-u94OGY8Jh2 .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-u94OGY8Jh2 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u94OGY8Jh2 .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #00072c;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-u94OGY8Jh2 .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u94OGY8Jh2 .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-u94OGY8Jh2 .item-content-container {
    padding: 20px 15px;
  }
}
.cid-u94OGY8Jh2 .pgk-section-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.cid-u94OGY8Jh2 .item-title {
  text-align: left;
  width: 100%;
  color: #869ab8;
  margin-bottom: 0;
}
.cid-u94OGY8Jh2 .pgk-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-u94OGY8Jh2 .pgk-text,
.cid-u94OGY8Jh2 .pgk-section-btn {
  color: #00072c;
}
.cid-u94OGY8Jh2 .confff {
  padding: 8px 10px;
  background: #df1d1d;
  color: white;
  width: 60px;
  border-radius: 8px;
}
.cid-u94yMX6lRs {
  z-index: 1000;
  width: 100%;
}
.cid-u94yMX6lRs nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-u94yMX6lRs .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-u94yMX6lRs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u94yMX6lRs .dropdown-item {
  border-bottom: none!important;
}
.cid-u94yMX6lRs .dropdown-item:hover,
.cid-u94yMX6lRs .dropdown-item:focus {
  background: #0066ff !important;
  color: white !important;
}
.cid-u94yMX6lRs .dropdown-item:hover span {
  color: white;
}
.cid-u94yMX6lRs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u94yMX6lRs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u94yMX6lRs .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u94yMX6lRs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u94yMX6lRs .nav-link {
  position: relative;
}
.cid-u94yMX6lRs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u94yMX6lRs .container {
    flex-wrap: nowrap;
  }
}
.cid-u94yMX6lRs .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u94yMX6lRs .dropdown-menu,
.cid-u94yMX6lRs .navbar.opened {
  background: #ffffff !important;
}
.cid-u94yMX6lRs .nav-item:focus,
.cid-u94yMX6lRs .nav-link:focus {
  outline: none;
}
.cid-u94yMX6lRs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-u94yMX6lRs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u94yMX6lRs .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u94yMX6lRs .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u94yMX6lRs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u94yMX6lRs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u94yMX6lRs .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 15px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-u94yMX6lRs .navbar.opened {
  transition: all 0.3s;
}
.cid-u94yMX6lRs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u94yMX6lRs .navbar .navbar-logo img {
  width: auto;
  border-radius: 0!important;
}
.cid-u94yMX6lRs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u94yMX6lRs .navbar.collapsed {
  justify-content: center;
}
.cid-u94yMX6lRs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u94yMX6lRs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u94yMX6lRs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u94yMX6lRs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u94yMX6lRs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u94yMX6lRs .navbar.collapsed .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: 41%;
}
.cid-u94yMX6lRs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u94yMX6lRs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u94yMX6lRs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u94yMX6lRs .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-u94yMX6lRs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u94yMX6lRs .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-u94yMX6lRs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u94yMX6lRs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u94yMX6lRs .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-u94yMX6lRs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u94yMX6lRs .navbar ul.navbar-nav li {
    background: white;
    margin: 5px;
    border-radius: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .cid-u94yMX6lRs .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-u94yMX6lRs .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-u94yMX6lRs .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-u94yMX6lRs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u94yMX6lRs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u94yMX6lRs .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u94yMX6lRs .navbar.navbar-short {
  min-height: 60px;
}
.cid-u94yMX6lRs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u94yMX6lRs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u94yMX6lRs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u94yMX6lRs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u94yMX6lRs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u94yMX6lRs .dropdown-item.active,
.cid-u94yMX6lRs .dropdown-item:active {
  background-color: transparent;
}
.cid-u94yMX6lRs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u94yMX6lRs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u94yMX6lRs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u94yMX6lRs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-u94yMX6lRs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-u94yMX6lRs .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-u94yMX6lRs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u94yMX6lRs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u94yMX6lRs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u94yMX6lRs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00072c;
}
.cid-u94yMX6lRs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u94yMX6lRs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u94yMX6lRs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u94yMX6lRs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u94yMX6lRs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u94yMX6lRs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u94yMX6lRs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u94yMX6lRs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u94yMX6lRs .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-u94yMX6lRs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94yMX6lRs .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-u94yMX6lRs .navbar {
    height: 70px;
  }
  .cid-u94yMX6lRs .navbar.opened {
    height: auto;
  }
  .cid-u94yMX6lRs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u94yMX6lRs .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-u94yMX6lRs .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-u94yMX6lRs .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-u94yMX6lRs .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-u94yMX6lRs .navbar-nav {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-u94yMX6lRs .navbar-nav {
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .cid-u94yMX6lRs .navbar-nav {
    margin-left: auto;
  }
}
.cid-u94yMX6lRs .nav-item a:hover {
  color: #ffffff !important;
}
.cid-u94yMX6lRs .nav-item .nav-link {
  position: relative !important;
}
.cid-u94yMX6lRs .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00072c;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-u94yMX6lRs .nav-item .nav-link:hover {
  color: #00072c !important;
}
.cid-u94yMX6lRs .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-u94yMX6lRs .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-u94yMX6lRs .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-u94yMX6lRs .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u94yMX6lRs .tel-menu {
    display: none;
  }
}
.cid-u94yMX6lRs .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-u94yMX6lRs .pgk-text {
    text-align: center !important;
  }
}
.cid-u94yMX6lRs .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-u94yMX6lRs .pgk-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u94yMX6lRs .pgk-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-u94yMX6lRs .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-u94yMX6lRs .pgk-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 10px;
}
.cid-u94yMX6lRs .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-u94yMX6lRs .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #fff;
  border-radius: 0.25rem;
}
@media (max-width: 1700px) {
  .cid-u94yMX6lRs .tel-menu {
    display: none;
  }
}
.cid-u94Z4nyqSb {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u94Z4nyqSb .pgk-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u94Z4nyqSb textarea {
  min-height: 200px;
}
.cid-u94Z4nyqSb .btn {
  padding: 1rem 3rem;
}
.cid-u94Z4nyqSb .form-control,
.cid-u94Z4nyqSb .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-u94Z4nyqSb .form-control::-webkit-input-placeholder,
.cid-u94Z4nyqSb .field-input::-webkit-input-placeholder,
.cid-u94Z4nyqSb .form-control::-webkit-input-placeholder,
.cid-u94Z4nyqSb .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u94Z4nyqSb .form-control:-moz-placeholder,
.cid-u94Z4nyqSb .field-input:-moz-placeholder,
.cid-u94Z4nyqSb .form-control:-moz-placeholder,
.cid-u94Z4nyqSb .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u94Z4nyqSb .form-control:hover,
.cid-u94Z4nyqSb .field-input:hover,
.cid-u94Z4nyqSb .form-control:focus,
.cid-u94Z4nyqSb .field-input:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #00072c;
  box-shadow: none;
  outline: none;
}
.cid-u94Z4nyqSb .form-control:hover::-webkit-input-placeholder,
.cid-u94Z4nyqSb .field-input:hover::-webkit-input-placeholder,
.cid-u94Z4nyqSb .form-control:focus::-webkit-input-placeholder,
.cid-u94Z4nyqSb .field-input:focus::-webkit-input-placeholder,
.cid-u94Z4nyqSb .form-control:hover::-webkit-input-placeholder,
.cid-u94Z4nyqSb .field-input:hover::-webkit-input-placeholder,
.cid-u94Z4nyqSb .form-control:focus::-webkit-input-placeholder,
.cid-u94Z4nyqSb .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u94Z4nyqSb .form-control:hover:-moz-placeholder,
.cid-u94Z4nyqSb .field-input:hover:-moz-placeholder,
.cid-u94Z4nyqSb .form-control:focus:-moz-placeholder,
.cid-u94Z4nyqSb .field-input:focus:-moz-placeholder,
.cid-u94Z4nyqSb .form-control:hover:-moz-placeholder,
.cid-u94Z4nyqSb .field-input:hover:-moz-placeholder,
.cid-u94Z4nyqSb .form-control:focus:-moz-placeholder,
.cid-u94Z4nyqSb .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u94Z4nyqSb .jq-number__spin:hover,
.cid-u94Z4nyqSb .jq-number__spin:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u94Z4nyqSb .jq-number__spin {
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u94Z4nyqSb .jq-selectbox li,
.cid-u94Z4nyqSb .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u94Z4nyqSb .jq-selectbox li:hover,
.cid-u94Z4nyqSb .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-u94Z4nyqSb .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u94Z4nyqSb .jq-number__spin.minus:hover:after,
.cid-u94Z4nyqSb .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u94Z4nyqSb .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u94Z4nyqSb .jq-number__spin.minus:after,
.cid-u94Z4nyqSb .jq-number__spin.plus:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u94Z4nyqSb input::-webkit-clear-button {
  display: none;
}
.cid-u94Z4nyqSb input::-webkit-inner-spin-button {
  display: none;
}
.cid-u94Z4nyqSb input::-webkit-outer-spin-button {
  display: none;
}
.cid-u94Z4nyqSb input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u94Z4nyqSb .pgk-section-title {
  color: #00072c;
}
.cid-u94Z4nyqSb .pgkbtner {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u94Z4nyqSb .pgkbtner {
    display: inline-block;
  }
}
.cid-u9g8e4BvHk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #222c4f;
}
.cid-u9g8e4BvHk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.cid-u9g8e4BvHk li:first-child {
  list-style: none;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u9g8e4BvHk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-u9g8e4BvHk .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-u9g8e4BvHk .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-u9g8e4BvHk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu p {
  margin: 0;
}
.cid-u9g8e4BvHk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9g8e4BvHk .social-list .pgk-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u9g8e4BvHk .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-u9g8e4BvHk .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9g8e4BvHk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9g8e4BvHk .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u9g8e4BvHk .row-copirayt p {
  width: 100%;
}
.cid-u9g8e4BvHk .foot-menu-item {
  width: fit-content;
  padding-right: 2rem;
  color: #555555;
}
.cid-u9g8e4BvHk .media-container-row .pgk-text {
  color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .foot-menu-item {
    padding-right: 0rem;
  }
  .cid-u9g8e4BvHk .foot-menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .cid-u9g8e4BvHk li:first-child {
    list-style: inherit;
  }
}
.cid-u9g8e4BvHk .w-50 {
  height: 100%;
  width: 100% !important;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .cid-u9g8e4BvHk .w-27 {
    max-width: 27%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-46 {
    max-width: 46%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-50 {
    max-width: 50%;
    height: 100%;
    max-height: 60px;
  }
}
.cid-u94ZgHzqSB {
  padding-top: 16rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/slice-151.png");
}
@media (min-width: 1400px) {
  .cid-u94ZgHzqSB .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-u94ZgHzqSB .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-u94ZgHzqSB .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-u94ZgHzqSB .row {
  display: flex;
  align-items: stretch;
}
.cid-u94ZgHzqSB .pgk-section-head {
  margin-bottom: 50px;
}
.cid-u94ZgHzqSB .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-u94ZgHzqSB .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u94ZgHzqSB .pgk-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-u94ZgHzqSB .colored-text {
  color: #a1a0a0;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u94ZgHzqSB .pgk-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-u94ZgHzqSB .item:focus,
.cid-u94ZgHzqSB span:focus {
  outline: none;
}
.cid-u94ZgHzqSB .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-u94ZgHzqSB .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-u94ZgHzqSB .item-wrapper .item-content a:hover {
  color: #00072c !important;
}
.cid-u94ZgHzqSB .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-u94ZgHzqSB .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-u94ZgHzqSB .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-u94ZgHzqSB .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-u94ZgHzqSB .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-u94ZgHzqSB .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-u94ZgHzqSB .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-u94ZgHzqSB .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u94ZgHzqSB .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #00072c;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-u94ZgHzqSB .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u94ZgHzqSB .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-u94ZgHzqSB .item-content-container {
    padding: 20px 15px;
  }
}
.cid-u94ZgHzqSB .pgk-section-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.cid-u94ZgHzqSB .item-title {
  text-align: left;
  width: 100%;
  color: #869ab8;
  margin-bottom: 0;
}
.cid-u94ZgHzqSB .pgk-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-u94ZgHzqSB .pgk-text,
.cid-u94ZgHzqSB .pgk-section-btn {
  color: #00072c;
}
.cid-u94ZgHzqSB .confff {
  padding: 8px 10px;
  background: #df1d1d;
  color: white;
  width: 60px;
  border-radius: 8px;
}
.cid-u94ZgIr0H2 {
  z-index: 1000;
  width: 100%;
}
.cid-u94ZgIr0H2 nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-u94ZgIr0H2 .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-u94ZgIr0H2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u94ZgIr0H2 .dropdown-item {
  border-bottom: none!important;
}
.cid-u94ZgIr0H2 .dropdown-item:hover,
.cid-u94ZgIr0H2 .dropdown-item:focus {
  background: #0066ff !important;
  color: white !important;
}
.cid-u94ZgIr0H2 .dropdown-item:hover span {
  color: white;
}
.cid-u94ZgIr0H2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u94ZgIr0H2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u94ZgIr0H2 .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u94ZgIr0H2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u94ZgIr0H2 .nav-link {
  position: relative;
}
.cid-u94ZgIr0H2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u94ZgIr0H2 .container {
    flex-wrap: nowrap;
  }
}
.cid-u94ZgIr0H2 .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u94ZgIr0H2 .dropdown-menu,
.cid-u94ZgIr0H2 .navbar.opened {
  background: #ffffff !important;
}
.cid-u94ZgIr0H2 .nav-item:focus,
.cid-u94ZgIr0H2 .nav-link:focus {
  outline: none;
}
.cid-u94ZgIr0H2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-u94ZgIr0H2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u94ZgIr0H2 .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u94ZgIr0H2 .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u94ZgIr0H2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u94ZgIr0H2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u94ZgIr0H2 .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 15px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-u94ZgIr0H2 .navbar.opened {
  transition: all 0.3s;
}
.cid-u94ZgIr0H2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u94ZgIr0H2 .navbar .navbar-logo img {
  width: auto;
  border-radius: 0!important;
}
.cid-u94ZgIr0H2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u94ZgIr0H2 .navbar.collapsed {
  justify-content: center;
}
.cid-u94ZgIr0H2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u94ZgIr0H2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u94ZgIr0H2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u94ZgIr0H2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u94ZgIr0H2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u94ZgIr0H2 .navbar.collapsed .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: 41%;
}
.cid-u94ZgIr0H2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u94ZgIr0H2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u94ZgIr0H2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u94ZgIr0H2 .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-u94ZgIr0H2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u94ZgIr0H2 .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-u94ZgIr0H2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u94ZgIr0H2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u94ZgIr0H2 .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-u94ZgIr0H2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u94ZgIr0H2 .navbar ul.navbar-nav li {
    background: white;
    margin: 5px;
    border-radius: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .cid-u94ZgIr0H2 .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-u94ZgIr0H2 .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-u94ZgIr0H2 .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-u94ZgIr0H2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u94ZgIr0H2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u94ZgIr0H2 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u94ZgIr0H2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u94ZgIr0H2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u94ZgIr0H2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u94ZgIr0H2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u94ZgIr0H2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u94ZgIr0H2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u94ZgIr0H2 .dropdown-item.active,
.cid-u94ZgIr0H2 .dropdown-item:active {
  background-color: transparent;
}
.cid-u94ZgIr0H2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u94ZgIr0H2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u94ZgIr0H2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u94ZgIr0H2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-u94ZgIr0H2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-u94ZgIr0H2 .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-u94ZgIr0H2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u94ZgIr0H2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u94ZgIr0H2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u94ZgIr0H2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00072c;
}
.cid-u94ZgIr0H2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u94ZgIr0H2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u94ZgIr0H2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u94ZgIr0H2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u94ZgIr0H2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u94ZgIr0H2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u94ZgIr0H2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u94ZgIr0H2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u94ZgIr0H2 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-u94ZgIr0H2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94ZgIr0H2 .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-u94ZgIr0H2 .navbar {
    height: 70px;
  }
  .cid-u94ZgIr0H2 .navbar.opened {
    height: auto;
  }
  .cid-u94ZgIr0H2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u94ZgIr0H2 .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-u94ZgIr0H2 .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-u94ZgIr0H2 .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-u94ZgIr0H2 .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-u94ZgIr0H2 .navbar-nav {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-u94ZgIr0H2 .navbar-nav {
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .cid-u94ZgIr0H2 .navbar-nav {
    margin-left: auto;
  }
}
.cid-u94ZgIr0H2 .nav-item a:hover {
  color: #ffffff !important;
}
.cid-u94ZgIr0H2 .nav-item .nav-link {
  position: relative !important;
}
.cid-u94ZgIr0H2 .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00072c;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-u94ZgIr0H2 .nav-item .nav-link:hover {
  color: #00072c !important;
}
.cid-u94ZgIr0H2 .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-u94ZgIr0H2 .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-u94ZgIr0H2 .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-u94ZgIr0H2 .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u94ZgIr0H2 .tel-menu {
    display: none;
  }
}
.cid-u94ZgIr0H2 .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-u94ZgIr0H2 .pgk-text {
    text-align: center !important;
  }
}
.cid-u94ZgIr0H2 .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-u94ZgIr0H2 .pgk-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u94ZgIr0H2 .pgk-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-u94ZgIr0H2 .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-u94ZgIr0H2 .pgk-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 10px;
}
.cid-u94ZgIr0H2 .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-u94ZgIr0H2 .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #fff;
  border-radius: 0.25rem;
}
@media (max-width: 1700px) {
  .cid-u94ZgIr0H2 .tel-menu {
    display: none;
  }
}
.cid-u954i5KZRl {
  background-color: #ffffff;
}
.cid-u954i5KZRl .pgk-fallback-image.disabled {
  display: none;
}
.cid-u954i5KZRl .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u954i5KZRl .container {
    padding: 0 22px;
  }
}
.cid-u954i5KZRl .row {
  justify-content: space-between;
}
.cid-u954i5KZRl .row .card {
  justify-content: center;
}
.cid-u954i5KZRl .content-wrapper .pgk-section-title {
  margin-bottom: 32px;
}
.cid-u954i5KZRl .content-wrapper .pgk-text {
  margin-bottom: 22px;
}
.cid-u954i5KZRl .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-u954i5KZRl .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u954i5KZRl .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u954i5KZRl .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-u954i5KZRl .item .item-wrapper .icon-wrapper .pgk-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #0066ff;
  margin-right: 55px;
}
.cid-u954i5KZRl .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-u954i5KZRl .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-u954i5KZRl .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-u954i5KZRl .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u954i5KZRl .pgk-section-title {
  color: #000000;
}
.cid-u954i5KZRl .pgk-text {
  color: #000000;
}
.cid-u954i5KZRl .card-title {
  color: #ff5753;
}
.cid-u954i5KZRl .card-text {
  color: #000000;
}
.cid-u955LQdXo8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u955LQdXo8 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u955LQdXo8 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u955LQdXo8 .row {
  flex-direction: row-reverse;
}
.cid-u955LQdXo8 .pgk-description {
  text-align: center;
}
.cid-u955vPaSpn {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u955vPaSpn .pgk-fallback-image.disabled {
  display: none;
}
.cid-u955vPaSpn .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u955vPaSpn .row {
  flex-direction: row-reverse;
}
.cid-u955vPaSpn .pgk-description {
  text-align: left;
}
.cid-u94ZgJ1umc {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u94ZgJ1umc .pgk-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u94ZgJ1umc textarea {
  min-height: 200px;
}
.cid-u94ZgJ1umc .btn {
  padding: 1rem 3rem;
}
.cid-u94ZgJ1umc .form-control,
.cid-u94ZgJ1umc .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-u94ZgJ1umc .form-control::-webkit-input-placeholder,
.cid-u94ZgJ1umc .field-input::-webkit-input-placeholder,
.cid-u94ZgJ1umc .form-control::-webkit-input-placeholder,
.cid-u94ZgJ1umc .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u94ZgJ1umc .form-control:-moz-placeholder,
.cid-u94ZgJ1umc .field-input:-moz-placeholder,
.cid-u94ZgJ1umc .form-control:-moz-placeholder,
.cid-u94ZgJ1umc .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u94ZgJ1umc .form-control:hover,
.cid-u94ZgJ1umc .field-input:hover,
.cid-u94ZgJ1umc .form-control:focus,
.cid-u94ZgJ1umc .field-input:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #00072c;
  box-shadow: none;
  outline: none;
}
.cid-u94ZgJ1umc .form-control:hover::-webkit-input-placeholder,
.cid-u94ZgJ1umc .field-input:hover::-webkit-input-placeholder,
.cid-u94ZgJ1umc .form-control:focus::-webkit-input-placeholder,
.cid-u94ZgJ1umc .field-input:focus::-webkit-input-placeholder,
.cid-u94ZgJ1umc .form-control:hover::-webkit-input-placeholder,
.cid-u94ZgJ1umc .field-input:hover::-webkit-input-placeholder,
.cid-u94ZgJ1umc .form-control:focus::-webkit-input-placeholder,
.cid-u94ZgJ1umc .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u94ZgJ1umc .form-control:hover:-moz-placeholder,
.cid-u94ZgJ1umc .field-input:hover:-moz-placeholder,
.cid-u94ZgJ1umc .form-control:focus:-moz-placeholder,
.cid-u94ZgJ1umc .field-input:focus:-moz-placeholder,
.cid-u94ZgJ1umc .form-control:hover:-moz-placeholder,
.cid-u94ZgJ1umc .field-input:hover:-moz-placeholder,
.cid-u94ZgJ1umc .form-control:focus:-moz-placeholder,
.cid-u94ZgJ1umc .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u94ZgJ1umc .jq-number__spin:hover,
.cid-u94ZgJ1umc .jq-number__spin:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u94ZgJ1umc .jq-number__spin {
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u94ZgJ1umc .jq-selectbox li,
.cid-u94ZgJ1umc .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u94ZgJ1umc .jq-selectbox li:hover,
.cid-u94ZgJ1umc .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-u94ZgJ1umc .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u94ZgJ1umc .jq-number__spin.minus:hover:after,
.cid-u94ZgJ1umc .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u94ZgJ1umc .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u94ZgJ1umc .jq-number__spin.minus:after,
.cid-u94ZgJ1umc .jq-number__spin.plus:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u94ZgJ1umc input::-webkit-clear-button {
  display: none;
}
.cid-u94ZgJ1umc input::-webkit-inner-spin-button {
  display: none;
}
.cid-u94ZgJ1umc input::-webkit-outer-spin-button {
  display: none;
}
.cid-u94ZgJ1umc input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u94ZgJ1umc .pgk-section-title {
  color: #00072c;
}
.cid-u94ZgJ1umc .pgkbtner {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u94ZgJ1umc .pgkbtner {
    display: inline-block;
  }
}
.cid-u9g8e4BvHk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #222c4f;
}
.cid-u9g8e4BvHk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.cid-u9g8e4BvHk li:first-child {
  list-style: none;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u9g8e4BvHk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-u9g8e4BvHk .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-u9g8e4BvHk .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-u9g8e4BvHk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu p {
  margin: 0;
}
.cid-u9g8e4BvHk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9g8e4BvHk .social-list .pgk-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u9g8e4BvHk .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-u9g8e4BvHk .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9g8e4BvHk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9g8e4BvHk .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u9g8e4BvHk .row-copirayt p {
  width: 100%;
}
.cid-u9g8e4BvHk .foot-menu-item {
  width: fit-content;
  padding-right: 2rem;
  color: #555555;
}
.cid-u9g8e4BvHk .media-container-row .pgk-text {
  color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .foot-menu-item {
    padding-right: 0rem;
  }
  .cid-u9g8e4BvHk .foot-menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .cid-u9g8e4BvHk li:first-child {
    list-style: inherit;
  }
}
.cid-u9g8e4BvHk .w-50 {
  height: 100%;
  width: 100% !important;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .cid-u9g8e4BvHk .w-27 {
    max-width: 27%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-46 {
    max-width: 46%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-50 {
    max-width: 50%;
    height: 100%;
    max-height: 60px;
  }
}
.cid-u955TZ7NFF {
  padding-top: 16rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/slice-151.png");
}
@media (min-width: 1400px) {
  .cid-u955TZ7NFF .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-u955TZ7NFF .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-u955TZ7NFF .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-u955TZ7NFF .row {
  display: flex;
  align-items: stretch;
}
.cid-u955TZ7NFF .pgk-section-head {
  margin-bottom: 50px;
}
.cid-u955TZ7NFF .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-u955TZ7NFF .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u955TZ7NFF .pgk-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-u955TZ7NFF .colored-text {
  color: #a1a0a0;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u955TZ7NFF .pgk-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-u955TZ7NFF .item:focus,
.cid-u955TZ7NFF span:focus {
  outline: none;
}
.cid-u955TZ7NFF .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-u955TZ7NFF .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-u955TZ7NFF .item-wrapper .item-content a:hover {
  color: #00072c !important;
}
.cid-u955TZ7NFF .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-u955TZ7NFF .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-u955TZ7NFF .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-u955TZ7NFF .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-u955TZ7NFF .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-u955TZ7NFF .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-u955TZ7NFF .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-u955TZ7NFF .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u955TZ7NFF .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #00072c;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-u955TZ7NFF .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u955TZ7NFF .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-u955TZ7NFF .item-content-container {
    padding: 20px 15px;
  }
}
.cid-u955TZ7NFF .pgk-section-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.cid-u955TZ7NFF .item-title {
  text-align: left;
  width: 100%;
  color: #869ab8;
  margin-bottom: 0;
}
.cid-u955TZ7NFF .pgk-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-u955TZ7NFF .pgk-text,
.cid-u955TZ7NFF .pgk-section-btn {
  color: #00072c;
}
.cid-u955TZ7NFF .confff {
  padding: 8px 10px;
  background: #df1d1d;
  color: white;
  width: 60px;
  border-radius: 8px;
}
.cid-u955TZtK3c {
  z-index: 1000;
  width: 100%;
}
.cid-u955TZtK3c nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-u955TZtK3c .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-u955TZtK3c .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u955TZtK3c .dropdown-item {
  border-bottom: none!important;
}
.cid-u955TZtK3c .dropdown-item:hover,
.cid-u955TZtK3c .dropdown-item:focus {
  background: #0066ff !important;
  color: white !important;
}
.cid-u955TZtK3c .dropdown-item:hover span {
  color: white;
}
.cid-u955TZtK3c .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u955TZtK3c .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u955TZtK3c .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u955TZtK3c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u955TZtK3c .nav-link {
  position: relative;
}
.cid-u955TZtK3c .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u955TZtK3c .container {
    flex-wrap: nowrap;
  }
}
.cid-u955TZtK3c .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u955TZtK3c .dropdown-menu,
.cid-u955TZtK3c .navbar.opened {
  background: #ffffff !important;
}
.cid-u955TZtK3c .nav-item:focus,
.cid-u955TZtK3c .nav-link:focus {
  outline: none;
}
.cid-u955TZtK3c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-u955TZtK3c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u955TZtK3c .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u955TZtK3c .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u955TZtK3c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u955TZtK3c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u955TZtK3c .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 15px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-u955TZtK3c .navbar.opened {
  transition: all 0.3s;
}
.cid-u955TZtK3c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u955TZtK3c .navbar .navbar-logo img {
  width: auto;
  border-radius: 0!important;
}
.cid-u955TZtK3c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u955TZtK3c .navbar.collapsed {
  justify-content: center;
}
.cid-u955TZtK3c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u955TZtK3c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u955TZtK3c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u955TZtK3c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u955TZtK3c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u955TZtK3c .navbar.collapsed .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: 41%;
}
.cid-u955TZtK3c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u955TZtK3c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u955TZtK3c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u955TZtK3c .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-u955TZtK3c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u955TZtK3c .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-u955TZtK3c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u955TZtK3c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u955TZtK3c .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-u955TZtK3c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u955TZtK3c .navbar ul.navbar-nav li {
    background: white;
    margin: 5px;
    border-radius: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .cid-u955TZtK3c .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-u955TZtK3c .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-u955TZtK3c .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-u955TZtK3c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u955TZtK3c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u955TZtK3c .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u955TZtK3c .navbar.navbar-short {
  min-height: 60px;
}
.cid-u955TZtK3c .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u955TZtK3c .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u955TZtK3c .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u955TZtK3c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u955TZtK3c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u955TZtK3c .dropdown-item.active,
.cid-u955TZtK3c .dropdown-item:active {
  background-color: transparent;
}
.cid-u955TZtK3c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u955TZtK3c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u955TZtK3c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u955TZtK3c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-u955TZtK3c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-u955TZtK3c .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-u955TZtK3c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u955TZtK3c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u955TZtK3c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u955TZtK3c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00072c;
}
.cid-u955TZtK3c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u955TZtK3c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u955TZtK3c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u955TZtK3c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u955TZtK3c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u955TZtK3c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u955TZtK3c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u955TZtK3c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u955TZtK3c .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-u955TZtK3c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u955TZtK3c .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-u955TZtK3c .navbar {
    height: 70px;
  }
  .cid-u955TZtK3c .navbar.opened {
    height: auto;
  }
  .cid-u955TZtK3c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u955TZtK3c .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-u955TZtK3c .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-u955TZtK3c .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-u955TZtK3c .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-u955TZtK3c .navbar-nav {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-u955TZtK3c .navbar-nav {
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .cid-u955TZtK3c .navbar-nav {
    margin-left: auto;
  }
}
.cid-u955TZtK3c .nav-item a:hover {
  color: #ffffff !important;
}
.cid-u955TZtK3c .nav-item .nav-link {
  position: relative !important;
}
.cid-u955TZtK3c .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00072c;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-u955TZtK3c .nav-item .nav-link:hover {
  color: #00072c !important;
}
.cid-u955TZtK3c .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-u955TZtK3c .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-u955TZtK3c .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-u955TZtK3c .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u955TZtK3c .tel-menu {
    display: none;
  }
}
.cid-u955TZtK3c .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-u955TZtK3c .pgk-text {
    text-align: center !important;
  }
}
.cid-u955TZtK3c .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-u955TZtK3c .pgk-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u955TZtK3c .pgk-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-u955TZtK3c .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-u955TZtK3c .pgk-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 10px;
}
.cid-u955TZtK3c .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-u955TZtK3c .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #fff;
  border-radius: 0.25rem;
}
@media (max-width: 1700px) {
  .cid-u955TZtK3c .tel-menu {
    display: none;
  }
}
.cid-u955TZTeFa {
  background-color: #ffffff;
}
.cid-u955TZTeFa .pgk-fallback-image.disabled {
  display: none;
}
.cid-u955TZTeFa .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u955TZTeFa .container {
    padding: 0 22px;
  }
}
.cid-u955TZTeFa .row {
  justify-content: space-between;
}
.cid-u955TZTeFa .row .card {
  justify-content: center;
}
.cid-u955TZTeFa .content-wrapper .pgk-section-title {
  margin-bottom: 32px;
}
.cid-u955TZTeFa .content-wrapper .pgk-text {
  margin-bottom: 22px;
}
.cid-u955TZTeFa .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-u955TZTeFa .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u955TZTeFa .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u955TZTeFa .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-u955TZTeFa .item .item-wrapper .icon-wrapper .pgk-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #0066ff;
  margin-right: 55px;
}
.cid-u955TZTeFa .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-u955TZTeFa .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-u955TZTeFa .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-u955TZTeFa .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u955TZTeFa .pgk-section-title {
  color: #000000;
}
.cid-u955TZTeFa .pgk-text {
  color: #000000;
}
.cid-u955TZTeFa .card-title {
  color: #ff5753;
}
.cid-u955TZTeFa .card-text {
  color: #000000;
}
.cid-u955U0F9SU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u955U0F9SU .pgk-fallback-image.disabled {
  display: none;
}
.cid-u955U0F9SU .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u955U0F9SU .row {
  flex-direction: row-reverse;
}
.cid-u955U0F9SU .pgk-description {
  text-align: center;
}
.cid-u955U0kdiB {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u955U0kdiB .pgk-fallback-image.disabled {
  display: none;
}
.cid-u955U0kdiB .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u955U0kdiB .row {
  flex-direction: row-reverse;
}
.cid-u955U0kdiB .pgk-description {
  text-align: left;
}
.cid-u955U12T5l {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u955U12T5l .pgk-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u955U12T5l textarea {
  min-height: 200px;
}
.cid-u955U12T5l .btn {
  padding: 1rem 3rem;
}
.cid-u955U12T5l .form-control,
.cid-u955U12T5l .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-u955U12T5l .form-control::-webkit-input-placeholder,
.cid-u955U12T5l .field-input::-webkit-input-placeholder,
.cid-u955U12T5l .form-control::-webkit-input-placeholder,
.cid-u955U12T5l .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u955U12T5l .form-control:-moz-placeholder,
.cid-u955U12T5l .field-input:-moz-placeholder,
.cid-u955U12T5l .form-control:-moz-placeholder,
.cid-u955U12T5l .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u955U12T5l .form-control:hover,
.cid-u955U12T5l .field-input:hover,
.cid-u955U12T5l .form-control:focus,
.cid-u955U12T5l .field-input:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #00072c;
  box-shadow: none;
  outline: none;
}
.cid-u955U12T5l .form-control:hover::-webkit-input-placeholder,
.cid-u955U12T5l .field-input:hover::-webkit-input-placeholder,
.cid-u955U12T5l .form-control:focus::-webkit-input-placeholder,
.cid-u955U12T5l .field-input:focus::-webkit-input-placeholder,
.cid-u955U12T5l .form-control:hover::-webkit-input-placeholder,
.cid-u955U12T5l .field-input:hover::-webkit-input-placeholder,
.cid-u955U12T5l .form-control:focus::-webkit-input-placeholder,
.cid-u955U12T5l .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u955U12T5l .form-control:hover:-moz-placeholder,
.cid-u955U12T5l .field-input:hover:-moz-placeholder,
.cid-u955U12T5l .form-control:focus:-moz-placeholder,
.cid-u955U12T5l .field-input:focus:-moz-placeholder,
.cid-u955U12T5l .form-control:hover:-moz-placeholder,
.cid-u955U12T5l .field-input:hover:-moz-placeholder,
.cid-u955U12T5l .form-control:focus:-moz-placeholder,
.cid-u955U12T5l .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u955U12T5l .jq-number__spin:hover,
.cid-u955U12T5l .jq-number__spin:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u955U12T5l .jq-number__spin {
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u955U12T5l .jq-selectbox li,
.cid-u955U12T5l .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u955U12T5l .jq-selectbox li:hover,
.cid-u955U12T5l .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-u955U12T5l .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u955U12T5l .jq-number__spin.minus:hover:after,
.cid-u955U12T5l .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u955U12T5l .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u955U12T5l .jq-number__spin.minus:after,
.cid-u955U12T5l .jq-number__spin.plus:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u955U12T5l input::-webkit-clear-button {
  display: none;
}
.cid-u955U12T5l input::-webkit-inner-spin-button {
  display: none;
}
.cid-u955U12T5l input::-webkit-outer-spin-button {
  display: none;
}
.cid-u955U12T5l input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u955U12T5l .pgk-section-title {
  color: #00072c;
}
.cid-u955U12T5l .pgkbtner {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u955U12T5l .pgkbtner {
    display: inline-block;
  }
}
.cid-u9g8e4BvHk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #222c4f;
}
.cid-u9g8e4BvHk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.cid-u9g8e4BvHk li:first-child {
  list-style: none;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u9g8e4BvHk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-u9g8e4BvHk .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-u9g8e4BvHk .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-u9g8e4BvHk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu p {
  margin: 0;
}
.cid-u9g8e4BvHk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9g8e4BvHk .social-list .pgk-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u9g8e4BvHk .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-u9g8e4BvHk .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9g8e4BvHk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9g8e4BvHk .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u9g8e4BvHk .row-copirayt p {
  width: 100%;
}
.cid-u9g8e4BvHk .foot-menu-item {
  width: fit-content;
  padding-right: 2rem;
  color: #555555;
}
.cid-u9g8e4BvHk .media-container-row .pgk-text {
  color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .foot-menu-item {
    padding-right: 0rem;
  }
  .cid-u9g8e4BvHk .foot-menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .cid-u9g8e4BvHk li:first-child {
    list-style: inherit;
  }
}
.cid-u9g8e4BvHk .w-50 {
  height: 100%;
  width: 100% !important;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .cid-u9g8e4BvHk .w-27 {
    max-width: 27%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-46 {
    max-width: 46%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-50 {
    max-width: 50%;
    height: 100%;
    max-height: 60px;
  }
}
.cid-u957id0Prt {
  padding-top: 16rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/slice-151.png");
}
@media (min-width: 1400px) {
  .cid-u957id0Prt .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-u957id0Prt .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-u957id0Prt .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-u957id0Prt .row {
  display: flex;
  align-items: stretch;
}
.cid-u957id0Prt .pgk-section-head {
  margin-bottom: 50px;
}
.cid-u957id0Prt .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-u957id0Prt .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u957id0Prt .pgk-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-u957id0Prt .colored-text {
  color: #a1a0a0;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u957id0Prt .pgk-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-u957id0Prt .item:focus,
.cid-u957id0Prt span:focus {
  outline: none;
}
.cid-u957id0Prt .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-u957id0Prt .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-u957id0Prt .item-wrapper .item-content a:hover {
  color: #00072c !important;
}
.cid-u957id0Prt .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-u957id0Prt .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-u957id0Prt .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-u957id0Prt .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-u957id0Prt .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-u957id0Prt .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-u957id0Prt .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-u957id0Prt .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u957id0Prt .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #00072c;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-u957id0Prt .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u957id0Prt .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-u957id0Prt .item-content-container {
    padding: 20px 15px;
  }
}
.cid-u957id0Prt .pgk-section-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.cid-u957id0Prt .item-title {
  text-align: left;
  width: 100%;
  color: #869ab8;
  margin-bottom: 0;
}
.cid-u957id0Prt .pgk-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-u957id0Prt .pgk-text,
.cid-u957id0Prt .pgk-section-btn {
  color: #00072c;
}
.cid-u957id0Prt .confff {
  padding: 8px 10px;
  background: #df1d1d;
  color: white;
  width: 60px;
  border-radius: 8px;
}
.cid-u957idvQde {
  z-index: 1000;
  width: 100%;
}
.cid-u957idvQde nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-u957idvQde .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-u957idvQde .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u957idvQde .dropdown-item {
  border-bottom: none!important;
}
.cid-u957idvQde .dropdown-item:hover,
.cid-u957idvQde .dropdown-item:focus {
  background: #0066ff !important;
  color: white !important;
}
.cid-u957idvQde .dropdown-item:hover span {
  color: white;
}
.cid-u957idvQde .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u957idvQde .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u957idvQde .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u957idvQde .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u957idvQde .nav-link {
  position: relative;
}
.cid-u957idvQde .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u957idvQde .container {
    flex-wrap: nowrap;
  }
}
.cid-u957idvQde .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u957idvQde .dropdown-menu,
.cid-u957idvQde .navbar.opened {
  background: #ffffff !important;
}
.cid-u957idvQde .nav-item:focus,
.cid-u957idvQde .nav-link:focus {
  outline: none;
}
.cid-u957idvQde .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-u957idvQde .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u957idvQde .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u957idvQde .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u957idvQde .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u957idvQde .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u957idvQde .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 15px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-u957idvQde .navbar.opened {
  transition: all 0.3s;
}
.cid-u957idvQde .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u957idvQde .navbar .navbar-logo img {
  width: auto;
  border-radius: 0!important;
}
.cid-u957idvQde .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u957idvQde .navbar.collapsed {
  justify-content: center;
}
.cid-u957idvQde .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u957idvQde .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u957idvQde .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u957idvQde .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u957idvQde .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u957idvQde .navbar.collapsed .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: 41%;
}
.cid-u957idvQde .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u957idvQde .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u957idvQde .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u957idvQde .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-u957idvQde .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u957idvQde .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-u957idvQde .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u957idvQde .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u957idvQde .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-u957idvQde .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u957idvQde .navbar ul.navbar-nav li {
    background: white;
    margin: 5px;
    border-radius: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .cid-u957idvQde .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-u957idvQde .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-u957idvQde .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-u957idvQde .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u957idvQde .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u957idvQde .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u957idvQde .navbar.navbar-short {
  min-height: 60px;
}
.cid-u957idvQde .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u957idvQde .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u957idvQde .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u957idvQde .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u957idvQde .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u957idvQde .dropdown-item.active,
.cid-u957idvQde .dropdown-item:active {
  background-color: transparent;
}
.cid-u957idvQde .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u957idvQde .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u957idvQde .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u957idvQde .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-u957idvQde .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-u957idvQde .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-u957idvQde .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u957idvQde ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u957idvQde button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u957idvQde button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00072c;
}
.cid-u957idvQde button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u957idvQde button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u957idvQde button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u957idvQde button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u957idvQde nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u957idvQde nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u957idvQde nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u957idvQde nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u957idvQde .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-u957idvQde a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u957idvQde .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-u957idvQde .navbar {
    height: 70px;
  }
  .cid-u957idvQde .navbar.opened {
    height: auto;
  }
  .cid-u957idvQde .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u957idvQde .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-u957idvQde .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-u957idvQde .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-u957idvQde .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-u957idvQde .navbar-nav {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-u957idvQde .navbar-nav {
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .cid-u957idvQde .navbar-nav {
    margin-left: auto;
  }
}
.cid-u957idvQde .nav-item a:hover {
  color: #ffffff !important;
}
.cid-u957idvQde .nav-item .nav-link {
  position: relative !important;
}
.cid-u957idvQde .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00072c;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-u957idvQde .nav-item .nav-link:hover {
  color: #00072c !important;
}
.cid-u957idvQde .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-u957idvQde .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-u957idvQde .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-u957idvQde .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u957idvQde .tel-menu {
    display: none;
  }
}
.cid-u957idvQde .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-u957idvQde .pgk-text {
    text-align: center !important;
  }
}
.cid-u957idvQde .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-u957idvQde .pgk-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u957idvQde .pgk-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-u957idvQde .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-u957idvQde .pgk-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 10px;
}
.cid-u957idvQde .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-u957idvQde .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #fff;
  border-radius: 0.25rem;
}
@media (max-width: 1700px) {
  .cid-u957idvQde .tel-menu {
    display: none;
  }
}
.cid-u957ielEsV {
  background-color: #ffffff;
}
.cid-u957ielEsV .pgk-fallback-image.disabled {
  display: none;
}
.cid-u957ielEsV .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u957ielEsV .container {
    padding: 0 22px;
  }
}
.cid-u957ielEsV .row {
  justify-content: space-between;
}
.cid-u957ielEsV .row .card {
  justify-content: center;
}
.cid-u957ielEsV .content-wrapper .pgk-section-title {
  margin-bottom: 32px;
}
.cid-u957ielEsV .content-wrapper .pgk-text {
  margin-bottom: 22px;
}
.cid-u957ielEsV .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-u957ielEsV .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u957ielEsV .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u957ielEsV .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-u957ielEsV .item .item-wrapper .icon-wrapper .pgk-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #0066ff;
  margin-right: 55px;
}
.cid-u957ielEsV .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-u957ielEsV .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-u957ielEsV .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-u957ielEsV .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u957ielEsV .pgk-section-title {
  color: #000000;
}
.cid-u957ielEsV .pgk-text {
  color: #000000;
}
.cid-u957ielEsV .card-title {
  color: #ff5753;
}
.cid-u957ielEsV .card-text {
  color: #000000;
}
.cid-u957if5SKM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u957if5SKM .pgk-fallback-image.disabled {
  display: none;
}
.cid-u957if5SKM .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u957if5SKM .row {
  flex-direction: row-reverse;
}
.cid-u957if5SKM .pgk-description {
  text-align: center;
}
.cid-u957ifZPGl {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u957ifZPGl .pgk-fallback-image.disabled {
  display: none;
}
.cid-u957ifZPGl .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u957ifZPGl .row {
  flex-direction: row-reverse;
}
.cid-u957ifZPGl .pgk-description {
  text-align: left;
}
.cid-u9589VUyLN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u9589VUyLN .pgk-fallback-image.disabled {
  display: none;
}
.cid-u9589VUyLN .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9589VUyLN .row {
  flex-direction: row-reverse;
}
.cid-u9589VUyLN .pgk-description {
  text-align: center;
}
.cid-u958ihBmJm {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u958ihBmJm .pgk-fallback-image.disabled {
  display: none;
}
.cid-u958ihBmJm .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u958ihBmJm .row {
  flex-direction: row-reverse;
}
.cid-u958ihBmJm .pgk-description {
  text-align: left;
}
.cid-u957igtRLN {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u957igtRLN .pgk-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u957igtRLN textarea {
  min-height: 200px;
}
.cid-u957igtRLN .btn {
  padding: 1rem 3rem;
}
.cid-u957igtRLN .form-control,
.cid-u957igtRLN .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-u957igtRLN .form-control::-webkit-input-placeholder,
.cid-u957igtRLN .field-input::-webkit-input-placeholder,
.cid-u957igtRLN .form-control::-webkit-input-placeholder,
.cid-u957igtRLN .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u957igtRLN .form-control:-moz-placeholder,
.cid-u957igtRLN .field-input:-moz-placeholder,
.cid-u957igtRLN .form-control:-moz-placeholder,
.cid-u957igtRLN .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u957igtRLN .form-control:hover,
.cid-u957igtRLN .field-input:hover,
.cid-u957igtRLN .form-control:focus,
.cid-u957igtRLN .field-input:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #00072c;
  box-shadow: none;
  outline: none;
}
.cid-u957igtRLN .form-control:hover::-webkit-input-placeholder,
.cid-u957igtRLN .field-input:hover::-webkit-input-placeholder,
.cid-u957igtRLN .form-control:focus::-webkit-input-placeholder,
.cid-u957igtRLN .field-input:focus::-webkit-input-placeholder,
.cid-u957igtRLN .form-control:hover::-webkit-input-placeholder,
.cid-u957igtRLN .field-input:hover::-webkit-input-placeholder,
.cid-u957igtRLN .form-control:focus::-webkit-input-placeholder,
.cid-u957igtRLN .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u957igtRLN .form-control:hover:-moz-placeholder,
.cid-u957igtRLN .field-input:hover:-moz-placeholder,
.cid-u957igtRLN .form-control:focus:-moz-placeholder,
.cid-u957igtRLN .field-input:focus:-moz-placeholder,
.cid-u957igtRLN .form-control:hover:-moz-placeholder,
.cid-u957igtRLN .field-input:hover:-moz-placeholder,
.cid-u957igtRLN .form-control:focus:-moz-placeholder,
.cid-u957igtRLN .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u957igtRLN .jq-number__spin:hover,
.cid-u957igtRLN .jq-number__spin:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u957igtRLN .jq-number__spin {
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u957igtRLN .jq-selectbox li,
.cid-u957igtRLN .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u957igtRLN .jq-selectbox li:hover,
.cid-u957igtRLN .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-u957igtRLN .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u957igtRLN .jq-number__spin.minus:hover:after,
.cid-u957igtRLN .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u957igtRLN .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u957igtRLN .jq-number__spin.minus:after,
.cid-u957igtRLN .jq-number__spin.plus:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u957igtRLN input::-webkit-clear-button {
  display: none;
}
.cid-u957igtRLN input::-webkit-inner-spin-button {
  display: none;
}
.cid-u957igtRLN input::-webkit-outer-spin-button {
  display: none;
}
.cid-u957igtRLN input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u957igtRLN .pgk-section-title {
  color: #00072c;
}
.cid-u957igtRLN .pgkbtner {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u957igtRLN .pgkbtner {
    display: inline-block;
  }
}
.cid-u9g8e4BvHk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #222c4f;
}
.cid-u9g8e4BvHk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.cid-u9g8e4BvHk li:first-child {
  list-style: none;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u9g8e4BvHk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-u9g8e4BvHk .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-u9g8e4BvHk .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-u9g8e4BvHk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu p {
  margin: 0;
}
.cid-u9g8e4BvHk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9g8e4BvHk .social-list .pgk-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u9g8e4BvHk .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-u9g8e4BvHk .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9g8e4BvHk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9g8e4BvHk .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u9g8e4BvHk .row-copirayt p {
  width: 100%;
}
.cid-u9g8e4BvHk .foot-menu-item {
  width: fit-content;
  padding-right: 2rem;
  color: #555555;
}
.cid-u9g8e4BvHk .media-container-row .pgk-text {
  color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .foot-menu-item {
    padding-right: 0rem;
  }
  .cid-u9g8e4BvHk .foot-menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .cid-u9g8e4BvHk li:first-child {
    list-style: inherit;
  }
}
.cid-u9g8e4BvHk .w-50 {
  height: 100%;
  width: 100% !important;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .cid-u9g8e4BvHk .w-27 {
    max-width: 27%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-46 {
    max-width: 46%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-50 {
    max-width: 50%;
    height: 100%;
    max-height: 60px;
  }
}
.cid-u958lZOu8k {
  padding-top: 16rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/slice-151.png");
}
@media (min-width: 1400px) {
  .cid-u958lZOu8k .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-u958lZOu8k .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-u958lZOu8k .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-u958lZOu8k .row {
  display: flex;
  align-items: stretch;
}
.cid-u958lZOu8k .pgk-section-head {
  margin-bottom: 50px;
}
.cid-u958lZOu8k .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-u958lZOu8k .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u958lZOu8k .pgk-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-u958lZOu8k .colored-text {
  color: #a1a0a0;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u958lZOu8k .pgk-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-u958lZOu8k .item:focus,
.cid-u958lZOu8k span:focus {
  outline: none;
}
.cid-u958lZOu8k .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-u958lZOu8k .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-u958lZOu8k .item-wrapper .item-content a:hover {
  color: #00072c !important;
}
.cid-u958lZOu8k .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-u958lZOu8k .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-u958lZOu8k .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-u958lZOu8k .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-u958lZOu8k .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-u958lZOu8k .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-u958lZOu8k .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-u958lZOu8k .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u958lZOu8k .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #00072c;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-u958lZOu8k .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u958lZOu8k .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-u958lZOu8k .item-content-container {
    padding: 20px 15px;
  }
}
.cid-u958lZOu8k .pgk-section-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.cid-u958lZOu8k .item-title {
  text-align: left;
  width: 100%;
  color: #869ab8;
  margin-bottom: 0;
}
.cid-u958lZOu8k .pgk-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-u958lZOu8k .pgk-text,
.cid-u958lZOu8k .pgk-section-btn {
  color: #00072c;
}
.cid-u958lZOu8k .confff {
  padding: 8px 10px;
  background: #df1d1d;
  color: white;
  width: 60px;
  border-radius: 8px;
}
.cid-u958m0hH8u {
  z-index: 1000;
  width: 100%;
}
.cid-u958m0hH8u nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-u958m0hH8u .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-u958m0hH8u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u958m0hH8u .dropdown-item {
  border-bottom: none!important;
}
.cid-u958m0hH8u .dropdown-item:hover,
.cid-u958m0hH8u .dropdown-item:focus {
  background: #0066ff !important;
  color: white !important;
}
.cid-u958m0hH8u .dropdown-item:hover span {
  color: white;
}
.cid-u958m0hH8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u958m0hH8u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u958m0hH8u .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u958m0hH8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u958m0hH8u .nav-link {
  position: relative;
}
.cid-u958m0hH8u .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u958m0hH8u .container {
    flex-wrap: nowrap;
  }
}
.cid-u958m0hH8u .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u958m0hH8u .dropdown-menu,
.cid-u958m0hH8u .navbar.opened {
  background: #ffffff !important;
}
.cid-u958m0hH8u .nav-item:focus,
.cid-u958m0hH8u .nav-link:focus {
  outline: none;
}
.cid-u958m0hH8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-u958m0hH8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u958m0hH8u .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u958m0hH8u .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u958m0hH8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u958m0hH8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u958m0hH8u .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 15px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-u958m0hH8u .navbar.opened {
  transition: all 0.3s;
}
.cid-u958m0hH8u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u958m0hH8u .navbar .navbar-logo img {
  width: auto;
  border-radius: 0!important;
}
.cid-u958m0hH8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u958m0hH8u .navbar.collapsed {
  justify-content: center;
}
.cid-u958m0hH8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u958m0hH8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u958m0hH8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u958m0hH8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u958m0hH8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u958m0hH8u .navbar.collapsed .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: 41%;
}
.cid-u958m0hH8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u958m0hH8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u958m0hH8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u958m0hH8u .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-u958m0hH8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u958m0hH8u .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-u958m0hH8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u958m0hH8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u958m0hH8u .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-u958m0hH8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u958m0hH8u .navbar ul.navbar-nav li {
    background: white;
    margin: 5px;
    border-radius: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .cid-u958m0hH8u .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-u958m0hH8u .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-u958m0hH8u .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-u958m0hH8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u958m0hH8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u958m0hH8u .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u958m0hH8u .navbar.navbar-short {
  min-height: 60px;
}
.cid-u958m0hH8u .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u958m0hH8u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u958m0hH8u .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u958m0hH8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u958m0hH8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u958m0hH8u .dropdown-item.active,
.cid-u958m0hH8u .dropdown-item:active {
  background-color: transparent;
}
.cid-u958m0hH8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u958m0hH8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u958m0hH8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u958m0hH8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-u958m0hH8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-u958m0hH8u .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-u958m0hH8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u958m0hH8u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u958m0hH8u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u958m0hH8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00072c;
}
.cid-u958m0hH8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u958m0hH8u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u958m0hH8u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u958m0hH8u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u958m0hH8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u958m0hH8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u958m0hH8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u958m0hH8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u958m0hH8u .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-u958m0hH8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u958m0hH8u .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-u958m0hH8u .navbar {
    height: 70px;
  }
  .cid-u958m0hH8u .navbar.opened {
    height: auto;
  }
  .cid-u958m0hH8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u958m0hH8u .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-u958m0hH8u .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-u958m0hH8u .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-u958m0hH8u .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-u958m0hH8u .navbar-nav {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-u958m0hH8u .navbar-nav {
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .cid-u958m0hH8u .navbar-nav {
    margin-left: auto;
  }
}
.cid-u958m0hH8u .nav-item a:hover {
  color: #ffffff !important;
}
.cid-u958m0hH8u .nav-item .nav-link {
  position: relative !important;
}
.cid-u958m0hH8u .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00072c;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-u958m0hH8u .nav-item .nav-link:hover {
  color: #00072c !important;
}
.cid-u958m0hH8u .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-u958m0hH8u .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-u958m0hH8u .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-u958m0hH8u .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u958m0hH8u .tel-menu {
    display: none;
  }
}
.cid-u958m0hH8u .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-u958m0hH8u .pgk-text {
    text-align: center !important;
  }
}
.cid-u958m0hH8u .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-u958m0hH8u .pgk-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u958m0hH8u .pgk-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-u958m0hH8u .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-u958m0hH8u .pgk-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 10px;
}
.cid-u958m0hH8u .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-u958m0hH8u .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #fff;
  border-radius: 0.25rem;
}
@media (max-width: 1700px) {
  .cid-u958m0hH8u .tel-menu {
    display: none;
  }
}
.cid-u958m0M5NO {
  background-color: #ffffff;
}
.cid-u958m0M5NO .pgk-fallback-image.disabled {
  display: none;
}
.cid-u958m0M5NO .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u958m0M5NO .container {
    padding: 0 22px;
  }
}
.cid-u958m0M5NO .row {
  justify-content: space-between;
}
.cid-u958m0M5NO .row .card {
  justify-content: center;
}
.cid-u958m0M5NO .content-wrapper .pgk-section-title {
  margin-bottom: 32px;
}
.cid-u958m0M5NO .content-wrapper .pgk-text {
  margin-bottom: 22px;
}
.cid-u958m0M5NO .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-u958m0M5NO .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u958m0M5NO .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u958m0M5NO .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-u958m0M5NO .item .item-wrapper .icon-wrapper .pgk-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #0066ff;
  margin-right: 55px;
}
.cid-u958m0M5NO .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-u958m0M5NO .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-u958m0M5NO .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-u958m0M5NO .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u958m0M5NO .pgk-section-title {
  color: #000000;
}
.cid-u958m0M5NO .pgk-text {
  color: #000000;
}
.cid-u958m0M5NO .card-title {
  color: #ff5753;
}
.cid-u958m0M5NO .card-text {
  color: #000000;
}
.cid-u958m1iRiC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u958m1iRiC .pgk-fallback-image.disabled {
  display: none;
}
.cid-u958m1iRiC .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u958m1iRiC .row {
  flex-direction: row-reverse;
}
.cid-u958m1iRiC .pgk-description {
  text-align: center;
}
.cid-u958m1H9Gd {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u958m1H9Gd .pgk-fallback-image.disabled {
  display: none;
}
.cid-u958m1H9Gd .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u958m1H9Gd .row {
  flex-direction: row-reverse;
}
.cid-u958m1H9Gd .pgk-description {
  text-align: left;
}
.cid-u958m2cM4r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u958m2cM4r .pgk-fallback-image.disabled {
  display: none;
}
.cid-u958m2cM4r .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u958m2cM4r .row {
  flex-direction: row-reverse;
}
.cid-u958m2cM4r .pgk-description {
  text-align: center;
}
.cid-u958m2DU9C {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u958m2DU9C .pgk-fallback-image.disabled {
  display: none;
}
.cid-u958m2DU9C .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u958m2DU9C .row {
  flex-direction: row-reverse;
}
.cid-u958m2DU9C .pgk-description {
  text-align: left;
}
.cid-u958m35MKJ {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u958m35MKJ .pgk-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u958m35MKJ textarea {
  min-height: 200px;
}
.cid-u958m35MKJ .btn {
  padding: 1rem 3rem;
}
.cid-u958m35MKJ .form-control,
.cid-u958m35MKJ .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-u958m35MKJ .form-control::-webkit-input-placeholder,
.cid-u958m35MKJ .field-input::-webkit-input-placeholder,
.cid-u958m35MKJ .form-control::-webkit-input-placeholder,
.cid-u958m35MKJ .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u958m35MKJ .form-control:-moz-placeholder,
.cid-u958m35MKJ .field-input:-moz-placeholder,
.cid-u958m35MKJ .form-control:-moz-placeholder,
.cid-u958m35MKJ .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u958m35MKJ .form-control:hover,
.cid-u958m35MKJ .field-input:hover,
.cid-u958m35MKJ .form-control:focus,
.cid-u958m35MKJ .field-input:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #00072c;
  box-shadow: none;
  outline: none;
}
.cid-u958m35MKJ .form-control:hover::-webkit-input-placeholder,
.cid-u958m35MKJ .field-input:hover::-webkit-input-placeholder,
.cid-u958m35MKJ .form-control:focus::-webkit-input-placeholder,
.cid-u958m35MKJ .field-input:focus::-webkit-input-placeholder,
.cid-u958m35MKJ .form-control:hover::-webkit-input-placeholder,
.cid-u958m35MKJ .field-input:hover::-webkit-input-placeholder,
.cid-u958m35MKJ .form-control:focus::-webkit-input-placeholder,
.cid-u958m35MKJ .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u958m35MKJ .form-control:hover:-moz-placeholder,
.cid-u958m35MKJ .field-input:hover:-moz-placeholder,
.cid-u958m35MKJ .form-control:focus:-moz-placeholder,
.cid-u958m35MKJ .field-input:focus:-moz-placeholder,
.cid-u958m35MKJ .form-control:hover:-moz-placeholder,
.cid-u958m35MKJ .field-input:hover:-moz-placeholder,
.cid-u958m35MKJ .form-control:focus:-moz-placeholder,
.cid-u958m35MKJ .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u958m35MKJ .jq-number__spin:hover,
.cid-u958m35MKJ .jq-number__spin:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u958m35MKJ .jq-number__spin {
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u958m35MKJ .jq-selectbox li,
.cid-u958m35MKJ .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u958m35MKJ .jq-selectbox li:hover,
.cid-u958m35MKJ .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-u958m35MKJ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u958m35MKJ .jq-number__spin.minus:hover:after,
.cid-u958m35MKJ .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u958m35MKJ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u958m35MKJ .jq-number__spin.minus:after,
.cid-u958m35MKJ .jq-number__spin.plus:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u958m35MKJ input::-webkit-clear-button {
  display: none;
}
.cid-u958m35MKJ input::-webkit-inner-spin-button {
  display: none;
}
.cid-u958m35MKJ input::-webkit-outer-spin-button {
  display: none;
}
.cid-u958m35MKJ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u958m35MKJ .pgk-section-title {
  color: #00072c;
}
.cid-u958m35MKJ .pgkbtner {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u958m35MKJ .pgkbtner {
    display: inline-block;
  }
}
.cid-u9g8e4BvHk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #222c4f;
}
.cid-u9g8e4BvHk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.cid-u9g8e4BvHk li:first-child {
  list-style: none;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u9g8e4BvHk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-u9g8e4BvHk .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-u9g8e4BvHk .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-u9g8e4BvHk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu p {
  margin: 0;
}
.cid-u9g8e4BvHk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9g8e4BvHk .social-list .pgk-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u9g8e4BvHk .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-u9g8e4BvHk .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9g8e4BvHk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9g8e4BvHk .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u9g8e4BvHk .row-copirayt p {
  width: 100%;
}
.cid-u9g8e4BvHk .foot-menu-item {
  width: fit-content;
  padding-right: 2rem;
  color: #555555;
}
.cid-u9g8e4BvHk .media-container-row .pgk-text {
  color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .foot-menu-item {
    padding-right: 0rem;
  }
  .cid-u9g8e4BvHk .foot-menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .cid-u9g8e4BvHk li:first-child {
    list-style: inherit;
  }
}
.cid-u9g8e4BvHk .w-50 {
  height: 100%;
  width: 100% !important;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .cid-u9g8e4BvHk .w-27 {
    max-width: 27%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-46 {
    max-width: 46%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-50 {
    max-width: 50%;
    height: 100%;
    max-height: 60px;
  }
}
.cid-u95cQcSpSp {
  padding-top: 16rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/slice-151.png");
}
@media (min-width: 1400px) {
  .cid-u95cQcSpSp .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-u95cQcSpSp .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-u95cQcSpSp .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-u95cQcSpSp .row {
  display: flex;
  align-items: stretch;
}
.cid-u95cQcSpSp .pgk-section-head {
  margin-bottom: 50px;
}
.cid-u95cQcSpSp .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-u95cQcSpSp .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u95cQcSpSp .pgk-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-u95cQcSpSp .colored-text {
  color: #a1a0a0;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u95cQcSpSp .pgk-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-u95cQcSpSp .item:focus,
.cid-u95cQcSpSp span:focus {
  outline: none;
}
.cid-u95cQcSpSp .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-u95cQcSpSp .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-u95cQcSpSp .item-wrapper .item-content a:hover {
  color: #00072c !important;
}
.cid-u95cQcSpSp .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-u95cQcSpSp .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-u95cQcSpSp .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-u95cQcSpSp .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-u95cQcSpSp .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-u95cQcSpSp .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-u95cQcSpSp .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-u95cQcSpSp .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u95cQcSpSp .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #00072c;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-u95cQcSpSp .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u95cQcSpSp .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-u95cQcSpSp .item-content-container {
    padding: 20px 15px;
  }
}
.cid-u95cQcSpSp .pgk-section-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.cid-u95cQcSpSp .item-title {
  text-align: left;
  width: 100%;
  color: #869ab8;
  margin-bottom: 0;
}
.cid-u95cQcSpSp .pgk-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-u95cQcSpSp .pgk-text,
.cid-u95cQcSpSp .pgk-section-btn {
  color: #00072c;
}
.cid-u95cQcSpSp .confff {
  padding: 8px 10px;
  background: #df1d1d;
  color: white;
  width: 60px;
  border-radius: 8px;
}
.cid-u95cQdlGdH {
  z-index: 1000;
  width: 100%;
}
.cid-u95cQdlGdH nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-u95cQdlGdH .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-u95cQdlGdH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u95cQdlGdH .dropdown-item {
  border-bottom: none!important;
}
.cid-u95cQdlGdH .dropdown-item:hover,
.cid-u95cQdlGdH .dropdown-item:focus {
  background: #0066ff !important;
  color: white !important;
}
.cid-u95cQdlGdH .dropdown-item:hover span {
  color: white;
}
.cid-u95cQdlGdH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u95cQdlGdH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u95cQdlGdH .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u95cQdlGdH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u95cQdlGdH .nav-link {
  position: relative;
}
.cid-u95cQdlGdH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u95cQdlGdH .container {
    flex-wrap: nowrap;
  }
}
.cid-u95cQdlGdH .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u95cQdlGdH .dropdown-menu,
.cid-u95cQdlGdH .navbar.opened {
  background: #ffffff !important;
}
.cid-u95cQdlGdH .nav-item:focus,
.cid-u95cQdlGdH .nav-link:focus {
  outline: none;
}
.cid-u95cQdlGdH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-u95cQdlGdH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u95cQdlGdH .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u95cQdlGdH .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u95cQdlGdH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u95cQdlGdH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u95cQdlGdH .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 15px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-u95cQdlGdH .navbar.opened {
  transition: all 0.3s;
}
.cid-u95cQdlGdH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u95cQdlGdH .navbar .navbar-logo img {
  width: auto;
  border-radius: 0!important;
}
.cid-u95cQdlGdH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u95cQdlGdH .navbar.collapsed {
  justify-content: center;
}
.cid-u95cQdlGdH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u95cQdlGdH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u95cQdlGdH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u95cQdlGdH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u95cQdlGdH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u95cQdlGdH .navbar.collapsed .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: 41%;
}
.cid-u95cQdlGdH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u95cQdlGdH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u95cQdlGdH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u95cQdlGdH .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-u95cQdlGdH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u95cQdlGdH .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-u95cQdlGdH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u95cQdlGdH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u95cQdlGdH .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-u95cQdlGdH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u95cQdlGdH .navbar ul.navbar-nav li {
    background: white;
    margin: 5px;
    border-radius: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .cid-u95cQdlGdH .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-u95cQdlGdH .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-u95cQdlGdH .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-u95cQdlGdH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u95cQdlGdH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u95cQdlGdH .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u95cQdlGdH .navbar.navbar-short {
  min-height: 60px;
}
.cid-u95cQdlGdH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u95cQdlGdH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u95cQdlGdH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u95cQdlGdH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u95cQdlGdH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u95cQdlGdH .dropdown-item.active,
.cid-u95cQdlGdH .dropdown-item:active {
  background-color: transparent;
}
.cid-u95cQdlGdH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u95cQdlGdH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u95cQdlGdH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u95cQdlGdH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-u95cQdlGdH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-u95cQdlGdH .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-u95cQdlGdH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u95cQdlGdH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u95cQdlGdH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u95cQdlGdH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00072c;
}
.cid-u95cQdlGdH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u95cQdlGdH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95cQdlGdH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95cQdlGdH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u95cQdlGdH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95cQdlGdH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u95cQdlGdH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u95cQdlGdH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95cQdlGdH .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-u95cQdlGdH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u95cQdlGdH .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-u95cQdlGdH .navbar {
    height: 70px;
  }
  .cid-u95cQdlGdH .navbar.opened {
    height: auto;
  }
  .cid-u95cQdlGdH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u95cQdlGdH .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-u95cQdlGdH .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-u95cQdlGdH .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-u95cQdlGdH .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-u95cQdlGdH .navbar-nav {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-u95cQdlGdH .navbar-nav {
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .cid-u95cQdlGdH .navbar-nav {
    margin-left: auto;
  }
}
.cid-u95cQdlGdH .nav-item a:hover {
  color: #ffffff !important;
}
.cid-u95cQdlGdH .nav-item .nav-link {
  position: relative !important;
}
.cid-u95cQdlGdH .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00072c;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-u95cQdlGdH .nav-item .nav-link:hover {
  color: #00072c !important;
}
.cid-u95cQdlGdH .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-u95cQdlGdH .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-u95cQdlGdH .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-u95cQdlGdH .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u95cQdlGdH .tel-menu {
    display: none;
  }
}
.cid-u95cQdlGdH .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-u95cQdlGdH .pgk-text {
    text-align: center !important;
  }
}
.cid-u95cQdlGdH .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-u95cQdlGdH .pgk-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u95cQdlGdH .pgk-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-u95cQdlGdH .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-u95cQdlGdH .pgk-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 10px;
}
.cid-u95cQdlGdH .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-u95cQdlGdH .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #fff;
  border-radius: 0.25rem;
}
@media (max-width: 1700px) {
  .cid-u95cQdlGdH .tel-menu {
    display: none;
  }
}
.cid-u95cQe2EVa {
  background-color: #ffffff;
}
.cid-u95cQe2EVa .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95cQe2EVa .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u95cQe2EVa .container {
    padding: 0 22px;
  }
}
.cid-u95cQe2EVa .row {
  justify-content: space-between;
}
.cid-u95cQe2EVa .row .card {
  justify-content: center;
}
.cid-u95cQe2EVa .content-wrapper .pgk-section-title {
  margin-bottom: 32px;
}
.cid-u95cQe2EVa .content-wrapper .pgk-text {
  margin-bottom: 22px;
}
.cid-u95cQe2EVa .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-u95cQe2EVa .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u95cQe2EVa .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u95cQe2EVa .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-u95cQe2EVa .item .item-wrapper .icon-wrapper .pgk-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #0066ff;
  margin-right: 55px;
}
.cid-u95cQe2EVa .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-u95cQe2EVa .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-u95cQe2EVa .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-u95cQe2EVa .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u95cQe2EVa .pgk-section-title {
  color: #000000;
}
.cid-u95cQe2EVa .pgk-text {
  color: #000000;
}
.cid-u95cQe2EVa .card-title {
  color: #ff5753;
}
.cid-u95cQe2EVa .card-text {
  color: #000000;
}
.cid-u95cQeC0Gg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u95cQeC0Gg .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95cQeC0Gg .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95cQeC0Gg .row {
  flex-direction: row-reverse;
}
.cid-u95cQeC0Gg .pgk-description {
  text-align: center;
}
.cid-u95cQf95kL {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u95cQf95kL .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95cQf95kL .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95cQf95kL .row {
  flex-direction: row-reverse;
}
.cid-u95cQf95kL .pgk-description {
  text-align: left;
}
.cid-u95cQfCKyX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u95cQfCKyX .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95cQfCKyX .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95cQfCKyX .row {
  flex-direction: row-reverse;
}
.cid-u95cQfCKyX .pgk-description {
  text-align: center;
}
.cid-u95cQg4eFN {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u95cQg4eFN .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95cQg4eFN .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95cQg4eFN .row {
  flex-direction: row-reverse;
}
.cid-u95cQg4eFN .pgk-description {
  text-align: left;
}
.cid-u95cQgxSbv {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u95cQgxSbv .pgk-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u95cQgxSbv textarea {
  min-height: 200px;
}
.cid-u95cQgxSbv .btn {
  padding: 1rem 3rem;
}
.cid-u95cQgxSbv .form-control,
.cid-u95cQgxSbv .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-u95cQgxSbv .form-control::-webkit-input-placeholder,
.cid-u95cQgxSbv .field-input::-webkit-input-placeholder,
.cid-u95cQgxSbv .form-control::-webkit-input-placeholder,
.cid-u95cQgxSbv .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u95cQgxSbv .form-control:-moz-placeholder,
.cid-u95cQgxSbv .field-input:-moz-placeholder,
.cid-u95cQgxSbv .form-control:-moz-placeholder,
.cid-u95cQgxSbv .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u95cQgxSbv .form-control:hover,
.cid-u95cQgxSbv .field-input:hover,
.cid-u95cQgxSbv .form-control:focus,
.cid-u95cQgxSbv .field-input:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #00072c;
  box-shadow: none;
  outline: none;
}
.cid-u95cQgxSbv .form-control:hover::-webkit-input-placeholder,
.cid-u95cQgxSbv .field-input:hover::-webkit-input-placeholder,
.cid-u95cQgxSbv .form-control:focus::-webkit-input-placeholder,
.cid-u95cQgxSbv .field-input:focus::-webkit-input-placeholder,
.cid-u95cQgxSbv .form-control:hover::-webkit-input-placeholder,
.cid-u95cQgxSbv .field-input:hover::-webkit-input-placeholder,
.cid-u95cQgxSbv .form-control:focus::-webkit-input-placeholder,
.cid-u95cQgxSbv .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u95cQgxSbv .form-control:hover:-moz-placeholder,
.cid-u95cQgxSbv .field-input:hover:-moz-placeholder,
.cid-u95cQgxSbv .form-control:focus:-moz-placeholder,
.cid-u95cQgxSbv .field-input:focus:-moz-placeholder,
.cid-u95cQgxSbv .form-control:hover:-moz-placeholder,
.cid-u95cQgxSbv .field-input:hover:-moz-placeholder,
.cid-u95cQgxSbv .form-control:focus:-moz-placeholder,
.cid-u95cQgxSbv .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u95cQgxSbv .jq-number__spin:hover,
.cid-u95cQgxSbv .jq-number__spin:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u95cQgxSbv .jq-number__spin {
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u95cQgxSbv .jq-selectbox li,
.cid-u95cQgxSbv .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u95cQgxSbv .jq-selectbox li:hover,
.cid-u95cQgxSbv .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-u95cQgxSbv .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u95cQgxSbv .jq-number__spin.minus:hover:after,
.cid-u95cQgxSbv .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u95cQgxSbv .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u95cQgxSbv .jq-number__spin.minus:after,
.cid-u95cQgxSbv .jq-number__spin.plus:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u95cQgxSbv input::-webkit-clear-button {
  display: none;
}
.cid-u95cQgxSbv input::-webkit-inner-spin-button {
  display: none;
}
.cid-u95cQgxSbv input::-webkit-outer-spin-button {
  display: none;
}
.cid-u95cQgxSbv input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u95cQgxSbv .pgk-section-title {
  color: #00072c;
}
.cid-u95cQgxSbv .pgkbtner {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u95cQgxSbv .pgkbtner {
    display: inline-block;
  }
}
.cid-u9g8e4BvHk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #222c4f;
}
.cid-u9g8e4BvHk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.cid-u9g8e4BvHk li:first-child {
  list-style: none;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u9g8e4BvHk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-u9g8e4BvHk .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-u9g8e4BvHk .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-u9g8e4BvHk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu p {
  margin: 0;
}
.cid-u9g8e4BvHk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9g8e4BvHk .social-list .pgk-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u9g8e4BvHk .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-u9g8e4BvHk .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9g8e4BvHk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9g8e4BvHk .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u9g8e4BvHk .row-copirayt p {
  width: 100%;
}
.cid-u9g8e4BvHk .foot-menu-item {
  width: fit-content;
  padding-right: 2rem;
  color: #555555;
}
.cid-u9g8e4BvHk .media-container-row .pgk-text {
  color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .foot-menu-item {
    padding-right: 0rem;
  }
  .cid-u9g8e4BvHk .foot-menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .cid-u9g8e4BvHk li:first-child {
    list-style: inherit;
  }
}
.cid-u9g8e4BvHk .w-50 {
  height: 100%;
  width: 100% !important;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .cid-u9g8e4BvHk .w-27 {
    max-width: 27%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-46 {
    max-width: 46%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-50 {
    max-width: 50%;
    height: 100%;
    max-height: 60px;
  }
}
.cid-u95dOy6Yla {
  padding-top: 16rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/slice-151.png");
}
@media (min-width: 1400px) {
  .cid-u95dOy6Yla .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-u95dOy6Yla .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-u95dOy6Yla .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-u95dOy6Yla .row {
  display: flex;
  align-items: stretch;
}
.cid-u95dOy6Yla .pgk-section-head {
  margin-bottom: 50px;
}
.cid-u95dOy6Yla .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-u95dOy6Yla .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u95dOy6Yla .pgk-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-u95dOy6Yla .colored-text {
  color: #a1a0a0;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u95dOy6Yla .pgk-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-u95dOy6Yla .item:focus,
.cid-u95dOy6Yla span:focus {
  outline: none;
}
.cid-u95dOy6Yla .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-u95dOy6Yla .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-u95dOy6Yla .item-wrapper .item-content a:hover {
  color: #00072c !important;
}
.cid-u95dOy6Yla .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-u95dOy6Yla .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-u95dOy6Yla .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-u95dOy6Yla .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-u95dOy6Yla .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-u95dOy6Yla .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-u95dOy6Yla .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-u95dOy6Yla .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u95dOy6Yla .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #00072c;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-u95dOy6Yla .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u95dOy6Yla .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-u95dOy6Yla .item-content-container {
    padding: 20px 15px;
  }
}
.cid-u95dOy6Yla .pgk-section-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.cid-u95dOy6Yla .item-title {
  text-align: left;
  width: 100%;
  color: #869ab8;
  margin-bottom: 0;
}
.cid-u95dOy6Yla .pgk-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-u95dOy6Yla .pgk-text,
.cid-u95dOy6Yla .pgk-section-btn {
  color: #00072c;
}
.cid-u95dOy6Yla .confff {
  padding: 8px 10px;
  background: #df1d1d;
  color: white;
  width: 60px;
  border-radius: 8px;
}
.cid-u95dOyP4W8 {
  z-index: 1000;
  width: 100%;
}
.cid-u95dOyP4W8 nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-u95dOyP4W8 .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-u95dOyP4W8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u95dOyP4W8 .dropdown-item {
  border-bottom: none!important;
}
.cid-u95dOyP4W8 .dropdown-item:hover,
.cid-u95dOyP4W8 .dropdown-item:focus {
  background: #0066ff !important;
  color: white !important;
}
.cid-u95dOyP4W8 .dropdown-item:hover span {
  color: white;
}
.cid-u95dOyP4W8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u95dOyP4W8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u95dOyP4W8 .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u95dOyP4W8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u95dOyP4W8 .nav-link {
  position: relative;
}
.cid-u95dOyP4W8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u95dOyP4W8 .container {
    flex-wrap: nowrap;
  }
}
.cid-u95dOyP4W8 .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u95dOyP4W8 .dropdown-menu,
.cid-u95dOyP4W8 .navbar.opened {
  background: #ffffff !important;
}
.cid-u95dOyP4W8 .nav-item:focus,
.cid-u95dOyP4W8 .nav-link:focus {
  outline: none;
}
.cid-u95dOyP4W8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-u95dOyP4W8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u95dOyP4W8 .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u95dOyP4W8 .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u95dOyP4W8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u95dOyP4W8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u95dOyP4W8 .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 15px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-u95dOyP4W8 .navbar.opened {
  transition: all 0.3s;
}
.cid-u95dOyP4W8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u95dOyP4W8 .navbar .navbar-logo img {
  width: auto;
  border-radius: 0!important;
}
.cid-u95dOyP4W8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u95dOyP4W8 .navbar.collapsed {
  justify-content: center;
}
.cid-u95dOyP4W8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u95dOyP4W8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u95dOyP4W8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u95dOyP4W8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u95dOyP4W8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u95dOyP4W8 .navbar.collapsed .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: 41%;
}
.cid-u95dOyP4W8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u95dOyP4W8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u95dOyP4W8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u95dOyP4W8 .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-u95dOyP4W8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u95dOyP4W8 .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-u95dOyP4W8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u95dOyP4W8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u95dOyP4W8 .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-u95dOyP4W8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u95dOyP4W8 .navbar ul.navbar-nav li {
    background: white;
    margin: 5px;
    border-radius: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .cid-u95dOyP4W8 .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-u95dOyP4W8 .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-u95dOyP4W8 .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-u95dOyP4W8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u95dOyP4W8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u95dOyP4W8 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u95dOyP4W8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u95dOyP4W8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u95dOyP4W8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u95dOyP4W8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u95dOyP4W8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u95dOyP4W8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u95dOyP4W8 .dropdown-item.active,
.cid-u95dOyP4W8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u95dOyP4W8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u95dOyP4W8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u95dOyP4W8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u95dOyP4W8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-u95dOyP4W8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-u95dOyP4W8 .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-u95dOyP4W8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u95dOyP4W8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u95dOyP4W8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u95dOyP4W8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00072c;
}
.cid-u95dOyP4W8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u95dOyP4W8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95dOyP4W8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95dOyP4W8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u95dOyP4W8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95dOyP4W8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u95dOyP4W8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u95dOyP4W8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95dOyP4W8 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-u95dOyP4W8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u95dOyP4W8 .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-u95dOyP4W8 .navbar {
    height: 70px;
  }
  .cid-u95dOyP4W8 .navbar.opened {
    height: auto;
  }
  .cid-u95dOyP4W8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u95dOyP4W8 .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-u95dOyP4W8 .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-u95dOyP4W8 .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-u95dOyP4W8 .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-u95dOyP4W8 .navbar-nav {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-u95dOyP4W8 .navbar-nav {
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .cid-u95dOyP4W8 .navbar-nav {
    margin-left: auto;
  }
}
.cid-u95dOyP4W8 .nav-item a:hover {
  color: #ffffff !important;
}
.cid-u95dOyP4W8 .nav-item .nav-link {
  position: relative !important;
}
.cid-u95dOyP4W8 .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00072c;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-u95dOyP4W8 .nav-item .nav-link:hover {
  color: #00072c !important;
}
.cid-u95dOyP4W8 .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-u95dOyP4W8 .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-u95dOyP4W8 .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-u95dOyP4W8 .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u95dOyP4W8 .tel-menu {
    display: none;
  }
}
.cid-u95dOyP4W8 .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-u95dOyP4W8 .pgk-text {
    text-align: center !important;
  }
}
.cid-u95dOyP4W8 .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-u95dOyP4W8 .pgk-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u95dOyP4W8 .pgk-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-u95dOyP4W8 .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-u95dOyP4W8 .pgk-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 10px;
}
.cid-u95dOyP4W8 .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-u95dOyP4W8 .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #fff;
  border-radius: 0.25rem;
}
@media (max-width: 1700px) {
  .cid-u95dOyP4W8 .tel-menu {
    display: none;
  }
}
.cid-u95dOzCsrJ {
  background-color: #ffffff;
}
.cid-u95dOzCsrJ .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95dOzCsrJ .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u95dOzCsrJ .container {
    padding: 0 22px;
  }
}
.cid-u95dOzCsrJ .row {
  justify-content: space-between;
}
.cid-u95dOzCsrJ .row .card {
  justify-content: center;
}
.cid-u95dOzCsrJ .content-wrapper .pgk-section-title {
  margin-bottom: 32px;
}
.cid-u95dOzCsrJ .content-wrapper .pgk-text {
  margin-bottom: 22px;
}
.cid-u95dOzCsrJ .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-u95dOzCsrJ .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u95dOzCsrJ .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u95dOzCsrJ .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-u95dOzCsrJ .item .item-wrapper .icon-wrapper .pgk-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #0066ff;
  margin-right: 55px;
}
.cid-u95dOzCsrJ .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-u95dOzCsrJ .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-u95dOzCsrJ .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-u95dOzCsrJ .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u95dOzCsrJ .pgk-section-title {
  color: #000000;
}
.cid-u95dOzCsrJ .pgk-text {
  color: #000000;
}
.cid-u95dOzCsrJ .card-title {
  color: #ff5753;
}
.cid-u95dOzCsrJ .card-text {
  color: #000000;
}
.cid-u95dOAlVzE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u95dOAlVzE .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95dOAlVzE .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95dOAlVzE .row {
  flex-direction: row-reverse;
}
.cid-u95dOAlVzE .pgk-description {
  text-align: center;
}
.cid-u95dOAS3w1 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u95dOAS3w1 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95dOAS3w1 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95dOAS3w1 .row {
  flex-direction: row-reverse;
}
.cid-u95dOAS3w1 .pgk-description {
  text-align: left;
}
.cid-u95dOBqg11 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u95dOBqg11 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95dOBqg11 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95dOBqg11 .row {
  flex-direction: row-reverse;
}
.cid-u95dOBqg11 .pgk-description {
  text-align: center;
}
.cid-u95dOBYmgb {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u95dOBYmgb .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95dOBYmgb .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95dOBYmgb .row {
  flex-direction: row-reverse;
}
.cid-u95dOBYmgb .pgk-description {
  text-align: left;
}
.cid-u95dOCzxOI {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u95dOCzxOI .pgk-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u95dOCzxOI textarea {
  min-height: 200px;
}
.cid-u95dOCzxOI .btn {
  padding: 1rem 3rem;
}
.cid-u95dOCzxOI .form-control,
.cid-u95dOCzxOI .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-u95dOCzxOI .form-control::-webkit-input-placeholder,
.cid-u95dOCzxOI .field-input::-webkit-input-placeholder,
.cid-u95dOCzxOI .form-control::-webkit-input-placeholder,
.cid-u95dOCzxOI .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u95dOCzxOI .form-control:-moz-placeholder,
.cid-u95dOCzxOI .field-input:-moz-placeholder,
.cid-u95dOCzxOI .form-control:-moz-placeholder,
.cid-u95dOCzxOI .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u95dOCzxOI .form-control:hover,
.cid-u95dOCzxOI .field-input:hover,
.cid-u95dOCzxOI .form-control:focus,
.cid-u95dOCzxOI .field-input:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #00072c;
  box-shadow: none;
  outline: none;
}
.cid-u95dOCzxOI .form-control:hover::-webkit-input-placeholder,
.cid-u95dOCzxOI .field-input:hover::-webkit-input-placeholder,
.cid-u95dOCzxOI .form-control:focus::-webkit-input-placeholder,
.cid-u95dOCzxOI .field-input:focus::-webkit-input-placeholder,
.cid-u95dOCzxOI .form-control:hover::-webkit-input-placeholder,
.cid-u95dOCzxOI .field-input:hover::-webkit-input-placeholder,
.cid-u95dOCzxOI .form-control:focus::-webkit-input-placeholder,
.cid-u95dOCzxOI .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u95dOCzxOI .form-control:hover:-moz-placeholder,
.cid-u95dOCzxOI .field-input:hover:-moz-placeholder,
.cid-u95dOCzxOI .form-control:focus:-moz-placeholder,
.cid-u95dOCzxOI .field-input:focus:-moz-placeholder,
.cid-u95dOCzxOI .form-control:hover:-moz-placeholder,
.cid-u95dOCzxOI .field-input:hover:-moz-placeholder,
.cid-u95dOCzxOI .form-control:focus:-moz-placeholder,
.cid-u95dOCzxOI .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u95dOCzxOI .jq-number__spin:hover,
.cid-u95dOCzxOI .jq-number__spin:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u95dOCzxOI .jq-number__spin {
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u95dOCzxOI .jq-selectbox li,
.cid-u95dOCzxOI .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u95dOCzxOI .jq-selectbox li:hover,
.cid-u95dOCzxOI .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-u95dOCzxOI .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u95dOCzxOI .jq-number__spin.minus:hover:after,
.cid-u95dOCzxOI .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u95dOCzxOI .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u95dOCzxOI .jq-number__spin.minus:after,
.cid-u95dOCzxOI .jq-number__spin.plus:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u95dOCzxOI input::-webkit-clear-button {
  display: none;
}
.cid-u95dOCzxOI input::-webkit-inner-spin-button {
  display: none;
}
.cid-u95dOCzxOI input::-webkit-outer-spin-button {
  display: none;
}
.cid-u95dOCzxOI input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u95dOCzxOI .pgk-section-title {
  color: #00072c;
}
.cid-u95dOCzxOI .pgkbtner {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u95dOCzxOI .pgkbtner {
    display: inline-block;
  }
}
.cid-u9g8e4BvHk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #222c4f;
}
.cid-u9g8e4BvHk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.cid-u9g8e4BvHk li:first-child {
  list-style: none;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u9g8e4BvHk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-u9g8e4BvHk .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-u9g8e4BvHk .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-u9g8e4BvHk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu p {
  margin: 0;
}
.cid-u9g8e4BvHk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9g8e4BvHk .social-list .pgk-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u9g8e4BvHk .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-u9g8e4BvHk .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9g8e4BvHk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9g8e4BvHk .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u9g8e4BvHk .row-copirayt p {
  width: 100%;
}
.cid-u9g8e4BvHk .foot-menu-item {
  width: fit-content;
  padding-right: 2rem;
  color: #555555;
}
.cid-u9g8e4BvHk .media-container-row .pgk-text {
  color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .foot-menu-item {
    padding-right: 0rem;
  }
  .cid-u9g8e4BvHk .foot-menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .cid-u9g8e4BvHk li:first-child {
    list-style: inherit;
  }
}
.cid-u9g8e4BvHk .w-50 {
  height: 100%;
  width: 100% !important;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .cid-u9g8e4BvHk .w-27 {
    max-width: 27%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-46 {
    max-width: 46%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-50 {
    max-width: 50%;
    height: 100%;
    max-height: 60px;
  }
}
.cid-u95eMgqEaQ {
  padding-top: 16rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/slice-151.png");
}
@media (min-width: 1400px) {
  .cid-u95eMgqEaQ .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-u95eMgqEaQ .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-u95eMgqEaQ .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-u95eMgqEaQ .row {
  display: flex;
  align-items: stretch;
}
.cid-u95eMgqEaQ .pgk-section-head {
  margin-bottom: 50px;
}
.cid-u95eMgqEaQ .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-u95eMgqEaQ .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u95eMgqEaQ .pgk-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-u95eMgqEaQ .colored-text {
  color: #a1a0a0;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u95eMgqEaQ .pgk-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-u95eMgqEaQ .item:focus,
.cid-u95eMgqEaQ span:focus {
  outline: none;
}
.cid-u95eMgqEaQ .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-u95eMgqEaQ .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-u95eMgqEaQ .item-wrapper .item-content a:hover {
  color: #00072c !important;
}
.cid-u95eMgqEaQ .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-u95eMgqEaQ .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-u95eMgqEaQ .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-u95eMgqEaQ .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-u95eMgqEaQ .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-u95eMgqEaQ .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-u95eMgqEaQ .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-u95eMgqEaQ .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u95eMgqEaQ .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #00072c;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-u95eMgqEaQ .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u95eMgqEaQ .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-u95eMgqEaQ .item-content-container {
    padding: 20px 15px;
  }
}
.cid-u95eMgqEaQ .pgk-section-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.cid-u95eMgqEaQ .item-title {
  text-align: left;
  width: 100%;
  color: #869ab8;
  margin-bottom: 0;
}
.cid-u95eMgqEaQ .pgk-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-u95eMgqEaQ .pgk-text,
.cid-u95eMgqEaQ .pgk-section-btn {
  color: #00072c;
}
.cid-u95eMgqEaQ .confff {
  padding: 8px 10px;
  background: #df1d1d;
  color: white;
  width: 60px;
  border-radius: 8px;
}
.cid-u95eMgOkOU {
  z-index: 1000;
  width: 100%;
}
.cid-u95eMgOkOU nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-u95eMgOkOU .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-u95eMgOkOU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u95eMgOkOU .dropdown-item {
  border-bottom: none!important;
}
.cid-u95eMgOkOU .dropdown-item:hover,
.cid-u95eMgOkOU .dropdown-item:focus {
  background: #0066ff !important;
  color: white !important;
}
.cid-u95eMgOkOU .dropdown-item:hover span {
  color: white;
}
.cid-u95eMgOkOU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u95eMgOkOU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u95eMgOkOU .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u95eMgOkOU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u95eMgOkOU .nav-link {
  position: relative;
}
.cid-u95eMgOkOU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u95eMgOkOU .container {
    flex-wrap: nowrap;
  }
}
.cid-u95eMgOkOU .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u95eMgOkOU .dropdown-menu,
.cid-u95eMgOkOU .navbar.opened {
  background: #ffffff !important;
}
.cid-u95eMgOkOU .nav-item:focus,
.cid-u95eMgOkOU .nav-link:focus {
  outline: none;
}
.cid-u95eMgOkOU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-u95eMgOkOU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u95eMgOkOU .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u95eMgOkOU .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u95eMgOkOU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u95eMgOkOU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u95eMgOkOU .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 15px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-u95eMgOkOU .navbar.opened {
  transition: all 0.3s;
}
.cid-u95eMgOkOU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u95eMgOkOU .navbar .navbar-logo img {
  width: auto;
  border-radius: 0!important;
}
.cid-u95eMgOkOU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u95eMgOkOU .navbar.collapsed {
  justify-content: center;
}
.cid-u95eMgOkOU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u95eMgOkOU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u95eMgOkOU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u95eMgOkOU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u95eMgOkOU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u95eMgOkOU .navbar.collapsed .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: 41%;
}
.cid-u95eMgOkOU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u95eMgOkOU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u95eMgOkOU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u95eMgOkOU .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-u95eMgOkOU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u95eMgOkOU .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-u95eMgOkOU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u95eMgOkOU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u95eMgOkOU .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-u95eMgOkOU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u95eMgOkOU .navbar ul.navbar-nav li {
    background: white;
    margin: 5px;
    border-radius: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .cid-u95eMgOkOU .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-u95eMgOkOU .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-u95eMgOkOU .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-u95eMgOkOU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u95eMgOkOU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u95eMgOkOU .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u95eMgOkOU .navbar.navbar-short {
  min-height: 60px;
}
.cid-u95eMgOkOU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u95eMgOkOU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u95eMgOkOU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u95eMgOkOU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u95eMgOkOU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u95eMgOkOU .dropdown-item.active,
.cid-u95eMgOkOU .dropdown-item:active {
  background-color: transparent;
}
.cid-u95eMgOkOU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u95eMgOkOU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u95eMgOkOU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u95eMgOkOU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-u95eMgOkOU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-u95eMgOkOU .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-u95eMgOkOU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u95eMgOkOU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u95eMgOkOU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u95eMgOkOU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00072c;
}
.cid-u95eMgOkOU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u95eMgOkOU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95eMgOkOU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95eMgOkOU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u95eMgOkOU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95eMgOkOU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u95eMgOkOU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u95eMgOkOU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95eMgOkOU .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-u95eMgOkOU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u95eMgOkOU .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-u95eMgOkOU .navbar {
    height: 70px;
  }
  .cid-u95eMgOkOU .navbar.opened {
    height: auto;
  }
  .cid-u95eMgOkOU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u95eMgOkOU .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-u95eMgOkOU .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-u95eMgOkOU .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-u95eMgOkOU .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-u95eMgOkOU .navbar-nav {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-u95eMgOkOU .navbar-nav {
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .cid-u95eMgOkOU .navbar-nav {
    margin-left: auto;
  }
}
.cid-u95eMgOkOU .nav-item a:hover {
  color: #ffffff !important;
}
.cid-u95eMgOkOU .nav-item .nav-link {
  position: relative !important;
}
.cid-u95eMgOkOU .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00072c;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-u95eMgOkOU .nav-item .nav-link:hover {
  color: #00072c !important;
}
.cid-u95eMgOkOU .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-u95eMgOkOU .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-u95eMgOkOU .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-u95eMgOkOU .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u95eMgOkOU .tel-menu {
    display: none;
  }
}
.cid-u95eMgOkOU .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-u95eMgOkOU .pgk-text {
    text-align: center !important;
  }
}
.cid-u95eMgOkOU .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-u95eMgOkOU .pgk-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u95eMgOkOU .pgk-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-u95eMgOkOU .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-u95eMgOkOU .pgk-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 10px;
}
.cid-u95eMgOkOU .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-u95eMgOkOU .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #fff;
  border-radius: 0.25rem;
}
@media (max-width: 1700px) {
  .cid-u95eMgOkOU .tel-menu {
    display: none;
  }
}
.cid-u95eMhgrTt {
  background-color: #ffffff;
}
.cid-u95eMhgrTt .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95eMhgrTt .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u95eMhgrTt .container {
    padding: 0 22px;
  }
}
.cid-u95eMhgrTt .row {
  justify-content: space-between;
}
.cid-u95eMhgrTt .row .card {
  justify-content: center;
}
.cid-u95eMhgrTt .content-wrapper .pgk-section-title {
  margin-bottom: 32px;
}
.cid-u95eMhgrTt .content-wrapper .pgk-text {
  margin-bottom: 22px;
}
.cid-u95eMhgrTt .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-u95eMhgrTt .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u95eMhgrTt .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u95eMhgrTt .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-u95eMhgrTt .item .item-wrapper .icon-wrapper .pgk-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #0066ff;
  margin-right: 55px;
}
.cid-u95eMhgrTt .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-u95eMhgrTt .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-u95eMhgrTt .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-u95eMhgrTt .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u95eMhgrTt .pgk-section-title {
  color: #000000;
}
.cid-u95eMhgrTt .pgk-text {
  color: #000000;
}
.cid-u95eMhgrTt .card-title {
  color: #ff5753;
}
.cid-u95eMhgrTt .card-text {
  color: #000000;
}
.cid-u95eMhK8K8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u95eMhK8K8 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95eMhK8K8 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95eMhK8K8 .row {
  flex-direction: row-reverse;
}
.cid-u95eMhK8K8 .pgk-description {
  text-align: center;
}
.cid-u95eMicbVX {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u95eMicbVX .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95eMicbVX .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95eMicbVX .row {
  flex-direction: row-reverse;
}
.cid-u95eMicbVX .pgk-description {
  text-align: left;
}
.cid-u95eMizr3N {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u95eMizr3N .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95eMizr3N .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95eMizr3N .row {
  flex-direction: row-reverse;
}
.cid-u95eMizr3N .pgk-description {
  text-align: center;
}
.cid-u95eMiZPMP {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u95eMiZPMP .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95eMiZPMP .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95eMiZPMP .row {
  flex-direction: row-reverse;
}
.cid-u95eMiZPMP .pgk-description {
  text-align: left;
}
.cid-u95eMjmXSx {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u95eMjmXSx .pgk-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u95eMjmXSx textarea {
  min-height: 200px;
}
.cid-u95eMjmXSx .btn {
  padding: 1rem 3rem;
}
.cid-u95eMjmXSx .form-control,
.cid-u95eMjmXSx .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-u95eMjmXSx .form-control::-webkit-input-placeholder,
.cid-u95eMjmXSx .field-input::-webkit-input-placeholder,
.cid-u95eMjmXSx .form-control::-webkit-input-placeholder,
.cid-u95eMjmXSx .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u95eMjmXSx .form-control:-moz-placeholder,
.cid-u95eMjmXSx .field-input:-moz-placeholder,
.cid-u95eMjmXSx .form-control:-moz-placeholder,
.cid-u95eMjmXSx .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u95eMjmXSx .form-control:hover,
.cid-u95eMjmXSx .field-input:hover,
.cid-u95eMjmXSx .form-control:focus,
.cid-u95eMjmXSx .field-input:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #00072c;
  box-shadow: none;
  outline: none;
}
.cid-u95eMjmXSx .form-control:hover::-webkit-input-placeholder,
.cid-u95eMjmXSx .field-input:hover::-webkit-input-placeholder,
.cid-u95eMjmXSx .form-control:focus::-webkit-input-placeholder,
.cid-u95eMjmXSx .field-input:focus::-webkit-input-placeholder,
.cid-u95eMjmXSx .form-control:hover::-webkit-input-placeholder,
.cid-u95eMjmXSx .field-input:hover::-webkit-input-placeholder,
.cid-u95eMjmXSx .form-control:focus::-webkit-input-placeholder,
.cid-u95eMjmXSx .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u95eMjmXSx .form-control:hover:-moz-placeholder,
.cid-u95eMjmXSx .field-input:hover:-moz-placeholder,
.cid-u95eMjmXSx .form-control:focus:-moz-placeholder,
.cid-u95eMjmXSx .field-input:focus:-moz-placeholder,
.cid-u95eMjmXSx .form-control:hover:-moz-placeholder,
.cid-u95eMjmXSx .field-input:hover:-moz-placeholder,
.cid-u95eMjmXSx .form-control:focus:-moz-placeholder,
.cid-u95eMjmXSx .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u95eMjmXSx .jq-number__spin:hover,
.cid-u95eMjmXSx .jq-number__spin:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u95eMjmXSx .jq-number__spin {
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u95eMjmXSx .jq-selectbox li,
.cid-u95eMjmXSx .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u95eMjmXSx .jq-selectbox li:hover,
.cid-u95eMjmXSx .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-u95eMjmXSx .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u95eMjmXSx .jq-number__spin.minus:hover:after,
.cid-u95eMjmXSx .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u95eMjmXSx .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u95eMjmXSx .jq-number__spin.minus:after,
.cid-u95eMjmXSx .jq-number__spin.plus:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u95eMjmXSx input::-webkit-clear-button {
  display: none;
}
.cid-u95eMjmXSx input::-webkit-inner-spin-button {
  display: none;
}
.cid-u95eMjmXSx input::-webkit-outer-spin-button {
  display: none;
}
.cid-u95eMjmXSx input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u95eMjmXSx .pgk-section-title {
  color: #00072c;
}
.cid-u95eMjmXSx .pgkbtner {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u95eMjmXSx .pgkbtner {
    display: inline-block;
  }
}
.cid-u9g8e4BvHk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #222c4f;
}
.cid-u9g8e4BvHk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.cid-u9g8e4BvHk li:first-child {
  list-style: none;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u9g8e4BvHk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-u9g8e4BvHk .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-u9g8e4BvHk .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-u9g8e4BvHk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu p {
  margin: 0;
}
.cid-u9g8e4BvHk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9g8e4BvHk .social-list .pgk-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u9g8e4BvHk .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-u9g8e4BvHk .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9g8e4BvHk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9g8e4BvHk .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u9g8e4BvHk .row-copirayt p {
  width: 100%;
}
.cid-u9g8e4BvHk .foot-menu-item {
  width: fit-content;
  padding-right: 2rem;
  color: #555555;
}
.cid-u9g8e4BvHk .media-container-row .pgk-text {
  color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .foot-menu-item {
    padding-right: 0rem;
  }
  .cid-u9g8e4BvHk .foot-menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .cid-u9g8e4BvHk li:first-child {
    list-style: inherit;
  }
}
.cid-u9g8e4BvHk .w-50 {
  height: 100%;
  width: 100% !important;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .cid-u9g8e4BvHk .w-27 {
    max-width: 27%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-46 {
    max-width: 46%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-50 {
    max-width: 50%;
    height: 100%;
    max-height: 60px;
  }
}
.cid-u95fXJImGG {
  padding-top: 16rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/slice-151.png");
}
@media (min-width: 1400px) {
  .cid-u95fXJImGG .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-u95fXJImGG .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-u95fXJImGG .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-u95fXJImGG .row {
  display: flex;
  align-items: stretch;
}
.cid-u95fXJImGG .pgk-section-head {
  margin-bottom: 50px;
}
.cid-u95fXJImGG .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-u95fXJImGG .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u95fXJImGG .pgk-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-u95fXJImGG .colored-text {
  color: #a1a0a0;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u95fXJImGG .pgk-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-u95fXJImGG .item:focus,
.cid-u95fXJImGG span:focus {
  outline: none;
}
.cid-u95fXJImGG .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-u95fXJImGG .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-u95fXJImGG .item-wrapper .item-content a:hover {
  color: #00072c !important;
}
.cid-u95fXJImGG .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-u95fXJImGG .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-u95fXJImGG .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-u95fXJImGG .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-u95fXJImGG .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-u95fXJImGG .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-u95fXJImGG .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-u95fXJImGG .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u95fXJImGG .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #00072c;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-u95fXJImGG .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u95fXJImGG .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-u95fXJImGG .item-content-container {
    padding: 20px 15px;
  }
}
.cid-u95fXJImGG .pgk-section-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.cid-u95fXJImGG .item-title {
  text-align: left;
  width: 100%;
  color: #869ab8;
  margin-bottom: 0;
}
.cid-u95fXJImGG .pgk-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-u95fXJImGG .pgk-text,
.cid-u95fXJImGG .pgk-section-btn {
  color: #00072c;
}
.cid-u95fXJImGG .confff {
  padding: 8px 10px;
  background: #df1d1d;
  color: white;
  width: 60px;
  border-radius: 8px;
}
.cid-u95fXKluwu {
  z-index: 1000;
  width: 100%;
}
.cid-u95fXKluwu nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-u95fXKluwu .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-u95fXKluwu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u95fXKluwu .dropdown-item {
  border-bottom: none!important;
}
.cid-u95fXKluwu .dropdown-item:hover,
.cid-u95fXKluwu .dropdown-item:focus {
  background: #0066ff !important;
  color: white !important;
}
.cid-u95fXKluwu .dropdown-item:hover span {
  color: white;
}
.cid-u95fXKluwu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u95fXKluwu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u95fXKluwu .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u95fXKluwu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u95fXKluwu .nav-link {
  position: relative;
}
.cid-u95fXKluwu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u95fXKluwu .container {
    flex-wrap: nowrap;
  }
}
.cid-u95fXKluwu .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u95fXKluwu .dropdown-menu,
.cid-u95fXKluwu .navbar.opened {
  background: #ffffff !important;
}
.cid-u95fXKluwu .nav-item:focus,
.cid-u95fXKluwu .nav-link:focus {
  outline: none;
}
.cid-u95fXKluwu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-u95fXKluwu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u95fXKluwu .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u95fXKluwu .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u95fXKluwu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u95fXKluwu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u95fXKluwu .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 15px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-u95fXKluwu .navbar.opened {
  transition: all 0.3s;
}
.cid-u95fXKluwu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u95fXKluwu .navbar .navbar-logo img {
  width: auto;
  border-radius: 0!important;
}
.cid-u95fXKluwu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u95fXKluwu .navbar.collapsed {
  justify-content: center;
}
.cid-u95fXKluwu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u95fXKluwu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u95fXKluwu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u95fXKluwu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u95fXKluwu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u95fXKluwu .navbar.collapsed .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: 41%;
}
.cid-u95fXKluwu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u95fXKluwu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u95fXKluwu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u95fXKluwu .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-u95fXKluwu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u95fXKluwu .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-u95fXKluwu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u95fXKluwu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u95fXKluwu .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-u95fXKluwu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u95fXKluwu .navbar ul.navbar-nav li {
    background: white;
    margin: 5px;
    border-radius: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .cid-u95fXKluwu .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-u95fXKluwu .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-u95fXKluwu .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-u95fXKluwu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u95fXKluwu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u95fXKluwu .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u95fXKluwu .navbar.navbar-short {
  min-height: 60px;
}
.cid-u95fXKluwu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u95fXKluwu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u95fXKluwu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u95fXKluwu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u95fXKluwu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u95fXKluwu .dropdown-item.active,
.cid-u95fXKluwu .dropdown-item:active {
  background-color: transparent;
}
.cid-u95fXKluwu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u95fXKluwu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u95fXKluwu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u95fXKluwu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-u95fXKluwu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-u95fXKluwu .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-u95fXKluwu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u95fXKluwu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u95fXKluwu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u95fXKluwu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00072c;
}
.cid-u95fXKluwu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u95fXKluwu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95fXKluwu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95fXKluwu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u95fXKluwu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95fXKluwu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u95fXKluwu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u95fXKluwu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95fXKluwu .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-u95fXKluwu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u95fXKluwu .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-u95fXKluwu .navbar {
    height: 70px;
  }
  .cid-u95fXKluwu .navbar.opened {
    height: auto;
  }
  .cid-u95fXKluwu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u95fXKluwu .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-u95fXKluwu .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-u95fXKluwu .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-u95fXKluwu .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-u95fXKluwu .navbar-nav {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-u95fXKluwu .navbar-nav {
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .cid-u95fXKluwu .navbar-nav {
    margin-left: auto;
  }
}
.cid-u95fXKluwu .nav-item a:hover {
  color: #ffffff !important;
}
.cid-u95fXKluwu .nav-item .nav-link {
  position: relative !important;
}
.cid-u95fXKluwu .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00072c;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-u95fXKluwu .nav-item .nav-link:hover {
  color: #00072c !important;
}
.cid-u95fXKluwu .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-u95fXKluwu .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-u95fXKluwu .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-u95fXKluwu .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u95fXKluwu .tel-menu {
    display: none;
  }
}
.cid-u95fXKluwu .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-u95fXKluwu .pgk-text {
    text-align: center !important;
  }
}
.cid-u95fXKluwu .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-u95fXKluwu .pgk-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u95fXKluwu .pgk-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-u95fXKluwu .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-u95fXKluwu .pgk-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 10px;
}
.cid-u95fXKluwu .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-u95fXKluwu .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #fff;
  border-radius: 0.25rem;
}
@media (max-width: 1700px) {
  .cid-u95fXKluwu .tel-menu {
    display: none;
  }
}
.cid-u95fXLksQE {
  background-color: #ffffff;
}
.cid-u95fXLksQE .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95fXLksQE .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u95fXLksQE .container {
    padding: 0 22px;
  }
}
.cid-u95fXLksQE .row {
  justify-content: space-between;
}
.cid-u95fXLksQE .row .card {
  justify-content: center;
}
.cid-u95fXLksQE .content-wrapper .pgk-section-title {
  margin-bottom: 32px;
}
.cid-u95fXLksQE .content-wrapper .pgk-text {
  margin-bottom: 22px;
}
.cid-u95fXLksQE .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-u95fXLksQE .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u95fXLksQE .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u95fXLksQE .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-u95fXLksQE .item .item-wrapper .icon-wrapper .pgk-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #0066ff;
  margin-right: 55px;
}
.cid-u95fXLksQE .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-u95fXLksQE .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-u95fXLksQE .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-u95fXLksQE .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u95fXLksQE .pgk-section-title {
  color: #000000;
}
.cid-u95fXLksQE .pgk-text {
  color: #000000;
}
.cid-u95fXLksQE .card-title {
  color: #ff5753;
}
.cid-u95fXLksQE .card-text {
  color: #000000;
}
.cid-u95fXMl386 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u95fXMl386 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95fXMl386 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95fXMl386 .row {
  flex-direction: row-reverse;
}
.cid-u95fXMl386 .pgk-description {
  text-align: center;
}
.cid-u95fXMZgn2 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u95fXMZgn2 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95fXMZgn2 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95fXMZgn2 .row {
  flex-direction: row-reverse;
}
.cid-u95fXMZgn2 .pgk-description {
  text-align: left;
}
.cid-u95fXOu4j9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u95fXOu4j9 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95fXOu4j9 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95fXOu4j9 .row {
  flex-direction: row-reverse;
}
.cid-u95fXOu4j9 .pgk-description {
  text-align: center;
}
.cid-u95fXOVmm8 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u95fXOVmm8 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95fXOVmm8 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95fXOVmm8 .row {
  flex-direction: row-reverse;
}
.cid-u95fXOVmm8 .pgk-description {
  text-align: left;
}
.cid-u95fXPmBK5 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u95fXPmBK5 .pgk-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u95fXPmBK5 textarea {
  min-height: 200px;
}
.cid-u95fXPmBK5 .btn {
  padding: 1rem 3rem;
}
.cid-u95fXPmBK5 .form-control,
.cid-u95fXPmBK5 .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-u95fXPmBK5 .form-control::-webkit-input-placeholder,
.cid-u95fXPmBK5 .field-input::-webkit-input-placeholder,
.cid-u95fXPmBK5 .form-control::-webkit-input-placeholder,
.cid-u95fXPmBK5 .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u95fXPmBK5 .form-control:-moz-placeholder,
.cid-u95fXPmBK5 .field-input:-moz-placeholder,
.cid-u95fXPmBK5 .form-control:-moz-placeholder,
.cid-u95fXPmBK5 .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u95fXPmBK5 .form-control:hover,
.cid-u95fXPmBK5 .field-input:hover,
.cid-u95fXPmBK5 .form-control:focus,
.cid-u95fXPmBK5 .field-input:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #00072c;
  box-shadow: none;
  outline: none;
}
.cid-u95fXPmBK5 .form-control:hover::-webkit-input-placeholder,
.cid-u95fXPmBK5 .field-input:hover::-webkit-input-placeholder,
.cid-u95fXPmBK5 .form-control:focus::-webkit-input-placeholder,
.cid-u95fXPmBK5 .field-input:focus::-webkit-input-placeholder,
.cid-u95fXPmBK5 .form-control:hover::-webkit-input-placeholder,
.cid-u95fXPmBK5 .field-input:hover::-webkit-input-placeholder,
.cid-u95fXPmBK5 .form-control:focus::-webkit-input-placeholder,
.cid-u95fXPmBK5 .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u95fXPmBK5 .form-control:hover:-moz-placeholder,
.cid-u95fXPmBK5 .field-input:hover:-moz-placeholder,
.cid-u95fXPmBK5 .form-control:focus:-moz-placeholder,
.cid-u95fXPmBK5 .field-input:focus:-moz-placeholder,
.cid-u95fXPmBK5 .form-control:hover:-moz-placeholder,
.cid-u95fXPmBK5 .field-input:hover:-moz-placeholder,
.cid-u95fXPmBK5 .form-control:focus:-moz-placeholder,
.cid-u95fXPmBK5 .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u95fXPmBK5 .jq-number__spin:hover,
.cid-u95fXPmBK5 .jq-number__spin:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u95fXPmBK5 .jq-number__spin {
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u95fXPmBK5 .jq-selectbox li,
.cid-u95fXPmBK5 .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u95fXPmBK5 .jq-selectbox li:hover,
.cid-u95fXPmBK5 .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-u95fXPmBK5 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u95fXPmBK5 .jq-number__spin.minus:hover:after,
.cid-u95fXPmBK5 .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u95fXPmBK5 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u95fXPmBK5 .jq-number__spin.minus:after,
.cid-u95fXPmBK5 .jq-number__spin.plus:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u95fXPmBK5 input::-webkit-clear-button {
  display: none;
}
.cid-u95fXPmBK5 input::-webkit-inner-spin-button {
  display: none;
}
.cid-u95fXPmBK5 input::-webkit-outer-spin-button {
  display: none;
}
.cid-u95fXPmBK5 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u95fXPmBK5 .pgk-section-title {
  color: #00072c;
}
.cid-u95fXPmBK5 .pgkbtner {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u95fXPmBK5 .pgkbtner {
    display: inline-block;
  }
}
.cid-u9g8e4BvHk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #222c4f;
}
.cid-u9g8e4BvHk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.cid-u9g8e4BvHk li:first-child {
  list-style: none;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u9g8e4BvHk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-u9g8e4BvHk .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-u9g8e4BvHk .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-u9g8e4BvHk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu p {
  margin: 0;
}
.cid-u9g8e4BvHk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9g8e4BvHk .social-list .pgk-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u9g8e4BvHk .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-u9g8e4BvHk .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9g8e4BvHk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9g8e4BvHk .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u9g8e4BvHk .row-copirayt p {
  width: 100%;
}
.cid-u9g8e4BvHk .foot-menu-item {
  width: fit-content;
  padding-right: 2rem;
  color: #555555;
}
.cid-u9g8e4BvHk .media-container-row .pgk-text {
  color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .foot-menu-item {
    padding-right: 0rem;
  }
  .cid-u9g8e4BvHk .foot-menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .cid-u9g8e4BvHk li:first-child {
    list-style: inherit;
  }
}
.cid-u9g8e4BvHk .w-50 {
  height: 100%;
  width: 100% !important;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .cid-u9g8e4BvHk .w-27 {
    max-width: 27%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-46 {
    max-width: 46%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-50 {
    max-width: 50%;
    height: 100%;
    max-height: 60px;
  }
}
.cid-u95glQQh79 {
  padding-top: 16rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/slice-151.png");
}
@media (min-width: 1400px) {
  .cid-u95glQQh79 .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-u95glQQh79 .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-u95glQQh79 .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-u95glQQh79 .row {
  display: flex;
  align-items: stretch;
}
.cid-u95glQQh79 .pgk-section-head {
  margin-bottom: 50px;
}
.cid-u95glQQh79 .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-u95glQQh79 .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u95glQQh79 .pgk-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-u95glQQh79 .colored-text {
  color: #a1a0a0;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u95glQQh79 .pgk-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-u95glQQh79 .item:focus,
.cid-u95glQQh79 span:focus {
  outline: none;
}
.cid-u95glQQh79 .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-u95glQQh79 .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-u95glQQh79 .item-wrapper .item-content a:hover {
  color: #00072c !important;
}
.cid-u95glQQh79 .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-u95glQQh79 .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-u95glQQh79 .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-u95glQQh79 .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-u95glQQh79 .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-u95glQQh79 .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-u95glQQh79 .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-u95glQQh79 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u95glQQh79 .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #00072c;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-u95glQQh79 .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u95glQQh79 .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-u95glQQh79 .item-content-container {
    padding: 20px 15px;
  }
}
.cid-u95glQQh79 .pgk-section-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.cid-u95glQQh79 .item-title {
  text-align: left;
  width: 100%;
  color: #869ab8;
  margin-bottom: 0;
}
.cid-u95glQQh79 .pgk-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-u95glQQh79 .pgk-text,
.cid-u95glQQh79 .pgk-section-btn {
  color: #00072c;
}
.cid-u95glQQh79 .confff {
  padding: 8px 10px;
  background: #df1d1d;
  color: white;
  width: 60px;
  border-radius: 8px;
}
.cid-u95glRhsNf {
  z-index: 1000;
  width: 100%;
}
.cid-u95glRhsNf nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-u95glRhsNf .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-u95glRhsNf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u95glRhsNf .dropdown-item {
  border-bottom: none!important;
}
.cid-u95glRhsNf .dropdown-item:hover,
.cid-u95glRhsNf .dropdown-item:focus {
  background: #0066ff !important;
  color: white !important;
}
.cid-u95glRhsNf .dropdown-item:hover span {
  color: white;
}
.cid-u95glRhsNf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u95glRhsNf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u95glRhsNf .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u95glRhsNf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u95glRhsNf .nav-link {
  position: relative;
}
.cid-u95glRhsNf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u95glRhsNf .container {
    flex-wrap: nowrap;
  }
}
.cid-u95glRhsNf .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u95glRhsNf .dropdown-menu,
.cid-u95glRhsNf .navbar.opened {
  background: #ffffff !important;
}
.cid-u95glRhsNf .nav-item:focus,
.cid-u95glRhsNf .nav-link:focus {
  outline: none;
}
.cid-u95glRhsNf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-u95glRhsNf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u95glRhsNf .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u95glRhsNf .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u95glRhsNf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u95glRhsNf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u95glRhsNf .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 15px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-u95glRhsNf .navbar.opened {
  transition: all 0.3s;
}
.cid-u95glRhsNf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u95glRhsNf .navbar .navbar-logo img {
  width: auto;
  border-radius: 0!important;
}
.cid-u95glRhsNf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u95glRhsNf .navbar.collapsed {
  justify-content: center;
}
.cid-u95glRhsNf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u95glRhsNf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u95glRhsNf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u95glRhsNf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u95glRhsNf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u95glRhsNf .navbar.collapsed .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: 41%;
}
.cid-u95glRhsNf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u95glRhsNf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u95glRhsNf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u95glRhsNf .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-u95glRhsNf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u95glRhsNf .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-u95glRhsNf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u95glRhsNf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u95glRhsNf .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-u95glRhsNf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u95glRhsNf .navbar ul.navbar-nav li {
    background: white;
    margin: 5px;
    border-radius: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .cid-u95glRhsNf .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-u95glRhsNf .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-u95glRhsNf .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-u95glRhsNf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u95glRhsNf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u95glRhsNf .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u95glRhsNf .navbar.navbar-short {
  min-height: 60px;
}
.cid-u95glRhsNf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u95glRhsNf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u95glRhsNf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u95glRhsNf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u95glRhsNf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u95glRhsNf .dropdown-item.active,
.cid-u95glRhsNf .dropdown-item:active {
  background-color: transparent;
}
.cid-u95glRhsNf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u95glRhsNf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u95glRhsNf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u95glRhsNf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-u95glRhsNf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-u95glRhsNf .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-u95glRhsNf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u95glRhsNf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u95glRhsNf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u95glRhsNf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00072c;
}
.cid-u95glRhsNf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u95glRhsNf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95glRhsNf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95glRhsNf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u95glRhsNf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95glRhsNf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u95glRhsNf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u95glRhsNf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95glRhsNf .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-u95glRhsNf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u95glRhsNf .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-u95glRhsNf .navbar {
    height: 70px;
  }
  .cid-u95glRhsNf .navbar.opened {
    height: auto;
  }
  .cid-u95glRhsNf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u95glRhsNf .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-u95glRhsNf .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-u95glRhsNf .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-u95glRhsNf .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-u95glRhsNf .navbar-nav {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-u95glRhsNf .navbar-nav {
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .cid-u95glRhsNf .navbar-nav {
    margin-left: auto;
  }
}
.cid-u95glRhsNf .nav-item a:hover {
  color: #ffffff !important;
}
.cid-u95glRhsNf .nav-item .nav-link {
  position: relative !important;
}
.cid-u95glRhsNf .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00072c;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-u95glRhsNf .nav-item .nav-link:hover {
  color: #00072c !important;
}
.cid-u95glRhsNf .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-u95glRhsNf .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-u95glRhsNf .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-u95glRhsNf .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u95glRhsNf .tel-menu {
    display: none;
  }
}
.cid-u95glRhsNf .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-u95glRhsNf .pgk-text {
    text-align: center !important;
  }
}
.cid-u95glRhsNf .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-u95glRhsNf .pgk-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u95glRhsNf .pgk-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-u95glRhsNf .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-u95glRhsNf .pgk-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 10px;
}
.cid-u95glRhsNf .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-u95glRhsNf .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #fff;
  border-radius: 0.25rem;
}
@media (max-width: 1700px) {
  .cid-u95glRhsNf .tel-menu {
    display: none;
  }
}
.cid-u95glRQNkg {
  background-color: #ffffff;
}
.cid-u95glRQNkg .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95glRQNkg .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u95glRQNkg .container {
    padding: 0 22px;
  }
}
.cid-u95glRQNkg .row {
  justify-content: space-between;
}
.cid-u95glRQNkg .row .card {
  justify-content: center;
}
.cid-u95glRQNkg .content-wrapper .pgk-section-title {
  margin-bottom: 32px;
}
.cid-u95glRQNkg .content-wrapper .pgk-text {
  margin-bottom: 22px;
}
.cid-u95glRQNkg .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-u95glRQNkg .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u95glRQNkg .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u95glRQNkg .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-u95glRQNkg .item .item-wrapper .icon-wrapper .pgk-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #0066ff;
  margin-right: 55px;
}
.cid-u95glRQNkg .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-u95glRQNkg .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-u95glRQNkg .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-u95glRQNkg .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u95glRQNkg .pgk-section-title {
  color: #000000;
}
.cid-u95glRQNkg .pgk-text {
  color: #000000;
}
.cid-u95glRQNkg .card-title {
  color: #ff5753;
}
.cid-u95glRQNkg .card-text {
  color: #000000;
}
.cid-u95glRQNkg .quotex {
  font-size: 1.3rem;
}
.cid-u95glTubSa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u95glTubSa .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95glTubSa .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95glTubSa .row {
  flex-direction: row-reverse;
}
.cid-u95glTubSa .pgk-description {
  text-align: center;
}
.cid-u95glTW7GY {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u95glTW7GY .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95glTW7GY .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95glTW7GY .row {
  flex-direction: row-reverse;
}
.cid-u95glTW7GY .pgk-description {
  text-align: left;
}
.cid-u95glUo8Zi {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u95glUo8Zi .pgk-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u95glUo8Zi textarea {
  min-height: 200px;
}
.cid-u95glUo8Zi .btn {
  padding: 1rem 3rem;
}
.cid-u95glUo8Zi .form-control,
.cid-u95glUo8Zi .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-u95glUo8Zi .form-control::-webkit-input-placeholder,
.cid-u95glUo8Zi .field-input::-webkit-input-placeholder,
.cid-u95glUo8Zi .form-control::-webkit-input-placeholder,
.cid-u95glUo8Zi .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u95glUo8Zi .form-control:-moz-placeholder,
.cid-u95glUo8Zi .field-input:-moz-placeholder,
.cid-u95glUo8Zi .form-control:-moz-placeholder,
.cid-u95glUo8Zi .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u95glUo8Zi .form-control:hover,
.cid-u95glUo8Zi .field-input:hover,
.cid-u95glUo8Zi .form-control:focus,
.cid-u95glUo8Zi .field-input:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #00072c;
  box-shadow: none;
  outline: none;
}
.cid-u95glUo8Zi .form-control:hover::-webkit-input-placeholder,
.cid-u95glUo8Zi .field-input:hover::-webkit-input-placeholder,
.cid-u95glUo8Zi .form-control:focus::-webkit-input-placeholder,
.cid-u95glUo8Zi .field-input:focus::-webkit-input-placeholder,
.cid-u95glUo8Zi .form-control:hover::-webkit-input-placeholder,
.cid-u95glUo8Zi .field-input:hover::-webkit-input-placeholder,
.cid-u95glUo8Zi .form-control:focus::-webkit-input-placeholder,
.cid-u95glUo8Zi .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u95glUo8Zi .form-control:hover:-moz-placeholder,
.cid-u95glUo8Zi .field-input:hover:-moz-placeholder,
.cid-u95glUo8Zi .form-control:focus:-moz-placeholder,
.cid-u95glUo8Zi .field-input:focus:-moz-placeholder,
.cid-u95glUo8Zi .form-control:hover:-moz-placeholder,
.cid-u95glUo8Zi .field-input:hover:-moz-placeholder,
.cid-u95glUo8Zi .form-control:focus:-moz-placeholder,
.cid-u95glUo8Zi .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u95glUo8Zi .jq-number__spin:hover,
.cid-u95glUo8Zi .jq-number__spin:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u95glUo8Zi .jq-number__spin {
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u95glUo8Zi .jq-selectbox li,
.cid-u95glUo8Zi .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u95glUo8Zi .jq-selectbox li:hover,
.cid-u95glUo8Zi .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-u95glUo8Zi .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u95glUo8Zi .jq-number__spin.minus:hover:after,
.cid-u95glUo8Zi .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u95glUo8Zi .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u95glUo8Zi .jq-number__spin.minus:after,
.cid-u95glUo8Zi .jq-number__spin.plus:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u95glUo8Zi input::-webkit-clear-button {
  display: none;
}
.cid-u95glUo8Zi input::-webkit-inner-spin-button {
  display: none;
}
.cid-u95glUo8Zi input::-webkit-outer-spin-button {
  display: none;
}
.cid-u95glUo8Zi input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u95glUo8Zi .pgk-section-title {
  color: #00072c;
}
.cid-u95glUo8Zi .pgkbtner {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u95glUo8Zi .pgkbtner {
    display: inline-block;
  }
}
.cid-u9g8e4BvHk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #222c4f;
}
.cid-u9g8e4BvHk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.cid-u9g8e4BvHk li:first-child {
  list-style: none;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u9g8e4BvHk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-u9g8e4BvHk .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-u9g8e4BvHk .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-u9g8e4BvHk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu p {
  margin: 0;
}
.cid-u9g8e4BvHk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9g8e4BvHk .social-list .pgk-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u9g8e4BvHk .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-u9g8e4BvHk .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9g8e4BvHk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9g8e4BvHk .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u9g8e4BvHk .row-copirayt p {
  width: 100%;
}
.cid-u9g8e4BvHk .foot-menu-item {
  width: fit-content;
  padding-right: 2rem;
  color: #555555;
}
.cid-u9g8e4BvHk .media-container-row .pgk-text {
  color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .foot-menu-item {
    padding-right: 0rem;
  }
  .cid-u9g8e4BvHk .foot-menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .cid-u9g8e4BvHk li:first-child {
    list-style: inherit;
  }
}
.cid-u9g8e4BvHk .w-50 {
  height: 100%;
  width: 100% !important;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .cid-u9g8e4BvHk .w-27 {
    max-width: 27%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-46 {
    max-width: 46%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-50 {
    max-width: 50%;
    height: 100%;
    max-height: 60px;
  }
}
.cid-u95iMNTDNd {
  padding-top: 16rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/slice-151.png");
}
@media (min-width: 1400px) {
  .cid-u95iMNTDNd .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-u95iMNTDNd .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-u95iMNTDNd .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-u95iMNTDNd .row {
  display: flex;
  align-items: stretch;
}
.cid-u95iMNTDNd .pgk-section-head {
  margin-bottom: 50px;
}
.cid-u95iMNTDNd .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-u95iMNTDNd .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u95iMNTDNd .pgk-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-u95iMNTDNd .colored-text {
  color: #a1a0a0;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u95iMNTDNd .pgk-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-u95iMNTDNd .item:focus,
.cid-u95iMNTDNd span:focus {
  outline: none;
}
.cid-u95iMNTDNd .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-u95iMNTDNd .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-u95iMNTDNd .item-wrapper .item-content a:hover {
  color: #00072c !important;
}
.cid-u95iMNTDNd .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-u95iMNTDNd .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-u95iMNTDNd .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-u95iMNTDNd .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-u95iMNTDNd .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-u95iMNTDNd .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-u95iMNTDNd .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-u95iMNTDNd .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u95iMNTDNd .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #00072c;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-u95iMNTDNd .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u95iMNTDNd .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-u95iMNTDNd .item-content-container {
    padding: 20px 15px;
  }
}
.cid-u95iMNTDNd .pgk-section-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.cid-u95iMNTDNd .item-title {
  text-align: left;
  width: 100%;
  color: #869ab8;
  margin-bottom: 0;
}
.cid-u95iMNTDNd .pgk-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-u95iMNTDNd .pgk-text,
.cid-u95iMNTDNd .pgk-section-btn {
  color: #00072c;
}
.cid-u95iMNTDNd .confff {
  padding: 8px 10px;
  background: #df1d1d;
  color: white;
  width: 60px;
  border-radius: 8px;
}
.cid-u95iMOnhfZ {
  z-index: 1000;
  width: 100%;
}
.cid-u95iMOnhfZ nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-u95iMOnhfZ .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-u95iMOnhfZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u95iMOnhfZ .dropdown-item {
  border-bottom: none!important;
}
.cid-u95iMOnhfZ .dropdown-item:hover,
.cid-u95iMOnhfZ .dropdown-item:focus {
  background: #0066ff !important;
  color: white !important;
}
.cid-u95iMOnhfZ .dropdown-item:hover span {
  color: white;
}
.cid-u95iMOnhfZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u95iMOnhfZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u95iMOnhfZ .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u95iMOnhfZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u95iMOnhfZ .nav-link {
  position: relative;
}
.cid-u95iMOnhfZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u95iMOnhfZ .container {
    flex-wrap: nowrap;
  }
}
.cid-u95iMOnhfZ .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u95iMOnhfZ .dropdown-menu,
.cid-u95iMOnhfZ .navbar.opened {
  background: #ffffff !important;
}
.cid-u95iMOnhfZ .nav-item:focus,
.cid-u95iMOnhfZ .nav-link:focus {
  outline: none;
}
.cid-u95iMOnhfZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-u95iMOnhfZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u95iMOnhfZ .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u95iMOnhfZ .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u95iMOnhfZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u95iMOnhfZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u95iMOnhfZ .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 15px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-u95iMOnhfZ .navbar.opened {
  transition: all 0.3s;
}
.cid-u95iMOnhfZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u95iMOnhfZ .navbar .navbar-logo img {
  width: auto;
  border-radius: 0!important;
}
.cid-u95iMOnhfZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u95iMOnhfZ .navbar.collapsed {
  justify-content: center;
}
.cid-u95iMOnhfZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u95iMOnhfZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u95iMOnhfZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u95iMOnhfZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u95iMOnhfZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u95iMOnhfZ .navbar.collapsed .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: 41%;
}
.cid-u95iMOnhfZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u95iMOnhfZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u95iMOnhfZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u95iMOnhfZ .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-u95iMOnhfZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u95iMOnhfZ .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-u95iMOnhfZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u95iMOnhfZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u95iMOnhfZ .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-u95iMOnhfZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u95iMOnhfZ .navbar ul.navbar-nav li {
    background: white;
    margin: 5px;
    border-radius: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .cid-u95iMOnhfZ .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-u95iMOnhfZ .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-u95iMOnhfZ .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-u95iMOnhfZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u95iMOnhfZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u95iMOnhfZ .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u95iMOnhfZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u95iMOnhfZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u95iMOnhfZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u95iMOnhfZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u95iMOnhfZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u95iMOnhfZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u95iMOnhfZ .dropdown-item.active,
.cid-u95iMOnhfZ .dropdown-item:active {
  background-color: transparent;
}
.cid-u95iMOnhfZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u95iMOnhfZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u95iMOnhfZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u95iMOnhfZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-u95iMOnhfZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-u95iMOnhfZ .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-u95iMOnhfZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u95iMOnhfZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u95iMOnhfZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u95iMOnhfZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00072c;
}
.cid-u95iMOnhfZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u95iMOnhfZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95iMOnhfZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95iMOnhfZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u95iMOnhfZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95iMOnhfZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u95iMOnhfZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u95iMOnhfZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95iMOnhfZ .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-u95iMOnhfZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u95iMOnhfZ .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-u95iMOnhfZ .navbar {
    height: 70px;
  }
  .cid-u95iMOnhfZ .navbar.opened {
    height: auto;
  }
  .cid-u95iMOnhfZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u95iMOnhfZ .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-u95iMOnhfZ .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-u95iMOnhfZ .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-u95iMOnhfZ .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-u95iMOnhfZ .navbar-nav {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-u95iMOnhfZ .navbar-nav {
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .cid-u95iMOnhfZ .navbar-nav {
    margin-left: auto;
  }
}
.cid-u95iMOnhfZ .nav-item a:hover {
  color: #ffffff !important;
}
.cid-u95iMOnhfZ .nav-item .nav-link {
  position: relative !important;
}
.cid-u95iMOnhfZ .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00072c;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-u95iMOnhfZ .nav-item .nav-link:hover {
  color: #00072c !important;
}
.cid-u95iMOnhfZ .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-u95iMOnhfZ .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-u95iMOnhfZ .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-u95iMOnhfZ .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u95iMOnhfZ .tel-menu {
    display: none;
  }
}
.cid-u95iMOnhfZ .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-u95iMOnhfZ .pgk-text {
    text-align: center !important;
  }
}
.cid-u95iMOnhfZ .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-u95iMOnhfZ .pgk-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u95iMOnhfZ .pgk-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-u95iMOnhfZ .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-u95iMOnhfZ .pgk-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 10px;
}
.cid-u95iMOnhfZ .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-u95iMOnhfZ .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #fff;
  border-radius: 0.25rem;
}
@media (max-width: 1700px) {
  .cid-u95iMOnhfZ .tel-menu {
    display: none;
  }
}
.cid-u95iMOWdAH {
  background-color: #ffffff;
}
.cid-u95iMOWdAH .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95iMOWdAH .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u95iMOWdAH .container {
    padding: 0 22px;
  }
}
.cid-u95iMOWdAH .row {
  justify-content: space-between;
}
.cid-u95iMOWdAH .row .card {
  justify-content: center;
}
.cid-u95iMOWdAH .content-wrapper .pgk-section-title {
  margin-bottom: 32px;
}
.cid-u95iMOWdAH .content-wrapper .pgk-text {
  margin-bottom: 22px;
}
.cid-u95iMOWdAH .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-u95iMOWdAH .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u95iMOWdAH .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u95iMOWdAH .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-u95iMOWdAH .item .item-wrapper .icon-wrapper .pgk-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #0066ff;
  margin-right: 55px;
}
.cid-u95iMOWdAH .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-u95iMOWdAH .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-u95iMOWdAH .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-u95iMOWdAH .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u95iMOWdAH .pgk-section-title {
  color: #000000;
}
.cid-u95iMOWdAH .pgk-text {
  color: #000000;
}
.cid-u95iMOWdAH .card-title {
  color: #ff5753;
}
.cid-u95iMOWdAH .card-text {
  color: #000000;
}
.cid-u95iMPvT35 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u95iMPvT35 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95iMPvT35 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95iMPvT35 .row {
  flex-direction: row-reverse;
}
.cid-u95iMPvT35 .pgk-description {
  text-align: center;
}
.cid-u95iMQ0NdM {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u95iMQ0NdM .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95iMQ0NdM .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95iMQ0NdM .row {
  flex-direction: row-reverse;
}
.cid-u95iMQ0NdM .pgk-description {
  text-align: left;
}
.cid-u95iMQrMTP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u95iMQrMTP .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95iMQrMTP .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95iMQrMTP .row {
  flex-direction: row-reverse;
}
.cid-u95iMQrMTP .pgk-description {
  text-align: center;
}
.cid-u95iMQTD9a {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u95iMQTD9a .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95iMQTD9a .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95iMQTD9a .row {
  flex-direction: row-reverse;
}
.cid-u95iMQTD9a .pgk-description {
  text-align: left;
}
.cid-u95iMRndpK {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u95iMRndpK .pgk-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u95iMRndpK textarea {
  min-height: 200px;
}
.cid-u95iMRndpK .btn {
  padding: 1rem 3rem;
}
.cid-u95iMRndpK .form-control,
.cid-u95iMRndpK .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-u95iMRndpK .form-control::-webkit-input-placeholder,
.cid-u95iMRndpK .field-input::-webkit-input-placeholder,
.cid-u95iMRndpK .form-control::-webkit-input-placeholder,
.cid-u95iMRndpK .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u95iMRndpK .form-control:-moz-placeholder,
.cid-u95iMRndpK .field-input:-moz-placeholder,
.cid-u95iMRndpK .form-control:-moz-placeholder,
.cid-u95iMRndpK .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u95iMRndpK .form-control:hover,
.cid-u95iMRndpK .field-input:hover,
.cid-u95iMRndpK .form-control:focus,
.cid-u95iMRndpK .field-input:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #00072c;
  box-shadow: none;
  outline: none;
}
.cid-u95iMRndpK .form-control:hover::-webkit-input-placeholder,
.cid-u95iMRndpK .field-input:hover::-webkit-input-placeholder,
.cid-u95iMRndpK .form-control:focus::-webkit-input-placeholder,
.cid-u95iMRndpK .field-input:focus::-webkit-input-placeholder,
.cid-u95iMRndpK .form-control:hover::-webkit-input-placeholder,
.cid-u95iMRndpK .field-input:hover::-webkit-input-placeholder,
.cid-u95iMRndpK .form-control:focus::-webkit-input-placeholder,
.cid-u95iMRndpK .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u95iMRndpK .form-control:hover:-moz-placeholder,
.cid-u95iMRndpK .field-input:hover:-moz-placeholder,
.cid-u95iMRndpK .form-control:focus:-moz-placeholder,
.cid-u95iMRndpK .field-input:focus:-moz-placeholder,
.cid-u95iMRndpK .form-control:hover:-moz-placeholder,
.cid-u95iMRndpK .field-input:hover:-moz-placeholder,
.cid-u95iMRndpK .form-control:focus:-moz-placeholder,
.cid-u95iMRndpK .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u95iMRndpK .jq-number__spin:hover,
.cid-u95iMRndpK .jq-number__spin:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u95iMRndpK .jq-number__spin {
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u95iMRndpK .jq-selectbox li,
.cid-u95iMRndpK .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u95iMRndpK .jq-selectbox li:hover,
.cid-u95iMRndpK .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-u95iMRndpK .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u95iMRndpK .jq-number__spin.minus:hover:after,
.cid-u95iMRndpK .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u95iMRndpK .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u95iMRndpK .jq-number__spin.minus:after,
.cid-u95iMRndpK .jq-number__spin.plus:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u95iMRndpK input::-webkit-clear-button {
  display: none;
}
.cid-u95iMRndpK input::-webkit-inner-spin-button {
  display: none;
}
.cid-u95iMRndpK input::-webkit-outer-spin-button {
  display: none;
}
.cid-u95iMRndpK input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u95iMRndpK .pgk-section-title {
  color: #00072c;
}
.cid-u95iMRndpK .pgkbtner {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u95iMRndpK .pgkbtner {
    display: inline-block;
  }
}
.cid-u9g8e4BvHk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #222c4f;
}
.cid-u9g8e4BvHk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.cid-u9g8e4BvHk li:first-child {
  list-style: none;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u9g8e4BvHk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-u9g8e4BvHk .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-u9g8e4BvHk .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-u9g8e4BvHk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu p {
  margin: 0;
}
.cid-u9g8e4BvHk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9g8e4BvHk .social-list .pgk-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u9g8e4BvHk .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-u9g8e4BvHk .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9g8e4BvHk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9g8e4BvHk .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u9g8e4BvHk .row-copirayt p {
  width: 100%;
}
.cid-u9g8e4BvHk .foot-menu-item {
  width: fit-content;
  padding-right: 2rem;
  color: #555555;
}
.cid-u9g8e4BvHk .media-container-row .pgk-text {
  color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .foot-menu-item {
    padding-right: 0rem;
  }
  .cid-u9g8e4BvHk .foot-menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .cid-u9g8e4BvHk li:first-child {
    list-style: inherit;
  }
}
.cid-u9g8e4BvHk .w-50 {
  height: 100%;
  width: 100% !important;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .cid-u9g8e4BvHk .w-27 {
    max-width: 27%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-46 {
    max-width: 46%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-50 {
    max-width: 50%;
    height: 100%;
    max-height: 60px;
  }
}
.cid-sXTK8IMcXk {
  z-index: 1000;
  width: 100%;
}
.cid-sXTK8IMcXk nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-sXTK8IMcXk .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-sXTK8IMcXk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXTK8IMcXk .dropdown-item {
  border-bottom: none!important;
}
.cid-sXTK8IMcXk .dropdown-item:hover,
.cid-sXTK8IMcXk .dropdown-item:focus {
  background: #0066ff !important;
  color: white !important;
}
.cid-sXTK8IMcXk .dropdown-item:hover span {
  color: white;
}
.cid-sXTK8IMcXk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXTK8IMcXk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXTK8IMcXk .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXTK8IMcXk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXTK8IMcXk .nav-link {
  position: relative;
}
.cid-sXTK8IMcXk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .container {
    flex-wrap: nowrap;
  }
}
.cid-sXTK8IMcXk .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXTK8IMcXk .dropdown-menu,
.cid-sXTK8IMcXk .navbar.opened {
  background: #ffffff !important;
}
.cid-sXTK8IMcXk .nav-item:focus,
.cid-sXTK8IMcXk .nav-link:focus {
  outline: none;
}
.cid-sXTK8IMcXk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-sXTK8IMcXk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXTK8IMcXk .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXTK8IMcXk .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXTK8IMcXk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXTK8IMcXk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXTK8IMcXk .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 15px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-sXTK8IMcXk .navbar.opened {
  transition: all 0.3s;
}
.cid-sXTK8IMcXk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXTK8IMcXk .navbar .navbar-logo img {
  width: auto;
  border-radius: 0!important;
}
.cid-sXTK8IMcXk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXTK8IMcXk .navbar.collapsed {
  justify-content: center;
}
.cid-sXTK8IMcXk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXTK8IMcXk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sXTK8IMcXk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXTK8IMcXk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXTK8IMcXk .navbar.collapsed .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: 41%;
}
.cid-sXTK8IMcXk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXTK8IMcXk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXTK8IMcXk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXTK8IMcXk .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-sXTK8IMcXk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXTK8IMcXk .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-sXTK8IMcXk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXTK8IMcXk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXTK8IMcXk .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-sXTK8IMcXk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXTK8IMcXk .navbar ul.navbar-nav li {
    background: white;
    margin: 5px;
    border-radius: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .cid-sXTK8IMcXk .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-sXTK8IMcXk .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-sXTK8IMcXk .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-sXTK8IMcXk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXTK8IMcXk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXTK8IMcXk .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXTK8IMcXk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXTK8IMcXk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sXTK8IMcXk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXTK8IMcXk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXTK8IMcXk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXTK8IMcXk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXTK8IMcXk .dropdown-item.active,
.cid-sXTK8IMcXk .dropdown-item:active {
  background-color: transparent;
}
.cid-sXTK8IMcXk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXTK8IMcXk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXTK8IMcXk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXTK8IMcXk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-sXTK8IMcXk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-sXTK8IMcXk .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-sXTK8IMcXk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXTK8IMcXk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXTK8IMcXk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXTK8IMcXk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00072c;
}
.cid-sXTK8IMcXk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXTK8IMcXk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXTK8IMcXk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXTK8IMcXk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXTK8IMcXk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXTK8IMcXk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXTK8IMcXk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXTK8IMcXk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXTK8IMcXk .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-sXTK8IMcXk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXTK8IMcXk .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-sXTK8IMcXk .navbar {
    height: 70px;
  }
  .cid-sXTK8IMcXk .navbar.opened {
    height: auto;
  }
  .cid-sXTK8IMcXk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXTK8IMcXk .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-sXTK8IMcXk .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sXTK8IMcXk .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .navbar-nav {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sXTK8IMcXk .navbar-nav {
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .cid-sXTK8IMcXk .navbar-nav {
    margin-left: auto;
  }
}
.cid-sXTK8IMcXk .nav-item a:hover {
  color: #ffffff !important;
}
.cid-sXTK8IMcXk .nav-item .nav-link {
  position: relative !important;
}
.cid-sXTK8IMcXk .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00072c;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-sXTK8IMcXk .nav-item .nav-link:hover {
  color: #00072c !important;
}
.cid-sXTK8IMcXk .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-sXTK8IMcXk .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-sXTK8IMcXk .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXTK8IMcXk .tel-menu {
    display: none;
  }
}
.cid-sXTK8IMcXk .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-sXTK8IMcXk .pgk-text {
    text-align: center !important;
  }
}
.cid-sXTK8IMcXk .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-sXTK8IMcXk .pgk-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXTK8IMcXk .pgk-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-sXTK8IMcXk .pgk-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 10px;
}
.cid-sXTK8IMcXk .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-sXTK8IMcXk .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #fff;
  border-radius: 0.25rem;
}
@media (max-width: 1700px) {
  .cid-sXTK8IMcXk .tel-menu {
    display: none;
  }
}
.cid-u95kEHBWgh {
  padding-top: 11.7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-u95kEHBWgh .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-u95kEHBWgh .pgk-section-title {
  color: #000000;
  text-align: left;
}
.cid-u95kEHBWgh .pgk-section-subtitle {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-u95kEHBWgh .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-u95kEHBWgh .card-title {
    margin-bottom: 18px;
  }
}
.cid-u95kEHBWgh .card-title a {
  font-weight: 700;
}
.cid-u95kEHBWgh .card-title a:hover {
  color: #00072c !important;
}
.cid-u95kEHBWgh .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-u95kEHBWgh .icon-box {
    margin-bottom: 20px;
  }
}
.cid-u95kEHBWgh .icon-box .pgk-iconfont {
  font-size: 40px;
  color: #0d6efd;
}
.cid-u95kEHBWgh .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-u95kEHBWgh .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-u95kEHBWgh .icon-link-box .pgk-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-u95kEHBWgh .icon-link-box .pgk-iconfont:hover {
  color: #f5f7fd !important;
}
.cid-u95kEHBWgh .col-card {
  margin-top: 30px;
}
.cid-u95kEHBWgh .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  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-u95kEHBWgh .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-u95kEHBWgh .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-u95kEHBWgh .pgk-section-btn {
  display: flex;
  justify-content: center;
}
.cid-u95kEHBWgh .pgk-section-subtitle DIV {
  text-align: left;
}
.cid-u95lKdcxic {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u95lKdcxic .pgk-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u95lKdcxic textarea {
  min-height: 200px;
}
.cid-u95lKdcxic .btn {
  padding: 1rem 3rem;
}
.cid-u95lKdcxic .form-control,
.cid-u95lKdcxic .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-u95lKdcxic .form-control::-webkit-input-placeholder,
.cid-u95lKdcxic .field-input::-webkit-input-placeholder,
.cid-u95lKdcxic .form-control::-webkit-input-placeholder,
.cid-u95lKdcxic .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u95lKdcxic .form-control:-moz-placeholder,
.cid-u95lKdcxic .field-input:-moz-placeholder,
.cid-u95lKdcxic .form-control:-moz-placeholder,
.cid-u95lKdcxic .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u95lKdcxic .form-control:hover,
.cid-u95lKdcxic .field-input:hover,
.cid-u95lKdcxic .form-control:focus,
.cid-u95lKdcxic .field-input:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #00072c;
  box-shadow: none;
  outline: none;
}
.cid-u95lKdcxic .form-control:hover::-webkit-input-placeholder,
.cid-u95lKdcxic .field-input:hover::-webkit-input-placeholder,
.cid-u95lKdcxic .form-control:focus::-webkit-input-placeholder,
.cid-u95lKdcxic .field-input:focus::-webkit-input-placeholder,
.cid-u95lKdcxic .form-control:hover::-webkit-input-placeholder,
.cid-u95lKdcxic .field-input:hover::-webkit-input-placeholder,
.cid-u95lKdcxic .form-control:focus::-webkit-input-placeholder,
.cid-u95lKdcxic .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u95lKdcxic .form-control:hover:-moz-placeholder,
.cid-u95lKdcxic .field-input:hover:-moz-placeholder,
.cid-u95lKdcxic .form-control:focus:-moz-placeholder,
.cid-u95lKdcxic .field-input:focus:-moz-placeholder,
.cid-u95lKdcxic .form-control:hover:-moz-placeholder,
.cid-u95lKdcxic .field-input:hover:-moz-placeholder,
.cid-u95lKdcxic .form-control:focus:-moz-placeholder,
.cid-u95lKdcxic .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u95lKdcxic .jq-number__spin:hover,
.cid-u95lKdcxic .jq-number__spin:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u95lKdcxic .jq-number__spin {
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u95lKdcxic .jq-selectbox li,
.cid-u95lKdcxic .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u95lKdcxic .jq-selectbox li:hover,
.cid-u95lKdcxic .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-u95lKdcxic .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u95lKdcxic .jq-number__spin.minus:hover:after,
.cid-u95lKdcxic .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u95lKdcxic .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u95lKdcxic .jq-number__spin.minus:after,
.cid-u95lKdcxic .jq-number__spin.plus:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u95lKdcxic input::-webkit-clear-button {
  display: none;
}
.cid-u95lKdcxic input::-webkit-inner-spin-button {
  display: none;
}
.cid-u95lKdcxic input::-webkit-outer-spin-button {
  display: none;
}
.cid-u95lKdcxic input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u95lKdcxic .pgk-section-title {
  color: #00072c;
}
.cid-u95lKdcxic .pgkbtner {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u95lKdcxic .pgkbtner {
    display: inline-block;
  }
}
.cid-u9g8e4BvHk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #222c4f;
}
.cid-u9g8e4BvHk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.cid-u9g8e4BvHk li:first-child {
  list-style: none;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u9g8e4BvHk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-u9g8e4BvHk .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-u9g8e4BvHk .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-u9g8e4BvHk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu p {
  margin: 0;
}
.cid-u9g8e4BvHk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9g8e4BvHk .social-list .pgk-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u9g8e4BvHk .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-u9g8e4BvHk .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9g8e4BvHk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9g8e4BvHk .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u9g8e4BvHk .row-copirayt p {
  width: 100%;
}
.cid-u9g8e4BvHk .foot-menu-item {
  width: fit-content;
  padding-right: 2rem;
  color: #555555;
}
.cid-u9g8e4BvHk .media-container-row .pgk-text {
  color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .foot-menu-item {
    padding-right: 0rem;
  }
  .cid-u9g8e4BvHk .foot-menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .cid-u9g8e4BvHk li:first-child {
    list-style: inherit;
  }
}
.cid-u9g8e4BvHk .w-50 {
  height: 100%;
  width: 100% !important;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .cid-u9g8e4BvHk .w-27 {
    max-width: 27%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-46 {
    max-width: 46%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-50 {
    max-width: 50%;
    height: 100%;
    max-height: 60px;
  }
}
.cid-u95taN7AIh {
  padding-top: 16rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/slice-150.png");
}
@media (min-width: 1400px) {
  .cid-u95taN7AIh .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-u95taN7AIh .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-u95taN7AIh .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-u95taN7AIh .row {
  display: flex;
  align-items: stretch;
}
.cid-u95taN7AIh .pgk-section-head {
  margin-bottom: 50px;
}
.cid-u95taN7AIh .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-u95taN7AIh .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u95taN7AIh .pgk-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-u95taN7AIh .colored-text {
  color: #a1a0a0;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u95taN7AIh .pgk-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-u95taN7AIh .item:focus,
.cid-u95taN7AIh span:focus {
  outline: none;
}
.cid-u95taN7AIh .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-u95taN7AIh .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-u95taN7AIh .item-wrapper .item-content a:hover {
  color: #00072c !important;
}
.cid-u95taN7AIh .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-u95taN7AIh .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-u95taN7AIh .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-u95taN7AIh .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-u95taN7AIh .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-u95taN7AIh .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-u95taN7AIh .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-u95taN7AIh .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u95taN7AIh .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #00072c;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-u95taN7AIh .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u95taN7AIh .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-u95taN7AIh .item-content-container {
    padding: 20px 15px;
  }
}
.cid-u95taN7AIh .pgk-section-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.cid-u95taN7AIh .item-title {
  text-align: left;
  width: 100%;
  color: #869ab8;
  margin-bottom: 0;
}
.cid-u95taN7AIh .pgk-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-u95taN7AIh .pgk-text,
.cid-u95taN7AIh .pgk-section-btn {
  color: #00072c;
}
.cid-u95taN7AIh .confff {
  padding: 8px 10px;
  background: #df1d1d;
  color: white;
  width: 60px;
  border-radius: 8px;
}
.cid-u95tYqldsk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u95tYqldsk .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-u95tYqldsk .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-u95tYqldsk .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-u95tYqldsk .row {
  display: flex;
  align-items: stretch;
}
.cid-u95tYqldsk .pgk-section-head {
  margin-bottom: 50px;
}
.cid-u95tYqldsk .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-u95tYqldsk .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u95tYqldsk .pgk-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-u95tYqldsk .colored-text {
  color: #00072c;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u95tYqldsk .pgk-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-u95tYqldsk .item:focus,
.cid-u95tYqldsk span:focus {
  outline: none;
}
.cid-u95tYqldsk .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-u95tYqldsk .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-u95tYqldsk .item-wrapper .item-content a:hover {
  color: #00072c !important;
}
.cid-u95tYqldsk .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-u95tYqldsk .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-u95tYqldsk .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-u95tYqldsk .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-u95tYqldsk .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-u95tYqldsk .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-u95tYqldsk .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-u95tYqldsk .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u95tYqldsk .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #00072c;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-u95tYqldsk .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u95tYqldsk .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-u95tYqldsk .item-content-container {
    padding: 20px 15px;
  }
}
.cid-u95tYqldsk .pgk-section-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.cid-u95tYqldsk .item-title {
  text-align: left;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-u95tYqldsk .pgk-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-u95tYqldsk .pgk-text,
.cid-u95tYqldsk .pgk-section-btn {
  color: #869ab8;
}
.cid-u95tYqldsk .ford {
  color: #7d2424;
}
.cid-u95tZAt1r5 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u95tZAt1r5 .row {
  justify-content: center;
}
.cid-u95tZAt1r5 .item-img {
  height: 100%;
  width: 100%;
  margin-bottom: 32px;
}
.cid-u95tZAt1r5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u95tZAt1r5 .item:focus,
.cid-u95tZAt1r5 span:focus {
  outline: none;
}
.cid-u95tZAt1r5 .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-u95tZAt1r5 .col-items {
    flex-wrap: wrap;
  }
}
.cid-u95tZAt1r5 .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-u95tZAt1r5 .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u95tZAt1r5 .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-u95tZAt1r5 .item-wrapper {
  position: relative;
  background: transparent;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-u95tZAt1r5 .item-wrapper .btn {
  padding: 12px 24px;
  min-width: 62px;
}
.cid-u95tZAt1r5 .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-u95tZAt1r5 .item-wrapper .btn-primary:hover span {
  color: #00072c !important;
}
.cid-u95tZAt1r5 .item-content {
  width: 100%;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cid-u95tZAt1r5 .item-content {
    text-align: center;
  }
}
.cid-u95tZAt1r5 .pgk-section-title {
  width: 100%;
  color: #222222;
}
.cid-u95tZAt1r5 .pgk-text {
  color: #555555;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}
.cid-u95tZAt1r5 .item-title {
  color: #222222;
}
.cid-u95tZAt1r5 .item-subtitle {
  color: #222222;
}
.cid-u95tZAt1r5 .pgk-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-u95tZAt1r5 .pgk-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u95tZAt1r5 .pgk-section-head {
    text-align: center !important;
  }
}
.cid-u95tZAt1r5 .item-title,
.cid-u95tZAt1r5 .pgk-section-btn {
  text-align: center;
}
.cid-u95tZAt1r5 .pgk-section-subtitle {
  color: #869ab8;
}
.cid-u95u0d4AfB {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u95u0d4AfB .pgk-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u95u0d4AfB textarea {
  min-height: 200px;
}
.cid-u95u0d4AfB .btn {
  padding: 1rem 3rem;
}
.cid-u95u0d4AfB .form-control,
.cid-u95u0d4AfB .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-u95u0d4AfB .form-control::-webkit-input-placeholder,
.cid-u95u0d4AfB .field-input::-webkit-input-placeholder,
.cid-u95u0d4AfB .form-control::-webkit-input-placeholder,
.cid-u95u0d4AfB .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u95u0d4AfB .form-control:-moz-placeholder,
.cid-u95u0d4AfB .field-input:-moz-placeholder,
.cid-u95u0d4AfB .form-control:-moz-placeholder,
.cid-u95u0d4AfB .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u95u0d4AfB .form-control:hover,
.cid-u95u0d4AfB .field-input:hover,
.cid-u95u0d4AfB .form-control:focus,
.cid-u95u0d4AfB .field-input:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #00072c;
  box-shadow: none;
  outline: none;
}
.cid-u95u0d4AfB .form-control:hover::-webkit-input-placeholder,
.cid-u95u0d4AfB .field-input:hover::-webkit-input-placeholder,
.cid-u95u0d4AfB .form-control:focus::-webkit-input-placeholder,
.cid-u95u0d4AfB .field-input:focus::-webkit-input-placeholder,
.cid-u95u0d4AfB .form-control:hover::-webkit-input-placeholder,
.cid-u95u0d4AfB .field-input:hover::-webkit-input-placeholder,
.cid-u95u0d4AfB .form-control:focus::-webkit-input-placeholder,
.cid-u95u0d4AfB .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u95u0d4AfB .form-control:hover:-moz-placeholder,
.cid-u95u0d4AfB .field-input:hover:-moz-placeholder,
.cid-u95u0d4AfB .form-control:focus:-moz-placeholder,
.cid-u95u0d4AfB .field-input:focus:-moz-placeholder,
.cid-u95u0d4AfB .form-control:hover:-moz-placeholder,
.cid-u95u0d4AfB .field-input:hover:-moz-placeholder,
.cid-u95u0d4AfB .form-control:focus:-moz-placeholder,
.cid-u95u0d4AfB .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u95u0d4AfB .jq-number__spin:hover,
.cid-u95u0d4AfB .jq-number__spin:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u95u0d4AfB .jq-number__spin {
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u95u0d4AfB .jq-selectbox li,
.cid-u95u0d4AfB .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u95u0d4AfB .jq-selectbox li:hover,
.cid-u95u0d4AfB .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-u95u0d4AfB .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u95u0d4AfB .jq-number__spin.minus:hover:after,
.cid-u95u0d4AfB .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u95u0d4AfB .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u95u0d4AfB .jq-number__spin.minus:after,
.cid-u95u0d4AfB .jq-number__spin.plus:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u95u0d4AfB input::-webkit-clear-button {
  display: none;
}
.cid-u95u0d4AfB input::-webkit-inner-spin-button {
  display: none;
}
.cid-u95u0d4AfB input::-webkit-outer-spin-button {
  display: none;
}
.cid-u95u0d4AfB input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u95u0d4AfB .pgk-section-title {
  color: #00072c;
}
.cid-u95u0d4AfB .pgkbtner {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u95u0d4AfB .pgkbtner {
    display: inline-block;
  }
}
.cid-u95taNGmad {
  z-index: 1000;
  width: 100%;
}
.cid-u95taNGmad nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-u95taNGmad .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-u95taNGmad .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u95taNGmad .dropdown-item {
  border-bottom: none!important;
}
.cid-u95taNGmad .dropdown-item:hover,
.cid-u95taNGmad .dropdown-item:focus {
  background: #0066ff !important;
  color: white !important;
}
.cid-u95taNGmad .dropdown-item:hover span {
  color: white;
}
.cid-u95taNGmad .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u95taNGmad .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u95taNGmad .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u95taNGmad .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u95taNGmad .nav-link {
  position: relative;
}
.cid-u95taNGmad .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u95taNGmad .container {
    flex-wrap: nowrap;
  }
}
.cid-u95taNGmad .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u95taNGmad .dropdown-menu,
.cid-u95taNGmad .navbar.opened {
  background: #ffffff !important;
}
.cid-u95taNGmad .nav-item:focus,
.cid-u95taNGmad .nav-link:focus {
  outline: none;
}
.cid-u95taNGmad .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-u95taNGmad .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u95taNGmad .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u95taNGmad .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u95taNGmad .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u95taNGmad .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u95taNGmad .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 15px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-u95taNGmad .navbar.opened {
  transition: all 0.3s;
}
.cid-u95taNGmad .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u95taNGmad .navbar .navbar-logo img {
  width: auto;
  border-radius: 0!important;
}
.cid-u95taNGmad .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u95taNGmad .navbar.collapsed {
  justify-content: center;
}
.cid-u95taNGmad .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u95taNGmad .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u95taNGmad .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u95taNGmad .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u95taNGmad .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u95taNGmad .navbar.collapsed .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: 41%;
}
.cid-u95taNGmad .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u95taNGmad .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u95taNGmad .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u95taNGmad .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-u95taNGmad .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u95taNGmad .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-u95taNGmad .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u95taNGmad .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u95taNGmad .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-u95taNGmad .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u95taNGmad .navbar ul.navbar-nav li {
    background: white;
    margin: 5px;
    border-radius: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .cid-u95taNGmad .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-u95taNGmad .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-u95taNGmad .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-u95taNGmad .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u95taNGmad .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u95taNGmad .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u95taNGmad .navbar.navbar-short {
  min-height: 60px;
}
.cid-u95taNGmad .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u95taNGmad .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u95taNGmad .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u95taNGmad .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u95taNGmad .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u95taNGmad .dropdown-item.active,
.cid-u95taNGmad .dropdown-item:active {
  background-color: transparent;
}
.cid-u95taNGmad .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u95taNGmad .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u95taNGmad .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u95taNGmad .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-u95taNGmad .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-u95taNGmad .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-u95taNGmad .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u95taNGmad ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u95taNGmad button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u95taNGmad button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00072c;
}
.cid-u95taNGmad button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u95taNGmad button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95taNGmad button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95taNGmad button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u95taNGmad nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95taNGmad nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u95taNGmad nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u95taNGmad nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95taNGmad .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-u95taNGmad a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u95taNGmad .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-u95taNGmad .navbar {
    height: 70px;
  }
  .cid-u95taNGmad .navbar.opened {
    height: auto;
  }
  .cid-u95taNGmad .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u95taNGmad .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-u95taNGmad .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-u95taNGmad .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-u95taNGmad .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-u95taNGmad .navbar-nav {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-u95taNGmad .navbar-nav {
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .cid-u95taNGmad .navbar-nav {
    margin-left: auto;
  }
}
.cid-u95taNGmad .nav-item a:hover {
  color: #ffffff !important;
}
.cid-u95taNGmad .nav-item .nav-link {
  position: relative !important;
}
.cid-u95taNGmad .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00072c;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-u95taNGmad .nav-item .nav-link:hover {
  color: #00072c !important;
}
.cid-u95taNGmad .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-u95taNGmad .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-u95taNGmad .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-u95taNGmad .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u95taNGmad .tel-menu {
    display: none;
  }
}
.cid-u95taNGmad .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-u95taNGmad .pgk-text {
    text-align: center !important;
  }
}
.cid-u95taNGmad .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-u95taNGmad .pgk-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u95taNGmad .pgk-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-u95taNGmad .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-u95taNGmad .pgk-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 10px;
}
.cid-u95taNGmad .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-u95taNGmad .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #fff;
  border-radius: 0.25rem;
}
@media (max-width: 1700px) {
  .cid-u95taNGmad .tel-menu {
    display: none;
  }
}
.cid-u9g8e4BvHk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #222c4f;
}
.cid-u9g8e4BvHk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.cid-u9g8e4BvHk li:first-child {
  list-style: none;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u9g8e4BvHk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-u9g8e4BvHk .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-u9g8e4BvHk .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-u9g8e4BvHk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu p {
  margin: 0;
}
.cid-u9g8e4BvHk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9g8e4BvHk .social-list .pgk-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u9g8e4BvHk .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-u9g8e4BvHk .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9g8e4BvHk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9g8e4BvHk .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u9g8e4BvHk .row-copirayt p {
  width: 100%;
}
.cid-u9g8e4BvHk .foot-menu-item {
  width: fit-content;
  padding-right: 2rem;
  color: #555555;
}
.cid-u9g8e4BvHk .media-container-row .pgk-text {
  color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .foot-menu-item {
    padding-right: 0rem;
  }
  .cid-u9g8e4BvHk .foot-menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .cid-u9g8e4BvHk li:first-child {
    list-style: inherit;
  }
}
.cid-u9g8e4BvHk .w-50 {
  height: 100%;
  width: 100% !important;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .cid-u9g8e4BvHk .w-27 {
    max-width: 27%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-46 {
    max-width: 46%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-50 {
    max-width: 50%;
    height: 100%;
    max-height: 60px;
  }
}
.cid-u9gbnwGjAG {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9gbnwGjAG .pgk-section-head {
  margin-bottom: 50px;
}
.cid-u9gbnwGjAG .pgk-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-u9gbnwGjAG .pgk-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-u9gbnwGjAG .col-video {
  height: auto;
  display: flex;
  justify-content: center;
}
.cid-u9gbnwGjAG .img-container {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  height: 350px;
}
.cid-u9gbnwGjAG .img-container img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u9gbnwGjAG .img-container {
    height: 100%;
  }
  .cid-u9gbnwGjAG .img-container img {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-u9gbnwGjAG .img-container {
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .cid-u9gbnwGjAG .img-container {
    height: 100%;
  }
}
.cid-u9gbnwGjAG .pgk-fallback-image.disabled {
  display: none;
}
.cid-u9gbnwGjAG .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95yraGuPJ {
  z-index: 1000;
  width: 100%;
}
.cid-u95yraGuPJ nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-u95yraGuPJ .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-u95yraGuPJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u95yraGuPJ .dropdown-item {
  border-bottom: none!important;
}
.cid-u95yraGuPJ .dropdown-item:hover,
.cid-u95yraGuPJ .dropdown-item:focus {
  background: #0066ff !important;
  color: white !important;
}
.cid-u95yraGuPJ .dropdown-item:hover span {
  color: white;
}
.cid-u95yraGuPJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u95yraGuPJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u95yraGuPJ .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u95yraGuPJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u95yraGuPJ .nav-link {
  position: relative;
}
.cid-u95yraGuPJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u95yraGuPJ .container {
    flex-wrap: nowrap;
  }
}
.cid-u95yraGuPJ .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u95yraGuPJ .dropdown-menu,
.cid-u95yraGuPJ .navbar.opened {
  background: #ffffff !important;
}
.cid-u95yraGuPJ .nav-item:focus,
.cid-u95yraGuPJ .nav-link:focus {
  outline: none;
}
.cid-u95yraGuPJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-u95yraGuPJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u95yraGuPJ .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u95yraGuPJ .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u95yraGuPJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u95yraGuPJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u95yraGuPJ .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 15px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-u95yraGuPJ .navbar.opened {
  transition: all 0.3s;
}
.cid-u95yraGuPJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u95yraGuPJ .navbar .navbar-logo img {
  width: auto;
  border-radius: 0!important;
}
.cid-u95yraGuPJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u95yraGuPJ .navbar.collapsed {
  justify-content: center;
}
.cid-u95yraGuPJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u95yraGuPJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u95yraGuPJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u95yraGuPJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u95yraGuPJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u95yraGuPJ .navbar.collapsed .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: 41%;
}
.cid-u95yraGuPJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u95yraGuPJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u95yraGuPJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u95yraGuPJ .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-u95yraGuPJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u95yraGuPJ .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-u95yraGuPJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u95yraGuPJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u95yraGuPJ .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-u95yraGuPJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u95yraGuPJ .navbar ul.navbar-nav li {
    background: white;
    margin: 5px;
    border-radius: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .cid-u95yraGuPJ .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-u95yraGuPJ .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-u95yraGuPJ .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-u95yraGuPJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u95yraGuPJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u95yraGuPJ .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u95yraGuPJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u95yraGuPJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u95yraGuPJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u95yraGuPJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u95yraGuPJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u95yraGuPJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u95yraGuPJ .dropdown-item.active,
.cid-u95yraGuPJ .dropdown-item:active {
  background-color: transparent;
}
.cid-u95yraGuPJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u95yraGuPJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u95yraGuPJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u95yraGuPJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-u95yraGuPJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-u95yraGuPJ .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-u95yraGuPJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u95yraGuPJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u95yraGuPJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u95yraGuPJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00072c;
}
.cid-u95yraGuPJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u95yraGuPJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95yraGuPJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95yraGuPJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u95yraGuPJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95yraGuPJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u95yraGuPJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u95yraGuPJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95yraGuPJ .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-u95yraGuPJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u95yraGuPJ .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-u95yraGuPJ .navbar {
    height: 70px;
  }
  .cid-u95yraGuPJ .navbar.opened {
    height: auto;
  }
  .cid-u95yraGuPJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u95yraGuPJ .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-u95yraGuPJ .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-u95yraGuPJ .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-u95yraGuPJ .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-u95yraGuPJ .navbar-nav {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-u95yraGuPJ .navbar-nav {
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .cid-u95yraGuPJ .navbar-nav {
    margin-left: auto;
  }
}
.cid-u95yraGuPJ .nav-item a:hover {
  color: #ffffff !important;
}
.cid-u95yraGuPJ .nav-item .nav-link {
  position: relative !important;
}
.cid-u95yraGuPJ .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00072c;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-u95yraGuPJ .nav-item .nav-link:hover {
  color: #00072c !important;
}
.cid-u95yraGuPJ .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-u95yraGuPJ .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-u95yraGuPJ .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-u95yraGuPJ .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u95yraGuPJ .tel-menu {
    display: none;
  }
}
.cid-u95yraGuPJ .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-u95yraGuPJ .pgk-text {
    text-align: center !important;
  }
}
.cid-u95yraGuPJ .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-u95yraGuPJ .pgk-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u95yraGuPJ .pgk-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-u95yraGuPJ .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-u95yraGuPJ .pgk-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 10px;
}
.cid-u95yraGuPJ .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-u95yraGuPJ .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #fff;
  border-radius: 0.25rem;
}
@media (max-width: 1700px) {
  .cid-u95yraGuPJ .tel-menu {
    display: none;
  }
}
.cid-u95AmAPRSI {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u95AmAPRSI .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95AmAPRSI .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95AmAPRSI .row {
  flex-direction: row-reverse;
}
.cid-u95AmAPRSI .pgk-description {
  text-align: center;
}
.cid-u95AmAPRSI .pgk-section-btn {
  display: flex;
  justify-content: center;
}
.cid-u95HUDoqAz {
  background-color: #ffffff !important;
}
.cid-u95HUDoqAz .container {
  border: 18px solid #ffffff;
  margin-top: -18px;
  padding: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .cid-u95HUDoqAz .container {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-u95HUDoqAz .pgk-overlay {
  border-radius: 1.2rem;
}
.cid-u95HUDoqAz .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #7d2424;
}
.cid-u95HUDoqAz .row .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95HUDoqAz .row .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u95HUDoqAz .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u95HUDoqAz .title-wrapper .pgk-section-title {
  margin-bottom: 0;
}
.cid-u95HUDoqAz .pgk-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u95H7U2NxO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-u95H7U2NxO .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95H7U2NxO .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u95H7U2NxO .container {
    padding: 0 16px;
  }
}
.cid-u95H7U2NxO .row {
  justify-content: space-between;
}
.cid-u95H7U2NxO .desc-wrapper .pgk-desc {
  margin-bottom: 32px;
}
.cid-u95H7U2NxO .content-wrapper .pgk-section-title {
  margin-bottom: 32px;
}
.cid-u95H7U2NxO .content-wrapper .pgk-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-u95H7U2NxO .image-wrapper {
    margin-top: 32px;
  }
}
.cid-u95H7U2NxO .image-wrapper img {
  object-fit: cover;
}
.cid-u95H7U2NxO .pgk-desc {
  color: #706cff;
}
.cid-u95H7U2NxO .pgk-section-title {
  color: #000000;
}
.cid-u95H7U2NxO .pgk-text {
  color: #000000;
}
.cid-u95H7U2NxO .concf {
  color: #7d2424;
}
.cid-u95GaitFRb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-u95GaitFRb .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95GaitFRb .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u95GaitFRb .container {
    padding: 0 16px;
  }
}
.cid-u95GaitFRb .row {
  justify-content: space-between;
}
.cid-u95GaitFRb .desc-wrapper .pgk-desc {
  margin-bottom: 32px;
}
.cid-u95GaitFRb .content-wrapper .pgk-section-title {
  margin-bottom: 32px;
}
.cid-u95GaitFRb .content-wrapper .pgk-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-u95GaitFRb .image-wrapper {
    margin-top: 32px;
  }
}
.cid-u95GaitFRb .image-wrapper img {
  object-fit: cover;
}
.cid-u95GaitFRb .pgk-desc {
  color: #706cff;
}
.cid-u95GaitFRb .pgk-section-title {
  color: #000000;
}
.cid-u95GaitFRb .pgk-text {
  color: #000000;
}
.cid-u95GaitFRb .concf {
  color: #7d2424;
}
.cid-u95H7wAviY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-u95H7wAviY .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95H7wAviY .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u95H7wAviY .container {
    padding: 0 16px;
  }
}
.cid-u95H7wAviY .row {
  justify-content: space-between;
}
.cid-u95H7wAviY .desc-wrapper .pgk-desc {
  margin-bottom: 32px;
}
.cid-u95H7wAviY .content-wrapper .pgk-section-title {
  margin-bottom: 32px;
}
.cid-u95H7wAviY .content-wrapper .pgk-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-u95H7wAviY .image-wrapper {
    margin-top: 32px;
  }
}
.cid-u95H7wAviY .image-wrapper img {
  object-fit: cover;
}
.cid-u95H7wAviY .pgk-desc {
  color: #706cff;
}
.cid-u95H7wAviY .pgk-section-title {
  color: #000000;
}
.cid-u95H7wAviY .pgk-text {
  color: #000000;
}
.cid-u95H7wAviY .concf {
  color: #7d2424;
}
.cid-u95H9xUwsV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-u95H9xUwsV .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95H9xUwsV .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u95H9xUwsV .container {
    padding: 0 16px;
  }
}
.cid-u95H9xUwsV .row {
  justify-content: space-between;
}
.cid-u95H9xUwsV .desc-wrapper .pgk-desc {
  margin-bottom: 32px;
}
.cid-u95H9xUwsV .content-wrapper .pgk-section-title {
  margin-bottom: 32px;
}
.cid-u95H9xUwsV .content-wrapper .pgk-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-u95H9xUwsV .image-wrapper {
    margin-top: 32px;
  }
}
.cid-u95H9xUwsV .image-wrapper img {
  object-fit: cover;
}
.cid-u95H9xUwsV .pgk-desc {
  color: #706cff;
}
.cid-u95H9xUwsV .pgk-section-title {
  color: #000000;
}
.cid-u95H9xUwsV .pgk-text {
  color: #000000;
}
.cid-u95H9xUwsV .concf {
  color: #7d2424;
}
.cid-u9gd3LsR9S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-u9gd3LsR9S .pgk-fallback-image.disabled {
  display: none;
}
.cid-u9gd3LsR9S .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9gd3LsR9S .container {
    padding: 0 16px;
  }
}
.cid-u9gd3LsR9S .row {
  justify-content: space-between;
}
.cid-u9gd3LsR9S .desc-wrapper .pgk-desc {
  margin-bottom: 32px;
}
.cid-u9gd3LsR9S .content-wrapper .pgk-section-title {
  margin-bottom: 32px;
}
.cid-u9gd3LsR9S .content-wrapper .pgk-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-u9gd3LsR9S .image-wrapper {
    margin-top: 32px;
  }
}
.cid-u9gd3LsR9S .image-wrapper img {
  object-fit: cover;
}
.cid-u9gd3LsR9S .pgk-desc {
  color: #706cff;
}
.cid-u9gd3LsR9S .pgk-section-title {
  color: #000000;
}
.cid-u9gd3LsR9S .pgk-text {
  color: #000000;
}
.cid-u9gd3LsR9S .concf {
  color: #7d2424;
}
.cid-u95HawR8ZL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-u95HawR8ZL .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95HawR8ZL .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u95HawR8ZL .container {
    padding: 0 16px;
  }
}
.cid-u95HawR8ZL .row {
  justify-content: space-between;
}
.cid-u95HawR8ZL .desc-wrapper .pgk-desc {
  margin-bottom: 32px;
}
.cid-u95HawR8ZL .content-wrapper .pgk-section-title {
  margin-bottom: 32px;
}
.cid-u95HawR8ZL .content-wrapper .pgk-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-u95HawR8ZL .image-wrapper {
    margin-top: 32px;
  }
}
.cid-u95HawR8ZL .image-wrapper img {
  object-fit: cover;
}
.cid-u95HawR8ZL .pgk-desc {
  color: #706cff;
}
.cid-u95HawR8ZL .pgk-section-title {
  color: #000000;
}
.cid-u95HawR8ZL .pgk-text {
  color: #000000;
}
.cid-u95HawR8ZL .concf {
  color: #7d2424;
}
.cid-u95HfYBFfx {
  background-color: #ffffff !important;
}
.cid-u95HfYBFfx .container {
  border: 18px solid #ffffff;
  margin-top: -18px;
  padding: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .cid-u95HfYBFfx .container {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-u95HfYBFfx .pgk-overlay {
  border-radius: 1.2rem;
}
.cid-u95HfYBFfx .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #7d2424;
}
.cid-u95HfYBFfx .row .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95HfYBFfx .row .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u95HfYBFfx .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u95HfYBFfx .title-wrapper .pgk-section-title {
  margin-bottom: 0;
}
.cid-u95HfYBFfx .pgk-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u95Hcqj4JH {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-u95Hcqj4JH .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95Hcqj4JH .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u95Hcqj4JH .container {
    padding: 0 16px;
  }
}
.cid-u95Hcqj4JH .row {
  justify-content: space-between;
}
.cid-u95Hcqj4JH .desc-wrapper .pgk-desc {
  margin-bottom: 32px;
}
.cid-u95Hcqj4JH .content-wrapper .pgk-section-title {
  margin-bottom: 32px;
}
.cid-u95Hcqj4JH .content-wrapper .pgk-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-u95Hcqj4JH .image-wrapper {
    margin-top: 32px;
  }
}
.cid-u95Hcqj4JH .image-wrapper img {
  object-fit: cover;
}
.cid-u95Hcqj4JH .pgk-desc {
  color: #706cff;
}
.cid-u95Hcqj4JH .pgk-section-title {
  color: #000000;
}
.cid-u95Hcqj4JH .pgk-text {
  color: #000000;
}
.cid-u95Hcqj4JH .concf {
  color: #7d2424;
}
.cid-u9gdWxyE13 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u9gdWxyE13 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u9gdWxyE13 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-u9gdWxyE13 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-u9gdWxyE13 .pgk-section-title {
  color: #00072c;
}
.cid-u9gdWxyE13 .pgk-text,
.cid-u9gdWxyE13 .pgk-section-btn {
  color: #00072c;
}
.cid-u9gdWxyE13 .media-content,
.cid-u9gdWxyE13 .pgk-figure {
  align-self: center;
}
.cid-u9gdWxyE13 .pgk-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-u9gdWxyE13 .app-video-wrapper {
  background: transparent;
}
.cid-u9ZGujJBXm {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u9ZGujJBXm .pgk-fallback-image.disabled {
  display: none;
}
.cid-u9ZGujJBXm .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZGujJBXm .row {
  flex-direction: row-reverse;
}
.cid-u9ZGujJBXm .pgk-description {
  text-align: center;
}
.cid-u9gegRnbhF {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u9gegRnbhF .pgk-fallback-image.disabled {
  display: none;
}
.cid-u9gegRnbhF .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9gegRnbhF .row {
  flex-direction: row-reverse;
}
.cid-u9gegRnbhF .pgk-description {
  text-align: center;
}
.cid-u95yrfli4K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u95yrfli4K .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95yrfli4K .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95yrfli4K .row {
  flex-direction: row-reverse;
}
.cid-u95yrfli4K .pgk-description {
  text-align: center;
}
.cid-u95yrfUcGK {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u95yrfUcGK .pgk-fallback-image.disabled {
  display: none;
}
.cid-u95yrfUcGK .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95yrfUcGK .row {
  flex-direction: row-reverse;
}
.cid-u95yrfUcGK .pgk-description {
  text-align: left;
}
.cid-u95yrgub3M {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u95yrgub3M .pgk-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u95yrgub3M textarea {
  min-height: 200px;
}
.cid-u95yrgub3M .btn {
  padding: 1rem 3rem;
}
.cid-u95yrgub3M .form-control,
.cid-u95yrgub3M .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-u95yrgub3M .form-control::-webkit-input-placeholder,
.cid-u95yrgub3M .field-input::-webkit-input-placeholder,
.cid-u95yrgub3M .form-control::-webkit-input-placeholder,
.cid-u95yrgub3M .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u95yrgub3M .form-control:-moz-placeholder,
.cid-u95yrgub3M .field-input:-moz-placeholder,
.cid-u95yrgub3M .form-control:-moz-placeholder,
.cid-u95yrgub3M .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u95yrgub3M .form-control:hover,
.cid-u95yrgub3M .field-input:hover,
.cid-u95yrgub3M .form-control:focus,
.cid-u95yrgub3M .field-input:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #00072c;
  box-shadow: none;
  outline: none;
}
.cid-u95yrgub3M .form-control:hover::-webkit-input-placeholder,
.cid-u95yrgub3M .field-input:hover::-webkit-input-placeholder,
.cid-u95yrgub3M .form-control:focus::-webkit-input-placeholder,
.cid-u95yrgub3M .field-input:focus::-webkit-input-placeholder,
.cid-u95yrgub3M .form-control:hover::-webkit-input-placeholder,
.cid-u95yrgub3M .field-input:hover::-webkit-input-placeholder,
.cid-u95yrgub3M .form-control:focus::-webkit-input-placeholder,
.cid-u95yrgub3M .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u95yrgub3M .form-control:hover:-moz-placeholder,
.cid-u95yrgub3M .field-input:hover:-moz-placeholder,
.cid-u95yrgub3M .form-control:focus:-moz-placeholder,
.cid-u95yrgub3M .field-input:focus:-moz-placeholder,
.cid-u95yrgub3M .form-control:hover:-moz-placeholder,
.cid-u95yrgub3M .field-input:hover:-moz-placeholder,
.cid-u95yrgub3M .form-control:focus:-moz-placeholder,
.cid-u95yrgub3M .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u95yrgub3M .jq-number__spin:hover,
.cid-u95yrgub3M .jq-number__spin:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u95yrgub3M .jq-number__spin {
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u95yrgub3M .jq-selectbox li,
.cid-u95yrgub3M .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u95yrgub3M .jq-selectbox li:hover,
.cid-u95yrgub3M .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-u95yrgub3M .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u95yrgub3M .jq-number__spin.minus:hover:after,
.cid-u95yrgub3M .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u95yrgub3M .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u95yrgub3M .jq-number__spin.minus:after,
.cid-u95yrgub3M .jq-number__spin.plus:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u95yrgub3M input::-webkit-clear-button {
  display: none;
}
.cid-u95yrgub3M input::-webkit-inner-spin-button {
  display: none;
}
.cid-u95yrgub3M input::-webkit-outer-spin-button {
  display: none;
}
.cid-u95yrgub3M input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u95yrgub3M .pgk-section-title {
  color: #00072c;
}
.cid-u95yrgub3M .pgkbtner {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u95yrgub3M .pgkbtner {
    display: inline-block;
  }
}
.cid-u9g8e4BvHk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #222c4f;
}
.cid-u9g8e4BvHk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.cid-u9g8e4BvHk li:first-child {
  list-style: none;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u9g8e4BvHk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-u9g8e4BvHk .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-u9g8e4BvHk .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-u9g8e4BvHk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9g8e4BvHk .media-container-row .foot-menu p {
  margin: 0;
}
.cid-u9g8e4BvHk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9g8e4BvHk .social-list .pgk-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u9g8e4BvHk .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-u9g8e4BvHk .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9g8e4BvHk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9g8e4BvHk .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u9g8e4BvHk .row-copirayt p {
  width: 100%;
}
.cid-u9g8e4BvHk .foot-menu-item {
  width: fit-content;
  padding-right: 2rem;
  color: #555555;
}
.cid-u9g8e4BvHk .media-container-row .pgk-text {
  color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-u9g8e4BvHk .foot-menu-item {
    padding-right: 0rem;
  }
  .cid-u9g8e4BvHk .foot-menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .cid-u9g8e4BvHk li:first-child {
    list-style: inherit;
  }
}
.cid-u9g8e4BvHk .w-50 {
  height: 100%;
  width: 100% !important;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .cid-u9g8e4BvHk .w-27 {
    max-width: 27%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-46 {
    max-width: 46%;
    height: 100%;
    max-height: 60px;
  }
  .cid-u9g8e4BvHk .w-50 {
    max-width: 50%;
    height: 100%;
    max-height: 60px;
  }
}
.cid-ugwkigcdxW {
  z-index: 1000;
  width: 100%;
}
.cid-ugwkigcdxW nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-ugwkigcdxW .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-ugwkigcdxW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugwkigcdxW .dropdown-item {
  border-bottom: none!important;
}
.cid-ugwkigcdxW .dropdown-item:hover,
.cid-ugwkigcdxW .dropdown-item:focus {
  background: #0066ff !important;
  color: white !important;
}
.cid-ugwkigcdxW .dropdown-item:hover span {
  color: white;
}
.cid-ugwkigcdxW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugwkigcdxW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugwkigcdxW .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugwkigcdxW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugwkigcdxW .nav-link {
  position: relative;
}
.cid-ugwkigcdxW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ugwkigcdxW .container {
    flex-wrap: nowrap;
  }
}
.cid-ugwkigcdxW .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugwkigcdxW .dropdown-menu,
.cid-ugwkigcdxW .navbar.opened {
  background: #ffffff !important;
}
.cid-ugwkigcdxW .nav-item:focus,
.cid-ugwkigcdxW .nav-link:focus {
  outline: none;
}
.cid-ugwkigcdxW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-ugwkigcdxW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugwkigcdxW .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugwkigcdxW .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugwkigcdxW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugwkigcdxW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugwkigcdxW .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 15px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-ugwkigcdxW .navbar.opened {
  transition: all 0.3s;
}
.cid-ugwkigcdxW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugwkigcdxW .navbar .navbar-logo img {
  width: auto;
  border-radius: 0!important;
}
.cid-ugwkigcdxW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugwkigcdxW .navbar.collapsed {
  justify-content: center;
}
.cid-ugwkigcdxW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugwkigcdxW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugwkigcdxW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugwkigcdxW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugwkigcdxW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugwkigcdxW .navbar.collapsed .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: 41%;
}
.cid-ugwkigcdxW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugwkigcdxW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugwkigcdxW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugwkigcdxW .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-ugwkigcdxW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugwkigcdxW .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-ugwkigcdxW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugwkigcdxW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugwkigcdxW .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-ugwkigcdxW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugwkigcdxW .navbar ul.navbar-nav li {
    background: white;
    margin: 5px;
    border-radius: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .cid-ugwkigcdxW .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-ugwkigcdxW .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-ugwkigcdxW .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-ugwkigcdxW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugwkigcdxW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugwkigcdxW .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugwkigcdxW .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugwkigcdxW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ugwkigcdxW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugwkigcdxW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugwkigcdxW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugwkigcdxW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugwkigcdxW .dropdown-item.active,
.cid-ugwkigcdxW .dropdown-item:active {
  background-color: transparent;
}
.cid-ugwkigcdxW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugwkigcdxW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugwkigcdxW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugwkigcdxW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-ugwkigcdxW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-ugwkigcdxW .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-ugwkigcdxW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugwkigcdxW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugwkigcdxW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugwkigcdxW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00072c;
}
.cid-ugwkigcdxW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugwkigcdxW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugwkigcdxW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugwkigcdxW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugwkigcdxW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugwkigcdxW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugwkigcdxW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugwkigcdxW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugwkigcdxW .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-ugwkigcdxW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugwkigcdxW .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-ugwkigcdxW .navbar {
    height: 70px;
  }
  .cid-ugwkigcdxW .navbar.opened {
    height: auto;
  }
  .cid-ugwkigcdxW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugwkigcdxW .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-ugwkigcdxW .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-ugwkigcdxW .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ugwkigcdxW .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ugwkigcdxW .navbar-nav {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-ugwkigcdxW .navbar-nav {
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .cid-ugwkigcdxW .navbar-nav {
    margin-left: auto;
  }
}
.cid-ugwkigcdxW .nav-item a:hover {
  color: #ffffff !important;
}
.cid-ugwkigcdxW .nav-item .nav-link {
  position: relative !important;
}
.cid-ugwkigcdxW .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00072c;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-ugwkigcdxW .nav-item .nav-link:hover {
  color: #00072c !important;
}
.cid-ugwkigcdxW .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-ugwkigcdxW .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-ugwkigcdxW .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-ugwkigcdxW .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ugwkigcdxW .tel-menu {
    display: none;
  }
}
.cid-ugwkigcdxW .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-ugwkigcdxW .pgk-text {
    text-align: center !important;
  }
}
.cid-ugwkigcdxW .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-ugwkigcdxW .pgk-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ugwkigcdxW .pgk-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ugwkigcdxW .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-ugwkigcdxW .pgk-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 10px;
}
.cid-ugwkigcdxW .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-ugwkigcdxW .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #fff;
  border-radius: 0.25rem;
}
@media (max-width: 1700px) {
  .cid-ugwkigcdxW .tel-menu {
    display: none;
  }
}
.cid-ugwkUovoeN {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugwkUovoeN .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ugwkUovoeN .card-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
  margin-bottom: 2rem;
  display: flex;
  background: #ffffff;
}
.cid-ugwkUovoeN .card-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-ugwkUovoeN .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ugwkUovoeN .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ugwkUovoeN .pgk-iconfont {
  font-size: 4rem;
  padding-right: 2rem;
  color: #00072c;
}
@media (max-width: 767px) {
  .cid-ugwkUovoeN .pgk-iconfont {
    font-size: 2.8rem;
  }
}
.cid-ugwkUovoeN .pgk-section-subtitle {
  color: #696969;
}
.cid-ugwkUovoeN .pgk-fallback-image.disabled {
  display: none;
}
.cid-ugwkUovoeN .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugwkUovoeN P {
  color: #0d6efd;
}
.cid-ugwkigT2S0 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ugwkigT2S0 .pgk-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ugwkigT2S0 textarea {
  min-height: 200px;
}
.cid-ugwkigT2S0 .btn {
  padding: 1rem 3rem;
}
.cid-ugwkigT2S0 .form-control,
.cid-ugwkigT2S0 .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-ugwkigT2S0 .form-control::-webkit-input-placeholder,
.cid-ugwkigT2S0 .field-input::-webkit-input-placeholder,
.cid-ugwkigT2S0 .form-control::-webkit-input-placeholder,
.cid-ugwkigT2S0 .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-ugwkigT2S0 .form-control:-moz-placeholder,
.cid-ugwkigT2S0 .field-input:-moz-placeholder,
.cid-ugwkigT2S0 .form-control:-moz-placeholder,
.cid-ugwkigT2S0 .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-ugwkigT2S0 .form-control:hover,
.cid-ugwkigT2S0 .field-input:hover,
.cid-ugwkigT2S0 .form-control:focus,
.cid-ugwkigT2S0 .field-input:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #00072c;
  box-shadow: none;
  outline: none;
}
.cid-ugwkigT2S0 .form-control:hover::-webkit-input-placeholder,
.cid-ugwkigT2S0 .field-input:hover::-webkit-input-placeholder,
.cid-ugwkigT2S0 .form-control:focus::-webkit-input-placeholder,
.cid-ugwkigT2S0 .field-input:focus::-webkit-input-placeholder,
.cid-ugwkigT2S0 .form-control:hover::-webkit-input-placeholder,
.cid-ugwkigT2S0 .field-input:hover::-webkit-input-placeholder,
.cid-ugwkigT2S0 .form-control:focus::-webkit-input-placeholder,
.cid-ugwkigT2S0 .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-ugwkigT2S0 .form-control:hover:-moz-placeholder,
.cid-ugwkigT2S0 .field-input:hover:-moz-placeholder,
.cid-ugwkigT2S0 .form-control:focus:-moz-placeholder,
.cid-ugwkigT2S0 .field-input:focus:-moz-placeholder,
.cid-ugwkigT2S0 .form-control:hover:-moz-placeholder,
.cid-ugwkigT2S0 .field-input:hover:-moz-placeholder,
.cid-ugwkigT2S0 .form-control:focus:-moz-placeholder,
.cid-ugwkigT2S0 .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-ugwkigT2S0 .jq-number__spin:hover,
.cid-ugwkigT2S0 .jq-number__spin:focus {
  background-color: #fafafa;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ugwkigT2S0 .jq-number__spin {
  background-color: #fafafa;
  border-color: #333333;
  color: #00072c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ugwkigT2S0 .jq-selectbox li,
.cid-ugwkigT2S0 .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-ugwkigT2S0 .jq-selectbox li:hover,
.cid-ugwkigT2S0 .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-ugwkigT2S0 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ugwkigT2S0 .jq-number__spin.minus:hover:after,
.cid-ugwkigT2S0 .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-ugwkigT2S0 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ugwkigT2S0 .jq-number__spin.minus:after,
.cid-ugwkigT2S0 .jq-number__spin.plus:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-ugwkigT2S0 input::-webkit-clear-button {
  display: none;
}
.cid-ugwkigT2S0 input::-webkit-inner-spin-button {
  display: none;
}
.cid-ugwkigT2S0 input::-webkit-outer-spin-button {
  display: none;
}
.cid-ugwkigT2S0 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ugwkigT2S0 .pgk-section-title {
  color: #00072c;
}
.cid-ugwkigT2S0 .pgkbtner {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ugwkigT2S0 .pgkbtner {
    display: inline-block;
  }
}
.cid-ugwkiha6ui {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #222c4f;
}
.cid-ugwkiha6ui .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.cid-ugwkiha6ui li:first-child {
  list-style: none;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-ugwkiha6ui .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-ugwkiha6ui .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-ugwkiha6ui .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-ugwkiha6ui .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ugwkiha6ui .media-container-row .foot-menu {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugwkiha6ui .media-container-row .foot-menu p {
  margin: 0;
}
.cid-ugwkiha6ui .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ugwkiha6ui .social-list .pgk-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-ugwkiha6ui .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-ugwkiha6ui .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ugwkiha6ui .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugwkiha6ui .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugwkiha6ui .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugwkiha6ui .row-copirayt p {
  width: 100%;
}
.cid-ugwkiha6ui .foot-menu-item {
  width: fit-content;
  padding-right: 2rem;
  color: #555555;
}
.cid-ugwkiha6ui .media-container-row .pgk-text {
  color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-ugwkiha6ui .foot-menu-item {
    padding-right: 0rem;
  }
  .cid-ugwkiha6ui .foot-menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .cid-ugwkiha6ui li:first-child {
    list-style: inherit;
  }
}
.cid-ugwkiha6ui .w-50 {
  height: 100%;
  width: 100% !important;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .cid-ugwkiha6ui .w-27 {
    max-width: 27%;
    height: 100%;
    max-height: 60px;
  }
  .cid-ugwkiha6ui .w-46 {
    max-width: 46%;
    height: 100%;
    max-height: 60px;
  }
  .cid-ugwkiha6ui .w-50 {
    max-width: 50%;
    height: 100%;
    max-height: 60px;
  }
}
