/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 07 2026 | 22:44:19 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 28 2025 | 18:16:41 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  --text: #444445;
  --white: #ffffff;
  --darkBlue: #07184E;
  --blue: #0C3EDF;
  --lightBlue: #569AFF;
  --secondaryBlue: #2663EE;
  --orange: #F95919;
  --tangerine: #FF9E54;
  --pink: #DA34CF;
  --purple: #AD2294;
  --darkPurple: #650578;
  --gray: #EAEDEF;
  --black: #000000;
  --gradient: linear-gradient(180deg, #650578 0%, #07184E 100%);
  --pipelineGradient: linear-gradient(90deg, #0C3EDF 0%, #DA34CF 100%);
  --mont: "Montserrat", sans-serif;
  --funnel: "Funnel Display", sans-serif;
  --dm: "DM Sans", sans-serif;
  --thin: 100;
  --extralight: 200;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --extrabold: 800;
  --heavy: 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 */
footer#footer-page .container, footer#footer-page .content {
  padding: 0 !important;
}
footer#footer-page .content {
  padding-left: 150px !important;
  padding-right: 150px !important;
}
@media only screen and (max-width: 989px) {
  footer#footer-page .content {
    padding-left: 88px !important;
    padding-right: 88px !important;
  }
}
@media only screen and (max-width: 767px) {
  footer#footer-page .content {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
footer#footer-page .entry-content-wrapper {
  padding: 50px 0 140px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 989px) {
  footer#footer-page .entry-content-wrapper {
    padding: 110px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  footer#footer-page .entry-content-wrapper {
    padding: 70px 0 !important;
  }
}
#footer-legal h2 {
  color: var(--lightBlue) !important;
  font-size: 24px !important;
  font-weight: 600 !important;
}
#footer-legal p {
  font-size: 16px;
  line-height: 22px;
}
#footer-legal a {
  color: var(--tangerine) !important;
  text-decoration: underline;
}
