@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.theme-button {
  display: flex;
  padding: 0px 29px;
  height: 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 48px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.32px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .theme-button {
    padding: 0px 24px;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
  }
}
@media (max-width: 1024px) {
  .theme-button {
    padding: 0px 20px;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .theme-button {
    padding: 0px 18px;
    font-size: 13px;
    height: 38px;
    line-height: 38px;
    gap: 6px;
    border-radius: 38px;
  }
}
@media (max-width: 480px) {
  .theme-button {
    padding: 0px 14px;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    gap: 5px;
    border-radius: 34px;
    letter-spacing: -0.24px;
  }
}
@media (max-width: 380px) {
  .theme-button {
    padding: 0px 12px;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    gap: 4px;
    border-radius: 30px;
    letter-spacing: -0.2px;
  }
}
.theme-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 150%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  transform: skewX(-25deg);
  transition: left 0.7s ease;
}
.theme-button:active {
  transform: scale(0.95);
}
.theme-button:hover {
  text-decoration: none;
}
.theme-button:hover::before {
  left: 150%;
}

.whitebg-btn {
  border: 1px solid rgba(20, 38, 70, 0.2);
  background: #fff;
  color: #3260AE;
}
.whitebg-btn:visited {
  color: #3260AE;
}
.whitebg-btn:hover {
  background: #3260AE;
  color: #fff;
  border-color: #3260AE;
  box-shadow: 0 8px 30px rgba(50, 96, 174, 0.3);
}

.semibg-btn {
  border: 0.5px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 4px 0 rgba(20, 38, 70, 0.25) inset;
  color: #fff;
}
.semibg-btn:visited {
  color: #fff;
}
.semibg-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.15), 0 4px 4px 0 rgba(20, 38, 70, 0.25) inset;
}

.bluebg-btn {
  border: 0.5px solid #3260AE;
  background: #3260AE;
  color: #fff;
}
.bluebg-btn:visited {
  color: #fff;
}
.bluebg-btn:hover {
  background: #0E2E66;
  border: 0.5px solid #0E2E66;
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.15), 0 4px 4px 0 rgba(20, 38, 70, 0.25) inset;
  color: #fff;
}

.main-container .tagLine {
  color: #1EB2FD;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (max-width: 1200px) {
  .main-container .tagLine {
    font-size: 16px;
    letter-spacing: 1.28px;
    gap: 7px;
  }
}
@media (max-width: 1024px) {
  .main-container .tagLine {
    font-size: 15px;
    letter-spacing: 1.2px;
    gap: 6px;
  }
}
@media (max-width: 768px) {
  .main-container .tagLine {
    font-size: 14px;
    letter-spacing: 1.12px;
    gap: 6px;
  }
}
@media (max-width: 480px) {
  .main-container .tagLine {
    font-size: 12px;
    letter-spacing: 0.96px;
    gap: 5px;
  }
}
@media (max-width: 380px) {
  .main-container .tagLine {
    font-size: 11px;
    letter-spacing: 0.88px;
    gap: 4px;
  }
}
.main-container .tagLine:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #1EB2FD;
}
@media (max-width: 1024px) {
  .main-container .tagLine:before {
    width: 10px;
    height: 10px;
    border-radius: 5px;
  }
}
@media (max-width: 768px) {
  .main-container .tagLine:before {
    width: 9px;
    height: 9px;
    border-radius: 4.5px;
  }
}
@media (max-width: 480px) {
  .main-container .tagLine:before {
    width: 8px;
    height: 8px;
    border-radius: 4px;
  }
}
@media (max-width: 380px) {
  .main-container .tagLine:before {
    width: 7px;
    height: 7px;
    border-radius: 3.5px;
  }
}
.main-container h3 {
  color: #103D88;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 108%;
  letter-spacing: -0.96px;
}
@media (max-width: 1200px) {
  .main-container h3 {
    font-size: 42px;
    letter-spacing: -0.84px;
  }
}
@media (max-width: 1024px) {
  .main-container h3 {
    font-size: 36px;
    letter-spacing: -0.72px;
  }
}
@media (max-width: 768px) {
  .main-container h3 {
    font-size: 30px;
    letter-spacing: -0.6px;
    line-height: 110%;
  }
}
@media (max-width: 480px) {
  .main-container h3 {
    font-size: 24px;
    letter-spacing: -0.48px;
    line-height: 112%;
  }
}
@media (max-width: 380px) {
  .main-container h3 {
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: 115%;
  }
}
.main-container h3.white-title {
  color: #fff;
}
.main-container p {
  color: #214F9B;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
}
@media (max-width: 1200px) {
  .main-container p {
    font-size: 16px;
    line-height: 124%;
  }
}
@media (max-width: 1024px) {
  .main-container p {
    font-size: 15px;
    line-height: 125%;
  }
}
@media (max-width: 768px) {
  .main-container p {
    font-size: 14px;
    line-height: 128%;
  }
}
@media (max-width: 480px) {
  .main-container p {
    font-size: 13px;
    line-height: 130%;
  }
}
@media (max-width: 380px) {
  .main-container p {
    font-size: 12px;
    line-height: 132%;
  }
}
.main-container p.white-text {
  color: #fff;
}

.thame-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  min-height: 250px;
}
.thame-banner img {
  width: 100%;
  object-fit: cover;
  max-width: none;
}
.thame-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(0deg, rgba(15, 13, 38, 0) 6.25%, rgba(0, 0, 0, 0.25) 100%), linear-gradient(0deg, rgba(15, 13, 38, 0) 6.25%, rgba(0, 0, 0, 0.8) 111.11%);
  z-index: 1;
}

.theme-breadcrumb {
  border-bottom: 1px solid rgba(20, 38, 70, 0.2);
  padding: 12px 40px;
}
.theme-breadcrumb .breadcrumb-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
}
.theme-breadcrumb .breadcrumb-inner a {
  color: #224A86;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
}
.theme-breadcrumb .breadcrumb-inner span {
  color: #214F9B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
}

.four-block-steps {
  padding: 80px 0;
  background: linear-gradient(0deg, rgba(14, 46, 102, 0.9) 0%, rgba(14, 46, 102, 0.9) 100%), linear-gradient(0deg, #0E2E66 24.62%, #1C5CCC 170.77%);
}
@media (max-width: 1024px) {
  .four-block-steps {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .four-block-steps {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .four-block-steps {
    padding: 40px 0;
  }
}
.four-block-steps .container {
  max-width: 1400px;
}
.four-block-steps .steps-inner {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media (max-width: 768px) {
  .four-block-steps .steps-inner {
    gap: 28px;
  }
}
@media (max-width: 480px) {
  .four-block-steps .steps-inner {
    gap: 20px;
  }
}
.four-block-steps .steps-inner .steps-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 480px) {
  .four-block-steps .steps-inner .steps-heading {
    gap: 6px;
  }
}
.four-block-steps .steps-inner .steps-heading h3 {
  text-align: center;
}
@media (max-width: 768px) {
  .four-block-steps .steps-inner .steps-heading h3 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .four-block-steps .steps-inner .steps-heading h3 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .four-block-steps .steps-inner .steps-heading .tagLine {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .four-block-steps .steps-inner .steps-heading .tagLine {
    font-size: 12px;
  }
}
.four-block-steps .steps-inner .steps-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .four-block-steps .steps-inner .steps-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .four-block-steps .steps-inner .steps-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .four-block-steps .steps-inner .steps-list {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 400px;
    margin: 0 auto;
  }
}
.four-block-steps .steps-inner .steps-list .step-itm {
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .four-block-steps .steps-inner .steps-list .step-itm {
    padding: 32px 24px;
  }
}
@media (max-width: 768px) {
  .four-block-steps .steps-inner .steps-list .step-itm {
    padding: 28px 20px;
  }
}
@media (max-width: 480px) {
  .four-block-steps .steps-inner .steps-list .step-itm {
    padding: 24px 16px;
  }
}
.four-block-steps .steps-inner .steps-list .step-itm span {
  margin-bottom: 24px;
}
.four-block-steps .steps-inner .steps-list .step-itm strong {
  margin-bottom: 24px;
  display: flex;
  width: 70px;
  height: 70px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 40px;
  background: #FFF;
  color: #3260AE;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -1.28px;
}
@media (max-width: 768px) {
  .four-block-steps .steps-inner .steps-list .step-itm strong {
    width: 60px;
    height: 60px;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px;
    letter-spacing: -1.12px;
  }
}
@media (max-width: 480px) {
  .four-block-steps .steps-inner .steps-list .step-itm strong {
    width: 56px;
    height: 56px;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 16px;
    letter-spacing: -0.96px;
  }
}
.four-block-steps .steps-inner .steps-list .step-itm h5 {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.48px;
}
@media (max-width: 768px) {
  .four-block-steps .steps-inner .steps-list .step-itm h5 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
  }
}
@media (max-width: 480px) {
  .four-block-steps .steps-inner .steps-list .step-itm h5 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.36px;
  }
}
.four-block-steps .steps-inner .steps-list .step-itm p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.32px;
}
@media (max-width: 768px) {
  .four-block-steps .steps-inner .steps-list .step-itm p {
    font-size: 15px;
    line-height: 17px;
    letter-spacing: -0.3px;
  }
}
@media (max-width: 480px) {
  .four-block-steps .steps-inner .steps-list .step-itm p {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.28px;
  }
}
.four-block-steps.with-arrows .step-itm {
  position: relative;
}
@media (max-width: 1024px) {
  .four-block-steps.with-arrows .step-itm:after {
    display: none !important;
  }
}
.four-block-steps.with-arrows .step-itm:after {
  content: "";
  position: absolute;
  width: calc(100% - 70px);
  height: 10px;
  background: url("../images/icons/arrow-bg-for-step.svg") right center no-repeat;
  top: 70px;
  left: 60%;
}
@media (max-width: 1300px) {
  .four-block-steps.with-arrows .step-itm:after {
    left: 65%;
  }
}
@media (max-width: 1200px) {
  .four-block-steps.with-arrows .step-itm:after {
    width: calc(100% - 50px);
    background-size: contain;
    left: 50%;
  }
}
@media (max-width: 1024px) {
  .four-block-steps.with-arrows .step-itm:after {
    display: none;
  }
}
.four-block-steps.with-arrows .step-itm:last-child:after {
  display: none;
}

.default-page-content {
  padding: 100px 0px;
}
@media (max-width: 1024px) {
  .default-page-content {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .default-page-content {
    padding: 60px 0px;
  }
}
@media (max-width: 480px) {
  .default-page-content {
    padding: 40px 0px;
  }
}
.default-page-content .page-heading {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .default-page-content .page-heading {
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .default-page-content .page-heading {
    padding-bottom: 24px;
  }
}
.default-page-content .page-heading h1 {
  color: #103D88;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.96px;
}
@media (max-width: 1024px) {
  .default-page-content .page-heading h1 {
    font-size: 40px;
    letter-spacing: -0.8px;
  }
}
@media (max-width: 768px) {
  .default-page-content .page-heading h1 {
    font-size: 34px;
    letter-spacing: -0.68px;
  }
}
@media (max-width: 480px) {
  .default-page-content .page-heading h1 {
    font-size: 28px;
    letter-spacing: -0.56px;
  }
}
.default-page-content h1, .default-page-content h2, .default-page-content h3, .default-page-content h4, .default-page-content h5, .default-page-content h6 {
  color: #103D88;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.96px;
}
@media (max-width: 1024px) {
  .default-page-content h1, .default-page-content h2, .default-page-content h3, .default-page-content h4, .default-page-content h5, .default-page-content h6 {
    letter-spacing: -0.8px;
  }
}
@media (max-width: 768px) {
  .default-page-content h1, .default-page-content h2, .default-page-content h3, .default-page-content h4, .default-page-content h5, .default-page-content h6 {
    letter-spacing: -0.64px;
    line-height: 115%;
  }
}
@media (max-width: 480px) {
  .default-page-content h1, .default-page-content h2, .default-page-content h3, .default-page-content h4, .default-page-content h5, .default-page-content h6 {
    letter-spacing: -0.48px;
    line-height: 120%;
  }
}
.default-page-content h1 {
  font-size: 36px;
}
@media (max-width: 1024px) {
  .default-page-content h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .default-page-content h1 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .default-page-content h1 {
    font-size: 24px;
  }
}
.default-page-content h2 {
  font-size: 32px;
}
@media (max-width: 1024px) {
  .default-page-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .default-page-content h2 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .default-page-content h2 {
    font-size: 21px;
  }
}
.default-page-content h3 {
  font-size: 30px;
}
@media (max-width: 1024px) {
  .default-page-content h3 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .default-page-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .default-page-content h3 {
    font-size: 20px;
  }
}
.default-page-content h4 {
  font-size: 26px;
}
@media (max-width: 1024px) {
  .default-page-content h4 {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .default-page-content h4 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .default-page-content h4 {
    font-size: 18px;
  }
}
.default-page-content h5 {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .default-page-content h5 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .default-page-content h5 {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .default-page-content h5 {
    font-size: 17px;
  }
}
.default-page-content h5 {
  font-size: 20px;
}
@media (max-width: 1024px) {
  .default-page-content h5 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .default-page-content h5 {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .default-page-content h5 {
    font-size: 16px;
  }
}
.default-page-content p {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .default-page-content p {
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .default-page-content p {
    margin-bottom: 14px;
  }
}
.default-page-content p, .default-page-content li {
  color: #535353;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
}
@media (max-width: 768px) {
  .default-page-content p, .default-page-content li {
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.28px;
  }
}
@media (max-width: 480px) {
  .default-page-content p, .default-page-content li {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.24px;
  }
}
.default-page-content p a, .default-page-content li a {
  color: #103D88;
}
.default-page-content ol, .default-page-content ul {
  padding: 10px 0 0 25px;
}
@media (max-width: 768px) {
  .default-page-content ol, .default-page-content ul {
    padding: 8px 0 0 22px;
  }
}
@media (max-width: 480px) {
  .default-page-content ol, .default-page-content ul {
    padding: 6px 0 0 20px;
  }
}

* {
  box-sizing: border-box;
}

body {
  width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  /*
    &::-webkit-scrollbar {
  width: 4px;
   }
  &::-webkit-scrollbar-thumb {
  background-color: #A6A5A3;
  border-radius: 2px;
   }
   */
}
body .container {
  max-width: 1700px;
}
body .container.container-mini {
  max-width: 1400px;
}
body section {
  padding: 0;
}
body .fullwidth {
  width: 100%;
  float: left;
}
body .halfwidth {
  width: 100%;
  float: left;
}
body a {
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
body a:hover {
  text-decoration: none;
}
body a:visited {
  color: unset;
}
body br {
  display: block;
}

header {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.02);
  padding: 20px 0;
  position: absolute;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  z-index: 999;
}
@media (max-width: 1200px) {
  header {
    padding: 10px 0;
  }
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  animation: slideDown 0.3s ease-in-out forwards;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background: rgba(14, 46, 102, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
header.fixed .menu-wrapper .menu .dropdown ul {
  background: rgba(14, 46, 102, 0.9);
  backdrop-filter: blur(20px);
}
header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-inner .logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 45px;
}
header .header-inner .logo-wrapper .main-logo img {
  width: 197px;
  max-width: none;
}
header .header-inner .menu-wrapper {
  display: flex;
}
header .header-inner .menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
header .header-inner .menu-wrapper ul > li {
  margin: 0;
}
header .header-inner .menu-wrapper ul > li > a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  opacity: 1;
  text-transform: unset;
}
header .header-inner .menu-wrapper ul > li > a:hover {
  color: #1EB2FD;
}
header .header-inner .menu-wrapper ul > li.current-menu-parent > a, header .header-inner .menu-wrapper ul > li.current-menu-item > a {
  color: #1EB2FD;
}
header .header-inner .menu-wrapper ul > li.dropdown {
  padding-right: 25px;
}
header .header-inner .menu-wrapper ul > li.dropdown:after {
  display: none;
}
header .header-inner .menu-wrapper ul > li.dropdown:before {
  width: 100px;
  height: 80px;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  cursor: pointer;
}
header .header-inner .menu-wrapper ul > li.dropdown > a:after {
  border: 0;
  width: 17px;
  height: 17px;
  background: url("../images/icons/menu-arrow.svg") center no-repeat;
  position: absolute;
  top: 2px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  header .header-inner .menu-wrapper ul > li.dropdown > a:after {
    background-size: 15px;
    top: 5px;
  }
}
header .header-inner .menu-wrapper ul > li.dropdown ul {
  isolation: isolate;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.06);
  /* Blur what's behind it */
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(10px);
  padding: 20px 22px;
  width: 260px;
  position: absolute;
  z-index: 99;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  header .header-inner .menu-wrapper ul > li.dropdown ul {
    width: 180px;
  }
}
header .header-inner .menu-wrapper ul > li.dropdown ul li {
  width: 100%;
  display: flex;
  margin-bottom: 0;
  transition: background 0.3s ease;
  padding: 12px 0px 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
header .header-inner .menu-wrapper ul > li.dropdown ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
header .header-inner .menu-wrapper ul > li.dropdown ul li a {
  background-color: transparent !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.36px;
}
header .header-inner .menu-wrapper ul > li.dropdown:hover > a:after {
  transform: rotate(180deg);
  top: 5px;
}
header .header-inner .menu-wrapper ul > li.dropdown:hover ul {
  left: 0;
  top: 62px;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}
@media (max-width: 1200px) {
  header .header-inner .menu-wrapper ul > li.dropdown:hover ul {
    top: 53px;
  }
}
header .header-inner .menu-wrapper ul > li.dropdown:hover ul li a {
  color: #FFF;
  padding: 0;
}
header .header-inner .menu-wrapper ul > li.dropdown:hover ul li a:hover {
  color: #1EB2FD;
}
header .header-inner .menu-wrapper ul > li.dropdown:hover ul li.active a {
  color: #1EB2FD;
}
header .header-inner .header-buttons {
  display: flex;
  gap: 24px;
  align-items: center;
}
header .header-inner .hamburger-menu {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
  z-index: 1000;
}
header .header-inner .hamburger-menu span {
  display: block;
  width: 25px;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}
header .header-inner .hamburger-menu span:nth-child(1) {
  width: 25px;
}
header .header-inner .hamburger-menu span:nth-child(2) {
  width: 20px;
}
header .header-inner .hamburger-menu span:nth-child(3) {
  width: 15px;
}
header .header-inner .hamburger-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
  width: 25px;
}
header .header-inner .hamburger-menu.active span:nth-child(2) {
  opacity: 0;
  width: 0;
}
header .header-inner .hamburger-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
  width: 25px;
}
header .mobile-menu-overlay {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(14, 46, 102, 0.98);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 998;
  padding: 80px 20px 40px;
  overflow-y: auto;
  animation: fadeIn 0.3s ease-in-out;
}
header .mobile-menu-overlay.active {
  display: block !important;
}
header .mobile-menu-overlay .mobile-menu-content {
  max-width: 400px;
  margin: 0 auto;
}
header .mobile-menu-overlay .mobile-menu-content .mobile-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
header .mobile-menu-overlay .mobile-menu-content .mobile-nav li {
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
}
header .mobile-menu-overlay .mobile-menu-content .mobile-nav li a {
  display: block;
  padding: 15px 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
}
header .mobile-menu-overlay .mobile-menu-content .mobile-nav li a:hover {
  color: #ffffff;
}
header .mobile-menu-overlay .mobile-menu-content .mobile-nav li .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  list-style: none;
  padding-left: 15px;
}
header .mobile-menu-overlay .mobile-menu-content .mobile-nav li .sub-menu li {
  border-bottom: 0;
  padding: 12px 0;
}
header .mobile-menu-overlay .mobile-menu-content .mobile-nav li .sub-menu li a {
  font-size: 16px;
  padding: 0;
}
header .mobile-menu-overlay .mobile-menu-content .mobile-nav li.menu-item-has-children > a::after {
  content: "+";
  display: inline-block;
  transition: transform 0.3s ease;
  float: right;
  width: 25px;
  height: 25px;
  color: rgba(225, 225, 225, 0.7);
  font-size: 18px;
  text-align: center;
  line-height: 25px;
  background: rgba(225, 225, 225, 0.1);
}
header .mobile-menu-overlay .mobile-menu-content .mobile-nav li.submenu-open > a::after {
  content: "-";
}
header .mobile-menu-overlay .mobile-menu-content .mobile-nav li.submenu-open .sub-menu {
  max-height: 500px;
}
header .mobile-menu-overlay .mobile-menu-content .mobile-nav li.current-menu-item > a, header .mobile-menu-overlay .mobile-menu-content .mobile-nav li.current-menu-parent > a {
  color: #1EB2FD;
}
header .mobile-menu-overlay .mobile-menu-content .mobile-buttons {
  display: flex;
  gap: 12px;
}
@media (max-width: 470px) {
  header .mobile-menu-overlay .mobile-menu-content .mobile-buttons {
    flex-direction: column;
  }
}
header .mobile-menu-overlay .mobile-menu-content .mobile-buttons .theme-button {
  width: 100%;
}
@media (max-width: 1200px) {
  header .header-inner .menu-wrapper ul {
    gap: 12px;
  }
  header .header-inner .menu-wrapper ul li > a {
    font-size: 13px !important;
  }
  header .header-inner .header-buttons {
    gap: 16px;
  }
  header .header-inner .header-buttons .theme-button {
    font-size: 13px;
  }
}
@media (max-width: 1100px) {
  header .header-inner .menu-wrapper ul {
    gap: 10px;
  }
  header .header-inner .menu-wrapper ul li > a {
    font-size: 12px !important;
  }
  header .header-inner .logo-wrapper {
    gap: 30px;
  }
  header .header-inner .logo-wrapper .main-logo img {
    width: 170px;
  }
}
@media (max-width: 1023px) {
  header {
    padding: 12px 0;
  }
  header .header-inner .logo-wrapper {
    gap: 0;
    flex: 1;
  }
  header .header-inner .logo-wrapper .main-logo img {
    width: 140px;
  }
  header .header-inner .menu-wrapper {
    display: none !important;
  }
  header .header-inner .header-buttons {
    display: none !important;
  }
  header .header-inner .hamburger-menu {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  header .header-inner .logo-wrapper .main-logo img {
    width: 130px;
  }
  header .mobile-menu-overlay {
    padding: 70px 20px 30px;
  }
}
@media (max-width: 480px) {
  header {
    padding: 10px 0;
  }
  header .header-inner .logo-wrapper .main-logo img {
    width: 110px;
  }
  header .header-inner .hamburger-menu span {
    width: 22px;
    height: 2px;
  }
  header .header-inner .hamburger-menu span:nth-child(2) {
    width: 18px;
  }
  header .header-inner .hamburger-menu span:nth-child(3) {
    width: 13px;
  }
  header .header-inner .hamburger-menu.active span:nth-child(1), header .header-inner .hamburger-menu.active span:nth-child(3) {
    width: 22px;
  }
  header .mobile-menu-overlay {
    padding: 60px 16px 30px;
  }
  header .mobile-menu-overlay .mobile-menu-content .mobile-nav li a {
    font-size: 16px;
    padding: 12px 0;
  }
  header .mobile-menu-overlay .mobile-menu-content .mobile-buttons .theme-button {
    padding: 12px 20px;
    font-size: 14px;
  }
}

body.menu-open {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
}

.site-footer {
  padding: 30px 0 24px;
  background: #041D48;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1024px) {
  .site-footer {
    padding: 30px 0 20px;
  }
}
@media (max-width: 768px) {
  .site-footer {
    padding: 25px 0 16px;
  }
}
@media (max-width: 480px) {
  .site-footer {
    padding: 20px 0 12px;
  }
}
@media (max-width: 380px) {
  .site-footer {
    padding: 20px 0 10px;
  }
}
.site-footer .container {
  max-width: 1450px;
}
.site-footer .footer-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.site-footer .footer-inner .footer-bottom {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 16px;
}
@media (max-width: 1024px) {
  .site-footer .footer-inner .footer-bottom {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-inner .footer-bottom {
    flex-direction: column;
    gap: 16px;
    padding-top: 14px;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-inner .footer-bottom {
    gap: 12px;
    padding-top: 12px;
  }
}
.site-footer .footer-inner .footer-bottom .footer-b-left {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 1024px) {
  .site-footer .footer-inner .footer-bottom .footer-b-left {
    font-size: 11px;
    line-height: 14px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-inner .footer-bottom .footer-b-left {
    font-size: 11px;
    line-height: 14px;
  }
  .site-footer .footer-inner .footer-bottom .footer-b-left .separator {
    display: none;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-inner .footer-bottom .footer-b-left {
    font-size: 10px;
    line-height: 13px;
  }
}
@media (max-width: 380px) {
  .site-footer .footer-inner .footer-bottom .footer-b-left {
    font-size: 9px;
    line-height: 12px;
  }
}
.site-footer .footer-inner .footer-bottom .footer-b-left a {
  font-weight: 600;
  color: #fff;
}
.site-footer .footer-inner .footer-bottom .footer-b-left a:hover {
  color: #1EB2FD;
}
.site-footer .footer-inner .footer-bottom .footer-b-left .separator {
  display: inline;
}
@media (max-width: 768px) {
  .site-footer .footer-inner .footer-bottom .footer-b-left .separator {
    display: none;
  }
}
.site-footer .footer-inner .footer-bottom .footer-b-right ul {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 4px;
  list-style-type: none;
  height: auto;
}
@media (max-width: 1024px) {
  .site-footer .footer-inner .footer-bottom .footer-b-right ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-inner .footer-bottom .footer-b-right ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-inner .footer-bottom .footer-b-right ul {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-inner .footer-bottom .footer-b-right ul {
    gap: 2px;
  }
}
.site-footer .footer-inner .footer-bottom .footer-b-right ul li {
  margin: 0;
  width: auto;
}
@media (max-width: 767px) {
  .site-footer .footer-inner .footer-bottom .footer-b-right ul li {
    width: 100%;
  }
}
.site-footer .footer-inner .footer-bottom .footer-b-right ul li a {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  padding-right: 4px;
  border-right: 1px solid #fff;
  opacity: 1;
  text-transform: unset;
}
@media (max-width: 1024px) {
  .site-footer .footer-inner .footer-bottom .footer-b-right ul li a {
    font-size: 11px;
    line-height: 13px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-inner .footer-bottom .footer-b-right ul li a {
    font-size: 11px;
    line-height: 13px;
    padding-right: 3px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-inner .footer-bottom .footer-b-right ul li a {
    border-right: 0;
    text-align: center;
    padding: 4px 0;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-inner .footer-bottom .footer-b-right ul li a {
    font-size: 10px;
    line-height: 12px;
    padding-right: 3px;
  }
}
@media (max-width: 380px) {
  .site-footer .footer-inner .footer-bottom .footer-b-right ul li a {
    font-size: 9px;
    line-height: 11px;
  }
}
.site-footer .footer-inner .footer-bottom .footer-b-right ul li:last-child a {
  border-right: 0;
  padding-right: 0;
}
.site-footer .footer-inner .footer-top {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .site-footer .footer-inner .footer-top {
    flex-wrap: wrap;
    gap: 40px 30px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-inner .footer-top {
    flex-direction: column;
    gap: 35px;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-inner .footer-top {
    gap: 30px;
  }
}
@media (max-width: 380px) {
  .site-footer .footer-inner .footer-top {
    gap: 25px;
  }
}
.site-footer .footer-inner .footer-top .footer-info {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .site-footer .footer-inner .footer-top .footer-info {
    flex: 1;
    min-width: 280px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-inner .footer-top .footer-info {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-inner .footer-top .footer-info {
    align-items: center;
    justify-content: center;
  }
}
.site-footer .footer-inner .footer-top .footer-info .footer-logo {
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .site-footer .footer-inner .footer-top .footer-info .footer-logo {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-inner .footer-top .footer-info .footer-logo {
    padding-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-inner .footer-top .footer-info .footer-logo {
    padding-bottom: 20px;
  }
}
.site-footer .footer-inner .footer-top .footer-info .footer-logo img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .site-footer .footer-inner .footer-top .footer-info .footer-logo img {
    max-width: 180px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-inner .footer-top .footer-info .footer-logo img {
    max-width: 160px;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-inner .footer-top .footer-info .footer-logo img {
    max-width: 140px;
  }
}
@media (max-width: 380px) {
  .site-footer .footer-inner .footer-top .footer-info .footer-logo img {
    max-width: 120px;
  }
}
.site-footer .footer-inner .footer-top .footer-info h3 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.22px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1024px) {
  .site-footer .footer-inner .footer-top .footer-info h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-inner .footer-top .footer-info h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-inner .footer-top .footer-info h3 {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 10px;
  }
}
.site-footer .footer-inner .footer-top .footer-info .footer-logos {
  display: flex;
  padding-top: 20px;
  gap: 16px;
}
@media (max-width: 1024px) {
  .site-footer .footer-inner .footer-top .footer-info .footer-logos {
    gap: 12px;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-inner .footer-top .footer-info .footer-logos {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-inner .footer-top .footer-info .footer-logos {
    gap: 8px;
  }
}
.site-footer .footer-inner .footer-top .footer-info .footer-logos a {
  display: inline-block;
}
.site-footer .footer-inner .footer-top .footer-info .footer-logos a img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .site-footer .footer-inner .footer-top .footer-info .footer-logos a img {
    max-width: 80px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-inner .footer-top .footer-info .footer-logos a img {
    max-width: 70px;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-inner .footer-top .footer-info .footer-logos a img {
    max-width: 60px;
  }
}
@media (max-width: 380px) {
  .site-footer .footer-inner .footer-top .footer-info .footer-logos a img {
    max-width: 50px;
  }
}
.site-footer .footer-inner .footer-top .footer-info ul {
  display: flex;
  gap: 16px;
  padding: 30px 0 0 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .site-footer .footer-inner .footer-top .footer-info ul {
    padding-top: 25px;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-inner .footer-top .footer-info ul {
    padding-top: 25px;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-inner .footer-top .footer-info ul {
    padding-top: 20px;
    gap: 8px;
  }
}
.site-footer .footer-inner .footer-top .footer-info ul li {
  list-style-type: none;
}
.site-footer .footer-inner .footer-top .footer-info ul li a {
  display: flex;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
  border-radius: 21px;
  border: 1.05px solid rgba(255, 255, 255, 0.5);
  position: relative;
}
@media (max-width: 768px) {
  .site-footer .footer-inner .footer-top .footer-info ul li a {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-inner .footer-top .footer-info ul li a {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 380px) {
  .site-footer .footer-inner .footer-top .footer-info ul li a {
    width: 30px;
    height: 30px;
  }
}
.site-footer .footer-inner .footer-top .footer-info ul li a img {
  width: max-content;
}
@media (max-width: 768px) {
  .site-footer .footer-inner .footer-top .footer-info ul li a img {
    width: 16px;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-inner .footer-top .footer-info ul li a img {
    width: 14px;
  }
}
@media (max-width: 380px) {
  .site-footer .footer-inner .footer-top .footer-info ul li a img {
    width: 12px;
  }
}
.site-footer .footer-inner .footer-top .footer-info ul li a:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.3), transparent 70%);
  transform: scale(0);
  transition: transform 0.5s ease;
}
.site-footer .footer-inner .footer-top .footer-info ul li a:hover {
  transform: scale(1.1);
  border-color: #ffffff;
}
.site-footer .footer-inner .footer-top .footer-info ul li a:hover img {
  transform: scale(1.1);
  position: relative;
}
.site-footer .footer-inner .footer-top .footer-info ul li a:hover:before {
  transform: scale(1.2);
}
.site-footer .footer-inner .footer-top .footer-links {
  max-width: 350px;
  width: 100%;
}
@media (max-width: 1024px) {
  .site-footer .footer-inner .footer-top .footer-links {
    max-width: 300px;
    min-width: 200px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-inner .footer-top .footer-links {
    max-width: 100%;
    min-width: 100%;
  }
}
.site-footer .footer-inner .footer-top .footer-links .menu-footer-links-container {
  width: 100%;
}
.site-footer .footer-inner .footer-top .footer-links .menu-footer-links-container .menu {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  gap: 20px;
}
@media (max-width: 768px) {
  .site-footer .footer-inner .footer-top .footer-links .menu-footer-links-container .menu {
    gap: 30px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-inner .footer-top .footer-links .menu-footer-links-container .menu {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-inner .footer-top .footer-links .menu-footer-links-container .menu {
    flex-direction: column;
    gap: 24px;
  }
}
.site-footer .footer-inner .footer-top .footer-links .menu-footer-links-container .menu > li {
  margin: 0;
}
@media (max-width: 768px) {
  .site-footer .footer-inner .footer-top .footer-links .menu-footer-links-container .menu > li {
    flex: 1;
    min-width: 140px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-inner .footer-top .footer-links .menu-footer-links-container .menu > li {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-inner .footer-top .footer-links .menu-footer-links-container .menu > li {
    min-width: 100%;
  }
}
.site-footer .footer-inner .footer-top .footer-links .menu-footer-links-container .menu > li > a {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.22px;
  opacity: 1;
  text-transform: unset;
}
@media (max-width: 1024px) {
  .site-footer .footer-inner .footer-top .footer-links .menu-footer-links-container .menu > li > a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-inner .footer-top .footer-links .menu-footer-links-container .menu > li > a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-inner .footer-top .footer-links .menu-footer-links-container .menu > li > a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 380px) {
  .site-footer .footer-inner .footer-top .footer-links .menu-footer-links-container .menu > li > a {
    font-size: 15px;
  }
}
.site-footer .footer-inner .footer-top .footer-links .menu-footer-links-container .menu > li ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
  padding: 20px 0 0 0;
  margin: 0;
  position: relative;
  opacity: 1;
  background: transparent;
  transform: translate3d(0, 0px, 0);
  list-style-type: none;
  left: auto;
  top: auto;
  visibility: visible;
}
@media (max-width: 1024px) {
  .site-footer .footer-inner .footer-top .footer-links .menu-footer-links-container .menu > li ul {
    gap: 16px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-inner .footer-top .footer-links .menu-footer-links-container .menu > li ul {
    gap: 14px;
    padding-top: 16px;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-inner .footer-top .footer-links .menu-footer-links-container .menu > li ul {
    gap: 12px;
    padding-top: 12px;
  }
}
.site-footer .footer-inner .footer-top .footer-links .menu-footer-links-container .menu > li ul li a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  margin: 0;
  opacity: 1;
  text-transform: unset;
}
@media (max-width: 1024px) {
  .site-footer .footer-inner .footer-top .footer-links .menu-footer-links-container .menu > li ul li a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-inner .footer-top .footer-links .menu-footer-links-container .menu > li ul li a {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-inner .footer-top .footer-links .menu-footer-links-container .menu > li ul li a {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 380px) {
  .site-footer .footer-inner .footer-top .footer-links .menu-footer-links-container .menu > li ul li a {
    font-size: 12px;
  }
}
.site-footer .footer-inner .footer-top .footer-links .menu-footer-links-container .menu > li ul li a:hover {
  background: transparent;
}
.site-footer .footer-inner .footer-top .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  .site-footer .footer-inner .footer-top .footer-contact {
    gap: 20px;
    min-width: 200px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-inner .footer-top .footer-contact {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-inner .footer-top .footer-contact {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-inner .footer-top .footer-contact {
    gap: 14px;
  }
}
.site-footer .footer-inner .footer-top .footer-contact h3 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.22px;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .site-footer .footer-inner .footer-top .footer-contact h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-inner .footer-top .footer-contact h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-inner .footer-top .footer-contact h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.site-footer .footer-inner .footer-top .footer-contact div {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 1024px) {
  .site-footer .footer-inner .footer-top .footer-contact div {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-inner .footer-top .footer-contact div {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-inner .footer-top .footer-contact div {
    font-size: 13px;
    line-height: 17px;
  }
}
@media (max-width: 380px) {
  .site-footer .footer-inner .footer-top .footer-contact div {
    font-size: 12px;
    line-height: 16px;
  }
}
.site-footer .footer-inner .footer-top .footer-contact div strong {
  font-weight: 500;
}
.site-footer .footer-inner .footer-top .footer-contact div.address {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
}
@media (max-width: 767px) {
  .site-footer .footer-inner .footer-top .footer-contact div.address {
    text-align: center;
  }
}

.hiddendiv {
  display: none;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

@keyframes slideUp {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.homepage .video-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 1200px) {
  .homepage .video-hero {
    height: 90vh;
    min-height: 450px;
  }
}
@media (max-width: 1024px) {
  .homepage .video-hero {
    height: 80vh;
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .homepage .video-hero {
    height: 70vh;
    min-height: 380px;
  }
}
@media (max-width: 480px) {
  .homepage .video-hero {
    height: 60vh;
    min-height: 350px;
  }
}
@media (max-width: 380px) {
  .homepage .video-hero {
    height: 55vh;
    min-height: 300px;
  }
}
.homepage .video-hero .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.homepage .video-hero .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.homepage .video-hero .video-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  transform: rotate(180deg);
  z-index: 2;
  background: linear-gradient(0deg, rgba(5, 10, 17, 0) 5.15%, rgba(5, 10, 17, 0.25) 100%), linear-gradient(0deg, rgba(5, 10, 17, 0) 30.72%, rgba(5, 10, 17, 0.9) 138.97%);
  backdrop-filter: blur(0px);
}
.homepage .video-hero .video-captinbox {
  position: relative;
  z-index: 3;
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .homepage .video-hero .video-captinbox {
    margin-bottom: 50px;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .homepage .video-hero .video-captinbox {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .homepage .video-hero .video-captinbox {
    margin-bottom: 30px;
    padding: 0 12px;
  }
}
.homepage .video-hero .video-captinbox .container {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1024px) {
  .homepage .video-hero .video-captinbox .container {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .homepage .video-hero .video-captinbox .container {
    max-width: 500px;
  }
}
@media (max-width: 480px) {
  .homepage .video-hero .video-captinbox .container {
    max-width: 100%;
    gap: 10px;
  }
}
.homepage .video-hero .video-captinbox .container h2 {
  color: #fff;
  text-align: center;
  font-size: 62px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: -2.48px;
}
@media (max-width: 1200px) {
  .homepage .video-hero .video-captinbox .container h2 {
    font-size: 52px;
    line-height: 50px;
    letter-spacing: -2.08px;
  }
}
@media (max-width: 1024px) {
  .homepage .video-hero .video-captinbox .container h2 {
    font-size: 44px;
    line-height: 42px;
    letter-spacing: -1.76px;
  }
}
@media (max-width: 768px) {
  .homepage .video-hero .video-captinbox .container h2 {
    font-size: 36px;
    line-height: 34px;
    letter-spacing: -1.44px;
  }
}
@media (max-width: 480px) {
  .homepage .video-hero .video-captinbox .container h2 {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -1.12px;
  }
}
@media (max-width: 380px) {
  .homepage .video-hero .video-captinbox .container h2 {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.96px;
  }
}
.homepage .video-hero .video-captinbox .container p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 1024px) {
  .homepage .video-hero .video-captinbox .container p {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .homepage .video-hero .video-captinbox .container p {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 480px) {
  .homepage .video-hero .video-captinbox .container p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 380px) {
  .homepage .video-hero .video-captinbox .container p {
    font-size: 13px;
    line-height: 15px;
  }
}
.homepage .video-hero .video-captinbox .container .btn-wrap {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 768px) {
  .homepage .video-hero .video-captinbox .container .btn-wrap {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-top: 16px;
  }
}
@media (max-width: 480px) {
  .homepage .video-hero .video-captinbox .container .btn-wrap {
    gap: 12px;
    padding-top: 12px;
  }
}
@media (max-width: 768px) {
  .homepage .video-hero .video-captinbox .container .btn-wrap a {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .homepage .video-hero .video-captinbox .container .btn-wrap a {
    max-width: 240px;
    padding: 0 18px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
  }
}
@media (max-width: 380px) {
  .homepage .video-hero .video-captinbox .container .btn-wrap a {
    max-width: 200px;
    padding: 0 14px;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
  }
}
.homepage .video-hero .scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: #103D88;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.7;
  animation: bounce 2s infinite;
  cursor: pointer;
}
@media (max-width: 768px) {
  .homepage .video-hero .scroll-indicator {
    bottom: 20px;
    font-size: 0.7rem;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 480px) {
  .homepage .video-hero .scroll-indicator {
    display: none;
  }
}
.homepage .video-hero .scroll-indicator::after {
  content: "↓";
  display: block;
  font-size: 1.5rem;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .homepage .video-hero .scroll-indicator::after {
    font-size: 1.2rem;
  }
}
.homepage .overviewWrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: #0E2E66;
  padding-bottom: 65px;
  overflow: visible;
}
@media (max-width: 1024px) {
  .homepage .overviewWrap {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .homepage .overviewWrap {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .homepage .overviewWrap {
    padding-bottom: 30px;
  }
}
.homepage .overviewWrap .overviewInner {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  position: relative;
}
@media (max-width: 1024px) {
  .homepage .overviewWrap .overviewInner {
    gap: 40px;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .homepage .overviewWrap .overviewInner {
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .homepage .overviewWrap .overviewInner {
    gap: 24px;
  }
}
.homepage .overviewWrap .overviewIntro {
  display: flex;
  max-width: 585px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding-top: 160px;
}
@media (max-width: 1024px) {
  .homepage .overviewWrap .overviewIntro {
    max-width: 100%;
    padding-top: 50px;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .homepage .overviewWrap .overviewIntro {
    padding-top: 30px;
    gap: 16px;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .homepage .overviewWrap .overviewIntro {
    padding-top: 20px;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .homepage .overviewWrap .overviewIntro .tagLine {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .homepage .overviewWrap .overviewIntro h3 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .homepage .overviewWrap .overviewIntro p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .homepage .overviewWrap .overviewIntro a {
    align-self: center;
  }
}
@media (max-width: 480px) {
  .homepage .overviewWrap .overviewIntro a {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}
@media (max-width: 380px) {
  .homepage .overviewWrap .overviewIntro a {
    max-width: 240px;
    padding: 0 18px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
  }
}
.homepage .overviewWrap .overviewBanner {
  width: 586px;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .homepage .overviewWrap .overviewBanner {
    width: 100%;
    max-width: 586px;
    flex-shrink: 1;
  }
}
@media (max-width: 768px) {
  .homepage .overviewWrap .overviewBanner {
    max-width: 500px;
  }
}
@media (max-width: 480px) {
  .homepage .overviewWrap .overviewBanner {
    max-width: 100%;
  }
}
.homepage .overviewWrap .overviewBanner img {
  position: absolute;
  top: 90px;
  right: 0;
  z-index: 5;
  width: 586px;
}
@media (max-width: 1024px) {
  .homepage .overviewWrap .overviewBanner img {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
  }
}
.homepage .countboxes {
  padding: 70px 0 60px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .homepage .countboxes {
    padding: 60px 0 50px 0;
  }
}
@media (max-width: 768px) {
  .homepage .countboxes {
    padding: 50px 0 40px 0;
  }
}
@media (max-width: 480px) {
  .homepage .countboxes {
    padding: 40px 0 30px 0;
  }
}
@media (max-width: 380px) {
  .homepage .countboxes {
    padding: 30px 0 24px 0;
  }
}
.homepage .services-home-wrap {
  padding: 50px 0 50px 0;
  background: #F9F9F8;
}
@media (max-width: 1024px) {
  .homepage .services-home-wrap {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .homepage .services-home-wrap {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .homepage .services-home-wrap {
    padding: 25px 0;
  }
}
.homepage .services-home-wrap .services-intro {
  padding-bottom: 50px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .homepage .services-home-wrap .services-intro {
    gap: 24px;
    padding-bottom: 40px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .homepage .services-home-wrap .services-intro {
    gap: 20px;
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .homepage .services-home-wrap .services-intro {
    gap: 16px;
    padding-bottom: 24px;
  }
}
.homepage .services-home-wrap .services-intro .servic-introLeft {
  display: flex;
  max-width: 584px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 1024px) {
  .homepage .services-home-wrap .services-intro .servic-introLeft {
    max-width: 100%;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .homepage .services-home-wrap .services-intro .servic-introLeft .tagLine {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .homepage .services-home-wrap .services-intro .servic-introLeft h3 {
    text-align: center;
  }
}
.homepage .services-home-wrap .services-intro .servic-introRight {
  display: flex;
  max-width: 585px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 1024px) {
  .homepage .services-home-wrap .services-intro .servic-introRight {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .homepage .services-home-wrap .services-intro .servic-introRight {
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .homepage .services-home-wrap .services-intro .servic-introRight {
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .homepage .services-home-wrap .services-intro .servic-introRight p {
    font-size: 14px;
  }
}
.homepage .services-home-wrap .services-intro .servic-introRight a {
  width: max-content;
}
@media (max-width: 1024px) {
  .homepage .services-home-wrap .services-intro .servic-introRight a {
    align-self: center;
  }
}
@media (max-width: 480px) {
  .homepage .services-home-wrap .services-intro .servic-introRight a {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}
@media (max-width: 380px) {
  .homepage .services-home-wrap .services-intro .servic-introRight a {
    max-width: 240px;
    padding: 0 18px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
  }
}
.homepage .services-home-wrap .services-list {
  display: flex;
  gap: 24px;
}
@media (max-width: 1024px) {
  .homepage .services-home-wrap .services-list {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .homepage .services-home-wrap .services-list {
    gap: 16px;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .homepage .services-home-wrap .services-list {
    gap: 12px;
  }
}
.homepage .services-home-wrap .services-list .service-itm {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1024px) {
  .homepage .services-home-wrap .services-list .service-itm {
    max-width: calc(50% - 10px);
    min-width: 280px;
  }
}
@media (max-width: 768px) {
  .homepage .services-home-wrap .services-list .service-itm {
    max-width: 100%;
    min-width: 100%;
  }
}
.homepage .services-home-wrap .services-list .service-itm:before {
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(5, 10, 17, 0) 0%, #050A11 100%);
  position: absolute;
  z-index: 2;
}
.homepage .services-home-wrap .services-list .service-itm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
@media (max-width: 768px) {
  .homepage .services-home-wrap .services-list .service-itm img {
    min-height: 300px;
  }
}
@media (max-width: 480px) {
  .homepage .services-home-wrap .services-list .service-itm img {
    min-height: 250px;
  }
}
.homepage .services-home-wrap .services-list .service-itm .info-box {
  position: absolute;
  bottom: 0;
  padding: 32px 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  z-index: 3;
  width: 100%;
}
@media (max-width: 1024px) {
  .homepage .services-home-wrap .services-list .service-itm .info-box {
    padding: 24px 30px;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .homepage .services-home-wrap .services-list .service-itm .info-box {
    padding: 20px 24px;
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .homepage .services-home-wrap .services-list .service-itm .info-box {
    padding: 16px 18px;
    gap: 12px;
  }
}
.homepage .services-home-wrap .services-list .service-itm .info-box .service-txtWrap {
  max-width: 400px;
}
@media (max-width: 1024px) {
  .homepage .services-home-wrap .services-list .service-itm .info-box .service-txtWrap {
    max-width: 100%;
  }
}
.homepage .services-home-wrap .services-list .service-itm .info-box .service-txtWrap h3 {
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .homepage .services-home-wrap .services-list .service-itm .info-box .service-txtWrap h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .homepage .services-home-wrap .services-list .service-itm .info-box .service-txtWrap h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .homepage .services-home-wrap .services-list .service-itm .info-box .service-txtWrap h3 {
    font-size: 20px;
  }
}
.homepage .services-home-wrap .services-list .service-itm .info-box .service-txtWrap p {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .homepage .services-home-wrap .services-list .service-itm .info-box .service-txtWrap p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .homepage .services-home-wrap .services-list .service-itm .info-box .service-txtWrap p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .homepage .services-home-wrap .services-list .service-itm .info-box .service-txtWrap p {
    font-size: 13px;
  }
}
.homepage .services-home-wrap .services-list .service-itm .info-box a {
  width: max-content;
}
@media (max-width: 1024px) {
  .homepage .services-home-wrap .services-list .service-itm .info-box a {
    align-self: flex-start;
  }
}
@media (max-width: 768px) {
  .homepage .services-home-wrap .services-list .service-itm .info-box a {
    padding: 0 20px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .homepage .services-home-wrap .services-list .service-itm .info-box a {
    width: 100%;
    justify-content: center;
    padding: 0 16px;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
  }
}
.homepage .investmentWrapper {
  display: flex;
  background: #0E2E66;
  padding: 0;
}
@media (max-width: 1024px) {
  .homepage .investmentWrapper {
    flex-direction: column;
  }
}
.homepage .investmentWrapper .investment-banner {
  display: flex;
  flex-shrink: 0;
  width: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .homepage .investmentWrapper .investment-banner {
    width: 100%;
    max-height: 400px;
  }
}
@media (max-width: 768px) {
  .homepage .investmentWrapper .investment-banner {
    max-height: 300px;
  }
}
@media (max-width: 480px) {
  .homepage .investmentWrapper .investment-banner {
    max-height: 250px;
  }
}
.homepage .investmentWrapper .investment-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  position: relative;
}
.homepage .investmentWrapper .investment-info {
  padding: 60px 120px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1350px) {
  .homepage .investmentWrapper .investment-info {
    padding: 50px 80px;
  }
}
@media (max-width: 1024px) {
  .homepage .investmentWrapper .investment-info {
    padding: 50px 40px;
  }
}
@media (max-width: 768px) {
  .homepage .investmentWrapper .investment-info {
    padding: 40px 24px;
  }
}
@media (max-width: 480px) {
  .homepage .investmentWrapper .investment-info {
    padding: 30px 16px;
  }
}
.homepage .investmentWrapper .investment-info .investment-inner {
  width: 100%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 90px;
}
@media (max-width: 1200px) {
  .homepage .investmentWrapper .investment-info .investment-inner {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .homepage .investmentWrapper .investment-info .investment-inner {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .homepage .investmentWrapper .investment-info .investment-inner {
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .homepage .investmentWrapper .investment-info .investment-inner {
    gap: 30px;
  }
}
.homepage .investmentWrapper .investment-info .investment-inner .investmntTxt {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .homepage .investmentWrapper .investment-info .investment-inner .investmntTxt {
    align-items: center;
    text-align: center;
  }
}
.homepage .investmentWrapper .investment-info .investment-inner .investmntTxt h3 {
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .homepage .investmentWrapper .investment-info .investment-inner .investmntTxt h3 {
    text-align: center;
  }
}
.homepage .investmentWrapper .investment-info .investment-inner .investmntTxt p {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .homepage .investmentWrapper .investment-info .investment-inner .investmntTxt p {
    margin-bottom: 20px;
    text-align: center;
  }
}
.homepage .investmentWrapper .investment-info .investment-inner .investmntTxt a {
  width: max-content;
}
@media (max-width: 768px) {
  .homepage .investmentWrapper .investment-info .investment-inner .investmntTxt a {
    align-self: center;
  }
}
@media (max-width: 480px) {
  .homepage .investmentWrapper .investment-info .investment-inner .investmntTxt a {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}
@media (max-width: 380px) {
  .homepage .investmentWrapper .investment-info .investment-inner .investmntTxt a {
    max-width: 240px;
    padding: 0 18px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
  }
}
.homepage .investmentWrapper .investment-info .investment-steps {
  display: flex;
  gap: 16px;
}
@media (max-width: 1024px) {
  .homepage .investmentWrapper .investment-info .investment-steps {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .homepage .investmentWrapper .investment-info .investment-steps {
    gap: 16px;
    flex-direction: column;
    align-items: center;
  }
}
.homepage .investmentWrapper .investment-info .investment-steps .invest-itm {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
  border-right: 0.5px solid rgba(255, 255, 255, 0.25);
  min-width: 190px;
}
@media (max-width: 1300px) {
  .homepage .investmentWrapper .investment-info .investment-steps .invest-itm {
    min-width: 150px;
    padding-right: 16px;
  }
}
@media (max-width: 1024px) {
  .homepage .investmentWrapper .investment-info .investment-steps .invest-itm {
    min-width: 160px;
    padding-right: 16px;
    flex: 1;
  }
}
@media (max-width: 768px) {
  .homepage .investmentWrapper .investment-info .investment-steps .invest-itm {
    min-width: 100%;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    align-items: center;
    text-align: center;
  }
  .homepage .investmentWrapper .investment-info .investment-steps .invest-itm:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .homepage .investmentWrapper .investment-info .investment-steps .invest-itm {
    padding-bottom: 16px;
  }
}
.homepage .investmentWrapper .investment-info .investment-steps .invest-itm:last-child {
  border-right: 0;
}
.homepage .investmentWrapper .investment-info .investment-steps .invest-itm .step-count {
  color: #1EB2FD;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .homepage .investmentWrapper .investment-info .investment-steps .invest-itm .step-count {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
@media (max-width: 480px) {
  .homepage .investmentWrapper .investment-info .investment-steps .invest-itm .step-count {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.homepage .investmentWrapper .investment-info .investment-steps .invest-itm .icon-wrap {
  border-radius: 50%;
  border: 1.5px solid rgba(93, 200, 253, 0.2);
  background: #EFF8FD;
  display: flex;
  width: 72px;
  height: 72px;
  padding: 13.5px 12px 12px 13.5px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .homepage .investmentWrapper .investment-info .investment-steps .invest-itm .icon-wrap {
    width: 64px;
    height: 64px;
    padding: 12px;
  }
}
@media (max-width: 480px) {
  .homepage .investmentWrapper .investment-info .investment-steps .invest-itm .icon-wrap {
    width: 56px;
    height: 56px;
    padding: 10px;
  }
}
.homepage .investmentWrapper .investment-info .investment-steps .invest-itm .icon-wrap img {
  width: max-content;
}
@media (max-width: 480px) {
  .homepage .investmentWrapper .investment-info .investment-steps .invest-itm .icon-wrap img {
    width: 28px;
  }
}
.homepage .investmentWrapper .investment-info .investment-steps .invest-itm h5 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .homepage .investmentWrapper .investment-info .investment-steps .invest-itm h5 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .homepage .investmentWrapper .investment-info .investment-steps .invest-itm h5 {
    font-size: 18px;
    line-height: 22px;
  }
}
.homepage .investmentWrapper .investment-info .investment-steps .invest-itm p {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.32px;
}
@media (max-width: 768px) {
  .homepage .investmentWrapper .investment-info .investment-steps .invest-itm p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 480px) {
  .homepage .investmentWrapper .investment-info .investment-steps .invest-itm p {
    font-size: 13px;
    line-height: 16px;
  }
}
.homepage .atradePlatfromwrap {
  background: url("../images/home/banner-atrade.jpg") top center no-repeat;
  padding: 130px 0 200px 0;
}
@media (max-width: 1024px) {
  .homepage .atradePlatfromwrap {
    padding: 100px 0 150px 0;
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 768px) {
  .homepage .atradePlatfromwrap {
    padding: 80px 0 120px 0;
  }
}
@media (max-width: 480px) {
  .homepage .atradePlatfromwrap {
    padding: 60px 0 80px 0;
  }
}
@media (max-width: 380px) {
  .homepage .atradePlatfromwrap {
    padding: 50px 0 60px 0;
  }
}
@media (max-width: 768px) {
  .homepage .atradePlatfromwrap .container {
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .homepage .atradePlatfromwrap .container {
    padding: 0 12px;
  }
}
.homepage .atradePlatfromwrap .atrade-info-inner {
  display: flex;
  flex-direction: column;
  max-width: 620px;
}
@media (max-width: 1024px) {
  .homepage .atradePlatfromwrap .atrade-info-inner {
    max-width: 550px;
  }
}
@media (max-width: 768px) {
  .homepage .atradePlatfromwrap .atrade-info-inner {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
}
.homepage .atradePlatfromwrap .atrade-info-inner h3 {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .homepage .atradePlatfromwrap .atrade-info-inner h3 {
    text-align: center;
  }
}
.homepage .atradePlatfromwrap .atrade-info-inner p {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .homepage .atradePlatfromwrap .atrade-info-inner p {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .homepage .atradePlatfromwrap .atrade-info-inner p {
    margin-bottom: 20px;
  }
}
.homepage .atradePlatfromwrap .atrade-info-inner ul {
  padding: 0 0 30px 40px;
  margin: 0;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  gap: 16px;
}
@media (max-width: 768px) {
  .homepage .atradePlatfromwrap .atrade-info-inner ul {
    padding: 0 0 24px 34px;
    gap: 12px;
    align-items: flex-start;
    align-self: flex-start;
  }
}
@media (max-width: 480px) {
  .homepage .atradePlatfromwrap .atrade-info-inner ul {
    padding: 0 0 20px 30px;
    gap: 10px;
  }
}
.homepage .atradePlatfromwrap .atrade-info-inner ul li {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}
@media (max-width: 768px) {
  .homepage .atradePlatfromwrap .atrade-info-inner ul li {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .homepage .atradePlatfromwrap .atrade-info-inner ul li {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 380px) {
  .homepage .atradePlatfromwrap .atrade-info-inner ul li {
    font-size: 13px;
    line-height: 18px;
  }
}
.homepage .atradePlatfromwrap .atrade-info-inner ul li:before {
  background: url("../images/icons/list-icon.png") center no-repeat;
  content: "";
  position: absolute;
  left: -38px;
  top: -2px;
  width: 28px;
  height: 28px;
}
@media (max-width: 768px) {
  .homepage .atradePlatfromwrap .atrade-info-inner ul li:before {
    width: 24px;
    height: 24px;
    left: -32px;
    top: 0;
    background-size: contain;
  }
}
@media (max-width: 480px) {
  .homepage .atradePlatfromwrap .atrade-info-inner ul li:before {
    width: 20px;
    height: 20px;
    left: -28px;
    top: 0;
  }
}
@media (max-width: 380px) {
  .homepage .atradePlatfromwrap .atrade-info-inner ul li:before {
    width: 18px;
    height: 18px;
    left: -26px;
  }
}
.homepage .atradePlatfromwrap .atrade-info-inner .button_wrapper {
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .homepage .atradePlatfromwrap .atrade-info-inner .button_wrapper {
    gap: 16px;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .homepage .atradePlatfromwrap .atrade-info-inner .button_wrapper {
    gap: 12px;
  }
}
.homepage .atradePlatfromwrap .atrade-info-inner .button_wrapper a {
  width: max-content;
}
@media (max-width: 768px) {
  .homepage .atradePlatfromwrap .atrade-info-inner .button_wrapper a {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .homepage .atradePlatfromwrap .atrade-info-inner .button_wrapper a {
    max-width: 240px;
    padding: 0 18px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
  }
}
@media (max-width: 380px) {
  .homepage .atradePlatfromwrap .atrade-info-inner .button_wrapper a {
    max-width: 200px;
    padding: 0 14px;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
@media (max-width: 768px) {
  .video-hero {
    min-height: 400px;
    height: 70vh;
  }
  .video-hero .video-captinbox {
    padding: 20px;
  }
  .video-hero .video-captinbox .container .btn-wrap {
    flex-direction: column;
    align-items: center;
  }
  .video-hero .video-captinbox .container .btn-wrap a {
    width: 100%;
    max-width: 300px;
    padding: 12px 24px;
  }
}
@media (max-width: 480px) {
  .video-hero {
    height: 60vh;
    min-height: 300px;
  }
}
.contactbox {
  padding: 90px 0;
}
@media (max-width: 1024px) {
  .contactbox {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .contactbox {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .contactbox {
    padding: 50px 0;
  }
}
@media (max-width: 380px) {
  .contactbox {
    padding: 40px 0;
  }
}
.contactbox .container {
  max-width: 550px;
}
@media (max-width: 768px) {
  .contactbox .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .contactbox .container {
    padding: 0 16px;
  }
}
@media (max-width: 380px) {
  .contactbox .container {
    padding: 0 12px;
  }
}
.contactbox .contactbox-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .contactbox .contactbox-inner {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .contactbox .contactbox-inner {
    gap: 8px;
  }
}
.contactbox .contactbox-inner h3 {
  text-align: center;
  font-size: 62px;
  font-weight: 500;
  line-height: 94%;
}
@media (max-width: 1200px) {
  .contactbox .contactbox-inner h3 {
    font-size: 54px;
  }
}
@media (max-width: 1024px) {
  .contactbox .contactbox-inner h3 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .contactbox .contactbox-inner h3 {
    font-size: 38px;
    line-height: 96%;
  }
}
@media (max-width: 480px) {
  .contactbox .contactbox-inner h3 {
    font-size: 30px;
    line-height: 100%;
  }
}
@media (max-width: 380px) {
  .contactbox .contactbox-inner h3 {
    font-size: 26px;
  }
}
.contactbox .contactbox-inner p {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .contactbox .contactbox-inner p {
    font-size: 15px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .contactbox .contactbox-inner p {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
@media (max-width: 380px) {
  .contactbox .contactbox-inner p {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.contactbox .contactbox-inner a {
  width: max-content;
}
@media (max-width: 480px) {
  .contactbox .contactbox-inner a {
    max-width: 100%;
    justify-content: center;
  }
}
@media (max-width: 380px) {
  .contactbox .contactbox-inner a {
    padding: 0 18px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
  }
}

.shareholders-wrap {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .shareholders-wrap {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .shareholders-wrap {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .shareholders-wrap {
    padding: 40px 0;
  }
}
@media (max-width: 380px) {
  .shareholders-wrap {
    padding: 30px 0;
  }
}
.shareholders-wrap .container {
  max-width: 900px;
}
@media (max-width: 1024px) {
  .shareholders-wrap .container {
    max-width: 100%;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .shareholders-wrap .container {
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .shareholders-wrap .container {
    padding: 0 12px;
  }
}
.shareholders-wrap .shareholder-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .shareholders-wrap .shareholder-inner {
    text-align: center;
  }
}
.shareholders-wrap .shareholder-inner span {
  margin-bottom: 8px;
}
.shareholders-wrap .shareholder-inner h3 {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .shareholders-wrap .shareholder-inner h3 {
    margin-bottom: 12px;
  }
}
.shareholders-wrap .shareholder-inner p {
  color: rgba(20, 38, 70, 0.9);
}
@media (max-width: 768px) {
  .shareholders-wrap .shareholder-inner p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .shareholders-wrap .shareholder-inner p {
    font-size: 14px;
  }
}
.shareholders-wrap .shareholder-inner .shareholder-logos {
  padding-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .shareholders-wrap .shareholder-inner .shareholder-logos {
    gap: 12px;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .shareholders-wrap .shareholder-inner .shareholder-logos {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .shareholders-wrap .shareholder-inner .shareholder-logos {
    gap: 8px;
    padding-top: 24px;
  }
}
.shareholders-wrap .shareholder-inner .shareholder-logos .partner-logo {
  border: 0.612px solid rgba(20, 38, 70, 0.2);
  width: 283.882px;
  height: 145px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .shareholders-wrap .shareholder-inner .shareholder-logos .partner-logo {
    width: 220px;
    height: 120px;
    padding: 12px;
  }
}
@media (max-width: 768px) {
  .shareholders-wrap .shareholder-inner .shareholder-logos .partner-logo {
    width: 180px;
    height: 100px;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .shareholders-wrap .shareholder-inner .shareholder-logos .partner-logo {
    width: 140px;
    height: 80px;
    padding: 8px;
  }
}
@media (max-width: 380px) {
  .shareholders-wrap .shareholder-inner .shareholder-logos .partner-logo {
    width: 120px;
    height: 70px;
    padding: 6px;
  }
}
.shareholders-wrap .shareholder-inner .shareholder-logos .partner-logo img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 480px) {
  .shareholders-wrap .shareholder-inner .shareholder-logos .partner-logo img {
    max-width: 80%;
  }
}
@media (max-width: 380px) {
  .shareholders-wrap .shareholder-inner .shareholder-logos .partner-logo img {
    max-width: 70%;
  }
}

.count-box-inner {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1024px) {
  .count-box-inner {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .count-box-inner {
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .count-box-inner {
    gap: 12px;
    flex-direction: column;
    align-items: center;
  }
}
.count-box-inner .count-itm {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding-right: 40px;
}
@media (max-width: 1300px) {
  .count-box-inner .count-itm {
    padding-right: 20px;
    max-width: 30%;
  }
}
@media (max-width: 1024px) {
  .count-box-inner .count-itm {
    padding-right: 30px;
    align-items: center;
    text-align: center;
    flex: 1;
    min-width: 140px;
  }
}
@media (max-width: 768px) {
  .count-box-inner .count-itm {
    padding-right: 20px;
    min-width: 120px;
  }
}
@media (max-width: 480px) {
  .count-box-inner .count-itm {
    padding-right: 0;
    min-width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 16px;
    width: 100%;
  }
  .count-box-inner .count-itm:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.count-box-inner .count-itm h2 {
  color: #103D88;
  font-size: 67px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -2.68px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 1350px) {
  .count-box-inner .count-itm h2 {
    font-size: 50px;
  }
}
@media (max-width: 1200px) {
  .count-box-inner .count-itm h2 {
    font-size: 46px;
    letter-spacing: -2.32px;
  }
}
@media (max-width: 1024px) {
  .count-box-inner .count-itm h2 {
    font-size: 46px;
    line-height: 54px;
    letter-spacing: -2px;
  }
}
@media (max-width: 768px) {
  .count-box-inner .count-itm h2 {
    font-size: 42px;
    line-height: 46px;
    letter-spacing: -1.68px;
  }
}
@media (max-width: 480px) {
  .count-box-inner .count-itm h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1.44px;
  }
}
@media (max-width: 380px) {
  .count-box-inner .count-itm h2 {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -1.2px;
  }
}
.count-box-inner .count-itm p {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .count-box-inner .count-itm p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .count-box-inner .count-itm p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .count-box-inner .count-itm p {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  .count-box-inner .count-itm p {
    font-size: 12px;
  }
}

.about-page .about-overview {
  padding: 60px 0 80px 0;
}
@media (max-width: 1024px) {
  .about-page .about-overview {
    padding: 50px 0 60px 0;
  }
}
@media (max-width: 768px) {
  .about-page .about-overview {
    padding: 40px 0 50px 0;
  }
}
@media (max-width: 480px) {
  .about-page .about-overview {
    padding: 30px 0 40px 0;
  }
}
.about-page .about-overview .container {
  max-width: 1150px;
}
@media (max-width: 1024px) {
  .about-page .about-overview .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .about-page .about-overview .container {
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .about-page .about-overview .container {
    padding: 0 12px;
  }
}
.about-page .about-overview .aboutOverview-inner {
  display: flex;
  gap: 24px;
}
@media (max-width: 1024px) {
  .about-page .about-overview .aboutOverview-inner {
    gap: 30px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .about-page .about-overview .aboutOverview-inner {
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .about-page .about-overview .aboutOverview-inner {
    gap: 20px;
  }
}
.about-page .about-overview .aboutOverview-inner .overviewTxt {
  width: calc(50% - 12px);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-content: space-between;
}
@media (max-width: 1024px) {
  .about-page .about-overview .aboutOverview-inner .overviewTxt {
    width: 100%;
    flex-shrink: 1;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .about-page .about-overview .aboutOverview-inner .overviewTxt {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .about-page .about-overview .aboutOverview-inner .overviewTxt {
    gap: 16px;
  }
}
.about-page .about-overview .aboutOverview-inner .overviewTxt .overviewIntro {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 768px) {
  .about-page .about-overview .aboutOverview-inner .overviewTxt .overviewIntro {
    gap: 16px;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .about-page .about-overview .aboutOverview-inner .overviewTxt .overviewIntro {
    gap: 12px;
  }
}
.about-page .about-overview .aboutOverview-inner .overviewTxt .overviewIntro p {
  color: #727272;
}
@media (max-width: 768px) {
  .about-page .about-overview .aboutOverview-inner .overviewTxt .overviewIntro p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .about-page .about-overview .aboutOverview-inner .overviewTxt .overviewIntro p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .about-page .about-overview .aboutOverview-inner .overviewTxt .overviewIntro .tagLine {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .about-page .about-overview .aboutOverview-inner .overviewTxt .overviewIntro h3 {
    text-align: center;
  }
}
.about-page .about-overview .aboutOverview-inner .overviewTxt .count-box-inner {
  gap: 20px;
}
@media (max-width: 768px) {
  .about-page .about-overview .aboutOverview-inner .overviewTxt .count-box-inner {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .about-page .about-overview .aboutOverview-inner .overviewTxt .count-box-inner {
    gap: 12px;
    flex-direction: column;
    align-items: center;
  }
}
.about-page .about-overview .aboutOverview-inner .overviewTxt .count-box-inner .count-itm {
  padding-right: 0;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .about-page .about-overview .aboutOverview-inner .overviewTxt .count-box-inner .count-itm {
    align-items: center;
    text-align: center;
    min-width: 120px;
  }
}
@media (max-width: 480px) {
  .about-page .about-overview .aboutOverview-inner .overviewTxt .count-box-inner .count-itm {
    min-width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 12px;
  }
  .about-page .about-overview .aboutOverview-inner .overviewTxt .count-box-inner .count-itm:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.about-page .about-overview .aboutOverview-inner .overviewTxt .count-box-inner .count-itm h2 {
  font-size: 54px;
}
@media (max-width: 1200px) {
  .about-page .about-overview .aboutOverview-inner .overviewTxt .count-box-inner .count-itm h2 {
    font-size: 46px;
  }
}
@media (max-width: 1024px) {
  .about-page .about-overview .aboutOverview-inner .overviewTxt .count-box-inner .count-itm h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .about-page .about-overview .aboutOverview-inner .overviewTxt .count-box-inner .count-itm h2 {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .about-page .about-overview .aboutOverview-inner .overviewTxt .count-box-inner .count-itm h2 {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .about-page .about-overview .aboutOverview-inner .overviewTxt .count-box-inner .count-itm p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .about-page .about-overview .aboutOverview-inner .overviewTxt .count-box-inner .count-itm p {
    font-size: 13px;
  }
}
.about-page .about-overview .aboutOverview-inner .overviewbanner {
  width: calc(50% - 12px);
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .about-page .about-overview .aboutOverview-inner .overviewbanner {
    width: 100%;
    flex-shrink: 1;
    max-height: 400px;
  }
}
@media (max-width: 768px) {
  .about-page .about-overview .aboutOverview-inner .overviewbanner {
    max-height: 350px;
  }
}
@media (max-width: 480px) {
  .about-page .about-overview .aboutOverview-inner .overviewbanner {
    max-height: 280px;
  }
}
.about-page .about-overview .aboutOverview-inner .overviewbanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
@media (max-width: 1024px) {
  .about-page .about-overview .aboutOverview-inner .overviewbanner img {
    max-height: 400px;
  }
}
@media (max-width: 768px) {
  .about-page .about-overview .aboutOverview-inner .overviewbanner img {
    max-height: 350px;
  }
}
@media (max-width: 480px) {
  .about-page .about-overview .aboutOverview-inner .overviewbanner img {
    max-height: 280px;
  }
}
.about-page .ourvalues-wrap {
  padding: 80px 0;
  background: linear-gradient(0deg, #0E2E66 0%, #0E2E66 100%), #0E2E66;
}
@media (max-width: 1024px) {
  .about-page .ourvalues-wrap {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .about-page .ourvalues-wrap {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .about-page .ourvalues-wrap {
    padding: 40px 0;
  }
}
.about-page .ourvalues-wrap .container {
  max-width: 1250px;
}
@media (max-width: 1024px) {
  .about-page .ourvalues-wrap .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .about-page .ourvalues-wrap .container {
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .about-page .ourvalues-wrap .container {
    padding: 0 12px;
  }
}
.about-page .ourvalues-wrap .ourvalue-in {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .about-page .ourvalues-wrap .ourvalue-in {
    text-align: center;
  }
}
.about-page .ourvalues-wrap .ourvalue-in h3 {
  text-align: center;
}
@media (max-width: 768px) {
  .about-page .ourvalues-wrap .ourvalue-in h3 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .about-page .ourvalues-wrap .ourvalue-in h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .about-page .ourvalues-wrap .ourvalue-in .tagLine {
    justify-content: center;
  }
}
.about-page .ourvalues-wrap .ourvalue-in .values-blocks {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}
@media (max-width: 1024px) {
  .about-page .ourvalues-wrap .ourvalue-in .values-blocks {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
@media (max-width: 768px) {
  .about-page .ourvalues-wrap .ourvalue-in .values-blocks {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 500px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .about-page .ourvalues-wrap .ourvalue-in .values-blocks {
    gap: 14px;
    max-width: 100%;
  }
}
.about-page .ourvalues-wrap .ourvalue-in .values-blocks .value-item {
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  padding: 40px 32px;
  gap: 12px;
}
@media (max-width: 1024px) {
  .about-page .ourvalues-wrap .ourvalue-in .values-blocks .value-item {
    padding: 32px 24px;
  }
}
@media (max-width: 768px) {
  .about-page .ourvalues-wrap .ourvalue-in .values-blocks .value-item {
    padding: 28px 24px;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .about-page .ourvalues-wrap .ourvalue-in .values-blocks .value-item {
    padding: 24px 20px;
    gap: 10px;
  }
}
.about-page .ourvalues-wrap .ourvalue-in .values-blocks .value-item img {
  width: max-content;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .about-page .ourvalues-wrap .ourvalue-in .values-blocks .value-item img {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .about-page .ourvalues-wrap .ourvalue-in .values-blocks .value-item img {
    margin-bottom: 16px;
    max-width: 50px;
  }
}
.about-page .ourvalues-wrap .ourvalue-in .values-blocks .value-item h4 {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .about-page .ourvalues-wrap .ourvalue-in .values-blocks .value-item h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .about-page .ourvalues-wrap .ourvalue-in .values-blocks .value-item h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 480px) {
  .about-page .ourvalues-wrap .ourvalue-in .values-blocks .value-item h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
.about-page .ourvalues-wrap .ourvalue-in .values-blocks .value-item p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.32px;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .about-page .ourvalues-wrap .ourvalue-in .values-blocks .value-item p {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (max-width: 480px) {
  .about-page .ourvalues-wrap .ourvalue-in .values-blocks .value-item p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.28px;
  }
}
.about-page .management-wrapper {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .about-page .management-wrapper {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .about-page .management-wrapper {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .about-page .management-wrapper {
    padding: 40px 0;
  }
}
.about-page .management-wrapper .management-container {
  max-width: 1400px;
}
.about-page .management-wrapper .container-mini {
  max-width: 550px;
}
@media (max-width: 1024px) {
  .about-page .management-wrapper .container-mini {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .about-page .management-wrapper .container-mini {
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .about-page .management-wrapper .container-mini {
    padding: 0 12px;
  }
}
.about-page .management-wrapper .management-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .about-page .management-wrapper .management-intro {
    gap: 6px;
  }
}
.about-page .management-wrapper .management-intro h3 {
  margin-bottom: 14px;
  text-align: center;
}
@media (max-width: 768px) {
  .about-page .management-wrapper .management-intro h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .about-page .management-wrapper .management-intro h3 {
    font-size: 28px;
    margin-bottom: 8px;
  }
}
.about-page .management-wrapper .management-intro p {
  text-align: center;
}
@media (max-width: 768px) {
  .about-page .management-wrapper .management-intro p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .about-page .management-wrapper .management-intro p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .about-page .management-wrapper .management-intro .tagLine {
    justify-content: center;
  }
}
.about-page .management-wrapper .managemnt-tabs-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .about-page .management-wrapper .managemnt-tabs-wrapper {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .about-page .management-wrapper .managemnt-tabs-wrapper {
    padding-top: 24px;
  }
}
@media (max-width: 480px) {
  .about-page .management-wrapper .managemnt-tabs-wrapper {
    justify-content: stretch;
    padding-top: 20px;
  }
}
.about-page .management-wrapper .managemnt-tabs-wrapper .tabs-title {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0px;
}
@media (max-width: 1024px) {
  .about-page .management-wrapper .managemnt-tabs-wrapper .tabs-title {
    gap: 4px;
  }
}
@media (max-width: 768px) {
  .about-page .management-wrapper .managemnt-tabs-wrapper .tabs-title {
    gap: 2px;
  }
}
@media (max-width: 480px) {
  .about-page .management-wrapper .managemnt-tabs-wrapper .tabs-title {
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
  }
}
.about-page .management-wrapper .managemnt-tabs-wrapper .tabs-title li {
  display: inline-block;
  margin: 0;
}
@media (max-width: 480px) {
  .about-page .management-wrapper .managemnt-tabs-wrapper .tabs-title li {
    width: 100%;
  }
}
.about-page .management-wrapper .managemnt-tabs-wrapper .tabs-title li a {
  display: block;
  text-decoration: none;
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  color: #6A7282;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.36px;
}
@media (max-width: 1024px) {
  .about-page .management-wrapper .managemnt-tabs-wrapper .tabs-title li a {
    padding: 6px 16px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .about-page .management-wrapper .managemnt-tabs-wrapper .tabs-title li a {
    padding: 6px 12px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .about-page .management-wrapper .managemnt-tabs-wrapper .tabs-title li a {
    padding: 8px 16px;
    text-align: center;
    font-size: 15px;
  }
}
.about-page .management-wrapper .managemnt-tabs-wrapper .tabs-title li a:hover {
  color: #3260AE;
}
.about-page .management-wrapper .managemnt-tabs-wrapper .tabs-title li a.active {
  color: #3260AE;
  font-weight: 600;
  border-bottom: 1px solid #3260AE;
}
.about-page .management-wrapper .management-tabs-inner {
  display: block;
  width: 100%;
  padding: 40px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .about-page .management-wrapper .management-tabs-inner {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .about-page .management-wrapper .management-tabs-inner {
    padding: 24px 0;
  }
}
@media (max-width: 480px) {
  .about-page .management-wrapper .management-tabs-inner {
    padding: 20px 0;
  }
}
.about-page .management-wrapper .management-tabs-inner .management-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 26px;
  row-gap: 40px;
  width: 100%;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  transform: translateY(30px) scale(0.95);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s cubic-bezier(0.4, 0, 0.2, 1), margin 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.about-page .management-wrapper .management-tabs-inner .management-section.active {
  opacity: 1;
  max-height: 9999px;
  transform: translateY(0) scale(1);
  padding: 20px 0;
  margin: 0;
}
.about-page .management-wrapper .management-tabs-inner .management-section.active .staff-itm {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}
.about-page .management-wrapper .management-tabs-inner .management-section.active .staff-itm:nth-child(1) {
  animation-delay: 0.05s;
}
.about-page .management-wrapper .management-tabs-inner .management-section.active .staff-itm:nth-child(2) {
  animation-delay: 0.1s;
}
.about-page .management-wrapper .management-tabs-inner .management-section.active .staff-itm:nth-child(3) {
  animation-delay: 0.15s;
}
.about-page .management-wrapper .management-tabs-inner .management-section.active .staff-itm:nth-child(4) {
  animation-delay: 0.2s;
}
.about-page .management-wrapper .management-tabs-inner .management-section.active .staff-itm:nth-child(5) {
  animation-delay: 0.25s;
}
.about-page .management-wrapper .management-tabs-inner .management-section.active .staff-itm:nth-child(6) {
  animation-delay: 0.3s;
}
.about-page .management-wrapper .management-tabs-inner .management-section.active .staff-itm:nth-child(7) {
  animation-delay: 0.35s;
}
.about-page .management-wrapper .management-tabs-inner .management-section.active .staff-itm:nth-child(8) {
  animation-delay: 0.4s;
}
.about-page .management-wrapper .management-tabs-inner .management-section.active .staff-itm:nth-child(9) {
  animation-delay: 0.45s;
}
.about-page .management-wrapper .management-tabs-inner .management-section.active .staff-itm:nth-child(10) {
  animation-delay: 0.5s;
}
.about-page .management-wrapper .management-tabs-inner .management-section.active .staff-itm:nth-child(11) {
  animation-delay: 0.55s;
}
.about-page .management-wrapper .management-tabs-inner .management-section.active .staff-itm:nth-child(12) {
  animation-delay: 0.6s;
}
@media (max-width: 1200px) {
  .about-page .management-wrapper .management-tabs-inner .management-section {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 36px;
  }
}
@media (max-width: 1024px) {
  .about-page .management-wrapper .management-tabs-inner .management-section {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    row-gap: 32px;
  }
  .about-page .management-wrapper .management-tabs-inner .management-section.active {
    padding: 16px 0;
  }
}
@media (max-width: 768px) {
  .about-page .management-wrapper .management-tabs-inner .management-section {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 28px;
  }
  .about-page .management-wrapper .management-tabs-inner .management-section.active {
    padding: 12px 0;
  }
}
@media (max-width: 480px) {
  .about-page .management-wrapper .management-tabs-inner .management-section {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .about-page .management-wrapper .management-tabs-inner .management-section.active {
    padding: 10px 0;
  }
}
.about-page .management-wrapper .management-tabs-inner .management-section .staff-itm {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
  .about-page .management-wrapper .management-tabs-inner .management-section .staff-itm {
    max-width: 280px;
    margin: 0 auto;
  }
}
.about-page .management-wrapper .management-tabs-inner .management-section .staff-itm a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.about-page .management-wrapper .management-tabs-inner .management-section .staff-itm a:hover {
  transform: translateY(-8px);
}
.about-page .management-wrapper .management-tabs-inner .management-section .staff-itm a:hover .staf-img img {
  transform: scale(1.1);
}
.about-page .management-wrapper .management-tabs-inner .management-section .staff-itm a:hover .staf-img::after {
  opacity: 1;
}
.about-page .management-wrapper .management-tabs-inner .management-section .staff-itm a:hover h4 {
  color: #3260AE;
}
.about-page .management-wrapper .management-tabs-inner .management-section .staff-itm a .staf-img {
  width: 100%;
  aspect-ratio: 1/1.1;
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
  transition: box-shadow 0.3s ease;
}
@media (max-width: 768px) {
  .about-page .management-wrapper .management-tabs-inner .management-section .staff-itm a .staf-img {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .about-page .management-wrapper .management-tabs-inner .management-section .staff-itm a .staf-img {
    margin-bottom: 8px;
  }
}
.about-page .management-wrapper .management-tabs-inner .management-section .staff-itm a .staf-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}
.about-page .management-wrapper .management-tabs-inner .management-section .staff-itm a .staf-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 96, 174, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.about-page .management-wrapper .management-tabs-inner .management-section .staff-itm a h4 {
  color: #3260AE;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 4px;
  transition: color 0.3s ease;
}
@media (max-width: 1024px) {
  .about-page .management-wrapper .management-tabs-inner .management-section .staff-itm a h4 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .about-page .management-wrapper .management-tabs-inner .management-section .staff-itm a h4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 3px;
  }
}
@media (max-width: 480px) {
  .about-page .management-wrapper .management-tabs-inner .management-section .staff-itm a h4 {
    font-size: 17px;
    line-height: 19px;
  }
}
.about-page .management-wrapper .management-tabs-inner .management-section .staff-itm a p {
  color: #A2A0A0;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  transition: color 0.3s ease;
}
@media (max-width: 1024px) {
  .about-page .management-wrapper .management-tabs-inner .management-section .staff-itm a p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .about-page .management-wrapper .management-tabs-inner .management-section .staff-itm a p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .about-page .management-wrapper .management-tabs-inner .management-section .staff-itm a p {
    font-size: 14px;
    line-height: 19px;
  }
}
.about-page .contactbox {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .about-page .contactbox {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .about-page .contactbox {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .about-page .contactbox {
    padding: 40px 0;
  }
}
.about-page .shareholders-wrap {
  background: #F9F9F8;
}
@media (max-width: 1024px) {
  .about-page .shareholders-wrap {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .about-page .shareholders-wrap {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .about-page .shareholders-wrap {
    padding: 40px 0;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.lity-content {
  position: relative;
  background: #ffffff;
  max-width: 1400px;
  width: 94%;
  max-height: 90vh;
  overflow: hidden;
  padding: 50px;
  margin: auto;
}
@media (max-width: 768px) {
  .lity-content {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .lity-content {
    padding: 15px;
  }
}
.lity-content .member-itm {
  display: flex;
  flex-direction: column;
  max-height: calc(96vh - 120px) !important;
  overflow-y: auto;
  padding: 50px;
  box-sizing: border-box;
  gap: 35px;
}
.lity-content .member-itm::-webkit-scrollbar {
  width: 6px;
}
.lity-content .member-itm::-webkit-scrollbar-thumb {
  background-color: #0E2E66;
  border-radius: 3px;
}
@media (max-width: 1024px) {
  .lity-content .member-itm {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .lity-content .member-itm {
    padding: 24px 28px;
  }
}
@media (max-width: 480px) {
  .lity-content .member-itm {
    padding: 20px 18px;
  }
}
.lity-content .member-itm .member-info-top {
  display: flex;
  gap: 25px;
}
@media (max-width: 768px) {
  .lity-content .member-itm .member-info-top {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .lity-content .member-itm .member-info-top {
    gap: 16px;
    padding-bottom: 18px;
  }
}
.lity-content .member-itm .member-info-top .imgwrap {
  flex-shrink: 0;
  width: 460px;
}
@media (max-width: 1024px) {
  .lity-content .member-itm .member-info-top .imgwrap {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .lity-content .member-itm .member-info-top .imgwrap {
    width: 250px;
  }
}
@media (max-width: 480px) {
  .lity-content .member-itm .member-info-top .imgwrap {
    width: 120px;
  }
}
.lity-content .member-itm .member-info-top .imgwrap img {
  width: 100%;
  height: max-content;
}
.lity-content .member-itm .member-info-top .member-txt {
  flex: 1;
  min-width: 0;
}
.lity-content .member-itm .member-info-top .member-txt .member-heading {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .lity-content .member-itm .member-info-top .member-txt .member-heading {
    margin-bottom: 12px;
  }
}
.lity-content .member-itm .member-info-top .member-txt .member-heading h4 {
  color: #005DAA;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.96px;
}
@media (max-width: 1024px) {
  .lity-content .member-itm .member-info-top .member-txt .member-heading h4 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .lity-content .member-itm .member-info-top .member-txt .member-heading h4 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .lity-content .member-itm .member-info-top .member-txt .member-heading h4 {
    font-size: 24px;
  }
}
.lity-content .member-itm .member-info-top .member-txt .member-heading p {
  color: #727272;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.64px;
}
@media (max-width: 767px) {
  .lity-content .member-itm .member-info-top .member-txt .member-heading p {
    font-size: 14px;
  }
}
.lity-content .member-itm .member-info-top .member-txt .member-intro {
  color: #535353;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .lity-content .member-itm .member-info-top .member-txt .member-intro {
    font-size: 14px;
  }
}
.lity-content .member-itm .member-info-top .member-txt .member-intro p {
  margin: 0 0 12px 0;
}
.lity-content .member-itm .member-info-top .member-txt .member-intro p:last-child {
  margin-bottom: 0;
}
.lity-content .member-itm .more-info {
  color: #535353;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .lity-content .member-itm .more-info {
    font-size: 14px;
  }
}
.lity-content .member-itm .more-info p {
  margin: 0 0 12px 0;
}
.lity-content .member-itm .more-info p:last-child {
  margin-bottom: 0;
}
.lity-close {
  position: absolute;
  top: 20px;
  right: 12%;
  width: 52px;
  height: 52px;
  border: none;
  padding: 0;
  background: url("../images/icons/popup-close.svg") center no-repeat !important;
  cursor: pointer;
  font-size: 0 !important;
  z-index: 9999;
}
@media (max-width: 768px) {
  .lity-close {
    width: 40px;
    height: 40px;
    background-size: 40px !important;
  }
}
.lity-close:active {
  top: 20px;
}

.member-itm .item-head {
  position: sticky;
  top: 0;
  z-index: 5;
  background: #ffffff;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 480px) {
  .member-itm .item-head {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
.member-itm .item-head button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.3s ease;
}
.member-itm .item-head button:hover {
  transform: rotate(90deg);
}
.member-itm .item-head button svg {
  width: 40px;
  height: 40px;
  display: block;
}
@media (max-width: 768px) {
  .member-itm .item-head button svg {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 480px) {
  .member-itm .item-head button svg {
    width: 28px;
    height: 28px;
  }
}

.lity-overlay {
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.cseInfowrap {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.cseInfowrap .cse-upper-info {
  border: 1px solid rgba(237, 232, 232, 0.5);
  background: #F7F6FD;
  padding: 12px 0;
}
@media (max-width: 768px) {
  .cseInfowrap .cse-upper-info {
    padding: 8px 0;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-upper-info {
    padding: 6px 0;
  }
}
.cseInfowrap .cse-upper-info .cse-upper-info-values {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .cseInfowrap .cse-upper-info .cse-upper-info-values {
    gap: 12px;
    flex-wrap: wrap;
    padding: 0 12px;
  }
}
@media (max-width: 768px) {
  .cseInfowrap .cse-upper-info .cse-upper-info-values {
    gap: 8px;
    padding: 0 8px;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-upper-info .cse-upper-info-values {
    gap: 4px;
    padding: 0 4px;
  }
}
.cseInfowrap .cse-upper-info .cse-upper-info-values .cse-itm {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0px 15px;
}
@media (max-width: 1024px) {
  .cseInfowrap .cse-upper-info .cse-upper-info-values .cse-itm {
    padding: 0px 10px;
    gap: 6px;
  }
}
@media (max-width: 768px) {
  .cseInfowrap .cse-upper-info .cse-upper-info-values .cse-itm {
    padding: 0px 6px;
    gap: 4px;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-upper-info .cse-upper-info-values .cse-itm {
    padding: 0px 4px;
    gap: 3px;
  }
}
.cseInfowrap .cse-upper-info .cse-upper-info-values .cse-itm label {
  color: #101828;
  font-size: 12.211px;
  padding: 0;
  margin: 0;
  font-style: normal;
  font-weight: 600;
  line-height: 17.444px;
}
@media (max-width: 768px) {
  .cseInfowrap .cse-upper-info .cse-upper-info-values .cse-itm label {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-upper-info .cse-upper-info-values .cse-itm label {
    font-size: 8px;
    line-height: 11px;
  }
}
.cseInfowrap .cse-upper-info .cse-upper-info-values .cse-itm strong {
  color: #101828;
  font-size: 12.211px;
  font-style: normal;
  line-height: 26px;
  font-weight: 700;
  display: flex;
  width: 43.784px;
  height: 26.166px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .cseInfowrap .cse-upper-info .cse-upper-info-values .cse-itm strong {
    font-size: 10px;
    line-height: 20px;
    width: 36px;
    height: 22px;
    padding: 4px 6px;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-upper-info .cse-upper-info-values .cse-itm strong {
    font-size: 8px;
    line-height: 16px;
    width: 28px;
    height: 18px;
    padding: 2px 4px;
    border-radius: 2px;
  }
}
.cseInfowrap .cse-upper-info .cse-upper-info-values .cse-itm span {
  font-size: 10.466px;
  font-style: normal;
  font-weight: 500;
  line-height: 13.955px;
}
@media (max-width: 768px) {
  .cseInfowrap .cse-upper-info .cse-upper-info-values .cse-itm span {
    font-size: 9px;
    line-height: 12px;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-upper-info .cse-upper-info-values .cse-itm span {
    font-size: 7px;
    line-height: 10px;
  }
}
.cseInfowrap .cse-upper-info .cse-upper-info-values .cse-itm.no-change strong {
  background: #2B7FFF;
}
.cseInfowrap .cse-upper-info .cse-upper-info-values .cse-itm.no-change span {
  display: none;
}
.cseInfowrap .cse-upper-info .cse-upper-info-values .cse-itm.value-up strong {
  background: #00C950;
}
.cseInfowrap .cse-upper-info .cse-upper-info-values .cse-itm.value-up span {
  color: #00A63E;
}
.cseInfowrap .cse-upper-info .cse-upper-info-values .cse-itm.value-down strong {
  background: #FB2C36;
}
.cseInfowrap .cse-upper-info .cse-upper-info-values .cse-itm.value-down span {
  color: #E7000B;
}
.cseInfowrap .cse-btm-info {
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .cseInfowrap .cse-btm-info {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .cseInfowrap .cse-btm-info {
    padding: 24px 0;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-btm-info {
    padding: 16px 0;
  }
}
.cseInfowrap .cse-btm-info .container {
  max-width: 1100px;
}
@media (max-width: 1024px) {
  .cseInfowrap .cse-btm-info .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .cseInfowrap .cse-btm-info .container {
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-btm-info .container {
    padding: 0 12px;
  }
}
.cseInfowrap .cse-btm-info .cse-btm-inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1024px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner {
    gap: 30px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner {
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner {
    gap: 16px;
  }
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph {
  display: flex;
  gap: 24px;
}
@media (max-width: 1024px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph {
    gap: 20px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph {
    gap: 16px;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph {
    gap: 12px;
  }
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm {
  border-radius: 24px;
  border: 1px solid rgba(20, 38, 70, 0.25);
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm {
    padding: 24px 20px;
    flex: 1;
    min-width: 280px;
  }
}
@media (max-width: 768px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm {
    padding: 20px 16px;
    min-width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm {
    padding: 16px 14px;
    border-radius: 16px;
  }
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .name-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .name-box {
    gap: 16px;
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .name-box {
    gap: 12px;
    margin-bottom: 10px;
  }
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .name-box strong {
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 768px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .name-box strong {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .name-box strong {
    font-size: 14px;
  }
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .name-box span {
  display: flex;
  padding: 8px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 36px;
  height: 36px;
}
@media (max-width: 768px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .name-box span {
    width: 32px;
    height: 32px;
    padding: 6px;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .name-box span {
    width: 28px;
    height: 28px;
    padding: 4px;
    border-radius: 6px;
  }
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .name-box span svg {
  width: max-content;
}
@media (max-width: 768px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .name-box span svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .name-box span svg {
    width: 14px;
    height: 14px;
  }
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .value {
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: -0.9px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .value {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .value {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 16px;
    letter-spacing: -0.7px;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .value {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
    letter-spacing: -0.6px;
  }
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .graph {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .graph {
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .graph {
    margin-bottom: 10px;
  }
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .graph svg {
  width: 100%;
  height: auto;
  max-width: 239px;
}
@media (max-width: 480px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .graph svg {
    max-width: 180px;
  }
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .value-differnce {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 768px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .value-differnce {
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .value-differnce {
    gap: 16px;
  }
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .value-differnce span {
  color: #EF4444;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 768px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .value-differnce span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm .value-differnce span {
    font-size: 14px;
    line-height: 20px;
  }
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm.value-down .name-box span {
  background: #FEF2F2;
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm.value-down .name-box span svg path {
  stroke: #EF4444;
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm.value-down .value-differnce span {
  color: #EF4444;
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm.value-up .name-box span {
  background: #F0FDF4;
  transform: rotate(180deg);
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm.value-up .name-box span svg path {
  stroke: #22C55E;
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-graph .grph-itm.value-up .value-differnce span {
  color: #22C55E;
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info {
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info {
    gap: 16px;
    flex-direction: column;
  }
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-up {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid #F1F5F9;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-up {
    gap: 20px;
    padding-bottom: 0;
    border-bottom: 0;
    flex: 1;
  }
}
@media (max-width: 768px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-up {
    gap: 16px;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-up {
    gap: 12px;
    flex-direction: column;
  }
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-up .details-itm {
  min-width: 130px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1024px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-up .details-itm {
    min-width: 100px;
  }
}
@media (max-width: 768px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-up .details-itm {
    min-width: 80px;
    gap: 4px;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-up .details-itm {
    min-width: 100%;
    gap: 4px;
  }
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-up .details-itm span {
  color: #94A3B8;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-up .details-itm span {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-up .details-itm span {
    font-size: 9px;
    line-height: 12px;
  }
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-up .details-itm strong {
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
}
@media (max-width: 768px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-up .details-itm strong {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-up .details-itm strong {
    font-size: 14px;
    line-height: 20px;
  }
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-up .details-itm strong.blue-txt {
  color: #1D4ED8;
  max-width: 130px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-up .details-itm strong.blue-txt {
    max-width: 100px;
    gap: 6px;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-up .details-itm strong.blue-txt {
    max-width: 100%;
    gap: 4px;
  }
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-up .details-itm strong.blue-txt img {
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-up .details-itm strong.blue-txt img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-up .details-itm strong.blue-txt img {
    width: 14px;
    height: 14px;
  }
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-down {
  display: flex;
  gap: 16px;
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-down {
    gap: 20px;
    padding-top: 0;
    flex: 1;
  }
}
@media (max-width: 768px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-down {
    gap: 16px;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-down {
    gap: 12px;
    flex-direction: column;
  }
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-down .details-itm {
  min-width: 130px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 1024px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-down .details-itm {
    min-width: 100px;
  }
}
@media (max-width: 768px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-down .details-itm {
    min-width: 80px;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-down .details-itm {
    min-width: 100%;
    gap: 2px;
  }
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-down .details-itm img {
  margin-bottom: 12px;
  width: 48px;
}
@media (max-width: 768px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-down .details-itm img {
    width: 40px;
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-down .details-itm img {
    width: 32px;
    margin-bottom: 6px;
  }
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-down .details-itm span {
  color: #94A3B8;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-down .details-itm span {
    font-size: 9px;
    line-height: 13px;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-down .details-itm span {
    font-size: 8px;
    line-height: 11px;
  }
}
.cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-down .details-itm strong {
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
}
@media (max-width: 768px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-down .details-itm strong {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .cseInfowrap .cse-btm-info .cse-btm-inner .btm-more-info .details-down .details-itm strong {
    font-size: 14px;
    line-height: 20px;
  }
}

.gettingStart-page .contactbox {
  background: #F9F9F8;
}

.overview-wrap {
  padding: 60px 0 80px 0;
}
@media (max-width: 1024px) {
  .overview-wrap {
    padding: 50px 0 60px 0;
  }
}
@media (max-width: 768px) {
  .overview-wrap {
    padding: 40px 0 50px 0;
  }
}
@media (max-width: 480px) {
  .overview-wrap {
    padding: 30px 0 40px 0;
  }
}
.overview-wrap .container {
  max-width: 800px;
}
@media (max-width: 1024px) {
  .overview-wrap .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .overview-wrap .container {
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .overview-wrap .container {
    padding: 0 12px;
  }
}
.overview-wrap .overview-in {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  flex-direction: column;
}
@media (max-width: 768px) {
  .overview-wrap .overview-in {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .overview-wrap .overview-in {
    gap: 8px;
  }
}
.overview-wrap .overview-in h3 {
  text-align: center;
}
@media (max-width: 768px) {
  .overview-wrap .overview-in h3 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .overview-wrap .overview-in h3 {
    font-size: 26px;
  }
}
.overview-wrap .overview-in p {
  max-width: 600px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .overview-wrap .overview-in p {
    font-size: 15px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .overview-wrap .overview-in p {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.overview-wrap .overview-in .buttonwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
@media (max-width: 768px) {
  .overview-wrap .overview-in .buttonwrap {
    gap: 16px;
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .overview-wrap .overview-in .buttonwrap {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .overview-wrap .overview-in .buttonwrap a {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .overview-wrap .overview-in .buttonwrap a {
    max-width: 240px;
  }
}

.accordian-box .container {
  max-width: 1400px;
}
@media (max-width: 1024px) {
  .accordian-box .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .accordian-box .container {
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .accordian-box .container {
    padding: 0 12px;
  }
}

.section-with-sidebar {
  padding: 80px 0px;
  display: flex;
  width: 100%;
  gap: 24px;
  position: relative;
}
@media (max-width: 1023px) {
  .section-with-sidebar {
    padding: 60px 0;
    gap: 30px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .section-with-sidebar {
    padding: 50px 0;
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .section-with-sidebar {
    padding: 40px 0;
    gap: 20px;
  }
}
.section-with-sidebar .accordian-content-wrapper {
  flex: 1;
  min-width: 0;
  width: 100%;
  max-width: calc(100% - 384px);
}
@media (max-width: 1023px) {
  .section-with-sidebar .accordian-content-wrapper {
    max-width: 100%;
  }
}
.section-with-sidebar .rightside-bar {
  width: 360px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 42px;
  transition: all 0.3s ease;
  min-height: 100vh;
  background: #fff;
}
@media (max-width: 1023px) {
  .section-with-sidebar .rightside-bar {
    width: 100%;
    min-height: auto;
    gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .section-with-sidebar .rightside-bar {
    gap: 24px;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .section-with-sidebar .rightside-bar {
    gap: 16px;
  }
}
.section-with-sidebar .rightside-bar.fixed-sidebar {
  z-index: 100;
}
@media (max-width: 1023px) {
  .section-with-sidebar .rightside-bar.fixed-sidebar {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    inset: auto !important;
  }
}
.section-with-sidebar .rightside-bar .sidemenu-box {
  border: 1px solid rgba(16, 15, 21, 0.1);
  background: #FFF;
  box-shadow: 0 2px 8px 0 rgba(45, 37, 38, 0.04);
  display: flex;
  padding: 42px 33px 42px 32px;
  align-self: stretch;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1024px) {
  .section-with-sidebar .rightside-bar .sidemenu-box {
    padding: 32px 28px;
    gap: 24px;
    flex: 1;
    min-width: 280px;
  }
}
@media (max-width: 768px) {
  .section-with-sidebar .rightside-bar .sidemenu-box {
    padding: 28px 24px;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .section-with-sidebar .rightside-bar .sidemenu-box {
    padding: 20px 16px;
    gap: 16px;
  }
}
.section-with-sidebar .rightside-bar .sidemenu-box h4 {
  color: #0D2F66;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -1.12px;
}
@media (max-width: 768px) {
  .section-with-sidebar .rightside-bar .sidemenu-box h4 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.96px;
  }
}
@media (max-width: 480px) {
  .section-with-sidebar .rightside-bar .sidemenu-box h4 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.8px;
  }
}
.section-with-sidebar .rightside-bar .sidemenu-box ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  list-style-type: none;
}
@media (max-width: 480px) {
  .section-with-sidebar .rightside-bar .sidemenu-box ul {
    gap: 6px;
  }
}
.section-with-sidebar .rightside-bar .sidemenu-box ul li {
  border-bottom: 2px solid rgba(20, 38, 70, 0.25);
  display: flex;
  padding-bottom: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
@media (max-width: 768px) {
  .section-with-sidebar .rightside-bar .sidemenu-box ul li {
    padding-bottom: 10px;
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .section-with-sidebar .rightside-bar .sidemenu-box ul li {
    padding-bottom: 8px;
    gap: 16px;
  }
}
.section-with-sidebar .rightside-bar .sidemenu-box ul li a {
  color: #1E1E1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.64px;
}
@media (max-width: 768px) {
  .section-with-sidebar .rightside-bar .sidemenu-box ul li a {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.6px;
  }
}
@media (max-width: 480px) {
  .section-with-sidebar .rightside-bar .sidemenu-box ul li a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.56px;
  }
}
.section-with-sidebar .rightside-bar .sidemenu-box ul li a.active {
  font-weight: 600;
}
.section-with-sidebar .rightside-bar .side-helpbox {
  background: #0D2F66;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px;
  gap: 20px;
}
@media (max-width: 1023px) {
  .section-with-sidebar .rightside-bar .side-helpbox {
    padding: 36px 30px;
    flex: 1;
    min-width: 280px;
  }
}
@media (max-width: 768px) {
  .section-with-sidebar .rightside-bar .side-helpbox {
    padding: 32px 24px;
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .section-with-sidebar .rightside-bar .side-helpbox {
    padding: 24px 16px;
    gap: 14px;
  }
}
.section-with-sidebar .rightside-bar .side-helpbox h3 {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.64px;
}
@media (max-width: 768px) {
  .section-with-sidebar .rightside-bar .side-helpbox h3 {
    font-size: 28px;
    letter-spacing: -0.56px;
  }
}
@media (max-width: 480px) {
  .section-with-sidebar .rightside-bar .side-helpbox h3 {
    font-size: 24px;
    letter-spacing: -0.48px;
  }
}
.section-with-sidebar .rightside-bar .side-helpbox p {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.32px;
  margin: 0 0 12px 0;
}
@media (max-width: 768px) {
  .section-with-sidebar .rightside-bar .side-helpbox p {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .section-with-sidebar .rightside-bar .side-helpbox p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
  }
}
.section-with-sidebar .rightside-bar .side-helpbox div {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  gap: 4px;
}
@media (max-width: 480px) {
  .section-with-sidebar .rightside-bar .side-helpbox div {
    gap: 2px;
  }
}
.section-with-sidebar .rightside-bar .side-helpbox div h4 {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.4px;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .section-with-sidebar .rightside-bar .side-helpbox div h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .section-with-sidebar .rightside-bar .side-helpbox div h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.section-with-sidebar .rightside-bar .side-helpbox div strong {
  color: #F2F2F2;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.4px;
}
@media (max-width: 768px) {
  .section-with-sidebar .rightside-bar .side-helpbox div strong {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .section-with-sidebar .rightside-bar .side-helpbox div strong {
    font-size: 16px;
    line-height: 20px;
  }
}
.section-with-sidebar .rightside-bar .side-helpbox div span {
  color: #F2F2F2;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
}
@media (max-width: 768px) {
  .section-with-sidebar .rightside-bar .side-helpbox div span {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .section-with-sidebar .rightside-bar .side-helpbox div span {
    font-size: 14px;
    line-height: 20px;
  }
}

.accordian-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 42px;
}
@media (max-width: 768px) {
  .accordian-content-wrapper {
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .accordian-content-wrapper {
    gap: 20px;
  }
}
.accordian-content-wrapper .accordian-elements {
  border: 1px solid #F2F2F2;
  background: #FFF;
  padding: 42px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .accordian-content-wrapper .accordian-elements {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .accordian-content-wrapper .accordian-elements {
    padding: 24px;
  }
}
@media (max-width: 480px) {
  .accordian-content-wrapper .accordian-elements {
    padding: 16px;
  }
}
.accordian-content-wrapper .accordian-elements .accordian-title {
  color: #103D88;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%;
  letter-spacing: -0.64px;
  cursor: pointer;
  padding: 0 40px 0 0;
  margin: 0;
  position: relative;
}
.accordian-content-wrapper .accordian-elements .accordian-title:after {
  content: "";
  width: 38px;
  height: 38px;
  background: url("../images/icons/accordian-arrow-head.svg") right center no-repeat;
  position: absolute;
  right: 0;
  top: 2px;
  background-size: 100%;
  transform: rotate(180deg);
  transition: transform 0.5s ease;
}
@media (max-width: 1024px) {
  .accordian-content-wrapper .accordian-elements .accordian-title:after {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 768px) {
  .accordian-content-wrapper .accordian-elements .accordian-title:after {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .accordian-content-wrapper .accordian-elements .accordian-title:after {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 1024px) {
  .accordian-content-wrapper .accordian-elements .accordian-title {
    font-size: 28px;
    letter-spacing: -0.56px;
    background-size: 24px;
    padding-right: 36px;
  }
}
@media (max-width: 768px) {
  .accordian-content-wrapper .accordian-elements .accordian-title {
    font-size: 24px;
    letter-spacing: -0.48px;
    background-size: 20px;
    padding-right: 32px;
  }
}
@media (max-width: 480px) {
  .accordian-content-wrapper .accordian-elements .accordian-title {
    font-size: 20px;
    letter-spacing: -0.4px;
    background-size: 18px;
    padding-right: 28px;
  }
}
.accordian-content-wrapper .accordian-elements .accordian-content {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .accordian-content-wrapper .accordian-elements .accordian-content {
    padding: 16px 0;
  }
}
@media (max-width: 480px) {
  .accordian-content-wrapper .accordian-elements .accordian-content {
    padding: 12px 0;
  }
}
.accordian-content-wrapper .accordian-elements .accordian-content h2,
.accordian-content-wrapper .accordian-elements .accordian-content h3,
.accordian-content-wrapper .accordian-elements .accordian-content h4,
.accordian-content-wrapper .accordian-elements .accordian-content h5 {
  color: #103D88;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.4px;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .accordian-content-wrapper .accordian-elements .accordian-content h2,
  .accordian-content-wrapper .accordian-elements .accordian-content h3,
  .accordian-content-wrapper .accordian-elements .accordian-content h4,
  .accordian-content-wrapper .accordian-elements .accordian-content h5 {
    font-size: 18px;
    line-height: 22px;
    padding-top: 16px;
  }
}
@media (max-width: 480px) {
  .accordian-content-wrapper .accordian-elements .accordian-content h2,
  .accordian-content-wrapper .accordian-elements .accordian-content h3,
  .accordian-content-wrapper .accordian-elements .accordian-content h4,
  .accordian-content-wrapper .accordian-elements .accordian-content h5 {
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    letter-spacing: -0.32px;
  }
}
.accordian-content-wrapper .accordian-elements .accordian-content p,
.accordian-content-wrapper .accordian-elements .accordian-content li {
  color: #535353;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
}
@media (max-width: 768px) {
  .accordian-content-wrapper .accordian-elements .accordian-content p,
  .accordian-content-wrapper .accordian-elements .accordian-content li {
    font-size: 15px;
    line-height: 118%;
  }
}
@media (max-width: 480px) {
  .accordian-content-wrapper .accordian-elements .accordian-content p,
  .accordian-content-wrapper .accordian-elements .accordian-content li {
    font-size: 14px;
    line-height: 116%;
    letter-spacing: -0.28px;
  }
}
.accordian-content-wrapper .accordian-elements .accordian-content p {
  padding-bottom: 15px;
  margin: 0;
}
@media (max-width: 480px) {
  .accordian-content-wrapper .accordian-elements .accordian-content p {
    padding-bottom: 10px;
  }
}
.accordian-content-wrapper .accordian-elements .accordian-content ul {
  padding: 10px 0 0 20px;
  margin: 0;
}
@media (max-width: 480px) {
  .accordian-content-wrapper .accordian-elements .accordian-content ul {
    padding: 8px 0 0 16px;
  }
}
.accordian-content-wrapper .accordian-elements .accordian-content table {
  background: #F3F5F8;
  border: 32px solid #F3F5F8;
  overflow-x: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .accordian-content-wrapper .accordian-elements .accordian-content table {
    border: 20px solid #F3F5F8;
  }
}
@media (max-width: 480px) {
  .accordian-content-wrapper .accordian-elements .accordian-content table {
    border: 12px solid #F3F5F8;
    font-size: 13px;
  }
}
.accordian-content-wrapper .accordian-elements .accordian-content table h3 {
  color: #103D88;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
  padding: 0 0 16px 0;
  margin: 0;
}
@media (max-width: 768px) {
  .accordian-content-wrapper .accordian-elements .accordian-content table h3 {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .accordian-content-wrapper .accordian-elements .accordian-content table h3 {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
  }
}
.accordian-content-wrapper .accordian-elements .accordian-content table td {
  color: #727272;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
  padding: 0 8px;
}
@media (max-width: 768px) {
  .accordian-content-wrapper .accordian-elements .accordian-content table td {
    font-size: 13px;
    line-height: 18px;
    padding: 6px;
  }
}
@media (max-width: 480px) {
  .accordian-content-wrapper .accordian-elements .accordian-content table td {
    font-size: 12px;
    line-height: 16px;
    padding: 4px;
    letter-spacing: -0.24px;
    display: flex;
    flex-wrap: wrap;
  }
}
.accordian-content-wrapper .accordian-elements .accordian-content table td strong {
  color: #272727;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.32px;
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .accordian-content-wrapper .accordian-elements .accordian-content table td strong {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 480px) {
  .accordian-content-wrapper .accordian-elements .accordian-content table td strong {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -0.26px;
  }
}
.accordian-content-wrapper .accordian-elements .tab-details {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .accordian-content-wrapper .accordian-elements .tab-details {
    gap: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .accordian-content-wrapper .accordian-elements .tab-details {
    gap: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.accordian-content-wrapper .accordian-elements .tab-details .tab-headings {
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .accordian-content-wrapper .accordian-elements .tab-details .tab-headings {
    gap: 8px;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .accordian-content-wrapper .accordian-elements .tab-details .tab-headings {
    gap: 6px;
    flex-direction: column;
  }
}
.accordian-content-wrapper .accordian-elements .tab-details .tab-headings a {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 10px;
  color: #535353;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.36px;
  border-bottom: 1px solid transparent;
}
@media (max-width: 768px) {
  .accordian-content-wrapper .accordian-elements .tab-details .tab-headings a {
    font-size: 16px;
    line-height: 18px;
    padding: 6px 8px;
  }
}
@media (max-width: 480px) {
  .accordian-content-wrapper .accordian-elements .tab-details .tab-headings a {
    font-size: 15px;
    line-height: 17px;
    padding: 6px 8px;
    width: 100%;
    justify-content: center;
  }
}
.accordian-content-wrapper .accordian-elements .tab-details .tab-headings a.active {
  color: #3260AE;
  font-weight: 600;
  border-bottom: 1px solid #3260AE;
}
.accordian-content-wrapper .accordian-elements .tab-details .tab-content {
  background: #F3F5F8;
  padding: 32px;
}
@media (max-width: 768px) {
  .accordian-content-wrapper .accordian-elements .tab-details .tab-content {
    padding: 24px;
  }
}
@media (max-width: 480px) {
  .accordian-content-wrapper .accordian-elements .tab-details .tab-content {
    padding: 16px;
  }
}
.accordian-content-wrapper .accordian-elements .tab-details .tab-content .tab-itm {
  display: none;
}
.accordian-content-wrapper .accordian-elements .tab-details .tab-content .tab-itm ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 480px) {
  .accordian-content-wrapper .accordian-elements .tab-details .tab-content .tab-itm ul {
    gap: 12px;
  }
}
.accordian-content-wrapper .accordian-elements .tab-details .tab-content .tab-itm.active {
  display: flex;
  flex-direction: column;
}
.accordian-content-wrapper .accordian-elements .tab-details .tab-content #tab-content-1 a {
  margin-top: 18px;
  color: #3260AE;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.28px;
  padding-right: 15px;
  background: url("../images/icons/read-more-arrow.png") right center no-repeat;
  display: flex;
  width: max-content;
}
@media (max-width: 480px) {
  .accordian-content-wrapper .accordian-elements .tab-details .tab-content #tab-content-1 a {
    font-size: 13px;
    line-height: 18px;
    margin-top: 14px;
  }
}
.accordian-content-wrapper .accordian-elements .tab-details .tab-content #tab-content-1.active {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.accordian-content-wrapper .accordian-elements .tab-details .tab-content #tab-content-1 .tab-inner-section:first-child {
  width: 50%;
  border-right: 1px solid #E6E6E6;
}
@media (max-width: 768px) {
  .accordian-content-wrapper .accordian-elements .tab-details .tab-content #tab-content-1 .tab-inner-section:first-child {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .accordian-content-wrapper .accordian-elements .tab-details .tab-content #tab-content-1 .tab-inner-section:first-child {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
.accordian-content-wrapper .accordian-elements .tab-details .tab-content #tab-content-1 .tab-inner-section:nth-child(2) {
  width: 50%;
  padding-left: 24px;
}
@media (max-width: 768px) {
  .accordian-content-wrapper .accordian-elements .tab-details .tab-content #tab-content-1 .tab-inner-section:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}
.accordian-content-wrapper .accordian-elements .tab-details .tab-content #tab-content-1 .tab-inner-section:last-child {
  width: 100%;
  border-top: 1px solid #E6E6E6;
  padding-top: 16px;
  margin-top: 16px;
}
@media (max-width: 480px) {
  .accordian-content-wrapper .accordian-elements .tab-details .tab-content #tab-content-1 .tab-inner-section:last-child {
    padding-top: 12px;
    margin-top: 12px;
  }
}
.accordian-content-wrapper .accordian-elements.active .accordian-title:after {
  transform: rotate(0deg);
}

.download-page .overview-wrap {
  padding-bottom: 0;
}
.download-page .contactbox {
  background: #F9F9F8;
}
.download-page .download-pdf-block {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  /* Tablet and below */
}
@media screen and (max-width: 768px) {
  .download-page .download-pdf-block {
    gap: 25px;
  }
}
.download-page .download-pdf-block {
  /* Mobile */
}
@media screen and (max-width: 600px) {
  .download-page .download-pdf-block {
    gap: 20px;
  }
}
.download-page .download-pdf-block p {
  color: #737272;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 10px;
  margin: 0;
  line-height: 24px; /* 133.333% */
}
@media screen and (max-width: 768px) {
  .download-page .download-pdf-block p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 600px) {
  .download-page .download-pdf-block p {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 8px;
  }
}
.download-page .download-pdf-block h4 {
  color: #103D88;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  letter-spacing: -0.4px;
}
@media screen and (max-width: 768px) {
  .download-page .download-pdf-block h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 600px) {
  .download-page .download-pdf-block h4 {
    font-size: 17px;
    line-height: 20px;
  }
}
.download-page .download-pdf-block .download-files-list {
  width: 100%;
}
.download-page .download-pdf-block .download-files-list.with-groupname {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .download-page .download-pdf-block .download-files-list.with-groupname {
    gap: 16px;
  }
}
.download-page .download-pdf-block .download-files-list .download-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 16px;
  column-gap: 20px;
}
@media screen and (max-width: 1024px) {
  .download-page .download-pdf-block .download-files-list .download-list {
    column-gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .download-page .download-pdf-block .download-files-list .download-list {
    row-gap: 12px;
    column-gap: 12px;
  }
}
@media screen and (max-width: 600px) {
  .download-page .download-pdf-block .download-files-list .download-list {
    grid-template-columns: 1fr;
    row-gap: 10px;
    column-gap: 0;
  }
}
.download-page .download-pdf-block .download-files-list .download-list.pdf-with-description {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .download-page .download-pdf-block .download-files-list .download-list.pdf-with-description {
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  .download-page .download-pdf-block .download-files-list .download-list.pdf-with-description {
    gap: 8px;
  }
}
.download-page .download-pdf-block .download-files-list .download-itm {
  border: 1px solid #F3F5F8;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .download-page .download-pdf-block .download-files-list .download-itm {
    padding: 16px;
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .download-page .download-pdf-block .download-files-list .download-itm {
    padding: 14px 16px;
    gap: 15px;
  }
}
@media screen and (max-width: 600px) {
  .download-page .download-pdf-block .download-files-list .download-itm {
    padding: 12px 14px;
    gap: 12px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 400px) {
  .download-page .download-pdf-block .download-files-list .download-itm {
    padding: 10px 12px;
    gap: 10px;
  }
}
.download-page .download-pdf-block .download-files-list .download-itm .pdf-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #535353;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 112.5% */
  letter-spacing: -0.32px;
  max-width: calc(100% - 100px);
}
@media screen and (max-width: 1024px) {
  .download-page .download-pdf-block .download-files-list .download-itm .pdf-icon {
    max-width: calc(100% - 80px);
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .download-page .download-pdf-block .download-files-list .download-itm .pdf-icon {
    max-width: calc(100% - 70px);
    font-size: 14px;
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  .download-page .download-pdf-block .download-files-list .download-itm .pdf-icon {
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    gap: 10px;
  }
}
@media screen and (max-width: 400px) {
  .download-page .download-pdf-block .download-files-list .download-itm .pdf-icon {
    font-size: 13px;
    gap: 8px;
  }
}
.download-page .download-pdf-block .download-files-list .download-itm .pdf-icon img {
  width: 42px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .download-page .download-pdf-block .download-files-list .download-itm .pdf-icon img {
    width: 36px;
  }
}
@media screen and (max-width: 600px) {
  .download-page .download-pdf-block .download-files-list .download-itm .pdf-icon img {
    width: 32px;
  }
}
@media screen and (max-width: 400px) {
  .download-page .download-pdf-block .download-files-list .download-itm .pdf-icon img {
    width: 28px;
  }
}
.download-page .download-pdf-block .download-files-list .download-itm p {
  color: #535353;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  letter-spacing: -0.28px;
  padding: 0;
  margin: 0;
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  .download-page .download-pdf-block .download-files-list .download-itm p {
    max-width: 250px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .download-page .download-pdf-block .download-files-list .download-itm p {
    max-width: 200px;
    font-size: 13px;
    line-height: 15px;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .download-page .download-pdf-block .download-files-list .download-itm p {
    max-width: 100%;
    width: 100%;
    font-size: 13px;
    line-height: 15px;
    text-align: left;
    padding: 0;
  }
}
@media screen and (max-width: 400px) {
  .download-page .download-pdf-block .download-files-list .download-itm p {
    font-size: 12px;
    line-height: 14px;
  }
}
.download-page .download-pdf-block .download-files-list .download-itm .download-link {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #3260AE;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
}
@media screen and (max-width: 768px) {
  .download-page .download-pdf-block .download-files-list .download-itm .download-link {
    font-size: 13px;
    line-height: 18px;
  }
}
@media screen and (max-width: 600px) {
  .download-page .download-pdf-block .download-files-list .download-itm .download-link {
    font-size: 13px;
    line-height: 18px;
    margin-left: auto;
  }
}
@media screen and (max-width: 400px) {
  .download-page .download-pdf-block .download-files-list .download-itm .download-link {
    font-size: 12px;
    line-height: 16px;
  }
}

.career-page .contactbox {
  background: #F9F9F8;
}
.career-page .vacancies-wrapper {
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .career-page .vacancies-wrapper {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .career-page .vacancies-wrapper {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  .career-page .vacancies-wrapper {
    padding: 40px 0;
  }
}
.career-page .vacancies-wrapper .vacancy-intro .container {
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .career-page .vacancies-wrapper .vacancy-intro .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .career-page .vacancies-wrapper .vacancy-intro .container {
    padding: 0 16px;
  }
}
.career-page .vacancies-wrapper .vacancy-intro .vacancy-intro-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .career-page .vacancies-wrapper .vacancy-intro .vacancy-intro-inner {
    gap: 12px;
  }
}
.career-page .vacancies-wrapper .vacancy-intro .vacancy-intro-inner p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .career-page .vacancies-wrapper .vacancy-intro .vacancy-intro-inner p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 600px) {
  .career-page .vacancies-wrapper .vacancy-intro .vacancy-intro-inner p {
    font-size: 15px;
    line-height: 20px;
  }
}
.career-page .vacancy-list {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .career-page .vacancy-list {
    padding-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .career-page .vacancy-list {
    padding-top: 24px;
  }
}
.career-page .vacancy-list .container {
  max-width: 980px;
}
@media screen and (max-width: 1024px) {
  .career-page .vacancy-list .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .career-page .vacancy-list .container {
    padding: 0 12px;
  }
}
.career-page .vacancy-list-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  .career-page .vacancy-list-inner {
    gap: 12px;
  }
}
.career-page .vacancy-list-inner .vacancy-item {
  border: 1px solid #F3F5F8;
  padding: 24px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .career-page .vacancy-list-inner .vacancy-item {
    padding: 20px;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .career-page .vacancy-list-inner .vacancy-item {
    padding: 18px 16px;
    gap: 14px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .career-page .vacancy-list-inner .vacancy-item {
    padding: 16px 120px 16px 14px;
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}
.career-page .vacancy-list-inner .vacancy-item .title-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 33%;
}
@media screen and (max-width: 600px) {
  .career-page .vacancy-list-inner .vacancy-item .title-info {
    width: 100%;
  }
}
.career-page .vacancy-list-inner .vacancy-item .title-info h4 {
  color: #103D88;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.72px;
  padding: 0;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .career-page .vacancy-list-inner .vacancy-item .title-info h4 {
    font-size: 17px;
    line-height: 19px;
  }
}
@media screen and (max-width: 600px) {
  .career-page .vacancy-list-inner .vacancy-item .title-info h4 {
    font-size: 16px;
    line-height: 18px;
  }
}
.career-page .vacancy-list-inner .vacancy-item .title-info span {
  color: #727272;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.64px;
}
@media screen and (max-width: 768px) {
  .career-page .vacancy-list-inner .vacancy-item .title-info span {
    font-size: 15px;
    line-height: 15px;
  }
}
@media screen and (max-width: 600px) {
  .career-page .vacancy-list-inner .vacancy-item .title-info span {
    font-size: 14px;
    line-height: 14px;
  }
}
.career-page .vacancy-list-inner .vacancy-item h5 {
  color: #535353;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.32px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .career-page .vacancy-list-inner .vacancy-item h5 {
    font-size: 15px;
    line-height: 19px;
    position: static;
    transform: none;
    text-align: center;
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .career-page .vacancy-list-inner .vacancy-item h5 {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .career-page .vacancy-list-inner .vacancy-item h5 {
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    width: 100%;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
  }
}
.career-page .vacancy-list-inner .vacancy-item a {
  font-size: 12px;
  font-weight: 600;
  padding: 11.083px 22.958px;
  line-height: 15px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .career-page .vacancy-list-inner .vacancy-item a {
    font-size: 12px;
    padding: 10px 18px;
    line-height: 14px;
  }
}
@media screen and (max-width: 600px) {
  .career-page .vacancy-list-inner .vacancy-item a {
    font-size: 12px;
    padding: 10px 16px;
    line-height: 14px;
    text-align: center;
    margin-top: 4px;
    position: absolute;
    right: 15px;
  }
}

.page-template-template-careers .lity-content {
  padding: 0;
}
.page-template-template-careers .lity-content .member-itm {
  padding: 0;
}
.page-template-template-careers .lity-content .member-itm .member-info-top {
  padding: 46px 120px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .page-template-template-careers .lity-content .member-itm .member-info-top {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-template-careers .lity-content .member-itm .member-info-top {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 600px) {
  .page-template-template-careers .lity-content .member-itm .member-info-top {
    padding: 24px 16px;
  }
}
.page-template-template-careers .lity-content .member-itm .member-info-top h3 {
  color: #005DAA;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.96px;
}
@media screen and (max-width: 768px) {
  .page-template-template-careers .lity-content .member-itm .member-info-top h3 {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.6px;
  }
}
@media screen and (max-width: 600px) {
  .page-template-template-careers .lity-content .member-itm .member-info-top h3 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.4px;
  }
}
.page-template-template-careers .lity-content .member-itm .member-info-top p {
  color: #727272;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.64px;
}
@media screen and (max-width: 600px) {
  .page-template-template-careers .lity-content .member-itm .member-info-top p {
    font-size: 14px;
    line-height: 16px;
  }
}
.page-template-template-careers .lity-content .member-itm .member-info-top .job-sections h4 {
  color: #103D88;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.4px;
  padding: 0 0 16px 0;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .page-template-template-careers .lity-content .member-itm .member-info-top .job-sections h4 {
    font-size: 17px;
    line-height: 21px;
    padding-bottom: 12px;
  }
}
.page-template-template-careers .lity-content .member-itm .member-info-top .job-sections p, .page-template-template-careers .lity-content .member-itm .member-info-top .job-sections li {
  color: #535353;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.32px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .page-template-template-careers .lity-content .member-itm .member-info-top .job-sections p, .page-template-template-careers .lity-content .member-itm .member-info-top .job-sections li {
    font-size: 14px;
    line-height: 18px;
  }
}
.page-template-template-careers .lity-content .member-itm .member-info-top .job-sections ul {
  padding: 0 0 0 25px;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .page-template-template-careers .lity-content .member-itm .member-info-top .job-sections ul {
    padding-left: 18px;
  }
}
.page-template-template-careers .lity-content .member-itm .member-info-top .job-sections ul li {
  padding-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .page-template-template-careers .lity-content .member-itm .member-info-top .job-sections ul li {
    padding-bottom: 8px;
  }
}
.page-template-template-careers .lity-content .member-itm .job-aplication-wrap {
  background: #F9F9F8;
  padding: 46px 120px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .page-template-template-careers .lity-content .member-itm .job-aplication-wrap {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-template-careers .lity-content .member-itm .job-aplication-wrap {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 600px) {
  .page-template-template-careers .lity-content .member-itm .job-aplication-wrap {
    padding: 24px 16px;
  }
}
.page-template-template-careers .lity-content .member-itm .job-aplication-wrap h3 {
  color: #005DAA;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.96px;
  padding-bottom: 8px;
  margin: 0 0 6px 0;
}
@media screen and (max-width: 768px) {
  .page-template-template-careers .lity-content .member-itm .job-aplication-wrap h3 {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.6px;
  }
}
@media screen and (max-width: 600px) {
  .page-template-template-careers .lity-content .member-itm .job-aplication-wrap h3 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.4px;
  }
}
.page-template-template-careers .lity-content .member-itm .job-aplication-wrap p {
  color: #535353;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.667px;
  padding: 0;
  margin: 0;
}
.page-template-template-careers .lity-content .member-itm .job-aplication-wrap p label {
  color: #535353;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
}
.page-template-template-careers .lity-content .job-form-wrap {
  padding-top: 28px;
}
@media screen and (max-width: 600px) {
  .page-template-template-careers .lity-content .job-form-wrap {
    padding-top: 20px;
  }
}
.page-template-template-careers .lity-content .job-form-wrap label {
  width: 100%;
}
.page-template-template-careers .lity-content .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 4px;
  display: inline-block;
}
.page-template-template-careers .lity-content .form-line {
  display: grid;
  gap: 21px;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 21px;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .page-template-template-careers .lity-content .form-line {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    padding-bottom: 16px;
  }
}
.page-template-template-careers .lity-content .form-line p {
  padding: 0;
  margin: 0;
}
.page-template-template-careers .lity-content .form-line p label {
  color: #535353;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.24px;
}
.page-template-template-careers .lity-content .form-line p label input {
  margin: 6px 0 0 0;
  border: 0.75px solid rgba(53, 53, 53, 0.2);
  display: flex;
  height: 27px;
  padding: 9px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  color: rgba(118, 120, 123, 0.9);
  font-size: 10.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.21px;
  background-color: transparent;
}
@media screen and (max-width: 600px) {
  .page-template-template-careers .lity-content .form-line p label input {
    font-size: 11px;
  }
}
.page-template-template-careers .lity-content .form-line p label input::placeholder {
  color: rgba(118, 120, 123, 0.5);
}
.page-template-template-careers .lity-content .single-line {
  max-width: 600px;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .page-template-template-careers .lity-content .single-line {
    margin-bottom: 12px;
  }
}
.page-template-template-careers .lity-content .single-line p {
  padding: 0;
  margin: 0;
}
.page-template-template-careers .lity-content .file-upload-wrap {
  margin-top: 6px;
  border: 0.75px dashed rgba(53, 53, 53, 0.2);
  height: 100px;
}
@media screen and (max-width: 600px) {
  .page-template-template-careers .lity-content .file-upload-wrap {
    height: 90px;
  }
}
.page-template-template-careers .lity-content .file-upload-wrap p {
  width: 100%;
  height: 100%;
  padding: 27px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 600px) {
  .page-template-template-careers .lity-content .file-upload-wrap p {
    padding: 18px;
  }
}
.page-template-template-careers .lity-content .file-upload-wrap p .wpcf7-form-control-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
}
.page-template-template-careers .lity-content .file-upload-wrap p .wpcf7-form-control-wrap input {
  opacity: 0;
}
.page-template-template-careers .lity-content .file-upload-wrap p strong {
  color: rgba(0, 0, 0, 0.4);
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: -0.21px;
  padding-top: 25px;
}
.page-template-template-careers .lity-content .file-upload-wrap p strong.file-label {
  background: url("../images/icons/upload-icon.svg") top center no-repeat;
}
@media screen and (max-width: 600px) {
  .page-template-template-careers .lity-content .file-upload-wrap p strong.file-label {
    font-size: 10px;
    padding-top: 22px;
  }
}
.page-template-template-careers .lity-content .file-upload-wrap p strong.has-file {
  background: url("../images/icons/check-circle.png") top center no-repeat;
  color: rgb(118, 120, 123);
  font-size: 14px;
  padding-top: 30px;
  background-size: 25px;
}
@media screen and (max-width: 600px) {
  .page-template-template-careers .lity-content .file-upload-wrap p strong.has-file {
    font-size: 12px;
    padding-top: 26px;
    background-size: 22px;
  }
}
.page-template-template-careers .lity-content .file-upload-wrap input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-template-careers .lity-content .privacy-info {
  padding: 0px 15px 0 23px;
  max-width: 600px;
}
@media screen and (max-width: 600px) {
  .page-template-template-careers .lity-content .privacy-info {
    padding: 0 10px 0 16px;
  }
}
.page-template-template-careers .lity-content .privacy-info p {
  color: #353535;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.24px;
  padding: 0 0 15px 0;
  margin: 0;
}
.page-template-template-careers .lity-content .wpcf7-submit {
  border-radius: 40px !important;
  background: #3260AE;
  display: flex;
  padding: 11.083px 22.958px;
  justify-content: center;
  align-items: center;
  border: 0px;
  gap: 7.917px;
  color: #FFF;
  font-size: 12.667px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.253px;
  text-transform: none;
  height: auto;
  width: max-content;
}
@media screen and (max-width: 600px) {
  .page-template-template-careers .lity-content .wpcf7-submit {
    width: 100%;
  }
}
.page-template-template-careers .lity-content .checkbox-line {
  display: flex;
  gap: 9px;
  margin-bottom: 25px;
  position: relative;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-template-template-careers .lity-content .checkbox-line {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.page-template-template-careers .lity-content .checkbox-line p {
  margin: 0;
  color: #535353;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.667px;
}
@media screen and (max-width: 600px) {
  .page-template-template-careers .lity-content .checkbox-line p {
    font-size: 11px;
    line-height: 14px;
  }
}
.page-template-template-careers .lity-content .checkbox-line p .wpcf7-list-item {
  margin: 0;
}
.page-template-template-careers .lity-content .checkbox-line p label .wpcf7-list-item-label {
  display: none;
}
.page-template-template-careers .lity-content .checkbox-line .wpcf7-not-valid-tip {
  position: absolute;
  width: max-content;
  top: 30px;
}
@media screen and (max-width: 767px) {
  .page-template-template-careers .lity-content .checkbox-line .wpcf7-not-valid-tip {
    position: relative;
    top: auto;
    margin-left: 8px;
  }
}
.page-template-template-careers .lity-content .checkbox-line input {
  height: 11px;
  width: 11px;
  border: 1px solid #535353;
  -webkit-appearance: none;
  flex-shrink: 0;
  position: relative;
  padding: 0;
  display: flex;
  margin: 3px 0 0 0;
}
.page-template-template-careers .lity-content .checkbox-line input:checked {
  background: url("../images/icons/checked.png");
  background-size: cover;
}

.overview-wrapper.overview-with-side-banner {
  padding: 60px 0 80px 0;
}
@media screen and (max-width: 1024px) {
  .overview-wrapper.overview-with-side-banner {
    padding: 50px 0 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .overview-wrapper.overview-with-side-banner {
    padding: 40px 0 50px 0;
  }
}
@media screen and (max-width: 600px) {
  .overview-wrapper.overview-with-side-banner {
    padding: 30px 0 40px 0;
  }
}
.overview-wrapper.overview-with-side-banner .container {
  max-width: 1200px;
}
@media screen and (max-width: 1024px) {
  .overview-wrapper.overview-with-side-banner .container {
    max-width: 960px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .overview-wrapper.overview-with-side-banner .container {
    max-width: 720px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 600px) {
  .overview-wrapper.overview-with-side-banner .container {
    max-width: 100%;
    padding: 0 12px;
  }
}
.overview-wrapper.overview-with-side-banner .overview-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .overview-wrapper.overview-with-side-banner .overview-inner {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
}
.overview-wrapper.overview-with-side-banner .overview-inner .overview-txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 490px;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .overview-wrapper.overview-with-side-banner .overview-inner .overview-txt {
    max-width: 100%;
    align-items: center;
  }
}
.overview-wrapper.overview-with-side-banner .overview-inner .overview-txt h3 {
  padding-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .overview-wrapper.overview-with-side-banner .overview-inner .overview-txt h3 {
    font-size: 24px;
    padding-bottom: 8px;
  }
}
.overview-wrapper.overview-with-side-banner .overview-inner .overview-txt p {
  margin-bottom: 30px;
  color: #727272;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .overview-wrapper.overview-with-side-banner .overview-inner .overview-txt p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .overview-wrapper.overview-with-side-banner .overview-inner .overview-txt p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 16px;
  }
}
.overview-wrapper.overview-with-side-banner .overview-inner .overview-txt a {
  width: max-content;
}
@media screen and (max-width: 768px) {
  .overview-wrapper.overview-with-side-banner .overview-inner .overview-txt a {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .overview-wrapper.overview-with-side-banner .overview-inner .overview-txt a {
    font-size: 14px;
    padding: 12px 20px;
  }
}

.contact-page .contact-info-wrapper {
  background: linear-gradient(0deg, rgba(14, 46, 102, 0.9) 0%, rgba(14, 46, 102, 0.9) 100%), linear-gradient(0deg, #0E2E66 24.62%, #1C5CCC 170.77%);
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .contact-page .contact-info-wrapper {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-page .contact-info-wrapper {
    padding: 60px 0;
  }
}
@media screen and (max-width: 600px) {
  .contact-page .contact-info-wrapper {
    padding: 50px 0;
  }
}
.contact-page .contact-info-wrapper .container {
  max-width: 1350px;
}
@media screen and (max-width: 1024px) {
  .contact-page .contact-info-wrapper .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .contact-page .contact-info-wrapper .container {
    padding: 0 16px;
  }
}
.contact-page .contact-info-wrapper .contact-info-inner {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .contact-page .contact-info-wrapper .contact-info-inner {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-info-wrapper .contact-info-inner {
    flex-direction: column;
    gap: 24px;
  }
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-info-box {
  padding: 53px 30px;
  width: 50%;
  max-width: 560px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-info-box {
    padding: 40px 24px;
    gap: 24px;
  }
}
@media screen and (max-width: 850px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-info-box {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-info-box {
    padding: 32px 20px;
    gap: 20px;
  }
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-info-box img {
  width: max-content;
}
@media screen and (max-width: 600px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-info-box img {
    max-width: 160px;
    height: auto;
  }
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-info-box .contact-line {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-info-box .contact-line h4 {
  color: #1E1E1E;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.32px;
}
@media screen and (max-width: 600px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-info-box .contact-line h4 {
    font-size: 14px;
    line-height: 17px;
  }
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-info-box .contact-line p {
  color: #535353;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.4px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-info-box .contact-line p {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-info-box .contact-line p {
    font-size: 16px;
    line-height: 20px;
  }
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-info-box .contact-line p a {
  color: #535353;
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-info-box .contact-line p a:hover {
  text-decoration: underline;
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-info-box .follow-line ul {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-info-box .follow-line ul {
    gap: 12px;
  }
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-info-box .follow-line ul li {
  padding: 0;
  margin: 0;
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-info-box .follow-line ul li a {
  display: flex;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1.05px solid rgba(83, 83, 83, 0.5);
}
@media screen and (max-width: 600px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-info-box .follow-line ul li a {
    width: 38px;
    height: 38px;
  }
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-info-box .follow-line ul li a img {
  width: max-content;
  filter: invert(0.5);
}
@media screen and (max-width: 600px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-info-box .follow-line ul li a img {
    max-width: 18px;
    height: auto;
  }
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-info-box .follow-line ul li a:hover {
  background: rgba(83, 83, 83, 0.5);
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-info-box .follow-line ul li a:hover img {
  filter: invert(0);
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap {
  border: 1px solid #F2F2F2;
  background: #FFF;
  padding: 42px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap {
    padding: 32px;
    gap: 16px;
  }
}
@media screen and (max-width: 850px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap {
    padding: 24px 18px;
    gap: 14px;
  }
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap h3 {
  color: #103D88;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -0.64px;
}
@media screen and (max-width: 1024px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 600px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap h3 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.4px;
  }
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap p {
  color: #737272;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 600px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap p {
    font-size: 14px;
    line-height: 20px;
  }
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from p {
  color: #535353;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.667px;
  padding: 0;
  margin: 0;
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from p label {
  color: #535353;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  width: 100%;
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 4px;
  display: inline-block;
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from .form-line {
  display: grid;
  gap: 21px;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 21px;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from .form-line {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    padding-bottom: 16px;
  }
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from .form-line p {
  padding: 0;
  margin: 0;
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from .form-line p label {
  color: #535353;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.24px;
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from .form-line p label input {
  margin: 6px 0 0 0;
  border: 0.75px solid rgba(53, 53, 53, 0.2);
  display: flex;
  height: 27px;
  padding: 9px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  color: rgba(118, 120, 123, 0.9);
  font-size: 10.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.21px;
  background-color: transparent;
}
@media screen and (max-width: 600px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from .form-line p label input {
    font-size: 11px;
  }
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from .form-line p label input::placeholder {
  color: rgba(118, 120, 123, 0.5);
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from select {
  margin: 6px 0 0 0;
  width: 100%;
  border: 0.75px solid rgba(53, 53, 53, 0.2);
  display: flex;
  height: 27px;
  padding: 0px 40px 0px 9px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  -webkit-appearance: none;
  color: rgba(118, 120, 123, 0.9);
  font-size: 10.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.21px;
  background: url("../images/icons/dropdown-arrow.svg") right 8px center no-repeat;
}
@media screen and (max-width: 600px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from select {
    font-size: 11px;
  }
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from select::placeholder {
  color: rgba(118, 120, 123, 0.5);
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from textarea {
  margin: 6px 0 0 0;
  border: 0.75px solid rgba(53, 53, 53, 0.2);
  display: flex;
  height: 100px;
  padding: 9px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  resize: none;
  color: rgba(118, 120, 123, 0.9);
  font-size: 10.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.21px;
  background-color: transparent;
}
@media screen and (max-width: 600px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from textarea {
    font-size: 11px;
  }
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from textarea::placeholder {
  color: rgba(118, 120, 123, 0.5);
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from .single-line {
  max-width: 600px;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from .single-line {
    margin-bottom: 12px;
  }
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from .single-line p {
  padding: 0;
  margin: 0;
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from .wpcf7-submit {
  border-radius: 40px !important;
  background: #3260AE;
  display: flex;
  padding: 11.083px 22.958px;
  justify-content: center;
  align-items: center;
  border: 0px;
  gap: 7.917px;
  color: #FFF;
  font-size: 12.667px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.253px;
  text-transform: none;
  height: auto;
  width: max-content;
}
@media screen and (max-width: 600px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from .wpcf7-submit {
    width: 100%;
  }
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from .checkbox-line {
  display: flex;
  gap: 9px;
  margin-bottom: 25px;
  position: relative;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from .checkbox-line {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from .checkbox-line p {
  margin: 0;
  color: #535353;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.667px;
}
@media screen and (max-width: 600px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from .checkbox-line p {
    font-size: 11px;
    line-height: 14px;
  }
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from .checkbox-line p .wpcf7-list-item {
  margin: 0;
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from .checkbox-line p label .wpcf7-list-item-label {
  display: none;
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from .checkbox-line .wpcf7-not-valid-tip {
  position: absolute;
  width: max-content;
  top: 20px;
}
@media screen and (max-width: 850px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from .checkbox-line .wpcf7-not-valid-tip {
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from .checkbox-line .wpcf7-not-valid-tip {
    position: relative;
    top: auto;
    margin-left: 8px;
  }
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from .checkbox-line input {
  height: 11px;
  width: 11px;
  border: 1px solid #535353;
  -webkit-appearance: none;
  flex-shrink: 0;
  position: relative;
  padding: 0;
  display: flex;
  margin: 3px 0 0 0;
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap .contact-from .checkbox-line input:checked {
  background: url("../images/icons/checked.png");
  background-size: cover;
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap form .wpcf7-response-output {
  font-size: 14px;
  text-align: center;
  padding: 6px 15px;
  border-radius: 8px;
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap form.failed .wpcf7-response-output {
  border-color: #dc3232;
  color: #ae1818;
  background: #f9dada;
}
.contact-page .contact-info-wrapper .contact-info-inner .contact-form-wrap form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: #085b0f;
  background: #daffdd;
}
.contact-page .branches-info-wrap {
  padding: 100px 0 40px 0;
}
@media screen and (max-width: 1024px) {
  .contact-page .branches-info-wrap {
    padding: 80px 0 32px 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-page .branches-info-wrap {
    padding: 60px 0 28px 0;
  }
}
@media screen and (max-width: 600px) {
  .contact-page .branches-info-wrap {
    padding: 50px 0 24px 0;
  }
}
.contact-page .branches-list-wrap {
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .contact-page .branches-list-wrap {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .contact-page .branches-list-wrap {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .contact-page .branches-list-wrap {
    padding-bottom: 40px;
  }
}
.contact-page .branches-list-wrap .container {
  max-width: 1200px;
}
@media screen and (max-width: 1024px) {
  .contact-page .branches-list-wrap .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .contact-page .branches-list-wrap .container {
    padding: 0 16px;
  }
}
.contact-page .branches-list-wrap .branches-inner {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .contact-page .branches-list-wrap .branches-inner {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .contact-page .branches-list-wrap .branches-inner {
    gap: 16px;
  }
}
.contact-page .branches-list-wrap .branches-inner .branch-item {
  border: 1px solid #F3F4F6;
  background: #FFF;
  box-shadow: 0 2px 8px 0 rgba(45, 37, 38, 0.04);
  display: flex;
  width: 100%;
  max-width: 368px;
  height: auto;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .contact-page .branches-list-wrap .branches-inner .branch-item {
    max-width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .contact-page .branches-list-wrap .branches-inner .branch-item {
    padding: 28px 24px;
  }
}
@media screen and (max-width: 600px) {
  .contact-page .branches-list-wrap .branches-inner .branch-item {
    max-width: 100%;
    padding: 24px 20px;
    gap: 10px;
  }
}
.contact-page .branches-list-wrap .branches-inner .branch-item h4 {
  padding: 0 0 4px 0;
  margin: 0;
  color: #103D88;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
@media screen and (max-width: 600px) {
  .contact-page .branches-list-wrap .branches-inner .branch-item h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.contact-page .branches-list-wrap .branches-inner .branch-item p {
  color: #4A5565;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0 0 0 30px;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .contact-page .branches-list-wrap .branches-inner .branch-item p {
    font-size: 13px;
    line-height: 19px;
    padding-left: 26px;
  }
}
.contact-page .branches-list-wrap .branches-inner .branch-item p.address {
  background: url("../images/contact/icon-location.svg") left top 2px no-repeat;
}
.contact-page .branches-list-wrap .branches-inner .branch-item p.person {
  background: url("../images/contact/icon-person.svg") left top 2px no-repeat;
}
.contact-page .branches-list-wrap .branches-inner .branch-item p.time {
  background: url("../images/contact/icon-time.svg") left top 2px no-repeat;
}
.contact-page .branches-list-wrap .branches-inner .branch-item p.call {
  background: url("../images/contact/icon-call.svg") left top 2px no-repeat;
}
.contact-page .branches-list-wrap .branches-inner .branch-item a {
  margin-top: 8px;
  border-color: #3260AE;
  width: 100%;
  margin-top: auto;
}
@media screen and (max-width: 600px) {
  .contact-page .branches-list-wrap .branches-inner .branch-item a {
    font-size: 12px;
    padding: 10px 16px;
  }
}
.contact-page .help-info-wrap {
  display: flex;
  padding: 60px 0px;
  background: #F9F9F8;
}
@media screen and (max-width: 1024px) {
  .contact-page .help-info-wrap {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-page .help-info-wrap {
    padding: 40px 0;
  }
}
@media screen and (max-width: 600px) {
  .contact-page .help-info-wrap {
    padding: 32px 0;
  }
}
.contact-page .help-info-wrap .container {
  max-width: 1070px;
}
@media screen and (max-width: 1024px) {
  .contact-page .help-info-wrap .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .contact-page .help-info-wrap .container {
    padding: 0 16px;
  }
}
.contact-page .help-info-wrap .help-boxes-wrap {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 850px) {
  .contact-page .help-info-wrap .help-boxes-wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .contact-page .help-info-wrap .help-boxes-wrap {
    gap: 16px;
  }
}
.contact-page .help-info-wrap .help-boxes-wrap .help-box-itm {
  flex: 1 1 calc((100% - 48px) / 3);
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 850px) {
  .contact-page .help-info-wrap .help-boxes-wrap .help-box-itm {
    flex: 1 1 calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .contact-page .help-info-wrap .help-boxes-wrap .help-box-itm {
    flex: 1 1 100%;
    padding: 24px 20px;
  }
}
.contact-page .help-info-wrap .help-boxes-wrap .help-box-itm h4 {
  color: #103D88;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
@media screen and (max-width: 600px) {
  .contact-page .help-info-wrap .help-boxes-wrap .help-box-itm h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.contact-page .help-info-wrap .help-boxes-wrap .help-box-itm p {
  color: #4A5565;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.75px;
}
@media screen and (max-width: 600px) {
  .contact-page .help-info-wrap .help-boxes-wrap .help-box-itm p {
    font-size: 13px;
    line-height: 21px;
  }
}
.contact-page .help-info-wrap .help-boxes-wrap .help-box-itm a {
  color: #3260AE;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
}
.contact-page .help-info-wrap .help-boxes-wrap .help-box-itm a:hover {
  gap: 5px;
  font-weight: 700;
}
.contact-page .faq-wrap {
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  .contact-page .faq-wrap {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-page .faq-wrap {
    padding: 40px 0;
  }
}
@media screen and (max-width: 600px) {
  .contact-page .faq-wrap {
    padding: 32px 0;
  }
}
.contact-page .faq-wrap .container {
  max-width: 1070px;
}
@media screen and (max-width: 1024px) {
  .contact-page .faq-wrap .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .contact-page .faq-wrap .container {
    padding: 0 16px;
  }
}
.contact-page .faq-wrap .overview-in p {
  color: #535353;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 600px) {
  .contact-page .faq-wrap .overview-in p {
    font-size: 14px;
    line-height: 22px;
  }
}
.contact-page .faq-wrap .overview-in h3 {
  color: #103D88;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .contact-page .faq-wrap .overview-in h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 600px) {
  .contact-page .faq-wrap .overview-in h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
.contact-page .faq-wrap .faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .contact-page .faq-wrap .faq-list {
    padding-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .contact-page .faq-wrap .faq-list {
    padding-top: 24px;
    gap: 12px;
  }
}
.contact-page .faq-wrap .faq-list .faq-itm {
  border-radius: 16px;
  border: 1px solid #F3F4F6;
  background: #FFF;
  padding: 24px;
}
@media screen and (max-width: 600px) {
  .contact-page .faq-wrap .faq-list .faq-itm {
    padding: 18px 16px;
    border-radius: 12px;
  }
}
.contact-page .faq-wrap .faq-list .faq-itm .faq-title {
  color: #101828;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  padding: 0 24px 0 0;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .contact-page .faq-wrap .faq-list .faq-itm .faq-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 600px) {
  .contact-page .faq-wrap .faq-list .faq-itm .faq-title {
    font-size: 16px;
    line-height: 20px;
    padding-right: 30px;
  }
}
.contact-page .faq-wrap .faq-list .faq-itm .faq-title:after {
  background: url("../images/contact/faq-close.svg") center no-repeat;
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .contact-page .faq-wrap .faq-list .faq-itm .faq-title:after {
    width: 24px;
    height: 24px;
    background-size: contain;
  }
}
.contact-page .faq-wrap .faq-list .faq-itm .faq-title.active:after {
  transform: rotate(180deg);
}
.contact-page .faq-wrap .faq-list .faq-itm .faq-answer {
  padding: 15px 0 0 0;
  display: none;
  transition: all 0.3s ease;
}
.contact-page .faq-wrap .faq-list .faq-itm .faq-answer p {
  color: #535353;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 600px) {
  .contact-page .faq-wrap .faq-list .faq-itm .faq-answer p {
    font-size: 13px;
  }
}

.stock-broking-page .stock-broking-overview .container {
  max-width: 1050px;
}
.stock-broking-page .stock-broking-overview p {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .stock-broking-page .stock-broking-overview .container {
    max-width: 95%;
  }
}
@media (max-width: 768px) {
  .stock-broking-page .stock-broking-overview .container {
    max-width: 100%;
    padding: 0 16px;
  }
}
.stock-broking-page .overview-with-side-banner .container {
  max-width: 1400px;
}
.stock-broking-page .overview-with-side-banner .overview-inner .overview-txt {
  max-width: none;
}
.stock-broking-page .overview-with-side-banner .overview-inner .overview-txt h3 {
  max-width: 400px;
}
.stock-broking-page .overview-with-side-banner .overview-inner .overview-txt p {
  max-width: 550px;
}
.stock-broking-page .overview-with-side-banner .overview-inner .overview-banner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.stock-broking-page .overview-with-side-banner .overview-inner .overview-banner img {
  width: max-content;
}
.stock-broking-page .overview-with-side-banner .cards-wrapper {
  display: flex;
  gap: 12px;
  max-width: 650px;
}
.stock-broking-page .overview-with-side-banner .cards-wrapper .card-itm {
  border: 1px solid #F2F2F2;
  box-shadow: 0 2px 8px 0 rgba(45, 37, 38, 0.04);
  display: flex;
  padding: 23px 17px 23px 18px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-direction: column;
}
.stock-broking-page .overview-with-side-banner .cards-wrapper .card-itm img {
  width: 58px;
  margin-bottom: 20px;
}
.stock-broking-page .overview-with-side-banner .cards-wrapper .card-itm h4 {
  color: #103D88;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 160% */
  letter-spacing: -0.4px;
  padding: 0;
  margin: 0;
}
.stock-broking-page .overview-with-side-banner .cards-wrapper .card-itm p {
  color: #535353;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 112.5% */
  letter-spacing: -0.32px;
  padding: 0;
  margin: 0;
}
@media (max-width: 1200px) {
  .stock-broking-page .overview-with-side-banner .container {
    max-width: 95%;
  }
  .stock-broking-page .overview-with-side-banner .overview-inner .overview-banner img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 992px) {
  .stock-broking-page .overview-with-side-banner .overview-inner {
    flex-direction: column;
  }
  .stock-broking-page .overview-with-side-banner .overview-inner .overview-txt h3 {
    max-width: 100%;
  }
  .stock-broking-page .overview-with-side-banner .overview-inner .overview-txt p {
    max-width: 100%;
  }
  .stock-broking-page .overview-with-side-banner .overview-inner .overview-banner {
    justify-content: center;
    margin-top: 24px;
  }
  .stock-broking-page .overview-with-side-banner .overview-inner .overview-banner img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .stock-broking-page .overview-with-side-banner .cards-wrapper {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .stock-broking-page .overview-with-side-banner .cards-wrapper .card-itm {
    flex: 1 1 calc(50% - 12px);
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .stock-broking-page .overview-with-side-banner .container {
    max-width: 100%;
    padding: 0 16px;
  }
  .stock-broking-page .overview-with-side-banner .cards-wrapper {
    gap: 16px;
  }
  .stock-broking-page .overview-with-side-banner .cards-wrapper .card-itm {
    flex: 1 1 100%;
  }
}
@media (max-width: 480px) {
  .stock-broking-page .overview-with-side-banner .cards-wrapper .card-itm {
    padding: 20px 14px;
  }
  .stock-broking-page .overview-with-side-banner .cards-wrapper .card-itm h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .stock-broking-page .overview-with-side-banner .cards-wrapper .card-itm p {
    font-size: 14px;
    line-height: 18px;
  }
}
.stock-broking-page .why-investors-block-wrap {
  padding: 60px 0;
  background: #F5F8FC;
}
.stock-broking-page .why-investors-block-wrap .cards-wrapper {
  padding-top: 48px;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.stock-broking-page .why-investors-block-wrap .cards-wrapper .card-itm {
  display: flex;
  padding: 23px 17px 23px 18px;
  justify-content: center;
  align-items: center;
  background: #FFF;
  gap: 4px;
  flex-direction: column;
}
.stock-broking-page .why-investors-block-wrap .cards-wrapper .card-itm img {
  width: 58px;
  margin-bottom: 20px;
}
.stock-broking-page .why-investors-block-wrap .cards-wrapper .card-itm h4 {
  color: #103D88;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 160% */
  letter-spacing: -0.4px;
  padding: 0;
  margin: 0;
}
.stock-broking-page .why-investors-block-wrap .cards-wrapper .card-itm p {
  color: #535353;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 112.5% */
  letter-spacing: -0.32px;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .stock-broking-page .why-investors-block-wrap .cards-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .stock-broking-page .why-investors-block-wrap .cards-wrapper .card-itm {
    flex: 1 1 calc(50% - 20px);
    min-width: 220px;
  }
}
@media (max-width: 768px) {
  .stock-broking-page .why-investors-block-wrap {
    padding: 40px 0;
  }
  .stock-broking-page .why-investors-block-wrap .cards-wrapper {
    padding-top: 32px;
    gap: 16px;
  }
}
@media (max-width: 700px) {
  .stock-broking-page .why-investors-block-wrap .card-itm {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .stock-broking-page .why-investors-block-wrap {
    padding: 30px 0;
  }
  .stock-broking-page .why-investors-block-wrap .cards-wrapper {
    padding-top: 24px;
  }
  .stock-broking-page .why-investors-block-wrap .cards-wrapper .card-itm {
    padding: 20px 14px;
  }
  .stock-broking-page .why-investors-block-wrap .cards-wrapper .card-itm h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .stock-broking-page .why-investors-block-wrap .cards-wrapper .card-itm p {
    font-size: 14px;
    line-height: 18px;
  }
  .stock-broking-page .why-investors-block-wrap .cards-wrapper .card-itm img {
    width: 48px;
    margin-bottom: 16px;
  }
}

.feature-reports-wrapper {
  padding: 100px 0;
}
.feature-reports-wrapper .reports-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.feature-reports-wrapper .reports-wrapper .reports-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.feature-reports-wrapper .reports-wrapper .reports-heading h3 {
  color: #103D88;
}
@media (max-width: 768px) {
  .feature-reports-wrapper .reports-wrapper .reports-heading {
    text-align: center;
    padding: 0 16px;
  }
  .feature-reports-wrapper .reports-wrapper .reports-heading h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 480px) {
  .feature-reports-wrapper .reports-wrapper .reports-heading h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .feature-reports-wrapper .reports-wrapper {
    gap: 28px;
  }
}
.feature-reports-wrapper .reports-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 22px;
  grid-row-gap: 40px;
}
.feature-reports-wrapper .reports-list .report-itm {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid #F5F5F5;
}
.feature-reports-wrapper .reports-list .report-itm img {
  width: 58px;
}
.feature-reports-wrapper .reports-list .report-itm h4 {
  color: #103D88;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
  letter-spacing: -0.4px;
  padding: 0 0 8px 0;
  margin: 0;
}
.feature-reports-wrapper .reports-list .report-itm a {
  color: #3260AE;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
}
.feature-reports-wrapper .reports-list .report-itm a:hover {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .feature-reports-wrapper .reports-list .report-itm {
    padding: 14px;
    gap: 10px;
  }
  .feature-reports-wrapper .reports-list .report-itm img {
    width: 48px;
  }
  .feature-reports-wrapper .reports-list .report-itm h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .feature-reports-wrapper .reports-list .report-itm a {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .feature-reports-wrapper .reports-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .feature-reports-wrapper .reports-list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 18px;
    grid-row-gap: 28px;
  }
}
@media (max-width: 576px) {
  .feature-reports-wrapper .reports-list {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
@media (max-width: 992px) {
  .feature-reports-wrapper {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .feature-reports-wrapper {
    padding: 50px 0;
  }
  .feature-reports-wrapper .container {
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .feature-reports-wrapper {
    padding: 40px 0;
  }
}

.reserach-contact-wrap .contact-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  gap: 32px;
}
.reserach-contact-wrap .contact-block .contact-itm {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
.reserach-contact-wrap .contact-block .contact-itm:first-child {
  border-right: 1px solid #535353;
  padding-right: 32px;
}
.reserach-contact-wrap .contact-block .contact-itm strong {
  color: #1E1E1E;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 112.5% */
  letter-spacing: -0.32px;
}
.reserach-contact-wrap .contact-block .contact-itm p {
  padding: 0;
  margin: 0;
  color: #535353;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 80% */
  letter-spacing: -0.4px;
}
.reserach-contact-wrap .contact-block .contact-itm p a {
  color: #535353;
  font-weight: 400;
}
.reserach-contact-wrap .contact-block .contact-itm p a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .reserach-contact-wrap .contact-block .contact-itm strong {
    font-size: 14px;
    line-height: 18px;
  }
  .reserach-contact-wrap .contact-block .contact-itm p {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 480px) {
  .reserach-contact-wrap .contact-block .contact-itm strong {
    font-size: 13px;
  }
  .reserach-contact-wrap .contact-block .contact-itm p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .reserach-contact-wrap .contact-block {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .reserach-contact-wrap .contact-block .contact-itm:first-child {
    border-right: none;
    border-bottom: 1px solid #535353;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .reserach-contact-wrap .contact-block {
    gap: 16px;
    margin-bottom: 24px;
  }
  .reserach-contact-wrap .contact-block .contact-itm:first-child {
    padding-bottom: 16px;
  }
}

.sx404-page {
  --sx404-brand: #103D88;
  --sx404-brand-dark: #0a2a61;
  --sx404-brand-light: #1e56b8;
  --sx404-danger: #ff4757;
  --sx404-danger-glow: #ff6b7a;
  --sx404-bg: #050d1f;
  --sx404-text: #eaf0ff;
  --sx404-text-muted: #8fa3c9;
}
.sx404-page *,
.sx404-page *::before,
.sx404-page *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.sx404-page {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  background: radial-gradient(circle at 20% 30%, rgba(16, 61, 136, 0.35), transparent 55%), radial-gradient(circle at 80% 70%, rgba(255, 71, 87, 0.15), transparent 50%), var(--sx404-bg);
  color: var(--sx404-text);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.sx404-page .sx404-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
.sx404-page .sx404-vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(circle at center, transparent 40%, rgba(5, 13, 31, 0.85) 100%);
}
.sx404-page .sx404-content {
  position: relative;
  z-index: 3;
  max-width: 820px;
  margin: 0 auto;
  padding: 40px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sx404-page .sx404-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border: 1px solid rgba(255, 71, 87, 0.4);
  background: rgba(255, 71, 87, 0.08);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--sx404-danger-glow);
  margin-bottom: 24px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.sx404-page .sx404-badge .sx404-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sx404-danger);
  box-shadow: 0 0 12px var(--sx404-danger);
  animation: sx404-pulse 1.4s infinite;
}
@keyframes sx404-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.85);
  }
}
.sx404-page .sx404-code {
  font-size: clamp(90px, 18vw, 200px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -8px;
  color: var(--sx404-text);
  display: flex;
  gap: 0.05em;
  margin-bottom: 16px;
  text-shadow: 0 0 60px rgba(16, 61, 136, 0.6);
}
.sx404-page .sx404-code span {
  display: inline-block;
  background: linear-gradient(180deg, #ffffff 0%, #7fa5e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: sx404-float 3s ease-in-out infinite;
}
.sx404-page .sx404-code span:nth-child(1) {
  animation-delay: 0s;
}
.sx404-page .sx404-code span:nth-child(2) {
  animation-delay: 0.2s;
  background: linear-gradient(180deg, #ff6b7a 0%, #a02330 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sx404-page .sx404-code span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes sx404-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
.sx404-page .sx404-title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 600;
  color: var(--sx404-text);
  margin-bottom: 16px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.sx404-page .sx404-desc {
  font-size: clamp(14px, 1.4vw, 17px);
  color: var(--sx404-text-muted);
  line-height: 1.6;
  max-width: 540px;
  margin-bottom: 36px;
}
.sx404-page .sx404-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
  max-width: 640px;
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid rgba(16, 61, 136, 0.5);
  border-radius: 14px;
  background: rgba(10, 42, 97, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.sx404-page .sx404-stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
  padding: 0 12px;
  border-right: 1px solid rgba(16, 61, 136, 0.4);
}
.sx404-page .sx404-stat:last-child {
  border-right: none;
}
.sx404-page .sx404-stat-label {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: var(--sx404-text-muted);
  font-weight: 600;
}
.sx404-page .sx404-stat-value {
  font-size: clamp(13px, 1.2vw, 15px);
  font-weight: 700;
  color: var(--sx404-danger-glow);
  font-variant-numeric: tabular-nums;
}
.sx404-page .sx404-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.sx404-page .sx404-btn {
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: all 0.25s ease;
  cursor: pointer;
  display: inline-block;
  border: none;
}
.sx404-page .sx404-btn--primary {
  background: linear-gradient(135deg, var(--sx404-brand-light), var(--sx404-brand));
  color: #fff;
  border: 1px solid rgba(127, 165, 232, 0.4);
  box-shadow: 0 8px 30px rgba(16, 61, 136, 0.5);
}
.sx404-page .sx404-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(16, 61, 136, 0.7);
  color: #fff;
}
.sx404-page .sx404-btn--ghost {
  background: transparent;
  color: var(--sx404-text);
  border: 1px solid rgba(143, 163, 201, 0.3);
}
.sx404-page .sx404-btn--ghost:hover {
  border-color: var(--sx404-brand-light);
  background: rgba(16, 61, 136, 0.15);
  color: var(--sx404-text);
}
.sx404-page .sx404-ticker {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 42px;
  z-index: 4;
  background: rgba(5, 13, 31, 0.9);
  border-top: 1px solid rgba(255, 71, 87, 0.25);
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.sx404-page .sx404-ticker-track {
  display: flex;
  gap: 40px;
  padding: 0 20px;
  height: 100%;
  align-items: center;
  white-space: nowrap;
  animation: sx404-scrollTicker 40s linear infinite;
  font-family: "SF Mono", Menlo, monospace;
  font-size: 12px;
  letter-spacing: 1px;
}
.sx404-page .sx404-ticker-item {
  color: var(--sx404-text-muted);
}
.sx404-page .sx404-ticker-item .sym {
  color: var(--sx404-text);
  font-weight: 700;
  margin-right: 8px;
}
.sx404-page .sx404-ticker-item .neg {
  color: var(--sx404-danger-glow);
}
.sx404-page .sx404-ticker-item .pos {
  color: #4ade80;
}
@keyframes sx404-scrollTicker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .sx404-page .sx404-code {
    letter-spacing: -4px;
  }
  .sx404-page .sx404-stats {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }
  .sx404-page .sx404-stat {
    border-right: none;
    border-bottom: 1px solid rgba(16, 61, 136, 0.4);
    padding: 0 0 10px;
    text-align: center;
    align-items: center;
  }
  .sx404-page .sx404-stat:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .sx404-page .sx404-actions {
    flex-direction: column;
    width: 100%;
  }
  .sx404-page .sx404-btn {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .sx404-page .sx404-content {
    padding: 24px 16px;
  }
  .sx404-page .sx404-badge {
    font-size: 10px;
    padding: 6px 14px;
  }
}

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