/* =============== Custom Syles within boilerplate ================ */
.btn {
  border: 1px solid #fff;
  font-size: 1rem;
  text-transform: none;
  color: white;
  background-color: transparent;
  border-radius: 0;
}
.btn:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
@media only screen and (min-width: 1280px) {
  .btn {
    font-size: 1rem;
  }
}

.mb-0 {
  margin-bottom: 0;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.pb-0 {
  padding-bottom: 0;
}

.w-100 {
  width: 100%;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.mb-90 {
  margin-bottom: 5.625rem !important;
}

.py-lg-9 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

@media only screen and (min-width: 1200px) {
  .py-lg-9 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
.bg-image-wrap {
  position: relative;
  overflow: hidden;
}

.bg-image {
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  margin-bottom: 0;
}
.bg-image > .bg-image-item {
  opacity: 0;
  object-fit: cover;
  height: 100%;
}

.elem-stacked, .has-overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

.has-overlay:before {
  content: "";
  background: #4A4747;
  background: linear-gradient(0deg, rgba(74, 71, 71, 0.15) 0%, rgba(38, 38, 38, 0.94) 100%);
  transition: opacity 0.3s ease-in-out;
}

.has-overlay-xy:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  background: #000000;
  background: linear-gradient(280deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 0%);
}
@media only screen and (min-width: 90.063em) {
  .has-overlay-xy:before {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    max-width: 54.0625rem;
    content: "";
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    transition: opacity 0.3s ease-in-out;
  }
  .has-overlay-xy:after {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    max-width: 54.0625rem;
    content: "";
    background: #000000;
    background: linear-gradient(280deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 60%);
    transition: opacity 0.3s ease-in-out;
  }
}

.page-banner {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: flex-end;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  min-height: 26.25rem;
}
.page-banner.is-sm {
  min-height: 26.25rem;
}
@media only screen and (min-width: 40.063em) {
  .page-banner {
    min-height: 46.875rem;
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .page-banner.is-sm {
    min-height: 46.1875rem;
  }
  .page-banner.is-lg {
    min-height: 54.5rem;
  }
}
@media only screen and (min-width: 90.063em) {
  .page-banner {
    min-height: 54.0625rem;
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .page-banner.is-lg {
    min-height: 54.0625rem;
  }
}
.page-banner .banner-title {
  z-index: 9;
  display: block;
  position: relative;
  max-width: 95%;
}
.page-banner .banner-title h2, .page-banner .banner-title h3, .page-banner .banner-title h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2.1875rem;
}
@media only screen and (min-width: 40.063em) {
  .page-banner .banner-title {
    max-width: 75%;
  }
  .page-banner .banner-title h2, .page-banner .banner-title h3, .page-banner .banner-title h4 {
    font-size: 2.8125rem;
  }
}
@media only screen and (min-width: 90.063em) {
  .page-banner .banner-title {
    max-width: 50%;
  }
  .page-banner .banner-title h2, .page-banner .banner-title h3, .page-banner .banner-title h4 {
    font-size: 3.5rem;
  }
}

.is-invisible {
  display: none;
}

@keyframes logo-pulse {
  0%, 100% {
    transform: scale(0.96);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}
.ssc-circle, .ssc-head-line, .ssc-hr, .ssc-line, .ssc-square {
  background-color: rgba(80, 80, 80, 0.1) !important;
}

.ssc-square {
  height: 22.6875rem !important;
  border-bottom: 1px solid #000;
}

.ssc-head-line.w-50 {
  width: 50%;
}
.ssc-head-line.w-30 {
  width: 30%;
}

.pagination-wrapper {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.pagination-wrapper .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-wrapper .pagination-link,
.pagination-wrapper .pagination-next,
.pagination-wrapper .pagination-prev {
  border: 0.125rem solid #fff;
  width: 2.6875rem;
  height: 2.6875rem;
  color: #fff;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.3125rem;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}
.pagination-wrapper .pagination-link:hover, .pagination-wrapper .pagination-link.active,
.pagination-wrapper .pagination-next:hover,
.pagination-wrapper .pagination-next.active,
.pagination-wrapper .pagination-prev:hover,
.pagination-wrapper .pagination-prev.active {
  background-color: #5D5D5D;
}
.pagination-wrapper .pagination-next svg path,
.pagination-wrapper .pagination-prev svg path {
  fill: #fff;
}

/* ================= Aspect ratios for responsive and smooth UX ================ */
.aspect-ratio {
  position: relative;
  overflow: hidden;
}
.aspect-ratio:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.aspect-ratio-36:after {
  padding-bottom: 36.036036036%;
}
.aspect-ratio-57:after {
  padding-bottom: 63%;
}
.aspect-ratio-76:after {
  padding-bottom: 130.4773561812%;
}

.aspect-ratio-item {
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  position: absolute;
}
.aspect-ratio-item.o-f-p {
  object-position: 0 0;
}
.aspect-ratio-item.o-f-t-c {
  object-position: 50% 0;
}

/* =========== Keyframe animations =========== */
@keyframes slideFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(pxToRem(50, 10));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spinner {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
@keyframes pulseMe {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.3;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animateFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes graphicFadeInLeft {
  0% {
    opacity: 0;
    transform: translate(-35%, -75%);
  }
  100% {
    opacity: 1;
    transform: translate(-15%, -75%);
  }
}
@keyframes graphicFadeInRight {
  0% {
    opacity: 0;
    transform: translate(-80%, -25%);
  }
  100% {
    opacity: 1;
    transform: translate(-100%, -25%);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide {
  0% {
    transform: translateX(calc(0% + 50px));
  }
  100% {
    transform: translateX(-100%);
  }
}
.slide-in-left {
  animation: slideFadeInLeft 1s ease-out;
}

.js-observer {
  opacity: 0;
  transform: translateY(0);
  animation-duration: 1s;
  animation-fill-mode: both;
}
.js-observer.is-visible-js {
  animation: animateFadeInUp 0.5s ease 0.5s forwards;
}
.js-observer.is-visible-js.delay-0 {
  animation: animateFadeInUp 0.5s ease 0.5s forwards;
}
.js-observer.is-visible-js.delay-1 {
  animation: animateFadeInUp 0.5s ease 0.7s forwards;
}
.js-observer.is-visible-js.delay-2 {
  animation: animateFadeInUp 0.5s ease 0.9s forwards;
}
.js-observer.is-visible-js.delay-3 {
  animation: animateFadeInUp 0.5s ease 1.1s forwards;
}
.js-observer.is-visible-js.delay-4 {
  animation: animateFadeInUp 0.5s ease 1.3s forwards;
}
.js-observer.is-visible-js.fadein {
  animation: fadeIn 1s ease 0.4s forwards;
}
.js-observer.is-visible-js.cubicfadeleft {
  animation: graphicFadeInLeft 1s ease-out forwards;
  animation-delay: 0.6s;
}
.js-observer.is-visible-js.cubicfaderight {
  animation: graphicFadeInRight 1s ease-out forwards;
  animation-delay: 0.6s;
}

.i-banner-right .i-banner-content.js-observer {
  animation-delay: 0.5s;
}

.intro-text {
  margin-bottom: 3.75rem;
}
.intro-text h2 {
  font-size: 1.75rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .intro-text h2 {
    font-size: 2.25rem;
  }
}

.text-content {
  font-size: 1rem;
  line-height: 24px;
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .text-content {
    font-size: 1.125rem;
  }
}
.text-content.is-lg {
  max-width: 100%;
}
.text-content h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .text-content h2 {
    margin-bottom: 2.5rem;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .text-content h2 {
    margin-bottom: 5rem;
  }
}

.it-top-right-wrap .flex-wrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .it-top-right-wrap .flex-wrap {
    gap: 3.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .it-top-right-wrap .flex-wrap {
    gap: 6.25rem;
  }
}
.it-top-right-wrap .flex-wrap.is-long {
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .it-top-right-wrap .flex-wrap.is-long {
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .it-top-right-wrap .flex-wrap.is-long {
    gap: 12.5rem;
  }
}
@media screen and (min-width: 768px) {
  .it-top-right-wrap.is-text {
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 1280px) {
  .it-top-right-wrap.is-text {
    padding-left: 5rem;
  }
}
.it-top-right-wrap .text-content {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .it-top-right-wrap .text-content {
    padding: 1.875rem 0 0 1.875rem;
  }
}
@media screen and (min-width: 1280px) {
  .it-top-right-wrap .text-content {
    padding: 3.125rem 0 0 3.125rem;
  }
}

.it-top-left-wrap .flex-wrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .it-top-left-wrap .flex-wrap {
    gap: 3.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .it-top-left-wrap .flex-wrap {
    gap: 6.25rem;
  }
}
.it-top-left-wrap .flex-wrap.is-long {
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .it-top-left-wrap .flex-wrap.is-long {
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .it-top-left-wrap .flex-wrap.is-long {
    gap: 12.5rem;
  }
}
@media screen and (min-width: 768px) {
  .it-top-left-wrap.is-text {
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: 1280px) {
  .it-top-left-wrap.is-text {
    padding-right: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .it-top-left-wrap.is-img {
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: 1280px) {
  .it-top-left-wrap.is-img {
    padding-right: 5rem;
  }
}
.it-top-left-wrap .text-content {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .it-top-left-wrap .text-content {
    padding: 0 1.875rem;
  }
}
@media screen and (min-width: 1280px) {
  .it-top-left-wrap .text-content {
    padding: 0 2.5rem 0 3.75rem;
  }
}

.top-bar {
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 100%;
}
.top-bar .top-bar__navigation ul li.nav-btn {
  padding: 0;
}
.top-bar .top-bar__navigation ul li.nav-btn > a {
  padding: 1em;
}
.top-bar .top-bar__navigation ul li.nav-btn > a:after {
  display: none;
}
.top-bar.is-dark .nav-btn {
  border-color: #000;
  color: #000;
}
.top-bar.is-dark .nav-btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.top-bar.is-dark .top-bar__navigation ul li a {
  color: #000;
}
.top-bar.is-dark .top-bar__navigation ul li a:after {
  background-color: #000;
}
.top-bar.is-light .top-bar__navigation ul li a {
  color: #fff;
}
.top-bar.is-light .top-bar__navigation ul li a:after {
  background-color: #fff;
}
.top-bar.is-light .menu-button:not(.menu-button--open) span {
  background-color: #fff !important;
}

.navigation-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .navigation-wrap {
    padding-top: 0;
  }
}

.site-navigation__navigation {
  margin-top: 0.625rem;
}
.site-navigation__navigation .nav-btn {
  border: 1px solid #000 !important;
  width: 100%;
}
.site-navigation__navigation .nav-btn:hover > a {
  color: #fff;
}
.site-navigation__navigation .nav-btn a {
  padding: 0;
  font-size: 1rem;
}

.top-bar--nav-open .site-logo .brand-logo {
  display: none;
}
.top-bar--nav-open .site-logo .for-nav-open {
  display: block;
}
.site-logo .for-nav-open {
  display: none;
  transition: all 0.3s ease-in-out;
}

.footer-content-wrap {
  border-top: 1px solid #000;
  margin-left: 0;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1280px) {
  .footer-content-wrap {
    margin-left: 5rem;
    margin-bottom: 3.75rem;
  }
}
.footer-content-wrap.mb-0 {
  margin-bottom: 0;
}
.footer-content-wrap h3 {
  font-size: 0.9375rem;
  font-weight: 600;
  padding-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 1280px) {
  .footer-content-wrap h3 {
    margin-bottom: 1.5625rem;
  }
}

.logo-content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 1.5625rem;
}
@media screen and (min-width: 1280px) {
  .logo-content-wrap {
    flex-direction: row;
  }
}
.logo-content-wrap p {
  font-size: 0.9375rem;
  margin: 0;
}

.footer-form .ginput_container input,
.footer-form .ginput_container textarea,
.footer-form .ginput_container select,
.footer-form .ginput_container .jcf-select {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding: 0.625rem 0 0.3125rem;
  font-size: 0.9375rem;
  transition: all 0.3s ease;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}
.footer-form .ginput_container input::placeholder,
.footer-form .ginput_container textarea::placeholder,
.footer-form .ginput_container select::placeholder,
.footer-form .ginput_container .jcf-select::placeholder {
  color: #9A9A9A;
  opacity: 1;
}
.footer-form .ginput_container input::-webkit-input-placeholder,
.footer-form .ginput_container textarea::-webkit-input-placeholder,
.footer-form .ginput_container select::-webkit-input-placeholder,
.footer-form .ginput_container .jcf-select::-webkit-input-placeholder {
  color: #9A9A9A;
}
.footer-form .ginput_container input,
.footer-form .ginput_container textarea,
.footer-form .ginput_container select,
.footer-form .ginput_container .jcf-select {
  /* Firefox 19+ */
}
.footer-form .ginput_container input::-moz-placeholder,
.footer-form .ginput_container textarea::-moz-placeholder,
.footer-form .ginput_container select::-moz-placeholder,
.footer-form .ginput_container .jcf-select::-moz-placeholder {
  color: #9A9A9A;
  opacity: 1;
}
.footer-form .ginput_container input,
.footer-form .ginput_container textarea,
.footer-form .ginput_container select,
.footer-form .ginput_container .jcf-select {
  /* Internet Explorer 10-11 */
}
.footer-form .ginput_container input:-ms-input-placeholder,
.footer-form .ginput_container textarea:-ms-input-placeholder,
.footer-form .ginput_container select:-ms-input-placeholder,
.footer-form .ginput_container .jcf-select:-ms-input-placeholder {
  color: #9A9A9A;
}
.footer-form .ginput_container input:focus,
.footer-form .ginput_container textarea:focus,
.footer-form .ginput_container select:focus,
.footer-form .ginput_container .jcf-select:focus {
  background-color: #fff !important;
  padding: 0.625rem 0.625rem 0.3125rem;
}
.footer-form .jcf-option-gf_placeholder {
  color: #9A9A9A;
}
.footer-form .jcf-select {
  border: 0 !important;
  padding: 0 !important;
  transition: all 0.3s ease;
}
.footer-form .jcf-select.jcf-drop-active {
  background-color: #fff !important;
}
.footer-form .jcf-select.jcf-drop-active .jcf-select-text {
  background-color: #fff !important;
}
.footer-form .jcf-select .jcf-select-text {
  border-top: 0;
  border-bottom: 1px solid #000;
  border-left: 0;
  border-right: 0;
  display: flex;
  align-items: flex-end;
  padding: 0 0 0.3125rem;
}
.footer-form .gform_confirmation_wrapper {
  border-bottom: 1px solid #000;
  padding-bottom: 0.625rem;
}
.footer-form .gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 0.875rem;
  color: #cb813f;
  font-weight: 600;
}
.footer-form .gform_button {
  margin-top: 1.25rem;
  background: transparent;
  color: #000;
  padding: 0 1.375rem 0 0;
  position: relative;
  font-size: 0.9375rem;
}
.footer-form .gform_button:hover {
  background: transparent;
}
.footer-form .gform_button:hover:after {
  transform: translate(5px, -5px);
}
.footer-form .gform_button:after {
  content: "\e09f";
  font-weight: 400;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 3px;
  transition: transform 0.5s ease;
}

.site-infos p {
  font-size: 0.9375rem;
  margin: 0;
}

.socmed p {
  margin: 5px 0;
  font-size: 0.9375rem;
  padding: 0;
  line-height: 120%;
}

.bottom-bar__navigation ul li {
  padding: 0;
}
.bottom-bar__navigation ul li a {
  font-size: 0.9375rem;
}

.copyright {
  font-weight: 400;
  font-size: 0.9375rem;
  padding-top: 0.625rem;
}

.gradient-footer {
  position: relative;
}

/* 50/50 layout CSS */
.gf-half-row {
  display: flex;
  flex: 100%;
  flex-wrap: wrap;
}
.gf-half-row.justify-all {
  justify-content: space-evenly;
  gap: 6px;
}
@media screen and (min-width: 1100px) {
  .gf-half-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    flex: 1 1 calc(50% - 8px);
  }
}
