.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#DBAE33;--e-global-color-2067901:#E2CB89;--e-global-color-9d99c7a:#000000;--e-global-color-012bfac:#02010100;--e-global-color-3a25f66:#B99124;--e-global-color-fd6fb1b:#000000;--e-global-color-c225669:#242424;--e-global-typography-primary-font-family:"Figtree";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:52px;--e-global-typography-secondary-font-family:"Figtree";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:17px;--e-global-typography-0cd7d60-font-family:"Figtree";--e-global-typography-0cd7d60-font-size:20px;--e-global-typography-0cd7d60-font-weight:800;--e-global-typography-0cd7d60-text-transform:uppercase;--e-global-typography-0cd7d60-line-height:24px;--e-global-typography-0cd7d60-letter-spacing:0.2px;--e-global-typography-c0a6c57-font-family:"Figtree";--e-global-typography-c0a6c57-font-size:55px;--e-global-typography-c0a6c57-font-weight:700;--e-global-typography-c0a6c57-line-height:52px;color:var( --e-global-color-text );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Manrope", Sans-serif;font-size:18px;font-weight:600;text-transform:capitalize;color:var( --e-global-color-primary );border-radius:5px 5px 5px 5px;padding:15px 32px 15px 32px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-2067901 );color:var( --e-global-color-primary );border-radius:5px 5px 5px 5px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 p{margin-block-end:10px;}.elementor-kit-5 h3{font-family:"Manrope", Sans-serif;font-size:30px;font-weight:700;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1350px;}.e-con{--container-max-width:1350px;}.elementor-widget:not(:last-child){margin-block-end:15px;}.elementor-element{--widgets-spacing:15px 15px;--widgets-spacing-row:15px;--widgets-spacing-column:15px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1366px){.elementor-kit-5{--e-global-typography-primary-font-size:43px;--e-global-typography-primary-line-height:45px;--e-global-typography-0cd7d60-font-size:18px;--e-global-typography-0cd7d60-line-height:22px;}}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-primary-font-size:40px;--e-global-typography-primary-line-height:42px;--e-global-typography-c0a6c57-font-size:45px;--e-global-typography-c0a6c57-line-height:48px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:35px;--e-global-typography-primary-line-height:38px;--e-global-typography-text-font-size:17px;--e-global-typography-text-line-height:22px;--e-global-typography-0cd7d60-font-size:16px;--e-global-typography-0cd7d60-line-height:18px;--e-global-typography-0cd7d60-letter-spacing:0px;--e-global-typography-c0a6c57-font-size:40px;--e-global-typography-c0a6c57-line-height:42px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.frame-align-section {
  position: relative;
  overflow: hidden;
  min-height: 297px;
}

.frame-left,
.frame-right {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}

.frame-left {
  left: 0;
}

.frame-right {
  right: 0;
}

.frame-left img,
.frame-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* START STATE (slightly misaligned) */
.frame-left {
  transform: translateX(-8%);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.frame-right {
  transform: translateX(8%);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ANIMATE TO PERFECT ALIGNMENT */
.frame-align-section.animate .frame-left {
  transform: translateX(0);
}

.frame-align-section.animate .frame-right {
  transform: translateX(0);
}

.frame-left,
.frame-right {
  will-change: transform;
}/* End custom CSS */