.btn {
  border-radius: 4px;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.25;
  text-transform: uppercase;
  min-width: 170px;
}

.btn-green {
  background-image: linear-gradient(180deg, #ABD45C 0%, #8CC440 100%);
  color: #3D3D3D !important;
}
.btn-green:hover {
  background-image: linear-gradient(180deg, #8CC440 0%, #B8EE53 100%);
  box-shadow: 10px 15px 30px 1px rgba(27, 82, 179, 0.15);
}

.menu > li a {
  white-space: nowrap;
}

.wrap-menu .social {
  margin-left: 8.18vw;
}
@media (max-width: 1680px) {
  .wrap-menu .social {
    margin-left: 10px;
  }
  .wrap-menu .menu > li {
    margin: 0 15px;
  }
}
@media (max-width: 1200px) {
  .wrap-menu .social {
    margin-left: 0;
  }
}

.single-vacancy footer {
  margin-top: 150px;
}
@media (max-width: 991px) {
  .single-vacancy footer {
    margin-top: 60px;
  }
}

.has-auth-menu .wrap-menu .menu {
  margin-right: 20px;
}
.has-auth-menu .wrap-menu .menu.auth-menu li {
  margin: 0 1rem 0 0;
}
.has-auth-menu .wrap-menu .menu.auth-menu li a {
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 0.5rem 1.25rem;
  font-size: 14px;
  white-space: nowrap;
}
.has-auth-menu .wrap-menu .menu.auth-menu li a:hover {
  border-color: #8cc440;
}
@media (max-width: 991px) {
  .has-auth-menu .wrap-menu .menu.auth-menu li a {
    font-size: 13px;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
}
.has-auth-menu .wrap-menu .menu.auth-menu li.green-link a {
  border: none;
  background-image: linear-gradient(180deg, #ABD45C 0%, #8CC440 100%);
  color: #3D3D3D !important;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition: background 0.25s linear;
}
.has-auth-menu .wrap-menu .menu.auth-menu li.green-link a:hover {
  background-image: linear-gradient(180deg, #8CC440 0%, #B8EE53 100%);
  box-shadow: 10px 15px 30px 1px rgba(27, 82, 179, 0.15);
}
.has-auth-menu .wrap-menu .menu.auth-menu li:nth-last-of-type(1) {
  margin-right: 0;
}
@media (min-width: 1025px) and (max-width: 1260px) {
  .has-auth-menu .wrap-menu .menu {
    margin-right: 25px;
  }
  .has-auth-menu .wrap-menu .menu > li {
    margin: 0 8px;
  }
  .has-auth-menu .wrap-menu .menu a {
    font-size: 14px;
  }
  .has-auth-menu .wrap-menu .menu.auth-menu a {
    padding: 6px 15px;
  }
}
@media (max-width: 1024px) {
  .has-auth-menu .wrap-menu .menu-auth-menu-container {
    order: -1;
  }
  .has-auth-menu .wrap-menu .menu-auth-menu-container .menu > li {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .has-auth-menu .wrap-menu .menu.auth-menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  .has-auth-menu .wrap-menu .menu.auth-menu li {
    border: none;
  }
}

.blue-design .jumbotron {
  display: flex;
  flex-direction: column;
}
.blue-design .jumbotron-content {
  text-align: left;
  flex: 1 1 0;
  display: flex;
  align-items: center;
}
.blue-design .jumbotron-content h1 {
  max-width: 80%;
}
.blue-design .jumbotron-content .subtitle {
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 1.35rem;
  max-width: 500px;
  width: 70%;
}
.blue-design .jumbotron-content small {
  font-size: 16px;
  color: #EFF1FE;
}
@media screen and (min-width: 991px) {
  .blue-design .jumbotron-content h1 {
    font-size: 2.5rem;
    max-width: 60%;
  }
  .blue-design .jumbotron-content .title {
    font-size: 1.5rem;
  }
  .blue-design .jumbotron-content .subtitle {
    max-width: 50%;
  }
}
@media screen and (min-width: 1366px) {
  .blue-design .jumbotron-content h1 {
    font-size: 2.75rem;
    max-width: 70%;
  }
}
.blue-design .section.section-breadcrumbs {
  padding-bottom: 0 !important;
}
.blue-design .section--dark,
.blue-design .section--dark--gr {
  background: radial-gradient(119.58% 212.59% at 50% 50%, #003886 0%, #003580 4%, #000F24 70%, #000000 100%), #C4C4C4;
}
.blue-design .section--sm {
  background-size: cover;
}
.blue-design .footer-content {
  background: linear-gradient(180deg, #011D46 0%, #000000 100%);
}
@media screen and (max-width: 576px) {
  .blue-design .jumbotron {
    background-position: 63% 50%;
  }
}

.home.blue-design .jumbotron-content .container {
  max-width: 1350px;
}

.section--dark + .section--dark {
  padding-bottom: 0;
}

.contact-form {
  margin: 0 auto 0 36%;
}
@media screen and (max-width: 1775px) {
  .contact-form {
    margin-left: calc((100vw - 20px - 1150px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .contact-form {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-form {
    margin-left: auto;
  }
}

.contact-form-links a {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 850px) {
  .contact-form-links a {
    width: fit-content;
  }
  .contact-form-links a:first-child {
    margin-right: 15px;
  }
}

.footer {
  padding-top: 0;
}

.footer-content {
  padding-top: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .footer-content {
    padding-top: 45px;
  }
}

.footer-menu > li {
  width: 20%;
}
.footer-menu > li > a {
  font-size: 14px;
}
.footer-menu > li.menu-item-has-children::after {
  display: none;
}
.footer-menu .sub-menu {
  position: relative;
  opacity: 1;
  top: 7px;
  left: auto;
  padding: 0;
  background: none;
  transform: translateY(0);
}
.footer-menu .sub-menu li {
  margin-left: 0;
  padding: 4px 0;
}
.footer-menu .sub-menu li a {
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  display: block;
}
@media (max-width: 1439px) {
  .footer-menu {
    column-count: auto;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .footer-menu {
    order: 5;
  }
}
@media (max-width: 1280px) {
  .footer-menu {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer-menu {
    flex-wrap: wrap;
  }
  .footer-menu > li {
    width: 30%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .footer-menu {
    flex-wrap: wrap;
  }
  .footer-menu > li {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 1280px) {
  .footer-item {
    flex-wrap: wrap;
  }
}
.grid-blocks .title {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.grid-blocks h2 {
  margin-right: 20px;
  margin-bottom: 8px;
  text-align: center;
}
.grid-blocks__wrap {
  box-shadow: 10px 15px 30px 1px rgba(27, 82, 179, 0.15);
  border-radius: 10px;
  padding: 2rem;
  height: 100%;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
.grid-blocks__icon {
  margin-bottom: 1rem;
}
.grid-blocks__title {
  font-size: 1.125rem;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .grid-blocks {
    margin-bottom: 5vmin;
  }
  .grid-blocks .title {
    flex-direction: row;
  }
}

.badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(140, 196, 64, 0.8);
  border-radius: 100px;
  padding: 0.33em 1.67em;
  font-size: 1rem;
  color: #ffffff;
}

.page-subtitle {
  font-size: 1.5rem;
}

.country .nice-select.open .list li:nth-of-type(1) {
  display: none;
}

@media screen and (max-width: 767px) {
  .subscribe-text.text--sm {
    font-size: 15px;
    max-width: 300px;
  }
}
@media screen and (max-width: 575px) {
  .subscribe-form .btn {
    width: 100%;
  }
}
/* new design 07/06/2022 */
.header {
  transition: all 0.4s ease;
}

.fixed-header .jumbotron {
  padding-top: 160px;
}
.fixed-header .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0;
  background: radial-gradient(119.58% 212.59% at 50% 50%, #003886 0%, #003580 4%, #000F24 70%, #000000 100%), #C4C4C4;
}
.fixed-header .header .container-fluid {
  height: 100%;
}
.fixed-header .header .site-logo img {
  height: 50px;
}
@media (max-width: 1024px) {
  .fixed-header .jumbotron {
    padding-top: 50px;
  }
  .fixed-header .header {
    height: 50px;
  }
  .fixed-header .header .wrap-menu.open {
    height: 100vh;
  }
  .fixed-header .header .site-logo img {
    height: 36px;
  }
}

.code-integrity {
  margin-bottom: 36px;
}
.code-integrity__title {
  font-size: 2.125rem;
  font-size: clamp(28px, 3.125vw, 32px);
  line-height: 1.2179;
  text-align: center;
}
.code-integrity__text {
  font-size: 1.125rem;
  text-align: center;
}
.code-integrity__btn {
  text-align: center;
}
@media (min-width: 768px) {
  .code-integrity {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .code-integrity__title, .code-integrity__text, .code-integrity__btn {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .code-integrity {
    margin-bottom: 5vmin;
  }
}

.posts-block h2 {
  font-size: 2.125rem;
  font-size: clamp(28px, 3.125vw, 32px);
}
.posts-block__item {
  margin-bottom: 3rem;
}
.posts-block__wrap {
  max-width: 640px;
  margin: 0 auto;
}
.posts-block__image {
  position: relative;
  padding-bottom: 62.85%;
  margin-bottom: 20px;
}
.posts-block picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.posts-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.posts-block__title {
  font-size: 1rem;
  line-height: 1.22;
  font-weight: 700;
}
.posts-block__link {
  margin-top: 25px;
}
.posts-block__link span {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  transition: color 250ms;
}
.posts-block__link span:hover {
  color: #8cc440;
}
.posts-block__link svg {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .posts-block {
    padding-top: 60px !important;
  }
  .posts-block__item {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 576px) {
  .posts-block__title {
    font-size: 1.22rem;
  }
}

.section.contact-page-section {
  background: url("../img/contact-page-bg.png") right bottom no-repeat;
}
.section.contact-page-section .contact-form {
  margin-left: 0;
}
@media (max-width: 1920px) {
  .section.contact-page-section {
    background-size: 45% auto;
  }
}
@media (max-width: 1024px) {
  .section.contact-page-section {
    background-size: 60% auto;
  }
}
@media (max-width: 767px) {
  .section.contact-page-section {
    padding-bottom: 75vw !important;
    background-size: 100% auto;
  }
}

.page-template-thanks p {
  margin-bottom: 15px;
}

.thanks-btn {
  margin-top: 40px;
}

.thanks-content {
  text-align: center;
}
.thanks-content h2 {
  line-height: 1.1;
}

@media (min-width: 768px) {
  .thanks-content {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .page-template-thanks .section {
    margin-top: 60px;
  }
}
.team-slider {
  margin-bottom: 90px;
}
.team-slider__title {
  margin-top: 25px;
}
.team-slider__text {
  font-size: 1.125rem;
}
.team-slider__image {
  position: relative;
  padding-bottom: 51.8%;
}
.team-slider picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.team-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.team-slider__nav {
  height: 60px;
  position: relative;
}
.team-slider .swiper-button-next,
.team-slider .swiper-button-prev {
  width: 38px;
  height: 38px;
  border: 2px solid #8CC440;
  border-radius: 50%;
  left: 0;
  right: auto;
  bottom: 0;
  top: auto;
}
.team-slider .swiper-button-next::after,
.team-slider .swiper-button-prev::after {
  font-size: 20px;
  color: #8CC440;
}
.team-slider .swiper-button-next.swiper-button-disabled,
.team-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  border-color: #B7B7B7;
}
.team-slider .swiper-button-next.swiper-button-disabled::after,
.team-slider .swiper-button-prev.swiper-button-disabled::after {
  color: #B7B7B7;
}
.team-slider .swiper-button-next {
  transform: translateX(55px);
}
@media (max-width: 991px) {
  .team-slider {
    margin-bottom: 60px;
  }
  .team-slider__title {
    text-align: center;
  }
  .team-slider__text {
    margin-bottom: 35px;
    text-align: center;
  }
  .team-slider .swiper-button-prev {
    left: 50%;
    transform: translateX(-40px);
  }
  .team-slider .swiper-button-next {
    left: 50%;
    transform: translateX(2px);
  }
}

.product-update__img {
  position: relative;
  padding-bottom: 62.85%;
  overflow: hidden;
  border-radius: 10px;
  background: radial-gradient(119.58% 212.59% at 50% 50%, #003886 0%, #003580 4%, #000F24 70%, #000000 100%), #C4C4C4;
}
.product-update__img picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product-update__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product-update__title {
  font-weight: 600;
  margin: 30px 0 25px;
}
.product-update__link span {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  transition: color 0.25s ease;
}
.product-update__link svg {
  margin-left: 10px;
}
.product-update:hover .product-update__link {
  color: #8cc440;
}

.landing-section {
  padding: 150px 0 !important;
}
.landing-section h2 {
  max-width: 510px;
  line-height: 1.22;
}
.landing-section__form h3 {
  text-align: center;
  margin-bottom: 35px;
}
.landing-section__text {
  max-width: 550px;
}
.landing-section__text h2 {
  max-width: 510px;
}
.landing-section__text p {
  margin-bottom: 20px;
}
@media (max-width: 1279px) {
  .landing-section {
    padding: 80px 0 !important;
  }
}

.page-template-page-landing .jumbotron-content h1 {
  margin: 0 auto 2rem;
  text-align: center;
}
.page-template-page-landing .page-subtitle {
  text-align: center;
  color: #DFE3E6;
}

.page-template-page-scribe.blue-design .jumbotron-content h1 {
  max-width: 82%;
}
.page-template-page-scribe .jumbotron-content {
  padding-bottom: 100px;
}
.page-template-page-scribe .grid-blocks {
  text-align: center;
  margin-bottom: 0;
}
.page-template-page-scribe .grid-blocks__wrap {
  padding: 2rem 3rem;
}
@media (max-width: 767px) {
  .page-template-page-scribe .jumbotron-content {
    padding-top: 180px;
    padding-bottom: 180px;
    min-height: 420px;
  }
  .page-template-page-scribe .page-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .page-template-page-scribe .page-subtitle {
    font-size: 1rem;
  }
}

.blue-section {
  padding: 110px 0;
  background: #001E4A url("../img/blue-section-bg-min.webp") center/cover no-repeat;
  color: #ffffff;
}
.blue-section__item {
  padding: 40px 0;
  border-bottom: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
}
.blue-section__item > div {
  width: 48%;
}
.blue-section__title {
  font-weight: 600;
  font-size: 1.375rem;
}
.blue-section__text {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .blue-section {
    padding-top: 90vw;
    background-image: url("../img/blue-section-bg-mobile.webp");
    background-position: top center;
    background-size: auto 100vw;
  }
}
@media (max-width: 680px) {
  .blue-section {
    padding: 90vw 0 40px;
  }
  .blue-section__item {
    display: block;
    padding: 30px 0;
  }
  .blue-section__item div {
    width: 100%;
  }
  .blue-section__title {
    margin-bottom: 1rem;
  }
}

.screens {
  padding: 7.8vmax 0;
}
.screens .title {
  margin-bottom: 70px;
}
.screens__item {
  padding: 2.22rem 0;
  border-bottom: 1px solid #b7b7b7;
}
.screens__item-last {
  border: none;
}
.screens__title {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.22;
}
.screens__image {
  position: relative;
  padding-bottom: 74%;
}
.screens__image picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 5px 10px 25px 1px rgba(27, 82, 179, 0.1);
  border-radius: 10px;
}
.screens__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.screens__btns {
  display: flex;
  justify-content: center;
}
.screens__btns a {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .screens .title {
    margin-bottom: 35px;
  }
  .screens__title {
    font-size: 1.125rem;
  }
  .screens__btns {
    flex-direction: column;
    align-items: center;
  }
  .screens__btns a {
    min-width: 250px;
    margin-bottom: 1rem;
  }
}

.scribe-bottom-blocks .title {
  margin-bottom: 70px;
}
.scribe-bottom-blocks__item {
  position: relative;
  font-size: 1.375rem;
  margin-bottom: 100px;
}
.scribe-bottom-blocks__item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
}
.scribe-bottom-blocks__item.item-1::after {
  background: url("../img/scribe-chain-1.png") center/contain no-repeat;
  width: 234px;
  height: 94px;
}
.scribe-bottom-blocks__item.item-2 .row {
  flex-direction: row-reverse;
}
.scribe-bottom-blocks__item.item-2::after {
  background: url("../img/scribe-chain-2.png") center/contain no-repeat;
  width: 300px;
  height: 198px;
  bottom: -120px;
}
.scribe-bottom-blocks__title {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 3.75rem;
  line-height: 1.2167;
  color: #DFE3E6;
}
@media (max-width: 767px) {
  .scribe-bottom-blocks__item {
    text-align: center;
  }
  .scribe-bottom-blocks__item.item-1::after {
    width: 170px;
    height: 69px;
    bottom: -86px;
  }
  .scribe-bottom-blocks__item.item-2::after {
    width: 197px;
    height: 155px;
    bottom: -129px;
  }
  .scribe-bottom-blocks__title {
    margin-top: 1.5rem;
  }
}

.article-info__top {
  padding-top: 0;
}
.article-info__top a {
  margin-left: 10px;
  border: 2px solid #8CC440;
  color: #8CC440;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.article-info__top a svg {
  width: 50%;
}
.article-info__top a:hover {
  background: #8cc440;
  color: #ffffff;
}

.article-bottom-text {
  border-top: 1px solid #8CC440;
  border-bottom: 1px solid #8CC440;
  padding: 25px 0;
  margin: 0 0 40px;
  font-size: 1.125rem;
}

.related {
  margin-top: 60px;
}
.related h2 {
  margin-bottom: 1.5rem;
}
.related__wrap {
  box-shadow: 10px 15px 30px 1px rgba(27, 82, 179, 0.15);
  border-radius: 10px;
  padding: 2rem;
  width: 100%;
}
.related__image {
  margin-bottom: 1rem;
}
.related__image a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.related__image img {
  border-radius: 10px;
}
.related__title a {
  color: inherit !important;
  font-weight: 600;
  text-decoration: none !important;
  line-height: 1.2;
}
.related__title a:hover {
  color: #8CC440 !important;
}
.related__title p {
  font-size: 80%;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .related__wrap {
    display: flex;
  }
  .related__image {
    width: 40%;
    margin-right: 2rem;
    margin-bottom: 0;
  }
  .related__title {
    width: calc(60% - 2rem);
  }
}

.about {
  padding-bottom: 0;
}
.about__content {
  margin-top: 93px;
}
.about .grid-blocks {
  margin-bottom: 0;
}
.about .grid-blocks__icon {
  height: 40px;
}
.about__footer {
  background: #000926 url("../img/about-footer-bg.webp") center/cover no-repeat;
  color: #ffffff;
  padding: 120px 20px;
  margin-top: 70px;
}
.about__footer-text h3 {
  font-size: 189%;
}
@media (max-width: 991px) {
  .about__content {
    margin-top: 30px;
  }
  .about__footer {
    padding: 60px 20px;
  }
  .about #leadership {
    padding-top: 93px;
  }
}

.prof {
  margin-bottom: 54px;
  padding: 3rem 0;
}
.prof__text {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.prof__bottom-text {
  font-size: 2.125rem;
}
.prof .grid-blocks__icon img {
  max-height: 60px;
}
@media (max-width: 991px) {
  .prof__bottom-text {
    font-size: 24px;
  }
}

.page-template-professional-services .footer h3 {
  font-size: 34px;
}
@media (max-width: 991px) {
  .page-template-professional-services .footer h3 {
    font-size: 28px;
  }
}

.filter ul {
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 1rem;
}
.filter a {
  margin-right: 2rem;
  font-weight: 600;
}
.filter a.active, .filter a:hover {
  color: #8cc440;
}
@media screen and (max-width: 480px) {
  .filter ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .filter li {
    margin-bottom: 0.5rem;
  }
  .filter .filter-link {
    margin: 0 0.75rem;
  }
}
@media (max-width: 680px) {
  .filter {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    width: 100%;
  }
  .filter a {
    margin-right: 1.5rem;
  }
}

.resource__content.loading {
  position: relative;
}
.resource__content.loading::before, .resource__content.loading::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.resource__content.loading::before {
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
}
.resource__content.loading::after {
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  animation: spin 1500ms infinite linear;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%238cc440' d='M296 48c0 22.091-17.909 40-40 40s-40-17.909-40-40 17.909-40 40-40 40 17.909 40 40zm-40 376c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm248-168c0-22.091-17.909-40-40-40s-40 17.909-40 40 17.909 40 40 40 40-17.909 40-40zm-416 0c0-22.091-17.909-40-40-40S8 233.909 8 256s17.909 40 40 40 40-17.909 40-40zm20.922-187.078c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40c0-22.092-17.909-40-40-40zm294.156 294.156c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.092 0 40-17.909 40-40s-17.908-40-40-40zm-294.156 0c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40z'%3E%3C/path%3E%3C/svg%3E");
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.single-resource .badge {
  top: -68px;
  right: 0;
}
@media (max-width: 767px) {
  .single-resource .badge {
    top: -59px;
  }
}
@media (max-width: 575px) {
  .single-resource .badge {
    top: -54px;
    font-size: 0.75rem;
  }
  .single-resource .come-back {
    font-size: 16px;
  }
}

.footer-item {
  margin: 0;
}
.footer-item .row {
  width: 100%;
}

.footer-sr {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .footer-sr {
    margin-top: 1rem;
  }
}

.footer .social {
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer .social {
    justify-content: center;
  }
}

.footer-menu li {
  margin-left: 0;
}
@media (max-width: 767px) {
  .footer-menu .sub-menu li {
    padding: 7px 0;
  }
}
@media (max-width: 575px) {
  .footer-menu > li {
    width: 100%;
    margin-bottom: 14px;
  }
}

.subscribe-wrap {
  margin-right: 6%;
}
@media (max-width: 767px) {
  .subscribe-wrap {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.subscribe-form-wrap form {
  display: flex;
  align-items: center;
  /*flex-wrap: wrap;*/
}
.subscribe-form-wrap .hs-button {
  padding-top: 11px;
  padding-bottom: 12px;
  border-radius: 0 4px 4px 0;
}
.subscribe-form-wrap label {
  display: none;
}
.subscribe-form-wrap input.hs-input {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-right: none !important;
  border-radius: 4px 0 0 4px !important;
  margin-bottom: 0 !important;
  background: transparent !important;
}
.subscribe-form-wrap .btn:hover {
  transform: none;
}
@media (max-width: 991px) {
  .subscribe-form-wrap input.hs-input {
    padding: 8px 10px;
  }
  .subscribe-form-wrap .hs-button {
    position: relative;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    width: 60px;
    min-width: 60px;
  }
  .subscribe-form-wrap .hs-button::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.91164 -8.35606e-08L1.91143 -8.35511e-08L-6.16746e-07 1.8905L6.17687 8L-8.26363e-08 14.1095L1.91143 16L1.91164 16L10 8L1.91164 -8.35606e-08Z' fill='%231C1C1B'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

.related-links__title {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 0.75rem;
}
.related-links a {
  font-size: 0.75rem;
  padding: 4px 0;
}
.related-links a:hover {
  color: #8cc440;
}

.footer-down {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 575px) {
  .footer-down {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-down .footer-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 1rem;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .footer-menu-block {
    margin-top: 25px;
  }
}
@media (max-width: 1199px) {
  .footer-menu-block {
    order: 3;
  }
}

@media (max-width: 768px) {
  .footer-logo-block {
    order: 1;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer-social-block {
    order: 2;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
}

.footer-menu a[href="#"]:hover {
  color: inherit !important;
  cursor: default;
}

.footer-link {
  margin-right: 6.67%;
}

/*# sourceMappingURL=blue-design.css.map */
