    .lathell-news-page{
      --navy:#0b1828;
      --navy-2:#12263d;
      --navy-3:#1a3552;
      --gold:#d6b45a;
      --gold-2:#efd58b;
      --white:#ffffff;
      --bg:#f4f7fb;
      --panel:#eef4fa;
      --line:#d8e2ec;
      --text:#17283b;
      --muted:#607083;
      --shadow:0 18px 48px rgba(11,24,40,.10);
      --radius:24px;

      font-family:Arial, Helvetica, sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at top right, rgba(214,180,90,.10), transparent 22%),
        linear-gradient(180deg, #f8fafc 0%, #eef4fa 100%);
      line-height:1.7;
    }

    .lathell-news-page *{
      box-sizing:border-box;
    }

    .lathell-news-page a{
      color:inherit;
      text-decoration:none;
    }

    .lathell-news-page .wrap{
      width:min(1180px, calc(100% - 28px));
      margin:0 auto;
    }

    .lathell-news-page .hero{
      position:relative;
      overflow:hidden;
      background:linear-gradient(135deg, rgba(11,24,40,.98), rgba(18,38,61,.96));
      color:#fff;
      padding:88px 0 76px;
    }

    .lathell-news-page .hero::before{
      content:"";
      position:absolute;
      top:-80px;
      right:-80px;
      width:290px;
      height:290px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(214,180,90,.26) 0%, rgba(214,180,90,0) 72%);
    }

    .lathell-news-page .hero::after{
      content:"";
      position:absolute;
      left:-120px;
      bottom:-120px;
      width:340px;
      height:340px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(255,255,255,.08) 0%, rgba(255,255,255,0) 72%);
    }

    .lathell-news-page .hero-grid{
      position:relative;
      z-index:2;
      display:grid;
      grid-template-columns:1.18fr .82fr;
      gap:26px;
      align-items:stretch;
    }

    .lathell-news-page .hero-main,
    .lathell-news-page .hero-side{
      border:1px solid rgba(255,255,255,.10);
      border-radius:30px;
      box-shadow:var(--shadow);
      background:rgba(255,255,255,.04);
      backdrop-filter:blur(8px);
    }

    .lathell-news-page .hero-main{
      padding:42px 36px;
    }

    .lathell-news-page .hero-side{
      padding:26px 24px;
    }

    .lathell-news-page .eyebrow{
      display:inline-block;
      margin-bottom:16px;
      padding:8px 14px;
      border-radius:999px;
      border:1px solid rgba(214,180,90,.28);
      background:rgba(214,180,90,.08);
      color:var(--gold-2);
      font-size:12px;
      font-weight:700;
      text-transform:uppercase;
      letter-spacing:.14em;
    }

    .lathell-news-page h1{
      margin:0 0 14px;
      font-size:clamp(36px, 5vw, 58px);
      line-height:1.04;
      letter-spacing:-.03em;
      color:#fff;
    }

    .lathell-news-page .hero p{
      margin:0 0 14px;
      font-size:18px;
      color:#d7e0eb;
    }

    .lathell-news-page .hero-lead{
      max-width:760px;
    }

    .lathell-news-page .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      margin-top:24px;
    }

    .lathell-news-page .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:50px;
      padding:0 18px;
      border-radius:14px;
      font-size:15px;
      font-weight:700;
      transition:.2s ease;
      border:1px solid rgba(255,255,255,.10);
    }

    .lathell-news-page .btn:hover{
      transform:translateY(-1px);
    }

    .lathell-news-page .btn-primary{
      background:linear-gradient(180deg, var(--gold-2), var(--gold));
      color:#0b1828;
      border-color:transparent;
    }

    .lathell-news-page .btn-secondary{
      color:#fff;
      background:rgba(255,255,255,.04);
    }

    .lathell-news-page .hero-side h3{
      margin:0 0 14px;
      font-size:20px;
      color:#fff;
    }

    .lathell-news-page .side-list{
      display:grid;
      gap:12px;
    }

    .lathell-news-page .side-item{
      border:1px solid rgba(255,255,255,.10);
      border-radius:18px;
      padding:16px;
      background:rgba(255,255,255,.03);
    }

    .lathell-news-page .side-item strong{
      display:block;
      margin-bottom:6px;
      font-size:13px;
      text-transform:uppercase;
      letter-spacing:.10em;
      color:var(--gold-2);
    }

    .lathell-news-page .side-item span{
      color:#d7e0eb;
      font-size:14px;
    }

    .lathell-news-page .main{
      padding:34px 0 76px;
    }

    .lathell-news-page .overview-band{
      margin-top:-34px;
      position:relative;
      z-index:3;
    }

    .lathell-news-page .overview-card{
      background:var(--white);
      border:1px solid var(--line);
      border-radius:28px;
      box-shadow:var(--shadow);
      padding:24px;
    }

    .lathell-news-page .overview-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
    }

    .lathell-news-page .overview-box{
      border:1px solid var(--line);
      border-radius:20px;
      padding:18px 16px;
      background:linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
    }

    .lathell-news-page .overview-box strong{
      display:block;
      margin-bottom:8px;
      color:var(--navy-2);
      font-size:13px;
      letter-spacing:.10em;
      text-transform:uppercase;
    }

    .lathell-news-page .overview-box span{
      color:var(--muted);
      font-size:15px;
    }

    .lathell-news-page .content-grid{
      display:grid;
      grid-template-columns:minmax(0, 1fr) 320px;
      gap:24px;
      margin-top:28px;
      align-items:start;
    }

    .lathell-news-page .content{
      display:grid;
      gap:22px;
    }

    .lathell-news-page .section-card{
      background:var(--white);
      border:1px solid var(--line);
      border-radius:26px;
      box-shadow:var(--shadow);
      padding:28px 26px;
    }

    .lathell-news-page h2{
      margin:0 0 12px;
      font-size:29px;
      line-height:1.14;
      color:var(--navy);
      letter-spacing:-.02em;
    }

    .lathell-news-page h3{
      margin:0 0 10px;
      font-size:20px;
      color:var(--navy-2);
    }

    .lathell-news-page p{
      margin:0 0 14px;
      font-size:16px;
      color:var(--text);
    }

    .lathell-news-page .muted{
      color:var(--muted);
    }

    .lathell-news-page .news-list{
      display:grid;
      gap:18px;
      margin-top:8px;
    }

    .lathell-news-page .news-item{
      border:1px solid var(--line);
      border-radius:22px;
      padding:22px 20px;
      background:linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
    }

    .lathell-news-page .news-meta{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-bottom:10px;
    }

    .lathell-news-page .pill{
      display:inline-flex;
      align-items:center;
      min-height:32px;
      padding:0 12px;
      border-radius:999px;
      border:1px solid #e4dcc4;
      background:#fffaf0;
      color:#7b6322;
      font-size:12px;
      font-weight:700;
      letter-spacing:.08em;
      text-transform:uppercase;
    }

    .lathell-news-page .news-item p:last-child,
    .lathell-news-page .section-card p:last-child{
      margin-bottom:0;
    }

    .lathell-news-page .grid-2{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:16px;
      margin-top:16px;
    }

    .lathell-news-page .mini-card{
      border:1px solid var(--line);
      border-radius:20px;
      padding:18px 16px;
      background:var(--panel);
    }

    .lathell-news-page ul{
      margin:0;
      padding-left:20px;
      color:var(--text);
    }

    .lathell-news-page li{
      margin:8px 0;
    }

    .lathell-news-page .sidebar{
      position:sticky;
      top:88px;
      display:grid;
      gap:18px;
    }

    .lathell-news-page .side-panel{
      background:var(--white);
      border:1px solid var(--line);
      border-radius:24px;
      box-shadow:var(--shadow);
      padding:22px 20px;
    }

    .lathell-news-page .side-panel h3{
      font-size:19px;
      margin-bottom:12px;
    }

    .lathell-news-page .nav-links{
      display:grid;
      gap:10px;
    }

    .lathell-news-page .nav-links a{
      padding:11px 12px;
      border:1px solid var(--line);
      border-radius:14px;
      background:#f8fbfe;
      color:var(--navy-2);
      font-size:14px;
      font-weight:700;
    }

    .lathell-news-page .nav-links a:hover{
      border-color:rgba(214,180,90,.70);
      background:#fffdf7;
    }

    .lathell-news-page .tag{
      display:inline-block;
      margin:5px 8px 0 0;
      padding:8px 12px;
      border-radius:999px;
      border:1px solid #e4dcc4;
      background:#fffaf0;
      color:#7b6322;
      font-size:13px;
      font-weight:700;
    }

    .lathell-news-page .footer-note{
      text-align:center;
      color:var(--muted);
      font-size:14px;
      padding:4px 0 26px;
    }

    @media (max-width: 1080px){
      .lathell-news-page .hero-grid,
      .lathell-news-page .content-grid,
      .lathell-news-page .overview-grid{
        grid-template-columns:1fr;
      }

      .lathell-news-page .grid-2{
        grid-template-columns:1fr;
      }

      .lathell-news-page .sidebar{
        position:static;
      }
    }

    @media (max-width: 720px){
      .lathell-news-page .hero{
        padding:58px 0 54px;
      }

      .lathell-news-page .hero-main,
      .lathell-news-page .hero-side,
      .lathell-news-page .section-card,
      .lathell-news-page .side-panel,
      .lathell-news-page .overview-card{
        padding:22px 18px;
        border-radius:22px;
      }

      .lathell-news-page .wrap{
        width:min(1180px, calc(100% - 20px));
      }

      .lathell-news-page .hero p{
        font-size:16px;
      }

      .lathell-news-page .btn{
        width:100%;
      }

      .lathell-news-page .hero-actions{
        flex-direction:column;
      }

      .lathell-news-page h2{
        font-size:25px;
      }
    }
  html, body, #container
{
   width: 100%;
   height: 100%;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text3 div
{
   text-align: left;
}
#wb_Image1
{
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text2 div
{
   text-align: left;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text4 div
{
   text-align: left;
}
#wb_Image4
{
   vertical-align: top;
}
#Image4
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Shape1
{
   border-width: 0;
   vertical-align: top;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text5 div
{
   text-align: left;
}
#wb_Line1
{
   font-size: 0;
}
#Line1
{
   border-width: 0;
   height: 9px;
   width: 1273px;
}
#MegaMenu1
{
   font-size: 0;
   list-style: none;
   margin: 0;
   padding: 0;
   width: 100%;
   margin: 0;
   text-align: left;
   font-family: Arial;
   font-weight: normal;
}
#MegaMenu1 li
{
   display: inline-block;
   font-size: 12px;
   margin: 0;
   padding: 0;
   position: relative;
}
#MegaMenu1 li a
{
   float: left;
}
#MegaMenu1 li .submenu
{
   position: absolute;
   right: 0;
   display: none;
   padding: 15px 15px 15px 15px;
   text-align: left;
   top: 0;
   z-index: 9999;
}
#MegaMenu1 li .submenu.show
{
   display: grid;
}
#MegaMenu1 li .submenu ul
{
   list-style: none;
   margin: 0;
   padding: 0;
}
#MegaMenu1 .submenu ul li
{
   width: 100%;
}
#MegaMenu1 .submenu ul li .heading
{
   display: block;
   color: #3588F0;
   font-weight: normal;
   font-size: 8px;
   font-style: normal;
   margin: 0;
   padding: 8px 0;
   text-decoration: none;
   text-transform: none;
   white-space: nowrap;
}
#MegaMenu1 .submenu ul li a
{
   display: block;
   float: none;
   height: auto;
   border: 1px solid transparent;
   border-radius: 0px;
   color: inherit;
   font-weight: normal;
   font-style: normal;
   padding: 8px 4px 8px 20px;
   text-decoration: none;
   text-transform: none;
   text-indent: 0;
   white-space: nowrap;
}
#MegaMenu1 .button
{
   cursor: pointer;
   position: relative;
   text-align: center;
   margin: 0 1px 0 0;
   outline: 0;
   padding: 6px 20px 6px 10px;
   color: #FFFFFF;
   background-color: #192635;
   background-image: none;
   border: 0px solid #192635;
   border-radius: 0px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
}
#MegaMenu1 .button:hover, #MegaMenu1 .button.active
{
   background-color: #DAA520;
   background-image: none;
   border-color: #DAA520;
   color: #FFFFFF;
}
#MegaMenu1 .submenu
{
   background-color: #000000;
   background-image: none;
   border: 1px solid #000000;
   border-radius: 0px;
   color: #FFFFFF;
}
#MegaMenu1 .submenu a:hover, #MegaMenu1 .submenu a.active
{
   background-color: #000000;
   background-image: none;
   border: 1px solid #000000;
   color: #FFFFFF;
}
#MegaMenu1 li:nth-child(2) .submenu
{
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 15px;
}
#MegaMenu1 li:nth-child(3) .submenu
{
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 15px;
}
#MegaMenu1 li:nth-child(4) .submenu
{
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 15px;
}
#MegaMenu1 li:nth-child(5) .submenu
{
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 15px;
}
#MegaMenu1 li:nth-child(6) .submenu
{
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 15px;
}
#MegaMenu1 li:nth-child(7) .submenu
{
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 15px;
}
#MegaMenu1 li:nth-child(8) .submenu
{
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 15px;
}
#MegaMenu1 li:nth-child(9) .submenu
{
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 15px;
}
#MegaMenu1 li:nth-child(10) .submenu
{
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 15px;
}
#MegaMenu1 li i
{
   font-size: 16px;
   width: 18px;
}
#MegaMenu1 .arrow
{
   margin-top: -8px;
   margin-left: 0;
   position: absolute;
   right: 1px;
   top: 50%;
   display: block;
   overflow: hidden;
   width: 16px;
   height: 16px;
}
#MegaMenu1 .bullet, #MegaMenu1 .icon
{
   left: 0px;
   margin-top: -8px;
   position: absolute;
   top: 50%;
   display: block;
   overflow: hidden;
   width: 16px;
   height: 16px;
}
#MegaMenu1-hamburger
{
   cursor: pointer;
   display: none;
   background-color: #192635;
   border: 0px solid #192635;
   padding: 9px 12px 9px 12px;
}
#MegaMenu1-hamburger .line
{
   width: 9px;
   height: 1px;
   background: #FFFFFF;
   display: block;
   margin: 1px auto;
}
#MegaMenu1-close
{
   display: none;
}
@media all and (max-width:300px) 
{
#MegaMenu1-hamburger
{
   display: inline-block;
}
#MegaMenu1 > li
{
   width: 100%;
}
#MegaMenu1 > li > a
{
   display: none;
}
#MegaMenu1-nav
{
   display: none;
   height: 100% !important;
   left: 0 !important;
   overflow-y: auto;
   position: fixed !important;
   top: 0 !important;
   width: 100% !important;
   z-index: 9998;
}
#MegaMenu1
{
   height: 100% !important;
   width: 100% !important;
}
#MegaMenu1 > li > div
{
   box-sizing: border-box;
   border-width: 0 0 1px 0 !important;
   display: inline-block !important;
   float: none;
   position: static !important;
   width: 100% !important;
}
#MegaMenu1 li .submenu ul, #MegaMenu1 li .submenu ul li
{
   width: 100% !important;
}
##MegaMenu1 .nav-link
{
   box-sizing: border-box;
   display: inline-block !important;
   float: none;
   position: static !important;
   width: 100% !important;
   padding: 9px 5px 9px 21px;
   text-align: left;
}
#MegaMenu1-close
{
   display: block;
   left: 0;
   pointer-events: none;
   position: fixed;
   text-align: right;
   top: 0;
   width: 100%;
   z-index: 9999;
}
#MegaMenu1-close a
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   font-weight: bold;
   padding: 10px 40px 10px 10px;
   pointer-events: all;
   text-decoration: none;
}
#wb_MegaMenu1.open
{
   z-index: 9998 !important
}
#wb_MegaMenu1.open #MegaMenu1-nav
{
   display: block !important;
}
.overflow-no-scroll
{
   overflow: hidden !important;
}
}
