.elementor-849 .elementor-element.elementor-element-3d6ae09{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-849 .elementor-element.elementor-element-00461e3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -62px) 0px;padding:0px 0px 0px 0px;}.elementor-849 .elementor-element.elementor-element-8c80ca0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-849 .elementor-element.elementor-element-8d2cf5e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-849 .elementor-element.elementor-element-8d2cf5e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-849 .elementor-element.elementor-element-f90f299{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-849 .elementor-element.elementor-element-07f5c9d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-849 .elementor-element.elementor-element-8d2cf5e{--width:38.731%;}.elementor-849 .elementor-element.elementor-element-f90f299{--width:66.6666%;}}/* Start custom CSS for text-editor, class: .elementor-element-00461e3 */.title-wrap {
  /*padding: 0px 0 2px;*/
  text-align: center;
}
.line1 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C8102E;
  opacity: 0;
  transform: translateY(12px);
  animation: fadeUp 0.6s ease 0.2s forwards;
}
.main-title {
  font-size: 45px !important;
  font-weight: 800;
  color: #111;
  line-height: 1.2;
  margin: 12px 0 16px;
  overflow: hidden;
}
.word {
  display: inline-block;
  opacity: 0;
  transform: translateY(24px);
  margin-right: 10px;
}
.word.w1 { animation: wordUp 0.5s cubic-bezier(.22,.68,0,1.2) 0.5s forwards; }
.word.w2 { animation: wordUp 0.5s cubic-bezier(.22,.68,0,1.2) 0.65s forwards; }
.word.w3 { animation: wordUp 0.5s cubic-bezier(.22,.68,0,1.2) 0.8s forwards; }
.word.w4 { animation: wordUp 0.5s cubic-bezier(.22,.68,0,1.2) 0.95s forwards; }
.word.red { color: #C8102E; }
.divider-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
  opacity: 0;
  animation: fadeUp 0.5s ease 1.3s forwards;
}
.div-line { height: 1px; width: 60px; background: #E2E2E2; }
.div-dot { width: 6px; height: 6px; border-radius: 50%; background: #C8102E; }
.line2 {
  font-size: 15px;
  font-weight: 500;
  color: #666;
  opacity: 0;
  transform: translateY(8px);
  animation: fadeUp 0.6s ease 1.5s forwards;
  letter-spacing: 0.04em;
}
.line2 span { color: #C8102E; font-weight: 700; }
.underline-wrap {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  opacity: 0;
  animation: fadeUp 0.4s ease 1.8s forwards;
}
.underline {
  width: 0;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(to right, #1a1a1a, #C8102E);
  animation: growLine 0.8s ease 1.9s forwards;
}
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes wordUp {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes growLine {
  to { width: 80px; }
}



@media (max-width: 768px) {
  .main-title {
    font-size: 30px !important;
  }/* End custom CSS */