/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../templates/single/single.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/

/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../inc/scss/breadcrumbs/breadcrumbs.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
.admin-bar .breadcrumbs {
  top: 121px;
}
@media (max-width: 767px) {
  .admin-bar .breadcrumbs {
    top: 136px;
  }
}

.breadcrumbs {
  position: fixed;
  top: 90px;
  width: 100%;
  background-color: #fff;
  padding: 12px 0;
  border-top: 1px solid #F1F2F8;
  z-index: 99;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs__item {
  font-size: 14px;
  color: #1D3142;
}
.breadcrumbs__item a {
  color: #1D3142;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumbs__item a:hover {
  color: #3fa94c;
}
.breadcrumbs__item--current {
  color: #808184;
  font-weight: 600;
}
.breadcrumbs__sep {
  display: flex;
  align-items: center;
  color: #c4c9ce;
  font-size: 12px;
  width: 24px;
  height: 24px;
  justify-content: center;
}
/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../components/say-goodbye/say-goodbye.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.say-goodbye {
  padding: 64px 0;
  background: linear-gradient(45deg, #f4f4f8 0%, #faf8f1 100%);
}
@media (max-width: 630px) {
  .say-goodbye {
    padding: 45px 0;
  }
}
.say-goodbye__inner {
  text-align: center;
}
.say-goodbye__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  color: #1b2733;
  margin: 0 0 12px;
}
@media (max-width: 992px) {
  .say-goodbye__title {
    font-size: 21px;
  }
}
.say-goodbye__subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #1b2733;
  margin: 0 0 16px;
}
.say-goodbye__description {
  font-size: 14px;
  line-height: 1.6;
  color: #5b6b7a;
  margin: 0 0 40px;
}
@media (max-width: 480px) {
  .say-goodbye__description br {
    display: none;
  }
}
.say-goodbye__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 16px;
  gap: 16px;
}
@media (max-width: 1024px) {
  .say-goodbye__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .say-goodbye__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .say-goodbye__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.say-goodbye__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 28px 12px;
  background: #ffffff;
  border-radius: 12px;
  -webkit-text-decoration: none;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(20, 30, 40, 0.05);
  transition: 0.3s;
}
.say-goodbye__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(20, 30, 40, 0.1);
  background-color: #3DB550;
}
.say-goodbye__item:hover .say-goodbye__icon-img {
  filter: brightness(0) invert(1);
}
.say-goodbye__item:hover .say-goodbye__label {
  color: #ffffff;
}
@media (max-width: 768px) {
  .say-goodbye__item {
    padding: 20px 8px;
  }
}
.say-goodbye__item--active {
  background: #3fa94c;
  box-shadow: 0 8px 20px rgba(63, 169, 76, 0.35);
}
.say-goodbye__item--active .say-goodbye__label {
  color: #ffffff;
}
.say-goodbye__item--active .say-goodbye__icon-img {
  filter: brightness(0) invert(1);
}
.say-goodbye__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.say-goodbye__label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1b2733;
  transition: 0.3s;
}
/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../components/real-articles/real-articles.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.real-articles {
  padding: 64px 0;
}
@media (max-width: 630px) {
  .real-articles {
    padding: 45px 0;
  }
}
.real-articles__title {
  font-size: 36px;
  font-weight: 700;
  color: #1D3142;
  margin: 0 0 20px;
}
@media (max-width: 992px) {
  .real-articles__title {
    font-size: 21px;
  }
}
.real-articles__slider {
  position: relative;
}
.real-articles__swiper {
  overflow: inherit;
}
.real-articles__slide {
  height: auto;
}
.real-articles__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.real-articles__card:hover {
  transform: translateY(-2px);
}
.real-articles__card-media {
  overflow: hidden;
}
.real-articles__card-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.rel-articles__card:hover .real-articles__card-img {
  transform: scale(1.04);
}
.real-articles__card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px 0;
}
.real-articles__card-title {
  font-size: 20px;
  font-weight: 700;
  color: #1D3142;
  margin: 0 0 10px;
  line-height: 1.4;
}
.real-articles__card-date {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #535460;
  font-weight: 600;
  margin-bottom: 10px;
}
.real-articles__card-excerpt {
  font-size: 14px;
  color: #535460;
  line-height: 150%;
  margin: 0 0 16px;
  flex: 1;
}
.real-articles__card-link {
  font-size: 14px;
  font-weight: 700;
  color: #1D3142;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.rel-articles__card:hover .real-articles__card-link {
  color: #2B7D3A;
}
.real-articles__arrow {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(20, 30, 40, 0.12);
  cursor: pointer;
  transition: background 0.2s ease;
}
.real-articles__arrow svg {
  stroke: #1D3142;
}
.real-articles__arrow:hover {
  background: #f3f4f6;
}
.real-articles__arrow.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.real-articles__arrow--prev {
  left: -28px;
}
@media (max-width: 992px) {
  .real-articles__arrow--prev {
    left: -10px;
  }
}
.real-articles__arrow--next {
  right: -28px;
}
@media (max-width: 992px) {
  .real-articles__arrow--next {
    right: -10px;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../components/single-hero/single-hero.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.admin-bar .single-hero {
  padding-top: 140px;
}

.single-hero {
  padding: 110px 0;
}
@media (max-width: 630px) {
  .single-hero {
    padding: 45px 0;
  }
}
.single-hero__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .single-hero__flex {
    flex-wrap: wrap;
  }
}
.single-hero__title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #1D3142;
  margin-bottom: 20px;
}
.single-hero__excerpt {
  margin-bottom: 20px;
}
.single-hero__excerpt p {
  font-size: 16px;
  line-height: 1.5;
  color: #535460;
}
.single-hero__date {
  padding-left: 30px;
  color: #535460;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIyQzE3LjUyMjggMjIgMjIgMTcuNTIyOCAyMiAxMkMyMiA2LjQ3NzE1IDE3LjUyMjggMiAxMiAyQzYuNDc3MTUgMiAyIDYuNDc3MTUgMiAxMkMyIDE3LjUyMjggNi40NzcxNSAyMiAxMiAyMloiIHN0cm9rZT0iIzNEQjU1MCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMiA2VjEyTDE2IDE0IiBzdHJva2U9IiMzREI1NTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: left top;
  line-height: 1.7;
  margin-bottom: 10px;
}
.single-hero__content {
  max-width: 470px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .single-hero__content {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.single-hero__img {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  width: 735px;
  margin-right: calc(-50vw + 50%);
  flex-shrink: 0;
}
.single-hero__img img {
  width: 100%;
  height: auto;
}
@media (max-width: 1350px) {
  .single-hero__img {
    width: 550px;
  }
}
@media (max-width: 992px) {
  .single-hero__img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
}
.single-hero__views {
  padding-left: 30px;
  color: #535460;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMTJDMSAxMiA1IDQgMTIgNEMxOSA0IDIzIDEyIDIzIDEyQzIzIDEyIDE5IDIwIDEyIDIwQzUgMjAgMSAxMiAxIDEyWiIgc3Ryb2tlPSIjM0RCNTUwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEyIDE1QzEzLjY1NjkgMTUgMTUgMTMuNjU2OSAxNSAxMkMxNSAxMC4zNDMxIDEzLjY1NjkgOSAxMiA5QzEwLjM0MzEgOSA5IDEwLjM0MzEgOSAxMkM5IDEzLjY1NjkgMTAuMzQzMSAxNSAxMiAxNVoiIHN0cm9rZT0iIzNEQjU1MCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: left top;
  line-height: 1.7;
  margin-bottom: 10px;
}

.social {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 992px) {
  .social {
    left: 16px;
  }
}
@media (max-width: 767px) {
  .social {
    display: none;
  }
}
.social__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social__item:hover::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 2px;
  background: #3DB550;
}
.social__item:hover::before .social__icon {
  filter: brightness(0) saturate(100%) invert(56%) sepia(78%) saturate(451%) hue-rotate(74deg) brightness(94%) contrast(93%);
}
.social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  opacity: 0.7;
  background-color: #FFFFFF;
  border-radius: 10px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.social__link:hover {
  opacity: 1;
  transform: scale(1.1);
}
.social__icon {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../components/understanding/understanding.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.understanding {
  padding-bottom: 80px;
}
@media (max-width: 630px) {
  .understanding {
    padding-bottom: 45px;
  }
}
.understanding__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1D3142;
}
@media (max-width: 992px) {
  .understanding__title {
    font-size: 21px;
  }
}
.understanding__subtitle {
  font-size: 16px;
  margin-bottom: 20px;
  color: #666666;
}
.understanding__list {
  list-style: none;
  counter-reset: item;
  padding: 0;
  margin: 0;
}
.understanding__item {
  font-size: 16px;
  counter-increment: item;
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  color: #666666;
}
.understanding__item:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #3DB550;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 992px) {
  .understanding__item {
    font-size: 16px;
  }
  .understanding__item:before {
    font-size: 16px;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../components/call-us/call-us.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.call-us {
  padding: 70px 0;
  background: linear-gradient(85.93deg, #f4f4f8 0%, #faf8f1 100%);
}
@media (max-width: 992px) {
  .call-us {
    padding: 45px 0;
  }
}
.call-us__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .call-us__flex {
    flex-wrap: wrap;
  }
}
.call-us__text {
  margin-right: 20px;
}
@media (max-width: 992px) {
  .call-us__text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}
.call-us__title {
  font-size: 36px;
  color: #1D3142;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .call-us__title {
    font-size: 21px;
  }
}
.call-us__description {
  font-size: 18px;
  color: #535460;
}
@media (max-width: 992px) {
  .call-us__btn-box {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.call-us__btn {
  display: inline-block;
  border-radius: 48px;
  padding: 15px 59px;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.3s;
  border: none;
  background-color: #3DB550;
}
.call-us__btn:hover {
  background-color: #2B7D3A;
}
/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../components/editor/editor.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.editor {
  margin: 0 auto;
  padding: 48px 0;
}
.editor h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1D3142;
  margin: 0 0 20px;
}
.editor h2:not(:first-child) {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .editor h2 {
    font-size: 21px;
  }
}
.editor h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1D3142;
  margin: 0 0 16px;
}
.editor h3:not(:first-child) {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .editor h3 {
    font-size: 18px;
  }
}
.editor p {
  font-size: 14px;
  color: #535460;
  line-height: 150%;
  margin: 0 0 20px;
}
.editor p.entry-content__summary {
  font-style: italic;
  border-top: 1px solid #e6e8eb;
  padding-top: 24px;
  margin-top: 8px;
}
.editor img {
  border-radius: 12px;
  max-width: 100%;
  height: auto;
}
.editor .alignright {
  float: right;
  margin: 0 0 20px 32px;
  max-width: 45%;
}
@media (max-width: 767px) {
  .editor .alignright {
    float: none;
    max-width: 100%;
    margin: 0 0 20px;
  }
}
.editor .alignleft {
  float: left;
  margin: 0 32px 20px 0;
  max-width: 45%;
}
@media (max-width: 767px) {
  .editor .alignleft {
    float: none;
    max-width: 100%;
    margin: 0 0 20px;
  }
}
.editor ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.editor ul li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #535460;
  line-height: 150%;
  margin-bottom: 10px;
}
.editor ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3DB550;
}
.editor ol {
  counter-reset: entry-list;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.editor ol li {
  counter-increment: entry-list;
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  color: #535460;
  line-height: 150%;
  margin-bottom: 16px;
}
.editor ol li::before {
  content: counter(entry-list) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #3DB550;
}
.editor ol li strong {
  color: #1D3142;
}
.editor strong,
.editor b {
  color: #1D3142;
  font-weight: 700;
}
.editor h2,
.editor h3 {
  clear: both;
}
.editor::after {
  content: "";
  display: table;
  clear: both;
}
