@import url("https://use.typekit.net/pbq3ogy.css");
.header {
  padding: 17px 0;
  margin-bottom: 0 !important;
  position: fixed !important;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 1000;
}
@media (max-width: 767px) {
  .header {
    padding: 8px 0;
  }
}
@media (max-width: 1200px) {
  .header nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.header .grid-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .header .grid-header {
    padding-left: 0;
    padding-right: 10px;
  }
}
.header .grid-logo {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .header .grid-logo {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .header .grid-logo {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .header .grid-logo img {
    max-width: 159px;
  }
}
.header .grid-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 60%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .header .grid-menu {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .header .grid-menu {
    display: none;
  }
}
.header #menu-menu-header-bookkidoblog,
.header #menu-menu-en-header-bookkidoblog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header #menu-menu-header-bookkidoblog li,
.header #menu-menu-en-header-bookkidoblog li {
  display: inline-block;
  margin-left: 40px;
  padding: 0;
}
.header #menu-menu-header-bookkidoblog li a,
.header #menu-menu-en-header-bookkidoblog li a {
  font-family: Figtree, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  padding-bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header #menu-menu-header-bookkidoblog li a:hover,
.header #menu-menu-en-header-bookkidoblog li a:hover {
  opacity: 0.6;
}
.header #menu-menu-header-bookkidoblog li.current-menu-item a:after,
.header #menu-menu-en-header-bookkidoblog li.current-menu-item a:after {
  background: #006BFF;
}
.header .language-switcher-header {
  position: relative;
  display: inline-block;
  margin-left: 40px;
}
.header .language-switcher-header .lang-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 9.5px 18px;
  border: 1px solid #DDE3EE;
  border-radius: 9999px;
  background-color: white;
  color: #000;
  font-weight: 700;
  font-family: Figtree, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header .language-switcher-header .lang-toggle:hover {
  opacity: 0.6;
}
.header .language-switcher-header .lang-code {
  min-width: 28px;
}
.header .language-switcher-header .lang-icon {
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header .language-switcher-header .lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: white;
  border: 1px solid #DDE3EE;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 0;
  list-style: none;
  min-width: 100%;
  display: none;
  z-index: 1000;
}
.header .language-switcher-header .lang-dropdown li a {
  border-radius: 0.75rem;
  display: block;
  padding: 8px 19px;
  color: black;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.header .language-switcher-header .lang-dropdown li a:hover {
  background-color: #f2f2f2;
}
.header .language-switcher-header.open .lang-dropdown {
  display: block;
}
.header .language-switcher-header.open .lang-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.footer {
  background: #002AC4;
  padding-top: 20px;
  padding-bottom: 24px;
  color: #fff;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 64px;
  }
}
.footer p {
  opacity: 0.5;
}
.footer .grid-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .grid-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .footer-logo {
  display: inline-block;
  margin-top: 54.5px;
  padding-bottom: 54.5px;
  width: 40%;
}
@media (max-width: 1199px) {
  .footer .footer-logo {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer .footer-logo {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.footer .footer-logo a {
  display: block;
}
.footer .footer-logo img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .footer .footer-logo img {
    margin-bottom: 0;
  }
}
.footer .footer-logo .btn-primary a {
  padding: 10px 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border: 1px solid #fff;
  border-radius: 40px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #002AC4;
  text-transform: uppercase;
}
.footer .footer-logo .btn-primary a:hover {
  background: #002AC4;
  border-color: #002AC4;
  color: #fff;
}
.footer .footer-menu {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
}
@media (max-width: 1199px) {
  .footer .footer-menu {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer .footer-menu {
    margin-top: 0;
  }
}
.footer .footer-menu .w-33 {
  width: 33%;
}
.footer .footer-menu .menu li {
  display: block;
  padding: 0;
  margin-bottom: 16px;
  text-align: left;
}
.footer .footer-menu .menu li a {
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}
.footer .footer-menu .menu li a:hover {
  text-decoration: underline;
  opacity: 0.6;
}
.footer .mail {
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}
.footer .mail:hover {
  text-decoration: underline;
  opacity: 0.6;
}
@media (max-width: 1199px) {
  .footer .footer-social-media {
    margin-top: 32px;
  }
}
.footer .footer-social-media ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 32px;
}
.footer .footer-social-media ul li a:hover {
  opacity: 0.6;
}
@media (min-width: 768px) {
  .footer .d-md-none {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer .d-sm-none {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile-menu-toggle {
    display: none;
  }
  .mobile-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #0033cc;
  }
  .hamburger-icon {
    width: 32px;
    height: 32px;
  }
  .mobile-menu-toggle img {
    width: 32px;
    height: 32px;
    margin-left: 8px;
  }
  .mobile-menu {
    position: fixed;
    top: 48px;
    left: 0;
    width: 100%;
    height: calc(100vh - 200px);
    background: #0033cc;
    color: #fff;
    z-index: 999;
    padding: 40px 0 200px 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    display: block;
    overflow-y: scroll;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-menu.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .grid-mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 40px !important;
  }
  .grid-mobile-menu .border-line {
    margin-bottom: 24px;
    margin-top: 24px;
  }
  .grid-mobile-menu .mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .grid-mobile-menu .mobile-nav ul li {
    margin-bottom: 24px;
  }
  .grid-mobile-menu .mobile-nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
  }
  .grid-mobile-menu .mobile-nav ul li a img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }
  .grid-mobile-menu .mail {
    color: #fff;
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 32px;
  }
  .grid-mobile-menu .mail:hover {
    text-decoration: underline;
  }
  .grid-mobile-menu .footer-social-media {
    margin-bottom: 32px;
  }
  .grid-mobile-menu .footer-social-media ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 40px;
  }
  .grid-mobile-menu .language-switcher {
    position: relative;
    width: 100%;
    font-family: "Figtree", sans-serif;
  }
  .grid-mobile-menu .lang-toggle {
    width: 100%;
    padding: 12px 24px;
    color: white;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 9999px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    font-size: 16px;
    text-transform: uppercase;
    background: transparent;
  }
  .grid-mobile-menu .lang-toggle:hover {
    opacity: 0.6;
  }
  .grid-mobile-menu .lang-icon {
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .grid-mobile-menu .lang-dropdown {
    position: absolute;
    top: -105px;
    left: 0;
    right: 0;
    margin: -16px auto 0 auto;
    width: 100%;
    max-width: 100%;
    background-color: white;
    border: 1px solid #cccccc;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: none;
  }
  .grid-mobile-menu .language-switcher.open .lang-dropdown {
    display: block;
  }
  .grid-mobile-menu .lang-dropdown li {
    padding: 0.75rem 1.5rem;
  }
  .grid-mobile-menu .lang-dropdown li,
  .grid-mobile-menu .lang-dropdown li a {
    display: block;
    white-space: nowrap;
    word-break: normal;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
  }
  .grid-mobile-menu .lang-dropdown li:hover {
    background-color: transparent;
  }
  .grid-mobile-menu .text-center {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 565px) {
  .grid-mobile-menu .pll-switcher-select {
    background-position: 60% center !important;
  }
}
.epcl-breadcrumbs {
  margin-bottom: 40px !important;
  padding-top: 30px;
  font-size: 16px;
  color: #454D5F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.epcl-breadcrumbs span {
  color: #454D5F;
}
.epcl-breadcrumbs span .home {
  text-indent: -10000px;
  background: url(./assets/images/icon/home.svg) no-repeat;
  overflow: hidden;
  display: inline-block;
  width: 16px;
}

.epcl-pagination {
  padding-bottom: 0;
}
.epcl-pagination .nav {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.epcl-pagination .page-number {
  color: #454D5F;
  font-size: 16px;
}
.epcl-pagination a {
  width: 40px;
  height: 40px !important;
  border: 2px solid #002AC4;
  border-radius: 100%;
  text-indent: -100000px;
  background: #002AC4 url(./assets/images/icon/arrow.png) no-repeat center !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.epcl-pagination a:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
          transform: none !important;
  background-color: #A6AEBF !important;
}
.epcl-pagination a.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.epcl-pagination a.prev:hover {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}

#home {
  background: #EFF2F8;
  padding-top: 16px;
  padding-bottom: 180px !important;
}
@media (max-width: 767px) {
  #home {
    padding-bottom: 55px;
  }
}

#archives {
  padding-bottom: 180px !important;
}
@media (max-width: 767px) {
  #archives {
    padding-bottom: 55px;
  }
}
#archives .content-wrapper {
  margin-top: 56px;
}

.widget_epcl_tag_cloud i,
.widget_epcl_tag_cloud svg,
.widget_tag_cloud i,
.widget_tag_cloud svg,
div.tags i,
div.tags svg {
  fill: #006BFF;
}

div.tags a {
  font-size: 16px;
  font-weight: 400;
  color: #454D5F !important;
  font-family: "Figtree", sans-serif;
}

.author-name {
  font-size: 16px;
  font-weight: 400;
  color: #454D5F;
  font-family: "Figtree", sans-serif;
}

.title-blog {
  font-weight: 600;
  font-size: 42px;
  line-height: 55px;
  text-align: center;
  color: #000000;
  margin-top: 40px;
  font-family: "urbane-rounded", sans-serif;
}
@media (max-width: 767px) {
  .title-blog {
    font-size: 30px;
    line-height: 45px;
  }
}
.title-blog span {
  color: #006BFF;
}

#single {
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  #single {
    padding-bottom: 55px;
  }
}

.share-buttons {
  border-top-color: #A6AEBF !important;
}
.share-buttons .permalink {
  margin-top: 56px !important;
}
.share-buttons .permalink input {
  background: #fff;
}
.share-buttons .title {
  color: #454D5F;
  font-weight: 700;
}

.epcl-border {
  display: none;
}

#single .share-buttons .button.facebook:is(#single .share-buttons .button.facebook) {
  position: relative;
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: auto !important;
  width: 32px !important;
}
#single .share-buttons .button.facebook:is(#single .share-buttons .button.facebook):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(./assets/images/icon/facebook-icon.svg) no-repeat center !important;
  width: 32px;
  height: 32px;
}
#single .share-buttons .button.facebook:is(#single .share-buttons .button.facebook) i {
  display: none;
}
#single .share-buttons .button.facebook:is(#single .share-buttons .button.facebook):hover {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
#single .share-buttons .button.linkedin:is(#single .share-buttons .button.linkedin) {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  position: relative;
  height: auto !important;
  width: 32px !important;
}
#single .share-buttons .button.linkedin:is(#single .share-buttons .button.linkedin):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(./assets/images/icon/linkedin-icon.svg) no-repeat center !important;
  width: 32px;
  height: 32px;
}
#single .share-buttons .button.linkedin:is(#single .share-buttons .button.linkedin) i {
  display: none;
}
#single .share-buttons .button.linkedin:is(#single .share-buttons .button.linkedin):hover {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.position-relative {
  position: relative;
}

.epcl-search-button {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto 0;
  width: 30px !important;
  height: 30px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: #002AC4 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
@media (max-width: 767px) {
  .epcl-search-button {
    right: 15px !important;
  }
}
.epcl-search-button:hover {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.epcl-search-button svg {
  width: 14px !important;
  height: 14px !important;
}

.search-box {
  text-align: center;
}
.search-box .button {
  background: #0033cc;
  border: 1px solid #0033cc;
  color: #fff;
  text-align: center;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 30px;
}
.search-box .button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
  color: #0033cc;
  background: transparent;
}

body {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
}

body.no-scroll {
  overflow: hidden;
  position: relative;
  height: 100vh;
}

#wrapper {
  padding-top: 84px;
}
@media (max-width: 767px) {
  #wrapper {
    padding-top: 48px;
  }
}

.container {
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1235px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}

.border-line {
  display: inline-block;
  margin-top: 44px;
  margin-bottom: 24px;
  width: 100%;
  height: 1px;
  background: #00BDFF;
}
@media (max-width: 767px) {
  .border-line {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}