body {
  font-family: roboto, sans-serif;
}
img,
picture {
  height: auto;
}
.container-fluid {
  padding-left: 3%;
  padding-right: 3%;
}
nav.navbar {
  background: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.page nav.navbar {
  background: #000;
  position: static;
}
body:not(.home) nav.navbar {
  background: #000;
  position: static;
}
.navbar-expand-lg .navbar-nav {
  gap: 20px;
}
.top-row {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px;
}
.top-row .menu-cell {
  flex: 0 0 40%;
}
.top-row .logo-cell {
  flex: 0 0 20%;
  align-items: center;
  text-align: center;
}
.top-row .buttons-cell {
  flex: 0 0 40%;
}
.top-row a {
  color: #FFF;
  text-decoration: none;
  font-family: pennypacker-semiwide, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 16.5px */
  letter-spacing: 1.32px;
}
.top-row .nav-link {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 16.5px */
  letter-spacing: 1.32px;
  text-transform: uppercase;
  transition: 0.4s ease;
  display: flex;
  gap: 10px;
  align-items: center;
}
.top-row .nav-link:after {
  content: "";
  display: inline-flex;
  background: url('../img/arrow_red.svg');
  background-size: 100% auto;
  height: 12px;
  width: 12px;
  transform: rotate(90deg);
  opacity: 0;
  transition: 0.4s ease;
}
.top-row .nav-link:hover {
  color: #E42626;
}
.top-row .nav-link:hover:after {
  opacity: 1;
}
#top-buttons {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: flex-end;
}
.btn {
  padding: 17px 20px;
  border-radius: 0;
}
.btn.btn-primary {
  background: #E42626;
  color: #FFF;
  font-family: pennypacker-semiwide, sans-serif;
  font-size: 12.413px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 18.62px */
  letter-spacing: 1.49px;
  text-transform: uppercase;
}
.btn.btn-outline-secondary {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 16.088px */
  letter-spacing: 1.287px;
  text-transform: uppercase;
  border: 0.975px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.btn.btn-outline-secondary:after {
  content: "";
  display: inline-block;
  background: url('../img/arrow_red.svg') no-repeat;
  background-size: 100% auto;
  height: 14px;
  width: 14px;
}
#hero {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
}
#hero video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#hero #hero-title {
  position: absolute;
  bottom: 15%;
  width: 100%;
}
#hero #hero-title h1 {
  font-family: pennypacker-semiwide, sans-serif;
  color: #FFF;
  text-align: center;
  font-size: 98px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 117.6px */
  text-transform: uppercase;
  padding-left: 5%;
  margin-bottom: 0;
}
#hero #hero-title h1 span {
  color: #CDCDCD;
  text-align: right;
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  /* 40.8px */
  text-transform: uppercase;
  display: inline-block;
}
#hero .hero-title-row {
  display: flex;
  gap: 40px;
  align-items: flex-end;
  width: 100%;
}
#hero .hero-title-row svg {
  margin-bottom: 15px;
}
#hero #bottom-mask {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 80%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25%;
}
#hero .hero-columns {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
#hero .hero-columns > div {
  flex: 1;
  display: flex;
  gap: 15px;
  justify-content: center;
}
#hero .hero-columns > div span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
  /* 27px */
  font-weight: 300;
}
section {
  padding: 120px 0;
  background: #FFF;
}
section.black-section {
  border: 1px solid #000;
  background: #000;
  color: #FFF;
  position: relative;
  z-index: 2;
}
section.black-section:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #333333;
  position: absolute;
  display: block;
  top: 0;
  left: 35%;
  z-index: -1;
}
section.black-section:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #333333;
  position: absolute;
  display: block;
  top: 0;
  left: 75%;
  z-index: -1;
}
section.black-section h2,
section.black-section p {
  color: #fff;
}
section p {
  color: #1F1F1F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}
h2 {
  color: #1F1F1F;
  font-family: pennypacker-semiwide, sans-serif;
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 49.2px */
}
.after-header {
  font-family: pennypacker-semiwide, sans-serif;
  font-size: 28.647px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  /* 40.106px */
  text-transform: uppercase;
  color: #333333 !important;
}
.about-list {
  list-style: none;
  padding-left: 0;
}
.about-list li {
  padding: 20px 0;
  border-bottom: 1px solid #DDD;
  display: flex;
  gap: 15px;
  position: relative;
}
.about-list li:after {
  content: "";
  background: url('../img/arrow_red.svg') no-repeat;
  background-size: 100% auto;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#offer-section {
  position: relative;
}
.offer-items {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
}
.offer-items .offer-item {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  flex: 1;
  transition: 0.3s ease;
}
.offer-items .offer-item img {
  display: none;
}
.offer-items .offer-item .item-content {
  padding: 80px 40px ;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.offer-items .offer-item .item-content > div {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s ease;
}
.offer-items .offer-item .item-content > div > * {
  opacity: 0;
  transition: 0.4s ease;
}
.offer-items .offer-item .item-content:hover > div {
  max-height: 200px;
}
.offer-items .offer-item .item-content:hover > div > * {
  opacity: 1;
}
.offer-items .offer-item p {
  color: #FFF;
  opacity: 0.6;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
}
.offer-items .offer-item h1 {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 27.3px */
  text-transform: uppercase;
}
.offer-items .offer-item b {
  color: #FFF;
  font-size: 51.052px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 66.367px */
  text-transform: uppercase;
}
.offer-items .offer-item .btn {
  color: #FFF;
}
.offer-items .offer-item:hover {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}
.container-narrow {
  max-width: 850px;
}
.adv-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.adv-list .adv-item {
  border: 1px solid #DDD;
  display: flex;
  flex-direction: column;
  padding: 20px 40px;
  flex: 0 0 calc(25% - 15px);
  align-items: center;
  gap: 15px;
}
.adv-list .adv-item b {
  color: #1F1F1F;
  text-align: center;
  font-family: pennypacker-semiwide, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  text-transform: uppercase;
}
.adv-list .adv-item p {
  color: #646464;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}
.gallery {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  flex: 0 0 calc(25% - 12px);
  overflow: hidden;
}
.gallery .gallery-item img {
  transition: 0.3s ease;
  max-width: 100%;
}
.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
.contact-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contact-item b {
  font-family: pennypacker-semiwide, sans-serif;
  color: #1F1F1F;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 25.2px */
  text-transform: uppercase;
}
.contact-item a {
  color: #E42626;
  letter-spacing: 1px;
  font-size: 18px;
  text-decoration: none;
}
footer {
  background: #000000;
  padding: 80px 0 50px;
  color: #FFF;
}
footer a {
  color: #FFF;
}
footer ul {
  list-style: none;
  display: flex;
  gap: 30px;
  justify-content: center;
}
footer ul a {
  color: #FFF;
  /* DESKTOP/LINK */
  font-family: pennypacker-semiwide, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 16.5px */
  letter-spacing: 1.32px;
  text-transform: uppercase;
  text-decoration: none;
}
footer .credits {
  border-top: 1px solid rgba(221, 221, 221, 0.2);
  padding-top: 30px;
}
footer .credits p {
  margin: 0;
  opacity: 0.9;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.page-header {
  padding: 60px 0;
  background: #000;
}
.page-header h1 {
  color: #FFF !important;
  font-family: pennypacker-semiwide, sans-serif;
  font-size: 41px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 49.2px */
  text-transform: uppercase;
}
.page-header h1 b {
  font-weight: 700;
}
.page-header p {
  color: #FFF !important;
  opacity: 0.7;
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 0;
}
form label {
  width: 100%;
}
form input[type=text],
form input[type=email] {
  border: 1px solid #DDD;
  background: #FFF;
  padding: 12px;
  width: 100%;
}
form textarea {
  border: 1px solid #DDD;
  background: #FFF;
  padding: 12px;
  width: 100%;
}
.works-grid {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.works-grid .work-card {
  flex: 0 0 calc(33.33% - 7px);
  position: relative;
}
.works-grid .work-card img {
  max-width: 100%;
}
.works-grid .work-card a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.works-grid .work-card h2 {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 50%;
  color: #FFF;
}
.works-grid .work-card img {
  min-width: 100%;
  height: auto;
}
.show-on-mobile {
  display: none;
}
.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
.default-max-width {
  max-width: none;
}
#offer-bg {
  min-width: 100%;
}
@media screen and (max-width: 768px) {
  .show-on-mobile {
    display: block;
  }
  #hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }
  #hero .hero-columns {
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 10px;
  }
  #hero .hero-columns > div {
    flex: auto;
  }
  #hero .hero-columns > div span {
    font-size: 13px;
  }
  #hero svg {
    position: absolute;
    top: 21%;
    max-width: 40px;
    right: 20%;
  }
  #hero #hero-title {
    bottom: 8%;
  }
  #hero #hero-title h1 {
    font-size: 50px;
    position: relative;
    line-height: 230%;
  }
  #hero #hero-title h1 > span:first-child {
    right: 20px;
    top: -25px;
  }
  #hero #hero-title h1 > span:last-child {
    top: 40%;
    left: 20px;
    right: auto;
  }
  #hero #hero-title h1 span {
    font-size: 24px;
    position: absolute;
  }
  .adv-list .adv-item {
    flex: 0 0 100%;
  }
  #offer-section {
    overflow: hidden;
  }
  #offer-section > img {
    display: none;
  }
  #offer-section .offer-items {
    flex-wrap: wrap;
    position: static;
  }
  #offer-section .offer-items .offer-item {
    position: relative;
    flex: 0 0 50%;
    aspect-ratio: 1/1.5;
  }
  #offer-section .offer-items .offer-item .item-content {
    position: absolute;
    bottom: -50px;
  }
  #offer-section .offer-items .offer-item .item-content > div {
    max-height: 300px;
  }
  #offer-section .offer-items .offer-item .item-content > div > * {
    opacity: 1;
  }
  #offer-section .offer-items .offer-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-header {
    padding: 30px 0;
  }
  .page-header h1 {
    font-size: 24px;
  }
  .works-grid .work-card {
    flex: 0 0 calc(50% - 5px);
    position: relative;
  }
  .top-row .menu-cell {
    display: block;
    position: fixed;
    z-index: 99;
    top: 124px;
    width: 100%;
    height: calc(100% - 124px);
    background: #000;
    padding: 20px;
    opacity: 0;
    left: -100%;
    transition: all 0.4s ease;
  }
  .top-row .menu-cell.show {
    left: 0;
    opacity: 1;
  }
  .top-row .nav-link {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 22.5px */
    letter-spacing: 1.8px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 18px 0;
  }
  .gallery .gallery-item {
    flex: 0 0 100%;
  }
  #top-buttons {
    display: none;
  }
  .top-row .logo-cell {
    flex: 0 0 70% !important;
    text-align: left;
  }
  .top-row .logo-cell img {
    max-height: 48px;
  }
  .top-row .buttons-cell {
    text-align: right;
    flex: 0 0 30% !important;
  }
  .navbar-toggler {
    background: transparent !important;
    border: none !important;
  }
  footer {
    text-align: center;
    padding: 40px 0 50px;
  }
  footer ul {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  footer ul li {
    flex: 0 0 100%;
  }
  .contact-item {
    align-items: center;
  }
  h2 {
    font-size: 26px;
  }
  section {
    padding: 50px 0;
  }
  .offer-items .offer-item h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 580px) {
  #offer-section {
    overflow: hidden;
  }
  #offer-section > img {
    display: none;
  }
  #offer-section .offer-items {
    flex-wrap: wrap;
    position: static;
  }
  #offer-section .offer-items .offer-item {
    position: relative;
    flex: 0 0 100%;
    aspect-ratio: 1/1.5;
  }
  #offer-section .offer-items .offer-item .item-content {
    position: absolute;
    bottom: -50px;
  }
  #offer-section .offer-items .offer-item .item-content > div {
    max-height: 300px;
  }
  #offer-section .offer-items .offer-item .item-content > div > * {
    opacity: 1;
  }
  #offer-section .offer-items .offer-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/*# sourceMappingURL=main.css.map */