* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Barlow-Bold";
  src: url("../fonts/Barlow-Bold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow-Medium";
  src: url("../fonts/Barlow-Medium.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow-Regular";
  src: url("../fonts/Barlow-Regular.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: 1550px;
  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: "Barlow-Regular", sans-serif;
  line-height: 1.4;
  overflow-x: hidden;
  background-color: #f9f8fa;
  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: 1rem;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #000000;
}
@media (max-width: 991px) {
  p {
    font-size: 0.875rem;
  }
}

strong {
  font-family: "Barlow-Bold", sans-serif;
}

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

.v100 {
  height: 100vh;
}

.btn {
  background: #e40d21;
  font-size: 1rem;
  color: #ffffff;
  padding: 10px 25px;
  border: 1px solid #e40d21;
  display: inline-flex;
  position: relative;
  align-items: center;
  border-radius: 50px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Barlow-Bold", 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: #e40d21;
  background: #ffffff;
  border: 1px solid #e40d21;
}

.section__header {
  margin: 0 auto 60px;
  width: 100%;
}
.section__header h2 {
  margin: 0;
}
.section__header .title p {
  margin: 0;
  font-size: 3.125rem;
  color: #000000;
  font-family: "Barlow-Medium", sans-serif;
}
@media (max-width: 991px) {
  .section__header .title p {
    font-size: 2.5rem;
  }
}

.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 {
  position: fixed;
  z-index: 2;
  width: 100vw;
  left: 0;
  top: 0;
  z-index: 41;
  transition: all 0.3s ease;
  background: #ffffff;
  box-sizing: border-box;
  height: 105px;
}
@media (max-width: 1400px) {
  .header {
    height: 143px;
  }
}
@media (max-width: 991px) {
  .header {
    height: 106px;
  }
}
.header .container {
  max-width: 100%;
  padding: 0;
  z-index: 1;
  position: relative;
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d7d5d9;
  padding: 0 0 0 170px;
}
@media (max-width: 1600px) {
  .header__content {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 1400px) {
  .header__content {
    gap: 30px;
    align-items: center;
    padding: 15px 15px 10px;
  }
}
.header__logo {
  height: 77px;
}
@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__right {
  background-color: #e40d21;
  display: flex;
  gap: 20px;
  height: 105px;
  padding: 0 50px 0 0;
}
@media (max-width: 1400px) {
  .header__right {
    display: none;
  }
}
.header__right::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-top: 105px solid #ffffff;
}
.header__right--box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__right--box .row {
  display: flex;
  gap: 20px;
}
.header__right--box .row a {
  color: #ffffff;
  font-family: "Barlow-Bold", sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__right--box .row a img {
  height: 32px;
  width: auto;
}
.header__right--box .row a:hover {
  text-decoration: underline !important;
}
.header__mobile {
  display: none;
}
@media (max-width: 1400px) {
  .header__mobile {
    display: flex;
    background: #e40d21;
    padding: 10px;
  }
}
.header__mobile--box {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
}
.header__mobile--box .row {
  display: flex;
  gap: 20px;
}
.header__mobile--box .row a {
  color: #ffffff;
  font-family: "Barlow-Bold", sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
}
.header__mobile--box .row a img {
  height: 20px;
  width: auto;
}
.header__menu {
  position: relative;
  z-index: 10;
  transition: all 0.3s ease;
}
.header__menu-list {
  display: flex;
  list-style: none;
  gap: 100px;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  font-family: "Barlow-Bold", 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;
  text-transform: uppercase;
  color: #000000;
  padding: 5px;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  font-family: "Barlow-Bold", sans-serif;
  transition: all 0.3s ease;
  z-index: 1;
  position: relative;
  background: transparent;
}
@media (max-width: 991px) {
  .header__menu-list > .menu-item > a {
    color: #000000;
  }
}
.header__menu-list > .menu-item > a.active {
  color: #e40d21;
}
.header__menu-list > .menu-item > a:hover {
  color: #e40d21;
}
.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: #e40d21;
}
.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: "Barlow-Bold", 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: #e40d21;
  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;
}
.header.scrolled .header__content {
  align-items: center;
}
.header.scrolled .header__menu-list .menu-item a {
  color: #000000;
}
.header.scrolled .header__menu-list .menu-item a:hover {
  color: #e40d21;
}
.header.scrolled .header__menu-list .menu-item a.active {
  color: #e40d21;
}
.header.scrolled .header__menu-list .current_page_item a {
  color: #e40d21;
}
.header__btn {
  padding: 0 10px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 39px;
  border-radius: 10px;
  color: #fff;
  background-color: #e40d21;
  border: none;
  margin: 0 auto;
  cursor: pointer;
  border: 1px solid #e40d21;
}
.header__btn:hover {
  background-color: #e40d21;
}
@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: #e40d21;
}

.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;
  }
}
.footer {
  background: #000000;
  padding: 100px 0 60px;
  position: relative;
}
@media (max-width: 991px) {
  .footer {
    padding: 80px 0;
  }
}
.footer::after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.footer .container {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.footer__bg {
  opacity: 0.25;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 0;
}
.footer__header p {
  color: #ffffff;
  font-family: "Barlow-Medium", sans-serif;
  font-size: 3.125rem;
  margin-bottom: 95px;
}
@media (max-width: 991px) {
  .footer__header p {
    font-size: 2.1875rem;
  }
}
.footer__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
}
@media (max-width: 991px) {
  .footer__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 70px;
  }
}
.footer__content--logo img {
  width: 300px;
}
@media (max-width: 991px) {
  .footer__content--logo img {
    width: 200px;
  }
}
.footer__content--box {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.footer__content--box .row {
  display: flex;
  gap: 20px;
  align-items: last baseline;
}
.footer__content--box .row .icon {
  width: 50px;
  display: flex;
  justify-content: center;
}
.footer__content--box .row .icon img {
  height: max-content;
}
.footer__content--box .row .text {
  display: flex;
  flex-direction: column;
  font-family: "Barlow-Bold", sans-serif;
}
.footer__content--box .row .text a {
  color: #ffffff;
  font-size: 2.0625rem;
  line-height: 2.0625rem;
}
@media (max-width: 991px) {
  .footer__content--box .row .text a {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
.footer__content--box .row .text a:hover {
  color: #e40d21;
}
.footer__content--box .row .text span {
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #e40d21;
}
@media (max-width: 991px) {
  .footer__content--box .row .text span {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
}
.footer__content p {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.8125rem;
}
.footer__form {
  background: #ffffff;
  border-radius: 39px;
  padding: 80px;
  margin-top: 120px;
}
@media (max-width: 991px) {
  .footer__form {
    padding: 30px 20px;
  }
}
.footer__form .wpcf7-form .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media (max-width: 991px) {
  .footer__form .wpcf7-form .row {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.footer__form .wpcf7-form .row-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: end;
}
@media (max-width: 991px) {
  .footer__form .wpcf7-form .row-bottom {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer__form .wpcf7-form p {
  margin-bottom: 24px;
}
.footer__form .wpcf7-form input[type=text],
.footer__form .wpcf7-form input[type=email],
.footer__form .wpcf7-form input[type=tel],
.footer__form .wpcf7-form textarea {
  padding: 0;
  background-color: #fff;
  width: 100%;
  font-size: 1.25rem;
  font-family: "Barlow-Regular", sans-serif;
  height: 60px;
  color: #000000;
  border: 0;
  border-bottom: 1px solid #e40d21;
}
.footer__form .wpcf7-form input[type=text]::placeholder,
.footer__form .wpcf7-form input[type=email]::placeholder,
.footer__form .wpcf7-form input[type=tel]::placeholder,
.footer__form .wpcf7-form textarea::placeholder {
  color: #000000;
}
.footer__form .wpcf7-form input[type=text]:focus, .footer__form .wpcf7-form input[type=text]:hover,
.footer__form .wpcf7-form input[type=email]:focus,
.footer__form .wpcf7-form input[type=email]:hover,
.footer__form .wpcf7-form input[type=tel]:focus,
.footer__form .wpcf7-form input[type=tel]:hover,
.footer__form .wpcf7-form textarea:focus,
.footer__form .wpcf7-form textarea:hover {
  border: 0;
  border-bottom: 1px solid #e40d21;
}
.footer__form .wpcf7-form textarea {
  height: 240px;
}
.footer__form .wpcf7-form summary {
  color: #e40d21;
  cursor: pointer;
}
.footer__form .wpcf7-form details p {
  font-size: 1rem;
}
.footer__form .wpcf7-form .justify-end.flex {
  display: flex;
  justify-content: end;
}
.footer__form .wpcf7-form .justify-end.flex p {
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
  margin-bottom: 0;
}
.footer__copywriting {
  margin-top: 60px;
}
.footer__copywriting p {
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .footer__copywriting p {
    text-align: left;
  }
}

.slider {
  position: relative;
  height: 1050px;
}
@media (max-width: 991px) {
  .slider {
    height: auto;
    min-height: 500px;
  }
}
@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 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.slider__slide .slider__item {
  width: 100%;
  height: 1050px;
  overflow: hidden;
  display: flex;
  justify-content: start;
  position: relative;
  z-index: 2;
  gap: 50px;
  pointer-events: auto;
}
@media (max-width: 991px) {
  .slider__slide .slider__item {
    height: auto;
    min-height: 500px;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .slider__slide .slider__item {
    min-height: 500px;
  }
}
.slider__slide .slider__item > div {
  display: flex;
  flex-direction: column;
}
.slider__slide .slider__item--left {
  width: 40%;
  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 p {
  font-size: 4.4375rem;
  line-height: 3.9375rem;
  color: #000000;
  text-align: left;
  margin: 30px 0 60px;
  font-family: "Barlow-Bold", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .slider__slide .slider__item--left .title p {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin: 0 0 20px;
  }
}
.slider__slide .slider__item--left .paragraph {
  font-size: 1.5625rem;
  line-height: normal;
  color: #000000;
  margin-bottom: 40px;
}
@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 img.slider__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.slider__slide.mobile {
  display: none;
}
@media (max-width: 767px) {
  .slider__slide.mobile {
    display: block;
  }
}
.slider__slide.desktop {
  display: block;
}
@media (max-width: 767px) {
  .slider__slide.desktop.has-mobile {
    display: none;
  }
}
.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: #e40d21;
}

.home-about {
  padding: 120px 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;
}
.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 .list {
  background: #FFF;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 26%);
  padding: 100px 120px 75px 135px;
  box-shadow: 11px 3px 11px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  border-radius: 39px;
  height: 100%;
  gap: 115px;
}
@media (max-width: 991px) {
  .home-about .box .list {
    padding: 100px 20px;
    gap: 60px;
  }
}
.home-about .box .list__item {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 991px) {
  .home-about .box .list__item {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
.home-about .box .list__item > div {
  flex-direction: column;
  display: flex;
  gap: 15px;
}
.home-about .box .list__item img {
  width: 78px;
  height: auto;
}
.home-about .box .list__item .title {
  font-size: 1.25rem;
  line-height: normal;
  font-family: "Barlow-Bold", sans-serif;
  margin: 0;
  color: #000000;
}
.home-about .box .list__item .text {
  font-size: 1rem;
  line-height: normal;
  color: #000000;
  width: 80%;
}
@media (max-width: 991px) {
  .home-about .box .list__item .text {
    width: 100%;
  }
}

.key-features {
  margin: 75px 0 118px 0;
  position: relative;
  padding: 0;
}
.key-features::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 70%;
  background: #ffffff;
  border-radius: 0 33px 33px 0;
}
@media (max-width: 991px) {
  .key-features::before {
    display: none;
  }
}
.key-features .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .key-features .box {
    flex-direction: column-reverse;
  }
}
.key-features .box .item-img {
  width: 596px;
  height: 596px;
  min-width: 596px;
  max-width: 596px;
  border-radius: 39px;
  overflow: hidden;
  display: block;
}
@media (max-width: 991px) {
  .key-features .box .item-img {
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.key-features .box .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s ease-out;
}
.key-features .box .item-img:hover img {
  transition: 0.3s ease-out;
  transform: scale(1.1);
}
.key-features .box .item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 110px 80px 130px;
  color: #000000;
}
@media (max-width: 991px) {
  .key-features .box .item {
    padding: 50px 0 20px;
    min-height: 400;
  }
}
.key-features .box .item .p {
  font-size: 1rem;
  color: #000000;
  line-height: normal;
}
.key-features .box .item ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  padding-left: 0;
}
.key-features .box .item ul li {
  font-size: 1rem;
  color: #000000;
  padding-left: 60px;
  position: relative;
}
@media (max-width: 991px) {
  .key-features .box .item ul li {
    font-size: 0.875rem;
  }
}
.key-features .box .item ul li::before {
  content: "";
  position: absolute;
  background-image: url("../img/icon/icon-li.png");
  width: 37px;
  min-width: 37px;
  height: 27px;
  left: 0;
  z-index: 1;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
}
.key-features .box .btn {
  margin-top: 70px;
}

.next-step {
  padding: 0 0 130px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .next-step {
    padding: 0 0 50px;
  }
}
.next-step .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
}
@media (max-width: 991px) {
  .next-step .box {
    display: flex;
    flex-direction: column;
  }
}
.next-step .box__image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.next-step .box__image::before {
  content: "";
  background: linear-gradient(90deg, rgba(249, 248, 250, 0) 0%, rgba(249, 248, 250, 0) 70%, rgb(249, 248, 250) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
}
.next-step .box__image img {
  width: 100%;
  border-radius: 39px;
}
.next-step .box__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .next-step .box__item {
    justify-content: start;
  }
}
.next-step .box__item .section__header {
  margin-bottom: 75px;
}
.next-step .box__item .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
}
@media (max-width: 991px) {
  .next-step .box__item .list {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
.next-step .box__item .list .title {
  font-size: 1rem;
  color: #000000;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 15px;
}
.next-step .box__item .list .title span {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3125rem;
  font-family: "Barlow-Bold", sans-serif;
  border-radius: 100px;
  border: 1px solid #d7d5d9;
  color: #e40d21;
}

.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: 0.9375rem;
}
@media (max-width: 991px) {
  .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 0.8125rem;
  }
}

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

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

.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border: 1px solid #e40d21 !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;
}

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

.wpcf7-form.unaccepted .wpcf7-response-output {
  background: #e40d21;
  color: #fff;
  font-size: 1rem;
  border: 0;
  padding: 12px 20px !important;
  margin: 50px 0 0 !important;
}

.wpcf7-form.sent .wpcf7-response-output {
  background: #e40d21;
  color: #fff;
  font-size: 1rem;
  border: 0;
  padding: 12px 20px !important;
  margin: 50px 0 0 !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
  background: #e40d21;
  color: #fff;
  font-size: 1rem;
  border: 0;
  padding: 12px 20px !important;
  margin: 50px 0 0 !important;
}

.wpcf7-not-valid-tip {
  color: #e40d21;
  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;
}/*# sourceMappingURL=main.css.map */