/* 
*********************
***** VARIABLES *****
*********************
*/
/* 
*********************
***** STYLES ********
*********************
*/
p, span, li {
  color: #474842;
}
h1 {
  font-size: 70px;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 20px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 40px !important;
    line-height: 50px;
  }
  h2 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  h3 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}
.p1-bold {
  font-size: 23px;
  font-weight: 700;
  line-height: 33.1px;
  letter-spacing: 0.1em;
}
.p1-regular {
  font-size: 18px;
  font-weight: 400;
  line-height: 29.7px;
  letter-spacing: 0.1em;
}
.p1-light {
  font-size: 16px;
  font-weight: 700;
  line-height: 23.02px;
  letter-spacing: 0.1em;
}
.p2-bold {
  font-size: 23px;
  font-weight: 700;
  line-height: 33.1px;
  letter-spacing: 0.1em;
}
.p2-regular {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.02px;
  letter-spacing: 0.1em;
}
.p2-light {
  font-size: 16px;
  font-weight: 300;
  line-height: 23.02px;
}
.p3-bold {
  font-size: 12px;
  font-weight: 700;
  line-height: 15.88px;
}
.p3-regular {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.88px;
}
.p3-light {
  font-size: 12px;
  font-weight: 300;
  line-height: 15.88px;
}
.color-white {
  color: #ffffff;
}
.color-red {
  color: #924636;
}
.color-blue {
  color: #4e7081;
}
.color-green {
  color: #748475;
}
.color-brown {
  color: #aa9880;
}
.custom-btn {
  font-family: RedHat;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.81px;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 2px;
  text-decoration: none;
  padding: 14px 40px;
  display: block;
  width: fit-content;
  min-width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
}
.custom-btn.solid {
  color: #ffffff;
}
.custom-btn.solid.red {
  background: #924636;
  border: 1px solid #924636;
}
.custom-btn.solid.blue {
  background: #4e7081;
  border: 1px solid #4e7081;
}
.custom-btn.solid.green {
  background: #748475;
  border: 1px solid #748475;
}
.custom-btn.solid.brown {
  background: #aa9880;
  border: 1px solid #aa9880;
}
.custom-btn.solid:hover {
  background: #924636;
  border-color: #924636;
  color: #ffffff;
}
.custom-btn.light {
  background: transparent;
}
.custom-btn.light.white {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.custom-btn.light.black {
  color: #000000;
  border: 1px solid #000000;
}
.custom-btn.light.red {
  color: #924636;
  border: 1px solid #924636;
}
.custom-btn.light.blue {
  color: #4e7081;
  border: 1px solid #4e7081;
}
.custom-btn.light.green {
  color: #748475;
  border: 1px solid #748475;
}
.custom-btn.light.brown {
  color: #aa9880;
  border: 1px solid #aa9880;
}
.custom-btn.light:hover.hover-white {
  background: #ffffff;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.custom-btn.light:hover.hover-black {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
.custom-btn.light:hover.hover-red {
  background: #924636;
  color: #ffffff;
  border: 1px solid #924636;
}
.custom-btn.light:hover.hover-blue {
  background: #4e7081;
  color: #ffffff;
  border: 1px solid #4e7081;
}
.custom-btn.light:hover.hover-green {
  background: #748475;
  color: #ffffff;
  border: 1px solid #748475;
}
.custom-btn.light:hover.hover-brown {
  background: #aa9880;
  color: #ffffff;
  border: 1px solid #aa9880;
}
.custom-btn.solid {
  background: transparent;
  color: #ffffff;
}
.custom-btn.solid.black {
  background: #000000;
  border: 1px solid #000000;
}
.custom-btn.solid.red {
  background: #924636;
  border: 1px solid #924636;
}
.custom-btn.solid.blue {
  background: #4e7081;
  border: 1px solid #4e7081;
}
.custom-btn.solid.green {
  background: #748475;
  border: 1px solid #748475;
}
.custom-btn.solid.brown {
  background: #aa9880;
  border: 1px solid #aa9880;
}
.custom-btn.solid:hover {
  background: transparent;
}
.custom-btn.solid:hover.hover-white {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.custom-btn.solid:hover.hover-black {
  color: #000000;
  border: 1px solid #000000;
}
.custom-btn.solid:hover.hover-red {
  color: #924636;
  border: 1px solid #924636;
}
.custom-btn.solid:hover.hover-blue {
  color: #4e7081;
  border: 1px solid #4e7081;
}
.custom-btn.solid:hover.hover-green {
  color: #748475;
  border: 1px solid #748475;
}
.custom-btn.solid:hover.hover-brown {
  color: #aa9880;
  border: 1px solid #aa9880;
}
.separator {
  padding: 50px 0;
}
.separator img {
  max-width: 375px;
}
form .form-group {
  margin-bottom: 34px;
}
form .form-group input, form .form-group textarea, form .form-group select {
  border: 0;
  border-bottom: 1px solid #000000;
  background: transparent;
  padding: 2px 0 17px;
  width: 100%;
}
form .form-group input::placeholder, form .form-group textarea::placeholder, form .form-group select::placeholder {
  color: #000000;
  font-family: RedHat;
  font-size: 16px;
  font-weight: 400;
  line-height: 35.6px;
  letter-spacing: 0.05em;
  text-align: left;
}
form .form-group input:focus, form .form-group textarea:focus, form .form-group select:focus {
  outline: none;
}
form .form-group textarea {
  height: 120px;
}
form .form-group .wpcf7-not-valid-tip {
  font-size: 12px;
  font-family: RedHat;
}
form .wpcf7-list-item {
  margin: 0;
}
form .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  gap: 19px;
}
form .wpcf7-list-item label input {
  margin-top: 5px;
}
form .wpcf7-list-item label span {
  font-family: RedHat;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.88px;
  letter-spacing: 0.1em;
  text-align: left;
}
form .warning {
  margin: 17px 0 39px;
}
form .warning p {
  font-family: RedHat;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.88px;
  letter-spacing: 0.1em;
}
form .btn {
  background: #924636;
  color: #ffffff;
  border-radius: 2px;
  padding: 10px 24px;
  text-transform: uppercase;
  font-family: RedHat;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.81px;
  letter-spacing: 0.1em;
  text-align: center;
}
.slick-carousel .slick-dots {
  bottom: 10px;
}
.slick-carousel .slick-dots li button:before {
  font-size: 15px;
  color: #fff;
}
.slick-carousel .slick-dots li.slick-active button:before {
  color: #924636;
}
.slick-carousel .slick-next {
  right: 25px;
}
.slick-carousel .slick-next:before {
  content: ">";
  font-family: Academia;
  font-size: 50px;
}
.slick-carousel .slick-prev {
  left: 25px;
  z-index: 999;
}
.slick-carousel .slick-prev:before {
  content: "<";
  font-family: Academia;
  font-size: 50px;
}
body {
  background: #efeeec;
}
.hero-banner {
  padding: 150px 0 150px;
  background-size: cover;
  background-position: center center;
}
.hero-banner .content-box {
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 58px;
}
.hero-banner .content-box h1 {
  font-family: Academia;
  font-size: 70px;
  font-weight: 400;
  line-height: 80.5px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #ffffff;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.info {
  margin-bottom: 120px;
}
.info .title-box {
  text-align: center;
  margin-bottom: 49px;
}
.info .title-box h2 {
  font-family: Academia;
  font-size: 65px;
  font-weight: 400;
  line-height: 74.75px;
  letter-spacing: 0.04em;
  margin-bottom: 52px;
}
.info .title-box p {
  font-family: Academia;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.03em;
  max-width: 1142px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 85px;
  color: #924636;
}
@media (max-width: 768px) {
  .info .title-box p {
    font-size: 24px;
    line-height: 36px;
  }
}
.events .tabs {
  margin-bottom: 84px;
  display: flex;
  gap: 45px;
  justify-content: center;
  flex-wrap: wrap;
}
.events .content .box {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.events .content .title {
  font-family: Academia;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.03em;
  margin-bottom: 38px;
  color: #924636;
}
.events .content p {
  font-family: RedHat;
  font-size: 18px;
  font-weight: 400;
  line-height: 29.7px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.events .content .buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.contact {
  margin: 100px 0;
}
.contact h2 {
  font-family: Academia;
  font-size: 65px;
  font-weight: 400;
  line-height: 74.75px;
  letter-spacing: 0.04em;
  color: #924636;
  margin-bottom: 64px;
}
.pre-footer {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.pre-footer .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #000000a6;
}
.pre-footer .box {
  position: relative;
  z-index: 1;
  padding: 150px 0;
  text-align: center;
}
.pre-footer .box img {
  margin-bottom: 32px;
}
.pre-footer .box h2 {
  color: #fff;
  font-family: Academia;
  font-size: 65px;
  font-weight: 400;
  line-height: 74.75px;
  letter-spacing: 0.04em;
  margin-bottom: 50px;
}
.pre-footer .box .content p {
  color: #fff;
}
.pre-footer .box .logo {
  margin-bottom: 20px;
}
