* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Bebas-ExtraBold";
  src: url("../fonts/Bebas-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas-Regular";
  src: url("../fonts/Bebas-Regular.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowLight";
  src: url("../fonts/Barlow-Light.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
.col-1 {
  width: 100%;
  max-width: 8.3333333333%;
}

.col-2 {
  width: 100%;
  max-width: 16.6666666667%;
}

.col-3 {
  width: 100%;
  max-width: 25%;
}

.col-4 {
  width: 100%;
  max-width: 33.3333333333%;
}

.col-5 {
  width: 100%;
  max-width: 41.66666666%;
}

.col-6 {
  width: 100%;
  max-width: 50%;
}

.col-7 {
  width: 100%;
  max-width: 58.3333333333%;
}

.col-8 {
  width: 100%;
  max-width: 66.6666666667%;
}

.col-9 {
  width: 100%;
  max-width: 75%;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 991px) {
  .container {
    padding: 0 15px;
  }
}
.wrapper {
  display: flex;
  flex-wrap: wrap;
}

.overflow-hide {
  overflow: hidden;
}

.ai-center {
  align-items: center;
}

.text-center {
  text-align: center;
}

.d-flex {
  display: flex;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body {
  font-family: "Bebas-Regular", sans-serif;
  line-height: 1.4;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #000000;
  margin: 0;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
}
body.open-menu {
  position: relative;
}

.main {
  padding-top: 0;
}

button {
  border: 0;
  background: transparent;
}

input {
  background: transparent;
  color: #000000;
}
input:focus {
  border: 0;
  outline: none;
}

textarea {
  background: transparent;
  color: #000000;
}
textarea:focus {
  border: 0;
  outline: none;
}

a {
  transition: all 0.3s ease-out;
  text-decoration: none !important;
  color: #000000;
}
a:hover {
  color: #656565;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
}

h1 {
  font-size: 5.75rem;
  line-height: normal;
}
@media (max-width: 991px) {
  h1 {
    font-size: 4.875rem;
  }
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.625rem;
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  font-size: 1.5625rem;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #000000;
}
@media (max-width: 991px) {
  p {
    font-size: 1.25rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.v100 {
  height: 100vh;
}

.btn {
  background: transparent;
  font-size: 1.1875rem;
  color: #ffffff;
  padding: 10px 25px;
  border: 1px solid #ffffff;
  display: inline-flex;
  position: relative;
  align-items: center;
  border-radius: 17px;
  cursor: pointer;
  font-family: "Bebas-ExtraBold", sans-serif;
  transition: all 0.3s ease-out;
  min-width: 175px;
  text-align: left;
  width: max-content;
  margin-top: 30px;
  text-align: center;
  justify-content: center;
}
.btn:hover {
  color: #8b094a;
  background: #ffffff;
}
.btn__text {
  font-size: 1.125rem;
  color: #ffffff;
  background: transparent;
  padding: 0;
}
.btn__text:hover {
  background: transparent;
}
.btn__white {
  color: #8b094a;
  background: #ffffff;
}
.btn__white:hover {
  background: #b23a48;
  color: #ffffff;
}
.btn__border {
  color: #8b094a;
  background: #ffffff;
  border: 1px solid #8b094a;
}
.btn__border:hover {
  background: #b23a48;
  color: #ffffff;
  border: 1px solid #8b094a;
}
.btn__black {
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
}
.btn__black:hover {
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}

.section__header {
  margin: 0 auto 50px;
  text-align: center;
  width: 50%;
}
@media (max-width: 991px) {
  .section__header {
    width: 100%;
  }
}
.section__header h2 {
  margin: 0;
}
.section__header .title {
  margin: 0;
  font-size: 3.5rem;
  color: #8b094a;
  font-family: "Bebas-ExtraBold", sans-serif;
}
@media (max-width: 991px) {
  .section__header .title {
    font-size: 2.5rem;
  }
}
.section__header p {
  margin: 20px 0 0;
  font-size: 1.875rem;
  color: #22081a;
}
@media (max-width: 991px) {
  .section__header p {
    font-size: 1.25rem;
  }
}

.page-template-default .header-page + section {
  padding-top: 100px;
}

.notfound {
  padding: 200px 0;
}
.notfound .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.header {
  margin-bottom: 65px;
  position: fixed;
  z-index: 2;
  width: 100vw;
  left: 0;
  top: 0;
  z-index: 41;
  transition: all 0.3s ease;
  background: transparent;
  box-sizing: border-box;
}
.header::after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.78;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  z-index: 0;
}
@media (max-width: 991px) {
  .header::after {
    height: 90px;
  }
}
.header .container {
  max-width: 100%;
  padding: 40px 75px 0;
  z-index: 1;
  position: relative;
}
@media (max-width: 991px) {
  .header .container {
    padding: 20px 15px;
  }
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  padding: 0 0 30px;
}
@media (max-width: 991px) {
  .header__content {
    gap: 30px;
    align-items: center;
    padding: 0 0 15px;
  }
}
.header__right {
  display: flex;
  gap: 100px;
}
@media (max-width: 991px) {
  .header__right {
    gap: 10px;
  }
}
.header__logo {
  height: 74px;
}
@media (max-width: 991px) {
  .header__logo {
    width: auto;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .header__logo img {
    height: 40px;
    width: auto;
  }
}
.header__logo .site-logo-scrolled {
  display: none;
}
.header__nav {
  display: flex;
  align-items: end;
  gap: 50px;
}
@media (max-width: 991px) {
  .header__nav {
    gap: 20px;
    align-items: center;
  }
}
.header__menu {
  position: relative;
  z-index: 10;
  transition: all 0.3s ease;
}
.header__menu-list {
  display: flex;
  list-style: none;
  gap: 70px;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  font-family: "Bebas-ExtraBold", sans-serif;
  position: relative;
}
@media (max-width: 991px) {
  .header__menu-list {
    display: none;
  }
}
.header__menu-list > .menu-item {
  position: relative;
}
@media (max-width: 991px) {
  .header__menu-list > .menu-item {
    width: 70%;
  }
}
.header__menu-list > .menu-item > a {
  text-decoration: none;
  color: #ffffff;
  padding: 16px 25px;
  font-size: 1.1875rem;
  display: flex;
  align-items: center;
  font-family: "Bebas-ExtraBold", sans-serif;
  transition: all 0.3s ease;
  z-index: 1;
  position: relative;
  background: transparent;
  border-radius: 17px;
}
@media (max-width: 991px) {
  .header__menu-list > .menu-item > a {
    color: #000000;
  }
}
.header__menu-list > .menu-item > a:hover {
  color: #b23a48;
  background: #ffffff;
}
.header__menu-list > .menu-item.current-menu-item > a, .header__menu-list > .menu-item.current_page_item > a, .header__menu-list > .menu-item.current-menu-ancestor > a, .header__menu-list > .menu-item.current_page_ancestor > a, .header__menu-list > .menu-item.current-menu-parent > a, .header__menu-list > .menu-item.current_page_parent > a {
  color: #b23a48;
  background: #ffffff;
}
.header__menu-list > .menu-item .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  padding: 53px 0 0 0;
  z-index: 0;
  min-width: 180px;
  width: max-content;
}
.header__menu-list > .menu-item .sub-menu > li {
  background: #ffffff;
  border-bottom: 1px solid #6d6b69;
  transition: all 0.3s ease;
}
.header__menu-list > .menu-item .sub-menu > li a {
  padding: 12px 10px 12px 18px;
  display: flex;
  color: #000000;
  font-family: "Bebas-ExtraBold", sans-serif;
  text-transform: none;
  height: auto;
  font-size: 0.875rem;
  letter-spacing: 0;
  position: relative;
  transition: all 0.3s ease;
}
.header__menu-list > .menu-item .sub-menu > li:hover {
  background: #9ea8b1;
  transition: all 0.3s ease;
}
.header__menu-list > .menu-item .sub-menu > li:hover a {
  color: #ffffff !important;
  transition: all 0.3s ease;
}
.header__menu-list > .menu-item .sub-menu > li:last-child {
  border: 0;
}
.header__menu-list > .menu-item .sub-menu > li.current-menu-item > a {
  background: #9ea8b1;
  color: #ffffff;
}
.header__menu-list > .menu-item .sub-menu.submenu-open {
  opacity: 1;
  visibility: visible;
  position: relative;
  width: 100%;
  padding: 0;
}
@media (min-width: 991px) {
  .header__menu-list > .menu-item .sub-menu.submenu-open {
    margin-top: 10px;
  }
}
.header__menu-list > .menu-item .sub-menu.submenu-open li {
  border: 0;
}
@media (min-width: 991px) {
  .header__menu-list > .menu-item .sub-menu.submenu-open li a {
    width: 70%;
  }
}
@media (min-width: 991px) {
  .header__menu-list > .menu-item:hover > ul {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.header__menu-list > .current_page_item > a {
  color: #b23a48;
  position: relative;
}
@media (max-width: 991px) {
  .header__menu-list > .current_page_item > a {
    color: #ffffff;
    justify-content: space-between;
  }
}
.header.scrolled {
  background: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.38);
}
.header.scrolled::after {
  display: none;
}
.header.scrolled .container {
  padding: 5px 75px 0;
}
@media (max-width: 991px) {
  .header.scrolled .container {
    padding: 10px 15px;
  }
}
.header.scrolled .header__content {
  align-items: center;
  padding: 0;
}
.header.scrolled .header__logo .site-logo-scrolled {
  display: block;
}
.header.scrolled .header__logo .site-logo {
  display: none;
}
.header.scrolled .header__menu-list .menu-item a {
  color: #000000;
}
.header.scrolled .header__menu-list .menu-item a:hover {
  color: #b23a48;
}
.header.scrolled .header__menu-list .current_page_item a {
  color: #b23a48;
}
.header.scrolled .lang-current {
  color: #ffffff;
  padding: 9px 15px;
}
.header__btn {
  padding: 0 10px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 39px;
  border-radius: 10px;
  color: #fff;
  background-color: #b23a48;
  border: none;
  margin: 0 auto;
  cursor: pointer;
  border: 1px solid #b23a48;
}
.header__btn:hover {
  background-color: #b23a48;
}
@media (max-width: 991px) {
  .header__btn--open {
    display: flex !important;
    position: relative;
  }
}
.header__btn--open svg path {
  color: #ffffff;
}
.header__btn--close {
  display: none;
}
.header__btn--close svg path {
  color: #b23a48;
}

.header__burger span {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  position: relative;
  transition: 200ms;
  display: flex;
}
.header__burger span::before {
  content: "";
  position: absolute;
  top: -6px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: 200ms;
  left: 0;
}
.header__burger span::after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  left: 0;
}

.submenu-toggle {
  display: none;
}

@media (max-width: 991px) {
  .header__menu-list {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100vh;
    background: #ffffff;
    z-index: 2000;
    padding: 100px 20px 20px;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0;
    justify-content: flex-start;
    gap: 25px;
    align-items: flex-start;
  }
  .header__btn--close {
    display: none;
    z-index: 9999;
    position: relative;
  }
  .show-mobile-menu {
    overflow: hidden;
    height: 100vh;
  }
  .show-mobile-menu .header__btn--close {
    display: flex !important;
  }
  .show-mobile-menu .header__btn--open {
    display: none !important;
  }
  .show-mobile-menu .header__menu-list {
    transform: translateX(0);
    opacity: 1;
    gap: 0;
  }
  .submenu-toggle {
    width: 40px;
    position: absolute;
    height: 20px;
    right: 0;
    display: block;
  }
  .submenu-toggle::after {
    content: url("../img/icon/icon-lang.png");
    position: absolute;
    left: auto;
    font-size: 14px;
    transition: transform 0.2s ease;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: auto;
    bottom: auto;
    right: auto;
  }
}
.lang-switcher-desktop {
  display: block;
}
@media (max-width: 767px) {
  .lang-switcher-desktop {
    display: none;
  }
}

.lang-switcher-mobile {
  display: none;
}
@media (max-width: 767px) {
  .lang-switcher-mobile {
    display: block;
  }
}

.lang-switcher {
  position: relative;
  display: inline-block;
  width: auto;
}
@media (max-width: 991px) {
  .lang-switcher {
    width: auto;
  }
}
.lang-switcher .lang-current {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 16px 25px;
  font-size: 1.1875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Bebas-ExtraBold", sans-serif;
  transition: all 0.3s ease;
  z-index: 1;
  background: #000000;
  border-radius: 17px;
  text-transform: uppercase;
  position: relative;
  width: auto;
  text-align: left;
  cursor: pointer;
}
@media (max-width: 991px) {
  .lang-switcher .lang-current {
    padding: 8px 15px;
    font-size: 1rem;
    border-radius: 10px;
  }
}
.lang-switcher .lang-current::before {
  content: "";
  background: url("../img/icon/icon-www.png");
  opacity: 1;
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  height: 21px;
  width: 21px;
}
@media (max-width: 991px) {
  .lang-switcher .lang-current::before {
    display: none;
  }
}
.lang-switcher .lang-current::after {
  content: "";
  background: url("../img/icon/icon-lang.png");
  opacity: 1;
  position: relative;
  z-index: 0;
  height: 9px;
  background-repeat: no-repeat;
  width: 16px;
}
.lang-switcher.open .lang-current::after {
  transform: translateY(-50%) rotate(180deg);
}
.lang-switcher .lang-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #000000;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 999;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-5px);
  transition: all 0.25s ease;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
.lang-switcher .lang-dropdown li a {
  display: block;
  padding: 9px 12px;
  color: #ffffff;
  text-decoration: none;
  font-family: "Bebas-ExtraBold", sans-serif;
  font-size: 1.0625rem;
  text-align: center;
}
@media (max-width: 991px) {
  .lang-switcher .lang-dropdown li a {
    font-size: 0.875rem;
  }
}
.lang-switcher .lang-dropdown li a:hover {
  background: rgb(237.15, 237.15, 237.15);
  color: #000000;
}
.lang-switcher.open .lang-dropdown {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.typing span {
  opacity: 0;
  display: inline-block;
  animation: fade 0.3s forwards;
}

@keyframes fade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer {
  background: #220816;
  padding: 80px 0 130px;
}
@media (max-width: 767px) {
  .footer {
    padding: 100px 0 80px;
  }
}
.footer .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__content {
  display: flex;
  gap: 100px;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .footer__content {
    flex-direction: column;
    gap: 30px;
  }
}
.footer__content .box {
  display: flex;
  flex-direction: column;
}
.footer__content .box .btn__text {
  color: #000000;
}
.footer__content .box .btn__text:hover {
  color: #000000;
}
.footer__content .box > div {
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  color: #000000;
  line-height: 1.6875rem;
  letter-spacing: -2%;
}
.footer__content .box a {
  color: #000000;
}
.footer__content .box a:hover {
  color: #8b094a;
}
.footer__content .social-media {
  margin-top: 10px;
  display: flex;
  gap: 30px !important;
  flex-direction: row !important;
}
.footer__content .social-media a {
  font-size: 1rem;
  color: #ffffff;
  font-family: "Bebas-ExtraBold", sans-serif;
  height: max-content;
  position: relative;
  background-color: #b23a48;
  width: 55px;
  height: 55px;
  max-width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.footer__content .social-media a svg {
  height: 21px;
  fill: #ffffff;
  transform: 0.3s ease-out;
}
.footer__content .social-media a:hover {
  background-color: #ffffff;
}
.footer__content .social-media a:hover svg {
  fill: #b23a48 !important;
  transform: 0.3s ease-out;
}
.footer__menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
  padding: 30px 50px;
}
@media (max-width: 991px) {
  .footer__menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .footer__menu {
    grid-template-columns: repeat(1, 1fr);
    padding: 30px 0px;
  }
}
.footer__menu .box__item {
  display: flex;
  flex-direction: column;
}
.footer__menu .box__item .title {
  font-size: 1.5rem;
  color: #b23a48;
  text-transform: uppercase;
  font-family: "Bebas-ExtraBold", sans-serif;
  margin-bottom: 29px;
}
.footer__menu .box__item a {
  font-size: 1.1875rem;
  color: #ffffff;
  margin-bottom: 19px;
}
.footer__menu .box__item a:hover {
  color: #b23a48;
}

.slider {
  position: relative;
  height: 1200px;
}
@media (max-width: 991px) {
  .slider {
    height: auto;
    min-height: 600px;
  }
}
.slider .container {
  max-width: 1600px;
}
@media (max-width: 991px) {
  .slider .container {
    padding: 100px 15px 100px;
  }
}
.slider__slide {
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider__slide::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.78;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 765px;
  z-index: 1;
}
.slider__slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.slider__slide .slider__item {
  width: 100%;
  height: 1200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  gap: 50px;
}
@media (max-width: 991px) {
  .slider__slide .slider__item {
    height: auto;
    min-height: 800px;
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .slider__slide .slider__item {
    min-height: 600px;
  }
}
.slider__slide .slider__item > div {
  display: flex;
  flex-direction: column;
}
.slider__slide .slider__item--left {
  width: 60%;
  justify-content: center;
}
@media (max-width: 991px) {
  .slider__slide .slider__item--left {
    width: 100%;
  }
}
.slider__slide .slider__item--left h1 {
  margin: 0;
}
.slider__slide .slider__item--left .title {
  font-size: 5.625rem;
  line-height: 5.0625rem;
  color: #ffffff;
  text-align: left;
  margin: 30px 0 35px;
  font-family: "Bebas-ExtraBold", sans-serif;
}
@media (max-width: 767px) {
  .slider__slide .slider__item--left .title {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin: 0 0 20px;
  }
}
.slider__slide .slider__item--left .paragraph {
  font-size: 2.8125rem;
  line-height: 2.4375rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .slider__slide .slider__item--left .paragraph {
    font-size: 1.5625rem;
    line-height: normal;
  }
}
.slider__slide .slider__item--left .buttons {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .slider__slide .slider__item--left .buttons {
    flex-direction: column;
    gap: 0;
  }
}
.slider__slide .slider__item--right {
  justify-content: end;
  bottom: 230px;
  position: relative;
  width: 40%;
}
@media (max-width: 991px) {
  .slider__slide .slider__item--right {
    justify-content: start;
    bottom: auto;
    width: 100%;
  }
}
.slider__slide .slider__item--right p {
  font-size: 1.875rem;
  color: #ffffff;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .slider__slide .slider__item--right p {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.slider__slide .slider__item img.slider__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.slider .swiper-pagination {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  left: 0 !important;
  right: 0 !important;
  text-align: left;
  bottom: 50px !important;
  display: flex;
  gap: 15px;
}
.slider .swiper-pagination .swiper-pagination-bullet {
  width: 61px;
  height: 2px;
  background: #ffffff;
  border-radius: 0;
  opacity: 1;
}
.slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #8b094a;
}
.slider .scroll-next {
  position: absolute;
  left: auto;
  right: 20px;
  bottom: 80px;
  width: 160px;
  height: 160px;
  margin: auto;
  z-index: 2;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 1.25rem;
  border-radius: 100px;
  background: linear-gradient(-90deg, rgb(79, 5, 76) 0%, rgb(178, 58, 76) 69%, rgb(148, 0, 76) 100%);
}
.slider .scroll-next .scroll-next__img {
  top: 0;
  transition: top 0.3s ease;
  position: relative;
}
.slider .scroll-next:hover .scroll-next__img {
  top: 10px;
  transition: top 0.3s ease;
}
@media (max-width: 767px) {
  .slider .scroll-next {
    width: 100px;
    height: 100px;
    bottom: 30px;
  }
}

.scroll-icon {
  width: 40px;
  position: relative;
  display: block;
}
.scroll-icon svg {
  overflow: visible;
}
.scroll-icon #scroll-outer {
  animation: headerScrollOuter 1.2s 0s infinite forwards cubic-bezier(0.78, 0.03, 0.65, 0.73);
}
.scroll-icon #scroll-inner {
  transform-origin: 50% 10%;
  animation: headerScrollThumb 1.2s 0s infinite forwards cubic-bezier(0.78, 0.03, 0.65, 0.73);
}
.scroll-icon #arrow-1 {
  animation: headerArrow1 1.2s 0s infinite forwards cubic-bezier(0.78, 0.03, 0.65, 0.73);
}
.scroll-icon #arrow-2 {
  animation: headerArrow2 1.2s 0s infinite forwards cubic-bezier(0.78, 0.03, 0.65, 0.73);
}
.scroll-icon #arrow-3 {
  animation: headerArrow2 1.2s 0s infinite forwards cubic-bezier(0.78, 0.03, 0.65, 0.73);
}

@keyframes headerScrollOuter {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes headerScrollThumb {
  0% {
    transform: translateY(0px) scaleY(0);
    opacity: 0;
  }
  40% {
    transform: translateY(4px) scaleY(1);
    opacity: 1;
  }
  100% {
    transform: translateY(12px) scaleY(1);
    opacity: 0;
  }
}
@keyframes headerScrollOuter {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes headerArrow1 {
  0% {
    transform: translateY(-3px);
    opacity: 0;
  }
  30% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(6px);
    opacity: 0;
  }
}
@keyframes headerArrow2 {
  0% {
    transform: translateY(-3px);
    opacity: 0;
  }
  10% {
    transform: translateY(-3px);
    opacity: 0;
  }
  30% {
    transform: translateY(0);
    opacity: 1;
  }
  90% {
    transform: translateY(6px);
    opacity: 0;
  }
  100% {
    transform: translateY(6px);
    opacity: 0;
  }
}
@keyframes headerArrow3 {
  0% {
    transform: translateY(-3px);
    opacity: 0;
  }
  10% {
    transform: translateY(-3px);
    opacity: 0;
  }
  30% {
    transform: translateY(0);
    opacity: 1;
  }
  90% {
    transform: translateY(6px);
    opacity: 0;
  }
  100% {
    transform: translateY(6px);
    opacity: 0;
  }
}
.home-about {
  padding: 190px 0 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .home-about {
    padding: 80px 0;
    background-attachment: initial;
  }
}
.home-about__content {
  display: flex;
  gap: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .home-about__content {
    gap: 100px;
  }
}
.home-about .box {
  display: flex;
  gap: 50px;
}
@media (max-width: 991px) {
  .home-about .box {
    flex-direction: column;
  }
}
.home-about .box__item {
  width: 47%;
}
@media (max-width: 991px) {
  .home-about .box__item {
    width: 100%;
  }
}
.home-about .box.mt-100 {
  margin-top: -100px;
}
@media (max-width: 991px) {
  .home-about .box.mt-100 {
    margin-top: 0;
  }
}
.home-about .box.mt-130 {
  margin-top: -130px;
}
@media (max-width: 991px) {
  .home-about .box.mt-130 {
    margin-top: 0;
  }
}
.home-about .box .title {
  font-size: 4.75rem;
  line-height: normal;
  font-family: "Bebas-ExtraBold", sans-serif;
  margin: 0 0 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .home-about .box .title {
    font-size: 2.375rem;
    margin: 0 0 20px;
  }
}
.home-about .box .sub-title {
  font-size: 2.8125rem;
  line-height: normal;
  font-family: "Bebas-Regular", sans-serif;
  margin: 0 0 37px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .home-about .box .sub-title {
    font-size: 1.875rem;
    margin: 0 0 20px;
  }
}
.home-about .box .text p {
  font-size: 1.5625rem;
  line-height: normal;
  color: #ffffff;
}
@media (max-width: 767px) {
  .home-about .box .text p {
    font-size: 1.25rem;
  }
}
.home-about .box .text p:last-child {
  margin-bottom: 0;
}
.home-about .box:nth-child(odd) {
  justify-content: start;
}
.home-about .box:nth-child(even) {
  justify-content: end;
}
.home-about .box .btn {
  margin-top: 45px;
}
.home-about .box .list {
  background: #f2eaef;
  border-radius: 39px;
  margin-top: 100px;
  padding: 25px 20px 50px 20px;
  display: flex;
  flex-direction: column;
}
.home-about .box .list__item {
  display: flex;
  gap: 35px;
  border-bottom: 1px solid #8b094a;
  padding: 25px;
}
@media (max-width: 991px) {
  .home-about .box .list__item {
    flex-direction: column;
    gap: 10px;
  }
}
.home-about .box .list__item .img {
  width: 65px;
  max-width: 65px;
  min-width: 65px;
}
.home-about .box .list__item .img img {
  width: 100%;
}
.home-about .box .list__item p {
  color: #220918;
  font-size: 1.5625rem;
}

.key-features {
  padding: 75px 0 118px 0;
}
.key-features .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}
@media (max-width: 991px) {
  .key-features .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.key-features .list__item {
  border-radius: 39px;
  background-image: linear-gradient(90deg, rgb(79, 5, 76) 0%, rgb(178, 58, 72) 69%, rgb(148, 0, 76) 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 45px 80px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .key-features .list__item {
    padding: 20px 30px 50px 30px;
    min-height: 400;
  }
}
.key-features .list__item::after {
  content: "";
  background-image: linear-gradient(180deg, rgba(11, 0, 11, 0) 0%, rgb(0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.key-features .list__item .bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.3s ease;
}
.key-features .list__item .title {
  z-index: 3;
}
.key-features .list__item .title p {
  font-size: 2.8125rem;
  color: #ffffff;
  font-family: "Bebas-ExtraBold", sans-serif;
  margin-bottom: 10px;
  line-height: normal;
}
.key-features .list__item .text {
  font-size: 1.5625rem;
  color: #ffffff;
  z-index: 3;
  line-height: normal;
}
.key-features .list__item:hover .bg {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.next-step {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0;
  position: relative;
  background-attachment: fixed;
}
@media (max-width: 991px) {
  .next-step {
    padding: 100px 0;
    background-attachment: initial;
    overflow: hidden;
  }
}
.next-step__content {
  z-index: 2;
  position: relative;
}
.next-step .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px;
}
@media (max-width: 991px) {
  .next-step .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
}
.next-step .box__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .next-step .box__item {
    max-width: 100%;
  }
}
.next-step .box__item--header {
  font-size: 10.25rem;
  line-height: 7.8125rem;
  font-family: "Bebas-ExtraBold", sans-serif;
  margin: 0 0 40px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .next-step .box__item--header {
    font-size: 3.75rem;
    line-height: 3.75rem;
    margin: 0 0 20px;
  }
}
.next-step .box__item--title {
  font-size: 5.625rem;
  line-height: 3.75rem;
  font-family: "Bebas-ExtraBold", sans-serif;
  margin: 0 0 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .next-step .box__item--title {
    font-size: 2.1875rem;
    line-height: 2.1875rem;
    margin: 0 0 20px;
  }
}
.next-step .box__item--sub-title {
  font-size: 2.8125rem;
  line-height: normal;
  margin: 0 0 30px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .next-step .box__item--sub-title {
    font-size: 1.5625rem;
    margin: 0 0 20px;
  }
}
.next-step .box__item--text p {
  font-size: 1.5625rem;
  line-height: normal;
  color: #ffffff;
}
@media (max-width: 767px) {
  .next-step .box__item--text p {
    font-size: 1rem;
  }
}

.news {
  padding: 100px 0 0;
  background: #f2eaef;
}
@media (max-width: 767px) {
  .news {
    padding: 80px 0 0;
  }
}
.news .section__header {
  margin-bottom: 50px;
}
.news .section__header .title {
  text-align: center;
}
.news__content {
  display: flex;
  flex-direction: column;
}
.news__content .section__header {
  margin: 0 0 50px;
  text-align: left;
  width: 100%;
}
.news__content .section__header .title {
  text-align: left;
}
.news__content .section__header p {
  text-align: left;
  margin: 0;
}
.news__content--item {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  width: 100%;
  column-gap: 28px;
}
@media (max-width: 767px) {
  .news__content--item {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.news__content .pagination {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  gap: 0;
  width: max-content;
  background: #ffffff;
  border-radius: 11px;
  padding: 0;
}
.news__content .pagination .page-numbers {
  font-family: "Bebas-ExtraBold", sans-serif;
  font-size: 1.4375rem;
  width: 40px;
  height: 40px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
}
.news__content .pagination .page-numbers.current {
  background: transparent;
  color: #8b094a;
}
.news__content .pagination .page-numbers:hover {
  background: transparent;
  color: #8b094a;
}
.news__content .pagination .page-numbers.next {
  display: none;
}
.news__content .pagination .page-numbers.prev {
  display: none;
}
.news__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 39px;
  background-image: linear-gradient(90deg, rgb(79, 5, 76) 0%, rgb(178, 58, 72) 69%, rgb(148, 0, 76) 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 900px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: #ffffff;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .news__item {
    min-height: 400px;
  }
}
.news__item:first-child {
  min-height: auto;
}
.news__item::after {
  content: "";
  background-image: linear-gradient(180deg, rgba(11, 0, 11, 0) 0%, rgb(0, 0, 0) 100%);
  width: 100%;
  height: 70%;
  position: absolute;
  z-index: 2;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.news__item .bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.37;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.3s ease;
}
.news__item:hover .bg {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.news__item .content {
  padding: 45px 45px 100px 45px;
  z-index: 3;
}
@media (max-width: 767px) {
  .news__item .content {
    padding: 20px 20px 50px 20px;
  }
}
.news__item .content .title {
  font-size: 2.8125rem;
  color: #ffffff;
  font-family: "Bebas-ExtraBold", sans-serif;
  text-align: left;
  margin-bottom: 0;
  display: block;
}
@media (max-width: 767px) {
  .news__item .content .title {
    font-size: 2.1875rem;
  }
}
.news__item .content .bottom {
  font-size: 1.5625rem;
  color: #f2eaef;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 50px;
}
@media (max-width: 767px) {
  .news__item .content .bottom {
    flex-direction: column;
    font-size: 1.25rem;
  }
}
.news__item .content .author {
  font-size: 1.25rem;
  color: #f2eaef;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .news__item .content .author {
    font-size: 1.25rem;
  }
}

.contact {
  padding: 100px 0 40px;
  background: #f2eaef;
}
.contact__content {
  display: flex;
  gap: 50px;
}
@media (max-width: 991px) {
  .contact__content {
    flex-direction: column;
  }
}
.contact__content .data {
  width: 50%;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .contact__content .data {
    width: 100%;
    padding-top: 0;
  }
}
.contact__content .data__header {
  font-size: 3.5rem;
  line-height: 3.5rem;
  color: #8b094a;
  font-family: "Bebas-ExtraBold", sans-serif;
}
@media (max-width: 991px) {
  .contact__content .data__header {
    font-size: 2.5rem;
  }
}
.contact__content .data__subheader {
  font-size: 1.875rem;
  line-height: 2.4375rem;
  color: #8b094a;
}
@media (max-width: 991px) {
  .contact__content .data__subheader {
    font-size: 1.5625rem;
  }
}
.contact__content .data__text {
  margin: 30px 0 50px;
}
.contact__content .data__text h2 {
  margin: 0 0 30px;
  font-size: 3.5rem;
  line-height: 3.5rem;
  color: #8b094a;
  font-family: "Bebas-ExtraBold", sans-serif;
}
@media (max-width: 991px) {
  .contact__content .data__text h2 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
.contact__content .data__text h3 {
  margin: 0 0 20px;
  font-size: 1.875rem;
  line-height: 2.4375rem;
  color: #8b094a;
  font-family: "Bebas-Regular", sans-serif;
}
@media (max-width: 991px) {
  .contact__content .data__text h3 {
    font-size: 1.25rem;
    line-height: 1.8125rem;
  }
}
.contact__content .data__text p {
  font-size: 1.5625rem;
  line-height: normal;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .contact__content .data__text p {
    font-size: 1.25rem;
  }
}
.contact__content .data__text p strong {
  font-family: "Bebas-ExtraBold", sans-serif;
}
.contact__content .data__text ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 30px 0 50px;
}
.contact__content .data__text ul li {
  display: flex;
  align-items: start;
  font-size: 1.5625rem;
}
@media (max-width: 991px) {
  .contact__content .data__text ul li {
    font-size: 1.25rem;
  }
}
.contact__content .data__text ul li::before {
  content: "";
  position: relative;
  background-image: url("../img/icon/icon-li-block.png");
  width: 27px;
  min-width: 27px;
  height: 25px;
  z-index: 1;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  margin: 9px 20px 0 0;
}
.contact__content .data__text ul li strong {
  display: contents;
}
.contact__content .data__phone {
  background: #ffffff;
  border-radius: 39px;
  display: inline-flex;
  width: 100%;
  gap: 30px;
  padding: 30px;
  align-items: center;
  margin-bottom: 15px;
}
.contact__content .data__phone > div {
  display: flex;
  flex-direction: column;
  font-size: 1.875rem;
  line-height: 2.4375rem;
  font-family: "Bebas-ExtraBold", sans-serif;
}
@media (max-width: 991px) {
  .contact__content .data__phone > div {
    font-size: 1.25rem;
    line-height: 1.8125rem;
  }
}
.contact__content .data__phone > div span {
  font-size: 3.5rem;
  line-height: 3.5rem;
  color: #8b094a;
}
@media (max-width: 1200px) {
  .contact__content .data__phone > div span {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 991px) {
  .contact__content .data__phone > div span {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}
.contact__content .data__phone:hover {
  color: #000000;
}
.contact__content .data p {
  line-height: normal;
  margin-bottom: 25px;
  font-size: 1.5625rem;
}
@media (max-width: 991px) {
  .contact__content .data p {
    font-size: 1.25rem;
  }
}
.contact__content .data p a {
  color: #8b094a;
  text-decoration: underline !important;
}
.contact__content .data p strong {
  font-family: "Bebas-Regular", sans-serif;
}
.contact__content .form {
  width: 50%;
  background: #ffffff;
  border-radius: 39px;
  padding: 70px 60px 0;
}
@media (max-width: 991px) {
  .contact__content .form {
    width: 100%;
    padding: 30px;
  }
}
.contact__content .form p {
  margin-bottom: 24px;
}
.contact__content .form p > label {
  font-size: 1.375rem;
  display: block;
  font-weight: 600;
  margin-top: 50px;
}
.contact__content .form input[type=text],
.contact__content .form input[type=email],
.contact__content .form input[type=tel],
.contact__content .form select,
.contact__content .form textarea {
  padding: 0;
  background-color: #fff;
  width: 100%;
  font-size: 1.875rem;
  font-family: "Bebas-Regular", sans-serif;
  height: 70px;
  color: #000000;
  border: 0;
  border-bottom: 1px solid #8b094a;
}
@media (max-width: 991px) {
  .contact__content .form input[type=text],
  .contact__content .form input[type=email],
  .contact__content .form input[type=tel],
  .contact__content .form select,
  .contact__content .form textarea {
    font-size: 1.25rem;
  }
}
.contact__content .form input[type=text]::placeholder,
.contact__content .form input[type=email]::placeholder,
.contact__content .form input[type=tel]::placeholder,
.contact__content .form select::placeholder,
.contact__content .form textarea::placeholder {
  color: #000000;
}
.contact__content .form input[type=text]:focus, .contact__content .form input[type=text]:hover,
.contact__content .form input[type=email]:focus,
.contact__content .form input[type=email]:hover,
.contact__content .form input[type=tel]:focus,
.contact__content .form input[type=tel]:hover,
.contact__content .form select:focus,
.contact__content .form select:hover,
.contact__content .form textarea:focus,
.contact__content .form textarea:hover {
  border: 0;
  border-bottom: 1px solid #8b094a;
}
.contact__content .form textarea {
  height: 240px;
}
.contact__content .form select option {
  font-size: 1.25rem;
}
.contact__content .form summary {
  color: #8b094a;
  cursor: pointer;
}
.contact__content .form details p {
  font-size: 1rem;
}
.contact__content .form .justify-end.flex {
  display: flex;
  justify-content: end;
}
.contact__content .form .justify-end.flex p {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 50px;
  display: flex;
  align-items: center;
  min-height: 37px;
  font-size: 1.0625rem;
}
@media (max-width: 991px) {
  .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 0.875rem;
  }
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
  background-color: #f2eaef;
  border: 1px solid #f2eaef !important;
  content: "";
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  left: 0;
}

.wpcf7-acceptance input[type=checkbox] {
  display: none;
}

.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border: 1px solid #f2eaef !important;
}

.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: url("../img/icon/icon-check.png");
  position: absolute;
  left: 10px;
  top: auto;
}

.input-radio .wpcf7-radio .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.input-radio .wpcf7-radio label input {
  display: none;
}

.input-radio .wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100px;
  border: 1px solid #8b094a;
}

.input-radio .wpcf7-list-item-label::after {
  display: none;
}

.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  background: #8b094a;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 6px;
  top: auto;
  border-radius: 100px;
}

.wpcf7-response-output {
  margin: 0 !important;
}

.wpcf7-form.unaccepted .wpcf7-response-output {
  background: #8b094a;
  color: #fff;
  font-size: 1rem;
  border: 0;
  padding: 12px 20px;
}

.wpcf7-form.sent .wpcf7-response-output {
  background: #8b094a;
  color: #fff;
  font-size: 1rem;
  border: 0;
  padding: 12px 20px;
}

.wpcf7-form.invalid .wpcf7-response-output {
  background: #8b094a;
  color: #fff;
  font-size: 1rem;
  border: 0;
  padding: 12px 20px;
}

.wpcf7-not-valid-tip {
  color: #8b094a;
  font-size: 0.875rem;
  padding: 10px 0 0 10px;
}

.form-button {
  display: flex;
  justify-content: end;
}
.form-button p {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  align-items: center;
}

.header-page {
  position: relative;
  height: 750px;
  display: flex;
  align-items: end;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 767px) {
  .header-page {
    min-height: 400px;
    height: auto;
    padding-top: 200px;
  }
}
.header-page video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.header-page__content {
  position: relative;
  display: flex;
  z-index: 1;
  bottom: 130px;
  gap: 200px;
  width: 100%;
  align-items: end;
}
@media (max-width: 991px) {
  .header-page__content {
    bottom: 150px;
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .header-page__content {
    bottom: 80px;
  }
}
.header-page__content > div {
  width: 50%;
}
@media (max-width: 991px) {
  .header-page__content > div {
    width: 100%;
  }
}
.header-page__content .top {
  width: 100%;
  padding-bottom: 30px;
}
.header-page__content .top .title {
  font-size: 5.625rem;
  color: #ffffff;
  line-height: normal;
  text-align: left;
  margin: 0;
  justify-content: center;
  font-family: "Bebas-ExtraBold", sans-serif;
}
@media (max-width: 767px) {
  .header-page__content .top .title {
    font-size: 3rem;
    margin: 0 0 20px;
  }
}
.header-page__content .top .text {
  font-size: 2.8125rem;
  color: #ffffff;
  line-height: 2.8125rem;
  text-align: left;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .header-page__content .top .text {
    font-size: 1.875rem;
  }
}
.header-page__content .top .author {
  font-size: 1.5625rem;
  color: #ffffff;
  line-height: normal;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .header-page__content .top .author {
    font-size: 1rem;
    margin: 10px 0;
  }
}
.header-page__content p {
  font-size: 1.5625rem;
  color: #ffffff;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .header-page__content p {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.header-page__content img.slider__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.header-page .scroll-next {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -55px;
  width: 115px;
  height: 115px;
  margin: auto;
  z-index: 2;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 1.25rem;
  border-radius: 100px;
  background: linear-gradient(-90deg, rgb(79, 5, 76) 0%, rgb(178, 58, 76) 69%, rgb(148, 0, 76) 100%);
}
.header-page .scroll-next .scroll-next__img {
  top: 0;
  transition: top 0.3s ease;
  position: relative;
}
.header-page .scroll-next:hover .scroll-next__img {
  top: 10px;
  transition: top 0.3s ease;
}
@media (max-width: 767px) {
  .header-page .scroll-next {
    width: 100px;
    height: 100px;
    bottom: -50px;
  }
}

.scroll-next #arrow-1 {
  animation: headerArrow1 1.2s 0s infinite forwards cubic-bezier(0.78, 0.03, 0.65, 0.73);
}

.scroll-next #scroll-inner {
  transform-origin: 50% 10%;
  animation: headerScrollThumb 1.2s 0s infinite forwards cubic-bezier(0.78, 0.03, 0.65, 0.73);
}

.scroll-next #scroll-inner {
  transform-origin: 50% 10%;
  animation: headerScrollThumb 1.2s 0s infinite forwards cubic-bezier(0.78, 0.03, 0.65, 0.73);
}

.scroll-next #scroll-inner {
  transform-origin: 50% 10%;
  animation: headerScrollThumb 1.2s 0s infinite forwards cubic-bezier(0.78, 0.03, 0.65, 0.73);
}

.scroll-next #scroll-outer {
  animation: headerScrollOuter 1.2s 0s infinite forwards cubic-bezier(0.78, 0.03, 0.65, 0.73);
}

.trusted-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 75px 0;
  background: #f2eaef;
  pointer-events: none;
}
.trusted-slider .trusted-marquee {
  overflow: hidden;
}
.trusted-slider .trusted-track {
  display: flex;
  gap: 40px;
  animation: trusted-marquee 25s linear infinite;
}
@media (max-width: 767px) {
  .trusted-slider .trusted-track {
    animation-duration: 5s;
    display: none;
  }
}
.trusted-slider .trusted-track-mobile {
  display: none;
}
@media (max-width: 767px) {
  .trusted-slider .trusted-track-mobile {
    display: flex;
    padding: 50px 0;
  }
}
.trusted-slider .trusted-slide {
  pointer-events: auto;
  flex: 0 0 270px;
  height: 190px;
  padding: 20px;
  background: #ffffff;
  border-radius: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .trusted-slider .trusted-slide {
    flex: 0 0 200px;
  }
}
.trusted-slider .trusted-slide img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.trusted-slider .trusted-slide img:hover {
  filter: grayscale(0%);
}
.trusted-slider:hover .trusted-track {
  animation-play-state: paused;
}

@keyframes trusted-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.plan {
  padding: 75px 0;
  background: #f2eaef;
}
.plan__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
@media (max-width: 991px) {
  .plan__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.plan__item {
  border-radius: 39px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 38px 33px;
  color: #ffffff;
}
.plan__item:nth-child(1) {
  background-image: linear-gradient(90deg, #200718 0%, #b13a47 100%);
  transition: background-image 0.3s ease;
}
.plan__item:nth-child(2) {
  background-image: linear-gradient(90deg, #52074c 0%, #b23a48 100%);
  transition: background-image 0.3s ease;
}
.plan__item:nth-child(3) {
  background-image: linear-gradient(90deg, #381020 0%, #53084c 45%, #53084c 100%);
  transition: background-image 0.3s ease;
}
.plan__item::after {
  content: "";
  background-image: linear-gradient(180deg, rgba(11, 0, 11, 0) 0%, rgb(0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.plan__item > div {
  z-index: 3;
}
.plan__item .name {
  font-size: 1.5625rem;
  color: #ffffff;
  font-family: "Bebas-ExtraBold", sans-serif;
  margin-bottom: 10px;
  line-height: 1.5625rem;
}
.plan__item .price {
  font-size: 2.3125rem;
  color: #ffffff;
  margin-bottom: 20px;
  display: flex;
  align-items: end;
  gap: 10px;
}
@media (max-width: 767px) {
  .plan__item .price {
    flex-direction: column;
    align-items: start;
  }
}
.plan__item .price strong {
  font-size: 5rem;
  color: #ffffff;
  font-family: "Bebas-ExtraBold", sans-serif;
  line-height: 4.75rem;
}
@media (max-width: 991px) {
  .plan__item .price strong {
    font-size: 3.75rem;
    line-height: normal;
  }
}
.plan__item .text p {
  font-size: 1.1875rem;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: normal;
}
.plan__item .text p strong {
  font-family: "Bebas-ExtraBold", sans-serif;
  font-size: 1.5rem;
}
.plan__item .text ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 30px 0;
}
.plan__item .text ul li {
  display: flex;
  align-items: center;
  font-size: 1.1875rem;
  color: #ffffff;
}
.plan__item .text ul li::before {
  content: "";
  position: relative;
  background-image: url("../img/icon/icon-li.png");
  width: 26px;
  min-width: 26px;
  height: 26px;
  z-index: 1;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
}
.plan__item .text ul li strong {
  display: contents;
}
.plan__item .btn {
  width: 100%;
}
.plan__item:hover:nth-child(1) {
  background-image: linear-gradient(90deg, #af3946 0%, #af3946 100%);
  transition: background-image 0.3s ease;
}
.plan__item:hover:nth-child(2) {
  background-image: linear-gradient(90deg, #930048 0%, #930048 100%);
  transition: background-image 0.3s ease;
}
.plan__item:hover:nth-child(3) {
  background-image: linear-gradient(90deg, #53084c 0%, #53084c 45%, #53084c 100%);
  transition: background-image 0.3s ease;
}

.header-page + .media-text {
  padding: 100px 0 20px;
}

.media-text {
  position: relative;
  width: 100%;
  overflow: visible;
  background: #f2eaef;
  padding: 20px 0;
}
.media-text__content {
  display: flex;
  gap: 60px;
  background: #ffffff;
  padding: 35px 80px;
  border-radius: 39px;
}
@media (max-width: 767px) {
  .media-text__content {
    flex-direction: column;
    padding: 20px;
  }
}
.media-text__content.left {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .media-text__content.left {
    flex-direction: column;
  }
}
.media-text__content.right {
  flex-direction: row;
}
@media (max-width: 767px) {
  .media-text__content.right {
    flex-direction: column;
  }
}
.media-text__content .text,
.media-text__content .image {
  flex: 1;
}
.media-text__content .post-thumbnail {
  border-radius: 39px;
  position: relative;
  overflow: hidden;
}
.media-text__content .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}
.media-text__content .post-thumbnail::after {
  content: "";
  background-image: linear-gradient(180deg, rgba(11, 0, 11, 0) 0%, rgb(0, 0, 0) 100%);
  width: 100%;
  height: 70%;
  position: absolute;
  z-index: 2;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.media-text__content .post-thumbnail:hover img {
  width: 100%;
  height: 100%;
}
.media-text__content .post-thumbnail:hover::after {
  opacity: 0;
  transition: opacity 0.3s ease;
  left: 0;
  right: 0;
  bottom: -5px;
}
.media-text__content h2 {
  margin: 0;
  font-size: 3.5rem;
  line-height: 3.5rem;
  color: #8b094a;
  font-family: "Bebas-ExtraBold", sans-serif;
}
@media (max-width: 991px) {
  .media-text__content h2 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
.media-text__content h3 {
  margin: 0 0 10px;
  font-size: 1.875rem;
  line-height: 2.4375rem;
  color: #8b094a;
  font-family: "Bebas-Regular", sans-serif;
}
@media (max-width: 991px) {
  .media-text__content h3 {
    font-size: 1.25rem;
    line-height: 1.8125rem;
  }
}
.media-text__content p {
  margin: 30px 0 30px;
  font-size: 1.5625rem;
}
@media (max-width: 991px) {
  .media-text__content p {
    font-size: 1.25rem;
  }
}
.media-text__content ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 30px 0 50px;
}
.media-text__content ul li {
  display: flex;
  align-items: start;
  font-size: 1.5625rem;
}
@media (max-width: 991px) {
  .media-text__content ul li {
    font-size: 1.25rem;
  }
}
.media-text__content ul li::before {
  content: "";
  position: relative;
  background-image: url("../img/icon/icon-li-block.png");
  width: 27px;
  min-width: 27px;
  height: 25px;
  z-index: 1;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  margin: 9px 20px 0 0;
}
.media-text__content ul li strong {
  display: contents;
}

.header-page + .header-text {
  padding: 100px 0 0;
}

.header-text {
  position: relative;
  width: 100%;
  overflow: visible;
  background: #f2eaef;
  padding: 20px 0;
}
.header-text__content {
  display: flex;
  gap: 60px;
  background: #ffffff;
  padding: 35px 80px;
  border-radius: 39px;
}
@media (max-width: 991px) {
  .header-text__content {
    padding: 20px;
  }
}
.header-text__content h2 {
  margin: 0;
  font-size: 3.5rem;
  line-height: 3.5rem;
  color: #8b094a;
  font-family: "Bebas-ExtraBold", sans-serif;
}
@media (max-width: 991px) {
  .header-text__content h2 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
.header-text__content h3 {
  margin: 0 0 10px;
  font-size: 1.875rem;
  line-height: 2.4375rem;
  color: #8b094a;
  font-family: "Bebas-Regular", sans-serif;
}
@media (max-width: 991px) {
  .header-text__content h3 {
    font-size: 1.25rem;
    line-height: 1.8125rem;
  }
}
.header-text__content p {
  margin: 30px 0 30px;
  font-size: 1.5625rem;
}
@media (max-width: 991px) {
  .header-text__content p {
    font-size: 1.25rem;
  }
}
.header-text__content ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 30px 0 50px;
}
.header-text__content ul li {
  display: flex;
  align-items: start;
  font-size: 1.5625rem;
}
@media (max-width: 991px) {
  .header-text__content ul li {
    font-size: 1.25rem;
  }
}
.header-text__content ul li::before {
  content: "";
  position: relative;
  background-image: url("../img/icon/icon-li-block.png");
  width: 27px;
  min-width: 27px;
  height: 25px;
  z-index: 1;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  margin: 9px 20px 0 0;
}
.header-text__content ul li strong {
  display: contents;
}
.header-text__content table {
  width: 100%;
  border: 0;
  margin: 50px 0;
}
.header-text__content table thead tr th {
  padding: 10px 15px;
  font-size: 1.5625rem;
  border: 0;
  font-family: "Bebas-Regular", sans-serif;
  text-align: center;
  font-weight: 400;
  min-width: 80px;
}
@media (max-width: 991px) {
  .header-text__content table thead tr th {
    font-size: 1.25rem;
  }
}
.header-text__content table tbody tr td {
  padding: 10px 15px;
  font-size: 1.5625rem;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
}
@media (max-width: 991px) {
  .header-text__content table tbody tr td {
    font-size: 1.25rem;
  }
}

.home .faq {
  position: relative;
  width: 100%;
  overflow: visible;
  background: #e6d7e0;
  padding: 65px 0;
}

.faq {
  position: relative;
  width: 100%;
  overflow: visible;
  background: #f2eaef;
  padding: 100px 0;
}
.faq__content {
  display: flex;
  flex-direction: column;
}
.faq__content .faq__list .faq-item {
  display: flex;
  flex-direction: column;
  background: #8b094a;
  border-radius: 39px;
  padding: 10px;
  margin: 0 0 10px;
}
.faq__content .faq__list .faq-item.open {
  background: linear-gradient(180deg, #8b094a 0%, rgb(0, 0, 0) 100%);
}
.faq__content .faq__list .faq-item.open button {
  background: transparent;
  color: #ffffff;
}
.faq__content .faq__list .faq-item.open button span {
  color: #ffffff;
}
.faq__content .faq__list .faq-item.open button:after {
  content: url("../img/icon/faq-minus.png");
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq__content .faq__list .faq-question {
  margin-top: 0;
  position: relative;
  border-radius: 39px;
}
.faq__content .faq__list .faq-question button {
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 1.5625rem;
  padding: 5px 60px 5px 14px;
  width: 100%;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 39px;
}
@media (max-width: 767px) {
  .faq__content .faq__list .faq-question button {
    font-size: 1.25rem;
  }
}
.faq__content .faq__list .faq-question button span {
  font-family: "Bebas-ExtraBold", sans-serif;
  color: #8b094a;
  margin-right: 35px;
}
.faq__content .faq__list .faq-question button:after {
  content: url("../img/icon/faq-plus.png");
  position: absolute;
  right: 24px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq__content .faq__list .faq-question button:hover {
  background-color: transparent;
  color: #ffffff;
}
.faq__content .faq__list .faq-question button:hover span {
  color: #ffffff;
}
.faq__content .faq__list .faq-question button:focus {
  outline: none;
  border: 0 !important;
}
.faq__content .faq__list .faq-answer {
  display: none;
}
.faq__content .faq__list .faq-answer .answer {
  padding: 15px 40px 15px 50px;
  background-color: #000000;
  border: 1px solid #ffffff;
  border-radius: 22px;
  margin: 60px 90px 60px auto;
  font-size: 1.5625rem;
  line-height: normal;
  color: #ffffff;
  width: 80%;
  position: relative;
}
@media (max-width: 767px) {
  .faq__content .faq__list .faq-answer .answer {
    width: 100%;
    font-size: 1.25rem;
    padding: 15px 40px 15px 60px;
  }
}
.faq__content .faq__list .faq-answer .answer::before {
  content: url("../img/icon/icon-chat.png");
  position: absolute;
  left: -72px;
  top: -52px;
  width: 103px;
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .faq__content .faq__list .faq-answer .answer::before {
    left: -20px;
    top: -42px;
    width: 89px;
    height: 84px;
    transform: scale(0.5);
  }
}
.faq__content .btn {
  color: #000000;
}/*# sourceMappingURL=main.css.map */