/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 13 2025 | 01:32:16 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 19 2025 | 00:01:01 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  --purple: #000038;
  --pink: #c21fb7;
  --black: #000000;
  --white: #ffffff;
  --gray: #f1eef1;
  --gradient: linear-gradient(130deg,rgb(255,83,80) 1%,rgb(192,44,181) 100%);
  --fixedNavGradient: linear-gradient(90deg, rgb(255, 83, 80) 1%, rgb(192, 44, 181) 100%);
  --noto_sans: "Noto Sans", sans-serif;
  --prometo_trial: "Prometo Trial", sans-serif;
  --prometo: "prometo", sans-serif;
  --fw_thin: 100;
  --fw_extralight: 200;
  --fw_light: 300;
  --fw_regular: 400;
  --fw_medium: 500;
  --fw_semibold: 600;
  --fw_bold: 700;
  --fw_extrabold: 800;
  --fw_black: 900;
  --italic: italic;
  --i_darkpurple: #2A034C;
  --i_purple: #451284;
  --i_green: #00CA9F;
  --i_gray: #81819E;
  --i_black: #000000;
  --i_white: #FFFFFF;
  --twitter: #00aced;
  --facebook: #3b5998;
  --googleplus: #dd4b39;
  --pinterest: #cb2027;
  --linkedin: #007bb6;
  --youtube: #bb0000;
  --vimeo: #aad450;
  --tumblr: #32506d;
  --instagram: #517fa4;
  --flickr: #ff0084;
  --dribbble: #ea4c89;
  --quora: #a82400;
  --foursquare: #0072b1;
  --forrst: #5B9A68;
  --vk: #45668e;
  --wordpress: #21759b;
  --stumbleupon: #EB4823;
  --yahoo: #7B0099;
  --blogger: #fb8f3d;
  --soundcloud: #ff3a00;
  --snapchat: #fffc00;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2022 | 20:38:52 */
.fixed-nav-active #inside-header {
  border-bottom: 1px solid #dbdbdb !important;
}
.fixed-nav {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate3d(0, -50%, 0);
  transform: translate3d(0, calc(-5rem + -50%), 0);
  z-index: 500;
}
.fixed-nav .fixed-nav-container {
  max-width: 74.4444444444rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  box-sizing: border-box;
  box-shadow: 0 0.3333333333rem 1.1111111111rem 0 rgba(0, 0, 56, 0.15);
  background-color: var(--white);
}
.fixed-nav .fixed-nav-container a.fixed-nav-button {
  display: inline-flex;
  flex: 1 1 0;
  height: 100%;
  min-width: max-content;
  white-space: nowrap;
  text-align: center;
  scroll-snap-align: start;
  padding: 1.1111111111rem;
  background: var(--white);
  color: var(--purple);
  transition: all 200ms ease-in;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
}
.fixed-nav .fixed-nav-container a.fixed-nav-button:hover {
  background: var(--gray);
}
.fixed-nav .fixed-nav-container a.fixed-nav-button.active {
  color: var(--white);
  background: var(--fixedNavGradient);
}
/* Responsive */
@media only screen and (max-width: 989px) {
  .fixed-nav .fixed-nav-container a.fixed-nav-button {
    padding: 1.1111111111rem 0.8888888889rem;
  }
}
@media only screen and (max-width: 500px) {
  .fixed-nav .fixed-nav-container a.fixed-nav-button {
    padding: 1.11rem 8px !important;
    line-height: 16px !important;
    font-size: 14px !important;
  }
}
