.sb-banner {
  --sb-banner-padding: 85px 0px 0px;
  --sb-row-grid-template-columns: 500px 1fr;
  --sb-row-gap: 45px;
  --ban-img-padding-top: 96%;
  --ban-img-border-radius: 18px;
  --cat-font-size: 15px;
  --cat-margin-bottom: 20px;
  --b-meta-font-size: 15px;
  --b-meta-margin: 25px 0px;
  position: relative;
  padding: var(--sb-banner-padding);
  margin: 0;
}
.sb-banner .sb-row {
  display: grid;
  grid-template-columns: var(--sb-row-grid-template-columns);
  gap: var(--sb-row-gap);
  align-items: center;
}
.sb-banner .ban-img {
  position: relative;
  padding-top: var(--ban-img-padding-top);
  border-radius: var(--ban-img-border-radius);
  overflow: hidden;
}
.sb-banner .ban-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sb-banner .sub-head {
  position: relative;
}
.sb-banner .b-title {
  line-height: 1.1;
  font-weight: 500;
  font-size: var(--fontSizeH2);
}
.sb-banner .b-title .cat {
  display: block;
  font-size: var(--cat-font-size);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.7;
  margin-bottom: var(--cat-margin-bottom);
}
.sb-banner .b-meta {
  margin: var(--b-meta-margin);
  font-size: var(--b-meta-font-size);
  font-weight: 500;
  opacity: 0.7;
}

@media (max-width: 1280px) {
  .sb-banner {
    --sb-row-gap: 35px;
    --sb-row-grid-template-columns: 398px 1fr;
  }
}
@media (max-width: 1024px) {
  .sb-banner {
    --sb-banner-padding: 110px 0px;
    --sb-row-grid-template-columns: 1fr;
    --sb-row-gap: 50px;
    --ban-img-padding-top: 350px;
    --ban-img-border-radius: 28px;
    --cat-font-size: 13px;
    --cat-margin-bottom: 18px;
    --b-meta-font-size: 14px;
    --b-meta-margin: 25px 0px;
  }
}
@media (max-width: 640px) {
  .sb-banner {
    --sb-banner-padding: 90px 0px 56px;
    --sb-row-gap: 45px;
    --ban-img-padding-top: 200px;
    --cat-font-size: 12px;
    --b-meta-font-size: 12px;
  }
  .sb-banner .b-title {
    font-size: 28px;
  }
}
.sb-table {
  margin-bottom: 50px;
}
.sb-table .heading {
  font-size: 24px;
  margin-bottom: 32px;
}
.sb-table ul {
  list-style: none;
  gap: 28px;
  display: grid;
}
.sb-table ul li {
  font-size: 18px;
  padding-left: 24px;
  position: relative;
  cursor: poOpen Sans;
}
.sb-table ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #1D1D1F;
  position: absolute;
  left: 5px;
  top: 4px;
  border-radius: 50%;
}
.sb-table ul li.active, .sb-table ul li:hover {
  color: #0070D5;
}
.sb-table ul li.active::before, .sb-table ul li:hover::before {
  background: #0070D5;
}

.sb-nav {
  width: 100%;
  margin: 80px 0px 130px;
  display: flex;
  justify-content: space-between;
}
.sb-nav .col-next {
  text-align: right;
}
.sb-nav .col-prev,
.sb-nav .col-next {
  max-width: 260px;
  width: 48%;
}
.sb-nav .col-prev a,
.sb-nav .col-next a {
  display: flex;
  flex-direction: column;
}
.sb-nav .col-prev a span,
.sb-nav .col-next a span {
  margin-bottom: 10px;
  padding: 0 15px;
  position: relative;
  line-height: 1;
  font-weight: 600;
}
.sb-nav .col-prev a span::after,
.sb-nav .col-next a span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  height: 8px;
  width: 8px;
  border-top: 2px solid var(--colorBrown);
  border-left: 2px solid var(--colorBrown);
  transform: rotate(-45deg);
}
.sb-nav .col-prev a span.next-arrow,
.sb-nav .col-next a span.next-arrow {
  margin-left: auto;
}
.sb-nav .col-prev a span.next-arrow::after,
.sb-nav .col-next a span.next-arrow::after {
  right: 0;
  left: auto;
  scale: -1;
}
.sb-nav .col-prev a span.prev-arrow::after,
.sb-nav .col-next a span.prev-arrow::after {
  left: 0;
  transform: rotate(-45deg);
}
.sb-nav .col-prev a b,
.sb-nav .col-next a b {
  display: block;
  font-weight: 400;
  color: var(--colorBrownDark);
}
.sb-nav .col-prev a:hover b,
.sb-nav .col-next a:hover b {
  color: #344434;
}

.content-wrapper {
  padding-top: 75px;
  margin: 0;
}
.content-wrapper .sb-row {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 75px;
  align-items: center;
}
.content-wrapper iframe {
  height: 500px;
  width: 100%;
}
@media (max-width: 1024px) {
  .content-wrapper iframe {
    height: 300px;
  }
}
.content-wrapper .sb-content {
  margin-left: auto;
}

.sb-content a {
  color: #344434;
  font-weight: 500;
}
.sb-content a:hover {
  color: #344434;
  text-decoration: underline;
}
.sb-content img {
  width: 100%;
  margin: 50px 0;
}
.sb-content h1 b, .sb-content h1 strong, .sb-content h2 b, .sb-content h2 strong, .sb-content h3 b, .sb-content h3 strong, .sb-content h4 b, .sb-content h4 strong, .sb-content h5 b, .sb-content h5 strong, .sb-content h6 b, .sb-content h6 strong, .sb-content p b, .sb-content p strong, .sb-content ul li b, .sb-content ul li strong, .sb-content ol li b, .sb-content ol li strong {
  font-weight: 600;
}
.sb-content h2 {
  margin: 58px 0px 38px;
}
.sb-content h3 {
  font-size: var(--fontSizeH3);
  margin-top: 36px;
  margin-bottom: 22px;
}
.sb-content h4 {
  font-size: var(--fontSizeH4);
  margin-top: 36px;
  margin-bottom: 22px;
}
.sb-content h5 {
  font-size: var(--fontSizeH4);
  margin-top: 36px;
  margin-bottom: 22px;
}
.sb-content p {
  margin-bottom: 30px;
}
.sb-content p:last-child, .sb-content p:last-of-type {
  margin-bottom: 0;
}
.sb-content p + ul, .sb-content p + ol {
  margin-top: -8px;
}
.sb-content p b, .sb-content p strong {
  font-weight: 600;
}
.sb-content p img {
  margin-bottom: 10px;
}
.sb-content a:has(.image-desktop) + br {
  display: none;
}
.sb-content ul, .sb-content ol {
  padding-left: 40px;
  margin-bottom: 40px;
}
.sb-content ul + ul, .sb-content ul + ol, .sb-content ol + ul, .sb-content ol + ol {
  margin-top: -8px;
}
.sb-content ul li, .sb-content ol li {
  margin-bottom: 1.5em;
}
.sb-content ul li b, .sb-content ul li strong, .sb-content ol li b, .sb-content ol li strong {
  font-weight: 600;
}
.sb-content blockquote {
  margin: 40px 0 40px;
  padding: 20px 20px 20px 40px;
  border-left: 8px solid var(--primaryGreen);
  background: #e4e4e4;
  font-style: italic;
}
.sb-content blockquote p, .sb-content blockquote ul, .sb-content blockquote ol {
  margin-bottom: 20px;
}
.sb-content blockquote h3 {
  margin-top: 0;
}
.sb-content blockquote a {
  color: #0050a8;
}
.sb-content .wp-caption {
  max-width: 100%;
  margin: 0 0 50px;
}
.sb-content .wp-caption img {
  margin: 10px 0 20px;
}
.sb-content .wp-caption .wp-caption-text {
  font-size: 18px;
  line-height: 1.8em;
  font-style: italic;
  text-align: center;
}
.sb-content .image-mobile {
  display: none;
}
.sb-content .video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  margin: 50px 0px;
}
.sb-content .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1025px) {
  .sb-footer {
    padding-left: 220px;
  }
  .sb-footer .author-info {
    line-height: 1.7;
  }
  .sb-footer .avatar {
    position: absolute;
    bottom: 0;
    left: 10px;
  }
}
@media (max-width: 1280px) {
  .content-wrapper .sb-row {
    grid-template-columns: 398px 1fr;
    gap: 55px;
  }
  .sb-table .heading {
    font-size: 21px;
    margin-bottom: 28px;
  }
  .sb-table ul {
    gap: 22px;
  }
  .sb-table ul li {
    font-size: 16px;
    padding-left: 22px;
  }
  .sb-table ul li::before {
    left: 4px;
  }
  .sb-sidebar form .field-row {
    grid-template-columns: 1fr 155px;
  }
  .sb-sidebar form .heading {
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  .content-wrapper {
    padding-top: 0px;
  }
  .content-wrapper .sb-row {
    grid-template-columns: 1fr;
  }
  .sb-sidebar {
    display: none;
  }
  .sb-footer {
    padding: 25px 0;
  }
  .sb-footer .avatar {
    width: 90px;
    height: 90px;
    object-fit: cover;
    object-position: top center;
  }
  .sb-footer .top-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    gap: 18px;
  }
  .sb-footer .top-wrap .name {
    margin-bottom: 0;
  }
  .sb-nav {
    margin: 60px 0px 90px;
  }
  .sb-nav .col-prev,
  .sb-nav .col-next {
    max-width: 240px;
  }
  .sb-nav .col-prev a span,
  .sb-nav .col-next a span {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .sb-content .wp-caption {
    margin-bottom: 30px;
  }
  .sb-content .wp-caption .wp-caption-text {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  .image-desktop {
    display: none;
  }
  .image-mobile {
    display: block;
  }
  .sb-sidebar .share-links {
    gap: 13px;
  }
  .sb-nav .col-prev,
  .sb-nav .col-next {
    max-width: 125px;
  }
  .sb-nav .col-prev a span,
  .sb-nav .col-next a span {
    font-size: 13px;
  }
  .sb-nav .col-prev a span::after,
  .sb-nav .col-next a span::after {
    top: 4px;
    height: 4px;
    width: 4px;
  }
  .sb-content ul, .sb-content ol {
    margin-bottom: 30px;
  }
  .sb-content p img {
    margin-bottom: 30px;
  }
  .sb-content blockquote {
    margin-top: 30px;
    padding: 16px 16px 16px 24px;
  }
  .sb-content .sb-content .wp-caption .wp-caption-text {
    font-size: 16px;
  }
}
.b-link {
  display: block;
}

.b-card {
  --card_border_color: #27272780;
  --card_bg_overlay: #F2F6F8;
  --card_img_overlay: #EAF1F4;
  --card_img_bg: #ededed;
  --card_meta_sep: #1A1A1A;
  --info_padding: 30px 16px 70px;
  --title_font_size: 23px;
  --title_margin_bottom: 14px;
  --meta_font_size: 16px;
  --meta_margin_bottom: 19px;
  --meta_sep_margin: 30px;
  --desc_font_size: 18px;
  --desc_line_height: 28px;
  --read_btn_margin_top: 32px;
  --read_btn_font_size: 14px;
  position: relative;
  overflow: hidden;
  display: block;
  border: 1px solid #b4b4b4;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.b-card::before {
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 100%;
  z-index: 3;
  opacity: 1;
  background: -webkit-linear-gradient(92deg, rgba(242, 246, 248, 0) 1.05%, rgba(249, 251, 252, 0.5) 27.31%, #FFF 49.69%, rgba(248, 250, 251, 0.5) 73.04%, rgba(242, 246, 248, 0) 98.33%);
  background: linear-gradient(92deg, rgba(242, 246, 248, 0) 1.05%, rgba(249, 251, 252, 0.5) 27.31%, #FFF 49.69%, rgba(248, 250, 251, 0.5) 73.04%, rgba(242, 246, 248, 0) 98.33%);
  background: -o-linear-gradient(92deg, rgba(242, 246, 248, 0) 1.05%, rgba(249, 251, 252, 0.5) 27.31%, #FFF 49.69%, rgba(248, 250, 251, 0.5) 73.04%, rgba(242, 246, 248, 0) 98.33%);
  transform: translateX(-200px);
}
.b-card .img-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/11;
  background: var(--card_img_bg);
}
.b-card .img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--card_img_overlay);
  z-index: 2;
  opacity: 0;
  -webkit-transition: background-color 300ms ease-in, opacity 300ms ease-in;
  -moz-transition: background-color 300ms ease-in, opacity 300ms ease-in;
  -ms-transition: background-color 300ms ease-in, opacity 300ms ease-in;
  -o-transform: background-color 300ms ease-in, opacity 300ms ease-in;
  transition: background-color 300ms ease-in, opacity 300ms ease-in;
}
.b-card .img-wrap img {
  width: 100%;
  position: absolute;
  object-fit: cover;
  height: 100%;
  object-position: center;
}
.b-card .info {
  padding: var(--info_padding);
  position: relative;
  overflow: hidden;
  height: auto;
  flex: 1;
  color: var(--colorInk);
}
.b-card .info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--card_bg_overlay);
  z-index: 2;
  opacity: 0;
  -webkit-transition: background-color 300ms ease-in, opacity 300ms ease-in;
  -moz-transition: background-color 300ms ease-in, opacity 300ms ease-in;
  -ms-transition: background-color 300ms ease-in, opacity 300ms ease-in;
  -o-transform: background-color 300ms ease-in, opacity 300ms ease-in;
  transition: background-color 300ms ease-in, opacity 300ms ease-in;
}
.b-card .info .title {
  font-size: var(--title_font_size);
  line-height: 1.3;
  font-weight: 600;
  position: relative;
  margin-bottom: var(--title_margin_bottom);
}
.b-card .info .meta {
  font-size: var(--meta_font_size);
  font-weight: 500;
  line-height: 1;
  margin-bottom: var(--meta_margin_bottom);
  opacity: 0.7;
}
.b-card .info .meta span:not(:last-child) {
  margin-right: var(--meta_sep_margin);
  position: relative;
}
.b-card .info .meta span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: var(--card_meta_sep);
  border-radius: 50%;
  top: calc(50% - 2px);
  position: absolute;
  right: -17px;
}
.b-card .info .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  font-weight: 400;
}
.b-card .info .desc p {
  font-size: var(--desc_font_size);
  line-height: var(--desc_line_height);
  margin-bottom: 0;
  font-weight: 400;
}
.b-card .info .read-btn {
  font-weight: 700;
  font-size: var(--read_btn_font_size);
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: var(--read_btn_margin_top);
  border-bottom: 1px solid #1A1A1A;
  padding-bottom: 4px;
  position: absolute;
  bottom: 25px;
  left: 16px;
}

@media (max-width: 1280px) {
  .b-card {
    --title_font_size: 20px;
    --title_margin_bottom: 12px;
    --meta_font_size: 14px;
    --meta_margin_bottom: 20px;
    --desc_font_size: 15px;
    --desc_line_height: 24px;
  }
}
@media (max-width: 1024px) {
  .b-card {
    --info_padding_top: 30px;
    --info_padding_bottom: 30px;
    --title_font_size: 18px;
    --read_btn_font_size: 13px;
    --read_btn_margin_top: 30px;
  }
}
@media (max-width: 640px) {
  .b-card {
    --info_padding_top: 25px;
    --info_padding_bottom: 25px;
    --title_font_size: 16px;
    --meta_font_size: 12px;
    --desc_font_size: 14px;
    --desc_line_height: 21px;
    --read_btn_font_size: 12px;
  }
}
.page-wrap.single-blog {
  overflow: initial;
}

section.fb-sec {
  margin: 130px 0px 200px;
}

.sf-card {
  margin: 56px 0px;
}

section .container {
  max-width: 1100px;
}

@media (max-width: 1024px) {
  section.fb-sec {
    margin: 90px 0px 110px;
  }
}

/*# sourceMappingURL=inner-blog.css.map */
