/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Service+
	All rights reserved
*/
@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import "components/swiper-bundle.min.css";
.animated-effect, .news-page .news-box .news-box-thumbnail, .news-page .news-filter li a, .federations .presentation-cta .form-field .form-label:before, .business-page .business-content-box .business-content-box-toggle:before, .business-page .business-content-box .business-content-box-toggle, .business-page .business-box .business-thumbnail, .directory .business-box .business-thumbnail, .directory .filter-entry .filter-entry-options .form-check .form-check-input, .directory .filter-entry .filter-entry-toggle:before, .directory .filter-entry .filter-entry-toggle, .contact-faq-wrapper .box-wrapper .box-content .accordion .accordion-item .accordion-header .accordion-button:before, .contact-faq-wrapper .box-wrapper .box-content .accordion .accordion-item .accordion-header .accordion-button, .news .news-box .news-box-thumbnail, .process .box .process-box, .intro .intro-steps .intro-step-entry:before, .main .main-ad a, footer.page-footer .footer-social-links li a, .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.25s ease all;
}

.animated-long-effect {
  transition: 0.5s ease all;
}

.active-effect, .directory .pagination .page-item .page-link:active, .btn.btn-link:active, .btn.btn-outline-dark:active, .btn.btn-outline-light:active, .btn.btn-outline-primary:active, .btn.btn-dark:active, .btn.btn-light:active, .btn.btn-primary:active {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection, .directory .filter-entry .filter-entry-options .form-check, .news .swiper .swiper-button, .navbar .navbar-nav .nav-item .nav-link[disabled], .navbar .navbar-nav .nav-item .nav-link.disabled {
  user-select: none;
}

.disable-clicks, .navbar .navbar-nav .nav-item .nav-link[disabled], .navbar .navbar-nav .nav-item .nav-link.disabled {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html, body {
  font-family: "Outfit", sans-serif;
  position: relative;
  font-size: 15px;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  html, body {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  html, body {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  html, body {
    font-size: 11px;
  }
}

.navbar-brand {
  margin: 0;
  padding: 0;
}
.navbar-brand img {
  height: 2.5rem;
  display: block;
}
@media (max-width: 767.9px) {
  .navbar-brand img {
    height: 2rem;
  }
}

.navbar {
  padding: 1.5rem 0;
}
.navbar .container {
  align-items: flex-end;
}
@media (max-width: 767.9px) {
  .navbar .container {
    align-items: center;
  }
}
.navbar .navbar-nav .nav-item {
  margin-left: 3.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar .navbar-nav .nav-item {
    margin-left: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item {
    margin-left: 0;
    margin-top: 0.75rem;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: #000000;
  padding: 0;
  margin: 0;
}
.navbar .navbar-nav .nav-item .nav-link[disabled], .navbar .navbar-nav .nav-item .nav-link.disabled {
  opacity: 0.3;
  color: #000000;
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #c5ac54;
}
.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link:active {
  color: #c5ac54;
}
.navbar .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
}

footer.page-footer {
  background: #c5ac54;
  position: relative;
  padding: 5rem 0;
  border-radius: 15rem 0 0 0;
}
@media (max-width: 767.9px) {
  footer.page-footer {
    border-radius: 10rem 0 0 0;
    text-align: center;
  }
}
footer.page-footer .navbar-brand img {
  height: 4rem;
  filter: brightness(0) invert(1);
  display: block;
}
footer.page-footer h4 {
  width: 35%;
  color: #000000;
  font-size: 1.1rem;
  margin: 1rem 0 0 0;
}
footer.page-footer h3 {
  font-weight: 500;
  color: #fff;
  position: relative;
  font-size: 1.1rem;
  margin: 0 0 1rem 0;
}
@media (max-width: 767.9px) {
  footer.page-footer h3 {
    margin: 1.5rem 0 0.5rem 0;
  }
}
footer.page-footer h3:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  background: url("../img/plus.svg") center no-repeat;
  background-size: contain;
  content: " ";
  filter: brightness(0) invert(1);
  margin: auto;
}
@media (max-width: 767.9px) {
  footer.page-footer h3:before {
    display: none;
  }
}
footer.page-footer p {
  color: #000000;
  font-size: 0.9rem;
  margin: 0;
}
footer.page-footer p a {
  color: inherit;
  text-decoration: none;
}
footer.page-footer p a.company-logo {
  margin-left: 0.35rem;
  display: inline-block;
  transform: translateY(-0.15rem);
}
footer.page-footer p a:hover {
  text-decoration: underline;
}
footer.page-footer p a img {
  height: 0.75rem;
  filter: brightness(0) invert(1);
}
footer.page-footer .nav-link {
  padding: 0;
  color: #000000;
  font-weight: 400;
}
footer.page-footer .nav-link:hover {
  text-decoration: underline;
}
footer.page-footer .footer-social-links {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0.25rem 0 0 0;
  padding: 0;
}
@media (max-width: 767.9px) {
  footer.page-footer .footer-social-links {
    justify-content: center;
  }
}
footer.page-footer .footer-social-links li {
  margin-right: 0.25rem;
}
footer.page-footer .footer-social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 50%;
}
footer.page-footer .footer-social-links li a:hover {
  background: #000000;
}
footer.page-footer .footer-social-links li a:hover img {
  filter: brightness(0) invert(1);
}
footer.page-footer .footer-social-links li a img {
  width: 0.65rem;
  height: 0.65rem;
}

.btn {
  border-radius: 2rem;
  padding: 0.125rem 0.75rem;
  font-size: 0.95rem;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: none;
}
.btn img {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.btn img.btn-icon-start {
  margin-left: 0;
  margin-right: 0.25rem;
}
.btn.btn-lg {
  padding: 0.5rem 1.5rem;
  font-weight: 300;
}
.btn.btn-sm {
  text-transform: uppercase;
  font-size: 0.7rem;
  padding: 0.4rem 1.5rem;
  font-weight: 600;
}
.btn.btn-sm.btn-expanded {
  padding: 0.4rem 2.5rem;
}
.btn.btn-sm img {
  width: 0.65rem;
  height: 0.65rem;
  margin-left: 0.25rem;
}
.btn.btn-primary {
  background: #c5ac54;
  border-color: #c5ac54;
}
.btn.btn-primary img {
  filter: brightness(0) invert(1);
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #d2be7a;
  border-color: #d2be7a;
}
.btn.btn-primary:active {
  background: #dccd99;
  border-color: #dccd99;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #000000;
}
.btn.btn-dark {
  background: #000000;
  border-color: #000000;
  color: #fff;
}
.btn.btn-dark img {
  filter: brightness(0) invert(1);
}
.btn.btn-dark.btn-sm {
  font-weight: 500;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #222;
  border-color: #222;
  color: #fff;
}
.btn.btn-dark:active {
  background: #444;
  border-color: #444;
  color: #fff;
}
.btn.btn-outline-primary {
  border-color: #c5ac54;
  color: #c5ac54;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #c5ac54;
  border-color: #c5ac54;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #dccd99;
  border-color: #dccd99;
  color: #fff;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  background: #fff;
  border-color: #fff;
  color: #000000;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #c5ac54;
}
.btn.btn-outline-dark {
  border-color: #000000;
  color: #000000;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #000000;
  border-color: #000000;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  color: #d8c88d;
}
.main {
  position: relative;
  width: 100%;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .main {
    overflow: hidden;
  }
}
.main video {
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 1320px) / 2 + 990px - 1.5rem);
  height: 78.5%;
  z-index: 0;
  border-radius: 0 12rem 0 0;
  object-fit: cover;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .main video {
    width: calc((100% - 1140px) / 2 + 855px - 1.5rem);
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main video {
    width: calc((100% - 960px) / 2 + 720px - 1.5rem);
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main video {
    width: calc((100% - 720px) / 2 + 540px - 1.5rem);
  }
}
@media (max-width: 767.9px) {
  .main video {
    width: 100%;
    height: 25rem;
    border-radius: 0 6rem 0 0;
  }
}
.main:after {
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 1320px) / 2 + 990px - 1.5rem);
  height: 78.5%;
  background: #262626;
  opacity: 0.2;
  border-radius: 0 12rem 0 0;
  content: " ";
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .main:after {
    width: calc((100% - 1140px) / 2 + 855px - 1.5rem);
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main:after {
    width: calc((100% - 960px) / 2 + 720px - 1.5rem);
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main:after {
    width: calc((100% - 720px) / 2 + 540px - 1.5rem);
  }
}
@media (max-width: 767.9px) {
  .main:after {
    width: 100%;
    height: 25rem;
    border-radius: 0 6rem 0 0;
  }
}
.main:before {
  position: absolute;
  bottom: 22%;
  left: calc((100% - 1320px) / 2 + 990px - 0.75rem - 9.5rem);
  width: 15rem;
  height: 15rem;
  background: url("../img/plus.svg") center no-repeat;
  background-size: contain;
  content: " ";
  z-index: 5;
  filter: brightness(0) invert(1);
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .main:before {
    left: calc((100% - 1140px) / 2 + 855px - 0.75rem - 9.5rem);
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main:before {
    left: calc((100% - 960px) / 2 + 720px - 0.75rem - 9.5rem);
    bottom: 24.5%;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main:before {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .main:before {
    bottom: auto;
    top: 13.85rem;
    width: 10rem;
    height: 10rem;
    left: auto;
    right: -3.85rem;
  }
}
.main .container {
  position: relative;
  z-index: 3;
}
.main .main-box {
  padding: 12.5rem 0 17.5rem 0;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .main .main-box {
    padding: 12rem 0 15rem 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main .main-box {
    padding: 12rem 0 15rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main .main-box {
    padding: 10rem 0;
  }
}
@media (max-width: 767.9px) {
  .main .main-box {
    padding: 0 0 5rem 0;
    height: 25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.main .main-box .main-box-logo-effect {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .main-box .main-box-logo-effect h1 {
  font-weight: bold;
  color: #fff;
  font-size: 4.5rem;
  line-height: 1;
  display: block;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main .main-box .main-box-logo-effect h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 767.9px) {
  .main .main-box .main-box-logo-effect h1 {
    font-size: 3rem;
  }
}
.main .main-box .main-box-logo-effect svg {
  color: #c5ac54;
  width: 3rem;
  height: 3rem;
  display: block;
  transform: translateY(0.35rem);
  margin-left: 0.5rem;
}
@media (max-width: 767.9px) {
  .main .main-box .main-box-logo-effect svg {
    width: 2rem;
    height: 2rem;
  }
}
.main .main-box p {
  font-size: 1.5rem;
  color: #fff;
  margin: 1rem 0 0 0;
}
@media (max-width: 767.9px) {
  .main .main-box p {
    font-size: 1.125rem;
    padding: 0 15%;
  }
}
.main .main-info-box {
  padding: 2.5rem 3.5rem 2.5rem 9rem;
  position: relative;
  border-radius: 7.5rem 0 7.5rem 0;
  background: #c5ac54;
  margin-top: -5rem;
  z-index: 4;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main .main-info-box {
    padding-left: 7rem;
  }
}
@media (max-width: 767.9px) {
  .main .main-info-box {
    width: calc(100% + 1.5rem);
    margin: -5rem -0.75rem 0 -0.75rem;
    padding: 1.5rem 1.5rem 1.5rem 7.5rem;
    border-radius: 5rem 0 5rem 0;
  }
}
.main .main-info-box.v2 {
  background: #57ffd1;
}
@media (max-width: 767.9px) {
  .main .main-info-box.v2 {
    margin-top: 0;
  }
}
.main .main-info-box.v2 h2 {
  color: #c5ac54;
}
.main .main-info-box > img {
  position: absolute;
  top: 2.5rem;
  left: 3.5rem;
  width: 4rem;
  height: 4rem;
  z-index: 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main .main-info-box > img {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .main .main-info-box > img {
    width: 2.5rem;
    height: 2.5rem;
    top: 1.5rem;
    left: 2.5rem;
  }
}
.main .main-info-box h2 {
  font-size: 1.65rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  color: #fff;
  padding-right: 20%;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .main .main-info-box h2 {
    padding-right: 0;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main .main-info-box h2 {
    padding-right: 0;
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main .main-info-box h2 {
    padding-right: 0;
    font-size: 1.25rem;
  }
}
@media (max-width: 767.9px) {
  .main .main-info-box h2 {
    font-size: 1.25rem;
  }
}
.main .main-info-box p {
  color: #000000;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main .main-info-box p {
    line-height: 1.25;
  }
}
.main .ads-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 3.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main .ads-wrapper {
    gap: 1.5rem;
  }
}
.main .ads-wrapper .swiper-pagination {
  bottom: 1.5rem;
}
.main .ads-wrapper .swiper-pagination .swiper-pagination-bullet {
  background: #c5ac54;
  opacity: 1;
  margin: 0 3px;
}
.main .ads-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.main .main-ad {
  width: 100%;
  margin: 0;
}
@media (max-width: 767.9px) {
  .main .main-ad {
    margin-top: 1.5rem;
  }
}
.main .main-ad .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.main .main-ad a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .main-ad a:hover {
  opacity: 0.8;
}
.main .main-ad a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.main .main-ad.ad-large {
  border-radius: 0 0 7.5rem 0;
  height: 31.65rem;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .main .main-ad.ad-large {
    height: 30.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main .main-ad.ad-large {
    height: 28.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main .main-ad.ad-large {
    height: 25rem;
  }
}
@media (max-width: 767.9px) {
  .main .main-ad.ad-large {
    height: 25rem;
  }
}
.main .main-ad.ad-small {
  border-radius: 0 0 0 7.5rem;
  flex-grow: 1;
}
@media (max-width: 767.9px) {
  .main .main-ad.ad-small {
    display: none;
  }
}

.sub-main {
  padding: 3.5rem 0;
}
@media (max-width: 767.9px) {
  .sub-main {
    padding: 2.5rem 0;
  }
}
.sub-main h1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #000000;
  position: relative;
  display: block;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .sub-main h1 {
    font-size: 2rem;
  }
}
.sub-main p {
  margin: 0 0 0.75rem 0;
  font-weight: 400;
  font-size: 1.25rem;
  padding-right: 25%;
  color: #000000;
}
@media (max-width: 767.9px) {
  .sub-main p {
    font-size: 1.1rem;
  }
}
.sub-main .sub-main-wrapper {
  position: relative;
}
.sub-main .sub-main-wrapper:before {
  position: absolute;
  left: -4.5rem;
  bottom: 0.5rem;
  width: 3rem;
  height: 3rem;
  background: url("../img/icons/arrow.svg") center no-repeat;
  background-size: contain;
  transform-origin: center;
  transform: rotate(-90deg);
  content: " ";
  display: block;
}

.section-arrow {
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .section-arrow {
    padding: 1.5rem 0;
  }
}
.section-arrow img {
  height: 0.75rem;
  display: block;
  margin: 0 auto;
  animation: arrowFloat 1.5s ease-in-out infinite;
}
@keyframes arrowFloat {
  0%, 100% {
    transform: translateY(-0.5rem);
  }
  50% {
    transform: translateY(0.5rem);
  }
}

.intro {
  position: relative;
}
.intro .container {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.intro .container:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #b9ffff;
  content: " ";
  z-index: 0;
  border-radius: 15rem 0 15rem 0;
}
@media (max-width: 767.9px) {
  .intro .container:before {
    width: 100%;
    height: 100%;
  }
}
.intro .container .row {
  position: relative;
  z-index: 2;
}
.intro .intro-slider {
  border-radius: 0 10rem 0 10rem;
  overflow: hidden;
}
.intro .intro-slider .intro-slider-slide {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  display: block;
}
.intro .intro-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #c5ac54;
  display: block;
  margin: 0 0 1.5rem 0;
}
.intro .intro-content p {
  color: #000000;
  font-weight: 500;
  margin: 0 0 1.5rem 0;
  padding-right: 15%;
}
.intro .intro-steps {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 767.9px) {
  .intro .intro-steps {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.intro .intro-steps .intro-step-entry {
  display: block;
  color: #c978e4;
  position: relative;
}
@media (max-width: 767.9px) {
  .intro .intro-steps .intro-step-entry {
    width: 50%;
    padding: 1.5rem 0;
  }
}
.intro .intro-steps .intro-step-entry + .intro-step-entry {
  margin-top: 1.75rem;
}
@media (max-width: 767.9px) {
  .intro .intro-steps .intro-step-entry + .intro-step-entry {
    margin-top: 0;
  }
}
.intro .intro-steps .intro-step-entry.v2 {
  color: #00dcae;
}
.intro .intro-steps .intro-step-entry.v3 {
  color: #ff8d6c;
}
.intro .intro-steps .intro-step-entry.v4 {
  color: #00c7dd;
}
.intro .intro-steps .intro-step-entry:before {
  position: absolute;
  top: 0;
  left: -4.25rem;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  background: url("../img/icons/arrow.svg") center no-repeat;
  background-size: contain;
  content: " ";
  z-index: 0;
  transform-origin: center;
  transform: rotate(-90deg);
  margin: auto;
  filter: brightness(0) invert(1);
  opacity: 0;
}
@media (max-width: 767.9px) {
  .intro .intro-steps .intro-step-entry:before {
    display: none;
  }
}
.intro .intro-steps .intro-step-entry.active:before {
  opacity: 1;
  left: -3.25rem;
}
.intro .intro-steps .intro-step-entry u {
  font-style: normal;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 400;
  display: block;
  line-height: 1;
}
.intro .intro-steps .intro-step-entry i, .intro .intro-steps .intro-step-entry em {
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  display: block;
  line-height: 1;
}
.intro .intro-steps .intro-step-entry strong, .intro .intro-steps .intro-step-entry b {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.process {
  position: relative;
}
.process .box {
  padding: 2.5rem 4rem 4rem 4rem;
  border-radius: 15rem 0 15rem 0;
  background: #c5ac54;
}
@media (max-width: 767.9px) {
  .process .box {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem;
    padding: 5rem 5rem 0 5rem;
    border-radius: 10rem 0 0 0;
  }
}
.process .box .process-title {
  position: relative;
}
.process .box .process-title:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6rem;
  width: 4rem;
  height: 4rem;
  background: url("../img/icons/arrow-right.svg") center no-repeat;
  background-size: contain;
  content: " ";
  transform-origin: center;
  transform: rotate(-90deg);
  margin: auto;
}
@media (max-width: 767.9px) {
  .process .box .process-title:before {
    display: none;
  }
}
.process .box .process-title h2 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 0.5rem 0;
}
.process .box .process-title h3 {
  margin: 0 0 0.75rem 0;
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff;
}
.process .box .process-title p {
  color: #000000;
  font-weight: 500;
  margin: 0 0 1rem 0;
}
@media (max-width: 767.9px) {
  .process .box .row.process-row {
    flex-wrap: nowrap;
    overflow-y: hidden;
    width: calc(100% + 10rem + 1.5rem);
    margin: 0 -5.75rem;
    padding-bottom: 5rem;
  }
}
.process .box .row .col-md-4 {
  position: relative;
}
.process .box .row .col-md-4:after {
  position: absolute;
  top: 0;
  right: -0.5rem;
  bottom: 0;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/icons/arrow-right.svg") center no-repeat;
  background-size: contain;
  content: " ";
  margin: auto;
  filter: brightness(0) invert(1);
  transform-origin: center;
  transform: rotate(-90deg);
}
.process .box .row .col-md-4:last-child:after {
  display: none;
}
.process .box .process-box {
  display: block;
  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  border-radius: 10rem 0 10rem 0;
  width: 87.5%;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
.process .box .process-box.v1 {
  background: #f5c4fd;
}
.process .box .process-box.v1 .process-box-title {
  color: #c978e4;
}
.process .box .process-box.v2 {
  background: #87ffff;
}
.process .box .process-box.v2 .process-box-title {
  color: #00c7dd;
}
.process .box .process-box.v3 {
  background: #87ffda;
}
.process .box .process-box.v3 .process-box-title {
  color: #00dcae;
}
.process .box .process-box.active {
  background: #fff !important;
  transform-origin: center;
  transform: scale(1.1);
}
@media (max-width: 767.9px) {
  .process .box .process-box.active {
    transform: none;
  }
}
.process .box .process-box > img {
  width: 4rem;
  height: 4rem;
  display: block;
  margin: auto;
}
.process .box .process-box .process-box-title {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .process .box .process-box .process-box-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.process .box .process-box .process-box-title strong {
  font-weight: 600;
  font-size: 3.5rem;
  display: block;
  line-height: 1;
}
.process .box .process-box .process-box-title h4 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  display: block;
  margin-left: 1rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .process .box .process-box .process-box-title h4 {
    margin: 0.5rem 0 0 0;
  }
}
.process .box .process-box p {
  color: #000000;
}

.news {
  position: relative;
}
.news .section-title {
  text-align: center;
  position: relative;
}
.news .section-title h2 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #000000;
  position: relative;
  display: inline-block;
}
.news .section-title h2:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2.5rem;
  width: 2rem;
  height: 2rem;
  background: url("../img/plus-primary.svg") center no-repeat;
  background-size: contain;
  content: " ";
  margin: auto;
}
.news .section-title h3 {
  margin: 0 0 0.75rem 0;
  font-weight: 500;
  font-size: 1.5rem;
  color: #c5ac54;
}
.news .swiper {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
@media (max-width: 767.9px) {
  .news .swiper {
    padding-left: 0;
    padding-right: 0;
  }
}
.news .swiper .swiper-button {
  width: 2rem;
  height: 2rem;
  border: 1px solid #c5ac54;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: none;
  padding: 0;
}
.news .swiper .swiper-button img {
  width: 0.85rem;
  height: 0.85rem;
}
.news .swiper .swiper-button svg {
  display: none;
}
.news .swiper .swiper-button:before, .news .swiper .swiper-button:after {
  display: none;
}
.news .swiper .swiper-button.swiper-button-prev img {
  transform-origin: center;
  transform: rotate(90deg);
}
.news .swiper .swiper-button.swiper-button-next img {
  transform-origin: center;
  transform: rotate(-90deg);
}
.news .swiper .swiper-wrapper {
  align-items: stretch;
}
.news .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
@media (max-width: 767.9px) {
  .news .swiper .swiper-wrapper .swiper-slide {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.news .news-box {
  display: flex;
  flex-direction: column;
  border-radius: 10rem 0 10rem 0;
  overflow: hidden;
  border: 1px solid #c5ac54;
  text-decoration: none;
  height: 100%;
}
@media (max-width: 767.9px) {
  .news .news-box {
    border-radius: 7.5rem 0 7.5rem 0;
  }
}
.news .news-box .news-box-thumbnail {
  display: block;
  width: 100%;
  height: 17.5rem;
  position: relative;
  background: #9d9d9c;
  outline: none;
  box-shadow: none;
  color: inherit;
  text-decoration: none;
  flex-shrink: 0;
}
@media (max-width: 767.9px) {
  .news .news-box .news-box-thumbnail {
    height: 12.5rem;
  }
}
.news .news-box .news-box-thumbnail:hover {
  opacity: 0.8;
}
.news .news-box .news-box-thumbnail img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.news .news-box .news-box-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}
@media (max-width: 767.9px) {
  .news .news-box .news-box-content {
    padding: 1.5rem;
  }
}
.news .news-box .news-box-content .news-box-content-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.news .news-box .news-box-content .news-box-content-meta .news-box-content-location {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #c5ac54;
  letter-spacing: 0.05rem;
}
.news .news-box .news-box-content .news-box-content-meta .news-box-content-location img {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-right: 0.25rem;
}
.news .news-box .news-box-content .news-box-content-meta .news-box-content-date {
  font-size: 0.7rem;
  color: #000000;
  letter-spacing: 0.1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.news .news-box .news-box-content .news-box-content-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1.5rem 0 0.75rem 0;
  color: #c5ac54;
  display: block;
  text-decoration: none;
}
.news .news-box .news-box-content .news-box-content-title:hover {
  color: #000000;
  text-decoration: underline;
}
.news .news-box .news-box-content .news-box-content-description {
  color: #000000;
  font-weight: 500;
  margin: 0 0 1.5rem 0;
}
.news .news-box .news-box-content .btn {
  margin-top: auto;
}

.contact-faq-wrapper {
  padding: 0 0 7.5rem 0;
}
@media (max-width: 767.9px) {
  .contact-faq-wrapper {
    padding: 0 0 5rem 0;
  }
}
.contact-faq-wrapper .box-wrapper {
  padding: 3.5rem 3.5rem 2.5rem 4.5rem;
  position: relative;
  border-radius: 10rem 0 10rem 0;
}
@media (max-width: 767.9px) {
  .contact-faq-wrapper .box-wrapper {
    padding: 3rem 3rem 2rem 4rem;
    border-radius: 6rem 0 6rem 0;
  }
}
.contact-faq-wrapper .box-wrapper.box-contact {
  background: #abffe8;
}
.contact-faq-wrapper .box-wrapper.box-faq {
  background: #ecd0f6;
  border-radius: 0 10rem 0 10rem;
  padding: 3.5rem 3.5rem 3.5rem 10rem;
}
@media (max-width: 767.9px) {
  .contact-faq-wrapper .box-wrapper.box-faq {
    padding: 3rem 3rem;
    border-radius: 0 6rem 0 6rem;
  }
}
.contact-faq-wrapper .box-wrapper.box-faq:before {
  position: absolute;
  top: 6.5rem;
  left: 4rem;
  width: 4rem;
  height: 4rem;
  background: url("../img/icons/arrow-right.svg") center no-repeat;
  background-size: contain;
  content: " ";
  filter: brightness(0) invert(1);
  margin: auto;
  transform-origin: center;
  transform: rotate(-90deg);
}
@media (max-width: 767.9px) {
  .contact-faq-wrapper .box-wrapper.box-faq:before {
    display: none;
  }
}
.contact-faq-wrapper .box-wrapper > h2 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #c5ac54;
  position: relative;
  display: inline-block;
}
.contact-faq-wrapper .box-wrapper > h2:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2.5rem;
  width: 2rem;
  height: 2rem;
  background: url("../img/plus-primary.svg") center no-repeat;
  background-size: contain;
  content: " ";
  margin: auto;
  filter: brightness(0) invert(1);
}
.contact-faq-wrapper .box-wrapper .box-content h3 {
  margin: 0 0 0.75rem 0;
  font-weight: 500;
  font-size: 1.5rem;
  color: #c5ac54;
  font-size: 1.25rem;
}
.contact-faq-wrapper .box-wrapper .box-content p {
  color: #000000;
}
.contact-faq-wrapper .box-wrapper .box-content .accordion {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  margin: 1.5rem 0 0 0;
}
.contact-faq-wrapper .box-wrapper .box-content .accordion .accordion-item {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  position: relative;
}
.contact-faq-wrapper .box-wrapper .box-content .accordion .accordion-item + .accordion-item {
  margin-top: 1.25rem;
}
.contact-faq-wrapper .box-wrapper .box-content .accordion .accordion-item .accordion-header {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  position: relative;
}
.contact-faq-wrapper .box-wrapper .box-content .accordion .accordion-item .accordion-header:after {
  position: absolute;
  left: 2rem;
  right: 0;
  bottom: -0.25rem;
  height: 1px;
  background: #c5ac54;
  content: " ";
}
.contact-faq-wrapper .box-wrapper .box-content .accordion .accordion-item .accordion-header .accordion-button {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0 0 0 2rem;
  display: block;
  position: relative;
  color: #000000;
  font-weight: 500;
}
.contact-faq-wrapper .box-wrapper .box-content .accordion .accordion-item .accordion-header .accordion-button:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1px solid #c5ac54;
  background: url("../img/icons/arrow.svg") center no-repeat;
  background-size: 60% 60%;
  content: " ";
  margin: auto;
  transform-origin: center;
  transform: rotate(-90deg);
}
.contact-faq-wrapper .box-wrapper .box-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #c5ac54;
}
.contact-faq-wrapper .box-wrapper .box-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):before {
  transform: rotate(0);
}
.contact-faq-wrapper .box-wrapper .box-content .accordion .accordion-item .accordion-body {
  padding: 0.75rem 0 0 2rem;
  color: rgba(0, 0, 0, 0.5);
}

.error-page {
  padding: 10rem 0;
}
.error-page h3 {
  font-size: 20rem;
  color: #c5ac54;
  font-weight: 300;
  display: block;
  margin: 0;
  line-height: 1;
}

.content-page {
  padding: 5rem 0;
  display: block;
  color: #000000;
}
.content-page h1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #000000;
  position: relative;
  display: block;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .content-page h1 {
    font-size: 2rem;
  }
}
.content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6 {
  margin: 1.5rem 0 1rem 0;
  color: #000000;
  font-weight: 600;
}
.content-page a:not(.btn) {
  color: #c5ac54;
  text-decoration: underline;
}

.directory {
  padding: 0 0 7.5rem 0;
}
@media (max-width: 767.9px) {
  .directory {
    padding: 0 0 5rem 0;
  }
}
.directory h2 {
  font-size: 1.5rem;
  color: #c5ac54;
  font-weight: 600;
}
.directory .form-control {
  border: 1px solid #c5ac54;
  border-radius: 2rem;
  color: #c5ac54;
  margin: 1rem 0;
  box-shadow: none;
  outline: none;
  background: none;
}
.directory .btn-outline-primary[disabled], .directory .btn-outline-primary.disabled {
  filter: grayscale(1);
  opacity: 0.5;
}
.directory .filter-entry + .filter-entry {
  margin-top: 1.5rem;
}
.directory .filter-entry .filter-entry-toggle {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0 0 0.25rem 2rem;
  display: block;
  position: relative;
  color: #000000;
  font-weight: 500;
  width: 100%;
  text-align: left;
}
.directory .filter-entry .filter-entry-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1px solid #c5ac54;
  background: url("../img/icons/arrow.svg") center no-repeat;
  background-size: 60% 60%;
  content: " ";
  margin: auto;
  transform-origin: center;
  transform: rotate(-90deg);
}
.directory .filter-entry .filter-entry-toggle:not(.collapsed):before {
  transform: rotate(0);
}
.directory .filter-entry .filter-entry-toggle:after {
  position: absolute;
  left: 2rem;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #c5ac54;
  content: " ";
}
.directory .filter-entry .filter-entry-options {
  padding: 1rem 1rem 1.5rem 1.5rem;
  max-height: 20rem;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #c5ac54 transparent;
}
.directory .filter-entry .filter-entry-options::-webkit-scrollbar {
  width: 8px;
}
.directory .filter-entry .filter-entry-options::-webkit-scrollbar-track {
  background: transparent;
  border: 1px solid #c5ac54;
  border-radius: 999px;
}
.directory .filter-entry .filter-entry-options::-webkit-scrollbar-thumb {
  background: #c5ac54;
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
.directory .filter-entry .filter-entry-options::-webkit-scrollbar-thumb:hover {
  background: #c5ac54;
}
.directory .filter-entry .filter-entry-options::-webkit-scrollbar-corner {
  background: transparent;
}
.directory .filter-entry .filter-entry-options .form-check {
  cursor: pointer;
}
.directory .filter-entry .filter-entry-options .form-check:hover .form-check-input:not(:checked) {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
.directory .filter-entry .filter-entry-options .form-check .form-check-input {
  border-radius: 50%;
  border-color: #c5ac54;
  box-shadow: none;
  outline: none;
  width: 0.75rem;
  height: 0.75rem;
}
.directory .filter-entry .filter-entry-options .form-check .form-check-input:checked {
  background-color: #c5ac54;
  border-color: #c5ac54;
}
.directory .filter-entry .filter-entry-options .form-check .form-check-label {
  cursor: pointer;
  display: block;
  line-height: 1.2;
  font-size: 0.95rem;
}
.directory .pagination .page-item .page-link {
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: rgba(0, 0, 0, 0.75);
  border-radius: 1rem;
}
.directory .pagination .page-item .page-link:hover {
  background: rgba(197, 172, 84, 0.15);
  color: #c5ac54;
}
.directory .pagination .page-item .page-link:active {
  background: rgba(197, 172, 84, 0.3);
  color: #c5ac54;
}
.directory .pagination .page-item .page-link.active {
  color: #000000;
  font-weight: 600;
}
.directory .pagination .pagination-prev-icon {
  width: 0.5rem;
  height: 0.5rem;
  transform-origin: center;
  transform: rotate(90deg);
}
.directory .pagination .pagination-next-icon {
  width: 0.5rem;
  height: 0.5rem;
  transform-origin: center;
  transform: rotate(-90deg);
}
.directory .business-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4rem 0 4rem 0;
  overflow: hidden;
}
.directory .business-box .business-thumbnail {
  width: 100%;
  height: 12rem;
  display: block;
  position: relative;
  background: #7a7a7a;
  color: inherit;
  text-decoration: none;
  box-shadow: none;
  outline: none;
  flex-shrink: 0;
}
.directory .business-box .business-thumbnail:hover {
  opacity: 0.8;
}
.directory .business-box .business-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.directory .business-box .business-info {
  background: #c5ac54;
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.directory .business-box .business-info .business-location {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 0.8rem;
  color: #fff;
  position: relative;
  padding-left: 1.5rem;
  text-decoration: none;
}
.directory .business-box .business-info .business-location:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1rem;
  height: 1rem;
  background: url("../img/icons/map-marker.svg") center no-repeat;
  background-size: contain;
  content: " ";
  filter: brightness(0) invert(1);
  margin: auto;
}
.directory .business-box .business-info .business-name {
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0.25rem 0;
  color: #fff;
  text-decoration: none;
}
.directory .business-box .business-info .business-name:hover {
  text-decoration: underline;
}
.directory .business-box .business-info .business-sector {
  display: block;
  color: #000000;
  font-weight: 500;
  font-size: 1rem;
  margin: 0 0 1rem 0;
}
.directory .business-box .business-info .btn {
  margin-top: auto;
}

.sub-main.business-sub-main {
  text-align: center;
}
.sub-main.business-sub-main h1 {
  color: #c5ac54;
  margin: 0;
}
.sub-main.business-sub-main .sub-main-wrapper {
  display: inline-flex;
}
.sub-main.business-sub-main .sub-main-wrapper:before {
  bottom: 0;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
  left: -3.5rem;
  margin: auto;
}

.business-page {
  padding: 0 0 7.5rem 0;
}
@media (max-width: 767.9px) {
  .business-page {
    padding: 0 0 5rem 0;
  }
}
.business-page .business-box {
  display: block;
  height: 100%;
  border-radius: 4rem 0 4rem 0;
  overflow: hidden;
}
.business-page .business-box .business-thumbnail {
  width: 100%;
  height: 12rem;
  display: block;
  position: relative;
  background: #7a7a7a;
  color: inherit;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.business-page .business-box .business-thumbnail:hover {
  opacity: 0.8;
}
.business-page .business-box .business-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.business-page .business-box .business-info {
  background: #c5ac54;
  padding: 1.5rem;
}
.business-page .business-box .business-info .business-info-entry {
  display: block;
  margin-bottom: 0.75rem;
}
.business-page .business-box .business-info .business-info-entry .business-info-entry-heading {
  display: flex;
  align-items: center;
  color: #fff;
}
.business-page .business-box .business-info .business-info-entry .business-info-entry-heading > img {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
  filter: brightness(0) invert(1);
}
.business-page .business-box .business-info .business-info-entry .business-info-entry-content {
  color: #000000;
  padding-left: 1.5rem;
}
.business-page .business-gallery {
  border-radius: 0 10rem 0 10rem;
  overflow: hidden;
  background: #7a7a7a;
  margin-bottom: 2.5rem;
}
.business-page .business-gallery .swiper-slide img {
  width: 100%;
  height: 30rem;
  object-fit: cover;
}
.business-page .business-gallery .swiper-pagination {
  bottom: 1.5rem;
}
.business-page .business-gallery .swiper-pagination .swiper-pagination-bullet {
  background: #c5ac54;
  opacity: 1;
  margin: 0 3px;
}
.business-page .business-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.business-page .business-content-box {
  display: block;
  margin-bottom: 2.5rem;
}
.business-page .business-content-box .business-content-box-toggle {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0 0 0.25rem 2rem;
  display: block;
  position: relative;
  color: #c5ac54;
  font-weight: 500;
  width: 100%;
  text-align: left;
  text-transform: capitalize;
}
.business-page .business-content-box .business-content-box-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1px solid #c5ac54;
  background: url("../img/icons/arrow.svg") center no-repeat;
  background-size: 60% 60%;
  content: " ";
  margin: auto;
  transform-origin: center;
  transform: rotate(-90deg);
}
.business-page .business-content-box .business-content-box-toggle:not(.collapsed):before {
  transform: rotate(0);
}
.business-page .business-content-box .business-content-box-toggle:after {
  position: absolute;
  left: 2rem;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #c5ac54;
  content: " ";
}
.business-page .business-content-box .business-content-box-content {
  padding: 1.5rem 0 0 0;
}

.sub-main.offers-sub-main .sub-main-wrapper {
  margin-bottom: 1.5rem;
}
.sub-main.offers-sub-main .sub-main-wrapper h1 {
  display: inline-block;
  position: relative;
}
.sub-main.offers-sub-main .sub-main-wrapper h1:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2.5rem;
  width: 2rem;
  height: 2rem;
  background: url("../img/plus-primary.svg") center no-repeat;
  background-size: contain;
  content: " ";
  margin: auto;
}
.sub-main.offers-sub-main h2 {
  font-size: 1.5rem;
  font-weight: 400;
}
.sub-main.offers-sub-main p.small {
  font-size: 1rem;
  padding-right: 0;
}

.offer-page {
  padding: 0 0 7.5rem 0;
}
@media (max-width: 767.9px) {
  .offer-page {
    padding: 0 0 5rem 0;
  }
}
.offer-page .offer-box {
  background: #a2ffe0;
  border-radius: 0 15rem 0 0;
  padding: 1.5rem 3rem 0.25rem 2rem;
}
.offer-page .offer-box h3 {
  color: #c5ac54;
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  margin: 0 0 1.5rem 0;
}
.offer-page .offer-box .table.offer-table thead {
  border: none;
}
@media (max-width: 767.9px) {
  .offer-page .offer-box .table.offer-table thead {
    display: none;
  }
}
.offer-page .offer-box .table.offer-table thead tr {
  border: none;
}
.offer-page .offer-box .table.offer-table thead tr th {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #000000;
  letter-spacing: 0.05rem;
  padding: 0.25rem 0.5rem;
  font-weight: 400;
  border: none;
}
.offer-page .offer-box .table.offer-table tbody {
  border: none;
}
@media (max-width: 767.9px) {
  .offer-page .offer-box .table.offer-table tbody {
    display: block;
    width: 100%;
  }
}
.offer-page .offer-box .table.offer-table tbody tr {
  border: none;
}
@media (max-width: 767.9px) {
  .offer-page .offer-box .table.offer-table tbody tr {
    display: block;
    width: 100%;
  }
}
.offer-page .offer-box .table.offer-table tbody tr td {
  border: none;
  padding: 0.25rem 0.5rem;
  color: #000000;
}
@media (max-width: 767.9px) {
  .offer-page .offer-box .table.offer-table tbody tr td {
    display: block;
    width: 100%;
  }
}
.offer-page .offer-box .table.offer-table tbody tr td:first-child {
  padding-left: 0;
}
.offer-page .offer-box .table.offer-table tbody tr td .offer-label {
  padding: 0 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  border-radius: 1rem;
  background: #c978e4;
}
.offer-page .offer-box .table.offer-table tbody tr td .offer-price {
  padding-left: 1.25rem;
  display: block;
  position: relative;
}
.offer-page .offer-box .table.offer-table tbody tr td .offer-price:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: url("../img/icons/arrow-right.svg") center no-repeat;
  background-size: contain;
  transform-origin: center;
  transform: rotate(-90deg);
  content: " ";
  margin: auto;
}
.offer-page .offer-box .table.offer-table tbody tr td .offer-target {
  padding-left: 1.25rem;
  display: block;
  position: relative;
}
.offer-page .offer-box .table.offer-table tbody tr td .offer-target:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: url("../img/icons/arrow-right.svg") center no-repeat;
  background-size: contain;
  transform-origin: center;
  transform: rotate(-90deg);
  content: " ";
  margin: auto;
}
.offer-page .offer-box .table.offer-table tbody tr td .offer-description {
  font-size: 0.8rem;
  margin: 0 0 1.5rem 0;
  padding-bottom: 0.25rem;
  color: #000000;
  border-bottom: 1px solid #c978e4;
}
.offer-page .offer-box .table.offer-table tbody tr td .btn-light {
  color: #c978e4;
}
.offer-page .offer-box .table.offer-table tbody tr.offer-v2 .offer-label {
  background: #000000;
}
.offer-page .offer-box .table.offer-table tbody tr.offer-v2 .offer-price:before,
.offer-page .offer-box .table.offer-table tbody tr.offer-v2 .offer-target:before {
  filter: brightness(0);
}
.offer-page .offer-box .table.offer-table tbody tr.offer-v2 .btn-light {
  color: #000000;
}
.offer-page .offer-box .table.offer-table tbody tr.offer-v2 .offer-description {
  border-bottom: 1px solid #000000;
}
.offer-page .offer-box .table.offer-table tbody tr.offer-v3 .offer-label {
  background: #c5ac54;
}
.offer-page .offer-box .table.offer-table tbody tr.offer-v3 .offer-price:before,
.offer-page .offer-box .table.offer-table tbody tr.offer-v3 .offer-target:before {
  background: url("../img/icons/arrow.svg") center no-repeat;
  background-size: contain;
}
.offer-page .offer-box .table.offer-table tbody tr.offer-v3 .btn-light {
  color: #c5ac54;
}
.offer-page .offer-box .table.offer-table tbody tr.offer-v3 .offer-description {
  border-bottom: 1px solid #c5ac54;
}
.offer-page .offer-intro h4 {
  color: #c5ac54;
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  margin: 0 0 1.5rem 0;
}
.offer-page .offer-intro ul {
  list-style: none;
  margin: 1rem 0 0 0;
  padding: 0 5rem 0 0;
  display: block;
}
.offer-page .offer-intro ul li {
  display: block;
  position: relative;
  padding-left: 2.25rem;
  color: #000000;
  margin-top: 1rem;
}
.offer-page .offer-intro ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icons/check.svg") center no-repeat;
  background-size: contain;
  content: " ";
  margin: auto;
}
.offer-page .offer-cta {
  display: block;
  padding: 3.5rem 1.5rem 3.5rem 5rem;
  border-radius: 0 12rem 0 12rem;
  background: #c5ac54;
  width: 85%;
  position: relative;
}
@media (max-width: 767.9px) {
  .offer-page .offer-cta {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem;
    padding: 5rem 2.5rem;
    border-radius: 0 6rem 0 6rem;
  }
}
.offer-page .offer-cta:before {
  position: absolute;
  top: 3.5rem;
  left: -1rem;
  width: 4rem;
  height: 4rem;
  background: url("../img/icons/percentage.svg") center no-repeat;
  background-size: contain;
  filter: brightness(0);
  content: " ";
  z-index: 1;
}
@media (max-width: 767.9px) {
  .offer-page .offer-cta:before {
    display: none;
  }
}
.offer-page .offer-cta h4 {
  display: block;
  color: #fff;
  font-size: 2.75rem;
  line-height: 1;
}
.offer-page .offer-cta h4 strong {
  font-weight: 500;
  font-size: 1.75rem;
}
.offer-page .offer-cta .offer-cta-content {
  color: #fff;
}
.offer-page .offer-cta .offer-cta-content p {
  margin: 0 0 0.5rem 0;
  font-weight: 600;
}
.offer-page .offer-cta .offer-cta-content ul {
  margin: 0 0 0.75rem 0;
  padding: 0;
  display: block;
  list-style: none;
}
.offer-page .offer-cta .offer-cta-content ul li {
  display: block;
  padding-left: 1.5rem;
  position: relative;
  font-weight: 400;
}
.offer-page .offer-cta .offer-cta-content ul li + li {
  margin-top: 0.5rem;
}
.offer-page .offer-cta .offer-cta-content ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: url("../img/icons/arrow.svg") center no-repeat;
  background-size: contain;
  content: " ";
  filter: brightness(0);
  margin: auto;
  transform-origin: center;
  transform: rotate(-90deg);
}

.sub-main.federations-sub-main .sub-main-wrapper h1 strong {
  display: inline-block;
  color: transparent;
  width: 2rem;
  height: 2rem;
  background: url("../img/plus-primary.svg") center no-repeat;
  background-size: contain;
  transform: translateY(0.5rem);
}
@media (max-width: 767.9px) {
  .sub-main.federations-sub-main .sub-main-wrapper h1 strong {
    transform: translateY(0.15rem);
  }
}

.federations {
  padding: 0 0 7.5rem 0;
}
@media (max-width: 767.9px) {
  .federations {
    padding: 0 0 5rem 0;
  }
}
.federations h3 {
  font-size: 1.5rem;
  color: #c5ac54;
  font-weight: 600;
}
.federations .federations-intro {
  padding: 2.5rem 3.5rem 1.5rem 2.5rem;
  background: #a9ffe3;
  border-radius: 12rem 0 12rem 0;
}
@media (max-width: 767.9px) {
  .federations .federations-intro {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem;
    padding: 5rem 2.5rem;
    border-radius: 6rem 0 6rem 0;
  }
}
.federations .federations-intro h4 {
  margin: 1.5rem 0 0.5rem 0;
  font-weight: 600;
  font-size: 1.5rem;
  color: #c5ac54;
}
.federations .federations-intro h4:first-child {
  margin-top: 0;
}
.federations .federations-intro p {
  color: #000000;
  margin: 0 0 0.75rem 0;
}
.federations .federations-intro ul {
  list-style: none;
  margin: 0 0 0.75rem 0;
  padding: 0;
  display: block;
}
.federations .federations-intro ul li {
  display: block;
  position: relative;
  padding-left: 1rem;
  color: #000000;
}
.federations .federations-intro ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: url("../img/plus-primary.svg") center no-repeat;
  background-size: contain;
  content: " ";
  margin: auto;
}
.federations .offer-cta {
  display: block;
  padding: 2.5rem 1.5rem 3.5rem 5rem;
  border-radius: 0 12rem 0 12rem;
  background: #c5ac54;
  width: 85%;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .federations .offer-cta {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .federations .offer-cta {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .federations .offer-cta {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .federations .offer-cta {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem;
    padding: 5rem 2.5rem;
    border-radius: 6rem 0 6rem 0;
  }
}
.federations .offer-cta:before {
  position: absolute;
  top: 2.5rem;
  left: -1rem;
  width: 4rem;
  height: 4rem;
  background: url("../img/icons/percentage.svg") center no-repeat;
  background-size: contain;
  filter: brightness(0);
  content: " ";
  z-index: 1;
}
@media (max-width: 767.9px) {
  .federations .offer-cta:before {
    display: none;
  }
}
.federations .offer-cta h4 {
  display: block;
  color: #fff;
  font-size: 2.75rem;
  line-height: 1;
}
.federations .offer-cta h4 strong {
  font-weight: 500;
  font-size: 1.75rem;
}
.federations .offer-cta .offer-cta-content {
  color: #fff;
}
.federations .offer-cta .offer-cta-content p {
  margin: 0 0 0.5rem 0;
  font-weight: 600;
}
.federations .offer-cta .offer-cta-content ul {
  margin: 0 0 0.75rem 0;
  padding: 0;
  display: block;
  list-style: none;
}
.federations .offer-cta .offer-cta-content ul li {
  display: block;
  padding-left: 1.5rem;
  position: relative;
  font-weight: 400;
}
.federations .offer-cta .offer-cta-content ul li + li {
  margin-top: 0.5rem;
}
.federations .offer-cta .offer-cta-content ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: url("../img/icons/arrow.svg") center no-repeat;
  background-size: contain;
  content: " ";
  filter: brightness(0);
  margin: auto;
  transform-origin: center;
  transform: rotate(-90deg);
}
.federations .federation-feature {
  margin: 1.5rem 0 0 0;
}
.federations .federation-feature h4 {
  margin: 0 0 1.5rem 0;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  padding-left: 3.5rem;
  width: 85%;
  padding-right: 2.5rem;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .federations .federation-feature h4 {
    padding-right: 0;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .federations .federation-feature h4 {
    padding-right: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .federations .federation-feature h4 {
    padding-right: 0;
    width: 100%;
  }
}
.federations .federation-feature h4:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  background: url("../img/icons/check.svg") center no-repeat;
  background-size: contain;
  content: " ";
}
.federations .federation-feature p {
  color: #000000;
}
.federations .federation-feature.v1 h4 {
  color: #00dcae;
}
.federations .federation-feature.v2 h4 {
  color: #c878e6;
  padding-right: 0;
}
.federations .federation-feature.v2 h4:before {
  background: url("../img/icons/check-v2.svg") center no-repeat;
  background-size: contain;
}
.federations .federation-feature.v3 h4 {
  color: #00c8dc;
}
.federations .federation-feature.v3 h4:before {
  background: url("../img/icons/check-v3.svg") center no-repeat;
  background-size: contain;
}
.federations .federation-feature.v4 h4 {
  color: #fa8c64;
}
.federations .federation-feature.v4 h4:before {
  background: url("../img/icons/check-v4.svg") center no-repeat;
  background-size: contain;
}
.federations .federations-contact-content {
  margin-top: 1.5rem;
}
.federations .presentation-cta {
  border-radius: 0 0 10rem 0;
  padding: 2.5rem;
  background: #f7ccfd;
  position: relative;
}
.federations .presentation-cta:before {
  position: absolute;
  top: 2.5rem;
  left: -3.5rem;
  width: 3rem;
  height: 3rem;
  background: url("../img/icons/arrow-right.svg") center no-repeat;
  background-size: contain;
  content: " ";
  transform-origin: center;
  transform: rotate(-90deg);
}
.federations .presentation-cta .form-field {
  display: flex;
  align-items: center;
}
.federations .presentation-cta .form-field + .form-field {
  margin-top: 0.5rem;
}
.federations .presentation-cta .form-field .form-label {
  color: #000000;
  font-weight: 500;
  width: 11rem;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
  padding-left: 2rem;
  margin: 0;
}
.federations .presentation-cta .form-field .form-label:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1px solid #c5ac54;
  background: url("../img/icons/arrow.svg") center no-repeat;
  background-size: 60% 60%;
  content: " ";
  margin: auto;
  transform-origin: center;
  transform: rotate(-90deg);
}
.federations .presentation-cta .form-field .form-control {
  background: #fff;
  border-radius: 2rem;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0.125rem 1rem;
}
.federations .presentation-cta .btn {
  margin-left: 11rem;
  margin-top: 1rem;
}
@media (max-width: 767.9px) {
  .federations .presentation-cta .btn {
    margin-left: 0;
  }
}

.sub-main.news-sub-main .sub-main-wrapper h1 span {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url("../img/plus-primary.svg") center no-repeat;
  background-size: contain;
}

.sub-main.article-sub-main .sub-main-wrapper:before {
  bottom: 0;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.sub-main.article-sub-main .sub-main-wrapper h1 {
  margin-bottom: 0;
}

.news-page {
  padding: 0 0 7.5rem 0;
}
.news-page .news-main-item {
  display: block;
}
.news-page .news-main-item .news-thumbnail {
  width: 100%;
  height: 100%;
  position: relative;
  background: #7a7a7a;
  border-radius: 0 10rem 0 10rem;
  display: block;
  text-decoration: none;
  color: inherit;
  outline: none;
  box-shadow: none;
  border: none;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .news-page .news-main-item .news-thumbnail {
    height: 25rem;
    border-radius: 6rem 0 0 0;
  }
}
.news-page .news-main-item .news-thumbnail span {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  width: auto;
  border-radius: 2rem;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0.125rem 1.25rem;
  z-index: 1;
}
.news-page .news-main-item .news-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.news-page .news-main-item .news-info {
  display: block;
  padding: 2.5rem 2.5rem;
  border-radius: 0 0 10rem 0;
  background: #99ffff;
}
@media (max-width: 767.9px) {
  .news-page .news-main-item .news-info {
    border-radius: 0 0 6rem 0;
    padding: 1.5rem;
  }
}
.news-page .news-main-item .news-info .news-info-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.news-page .news-main-item .news-info .news-info-meta .news-info-location {
  color: #c5ac54;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  position: relative;
  font-weight: 500;
  padding-left: 1rem;
}
.news-page .news-main-item .news-info .news-info-meta .news-info-location:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: url("../img/icons/map-marker.svg") center no-repeat;
  background-size: contain;
  content: " ";
  margin: auto;
}
.news-page .news-main-item .news-info .news-info-meta .news-info-date {
  color: #000000;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.news-page .news-main-item .news-info .news-info-title {
  display: block;
  margin: 1.5rem 0;
  font-size: 1.75rem;
  line-height: 1.2;
  color: #c5ac54;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 767.9px) {
  .news-page .news-main-item .news-info .news-info-title {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
}
.news-page .news-main-item .news-info .news-info-title:hover {
  text-decoration: underline;
  color: #000000;
}
.news-page .news-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .news-page .news-filter {
    padding: 2.5rem 0;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
}
.news-page .news-filter li {
  display: block;
}
.news-page .news-filter li.active a {
  border-color: #000000;
  color: #000000;
}
.news-page .news-filter li a {
  display: block;
  position: relative;
  border: 1px solid #c5ac54;
  border-radius: 2rem;
  color: #c5ac54;
  padding: 0.25rem 2rem;
  text-decoration: none;
  text-transform: capitalize;
}
.news-page .news-filter li a:hover {
  background: #c5ac54;
  border-color: #c5ac54;
  color: #fff;
}
.news-page .news-filter li img {
  width: 1rem;
  height: 1rem;
  transform-origin: center;
  transform: rotate(-90deg);
}
@media (max-width: 767.9px) {
  .news-page .news-filter li img {
    display: none;
  }
}
.news-page .news-box {
  display: flex;
  flex-direction: column;
  border-radius: 10rem 0 10rem 0;
  overflow: hidden;
  border: 1px solid #c5ac54;
  text-decoration: none;
  height: 100%;
}
@media (max-width: 767.9px) {
  .news-page .news-box {
    border-radius: 6rem 0 6rem 0;
  }
}
.news-page .news-box .news-box-thumbnail {
  display: block;
  width: 100%;
  height: 17.5rem;
  position: relative;
  background: #9d9d9c;
  outline: none;
  box-shadow: none;
  color: inherit;
  text-decoration: none;
  flex-shrink: 0;
}
.news-page .news-box .news-box-thumbnail:hover {
  opacity: 0.8;
}
.news-page .news-box .news-box-thumbnail img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.news-page .news-box .news-box-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}
.news-page .news-box .news-box-content .news-box-content-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.news-page .news-box .news-box-content .news-box-content-meta .news-box-content-location {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #c5ac54;
  letter-spacing: 0.05rem;
}
.news-page .news-box .news-box-content .news-box-content-meta .news-box-content-location img {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-right: 0.25rem;
}
.news-page .news-box .news-box-content .news-box-content-meta .news-box-content-date {
  font-size: 0.7rem;
  color: #000000;
  letter-spacing: 0.1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.news-page .news-box .news-box-content .news-box-content-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1.5rem 0 0.75rem 0;
  color: #c5ac54;
  display: block;
  text-decoration: none;
}
.news-page .news-box .news-box-content .news-box-content-title:hover {
  color: #000000;
  text-decoration: underline;
}
.news-page .news-box .news-box-content .news-box-content-description {
  color: #000000;
  font-weight: 500;
  margin: 0 0 1.5rem 0;
}
.news-page .news-box .news-box-content .btn {
  margin-top: auto;
}

.article-page {
  padding: 0 0 7.5rem 0;
}
.article-page .article-thumbnail {
  width: 100%;
  height: 25rem;
  object-fit: cover;
  background: #bdbcbc;
  border-radius: 0 10rem 0 10rem;
  display: block;
  margin: 0 0 2.5rem 0;
}
@media (max-width: 767.9px) {
  .article-page .article-thumbnail {
    margin: 0 0 1.5rem 0;
    border-radius: 0 6rem 0 6rem;
  }
}
.article-page .article-meta-location {
  color: #c5ac54;
  font-weight: 400;
  font-size: 0.8rem;
  text-transform: uppercase;
  position: relative;
  padding-left: 1.5rem;
  letter-spacing: 0.05rem;
}
.article-page .article-meta-location:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: url("../img/icons/map-marker.svg") center no-repeat;
  background-size: contain;
  content: " ";
  margin: auto;
}
.article-page .article-meta-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767.9px) {
  .article-page .article-meta-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.article-page .article-meta-date {
  font-size: 0.8rem;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
@media (max-width: 767.9px) {
  .article-page .article-meta-date {
    margin: 1rem 0;
  }
}
.article-page .article-share {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 0 0 2.5rem;
  padding: 0;
}
@media (max-width: 767.9px) {
  .article-page .article-share {
    margin: 0;
  }
}
.article-page .article-share li {
  display: block;
  margin-left: 0.25rem;
}
.article-page .article-share li a {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #c5ac54;
}
.article-page .article-share li a img {
  width: 0.8rem;
  height: 0.8rem;
  filter: brightness(0) invert(1);
}
.article-page .article-intro {
  background: #f7ccfd;
  color: #000000;
  padding: 2.5rem;
  border-radius: 0 0 10rem 0;
  font-size: 1.1rem;
}
@media (max-width: 767.9px) {
  .article-page .article-intro {
    border-radius: 0 0 6rem 0;
    margin: 0 0 1.5rem 0;
  }
}
.article-page .article-content p, .article-page .article-content ul li, .article-page .article-content ol li {
  color: #000000;
}
.article-page .article-content a:not(.btn) {
  color: inherit;
  text-decoration: underline;
}
.article-page .article-content h1, .article-page .article-content h2, .article-page .article-content h3, .article-page .article-content h4, .article-page .article-content h5, .article-page .article-content h6 {
  color: #c5ac54;
  margin: 1.5rem 0 0.5rem 0;
  font-weight: 600;
}
.article-page .article-content h1:first-child, .article-page .article-content h2:first-child, .article-page .article-content h3:first-child, .article-page .article-content h4:first-child, .article-page .article-content h5:first-child, .article-page .article-content h6:first-child {
  margin-top: 0;
}

.sub-main.contact-sub-main .sub-main-wrapper {
  margin-bottom: 1.5rem;
}
.sub-main.contact-sub-main .sub-main-wrapper:before {
  bottom: -0.5rem;
}
.sub-main.contact-sub-main .sub-main-wrapper h1 {
  display: inline-block;
  position: relative;
}
.sub-main.contact-sub-main .sub-main-wrapper h1:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2.5rem;
  width: 2rem;
  height: 2rem;
  background: url("../img/plus-primary.svg") center no-repeat;
  background-size: contain;
  content: " ";
  margin: auto;
}
.sub-main.contact-sub-main h2 {
  font-size: 1.5rem;
  font-weight: 400;
}
.sub-main.contact-sub-main p.small {
  font-size: 1rem;
  padding-right: 0;
}

.contact {
  padding: 0 0 7.5rem 0;
}
@media (max-width: 767.9px) {
  .contact {
    padding: 0 0 5rem 0;
  }
}
.contact .contact-form {
  border-radius: 10rem 0 10rem 0;
  background: #99ffde;
  padding: 5rem;
}
@media (max-width: 767.9px) {
  .contact .contact-form {
    padding: 5rem 2.5rem;
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem;
    border-radius: 6rem 0 6rem 0;
  }
}
.contact .contact-form h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #c5ac54;
  margin: 0 0 1.5rem 0;
}
.contact .contact-form .form-field {
  margin-bottom: 1rem;
}
.contact .contact-form .form-field .form-label {
  display: block;
  margin: 0;
  text-transform: uppercase;
  color: #000000;
}
.contact .contact-form .form-field .form-control {
  border-radius: 2rem;
  background: #fff;
  border: 1px solid #c5ac54;
  color: #c5ac54;
  box-shadow: none;
  outline: none;
}
.contact .contact-form .form-field textarea.form-control {
  min-height: 5rem;
}
.contact .contact-box {
  border: 1px solid #c5ac54;
  border-radius: 0 10rem 0 0;
  padding: 5rem 2.5rem;
}
@media (max-width: 767.9px) {
  .contact .contact-box {
    border-radius: 0 6rem 0 0;
    padding: 2.5rem;
    margin-top: 1.5rem;
  }
}
.contact .contact-box h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #c5ac54;
  margin: 0 0 1.5rem 0;
}
.contact .contact-box .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  text-decoration: none;
  color: inherit;
}
.contact .contact-box .contact-item img {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-right: 1rem;
}
.contact .contact-box .contact-item span {
  color: #000000;
  font-weight: 500;
  display: block;
}

/*# sourceMappingURL=style.css.map */
