.elementor-kit-7{--e-global-color-primary:#333D50;--e-global-color-secondary:#E5E3DC;--e-global-color-text:#2C2C2C;--e-global-color-accent:#61708F;--e-global-color-96db789:#FFFFFF;--e-global-color-7691769:#5A5A5A;--e-global-color-02b99c2:#8A8A8A;--e-global-color-552a915:#EEDEAF;--e-global-typography-primary-font-family:"Rethink Sans";--e-global-typography-primary-font-size:86px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Rethink Sans";--e-global-typography-secondary-font-size:72px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1em;--e-global-typography-accent-font-family:"Rethink Sans";--e-global-typography-accent-font-size:36px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-53cf6ed-font-family:"Inter";--e-global-typography-53cf6ed-font-size:18px;--e-global-typography-53cf6ed-font-weight:400;--e-global-typography-53cf6ed-line-height:24px;--e-global-typography-3433116-font-family:"Inter";--e-global-typography-3433116-font-size:16px;--e-global-typography-3433116-font-weight:300;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Inter", Sans-serif;font-size:16px;font-weight:300;color:var( --e-global-color-secondary );background-color:var( --e-global-color-primary );border-radius:50px 50px 50px 50px;padding:14px 26px 14px 26px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{color:var( --e-global-color-primary );background-color:var( --e-global-color-96db789 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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(min-width:1700px){.elementor-kit-7{--e-global-typography-primary-font-size:90px;--e-global-typography-primary-line-height:0.95em;--e-global-typography-secondary-font-size:70px;--e-global-typography-accent-font-size:40px;}}@media(max-width:1366px){.elementor-kit-7{--e-global-typography-primary-font-size:76px;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-size:56px;--e-global-typography-accent-font-size:34px;}}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-primary-font-size:80px;--e-global-typography-secondary-font-size:60px;--e-global-typography-accent-font-size:30px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:46px;--e-global-typography-secondary-font-size:36px;--e-global-typography-accent-font-size:26px;--e-global-typography-accent-line-height:1.1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:480px){.elementor-kit-7{--e-global-typography-primary-font-size:44px;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-size:34px;--e-global-typography-secondary-line-height:1em;--e-global-typography-accent-font-size:24px;--e-global-typography-accent-line-height:1.1em;--e-global-typography-text-font-size:17px;--e-global-typography-53cf6ed-line-height:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.button {
  position: relative;
  background: transparent;
  outline: none;
  overflow: hidden;
  border-radius: 50px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1);
}

/* BUTTON TEXT */
.button .elementor-button-text {
  position: relative;
  z-index: 2;
  transition: color 0.4s ease;
}

/* TEXT COLOR ON HOVER */
.button:hover .elementor-button-text {
  color: #333D50;
  font-weight: 500;
}


/* HOVER SCALE */
.button:hover {
  animation: animate-scaleX 0.7s cubic-bezier(0.4, 0, 0, 1);
}

/* BACKGROUND SLIDE */
.button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FFFFFF;
  border: solid 30px;
  border-color: #FFFFFF;
  width: 105%;
  height: 100%;
  border-radius: 50% 50% 0 0;
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0, 1),
              border-radius 0.5s cubic-bezier(0.4, 0, 0, 1);
  z-index: 1;
}

.button:hover::after {
  transform: translateY(0);
  border-radius: 0;
}

.button:focus {
  outline: none;
}

@keyframes animate-scaleX {
  0% { transform: scaleX(1); }
  50% { transform: scaleX(1.03); }
  100% { transform: scaleX(1); }
}





.button-beige {
  position: relative;
  background: transparent;
  outline: none;
  overflow: hidden;
  border-radius: 50px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1);
}

/* BUTTON TEXT */
.button-beige .elementor-button-text {
  position: relative;
  z-index: 4;
  transition: color 0.4s ease;
}

/* TEXT COLOR ON HOVER */
.button-beige:hover .elementor-button-text {
  color: #2C2C2C;
  font-weight: 400;
}


/* HOVER SCALE */
.button:hover {
  animation: animate-scaleX 0.7s cubic-bezier(0.4, 0, 0, 1);
}

/* BACKGROUND SLIDE */
.button-beige::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #E5E3DC;
  border: solid 30px;
  border-color: #E5E3DC;
  width: 105%;
  height: 100%;
  border-radius: 50% 50% 0 0;
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0, 1),
              border-radius 0.5s cubic-bezier(0.4, 0, 0, 1);
  z-index: 1;
}

.button-beige:hover::after {
  transform: translateY(0);
  border-radius: 0;
}

.button-beige:focus {
  outline: none;
}

@keyframes animate-scaleX {
  0% { transform: scaleX(1); }
  50% { transform: scaleX(1.03); }
  100% { transform: scaleX(1); }
}/* End custom CSS */