.elementor-9131 .elementor-element.elementor-element-6857915{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:flex-start;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:2%;--padding-bottom:2%;--padding-left:10%;--padding-right:10%;}.elementor-9131 .elementor-element.elementor-element-6857915:not(.elementor-motion-effects-element-type-background), .elementor-9131 .elementor-element.elementor-element-6857915 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1F1F1;}.elementor-9131 .elementor-element.elementor-element-475b5ce{font-size:clamp(0.75rem, 0.684rem + 0.2113vw, 0.9375rem);font-weight:300;width:100%;max-width:100%;}.elementor-9131 .elementor-element.elementor-element-d5d4912{text-align:start;}.elementor-9131 .elementor-element.elementor-element-d5d4912 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:clamp(1.5rem, 0.9718rem + 1.6901vw, 3rem);font-weight:900;}.elementor-9131 .elementor-element.elementor-element-d5d4912.elementor-element{--align-self:flex-start;}.elementor-9131 .elementor-element.elementor-element-4974057{text-align:justify;font-family:"Libre Baskerville", Sans-serif;font-size:clamp(1rem, 0.956rem + 0.1408vw, 1.125rem);font-weight:400;color:var( --e-global-color-text );width:var( --container-widget-width, 80% );max-width:80%;--container-widget-width:80%;--container-widget-flex-grow:0;}.elementor-9131 .elementor-element.elementor-element-9644bd4{--display:flex;--padding-top:0%;--padding-bottom:0%;--padding-left:10%;--padding-right:10%;}.elementor-9131 .elementor-element.elementor-element-9644bd4:not(.elementor-motion-effects-element-type-background), .elementor-9131 .elementor-element.elementor-element-9644bd4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-9131 .elementor-element.elementor-element-fdab18a{width:100%;max-width:100%;}@media(max-width:1366px){.elementor-9131 .elementor-element.elementor-element-9644bd4{--padding-top:2%;--padding-bottom:2%;--padding-left:10%;--padding-right:10%;}}@media(max-width:1024px){.elementor-9131 .elementor-element.elementor-element-6857915{--min-height:180px;--justify-content:center;--padding-top:0%;--padding-bottom:0%;--padding-left:5%;--padding-right:5%;}}@media(max-width:767px){.elementor-9131 .elementor-element.elementor-element-6857915{--min-height:260px;}}/* Start custom CSS for shortcode, class: .elementor-element-fdab18a */.authors-list-items {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
}

.authors-list-item,
.authors-list-item.authors-list-item-clearfix.authors-list-col {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  float: none;
  clear: none;
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.authors-list-item-thumbnail {
  flex: 0 0 96px;
  width: 96px;
  margin: 0;
  line-height: 0;
}

.authors-list-item-thumbnail a {
  display: block;
  width: 96px;
  height: 96px;
}

.authors-list-item-thumbnail img {
  display: block;
  width: 96px6px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0;
}

.authors-list-item-main {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "title button"
    "subtitle button";
  align-items: center;
  column-gap: 20px;
  row-gap: 6px;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

.authors-list-item-title {
  grid-area: title;
  margin: 0;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
}

.authors-list-item-title a {
  color: #1f2937;
  text-decoration: none;
}

.authors-list-item-title a:hover {
  text-decoration: underline;
}

.authors-list-item-subtitle {
  grid-area: subtitle;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  color: #6b7280;
}

.authors-list-item-link {
  grid-area: button;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 56px;
  padding: 0 28px;
  background: #001f5b;
  color: #ffffff;
  border: 2px solid #001f5b;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.authors-list-item-link:hover {
  background: #ffffff;
  color: #001f5b;
  text-decoration: none;
}

.authors-list-items > .spinner {
  display: none;
}

@media (max-width: 767px) {
  .authors-list-item,
  .authors-list-item.authors-list-item-clearfix.authors-list-col {
    align-items: flex-start;
  }

  .authors-list-item-thumbnail,
  .authors-list-item-thumbnail a,
  .authors-list-item-thumbnail img {
    width: 72px;
    height: 72px;
  }

  .authors-list-item-main {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "subtitle"
      "button";
    row-gap: 8px;
  }

  .authors-list-item-title {
    font-size: 20px;
  }

  .authors-list-item-link {
    justify-self: start;
    min-width: 140px;
    height: 48px;
    padding: 0 22px;
  }
}

.authors-list-item-thumbnail {
  flex: 0 0 84px;
  width: 84px;
  height: 84px;
  margin: 0;
  line-height: 0;
}

.authors-list-item-thumbnail a {
  display: block;
  width: 84px;
  height: 84px;
}

.authors-list-item-thumbnail img {
  display: block;
  width: 84px !important;
  height: 84px !important;
  min-width: 84px;
  min-height: 84px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  margin: 0;
}/* End custom CSS */