.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-color-0832793:#B758A6;--e-global-color-0befa3b:#011640;--e-global-color-78eb28d:#F0F0F0;--e-global-color-5ee0c96:#FC0202;--e-global-color-d1f2771:#CEB9CA1F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-0a005ce-font-family:"Montserrat";--e-global-typography-0a005ce-font-size:25px;--e-global-typography-0a005ce-font-weight:400;--e-global-typography-0a005ce-line-height:1.4em;--e-global-typography-b5b0b5d-font-family:"Montserrat";--e-global-typography-b5b0b5d-font-size:26px;--e-global-typography-b5b0b5d-font-weight:500;--e-global-typography-ee4afa3-font-family:"Montserrat";--e-global-typography-ee4afa3-font-size:18px;--e-global-typography-ee4afa3-font-weight:400;--e-global-typography-6d73e66-font-family:"Montserrat";--e-global-typography-6d73e66-font-size:36px;--e-global-typography-6d73e66-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFFFFF;}.elementor-kit-5 p{margin-block-end:1px;}.elementor-kit-5 a{color:var( --e-global-color-0832793 );}.elementor-kit-5 h2{color:var( --e-global-color-0832793 );font-size:28px;font-weight:800;}.elementor-kit-5 h3{color:#B758A6;font-family:"Montserrat", Sans-serif;font-size:20px;font-weight:600;}.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);}.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:1024px){.elementor-kit-5{--e-global-typography-0a005ce-font-size:20px;}.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-0a005ce-font-size:18px;line-height:20px;}.elementor-kit-5 h2{font-size:20px;}.elementor-kit-5 h3{font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
  --af-bg: #f6f6f6;
  --af-accent: #a85f9c;
  --af-dark: #1c1e40;

  --af-white: #ffffff;
  --af-text: #20233a;
  --af-text-soft: #5f637d;
  --af-border: rgba(28, 30, 64, 0.10);

  --af-accent-soft: rgba(168, 95, 156, 0.10);
  --af-accent-soft-2: rgba(168, 95, 156, 0.16);
  --af-dark-soft: rgba(28, 30, 64, 0.06);
  --af-dark-soft-2: rgba(28, 30, 64, 0.12);

  --af-shadow-sm: 0 8px 24px rgba(28, 30, 64, 0.08);
  --af-shadow-md: 0 16px 40px rgba(28, 30, 64, 0.12);
  --af-shadow-lg: 0 24px 60px rgba(28, 30, 64, 0.16);

  --af-radius-s: 12px;
  --af-radius-m: 20px;
  --af-radius-l: 28px;

  --af-transition: 0.35s cubic-bezier(.2,.65,.2,1);

  --af-section-pad: clamp(56px, 8vw, 110px);
  --af-container: 1180px;
}
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: var(--af-white);
  color: var(--af-text);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
  transition:
    transform var(--af-transition),
    box-shadow var(--af-transition),
    border-color var(--af-transition),
    background-color var(--af-transition),
    color var(--af-transition),
    opacity var(--af-transition);
}

::selection {
  background: rgba(168, 95, 156, 0.20);
  color: var(--af-dark);
}
.af-container {
  width: min(100% - 24px, var(--af-container));
  margin-inline: auto;
}

.af-section {
  padding-block: var(--af-section-pad);
}

.af-section-light {
  background: #ffffff;
}

.af-section-soft {
  background: var(--af-bg);
}

.af-section-dark {
  background: linear-gradient(135deg, #1c1e40 0%, #25285a 100%);
  color: #fff;
}

@media (min-width: 768px) {
  .af-container {
    width: min(100% - 40px, var(--af-container));
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --af-bg: #f6f6f6;
  --af-accent: #a85f9c;
  --af-dark: #1c1e40;

  --af-white: #ffffff;
  --af-text: #20233a;
  --af-text-soft: #5f637d;
  --af-border: rgba(28, 30, 64, 0.10);

  --af-accent-soft: rgba(168, 95, 156, 0.10);
  --af-accent-soft-2: rgba(168, 95, 156, 0.16);
  --af-dark-soft: rgba(28, 30, 64, 0.06);
  --af-dark-soft-2: rgba(28, 30, 64, 0.12);

  --af-shadow-sm: 0 8px 24px rgba(28, 30, 64, 0.08);
  --af-shadow-md: 0 16px 40px rgba(28, 30, 64, 0.12);
  --af-shadow-lg: 0 24px 60px rgba(28, 30, 64, 0.16);

  --af-radius-s: 12px;
  --af-radius-m: 20px;
  --af-radius-l: 28px;

  --af-transition: 0.35s cubic-bezier(.2,.65,.2,1);

  --af-section-pad: clamp(56px, 8vw, 110px);
  --af-container: 1180px;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: var(--af-white);
  color: var(--af-text);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
  transition:
    transform var(--af-transition),
    box-shadow var(--af-transition),
    border-color var(--af-transition),
    background-color var(--af-transition),
    color var(--af-transition),
    opacity var(--af-transition);
}

::selection {
  background: rgba(168, 95, 156, 0.20);
  color: var(--af-dark);
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}/* End custom CSS */