.container {
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-reduced {
    width: 1170px !important;
    max-width: 1130px !important;
  }
}
@media screen and (max-width: 991px) {
  .margin-reduced__mobile {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes flash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.hero {
  overflow-x: clip;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #EA2D2D !important;
}

.text-gray {
  color: #F6F6F6 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-red {
  background-color: #EA2D2D !important;
}

.bg-gray {
  background-color: #F6F6F6 !important;
}

.font-100 {
  font-weight: 100 !important;
}

.font-200 {
  font-weight: 200 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-800 {
  font-weight: 800 !important;
}

.font-900 {
  font-weight: 900 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

@media (min-width: 768px) {
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .ml-md-15 {
    margin-left: 15px !important;
  }
  .mr-md-15 {
    margin-right: 15px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .ml-md-25 {
    margin-left: 25px !important;
  }
  .mr-md-25 {
    margin-right: 25px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .ml-md-30 {
    margin-left: 30px !important;
  }
  .mr-md-30 {
    margin-right: 30px !important;
  }
  .mt-md-35 {
    margin-top: 35px !important;
  }
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
  .ml-md-35 {
    margin-left: 35px !important;
  }
  .mr-md-35 {
    margin-right: 35px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .mr-md-40 {
    margin-right: 40px !important;
  }
  .mt-md-45 {
    margin-top: 45px !important;
  }
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
  .ml-md-45 {
    margin-left: 45px !important;
  }
  .mr-md-45 {
    margin-right: 45px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .ml-md-50 {
    margin-left: 50px !important;
  }
  .mr-md-50 {
    margin-right: 50px !important;
  }
  .mt-md-55 {
    margin-top: 55px !important;
  }
  .mb-md-55 {
    margin-bottom: 55px !important;
  }
  .ml-md-55 {
    margin-left: 55px !important;
  }
  .mr-md-55 {
    margin-right: 55px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .ml-md-60 {
    margin-left: 60px !important;
  }
  .mr-md-60 {
    margin-right: 60px !important;
  }
  .mt-md-65 {
    margin-top: 65px !important;
  }
  .mb-md-65 {
    margin-bottom: 65px !important;
  }
  .ml-md-65 {
    margin-left: 65px !important;
  }
  .mr-md-65 {
    margin-right: 65px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .ml-md-70 {
    margin-left: 70px !important;
  }
  .mr-md-70 {
    margin-right: 70px !important;
  }
  .mt-md-75 {
    margin-top: 75px !important;
  }
  .mb-md-75 {
    margin-bottom: 75px !important;
  }
  .ml-md-75 {
    margin-left: 75px !important;
  }
  .mr-md-75 {
    margin-right: 75px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .ml-md-80 {
    margin-left: 80px !important;
  }
  .mr-md-80 {
    margin-right: 80px !important;
  }
  .mt-md-85 {
    margin-top: 85px !important;
  }
  .mb-md-85 {
    margin-bottom: 85px !important;
  }
  .ml-md-85 {
    margin-left: 85px !important;
  }
  .mr-md-85 {
    margin-right: 85px !important;
  }
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .ml-md-90 {
    margin-left: 90px !important;
  }
  .mr-md-90 {
    margin-right: 90px !important;
  }
  .mt-md-95 {
    margin-top: 95px !important;
  }
  .mb-md-95 {
    margin-bottom: 95px !important;
  }
  .ml-md-95 {
    margin-left: 95px !important;
  }
  .mr-md-95 {
    margin-right: 95px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .ml-md-100 {
    margin-left: 100px !important;
  }
  .mr-md-100 {
    margin-right: 100px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .ml-lg-15 {
    margin-left: 15px !important;
  }
  .mr-lg-15 {
    margin-right: 15px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .mt-lg-25 {
    margin-top: 25px !important;
  }
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  .ml-lg-25 {
    margin-left: 25px !important;
  }
  .mr-lg-25 {
    margin-right: 25px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .ml-lg-30 {
    margin-left: 30px !important;
  }
  .mr-lg-30 {
    margin-right: 30px !important;
  }
  .mt-lg-35 {
    margin-top: 35px !important;
  }
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
  .ml-lg-35 {
    margin-left: 35px !important;
  }
  .mr-lg-35 {
    margin-right: 35px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  .mt-lg-45 {
    margin-top: 45px !important;
  }
  .mb-lg-45 {
    margin-bottom: 45px !important;
  }
  .ml-lg-45 {
    margin-left: 45px !important;
  }
  .mr-lg-45 {
    margin-right: 45px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .ml-lg-50 {
    margin-left: 50px !important;
  }
  .mr-lg-50 {
    margin-right: 50px !important;
  }
  .mt-lg-55 {
    margin-top: 55px !important;
  }
  .mb-lg-55 {
    margin-bottom: 55px !important;
  }
  .ml-lg-55 {
    margin-left: 55px !important;
  }
  .mr-lg-55 {
    margin-right: 55px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .ml-lg-60 {
    margin-left: 60px !important;
  }
  .mr-lg-60 {
    margin-right: 60px !important;
  }
  .mt-lg-65 {
    margin-top: 65px !important;
  }
  .mb-lg-65 {
    margin-bottom: 65px !important;
  }
  .ml-lg-65 {
    margin-left: 65px !important;
  }
  .mr-lg-65 {
    margin-right: 65px !important;
  }
  .mt-lg-70 {
    margin-top: 70px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .ml-lg-70 {
    margin-left: 70px !important;
  }
  .mr-lg-70 {
    margin-right: 70px !important;
  }
  .mt-lg-75 {
    margin-top: 75px !important;
  }
  .mb-lg-75 {
    margin-bottom: 75px !important;
  }
  .ml-lg-75 {
    margin-left: 75px !important;
  }
  .mr-lg-75 {
    margin-right: 75px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .ml-lg-80 {
    margin-left: 80px !important;
  }
  .mr-lg-80 {
    margin-right: 80px !important;
  }
  .mt-lg-85 {
    margin-top: 85px !important;
  }
  .mb-lg-85 {
    margin-bottom: 85px !important;
  }
  .ml-lg-85 {
    margin-left: 85px !important;
  }
  .mr-lg-85 {
    margin-right: 85px !important;
  }
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .ml-lg-90 {
    margin-left: 90px !important;
  }
  .mr-lg-90 {
    margin-right: 90px !important;
  }
  .mt-lg-95 {
    margin-top: 95px !important;
  }
  .mb-lg-95 {
    margin-bottom: 95px !important;
  }
  .ml-lg-95 {
    margin-left: 95px !important;
  }
  .mr-lg-95 {
    margin-right: 95px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .ml-lg-100 {
    margin-left: 100px !important;
  }
  .mr-lg-100 {
    margin-right: 100px !important;
  }
}
.lh-16 {
  line-height: 16px !important;
}

.lh-17 {
  line-height: 17px !important;
}

.lh-18 {
  line-height: 18px !important;
}

.lh-19 {
  line-height: 19px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.lh-21 {
  line-height: 21px !important;
}

.lh-22 {
  line-height: 22px !important;
}

.lh-23 {
  line-height: 23px !important;
}

.lh-24 {
  line-height: 24px !important;
}

.lh-25 {
  line-height: 25px !important;
}

.lh-26 {
  line-height: 26px !important;
}

.lh-27 {
  line-height: 27px !important;
}

.lh-28 {
  line-height: 28px !important;
}

.lh-29 {
  line-height: 29px !important;
}

.lh-30 {
  line-height: 30px !important;
}

.lh-31 {
  line-height: 31px !important;
}

.lh-32 {
  line-height: 32px !important;
}

.lh-33 {
  line-height: 33px !important;
}

.lh-34 {
  line-height: 34px !important;
}

.lh-35 {
  line-height: 35px !important;
}

.lh-36 {
  line-height: 36px !important;
}

.lh-37 {
  line-height: 37px !important;
}

.lh-38 {
  line-height: 38px !important;
}

.lh-39 {
  line-height: 39px !important;
}

.lh-40 {
  line-height: 40px !important;
}

.lh-41 {
  line-height: 41px !important;
}

.lh-42 {
  line-height: 42px !important;
}

.lh-43 {
  line-height: 43px !important;
}

.lh-44 {
  line-height: 44px !important;
}

.lh-45 {
  line-height: 45px !important;
}

.lh-46 {
  line-height: 46px !important;
}

.lh-47 {
  line-height: 47px !important;
}

.lh-48 {
  line-height: 48px !important;
}

.lh-49 {
  line-height: 49px !important;
}

.lh-50 {
  line-height: 50px !important;
}

.lh-51 {
  line-height: 51px !important;
}

.lh-52 {
  line-height: 52px !important;
}

.lh-53 {
  line-height: 53px !important;
}

.lh-54 {
  line-height: 54px !important;
}

.lh-55 {
  line-height: 55px !important;
}

.lh-56 {
  line-height: 56px !important;
}

.margin-top-sm {
  margin-top: clamp(10px, 2vw, 25px);
}

.margin-top-md {
  margin-top: clamp(20px, 4vw, 40px);
}

.margin-top-lg {
  margin-top: clamp(30px, 6vw, 50px);
}

.margin-top-xl {
  margin-top: clamp(40px, 8vw, 80px);
}

.margin-top-xxl {
  margin-top: clamp(40px, 10vw, 90px);
}

.font-12 {
  font-size: clamp(10px, 1vw, 12px);
  line-height: 14px;
}

.font-14 {
  font-size: clamp(14px, 1.2vw, 14px);
  line-height: 24px;
}

.font-16 {
  font-size: 16px;
  line-height: 22px;
}

.font-18 {
  font-size: clamp(18px, 1.6vw, 18px);
  line-height: 24px;
}

.font-20 {
  font-size: clamp(18px, 1.8vw, 20px);
  line-height: 28px;
}

.font-22 {
  font-size: clamp(20px, 2vw, 22px);
  line-height: 30px;
}

.font-24 {
  font-size: clamp(24px, 2.2vw, 24px);
  line-height: 30px;
}

.font-26 {
  font-size: clamp(24px, 2.4vw, 26px);
  line-height: 32px;
}

.font-28 {
  font-size: clamp(26px, 2.6vw, 28px);
  line-height: 30px;
}

.font-30 {
  font-size: clamp(28px, 2.8vw, 30px);
  line-height: 36px;
}

.font-32 {
  font-size: clamp(24px, 3vw, 32px);
  line-height: 42px;
}
@media screen and (max-width: 767px) {
  .font-32 {
    line-height: 32px;
  }
}

.font-34 {
  font-size: clamp(32px, 3.2vw, 34px);
  line-height: 36px;
}

.font-35 {
  font-size: clamp(35px, 3.2vw, 34px);
  line-height: 38px;
}

.font-40 {
  font-size: 40px;
}

.font-italic {
  font-style: italic;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-decoration {
  text-decoration: underline;
}

.text-paragraph p {
  margin-bottom: 10px;
}

.title-1 {
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  font-style: italic;
}

.title-2 {
  font-size: 55px;
  line-height: 100%;
  margin-top: 65px;
}
@media screen and (max-width: 991px) {
  .title-2 {
    font-size: 40px;
    margin-top: 20px;
  }
}

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

@media screen and (max-width: 991px) {
  .text-center-mobile {
    text-align: center;
  }
}

.padding-1 {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .padding-1 {
    padding: 100px 0;
  }
}

.padding-sectionFooter {
  padding-bottom: 170px;
}
@media screen and (max-width: 991px) {
  .padding-sectionFooter {
    padding-bottom: 140px;
  }
}

.gap-1 {
  gap: 50px 150px;
}

.item-center {
  margin-left: auto;
  margin-right: auto;
}

.button-1 {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 15px 0 15px 0;
  text-transform: uppercase;
  display: inline-block;
  font-style: italic;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-1.btn-red {
  background: #EA2D2D;
  color: #fff;
  border: 1px solid #EA2D2D;
}
.button-1.btn-red:hover {
  background: none;
  color: #EA2D2D;
}
.button-1.btn-white {
  background: #fff;
  color: #EA2D2D;
  border: 1px solid #fff;
}
.button-1.btn-white:hover {
  background: none;
  color: #fff;
}
.button-1.btn-black {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}
.button-1.btn-black:hover {
  background: none;
  color: #fff;
}

.img-rounded-1 img {
  border-radius: 60px 0 60px 0;
}

.list-steps .item {
  position: relative;
  padding-left: 80px;
}
.list-steps .item + .item {
  margin-top: 30px;
}
.list-steps .item .step-number {
  position: absolute;
  left: 0;
  top: 5px;
}
.list-steps .item .bullets-1 {
  width: 47px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px 0 15px 0;
}

.row-section-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 150px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.row-section-1 .column-left,
.row-section-1 .column-right {
  width: calc(50% - 150px);
}

.row-section-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 150px;
}
@media screen and (max-width: 991px) {
  .row-section-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.row-section-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px 140px;
}
@media screen and (max-width: 991px) {
  .row-section-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.row-section-3 .column-right {
  min-width: 520px;
  width: 520px;
}
@media screen and (max-width: 991px) {
  .row-section-3 .column-right {
    width: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .br-hidden-mobile br {
    display: none;
  }
}

.detail-right {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 22%;
  border-radius: 100px 0 0 0;
}
@media screen and (max-width: 767px) {
  .detail-right {
    background-size: 120px;
    border-radius: 50px 0 0 0;
  }
}
.detail-right.black {
  background-image: url(../img/detail-right-black.png);
}

.detail-left {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 22%;
  border-radius: 0 100px 0 0;
}
@media screen and (max-width: 767px) {
  .detail-left {
    background-size: 120px;
    border-radius: 0 50px 0 0;
  }
}
.detail-left.white {
  background-image: url(../img/detail-left-white.png);
}
.detail-left.black {
  background-image: url(../img/detail-left-black.png);
}
.detail-left.gray {
  background-image: url(../img/detail-left-gray.png);
}
.detail-left.red {
  background-image: url(../img/detail-left-red-gray.png);
}

.ps-relative {
  position: relative;
}

.breadcrumb a,
.breadcrumb p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .breadcrumb a,
  .breadcrumb p {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.breadcrumb a::before,
.breadcrumb p::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #EA2D2D;
  border-radius: 50%;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Kanit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  html {
    font-size: 58%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}

body {
  display: inline-block;
  vertical-align: top;
  width: 100% !important;
  max-width: 100%;
  color: #000;
  height: 100% !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "Kanit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-top: 105px;
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 74px;
  }
}
body.lock-nav {
  overflow: hidden;
}

*, *::before, *::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:focus, *:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.clearfix {
  clear: both;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}

input,
select,
textarea,
button {
  outline: none !important;
}

[data-scroll-animation] {
  opacity: 0;
}
[data-scroll-animation].animated {
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

li {
  list-style: none;
}

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

ul,
p {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 600;
}

.content-all {
  overflow-x: clip;
}

header {
  padding: 35px 0;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.active {
  -webkit-box-shadow: 0px -2px 3px 0px #000;
  box-shadow: 0px -2px 3px 0px #000;
  padding: 20px 0;
}
@media screen and (max-width: 991px) {
  header {
    padding: 25px 0;
  }
}
@media screen and (max-width: 1199px) {
  header .logo {
    width: 190px;
  }
}
header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 35px;
}

.cart-header {
  position: relative;
}
.cart-header img {
  width: 35px;
}
.cart-header span {
  position: absolute;
  top: -5px;
  right: -10px;
  background: #EA2D2D;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
}

footer {
  background-color: #000;
  padding: 70px 0 35px 0;
  border-radius: 60px 0 0 0;
  margin-top: -50px;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 15%;
  background-image: url(../img/detail-left-white-footer.png);
}
@media screen and (max-width: 991px) {
  footer {
    padding: 100px 0 70px 0;
    border-radius: 40px 0 0 0;
    background-size: 120px;
  }
}
footer .inner-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 65px 0;
}
@media screen and (max-width: 1439px) {
  footer .inner-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
footer .inner-footer a {
  color: #fff;
  font-size: 18px;
  display: block;
}
footer .inner-footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 40px;
}
@media screen and (max-width: 767px) {
  footer .inner-footer .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
footer .inner-footer .links .buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 30px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .inner-footer .links .buttons {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 15px 0;
  }
}
footer .inner-footer .links .buttons a:nth-child(1), footer .inner-footer .links .buttons a:nth-child(2) {
  width: 100%;
}
footer .inner-footer .links .buttons a:nth-child(3) {
  grid-column: 1/-1;
  margin: 0 auto;
  margin-top: 15px;
  display: inline-block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  footer .inner-footer .links .buttons a:nth-child(3) {
    width: 100%;
    margin-top: 0;
    font-size: 18px;
  }
}
footer .inner-footer .links .social-ft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
footer .inner-footer .links .social-ft a {
  font-size: 14px;
  width: 29px;
  height: 26px;
  border-radius: 10px 0 10px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .cop {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 50px;
}

.button-nav {
  display: none;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  .button-nav {
    display: block;
  }
}
.button-nav .btn-burguer .icon-bar:nth-of-type(2) {
  top: 1px;
}
.button-nav .btn-burguer .icon-bar:nth-of-type(3) {
  top: 2px;
  margin-bottom: 0;
}
.button-nav .btn-burguer .icon-bar:nth-of-type(4) {
  top: 3px;
}
.button-nav .btn-burguer .icon-bar {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-nav .btn-burguer.active .icon-bar:nth-of-type(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #000;
}
.button-nav .btn-burguer.active .icon-bar:nth-of-type(2) {
  background: transparent;
}
.button-nav .btn-burguer.active .icon-bar:nth-of-type(3) {
  top: -12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #000;
}

.btn-burguer {
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  float: left;
  z-index: 999999;
  position: relative;
  width: 44pxs;
}

.btn-burguer .icon-bar {
  background: #000;
  display: table;
  margin: 0 auto;
  margin-bottom: 6px;
  width: 44px;
  height: 4px;
}

@media screen and (max-width: 991px) {
  .menu-desktop {
    display: none;
  }
}
.menu-desktop .menu-menu-1-container > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  .menu-desktop .menu-menu-1-container > ul {
    gap: 0 15px;
  }
}
@media screen and (max-width: 1199px) {
  .menu-desktop .menu-menu-1-container > ul {
    gap: 0 15px;
  }
}
.menu-desktop .menu-menu-1-container > ul > li > a {
  font-style: italic;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .menu-desktop .menu-menu-1-container > ul > li > a {
    font-size: 14px;
  }
}
.menu-desktop .menu-menu-1-container > ul > li > a::before {
  content: "";
  height: 1px;
  width: 0;
  background: #EA2D2D;
  position: absolute;
  left: 50%;
  translatex: -50%;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-desktop .menu-menu-1-container > ul > li:hover > a {
  color: #EA2D2D;
}
.menu-desktop .menu-menu-1-container > ul > li:hover > a::before {
  width: 100%;
  left: 0;
}
.menu-desktop .menu-menu-1-container > ul > li:hover .sub-menu-wrapper {
  opacity: 1;
  visibility: visible;
}
.menu-desktop .menu-menu-1-container > ul > li.current-menu-item > a {
  color: #EA2D2D;
}
.menu-desktop .menu-menu-1-container > ul > li.current-menu-item > a::before {
  width: 100%;
  left: 0;
}
.menu-desktop .menu-menu-1-container > ul > li.current-menu-parent > a {
  color: #EA2D2D;
}
.menu-desktop .menu-menu-1-container > ul > li.getaquote > a {
  background: #EA2D2D;
  padding: 8px 15px;
  color: #fff;
  border-radius: 15px 0 15px 0;
  border: 1px solid #EA2D2D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.menu-desktop .menu-menu-1-container > ul > li.getaquote > a:hover {
  background: none;
  color: #EA2D2D;
}
.menu-desktop .menu-menu-1-container > ul > li.getaquote > a::before {
  display: none;
}
.menu-desktop .menu-menu-1-container > ul > li.getaquote.current-menu-item > a {
  background: none;
  color: #EA2D2D;
}
.menu-desktop .sub-menu-wrapper {
  position: absolute;
  padding-top: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-desktop .sub-menu-wrapper .sub-menu {
  width: 270px;
  border: 1px solid #D9D9D9;
  border-radius: 0 15px 0 15px;
  padding: 30px;
  background: #fff;
}
.menu-desktop .sub-menu-wrapper .sub-menu li {
  line-height: 14px;
}
.menu-desktop .sub-menu-wrapper .sub-menu li + li {
  margin-top: 15px;
}
.menu-desktop .sub-menu-wrapper .sub-menu li a {
  color: #090909;
  font-style: italic;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.menu-desktop .sub-menu-wrapper .sub-menu li a:hover {
  color: #EA2D2D;
}
.menu-desktop .sub-menu-wrapper .sub-menu li.current-menu-item a {
  color: #EA2D2D;
}

.menu-mobile {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fff;
  top: 64px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
  z-index: 99999;
  padding-bottom: 70px;
  overflow-y: scroll;
}
@media screen and (min-width: 993px) {
  .menu-mobile {
    display: none;
  }
}
.menu-mobile.active {
  visibility: visible;
  opacity: 1;
}
.menu-mobile .menu-menu-1-container > ul {
  margin-bottom: 40px;
  width: 280px;
}
.menu-mobile .menu-menu-1-container > ul > li {
  text-align: center;
  position: relative;
  border-bottom: 1px solid #bebebe;
  padding: 25px 0;
}
.menu-mobile .menu-menu-1-container > ul > li > a {
  font-size: 16px;
  text-align: center;
  color: #000;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
}
.menu-mobile .menu-menu-1-container > ul > li.current-menu-item > a {
  color: #EA2D2D;
}
.menu-mobile .menu-menu-1-container > ul > li.current-menu-parent > a {
  color: #EA2D2D;
}
.menu-mobile .menu-menu-1-container > ul > li.getaquote {
  display: table;
  margin: 0 auto;
  margin-top: 20px;
  border: none;
}
.menu-mobile .menu-menu-1-container > ul > li.getaquote a {
  background: #EA2D2D;
  padding: 10px 20px;
  color: #fff;
  border-radius: 15px 0 15px 0;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #EA2D2D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-mobile .menu-menu-1-container > ul > li.getaquote a:hover {
  background: none;
  color: #EA2D2D;
}
.menu-mobile .sub-menu {
  padding-top: 10px;
}
.menu-mobile .sub-menu li {
  line-height: 16px;
}
.menu-mobile .sub-menu li + li {
  margin-top: 10px;
}
.menu-mobile .sub-menu li a {
  color: #090909;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.menu-mobile .sub-menu li.current-menu-item a {
  color: #EA2D2D;
}

.image-reviews {
  height: 715px;
}
@media screen and (max-width: 991px) {
  .image-reviews {
    height: 400px;
  }
}
.image-reviews img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.content-vector {
  background: #f6f6f6;
  margin-top: -220px;
  position: relative;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .content-vector {
    margin-top: -150px;
  }
}
@media screen and (max-width: 767px) {
  .content-vector {
    margin-top: -130px;
  }
}
.content-vector.left {
  -webkit-mask-image: url("../img/vector-mask-reviews.png");
  mask-image: url("../img/vector-mask-reviews.png");
  border-radius: 0 100px 0 0;
}
@media screen and (max-width: 991px) {
  .content-vector.left {
    -webkit-mask-image: url("../img/vector-mask-reviews-mobile.png");
    mask-image: url("../img/vector-mask-reviews-mobile.png");
    border-radius: 0 30px 0 0;
  }
}
.content-vector.right {
  -webkit-mask-image: url("../img/vector-mask-reviews-right.png");
  mask-image: url("../img/vector-mask-reviews-right.png");
  border-radius: 100px 0 0 0;
  -webkit-mask-position: right top;
  mask-position: right top;
}
@media screen and (max-width: 991px) {
  .content-vector.right {
    -webkit-mask-image: url("../img/vector-mask-reviews-right-mobile.png");
    mask-image: url("../img/vector-mask-reviews-right-mobile.png");
    border-radius: 30px 0 0 0;
  }
}

.content-reviews .reviews {
  position: relative;
}
.content-reviews .reviews .arrows-content {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .content-reviews .reviews .arrows-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 20px;
    margin-top: 70px;
  }
}
.content-reviews .reviews .arrows {
  background: #EA2D2D;
  width: 27px;
  height: 24px;
  border-radius: 5px 0 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
@media screen and (min-width: 993px) {
  .content-reviews .reviews .arrows {
    position: absolute;
    top: 50%;
    translate: -50% -50%;
  }
}
.content-reviews .reviews .arrows.slick-prev-testimonial {
  left: 100px;
}
@media screen and (max-width: 1199px) {
  .content-reviews .reviews .arrows.slick-prev-testimonial {
    left: 20px;
  }
}
.content-reviews .reviews .arrows.slick-next-testimonial {
  right: 100px;
}
@media screen and (max-width: 1199px) {
  .content-reviews .reviews .arrows.slick-next-testimonial {
    right: 20px;
  }
}
.content-reviews .carousel-reviews {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (min-width: 993px) {
  .content-reviews .carousel-reviews {
    width: 750px;
  }
}

.links-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 30px;
}
@media screen and (max-width: 767px) {
  .links-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.faq {
  margin-top: 80px;
}
@media screen and (min-width: 993px) {
  .faq {
    width: 780px;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
.faq .item {
  border-radius: 20px 0 20px 0;
  border: 1px solid #EA2D2D;
  position: relative;
}
.faq .item .icon {
  position: absolute;
  right: 0;
  top: 10px;
  border: 1px solid #EA2D2D;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  color: #EA2D2D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  right: 15px;
}
.faq .item .icon i {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq .item .title {
  padding: 13px 50px 13px 30px;
  cursor: pointer;
  position: relative;
  z-index: 999;
}
.faq .item p {
  display: none;
  padding: 0 50px 13px 30px;
  margin-top: -5px;
}
.faq .item.active .icon i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section-1-home,
.section-2-home,
.section-3-home,
.section-4-home,
.section-5-home,
.section-6-home,
.section-7-home,
.section-8-home,
.section-9-home,
.section-10-home {
  overflow-x: clip;
}

.hero {
  padding: 40px 0 140px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 70px 20px;
}
@media screen and (max-width: 991px) {
  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 140px 0;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    padding: 20px 0 100px;
  }
}
.hero strong {
  font-weight: 600;
}
@media screen and (min-width: 993px) {
  .hero .column.right {
    width: 50.8%;
  }
}
.hero h1.title {
  font-size: 62px;
  font-weight: 400;
  line-height: 62px;
  text-transform: uppercase;
  font-style: italic;
}
@media screen and (max-width: 1199px) {
  .hero h1.title {
    font-size: 46px;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .hero h1.title {
    font-size: 40px;
    line-height: 40px;
  }
}
.hero h1.title strong {
  font-weight: 600;
}
.hero .box-image {
  position: relative;
}
.hero .box-image .image img {
  -webkit-mask-image: url(../img/mask.png);
  mask-image: url(../img/mask.png);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  height: 270px;
}
@media screen and (max-width: 1199px) {
  .hero .box-image .image img {
    height: 230px;
  }
}
@media screen and (max-width: 767px) {
  .hero .box-image .image img {
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .hero .box-image .image {
    width: 330px;
  }
}
.hero .box-image .effect-box {
  position: absolute;
  width: 406px;
  height: 220px;
  top: 111px;
  right: 56px;
}
@media (max-width: 1399px) {
  .hero .box-image .effect-box {
    top: 112px;
    right: 56px;
  }
}
@media screen and (max-width: 1199px) {
  .hero .box-image .effect-box {
    top: 72px;
    right: 35px;
  }
}
@media screen and (max-width: 991px) {
  .hero .box-image .effect-box {
    top: 74px;
    right: 39px;
  }
}
@media screen and (max-width: 767px) {
  .hero .box-image .effect-box {
    width: 220px;
    height: 116px;
    top: 78px;
    right: 36px;
  }
}
.hero .box-image .effect {
  position: absolute;
}
.hero .box-image .effect.ef1 {
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .hero .box-image .effect.ef1 {
    width: 70px;
    top: 0;
    right: 0;
  }
}
.hero .box-image .effect.ef2 {
  bottom: 67px;
  right: 133px;
}
@media screen and (max-width: 767px) {
  .hero .box-image .effect.ef2 {
    width: 105px;
    bottom: 37px;
    right: 68px;
  }
}
.hero .box-image .effect.ef3 {
  bottom: 30px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .hero .box-image .effect.ef3 {
    width: 37px;
    bottom: 18px;
    left: 11px;
  }
}
.hero .box-image .effect.ef4 {
  bottom: -2px;
  right: 67px;
}
@media screen and (max-width: 767px) {
  .hero .box-image .effect.ef4 {
    width: 70px;
    bottom: 1px;
    right: 37px;
  }
}

.section-2-home .row {
  gap: 50px 120px;
}
.section-2-home .selos-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .section-2-home .selos-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-2-home .selos-list .text {
  line-height: 18px;
}
.section-2-home .cta-btn {
  margin-top: 45px;
}

.section-4-home .lista-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 993px) {
  .section-4-home .lista-services {
    gap: 120px 170px;
  }
}
@media screen and (min-width: 993px) {
  .section-4-home .lista-services .item {
    width: 285px;
  }
}

.section-5-home .row-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .section-5-home .row-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .section-5-home .row-section .column-left {
    min-width: 240px;
    width: 240px;
  }
}

.gallery-logos {
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .gallery-logos {
    padding: 0 150px;
  }
}
.gallery-logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .gallery-logos ul {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 991px) {
  .gallery-logos ul li img {
    max-width: 120px;
    max-height: 40px;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.page-blog .title-1 {
  margin-top: 20px;
}
@media screen and (min-width: 993px) {
  .page-blog .title-1 {
    margin-top: 65px;
  }
}

.search-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px 30px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .search-category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.search-category form select,
.search-category form input {
  border: 1px solid #000;
  height: 30px;
  border-radius: 5px;
  background: none;
  font-size: 14px;
  color: #000;
  width: 230px;
}
.search-category form select::-webkit-input-placeholder,
.search-category form input::-webkit-input-placeholder {
  font-size: 16px;
  color: #C6C6C6;
}
.search-category form select::-moz-placeholder,
.search-category form input::-moz-placeholder {
  font-size: 16px;
  color: #C6C6C6;
}
.search-category form select::-ms-input-placeholder,
.search-category form input::-ms-input-placeholder {
  font-size: 16px;
  color: #C6C6C6;
}
.search-category form select::placeholder,
.search-category form input::placeholder {
  font-size: 16px;
  color: #C6C6C6;
}
@media screen and (max-width: 991px) {
  .search-category form select,
  .search-category form input {
    width: 100%;
  }
}
.search-category form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/icon-chevron-down.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  padding: 0 65px 0 15px;
  color: #C6C6C6;
}
.search-category .search form {
  position: relative;
}
@media screen and (max-width: 991px) {
  .search-category .search form {
    width: 100%;
  }
}
.search-category .search form input {
  padding: 0 40px 0 15px;
  width: 100%;
}
.search-category .search form button {
  position: absolute;
  background-image: url(../img/icon-search.svg);
  width: 27px;
  height: 27px;
  border: none;
  right: 5px;
  top: 1px;
  background-repeat: no-repeat;
  background-color: #fff !important;
  background-position: center center;
}

.blog_list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .blog_list__content {
    gap: 60px 40px;
  }
}
@media screen and (min-width: 1440px) {
  .blog_list__content .blog_list__item {
    width: calc(33% - 60px);
  }
}
@media screen and (max-width: 1439px) {
  .blog_list__content .blog_list__item {
    width: calc(40% - 40px);
  }
}
@media screen and (max-width: 991px) {
  .blog_list__content .blog_list__item {
    width: 350px;
  }
}
.blog_list__content .blog_list__item .blog_list__image {
  position: relative;
  padding-bottom: 48%;
}
.blog_list__content .blog_list__item .blog_list__image img {
  height: 100%;
  border-radius: 50px 0 0 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  padding-right: 45px;
  width: 100%;
}
.blog_list__content .blog_list__item .blog_list__text {
  padding: 30px 80px 30px 40px;
  background-image: url(../img/bg-blog.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .blog_list__content .blog_list__item .blog_list__text {
    padding: 30px 80px 30px 20px;
    margin-top: -1px;
  }
}

.blog-wrapper {
  margin-top: 115px;
}
@media screen and (max-width: 991px) {
  .blog-wrapper {
    margin-top: 80px;
  }
}

.single-blog {
  padding: 100px 0 160px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .single-blog {
    padding: 0 0 130px 0;
  }
}
.single-blog .image-post img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 80px 0 80px 0;
}
@media screen and (max-width: 991px) {
  .single-blog .image-post img {
    height: 240px;
  }
}
.single-blog .post-excerpt strong {
  font-weight: 600;
  font-style: italic;
}
.single-blog .links-rodape__blog {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .single-blog .links-rodape__blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px 0;
    margin-top: 50px;
  }
}
.single-blog .links-rodape__blog .links-rodape__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-blog .links-rodape__blog .links-rodape__share p {
  font-weight: 500;
  color: #EA2D2D;
  font-size: 16px;
  font-style: italic;
}
.single-blog .links-rodape__blog .links-rodape__share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
}
.single-blog .links-rodape__blog .links-rodape__share ul li a {
  width: 28px;
  height: 28px;
  background: #EA2D2D;
  color: #fff;
  border-radius: 5px 0 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .single-blog .links-rodape__blog .links-rodape__backblog {
    margin-top: 30px;
  }
}
.single-blog .links-rodape__blog .links-rodape__backblog a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 15px;
}
.single-blog .links-rodape__blog .links-rodape__backblog a .icon {
  width: 28px;
  height: 28px;
  background: #000;
  color: #fff;
  border-radius: 5px 0 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}
.single-blog .links-rodape__blog .links-rodape__navpost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-blog .links-rodape__blog .links-rodape__navpost .nav-previous a,
.single-blog .links-rodape__blog .links-rodape__navpost .nav-next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #EA2D2D;
  font-weight: 600;
  font-style: italic;
}
.single-blog .links-rodape__blog .links-rodape__navpost .nav-previous .icon,
.single-blog .links-rodape__blog .links-rodape__navpost .nav-next .icon {
  width: 28px;
  height: 28px;
  background: #EA2D2D;
  color: #fff;
  border-radius: 0 5px 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}

.section-1-contact .row-section-1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .section-1-contact .row-section-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-1-contact .row-section-1 .left {
  max-width: 340px;
}
.infos-contact .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.infos-contact .item + .item {
  margin-top: 25px;
}
.infos-contact .item .icon {
  width: 29px;
  height: 26px;
  background: #000;
  color: #fff;
  border-radius: 5px 0 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}

@media screen and (min-width: 993px) {
  .section-1-about p {
    width: 670px;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-2-about .row-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 70px 0;
  margin-top: 55px;
}
@media screen and (min-width: 993px) {
  .section-2-about .row-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 70px 120px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 993px) {
  .section-2-about .row-section .item {
    width: 255px;
  }
}

.team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .team-list {
    gap: 50px 0;
  }
}
.team-list .item {
  width: calc(33% - 80px);
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .team-list .item {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .team-list .item {
    width: 100%;
  }
}
.team-list .item .image-profile img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 80px 0 0 0;
}
.team-list .item .infos-team {
  background: #EA2D2D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0 0 30px 0;
  z-index: 1;
  position: relative;
  margin-top: -1px;
}
.team-list .item .infos-team .circle-plus {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.team-list .item .infos-team .circle-plus span {
  height: 1px;
  background: #fff;
  width: 16px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.team-list .item .infos-team .circle-plus span:nth-child(2) {
  rotate: 90deg;
  -webkit-transform: translate(-1px, 8px);
  transform: translate(-1px, 8px);
}
.team-list .item:hover .circle-plus {
  background: #fff;
}
.team-list .item:hover .circle-plus span {
  background: #EA2D2D;
}

.modal {
  max-width: 1200px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 85px !important;
  background: #F6F6F6 !important;
  border-radius: 80px 0 80px 0 !important;
}
@media screen and (max-width: 991px) {
  .modal {
    padding: 70px 50px !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}
.modal .inner-modal-team .row-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 7%;
}
@media screen and (max-width: 991px) {
  .modal .inner-modal-team .row-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 993px) {
  .modal .inner-modal-team .row-section .column-left {
    width: 43%;
  }
}
@media screen and (min-width: 993px) {
  .modal .inner-modal-team .row-section .column-right {
    width: 50%;
  }
}
.modal .inner-modal-team .image-profile img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 80px 0 80px 0;
}
@media screen and (max-width: 991px) {
  .modal .inner-modal-team .image-profile img {
    height: 290px;
  }
}
.modal .close-modal {
  display: none !important;
}
.modal .mClosed {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #EA2D2D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .modal .mClosed {
    right: 15px;
    top: 15px;
  }
}
.modal .mClosed span {
  height: 1px;
  background: #EA2D2D;
  width: 16px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.modal .mClosed span:nth-child(1) {
  rotate: -50deg;
  -webkit-transform: translate(-4px, -6px);
  transform: translate(-4px, -6px);
}
.modal .mClosed span:nth-child(2) {
  rotate: 50deg;
  -webkit-transform: translate(-5px, 5px);
  transform: translate(-5px, 5px);
}
.modal .mClosed:hover {
  background: #EA2D2D;
}
.modal .mClosed:hover span {
  background: #fff;
}

@media screen and (max-width: 991px) {
  .blocker {
    padding: 20px 0 !important;
  }
}

.section-1-delivery .text-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 993px) {
  .section-1-delivery .text-center {
    width: 790px;
  }
}
.section-1-delivery .text-center + .text-center {
  margin-top: 10px;
}

.delivery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 100px 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 993px) {
  .delivery-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 993px) {
  .delivery-list .item {
    width: calc(50% - 100px);
  }
}
@media screen and (min-width: 1200px) {
  .delivery-list .item {
    width: calc(33% - 100px);
  }
}
.delivery-list .item .image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 80px 0 80px 0;
}

.hero-appliance {
  background-size: cover;
  padding: 35px 0 150px 0;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero-appliance {
    padding: 35px 0 100px 0;
    background-position: right -300px center;
  }
}
.hero-appliance::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.hero-appliance .container {
  position: relative;
  z-index: 99;
}
.hero-appliance h1.title {
  font-size: 55px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  font-style: italic;
  margin: 0 auto;
}
@media screen and (min-width: 993px) {
  .hero-appliance h1.title {
    width: 720px;
  }
}
@media screen and (max-width: 1199px) {
  .hero-appliance h1.title {
    font-size: 46px;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .hero-appliance h1.title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (min-width: 993px) {
  .hero-appliance p {
    width: 600px;
    display: table;
    margin: 0 auto;
  }
}

.section-1-appliance .center-content {
  display: table;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
}
@media screen and (min-width: 993px) {
  .section-1-appliance .center-content {
    margin-top: 120px;
  }
}
.section-1-appliance .center-content .image-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
}
.section-1-appliance .center-content .image-bg img {
  display: table;
  margin: 0 auto;
}
.section-1-appliance .list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (min-width: 993px) {
  .section-1-appliance .list {
    width: 910px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.section-1-appliance .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  justify-content: center;
  padding: 20px 25px;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  position: relative;
  gap: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-1-appliance .list .item p {
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}
@media screen and (max-width: 991px) {
  .section-1-appliance .list .item p {
    font-size: 16px;
    line-height: 20px !important;
  }
}
.section-1-appliance .list .item:before {
  content: "";
  min-width: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #EA2D2D;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}
.section-1-appliance .list .item:nth-child(odd) {
  border-radius: 0 0 20px 0;
}
.section-1-appliance .list .item:nth-child(even) {
  border-radius: 20px 0 0 0;
}
@media screen and (min-width: 993px) {
  .section-1-appliance .list .item:nth-child(2) {
    margin-right: 230px;
  }
}
@media screen and (min-width: 993px) {
  .section-1-appliance .list .item:nth-child(3) {
    margin-left: 115px;
  }
}
@media screen and (min-width: 993px) {
  .section-1-appliance .list .item:nth-child(4) {
    margin-right: 250px;
  }
}
@media screen and (min-width: 993px) {
  .section-1-appliance .list .item:nth-child(5) {
    margin-left: 170px;
  }
}
.section-1-appliance .text-1 {
  margin-top: 125px;
}

.section-2-appliance .list-examples {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-2-appliance .list-examples .item {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 991px) {
  .section-2-appliance .list-examples .item {
    width: calc((100% - 20px) / 2);
  }
}
.section-2-appliance .list-examples .item img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-1-get {
  background-size: cover;
  position: relative;
  border-radius: 0 120px 0 0;
  padding: 120px 0;
  background-position: center center;
}
@media screen and (max-width: 991px) {
  .section-1-get {
    border-radius: 0 100px 0 0;
  }
}
.section-1-get::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 0 120px 0 0;
}
@media screen and (max-width: 991px) {
  .section-1-get::before {
    border-radius: 0 100px 0 0;
  }
}
.section-1-get .text1 {
  position: relative;
}
@media screen and (min-width: 993px) {
  .section-1-get .text1 {
    width: 830px;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1439px) {
  .section-2-get {
    padding-top: 80px;
  }
}
.section-2-get .form {
  padding: 100px 100px 40px 100px;
  background-color: #F6F6F6;
  border-radius: 80px 0 80px 0;
  position: relative;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 22%;
  border-radius: 100px 0 0 0;
}
.section-2-get .form.gray {
  background-image: url(../img/detail-form.png);
}
@media screen and (max-width: 1439px) {
  .section-2-get .form {
    padding: 100px 50px 40px 50px;
    border-radius: 50px 0 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .section-2-get .form {
    background-size: 120px;
    border-radius: 50px 0 0 0;
    padding: 100px 30px 40px 30px;
  }
}
@media screen and (min-width: 993px) {
  .section-2-get .form .text {
    width: 650px;
    display: table;
    margin: 0 auto;
  }
}
.section-2-get .form .icon-top {
  position: absolute;
  left: 48%;
  top: -40px;
  translateX: -50%;
}
.section-2-get .form .icon-top img {
  width: 65px;
}
.section-2-get .form .frm_forms {
  margin-top: 55px;
}
.section-2-get .form .frm_forms input[type=text],
.section-2-get .form .frm_forms input[type=email],
.section-2-get .form .frm_forms input[type=phone] {
  height: 50px;
  border: none;
  border-radius: 20px 0 20px 0;
  color: #000;
  padding: 0 30px;
  font-style: italic;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .section-2-get .form .frm_forms input[type=text],
  .section-2-get .form .frm_forms input[type=email],
  .section-2-get .form .frm_forms input[type=phone] {
    font-size: 16px;
  }
}
.section-2-get .form .frm_forms input[type=text]::-webkit-input-placeholder,
.section-2-get .form .frm_forms input[type=email]::-webkit-input-placeholder,
.section-2-get .form .frm_forms input[type=phone]::-webkit-input-placeholder {
  color: #919191;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
}
.section-2-get .form .frm_forms input[type=text]::-moz-placeholder,
.section-2-get .form .frm_forms input[type=email]::-moz-placeholder,
.section-2-get .form .frm_forms input[type=phone]::-moz-placeholder {
  color: #919191;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
}
.section-2-get .form .frm_forms input[type=text]::-ms-input-placeholder,
.section-2-get .form .frm_forms input[type=email]::-ms-input-placeholder,
.section-2-get .form .frm_forms input[type=phone]::-ms-input-placeholder {
  color: #919191;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
}
.section-2-get .form .frm_forms input[type=text]::placeholder,
.section-2-get .form .frm_forms input[type=email]::placeholder,
.section-2-get .form .frm_forms input[type=phone]::placeholder {
  color: #919191;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .section-2-get .form .frm_forms input[type=text]::-webkit-input-placeholder,
  .section-2-get .form .frm_forms input[type=email]::-webkit-input-placeholder,
  .section-2-get .form .frm_forms input[type=phone]::-webkit-input-placeholder {
    font-size: 16px;
  }
  .section-2-get .form .frm_forms input[type=text]::-moz-placeholder,
  .section-2-get .form .frm_forms input[type=email]::-moz-placeholder,
  .section-2-get .form .frm_forms input[type=phone]::-moz-placeholder {
    font-size: 16px;
  }
  .section-2-get .form .frm_forms input[type=text]::-ms-input-placeholder,
  .section-2-get .form .frm_forms input[type=email]::-ms-input-placeholder,
  .section-2-get .form .frm_forms input[type=phone]::-ms-input-placeholder {
    font-size: 16px;
  }
  .section-2-get .form .frm_forms input[type=text]::placeholder,
  .section-2-get .form .frm_forms input[type=email]::placeholder,
  .section-2-get .form .frm_forms input[type=phone]::placeholder {
    font-size: 16px;
  }
}
.section-2-get .form .frm_forms textarea {
  height: 250px;
  border: none;
  border-radius: 20px 0 20px 0;
  color: #000;
  padding: 30px 30px;
  font-style: italic;
  font-size: 18px;
}
.section-2-get .form .frm_forms textarea::-webkit-input-placeholder {
  color: #919191;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
}
.section-2-get .form .frm_forms textarea::-moz-placeholder {
  color: #919191;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
}
.section-2-get .form .frm_forms textarea::-ms-input-placeholder {
  color: #919191;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
}
.section-2-get .form .frm_forms textarea::placeholder {
  color: #919191;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
}
.section-2-get .form .frm_forms #field_service-radio_label {
  color: #919191;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 15px;
}
.section-2-get .form .frm_forms .frm_button_submit {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 15px 0 15px 0;
  text-transform: uppercase;
  display: inline-block;
  font-style: italic;
  background: #EA2D2D;
  border: none !important;
  margin: 0 auto;
  display: table;
  border: 1px solid #EA2D2D !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-2-get .form .frm_forms .frm_button_submit:hover {
  background: none;
  color: #EA2D2D;
}
.section-2-get .form .frm_forms #frm_field_8_container {
  padding: 0 30px;
}
@media screen and (max-width: 991px) {
  .section-2-get .form .frm_section_heading > .frm_form_field,
  .section-2-get .form .frm_fields_container > .frm_submit,
  .section-2-get .form .frm_grid_container > .frm_form_field,
  .section-2-get .form .frm_fields_container > .frm_form_field {
    grid-column: 1/span 12 !important;
  }
}
.section-2-get .frm_opt_container .frm_radio label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  gap: 0 20px !important;
  font-size: 18px;
  font-style: italic;
  color: #919191;
}
.section-2-get .frm_opt_container .frm_radio input[type=radio] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  margin: 0 !important;
  width: 20px !important;
  height: 20px !important;
  border: none !important;
  border-radius: 50% !important;
  background: #fff !important;
  cursor: pointer !important;
  display: grid !important;
  place-content: center !important;
  outline: none !important;
  -webkit-transition: border-color 0.3s ease !important;
  transition: border-color 0.3s ease !important;
}
.section-2-get .frm_opt_container .frm_radio input[type=radio]::before {
  content: "" !important;
  width: 14px !important;
  height: 14px !important;
  border-radius: 50% !important;
  background-color: #ff0000 !important;
  -webkit-transform: scale(0) !important;
  transform: scale(0) !important;
  -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
  transition: -webkit-transform 0.2s ease-in-out !important;
  transition: transform 0.2s ease-in-out !important;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
}
.section-2-get .frm_opt_container .frm_radio input[type=radio]:checked::before {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.section-2-get .frm_opt_container .frm_radio input[type=radio]:hover {
  border-color: #999 !important;
}
.section-2-get .frm_opt_container .frm_radio input[type=radio]:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media screen and (max-width: 991px) {
  .section-3-get .infos-contact .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
}

.section-1-become {
  padding: 0 0 150px 0;
}
.section-1-become .text-privacy {
  color: #919191;
  margin-top: 25px;
}

.section-1-404 {
  padding: 150px 0;
  background: #EA2D2D;
}
@media screen and (max-width: 767px) {
  .section-1-404 {
    padding: 80px 0 120px 0;
  }
}
@media screen and (min-width: 993px) {
  .section-1-404 .content-inner {
    width: 850px;
    display: table;
    margin: 0 auto;
  }
}
.section-1-404 .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 25px;
  margin-right: 10px;
  margin-top: -30px;
}
@media screen and (max-width: 991px) {
  .section-1-404 .content-wrapper {
    margin-right: 0;
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .section-1-404 .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 140px;
  }
}
@media screen and (max-width: 639px) {
  .section-1-404 .content-wrapper {
    margin-left: 100px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 991px) {
  .section-1-404 .title-1 {
    font-size: 24px;
    line-height: 100%;
  }
}
@media screen and (max-width: 639px) {
  .section-1-404 .title-1 {
    font-size: 18px;
  }
}
.section-1-404 .image-404 {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .section-1-404 .image-404 {
    width: 500px;
  }
}
@media screen and (max-width: 639px) {
  .section-1-404 .image-404 {
    width: 350px;
  }
}

.products-wrapper {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .products-wrapper {
    margin-top: 70px;
  }
}
.products-wrapper .products_list__content {
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  gap: 80px 45px;
}
@media screen and (max-width: 991px) {
  .products-wrapper .products_list__content {
    grid-template-columns: repeat(2, 2fr);
    gap: 80px 25px;
  }
}
@media screen and (max-width: 767px) {
  .products-wrapper .products_list__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 55px 25px;
  }
}
.products-wrapper .products_list__content .products_list__item .products_list__image {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  overflow: hidden;
}
.products-wrapper .products_list__content .products_list__item .products_list__image:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.products-wrapper .products_list__content .products_list__item .products_list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-product-content {
  padding: 40px 0 150px 0;
}
.single-product-content .top-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 80px;
}
@media screen and (max-width: 991px) {
  .single-product-content .top-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single-product-content .woo-slick-gallery {
  max-width: 48%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .single-product-content .woo-slick-gallery {
    max-width: 100%;
  }
}
@media screen and (min-width: 993px) {
  .single-product-content .woo-slick-main {
    padding: 0 10px;
  }
}
.single-product-content .woo-slick-main img {
  width: 100%;
  height: 605px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1439px) {
  .single-product-content .woo-slick-main img {
    height: 500px;
  }
}
@media screen and (max-width: 991px) {
  .single-product-content .woo-slick-main img {
    height: 400px;
  }
}
.single-product-content .slick-dots {
  bottom: 0px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  translate: -50% -50%;
  gap: 0 15px;
}
.single-product-content .slick-dots li {
  font-size: 0;
  border-radius: 50%;
}
.single-product-content .slick-dots li button {
  background: #fff;
  border: none;
  width: 8px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.single-product-content .slick-dots li.slick-active button {
  background: #000;
  border: 1px solid #fff;
}
.single-product-content .woo-slick-thumbs {
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .single-product-content .woo-slick-thumbs {
    display: none;
  }
}
.single-product-content .woo-slick-thumbs .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.single-product-content .woo-slick-thumbs .item {
  width: 100%;
  height: 137px;
  display: table;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}
.single-product-content .woo-slick-thumbs img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  padding: 0 10px;
}
.single-product-content .woo-slick-thumbs .slick-current img {
  opacity: 1;
}
.single-product-content .woocommerce-tabs {
  margin-top: 50px;
  width: 100%;
}
.single-product-content .summary .product_title {
  font-size: 55px;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
}
@media screen and (max-width: 991px) {
  .single-product-content .summary .product_title {
    text-align: center;
    font-size: 40px;
    margin-top: 30px !important;
  }
}
.single-product-content .summary .price {
  margin-top: 10px;
  font-size: 55px !important;
  line-height: 100% !important;
}
@media screen and (max-width: 991px) {
  .single-product-content .summary .price {
    font-size: 40px !important;
    text-align: center;
    margin-top: 20px;
  }
}
.single-product-content .summary .price .woocommerce-Price-amount {
  color: #000;
}
.single-product-content .cart {
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  .single-product-content .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px 0;
    margin-top: 30px;
  }
}
.single-product-content .cart input.qty {
  width: 217px;
  height: 50px;
  background: #F6F6F6;
  border-radius: 0 15px 0 15px;
  border: none;
}
.single-product-content .custom-quantity-text {
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-style: italic;
}
@media screen and (max-width: 991px) {
  .single-product-content .custom-quantity-text {
    text-align: center;
  }
}
.single-product-content .single_add_to_cart_button {
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 11px 15px !important;
  border-radius: 15px 0 15px 0 !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  font-style: italic !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  background: #EA2D2D !important;
  color: #fff !important;
  border: 1px solid #EA2D2D !important;
  margin-left: 30px !important;
  margin-top: 10px !important;
}
@media screen and (max-width: 991px) {
  .single-product-content .single_add_to_cart_button {
    margin-left: 0 !important;
    margin-top: 20px !important;
  }
}
.single-product-content .single_add_to_cart_button:hover {
  background: none !important;
  color: #EA2D2D !important;
}
.single-product-content .product-information {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .single-product-content .product-information {
    margin-top: 40px;
  }
}
.single-product-content .product_meta {
  display: none;
}
.single-product-content .faq {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .single-product-content .faq {
    margin-top: 40px;
  }
}
.single-product-content .related-products {
  margin-top: 140px;
}
@media screen and (max-width: 991px) {
  .single-product-content .related-products {
    margin-top: 60px;
  }
}

.woocommerce-notices-wrapper {
  margin: 20px auto;
  -webkit-animation: fadeIn 0.5s ease-in-out;
  animation: fadeIn 0.5s ease-in-out;
}
.woocommerce-notices-wrapper .woocommerce-message {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #C8102E;
  padding: 15px 20px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  content: "";
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward {
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 11px 15px !important;
  border-radius: 15px 0 15px 0 !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  font-style: italic !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  background: #EA2D2D !important;
  color: #fff !important;
  border: 1px solid #EA2D2D !important;
  margin-left: 30px !important;
}
@media screen and (max-width: 991px) {
  .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward {
    margin-left: 0 !important;
    margin-top: 20px !important;
  }
}
.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward:hover {
  background: none !important;
  color: #EA2D2D !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .woocommerce-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .woocommerce-message .button.wc-forward {
    margin-top: 10px;
  }
}
.pages-woocommerce {
  padding: 40px 0 80px 0;
}

.woocommerce-cart-form {
  margin: 20px auto;
  max-width: 1200px;
  -webkit-animation: fadeIn 0.5s ease-in-out;
  animation: fadeIn 0.5s ease-in-out;
}
.woocommerce-cart-form .shop_table {
  width: 100%;
  border-collapse: collapse;
  background-color: #FFFFFF;
  border: 1px solid #C8102E;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.woocommerce-cart-form .shop_table th,
.woocommerce-cart-form .shop_table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #EEEEEE;
  color: #000000;
  font-family: "Arial", sans-serif;
}
.woocommerce-cart-form .shop_table th {
  background-color: #F8F8F8;
  font-weight: bold;
}
.woocommerce-cart-form .shop_table .product-remove a {
  color: #C8102E;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.woocommerce-cart-form .shop_table .product-remove a:hover {
  color: #000000;
}
.woocommerce-cart-form .shop_table .product-thumbnail img {
  max-width: 80px;
  border-radius: 5px;
}
.woocommerce-cart-form .shop_table .actions .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce-cart-form .shop_table .actions .coupon input {
  border: 1px solid #C8102E;
  padding: 10px;
  border-radius: 5px;
}
.woocommerce-cart-form .shop_table .actions .coupon .button {
  background-color: #C8102E;
  color: #FFFFFF;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  margin-left: 10px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.woocommerce-cart-form .shop_table .actions .coupon .button:hover {
  background-color: #000000;
}
.woocommerce-cart-form .shop_table .actions .button[name=update_cart] {
  background-color: #000000;
  color: #FFFFFF;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.woocommerce-cart-form .shop_table .actions .button[name=update_cart]:hover {
  background-color: #C8102E;
}

.wc-block-components-button,
.wc-proceed-to-checkout a {
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 11px 15px !important;
  border-radius: 15px 0 15px 0 !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  font-style: italic !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  background: #EA2D2D !important;
  color: #fff !important;
  border: 1px solid #EA2D2D !important;
}
.wc-block-components-button:hover,
.wc-proceed-to-checkout a:hover {
  background-color: #fff !important;
  color: #C8102E !important;
}

.cart-collaterals {
  margin-top: 30px;
}
.cart-collaterals .cart_totals {
  background-color: #FFFFFF;
  border: 1px solid #C8102E;
  border-radius: 8px;
  padding: 20px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.cart-collaterals .cart_totals h2 {
  color: #000000;
  font-size: 20px;
  margin-bottom: 15px;
}
.cart-collaterals .cart_totals table {
  width: 100%;
  border-collapse: collapse;
}
.cart-collaterals .cart_totals table th,
.cart-collaterals .cart_totals table td {
  padding: 10px;
  border-bottom: 1px solid #EEEEEE;
}
.cart-collaterals .cart_totals table .woocommerce-Price-amount {
  color: #C8102E;
  font-weight: bold;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  width: 100% !important;
  padding: 20px 10px !important;
  font-size: 20px !important;
  margin-bottom: 0;
  margin-top: 10px !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .cart-collaterals .shop_table {
    display: block;
  }
  .cart-collaterals .shop_table tbody {
    width: 100%;
    display: inline-block;
  }
  .cart-collaterals .shop_table thead {
    display: none;
  }
  .cart-collaterals .shop_table tr {
    display: block;
    border-bottom: 1px solid #EEEEEE;
  }
  .cart-collaterals .shop_table td {
    display: block;
    text-align: right;
    padding: 10px;
  }
  .cart-collaterals .shop_table td:before {
    content: attr(data-title) ": ";
    font-weight: bold;
    text-transform: uppercase;
    float: left;
  }
  .cart-collaterals .cart-collaterals {
    text-align: center;
  }
}

.wc-block-components-button {
  font-size: 20px !important;
  padding: 20px 10px !important;
}
.wc-block-components-button .wc-block-components-checkout-place-order-button__text {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.woocommerce-account .woocommerce {
  padding: 40px 0 80px 0;
  margin-top: 50px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  background-color: #f8f9fa !important;
  padding: 20px !important;
  border-radius: 8px !important;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block !important;
  padding: 10px 15px !important;
  text-decoration: none !important;
  color: #333 !important;
  background-color: #ffffff !important;
  border: 1px solid #e9ecef !important;
  border-radius: 5px !important;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease !important;
  transition: background-color 0.3s ease, color 0.3s ease !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #EA2D2D !important;
  color: #ffffff !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #EA2D2D !important;
  color: #ffffff !important;
  font-weight: bold !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  background-color: #ffffff !important;
  padding: 30px !important;
  border-radius: 8px !important;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  margin-top: 20px !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 {
  color: #212529 !important;
  font-family: "Arial", sans-serif !important;
  margin-bottom: 20px !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p {
  color: #6c757d !important;
  line-height: 1.6 !important;
}
.woocommerce-account .woocommerce .woocommerce-Button,
.woocommerce-account .woocommerce button.woocommerce-Button,
.woocommerce-account .woocommerce input[type=submit] {
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 11px 15px !important;
  border-radius: 15px 0 15px 0 !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  font-style: italic !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  background: #EA2D2D !important;
  color: #fff !important;
  border: 1px solid #EA2D2D !important;
}
.woocommerce-account .woocommerce .woocommerce-Button:hover,
.woocommerce-account .woocommerce button.woocommerce-Button:hover,
.woocommerce-account .woocommerce input[type=submit]:hover {
  background-color: #fff !important;
  color: #C8102E !important;
}
.woocommerce-account .woocommerce .woocommerce-EditAccountForm .woocommerce-Button,
.woocommerce-account .woocommerce .woocommerce-EditAccountForm button.woocommerce-Button,
.woocommerce-account .woocommerce .woocommerce-EditAccountForm input[type=submit] {
  margin-top: 30px;
}
.woocommerce-account .woocommerce .woocommerce-info:before {
  display: none;
}
.woocommerce-account .woocommerce form .form-row input.input-text,
.woocommerce-account .woocommerce form .form-row textarea,
.woocommerce-account .woocommerce form .form-row select {
  background-color: #f8f9fa !important;
  border: 1px solid #ced4da !important;
  border-radius: 5px !important;
  padding: 10px 15px !important;
  font-size: 16px !important;
  color: #495057 !important;
  -webkit-transition: border-color 0.3s ease !important;
  transition: border-color 0.3s ease !important;
  width: 100% !important;
}
.woocommerce-account .woocommerce form .form-row input.input-text:focus,
.woocommerce-account .woocommerce form .form-row textarea:focus,
.woocommerce-account .woocommerce form .form-row select:focus {
  border-color: #007bff !important;
  outline: none !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}
.woocommerce-account .woocommerce form .form-row label {
  color: #212529 !important;
  font-weight: bold !important;
  margin-bottom: 8px !important;
  display: block !important;
}
.woocommerce-account .woocommerce table.my_account_orders {
  border-collapse: collapse !important;
  width: 100% !important;
}
.woocommerce-account .woocommerce table.my_account_orders th,
.woocommerce-account .woocommerce table.my_account_orders td {
  padding: 12px !important;
  text-align: left !important;
  border-bottom: 1px solid #dee2e6 !important;
}
.woocommerce-account .woocommerce table.my_account_orders th {
  background-color: #e9ecef !important;
  font-weight: bold !important;
}
.woocommerce-account .woocommerce table.my_account_orders .woocommerce-Price-amount {
  color: #28a745 !important;
}
.woocommerce-account .woocommerce .woocommerce-message,
.woocommerce-account .woocommerce .woocommerce-error,
.woocommerce-account .woocommerce .woocommerce-info {
  padding: 15px !important;
  border-radius: 5px !important;
  margin-bottom: 20px !important;
}
.woocommerce-account .woocommerce .woocommerce-message {
  background-color: #d4edda !important;
  color: #155724 !important;
  border: 1px solid #c3e6cb !important;
}
.woocommerce-account .woocommerce .woocommerce-error {
  background-color: #f8d7da !important;
  color: #721c24 !important;
  border: 1px solid #f5c6cb !important;
}
.woocommerce-account .woocommerce .woocommerce-info {
  background-color: #d1ecf1 !important;
  color: #0c5460 !important;
  border: 1px solid #bee5eb !important;
}
.woocommerce-account .woocommerce a {
  color: #EA2D2D !important;
  text-decoration: none !important;
  -webkit-transition: color 0.3s ease !important;
  transition: color 0.3s ease !important;
}
.woocommerce-account .woocommerce a:hover {
  color: #EA2D2D !important;
  text-decoration: underline !important;
}

.categories-thumb-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 10px;
  margin-top: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.categories-thumb-grid .category-thumb-item {
  cursor: pointer;
  width: calc(16.6666666667% - 20px);
}
.categories-thumb-grid .category-name {
  text-align: center;
  width: 100%;
  margin-top: 5px;
  display: inline-block;
  font-size: 16px;
}
.categories-thumb-grid .category-thumbnail img {
  aspect-ratio: 16/9;
  border-radius: 15px 0 15px 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .categories-thumb-grid {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .categories-thumb-grid .category-thumb-item {
    min-width: 150px;
    text-wrap: auto;
    width: auto;
  }
}
/*# sourceMappingURL=style.css.map */
