/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 08 2026 | 00:59:22 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2022 | 17:18:38 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: azo-sans-web, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
h1 {
  font-size: clamp(30px, 6vw, 60px);
}
h2 {
  font-size: clamp(30px, 3.5vw, 60px);
}
h3 {
  font-size: clamp(25px, 3.5vw, 45px);
}
h4 {
  font-size: clamp(20px, 3vw, 28px);
}
h5 {
  font-size: clamp(20px, 3vw, 26px);
}
h6 {
  font-size: clamp(20px, 3vw, 22px);
}
p {
  font-family: azo-sans-web, sans-serif !important;
  font-size: 18px;
  font-weight: 300 !important;
}
li {
  font-family: azo-sans-web, sans-serif !important;
  font-size: 18px;
  font-weight: 300;
}
sup {
  line-height: 0;
}
.av-special-heading-h2 .av-subheading p {
  font-size: 18px;
}
#top .av_header_transparency.av_alternate_logo_active .logo a > svg {
  opacity: 1 !important;
}
.html_header_top.html_header_sticky #main {
  padding-top: 0 !important;
}
.scroll-down-link {
  bottom: 50px!important;
}
.scroll-down-link svg {
  display: none!important;
}
.scroll-down-link:before {
  font-family: 'pep_iconset' !important;
  content: '\e800';
  font-size: 30px;
  line-height: 100px;
}
.image_card {
  padding: 7.5%;
  position: relative;
}
.image_card .blurry_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(20px);
  opacity: .75;
}
.image_card .avia-image-container-inner {
  display: block!important;
  position: relative;
  border-radius: 40px!important;
  overflow: hidden;
}
.image_card .avia-image-container-inner img {
  width: 100%;
  height: auto;
}
.hover_card {
  position: relative;
}
.hover_card .avia-image-container {
  margin-bottom: 0!important;
}
.hover_card .avia-image-container-inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 42px;
}
.hover_card .avia-image-overlay-wrap {
  position: relative;
  border-radius: 40px!important;
  overflow: hidden;
}
.hover_card .avia-image-overlay-wrap:before {
  content: '';
  position: absolute;
  mix-blend-mode: multiply;
  background: linear-gradient(180deg, #1c2a59 0%, #0062a0 50%, #36aee3 100%);
  width: 100%;
  height: 102%;
  max-height: 150px;
  padding: 30px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
  right: 0;
  display: flex!important;
  flex-wrap: wrap;
  align-items: center;
  z-index: 15;
  transition: 1s ease max-height;
  box-sizing: border-box;
}
.hover_card .hover_content {
  position: absolute;
  width: 100%;
  height: 102%;
  max-height: 150px;
  padding: 30px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
  right: 0;
  display: flex!important;
  flex-wrap: wrap;
  align-items: center;
  z-index: 30;
  transition: 1s ease max-height;
}
.hover_card .hover_content .av-special-heading {
  margin-top: 0!important;
  padding-bottom: 0!important;
}
.hover_card .hover_content h3,
.hover_card .hover_content p,
.hover_card .hover_content li {
  color: #fff!important;
}
.hover_card .hover_content li {
  font-size: 18px!important;
  line-height: 1.5em!important;
  margin-bottom: 10px;
  text-align: left!important;
}
.hover_card .hover_content li:last-of-type {
  margin-bottom: 0!important;
}
.hover_card .av-subheading {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 1s ease max-height, 1s ease visibility;
}
.hover_card .av-subheading ul {
  padding-top: 45px;
}
.hover_card .special-heading-border {
  display: none!important;
}
.hover_card:hover .hover_content {
  max-height: 700px;
}
.hover_card:hover .av-subheading {
  visibility: visible;
  max-height: 700px;
  transition: 1s ease max-height, 1s ease visibility;
}
.hover_card:hover .avia-image-overlay-wrap {
  position: relative;
}
.hover_card:hover .avia-image-overlay-wrap:before {
  max-height: 700px;
}
.add_back_triangles {
  position: relative;
}
.add_back_triangles .triangle_group {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.add_back_triangles svg {
  width: auto;
  height: 100%;
}
.add_back_triangles img {
  padding: 60px!important;
}
.outline_word_white {
  color: transparent!important;
  -webkit-text-stroke: .03em #fff !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.outline_word_blue {
  color: transparent!important;
  -webkit-text-stroke: 0.03em #0062a0 !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.search .content {
  padding-top: 200px;
}
@media only screen and (max-width: 989px) {
  .search .content {
    padding-top: 100px !important;
  }
  .image_card .avia-image-container-inner img {
    max-width: 500px;
    margin: auto;
  }
}
.html_header_top.html_header_sticky .page-id-4149 #main,
.html_header_top.html_header_sticky .page-id-4152 #main {
  padding-top: 90px!important;
}
.html_header_top.html_header_sticky .page-id-4149 header#header,
.html_header_top.html_header_sticky .page-id-4152 header#header {
  background: #1c2a59 !important;
}
.html_header_top.html_header_sticky .page-id-4149 header#header .header_bg,
.html_header_top.html_header_sticky .page-id-4152 header#header .header_bg {
  background: #1c2a59 !important;
  background-color: #1c2a59 !important;
}
.single header#header {
  background: #1c2a59 !important;
}
.single header#header .header_bg {
  background: #1c2a59 !important;
  background-color: #1c2a59 !important;
}
