@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Montserrat+Alternates:wght@400;900&display=swap");
@import url("null.css");
@import url("header.css");
body {
  color: #000;
  line-height: 1;
  font-family: Inter;
  font-size: 0.875rem;
}
button,
input,
textarea {
  font-family: Inter;
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
	
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  max-width: 75.625rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
.breadcrumbs {
  margin-right: auto;
  display: flex;
  gap: 20px;
}
.breadcrumbs__link {
  color: #fff;
  font-weight: 500;
  line-height: normal;
  position: relative;
}
.breadcrumbs__link::after {
  content: "/";
  color: #fff;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumbs__text {
  color: #fff;
  font-weight: 800;
  line-height: normal;
}
.wave {
  position: relative;
}
.wave::before {
  content: "";
  position: absolute;
  top: -65px;
  left: 0;
  width: 100%;
  height: 65px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1920 65%27 preserveAspectRatio=%27none%27%3E%3Cpath d=%27M0 10 C823 -38.9996 1316.5 129 1920 10 V65 H0 V10 Z%27 fill=%27black%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1920 65%27 preserveAspectRatio=%27none%27%3E%3Cpath d=%27M0 10 C823 -38.9996 1316.5 129 1920 10 V65 H0 V10 Z%27 fill=%27black%27/%3E%3C/svg%3E");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 0;
}
.wave.inverse::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1920 65%27 preserveAspectRatio=%27none%27%3E%3Cpath d=%27M0 0 V10 C823 -38.9996 1316.5 129 1920 10 V0 H0 Z%27 fill=%27black%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1920 65%27 preserveAspectRatio=%27none%27%3E%3Cpath d=%27M0 0 V10 C823 -38.9996 1316.5 129 1920 10 V0 H0 Z%27 fill=%27black%27/%3E%3C/svg%3E");
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.btn {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.btn > * {
  position: relative;
  z-index: 1;
}
.btn::after,
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10%;
  rotate: 20deg;
  height: calc(100% + 30px);
  background-color: #fffadd;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  pointer-events: none;
  transition: all 0.3s ease;
  opacity: 0;
}
.btn::before {
  left: 20%;
}
.btn::after {
  right: 20%;
}
.swiper {
  overflow: hidden;
}
.swiper-initialized {
  touch-action: pan-y;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}
.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
  display: none !important;
}
.title {
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  line-height: normal;
}
.flex_title {
  display: flex;
  align-items: center;
  gap: 15px;
}

.body_text__style > p{
	font-size: 18px;
    line-height: normal;
    margin: 14px 0;
}

.body_text__style ul li {
    margin: 0 0 4px 22px;
    list-style: disc;
}

 .body_text__style ol li {
    margin: 0 0 4px 22px;
   
}

.body_text__style h2{
	font-size: 30px;
	font-weight: 800; 
	line-height: normal;
	margin: 20px 0 10px 0;
}

.body_text__style h3{
	font-size: 18px;
	font-weight: 800;
	line-height: normal;
}

.body_text__style h4{
	font-size: 18px;
	font-weight: 800;
	line-height: normal;
}

.body_text__style img{
	margin:auto;
    width: 100%;
    max-width: 800px;
}


@media (max-width: 992px) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 992px) {
  .title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .flex_title {
    text-align: center;
    flex-direction: column;
    gap: 25px;
  }
}
@media (any-hover: hover) {
  .btn:hover {
    background: #fff2ad !important;
  }
  .btn:hover::after,
  .btn:hover::before {
    opacity: 1;
  }
  .breadcrumbs__link:hover {
    text-decoration: underline;
  }
}
