.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-size:74px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-weight:500;--e-global-typography-28fd935-font-family:"Sora";--e-global-typography-28fd935-font-size:14px;--e-global-typography-28fd935-font-weight:400;--e-global-typography-fda6e41-font-family:"Instrument Serif";--e-global-typography-fda6e41-font-size:42px;--e-global-typography-c04f95c-font-family:"Instrument Serif";--e-global-typography-c04f95c-font-size:21px;--e-global-typography-649cc11-font-family:"Instrument Serif";--e-global-typography-649cc11-font-size:32px;--e-global-typography-649cc11-line-height:36px;font-family:"Sora", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-family:"Sora", Sans-serif;}.elementor-kit-5 h1{font-family:"Sora", Sans-serif;}.elementor-kit-5 h3{font-family:"Sora", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.card-deck .card {
  opacity: 0;
  transform: translateY(40px) scale(0.9);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.card-deck.show .card {
  opacity: 1;
  transform: translateY(0) scale(1);
}


.card-deck .card:nth-child(1) {
  
  transition-delay: 0.1s;
  
}
.card-deck .card:nth-child(2) {
 
  transition-delay: 0.3s;
}
.card-deck .card:nth-child(3) {
 
 
  transition-delay: 0.5s;
}
.card-deck .card:nth-child(4) {

  
  transition-delay: 0.7s;
}
.card-deck .card:nth-child(5) {

  
  transition-delay: 0.9s;
}


.deal-card {
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 1;
  transform: translateY(0);
}/* End custom CSS */