:root {
  font-size: 16px;
  line-height: 1.25;
  color: #423E3C;
}
@media (min-width: 992px) {
  :root {
    font-size: clamp(10.33px, 1vw, 18px);
  }
}

html {
  scroll-behavior: smooth;
}

body, html {
  overflow-x: hidden !important;
  color: #423E3C;
}

body {
  font-optical-sizing: auto;
}

main {
  padding-top: 6.5rem;
}
@media (min-width: 768px) {
  main {
    padding-top: 8rem;
  }
}

.container,
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.page-wrapper {
  max-width: 93.333rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 2.25rem;
  }
}
.home h1, .h1 {
  font-size: 2.25rem;
}
@media (min-width: 576px) {
  .home h1, .h1 {
    font-size: calc(1.6583rem + 4.8996vw);
  }
}
@media (min-width: 1200px) {
  .home h1, .h1 {
    font-size: 5.333rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1;
  margin-bottom: 1.111rem;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-weight: 200;
  font-style: italic;
  letter-spacing: -0.015em;
}
@media (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.667rem;
  }
}
@media (min-width: 992px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 2.222rem;
  }
}

@media (max-width: 575.98px) {
  h4, .h4, .display-4 {
    font-size: 1rem !important;
  }
}

b, strong, b *, strong * {
  font-weight: 500 !important;
}

@media (max-width: 767.98px) {
  .fs-1 {
    font-size: 1rem !important;
  }
  .fs-2 {
    font-size: 0.889rem !important;
  }
}
.small {
  font-size: 0.889rem;
}

a {
  text-decoration: underline;
}

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

.testimonial-author-image svg {
  max-width: 1.5rem;
  max-height: 1.5rem;
}

p {
  margin-bottom: 1.111rem;
}
@media (min-width: 768px) {
  p {
    margin-bottom: 1.667rem;
  }
}
@media (min-width: 992px) {
  p {
    margin-bottom: 2.222rem;
  }
}
@media (min-width: 1200px) {
  p {
    margin-bottom: 3.333rem;
  }
}

p:empty {
  display: none;
}

.img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: -1;
}
.img-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

[data-bs-theme=dark] {
  color: #ffffff;
}
[data-bs-theme=dark] *:not(.btn) {
  color: #ffffff;
}

@media (min-width: 768px) {
  .row-cols-md-7 > * {
    flex: 0 0 14.285;
    max-width: 14.285%;
  }
}

.testimonials-pagination {
  display: flex;
  justify-content: center;
}
.testimonials-pagination .swiper-pagination-bullet {
  border-radius: 0 !important;
  background-color: #ffffff !important;
  width: 0.667rem !important;
  height: 0.667rem !important;
  opacity: 1 !important;
}
.testimonials-pagination .swiper-pagination-bullet-active {
  background-color: #173156 !important;
}

.ratio-2x1 {
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .ratio-2x1 {
    aspect-ratio: 2/1;
  }
}

.contact {
  background: #E8F2FD;
}

.about .page-wrapper {
  max-width: unset;
}

blockquote {
  color: #EB7619;
  padding-left: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-left: 0.25rem solid #EB7619;
  font-weight: 700;
  margin: 1rem 0;
  font-size: 1.2rem;
}
blockquote p {
  margin: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5rem;
}

.alignright {
  float: right;
  margin-left: 1.5rem;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.has-text-align-left {
  text-align: left;
}

.accordion-button {
  color: #423E3C !important;
  display: flex;
  justify-content: space-between;
  font-size: 1.333rem;
  position: relative;
  gap: 0.5rem;
  padding-right: 3rem;
  padding-left: 3rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .accordion-button {
    letter-spacing: -0.07em;
    justify-content: space-between;
    display: block;
  }
}
@media (min-width: 768px) {
  .accordion-button {
    min-height: 5.556rem;
    justify-content: center;
    padding-right: 5.556rem;
    padding-left: 5.556rem;
  }
}
@media (min-width: 992px) {
  .accordion-button {
    font-size: 2rem;
  }
}
.accordion-button::after {
  display: none !important;
}
.accordion-button svg {
  max-width: 2.667rem;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .accordion-button svg {
    max-width: 5.556rem;
    max-height: 5.556rem;
  }
}
.accordion-button.collapsed .accordion-toggler:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.accordion-button.collapsed .accordion-toggler:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
@media (max-width: 991.98px) {
  .accordion-button p {
    font-size: 1.5rem !important;
  }
}
.accordion-toggler {
  width: 1.444em;
  height: 1.444em;
  border: 0.1375rem #423E3C solid;
  flex: 0 0 auto;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: calc(50% - 0.87rem);
}
@media (min-width: 768px) {
  .accordion-toggler {
    width: 1.94rem;
    height: 1.94rem;
    border-width: 0.15rem;
  }
}
.accordion-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(540deg);
  width: 1.167rem;
  background-color: #333;
  height: 0.1375rem;
  transition: transform 0.3s ease;
  transform-origin: center;
}
@media (min-width: 768px) {
  .accordion-toggler:before {
    height: 0.15rem;
  }
}
.accordion-toggler:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(450deg);
  height: 1.167rem;
  background-color: #333;
  transition: transform 0.3s ease;
  width: 0.1375rem;
  transform-origin: center;
}
@media (min-width: 768px) {
  .accordion-toggler:after {
    width: 0.15rem;
  }
}
.accordion-item {
  color: #423E3C;
}

.section {
  position: relative;
  padding-top: 4.444rem;
  padding-bottom: 4.444rem;
}
.section:first-child {
  padding-top: 0;
}
.section.has-decor {
  padding: 8rem 0;
}
.section.has-decor .container {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .section.has-decor {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 768px) {
  .section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.section-hero {
  padding-bottom: 2.5rem !important;
}
.section-hero .row {
  margin-left: -10px;
  margin-right: -10px;
}
.section-hero .row > * {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 767.98px) {
  .section-hero .row {
    margin-left: -9px;
    margin-right: -9px;
  }
  .section-hero .row > * {
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media screen and (min-width: 991.98px) {
  .section-hero .row {
    margin-left: -0.6665rem;
    margin-right: -0.6665rem;
  }
  .section-hero .row > * {
    padding-left: 0.6665rem;
    padding-right: 0.6665rem;
  }
}
.section-hero .hero-title .title {
  font-size: 3rem;
  width: -moz-min-content;
  width: min-content;
  max-width: 100%;
}
@media (min-width: 768px) {
  .section-hero .hero-title .title {
    margin-left: auto;
    font-size: 4rem;
  }
}
.section-hero .hero-subtitle {
  max-width: 30.389rem;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .section-hero .hero-block-text {
    font-size: 1.875rem !important;
  }
}
.section-hero .row-heading {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .section-hero .row-heading {
    margin-bottom: 3.222rem;
  }
}
.section-hero .row-heading p, .section-hero .row-heading h1 {
  margin-bottom: 0;
}
.section-hero .row-heading .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.section-about-hero {
  background-image: url(../images/about/hero.jpg);
  background-size: cover;
}
@media (max-width: 767.98px) {
  .section-story-with-image .scale-image img {
    transform: translateX(-10%) scale(1.2);
  }
}
@media (min-width: 768px) {
  .section-story-with-image .scale-image img {
    transform: scale(1.25) translateX(-10%);
  }
}
.section-story-with-image .text-wrap {
  max-width: 33.55rem;
}
.section-story-with-image .text-wrap:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .section-virtual-office-hero {
    padding-top: 13.055rem !important;
    padding-bottom: 14.889rem !important;
  }
}
.section-blog-hero {
  padding-top: 7rem !important;
  padding-bottom: 9rem !important;
}
@media (min-width: 992px) {
  .section-blog-hero {
    padding-top: 13.056rem !important;
    padding-bottom: 17.055rem !important;
  }
}
.section-pricing .text-wrap {
  max-width: 47.5rem;
}
.section-meeting-rooms .container {
  max-width: 64.111rem;
}
.section-meeting-rooms .text-wrap svg {
  max-width: 1.7rem;
  max-height: 2rem;
  margin-top: -0.3em;
}
.section-faq .accordion-button {
  letter-spacing: -0.07em;
  text-align: left !important;
}
@media (min-width: 992px) {
  .section-style-1 {
    padding-top: 11.333rem;
    padding-bottom: 14.778rem;
  }
}
.section-style-1 .text-wrap {
  max-width: 55rem;
}
.section-style-1 .img-wrap:first-of-type {
  top: 2rem;
  right: 1.5rem;
}
.section-style-1 .img-wrap:first-of-type svg {
  max-width: 4.444rem;
}
@media (min-width: 992px) {
  .section-style-1 .img-wrap:first-of-type {
    top: 6.055rem;
    right: 7.5rem;
  }
  .section-style-1 .img-wrap:first-of-type svg {
    max-width: 8.333rem;
  }
}
.section-style-1 .img-wrap:nth-child(2) {
  bottom: 1.5rem;
  left: 1.5rem;
}
.section-style-1 .img-wrap:nth-child(2) svg {
  max-width: 3.889rem;
}
@media (min-width: 992px) {
  .section-style-1 .img-wrap:nth-child(2) {
    bottom: 8.222rem;
    left: 5.333rem;
  }
  .section-style-1 .img-wrap:nth-child(2) svg {
    max-width: 7.222rem;
  }
}
.section-style-2 .img-wrap:first-of-type {
  top: 1.5rem;
  left: 1.5rem;
}
.section-style-2 .img-wrap:first-of-type svg {
  max-width: 3.944rem;
}
@media (min-width: 768px) {
  .section-style-2 .img-wrap:first-of-type {
    left: 1.667rem;
    top: 5.833rem;
  }
  .section-style-2 .img-wrap:first-of-type svg {
    max-width: 6.944rem;
  }
}
.section-style-2 .img-wrap:nth-child(2) {
  bottom: 1.5rem;
  right: 1.5rem;
}
.section-style-2 .img-wrap:nth-child(2) svg {
  max-width: 4rem;
}
@media (min-width: 768px) {
  .section-style-2 .img-wrap:nth-child(2) {
    bottom: 5.222rem;
    right: 2.444rem;
  }
  .section-style-2 .img-wrap:nth-child(2) svg {
    max-width: 7.5rem;
  }
}
.section-style-3 .img-wrap img {
  max-width: 20vw;
}
.section-style-3 .img-wrap:first-of-type {
  bottom: 1.5rem;
  left: 1.5rem;
}
@media (min-width: 992px) {
  .section-style-3 .img-wrap:first-of-type {
    bottom: 4.556rem;
    left: 5.338rem;
  }
  .section-style-3 .img-wrap:first-of-type img {
    max-width: 16rem;
  }
}
.section-style-3 .img-wrap:nth-child(2) {
  top: 0;
  right: 1.5rem;
}
@media (min-width: 992px) {
  .section-style-3 .img-wrap:nth-child(2) {
    top: 3.5rem;
    right: 3.5rem;
  }
  .section-style-3 .img-wrap:nth-child(2) img {
    max-width: 14rem;
  }
}
.section-style-4 .img-wrap {
  width: -moz-max-content;
  width: max-content;
}
.section-style-4 .img-wrap img {
  max-width: 20vw;
}
@media screen and (max-width: 575.98px) {
  .section-style-4 .img-wrap img {
    max-width: 24vw;
  }
}
.section-style-4 .img-wrap:first-of-type {
  top: 1.5rem;
  left: 1.5rem;
}
@media (min-width: 992px) {
  .section-style-4 .img-wrap:first-of-type {
    top: 3.5rem;
    left: 5.338rem;
  }
  .section-style-4 .img-wrap:first-of-type img {
    max-width: 19.167rem;
  }
}
.section-style-4 .img-wrap:nth-child(2) {
  bottom: 1.5rem;
  right: 1.5rem;
}
@media (min-width: 992px) {
  .section-style-4 .img-wrap:nth-child(2) {
    bottom: 8.5rem;
    right: 3.5rem;
  }
  .section-style-4 .img-wrap:nth-child(2) img {
    max-width: 16.944rem;
  }
}
.section-style-5 .img-wrap {
  width: -moz-max-content;
  width: max-content;
}
.section-style-5 .img-wrap svg {
  max-width: 20vw;
}
.section-style-5 .img-wrap:first-of-type {
  top: 1.5rem;
  left: 1.389rem;
}
@media (min-width: 992px) {
  .section-style-5 .img-wrap:first-of-type {
    top: 5.111rem;
    left: 50%;
    transform: translateX(-25%);
  }
  .section-style-5 .img-wrap:first-of-type svg {
    max-width: 8.889rem;
  }
}
.section-style-5 .img-wrap:nth-child(2) {
  bottom: 1.5rem;
  right: 1.389rem;
}
@media (min-width: 992px) {
  .section-style-5 .img-wrap:nth-child(2) {
    bottom: 5.111rem;
    right: 0;
  }
  .section-style-5 .img-wrap:nth-child(2) svg {
    max-width: 8.889rem;
  }
}
.section-style-6 .img-wrap {
  width: -moz-max-content;
  width: max-content;
}
.section-style-6 .img-wrap img {
  max-width: 20vw;
}
@media screen and (max-width: 575.98px) {
  .section-style-6 .img-wrap img {
    max-width: 24vw;
  }
}
.section-style-6 .img-wrap:first-of-type {
  bottom: 1.5rem;
  left: 1.5rem;
}
@media (min-width: 992px) {
  .section-style-6 .img-wrap:first-of-type {
    bottom: 7.833rem;
    left: 3.889rem;
  }
  .section-style-6 .img-wrap:first-of-type img {
    max-width: 17.883rem;
  }
}
.section-style-6 .img-wrap:nth-child(2) {
  top: 1.5rem;
  right: 1.5rem;
}
@media (min-width: 992px) {
  .section-style-6 .img-wrap:nth-child(2) {
    top: 3.278rem;
    right: 2.111rem;
  }
  .section-style-6 .img-wrap:nth-child(2) img {
    max-width: 16.944rem;
  }
}

.btn {
  border-radius: 0;
  transition: 200ms;
  font-size: 1rem;
  display: flex;
  padding: 0 1rem;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
  height: 2rem;
}
@media (min-width: 768px) {
  .btn {
    height: 2.667rem;
    font-size: 1.333rem;
  }
}
.btn:hover {
  opacity: 0.63;
}
.btn-outline-white {
  border-width: 0.167rem;
  background-color: rgba(66, 62, 60, 0.15);
}
.btn-outline-white:hover {
  background-color: rgba(66, 62, 60, 0.5);
  color: #ffffff;
  opacity: 1;
}
.btn-outline-primary {
  border-width: 0.15rem;
}
.btn-outline-primary:hover {
  background-color: #ffffff;
  color: #EB7619;
}
.btn-link {
  padding: 0;
  border: 0;
  background: transparent;
  font-weight: 600;
  text-transform: unset;
}
.btn-link-icon {
  display: flex;
  align-items: center;
  color: #EB7619;
  text-decoration: none;
}
.btn-link-icon svg {
  width: 1.5rem;
}
@media (min-width: 992px) {
  .btn-link-icon svg {
    width: 2rem;
  }
}
.btn-icon {
  min-width: 2rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: auto;
}
@media (min-width: 768px) {
  .btn-icon {
    min-width: 2.667rem;
  }
}
.btn-icon svg {
  max-width: 1rem;
  max-height: 1rem;
}
@media (min-width: 768px) {
  .btn-icon svg {
    max-width: 1.556rem;
    max-height: 1.556rem;
  }
}
.btn-filter {
  border: 3px solid transparent;
  transition: 0.2s;
  font-size: 1rem;
}
.btn-filter:hover {
  border-color: #6BA9F2;
  color: #6BA9F2;
}
.btn-filter.active {
  border-color: #EB7619;
  color: #EB7619;
}

.more-link {
  font-weight: 600;
  font-size: 1.222rem;
  color: #EB7619;
}
@media (min-width: 992px) {
  .more-link {
    font-size: 1.556rem;
  }
}

.card {
  transition: 0.2s all;
}
.card-article {
  background-color: transparent;
  border: 0;
}
.card-article:hover {
  background-color: #ffffff;
}
.card-article h3 {
  font-size: 2rem;
}
@media screen and (max-width: 767.98px) {
  .card-article h3 {
    font-size: 1.5rem;
  }
  .card-article .more-link {
    font-size: 1.111rem !important;
  }
}
.card-contact {
  max-width: 22.833rem;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
}
.card-contact-form-tabs {
  background-color: #FDF4EC;
  border-bottom: 1rem solid #EA4200;
  padding: 1.5rem 1rem 3.167rem;
}
@media (min-width: 768px) {
  .card-contact-form-tabs {
    padding: 5.3rem 5rem 3rem 4.611rem;
  }
}
.card-contact-form-tabs .tab-icon {
  max-width: 2.778rem;
  max-height: 2.778rem;
}
@media (min-width: 768px) {
  .card-contact-form-tabs .tab-icon {
    max-width: 6.11rem;
    max-height: 6.11rem;
  }
}
.card-contact-form-tabs .card {
  border: 0.111rem solid #C6C6C6;
  box-sizing: border-box;
  transition: all 0.2s;
  border-radius: 0.889rem;
  height: 100%;
}
.card-contact-form-tabs .card.active {
  border-color: #EA4200;
}
@media (min-width: 768px) {
  .card-contact-form-tabs .card {
    border-width: 0.222rem;
  }
}
.card-contact-form-tabs .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.75rem;
}
@media (max-width: 575.98px) {
  .card-contact-form-tabs .card-title {
    font-size: 1.111rem;
  }
}
.card-contact-form {
  background-color: #FDF4EC;
  border-bottom: 1rem solid #EA4200;
  padding: 1.5rem 0.667rem 3.333rem;
}
@media (min-width: 768px) {
  .card-contact-form {
    padding: 3rem 5.167rem 3rem 6.389rem;
  }
}
.card-contact-form form {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
.card-contact-form form input, .card-contact-form form select, .card-contact-form form textarea {
  border: 0 !important;
  border-radius: 0 !important;
}
.card-contact-form form button {
  text-transform: uppercase;
  margin: auto;
}
.card-contact-form form #wpforms-217-field_8-container {
  display: none;
}
.card-contact-form form .wpforms-submit-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .card-contact-form form .wpforms-one-half {
    width: 100% !important;
    float: none;
    margin-left: 0 !important;
  }
}
.card-contact-form #wpforms-217 {
  margin-top: 0 !important;
}
.card-contact-v2 {
  background-color: #FDF4EC;
  border-bottom: 1rem solid #EB7619;
  padding-top: 2.611rem;
  padding-bottom: 2.222rem;
}
.card-contact-v2 .card-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex: 0 0 auto;
}
@media (max-width: 991.98px) {
  .card-contact-v2 .card-title {
    font-size: 1.5rem !important;
  }
}
.card-contact-v2 .card-title svg {
  max-width: 1.556rem;
}
.card-contact-v2 .card-body {
  text-align: center;
}
.card-contact-v2 .card-body a {
  color: #EB7619;
}
.card-small-icon {
  align-items: center;
  justify-content: center;
}
.card-small-icon .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 100%;
}
.card-small-icon svg {
  max-width: 6.667rem;
}
@media screen and (min-width: 767.98px) {
  .card-small-icon svg {
    max-width: 9.111rem;
  }
}
.card-small-icon img {
  max-width: 3.9rem;
  height: auto;
}
@media screen and (min-width: 767.98px) {
  .card-small-icon img {
    max-width: 5.5rem;
  }
}
.card-small-icon.icon-sm .img-wrap {
  aspect-ratio: 8/5;
}
@media (min-width: 768px) {
  .card-small-icon.icon-sm .img-wrap {
    aspect-ratio: unset;
    min-height: 6rem;
  }
}
.card-small-icon.icon-sm img {
  max-width: 3rem;
}
@media screen and (min-width: 767.98px) {
  .card-small-icon.icon-sm img {
    max-width: 4.667rem;
    max-height: 4.667rem;
  }
}
.card-package {
  border-bottom: 1rem solid #EB7619;
  gap: 0.75rem;
  padding: 2.333rem 2.222rem 1.389rem;
  height: 100%;
}
@media (max-width: 767.98px) {
  .card-package {
    padding: 2.1875rem 1.625rem 1.389rem;
  }
}
@media screen and (max-width: 767.98px) {
  .card-package .card-title {
    font-size: 1.5rem !important;
  }
}
.card-package.most-popular .card-title {
  padding-right: 6rem;
}
.card-package .card-body {
  padding: 0;
}
.card-package .card-body *:last-child {
  margin-bottom: 0;
}
.card-package .card-footer {
  background: transparent;
  border: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}
.card-package .card-footer .btn {
  font-size: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: auto;
  min-width: 5.611rem;
  max-width: 100%;
}
.card-package .card-footer .badge {
  width: 100%;
  white-space: break-spaces;
  padding: 0.5rem 0.25rem;
  position: absolute;
  top: 2.333rem;
  right: 2.222rem;
  max-width: 5.611rem;
}
@media (min-width: 992px) {
  .card-package {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .card-package .card-footer {
    max-width: 5.611rem;
    padding-left: 0;
    padding-right: 0;
    flex: 1 0 auto;
  }
  .card-package .card-footer .badge {
    position: static;
  }
}
.card-vertical {
  display: flex;
  flex-direction: column;
  background: #FDF4EC;
  padding: 2rem;
  border-bottom: 1rem solid #EB7619;
  align-items: center;
}
.card-vertical .card-img {
  flex: 1 0 auto;
  width: 100%;
  max-width: 13.333rem;
  margin-bottom: 1.25rem;
}
.card-vertical .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  margin-bottom: 0;
}
.card-vertical .card-body {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.667rem;
  padding: 0;
  text-align: center;
  align-items: center;
}
.card-vertical .card-body .text-wrap *:last-child {
  margin-bottom: 0;
}
.card-vertical .card-title {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .card-vertical {
    flex-direction: row;
  }
  .card-vertical .card-body {
    flex-direction: row;
    justify-content: space-between;
    padding-left: 4.222rem;
    align-items: center;
    text-align: left;
    gap: 0.75rem;
  }
}
@media (min-width: 992px) {
  .card-vertical {
    padding-right: 3.333rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #ffffff;
  transition: 0.2s;
  min-height: 1px;
  display: flex;
}
.header .container-fluid {
  max-width: 93.333rem;
}
@media screen and (min-width: 992px) {
  .header .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.header .nav-item a {
  text-decoration: none;
  position: relative;
  padding: 0.25rem 0;
  letter-spacing: 0.05em;
}
.header .nav-item a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #EB7619;
  transition: 0.2s;
}
.header .nav-item a:hover::after {
  width: 1.667rem;
}
@media (max-width: 1199.98px) {
  .header.header-opened {
    background-color: #173156;
    height: 100vh;
    height: 100dvh;
  }
  .header.header-opened .navbar-brand {
    color: #ffffff;
  }
  .header.header-opened .nav-item a {
    color: #ffffff;
    font-size: 1.556rem;
  }
}
.header .navbar {
  height: 100%;
}
@media (max-width: 1199.98px) {
  .header .navbar {
    flex-direction: column;
    align-items: center;
  }
}
.header .navbar-brand {
  max-width: 10rem;
  color: #423E3C;
}
@media (min-width: 992px) {
  .header .navbar-brand {
    max-width: 15.556rem;
  }
}
@media (max-width: 1199.98px) {
  .header .navbar-wrapper {
    align-self: flex-start;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.header .navbar-collapse {
  flex: 1 0 auto;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .header .navbar-collapse > * {
    height: 100%;
  }
}
.header .navbar-toggler {
  border: 0 !important;
  position: relative;
  padding: 0 !important;
}
.header .navbar-toggler-icon {
  opacity: 0 !important;
}
.header .navbar-toggler::before, .header .navbar-toggler::after {
  content: "";
  position: absolute;
  left: calc(0% + 0rem);
  width: 100%;
  height: 0.167rem;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
  background-color: #EB7619;
}
.header .navbar-toggler::before {
  top: 50%;
  transform: rotate(45deg);
}
.header .navbar-toggler::after {
  top: 50%;
  transform: rotate(-45deg);
}
.header .navbar-toggler.collapsed::before {
  top: calc(50% - 0.25rem);
  transform: rotate(0);
}
.header .navbar-toggler.collapsed::after {
  top: calc(50% + 0.25rem);
  transform: rotate(0);
}
@media (max-width: 1199.98px) {
  .header-contact-buttons {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}
.header-contact-buttons .btn {
  font-size: 1.5rem;
  min-width: 3rem;
  min-height: 3rem;
}

.swiper-button {
  width: 2rem;
  height: 2rem;
}
@media (min-width: 992px) {
  .swiper-button {
    width: 2.667rem;
    height: 2.667rem;
  }
}
.swiper-button::after {
  display: none !important;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}

.page-link {
  display: block;
  background-color: transparent !important;
  border: transparent !important;
  padding: 0.25rem 0.65rem;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .page-link {
    font-size: 2rem;
  }
}
.page-link.active {
  color: #EB7619;
}
.page-link.direction-button {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pagination .page-item:first-child.disabled, .pagination .page-item:last-child.disabled {
  opacity: 0;
  visibility: hidden;
}

.alm-btn-wrap {
  display: none !important;
}

.ajax-load-more-wrap {
  min-height: 50vh;
}

@media (max-width: 575.98px) {
  .post-filter li {
    flex: 0 0 calc(50% - 0.5rem);
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .post-filter {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.searchwp-form {
  width: 100%;
}
@media (min-width: 992px) {
  .searchwp-form {
    max-width: 20rem;
  }
}
.searchwp-form input {
  border: 0 !important;
  background-color: #ffffff !important;
  padding-left: 2.5rem !important;
  background-position: left 12px top 50% !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  height: 2.667rem !important;
  padding-right: 0.5rem !important;
}
.searchwp-form input::-moz-placeholder {
  color: #c6c6c6;
}
.searchwp-form input::placeholder {
  color: #c6c6c6;
}
.searchwp-live-search-no-min-chars:after {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.searchwp-live-search-no-min-chars .spinner {
  display: none !important;
}
.searchwp-live-search-results {
  background: #ffffff;
}
.searchwp-live-search-results-container {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem;
}
.searchwp-live-search-no-results {
  display: none !important;
}
.searchwp-live-search-result {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.searchwp-live-search-result--img {
  flex: 0 0 4rem;
}
.searchwp-live-search-result--title {
  font-size: 1rem;
  margin-bottom: 0 !important;
}
.searchwp-live-search-result--title a {
  text-decoration: none !important;
}

.article-content {
  max-width: 64.333rem;
  margin-left: auto;
  margin-right: auto;
}
.article-content .img-fluid {
  float: right;
  width: 31.667rem;
  height: auto;
  margin: 0 0 2.611rem 1.778rem;
}
@media (max-width: 991.98px) {
  .article-content .img-fluid {
    display: none !important;
  }
}
.article-title {
  margin-bottom: 2.375rem;
}
@media (min-width: 992px) {
  .article-title {
    margin-bottom: 4.82rem;
  }
}
.article-meta {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.5rem;
  margin-bottom: 3.556rem;
}
@media (min-width: 992px) {
  .article-meta {
    flex-direction: row;
    justify-content: space-between;
  }
}
.article-meta--author {
  display: flex;
  align-items: center;
  gap: 0.667rem;
}
.article-meta--author-name {
  font-size: 1.222rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .article-meta--author-name {
    font-size: 1.556rem;
  }
}
.article-meta--author img {
  flex: 0 0 2.333rem;
  width: 2.333rem;
}
@media (min-width: 992px) {
  .article-meta--author img {
    flex: 0 0 3.333rem;
    width: 3.333rem;
  }
}
.article-meta--social {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.article-meta--social-title {
  font-size: 1.222rem;
  font-weight: 600;
  margin-right: 2rem;
}
.article-meta--social-list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.article-meta--social-list a {
  display: block;
  flex: 0 1 1.5rem;
}
@media (min-width: 992px) {
  .article-meta--social-list a {
    flex: 0 1 1.778rem;
  }
}
.article-meta--social-list a svg {
  fill: #000000;
  display: block;
  width: 100%;
}
.article-text {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .article-text {
    font-size: 1.333rem;
  }
}
.article-text .large {
  font-size: 1.111rem;
}
@media (min-width: 992px) {
  .article-text .large {
    font-size: 1.556rem;
  }
}
.article-text p {
  margin-bottom: 1rem;
  line-height: 1.35;
}
.article-text a {
  color: #EB7619;
}

.footer .container {
  max-width: 85rem;
}
@media (max-width: 575.98px) {
  .footer {
    padding-top: 5rem !important;
    padding-bottom: 7.5rem !important;
  }
}
.footer-logo {
  max-width: 25.111rem;
  display: block;
}
.footer-nav li a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer-nav li:after {
    content: "-";
    margin-left: 0.35rem;
    margin-right: 0.35rem;
  }
  .footer-nav li:last-child:after {
    display: none !important;
  }
}
.footer .back-to-top {
  font-size: 1.333rem;
}
.footer .back-to-top svg {
  max-width: 1.5rem;
  max-height: 1.5rem;
}
.footer-social {
  display: flex;
  justify-content: center;
  gap: 2.556rem;
}
@media (min-width: 992px) {
  .footer-social {
    justify-content: flex-start;
  }
}
.footer-social a {
  width: 1.778rem;
}
.footer-social svg {
  max-width: 100%;
}
.footer-column-title {
  font-size: 1.333rem;
  font-weight: 600;
}
.footer-mobile-cta {
  transform: translateY(100%);
  transition: 0.2s;
  z-index: 8;
}
.footer-mobile-cta.show {
  transform: translateY(0);
}