/* FA7 defaults to width: 1.25em on all icons; FA5 used auto. Reset to avoid layout shifts. */
:root {
  --fa-width: auto;
}

/* lato-700 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
}
/* lato-regular */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
}
/* lato-300 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Lato-Light.ttf') format('truetype');
}

header:not(.article-header, .post-card-header, .author-profile),
footer,
.site-header-content,
.footer-cta {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-4, .col-lg-7, .col-md-12, .offset-lg-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.d-none {
  display: none;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block!important;
}

.ml-auto {
  margin-left: auto !important;
}

.align-items-end {
  align-items: flex-end!important;
}

.align-items-center {
  align-items: center!important;
}

.p-0 {
  padding: 0!important;
}

.m-0 {
  margin: 0!important;
}

.mb-5 {
  margin-bottom: 48px!important;
}

.pb-3 {
  padding-bottom: 16px!important;
}

.py-5 {
  padding-top: 48px!important;
  padding-bottom: 48px!important;
}

.w-100 {
  width: 100%!important;
}

.mt-3 {
  margin-top: 16px!important;
}

.my-5 {
  margin-top: 48px!important;
  margin-bottom: 48px!important;
}

.mr-2 {
  margin-right: 8px!important;
}

.mr-3 {
  margin-right: 16px!important;
}

.justify-content-between {
  justify-content: space-between!important;
}

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

.d-inline-block {
  display: inline-block!important;
}

.py-1 {
  padding-top: 4px!important;
  padding-bottom: 4px!important;
}

.columns-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}

.columns-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

.columns-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.columns-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.small-font {
  font-size: 1.7rem;
}

/* Table of content */

.post-full-content {
  grid-template-columns: [full-start] minmax(8vmin,auto) [wide-start] minmax(auto,480px) [main-start] min(720px,calc(100% - 8vw)) [main-end];
}

.article {
  max-width: 1330px;
  margin: auto;
}

.serpapi-toc-container {
  position: sticky;
  float: right;
  display: initial;
  width: 260px;
  top: 47px;
  margin: 0 30px;
  opacity: 0;
  max-height: calc(100vh - 94px);
  overflow: auto !important;
}

.serpapi-toc-container > p {
  font-weight: 500;
  margin-bottom: 10px;
}

.serpapi-toc-container .is-collapsed {
  max-height: 1000px;
}

a.serpapi-toc-link {
  color: rgba(0,0,0,.6) !important;
  min-height: 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

a.serpapi-toc-link:hover {
  color: #000 !important;
}

.serpapi-toc-list li {
  margin: 0;
}

.is-active-link::before {
  display: none;
}

a.is-active-link {
  font-weight: normal;
  color: #377FEA !important;
  pointer-events: none;
}

.article-tags-list{
  list-style-type: none;
  padding-left: 0px;
}

.article-tags-list-item {
  display: inline-block;
  margin-right: 5px;
}

.article-tags-list-item a{
  color: #738a94;
}

.article-tags-list-item a:hover {
  color: #377FEA;
}

.author-card {
  display: flex;
  margin-top: 50px;
}

.author-card .avatar {
  margin-right: 20px;
}

.author-card .author-profile-pic {
  max-width: 100px;
  max-height: 100px;
}

.author-card .social-links {
  display: flex;
  gap: 10px;
}



@media (max-width: 1080px) {
  .serpapi-toc-container {
    float: none;
    position: static;
    display: grid;
    padding-top: 1vmin;
    padding-bottom: 5vmin;
    width: auto;
    margin: 0px;
    max-height: none;
  }

  .post-full-content {
    padding-right: 0;
  }

  .serpapi-toc-container,
  .post-full-content {
    grid-template-columns: [full-start] minmax(4vmin,auto) [wide-start] minmax(auto,240px) [main-start] min(720px,calc(100% - 8vw)) [main-end] minmax(auto,240px) [wide-end] minmax(4vmin,auto) [full-end];
  }
}

/* HEADER MENU */
.gh-head {
  padding: 28px 20px;
}

.site-header-content,
.gh-head {
  background: linear-gradient(-152deg, #6937EA 0%, #377FEA 65%);
}

.paged .gh-head,
.home-template .gh-head {
  background: transparent;
}

.paged .gh-head{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2000;
}

.gh-head-inner {
  width: 1140px;
  max-width: 100%;
}

.paged .gh-head-menu,
.home-template .gh-head-menu {
  margin-left: 0;
}

.paged .gh-head-logo,
.home-template .gh-head-logo {
  display: flex;
}

.gh-head-logo {
  margin-right: 35px;
}

.gh-head-logo img {
  max-height: 40px;
  max-width: 100%;
}

.gh-head-menu .nav li {
  margin: 0 8px 0 0;
}

.gh-head-menu .nav a,
.gh-head-actions .sign-in {
  line-height: 1.7;
  font-size: 14px;
  opacity: 0.9;
  transition: opacity 0.2s ease-in;
}

.gh-head-menu .nav a {
  letter-spacing: 0.02em;
  padding: 8px;
}

.gh-head-inner {
  grid-gap: 0;
}

.gh-head-actions .sign-in {
  padding: 8px 20px;
}

.gh-head-actions .gh-head-button {
  color: #0275d8;
  text-decoration: none;
  font-size: 14px;
  padding: 13px 20px;
  line-height: 0.98em;
}

.gh-head-actions .gh-head-button span {
  letter-spacing: 0;
}

.gh-head-menu .nav a:hover,
.gh-head-actions .sign-in:hover {
  opacity: 1;
  text-decoration: underline;
}

@media (max-width: 1020px) {
  .gh-head-menu,
  .gh-head-actions {
    display: none;
  }

  .gh-burger {
    display: inline-block;
  }

  #gh-head .gh-head-inner {
    grid-template-columns: 1fr;
  }

  #gh-head .gh-head-brand {
    position: relative;
    z-index: 10;
    grid-column-start: auto;
    max-width: none;
    align-items: center;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .paged #gh-head .gh-head-brand,
  .home-template #gh-head .gh-head-brand {
    justify-content: space-between;
  }
}

/* HOMEPAGE HEADER TITLE AND SUBTITLE */
.site-header-content {
  padding: 199px 20px;
}

.site-header-content h1 {
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0.02em;
  margin-top: 35px;
  margin-bottom: 32px;
}

.site-header-content p {
  font-size: 20px;
  font-weight: 300;
  opacity: 1;
}

/* FOOTER */
.site-footer {
  position: relative;
  padding: 60px 0;
  background: #18212b;
  margin-top: 0;
}

.site-footer a,
.site-footer p,
.site-footer h5 {
  line-height: 1.7;
  font-weight: 400;
}

.site-footer a {
  color: #fff;
}

.footer-links-wrapper {
  justify-content: space-between;
}

.text-uppercase {
  text-transform: uppercase;
}

.site-footer li {
  list-style: none;
  line-height: 1.7;
}

.site-footer nav ul li a:hover {
  text-decoration: underline;
}

.site-footer nav ul li {
  padding: 6px 0;
}

.site-footer p,
.site-footer li,
.site-footer ul {
  margin: 0;
  padding: 0;
}

.site-footer .copyrights,
.site-footer #current-year {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.site-footer .copyrights i {
  margin-right: 5px;
}

.site-footer .social {
  flex-wrap: wrap;
}

.site-footer .social li a {
  font-size: 21px;
}

.site-footer * {
  color: white;
}

.site-footer h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.site-footer h1 span {
  line-height: 1.4;
}

.site-footer .grid-wrapper {
  display: grid;
  grid-template-columns: auto auto;
}

.site-footer .column-wrapper {
  grid-column: 1/4;
}

.site-footer ul {
  font-size: 14px;
}

.site-footer .grid-wrapper a {
  opacity: 0.8;
}

.site-footer .grid-wrapper a:hover {
  opacity: 1;
}

.site-footer .grid-wrapper a img,
.site-footer .grid-wrapper i {
  width: 17px;
}

.site-footer .our-values {
  border-top: 1px solid #353b43;
}

.site-footer .our-values a {
  width: 118px;
}

.site-footer .our-values p {
  max-width: 450px;
}

@media (min-width: 0px) and (max-width: 1200px) {
  .site-footer .column-wrapper {
    column-count: 2;
    grid-column: 1/3;
  }

  .site-footer .container {
    width: 100%;
  }

  .site-footer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .menu-apis-list ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}

@media (min-width: 0px) and (max-width: 820px) {
  .site-footer .column-wrapper {
    column-count: 1;
    grid-column: 1/2;
  }

  .site-footer .about-and-contact {
    flex-direction: column;
    justify-content: normal !important;
  }

  .site-footer .about-and-contact div:first-child {
    margin-bottom: 30px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .site-footer .our-values h1 {
    flex-direction: column-reverse;
  }

  .site-footer .our-values a {
    padding-bottom: 12px;
  }

  .site-footer .our-values p {
    max-width: 100%;
  }
}

@media (min-width: 0px) and (max-width: 520px) {
  .site-footer .grid-wrapper {
    grid-template-columns: auto;
  }

  .site-footer .docu-wrapper {
    margin-bottom: 30px;
  }
}

/* POSTS */
.post-template .footer-cta{
  background-color: #f8faff;
}

main .read-more-wrap {
  background-color: #fff;
  padding-bottom: 10vmin;
}

.post-template .footer-cta {
  padding: 120px 20px;
}

.post-template .footer-cta h2,
.post-template .footer-cta .footer-cta-button {
  font-weight: 400;
}

.post-template .footer-cta h2 {
  font-size: 2.85rem;
  color: #292b2c;
}

main .read-more .post-card-byline-content a {
  color: #000;
}

main .read-more-wrap .section-title {
  padding-bottom: 10px;
}

main .read-more .post-card-title,
main .read-more .post-card-excerpt,
.post-template .footer-cta {
  color: #000;
}

.post-template .footer-cta .footer-cta-button {
  position: relative;
  width: auto;
  color: #fff;
  border: none;
  font-size: 16px;
  padding: 10px 30px;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  background: #3ECF8E;
  background: linear-gradient(180deg, #3ECF8E 0%, #32a672 100%);
  background-size: 100% 100%;
  transition: background-size 0.20s ease-in-out;
  border-radius: 9999px;
}

.post-template .footer-cta .footer-cta-button:focus,
.post-template .footer-cta .footer-cta-button:active,
.post-template .footer-cta .footer-cta-button:hover {
  color: #fff;
  outline: none;
  text-decoration: none;
}

.post-template .footer-cta .footer-cta-button:hover {
  background-size: 100% 200%;
  text-decoration: none;
}

.post-template .footer-cta .footer-cta-button i {
  position: relative;
  margin-left: 10px;
  top: 0;
  opacity: 1;
}

.post-template .footer-cta .footer-cta-button:hover i {
  animation-duration: 0.2s;
  animation-name: slidein;
}

/* NAVIGATION */
.medium {
  max-width: calc(750px + 8vw);
  margin: 0 auto 60px auto;
  max-width: calc(1140px + 8vw);
  padding-left: 4vw;
  padding-right: 4vw;
  width: 100%;
}

.navigation-item {
  flex: 1;
}

.navigation-next {
  margin-left: 30px;
  text-align: right;
}

.navigation-item-link {
  font-size: 17px;
}

.button-arrow-left .button-arrow-icon {
  margin-left: -2px;
  margin-right: 3px;
}

.button-arrow-right .button-arrow-icon {
  margin-left: 3px;
  margin-right: -2px;
}

.button-arrow-icon {
  color: #aaa;
  transition: transform .2s ease-in-out;
  vertical-align: middle;
}

.pagination {
  align-items: center;
  margin-bottom: 45px;
  margin-top: 30px;
}

.pagination a span {
  color: #444444;
}

.page-number {
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  color: #aaa;
  font-size: 13px;
  line-height: 0;
  padding: 16px;
}

.pagination-left, .pagination-right {
  flex: 2;
}

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

/* SHARE */
.share {
  align-items: center;
  line-height: 1;
  margin-top: 30px;
}

.u-hover-item {
  transition: opacity .3s ease-in-out;
}

.share-facebook {
  background-color: #3b5998;
}

.share-twitter {
  background-color: #1da1f2;
}

.share-linkedin {
  background-color: #0077b5;
}

.share-reddit {
  background-color: #ff4500;
}

.share-telegram {
  background-color: #08c;
}

.share-vk {
  background-color: #45668e;
}

.share-pinterest {
  background-color: #bd081c;
}

.share-tumblr {
  background-color: #35465c;
}

.share-item+.share-item {
  margin-left: 8px;
}

.share-item {
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 28px;
}

.kg-callout-card div.kg-callout-text {
  font-size: 2.1rem !important;
}

.kg-callout-card div.kg-callout-emoji {
    line-height: 1.5em !important;
    font-size: 1.25em !important;
}

footer.site-footer .about-company-wrapper {
  display: contents;
}

.footer-links-wrapper nav {
  font-size: 14px;
}

@media (min-width: 0px) and (max-width: 550px) {
  footer.site-footer .about-company-wrapper {
    display: grid;
  }
}

@keyframes slidein {
  from { top: 0px; opacity: 1; }
  50% { top: 10px; opacity: 0; }
  51% { top: -10px; }
  to { top: 0px; opacity: 1; }
}

@media (min-width: 992px) {
  .d-lg-flex {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
  }
}

@media (max-width: 1199px) {
  .site-footer .description {
    font-size: 24px;
  }
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

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

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

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

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

@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .col-lg-4, .col-lg-7, .col-md-12, .offset-lg-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-lg-4, .col-lg-7, .col-md-12, .offset-lg-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-lg-4, .col-lg-7, .col-md-12, .offset-lg-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .col-lg-4, .col-lg-7, .col-md-12, .offset-lg-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block!important;
  }
}

@media (min-width: 1020px) {
  .paged .gh-head,
  .home-template .gh-head {
    background: transparent !important;
  }
}

@media (max-width: 1019px) {
  .tippy-box {
    display: none;
  }
}

/* DROPDOWN */
.dropdown-container .tippy-box {
  border-radius: 25px;
  max-width: none !important;
  box-shadow: 0 2px 2px 0 rgba(149, 165, 166,0.14), 0 3px 1px -2px rgba(149, 165, 166,0.12), 0 1px 5px 0 rgba(149, 165, 166,0.2);
}

.dropdown-container .tippy-box {
  margin-right: 9px;
}

.dropdown-container .tippy-content {
  padding: 0;
}

.dropdown-container .tippy-content main,
.dropdown-container .tippy-content footer {
  padding: 36px;
}

.dropdown-container .tippy-content .title {
  margin-bottom: 27px;
}

.dropdown-container .tippy-content h6,
.dropdown-container .tippy-content h5 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 0;
}

.dropdown-container .tippy-content main li {
  margin-bottom: 9px;
  line-height: 1.4;
  list-style: none;
}

.dropdown-container .tippy-content ul:not(.columns-2) li:last-child {
  margin-bottom: 0;
}

.dropdown-container .tippy-content a {
  color: #4E4E4E;
  padding: 0;
  line-height: 1.4;
}

.dropdown-container .tippy-content a:focus,
.dropdown-container .tippy-content a:active {
  outline: none;
}

.dropdown-container .tippy-content i,
.dropdown-container .tippy-content img {
  display: inline-block;
  width: 16px;
  text-align: center;
  margin-right: 8px;
}

.dropdown-container .tippy-content i,
.dropdown-container .tippy-content img {
  color: #333;
}

.dropdown-container .tippy-content a:hover {
  color: #377FEA;
}

.dropdown-container .tippy-content footer {
  background-color: #f8faff;
  border-radius: 0 0 25px 25px;
}

.dropdown-container .tippy-content footer ul {
  margin: 0;
}

.dropdown-container .tippy-content footer li {
  list-style: none;
}

.dropdown-container .tippy-content i.max {
  position: relative;
  top: -4px;
  padding-left: 1px;
}

.dropdown-container .tippy-content i.max:after {
  content: "Max";
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 8px;
  position: absolute;
  top: 14px;
  left: 0px;
}

@media (min-width: 0px) and (max-width: 1020px) {
  .dropdown-container .tippy-box {
    display: none;
  }
}