/*
	Project: Talents of Spirits
	All rights reserved
*/
@import "bootstrap.min.css";
@import "components/swiper-bundle.min.css";
.animated-effect, .social-media .social-media-box, .contact form .form-field .form-control, .resellers-filters .form-control, .resellers-list ul li, .resellers-list::-webkit-scrollbar-thumb, .team .team-link-box .icon, .team .team-link-box h2, .team .team-link-box, .collection .collection-item, .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:before, .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item, .navbar .navbar-nav .nav-item .nav-link:before, .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.1s ease all;
}

.animated-long-effect, .news .news-item:before, .team .team-member-info img, .collection .collection-item .collection-product {
  transition: 0.25s ease all;
}

.active-effect, .social-media .social-media-box:active, .resellers-list ul li:active, .news .swiper .swiper-prev:active,
.news .swiper .swiper-next:active, .collection .collection-item: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, .master-details .master-background, .master-details .master-background-mobile, .product-intro .product-package, .product-intro .product-bottle, .product-intro .product-bg, .main .silhouette, .navbar .navbar-nav .nav-item .nav-link[disabled], .navbar .navbar-nav .nav-item .nav-link.disabled {
  user-select: none;
}

.disable-clicks, .master-details .master-background, .master-details .master-background-mobile, .product-intro .product-package, .product-intro .product-bottle, .product-intro .product-bg, .main .silhouette, .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: "DIN Pro", sans-serif;
  position: relative;
  background: #292f6a;
  overflow-x: hidden;
}
@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;
  }
}
@media (max-width: 767.9px) {
  html, body {
    background-attachment: inherit !important;
  }
}

.navbar-brand {
  padding: 0.35rem 0;
  margin: 0;
}
.navbar-brand img {
  width: 15rem;
}
@media (max-width: 767.9px) {
  .navbar-brand img {
    width: 12rem;
  }
}

.navbar {
  padding: 1.5rem 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
@media (max-width: 767.9px) {
  .navbar {
    background: #292f6a;
  }
}
.navbar .container {
  align-items: flex-end;
}
@media (max-width: 767.9px) {
  .navbar .container {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav {
    padding-top: 1rem;
  }
}
.navbar .navbar-nav .nav-item {
  margin: 0 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar .navbar-nav .nav-item {
    margin: 0 0.5rem;
  }
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item {
    margin: 0;
    width: 100%;
    text-align: center;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  font-family: "DIN Pro Cond", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  color: #fff;
  padding: 0.35rem 0;
  position: relative;
}
.navbar .navbar-nav .nav-item .nav-link:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1.5rem;
  max-width: 100%;
  height: 2px;
  background: #fff;
  content: " ";
  margin: auto;
  opacity: 0;
}
.navbar .navbar-nav .nav-item .nav-link:hover:before, .navbar .navbar-nav .nav-item .nav-link:focus:before {
  opacity: 1;
}
.navbar .navbar-nav .nav-item .nav-link.active:before, .navbar .navbar-nav .nav-item .nav-link:active:before {
  opacity: 1;
}
.navbar .navbar-nav .nav-item .nav-link[disabled], .navbar .navbar-nav .nav-item .nav-link.disabled {
  opacity: 0.5;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
  display: none;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  border-radius: 0;
  border: none;
  background: #424b9d;
  box-shadow: rgba(31, 31, 31, 0.15) 0 4px 6px;
  padding: 0.5rem;
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    left: 0;
    transform: none;
    width: 100%;
  }
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  font-family: "DIN Pro Cond", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  color: #fff;
  position: relative;
  padding: 0.125rem 1rem;
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    text-align: center;
  }
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.15rem;
  width: 0.3rem;
  height: 0.3rem;
  border-right: 1px solid #ffef55;
  border-bottom: 1px solid #ffef55;
  transform-origin: center;
  transform: rotate(-45deg);
  content: " ";
  margin: auto;
  opacity: 0;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover, .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
  color: #ffef55;
  background: none;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover:before, .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus:before {
  opacity: 1;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active, .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
  color: #ffef55;
  background: none;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active:before, .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active:before {
  opacity: 1;
}
.navbar .navbar-nav.language-navbar {
  width: 10rem;
  justify-content: flex-end;
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav.language-navbar {
    width: 100%;
    justify-content: center;
  }
}
.navbar .navbar-nav.language-navbar .nav-item {
  margin: 0 0 0 1rem;
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav.language-navbar .nav-item {
    margin: 0 1rem;
  }
}
.navbar .navbar-nav.language-navbar .nav-item .nav-link:not(.active) {
  opacity: 0.5;
}
.navbar .navbar-nav.language-navbar .nav-item .nav-link:not(.active):hover {
  opacity: 1;
}
@media (max-width: 767.9px) {
  .navbar .navbar-toggler {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    filter: brightness(0) invert(1);
    border: none;
    outline: none;
    width: 2rem;
    height: 2rem;
    box-shadow: none;
    font-size: 1rem;
  }
}

footer.page-footer {
  position: relative;
  padding: 2.5rem 0;
}
@media (max-width: 767.9px) {
  footer.page-footer {
    text-align: center;
  }
}
footer.page-footer .navbar-brand {
  padding: 0;
  margin: 0;
}
@media (max-width: 767.9px) {
  footer.page-footer .navbar-brand {
    margin-bottom: 1.5rem !important;
    display: block;
  }
}
footer.page-footer .navbar-brand img {
  height: 4rem;
  width: auto;
}
footer.page-footer h5 {
  font-weight: bold;
  font-family: "DIN Pro Cond", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 767.9px) {
  footer.page-footer h5 {
    margin: 1.5rem 0 1rem 0;
  }
}
footer.page-footer h6 {
  font-weight: bold;
  font-family: "DIN Pro Cond", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.05rem;
}
footer.page-footer p {
  font-family: "DIN Pro Cond", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 1rem;
  padding: 0;
  letter-spacing: 0.05rem;
}
footer.page-footer p strong {
  color: #d9be76;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
}
footer.page-footer .nav-link {
  font-family: "DIN Pro Cond", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 1rem;
  padding: 0;
  letter-spacing: 0.05rem;
}
footer.page-footer .nav-link strong {
  color: #d9be76;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
}
footer.page-footer .nav-link:hover {
  color: #d9be76;
}
footer.page-footer .social-links li a img {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
}
.btn {
  font-weight: 400;
  font-family: "DIN Pro Cond", sans-serif;
  letter-spacing: 0.2rem;
  font-size: 0.8rem;
  padding: 0.1rem 0.65rem;
  text-transform: uppercase;
  box-shadow: rgba(31, 31, 31, 0.15) 0 4px 6px;
  border-radius: 1rem;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: rgba(31, 31, 31, 0.15) 0 4px 6px;
}
.btn.btn-primary {
  background: #515da3;
  border-color: #515da3;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: rgb(94.3381147541, 106.1659836066, 175.1618852459);
  border-color: rgb(94.3381147541, 106.1659836066, 175.1618852459);
}
.btn.btn-primary:active {
  background: rgb(128.4077868852, 137.7274590164, 192.0922131148);
  border-color: rgb(128.4077868852, 137.7274590164, 192.0922131148);
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #1f1f1f;
}
.btn.btn-dark {
  background: #1f1f1f;
  border-color: #1f1f1f;
  color: #1f1f1f;
}
.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: #0F5A9B;
  color: #0F5A9B;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #0F5A9B;
  border-color: #0F5A9B;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: rgb(28.7, 138.2, 233.1);
  border-color: rgb(28.7, 138.2, 233.1);
  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: #1f1f1f;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #0F5A9B;
}
.btn.btn-outline-dark {
  border-color: #1f1f1f;
  color: #1f1f1f;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #1f1f1f;
  border-color: #1f1f1f;
  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: rgb(21.75, 130.5, 224.75);
}
.form-control {
  height: auto;
}
.main {
  position: relative;
  z-index: 1;
}
.main:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/main-bg.jpg") center no-repeat;
  background-size: 1600px;
  content: " ";
  z-index: 1;
  opacity: 0.75;
  mix-blend-mode: lighten;
}
.main .container {
  position: relative;
  z-index: 5;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.main .container.silhouette-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .main .container {
    padding: 7.5rem 0 30rem 0;
  }
}
.main h1 {
  font-size: 7.25rem;
  display: block;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.05rem;
  font-family: "DIN Pro Cond", sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 5;
  opacity: 0;
  transform-origin: center;
  transform: translateY(-5rem);
  transition: 1s ease all;
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 3.3rem;
    max-width: 16rem;
    text-align: center;
    margin: auto;
  }
}
.main h1 strong {
  color: #ffef55;
}
.main .silhouette {
  position: absolute;
  top: 7.5rem;
  left: -10%;
  width: 30%;
  height: auto;
  z-index: 1;
  opacity: 0;
  transform-origin: center;
  transform: translateX(-5rem);
  transition: 0.5s ease all;
}
.main .silhouette.silhouette-right {
  left: auto;
  right: -5.5%;
  width: 24%;
  transform: translateX(5rem);
}
@media (max-width: 767.9px) {
  .main .silhouette.silhouette-right {
    width: 10.25rem;
  }
}
@media (max-width: 767.9px) {
  .main .silhouette {
    width: 12rem;
    top: auto;
    bottom: 2.5rem;
  }
}
.main .silhouette-title {
  position: absolute;
  bottom: 7.5rem;
  left: -2.5rem;
  font-size: 11rem;
  font-family: "DIN Pro Cond", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.8;
  color: #e966d8;
  z-index: 2;
  mix-blend-mode: overlay;
  opacity: 0;
  transform-origin: center;
  transform: translateX(2.5rem);
  transition: 0.5s ease all;
}
.main .silhouette-title.title-right {
  left: auto;
  right: -1.5rem;
  text-align: right;
  color: #9cedfe;
  mix-blend-mode: screen;
  transform: translateX(-2.5rem);
}
@media (max-width: 767.9px) {
  .main .silhouette-title.title-right {
    left: auto;
    right: 0;
  }
}
@media (max-width: 767.9px) {
  .main .silhouette-title {
    font-size: 7rem;
    bottom: 2.5rem;
    left: 0;
  }
}
.main .scroll-indicator {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  z-index: 10;
  content: " ";
  margin: auto;
  border-right: 2px solid #ffef55;
  border-bottom: 2px solid #ffef55;
  transform-origin: center;
  transform: translateY(0) rotate(45deg);
  animation: 1s ease infinite scroll-indicator;
}
@keyframes scroll-indicator {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(1rem) rotate(45deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}

.error h1 {
  font-size: 4.25rem;
}

.collection {
  position: relative;
  z-index: 0;
  padding: 5rem 0;
  background: #292f6a;
}
@media (max-width: 767.9px) {
  .collection {
    padding-bottom: 0;
  }
}
.collection:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 0;
  background: linear-gradient(to bottom, #424da7, rgba(66, 77, 167, 0));
}
.collection .container {
  position: relative;
  z-index: 2;
}
.collection h2 {
  font-size: 3.25rem;
  display: block;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.125rem;
  font-family: "DIN Pro Cond", sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 5;
}
@media (max-width: 767.9px) {
  .collection h2 {
    font-size: 2.75rem;
  }
}
.collection h2 strong {
  color: #ffef55;
}
.collection .collection-item {
  display: block;
  padding: 1.5rem;
  text-decoration: none;
  color: inherit;
  border-radius: 0.5rem;
}
.collection .collection-item:hover, .collection .collection-item:focus {
  background: rgba(255, 255, 255, 0.075);
}
.collection .collection-item:hover .collection-product, .collection .collection-item:focus .collection-product {
  transform-origin: center;
  transform: scale(1.05);
}
.collection .collection-item:active {
  background: rgba(255, 255, 255, 0.15);
}
.collection .collection-item .collection-product {
  width: auto;
  height: 23rem;
  margin: auto -1rem auto auto;
  display: block;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .collection .collection-item .collection-product {
    height: 20rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .collection .collection-item .collection-product {
    height: 20rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .collection .collection-item .collection-product {
    height: 16rem;
  }
}
@media (max-width: 767.9px) {
  .collection .collection-item .collection-product {
    height: 12rem;
  }
}
.collection .collection-item .collection-brand {
  display: block;
  height: 2rem;
  margin: 2.5rem auto 1rem auto;
}
.collection .collection-item .collection-brand.brand-2 {
  margin-bottom: 0.15rem;
  height: 2.85rem;
}
@media (max-width: 767.9px) {
  .collection .collection-item .collection-brand.brand-2 {
    height: 1.75rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767.9px) {
  .collection .collection-item .collection-brand {
    height: 1.25rem;
  }
}
.collection .collection-item span {
  display: block;
  font-size: 0.9rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  font-family: "DIN Pro Cond", sans-serif;
  font-weight: 400;
}
@media (max-width: 767.9px) {
  .collection .collection-item span {
    font-size: 0.7rem;
    letter-spacing: 1px;
  }
}

.team {
  background: url("../img/team.jpg") center top no-repeat;
  background-size: cover;
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .team {
    background: none;
    padding: 0;
  }
}
.team .team-link-box {
  display: block;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767.9px) {
  .team .team-link-box {
    padding: 2.5rem 0;
  }
}
.team .team-link-box:hover h2 {
  color: #ffef55;
}
.team .team-link-box:hover .icon {
  background: rgba(255, 255, 255, 0.5);
}
.team .team-link-box.inactive {
  filter: grayscale(1);
  opacity: 0.25;
}
.team .team-link-box h2 {
  font-size: 3.25rem;
  display: block;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.125rem;
  font-family: "DIN Pro Cond", sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 5;
}
@media (max-width: 767.9px) {
  .team .team-link-box h2 {
    font-size: 2.75rem;
  }
}
.team .team-link-box h2 strong {
  color: #ffef55;
}
.team .team-link-box .icon {
  width: 1.25rem;
  height: 1.25rem;
  background: #515da3;
  border-radius: 50%;
  box-shadow: rgba(31, 31, 31, 0.15) 0 4px 6px;
  mix-blend-mode: screen;
  margin: 0.5rem auto 2rem auto;
  position: relative;
}
@media (max-width: 767.9px) {
  .team .team-link-box .icon {
    display: none;
  }
}
.team .team-link-box .icon:after, .team .team-link-box .icon:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.5rem;
  height: 2px;
  background: #fff;
  content: " ";
}
.team .team-link-box .icon:after {
  transform-origin: center;
  transform: rotate(90deg);
}
.team .team-link-box .team-icon {
  display: block;
  height: 5rem;
  margin: auto auto 1rem;
}
.team .team-member-info {
  display: block;
  position: relative;
  z-index: 5;
  text-align: center;
  transform-origin: center;
  transform: translateY(-7.5rem);
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767.9px) {
  .team .team-member-info {
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 35%;
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem;
    height: 15rem;
    background: url("../img/team.jpg") top -20px left -300px no-repeat;
    background-size: 1350px;
  }
}
.team .team-member-info:hover img {
  opacity: 0.25;
  filter: blur(2px);
}
.team .team-member-info img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  width: 7rem;
}
@media (max-width: 767.9px) {
  .team .team-member-info img {
    left: 7.5rem;
  }
}
.team .team-member-info strong {
  display: block;
  font-family: "DIN Pro Cond", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
.team .team-member-info span {
  display: block;
  font-family: "DIN Pro Cond", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
@media (max-width: 767.9px) {
  .team .team-member-info.v2 {
    padding-left: 0;
    padding-right: 30%;
    background: url("../img/team.jpg") top -20px right -300px no-repeat;
    background-size: 1350px;
  }
  .team .team-member-info.v2 img {
    left: 0;
    right: 10rem;
  }
}

.news {
  position: relative;
  padding: 7.5rem 0 2.5rem 0;
  background: linear-gradient(to bottom, #414a96, rgba(65, 74, 150, 0));
}
@media (max-width: 767.9px) {
  .news {
    padding: 5rem 0 2.5rem 0;
  }
  .news.v2 {
    padding-top: 10rem;
  }
}
.news h2 {
  font-size: 3.25rem;
  display: block;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.125rem;
  font-family: "DIN Pro Cond", sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 5;
}
.news h2 span {
  color: #ffef55;
}
.news .swiper {
  margin: 2.5rem -0.75rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: calc(100% + 1.5rem);
}
.news .swiper .swiper-prev,
.news .swiper .swiper-next {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  margin: auto;
  z-index: 99;
}
.news .swiper .swiper-prev:hover,
.news .swiper .swiper-next:hover {
  background: rgba(255, 255, 255, 0.05);
}
.news .swiper .swiper-prev:active,
.news .swiper .swiper-next:active {
  background: rgba(255, 255, 255, 0.15);
}
.news .swiper .swiper-prev:before,
.news .swiper .swiper-next:before {
  border-left: 2px solid #ffef55;
  border-bottom: 2px solid #ffef55;
  transform-origin: center;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.25rem;
  right: 0;
  margin: auto;
  width: 0.75rem;
  height: 0.75rem;
  z-index: 1;
  content: " ";
}
.news .swiper .swiper-next {
  left: auto;
  right: 0;
}
.news .swiper .swiper-next:before {
  border-left: none;
  border-right: 2px solid #ffef55;
  transform: rotate(-45deg);
  left: 0;
  right: 0.25rem;
}
.news .news-item {
  display: block;
  width: 100%;
  position: relative;
}
.news .news-item:hover:before {
  opacity: 0.25;
}
.news .news-item .news-thumbnail {
  position: relative;
  width: 100%;
  height: 22rem;
  object-fit: cover;
  z-index: 0;
}
.news .news-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 1;
  background: linear-gradient(to top, rgba(26.7755102041, 30.693877551, 69.2244897959, 0.95), rgba(26.7755102041, 30.693877551, 69.2244897959, 0.25));
}
.news .news-item .news-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.5rem 1.5rem 1.5rem 1.5rem;
  text-align: center;
  z-index: 2;
}
.news .news-item .news-info span {
  display: block;
  font-family: "DIN Pro Cond", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffef55;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}
.news .news-item .news-info strong {
  display: block;
  font-family: "DIN Pro Cond", sans-serif;
  font-size: 2.75rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  .news .news-item .news-info strong {
    font-size: 2rem;
  }
}

.subscribe {
  padding: 1rem;
  background: #3b438a;
  color: #fff;
}
.subscribe .btn-close {
  filter: invert(1);
  margin-bottom: 2rem;
}
.subscribe .btn-close:hover {
  color: grey;
  text-decoration: none;
  opacity: 0.75;
}
.subscribe h2 {
  margin-bottom: 2rem;
}
.subscribe .form-field .form-control {
  height: auto;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  outline: none;
  box-shadow: none;
  color: #fff;
  padding: 0.75rem;
}
.subscribe .btn-primary {
  margin-top: 2rem;
}

.modal-content {
  background: #3b438a;
  color: #fff;
}
.modal-content .modal-body {
  padding: 2rem 2rem 0 2rem;
}
.modal-content .modal-body p {
  font-size: 1.7rem;
  text-align: center;
}
.modal-content .modal-footer {
  justify-content: space-around;
}
.modal-content .modal-footer .btn {
  padding: 0.5rem 2rem;
}

.product-intro {
  position: relative;
  padding-top: 6rem;
  background: #292f6a;
}
@media (max-width: 767.9px) {
  .product-intro {
    text-align: center;
    padding-top: 5.625rem;
  }
}
.product-intro .container {
  position: relative;
  z-index: 1;
}
.product-intro .product-bg {
  position: absolute;
  top: 6rem;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 6rem);
  object-fit: cover;
  z-index: 0;
  display: block;
}
@media (max-width: 767.9px) {
  .product-intro .product-bg {
    top: 5.625rem;
    height: calc(100% - 5.625rem);
  }
}
.product-intro .product-bottle {
  width: 28.5rem;
  position: absolute;
  top: 4rem;
  left: 2.5rem;
  z-index: 5;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .product-intro .product-bottle {
    width: 24rem;
    left: 0;
  }
}
@media (max-width: 767.9px) {
  .product-intro .product-bottle {
    width: 15rem;
    top: auto;
    bottom: 1.5rem;
    left: -4rem;
    right: 0;
    margin: auto;
  }
}
.product-intro .product-package {
  position: absolute;
  top: 20rem;
  left: 18rem;
  width: 21.5rem;
  z-index: 4;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .product-intro .product-package {
    width: 19rem;
    left: 13rem;
  }
}
@media (max-width: 767.9px) {
  .product-intro .product-package {
    width: 15rem;
    top: auto;
    bottom: 2.5rem;
    left: 0;
    right: -11.5rem;
    margin: auto;
  }
}
.product-intro .product-main-info {
  position: relative;
  padding: 10rem 0;
}
@media (max-width: 767.9px) {
  .product-intro .product-main-info {
    padding-top: 2.5rem;
    padding-bottom: 35rem;
  }
}
.product-intro .product-main-info.intro-light h2 {
  color: #fff;
}
.product-intro .product-main-info.intro-light p {
  color: #fff;
}
.product-intro .product-main-info .product-logo {
  width: 15rem;
  display: block;
}
@media (max-width: 767.9px) {
  .product-intro .product-main-info .product-logo {
    margin: auto;
    width: 12rem;
  }
}
.product-intro .product-main-info .product-banner {
  width: 15rem;
  display: block;
  margin: 1.5rem 0 3rem 0;
}
@media (max-width: 767.9px) {
  .product-intro .product-main-info .product-banner {
    margin: 1.5rem auto 3rem auto;
    width: 12rem;
  }
}
.product-intro .product-main-info h2 {
  margin: 0 0 0.5rem 0;
  font-family: "DIN Pro Cond", sans-serif;
  color: #1f1f1f;
  font-size: 2rem;
  font-weight: 600;
}
.product-intro .product-main-info h2 strong {
  font-weight: 800;
}
.product-intro .product-main-info p {
  font-family: "DIN Pro Cond", sans-serif;
  font-weight: 500;
  color: #1f1f1f;
  font-size: 1.125rem;
  margin-bottom: 0;
}

.product-specs {
  position: relative;
  padding: 7.5rem 0;
  background: #292f6a;
}
@media (max-width: 767.9px) {
  .product-specs {
    padding: 5rem 0;
  }
}
.product-specs h3 {
  font-size: 3.25rem;
  display: block;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.125rem;
  font-family: "DIN Pro Cond", sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 5;
}
@media (max-width: 767.9px) {
  .product-specs h3 {
    text-align: center;
  }
}
.product-specs h3 span {
  color: #ffef55;
}
.product-specs .table.product-table {
  margin-top: 2.5rem;
}
.product-specs .table.product-table tbody {
  border: none;
}
.product-specs .table.product-table tbody tr {
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.product-specs .table.product-table tbody tr:last-child {
  border-bottom: none;
}
.product-specs .table.product-table tbody tr td {
  border: none;
  padding: 0.25rem 0;
  font-size: 1rem;
  font-weight: 300;
  font-family: "DIN Pro Cond", sans-serif;
  color: #fff;
}
.product-specs .table.product-table tbody tr td:nth-child(1) {
  text-transform: uppercase;
}
.product-specs .table.product-table tbody tr td:nth-child(2) {
  color: #d9be76;
  font-weight: 500;
}

.product-taste {
  position: relative;
  padding: 5rem 0;
  background: linear-gradient(to bottom, rgba(56, 87, 165, 0.5), rgba(56, 87, 165, 0));
}
.product-taste h2 {
  font-size: 3.25rem;
  display: block;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.125rem;
  font-family: "DIN Pro Cond", sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 5;
}
.product-taste h2 span {
  color: #ffef55;
}
.product-taste .taste-item {
  display: block;
  position: relative;
  text-align: center;
  padding: 0 10%;
}
.product-taste .taste-item .taste-thumb {
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: auto;
}
@media (max-width: 767.9px) {
  .product-taste .taste-item .taste-thumb {
    width: 12rem;
    height: 12rem;
  }
}
.product-taste .taste-item h3 {
  font-family: "DIN Pro Cond", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 2rem 0;
  font-size: 1.5rem;
  color: #fff;
}
.product-taste .taste-item p {
  font-family: "DIN Pro Cond", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  font-style: italic;
  color: #d9be76;
  margin-bottom: 0;
  line-height: 1.4;
}

.resellers-list {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 26.65rem;
  padding-right: 1.5rem;
}
@media (max-width: 767.9px) {
  .resellers-list {
    padding-right: 0;
    height: auto;
  }
}
.resellers-list::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
}
.resellers-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.resellers-list::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}
.resellers-list::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}
.resellers-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.resellers-list ul li {
  display: block;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(10px);
  border-radius: 0.75rem;
  cursor: pointer;
}
.resellers-list ul li:hover {
  background: rgba(255, 255, 255, 0.1);
}
.resellers-list ul li:active {
  background: rgba(255, 255, 255, 0.15);
}
.resellers-list ul li + li {
  margin-top: 0.5rem;
}
.resellers-list ul li a {
  color: #fff;
  display: block;
  font-size: 1rem;
  text-decoration: none;
}
.resellers-list ul li p {
  display: block;
  margin: 0.25rem 0 0 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}
.resellers-list ul li b {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  margin-top: 0.25rem;
}
.resellers-list ul .no-reseller {
  cursor: auto;
}
.resellers-list ul .no-reseller p {
  color: #fff;
}

.resellers-filters {
  margin-bottom: 0.5rem;
}
.resellers-filters .form-control {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 0.9rem;
  padding: 0.75rem 0.75rem;
  border-radius: 0.5rem;
  text-align-last: center;
}
.resellers-filters .form-control:focus {
  background: rgba(255, 255, 255, 0.1);
}
.resellers-filters .form-control option {
  color: #1f1f1f;
}
.resellers-filters .btn-primary {
  background: rgba(255, 255, 255, 0.05);
  color: rgb(255, 255, 255);
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 0.9rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
  width: 100%;
}

.sub-main {
  position: relative;
  padding-top: 6rem;
}
@media (max-width: 767.9px) {
  .sub-main {
    padding-top: 5.625rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.sub-main .sub-main-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 6rem);
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .sub-main .sub-main-bg {
    height: calc(100% - 5.625rem);
  }
}
.sub-main .article {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: calc(100% - 6rem);
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .sub-main .article {
    height: 50%;
    width: 100%;
    position: absolute;
  }
}
.sub-main .container {
  position: relative;
  z-index: 5;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 767.9px) {
  .sub-main .container {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }
}
.sub-main .team-icon {
  height: 6rem;
}
.sub-main h1 {
  font-size: 6.25rem;
  display: block;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin: 1.5rem 0 0 0;
  letter-spacing: 0.05rem;
  font-family: "DIN Pro Cond", sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 5;
  transition: 1s ease all;
  text-shadow: rgba(31, 31, 31, 0.1) 0 0.25rem 1rem;
}
@media (max-width: 767.9px) {
  .sub-main h1 {
    font-size: 3rem;
    max-width: 16rem;
    text-align: center;
    margin: 1.5rem auto 2.5rem auto;
  }
}
.sub-main h1 strong {
  color: #ffef55;
}
.sub-main p {
  font-family: "DIN Pro Cond", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 1.25rem;
  max-width: 85%;
  letter-spacing: 0.05rem;
}
@media (max-width: 767.9px) {
  .sub-main p {
    max-width: 100%;
  }
}
.sub-main p:last-child {
  margin-bottom: 0;
}
.sub-main p strong {
  font-weight: 600;
  color: #ffef55;
}

.master-details {
  position: relative;
  padding: 7.5rem 0;
}
@media (max-width: 767.9px) {
  .master-details {
    padding: 35rem 2rem 5rem 2rem;
    overflow: hidden;
  }
}
.master-details .master-background-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center left;
  object-fit: cover;
  z-index: 0;
}
@media (min-width: 768px) {
  .master-details .master-background-mobile {
    display: none;
  }
}
.master-details .master-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .master-details .master-background {
    width: 80rem;
    right: -20rem;
    left: auto;
    height: 30rem;
  }
  .master-details .master-background.v2 {
    right: -5rem;
  }
}
.master-details .container {
  position: relative;
  z-index: 2;
}
.master-details h2 {
  font-size: 4rem;
  display: block;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.125rem;
  font-family: "DIN Pro Cond", sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 5;
}
@media (max-width: 767.9px) {
  .master-details h2 {
    font-size: 2.75rem;
  }
}
.master-details h2 strong {
  color: #ffef55;
  display: block;
}
.master-details p {
  margin: 1.5rem 0 0 0;
  color: #fff;
  font-family: "DIN Pro Cond", sans-serif;
  font-style: italic;
  font-size: 1.25rem;
  letter-spacing: 0.025rem;
  font-weight: 300;
}

.country-details {
  position: relative;
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .country-details {
    padding: 5rem 2rem;
  }
}
.country-details .country-image {
  width: 80%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  margin: auto;
  object-position: center;
  object-fit: cover;
}
@media (max-width: 767.9px) {
  .country-details .country-image {
    width: 100%;
  }
}
.country-details h3 {
  font-size: 1.75rem;
  display: block;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.1rem;
  font-family: "DIN Pro Cond", sans-serif;
  font-weight: 300;
}
.country-details h4 {
  font-size: 2.5rem;
  display: block;
  text-transform: uppercase;
  margin: 0.25rem 0 0 0;
  letter-spacing: 0.1rem;
  font-family: "DIN Pro Cond", sans-serif;
  font-weight: 600;
  color: #db00c9;
}
.country-details p {
  margin: 1.5rem 0 0 0;
  color: #fff;
  font-family: "DIN Pro Cond", sans-serif;
  font-style: italic;
  font-size: 1.25rem;
  letter-spacing: 0.025rem;
  font-weight: 300;
}
.country-details.v2 h4 {
  color: #00d8ff;
}

.process-details {
  position: relative;
  padding: 3rem 0;
  background: linear-gradient(to bottom, #414a96, rgba(65, 74, 150, 0));
}
@media (max-width: 767.9px) {
  .process-details {
    padding: 5rem 2rem;
  }
}
.process-details .process-image {
  width: 70%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  margin: auto;
  object-position: center;
  object-fit: cover;
  position: sticky;
  top: 2.5rem;
}
@media (max-width: 767.9px) {
  .process-details .process-image {
    width: 100%;
  }
}
.process-details h3 {
  font-size: 1.75rem;
  display: block;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.1rem;
  font-family: "DIN Pro Cond", sans-serif;
  font-weight: 300;
}
.process-details h4 {
  font-size: 2.5rem;
  display: block;
  text-transform: uppercase;
  margin: 0.25rem 0 0 0;
  letter-spacing: 0.1rem;
  font-family: "DIN Pro Cond", sans-serif;
  font-weight: 600;
  color: #ffef55;
}
.process-details p {
  margin: 1.5rem 0 0 0;
  color: #fff;
  font-family: "DIN Pro Cond", sans-serif;
  font-style: italic;
  font-size: 1.25rem;
  letter-spacing: 0.025rem;
  font-weight: 300;
}

.process-cta {
  position: relative;
  padding: 7.5rem 0;
  background: url("../img/process-cta.jpg") center no-repeat;
  background-size: cover;
}
@media (max-width: 767.9px) {
  .process-cta {
    padding: 5rem 2rem;
  }
}
.process-cta p {
  font-size: 2rem;
  font-weight: 300;
  font-family: "DIN Pro Cond", sans-serif;
  font-style: italic;
  color: #fff;
  margin: 0;
  max-width: 80%;
}
@media (max-width: 767.9px) {
  .process-cta p {
    max-width: 100%;
  }
}

#map {
  width: 100%;
  height: 30rem;
  border-radius: 0.5rem;
  display: block;
  background: rgba(255, 255, 255, 0.05);
}

.mapPartners, .mapPartnersWiziEdit {
  color: #fff;
}
.mapPartners h3 strong, .mapPartnersWiziEdit h3 strong {
  font-style: italic;
}

.contact-item {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767.9px) {
  .contact-item {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.contact-item + .contact-item {
  margin-top: 1rem;
}
@media (max-width: 767.9px) {
  .contact-item + .contact-item {
    margin-top: 2rem;
  }
}
.contact-item img {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  display: block;
  margin-right: 1rem;
}
@media (max-width: 767.9px) {
  .contact-item img {
    margin-right: 0;
  }
}
.contact-item .contact-info {
  display: block;
}
.contact-item .contact-info span {
  display: block;
  font-size: 0.9rem;
}
.contact-item .contact-info strong {
  display: block;
  font-size: 1.25rem;
  font-family: "DIN Pro Cond", sans-serif;
}

.contact {
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .contact {
    padding: 5rem 2rem 0 2rem;
  }
}
.contact h2 {
  font-size: 3.25rem;
  display: block;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.125rem;
  font-family: "DIN Pro Cond", sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 5;
}
@media (max-width: 767.9px) {
  .contact h2 {
    font-size: 2.5rem;
  }
}
.contact h2 span {
  color: #ffef55;
}
.contact p {
  margin: 1rem 0 1.5rem 0;
  color: #fff;
  font-family: "DIN Pro Cond", sans-serif;
  font-style: italic;
  font-size: 1.25rem;
  letter-spacing: 0.025rem;
  font-weight: 300;
}
.contact form .form-field .form-label {
  font-weight: 400;
  color: #fff;
  font-size: 0.9rem;
  margin: 0 0 0.25rem 0;
}
.contact form .form-field .form-control {
  height: auto;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  outline: none;
  box-shadow: none;
  color: #fff;
  padding: 0.75rem;
}
.contact form .form-field .form-control:focus {
  background: rgba(255, 255, 255, 0.15);
}
.contact form .form-field textarea.form-control {
  min-height: 8rem;
}
.contact form .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.contact .contact-map {
  display: block;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .contact .contact-map {
    margin-top: 2.5rem;
    width: calc(100% + 4rem + 1.5rem);
    margin-left: -2.75rem;
    border-radius: 0;
  }
}
.contact .contact-map iframe {
  display: block;
  margin: 0;
  filter: grayscale(1);
  width: 100%;
  height: 25rem;
}

.social-media {
  padding: 2.5rem 0;
}
.social-media .social-media-box {
  padding: 5rem 2.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
}
@media (max-width: 767.9px) {
  .social-media .social-media-box {
    flex-direction: column;
  }
}
.social-media .social-media-box:hover {
  background: rgba(255, 255, 255, 0.075);
}
.social-media .social-media-box:active {
  background: rgba(255, 255, 255, 0.1);
}
.social-media .social-media-box img {
  width: 3rem;
  height: 3rem;
  margin-left: -1.5rem;
  display: block;
  filter: brightness(0) invert(1);
  position: relative;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .social-media .social-media-box img {
    margin: 0 0 1.5rem 0;
  }
}
.social-media .social-media-box h3 {
  margin: 0 0 0 1.5rem;
  padding-left: 1.5rem;
  font-family: "DIN Pro Cond", sans-serif;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767.9px) {
  .social-media .social-media-box h3 {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}

.sub-main.article-main h1 {
  font-size: 5rem;
  text-align: left;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .sub-main.article-main h1 {
    text-align: center;
    font-size: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.article-body {
  position: relative;
  padding: 5rem 0;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767.9px) {
  .article-body {
    padding: 5rem 2rem;
  }
}
.article-body h2, .article-body h3, .article-body h4, .article-body h5, .article-body h6 {
  font-family: "DIN Pro Cond", sans-serif;
  font-weight: 600;
  margin: 2.5rem 0 1rem 0;
  color: #fff;
}
.article-body h2:first-child, .article-body h3:first-child, .article-body h4:first-child, .article-body h5:first-child, .article-body h6:first-child {
  margin-top: 0;
}

/*# sourceMappingURL=style.css.map */
