.wrap {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 1400px) {
  .wrap {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .wrap {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .wrap {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  .wrap {
    max-width: 100%;
  }
}
body.offcanvas-open .page-content {
  overflow: hidden;
}
#offcanvas-open-btn, #offcanvas-close-btn {
  cursor: pointer;
  width: 36px;
  height: auto;
}
#offcanvas-open-btn img, #offcanvas-close-btn img {
  width: 36px;
}
#offcanvas-close-btn {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
}
#offcanvas-open-btn {
  display: none;
}
#offcanvas {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  overflow: scroll;
  z-index: 9999;
  top: 0;
  grid-row: 1;
  grid-column: 1;
}
#offcanvas > * {
  grid-row: 1;
  grid-column: 1;
}
#offcanvas .offcanvas-background {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  transition-property: all;
  transition-duration: 0.335s;
  transition-delay: delay;
  transition-timing-function: ease;
}
#offcanvas .offcanvas-container {
  width: 18rem;
  height: 100%;
  position: absolute;
  left: 0;
  background: #fff;
  transition-property: all;
  transition-duration: 0.335s;
  transition-delay: delay;
  transition-timing-function: ease;
}
#offcanvas .offcanvas-container .content {
  padding: 24px;
}
#offcanvas .offcanvas-container .content .offcanvas-content {
  grid-row: auto;
  grid-column: auto;
  gap: 24px;
}
@media (max-width: 1400px) {
  #offcanvas {
    display: grid;
  }
  #offcanvas.hide {
    visibility: hidden;
  }
  #offcanvas.hide .offcanvas-background {
    background: rgba(0, 0, 0, 0);
    visibility: hidden;
  }
  #offcanvas.hide .offcanvas-container {
    transform: translateX(-18rem);
  }
  #offcanvas.show {
    visibility: visible;
  }
  #offcanvas.show .offcanvas-background {
    visibility: visible;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    position: fixed;
  }
  #offcanvas.show .offcanvas-container {
    transform: translateX(0);
  }
}
@font-face {
  font-family: "Times New Roman";
  src: url("../fonts/times-new-roman-bold-italic.ttf");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Times New Roman";
  src: url("../fonts/times-new-roman-bold.ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Times New Roman";
  src: url("../fonts/times-new-roman-italic.ttf");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Times New Roman";
  src: url("../fonts/times-new-roman.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  font-family: "Times New Roman";
  color: #cdcd96;
  background-color: #152321;
}
a {
  color: #cdcd96;
  text-decoration: none;
}
.btn-group > * {
  display: flex;
  flex-direction: row;
  justify-content: initial;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.btn-group-center > * {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.btn {
  display: inline-block;
  background-color: #cdcd96;
  font-family: "Times New Roman";
  font-weight: 500;
  font-size: 14pt;
  padding: 6px 20px;
  color: #152321;
}
.btn.btn-secondary {
  background-color: #152321;
  color: white;
}
.fullscreen, section.fullscreen {
  min-height: 100vh;
}
.socials {
  display: flex;
  flex-direction: row;
  justify-content: initial;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}
header.navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
  font-size: 14pt;
}
header.navbar .topmenu {
  display: flex;
  flex-direction: row;
  justify-content: initial;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  color: #cdcd96;
  margin-top: 30px;
}
header.navbar .topmenu img {
  max-width: 100%;
  height: auto;
}
header.navbar .topmenu > * {
  flex: 1 1 0;
}
body.homepage {
  color: #fff;
}
body.com_content {
  padding-top: 150px;
  min-height: calc(100vh - 150px);
  display: flex;
  flex-direction: column;
}
body.com_content .com-content-article {
  max-width: 1140px;
  padding: 75px 0;
}
body.com_content .com-content-article a {
  text-decoration: underline;
}
body.com_content .com-content-article hr {
  color: #cdcd96;
}
body footer {
  margin-top: auto;
}
.body .content {
  font-size: 16pt;
}
section.center-content {
  display: flex;
  align-items: center;
}
.fancy-text h1 {
  text-transform: uppercase;
  color: #cdcd96;
  font-size: 60pt;
  line-height: 73pt;
  letter-spacing: -0.05em;
}
footer .socials {
  margin-bottom: 20px;
  gap: 25px;
}
footer .footer {
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .footer-center {
  display: flex;
  flex-direction: row;
  justify-content: initial;
  align-items: end;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 25px;
}
footer .footer-center > div {
  flex: 1 1 0;
  min-width: 250px;
}
footer .footer-center > div.footer-pos-1 {
  text-align: left;
}
footer .footer-center > div.footer-pos-2 {
  text-align: center;
}
footer .footer-center > div.footer-pos-3 {
  text-align: right;
}
.img-grid img.sppb-img-responsive {
  width: 100%;
  max-width: 400px;
}
.popup {
  display: none;
}
.popup.open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 401;
}
.popup.open a {
  color: white;
}
.popup.open .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0005;
  z-index: 99;
}
.popup.open .wrap {
  position: absolute;
  background-color: #cdcd96;
  background-image: url("/images/bg-popup.jpg");
  background-position: center center;
  background-size: cover;
  color: #152321;
  width: calc(100% - 20px);
  max-width: 500px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 100;
}
.popup.open .wrap .popupContent {
  padding: 25px;
}
.popup.open .wrap .popupContent h1, .popup.open .wrap .popupContent h4 {
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
}
.popup.open .wrap .popupContent h1 {
  font-size: 40pt;
}
.popup.open .wrap .popupContent h4 {
  font-size: 20pt;
}
.popup.open .wrap .popupContent .button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  margin-top: 10px;
}
.popup.open .wrap .popupContent .button a {
  display: inline-block;
  background-color: #142222;
  text-transform: uppercase;
  padding: 3px 35px;
  border-radius: 4px;
}
.popup.open .wrap .close {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: initial;
  left: initial;
  color: #152321;
  font-size: 24px;
}
@media (max-width: 992px) {
  header.navbar .left, header.navbar .right {
    display: none;
  }
  footer .socials {
    justify-content: center;
  }
  footer .footer {
    padding: 50px 15px;
  }
  footer .footer-center > div.footer-pos-1, footer .footer-center > div.footer-pos-2, footer .footer-center > div.footer-pos-3 {
    width: 100%;
    text-align: center;
  }
}
