@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #000000;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 15px 30px;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1rem!important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pgk-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}textarea.form-control {
  line-height: 2rem !important;
  border-radius: 1rem;
}
.btn {
  border-width: 2px;
}
.btn,
button:not(.navbar-toggler) {
  border-radius: 1rem !important;
  min-height: 50px !important;
  padding: 10px 25px;
}
.card {
  border-radius: 1rem!important;
}
.form-control {
  font-size: 1rem!important;
}
.item-wrapper {
  border-radius: 1.5rem!important;
}
body {
  font-family: 'Pretendard-Medium';
}
.display-1 {
  font-family: 'Pretendard-ExtraBold';
  font-size: 3rem;
  line-height: 1.17;
}
.display-1 > .pgk-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Pretendard-ExtraBold';
  font-size: 2.5rem;
  line-height: 1.31;
}
.display-2 > .pgk-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Pretendard-Medium';
  font-size: 1rem;
  line-height: 1.4;
}
.display-4 > .pgk-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Pretendard-Bold';
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-5 > .pgk-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Pretendard-Medium';
  font-size: 1.25rem;
  line-height: 1.6;
}
.display-7 > .pgk-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.17 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.31 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.6 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2763ff !important;
}
.bg-success {
  background-color: #f3f3f3 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #2763ff !important;
}
.bg-danger {
  background-color: #00072c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2763ff !important;
  border-color: #2763ff !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: #003acf !important;
  border-color: #003acf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #003acf !important;
  border-color: #003acf !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2763ff !important;
  border-color: #2763ff !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: #003acf !important;
  border-color: #003acf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #003acf !important;
  border-color: #003acf !important;
}
.btn-info,
.btn-info: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-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.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-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !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: #c8c8c8 !important;
  border-color: #c8c8c8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #737373 !important;
  background-color: #c8c8c8 !important;
  border-color: #c8c8c8 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2763ff !important;
  border-color: #2763ff !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: #003acf !important;
  border-color: #003acf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #003acf !important;
  border-color: #003acf !important;
}
.btn-danger,
.btn-danger: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-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.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-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #2763ff;
  color: #2763ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #003acf !important;
  background-color: transparent!important;
  border-color: #003acf !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2763ff !important;
  border-color: #2763ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2763ff;
  color: #2763ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #003acf !important;
  background-color: transparent!important;
  border-color: #003acf !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2763ff !important;
  border-color: #2763ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c8c8c8 !important;
  background-color: transparent!important;
  border-color: #c8c8c8 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #2763ff;
  color: #2763ff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #003acf !important;
  background-color: transparent!important;
  border-color: #003acf !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2763ff !important;
  border-color: #2763ff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #00072c;
  color: #00072c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #00072c !important;
  border-color: #00072c !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: #2763ff !important;
}
.text-secondary {
  color: #2763ff !important;
}
.text-success {
  color: #f3f3f3 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #2763ff !important;
}
.text-danger {
  color: #00072c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #010d4c !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0035c0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0035c0 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c0c0c0 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0035c0 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #2763ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #02274a;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #2763ff;
}
.alert-danger {
  background-color: #00072c;
}
.pgk-gallery-filter li.active .btn {
  background-color: #2763ff;
  border-color: #2763ff;
  color: #ffffff;
}
.pgk-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2763ff;
}
.pgk-plan-header.bg-primary .pgk-plan-subtitle,
.pgk-plan-header.bg-primary .pgk-plan-price-desc {
  color: #f3f6ff;
}
.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: #b3b3b3;
}
.pgk-plan-header.bg-warning .pgk-plan-subtitle,
.pgk-plan-header.bg-warning .pgk-plan-price-desc {
  color: #f3f6ff;
}
.pgk-plan-header.bg-danger .pgk-plan-subtitle,
.pgk-plan-header.bg-danger .pgk-plan-price-desc {
  color: #92a3ff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Pretendard-Medium';
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .pgk-iconfont {
  font-size: 1.25rem;
}
.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: #2763ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Pretendard-Medium';
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .pgk-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #2763ff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2763ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2763ff;
}
.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: #2763ff;
  border-bottom-color: #2763ff;
}
.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: #2763ff !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: #2763ff !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='%232763ff' %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;
  padding: 15px 30px;
  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: #2763ff !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;
}
.cid-sXTmEA3Jiz {
  z-index: 1000;
  width: 100%;
}
.cid-sXTmEA3Jiz nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-sXTmEA3Jiz .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-sXTmEA3Jiz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXTmEA3Jiz .dropdown-item {
  border-bottom: none!important;
}
.cid-sXTmEA3Jiz .dropdown-item:hover,
.cid-sXTmEA3Jiz .dropdown-item:focus {
  background: rgba(84, 144, 255, 0.1) !important;
  color: #1c4f7f !important;
}
.cid-sXTmEA3Jiz .dropdown-item:hover span {
  color: white;
}
.cid-sXTmEA3Jiz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXTmEA3Jiz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXTmEA3Jiz .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.167em 1em !important;
}
.cid-sXTmEA3Jiz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXTmEA3Jiz .nav-link {
  position: relative;
}
.cid-sXTmEA3Jiz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sXTmEA3Jiz .container {
    flex-wrap: nowrap;
  }
}
.cid-sXTmEA3Jiz .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXTmEA3Jiz .dropdown-menu,
.cid-sXTmEA3Jiz .navbar.opened {
  background: #ffffff !important;
}
.cid-sXTmEA3Jiz .nav-item:focus,
.cid-sXTmEA3Jiz .nav-link:focus {
  outline: none;
}
.cid-sXTmEA3Jiz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-sXTmEA3Jiz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXTmEA3Jiz .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXTmEA3Jiz .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXTmEA3Jiz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXTmEA3Jiz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXTmEA3Jiz .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 5px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-sXTmEA3Jiz .navbar.opened {
  transition: all 0.3s;
}
.cid-sXTmEA3Jiz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXTmEA3Jiz .navbar .navbar-logo img {
  width: auto;
}
.cid-sXTmEA3Jiz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXTmEA3Jiz .navbar.collapsed {
  justify-content: center;
}
.cid-sXTmEA3Jiz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXTmEA3Jiz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXTmEA3Jiz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sXTmEA3Jiz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXTmEA3Jiz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXTmEA3Jiz .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-sXTmEA3Jiz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXTmEA3Jiz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXTmEA3Jiz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXTmEA3Jiz .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-sXTmEA3Jiz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXTmEA3Jiz .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-sXTmEA3Jiz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXTmEA3Jiz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXTmEA3Jiz .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-sXTmEA3Jiz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXTmEA3Jiz .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-sXTmEA3Jiz .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-sXTmEA3Jiz .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-sXTmEA3Jiz .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-sXTmEA3Jiz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXTmEA3Jiz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXTmEA3Jiz .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXTmEA3Jiz .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXTmEA3Jiz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXTmEA3Jiz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXTmEA3Jiz .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-sXTmEA3Jiz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXTmEA3Jiz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXTmEA3Jiz .dropdown-item.active,
.cid-sXTmEA3Jiz .dropdown-item:active {
  background-color: transparent;
}
.cid-sXTmEA3Jiz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXTmEA3Jiz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXTmEA3Jiz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXTmEA3Jiz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-sXTmEA3Jiz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-sXTmEA3Jiz .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-sXTmEA3Jiz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXTmEA3Jiz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXTmEA3Jiz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXTmEA3Jiz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0073cf;
}
.cid-sXTmEA3Jiz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXTmEA3Jiz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXTmEA3Jiz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXTmEA3Jiz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXTmEA3Jiz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXTmEA3Jiz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXTmEA3Jiz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXTmEA3Jiz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXTmEA3Jiz .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-sXTmEA3Jiz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXTmEA3Jiz .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-sXTmEA3Jiz .navbar {
    height: 70px;
  }
  .cid-sXTmEA3Jiz .navbar.opened {
    height: auto;
  }
  .cid-sXTmEA3Jiz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXTmEA3Jiz .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-sXTmEA3Jiz .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-sXTmEA3Jiz .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sXTmEA3Jiz .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sXTmEA3Jiz .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sXTmEA3Jiz .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-sXTmEA3Jiz .navbar-nav {
    margin-left: 145px;
  }
}
.cid-sXTmEA3Jiz .nav-item .nav-link {
  position: relative !important;
}
.cid-sXTmEA3Jiz .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2763ff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-sXTmEA3Jiz .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-sXTmEA3Jiz .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-sXTmEA3Jiz .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-sXTmEA3Jiz .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXTmEA3Jiz .tel-menu {
    display: none;
  }
}
.cid-sXTmEA3Jiz .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-sXTmEA3Jiz .pgk-text {
    text-align: center !important;
  }
}
.cid-sXTmEA3Jiz .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-sXTmEA3Jiz .pgk-section-btn {
  display: flex;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.2);
}
@media (max-width: 991px) {
  .cid-sXTmEA3Jiz .pgk-section-btn {
    justify-content: center;
    margin-top: 30px!important;
    width: 280px;
    margin: auto;
    box-shadow: none;
    padding: 0 10px !important;
  }
}
@media (min-width: 992px) {
  .cid-sXTmEA3Jiz .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-sXTmEA3Jiz .pgk-section-btn .btn {
  max-width: 200px;
  min-width: 100px;
  min-height: 40px!important;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0.45rem 0.50rem;
  border-radius: 10px;
}
.cid-sXTmEA3Jiz .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-sXTmEA3Jiz .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-sXTmEA3Jiz .tel-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sXTmEA3Jiz .navbar {
    padding: 0px 10px !important;
  }
  .cid-sXTmEA3Jiz .navbar ul.navbar-nav li {
    box-shadow: none;
  }
  .cid-sXTmEA3Jiz li.open,
  .cid-sXTmEA3Jiz li.open .dropdown-menu {
    box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
    border-radius: 1.5rem;
  }
  .cid-sXTmEA3Jiz div.open .dropdown-menu {
    box-shadow: none;
  }
}
@media (min-width: 991px) {
  .cid-sXTmEA3Jiz .navbar-nav .nav-link {
    font-size: 0.95rem;
  }
}
.cid-ufVPyOhZA9 {
  padding-top: 18rem;
  padding-bottom: 12rem;
  margin-bottom: -3.96rem;
  margin-top: 1.35rem;
}
.cid-ufVPyOhZA9 .pgk-fallback-image.disabled {
  display: none;
}
.cid-ufVPyOhZA9 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/screenshot-2024-06-17-at-15-16-34-app-business-cloud.-free-stock-video-pixabay.png");
}
@media (max-width: 992px) {
  .cid-ufVPyOhZA9 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ufVPyOhZA9 .container {
    padding: 0 12px;
  }
}
.cid-ufVPyOhZA9 .content-wrapper .title-wrapper .pgk-section-title {
  display: inline-block;
  width: fit-content;
  position: relative;
}
.cid-ufVPyOhZA9 .content-wrapper .pgk-text {
  margin-bottom: 12px;
}
.cid-ufVPyOhZA9 .pgk-section-title {
  color: #ffffff;
}
.cid-ufVPyOhZA9 .pgk-text {
  color: #ffffff;
  text-align: center;
}
.cid-ufVPyOhZA9 .pgk-section-title,
.cid-ufVPyOhZA9 .pgk-section-btn,
.cid-ufVPyOhZA9 .title-wrapper {
  text-align: center;
}
.cid-ufVPyOhZA9 video {
  inset: 55% 0px 0px 50%!important;
}
.cid-ufVPyOhZA9 .rotating-text {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1.2;
}
.cid-ufVPyOhZA9 .rotating-text h1 {
  display: inline-flex;
  margin-bottom: 2rem;
  vertical-align: top;
}
.cid-ufVPyOhZA9 .rotating-text h1 .word {
  position: absolute;
  display: flex;
  opacity: 0;
}
.cid-ufVPyOhZA9 .rotating-text h1 .word .letter {
  transform-origin: center center 25px;
}
.cid-ufVPyOhZA9 .rotating-text h1 .word .letter.out {
  transform: rotateX(90deg);
  transition: 0.32s cubic-bezier(0.6, 0, 0.7, 0.2);
}
.cid-ufVPyOhZA9 .rotating-text h1 .word .letter.in {
  transition: 0.38s ease;
}
.cid-ufVPyOhZA9 .rotating-text h1 .word .letter.behind {
  transform: rotateX(-90deg);
}
.cid-ufVPyOhZA9 .setting1 {
  background: linear-gradient(to right, #4a90e2, #a1c4fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.cid-ufVPyOhZA9 .setting2 {
  background: linear-gradient(to right, #42a5f5, #81d4fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.cid-ufVPyOhZA9 .setting3 {
  background: linear-gradient(to right, #6a1b9a, #ab47bc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.cid-ufVPyOhZA9 .setting4 {
  background: linear-gradient(to right, #ff7043, #ffcc80);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.cid-ufVPyOhZA9 .setting5 {
  background: linear-gradient(to right, #ffd54f, #ffe082);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.cid-ufVPyOhZA9 .setting1,
.cid-ufVPyOhZA9 .setting2,
.cid-ufVPyOhZA9 .setting3,
.cid-ufVPyOhZA9 .setting4,
.cid-ufVPyOhZA9 .setting5 {
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.cid-ufVPyOhZA9 .rotating-text .word {
  opacity: 0;
  position: absolute;
  width: 100%;
  display: inline-block;
}
.cid-ufVPyOhZA9 .rotating-text .word.active {
  opacity: 1;
  position: relative;
}
.cid-ufVPyOhZA9 .word .letter,
.cid-ufVPyOhZA9 .word .empty-letter {
  display: inline-block;
  transform-origin: center center 25px;
}
.cid-ufVPyOhZA9 .word .letter.out,
.cid-ufVPyOhZA9 .word .empty-letter.out {
  transform: rotateX(90deg);
  transition: 0.32s cubic-bezier(0.6, 0, 0.7, 0.2);
}
.cid-ufVPyOhZA9 .word .letter.in,
.cid-ufVPyOhZA9 .word .empty-letter.in {
  transition: 0.38s ease;
}
.cid-ufVPyOhZA9 .word .letter.behind,
.cid-ufVPyOhZA9 .word .empty-letter.behind {
  transform: rotateX(-90deg);
}
.cid-ufVPyOhZA9 .word .empty-letter {
  width: 0.2em;
  height: 1em;
}
@media (max-width: 991px) {
  .cid-ufVPyOhZA9 .pcconf {
    display: none!important;
  }
}
@media (min-width: 992px) {
  .cid-ufVPyOhZA9 .pagekrlerconf {
    display: none!important;
  }
}
.cid-um4HMsdpwo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-um4HMsdpwo .pgk-fallback-image.disabled {
  display: none;
}
.cid-um4HMsdpwo .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um4HMsdpwo .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-um4HMsdpwo .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-um4HMsdpwo .title-wrapper .desc-wrapper .pgk-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-um4HMsdpwo .title-wrapper .desc-wrapper .pgk-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-um4HMsdpwo .title-wrapper .pgk-section-title {
  margin-bottom: 24px;
}
.cid-um4HMsdpwo .title-wrapper .text-wrapper .pgk-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-um4HMsdpwo .title-wrapper .text-wrapper .pgk-text {
    width: 100%;
  }
}
.cid-um4HMsdpwo .items-wrapper {
  justify-content: center;
}
.cid-um4HMsdpwo .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-um4HMsdpwo .item {
    margin-bottom: 28px;
  }
}
.cid-um4HMsdpwo .item .item-wrapper {
  height: 100%;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-um4HMsdpwo .item .item-wrapper:hover,
.cid-um4HMsdpwo .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-um4HMsdpwo .item .item-wrapper .item-wrap {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-um4HMsdpwo .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
  height: 180px;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-um4HMsdpwo .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
    height: 150px;
  }
}
.cid-um4HMsdpwo .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .pgk-iconfont {
  display: inline-block;
  font-size: 120px;
  color: #078efb;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-um4HMsdpwo .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .pgk-iconfont {
    font-size: 100px;
  }
}
.cid-um4HMsdpwo .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-um4HMsdpwo .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-um4HMsdpwo .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
}
.cid-um4HMsdpwo .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-um4HMsdpwo .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-um4HMsdpwo .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-um4HMsdpwo .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-um4HMsdpwo .item .item-wrapper .item-wrap .icon-wrapper .pgk-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-um4HMsdpwo .pgk-section-title {
  color: #00072c;
  text-align: center;
}
.cid-um4HMsdpwo .pgk-text,
.cid-um4HMsdpwo .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-um4HMsdpwo .pgk-desc,
.cid-um4HMsdpwo .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-um4HMsdpwo .item-desc {
  color: #9aa0a6;
}
.cid-um4HMsdpwo .item-title {
  color: #ffffff;
}
.cid-um4HMsdpwo .item-text {
  color: #00072c;
}
.cid-um4HMsdpwo .icon-wrapper {
  text-align: right;
}
.cid-um4HMsdpwo .item-title,
.cid-um4HMsdpwo .icon-wrapper {
  color: #00072c;
}
.cid-ufVrOxgbLw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6faff;
}
@media (max-width: 992px) {
  .cid-ufVrOxgbLw .container {
    padding: 0 16px;
  }
}
.cid-ufVrOxgbLw .row {
  justify-content: center;
}
.cid-ufVrOxgbLw .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ufVrOxgbLw .content-wrapper {
    display: block;
  }
}
.cid-ufVrOxgbLw .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
  width: 20%;
  padding-right: 16px;
}
@media (max-width: 1440px) {
  .cid-ufVrOxgbLw .content-wrapper .desc-wrapper {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .cid-ufVrOxgbLw .content-wrapper .desc-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-ufVrOxgbLw .content-wrapper .desc-wrapper .pgk-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ufVrOxgbLw .content-wrapper .desc-wrapper .pgk-desc {
    margin-bottom: 16px;
  }
}
.cid-ufVrOxgbLw .content-wrapper .desc-wrapper .pgk-iconfont {
  font-size: 16px;
  color: #000000;
  display: inline-flex;
  margin-left: 6px;
}
.cid-ufVrOxgbLw .content-wrapper .pgk-section-btn {
  width: 20%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ufVrOxgbLw .content-wrapper .pgk-section-btn {
    text-align: left;
    width: 100%;
  }
}
.cid-ufVrOxgbLw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-ufVrOxgbLw .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ufVrOxgbLw .embla__slide .slide-content {
  width: 100%;
}
.cid-ufVrOxgbLw .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 1.5rem;
}
.cid-ufVrOxgbLw .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  width: 100%;
  object-fit: contain;
}
.cid-ufVrOxgbLw .embla__button--next,
.cid-ufVrOxgbLw .embla__button--prev {
  display: flex;
}
.cid-ufVrOxgbLw .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #2763ff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ufVrOxgbLw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ufVrOxgbLw .embla__button:hover {
  opacity: .5;
}
.cid-ufVrOxgbLw .embla__button.embla__button--prev {
  left: 32px;
}
.cid-ufVrOxgbLw .embla__button.embla__button--next {
  right: 32px;
}
.cid-ufVrOxgbLw .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 1440px) {
  .cid-ufVrOxgbLw .embla {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-ufVrOxgbLw .embla {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-ufVrOxgbLw .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ufVrOxgbLw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ufVrOxgbLw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ufVrOxgbLw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ufVrOxgbLw .pgk-desc {
  color: #000000;
}
.cid-umDxwV7X2u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-umDxwV7X2u .pgk-fallback-image.disabled {
  display: none;
}
.cid-umDxwV7X2u .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-umDxwV7X2u .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umDxwV7X2u .container {
    padding: 0 12px;
  }
}
.cid-umDxwV7X2u .row {
  justify-content: center;
}
.cid-umDxwV7X2u .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-umDxwV7X2u .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-umDxwV7X2u .title-wrapper .pgk-section-title {
  margin-bottom: 22px;
}
.cid-umDxwV7X2u .title-wrapper .pgk-text {
  margin-bottom: 0;
}
.cid-umDxwV7X2u .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-umDxwV7X2u .item {
    margin-bottom: 16px;
  }
}
.cid-umDxwV7X2u .item .item-wrapper {
  width: 100%;
}
.cid-umDxwV7X2u .item .item-wrapper .item-img {
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
}
.cid-umDxwV7X2u .item .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umDxwV7X2u .item .item-wrapper .item-img img {
    min-height: auto;
    height: 100%;
  }
}
.cid-umDxwV7X2u .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-umDxwV7X2u .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 2px solid #0d6efd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-umDxwV7X2u .item .item-wrapper .card-box .desc-wrapper .desc-wrap .pgk-iconfont {
  font-size: 1.5rem;
  color: #0d6efd;
  margin-right: 4px;
}
.cid-umDxwV7X2u .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-umDxwV7X2u .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-umDxwV7X2u .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-umDxwV7X2u .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #f6faff;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-umDxwV7X2u .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-umDxwV7X2u .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-umDxwV7X2u .pgk-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-umDxwV7X2u .pgk-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-umDxwV7X2u .item-title {
  color: #1D1D1F;
}
.cid-umDxwV7X2u .item-desc {
  color: #1D1D1F;
}
.cid-umDxwV7X2u .item-text {
  color: #1D1D1F;
}
.cid-umDxwV7X2u .features-image .item-wrapper {
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
}
.cid-ufVlF7XRV0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufVlF7XRV0 .pgk-fallback-image.disabled {
  display: none;
}
.cid-ufVlF7XRV0 .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-ufVlF7XRV0 .container {
    padding: 0 16px;
  }
}
.cid-ufVlF7XRV0 .card {
  justify-content: center;
}
.cid-ufVlF7XRV0 .card:first-child {
  justify-content: flex-end;
}
.cid-ufVlF7XRV0 .content-wrapper {
  margin: auto 0;
}
@media (max-width: 992px) {
  .cid-ufVlF7XRV0 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ufVlF7XRV0 .content-wrapper .pgk-section-title {
  margin-bottom: 24px;
}
.cid-ufVlF7XRV0 .content-wrapper .pgk-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ufVlF7XRV0 .content-wrapper .pgk-text {
    margin-bottom: 16px;
  }
}
.cid-ufVlF7XRV0 .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ufVlF7XRV0 .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 30px 30px #d2e4ff;
}
.cid-ufVlF7XRV0 .image-wrapper .image-wrap::after {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-ufVlF7XRV0 .image-wrapper .image-wrap::after {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-ufVlF7XRV0 .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-ufVlF7XRV0 .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  border-radius: 3rem !important;
}
.cid-ufVlF7XRV0 .pgk-section-title {
  color: #ffffff;
}
.cid-ufVlF7XRV0 .pgk-text {
  color: #00072c;
  text-align: left;
}
.cid-ufVlF7XRV0 .pgk-section-title,
.cid-ufVlF7XRV0 .pgk-section-btn {
  color: #000000;
  text-align: left;
}
.cid-umDqdO10cP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umDqdO10cP .pgk-fallback-image.disabled {
  display: none;
}
.cid-umDqdO10cP .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-umDqdO10cP .container {
    padding: 0 16px;
  }
}
.cid-umDqdO10cP .card {
  justify-content: center;
}
.cid-umDqdO10cP .card:first-child {
  justify-content: flex-end;
}
.cid-umDqdO10cP .content-wrapper {
  margin: auto 0;
}
@media (max-width: 992px) {
  .cid-umDqdO10cP .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umDqdO10cP .content-wrapper .pgk-section-title {
  margin-bottom: 24px;
}
.cid-umDqdO10cP .content-wrapper .pgk-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-umDqdO10cP .content-wrapper .pgk-text {
    margin-bottom: 16px;
  }
}
.cid-umDqdO10cP .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-umDqdO10cP .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 30px 30px #d2e4ff;
}
.cid-umDqdO10cP .image-wrapper .image-wrap::after {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-umDqdO10cP .image-wrapper .image-wrap::after {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-umDqdO10cP .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-umDqdO10cP .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  border-radius: 3rem !important;
}
.cid-umDqdO10cP .pgk-section-title {
  color: #ffffff;
}
.cid-umDqdO10cP .pgk-text {
  color: #00072c;
  text-align: left;
}
.cid-umDqdO10cP .pgk-section-title,
.cid-umDqdO10cP .pgk-section-btn {
  color: #000000;
  text-align: left;
}
.cid-umDJQS5yO8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umDJQS5yO8 .title-item {
  flex-wrap: nowrap;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-umDJQS5yO8 .title-item {
    margin-bottom: 30px;
  }
}
.cid-umDJQS5yO8 .pgk-section-title {
  max-width: 660px;
  margin: 0 auto 12px;
}
.cid-umDJQS5yO8 .pgk-text {
  max-width: 660px;
  margin: 0 auto;
  color: #555555;
}
.cid-umDJQS5yO8 .carousel {
  margin-bottom: 80px;
}
.cid-umDJQS5yO8 .carousel,
.cid-umDJQS5yO8 .carousel-inner {
  display: flex;
  align-items: center;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
  border-radius: 1.5rem;
}
.cid-umDJQS5yO8 .item-wrapper {
  width: 100%;
}
.cid-umDJQS5yO8 .carousel-caption {
  bottom: 40px;
  position: static;
  padding: 40px;
  text-align: left;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-umDJQS5yO8 .carousel-caption {
    padding: 24px;
  }
}
.cid-umDJQS5yO8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-umDJQS5yO8 .pagekr-pgkr-arrow-next {
  margin-left: 5px;
}
.cid-umDJQS5yO8 .pagekr-pgkr-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-umDJQS5yO8 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-umDJQS5yO8 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-umDJQS5yO8 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-umDJQS5yO8 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-umDJQS5yO8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umDJQS5yO8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-umDJQS5yO8 .carousel-control {
    top: auto;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.cid-umDJQS5yO8 .carousel-indicators {
  position: absolute;
  bottom: -80px;
  margin-top: 40px;
  margin-bottom: 20px !important;
}
.cid-umDJQS5yO8 .carousel-indicators li {
  height: 6px;
  width: 6px;
  margin: 3px 10px;
  background-color: transparent;
  border: 2px solid #111111;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-umDJQS5yO8 .carousel-indicators li.active,
.cid-umDJQS5yO8 .carousel-indicators li:hover {
  background-color: #2763ff;
  border: 2px solid #2763ff;
}
.cid-umDJQS5yO8 .carousel-indicators li::after,
.cid-umDJQS5yO8 .carousel-indicators li::before {
  content: none;
}
.cid-umDJQS5yO8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-umDJQS5yO8 .carousel-indicators {
    display: none !important;
  }
}
.cid-umDJQS5yO8 .pgk-section-subtitle {
  color: #1a1a1a;
  margin-bottom: 0;
}
.cid-umDJQS5yO8 .name-text {
  color: #111111;
}
.cid-umDJQS5yO8 .prof-text {
  color: #555555;
  font-style: italic;
}
.cid-umDJQS5yO8 .item-menu-overlay {
  display: none !important;
}
.cid-umDJQS5yO8 .user-container {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-umDJQS5yO8 .user-container {
    padding-top: 20px;
  }
}
.cid-umDJQS5yO8 .user-wrap {
  display: flex;
  align-items: center;
  padding-right: 1rem;
}
.cid-umDJQS5yO8 .avatar-img {
  position: relative;
  margin-right: 20px;
}
.cid-umDJQS5yO8 .avatar-img img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-umDJQS5yO8 .avatar-icon-box {
  position: absolute;
  top: -7px;
  right: -2px;
}
.cid-umDJQS5yO8 .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umDJQS5yO8 .pgk-section-btn {
  text-align: center;
}
.cid-um65r77v2O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6faff;
}
.cid-um65r77v2O .pgk-iconfont {
  font-size: 1.4rem !important;
  color: #0046c7 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-um65r77v2O .smkx {
  color: inherit !important;
  transform: rotate(0deg);
  font-weight: normal;
}
.cid-um65r77v2O .panel-group {
  border: none;
}
.cid-um65r77v2O .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-um65r77v2O .card-header {
    padding: 1rem 0rem;
  }
}
.cid-um65r77v2O .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-um65r77v2O .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-um65r77v2O .img-col {
  padding: 0;
}
.cid-um65r77v2O .img-item {
  height: 100%;
}
.cid-um65r77v2O img {
  height: 100%;
  object-fit: cover;
}
.cid-um65r77v2O .collapsed span {
  transform: rotate(0deg);
}
.cid-um65r77v2O .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-um65r77v2O p {
  margin-bottom: 0.3rem;
}
.cid-um65r77v2O .panel-title-edit {
  color: #e9c0e9;
}
.cid-um65r77v2O .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-um65r77v2O .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 1.5rem;
}
@media (max-width: 767px) {
  .cid-um65r77v2O .card {
    padding: 1.5rem;
  }
}
.cid-um65r77v2O .panel-text {
  color: #320707;
}
.cid-um65r77v2O .pgk-section-title {
  text-align: center;
  color: #000000;
}
.cid-um65r77v2O .pgk-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-um65r77v2O .panel-title-edit,
.cid-um65r77v2O .pgk-iconfont {
  color: #000000;
}
.cid-um65r77v2O .botton-container {
  width: 100%;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-um65r77v2O .pgk-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-um65r77v2O .pgk-section-btn .btn {
    width: 100%;
  }
}
.cid-um62uDmtvv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-um62uDmtvv .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-um62uDmtvv .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-um62uDmtvv .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-um62uDmtvv .row {
  display: flex;
  align-items: stretch;
}
.cid-um62uDmtvv .pgk-section-head {
  margin-bottom: 50px;
}
.cid-um62uDmtvv .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-um62uDmtvv .label-text span {
  padding: 8px 18px;
  background-color: #0d6efd;
  border-radius: 15px;
  color: inherit;
}
.cid-um62uDmtvv .pgk-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-um62uDmtvv .colored-text {
  color: #00398d;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-um62uDmtvv .pgk-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-um62uDmtvv .item:focus,
.cid-um62uDmtvv span:focus {
  outline: none;
}
.cid-um62uDmtvv .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-um62uDmtvv .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-um62uDmtvv .item-wrapper .item-content a:hover {
  color: white !important;
}
.cid-um62uDmtvv .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-um62uDmtvv .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-um62uDmtvv .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-um62uDmtvv .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-um62uDmtvv .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-um62uDmtvv .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-um62uDmtvv .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-um62uDmtvv .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-um62uDmtvv .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-um62uDmtvv .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-um62uDmtvv .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-um62uDmtvv .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #2763ff;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-um62uDmtvv .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-um62uDmtvv .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-um62uDmtvv .item-content-container {
    padding: 20px 15px;
  }
}
.cid-um62uDmtvv .pgk-section-btn {
  margin-top: 20px;
}
.cid-um62uDmtvv .item-title {
  text-align: left;
  width: 100%;
  color: #A1A0A0;
  margin-bottom: 0;
}
.cid-um62uDmtvv .pgk-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-um62uDmtvv .row > [class*="col"] {
  padding-left: 12px!important;
  padding-right: 12px!important;
  margin-top: 12px!important;
  margin-bottom: 12px!important;
}
.cid-um62uDmtvv .pgk-iconfont {
  color: white!important;
}
.cid-u9yPOFJEHQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u9yPOFJEHQ .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-u9yPOFJEHQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u9yPOFJEHQ .container {
    padding: 0 16px;
  }
}
.cid-u9yPOFJEHQ .row {
  position: relative;
  z-index: 1;
}
.cid-u9yPOFJEHQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 610px;
  max-width: 610px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-u9yPOFJEHQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-u9yPOFJEHQ .embla__slide .slide-content {
  width: 100%;
}
.cid-u9yPOFJEHQ .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
}
@media (max-width: 992px) {
  .cid-u9yPOFJEHQ .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-u9yPOFJEHQ .embla__slide .slide-content .item-wrapper .content-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-u9yPOFJEHQ .embla__slide .slide-content .item-wrapper .content-wrapper .item-text span {
  color: #2763ff;
}
.cid-u9yPOFJEHQ .embla__slide .slide-content .item-wrapper .item-img .name-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9yPOFJEHQ .embla__slide .slide-content .item-wrapper .item-img .name-wrap img {
  width: 60px;
  height: 60px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-u9yPOFJEHQ .embla__slide .slide-content .item-wrapper .item-img .name-wrap .item-name {
  margin-left: 16px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.cid-u9yPOFJEHQ .embla__button--next,
.cid-u9yPOFJEHQ .embla__button--prev {
  display: flex;
}
.cid-u9yPOFJEHQ .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #2763ff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-u9yPOFJEHQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9yPOFJEHQ .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9yPOFJEHQ .embla__button.embla__button--prev {
  left: 0;
}
.cid-u9yPOFJEHQ .embla__button.embla__button--next {
  right: 0;
}
.cid-u9yPOFJEHQ .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-u9yPOFJEHQ .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9yPOFJEHQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9yPOFJEHQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9yPOFJEHQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9yPOFJEHQ .item-text {
  color: #000000;
}
.cid-u9yPOFJEHQ .item-name {
  color: #000000;
}
.cid-u9yPOFJEHQ .col-12 {
  margin-bottom: 2rem;
}
.cid-u63aXRoyEX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-u63aXRoyEX .pgk-overlay {
  background: #ffffff;
  opacity: 0.1;
}
.cid-u63aXRoyEX .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-u63aXRoyEX .img-row {
    flex-wrap: nowrap;
  }
}
.cid-u63aXRoyEX .item:focus,
.cid-u63aXRoyEX span:focus {
  outline: none;
}
.cid-u63aXRoyEX .pgk-section-title {
  color: #111111;
  margin-bottom: 20px;
}
.cid-u63aXRoyEX .item-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cid-u63aXRoyEX .item-img {
    margin-bottom: 40px;
  }
}
.cid-u63aXRoyEX .item-img img {
  height: 100px;
  width: auto;
  object-fit: cover;
}
.cid-u63aXRoyEX .btn-item {
  width: 100%;
}
.cid-u63aXRoyEX .pgk-section-btn {
  font-weight: 500;
}
@media (max-width: 575px) {
  .cid-u63aXRoyEX .pgk-section-btn {
    flex-wrap: wrap;
    display: flex;
  }
  .cid-u63aXRoyEX .pgk-section-btn .btn {
    width: 100%;
  }
}
.cid-tSPMWNQmrK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6faff;
}
.cid-tSPMWNQmrK .container {
  display: flex;
  justify-content: center;
}
.cid-tSPMWNQmrK .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tSPMWNQmrK .col-brand {
  margin-bottom: 40px;
}
.cid-tSPMWNQmrK .col-link {
  margin-bottom: 30px;
}
.cid-tSPMWNQmrK .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo img {
  height: 53px;
  width: 190px;
  max-height: 3rem;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSPMWNQmrK .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-tSPMWNQmrK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tSPMWNQmrK .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tSPMWNQmrK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tSPMWNQmrK .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSPMWNQmrK .soc-item:hover {
  background-color: #738bae;
}
.cid-tSPMWNQmrK .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-tSPMWNQmrK .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tSPMWNQmrK .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tSPMWNQmrK .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tSPMWNQmrK .brand-text {
  margin-bottom: 35px;
  color: #000000;
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text .text-black {
  color: #00284E !important;
}
.cid-tSPMWNQmrK .pgk-text a {
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text a:hover {
  opacity: 1;
  color: #2763ff !important;
}
.cid-tSPMWNQmrK .col-copyright {
  margin-top: 44px;
}
.cid-tSPMWNQmrK .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tSPMWNQmrK .copyright {
    text-align: center !important;
  }
}
.cid-tSPMWNQmrK .pgk-fallback-image.disabled {
  display: none;
}
.cid-tSPMWNQmrK .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #000000;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 15px 30px;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1rem!important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pgk-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tSOsugzmIj {
  z-index: 1000;
  width: 100%;
}
.cid-tSOsugzmIj nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-tSOsugzmIj .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-tSOsugzmIj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSOsugzmIj .dropdown-item {
  border-bottom: none!important;
}
.cid-tSOsugzmIj .dropdown-item:hover,
.cid-tSOsugzmIj .dropdown-item:focus {
  background: rgba(84, 144, 255, 0.1) !important;
  color: #1c4f7f !important;
}
.cid-tSOsugzmIj .dropdown-item:hover span {
  color: white;
}
.cid-tSOsugzmIj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSOsugzmIj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSOsugzmIj .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.167em 1em !important;
}
.cid-tSOsugzmIj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSOsugzmIj .nav-link {
  position: relative;
}
.cid-tSOsugzmIj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tSOsugzmIj .container {
    flex-wrap: nowrap;
  }
}
.cid-tSOsugzmIj .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSOsugzmIj .dropdown-menu,
.cid-tSOsugzmIj .navbar.opened {
  background: #ffffff !important;
}
.cid-tSOsugzmIj .nav-item:focus,
.cid-tSOsugzmIj .nav-link:focus {
  outline: none;
}
.cid-tSOsugzmIj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-tSOsugzmIj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSOsugzmIj .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSOsugzmIj .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSOsugzmIj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSOsugzmIj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSOsugzmIj .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 5px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tSOsugzmIj .navbar.opened {
  transition: all 0.3s;
}
.cid-tSOsugzmIj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSOsugzmIj .navbar .navbar-logo img {
  width: auto;
}
.cid-tSOsugzmIj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSOsugzmIj .navbar.collapsed {
  justify-content: center;
}
.cid-tSOsugzmIj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSOsugzmIj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSOsugzmIj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tSOsugzmIj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSOsugzmIj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSOsugzmIj .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-tSOsugzmIj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSOsugzmIj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSOsugzmIj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSOsugzmIj .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-tSOsugzmIj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSOsugzmIj .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-tSOsugzmIj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSOsugzmIj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSOsugzmIj .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-tSOsugzmIj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSOsugzmIj .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-tSOsugzmIj .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-tSOsugzmIj .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-tSOsugzmIj .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-tSOsugzmIj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSOsugzmIj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSOsugzmIj .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSOsugzmIj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSOsugzmIj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSOsugzmIj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSOsugzmIj .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-tSOsugzmIj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSOsugzmIj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSOsugzmIj .dropdown-item.active,
.cid-tSOsugzmIj .dropdown-item:active {
  background-color: transparent;
}
.cid-tSOsugzmIj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSOsugzmIj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSOsugzmIj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSOsugzmIj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-tSOsugzmIj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-tSOsugzmIj .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-tSOsugzmIj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSOsugzmIj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSOsugzmIj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSOsugzmIj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0073cf;
}
.cid-tSOsugzmIj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSOsugzmIj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSOsugzmIj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSOsugzmIj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSOsugzmIj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSOsugzmIj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSOsugzmIj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSOsugzmIj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSOsugzmIj .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tSOsugzmIj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSOsugzmIj .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-tSOsugzmIj .navbar {
    height: 70px;
  }
  .cid-tSOsugzmIj .navbar.opened {
    height: auto;
  }
  .cid-tSOsugzmIj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSOsugzmIj .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tSOsugzmIj .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tSOsugzmIj .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tSOsugzmIj .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tSOsugzmIj .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tSOsugzmIj .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tSOsugzmIj .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tSOsugzmIj .nav-item .nav-link {
  position: relative !important;
}
.cid-tSOsugzmIj .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2763ff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tSOsugzmIj .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tSOsugzmIj .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tSOsugzmIj .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tSOsugzmIj .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tSOsugzmIj .tel-menu {
    display: none;
  }
}
.cid-tSOsugzmIj .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tSOsugzmIj .pgk-text {
    text-align: center !important;
  }
}
.cid-tSOsugzmIj .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tSOsugzmIj .pgk-section-btn {
  display: flex;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.2);
}
@media (max-width: 991px) {
  .cid-tSOsugzmIj .pgk-section-btn {
    justify-content: center;
    margin-top: 30px!important;
    width: 280px;
    margin: auto;
    box-shadow: none;
    padding: 0 10px !important;
  }
}
@media (min-width: 992px) {
  .cid-tSOsugzmIj .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tSOsugzmIj .pgk-section-btn .btn {
  max-width: 200px;
  min-width: 100px;
  min-height: 40px!important;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0.45rem 0.50rem;
  border-radius: 10px;
}
.cid-tSOsugzmIj .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-tSOsugzmIj .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-tSOsugzmIj .tel-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tSOsugzmIj .navbar {
    padding: 0px 10px !important;
  }
  .cid-tSOsugzmIj .navbar ul.navbar-nav li {
    box-shadow: none;
  }
  .cid-tSOsugzmIj li.open,
  .cid-tSOsugzmIj li.open .dropdown-menu {
    box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
    border-radius: 1.5rem;
  }
  .cid-tSOsugzmIj div.open .dropdown-menu {
    box-shadow: none;
  }
}
@media (min-width: 991px) {
  .cid-tSOsugzmIj .navbar-nav .nav-link {
    font-size: 0.95rem;
  }
}
.cid-u9z4t1N5ZN {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-u9z4t1N5ZN::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #00398d -10%, transparent 80%);
  z-index: 1;
}
.cid-u9z4t1N5ZN .pgk-fallback-image.disabled {
  display: none;
}
.cid-u9z4t1N5ZN .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u9z4t1N5ZN .container {
    padding: 0 16px;
  }
}
.cid-u9z4t1N5ZN .row {
  position: relative;
  justify-content: space-between;
}
.cid-u9z4t1N5ZN .row .card {
  justify-content: space-between;
}
.cid-u9z4t1N5ZN .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-u9z4t1N5ZN .title-wrapper .pgk-section-title {
  margin-bottom: 24px;
}
.cid-u9z4t1N5ZN .title-wrapper .pgk-section-title span {
  color: #00398d;
}
.cid-u9z4t1N5ZN .title-wrapper .pgk-text {
  margin-bottom: 0;
}
.cid-u9z4t1N5ZN .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-u9z4t1N5ZN .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-u9z4t1N5ZN .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u9z4t1N5ZN .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9z4t1N5ZN .contacts-wrapper .item-wrapper .contact-wrap:hover .pgk-contact,
.cid-u9z4t1N5ZN .contacts-wrapper .item-wrapper .contact-wrap:focus .pgk-contact {
  color: #2763ff;
}
.cid-u9z4t1N5ZN .contacts-wrapper .item-wrapper .contact-wrap .pgk-iconfont {
  display: inline-flex;
  font-size: 34px;
  color: #2763ff;
  margin-right: 20px;
}
.cid-u9z4t1N5ZN .contacts-wrapper .item-wrapper .contact-wrap .pgk-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-u9z4t1N5ZN .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-u9z4t1N5ZN .dragArea.row .pgk-section-title {
  margin-bottom: 24px !important;
}
.cid-u9z4t1N5ZN .dragArea.row .pgk-text {
  margin-bottom: 24px !important;
}
.cid-u9z4t1N5ZN .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-u9z4t1N5ZN .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-u9z4t1N5ZN .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.cid-u9z4t1N5ZN .dragArea.row .form-group .form-control:hover,
.cid-u9z4t1N5ZN .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-u9z4t1N5ZN .dragArea.row .form-group .form-control::placeholder {
  color: #2763ff;
}
.cid-u9z4t1N5ZN .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-u9z4t1N5ZN .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u9z4t1N5ZN .dragArea.row .form-group .form-check .form-check-input {
  background-color: #2763ff;
  border-color: #2763ff;
  border-radius: 0;
}
.cid-u9z4t1N5ZN .dragArea.row .pgk-section-btn {
  width: 100%;
}
.cid-u9z4t1N5ZN .dragArea.row .pgk-section-btn .btn {
  margin-top: 0;
}
.cid-u9z4t1N5ZN .pgk-section-title {
  color: #000000;
}
.cid-u9z4t1N5ZN .pgk-text {
  color: #6f6f6f;
}
.cid-u9z4t1N5ZN .pgk-contact {
  color: #000000;
}
.cid-u9z4t1N5ZN label {
  color: #000000;
}
.cid-u9z4t1N5ZN .kakaotalk {
  background: #f9e000;
}
.cid-u9z4t1N5ZN .call {
  background: white;
}
.cid-u9z4t1N5ZN .mail {
  background: #D0DDFF;
}
.cid-u9z4t1N5ZN .card-wrapper img {
  width: 60px;
  margin-right: 1rem;
}
.cid-u9z4t1N5ZN .card-wrapper span {
  font-size: 50px;
  margin-right: 1rem;
}
.cid-u9z4t1N5ZN .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 1.5rem;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 1px 5px 1px rgba(137, 173, 255, 0.35);
}
.cid-u9z4t1N5ZN .card-title {
  color: #00072c;
}
.cid-tSPMWNQmrK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tSPMWNQmrK .container {
  display: flex;
  justify-content: center;
}
.cid-tSPMWNQmrK .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tSPMWNQmrK .col-brand {
  margin-bottom: 40px;
}
.cid-tSPMWNQmrK .col-link {
  margin-bottom: 30px;
}
.cid-tSPMWNQmrK .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo img {
  height: 53px;
  width: 190px;
  max-height: 3rem;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSPMWNQmrK .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-tSPMWNQmrK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tSPMWNQmrK .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tSPMWNQmrK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tSPMWNQmrK .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSPMWNQmrK .soc-item:hover {
  background-color: #738bae;
}
.cid-tSPMWNQmrK .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-tSPMWNQmrK .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tSPMWNQmrK .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tSPMWNQmrK .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tSPMWNQmrK .brand-text {
  margin-bottom: 35px;
  color: #000000;
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text .text-black {
  color: #00284E !important;
}
.cid-tSPMWNQmrK .pgk-text a {
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text a:hover {
  opacity: 1;
  color: #2763ff !important;
}
.cid-tSPMWNQmrK .col-copyright {
  margin-top: 44px;
}
.cid-tSPMWNQmrK .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tSPMWNQmrK .copyright {
    text-align: center !important;
  }
}
.cid-tSPMWNQmrK .pgk-fallback-image.disabled {
  display: none;
}
.cid-tSPMWNQmrK .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #000000;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 15px 30px;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1rem!important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pgk-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tSOKYbGy3V {
  z-index: 1000;
  width: 100%;
}
.cid-tSOKYbGy3V nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-tSOKYbGy3V .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-tSOKYbGy3V .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSOKYbGy3V .dropdown-item {
  border-bottom: none!important;
}
.cid-tSOKYbGy3V .dropdown-item:hover,
.cid-tSOKYbGy3V .dropdown-item:focus {
  background: rgba(84, 144, 255, 0.1) !important;
  color: #1c4f7f !important;
}
.cid-tSOKYbGy3V .dropdown-item:hover span {
  color: white;
}
.cid-tSOKYbGy3V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSOKYbGy3V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSOKYbGy3V .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.167em 1em !important;
}
.cid-tSOKYbGy3V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSOKYbGy3V .nav-link {
  position: relative;
}
.cid-tSOKYbGy3V .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tSOKYbGy3V .container {
    flex-wrap: nowrap;
  }
}
.cid-tSOKYbGy3V .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSOKYbGy3V .dropdown-menu,
.cid-tSOKYbGy3V .navbar.opened {
  background: #ffffff !important;
}
.cid-tSOKYbGy3V .nav-item:focus,
.cid-tSOKYbGy3V .nav-link:focus {
  outline: none;
}
.cid-tSOKYbGy3V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-tSOKYbGy3V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSOKYbGy3V .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSOKYbGy3V .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSOKYbGy3V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSOKYbGy3V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSOKYbGy3V .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 5px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tSOKYbGy3V .navbar.opened {
  transition: all 0.3s;
}
.cid-tSOKYbGy3V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSOKYbGy3V .navbar .navbar-logo img {
  width: auto;
}
.cid-tSOKYbGy3V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSOKYbGy3V .navbar.collapsed {
  justify-content: center;
}
.cid-tSOKYbGy3V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSOKYbGy3V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSOKYbGy3V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tSOKYbGy3V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSOKYbGy3V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSOKYbGy3V .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-tSOKYbGy3V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSOKYbGy3V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSOKYbGy3V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSOKYbGy3V .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-tSOKYbGy3V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSOKYbGy3V .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-tSOKYbGy3V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSOKYbGy3V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSOKYbGy3V .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-tSOKYbGy3V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSOKYbGy3V .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-tSOKYbGy3V .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-tSOKYbGy3V .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-tSOKYbGy3V .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-tSOKYbGy3V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSOKYbGy3V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSOKYbGy3V .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSOKYbGy3V .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSOKYbGy3V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSOKYbGy3V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSOKYbGy3V .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-tSOKYbGy3V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSOKYbGy3V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSOKYbGy3V .dropdown-item.active,
.cid-tSOKYbGy3V .dropdown-item:active {
  background-color: transparent;
}
.cid-tSOKYbGy3V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSOKYbGy3V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSOKYbGy3V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSOKYbGy3V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-tSOKYbGy3V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-tSOKYbGy3V .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-tSOKYbGy3V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSOKYbGy3V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSOKYbGy3V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSOKYbGy3V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0073cf;
}
.cid-tSOKYbGy3V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSOKYbGy3V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSOKYbGy3V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSOKYbGy3V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSOKYbGy3V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSOKYbGy3V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSOKYbGy3V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSOKYbGy3V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSOKYbGy3V .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tSOKYbGy3V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSOKYbGy3V .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-tSOKYbGy3V .navbar {
    height: 70px;
  }
  .cid-tSOKYbGy3V .navbar.opened {
    height: auto;
  }
  .cid-tSOKYbGy3V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSOKYbGy3V .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tSOKYbGy3V .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tSOKYbGy3V .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tSOKYbGy3V .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tSOKYbGy3V .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tSOKYbGy3V .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tSOKYbGy3V .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tSOKYbGy3V .nav-item .nav-link {
  position: relative !important;
}
.cid-tSOKYbGy3V .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2763ff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tSOKYbGy3V .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tSOKYbGy3V .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tSOKYbGy3V .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tSOKYbGy3V .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tSOKYbGy3V .tel-menu {
    display: none;
  }
}
.cid-tSOKYbGy3V .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tSOKYbGy3V .pgk-text {
    text-align: center !important;
  }
}
.cid-tSOKYbGy3V .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tSOKYbGy3V .pgk-section-btn {
  display: flex;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.2);
}
@media (max-width: 991px) {
  .cid-tSOKYbGy3V .pgk-section-btn {
    justify-content: center;
    margin-top: 30px!important;
    width: 280px;
    margin: auto;
    box-shadow: none;
    padding: 0 10px !important;
  }
}
@media (min-width: 992px) {
  .cid-tSOKYbGy3V .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tSOKYbGy3V .pgk-section-btn .btn {
  max-width: 200px;
  min-width: 100px;
  min-height: 40px!important;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0.45rem 0.50rem;
  border-radius: 10px;
}
.cid-tSOKYbGy3V .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-tSOKYbGy3V .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-tSOKYbGy3V .tel-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tSOKYbGy3V .navbar {
    padding: 0px 10px !important;
  }
  .cid-tSOKYbGy3V .navbar ul.navbar-nav li {
    box-shadow: none;
  }
  .cid-tSOKYbGy3V li.open,
  .cid-tSOKYbGy3V li.open .dropdown-menu {
    box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
    border-radius: 1.5rem;
  }
  .cid-tSOKYbGy3V div.open .dropdown-menu {
    box-shadow: none;
  }
}
@media (min-width: 991px) {
  .cid-tSOKYbGy3V .navbar-nav .nav-link {
    font-size: 0.95rem;
  }
}
.cid-ua5bWRh2PT {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-ua5bWRh2PT::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #00398d -10%, transparent 80%);
  z-index: 1;
}
.cid-ua5bWRh2PT .pgk-fallback-image.disabled {
  display: none;
}
.cid-ua5bWRh2PT .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ua5bWRh2PT .container {
    padding: 0 16px;
  }
}
.cid-ua5bWRh2PT .row {
  position: relative;
  justify-content: space-between;
}
.cid-ua5bWRh2PT .row .card {
  justify-content: space-between;
}
.cid-ua5bWRh2PT .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-ua5bWRh2PT .title-wrapper .pgk-section-title {
  margin-bottom: 24px;
}
.cid-ua5bWRh2PT .title-wrapper .pgk-section-title span {
  color: #00398d;
}
.cid-ua5bWRh2PT .title-wrapper .pgk-text {
  margin-bottom: 0;
}
.cid-ua5bWRh2PT .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-ua5bWRh2PT .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-ua5bWRh2PT .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-ua5bWRh2PT .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ua5bWRh2PT .contacts-wrapper .item-wrapper .contact-wrap:hover .pgk-contact,
.cid-ua5bWRh2PT .contacts-wrapper .item-wrapper .contact-wrap:focus .pgk-contact {
  color: #2763ff;
}
.cid-ua5bWRh2PT .contacts-wrapper .item-wrapper .contact-wrap .pgk-iconfont {
  display: inline-flex;
  font-size: 34px;
  color: #2763ff;
  margin-right: 20px;
}
.cid-ua5bWRh2PT .contacts-wrapper .item-wrapper .contact-wrap .pgk-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-ua5bWRh2PT .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-ua5bWRh2PT .dragArea.row .pgk-section-title {
  margin-bottom: 24px !important;
}
.cid-ua5bWRh2PT .dragArea.row .pgk-text {
  margin-bottom: 24px !important;
}
.cid-ua5bWRh2PT .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-ua5bWRh2PT .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-ua5bWRh2PT .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.cid-ua5bWRh2PT .dragArea.row .form-group .form-control:hover,
.cid-ua5bWRh2PT .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-ua5bWRh2PT .dragArea.row .form-group .form-control::placeholder {
  color: #2763ff;
}
.cid-ua5bWRh2PT .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-ua5bWRh2PT .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-ua5bWRh2PT .dragArea.row .form-group .form-check .form-check-input {
  background-color: #2763ff;
  border-color: #2763ff;
  border-radius: 0;
}
.cid-ua5bWRh2PT .dragArea.row .pgk-section-btn {
  width: 100%;
}
.cid-ua5bWRh2PT .dragArea.row .pgk-section-btn .btn {
  margin-top: 0;
}
.cid-ua5bWRh2PT .pgk-section-title {
  color: #000000;
}
.cid-ua5bWRh2PT .pgk-text {
  color: #6f6f6f;
  text-align: left;
}
.cid-ua5bWRh2PT .pgk-contact {
  color: #000000;
}
.cid-ua5bWRh2PT label {
  color: #000000;
}
.cid-ua5bWRh2PT .kakaotalk {
  background: #f9e000;
}
.cid-ua5bWRh2PT .call {
  background: white;
}
.cid-ua5bWRh2PT .mail {
  background: #D0DDFF;
}
.cid-ua5bWRh2PT .card-wrapper img {
  width: 60px;
  margin-right: 1rem;
}
.cid-ua5bWRh2PT .card-wrapper span {
  font-size: 50px;
  margin-right: 1rem;
}
.cid-ua5bWRh2PT .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 1.5rem;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
}
.cid-ua5bWRh2PT .card-title {
  color: #00072c;
}
.cid-ua5bWRh2PT .pgk-section-title,
.cid-ua5bWRh2PT .pgk-section-btn {
  text-align: center;
}
.cid-ua5bWRh2PT P {
  text-align: center;
}
.cid-tSPMWNQmrK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tSPMWNQmrK .container {
  display: flex;
  justify-content: center;
}
.cid-tSPMWNQmrK .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tSPMWNQmrK .col-brand {
  margin-bottom: 40px;
}
.cid-tSPMWNQmrK .col-link {
  margin-bottom: 30px;
}
.cid-tSPMWNQmrK .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo img {
  height: 53px;
  width: 190px;
  max-height: 3rem;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSPMWNQmrK .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-tSPMWNQmrK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tSPMWNQmrK .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tSPMWNQmrK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tSPMWNQmrK .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSPMWNQmrK .soc-item:hover {
  background-color: #738bae;
}
.cid-tSPMWNQmrK .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-tSPMWNQmrK .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tSPMWNQmrK .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tSPMWNQmrK .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tSPMWNQmrK .brand-text {
  margin-bottom: 35px;
  color: #000000;
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text .text-black {
  color: #00284E !important;
}
.cid-tSPMWNQmrK .pgk-text a {
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text a:hover {
  opacity: 1;
  color: #2763ff !important;
}
.cid-tSPMWNQmrK .col-copyright {
  margin-top: 44px;
}
.cid-tSPMWNQmrK .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tSPMWNQmrK .copyright {
    text-align: center !important;
  }
}
.cid-tSPMWNQmrK .pgk-fallback-image.disabled {
  display: none;
}
.cid-tSPMWNQmrK .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #000000;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 15px 30px;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1rem!important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pgk-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tSPz2HjGpY {
  z-index: 1000;
  width: 100%;
}
.cid-tSPz2HjGpY nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-tSPz2HjGpY .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-tSPz2HjGpY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSPz2HjGpY .dropdown-item {
  border-bottom: none!important;
}
.cid-tSPz2HjGpY .dropdown-item:hover,
.cid-tSPz2HjGpY .dropdown-item:focus {
  background: rgba(84, 144, 255, 0.1) !important;
  color: #1c4f7f !important;
}
.cid-tSPz2HjGpY .dropdown-item:hover span {
  color: white;
}
.cid-tSPz2HjGpY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSPz2HjGpY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSPz2HjGpY .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.167em 1em !important;
}
.cid-tSPz2HjGpY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSPz2HjGpY .nav-link {
  position: relative;
}
.cid-tSPz2HjGpY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tSPz2HjGpY .container {
    flex-wrap: nowrap;
  }
}
.cid-tSPz2HjGpY .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSPz2HjGpY .dropdown-menu,
.cid-tSPz2HjGpY .navbar.opened {
  background: #ffffff !important;
}
.cid-tSPz2HjGpY .nav-item:focus,
.cid-tSPz2HjGpY .nav-link:focus {
  outline: none;
}
.cid-tSPz2HjGpY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-tSPz2HjGpY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSPz2HjGpY .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSPz2HjGpY .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSPz2HjGpY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSPz2HjGpY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSPz2HjGpY .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 5px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tSPz2HjGpY .navbar.opened {
  transition: all 0.3s;
}
.cid-tSPz2HjGpY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSPz2HjGpY .navbar .navbar-logo img {
  width: auto;
}
.cid-tSPz2HjGpY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSPz2HjGpY .navbar.collapsed {
  justify-content: center;
}
.cid-tSPz2HjGpY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSPz2HjGpY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSPz2HjGpY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tSPz2HjGpY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSPz2HjGpY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSPz2HjGpY .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-tSPz2HjGpY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSPz2HjGpY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSPz2HjGpY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSPz2HjGpY .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-tSPz2HjGpY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSPz2HjGpY .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-tSPz2HjGpY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSPz2HjGpY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSPz2HjGpY .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-tSPz2HjGpY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSPz2HjGpY .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-tSPz2HjGpY .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-tSPz2HjGpY .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-tSPz2HjGpY .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-tSPz2HjGpY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSPz2HjGpY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSPz2HjGpY .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSPz2HjGpY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSPz2HjGpY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSPz2HjGpY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSPz2HjGpY .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-tSPz2HjGpY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSPz2HjGpY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSPz2HjGpY .dropdown-item.active,
.cid-tSPz2HjGpY .dropdown-item:active {
  background-color: transparent;
}
.cid-tSPz2HjGpY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSPz2HjGpY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSPz2HjGpY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSPz2HjGpY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-tSPz2HjGpY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-tSPz2HjGpY .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-tSPz2HjGpY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSPz2HjGpY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSPz2HjGpY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSPz2HjGpY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0073cf;
}
.cid-tSPz2HjGpY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSPz2HjGpY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSPz2HjGpY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSPz2HjGpY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSPz2HjGpY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSPz2HjGpY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSPz2HjGpY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSPz2HjGpY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSPz2HjGpY .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tSPz2HjGpY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSPz2HjGpY .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-tSPz2HjGpY .navbar {
    height: 70px;
  }
  .cid-tSPz2HjGpY .navbar.opened {
    height: auto;
  }
  .cid-tSPz2HjGpY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSPz2HjGpY .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tSPz2HjGpY .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tSPz2HjGpY .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tSPz2HjGpY .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tSPz2HjGpY .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tSPz2HjGpY .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tSPz2HjGpY .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tSPz2HjGpY .nav-item .nav-link {
  position: relative !important;
}
.cid-tSPz2HjGpY .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2763ff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tSPz2HjGpY .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tSPz2HjGpY .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tSPz2HjGpY .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tSPz2HjGpY .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tSPz2HjGpY .tel-menu {
    display: none;
  }
}
.cid-tSPz2HjGpY .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tSPz2HjGpY .pgk-text {
    text-align: center !important;
  }
}
.cid-tSPz2HjGpY .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tSPz2HjGpY .pgk-section-btn {
  display: flex;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.2);
}
@media (max-width: 991px) {
  .cid-tSPz2HjGpY .pgk-section-btn {
    justify-content: center;
    margin-top: 30px!important;
    width: 280px;
    margin: auto;
    box-shadow: none;
    padding: 0 10px !important;
  }
}
@media (min-width: 992px) {
  .cid-tSPz2HjGpY .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tSPz2HjGpY .pgk-section-btn .btn {
  max-width: 200px;
  min-width: 100px;
  min-height: 40px!important;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0.45rem 0.50rem;
  border-radius: 10px;
}
.cid-tSPz2HjGpY .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-tSPz2HjGpY .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-tSPz2HjGpY .tel-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tSPz2HjGpY .navbar {
    padding: 0px 10px !important;
  }
  .cid-tSPz2HjGpY .navbar ul.navbar-nav li {
    box-shadow: none;
  }
  .cid-tSPz2HjGpY li.open,
  .cid-tSPz2HjGpY li.open .dropdown-menu {
    box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
    border-radius: 1.5rem;
  }
  .cid-tSPz2HjGpY div.open .dropdown-menu {
    box-shadow: none;
  }
}
@media (min-width: 991px) {
  .cid-tSPz2HjGpY .navbar-nav .nav-link {
    font-size: 0.95rem;
  }
}
.cid-u6jjWdtf2e {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-u6jjWdtf2e .row {
  align-items: flex-start;
}
.cid-u6jjWdtf2e .container,
.cid-u6jjWdtf2e .container-fluid {
  position: static;
}
.cid-u6jjWdtf2e .label-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-u6jjWdtf2e .label-text span {
  padding: 8px 18px;
  background-color: #00072c;
  border-radius: 15px;
  color: inherit;
}
.cid-u6jjWdtf2e .pgk-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-u6jjWdtf2e .colored-text {
  color: #0d6efd;
  line-height: inherit;
  text-decoration-thickness: 4px;
}
.cid-u6jjWdtf2e .col-text {
  position: relative;
  z-index: 2;
}
.cid-u6jjWdtf2e .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-u6jjWdtf2e .pgk-section-btn {
  margin-top: 10px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-u6jjWdtf2e .pgk-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u6jjWdtf2e .pgk-section-btn .btn {
    width: 100%;
  }
}
.cid-u6jjWdtf2e .pgk-section-head {
  position: relative;
  z-index: 2;
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-u6jjWdtf2e .pgk-section-head {
    margin-top: 0;
    padding-left: 20px;
  }
}
.cid-u6jjWdtf2e .toggle-panel,
.cid-u6jjWdtf2e .panel-group {
  width: 100%;
}
.cid-u6jjWdtf2e .card {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #f1f1f1;
  padding: 0;
  position: relative;
  margin-bottom: 18px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(68, 109, 255, 0.04) !important;
}
.cid-u6jjWdtf2e .card .card-header {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
  transition: 0.5s all;
  background-color: #ffffff;
}
.cid-u6jjWdtf2e .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 20px 15px 35px;
  transition: 0.5s all;
  position: relative;
  z-index: 2;
}
.cid-u6jjWdtf2e .panel-title .sign {
  transform: rotate(180deg);
}
.cid-u6jjWdtf2e .collapsed {
  padding: 23px 20px 23px 35px;
}
.cid-u6jjWdtf2e .collapsed .sign {
  transform: rotate(0deg);
}
.cid-u6jjWdtf2e .panel-text {
  text-align: left;
  opacity: 0.8;
  color: #00284E;
  margin-bottom: 16px;
}
.cid-u6jjWdtf2e .sign {
  color: #010d4c;
  transition: transform 0.2s ease-in-out;
}
.cid-u6jjWdtf2e .panel-body {
  padding: 0 40px 20px 35px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.cid-u6jjWdtf2e .panel-title-edit {
  width: 100%;
  color: #00284E;
  text-align: left;
}
.cid-u6jjWdtf2e .bg-round {
  position: absolute;
  top: -33%;
  z-index: 1;
  max-width: 860px;
  padding: 0;
  right: 14%;
}
@media (max-width: 1399px) {
  .cid-u6jjWdtf2e .bg-round {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-u6jjWdtf2e .bg-round {
    top: auto;
    bottom: 0;
  }
}
.cid-u6jjWdtf2e .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u6jjWdtf2e .bg-round svg {
    height: 100%;
  }
}
.cid-u6jjWdtf2e .pgk-fallback-image.disabled {
  display: none;
}
.cid-u6jjWdtf2e .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSPMWNQmrK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tSPMWNQmrK .container {
  display: flex;
  justify-content: center;
}
.cid-tSPMWNQmrK .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tSPMWNQmrK .col-brand {
  margin-bottom: 40px;
}
.cid-tSPMWNQmrK .col-link {
  margin-bottom: 30px;
}
.cid-tSPMWNQmrK .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo img {
  height: 53px;
  width: 190px;
  max-height: 3rem;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSPMWNQmrK .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-tSPMWNQmrK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tSPMWNQmrK .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tSPMWNQmrK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tSPMWNQmrK .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSPMWNQmrK .soc-item:hover {
  background-color: #738bae;
}
.cid-tSPMWNQmrK .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-tSPMWNQmrK .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tSPMWNQmrK .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tSPMWNQmrK .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tSPMWNQmrK .brand-text {
  margin-bottom: 35px;
  color: #000000;
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text .text-black {
  color: #00284E !important;
}
.cid-tSPMWNQmrK .pgk-text a {
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text a:hover {
  opacity: 1;
  color: #2763ff !important;
}
.cid-tSPMWNQmrK .col-copyright {
  margin-top: 44px;
}
.cid-tSPMWNQmrK .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tSPMWNQmrK .copyright {
    text-align: center !important;
  }
}
.cid-tSPMWNQmrK .pgk-fallback-image.disabled {
  display: none;
}
.cid-tSPMWNQmrK .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #000000;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 15px 30px;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1rem!important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pgk-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tSOqB48Tzc {
  z-index: 1000;
  width: 100%;
}
.cid-tSOqB48Tzc nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-tSOqB48Tzc .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-tSOqB48Tzc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSOqB48Tzc .dropdown-item {
  border-bottom: none!important;
}
.cid-tSOqB48Tzc .dropdown-item:hover,
.cid-tSOqB48Tzc .dropdown-item:focus {
  background: rgba(84, 144, 255, 0.1) !important;
  color: #1c4f7f !important;
}
.cid-tSOqB48Tzc .dropdown-item:hover span {
  color: white;
}
.cid-tSOqB48Tzc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSOqB48Tzc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSOqB48Tzc .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.167em 1em !important;
}
.cid-tSOqB48Tzc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSOqB48Tzc .nav-link {
  position: relative;
}
.cid-tSOqB48Tzc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tSOqB48Tzc .container {
    flex-wrap: nowrap;
  }
}
.cid-tSOqB48Tzc .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSOqB48Tzc .dropdown-menu,
.cid-tSOqB48Tzc .navbar.opened {
  background: #ffffff !important;
}
.cid-tSOqB48Tzc .nav-item:focus,
.cid-tSOqB48Tzc .nav-link:focus {
  outline: none;
}
.cid-tSOqB48Tzc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-tSOqB48Tzc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSOqB48Tzc .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSOqB48Tzc .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSOqB48Tzc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSOqB48Tzc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSOqB48Tzc .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 5px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tSOqB48Tzc .navbar.opened {
  transition: all 0.3s;
}
.cid-tSOqB48Tzc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSOqB48Tzc .navbar .navbar-logo img {
  width: auto;
}
.cid-tSOqB48Tzc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSOqB48Tzc .navbar.collapsed {
  justify-content: center;
}
.cid-tSOqB48Tzc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSOqB48Tzc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSOqB48Tzc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tSOqB48Tzc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSOqB48Tzc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSOqB48Tzc .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-tSOqB48Tzc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSOqB48Tzc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSOqB48Tzc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSOqB48Tzc .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-tSOqB48Tzc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSOqB48Tzc .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-tSOqB48Tzc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSOqB48Tzc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSOqB48Tzc .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-tSOqB48Tzc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSOqB48Tzc .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-tSOqB48Tzc .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-tSOqB48Tzc .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-tSOqB48Tzc .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-tSOqB48Tzc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSOqB48Tzc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSOqB48Tzc .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSOqB48Tzc .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSOqB48Tzc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSOqB48Tzc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSOqB48Tzc .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-tSOqB48Tzc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSOqB48Tzc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSOqB48Tzc .dropdown-item.active,
.cid-tSOqB48Tzc .dropdown-item:active {
  background-color: transparent;
}
.cid-tSOqB48Tzc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSOqB48Tzc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSOqB48Tzc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSOqB48Tzc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-tSOqB48Tzc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-tSOqB48Tzc .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-tSOqB48Tzc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSOqB48Tzc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSOqB48Tzc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSOqB48Tzc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0073cf;
}
.cid-tSOqB48Tzc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSOqB48Tzc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSOqB48Tzc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSOqB48Tzc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSOqB48Tzc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSOqB48Tzc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSOqB48Tzc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSOqB48Tzc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSOqB48Tzc .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tSOqB48Tzc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSOqB48Tzc .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-tSOqB48Tzc .navbar {
    height: 70px;
  }
  .cid-tSOqB48Tzc .navbar.opened {
    height: auto;
  }
  .cid-tSOqB48Tzc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSOqB48Tzc .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tSOqB48Tzc .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tSOqB48Tzc .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tSOqB48Tzc .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tSOqB48Tzc .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tSOqB48Tzc .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tSOqB48Tzc .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tSOqB48Tzc .nav-item .nav-link {
  position: relative !important;
}
.cid-tSOqB48Tzc .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2763ff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tSOqB48Tzc .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tSOqB48Tzc .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tSOqB48Tzc .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tSOqB48Tzc .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tSOqB48Tzc .tel-menu {
    display: none;
  }
}
.cid-tSOqB48Tzc .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tSOqB48Tzc .pgk-text {
    text-align: center !important;
  }
}
.cid-tSOqB48Tzc .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tSOqB48Tzc .pgk-section-btn {
  display: flex;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.2);
}
@media (max-width: 991px) {
  .cid-tSOqB48Tzc .pgk-section-btn {
    justify-content: center;
    margin-top: 30px!important;
    width: 280px;
    margin: auto;
    box-shadow: none;
    padding: 0 10px !important;
  }
}
@media (min-width: 992px) {
  .cid-tSOqB48Tzc .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tSOqB48Tzc .pgk-section-btn .btn {
  max-width: 200px;
  min-width: 100px;
  min-height: 40px!important;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0.45rem 0.50rem;
  border-radius: 10px;
}
.cid-tSOqB48Tzc .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-tSOqB48Tzc .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-tSOqB48Tzc .tel-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tSOqB48Tzc .navbar {
    padding: 0px 10px !important;
  }
  .cid-tSOqB48Tzc .navbar ul.navbar-nav li {
    box-shadow: none;
  }
  .cid-tSOqB48Tzc li.open,
  .cid-tSOqB48Tzc li.open .dropdown-menu {
    box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
    border-radius: 1.5rem;
  }
  .cid-tSOqB48Tzc div.open .dropdown-menu {
    box-shadow: none;
  }
}
@media (min-width: 991px) {
  .cid-tSOqB48Tzc .navbar-nav .nav-link {
    font-size: 0.95rem;
  }
}
.cid-u9ytrjm2ww {
  position: relative;
  overflow: hidden;
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9ytrjm2ww::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #2763ff -10%, transparent 80%);
}
.cid-u9ytrjm2ww::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #c3dbff -10%, transparent 80%);
}
.cid-u9ytrjm2ww .pgk-fallback-image.disabled {
  display: none;
}
.cid-u9ytrjm2ww .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u9ytrjm2ww .container {
    padding: 0 16px;
  }
}
@media (min-width: 1400px) {
  .cid-u9ytrjm2ww .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-u9ytrjm2ww .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-u9ytrjm2ww .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-u9ytrjm2ww .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
  display: flex;
  align-items: stretch;
}
.cid-u9ytrjm2ww .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-u9ytrjm2ww h2 span {
  color: #2763ff;
}
.cid-u9ytrjm2ww .content-wrapper {
  margin-bottom: 80px;
}
.cid-u9ytrjm2ww .content-wrapper .pgk-section-title {
  margin-bottom: 24px;
}
.cid-u9ytrjm2ww .content-wrapper .text-wrapper .pgk-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u9ytrjm2ww .content-wrapper .text-wrapper .pgk-text {
    width: 100%;
  }
}
.cid-u9ytrjm2ww .item {
  padding: 0 12px;
  margin-bottom: 24px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-u9ytrjm2ww .item .item-wrapper {
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
  height: 100%;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-u9ytrjm2ww .item .item-wrapper {
    padding: 32px;
  }
}
.cid-u9ytrjm2ww .item .item-wrapper .card-box .item-desc {
  margin-bottom: 16px;
}
.cid-u9ytrjm2ww .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-u9ytrjm2ww .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-u9ytrjm2ww .item .item-wrapper .card-box .pgk-section-btn {
  width: 100%;
}
.cid-u9ytrjm2ww .item .item-wrapper .card-box .pgk-section-btn .btn {
  width: 100%;
}
.cid-u9ytrjm2ww .item .item-wrapper .card-box .list-wrapper {
  margin-top: 40px;
}
.cid-u9ytrjm2ww .item .item-wrapper .card-box .list-wrapper .pgk-list-title {
  margin-bottom: 24px;
}
.cid-u9ytrjm2ww .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9ytrjm2ww .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  position: relative;
  padding-left: 28px;
}
.cid-u9ytrjm2ww .item .item-wrapper .card-box .list-wrapper .list .item-wrap:before {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #2763ff;
  font-family: FontAwesome !important;
}
.cid-u9ytrjm2ww .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9ytrjm2ww .pgk-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-u9ytrjm2ww .pgk-text,
.cid-u9ytrjm2ww .text-wrapper {
  color: #6f6f6f;
  text-align: center;
}
.cid-u9ytrjm2ww .item-desc {
  color: #6f6f6f;
}
.cid-u9ytrjm2ww .item-title {
  color: #2763ff;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
}
.cid-u9ytrjm2ww .item-price {
  color: #000000;
}
.cid-u9ytrjm2ww .pgk-list-title {
  color: #000000;
}
.cid-u9ytrjm2ww .list {
  color: #000000;
}
.cid-u9ytrjm2ww .discount {
  background-color: #2763ff;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 17px;
  display: none;
}
.cid-u9ytrjm2ww .card_pricer {
  color: gray;
}
.cid-u9ytrjm2ww .favorite {
  color: #ffffff;
  background: #2763ff;
  transform: rotate(90deg);
  position: absolute;
  top: 32px;
  right: -5px;
  padding: 3.2px 26px;
  border: 0;
  display: block;
}
.cid-u9ytrjm2ww .favorite:before {
  content: "";
  border-top: 15px solid #2763ff;
  border-bottom: 15px solid #2763ff;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  position: absolute;
  right: -11px;
  top: 0;
}
.cid-u9ytrjm2ww .pgk-section-head {
  margin-bottom: 50px;
}
.cid-u9ytrjm2ww .label-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-u9ytrjm2ww .label-text span {
  padding: 8px 18px;
  border-radius: 15px;
  color: inherit;
}
.cid-u9ytrjm2ww .colored-text {
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u9ytrjm2ww .pgk-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-u9ytrjm2ww .item:focus,
.cid-u9ytrjm2ww span:focus {
  outline: none;
}
.cid-u9ytrjm2ww .item-wrapper {
  position: relative;
  border-radius: 1.5rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-u9ytrjm2ww .item-wrapper .item-content a:hover {
  color: #2763ff !important;
}
.cid-u9ytrjm2ww .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.cid-u9ytrjm2ww .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9ytrjm2ww .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #2763ff;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-u9ytrjm2ww .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-u9ytrjm2ww .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-u9ytrjm2ww .item-content-container {
    padding: 20px 15px;
  }
}
.cid-u9ytrjm2ww .pgk-section-btn {
  margin-top: 20px;
}
.cid-u9ytrjm2ww .pgk-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-u9ytrjm2ww .tabs-wrapper {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u9ytrjm2ww .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u9ytrjm2ww .tabs-wrapper .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
  border-radius: 1.5rem;
  background-color: #e4efff;
}
.cid-u9ytrjm2ww .tabs-wrapper .nav.nav-tabs .nav-item {
  margin: 8px;
}
.cid-u9ytrjm2ww .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0 16px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  min-width: 220px;
  margin-bottom: 0;
  border: none;
  color: #2763ff;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-u9ytrjm2ww .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    min-width: 225px;
  }
}
.cid-u9ytrjm2ww .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #2763ff;
  color: #ffffff;
}
.cid-u9ytrjm2ww .tab-content .tab-pane .content-wrapper .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u9ytrjm2ww .tab-content .tab-pane .content-wrapper .image-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u9ytrjm2ww .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9ytrjm2ww .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-u9ytrjm2ww .tab-content .tab-pane .content-wrapper .text-wrapper .pgk-text {
  margin-bottom: 0;
}
.cid-u9ytrjm2ww .list-wrapper .list .item-wrap li,
.cid-u9ytrjm2ww .list-wrapper .list .item-wrap span,
.cid-u9ytrjm2ww .list-wrapper .list .item-wrap {
  font-size: 1.1rem!important;
}
@media (min-width: 992px) {
  .cid-u9ytrjm2ww .pricing-zone {
    display: flex;
  }
}
.cid-u9ytrjm2ww .conftailer {
  margin-bottom: 2rem;
}
.cid-u9ytrjm2ww .tab-content > .tab-pane {
  margin-top: 3rem;
}
.cid-u9ytrjm2ww .row > [class*="col"] {
  padding-left: 12px!important;
  padding-right: 12px!important;
  margin-top: 12px!important;
  margin-bottom: 12px!important;
}
.cid-umBHFMvNWX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-umBHFMvNWX .pgk-overlay {
  background: #ffffff;
  opacity: 0.1;
}
.cid-umBHFMvNWX .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-umBHFMvNWX .img-row {
    flex-wrap: nowrap;
  }
}
.cid-umBHFMvNWX .item:focus,
.cid-umBHFMvNWX span:focus {
  outline: none;
}
.cid-umBHFMvNWX .pgk-section-title {
  color: #111111;
  margin-bottom: 20px;
}
.cid-umBHFMvNWX .item-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cid-umBHFMvNWX .item-img {
    margin-bottom: 40px;
  }
}
.cid-umBHFMvNWX .item-img img {
  height: 100px;
  width: auto;
  object-fit: cover;
}
.cid-umBHFMvNWX .btn-item {
  width: 100%;
}
.cid-umBHFMvNWX .pgk-section-btn {
  font-weight: 500;
}
@media (max-width: 575px) {
  .cid-umBHFMvNWX .pgk-section-btn {
    flex-wrap: wrap;
    display: flex;
  }
  .cid-umBHFMvNWX .pgk-section-btn .btn {
    width: 100%;
  }
}
.cid-tSPMWNQmrK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tSPMWNQmrK .container {
  display: flex;
  justify-content: center;
}
.cid-tSPMWNQmrK .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tSPMWNQmrK .col-brand {
  margin-bottom: 40px;
}
.cid-tSPMWNQmrK .col-link {
  margin-bottom: 30px;
}
.cid-tSPMWNQmrK .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo img {
  height: 53px;
  width: 190px;
  max-height: 3rem;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSPMWNQmrK .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-tSPMWNQmrK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tSPMWNQmrK .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tSPMWNQmrK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tSPMWNQmrK .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSPMWNQmrK .soc-item:hover {
  background-color: #738bae;
}
.cid-tSPMWNQmrK .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-tSPMWNQmrK .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tSPMWNQmrK .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tSPMWNQmrK .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tSPMWNQmrK .brand-text {
  margin-bottom: 35px;
  color: #000000;
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text .text-black {
  color: #00284E !important;
}
.cid-tSPMWNQmrK .pgk-text a {
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text a:hover {
  opacity: 1;
  color: #2763ff !important;
}
.cid-tSPMWNQmrK .col-copyright {
  margin-top: 44px;
}
.cid-tSPMWNQmrK .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tSPMWNQmrK .copyright {
    text-align: center !important;
  }
}
.cid-tSPMWNQmrK .pgk-fallback-image.disabled {
  display: none;
}
.cid-tSPMWNQmrK .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #000000;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 15px 30px;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1rem!important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pgk-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tYtQvEL04a {
  z-index: 1000;
  width: 100%;
}
.cid-tYtQvEL04a nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-tYtQvEL04a .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-tYtQvEL04a .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYtQvEL04a .dropdown-item {
  border-bottom: none!important;
}
.cid-tYtQvEL04a .dropdown-item:hover,
.cid-tYtQvEL04a .dropdown-item:focus {
  background: rgba(84, 144, 255, 0.1) !important;
  color: #1c4f7f !important;
}
.cid-tYtQvEL04a .dropdown-item:hover span {
  color: white;
}
.cid-tYtQvEL04a .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYtQvEL04a .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYtQvEL04a .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.167em 1em !important;
}
.cid-tYtQvEL04a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYtQvEL04a .nav-link {
  position: relative;
}
.cid-tYtQvEL04a .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYtQvEL04a .container {
    flex-wrap: nowrap;
  }
}
.cid-tYtQvEL04a .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYtQvEL04a .dropdown-menu,
.cid-tYtQvEL04a .navbar.opened {
  background: #ffffff !important;
}
.cid-tYtQvEL04a .nav-item:focus,
.cid-tYtQvEL04a .nav-link:focus {
  outline: none;
}
.cid-tYtQvEL04a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-tYtQvEL04a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYtQvEL04a .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYtQvEL04a .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYtQvEL04a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYtQvEL04a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYtQvEL04a .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 5px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tYtQvEL04a .navbar.opened {
  transition: all 0.3s;
}
.cid-tYtQvEL04a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYtQvEL04a .navbar .navbar-logo img {
  width: auto;
}
.cid-tYtQvEL04a .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYtQvEL04a .navbar.collapsed {
  justify-content: center;
}
.cid-tYtQvEL04a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYtQvEL04a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYtQvEL04a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tYtQvEL04a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYtQvEL04a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYtQvEL04a .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-tYtQvEL04a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYtQvEL04a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYtQvEL04a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYtQvEL04a .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-tYtQvEL04a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYtQvEL04a .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-tYtQvEL04a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYtQvEL04a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYtQvEL04a .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-tYtQvEL04a .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYtQvEL04a .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-tYtQvEL04a .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-tYtQvEL04a .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-tYtQvEL04a .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-tYtQvEL04a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYtQvEL04a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYtQvEL04a .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYtQvEL04a .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYtQvEL04a .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYtQvEL04a .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYtQvEL04a .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-tYtQvEL04a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYtQvEL04a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYtQvEL04a .dropdown-item.active,
.cid-tYtQvEL04a .dropdown-item:active {
  background-color: transparent;
}
.cid-tYtQvEL04a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYtQvEL04a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYtQvEL04a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYtQvEL04a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-tYtQvEL04a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-tYtQvEL04a .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-tYtQvEL04a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYtQvEL04a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYtQvEL04a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYtQvEL04a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0073cf;
}
.cid-tYtQvEL04a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYtQvEL04a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYtQvEL04a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYtQvEL04a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYtQvEL04a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYtQvEL04a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYtQvEL04a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYtQvEL04a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYtQvEL04a .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tYtQvEL04a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYtQvEL04a .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-tYtQvEL04a .navbar {
    height: 70px;
  }
  .cid-tYtQvEL04a .navbar.opened {
    height: auto;
  }
  .cid-tYtQvEL04a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYtQvEL04a .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tYtQvEL04a .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tYtQvEL04a .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tYtQvEL04a .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tYtQvEL04a .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tYtQvEL04a .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tYtQvEL04a .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tYtQvEL04a .nav-item .nav-link {
  position: relative !important;
}
.cid-tYtQvEL04a .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2763ff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tYtQvEL04a .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tYtQvEL04a .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tYtQvEL04a .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tYtQvEL04a .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYtQvEL04a .tel-menu {
    display: none;
  }
}
.cid-tYtQvEL04a .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tYtQvEL04a .pgk-text {
    text-align: center !important;
  }
}
.cid-tYtQvEL04a .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tYtQvEL04a .pgk-section-btn {
  display: flex;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.2);
}
@media (max-width: 991px) {
  .cid-tYtQvEL04a .pgk-section-btn {
    justify-content: center;
    margin-top: 30px!important;
    width: 280px;
    margin: auto;
    box-shadow: none;
    padding: 0 10px !important;
  }
}
@media (min-width: 992px) {
  .cid-tYtQvEL04a .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tYtQvEL04a .pgk-section-btn .btn {
  max-width: 200px;
  min-width: 100px;
  min-height: 40px!important;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0.45rem 0.50rem;
  border-radius: 10px;
}
.cid-tYtQvEL04a .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-tYtQvEL04a .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-tYtQvEL04a .tel-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tYtQvEL04a .navbar {
    padding: 0px 10px !important;
  }
  .cid-tYtQvEL04a .navbar ul.navbar-nav li {
    box-shadow: none;
  }
  .cid-tYtQvEL04a li.open,
  .cid-tYtQvEL04a li.open .dropdown-menu {
    box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
    border-radius: 1.5rem;
  }
  .cid-tYtQvEL04a div.open .dropdown-menu {
    box-shadow: none;
  }
}
@media (min-width: 991px) {
  .cid-tYtQvEL04a .navbar-nav .nav-link {
    font-size: 0.95rem;
  }
}
.cid-tYtQZYBdmX {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/background1-1.jpg");
  overflow: hidden;
  position: relative;
}
.cid-tYtQZYBdmX .container,
.cid-tYtQZYBdmX .container-fluid {
  position: static;
}
.cid-tYtQZYBdmX .pgk-section-title {
  color: #010d4c;
}
.cid-tYtQZYBdmX .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 5px;
}
.cid-tYtQZYBdmX .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 48px;
}
@media (min-width: 1400px) {
  .cid-tYtQZYBdmX .pgk-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-tYtQZYBdmX .pgk-text {
    margin-top: 38px;
  }
}
.cid-tYtQZYBdmX .pgk-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tYtQZYBdmX .pgk-section-btn {
    margin-top: 30px;
  }
}
.cid-tYtQZYBdmX .pgk-section-btn .btn {
  padding: 10px 30px;
  min-height: 55px;
  border-radius: 9px;
}
.cid-tYtQZYBdmX .pgk-section-btn .btn-info:hover {
  background-color: #2763ff !important;
  color: #ffffff !important;
}
.cid-tYtQZYBdmX .image-wrapper {
  height: 650px;
}
.cid-tYtQZYBdmX .image-wrapper img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-tYtQZYBdmX .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-tYtQZYBdmX .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-tYtQZYBdmX .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-tYtQZYBdmX .image-wrapper:before {
    width: 870px;
    height: 870px;
  }
}
@media (max-width: 1199px) {
  .cid-tYtQZYBdmX .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-tYtQZYBdmX .image-wrapper:before {
    display: none;
  }
}
.cid-tYtQZYBdmX .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tYtQZYBdmX .col-text {
    width: 58.3333333333% !important;
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  .cid-tYtQZYBdmX .col-text {
    width: 50% !important;
  }
}
.cid-tYtQZYBdmX .pgk-fallback-image.disabled {
  display: none;
}
.cid-tYtQZYBdmX .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYtR0k5mAm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tYtR0k5mAm .row {
  align-items: flex-start;
}
.cid-tYtR0k5mAm .container,
.cid-tYtR0k5mAm .container-fluid {
  position: static;
}
.cid-tYtR0k5mAm .label-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tYtR0k5mAm .label-text span {
  padding: 8px 18px;
  background-color: #00072c;
  border-radius: 15px;
  color: inherit;
}
.cid-tYtR0k5mAm .pgk-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tYtR0k5mAm .colored-text {
  color: #00072c;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tYtR0k5mAm .col-text {
  position: relative;
  z-index: 2;
}
.cid-tYtR0k5mAm .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tYtR0k5mAm .pgk-section-btn {
  margin-top: 10px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tYtR0k5mAm .pgk-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYtR0k5mAm .pgk-section-btn .btn {
    width: 100%;
  }
}
.cid-tYtR0k5mAm .pgk-section-head {
  position: relative;
  z-index: 2;
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-tYtR0k5mAm .pgk-section-head {
    margin-top: 0;
    padding-left: 20px;
  }
}
.cid-tYtR0k5mAm .toggle-panel,
.cid-tYtR0k5mAm .panel-group {
  width: 100%;
}
.cid-tYtR0k5mAm .card {
  padding: 0;
  position: relative;
  margin-bottom: 18px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(68, 109, 255, 0.04) !important;
}
.cid-tYtR0k5mAm .card .card-header {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
  transition: 0.5s all;
  background-color: #ffffff;
}
.cid-tYtR0k5mAm .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 20px 15px 35px;
  transition: 0.5s all;
  position: relative;
  z-index: 2;
}
.cid-tYtR0k5mAm .panel-title .sign {
  transform: rotate(180deg);
}
.cid-tYtR0k5mAm .collapsed {
  padding: 23px 20px 23px 35px;
}
.cid-tYtR0k5mAm .collapsed .sign {
  transform: rotate(0deg);
}
.cid-tYtR0k5mAm .panel-text {
  text-align: left;
  opacity: 0.8;
  color: #00284E;
  margin-bottom: 16px;
}
.cid-tYtR0k5mAm .sign {
  color: #010d4c;
  transition: transform 0.2s ease-in-out;
}
.cid-tYtR0k5mAm .panel-body {
  padding: 0 40px 20px 35px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.cid-tYtR0k5mAm .panel-title-edit {
  width: 100%;
  color: #00284E;
  text-align: left;
}
.cid-tYtR0k5mAm .bg-round {
  position: absolute;
  top: -33%;
  z-index: 1;
  max-width: 860px;
  padding: 0;
  right: 14%;
}
@media (max-width: 1399px) {
  .cid-tYtR0k5mAm .bg-round {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-tYtR0k5mAm .bg-round {
    top: auto;
    bottom: 0;
  }
}
.cid-tYtR0k5mAm .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tYtR0k5mAm .bg-round svg {
    height: 100%;
  }
}
.cid-tYtR0k5mAm .pgk-fallback-image.disabled {
  display: none;
}
.cid-tYtR0k5mAm .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua5dCbYulb {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-ua5dCbYulb::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #00398d -10%, transparent 80%);
  z-index: 1;
}
.cid-ua5dCbYulb .pgk-fallback-image.disabled {
  display: none;
}
.cid-ua5dCbYulb .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ua5dCbYulb .container {
    padding: 0 16px;
  }
}
.cid-ua5dCbYulb .row {
  position: relative;
  justify-content: space-between;
}
.cid-ua5dCbYulb .row .card {
  justify-content: space-between;
}
.cid-ua5dCbYulb .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-ua5dCbYulb .title-wrapper .pgk-section-title {
  margin-bottom: 24px;
}
.cid-ua5dCbYulb .title-wrapper .pgk-section-title span {
  color: #00398d;
}
.cid-ua5dCbYulb .title-wrapper .pgk-text {
  margin-bottom: 0;
}
.cid-ua5dCbYulb .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-ua5dCbYulb .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-ua5dCbYulb .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-ua5dCbYulb .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ua5dCbYulb .contacts-wrapper .item-wrapper .contact-wrap:hover .pgk-contact,
.cid-ua5dCbYulb .contacts-wrapper .item-wrapper .contact-wrap:focus .pgk-contact {
  color: #2763ff;
}
.cid-ua5dCbYulb .contacts-wrapper .item-wrapper .contact-wrap .pgk-iconfont {
  display: inline-flex;
  font-size: 34px;
  color: #2763ff;
  margin-right: 20px;
}
.cid-ua5dCbYulb .contacts-wrapper .item-wrapper .contact-wrap .pgk-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-ua5dCbYulb .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-ua5dCbYulb .dragArea.row .pgk-section-title {
  margin-bottom: 24px !important;
}
.cid-ua5dCbYulb .dragArea.row .pgk-text {
  margin-bottom: 24px !important;
}
.cid-ua5dCbYulb .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-ua5dCbYulb .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-ua5dCbYulb .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.cid-ua5dCbYulb .dragArea.row .form-group .form-control:hover,
.cid-ua5dCbYulb .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-ua5dCbYulb .dragArea.row .form-group .form-control::placeholder {
  color: #2763ff;
}
.cid-ua5dCbYulb .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-ua5dCbYulb .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-ua5dCbYulb .dragArea.row .form-group .form-check .form-check-input {
  background-color: #2763ff;
  border-color: #2763ff;
  border-radius: 0;
}
.cid-ua5dCbYulb .dragArea.row .pgk-section-btn {
  width: 100%;
}
.cid-ua5dCbYulb .dragArea.row .pgk-section-btn .btn {
  margin-top: 0;
}
.cid-ua5dCbYulb .pgk-section-title {
  color: #000000;
}
.cid-ua5dCbYulb .pgk-text {
  color: #6f6f6f;
}
.cid-ua5dCbYulb .pgk-contact {
  color: #000000;
}
.cid-ua5dCbYulb label {
  color: #000000;
}
.cid-ua5dCbYulb .kakaotalk {
  background: #f9e000;
}
.cid-ua5dCbYulb .call {
  background: white;
}
.cid-ua5dCbYulb .mail {
  background: #D0DDFF;
}
.cid-ua5dCbYulb .card-wrapper img {
  width: 60px;
  margin-right: 1rem;
}
.cid-ua5dCbYulb .card-wrapper span {
  font-size: 50px;
  margin-right: 1rem;
}
.cid-ua5dCbYulb .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 1.5rem;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 1px 5px 1px rgba(137, 173, 255, 0.35);
}
.cid-ua5dCbYulb .card-title {
  color: #00072c;
}
.cid-tYtQvGubNG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tYtQvGubNG .container {
  display: flex;
  justify-content: center;
}
.cid-tYtQvGubNG .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tYtQvGubNG .col-brand {
  margin-bottom: 40px;
}
.cid-tYtQvGubNG .col-link {
  margin-bottom: 30px;
}
.cid-tYtQvGubNG .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tYtQvGubNG .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tYtQvGubNG .navbar-brand .navbar-logo img {
  height: 53px;
  width: 190px;
  max-height: 3rem;
}
.cid-tYtQvGubNG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYtQvGubNG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYtQvGubNG .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-tYtQvGubNG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYtQvGubNG .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tYtQvGubNG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tYtQvGubNG .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYtQvGubNG .soc-item:hover {
  background-color: #738bae;
}
.cid-tYtQvGubNG .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-tYtQvGubNG .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tYtQvGubNG .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tYtQvGubNG .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tYtQvGubNG .brand-text {
  margin-bottom: 35px;
  color: #000000;
  opacity: 0.8;
}
.cid-tYtQvGubNG .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tYtQvGubNG .pgk-text .text-black {
  color: #00284E !important;
}
.cid-tYtQvGubNG .pgk-text a {
  opacity: 0.8;
}
.cid-tYtQvGubNG .pgk-text a:hover {
  opacity: 1;
  color: #2763ff !important;
}
.cid-tYtQvGubNG .col-copyright {
  margin-top: 44px;
}
.cid-tYtQvGubNG .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tYtQvGubNG .copyright {
    text-align: center !important;
  }
}
.cid-tYtQvGubNG .pgk-fallback-image.disabled {
  display: none;
}
.cid-tYtQvGubNG .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #000000;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 15px 30px;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1rem!important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pgk-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tYtRgkTWaa {
  z-index: 1000;
  width: 100%;
}
.cid-tYtRgkTWaa nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-tYtRgkTWaa .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-tYtRgkTWaa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYtRgkTWaa .dropdown-item {
  border-bottom: none!important;
}
.cid-tYtRgkTWaa .dropdown-item:hover,
.cid-tYtRgkTWaa .dropdown-item:focus {
  background: rgba(84, 144, 255, 0.1) !important;
  color: #1c4f7f !important;
}
.cid-tYtRgkTWaa .dropdown-item:hover span {
  color: white;
}
.cid-tYtRgkTWaa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYtRgkTWaa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYtRgkTWaa .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.167em 1em !important;
}
.cid-tYtRgkTWaa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYtRgkTWaa .nav-link {
  position: relative;
}
.cid-tYtRgkTWaa .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYtRgkTWaa .container {
    flex-wrap: nowrap;
  }
}
.cid-tYtRgkTWaa .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYtRgkTWaa .dropdown-menu,
.cid-tYtRgkTWaa .navbar.opened {
  background: #ffffff !important;
}
.cid-tYtRgkTWaa .nav-item:focus,
.cid-tYtRgkTWaa .nav-link:focus {
  outline: none;
}
.cid-tYtRgkTWaa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-tYtRgkTWaa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYtRgkTWaa .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYtRgkTWaa .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYtRgkTWaa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYtRgkTWaa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYtRgkTWaa .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 5px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tYtRgkTWaa .navbar.opened {
  transition: all 0.3s;
}
.cid-tYtRgkTWaa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYtRgkTWaa .navbar .navbar-logo img {
  width: auto;
}
.cid-tYtRgkTWaa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYtRgkTWaa .navbar.collapsed {
  justify-content: center;
}
.cid-tYtRgkTWaa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYtRgkTWaa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYtRgkTWaa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tYtRgkTWaa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYtRgkTWaa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYtRgkTWaa .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-tYtRgkTWaa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYtRgkTWaa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYtRgkTWaa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYtRgkTWaa .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-tYtRgkTWaa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYtRgkTWaa .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-tYtRgkTWaa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYtRgkTWaa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYtRgkTWaa .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-tYtRgkTWaa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYtRgkTWaa .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-tYtRgkTWaa .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-tYtRgkTWaa .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-tYtRgkTWaa .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-tYtRgkTWaa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYtRgkTWaa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYtRgkTWaa .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYtRgkTWaa .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYtRgkTWaa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYtRgkTWaa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYtRgkTWaa .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-tYtRgkTWaa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYtRgkTWaa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYtRgkTWaa .dropdown-item.active,
.cid-tYtRgkTWaa .dropdown-item:active {
  background-color: transparent;
}
.cid-tYtRgkTWaa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYtRgkTWaa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYtRgkTWaa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYtRgkTWaa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-tYtRgkTWaa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-tYtRgkTWaa .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-tYtRgkTWaa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYtRgkTWaa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYtRgkTWaa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYtRgkTWaa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0073cf;
}
.cid-tYtRgkTWaa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYtRgkTWaa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYtRgkTWaa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYtRgkTWaa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYtRgkTWaa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYtRgkTWaa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYtRgkTWaa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYtRgkTWaa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYtRgkTWaa .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tYtRgkTWaa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYtRgkTWaa .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-tYtRgkTWaa .navbar {
    height: 70px;
  }
  .cid-tYtRgkTWaa .navbar.opened {
    height: auto;
  }
  .cid-tYtRgkTWaa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYtRgkTWaa .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tYtRgkTWaa .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tYtRgkTWaa .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tYtRgkTWaa .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tYtRgkTWaa .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tYtRgkTWaa .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tYtRgkTWaa .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tYtRgkTWaa .nav-item .nav-link {
  position: relative !important;
}
.cid-tYtRgkTWaa .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2763ff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tYtRgkTWaa .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tYtRgkTWaa .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tYtRgkTWaa .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tYtRgkTWaa .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYtRgkTWaa .tel-menu {
    display: none;
  }
}
.cid-tYtRgkTWaa .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tYtRgkTWaa .pgk-text {
    text-align: center !important;
  }
}
.cid-tYtRgkTWaa .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tYtRgkTWaa .pgk-section-btn {
  display: flex;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.2);
}
@media (max-width: 991px) {
  .cid-tYtRgkTWaa .pgk-section-btn {
    justify-content: center;
    margin-top: 30px!important;
    width: 280px;
    margin: auto;
    box-shadow: none;
    padding: 0 10px !important;
  }
}
@media (min-width: 992px) {
  .cid-tYtRgkTWaa .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tYtRgkTWaa .pgk-section-btn .btn {
  max-width: 200px;
  min-width: 100px;
  min-height: 40px!important;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0.45rem 0.50rem;
  border-radius: 10px;
}
.cid-tYtRgkTWaa .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-tYtRgkTWaa .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-tYtRgkTWaa .tel-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tYtRgkTWaa .navbar {
    padding: 0px 10px !important;
  }
  .cid-tYtRgkTWaa .navbar ul.navbar-nav li {
    box-shadow: none;
  }
  .cid-tYtRgkTWaa li.open,
  .cid-tYtRgkTWaa li.open .dropdown-menu {
    box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
    border-radius: 1.5rem;
  }
  .cid-tYtRgkTWaa div.open .dropdown-menu {
    box-shadow: none;
  }
}
@media (min-width: 991px) {
  .cid-tYtRgkTWaa .navbar-nav .nav-link {
    font-size: 0.95rem;
  }
}
.cid-tYtRgli2H0 {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/background1-1.jpg");
  overflow: hidden;
  position: relative;
}
.cid-tYtRgli2H0 .container,
.cid-tYtRgli2H0 .container-fluid {
  position: static;
}
.cid-tYtRgli2H0 .pgk-section-title {
  color: #010d4c;
}
.cid-tYtRgli2H0 .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 5px;
}
.cid-tYtRgli2H0 .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 48px;
}
@media (min-width: 1400px) {
  .cid-tYtRgli2H0 .pgk-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-tYtRgli2H0 .pgk-text {
    margin-top: 38px;
  }
}
.cid-tYtRgli2H0 .pgk-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tYtRgli2H0 .pgk-section-btn {
    margin-top: 30px;
  }
}
.cid-tYtRgli2H0 .pgk-section-btn .btn {
  padding: 10px 30px;
  min-height: 55px;
  border-radius: 9px;
}
.cid-tYtRgli2H0 .pgk-section-btn .btn-info:hover {
  background-color: #2763ff !important;
  color: #ffffff !important;
}
.cid-tYtRgli2H0 .image-wrapper {
  height: 650px;
}
.cid-tYtRgli2H0 .image-wrapper img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-tYtRgli2H0 .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-tYtRgli2H0 .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-tYtRgli2H0 .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-tYtRgli2H0 .image-wrapper:before {
    width: 870px;
    height: 870px;
  }
}
@media (max-width: 1199px) {
  .cid-tYtRgli2H0 .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-tYtRgli2H0 .image-wrapper:before {
    display: none;
  }
}
.cid-tYtRgli2H0 .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tYtRgli2H0 .col-text {
    width: 58.3333333333% !important;
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  .cid-tYtRgli2H0 .col-text {
    width: 50% !important;
  }
}
.cid-tYtRgli2H0 .pgk-fallback-image.disabled {
  display: none;
}
.cid-tYtRgli2H0 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYtRglBG8x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tYtRglBG8x .row {
  align-items: flex-start;
}
.cid-tYtRglBG8x .container,
.cid-tYtRglBG8x .container-fluid {
  position: static;
}
.cid-tYtRglBG8x .label-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tYtRglBG8x .label-text span {
  padding: 8px 18px;
  background-color: #00072c;
  border-radius: 15px;
  color: inherit;
}
.cid-tYtRglBG8x .pgk-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tYtRglBG8x .colored-text {
  color: #00072c;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tYtRglBG8x .col-text {
  position: relative;
  z-index: 2;
}
.cid-tYtRglBG8x .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tYtRglBG8x .pgk-section-btn {
  margin-top: 10px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tYtRglBG8x .pgk-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYtRglBG8x .pgk-section-btn .btn {
    width: 100%;
  }
}
.cid-tYtRglBG8x .pgk-section-head {
  position: relative;
  z-index: 2;
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-tYtRglBG8x .pgk-section-head {
    margin-top: 0;
    padding-left: 20px;
  }
}
.cid-tYtRglBG8x .toggle-panel,
.cid-tYtRglBG8x .panel-group {
  width: 100%;
}
.cid-tYtRglBG8x .card {
  padding: 0;
  position: relative;
  margin-bottom: 18px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(68, 109, 255, 0.04) !important;
}
.cid-tYtRglBG8x .card .card-header {
  margin-bottom: 10px;
  padding: 0;
  border-bottom: none;
  transition: 0.5s all;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #f1f1f1;
  background-color: #ffffff;
}
.cid-tYtRglBG8x .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 20px 15px 35px;
  transition: 0.5s all;
  position: relative;
  z-index: 2;
}
.cid-tYtRglBG8x .panel-title .sign {
  transform: rotate(180deg);
}
.cid-tYtRglBG8x .collapsed {
  padding: 23px 20px 23px 35px;
  background: white;
  border-radius: 10px;
}
.cid-tYtRglBG8x .collapsed .sign {
  transform: rotate(0deg);
}
.cid-tYtRglBG8x .panel-text {
  text-align: left;
  opacity: 0.8;
  color: #00284E;
  margin-bottom: 16px;
}
.cid-tYtRglBG8x .sign {
  color: #010d4c;
  transition: transform 0.2s ease-in-out;
}
.cid-tYtRglBG8x .panel-body {
  padding: 0 40px 20px 35px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.cid-tYtRglBG8x .panel-title-edit {
  color: #00284E;
  text-align: left;
}
.cid-tYtRglBG8x .bg-round {
  position: absolute;
  top: -33%;
  z-index: 1;
  max-width: 860px;
  padding: 0;
  right: 14%;
}
@media (max-width: 1399px) {
  .cid-tYtRglBG8x .bg-round {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-tYtRglBG8x .bg-round {
    top: auto;
    bottom: 0;
  }
}
.cid-tYtRglBG8x .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tYtRglBG8x .bg-round svg {
    height: 100%;
  }
}
.cid-tYtRglBG8x .pgk-fallback-image.disabled {
  display: none;
}
.cid-tYtRglBG8x .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYtRglBG8x .svr-on:after {
  content: "[작동중]";
  color: white !important;
  font-weight: bold;
  background: #00ff4e !important;
  padding: 5px 10px;
  border-radius: 6px;
}
.cid-tYtRglBG8x .svr-error:after {
  content: "[점검중]";
  color: white !important;
  font-weight: bold;
  background: orrange !important;
  padding: 5px 10px;
  border-radius: 6px;
}
.cid-tYtRglBG8x .svr-off:after {
  content: "[오프라인]";
  color: white !important;
  font-weight: bold;
  background: red !important;
  padding: 5px 10px;
  border-radius: 6px;
}
.cid-ua5eQOS02w {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-ua5eQOS02w::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #00398d -10%, transparent 80%);
  z-index: 1;
}
.cid-ua5eQOS02w .pgk-fallback-image.disabled {
  display: none;
}
.cid-ua5eQOS02w .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ua5eQOS02w .container {
    padding: 0 16px;
  }
}
.cid-ua5eQOS02w .row {
  position: relative;
  justify-content: space-between;
}
.cid-ua5eQOS02w .row .card {
  justify-content: space-between;
}
.cid-ua5eQOS02w .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-ua5eQOS02w .title-wrapper .pgk-section-title {
  margin-bottom: 24px;
}
.cid-ua5eQOS02w .title-wrapper .pgk-section-title span {
  color: #00398d;
}
.cid-ua5eQOS02w .title-wrapper .pgk-text {
  margin-bottom: 0;
}
.cid-ua5eQOS02w .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-ua5eQOS02w .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-ua5eQOS02w .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-ua5eQOS02w .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ua5eQOS02w .contacts-wrapper .item-wrapper .contact-wrap:hover .pgk-contact,
.cid-ua5eQOS02w .contacts-wrapper .item-wrapper .contact-wrap:focus .pgk-contact {
  color: #2763ff;
}
.cid-ua5eQOS02w .contacts-wrapper .item-wrapper .contact-wrap .pgk-iconfont {
  display: inline-flex;
  font-size: 34px;
  color: #2763ff;
  margin-right: 20px;
}
.cid-ua5eQOS02w .contacts-wrapper .item-wrapper .contact-wrap .pgk-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-ua5eQOS02w .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-ua5eQOS02w .dragArea.row .pgk-section-title {
  margin-bottom: 24px !important;
}
.cid-ua5eQOS02w .dragArea.row .pgk-text {
  margin-bottom: 24px !important;
}
.cid-ua5eQOS02w .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-ua5eQOS02w .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-ua5eQOS02w .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.cid-ua5eQOS02w .dragArea.row .form-group .form-control:hover,
.cid-ua5eQOS02w .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-ua5eQOS02w .dragArea.row .form-group .form-control::placeholder {
  color: #2763ff;
}
.cid-ua5eQOS02w .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-ua5eQOS02w .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-ua5eQOS02w .dragArea.row .form-group .form-check .form-check-input {
  background-color: #2763ff;
  border-color: #2763ff;
  border-radius: 0;
}
.cid-ua5eQOS02w .dragArea.row .pgk-section-btn {
  width: 100%;
}
.cid-ua5eQOS02w .dragArea.row .pgk-section-btn .btn {
  margin-top: 0;
}
.cid-ua5eQOS02w .pgk-section-title {
  color: #000000;
}
.cid-ua5eQOS02w .pgk-text {
  color: #6f6f6f;
}
.cid-ua5eQOS02w .pgk-contact {
  color: #000000;
}
.cid-ua5eQOS02w label {
  color: #000000;
}
.cid-ua5eQOS02w .kakaotalk {
  background: #f9e000;
}
.cid-ua5eQOS02w .call {
  background: white;
}
.cid-ua5eQOS02w .mail {
  background: #D0DDFF;
}
.cid-ua5eQOS02w .card-wrapper img {
  width: 60px;
  margin-right: 1rem;
}
.cid-ua5eQOS02w .card-wrapper span {
  font-size: 50px;
  margin-right: 1rem;
}
.cid-ua5eQOS02w .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 1.5rem;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 1px 5px 1px rgba(137, 173, 255, 0.35);
}
.cid-ua5eQOS02w .card-title {
  color: #00072c;
}
.cid-tYtRgmkw2K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tYtRgmkw2K .container {
  display: flex;
  justify-content: center;
}
.cid-tYtRgmkw2K .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tYtRgmkw2K .col-brand {
  margin-bottom: 40px;
}
.cid-tYtRgmkw2K .col-link {
  margin-bottom: 30px;
}
.cid-tYtRgmkw2K .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tYtRgmkw2K .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tYtRgmkw2K .navbar-brand .navbar-logo img {
  height: 53px;
  width: 190px;
  max-height: 3rem;
}
.cid-tYtRgmkw2K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYtRgmkw2K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYtRgmkw2K .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-tYtRgmkw2K .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYtRgmkw2K .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tYtRgmkw2K .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tYtRgmkw2K .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYtRgmkw2K .soc-item:hover {
  background-color: #738bae;
}
.cid-tYtRgmkw2K .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-tYtRgmkw2K .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tYtRgmkw2K .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tYtRgmkw2K .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tYtRgmkw2K .brand-text {
  margin-bottom: 35px;
  color: #000000;
  opacity: 0.8;
}
.cid-tYtRgmkw2K .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tYtRgmkw2K .pgk-text .text-black {
  color: #00284E !important;
}
.cid-tYtRgmkw2K .pgk-text a {
  opacity: 0.8;
}
.cid-tYtRgmkw2K .pgk-text a:hover {
  opacity: 1;
  color: #2763ff !important;
}
.cid-tYtRgmkw2K .col-copyright {
  margin-top: 44px;
}
.cid-tYtRgmkw2K .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tYtRgmkw2K .copyright {
    text-align: center !important;
  }
}
.cid-tYtRgmkw2K .pgk-fallback-image.disabled {
  display: none;
}
.cid-tYtRgmkw2K .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #000000;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 15px 30px;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1rem!important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pgk-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tYuebm4X8j {
  z-index: 1000;
  width: 100%;
}
.cid-tYuebm4X8j nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-tYuebm4X8j .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-tYuebm4X8j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYuebm4X8j .dropdown-item {
  border-bottom: none!important;
}
.cid-tYuebm4X8j .dropdown-item:hover,
.cid-tYuebm4X8j .dropdown-item:focus {
  background: rgba(84, 144, 255, 0.1) !important;
  color: #1c4f7f !important;
}
.cid-tYuebm4X8j .dropdown-item:hover span {
  color: white;
}
.cid-tYuebm4X8j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYuebm4X8j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYuebm4X8j .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.167em 1em !important;
}
.cid-tYuebm4X8j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYuebm4X8j .nav-link {
  position: relative;
}
.cid-tYuebm4X8j .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYuebm4X8j .container {
    flex-wrap: nowrap;
  }
}
.cid-tYuebm4X8j .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYuebm4X8j .dropdown-menu,
.cid-tYuebm4X8j .navbar.opened {
  background: #ffffff !important;
}
.cid-tYuebm4X8j .nav-item:focus,
.cid-tYuebm4X8j .nav-link:focus {
  outline: none;
}
.cid-tYuebm4X8j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-tYuebm4X8j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYuebm4X8j .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYuebm4X8j .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYuebm4X8j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYuebm4X8j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYuebm4X8j .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 5px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tYuebm4X8j .navbar.opened {
  transition: all 0.3s;
}
.cid-tYuebm4X8j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYuebm4X8j .navbar .navbar-logo img {
  width: auto;
}
.cid-tYuebm4X8j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYuebm4X8j .navbar.collapsed {
  justify-content: center;
}
.cid-tYuebm4X8j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYuebm4X8j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYuebm4X8j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tYuebm4X8j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYuebm4X8j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYuebm4X8j .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-tYuebm4X8j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYuebm4X8j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYuebm4X8j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYuebm4X8j .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-tYuebm4X8j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYuebm4X8j .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-tYuebm4X8j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYuebm4X8j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYuebm4X8j .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-tYuebm4X8j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYuebm4X8j .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-tYuebm4X8j .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-tYuebm4X8j .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-tYuebm4X8j .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-tYuebm4X8j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYuebm4X8j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYuebm4X8j .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYuebm4X8j .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYuebm4X8j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYuebm4X8j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYuebm4X8j .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-tYuebm4X8j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYuebm4X8j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYuebm4X8j .dropdown-item.active,
.cid-tYuebm4X8j .dropdown-item:active {
  background-color: transparent;
}
.cid-tYuebm4X8j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYuebm4X8j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYuebm4X8j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYuebm4X8j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-tYuebm4X8j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-tYuebm4X8j .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-tYuebm4X8j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYuebm4X8j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYuebm4X8j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYuebm4X8j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0073cf;
}
.cid-tYuebm4X8j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYuebm4X8j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYuebm4X8j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYuebm4X8j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYuebm4X8j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYuebm4X8j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYuebm4X8j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYuebm4X8j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYuebm4X8j .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tYuebm4X8j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYuebm4X8j .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-tYuebm4X8j .navbar {
    height: 70px;
  }
  .cid-tYuebm4X8j .navbar.opened {
    height: auto;
  }
  .cid-tYuebm4X8j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYuebm4X8j .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tYuebm4X8j .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tYuebm4X8j .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tYuebm4X8j .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tYuebm4X8j .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tYuebm4X8j .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tYuebm4X8j .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tYuebm4X8j .nav-item .nav-link {
  position: relative !important;
}
.cid-tYuebm4X8j .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2763ff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tYuebm4X8j .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tYuebm4X8j .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tYuebm4X8j .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tYuebm4X8j .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYuebm4X8j .tel-menu {
    display: none;
  }
}
.cid-tYuebm4X8j .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tYuebm4X8j .pgk-text {
    text-align: center !important;
  }
}
.cid-tYuebm4X8j .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tYuebm4X8j .pgk-section-btn {
  display: flex;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.2);
}
@media (max-width: 991px) {
  .cid-tYuebm4X8j .pgk-section-btn {
    justify-content: center;
    margin-top: 30px!important;
    width: 280px;
    margin: auto;
    box-shadow: none;
    padding: 0 10px !important;
  }
}
@media (min-width: 992px) {
  .cid-tYuebm4X8j .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tYuebm4X8j .pgk-section-btn .btn {
  max-width: 200px;
  min-width: 100px;
  min-height: 40px!important;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0.45rem 0.50rem;
  border-radius: 10px;
}
.cid-tYuebm4X8j .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-tYuebm4X8j .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-tYuebm4X8j .tel-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tYuebm4X8j .navbar {
    padding: 0px 10px !important;
  }
  .cid-tYuebm4X8j .navbar ul.navbar-nav li {
    box-shadow: none;
  }
  .cid-tYuebm4X8j li.open,
  .cid-tYuebm4X8j li.open .dropdown-menu {
    box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
    border-radius: 1.5rem;
  }
  .cid-tYuebm4X8j div.open .dropdown-menu {
    box-shadow: none;
  }
}
@media (min-width: 991px) {
  .cid-tYuebm4X8j .navbar-nav .nav-link {
    font-size: 0.95rem;
  }
}
.cid-tYuebmJhZC {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tYuebmJhZC .pgk-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tYuebmJhZC .pgk-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tYuebmJhZC .pgk-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tYuebmJhZC .pgk-section-btn {
    margin-top: 30px;
  }
}
.cid-tYuebmJhZC .pgk-fallback-image.disabled {
  display: none;
}
.cid-tYuebmJhZC .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-2f .btn,
#custom-html-2f button:not(.navbar-toggler) {
  border-radius: 3rem !important;
  min-height: 40px !important;
  margin: 5px !important;
}
#custom-html-2f form.gsc-search-box {
  padding: 5px!important;
}
.cid-tYuebnXxfu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tYuebnXxfu .container {
  display: flex;
  justify-content: center;
}
.cid-tYuebnXxfu .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tYuebnXxfu .col-brand {
  margin-bottom: 40px;
}
.cid-tYuebnXxfu .col-link {
  margin-bottom: 30px;
}
.cid-tYuebnXxfu .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tYuebnXxfu .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tYuebnXxfu .navbar-brand .navbar-logo img {
  height: 53px;
  width: 190px;
  max-height: 3rem;
}
.cid-tYuebnXxfu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYuebnXxfu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYuebnXxfu .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-tYuebnXxfu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYuebnXxfu .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tYuebnXxfu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tYuebnXxfu .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYuebnXxfu .soc-item:hover {
  background-color: #738bae;
}
.cid-tYuebnXxfu .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-tYuebnXxfu .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tYuebnXxfu .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tYuebnXxfu .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tYuebnXxfu .brand-text {
  margin-bottom: 35px;
  color: #000000;
  opacity: 0.8;
}
.cid-tYuebnXxfu .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tYuebnXxfu .pgk-text .text-black {
  color: #00284E !important;
}
.cid-tYuebnXxfu .pgk-text a {
  opacity: 0.8;
}
.cid-tYuebnXxfu .pgk-text a:hover {
  opacity: 1;
  color: #2763ff !important;
}
.cid-tYuebnXxfu .col-copyright {
  margin-top: 44px;
}
.cid-tYuebnXxfu .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tYuebnXxfu .copyright {
    text-align: center !important;
  }
}
.cid-tYuebnXxfu .pgk-fallback-image.disabled {
  display: none;
}
.cid-tYuebnXxfu .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #000000;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 15px 30px;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1rem!important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pgk-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tSOqB48Tzc {
  z-index: 1000;
  width: 100%;
}
.cid-tSOqB48Tzc nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-tSOqB48Tzc .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-tSOqB48Tzc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSOqB48Tzc .dropdown-item {
  border-bottom: none!important;
}
.cid-tSOqB48Tzc .dropdown-item:hover,
.cid-tSOqB48Tzc .dropdown-item:focus {
  background: rgba(84, 144, 255, 0.1) !important;
  color: #1c4f7f !important;
}
.cid-tSOqB48Tzc .dropdown-item:hover span {
  color: white;
}
.cid-tSOqB48Tzc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSOqB48Tzc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSOqB48Tzc .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.167em 1em !important;
}
.cid-tSOqB48Tzc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSOqB48Tzc .nav-link {
  position: relative;
}
.cid-tSOqB48Tzc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tSOqB48Tzc .container {
    flex-wrap: nowrap;
  }
}
.cid-tSOqB48Tzc .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSOqB48Tzc .dropdown-menu,
.cid-tSOqB48Tzc .navbar.opened {
  background: #ffffff !important;
}
.cid-tSOqB48Tzc .nav-item:focus,
.cid-tSOqB48Tzc .nav-link:focus {
  outline: none;
}
.cid-tSOqB48Tzc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-tSOqB48Tzc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSOqB48Tzc .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSOqB48Tzc .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSOqB48Tzc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSOqB48Tzc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSOqB48Tzc .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 5px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tSOqB48Tzc .navbar.opened {
  transition: all 0.3s;
}
.cid-tSOqB48Tzc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSOqB48Tzc .navbar .navbar-logo img {
  width: auto;
}
.cid-tSOqB48Tzc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSOqB48Tzc .navbar.collapsed {
  justify-content: center;
}
.cid-tSOqB48Tzc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSOqB48Tzc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSOqB48Tzc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tSOqB48Tzc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSOqB48Tzc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSOqB48Tzc .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-tSOqB48Tzc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSOqB48Tzc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSOqB48Tzc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSOqB48Tzc .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-tSOqB48Tzc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSOqB48Tzc .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-tSOqB48Tzc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSOqB48Tzc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSOqB48Tzc .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-tSOqB48Tzc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSOqB48Tzc .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-tSOqB48Tzc .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-tSOqB48Tzc .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-tSOqB48Tzc .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-tSOqB48Tzc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSOqB48Tzc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSOqB48Tzc .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSOqB48Tzc .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSOqB48Tzc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSOqB48Tzc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSOqB48Tzc .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-tSOqB48Tzc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSOqB48Tzc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSOqB48Tzc .dropdown-item.active,
.cid-tSOqB48Tzc .dropdown-item:active {
  background-color: transparent;
}
.cid-tSOqB48Tzc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSOqB48Tzc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSOqB48Tzc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSOqB48Tzc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-tSOqB48Tzc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-tSOqB48Tzc .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-tSOqB48Tzc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSOqB48Tzc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSOqB48Tzc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSOqB48Tzc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0073cf;
}
.cid-tSOqB48Tzc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSOqB48Tzc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSOqB48Tzc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSOqB48Tzc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSOqB48Tzc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSOqB48Tzc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSOqB48Tzc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSOqB48Tzc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSOqB48Tzc .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tSOqB48Tzc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSOqB48Tzc .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-tSOqB48Tzc .navbar {
    height: 70px;
  }
  .cid-tSOqB48Tzc .navbar.opened {
    height: auto;
  }
  .cid-tSOqB48Tzc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSOqB48Tzc .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tSOqB48Tzc .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tSOqB48Tzc .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tSOqB48Tzc .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tSOqB48Tzc .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tSOqB48Tzc .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tSOqB48Tzc .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tSOqB48Tzc .nav-item .nav-link {
  position: relative !important;
}
.cid-tSOqB48Tzc .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2763ff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tSOqB48Tzc .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tSOqB48Tzc .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tSOqB48Tzc .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tSOqB48Tzc .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tSOqB48Tzc .tel-menu {
    display: none;
  }
}
.cid-tSOqB48Tzc .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tSOqB48Tzc .pgk-text {
    text-align: center !important;
  }
}
.cid-tSOqB48Tzc .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tSOqB48Tzc .pgk-section-btn {
  display: flex;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.2);
}
@media (max-width: 991px) {
  .cid-tSOqB48Tzc .pgk-section-btn {
    justify-content: center;
    margin-top: 30px!important;
    width: 280px;
    margin: auto;
    box-shadow: none;
    padding: 0 10px !important;
  }
}
@media (min-width: 992px) {
  .cid-tSOqB48Tzc .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tSOqB48Tzc .pgk-section-btn .btn {
  max-width: 200px;
  min-width: 100px;
  min-height: 40px!important;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0.45rem 0.50rem;
  border-radius: 10px;
}
.cid-tSOqB48Tzc .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-tSOqB48Tzc .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-tSOqB48Tzc .tel-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tSOqB48Tzc .navbar {
    padding: 0px 10px !important;
  }
  .cid-tSOqB48Tzc .navbar ul.navbar-nav li {
    box-shadow: none;
  }
  .cid-tSOqB48Tzc li.open,
  .cid-tSOqB48Tzc li.open .dropdown-menu {
    box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
    border-radius: 1.5rem;
  }
  .cid-tSOqB48Tzc div.open .dropdown-menu {
    box-shadow: none;
  }
}
@media (min-width: 991px) {
  .cid-tSOqB48Tzc .navbar-nav .nav-link {
    font-size: 0.95rem;
  }
}
.cid-u9yKDFwk07 {
  padding-top: 15rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background: linear-gradient(-250deg, rgba(255, 255, 255, 0.8) 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}
.cid-u9yKDFwk07 .title_block {
  margin-bottom: 80px;
}
.cid-u9yKDFwk07 .pgk-section-subtitle {
  margin-bottom: 16px;
  color: #000000;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-u9yKDFwk07 .pgk-section-title {
  color: #00072c;
}
.cid-u9yKDFwk07 .card_wrap {
  overflow: hidden;
  padding: 50px 40px;
  position: relative;
  margin-top: 2rem;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 1.5rem;
}
.cid-u9yKDFwk07 .card_wrap:hover {
  transform: translateY(-16px);
  box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
}
.cid-u9yKDFwk07 .favorite {
  color: #ffffff;
  background: #0d6efd;
  transform: rotate(90deg);
  position: absolute;
  top: 32px;
  right: -21px;
  padding: 3.2px 26px;
  border: 0;
  display: block;
}
.cid-u9yKDFwk07 .favorite:before {
  content: "";
  border-top: 15px solid #0d6efd;
  border-bottom: 15px solid #0d6efd;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  position: absolute;
  right: -11px;
  top: 0;
}
.cid-u9yKDFwk07 .card_header {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e5ff;
  text-align: center;
}
.cid-u9yKDFwk07 .card_title {
  margin-bottom: 30px;
  color: #00072c;
}
.cid-u9yKDFwk07 .card_price {
  color: #0d6efd;
}
.cid-u9yKDFwk07 .card_price sup {
  margin-right: 5px;
  font-size: 50%;
}
.cid-u9yKDFwk07 .card_price sub {
  font-size: 16px;
  line-height: 1;
}
.cid-u9yKDFwk07 .card_body {
  margin-bottom: 40px;
}
.cid-u9yKDFwk07 .card_body .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-u9yKDFwk07 .card_body .list li {
  line-height: 1.1;
  margin-bottom: 25px;
}
.cid-u9yKDFwk07 .card_body .pgk-iconfont {
  float: right;
  color: green;
}
.cid-u9yKDFwk07 .pgk-section-btn .btn {
  margin: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-u9yKDFwk07 .title_block {
    margin-bottom: 60px;
  }
  .cid-u9yKDFwk07 .card_wrap {
    margin-bottom: 35px;
    padding: 40px 30px;
  }
  .cid-u9yKDFwk07 .card_header {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .cid-u9yKDFwk07 .card_title {
    margin-bottom: 20px;
  }
  .cid-u9yKDFwk07 .card_body {
    margin-bottom: 40px;
  }
  .cid-u9yKDFwk07 .card_body li {
    margin-bottom: 20px;
  }
}
.cid-u9yKDFwk07 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u9yKDFwk07 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 767px) {
  .cid-u9yKDFwk07 .footkg {
    width: 100%;
  }
  .cid-u9yKDFwk07 .footkg .list {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    width: 33%;
    text-align: center;
  }
  .cid-u9yKDFwk07 .footkg .pgk-text.item-wrap {
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .cid-u9yKDFwk07 .footkg .pgk-text.item-wrap {
    width: 100%;
  }
}
.cid-u9yKDFwk07::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #2763ff -10%, transparent 80%);
}
.cid-u9yKDFwk07::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #c3dbff -10%, transparent 80%);
}
.cid-umC3VYjs7d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-umC3VYjs7d .pgk-overlay {
  background: #ffffff;
  opacity: 0.1;
}
.cid-umC3VYjs7d .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-umC3VYjs7d .img-row {
    flex-wrap: nowrap;
  }
}
.cid-umC3VYjs7d .item:focus,
.cid-umC3VYjs7d span:focus {
  outline: none;
}
.cid-umC3VYjs7d .pgk-section-title {
  color: #111111;
  margin-bottom: 20px;
}
.cid-umC3VYjs7d .item-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cid-umC3VYjs7d .item-img {
    margin-bottom: 40px;
  }
}
.cid-umC3VYjs7d .item-img img {
  height: 100px;
  width: auto;
  object-fit: cover;
}
.cid-umC3VYjs7d .btn-item {
  width: 100%;
}
.cid-umC3VYjs7d .pgk-section-btn {
  font-weight: 500;
}
@media (max-width: 575px) {
  .cid-umC3VYjs7d .pgk-section-btn {
    flex-wrap: wrap;
    display: flex;
  }
  .cid-umC3VYjs7d .pgk-section-btn .btn {
    width: 100%;
  }
}
.cid-tSPMWNQmrK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tSPMWNQmrK .container {
  display: flex;
  justify-content: center;
}
.cid-tSPMWNQmrK .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tSPMWNQmrK .col-brand {
  margin-bottom: 40px;
}
.cid-tSPMWNQmrK .col-link {
  margin-bottom: 30px;
}
.cid-tSPMWNQmrK .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo img {
  height: 53px;
  width: 190px;
  max-height: 3rem;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSPMWNQmrK .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-tSPMWNQmrK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tSPMWNQmrK .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tSPMWNQmrK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tSPMWNQmrK .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSPMWNQmrK .soc-item:hover {
  background-color: #738bae;
}
.cid-tSPMWNQmrK .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-tSPMWNQmrK .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tSPMWNQmrK .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tSPMWNQmrK .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tSPMWNQmrK .brand-text {
  margin-bottom: 35px;
  color: #000000;
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text .text-black {
  color: #00284E !important;
}
.cid-tSPMWNQmrK .pgk-text a {
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text a:hover {
  opacity: 1;
  color: #2763ff !important;
}
.cid-tSPMWNQmrK .col-copyright {
  margin-top: 44px;
}
.cid-tSPMWNQmrK .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tSPMWNQmrK .copyright {
    text-align: center !important;
  }
}
.cid-tSPMWNQmrK .pgk-fallback-image.disabled {
  display: none;
}
.cid-tSPMWNQmrK .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #000000;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 15px 30px;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1rem!important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pgk-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-u9ysZiHsMR {
  z-index: 1000;
  width: 100%;
}
.cid-u9ysZiHsMR nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-u9ysZiHsMR .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-u9ysZiHsMR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9ysZiHsMR .dropdown-item {
  border-bottom: none!important;
}
.cid-u9ysZiHsMR .dropdown-item:hover,
.cid-u9ysZiHsMR .dropdown-item:focus {
  background: rgba(84, 144, 255, 0.1) !important;
  color: #1c4f7f !important;
}
.cid-u9ysZiHsMR .dropdown-item:hover span {
  color: white;
}
.cid-u9ysZiHsMR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9ysZiHsMR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9ysZiHsMR .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.167em 1em !important;
}
.cid-u9ysZiHsMR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9ysZiHsMR .nav-link {
  position: relative;
}
.cid-u9ysZiHsMR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9ysZiHsMR .container {
    flex-wrap: nowrap;
  }
}
.cid-u9ysZiHsMR .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9ysZiHsMR .dropdown-menu,
.cid-u9ysZiHsMR .navbar.opened {
  background: #ffffff !important;
}
.cid-u9ysZiHsMR .nav-item:focus,
.cid-u9ysZiHsMR .nav-link:focus {
  outline: none;
}
.cid-u9ysZiHsMR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-u9ysZiHsMR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9ysZiHsMR .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9ysZiHsMR .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9ysZiHsMR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9ysZiHsMR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9ysZiHsMR .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 5px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-u9ysZiHsMR .navbar.opened {
  transition: all 0.3s;
}
.cid-u9ysZiHsMR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9ysZiHsMR .navbar .navbar-logo img {
  width: auto;
}
.cid-u9ysZiHsMR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9ysZiHsMR .navbar.collapsed {
  justify-content: center;
}
.cid-u9ysZiHsMR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9ysZiHsMR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9ysZiHsMR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9ysZiHsMR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9ysZiHsMR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9ysZiHsMR .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-u9ysZiHsMR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9ysZiHsMR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9ysZiHsMR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9ysZiHsMR .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-u9ysZiHsMR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9ysZiHsMR .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-u9ysZiHsMR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9ysZiHsMR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9ysZiHsMR .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-u9ysZiHsMR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9ysZiHsMR .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-u9ysZiHsMR .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-u9ysZiHsMR .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-u9ysZiHsMR .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-u9ysZiHsMR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9ysZiHsMR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9ysZiHsMR .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9ysZiHsMR .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9ysZiHsMR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9ysZiHsMR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9ysZiHsMR .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-u9ysZiHsMR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9ysZiHsMR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9ysZiHsMR .dropdown-item.active,
.cid-u9ysZiHsMR .dropdown-item:active {
  background-color: transparent;
}
.cid-u9ysZiHsMR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9ysZiHsMR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9ysZiHsMR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9ysZiHsMR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-u9ysZiHsMR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-u9ysZiHsMR .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-u9ysZiHsMR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9ysZiHsMR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9ysZiHsMR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9ysZiHsMR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0073cf;
}
.cid-u9ysZiHsMR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9ysZiHsMR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ysZiHsMR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ysZiHsMR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9ysZiHsMR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ysZiHsMR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9ysZiHsMR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9ysZiHsMR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ysZiHsMR .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-u9ysZiHsMR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9ysZiHsMR .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-u9ysZiHsMR .navbar {
    height: 70px;
  }
  .cid-u9ysZiHsMR .navbar.opened {
    height: auto;
  }
  .cid-u9ysZiHsMR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9ysZiHsMR .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-u9ysZiHsMR .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-u9ysZiHsMR .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-u9ysZiHsMR .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-u9ysZiHsMR .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-u9ysZiHsMR .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-u9ysZiHsMR .navbar-nav {
    margin-left: 145px;
  }
}
.cid-u9ysZiHsMR .nav-item .nav-link {
  position: relative !important;
}
.cid-u9ysZiHsMR .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2763ff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-u9ysZiHsMR .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-u9ysZiHsMR .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-u9ysZiHsMR .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-u9ysZiHsMR .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u9ysZiHsMR .tel-menu {
    display: none;
  }
}
.cid-u9ysZiHsMR .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-u9ysZiHsMR .pgk-text {
    text-align: center !important;
  }
}
.cid-u9ysZiHsMR .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-u9ysZiHsMR .pgk-section-btn {
  display: flex;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.2);
}
@media (max-width: 991px) {
  .cid-u9ysZiHsMR .pgk-section-btn {
    justify-content: center;
    margin-top: 30px!important;
    width: 280px;
    margin: auto;
    box-shadow: none;
    padding: 0 10px !important;
  }
}
@media (min-width: 992px) {
  .cid-u9ysZiHsMR .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-u9ysZiHsMR .pgk-section-btn .btn {
  max-width: 200px;
  min-width: 100px;
  min-height: 40px!important;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0.45rem 0.50rem;
  border-radius: 10px;
}
.cid-u9ysZiHsMR .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-u9ysZiHsMR .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-u9ysZiHsMR .tel-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-u9ysZiHsMR .navbar {
    padding: 0px 10px !important;
  }
  .cid-u9ysZiHsMR .navbar ul.navbar-nav li {
    box-shadow: none;
  }
  .cid-u9ysZiHsMR li.open,
  .cid-u9ysZiHsMR li.open .dropdown-menu {
    box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
    border-radius: 1.5rem;
  }
  .cid-u9ysZiHsMR div.open .dropdown-menu {
    box-shadow: none;
  }
}
@media (min-width: 991px) {
  .cid-u9ysZiHsMR .navbar-nav .nav-link {
    font-size: 0.95rem;
  }
}
.cid-u9ysZl0jCv {
  padding-top: 13.5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background6-1.jpeg");
}
.cid-u9ysZl0jCv .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-u9ysZl0jCv .pgk-section-title {
  color: #010d4c;
}
.cid-u9ysZl0jCv .pgk-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-u9ysZl0jCv .card-title {
  color: #010d4c;
  margin-top: 30px;
}
.cid-u9ysZl0jCv .card-title a {
  font-weight: 700 !important;
}
.cid-u9ysZl0jCv .card-title a:hover {
  text-decoration: underline;
}
.cid-u9ysZl0jCv .icon-box {
  display: flex;
  justify-content: flex-start;
}
.cid-u9ysZl0jCv .icon-box .pgk-iconfont {
  font-size: 45px;
  color: #2763ff;
}
.cid-u9ysZl0jCv .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 16px;
}
.cid-u9ysZl0jCv .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
}
.cid-u9ysZl0jCv .icon-link-box .pgk-iconfont {
  font-size: 37px;
  color: #cecece;
  transition: all 0.3s ease-in-out;
}
.cid-u9ysZl0jCv .icon-link-box .pgk-iconfont:hover {
  transform: scale(1.1);
  cursor: pointer !important;
}
.cid-u9ysZl0jCv .col-card {
  margin-top: 30px;
}
.cid-u9ysZl0jCv .card-wrapper {
  padding: 52px 40px 45px 50px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-u9ysZl0jCv .card-wrapper {
    padding: 40px 20px 20px;
  }
}
.cid-u9ysZl0jCv .card-2,
.cid-u9ysZl0jCv .card-1,
.cid-u9ysZl0jCv .card-3 {
  background: #ffffff;
  box-shadow: 0 30px 60px rgba(0, 19, 87, 0.04);
  border-radius: 1.5rem;
}
.cid-u9ysZl0jCv .pgk-fallback-image.disabled {
  display: none;
}
.cid-u9ysZl0jCv .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ysZlLtU4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-u9ysZlLtU4 .container,
.cid-u9ysZlLtU4 .container-fluid {
  position: static;
}
.cid-u9ysZlLtU4 .label-text {
  width: 100%;
  color: #2763ff;
  margin-bottom: 20px;
}
.cid-u9ysZlLtU4 .label-text span {
  padding: 8px 18px;
  background-color: #000000;
  border-radius: 15px;
  color: inherit;
}
.cid-u9ysZlLtU4 .pgk-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-u9ysZlLtU4 .colored-text {
  color: #2763ff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u9ysZlLtU4 .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-u9ysZlLtU4 .pgk-text {
    padding-right: 48px;
  }
}
.cid-u9ysZlLtU4 .cards-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-u9ysZlLtU4 .card {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 25px 25px 25px 95px;
  background: #ffffff;
  box-shadow: -20px 20px 50px rgba(0, 40, 99, 0.05);
  border-radius: 1.5rem;
}
.cid-u9ysZlLtU4 .card:hover .card-number {
  background: #2763ff;
  border-color: #2763ff;
  color: #ffffff;
}
.cid-u9ysZlLtU4 .card-number {
  width: 45px;
  height: 45px;
  border: 1px solid #CECECE;
  border-radius: 50%;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  color: #2763ff;
  position: absolute;
  top: 27px;
  left: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-u9ysZlLtU4 .card-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-u9ysZlLtU4 .card-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-u9ysZlLtU4 .pgk-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u9ysZlLtU4 .pgk-section-btn {
    margin-top: 30px;
  }
}
.cid-u9ysZlLtU4 .pgk-section-btn .btn:before {
  display: none;
}
.cid-u9ysZlLtU4 .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-u9ysZlLtU4 .image-wrapper {
  height: 650px;
  position: relative;
  z-index: 2;
}
.cid-u9ysZlLtU4 .image-wrapper img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-u9ysZlLtU4 .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 24%;
    width: 38.65%;
    right: 6%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-u9ysZlLtU4 .image-wrapper {
    top: 37%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u9ysZlLtU4 .image-wrapper {
    top: 31%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u9ysZlLtU4 .image-wrapper {
    top: 42%;
    right: 1%;
  }
}
@media (max-width: 767px) {
  .cid-u9ysZlLtU4 .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-u9ysZlLtU4 .bg-round {
  position: absolute;
  top: -14%;
  padding: 0;
}
.cid-u9ysZlLtU4 .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-u9ysZlLtU4 .bg-round {
    width: 56%;
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-u9ysZlLtU4 .bg-round {
    width: 56%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u9ysZlLtU4 .bg-round {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .cid-u9ysZlLtU4 .bg-round {
    top: auto;
    bottom: -10%;
  }
  .cid-u9ysZlLtU4 .bg-round svg {
    height: 100%;
  }
}
.cid-u9ysZlLtU4 .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-u9ysZlLtU4 .col-text {
    margin-right: auto;
  }
}
.cid-u9ysZlLtU4 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u9ysZlLtU4 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ysZmBclD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u9ysZmBclD .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-u9ysZmBclD .pgk-section-title {
  color: #010d4c;
}
.cid-u9ysZmBclD .pgk-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-u9ysZmBclD .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-u9ysZmBclD .card-title {
    margin-bottom: 18px;
  }
}
.cid-u9ysZmBclD .card-title a {
  font-weight: 700;
}
.cid-u9ysZmBclD .card-title a:hover {
  color: #2763ff !important;
}
.cid-u9ysZmBclD .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-u9ysZmBclD .icon-box {
    margin-bottom: 20px;
  }
}
.cid-u9ysZmBclD .icon-box .pgk-iconfont {
  font-size: 40px;
  color: #2763ff;
}
.cid-u9ysZmBclD .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-u9ysZmBclD .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-u9ysZmBclD .icon-link-box .pgk-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-u9ysZmBclD .icon-link-box .pgk-iconfont:hover {
  color: #f3f3f3 !important;
  cursor: pointer !important;
}
.cid-u9ysZmBclD .col-card {
  margin-top: 30px;
}
.cid-u9ysZmBclD .card-wrapper {
  padding: 50px 25px 22px 35px;
  background-color: transparent;
  border-radius: 1.5rem;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-u9ysZmBclD .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-u9ysZmBclD .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-u9ysZmBclD .pgk-fallback-image.disabled {
  display: none;
}
.cid-u9ysZmBclD .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ysZnvQ5L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-u9ysZnvQ5L .container,
.cid-u9ysZnvQ5L .container-fluid {
  position: static;
}
.cid-u9ysZnvQ5L .label-text {
  width: 100%;
  color: #2763ff;
  margin-bottom: 20px;
}
.cid-u9ysZnvQ5L .label-text span {
  padding: 8px 18px;
  background-color: #000000;
  border-radius: 15px;
  color: inherit;
}
.cid-u9ysZnvQ5L .pgk-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-u9ysZnvQ5L .colored-text {
  color: #2763ff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u9ysZnvQ5L .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-u9ysZnvQ5L .pgk-text {
    padding-right: 48px;
  }
}
.cid-u9ysZnvQ5L .cards-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-u9ysZnvQ5L .card {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 25px 25px 25px 95px;
  background: #ffffff;
  box-shadow: -20px 20px 50px rgba(0, 40, 99, 0.05);
  border-radius: 1.5rem;
}
.cid-u9ysZnvQ5L .card:hover .card-number {
  background: #2763ff;
  border-color: #2763ff;
  color: #ffffff;
}
.cid-u9ysZnvQ5L .card-number {
  width: 45px;
  height: 45px;
  border: 1px solid #CECECE;
  border-radius: 50%;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  color: #2763ff;
  position: absolute;
  top: 27px;
  left: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-u9ysZnvQ5L .card-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-u9ysZnvQ5L .card-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-u9ysZnvQ5L .pgk-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u9ysZnvQ5L .pgk-section-btn {
    margin-top: 30px;
  }
}
.cid-u9ysZnvQ5L .pgk-section-btn .btn:before {
  display: none;
}
.cid-u9ysZnvQ5L .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-u9ysZnvQ5L .image-wrapper {
  height: 650px;
  position: relative;
  z-index: 2;
}
.cid-u9ysZnvQ5L .image-wrapper img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-u9ysZnvQ5L .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 24%;
    width: 38.65%;
    left: 6%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-u9ysZnvQ5L .image-wrapper {
    top: 37%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u9ysZnvQ5L .image-wrapper {
    top: 31%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u9ysZnvQ5L .image-wrapper {
    top: 42%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-u9ysZnvQ5L .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-u9ysZnvQ5L .bg-round {
  position: absolute;
  top: -14%;
  padding: 0;
}
.cid-u9ysZnvQ5L .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-u9ysZnvQ5L .bg-round {
    width: 56%;
    left: 0;
    transform: scale(-1, 1);
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-u9ysZnvQ5L .bg-round {
    width: 56%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u9ysZnvQ5L .bg-round {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .cid-u9ysZnvQ5L .bg-round {
    top: auto;
    bottom: -10%;
  }
  .cid-u9ysZnvQ5L .bg-round svg {
    height: 100%;
  }
}
.cid-u9ysZnvQ5L .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-u9ysZnvQ5L .col-text {
    margin-left: auto;
  }
}
.cid-u9ysZnvQ5L .pgk-fallback-image.disabled {
  display: none;
}
.cid-u9ysZnvQ5L .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ysZohgVt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u9ysZohgVt .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-u9ysZohgVt .pgk-section-title {
  color: #010d4c;
}
.cid-u9ysZohgVt .pgk-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-u9ysZohgVt .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-u9ysZohgVt .card-title {
    margin-bottom: 18px;
  }
}
.cid-u9ysZohgVt .card-title a {
  font-weight: 700;
}
.cid-u9ysZohgVt .card-title a:hover {
  color: #2763ff !important;
}
.cid-u9ysZohgVt .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-u9ysZohgVt .icon-box {
    margin-bottom: 20px;
  }
}
.cid-u9ysZohgVt .icon-box .pgk-iconfont {
  font-size: 40px;
  color: #2763ff;
}
.cid-u9ysZohgVt .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-u9ysZohgVt .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-u9ysZohgVt .icon-link-box .pgk-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-u9ysZohgVt .icon-link-box .pgk-iconfont:hover {
  color: #f3f3f3 !important;
  cursor: pointer !important;
}
.cid-u9ysZohgVt .col-card {
  margin-top: 30px;
}
.cid-u9ysZohgVt .card-wrapper {
  padding: 50px 25px 22px 35px;
  background-color: transparent;
  border-radius: 1.5rem;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-u9ysZohgVt .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-u9ysZohgVt .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-u9ysZohgVt .pgk-fallback-image.disabled {
  display: none;
}
.cid-u9ysZohgVt .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ysZp5l5w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-u9ysZp5l5w .container,
.cid-u9ysZp5l5w .container-fluid {
  position: static;
}
.cid-u9ysZp5l5w .label-text {
  width: 100%;
  color: #2763ff;
  margin-bottom: 20px;
}
.cid-u9ysZp5l5w .label-text span {
  padding: 8px 18px;
  background-color: #000000;
  border-radius: 15px;
  color: inherit;
}
.cid-u9ysZp5l5w .pgk-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-u9ysZp5l5w .colored-text {
  color: #0073cf;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u9ysZp5l5w .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-u9ysZp5l5w .pgk-text {
    padding-right: 48px;
  }
}
.cid-u9ysZp5l5w .cards-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-u9ysZp5l5w .card {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 25px 25px 25px 95px;
  background: #ffffff;
  box-shadow: -20px 20px 50px rgba(0, 40, 99, 0.05);
  border-radius: 1.5rem;
}
.cid-u9ysZp5l5w .card:hover .card-number {
  background: #2763ff;
  border-color: #2763ff;
  color: #ffffff;
}
.cid-u9ysZp5l5w .card-number {
  width: 45px;
  height: 45px;
  border: 1px solid #CECECE;
  border-radius: 50%;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  color: #2763ff;
  position: absolute;
  top: 27px;
  left: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-u9ysZp5l5w .card-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-u9ysZp5l5w .card-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-u9ysZp5l5w .pgk-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u9ysZp5l5w .pgk-section-btn {
    margin-top: 30px;
  }
}
.cid-u9ysZp5l5w .pgk-section-btn .btn:before {
  display: none;
}
.cid-u9ysZp5l5w .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-u9ysZp5l5w .image-wrapper {
  height: 650px;
  position: relative;
  z-index: 2;
}
.cid-u9ysZp5l5w .image-wrapper img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-u9ysZp5l5w .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 24%;
    width: 38.65%;
    right: 6%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-u9ysZp5l5w .image-wrapper {
    top: 37%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u9ysZp5l5w .image-wrapper {
    top: 31%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u9ysZp5l5w .image-wrapper {
    top: 42%;
    right: 1%;
  }
}
@media (max-width: 767px) {
  .cid-u9ysZp5l5w .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-u9ysZp5l5w .bg-round {
  position: absolute;
  top: -14%;
  padding: 0;
}
.cid-u9ysZp5l5w .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-u9ysZp5l5w .bg-round {
    width: 56%;
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-u9ysZp5l5w .bg-round {
    width: 56%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u9ysZp5l5w .bg-round {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .cid-u9ysZp5l5w .bg-round {
    top: auto;
    bottom: -10%;
  }
  .cid-u9ysZp5l5w .bg-round svg {
    height: 100%;
  }
}
.cid-u9ysZp5l5w .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-u9ysZp5l5w .col-text {
    margin-right: auto;
  }
}
.cid-u9ysZp5l5w .pgk-fallback-image.disabled {
  display: none;
}
.cid-u9ysZp5l5w .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ysZpQyto {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u9ysZpQyto .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-u9ysZpQyto .pgk-section-title {
  color: #010d4c;
}
.cid-u9ysZpQyto .pgk-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-u9ysZpQyto .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-u9ysZpQyto .card-title {
    margin-bottom: 18px;
  }
}
.cid-u9ysZpQyto .card-title a {
  font-weight: 700;
}
.cid-u9ysZpQyto .card-title a:hover {
  color: #2763ff !important;
}
.cid-u9ysZpQyto .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-u9ysZpQyto .icon-box {
    margin-bottom: 20px;
  }
}
.cid-u9ysZpQyto .icon-box .pgk-iconfont {
  font-size: 40px;
  color: #2763ff;
}
.cid-u9ysZpQyto .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-u9ysZpQyto .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-u9ysZpQyto .icon-link-box .pgk-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-u9ysZpQyto .icon-link-box .pgk-iconfont:hover {
  color: #f3f3f3 !important;
  cursor: pointer !important;
}
.cid-u9ysZpQyto .col-card {
  margin-top: 30px;
}
.cid-u9ysZpQyto .card-wrapper {
  padding: 50px 25px 22px 35px;
  background-color: transparent;
  border-radius: 1.5rem;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-u9ysZpQyto .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-u9ysZpQyto .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-u9ysZpQyto .pgk-fallback-image.disabled {
  display: none;
}
.cid-u9ysZpQyto .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umC4uDVAl7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-umC4uDVAl7 .pgk-overlay {
  background: #ffffff;
  opacity: 0.1;
}
.cid-umC4uDVAl7 .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-umC4uDVAl7 .img-row {
    flex-wrap: nowrap;
  }
}
.cid-umC4uDVAl7 .item:focus,
.cid-umC4uDVAl7 span:focus {
  outline: none;
}
.cid-umC4uDVAl7 .pgk-section-title {
  color: #111111;
  margin-bottom: 20px;
}
.cid-umC4uDVAl7 .item-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cid-umC4uDVAl7 .item-img {
    margin-bottom: 40px;
  }
}
.cid-umC4uDVAl7 .item-img img {
  height: 100px;
  width: auto;
  object-fit: cover;
}
.cid-umC4uDVAl7 .btn-item {
  width: 100%;
}
.cid-umC4uDVAl7 .pgk-section-btn {
  font-weight: 500;
}
@media (max-width: 575px) {
  .cid-umC4uDVAl7 .pgk-section-btn {
    flex-wrap: wrap;
    display: flex;
  }
  .cid-umC4uDVAl7 .pgk-section-btn .btn {
    width: 100%;
  }
}
.cid-u9ysZvbSn7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-u9ysZvbSn7 .container {
  display: flex;
  justify-content: center;
}
.cid-u9ysZvbSn7 .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-u9ysZvbSn7 .col-brand {
  margin-bottom: 40px;
}
.cid-u9ysZvbSn7 .col-link {
  margin-bottom: 30px;
}
.cid-u9ysZvbSn7 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-u9ysZvbSn7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u9ysZvbSn7 .navbar-brand .navbar-logo img {
  height: 53px;
  width: 190px;
  max-height: 3rem;
}
.cid-u9ysZvbSn7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9ysZvbSn7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9ysZvbSn7 .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-u9ysZvbSn7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u9ysZvbSn7 .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-u9ysZvbSn7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-u9ysZvbSn7 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9ysZvbSn7 .soc-item:hover {
  background-color: #738bae;
}
.cid-u9ysZvbSn7 .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-u9ysZvbSn7 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-u9ysZvbSn7 .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-u9ysZvbSn7 .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-u9ysZvbSn7 .brand-text {
  margin-bottom: 35px;
  color: #000000;
  opacity: 0.8;
}
.cid-u9ysZvbSn7 .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-u9ysZvbSn7 .pgk-text .text-black {
  color: #00284E !important;
}
.cid-u9ysZvbSn7 .pgk-text a {
  opacity: 0.8;
}
.cid-u9ysZvbSn7 .pgk-text a:hover {
  opacity: 1;
  color: #2763ff !important;
}
.cid-u9ysZvbSn7 .col-copyright {
  margin-top: 44px;
}
.cid-u9ysZvbSn7 .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u9ysZvbSn7 .copyright {
    text-align: center !important;
  }
}
.cid-u9ysZvbSn7 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u9ysZvbSn7 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #000000;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 15px 30px;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1rem!important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pgk-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tSOKYbGy3V {
  z-index: 1000;
  width: 100%;
}
.cid-tSOKYbGy3V nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-tSOKYbGy3V .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-tSOKYbGy3V .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSOKYbGy3V .dropdown-item {
  border-bottom: none!important;
}
.cid-tSOKYbGy3V .dropdown-item:hover,
.cid-tSOKYbGy3V .dropdown-item:focus {
  background: rgba(84, 144, 255, 0.1) !important;
  color: #1c4f7f !important;
}
.cid-tSOKYbGy3V .dropdown-item:hover span {
  color: white;
}
.cid-tSOKYbGy3V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSOKYbGy3V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSOKYbGy3V .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.167em 1em !important;
}
.cid-tSOKYbGy3V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSOKYbGy3V .nav-link {
  position: relative;
}
.cid-tSOKYbGy3V .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tSOKYbGy3V .container {
    flex-wrap: nowrap;
  }
}
.cid-tSOKYbGy3V .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSOKYbGy3V .dropdown-menu,
.cid-tSOKYbGy3V .navbar.opened {
  background: #ffffff !important;
}
.cid-tSOKYbGy3V .nav-item:focus,
.cid-tSOKYbGy3V .nav-link:focus {
  outline: none;
}
.cid-tSOKYbGy3V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-tSOKYbGy3V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSOKYbGy3V .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSOKYbGy3V .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSOKYbGy3V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSOKYbGy3V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSOKYbGy3V .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 5px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tSOKYbGy3V .navbar.opened {
  transition: all 0.3s;
}
.cid-tSOKYbGy3V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSOKYbGy3V .navbar .navbar-logo img {
  width: auto;
}
.cid-tSOKYbGy3V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSOKYbGy3V .navbar.collapsed {
  justify-content: center;
}
.cid-tSOKYbGy3V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSOKYbGy3V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSOKYbGy3V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tSOKYbGy3V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSOKYbGy3V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSOKYbGy3V .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-tSOKYbGy3V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSOKYbGy3V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSOKYbGy3V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSOKYbGy3V .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-tSOKYbGy3V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSOKYbGy3V .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-tSOKYbGy3V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSOKYbGy3V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSOKYbGy3V .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-tSOKYbGy3V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSOKYbGy3V .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-tSOKYbGy3V .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-tSOKYbGy3V .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-tSOKYbGy3V .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-tSOKYbGy3V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSOKYbGy3V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSOKYbGy3V .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSOKYbGy3V .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSOKYbGy3V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSOKYbGy3V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSOKYbGy3V .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-tSOKYbGy3V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSOKYbGy3V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSOKYbGy3V .dropdown-item.active,
.cid-tSOKYbGy3V .dropdown-item:active {
  background-color: transparent;
}
.cid-tSOKYbGy3V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSOKYbGy3V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSOKYbGy3V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSOKYbGy3V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-tSOKYbGy3V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-tSOKYbGy3V .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-tSOKYbGy3V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSOKYbGy3V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSOKYbGy3V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSOKYbGy3V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0073cf;
}
.cid-tSOKYbGy3V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSOKYbGy3V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSOKYbGy3V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSOKYbGy3V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSOKYbGy3V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSOKYbGy3V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSOKYbGy3V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSOKYbGy3V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSOKYbGy3V .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tSOKYbGy3V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSOKYbGy3V .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-tSOKYbGy3V .navbar {
    height: 70px;
  }
  .cid-tSOKYbGy3V .navbar.opened {
    height: auto;
  }
  .cid-tSOKYbGy3V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSOKYbGy3V .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tSOKYbGy3V .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tSOKYbGy3V .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tSOKYbGy3V .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tSOKYbGy3V .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tSOKYbGy3V .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tSOKYbGy3V .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tSOKYbGy3V .nav-item .nav-link {
  position: relative !important;
}
.cid-tSOKYbGy3V .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2763ff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tSOKYbGy3V .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tSOKYbGy3V .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tSOKYbGy3V .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tSOKYbGy3V .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tSOKYbGy3V .tel-menu {
    display: none;
  }
}
.cid-tSOKYbGy3V .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tSOKYbGy3V .pgk-text {
    text-align: center !important;
  }
}
.cid-tSOKYbGy3V .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tSOKYbGy3V .pgk-section-btn {
  display: flex;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.2);
}
@media (max-width: 991px) {
  .cid-tSOKYbGy3V .pgk-section-btn {
    justify-content: center;
    margin-top: 30px!important;
    width: 280px;
    margin: auto;
    box-shadow: none;
    padding: 0 10px !important;
  }
}
@media (min-width: 992px) {
  .cid-tSOKYbGy3V .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tSOKYbGy3V .pgk-section-btn .btn {
  max-width: 200px;
  min-width: 100px;
  min-height: 40px!important;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0.45rem 0.50rem;
  border-radius: 10px;
}
.cid-tSOKYbGy3V .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-tSOKYbGy3V .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-tSOKYbGy3V .tel-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tSOKYbGy3V .navbar {
    padding: 0px 10px !important;
  }
  .cid-tSOKYbGy3V .navbar ul.navbar-nav li {
    box-shadow: none;
  }
  .cid-tSOKYbGy3V li.open,
  .cid-tSOKYbGy3V li.open .dropdown-menu {
    box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
    border-radius: 1.5rem;
  }
  .cid-tSOKYbGy3V div.open .dropdown-menu {
    box-shadow: none;
  }
}
@media (min-width: 991px) {
  .cid-tSOKYbGy3V .navbar-nav .nav-link {
    font-size: 0.95rem;
  }
}
.cid-uldqawOTok {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-uldqawOTok .container,
.cid-uldqawOTok .container-fluid {
  position: static;
}
@media (min-width: 1400px) {
  .cid-uldqawOTok .text-wrapper {
    padding-left: 48px;
  }
}
.cid-uldqawOTok .label-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uldqawOTok .label-text span {
  padding: 8px 18px;
  background-color: #c3dbff;
  border-radius: 15px;
  color: inherit;
}
.cid-uldqawOTok .pgk-section-title {
  color: #010d4c;
  margin-bottom: 0;
  text-align: center;
}
.cid-uldqawOTok .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-uldqawOTok .pgk-section-btn {
  margin-top: 6px;
  justify-content: center;
  display: flex;
}
.cid-uldqawOTok .image-wrapper {
  height: 650px;
  position: relative;
  z-index: 2;
}
.cid-uldqawOTok .image-wrapper img {
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-uldqawOTok .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 32.7%;
    padding-top: 10rem;
    left: 7%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uldqawOTok .image-wrapper {
    width: 40%;
    left: 1%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uldqawOTok .image-wrapper {
    width: 40%;
    top: 0;
    left: 1%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uldqawOTok .image-wrapper {
    width: 40%;
    top: 8%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-uldqawOTok .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-uldqawOTok .bg-round {
  position: absolute;
  top: -55%;
  padding: 0;
  padding-top: 10rem;
}
.cid-uldqawOTok .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uldqawOTok .bg-round {
    width: 56%;
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-uldqawOTok .bg-round {
    width: 44%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uldqawOTok .bg-round {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uldqawOTok .bg-round {
    display: none;
  }
}
.cid-uldqawOTok .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-uldqawOTok .col-text {
    margin-left: auto;
  }
}
.cid-uldqawOTok .pgk-fallback-image.disabled {
  display: none;
}
.cid-uldqawOTok .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uldqawOTok .submitter {
  background: black;
  color: white;
  padding: 0 1rem;
  border-radius: 1.5rem !important;
  margin-left: 0.5rem;
}
.cid-uldqawOTok .admininput {
  padding: 1rem;
  width: 70%;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
  border: none;
  border-radius: 1.5rem;
}
.cid-uldqawOTok form {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.cid-uldqawOTok #result {
  text-align: center;
}
.cid-tSPMWNQmrK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tSPMWNQmrK .container {
  display: flex;
  justify-content: center;
}
.cid-tSPMWNQmrK .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tSPMWNQmrK .col-brand {
  margin-bottom: 40px;
}
.cid-tSPMWNQmrK .col-link {
  margin-bottom: 30px;
}
.cid-tSPMWNQmrK .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo img {
  height: 53px;
  width: 190px;
  max-height: 3rem;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSPMWNQmrK .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-tSPMWNQmrK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tSPMWNQmrK .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tSPMWNQmrK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tSPMWNQmrK .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSPMWNQmrK .soc-item:hover {
  background-color: #738bae;
}
.cid-tSPMWNQmrK .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-tSPMWNQmrK .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tSPMWNQmrK .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tSPMWNQmrK .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tSPMWNQmrK .brand-text {
  margin-bottom: 35px;
  color: #000000;
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text .text-black {
  color: #00284E !important;
}
.cid-tSPMWNQmrK .pgk-text a {
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text a:hover {
  opacity: 1;
  color: #2763ff !important;
}
.cid-tSPMWNQmrK .col-copyright {
  margin-top: 44px;
}
.cid-tSPMWNQmrK .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tSPMWNQmrK .copyright {
    text-align: center !important;
  }
}
.cid-tSPMWNQmrK .pgk-fallback-image.disabled {
  display: none;
}
.cid-tSPMWNQmrK .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #000000;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 15px 30px;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1rem!important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pgk-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-sXTmEA3Jiz {
  z-index: 1000;
  width: 100%;
}
.cid-sXTmEA3Jiz nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-sXTmEA3Jiz .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-sXTmEA3Jiz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXTmEA3Jiz .dropdown-item {
  border-bottom: none!important;
}
.cid-sXTmEA3Jiz .dropdown-item:hover,
.cid-sXTmEA3Jiz .dropdown-item:focus {
  background: rgba(84, 144, 255, 0.1) !important;
  color: #1c4f7f !important;
}
.cid-sXTmEA3Jiz .dropdown-item:hover span {
  color: white;
}
.cid-sXTmEA3Jiz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXTmEA3Jiz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXTmEA3Jiz .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.167em 1em !important;
}
.cid-sXTmEA3Jiz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXTmEA3Jiz .nav-link {
  position: relative;
}
.cid-sXTmEA3Jiz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sXTmEA3Jiz .container {
    flex-wrap: nowrap;
  }
}
.cid-sXTmEA3Jiz .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXTmEA3Jiz .dropdown-menu,
.cid-sXTmEA3Jiz .navbar.opened {
  background: #ffffff !important;
}
.cid-sXTmEA3Jiz .nav-item:focus,
.cid-sXTmEA3Jiz .nav-link:focus {
  outline: none;
}
.cid-sXTmEA3Jiz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-sXTmEA3Jiz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXTmEA3Jiz .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXTmEA3Jiz .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXTmEA3Jiz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXTmEA3Jiz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXTmEA3Jiz .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 5px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-sXTmEA3Jiz .navbar.opened {
  transition: all 0.3s;
}
.cid-sXTmEA3Jiz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXTmEA3Jiz .navbar .navbar-logo img {
  width: auto;
}
.cid-sXTmEA3Jiz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXTmEA3Jiz .navbar.collapsed {
  justify-content: center;
}
.cid-sXTmEA3Jiz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXTmEA3Jiz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXTmEA3Jiz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sXTmEA3Jiz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXTmEA3Jiz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXTmEA3Jiz .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-sXTmEA3Jiz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXTmEA3Jiz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXTmEA3Jiz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXTmEA3Jiz .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-sXTmEA3Jiz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXTmEA3Jiz .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-sXTmEA3Jiz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXTmEA3Jiz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXTmEA3Jiz .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-sXTmEA3Jiz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXTmEA3Jiz .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-sXTmEA3Jiz .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-sXTmEA3Jiz .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-sXTmEA3Jiz .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-sXTmEA3Jiz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXTmEA3Jiz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXTmEA3Jiz .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXTmEA3Jiz .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXTmEA3Jiz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXTmEA3Jiz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXTmEA3Jiz .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-sXTmEA3Jiz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXTmEA3Jiz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXTmEA3Jiz .dropdown-item.active,
.cid-sXTmEA3Jiz .dropdown-item:active {
  background-color: transparent;
}
.cid-sXTmEA3Jiz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXTmEA3Jiz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXTmEA3Jiz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXTmEA3Jiz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-sXTmEA3Jiz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-sXTmEA3Jiz .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-sXTmEA3Jiz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXTmEA3Jiz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXTmEA3Jiz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXTmEA3Jiz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0073cf;
}
.cid-sXTmEA3Jiz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXTmEA3Jiz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXTmEA3Jiz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXTmEA3Jiz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXTmEA3Jiz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXTmEA3Jiz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXTmEA3Jiz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXTmEA3Jiz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXTmEA3Jiz .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-sXTmEA3Jiz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXTmEA3Jiz .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-sXTmEA3Jiz .navbar {
    height: 70px;
  }
  .cid-sXTmEA3Jiz .navbar.opened {
    height: auto;
  }
  .cid-sXTmEA3Jiz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXTmEA3Jiz .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-sXTmEA3Jiz .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-sXTmEA3Jiz .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sXTmEA3Jiz .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sXTmEA3Jiz .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sXTmEA3Jiz .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-sXTmEA3Jiz .navbar-nav {
    margin-left: 145px;
  }
}
.cid-sXTmEA3Jiz .nav-item .nav-link {
  position: relative !important;
}
.cid-sXTmEA3Jiz .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2763ff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-sXTmEA3Jiz .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-sXTmEA3Jiz .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-sXTmEA3Jiz .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-sXTmEA3Jiz .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXTmEA3Jiz .tel-menu {
    display: none;
  }
}
.cid-sXTmEA3Jiz .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-sXTmEA3Jiz .pgk-text {
    text-align: center !important;
  }
}
.cid-sXTmEA3Jiz .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-sXTmEA3Jiz .pgk-section-btn {
  display: flex;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.2);
}
@media (max-width: 991px) {
  .cid-sXTmEA3Jiz .pgk-section-btn {
    justify-content: center;
    margin-top: 30px!important;
    width: 280px;
    margin: auto;
    box-shadow: none;
    padding: 0 10px !important;
  }
}
@media (min-width: 992px) {
  .cid-sXTmEA3Jiz .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-sXTmEA3Jiz .pgk-section-btn .btn {
  max-width: 200px;
  min-width: 100px;
  min-height: 40px!important;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0.45rem 0.50rem;
  border-radius: 10px;
}
.cid-sXTmEA3Jiz .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-sXTmEA3Jiz .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-sXTmEA3Jiz .tel-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sXTmEA3Jiz .navbar {
    padding: 0px 10px !important;
  }
  .cid-sXTmEA3Jiz .navbar ul.navbar-nav li {
    box-shadow: none;
  }
  .cid-sXTmEA3Jiz li.open,
  .cid-sXTmEA3Jiz li.open .dropdown-menu {
    box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
    border-radius: 1.5rem;
  }
  .cid-sXTmEA3Jiz div.open .dropdown-menu {
    box-shadow: none;
  }
}
@media (min-width: 991px) {
  .cid-sXTmEA3Jiz .navbar-nav .nav-link {
    font-size: 0.95rem;
  }
}
.cid-umyGjovGoA {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .cid-umyGjovGoA .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-umyGjovGoA .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-umyGjovGoA .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-umyGjovGoA .row {
  display: flex;
  align-items: stretch;
}
.cid-umyGjovGoA .pgk-section-head {
  margin-bottom: 50px;
}
.cid-umyGjovGoA .label-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-umyGjovGoA .label-text span {
  padding: 8px 18px;
  background-color: #2763ff;
  border-radius: 15px;
  color: inherit;
}
.cid-umyGjovGoA .pgk-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-umyGjovGoA .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-umyGjovGoA .pgk-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-umyGjovGoA .item:focus,
.cid-umyGjovGoA span:focus {
  outline: none;
}
.cid-umyGjovGoA .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-umyGjovGoA .item-wrapper {
  position: relative;
  border-radius: 1.5rem;
  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-umyGjovGoA .item-wrapper .item-content a:hover {
  color: #2763ff !important;
}
.cid-umyGjovGoA .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-umyGjovGoA .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-umyGjovGoA .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-umyGjovGoA .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-umyGjovGoA .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.cid-umyGjovGoA .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-umyGjovGoA .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #2763ff;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-umyGjovGoA .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-umyGjovGoA .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-umyGjovGoA .item-content-container {
    padding: 20px 15px;
  }
}
.cid-umyGjovGoA .pgk-section-btn {
  margin-top: 20px;
}
.cid-umyGjovGoA .item-title {
  text-align: left;
  width: 100%;
  color: #A1A0A0;
  margin-bottom: 0;
}
.cid-umyGjovGoA .pgk-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-umyGjovGoA .tabs-wrapper {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-umyGjovGoA .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umyGjovGoA .tabs-wrapper .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
  border-radius: 1.5rem;
  background-color: #e4efff;
}
.cid-umyGjovGoA .tabs-wrapper .nav.nav-tabs .nav-item {
  margin: 8px;
}
.cid-umyGjovGoA .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0 16px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  min-width: 220px;
  margin-bottom: 0;
  border: none;
  color: #2763ff;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-umyGjovGoA .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    min-width: 225px;
  }
}
.cid-umyGjovGoA .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #2763ff;
  color: #ffffff;
}
.cid-umyGjovGoA .tab-content .tab-pane .content-wrapper .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-umyGjovGoA .tab-content .tab-pane .content-wrapper .image-wrapper {
    margin-bottom: 24px;
  }
}
.cid-umyGjovGoA .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umyGjovGoA .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-umyGjovGoA .tab-content .tab-pane .content-wrapper .text-wrapper .pgk-text {
  margin-bottom: 0;
}
.cid-umyGjovGoA::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #2763ff -10%, transparent 80%);
}
.cid-umyGjovGoA::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #c3dbff -10%, transparent 80%);
}
.cid-umyGjovGoA .row > [class*="col"] {
  padding-left: 12px!important;
  padding-right: 12px!important;
  margin-top: 12px!important;
  margin-bottom: 12px!important;
}
.cid-umyHgpbLvy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-umyHgpbLvy .pgk-overlay {
  background: #ffffff;
  opacity: 0.1;
}
.cid-umyHgpbLvy .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-umyHgpbLvy .img-row {
    flex-wrap: nowrap;
  }
}
.cid-umyHgpbLvy .item:focus,
.cid-umyHgpbLvy span:focus {
  outline: none;
}
.cid-umyHgpbLvy .pgk-section-title {
  color: #111111;
  margin-bottom: 20px;
}
.cid-umyHgpbLvy .item-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cid-umyHgpbLvy .item-img {
    margin-bottom: 40px;
  }
}
.cid-umyHgpbLvy .item-img img {
  height: 100px;
  width: auto;
  object-fit: cover;
}
.cid-umyHgpbLvy .btn-item {
  width: 100%;
}
.cid-umyHgpbLvy .pgk-section-btn {
  font-weight: 500;
}
@media (max-width: 575px) {
  .cid-umyHgpbLvy .pgk-section-btn {
    flex-wrap: wrap;
    display: flex;
  }
  .cid-umyHgpbLvy .pgk-section-btn .btn {
    width: 100%;
  }
}
.cid-tSPMWNQmrK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tSPMWNQmrK .container {
  display: flex;
  justify-content: center;
}
.cid-tSPMWNQmrK .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tSPMWNQmrK .col-brand {
  margin-bottom: 40px;
}
.cid-tSPMWNQmrK .col-link {
  margin-bottom: 30px;
}
.cid-tSPMWNQmrK .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo img {
  height: 53px;
  width: 190px;
  max-height: 3rem;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSPMWNQmrK .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-tSPMWNQmrK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tSPMWNQmrK .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tSPMWNQmrK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tSPMWNQmrK .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSPMWNQmrK .soc-item:hover {
  background-color: #738bae;
}
.cid-tSPMWNQmrK .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-tSPMWNQmrK .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tSPMWNQmrK .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tSPMWNQmrK .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tSPMWNQmrK .brand-text {
  margin-bottom: 35px;
  color: #000000;
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text .text-black {
  color: #00284E !important;
}
.cid-tSPMWNQmrK .pgk-text a {
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text a:hover {
  opacity: 1;
  color: #2763ff !important;
}
.cid-tSPMWNQmrK .col-copyright {
  margin-top: 44px;
}
.cid-tSPMWNQmrK .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tSPMWNQmrK .copyright {
    text-align: center !important;
  }
}
.cid-tSPMWNQmrK .pgk-fallback-image.disabled {
  display: none;
}
.cid-tSPMWNQmrK .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #000000;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 15px 30px;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1rem!important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pgk-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-umyIvSXJas {
  z-index: 1000;
  width: 100%;
}
.cid-umyIvSXJas nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-umyIvSXJas .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-umyIvSXJas .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umyIvSXJas .dropdown-item {
  border-bottom: none!important;
}
.cid-umyIvSXJas .dropdown-item:hover,
.cid-umyIvSXJas .dropdown-item:focus {
  background: rgba(84, 144, 255, 0.1) !important;
  color: #1c4f7f !important;
}
.cid-umyIvSXJas .dropdown-item:hover span {
  color: white;
}
.cid-umyIvSXJas .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umyIvSXJas .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umyIvSXJas .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.167em 1em !important;
}
.cid-umyIvSXJas .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umyIvSXJas .nav-link {
  position: relative;
}
.cid-umyIvSXJas .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umyIvSXJas .container {
    flex-wrap: nowrap;
  }
}
.cid-umyIvSXJas .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umyIvSXJas .dropdown-menu,
.cid-umyIvSXJas .navbar.opened {
  background: #ffffff !important;
}
.cid-umyIvSXJas .nav-item:focus,
.cid-umyIvSXJas .nav-link:focus {
  outline: none;
}
.cid-umyIvSXJas .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-umyIvSXJas .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umyIvSXJas .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umyIvSXJas .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umyIvSXJas .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umyIvSXJas .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umyIvSXJas .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 5px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-umyIvSXJas .navbar.opened {
  transition: all 0.3s;
}
.cid-umyIvSXJas .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umyIvSXJas .navbar .navbar-logo img {
  width: auto;
}
.cid-umyIvSXJas .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umyIvSXJas .navbar.collapsed {
  justify-content: center;
}
.cid-umyIvSXJas .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umyIvSXJas .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umyIvSXJas .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-umyIvSXJas .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umyIvSXJas .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umyIvSXJas .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-umyIvSXJas .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umyIvSXJas .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umyIvSXJas .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umyIvSXJas .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-umyIvSXJas .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umyIvSXJas .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-umyIvSXJas .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umyIvSXJas .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umyIvSXJas .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-umyIvSXJas .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umyIvSXJas .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-umyIvSXJas .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-umyIvSXJas .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-umyIvSXJas .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-umyIvSXJas .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umyIvSXJas .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umyIvSXJas .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umyIvSXJas .navbar.navbar-short {
  min-height: 60px;
}
.cid-umyIvSXJas .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umyIvSXJas .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umyIvSXJas .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-umyIvSXJas .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umyIvSXJas .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umyIvSXJas .dropdown-item.active,
.cid-umyIvSXJas .dropdown-item:active {
  background-color: transparent;
}
.cid-umyIvSXJas .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umyIvSXJas .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umyIvSXJas .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umyIvSXJas .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-umyIvSXJas .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-umyIvSXJas .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-umyIvSXJas .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umyIvSXJas ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umyIvSXJas button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umyIvSXJas button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0073cf;
}
.cid-umyIvSXJas button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umyIvSXJas button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umyIvSXJas button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umyIvSXJas button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umyIvSXJas nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umyIvSXJas nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umyIvSXJas nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umyIvSXJas nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umyIvSXJas .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-umyIvSXJas a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umyIvSXJas .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-umyIvSXJas .navbar {
    height: 70px;
  }
  .cid-umyIvSXJas .navbar.opened {
    height: auto;
  }
  .cid-umyIvSXJas .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umyIvSXJas .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-umyIvSXJas .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-umyIvSXJas .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-umyIvSXJas .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-umyIvSXJas .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-umyIvSXJas .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-umyIvSXJas .navbar-nav {
    margin-left: 145px;
  }
}
.cid-umyIvSXJas .nav-item .nav-link {
  position: relative !important;
}
.cid-umyIvSXJas .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2763ff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-umyIvSXJas .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-umyIvSXJas .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-umyIvSXJas .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-umyIvSXJas .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-umyIvSXJas .tel-menu {
    display: none;
  }
}
.cid-umyIvSXJas .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-umyIvSXJas .pgk-text {
    text-align: center !important;
  }
}
.cid-umyIvSXJas .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-umyIvSXJas .pgk-section-btn {
  display: flex;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.2);
}
@media (max-width: 991px) {
  .cid-umyIvSXJas .pgk-section-btn {
    justify-content: center;
    margin-top: 30px!important;
    width: 280px;
    margin: auto;
    box-shadow: none;
    padding: 0 10px !important;
  }
}
@media (min-width: 992px) {
  .cid-umyIvSXJas .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-umyIvSXJas .pgk-section-btn .btn {
  max-width: 200px;
  min-width: 100px;
  min-height: 40px!important;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0.45rem 0.50rem;
  border-radius: 10px;
}
.cid-umyIvSXJas .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-umyIvSXJas .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-umyIvSXJas .tel-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-umyIvSXJas .navbar {
    padding: 0px 10px !important;
  }
  .cid-umyIvSXJas .navbar ul.navbar-nav li {
    box-shadow: none;
  }
  .cid-umyIvSXJas li.open,
  .cid-umyIvSXJas li.open .dropdown-menu {
    box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
    border-radius: 1.5rem;
  }
  .cid-umyIvSXJas div.open .dropdown-menu {
    box-shadow: none;
  }
}
@media (min-width: 991px) {
  .cid-umyIvSXJas .navbar-nav .nav-link {
    font-size: 0.95rem;
  }
}
.cid-umyID00iDx {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .cid-umyID00iDx .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-umyID00iDx .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-umyID00iDx .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-umyID00iDx .row {
  display: flex;
  align-items: stretch;
}
.cid-umyID00iDx .pgk-section-head {
  margin-bottom: 50px;
}
.cid-umyID00iDx .label-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-umyID00iDx .label-text span {
  padding: 8px 18px;
  background-color: #00072c;
  border-radius: 15px;
  color: inherit;
}
.cid-umyID00iDx .pgk-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-umyID00iDx .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-umyID00iDx .pgk-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-umyID00iDx .item:focus,
.cid-umyID00iDx span:focus {
  outline: none;
}
.cid-umyID00iDx .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-umyID00iDx .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-umyID00iDx .item-wrapper .item-content a:hover {
  color: #2763ff !important;
}
.cid-umyID00iDx .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-umyID00iDx .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-umyID00iDx .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-umyID00iDx .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-umyID00iDx .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.cid-umyID00iDx .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-umyID00iDx .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #2763ff;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-umyID00iDx .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-umyID00iDx .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-umyID00iDx .item-content-container {
    padding: 20px 15px;
  }
}
.cid-umyID00iDx .pgk-section-btn {
  margin-top: 20px;
}
.cid-umyID00iDx .item-title {
  text-align: left;
  width: 100%;
  color: #A1A0A0;
  margin-bottom: 0;
}
.cid-umyID00iDx .pgk-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-umyID00iDx::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #2763ff -10%, transparent 80%);
}
.cid-umyID00iDx::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #c3dbff -10%, transparent 80%);
}
.cid-umyID00iDx .row > [class*="col"] {
  padding-left: 12px!important;
  padding-right: 12px!important;
  margin-top: 12px!important;
  margin-bottom: 12px!important;
}
.cid-umyIvWsO3v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-umyIvWsO3v .pgk-overlay {
  background: #ffffff;
  opacity: 0.1;
}
.cid-umyIvWsO3v .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-umyIvWsO3v .img-row {
    flex-wrap: nowrap;
  }
}
.cid-umyIvWsO3v .item:focus,
.cid-umyIvWsO3v span:focus {
  outline: none;
}
.cid-umyIvWsO3v .pgk-section-title {
  color: #111111;
  margin-bottom: 20px;
}
.cid-umyIvWsO3v .item-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cid-umyIvWsO3v .item-img {
    margin-bottom: 40px;
  }
}
.cid-umyIvWsO3v .item-img img {
  height: 100px;
  width: auto;
  object-fit: cover;
}
.cid-umyIvWsO3v .btn-item {
  width: 100%;
}
.cid-umyIvWsO3v .pgk-section-btn {
  font-weight: 500;
}
@media (max-width: 575px) {
  .cid-umyIvWsO3v .pgk-section-btn {
    flex-wrap: wrap;
    display: flex;
  }
  .cid-umyIvWsO3v .pgk-section-btn .btn {
    width: 100%;
  }
}
.cid-umyIvWZWZR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-umyIvWZWZR .container {
  display: flex;
  justify-content: center;
}
.cid-umyIvWZWZR .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-umyIvWZWZR .col-brand {
  margin-bottom: 40px;
}
.cid-umyIvWZWZR .col-link {
  margin-bottom: 30px;
}
.cid-umyIvWZWZR .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-umyIvWZWZR .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-umyIvWZWZR .navbar-brand .navbar-logo img {
  height: 53px;
  width: 190px;
  max-height: 3rem;
}
.cid-umyIvWZWZR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umyIvWZWZR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umyIvWZWZR .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-umyIvWZWZR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-umyIvWZWZR .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-umyIvWZWZR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-umyIvWZWZR .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umyIvWZWZR .soc-item:hover {
  background-color: #738bae;
}
.cid-umyIvWZWZR .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-umyIvWZWZR .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-umyIvWZWZR .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-umyIvWZWZR .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-umyIvWZWZR .brand-text {
  margin-bottom: 35px;
  color: #000000;
  opacity: 0.8;
}
.cid-umyIvWZWZR .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-umyIvWZWZR .pgk-text .text-black {
  color: #00284E !important;
}
.cid-umyIvWZWZR .pgk-text a {
  opacity: 0.8;
}
.cid-umyIvWZWZR .pgk-text a:hover {
  opacity: 1;
  color: #2763ff !important;
}
.cid-umyIvWZWZR .col-copyright {
  margin-top: 44px;
}
.cid-umyIvWZWZR .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-umyIvWZWZR .copyright {
    text-align: center !important;
  }
}
.cid-umyIvWZWZR .pgk-fallback-image.disabled {
  display: none;
}
.cid-umyIvWZWZR .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #000000;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 15px 30px;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1rem!important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pgk-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-umyLge8Av4 {
  z-index: 1000;
  width: 100%;
}
.cid-umyLge8Av4 nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-umyLge8Av4 .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-umyLge8Av4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umyLge8Av4 .dropdown-item {
  border-bottom: none!important;
}
.cid-umyLge8Av4 .dropdown-item:hover,
.cid-umyLge8Av4 .dropdown-item:focus {
  background: rgba(84, 144, 255, 0.1) !important;
  color: #1c4f7f !important;
}
.cid-umyLge8Av4 .dropdown-item:hover span {
  color: white;
}
.cid-umyLge8Av4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umyLge8Av4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umyLge8Av4 .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.167em 1em !important;
}
.cid-umyLge8Av4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umyLge8Av4 .nav-link {
  position: relative;
}
.cid-umyLge8Av4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umyLge8Av4 .container {
    flex-wrap: nowrap;
  }
}
.cid-umyLge8Av4 .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umyLge8Av4 .dropdown-menu,
.cid-umyLge8Av4 .navbar.opened {
  background: #ffffff !important;
}
.cid-umyLge8Av4 .nav-item:focus,
.cid-umyLge8Av4 .nav-link:focus {
  outline: none;
}
.cid-umyLge8Av4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-umyLge8Av4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umyLge8Av4 .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umyLge8Av4 .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umyLge8Av4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umyLge8Av4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umyLge8Av4 .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 5px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-umyLge8Av4 .navbar.opened {
  transition: all 0.3s;
}
.cid-umyLge8Av4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umyLge8Av4 .navbar .navbar-logo img {
  width: auto;
}
.cid-umyLge8Av4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umyLge8Av4 .navbar.collapsed {
  justify-content: center;
}
.cid-umyLge8Av4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umyLge8Av4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umyLge8Av4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-umyLge8Av4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umyLge8Av4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umyLge8Av4 .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-umyLge8Av4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umyLge8Av4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umyLge8Av4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umyLge8Av4 .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-umyLge8Av4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umyLge8Av4 .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-umyLge8Av4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umyLge8Av4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umyLge8Av4 .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-umyLge8Av4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umyLge8Av4 .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-umyLge8Av4 .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-umyLge8Av4 .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-umyLge8Av4 .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-umyLge8Av4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umyLge8Av4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umyLge8Av4 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umyLge8Av4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-umyLge8Av4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umyLge8Av4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umyLge8Av4 .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-umyLge8Av4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umyLge8Av4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umyLge8Av4 .dropdown-item.active,
.cid-umyLge8Av4 .dropdown-item:active {
  background-color: transparent;
}
.cid-umyLge8Av4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umyLge8Av4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umyLge8Av4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umyLge8Av4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-umyLge8Av4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-umyLge8Av4 .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-umyLge8Av4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umyLge8Av4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umyLge8Av4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umyLge8Av4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0073cf;
}
.cid-umyLge8Av4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umyLge8Av4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umyLge8Av4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umyLge8Av4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umyLge8Av4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umyLge8Av4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umyLge8Av4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umyLge8Av4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umyLge8Av4 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-umyLge8Av4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umyLge8Av4 .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-umyLge8Av4 .navbar {
    height: 70px;
  }
  .cid-umyLge8Av4 .navbar.opened {
    height: auto;
  }
  .cid-umyLge8Av4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umyLge8Av4 .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-umyLge8Av4 .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-umyLge8Av4 .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-umyLge8Av4 .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-umyLge8Av4 .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-umyLge8Av4 .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-umyLge8Av4 .navbar-nav {
    margin-left: 145px;
  }
}
.cid-umyLge8Av4 .nav-item .nav-link {
  position: relative !important;
}
.cid-umyLge8Av4 .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2763ff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-umyLge8Av4 .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-umyLge8Av4 .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-umyLge8Av4 .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-umyLge8Av4 .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-umyLge8Av4 .tel-menu {
    display: none;
  }
}
.cid-umyLge8Av4 .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-umyLge8Av4 .pgk-text {
    text-align: center !important;
  }
}
.cid-umyLge8Av4 .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-umyLge8Av4 .pgk-section-btn {
  display: flex;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.2);
}
@media (max-width: 991px) {
  .cid-umyLge8Av4 .pgk-section-btn {
    justify-content: center;
    margin-top: 30px!important;
    width: 280px;
    margin: auto;
    box-shadow: none;
    padding: 0 10px !important;
  }
}
@media (min-width: 992px) {
  .cid-umyLge8Av4 .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-umyLge8Av4 .pgk-section-btn .btn {
  max-width: 200px;
  min-width: 100px;
  min-height: 40px!important;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0.45rem 0.50rem;
  border-radius: 10px;
}
.cid-umyLge8Av4 .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-umyLge8Av4 .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-umyLge8Av4 .tel-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-umyLge8Av4 .navbar {
    padding: 0px 10px !important;
  }
  .cid-umyLge8Av4 .navbar ul.navbar-nav li {
    box-shadow: none;
  }
  .cid-umyLge8Av4 li.open,
  .cid-umyLge8Av4 li.open .dropdown-menu {
    box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
    border-radius: 1.5rem;
  }
  .cid-umyLge8Av4 div.open .dropdown-menu {
    box-shadow: none;
  }
}
@media (min-width: 991px) {
  .cid-umyLge8Av4 .navbar-nav .nav-link {
    font-size: 0.95rem;
  }
}
.cid-umyLhpufbo {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .cid-umyLhpufbo .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-umyLhpufbo .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-umyLhpufbo .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-umyLhpufbo .row {
  display: flex;
  align-items: stretch;
}
.cid-umyLhpufbo .pgk-section-head {
  margin-bottom: 50px;
}
.cid-umyLhpufbo .label-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-umyLhpufbo .label-text span {
  padding: 8px 18px;
  background-color: #00072c;
  border-radius: 15px;
  color: inherit;
}
.cid-umyLhpufbo .pgk-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-umyLhpufbo .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-umyLhpufbo .pgk-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-umyLhpufbo .item:focus,
.cid-umyLhpufbo span:focus {
  outline: none;
}
.cid-umyLhpufbo .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-umyLhpufbo .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-umyLhpufbo .item-wrapper .item-content a:hover {
  color: #2763ff !important;
}
.cid-umyLhpufbo .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-umyLhpufbo .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-umyLhpufbo .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-umyLhpufbo .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-umyLhpufbo .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.cid-umyLhpufbo .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-umyLhpufbo .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #2763ff;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-umyLhpufbo .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-umyLhpufbo .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-umyLhpufbo .item-content-container {
    padding: 20px 15px;
  }
}
.cid-umyLhpufbo .pgk-section-btn {
  margin-top: 20px;
}
.cid-umyLhpufbo .item-title {
  text-align: left;
  width: 100%;
  color: #A1A0A0;
  margin-bottom: 0;
}
.cid-umyLhpufbo .pgk-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-umyLhpufbo::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #2763ff -10%, transparent 80%);
}
.cid-umyLhpufbo::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #c3dbff -10%, transparent 80%);
}
.cid-umyLhpufbo .row > [class*="col"] {
  padding-left: 12px!important;
  padding-right: 12px!important;
  margin-top: 12px!important;
  margin-bottom: 12px!important;
}
.cid-umyLgeWzfI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-umyLgeWzfI .pgk-overlay {
  background: #ffffff;
  opacity: 0.1;
}
.cid-umyLgeWzfI .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-umyLgeWzfI .img-row {
    flex-wrap: nowrap;
  }
}
.cid-umyLgeWzfI .item:focus,
.cid-umyLgeWzfI span:focus {
  outline: none;
}
.cid-umyLgeWzfI .pgk-section-title {
  color: #111111;
  margin-bottom: 20px;
}
.cid-umyLgeWzfI .item-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cid-umyLgeWzfI .item-img {
    margin-bottom: 40px;
  }
}
.cid-umyLgeWzfI .item-img img {
  height: 100px;
  width: auto;
  object-fit: cover;
}
.cid-umyLgeWzfI .btn-item {
  width: 100%;
}
.cid-umyLgeWzfI .pgk-section-btn {
  font-weight: 500;
}
@media (max-width: 575px) {
  .cid-umyLgeWzfI .pgk-section-btn {
    flex-wrap: wrap;
    display: flex;
  }
  .cid-umyLgeWzfI .pgk-section-btn .btn {
    width: 100%;
  }
}
.cid-umyLgfawnx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-umyLgfawnx .container {
  display: flex;
  justify-content: center;
}
.cid-umyLgfawnx .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-umyLgfawnx .col-brand {
  margin-bottom: 40px;
}
.cid-umyLgfawnx .col-link {
  margin-bottom: 30px;
}
.cid-umyLgfawnx .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-umyLgfawnx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-umyLgfawnx .navbar-brand .navbar-logo img {
  height: 53px;
  width: 190px;
  max-height: 3rem;
}
.cid-umyLgfawnx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umyLgfawnx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umyLgfawnx .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-umyLgfawnx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-umyLgfawnx .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-umyLgfawnx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-umyLgfawnx .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umyLgfawnx .soc-item:hover {
  background-color: #738bae;
}
.cid-umyLgfawnx .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-umyLgfawnx .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-umyLgfawnx .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-umyLgfawnx .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-umyLgfawnx .brand-text {
  margin-bottom: 35px;
  color: #000000;
  opacity: 0.8;
}
.cid-umyLgfawnx .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-umyLgfawnx .pgk-text .text-black {
  color: #00284E !important;
}
.cid-umyLgfawnx .pgk-text a {
  opacity: 0.8;
}
.cid-umyLgfawnx .pgk-text a:hover {
  opacity: 1;
  color: #2763ff !important;
}
.cid-umyLgfawnx .col-copyright {
  margin-top: 44px;
}
.cid-umyLgfawnx .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-umyLgfawnx .copyright {
    text-align: center !important;
  }
}
.cid-umyLgfawnx .pgk-fallback-image.disabled {
  display: none;
}
.cid-umyLgfawnx .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #000000;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 15px 30px;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1rem!important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pgk-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-umyMSDmHrn {
  z-index: 1000;
  width: 100%;
}
.cid-umyMSDmHrn nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-umyMSDmHrn .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-umyMSDmHrn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umyMSDmHrn .dropdown-item {
  border-bottom: none!important;
}
.cid-umyMSDmHrn .dropdown-item:hover,
.cid-umyMSDmHrn .dropdown-item:focus {
  background: rgba(84, 144, 255, 0.1) !important;
  color: #1c4f7f !important;
}
.cid-umyMSDmHrn .dropdown-item:hover span {
  color: white;
}
.cid-umyMSDmHrn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umyMSDmHrn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umyMSDmHrn .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.167em 1em !important;
}
.cid-umyMSDmHrn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umyMSDmHrn .nav-link {
  position: relative;
}
.cid-umyMSDmHrn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umyMSDmHrn .container {
    flex-wrap: nowrap;
  }
}
.cid-umyMSDmHrn .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umyMSDmHrn .dropdown-menu,
.cid-umyMSDmHrn .navbar.opened {
  background: #ffffff !important;
}
.cid-umyMSDmHrn .nav-item:focus,
.cid-umyMSDmHrn .nav-link:focus {
  outline: none;
}
.cid-umyMSDmHrn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-umyMSDmHrn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umyMSDmHrn .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umyMSDmHrn .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umyMSDmHrn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umyMSDmHrn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umyMSDmHrn .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 5px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-umyMSDmHrn .navbar.opened {
  transition: all 0.3s;
}
.cid-umyMSDmHrn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umyMSDmHrn .navbar .navbar-logo img {
  width: auto;
}
.cid-umyMSDmHrn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umyMSDmHrn .navbar.collapsed {
  justify-content: center;
}
.cid-umyMSDmHrn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umyMSDmHrn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umyMSDmHrn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-umyMSDmHrn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umyMSDmHrn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umyMSDmHrn .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-umyMSDmHrn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umyMSDmHrn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umyMSDmHrn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umyMSDmHrn .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-umyMSDmHrn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umyMSDmHrn .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-umyMSDmHrn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umyMSDmHrn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umyMSDmHrn .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-umyMSDmHrn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umyMSDmHrn .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-umyMSDmHrn .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-umyMSDmHrn .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-umyMSDmHrn .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-umyMSDmHrn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umyMSDmHrn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umyMSDmHrn .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umyMSDmHrn .navbar.navbar-short {
  min-height: 60px;
}
.cid-umyMSDmHrn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umyMSDmHrn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umyMSDmHrn .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-umyMSDmHrn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umyMSDmHrn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umyMSDmHrn .dropdown-item.active,
.cid-umyMSDmHrn .dropdown-item:active {
  background-color: transparent;
}
.cid-umyMSDmHrn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umyMSDmHrn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umyMSDmHrn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umyMSDmHrn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-umyMSDmHrn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-umyMSDmHrn .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-umyMSDmHrn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umyMSDmHrn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umyMSDmHrn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umyMSDmHrn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0073cf;
}
.cid-umyMSDmHrn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umyMSDmHrn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umyMSDmHrn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umyMSDmHrn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umyMSDmHrn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umyMSDmHrn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umyMSDmHrn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umyMSDmHrn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umyMSDmHrn .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-umyMSDmHrn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umyMSDmHrn .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-umyMSDmHrn .navbar {
    height: 70px;
  }
  .cid-umyMSDmHrn .navbar.opened {
    height: auto;
  }
  .cid-umyMSDmHrn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umyMSDmHrn .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-umyMSDmHrn .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-umyMSDmHrn .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-umyMSDmHrn .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-umyMSDmHrn .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-umyMSDmHrn .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-umyMSDmHrn .navbar-nav {
    margin-left: 145px;
  }
}
.cid-umyMSDmHrn .nav-item .nav-link {
  position: relative !important;
}
.cid-umyMSDmHrn .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2763ff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-umyMSDmHrn .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-umyMSDmHrn .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-umyMSDmHrn .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-umyMSDmHrn .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-umyMSDmHrn .tel-menu {
    display: none;
  }
}
.cid-umyMSDmHrn .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-umyMSDmHrn .pgk-text {
    text-align: center !important;
  }
}
.cid-umyMSDmHrn .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-umyMSDmHrn .pgk-section-btn {
  display: flex;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.2);
}
@media (max-width: 991px) {
  .cid-umyMSDmHrn .pgk-section-btn {
    justify-content: center;
    margin-top: 30px!important;
    width: 280px;
    margin: auto;
    box-shadow: none;
    padding: 0 10px !important;
  }
}
@media (min-width: 992px) {
  .cid-umyMSDmHrn .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-umyMSDmHrn .pgk-section-btn .btn {
  max-width: 200px;
  min-width: 100px;
  min-height: 40px!important;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0.45rem 0.50rem;
  border-radius: 10px;
}
.cid-umyMSDmHrn .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-umyMSDmHrn .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-umyMSDmHrn .tel-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-umyMSDmHrn .navbar {
    padding: 0px 10px !important;
  }
  .cid-umyMSDmHrn .navbar ul.navbar-nav li {
    box-shadow: none;
  }
  .cid-umyMSDmHrn li.open,
  .cid-umyMSDmHrn li.open .dropdown-menu {
    box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
    border-radius: 1.5rem;
  }
  .cid-umyMSDmHrn div.open .dropdown-menu {
    box-shadow: none;
  }
}
@media (min-width: 991px) {
  .cid-umyMSDmHrn .navbar-nav .nav-link {
    font-size: 0.95rem;
  }
}
.cid-umyNo4Uwo0 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .cid-umyNo4Uwo0 .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-umyNo4Uwo0 .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-umyNo4Uwo0 .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-umyNo4Uwo0 .row {
  display: flex;
  align-items: stretch;
}
.cid-umyNo4Uwo0 .pgk-section-head {
  margin-bottom: 50px;
}
.cid-umyNo4Uwo0 .label-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-umyNo4Uwo0 .label-text span {
  padding: 8px 18px;
  background-color: #00072c;
  border-radius: 15px;
  color: inherit;
}
.cid-umyNo4Uwo0 .pgk-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-umyNo4Uwo0 .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-umyNo4Uwo0 .pgk-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-umyNo4Uwo0 .item:focus,
.cid-umyNo4Uwo0 span:focus {
  outline: none;
}
.cid-umyNo4Uwo0 .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-umyNo4Uwo0 .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-umyNo4Uwo0 .item-wrapper .item-content a:hover {
  color: #2763ff !important;
}
.cid-umyNo4Uwo0 .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-umyNo4Uwo0 .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-umyNo4Uwo0 .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-umyNo4Uwo0 .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-umyNo4Uwo0 .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.cid-umyNo4Uwo0 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-umyNo4Uwo0 .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #2763ff;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-umyNo4Uwo0 .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-umyNo4Uwo0 .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-umyNo4Uwo0 .item-content-container {
    padding: 20px 15px;
  }
}
.cid-umyNo4Uwo0 .pgk-section-btn {
  margin-top: 20px;
}
.cid-umyNo4Uwo0 .item-title {
  text-align: left;
  width: 100%;
  color: #A1A0A0;
  margin-bottom: 0;
}
.cid-umyNo4Uwo0 .pgk-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-umyNo4Uwo0::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #2763ff -10%, transparent 80%);
}
.cid-umyNo4Uwo0::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #c3dbff -10%, transparent 80%);
}
.cid-umyNo4Uwo0 .row > [class*="col"] {
  padding-left: 12px!important;
  padding-right: 12px!important;
  margin-top: 12px!important;
  margin-bottom: 12px!important;
}
.cid-umyMSEcpS5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-umyMSEcpS5 .pgk-overlay {
  background: #ffffff;
  opacity: 0.1;
}
.cid-umyMSEcpS5 .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-umyMSEcpS5 .img-row {
    flex-wrap: nowrap;
  }
}
.cid-umyMSEcpS5 .item:focus,
.cid-umyMSEcpS5 span:focus {
  outline: none;
}
.cid-umyMSEcpS5 .pgk-section-title {
  color: #111111;
  margin-bottom: 20px;
}
.cid-umyMSEcpS5 .item-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cid-umyMSEcpS5 .item-img {
    margin-bottom: 40px;
  }
}
.cid-umyMSEcpS5 .item-img img {
  height: 100px;
  width: auto;
  object-fit: cover;
}
.cid-umyMSEcpS5 .btn-item {
  width: 100%;
}
.cid-umyMSEcpS5 .pgk-section-btn {
  font-weight: 500;
}
@media (max-width: 575px) {
  .cid-umyMSEcpS5 .pgk-section-btn {
    flex-wrap: wrap;
    display: flex;
  }
  .cid-umyMSEcpS5 .pgk-section-btn .btn {
    width: 100%;
  }
}
.cid-umyMSEBIPJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-umyMSEBIPJ .container {
  display: flex;
  justify-content: center;
}
.cid-umyMSEBIPJ .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-umyMSEBIPJ .col-brand {
  margin-bottom: 40px;
}
.cid-umyMSEBIPJ .col-link {
  margin-bottom: 30px;
}
.cid-umyMSEBIPJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-umyMSEBIPJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-umyMSEBIPJ .navbar-brand .navbar-logo img {
  height: 53px;
  width: 190px;
  max-height: 3rem;
}
.cid-umyMSEBIPJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umyMSEBIPJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umyMSEBIPJ .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-umyMSEBIPJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-umyMSEBIPJ .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-umyMSEBIPJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-umyMSEBIPJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umyMSEBIPJ .soc-item:hover {
  background-color: #738bae;
}
.cid-umyMSEBIPJ .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-umyMSEBIPJ .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-umyMSEBIPJ .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-umyMSEBIPJ .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-umyMSEBIPJ .brand-text {
  margin-bottom: 35px;
  color: #000000;
  opacity: 0.8;
}
.cid-umyMSEBIPJ .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-umyMSEBIPJ .pgk-text .text-black {
  color: #00284E !important;
}
.cid-umyMSEBIPJ .pgk-text a {
  opacity: 0.8;
}
.cid-umyMSEBIPJ .pgk-text a:hover {
  opacity: 1;
  color: #2763ff !important;
}
.cid-umyMSEBIPJ .col-copyright {
  margin-top: 44px;
}
.cid-umyMSEBIPJ .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-umyMSEBIPJ .copyright {
    text-align: center !important;
  }
}
.cid-umyMSEBIPJ .pgk-fallback-image.disabled {
  display: none;
}
.cid-umyMSEBIPJ .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #000000;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 15px 30px;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1rem!important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pgk-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tSOqB48Tzc {
  z-index: 1000;
  width: 100%;
}
.cid-tSOqB48Tzc nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-tSOqB48Tzc .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-tSOqB48Tzc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSOqB48Tzc .dropdown-item {
  border-bottom: none!important;
}
.cid-tSOqB48Tzc .dropdown-item:hover,
.cid-tSOqB48Tzc .dropdown-item:focus {
  background: rgba(84, 144, 255, 0.1) !important;
  color: #1c4f7f !important;
}
.cid-tSOqB48Tzc .dropdown-item:hover span {
  color: white;
}
.cid-tSOqB48Tzc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSOqB48Tzc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSOqB48Tzc .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.167em 1em !important;
}
.cid-tSOqB48Tzc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSOqB48Tzc .nav-link {
  position: relative;
}
.cid-tSOqB48Tzc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tSOqB48Tzc .container {
    flex-wrap: nowrap;
  }
}
.cid-tSOqB48Tzc .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSOqB48Tzc .dropdown-menu,
.cid-tSOqB48Tzc .navbar.opened {
  background: #ffffff !important;
}
.cid-tSOqB48Tzc .nav-item:focus,
.cid-tSOqB48Tzc .nav-link:focus {
  outline: none;
}
.cid-tSOqB48Tzc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-tSOqB48Tzc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSOqB48Tzc .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSOqB48Tzc .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSOqB48Tzc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSOqB48Tzc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSOqB48Tzc .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 5px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tSOqB48Tzc .navbar.opened {
  transition: all 0.3s;
}
.cid-tSOqB48Tzc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSOqB48Tzc .navbar .navbar-logo img {
  width: auto;
}
.cid-tSOqB48Tzc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSOqB48Tzc .navbar.collapsed {
  justify-content: center;
}
.cid-tSOqB48Tzc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSOqB48Tzc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSOqB48Tzc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tSOqB48Tzc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSOqB48Tzc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSOqB48Tzc .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-tSOqB48Tzc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSOqB48Tzc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSOqB48Tzc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSOqB48Tzc .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-tSOqB48Tzc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSOqB48Tzc .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-tSOqB48Tzc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSOqB48Tzc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSOqB48Tzc .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-tSOqB48Tzc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSOqB48Tzc .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-tSOqB48Tzc .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-tSOqB48Tzc .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-tSOqB48Tzc .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-tSOqB48Tzc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSOqB48Tzc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSOqB48Tzc .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSOqB48Tzc .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSOqB48Tzc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSOqB48Tzc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSOqB48Tzc .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-tSOqB48Tzc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSOqB48Tzc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSOqB48Tzc .dropdown-item.active,
.cid-tSOqB48Tzc .dropdown-item:active {
  background-color: transparent;
}
.cid-tSOqB48Tzc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSOqB48Tzc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSOqB48Tzc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSOqB48Tzc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-tSOqB48Tzc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-tSOqB48Tzc .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-tSOqB48Tzc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSOqB48Tzc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSOqB48Tzc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSOqB48Tzc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0073cf;
}
.cid-tSOqB48Tzc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSOqB48Tzc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSOqB48Tzc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSOqB48Tzc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSOqB48Tzc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSOqB48Tzc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSOqB48Tzc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSOqB48Tzc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSOqB48Tzc .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tSOqB48Tzc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSOqB48Tzc .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-tSOqB48Tzc .navbar {
    height: 70px;
  }
  .cid-tSOqB48Tzc .navbar.opened {
    height: auto;
  }
  .cid-tSOqB48Tzc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSOqB48Tzc .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tSOqB48Tzc .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tSOqB48Tzc .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tSOqB48Tzc .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tSOqB48Tzc .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tSOqB48Tzc .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tSOqB48Tzc .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tSOqB48Tzc .nav-item .nav-link {
  position: relative !important;
}
.cid-tSOqB48Tzc .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2763ff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tSOqB48Tzc .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tSOqB48Tzc .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tSOqB48Tzc .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tSOqB48Tzc .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tSOqB48Tzc .tel-menu {
    display: none;
  }
}
.cid-tSOqB48Tzc .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tSOqB48Tzc .pgk-text {
    text-align: center !important;
  }
}
.cid-tSOqB48Tzc .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tSOqB48Tzc .pgk-section-btn {
  display: flex;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.2);
}
@media (max-width: 991px) {
  .cid-tSOqB48Tzc .pgk-section-btn {
    justify-content: center;
    margin-top: 30px!important;
    width: 280px;
    margin: auto;
    box-shadow: none;
    padding: 0 10px !important;
  }
}
@media (min-width: 992px) {
  .cid-tSOqB48Tzc .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tSOqB48Tzc .pgk-section-btn .btn {
  max-width: 200px;
  min-width: 100px;
  min-height: 40px!important;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0.45rem 0.50rem;
  border-radius: 10px;
}
.cid-tSOqB48Tzc .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-tSOqB48Tzc .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-tSOqB48Tzc .tel-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tSOqB48Tzc .navbar {
    padding: 0px 10px !important;
  }
  .cid-tSOqB48Tzc .navbar ul.navbar-nav li {
    box-shadow: none;
  }
  .cid-tSOqB48Tzc li.open,
  .cid-tSOqB48Tzc li.open .dropdown-menu {
    box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
    border-radius: 1.5rem;
  }
  .cid-tSOqB48Tzc div.open .dropdown-menu {
    box-shadow: none;
  }
}
@media (min-width: 991px) {
  .cid-tSOqB48Tzc .navbar-nav .nav-link {
    font-size: 0.95rem;
  }
}
.cid-umCr0yYdvt {
  position: relative;
  overflow: hidden;
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-umCr0yYdvt::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #2763ff -10%, transparent 80%);
}
.cid-umCr0yYdvt::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #c3dbff -10%, transparent 80%);
}
.cid-umCr0yYdvt .pgk-fallback-image.disabled {
  display: none;
}
.cid-umCr0yYdvt .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-umCr0yYdvt .container {
    padding: 0 16px;
  }
}
@media (min-width: 1400px) {
  .cid-umCr0yYdvt .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-umCr0yYdvt .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-umCr0yYdvt .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-umCr0yYdvt .row {
  justify-content: left;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
  display: flex;
  align-items: stretch;
}
.cid-umCr0yYdvt .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-umCr0yYdvt h2 span {
  color: #2763ff;
}
.cid-umCr0yYdvt .content-wrapper {
  margin-bottom: 80px;
}
.cid-umCr0yYdvt .content-wrapper .pgk-section-title {
  margin-bottom: 24px;
}
.cid-umCr0yYdvt .content-wrapper .text-wrapper .pgk-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-umCr0yYdvt .content-wrapper .text-wrapper .pgk-text {
    width: 100%;
  }
}
.cid-umCr0yYdvt .item {
  padding: 0 12px;
  margin-bottom: 24px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-umCr0yYdvt .item .item-wrapper {
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
  height: 100%;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-umCr0yYdvt .item .item-wrapper {
    padding: 32px;
  }
}
.cid-umCr0yYdvt .item .item-wrapper .card-box .item-desc {
  margin-bottom: 16px;
}
.cid-umCr0yYdvt .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-umCr0yYdvt .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-umCr0yYdvt .item .item-wrapper .card-box .pgk-section-btn {
  width: 100%;
}
.cid-umCr0yYdvt .item .item-wrapper .card-box .pgk-section-btn .btn {
  width: 100%;
}
.cid-umCr0yYdvt .item .item-wrapper .card-box .list-wrapper {
  margin-top: 40px;
}
.cid-umCr0yYdvt .item .item-wrapper .card-box .list-wrapper .pgk-list-title {
  margin-bottom: 24px;
}
.cid-umCr0yYdvt .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-umCr0yYdvt .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  position: relative;
  padding-left: 28px;
}
.cid-umCr0yYdvt .item .item-wrapper .card-box .list-wrapper .list .item-wrap:before {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #2763ff;
  font-family: FontAwesome !important;
}
.cid-umCr0yYdvt .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-umCr0yYdvt .pgk-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-umCr0yYdvt .pgk-text,
.cid-umCr0yYdvt .text-wrapper {
  color: #6f6f6f;
  text-align: center;
}
.cid-umCr0yYdvt .item-desc {
  color: #6f6f6f;
}
.cid-umCr0yYdvt .item-title {
  color: #2763ff;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
}
.cid-umCr0yYdvt .item-price {
  color: #000000;
}
.cid-umCr0yYdvt .pgk-list-title {
  color: #000000;
}
.cid-umCr0yYdvt .list {
  color: #000000;
}
.cid-umCr0yYdvt .discount {
  background-color: #2763ff;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 17px;
  display: none;
}
.cid-umCr0yYdvt .card_pricer {
  color: gray;
}
.cid-umCr0yYdvt .favorite {
  color: #ffffff;
  background: #2763ff;
  transform: rotate(90deg);
  position: absolute;
  top: 32px;
  right: -5px;
  padding: 3.2px 26px;
  border: 0;
  display: block;
}
.cid-umCr0yYdvt .favorite:before {
  content: "";
  border-top: 15px solid #2763ff;
  border-bottom: 15px solid #2763ff;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  position: absolute;
  right: -11px;
  top: 0;
}
.cid-umCr0yYdvt .pgk-section-head {
  margin-bottom: 50px;
}
.cid-umCr0yYdvt .label-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-umCr0yYdvt .label-text span {
  padding: 8px 18px;
  border-radius: 15px;
  color: inherit;
}
.cid-umCr0yYdvt .colored-text {
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-umCr0yYdvt .pgk-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-umCr0yYdvt .item:focus,
.cid-umCr0yYdvt span:focus {
  outline: none;
}
.cid-umCr0yYdvt .item-wrapper {
  position: relative;
  border-radius: 1.5rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-umCr0yYdvt .item-wrapper .item-content a:hover {
  color: #2763ff !important;
}
.cid-umCr0yYdvt .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.cid-umCr0yYdvt .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-umCr0yYdvt .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #2763ff;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-umCr0yYdvt .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-umCr0yYdvt .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-umCr0yYdvt .item-content-container {
    padding: 20px 15px;
  }
}
.cid-umCr0yYdvt .pgk-section-btn {
  margin-top: 20px;
}
.cid-umCr0yYdvt .pgk-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-umCr0yYdvt .tabs-wrapper {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-umCr0yYdvt .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umCr0yYdvt .tabs-wrapper .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
  border-radius: 1.5rem;
  background-color: #e4efff;
}
.cid-umCr0yYdvt .tabs-wrapper .nav.nav-tabs .nav-item {
  margin: 8px;
}
.cid-umCr0yYdvt .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0 16px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  min-width: 220px;
  margin-bottom: 0;
  border: none;
  color: #2763ff;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-umCr0yYdvt .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    min-width: 225px;
  }
}
.cid-umCr0yYdvt .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #2763ff;
  color: #ffffff;
}
.cid-umCr0yYdvt .tab-content .tab-pane .content-wrapper .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-umCr0yYdvt .tab-content .tab-pane .content-wrapper .image-wrapper {
    margin-bottom: 24px;
  }
}
.cid-umCr0yYdvt .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umCr0yYdvt .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-umCr0yYdvt .tab-content .tab-pane .content-wrapper .text-wrapper .pgk-text {
  margin-bottom: 0;
}
.cid-umCr0yYdvt .list-wrapper .list .item-wrap li,
.cid-umCr0yYdvt .list-wrapper .list .item-wrap span,
.cid-umCr0yYdvt .list-wrapper .list .item-wrap {
  font-size: 1.1rem!important;
}
@media (min-width: 992px) {
  .cid-umCr0yYdvt .pricing-zone {
    display: flex;
  }
}
.cid-umCr0yYdvt .conftailer {
  margin-bottom: 2rem;
}
.cid-umCr0yYdvt .tab-content > .tab-pane {
  margin-top: 3rem;
}
.cid-umCr0yYdvt .row > [class*="col"] {
  padding-left: 12px!important;
  padding-right: 12px!important;
  margin-top: 12px!important;
  margin-bottom: 12px!important;
}
.cid-umD3M18HQv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6faff;
}
.cid-umD3M18HQv .pgk-iconfont {
  font-size: 1.4rem !important;
  color: #0046c7 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-umD3M18HQv .smkx {
  color: inherit !important;
  transform: rotate(0deg);
  font-weight: normal;
}
.cid-umD3M18HQv .panel-group {
  border: none;
}
.cid-umD3M18HQv .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-umD3M18HQv .card-header {
    padding: 1rem 0rem;
  }
}
.cid-umD3M18HQv .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-umD3M18HQv .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-umD3M18HQv .img-col {
  padding: 0;
}
.cid-umD3M18HQv .img-item {
  height: 100%;
}
.cid-umD3M18HQv img {
  height: 100%;
  object-fit: cover;
}
.cid-umD3M18HQv .collapsed span {
  transform: rotate(0deg);
}
.cid-umD3M18HQv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-umD3M18HQv p {
  margin-bottom: 0.3rem;
}
.cid-umD3M18HQv .panel-title-edit {
  color: #e9c0e9;
}
.cid-umD3M18HQv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-umD3M18HQv .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 1.5rem;
}
@media (max-width: 767px) {
  .cid-umD3M18HQv .card {
    padding: 1.5rem;
  }
}
.cid-umD3M18HQv .panel-text {
  color: #320707;
}
.cid-umD3M18HQv .pgk-section-title {
  text-align: center;
  color: #000000;
}
.cid-umD3M18HQv .pgk-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-umD3M18HQv .panel-title-edit,
.cid-umD3M18HQv .pgk-iconfont {
  color: #000000;
}
.cid-umD3M18HQv .botton-container {
  width: 100%;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-umD3M18HQv .pgk-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-umD3M18HQv .pgk-section-btn .btn {
    width: 100%;
  }
}
.cid-tSPMWNQmrK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tSPMWNQmrK .container {
  display: flex;
  justify-content: center;
}
.cid-tSPMWNQmrK .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tSPMWNQmrK .col-brand {
  margin-bottom: 40px;
}
.cid-tSPMWNQmrK .col-link {
  margin-bottom: 30px;
}
.cid-tSPMWNQmrK .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo img {
  height: 53px;
  width: 190px;
  max-height: 3rem;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSPMWNQmrK .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-tSPMWNQmrK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tSPMWNQmrK .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tSPMWNQmrK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tSPMWNQmrK .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSPMWNQmrK .soc-item:hover {
  background-color: #738bae;
}
.cid-tSPMWNQmrK .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-tSPMWNQmrK .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tSPMWNQmrK .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tSPMWNQmrK .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tSPMWNQmrK .brand-text {
  margin-bottom: 35px;
  color: #000000;
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text .text-black {
  color: #00284E !important;
}
.cid-tSPMWNQmrK .pgk-text a {
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text a:hover {
  opacity: 1;
  color: #2763ff !important;
}
.cid-tSPMWNQmrK .col-copyright {
  margin-top: 44px;
}
.cid-tSPMWNQmrK .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tSPMWNQmrK .copyright {
    text-align: center !important;
  }
}
.cid-tSPMWNQmrK .pgk-fallback-image.disabled {
  display: none;
}
.cid-tSPMWNQmrK .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #000000;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 15px 30px;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1rem!important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pgk-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-sXTmEA3Jiz {
  z-index: 1000;
  width: 100%;
}
.cid-sXTmEA3Jiz nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-sXTmEA3Jiz .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-sXTmEA3Jiz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXTmEA3Jiz .dropdown-item {
  border-bottom: none!important;
}
.cid-sXTmEA3Jiz .dropdown-item:hover,
.cid-sXTmEA3Jiz .dropdown-item:focus {
  background: rgba(84, 144, 255, 0.1) !important;
  color: #1c4f7f !important;
}
.cid-sXTmEA3Jiz .dropdown-item:hover span {
  color: white;
}
.cid-sXTmEA3Jiz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXTmEA3Jiz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXTmEA3Jiz .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.167em 1em !important;
}
.cid-sXTmEA3Jiz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXTmEA3Jiz .nav-link {
  position: relative;
}
.cid-sXTmEA3Jiz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sXTmEA3Jiz .container {
    flex-wrap: nowrap;
  }
}
.cid-sXTmEA3Jiz .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXTmEA3Jiz .dropdown-menu,
.cid-sXTmEA3Jiz .navbar.opened {
  background: #ffffff !important;
}
.cid-sXTmEA3Jiz .nav-item:focus,
.cid-sXTmEA3Jiz .nav-link:focus {
  outline: none;
}
.cid-sXTmEA3Jiz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-sXTmEA3Jiz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXTmEA3Jiz .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXTmEA3Jiz .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXTmEA3Jiz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXTmEA3Jiz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXTmEA3Jiz .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 5px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-sXTmEA3Jiz .navbar.opened {
  transition: all 0.3s;
}
.cid-sXTmEA3Jiz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXTmEA3Jiz .navbar .navbar-logo img {
  width: auto;
}
.cid-sXTmEA3Jiz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXTmEA3Jiz .navbar.collapsed {
  justify-content: center;
}
.cid-sXTmEA3Jiz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXTmEA3Jiz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXTmEA3Jiz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sXTmEA3Jiz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXTmEA3Jiz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXTmEA3Jiz .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-sXTmEA3Jiz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXTmEA3Jiz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXTmEA3Jiz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXTmEA3Jiz .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-sXTmEA3Jiz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXTmEA3Jiz .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-sXTmEA3Jiz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXTmEA3Jiz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXTmEA3Jiz .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-sXTmEA3Jiz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXTmEA3Jiz .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-sXTmEA3Jiz .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-sXTmEA3Jiz .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-sXTmEA3Jiz .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-sXTmEA3Jiz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXTmEA3Jiz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXTmEA3Jiz .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXTmEA3Jiz .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXTmEA3Jiz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXTmEA3Jiz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXTmEA3Jiz .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-sXTmEA3Jiz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXTmEA3Jiz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXTmEA3Jiz .dropdown-item.active,
.cid-sXTmEA3Jiz .dropdown-item:active {
  background-color: transparent;
}
.cid-sXTmEA3Jiz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXTmEA3Jiz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXTmEA3Jiz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXTmEA3Jiz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-sXTmEA3Jiz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-sXTmEA3Jiz .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-sXTmEA3Jiz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXTmEA3Jiz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXTmEA3Jiz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXTmEA3Jiz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0073cf;
}
.cid-sXTmEA3Jiz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXTmEA3Jiz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXTmEA3Jiz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXTmEA3Jiz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXTmEA3Jiz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXTmEA3Jiz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXTmEA3Jiz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXTmEA3Jiz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXTmEA3Jiz .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-sXTmEA3Jiz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXTmEA3Jiz .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-sXTmEA3Jiz .navbar {
    height: 70px;
  }
  .cid-sXTmEA3Jiz .navbar.opened {
    height: auto;
  }
  .cid-sXTmEA3Jiz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXTmEA3Jiz .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-sXTmEA3Jiz .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-sXTmEA3Jiz .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sXTmEA3Jiz .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sXTmEA3Jiz .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sXTmEA3Jiz .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-sXTmEA3Jiz .navbar-nav {
    margin-left: 145px;
  }
}
.cid-sXTmEA3Jiz .nav-item .nav-link {
  position: relative !important;
}
.cid-sXTmEA3Jiz .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2763ff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-sXTmEA3Jiz .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-sXTmEA3Jiz .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-sXTmEA3Jiz .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-sXTmEA3Jiz .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXTmEA3Jiz .tel-menu {
    display: none;
  }
}
.cid-sXTmEA3Jiz .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-sXTmEA3Jiz .pgk-text {
    text-align: center !important;
  }
}
.cid-sXTmEA3Jiz .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-sXTmEA3Jiz .pgk-section-btn {
  display: flex;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.2);
}
@media (max-width: 991px) {
  .cid-sXTmEA3Jiz .pgk-section-btn {
    justify-content: center;
    margin-top: 30px!important;
    width: 280px;
    margin: auto;
    box-shadow: none;
    padding: 0 10px !important;
  }
}
@media (min-width: 992px) {
  .cid-sXTmEA3Jiz .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-sXTmEA3Jiz .pgk-section-btn .btn {
  max-width: 200px;
  min-width: 100px;
  min-height: 40px!important;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0.45rem 0.50rem;
  border-radius: 10px;
}
.cid-sXTmEA3Jiz .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-sXTmEA3Jiz .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-sXTmEA3Jiz .tel-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sXTmEA3Jiz .navbar {
    padding: 0px 10px !important;
  }
  .cid-sXTmEA3Jiz .navbar ul.navbar-nav li {
    box-shadow: none;
  }
  .cid-sXTmEA3Jiz li.open,
  .cid-sXTmEA3Jiz li.open .dropdown-menu {
    box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
    border-radius: 1.5rem;
  }
  .cid-sXTmEA3Jiz div.open .dropdown-menu {
    box-shadow: none;
  }
}
@media (min-width: 991px) {
  .cid-sXTmEA3Jiz .navbar-nav .nav-link {
    font-size: 0.95rem;
  }
}
#custom-html-6t #survey {
  margin: 1rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
#custom-html-6t #survey-container {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
  width: 90%;
  max-width: 800px;
  /* 최대 너비 설정 */
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#custom-html-6t #survey-container:hover {
  transform: translateY(-5px);
  /* 약간의 상승 효과 */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  /* 더 강한 그림자 */
}
#custom-html-6t #company-name,
#custom-html-6t #company-contact {
  min-height: 55px;
  margin-top: 0.3rem;
  padding: 10px;
  border-radius: 1rem;
  border: 1px solid #f3f7fd;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
  width: 100%;
  max-width: 99%;
  font-size: 16px;
  transition: border-color 0.3s ease;
}
#custom-html-6t #company-name:focus {
  border-color: #2763ff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
}
#custom-html-6t .survey-step {
  display: none;
  /* 모든 단계는 기본적으로 숨김 */
  opacity: 0;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
#custom-html-6t .survey-step.active {
  display: block;
  /* 활성화된 단계는 보이게 함 */
  animation-name: fadeInUp;
}
@keyframes fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
#custom-html-6t .loading-bar,
#custom-html-6t .result-display {
  display: none;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  color: #555;
}
#custom-html-6t button {
  margin-top: 15px;
  padding: 15px;
  background-color: #2763ff;
  color: #ffffff;
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
#custom-html-6t button:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}
#custom-html-6t button:active {
  transform: translateY(0);
  background-color: #004494;
}
@media (max-width: 500px) {
  #custom-html-6t #survey-container {
    width: 90%;
    padding: 20px;
  }
  #custom-html-6t button {
    font-size: 14px;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  #custom-html-6t #survey-container {
    width: 80%;
  }
}
#custom-html-6t .survey-step:not(#company-info-step) button:nth-child(5) {
  background: white;
  border: 3px solid #2763ff;
  color: #2763ff;
}
#custom-html-6t h2,
#custom-html-6t p {
  text-align: center;
}
#custom-html-6t #result-display h2 {
  margin-top: 5rem;
}
#custom-html-6t #result-content h3 {
  font-size: 1.5rem;
}
.cid-tSPMWNQmrK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6faff;
}
.cid-tSPMWNQmrK .container {
  display: flex;
  justify-content: center;
}
.cid-tSPMWNQmrK .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tSPMWNQmrK .col-brand {
  margin-bottom: 40px;
}
.cid-tSPMWNQmrK .col-link {
  margin-bottom: 30px;
}
.cid-tSPMWNQmrK .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo img {
  height: 53px;
  width: 190px;
  max-height: 3rem;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSPMWNQmrK .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-tSPMWNQmrK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tSPMWNQmrK .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tSPMWNQmrK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tSPMWNQmrK .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSPMWNQmrK .soc-item:hover {
  background-color: #738bae;
}
.cid-tSPMWNQmrK .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-tSPMWNQmrK .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tSPMWNQmrK .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tSPMWNQmrK .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tSPMWNQmrK .brand-text {
  margin-bottom: 35px;
  color: #000000;
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text .text-black {
  color: #00284E !important;
}
.cid-tSPMWNQmrK .pgk-text a {
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text a:hover {
  opacity: 1;
  color: #2763ff !important;
}
.cid-tSPMWNQmrK .col-copyright {
  margin-top: 44px;
}
.cid-tSPMWNQmrK .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tSPMWNQmrK .copyright {
    text-align: center !important;
  }
}
.cid-tSPMWNQmrK .pgk-fallback-image.disabled {
  display: none;
}
.cid-tSPMWNQmrK .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #000000;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 15px 30px;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1rem!important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pgk-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tSOqB48Tzc {
  z-index: 1000;
  width: 100%;
}
.cid-tSOqB48Tzc nav.navbar {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
}
.cid-tSOqB48Tzc .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-tSOqB48Tzc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSOqB48Tzc .dropdown-item {
  border-bottom: none!important;
}
.cid-tSOqB48Tzc .dropdown-item:hover,
.cid-tSOqB48Tzc .dropdown-item:focus {
  background: rgba(84, 144, 255, 0.1) !important;
  color: #1c4f7f !important;
}
.cid-tSOqB48Tzc .dropdown-item:hover span {
  color: white;
}
.cid-tSOqB48Tzc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSOqB48Tzc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSOqB48Tzc .nav-dropdown .link {
  padding: 0.5rem 0.3em !important;
  margin: 0.167em 1em !important;
}
.cid-tSOqB48Tzc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSOqB48Tzc .nav-link {
  position: relative;
}
.cid-tSOqB48Tzc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tSOqB48Tzc .container {
    flex-wrap: nowrap;
  }
}
.cid-tSOqB48Tzc .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSOqB48Tzc .dropdown-menu,
.cid-tSOqB48Tzc .navbar.opened {
  background: #ffffff !important;
}
.cid-tSOqB48Tzc .nav-item:focus,
.cid-tSOqB48Tzc .nav-link:focus {
  outline: none;
}
.cid-tSOqB48Tzc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 5px;
}
.cid-tSOqB48Tzc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSOqB48Tzc .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSOqB48Tzc .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSOqB48Tzc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSOqB48Tzc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSOqB48Tzc .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  background-color: white;
  position: absolute;
  padding: 5px 40px !important;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tSOqB48Tzc .navbar.opened {
  transition: all 0.3s;
}
.cid-tSOqB48Tzc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSOqB48Tzc .navbar .navbar-logo img {
  width: auto;
}
.cid-tSOqB48Tzc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSOqB48Tzc .navbar.collapsed {
  justify-content: center;
}
.cid-tSOqB48Tzc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSOqB48Tzc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSOqB48Tzc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tSOqB48Tzc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSOqB48Tzc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSOqB48Tzc .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-tSOqB48Tzc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSOqB48Tzc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSOqB48Tzc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSOqB48Tzc .navbar .nav-item .nav-link::before {
    display: block;
  }
  .cid-tSOqB48Tzc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSOqB48Tzc .navbar .dropdown-menu {
    background: white !important;
    padding: 10px!important;
    border-radius: 0 0 10px 10px;
  }
  .cid-tSOqB48Tzc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSOqB48Tzc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSOqB48Tzc .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-tSOqB48Tzc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSOqB48Tzc .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-tSOqB48Tzc .navbar .nav-link {
    justify-content: left!important;
  }
  .cid-tSOqB48Tzc .navbar .dropdown-item {
    border-bottom: none!important;
  }
  .cid-tSOqB48Tzc .navbar .dropdown-menu .dropdown-item {
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 30px;
  }
  .cid-tSOqB48Tzc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSOqB48Tzc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSOqB48Tzc .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSOqB48Tzc .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSOqB48Tzc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSOqB48Tzc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSOqB48Tzc .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-tSOqB48Tzc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSOqB48Tzc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSOqB48Tzc .dropdown-item.active,
.cid-tSOqB48Tzc .dropdown-item:active {
  background-color: transparent;
}
.cid-tSOqB48Tzc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSOqB48Tzc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSOqB48Tzc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSOqB48Tzc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
}
.cid-tSOqB48Tzc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 992px) {
  .cid-tSOqB48Tzc .dropdown-menu {
    border-radius: 1rem!important;
  }
}
.cid-tSOqB48Tzc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSOqB48Tzc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSOqB48Tzc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSOqB48Tzc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0073cf;
}
.cid-tSOqB48Tzc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSOqB48Tzc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSOqB48Tzc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSOqB48Tzc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSOqB48Tzc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSOqB48Tzc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSOqB48Tzc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSOqB48Tzc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSOqB48Tzc .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tSOqB48Tzc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSOqB48Tzc .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-tSOqB48Tzc .navbar {
    height: 70px;
  }
  .cid-tSOqB48Tzc .navbar.opened {
    height: auto;
  }
  .cid-tSOqB48Tzc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSOqB48Tzc .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tSOqB48Tzc .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tSOqB48Tzc .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tSOqB48Tzc .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tSOqB48Tzc .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tSOqB48Tzc .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tSOqB48Tzc .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tSOqB48Tzc .nav-item .nav-link {
  position: relative !important;
}
.cid-tSOqB48Tzc .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2763ff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tSOqB48Tzc .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tSOqB48Tzc .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tSOqB48Tzc .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tSOqB48Tzc .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tSOqB48Tzc .tel-menu {
    display: none;
  }
}
.cid-tSOqB48Tzc .pgk-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tSOqB48Tzc .pgk-text {
    text-align: center !important;
  }
}
.cid-tSOqB48Tzc .pgk-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tSOqB48Tzc .pgk-section-btn {
  display: flex;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.2);
}
@media (max-width: 991px) {
  .cid-tSOqB48Tzc .pgk-section-btn {
    justify-content: center;
    margin-top: 30px!important;
    width: 280px;
    margin: auto;
    box-shadow: none;
    padding: 0 10px !important;
  }
}
@media (min-width: 992px) {
  .cid-tSOqB48Tzc .pgk-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tSOqB48Tzc .pgk-section-btn .btn {
  max-width: 200px;
  min-width: 100px;
  min-height: 40px!important;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0.45rem 0.50rem;
  border-radius: 10px;
}
.cid-tSOqB48Tzc .pgk-section-btn .btn:hover:before {
  display: none;
}
.cid-tSOqB48Tzc .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-tSOqB48Tzc .tel-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tSOqB48Tzc .navbar {
    padding: 0px 10px !important;
  }
  .cid-tSOqB48Tzc .navbar ul.navbar-nav li {
    box-shadow: none;
  }
  .cid-tSOqB48Tzc li.open,
  .cid-tSOqB48Tzc li.open .dropdown-menu {
    box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
    border-radius: 1.5rem;
  }
  .cid-tSOqB48Tzc div.open .dropdown-menu {
    box-shadow: none;
  }
}
@media (min-width: 991px) {
  .cid-tSOqB48Tzc .navbar-nav .nav-link {
    font-size: 0.95rem;
  }
}
.cid-umC3oCQ35u {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-umC3oCQ35u::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #2763ff -10%, transparent 80%);
}
.cid-umC3oCQ35u::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #c3dbff -10%, transparent 80%);
}
.cid-umC3oCQ35u .pgk-fallback-image.disabled {
  display: none;
}
.cid-umC3oCQ35u .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-umC3oCQ35u .container {
    padding: 0 16px;
  }
}
.cid-umC3oCQ35u .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-umC3oCQ35u .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-umC3oCQ35u .content-wrapper {
  margin-bottom: 80px;
}
.cid-umC3oCQ35u .content-wrapper .pgk-section-title {
  margin-bottom: 24px;
}
.cid-umC3oCQ35u .content-wrapper .pgk-section-title span {
  color: #2763ff;
}
.cid-umC3oCQ35u .content-wrapper .text-wrapper .pgk-text {
  display: inline-flex;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-umC3oCQ35u .content-wrapper .text-wrapper .pgk-text {
    width: 100%;
  }
}
.cid-umC3oCQ35u .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-umC3oCQ35u .item .item-wrapper {
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(90, 144, 225, 0.1);
  height: 100%;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-umC3oCQ35u .item .item-wrapper {
    padding: 32px;
  }
}
.cid-umC3oCQ35u .item .item-wrapper .card-box .item-desc {
  margin-bottom: 16px;
}
.cid-umC3oCQ35u .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-umC3oCQ35u .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-umC3oCQ35u .item .item-wrapper .card-box .pgk-section-btn {
  width: 100%;
}
.cid-umC3oCQ35u .item .item-wrapper .card-box .pgk-section-btn .btn {
  width: 100%;
}
.cid-umC3oCQ35u .item .item-wrapper .card-box .list-wrapper {
  margin-top: 40px;
}
.cid-umC3oCQ35u .item .item-wrapper .card-box .list-wrapper .pgk-list-title {
  margin-bottom: 24px;
}
.cid-umC3oCQ35u .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  min-height: 280px;
  list-style-type: none;
}
.cid-umC3oCQ35u .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  position: relative;
  padding-left: 28px;
}
.cid-umC3oCQ35u .item .item-wrapper .card-box .list-wrapper .list .item-wrap:before {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #2763ff;
  font-family: FontAwesome !important;
}
.cid-umC3oCQ35u .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-umC3oCQ35u .item .item-wrapper .card-box .list-wrapper .list .conf-wrap {
  margin-bottom: 24px;
  position: relative;
  padding-left: 28px;
}
.cid-umC3oCQ35u .item .item-wrapper .card-box .list-wrapper .list .conf-wrap:last-child {
  margin-bottom: 0;
}
.cid-umC3oCQ35u .pgk-section-title {
  color: #000000;
  text-align: center;
}
.cid-umC3oCQ35u .pgk-text,
.cid-umC3oCQ35u .text-wrapper {
  color: #6f6f6f;
  text-align: center;
}
.cid-umC3oCQ35u .item-desc {
  color: #00072c;
  text-align: left;
}
.cid-umC3oCQ35u .item-title {
  color: #2763ff;
}
.cid-umC3oCQ35u .item-price {
  color: #000000;
}
.cid-umC3oCQ35u .pgk-list-title {
  color: #000000;
}
.cid-umC3oCQ35u .list {
  color: #000000;
}
.cid-umC3oCQ35u .discount {
  background-color: #2763ff;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 17px;
  display: none;
}
.cid-umC3oCQ35u .card_pricer {
  color: gray;
}
.cid-umC3oCQ35u .pgk-section-btn {
  margin-top: 2rem!important;
  font-weight: 500;
}
@media (max-width: 575px) {
  .cid-umC3oCQ35u .pgk-section-btn {
    flex-wrap: wrap;
    display: flex;
  }
  .cid-umC3oCQ35u .pgk-section-btn .btn {
    width: 100%;
  }
}
.cid-umC3oCQ35u .favorite {
  color: #ffffff;
  background: #2763ff;
  transform: rotate(90deg);
  position: absolute;
  top: 32px;
  right: 5px;
  padding: 3.2px 26px;
  border: 0;
  display: block;
}
.cid-umC3oCQ35u .favorite:before {
  content: "";
  border-top: 15px solid #2763ff;
  border-bottom: 15px solid #2763ff;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  position: absolute;
  right: -11px;
  top: 0;
}
.cid-umC3oCQ35u list-wrapper .list .item-wrap li,
.cid-umC3oCQ35u .list-wrapper .list .item-wrap span,
.cid-umC3oCQ35u .list-wrapper .list .item-wrap {
  font-size: 1.1rem!important;
}
@media (min-width: 992px) {
  .cid-umC3oCQ35u .pricing-zone {
    display: flex;
  }
}
.cid-tSPMWNQmrK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tSPMWNQmrK .container {
  display: flex;
  justify-content: center;
}
.cid-tSPMWNQmrK .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tSPMWNQmrK .col-brand {
  margin-bottom: 40px;
}
.cid-tSPMWNQmrK .col-link {
  margin-bottom: 30px;
}
.cid-tSPMWNQmrK .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo img {
  height: 53px;
  width: 190px;
  max-height: 3rem;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSPMWNQmrK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSPMWNQmrK .pgk-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-tSPMWNQmrK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tSPMWNQmrK .pgk-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tSPMWNQmrK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tSPMWNQmrK .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSPMWNQmrK .soc-item:hover {
  background-color: #738bae;
}
.cid-tSPMWNQmrK .soc-item:hover .pgk-iconfont {
  color: #FFFFFF !important;
}
.cid-tSPMWNQmrK .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tSPMWNQmrK .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tSPMWNQmrK .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tSPMWNQmrK .brand-text {
  margin-bottom: 35px;
  color: #000000;
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text .text-black {
  color: #00284E !important;
}
.cid-tSPMWNQmrK .pgk-text a {
  opacity: 0.8;
}
.cid-tSPMWNQmrK .pgk-text a:hover {
  opacity: 1;
  color: #2763ff !important;
}
.cid-tSPMWNQmrK .col-copyright {
  margin-top: 44px;
}
.cid-tSPMWNQmrK .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tSPMWNQmrK .copyright {
    text-align: center !important;
  }
}
.cid-tSPMWNQmrK .pgk-fallback-image.disabled {
  display: none;
}
.cid-tSPMWNQmrK .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
