.container {
  width: 100%;
  margin: 0 auto;
}
.container-shrink {
  padding: 0 2%;
}

@media (min-width: 576px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
body {
  font-family: "Campton", sans-serif;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 5px;
  background: white;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #b92a47;
}

::-webkit-scrollbar-corner {
  height: 0;
  width: 0;
}

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

.page-holder {
  overflow: hidden;
}

.position-relative {
  position: relative;
}

.h-100 {
  height: 100%;
}

h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -1.25px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 70px;
    letter-spacing: -1.75px;
  }
}

p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: -0.2px;
}

.header .hamburger-menu {
  display: none;
}
.header .hamburger-menu .line {
  width: 28px;
  height: 4px;
  background-color: #20272b;
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .hamburger-menu #hamburger-9 {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .hamburger-menu #hamburger-9.is-active {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .hamburger-menu #hamburger-9.is-active .line {
  width: 28px;
}
.header .hamburger-menu #hamburger-9.is-active .line:nth-child(2) {
  opacity: 0;
}
.header .hamburger-menu #hamburger-9.is-active .line:nth-child(1) {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}
.header .hamburger-menu #hamburger-9.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-12px) rotate(90deg);
  -ms-transform: translateY(-12px) rotate(90deg);
  -o-transform: translateY(-12px) rotate(90deg);
  transform: translateY(-12px) rotate(90deg);
}
.header-desktop {
  display: none;
}
@media (min-width: 990px) {
  .header-desktop {
    display: block;
  }
}
.header-mobile {
  display: block;
}
@media (min-width: 990px) {
  .header-mobile {
    display: none;
  }
}
.header ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 9;
}
.header .menu {
  display: flex;
  flex-wrap: wrap;
}
.header .menu li {
  position: relative;
}
.header .menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #20272b;
  text-decoration: none;
  position: relative;
}
.header .menu li a > i {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M233.4 406.6C245.9 419.1 266.2 419.1 278.7 406.6L470.7 214.6C483.2 202.1 483.2 181.8 470.7 169.3C458.2 156.8 437.9 156.8 425.4 169.3L256 338.7L86.5998 169.4C74.0998 156.9 53.7998 156.9 41.2998 169.4C28.7998 181.9 28.7998 202.2 41.2998 214.7L233.3 406.7L233.4 406.6Z' fill='black'/%3E%3C/svg%3E%0A");
  background-size: cover;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  right: 20px;
}
.header .menu li a:hover {
  background: #b92a47;
  color: #fff;
}
.header .menu li a:hover i {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M233.4 406.6C245.9 419.1 266.2 419.1 278.7 406.6L470.7 214.6C483.2 202.1 483.2 181.8 470.7 169.3C458.2 156.8 437.9 156.8 425.4 169.3L256 338.7L86.5998 169.4C74.0998 156.9 53.7998 156.9 41.2998 169.4C28.7998 181.9 28.7998 202.2 41.2998 214.7L233.3 406.7L233.4 406.6Z' fill='white'/%3E%3C/svg%3E%0A");
}
.header .menu li.nav-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 2rem;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  color: #20272b;
}
.header .menu li.nav-back-btn:hover {
  background: #b92a47;
  color: #fff;
}
.header .menu li.li-depth0 {
  width: 25%;
  flex: 1 1;
  border-left: 1px solid #ccc;
  text-align: center;
}
.header .menu li.li-depth0:nth-last-child(1) {
  border-right: 1px solid #ccc;
}
.header .menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.25);
}
.header .menu .sub-menu li {
  position: static;
}
.header .menu .sub-menu li a {
  color: #20272b;
  cursor: pointer;
  justify-content: flex-start;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  position: relative;
}
.header .menu .sub-menu li a i {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 320 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M310.6 233.4C323.1 245.9 323.1 266.2 310.6 278.7L118.6 470.7C106.1 483.2 85.7998 483.2 73.2998 470.7C60.7998 458.2 60.7998 437.9 73.2998 425.4L242.7 256L73.3998 86.6C60.8998 74.1 60.8998 53.8 73.3998 41.3C85.8998 28.8 106.2 28.8 118.7 41.3L310.7 233.3L310.6 233.4Z' fill='black'/%3E%3C/svg%3E%0A");
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  right: 20px;
}
.header .menu .sub-menu li a:hover {
  color: #fff;
}
.header .menu .sub-menu li a:hover i {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 320 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M310.6 233.4C323.1 245.9 323.1 266.2 310.6 278.7L118.6 470.7C106.1 483.2 85.7998 483.2 73.2998 470.7C60.7998 458.2 60.7998 437.9 73.2998 425.4L242.7 256L73.3998 86.6C60.8998 74.1 60.8998 53.8 73.3998 41.3C85.8998 28.8 106.2 28.8 118.7 41.3L310.7 233.3L310.6 233.4Z' fill='white'/%3E%3C/svg%3E%0A");
}
.header .menu .sub-menu li.active {
  background-color: #b92a47;
}
.header .menu .sub-menu li.active > a {
  color: #fff;
}
.header .menu .sub-menu .sub-menu {
  background-color: #b92a47;
  height: 100%;
  top: 0;
  left: 100%;
}
.header .menu .sub-menu .sub-menu li::after {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='320' height='512' viewBox='0 0 320 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M310.6 233.4C323.1 245.9 323.1 266.2 310.6 278.7L118.6 470.7C106.1 483.2 85.7998 483.2 73.2998 470.7C60.7998 458.2 60.7998 437.9 73.2998 425.4L242.7 256L73.3998 86.5998C60.8998 74.0998 60.8998 53.7998 73.3998 41.2998C85.8998 28.7998 106.2 28.7998 118.7 41.2998L310.7 233.3L310.6 233.4Z' fill='white'/%3E%3C/svg%3E%0A");
}
.header .menu .sub-menu .sub-menu li a {
  color: #fff;
}
.header .menu .sub-menu .sub-menu li a:hover {
  background-color: #fff;
  color: #b92a47;
}
.header__contact {
  border-bottom: 1px solid #ccc;
}
.header__contact-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__contact-number {
  margin-right: 20px;
}
.header__contact-number-icon {
  margin-right: 12px;
  position: relative;
  top: -3px;
}
.header__contact-number-icon img {
  max-width: 14px;
}
.header__contact-number-link {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.16px;
  color: #20272b;
  text-decoration: none;
}
.header__contact-number-link:hover {
  color: #b92a47;
}
.header__contact-button {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.16px;
  color: #b92a47;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16px 20px;
  display: block;
  background: #f9eeeb;
}
.header__contact-button:hover {
  color: #b92a47;
}
.header__top {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.header__bottom {
  border-bottom: 1px solid #ccc;
}
.header__sub {
  display: flex;
  align-items: center;
  padding: 16px 0;
}
.header__sub-logo {
  width: 14rem;
  height: 3rem;
  margin-right: 3rem;
}
.header__sub-search {
  flex: 1 1;
  max-width: 520px;
}
.header__sub-search input {
  border: 1px solid rgba(128, 126, 163, 0.8);
  border-radius: 3px;
  display: flex;
  line-height: 1em;
  margin: 0;
  position: relative;
  width: 100%;
  height: 44px;
  font-size: 16px;
  font-weight: 400;
  color: #262627;
}
.header__sub-search input:focus {
  border-color: red;
  box-shadow: none;
}
.header__sub-search .input-group-append span i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.header__sub-navigation {
  flex: 1 1;
}
.header__sub-navigation .menu {
  display: flex;
  list-style: none;
  padding: 0;
  border: 0;
  width: 100%;
  margin: 0;
  justify-content: flex-end;
}
.header__sub-navigation .menu li {
  margin-right: 35px;
  padding: 15px;
}
.header__sub-navigation .menu li:nth-last-child(1) {
  margin-right: 0;
}
.header__sub-navigation .menu li a {
  font-family: "Open Sans", sans-serif;
  color: #20272b;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0;
}
.header__sub-navigation .menu li a i {
  right: -16px;
  width: 12px;
  height: 12px;
}
.header__sub-navigation .menu li a:hover {
  background-color: transparent;
}
.header__sub-navigation .menu li a:hover i {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M233.4 406.6C245.9 419.1 266.2 419.1 278.7 406.6L470.7 214.6C483.2 202.1 483.2 181.8 470.7 169.3C458.2 156.8 437.9 156.8 425.4 169.3L256 338.7L86.5998 169.4C74.0998 156.9 53.7998 156.9 41.2998 169.4C28.7998 181.9 28.7998 202.2 41.2998 214.7L233.3 406.7L233.4 406.6Z' fill='black'/%3E%3C/svg%3E%0A");
}
.header__sub-navigation .menu li a:hover {
  color: #7a142c;
}
.header__sub-navigation .menu li .sub-menu li {
  width: 100%;
  margin: 0;
  padding: 8px 10px;
}
.header__sub-navigation .menu li .sub-menu li a:hover {
  color: #b92a47;
}

@media screen and (max-width: 990px) {
  .header {
    padding: 16px 0;
  }
  .header .menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 59px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-top: 1px solid #ccc;
  }
  .header .menu li {
    width: 100%;
    position: static;
  }
  .header .menu li a {
    text-transform: capitalize;
    font-weight: 400;
    justify-content: flex-start;
  }
  .header .menu li.li-depth0 {
    width: 100%;
    flex: 1 1;
    border: 0;
    text-align: left;
  }
  .header .menu li.li-depth0:nth-last-child(1) {
    border: 0;
  }
  .header .menu .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b92a47;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.25);
    z-index: 10;
  }
  .header .menu .sub-menu li a {
    color: #fff;
  }
  .header .menu .sub-menu li a i {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 320 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M310.6 233.4C323.1 245.9 323.1 266.2 310.6 278.7L118.6 470.7C106.1 483.2 85.7998 483.2 73.2998 470.7C60.7998 458.2 60.7998 437.9 73.2998 425.4L242.7 256L73.3998 86.6C60.8998 74.1 60.8998 53.8 73.3998 41.3C85.8998 28.8 106.2 28.8 118.7 41.3L310.7 233.3L310.6 233.4Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 16px;
    display: block;
    position: absolute;
    right: 20px;
  }
  .header .menu .sub-menu li a:hover {
    background-color: #fff;
    color: #20272b;
  }
  .header .menu .sub-menu li a:hover i {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 320 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M310.6 233.4C323.1 245.9 323.1 266.2 310.6 278.7L118.6 470.7C106.1 483.2 85.7998 483.2 73.2998 470.7C60.7998 458.2 60.7998 437.9 73.2998 425.4L242.7 256L73.3998 86.6C60.8998 74.1 60.8998 53.8 73.3998 41.3C85.8998 28.8 106.2 28.8 118.7 41.3L310.7 233.3L310.6 233.4Z' fill='black'/%3E%3C/svg%3E%0A");
    height: 16px;
  }
  .header .menu .sub-menu .sub-menu {
    left: 0;
  }
  .header .menu .sub-menu .back-btn {
    display: block;
  }
  .header .hamburger-menu {
    display: block;
    cursor: pointer;
    margin-right: 1.5rem;
  }
  .header__sub {
    padding: 0 0 16px 0;
    justify-content: space-between;
  }
  .header__sub-left {
    display: flex;
    align-items: center;
  }
  .header__sub-right ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .header__sub-right ul li a {
    color: #20272b;
    text-decoration: none;
    padding-left: 5px;
  }
  .header__sub-logo {
    width: 8rem;
    height: 100%;
    margin-right: 0;
  }
  .header__sub-search {
    max-width: 100%;
  }
  .header__top {
    border: 0;
  }
  .header__bottom {
    border-bottom: 0;
  }
}
.footer__wrapper {
  background: #384349;
  padding: 55px 0 10px;
}
.footer__logo {
  margin-bottom: 60px;
  max-width: 220px;
}
.footer__block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer__block {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .footer__block {
    flex-wrap: nowrap;
    margin-bottom: 120px;
  }
}
.footer__pages {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer__pages {
    width: 55%;
    margin-bottom: 0;
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .footer__pages {
    width: 45%;
  }
}
.footer__pages-block {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer__pages-block {
    margin-bottom: 0;
  }
}
.footer__pages-heading {
  text-transform: uppercase;
}
.footer__pages-heading, .footer__pages-link {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.67;
  letter-spacing: 0.3px;
  text-align: left;
  color: #7d7f8a;
  margin-bottom: 20px;
}
.footer__pages-link {
  color: #F1F3F7;
  text-decoration: none;
}
.footer__pages-link:hover {
  text-decoration: underline;
}
.footer__feedback {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .footer__feedback {
    width: 35%;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .footer__feedback {
    width: 22%;
  }
}
.footer__feedback-heading {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.67;
  letter-spacing: 0.3px;
  text-align: left;
  color: #7d7f8a;
  margin-bottom: 20px;
}
.footer__feedback-desc {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: -0.15px;
  text-align: left;
  color: #F1F3F7;
}
.footer__feedback-link {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 1.2px;
  text-align: left;
  color: #7d7f8a;
  border-radius: 5px;
  background-color: #20272b;
  padding: 18px 22px;
  text-decoration: none;
  display: inline-flex;
}
.footer__newsletter {
  width: 100%;
  position: relative;
  max-width: 227px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .footer__newsletter {
    width: 20%;
    position: relative;
    max-width: 227px;
    margin: 0;
  }
}
.footer__newsletter-shortcode {
  position: relative;
}
.footer__newsletter-heading {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.67;
  letter-spacing: 0.3px;
  text-align: left;
  color: #7d7f8a;
  margin-bottom: 20px;
}
.footer__newsletter input {
  background: #fff;
  min-width: 227px;
  max-width: 227px;
  min-height: 42px;
  max-height: 42px;
  padding-left: 15px;
  font-size: 14px;
  letter-spacing: -0.14px;
  color: #7d7f8a;
  border: 0;
}
.footer__newsletter-submit input {
  min-width: 30px;
  max-width: 30px;
  min-height: 44px;
  max-height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  z-index: 1;
  background: transparent;
}
.footer__newsletter-input-arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 44px;
  content: "";
  background: red;
}
.footer__newsletter-input-arrow::after {
  content: "";
  background: #b92a47;
  display: block;
  width: 1px;
  height: 27px;
  position: absolute;
  right: 40px;
  top: 9px;
}
.footer__copyright {
  margin-bottom: 15px;
}
@media (min-width: 575px) {
  .footer__copyright {
    margin-bottom: 0;
  }
}
.footer__copyright-text {
  font-size: 14px;
  line-height: 2.29;
  letter-spacing: normal;
  text-align: left;
  color: #7d7f8a;
  margin: 0;
}
.footer__copyrightsocial {
  border-top: 1px solid #414B51;
  padding: 20px 0;
}
.footer__copyrightsocial-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 575px) {
  .footer__copyrightsocial-block {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__social {
  display: flex;
  align-items: center;
}
.footer__social-block {
  margin-right: 30px;
}
.footer__social-block:nth-last-child(1) {
  margin-right: 0;
}
.footer__social-icon {
  max-width: 22px;
}

.hs {
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .hs {
    margin-bottom: 90px;
  }
}
.hs__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.hs__tf {
  position: relative;
  padding: 45px 30px;
  width: 100%;
  height: 100%;
  background: #b92a47;
}
@media (min-width: 768px) {
  .hs__tf {
    width: 555px;
    padding: 80px 50px;
  }
}
.hs__tf h1 {
  color: #fff;
  margin-bottom: 30px;
}
.hs__tf p {
  font-size: 18px;
  color: #fff;
}
@media (min-width: 768px) {
  .hs__tf p {
    font-size: 22px;
  }
}

.rp {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .rp {
    margin-bottom: 135px;
  }
}
.rp__title {
  margin: 0 0 25px 0;
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -0.45px;
  text-align: left;
  color: #20272b;
}
@media (min-width: 768px) {
  .rp__title {
    font-size: 65px;
    margin: 0 0 40px 0;
  }
}
.rp__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 991px) {
  .rp__wrapper {
    flex-direction: row;
  }
}
.rp__main {
  width: 100%;
  margin: 30px 0;
}
@media (min-width: 991px) {
  .rp__main {
    width: 70%;
    margin: 0;
  }
}
.rp__sidebar {
  margin-right: 0;
}
@media (min-width: 991px) {
  .rp__sidebar {
    margin-right: 5%;
  }
}

.cats {
  width: 100%;
  padding: 24px 16px 24px 30px;
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
  height: 100%;
}
@media (min-width: 991px) {
  .cats {
    width: 25%;
    padding: 24px 16px 50px 30px;
  }
}
.cats__block {
  padding-left: 30px;
}
.cats__link {
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.54px;
  text-align: left;
  color: #384349;
}
.cats__title {
  margin-bottom: 0;
  color: #b92a47;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.61px;
}

.bl__post {
  display: flex;
  align-items: center;
  background: #F1F3F7;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (min-width: 991px) {
  .bl__post {
    flex-direction: row;
    margin-bottom: 15px;
  }
}
.bl__post-image {
  width: 100%;
}
@media (min-width: 768px) {
  .bl__post-image {
    width: auto;
  }
}
.bl__post:hover {
  background: #F9EEEB;
}
.bl__post-thumbnail {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: 100%;
  max-height: 335px;
  min-height: 335px;
}
@media (min-width: 768px) {
  .bl__post-thumbnail {
    max-width: 335px;
    max-height: 335px;
    min-width: 335px;
    min-height: 335px;
  }
}
.bl__post-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: -0.6px;
  color: #384349;
}
@media (min-width: 768px) {
  .bl__post-title {
    line-height: 2.08;
  }
}
.bl__post-link {
  text-decoration: none;
}
.bl__post-excerpt {
  margin-bottom: 18px;
}
.bl__post-btn {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1.2px;
  color: #fff;
  background: #b92a47;
  padding: 18px 35px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-flex;
  border: 1px solid #b92a47;
}
.bl__post-btn:hover {
  background: #fff;
  color: #20272b;
  border: 1px solid #20272b;
}
.bl__post-content {
  padding: 25px;
}
@media (min-width: 768px) {
  .bl__post-content {
    padding: 52px;
  }
}

.cf {
  padding: 100px 16px;
  background: #F1F3F7;
}
.cf__tf h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.36px;
  color: #384349;
  margin-bottom: 25px;
  margin-top: 0;
}
@media (min-width: 991px) {
  .cf__tf h3 {
    font-size: 36px;
  }
}
.cf__tf p {
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: -0.22px;
  color: #7d7f8a;
  margin-bottom: 50px;
}
@media (min-width: 1280px) {
  .cf__tf p {
    margin-bottom: 90px;
  }
}
.cf__left {
  max-width: 100%;
  margin-right: 60px;
  margin-bottom: 50px;
}
@media (min-width: 1280px) {
  .cf__left {
    max-width: 524px;
    margin-right: 50px;
    margin-bottom: 0;
  }
}
@media (min-width: 991px) {
  .cf__right {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .cf__right {
    padding: 0;
    max-width: 730px;
  }
}
.cf__block {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 991px) {
  .cf__block {
    flex-direction: row;
  }
}
.cf__contact-block {
  margin-bottom: 25px;
}
.cf__contact-block--icon {
  margin-right: 30px;
}
.cf__contact-block--icon img {
  max-width: 32px;
}
.cf__contact-block--link {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #384349;
  text-decoration: none;
}
@media (min-width: 991px) {
  .cf__contact-block--link {
    font-size: 30px;
  }
}
.cf__contact-block--link:hover {
  color: #b92a47;
  text-decoration: underline;
}
.cf__form-block {
  min-width: 100%;
  margin-right: 0;
}
@media (min-width: 768px) {
  .cf__form-block {
    min-width: 320px;
    margin-right: 30px;
  }
}
.cf__form-block:nth-child(2) {
  margin-right: 0;
}
.cf__form-small p {
  opacity: 0.7;
  font-family: "Campton", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #7d7f8a;
  margin: 0;
}
.cf__form-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cf__form-top {
    margin-bottom: 70px;
  }
}
.cf__form-bottom p {
  margin-bottom: 0;
}
.cf__form textarea {
  font-family: "Campton", sans-serif;
  border: 0;
  border-bottom: 1px solid #7d7f8a;
  font-size: 18px;
  color: #7d7f8a;
  letter-spacing: -0.18px;
  width: 100%;
  background: transparent;
}
.cf__form textarea:focus-visible {
  border: 0;
  outline: 0;
  border-bottom: 2px solid #b92a47;
}
.cf__form input {
  font-family: "Campton", sans-serif;
  border: 0;
  border-bottom: 1px solid #7d7f8a;
  width: 100%;
  max-width: 100%;
  min-height: 30px;
  font-size: 18px;
  line-height: 100%;
  color: #7d7f8a;
  letter-spacing: -0.18px;
  margin-bottom: 10px;
  background: transparent;
}
@media (min-width: 768px) {
  .cf__form input {
    max-width: 320px;
    margin-bottom: 0;
  }
}
.cf__form input:focus-visible {
  border: 0;
  outline: 0;
  border-bottom: 2px solid #b92a47;
}
.cf__form-submit {
  font-family: "Campton", sans-serif;
  background: #b92a47 !important;
  text-transform: uppercase;
  font-size: 16px !important;
  line-height: 19.2px;
  letter-spacing: 1.2px;
  color: #fff !important;
  border: 0;
  padding: 25px;
  width: 100%;
  max-width: 100% !important;
  cursor: pointer;
}
.cf__form-submit p {
  margin: 0;
}
.cf__form-submit i {
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
}

.archive-page .rp {
  margin-bottom: 120px;
}

.ps__breadcrumb {
  margin-top: 10px;
  margin-bottom: 70px;
}
.ps__breadcrumb a {
  font-size: 16px;
  letter-spacing: -0.16px;
  color: #7d7f8a;
}
.ps__header {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 991px) {
  .ps__header {
    width: 70%;
  }
}
.ps__header span {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.2px;
  color: #7d7f8a;
}
@media (min-width: 991px) {
  .ps__header span {
    font-size: 20px;
  }
}
.ps__header-author-link {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.2px;
  color: #7d7f8a;
  text-decoration: underline;
}
.ps__title {
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  color: #20272b;
  margin: 0 0 12px 0;
}
@media (min-width: 768px) {
  .ps__title {
    font-size: 45px;
  }
}
.ps__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 991px) {
  .ps__wrapper {
    flex-direction: row;
  }
}
.ps__sidebar {
  width: 100%;
  order: 1;
}
.ps__sidebar .cats {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
@media (min-width: 991px) {
  .ps__sidebar {
    width: 30%;
    order: unset;
  }
}
.ps__main {
  width: 100%;
  margin-right: 0;
  order: 2;
}
@media (min-width: 991px) {
  .ps__main {
    width: 70%;
    margin-right: 5%;
    order: unset;
  }
}
.ps__content {
  margin-bottom: 70px;
}
.ps__content-thumbnail {
  margin-bottom: 20px;
}
.ps__content p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: -0.24px;
  color: #7d7f8a;
}
@media (min-width: 768px) {
  .ps__content p {
    font-size: 24px;
    line-height: 1.25;
  }
}
.ps__related {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .ps__related {
    margin-bottom: 135px;
  }
}
.ps__related-pagetitle {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.45px;
  color: #20272b;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .ps__related-pagetitle {
    font-size: 45px;
  }
}
.ps__related-slide-link {
  border: 1px solid #7d7f8a;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 206px;
}
.ps__related-slide-link:hover {
  border: 2px solid #b92a47;
}
.ps__related-navigation {
  position: relative;
  height: 40px;
  margin-top: 50px;
}
.ps__related-navigation--prev {
  width: 81px;
  left: 25%;
}
.ps__related-navigation--prev i {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='80.868' height='22.683' viewBox='0 0 80.868 22.683'%3E%3Cpath data-name='Path 778' d='m136.725-413.348 13.012 17.92H74.756' transform='translate(-74.756 415.11)' style='fill:none;stroke:%23b92a47;stroke-miterlimit:10;stroke-width:6px'/%3E%3C/svg%3E%0A");
  width: 81px;
  height: 23px;
  display: block;
}
@media (min-width: 991px) {
  .ps__related-navigation--prev {
    left: 40%;
  }
}
.ps__related-navigation--prev::after {
  display: none;
}
.ps__related-navigation--next {
  width: 81px;
  right: 25%;
}
.ps__related-navigation--next i {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='80.868' height='22.683' viewBox='0 0 80.868 22.683'%3E%3Cpath data-name='Path 778' d='m136.725-413.348 13.012 17.92H74.756' transform='translate(-74.756 415.11)' style='fill:none;stroke:%23b92a47;stroke-miterlimit:10;stroke-width:6px'/%3E%3C/svg%3E%0A");
  width: 81px;
  height: 23px;
  display: block;
}
@media (min-width: 991px) {
  .ps__related-navigation--next {
    right: 40%;
  }
}
.ps__related-navigation--next::after {
  display: none;
}
.ps__related-post-content {
  background-color: #F1F3F7;
}
.ps__related-post-thumbnail {
  width: 100%;
  height: 350px;
  display: block;
  background-size: cover;
  background-position: center;
}
.ps__related-post-title {
  font-size: 22px;
  font-weight: 500;
  color: #384349;
  padding: 20px 20px 0 20px;
}
.ps__related-post-excerpt p {
  padding: 0 20px 0 20px;
  font-size: 18px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .ps__related-post-excerpt p {
    font-size: 20px;
  }
}
.ps__related-post-btn {
  background: #b92a47;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 12px;
  border: 1px solid #b92a47;
}
.ps__related-post-btn:hover {
  background: #fff;
  color: #20272b;
  border: 1px solid #20272b;
}
@media (min-width: 768px) {
  .ps__related-post-btn {
    padding: 20px;
  }
}
.ps__author {
  background: #f9eeeb;
  padding: 30px 60px 35px 40px;
  margin-bottom: 100px;
}
.ps__author-avatar {
  margin-right: 10px;
}
.ps__author-avatar img {
  border-radius: 100px;
}
.ps__author-biography p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #7d7f8a;
}
@media (min-width: 768px) {
  .ps__author-biography p {
    font-size: 20px;
  }
}
.ps__author-biography p:nth-last-child(1) {
  margin-bottom: 0;
}
.ps__author-block-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ps__author-block-info {
  display: flex;
  align-items: center;
}
.ps__author-block-social {
  display: flex;
  align-items: center;
}
.ps__author-block-social-link {
  margin-right: 15px;
}
.ps__author-block-social-link:nth-last-child(1) {
  margin-right: 0;
}
.ps__author-block-social img {
  max-width: 30px;
}

.nb__box {
  background-color: #f9eeeb;
  padding: 25px 31px 25px 31px;
}
.nb__title {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  color: #384349;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.nb__input {
  margin-bottom: 23px;
}
.nb__input input {
  border-radius: 4px;
  border: solid 1px #7d7f8a;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: #384349;
  background: transparent;
  padding: 17px 20px 10px 15px;
}
.nb__submit p {
  margin-bottom: 0;
}
.nb__submit .wpcf7-spinner {
  position: absolute;
}
.nb__submit input {
  background: #b92a47;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 12px;
  width: 100%;
  border: 1px solid #b92a47;
}
.nb__submit input:hover {
  background: #fff;
  color: #20272b;
  border: 1px solid #20272b;
}
/*# sourceMappingURL=app.css.map */
