@font-face {
  font-family: "standard";
  src: url("fonts/regular.woff2");
  font-display: swap;
}
@font-face {
  font-family: "light";
  src: url("fonts/AktivGroteskCdLt.ttf");
  font-display: swap;
}
@font-face {
  font-family: "regular";
  src: url("fonts/AktivGroteskCdRg.ttf");
  font-display: swap;
}
@font-face {
  font-family: "medium";
  src: url("fonts/AktivGroteskCdMd.ttf");
  font-display: swap;
}
@font-face {
  font-family: "bold";
  src: url("fonts/AktivGroteskCdBd.ttf");
  font-display: swap;
}
html {
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

body {
  font-family: "regular";
  background-color: #fff;
  margin: 0px;
  padding: 0px;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
}

.btn {
  -webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear, -webkit-box-shadow 0.1s linear !important;
  transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear, -webkit-box-shadow 0.1s linear !important;
  transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear, box-shadow 0.1s linear !important;
  transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear, box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear !important;
}

.sticky-top {
  position: sticky !important;
  top: 0px;
}

.btn,
a {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
}
.btn:focus,
a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-family: "bold";
  margin: 0px;
}

a {
  text-decoration: none !important;
}

select:focus,
input:focus,
button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.wrapper {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.form-check-input:checked {
  background-color: #000;
  border-color: #000;
}

.btn {
  padding: 15px 20px;
  border: none !important;
  font-size: 14px;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 0px;
  white-space: nowrap;
  font-family: bold;
}
.btn.btn-outline {
  -webkit-box-shadow: inset 0 0 0 2px rgb(225, 225, 225);
          box-shadow: inset 0 0 0 2px rgb(225, 225, 225);
  color: #fff;
}
.btn.btn-outline:hover {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  color: #000;
}
.btn.btn-default {
  color: #000;
  background-color: #fff;
}
.btn.btn-default:hover {
  background-color: #000;
  color: #fff;
}

.title {
  color: #000;
  font-size: calc(0.8vw + 1.3em);
  text-transform: uppercase;
  margin: 0 0 40px;
  font-family: "standard";
  line-height: calc(0.5vw + 1em);
  padding: 0 5vw;
}
.title span {
  font-size: calc(0.4vw + 1.2em);
  display: block;
  font-family: "standard";
  -webkit-text-stroke: 2px #000;
  color: transparent;
}
@media (max-width: 767px) {
  .title span {
    -webkit-text-stroke: 1px #000;
  }
}

.nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 30px;
}
.nav-pills a {
  background-color: transparent;
  padding: 5px 10px;
  font-size: 16px;
  color: #000000 !important;
  font-family: bold;
  text-transform: uppercase;
  opacity: 0.75;
  position: relative;
  -webkit-transition: 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (max-width: 991px) {
  .nav-pills a {
    font-size: 11px;
    padding: 5px 5px;
  }
}
.nav-pills a:hover {
  opacity: 1;
}
.nav-pills a::after {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #000;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(100% + 10px);
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (max-width: 991px) {
  .nav-pills a::after {
    height: 7px;
    width: 7px;
  }
}
.nav-pills a.active {
  opacity: 1;
  background-color: transparent !important;
}
.nav-pills a.active::after {
  opacity: 1;
  top: 90%;
}

.pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination a {
  color: #000;
  font-family: regular;
  padding: 10px;
  font-size: 18px;
}
.pagination a.num {
  opacity: 0.6;
}
.pagination a.active {
  opacity: 1;
  font-family: bold;
  font-size: 22px;
}
.pagination a i {
  font-size: 22px;
  position: relative;
  top: 2px;
}

.bulleted-list {
  margin: 0 0 30px;
}
.bulleted-list li {
  display: block;
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-family: light;
  margin: 5px 0px;
}
.bulleted-list li a {
  font-family: medium;
  color: #000;
}
.bulleted-list li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  height: 8px;
  width: 8px;
  background-color: #000;
  border-radius: 7px;
}

.alert.fade.in {
  opacity: 1;
}

.showcase {
  padding: 50px 5vw;
}
@media (max-width: 767px) {
  .showcase {
    text-align: center;
  }
  .showcase .bulleted-list li,
  .showcase .form-group label {
    text-align: left;
    display: block;
  }
}
.showcase .wrapper {
  padding: 50px 0 0;
}
.showcase h2 {
  font-family: bold;
  text-transform: uppercase;
  font-size: 28px;
  margin: 30px 0 16px;
  letter-spacing: 0.5px;
}
@media (max-width: 1199px) {
  .showcase h2 {
    font-size: 17px;
    margin: 0 0 15px;
  }
}
.showcase h2 a {
  font-family: bold;
  color: #000;
}
.showcase h3 {
  font-family: bold;
  font-size: 24px;
  margin: 30px 0 16px;
  letter-spacing: 0.5px;
}
@media (max-width: 1199px) {
  .showcase h3 {
    font-size: 22px;
    margin: 0 0 15px;
  }
}
.showcase h3 a {
  font-family: bold;
  color: #000;
}
.showcase h4 {
  font-family: light;
  font-size: 28px;
  margin: 0 0 16px;
  line-height: 1.4;
  letter-spacing: 0.5px;
}
@media (max-width: 1199px) {
  .showcase h4 {
    font-size: 24px;
    margin: 0 0 15px;
  }
}
.showcase h4 a {
  font-family: bold;
  color: #000;
}
.showcase .bulleted-list li {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .showcase .bulleted-list li {
    font-size: 20px;
  }
}
.showcase .bulleted-list li::before {
  top: 12px;
}
.showcase h6 {
  font-family: medium;
  font-size: 18px;
  margin: 0 0 15px;
  letter-spacing: 0.5px;
}
@media (max-width: 1199px) {
  .showcase h6 {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
.showcase h6 a {
  font-family: bold;
  color: #000;
}
.showcase p {
  letter-spacing: 0.5px;
  font-size: 18px;
  font-family: light;
  margin: 0 0 25px;
  color: #000;
}
.showcase p strong,
.showcase p b {
  font-family: medium;
  font-weight: 500;
}
.showcase p a {
  font-family: medium;
  color: #000;
}
@media (max-width: 1199px) {
  .showcase p {
    margin: 0 0 15px;
    font-size: 14px;
  }
}
.showcase .content ~ .content {
  margin-top: 50px;
}
.showcase .success {
  background-color: #f1fff5;
  border: 1px solid #d4eeda;
  border-left: 4px solid #009945;
  padding: 10px 20px;
  margin: 15px 0;
}
.showcase .success h6 {
  margin: 0;
  font-family: regular;
}

.imgHolder {
  width: min(90%, 500px);
  display: block;
  margin: 0 auto 30px;
}
.imgHolder img {
  border-radius: 1vw;
}

.blocked {
  padding: 30px 5vw;
}

@media (max-width: 992px) {
  h2.title {
    margin-top: 30px;
  }
}
.shootForm h4 {
  border-bottom: 1px solid #ddd;
}
.shootForm h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 32px;
}
.shootForm .form-check-inline {
  margin-right: 0;
}
.shootForm .form-check-inline .form-check-label {
  font-family: regular;
  padding-left: 5px;
}
.shootForm .form-group {
  margin-bottom: 15px;
}
.shootForm .form-group label {
  font-size: 15px;
  margin-top: 0px;
  font-family: medium;
  text-transform: uppercase;
}
.shootForm .form-group .form-control {
  border-radius: 0px;
  font-size: 16px;
  background-color: #fff;
  font-family: regular;
}
.shootForm .btn-default {
  border: 1px solid #cbcbcb !important;
  padding: 15px 30px;
}
.shootForm .btn-default:hover {
  border: 1px solid #000 !important;
  background-color: #000;
}
.shootForm .bg-light {
  background-color: #f5f5f5 !important;
  padding: 10px 25px 25px;
}

.btn-default.solid {
  background-color: #000;
  color: #fff;
  height: 50px;
}

.carousel-inner {
  border-radius: 3vw 5px 3vw 5px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.framedVideo {
  aspect-ratio: 16/9.07;
  border-radius: 10px;
}

.videoHolder {
  width: min(100%, 800px);
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
}
.videoHolder:after {
  content: "";
  inset: 0;
  z-index: 1;
  position: absolute;
}

@media (max-width: 600px) {
  .d-flex.gap-4 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 20px !important;
  }
}