form@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}


html body,
body a, 
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body input,
body button {
  font-family: 'Mulish', sans-serif;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 12px;
  color: rgba(0, 0, 0, 1);
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Base *****/
* {
  box-sizing: border-box;
}

body {
  background-color: rgba(252, 243, 236, 1);
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-size: 16px;
}

@media (min-width: 1024px) {
  body > main {
    min-height: 70vh;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 40px;
  font-weight: bold;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

a {
  color: rgba(255, 157, 2, 1);
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  transition: border .12s ease-in-out;
}

input:not([type="checkbox"]) {
  outline: none;
}

input:not([type="checkbox"]):focus {
  border: 1px solid $brand_color;
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid $brand_color;
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid rgba(227, 219, 210, 1);
  border-radius: 8px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
  background-color: rgba(227, 219, 210, 1);
}

textarea:focus {
  border: 1px solid $brand_color;
}

.container {
  margin: 0 auto;
  min-height: 50vh;
  padding-top: 50px;
  background-color:rgba(252, 243, 236, 1);
}

.container_home {
  margin: 0 auto;
  min-height: 50vh;
  padding-top: 50px;
  background-color:rgba(227, 219, 210, 1);
}

/* .container_section {
  background-color:rgba(252, 243, 236, 1);
}

.container_article {
  margin: 0 auto;
  min-height: 50vh;
  padding-top: 50px;
  background-color:rgba(252, 243, 236, 1);
}

.container_search {
  margin: 0 auto;
  min-height: 50vh;
  padding-top: 50px;
  background-color:rgba(252, 243, 236, 1);
} */

.container-divider-top {
  border-top: 1px solid rgba(227, 219, 210, 1)
  margin-bottom: 20px;
}

.container-divider-bottom {
  border-bottom: 1px solid rgba(227, 219, 210, 1);
  margin-top: 20px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.visibility-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/***** Buttons *****/
.button, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
  background-color: transparent;
  border: 1px solid #027AFF;
  border-radius: 12px;
  color: $brand_color;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  line-height: 2;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

.article-vote-up {
  border: 1px solid #8EC05B;
  color: #8EC05B;
}

.article-vote-down {
  border: 1px solid #F97856;
  color: #F97856;
}

.button.article-vote-up:hover {
  background-color: #8EC05B;
  color: #fff;
}

.button.article-vote-down:hover {
  background-color: #F97856;
  color: #fff;
}

@media (min-width: 768px) {
  .button, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
    width: auto;
  }
}

.button:hover, .split-button button:hover, .section-subscribe button:hover, .article-subscribe button:hover, .community-follow button:hover, .requests-table-toolbar .organization-subscribe button:hover, .subscriptions-subscribe button:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .button:active, .split-button button:active, .section-subscribe button:active, .article-subscribe button:active, .community-follow button:active, .requests-table-toolbar .organization-subscribe button:active, .subscriptions-subscribe button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .button:focus, .split-button button:focus, .section-subscribe button:focus, .article-subscribe button:focus, .community-follow button:focus, .requests-table-toolbar .organization-subscribe button:focus, .subscriptions-subscribe button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .button.button-primary, .split-button button.button-primary, .section-subscribe button.button-primary, .section-subscribe button[data-selected="true"], .article-subscribe button.button-primary, .article-subscribe button[data-selected="true"], .community-follow button.button-primary, .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected="true"], .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected="true"], .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link {
/*   background-color: $brand_color;
  color: $brand_text_color; */
  text-decoration: none;
  color: #fff;
  background-color: $brand_color;
}

.pagination-next-link:hover, .pagination-last-link:hover {
		text-decoration: none;
}

.button.button-primary:hover, .split-button button:hover, .section-subscribe button.button-primary:hover, .section-subscribe button[data-selected="true"]:hover, .article-subscribe button.button-primary:hover, .article-subscribe button[data-selected="true"]:hover, .community-follow button.button-primary:hover, .requests-table-toolbar .organization-subscribe button.button-primary:hover, .requests-table-toolbar .organization-subscribe button[data-selected="true"]:hover, .subscriptions-subscribe button.button-primary:hover, .subscriptions-subscribe button[data-selected="true"]:hover, .button-primary.pagination-next-link:hover, .button-primary.pagination-prev-link:hover, .button-primary.pagination-first-link:hover, .button-primary.pagination-last-link:hover, .button.button-primary:focus, .split-button button.button-primary:focus, .section-subscribe button.button-primary:focus, .section-subscribe button[data-selected="true"]:focus, .article-subscribe button.button-primary:focus, .article-subscribe button[data-selected="true"]:focus, .community-follow button.button-primary:focus, .requests-table-toolbar .organization-subscribe button.button-primary:focus, .requests-table-toolbar .organization-subscribe button[data-selected="true"]:focus, .subscriptions-subscribe button.button-primary:focus, .subscriptions-subscribe button[data-selected="true"]:focus, .button-primary.pagination-next-link:focus, .button-primary.pagination-prev-link:focus, .button-primary.pagination-first-link:focus, .button-primary.pagination-last-link:focus, .button.button-primary:active, .split-button button.button-primary:active, .section-subscribe button.button-primary:active, .section-subscribe button[data-selected="true"]:active, .article-subscribe button.button-primary:active, .article-subscribe button[data-selected="true"]:active, .community-follow button.button-primary:active, .requests-table-toolbar .organization-subscribe button.button-primary:active, .requests-table-toolbar .organization-subscribe button[data-selected="true"]:active, .subscriptions-subscribe button.button-primary:active, .subscriptions-subscribe button[data-selected="true"]:active, .button-primary.pagination-next-link:active, .button-primary.pagination-prev-link:active, .button-primary.pagination-first-link:active, .button-primary.pagination-last-link:active {
  background-color: darken($brand_color, 20%);
  border-color: darken($brand_color, 20%);
}

.button[data-disabled], .split-button button[data-disabled], .section-subscribe button[data-disabled], .article-subscribe button[data-disabled], .community-follow button[data-disabled], .requests-table-toolbar .organization-subscribe button[data-disabled], .subscriptions-subscribe button[data-disabled], [data-disabled].pagination-next-link, [data-disabled].pagination-prev-link, [data-disabled].pagination-first-link, [data-disabled].pagination-last-link {
  cursor: default;
}

.button-large, input[type="submit"] {
  cursor: pointer;
  background-color: rgba(255, 157, 2, 1);
  border: 0;
  border-radius: 12px;
  color: rgba(252, 243, 236, 1);
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  font-weight: 600;
}

@media (min-width: 768px) {
  .button-large, input[type="submit"] {
    width: auto;
  }
}

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: darken($brand_color, 20%);
}

.button-large[disabled], input[type="submit"][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: lighten($text_color, 20%);
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: $text_color;
  border: 1px solid #ddd;
  background-color: darken($background_color, 3%);
}

/***** Split button *****/
.split-button {
  display: flex;
}

.split-button button {
  background-color: $brand_color;
  border: 0;
  color: $brand_text_color;
  height: 32px;
  line-height: 16px;
  outline-color: $brand_color;
}

[dir="rtl"] .split-button button:not(:only-child):first-child {
  border-left: 1px solid $brand_text_color;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):first-child {
  border-right: 1px solid $brand_text_color;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

.split-button button:not(:only-child):last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}

[dir="rtl"] .split-button button:not(:only-child):last-child {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):last-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: lighten($text_color, 20%);
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

[dir="rtl"] .table th, [dir="rtl"]
.table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/

body > main > div.container > h1 {
  padding: 20px 5% 0 5%;
}

@media (min-width: 768px) {
  body > main > div.container > h1 {
    padding: 0;
  	max-width: 650px;
		margin: 0 auto;
	}
} 

.form {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 5% 0 5%;
}

@media (min-width: 768px) {
  .form {
    padding: 0;
  }
}

.request-form {
  margin-top: 20px;
  margin-bottom: 80px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid $brand_color;
}

.form-field input[type="text"] {
  border: 1px solid rgba(227, 219, 210, 1);
  border-radius: 8px;
  background-color: rgba(227, 219, 210, 1);
}

.form-field input[type="text"]:focus {
  border: 1px solid rgba(227, 219, 210, 1);
}

.form-field input[type="checkbox"] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
  border: 1px solid rgba(227, 219, 210, 1);
  border-radius: 8px;
  background-color: rgba(227, 219, 210, 1);
}

.form-field .nesty-input:focus {
  border: 1px solid rgba(227, 219, 210, 1);
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid $brand_color;
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field .optional {
  color: rgba(0, 0, 0, 1);
  margin-left: 4px;
  font-weight: 400;
}

.form-field p {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  margin: 5px 0;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.footer a {
  text-decoration: none;
}

.form footer a {
  color: lighten($text_color, 20%);
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: #9b5f00;
}


/***** Header *****/


.header {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5% 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 71px;
  justify-content: space-between;
  background-color:rgba(252, 243, 236, 1);
}

.logo {
  padding-top: 10px;
}

@media (min-width: 1160px) {
  .header {
    padding: 0 0px;
    width: 90%;
  }
}

.logo img {
  width: 80px;
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
  
  .logo img {
  	width: 80px;
	}
}

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}

.nav-wrapper a {
  border: 0;
  color: rgba(255, 157, 2, 1);
  display: none;
  font-size: 18px;
  padding: 0 20px 0 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;
  }
}

[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  color: rgba(255, 157, 2, 1);
  text-decoration: underline;
}

.nav-wrapper a.sign-in {
  display: inline-block;
}

@media (max-width: 768px) {
  .nav-wrapper .hide-on-mobile {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
}

.nav-wrapper .menu-button {
  background: none;
  border: 0;
  color: rgba(255, 157, 2, 1);
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper .menu-button {
    display: none;
  }
}

.nav-wrapper .menu-button .icon-menu {
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir="rtl"] .nav-wrapper .menu-button {
  margin-left: 10px;
  margin-right: 0;
}

.nav-wrapper .menu-button:hover, .nav-wrapper .menu-button:focus, .nav-wrapper .menu-button:active {
  background-color: transparent;
  color: rgba(255, 157, 2, 1);
}

.skip-navigation {
  align-items: center;
  background-color: black;
  color: white;
  display: flex;
  font-size: 18px;
  justify-content: center;
  left: -999px;
  margin: 20px;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  top: auto;
  z-index: -999;
}

[dir="rtl"] .skip-navigation {
  left: initial;
  right: -999px;
}

.skip-navigation:focus, .skip-navigation:active {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
  z-index: 999;
}

[dir="rtl"] .skip-navigation:focus, [dir="rtl"] .skip-navigation:active {
  left: initial;
  right: auto;
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > button {
  border: 0;
  color: rgba(255, 157, 2, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > button:hover, .user-info > button:focus {
  color: rgba(255, 157, 2, 1);
  background-color: transparent;
}

.user-info > button::after {
  color: rgba(255, 157, 2, 1);
  padding-right: 15px;
}

[dir="rtl"] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 18px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent {
  color: $brand_color;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: $brand_text_color;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
.footer {
  background-color: #e8a231;
  padding-bottom: 24px;
  padding-top: 35px;
  line-height: 18px;
  font-size: 14px;
}


.footer-link-container {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
}
.footer-links{
  display: flex;
  justify-content: center;
  gap: 40px;
}
.footer-links a{
  color: rgba(0, 0, 0, 1);
}

.footer-inner {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.footer-link-container li {
    margin-bottom: 12px;
  }

.footer-link-container li a {
  color: rgba(0, 0, 0, 1);
  line-height: 24px;
  margin: 0;
}

.footer-link-container ul {
  margin-bottom: 25px;
  width: 160px;
}

.footer-link-container p {
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
}



.verifications {
  display: flex;
  align-items: center;
}

.footer-header {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: -20px;
}

.icons_flex {
  display: flex;
  margin-right: 30px;
}

.icons_flex li {
  margin-right: 15px;
}

@media (min-width: 994px) {
  .icons_flex {
    justify-content: space-between;
  }
  .icons_flex li {
    margin-right: 0px;
}
}

.footer_number_mobile {
  display: flex;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .footer_number_mobile {
    display: none;
    margin-bottom: 0px;
  }
}

.footer_number_web {
  display: none;
}

@media (min-width: 768px) {
  .footer_number_web {
      display: flex;
    }
}


.footer_icons  img {
  width: 24px;
}

.footer_number_outer {
  text-align: center;
}

.footer_number_outer li {
  font-size: 12px;
}

@media (min-width: 768px) {
  .footer_number_outer li {
      font-size: 14px;
    }
}

ul .footer_number {
  font-weight: 600;
  color:rgba(0, 0, 0, 1);
  font-size: 20px;
}

@media (min-width: 768px) {
  ul .footer_number {
  font-size: 16px;
}
}



.footer_number_outer li {
  margin-top: -13px;
  color :rgba(0, 0, 0, 1);
}

.footer_margin {
  margin-bottom: 20px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .footer_margin {
  margin-bottom: 25px;
}
}

.disclaimer {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
}
.ai_disclaimer {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  margin-right: 20%;
  margin-left: 20.2%;
}
.ai_disclaimer a{
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
}

.footer_dis_store_icons {
  display: flex;
  justify-content: space-between;
}

.footer_store_icons_mobile img {
  max-height: 50px;
}

.footer_store_icons_mobile {
  text-align: center;
}

@media (min-width: 768px) {
.footer_store_icons_mobile {
  display: none;
}
}
@media (max-width: 768px) {
    .ai_disclaimer{
    margin-right: 4%;
    margin-left: 4%;
  }
  .footer-links{
    gap: 0px;
    flex-direction: column;
  }
}
.footer_store_icons_web {
  display: none;
}
  
@media (min-width: 768px) {
  .footer_store_icons_web {
 	 display: inline;
}
}


@media (min-width: 768px) {
  .footer_store_icons_web img {
		    max-height: 40px;
	}
}



@media (max-width: 992px) {
  .footer-link-container {
    flex-wrap: wrap;
  }
  
  .footer-link-container ul {
    width: 100%;
    margin-bottom: 5px;
  }

  
  .footer-header {
    margin: 0 0 12px 0;
  }

  
  .verifications {
    padding-top: 32px;
  }
}


@media (max-width: 380px) {
  .responsive-verification-1 {
    width: calc(203px + 50vw - 219px);
  }
  
  .responsive-verification-2 {
    width: calc(140px + 50vw - 200px);
    height: calc(182px + 50vw - 223px);
  }
}


.footer-language-selector {
  display: inline-block;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}

.breadcrumbs li {
  color: rgba(0, 0, 0, 1);
  display: inline;
  font-size: 14px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}

.breadcrumbs li a {
   color: rgba(255, 157, 2, 1);
   text-decoration: none;
}

.breadcrumbs li a:visited {
  color:  rgba(255, 157, 2, 1);
}

/***** Search field *****/
.search {
  position: relative;
}

.search input[type="search"] {
  border: 1px solid rgba(227, 219, 210, 1);
  border-radius: 8px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 1);
  height: 40px;
  padding-left: 40px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
  font-size: 16px;
  background-color: rgba(227, 219, 210, 1); 
}

.search ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 1);
  opacity: 1; /* Firefox */
}

.search :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 1);
}

.search ::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(0, 0, 0, 1);
}

[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}

.search input[type="search"]:focus {
  border: 1px solid $brand_color;
  color: #555;
}

.search-full input[type="search"] {
/*   border: 1px solid #b7b7b7; */
}

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: rgba(0, 0, 0, 1);
}

[dir="rtl"] .search-icon {
  right: 15px;
  left: auto;
}

.search-container {
  position: relative;
}

/***** Hero component *****/
.hero {
  background-color: rgba(252, 243, 236, 1);
  height: 300px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.hero-inner {
  position: relative;
  top: 80%;
  transform: translateY(-50%);
  max-width: 350px;
  margin: 0 auto;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 8px 0;
}

.hero-title {
  width: 100%;
  margin: 0 auto;

}

.hero-title h1 {
  margin: 17px 0 0 0;
  font-size: 34px;
  font-weight: 700;
}

.hero-title p {
  color: rgba(0, 0, 0, 1);
  margin-top: 8px;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
  }

  .hero-inner {
    top: 73%;
  }

  .hero-title h1 {
    margin: 7px 0 0 0;
  }
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
  
  .hero-title {
  	width: 575px;
	}
  
  .hero-title h1 {
  	font-size: 34px;
	}

	.hero-title p {
  	font-size: 18px;
	}
}

.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 7px;
  max-width: 1160px;
  margin: 0 auto;
	padding: 0 5% 0 5%;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 16px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}


.blocks-item {
  border-radius: 12px;
  background-color:rgba(252, 243, 236, 1);
  border: 2px solid rgba(252, 243, 236, 1);
  box-sizing: border-box;
  display: flex;
  flex: 1 0 340px;
  margin: 0 0 18px;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .blocks-item {
    margin: 0 15px 30px;
  }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  border: 2px solid rgba(255, 157, 2, 1);
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  text-decoration: none;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: $text_color;
}

.blocks-item-link {
  color: rgba(0, 0, 0, 1);
  padding: 14px 12px;
  display: flex;
  align-items: center;
  border-radius: inherit;
  width: 100%;
}

.blocks-item-link:hover {
  color: rgba(255, 157, 2, 1);
  font-weight: 600;
}


/* svg converted to css svg https://yoksel.github.io/url-encoder/ */

/* .blocks-item:nth-child(1) a::before {
  content: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='10' fill='%23F3E7D1'/%3E%3Cpath d='M19.9994 33.3327C17.3623 33.3327 14.7844 32.5507 12.5918 31.0856C10.3991 29.6205 8.69013 27.5381 7.68096 25.1018C6.67179 22.6655 6.40775 19.9846 6.92222 17.3981C7.43669 14.8117 8.70656 12.436 10.5713 10.5713C12.436 8.70656 14.8117 7.43669 17.3981 6.92222C19.9846 6.40775 22.6654 6.67179 25.1018 7.68096C27.5381 8.69013 29.6205 10.3991 31.0856 12.5918C32.5507 14.7844 33.3327 17.3623 33.3327 19.9994C33.3294 23.5346 31.9235 26.924 29.4238 29.4238C26.924 31.9235 23.5346 33.3294 19.9994 33.3327ZM19.9994 7.94542C17.6093 7.94542 15.2729 8.65448 13.286 9.98286C11.2991 11.3112 9.7509 13.1992 8.83741 15.4078C7.92392 17.6164 7.68619 20.0464 8.1543 22.3902C8.6224 24.734 9.77531 26.8862 11.4671 28.5745C13.1589 30.2627 15.3135 31.4112 17.6583 31.8744C20.003 32.3376 22.4325 32.0949 24.6392 31.1768C26.8459 30.2587 28.7307 28.7066 30.0549 26.7169C31.3791 24.7272 32.0833 22.3894 32.0784 19.9994C32.0684 16.8012 30.7918 13.7372 28.528 11.4781C26.2642 9.21895 23.1976 7.94872 19.9994 7.94542V7.94542Z' fill='%23805862'/%3E%3Cpath d='M18.3632 21.9649V21.7077C18.3484 21.2247 18.3969 20.7419 18.5075 20.2715C18.579 19.9564 18.7228 19.6622 18.9277 19.4123C19.1223 19.1827 19.3507 18.9839 19.605 18.8228C19.8371 18.6723 20.0503 18.5218 20.2322 18.3838C20.4004 18.2538 20.5483 18.0995 20.6712 17.926C20.778 17.7644 20.8327 17.574 20.828 17.3803C20.831 17.2155 20.7873 17.0532 20.7018 16.9122C20.6163 16.7712 20.4926 16.6574 20.3451 16.5839C20.1927 16.5027 20.0222 16.4617 19.8496 16.4647C19.659 16.4642 19.4714 16.5116 19.304 16.6027C19.1424 16.6924 19.0064 16.8219 18.9089 16.979C18.8067 17.1469 18.7545 17.3406 18.7584 17.5371H15.9612C15.9358 16.8461 16.1265 16.1642 16.5069 15.5867C16.8597 15.0866 17.3529 14.7024 17.9242 14.4829C18.5444 14.2445 19.204 14.1254 19.8684 14.1317C20.5771 14.12 21.2822 14.2346 21.9506 14.4703C22.5182 14.662 23.0203 15.0097 23.3993 15.4738C23.7626 15.9689 23.9482 16.5722 23.9261 17.1859C23.9385 17.5688 23.8688 17.95 23.7217 18.3037C23.5746 18.6574 23.3535 18.9756 23.0732 19.2367C22.7899 19.5026 22.4762 19.7342 22.1387 19.9266C21.9021 20.0579 21.6811 20.2157 21.4802 20.397C21.307 20.5502 21.1681 20.7383 21.0726 20.9489C20.9785 21.1861 20.9337 21.44 20.9409 21.6952V21.9523L18.3632 21.9649ZM19.6928 25.6337C19.4922 25.6365 19.2932 25.5984 19.1077 25.5219C18.9223 25.4453 18.7543 25.3319 18.6141 25.1884C18.4677 25.0491 18.3524 24.8804 18.2757 24.6935C18.1989 24.5065 18.1625 24.3054 18.1688 24.1035C18.1637 23.9053 18.2008 23.7084 18.2775 23.5256C18.3543 23.3429 18.469 23.1786 18.6141 23.0436C18.7541 22.9023 18.9206 22.7902 19.1041 22.7136C19.2877 22.6371 19.4846 22.5977 19.6834 22.5977C19.8823 22.5977 20.0791 22.6371 20.2627 22.7136C20.4462 22.7902 20.6128 22.9023 20.7527 23.0436C20.9068 23.1745 21.0313 23.3367 21.1178 23.5194C21.2043 23.7022 21.2509 23.9013 21.2544 24.1035C21.2465 24.3813 21.1594 24.651 21.0036 24.8811C20.8649 25.1097 20.6708 25.2995 20.4391 25.433C20.2139 25.5681 19.9554 25.6376 19.6928 25.6337V25.6337Z' fill='%23805862'/%3E%3C/svg%3E ");
}

.blocks-item:nth-child(1) a:hover::before {
  content: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='10' fill='%23F3E7D1'/%3E%3Cpath d='M19.9994 33.3327C17.3623 33.3327 14.7844 32.5507 12.5918 31.0856C10.3991 29.6205 8.69013 27.5381 7.68096 25.1018C6.67179 22.6655 6.40775 19.9846 6.92222 17.3981C7.43669 14.8117 8.70656 12.436 10.5713 10.5713C12.436 8.70656 14.8117 7.43669 17.3981 6.92222C19.9846 6.40775 22.6654 6.67179 25.1018 7.68096C27.5381 8.69013 29.6205 10.3991 31.0856 12.5918C32.5507 14.7844 33.3327 17.3623 33.3327 19.9994C33.3294 23.5346 31.9235 26.924 29.4238 29.4238C26.924 31.9235 23.5346 33.3294 19.9994 33.3327ZM19.9994 7.94542C17.6093 7.94542 15.2729 8.65448 13.286 9.98286C11.2991 11.3112 9.7509 13.1992 8.83741 15.4078C7.92392 17.6164 7.68619 20.0464 8.1543 22.3902C8.6224 24.734 9.77531 26.8862 11.4671 28.5745C13.1589 30.2627 15.3135 31.4112 17.6583 31.8744C20.003 32.3376 22.4325 32.0949 24.6392 31.1768C26.8459 30.2587 28.7307 28.7066 30.0549 26.7169C31.3791 24.7272 32.0833 22.3894 32.0784 19.9994C32.0684 16.8012 30.7918 13.7372 28.528 11.4781C26.2642 9.21895 23.1976 7.94872 19.9994 7.94542V7.94542Z' fill='%23F63501'/%3E%3Cpath d='M18.3632 21.9649V21.7077C18.3484 21.2247 18.3969 20.7419 18.5075 20.2715C18.579 19.9564 18.7228 19.6622 18.9277 19.4123C19.1223 19.1827 19.3507 18.9839 19.605 18.8228C19.8371 18.6723 20.0503 18.5218 20.2322 18.3838C20.4004 18.2538 20.5483 18.0995 20.6712 17.926C20.778 17.7644 20.8327 17.574 20.828 17.3803C20.831 17.2155 20.7873 17.0532 20.7018 16.9122C20.6163 16.7712 20.4926 16.6574 20.3451 16.5839C20.1927 16.5027 20.0222 16.4617 19.8496 16.4647C19.659 16.4642 19.4714 16.5116 19.304 16.6027C19.1424 16.6924 19.0064 16.8219 18.9089 16.979C18.8067 17.1469 18.7545 17.3406 18.7584 17.5371H15.9612C15.9358 16.8461 16.1265 16.1642 16.5069 15.5867C16.8597 15.0866 17.3529 14.7024 17.9242 14.4829C18.5444 14.2445 19.204 14.1254 19.8684 14.1317C20.5771 14.12 21.2822 14.2346 21.9506 14.4703C22.5182 14.662 23.0203 15.0097 23.3993 15.4738C23.7626 15.9689 23.9482 16.5722 23.9261 17.1859C23.9385 17.5688 23.8688 17.95 23.7217 18.3037C23.5746 18.6574 23.3535 18.9756 23.0732 19.2367C22.7899 19.5026 22.4762 19.7342 22.1387 19.9266C21.9021 20.0579 21.6811 20.2157 21.4802 20.397C21.307 20.5502 21.1681 20.7383 21.0726 20.9489C20.9785 21.1861 20.9337 21.44 20.9409 21.6952V21.9523L18.3632 21.9649ZM19.6928 25.6337C19.4922 25.6365 19.2932 25.5984 19.1077 25.5219C18.9223 25.4453 18.7543 25.3319 18.6141 25.1884C18.4677 25.0491 18.3524 24.8804 18.2757 24.6935C18.1989 24.5065 18.1625 24.3054 18.1688 24.1035C18.1637 23.9053 18.2008 23.7084 18.2775 23.5256C18.3543 23.3429 18.469 23.1786 18.6141 23.0436C18.7541 22.9023 18.9206 22.7902 19.1041 22.7136C19.2877 22.6371 19.4846 22.5977 19.6834 22.5977C19.8823 22.5977 20.0791 22.6371 20.2627 22.7136C20.4462 22.7902 20.6128 22.9023 20.7527 23.0436C20.9068 23.1745 21.0313 23.3367 21.1178 23.5194C21.2043 23.7022 21.2509 23.9013 21.2544 24.1035C21.2465 24.3813 21.1594 24.651 21.0036 24.8811C20.8649 25.1097 20.6708 25.2995 20.4391 25.433C20.2139 25.5681 19.9554 25.6376 19.6928 25.6337V25.6337Z' fill='%23F63501'/%3E%3C/svg%3E ");
}

@media (min-width: 768px) {
  .blocks-item:nth-child(1) a::before {
     content: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' rx='12' fill='%23F3E7D1'/%3E%3Cpath d='M24 40C20.8355 40 17.7421 39.0616 15.1109 37.3035C12.4797 35.5454 10.4289 33.0466 9.21793 30.1229C8.00693 27.1993 7.69008 23.9823 8.30744 20.8786C8.92481 17.7749 10.4487 14.9239 12.6863 12.6863C14.9239 10.4487 17.7749 8.92481 20.8786 8.30744C23.9823 7.69008 27.1993 8.00693 30.1229 9.21793C33.0466 10.4289 35.5454 12.4797 37.3035 15.1109C39.0616 17.7421 40 20.8355 40 24C39.996 28.2422 38.309 32.3096 35.3093 35.3093C32.3096 38.309 28.2422 39.996 24 40ZM24 9.53528C21.1319 9.53529 18.3283 10.3862 15.944 11.9802C13.5597 13.5743 11.7019 15.8398 10.6057 18.4902C9.50949 21.1405 9.22421 24.0565 9.78594 26.869C10.3477 29.6815 11.7312 32.2642 13.7613 34.2901C15.7915 36.3161 18.377 37.6942 21.1907 38.2501C24.0044 38.806 26.9198 38.5146 29.5678 37.4129C32.2159 36.3112 34.4776 34.4487 36.0667 32.0611C37.6557 29.6735 38.5008 26.8681 38.4948 24C38.4829 20.1622 36.951 16.4854 34.2344 13.7745C31.5178 11.0635 27.8378 9.53925 24 9.53528V9.53528Z' fill='%23805862'/%3E%3Cpath d='M22.0355 26.3578V26.0493C22.0177 25.4697 22.0759 24.8903 22.2086 24.3258C22.2944 23.9477 22.467 23.5947 22.7128 23.2948C22.9464 23.0192 23.2204 22.7807 23.5256 22.5874C23.8041 22.4067 24.06 22.2261 24.2782 22.0605C24.4801 21.9045 24.6576 21.7194 24.805 21.5112C24.9332 21.3173 24.9989 21.0888 24.9932 20.8564C24.9968 20.6586 24.9443 20.4638 24.8418 20.2946C24.7392 20.1255 24.5908 19.9888 24.4137 19.9006C24.2309 19.8032 24.0262 19.754 23.8191 19.7576C23.5904 19.757 23.3653 19.8139 23.1644 19.9232C22.9705 20.0309 22.8073 20.1863 22.6903 20.3748C22.5676 20.5763 22.505 20.8087 22.5096 21.0446H19.1531C19.1226 20.2153 19.3514 19.3971 19.8078 18.704C20.2312 18.1039 20.8231 17.6429 21.5087 17.3795C22.2529 17.0935 23.0444 16.9505 23.8417 16.958C24.6921 16.9439 25.5382 17.0816 26.3403 17.3644C27.0215 17.5943 27.624 18.0117 28.0788 18.5685C28.5147 19.1627 28.7375 19.8866 28.7109 20.6231C28.7258 21.0826 28.6422 21.5399 28.4657 21.9644C28.2891 22.3889 28.0238 22.7707 27.6874 23.0841C27.3475 23.4031 26.9711 23.681 26.5661 23.9119C26.2821 24.0694 26.017 24.2588 25.7759 24.4764C25.568 24.6602 25.4013 24.8859 25.2867 25.1386C25.1738 25.4233 25.12 25.7281 25.1286 26.0342V26.3428L22.0355 26.3578ZM23.631 30.7605C23.3903 30.7638 23.1514 30.7181 22.9289 30.6262C22.7064 30.5344 22.5048 30.3983 22.3365 30.2261C22.1609 30.0589 22.0225 29.8565 21.9304 29.6322C21.8383 29.4078 21.7946 29.1665 21.8022 28.9241C21.7961 28.6864 21.8405 28.45 21.9326 28.2308C22.0248 28.0115 22.1624 27.8143 22.3365 27.6523C22.5045 27.4827 22.7043 27.3482 22.9246 27.2564C23.1448 27.1645 23.3811 27.1172 23.6197 27.1172C23.8583 27.1172 24.0946 27.1645 24.3148 27.2564C24.5351 27.3482 24.7349 27.4827 24.9029 27.6523C25.0878 27.8094 25.2371 28.004 25.3409 28.2233C25.4447 28.4426 25.5006 28.6815 25.5049 28.9241C25.4954 29.2575 25.3909 29.5812 25.2039 29.8573C25.0375 30.1316 24.8045 30.3595 24.5266 30.5196C24.2563 30.6817 23.9461 30.7651 23.631 30.7605V30.7605Z' fill='%23805862'/%3E%3C/svg%3E ");
  }
  
  .blocks-item:nth-child(1) a:hover::before {
    content: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' rx='12' fill='%23F3E7D1'/%3E%3Cpath d='M24 40C20.8355 40 17.7421 39.0616 15.1109 37.3035C12.4797 35.5454 10.4289 33.0466 9.21793 30.1229C8.00693 27.1993 7.69008 23.9823 8.30744 20.8786C8.92481 17.7749 10.4487 14.9239 12.6863 12.6863C14.9239 10.4487 17.7749 8.92481 20.8786 8.30744C23.9823 7.69008 27.1993 8.00693 30.1229 9.21793C33.0466 10.4289 35.5454 12.4797 37.3035 15.1109C39.0616 17.7421 40 20.8355 40 24C39.996 28.2422 38.309 32.3096 35.3093 35.3093C32.3096 38.309 28.2422 39.996 24 40ZM24 9.53528C21.1319 9.53529 18.3283 10.3862 15.944 11.9802C13.5597 13.5743 11.7019 15.8398 10.6057 18.4902C9.50949 21.1405 9.22421 24.0565 9.78594 26.869C10.3477 29.6815 11.7312 32.2642 13.7613 34.2901C15.7915 36.3161 18.377 37.6942 21.1907 38.2501C24.0044 38.806 26.9198 38.5146 29.5678 37.4129C32.2159 36.3112 34.4776 34.4487 36.0667 32.0611C37.6557 29.6735 38.5008 26.8681 38.4948 24C38.4829 20.1622 36.951 16.4854 34.2344 13.7745C31.5178 11.0635 27.8378 9.53925 24 9.53528V9.53528Z' fill='%23F63501'/%3E%3Cpath d='M22.0355 26.3578V26.0493C22.0177 25.4697 22.0759 24.8903 22.2086 24.3258C22.2944 23.9477 22.467 23.5947 22.7128 23.2948C22.9464 23.0192 23.2204 22.7807 23.5256 22.5874C23.8041 22.4067 24.06 22.2261 24.2782 22.0605C24.4801 21.9045 24.6576 21.7194 24.805 21.5112C24.9332 21.3173 24.9989 21.0888 24.9932 20.8564C24.9968 20.6586 24.9443 20.4638 24.8418 20.2946C24.7392 20.1255 24.5908 19.9888 24.4137 19.9006C24.2309 19.8032 24.0262 19.754 23.8191 19.7576C23.5904 19.757 23.3653 19.8139 23.1644 19.9232C22.9705 20.0309 22.8073 20.1863 22.6903 20.3748C22.5676 20.5763 22.505 20.8087 22.5096 21.0446H19.1531C19.1226 20.2153 19.3514 19.3971 19.8078 18.704C20.2312 18.1039 20.8231 17.6429 21.5087 17.3795C22.2529 17.0935 23.0444 16.9505 23.8417 16.958C24.6921 16.9439 25.5382 17.0816 26.3403 17.3644C27.0215 17.5943 27.624 18.0117 28.0788 18.5685C28.5147 19.1627 28.7375 19.8866 28.7109 20.6231C28.7258 21.0826 28.6422 21.5399 28.4657 21.9644C28.2891 22.3889 28.0238 22.7707 27.6874 23.0841C27.3475 23.4031 26.9711 23.681 26.5661 23.9119C26.2821 24.0694 26.017 24.2588 25.7759 24.4764C25.568 24.6602 25.4013 24.8859 25.2867 25.1386C25.1738 25.4233 25.12 25.7281 25.1286 26.0342V26.3428L22.0355 26.3578ZM23.631 30.7605C23.3903 30.7638 23.1514 30.7181 22.9289 30.6262C22.7064 30.5344 22.5048 30.3983 22.3365 30.2261C22.1609 30.0589 22.0225 29.8565 21.9304 29.6322C21.8383 29.4078 21.7946 29.1665 21.8022 28.9241C21.7961 28.6864 21.8405 28.45 21.9326 28.2308C22.0248 28.0115 22.1624 27.8143 22.3365 27.6523C22.5045 27.4827 22.7043 27.3482 22.9246 27.2564C23.1448 27.1645 23.3811 27.1172 23.6197 27.1172C23.8583 27.1172 24.0946 27.1645 24.3148 27.2564C24.5351 27.3482 24.7349 27.4827 24.9029 27.6523C25.0878 27.8094 25.2371 28.004 25.3409 28.2233C25.4447 28.4426 25.5006 28.6815 25.5049 28.9241C25.4954 29.2575 25.3909 29.5812 25.2039 29.8573C25.0375 30.1316 24.8045 30.3595 24.5266 30.5196C24.2563 30.6817 23.9461 30.7651 23.631 30.7605V30.7605Z' fill='%23F63501'/%3E%3C/svg%3E ");
  }
}

.blocks-item:nth-child(2) a::before {
  content: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0H28C34.6274 0 40 5.37258 40 12V28C40 34.6274 34.6274 40 28 40H12C5.37258 40 0 34.6274 0 28V12Z' fill='%23F3E7D1'/%3E%3Cpath d='M21.6299 19.7123C21.4985 19.7259 21.3657 19.7089 21.242 19.6626C21.1182 19.6164 21.0069 19.5421 20.9167 19.4456C20.7495 19.2187 20.6702 18.9389 20.6934 18.658V16.5185L21.481 16.3448C21.5041 16.3403 21.5279 16.3409 21.5508 16.3465C21.5736 16.3522 21.595 16.3628 21.6133 16.3775C21.6316 16.3923 21.6465 16.4109 21.6568 16.432C21.6672 16.4532 21.6728 16.4763 21.6733 16.4999V16.8657H22.2934V17.6595H21.6733V18.5712C21.6685 18.6178 21.6745 18.665 21.6906 18.709C21.7067 18.753 21.7326 18.7929 21.7663 18.8254C21.8455 18.8819 21.9423 18.9083 22.0392 18.8999C22.1597 18.8999 22.2793 18.8789 22.3927 18.8379V19.582C22.155 19.6869 21.8951 19.7317 21.6361 19.7123' fill='%23410413'/%3E%3Cpath d='M16.6078 18.2863L16.2047 18.2305V18.1747L16.6078 18.1127C16.6943 18.0977 16.7766 18.0645 16.8493 18.0153C16.922 17.9661 16.9834 17.9021 17.0295 17.8274L17.6931 16.7855H16.5334L15.814 18.1437H15.7644V16.6925C15.7651 16.6546 15.7525 16.6177 15.7286 16.5882C15.7048 16.5587 15.6714 16.5385 15.6342 16.5312H14.7598V19.632H15.7644V18.2863H15.814L16.4342 19.477C16.4568 19.52 16.4907 19.556 16.5322 19.5811C16.5737 19.6062 16.6213 19.6196 16.6699 19.6196H17.6683L17.0295 18.5778C16.9841 18.5019 16.923 18.4367 16.8502 18.3864C16.7775 18.3362 16.6948 18.302 16.6078 18.2863Z' fill='%23410413'/%3E%3Cpath d='M19.0002 17.3852C19.3351 17.3852 19.4591 17.6146 19.4591 17.9185H18.5227C18.5227 17.6022 18.6467 17.3852 19.0002 17.3852V17.3852ZM20.0235 18.917C20.0154 18.8967 20.0032 18.8782 19.9878 18.8627C19.9723 18.8473 19.9539 18.8351 19.9336 18.827C19.9133 18.8189 19.8915 18.815 19.8697 18.8155C19.8478 18.816 19.8263 18.821 19.8064 18.8302C19.6141 18.9245 19.3998 18.9652 19.1863 18.948C19.0526 18.9476 18.9221 18.9072 18.8116 18.8321C18.7011 18.7569 18.6156 18.6504 18.5661 18.5263H20.2839C20.3222 18.4101 20.3431 18.2889 20.3459 18.1666C20.376 17.9768 20.3631 17.7827 20.3081 17.5986C20.2532 17.4145 20.1576 17.2451 20.0284 17.1028C19.8993 16.9606 19.7399 16.8491 19.5619 16.7767C19.3839 16.7043 19.192 16.6728 19.0002 16.6844C18.7991 16.6717 18.5975 16.7029 18.4097 16.7759C18.2218 16.8489 18.052 16.9618 17.9122 17.107C17.7723 17.2521 17.6658 17.426 17.5998 17.6165C17.5339 17.8069 17.5102 18.0095 17.5304 18.21C17.5265 18.4151 17.5653 18.6188 17.6444 18.808C17.7236 18.9973 17.8413 19.168 17.9901 19.3092C18.1389 19.4504 18.3155 19.5591 18.5086 19.6282C18.7018 19.6973 18.9072 19.7255 19.1118 19.7108C19.4801 19.7184 19.8438 19.6285 20.1661 19.4503V19.4503L19.9925 18.9418' fill='%23410413'/%3E%3Cpath d='M24.0677 18.9052C23.6584 18.9052 23.4972 18.6633 23.5034 18.285C23.5096 17.9067 23.7949 17.4664 24.0801 17.4664C24.3654 17.4664 24.6321 17.8943 24.6259 18.2974C24.6197 18.7005 24.4212 18.9176 24.0677 18.9176V18.9052ZM24.0677 16.6974C23.8675 16.6874 23.6674 16.7198 23.4806 16.7926C23.2937 16.8654 23.1245 16.977 22.9839 17.1199C22.8433 17.2629 22.7345 17.434 22.6648 17.622C22.5951 17.8099 22.566 18.0106 22.5793 18.2106C22.5662 18.4146 22.595 18.6191 22.664 18.8114C22.733 19.0038 22.8407 19.18 22.9805 19.3291C23.1203 19.4782 23.2892 19.597 23.4767 19.6783C23.6642 19.7595 23.8664 19.8014 24.0708 19.8014C24.2752 19.8014 24.4774 19.7595 24.6649 19.6783C24.8525 19.597 25.0214 19.4782 25.1611 19.3291C25.3009 19.18 25.4087 19.0038 25.4777 18.8114C25.5467 18.6191 25.5755 18.4146 25.5623 18.2106C25.5758 18.01 25.5465 17.8088 25.4764 17.6204C25.4063 17.432 25.297 17.2605 25.1557 17.1175C25.0144 16.9745 24.8444 16.863 24.6568 16.7906C24.4693 16.7182 24.2685 16.6864 24.0677 16.6974' fill='%23410413'/%3E%3Cpath d='M22.6465 23.4137H23.6263V20.1889C23.627 20.165 23.6222 20.1412 23.6122 20.1195C23.6022 20.0978 23.5873 20.0787 23.5687 20.0637C23.5501 20.0486 23.5282 20.0381 23.5049 20.033C23.4815 20.0278 23.4573 20.0281 23.4341 20.0338L22.6465 20.2075V23.4137Z' fill='%23410413'/%3E%3Cpath d='M21.5108 22.3096C21.4756 22.3096 21.4415 22.3212 21.4135 22.3424C21.3855 22.3637 21.3652 22.3935 21.3557 22.4274C21.3419 22.5211 21.2935 22.6061 21.22 22.6659C21.1466 22.7256 21.0534 22.7555 20.9588 22.7499C20.6116 22.7499 20.4255 22.4832 20.4255 21.9933C20.4255 21.5034 20.5495 21.2305 20.9092 21.2305C21.0117 21.2223 21.1136 21.2518 21.1958 21.3135C21.278 21.3752 21.3349 21.4647 21.3557 21.5654C21.3649 21.5982 21.3842 21.6273 21.411 21.6485C21.4377 21.6697 21.4705 21.6818 21.5046 21.6832H22.3232C22.3186 21.5153 22.28 21.3502 22.2097 21.1977C22.1394 21.0452 22.0389 20.9085 21.9142 20.796C21.7896 20.6835 21.6434 20.5975 21.4845 20.5432C21.3256 20.4889 21.1573 20.4674 20.9899 20.4801C20.7891 20.4691 20.5883 20.5009 20.4007 20.5733C20.2132 20.6457 20.0431 20.7571 19.9018 20.9002C19.7606 21.0432 19.6513 21.2146 19.5812 21.4031C19.5111 21.5915 19.4818 21.7927 19.4953 21.9933C19.4719 22.196 19.4944 22.4014 19.561 22.5943C19.6276 22.7873 19.7366 22.9628 19.88 23.108C20.0234 23.2532 20.1976 23.3644 20.3896 23.4333C20.5817 23.5023 20.7868 23.5273 20.9899 23.5065C21.1586 23.5267 21.3297 23.5108 21.4918 23.4598C21.6539 23.4088 21.8033 23.3238 21.93 23.2106C22.0567 23.0974 22.1579 22.9585 22.2268 22.8031C22.2956 22.6477 22.3306 22.4795 22.3294 22.3096H21.5108Z' fill='%23410413'/%3E%3Cpath d='M15.6333 22.3094C15.599 22.3097 15.5657 22.3215 15.5388 22.3428C15.5118 22.3642 15.4928 22.3938 15.4845 22.4272C15.4693 22.5214 15.4196 22.6065 15.3451 22.6661C15.2706 22.7257 15.1766 22.7555 15.0814 22.7497C14.7403 22.7497 14.5543 22.483 14.5543 21.9931C14.5543 21.5032 14.6535 21.2427 15.0132 21.2427C15.1156 21.2345 15.2176 21.264 15.2998 21.3257C15.382 21.3874 15.4389 21.4769 15.4597 21.5776C15.4692 21.6114 15.4894 21.6413 15.5174 21.6625C15.5454 21.6838 15.5796 21.6953 15.6147 21.6954H16.4334C16.4288 21.527 16.3901 21.3612 16.3194 21.2083C16.2487 21.0554 16.1476 20.9184 16.0223 20.8058C15.8969 20.6932 15.7499 20.6074 15.5903 20.5535C15.4307 20.4996 15.2617 20.4788 15.0938 20.4923C14.8936 20.4822 14.6934 20.5147 14.5066 20.5875C14.3198 20.6603 14.1506 20.7718 14.01 20.9148C13.8694 21.0577 13.7606 21.2288 13.6909 21.4168C13.6212 21.6048 13.592 21.8054 13.6054 22.0055C13.5811 22.2079 13.6026 22.4132 13.6684 22.6062C13.7342 22.7991 13.8426 22.9748 13.9856 23.1201C14.1286 23.2655 14.3024 23.3768 14.4943 23.4458C14.6861 23.5148 14.891 23.5397 15.0938 23.5187C15.2627 23.54 15.4342 23.5248 15.5968 23.4742C15.7593 23.4235 15.9092 23.3387 16.0361 23.2252C16.1631 23.1118 16.2642 22.9724 16.3327 22.8166C16.4013 22.6607 16.4356 22.492 16.4334 22.3218L15.6333 22.3094Z' fill='%23410413'/%3E%3Cpath d='M19.503 20.5801C19.3542 21.0142 18.9325 23.3274 18.6286 23.6437C18.43 23.8795 18.1555 24.0388 17.8522 24.0942C17.5489 24.1497 17.2358 24.0978 16.9666 23.9475L17.1092 23.1413C17.1092 23.1413 17.965 23.439 17.9712 22.9243H17.5743C17.4334 22.9217 17.2971 22.8739 17.1854 22.7879C17.0738 22.7019 16.9927 22.5823 16.9542 22.4468L16.4395 20.5863H17.4627L17.9836 22.484C17.9869 22.492 17.9924 22.4989 17.9996 22.5038C18.0068 22.5087 18.0153 22.5113 18.024 22.5113C18.0326 22.5113 18.0411 22.5087 18.0483 22.5038C18.0555 22.4989 18.061 22.492 18.0643 22.484L18.4488 20.5925L19.503 20.5801Z' fill='%23410413'/%3E%3Cpath d='M25.3687 21.1806C25.7036 21.1806 25.8276 21.41 25.8276 21.7139H24.8912C24.8912 21.3976 25.0152 21.1806 25.3687 21.1806ZM26.3858 22.7124C26.3784 22.6915 26.3667 22.6724 26.3514 22.6563C26.3361 22.6403 26.3176 22.6278 26.297 22.6196C26.2764 22.6114 26.2543 22.6076 26.2322 22.6087C26.2101 22.6097 26.1884 22.6154 26.1687 22.6255C25.9756 22.7177 25.762 22.7582 25.5485 22.7434C25.4147 22.7438 25.2839 22.7038 25.1732 22.6285C25.0625 22.5533 24.9772 22.4463 24.9284 22.3217H26.6772C26.7149 22.2055 26.7337 22.0841 26.733 21.962C26.7642 21.7726 26.7522 21.5786 26.698 21.3944C26.6439 21.2103 26.5489 21.0407 26.4202 20.8983C26.2915 20.7559 26.1324 20.6443 25.9546 20.5719C25.7769 20.4994 25.5851 20.4679 25.3935 20.4798C25.1921 20.466 24.9901 20.4965 24.8017 20.5691C24.6133 20.6417 24.4431 20.7546 24.303 20.9C24.1629 21.0454 24.0564 21.2197 23.9909 21.4107C23.9254 21.6016 23.9024 21.8046 23.9237 22.0054C23.9198 22.2105 23.9586 22.4142 24.0377 22.6034C24.1169 22.7927 24.2346 22.9634 24.3834 23.1046C24.5322 23.2458 24.7088 23.3545 24.9019 23.4236C25.0951 23.4927 25.3005 23.5209 25.5051 23.5062C25.8743 23.5149 26.2388 23.4227 26.5594 23.2395V23.2395C26.5594 23.2395 26.4602 22.9542 26.3796 22.7372' fill='%23410413'/%3E%3Cpath d='M23.0743 9.10036L21.9643 8.02749C21.8526 7.92946 21.7719 7.80094 21.7323 7.65772C21.6926 7.51449 21.6956 7.3628 21.741 7.22128C21.7813 7.08811 21.8563 6.9681 21.9585 6.87366C22.0607 6.77921 22.1862 6.71375 22.3221 6.68404C22.458 6.65433 22.5994 6.66145 22.7316 6.70465C22.8639 6.74786 22.9822 6.82558 23.0743 6.92981C23.7999 7.63679 24.5131 8.36237 25.2325 9.08176C25.3317 9.18719 25.4433 9.28641 25.5426 9.39804C25.6171 9.46873 25.6764 9.55384 25.7169 9.6482C25.7575 9.74256 25.7784 9.84418 25.7784 9.94688C25.7784 10.0496 25.7575 10.1512 25.7169 10.2456C25.6764 10.3399 25.6171 10.425 25.5426 10.4957C24.7116 11.3453 23.8681 12.1888 23.0247 13.0198C22.9613 13.1169 22.877 13.1987 22.7779 13.2592C22.6789 13.3197 22.5677 13.3574 22.4523 13.3695C22.3369 13.3817 22.2202 13.368 22.1108 13.3294C22.0014 13.2908 21.9019 13.2283 21.8196 13.1465C21.7373 13.0647 21.6743 12.9656 21.6351 12.8564C21.5959 12.7472 21.5815 12.6306 21.593 12.5151C21.6045 12.3997 21.6415 12.2882 21.7014 12.1888C21.7614 12.0895 21.8427 12.0047 21.9394 11.9407C22.2433 11.6182 22.5596 11.3205 22.8759 10.998L23.0495 10.812C23.0495 10.812 23.0123 10.7686 22.9999 10.7686C21.7596 10.7686 20.4821 10.719 19.2294 10.812C17.8213 10.8861 16.4525 11.302 15.2412 12.0238C14.0299 12.7456 13.0127 13.7515 12.2774 14.9547C11.3233 16.3494 10.7828 17.9854 10.718 19.674C10.6533 21.3626 11.067 23.0352 11.9115 24.4989C11.9789 24.5896 12.0266 24.6933 12.0516 24.8035C12.0766 24.9136 12.0784 25.0278 12.0568 25.1387C12.0352 25.2496 11.9907 25.3547 11.9262 25.4475C11.8617 25.5402 11.7785 25.6184 11.682 25.6772C11.5913 25.729 11.4911 25.762 11.3873 25.7741C11.2835 25.7863 11.1784 25.7773 11.0782 25.7477C10.978 25.7182 10.8848 25.6687 10.8042 25.6022C10.7236 25.5358 10.6572 25.4537 10.6092 25.3609C9.91137 24.1962 9.46166 22.8998 9.28821 21.5532C8.98497 19.5629 9.24885 17.5274 10.0496 15.6802C10.8503 13.833 12.1555 12.249 13.8154 11.1097C15.5274 9.86227 17.5886 9.18533 19.7069 9.17478C20.7301 9.17478 21.7534 9.17478 22.8077 9.17478H23.0619L23.0743 9.10036Z' fill='%23410413'/%3E%3Cpath d='M16.8733 30.8998C17.2516 31.2719 17.6423 31.6254 18.0082 32.0099C18.1061 32.1065 18.1762 32.2277 18.2113 32.3607C18.2465 32.4936 18.2453 32.6336 18.2079 32.766C18.1706 32.8984 18.0984 33.0183 17.9989 33.1133C17.8994 33.2083 17.7762 33.2748 17.6423 33.306C17.5113 33.3425 17.3729 33.3428 17.2419 33.3067C17.1108 33.2707 16.992 33.1997 16.8981 33.1014C16.0609 32.2704 15.2237 31.4331 14.4175 30.6207C14.343 30.55 14.2836 30.4649 14.2431 30.3706C14.2026 30.2762 14.1816 30.1746 14.1816 30.0719C14.1816 29.9692 14.2026 29.8676 14.2431 29.7732C14.2836 29.6789 14.343 29.5937 14.4175 29.5231C15.2361 28.692 16.0671 27.861 16.8981 27.0424C16.9684 26.96 17.0551 26.893 17.1527 26.8459C17.2503 26.7987 17.3567 26.7724 17.465 26.7686C17.5733 26.7647 17.6812 26.7835 17.7819 26.8236C17.8826 26.8637 17.9738 26.9244 18.0498 27.0016C18.1258 27.0789 18.1849 27.1712 18.2233 27.2725C18.2617 27.3739 18.2786 27.4821 18.273 27.5903C18.2673 27.6986 18.2392 27.8044 18.1904 27.9012C18.1416 27.998 18.0732 28.0836 17.9896 28.1525L17.0717 29.0765L16.8919 29.275C18.7524 29.275 20.6128 29.5045 22.4733 28.9649C24.1387 28.5218 25.6433 27.6133 26.8108 26.3458C27.9784 25.0783 28.7605 23.5043 29.0656 21.8083C29.5341 19.6454 29.1663 17.3854 28.0361 15.4827C27.9657 15.3862 27.9178 15.2751 27.8959 15.1577C27.8741 15.0402 27.8787 14.9194 27.9097 14.804C27.9406 14.6886 27.997 14.5816 28.0747 14.4909C28.1524 14.4001 28.2494 14.3279 28.3586 14.2796C28.5405 14.2033 28.7445 14.1986 28.9297 14.2665C29.1149 14.3343 29.2676 14.4697 29.3571 14.6454C30.0884 15.8636 30.5455 17.2265 30.6966 18.6393C31.1121 23.3091 29.3137 26.9122 25.3447 29.3866C23.7374 30.3579 21.889 30.8566 20.0113 30.8254H17.0531H16.9291L16.8733 30.8998Z' fill='%23410413'/%3E%3C/svg%3E ");
}

.blocks-item:nth-child(2) a:hover::before {
  content: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0H28C34.6274 0 40 5.37258 40 12V28C40 34.6274 34.6274 40 28 40H12C5.37258 40 0 34.6274 0 28V12Z' fill='%23F3E7D1'/%3E%3Cpath d='M21.6299 19.7123C21.4985 19.7259 21.3657 19.7089 21.242 19.6626C21.1182 19.6164 21.0069 19.5421 20.9167 19.4456C20.7495 19.2187 20.6702 18.9389 20.6934 18.658V16.5185L21.481 16.3448C21.5041 16.3403 21.5279 16.3409 21.5508 16.3465C21.5736 16.3522 21.595 16.3628 21.6133 16.3775C21.6316 16.3923 21.6465 16.4109 21.6568 16.432C21.6672 16.4532 21.6728 16.4763 21.6733 16.4999V16.8657H22.2934V17.6595H21.6733V18.5712C21.6685 18.6178 21.6745 18.665 21.6906 18.709C21.7067 18.753 21.7326 18.7929 21.7663 18.8254C21.8455 18.8819 21.9423 18.9083 22.0392 18.8999C22.1597 18.8999 22.2793 18.8789 22.3927 18.8379V19.582C22.155 19.6869 21.8951 19.7317 21.6361 19.7123' fill='%23F63501'/%3E%3Cpath d='M16.6078 18.2863L16.2047 18.2305V18.1747L16.6078 18.1127C16.6943 18.0977 16.7766 18.0645 16.8493 18.0153C16.922 17.9661 16.9834 17.9021 17.0295 17.8274L17.6931 16.7855H16.5334L15.814 18.1437H15.7644V16.6925C15.7651 16.6546 15.7525 16.6177 15.7286 16.5882C15.7048 16.5587 15.6714 16.5385 15.6342 16.5312H14.7598V19.632H15.7644V18.2863H15.814L16.4342 19.477C16.4568 19.52 16.4907 19.556 16.5322 19.5811C16.5737 19.6062 16.6213 19.6196 16.6699 19.6196H17.6683L17.0295 18.5778C16.9841 18.5019 16.923 18.4367 16.8502 18.3864C16.7775 18.3362 16.6948 18.302 16.6078 18.2863Z' fill='%23F63501'/%3E%3Cpath d='M19.0002 17.3852C19.3351 17.3852 19.4591 17.6146 19.4591 17.9185H18.5227C18.5227 17.6022 18.6467 17.3852 19.0002 17.3852ZM20.0235 18.917C20.0154 18.8967 20.0032 18.8782 19.9878 18.8627C19.9723 18.8473 19.9539 18.8351 19.9336 18.827C19.9133 18.8189 19.8915 18.815 19.8697 18.8155C19.8478 18.816 19.8263 18.821 19.8064 18.8302C19.6141 18.9245 19.3998 18.9652 19.1863 18.948C19.0526 18.9476 18.9221 18.9072 18.8116 18.8321C18.7011 18.7569 18.6156 18.6504 18.5661 18.5263H20.2839C20.3222 18.4101 20.3431 18.2889 20.3459 18.1666C20.376 17.9768 20.3631 17.7827 20.3081 17.5986C20.2532 17.4145 20.1576 17.2451 20.0284 17.1028C19.8993 16.9606 19.7399 16.8491 19.5619 16.7767C19.3839 16.7043 19.192 16.6728 19.0002 16.6844C18.7991 16.6717 18.5975 16.7029 18.4097 16.7759C18.2218 16.8489 18.052 16.9618 17.9122 17.107C17.7723 17.2521 17.6658 17.426 17.5998 17.6165C17.5339 17.8069 17.5102 18.0095 17.5304 18.21C17.5265 18.4151 17.5653 18.6188 17.6444 18.808C17.7236 18.9973 17.8413 19.168 17.9901 19.3092C18.1389 19.4504 18.3155 19.5591 18.5086 19.6282C18.7018 19.6973 18.9072 19.7255 19.1118 19.7108C19.4801 19.7184 19.8438 19.6285 20.1661 19.4503L19.9925 18.9418' fill='%23F63501'/%3E%3Cpath d='M24.0677 18.9052C23.6584 18.9052 23.4972 18.6633 23.5034 18.285C23.5096 17.9067 23.7949 17.4664 24.0801 17.4664C24.3654 17.4664 24.6321 17.8943 24.6259 18.2974C24.6197 18.7005 24.4212 18.9176 24.0677 18.9176V18.9052ZM24.0677 16.6974C23.8675 16.6874 23.6674 16.7198 23.4806 16.7926C23.2937 16.8654 23.1245 16.977 22.9839 17.1199C22.8433 17.2629 22.7345 17.434 22.6648 17.622C22.5951 17.8099 22.566 18.0106 22.5793 18.2106C22.5662 18.4146 22.595 18.6191 22.664 18.8114C22.733 19.0038 22.8407 19.18 22.9805 19.3291C23.1203 19.4782 23.2892 19.597 23.4767 19.6783C23.6642 19.7595 23.8664 19.8014 24.0708 19.8014C24.2752 19.8014 24.4774 19.7595 24.6649 19.6783C24.8525 19.597 25.0214 19.4782 25.1611 19.3291C25.3009 19.18 25.4087 19.0038 25.4777 18.8114C25.5467 18.6191 25.5755 18.4146 25.5623 18.2106C25.5758 18.01 25.5465 17.8088 25.4764 17.6204C25.4063 17.432 25.297 17.2605 25.1557 17.1175C25.0145 16.9745 24.8444 16.863 24.6568 16.7906C24.4693 16.7182 24.2685 16.6864 24.0677 16.6974Z' fill='%23F63501'/%3E%3Cpath d='M22.6465 23.4137H23.6263V20.1889C23.627 20.165 23.6222 20.1412 23.6122 20.1195C23.6022 20.0978 23.5873 20.0787 23.5687 20.0637C23.5501 20.0486 23.5282 20.0381 23.5049 20.033C23.4815 20.0278 23.4573 20.0281 23.4341 20.0338L22.6465 20.2075V23.4137Z' fill='%23F63501'/%3E%3Cpath d='M21.5108 22.3096C21.4756 22.3096 21.4415 22.3212 21.4135 22.3424C21.3855 22.3637 21.3652 22.3935 21.3557 22.4274C21.3419 22.5211 21.2935 22.6061 21.22 22.6659C21.1466 22.7256 21.0534 22.7555 20.9588 22.7499C20.6116 22.7499 20.4255 22.4832 20.4255 21.9933C20.4255 21.5034 20.5495 21.2305 20.9092 21.2305C21.0117 21.2223 21.1136 21.2518 21.1958 21.3135C21.278 21.3752 21.3349 21.4647 21.3557 21.5654C21.3649 21.5982 21.3842 21.6273 21.411 21.6485C21.4377 21.6697 21.4705 21.6818 21.5046 21.6832H22.3232C22.3186 21.5153 22.28 21.3502 22.2097 21.1977C22.1394 21.0452 22.0389 20.9085 21.9142 20.796C21.7896 20.6835 21.6434 20.5975 21.4845 20.5432C21.3256 20.4889 21.1573 20.4674 20.9899 20.4801C20.7891 20.4691 20.5883 20.5009 20.4007 20.5733C20.2132 20.6457 20.0431 20.7571 19.9018 20.9002C19.7606 21.0432 19.6513 21.2146 19.5812 21.4031C19.5111 21.5915 19.4818 21.7927 19.4953 21.9933C19.4719 22.196 19.4944 22.4014 19.561 22.5943C19.6276 22.7873 19.7366 22.9628 19.88 23.108C20.0234 23.2532 20.1976 23.3644 20.3896 23.4333C20.5817 23.5023 20.7868 23.5273 20.9899 23.5065C21.1586 23.5267 21.3297 23.5108 21.4918 23.4598C21.6539 23.4088 21.8033 23.3238 21.93 23.2106C22.0567 23.0974 22.1579 22.9585 22.2268 22.8031C22.2956 22.6477 22.3306 22.4795 22.3294 22.3096H21.5108Z' fill='%23F63501'/%3E%3Cpath d='M15.6333 22.3094C15.599 22.3097 15.5657 22.3215 15.5388 22.3428C15.5118 22.3642 15.4928 22.3938 15.4845 22.4272C15.4693 22.5214 15.4196 22.6065 15.3451 22.6661C15.2706 22.7257 15.1766 22.7555 15.0814 22.7497C14.7403 22.7497 14.5543 22.483 14.5543 21.9931C14.5543 21.5032 14.6535 21.2427 15.0132 21.2427C15.1156 21.2345 15.2176 21.264 15.2998 21.3257C15.382 21.3874 15.4389 21.4769 15.4597 21.5776C15.4692 21.6114 15.4894 21.6413 15.5174 21.6625C15.5454 21.6838 15.5796 21.6953 15.6147 21.6954H16.4334C16.4288 21.527 16.3901 21.3612 16.3194 21.2083C16.2487 21.0554 16.1476 20.9184 16.0223 20.8058C15.8969 20.6932 15.7499 20.6074 15.5903 20.5535C15.4307 20.4996 15.2617 20.4788 15.0938 20.4923C14.8936 20.4822 14.6934 20.5147 14.5066 20.5875C14.3198 20.6603 14.1506 20.7718 14.01 20.9148C13.8694 21.0577 13.7606 21.2288 13.6909 21.4168C13.6212 21.6048 13.592 21.8054 13.6054 22.0055C13.5811 22.2079 13.6026 22.4132 13.6684 22.6062C13.7342 22.7991 13.8426 22.9748 13.9856 23.1201C14.1286 23.2655 14.3024 23.3768 14.4943 23.4458C14.6861 23.5148 14.891 23.5397 15.0938 23.5187C15.2627 23.54 15.4342 23.5248 15.5968 23.4742C15.7593 23.4235 15.9092 23.3387 16.0361 23.2252C16.1631 23.1118 16.2642 22.9724 16.3327 22.8166C16.4013 22.6607 16.4356 22.492 16.4334 22.3218L15.6333 22.3094Z' fill='%23F63501'/%3E%3Cpath d='M19.503 20.5801C19.3542 21.0142 18.9325 23.3274 18.6286 23.6437C18.43 23.8795 18.1555 24.0388 17.8522 24.0942C17.5489 24.1497 17.2358 24.0978 16.9666 23.9475L17.1092 23.1413C17.1092 23.1413 17.965 23.439 17.9712 22.9243H17.5743C17.4334 22.9217 17.2971 22.8739 17.1854 22.7879C17.0738 22.7019 16.9927 22.5823 16.9542 22.4468L16.4395 20.5863H17.4627L17.9836 22.484C17.9869 22.492 17.9924 22.4989 17.9996 22.5038C18.0068 22.5087 18.0153 22.5113 18.024 22.5113C18.0326 22.5113 18.0411 22.5087 18.0483 22.5038C18.0555 22.4989 18.061 22.492 18.0643 22.484L18.4488 20.5925L19.503 20.5801Z' fill='%23F63501'/%3E%3Cpath d='M25.3687 21.1806C25.7036 21.1806 25.8276 21.41 25.8276 21.7139H24.8912C24.8912 21.3976 25.0152 21.1806 25.3687 21.1806ZM26.3858 22.7124C26.3784 22.6915 26.3667 22.6724 26.3514 22.6563C26.3361 22.6403 26.3176 22.6278 26.297 22.6196C26.2764 22.6114 26.2543 22.6076 26.2322 22.6087C26.2101 22.6097 26.1884 22.6154 26.1687 22.6255C25.9756 22.7177 25.762 22.7582 25.5485 22.7434C25.4147 22.7438 25.2839 22.7038 25.1732 22.6285C25.0625 22.5533 24.9772 22.4463 24.9284 22.3217H26.6772C26.7149 22.2055 26.7337 22.0841 26.733 21.962C26.7642 21.7726 26.7522 21.5786 26.698 21.3944C26.6439 21.2103 26.5489 21.0407 26.4202 20.8983C26.2915 20.7559 26.1324 20.6443 25.9546 20.5719C25.7769 20.4994 25.5851 20.4679 25.3935 20.4798C25.1921 20.466 24.9901 20.4965 24.8017 20.5691C24.6133 20.6417 24.4431 20.7546 24.303 20.9C24.1629 21.0454 24.0564 21.2197 23.9909 21.4107C23.9254 21.6016 23.9024 21.8046 23.9237 22.0054C23.9198 22.2105 23.9586 22.4142 24.0377 22.6034C24.1169 22.7927 24.2346 22.9634 24.3834 23.1046C24.5322 23.2458 24.7088 23.3545 24.9019 23.4236C25.0951 23.4927 25.3005 23.5209 25.5051 23.5062C25.8743 23.5149 26.2388 23.4227 26.5594 23.2395C26.5594 23.2395 26.4602 22.9542 26.3796 22.7372' fill='%23F63501'/%3E%3Cpath d='M23.0743 9.10036L21.9643 8.02749C21.8526 7.92946 21.7719 7.80094 21.7323 7.65772C21.6926 7.51449 21.6956 7.3628 21.741 7.22128C21.7813 7.08811 21.8563 6.9681 21.9585 6.87366C22.0607 6.77921 22.1862 6.71375 22.3221 6.68404C22.458 6.65433 22.5994 6.66145 22.7316 6.70465C22.8639 6.74786 22.9822 6.82558 23.0743 6.92981C23.7999 7.63679 24.5131 8.36237 25.2325 9.08176C25.3317 9.18719 25.4433 9.28641 25.5426 9.39804C25.6171 9.46873 25.6764 9.55384 25.7169 9.6482C25.7575 9.74256 25.7784 9.84418 25.7784 9.94688C25.7784 10.0496 25.7575 10.1512 25.7169 10.2456C25.6764 10.3399 25.6171 10.425 25.5426 10.4957C24.7116 11.3453 23.8681 12.1888 23.0247 13.0198C22.9613 13.1169 22.877 13.1987 22.7779 13.2592C22.6789 13.3197 22.5677 13.3574 22.4523 13.3695C22.3369 13.3817 22.2202 13.368 22.1108 13.3294C22.0014 13.2908 21.9019 13.2283 21.8196 13.1465C21.7373 13.0647 21.6743 12.9656 21.6351 12.8564C21.5959 12.7472 21.5815 12.6306 21.593 12.5151C21.6045 12.3997 21.6415 12.2882 21.7014 12.1888C21.7614 12.0895 21.8427 12.0047 21.9394 11.9407C22.2433 11.6182 22.5596 11.3205 22.8759 10.998L23.0495 10.812C23.0495 10.812 23.0123 10.7686 22.9999 10.7686C21.7596 10.7686 20.4821 10.719 19.2294 10.812C17.8213 10.8861 16.4525 11.302 15.2412 12.0238C14.0299 12.7456 13.0127 13.7515 12.2774 14.9547C11.3233 16.3494 10.7828 17.9854 10.718 19.674C10.6533 21.3626 11.067 23.0352 11.9115 24.4989C11.9789 24.5896 12.0266 24.6933 12.0516 24.8035C12.0766 24.9136 12.0784 25.0278 12.0568 25.1387C12.0352 25.2496 11.9907 25.3547 11.9262 25.4475C11.8617 25.5402 11.7785 25.6184 11.682 25.6772C11.5913 25.729 11.4911 25.762 11.3873 25.7741C11.2835 25.7863 11.1784 25.7773 11.0782 25.7477C10.978 25.7182 10.8848 25.6687 10.8042 25.6022C10.7236 25.5358 10.6572 25.4537 10.6092 25.3609C9.91137 24.1962 9.46166 22.8998 9.28821 21.5532C8.98497 19.5629 9.24885 17.5274 10.0496 15.6802C10.8503 13.833 12.1555 12.249 13.8154 11.1097C15.5274 9.86227 17.5886 9.18533 19.7069 9.17478C20.7301 9.17478 21.7534 9.17478 22.8077 9.17478H23.0619L23.0743 9.10036Z' fill='%23F63501'/%3E%3Cpath d='M16.8733 30.8998C17.2516 31.2719 17.6423 31.6254 18.0082 32.0099C18.1061 32.1065 18.1762 32.2277 18.2113 32.3607C18.2465 32.4936 18.2453 32.6336 18.2079 32.766C18.1706 32.8984 18.0984 33.0183 17.9989 33.1133C17.8994 33.2083 17.7762 33.2748 17.6423 33.306C17.5113 33.3425 17.3729 33.3428 17.2419 33.3067C17.1108 33.2707 16.992 33.1997 16.8981 33.1014C16.0609 32.2704 15.2237 31.4331 14.4175 30.6207C14.343 30.55 14.2836 30.4649 14.2431 30.3706C14.2026 30.2762 14.1816 30.1746 14.1816 30.0719C14.1816 29.9692 14.2026 29.8676 14.2431 29.7732C14.2836 29.6789 14.343 29.5937 14.4175 29.5231C15.2361 28.692 16.0671 27.861 16.8981 27.0424C16.9684 26.96 17.0551 26.893 17.1527 26.8459C17.2503 26.7987 17.3567 26.7724 17.465 26.7686C17.5733 26.7647 17.6812 26.7835 17.7819 26.8236C17.8826 26.8637 17.9738 26.9244 18.0498 27.0016C18.1258 27.0789 18.1849 27.1712 18.2233 27.2725C18.2617 27.3739 18.2786 27.4821 18.273 27.5903C18.2673 27.6986 18.2392 27.8044 18.1904 27.9012C18.1416 27.998 18.0732 28.0836 17.9896 28.1525L17.0717 29.0765L16.8919 29.275C18.7524 29.275 20.6128 29.5045 22.4733 28.9649C24.1387 28.5218 25.6433 27.6133 26.8108 26.3458C27.9784 25.0783 28.7605 23.5043 29.0656 21.8083C29.5341 19.6454 29.1663 17.3854 28.0361 15.4827C27.9657 15.3862 27.9178 15.2751 27.8959 15.1577C27.8741 15.0402 27.8787 14.9194 27.9097 14.804C27.9406 14.6886 27.997 14.5816 28.0747 14.4909C28.1524 14.4001 28.2494 14.3279 28.3586 14.2796C28.5405 14.2033 28.7445 14.1986 28.9297 14.2665C29.1149 14.3343 29.2676 14.4697 29.3571 14.6454C30.0884 15.8636 30.5455 17.2265 30.6966 18.6393C31.1121 23.3091 29.3137 26.9122 25.3447 29.3866C23.7374 30.3579 21.889 30.8566 20.0113 30.8254H17.0531H16.9291L16.8733 30.8998Z' fill='%23F63501'/%3E%3C/svg%3E ");
}

@media (min-width: 768px) {
  .blocks-item:nth-child(2) a::before {
     content: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0H36C42.6274 0 48 5.37258 48 12V36C48 42.6274 42.6274 48 36 48H12C5.37258 48 0 42.6274 0 36V12Z' fill='%23F3E7D1'/%3E%3Cpath d='M25.9566 23.6539C25.7989 23.6703 25.6396 23.6499 25.4912 23.5944C25.3427 23.5388 25.2091 23.4497 25.1008 23.3339C24.9002 23.0616 24.805 22.7259 24.8329 22.3888V19.8214L25.778 19.613C25.8057 19.6076 25.8343 19.6083 25.8617 19.615C25.8891 19.6218 25.9147 19.6345 25.9367 19.6522C25.9587 19.67 25.9765 19.6923 25.989 19.7177C26.0014 19.743 26.0081 19.7708 26.0087 19.799V20.2381H26.7529V21.1907H26.0087V22.2846C26.003 22.3406 26.0101 22.3972 26.0295 22.45C26.0488 22.5029 26.0799 22.5507 26.1203 22.5898C26.2154 22.6575 26.3315 22.6891 26.4478 22.6791C26.5924 22.6791 26.736 22.6539 26.872 22.6046V23.4977C26.5868 23.6235 26.2749 23.6772 25.9641 23.6539' fill='%23410413'/%3E%3Cpath d='M19.9286 21.9439L19.4449 21.877V21.81L19.9286 21.7356C20.0324 21.7176 20.1312 21.6778 20.2184 21.6187C20.3056 21.5597 20.3794 21.4829 20.4347 21.3932L21.231 20.143H19.8393L18.9761 21.7728H18.9165V20.0314C18.9174 19.9859 18.9022 19.9416 18.8736 19.9062C18.845 19.8708 18.8049 19.8466 18.7602 19.8379H17.7109V23.5588H18.9165V21.9439H18.9761L19.7203 23.3728C19.7473 23.4244 19.788 23.4676 19.8378 23.4977C19.8877 23.5279 19.9448 23.5439 20.003 23.544H21.2012L20.4347 22.2937C20.3801 22.2027 20.3068 22.1244 20.2195 22.0641C20.1322 22.0038 20.033 21.9628 19.9286 21.9439Z' fill='%23410413'/%3E%3Cpath d='M22.8014 20.8618C23.2033 20.8618 23.3521 21.1372 23.3521 21.5018H22.2284C22.2284 21.1223 22.3772 20.8618 22.8014 20.8618V20.8618ZM24.0293 22.7C24.0196 22.6756 24.005 22.6535 23.9865 22.6349C23.968 22.6163 23.9458 22.6017 23.9215 22.592C23.8971 22.5822 23.871 22.5776 23.8448 22.5782C23.8185 22.5789 23.7927 22.5848 23.7689 22.5958C23.538 22.709 23.2809 22.7579 23.0247 22.7372C22.8643 22.7367 22.7077 22.6883 22.5751 22.5981C22.4425 22.5079 22.3399 22.3801 22.2805 22.2311H24.3419C24.3879 22.0917 24.4129 21.9463 24.4163 21.7995C24.4524 21.5718 24.4369 21.3389 24.3709 21.118C24.305 20.897 24.1903 20.6937 24.0353 20.523C23.8803 20.3523 23.689 20.2186 23.4754 20.1317C23.2619 20.0448 23.0316 20.0069 22.8014 20.0209C22.56 20.0056 22.3182 20.0431 22.0928 20.1307C21.8673 20.2182 21.6636 20.3538 21.4958 20.528C21.328 20.7022 21.2001 20.9108 21.121 21.1394C21.0419 21.3679 21.0135 21.611 21.0377 21.8516C21.0329 22.0977 21.0795 22.3421 21.1745 22.5693C21.2695 22.7964 21.4107 23.0012 21.5893 23.1706C21.7679 23.3401 21.9798 23.4705 22.2116 23.5535C22.4433 23.6364 22.6898 23.6702 22.9354 23.6525C23.3773 23.6617 23.8137 23.5538 24.2005 23.34V23.34L23.9921 22.7298' fill='%23410413'/%3E%3Cpath d='M28.8817 22.687C28.3905 22.687 28.197 22.3968 28.2044 21.9428C28.2119 21.4889 28.5542 20.9605 28.8965 20.9605C29.2389 20.9605 29.5589 21.474 29.5514 21.9577C29.544 22.4414 29.3058 22.7019 28.8817 22.7019V22.687ZM28.8817 20.0377C28.6414 20.0256 28.4012 20.0645 28.1771 20.1519C27.9529 20.2393 27.7497 20.3732 27.581 20.5447C27.4123 20.7162 27.2818 20.9215 27.1982 21.1471C27.1145 21.3727 27.0795 21.6135 27.0956 21.8535C27.0798 22.0983 27.1144 22.3437 27.1972 22.5745C27.28 22.8054 27.4093 23.0168 27.577 23.1957C27.7447 23.3746 27.9474 23.5172 28.1724 23.6147C28.3975 23.7122 28.6401 23.7625 28.8854 23.7625C29.1306 23.7625 29.3733 23.7122 29.5983 23.6147C29.8234 23.5172 30.026 23.3746 30.1938 23.1957C30.3615 23.0168 30.4908 22.8054 30.5736 22.5745C30.6564 22.3437 30.6909 22.0983 30.6752 21.8535C30.6913 21.6128 30.6562 21.3714 30.5721 21.1453C30.488 20.9191 30.3568 20.7134 30.1873 20.5418C30.0177 20.3701 29.8137 20.2364 29.5886 20.1495C29.3635 20.0626 29.1226 20.0245 28.8817 20.0377' fill='%23410413'/%3E%3Cpath d='M27.1777 28.0984H28.3536V24.2286C28.3544 24.1999 28.3486 24.1714 28.3366 24.1454C28.3246 24.1193 28.3067 24.0964 28.2844 24.0783C28.262 24.0603 28.2358 24.0477 28.2078 24.0415C28.1798 24.0353 28.1507 24.0357 28.1229 24.0426L27.1777 24.2509V28.0984Z' fill='%23410413'/%3E%3Cpath d='M25.8141 26.7719C25.7719 26.7719 25.7309 26.7858 25.6973 26.8113C25.6637 26.8368 25.6394 26.8726 25.6281 26.9133C25.6115 27.0257 25.5534 27.1278 25.4652 27.1994C25.377 27.2711 25.2652 27.307 25.1518 27.3002C24.735 27.3002 24.5118 26.9802 24.5118 26.3923C24.5118 25.8044 24.6606 25.477 25.0923 25.477C25.2152 25.4672 25.3375 25.5026 25.4362 25.5766C25.5348 25.6506 25.6031 25.7581 25.6281 25.8788C25.6391 25.9183 25.6623 25.9532 25.6944 25.9786C25.7264 26.004 25.7658 26.0186 25.8067 26.0202H26.789C26.7835 25.8188 26.7372 25.6206 26.6529 25.4376C26.5685 25.2546 26.4479 25.0906 26.2983 24.9556C26.1487 24.8206 25.9732 24.7174 25.7825 24.6523C25.5918 24.5871 25.3899 24.5613 25.189 24.5765C24.9481 24.5633 24.7071 24.6014 24.4821 24.6883C24.257 24.7752 24.0529 24.9089 23.8834 25.0806C23.7138 25.2522 23.5827 25.4579 23.4986 25.6841C23.4145 25.9102 23.3793 26.1516 23.3955 26.3923C23.3675 26.6356 23.3944 26.8821 23.4743 27.1136C23.5542 27.3451 23.6851 27.5557 23.8572 27.73C24.0293 27.9042 24.2382 28.0376 24.4687 28.1204C24.6992 28.2031 24.9454 28.2331 25.189 28.2081C25.3915 28.2325 25.5968 28.2134 25.7913 28.1522C25.9859 28.0909 26.1651 27.989 26.3172 27.8531C26.4692 27.7173 26.5906 27.5506 26.6733 27.3641C26.7559 27.1777 26.7979 26.9758 26.7964 26.7719H25.8141Z' fill='%23410413'/%3E%3Cpath d='M18.7596 26.7732C18.7184 26.7736 18.6785 26.7878 18.6462 26.8133C18.6138 26.8389 18.5909 26.8745 18.581 26.9146C18.5628 27.0276 18.5032 27.1298 18.4138 27.2013C18.3244 27.2728 18.2116 27.3086 18.0973 27.3016C17.688 27.3016 17.4647 26.9816 17.4647 26.3936C17.4647 25.8057 17.5838 25.4932 18.0154 25.4932C18.1384 25.4834 18.2607 25.5188 18.3593 25.5928C18.458 25.6668 18.5263 25.7743 18.5513 25.895C18.5626 25.9357 18.5869 25.9715 18.6205 25.997C18.6541 26.0225 18.6951 26.0364 18.7373 26.0364H19.7196C19.7142 25.8343 19.6677 25.6354 19.5829 25.4519C19.4981 25.2684 19.3767 25.104 19.2263 24.9689C19.0759 24.8338 18.8995 24.7308 18.708 24.6661C18.5164 24.6014 18.3137 24.5765 18.1122 24.5927C17.8719 24.5806 17.6317 24.6195 17.4076 24.7069C17.1834 24.7943 16.9803 24.9282 16.8116 25.0997C16.6428 25.2712 16.5123 25.4765 16.4287 25.7021C16.345 25.9277 16.3101 26.1685 16.3261 26.4085C16.2969 26.6514 16.3227 26.8978 16.4017 27.1293C16.4807 27.3609 16.6108 27.5717 16.7823 27.7461C16.9539 27.9205 17.1625 28.0541 17.3927 28.1369C17.6229 28.2197 17.8688 28.2496 18.1122 28.2244C18.3149 28.2499 18.5207 28.2317 18.7158 28.171C18.9108 28.1102 19.0906 28.0083 19.2429 27.8722C19.3953 27.7361 19.5167 27.5689 19.5989 27.3819C19.6811 27.1948 19.7223 26.9923 19.7196 26.7881L18.7596 26.7732Z' fill='%23410413'/%3E%3Cpath d='M23.4029 24.6953C23.2243 25.2162 22.7182 27.9921 22.3536 28.3716C22.1152 28.6546 21.7858 28.8458 21.4219 28.9123C21.0579 28.9789 20.6822 28.9166 20.3591 28.7363L20.5303 27.7688C20.5303 27.7688 21.5573 28.126 21.5647 27.5084H21.0884C20.9193 27.5052 20.7557 27.4478 20.6218 27.3447C20.4878 27.2415 20.3905 27.098 20.3442 26.9353L19.7266 24.7028H20.9545L21.5796 26.98C21.5835 26.9896 21.5901 26.9979 21.5988 27.0038C21.6074 27.0096 21.6176 27.0127 21.628 27.0127C21.6384 27.0127 21.6486 27.0096 21.6572 27.0038C21.6658 26.9979 21.6725 26.9896 21.6763 26.98L22.1377 24.7102L23.4029 24.6953Z' fill='%23410413'/%3E%3Cpath d='M30.4424 25.4171C30.8443 25.4171 30.9931 25.6924 30.9931 26.0571H29.8694C29.8694 25.6775 30.0182 25.4171 30.4424 25.4171ZM31.6629 27.2552C31.6541 27.2301 31.6401 27.2072 31.6217 27.188C31.6033 27.1688 31.5811 27.1538 31.5564 27.1439C31.5317 27.134 31.5052 27.1295 31.4786 27.1308C31.4521 27.132 31.4261 27.1389 31.4024 27.151C31.1707 27.2616 30.9144 27.3103 30.6583 27.2924C30.4976 27.293 30.3406 27.2449 30.2078 27.1546C30.075 27.0643 29.9726 26.936 29.9141 26.7864H32.0127C32.0578 26.647 32.0804 26.5013 32.0797 26.3548C32.117 26.1275 32.1026 25.8947 32.0376 25.6737C31.9727 25.4527 31.8587 25.2492 31.7043 25.0783C31.5498 24.9075 31.3589 24.7736 31.1456 24.6866C30.9323 24.5997 30.7021 24.5619 30.4722 24.5761C30.2305 24.5596 29.9881 24.5961 29.762 24.6833C29.536 24.7704 29.3317 24.9059 29.1636 25.0804C28.9955 25.2549 28.8677 25.464 28.7891 25.6932C28.7104 25.9223 28.6829 26.1659 28.7085 26.4069C28.7037 26.653 28.7503 26.8974 28.8453 27.1245C28.9402 27.3516 29.0815 27.5564 29.2601 27.7259C29.4386 27.8954 29.6506 28.0257 29.8823 28.1087C30.1141 28.1917 30.3606 28.2254 30.6062 28.2078C31.0491 28.2183 31.4866 28.1077 31.8713 27.8878V27.8878C31.8713 27.8878 31.7522 27.5455 31.6555 27.285' fill='%23410413'/%3E%3Cpath d='M27.69 10.9212L26.3579 9.63377C26.2238 9.51614 26.1271 9.36191 26.0795 9.19004C26.0319 9.01817 26.0355 8.83614 26.09 8.66632C26.1383 8.50651 26.2284 8.36251 26.351 8.24917C26.4736 8.13584 26.6242 8.05729 26.7873 8.02163C26.9504 7.98598 27.12 7.99452 27.2787 8.04636C27.4374 8.09821 27.5794 8.19148 27.69 8.31655C28.5607 9.16493 29.4165 10.0356 30.2798 10.8989C30.3988 11.0254 30.5328 11.1445 30.6519 11.2784C30.7413 11.3633 30.8125 11.4654 30.8611 11.5786C30.9098 11.6919 30.9349 11.8138 30.9349 11.937C30.9349 12.0603 30.9098 12.1822 30.8611 12.2955C30.8125 12.4087 30.7413 12.5108 30.6519 12.5956C29.6547 13.6152 28.6426 14.6273 27.6305 15.6245C27.5543 15.7411 27.4531 15.8392 27.3343 15.9118C27.2155 15.9844 27.082 16.0296 26.9435 16.0442C26.805 16.0588 26.6651 16.0423 26.5337 15.996C26.4024 15.9497 26.283 15.8748 26.1843 15.7766C26.0856 15.6784 26.0099 15.5595 25.9629 15.4284C25.9158 15.2974 25.8986 15.1575 25.9124 15.0189C25.9261 14.8804 25.9706 14.7466 26.0425 14.6274C26.1144 14.5082 26.212 14.4064 26.3281 14.3296C26.6928 13.9426 27.0723 13.5854 27.4519 13.1984L27.6602 12.9752C27.6602 12.9752 27.6156 12.9231 27.6007 12.9231C26.1123 12.9231 24.5793 12.8636 23.076 12.9752C21.3863 13.0641 19.7437 13.5632 18.2902 14.4294C16.8367 15.2955 15.616 16.5026 14.7336 17.9464C13.5888 19.6201 12.9401 21.5833 12.8624 23.6096C12.7847 25.6359 13.2812 27.643 14.2946 29.3995C14.3754 29.5083 14.4327 29.6328 14.4627 29.765C14.4927 29.8972 14.4948 30.0342 14.4689 30.1672C14.443 30.3003 14.3896 30.4265 14.3122 30.5377C14.2348 30.649 14.135 30.7429 14.0192 30.8134C13.9104 30.8756 13.7901 30.9152 13.6655 30.9297C13.541 30.9443 13.4148 30.9335 13.2946 30.8981C13.1743 30.8626 13.0625 30.8032 12.9658 30.7235C12.8691 30.6437 12.7895 30.5452 12.7318 30.4339C11.8944 29.0362 11.3548 27.4806 11.1466 25.8646C10.7827 23.4762 11.0994 21.0337 12.0603 18.817C13.0212 16.6004 14.5874 14.6995 16.5792 13.3324C18.6337 11.8355 21.1071 11.0232 23.649 11.0105C24.877 11.0105 26.1049 11.0105 27.37 11.0105H27.6751L27.69 10.9212Z' fill='%23410413'/%3E%3Cpath d='M20.2495 37.0798C20.7035 37.5263 21.1723 37.9505 21.6114 38.4119C21.7288 38.5278 21.813 38.6732 21.8552 38.8328C21.8973 38.9924 21.8959 39.1603 21.8511 39.3192C21.8062 39.478 21.7196 39.622 21.6002 39.7359C21.4808 39.8499 21.3331 39.9298 21.1723 39.9672C21.0152 40.011 20.8491 40.0113 20.6918 39.9681C20.5345 39.9248 20.3919 39.8396 20.2793 39.7216C19.2746 38.7244 18.27 37.7198 17.3025 36.7449C17.2131 36.6601 17.1419 36.5579 17.0933 36.4447C17.0446 36.3315 17.0195 36.2095 17.0195 36.0863C17.0195 35.963 17.0446 35.8411 17.0933 35.7279C17.1419 35.6146 17.2131 35.5125 17.3025 35.4277C18.2848 34.4305 19.2821 33.4332 20.2793 32.4509C20.3637 32.3519 20.4677 32.2716 20.5848 32.2151C20.702 32.1585 20.8296 32.1269 20.9595 32.1223C21.0895 32.1177 21.219 32.1402 21.3398 32.1883C21.4607 32.2365 21.5702 32.3092 21.6613 32.402C21.7525 32.4947 21.8234 32.6054 21.8695 32.727C21.9156 32.8486 21.9359 32.9785 21.9291 33.1084C21.9223 33.2383 21.8886 33.3653 21.83 33.4815C21.7715 33.5976 21.6894 33.7003 21.5891 33.783L20.4876 34.8919L20.2718 35.13C22.5044 35.13 24.737 35.4053 26.9695 34.7579C28.968 34.2262 30.7735 33.136 32.1745 31.615C33.5756 30.094 34.5142 28.2052 34.8803 26.1699C35.4425 23.5745 35.0011 20.8624 33.6449 18.5792C33.5604 18.4634 33.503 18.3301 33.4767 18.1892C33.4504 18.0483 33.4561 17.9033 33.4932 17.7648C33.5303 17.6263 33.5979 17.4979 33.6912 17.389C33.7844 17.2801 33.9008 17.1935 34.0319 17.1355C34.2502 17.0439 34.495 17.0383 34.7172 17.1198C34.9394 17.2012 35.1226 17.3636 35.2301 17.5745C36.1077 19.0363 36.6562 20.6718 36.8375 22.3671C37.3361 27.9709 35.178 32.2946 30.4152 35.2639C28.4865 36.4295 26.2683 37.0279 24.0151 36.9905H20.4653H20.3165L20.2495 37.0798Z' fill='%23410413'/%3E%3C/svg%3E ");
  }

    
  .blocks-item:nth-child(2) a:hover::before {
    content: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0H36C42.6274 0 48 5.37258 48 12V36C48 42.6274 42.6274 48 36 48H12C5.37258 48 0 42.6274 0 36V12Z' fill='%23F3E7D1'/%3E%3Cpath d='M25.9566 23.6539C25.7989 23.6703 25.6396 23.6499 25.4912 23.5944C25.3427 23.5388 25.2091 23.4497 25.1008 23.3339C24.9002 23.0616 24.805 22.7259 24.8329 22.3888V19.8214L25.778 19.613C25.8057 19.6076 25.8343 19.6083 25.8617 19.615C25.8891 19.6218 25.9147 19.6345 25.9367 19.6522C25.9587 19.67 25.9765 19.6923 25.989 19.7177C26.0014 19.743 26.0081 19.7708 26.0087 19.799V20.2381H26.7529V21.1907H26.0087V22.2846C26.003 22.3406 26.0101 22.3972 26.0295 22.45C26.0488 22.5029 26.0799 22.5507 26.1203 22.5898C26.2154 22.6575 26.3315 22.6891 26.4478 22.6791C26.5924 22.6791 26.736 22.6539 26.872 22.6046V23.4977C26.5868 23.6235 26.2749 23.6772 25.9641 23.6539' fill='%23F63501'/%3E%3Cpath d='M19.9286 21.9439L19.4449 21.877V21.81L19.9286 21.7356C20.0324 21.7176 20.1312 21.6778 20.2184 21.6187C20.3056 21.5597 20.3794 21.4829 20.4347 21.3932L21.231 20.143H19.8393L18.9761 21.7728H18.9165V20.0314C18.9174 19.9859 18.9022 19.9416 18.8736 19.9062C18.845 19.8708 18.8049 19.8466 18.7602 19.8379H17.7109V23.5588H18.9165V21.9439H18.9761L19.7203 23.3728C19.7473 23.4244 19.788 23.4676 19.8378 23.4977C19.8877 23.5279 19.9448 23.5439 20.003 23.544H21.2012L20.4347 22.2937C20.3801 22.2027 20.3068 22.1244 20.2195 22.0641C20.1322 22.0038 20.033 21.9628 19.9286 21.9439Z' fill='%23F63501'/%3E%3Cpath d='M22.8014 20.8618C23.2033 20.8618 23.3521 21.1372 23.3521 21.5018H22.2284C22.2284 21.1223 22.3772 20.8618 22.8014 20.8618V20.8618ZM24.0293 22.7C24.0196 22.6756 24.005 22.6535 23.9865 22.6349C23.968 22.6163 23.9458 22.6017 23.9215 22.592C23.8971 22.5822 23.871 22.5776 23.8448 22.5782C23.8185 22.5789 23.7927 22.5848 23.7689 22.5958C23.538 22.709 23.2809 22.7579 23.0247 22.7372C22.8643 22.7367 22.7077 22.6883 22.5751 22.5981C22.4425 22.5079 22.3399 22.3801 22.2805 22.2311H24.3419C24.3879 22.0917 24.4129 21.9463 24.4163 21.7995C24.4524 21.5718 24.4369 21.3389 24.3709 21.118C24.305 20.897 24.1903 20.6937 24.0353 20.523C23.8803 20.3523 23.689 20.2186 23.4754 20.1317C23.2619 20.0448 23.0316 20.0069 22.8014 20.0209C22.56 20.0056 22.3182 20.0431 22.0928 20.1307C21.8673 20.2182 21.6636 20.3538 21.4958 20.528C21.328 20.7022 21.2001 20.9108 21.121 21.1394C21.0419 21.3679 21.0135 21.611 21.0377 21.8516C21.0329 22.0977 21.0795 22.3421 21.1745 22.5693C21.2695 22.7964 21.4107 23.0012 21.5893 23.1706C21.7679 23.3401 21.9798 23.4705 22.2116 23.5535C22.4433 23.6364 22.6898 23.6702 22.9354 23.6525C23.3773 23.6617 23.8137 23.5538 24.2005 23.34V23.34L23.9921 22.7298' fill='%23F63501'/%3E%3Cpath d='M28.8817 22.687C28.3905 22.687 28.197 22.3968 28.2044 21.9428C28.2119 21.4889 28.5542 20.9605 28.8965 20.9605C29.2389 20.9605 29.5589 21.474 29.5514 21.9577C29.544 22.4414 29.3058 22.7019 28.8817 22.7019V22.687ZM28.8817 20.0377C28.6414 20.0256 28.4012 20.0645 28.1771 20.1519C27.9529 20.2393 27.7497 20.3732 27.581 20.5447C27.4123 20.7162 27.2818 20.9215 27.1982 21.1471C27.1145 21.3727 27.0795 21.6135 27.0956 21.8535C27.0798 22.0983 27.1144 22.3437 27.1972 22.5745C27.28 22.8054 27.4093 23.0168 27.577 23.1957C27.7447 23.3746 27.9474 23.5172 28.1724 23.6147C28.3975 23.7122 28.6401 23.7625 28.8854 23.7625C29.1306 23.7625 29.3733 23.7122 29.5983 23.6147C29.8234 23.5172 30.026 23.3746 30.1938 23.1957C30.3615 23.0168 30.4908 22.8054 30.5736 22.5745C30.6564 22.3437 30.6909 22.0983 30.6752 21.8535C30.6913 21.6128 30.6562 21.3714 30.5721 21.1453C30.488 20.9191 30.3568 20.7134 30.1873 20.5418C30.0177 20.3701 29.8137 20.2364 29.5886 20.1495C29.3635 20.0626 29.1226 20.0245 28.8817 20.0377' fill='%23F63501'/%3E%3Cpath d='M27.1777 28.0984H28.3536V24.2286C28.3544 24.1999 28.3486 24.1714 28.3366 24.1454C28.3246 24.1193 28.3067 24.0964 28.2844 24.0783C28.262 24.0603 28.2358 24.0477 28.2078 24.0415C28.1798 24.0353 28.1507 24.0357 28.1229 24.0426L27.1777 24.2509V28.0984Z' fill='%23F63501'/%3E%3Cpath d='M25.8141 26.7719C25.7719 26.7719 25.7309 26.7858 25.6973 26.8113C25.6637 26.8368 25.6394 26.8726 25.6281 26.9133C25.6115 27.0257 25.5534 27.1278 25.4652 27.1994C25.377 27.2711 25.2652 27.307 25.1518 27.3002C24.735 27.3002 24.5118 26.9802 24.5118 26.3923C24.5118 25.8044 24.6606 25.477 25.0923 25.477C25.2152 25.4672 25.3375 25.5026 25.4362 25.5766C25.5348 25.6506 25.6031 25.7581 25.6281 25.8788C25.6391 25.9183 25.6623 25.9532 25.6944 25.9786C25.7264 26.004 25.7658 26.0186 25.8067 26.0202H26.789C26.7835 25.8188 26.7372 25.6206 26.6529 25.4376C26.5685 25.2546 26.4479 25.0906 26.2983 24.9556C26.1487 24.8206 25.9732 24.7174 25.7825 24.6523C25.5918 24.5871 25.3899 24.5613 25.189 24.5765C24.9481 24.5633 24.7071 24.6014 24.4821 24.6883C24.257 24.7752 24.0529 24.9089 23.8834 25.0806C23.7138 25.2522 23.5827 25.4579 23.4986 25.6841C23.4145 25.9102 23.3793 26.1516 23.3955 26.3923C23.3675 26.6356 23.3944 26.8821 23.4743 27.1136C23.5542 27.3451 23.6851 27.5557 23.8572 27.73C24.0293 27.9042 24.2382 28.0376 24.4687 28.1204C24.6992 28.2031 24.9454 28.2331 25.189 28.2081C25.3915 28.2325 25.5968 28.2134 25.7913 28.1522C25.9859 28.0909 26.1651 27.989 26.3172 27.8531C26.4692 27.7173 26.5906 27.5506 26.6733 27.3641C26.7559 27.1777 26.7979 26.9758 26.7964 26.7719H25.8141Z' fill='%23F63501'/%3E%3Cpath d='M18.7596 26.7732C18.7184 26.7736 18.6785 26.7878 18.6462 26.8133C18.6138 26.8389 18.5909 26.8745 18.581 26.9146C18.5628 27.0276 18.5032 27.1298 18.4138 27.2013C18.3244 27.2728 18.2116 27.3086 18.0973 27.3016C17.688 27.3016 17.4647 26.9816 17.4647 26.3936C17.4647 25.8057 17.5838 25.4932 18.0154 25.4932C18.1384 25.4834 18.2607 25.5188 18.3593 25.5928C18.458 25.6668 18.5263 25.7743 18.5513 25.895C18.5626 25.9357 18.5869 25.9715 18.6205 25.997C18.6541 26.0225 18.6951 26.0364 18.7373 26.0364H19.7196C19.7142 25.8343 19.6677 25.6354 19.5829 25.4519C19.4981 25.2684 19.3767 25.104 19.2263 24.9689C19.0759 24.8338 18.8995 24.7308 18.708 24.6661C18.5164 24.6014 18.3137 24.5765 18.1122 24.5927C17.8719 24.5806 17.6317 24.6195 17.4076 24.7069C17.1834 24.7943 16.9803 24.9282 16.8116 25.0997C16.6428 25.2712 16.5123 25.4765 16.4287 25.7021C16.345 25.9277 16.3101 26.1685 16.3261 26.4085C16.2969 26.6514 16.3227 26.8978 16.4017 27.1293C16.4807 27.3609 16.6108 27.5717 16.7823 27.7461C16.9539 27.9205 17.1625 28.0541 17.3927 28.1369C17.6229 28.2197 17.8688 28.2496 18.1122 28.2244C18.3149 28.2499 18.5207 28.2317 18.7158 28.171C18.9108 28.1102 19.0906 28.0083 19.2429 27.8722C19.3953 27.7361 19.5167 27.5689 19.5989 27.3819C19.6811 27.1948 19.7223 26.9923 19.7196 26.7881L18.7596 26.7732Z' fill='%23F63501'/%3E%3Cpath d='M23.4029 24.6953C23.2243 25.2162 22.7182 27.9921 22.3536 28.3716C22.1152 28.6546 21.7858 28.8458 21.4219 28.9123C21.0579 28.9789 20.6822 28.9166 20.3591 28.7363L20.5303 27.7688C20.5303 27.7688 21.5573 28.126 21.5647 27.5084H21.0884C20.9193 27.5052 20.7557 27.4478 20.6218 27.3447C20.4878 27.2415 20.3905 27.098 20.3442 26.9353L19.7266 24.7028H20.9545L21.5796 26.98C21.5835 26.9896 21.5901 26.9979 21.5988 27.0038C21.6074 27.0096 21.6176 27.0127 21.628 27.0127C21.6384 27.0127 21.6486 27.0096 21.6572 27.0038C21.6658 26.9979 21.6725 26.9896 21.6763 26.98L22.1377 24.7102L23.4029 24.6953Z' fill='%23F63501'/%3E%3Cpath d='M30.4424 25.4171C30.8443 25.4171 30.9931 25.6924 30.9931 26.0571H29.8694C29.8694 25.6775 30.0182 25.4171 30.4424 25.4171ZM31.6629 27.2552C31.6541 27.2301 31.6401 27.2072 31.6217 27.188C31.6033 27.1688 31.5811 27.1538 31.5564 27.1439C31.5317 27.134 31.5052 27.1295 31.4786 27.1308C31.4521 27.132 31.4261 27.1389 31.4024 27.151C31.1707 27.2616 30.9144 27.3103 30.6583 27.2924C30.4976 27.293 30.3406 27.2449 30.2078 27.1546C30.075 27.0643 29.9726 26.936 29.9141 26.7864H32.0127C32.0578 26.647 32.0804 26.5013 32.0797 26.3548C32.117 26.1275 32.1026 25.8947 32.0376 25.6737C31.9727 25.4527 31.8587 25.2492 31.7043 25.0783C31.5498 24.9075 31.3589 24.7736 31.1456 24.6866C30.9323 24.5997 30.7021 24.5619 30.4722 24.5761C30.2305 24.5596 29.9881 24.5961 29.762 24.6833C29.536 24.7704 29.3317 24.9059 29.1636 25.0804C28.9955 25.2549 28.8677 25.464 28.7891 25.6932C28.7104 25.9223 28.6829 26.1659 28.7085 26.4069C28.7037 26.653 28.7503 26.8974 28.8453 27.1245C28.9402 27.3516 29.0815 27.5564 29.2601 27.7259C29.4386 27.8954 29.6506 28.0257 29.8823 28.1087C30.1141 28.1917 30.3606 28.2254 30.6062 28.2078C31.0491 28.2183 31.4866 28.1077 31.8713 27.8878V27.8878C31.8713 27.8878 31.7522 27.5455 31.6555 27.285' fill='%23F63501'/%3E%3Cpath d='M27.69 10.9212L26.3579 9.63377C26.2238 9.51614 26.1271 9.36191 26.0795 9.19004C26.0319 9.01817 26.0355 8.83614 26.09 8.66632C26.1383 8.50651 26.2284 8.36251 26.351 8.24917C26.4736 8.13584 26.6242 8.05729 26.7873 8.02163C26.9504 7.98598 27.12 7.99452 27.2787 8.04636C27.4374 8.09821 27.5794 8.19148 27.69 8.31655C28.5607 9.16493 29.4165 10.0356 30.2798 10.8989C30.3988 11.0254 30.5328 11.1445 30.6519 11.2784C30.7413 11.3633 30.8125 11.4654 30.8611 11.5786C30.9098 11.6919 30.9349 11.8138 30.9349 11.937C30.9349 12.0603 30.9098 12.1822 30.8611 12.2955C30.8125 12.4087 30.7413 12.5108 30.6519 12.5956C29.6547 13.6152 28.6426 14.6273 27.6305 15.6245C27.5543 15.7411 27.4531 15.8392 27.3343 15.9118C27.2155 15.9844 27.082 16.0296 26.9435 16.0442C26.805 16.0588 26.6651 16.0423 26.5337 15.996C26.4024 15.9497 26.283 15.8748 26.1843 15.7766C26.0856 15.6784 26.0099 15.5595 25.9629 15.4284C25.9158 15.2974 25.8986 15.1575 25.9124 15.0189C25.9261 14.8804 25.9706 14.7466 26.0425 14.6274C26.1144 14.5082 26.212 14.4064 26.3281 14.3296C26.6928 13.9426 27.0723 13.5854 27.4519 13.1984L27.6602 12.9752C27.6602 12.9752 27.6156 12.9231 27.6007 12.9231C26.1123 12.9231 24.5793 12.8636 23.076 12.9752C21.3863 13.0641 19.7437 13.5632 18.2902 14.4294C16.8367 15.2955 15.616 16.5026 14.7336 17.9464C13.5888 19.6201 12.9401 21.5833 12.8624 23.6096C12.7847 25.6359 13.2812 27.643 14.2946 29.3995C14.3754 29.5083 14.4327 29.6328 14.4627 29.765C14.4927 29.8972 14.4948 30.0342 14.4689 30.1672C14.443 30.3003 14.3896 30.4265 14.3122 30.5377C14.2348 30.649 14.135 30.7429 14.0192 30.8134C13.9104 30.8756 13.7901 30.9152 13.6655 30.9297C13.541 30.9443 13.4148 30.9335 13.2946 30.8981C13.1743 30.8626 13.0625 30.8032 12.9658 30.7235C12.8691 30.6437 12.7895 30.5452 12.7318 30.4339C11.8944 29.0362 11.3548 27.4806 11.1466 25.8646C10.7827 23.4762 11.0994 21.0337 12.0603 18.817C13.0212 16.6004 14.5874 14.6995 16.5792 13.3324C18.6337 11.8355 21.1071 11.0232 23.649 11.0105C24.877 11.0105 26.1049 11.0105 27.37 11.0105H27.6751L27.69 10.9212Z' fill='%23F63501'/%3E%3Cpath d='M20.2495 37.0798C20.7035 37.5263 21.1723 37.9505 21.6114 38.4119C21.7288 38.5278 21.813 38.6732 21.8552 38.8328C21.8973 38.9924 21.8959 39.1603 21.8511 39.3192C21.8062 39.478 21.7196 39.622 21.6002 39.7359C21.4808 39.8499 21.3331 39.9298 21.1723 39.9672C21.0152 40.011 20.8491 40.0113 20.6918 39.9681C20.5345 39.9248 20.3919 39.8396 20.2793 39.7216C19.2746 38.7244 18.27 37.7198 17.3025 36.7449C17.2131 36.6601 17.1419 36.5579 17.0933 36.4447C17.0446 36.3315 17.0195 36.2095 17.0195 36.0863C17.0195 35.963 17.0446 35.8411 17.0933 35.7279C17.1419 35.6146 17.2131 35.5125 17.3025 35.4277C18.2848 34.4305 19.2821 33.4332 20.2793 32.4509C20.3637 32.3519 20.4677 32.2716 20.5848 32.2151C20.702 32.1585 20.8296 32.1269 20.9595 32.1223C21.0895 32.1177 21.219 32.1402 21.3398 32.1883C21.4607 32.2365 21.5702 32.3092 21.6613 32.402C21.7525 32.4947 21.8234 32.6054 21.8695 32.727C21.9156 32.8486 21.9359 32.9785 21.9291 33.1084C21.9223 33.2383 21.8886 33.3653 21.83 33.4815C21.7715 33.5976 21.6894 33.7003 21.5891 33.783L20.4876 34.8919L20.2718 35.13C22.5044 35.13 24.737 35.4053 26.9695 34.7579C28.968 34.2262 30.7735 33.136 32.1745 31.615C33.5756 30.094 34.5142 28.2052 34.8803 26.1699C35.4425 23.5745 35.0011 20.8624 33.6449 18.5792C33.5604 18.4634 33.503 18.3301 33.4767 18.1892C33.4504 18.0483 33.4561 17.9033 33.4932 17.7648C33.5303 17.6263 33.5979 17.4979 33.6912 17.389C33.7844 17.2801 33.9008 17.1935 34.0319 17.1355C34.2502 17.0439 34.495 17.0383 34.7172 17.1198C34.9394 17.2012 35.1226 17.3636 35.2301 17.5745C36.1077 19.0363 36.6562 20.6718 36.8375 22.3671C37.3361 27.9709 35.178 32.2946 30.4152 35.2639C28.4865 36.4295 26.2683 37.0279 24.0151 36.9905H20.4653H20.3165L20.2495 37.0798Z' fill='%23F63501'/%3E%3C/svg%3E ");
}
}

.blocks-item:nth-child(3) a::before {
  content: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0H28C34.6274 0 40 5.37258 40 12V28C40 34.6274 34.6274 40 28 40H12C5.37258 40 0 34.6274 0 28V12Z' fill='%23F3E7D1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.8061 14.6544H9.32591V23.1423C9.30221 23.3676 9.32903 23.5952 9.40441 23.8088C9.47978 24.0224 9.60182 24.2164 9.76164 24.3769C9.92147 24.5373 10.1151 24.6601 10.3283 24.7364C10.5416 24.8126 10.7692 24.8403 10.9945 24.8175H18.7107C18.7986 24.811 18.8867 24.811 18.9745 24.8175C19.1119 24.8324 19.2389 24.8976 19.3311 25.0004C19.4234 25.1033 19.4744 25.2366 19.4744 25.3748C19.4744 25.5129 19.4234 25.6462 19.3311 25.7491C19.2389 25.8519 19.1119 25.9171 18.9745 25.932H10.8824C10.252 25.9407 9.63934 25.7233 9.15542 25.3192C8.6715 24.9151 8.34828 24.3511 8.24432 23.7293C8.21145 23.5111 8.19821 23.2904 8.20475 23.0698V14.4962V12.6429C8.23539 11.9853 8.51085 11.3628 8.97701 10.8979C9.44316 10.4329 10.0663 10.1591 10.7241 10.1302H29.1903C29.7241 10.0961 30.2551 10.2305 30.7084 10.5145C31.1616 10.7986 31.5142 11.2178 31.7163 11.713C31.8674 12.0608 31.9481 12.4352 31.9537 12.8144V18.506C31.9537 18.9149 31.7361 19.1655 31.3865 19.1655C31.037 19.1655 30.8193 18.9149 30.8193 18.506V14.9842L30.8061 14.6544ZM30.8061 13.5003V12.8408C30.8211 12.6239 30.789 12.4063 30.7122 12.203C30.6353 11.9996 30.5155 11.8152 30.3608 11.6625C30.2062 11.5097 30.0203 11.3921 29.8161 11.3177C29.6118 11.2434 29.3938 11.214 29.1772 11.2316H10.9153C10.6174 11.2141 10.3211 11.2865 10.0647 11.4394C9.80841 11.5922 9.60387 11.8185 9.47761 12.0889C9.31295 12.5355 9.26306 13.0163 9.33251 13.4871L30.8061 13.5003ZM32.501 23.8411C32.4997 25.0717 32.1334 26.2743 31.4483 27.2966C30.7633 28.3189 29.7904 29.1149 28.6527 29.5841C27.515 30.0532 26.2637 30.1742 25.0572 29.9319C23.8507 29.6896 22.7432 29.0948 21.8749 28.2228C21.0066 27.3508 20.4165 26.2408 20.1793 25.0332C19.9421 23.8257 20.0685 22.575 20.5424 21.4393C21.0164 20.3036 21.8166 19.3341 22.8418 18.6534C23.867 17.9727 25.0711 17.6114 26.3017 17.6154C27.1178 17.6162 27.9257 17.778 28.6791 18.0915C29.4326 18.4051 30.1169 18.8641 30.6927 19.4424C31.2685 20.0207 31.7247 20.7069 32.035 21.4617C32.3453 22.2165 32.5036 23.025 32.501 23.8411ZM26.2819 18.7629C25.2765 18.7616 24.2933 19.0584 23.4565 19.6157C22.6197 20.1731 21.9669 20.966 21.5807 21.8942C21.1944 22.8225 21.092 23.8444 21.2864 24.8308C21.4808 25.8173 21.9633 26.7239 22.6728 27.4362C23.3823 28.1485 24.2871 28.6345 25.2728 28.8327C26.2585 29.031 27.2808 28.9325 28.2105 28.5499C29.1402 28.1672 29.9357 27.5176 30.4963 26.683C31.0569 25.8484 31.3575 24.8663 31.3601 23.8609C31.3618 23.1926 31.2318 22.5305 30.9775 21.9125C30.7231 21.2945 30.3494 20.7327 29.8778 20.2592C29.4061 19.7857 28.8458 19.4099 28.2288 19.1531C27.6118 18.8964 26.9502 18.7638 26.2819 18.7629ZM11.0532 23.1222H13.2758C13.5243 23.1222 13.7721 23.1229 14.0196 23.1237H14.0198H14.0201C14.5147 23.1251 15.0083 23.1266 15.5049 23.1222C15.5821 23.1267 15.6595 23.1154 15.7321 23.0889C15.8048 23.0624 15.8713 23.0213 15.9275 22.9682C15.9837 22.9151 16.0284 22.851 16.059 22.78C16.0895 22.7089 16.1052 22.6324 16.1051 22.555C16.1061 22.4797 16.0916 22.405 16.0625 22.3356C16.0333 22.2661 15.9902 22.2035 15.9357 22.1515C15.8812 22.0995 15.8166 22.0593 15.7459 22.0334C15.6752 22.0075 15.5999 21.9965 15.5247 22.001H11.0466C10.9062 22.0024 10.7699 22.0487 10.6575 22.1329C10.5648 22.2031 10.4982 22.3022 10.4684 22.4145C10.4385 22.5269 10.447 22.646 10.4927 22.7529C10.5328 22.8673 10.6094 22.9654 10.7106 23.0321C10.8119 23.0988 10.9323 23.1305 11.0532 23.1222ZM12.1609 19.1592H13.1897C13.5986 19.1592 13.8492 19.39 13.8492 19.7396C13.8494 19.8219 13.8316 19.9034 13.7971 19.9782C13.7626 20.053 13.7122 20.1193 13.6494 20.1727C13.5866 20.226 13.513 20.2651 13.4336 20.2871C13.3542 20.3091 13.271 20.3136 13.1897 20.3001H11.0925C11.0124 20.3088 10.9314 20.3004 10.8548 20.2757C10.7782 20.251 10.7076 20.2104 10.6477 20.1566C10.5878 20.1027 10.5399 20.0369 10.5071 19.9634C10.4743 19.8898 10.4573 19.8102 10.4573 19.7297C10.4573 19.6491 10.4743 19.5695 10.5071 19.496C10.5399 19.4224 10.5878 19.3566 10.6477 19.3028C10.7076 19.249 10.7782 19.2084 10.8548 19.1836C10.9314 19.1589 11.0124 19.1506 11.0925 19.1592H12.1543H12.1609ZM27.9966 23.0163L26.2819 24.731C25.84 24.2892 25.4377 23.8737 25.0354 23.4516C24.9857 23.3878 24.9228 23.3353 24.851 23.2978C24.7793 23.2603 24.7004 23.2386 24.6195 23.2341C24.5387 23.2297 24.4579 23.2425 24.3824 23.2719C24.307 23.3013 24.2387 23.3465 24.1822 23.4044C24.1257 23.4624 24.0822 23.5317 24.0547 23.6079C24.0273 23.684 24.0164 23.7652 24.0229 23.8458C24.0293 23.9265 24.053 24.0049 24.0923 24.0757C24.1316 24.1465 24.1856 24.208 24.2506 24.2562C24.6316 24.6471 25.0163 25.0306 25.3992 25.4122C25.5266 25.5392 25.6539 25.666 25.7807 25.7929C25.8369 25.88 25.914 25.9516 26.005 26.0012C26.096 26.0508 26.198 26.0768 26.3017 26.0768C26.4054 26.0768 26.5074 26.0508 26.5984 26.0012C26.6894 25.9516 26.7665 25.88 26.8227 25.7929L28.8012 23.8143C29.1508 23.4648 29.2167 23.135 28.9595 22.8712C28.7023 22.6074 28.3594 22.6536 27.9966 23.0163Z' fill='%23805862'/%3E%3C/svg%3E ");
}

.blocks-item:nth-child(3) a:hover::before {
  content: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0H28C34.6274 0 40 5.37258 40 12V28C40 34.6274 34.6274 40 28 40H12C5.37258 40 0 34.6274 0 28V12Z' fill='%23F3E7D1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.8061 14.6544H9.32591V23.1423C9.30221 23.3676 9.32903 23.5952 9.40441 23.8088C9.47978 24.0224 9.60182 24.2164 9.76164 24.3769C9.92147 24.5373 10.1151 24.6601 10.3283 24.7364C10.5416 24.8126 10.7692 24.8403 10.9945 24.8175H18.7107C18.7986 24.811 18.8867 24.811 18.9745 24.8175C19.1119 24.8324 19.2389 24.8976 19.3311 25.0004C19.4234 25.1033 19.4744 25.2366 19.4744 25.3748C19.4744 25.5129 19.4234 25.6462 19.3311 25.7491C19.2389 25.8519 19.1119 25.9171 18.9745 25.932H10.8824C10.252 25.9407 9.63934 25.7233 9.15542 25.3192C8.6715 24.9151 8.34828 24.3511 8.24432 23.7293C8.21145 23.5111 8.19821 23.2904 8.20475 23.0698V14.4962V12.6429C8.23539 11.9853 8.51085 11.3628 8.97701 10.8979C9.44316 10.4329 10.0663 10.1591 10.7241 10.1302H29.1903C29.7241 10.0961 30.2551 10.2305 30.7084 10.5145C31.1616 10.7986 31.5142 11.2178 31.7163 11.713C31.8674 12.0608 31.9481 12.4352 31.9537 12.8144V18.506C31.9537 18.9149 31.7361 19.1655 31.3865 19.1655C31.037 19.1655 30.8193 18.9149 30.8193 18.506V14.9842L30.8061 14.6544ZM30.8061 13.5003V12.8408C30.8211 12.6239 30.789 12.4063 30.7122 12.203C30.6353 11.9996 30.5155 11.8152 30.3608 11.6625C30.2062 11.5097 30.0203 11.3921 29.8161 11.3177C29.6118 11.2434 29.3938 11.214 29.1772 11.2316H10.9153C10.6174 11.2141 10.3211 11.2865 10.0647 11.4394C9.80841 11.5922 9.60387 11.8185 9.47761 12.0889C9.31295 12.5355 9.26306 13.0163 9.33251 13.4871L30.8061 13.5003ZM32.501 23.8411C32.4997 25.0717 32.1334 26.2743 31.4483 27.2966C30.7633 28.3189 29.7904 29.1149 28.6527 29.5841C27.515 30.0532 26.2637 30.1742 25.0572 29.9319C23.8507 29.6896 22.7432 29.0948 21.8749 28.2228C21.0066 27.3508 20.4165 26.2408 20.1793 25.0332C19.9421 23.8257 20.0685 22.575 20.5424 21.4393C21.0164 20.3036 21.8166 19.3341 22.8418 18.6534C23.867 17.9727 25.0711 17.6114 26.3017 17.6154C27.1178 17.6162 27.9257 17.778 28.6791 18.0915C29.4326 18.4051 30.1169 18.8641 30.6927 19.4424C31.2685 20.0207 31.7247 20.7069 32.035 21.4617C32.3453 22.2165 32.5036 23.025 32.501 23.8411ZM26.2819 18.7629C25.2765 18.7616 24.2933 19.0584 23.4565 19.6157C22.6197 20.1731 21.9669 20.966 21.5807 21.8942C21.1944 22.8225 21.092 23.8444 21.2864 24.8308C21.4808 25.8173 21.9633 26.7239 22.6728 27.4362C23.3823 28.1485 24.2871 28.6345 25.2728 28.8327C26.2585 29.031 27.2808 28.9325 28.2105 28.5499C29.1402 28.1672 29.9357 27.5176 30.4963 26.683C31.0569 25.8484 31.3575 24.8663 31.3601 23.8609C31.3618 23.1926 31.2318 22.5305 30.9775 21.9125C30.7231 21.2945 30.3494 20.7327 29.8778 20.2592C29.4061 19.7857 28.8458 19.4099 28.2288 19.1531C27.6118 18.8964 26.9502 18.7638 26.2819 18.7629ZM11.0532 23.1222H13.2758C13.5243 23.1222 13.7721 23.1229 14.0196 23.1237H14.0198H14.0201C14.5147 23.1251 15.0083 23.1266 15.5049 23.1222C15.5821 23.1267 15.6595 23.1154 15.7321 23.0889C15.8048 23.0624 15.8713 23.0213 15.9275 22.9682C15.9837 22.9151 16.0284 22.851 16.059 22.78C16.0895 22.7089 16.1052 22.6324 16.1051 22.555C16.1061 22.4797 16.0916 22.405 16.0625 22.3356C16.0333 22.2661 15.9902 22.2035 15.9357 22.1515C15.8812 22.0995 15.8166 22.0593 15.7459 22.0334C15.6752 22.0075 15.5999 21.9965 15.5247 22.001H11.0466C10.9062 22.0024 10.7699 22.0487 10.6575 22.1329C10.5648 22.2031 10.4982 22.3022 10.4684 22.4145C10.4385 22.5269 10.447 22.646 10.4927 22.7529C10.5328 22.8673 10.6094 22.9654 10.7106 23.0321C10.8119 23.0988 10.9323 23.1305 11.0532 23.1222ZM12.1609 19.1592H13.1897C13.5986 19.1592 13.8492 19.39 13.8492 19.7396C13.8494 19.8219 13.8316 19.9034 13.7971 19.9782C13.7626 20.053 13.7122 20.1193 13.6494 20.1727C13.5866 20.226 13.513 20.2651 13.4336 20.2871C13.3542 20.3091 13.271 20.3136 13.1897 20.3001H11.0925C11.0124 20.3088 10.9314 20.3004 10.8548 20.2757C10.7782 20.251 10.7076 20.2104 10.6477 20.1566C10.5878 20.1027 10.5399 20.0369 10.5071 19.9634C10.4743 19.8898 10.4573 19.8102 10.4573 19.7297C10.4573 19.6491 10.4743 19.5695 10.5071 19.496C10.5399 19.4224 10.5878 19.3566 10.6477 19.3028C10.7076 19.249 10.7782 19.2084 10.8548 19.1836C10.9314 19.1589 11.0124 19.1506 11.0925 19.1592H12.1543H12.1609ZM27.9966 23.0163L26.2819 24.731C25.84 24.2892 25.4377 23.8737 25.0354 23.4516C24.9857 23.3878 24.9228 23.3353 24.851 23.2978C24.7793 23.2603 24.7004 23.2386 24.6195 23.2341C24.5387 23.2297 24.4579 23.2425 24.3824 23.2719C24.307 23.3013 24.2387 23.3465 24.1822 23.4044C24.1257 23.4624 24.0822 23.5317 24.0547 23.6079C24.0273 23.684 24.0164 23.7652 24.0229 23.8458C24.0293 23.9265 24.053 24.0049 24.0923 24.0757C24.1316 24.1465 24.1856 24.208 24.2506 24.2562C24.6316 24.6471 25.0163 25.0306 25.3992 25.4122C25.5266 25.5392 25.6539 25.666 25.7807 25.7929C25.8369 25.88 25.914 25.9516 26.005 26.0012C26.096 26.0508 26.198 26.0768 26.3017 26.0768C26.4054 26.0768 26.5074 26.0508 26.5984 26.0012C26.6894 25.9516 26.7665 25.88 26.8227 25.7929L28.8012 23.8143C29.1508 23.4648 29.2167 23.135 28.9595 22.8712C28.7023 22.6074 28.3594 22.6536 27.9966 23.0163Z' fill='%23F63501'/%3E%3C/svg%3E ");
}

@media (min-width: 768px) {
  .blocks-item:nth-child(3) a::before {
     content: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0H36C42.6274 0 48 5.37258 48 12V36C48 42.6274 42.6274 48 36 48H12C5.37258 48 0 42.6274 0 36V12Z' fill='%23F3E7D1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M36.9674 17.5857H11.1911V27.7712C11.1627 28.0415 11.1948 28.3147 11.2853 28.5709C11.3757 28.8272 11.5222 29.0601 11.714 29.2527C11.9058 29.4452 12.1381 29.5926 12.394 29.684C12.6499 29.7755 12.923 29.8087 13.1934 29.7814H22.4529C22.5583 29.7736 22.6641 29.7736 22.7694 29.7814C22.9343 29.7993 23.0867 29.8775 23.1974 30.0009C23.3081 30.1244 23.3693 30.2843 23.3693 30.4501C23.3693 30.6159 23.3081 30.7759 23.1974 30.8993C23.0867 31.0227 22.9343 31.1009 22.7694 31.1188H13.0588C12.3024 31.1292 11.5672 30.8683 10.9865 30.3834C10.4058 29.8985 10.0179 29.2217 9.89318 28.4755C9.85374 28.2137 9.83785 27.9488 9.8457 27.6841V17.3958V15.1719C9.88246 14.3827 10.213 13.6358 10.7724 13.0778C11.3318 12.5199 12.0796 12.1913 12.8689 12.1566H35.0284C35.669 12.1157 36.3062 12.277 36.8501 12.6178C37.394 12.9587 37.817 13.4617 38.0595 14.056C38.2409 14.4734 38.3378 14.9226 38.3444 15.3777V22.2076C38.3444 22.6982 38.0833 22.999 37.6638 22.999C37.2444 22.999 36.9832 22.6982 36.9832 22.2076V17.9814L36.9674 17.5857ZM36.9674 16.2007V15.4093C36.9853 15.1491 36.9469 14.888 36.8546 14.644C36.7624 14.3999 36.6186 14.1787 36.433 13.9953C36.2474 13.812 36.0244 13.6709 35.7793 13.5817C35.5341 13.4924 35.2726 13.4572 35.0126 13.4783H13.0984C12.7409 13.4573 12.3853 13.5442 12.0777 13.7276C11.7701 13.9111 11.5246 14.1826 11.3731 14.5071C11.1755 15.043 11.1157 15.6199 11.199 16.1849L36.9674 16.2007ZM39.0013 28.6097C38.9997 30.0865 38.56 31.5295 37.738 32.7563C36.9159 33.983 35.7484 34.9383 34.3832 35.5013C33.018 36.0642 31.5165 36.2095 30.0687 35.9187C28.6209 35.6279 27.2919 34.9141 26.2499 33.8677C25.2079 32.8213 24.4998 31.4893 24.2152 30.0403C23.9306 28.5913 24.0822 27.0904 24.6509 25.7275C25.2197 24.3647 26.1799 23.2013 27.4101 22.3845C28.6404 21.5676 30.0853 21.1341 31.562 21.1388C32.5413 21.1399 33.5108 21.334 34.415 21.7102C35.3191 22.0864 36.1402 22.6373 36.8312 23.3312C37.5222 24.0252 38.0696 24.8486 38.442 25.7544C38.8143 26.6601 39.0044 27.6304 39.0013 28.6097ZM31.5382 22.5159C30.3318 22.5143 29.1519 22.8705 28.1478 23.5393C27.1437 24.2081 26.3603 25.1596 25.8968 26.2735C25.4333 27.3874 25.3104 28.6137 25.5437 29.7974C25.777 30.9811 26.3559 32.0691 27.2074 32.9239C28.0588 33.7786 29.1446 34.3618 30.3274 34.5997C31.5102 34.8375 32.7369 34.7194 33.8526 34.2603C34.9683 33.8011 35.9228 33.0215 36.5955 32.02C37.2683 31.0184 37.629 29.84 37.6321 28.6335C37.6342 27.8315 37.4782 27.037 37.173 26.2954C36.8677 25.5538 36.4193 24.8796 35.8533 24.3114C35.2874 23.7433 34.615 23.2922 33.8745 22.9841C33.1341 22.676 32.3402 22.5169 31.5382 22.5159ZM13.2639 27.747H15.9309C16.2293 27.747 16.5267 27.7479 16.8239 27.7488H16.824H16.8241H16.8242H16.8244C17.4178 27.7506 18.0101 27.7523 18.6059 27.747C18.6986 27.7524 18.7913 27.7388 18.8785 27.707C18.9657 27.6753 19.0455 27.626 19.113 27.5622C19.1804 27.4985 19.2341 27.4216 19.2708 27.3364C19.3074 27.2511 19.3263 27.1592 19.3261 27.0664C19.3274 26.9761 19.3099 26.8864 19.275 26.8031C19.24 26.7198 19.1882 26.6446 19.1228 26.5822C19.0575 26.5198 18.9799 26.4715 18.8951 26.4405C18.8102 26.4094 18.7199 26.3962 18.6297 26.4016H13.256C13.0874 26.4033 12.9239 26.4588 12.789 26.5599C12.6778 26.6441 12.5979 26.763 12.562 26.8978C12.5262 27.0326 12.5365 27.1755 12.5912 27.3038C12.6394 27.4412 12.7312 27.5589 12.8528 27.6389C12.9743 27.719 13.1187 27.757 13.2639 27.747ZM14.5931 22.9914H15.8277C16.3184 22.9914 16.6191 23.2684 16.6191 23.6879C16.6193 23.7867 16.5979 23.8844 16.5565 23.9742C16.5151 24.0639 16.4546 24.1436 16.3793 24.2076C16.304 24.2716 16.2156 24.3185 16.1203 24.3449C16.0251 24.3713 15.9252 24.3767 15.8277 24.3606H13.311C13.2149 24.3709 13.1177 24.3609 13.0258 24.3312C12.9338 24.3015 12.8491 24.2528 12.7772 24.1883C12.7053 24.1237 12.6478 24.0447 12.6085 23.9565C12.5691 23.8682 12.5488 23.7726 12.5488 23.676C12.5488 23.5794 12.5691 23.4838 12.6085 23.3956C12.6478 23.3073 12.7053 23.2283 12.7772 23.1637C12.8491 23.0992 12.9338 23.0505 13.0258 23.0208C13.1177 22.9911 13.2149 22.9811 13.311 22.9914H14.5852H14.5931ZM33.596 27.62L31.5383 29.6776C31.0081 29.1474 30.5253 28.6488 30.0425 28.1423C29.9828 28.0657 29.9073 28.0028 29.8212 27.9578C29.7352 27.9128 29.6404 27.8867 29.5435 27.8813C29.4465 27.876 29.3495 27.8914 29.2589 27.9267C29.1684 27.9619 29.0865 28.0161 29.0187 28.0857C28.9508 28.1552 28.8987 28.2385 28.8657 28.3298C28.8327 28.4212 28.8197 28.5186 28.8274 28.6154C28.8352 28.7122 28.8636 28.8063 28.9108 28.8912C28.9579 28.9761 29.0227 29.05 29.1007 29.1078C29.558 29.5769 30.0197 30.0371 30.4791 30.4951C30.632 30.6475 30.7847 30.7997 30.9368 30.9518C31.0042 31.0564 31.0968 31.1423 31.206 31.2019C31.3152 31.2614 31.4376 31.2926 31.562 31.2926C31.6864 31.2926 31.8088 31.2614 31.9181 31.2019C32.0273 31.1423 32.1198 31.0564 32.1873 30.9518L34.5615 28.5776C34.9809 28.1581 35.0601 27.7624 34.7514 27.4459C34.4428 27.1293 34.0312 27.1847 33.596 27.62Z' fill='%23805862'/%3E%3C/svg%3E ");
  }

    
  .blocks-item:nth-child(3) a:hover::before {
    content: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0H36C42.6274 0 48 5.37258 48 12V36C48 42.6274 42.6274 48 36 48H12C5.37258 48 0 42.6274 0 36V12Z' fill='%23F3E7D1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M36.9674 17.5857H11.1911V27.7712C11.1627 28.0415 11.1948 28.3147 11.2853 28.5709C11.3757 28.8272 11.5222 29.0601 11.714 29.2527C11.9058 29.4452 12.1381 29.5926 12.394 29.684C12.6499 29.7755 12.923 29.8087 13.1934 29.7814H22.4529C22.5583 29.7736 22.6641 29.7736 22.7694 29.7814C22.9343 29.7993 23.0867 29.8775 23.1974 30.0009C23.3081 30.1244 23.3693 30.2843 23.3693 30.4501C23.3693 30.6159 23.3081 30.7759 23.1974 30.8993C23.0867 31.0227 22.9343 31.1009 22.7694 31.1188H13.0588C12.3024 31.1292 11.5672 30.8683 10.9865 30.3834C10.4058 29.8985 10.0179 29.2217 9.89318 28.4755C9.85374 28.2137 9.83785 27.9488 9.8457 27.6841V17.3958V15.1719C9.88246 14.3827 10.213 13.6358 10.7724 13.0778C11.3318 12.5199 12.0796 12.1913 12.8689 12.1566H35.0284C35.669 12.1157 36.3062 12.277 36.8501 12.6178C37.394 12.9587 37.817 13.4617 38.0595 14.056C38.2409 14.4734 38.3378 14.9226 38.3444 15.3777V22.2076C38.3444 22.6982 38.0833 22.999 37.6638 22.999C37.2444 22.999 36.9832 22.6982 36.9832 22.2076V17.9814L36.9674 17.5857ZM36.9674 16.2007V15.4093C36.9853 15.1491 36.9469 14.888 36.8546 14.644C36.7624 14.3999 36.6186 14.1787 36.433 13.9953C36.2474 13.812 36.0244 13.6709 35.7793 13.5817C35.5341 13.4924 35.2726 13.4572 35.0126 13.4783H13.0984C12.7409 13.4573 12.3853 13.5442 12.0777 13.7276C11.7701 13.9111 11.5246 14.1826 11.3731 14.5071C11.1755 15.043 11.1157 15.6199 11.199 16.1849L36.9674 16.2007ZM39.0013 28.6097C38.9997 30.0865 38.56 31.5295 37.738 32.7563C36.9159 33.983 35.7484 34.9383 34.3832 35.5013C33.018 36.0642 31.5165 36.2095 30.0687 35.9187C28.6209 35.6279 27.2919 34.9141 26.2499 33.8677C25.2079 32.8213 24.4998 31.4893 24.2152 30.0403C23.9306 28.5913 24.0822 27.0904 24.6509 25.7275C25.2197 24.3647 26.1799 23.2013 27.4101 22.3845C28.6404 21.5676 30.0853 21.1341 31.562 21.1388C32.5413 21.1399 33.5108 21.334 34.415 21.7102C35.3191 22.0864 36.1402 22.6373 36.8312 23.3312C37.5222 24.0252 38.0696 24.8486 38.442 25.7544C38.8143 26.6601 39.0044 27.6304 39.0013 28.6097ZM31.5382 22.5159C30.3318 22.5143 29.1519 22.8705 28.1478 23.5393C27.1437 24.2081 26.3603 25.1596 25.8968 26.2735C25.4333 27.3874 25.3104 28.6137 25.5437 29.7974C25.777 30.9811 26.3559 32.0691 27.2074 32.9239C28.0588 33.7786 29.1446 34.3618 30.3274 34.5997C31.5102 34.8375 32.7369 34.7194 33.8526 34.2603C34.9683 33.8011 35.9228 33.0215 36.5955 32.02C37.2683 31.0184 37.629 29.84 37.6321 28.6335C37.6342 27.8315 37.4782 27.037 37.173 26.2954C36.8677 25.5538 36.4193 24.8796 35.8533 24.3114C35.2874 23.7433 34.615 23.2922 33.8745 22.9841C33.1341 22.676 32.3402 22.5169 31.5382 22.5159ZM13.2639 27.747H15.9309C16.2293 27.747 16.5267 27.7479 16.8239 27.7488H16.824H16.8241H16.8242H16.8244C17.4178 27.7506 18.0101 27.7523 18.6059 27.747C18.6986 27.7524 18.7913 27.7388 18.8785 27.707C18.9657 27.6753 19.0455 27.626 19.113 27.5622C19.1804 27.4985 19.2341 27.4216 19.2708 27.3364C19.3074 27.2511 19.3263 27.1592 19.3261 27.0664C19.3274 26.9761 19.3099 26.8864 19.275 26.8031C19.24 26.7198 19.1882 26.6446 19.1228 26.5822C19.0575 26.5198 18.9799 26.4715 18.8951 26.4405C18.8102 26.4094 18.7199 26.3962 18.6297 26.4016H13.256C13.0874 26.4033 12.9239 26.4588 12.789 26.5599C12.6778 26.6441 12.5979 26.763 12.562 26.8978C12.5262 27.0326 12.5365 27.1755 12.5912 27.3038C12.6394 27.4412 12.7312 27.5589 12.8528 27.6389C12.9743 27.719 13.1187 27.757 13.2639 27.747ZM14.5931 22.9914H15.8277C16.3184 22.9914 16.6191 23.2684 16.6191 23.6879C16.6193 23.7867 16.5979 23.8844 16.5565 23.9742C16.5151 24.0639 16.4546 24.1436 16.3793 24.2076C16.304 24.2716 16.2156 24.3185 16.1203 24.3449C16.0251 24.3713 15.9252 24.3767 15.8277 24.3606H13.311C13.2149 24.3709 13.1177 24.3609 13.0258 24.3312C12.9338 24.3015 12.8491 24.2528 12.7772 24.1883C12.7053 24.1237 12.6478 24.0447 12.6085 23.9565C12.5691 23.8682 12.5488 23.7726 12.5488 23.676C12.5488 23.5794 12.5691 23.4838 12.6085 23.3956C12.6478 23.3073 12.7053 23.2283 12.7772 23.1637C12.8491 23.0992 12.9338 23.0505 13.0258 23.0208C13.1177 22.9911 13.2149 22.9811 13.311 22.9914H14.5852H14.5931ZM33.596 27.62L31.5383 29.6776C31.0081 29.1474 30.5253 28.6488 30.0425 28.1423C29.9828 28.0657 29.9073 28.0028 29.8212 27.9578C29.7352 27.9128 29.6404 27.8867 29.5435 27.8813C29.4465 27.876 29.3495 27.8914 29.2589 27.9267C29.1684 27.9619 29.0865 28.0161 29.0187 28.0857C28.9508 28.1552 28.8987 28.2385 28.8657 28.3298C28.8327 28.4212 28.8197 28.5186 28.8274 28.6154C28.8352 28.7122 28.8636 28.8063 28.9108 28.8912C28.9579 28.9761 29.0227 29.05 29.1007 29.1078C29.558 29.5769 30.0197 30.0371 30.4791 30.4951C30.632 30.6475 30.7847 30.7997 30.9368 30.9518C31.0042 31.0564 31.0968 31.1423 31.206 31.2019C31.3152 31.2614 31.4376 31.2926 31.562 31.2926C31.6864 31.2926 31.8088 31.2614 31.9181 31.2019C32.0273 31.1423 32.1198 31.0564 32.1873 30.9518L34.5615 28.5776C34.9809 28.1581 35.0601 27.7624 34.7514 27.4459C34.4428 27.1293 34.0312 27.1847 33.596 27.62Z' fill='%23F63501'/%3E%3C/svg%3E ");
}
}

.blocks-item:nth-child(4) a::before {
  content: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0H28C34.6274 0 40 5.37258 40 12V28C40 34.6274 34.6274 40 28 40H12C5.37258 40 0 34.6274 0 28V12Z' fill='%23F3E7D1'/%3E%3Cpath d='M23.3561 11.0055H10.2791C9.92589 11.0055 9.58712 10.8652 9.33735 10.6154C9.08758 10.3656 8.94727 10.0269 8.94727 9.67364V7.99786C8.94727 7.64463 9.08758 7.30587 9.33735 7.0561C9.58712 6.80633 9.92589 6.66602 10.2791 6.66602H23.3707C23.7233 6.66794 24.061 6.80887 24.3103 7.05823C24.5597 7.30758 24.7006 7.64523 24.7026 7.99786V9.67364C24.7016 9.8495 24.666 10.0235 24.5978 10.1856C24.5296 10.3477 24.4302 10.4948 24.3052 10.6184C24.1801 10.7421 24.0319 10.8399 23.8691 10.9064C23.7063 10.9728 23.5319 11.0065 23.3561 11.0055V11.0055ZM10.2791 7.50757C10.2141 7.5066 10.1496 7.51856 10.0892 7.54277C10.0289 7.56697 9.97399 7.60293 9.92768 7.64856C9.88138 7.69418 9.8446 7.74856 9.81951 7.80853C9.79441 7.86849 9.7815 7.93285 9.78151 7.99786V9.67364C9.7815 9.73865 9.79441 9.80301 9.81951 9.86298C9.8446 9.92294 9.88138 9.97732 9.92768 10.0229C9.97399 10.0686 10.0289 10.1045 10.0892 10.1287C10.1496 10.1529 10.2141 10.1649 10.2791 10.1639H23.3707C23.5007 10.1639 23.6254 10.1123 23.7174 10.0203C23.8093 9.92838 23.861 9.80368 23.861 9.67364V7.99786C23.861 7.86783 23.8093 7.74312 23.7174 7.65117C23.6254 7.55922 23.5007 7.50757 23.3707 7.50757H10.2791Z' fill='%23805862'/%3E%3Cpath d='M30.2874 18.9156H23.5989C23.4544 18.9147 23.3116 18.885 23.1787 18.8284C23.0459 18.7718 22.9255 18.6894 22.8248 18.5859C22.724 18.4824 22.6448 18.3599 22.5918 18.2256C22.5387 18.0912 22.5129 17.9477 22.5158 17.8033V15.6079C22.5158 15.32 22.6297 15.0438 22.8326 14.8395C23.0355 14.6352 23.311 14.5195 23.5989 14.5176H30.2874C30.5766 14.5176 30.8539 14.6325 31.0584 14.8369C31.2629 15.0414 31.3777 15.3188 31.3777 15.6079V17.8033C31.3807 17.9483 31.3546 18.0925 31.3011 18.2273C31.2476 18.3621 31.1678 18.4849 31.0662 18.5885C30.9647 18.6921 30.8435 18.7744 30.7098 18.8305C30.576 18.8867 30.4324 18.9156 30.2874 18.9156V18.9156ZM23.5989 15.4177C23.5329 15.4177 23.4696 15.4439 23.4229 15.4905C23.3763 15.5372 23.3501 15.6005 23.3501 15.6665V17.8618C23.3501 17.9278 23.3763 17.9911 23.4229 18.0378C23.4696 18.0844 23.5329 18.1106 23.5989 18.1106H30.2874C30.3534 18.1106 30.4166 18.0844 30.4633 18.0378C30.51 17.9911 30.5362 17.9278 30.5362 17.8618V15.6665C30.5362 15.6005 30.51 15.5372 30.4633 15.4905C30.4166 15.4439 30.3534 15.4177 30.2874 15.4177H23.5989Z' fill='%23805862'/%3E%3Cpath d='M23.189 25.8517H15.2931C15.0252 25.8517 14.7684 25.7453 14.579 25.5559C14.3896 25.3665 14.2832 25.1097 14.2832 24.8418V23.6563C14.2832 23.3885 14.3896 23.1317 14.579 22.9423C14.7684 22.7529 15.0252 22.6465 15.2931 22.6465H23.189C23.4543 22.6503 23.7074 22.7584 23.8936 22.9474C24.0799 23.1364 24.1842 23.391 24.1842 23.6563V24.8857C24.173 25.1434 24.0637 25.387 23.8786 25.5666C23.6936 25.7462 23.4469 25.8482 23.189 25.8517V25.8517ZM15.2931 23.4368C15.2465 23.4368 15.2018 23.4553 15.1689 23.4882C15.1359 23.5212 15.1174 23.5659 15.1174 23.6124V24.8418C15.1193 24.8871 15.1387 24.9299 15.1714 24.9613C15.2041 24.9927 15.2477 25.0102 15.2931 25.0101H23.189C23.2343 25.0102 23.2779 24.9927 23.3107 24.9613C23.3434 24.9299 23.3627 24.8871 23.3646 24.8418V23.6563C23.3646 23.6098 23.3461 23.5651 23.3132 23.5322C23.2802 23.4992 23.2356 23.4807 23.189 23.4807L15.2931 23.4368Z' fill='%23805862'/%3E%3Cpath d='M13.3599 33.3309H8.88871C8.30647 33.3309 7.74807 33.0996 7.33636 32.6879C6.92465 32.2762 6.69336 31.7178 6.69336 31.1355V16.0681C6.69448 15.6697 6.7875 15.2768 6.96519 14.9202C7.14288 14.5635 7.40044 14.2527 7.71785 14.0118L10.0669 12.219C10.1708 12.1421 10.2548 12.0417 10.3121 11.9258C10.3694 11.81 10.3982 11.6822 10.3962 11.553V10.5798C10.4097 10.4777 10.4598 10.384 10.5372 10.3162C10.6146 10.2483 10.714 10.2109 10.817 10.2109C10.9199 10.2109 11.0193 10.2483 11.0967 10.3162C11.1741 10.384 11.2242 10.4777 11.2377 10.5798V11.553C11.2369 11.8113 11.1763 12.0659 11.0608 12.297C10.9453 12.528 10.7779 12.7292 10.5718 12.8849L8.22278 14.6777C8.00932 14.8414 7.83628 15.0518 7.71701 15.2929C7.59775 15.5339 7.53545 15.7992 7.53491 16.0681V31.1136C7.5349 31.2949 7.57073 31.4744 7.64032 31.6418C7.70992 31.8091 7.81191 31.9611 7.94044 32.089C8.06896 32.2168 8.22149 32.318 8.38925 32.3867C8.55701 32.4554 8.73669 32.4903 8.91797 32.4893H13.3892C13.4912 32.5028 13.5849 32.5529 13.6527 32.6303C13.7206 32.7077 13.758 32.8072 13.758 32.9101C13.758 33.013 13.7206 33.1125 13.6527 33.1899C13.5849 33.2673 13.4912 33.3174 13.3892 33.3309H13.3599Z' fill='%23805862'/%3E%3Cpath d='M25.6477 14.3486C25.5572 14.3487 25.4693 14.3177 25.3989 14.2608L23.2914 12.6802C23.0506 12.4961 22.8555 12.2591 22.721 11.9876C22.5865 11.716 22.5162 11.4172 22.5157 11.1142V10.858C22.5147 10.8026 22.5248 10.7476 22.5453 10.6962C22.5658 10.6447 22.5964 10.5979 22.6352 10.5583C22.6741 10.5188 22.7204 10.4874 22.7715 10.466C22.8226 10.4446 22.8774 10.4336 22.9328 10.4336C23.0441 10.4355 23.1502 10.4811 23.2282 10.5605C23.3062 10.6399 23.3499 10.7467 23.3499 10.858V11.1142C23.3507 11.2883 23.3914 11.4599 23.4688 11.6159C23.5461 11.772 23.6582 11.9082 23.7963 12.0142L25.9112 13.6095C25.955 13.6426 25.9918 13.684 26.0196 13.7314C26.0473 13.7788 26.0655 13.8311 26.073 13.8855C26.0804 13.9399 26.0771 13.9952 26.0632 14.0483C26.0492 14.1014 26.0249 14.1513 25.9917 14.195C25.9508 14.2462 25.8982 14.2869 25.8384 14.3137C25.7785 14.3404 25.7132 14.3524 25.6477 14.3486Z' fill='%23805862'/%3E%3Cpath d='M30.7703 33.3319H25.3258C25.2238 33.3184 25.1301 33.2683 25.0623 33.1909C24.9944 33.1135 24.957 33.014 24.957 32.9111C24.957 32.8082 24.9944 32.7087 25.0623 32.6313C25.1301 32.5539 25.2238 32.5038 25.3258 32.4903H30.7703C31.1119 32.4903 31.4395 32.3546 31.681 32.1131C31.9226 31.8716 32.0582 31.544 32.0582 31.2024V22.5893C32.0598 22.3088 31.9982 22.0315 31.8778 21.7781C31.7574 21.5248 31.5815 21.3018 31.3631 21.1258L30.0971 20.0939C29.8632 19.8984 29.6761 19.653 29.5494 19.3756C29.4228 19.0983 29.3599 18.7962 29.3653 18.4913C29.3653 18.3807 29.4092 18.2746 29.4875 18.1964C29.5657 18.1182 29.6718 18.0742 29.7824 18.0742C29.8924 18.0761 29.9974 18.1206 30.0753 18.1985C30.1531 18.2763 30.1976 18.3813 30.1995 18.4913C30.1998 18.6747 30.2407 18.8557 30.3191 19.0214C30.3975 19.1871 30.5116 19.3335 30.6532 19.45L31.9192 20.4745C32.2356 20.7285 32.4907 21.0505 32.6655 21.4166C32.8404 21.7828 32.9304 22.1836 32.9291 22.5893V31.2024C32.9281 31.4843 32.8714 31.7631 32.7622 32.023C32.6531 32.2828 32.4935 32.5185 32.2929 32.7164C32.0922 32.9144 31.8544 33.0706 31.5931 33.1763C31.3318 33.2819 31.0521 33.3348 30.7703 33.3319V33.3319Z' fill='%23805862'/%3E%3Cpath d='M21.5426 21.8571C21.4589 21.8577 21.377 21.8321 21.3085 21.7839C21.2175 21.7216 21.1548 21.6259 21.1343 21.5175C21.1137 21.4092 21.1369 21.2971 21.1987 21.2058L21.6451 20.5399C21.9679 20.0722 22.4066 19.6965 22.9184 19.4495L23.3794 19.2373C23.5177 19.1708 23.6347 19.0671 23.7174 18.9379C23.8001 18.8087 23.8453 18.659 23.8478 18.5055C23.8612 18.4035 23.9114 18.3098 23.9888 18.242C24.0662 18.1741 24.1656 18.1367 24.2685 18.1367C24.3715 18.1367 24.4709 18.1741 24.5483 18.242C24.6257 18.3098 24.6758 18.4035 24.6893 18.5055C24.6822 18.8137 24.5894 19.1139 24.4214 19.3724C24.2534 19.6308 24.0168 19.8375 23.738 19.9691L23.277 20.1886C22.8975 20.3671 22.5738 20.6453 22.3403 20.9936L21.8866 21.6522C21.851 21.7125 21.8009 21.7628 21.7408 21.7986C21.6807 21.8344 21.6126 21.8545 21.5426 21.8571V21.8571Z' fill='%23805862'/%3E%3Cpath d='M22.0556 33.3306H16.8672C16.5816 33.3365 16.2977 33.2854 16.0321 33.1803C15.7665 33.0753 15.5244 32.9184 15.3201 32.7188C15.1157 32.5192 14.9531 32.2809 14.8419 32.0178C14.7306 31.7548 14.6728 31.4722 14.6719 31.1865V28.4423C14.6719 28.3033 14.6719 25.0176 16.3037 25.0176C16.4058 25.0311 16.4995 25.0812 16.5673 25.1586C16.6352 25.236 16.6726 25.3354 16.6726 25.4384C16.6726 25.5413 16.6352 25.6407 16.5673 25.7181C16.4995 25.7955 16.4058 25.8456 16.3037 25.8591C15.8647 25.8591 15.5061 27.2715 15.5061 28.4423V31.1865C15.507 31.3623 15.5432 31.5361 15.6126 31.6976C15.6821 31.8591 15.7833 32.005 15.9103 32.1265C16.0373 32.2481 16.1875 32.3428 16.3519 32.4051C16.5163 32.4674 16.6916 32.496 16.8672 32.4891H22.0848C22.431 32.4891 22.763 32.3521 23.0085 32.108C23.2539 31.8639 23.3928 31.5326 23.3947 31.1865V28.4423C23.3947 27.5056 22.6629 25.8591 22.0848 25.8591C21.9828 25.8456 21.8891 25.7955 21.8213 25.7181C21.7534 25.6407 21.716 25.5413 21.716 25.4384C21.716 25.3354 21.7534 25.236 21.8213 25.1586C21.8891 25.0812 21.9828 25.0311 22.0848 25.0176C23.4167 25.0176 24.229 27.3959 24.229 28.4423V31.1865C24.229 31.4706 24.1726 31.7518 24.063 32.0138C23.9534 32.2759 23.7929 32.5136 23.5906 32.7131C23.3884 32.9126 23.1486 33.0699 22.8851 33.1759C22.6216 33.2819 22.3396 33.3345 22.0556 33.3306Z' fill='%23805862'/%3E%3Cpath d='M16.8071 22.421C16.6965 22.421 16.5904 22.3771 16.5122 22.2988C16.4339 22.2206 16.39 22.1145 16.39 22.0039V18.9158H7.08172C6.97967 18.9023 6.886 18.8522 6.81815 18.7748C6.7503 18.6974 6.71289 18.5979 6.71289 18.495C6.71289 18.3921 6.7503 18.2926 6.81815 18.2152C6.886 18.1378 6.97967 18.0877 7.08172 18.0742H16.8071C16.9177 18.0742 17.0238 18.1182 17.102 18.1964C17.1803 18.2746 17.2242 18.3807 17.2242 18.4913V22.0039C17.2252 22.0589 17.2151 22.1136 17.1945 22.1647C17.1739 22.2157 17.1432 22.2621 17.1043 22.301C17.0653 22.34 17.019 22.3707 16.9679 22.3913C16.9168 22.4119 16.8622 22.422 16.8071 22.421Z' fill='%23805862'/%3E%3Cpath d='M13.618 29.3655H7.08314C6.97251 29.3655 6.86641 29.3215 6.78818 29.2433C6.70996 29.1651 6.66602 29.059 6.66602 28.9484C6.6679 28.8383 6.71245 28.7333 6.79027 28.6555C6.86809 28.5777 6.9731 28.5331 7.08314 28.5313H13.618C13.7293 28.5312 13.8361 28.5749 13.9155 28.653C13.9949 28.731 14.0405 28.8371 14.0424 28.9484C14.0424 29.0038 14.0314 29.0586 14.0099 29.1097C13.9885 29.1608 13.9571 29.2071 13.9176 29.2459C13.8781 29.2848 13.8313 29.3153 13.7798 29.3359C13.7284 29.3564 13.6733 29.3665 13.618 29.3655Z' fill='%23805862'/%3E%3Cpath d='M32.5041 30.5505H26.9425C26.8319 30.5505 26.7258 30.5066 26.6476 30.4283C26.5693 30.3501 26.5254 30.244 26.5254 30.1334V23.3937C26.5254 23.2831 26.5693 23.177 26.6476 23.0987C26.7258 23.0205 26.8319 22.9766 26.9425 22.9766H32.5041C32.6147 22.9766 32.7208 23.0205 32.799 23.0987C32.8772 23.177 32.9212 23.2831 32.9212 23.3937C32.9212 23.5043 32.8772 23.6104 32.799 23.6886C32.7208 23.7668 32.6147 23.8108 32.5041 23.8108H27.3816V29.7163H32.5041C32.6147 29.7163 32.7208 29.7602 32.799 29.8384C32.8772 29.9167 32.9212 30.0228 32.9212 30.1334C32.9212 30.244 32.8772 30.3501 32.799 30.4283C32.7208 30.5066 32.6147 30.5505 32.5041 30.5505V30.5505Z' fill='%23805862'/%3E%3C/svg%3E ");
  line-height: 0;
}

.blocks-item:nth-child(4) a:hover::before {
  content: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0H28C34.6274 0 40 5.37258 40 12V28C40 34.6274 34.6274 40 28 40H12C5.37258 40 0 34.6274 0 28V12Z' fill='%23F3E7D1'/%3E%3Cpath d='M23.3561 11.0055H10.2791C9.92589 11.0055 9.58712 10.8652 9.33735 10.6154C9.08758 10.3656 8.94727 10.0269 8.94727 9.67364V7.99786C8.94727 7.64463 9.08758 7.30587 9.33735 7.0561C9.58712 6.80633 9.92589 6.66602 10.2791 6.66602H23.3707C23.7233 6.66794 24.061 6.80887 24.3103 7.05823C24.5597 7.30758 24.7006 7.64523 24.7026 7.99786V9.67364C24.7016 9.8495 24.666 10.0235 24.5978 10.1856C24.5296 10.3477 24.4302 10.4948 24.3052 10.6184C24.1801 10.7421 24.0319 10.8399 23.8691 10.9064C23.7063 10.9728 23.5319 11.0065 23.3561 11.0055V11.0055ZM10.2791 7.50757C10.2141 7.5066 10.1496 7.51856 10.0892 7.54277C10.0289 7.56697 9.97399 7.60293 9.92768 7.64856C9.88138 7.69418 9.8446 7.74856 9.81951 7.80853C9.79441 7.86849 9.7815 7.93285 9.78151 7.99786V9.67364C9.7815 9.73865 9.79441 9.80301 9.81951 9.86298C9.8446 9.92294 9.88138 9.97732 9.92768 10.0229C9.97399 10.0686 10.0289 10.1045 10.0892 10.1287C10.1496 10.1529 10.2141 10.1649 10.2791 10.1639H23.3707C23.5007 10.1639 23.6254 10.1123 23.7174 10.0203C23.8093 9.92838 23.861 9.80368 23.861 9.67364V7.99786C23.861 7.86783 23.8093 7.74312 23.7174 7.65117C23.6254 7.55922 23.5007 7.50757 23.3707 7.50757H10.2791Z' fill='%23F63501'/%3E%3Cpath d='M30.2874 18.9156H23.5989C23.4544 18.9147 23.3116 18.885 23.1787 18.8284C23.0459 18.7718 22.9255 18.6894 22.8248 18.5859C22.724 18.4824 22.6448 18.3599 22.5918 18.2256C22.5387 18.0912 22.5129 17.9477 22.5158 17.8033V15.6079C22.5158 15.32 22.6297 15.0438 22.8326 14.8395C23.0355 14.6352 23.311 14.5195 23.5989 14.5176H30.2874C30.5766 14.5176 30.8539 14.6325 31.0584 14.8369C31.2629 15.0414 31.3777 15.3188 31.3777 15.6079V17.8033C31.3807 17.9483 31.3546 18.0925 31.3011 18.2273C31.2476 18.3621 31.1678 18.4849 31.0662 18.5885C30.9647 18.6921 30.8435 18.7744 30.7098 18.8305C30.576 18.8867 30.4324 18.9156 30.2874 18.9156V18.9156ZM23.5989 15.4177C23.5329 15.4177 23.4696 15.4439 23.4229 15.4905C23.3763 15.5372 23.3501 15.6005 23.3501 15.6665V17.8618C23.3501 17.9278 23.3763 17.9911 23.4229 18.0378C23.4696 18.0844 23.5329 18.1106 23.5989 18.1106H30.2874C30.3534 18.1106 30.4166 18.0844 30.4633 18.0378C30.51 17.9911 30.5362 17.9278 30.5362 17.8618V15.6665C30.5362 15.6005 30.51 15.5372 30.4633 15.4905C30.4166 15.4439 30.3534 15.4177 30.2874 15.4177H23.5989Z' fill='%23F63501'/%3E%3Cpath d='M23.189 25.8517H15.2931C15.0252 25.8517 14.7684 25.7453 14.579 25.5559C14.3896 25.3665 14.2832 25.1097 14.2832 24.8418V23.6563C14.2832 23.3885 14.3896 23.1317 14.579 22.9423C14.7684 22.7529 15.0252 22.6465 15.2931 22.6465H23.189C23.4543 22.6503 23.7074 22.7584 23.8936 22.9474C24.0799 23.1364 24.1842 23.391 24.1842 23.6563V24.8857C24.173 25.1434 24.0637 25.387 23.8786 25.5666C23.6936 25.7462 23.4469 25.8482 23.189 25.8517V25.8517ZM15.2931 23.4368C15.2465 23.4368 15.2018 23.4553 15.1689 23.4882C15.1359 23.5212 15.1174 23.5659 15.1174 23.6124V24.8418C15.1193 24.8871 15.1387 24.9299 15.1714 24.9613C15.2041 24.9927 15.2477 25.0102 15.2931 25.0101H23.189C23.2343 25.0102 23.2779 24.9927 23.3107 24.9613C23.3434 24.9299 23.3627 24.8871 23.3646 24.8418V23.6563C23.3646 23.6098 23.3461 23.5651 23.3132 23.5322C23.2802 23.4992 23.2356 23.4807 23.189 23.4807L15.2931 23.4368Z' fill='%23F63501'/%3E%3Cpath d='M13.3599 33.3309H8.88871C8.30647 33.3309 7.74807 33.0996 7.33636 32.6879C6.92465 32.2762 6.69336 31.7178 6.69336 31.1355V16.0681C6.69448 15.6697 6.7875 15.2768 6.96519 14.9202C7.14288 14.5635 7.40044 14.2527 7.71785 14.0118L10.0669 12.219C10.1708 12.1421 10.2548 12.0417 10.3121 11.9258C10.3694 11.81 10.3982 11.6822 10.3962 11.553V10.5798C10.4097 10.4777 10.4598 10.384 10.5372 10.3162C10.6146 10.2483 10.714 10.2109 10.817 10.2109C10.9199 10.2109 11.0193 10.2483 11.0967 10.3162C11.1741 10.384 11.2242 10.4777 11.2377 10.5798V11.553C11.2369 11.8113 11.1763 12.0659 11.0608 12.297C10.9453 12.528 10.7779 12.7292 10.5718 12.8849L8.22278 14.6777C8.00932 14.8414 7.83628 15.0518 7.71701 15.2929C7.59775 15.5339 7.53545 15.7992 7.53491 16.0681V31.1136C7.5349 31.2949 7.57073 31.4744 7.64032 31.6418C7.70992 31.8091 7.81191 31.9611 7.94044 32.089C8.06896 32.2168 8.22149 32.318 8.38925 32.3867C8.55701 32.4554 8.73669 32.4903 8.91797 32.4893H13.3892C13.4912 32.5028 13.5849 32.5529 13.6527 32.6303C13.7206 32.7077 13.758 32.8072 13.758 32.9101C13.758 33.013 13.7206 33.1125 13.6527 33.1899C13.5849 33.2673 13.4912 33.3174 13.3892 33.3309H13.3599Z' fill='%23F63501'/%3E%3Cpath d='M25.6477 14.3486C25.5572 14.3487 25.4693 14.3177 25.3989 14.2608L23.2914 12.6802C23.0506 12.4961 22.8555 12.2591 22.721 11.9876C22.5865 11.716 22.5162 11.4172 22.5157 11.1142V10.858C22.5147 10.8026 22.5248 10.7476 22.5453 10.6962C22.5658 10.6447 22.5964 10.5979 22.6352 10.5583C22.6741 10.5188 22.7204 10.4874 22.7715 10.466C22.8226 10.4446 22.8774 10.4336 22.9328 10.4336C23.0441 10.4355 23.1502 10.4811 23.2282 10.5605C23.3062 10.6399 23.3499 10.7467 23.3499 10.858V11.1142C23.3507 11.2883 23.3914 11.4599 23.4688 11.6159C23.5461 11.772 23.6582 11.9082 23.7963 12.0142L25.9112 13.6095C25.955 13.6426 25.9918 13.684 26.0196 13.7314C26.0473 13.7788 26.0655 13.8311 26.073 13.8855C26.0804 13.9399 26.0771 13.9952 26.0632 14.0483C26.0492 14.1014 26.0249 14.1513 25.9917 14.195C25.9508 14.2462 25.8982 14.2869 25.8384 14.3137C25.7785 14.3404 25.7132 14.3524 25.6477 14.3486Z' fill='%23F63501'/%3E%3Cpath d='M30.7703 33.3319H25.3258C25.2238 33.3184 25.1301 33.2683 25.0623 33.1909C24.9944 33.1135 24.957 33.014 24.957 32.9111C24.957 32.8082 24.9944 32.7087 25.0623 32.6313C25.1301 32.5539 25.2238 32.5038 25.3258 32.4903H30.7703C31.1119 32.4903 31.4395 32.3546 31.681 32.1131C31.9226 31.8716 32.0582 31.544 32.0582 31.2024V22.5893C32.0598 22.3088 31.9982 22.0315 31.8778 21.7781C31.7574 21.5248 31.5815 21.3018 31.3631 21.1258L30.0971 20.0939C29.8632 19.8984 29.6761 19.653 29.5494 19.3756C29.4228 19.0983 29.3599 18.7962 29.3653 18.4913C29.3653 18.3807 29.4092 18.2746 29.4875 18.1964C29.5657 18.1182 29.6718 18.0742 29.7824 18.0742C29.8924 18.0761 29.9974 18.1206 30.0753 18.1985C30.1531 18.2763 30.1976 18.3813 30.1995 18.4913C30.1998 18.6747 30.2407 18.8557 30.3191 19.0214C30.3975 19.1871 30.5116 19.3335 30.6532 19.45L31.9192 20.4745C32.2356 20.7285 32.4907 21.0505 32.6655 21.4166C32.8404 21.7828 32.9304 22.1836 32.9291 22.5893V31.2024C32.9281 31.4843 32.8714 31.7631 32.7622 32.023C32.6531 32.2828 32.4935 32.5185 32.2929 32.7164C32.0922 32.9144 31.8544 33.0706 31.5931 33.1763C31.3318 33.2819 31.0521 33.3348 30.7703 33.3319V33.3319Z' fill='%23F63501'/%3E%3Cpath d='M21.5426 21.8571C21.4589 21.8577 21.377 21.8321 21.3085 21.7839C21.2175 21.7216 21.1548 21.6259 21.1343 21.5175C21.1137 21.4092 21.1369 21.2971 21.1987 21.2058L21.6451 20.5399C21.9679 20.0722 22.4066 19.6965 22.9184 19.4495L23.3794 19.2373C23.5177 19.1708 23.6347 19.0671 23.7174 18.9379C23.8001 18.8087 23.8453 18.659 23.8478 18.5055C23.8612 18.4035 23.9114 18.3098 23.9888 18.242C24.0662 18.1741 24.1656 18.1367 24.2685 18.1367C24.3715 18.1367 24.4709 18.1741 24.5483 18.242C24.6257 18.3098 24.6758 18.4035 24.6893 18.5055C24.6822 18.8137 24.5894 19.1139 24.4214 19.3724C24.2534 19.6308 24.0168 19.8375 23.738 19.9691L23.277 20.1886C22.8975 20.3671 22.5738 20.6453 22.3403 20.9936L21.8866 21.6522C21.851 21.7125 21.8009 21.7628 21.7408 21.7986C21.6807 21.8344 21.6126 21.8545 21.5426 21.8571V21.8571Z' fill='%23F63501'/%3E%3Cpath d='M22.0556 33.3306H16.8672C16.5816 33.3365 16.2977 33.2854 16.0321 33.1803C15.7665 33.0753 15.5244 32.9184 15.3201 32.7188C15.1157 32.5192 14.9531 32.2809 14.8419 32.0178C14.7306 31.7548 14.6728 31.4722 14.6719 31.1865V28.4423C14.6719 28.3033 14.6719 25.0176 16.3037 25.0176C16.4058 25.0311 16.4995 25.0812 16.5673 25.1586C16.6352 25.236 16.6726 25.3354 16.6726 25.4384C16.6726 25.5413 16.6352 25.6407 16.5673 25.7181C16.4995 25.7955 16.4058 25.8456 16.3037 25.8591C15.8647 25.8591 15.5061 27.2715 15.5061 28.4423V31.1865C15.507 31.3623 15.5432 31.5361 15.6126 31.6976C15.6821 31.8591 15.7833 32.005 15.9103 32.1265C16.0373 32.2481 16.1875 32.3428 16.3519 32.4051C16.5163 32.4674 16.6916 32.496 16.8672 32.4891H22.0848C22.431 32.4891 22.763 32.3521 23.0085 32.108C23.2539 31.8639 23.3928 31.5326 23.3947 31.1865V28.4423C23.3947 27.5056 22.6629 25.8591 22.0848 25.8591C21.9828 25.8456 21.8891 25.7955 21.8213 25.7181C21.7534 25.6407 21.716 25.5413 21.716 25.4384C21.716 25.3354 21.7534 25.236 21.8213 25.1586C21.8891 25.0812 21.9828 25.0311 22.0848 25.0176C23.4167 25.0176 24.229 27.3959 24.229 28.4423V31.1865C24.229 31.4706 24.1726 31.7518 24.063 32.0138C23.9534 32.2759 23.7929 32.5136 23.5906 32.7131C23.3884 32.9126 23.1486 33.0699 22.8851 33.1759C22.6216 33.2819 22.3396 33.3345 22.0556 33.3306Z' fill='%23F63501'/%3E%3Cpath d='M16.8071 22.421C16.6965 22.421 16.5904 22.3771 16.5122 22.2988C16.4339 22.2206 16.39 22.1145 16.39 22.0039V18.9158H7.08172C6.97967 18.9023 6.886 18.8522 6.81815 18.7748C6.7503 18.6974 6.71289 18.5979 6.71289 18.495C6.71289 18.3921 6.7503 18.2926 6.81815 18.2152C6.886 18.1378 6.97967 18.0877 7.08172 18.0742H16.8071C16.9177 18.0742 17.0238 18.1182 17.102 18.1964C17.1803 18.2746 17.2242 18.3807 17.2242 18.4913V22.0039C17.2252 22.0589 17.2151 22.1136 17.1945 22.1647C17.1739 22.2157 17.1432 22.2621 17.1043 22.301C17.0653 22.34 17.019 22.3707 16.9679 22.3913C16.9168 22.4119 16.8622 22.422 16.8071 22.421Z' fill='%23F63501'/%3E%3Cpath d='M13.618 29.3655H7.08314C6.97251 29.3655 6.86641 29.3215 6.78818 29.2433C6.70996 29.1651 6.66602 29.059 6.66602 28.9484C6.6679 28.8383 6.71245 28.7333 6.79027 28.6555C6.86809 28.5777 6.9731 28.5331 7.08314 28.5313H13.618C13.7293 28.5312 13.8361 28.5749 13.9155 28.653C13.9949 28.731 14.0405 28.8371 14.0424 28.9484C14.0424 29.0038 14.0314 29.0586 14.0099 29.1097C13.9885 29.1608 13.9571 29.2071 13.9176 29.2459C13.8781 29.2848 13.8313 29.3153 13.7798 29.3359C13.7284 29.3564 13.6733 29.3665 13.618 29.3655Z' fill='%23F63501'/%3E%3Cpath d='M32.5041 30.5505H26.9425C26.8319 30.5505 26.7258 30.5066 26.6476 30.4283C26.5693 30.3501 26.5254 30.244 26.5254 30.1334V23.3937C26.5254 23.2831 26.5693 23.177 26.6476 23.0987C26.7258 23.0205 26.8319 22.9766 26.9425 22.9766H32.5041C32.6147 22.9766 32.7208 23.0205 32.799 23.0987C32.8772 23.177 32.9212 23.2831 32.9212 23.3937C32.9212 23.5043 32.8772 23.6104 32.799 23.6886C32.7208 23.7668 32.6147 23.8108 32.5041 23.8108H27.3816V29.7163H32.5041C32.6147 29.7163 32.7208 29.7602 32.799 29.8384C32.8772 29.9167 32.9212 30.0228 32.9212 30.1334C32.9212 30.244 32.8772 30.3501 32.799 30.4283C32.7208 30.5066 32.6147 30.5505 32.5041 30.5505V30.5505Z' fill='%23F63501'/%3E%3C/svg%3E ");
}

@media (min-width: 768px) {
  .blocks-item:nth-child(4) a::before {
     content: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0H36C42.6274 0 48 5.37258 48 12V36C48 42.6274 42.6274 48 36 48H12C5.37258 48 0 42.6274 0 36V12Z' fill='%23F3E7D1'/%3E%3Cpath d='M28.0288 13.2074H12.3365C11.9126 13.2074 11.5061 13.039 11.2064 12.7393C10.9067 12.4395 10.7383 12.033 10.7383 11.6092V9.59821C10.7383 9.17434 10.9067 8.76783 11.2064 8.46811C11.5061 8.16838 11.9126 8 12.3365 8H28.0464C28.4696 8.00231 28.8747 8.17143 29.174 8.47065C29.4732 8.76988 29.6423 9.17505 29.6446 9.59821V11.6092C29.6435 11.8202 29.6008 12.0289 29.5189 12.2235C29.4371 12.418 29.3178 12.5945 29.1677 12.7429C29.0177 12.8913 28.8399 13.0087 28.6445 13.0884C28.4491 13.1681 28.2399 13.2085 28.0288 13.2074V13.2074ZM12.3365 9.00986C12.2585 9.0087 12.181 9.02305 12.1086 9.0521C12.0362 9.08115 11.9704 9.1243 11.9148 9.17905C11.8592 9.2338 11.8151 9.29905 11.785 9.37101C11.7549 9.44297 11.7394 9.52021 11.7394 9.59821V11.6092C11.7394 11.6872 11.7549 11.7644 11.785 11.8364C11.8151 11.9083 11.8592 11.9736 11.9148 12.0283C11.9704 12.0831 12.0362 12.1262 12.1086 12.1553C12.181 12.1843 12.2585 12.1987 12.3365 12.1975H28.0464C28.2024 12.1975 28.3521 12.1355 28.4624 12.0252C28.5728 11.9148 28.6348 11.7652 28.6348 11.6092V9.59821C28.6348 9.44217 28.5728 9.29252 28.4624 9.18218C28.3521 9.07185 28.2024 9.00986 28.0464 9.00986H12.3365Z' fill='%23805862'/%3E%3Cpath d='M36.3437 22.6995H28.3175C28.1442 22.6984 27.9728 22.6628 27.8133 22.5949C27.6539 22.527 27.5095 22.4281 27.3886 22.3039C27.2676 22.1797 27.1726 22.0327 27.109 21.8715C27.0453 21.7103 27.0144 21.538 27.0178 21.3647V18.7303C27.0178 18.3848 27.1545 18.0533 27.398 17.8082C27.6414 17.5631 27.972 17.4242 28.3175 17.4219H36.3437C36.6907 17.4219 37.0235 17.5597 37.2689 17.8051C37.5143 18.0505 37.6521 18.3833 37.6521 18.7303V21.3647C37.6556 21.5387 37.6244 21.7117 37.5602 21.8735C37.496 22.0353 37.4002 22.1827 37.2783 22.307C37.1565 22.4313 37.011 22.53 36.8506 22.5974C36.6901 22.6648 36.5177 22.6995 36.3437 22.6995V22.6995ZM28.3175 18.502C28.2383 18.502 28.1624 18.5334 28.1064 18.5894C28.0504 18.6454 28.0189 18.7214 28.0189 18.8006V21.435C28.0189 21.5142 28.0504 21.5901 28.1064 21.6461C28.1624 21.7021 28.2383 21.7335 28.3175 21.7335H36.3437C36.4229 21.7335 36.4988 21.7021 36.5548 21.6461C36.6108 21.5901 36.6422 21.5142 36.6422 21.435V18.8006C36.6422 18.7214 36.6108 18.6454 36.5548 18.5894C36.4988 18.5334 36.4229 18.502 36.3437 18.502H28.3175Z' fill='%23805862'/%3E%3Cpath d='M27.8276 31.024H18.3525C18.0311 31.024 17.7228 30.8963 17.4956 30.669C17.2683 30.4418 17.1406 30.1335 17.1406 29.8122V28.3896C17.1406 28.0682 17.2683 27.7599 17.4956 27.5327C17.7228 27.3054 18.0311 27.1777 18.3525 27.1777H27.8276C28.1459 27.1823 28.4497 27.3121 28.6731 27.5388C28.8966 27.7656 29.0219 28.0712 29.0218 28.3896V29.8648C29.0084 30.174 28.8772 30.4663 28.6552 30.6818C28.4331 30.8974 28.137 31.0198 27.8276 31.024V31.024ZM18.3525 28.1261C18.2966 28.1261 18.243 28.1483 18.2034 28.1879C18.1639 28.2274 18.1417 28.281 18.1417 28.3369V29.8122C18.144 29.8665 18.1672 29.9179 18.2064 29.9555C18.2457 29.9932 18.2981 30.0142 18.3525 30.0141H27.8276C27.882 30.0142 27.9343 29.9932 27.9736 29.9555C28.0129 29.9179 28.0361 29.8665 28.0383 29.8122V28.3896C28.0383 28.3337 28.0161 28.2801 27.9766 28.2405C27.9371 28.201 27.8835 28.1788 27.8276 28.1788L18.3525 28.1261Z' fill='%23805862'/%3E%3Cpath d='M16.0331 39.9978H10.6676C9.96893 39.9978 9.29885 39.7203 8.8048 39.2262C8.31076 38.7322 8.0332 38.0621 8.0332 37.3634V19.2825C8.03455 18.8044 8.14617 18.333 8.3594 17.905C8.57262 17.477 8.8817 17.104 9.26259 16.815L12.0814 14.6635C12.2061 14.5714 12.307 14.4508 12.3757 14.3118C12.4444 14.1728 12.479 14.0194 12.4766 13.8644V12.6965C12.4928 12.574 12.5529 12.4616 12.6458 12.3802C12.7387 12.2988 12.858 12.2539 12.9815 12.2539C13.105 12.2539 13.2243 12.2988 13.3172 12.3802C13.4101 12.4616 13.4703 12.574 13.4864 12.6965V13.8644C13.4854 14.1744 13.4128 14.4799 13.2742 14.7572C13.1355 15.0344 12.9347 15.2758 12.6873 15.4626L9.86851 17.6141C9.61235 17.8104 9.4047 18.063 9.26159 18.3522C9.11847 18.6415 9.04371 18.9598 9.04306 19.2825V37.3371C9.04305 37.5546 9.08605 37.77 9.16956 37.9709C9.25308 38.1718 9.37546 38.3541 9.5297 38.5076C9.68393 38.661 9.86696 38.7824 10.0683 38.8648C10.2696 38.9473 10.4852 38.9891 10.7027 38.988H16.0682C16.1906 39.0042 16.303 39.0643 16.3845 39.1572C16.4659 39.2501 16.5108 39.3694 16.5108 39.4929C16.5108 39.6164 16.4659 39.7357 16.3845 39.8286C16.303 39.9215 16.1906 39.9817 16.0682 39.9978H16.0331Z' fill='%23805862'/%3E%3Cpath d='M30.778 17.2195C30.6694 17.2196 30.564 17.1824 30.4795 17.1142L27.9504 15.2174C27.6616 14.9965 27.4274 14.7121 27.266 14.3863C27.1045 14.0604 27.0203 13.7018 27.0196 13.3382V13.0308C27.0184 12.9643 27.0305 12.8983 27.0552 12.8366C27.0798 12.7748 27.1165 12.7186 27.1631 12.6712C27.2097 12.6238 27.2652 12.5861 27.3265 12.5604C27.3879 12.5347 27.4537 12.5215 27.5201 12.5215C27.6537 12.5238 27.781 12.5785 27.8746 12.6737C27.9683 12.769 28.0207 12.8972 28.0207 13.0308V13.3382C28.0217 13.5471 28.0705 13.7531 28.1633 13.9403C28.2562 14.1275 28.3906 14.291 28.5564 14.4183L31.0942 16.3326C31.1467 16.3723 31.1909 16.422 31.2243 16.4789C31.2576 16.5357 31.2794 16.5985 31.2883 16.6638C31.2973 16.7291 31.2933 16.7955 31.2766 16.8592C31.2598 16.9229 31.2307 16.9827 31.1908 17.0351C31.1417 17.0966 31.0787 17.1455 31.0068 17.1776C30.935 17.2096 30.8566 17.224 30.778 17.2195Z' fill='%23805862'/%3E%3Cpath d='M36.9252 39.9987H30.3918C30.2693 39.9825 30.1569 39.9223 30.0755 39.8294C29.9941 39.7366 29.9492 39.6172 29.9492 39.4937C29.9492 39.3702 29.9941 39.2509 30.0755 39.158C30.1569 39.0651 30.2693 39.005 30.3918 38.9888H36.9252C37.3351 38.9888 37.7282 38.826 38.018 38.5361C38.3079 38.2463 38.4707 37.8532 38.4707 37.4433V27.1076C38.4726 26.771 38.3986 26.4382 38.2541 26.1342C38.1097 25.8301 37.8986 25.5625 37.6364 25.3513L36.1173 24.1131C35.8366 23.8785 35.612 23.5839 35.4601 23.2511C35.3081 22.9184 35.2326 22.5558 35.2391 22.19C35.2391 22.0572 35.2919 21.9299 35.3857 21.8361C35.4796 21.7422 35.6069 21.6895 35.7397 21.6895C35.8717 21.6917 35.9977 21.7452 36.0911 21.8386C36.1845 21.9319 36.238 22.0579 36.2402 22.19C36.2406 22.41 36.2896 22.6272 36.3837 22.8261C36.4778 23.025 36.6147 23.2006 36.7847 23.3404L38.3038 24.5697C38.6835 24.8745 38.9896 25.261 39.1994 25.7003C39.4092 26.1397 39.5173 26.6207 39.5157 27.1076V37.4433C39.5145 37.7815 39.4465 38.1161 39.3155 38.428C39.1844 38.7398 38.993 39.0226 38.7522 39.2601C38.5115 39.4976 38.2261 39.6852 37.9125 39.8119C37.5989 39.9387 37.2634 40.0021 36.9252 39.9987V39.9987Z' fill='%23805862'/%3E%3Cpath d='M25.8523 26.2301C25.7518 26.2308 25.6536 26.2001 25.5713 26.1423C25.4622 26.0675 25.387 25.9526 25.3623 25.8226C25.3376 25.6926 25.3654 25.5581 25.4396 25.4485L25.9753 24.6494C26.3626 24.0882 26.8891 23.6374 27.5033 23.341L28.0565 23.0864C28.2224 23.0065 28.3628 22.8821 28.4621 22.727C28.5613 22.572 28.6155 22.3923 28.6185 22.2082C28.6347 22.0858 28.6948 21.9734 28.7877 21.8919C28.8806 21.8105 28.9999 21.7656 29.1234 21.7656C29.2469 21.7656 29.3662 21.8105 29.4591 21.8919C29.552 21.9734 29.6122 22.0858 29.6283 22.2082C29.6198 22.5781 29.5085 22.9382 29.3068 23.2484C29.1052 23.5586 28.8213 23.8065 28.4868 23.9645L27.9335 24.2279C27.4782 24.4421 27.0897 24.776 26.8095 25.1939L26.2651 25.9842C26.2224 26.0565 26.1623 26.1169 26.0901 26.1599C26.018 26.2029 25.9362 26.227 25.8523 26.2301V26.2301Z' fill='%23805862'/%3E%3Cpath d='M26.4659 39.9991H20.2399C19.8972 40.0061 19.5565 39.9448 19.2377 39.8187C18.919 39.6927 18.6285 39.5044 18.3833 39.2649C18.1381 39.0254 17.943 38.7394 17.8094 38.4237C17.6759 38.1081 17.6066 37.7689 17.6055 37.4262V34.1331C17.6055 33.9663 17.6055 30.0234 19.5637 30.0234C19.6862 30.0396 19.7986 30.0998 19.88 30.1926C19.9614 30.2855 20.0063 30.4048 20.0063 30.5284C20.0063 30.6519 19.9614 30.7712 19.88 30.8641C19.7986 30.957 19.6862 31.0171 19.5637 31.0333C19.0368 31.0333 18.6065 32.7281 18.6065 34.1331V37.4262C18.6076 37.6371 18.651 37.8457 18.7344 38.0395C18.8177 38.2333 18.9392 38.4083 19.0916 38.5542C19.244 38.7001 19.4242 38.8137 19.6215 38.8885C19.8188 38.9632 20.0291 38.9975 20.2399 38.9892H26.501C26.9164 38.9892 27.3149 38.8248 27.6094 38.532C27.9039 38.2391 28.0706 37.8415 28.0729 37.4262V34.1331C28.0729 33.0091 27.1948 31.0333 26.501 31.0333C26.3786 31.0171 26.2662 30.957 26.1847 30.8641C26.1033 30.7712 26.0584 30.6519 26.0584 30.5284C26.0584 30.4048 26.1033 30.2855 26.1847 30.1926C26.2662 30.0998 26.3786 30.0396 26.501 30.0234C28.0992 30.0234 29.074 32.8774 29.074 34.1331V37.4262C29.074 37.767 29.0063 38.1045 28.8748 38.419C28.7433 38.7334 28.5506 39.0186 28.308 39.258C28.0653 39.4974 27.7775 39.6862 27.4613 39.8134C27.1451 39.9406 26.8067 40.0038 26.4659 39.9991Z' fill='%23805862'/%3E%3Cpath d='M20.1697 26.9056C20.0369 26.9056 19.9096 26.8529 19.8158 26.759C19.7219 26.6651 19.6692 26.5378 19.6692 26.4051V22.6993H8.49923C8.37678 22.6831 8.26438 22.623 8.18296 22.5301C8.10154 22.4372 8.05664 22.3179 8.05664 22.1944C8.05664 22.0709 8.10154 21.9515 8.18296 21.8587C8.26438 21.7658 8.37678 21.7056 8.49923 21.6895H20.1697C20.3025 21.6895 20.4298 21.7422 20.5236 21.8361C20.6175 21.9299 20.6702 22.0572 20.6702 22.19V26.4051C20.6714 26.4711 20.6593 26.5367 20.6346 26.598C20.6098 26.6593 20.573 26.7149 20.5263 26.7616C20.4796 26.8084 20.4239 26.8452 20.3627 26.8699C20.3014 26.8947 20.2358 26.9068 20.1697 26.9056Z' fill='%23805862'/%3E%3Cpath d='M16.3423 35.2394H8.50055C8.36779 35.2394 8.24047 35.1866 8.1466 35.0928C8.05273 34.9989 8 34.8716 8 34.7388C8.00226 34.6068 8.05572 34.4808 8.14911 34.3874C8.24249 34.294 8.3685 34.2405 8.50055 34.2383H16.3423C16.4759 34.2383 16.6041 34.2907 16.6994 34.3843C16.7947 34.478 16.8493 34.6053 16.8516 34.7388C16.8517 34.8053 16.8384 34.8711 16.8127 34.9324C16.787 34.9937 16.7494 35.0493 16.7019 35.0959C16.6545 35.1425 16.5983 35.1792 16.5366 35.2038C16.4748 35.2284 16.4088 35.2405 16.3423 35.2394Z' fill='%23805862'/%3E%3Cpath d='M39.0045 36.663H32.3306C32.1979 36.663 32.0705 36.6102 31.9767 36.5164C31.8828 36.4225 31.8301 36.2952 31.8301 36.1624V28.0748C31.8301 27.942 31.8828 27.8147 31.9767 27.7208C32.0705 27.627 32.1979 27.5742 32.3306 27.5742H39.0045C39.1372 27.5742 39.2645 27.627 39.3584 27.7208C39.4523 27.8147 39.505 27.942 39.505 28.0748C39.505 28.2075 39.4523 28.3348 39.3584 28.4287C39.2645 28.5226 39.1372 28.5753 39.0045 28.5753H32.8575V35.6619H39.0045C39.1372 35.6619 39.2645 35.7146 39.3584 35.8085C39.4523 35.9024 39.505 36.0297 39.505 36.1624C39.505 36.2952 39.4523 36.4225 39.3584 36.5164C39.2645 36.6102 39.1372 36.663 39.0045 36.663V36.663Z' fill='%23805862'/%3E%3C/svg%3E ");
  }

    
  .blocks-item:nth-child(4) a:hover::before {
    content: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0H36C42.6274 0 48 5.37258 48 12V36C48 42.6274 42.6274 48 36 48H12C5.37258 48 0 42.6274 0 36V12Z' fill='%23F3E7D1'/%3E%3Cpath d='M28.0288 13.2074H12.3365C11.9126 13.2074 11.5061 13.039 11.2064 12.7393C10.9067 12.4395 10.7383 12.033 10.7383 11.6092V9.59821C10.7383 9.17434 10.9067 8.76783 11.2064 8.46811C11.5061 8.16838 11.9126 8 12.3365 8H28.0464C28.4696 8.00231 28.8747 8.17143 29.174 8.47065C29.4732 8.76988 29.6423 9.17505 29.6446 9.59821V11.6092C29.6435 11.8202 29.6008 12.0289 29.5189 12.2235C29.4371 12.418 29.3178 12.5945 29.1677 12.7429C29.0177 12.8913 28.8399 13.0087 28.6445 13.0884C28.4491 13.1681 28.2399 13.2085 28.0288 13.2074V13.2074ZM12.3365 9.00986C12.2585 9.0087 12.181 9.02305 12.1086 9.0521C12.0362 9.08115 11.9704 9.1243 11.9148 9.17905C11.8592 9.2338 11.8151 9.29905 11.785 9.37101C11.7549 9.44297 11.7394 9.52021 11.7394 9.59821V11.6092C11.7394 11.6872 11.7549 11.7644 11.785 11.8364C11.8151 11.9083 11.8592 11.9736 11.9148 12.0283C11.9704 12.0831 12.0362 12.1262 12.1086 12.1553C12.181 12.1843 12.2585 12.1987 12.3365 12.1975H28.0464C28.2024 12.1975 28.3521 12.1355 28.4624 12.0252C28.5728 11.9148 28.6348 11.7652 28.6348 11.6092V9.59821C28.6348 9.44217 28.5728 9.29252 28.4624 9.18218C28.3521 9.07185 28.2024 9.00986 28.0464 9.00986H12.3365Z' fill='%23F63501'/%3E%3Cpath d='M36.3437 22.6995H28.3175C28.1442 22.6984 27.9728 22.6628 27.8133 22.5949C27.6539 22.527 27.5095 22.4281 27.3886 22.3039C27.2676 22.1797 27.1726 22.0327 27.109 21.8715C27.0453 21.7103 27.0144 21.538 27.0178 21.3647V18.7303C27.0178 18.3848 27.1545 18.0533 27.398 17.8082C27.6414 17.5631 27.972 17.4242 28.3175 17.4219H36.3437C36.6907 17.4219 37.0235 17.5597 37.2689 17.8051C37.5143 18.0505 37.6521 18.3833 37.6521 18.7303V21.3647C37.6556 21.5387 37.6244 21.7117 37.5602 21.8735C37.496 22.0353 37.4002 22.1827 37.2783 22.307C37.1565 22.4313 37.011 22.53 36.8506 22.5974C36.6901 22.6648 36.5177 22.6995 36.3437 22.6995V22.6995ZM28.3175 18.502C28.2383 18.502 28.1624 18.5334 28.1064 18.5894C28.0504 18.6454 28.0189 18.7214 28.0189 18.8006V21.435C28.0189 21.5142 28.0504 21.5901 28.1064 21.6461C28.1624 21.7021 28.2383 21.7335 28.3175 21.7335H36.3437C36.4229 21.7335 36.4988 21.7021 36.5548 21.6461C36.6108 21.5901 36.6422 21.5142 36.6422 21.435V18.8006C36.6422 18.7214 36.6108 18.6454 36.5548 18.5894C36.4988 18.5334 36.4229 18.502 36.3437 18.502H28.3175Z' fill='%23F63501'/%3E%3Cpath d='M27.8276 31.024H18.3525C18.0311 31.024 17.7228 30.8963 17.4956 30.669C17.2683 30.4418 17.1406 30.1335 17.1406 29.8122V28.3896C17.1406 28.0682 17.2683 27.7599 17.4956 27.5327C17.7228 27.3054 18.0311 27.1777 18.3525 27.1777H27.8276C28.1459 27.1823 28.4497 27.3121 28.6731 27.5388C28.8966 27.7656 29.0219 28.0712 29.0218 28.3896V29.8648C29.0084 30.174 28.8772 30.4663 28.6552 30.6818C28.4331 30.8974 28.137 31.0198 27.8276 31.024V31.024ZM18.3525 28.1261C18.2966 28.1261 18.243 28.1483 18.2034 28.1879C18.1639 28.2274 18.1417 28.281 18.1417 28.3369V29.8122C18.144 29.8665 18.1672 29.9179 18.2064 29.9555C18.2457 29.9932 18.2981 30.0142 18.3525 30.0141H27.8276C27.882 30.0142 27.9343 29.9932 27.9736 29.9555C28.0129 29.9179 28.0361 29.8665 28.0383 29.8122V28.3896C28.0383 28.3337 28.0161 28.2801 27.9766 28.2405C27.9371 28.201 27.8835 28.1788 27.8276 28.1788L18.3525 28.1261Z' fill='%23F63501'/%3E%3Cpath d='M16.0331 39.9978H10.6676C9.96893 39.9978 9.29885 39.7203 8.8048 39.2262C8.31076 38.7322 8.0332 38.0621 8.0332 37.3634V19.2825C8.03455 18.8044 8.14617 18.333 8.3594 17.905C8.57262 17.477 8.8817 17.104 9.26259 16.815L12.0814 14.6635C12.2061 14.5714 12.307 14.4508 12.3757 14.3118C12.4444 14.1728 12.479 14.0194 12.4766 13.8644V12.6965C12.4928 12.574 12.5529 12.4616 12.6458 12.3802C12.7387 12.2988 12.858 12.2539 12.9815 12.2539C13.105 12.2539 13.2243 12.2988 13.3172 12.3802C13.4101 12.4616 13.4703 12.574 13.4864 12.6965V13.8644C13.4854 14.1744 13.4128 14.4799 13.2742 14.7572C13.1355 15.0344 12.9347 15.2758 12.6873 15.4626L9.86851 17.6141C9.61235 17.8104 9.4047 18.063 9.26159 18.3522C9.11847 18.6415 9.04371 18.9598 9.04306 19.2825V37.3371C9.04305 37.5546 9.08605 37.77 9.16956 37.9709C9.25308 38.1718 9.37546 38.3541 9.5297 38.5076C9.68393 38.661 9.86696 38.7824 10.0683 38.8648C10.2696 38.9473 10.4852 38.9891 10.7027 38.988H16.0682C16.1906 39.0042 16.303 39.0643 16.3845 39.1572C16.4659 39.2501 16.5108 39.3694 16.5108 39.4929C16.5108 39.6164 16.4659 39.7357 16.3845 39.8286C16.303 39.9215 16.1906 39.9817 16.0682 39.9978H16.0331Z' fill='%23F63501'/%3E%3Cpath d='M30.778 17.2195C30.6694 17.2196 30.564 17.1824 30.4795 17.1142L27.9504 15.2174C27.6616 14.9965 27.4274 14.7121 27.266 14.3863C27.1045 14.0604 27.0203 13.7018 27.0196 13.3382V13.0308C27.0184 12.9643 27.0305 12.8983 27.0552 12.8366C27.0798 12.7748 27.1165 12.7186 27.1631 12.6712C27.2097 12.6238 27.2652 12.5861 27.3265 12.5604C27.3879 12.5347 27.4537 12.5215 27.5201 12.5215C27.6537 12.5238 27.781 12.5785 27.8746 12.6737C27.9683 12.769 28.0207 12.8972 28.0207 13.0308V13.3382C28.0217 13.5471 28.0705 13.7531 28.1633 13.9403C28.2562 14.1275 28.3906 14.291 28.5564 14.4183L31.0942 16.3326C31.1467 16.3723 31.1909 16.422 31.2243 16.4789C31.2576 16.5357 31.2794 16.5985 31.2883 16.6638C31.2973 16.7291 31.2933 16.7955 31.2766 16.8592C31.2598 16.9229 31.2307 16.9827 31.1908 17.0351C31.1417 17.0966 31.0787 17.1455 31.0068 17.1776C30.935 17.2096 30.8566 17.224 30.778 17.2195Z' fill='%23F63501'/%3E%3Cpath d='M36.9252 39.9987H30.3918C30.2693 39.9825 30.1569 39.9223 30.0755 39.8294C29.9941 39.7366 29.9492 39.6172 29.9492 39.4937C29.9492 39.3702 29.9941 39.2509 30.0755 39.158C30.1569 39.0651 30.2693 39.005 30.3918 38.9888H36.9252C37.3351 38.9888 37.7282 38.826 38.018 38.5361C38.3079 38.2463 38.4707 37.8532 38.4707 37.4433V27.1076C38.4726 26.771 38.3986 26.4382 38.2541 26.1342C38.1097 25.8301 37.8986 25.5625 37.6364 25.3513L36.1173 24.1131C35.8366 23.8785 35.612 23.5839 35.4601 23.2511C35.3081 22.9184 35.2326 22.5558 35.2391 22.19C35.2391 22.0572 35.2919 21.9299 35.3857 21.8361C35.4796 21.7422 35.6069 21.6895 35.7397 21.6895C35.8717 21.6917 35.9977 21.7452 36.0911 21.8386C36.1845 21.9319 36.238 22.0579 36.2402 22.19C36.2406 22.41 36.2896 22.6272 36.3837 22.8261C36.4778 23.025 36.6147 23.2006 36.7847 23.3404L38.3038 24.5697C38.6835 24.8745 38.9896 25.261 39.1994 25.7003C39.4092 26.1397 39.5173 26.6207 39.5157 27.1076V37.4433C39.5145 37.7815 39.4465 38.1161 39.3155 38.428C39.1844 38.7398 38.993 39.0226 38.7522 39.2601C38.5115 39.4976 38.2261 39.6852 37.9125 39.8119C37.5989 39.9387 37.2634 40.0021 36.9252 39.9987V39.9987Z' fill='%23F63501'/%3E%3Cpath d='M25.8523 26.2301C25.7518 26.2308 25.6536 26.2001 25.5713 26.1423C25.4622 26.0675 25.387 25.9526 25.3623 25.8226C25.3376 25.6926 25.3654 25.5581 25.4396 25.4485L25.9753 24.6494C26.3626 24.0882 26.8891 23.6374 27.5033 23.341L28.0565 23.0864C28.2224 23.0065 28.3628 22.8821 28.4621 22.727C28.5613 22.572 28.6155 22.3923 28.6185 22.2082C28.6347 22.0858 28.6948 21.9734 28.7877 21.8919C28.8806 21.8105 28.9999 21.7656 29.1234 21.7656C29.2469 21.7656 29.3662 21.8105 29.4591 21.8919C29.552 21.9734 29.6122 22.0858 29.6283 22.2082C29.6198 22.5781 29.5085 22.9382 29.3068 23.2484C29.1052 23.5586 28.8213 23.8065 28.4868 23.9645L27.9335 24.2279C27.4782 24.4421 27.0897 24.776 26.8095 25.1939L26.2651 25.9842C26.2224 26.0565 26.1623 26.1169 26.0901 26.1599C26.018 26.2029 25.9362 26.227 25.8523 26.2301V26.2301Z' fill='%23F63501'/%3E%3Cpath d='M26.4659 39.9991H20.2399C19.8972 40.0061 19.5565 39.9448 19.2377 39.8187C18.919 39.6927 18.6285 39.5044 18.3833 39.2649C18.1381 39.0254 17.943 38.7394 17.8094 38.4237C17.6759 38.1081 17.6066 37.7689 17.6055 37.4262V34.1331C17.6055 33.9663 17.6055 30.0234 19.5637 30.0234C19.6862 30.0396 19.7986 30.0998 19.88 30.1926C19.9614 30.2855 20.0063 30.4048 20.0063 30.5284C20.0063 30.6519 19.9614 30.7712 19.88 30.8641C19.7986 30.957 19.6862 31.0171 19.5637 31.0333C19.0368 31.0333 18.6065 32.7281 18.6065 34.1331V37.4262C18.6076 37.6371 18.651 37.8457 18.7344 38.0395C18.8177 38.2333 18.9392 38.4083 19.0916 38.5542C19.244 38.7001 19.4242 38.8137 19.6215 38.8885C19.8188 38.9632 20.0291 38.9975 20.2399 38.9892H26.501C26.9164 38.9892 27.3149 38.8248 27.6094 38.532C27.9039 38.2391 28.0706 37.8415 28.0729 37.4262V34.1331C28.0729 33.0091 27.1948 31.0333 26.501 31.0333C26.3786 31.0171 26.2662 30.957 26.1847 30.8641C26.1033 30.7712 26.0584 30.6519 26.0584 30.5284C26.0584 30.4048 26.1033 30.2855 26.1847 30.1926C26.2662 30.0998 26.3786 30.0396 26.501 30.0234C28.0992 30.0234 29.074 32.8774 29.074 34.1331V37.4262C29.074 37.767 29.0063 38.1045 28.8748 38.419C28.7433 38.7334 28.5506 39.0186 28.308 39.258C28.0653 39.4974 27.7775 39.6862 27.4613 39.8134C27.1451 39.9406 26.8067 40.0038 26.4659 39.9991Z' fill='%23F63501'/%3E%3Cpath d='M20.1697 26.9056C20.0369 26.9056 19.9096 26.8529 19.8158 26.759C19.7219 26.6651 19.6692 26.5378 19.6692 26.4051V22.6993H8.49923C8.37678 22.6831 8.26438 22.623 8.18296 22.5301C8.10154 22.4372 8.05664 22.3179 8.05664 22.1944C8.05664 22.0709 8.10154 21.9515 8.18296 21.8587C8.26438 21.7658 8.37678 21.7056 8.49923 21.6895H20.1697C20.3025 21.6895 20.4298 21.7422 20.5236 21.8361C20.6175 21.9299 20.6702 22.0572 20.6702 22.19V26.4051C20.6714 26.4711 20.6593 26.5367 20.6346 26.598C20.6098 26.6593 20.573 26.7149 20.5263 26.7616C20.4796 26.8084 20.4239 26.8452 20.3627 26.8699C20.3014 26.8947 20.2358 26.9068 20.1697 26.9056Z' fill='%23F63501'/%3E%3Cpath d='M16.3423 35.2394H8.50055C8.36779 35.2394 8.24047 35.1866 8.1466 35.0928C8.05273 34.9989 8 34.8716 8 34.7388C8.00226 34.6068 8.05572 34.4808 8.14911 34.3874C8.24249 34.294 8.3685 34.2405 8.50055 34.2383H16.3423C16.4759 34.2383 16.6041 34.2907 16.6994 34.3843C16.7947 34.478 16.8493 34.6053 16.8516 34.7388C16.8517 34.8053 16.8384 34.8711 16.8127 34.9324C16.787 34.9937 16.7494 35.0493 16.7019 35.0959C16.6545 35.1425 16.5983 35.1792 16.5366 35.2038C16.4748 35.2284 16.4088 35.2405 16.3423 35.2394Z' fill='%23F63501'/%3E%3Cpath d='M39.0045 36.663H32.3306C32.1979 36.663 32.0705 36.6102 31.9767 36.5164C31.8828 36.4225 31.8301 36.2952 31.8301 36.1624V28.0748C31.8301 27.942 31.8828 27.8147 31.9767 27.7208C32.0705 27.627 32.1979 27.5742 32.3306 27.5742H39.0045C39.1372 27.5742 39.2645 27.627 39.3584 27.7208C39.4523 27.8147 39.505 27.942 39.505 28.0748C39.505 28.2075 39.4523 28.3348 39.3584 28.4287C39.2645 28.5226 39.1372 28.5753 39.0045 28.5753H32.8575V35.6619H39.0045C39.1372 35.6619 39.2645 35.7146 39.3584 35.8085C39.4523 35.9024 39.505 36.0297 39.505 36.1624C39.505 36.2952 39.4523 36.4225 39.3584 36.5164C39.2645 36.6102 39.1372 36.663 39.0045 36.663V36.663Z' fill='%23F63501'/%3E%3C/svg%3E ");
}
}

.blocks-item:nth-child(5) a::before {
  content: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0H28C34.6274 0 40 5.37258 40 12V28C40 34.6274 34.6274 40 28 40H12C5.37258 40 0 34.6274 0 28V12Z' fill='%23F3E7D1'/%3E%3Cpath d='M20.6453 32.6169H20.4305L20.2874 32.5597C15.7212 29.5251 12.522 25.3454 12.3145 22.1605C12.2534 21.5082 12.3518 20.8507 12.6011 20.2448C12.8505 19.6389 13.2433 19.1026 13.7459 18.6822C14.1974 18.2504 14.7347 17.9184 15.3228 17.7075C15.9109 17.4967 16.5367 17.4118 17.1598 17.4584C18.4634 17.66 19.6557 18.3106 20.5307 19.2977C21.4028 18.3106 22.5929 17.6599 23.8945 17.4584C24.5192 17.4106 25.147 17.4942 25.7374 17.7038C26.3279 17.9133 26.8679 18.2442 27.3227 18.6751C27.8258 19.0951 28.219 19.6313 28.4683 20.2373C28.7177 20.8433 28.8158 21.5009 28.7541 22.1534C28.5537 25.3382 25.3474 29.5179 20.7812 32.5525L20.6453 32.6169ZM16.7518 18.1526C15.7972 18.1843 14.8876 18.5665 14.1968 19.2261C13.7867 19.5745 13.4665 20.0166 13.2634 20.5149C13.0604 21.0132 12.9804 21.5532 13.0302 22.089C13.2163 25.0233 16.215 28.9167 20.5164 31.8153C24.8106 28.9525 27.8094 25.0233 27.9955 22.089C28.0465 21.553 27.9671 21.0128 27.7639 20.5142C27.5608 20.0157 27.24 19.5738 26.8289 19.2261C26.4527 18.8587 26.0033 18.5746 25.5101 18.3921C25.0169 18.2096 24.4909 18.1329 23.9661 18.1669C22.7324 18.3974 21.6211 19.0596 20.8313 20.0349L20.724 20.1709H20.3232L20.2087 20.0349C19.4218 19.0562 18.3091 18.3932 17.0739 18.1669L16.7518 18.1526Z' fill='%23805862'/%3E%3Cpath d='M20.2995 27.3863C20.2293 27.3797 20.1625 27.3533 20.1068 27.3103C20.051 27.2672 20.0086 27.2092 19.9846 27.143L18.9325 24.1084L18.4386 25.1676C18.4116 25.2303 18.3666 25.2835 18.3092 25.3205C18.2519 25.3574 18.1848 25.3765 18.1166 25.3752H16.4204C16.3254 25.3752 16.2344 25.3375 16.1673 25.2704C16.1002 25.2033 16.0625 25.1122 16.0625 25.0173C16.0625 24.9224 16.1002 24.8314 16.1673 24.7643C16.2344 24.6972 16.3254 24.6595 16.4204 24.6595H17.8518L18.6176 22.999C18.6475 22.9341 18.6963 22.8796 18.7575 22.8426C18.8187 22.8056 18.8897 22.7878 18.9611 22.7915C19.0325 22.7968 19.1009 22.8225 19.158 22.8657C19.2151 22.9089 19.2586 22.9676 19.2832 23.0348L20.3496 26.1124L21.7237 23.3927C21.7523 23.3338 21.7972 23.2844 21.853 23.2501C21.9088 23.2159 21.9732 23.1983 22.0386 23.1994C22.1049 23.1986 22.1702 23.2163 22.227 23.2504C22.2839 23.2845 22.3302 23.3338 22.3607 23.3927L23.3913 25.411L23.9066 24.8456C23.939 24.8093 23.9787 24.7804 24.0231 24.7607C24.0675 24.7409 24.1156 24.7308 24.1642 24.731H25.7316C25.8265 24.731 25.9176 24.7687 25.9847 24.8359C26.0518 24.903 26.0895 24.994 26.0895 25.0889C26.0895 25.1838 26.0518 25.2748 25.9847 25.3419C25.9176 25.409 25.8265 25.4467 25.7316 25.4467H24.3002L23.5416 26.2698C23.5021 26.3127 23.4528 26.3454 23.398 26.3653C23.3433 26.3853 23.2845 26.3918 23.2267 26.3843C23.18 26.3668 23.1378 26.339 23.1031 26.3031C23.0684 26.2672 23.0422 26.2241 23.0263 26.1768L22.0744 24.3303L20.643 27.1931C20.611 27.2554 20.5613 27.3069 20.5002 27.3412C20.4392 27.3756 20.3694 27.3913 20.2995 27.3863Z' fill='%23805862'/%3E%3Cpath d='M11.533 33.3327H10.9819C10.8695 33.3336 10.7579 33.3123 10.6538 33.2699C10.5496 33.2275 10.4549 33.1649 10.375 33.0857C10.2952 33.0066 10.2318 32.9124 10.1886 32.8086C10.1453 32.7048 10.123 32.5934 10.123 32.481V17.7948C10.1334 17.7646 10.1334 17.7319 10.123 17.7017L7.68967 14.7244C7.56954 14.5712 7.50404 14.3823 7.50358 14.1876V7.61033C7.49269 7.49144 7.50672 7.37159 7.54475 7.25842C7.58278 7.14525 7.64398 7.04126 7.72446 6.95307C7.80494 6.86489 7.90293 6.79445 8.01216 6.74626C8.12138 6.69806 8.23946 6.67317 8.35885 6.67317C8.47823 6.67317 8.59631 6.69806 8.70554 6.74626C8.81476 6.79445 8.91275 6.86489 8.99323 6.95307C9.07371 7.04126 9.13491 7.14525 9.17294 7.25842C9.21098 7.37159 9.225 7.49144 9.21412 7.61033V13.3359C9.21394 13.3716 9.22703 13.406 9.25085 13.4324C9.27467 13.4589 9.30751 13.4755 9.34294 13.4791C9.34294 13.4791 9.34294 13.4075 9.34294 13.2572V7.61749C9.34294 7.38781 9.43418 7.16754 9.59658 7.00514C9.75899 6.84273 9.97925 6.75149 10.2089 6.75149C10.4386 6.75149 10.6589 6.84273 10.8213 7.00514C10.9837 7.16754 11.0749 7.38781 11.0749 7.61749V13.2501C11.0827 13.3438 11.1175 13.4333 11.1751 13.5077C11.2181 13.5077 11.2968 13.3646 11.3254 13.2143V7.61749C11.3145 7.49763 11.3287 7.37681 11.3671 7.26274C11.4054 7.14867 11.4671 7.04384 11.5483 6.95496C11.6294 6.86607 11.7282 6.79508 11.8383 6.74651C11.9485 6.69793 12.0675 6.67285 12.1879 6.67285C12.3082 6.67285 12.4272 6.69793 12.5374 6.74651C12.6475 6.79508 12.7462 6.86607 12.8274 6.95496C12.9085 7.04384 12.9703 7.14867 13.0087 7.26274C13.047 7.37681 13.0612 7.49763 13.0503 7.61749V13.2501C13.0503 13.3932 13.0861 13.4576 13.1004 13.4648C13.1147 13.4719 13.2793 13.4075 13.2793 13.3288V7.60318C13.2684 7.48429 13.2824 7.36443 13.3205 7.25126C13.3585 7.1381 13.4197 7.0341 13.5002 6.94592C13.5807 6.85773 13.6786 6.78729 13.7879 6.7391C13.8971 6.69091 14.0152 6.66602 14.1346 6.66602C14.254 6.66602 14.372 6.69091 14.4813 6.7391C14.5905 6.78729 14.6884 6.85773 14.7689 6.94592C14.8494 7.0341 14.9106 7.1381 14.9487 7.25126C14.9867 7.36443 15.0007 7.48429 14.9898 7.60318V14.1805C14.9894 14.3751 14.9239 14.5641 14.8037 14.7173L12.399 17.6946C12.3768 17.7206 12.3642 17.7534 12.3632 17.7876V32.481C12.3633 32.7032 12.2765 32.9166 12.1214 33.0757C11.9663 33.2349 11.7551 33.327 11.533 33.3327ZM8.35526 7.46719C8.33679 7.46717 8.3185 7.47091 8.30151 7.47818C8.28453 7.48546 8.26922 7.49612 8.2565 7.50952C8.24377 7.52291 8.23391 7.53876 8.22751 7.5561C8.22112 7.57343 8.21831 7.59188 8.21928 7.61033V14.1876C8.21 14.2155 8.21 14.2456 8.21928 14.2735L10.624 17.258C10.7462 17.4101 10.8119 17.5997 10.8101 17.7948V32.481C10.8101 32.4994 10.8138 32.5177 10.8211 32.5347C10.8284 32.5517 10.839 32.567 10.8524 32.5797C10.8658 32.5925 10.8817 32.6023 10.899 32.6087C10.9164 32.6151 10.9348 32.6179 10.9533 32.6169H11.5043C11.5225 32.618 11.5406 32.6152 11.5576 32.6087C11.5746 32.6022 11.59 32.5923 11.6028 32.5794C11.6156 32.5666 11.6256 32.5512 11.6321 32.5342C11.6386 32.5172 11.6414 32.4991 11.6403 32.481V17.7948C11.6411 17.5989 11.7094 17.4094 11.8336 17.258L14.2383 14.2735C14.2445 14.2452 14.2445 14.2159 14.2383 14.1876V7.61033C14.2383 7.45288 13.9592 7.45288 13.9592 7.61033V13.3359C13.9592 13.5637 13.8687 13.7822 13.7077 13.9432C13.5466 14.1043 13.3281 14.1948 13.1004 14.1948C12.9132 14.2017 12.7307 14.1348 12.5922 14.0087C12.4909 13.9129 12.412 13.7958 12.3613 13.6659C12.3105 13.5359 12.2892 13.3964 12.2988 13.2572V7.61749C12.2988 7.46004 12.0053 7.45288 12.0053 7.61749V13.293C11.9552 13.6365 11.7191 14.2163 11.1465 14.2163C10.5739 14.2163 10.3664 13.7224 10.3306 13.2715V7.61749C10.3306 7.46004 10.03 7.45288 10.03 7.61749V13.2501C10.0391 13.3873 10.0196 13.525 9.9728 13.6543C9.92599 13.7837 9.85286 13.9019 9.75803 14.0015C9.62678 14.1209 9.4559 14.1872 9.27853 14.1876C9.05514 14.182 8.84291 14.0888 8.6876 13.9282C8.5323 13.7675 8.44636 13.5522 8.44831 13.3288V7.60318C8.4487 7.57369 8.43998 7.5448 8.42332 7.52046C8.40667 7.49612 8.38289 7.47751 8.35526 7.46719Z' fill='%23805862'/%3E%3Cpath d='M29.8982 32.8669H29.8051C29.4938 32.8669 29.1953 32.7432 28.9751 32.5231C28.755 32.303 28.6314 32.0044 28.6314 31.6931V7.93185C28.6249 7.70822 28.6828 7.48745 28.7983 7.29584C28.9138 7.10423 29.0819 6.94986 29.2826 6.85114C29.4766 6.75276 29.6945 6.71131 29.9111 6.73157C30.1277 6.75184 30.3341 6.83299 30.5065 6.96565C33.4337 9.18432 32.8612 18.3596 32.6107 21.1222C32.5895 21.3662 32.4925 21.5974 32.3334 21.7834C32.1742 21.9695 31.9609 22.1012 31.7232 22.16L31.4226 22.2316C31.3223 22.2544 31.2328 22.3109 31.169 22.3916C31.1052 22.4723 31.071 22.5724 31.0719 22.6753V31.6931C31.07 32.0039 30.9458 32.3013 30.726 32.521C30.5063 32.7407 30.2089 32.865 29.8982 32.8669ZM29.8051 7.46664C29.7356 7.46964 29.6674 7.48669 29.6047 7.51674C29.5264 7.55386 29.4605 7.61275 29.4148 7.68637C29.3691 7.75999 29.3456 7.84521 29.3471 7.93185V31.6931C29.3471 31.8146 29.3953 31.9311 29.4812 32.017C29.5671 32.1029 29.6836 32.1512 29.8051 32.1512H29.8982C30.0196 32.1512 30.1361 32.1029 30.222 32.017C30.3079 31.9311 30.3562 31.8146 30.3562 31.6931V22.7039C30.3541 22.4409 30.4415 22.185 30.6041 21.9782C30.7667 21.7714 30.9947 21.626 31.2508 21.566L31.5514 21.4944C31.6444 21.4702 31.7279 21.4181 31.7905 21.3452C31.8532 21.2723 31.8921 21.182 31.9021 21.0864C32.3888 15.5899 32.1669 9.14854 30.0699 7.55968C29.9936 7.50172 29.9009 7.46918 29.8051 7.46664Z' fill='%23805862'/%3E%3C/svg%3E ");
}

.blocks-item:nth-child(5) a:hover::before {
  content: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0H28C34.6274 0 40 5.37258 40 12V28C40 34.6274 34.6274 40 28 40H12C5.37258 40 0 34.6274 0 28V12Z' fill='%23F3E7D1'/%3E%3Cpath d='M20.6453 32.6169H20.4305L20.2874 32.5597C15.7212 29.5251 12.522 25.3454 12.3145 22.1605C12.2534 21.5082 12.3518 20.8507 12.6011 20.2448C12.8505 19.6389 13.2433 19.1026 13.7459 18.6822C14.1974 18.2504 14.7347 17.9184 15.3228 17.7075C15.9109 17.4967 16.5367 17.4118 17.1598 17.4584C18.4634 17.66 19.6557 18.3106 20.5307 19.2977C21.4028 18.3106 22.5929 17.6599 23.8945 17.4584C24.5192 17.4106 25.147 17.4942 25.7374 17.7038C26.3279 17.9133 26.8679 18.2442 27.3227 18.6751C27.8258 19.0951 28.219 19.6313 28.4683 20.2373C28.7177 20.8433 28.8158 21.5009 28.7541 22.1534C28.5537 25.3382 25.3474 29.5179 20.7812 32.5525L20.6453 32.6169ZM16.7518 18.1526C15.7972 18.1843 14.8876 18.5665 14.1968 19.2261C13.7867 19.5745 13.4665 20.0166 13.2634 20.5149C13.0604 21.0132 12.9804 21.5532 13.0302 22.089C13.2163 25.0233 16.215 28.9167 20.5164 31.8153C24.8106 28.9525 27.8094 25.0233 27.9955 22.089C28.0465 21.553 27.9671 21.0128 27.7639 20.5142C27.5608 20.0157 27.24 19.5738 26.8289 19.2261C26.4527 18.8587 26.0033 18.5746 25.5101 18.3921C25.0169 18.2096 24.4909 18.1329 23.9661 18.1669C22.7324 18.3974 21.6211 19.0596 20.8313 20.0349L20.724 20.1709H20.3232L20.2087 20.0349C19.4218 19.0562 18.3091 18.3932 17.0739 18.1669L16.7518 18.1526Z' fill='%23F63501'/%3E%3Cpath d='M20.2995 27.3863C20.2293 27.3797 20.1625 27.3533 20.1068 27.3103C20.051 27.2672 20.0086 27.2092 19.9846 27.143L18.9325 24.1084L18.4386 25.1676C18.4116 25.2303 18.3666 25.2835 18.3092 25.3205C18.2519 25.3574 18.1848 25.3765 18.1166 25.3752H16.4204C16.3254 25.3752 16.2344 25.3375 16.1673 25.2704C16.1002 25.2033 16.0625 25.1122 16.0625 25.0173C16.0625 24.9224 16.1002 24.8314 16.1673 24.7643C16.2344 24.6972 16.3254 24.6595 16.4204 24.6595H17.8518L18.6176 22.999C18.6475 22.9341 18.6963 22.8796 18.7575 22.8426C18.8187 22.8056 18.8897 22.7878 18.9611 22.7915C19.0325 22.7968 19.1009 22.8225 19.158 22.8657C19.2151 22.9089 19.2586 22.9676 19.2832 23.0348L20.3496 26.1124L21.7237 23.3927C21.7523 23.3338 21.7972 23.2844 21.853 23.2501C21.9088 23.2159 21.9732 23.1983 22.0386 23.1994C22.1049 23.1986 22.1702 23.2163 22.227 23.2504C22.2839 23.2845 22.3302 23.3338 22.3607 23.3927L23.3913 25.411L23.9066 24.8456C23.939 24.8093 23.9787 24.7804 24.0231 24.7607C24.0675 24.7409 24.1156 24.7308 24.1642 24.731H25.7316C25.8265 24.731 25.9176 24.7687 25.9847 24.8359C26.0518 24.903 26.0895 24.994 26.0895 25.0889C26.0895 25.1838 26.0518 25.2748 25.9847 25.3419C25.9176 25.409 25.8265 25.4467 25.7316 25.4467H24.3002L23.5416 26.2698C23.5021 26.3127 23.4528 26.3454 23.398 26.3653C23.3433 26.3853 23.2845 26.3918 23.2267 26.3843C23.18 26.3668 23.1378 26.339 23.1031 26.3031C23.0684 26.2672 23.0422 26.2241 23.0263 26.1768L22.0744 24.3303L20.643 27.1931C20.611 27.2554 20.5613 27.3069 20.5002 27.3412C20.4392 27.3756 20.3694 27.3913 20.2995 27.3863Z' fill='%23F63501'/%3E%3Cpath d='M11.533 33.3327H10.9819C10.8695 33.3336 10.7579 33.3123 10.6538 33.2699C10.5496 33.2275 10.4549 33.1649 10.375 33.0857C10.2952 33.0066 10.2318 32.9124 10.1886 32.8086C10.1453 32.7048 10.123 32.5934 10.123 32.481V17.7948C10.1334 17.7646 10.1334 17.7319 10.123 17.7017L7.68967 14.7244C7.56954 14.5712 7.50404 14.3823 7.50358 14.1876V7.61033C7.49269 7.49144 7.50672 7.37159 7.54475 7.25842C7.58278 7.14525 7.64398 7.04126 7.72446 6.95307C7.80494 6.86489 7.90293 6.79445 8.01216 6.74626C8.12138 6.69806 8.23946 6.67317 8.35885 6.67317C8.47823 6.67317 8.59631 6.69806 8.70554 6.74626C8.81476 6.79445 8.91275 6.86489 8.99323 6.95307C9.07371 7.04126 9.13491 7.14525 9.17294 7.25842C9.21098 7.37159 9.225 7.49144 9.21412 7.61033V13.3359C9.21394 13.3716 9.22703 13.406 9.25085 13.4324C9.27467 13.4589 9.30751 13.4755 9.34294 13.4791C9.34294 13.4791 9.34294 13.4075 9.34294 13.2572V7.61749C9.34294 7.38781 9.43418 7.16754 9.59658 7.00514C9.75899 6.84273 9.97925 6.75149 10.2089 6.75149C10.4386 6.75149 10.6589 6.84273 10.8213 7.00514C10.9837 7.16754 11.0749 7.38781 11.0749 7.61749V13.2501C11.0827 13.3438 11.1175 13.4333 11.1751 13.5077C11.2181 13.5077 11.2968 13.3646 11.3254 13.2143V7.61749C11.3145 7.49763 11.3287 7.37681 11.3671 7.26274C11.4054 7.14867 11.4671 7.04384 11.5483 6.95496C11.6294 6.86607 11.7282 6.79508 11.8383 6.74651C11.9485 6.69793 12.0675 6.67285 12.1879 6.67285C12.3082 6.67285 12.4272 6.69793 12.5374 6.74651C12.6475 6.79508 12.7462 6.86607 12.8274 6.95496C12.9085 7.04384 12.9703 7.14867 13.0087 7.26274C13.047 7.37681 13.0612 7.49763 13.0503 7.61749V13.2501C13.0503 13.3932 13.0861 13.4576 13.1004 13.4648C13.1147 13.4719 13.2793 13.4075 13.2793 13.3288V7.60318C13.2684 7.48429 13.2824 7.36443 13.3205 7.25126C13.3585 7.1381 13.4197 7.0341 13.5002 6.94592C13.5807 6.85773 13.6786 6.78729 13.7879 6.7391C13.8971 6.69091 14.0152 6.66602 14.1346 6.66602C14.254 6.66602 14.372 6.69091 14.4813 6.7391C14.5905 6.78729 14.6884 6.85773 14.7689 6.94592C14.8494 7.0341 14.9106 7.1381 14.9487 7.25126C14.9867 7.36443 15.0007 7.48429 14.9898 7.60318V14.1805C14.9894 14.3751 14.9239 14.5641 14.8037 14.7173L12.399 17.6946C12.3768 17.7206 12.3642 17.7534 12.3632 17.7876V32.481C12.3633 32.7032 12.2765 32.9166 12.1214 33.0757C11.9663 33.2349 11.7551 33.327 11.533 33.3327ZM8.35526 7.46719C8.33679 7.46717 8.3185 7.47091 8.30151 7.47818C8.28453 7.48546 8.26922 7.49612 8.2565 7.50952C8.24377 7.52291 8.23391 7.53876 8.22751 7.5561C8.22112 7.57343 8.21831 7.59188 8.21928 7.61033V14.1876C8.21 14.2155 8.21 14.2456 8.21928 14.2735L10.624 17.258C10.7462 17.4101 10.8119 17.5997 10.8101 17.7948V32.481C10.8101 32.4994 10.8138 32.5177 10.8211 32.5347C10.8284 32.5517 10.839 32.567 10.8524 32.5797C10.8658 32.5925 10.8817 32.6023 10.899 32.6087C10.9164 32.6151 10.9348 32.6179 10.9533 32.6169H11.5043C11.5225 32.618 11.5406 32.6152 11.5576 32.6087C11.5746 32.6022 11.59 32.5923 11.6028 32.5794C11.6156 32.5666 11.6256 32.5512 11.6321 32.5342C11.6386 32.5172 11.6414 32.4991 11.6403 32.481V17.7948C11.6411 17.5989 11.7094 17.4094 11.8336 17.258L14.2383 14.2735C14.2445 14.2452 14.2445 14.2159 14.2383 14.1876V7.61033C14.2383 7.45288 13.9592 7.45288 13.9592 7.61033V13.3359C13.9592 13.5637 13.8687 13.7822 13.7077 13.9432C13.5466 14.1043 13.3281 14.1948 13.1004 14.1948C12.9132 14.2017 12.7307 14.1348 12.5922 14.0087C12.4909 13.9129 12.412 13.7958 12.3613 13.6659C12.3105 13.5359 12.2892 13.3964 12.2988 13.2572V7.61749C12.2988 7.46004 12.0053 7.45288 12.0053 7.61749V13.293C11.9552 13.6365 11.7191 14.2163 11.1465 14.2163C10.5739 14.2163 10.3664 13.7224 10.3306 13.2715V7.61749C10.3306 7.46004 10.03 7.45288 10.03 7.61749V13.2501C10.0391 13.3873 10.0196 13.525 9.9728 13.6543C9.92599 13.7837 9.85286 13.9019 9.75803 14.0015C9.62678 14.1209 9.4559 14.1872 9.27853 14.1876C9.05514 14.182 8.84291 14.0888 8.6876 13.9282C8.5323 13.7675 8.44636 13.5522 8.44831 13.3288V7.60318C8.4487 7.57369 8.43998 7.5448 8.42332 7.52046C8.40667 7.49612 8.38289 7.47751 8.35526 7.46719Z' fill='%23F63501'/%3E%3Cpath d='M29.8982 32.8669H29.8051C29.4938 32.8669 29.1953 32.7432 28.9751 32.5231C28.755 32.303 28.6314 32.0044 28.6314 31.6931V7.93185C28.6249 7.70822 28.6828 7.48745 28.7983 7.29584C28.9138 7.10423 29.0819 6.94986 29.2826 6.85114C29.4766 6.75276 29.6945 6.71131 29.9111 6.73157C30.1277 6.75184 30.3341 6.83299 30.5065 6.96565C33.4337 9.18432 32.8612 18.3596 32.6107 21.1222C32.5895 21.3662 32.4925 21.5974 32.3334 21.7834C32.1742 21.9695 31.9609 22.1012 31.7232 22.16L31.4226 22.2316C31.3223 22.2544 31.2328 22.3109 31.169 22.3916C31.1052 22.4723 31.071 22.5724 31.0719 22.6753V31.6931C31.07 32.0039 30.9458 32.3013 30.726 32.521C30.5063 32.7407 30.2089 32.865 29.8982 32.8669ZM29.8051 7.46664C29.7356 7.46964 29.6674 7.48669 29.6047 7.51674C29.5264 7.55386 29.4605 7.61275 29.4148 7.68637C29.3691 7.75999 29.3456 7.84521 29.3471 7.93185V31.6931C29.3471 31.8146 29.3953 31.9311 29.4812 32.017C29.5671 32.1029 29.6836 32.1512 29.8051 32.1512H29.8982C30.0196 32.1512 30.1361 32.1029 30.222 32.017C30.3079 31.9311 30.3562 31.8146 30.3562 31.6931V22.7039C30.3541 22.4409 30.4415 22.185 30.6041 21.9782C30.7667 21.7714 30.9947 21.626 31.2508 21.566L31.5514 21.4944C31.6444 21.4702 31.7279 21.4181 31.7905 21.3452C31.8532 21.2723 31.8921 21.182 31.9021 21.0864C32.3888 15.5899 32.1669 9.14854 30.0699 7.55968C29.9936 7.50172 29.9009 7.46918 29.8051 7.46664Z' fill='%23F63501'/%3E%3C/svg%3E ");
}

@media (min-width: 768px) {
  .blocks-item:nth-child(5) a::before {
     content: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0H36C42.6274 0 48 5.37258 48 12V36C48 42.6274 42.6274 48 36 48H12C5.37258 48 0 42.6274 0 36V12Z' fill='%23F3E7D1'/%3E%3Cpath d='M24.7739 39.1415H24.5162L24.3445 39.0728C18.8651 35.4313 15.026 30.4156 14.777 26.5938C14.7037 25.811 14.8218 25.022 15.121 24.2949C15.4202 23.5678 15.8916 22.9243 16.4947 22.4198C17.0365 21.9017 17.6812 21.5032 18.3869 21.2502C19.0927 20.9972 19.8437 20.8953 20.5913 20.9512C22.1557 21.1932 23.5864 21.9739 24.6365 23.1584C25.683 21.9739 27.1111 21.193 28.673 20.9512C29.4227 20.8939 30.176 20.9942 30.8845 21.2457C31.5931 21.4971 32.2411 21.8942 32.7869 22.4112C33.3905 22.9153 33.8624 23.5587 34.1616 24.2859C34.4609 25.0132 34.5786 25.8023 34.5046 26.5852C34.2641 30.4071 30.4165 35.4227 24.9371 39.0642L24.7739 39.1415ZM20.1018 21.7843C18.9562 21.8223 17.8647 22.2809 17.0357 23.0726C16.5436 23.4906 16.1594 24.0211 15.9157 24.6191C15.6721 25.2171 15.576 25.865 15.6358 26.5079C15.8591 30.0292 19.4577 34.7013 24.6193 38.1796C29.7724 34.7442 33.3709 30.0292 33.5942 26.5079C33.6554 25.8648 33.5601 25.2165 33.3163 24.6182C33.0725 24.02 32.6876 23.4897 32.1943 23.0726C31.7428 22.6317 31.2036 22.2907 30.6118 22.0717C30.0199 21.8527 29.3887 21.7606 28.7589 21.8015C27.2785 22.078 25.945 22.8727 24.9972 24.043L24.8684 24.2062H24.3874L24.25 24.043C23.3058 22.8686 21.9706 22.073 20.4883 21.8015L20.1018 21.7843Z' fill='%23805862'/%3E%3Cpath d='M24.3597 32.8639C24.2756 32.856 24.1954 32.8244 24.1285 32.7727C24.0616 32.721 24.0107 32.6514 23.9819 32.5719L22.7194 28.9305L22.1268 30.2015C22.0944 30.2767 22.0403 30.3406 21.9715 30.385C21.9026 30.4293 21.8222 30.4522 21.7403 30.4506H19.7048C19.5909 30.4506 19.4817 30.4054 19.4012 30.3248C19.3206 30.2443 19.2754 30.1351 19.2754 30.0212C19.2754 29.9073 19.3206 29.7981 19.4012 29.7175C19.4817 29.637 19.5909 29.5918 19.7048 29.5918H21.4225L22.3415 27.5993C22.3774 27.5213 22.4359 27.4559 22.5094 27.4115C22.5829 27.3671 22.668 27.3457 22.7537 27.3502C22.8394 27.3565 22.9214 27.3874 22.99 27.4392C23.0585 27.491 23.1107 27.5615 23.1402 27.6422L24.4199 31.3352L26.0688 28.0716C26.1032 28.001 26.157 27.9416 26.224 27.9005C26.2909 27.8595 26.3682 27.8384 26.4467 27.8397C26.5263 27.8388 26.6046 27.8599 26.6728 27.9009C26.7411 27.9418 26.7966 28.0009 26.8332 28.0716L28.07 30.4935L28.6883 29.8151C28.7272 29.7716 28.7748 29.7369 28.8281 29.7132C28.8814 29.6895 28.9392 29.6774 28.9975 29.6776H30.8784C30.9922 29.6776 31.1015 29.7229 31.182 29.8034C31.2625 29.884 31.3078 29.9932 31.3078 30.1071C31.3078 30.221 31.2625 30.3302 31.182 30.4107C31.1015 30.4912 30.9922 30.5365 30.8784 30.5365H29.1607L28.2503 31.5242C28.2029 31.5756 28.1438 31.6149 28.078 31.6388C28.0123 31.6627 27.9418 31.6705 27.8724 31.6616C27.8164 31.6405 27.7657 31.6072 27.7241 31.5641C27.6825 31.5211 27.651 31.4693 27.6319 31.4125L26.4897 29.1967L24.772 32.6321C24.7335 32.7068 24.6739 32.7687 24.6007 32.8099C24.5274 32.8511 24.4436 32.8699 24.3597 32.8639V32.8639Z' fill='%23805862'/%3E%3Cpath d='M13.8396 40H13.1783C13.0433 40.0011 12.9095 39.9755 12.7845 39.9246C12.6595 39.8738 12.5459 39.7987 12.45 39.7037C12.3542 39.6087 12.2782 39.4956 12.2263 39.371C12.1744 39.2465 12.1477 39.1129 12.1477 38.9779V21.3545C12.1601 21.3183 12.1601 21.279 12.1477 21.2429L9.2276 17.6701C9.08345 17.4863 9.00484 17.2595 9.00429 17.0259V9.13318C8.99123 8.99051 9.00806 8.84669 9.0537 8.71089C9.09934 8.57509 9.17278 8.45029 9.26935 8.34447C9.36593 8.23865 9.48351 8.15412 9.61459 8.09629C9.74566 8.03846 9.88735 8.00859 10.0306 8.00859C10.1739 8.00859 10.3156 8.03846 10.4466 8.09629C10.5777 8.15412 10.6953 8.23865 10.7919 8.34447C10.8885 8.45029 10.9619 8.57509 11.0075 8.71089C11.0532 8.84669 11.07 8.99051 11.0569 9.13318V16.0039C11.0567 16.0466 11.0724 16.0879 11.101 16.1197C11.1296 16.1514 11.169 16.1714 11.2115 16.1757C11.2115 16.1757 11.2115 16.0898 11.2115 15.9094V9.14177C11.2115 8.86616 11.321 8.60183 11.5159 8.40695C11.7108 8.21206 11.9751 8.10257 12.2507 8.10257C12.5263 8.10257 12.7906 8.21206 12.9855 8.40695C13.1804 8.60183 13.2899 8.86616 13.2899 9.14177V15.9009C13.2993 16.0134 13.341 16.1208 13.4102 16.21C13.4617 16.21 13.5562 16.0383 13.5905 15.8579V9.14177C13.5774 8.99794 13.5944 8.85296 13.6405 8.71607C13.6865 8.57918 13.7606 8.45339 13.858 8.34673C13.9553 8.24007 14.0739 8.15488 14.206 8.09659C14.3382 8.0383 14.481 8.0082 14.6254 8.0082C14.7699 8.0082 14.9127 8.0383 15.0448 8.09659C15.177 8.15488 15.2955 8.24007 15.3929 8.34673C15.4903 8.45339 15.5643 8.57918 15.6104 8.71607C15.6564 8.85296 15.6734 8.99794 15.6603 9.14177V15.9009C15.6603 16.0726 15.7033 16.1499 15.7204 16.1585C15.7376 16.1671 15.9352 16.0898 15.9352 15.9953V9.12459C15.9221 8.98193 15.9389 8.8381 15.9846 8.7023C16.0302 8.5665 16.1036 8.4417 16.2002 8.33588C16.2968 8.23006 16.4144 8.14553 16.5454 8.0877C16.6765 8.02987 16.8182 8 16.9615 8C17.1047 8 17.2464 8.02987 17.3775 8.0877C17.5086 8.14553 17.6261 8.23006 17.7227 8.33588C17.8193 8.4417 17.8928 8.5665 17.9384 8.7023C17.984 8.8381 18.0008 8.98193 17.9878 9.12459V17.0174C17.9872 17.251 17.9086 17.4777 17.7645 17.6615L14.8788 21.2343C14.8522 21.2655 14.837 21.3049 14.8358 21.3459V38.9779C14.8359 39.2446 14.7318 39.5007 14.5456 39.6917C14.3595 39.8826 14.1061 39.9932 13.8396 40V40ZM10.0263 8.96141C10.0041 8.96138 9.98219 8.96587 9.96182 8.9746C9.94144 8.98334 9.92307 8.99613 9.9078 9.0122C9.89253 9.02828 9.88069 9.0473 9.87302 9.0681C9.86534 9.0889 9.86197 9.11104 9.86314 9.13318V17.0259C9.852 17.0594 9.852 17.0956 9.86314 17.129L12.7489 20.7104C12.8954 20.8929 12.9743 21.1204 12.9721 21.3545V38.9779C12.9721 39.0001 12.9766 39.0221 12.9853 39.0424C12.9941 39.0628 13.0069 39.0812 13.0229 39.0965C13.039 39.1117 13.058 39.1236 13.0788 39.1313C13.0996 39.1389 13.1218 39.1423 13.1439 39.1411H13.8052C13.827 39.1424 13.8488 39.139 13.8691 39.1312C13.8895 39.1235 13.908 39.1115 13.9234 39.0961C13.9388 39.0807 13.9508 39.0622 13.9585 39.0418C13.9663 39.0215 13.9696 38.9997 13.9684 38.9779V21.3545C13.9693 21.1195 14.0512 20.892 14.2003 20.7104L17.086 17.129C17.0934 17.0951 17.0934 17.0599 17.086 17.0259V9.13318C17.086 8.94424 16.751 8.94424 16.751 9.13318V16.0039C16.751 16.2773 16.6425 16.5394 16.4492 16.7327C16.2559 16.9259 15.9938 17.0345 15.7204 17.0345C15.4958 17.0428 15.2769 16.9626 15.1107 16.8112C14.989 16.6962 14.8944 16.5557 14.8335 16.3998C14.7726 16.2439 14.747 16.0764 14.7585 15.9094V9.14177C14.7585 8.95283 14.4064 8.94424 14.4064 9.14177V15.9524C14.3463 16.3646 14.0629 17.0603 13.3758 17.0603C12.6887 17.0603 12.4397 16.4677 12.3967 15.9266V9.14177C12.3967 8.95283 12.036 8.94424 12.036 9.14177V15.9009C12.0469 16.0656 12.0235 16.2307 11.9674 16.386C11.9112 16.5412 11.8234 16.6831 11.7096 16.8026C11.5521 16.9458 11.3471 17.0254 11.1342 17.0259V17.0259C10.8662 17.0192 10.6115 16.9074 10.4251 16.7146C10.2388 16.5218 10.1356 16.2635 10.138 15.9953V9.12459C10.1384 9.08921 10.128 9.05454 10.108 9.02533C10.088 8.99612 10.0595 8.9738 10.0263 8.96141V8.96141Z' fill='%23805862'/%3E%3Cpath d='M35.8782 39.4426H35.7665C35.393 39.4426 35.0347 39.2942 34.7706 39.0301C34.5064 38.7659 34.358 38.4077 34.358 38.0341V9.52056C34.3502 9.25221 34.4198 8.98729 34.5583 8.75735C34.6969 8.52742 34.8987 8.34218 35.1396 8.22371C35.3724 8.10566 35.6338 8.05592 35.8937 8.08023C36.1536 8.10455 36.4013 8.20193 36.6082 8.36112C40.1209 11.0235 39.4338 22.0339 39.1332 25.349C39.1078 25.6417 38.9914 25.9192 38.8004 26.1425C38.6095 26.3658 38.3534 26.5238 38.0682 26.5943L37.7075 26.6802C37.5871 26.7077 37.4798 26.7754 37.4032 26.8723C37.3267 26.9691 37.2855 27.0893 37.2867 27.2127V38.0341C37.2844 38.407 37.1353 38.7639 36.8716 39.0276C36.608 39.2912 36.251 39.4404 35.8782 39.4426ZM35.7665 8.96231C35.6831 8.96592 35.6013 8.98637 35.5261 9.02243C35.4321 9.06698 35.353 9.13765 35.2981 9.22599C35.2433 9.31433 35.2151 9.4166 35.2169 9.52056V38.0341C35.2169 38.1799 35.2748 38.3197 35.3779 38.4228C35.4809 38.5259 35.6207 38.5838 35.7665 38.5838H35.8782C36.024 38.5838 36.1638 38.5259 36.2668 38.4228C36.3699 38.3197 36.4278 38.1799 36.4278 38.0341V27.2471C36.4253 26.9314 36.5302 26.6243 36.7253 26.3762C36.9204 26.128 37.1941 25.9536 37.5014 25.8815L37.8621 25.7956C37.9737 25.7665 38.0738 25.7041 38.149 25.6166C38.2242 25.5291 38.2709 25.4208 38.2829 25.3061C38.8669 18.7102 38.6007 10.9806 36.0843 9.07396C35.9927 9.00441 35.8815 8.96536 35.7665 8.96231V8.96231Z' fill='%23805862'/%3E%3C/svg%3E ");
  }
  
  .blocks-item:nth-child(5) a:hover::before {
    content: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0H36C42.6274 0 48 5.37258 48 12V36C48 42.6274 42.6274 48 36 48H12C5.37258 48 0 42.6274 0 36V12Z' fill='%23F3E7D1'/%3E%3Cpath d='M24.7739 39.1415H24.5162L24.3445 39.0728C18.8651 35.4313 15.026 30.4156 14.777 26.5938C14.7037 25.811 14.8218 25.022 15.121 24.2949C15.4202 23.5678 15.8916 22.9243 16.4947 22.4198C17.0365 21.9017 17.6812 21.5032 18.3869 21.2502C19.0927 20.9972 19.8437 20.8953 20.5913 20.9512C22.1557 21.1932 23.5864 21.9739 24.6365 23.1584C25.683 21.9739 27.1111 21.193 28.673 20.9512C29.4227 20.8939 30.176 20.9942 30.8845 21.2457C31.5931 21.4971 32.2411 21.8942 32.7869 22.4112C33.3905 22.9153 33.8624 23.5587 34.1616 24.2859C34.4609 25.0132 34.5786 25.8023 34.5046 26.5852C34.2641 30.4071 30.4165 35.4227 24.9371 39.0642L24.7739 39.1415ZM20.1018 21.7843C18.9562 21.8223 17.8647 22.2809 17.0357 23.0726C16.5436 23.4906 16.1594 24.0211 15.9157 24.6191C15.6721 25.2171 15.576 25.865 15.6358 26.5079C15.8591 30.0292 19.4577 34.7013 24.6193 38.1796C29.7724 34.7442 33.3709 30.0292 33.5942 26.5079C33.6554 25.8648 33.5601 25.2165 33.3163 24.6182C33.0725 24.02 32.6876 23.4897 32.1943 23.0726C31.7428 22.6317 31.2036 22.2907 30.6118 22.0717C30.0199 21.8527 29.3887 21.7606 28.7589 21.8015C27.2785 22.078 25.945 22.8727 24.9972 24.043L24.8684 24.2062H24.3874L24.25 24.043C23.3058 22.8686 21.9706 22.073 20.4883 21.8015L20.1018 21.7843Z' fill='%23F63501'/%3E%3Cpath d='M24.3597 32.8639C24.2756 32.856 24.1954 32.8244 24.1285 32.7727C24.0616 32.721 24.0107 32.6514 23.9819 32.5719L22.7194 28.9305L22.1268 30.2015C22.0944 30.2767 22.0403 30.3406 21.9715 30.385C21.9026 30.4293 21.8222 30.4522 21.7403 30.4506H19.7048C19.5909 30.4506 19.4817 30.4054 19.4012 30.3248C19.3206 30.2443 19.2754 30.1351 19.2754 30.0212C19.2754 29.9073 19.3206 29.7981 19.4012 29.7175C19.4817 29.637 19.5909 29.5918 19.7048 29.5918H21.4225L22.3415 27.5993C22.3774 27.5213 22.4359 27.4559 22.5094 27.4115C22.5829 27.3671 22.668 27.3457 22.7537 27.3502C22.8394 27.3565 22.9214 27.3874 22.99 27.4392C23.0585 27.491 23.1107 27.5615 23.1402 27.6422L24.4199 31.3352L26.0688 28.0716C26.1032 28.001 26.157 27.9416 26.224 27.9005C26.2909 27.8595 26.3682 27.8384 26.4467 27.8397C26.5263 27.8388 26.6046 27.8599 26.6728 27.9009C26.7411 27.9418 26.7966 28.0009 26.8332 28.0716L28.07 30.4935L28.6883 29.8151C28.7272 29.7716 28.7748 29.7369 28.8281 29.7132C28.8814 29.6895 28.9392 29.6774 28.9975 29.6776H30.8784C30.9922 29.6776 31.1015 29.7229 31.182 29.8034C31.2625 29.884 31.3078 29.9932 31.3078 30.1071C31.3078 30.221 31.2625 30.3302 31.182 30.4107C31.1015 30.4912 30.9922 30.5365 30.8784 30.5365H29.1607L28.2503 31.5242C28.2029 31.5756 28.1438 31.6149 28.078 31.6388C28.0123 31.6627 27.9418 31.6705 27.8724 31.6616C27.8164 31.6405 27.7657 31.6072 27.7241 31.5641C27.6825 31.5211 27.651 31.4693 27.6319 31.4125L26.4897 29.1967L24.772 32.6321C24.7335 32.7068 24.6739 32.7687 24.6007 32.8099C24.5274 32.8511 24.4436 32.8699 24.3597 32.8639V32.8639Z' fill='%23F63501'/%3E%3Cpath d='M13.8396 40H13.1783C13.0433 40.0011 12.9095 39.9755 12.7845 39.9246C12.6595 39.8738 12.5459 39.7987 12.45 39.7037C12.3542 39.6087 12.2782 39.4956 12.2263 39.371C12.1744 39.2465 12.1477 39.1129 12.1477 38.9779V21.3545C12.1601 21.3183 12.1601 21.279 12.1477 21.2429L9.2276 17.6701C9.08345 17.4863 9.00484 17.2595 9.00429 17.0259V9.13318C8.99123 8.99051 9.00806 8.84669 9.0537 8.71089C9.09934 8.57509 9.17278 8.45029 9.26935 8.34447C9.36593 8.23865 9.48351 8.15412 9.61459 8.09629C9.74566 8.03846 9.88735 8.00859 10.0306 8.00859C10.1739 8.00859 10.3156 8.03846 10.4466 8.09629C10.5777 8.15412 10.6953 8.23865 10.7919 8.34447C10.8885 8.45029 10.9619 8.57509 11.0075 8.71089C11.0532 8.84669 11.07 8.99051 11.0569 9.13318V16.0039C11.0567 16.0466 11.0724 16.0879 11.101 16.1197C11.1296 16.1514 11.169 16.1714 11.2115 16.1757C11.2115 16.1757 11.2115 16.0898 11.2115 15.9094V9.14177C11.2115 8.86616 11.321 8.60183 11.5159 8.40695C11.7108 8.21206 11.9751 8.10257 12.2507 8.10257C12.5263 8.10257 12.7906 8.21206 12.9855 8.40695C13.1804 8.60183 13.2899 8.86616 13.2899 9.14177V15.9009C13.2993 16.0134 13.341 16.1208 13.4102 16.21C13.4617 16.21 13.5562 16.0383 13.5905 15.8579V9.14177C13.5774 8.99794 13.5944 8.85296 13.6405 8.71607C13.6865 8.57918 13.7606 8.45339 13.858 8.34673C13.9553 8.24007 14.0739 8.15488 14.206 8.09659C14.3382 8.0383 14.481 8.0082 14.6254 8.0082C14.7699 8.0082 14.9127 8.0383 15.0448 8.09659C15.177 8.15488 15.2955 8.24007 15.3929 8.34673C15.4903 8.45339 15.5643 8.57918 15.6104 8.71607C15.6564 8.85296 15.6734 8.99794 15.6603 9.14177V15.9009C15.6603 16.0726 15.7033 16.1499 15.7204 16.1585C15.7376 16.1671 15.9352 16.0898 15.9352 15.9953V9.12459C15.9221 8.98193 15.9389 8.8381 15.9846 8.7023C16.0302 8.5665 16.1036 8.4417 16.2002 8.33588C16.2968 8.23006 16.4144 8.14553 16.5454 8.0877C16.6765 8.02987 16.8182 8 16.9615 8C17.1047 8 17.2464 8.02987 17.3775 8.0877C17.5086 8.14553 17.6261 8.23006 17.7227 8.33588C17.8193 8.4417 17.8928 8.5665 17.9384 8.7023C17.984 8.8381 18.0008 8.98193 17.9878 9.12459V17.0174C17.9872 17.251 17.9086 17.4777 17.7645 17.6615L14.8788 21.2343C14.8522 21.2655 14.837 21.3049 14.8358 21.3459V38.9779C14.8359 39.2446 14.7318 39.5007 14.5456 39.6917C14.3595 39.8826 14.1061 39.9932 13.8396 40V40ZM10.0263 8.96141C10.0041 8.96138 9.98219 8.96587 9.96182 8.9746C9.94144 8.98334 9.92307 8.99613 9.9078 9.0122C9.89253 9.02828 9.88069 9.0473 9.87302 9.0681C9.86534 9.0889 9.86197 9.11104 9.86314 9.13318V17.0259C9.852 17.0594 9.852 17.0956 9.86314 17.129L12.7489 20.7104C12.8954 20.8929 12.9743 21.1204 12.9721 21.3545V38.9779C12.9721 39.0001 12.9766 39.0221 12.9853 39.0424C12.9941 39.0628 13.0069 39.0812 13.0229 39.0965C13.039 39.1117 13.058 39.1236 13.0788 39.1313C13.0996 39.1389 13.1218 39.1423 13.1439 39.1411H13.8052C13.827 39.1424 13.8488 39.139 13.8691 39.1312C13.8895 39.1235 13.908 39.1115 13.9234 39.0961C13.9388 39.0807 13.9508 39.0622 13.9585 39.0418C13.9663 39.0215 13.9696 38.9997 13.9684 38.9779V21.3545C13.9693 21.1195 14.0512 20.892 14.2003 20.7104L17.086 17.129C17.0934 17.0951 17.0934 17.0599 17.086 17.0259V9.13318C17.086 8.94424 16.751 8.94424 16.751 9.13318V16.0039C16.751 16.2773 16.6425 16.5394 16.4492 16.7327C16.2559 16.9259 15.9938 17.0345 15.7204 17.0345C15.4958 17.0428 15.2769 16.9626 15.1107 16.8112C14.989 16.6962 14.8944 16.5557 14.8335 16.3998C14.7726 16.2439 14.747 16.0764 14.7585 15.9094V9.14177C14.7585 8.95283 14.4064 8.94424 14.4064 9.14177V15.9524C14.3463 16.3646 14.0629 17.0603 13.3758 17.0603C12.6887 17.0603 12.4397 16.4677 12.3967 15.9266V9.14177C12.3967 8.95283 12.036 8.94424 12.036 9.14177V15.9009C12.0469 16.0656 12.0235 16.2307 11.9674 16.386C11.9112 16.5412 11.8234 16.6831 11.7096 16.8026C11.5521 16.9458 11.3471 17.0254 11.1342 17.0259V17.0259C10.8662 17.0192 10.6115 16.9074 10.4251 16.7146C10.2388 16.5218 10.1356 16.2635 10.138 15.9953V9.12459C10.1384 9.08921 10.128 9.05454 10.108 9.02533C10.088 8.99612 10.0595 8.9738 10.0263 8.96141V8.96141Z' fill='%23F63501'/%3E%3Cpath d='M35.8782 39.4426H35.7665C35.393 39.4426 35.0347 39.2942 34.7706 39.0301C34.5064 38.7659 34.358 38.4077 34.358 38.0341V9.52056C34.3502 9.25221 34.4198 8.98729 34.5583 8.75735C34.6969 8.52742 34.8987 8.34218 35.1396 8.22371C35.3724 8.10566 35.6338 8.05592 35.8937 8.08023C36.1536 8.10455 36.4013 8.20193 36.6082 8.36112C40.1209 11.0235 39.4338 22.0339 39.1332 25.349C39.1078 25.6417 38.9914 25.9192 38.8004 26.1425C38.6095 26.3658 38.3534 26.5238 38.0682 26.5943L37.7075 26.6802C37.5871 26.7077 37.4798 26.7754 37.4032 26.8723C37.3267 26.9691 37.2855 27.0893 37.2867 27.2127V38.0341C37.2844 38.407 37.1353 38.7639 36.8716 39.0276C36.608 39.2912 36.251 39.4404 35.8782 39.4426ZM35.7665 8.96231C35.6831 8.96592 35.6013 8.98637 35.5261 9.02243C35.4321 9.06698 35.353 9.13765 35.2981 9.22599C35.2433 9.31433 35.2151 9.4166 35.2169 9.52056V38.0341C35.2169 38.1799 35.2748 38.3197 35.3779 38.4228C35.4809 38.5259 35.6207 38.5838 35.7665 38.5838H35.8782C36.024 38.5838 36.1638 38.5259 36.2668 38.4228C36.3699 38.3197 36.4278 38.1799 36.4278 38.0341V27.2471C36.4253 26.9314 36.5302 26.6243 36.7253 26.3762C36.9204 26.128 37.1941 25.9536 37.5014 25.8815L37.8621 25.7956C37.9737 25.7665 38.0738 25.7041 38.149 25.6166C38.2242 25.5291 38.2709 25.4208 38.2829 25.3061C38.8669 18.7102 38.6007 10.9806 36.0843 9.07396C35.9927 9.00441 35.8815 8.96536 35.7665 8.96231V8.96231Z' fill='%23F63501'/%3E%3C/svg%3E ");
}
}
  

.blocks-item:nth-child(6) a::before {
  content: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0H28C34.6274 0 40 5.37258 40 12V28C40 34.6274 34.6274 40 28 40H12C5.37258 40 0 34.6274 0 28V12Z' fill='%23F3E7D1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3386 33.3327H26.3418C26.7854 33.3327 27.2108 33.1565 27.5245 32.8428C27.8381 32.5291 28.0144 32.1037 28.0144 31.6601V8.34486C28.0144 7.90069 27.8384 7.47462 27.5249 7.15996C27.2114 6.84529 26.786 6.66768 26.3418 6.66602H13.3386C12.8944 6.66768 12.469 6.84529 12.1555 7.15996C11.842 7.47462 11.666 7.90069 11.666 8.34486V31.6601C11.666 32.1037 11.8422 32.5291 12.1559 32.8428C12.4696 33.1565 12.895 33.3327 13.3386 33.3327ZM12.9377 7.37485C13.0647 7.322 13.201 7.2948 13.3386 7.2948H26.3418C26.4794 7.2948 26.6156 7.322 26.7427 7.37485C26.8697 7.4277 26.9851 7.50514 27.0821 7.60273C27.1791 7.70032 27.2559 7.81613 27.3079 7.9435C27.36 8.07086 27.3864 8.20727 27.3856 8.34486V31.6601C27.3856 31.9369 27.2756 32.2024 27.0799 32.3982C26.8841 32.5939 26.6186 32.7039 26.3418 32.7039H13.3386C13.0617 32.7039 12.7963 32.5939 12.6005 32.3982C12.4048 32.2024 12.2948 31.9369 12.2948 31.6601V29.4252H27.385V28.4252H12.2948V11.1843H27.385V10.1843H12.2948V8.34486C12.294 8.20727 12.3204 8.07086 12.3724 7.9435C12.4245 7.81613 12.5013 7.70032 12.5983 7.60273C12.6953 7.50514 12.8106 7.4277 12.9377 7.37485ZM17.9982 8.81026H21.6828C21.7388 8.8011 21.7896 8.77235 21.8263 8.72916C21.863 8.68597 21.8831 8.63114 21.8831 8.57447C21.8831 8.5178 21.863 8.46297 21.8263 8.41978C21.7896 8.37658 21.7388 8.34784 21.6828 8.33868H17.9982C17.9422 8.34784 17.8914 8.37658 17.8547 8.41978C17.818 8.46297 17.7979 8.5178 17.7979 8.57447C17.7979 8.63114 17.818 8.68597 17.8547 8.72916C17.8914 8.77235 17.9422 8.8011 17.9982 8.81026ZM19.8402 31.6036C20.2743 31.6036 20.6262 31.2517 20.6262 30.8176C20.6262 30.3836 20.2743 30.0317 19.8402 30.0317C19.4061 30.0317 19.0542 30.3836 19.0542 30.8176C19.0542 31.2517 19.4061 31.6036 19.8402 31.6036ZM23.7953 8.57113C23.7953 8.81074 23.6011 9.00499 23.3615 9.00499C23.1219 9.00499 22.9276 8.81074 22.9276 8.57113C22.9276 8.33151 23.1219 8.13727 23.3615 8.13727C23.6011 8.13727 23.7953 8.33151 23.7953 8.57113Z' fill='%23805862'/%3E%3C/svg%3E ");
}

.blocks-item:nth-child(6) a:hover::before {
  content: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0H28C34.6274 0 40 5.37258 40 12V28C40 34.6274 34.6274 40 28 40H12C5.37258 40 0 34.6274 0 28V12Z' fill='%23F3E7D1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3386 33.3327H26.3418C26.7854 33.3327 27.2108 33.1565 27.5245 32.8428C27.8381 32.5291 28.0144 32.1037 28.0144 31.6601V8.34486C28.0144 7.90069 27.8384 7.47462 27.5249 7.15996C27.2114 6.84529 26.786 6.66768 26.3418 6.66602H13.3386C12.8944 6.66768 12.469 6.84529 12.1555 7.15996C11.842 7.47462 11.666 7.90069 11.666 8.34486V31.6601C11.666 32.1037 11.8422 32.5291 12.1559 32.8428C12.4696 33.1565 12.895 33.3327 13.3386 33.3327ZM12.9377 7.37485C13.0647 7.322 13.201 7.2948 13.3386 7.2948H26.3418C26.4794 7.2948 26.6156 7.322 26.7427 7.37485C26.8697 7.4277 26.9851 7.50514 27.0821 7.60273C27.1791 7.70032 27.2559 7.81613 27.3079 7.9435C27.36 8.07086 27.3864 8.20727 27.3856 8.34486V31.6601C27.3856 31.9369 27.2756 32.2024 27.0799 32.3982C26.8841 32.5939 26.6186 32.7039 26.3418 32.7039H13.3386C13.0617 32.7039 12.7963 32.5939 12.6005 32.3982C12.4048 32.2024 12.2948 31.9369 12.2948 31.6601V29.4252H27.385V28.4252H12.2948V11.1843H27.385V10.1843H12.2948V8.34486C12.294 8.20727 12.3204 8.07086 12.3724 7.9435C12.4245 7.81613 12.5013 7.70032 12.5983 7.60273C12.6953 7.50514 12.8106 7.4277 12.9377 7.37485ZM17.9982 8.81026H21.6828C21.7388 8.8011 21.7896 8.77235 21.8263 8.72916C21.863 8.68597 21.8831 8.63114 21.8831 8.57447C21.8831 8.5178 21.863 8.46297 21.8263 8.41978C21.7896 8.37658 21.7388 8.34784 21.6828 8.33868H17.9982C17.9422 8.34784 17.8914 8.37658 17.8547 8.41978C17.818 8.46297 17.7979 8.5178 17.7979 8.57447C17.7979 8.63114 17.818 8.68597 17.8547 8.72916C17.8914 8.77235 17.9422 8.8011 17.9982 8.81026ZM19.8402 31.6036C20.2743 31.6036 20.6262 31.2517 20.6262 30.8176C20.6262 30.3836 20.2743 30.0317 19.8402 30.0317C19.4061 30.0317 19.0542 30.3836 19.0542 30.8176C19.0542 31.2517 19.4061 31.6036 19.8402 31.6036ZM23.7953 8.57113C23.7953 8.81074 23.6011 9.00499 23.3615 9.00499C23.1219 9.00499 22.9276 8.81074 22.9276 8.57113C22.9276 8.33151 23.1219 8.13727 23.3615 8.13727C23.6011 8.13727 23.7953 8.33151 23.7953 8.57113Z' fill='%23F63501'/%3E%3C/svg%3E ");
}

@media (min-width: 768px) {
  .blocks-item:nth-child(6) a::before {
     content: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0H36C42.6274 0 48 5.37258 48 12V36C48 42.6274 42.6274 48 36 48H12C5.37258 48 0 42.6274 0 36V12Z' fill='%23F3E7D1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0071 40H31.6109C32.1433 40 32.6538 39.7885 33.0302 39.4121C33.4066 39.0357 33.618 38.5252 33.618 37.9929V10.0146C33.618 9.48161 33.4068 8.97033 33.0306 8.59273C32.6544 8.21513 32.1439 8.002 31.6109 8H16.0071C15.4741 8.002 14.9636 8.21513 14.5874 8.59273C14.2112 8.97033 14 9.48161 14 10.0146V37.9929C14 38.5252 14.2115 39.0357 14.5879 39.4121C14.9643 39.7885 15.4748 40 16.0071 40ZM15.526 8.8506C15.6785 8.78718 15.842 8.75454 16.0071 8.75454H31.6109C31.7761 8.75454 31.9396 8.78718 32.092 8.8506C32.2445 8.91402 32.3829 9.00695 32.4993 9.12406C32.6157 9.24117 32.7078 9.38014 32.7703 9.53298C32.8328 9.68581 32.8645 9.8495 32.8635 10.0146V37.9929C32.8635 38.3251 32.7315 38.6437 32.4966 38.8786C32.2617 39.1135 31.9431 39.2455 31.6109 39.2455H16.0071C15.6749 39.2455 15.3563 39.1135 15.1214 38.8786C14.8865 38.6437 14.7545 38.3251 14.7545 37.9929V35.211H32.8628V34.211H14.7545V13.322H32.8628V12.322H14.7545V10.0146C14.7535 9.8495 14.7852 9.68581 14.8477 9.53298C14.9102 9.38014 15.0023 9.24117 15.1187 9.12406C15.2351 9.00695 15.3735 8.91402 15.526 8.8506ZM21.5986 10.5731H26.0202C26.0873 10.5621 26.1483 10.5276 26.1924 10.4758C26.2364 10.4239 26.2606 10.3582 26.2606 10.2901C26.2606 10.2221 26.2364 10.1563 26.1924 10.1045C26.1483 10.0527 26.0873 10.0182 26.0202 10.0072H21.5986C21.5315 10.0182 21.4705 10.0527 21.4264 10.1045C21.3824 10.1563 21.3582 10.2221 21.3582 10.2901C21.3582 10.3582 21.3824 10.4239 21.4264 10.4758C21.4705 10.5276 21.5315 10.5621 21.5986 10.5731ZM23.809 37.9251C24.3299 37.9251 24.7522 37.5029 24.7522 36.982C24.7522 36.4611 24.3299 36.0388 23.809 36.0388C23.2881 36.0388 22.8658 36.4611 22.8658 36.982C22.8658 37.5029 23.2881 37.9251 23.809 37.9251ZM28.5552 10.2861C28.5552 10.5737 28.3221 10.8068 28.0345 10.8068C27.747 10.8068 27.5139 10.5737 27.5139 10.2861C27.5139 9.9986 27.747 9.7655 28.0345 9.7655C28.3221 9.7655 28.5552 9.9986 28.5552 10.2861Z' fill='%23805862'/%3E%3C/svg%3E ");
  }
  
  .blocks-item:nth-child(6) a:hover::before {
    content: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0H36C42.6274 0 48 5.37258 48 12V36C48 42.6274 42.6274 48 36 48H12C5.37258 48 0 42.6274 0 36V12Z' fill='%23F3E7D1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0071 40H31.6109C32.1433 40 32.6538 39.7885 33.0302 39.4121C33.4066 39.0357 33.618 38.5252 33.618 37.9929V10.0146C33.618 9.48161 33.4068 8.97033 33.0306 8.59273C32.6544 8.21513 32.1439 8.002 31.6109 8H16.0071C15.4741 8.002 14.9636 8.21513 14.5874 8.59273C14.2112 8.97033 14 9.48161 14 10.0146V37.9929C14 38.5252 14.2115 39.0357 14.5879 39.4121C14.9643 39.7885 15.4748 40 16.0071 40ZM15.526 8.8506C15.6785 8.78718 15.842 8.75454 16.0071 8.75454H31.6109C31.7761 8.75454 31.9396 8.78718 32.092 8.8506C32.2445 8.91402 32.3829 9.00695 32.4993 9.12406C32.6157 9.24117 32.7078 9.38014 32.7703 9.53298C32.8328 9.68581 32.8645 9.8495 32.8635 10.0146V37.9929C32.8635 38.3251 32.7315 38.6437 32.4966 38.8786C32.2617 39.1135 31.9431 39.2455 31.6109 39.2455H16.0071C15.6749 39.2455 15.3563 39.1135 15.1214 38.8786C14.8865 38.6437 14.7545 38.3251 14.7545 37.9929V35.211H32.8628V34.211H14.7545V13.322H32.8628V12.322H14.7545V10.0146C14.7535 9.8495 14.7852 9.68581 14.8477 9.53298C14.9102 9.38014 15.0023 9.24117 15.1187 9.12406C15.2351 9.00695 15.3735 8.91402 15.526 8.8506ZM21.5986 10.5731H26.0202C26.0873 10.5621 26.1483 10.5276 26.1924 10.4758C26.2364 10.4239 26.2606 10.3582 26.2606 10.2901C26.2606 10.2221 26.2364 10.1563 26.1924 10.1045C26.1483 10.0527 26.0873 10.0182 26.0202 10.0072H21.5986C21.5315 10.0182 21.4705 10.0527 21.4264 10.1045C21.3824 10.1563 21.3582 10.2221 21.3582 10.2901C21.3582 10.3582 21.3824 10.4239 21.4264 10.4758C21.4705 10.5276 21.5315 10.5621 21.5986 10.5731ZM23.809 37.9251C24.3299 37.9251 24.7522 37.5029 24.7522 36.982C24.7522 36.4611 24.3299 36.0388 23.809 36.0388C23.2881 36.0388 22.8658 36.4611 22.8658 36.982C22.8658 37.5029 23.2881 37.9251 23.809 37.9251ZM28.5552 10.2861C28.5552 10.5737 28.3221 10.8068 28.0345 10.8068C27.747 10.8068 27.5139 10.5737 27.5139 10.2861C27.5139 9.9986 27.747 9.7655 28.0345 9.7655C28.3221 9.7655 28.5552 9.9986 28.5552 10.2861Z' fill='%23F63501'/%3E%3C/svg%3E ");
}
}

.blocks-item:nth-child(7) a::before {
  content: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.85 2.50069C16.481 2.50069 17.111 2.58969 17.71 2.79069C21.401 3.99069 22.731 8.04069 21.62 11.5807C20.99 13.3897 19.96 15.0407 18.611 16.3897C16.68 18.2597 14.561 19.9197 12.28 21.3497L12.03 21.5007L11.77 21.3397C9.48102 19.9197 7.35002 18.2597 5.40102 16.3797C4.06102 15.0307 3.03002 13.3897 2.39002 11.5807C1.26002 8.04069 2.59002 3.99069 6.32102 2.76969C6.61102 2.66969 6.91002 2.59969 7.21002 2.56069H7.33002C7.61102 2.51969 7.89002 2.50069 8.17002 2.50069H8.28002C8.91002 2.51969 9.52002 2.62969 10.111 2.83069H10.17C10.21 2.84969 10.24 2.87069 10.26 2.88969C10.481 2.96069 10.69 3.04069 10.89 3.15069L11.27 3.32069C11.3618 3.36967 11.4649 3.44449 11.554 3.50916C11.6104 3.55014 11.6612 3.58703 11.7 3.61069C11.7163 3.62032 11.7329 3.63 11.7496 3.63976C11.8354 3.68981 11.9247 3.74195 12 3.79969C13.111 2.95069 14.46 2.49069 15.85 2.50069ZM18.51 9.70069C18.92 9.68969 19.27 9.36069 19.3 8.93969V8.82069C19.33 7.41969 18.481 6.15069 17.19 5.66069C16.78 5.51969 16.33 5.74069 16.18 6.16069C16.04 6.58069 16.26 7.04069 16.68 7.18969C17.321 7.42969 17.75 8.06069 17.75 8.75969V8.79069C17.731 9.01969 17.8 9.24069 17.94 9.41069C18.08 9.58069 18.29 9.67969 18.51 9.70069Z' fill='%230082A3'/%3E%3C/svg%3E%0A");
}

.blocks-item:nth-child(7) a:hover::before {
  content: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.85 2.50069C16.481 2.50069 17.111 2.58969 17.71 2.79069C21.401 3.99069 22.731 8.04069 21.62 11.5807C20.99 13.3897 19.96 15.0407 18.611 16.3897C16.68 18.2597 14.561 19.9197 12.28 21.3497L12.03 21.5007L11.77 21.3397C9.48102 19.9197 7.35002 18.2597 5.40102 16.3797C4.06102 15.0307 3.03002 13.3897 2.39002 11.5807C1.26002 8.04069 2.59002 3.99069 6.32102 2.76969C6.61102 2.66969 6.91002 2.59969 7.21002 2.56069H7.33002C7.61102 2.51969 7.89002 2.50069 8.17002 2.50069H8.28002C8.91002 2.51969 9.52002 2.62969 10.111 2.83069H10.17C10.21 2.84969 10.24 2.87069 10.26 2.88969C10.481 2.96069 10.69 3.04069 10.89 3.15069L11.27 3.32069C11.3618 3.36967 11.4649 3.44449 11.554 3.50916C11.6104 3.55014 11.6612 3.58703 11.7 3.61069C11.7163 3.62032 11.7329 3.63 11.7496 3.63976C11.8354 3.68981 11.9247 3.74195 12 3.79969C13.111 2.95069 14.46 2.49069 15.85 2.50069ZM18.51 9.70069C18.92 9.68969 19.27 9.36069 19.3 8.93969V8.82069C19.33 7.41969 18.481 6.15069 17.19 5.66069C16.78 5.51969 16.33 5.74069 16.18 6.16069C16.04 6.58069 16.26 7.04069 16.68 7.18969C17.321 7.42969 17.75 8.06069 17.75 8.75969V8.79069C17.731 9.01969 17.8 9.24069 17.94 9.41069C18.08 9.58069 18.29 9.67969 18.51 9.70069Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}

@media (min-width: 768px) {
  .blocks-item:nth-child(7) a::before {
     content: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.85 2.50069C16.481 2.50069 17.111 2.58969 17.71 2.79069C21.401 3.99069 22.731 8.04069 21.62 11.5807C20.99 13.3897 19.96 15.0407 18.611 16.3897C16.68 18.2597 14.561 19.9197 12.28 21.3497L12.03 21.5007L11.77 21.3397C9.48102 19.9197 7.35002 18.2597 5.40102 16.3797C4.06102 15.0307 3.03002 13.3897 2.39002 11.5807C1.26002 8.04069 2.59002 3.99069 6.32102 2.76969C6.61102 2.66969 6.91002 2.59969 7.21002 2.56069H7.33002C7.61102 2.51969 7.89002 2.50069 8.17002 2.50069H8.28002C8.91002 2.51969 9.52002 2.62969 10.111 2.83069H10.17C10.21 2.84969 10.24 2.87069 10.26 2.88969C10.481 2.96069 10.69 3.04069 10.89 3.15069L11.27 3.32069C11.3618 3.36967 11.4649 3.44449 11.554 3.50916C11.6104 3.55014 11.6612 3.58703 11.7 3.61069C11.7163 3.62032 11.7329 3.63 11.7496 3.63976C11.8354 3.68981 11.9247 3.74195 12 3.79969C13.111 2.95069 14.46 2.49069 15.85 2.50069ZM18.51 9.70069C18.92 9.68969 19.27 9.36069 19.3 8.93969V8.82069C19.33 7.41969 18.481 6.15069 17.19 5.66069C16.78 5.51969 16.33 5.74069 16.18 6.16069C16.04 6.58069 16.26 7.04069 16.68 7.18969C17.321 7.42969 17.75 8.06069 17.75 8.75969V8.79069C17.731 9.01969 17.8 9.24069 17.94 9.41069C18.08 9.58069 18.29 9.67969 18.51 9.70069Z' fill='%230082A3'/%3E%3C/svg%3E%0A");
  }

    
  .blocks-item:nth-child(7) a:hover::before {
    content: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.85 2.50069C16.481 2.50069 17.111 2.58969 17.71 2.79069C21.401 3.99069 22.731 8.04069 21.62 11.5807C20.99 13.3897 19.96 15.0407 18.611 16.3897C16.68 18.2597 14.561 19.9197 12.28 21.3497L12.03 21.5007L11.77 21.3397C9.48102 19.9197 7.35002 18.2597 5.40102 16.3797C4.06102 15.0307 3.03002 13.3897 2.39002 11.5807C1.26002 8.04069 2.59002 3.99069 6.32102 2.76969C6.61102 2.66969 6.91002 2.59969 7.21002 2.56069H7.33002C7.61102 2.51969 7.89002 2.50069 8.17002 2.50069H8.28002C8.91002 2.51969 9.52002 2.62969 10.111 2.83069H10.17C10.21 2.84969 10.24 2.87069 10.26 2.88969C10.481 2.96069 10.69 3.04069 10.89 3.15069L11.27 3.32069C11.3618 3.36967 11.4649 3.44449 11.554 3.50916C11.6104 3.55014 11.6612 3.58703 11.7 3.61069C11.7163 3.62032 11.7329 3.63 11.7496 3.63976C11.8354 3.68981 11.9247 3.74195 12 3.79969C13.111 2.95069 14.46 2.49069 15.85 2.50069ZM18.51 9.70069C18.92 9.68969 19.27 9.36069 19.3 8.93969V8.82069C19.33 7.41969 18.481 6.15069 17.19 5.66069C16.78 5.51969 16.33 5.74069 16.18 6.16069C16.04 6.58069 16.26 7.04069 16.68 7.18969C17.321 7.42969 17.75 8.06069 17.75 8.75969V8.79069C17.731 9.01969 17.8 9.24069 17.94 9.41069C18.08 9.58069 18.29 9.67969 18.51 9.70069Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
} */

.blocks-item a::before {
  line-height: 0;
}

@media (min-width: 768px) {
  .blocks-item a::before {
  line-height: 1.5;
}
}


@media (min-width: 768px) {
  .blocks-item-link {
		padding: 35px 0;
    flex-direction: column;
		justify-content: center;
		flex: 1;
	}
}

.blocks-item-link:hover, .blocks-item-link:active {
  text-decoration: none;
  font-weight:600;
}

.blocks-item-link:focus {
  outline: 0;
  text-decoration: none;
}


.blocks-item-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  margin-left: 12px;
}

@media (min-width: 768px) {
  .blocks-item-title {
    font-weight: 500;
    margin-left: 0;
    margin-top: 5px;
  }
}


.blocks-item-description {
  font-weight: 300;
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}


.home-section h2 {
  margin-bottom: 10px;
  text-align: center;
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}

.promoted-articles-item {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%;
    /* Three columns on desktop */
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  color: $text_color;
}

.promoted-articles-item .icon-lock {
  vertical-align: baseline;
}

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  background-image: url(/hc/theming_assets/01K4Q122XQCEPSAE62Y9D7P1SF);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community,
.activity {
/*   border-top: 1px solid #ddd; */
/*   padding: 30px 0; */
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}

.recent-activity-item-parent {
  font-size: 18px;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: $text_color;
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 18px;
  font-weight: 300;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  color: lighten($text_color, 20%);
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-controls {
  padding-top: 15px;
}

.recent-activity-accessibility-label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: $brand_color;
  width: 16px;
  height: 16px;
}

.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}

[dir="rtl"] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
}

.category-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 80%;
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}

.section-tree .section {
  flex: initial;
}

@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree-title {
  margin-bottom: 0;
  font-weight: 600;
}

.section-tree-title a {
  color: $text_color;
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
  margin: 28px 0;
}

@media (min-width: 1024px) {
  .article-list {
  	width: 80%;
  }
}

.article-list-item {
    margin-bottom: 10px;
  	border: 1px solid rgba(227, 219, 210, 1);
    border-radius: 12px;  
}

.article-list-item:hover {
    border: 1px solid rgba(255, 157, 2, 1);
		color: $brand_color;
    border-radius: 12px;  
}

.article-list-item:hover * {
		color: rgba(255, 157, 2, 1);
}

.article-list-item a {
  padding: 15px 20px;
  background: rgba(227, 219, 210, 1);
  border: 1px solid rgba(227, 219, 210, 1);
  border-radius: 12px;  
  text-decoration: none;
  align-items: center;
  color: rgba(0, 0, 0, 1);
  display: flex;
  justify-content: space-between;
}

.icon-star {
  color: $brand_color;
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5% 80px 5%;
}

@media (min-width:768px) {
  .section-container {
/*     padding: 0 5% 80px 5%; */
  }
}

@media (min-width: 1160px) {
  .section-container {
    padding: 0 0 80px 0;
    width: 90%;
  }
}

.knowledge-base {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5% 60px 5%;
}

@media (min-width:768px) {
  .knowledge-base {
    padding: 0 0 60px 0;
  }
}

@media (min-width: 1160px) {
  .knowledge-base {
    width: 90%;
  }
}


.article-container {
  max-width: 1160px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .article-container {
    padding: 0 5% 0 5%;
  }
}

@media (min-width: 1160px) {
  .article-container {
    padding: 0;
  }
}

.article-container-left-background {
/*   border: 1px solid green; */
    min-height: 70vh;
}


 @media (min-width: 1024px) {
  .article-container-left-background {
    background: linear-gradient(90deg, rgba(227, 219, 210, 1) 25vw, rgba(252, 243, 236, 1) 20%);
  }
}

@media (min-width: 1124px) {
  .article-container-left-background {
    background: linear-gradient(90deg, rgba(227, 219, 210, 1) 26vw, rgba(252, 243, 236, 1) 20%);
  }
}

@media (min-width: 1224px) {
  .article-container-left-background {
    background: linear-gradient(90deg, rgba(227, 219, 210, 1) 25vw, rgba(252, 243, 236, 1) 20%);
  }
}

@media (min-width: 1324px) {
  .article-container-left-background {
    background: linear-gradient(90deg, rgba(227, 219, 210, 1) 26vw, rgba(252, 243, 236, 1) 20%);
  }
}

 @media (min-width: 1424px) {
  .article-container-left-background {
    background: linear-gradient(90deg, rgba(227, 219, 210, 1) 29vw, rgba(252, 243, 236, 1) 20%);
  }
}

@media (min-width: 1524px) {
  .article-container-left-background {
    background: linear-gradient(90deg, rgba(227, 219, 210, 1) 29vw, rgba(252, 243, 236, 1) 20%);
  }
}

@media (min-width: 1624px) {
  .article-container-left-background {
    background: linear-gradient(90deg, rgba(227, 219, 210, 1) 31vw, rgba(252, 243, 236, 1) 20%);
  }
}

@media (min-width: 1724px) {
  .article-container-left-background {
    background: linear-gradient(90deg, rgba(227, 219, 210, 1) 32vw, rgba(252, 243, 236, 1) 20%);
  }
}

  @media (min-width: 1824px) {
  .article-container-left-background {
    background: linear-gradient(90deg, rgba(227, 219, 210, 1) 33vw, rgba(252, 243, 236, 1) 20%);
  }
}  

/* 2K and 4K resolutions */

@media (min-width: 1924px) {
  .article-container-left-background {
    background: linear-gradient(90deg, rgba(227, 219, 210, 1) 34vw, rgba(252, 243, 236, 1) 20%);
  }
} 

@media (min-width: 2024px) {
  .article-container-left-background {
    background: linear-gradient(90deg, rgba(227, 219, 210, 1) 35vw, rgba(252, 243, 236, 1) 20%);
  }
} 

@media (min-width: 2124px) {
  .article-container-left-background {
    background: linear-gradient(90deg, rgba(227, 219, 210, 1) 36vw, rgba(252, 243, 236, 1) 20%);
  }
}

@media (min-width: 2224px) {
  .article-container-left-background {
    background: linear-gradient(90deg, rgba(227, 219, 210, 1) 37vw, rgba(252, 243, 236, 1) 20%);
  }
}  

@media (min-width: 2324px) {
  .article-container-left-background {
    background: linear-gradient(90deg, rgba(227, 219, 210, 1) 38vw, rgba(252, 243, 236, 1) 20%);
  }
} 

@media (min-width: 2924px) {
  .article-container-left-background {
    background: linear-gradient(90deg, rgba(227, 219, 210, 1) 40vw, rgba(252, 243, 236, 1) 20%);
  }
} 

@media (min-width: 3424px) {
  .article-container-left-background {
    background: linear-gradient(90deg, rgba(227, 219, 210, 1) 42vw, rgba(252, 243, 236, 1) 20%);
  }
} 

/*
 @media (min-width: 1024px) {
  .article-container-left-background {
    background: linear-gradient(90deg, red 24vw, #fff 20%);
  }
}

@media (min-width: 1124px) {
  .article-container-left-background {
    background: linear-gradient(90deg, red 24vw, #fff 20%);
  }
}

@media (min-width: 1224px) {
  .article-container-left-background {
    background: linear-gradient(90deg, red 25vw, #fff 20%);
  }
}

@media (min-width: 1324px) {
  .article-container-left-background {
    background: linear-gradient(90deg, red 24vw, #fff 20%);
  }
}

 @media (min-width: 1424px) {
  .article-container-left-background {
    background: linear-gradient(90deg, red 26vw, #fff 20%);
  }
}

@media (min-width: 1524px) {
  .article-container-left-background {
    background: linear-gradient(90deg, red 27vw, #fff 20%);
  }
}

@media (min-width: 1624px) {
  .article-container-left-background {
    background: linear-gradient(90deg, red 28vw, #fff 20%);
  }
}

@media (min-width: 1724px) {
  .article-container-left-background {
    background: linear-gradient(90deg, red 30vw, #fff 20%);
  }
}

  @media (min-width: 1824px) {
  .article-container-left-background {
    background: linear-gradient(90deg, red 32vw, #fff 20%);
  }
}  
*/

.article {
  max-width: 1160px;
  margin: 0 auto;
  padding: 30px 5% 0 5%;
}

@media (min-width:768px) {
  .article-container {
    padding: 0 0 80px 0;
  }
}


@media (min-width: 1024px) {
  .article-container {
    width: 90%;
  }
}

@media (min-width: 1160px) {
  .sub-nav {
    width: 90%;
    padding: 0;
  }
}

.section-content {
  flex: 1;
}

@media (min-width: 768px) {
  .section-content {
    padding-top: 30px;
  }
}

@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}

@media (min-width: 1024px) {
  .section-list {
  	width: 80%;
  }
}

.section-list--collapsed .section-list-item:nth-child(1n + 6) {
  display: none;
}

.section-list-item {
  margin-bottom: 10px;
  border: 1px solid #F6F6F8;
  border-radius: 6px;
}

.section-list-item:hover {
    border: 1px solid $brand_color;
		color: $brand_color;
		border-radius: 6px;
}

.section-list-item:hover * {
		color: $brand_color;
}

.section-list-item a {
	padding: 15px 20px;
  background: #F6F6F8;
  border-radius: 6px;
  text-decoration: none;
  align-items: center;
  color: $text_color;
  display: flex;
  justify-content: space-between;
}

.see-all-sections-trigger {
  color: $brand_color;
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}

.see-all-sections-trigger[aria-hidden="true"] {
  display: none;
}


/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    max-width: 66%;
    min-width: 640px;
    padding: 30px 0 0 0;
  }
}

.article-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 1023px) {
  .article-header h1 {
 		font-size: 24px;
  }
}


@media (min-width: 1023px) {
  .article-header h1 {
 		font-size: 40px;
  }
}


@media (min-width: 768px) {
  .article-header {
    display:flex;
    flex-direction: column;
    margin-top: 0;
  }
}

.article-avatar {
  margin-right: 10px;
}

.article-author {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}

.article-title .icon-lock {
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article [role="button"] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}

.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  vertical-align: middle;
}

.article-body img {
  height: auto;
  max-width: 100%;
}

.article-body ul, .article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .article-body ul, [dir="rtl"] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol, .article-body li > ul, .article-body li > ol {
  margin: 0;
}

.article-body ul {
  list-style-type: disc;
}

.wysiwyg-underline {
  text-decoration: none;
}


.article-body a:visited {
  color: #9b5f00;
}

.article-body code {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: lighten($text_color, 20%);
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-content {
  line-height: 1.6;
  margin: 20px 0;
  word-wrap: break-word;
}

.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-comment-count {
  color: lighten($text_color, 20%);
  font-weight: 300;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count-icon {
  vertical-align: middle;
  color: $brand_color;
  width: 18px;
  height: 18px;
}

.article-sidebar {
  border-bottom: 1px solid rgba(227, 219, 210, 1);
  border-top: 1px solid rgba(227, 219, 210, 1);
  flex: 1 0 auto;
  margin-bottom: 5px;
  padding: 0 5%;
  background-color: rgba(227, 219, 210, 1);
}

@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 22%;
    height: auto;
    padding: 0;
    background-color: transparent; 
  }
}

.article-relatives {
  border-top: 1px solid rgba(227, 219, 210, 1);
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}

.article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}

.article-relatives > *:last-child {
  padding: 0;
}

@media (min-width: 768px) {
  .article-relatives > * {
    padding-right: 20px;
  }
}

.article-votes {
  border-top: 1px solid rgba(227, 219, 210, 1);
  padding: 27px 0;
  text-align: center;

}

.article-vote {
  margin: 10px 5px;
  min-width: 96px;
  width: auto;
  height: 32px;
}

.article-more-questions {
  margin: 0 0 20px;
  text-align: center;
}

.article-more-questions a {
  color: $brand_color;
}

.article-return-to-top {
  border-top: 1px solid rgba(227, 219, 210, 1);
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: $text_color;
  display: block;
  padding: 20px 0;
  text-align: center;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}

.article-return-to-top-icon {
  transform: translateY(27%) rotate(180deg);
}

.article-return-to-down-icon {
  transform: rotate(180deg);
}

.sidenav-title {
  font-size: 16px;
  position: relative;
  font-weight: 600;
}

@media (min-width: 1023px) {
  .sidenav-title {
    font-size: 20px;
  }
}


.sidenav-item {
  border-radius: 4px;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  opacity: 0.6;
  display: block;
  padding: 10px 10px 10px 0;
}

.sidenav-item.current-article, .sidenav-item:hover {
  color: rgba(255, 157, 2, 1);
  text-decoration: none;
  opacity: 1;
}

.sidenav-item.current-article {
  font-weight: 600;
}



.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item .attachment-icon {
  color: $text_color;
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item .attachment-icon {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: rgba(0, 0, 0, 1);
}

.upload-dropzone {
  border-radius: 8px;
  border: 1px solid rgba(227, 219, 210, 1);
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share li {
  height: 25px;
  width: 25px;
}

.share a {
  color: lighten($text_color, 20%);
}

.share a:hover {
  text-decoration: none;
  color: $brand_color;
}

.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading, .recent-articles-title,
.related-articles-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: lighten($text_color, 20%);
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: $brand_color;
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter .dropdown-toggle {
  color: lighten($text_color, 20%);
  font-weight: 300;
  font-size: 13px;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid $brand_color;
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: $brand_color;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: auto;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul, .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ul, [dir="rtl"] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol, .comment-body li > ul, .comment-body li > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  color: #9b5f00;
}

.comment-body code {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: lighten($text_color, 20%);
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: lighten($text_color, 20%);
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up:hover,
.vote-down:hover {
  color: $brand_color;
}

.vote-up, .vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: lighten($text_color, 20%);
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-voted {
  color: $brand_color;
}

.vote-voted:hover {
  color: darken($brand_color, 20%);
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01JC5EJXY1CNEXCVRC9HESSNEP);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-footer-title {
  font-size: 18px;
  margin-bottom: 20px;
}

.community-featured-posts .title {
  font-size: 18px;
  font-weight: 600;
}

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header .title {
  margin-bottom: 0;
  font-size: 18px;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow button {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow button {
    width: auto;
  }
}

.community-follow button:hover {
  background-color: $brand_color;
}

.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: $brand_text_color;
  color: $brand_text_color;
}

.community-follow button[data-selected="true"] {
  background-color: $brand_color;
  color: $brand_text_color;
}

.community-follow button[data-selected="true"]::after {
  border-left: 1px solid $brand_text_color;
  color: $brand_text_color;
}

.community-follow button[data-selected="true"]:hover {
  background-color: darken($brand_color, 20%);
  border-color: darken($brand_color, 20%);
}

.community-follow button::after {
  border-left: 1px solid $brand_color;
  content: attr(data-follower-count);
  color: $brand_color;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow button::after {
    position: static;
  }
}

[dir="rtl"] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid $brand_color;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: rgba(255, 157, 2, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: #9b5f00;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: lighten($text_color, 20%);
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: $text_color;
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: $brand_color;
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: lighten($text_color, 20%);
}

.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}

.status-label-open {
  background-color: #c72a1c;
}

.status-label-solved {
  background-color: #68737d;
}

.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}

.status-label-hold {
  background-color: #000;
}

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-pending {
  text-transform: lowercase;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul, .post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .post-body ul, [dir="rtl"] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.post-body ul > ul, .post-body ol > ol, .post-body ol > ul, .post-body ul > ol, .post-body li > ul, .post-body li > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  color: #9b5f00;
}

.post-body code {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: lighten($text_color, 20%);
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: lighten($text_color, 20%);
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: $brand_color;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar-title {
  font-size: 18px;
  font-weight: 600;
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/***** Community Badges *****/
/* Styles labels used next to the authors of article comments, community posts, and community comments */
.community-badge-titles {
  background-color: #04444d;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 8px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-flex;
  line-height: 20px;
  margin: 0 2px;
}

.community-badge-container-achievements {
  padding-top: 5px;
}

.community-badge-achievements {
  display: inline-block;
  margin: 0 3px 0 0;
}

[dir="rtl"] .community-badge-achievements {
  margin: 0 0 0 3px;
}

.community-badge-achievements img {
  width: 22px;
  height: 22px;
}

.community-badge-titles img {
  width: 20px;
  height: 20px;
}

.profile-info .community-badge-achievements img {
  width: 40px;
  height: 40px;
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 18px;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: calc(45px / 2);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}

.collapsible-nav-toggle-icon {
  display: none;
}

.collapsible-nav-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-nav-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid $brand_color;
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: $text_color;
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: $text_color;
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a:not([aria-current="page"]) {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li:not([aria-selected="true"]),
.collapsible-nav-list li:not(.current) {
  display: none;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:not([aria-selected="true"]),
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"],
.collapsible-nav-list li.current {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid $brand_color;
    order: 1;
  }
}

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  color: $text_color;
}

.collapsible-nav[aria-expanded="true"] li:not([aria-selected="true"]),
.collapsible-nav[aria-expanded="true"] li:not(.current) {
  display: block;
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 65px;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 38px 0 0 0;
    background-color: transparent; 
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-toggle {
  position: absolute;
  top: calc(65px / 2);
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}

.collapsible-sidebar-toggle-icon {
  display: none;
}

.collapsible-sidebar-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle:focus {
  outline: none;
}

.collapsible-sidebar-body {
  display: none;
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    display: block;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body {
  display: block;
}

/***** My activities *****/
.my-activities-nav {
  background-color: darken($background_color, 5%);
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  margin-bottom: 30px;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-subscribe button {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
@media (min-width: 768px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: lighten($text_color, 20%);
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: lighten($text_color, 20%);
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: lighten($text_color, 20%);
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid $brand_color;
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid $brand_color;
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: darken($background_color, 3%);
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h2 {
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h2 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: lighten($text_color, 20%);
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
}

.pagination-first-link, .pagination-last-link {
  padding: 0 10px;
  width: 40px;
  border: 1px solid #F63501;
}

.pagination-first-text, .pagination-last-text {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.pagination-next-link {
    padding-right: 10px;
    width: 96px;
    height: 32px;
    background-color: #F63501;
    color: rgba(227, 219, 210, 1);
    border: none;
}

.pagination-next-text {
  margin-right: 10px;
}

.pagination-next-icon {
  display: none;
}

.pagination-last-icon:hover {
  color: rgba(255, 157, 2, 1);
}

[dir="rtl"] .pagination-next-link {
  padding-left: 10px;
}

[dir="rtl"] .pagination-next-text {
  margin-left: 10px;
}

.pagination-prev-link {
  padding-left: 10px;
}

.pagination-prev-text {
  margin-left: 10px;
}

[dir="rtl"] .pagination-prev-link {
  padding-right: 10px;
}

[dir="rtl"] .pagination-prev-text {
  margin-right: 10px;
}

/***** Metadata *****/
.meta-group {
  display: block;
  padding: 10px 0 10px 0;
}

.meta-group-opposite {
  float: right;
}

[dir="rtl"] .meta-group-opposite {
  float: left;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: lighten($text_color, 20%);
  font-size: 13px;
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: darken($background_color, 3%);
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 80px;
  height: 80px;
}

.profile-avatar .icon-agent {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
  line-height: 25px;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.user-profile-actions {
  width: 100%;
  margin-bottom: 15px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: lighten($text_color, 20%);
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px $brand_color;
  border-radius: 4px;
  color: $brand_color;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: darken($background_color, 5%);
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: lighten($text_color, 20%);
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-badges-items {
  margin-top: 25px;
}

.profile-badges-item {
  border-top: 1px solid #ddd;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}

.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}

.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}

.profile-badges-item-image img {
  max-height: 40px;
}

[dir="rtl"] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}

.profile-badges-item-title, .profile-badges-item-metadata-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.profile-badges-item-title {
  font-weight: 600;
}

.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: lighten($text_color, 20%);
  font-size: 13px;
  margin: 0;
}

.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}

[dir="rtl"] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 18px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-icon {
  right: 0;
}

.profile-contribution-icon svg {
  vertical-align: middle;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.private-activity-icon {
  margin-right: 10px;
}

[dir="rtl"] .private-activity-icon {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: darken($background_color, 3%);
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: $background_color;
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}

[dir="rtl"] .profile-activity-icon {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity-icon {
    left: -14px;
  }
  [dir="rtl"] .profile-activity-icon {
    right: -14px;
  }
}

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin: auto;
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1160px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
    width: 90%;
  }
}

.search-results-column {
  flex: 1;
  padding: 15px 5% 0 5%;
}

@media (min-width: 768px) {
  .search-results-column {
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 75%;
    padding: 32px 0 0 0;
  }
}

.search-results-sidebar {
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0 5% 0 5%;
  background-color: #F6F6F8; 
}

.search-result-list-item {
  border-bottom: 1px solid rgba(227, 219, 210, 1);
}

@media (min-width: 1024px) {
  .search-results-sidebar {
  	padding: 0;
	}
}

@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}

.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  color: inherit;
  text-decoration: none;
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
  display: none;
}

@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
    display: block;
  }
}

.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n + 6) {
  display: none;
}

.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: rgba(255, 157, 2, 1);
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

.search-results-subheading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .search-results-subheading {
    font-size: 26px;
  }
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid rgba(227, 219, 210, 1);
}

.search-results-list > li h2 {
  margin-bottom: 0;
}

.search-results .meta-group {
  display: block;
  align-items: center;
  clear: both;
  color: #666;
}

@media (min-width: 1024px) {
  .search-results .meta-group {
    display: flex;
  }
}

.search-results .meta-group > li {
  display: block;
}

@media (min-width: 1024px) {
  .search-results .meta-group > li {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .search-results .meta-group li:first-child {
    flex: 1;
  }
}

.search-results .meta-group .meta-data {
  color: inherit;
}

[dir="ltr"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-right: 20px;
}

[dir="rtl"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-left: 20px;
}

.search-results .meta-group .meta-data::after {
  content: none;
}

.search-results-description {
  margin-top: 10px;
  word-break: break-word;
}

.search-result-title {
  font-size: 18px;
  display: inline-block;
}


.search-result-title a {
  color: rgba(255, 157, 2, 1);
}

[dir="ltr"] .search-result-icons {
  float: right;
}

[dir="rtl"] .search-result-icons {
  float: left;
}

.search-result-votes, .search-result-meta-count {
  color: lighten($text_color, 20%);
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  padding: 4px 5px;
  position: relative;
}


.search-result-votes-icon, .search-result-meta-count-icon {
  color: $brand_color;
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs {
    display: table-row;
  }
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs li {
    display: table-cell;
  }
}

.search-result-breadcrumbs li, .search-result-breadcrumbs li a, .search-result-breadcrumbs li a:visited {
  color: rgba(0, 0, 0, 1);
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

/* Add a yellow background for Chinese */
html[lang|="zh"] .search-results-description em {
  font-style: normal;
  background: yellow;
}

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height .2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: .6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir="rtl"] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  cursor: pointer;
  font-size: 14px;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
  padding: 10px 0;
  border-radius: 6px;
  min-width: 140px;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  outline: none;
  text-align: right;
}

.dropdown-toggle:hover {
  color: #333333;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle > * {
  display: inline-block;
}

.dropdown-menu {
  border: 1px solid rgba(227, 219, 210, 1);
  background-color: rgba(252, 243, 236, 1);
  border-radius: 8px;
  display: none;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
  min-width: 140px;
}

[dir="rtl"] .dropdown-menu {
  text-align: right;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.dropdown-menu [role="separator"] {
  border-bottom: 1px solid #d8d8d8;
  color: #969696;
  display: block;
  font-weight: normal;
  font-size: 11px;
  padding: 5px 0;
  margin: 5px 20px 10px 20px;
}

.dropdown-menu [role="menuitem"] {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role="menuitem"]:hover, .dropdown-menu [role="menuitem"]:focus {
  background: rgba(227, 219, 210, 1);
  text-decoration: none;
  color: #333;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.dropdown-menu [role="menuitem"][hidden], .dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir="rtl"] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

[dir="rtl"] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.chevron-icon {
   transform: translateY(25%);  
}

.blocks-item:hover .svg-icon {
  filter: invert(25%) sepia(40%) saturate(6569%) hue-rotate(4deg) brightness(99%) contrast(99%);
}

.svg-icon {
  margin-bottom: 20px;
}

div#postfeeling{
    z-index:9999999;
    display:none;
    background:#f63500;
    position:fixed;
    border-radius:7px;
    bottom:16px;
    right:16px;
    width:342px;
    height:541px
}
div#sendsurvey{
    height:43px;
    width:100%;
    color:#fff;
    font-size:20px;
    padding-top:10px;
    text-align:center;
    box-sizing:border-box;
    font-family: 'Poppins',sans-serif
}
div#sendsurvey span.close{
    position:absolute;
    right:10px;
    top:10px;
    cursor:default
}
div#postfeeling.fullscreen{
    top:0;
    right:0;
    bottom:auto;
    right:auto;
    height:100vh;
    width:100vw
}
div#postfeeling.fullscreen div#surveyiframe,div#postfeeling.fullscreen div#surveyiframe iframe{
    bottom:auto;
    right:auto;
    height:calc(100vh - 43px);
    width:100vw
}

.hidden-section {
  display: none;
}