@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');



.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;
}

.container {
    max-width: 1136px;
}

.header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 85px;
  background: #fff;
  border-bottom: 1px solid rgba(210, 210, 210, 0.5);
  z-index: 99;
}

.header--logo {
    padding-top: 17px;
}

.header--logo img {
    height: 45px;
    width: auto;
}

.header--navigation {
  text-align: right;
  margin-top: 30px;
}

.header--navigation ul {
  margin: 0;
  padding: 0;
}

.header--navigation ul li {
  display: inline-block;
  margin-right: 30px;
}

.header--navigation ul li:last-child {
  margin-right: 0px;
}

.header--navigation ul li a {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  color: #383636;
  opacity: 0.9;
  text-decoration: none;
  transition: .2s all;
}

.header--navigation ul li a:hover {
  color: #EE3831;
  opacity: 1;
  transition: .2s all;
}

.header--navigation .sign-in {
  width: 160px;
  height: 56px;
  border-radius: 28px;
  border: 2px solid #ee3831;
  background: transparent;
  padding: 10px 20px;
  opacity: 1;
  color: #ee3831 !important;
  transition: .2s all;
}

.header--navigation .sign-in:hover {
  color: #FFF !important;
  background: #ee3831;
  box-shadow: 0px 3px 30px rgba(56, 0, 0, 0.16);
  transition: .2s all;
}

.header--navigation .shop {
  width: 160px;
  height: 56px;
  border-radius: 28px;
  background: #ee3831;
  padding: 10px 20px;
  opacity: 1;
  color: #FFF;
  transition: .2s all;
}

.header--navigation .shop:hover {
  color: #FFF;
  box-shadow: 0px 3px 30px rgba(56, 0, 0, 0.16);
  transition: .2s all;
}


.home__header {
    background-color: #F8F8F8;
    width: 100%;
    height: 367px;
    margin-bottom: 90px;
}

.home__header--content {
    padding: 0 188px;
}

.osc-blocks-list {
    padding: 0 94px;
}

.home__header--title {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 52px;
    text-align: left;
    color: #383636;
    padding-top: 130px;
    margin-bottom: 50px;
}

.osc-blocks-item {
    position: relative;
    border-radius: 0px;
    box-sizing: border-box;
    display: inline-block;
    border: 0;
    margin: 0 0 30px;
    /* max-width: 100%; */
    text-align: center;

    width: 288px;
    max-width: 100%;
    height: 230px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(56, 54, 54, 0.1);
  }

  .osc-blocks-item-content {
    position: absolute;
    margin-bottom: 0;
    font-size: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px;
  }

  .osc-blocks-item-title {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 24px !important;
    line-height: 38px;
    text-align: center;
    color: #383636;
  }

  .osc-blocks-item-image {
    margin-bottom: 30px;
  }

  .search-full input[type="submit"] {
    width: 130px;
    height: 50px;
    border-radius: 25px;
    background: #ee3831;

    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    color: #fff;

    border: 0;
    margin-left: 10px;
}

.search-full input[type="search"] {
    width: calc(100% - 15px - 130px);
    height: 50px;
    border: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.854' height='14.854' viewBox='0 0 14.854 14.854'%3E%3Cpath id='Tracé_18220' data-name='Tracé 18220' d='M14.5,14.5l-4-4m-4,2a6,6,0,1,1,6-6A6,6,0,0,1,6.5,12.5Z' transform='translate(0)' fill='none' stroke='%23383636' stroke-width='1'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position-y: 18px;
    padding-left: 24px;
    border-bottom: 1px solid #D2D2D2;
    background-color: transparent;
}

.search-full input[type="search"]:focus {
    outline: none;
}


.footer {
  background-color: #EBEBEB;
  width: 100%;
  padding-top: 100px;
}

.footer-copyright {
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 50px;
  border-top: 1px solid rgba(160, 160, 160, 0.5);
}

.footer-copyright--text {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #383636;
  opacity: 0.5;
}

.footer-copyright--navigation {
  text-align: right;
}

.footer-copyright--navigation ul {
  margin: 0;
  padding: 0;
}

.footer-copyright--navigation ul li {
  display: inline-block;
  margin-left: 15px;
}

.footer-copyright--navigation ul li a {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #383636;
  opacity: 0.6;
  text-decoration: none;
}

.footer--logo {
  margin-bottom: 20px;
}

.footer--logo img {
  height: 40px;
  width: auto;
}

.footer--navigation {
  
}

.footer--navigation ul {
  margin: 0;
  padding: 0;
  column-count: 2;
}

.footer--navigation ul li {
  display: block;
  margin-top: 28px;
}

.footer--navigation ul li:first-child {
  margin-top: 0px;
}

.footer--navigation ul li a {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  color: #383636;
  text-decoration: none;
}

.search-nav {
  width: 100%;
}

.sub-nav {
  background-color: #F8F8F8;
  height: 100%;
  padding-top: 50px;
}

.sub-nav::before {
  content: "";
  background-color: #F8F8F8;
  position: fixed;
  width: 30%;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 0;
}

.sub-nav--menu {
  margin-top: 20px;
}

.sub-nav--menu ol {
  margin: 0;
  padding: 0;
}

.sub-nav--menu ol li {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #EE3831;
  margin-top: 15px;
}

.sub-nav--menu ol li:first-child {
  margin-top: 0px;
}

.sub-nav--menu ol li::marker {
  color: #383636;
  display: none;
}

.sub-nav--menu ol li a {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #383636;
  opacity: 0.95;
  text-decoration: none;
}

.request-nav--menu {
  margin-top: 20px;
}

.request-nav--menu li {
  display: block;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #EE3831;
  margin-top: 15px;
}

.request-nav--menu li a {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #383636;
  opacity: 0.95;
  text-decoration: none;
}

.category-container,
.section-container,
.article-container,
.search-results,
.request-form-container,
.request-container {
  padding: 50px 0 50px 94px;
}

.request-form-container input, 
.request-form-container textarea {
  width: 100%;
}

.request-form-container .form-field {
  margin-top: 20px;
}

.request-form-container label {
  margin-bottom: 5px;
}

.request-form-container #request_description_hint {
  margin-top: 10px;
  font-size: 14px;
  color: #9e9e9e;
}

.request-form-container input[type="submit"] {
  margin-top: 30px;
  background-color: #ee3831;
  color: #fff;
  padding: .9rem 4rem;
  border-radius: 34px;
  border: none;
  line-height: 1.33333;
  transition: all .3s ease-in-out;
  appearance: none;
  cursor: pointer;
}

.request-form-container input[type="submit"]:hover {
  box-shadow: 0 3px 30px 5px rgb(56 0 0 / 16%);
  transition: all .3s ease-in-out;
}

.request-container ul.comment-list {
  margin: 0;
  padding: 0;
}

.request-container ul.comment-list li {
  display: block;
  border-bottom: 1px solid #CCC;
  margin-bottom: 30px;
}

.request-container ul.meta-group {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

.request-container .avatar {
  float: left;
}

.request-container .comment-meta {
  float: left;
  margin-left: 20px;
}

.request-container .comment-author:after {
  content: "";
  display: table;
  clear: both;
}

.request-container .comment-meta a {
  color: #ee3831;
  text-decoration: none;
}

.request-container .comment-body {
  margin-left: 60px;
}

.request-container ul.comment-list li.meta-data {
  border: none;
}

.request-container form .avatar.comment-avatar,
.request-container button.comment-show-container {
  display: none;
}

.request-container input[type="submit"] {
  margin-top: 30px;
  background-color: #ee3831;
  color: #fff;
  padding: .9rem 4rem;
  border-radius: 34px;
  border: none;
  line-height: 1.33333;
  transition: all .3s ease-in-out;
  appearance: none;
  cursor: pointer;
}

.request-container input[type="submit"]:hover {
  box-shadow: 0 3px 30px 5px rgb(56 0 0 / 16%);
  transition: all .3s ease-in-out;
}

.request-container input, 
.request-container textarea {
  width: 100%;
}

.request-container .form-field {
  margin-top: 20px;
}

.request-container label {
  margin-bottom: 5px;
}

.request-container .request-sidebar {
  display: none;
}

.request-container .my-activities-table td a {
  color: #000;
  text-decoration: none;
}

.request-container .my-activities-table button {
  background: transparent;
  border: none;
  color: #ee3831;
}

.page-header H1,
.article-header H1,
.search-results-subheading H1,
H1.search-results-subheading {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 52px;
  text-align: left;
  color: #383636;
  margin-bottom: 50px;
}

H2.section-tree-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  text-align: left;
  color: #383636;
  margin-top: 15px;
}

H2.section-tree-title a {
  text-decoration: none;
  color: #383636;
}

.article-list {
  margin: 0;
  padding: 0;
}

.article-list li {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #D2D2D2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.251' height='12.715' viewBox='0 0 8.251 12.715'%3E%3Cpath id='Tracé_9844' data-name='Tracé 9844' d='M8.357,10.251,2,3.894,3.894,2,8.357,6.464,12.821,2l1.894,1.894Z' transform='translate(-2 14.715) rotate(-90)' fill='%23ee3831'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position-x: calc(100%);
  background-position-y: 30px;
}

.article-list li a {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #383636;
  text-decoration: none;
}

.see-all-articles {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #383636;
  margin-top: 40px;
}

.article-body H3 {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  text-align: left;
  color: #383636;
  margin-top: 15px;
}

.article-body H3 a {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  text-align: left;
  color: #EE3831;
  margin-top: 15px;
  text-decoration: none;
}

.article-body {
  overflow: hidden;
}

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

.article-body p {
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #3f3f3f;
}

.article-body a {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #EE3831;
}

.search-results-list {
  margin: 0;
  padding: 0;
}

.search-results-list li {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #D2D2D2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.251' height='12.715' viewBox='0 0 8.251 12.715'%3E%3Cpath id='Tracé_9844' data-name='Tracé 9844' d='M8.357,10.251,2,3.894,3.894,2,8.357,6.464,12.821,2l1.894,1.894Z' transform='translate(-2 14.715) rotate(-90)' fill='%23ee3831'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position-x: calc(100%);
  background-position-y: 30px;
}

.search-results-list li a {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #EE3831;
  text-decoration: none;
}

.pagination {
  display: initial;
}

ul.pagination-list {
  margin: 0;
  padding: 0;
  display: flex;
  padding: 00px 0 50px 94px;
}

.pagination-list li {
  display: inline-block;
  flex-grow: 1;
}

.pagination-list li a {
  font-family: 'Manrope', sans-serif;
  color: #EE3831;
  text-decoration: none;
}

.pagination-list li.pagination-prev,
.pagination-list li.pagination-last {
  text-align: right;
}



  /***** 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(238, 56, 49, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > button:hover, .user-info > button:focus {
  color: rgba(238, 56, 49, 1);
  background-color: transparent;
}

.user-info > button::after {
  color: rgba(238, 56, 49, 1);
  padding-right: 15px;
}

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

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

@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: rgba(60, 60, 59, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: #FFFFFF;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}


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

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle > * {
  display: inline-block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  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;
}

[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: #333;
  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: #f3f3f3;
  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;
}

.dropdown-chevron-icon {
  vertical-align: middle;
}


.header--navigation__mobile {
  display: none;
}

.header--navigation__mobile ul {
  margin-top: -5px;
}

.header--navigation__mobile .burger {
  position: relative;
  width: 30px;
  height: 20px;
  transform: translateY(5px);
  cursor: pointer;
}

.header--navigation__mobile .burger i {
  position: absolute;
  background-color: #000;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
}

.header--navigation__mobile .burger::before {
  position: absolute;
  content: '';
  background-color: #000;
  transform: translateX(-50%);
  top: 0%;
  left: 50%;
  width: 100%;
  height: 2px;
}

.header--navigation__mobile .burger::after {
  position: absolute;
  content: '';
  background-color: #000;
  transform: translateX(-50%);
  top: 100%;
  left: 50%;
  width: 100%;
  height: 2px;
}

.header--navigation__mobile .shop {
  width: 160px;
  height: 56px;
  border-radius: 28px;
  background: #ee3831;
  padding: 10px 20px;
  opacity: 1;
  color: #FFF;
  transition: .2s all;
}

.header--navigation__mobile .shop:hover {
  color: #FFF;
  box-shadow: 0px 3px 30px rgba(56, 0, 0, 0.16);
  transition: .2s all;
}


@media only screen and (max-width: 1000px) {
  .header--navigation {
      display: none;
  }

  .header--navigation__mobile {
      display: block;
  }

  .header--navigation__mobile .sign-in {
    width: 160px;
    height: 56px;
    border-radius: 28px;
    border: 2px solid #FFF;
    background: transparent;
    padding: 10px 20px;
    opacity: 1;
    color: #FFF !important;
    transition: .2s all;
  }
  
  .header--navigation__mobile .sign-in:hover {
    color: #FFF !important;
    box-shadow: 0px 3px 30px rgba(56, 0, 0, 0.16);
    transition: .2s all;
  }
}

@media only screen and (max-width: 990px) {
  .footer-copyright--navigation {
      text-align: left;
  }
  
  .footer-copyright--navigation ul li:first-child {
      margin-left: 0px;
  }
  
  .footer-copyright--text {
      margin-top: 10px;
  }

  .category-container,
  .section-container,
  .article-container,
  .search-results,
  .request-form-container,
  .request-container {
      padding: 50px 0 50px 0px;
  }

  .sub-nav::before {
      display: none;
  }

  .sub-nav {
    padding: 50px 30px;
  }

  .search-full input[type="search"] {
    width: 100%;
  }
}

@media only screen and (max-width: 860px) {

}

@media only screen and (max-width: 765px) {
  .osc-blocks-item {
      width: 100%;
  }

  .osc-blocks-list {
      padding: 0 20px;
  }

  .home__header--content {
      padding: 0 20px;
  }

  .search-full input[type="submit"] {
      width: 90px;
  }

  .home__header--content .search-full input[type="search"] {
      width: calc(100% - 15px - 90px);
  }

  .home__header--title {
      font-family: 'Manrope', sans-serif;
      font-weight: 500;
      font-size: 24px;
      line-height: 34px;
      text-align: left;
      color: #383636;
      padding-top: 50px;
      margin-bottom: -10px;
  }

  .footer-copyright--navigation,
  .footer-copyright--text {
      margin-top: 10px;
      text-align: center;
  }

  .home__header {
      background-color: #F8F8F8;
      width: 100%;
      height: 192px;
      margin-bottom: 50px;
  }
}

#menu {
  background-color: #EE3831;
  width: 100%;
  height: 0;
  position: fixed;
  z-index: 99;
  overflow: hidden;
  transition: .4s height ease-in-out;
}

#menu ul {
  margin: 0;
  padding: 10px 30px;
}

#menu ul li {
  display: block;
  margin-top: 32px;
}

#menu ul li a {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

.is-opened {
  height: 100% !important;
  transition: .4s height ease-in-out;
}