/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 25 2026 | 19:03:27 */
@charset "UTF-8";
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 20 2024 | 19:04:41 */
@font-face {
  font-family: "Branding";
  src: url("/wp-content/uploads/cc_fonts/Branding/Branding-Black.otf") format("opentype"), url("/wp-content/uploads/cc_fonts/Branding/Branding-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Branding";
  src: url("/wp-content/uploads/cc_fonts/Branding/Branding-Bold.otf") format("opentype"), url("/wp-content/uploads/cc_fonts/Branding/Branding-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Branding";
  src: url("/wp-content/uploads/cc_fonts/Branding/Branding-BoldItalic.otf") format("opentype"), url("/wp-content/uploads/cc_fonts/Branding/Branding-BoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Branding";
  src: url("/wp-content/uploads/cc_fonts/Branding/Branding-Medium.otf") format("opentype"), url("/wp-content/uploads/cc_fonts/Branding/Branding-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Branding";
  src: url("/wp-content/uploads/cc_fonts/Branding/Branding-MediumItalic.otf") format("opentype"), url("/wp-content/uploads/cc_fonts/Branding/Branding-MediumItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Branding";
  src: url("/wp-content/uploads/cc_fonts/Branding/Branding-SemiLight.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Branding";
  src: url("/wp-content/uploads/cc_fonts/Branding/Branding-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
html {
  position: relative;
  background-color: #4F5B64 !important;
}
h1 {
  color: #fff;
  font-family: "Branding" !important;
  font-size: clamp(35px, 8vw, 70px) !important;
  font-weight: 900 !important;
}
h2, h3, h4, h5 {
  color: #00acd8;
}
h2 {
  font-family: "Branding";
  font-size: clamp(26px, 4vw, 45px) !important;
  font-weight: 600 !important;
}
h3 {
  font-size: 25px;
  font-weight: 600 !important;
}
h4 {
  font-size: 18px;
  font-weight: 600 !important;
}
sup {
  line-height: 0;
  font-size: small;
}
.default-button a {
  background: #00acd8 !important;
  border: 2px solid #00acd8 !important;
  border-radius: 8px !important;
  color: #fff;
  margin-top: 20px !important;
  text-decoration: none !important;
  transition: all 0.5s ease;
}
.default-button:hover a {
  background: #fff !important;
  border: 2px solid #00acd8 !important;
  color: #00acd8 !important;
}
.alt-button a {
  background: #fff !important;
  border: 2px solid #fff !important;
  border-radius: 8px !important;
  color: #00acd8 !important;
  margin-top: 20px !important;
  transition: all 0.5s ease;
}
.alt-button:hover a {
  background: #00acd8 !important;
  border: 2px solid #00acd8 !important;
  color: #fff !important;
}
#main {
  padding-top: 0 !important;
}
.container {
  min-width: 100% !important;
}
.avia-section {
  position: relative !important;
}
.before_curve_section {
  background: transparent;
  z-index: 3;
}
.before_curve_section img {
  transform: translate3d(0, 30%, 0);
}
.curve_section {
  background-color: transparent;
  margin-top: -7%;
  min-height: 975px;
  z-index: 2;
}
#footer {
  padding: 0 15% 0 0;
}
#footer:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("/wp-content/uploads/footer_pattern.svg");
  background-size: cover;
  background-position: top 30px left;
  background-repeat: no-repeat;
  width: 20%;
  height: 100%;
  transform: translate3d(5%, 0, 0);
}
#footer li li a {
  font-size: 16px !important;
}
#footer a:hover {
  color: #fcac15 !important;
  opacity: 1 !important;
}
#footer ul#menu-main {
  display: flex;
  justify-content: space-between;
}
#footer ul#menu-main > li {
  border: none !important;
}
#footer ul#menu-main > li > a {
  font-size: 26px !important;
  font-weight: 600 !important;
}
#footer ul#menu-main > li li a {
  font-size: 16px !important;
  text-transform: uppercase;
  padding: 10px 5px !important;
}
#footer ul#menu-main > li a {
  color: #fff !important;
}
#footer ul#menu-main > li a:hover {
  background-color: transparent !important;
  text-decoration: underline !important;
}
#footer ul#menu-main li {
  list-style-type: none !important;
  border: none !important;
}
#footer ul#menu-main li:before {
  display: none !important;
}
#footer ul#menu-main #menu-top li a {
  font-size: 26px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  text-transform: none !important;
  padding-bottom: 25px !important;
}
#footer ul#menu-main #menu-top li.menu-item-205:hover a {
  color: #fcac15 !important;
}
#footer ul#menu-main #menu-top .footer_contact:hover > a {
  color: #fcac15 !important;
}
#footer #menu-main > .menu-item > a:hover {
  color: #fcac15 !important;
  text-decoration: none !important;
}
#footer .footer_contact > a {
  text-align: left !important;
}
#footer ul#menu-main #menu-top .nav_social {
  height: auto !important;
  line-height: 1em !important;
  display: inline-block;
  margin: 0 5px;
  transform: translate3d(0, -50%, 0);
}
#footer ul#menu-main #menu-top .nav_social a {
  position: relative !important;
  height: 40px !important;
  width: 40px !important;
  line-height: 40px !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  text-align: center;
}
#footer ul#menu-main #menu-top .nav_social a:before {
  content: "";
  font-family: "entypo-fontello";
  font-size: 25px !important;
  line-height: 40px !important;
}
#footer ul#menu-main #menu-top .nav_social_twitter a:before {
  content: "";
}
#footer ul#menu-main #menu-top .nav_social_linkedin a:before {
  content: "";
}
#footer .footer_contact a {
  margin-bottom: 30px;
}
@media only screen and (min-width: 2000px) {
  .curve_section {
    aspect-ratio: 1.7777777778;
  }
}
.tab_title_lower_content {
  text-align: left !important;
}
.av-tab-arrow-container {
  display: none !important;
}
#three_platforms a .av-tab-arrow-container {
  display: block !important;
  position: absolute;
  width: 300%;
  bottom: 0;
  left: 0;
  top: auto;
  transform: translate3d(0, 8px, 0);
}
#three_platforms a .av-tab-arrow-container > span {
  top: 0 !important;
  transform: translate3d(-50%, 0, 0) !important;
}
@media only screen and (min-width: 2000px) {
  #footer .container {
    min-width: 1000px !important;
  }
}
@media only screen and (max-width: 767px) {
  #footer:before {
    width: 60% !important;
  }
  #footer .content {
    padding-left: 50px !important;
  }
  #footer ul#menu-main {
    flex-direction: column !important;
  }
}
a.positions_button {
  background: #ff9015 !important;
  color: #fff !important;
  border-radius: 10px !important;
  border: 2px solid #ff9015 !important;
  background: #ff9015 !important;
  transition: 0.3s ease all !important;
  font-size: 14px !important;
  padding: 9px 13px !important;
  text-decoration: none !important;
}
a.positions_button:hover {
  background: #fff !important;
  color: #ff9015 !important;
}
/* Privacy Policy */
.page-id-6318 h1 {
  font-size: clamp(26px, 4vw, 45px) !important;
  font-weight: 600 !important;
}
.page-id-6318 .main_color tr:nth-child(even) {
  color: var(--enfold-main-color-color) !important;
}
