.elementor-kit-547{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-751a242:#001BB4;--e-global-color-2d85493:#258DF9;--e-global-color-8f00856:#F1F2F3;--e-global-color-d48b904:#1F93D0;--e-global-color-d8f1e68:#FFFFFFE0;--e-global-color-46add67:#000000;--e-global-color-fc2ca96:#E7E8EA;--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;}.elementor-kit-547 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:400px;}.e-con{--container-max-width:400px;}}/* Start custom CSS */html, body {
  overflow-x: hidden !important;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}


a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
  box-shadow: none !important;
  border-bottom: none !important;
}

.square {
  display: inline-flex;      /* text + icon sit in one line */
  align-items: center;       /* vertical centering */
  justify-content: center;    /* horizontal center */
}

.square::before {
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  color: #258df9;
  font-weight: 900;          /* solid square */
  content: "\f0c8";          /* square icon */
  margin-right: 8px;
  display: inline-block;
}

.left-square {
  display: inline-flex;      /* text + icon sit in one line */
  align-items: center;       /* vertical centering */
  
}

.left-square::before {
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  color: #258df9;
  font-weight: 900;          /* solid square */
  content: "\f0c8";          /* square icon */
  margin-right: 8px;
  display: inline-block;
}

.right-arrow-center-black {
  display: inline-flex;       /* keeps text + icon inline */
  align-items: center;        /* vertical center */
  justify-content: center;
  gap: 8px;                   /* space between text and icon */
  padding: 0px 0px;
  font-size: 20px;
  cursor: pointer;
}

.right-arrow-center-black::after {
  content: "\f061";           /* arrow-right */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000000;             /* arrow color */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #258df9;  /* outline color */
  border-radius: 50%;         /* makes it a circle */
  width: 30px;                /* circle size */
  height: 30px;
  font-size: 12px;            /* arrow size */
  background: transparent;    /* no fill */
}

.right-arrow-left-black {
  display: inline-flex;       /* keeps text + icon inline */
  align-items: center;        /* vertical center */
  
  gap: 8px;                   /* space between text and icon */
  padding: 0px 0px;
  font-size: 20px;
  cursor: pointer;
}

.right-arrow-left-black::after {
  content: "\f061";           /* arrow-right */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000000;             /* arrow color */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #258df9;  /* outline color */
  border-radius: 50%;         /* makes it a circle */
  width: 30px;                /* circle size */
  height: 30px;
  font-size: 12px;            /* arrow size */
  background: transparent;    /* no fill */
}/* End custom CSS */