@import url("https://use.typekit.net/xty5eya.css");
.WaGadgetMobilePanel .mobilePanel .buttonMenu {

    background: #101630;
}
#id_Header1 {
  border-radius: 15px;
}
.WaGadgetMobilePanel .mobilePanel .buttonLogin {
  display: none;
}
.WaGadgetMobilePanel .mobilePanel {
  background: #f1f1f1;
}
.logoImg {
  max-width: 550px;
}
.WaGadgetMobilePanel .mobilePanel .mobilePanelButton:active, .WaGadgetMobilePanel .mobilePanel .mobilePanelButton.active {
    background: #101630;
    color: white;
}
.WaGadgetMobilePanel .mobilePanel .menuInner ul.firstLevel, .WaGadgetMobilePanel .mobilePanel .menuInner ul ul {
  background: #101630;
}
.WaGadgetMobilePanel .mobilePanel .menuInner ul.firstLevel>li.sel>.item>a {
   color: white;
}
#subHeroBG {
  background-image: url('/resources/Theme/arrow-bg-2.png'), url('/resources/Theme/subherobg2.jpg');
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, cover;
  background-position: left 60%, center;
}
h1, h2, h3, h4, h5, .gadgetStyle002 h1.promo, .promo, h1.promo, H1.header, .gadgetStyleNone H1.header, .gadgetStyle002 H1:not(.promo):not(.header):not(.h1Alt), .gadgetStyle002 h1.header, .gadgetStyle002 h2 {
    font-family: "sofia-pro", sans-serif;
    text-transform: none;
}
p, span, html, body, .quotedText, .gadgetStyle002 .quotedText {
    font-family: "sofia-pro", sans-serif;
         font-size: clamp(16px, 5vw, 21px);
}
h2, h3, h4, h5, .gadgetStyle002 H2, .gadgetStyle002 H3, .gadgetStyle002 H4, .gadgetStyle002 H5, .gadgetStyle002 H4:not(.gadgetTitleH4):not(.h4Alt)  {
        font-size: clamp(24px, 4vw, 30px);
}
.h1Alt, h1.h1Alt, .gadgetStyle002 h1.h1Alt, .h4Alt, h4.h4Alt, .gadgetStyle002 H4.h4Alt {
        font-size: clamp(24px, 4vw, 30px);
}
h1.promo, .gadgetStyle002 H1.promo {
    font-size: clamp(28px, 5vw, 60px);
}
.ctaText {
    font-size: clamp(21px, 4vw, 28px);
}
.zoneWAbranding {
    display: none;
}

.subHeader {
  /* max-width: 80%; margin: 0 6%; */
  padding: 60px 20px 60px 20px;
  max-width: 500px;
}
.boxes td {
  border-radius: 15px;

}
/* BUTTON STYLES */
a.buttonStyle001, a:link.buttonStyle001 {
  border-radius: 15px;
  text-wrap: wrap;
}
a.buttonStyle004, a:link.buttonStyle004 {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: auto;
    margin: 0;
    padding: 0 0px 10px 0;
    background: transparent;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 4px solid #f7c563;
    color: #000;
    font-family: 'sofia-pro', sans-serif;
}
a.buttonStyle004::after {
    content: 't';
    background: url(/resources/Theme/arrow-ylw.png);
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -9999px;
    background-position: right center;
}
a.buttonStyle005:hover::after {
    content: 't';
    background: url(/resources/Theme/arrow-hover.png)!important;
    width: 100px!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    display: inline-block!important;
    text-indent: -9999px!important;
    background-position: right center!important;
}

a.buttonStyle005, a:link.buttonStyle005 {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: auto;
    margin: 0;
    padding: 0 0px 10px 0;
    background: transparent;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 4px solid #f7c563;
    color: #f7c563;
    font-family: 'sofia-pro', sans-serif;
}

a.buttonStyle005::after, a:link.buttonStyle005::after {
    content: 't';
    background: url(/resources/Theme/arrow-ylw.png);
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -9999px;
    background-position: right center;
}
/* END BUTTON STYLES */
/* MENU */
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel>li>.item>a {
    text-transform: none;
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel {
    float: right;
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .stickyMenu.active {
    
    background-image: url(/resources/Theme/Trident-CPM.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 4% 0;
}
/* END MENU */

/* ANIMATIONS */
.animated-gradient {
  width: 100%; /* Set your desired width */

  background: linear-gradient(90deg, rgba(7,24,46,1) 0%, rgba(17,45,81,1) 35%, rgba(10,34,63,1) 100%);
  background-size: 200% 200%;
  animation: gradientAnimation 10s ease infinite;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


@keyframes fadeSlideIn {
  0% {
    opacity: 0; /* Start fully transparent */
    transform: translateX(100%); /* Start off to the right */
  }
  100% {
    opacity: 1; /* Fully visible */
    transform: translateX(0); /* Slide to the original position */
  }
}

.fade-slide {
  opacity: 0; /* Start hidden */
  animation: fadeSlideIn 1s ease-out forwards; /* Adjust duration and easing as needed */
}

/* END ANIMATIONS */
/* TABLET VIEW */
@media (min-width: 809px) and (max-width: 927px) {
#id_w2yv8AO {
  background-position: 30% center!important;
}
}
/* END TABLET VIEW */
/* Mobile View */
@media screen and (max-width: 766px) {
.mobile-text {
    text-align: center;
}
.non-mobile {
    display: none;
}
.logoImg {
  text-align: center;
  margin: 0 auto;
  max-width: 400px;

}
}


@media screen and (min-width: 1920px) {

#subHeroBG {
  background-image: url('/resources/Theme/arrow-bg-xl.png'), url('/resources/Theme/AdobeStock_583495223_Preview.jpeg');
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, cover;
  background-position: left 60%, center;
}
}

/* BACK TO TOP */
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f7c563;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #1aa7e4;
}
#back-to-top.show {
    opacity: 1;
}

/* END BACK TO TOP */

@import url("https://p.typekit.net/p.css?s=1&k=xty5eya&ht=tk&f=24547.24548.24549.24552&a=14595082&app=typekit&e=css");

@font-face {
font-family:"sofia-pro";
src:url("https://use.typekit.net/af/b718ff/00000000000000007735f98d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/b718ff/00000000000000007735f98d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/b718ff/00000000000000007735f98d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"sofia-pro";
src:url("https://use.typekit.net/af/c09857/00000000000000007735f98c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/c09857/00000000000000007735f98c/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/c09857/00000000000000007735f98c/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"sofia-pro";
src:url("https://use.typekit.net/af/262452/00000000000000007735f99a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/262452/00000000000000007735f99a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/262452/00000000000000007735f99a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}

@font-face {
font-family:"sofia-pro";
src:url("https://use.typekit.net/af/36f509/00000000000000007735f994/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/36f509/00000000000000007735f994/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/36f509/00000000000000007735f994/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:700;font-stretch:normal;
}

.tk-sofia-pro { font-family: "sofia-pro",sans-serif; }