/* @import "./partials/fonts";
@import "./partials/header";
@import "./partials/slider";
@import "./partials/button";
@import "./partials/input";
@import "./partials/typography";
@import "./partials/grid";
@import "./partials/image-box";
@import "./partials/promo-banner";
@import "./partials/meet";
@import "./partials/masonry";
@import "./partials/benefit";
@import "./partials/footer";
@import "./partials/subscribe";
@import "./partials/product-detail";
@import "./partials/breadcrumbs";
@import "./partials/reviews";
@import "./partials/listing";
@import "./partials/filters";
@import "./partials/cart";
@import "./partials/order";
@import "./partials/alerts";
@import "./partials/my-account";
@import "./partials/pagination";
@import "./partials/tags";
@import "./partials/contact";
@import "./partials/search-results"; */
img {
  width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.grey-background {
  background-color: #F7F7F7;
}

.main-section {
  padding: 50px 0;
}
.main-section h2 {
  margin-bottom: 30px;
}

.main-section {
  padding: 50px 0;
}
.main-section--small {
  padding: 30px 0;
}
.main-section h2 {
  margin-bottom: 30px;
}

.center-me {
  display: table;
  margin: 0 auto;
}

.background--grey {
  background-color: #f6f6f6;
}

.spacer-100 {
  display: block;
  height: 100%;
}

.spacer-50 {
  display: block;
  height: 50px;
}

.underline {
  text-decoration: underline;
}

.add-to-favorites.active {
  border: 2px solid #f48120;
  color: #f48120;
}

.favorites-small-icon {
  background-color: transparent;
  color: #2E2726;
}
.favorites-small-icon.active {
  background-color: transparent;
  color: #f48120;
}

.separator-40 {
  margin-top: 40px;
}

.vertical-flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.thanks-page img {
  width: 90%;
}
.thanks-page .right-side-text {
  height: 100%;
  text-align: center;
}
.thanks-page .right-side-text .h2 {
  margin-bottom: 16px;
}
.thanks-page .right-side-text p {
  margin-bottom: 24px;
}
.thanks-page .right-side-text .button {
  margin: 0 auto;
  display: table;
}
.thanks-page.contact-ty {
  text-align: center;
}
.thanks-page.contact-ty img {
  width: 50%;
}

.show-on-md {
  display: none;
}

.ml-auto {
  margin-left: auto;
}

#show-less-photos-button {
  display: none;
}

.verify-email {
  text-align: center;
  min-height: 200px;
}
.verify-email > p {
  margin-bottom: 50px;
}
.verify-email .flex {
  gap: 20px;
}

@media screen and (min-width: 992px) {
  .show-on-md {
    display: block;
  }
  .no-pd-b-md {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .thanks-page img {
    width: 60%;
    margin: 0 auto;
    display: table;
  }
}
@media screen and (min-width: 992px) {
  .thanks-page .right-side-text h2,
  .thanks-page .right-side-text p {
    text-align: left;
  }
  .thanks-page .right-side-text .button {
    display: initial;
    margin-left: 0;
  }
}
.h1,
.h2,
.h3,
.h4 {
  font-family: "Manrope", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  color: #202A44;
}

.h2 {
  font-size: 42px;
}

.h3 {
  font-size: 34px;
}

.h4 {
  font-size: 26px;
  font-weight: bold;
  line-height: 50px;
}

html,
body {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #6B7280;
}

a {
  text-decoration: none;
  color: #202A44;
}
a:hover {
  color: #3A4A6B;
}

.custom-h2 {
  font-size: 30px;
}

.contact-ty .h2 {
  text-align: center;
}
.contact-ty__title {
  font-size: 22px;
  margin-bottom: 12px;
}

@media (max-width: 1200px) {
  .h2 {
    font-size: 38px;
  }
  .h3 {
    font-size: 32px;
  }
  .h4 {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .h2 {
    font-size: 34px;
  }
  .h3 {
    font-size: 28px;
  }
  .h4 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .h2 {
    font-size: 30px;
  }
  .h3 {
    font-size: 24px;
  }
  .h4 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .h2 {
    font-size: 26px;
  }
  .h3 {
    font-size: 20px;
  }
  .h4 {
    font-size: 18px;
  }
}
.preheader {
  background-color: #202A44;
  display: flex;
  padding: 20px 0 13px 0;
  color: white;
}
.preheader__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.preheader__logos {
  display: flex;
  gap: 26px;
  align-items: center;
}
.preheader__logos a:first-child img {
  width: 341px;
}
.preheader__logos a:last-child img {
  width: 141px;
}
.preheader__info {
  display: flex;
  gap: 26px;
  align-items: center;
}
.preheader__info p {
  margin-bottom: 0;
  font-size: 11px;
  max-width: 392px;
  text-transform: uppercase;
}
.preheader__info--search {
  font-size: 23px;
  cursor: pointer;
}
.preheader__actions {
  display: flex;
  gap: 26px;
  align-items: center;
  flex-shrink: 0;
}

.lang {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  background-color: rgba(243, 244, 246, 0.1);
  border-radius: 5px;
  height: 40px;
  padding-left: 12px;
}
.lang::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 3px;
  width: 1px;
  height: 87%;
  background-color: rgba(243, 244, 246, 0.2);
}
.lang:hover {
  background: rgba(255, 255, 255, 0.25);
}
.lang .fa-globe {
  font-size: 18px;
  color: white;
}
.lang__switcher {
  position: relative;
}
.lang__current {
  background: transparent;
  border: none;
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  min-width: 60px;
  justify-content: center;
}
.lang__current .fa-chevron-down {
  font-size: 10px;
  transition: transform 0.3s ease;
}
.lang__current.active .fa-chevron-down {
  transform: rotate(180deg);
}
.lang__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: white;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 60px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  overflow: hidden;
}
.lang__dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.lang__option {
  display: block;
  padding: 10px 16px;
  color: #202A44;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease;
}
.lang__option:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #202A44;
}

.header {
  background-color: #E8C5A5;
  border-bottom: 3px solid white;
}
.header a {
  color: #202A44;
}
.header .navbar {
  padding: 0;
}
.header .navbar .navbar-collapse {
  justify-content: center;
}
.header .navbar .navbar-collapse .navbar-nav {
  padding: 12px 0;
  gap: 12px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item a {
  padding: 6px;
  text-transform: uppercase;
  font-size: 16px;
  color: #202A44;
}
.header .navbar .navbar-collapse .navbar-nav .dropdown-menu {
  width: -moz-max-content;
  width: max-content;
  padding: 12px;
  background-color: #001A38;
}
.header .navbar .navbar-collapse .navbar-nav .dropdown-menu li {
  margin-bottom: 8px;
}
.header .navbar .navbar-collapse .navbar-nav .dropdown-menu li a {
  color: white;
  font-size: 0.9rem;
}

@media screen and (max-width: 1399px) {
  .preheader__info p {
    max-width: 312px;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    gap: 10px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .preheader__flex {
    flex-wrap: wrap;
    gap: 12px;
  }
  .preheader__info {
    justify-content: space-between;
    width: 100%;
  }
  .preheader__info p {
    flex: 1;
    margin-right: 16px;
  }
  .preheader__actions {
    gap: 20px;
  }
  .preheader .lang::before {
    left: -10.5px;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    gap: 3px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item a {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .navbar {
    justify-content: flex-end;
  }
  .header {
    padding: 15px 0;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    text-align: right;
  }
  .header .navbar .navbar-collapse .navbar-nav .dropdown-menu {
    float: right;
    background-color: transparent;
    text-align: right;
    border: none;
    border-bottom: 1px solid #606060;
    border-radius: 0px;
    width: initial;
  }
  .header .navbar .navbar-collapse .navbar-nav .dropdown-menu li {
    margin-bottom: 2px;
  }
  .header .navbar .navbar-collapse .navbar-nav .dropdown-menu li a {
    color: rgba(0, 0, 0, 0.55);
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 576px) {
  .preheader__logos a:first-child {
    flex: 1 1 70%;
  }
  .preheader__logos a:first-child img {
    width: 100%;
  }
  .preheader__logos a:nth-child(2) {
    flex: 1 1 30%;
  }
  .preheader__logos a:nth-child(2) img {
    width: 100%;
  }
  .preheader__info {
    gap: 12px;
  }
  .preheader__info p {
    font-size: 10px;
    line-height: 1.3;
    margin-right: 12px;
  }
  .preheader__actions {
    gap: 12px;
  }
  .preheader .lang {
    padding-left: 0;
  }
  .preheader .lang::before {
    left: -6px;
  }
  .preheader .lang .fa-globe {
    display: none;
  }
  .socials {
    display: flex;
    gap: 10px;
  }
  .socials a {
    font-size: 18px;
  }
}
footer {
  background-color: #202A44;
  color: white;
  padding-top: 77px;
  padding-bottom: 40px;
}
footer .footer__flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 12px;
}
footer .footer__logo {
  width: 180px;
}
footer .footer__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
  padding-right: 120px;
}
footer .footer__logos img {
  flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
}
footer .footer .footer-title {
  font-size: 18px;
  margin-bottom: 28px;
}
footer .footer .footer-menu li {
  margin-bottom: 16px;
}
footer .footer .footer-menu li a {
  color: white;
  font-size: 14px;
}
footer .afterfooter .flex {
  display: flex;
  justify-content: space-between;
  padding-top: 28px;
  margin-top: 40px;
  border-top: 1px solid rgba(30, 58, 138, 0.4);
}
footer .afterfooter p {
  font-size: 14px;
  color: rgb(219, 234, 254);
}
footer .afterfooter p span {
  font-weight: 600;
}
footer .afterfooter .socials a {
  background-color: rgba(30, 58, 138, 0.3);
  border: 1px solid rgba(30, 58, 138, 0.3);
}

@media screen and (min-width: 540px) and (max-width: 767px) {
  footer .footer__logos {
    margin: 38px auto 54px auto;
    width: 80%;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer__logos {
    gap: 16px;
    padding-right: 40px;
  }
  footer .footer__logos img {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}
@media screen and (max-width: 991px) {
  footer .footer__logos img {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer__flex {
    gap: 34px;
  }
  footer .footer__logos {
    flex-direction: row;
    margin-bottom: 54px;
    padding-right: 0;
  }
  footer .footer__logos img {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
  footer .footer .footer-menu {
    margin-bottom: 54px;
  }
}
.welcome-text {
  padding-top: 92px;
  padding-bottom: 92px;
}
.welcome-text p {
  font-size: 25px;
}

.banner img {
  max-width: 1920px;
  margin: 0 auto;
  display: block;
  height: 100%;
}

.header-split {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-split--gutter {
  padding-top: 43px;
  padding-bottom: 34px;
}
.header-split--gutter p {
  margin-bottom: 0;
}
.header-split p {
  font-size: 20px;
}
.header-split > div {
  flex: 1 1 100%;
}
.header-split > div:first-child {
  max-width: 40%;
}
.header-split > div:last-child {
  max-width: 50%;
}

.reasons {
  margin-bottom: 130px;
}
.reasons__icon {
  margin-bottom: 16px;
}
.reasons__icon img {
  width: 44px;
  height: 44px;
}
.reasons__title {
  color: #202A44;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.reasons__text {
  font-size: 16px;
  line-height: 23px;
}

.video {
  margin-top: 81px;
  margin-bottom: 121px;
}
.video iframe {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .header-split {
    flex-direction: column;
  }
  .reasons {
    margin-bottom: 50px;
  }
  .header-split > div:first-child,
  .header-split > div:last-child {
    max-width: 100%;
    width: 100%;
  }
  .welcome-text .h2 {
    margin-bottom: 18px;
  }
  .welcome-text p {
    font-size: 18px;
  }
  .video iframe {
    height: 300px;
  }
}
.popup-window.image-only .modal-dialog {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.popup-window.image-only .modal-body {
  padding: 0;
}
.popup-window.image-only .modal-body .popup-image {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  display: block;
}
.popup-window .bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}
.popup-window .modal-content {
  position: relative;
  border-radius: 5px;
}
.popup-window .modal-content .btn_close {
  position: absolute;
  right: 20px;
  top: 10px;
  border: none;
  background-color: transparent;
  z-index: 1;
  padding: 0;
  cursor: pointer;
}
.popup-window .modal-content .btn_close i {
  font-size: 16px;
  font-weight: 300;
}
.popup-window .modal-body {
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  text-align: center;
}
.popup-window .modal-body .newsletter-bg {
  width: 35%;
  height: 570px;
  min-height: 100%;
  border-radius: 5px 0 0 5px;
}
.popup-window .modal-body .newsletter-content {
  width: 60%;
  padding: 127px 97px;
  background-color: var(--whiteColor);
  border-radius: 0 5px 5px 0;
}
.popup-window .modal-body .newsletter-content img {
  display: block;
  margin: 0 auto 8px;
}
.popup-window .modal-body .newsletter-content h2 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
}
.popup-window .modal-body .newsletter-content h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
.popup-window .modal-body .newsletter-content .button {
  margin-top: 22px;
}
.popup-window .modal-body .newsletter-content .newsletter-form {
  display: flex;
  flex-wrap: wrap;
  margin: 41px 0 16px;
}
.popup-window .modal-body .newsletter-content .newsletter-form input {
  width: 300px;
  height: 60px;
  padding: 15px 20px;
  border-radius: 5px;
  border: none;
  background-color: var(--bgColor);
  color: var(--paraColor);
  margin-right: 25px;
}
.popup-window .modal-body .newsletter-content .newsletter-form button {
  width: calc(100% - 325px);
  border: none;
  border-radius: 5px;
  font-size: 16px;
  line-height: 26px;
  padding: 16px 27px 17px;
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  font-family: var(--secondaryFont);
  font-weight: 500;
}
.popup-window .modal-body .newsletter-content .newsletter-form button:before, .popup-window .modal-body .newsletter-content .newsletter-form button:after {
  background-color: var(--primaryColor);
}
.popup-window .modal-body .newsletter-content .newsletter-form button i {
  position: relative;
  top: 2px;
  margin-left: 9px;
  font-size: 15px;
}

@media screen and (max-width: 576px) {
  .banner img {
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.popup-window .modal-content {
  border-radius: 5px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .popup-window .modal-dialog {
    max-width: 720px;
  }
  .popup-window .modal-content .btn_close {
    top: 25px;
    right: 25px;
  }
  .popup-window .modal-body .newsletter-content {
    padding: 60px 80px;
  }
}
@media only screen and (max-width: 991px) {
  .popup-window .bg-f {
    background-color: #fff;
    background-size: contain;
  }
  .popup-window .modal-body .newsletter-bg {
    width: 100%;
    height: 350px;
    border-radius: 5px 5px 0 0;
  }
  .popup-window .modal-body .newsletter-content {
    width: 100%;
    border-radius: 0 0 5px 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .popup-window .modal-dialog {
    max-width: 900px;
  }
  .popup-window .modal-body .newsletter-content {
    padding: 127px 30px;
  }
  .popup-window .modal-body .newsletter-content h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .popup-window .modal-body .newsletter-content .newsletter-form {
    margin: 30px 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-window .modal-content .btn_close {
    top: 15px;
    right: 15px;
  }
  .popup-window .modal-body .newsletter-content {
    padding: 40px 20px;
  }
  .popup-window .modal-body .newsletter-content h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .popup-window .modal-body .newsletter-content .newsletter-form {
    margin: 20px 0 16px;
  }
  .popup-window .modal-body .newsletter-content .newsletter-form input {
    width: 100%;
    height: 55px;
    font-size: 14px;
    margin: 0 0 15px;
  }
  .popup-window .modal-body .newsletter-content .newsletter-form button {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
  }
  .popup-window .modal-body .newsletter-content .newsletter-form button i {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1400px) {
  .popup-window .modal-dialog {
    max-width: 1160px;
  }
}
.articles {
  padding-bottom: 13px;
}

.article {
  margin-bottom: 45px;
}
.article__image {
  margin-bottom: 16px;
  position: relative;
}
.article__image img {
  border-radius: 16px;
  height: 269px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__image--big img {
  height: 374px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__image .ribbon {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.article__title .h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 30px;
}

.article-info-panel__button {
  margin-top: 24px;
}
.article-info-panel .h2 {
  font-size: 36px;
}

.article-page {
  margin-top: 69px;
}
.article-page__header {
  margin-bottom: 69px;
}

.article-categories {
  background-color: #FAF2EB;
  border-radius: 12px;
  padding: 28px;
}
.article-categories .h4 {
  margin-bottom: 22px;
}
.article-categories__list li {
  margin-bottom: 14px;
  /*   &:first-of-type {
      background-color: $h-color;
      border: none;
      border-radius: 3px;
      padding: 6px 10px;
      position: relative;
      a {
          color: white;
      }
  } */
}
.article-categories__list li:last-child {
  margin-bottom: 0;
}
.article-categories__list li a {
  line-height: 24px;
  color: #202A44;
  font-size: 16px;
}

.article-detail {
  margin-top: 60px;
  margin-bottom: 18px;
}
.article-detail p {
  color: #202A44;
}
.article-detail__main-img {
  border-radius: 16px;
}
.article-detail__info {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}
.article-detail .h1 {
  margin-bottom: 41px;
}
.article-detail__content {
  margin-bottom: 104px;
}
.article-detail__content a {
  color: #2891e1;
  border-bottom: 1px solid;
  margin-bottom: 6px;
  display: inline-block;
}
.article-detail__content table {
  border: none;
}
.article-detail__content img {
  width: initial;
  max-width: 100%;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.article-detail__content p {
  font-size: 16px;
}

.recomended-articles .h3 {
  line-height: 50px;
  margin-bottom: 16px;
}
.recomended-articles .recomended-article {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
}
.recomended-articles .recomended-article img {
  width: 85px;
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.recomended-articles .recomended-article__title {
  color: #202A44;
  font-size: 15px;
  font-weight: bold;
}
.recomended-articles .recomended-article__date {
  font-size: 12px;
}
.recomended-articles .recomended-article__description {
  font-size: 12px;
}
.recomended-articles .recomended-article__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gallery {
  margin-top: 25px;
  grid-gap: 15px;
  display: grid;
  flex-wrap: wrap;
  gap: 1.25%;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  width: 100%;
}
.gallery a {
  border: none;
  color: initial;
  display: block;
}
.gallery img {
  max-height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0;
  border-radius: 12px;
}

@media screen and (max-width: 991px) {
  .article__image img {
    height: initial;
  }
  .article__image--big img {
    height: initial;
  }
  .gallery a {
    flex-basis: 125px;
    max-width: 128px;
  }
}
@media screen and (max-width: 767px) {
  .article-categories {
    margin-bottom: 60px;
  }
  .blog-news .gallery a {
    flex-basis: 100px;
    max-width: 25%;
  }
}
.button {
  background-color: #202A44;
  border: 1px solid #202A44;
  color: white;
  font-size: 18px;
  line-height: 30px;
  padding: 13px 32px;
  display: inline-block;
  border-radius: 99999px;
  cursor: pointer;
}
.button__big {
  width: 100%;
  padding: 13px 32px;
  font-size: 20px;
  line-height: 30px;
}
.button__small {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
}
.button:hover {
  color: #202A44;
  background: white;
}

.pagination {
  margin: 100px 0;
}
.pagination .page-pagination {
  width: 100%;
}
.pagination .page-pagination .page-nav {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.pagination .page-pagination .page-nav li {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-pagination .page-nav li .page-numbers {
  font-size: 16px;
}
.pagination .page-pagination .page-nav li .page-numbers.active {
  background-color: #202A44;
  color: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  line-height: 42px;
}

.page-detail img {
  float: none;
  margin-right: 0;
  margin-bottom: 47px;
}

.subcategories {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.subcategories a {
  padding: 9px 24px;
  background: #202A44;
  border-radius: 12px;
  color: white;
}

.contact {
  margin: 78px 0;
}
.contact__head {
  margin-bottom: 44px;
}
.contact__head p {
  font-size: 20px;
}
.contact .map {
  border-radius: 12px;
  height: 220px;
  margin-bottom: 34px;
  max-width: 100%;
}
.contact .h1 {
  margin-bottom: 12px;
}
.contact .h2 {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 12px;
}
.contact ul {
  margin-bottom: 22px;
  font-size: 16px;
}
.contact ul li {
  font-weight: 300;
  line-height: 24px;
  color: #202A44;
}
.contact ul li b {
  font-weight: bold;
}
.contact .socials a {
  background-color: #202A44;
}

.contact-form {
  background-color: #FAF2EB;
  padding: 48px;
  border-radius: 12px;
}
.contact-form .h2 {
  margin-bottom: 32px;
}
.contact-form label {
  margin-bottom: 6px;
}

@media screen and (max-width: 576px) {
  .contact-form {
    padding: 24px;
  }
}
.input__wrap {
  margin-bottom: 32px;
}
.input__wrap .input {
  padding: 20px;
  font-size: 14px;
  line-height: 17px;
  border-radius: 16px;
  background-color: white;
  border: none;
  width: 100%;
}

@media screen and (max-width: 576px) {
  .input__wrap {
    margin-bottom: 16px;
  }
  .input__wrap .input {
    padding: 12px;
    font-size: 12px;
    line-height: 15px;
    border-radius: 12px;
  }
}
#lang-options {
  background: transparent;
  color: white;
  border-color: white;
  height: 40px;
  padding: 0 3px;
  border-radius: 5px;
}

.gx-6 {
  --bs-gutter-x: 42px;
}

.gx-5 {
  --bs-gutter-x: 32px;
}

body {
  background-color: #fff9f4;
}

.background-3 {
  background-color: #FAF2EB;
}

.center-me {
  display: flex;
  justify-content: center;
  align-items: center;
}

.socials {
  display: flex;
  gap: 8px;
}
.socials a {
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: rgba(243, 244, 246, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.socials a i {
  font-size: 20px;
}

.ribbon {
  background-color: #E5E7EB;
  color: #6B7280;
  padding: 3px 6px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.input__error-text {
  font-size: 12px;
  margin-top: 2px;
}
.input__error-text i {
  margin-right: 6px;
}

.icon-link {
  display: flex;
  align-items: center;
  gap: 8px;
}
.icon-link i {
  font-size: 17px;
}

.searchModal {
  overflow-x: hidden;
}
.searchModal .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.searchModal .modal-dialog .modal-content {
  border: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0;
  max-width: 720px;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
}
.searchModal .modal-dialog .modal-content form {
  width: calc(100% - 50px);
  position: relative;
}
.searchModal .modal-dialog .modal-content form .form-control {
  height: 55px;
  border-radius: 0;
  box-shadow: unset;
  border-radius: 5px;
  color: #202A44;
  font-size: 12px;
  border: 1px solid #eeeeee;
  background-color: white;
  padding-left: 18px;
  padding-right: 18px;
}
.searchModal .modal-dialog .modal-content form .form-control::-moz-placeholder {
  -moz-transition: var(--transition);
  transition: var(--transition);
  color: var(--paraColor);
}
.searchModal .modal-dialog .modal-content form .form-control::placeholder {
  transition: var(--transition);
  color: var(--paraColor);
}
.searchModal .modal-dialog .modal-content form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.searchModal .modal-dialog .modal-content form .form-control:focus::placeholder {
  color: transparent;
}
.searchModal .modal-dialog .modal-content form .form-control:-moz-placeholder {
  -moz-transition: var(--transition);
  transition: var(--transition);
  color: var(--paragraphColor);
}
.searchModal .modal-dialog .modal-content form .form-control:-ms-input-placeholder {
  -ms-transition: var(--transition);
  transition: var(--transition);
  color: var(--paragraphColor);
}
.searchModal .modal-dialog .modal-content form button {
  top: 5px;
  border: 0;
  padding: 0;
  right: 5px;
  width: 45px;
  height: 45px;
  font-size: 17px;
  border-radius: 5px;
  position: absolute;
  color: white;
  transition: all ease 0.5s;
  background-color: #202A44;
}
.searchModal .modal-dialog .modal-content form button:hover {
  background-color: #202A44;
  color: white;
}
.searchModal .modal-dialog .modal-content form button i {
  left: 0;
  right: 0;
  top: 50%;
  line-height: 1;
  position: absolute;
  color: white;
  transform: translateY(-50%);
}
.searchModal .modal-dialog .modal-content .btn-close {
  top: 13px;
  padding: 0;
  z-index: 2;
  opacity: 1;
  right: 0;
  width: 45px;
  cursor: pointer;
  box-shadow: unset;
  position: absolute;
  background-color: transparent;
  background-image: none;
}
.searchModal .modal-dialog .modal-content .btn-close i {
  font-size: 25px;
}

.article-search-results__item {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #efefef;
  display: flex;
  align-items: baseline;
}
.article-search-results__item:last-of-type {
  border-bottom: none;
}
.article-search-results__item--image {
  flex: 0 0 25%;
}
.article-search-results__item--image img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.breadcrumbs {
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
  margin: 10px 0;
}
.breadcrumbs li {
  padding-left: 25px;
  position: relative;
}
.breadcrumbs li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3.5px;
  height: 3.5px;
  background-color: #9c9c9c;
}
.breadcrumbs li:last-child {
  font-weight: 400;
  color: #838383;
}
.breadcrumbs li:first-child {
  padding: 0;
}
.breadcrumbs li:first-child::before {
  display: none;
}

.error-page {
  margin-top: 5rem;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .searchModal .modal-dialog .modal-content .btn-close {
    width: 30px;
    text-align: right;
  }
  .searchModal .modal-dialog .modal-content form {
    width: calc(100% - 30px);
  }
}
