@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700,600");
/* The following line is used to measure usage of this code in production. For more info see our usage billing page */
@import url("https://px.animaapp.com/633e8df8118427ced710f1fb.633e8dfa26af54a213af643f.0P0ztHk.hcp.png");

@font-face {
  font-family: "FONTSPRINGDEMO - Aftika ExtraBold-Regular";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Fontspring-DEMO-aftika-extrabold.otf") format("opentype");
}

@font-face {
  font-family: "FONTSPRINGDEMO - Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Fontspring-DEMO-aftika-regular.otf") format("opentype");
}

@font-face {
  font-family: "Poppins-Regular";
  src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: "Poppins-Bold";
  src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: "Cartoon-Toy";
  src: url(../fonts/cartoon-toy.ttf);
}

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * aller-display:
 *   - http://typekit.com/eulas/000000000000000077359d7d
 *
 * © 2009-2023 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2023-11-03 12:28:20 UTC"}*/

@import url("https://p.typekit.net/p.css?s=1&k=hwl0mkl&ht=tk&f=9781&a=43444116&app=typekit&e=css");

@font-face {
font-family:"aller-display";
src:url("https://use.typekit.net/af/0b6909/000000000000000077359d7d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/0b6909/000000000000000077359d7d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/0b6909/000000000000000077359d7d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

.tk-aller-display { font-family: "aller-display",sans-serif; }

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html{
  scroll-behavior: smooth;
}

body {
  background-color: #F4F7FF;
}

a {
  text-decoration: none;
  color: inherit;
}