/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 17 2025 | 16:29:29 */
/******* 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 */
/**
 * Remove before production
 **/
:root {
  --text: #444445;
  --white: #ffffff;
  --darkBlue: #07184E;
  --blue: #0C3EDF;
  --lightBlue: #569AFF;
  --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%);
}
/**
 * Remove before production
 **/
.title-with-animation {
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}
.title-with-animation:before {
  content: "";
  position: absolute;
  width: 64px;
  height: 30px;
  background-image: url("/wp-content/uploads/icon-heading-dots.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  transform-origin: left center;
}
.title-with-animation .av-special-heading-tag {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.title-with-animation .special-heading-border {
  display: block !important;
  position: relative;
  height: 40px;
  width: 100%;
  overflow: hidden;
  transform-origin: left center;
}
.title-with-animation .special-heading-border:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--blue);
}
.title-with-animation .special-heading-border:after {
  content: "";
  display: block;
  width: 23px;
  height: 7px;
  border-radius: 0 0 5px 0;
  background-color: var(--blue);
  position: absolute;
  top: 50%;
  right: 0;
}
.title-with-animation .special-heading-border .special-heading-inner-border {
  display: none;
}
.blue-section .title-with-animation .special-heading-border:before, .blue-section .title-with-animation .special-heading-border:after, .gradient-section .title-with-animation .special-heading-border:before, .gradient-section .title-with-animation .special-heading-border:after {
  background-color: var(--pink) !important;
}
@media only screen and (max-width: 989px) {
  .component-icon-list .content {
    padding-left: 48px !important;
    padding-right: 48px;
  }
}
@media only screen and (max-width: 989px) {
  .component-icon-list .content {
    padding-left: 24px !important;
    padding-right: 24px;
  }
}
.component-icon-list .component-icon-list-item-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 5%;
}
@media only screen and (max-width: 767px) {
  .component-icon-list .component-icon-list-item-grid {
    display: block;
  }
}
.component-icon-list .component-icon-list-item-grid:before, .component-icon-list .component-icon-list-item-grid:after {
  display: none !important;
}
.component-icon-list .component-icon-list-item-grid .av_one_third {
  width: 100% !important;
}
.component-icon-list .component-icon-list-item-grid .av_one_full {
  grid-column: 1 / -1;
}
.component-icon-list.component-icon-list-four-icons .component-icon-list-item-grid {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 989px) {
  .component-icon-list.component-icon-list-four-icons .component-icon-list-item-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.component-icon-list.component-icon-list-four-icons .component-icon-list-item-grid:before, .component-icon-list.component-icon-list-four-icons .component-icon-list-item-grid:after {
  display: none !important;
}
.component-icon-list.component-icon-list-four-icons .component-icon-list-item-grid .av_one_fourth {
  width: 100% !important;
}
.component-icon-list-item {
  border-left: 1px solid var(--lightBlue) !important;
  padding: 0 0 0 24px;
  float: none !important;
}
@media only screen and (max-width: 767px) {
  .component-icon-list-item {
    border-left: none !important;
    padding: 0 0 48px 0;
  }
}
.component-icon-list-item .component-icon-list-icon {
  margin-bottom: 20px;
  float: none !important;
}
.component-icon-list-item .component-icon-list-icon span {
  display: block;
  width: 85px;
  height: 85px;
}
.component-icon-list-item .component-icon-list-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.component-icon-list-item .component-icon-list-title {
  margin-bottom: 20px;
  margin-top: 0 !important;
}
.component-icon-list-item .component-icon-list-title h3 {
  color: var(--black);
  font-weight: var(--bold);
}
.component-icon-list-item .component-icon-list-content p {
  font-size: 20px;
  line-height: 1.25em;
}
:root {
  --image-width-full: 38%;
  --image-width-tablet: 44%;
  --image-width-mobile: 100%;
}
.image-content-section .container, .image-content-section .content {
  padding: 0 !important;
}
.image-content-section .entry-content-wrapper {
  display: flex;
}
@media only screen and (max-width: 989px) {
  .image-content-section .entry-content-wrapper {
    flex-wrap: wrap;
  }
}
.image-content-section .image-content-section_image {
  width: var(--image-width-full);
  min-height: 745px;
}
@media only screen and (max-width: 989px) {
  .image-content-section .image-content-section_image {
    width: 100%;
    min-height: 1px;
    aspect-ratio: 1.6814159292;
  }
}
.image-content-section .image-content-section_content {
  width: calc(100% - var(--image-width-full));
  padding: 140px 151px;
  margin-top: 0 !important;
}
@media only screen and (max-width: 989px) {
  .image-content-section .image-content-section_content {
    width: 100%;
    padding: 105px 48px;
  }
}
@media only screen and (max-width: 989px) {
  .image-content-section .image-content-section_content {
    width: 100%;
    padding: 70px 24px;
  }
}
.image-content-section.image-on-right .image-content-section_image {
  order: 2;
}
@media only screen and (max-width: 989px) {
  .image-content-section.image-on-right .image-content-section_image {
    order: 1;
  }
}
.image-content-section.image-on-right .image-content-section_content {
  order: 1;
}
@media only screen and (max-width: 989px) {
  .image-content-section.image-on-right .image-content-section_content {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .cta-with-background {
    background-color: var(--gray) !important;
  }
}
@media only screen and (max-width: 767px) {
  .cta-with-background .content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.cta-with-background .entry-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cta-with-background .entry-content-wrapper .av_one_full {
  float: none;
  background-color: var(--white);
  padding: 90px 94px;
  margin: 151px auto;
}
@media only screen and (max-width: 989px) {
  .cta-with-background .entry-content-wrapper .av_one_full {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .cta-with-background .entry-content-wrapper .av_one_full {
    padding: 45px 24px;
    margin-bottom: 0 !important;
    background-color: var(--gray);
  }
}
.card-with-background {
  float: none;
  padding: 100px;
  margin: 0 0 44px 0 !important;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}
@media only screen and (max-width: 989px) {
  .card-with-background {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .card-with-background {
    flex-wrap: wrap;
    background-image: none !important;
    border-radius: 0;
    padding: 0;
    margin: 0 !important;
  }
}
.card-with-background.even-card {
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .card-with-background.even-card {
    justify-content: flex-start;
  }
}
.card-with-background.odd-card {
  justify-content: flex-start;
}
.card-with-background section {
  max-width: 500px;
  padding: 60px;
  position: relative;
}
@media only screen and (max-width: 989px) {
  .card-with-background section {
    padding: 30px;
    max-width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .card-with-background section {
    padding: 40px 24px;
    max-width: 100%;
  }
}
.card-with-background section .avia_textblock {
  border-left: 2px solid var(--pink);
  padding-left: 40px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .card-with-background section .avia_textblock {
    padding-left: 24px;
    margin-left: 0;
    margin-right: auto;
  }
}
.card-with-background section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 2;
}
.card-with-background section .av_font_icon {
  float: none;
  text-align: left;
  position: relative;
}
.card-with-background section .av_font_icon span {
  font-size: 75px !important;
  line-height: 1em !important;
  display: inline-flex;
}
.card-with-background section .av_font_icon .card-count {
  position: absolute;
  height: 75px;
  width: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  left: 0;
  font-size: 22px !important;
  font-weight: 700;
}
.card-with-background section p {
  display: block;
  position: relative;
  z-index: 5;
  color: var(--darkBlue) !important;
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 989px) {
  .card-with-background section p {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 989px) {
  .card-with-background section p {
    font-size: 20px !important;
  }
}
.card-with-background .card-with-background-mobile-image {
  display: none;
}
@media only screen and (max-width: 767px) {
  .card-with-background .card-with-background-mobile-image {
    display: block;
  }
}
.card-with-background .card-with-background-mobile-image.avia-image-container {
  width: 100%;
}
.card-with-background .card-with-background-mobile-image.avia-image-container .avia-image-container-inner, .card-with-background .card-with-background-mobile-image.avia-image-container .avia-image-overlay-wrap {
  display: block;
  width: 100%;
}
.card-with-background .card-with-background-mobile-image.avia-image-container img {
  width: 100%;
  height: auto;
}
#references .container, #references .content {
  padding: 0 !important;
}
#references .entry-content-wrapper {
  padding: 10px 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 989px) {
  #references .entry-content-wrapper {
    padding: 10px 63px;
  }
}
@media only screen and (max-width: 989px) {
  #references .entry-content-wrapper {
    padding: 10px 24px;
  }
}
#references p {
  font-size: 14px;
  line-height: normal;
}
