html,
body {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  background: #2d2d2a;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

figcaption {
  font-size: 12px;
  font-weight: 300;
  margin: 5px 0;
}

p {
  font-size: 16px;
  line-height: 33px;
  font-weight: 300;
  margin: 0 0 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Karma", serif;
  margin: 0;
}

h1 {
  font-size: 84px;
  line-height: 1.06;
  font-weight: 900;
}
@media (max-width: 500px) {
  h1 {
    font-size: 68px;
  }
}
@media screen and (max-width: 390px) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  font-size: 54px;
  font-weight: 600;
}
@media screen and (max-width: 390px) {
  h2 {
    font-size: 40px;
  }
}

h5 {
  font-size: 28px;
}

h3 {
  font-size: 34px;
  font-weight: 500;
}
@media screen and (max-width: 390px) {
  h3 {
    font-size: 28px;
  }
}

.main_btn {
  text-align: center;
}
.main_btn a {
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  border: 2px solid #ce8b47;
  color: #ce8b47;
  padding: 10px 0;
  border-right: 0;
  border-left: 0;
  text-decoration: none;
  font-size: 14px;
}

.uk-container {
  max-width: 1310px;
}

#smooth-content {
  background: #fff;
}

.moduleGallery {
  padding: 48px;
}
.moduleGallery .uk-inline-clip {
  width: 100%;
}
.moduleGallery .uk-inline-clip img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

header {
  background: transparent;
  position: fixed;
  width: 100%;
  z-index: 2;
  background-color: #2d2d2a;
  color: #fff;
  transition: 0.8;
}
header.light {
  color: #2d2d2a;
  background: #fff;
}
header.light .header_container .secondary_nav span,
header.light .header_container .main_nav .btn span {
  background: #2d2d2a;
}
header.light .header_container .secondary_nav span,
header.light .header_container .main_nav .btn.close span {
  background: #fff;
}
header .nav_box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #2d2d2a;
  left: 0;
  top: 0;
  padding-top: 108px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transform: translateX(100%);
  visibility: hidden;
  transition: 0.5s;
  color: #fff !important;
}
header .nav_box.show {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
header .nav_box a {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2.8px;
  margin: 15px 0;
  display: inline-block;
  font-family: "Karma", serif;
}
header .nav_box .box {
  padding-top: 80px;
}
header .nav_box li {
  margin: 10px 0;
}
header .nav_box .contact {
  padding-top: 100px;
}
header .nav_box .contact p {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 100;
}
header .nav_box .contact a {
  margin: 0 20px;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 390px) {
  header .nav_box .contact a {
    margin: 12px;
  }
}

.header_container {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 0px;
}
.header_container .item {
  width: 100%;
}
@media (max-width: 500px) {
  .header_container .secondary_nav ul {
    display: none;
  }
}
.header_container .secondary_nav li {
  display: none;
}
.header_container .secondary_nav li.active {
  display: block;
}
.header_container .secondary_nav a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.header_container .secondary_nav small {
  font-size: 14px;
  font-weight: 300;
}
.header_container .secondary_nav span {
  display: inline-block;
  margin: 0 20px;
  width: 55px;
  height: 1px;
  background: #fff;
}
.header_container .logo {
  text-transform: uppercase;
  position: relative;
  z-index: 4;
}
.header_container .logo.index {
  text-align: center;
}
.header_container .logo strong {
  font-size: 24px;
  letter-spacing: 8.8px;
  font-weight: 900;
  display: block;
  line-height: 1;
}
.header_container .logo small {
  font-size: 14px;
  letter-spacing: 1.82px;
  font-weight: 300;
}
.header_container .main_nav .btn {
  position: relative;
  z-index: 4;
  height: 28px;
  margin-top: 10px;
  cursor: pointer;
}
.header_container .main_nav .btn.close {
  margin-top: 0;
}
.header_container .main_nav .btn.close span:first-child {
  transform: translateY(12px) rotate(45deg);
}
.header_container .main_nav .btn.close span:last-child {
  transform: translateY(2px) rotate(-50deg);
}
.header_container .main_nav .btn span {
  display: block;
  width: 35px;
  background: #fff;
  height: 1px;
  margin: 10px 0;
  margin-left: auto;
  transition: 0.5s;
}

.module {
  padding-top: 200px;
  padding-bottom: 80px;
  background: #2d2d2a;
}
@media screen and (max-width: 500px) {
  .module {
    padding-top: 160px;
    padding-bottom: 48px;
  }
}
.module:nth-child(even) {
  color: #2d2d2a;
  background-color: #fff;
}
.module:nth-child(even) h1,
.module:nth-child(even) h2,
.module:nth-child(even) h3,
.module:nth-child(even) h5,
.module:nth-child(even) p,
.module:nth-child(even) small,
.module:nth-child(even) strong {
  color: #2d2d2a !important;
}
.module .module_head {
  text-align: center;
  color: #fff;
}
.module .module_head .date {
  display: flex;
  align-items: center;
  justify-content: center;
}
.module .module_head .date span {
  display: inline-block;
  margin-right: 8px;
}
.module .module_head small {
  display: block;
  margin-bottom: 30px;
  letter-spacing: 3px;
  font-size: 10px;
}
.module .module_head h1 {
  width: 570px;
  max-width: 100%;
  margin: auto;
  color: #fff;
}
.module .module_head h2 {
  width: 870px;
  max-width: 100%;
  margin: auto;
  color: #fff;
}
.module .module_banner {
  margin: 0 0 80px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .module .module_banner {
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 390px) {
  .module .module_banner {
    margin: 0 0 40px;
  }
}
.module .module_banner img {
  width: 100%;
}
.module .module_intro {
  padding: 40px 0;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .module .module_intro {
    padding: 24px 0;
  }
}
.module .module_intro h3 {
  color: #fff;
}
.module .sub_content {
  color: #fff;
  margin: 0 0 80px;
}
.module .sub_content:last-child {
  margin-bottom: 0;
}
.module .sub_content .uk-grid {
  align-items: center;
}
.module .sub_content .sub_content_img img {
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 500px) {
  .module .sub_content .sub_content_img img {
    min-height: auto;
  }
}
.module .sub_content:nth-child(even) .uk-grid {
  flex-direction: row-reverse;
}
.module .sub_content small,
.module .sub_content h2,
.module .sub_content h5 {
  color: #fff;
}
.module .sub_content small {
  text-transform: uppercase;
}
.module .sub_content h2 {
  margin: 20px 0;
}
.module .sub_content h5 {
  margin: 20px 0 25px 0;
}

footer {
  background: #2d2d2a;
  color: #fff;
}
footer .flex-wrap {
  border-top: 1px solid #3f3c39;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  footer .flex-wrap {
    flex-direction: column;
    align-items: center;
  }
  footer .flex-wrap .social {
    margin-bottom: 20px;
  }
}
footer .social a {
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
}
footer p {
  font-size: 14px;
}

.gallery {
  background: #2d2d2a;
}
.gallery .img {
  position: relative;
  margin: 10px;
}
.gallery .img::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(183deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.877486) 100%);
}
.gallery .img h5 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-weight: 800;
  color: #fff;
  z-index: 3;
  max-width: 60%;
}
.gallery .img img {
  width: 100%;
  height: 465px;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery_images .image_wrap {
  -moz-columns: 3;
       columns: 3;
  -moz-column-gap: 30px;
       column-gap: 30px;
  width: 100%;
}
@media (max-width: 500px) {
  .gallery_images .image_wrap {
    -moz-columns: 2;
         columns: 2;
  }
}
.gallery_images .image_box {
  margin: 30px 0;
  width: 100%;
  overflow: hidden;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.gallery_images .image_box img {
  width: 100%;
}

.back_btn {
  text-align: center;
}
@media (max-width: 500px) {
  .back_btn {
    margin-top: 50px;
  }
}
.back_btn a {
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 0;
  border-right: 0;
  border-left: 0;
  text-decoration: none;
  font-size: 14px;
}

.media_card {
  margin: 15px 0;
}
.media_card a:hover .icon img {
  opacity: 1;
  transform: translateX(0px);
}
.media_card .img img {
  width: 100%;
  height: 342px;
  -o-object-fit: cover;
     object-fit: cover;
}
.media_card .text {
  margin-top: 40px;
  color: #fff;
}
.media_card .text h4 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 10px;
  display: -webkit-box;
  height: 78.4px;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.media_card .text p {
  margin: 0;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.media_card .link {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.media_card .link .media_date {
  color: #fff;
  display: flex;
  align-items: center;
}
.media_card .link .media_date p {
  margin-bottom: 0;
  margin-left: 8px;
  font-size: 14px;
}
.media_card .link img {
  max-height: 60px;
}
.media_card .link .icon {
  width: 60px;
}
.media_card .link .icon img {
  width: 100%;
  transition: 0.8s;
  opacity: 0.7;
  transform: translateX(-20px);
}
.media_card .link svg {
  color: #fff;
}

.news_content {
  width: 640px;
  max-width: 100%;
  padding: 0 10px;
  color: #fff;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .news_content {
    max-width: 95%;
    padding: 0 5px;
  }
}
.news_content figure {
  margin: 20px 0;
}
.news_content figure img {
  max-width: 100%;
}
.news_content figure figcaption {
  font-weight: 300;
}

.contact-form {
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  .contact-form {
    padding: 24px 0;
  }
  .contact-form .message h2 {
    font-size: 40px !important;
  }
}
.contact-form .message {
  color: #fff;
  padding-right: 6vw;
}
.contact-form .message h2 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 68px;
  margin-bottom: 16px;
}
.contact-form .form .form-item {
  margin-bottom: 16px;
}
.contact-form .form input,
.contact-form .form textarea {
  background: 0 0;
  border: none;
  outline: 0;
  border-bottom: 1px solid #666;
  flex-grow: 1;
  padding: 8px;
  padding-bottom: 20px;
  color: #ffffff;
  width: 96%;
  font-size: 14px;
  text-transform: uppercase;
  font-family: inherit;
}
.contact-form .form input::-moz-placeholder, .contact-form .form textarea::-moz-placeholder {
  position: absolute;
  top: 8px;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.contact-form .form input::placeholder,
.contact-form .form textarea::placeholder {
  position: absolute;
  top: 8px;
  transition: 0.2s;
}
.contact-form .form input:focus,
.contact-form .form textarea:focus {
  border-top: 0;
}
.contact-form .form input:focus::-moz-placeholder, .contact-form .form textarea:focus::-moz-placeholder {
  top: -2px;
  font-size: 12px;
}
.contact-form .form input:focus::placeholder,
.contact-form .form textarea:focus::placeholder {
  top: -2px;
  font-size: 12px;
}
.contact-form .form textarea {
  border: 1px solid #666;
  margin-top: 16px;
}
.contact-form .form textarea::-moz-placeholder {
  top: 10px;
}
.contact-form .form textarea::placeholder {
  top: 10px;
}
.contact-form .form .submit {
  padding: 16px 32px;
  width: 120px;
  margin-top: 16px;
  color: #ccc;
  border: 1px solid #666;
  background-color: transparent;
  transition: 0.8s;
}
.contact-form .form .submit:hover {
  background-color: rgba(102, 102, 102, 0.4117647059);
  color: #fff;
}
.contact-form .form .submit:focus {
  border-top: 1px solid #666;
}

.lightbox .lb-image {
  border: 0;
}

.lb-outerContainer {
  background: transparent;
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
  background: url(../images/arrow.svg);
  width: 50px;
  height: 20px;
  background-repeat: no-repeat;
  top: 50%;
  opacity: 1;
  position: absolute;
  transform: translateY(-50%);
}

.lb-nav a.lb-prev {
  transform: rotate(180deg) translateY(-50%);
}

@media screen and (max-width: 500px) {
  .uk-width-1-2,
  .uk-width-1-3 {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */