@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Work+Sans: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=Poppins:wght@500&display=swap");
body {
  margin-bottom: 0 !important;
  font-family: "Work Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Work Sans", sans-serif;
}

p,
span,
a,
label {
  font-family: "Work Sans", sans-serif;
}

header.site-header {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
header.site-header .header-wrp {
  display: flex;
  align-items: center;
}
header.site-header .header-wrp .site-branding {
  flex-shrink: 0;
  background-color: #ff6713;
  border-radius: 4px;
  padding: 20px 12px;
}
header.site-header .header-wrp .site-branding a {
  display: inline-block;
}
header.site-header .header-wrp .site-branding a img {
  width: 50px;
}
header.site-header .header-wrp .additional-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
}
header.site-header .header-wrp .additional-info .about-info {
  padding: 0 30px;
  border-right: 1px solid #1c3666;
}
header.site-header .header-wrp .additional-info .about-info a {
  font-size: 16px;
  line-height: 21px;
  color: #1c3666;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none;
}
header.site-header .header-wrp .additional-info .about-info a img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  flex-shrink: 0;
}
header.site-header .header-wrp .additional-info .about-info a:hover {
  text-decoration: none;
  opacity: 0.8;
}
header.site-header .header-wrp .additional-info .linkedin-info {
  padding: 0 30px;
}
header.site-header .header-wrp .additional-info .linkedin-info a {
  font-size: 16px;
  line-height: 21px;
  color: #1c3666;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none;
}
header.site-header .header-wrp .additional-info .linkedin-info a img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  flex-shrink: 0;
}
header.site-header .header-wrp .additional-info .linkedin-info a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 576px) {
  header.site-header .header-wrp .additional-info {
    display: block;
  }
  header.site-header .header-wrp .additional-info .about-info {
    padding: 0 15px;
    border: none;
    text-align: center;
    padding-bottom: 15px;
  }
  header.site-header .header-wrp .additional-info .about-info a {
    font-size: 16px;
    line-height: 21px;
    color: #1c3666;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header.site-header .header-wrp .additional-info .about-info a img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    flex-shrink: 0;
  }
  header.site-header .header-wrp .additional-info .about-info a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  header.site-header .header-wrp .additional-info .linkedin-info {
    padding: 0 15px;
    text-align: center;
  }
  header.site-header .header-wrp .additional-info .linkedin-info a {
    font-size: 16px;
    line-height: 21px;
    color: #1c3666;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header.site-header .header-wrp .additional-info .linkedin-info a img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    flex-shrink: 0;
  }
  header.site-header .header-wrp .additional-info .linkedin-info a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}

header.main-header {
  background-color: transparent;
  position: fixed;
  background-color: #1c3666;
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
}
header.main-header .header-wrp {
  padding-top: 30px;
  padding-bottom: 30px;
}
header.main-header .header-wrp .site-branding {
  flex-shrink: 0;
}
header.main-header .header-wrp .site-branding a {
  display: inline-block;
}
header.main-header .header-wrp .site-branding a img {
  width: 169px;
}
@media (max-width: 768px) {
  header.main-header .header-wrp .site-branding a img {
    width: 150px;
  }
}
@media (max-width: 768px) {
  header.main-header {
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
  }
  header.main-header .header-wrp {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
header.main-header .menu-wrp {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  header.main-header .menu-wrp {
    display: block;
    position: fixed;
    width: 100%;
    right: -150%;
    top: 65px;
    transition: all ease 0.3s;
    background-color: #1c3666;
    padding: 20px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
    height: 100vh;
  }
  header.main-header .menu-wrp.menu-open {
    right: 0;
  }
}
header.main-header .menu-wrp .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
header.main-header .menu-wrp .menu > li {
  list-style: none;
  display: inline-block;
  padding: 0px 15px;
  position: relative;
}
@media (max-width: 1200px) {
  header.main-header .menu-wrp .menu > li {
    padding: 5px 10px;
  }
}
@media (max-width: 768px) {
  header.main-header .menu-wrp .menu > li {
    display: block;
    padding: 8px 0px;
  }
}
@media (max-width: 330px) {
  header.main-header .menu-wrp .menu > li {
    display: block;
    padding: 3px 0px;
  }
}
header.main-header .menu-wrp .menu > li.menu-item-has-children {
  padding: 10px 15px;
  padding-right: 25px;
}
header.main-header .menu-wrp .menu > li.menu-item-has-children:after {
  content: url("../images/arrow-down.svg");
  position: absolute;
  top: 10px;
  right: 0px;
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  header.main-header .menu-wrp .menu > li.menu-item-has-children {
    display: block;
    padding: 8px 0px;
  }
  header.main-header .menu-wrp .menu > li.menu-item-has-children:after {
    display: none;
  }
}
@media (max-width: 330px) {
  header.main-header .menu-wrp .menu > li.menu-item-has-children {
    display: block;
    padding: 3px 0px;
  }
}
header.main-header .menu-wrp .menu > li > a {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  transition: all ease 0.3s;
}
header.main-header .menu-wrp .menu > li > a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 1200px) {
  header.main-header .menu-wrp .menu > li > a {
    font-size: 14px;
  }
}
header.main-header .menu-wrp .menu > li:last-child {
  margin-left: 10px;
  border-left: 1px solid #fff;
  padding-left: 25px;
}
@media (max-width: 768px) {
  header.main-header .menu-wrp .menu > li:last-child {
    margin-left: 0;
    padding: 10px 0px;
    border-left: none;
    position: relative;
    margin-top: 5px;
    padding-top: 15px;
  }
  header.main-header .menu-wrp .menu > li:last-child:before {
    content: "";
    position: absolute;
    top: 0;
    width: 144px;
    border-top: 1px solid #fff;
    left: 0px;
  }
}
header.main-header .menu-wrp .menu > li > .sub-menu {
  position: absolute;
  top: 45px;
  background: #1c3666;
  border: 2px solid #0084f8;
  border-radius: 8px;
  width: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
@media (max-width: 768px) {
  header.main-header .menu-wrp .menu > li > .sub-menu {
    display: block;
    background-color: transparent;
    border: none;
    padding-left: 20px;
    padding-top: 10px;
    position: relative;
    width: unset;
    top: unset;
    left: unset;
  }
}
header.main-header .menu-wrp .menu > li > .sub-menu > li {
  padding: 15px;
  border-bottom: 1px solid #ffffff;
}
header.main-header .menu-wrp .menu > li > .sub-menu > li:last-child {
  border: none;
}
@media (max-width: 768px) {
  header.main-header .menu-wrp .menu > li > .sub-menu > li {
    border: none;
    padding: 3px 0;
  }
}
header.main-header .menu-wrp .menu > li > .sub-menu > li > a {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
  display: inline-block;
}
header.main-header .menu-wrp .menu > li > .sub-menu > li > a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 1200px) {
  header.main-header .menu-wrp .menu > li > .sub-menu > li > a {
    font-size: 14px;
  }
}
header.main-header
  .menu-wrp
  .menu
  > li.menu-item-has-children:hover
  > .sub-menu {
  display: block;
}
header.main-header .menu-wrp .signup-btn {
  flex-shrink: 0;
}
header.main-header .menu-wrp .signup-btn a {
  padding: 8px 25px;
  background-color: #0084f8;
  border-radius: 4px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
  margin-left: 10px;
  display: inline-block;
}
header.main-header .menu-wrp .signup-btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 768px) {
  header.main-header .menu-wrp .signup-btn a {
    margin-left: 0;
    margin-top: 10px;
  }
}
header.main-header .menu-wrp .menu-footer {
  display: none;
}
@media (max-width: 768px) {
  header.main-header .menu-wrp .menu-footer {
    display: block;
    position: absolute;
    bottom: 65px;
    left: 0;
    width: 100%;
    padding: 20px;
  }
}
header.main-header .menu-wrp .menu-footer .logo-wrp {
  padding-bottom: 10px;
}
header.main-header .menu-wrp .menu-footer .logo-wrp img {
  width: 150px;
}
header.main-header .menu-wrp .menu-footer .description p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #dddddd;
}
header.main-header .menu-wrp .menu-footer .social-links a {
  display: inline-block;
  margin-right: 10px;
}
header.main-header .menu-wrp .menu-footer .social-links a img {
  width: 40px;
  height: 40px;
}
header.main-header .hamburger-menu {
  display: none;
  position: absolute;
  top: 22px;
  right: 15px;
  cursor: pointer;
}
header.main-header .hamburger-menu svg {
  width: 32px;
  height: 32px;
}
header.main-header .hamburger-menu .close-btn {
  display: none;
}
header.main-header .hamburger-menu span {
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 5px;
  background-color: #fff;
  margin: 4px 0px;
  margin-left: auto;
  transition: all ease 0.3s;
}
header.main-header .hamburger-menu span:nth-child(2) {
  width: 20px;
}
header.main-header .hamburger-menu span:nth-child(3) {
  width: 15px;
}
@media (max-width: 992px) {
  header.main-header .hamburger-menu {
    display: block;
  }
  header.main-header .hamburger-menu.menu-open .hamburger-btn {
    display: none;
  }
  header.main-header .hamburger-menu.menu-open .close-btn {
    display: block;
  }
  header.main-header .hamburger-menu.menu-open span {
    width: 28px !important;
  }
}

body.admin-bar header.main-header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar header.main-header {
    top: 46px;
  }
}

header.home-header {
  position: fixed;
  background-color: #fff;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #fff7f3;
}
@media (max-width: 992px) {
  header.home-header {
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
  }
  header.home-header .header-wrp {
    display: block;
  }
}
header.home-header .menu-wrp {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  header.home-header .menu-wrp {
    display: block;
    position: fixed;
    width: 100%;
    right: -150%;
    top: 80px;
    transition: all ease 0.3s;
    background-color: #fff;
    padding: 20px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
  }
  header.home-header .menu-wrp.menu-open {
    right: 0;
  }
}
header.home-header .menu-wrp ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header.home-header .menu-wrp ul li {
  list-style: none;
  display: inline-block;
  padding: 8px;
}
@media (max-width: 992px) {
  header.home-header .menu-wrp ul li {
    display: block;
  }
}
header.home-header .menu-wrp ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  color: #333;
  text-decoration: none;
  display: inline-block;
  transition: all ease 0.3s;
}

header.home-header .menu-wrp ul .login {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #333;
  text-decoration: none;
  display: inline-block;
  transition: all ease 0.3s;
  border: 1px solid #333;
  border-radius: 4px;
}
header.home-header .menu-wrp ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
header.home-header .menu-wrp ul li:last-child {
  margin-left: 10px;
  padding: 0;
}
@media (max-width: 992px) {
  header.home-header .menu-wrp ul li:last-child {
    margin-left: 0;
	padding: 8px;
  }
}
header.home-header .menu-wrp ul li:last-child a {
  padding: 10px 24px;
  border-radius: 4px;
  background: #ff6713;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
header.home-header .hamburger-menu {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
header.home-header .hamburger-menu svg {
  width: 40px;
  height: 40px;
}
header.home-header .hamburger-menu .close-btn {
  display: none;
}
@media (max-width: 992px) {
  header.home-header .hamburger-menu {
    display: block;
  }
  header.home-header .hamburger-menu.menu-open .hamburger-btn {
    display: none;
  }
  header.home-header .hamburger-menu.menu-open .close-btn {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  header.home-header .hamburger-menu {
    right: 70px;
  }
}

.home-page .hero-section {
  position: relative;
  padding-top: 6rem;
  background-image: url("../images/home/home-hero-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.home-page .hero-section .title-part {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page .hero-section .title-part img {
  width: 120px;
  margin-right: 25px;
}
.home-page .hero-section .title-part h1 {
  margin-bottom: 0;
  font-size: 80px;
  color: #1c3666;
  font-weight: 700;
  line-height: 120%;
}
.home-page .hero-section .additional-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.home-page .hero-section .additional-info .about-info {
  padding: 0 30px;
  border-right: 1px solid #1c3666;
}
.home-page .hero-section .additional-info .about-info a {
  font-size: 16px;
  line-height: 21px;
  color: #1c3666;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.home-page .hero-section .additional-info .about-info a img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  flex-shrink: 0;
}
.home-page .hero-section .additional-info .about-info a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.home-page .hero-section .additional-info .linkedin-info {
  padding: 0 30px;
}
.home-page .hero-section .additional-info .linkedin-info a {
  font-size: 16px;
  line-height: 21px;
  color: #1c3666;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.home-page .hero-section .additional-info .linkedin-info a img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  flex-shrink: 0;
}
.home-page .hero-section .additional-info .linkedin-info a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 576px) {
  .home-page .hero-section .additional-info {
    display: block;
  }
  .home-page .hero-section .additional-info .about-info {
    padding: 0 15px;
    border: none;
    text-align: center;
    padding-bottom: 15px;
  }
  .home-page .hero-section .additional-info .about-info a {
    font-size: 16px;
    line-height: 21px;
    color: #1c3666;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-page .hero-section .additional-info .about-info a img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    flex-shrink: 0;
  }
  .home-page .hero-section .additional-info .about-info a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .home-page .hero-section .additional-info .linkedin-info {
    padding: 0 15px;
    text-align: center;
  }
  .home-page .hero-section .additional-info .linkedin-info a {
    font-size: 16px;
    line-height: 21px;
    color: #1c3666;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-page .hero-section .additional-info .linkedin-info a img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    flex-shrink: 0;
  }
  .home-page .hero-section .additional-info .linkedin-info a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
.home-page .hero-section .blog-btn {
  padding-top: 40px;
  text-align: center;
}
.home-page .hero-section .blog-btn a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #1c3666;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  transition: all ease 0.3s;
  text-decoration: none;
}
.home-page .hero-section .blog-btn a:hover {
  text-decoration: none;
  background-color: #0084f8;
}

.blog-page {
  padding-top: 12rem;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .blog-page {
    padding-top: 8rem;
  }
}
.blog-page .latest-news-section .title-part h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.5px;
  color: #1c3666;
  padding-bottom: 8px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
}
.blog-page .latest-news-section .title-part h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #1c3666;
  border-radius: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.blog-page .latest-news-section .posts-wrp .each {
  margin-bottom: 30px;
}
.blog-page .latest-news-section .posts-wrp .each .each-wrp .row {
  margin-left: 0;
  margin-right: 0;
}
.blog-page .latest-news-section .posts-wrp .each .each-wrp .row .col-md-6 {
  padding: 0;
}
.blog-page .latest-news-section .posts-wrp .each .each-wrp .row .post-detail {
  padding: 40px;
  border: 3px solid #e3f2ff;
  border-radius: 8px 0px 0px 8px;
  height: 100%;
}
.blog-page
  .latest-news-section
  .posts-wrp
  .each
  .each-wrp
  .row
  .post-detail.right-content {
  border-radius: 0px 8px 8px 0px;
}
.blog-page
  .latest-news-section
  .posts-wrp
  .each
  .each-wrp
  .row
  .post-detail
  .post-date
  p {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #6e6e6e;
  margin-bottom: 15px;
}
.blog-page
  .latest-news-section
  .posts-wrp
  .each
  .each-wrp
  .row
  .post-detail
  .tags-wrp {
  padding-bottom: 10px;
}
.blog-page
  .latest-news-section
  .posts-wrp
  .each
  .each-wrp
  .row
  .post-detail
  .tags-wrp
  a {
  display: inline-block;
  margin-right: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  color: #4b5054;
  border: 1px solid #4b5054;
  border-radius: 37px;
  padding: 3px 10px;
  text-decoration: none;
  margin-bottom: 10px;
}
.blog-page
  .latest-news-section
  .posts-wrp
  .each
  .each-wrp
  .row
  .post-detail
  .post-title
  a {
  text-decoration: none;
}
.blog-page
  .latest-news-section
  .posts-wrp
  .each
  .each-wrp
  .row
  .post-detail
  .post-title
  a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.blog-page
  .latest-news-section
  .posts-wrp
  .each
  .each-wrp
  .row
  .post-detail
  .post-title
  h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #313131;
  margin-bottom: 15px;
}
.blog-page
  .latest-news-section
  .posts-wrp
  .each
  .each-wrp
  .row
  .post-detail
  .post-excerpt {
  padding-bottom: 20px;
}
.blog-page
  .latest-news-section
  .posts-wrp
  .each
  .each-wrp
  .row
  .post-detail
  .post-excerpt
  p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  opacity: 0.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.blog-page
  .latest-news-section
  .posts-wrp
  .each
  .each-wrp
  .row
  .post-detail
  .post-footer {
  display: flex;
  align-items: center;
}
.blog-page
  .latest-news-section
  .posts-wrp
  .each
  .each-wrp
  .row
  .post-detail
  .post-footer
  .reading-time
  p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #6e6e6e;
  margin-bottom: 0;
}
.blog-page
  .latest-news-section
  .posts-wrp
  .each
  .each-wrp
  .row
  .post-detail
  .post-footer
  .read-more {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
}
.blog-page
  .latest-news-section
  .posts-wrp
  .each
  .each-wrp
  .row
  .post-detail
  .post-footer
  .read-more
  a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #1c3666;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.blog-page
  .latest-news-section
  .posts-wrp
  .each
  .each-wrp
  .row
  .post-detail
  .post-footer
  .read-more
  a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.blog-page .latest-news-section .posts-wrp .each .each-wrp .row .img-wrapper {
  height: 100%;
}
.blog-page
  .latest-news-section
  .posts-wrp
  .each
  .each-wrp
  .row
  .img-wrapper
  .img-wrp {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 70%;
  overflow: hidden;
  border-radius: 0px 8px 8px 0px;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
}
.blog-page
  .latest-news-section
  .posts-wrp
  .each
  .each-wrp
  .row
  .img-wrapper
  .img-wrp
  img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 0px 8px 8px 0px;
}
.blog-page
  .latest-news-section
  .posts-wrp
  .each
  .each-wrp
  .row
  .img-wrapper.left-image
  .img-wrp {
  border-radius: 8px 0px 0px 8px;
}
.blog-page
  .latest-news-section
  .posts-wrp
  .each
  .each-wrp
  .row
  .img-wrapper.left-image
  .img-wrp
  img {
  border-radius: 8px 0px 0px 8px;
}
.blog-page .trending-section {
  padding-top: 4rem;
}
.blog-page .trending-section .title-part h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.5px;
  color: #1c3666;
  padding-bottom: 8px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
}
.blog-page .trending-section .title-part h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #1c3666;
  border-radius: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.blog-page .trending-section .posts-wrp .each .each-wrp {
  height: 100%;
  border: 2px solid #e3f2ff;
  border-radius: 8px;
}
.blog-page .trending-section .posts-wrp .each .each-wrp .img-wrp {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
  margin-bottom: 10px;
}
.blog-page .trending-section .posts-wrp .each .each-wrp .img-wrp img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.blog-page .trending-section .posts-wrp .each .each-wrp .post-detail {
  padding: 15px;
}
.blog-page
  .trending-section
  .posts-wrp
  .each
  .each-wrp
  .post-detail
  .post-date
  p {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 150%;
  color: #6e6e6e;
  margin-bottom: 15px;
}
.blog-page
  .trending-section
  .posts-wrp
  .each
  .each-wrp
  .post-detail
  .post-title
  a {
  text-decoration: none;
}
.blog-page
  .trending-section
  .posts-wrp
  .each
  .each-wrp
  .post-detail
  .post-title
  a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.blog-page
  .trending-section
  .posts-wrp
  .each
  .each-wrp
  .post-detail
  .post-title
  h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #313131;
  margin-bottom: 15px;
}
.blog-page
  .trending-section
  .posts-wrp
  .each
  .each-wrp
  .post-detail
  .post-excerpt
  p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  opacity: 0.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.blog-page
  .trending-section
  .posts-wrp
  .each
  .each-wrp
  .post-detail
  .post-footer {
  display: flex;
  align-items: center;
}
.blog-page
  .trending-section
  .posts-wrp
  .each
  .each-wrp
  .post-detail
  .post-footer
  .reading-time
  p {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #6e6e6e;
  margin-bottom: 0;
}
.blog-page
  .trending-section
  .posts-wrp
  .each
  .each-wrp
  .post-detail
  .post-footer
  .read-more {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
}
.blog-page
  .trending-section
  .posts-wrp
  .each
  .each-wrp
  .post-detail
  .post-footer
  .read-more
  a {
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 140%;
  color: #1c3666;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.blog-page
  .trending-section
  .posts-wrp
  .each
  .each-wrp
  .post-detail
  .post-footer
  .read-more
  a
  svg {
  width: 16px;
  height: 16px;
}
.blog-page
  .trending-section
  .posts-wrp
  .each
  .each-wrp
  .post-detail
  .post-footer
  .read-more
  a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.blog-page .videos-section {
  padding-top: 4rem;
}
.blog-page .videos-section .title-part h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.5px;
  color: #1c3666;
  padding-bottom: 8px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
}
.blog-page .videos-section .title-part h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #1c3666;
  border-radius: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.blog-page .videos-section .posts-wrp .each .each-wrp {
  border: 1px solid #e3f2ff;
  border-radius: 8px;
  display: flex;
}
.blog-page .videos-section .posts-wrp .each .each-wrp .img-wrapper {
  width: 40%;
}
.blog-page .videos-section .posts-wrp .each .each-wrp .img-wrapper .img-wrp {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.blog-page
  .videos-section
  .posts-wrp
  .each
  .each-wrp
  .img-wrapper
  .img-wrp
  img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 8px 0px 0px 8px;
}
.blog-page .videos-section .posts-wrp .each .each-wrp .post-detail {
  padding: 20px 15px;
  width: 60%;
}
.blog-page
  .videos-section
  .posts-wrp
  .each
  .each-wrp
  .post-detail
  .post-title
  a {
  text-decoration: none;
}
.blog-page
  .videos-section
  .posts-wrp
  .each
  .each-wrp
  .post-detail
  .post-title
  a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.blog-page
  .videos-section
  .posts-wrp
  .each
  .each-wrp
  .post-detail
  .post-title
  h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #020202;
}
.blog-page
  .videos-section
  .posts-wrp
  .each
  .each-wrp
  .post-detail
  .post-excerpt
  p {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 150%;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.modal.about-modal .modal-dialog {
  max-width: 950px;
}
.modal.about-modal .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.modal.about-modal .modal-body {
  padding: 40px 50px;
  background-color: #fff;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}
.modal.about-modal .modal-body .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.modal.about-modal .modal-body .close-btn img {
  width: 24px;
}
.modal.about-modal .modal-body .detail .logo-wrp {
  padding-bottom: 30px;
}
.modal.about-modal .modal-body .detail .logo-wrp img {
  width: 290px;
}
.modal.about-modal .modal-body .detail p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
}
.modal.about-modal .modal-body .detail p strong {
  font-weight: 700;
}
.modal.about-modal .modal-body .detail .btns-wrp {
  padding-top: 30px;
  display: flex;
  align-items: center;
}
.modal.about-modal .modal-body .detail .btns-wrp .linkedin-info {
  margin-right: 20px;
}
.modal.about-modal .modal-body .detail .btns-wrp .linkedin-info a {
  font-size: 16px;
  line-height: 21px;
  color: #1c3666;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.modal.about-modal .modal-body .detail .btns-wrp .linkedin-info a img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  flex-shrink: 0;
}
.modal.about-modal .modal-body .detail .btns-wrp .linkedin-info a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.modal.about-modal .modal-body .detail .btns-wrp .view-blog-btn a {
  display: inline-block;
  padding: 7px 25px;
  background-color: #1c3666;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  transition: all ease 0.3s;
  text-decoration: none;
}
.modal.about-modal .modal-body .detail .btns-wrp .view-blog-btn a:hover {
  text-decoration: none;
  background-color: #0084f8;
}

.not-found-page {
  padding-top: 15rem;
  padding-bottom: 6rem;
  min-height: 70vh;
}
.not-found-page h1 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 120%;
  color: #1c3666;
  text-align: center;
  text-transform: uppercase;
}
.not-found-page h1 span {
  color: #a94442;
  font-size: 120px;
}
@media (max-width: 768px) {
  .not-found-page h1 {
    font-size: 50px;
  }
  .not-found-page h1 span {
    font-size: 80px;
  }
}

.single-post-page {
  padding-top: 12rem;
  padding-bottom: 4rem;
  min-height: 68vh;
}
@media (max-width: 768px) {
  .single-post-page {
    padding-top: 8rem;
  }
}
.single-post-page article header {
  padding-bottom: 25px;
}
.single-post-page article header .entry-title {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  color: #1c3666;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .single-post-page article header .entry-title {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .single-post-page article header .entry-title {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .single-post-page article header .entry-title {
    font-size: 32px;
  }
}
.single-post-page article header .entry-meta p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.33em;
  text-transform: uppercase;
  color: #1c3666;
}
@media (max-width: 768px) {
  .single-post-page article header .entry-meta p {
    font-size: 14px;
  }
}
.single-post-page article .post-thumbnail {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 33.33%;
  margin-bottom: 40px;
  overflow: hidden;
}
.single-post-page article .post-thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.single-post-page article .entry-content p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #52616b;
}
.single-post-page article .entry-content a {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #52616b;
  text-decoration: underline;
}
.single-post-page article .entry-content ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  padding-left: 25px;
}
.single-post-page article .entry-content ul li {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #52616b;
}
.single-post-page .post-navigation {
  padding-top: 30px;
}
.single-post-page .post-navigation .nav-links a {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #1c3666;
  text-decoration-line: underline;
}
.single-post-page .post-footer-wrp {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.single-post-page .post-footer-wrp .back-btn a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #1c3666;
  text-decoration: none;
  transition: all ease 0.3s;
  display: inline-block;
}
.single-post-page .post-footer-wrp .back-btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.single-post-page .post-footer-wrp .social-sharing {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.single-post-page .post-footer-wrp .social-sharing a {
  display: inline-block;
  margin-left: 10px;
  transition: all ease 0.3s;
}
.single-post-page .post-footer-wrp .social-sharing a img {
  width: 45px;
  height: 45px;
}
.single-post-page .post-footer-wrp .social-sharing a:hover {
  opacity: 0.8;
}
.single-post-page .subscribe-form-wrp {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .single-post-page .subscribe-form-wrp {
    padding-left: 0;
    padding-top: 50px;
  }
}
.single-post-page .subscribe-form-wrp form {
  padding: 50px 30px;
  background-color: #1c3666;
  border: 1px solid #c9d6df;
  border-radius: 16px;
}
.single-post-page .subscribe-form-wrp form label {
  color: #fff;
  max-width: 100%;
  margin-bottom: 20px;
}
.single-post-page .subscribe-form-wrp form label input:not([type="checkbox"]) {
  max-width: 100%;
  background: #ffffff;
  border: 1px solid #c9d6df;
  border-radius: 10px;
  height: 45px;
  margin-top: 10px;
}
.single-post-page .subscribe-form-wrp form .wpcf7-list-item {
  margin-left: 0;
}
.single-post-page .subscribe-form-wrp form p {
  margin: 0;
}
.single-post-page .subscribe-form-wrp form input[type="submit"] {
  width: 100%;
  background: #1c3666;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 12px 30px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
}
.single-post-page .subscribe-form-wrp form .wpcf7-spinner {
  display: none;
}
.single-post-page .subscribe-form-wrp form .wpcf7-response-output {
  color: #fff;
}

.common-page {
  padding-top: 12rem;
  padding-bottom: 6rem;
  min-height: 68vh;
}
@media (max-width: 768px) {
  .common-page {
    padding-top: 8rem;
  }
}
.common-page article header .entry-title {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  color: #1c3666;
  margin-bottom: 40px;
  text-align: left;
}
@media (max-width: 992px) {
  .common-page article header .entry-title {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .common-page article header .entry-title {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .common-page article header .entry-title {
    font-size: 32px;
  }
}
.common-page article .post-thumbnail {
  float: right;
  max-width: 600px;
  width: 100%;
  margin-left: 20px;
  margin-bottom: 20px;
}
.common-page article .post-thumbnail img {
  width: 100%;
  border-radius: 8px;
}
.common-page article .entry-content p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #52616b;
}
.common-page article .entry-content a {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #52616b;
  text-decoration: underline;
}
.common-page article .entry-content ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  padding-left: 25px;
}
.common-page article .entry-content ul li {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #52616b;
}

.home-page .hero-section {
  padding-top: 10rem;
  background-color: #fff;
}
.home-page .hero-section .title-part h1 {
  font-family: "Poppins", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px; /* 114.286% */
  color: #ff6713;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .home-page .hero-section .title-part h1 {
    font-size: 60px;
  }
}
@media (max-width: 992px) {
  .home-page .hero-section .title-part h1 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .home-page .hero-section .title-part h1 {
    font-size: 40px;
  }
}
.home-page .hero-section .description {
  padding-bottom: 40px;
}
.home-page .hero-section .description p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  color: #4f4f4f;
}
@media (max-width: 768px) {
  .home-page .hero-section .description p {
    font-size: 18px;
  }
}
.home-page .hero-section .btns-wrp.mobile-view {
  display: none !important;
}
@media (max-width: 768px) {
  .home-page .hero-section .btns-wrp {
    display: none;
  }
  .home-page .hero-section .btns-wrp.mobile-view {
    display: block;
    padding-top: 40px;
    text-align: center;
  }
}
.home-page .hero-section .btns-wrp a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
  padding: 8px 20px;
  background-color: #ff6713;
  border-radius: 4px;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  transition: all ease 0.3s;
}
.home-page .hero-section .btns-wrp a:hover {
  opacity: 0.8;
}
.home-page .hero-section .btns-wrp a:last-child {
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 200% */
  color: #333;
}
@media (max-width: 768px) {
  .home-page .hero-section .btns-wrp a {
    font-size: 16px;
  }
}
.home-page .hero-section .img-wrp {
  text-align: center;
  margin-top: 50px;
}
.home-page .hero-section .img-wrp img {
  width: 80%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .home-page .hero-section .img-wrp img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .home-page .hero-section {
    padding-top: 8rem !important;
  }
}
.home-page .investor-perks-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff7f3;
}
.home-page .investor-perks-section .inner-wrp {
  background-color: #fff;
  position: relative;
  padding: 4rem 6rem;
  border-radius: 4px;
}
.home-page .investor-perks-section .inner-wrp .row {
  align-items: center;
}
@media (max-width: 1200px) {
  .home-page .investor-perks-section .inner-wrp {
    padding: 30px;
  }
}
.home-page .investor-perks-section .inner-wrp .left-content .title-part h2 {
  font-family: "Poppins";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 110% */
  color: #333;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .home-page .investor-perks-section .inner-wrp .left-content .title-part h2 {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .home-page .investor-perks-section .inner-wrp .left-content .title-part h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .home-page .investor-perks-section .inner-wrp .left-content .title-part h2 {
    font-size: 28px;
  }
}
.home-page .investor-perks-section .inner-wrp .left-content .info-wrp .each {
  display: inline-block;
  padding-right: 20px;
}
.home-page .investor-perks-section .inner-wrp .left-content .info-wrp .each h3 {
  font-family: "Poppins";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 110% */
  color: #333;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .home-page
    .investor-perks-section
    .inner-wrp
    .left-content
    .info-wrp
    .each
    h3 {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .home-page
    .investor-perks-section
    .inner-wrp
    .left-content
    .info-wrp
    .each
    h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .home-page
    .investor-perks-section
    .inner-wrp
    .left-content
    .info-wrp
    .each
    h3 {
    font-size: 28px;
  }
}
.home-page .investor-perks-section .inner-wrp .left-content .info-wrp .each p {
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  color: #828282;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .home-page
    .investor-perks-section
    .inner-wrp
    .left-content
    .info-wrp
    .each
    p {
    font-size: 18px;
  }
}
.home-page .investor-perks-section .inner-wrp .right-content {
  max-width: 420px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .home-page .investor-perks-section .inner-wrp .right-content {
    margin-left: unset;
    margin-right: auto;
    padding-top: 30px;
  }
}
.home-page .investor-perks-section .inner-wrp .right-content .title-part {
  padding-bottom: 15px;
}
.home-page .investor-perks-section .inner-wrp .right-content .title-part h2 {
  font-family: "Poppins";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 110% */
  color: #ff6713;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1200px) {
  .home-page .investor-perks-section .inner-wrp .right-content .title-part h2 {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .home-page .investor-perks-section .inner-wrp .right-content .title-part h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .home-page .investor-perks-section .inner-wrp .right-content .title-part h2 {
    font-size: 28px;
  }
}
.home-page .investor-perks-section .inner-wrp .right-content .perk-wrp {
  border: 1px solid #c9d6df;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  margin-bottom: 10px;
}
.home-page .investor-perks-section .inner-wrp .right-content .perk-wrp h3 {
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  color: #ff6713;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .home-page .investor-perks-section .inner-wrp .right-content .perk-wrp h3 {
    font-size: 18px;
  }
}
.home-page .investor-perks-section .inner-wrp .right-content .perk-wrp h4 {
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #333;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .home-page .investor-perks-section .inner-wrp .right-content .perk-wrp h4 {
    font-size: 18px;
  }
}
.home-page .investor-perks-section .inner-wrp .right-content .perk-wrp p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #1c3666;
  margin-bottom: 0;
}
.home-page .investor-perks-section .inner-wrp .right-content .perk-wrp .each {
  display: none;
  min-height: 71px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-page
  .investor-perks-section
  .inner-wrp
  .right-content
  .perk-wrp
  .each.active {
  display: flex;
}
.home-page .investor-perks-section .inner-wrp .right-content .footnote {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  color: #204496;
  text-align: center;
}
.home-page .investor-perks-section .inner-wrp .right-content .perks-part {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.home-page .investor-perks-section .inner-wrp .right-content .perks-part a {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #333;
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  background: #f1f2f4;
  border: 1px solid #dde1e5;
  border-radius: 4px;
  transition: all ease 0.3s;
}
.home-page
  .investor-perks-section
  .inner-wrp
  .right-content
  .perks-part
  a:hover {
  text-decoration: none;
  background-color: #dde1e5;
}
.home-page
  .investor-perks-section
  .inner-wrp
  .right-content
  .perks-part
  a.active {
  background-color: #dde1e5;
}
@media (max-width: 768px) {
  .home-page .investor-perks-section .inner-wrp .right-content .perks-part a {
    font-size: 10px;
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .home-page .investor-perks-section .inner-wrp .right-content .perks-part {
    gap: 5px;
  }
}
.home-page .overview-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
}
.home-page .overview-section .title-part h2 {
  font-family: "Poppins";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 110% */
  text-align: center;
  color: #ff6713;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .home-page .overview-section .title-part h2 {
    font-size: 30px;
  }
}
.home-page .overview-section .description p {
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  text-align: center;
  color: #52616b;
}
@media (max-width: 768px) {
  .home-page .overview-section .description p {
    font-size: 18px;
  }
}
.home-page .pain-solution-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #fff7f3;
}
.home-page .pain-solution-section .each-part {
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .home-page .pain-solution-section .each-part {
    padding-bottom: 2rem;
  }
}
.home-page .pain-solution-section .each-part.solution-part {
  padding-bottom: 0;
}
.home-page .pain-solution-section .each-part .row {
  align-items: center;
}
.home-page .pain-solution-section .each-part .img-wrp {
  width: 80%;
}
.home-page .pain-solution-section .each-part .animi-wrp {
  width: 100%;
}
.home-page .pain-solution-section .each-part .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  text-align: start;
  color: #ff6713;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .home-page .pain-solution-section .each-part .title-part h2 {
    font-size: 30px;
  }
}
.home-page .pain-solution-section .each-part .description p {
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  color: #333;
}
@media (max-width: 768px) {
  .home-page .pain-solution-section .each-part .description p {
    font-size: 18px;
  }
}
.home-page .pain-solution-section .each-part .btn-wrp {
  padding-top: 20px;
}
.home-page .pain-solution-section .each-part .btn-wrp.mobile-view {
  display: none;
}
@media (max-width: 768px) {
  .home-page .pain-solution-section .each-part .btn-wrp {
    display: none;
  }
  .home-page .pain-solution-section .each-part .btn-wrp.mobile-view {
    display: block;
    padding-bottom: 40px;
  }
}
.home-page .pain-solution-section .each-part .btn-wrp a {
  display: inline-block;
  background: #ff6713;
  border-radius: 4px;
  padding: 16px 24px;
  color: #fff;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  text-decoration: none;
  transition: all ease 0.3s;
}
.home-page .pain-solution-section .each-part .btn-wrp a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .home-page .pain-solution-section .each-part .btn-wrp a {
    font-size: 18px;
  }
}
.home-page .infrastructure-title-section {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .home-page .infrastructure-title-section {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
.home-page .infrastructure-title-section .title-part {
  text-align: center;
}
.home-page .infrastructure-title-section .title-part h2 {
  font-family: "Poppins";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px; /* 106.667% */
  text-align: center;
  color: #ff6713;
}
@media (max-width: 1200px) {
  .home-page .infrastructure-title-section .title-part h2 {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .home-page .infrastructure-title-section .title-part h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .home-page .infrastructure-title-section .title-part h2 {
    font-size: 32px;
    line-height: 120%;
  }
}
.home-page .infrastructure-section {
  padding-top: 2rem;
  padding-bottom: 6rem;
  position: relative;
  background-color: #fff;
}
.home-page .infrastructure-section .title-part {
  text-align: center;
}
.home-page .infrastructure-section .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 105%;
  text-align: center;
  color: #1c3666;
}
@media (max-width: 1200px) {
  .home-page .infrastructure-section .title-part h2 {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .home-page .infrastructure-section .title-part h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .home-page .infrastructure-section .title-part h2 {
    font-size: 32px;
    line-height: 120%;
  }
}
.home-page .infrastructure-section .kore-logo-slider-wrp {
  padding: 30px 0;
  border-top: 1px solid #dde1e5;
  border-bottom: 1px solid #dde1e5;
  margin-bottom: 30px;
}
.home-page .infrastructure-section .kore-logo-slider .slick-dots li {
  margin: 0;
}
.home-page .infrastructure-section .kore-logo-slider .slick-dots li button {
  padding: 0;
}
.home-page
  .infrastructure-section
  .kore-logo-slider
  .slick-dots
  li
  button:before {
  font-size: 10px;
}
.home-page
  .infrastructure-section
  .kore-logo-slider
  .slick-dots
  li.slick-active
  button:before {
  color: #001b36 !important;
}
.home-page
  .infrastructure-section
  .kore-logo-slider
  .slick-dots
  li:hover
  button:before {
  color: #001b36 !important;
}
.home-page .infrastructure-section .kore-logo-slider .each {
  padding: 20px;
}
.home-page .infrastructure-section .kore-logo-slider .each .each-wrp {
  display: flex;
  align-items: center;
}
.home-page .infrastructure-section .kore-logo-slider .each .each-wrp .img-wrp {
  width: 33%;
  margin-right: 15px;
  flex-shrink: 0;
}
.home-page
  .infrastructure-section
  .kore-logo-slider
  .each
  .each-wrp
  .img-wrp
  img {
  width: 100%;
}
.home-page
  .infrastructure-section
  .kore-logo-slider
  .each
  .each-wrp
  .info-wrp
  h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1c3666;
  margin-bottom: 5px;
}
.home-page
  .infrastructure-section
  .kore-logo-slider
  .each
  .each-wrp
  .info-wrp
  p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #52616b;
  margin-bottom: 0;
}
.home-page .infrastructure-section .partner-logo-slider-wrp {
  padding: 0;
  border-top: 1px solid #dde1e5;
  border-bottom: 1px solid #dde1e5;
  margin-bottom: 15px;
  margin-top: 50px;
}
.home-page
  .infrastructure-section
  .partner-logo-slider-wrp
  .partner-logo-slider
  .slick-track {
  display: flex;
  align-items: center;
}
.home-page
  .infrastructure-section
  .partner-logo-slider-wrp
  .partner-logo-slider
  .each {
  padding: 20px;
}
.home-page
  .infrastructure-section
  .partner-logo-slider-wrp
  .partner-logo-slider
  .each
  .each-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.home-page .infrastructure-section .solutions-part {
  padding-top: 2rem;
}
.home-page .infrastructure-section .solutions-part .sub-title h3 {
  font-family: "Poppins";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px; /* 106.667% */
  color: #ff6713;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .home-page .infrastructure-section .solutions-part .sub-title h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .home-page .infrastructure-section .solutions-part .sub-title h3 {
    font-size: 32px;
    line-height: 120%;
  }
}
.home-page .infrastructure-section .solutions-part .description ul {
  margin: 0;
  padding: 0;
  padding-left: 25px;
}
.home-page .infrastructure-section .solutions-part .description ul li {
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  color: #52616b;
}
@media (max-width: 768px) {
  .home-page .infrastructure-section .solutions-part .description ul li {
    font-size: 18px;
    line-height: 120%;
  }
}
.home-page .infrastructure-section .market-size {
  padding-top: 2rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dde1e5;
}
.home-page .infrastructure-section .market-size .sub-title h3 {
  font-family: "Poppins";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 110% */
  color: #ff6713;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .home-page .infrastructure-section .market-size .sub-title h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .home-page .infrastructure-section .market-size .sub-title h3 {
    font-size: 32px;
    line-height: 120%;
  }
}
.home-page .infrastructure-section .market-size .description p {
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  color: #52616b;
}
@media (max-width: 768px) {
  .home-page .infrastructure-section .market-size .description p {
    font-size: 18px;
    line-height: 120%;
  }
}
.home-page .infrastructure-section .investment-in-part {
  padding-top: 2rem;
}
.home-page .infrastructure-section .investment-in-part .sub-title h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  color: #1c3666;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .home-page .infrastructure-section .investment-in-part .sub-title h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .home-page .infrastructure-section .investment-in-part .sub-title h3 {
    font-size: 32px;
    line-height: 120%;
  }
}
.home-page .infrastructure-section .investment-in-part .each-part .part-title {
  padding-top: 15px;
}
.home-page
  .infrastructure-section
  .investment-in-part
  .each-part
  .part-title
  h4 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #313131;
}
@media (max-width: 768px) {
  .home-page
    .infrastructure-section
    .investment-in-part
    .each-part
    .part-title
    h4 {
    font-size: 24px;
    line-height: 120%;
  }
}
.home-page
  .infrastructure-section
  .investment-in-part
  .each-part
  .description
  p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #52616b;
}
@media (max-width: 768px) {
  .home-page
    .infrastructure-section
    .investment-in-part
    .each-part
    .description
    p {
    font-size: 18px;
    line-height: 120%;
  }
}
.home-page
  .infrastructure-section
  .investment-in-part
  .each-part
  .description
  ul,
.home-page
  .infrastructure-section
  .investment-in-part
  .each-part
  .description
  ol {
  margin: 0;
  padding: 0;
  padding-left: 25px;
  margin-bottom: 15px;
}
.home-page
  .infrastructure-section
  .investment-in-part
  .each-part
  .description
  ul
  li,
.home-page
  .infrastructure-section
  .investment-in-part
  .each-part
  .description
  ol
  li {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #52616b;
}
@media (max-width: 768px) {
  .home-page
    .infrastructure-section
    .investment-in-part
    .each-part
    .description
    ul
    li,
  .home-page
    .infrastructure-section
    .investment-in-part
    .each-part
    .description
    ol
    li {
    font-size: 18px;
    line-height: 120%;
  }
}
.home-page .infrastructure-section .logos-section {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  padding: 30px 0 64px 0;
  border-bottom: 1px solid #dde1e5;
}
.home-page .infrastructure-section .logos-section img {
  max-height: 44px;
  width: auto;
  flex-shrink: 0;
}
.home-page .infrastructure-section .logos-section img.third-one {
  max-height: 35px;
}
@media (max-width: 576px) {
  .home-page .infrastructure-section .logos-section img {
    max-height: 25px;
  }
}
@media (max-width: 576px) {
  .home-page .infrastructure-section .logos-section {
    justify-content: space-between;
  }
}
.home-page .infrastructure-section .platform-section {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .home-page .infrastructure-section .platform-section .each {
    padding-bottom: 30px;
  }
}
.home-page .infrastructure-section .platform-section .each .sub-title h3 {
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  color: #ff6713;
  margin-bottom: 10px;
  min-height: 40px;
}
.home-page .infrastructure-section .platform-section .each .img-wrp {
  margin-bottom: 15px;
}
.home-page .infrastructure-section .platform-section .each .img-wrp img {
  width: 100%;
}
.home-page .infrastructure-section .platform-section .each .description p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  color: #313131;
}
.home-page .infrastructure-section .comments-section {
  padding-top: 4rem;
}
.home-page .infrastructure-section .comments-section .sub-title h3 {
  font-family: "Poppins";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 110% */
  color: #ff6713;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .home-page .infrastructure-section .comments-section .sub-title h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .home-page .infrastructure-section .comments-section .sub-title h3 {
    font-size: 32px;
    line-height: 120%;
  }
}
.home-page .infrastructure-section .comments-section .comments-wrp {
  padding-top: 15px;
}
.home-page .infrastructure-section .comments-section .comments-wrp .each {
  padding: 30px 0;
  border-bottom: 1px solid #dde1e5;
}
.home-page
  .infrastructure-section
  .comments-section
  .comments-wrp
  .each:first-child {
  border-top: 1px solid #dde1e5;
}
.home-page
  .infrastructure-section
  .comments-section
  .comments-wrp
  .each
  .each-wrp {
  display: flex;
}
.home-page
  .infrastructure-section
  .comments-section
  .comments-wrp
  .each
  .each-wrp
  .img-wrapper {
  width: 60px;
  margin-right: 15px;
  flex-shrink: 0;
}
.home-page
  .infrastructure-section
  .comments-section
  .comments-wrp
  .each
  .each-wrp
  .img-wrapper
  .img-wrp {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.home-page
  .infrastructure-section
  .comments-section
  .comments-wrp
  .each
  .each-wrp
  .img-wrapper
  .img-wrp
  img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.home-page
  .infrastructure-section
  .comments-section
  .comments-wrp
  .each
  .each-wrp
  .description {
  margin-right: 30px;
}
.home-page
  .infrastructure-section
  .comments-section
  .comments-wrp
  .each
  .each-wrp
  .description
  h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #313131;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .home-page
    .infrastructure-section
    .comments-section
    .comments-wrp
    .each
    .each-wrp
    .description
    h3 {
    font-size: 18px;
    line-height: 120%;
  }
}
.home-page
  .infrastructure-section
  .comments-section
  .comments-wrp
  .each
  .each-wrp
  .description
  p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #52616b;
  margin-bottom: 0;
}
.home-page
  .infrastructure-section
  .comments-section
  .comments-wrp
  .each
  .each-wrp
  .date-info {
  width: 60%;
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
}
.home-page
  .infrastructure-section
  .comments-section
  .comments-wrp
  .each
  .each-wrp
  .date-info
  p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
  color: #313131;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .home-page
    .infrastructure-section
    .comments-section
    .comments-wrp
    .each
    .each-wrp
    .date-info
    p {
    font-size: 18px;
    line-height: 120%;
  }
}
.home-page .infrastructure-section .comments-section .comments-form-wrp {
  padding-top: 30px;
}
.home-page
  .infrastructure-section
  .comments-section
  .comments-form-wrp
  .comment-reply-title {
  display: none;
}
.home-page
  .infrastructure-section
  .comments-section
  .comments-form-wrp
  .comment-notes {
  display: none;
}
.home-page .infrastructure-section .comments-section .comments-form-wrp a {
  font-family: "Poppins";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  text-decoration-line: underline;
  color: #001b36;
}
.home-page
  .infrastructure-section
  .comments-section
  .comments-form-wrp
  .form-holder {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 16px;
  margin-top: 32px;
}
.home-page
  .infrastructure-section
  .comments-section
  .comments-form-wrp
  .form-holder
  .title {
  color: #52616b;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
}
.home-page
  .infrastructure-section
  .comments-section
  .comments-form-wrp
  .form-holder
  textarea {
  position: relative;
  width: 100%;
  height: 90px;
  border-radius: 4px;
  border: 1px solid #c9d6df;
  background: #fff;
  padding: 8px 8px 8px 16px;
}
.home-page
  .infrastructure-section
  .comments-section
  .comments-form-wrp
  .form-holder
  textarea:focus,
input:focus {
  outline: none;
}
.home-page
  .infrastructure-section
  .comments-section
  .comments-form-wrp
  .btn-wrp {
  position: relative;
  padding: 10px 24px;
  width: fit-content;
  border-radius: 4px;
  background-color: #ff6713;
  margin-top: 16px;
  cursor: pointer;
  transition: all ease 0.3s;
}
.home-page
  .infrastructure-section
  .comments-section
  .comments-form-wrp
  .btn-wrp:hover {
  opacity: 0.8;
}
.home-page
  .infrastructure-section
  .comments-section
  .comments-form-wrp
  .btn-wrp
  span {
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 200% */
}
.home-page
  .infrastructure-section
  .comments-section
  .comments-form-wrp
  .form-submit
  input.submit {
  background-color: #1c3666;
  font-size: 12px;
  line-height: 24px;
  padding: 8px 20px;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 700;
}
.home-page
  .infrastructure-section
  .comments-section
  .comments-form-wrp
  .form-submit
  input.submit:hover {
  opacity: 0.8;
}
.home-page .infrastructure-section .investment-part-wrp {
  height: fit-content;
  position: sticky;
  top: 120px;
}
@media (max-width: 768px) {
  .home-page .infrastructure-section .investment-part-wrp {
    position: relative;
    top: unset;
    padding-top: 30px;
  }
}
.home-page .infrastructure-section .investment-part {
  padding: 30px 30px;
  background: #ffffff;
  border: 1px solid #dde1e5;
  border-radius: 16px;
}
.home-page .infrastructure-section .investment-part .item h3 {
  font-family: "Work Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 110% */
  color: #ff6713;
}
@media (max-width: 992px) {
  .home-page .infrastructure-section .investment-part .item h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .home-page .infrastructure-section .investment-part .item h3 {
    font-size: 32px;
    line-height: 120%;
  }
}
.home-page .infrastructure-section .investment-part .item p {
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  color: #333;
}
@media (max-width: 768px) {
  .home-page .infrastructure-section .investment-part .item p {
    font-size: 18px;
    line-height: 120%;
  }
}
.home-page .infrastructure-section .investment-part hr {
  border-top: 1px solid #dde1e5;
  background-color: transparent;
}
.home-page .infrastructure-section .investment-part .btn-wrp {
  padding-top: 20px;
}
.home-page .infrastructure-section .investment-part .btn-wrp a {
  display: block;
  text-align: center;
  padding: 12px 15px;
  background-color: #ff6713;
  border-radius: 4px;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
}
.home-page .infrastructure-section .investment-part .btn-wrp a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.home-page .infrastructure-section .investment-part .btn-wrp p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #52616b;
  text-align: center;
  margin-top: 10px;
}
.home-page .infrastructure-section .investment-part .foot-note {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #7e8387;
}
.home-page .infrastructure-section .investment-part .foot-note span {
  color: #ec407a;
}
.home-page .infrastructure-section .investment-part .logos-wrp {
  text-align: center;
  padding-top: 15px;
}
.home-page .infrastructure-section .investment-part .logos-wrp img {
  width: calc(25% - 8px);
  padding: 0 10px;
}

.home-page .infrastructure-section .versions-part {
  margin-top: 32px;
  padding: 30px 30px;
  background: #ffffff;
  border: 1px solid #dde1e5;
  border-radius: 16px;
}
@media (width < 768px) {
  .home-page .infrastructure-section .versions-part {
    margin-left: auto;
  }
}
.home-page .infrastructure-section .versions-part .versions-title {
  font-family: "Work Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  color: #ff6713;
  text-align: center;
}
.home-page .infrastructure-section .versions-part .versions-links {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 16px;
  justify-content: center;
}
.home-page .infrastructure-section .versions-part .versions-links a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 12px 15px;
  background-color: #ff6713;
  border-radius: 4px;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
}
.home-page .infrastructure-section .versions-part .versions-links a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.home-page .infrastructure-section .offering-circular {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .home-page .infrastructure-section .offering-circular {
    margin-left: 0;
  }
}
.home-page .infrastructure-section .offering-circular a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-decoration: underline;
  color: #1c3666;
  text-align: center;
}
.home-page .infrastructure-section .offering-circular a:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .home-page .infrastructure-section .offering-circular a {
    font-size: 18px;
    line-height: 120%;
  }
}
.home-page .faq-section {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #fff7f3;
  position: relative;
}
@media (max-width: 768px) {
  .home-page .faq-section {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}
.home-page .faq-section .right-image {
  position: absolute;
  right: 0;
  top: 100px;
}
.home-page .faq-section .left-image {
  position: absolute;
  bottom: 0;
  left: 5%;
}
.home-page .faq-section .container {
  position: relative;
}
.home-page .faq-section .faq-part {
  padding-top: 4rem;
}
.home-page .faq-section .faq-part .sub-title h2 {
  font-family: "Work Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 110% */
  color: #ff6713;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .home-page .faq-section .faq-part .sub-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .home-page .faq-section .faq-part .sub-title h2 {
    font-size: 32px;
    line-height: 120%;
  }
}
.home-page .faq-section .faq-part .accordion .accordion-item {
  margin-bottom: 8px;
  border: none;
  background-color: #ff6713;
  border-radius: 4px;
}
.home-page
  .faq-section
  .faq-part
  .accordion
  .accordion-item
  .accordion-header
  button {
  background-color: #ff6713;
  box-shadow: none;
  border: none;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
  color: #ffffff;
  border-radius: 4px !important;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .home-page
    .faq-section
    .faq-part
    .accordion
    .accordion-item
    .accordion-header
    button {
    font-size: 20px;
    line-height: 120%;
  }
}
.home-page
  .faq-section
  .faq-part
  .accordion
  .accordion-item
  .accordion-header
  button:after {
  content: "-";
  left: 18px;
  top: 16px;
  font-size: 30px;
  background-image: none;
  transform: none !important;
  position: absolute;
}
.home-page
  .faq-section
  .faq-part
  .accordion
  .accordion-item
  .accordion-header
  button.collapsed:after {
  content: "+";
  left: 18px;
  top: 16px;
  font-size: 30px;
  background-image: none;
  transform: none !important;
  position: absolute;
}
.home-page .faq-section .faq-part .accordion .accordion-item .accordion-body p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .home-page
    .faq-section
    .faq-part
    .accordion
    .accordion-item
    .accordion-body
    p {
    font-size: 18px;
    line-height: 120%;
  }
}
.home-page
  .faq-section
  .faq-part
  .accordion
  .accordion-item
  .accordion-body
  p
  a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 600;
}
.home-page .faq-section .faq-part .accordion .accordion-item .accordion-body ul,
.home-page
  .faq-section
  .faq-part
  .accordion
  .accordion-item
  .accordion-body
  ol {
  margin: 0;
  padding: 0;
  padding-left: 25px;
  margin-bottom: 15px;
}
.home-page
  .faq-section
  .faq-part
  .accordion
  .accordion-item
  .accordion-body
  ul
  li,
.home-page
  .faq-section
  .faq-part
  .accordion
  .accordion-item
  .accordion-body
  ol
  li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .home-page
    .faq-section
    .faq-part
    .accordion
    .accordion-item
    .accordion-body
    ul
    li,
  .home-page
    .faq-section
    .faq-part
    .accordion
    .accordion-item
    .accordion-body
    ol
    li {
    font-size: 18px;
    line-height: 120%;
  }
}
.home-page .faq-section .team-part {
  padding-top: 2rem;
}
.home-page .faq-section .team-part .sub-title h2 {
  font-family: "Work Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 110% */
  text-align: center;
  color: #ff6713;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .home-page .faq-section .team-part .sub-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .home-page .faq-section .team-part .sub-title h2 {
    font-size: 32px;
    line-height: 120%;
  }
}
.home-page .faq-section .team-part .team-slider .slick-dots li {
  margin: 0;
}
.home-page .faq-section .team-part .team-slider .slick-dots li button {
  padding: 0;
}
.home-page .faq-section .team-part .team-slider .slick-dots li button:before {
  font-size: 10px;
}
.home-page
  .faq-section
  .team-part
  .team-slider
  .slick-dots
  li.slick-active
  button:before {
  color: #ff6713 !important;
}
.home-page
  .faq-section
  .team-part
  .team-slider
  .slick-dots
  li:hover
  button:before {
  color: #ff6713 !important;
}
.home-page .faq-section .team-part .team-slider .each {
  padding: 0 40px;
}
.home-page .faq-section .team-part .team-slider .each .each-wrp .img-wrp {
  text-align: center;
  margin-bottom: 10px;
}
.home-page .faq-section .team-part .team-slider .each .each-wrp .img-wrp img {
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
}
.home-page .faq-section .team-part .team-slider .each .each-wrp .info-wrp a {
  display: block;
  align-items: center;
}
.home-page
  .faq-section
  .team-part
  .team-slider
  .each
  .each-wrp
  .info-wrp
  a
  img {
  margin: 15px auto;
  width: 32px;
}
.home-page .faq-section .team-part .team-slider .each .each-wrp .info-wrp h3 {
  font-family: "Work Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
  text-align: center;
  color: #ff6713;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .home-page .faq-section .team-part .team-slider .each .each-wrp .info-wrp h3 {
    font-size: 20px;
    line-height: 120%;
  }
}
.home-page .faq-section .team-part .team-slider .each .each-wrp .info-wrp h4 {
  font-family: "Work Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 116.667% */
  text-align: center;
  color: #ff6713;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .home-page .faq-section .team-part .team-slider .each .each-wrp .info-wrp h4 {
    font-size: 20px;
    line-height: 120%;
  }
}
.home-page .faq-section .team-part .team-slider .each .each-wrp .info-wrp p {
  font-family: "Poppins";
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  color: #333;
}
@media (max-width: 768px) {
  .home-page .faq-section .team-part .team-slider .each .each-wrp .info-wrp p {
    font-size: 18px;
    line-height: 120%;
  }
}
.home-page .modal.download-modal .modal-content {
  background-color: #fff;
  box-shadow: none;
  border: none;
  border-radius: 10px;
}
.home-page .modal.download-modal .modal-body {
  padding: 45px;
}
@media (max-width: 768px) {
  .home-page .modal.download-modal .modal-body {
    padding: 25px;
  }
}
.home-page .modal.download-modal .modal-body .close-btn {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.home-page .modal.download-modal .modal-body .close-btn img {
  width: 16px;
}
.home-page .modal.download-modal .modal-body .content-wrp h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  text-align: center;
  color: #0084f8;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .home-page .modal.download-modal .modal-body .content-wrp h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .home-page .modal.download-modal .modal-body .content-wrp h2 {
    font-size: 32px;
  }
}
.home-page .modal.download-modal .modal-body .content-wrp .img-wrp {
  text-align: center;
}
.home-page .modal.koreid-verified-modal .modal-dialog {
  max-width: 700px;
}
.home-page .modal.koreid-verified-modal .modal-content {
  background-color: #fff;
  box-shadow: none;
  border: none;
  border-radius: 10px;
}
.home-page .modal.koreid-verified-modal .modal-body {
  padding: 15px;
  padding-top: 30px;
}
.home-page .modal.koreid-verified-modal .modal-body .close-btn {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.home-page .modal.koreid-verified-modal .modal-body .close-btn img {
  width: 16px;
}
.home-page .modal.koreid-verified-modal .modal-body .content-wrp h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  text-align: center;
  color: #0084f8;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .home-page .modal.koreid-verified-modal .modal-body .content-wrp h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .home-page .modal.koreid-verified-modal .modal-body .content-wrp h2 {
    font-size: 32px;
  }
}
.home-page .modal.koreid-verified-modal .modal-body .content-wrp .img-wrp {
  text-align: center;
}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }
}
header.home-header {
  position: fixed;
  background-color: #fff;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #fff7f3;
}
@media (max-width: 992px) {
  header.home-header {
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
  }
  header.home-header .header-wrp {
    display: block;
  }
}
header.home-header .menu-wrp {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  header.home-header .menu-wrp {
    display: block;
    position: fixed;
    width: 100%;
    right: -150%;
    top: 80px;
    transition: all ease 0.3s;
    background-color: #fff;
    padding: 20px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
  }
  header.home-header .menu-wrp.menu-open {
    right: 0;
  }
}
header.home-header .menu-wrp ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header.home-header .menu-wrp ul li {
  list-style: none;
  display: inline-block;
  padding: 8px;
}
@media (max-width: 992px) {
  header.home-header .menu-wrp ul li {
    display: block;
  }
}
header.home-header .menu-wrp ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  color: #333;
  text-decoration: none;
  display: inline-block;
  transition: all ease 0.3s;
}

header.home-header .menu-wrp ul .login {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #333;
  text-decoration: none;
  display: inline-block;
  transition: all ease 0.3s;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 8px;
}
header.home-header .menu-wrp ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
header.home-header .menu-wrp ul li:last-child {
  margin-left: 10px;
  padding-left: 0;
}
@media (max-width: 992px) {
  header.home-header .menu-wrp ul li:last-child {
    margin-left: 0;
  }
}
header.home-header .menu-wrp ul .invest-now {
  padding: 10px 24px;
  border-radius: 4px;
  background: #ff6713;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none !important;
}
header.home-header .hamburger-menu {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
header.home-header .hamburger-menu svg {
  width: 40px;
  height: 40px;
}
header.home-header .hamburger-menu .close-btn {
  display: none;
}
@media (max-width: 992px) {
  header.home-header .hamburger-menu {
    display: block;
  }
  header.home-header .hamburger-menu.menu-open .hamburger-btn {
    display: none;
  }
  header.home-header .hamburger-menu.menu-open .close-btn {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  header.home-header .hamburger-menu {
    right: 70px;
  }
}
footer.home-footer {
  background-color: #4f4f4f !important;
}

footer.home-footer .site-branding {
  background-color: #fff;
  padding: 20px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  border-radius: 4px;
}
footer.home-footer .site-branding a img {
  width: 50px !important;
}
footer.home-footer .social-links {
  text-align: right !important;
  padding-top: 0 !important;
}
footer.home-footer .social-links .x {
  width: 20px;
  height: 21px;
}
@media (max-width: 768px) {
  footer.home-footer .social-links {
    text-align: left !important;
    padding-top: 20px !important;
  }
}
footer.home-footer .footer-detail {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #dde1e5;
  margin-top: 50px;
}
@media (max-width: 768px) {
  footer.home-footer .footer-detail {
    margin-top: 30px;
  }
}
footer.home-footer .footer-detail .sub-title h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  margin-top: 20px;
}
footer.home-footer .footer-detail .description p {
  font-family: "Poppins";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  color: #ffffff;
  text-align: justify;
}

.digital-securities-page .hero-section {
  background-image: url("../images/digital/hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}
.digital-securities-page .hero-section .hero-inner-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../images/digital/hero-inner-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  position: relative;
}
@media (max-width: 1440px) {
  .digital-securities-page .hero-section .hero-inner-section {
    background-position: bottom center;
  }
}
@media (max-width: 1200px) {
  .digital-securities-page .hero-section .hero-inner-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 992px) {
  .digital-securities-page .hero-section .hero-inner-section {
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .digital-securities-page .hero-section .hero-inner-section {
    background-image: none;
  }
}
.digital-securities-page .hero-section .title-part h1 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 100%;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .digital-securities-page .hero-section .title-part h1 {
    font-size: 60px;
  }
}
@media (max-width: 1200px) {
  .digital-securities-page .hero-section .title-part h1 {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .digital-securities-page .hero-section .title-part h1 {
    font-size: 40px;
  }
}
.digital-securities-page .hero-section .description p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #ffffff;
}
.digital-securities-page .hero-section .description p strong {
  font-weight: 600;
}
.digital-securities-page .hero-section .description p.bold-text {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
}
@media (max-width: 1440px) {
  .digital-securities-page .hero-section .description p {
    font-size: 22px;
  }
  .digital-securities-page .hero-section .description p.bold-text {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .digital-securities-page .hero-section .description p {
    font-size: 20px;
  }
  .digital-securities-page .hero-section .description p.bold-text {
    font-size: 24px;
  }
}
.digital-securities-page .get-the-copy {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.digital-securities-page .get-the-copy .inner-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}
@media (max-width: 768px) {
  .digital-securities-page .get-the-copy .inner-wrapper {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.digital-securities-page .get-the-copy .inner-wrapper .copy-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.digital-securities-page .get-the-copy .inner-wrapper .copy-image img {
  height: 100%;
  max-width: 100%;
}
@media (max-width: 992px) {
  .digital-securities-page .get-the-copy .inner-wrapper .copy-image {
    display: none;
  }
}
.digital-securities-page .get-the-copy .inner-wrapper .inner-wrp {
  background-image: url("../images/digital/get-the-copy-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .digital-securities-page .get-the-copy .inner-wrapper .inner-wrp {
    padding: 30px 20px;
    padding-bottom: 10px;
  }
}
.digital-securities-page
  .get-the-copy
  .inner-wrapper
  .inner-wrp
  .title-part
  h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  color: #1c3666;
}
.digital-securities-page
  .get-the-copy
  .inner-wrapper
  .inner-wrp
  .title-part
  h2
  strong {
  font-weight: 700;
}
@media (max-width: 992px) {
  .digital-securities-page
    .get-the-copy
    .inner-wrapper
    .inner-wrp
    .title-part
    h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .digital-securities-page
    .get-the-copy
    .inner-wrapper
    .inner-wrp
    .title-part
    h2 {
    font-size: 28px;
  }
}
.digital-securities-page .get-the-copy .inner-wrapper .inner-wrp .form-wrp {
  padding-top: 15px;
}
.digital-securities-page
  .get-the-copy
  .inner-wrapper
  .inner-wrp
  .form-wrp
  form
  input[type="text"],
.digital-securities-page
  .get-the-copy
  .inner-wrapper
  .inner-wrp
  .form-wrp
  form
  input[type="email"] {
  box-sizing: border-box;
  height: 45px;
  background: #ffffff;
  border: 1px solid #c9d6df;
  border-radius: 4px;
  padding: 4px 8px;
  width: 100%;
}
.digital-securities-page
  .get-the-copy
  .inner-wrapper
  .inner-wrp
  .form-wrp
  form
  input[type="submit"] {
  background: #0084f8;
  border-radius: 4px;
  border: none;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  padding: 12px 20px;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .digital-securities-page
    .get-the-copy
    .inner-wrapper
    .inner-wrp
    .form-wrp
    .col-6 {
    width: 100% !important;
  }
}
.digital-securities-page .security-type {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../images/digital/security-type.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.digital-securities-page .security-type .detail {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .digital-securities-page .security-type .detail .each {
    margin-bottom: 30px;
  }
}
.digital-securities-page .security-type .detail .each .each-wrp {
  height: 100%;
  background-color: #fff;
  box-shadow: 10px 10px 50px 3px rgba(39, 92, 141, 0.1);
  border-radius: 12px;
  padding: 40px;
}
@media (max-width: 992px) {
  .digital-securities-page .security-type .detail .each .each-wrp {
    padding: 30px;
  }
}
.digital-securities-page .security-type .detail .each .each-wrp .sub-title h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 110%;
  color: #1c3666;
}
@media (max-width: 992px) {
  .digital-securities-page
    .security-type
    .detail
    .each
    .each-wrp
    .sub-title
    h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .digital-securities-page
    .security-type
    .detail
    .each
    .each-wrp
    .sub-title
    h3 {
    font-size: 28px;
  }
}
.digital-securities-page .security-type .detail .each .each-wrp .description p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #52616b;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .digital-securities-page
    .security-type
    .detail
    .each
    .each-wrp
    .description
    p {
    font-size: 18px;
  }
}
.digital-securities-page .security-type .title-part {
  text-align: center;
  padding-top: 40px;
}
.digital-securities-page .security-type .title-part h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .digital-securities-page .security-type .title-part h2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .digital-securities-page .security-type .type-part .each {
    margin-bottom: 30px;
  }
}
.digital-securities-page .security-type .type-part .each .each-wrp {
  text-align: center;
}
.digital-securities-page .security-type .type-part .each .each-wrp .img-wrp {
  margin-bottom: 15px;
}
.digital-securities-page
  .security-type
  .type-part
  .each
  .each-wrp
  .img-wrp
  img {
  width: 110px;
  margin: 0 auto;
}
.digital-securities-page
  .security-type
  .type-part
  .each
  .each-wrp
  .sub-title
  p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
.digital-securities-page .schedule-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .digital-securities-page .schedule-section .each {
    margin-bottom: 30px;
  }
}
.digital-securities-page .schedule-section .each .each-wrp {
  height: 100%;
  padding: 40px 30px;
  background: #ffffff;
  box-shadow: 10px 10px 50px 3px rgba(39, 92, 141, 0.1);
  border-radius: 12px 12px 0px 0px;
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .digital-securities-page .schedule-section .each .each-wrp {
    padding: 20px;
    padding-bottom: 60px;
  }
}
.digital-securities-page .schedule-section .each .each-wrp .sub-title h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 110%;
  color: #1c3666;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .digital-securities-page .schedule-section .each .each-wrp .sub-title h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .digital-securities-page .schedule-section .each .each-wrp .sub-title h3 {
    font-size: 28px;
  }
}
.digital-securities-page .schedule-section .each .each-wrp .description p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #23242a;
}
.digital-securities-page .schedule-section .each .each-wrp .btn-wrp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.digital-securities-page .schedule-section .each .each-wrp .btn-wrp a {
  width: 100%;
  display: block;
  padding: 12px 30px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 135%;
  color: #ffffff;
  background-color: #0084f8;
  box-shadow: 10px 10px 50px 3px rgba(39, 92, 141, 0.1);
  border-radius: 0px 0px 12px 12px;
  text-decoration: none;
  transition: all ease 0.3s;
}
.digital-securities-page .schedule-section .each .each-wrp .btn-wrp a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .digital-securities-page .schedule-section .each .each-wrp .btn-wrp a {
    font-size: 18px;
  }
}
.digital-securities-page .invest-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../images/digital/invest-section.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
.digital-securities-page .invest-section .logo-wrp {
  margin-bottom: 30px;
}
.digital-securities-page .invest-section .logo-wrp img {
  width: 300px;
  max-width: 100%;
}
.digital-securities-page .invest-section .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .digital-securities-page .invest-section .title-part h2 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .digital-securities-page .invest-section .title-part h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .digital-securities-page .invest-section .title-part h2 {
    font-size: 30px;
  }
}
.digital-securities-page .invest-section .description p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .digital-securities-page .invest-section .description p {
    font-size: 16px;
  }
}
.digital-securities-page .invest-section .btn-wrp {
  padding-top: 30px;
}
.digital-securities-page .invest-section .btn-wrp a {
  background-color: #0084f8;
  border-radius: 4px;
  padding: 10px 30px;
  display: inline-block;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
}
.digital-securities-page .invest-section .btn-wrp a:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media (max-width: 768px) {
  .digital-securities-page .invest-section .btn-wrp a {
    font-size: 18px;
  }
}

header.digital-header {
  background-color: #1c3666;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 0;
  left: 0;
  width: 100%;
}

.the-right-way-page .hero-section {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../images/therightway/hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.the-right-way-page .hero-section .title-part {
  padding-bottom: 30px;
}
.the-right-way-page .hero-section .title-part p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 5px;
}
.the-right-way-page .hero-section .title-part h1 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 110%;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .the-right-way-page .hero-section .title-part h1 {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .the-right-way-page .hero-section .title-part h1 {
    font-size: 40px;
  }
}
.the-right-way-page .hero-section .description p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  color: #dde1e5;
}
.the-right-way-page .hero-section .btn-wrp {
  padding-top: 30px;
}
.the-right-way-page .hero-section .btn-wrp a {
  background-color: #0084f8;
  border-radius: 4px;
  padding: 10px 30px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  transition: all ease 0.3s;
}
.the-right-way-page .hero-section .btn-wrp a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.the-right-way-page .hero-section .img-wrp {
  text-align: center;
}
@media (max-width: 768px) {
  .the-right-way-page .hero-section .img-wrp {
    padding-top: 30px;
  }
}
.the-right-way-page .hero-section .img-wrp img {
  width: 500px;
  max-width: 100%;
}
.the-right-way-page .purpose-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .the-right-way-page .purpose-section .each {
    margin-bottom: 30px;
  }
}
.the-right-way-page .purpose-section .each-wrp {
  height: 100%;
  padding: 30px;
  border: 2px solid #0084f8;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.the-right-way-page .purpose-section .each-wrp.why-part {
  background-image: url("../images/therightway/why-part-bg.png");
  background-position: top center;
}
.the-right-way-page .purpose-section .each-wrp.who-part {
  background-image: url("../images/therightway/who-part-bg.png");
  background-position: bottom center;
}
.the-right-way-page .purpose-section .each-wrp .sub-title h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #1c3666;
}
@media (max-width: 768px) {
  .the-right-way-page .purpose-section .each-wrp .sub-title h3 {
    margin-bottom: 24px;
  }
}
.the-right-way-page .purpose-section .each-wrp .description p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #52616b;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .the-right-way-page .purpose-section .each-wrp .description p {
    margin-bottom: 18px;
  }
}
.the-right-way-page .type-section {
  padding-bottom: 4rem;
}
.the-right-way-page .type-section .inner-wrp {
  background: #f2f9fe;
  border-radius: 16px;
  padding: 40px 60px;
}
@media (max-width: 768px) {
  .the-right-way-page .type-section .inner-wrp {
    padding: 40px 30px;
  }
}
.the-right-way-page .type-section .inner-wrp .solutions-part {
  padding-bottom: 15px;
}
.the-right-way-page .type-section .inner-wrp .solutions-part .each {
  margin-bottom: 30px;
}
.the-right-way-page
  .type-section
  .inner-wrp
  .solutions-part
  .each
  .sub-title
  h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #1c3666;
  margin-bottom: 10px;
}
.the-right-way-page
  .type-section
  .inner-wrp
  .solutions-part
  .each
  .description
  p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #52616b;
}
.the-right-way-page .type-section .inner-wrp .title-part {
  text-align: center;
}
.the-right-way-page .type-section .inner-wrp .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #1c3666;
  margin-bottom: 40px;
}
.the-right-way-page .type-section .inner-wrp .types-part {
  text-align: center;
}
@media (max-width: 768px) {
  .the-right-way-page .type-section .inner-wrp .types-part .each {
    margin-bottom: 30px;
  }
}
.the-right-way-page
  .type-section
  .inner-wrp
  .types-part
  .each
  .each-wrp
  .img-wrp {
  margin-bottom: 15px;
}
.the-right-way-page
  .type-section
  .inner-wrp
  .types-part
  .each
  .each-wrp
  .img-wrp
  img {
  width: 96px;
}
.the-right-way-page
  .type-section
  .inner-wrp
  .types-part
  .each
  .each-wrp
  .sub-title
  p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1c3666;
}
.the-right-way-page .type-section .inner-wrp .quick-access {
  padding-top: 50px;
}
.the-right-way-page .type-section .inner-wrp .quick-access .description p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #52616b;
}
.the-right-way-page .type-section .inner-wrp .quick-access .btn-wrp {
  text-align: center;
  padding-top: 20px;
}
.the-right-way-page .type-section .inner-wrp .quick-access .btn-wrp a {
  padding: 10px 30px;
  background-color: #0084f8;
  border-radius: 4px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  transition: all ease 0.3s;
}
.the-right-way-page .type-section .inner-wrp .quick-access .btn-wrp a:hover {
  opacity: 0.8;
}
.the-right-way-page .get-the-copy {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.the-right-way-page .get-the-copy .inner-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}
@media (max-width: 768px) {
  .the-right-way-page .get-the-copy .inner-wrapper {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.the-right-way-page .get-the-copy .inner-wrapper .copy-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.the-right-way-page .get-the-copy .inner-wrapper .copy-image img {
  height: 100%;
  max-width: 100%;
}
@media (max-width: 992px) {
  .the-right-way-page .get-the-copy .inner-wrapper .copy-image {
    display: none;
  }
}
.the-right-way-page .get-the-copy .inner-wrapper .inner-wrp {
  background-image: url("../images/digital/get-the-copy-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .the-right-way-page .get-the-copy .inner-wrapper .inner-wrp {
    padding: 30px 20px;
    padding-bottom: 10px;
  }
}
.the-right-way-page .get-the-copy .inner-wrapper .inner-wrp .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  color: #1c3666;
}
.the-right-way-page
  .get-the-copy
  .inner-wrapper
  .inner-wrp
  .title-part
  h2
  strong {
  font-weight: 700;
}
@media (max-width: 992px) {
  .the-right-way-page .get-the-copy .inner-wrapper .inner-wrp .title-part h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .the-right-way-page .get-the-copy .inner-wrapper .inner-wrp .title-part h2 {
    font-size: 28px;
  }
}
.the-right-way-page .get-the-copy .inner-wrapper .inner-wrp .form-wrp {
  padding-top: 15px;
}
.the-right-way-page
  .get-the-copy
  .inner-wrapper
  .inner-wrp
  .form-wrp
  form
  input[type="text"],
.the-right-way-page
  .get-the-copy
  .inner-wrapper
  .inner-wrp
  .form-wrp
  form
  input[type="email"] {
  box-sizing: border-box;
  height: 45px;
  background: #ffffff;
  border: 1px solid #c9d6df;
  border-radius: 4px;
  padding: 4px 8px;
  width: 100%;
}
.the-right-way-page
  .get-the-copy
  .inner-wrapper
  .inner-wrp
  .form-wrp
  form
  input[type="submit"] {
  background: #0084f8;
  border-radius: 4px;
  border: none;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  padding: 12px 20px;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .the-right-way-page .get-the-copy .inner-wrapper .inner-wrp .form-wrp .col-6 {
    width: 100% !important;
  }
}
.the-right-way-page .invest-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../images/digital/invest-section.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
.the-right-way-page .invest-section .logo-wrp {
  margin-bottom: 30px;
}
.the-right-way-page .invest-section .logo-wrp img {
  width: 300px;
  max-width: 100%;
}
.the-right-way-page .invest-section .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .the-right-way-page .invest-section .title-part h2 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .the-right-way-page .invest-section .title-part h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .the-right-way-page .invest-section .title-part h2 {
    font-size: 30px;
  }
}
.the-right-way-page .invest-section .description p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .the-right-way-page .invest-section .description p {
    font-size: 16px;
  }
}
.the-right-way-page .invest-section .btn-wrp {
  padding-top: 30px;
}
.the-right-way-page .invest-section .btn-wrp a {
  background-color: #0084f8;
  border-radius: 4px;
  padding: 10px 30px;
  display: inline-block;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
}
.the-right-way-page .invest-section .btn-wrp a:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media (max-width: 768px) {
  .the-right-way-page .invest-section .btn-wrp a {
    font-size: 18px;
  }
}

header.rightway-header {
  background-color: #1c3666;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  header.rightway-header .header-wrp {
    display: block;
  }
}
header.rightway-header .header-wrp .menu-wrp {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header.rightway-header .header-wrp .menu-wrp ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.rightway-header .header-wrp .menu-wrp ul li {
  display: inline-block;
  padding: 5px 10px;
}
header.rightway-header .header-wrp .menu-wrp ul li a {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
  display: inline-block;
}
header.rightway-header .header-wrp .menu-wrp ul li a:hover {
  opacity: 0.8;
}
header.rightway-header .header-wrp .menu-wrp ul li:last-child a {
  padding: 8px 20px;
  background: #0084f8;
  border-radius: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}

.modal.korepapers-modal .modal-dialog {
  max-width: 450x;
}
.modal.korepapers-modal .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.modal.korepapers-modal .modal-body {
  padding: 40px 50px;
  background-color: #fff;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}
.modal.korepapers-modal .modal-body .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.modal.korepapers-modal .modal-body .close-btn img {
  width: 24px;
}
.modal.korepapers-modal .modal-body .detail h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  color: #1c3666;
}
@media (max-width: 768px) {
  .modal.korepapers-modal .modal-body .detail h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .modal.korepapers-modal .modal-body .detail h2 {
    font-size: 36px;
  }
}
.modal.korepapers-modal .modal-body .detail p a {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  transition: all ease 0.3s;
  color: #52616b;
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.modal.korepapers-modal .modal-body .detail p a img {
  margin-right: 8px;
}
.modal.korepapers-modal .modal-body .detail p a:hover {
  opacity: 0.8;
}
.modal.korepapers-modal .modal-body .detail p.sub-title {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1c3666;
  margin-top: 30px;
}

.webinars-page .hero-section {
  background-image: url("../images/webinars/hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .webinars-page .hero-section {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}
.webinars-page .hero-section .row {
  justify-content: center;
}
.webinars-page .hero-section .title-part h1 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 110%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .webinars-page .hero-section .title-part h1 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .webinars-page .hero-section .title-part h1 {
    font-size: 40px;
  }
}
.webinars-page .hero-section .title-part p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.33em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
}
.webinars-page .hero-section .description {
  padding-bottom: 30px;
}
.webinars-page .hero-section .description p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #ffffff;
}
.webinars-page .hero-section .btn-wrp a {
  background-color: #0084f8;
  padding: 10px 60px;
  border-radius: 4px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  transition: all ease 0.3s;
}
.webinars-page .hero-section .btn-wrp a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.webinars-page .weekly-webinars {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.webinars-page .weekly-webinars .inner-wrp {
  background-image: url("../images/webinars/weekly-webinars.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  padding: 50px 40px;
  border: 2px solid #0084f8;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .webinars-page .weekly-webinars .inner-wrp {
    padding: 40px 30px;
  }
}
.webinars-page .weekly-webinars .inner-wrp .title-part p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #1c3666;
  margin-bottom: 10px;
}
.webinars-page .weekly-webinars .inner-wrp .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  color: #0084f8;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .webinars-page .weekly-webinars .inner-wrp .title-part h2 {
    font-size: 40px;
  }
}
.webinars-page .weekly-webinars .inner-wrp .description {
  padding-bottom: 30px;
}
.webinars-page .weekly-webinars .inner-wrp .description p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 140%;
  text-align: center;
  color: #52616b;
}
@media (max-width: 768px) {
  .webinars-page .weekly-webinars .inner-wrp .description p {
    font-size: 22px;
  }
}
.webinars-page .weekly-webinars .inner-wrp .btn-wrp a {
  background-color: #0084f8;
  padding: 10px 30px;
  border-radius: 4px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  transition: all ease 0.3s;
}
.webinars-page .weekly-webinars .inner-wrp .btn-wrp a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.webinars-page .recent-webinar {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f9fe;
}
.webinars-page .recent-webinar .row {
  align-items: center;
}
.webinars-page .recent-webinar .left-content .img-wrapper {
  max-width: 450px;
}
@media (max-width: 768px) {
  .webinars-page .recent-webinar .left-content .img-wrapper {
    margin-bottom: 30px;
  }
}
.webinars-page .recent-webinar .left-content .img-wrapper .img-wrp {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
  overflow: hidden;
  border: 2px solid #f1f2f4;
  border-radius: 16px;
}
.webinars-page .recent-webinar .left-content .img-wrapper .img-wrp img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.webinars-page .recent-webinar .right-content .inner-wrp .date-info {
  padding-bottom: 10px;
}
.webinars-page .recent-webinar .right-content .inner-wrp .date-info p {
  width: fit-content;
  padding: 4px 15px;
  border: 1px solid #7e8387;
  border-radius: 30px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #7e8387;
  margin-bottom: 0;
}
.webinars-page .recent-webinar .right-content .inner-wrp .title-part {
  padding-bottom: 20px;
}
.webinars-page .recent-webinar .right-content .inner-wrp .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  color: #1c3666;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .webinars-page .recent-webinar .right-content .inner-wrp .title-part h2 {
    font-size: 30px;
  }
}
.webinars-page .recent-webinar .right-content .inner-wrp .description {
  padding-bottom: 30px;
}
.webinars-page .recent-webinar .right-content .inner-wrp .description p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  color: #1c3666;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .webinars-page .recent-webinar .right-content .inner-wrp .description p {
    font-size: 16px;
  }
}
.webinars-page .recent-webinar .right-content .inner-wrp .attendees .each {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100px;
  margin-right: 30px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .webinars-page .recent-webinar .right-content .inner-wrp .attendees .each {
    width: 30%;
    padding: 0 10px;
    margin: 0;
    margin-bottom: 20px;
  }
}
.webinars-page
  .recent-webinar
  .right-content
  .inner-wrp
  .attendees
  .each
  .img-wrp
  img {
  width: 92px;
  margin-bottom: 15px;
  max-width: 100%;
}
.webinars-page
  .recent-webinar
  .right-content
  .inner-wrp
  .attendees
  .each
  .name {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #1c3666;
}
.webinars-page .recent-webinar .right-content .inner-wrp .btn-wrp a {
  padding: 10px 30px;
  background: #0084f8;
  border-radius: 4px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  transition: all ease 0.3s;
}
.webinars-page .recent-webinar .right-content .inner-wrp .btn-wrp a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.webinars-page .trending-section {
  padding-top: 2rem;
  background-color: #f2f9fe;
  padding-bottom: 4rem;
}
.webinars-page .trending-section .title-part h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.5px;
  color: #1c3666;
  padding-bottom: 8px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
}
.webinars-page .trending-section .title-part h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #1c3666;
  border-radius: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .webinars-page .trending-section .posts-wrp .each {
    margin-bottom: 30px;
  }
}
.webinars-page .trending-section .posts-wrp .each .each-wrp {
  height: 100%;
  border: 2px solid #e3f2ff;
  border-radius: 16px;
  background-color: #fff;
}
.webinars-page .trending-section .posts-wrp .each .each-wrp .img-wrp {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.webinars-page .trending-section .posts-wrp .each .each-wrp .img-wrp img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 16px 16px 0 0;
}
.webinars-page .trending-section .posts-wrp .each .each-wrp .post-detail {
  padding: 15px;
  background-color: #fff;
  border-radius: 16px;
  margin-top: -16px;
  position: relative;
}
.webinars-page
  .trending-section
  .posts-wrp
  .each
  .each-wrp
  .post-detail
  .post-date
  p {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 150%;
  color: #6e6e6e;
  margin-bottom: 15px;
}
.webinars-page
  .trending-section
  .posts-wrp
  .each
  .each-wrp
  .post-detail
  .post-title
  a {
  text-decoration: none;
}
.webinars-page
  .trending-section
  .posts-wrp
  .each
  .each-wrp
  .post-detail
  .post-title
  a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.webinars-page
  .trending-section
  .posts-wrp
  .each
  .each-wrp
  .post-detail
  .post-title
  h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #1c3666;
  margin-bottom: 15px;
}
.webinars-page
  .trending-section
  .posts-wrp
  .each
  .each-wrp
  .post-detail
  .post-excerpt
  p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  opacity: 0.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.webinars-page
  .trending-section
  .posts-wrp
  .each
  .each-wrp
  .post-detail
  .post-footer {
  display: flex;
  align-items: center;
}
.webinars-page
  .trending-section
  .posts-wrp
  .each
  .each-wrp
  .post-detail
  .post-footer
  .reading-time
  p {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #6e6e6e;
  margin-bottom: 0;
}
.webinars-page
  .trending-section
  .posts-wrp
  .each
  .each-wrp
  .post-detail
  .post-footer
  .read-more {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
}
.webinars-page
  .trending-section
  .posts-wrp
  .each
  .each-wrp
  .post-detail
  .post-footer
  .read-more
  a {
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 140%;
  color: #1c3666;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.webinars-page
  .trending-section
  .posts-wrp
  .each
  .each-wrp
  .post-detail
  .post-footer
  .read-more
  a
  svg {
  width: 16px;
  height: 16px;
}
.webinars-page
  .trending-section
  .posts-wrp
  .each
  .each-wrp
  .post-detail
  .post-footer
  .read-more
  a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.webinars-page .purpose-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .webinars-page .purpose-section {
    padding-bottom: 0;
  }
}
.webinars-page .purpose-section .what-part,
.webinars-page .purpose-section .who-part {
  padding-bottom: 30px;
}
.webinars-page .purpose-section .what-part .row,
.webinars-page .purpose-section .who-part .row {
  align-items: center;
}
.webinars-page .purpose-section .what-part .img-wrp,
.webinars-page .purpose-section .who-part .img-wrp {
  width: 350px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .webinars-page .purpose-section .what-part .img-wrp,
  .webinars-page .purpose-section .who-part .img-wrp {
    width: 100%;
  }
}
.webinars-page .purpose-section .what-part .inner-wrp,
.webinars-page .purpose-section .who-part .inner-wrp {
  width: 350px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .webinars-page .purpose-section .what-part .inner-wrp,
  .webinars-page .purpose-section .who-part .inner-wrp {
    width: 100%;
  }
}
.webinars-page .purpose-section .what-part .inner-wrp .title-part h2,
.webinars-page .purpose-section .who-part .inner-wrp .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  color: #1c3666;
}
@media (max-width: 768px) {
  .webinars-page .purpose-section .what-part .inner-wrp .title-part h2,
  .webinars-page .purpose-section .who-part .inner-wrp .title-part h2 {
    font-size: 30px;
  }
}
.webinars-page .purpose-section .what-part .inner-wrp .description p,
.webinars-page .purpose-section .who-part .inner-wrp .description p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #52616b;
}
@media (max-width: 768px) {
  .webinars-page .purpose-section .what-part .inner-wrp .description p,
  .webinars-page .purpose-section .who-part .inner-wrp .description p {
    font-size: 18px;
  }
}
.webinars-page .three-boxes-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.webinars-page .three-boxes-section .each {
  margin-bottom: 30px;
}
.webinars-page .three-boxes-section .each .each-wrp {
  height: 100%;
  background: #1c3666;
  box-shadow: 10px 10px 50px 3px rgba(39, 92, 141, 0.1);
  border-radius: 12px;
  padding: 30px;
}
.webinars-page .three-boxes-section .each .each-wrp .img-wrp {
  margin-bottom: 10px;
}
.webinars-page .three-boxes-section .each .each-wrp .title-part h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 112%;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .webinars-page .three-boxes-section .each .each-wrp .title-part h3 {
    font-size: 24px;
  }
}
.webinars-page .three-boxes-section .each .each-wrp .description p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .webinars-page .three-boxes-section .each .each-wrp .description p {
    font-size: 18px;
  }
}
.webinars-page .type-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f9fe;
}
.webinars-page .type-section.who-is-for {
  padding-bottom: 0;
}
.webinars-page .type-section .inner-wrp .title-part {
  text-align: center;
}
.webinars-page .type-section .inner-wrp .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #1c3666;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .webinars-page .type-section .inner-wrp .title-part h2 {
    font-size: 30px;
  }
}
.webinars-page .type-section .inner-wrp .description {
  padding-bottom: 30px;
}
.webinars-page .type-section .inner-wrp .description p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #52616b;
}
@media (max-width: 768px) {
  .webinars-page .type-section .inner-wrp .description p {
    font-size: 18px;
  }
}
.webinars-page .type-section .inner-wrp .types-part {
  text-align: center;
}
.webinars-page .type-section .inner-wrp .types-part .row {
  justify-content: center;
}
@media (max-width: 768px) {
  .webinars-page .type-section .inner-wrp .types-part .each {
    margin-bottom: 30px;
  }
}
.webinars-page .type-section .inner-wrp .types-part .each .each-wrp {
  background: #ffffff;
  box-shadow: 10px 10px 50px 3px rgba(39, 92, 141, 0.1);
  border-radius: 12px;
  height: 100%;
  padding: 64px 20px;
}
.webinars-page .type-section .inner-wrp .types-part .each .each-wrp .img-wrp {
  margin-bottom: 15px;
}
.webinars-page
  .type-section
  .inner-wrp
  .types-part
  .each
  .each-wrp
  .img-wrp
  img {
  width: 96px;
}
.webinars-page
  .type-section
  .inner-wrp
  .types-part
  .each
  .each-wrp
  .sub-title
  p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1c3666;
  margin-bottom: 0;
}
.webinars-page .schedule-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../images/webinars/schedule-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .webinars-page .schedule-section .each {
    margin-bottom: 30px;
  }
}
.webinars-page .schedule-section .each .each-wrp {
  height: 100%;
  padding: 40px 30px;
  background: #ffffff;
  box-shadow: 10px 10px 50px 3px rgba(39, 92, 141, 0.1);
  border-radius: 12px;
  border: 1px solid #0084f8;
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .webinars-page .schedule-section .each .each-wrp {
    padding: 20px;
    padding-bottom: 60px;
  }
}
.webinars-page .schedule-section .each .each-wrp .sub-title h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 110%;
  color: #1c3666;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .webinars-page .schedule-section .each .each-wrp .sub-title h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .webinars-page .schedule-section .each .each-wrp .sub-title h3 {
    font-size: 28px;
  }
}
.webinars-page .schedule-section .each .each-wrp .description p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #23242a;
}
.webinars-page .schedule-section .each .each-wrp .btn-wrp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.webinars-page .schedule-section .each .each-wrp .btn-wrp a {
  width: 100%;
  display: block;
  padding: 12px 30px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 135%;
  color: #ffffff;
  background-color: #0084f8;
  box-shadow: 10px 10px 50px 3px rgba(39, 92, 141, 0.1);
  border-radius: 0px 0px 10px 10px;
  text-decoration: none;
  transition: all ease 0.3s;
}
.webinars-page .schedule-section .each .each-wrp .btn-wrp a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .webinars-page .schedule-section .each .each-wrp .btn-wrp a {
    font-size: 18px;
  }
}
.webinars-page .invest-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../images/digital/invest-section.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
.webinars-page .invest-section .logo-wrp {
  margin-bottom: 30px;
}
.webinars-page .invest-section .logo-wrp img {
  width: 300px;
  max-width: 100%;
}
.webinars-page .invest-section .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .webinars-page .invest-section .title-part h2 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .webinars-page .invest-section .title-part h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .webinars-page .invest-section .title-part h2 {
    font-size: 30px;
  }
}
.webinars-page .invest-section .description p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .webinars-page .invest-section .description p {
    font-size: 16px;
  }
}
.webinars-page .invest-section .btn-wrp {
  padding-top: 30px;
}
.webinars-page .invest-section .btn-wrp a {
  background-color: #0084f8;
  border-radius: 4px;
  padding: 10px 30px;
  display: inline-block;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
}
.webinars-page .invest-section .btn-wrp a:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media (max-width: 768px) {
  .webinars-page .invest-section .btn-wrp a {
    font-size: 18px;
  }
}

header.webinars-header {
  background-color: #1c3666;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  header.webinars-header {
    position: relative;
  }
}
@media (max-width: 768px) {
  header.webinars-header .header-wrp {
    display: block;
  }
}
header.webinars-header .header-wrp .menu-wrp {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header.webinars-header .header-wrp .menu-wrp ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.webinars-header .header-wrp .menu-wrp ul li {
  display: inline-block;
  padding: 5px 10px;
}
header.webinars-header .header-wrp .menu-wrp ul li a {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
  display: inline-block;
}
header.webinars-header .header-wrp .menu-wrp ul li a:hover {
  opacity: 0.8;
}
header.webinars-header .header-wrp .menu-wrp ul li:last-child a {
  padding: 8px 20px;
  background: #0084f8;
  border-radius: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}

.modal.webinar-registration-modal .modal-dialog {
  max-width: 750px;
}
.modal.webinar-registration-modal .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.modal.webinar-registration-modal .modal-body {
  padding: 40px 50px;
  background-color: #fff;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}
.modal.webinar-registration-modal .modal-body .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.modal.webinar-registration-modal .modal-body .close-btn img {
  width: 24px;
}
.modal.webinar-registration-modal .modal-body .detail .img-wrp {
  text-align: center;
  margin-bottom: 10px;
}
.modal.webinar-registration-modal .modal-body .detail .title-part {
  padding-bottom: 20px;
  border-bottom: 1px solid #c9d6df;
}
.modal.webinar-registration-modal .modal-body .detail .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  color: #1c3666;
  margin-bottom: 0;
}
.modal.webinar-registration-modal .modal-body .detail .description {
  padding-bottom: 20px;
  padding-top: 40px;
  text-align: center;
}
.modal.webinar-registration-modal .modal-body .detail .description p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #52616b;
}
.modal.webinar-registration-modal
  .modal-body
  .detail
  .form-wrp
  form
  input[type="text"],
.modal.webinar-registration-modal
  .modal-body
  .detail
  .form-wrp
  form
  input[type="email"],
.modal.webinar-registration-modal
  .modal-body
  .detail
  .form-wrp
  form
  input[type="tel"],
.modal.webinar-registration-modal
  .modal-body
  .detail
  .form-wrp
  form
  input[type="url"] {
  box-sizing: border-box;
  height: 45px;
  background: #ffffff;
  border: 1px solid #c9d6df;
  border-radius: 4px;
  padding: 4px 8px;
  width: 100%;
}
.modal.webinar-registration-modal
  .modal-body
  .detail
  .form-wrp
  form
  input[type="submit"] {
  background: #0084f8;
  border-radius: 4px;
  border: none;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  padding: 12px 20px;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.modal.webinar-registration-modal .modal-body .detail .form-wrp label {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #1c3666;
  width: 100%;
}

.webinars-registration-page .registration-section {
  padding-top: 8rem;
  padding-bottom: 4rem;
}
.webinars-registration-page .registration-section .img-wrp {
  text-align: center;
  margin-bottom: 10px;
}
.webinars-registration-page .registration-section .title-part {
  padding-bottom: 20px;
  border-bottom: 1px solid #c9d6df;
}
.webinars-registration-page .registration-section .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #1c3666;
  margin-bottom: 0;
}
.webinars-registration-page .registration-section .description {
  padding-bottom: 20px;
  padding-top: 40px;
  text-align: center;
}
.webinars-registration-page .registration-section .description p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #52616b;
}
.webinars-registration-page
  .registration-section
  .form-wrp
  form
  input[type="text"],
.webinars-registration-page
  .registration-section
  .form-wrp
  form
  input[type="email"],
.webinars-registration-page
  .registration-section
  .form-wrp
  form
  input[type="tel"],
.webinars-registration-page
  .registration-section
  .form-wrp
  form
  input[type="url"] {
  box-sizing: border-box;
  height: 45px;
  background: #ffffff;
  border: 1px solid #c9d6df;
  border-radius: 4px;
  padding: 4px 8px;
  width: 100%;
}
.webinars-registration-page
  .registration-section
  .form-wrp
  form
  input[type="submit"] {
  background: #1c3666;
  border-radius: 4px;
  border: none;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  padding: 12px 20px;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.webinars-registration-page
  .registration-section
  .form-wrp
  form
  input[type="submit"]:hover {
  opacity: 0.8;
}
.webinars-registration-page .registration-section .form-wrp label,
.webinars-registration-page .registration-section .form-wrp p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #1c3666;
  width: 100%;
}
.webinars-registration-page .registration-section .form-wrp .wpcf7-checkbox {
  display: block;
}
.webinars-registration-page
  .registration-section
  .form-wrp
  .wpcf7-checkbox
  > span {
  display: block;
  margin-left: 0;
  padding: 2px 0;
}
.webinars-registration-page
  .registration-section
  .form-wrp
  .wpcf7-checkbox
  > span
  label {
  display: flex;
  align-items: center;
}
.webinars-registration-page
  .registration-section
  .form-wrp
  .wpcf7-checkbox
  > span
  label
  input {
  margin-right: 5px;
}

.landing-page .hero-section {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .landing-page .hero-section {
    background-size: contain;
  }
  .landing-page .hero-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background-color: #1c3666;
  }
  .landing-page .hero-section .container {
    position: relative;
  }
}
.landing-page .hero-section .row {
  justify-content: center;
}
.landing-page .hero-section .title-part h1 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 114%;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .landing-page .hero-section .title-part h1 {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .landing-page .hero-section .title-part h1 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .landing-page .hero-section .title-part h1 {
    font-size: 36px;
  }
}
.landing-page .hero-section .img-wrp {
  text-align: center;
  padding-bottom: 32px;
}
.landing-page .hero-section .img-wrp img {
  width: 400px;
  max-width: 100%;
}
.landing-page .hero-section .animi-wrp {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 0px;
}
.landing-page .hero-section .description p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .landing-page .hero-section .description p {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .landing-page .hero-section .description p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .landing-page .hero-section .description p {
    font-size: 13px;
  }
}
.landing-page .hero-section .btn-wrp {
  text-align: center;
}
.landing-page .hero-section .btn-wrp a {
  padding: 12px 30px;
  background: #0084f8;
  border-radius: 4px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
  display: inline-block;
}
.landing-page .hero-section .btn-wrp a:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media (max-width: 768px) {
  .landing-page .hero-section .btn-wrp a {
    font-size: 16px;
    line-height: 130%;
  }
}
.landing-page .infrastructure-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .landing-page .infrastructure-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.landing-page .infrastructure-section .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #1c3666;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .landing-page .infrastructure-section .title-part h2 {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .landing-page .infrastructure-section .title-part h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .landing-page .infrastructure-section .title-part h2 {
    font-size: 28px;
    text-align: left;
  }
}
.landing-page .infrastructure-section .description p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #52616b;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .landing-page .infrastructure-section .description p {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .landing-page .infrastructure-section .description p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .landing-page .infrastructure-section .description p {
    font-size: 16px;
    text-align: left;
    margin-bottom: 30px;
  }
}
.landing-page .infrastructure-section .infrastructure-wrp {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 768px) {
  .landing-page .infrastructure-section .infrastructure-wrp {
    padding-left: 0;
    padding-right: 0;
  }
}
.landing-page .infrastructure-section .infrastructure-wrp .each .each-wrp {
  height: 100%;
}
@media (max-width: 768px) {
  .landing-page .infrastructure-section .infrastructure-wrp .each .each-wrp {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
.landing-page
  .infrastructure-section
  .infrastructure-wrp
  .each
  .each-wrp
  .sub-title {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}
.landing-page
  .infrastructure-section
  .infrastructure-wrp
  .each
  .each-wrp
  .sub-title
  img {
  width: 60px;
  flex-shrink: 0;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .landing-page
    .infrastructure-section
    .infrastructure-wrp
    .each
    .each-wrp
    .sub-title
    img {
    width: 50px;
  }
}
.landing-page
  .infrastructure-section
  .infrastructure-wrp
  .each
  .each-wrp
  .sub-title
  h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #52616b;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .landing-page
    .infrastructure-section
    .infrastructure-wrp
    .each
    .each-wrp
    .sub-title
    h3 {
    font-size: 22px;
    line-height: 120%;
  }
}
.landing-page
  .infrastructure-section
  .infrastructure-wrp
  .each
  .each-wrp
  .detail
  p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #52616b;
  margin-bottom: 0;
}
.landing-page
  .infrastructure-section
  .infrastructure-wrp
  .each:nth-child(3n + 1) {
  padding-right: 40px;
  border-right: 1px solid #dde1e5;
}
@media (max-width: 768px) {
  .landing-page
    .infrastructure-section
    .infrastructure-wrp
    .each:nth-child(3n + 1) {
    border-right: none;
    padding-right: 15px;
  }
}
.landing-page
  .infrastructure-section
  .infrastructure-wrp
  .each:nth-child(3n + 1)
  .each-wrp {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dde1e5;
}
.landing-page
  .infrastructure-section
  .infrastructure-wrp
  .each:nth-child(3n + 2) {
  padding-right: 30px;
  padding-left: 30px;
  border-right: 1px solid #dde1e5;
}
@media (max-width: 768px) {
  .landing-page
    .infrastructure-section
    .infrastructure-wrp
    .each:nth-child(3n + 2) {
    border-right: none;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.landing-page
  .infrastructure-section
  .infrastructure-wrp
  .each:nth-child(3n + 2)
  .each-wrp {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dde1e5;
}
.landing-page .infrastructure-section .infrastructure-wrp .each:nth-child(3n) {
  padding-right: 30px;
  padding-left: 30px;
  border-right: none;
}
@media (max-width: 768px) {
  .landing-page
    .infrastructure-section
    .infrastructure-wrp
    .each:nth-child(3n) {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.landing-page
  .infrastructure-section
  .infrastructure-wrp
  .each:nth-child(3n)
  .each-wrp {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dde1e5;
}
.landing-page
  .infrastructure-section
  .infrastructure-wrp
  .each:nth-child(1)
  .each-wrp {
  padding-top: 0px;
}
.landing-page
  .infrastructure-section
  .infrastructure-wrp
  .each:nth-child(2)
  .each-wrp {
  padding-top: 0px;
}
.landing-page
  .infrastructure-section
  .infrastructure-wrp
  .each:nth-child(3)
  .each-wrp {
  padding-top: 0px;
}
.landing-page
  .infrastructure-section
  .infrastructure-wrp
  .each:nth-last-child(1)
  .each-wrp {
  border-bottom: none !important;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .landing-page
    .infrastructure-section
    .infrastructure-wrp
    .each:nth-last-child(1)
    .each-wrp {
    border-bottom: 1px solid #dde1e5 !important;
  }
}
.landing-page
  .infrastructure-section
  .infrastructure-wrp
  .each:nth-last-child(2)
  .each-wrp {
  border-bottom: none !important;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .landing-page
    .infrastructure-section
    .infrastructure-wrp
    .each:nth-last-child(2)
    .each-wrp {
    border-bottom: 1px solid #dde1e5 !important;
  }
}
.landing-page
  .infrastructure-section
  .infrastructure-wrp
  .each:nth-last-child(3)
  .each-wrp {
  border-bottom: none !important;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .landing-page
    .infrastructure-section
    .infrastructure-wrp
    .each:nth-last-child(3)
    .each-wrp {
    border-bottom: 1px solid #dde1e5 !important;
  }
}
.landing-page .logos-section {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .landing-page .logos-section {
    padding-bottom: 2rem;
  }
}
.landing-page .logos-section .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #1c3666;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .landing-page .logos-section .title-part h2 {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .landing-page .logos-section .title-part h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .landing-page .logos-section .title-part h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.landing-page .logos-section .slider-wrp .slick-track {
  display: flex;
}
.landing-page .logos-section .slider-wrp .each {
  padding: 0 16px;
  height: inherit;
}
.landing-page .logos-section .slider-wrp .each .each-wrp {
  padding: 30px;
  background-color: #dff5ff;
  border-radius: 8px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-page .logos-section .slider-wrp .each .each-wrp img {
  max-height: 80px;
  margin: 0 auto;
}
.landing-page .about-section {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .landing-page .about-section {
    padding-bottom: 2rem;
  }
}
.landing-page .about-section .inner-wrp {
  background-color: #1c3666;
  border-radius: 16px;
  padding: 40px 60px;
  position: relative;
}
@media (max-width: 768px) {
  .landing-page .about-section .inner-wrp {
    padding: 40px 30px;
    padding-top: 60px;
  }
}
.landing-page .about-section .inner-wrp .arrow-down {
  position: absolute;
  top: -30px;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border: 5px solid #fff;
  border-radius: 50%;
  background-color: #1c3666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-page .about-section .inner-wrp .row {
  align-items: center;
}
.landing-page .about-section .inner-wrp .img-wrp {
  text-align: center;
}
.landing-page .about-section .inner-wrp .img-wrp img {
  width: 316px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .landing-page .about-section .inner-wrp .img-wrp {
    padding-bottom: 30px;
  }
  .landing-page .about-section .inner-wrp .img-wrp img {
    width: 180px;
  }
}
.landing-page .about-section .inner-wrp .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  color: #ffffff;
  margin-bottom: 24px;
  position: relative;
}
.landing-page .about-section .inner-wrp .title-part h2:before {
  content: "";
  position: absolute;
  bottom: -7px;
  border-top: 2px solid #fff;
  width: 200px;
  height: 2px;
  left: 0;
}
@media (max-width: 1200px) {
  .landing-page .about-section .inner-wrp .title-part h2 {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .landing-page .about-section .inner-wrp .title-part h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .landing-page .about-section .inner-wrp .title-part h2 {
    font-size: 28px;
    text-align: center;
  }
  .landing-page .about-section .inner-wrp .title-part h2:before {
    width: 100%;
  }
}
.landing-page .about-section .inner-wrp .description p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .landing-page .about-section .inner-wrp .description p {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .landing-page .about-section .inner-wrp .description p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .landing-page .about-section .inner-wrp .description p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .landing-page .about-section .inner-wrp .btn-wrp {
    text-align: center;
  }
}
.landing-page .about-section .inner-wrp .btn-wrp a {
  display: inline-block;
  padding: 12px 30px;
  background: #0084f8;
  border-radius: 4px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
}
.landing-page .about-section .inner-wrp .btn-wrp a:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media (max-width: 768px) {
  .landing-page .about-section .inner-wrp .btn-wrp a {
    font-size: 16px;
  }
}

.footer-banner {
  background-image: url("../images/footer-banner-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .footer-banner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.footer-banner .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .footer-banner .title-part h2 {
    font-size: 28px;
  }
}
.footer-banner .invest-info {
  display: flex;
  align-items: center;
}
.footer-banner .invest-info .arrow {
  width: 20%;
}
.footer-banner .invest-info .info-wrp {
  width: 80%;
}
.footer-banner .invest-info .info-wrp .private-info {
  padding-bottom: 10px;
}
.footer-banner .invest-info .info-wrp .private-info p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 0;
}
.footer-banner .invest-info .info-wrp .private-info h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 84px;
  color: #ffffff;
  margin-bottom: 0;
}
.footer-banner .invest-info .info-wrp .private-info h3 span {
  font-size: 40px;
  line-height: 110%;
}
@media (max-width: 992px) {
  .footer-banner .invest-info .info-wrp .private-info h3 {
    font-size: 60px;
  }
  .footer-banner .invest-info .info-wrp .private-info h3 span {
    font-size: 30px;
  }
}
.footer-banner .invest-info .info-wrp .public-info {
  padding-bottom: 10px;
}
.footer-banner .invest-info .info-wrp .public-info p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: 0;
}
.footer-banner .invest-info .info-wrp .public-info h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 63px;
  color: #ffffff;
  margin-bottom: 0;
}
.footer-banner .invest-info .info-wrp .public-info h3 span {
  font-size: 30px;
  line-height: 33px;
}
@media (max-width: 768px) {
  .footer-banner .description {
    padding-top: 20px;
  }
}
.footer-banner .description p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 15px;
}
.footer-banner .description ul {
  margin: 0;
  padding: 0;
  padding-left: 25px;
}
.footer-banner .description ul li {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  color: #ffffff;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .footer-banner .description ul li {
    font-size: 16px;
  }
}
.footer-banner .btn-wrp {
  padding-top: 15px;
}
.footer-banner .btn-wrp a {
  display: inline-block;
  padding: 12px 30px;
  background: #0084f8;
  border-radius: 4px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
}
.footer-banner .btn-wrp a:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media (max-width: 768px) {
  .footer-banner .btn-wrp a {
    font-size: 16px;
    line-height: 120%;
  }
}

.about-page .hero-section {
  padding-top: 10rem;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .about-page .hero-section {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}
.about-page .hero-section .row {
  align-items: center;
}
.about-page .hero-section .img-wrp {
  text-align: center;
}
@media (max-width: 768px) {
  .about-page .hero-section .img-wrp {
    padding-bottom: 30px;
  }
}
.about-page .hero-section .img-wrp img {
  width: 500px;
  max-width: 100%;
}
.about-page .hero-section .title-part h1 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  color: #1c3666;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .about-page .hero-section .title-part h1 {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .about-page .hero-section .title-part h1 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .about-page .hero-section .title-part h1 {
    font-size: 36px;
  }
}
.about-page .hero-section .description p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #52616b;
}
.about-page .hero-section .description p strong {
  font-weight: 700;
}
@media (max-width: 992px) {
  .about-page .hero-section .description p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .about-page .hero-section .description p {
    font-size: 16px;
  }
}
.about-page .hero-section .btn-wrp {
  padding-top: 30px;
}
.about-page .hero-section .btn-wrp a {
  padding: 12px 30px;
  background-color: #0084f8;
  border-radius: 4px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
}
.about-page .hero-section .btn-wrp a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .about-page .hero-section .btn-wrp a {
    font-size: 16px;
  }
}
.about-page .characteristics-advantages {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../images/advantages-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.about-page .characteristics-advantages .col-md-6:first-child {
  border-right: 1px solid #fff;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .about-page .characteristics-advantages .col-md-6:first-child {
    border-right: none;
    padding-right: 15px;
  }
}
.about-page .characteristics-advantages .col-md-6:last-child {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .about-page .characteristics-advantages .col-md-6:last-child {
    padding-left: 15px;
  }
}
.about-page .characteristics-advantages .characteristics-part .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .about-page .characteristics-advantages .characteristics-part .title-part h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .about-page .characteristics-advantages .characteristics-part .title-part h2 {
    font-size: 30px;
  }
}
.about-page .characteristics-advantages .characteristics-part .items .item {
  border-bottom: 1px solid #dde1e5;
  padding: 20px 0;
  min-height: 115px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .about-page .characteristics-advantages .characteristics-part .items .item {
    min-height: unset;
  }
}
.about-page
  .characteristics-advantages
  .characteristics-part
  .items
  .item:last-child {
  border: none;
}
.about-page .characteristics-advantages .characteristics-part .items .item svg {
  margin-right: 10px;
  flex-shrink: 0;
  width: 32px;
}
.about-page .characteristics-advantages .characteristics-part .items .item p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .about-page .characteristics-advantages .characteristics-part .items .item p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .about-page .characteristics-advantages .characteristics-part .items .item p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .about-page .characteristics-advantages .advantage-part {
    padding-top: 30px;
  }
}
.about-page .characteristics-advantages .advantage-part .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .about-page .characteristics-advantages .advantage-part .title-part h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .about-page .characteristics-advantages .advantage-part .title-part h2 {
    font-size: 30px;
  }
}
.about-page .characteristics-advantages .advantage-part .items .item {
  border-bottom: 1px solid #dde1e5;
  padding: 20px 0;
  min-height: 115px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .about-page .characteristics-advantages .advantage-part .items .item {
    min-height: unset;
  }
}
.about-page
  .characteristics-advantages
  .advantage-part
  .items
  .item:last-child {
  border: none;
}
.about-page .characteristics-advantages .advantage-part .items .item svg {
  margin-right: 10px;
  flex-shrink: 0;
  width: 32px;
}
.about-page .characteristics-advantages .advantage-part .items .item p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .about-page .characteristics-advantages .advantage-part .items .item p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .about-page .characteristics-advantages .advantage-part .items .item p {
    font-size: 16px;
  }
}
.about-page .korecontract-section {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.about-page .korecontract-section .content-wrp {
  background: #dff5ff;
  border-radius: 16px;
  padding: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .about-page .korecontract-section .content-wrp {
    padding: 30px;
    padding-top: 50px;
  }
}
.about-page .korecontract-section .content-wrp .arrow-down {
  position: absolute;
  top: -30px;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border: 5px solid #fff;
  border-radius: 50%;
  background-color: #dff5ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .korecontract-section .content-wrp .img-wrp {
  text-align: center;
}
.about-page .korecontract-section .content-wrp .img-wrp img {
  width: 324px;
  max-width: 100%;
  margin-bottom: 30px;
}
.about-page .korecontract-section .content-wrp .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #1c3666;
  position: relative;
  margin-bottom: 28px;
}
.about-page .korecontract-section .content-wrp .title-part h2:before {
  content: "";
  position: absolute;
  bottom: -5px;
  border-top: 2px solid #1c3666;
  width: 200px;
  height: 2px;
  left: 0;
}
@media (max-width: 992px) {
  .about-page .korecontract-section .content-wrp .title-part h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .about-page .korecontract-section .content-wrp .title-part h2 {
    font-size: 36px;
    text-align: center;
  }
  .about-page .korecontract-section .content-wrp .title-part h2:before {
    width: 100%;
  }
}
.about-page .korecontract-section .content-wrp .detail p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #52616b;
}
.about-page .korecontract-section .content-wrp .detail h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #1c3666;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .about-page .korecontract-section .content-wrp .detail h3 {
    font-size: 28px;
  }
}
.about-page .korecontract-section .content-wrp .btn-wrp {
  padding-top: 15px;
}
.about-page .korecontract-section .content-wrp .btn-wrp a {
  display: inline-block;
  padding: 12px 30px;
  background: #1c3666;
  border-radius: 4px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  width: fit-content;
}
.about-page .korecontract-section .content-wrp .btn-wrp a svg {
  margin-right: 10px;
}
.about-page .korecontract-section .content-wrp .btn-wrp a:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media (max-width: 768px) {
  .about-page .korecontract-section .content-wrp .btn-wrp a {
    font-size: 16px;
  }
}
.about-page .korecontract-section .content-wrp .audio-wrp {
  padding-top: 15px;
}
.about-page .korecontract-section .content-wrp .audio-wrp .audio-start-wrp {
  padding: 0px 30px;
  height: 45px;
  background-color: #1c3666;
  border-radius: 4px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  width: fit-content;
  cursor: pointer;
  margin-bottom: 15px;
}
.about-page .korecontract-section .content-wrp .audio-wrp .audio-start-wrp svg {
  margin-right: 10px;
}
.about-page
  .korecontract-section
  .content-wrp
  .audio-wrp
  .audio-start-wrp:hover {
  background-color: #0084f8;
}
@media (max-width: 768px) {
  .about-page .korecontract-section .content-wrp .audio-wrp .audio-start-wrp {
    font-size: 16px;
  }
}
.about-page .korecontract-section .content-wrp .audio-wrp .audio-playing-wrp {
  display: none;
  align-items: center;
  width: fit-content;
  padding: 0px 30px;
  background-color: #0084f8;
  border-radius: 4px;
  height: 45px;
  padding-right: 20px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
  margin-bottom: 15px;
}
.about-page
  .korecontract-section
  .content-wrp
  .audio-wrp
  .audio-playing-wrp
  > span {
  margin-right: 10px;
  display: inline-block;
}
.about-page
  .korecontract-section
  .content-wrp
  .audio-wrp
  .audio-playing-wrp
  .audio-current-time {
  margin-right: 3px;
  width: 40px;
  text-align: right;
}
.about-page
  .korecontract-section
  .content-wrp
  .audio-wrp
  .audio-playing-wrp
  .time-line {
  margin-right: 3px;
}
.about-page
  .korecontract-section
  .content-wrp
  .audio-wrp
  .audio-playing-wrp
  svg {
  margin-right: 10px;
}
.about-page
  .korecontract-section
  .content-wrp
  .audio-wrp
  .audio-playing-wrp
  img {
  margin-right: 10px;
}
.about-page
  .korecontract-section
  .content-wrp
  .audio-wrp
  .audio-playing-wrp
  .unmute-icon {
  cursor: pointer;
}
.about-page
  .korecontract-section
  .content-wrp
  .audio-wrp
  .audio-playing-wrp
  .mute-icon {
  display: none;
  cursor: pointer;
}
.about-page
  .korecontract-section
  .content-wrp
  .audio-wrp
  .audio-playing-wrp
  .stop-playing {
  cursor: pointer;
}
.about-page
  .korecontract-section
  .content-wrp
  .audio-wrp
  .audio-playing-wrp.mute-status
  .mute-icon {
  display: block;
}
.about-page
  .korecontract-section
  .content-wrp
  .audio-wrp
  .audio-playing-wrp.mute-status
  .unmute-icon {
  display: none;
}
.about-page
  .korecontract-section
  .content-wrp
  .audio-wrp
  .audio-playing-wrp
  .animi-bar {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-right: 10px;
}
.about-page
  .korecontract-section
  .content-wrp
  .audio-wrp
  .audio-playing-wrp
  .animi-bar
  span {
  display: inline-block;
  height: 30px;
  width: 3px;
  background-color: #fff;
  border-radius: 5px;
}
.about-page
  .korecontract-section
  .content-wrp
  .audio-wrp
  .audio-playing-wrp
  audio::-webkit-media-controls-panel {
  background-color: #0084f8;
}
.about-page
  .korecontract-section
  .content-wrp
  .audio-wrp.audio-play
  .audio-start-wrp {
  display: none;
}
.about-page
  .korecontract-section
  .content-wrp
  .audio-wrp.audio-play
  .audio-playing-wrp {
  display: flex;
}
.about-page .koreprotocol-section {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.about-page .koreprotocol-section .content-wrp {
  background: #dff5ff;
  border-radius: 16px;
  padding: 40px;
  position: relative;
}
.about-page .koreprotocol-section .content-wrp .mobile-view {
  display: none;
}
@media (max-width: 768px) {
  .about-page .koreprotocol-section .content-wrp {
    padding: 30px;
  }
  .about-page .koreprotocol-section .content-wrp .mobile-view {
    display: block;
  }
  .about-page .koreprotocol-section .content-wrp .desktop-view {
    display: none;
  }
}
.about-page .koreprotocol-section .content-wrp .img-wrp {
  text-align: center;
}
.about-page .koreprotocol-section .content-wrp .img-wrp img {
  width: 324px;
  max-width: 100%;
  margin-bottom: 30px;
}
.about-page .koreprotocol-section .content-wrp .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #1c3666;
  position: relative;
  margin-bottom: 28px;
}
.about-page .koreprotocol-section .content-wrp .title-part h2:before {
  content: "";
  position: absolute;
  bottom: -5px;
  border-top: 2px solid #1c3666;
  width: 200px;
  height: 2px;
  left: 0;
}
@media (max-width: 992px) {
  .about-page .koreprotocol-section .content-wrp .title-part h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .about-page .koreprotocol-section .content-wrp .title-part h2 {
    font-size: 36px;
    text-align: center;
  }
  .about-page .koreprotocol-section .content-wrp .title-part h2:before {
    width: 100%;
  }
}
.about-page .koreprotocol-section .content-wrp .detail p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #52616b;
}
.about-page .koreprotocol-section .content-wrp .detail h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #1c3666;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .about-page .koreprotocol-section .content-wrp .detail h3 {
    font-size: 28px;
  }
}
.about-page .koreprotocol-section .content-wrp .btn-wrp {
  padding-top: 15px;
}
.about-page .koreprotocol-section .content-wrp .btn-wrp a {
  display: inline-block;
  padding: 12px 30px;
  background: #1c3666;
  border-radius: 4px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  width: fit-content;
}
.about-page .koreprotocol-section .content-wrp .btn-wrp a svg {
  margin-right: 10px;
}
.about-page .koreprotocol-section .content-wrp .btn-wrp a:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media (max-width: 768px) {
  .about-page .koreprotocol-section .content-wrp .btn-wrp a {
    font-size: 16px;
  }
}
.about-page .koreprotocol-section .content-wrp .audio-wrp {
  padding-top: 15px;
}
.about-page .koreprotocol-section .content-wrp .audio-wrp .audio-start-wrp {
  padding: 0px 30px;
  height: 45px;
  background-color: #1c3666;
  border-radius: 4px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  width: fit-content;
  cursor: pointer;
  margin-bottom: 15px;
}
.about-page .koreprotocol-section .content-wrp .audio-wrp .audio-start-wrp svg {
  margin-right: 10px;
}
.about-page
  .koreprotocol-section
  .content-wrp
  .audio-wrp
  .audio-start-wrp:hover {
  background-color: #0084f8;
}
@media (max-width: 768px) {
  .about-page .koreprotocol-section .content-wrp .audio-wrp .audio-start-wrp {
    font-size: 16px;
  }
}
.about-page .koreprotocol-section .content-wrp .audio-wrp .audio-playing-wrp {
  display: none;
  align-items: center;
  width: fit-content;
  padding: 0px 30px;
  background-color: #0084f8;
  border-radius: 4px;
  height: 45px;
  padding-right: 20px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
  margin-bottom: 15px;
}
.about-page
  .koreprotocol-section
  .content-wrp
  .audio-wrp
  .audio-playing-wrp
  > span {
  margin-right: 10px;
  display: inline-block;
}
.about-page
  .koreprotocol-section
  .content-wrp
  .audio-wrp
  .audio-playing-wrp
  .audio-current-time {
  margin-right: 3px;
  width: 40px;
  text-align: right;
}
.about-page
  .koreprotocol-section
  .content-wrp
  .audio-wrp
  .audio-playing-wrp
  .time-line {
  margin-right: 3px;
}
.about-page
  .koreprotocol-section
  .content-wrp
  .audio-wrp
  .audio-playing-wrp
  svg {
  margin-right: 10px;
}
.about-page
  .koreprotocol-section
  .content-wrp
  .audio-wrp
  .audio-playing-wrp
  img {
  margin-right: 10px;
}
.about-page
  .koreprotocol-section
  .content-wrp
  .audio-wrp
  .audio-playing-wrp
  .unmute-icon {
  cursor: pointer;
}
.about-page
  .koreprotocol-section
  .content-wrp
  .audio-wrp
  .audio-playing-wrp
  .mute-icon {
  display: none;
  cursor: pointer;
}
.about-page
  .koreprotocol-section
  .content-wrp
  .audio-wrp
  .audio-playing-wrp
  .stop-playing {
  cursor: pointer;
}
.about-page
  .koreprotocol-section
  .content-wrp
  .audio-wrp
  .audio-playing-wrp.mute-status
  .mute-icon {
  display: block;
}
.about-page
  .koreprotocol-section
  .content-wrp
  .audio-wrp
  .audio-playing-wrp.mute-status
  .unmute-icon {
  display: none;
}
.about-page
  .koreprotocol-section
  .content-wrp
  .audio-wrp
  .audio-playing-wrp
  .animi-bar {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-right: 10px;
}
.about-page
  .koreprotocol-section
  .content-wrp
  .audio-wrp
  .audio-playing-wrp
  .animi-bar
  span {
  display: inline-block;
  height: 30px;
  width: 3px;
  background-color: #fff;
  border-radius: 5px;
}
.about-page
  .koreprotocol-section
  .content-wrp
  .audio-wrp
  .audio-playing-wrp
  audio::-webkit-media-controls-panel {
  background-color: #0084f8;
}
.about-page
  .koreprotocol-section
  .content-wrp
  .audio-wrp.audio-play
  .audio-start-wrp {
  display: none;
}
.about-page
  .koreprotocol-section
  .content-wrp
  .audio-wrp.audio-play
  .audio-playing-wrp {
  display: flex;
}
.about-page .koreprotocol-section .content-wrp .faq-part {
  padding-top: 30px;
}
.about-page
  .koreprotocol-section
  .content-wrp
  .faq-part
  .accordion
  .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dde1e5;
}
.about-page
  .koreprotocol-section
  .content-wrp
  .faq-part
  .accordion
  .accordion-item
  h2
  button {
  background-color: transparent;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #1c3666;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
}
.about-page
  .koreprotocol-section
  .content-wrp
  .faq-part
  .accordion
  .accordion-item
  h2
  button:after {
  content: "✕";
  background-image: none;
  font-size: 16px;
  color: #0084f8;
  position: absolute;
  top: 18px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page
  .koreprotocol-section
  .content-wrp
  .faq-part
  .accordion
  .accordion-item
  h2
  button.collapsed:after {
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .about-page
    .koreprotocol-section
    .content-wrp
    .faq-part
    .accordion
    .accordion-item
    h2
    button {
    font-size: 16px;
  }
}
.about-page
  .koreprotocol-section
  .content-wrp
  .faq-part
  .accordion
  .accordion-item
  .accordion-body {
  padding-left: 0;
  padding-top: 0;
}
.about-page
  .koreprotocol-section
  .content-wrp
  .faq-part
  .accordion
  .accordion-item
  .accordion-body
  p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(60, 60, 67, 0.85);
}
.about-page .process-section {
  padding-top: 2rem;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .about-page .process-section {
    padding-top: 0;
    padding-bottom: 4rem;
  }
}
.about-page .process-section .benefits-part .sub-title h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #1c3666;
}
@media (max-width: 992px) {
  .about-page .process-section .benefits-part .sub-title h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .about-page .process-section .benefits-part .sub-title h3 {
    font-size: 24px;
  }
}
.about-page .process-section .benefits-part .detail {
  padding-bottom: 40px;
}
.about-page .process-section .benefits-part .detail p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #52616b;
  margin-bottom: 0;
}
.about-page .process-section .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #1c3666;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .about-page .process-section .title-part h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .about-page .process-section .title-part h2 {
    font-size: 36px;
  }
}
.about-page .process-section .img-wrp {
  background: #dff5ff;
  border-radius: 16px;
  padding: 32px;
}
.about-page .process-section .img-wrp img {
  width: 100%;
}
.about-page .process-section .btn-wrp {
  padding-top: 60px;
  text-align: center;
}
.about-page .process-section .btn-wrp a {
  padding: 12px 30px;
  background-color: #0084f8;
  border-radius: 4px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
}
.about-page .process-section .btn-wrp a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .about-page .process-section .btn-wrp a {
    font-size: 16px;
  }
}

.contact-page {
  padding-top: 10rem;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .contact-page {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}
.contact-page .container > .row {
  justify-content: center;
}
.contact-page .title-part h1 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #1c3666;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 992px) {
  .contact-page .title-part h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .contact-page .title-part h1 {
    font-size: 32px;
  }
}
.contact-page .description {
  padding-bottom: 40px;
}
.contact-page .description p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #52616b;
}
@media (max-width: 992px) {
  .contact-page .description p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .contact-page .description p {
    font-size: 16px;
  }
}
.contact-page .contact-info .each {
  margin-bottom: 30px;
}
.contact-page .contact-info .each .each-wrp {
  height: 100%;
  background-color: #dff5ff;
  border-radius: 8px;
  padding: 30px;
  padding-top: 40px;
  text-align: center;
}
@media (max-width: 992px) {
  .contact-page .contact-info .each .each-wrp {
    padding: 30px;
    padding-top: 40px;
  }
}
.contact-page .contact-info .each .each-wrp .img-wrp {
  text-align: center;
}
.contact-page .contact-info .each .each-wrp .sub-title h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  text-align: center;
  color: #1c3666;
  margin-bottom: 8px;
}
.contact-page .contact-info .each .each-wrp .location-info p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #52616b;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .contact-page .contact-info .each .each-wrp .location-info p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .contact-page .contact-info .each .each-wrp .location-info p {
    font-size: 16px;
  }
}
.contact-page .contact-info .each .each-wrp .soial-links {
  display: flex;
  justify-content: space-between;
}
.contact-page .form-wrp {
  border: 1px solid #dde1e5;
  border-radius: 8px;
  padding: 30px;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .contact-page .form-wrp {
    margin-bottom: 30px;
  }
}
.contact-page .form-wrp .form-title h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  text-align: center;
  color: #1c3666;
  margin-bottom: 8px;
}
.contact-page .form-wrp .form-description {
  padding-bottom: 15px;
}
.contact-page .form-wrp .form-description p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #52616b;
}
@media (max-width: 768px) {
  .contact-page .form-wrp .form-description p {
    font-size: 16px;
  }
}
.contact-page .form-wrp form label {
  width: 100%;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7e8387;
}
.contact-page .form-wrp form label input[type="text"],
.contact-page .form-wrp form label input[type="url"],
.contact-page .form-wrp form label input[type="email"],
.contact-page .form-wrp form label select {
  width: 100%;
  background: #ffffff;
  border: 1px solid #c9d6df;
  border-radius: 4px;
  height: 45px;
  padding-left: 8px;
  padding-right: 8px;
}
.contact-page .form-wrp form label textarea {
  padding: 5px 8px;
}
.contact-page .form-wrp form label input[type="checkbox"] {
  vertical-align: middle;
}
.contact-page .form-wrp form .country-select.inside input,
.contact-page .form-wrp form .country-select.inside input[type="text"] {
  padding-left: 52px;
}
.contact-page .form-wrp form .intl-tel-input.allow-dropdown input,
.contact-page .form-wrp form .intl-tel-input.allow-dropdown input[type="tel"],
.contact-page .form-wrp form .intl-tel-input.allow-dropdown input[type="text"],
.contact-page .form-wrp form .intl-tel-input.separate-dial-code input,
.contact-page
  .form-wrp
  form
  .intl-tel-input.separate-dial-code
  input[type="tel"],
.contact-page
  .form-wrp
  form
  .intl-tel-input.separate-dial-code
  input[type="text"] {
  padding-left: 52px;
}
.contact-page .form-wrp form .wpcf7-list-item {
  margin-left: 0;
}
.contact-page .form-wrp form .wpcf7-submit,
.contact-page .form-wrp form button {
  background: #0084f8;
  border-radius: 4px;
  height: 45px;
  color: #fff;
  border: none;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: block;
  margin: 0 auto;
  padding: 10px 40px;
}
@media (max-width: 768px) {
  .contact-page .form-wrp form .wpcf7-submit,
  .contact-page .form-wrp form button {
    font-size: 16px;
  }
}
.contact-page .form-wrp form .buttons-wrp {
  width: 100%;
  text-align: center;
}
.contact-page .form-wrp form .buttons-wrp p {
  display: inline-flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
.contact-page .form-wrp form .buttons-wrp p button {
  margin-right: 10px;
}
.contact-page.contact-us-first-step .form-wrp {
  margin-top: 30px;
}

.team-page {
  padding-top: 8rem;
}
@media (max-width: 768px) {
  .team-page {
    padding-top: 4rem;
  }
}
.team-page .team-section {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .team-page .team-section {
    padding-bottom: 2rem;
  }
}
.team-page .team-section .title-part h1 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  color: #1c3666;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 1200px) {
  .team-page .team-section .title-part h1 {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .team-page .team-section .title-part h1 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .team-page .team-section .title-part h1 {
    font-size: 36px;
  }
}
.team-page .team-section .description {
  padding-bottom: 40px;
}
.team-page .team-section .description p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #52616b;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .team-page .team-section .description p {
    font-size: 18px;
  }
}
.team-page .team-section .members-wrp .each {
  margin-bottom: 40px;
}
.team-page .team-section .members-wrp .each .each-wrp {
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #0084f8;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .team-page .team-section .members-wrp .each .each-wrp {
    padding-bottom: 0;
  }
}
.team-page .team-section .members-wrp .each .each-wrp .img-wrp {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
}
.team-page .team-section .members-wrp .each .each-wrp .img-wrp img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.team-page .team-section .members-wrp .each .each-wrp .detail {
  padding: 15px;
}
@media (max-width: 768px) {
  .team-page .team-section .members-wrp .each .each-wrp .detail {
    position: relative;
  }
}
@media (max-width: 768px) {
  .team-page .team-section .members-wrp .each .each-wrp .detail .name {
    padding-right: 40px;
  }
}
.team-page .team-section .members-wrp .each .each-wrp .detail .name h3 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #0084f8;
  margin-bottom: 0;
}
.team-page .team-section .members-wrp .each .each-wrp .detail .position {
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .team-page .team-section .members-wrp .each .each-wrp .detail .position {
    padding-right: 40px;
  }
}
.team-page .team-section .members-wrp .each .each-wrp .detail .position p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #1c3666;
  margin-bottom: 0;
}
.team-page .team-section .members-wrp .each .each-wrp .detail .intro p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #52616b;
  margin-bottom: 15px;
}
.team-page .team-section .members-wrp .each .each-wrp .detail .social-links {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
@media (max-width: 768px) {
  .team-page .team-section .members-wrp .each .each-wrp .detail .social-links {
    bottom: unset;
    left: unset;
    top: 15px;
    right: 15px;
  }
}
.team-page .team-section .members-wrp .each .each-wrp .detail .social-links a {
  display: inline-block;
  background: #0084f8;
  border-radius: 4px;
  transition: all ease 0.3s;
}
.team-page
  .team-section
  .members-wrp
  .each
  .each-wrp
  .detail
  .social-links
  a
  img {
  width: 40px;
}
.team-page
  .team-section
  .members-wrp
  .each
  .each-wrp
  .detail
  .social-links
  a:hover {
  opacity: 0.8;
}
.team-page .partners-section {
  padding-top: 0rem;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .team-page .partners-section {
    padding-bottom: 4rem;
  }
}
.team-page .partners-section .title-part {
  padding-bottom: 32px;
}
.team-page .partners-section .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #1c3666;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .team-page .partners-section .title-part h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .team-page .partners-section .title-part h2 {
    font-size: 32px;
  }
}
.team-page .partners-section .partners-wrp .slider-wrp .slick-track {
  display: flex;
}
.team-page .partners-section .partners-wrp .slider-wrp .each {
  padding: 0 16px;
  height: inherit;
}
.team-page .partners-section .partners-wrp .slider-wrp .each .each-wrp {
  padding: 20px;
  background-color: #dff5ff;
  border-radius: 8px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-page .partners-section .partners-wrp .slider-wrp .each .each-wrp img {
  max-height: 80px;
  margin: 0 auto;
}

.solutions-page .hero-section {
  padding-top: 10rem;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .solutions-page .hero-section {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}
.solutions-page .hero-section .row {
  align-items: center;
}
.solutions-page .hero-section .img-wrp {
  text-align: center;
}
.solutions-page .hero-section .img-wrp img {
  width: 400px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .solutions-page .hero-section .img-wrp {
    padding-bottom: 30px;
  }
}
.solutions-page .hero-section .title-part h1 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  color: #1c3666;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .solutions-page .hero-section .title-part h1 {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .solutions-page .hero-section .title-part h1 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .solutions-page .hero-section .title-part h1 {
    font-size: 36px;
  }
}
.solutions-page .hero-section .detail p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #52616b;
}
.solutions-page .hero-section .detail p strong {
  font-weight: 700;
}
@media (max-width: 992px) {
  .solutions-page .hero-section .detail p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .solutions-page .hero-section .detail p {
    font-size: 16px;
  }
}
.solutions-page .hero-section .detail ul {
  margin: 0;
  padding-left: 10px;
  list-style: none;
}
.solutions-page .hero-section .detail ul li {
  position: relative;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #52616b;
  padding: 10px 0;
  padding-left: 40px;
}
.solutions-page .hero-section .detail ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 33px;
  height: 33px;
  background-image: url("../images/check-circle.svg");
  background-size: 33px 33px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .solutions-page .hero-section .detail ul li:before {
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 992px) {
  .solutions-page .hero-section .detail ul li {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .solutions-page .hero-section .detail ul li {
    font-size: 16px;
    padding: 6px 0;
    padding-left: 30px;
  }
}
.solutions-page .hero-section .btn-wrp {
  padding-top: 30px;
}
.solutions-page .hero-section .btn-wrp a {
  padding: 12px 30px;
  background-color: #0084f8;
  border-radius: 4px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
}
.solutions-page .hero-section .btn-wrp a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .solutions-page .hero-section .btn-wrp a {
    font-size: 16px;
  }
}
.solutions-page .hero-section .mobile-view {
  display: none;
}
@media (max-width: 768px) {
  .solutions-page .hero-section .mobile-view {
    display: block;
  }
  .solutions-page .hero-section .desktop-view {
    display: none;
  }
}
.solutions-page .solutions-section {
  padding-top: 0;
  padding-bottom: 2rem;
}
.solutions-page .solutions-section .content-wrp {
  border-bottom: 2px solid #dde1e5;
  padding-bottom: 30px;
}
.solutions-page .solutions-section .row {
  justify-content: center;
}
.solutions-page .solutions-section .each {
  margin-bottom: 30px;
}
.solutions-page .solutions-section .each .each-wrp {
  position: relative;
  height: 100%;
  padding-bottom: 40px;
}
.solutions-page .solutions-section .each .each-wrp .img-wrapper {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #dff5ff;
  border-radius: 6px;
  margin-bottom: 12px;
}
.solutions-page .solutions-section .each .each-wrp .img-wrapper .img-wrp {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.solutions-page .solutions-section .each .each-wrp .img-wrapper .img-wrp img {
  width: 106px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .solutions-page .solutions-section .each .each-wrp .img-wrapper .img-wrp img {
    width: 200px;
  }
}
.solutions-page .solutions-section .each .each-wrp .sub-title h3 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #1c3666;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .solutions-page .solutions-section .each .each-wrp .sub-title h3 {
    font-size: 18px;
  }
}
.solutions-page .solutions-section .each .each-wrp .description p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #52616b;
}
.solutions-page .solutions-section .each .each-wrp .btn-wrp {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.solutions-page .solutions-section .each .each-wrp .btn-wrp a {
  padding: 10px 30px;
  background-color: #0084f8;
  border-radius: 4px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: all ease 0.3s;
  display: inline-block;
}
@media (max-width: 768px) {
  .solutions-page .solutions-section .each .each-wrp .btn-wrp a {
    font-size: 16px;
  }
}
.solutions-page .solutions-section .each .each-wrp .btn-wrp a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.solutions-page .koreid-verified-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.solutions-page .koreid-verified-section .row {
  align-items: center;
}
.solutions-page .koreid-verified-section .img-wrp {
  text-align: center;
}
.solutions-page .koreid-verified-section .img-wrp img {
  width: 500px;
  max-width: 100%;
}
.solutions-page .koreid-verified-section .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  color: #1c3666;
  margin-bottom: 16px;
}
.solutions-page .koreid-verified-section .detail p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #52616b;
}
.solutions-page .koreid-verified-section .detail p strong {
  font-weight: 700;
}
.solutions-page .koreid-verified-section .detail > ul {
  margin: 0;
  padding-left: 40px;
  list-style: none;
}
.solutions-page .koreid-verified-section .detail > ul > li {
  position: relative;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #52616b;
  padding: 10px 0;
  padding-left: 40px;
}
.solutions-page .koreid-verified-section .detail > ul > li:before {
  content: url("../images/check-circle.svg");
  position: absolute;
  top: 6px;
  left: 0;
  width: 33px;
  height: 33px;
}
.solutions-page .koreid-verified-section .detail > ul > li ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.solutions-page .koreid-verified-section .detail > ul > li ul li {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #52616b;
  padding: 3px 0;
}
.solutions-page .koreid-verified-section .detail > ul > li ul li::marker {
  color: #0084f8;
}
.solutions-page .koreid-verified-section .btn-wrp {
  padding-top: 30px;
}
.solutions-page .koreid-verified-section .btn-wrp a {
  padding: 8px 30px;
  background-color: #0084f8;
  border-radius: 4px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
}
.solutions-page .koreid-verified-section .btn-wrp a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.solutions-page .infrastructure-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .solutions-page .infrastructure-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.solutions-page .infrastructure-section .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #1c3666;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .solutions-page .infrastructure-section .title-part h2 {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .solutions-page .infrastructure-section .title-part h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .solutions-page .infrastructure-section .title-part h2 {
    font-size: 28px;
    text-align: left;
  }
}
.solutions-page .infrastructure-section .description p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #52616b;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .solutions-page .infrastructure-section .description p {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .solutions-page .infrastructure-section .description p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .solutions-page .infrastructure-section .description p {
    font-size: 16px;
    text-align: left;
    margin-bottom: 30px;
  }
}
.solutions-page .infrastructure-section .infrastructure-wrp {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 768px) {
  .solutions-page .infrastructure-section .infrastructure-wrp {
    padding-left: 0;
    padding-right: 0;
  }
}
.solutions-page .infrastructure-section .infrastructure-wrp .each .each-wrp {
  height: 100%;
}
@media (max-width: 768px) {
  .solutions-page .infrastructure-section .infrastructure-wrp .each .each-wrp {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
.solutions-page
  .infrastructure-section
  .infrastructure-wrp
  .each
  .each-wrp
  .sub-title {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}
.solutions-page
  .infrastructure-section
  .infrastructure-wrp
  .each
  .each-wrp
  .sub-title
  img {
  width: 60px;
  flex-shrink: 0;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .solutions-page
    .infrastructure-section
    .infrastructure-wrp
    .each
    .each-wrp
    .sub-title
    img {
    width: 50px;
  }
}
.solutions-page
  .infrastructure-section
  .infrastructure-wrp
  .each
  .each-wrp
  .sub-title
  h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #52616b;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .solutions-page
    .infrastructure-section
    .infrastructure-wrp
    .each
    .each-wrp
    .sub-title
    h3 {
    font-size: 22px;
    line-height: 120%;
  }
}
.solutions-page
  .infrastructure-section
  .infrastructure-wrp
  .each
  .each-wrp
  .detail
  p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #52616b;
  margin-bottom: 0;
}
.solutions-page
  .infrastructure-section
  .infrastructure-wrp
  .each:nth-child(3n + 1) {
  padding-right: 40px;
  border-right: 1px solid #dde1e5;
}
@media (max-width: 768px) {
  .solutions-page
    .infrastructure-section
    .infrastructure-wrp
    .each:nth-child(3n + 1) {
    border-right: none;
    padding-right: 15px;
  }
}
.solutions-page
  .infrastructure-section
  .infrastructure-wrp
  .each:nth-child(3n + 1)
  .each-wrp {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dde1e5;
}
.solutions-page
  .infrastructure-section
  .infrastructure-wrp
  .each:nth-child(3n + 2) {
  padding-right: 30px;
  padding-left: 30px;
  border-right: 1px solid #dde1e5;
}
@media (max-width: 768px) {
  .solutions-page
    .infrastructure-section
    .infrastructure-wrp
    .each:nth-child(3n + 2) {
    border-right: none;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.solutions-page
  .infrastructure-section
  .infrastructure-wrp
  .each:nth-child(3n + 2)
  .each-wrp {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dde1e5;
}
.solutions-page
  .infrastructure-section
  .infrastructure-wrp
  .each:nth-child(3n) {
  padding-right: 30px;
  padding-left: 30px;
  border-right: none;
}
@media (max-width: 768px) {
  .solutions-page
    .infrastructure-section
    .infrastructure-wrp
    .each:nth-child(3n) {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.solutions-page
  .infrastructure-section
  .infrastructure-wrp
  .each:nth-child(3n)
  .each-wrp {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dde1e5;
}
.solutions-page
  .infrastructure-section
  .infrastructure-wrp
  .each:nth-child(1)
  .each-wrp {
  padding-top: 0px;
}
.solutions-page
  .infrastructure-section
  .infrastructure-wrp
  .each:nth-child(2)
  .each-wrp {
  padding-top: 0px;
}
.solutions-page
  .infrastructure-section
  .infrastructure-wrp
  .each:nth-child(3)
  .each-wrp {
  padding-top: 0px;
}
.solutions-page
  .infrastructure-section
  .infrastructure-wrp
  .each:nth-last-child(1)
  .each-wrp {
  border-bottom: none !important;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .solutions-page
    .infrastructure-section
    .infrastructure-wrp
    .each:nth-last-child(1)
    .each-wrp {
    border-bottom: 1px solid #dde1e5 !important;
  }
}
.solutions-page
  .infrastructure-section
  .infrastructure-wrp
  .each:nth-last-child(2)
  .each-wrp {
  border-bottom: none !important;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .solutions-page
    .infrastructure-section
    .infrastructure-wrp
    .each:nth-last-child(2)
    .each-wrp {
    border-bottom: 1px solid #dde1e5 !important;
  }
}
.solutions-page
  .infrastructure-section
  .infrastructure-wrp
  .each:nth-last-child(3)
  .each-wrp {
  border-bottom: none !important;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .solutions-page
    .infrastructure-section
    .infrastructure-wrp
    .each:nth-last-child(3)
    .each-wrp {
    border-bottom: 1px solid #dde1e5 !important;
  }
}
.solutions-page .private-markets-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .solutions-page .private-markets-section {
    padding-top: 2rem;
  }
}
.solutions-page .private-markets-section .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  color: #1c3666;
}
.solutions-page .private-markets-section .title-part h2 span {
  color: #0084f8;
}
@media (max-width: 992px) {
  .solutions-page .private-markets-section .title-part h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .solutions-page .private-markets-section .title-part h2 {
    font-size: 28px;
  }
}
.solutions-page .private-markets-section .description p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #52616b;
}
@media (max-width: 768px) {
  .solutions-page .private-markets-section .description p {
    font-size: 16px;
  }
}
.solutions-page .private-markets-section .logos-slider {
  padding-top: 40px;
}
.solutions-page .private-markets-section .logos-slider .slick-track {
  display: flex;
  align-items: center;
}
.solutions-page .private-markets-section .logos-slider .item {
  opacity: 0;
}
.solutions-page .private-markets-section .logos-slider .item .item-wrapper {
  transition: all ease 0.3s;
}
.solutions-page
  .private-markets-section
  .logos-slider
  .item
  .item-wrapper
  .item-wrp {
  background-color: #1c3666;
  position: relative;
  -webkit-mask-image: url("../images/logo-mask.svg");
  mask-image: url("../images/logo-mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.solutions-page
  .private-markets-section
  .logos-slider
  .item
  .item-wrapper
  .item-wrp
  .img-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transition: all ease 0.3s;
}
.solutions-page
  .private-markets-section
  .logos-slider
  .item
  .item-wrapper
  .item-wrp
  .img-wrp
  img {
  width: 120px;
  max-width: 100%;
}
.solutions-page
  .private-markets-section
  .logos-slider
  .item
  .item-wrapper
  .item-wrp
  .sub-title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all ease 0.3s;
  padding: 30px 40px;
}
.solutions-page
  .private-markets-section
  .logos-slider
  .item
  .item-wrapper
  .item-wrp
  .sub-title
  h3 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}
.solutions-page
  .private-markets-section
  .logos-slider
  .item
  .item-wrapper
  .item-wrp:hover
  .img-wrp {
  opacity: 0;
}
.solutions-page
  .private-markets-section
  .logos-slider
  .item
  .item-wrapper
  .item-wrp:hover
  .sub-title {
  opacity: 1;
}
.solutions-page .private-markets-section .logos-slider .slick-active {
  opacity: 1;
}
.solutions-page
  .private-markets-section
  .logos-slider
  .slick-active
  .item-wrapper {
  padding: 40px 10px 40px 70px;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .solutions-page
    .private-markets-section
    .logos-slider
    .slick-active
    .item-wrapper {
    padding: 20px 10px 20px 30px;
  }
}
.solutions-page
  .private-markets-section
  .logos-slider
  .slick-active
  .item-wrapper
  .item-wrp:hover
  .img-wrp {
  opacity: 1;
}
.solutions-page
  .private-markets-section
  .logos-slider
  .slick-active
  .item-wrapper
  .item-wrp:hover
  .sub-title {
  opacity: 0;
}
@media (max-width: 768px) {
  .solutions-page
    .private-markets-section
    .logos-slider
    .slick-active
    .item-wrapper {
    padding: 15px;
    opacity: 1;
  }
  .solutions-page
    .private-markets-section
    .logos-slider
    .slick-active
    .item-wrapper
    .item-wrp:hover
    .img-wrp {
    opacity: 0;
  }
  .solutions-page
    .private-markets-section
    .logos-slider
    .slick-active
    .item-wrapper
    .item-wrp:hover
    .sub-title {
    opacity: 1;
  }
}
.solutions-page
  .private-markets-section
  .logos-slider
  .slick-active
  + .slick-active
  .item-wrapper {
  padding: 30px;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .solutions-page
    .private-markets-section
    .logos-slider
    .slick-active
    + .slick-active
    .item-wrapper {
    padding: 15px;
  }
}
.solutions-page
  .private-markets-section
  .logos-slider
  .slick-active
  + .slick-active
  .item-wrapper
  .item-wrp:hover
  .img-wrp {
  opacity: 1;
}
.solutions-page
  .private-markets-section
  .logos-slider
  .slick-active
  + .slick-active
  .item-wrapper
  .item-wrp:hover
  .sub-title {
  opacity: 0;
}
@media (max-width: 768px) {
  .solutions-page
    .private-markets-section
    .logos-slider
    .slick-active
    + .slick-active
    .item-wrapper {
    padding: 15px;
    opacity: 1;
  }
  .solutions-page
    .private-markets-section
    .logos-slider
    .slick-active
    + .slick-active
    .item-wrapper
    .item-wrp:hover
    .img-wrp {
    opacity: 0;
  }
  .solutions-page
    .private-markets-section
    .logos-slider
    .slick-active
    + .slick-active
    .item-wrapper
    .item-wrp:hover
    .sub-title {
    opacity: 1;
  }
}
.solutions-page
  .private-markets-section
  .logos-slider
  .slick-active
  + .slick-active
  + .slick-active
  .item-wrapper {
  padding: 0px;
  opacity: 1;
}
.solutions-page
  .private-markets-section
  .logos-slider
  .slick-active
  + .slick-active
  + .slick-active
  .item-wrapper
  .item-wrp:hover
  .img-wrp {
  opacity: 0;
}
.solutions-page
  .private-markets-section
  .logos-slider
  .slick-active
  + .slick-active
  + .slick-active
  .item-wrapper
  .item-wrp:hover
  .sub-title {
  opacity: 1;
}
.solutions-page
  .private-markets-section
  .logos-slider
  .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  .item-wrapper {
  padding: 0px;
  opacity: 1;
}
.solutions-page
  .private-markets-section
  .logos-slider
  .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  .item-wrapper
  .item-wrp:hover
  .img-wrp {
  opacity: 0;
}
.solutions-page
  .private-markets-section
  .logos-slider
  .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  .item-wrapper
  .item-wrp:hover
  .sub-title {
  opacity: 1;
}
.solutions-page
  .private-markets-section
  .logos-slider
  .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  .item-wrapper {
  padding: 0px;
  opacity: 1;
}
.solutions-page
  .private-markets-section
  .logos-slider
  .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  .item-wrapper
  .item-wrp:hover
  .img-wrp {
  opacity: 0;
}
.solutions-page
  .private-markets-section
  .logos-slider
  .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  .item-wrapper
  .item-wrp:hover
  .sub-title {
  opacity: 1;
}
.solutions-page
  .private-markets-section
  .logos-slider
  .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  .item-wrapper {
  padding: 30px;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .solutions-page
    .private-markets-section
    .logos-slider
    .slick-active
    + .slick-active
    + .slick-active
    + .slick-active
    + .slick-active
    + .slick-active
    .item-wrapper {
    padding: 15px;
  }
}
.solutions-page
  .private-markets-section
  .logos-slider
  .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  .item-wrapper
  .item-wrp:hover
  .img-wrp {
  opacity: 1;
}
.solutions-page
  .private-markets-section
  .logos-slider
  .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  .item-wrapper
  .item-wrp:hover
  .sub-title {
  opacity: 0;
}
.solutions-page
  .private-markets-section
  .logos-slider
  .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  .item-wrapper {
  padding: 40px 70px 40px 10px;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .solutions-page
    .private-markets-section
    .logos-slider
    .slick-active
    + .slick-active
    + .slick-active
    + .slick-active
    + .slick-active
    + .slick-active
    + .slick-active
    .item-wrapper {
    padding: 20px 30px 20px 10px;
  }
}
.solutions-page
  .private-markets-section
  .logos-slider
  .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  .item-wrapper
  .item-wrp:hover
  .img-wrp {
  opacity: 1;
}
.solutions-page
  .private-markets-section
  .logos-slider
  .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  .item-wrapper
  .item-wrp:hover
  .sub-title {
  opacity: 0;
}

.solution-page .hero-section {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../images/solutions-hero-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 1600px) {
  .solution-page .hero-section {
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .solution-page .hero-section {
    padding-top: 8rem;
    padding-bottom: 2rem;
    background-image: url("../images/solutions-hero-bg-mobile.png");
    background-size: cover;
  }
}
@media (max-width: 450px) {
  .solution-page .hero-section {
    background-size: contain;
  }
}
.solution-page .hero-section .row {
  align-items: center;
}
.solution-page .hero-section .inner-wrp {
  border-bottom: 2px solid #dde1e5;
  padding-bottom: 4rem;
}
.solution-page .hero-section .img-wrp {
  text-align: center;
}
.solution-page .hero-section .img-wrp img {
  width: 400px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .solution-page .hero-section .img-wrp {
    padding-bottom: 30px;
  }
}
.solution-page .hero-section .title-part h1 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  color: #1c3666;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .solution-page .hero-section .title-part h1 {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .solution-page .hero-section .title-part h1 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .solution-page .hero-section .title-part h1 {
    font-size: 36px;
  }
}
.solution-page .hero-section .sub-title p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #52616b;
  margin-bottom: 20px;
}
.solution-page .hero-section .detail p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #52616b;
}
.solution-page .hero-section .detail p strong {
  font-weight: 700;
}
@media (max-width: 992px) {
  .solution-page .hero-section .detail p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .solution-page .hero-section .detail p {
    font-size: 16px;
  }
}
.solution-page .hero-section .btn-wrp {
  padding-top: 30px;
}
.solution-page .hero-section .btn-wrp a {
  padding: 12px 30px;
  background-color: #0084f8;
  border-radius: 4px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
}
.solution-page .hero-section .btn-wrp a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .solution-page .hero-section .btn-wrp a {
    font-size: 16px;
  }
}
.solution-page .hero-section .mobile-view {
  display: none;
}
@media (max-width: 768px) {
  .solution-page .hero-section .mobile-view {
    display: block;
  }
  .solution-page .hero-section .desktop-view {
    display: none;
  }
}
.solution-page .solution-section .each {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.solution-page .solution-section .each .mobile-view {
  display: none;
}
@media (max-width: 768px) {
  .solution-page .solution-section .each {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .solution-page .solution-section .each .mobile-view {
    display: block;
  }
  .solution-page .solution-section .each .desktop-view {
    display: none;
  }
}
.solution-page .solution-section .each .img-wrp {
  text-align: center;
}
@media (max-width: 768px) {
  .solution-page .solution-section .each .img-wrp {
    padding-bottom: 30px;
  }
}
.solution-page .solution-section .each .img-wrp img {
  width: 400px;
  max-width: 100%;
}
.solution-page .solution-section .each .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #1c3666;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .solution-page .solution-section .each .title-part h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .solution-page .solution-section .each .title-part h2 {
    font-size: 28px;
  }
}
.solution-page .solution-section .each .title-part h2 span {
  color: #0084f8;
}
.solution-page .solution-section .each .detail p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #52616b;
}
@media (max-width: 768px) {
  .solution-page .solution-section .each .detail p {
    font-size: 16px;
  }
}
.solution-page .solution-section .each .detail h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #1c3666;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .solution-page .solution-section .each .detail h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .solution-page .solution-section .each .detail h2 {
    font-size: 28px;
  }
}
.solution-page .solution-section .each .detail h2 span {
  color: #0084f8;
}
.solution-page .solution-section .each .detail .sub-title {
  color: #1c3666;
  font-weight: 700;
}
.solution-page .solution-section .each .detail .sub-title .highlight {
  color: #0084f8;
}
.solution-page .solution-section .each .detail .highlight {
  color: #0084f8;
}
.solution-page .solution-section .each .detail ul {
  margin: 0;
  padding-left: 10px;
  list-style: none;
}
.solution-page .solution-section .each .detail ul > li {
  position: relative;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #52616b;
  padding: 10px 0;
  padding-left: 40px;
}
.solution-page .solution-section .each .detail ul > li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 33px;
  height: 33px;
  background-image: url("../images/check-circle.svg");
  background-size: 33px 33px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .solution-page .solution-section .each .detail ul > li:before {
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 992px) {
  .solution-page .solution-section .each .detail ul > li {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .solution-page .solution-section .each .detail ul > li {
    font-size: 16px;
    padding: 6px 0;
    padding-left: 30px;
  }
}
.solution-page .solution-section .each .detail ul > li > ul {
  list-style: disc;
  margin: 0;
  padding: 0;
  padding-left: 25px;
  padding-top: 10px;
}
.solution-page .solution-section .each .detail ul > li > ul > li {
  padding: 5px 0;
  padding-left: 0;
}
.solution-page .solution-section .each .detail ul > li > ul > li::marker {
  color: #0084f8;
}
.solution-page .solution-section .each .detail ul > li > ul > li:before {
  display: none;
}
.solution-page .solution-section .each .btn-wrp {
  padding-top: 15px;
}
.solution-page .solution-section .each .btn-wrp a {
  padding: 10px 30px;
  background-color: #0084f8;
  border-radius: 4px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
  display: inline-block;
}
@media (max-width: 768px) {
  .solution-page .solution-section .each .btn-wrp a {
    font-size: 16px;
  }
}
.solution-page .solution-section .each .btn-wrp a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.solution-page .middle-banner {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.solution-page .middle-banner .inner-wrp {
  background-color: #dff5ff;
  border-radius: 16px;
  padding: 40px;
}
@media (max-width: 768px) {
  .solution-page .middle-banner .inner-wrp {
    padding: 30px 15px;
  }
}
.solution-page .middle-banner .inner-wrp .row {
  align-items: center;
}
.solution-page .middle-banner .inner-wrp .mobile-view {
  display: none;
}
@media (max-width: 768px) {
  .solution-page .middle-banner .inner-wrp .desktop-view {
    display: none;
  }
  .solution-page .middle-banner .inner-wrp .mobile-view {
    display: block;
  }
}
.solution-page .middle-banner .inner-wrp .img-wrp {
  text-align: center;
}
@media (max-width: 768px) {
  .solution-page .middle-banner .inner-wrp .img-wrp {
    padding-bottom: 30px;
  }
}
.solution-page .middle-banner .inner-wrp .img-wrp img {
  width: 350px;
  max-width: 100%;
}
.solution-page .middle-banner .inner-wrp .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #1c3666;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .solution-page .middle-banner .inner-wrp .title-part h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .solution-page .middle-banner .inner-wrp .title-part h2 {
    font-size: 28px;
  }
}
.solution-page .middle-banner .inner-wrp .title-part h2 span {
  color: #0084f8;
}
.solution-page .middle-banner .inner-wrp .detail p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #52616b;
}
@media (max-width: 768px) {
  .solution-page .middle-banner .inner-wrp .detail p {
    font-size: 16px;
  }
}
.solution-page .middle-banner .inner-wrp .detail .logos-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 30px;
}
.solution-page .middle-banner .inner-wrp .detail .logos-wrp img {
  max-height: 32px;
}
@media (max-width: 1200px) {
  .solution-page .middle-banner .inner-wrp .detail .logos-wrp {
    gap: 15px;
  }
  .solution-page .middle-banner .inner-wrp .detail .logos-wrp img {
    max-width: 20%;
  }
}
@media (max-width: 768px) {
  .solution-page .middle-banner .inner-wrp .detail .logos-wrp {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .solution-page .middle-banner .inner-wrp .detail .logos-wrp img {
    max-width: 40%;
    max-height: 20px;
  }
}
.solution-page .middle-banner .inner-wrp .detail .sub-title {
  color: #1c3666;
  font-weight: 700;
}
.solution-page .middle-banner .inner-wrp .detail .sub-title .highlight {
  color: #0084f8;
}
.solution-page .middle-banner .inner-wrp .btn-wrp {
  padding-top: 15px;
}
.solution-page .middle-banner .inner-wrp .btn-wrp a {
  padding: 10px 30px;
  background-color: #0084f8;
  border-radius: 4px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
  display: inline-block;
}
.solution-page .middle-banner .inner-wrp .btn-wrp a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.solution-page .bottom-banner {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .solution-page .bottom-banner {
    padding-top: 0;
  }
}
.solution-page .bottom-banner .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #1c3666;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .solution-page .bottom-banner .title-part h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .solution-page .bottom-banner .title-part h2 {
    font-size: 28px;
  }
}
.solution-page .bottom-banner .title-part h2 span {
  color: #0084f8;
}
.solution-page .bottom-banner .description {
  padding-bottom: 30px;
}
.solution-page .bottom-banner .description p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #52616b;
}
@media (max-width: 768px) {
  .solution-page .bottom-banner .description p {
    font-size: 18px;
  }
}
.solution-page .bottom-banner .items .item {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .solution-page .bottom-banner .items .item {
    width: 50%;
  }
}
.solution-page .bottom-banner .items .item .item-wrp .img-wrp {
  background-color: #dff5ff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px;
  margin-bottom: 10px;
}
.solution-page .bottom-banner .items .item .item-wrp .img-wrp img {
  max-height: 100px;
  max-width: 100%;
}
.solution-page .bottom-banner .items .item .item-wrp .detail {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #52616b;
}
.solution-page .bottom-banner .items .item .item-wrp .detail p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #52616b;
}
.solution-page .bottom-banner .items .item .item-wrp .detail h3 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #52616b;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .solution-page .bottom-banner .items .item .item-wrp .detail h3 {
    font-size: 18px;
  }
}
.solution-page .bottom-banner .btn-wrp {
  padding-top: 30px;
  text-align: center;
}
.solution-page .bottom-banner .btn-wrp a {
  padding: 10px 30px;
  background-color: #0084f8;
  border-radius: 4px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
  display: inline-block;
}
.solution-page .bottom-banner .btn-wrp a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .solution-page .bottom-banner .btn-wrp a {
    font-size: 16px;
  }
}
.solution-page .html-block {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.solution-page .html-block h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: #1c3666;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .solution-page .html-block h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .solution-page .html-block h3 {
    font-size: 24px;
  }
}
.solution-page .html-block p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #52616b;
}
@media (max-width: 992px) {
  .solution-page .html-block p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .solution-page .html-block p {
    font-size: 16px;
  }
}
.solution-page .cards-section {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.solution-page .cards-section .each {
  margin-bottom: 30px;
}
.solution-page .cards-section .each .each-wrp {
  height: 100%;
  background-color: #dff5ff;
  border-radius: 16px;
  padding: 40px;
  padding-bottom: 100px;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .solution-page .cards-section .each .each-wrp {
    padding: 30px;
    padding-bottom: 100px;
  }
}
.solution-page .cards-section .each .each-wrp .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #1c3666;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .solution-page .cards-section .each .each-wrp .title-part h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .solution-page .cards-section .each .each-wrp .title-part h2 {
    font-size: 28px;
  }
}
.solution-page .cards-section .each .each-wrp .title-part h2 span {
  color: #0084f8;
}
.solution-page .cards-section .each .each-wrp .sub-title p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #1c3666;
}
.solution-page .cards-section .each .each-wrp .sub-title p span {
  color: #0084f8;
}
@media (max-width: 992px) {
  .solution-page .cards-section .each .each-wrp .sub-title p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .solution-page .cards-section .each .each-wrp .sub-title p {
    font-size: 16px;
  }
}
.solution-page .cards-section .each .each-wrp .description p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #1c3666;
}
.solution-page .cards-section .each .each-wrp .description p span {
  color: #0084f8;
}
@media (max-width: 992px) {
  .solution-page .cards-section .each .each-wrp .description p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .solution-page .cards-section .each .each-wrp .description p {
    font-size: 16px;
  }
}
.solution-page .cards-section .each .each-wrp .btn-wrp {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .solution-page .cards-section .each .each-wrp .btn-wrp {
    bottom: 40px;
  }
}
.solution-page .cards-section .each .each-wrp .btn-wrp a {
  padding: 12px 30px;
  background-color: #0084f8;
  border-radius: 4px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
}
.solution-page .cards-section .each .each-wrp .btn-wrp a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .solution-page .cards-section .each .each-wrp .btn-wrp a {
    font-size: 16px;
  }
}
.solution-page .form-section {
  padding-top: 0rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .solution-page .form-section {
    padding-bottom: 2rem;
  }
}
.solution-page .form-section .inner-wrp {
  border-top: 2px solid #dde1e5;
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .solution-page .form-section .inner-wrp {
    padding-top: 2rem;
  }
}
.solution-page .form-section .inner-wrp > .row {
  justify-content: center;
}
.solution-page .form-section .logo-wrp {
  text-align: center;
  padding-bottom: 30px;
}
.solution-page .form-section .logo-wrp img {
  width: 174px;
  max-width: 100%;
}
.solution-page .form-section .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  color: #1c3666;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .solution-page .form-section .title-part h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .solution-page .form-section .title-part h2 {
    font-size: 28px;
  }
}
.solution-page .form-section .title-part h2 span {
  color: #0084f8;
}
.solution-page .form-section .form-title p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #0084f8;
  margin-bottom: 20px;
}
.solution-page .form-section .form-part form label {
  width: 100%;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7e8387;
}
.solution-page .form-section .form-part form label input[type="text"],
.solution-page .form-section .form-part form label input[type="email"] {
  width: 100%;
  background: #ffffff;
  border: 1px solid #c9d6df;
  border-radius: 4px;
  height: 45px;
}
.solution-page .form-section .form-part form label input[type="checkbox"] {
  vertical-align: middle;
}
.solution-page .form-section .form-part form .wpcf7-list-item {
  margin-left: 0;
}
.solution-page .form-section .form-part form .wpcf7-submit {
  background: #0084f8;
  border-radius: 4px;
  height: 45px;
  color: #fff;
  border: none;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: block;
  margin: 0 auto;
  padding: 10px 40px;
}
@media (max-width: 768px) {
  .solution-page .form-section .form-part form .wpcf7-submit {
    font-size: 16px;
  }
}

.media-page .hero-section {
  padding-top: 12rem;
}
@media (max-width: 768px) {
  .media-page .hero-section {
    padding-top: 8rem;
  }
}
.media-page .hero-section .inner-wrp {
  border-bottom: 2px solid #dde1e5;
  padding-bottom: 4rem;
}
.media-page .hero-section .title-part h1 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  text-align: center;
  color: #1c3666;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .media-page .hero-section .title-part h1 {
    font-size: 32px;
  }
}
.media-page .hero-section .description p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #52616b;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .media-page .hero-section .description p {
    font-size: 18px;
  }
}
.media-page .latest-news-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .media-page .latest-news-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.media-page .latest-news-section .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #1c3666;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .media-page .latest-news-section .title-part h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .media-page .latest-news-section .posts-wrp .each {
    margin-bottom: 30px;
  }
}
.media-page .latest-news-section .posts-wrp .each .each-wrp .img-wrp {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f1f1f1;
  margin-bottom: 16px;
  border: 1px solid #f1f1f1;
}
.media-page .latest-news-section .posts-wrp .each .each-wrp .img-wrp img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.media-page .latest-news-section .posts-wrp .each .each-wrp .post-info {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.media-page
  .latest-news-section
  .posts-wrp
  .each
  .each-wrp
  .post-info
  .author-photo {
  flex-shrink: 0;
  margin-right: 8px;
}
.media-page
  .latest-news-section
  .posts-wrp
  .each
  .each-wrp
  .post-info
  .author-photo
  img {
  width: 32px;
}
.media-page
  .latest-news-section
  .posts-wrp
  .each
  .each-wrp
  .post-info
  .author-name-date
  p {
  margin: 0;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #52616b;
}
.media-page
  .latest-news-section
  .posts-wrp
  .each
  .each-wrp
  .post-info
  .author-name-date
  p
  span {
  display: inline-block;
  margin: 0 5px;
}
.media-page .latest-news-section .posts-wrp .each .each-wrp .post-title a {
  text-decoration: none;
}
.media-page .latest-news-section .posts-wrp .each .each-wrp .post-title h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: #1c3666;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .media-page .latest-news-section .posts-wrp .each .each-wrp .post-title h3 {
    font-size: 22px;
  }
}
.media-page .latest-news-section .posts-wrp .each .each-wrp .post-excerpt {
  margin-bottom: 16px;
}
.media-page .latest-news-section .posts-wrp .each .each-wrp .post-excerpt p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #52616b;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.media-page .latest-news-section .posts-wrp .each .each-wrp .tags span {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #0084f8;
  border-radius: 16px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #0084f8;
}
.media-page .social-media-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .media-page .social-media-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.media-page .social-media-section .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #1c3666;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .media-page .social-media-section .title-part h2 {
    font-size: 30px;
  }
}
.media-page .social-media-section .info-wrp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.media-page .social-media-section .info-wrp .detail .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #1c3666;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .media-page .social-media-section .info-wrp .detail .title-part h2 {
    font-size: 30px;
  }
}
.media-page .social-media-section .info-wrp .detail .description {
  padding-bottom: 32px;
}
.media-page .social-media-section .info-wrp .detail .description p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #52616b;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .media-page .social-media-section .info-wrp .detail .description p {
    font-size: 16px;
  }
}
.media-page .social-media-section .info-wrp .detail .btn-wrp a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #0084f8;
  border-radius: 4px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
}
.media-page .social-media-section .info-wrp .detail .btn-wrp a:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media (max-width: 768px) {
  .media-page .social-media-section .info-wrp .detail .btn-wrp a {
    font-size: 16px;
  }
}
.media-page .social-media-section .info-wrp .social-links {
  padding-top: 30px;
}
.media-page .social-media-section .info-wrp .social-links a {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .media-page .social-media-section .info-wrp .social-links a {
    margin-right: 5px;
  }
}
.media-page .social-media-section .info-wrp .social-links a img {
  width: 40px;
}
@media (max-width: 768px) {
  .media-page .social-media-section .info-wrp .social-links a img {
    font-size: 30px;
  }
}
.media-page .social-media-section .img-wrp {
  text-align: right;
}
@media (max-width: 768px) {
  .media-page .social-media-section .img-wrp {
    text-align: center;
    margin-top: 30px;
  }
}
.media-page .social-media-section .img-wrp img {
  width: 440px;
  max-width: 100%;
  border: 1px solid #0084f8;
  border-radius: 16px;
}
.media-page .videos-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .media-page .videos-section {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
.media-page .videos-section .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #1c3666;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .media-page .videos-section .title-part h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .media-page .videos-section .posts-wrp .each {
    margin-bottom: 30px;
  }
}
.media-page .videos-section .posts-wrp .each .each-wrp .img-wrapper .img-wrp {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f1f1f1;
}
.media-page
  .videos-section
  .posts-wrp
  .each
  .each-wrp
  .img-wrapper
  .img-wrp:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(28, 54, 102, 0) 0%, #1c3666 100%);
  top: 0;
  left: 0;
  border-radius: 8px;
  z-index: 1;
  position: absolute;
}
.media-page
  .videos-section
  .posts-wrp
  .each
  .each-wrp
  .img-wrapper
  .img-wrp
  > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.media-page
  .videos-section
  .posts-wrp
  .each
  .each-wrp
  .img-wrapper
  .img-wrp
  .play-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.media-page
  .videos-section
  .posts-wrp
  .each
  .each-wrp
  .img-wrapper
  .img-wrp
  .play-video
  a {
  text-decoration: none;
}
.media-page
  .videos-section
  .posts-wrp
  .each
  .each-wrp
  .img-wrapper
  .img-wrp
  .play-video
  .play-inner {
  text-align: center;
  margin-top: 25px;
  cursor: pointer;
}
.media-page
  .videos-section
  .posts-wrp
  .each
  .each-wrp
  .img-wrapper
  .img-wrp
  .play-video
  .play-inner
  img {
  width: 48px;
  margin-bottom: 10px;
}
.media-page
  .videos-section
  .posts-wrp
  .each
  .each-wrp
  .img-wrapper
  .img-wrp
  .play-video
  .play-inner
  p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .media-page
    .videos-section
    .posts-wrp
    .each
    .each-wrp
    .img-wrapper
    .img-wrp
    .play-video
    .play-inner
    p {
    font-size: 18px;
  }
}
.media-page .korepapers-section {
  padding-bottom: 4rem;
}
.media-page .korepapers-section .inner-wrp {
  border-top: 2px solid #dde1e5;
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .media-page .korepapers-section .inner-wrp {
    padding-top: 2rem;
  }
}
.media-page .korepapers-section .title-part h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #1c3666;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .media-page .korepapers-section .title-part h2 {
    font-size: 30px;
  }
}
.media-page .korepapers-section .description {
  padding-bottom: 56px;
}
.media-page .korepapers-section .description p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #52616b;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .media-page .korepapers-section .description p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .media-page .korepapers-section .description {
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .media-page .korepapers-section .sub-title {
    padding-top: 30px;
  }
}
.media-page .korepapers-section .sub-title h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: #1c3666;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .media-page .korepapers-section .sub-title h3 {
    font-size: 22px;
  }
}
.media-page .korepapers-section .download-wrp ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.media-page .korepapers-section .download-wrp ul li {
  position: relative;
  padding: 10px 0;
}
.media-page .korepapers-section .download-wrp ul li a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #52616b;
  text-decoration: none;
  display: inline-block;
  display: flex;
  align-items: center;
  transition: all ease 0.3s;
}
.media-page .korepapers-section .download-wrp ul li a:hover {
  color: #0084f8;
}
.media-page .korepapers-section .download-wrp ul li a:hover svg path {
  fill: #0084f8;
}
.media-page .korepapers-section .download-wrp ul li a img {
  width: 24px;
  margin-right: 10px;
}
.media-page .korepapers-section .download-wrp ul li a svg {
  margin-right: 10px;
}
.media-page .featured-post-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .media-page .featured-post-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.media-page .featured-post-section .row {
  align-items: center;
}
.media-page .featured-post-section .img-wrapper {
  width: 448px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .media-page .featured-post-section .img-wrapper {
    margin-bottom: 30px;
  }
}
.media-page .featured-post-section .img-wrp {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 16px;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
}
.media-page .featured-post-section .img-wrp img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
.media-page .featured-post-section .post-detail {
  width: 448px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.media-page .featured-post-section .post-detail .post-info {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.media-page .featured-post-section .post-detail .post-info .author-photo {
  flex-shrink: 0;
  margin-right: 8px;
}
.media-page .featured-post-section .post-detail .post-info .author-photo img {
  width: 32px;
}
.media-page .featured-post-section .post-detail .post-info .author-name-date p {
  margin: 0;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #52616b;
}
.media-page
  .featured-post-section
  .post-detail
  .post-info
  .author-name-date
  p
  span {
  display: inline-block;
  margin: 0 5px;
}
.media-page .featured-post-section .post-detail .post-title h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #1c3666;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .media-page .featured-post-section .post-detail .post-title h3 {
    font-size: 24px;
  }
}
.media-page .featured-post-section .post-detail .post-excerpt {
  margin-bottom: 16px;
}
.media-page .featured-post-section .post-detail .post-excerpt p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #52616b;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .media-page .featured-post-section .post-detail .post-excerpt p {
    font-size: 16px;
  }
}
.media-page .featured-post-section .post-detail .tags span {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #0084f8;
  border-radius: 16px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #0084f8;
}
.media-page .featured-post-section .post-detail .btn-wrp {
  padding-top: 30px;
}
.media-page .featured-post-section .post-detail .btn-wrp a {
  display: inline-block;
  padding: 8px 30px;
  background-color: #0084f8;
  border-radius: 4px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
}
.media-page .featured-post-section .post-detail .btn-wrp a:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media (max-width: 768px) {
  .media-page .featured-post-section .post-detail .btn-wrp a {
    font-size: 14px;
  }
}

footer.site-footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #001b36;
}
footer.site-footer .site-branding {
  padding-top: 20px;
  text-align: left;
}
@media (max-width: 768px) {
  footer.site-footer .site-branding {
    text-align: center;
  }
}
footer.site-footer .site-branding a {
  display: inline-block;
}
/* footer.site-footer .site-branding a img {
  width: 174px;
} */
footer.site-footer .subscribe-form-wrp .sub-title p {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}
footer.site-footer .subscribe-form-wrp form {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
footer.site-footer .subscribe-form-wrp form input[type="email"] {
  width: 240px;
  height: 47px;
  padding: 4px 10px;
  border-radius: 8px 0px 0px 8px;
  border: none;
}
footer.site-footer .subscribe-form-wrp form input[type="email"]:focus-visible {
  outline: none;
}
footer.site-footer .subscribe-form-wrp form input[type="submit"] {
  height: 47px;
  padding: 5px 25px;
  background: #0084f8;
  border-radius: 0px 8px 8px 0px;
  border: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
footer.site-footer .subscribe-form-wrp form input[type="submit"]:hover {
  opacity: 0.8;
}
footer.site-footer .subscribe-form-wrp form .wpcf7-spinner {
  display: none;
}
footer.site-footer .subscribe-form-wrp form .wpcf7-response-output {
  position: absolute;
  bottom: -50px;
  color: #fff;
  font-size: 14px;
}
footer.site-footer .social-links {
  padding-top: 20px;
  text-align: right;
}
@media (max-width: 768px) {
  footer.site-footer .social-links {
    text-align: center;
  }
}
footer.site-footer .social-links a {
  display: inline-block;
  margin-right: 10px;
}
footer.site-footer .social-links a img {
  width: 40px;
  height: 40px;
}
footer.site-footer .copyright {
  padding-top: 40px;
  text-align: center;
  border-top: 1px solid #dde1e5;
  margin-top: 30px;
}
footer.site-footer .copyright p {
  font-weight: 300;
  font-size: 13px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 0;
}
footer.site-footer .copyright p a {
  color: #fff;
  text-decoration: none;
}
footer.site-footer .copyright p a:hover {
  text-decoration: underline;
}

footer.main-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #001b36;
}
footer.main-footer .site-branding {
  text-align: left;
  padding-top: 0;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  footer.main-footer .site-branding a img {
    width: 150px;
  }
}
footer.main-footer .social-links {
  text-align: left;
  padding-top: 0;
}
footer.main-footer .footer-description p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #dddddd;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  footer.main-footer .footer-description p {
    font-size: 11px;
  }
}
footer.main-footer .copyright {
  border: none;
  margin-top: 0;
  padding-top: 40px;
}
footer.main-footer .copyright span {
  padding: 0 5px;
}
@media (max-width: 768px) {
  footer.main-footer .copyright {
    padding-top: 15px;
  }
  footer.main-footer .copyright p {
    font-size: 11px;
  }
  footer.main-footer .copyright p span {
    padding: 0 2px;
  }
}
footer.main-footer .inner-wrp {
  display: flex;
  justify-content: flex-end;
  gap: 80px;
}
@media (max-width: 992px) {
  footer.main-footer .inner-wrp {
    padding-top: 30px;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  footer.main-footer .inner-wrp {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  footer.main-footer .inner-wrp .menu-wrp {
    padding-bottom: 20px;
  }
}
footer.main-footer .inner-wrp .menu-wrp p.sub-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 24px;
  margin-bottom: 10px;
}
footer.main-footer .inner-wrp .menu-wrp p.contact-info a {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
  color: #dddddd;
  text-decoration: none;
  font-weight: 400;
  font-family: "Lato";
  transition: all ease 0.3s;
}
footer.main-footer .inner-wrp .menu-wrp p.contact-info a:hover {
  opacity: 0.8;
}
footer.main-footer .inner-wrp .menu-wrp p.contact-info a svg {
  margin-right: 5px;
}
footer.main-footer .inner-wrp .menu-wrp ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.main-footer .inner-wrp .menu-wrp ul li {
  display: block;
  padding: 3px 0;
}
footer.main-footer .inner-wrp .menu-wrp ul li a {
  font-size: 13px;
  line-height: 20px;
  color: #dddddd;
  text-decoration: none;
  font-weight: 400;
  font-family: "Lato";
  transition: all ease 0.3s;
}
footer.main-footer .inner-wrp .menu-wrp ul li a:hover {
  opacity: 0.8;
}

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