﻿header{position:fixed;left:0;top:0;width:100%;z-index:99999;background:rgba(0,0,0,0)}header.sticky .top-bar{opacity:0;visibility:hidden;height:0;border:none;padding:0}header.sticky .desktop-nav{padding:10px 0;background-color:#33124b}header.sticky .desktop-nav .navbar-brand .logo{width:200px}header.sticky .desktop-nav .links a::after,header.sticky .desktop-nav .links p::after{bottom:10px}header .top-bar{background:#fafafa;padding:10px 0;display:flex;justify-content:space-between;align-items:center;transition:.3s}header .top-bar .container{justify-content:space-between}header .top-bar p,header .top-bar a{color:#33124b}header .top-bar p{margin:0}header .top-bar a:hover{opacity:.7}header .top-bar .call-info{display:flex;flex-wrap:wrap;align-items:center;text-decoration:none}header .top-bar .call-info:hover{text-decoration:underline}header .top-bar .call-info p{margin-bottom:0;font-family:"Poppins",sans-serif;font-size:18px;font-style:normal;font-weight:600}header .top-bar .call-info .icon{width:14px;height:18px;margin-right:15px}header .top-bar .call-info .icon img{width:100%;display:block;height:auto}header .top-bar .socials{display:flex;align-items:center;flex-wrap:wrap}header .top-bar .socials a{margin-right:10px}header .top-bar .socials a img{width:18px;height:18px;object-fit:contain;display:block}header .top-bar .socials a:hover{opacity:.7}header .navbar-brand .logo{max-width:100%;width:205px;height:auto;transition:.3s;display:block}header .navbar-brand .logo.sticky{display:none;opacity:0;visibility:hidden}.desktop-nav{padding:21px 0;display:flex;align-items:center;justify-content:space-between;background-color:#fff;position:relative;z-index:11;width:100%;transition:.3s}.desktop-nav .container{justify-content:space-between;display:flex;flex-wrap:wrap}.desktop-nav .navbar-brand{display:flex;align-items:center;outline:none}.desktop-nav .navbar-brand img{display:block;width:270px;height:85px;object-fit:contain;outline:none}.desktop-nav .links{display:flex;align-items:center;transition:.3s}.desktop-nav .links p{margin:0}.desktop-nav .links a,.desktop-nav .links p{padding:10px 0;text-decoration:none;font-size:20px;font-style:normal;font-weight:400;line-height:1.5;position:relative;display:block;font-family:"Poppins",sans-serif;transition:.3s;color:#33124b;margin:0 14px}.desktop-nav .links a:after,.desktop-nav .links p:after{content:"";width:0;height:1px;position:absolute;bottom:10px;left:0;right:0;margin:auto;transition:.3s;background-color:#33124b}.desktop-nav .links a.active::after,.desktop-nav .links p.active::after{width:100%}.desktop-nav .links a:hover::after,.desktop-nav .links p:hover::after{width:100%}.desktop-nav .links .button{margin-left:20px;display:flex;align-items:center;padding:12px 16px;font-size:15px;margin-right:0;color:#000;font-weight:700}.desktop-nav .links .button:hover{color:#000;opacity:1;background-image:#33124b}.desktop-nav .links .button::after{content:none}.desktop-nav .links .dropdown-container{display:inline-block;position:relative;transition:.3s;z-index:1;margin-right:13px}.desktop-nav .links .dropdown-container>a::before,.desktop-nav .links .dropdown-container>p::before{content:"";background:url("../images/down-arrow.svg") no-repeat;position:absolute;right:-22px;top:22px;width:12px;height:10px;background-size:100%}.desktop-nav .links .dropdown-container .link-list-hover:hover .linklist{opacity:1;visibility:visible}.desktop-nav .links .dropdown-container .link-list-hover a.title-nav,.desktop-nav .links .dropdown-container .link-list-hover p.title-nav{position:relative;width:100%;display:inline-block}.desktop-nav .links .dropdown-container .link-list-hover a.title-nav:hover::before,.desktop-nav .links .dropdown-container .link-list-hover p.title-nav:hover::before{filter:brightness(0) invert(1)}.desktop-nav .links .dropdown-container .link-list-hover p.title-nav{cursor:unset}.desktop-nav .links .dropdown-container .link-list-hover:first-child p.title-nav{border-top:none}.desktop-nav .links .dropdown-container .link-list-hover .linklist{position:absolute;padding:0;z-index:9999;background:#fff;border-top:2px solid #33124b;box-shadow:0 1px 4px rgba(0,0,0,.1);visibility:hidden;opacity:0;transform:translateZ(0);text-align:left;right:-210px;left:auto;width:210px;top:auto;margin-top:-39px}.desktop-nav .links .dropdown-container .link-list-hover .linklist a:first-child{border-top:none}.desktop-nav .links .dropdown-container .dropdown{visibility:hidden;opacity:0;transition-duration:.1s;margin-top:10px;transition-timing-function:ease-in;transition-property:opacity,margin-top,visibility;position:absolute;background:#fff;border-top:2px solid #33124b;box-shadow:0 2px 4px rgba(0,0,0,.1);width:245px;padding:0 0}.desktop-nav .links .dropdown-container .dropdown a,.desktop-nav .links .dropdown-container .dropdown p{display:block;padding:10px 20px;line-height:1.3;font-size:18px;font-style:normal;margin:0;position:relative;color:#282828}.desktop-nav .links .dropdown-container .dropdown a::before,.desktop-nav .links .dropdown-container .dropdown p::before{content:"";width:8px;height:0;position:absolute;left:0;bottom:0;transition:.3s}.desktop-nav .links .dropdown-container .dropdown a::after,.desktop-nav .links .dropdown-container .dropdown p::after{content:none}.desktop-nav .links .dropdown-container .dropdown a:hover,.desktop-nav .links .dropdown-container .dropdown a.active,.desktop-nav .links .dropdown-container .dropdown p:hover,.desktop-nav .links .dropdown-container .dropdown p.active{background:#252b37;color:#fff;opacity:1}.desktop-nav .links .dropdown-container .dropdown a:hover::before,.desktop-nav .links .dropdown-container .dropdown a.active::before,.desktop-nav .links .dropdown-container .dropdown p:hover::before,.desktop-nav .links .dropdown-container .dropdown p.active::before{height:100%}.desktop-nav .links .dropdown-container .dropdown .dropdown{position:relative;left:60px;width:80%;padding:10px 0;margin:10px 0}.desktop-nav .links .dropdown-container .dropdown .dropdown a{border-bottom:1px solid #f6f7fb}.desktop-nav .links .dropdown-container .dropdown .dropdown a:before{content:"➤";position:absolute;left:17px;top:50%;transform:translate(-50%, -50%)}.desktop-nav .links .dropdown-container .dropdown .submenu{left:190px;z-index:9;top:auto;visibility:hidden;opacity:0;position:absolute;background:#33124b;width:190px;padding:10px 0;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);top:auto;margin:-10px 0 0 0;transition-timing-function:ease-in;transition-property:opacity,margin-top,visibility}.desktop-nav .links .dropdown-container .dropdown a:hover+.submenu{opacity:1 !important;visibility:visible !important}.desktop-nav .links .dropdown-container .dropdown .dropdown-inner-container{width:100%}.desktop-nav .links .dropdown-container:hover .dropdown{visibility:visible;opacity:1;margin-top:-8px}.desktop-nav .emergency-call{display:flex;align-items:center;margin-left:20px}.desktop-nav .emergency-call .navigation__cta a{color:#fff;padding:10px 12px;margin-right:0}.desktop-nav .emergency-call .navigation__cta a::after{content:none}.desktop-nav .emergency-call .navigation__contact{display:flex;align-items:center}.desktop-nav .emergency-call .navigation__contact .navigation__contact-icon{width:18px;height:18px;display:block;object-fit:contain}.desktop-nav .emergency-call .navigation__contact a{padding:0;font-size:18px;font-style:normal;font-weight:600;line-height:28px;letter-spacing:-0.36px}.desktop-nav .emergency-call .navigation__contact a::after{content:none}.horizontal-header .top-bar{width:100%;background:rgba(0,0,0,0);padding:20px 0 0;position:absolute;right:0;top:0;z-index:111}.horizontal-header .top-bar .container{justify-content:flex-end}.horizontal-header .desktop-nav{padding:25px 0}.horizontal-header .desktop-nav .links{margin-top:40px}.horizontal-header .desktop-nav .navigation__cta .btn{margin-right:0}.vertical-header .top-bar{background:rgba(0,0,0,0);position:absolute;top:0;right:0;width:100%}.vertical-header .top-bar .top-wrap{width:75%;border-bottom:1px solid #a4a7ae;display:flex;align-items:center;justify-content:flex-end;padding:10px 80px 20px;position:relative;z-index:1111}.vertical-header .top-bar .socials{margin-right:0}.vertical-header .top-bar .container{justify-content:flex-end}.vertical-header .top-bar .emergency-wrap{display:flex;align-items:center}.vertical-header .top-bar .emergency-wrap .emergency-call{display:flex;flex-wrap:wrap;margin-left:30px;align-items:center}.vertical-header .top-bar .emergency-wrap .emergency-call span{font-size:24px;font-style:normal;font-weight:600;line-height:32px;letter-spacing:-0.48px}.vertical-header .top-bar .emergency-wrap .emergency-call span.icon{width:40px;height:40px;border:1px solid #000;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-right:18px}.vertical-header .top-bar .emergency-wrap .emergency-call .info p{font-size:18px;font-style:normal;font-weight:400}.vertical-header .top-bar .emergency-wrap .emergency-call .info span{width:80%}.vertical-header .top-bar .emergency-wrap .emergency-call .info a{text-decoration:none}.vertical-header .top-bar .emergency-wrap .emergency-call .info a:hover{text-decoration:underline}.vertical-header .desktop-nav{padding:35px 0 20px}.vertical-header .desktop-nav .links{margin-top:80px;padding-right:80px}@media only screen and (max-width: 1440px){.vertical-header .top-bar .top-wrap{padding:10px 0px 20px}.vertical-header .desktop-nav .links{padding-right:0}}.default-dark .desktop-nav{background-color:rgba(0,0,0,0)}.default-dark .desktop-nav .links a,.default-dark .desktop-nav .links p{color:#fff}.default-dark .desktop-nav .links a::after,.default-dark .desktop-nav .links p::after{background-color:#fff}.default-dark .desktop-nav .links .dropdown-container>a::before,.default-dark .desktop-nav .links .dropdown-container>p::before{filter:brightness(0) invert(1)}.default-dark.horizontal-header .top-bar p,.default-dark.horizontal-header .top-bar a{color:#fff}.default-dark.vertical-header .top-bar p,.default-dark.vertical-header .top-bar a{color:#fff}.default-dark.vertical-header .top-bar .socials a img{filter:brightness(0) invert(1)}.default-dark.vertical-header .emergency-wrap .emergency-call span.icon{border-color:#fff}.default-dark.vertical-header .emergency-wrap .emergency-call span.icon img{filter:brightness(0) invert(1)}@media only screen and (max-width: 1440px){.mobile-nav.default-dark .top{background-color:#33124b}.mobile-nav.default-dark .mobile-dotnav-close .line{background-color:#000}.mobile-nav.default-dark div.mobile-nav-btn div.nav-dot{background-color:#000}}nav.mobile-header{display:none}@media only screen and (max-width: 1800px){.desktop-nav .links a,.desktop-nav .links p{font-size:18px}}@media only screen and (max-width: 1600px){.desktop-nav .links a,.desktop-nav .links p{font-size:16px;margin:0 10px}.desktop-nav .links .dropdown-container>a::before,.desktop-nav .links .dropdown-container>p::before{top:20px}.desktop-nav .links .dropdown-container .dropdown a,.desktop-nav .links .dropdown-container .dropdown p{font-size:16px}}@media only screen and (max-width: 1440px){.desktop-nav .navbar-brand img{width:190px}.desktop-nav .links a,.desktop-nav .links p{margin:0 8px;font-size:13px}.desktop-nav .links .dropdown-container{margin-right:7px}.desktop-nav .links .dropdown-container>a::before,.desktop-nav .links .dropdown-container>p::before{top:18px;width:11px;right:-16px}.desktop-nav .links .dropdown-container .dropdown a,.desktop-nav .links .dropdown-container .dropdown p{font-size:15px}.desktop-nav .emergency-call{margin-left:5px}}@media only screen and (max-width: 1440px){header{display:none}.mobile-nav-open .mobiletop-bar{background-color:#fff}.mobile-nav-open nav.mobile-nav .top{border-bottom:1px solid #a4a7ae}.mobile-nav-open nav.mobile-header{background-color:#33124b}.mobile-nav-open nav.mobile-header a.mobile-logo img.default{display:none}.mobile-nav-open nav.mobile-header a.mobile-logo img.sticky{display:block}.mobiletop-bar{background:#fafafa;width:100%;display:flex;justify-content:space-between;padding:10px 30px;height:40px;align-items:center;overflow:hidden;justify-content:center;border-bottom:1px solid #a4a7ae}.mobiletop-bar .call-info{display:flex;align-items:center}.mobiletop-bar .call-info .icon{margin-right:10px}.mobiletop-bar .call-info .icon img{width:14px;height:18px;object-fit:contain;display:block}.top-bar{display:none}.open-mobile-nav{position:absolute;padding:0;top:34px;font-size:43px;color:#000;z-index:11;width:45px;height:auto;line-height:0;display:inline-flex;align-items:center;justify-content:center;right:0;font-weight:normal;font-family:"Bellefair",sans-serif}.open-mobile-nav .dropdown-chev{display:flex}.open-mobile-nav .dropdown-chev img{width:15px}nav.mobile-nav{display:flex;width:100%;position:relative;z-index:9;flex-direction:column}nav.mobile-nav.sticky .mobiletop-bar{border-bottom:1px solid #a4a7ae}nav.mobile-nav.sticky .top a.mobile-logo img.default{display:none}nav.mobile-nav.sticky .top a.mobile-logo img.sticky{display:block}nav.mobile-nav .top{justify-content:space-between;align-items:center;display:flex;padding:0 30px;z-index:1;height:110px;transition:.3s;position:relative}nav.mobile-nav li{border-bottom:unset;margin:0}nav.mobile-nav li .dropdown-container .dropdown{padding:0 15px}nav.mobile-nav li .dropdown-container .dropdown a{margin:0;border-top:unset;padding:10px 15px;color:#321249}nav.mobile-nav .mobile-nav a,nav.mobile-nav .mobile-nav p{margin:10px 0 0;padding:15px 0;font-size:16px;font-style:normal;font-weight:500;width:100%;line-height:normal;display:inline-block;border-bottom:unset;text-align:center;justify-content:center}nav.mobile-nav .mobile-nav a:hover,nav.mobile-nav .mobile-nav p:hover{color:#000}nav.mobile-nav .dropdown-container{position:relative;width:100%;flex-direction:row-reverse;display:inline-flex;flex-wrap:wrap;justify-content:flex-end}nav.mobile-nav .dropdown-container p{color:#000;line-height:normal}nav.mobile-header{display:block;margin-bottom:0;position:fixed;width:100%;top:0;z-index:999;background:rgba(0,0,0,0);height:auto;transition:.3s;border:none;padding:0}nav.mobile-header.sticky{box-shadow:0 2px 5px 0 rgba(10,13,18,.12);background-color:#33124b}nav.mobile-header .logo-wrap{width:100%;display:inline-block;text-align:center}nav.mobile-header a.mobile-logo{display:inline-block;line-height:0;margin:0;padding:10px 0}nav.mobile-header a.mobile-logo img{width:300px;height:auto;position:relative;margin:0 auto;display:block;transition:.3s ease-in-out}nav.mobile-header a.mobile-logo img.sticky{display:none}nav.mobile-header a.mobile-logo .m-logo-white{display:none}nav.mobile-header .pull-right{float:right;height:auto;display:flex;align-items:center;flex-wrap:wrap;text-align:center;justify-content:center;gap:30px;flex-direction:row-reverse}nav.mobile-header .pull-right .btn{padding:15px 20px;color:#fff}nav.mobile-header .pull-right .navigation__contact{margin-right:5px}nav.mobile-header .pull-right .navigation__contact .icon img{width:35px;display:block}div.mobile-nav-btn{width:60px;height:55px;position:relative;display:flex;align-items:flex-end;justify-content:center;flex-direction:column;gap:unset;border-radius:0;padding:0;background:#fff}div.mobile-nav-btn div.nav-dot{height:2px;min-height:2px;width:55%;background-color:#33124b;opacity:1;transition:opacity .1s ease;right:0;top:2px;border-radius:0;margin:4px auto}div.mobile-nav-btn div.nav-dot.two{top:15px}div.mobile-nav-btn div.nav-dot.three{top:25px}div.mobile-nav-btn .mobile-dotnav-close{color:#fff;position:absolute;width:32px;left:50%;opacity:0;top:45%;transform:translate(-50%, -50%)}.mobile-dotnav-close .line{position:absolute;width:100%;height:2px;border-radius:6px;background-color:#33124b;transform-origin:center center}.mobile-dotnav-close .line:nth-child(1){transform:rotate(45deg)}.mobile-dotnav-close .line:nth-child(2){transform:rotate(-45deg)}div.mobile-nav{display:flex;flex-direction:column;align-items:flex-start;position:fixed;padding:0;right:0;overflow-y:auto;height:100vh;transition:right .2s ease-in-out;width:100%;right:-115%;max-height:100vh;padding:50px 30px 250px;top:110px;background:#fff}.mobile-nav ul p{font-size:16px;text-decoration:none;display:block;margin:0;padding:16px 0;color:#321249 !important;line-height:1.5;font-weight:400;text-align:left}.mobile-nav ul p:after{content:none}.mobile-nav li.active a{opacity:.6}.mobile-nav li.active .dropdown a{opacity:1}.mobile-nav a,.mobile-nav p{text-decoration:none;display:block;margin:0 0;padding:0;color:#000;font-size:16px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:-0.28px}.mobile-nav a::after,.mobile-nav p::after{content:none}div.mobile-nav-screen{display:block;width:100%;height:100vh;position:absolute;top:0;left:0}.dropdown{width:100%;padding:0 30px;position:relative;z-index:11;background-color:rgba(200,185,211,.3490196078)}.dropdown a,.dropdown p{margin:0 !important;font-weight:normal;position:relative;display:flex !important;align-items:center;width:100%}.dropdown a:hover,.dropdown p:hover{cursor:pointer;color:#f6f7fb;text-decoration:none}.dropdown a:hover::after,.dropdown p:hover::after{background-color:#f6f7fb}.dropdown a.active,.dropdown p.active{flex-direction:row-reverse;color:#000}.dropdown a.active::after,.dropdown p.active::after{content:"";margin:0 12px 0 0;background-color:#321249}.dropdown .dropdown .dropdown{padding:0 0 0 40px}body.open-menu nav.mobile-nav .top{background:#33124b;border-bottom-color:#fff}body.open-menu nav.mobile-header .pull-right .callTo{display:none}body.open-menu nav.mobile-header a.mobile-logo .m-logo{display:none}body.open-menu nav.mobile-header a.mobile-logo .m-logo-white{display:block}body.open-menu div.mobile-nav-btn{background:rgba(0,0,0,0)}#mobile-sticky{background:#33124b;height:55px;position:fixed;bottom:0;z-index:999999;display:flex !important;width:100%;margin:0 auto;align-items:center;justify-content:space-between;transform:translateY(100%);border-top:1px solid #fff;transition:transform .3s ease-in-out}#mobile-sticky.show{transform:translateY(0)}#mobile-sticky a.button,#mobile-sticky button,#mobile-sticky .button{all:unset;width:100%;height:100%;padding:0;margin:0;display:flex;align-items:center;justify-content:center}#mobile-sticky a.button svg,#mobile-sticky button svg,#mobile-sticky .button svg{fill:#fff;width:28px;height:28px;padding:0;margin:0}#mobile-sticky a.button:nth-child(2),#mobile-sticky button:nth-child(2),#mobile-sticky .button:nth-child(2){border-left:1px solid #fff;border-right:1px solid #fff}#mobile-sticky a.button:hover,#mobile-sticky a.button::before,#mobile-sticky a.button::after,#mobile-sticky button:hover,#mobile-sticky button::before,#mobile-sticky button::after,#mobile-sticky .button:hover,#mobile-sticky .button::before,#mobile-sticky .button::after{content:none}}@media only screen and (max-width: 767px){.mobiletop-bar{padding:0 20px}nav.mobile-nav .top{padding:0 20px}nav.mobile-header .pull-right{gap:20px}nav.mobile-header a.mobile-logo img{width:250px}}@media only screen and (max-width: 480px){nav.mobile-nav .top{padding:0 16px;height:75px}nav.mobile-nav .dropdown-container .dropdown .open-mobile-nav{top:27px}.mobiletop-bar{padding:0 16px}div.mobile-nav{padding:50px 20px 250px;top:74px}.mobile-nav a,.mobile-nav p,.mobile-nav a,.mobile-nav p{font-size:14px}div.mobile-nav-btn{width:41px;height:41px}div.mobile-nav-btn div.nav-dot{height:2px;min-height:2px;margin:2.7px auto}div.mobile-nav-btn .mobile-dotnav-close{width:25px}div.mobile-nav-btn .mobile-dotnav-close .line{height:2px}nav.mobile-header .pull-right .btn{padding:10px 20px}nav.mobile-header .pull-right .navigation__contact .icon img{width:26px}nav.mobile-header a.mobile-logo img{width:200px}}@media only screen and (max-width: 340px){nav.mobile-header .pull-right{gap:10px}nav.mobile-header .pull-right .navigation__contact .icon img{width:24px}nav.mobile-header a.mobile-logo img{width:170px}}.sidebar{width:100%;max-width:28%;margin:146px 0;padding:32px 0;display:inline-block;background-color:#33124b;position:relative;height:100%}.sidebar form.search-page-search{width:80%;margin-left:auto;margin-right:auto;margin-bottom:20px;margin-top:50px}.sidebar form.search-page-search input[type=text]{border-radius:8px;padding:10px 15px;border:1px solid #d5d7da;height:50px}.sidebar .title1{font-weight:600;color:#fff;font-size:30px;font-style:normal;font-weight:400;line-height:38px;font-family:"Bellefair",sans-serif;position:relative;text-transform:unset;font-style:normal;padding:16px 48px;text-transform:uppercase}.sidebar .title1:first-of-type{margin-top:0}.sidebar .title1 a{font-size:inherit;font-weight:inherit;line-height:inherit;color:#fff;padding:inherit}.sidebar .title1 a:hover,.sidebar .title1 a.active{margin-left:0 !important;color:#fff}.sidebar .dropdown{display:none}.sidebar a,.sidebar p{display:block;text-decoration:none;color:#fff;font-size:20px;font-weight:600;line-height:28px;font-family:"Poppins",sans-serif;padding:16px 48px;margin:0 0 8px}.sidebar a:hover,.sidebar a.active,.sidebar p:hover,.sidebar p.active{color:#fff}.sidebar a.sidebartitle,.sidebar p.sidebartitle{margin-bottom:0}.sidebar a:hover{text-decoration:underline}.sidebar a.category-link{border-bottom:1px solid hsla(0,0%,100%,.2)}.sidebar .rssfeed a:hover{text-decoration:none}.sidebar .rssfeed a::before{content:none}.sidebar .button-wrapper{position:relative}.sidebar .button-wrapper a,.sidebar .button-wrapper p{display:inline-block;width:100%;padding-right:30px}.sidebar .button-wrapper .open-button{transition:transform .5s ease;background-color:rgba(0,0,0,0);cursor:pointer;display:inline-block !important;position:absolute;top:6px;right:32px;width:20px;height:20px;color:#fff;font-size:32px}.sidebar .button-wrapper .open-button img{width:100%}.sidebar .dropdown-container{position:relative}.sidebar .open-button,.sidebar .close-button{transition:.3s}.sidebar .dropdown-container .dropdown{padding:0 0 0 20px;margin-top:0}.sidebar .archive select{width:100%;padding:8px 12px;color:#282828;appearance:none;background-position:right 10px center;background-size:8px;outline:none;box-shadow:none;font-size:18px;height:45px;border-color:#b4c5ce;font-weight:500}.sidebar .sidebar-links a{border:1px solid #fff;border-radius:0;margin:10px 20px}.sidebar .sidebar-links a.active,.sidebar .sidebar-links a:hover{background:#321249;border-color:rgba(0,0,0,0)}.sidebar.blog-sidebar .news-sidebar a{font-weight:400;padding-left:50px;padding-right:50px}.sidebar.blog-sidebar .news-sidebar a:hover,.sidebar.blog-sidebar .news-sidebar a.active{background-color:#33124b;color:#fff}@media(max-width: 1599px){.sidebar{max-width:26%}}@media(max-width: 1440px){.sidebar{max-width:30%;margin:100px 0}}@media only screen and (max-width: 1100px){.sidebar{width:100%;max-width:100%;margin:0 auto;display:block;margin-bottom:60px}.sidebar form.search-page-search{width:90%}}@media only screen and (max-width: 480px){.sidebar{max-width:100%}.sidebar form.search-page-search{margin-top:30px}.sidebar .title1{font-size:26px;padding-left:30px;padding-right:30px}.sidebar a,.sidebar p{font-size:16px}.sidebar>.dropdown-container{padding-left:30px;padding-right:30px}.sidebar>a,.sidebar>p{padding-left:30px !important;padding-right:30px !important}.sidebar .dropdown-container .dropdown{padding:0 0 0 20px}.sidebar .button-wrapper .open-button{width:16px;height:16px}.sidebar.blog-sidebar{margin-top:0}.sidebar.blog-sidebar .news-sidebar a{padding-left:30px;padding-right:30px}}.mobile-form-popup{position:fixed;top:0;left:0;width:100%;height:100%;display:none;align-items:center;justify-content:center;z-index:9999999;overflow-y:auto;padding:10vw 16vw;background:rgba(0,0,0,.8)}.mobile-form-popup .form{margin:0;width:100%;max-width:100%}.mobile-form-popup .form .title{max-width:90%}.mobile-form-popup .form .form-title{color:#fff}.mobile-form-popup .form form .form-check label{color:#fff}.mobile-form-popup .form form .form-check label a{color:inherit}.mobile-form-popup .form form .form-check-input:checked[type=checkbox]{background-image:url(../images/check.svg) !important;background-color:#fff !important;border-color:#fff !important}.mobile-form-popup .content{width:100%;border-radius:.909vw;background-color:#33124b;position:relative;overflow-y:scroll;padding:2.909vw}@media(max-width: 768px){.mobile-form-popup .content{padding:4.167vw}}@media(max-width: 480px){.mobile-form-popup .content{max-height:130vw;padding:5.455vw}.mobile-form-popup .content p{font-size:20px}}.mobile-form-popup .content button.button{margin:1vw 0 2vw}.mobile-form-popup .form-field-button .btn{color:#321249;background:#fff;border:1px solid #fff}.mobile-form-popup .close-btn{all:unset;background:none;border:none;cursor:pointer;font-size:4vw;position:absolute;top:0;right:0;color:#33124b;width:5vw;height:5vw;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:4}@media(max-width: 768px){.mobile-form-popup .close-btn{font-size:6vw;width:7vw;height:7vw}}@media(max-width: 480px){.mobile-form-popup .close-btn{font-size:7vw;width:9vw;height:9vw}}@media(max-width: 1100px){.mobile-form-popup{padding:10vw 6vw}}@media(max-width: 480px){.mobile-form-popup{padding:5vw 6vw 10vw}}*{box-sizing:border-box}html{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;margin:0;padding:0;border:none}body{margin:0;overflow-x:hidden;font-family:"Poppins",sans-serif;color:#321249;font-display:swap;margin:0;padding:0}h1,h2,h3,h4,h5,h6{color:#000;font-display:swap;font-family:"Bellefair",sans-serif;font-weight:400;line-height:1.2;margin-top:0;width:100%;display:inline-block}.h1,h1,.headfirst{font-size:64px;margin-bottom:19px}@media(max-width: 1440px){.h1,h1,.headfirst{font-size:60px}}@media(max-width: 1100px){.h1,h1,.headfirst{font-size:55px}}@media(max-width: 767px){.h1,h1,.headfirst{font-size:45px}}.h2,h2,.headsecond{font-size:48px;line-height:1.2;margin-bottom:19.2px}@media(max-width: 1440px){.h2,h2,.headsecond{font-size:45px}}@media(max-width: 1100px){.h2,h2,.headsecond{font-size:38px}}@media(max-width: 767px){.h2,h2,.headsecond{font-size:35px}}@media(max-width: 480px){.h2,h2,.headsecond{font-size:30px}}.h3,h3,.headthird{font-size:30px;margin-bottom:19px}@media(max-width: 1440px){.h3,h3,.headthird{font-size:28px}}@media(max-width: 767px){.h3,h3,.headthird{font-size:26px}}@media(max-width: 480px){.h3,h3,.headthird{font-size:22px}}.h4,h4,.headfour{font-size:28px;margin-bottom:19px}@media(max-width: 1440px){.h4,h4,.headfour{font-size:28px}}@media(max-width: 1100px){.h4,h4,.headfour{font-size:24px}}@media(max-width: 480px){.h4,h4,.headfour{font-size:18px}}.h5,h5,.headfive{font-size:26px;margin-bottom:14px}@media(max-width: 1440px){.h5,h5,.headfive{font-size:24px}}@media(max-width: 1100px){.h5,h5,.headfive{font-size:22px}}@media(max-width: 480px){.h5,h5,.headfive{font-size:18px}}.h6,h6,.headsix{font-size:24px;margin-bottom:14px}@media(max-width: 1440px){.h6,h6,.headsix{font-size:24px}}@media(max-width: 1100px){.h6,h6,.headsix{font-size:22px}}@media(max-width: 480px){.h6,h6,.headsix{font-size:18px}}p,.ptag,li,a,.post-meta span{margin:0;padding:0;border:none;font-weight:400;font-size:20px;line-height:1.7;margin-bottom:25px;color:#414651;font-display:swap}@media only screen and (max-width: 1440px){p,.ptag,li,a,.post-meta span{margin-bottom:25px;font-size:18px;line-height:1.5}}@media only screen and (max-width: 480px){p,.ptag,li,a,.post-meta span{font-size:16px;line-height:1.6}}a{transition:.3s;line-height:unset;margin:unset}a:hover{color:#000;text-decoration:none}ul,ol{padding-left:38px;margin-bottom:30px;width:100%}ul li,ol li{line-height:1.5;margin-bottom:0;position:relative}ul li a,ol li a{text-decoration:underline}ul li a:hover,ol li a:hover{text-decoration:none}@media only screen and (max-width: 1440px){ul,ol{padding-left:30px}}@media(max-width: 767px){ul,ol{margin-bottom:30px}ul li,ol li{margin-bottom:10px}}.btn,.buttton{border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-align:center;vertical-align:middle;user-select:none;font-size:14px;line-height:1.5;border-radius:0;letter-spacing:2px;font-weight:600;gap:8px;text-decoration:none;background:rgba(0,0,0,0);font-family:"Poppins",sans-serif;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0)}.btn::before,.buttton::before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;background:#33124b;-webkit-transform:scale(0);transform:scale(0);-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.btn:hover::before,.buttton:hover::before{-webkit-transform:scaleY(1);transform:scaleY(1)}.btn,.btn:link,.btn:visited,.buttton,.buttton:link,.buttton:visited{text-decoration:none}.btn svg,.buttton svg{width:14px;height:14px;fill:currentColor}.btn--icon,.buttton--icon{width:23px;height:20px;flex-shrink:0}.btn--primary,.buttton--primary{color:#fff;background:#321249;border:1px solid #321249}.btn--primary::before,.buttton--primary::before{background:#000}.btn--primary:hover,.btn--primary.hover,.buttton--primary:hover,.buttton--primary.hover{color:#fff;border-color:#33124b}.btn--primary:focus,.btn--primary.focus,.buttton--primary:focus,.buttton--primary.focus{outline:2px solid #321249;outline-offset:2px;border-color:#321249}.btn--secondary,.buttton--secondary{color:#fff;background:#321249}.btn--secondary::before,.buttton--secondary::before{background:#321249}.btn--secondary:hover,.btn--secondary.hover,.buttton--secondary:hover,.buttton--secondary.hover{border-color:#321249;color:#fff}.btn--secondary:focus,.btn--secondary.focus,.buttton--secondary:focus,.buttton--secondary.focus{outline:2px solid #0c793b;outline-offset:2px;border-color:#0c793b}.btn--tertiary,.buttton--tertiary{color:#fff;background:#da6a20}.btn--tertiary::before,.buttton--tertiary::before{background:#321249}.btn--tertiary:hover,.btn--tertiary.hover,.buttton--tertiary:hover,.buttton--tertiary.hover{background:linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%),var(--color-secondary-100, #da6a20)}.btn--tertiary:focus,.btn--tertiary.focus,.buttton--tertiary:focus,.buttton--tertiary.focus{outline:2px solid #da6a20;outline-offset:2px;border-color:#da6a20}.btn--outline,.buttton--outline{background:#fff;border-width:1px;border-style:solid}.btn--outline:hover,.buttton--outline:hover{color:#fff;border-color:#fff}.btn--outline:focus,.btn--outline.focus,.buttton--outline:focus,.buttton--outline.focus{outline:none;border-width:2px;border-style:solid}.btn--outline.btn--primary,.buttton--outline.btn--primary{color:#c1121f;border-color:#c1121f}.btn--outline.btn--primary:hover,.btn--outline.btn--primary.hover,.buttton--outline.btn--primary:hover,.buttton--outline.btn--primary.hover{background:rgba(193,18,31,.1)}.btn--outline.btn--secondary,.buttton--outline.btn--secondary{color:#0c793b;border-color:#0c793b}.btn--outline.btn--secondary:hover,.btn--outline.btn--secondary.hover,.buttton--outline.btn--secondary:hover,.buttton--outline.btn--secondary.hover{background:rgba(12,121,59,.1)}.btn--outline.btn--tertiary,.buttton--outline.btn--tertiary{color:#da6a20;border-color:#da6a20}.btn--outline.btn--tertiary:hover,.btn--outline.btn--tertiary.hover,.buttton--outline.btn--tertiary:hover,.buttton--outline.btn--tertiary.hover{background:rgba(218,106,32,.1)}.btn--text,.buttton--text{background:rgba(0,0,0,0);border:none}.btn--text.btn--primary,.buttton--text.btn--primary{color:#c1121f}.btn--text.btn--primary:hover,.btn--text.btn--primary.hover,.buttton--text.btn--primary:hover,.buttton--text.btn--primary.hover{background:rgba(193,18,31,.1)}.btn--text.btn--primary:focus,.btn--text.btn--primary.focus,.buttton--text.btn--primary:focus,.buttton--text.btn--primary.focus{background:none}.btn--text.btn--secondary,.buttton--text.btn--secondary{color:#0c793b}.btn--text.btn--secondary:hover,.btn--text.btn--secondary.hover,.buttton--text.btn--secondary:hover,.buttton--text.btn--secondary.hover{background:rgba(12,121,59,.1)}.btn--text.btn--secondary:focus,.btn--text.btn--secondary.focus,.buttton--text.btn--secondary:focus,.buttton--text.btn--secondary.focus{background:none}.btn--text.btn--tertiary,.buttton--text.btn--tertiary{color:#da6a20}.btn--text.btn--tertiary:hover,.btn--text.btn--tertiary.hover,.buttton--text.btn--tertiary:hover,.buttton--text.btn--tertiary.hover{background:rgba(218,106,32,.1)}.btn--text.btn--tertiary:focus,.btn--text.btn--tertiary.focus,.buttton--text.btn--tertiary:focus,.buttton--text.btn--tertiary.focus{background:none}.btn--sm,.buttton--sm{font-size:14px;padding:8px 12px}.btn--md,.buttton--md{font-size:14px;padding:10px 14px}.btn--lg,.buttton--lg{font-size:16px;padding:10px 16px}.btn--xl,.buttton--xl{font-size:16px;padding:12px 20px}.btn--2xl,.buttton--2xl{font-size:18px;padding:16px 22px}.btn--3xl,.buttton--3xl{font-size:18px;padding:16px 28px}.btn--rounded,.buttton--rounded{border-radius:8px}.btn--rounded-2xl,.buttton--rounded-2xl{border-radius:10px}.btn--square,.buttton--square{border-radius:1px}.btn--circular,.buttton--circular{border-radius:999px}.btn:disabled,.btn--disabled,.buttton:disabled,.buttton--disabled{opacity:.2;cursor:not-allowed}.btn:disabled:focus,.btn:disabled.focus,.btn--disabled:focus,.btn--disabled.focus,.buttton:disabled:focus,.buttton:disabled.focus,.buttton--disabled:focus,.buttton--disabled.focus{outline:0px;outline-offset:0px;border-width:1px}@media only screen and (max-width: 767px){.btn--2xl,.btn--2xl,.buttton--2xl,.buttton--2xl{font-size:18px;padding:16px 22px}}@media only screen and (max-width: 480px){.btn--2xl,.btn--2xl,.buttton--2xl,.buttton--2xl{font-size:14px;padding:12px 14px}}.container-wrapper{width:100%;padding-left:20px;padding-right:20px;margin-right:auto !important;margin-left:auto !important;display:flex;flex-wrap:wrap}@media(min-width: 576px){.container-wrapper{max-width:100% !important;padding-left:20px;padding-right:20px}}@media(min-width: 992px){.container-wrapper{max-width:1200px !important;width:100%}}@media(min-width: 1441px){.container-wrapper{max-width:1320px !important;width:100%}}@media(min-width: 1600px){.container-wrapper{max-width:1380px !important;width:100%}}@media(min-width: 1800px){.container-wrapper{max-width:1460px !important;width:100%}}.container{width:100%;max-width:1668px;margin:0 auto;padding:0 24px}@media(max-width: 1720px){.container{max-width:1580px}}@media(max-width: 1600px){.container{max-width:1400px}}@media(max-width: 1440px){.container{max-width:1200px}}@media(max-width: 1100px){.container{max-width:100%;padding:0 30px}}@media(max-width: 767px){.container{max-width:100%;padding:0 20px}}@media(max-width: 480px){.container{padding:0 16px}}.max-1920{max-width:1920px;margin-left:auto;margin-right:auto;width:100%}@keyframes fadeIn{0%{opacity:0;filter:blur(10px)}100%{opacity:1;filter:blur(0px)}}.fadeIn{opacity:0;filter:blur(10px)}.fadeIn.active{animation:fadeIn .5s ease forwards;-webkit-animation:fadeIn .5s ease forwards}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px);filter:blur(10px)}100%{transform:translateY(0);opacity:1;filter:blur(0px)}}.fadeUp{position:relative;opacity:0;transform:translateY(20px);filter:blur(10px)}.fadeUp.active{animation:fadeUp .5s ease forwards;-webkit-animation:fadeUp .5s ease forwards}@keyframes fadeDown{0%{transform:translateY(-20px)}100%{transform:translateY(0)}}.fadeDown{position:relative;opacity:0;transform:translateY(-30px)}.fadeDown.active{opacity:1;animation:fadeDown 2s ease-in-out infinite alternate;-webkit-animation:fadeDown 2s ease-in-out infinite alternate}@keyframes fade-left{from{opacity:0;transform:translateX(-10%)}to{opacity:1;transform:translateX(0)}}.fade-left{position:relative;opacity:0}.fade-left.active{animation:fade-left 1.2s ease forwards;-webkit-animation:fade-left 1.2s ease forwards}@keyframes fade-right{from{opacity:0;transform:translateX(10%)}to{opacity:1;transform:translateX(0%)}}.fade-right{position:relative;opacity:0}.fade-right.active{animation:fade-right 1.2s ease forwards;-webkit-animation:fade-right 1.2s ease forwards}@keyframes zoominout{0%{transform:scale(1.2, 1.2)}100%{transform:scale(1, 1)}}.zoominout{position:relative;opacity:0}.zoominout.active{opacity:1;animation:zoominout 9s ease-in-out infinite alternate;-webkit-animation:zoominout 9s ease-in-out infinite alternate}.parallaxbg,.bg{position:absolute;width:100%;left:0;top:0}.p-0{padding:0 !important}.pb-0{padding-bottom:0 !important}.pb-0{padding-bottom:0 !important}.pt-0{padding-top:0 !important}@media only screen and (min-width: 1101px){.pe-xl-4{padding-right:40px}}.pb-4{padding-bottom:40px !important}@media only screen and (max-width: 1100px){.pb-4{padding-bottom:30px !important}}.pt-4{padding-top:40px !important}@media only screen and (max-width: 1100px){.pt-4{padding-top:30px !important}}.mb-0{margin-bottom:0 !important}.mt-0{margin-top:0 !important}.m-auto{margin:0 auto !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.mt-2{margin-top:20px !important}.mr-1{margin-right:10px !important}.mb-1{margin-bottom:10px !important}.mb-2{margin-bottom:20px !important}.mb-3{margin-bottom:25px !important}.mt-3{margin-top:35px !important}.w-100{width:100%;flex:100% !important}.maxw-100{max-width:100% !important;width:100%;flex:100% !important}.lightbg{background:#f6f7fb}.primarybg{background:#33124b}.secondarybg{background:#000}.align-center{align-items:center}.justify-center{justify-content:center}.justify-spacebetween{justify-content:space-between !important}.text-center{text-align:center;justify-content:center}.text-left{text-align:left}.text-right{text-align:right}.section-space{padding:100px 0}.section-space.pb-0{padding-bottom:0 !important}@media(max-width: 1440px){.section-space{padding:80px 0}}@media(max-width: 480px){.section-space{padding:50px 0}}.white-txt{color:#fff}.white-txt p,.white-txt h1,.white-txt h2,.white-txt h3,.white-txt h4,.white-txt h5,.white-txt h6{color:#fff}.italic{font-style:italic !important}.position-relative{position:relative;z-index:1}.container-wrapper.d-block{display:block}.d-none{display:none !important}.glide__arrows button.glide__arrow{border:none;cursor:pointer;background:rgba(0,0,0,0);padding:0 11.52px;box-shadow:none}.glide__arrows button.glide__arrow:hover{opacity:.7}.glide__arrows button.glide__arrow img{width:54px;height:54px}@media(max-width: 1440px){.glide__arrows button.glide__arrow{padding:0 0px}}@media(max-width: 480px){.glide__arrows button.glide__arrow img{width:37px;height:37px}}.breadcrumbs-container{width:100%;position:relative;margin-bottom:28px;z-index:1}.breadcrumbs-container .breadcrumb-wrapper{display:flex;align-items:center;list-style:none;padding:0;color:#fff;margin:0;flex-wrap:wrap}.breadcrumbs-container .breadcrumb-wrapper li{color:#fff;margin:0;font-weight:500;font-size:20px;line-height:1.7;text-transform:capitalize}.breadcrumbs-container .breadcrumb-wrapper li .separator{margin:0 12px}.breadcrumbs-container .breadcrumb-wrapper li a{color:#fff;text-decoration:underline}.breadcrumbs-container .breadcrumb-wrapper li a:hover{text-decoration:none}@media(max-width: 480px){.breadcrumbs-container .breadcrumb-wrapper li{line-height:1.7}}@keyframes marquee{0%{transform:translate3d(0%, 0, 0)}100%{transform:translate3d(-100%, 0, 0)}}@keyframes zoom-in-zoom-out{0%{transform:scale(1, 1)}50%{transform:scale(1.2, 1.2)}100%{transform:scale(1, 1)}}.glide__bullets button.glide__bullet{border-radius:50%;width:17px;height:17px;background:rgba(0,0,0,0);box-shadow:none;border:1px solid #321249;margin:2px 8px;cursor:pointer;padding:0}.glide__bullets button.glide__bullet.glide__bullet--active{background:#321249}@media(max-width: 1440px){.glide__bullets button.glide__bullet{margin:0 10px}}@media(max-width: 480px){.glide__bullets button.glide__bullet{margin:0 10px}}.heading h2,.heading .hero__title{font-size:64px;line-height:85px;text-transform:uppercase}.heading h2 span,.heading .hero__title span{font-size:85px;font-family:"Allura",sans-serif;color:#33124b;text-transform:none}@media(max-width: 1690px){.heading h2,.heading .hero__title{font-size:57px;line-height:77px}.heading h2 span,.heading .hero__title span{font-size:70px}}@media(max-width: 1440px){.heading h2,.heading .hero__title{font-size:50px;line-height:70px}.heading h2 span,.heading .hero__title span{font-size:60px}}@media(max-width: 1100px){.heading h2,.heading .hero__title{font-size:48px;line-height:60px}}@media(max-width: 480px){.heading h2,.heading .hero__title{font-size:22px;line-height:30px}.heading h2 span,.heading .hero__title span{font-size:33px}}.hero-full-bleed-01{position:relative;padding:200px 0 0;color:#fff;width:100%;min-height:940px}.hero-full-bleed-01::before{content:"";background:#33124b;width:52%;height:100%;position:absolute;left:0;top:135px;z-index:11;box-shadow:0 16px 20px 0 rgba(10,13,18,.1215686275)}.hero-full-bleed-01 picture{width:100%;height:100%;position:absolute;top:0px;left:0px}.hero-full-bleed-01 picture img{width:100%;height:100%;position:absolute;object-fit:cover;top:0px;left:0px;object-position:center center}.hero-full-bleed-01 .hero__container{position:relative;max-width:100%;width:100%;height:100%;text-align:left;z-index:111;display:flex;align-items:center;align-content:center}.hero-full-bleed-01 .hero__container .info{width:50%;margin-top:40px}.hero-full-bleed-01 .hero__container .info span.subline{font-family:"Poppins",sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:30px;letter-spacing:4.4px;position:relative;margin-bottom:30px;display:inline-block;padding-left:72px}.hero-full-bleed-01 .hero__container .info span.subline::before{content:"";background:#fff;width:53px;height:1px;position:absolute;left:30px;top:50%;transform:translate(-50%, -50%)}.hero-full-bleed-01 .hero__container .info .heading{margin-bottom:20px}.hero-full-bleed-01 .hero__title{margin:0;font-size:56px;line-height:75px;color:#fff}.hero-full-bleed-01 .hero__title span{font-family:"Allura",sans-serif;font-size:85px;color:#fff;display:block;text-align:right}.hero-full-bleed-01 .hero__subtitle{margin:0 0 16px 0;font-family:"Poppins",sans-serif;font-weight:normal;font-size:20px;line-height:30px;color:#fff;max-width:95%}.hero-full-bleed-01 .hero__subtitle p{font-weight:normal;font-size:20px}.hero-full-bleed-01 .hero__actions{margin-top:35px}.hero-full-bleed-01 .btn.btn--outline{color:#321249;background:#fff;border:1px solid #fff}.hero-full-bleed-01 .btn.btn--outline::before{background:#33124b}.hero-full-bleed-01 .btn.btn--outline:hover{color:#fff;border-color:#fff}@media(max-width: 1720px){.hero-full-bleed-01{min-height:780px}.hero-full-bleed-01::before{width:53%}.hero-full-bleed-01 .hero__subtitle{max-width:100%}.hero-full-bleed-01 .hero__title{font-size:49px;line-height:77px}.hero-full-bleed-01 .hero__title span{font-size:70px}}@media(max-width: 1440px){.hero-full-bleed-01::before{width:55%}.hero-full-bleed-01 picture img{object-position:72% center}.hero-full-bleed-01 .hero__container{max-width:100%}.hero-full-bleed-01 .hero__container .info span.subline{font-size:16px}.hero-full-bleed-01 .hero__title{font-size:40px;line-height:70px}.hero-full-bleed-01 .hero__title span{font-size:60px}}@media(max-width: 1140px){.hero-full-bleed-01 .hero__title{font-size:38px}}@media(max-width: 1100px){.hero-full-bleed-01{padding:80px 0 0;min-height:unset}.hero-full-bleed-01 picture{position:unset}.hero-full-bleed-01 picture img{margin-top:0;position:unset;transform:unset !important;display:block}.hero-full-bleed-01::before{content:none}.hero-full-bleed-01 .hero__container{background-color:#33124b;box-shadow:0 16px 20px 0 rgba(10,13,18,.1215686275);max-width:100%}.hero-full-bleed-01 .hero__container .info{width:100%;padding:20px 25px 100px}.hero-full-bleed-01 .hero__title{font-size:63px;line-height:77px}.hero-full-bleed-01 .hero__title span{font-size:84px}.hero-full-bleed-01 .hero__subtitle{font-size:18px;max-width:100%}.hero-full-bleed-01 .hero__subtitle p{font-size:18px}}@media(max-width: 767px){.hero-full-bleed-01 .hero__subtitle{font-size:16px;line-height:24px}.hero-full-bleed-01 .hero__subtitle p{font-size:16px}.hero-full-bleed-01 .hero__container .info{padding:20px 0px 100px}}@media(max-width: 970px){.hero-full-bleed-01 .hero__title{font-size:55px;line-height:73px}.hero-full-bleed-01 .hero__title span{font-size:76px}}@media(max-width: 861px){.hero-full-bleed-01 .hero__title{font-size:48px}.hero-full-bleed-01 .hero__title span{font-size:65px}}@media(max-width: 695px){.hero-full-bleed-01 .hero__title{font-size:42px;line-height:60px}.hero-full-bleed-01 .hero__container .info span.subline{padding-left:0;margin-bottom:20px}.hero-full-bleed-01 .hero__container .info span.subline::before{content:none}}@media(max-width: 634px){.hero-full-bleed-01 .hero__title{font-size:42px}.hero-full-bleed-01 .hero__container .info span.subline{padding-left:0;margin-bottom:20px}.hero-full-bleed-01 .hero__container .info span.subline::before{content:none}}@media(max-width: 613px){.hero-full-bleed-01 .hero__title{font-size:48px;line-height:60px}.hero-full-bleed-01 .hero__title br{display:none}.hero-full-bleed-01 .hero__title span{font-size:76px}}@media(max-width: 558px){.hero-full-bleed-01 .hero__title{font-size:47px}.hero-full-bleed-01 .hero__title span{font-size:71px}}@media(max-width: 547px){.hero-full-bleed-01 .hero__title{font-size:43px}.hero-full-bleed-01 .hero__title span{font-size:63px}}@media(max-width: 504px){.hero-full-bleed-01 .hero__title{font-size:38px}.hero-full-bleed-01 .hero__title span{font-size:60px}}@media(max-width: 480px){.hero-full-bleed-01{padding:74px 0 0}.hero-full-bleed-01 .hero__container{gap:16px;max-width:100%}.hero-full-bleed-01 .hero__container .info span.subline{font-size:13px;padding-left:0;line-height:normal;margin-bottom:20px;letter-spacing:2.86px;max-width:65%}.hero-full-bleed-01 .hero__container .info span.subline::before{content:none}.hero-full-bleed-01 .hero__container .info .heading{margin-bottom:13px}.hero-full-bleed-01 .hero__title{font-size:31px;line-height:38px}.hero-full-bleed-01 .hero__title span{font-size:37px}.hero-full-bleed-01 .hero__subtitle{font-size:14px;line-height:30px}.hero-full-bleed-01 .hero__subtitle p{font-size:14px}.hero-full-bleed-01 .hero__actions{align-items:stretch;gap:16px;width:100%}.hero-full-bleed-01 .hero__actions .btn{width:auto}}.clientlogo{overflow:hidden}.clientlogo .clogowrap{overflow:hidden;position:absolute;right:0;z-index:1;width:48%;bottom:-94px}.clientlogo .clogowrap ul{list-style:none;display:flex;white-space:nowrap;position:relative;align-items:center;animation:marquee 40s linear infinite;margin:0;padding:0;gap:5vw}.clientlogo .clogowrap ul li{display:flex;white-space:nowrap;flex:0 0 auto;align-items:center;margin-bottom:0}.clientlogo .clogowrap ul li picture{display:flex;white-space:nowrap;flex:0 0 auto;align-items:center;position:relative}.clientlogo .clogowrap ul li picture img{object-fit:contain;height:auto;width:auto;max-width:20vw;height:9.948vw;position:relative}.clientlogo .clogowrap:hover ul{animation-play-state:paused !important}@media only screen and (min-width: 2500px){.clientlogo .clogowrap ul{gap:2vw}.clientlogo .clogowrap ul li picture img{max-width:13vw;height:6.815vw}}@media only screen and (min-width: 1101px){.clientlogo .clogowrap ul li picture img{width:auto;max-width:23vw;height:9vw}}@media only screen and (min-width: 1441px){.clientlogo .clogowrap ul li picture img{max-width:15vw;height:7.815vw}}@media only screen and (max-width: 1100px){.clientlogo{padding-top:0}.clientlogo .clogowrap{width:100%;bottom:-80px;right:0;left:0;margin:0 auto;z-index:111}.clientlogo .clogowrap ul{gap:3vw;animation-duration:10s}.clientlogo .clogowrap ul li{padding-right:7.5vw}.clientlogo .clogowrap ul li picture img{max-width:14vw;height:auto}}@media only screen and (max-width: 767px){.clientlogo .clogowrap ul{animation-duration:10s}.clientlogo .clogowrap ul li{padding-right:8vw}.clientlogo .clogowrap ul li picture img{object-fit:contain;width:auto;max-width:44vw;height:15vw}}@media only screen and (max-width: 1440px){.clientlogo .clogowrap{bottom:-60px}}@media only screen and (max-width: 480px){.clientlogo .clogowrap{bottom:-40px}.clientlogo .clogowrap ul{animation-duration:15s}.clientlogo .clogowrap ul li{padding-right:10vw}.clientlogo .clogowrap ul li picture img{max-width:53vw;height:20vw}}@keyframes marquee{0%{transform:translate3d(0%, 0, 0)}100%{transform:translate3d(-100%, 0, 0)}}@media only screen and (max-width: 1100px){@keyframes marquee{100%{transform:translate3d(-50%, 0, 0)}}}@media only screen and (max-width: 767px){@keyframes marquee{100%{transform:translate3d(-80%, 0, 0)}}}@media only screen and (max-width: 480px){@keyframes marquee{100%{transform:translate3d(-100%, 0, 0)}}}.trusted-sec{padding:200px 0 120px;position:relative}.trusted-sec picture{width:100%;height:100%;position:absolute;top:0px;left:0px;overflow:hidden}.trusted-sec picture img{width:100%;height:100%;position:absolute;object-fit:cover;top:0px;left:0px;object-position:center center}.trusted-sec .trusted-box{position:relative;max-width:100%;padding-left:350px}.trusted-sec .trusted-box .heading{position:relative}.trusted-sec .trusted-box .heading::before{content:"";width:280px;left:-310px;height:1px;background-color:#000;position:relative;top:80px;display:inline-block}.trusted-sec .trusted-box p b{color:#33124b;font-weight:600}@media(max-width: 1720px){.trusted-sec .trusted-box{padding-left:260px}.trusted-sec .trusted-box .heading::before{left:-240px;width:210px}}@media(max-width: 1100px){.trusted-sec{padding:140px 0 120px}.trusted-sec .trusted-box{padding-left:0}.trusted-sec .trusted-box .heading::before{left:0px;width:200px;top:-20px}}@media(max-width: 480px){.trusted-sec{padding:80px 0 120px}.trusted-sec .trusted-box .heading{padding-right:31px}.trusted-sec .trusted-box .heading::before{width:70px;top:-10px}.trusted-sec .trusted-box .heading h2 br{display:none}.trusted-sec .trusted-box p b{font-size:18px;max-width:100%;display:inline-block}}.practice-sec .heading{position:relative;display:flex;width:100%;justify-content:center;text-align:center;margin-bottom:20px}.practice-sec .heading h2{margin-bottom:0;position:relative}.practice-sec .heading::before{content:"";left:40px;width:200px;height:1px;background-color:#000;position:relative;display:inline-block;top:40px}.practice-sec .practice-glidewrap{margin-left:15vw}.practice-sec .practice-areas .glide__arrows{position:absolute;bottom:auto;left:-90px;width:70px;top:50%}.practice-sec .practice-areas .glide__arrows button.glide__arrow{position:absolute;bottom:auto;width:70px;padding:0}.practice-sec .practice-areas .glide__arrows button.glide__arrow.glide__arrow--left{top:0}.practice-sec .practice-areas .glide__arrows button.glide__arrow.glide__arrow--right{top:-75px}.practice-sec .practice-areas .glide__slides{padding:30px 0}.practice-sec .card-wrap{height:auto;padding:20px 0}.practice-sec .card-wrap .card{background:#fff;box-shadow:0 16px 20px 0 rgba(10,13,18,.1215686275);padding:40px;margin:0 20px;height:100%;transition:.3s;display:flex;align-items:flex-start;flex-wrap:wrap;align-content:flex-start}.practice-sec .card-wrap .card h3{text-transform:uppercase;margin-bottom:32px;transition:.3s}.practice-sec .card-wrap .card .card__text{margin-bottom:32px;transition:.3s}.practice-sec .card-wrap .card:hover{background-color:#321249}.practice-sec .card-wrap .card:hover h3,.practice-sec .card-wrap .card:hover .card__text{color:#fff}@media only screen and (min-width: 2500px){.practice-sec .practice-glidewrap{margin-left:0;max-width:1380px;width:100%;margin:0 auto}.practice-sec .practice-glidewrap .practice-areas{position:relative}.practice-sec .heading::before{left:-30px;width:230px}}@media(max-width: 1720px){.practice-sec .heading::before{width:150px;left:55px}}@media only screen and (max-width: 1100px){.practice-sec .practice-glidewrap{margin-left:0}.practice-sec .heading{text-align:left;flex-wrap:wrap;justify-content:unset}.practice-sec .heading::before{top:0;left:0;width:200px}.practice-sec .heading h2{width:100%;margin-top:20px}.practice-sec .practice-areas .glide__arrows{bottom:95px;left:25px;position:unset;display:flex;align-items:center;justify-content:center;width:100%;margin-top:20px;gap:25px}.practice-sec .practice-areas .glide__arrows button.glide__arrow{position:unset;padding:0;width:55px}.practice-sec .practice-areas .glide__arrows button.glide__arrow.glide__arrow--left{padding:0}}@media only screen and (max-width: 767px){.practice-sec .practice-areas .glide__arrows{bottom:100px;left:20px}.practice-sec .card-wrap .card{background-color:#321249}.practice-sec .card-wrap .card h3,.practice-sec .card-wrap .card p{color:#fff}}@media only screen and (max-width: 480px){.practice-sec .heading{padding-right:35px}.practice-sec .heading::before{width:70px}.practice-sec .card-wrap .card{padding:50px 40px}.practice-sec .card-wrap .card h3{margin-bottom:15px;font-size:21px}.practice-sec .practice-areas .glide__slides{padding-bottom:15px;padding-top:0}.practice-sec .practice-areas .glide__arrows button.glide__arrow{width:40px}}.mediabottom-sec{position:relative;padding:158px 0}.mediabottom-sec::before{background:linear-gradient(0deg, rgba(50, 18, 73, 0.75) 0%, rgba(50, 18, 73, 0.75) 100%);content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.mediabottom-sec>picture img{height:130%}.mediabottom-sec .trusted-box{position:relative;z-index:1}.mediabottom-sec .trusted-box .heading::before{background:#fff}.mediabottom-sec .trusted-box .heading h2 span{color:#fff}.mediabottom-sec .trusted-box .btn--primary.btn--text{color:#fff}.mediabottom-sec.whyus-sec::before{content:none}@media only screen and (max-width: 1100px){.mediabottom-sec{padding:90px 0}}@media only screen and (max-width: 480px){.mediabottom-sec{padding:80px 0}.mediabottom-sec .trusted-box .btn--primary.btn--text{margin-top:10px;padding-left:0}}.testimonials-sec .heading{flex-wrap:wrap;text-align:center;max-width:90%;margin-left:auto;margin-right:auto}.testimonials-sec .heading::before{content:none}.testimonials-sec .heading h2{font-size:48px;line-height:75px}.testimonials-sec .heading h2 span{font-size:75px}.testimonials-sec .heading .starul{display:flex;list-style:none;flex-wrap:wrap;justify-content:center;padding:0;margin:35px 0 0}.testimonials-sec .heading .starul li{margin:0 3px}.testimonials-sec .heading .starul li img{width:33px}.testimonials-sec .card-wrap .card{background:url("../images/card-box.webp") no-repeat;background-position:center center;background-size:cover}.testimonials-sec .card-wrap .card h3{color:#33124b}.testimonials-sec .card-wrap .card p{color:#414651}.testimonials-sec .card-wrap .card:hover{background-color:rgba(0,0,0,0)}.testimonials-sec .card-wrap .card:hover h3{color:#33124b !important}.testimonials-sec .card-wrap .card:hover p{color:#414651 !important}@media only screen and (max-width: 1720px){.testimonials-sec .heading h2{font-size:41px;line-height:68px}.testimonials-sec .heading h2 span{font-size:65px}}@media only screen and (max-width: 1100px){.testimonials-sec .heading h2{font-size:32px;line-height:50px}.testimonials-sec .heading h2 span{font-size:52px}.testimonials-sec .btn-wrap{text-align:center}}@media only screen and (max-width: 480px){.testimonials-sec .heading{padding-right:0}.testimonials-sec .heading h2{font-size:22px;line-height:normal}.testimonials-sec .heading h2 span{font-size:25px}.testimonials-sec .heading .starul li img{width:25px}}.whyus-sec{background-color:#321249;padding:0;display:flex;align-items:center;flex-wrap:wrap}.whyus-sec .whyus-wrap{display:flex;align-items:center;flex-wrap:wrap;width:100%}.whyus-sec .imgbx{width:33%}.whyus-sec .imgbx picture{position:unset}.whyus-sec .imgbx img{width:100%;display:block;position:unset;min-height:963px;height:100%;object-fit:cover;object-position:center}.whyus-sec .trusted-box{padding-left:160px;width:66%;padding-right:120px}.whyus-sec .trusted-box p b{color:#fff}@media only screen and (min-width: 1850px){.whyus-sec .trusted-box{padding-right:230px}}@media only screen and (min-width: 2500px){.whyus-sec .whyus-wrap{max-width:1900px;width:100%;margin:0 auto}}@media only screen and (max-width: 1720px){.whyus-sec .imgbx img{min-height:1100px}}@media only screen and (max-width: 1440px){.whyus-sec .imgbx{width:45%}.whyus-sec .trusted-box{padding-right:80px;padding-left:100px;width:55%}}@media only screen and (max-width: 1100px){.whyus-sec .imgbx{width:100%}.whyus-sec .imgbx img{height:auto;min-height:auto}.whyus-sec .trusted-box{padding:70px 50px;width:100%}}@media only screen and (max-width: 767px){.whyus-sec .trusted-box{padding:50px 30px}.whyus-sec .imgbx img{max-height:500px;object-position:top}}@media only screen and (max-width: 480px){.whyus-sec .trusted-box{padding:40px 20px}}.page-content-container.d-flex{display:flex;justify-content:center;flex-wrap:wrap}@media(max-width: 1100px){.page-content-container.d-flex{display:block}}.main-content-container{display:inline-block;width:80%;vertical-align:top;padding:146px 107px 155px 0;max-width:69%}.main-content-container iframe{border:none}.main-content-container.disclaimer.full{width:100%;display:block;padding:95px 0px 80px;max-width:100%}.main-content-container.disclaimer.full p{width:100%;display:inline-block}.main-content-container.full{width:100%;display:block;padding:0;margin:0;max-width:100%}.main-content-container .image-404{width:360px;height:auto;text-align:center}@media(max-width: 1440px){.main-content-container{max-width:69%;padding:100px 99px 100px 0}}@media(max-width: 1100px){.main-content-container{padding:80px 0 60px;display:block;width:100%;max-width:100%}.main-content-container.disclaimer.full{padding:60px 0px}}@media(max-width: 767px){.main-content-container .image-404{width:330px}}@media(max-width: 480px){.main-content-container{padding:37px 0 30px}.main-content-container .image-404{width:250px}}.main-content-container.pa h1,.blog .main-content-container h1,.main-content-container.pa h3,.blog .main-content-container h3,.main-content-container.pa h4,.blog .main-content-container h4,.main-content-container.pa h5,.blog .main-content-container h5,.main-content-container.pa h6,.blog .main-content-container h6{text-transform:uppercase}.main-content-container.pa h1,.blog .main-content-container h1{font-size:60px}@media(max-width: 1440px){.main-content-container.pa h1,.blog .main-content-container h1{font-size:42px}}@media(max-width: 1100px){.main-content-container.pa h1,.blog .main-content-container h1{font-size:36px}}@media(max-width: 767px){.main-content-container.pa h1,.blog .main-content-container h1{font-size:28px}}@media(max-width: 480px){.main-content-container.pa h1,.blog .main-content-container h1{font-size:30px}}.main-content-container.pa h2,.blog .main-content-container h2{padding:0 0 27px;font-size:50px;margin:0;line-height:1;text-transform:uppercase;padding-top:20px}@media(max-width: 1440px){.main-content-container.pa h2,.blog .main-content-container h2{font-size:42px}}@media(max-width: 1100px){.main-content-container.pa h2,.blog .main-content-container h2{font-size:36px}}@media(max-width: 767px){.main-content-container.pa h2,.blog .main-content-container h2{font-size:28px}}@media(max-width: 480px){.main-content-container.pa h2,.blog .main-content-container h2{font-size:30px;padding-top:12px}}.main-content-container.pa h3,.main-content-container.pa h4,.main-content-container.pa h5,.main-content-container.pa h6,.blog .main-content-container h3,.blog .main-content-container h4,.blog .main-content-container h5,.blog .main-content-container h6{padding-top:20px}@media(max-width: 480px){.main-content-container.pa h3,.main-content-container.pa h4,.main-content-container.pa h5,.main-content-container.pa h6,.blog .main-content-container h3,.blog .main-content-container h4,.blog .main-content-container h5,.blog .main-content-container h6{padding-top:12px}}.main-content-container.pa p a,.blog .main-content-container p a{display:inline-block}.main-content-container.pa img,.blog .main-content-container img{margin-bottom:27px}.blog .main-content-container .blog-list h2{padding:0 0 25px}@media(max-width: 1440px){.blog .main-content-container .blog-list h2{font-size:42px}}@media(max-width: 1100px){.blog .main-content-container .blog-list h2{font-size:36px}}@media(max-width: 767px){.blog .main-content-container .blog-list h2{font-size:28px}}@media(max-width: 480px){.blog .main-content-container .blog-list h2{font-size:30px;padding:0 0 25px}}.titlebar{position:relative;height:auto;clear:both;display:flex;flex-wrap:wrap;align-content:center;margin-top:0;overflow:hidden;padding:213px 0 120px}.titlebar::before{content:"";width:100%;height:100%;left:0;top:0;position:absolute;background:rgba(50,18,73,.75);pointer-events:none;z-index:11}.titlebar picture{width:100%;height:100%;position:absolute;bottom:0;left:0;overflow:hidden;display:flex;align-items:flex-end;justify-content:center}.titlebar .fade-in{opacity:0}.titlebar .titlebar-tagline{position:relative;padding-left:76px;text-transform:uppercase;font-family:"Poppins",sans-serif;margin-bottom:30px;letter-spacing:22%}.titlebar .titlebar-tagline::before{content:"";position:absolute;height:1px;width:54px;display:inline-block;top:50%;transform:translateY(-50%);left:0;background-color:#fff}.titlebar h1,.titlebar p.title,.titlebar .title p,.titlebar .title{font-size:70px;color:#fff;font-family:"Bellefair",sans-serif;width:100%;z-index:1;width:100%;display:inline-block}.titlebar h1 span,.titlebar p.title span,.titlebar .title p span,.titlebar .title span{color:#fff}.titlebar p{color:#fff;margin-bottom:30px}.titlebar p.description{max-width:776px}.titlebar .info{width:100%;position:relative;z-index:11;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.titlebar .info .descriptionwrap{max-width:100%}.titlebar .title{margin-bottom:30px}.titlebar .title h1{margin-bottom:0}.titlebar .title p{margin-bottom:0}.titlebar img.parallaxbg{width:100%;height:100%;position:absolute;object-fit:fill;top:0;left:0;object-position:bottom center}.titlebar .btns{margin-top:10px;position:relative;z-index:1;display:inline-flex;width:100%;flex-wrap:wrap}.titlebar.disclaimer-titlebar{min-height:300px;padding:240px 0 120px}@media only screen and (max-width: 1690px){.titlebar h1 span,.titlebar p.title span,.titlebar .title p span,.titlebar .title span{font-size:78px}}@media only screen and (max-width: 1440px){.titlebar .info{max-width:100%}.titlebar img.parallaxbg{object-fit:cover}.titlebar h1,.titlebar p.title,.titlebar .title p,.titlebar .title{font-size:62px}.titlebar p{font-size:20px}}@media only screen and (max-width: 1100px){.titlebar{height:auto;padding:213px 0 120px}.titlebar h1,.titlebar p.title,.titlebar .title p,.titlebar .title{font-size:55px;min-width:100%}.titlebar h1 span,.titlebar p.title span,.titlebar .title p span,.titlebar .title span{font-size:62px}.titlebar .title{margin-bottom:20px;max-width:100%;line-height:normal}.titlebar .title p{margin-bottom:0}.titlebar .info{max-width:100%;width:100%}.titlebar .info .descriptionwrap{max-width:100%}.titlebar.disclaimer-titlebar{padding:170px 0 120px}}@media only screen and (max-width: 767px){.titlebar{overflow:unset;padding:213px 0 120px}.titlebar h1,.titlebar p.title,.titlebar .title p,.titlebar .title{font-size:45px}.titlebar h1 span,.titlebar p.title span,.titlebar .title p span,.titlebar .title span{font-size:54px}.titlebar .titlebar-tagline{font-size:17px;padding-left:0}.titlebar .titlebar-tagline::before{display:none}.titlebar .info .content{padding-right:0}.titlebar img.parallaxbg{object-position:center center}.titlebar.disclaimer-titlebar{min-height:250px;padding:140px 0 80px}}@media only screen and (max-width: 480px){.titlebar{padding:130px 0 60px}.titlebar h1,.titlebar p.title,.titlebar .title p,.titlebar .title{font-size:28px;line-height:38px}.titlebar h1 span,.titlebar p.title span,.titlebar .title p span,.titlebar .title span{font-size:32px}.titlebar .titlebar-tagline{font-size:13px;padding-left:0;margin-bottom:20px;max-width:220px;line-height:normal}.titlebar .titlebar-tagline::before{display:none}.titlebar .info{align-items:flex-start;text-align:left}.titlebar .info .content{padding-right:0}.titlebar p{font-size:14px;line-height:30px}}.blog .post-meta{margin:0 0 22px 0}.blog .post-meta p,.blog .post-meta a{display:inline;margin:0;line-height:unset;color:#555;font-weight:500}.blog .post-meta a{text-decoration:underline}.blog .post-meta a:hover{text-decoration:none}.blog .post-meta span{padding:0 3px}.blog .page-content-container.d-flex{justify-content:space-between}.blog .main-content-container{word-wrap:break-word;padding:146px 99px 155px 0;max-width:70%}.blog .main-content-container img{width:60%;height:auto}.blog .main-content-container iframe{width:60%;height:300px}@media(max-width: 1100px){.blog .main-content-container iframe{width:100%;height:350px}}.blog .main-content-container .small-intro h1{padding:0;padding-bottom:20px}@media(max-width: 1440px){.blog .main-content-container .small-intro h1{padding-left:0}}@media(max-width: 1100px){.blog .main-content-container .small-intro h1{padding-left:0px}}@media(max-width: 480px){.blog .main-content-container .small-intro h1{padding-left:0}}.blog .main-content-container article{position:relative;word-wrap:break-word;overflow:hidden;padding:81px 150px 81px 0;border-bottom:1px solid rgba(0,0,0,.1)}.blog .main-content-container article:first-of-type{padding-top:0}.blog .main-content-container article h2 a{font-size:inherit;line-height:inherit;text-decoration:none;color:inherit}.blog .main-content-container article h2 a:hover{color:#000}.blog .main-content-container article .button{margin-top:14px;display:inline-block;width:auto;padding:0;margin-left:0}.blog .main-content-container .showPostsButton{position:relative;display:block;width:auto;text-align:left;margin:60px 0 0 0;transition:.3s;padding:0}.blog .main-content-container .showPostsButton:hover{cursor:pointer}@media(max-width: 1599px){.blog .main-content-container{max-width:68%}.blog .main-content-container article{padding:81px 20px 81px 0}}@media(max-width: 1440px){.blog .main-content-container{max-width:69%;padding:100px 80px 100px 0}.blog .main-content-container .showPostsButton{display:block;margin:60px 0 0 0px}.blog .main-content-container article{padding:40px 0 40px 0}}@media(max-width: 1100px){.blog .main-content-container{max-width:100%;padding:80px 0 60px 0}.blog .main-content-container .showPostsButton{display:block;margin:40px 0 0 0}.blog .main-content-container article{padding:40px 0 40px 0}.blog .main-content-container img{width:80%}}@media only screen and (max-width: 480px){.blog .main-content-container{max-width:100%;padding:60px 0 60px 0}.blog .main-content-container .showPostsButton{display:block;margin:40px 0 0 0px}.blog .main-content-container article{padding:40px 0 40px 0}.blog .main-content-container img{width:100%}}form.search-page-search{position:relative;margin-bottom:29px;width:100%;display:flex;align-items:center;justify-content:space-between}form.search-page-search input{color:#737373;background-color:#fff;padding:14px 17px;border:1px solid #cacaca;display:block;font-size:15px;-webkit-appearance:none;border-radius:0;font-family:"Source Sans Pro",sans-serif;margin:0 auto;flex-grow:1}form.search-page-search input[type=submit]{width:24px;height:24px;font-size:0;padding:0;text-transform:capitalize;color:#fff;background:url("/assets/images/search.svg") no-repeat;background-size:cover;position:absolute;right:14px;top:15px;border:0;cursor:pointer}@media(max-width: 1440px){form.search-page-search{margin-bottom:40px}form.search-page-search input[type=submit]{width:33px;height:33px;right:25px}}@media(max-width: 1100px){form.search-page-search input[type=submit]{width:42px;height:42px}}@media(max-width: 767px){form.search-page-search{margin-bottom:54px}form.search-page-search input{padding:20px}form.search-page-search input[type=submit]{width:38px;height:38px}}@media(max-width: 480px){form.search-page-search{margin-bottom:19px}form.search-page-search input{font-size:14px;padding:12px 18px}form.search-page-search input[type=submit]{width:23px;height:23px;right:13px}}.about-sec{padding:90px 0 125px;position:relative}.about-sec picture{width:100%;height:100%;position:absolute;top:0px;left:0px;overflow:hidden}.about-sec picture img{width:100%;height:100%;position:absolute;object-fit:cover;top:0px;left:0px;object-position:center center}.about-sec .about-box{position:relative;max-width:100%;padding-left:350px}.about-sec .about-box .heading{position:relative}.about-sec .about-box .heading::before{content:"";width:280px;left:-310px;height:1px;background-color:#000;position:relative;top:80px;display:inline-block}.about-sec .about-box p b{color:#33124b;font-weight:600}@media(max-width: 1720px){.about-sec .about-box{padding-left:260px}.about-sec .about-box .heading::before{left:-240px;width:210px}}@media(max-width: 1100px){.about-sec .about-box{padding-left:0}.about-sec .about-box .heading::before{left:0px;width:200px;top:-20px}}@media(max-width: 480px){.about-sec{padding:40px 0 120px}.about-sec .about-box .heading{padding-right:55px}.about-sec .about-box .heading::before{width:70px;top:-10px}.about-sec .about-box .heading h2 br{display:none}.about-sec .about-box p b{font-size:17px;max-width:70%;display:inline-block}}.profile-card-block{padding-top:172px;padding-bottom:127px}.profile-card-block .profile-card-main{display:grid;column-gap:88px;row-gap:200px;grid-template-columns:repeat(3, 1fr)}.profile-card-block .profile-card{text-decoration:none;display:flex;flex-direction:column;align-items:flex-start;position:relative;padding:0 53px 56px 39px;width:440px;background-color:#321249}.profile-card-block .profile-card .profile-card__image{position:relative;width:434px;height:488px;margin-top:-132px;overflow:hidden}.profile-card-block .profile-card .profile-card__image img{max-width:100%;width:100%;height:100%;object-fit:cover;object-position:top;transform:none;transition:transform .3s linear}.profile-card-block .profile-card p{margin:40px 0 0;font-family:"Bellefair",sans-serif;font-weight:400;font-size:30px;line-height:38px;text-transform:uppercase;color:#fff;display:flex;flex-direction:column;width:100%;padding:0;transition:padding .3s linear}.profile-card-block .profile-card p span{font-family:"Allura",sans-serif;font-weight:400;font-size:36px;line-height:46px;color:inherit;margin-left:75px;text-transform:capitalize;padding-right:0;transition:padding .3s linear;text-align:right}.profile-card-block .profile-card .button{position:absolute;bottom:27px;left:0;transform:scale(0) rotate(-90deg);transition:left .3s linear,transform .3s linear;z-index:1;transform-origin:left}.profile-card-block .profile-card .button img{width:58px;height:58px}.profile-card-block .profile-card:hover .profile-card__image img{transform:scale(1.05) rotate(1deg)}.profile-card-block .profile-card:hover::before{width:100%}.profile-card-block .profile-card:hover .button{left:39px;transition-delay:.1s;transform:scale(1) rotate(0deg)}@media(max-width: 1440px){.profile-card-block .container-wrapper{max-width:1080px !important}}@media(max-width: 1100px){.profile-card-block .container-wrapper{max-width:100% !important}}@media(min-width: 1800px){.profile-card-block .container-wrapper{max-width:1536px !important}}@media(min-width: 1600px){.profile-card-block .container-wrapper{max-width:1537px !important}}@media(max-width: 1599px){.profile-card-block .profile-card-main{column-gap:70px}.profile-card-block .profile-card{padding:0 40px 62px 40px;width:380px}.profile-card-block .profile-card .profile-card__image{width:378px;height:425px}.profile-card-block .profile-card p span{margin-left:75px;font-size:32px}}@media(max-width: 1440px){.profile-card-block{padding-left:15px;padding-right:50px}.profile-card-block .profile-card-main{column-gap:70px;row-gap:180px;width:100%}.profile-card-block .profile-card{padding:250px 24px 62px 24px;width:100%}.profile-card-block .profile-card .profile-card__image{width:100%;height:auto;position:absolute;top:-120px;margin:0}.profile-card-block .profile-card p{font-size:20px}.profile-card-block .profile-card p span{font-size:24px}.profile-card-block .profile-card .button{left:20px;bottom:24px}.profile-card-block .profile-card .button img{width:48px;height:58px}}@media(max-width: 1100px){.profile-card-block{padding-left:40px;padding-right:65px;padding-top:100px}.profile-card-block .profile-card-main{gap:10%;width:100%;display:flex;flex-wrap:wrap;justify-content:center;row-gap:130px}.profile-card-block .profile-card{padding:46% 35px 90px 35px;width:45%;margin-bottom:0}.profile-card-block .profile-card p{font-size:22px;margin:30px 0 0}.profile-card-block .profile-card p span{font-size:32px;margin-left:0}.profile-card-block .profile-card .profile-card__image{position:absolute;top:0;margin:0;margin-top:-25%}.profile-card-block .profile-card .button{left:20px;bottom:24px;transform:scale(1) rotate(0deg)}.profile-card-block .profile-card .button img{width:48px;height:58px}.profile-card-block .profile-card:hover .button{left:20px}}@media(max-width: 767px){.profile-card-block{padding-left:0;padding-right:0;padding-top:80px;padding-bottom:80px}.profile-card-block .profile-card-main{flex-direction:column;flex-wrap:nowrap;gap:0}.profile-card-block .profile-card{padding:0 48px 62px 48px;max-width:400px;margin:0 auto 200px;width:100%}.profile-card-block .profile-card:last-child{margin:0 auto 0px}.profile-card-block .profile-card p{font-size:24px}.profile-card-block .profile-card p span{font-size:28px;margin-left:32px}.profile-card-block .profile-card .profile-card__image{position:relative;top:0;margin:0;margin-top:-120px;min-width:300px}.profile-card-block .profile-card .button{left:32px}.profile-card-block .profile-card .button img{width:48px;height:58px}.profile-card-block .profile-card:hover .button{left:32px}}@media(max-width: 480px){.profile-card-block{padding-left:0;padding-right:0;padding-top:100px}.profile-card-block .profile-card-main{flex-direction:column;flex-wrap:nowrap;gap:0}.profile-card-block .profile-card{padding:0 48px 62px 48px;max-width:400px;margin:0 auto 200px;width:100%}.profile-card-block .profile-card:last-child{margin:0 auto 0px}.profile-card-block .profile-card p{font-size:24px}.profile-card-block .profile-card p span{font-size:28px}.profile-card-block .profile-card .profile-card__image{margin-top:-120px;min-width:auto}.profile-card-block .profile-card .button{left:20px;bottom:24px}.profile-card-block .profile-card .button img{width:48px;height:58px}}.attorney-profile-sec{padding:199px 0 100px;min-height:1000px}.attorney-profile-sec .container{flex-wrap:nowrap}.attorney-profile-sec .img-wrapper{margin-top:-61px;position:absolute}.attorney-profile-sec .img-wrapper img{max-width:100%}.attorney-profile-sec .content{margin-left:343px;padding:107px 53px 90px 326px;position:relative;z-index:-1}.attorney-profile-sec .content picture{position:absolute;left:0;top:0;width:100%;height:100%}.attorney-profile-sec .content picture img{max-width:100%;width:100%;height:100%;object-fit:cover}.attorney-profile-sec .content .heading{position:relative;z-index:1}.attorney-profile-sec .content .heading h2{line-height:70px}.attorney-profile-sec .content .heading h2 span{width:auto;display:inline-block;position:relative}.attorney-profile-sec .content .heading h2 span::before{content:"";position:absolute;left:100%;width:201px;background-color:rgba(0,0,0,.5);display:inline-block;top:50%;height:1px;transform:translateY(-50%);margin-left:40px}.attorney-profile-sec .content p{position:relative;z-index:1}@media(max-width: 1600px){.attorney-profile-sec{min-height:800px}.attorney-profile-sec .img-wrapper{max-width:500px;display:flex}.attorney-profile-sec .content{padding:75px 53px 90px 234px}}@media(max-width: 1440px){.attorney-profile-sec{min-height:auto}.attorney-profile-sec .img-wrapper{max-width:420px;display:flex}.attorney-profile-sec .content{padding:75px 53px 90px 150px}.attorney-profile-sec .content .heading h2 span::before{width:110px}}@media(max-width: 1100px){.attorney-profile-sec{padding:100px 0}.attorney-profile-sec .container{flex-direction:column}.attorney-profile-sec .img-wrapper{max-width:500px;display:flex;position:relative;margin:0 auto -100px}.attorney-profile-sec .content{padding:150px 60px 60px;margin:0}.attorney-profile-sec .content .heading h2{line-height:60px}}@media(max-width: 767px){.attorney-profile-sec .img-wrapper{max-width:100%;padding:0 40px;justify-content:center}.attorney-profile-sec .content{padding:150px 40px 40px}.attorney-profile-sec .content .heading h2 span::before{display:none}}@media(max-width: 480px){.attorney-profile-sec .img-wrapper{max-width:100%;padding:0 40px 40px;margin:0 auto -160px}.attorney-profile-sec .content{padding:150px 40px 40px;margin:0}.attorney-profile-sec .content .heading h2{line-height:30px}.attorney-profile-sec .content .heading h2 span::before{width:60px;margin-left:20px}}.testimonial-section .card-wrap{display:grid;gap:92px;grid-template-columns:repeat(2, 1fr);max-width:1528px;margin:0 auto}.testimonial-section .card-wrap .card{background:url("../images/testimonial-bg-card.webp") no-repeat;background-position:center center;background-size:cover;box-shadow:0px 16px 20px 0px rgba(10,13,18,.1215686275);padding:41px}.testimonial-section .card-wrap .card img{margin-bottom:32px;max-width:100%}.testimonial-section .card-wrap .card h2{color:#560737;text-transform:uppercase;padding-right:99px;margin-bottom:32px;font-size:30px}.testimonial-section .card-wrap .card p{color:#414651;line-height:1.5}.testimonial-section .card-wrap .card:hover{background-color:rgba(0,0,0,0)}.testimonial-section .card-wrap .card:hover h2{color:#33124b !important}.testimonial-section .card-wrap .card:hover p{color:#414651 !important}.testimonial-section .action{text-align:center;margin-top:50px}@media only screen and (max-width: 1440px){.testimonial-section .card-wrap .card h2{padding-right:0;font-size:28px}}@media only screen and (max-width: 1100px){.testimonial-section .card-wrap{grid-template-columns:repeat(1, 1fr);gap:60px}}@media only screen and (max-width: 767px){.testimonial-section .card-wrap .card h2{font-size:26px}}@media only screen and (max-width: 480px){.testimonial-section .card-wrap .card{padding:24px}.testimonial-section .card-wrap .card img{margin-bottom:24px;width:48px;height:auto}.testimonial-section .card-wrap .card h2{margin-bottom:24px;font-size:21px}}.contact-us-section{position:relative;padding:200px 0 0;color:#fff;width:100%;height:800px}.contact-us-section::before{content:"";background:#33124b;width:52%;height:100%;position:absolute;left:0;top:135px;z-index:1;box-shadow:0 16px 20px 0 rgba(10,13,18,.1215686275)}.contact-us-section picture{width:100%;height:100%;position:absolute;top:0px;left:0px;overflow:hidden}.contact-us-section picture img{width:100%;height:100%;position:absolute;object-fit:cover;top:0px;left:0px;object-position:center center}.contact-us-section .hero__container{position:relative;max-width:100%;width:100%;height:100%;text-align:left;z-index:111;display:flex;align-items:center;align-content:center}.contact-us-section .hero__container .container{display:flex;justify-content:space-between}.contact-us-section .hero__container .info{width:48%;margin-top:123px}.contact-us-section .hero__container .info span.subline{font-family:"Poppins",sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:30px;letter-spacing:4.4px;position:relative;margin-bottom:30px;display:inline-block;padding-left:72px}.contact-us-section .hero__container .info span.subline::before{content:"";background:#fff;width:53px;height:1px;position:absolute;left:30px;top:50%;transform:translate(-50%, -50%)}.contact-us-section .hero__container .info .heading{margin-bottom:20px}.contact-us-section .hero__container .form-card{box-shadow:0px 16px 20px 0px rgba(10,13,18,.1215686275);background-color:#fff;padding:50px;margin-left:121px;max-width:717px;width:100%;position:relative;top:198px}.contact-us-section .hero__container .form-card .form{max-width:100%}.contact-us-section .hero__title{margin:0;font-size:64px;line-height:85px;color:#fff}.contact-us-section .hero__title span{font-family:"Allura",sans-serif;font-size:85px;color:#fff}.contact-us-section .hero__subtitle{margin:0 0 16px 0;font-family:"Poppins",sans-serif;font-weight:normal;font-size:20px;line-height:30px;color:#fff}.contact-us-section .hero__subtitle p{font-weight:normal;font-size:20px}.contact-us-section .hero__actions{margin-top:35px}.contact-us-section .btn.btn--outline{color:#321249;background:#fff;border:1px solid #fff}.contact-us-section .btn.btn--outline::before{background:#33124b}.contact-us-section .btn.btn--outline:hover{color:#fff;border-color:#fff}.contact-us-section .contact-card{display:flex;gap:24px;flex-direction:column;margin-top:30px}.contact-us-section .contact-card .card-link{display:flex;gap:16px;align-items:center;color:#fff}.contact-us-section .contact-card .card-link p{color:#fff;margin-bottom:0}.contact-us-section .contact-card .card-link .card-contact-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-us-section .contact-card .card-link .card-contact-icon img{width:100%;height:100%;object-fit:contain;transition:.3s}.contact-us-section .contact-card .card-link .card-contact-icon .card-contact-text{font-size:24px;font-weight:400;line-height:32px;color:inherit;margin:0;width:294px;text-decoration:none;font-family:"Poppins",sans-serif}.contact-us-section .contact-card .card-link .card-contact-icon .card-contact-text:hover{text-decoration:underline}.contact-us-section .contact-card .card-link .card-contact-details{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.contact-us-section .contact-card .card-link .card-contact-details .card-contact-label{font-size:18px;font-weight:400;line-height:28px;font-family:"Poppins",sans-serif;color:inherit;margin:0}.contact-us-section .contact-card .card-link .card-contact-details .card-contact-phone{font-size:24px;font-weight:400;line-height:32px;color:inherit;margin:0;text-decoration:underline;font-family:"Poppins",sans-serif}.contact-us-section .contact-card .card-link .card-contact-details .card-contact-phone:hover{text-decoration:none}.contact-us-section .contact-card .card-link:hover .card-contact-icon img{transform:scale(1.1)}@media(max-width: 1720px){.contact-us-section .hero__container .form-card{max-width:680px}}@media(max-width: 1600px){.contact-us-section .hero__container .form-card{max-width:580px}}@media(max-width: 1440px){.contact-us-section .hero__container .info{width:44%}.contact-us-section .hero__container .info span.subline{font-size:12px}.contact-us-section .hero__container .form-card{max-width:490px;margin-left:80px}.contact-us-section::before{width:49%}.contact-us-section .hero__title{font-size:50px;line-height:70px}.contact-us-section .hero__title span{font-size:60px}}@media(max-width: 1100px){.contact-us-section{padding:80px 0 0;min-height:unset;height:auto}.contact-us-section picture{position:unset}.contact-us-section picture img{margin-top:0;position:unset;transform:unset !important;display:block}.contact-us-section::before{display:none}.contact-us-section .hero__container{background-color:#33124b;box-shadow:0 16px 20px 0 rgba(10,13,18,.1215686275);max-width:100%}.contact-us-section .hero__container .container{flex-direction:column}.contact-us-section .hero__container .form-card{max-width:100%;margin:0 0 -100px;top:0}.contact-us-section .hero__container .info{width:100%;padding:80px 0 80px;margin-top:0}.contact-us-section .hero__container .info span.subline{font-size:16px}.contact-us-section .hero__title{font-size:48px;line-height:60px}.contact-us-section .hero__subtitle{font-size:18px;max-width:100%}.contact-us-section .hero__subtitle p{font-size:18px}}@media(max-width: 767px){.contact-us-section .hero__subtitle{font-size:16px;line-height:24px}.contact-us-section .hero__subtitle p{font-size:16px}}@media(max-width: 695px){.contact-us-section .hero__container .info span.subline{padding-left:0;max-width:100%}.contact-us-section .hero__container .info span.subline::before{content:none}}@media(max-width: 480px){.contact-us-section{padding:74px 0 0}.contact-us-section .hero__container{gap:16px;max-width:100%}.contact-us-section .hero__container .form-card{padding:32px}.contact-us-section .hero__container .info span.subline{font-size:13px;padding-left:0;line-height:normal;margin-bottom:20px;letter-spacing:2.86px;max-width:65%}.contact-us-section .hero__container .info span.subline::before{content:none}.contact-us-section .hero__container .info .heading{margin-bottom:13px}.contact-us-section .hero__title{font-size:28px;line-height:38px}.contact-us-section .hero__title span{font-size:28px}.contact-us-section .hero__subtitle{font-size:14px;line-height:30px}.contact-us-section .hero__subtitle p{font-size:14px}.contact-us-section .hero__actions{align-items:stretch;gap:16px;width:100%}.contact-us-section .hero__actions .btn{width:auto}}.map-iframe{display:flex;margin-top:-143px}.map-iframe iframe{width:100%;height:787px}@media(max-width: 480px){.map-iframe iframe{height:620px}}.form{display:flex;flex-direction:column;gap:0;width:100%;max-width:590px}.form .form-header{display:flex;flex-direction:column;align-items:center;justify-content:start;width:100%;margin-bottom:10px}.form .form-title{font-family:"Bellefair",sans-serif;font-weight:400;font-size:32px;line-height:38px;color:#000;margin:0;width:100%;margin-bottom:21px;max-width:430px}.form .form-subtitle-text{font-family:"Poppins",sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#000;text-align:start;margin:0;letter-spacing:-0.32px;min-width:100%}.form .custom-file-upload svg{height:7px;width:7px;position:relative;top:2px}.form .custom-file-upload:hover{cursor:pointer}.form form{display:flex;flex-direction:column;width:100%}.form form .form-row{display:flex;gap:15px;width:100%;justify-content:space-between}.form form input,.form form input[type=file],.form form .custom-file-upload{background:#fff;border:1px solid #d5d7da;padding:10px 16px;font-family:"Poppins",sans-serif;font-size:16px;line-height:24px;color:#000;width:100%;box-sizing:border-box;box-shadow:0 2px 4px 0 rgba(10,13,18,.0509803922);-webkit-appearance:none;transition:.3s;margin-bottom:20px}.form form input::placeholder,.form form input[type=file]::placeholder,.form form .custom-file-upload::placeholder{color:#717680;opacity:1}.form form input:focus,.form form input[type=file]:focus,.form form .custom-file-upload:focus{outline:none;border-color:#c1121f}.form form input.input-1{display:inline-block;width:48%;vertical-align:top;margin:0 0 20px 0}.form form .custom-file-upload input{display:none}.form form label.disc{display:flex;gap:10px;justify-content:flex-start;align-items:center;margin:10px 0}.form form select{font-family:"Poppins",sans-serif;display:block;margin:0 0 20px;appearance:none;background:#fff;border:1px solid #d5d7da;padding:10px 16px;font-family:"Poppins",sans-serif;font-size:16px;line-height:24px;color:#717680;width:100%;box-sizing:border-box;background-image:url("../images/down-arrow.svg");background-repeat:no-repeat;background-position:right 10px center;background-size:15px}.form form textarea{font-family:"Poppins",sans-serif;background:#fff;border:1px solid #d5d7da;color:#000;padding:10px 16px;margin:0 0 20px;width:100%;height:180px;font-size:16px;line-height:24px;resize:vertical;resize:none;-webkit-appearance:none;transition:.3s}.form form textarea::placeholder{color:#717680;opacity:1}.form form textarea:focus{outline:none;border-color:#c1121f}.form form button{border:0;margin:24px 0 0;cursor:pointer;text-transform:none}.form form .frmbx{width:100%}.form form .form-check{min-height:inherit;line-height:normal;margin:8px 0;display:flex;align-items:flex-start}.form form .form-check .form-check-input{width:20px;height:20px;border-radius:4px;margin-top:0;cursor:pointer;background:rgba(0,0,0,0);border:2px solid #d5d7da;appearance:none;margin:3px 12px 0 0;cursor:pointer;padding:0;appearance:none;-webkit-appearance:none}.form form .form-check .form-check-input:checked[type=checkbox]{background-image:url(../images/checbox_checkk.svg);background-repeat:no-repeat;background-position:center center;background-size:contain;background-color:#33124b;border-color:#33124b}.form form .form-check .form-check-input:focus{box-shadow:none;outline:2px solid #33124b;outline-offset:1px}.form form .form-check .form-check-input:disabled:checked[type=checkbox]{background-image:url("../images/checbox_checkk_dis.svg");background-repeat:no-repeat;background-position:center center;background-size:contain}.form form .form-check .form-check-input:disabled[type=checkbox]{border-color:#d5d7da;background-color:#fff;cursor:default;opacity:1}.form form .form-check label{font-size:16px;color:#414651;margin:0;font-weight:600}.form form .form-check label a{font-size:16px;color:#414651;margin:0;font-weight:inherit}.form form .form-check .form-check-input[type=radio]{border-radius:50%}.form form .form-check.checkbox--md .form-check-input{height:20px;width:20px}@media only screen and (max-width: 1440px){.form form .input-1:nth-child(1){margin-right:auto}.form form .form-check{margin:10px 0}}@media only screen and (max-width: 1100px){.form{width:100%;margin-top:0;max-width:100%}.form form{margin-top:20px}.form form input.input-1{width:49%}}@media(max-width: 767px){.form{margin-top:0;padding:0;max-width:100%}.form .form-title{font-size:24px;line-height:32px;max-width:300px}.form form input.input-1{display:block}.form form button.button{margin:3vw 0 0}.form form input.input-1{width:48.5%}}@media only screen and (max-width: 480px){.form{margin-top:0}.form form{margin-top:0}.form form .form-row{flex-direction:column;gap:0}.form form input.input-1{width:100%}}input,textarea,input[type=text],input[type=email],input[type=search],input[type=tel],input[type=number]{border-radius:0;-webkit-appearance:none;appearance:none}.footer{background:#fff;color:#000;font-family:"Poppins",sans-serif;width:100%;display:inline-block}.footer--dark{background:#33124b;color:#fff}.footer--dark .footer__main{border-bottom-color:#d5d7da}.footer--dark .footer__contact-text:hover{color:#fff}.footer--dark .footer__contact-phone:hover{color:#fff}.footer--dark .footer__link{color:#fff}.footer--dark .footer__copyright{color:#fff}.footer--dark .footer__copyright a,.footer--dark .footer__copyright p{color:#fff}.footer__intro{padding:32px 0;border-bottom:1px solid #d5d7da}.footer__intro-content{display:flex;justify-content:space-between;align-items:center;gap:32px;flex-wrap:wrap;width:100%}.footer__intro-text{font-size:30px;font-family:"Bellefair",sans-serif;font-weight:400;line-height:38px;color:inherit;margin:0;text-transform:uppercase;min-width:334px;flex:1}.footer__intro-text br{display:none}.footer__socials{display:flex;gap:24px;align-items:center}.footer__social-link{color:inherit;text-decoration:none;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center;margin-bottom:0}.footer__social-link:hover{opacity:.7}.footer__social-icon{width:24px;height:24px;object-fit:contain}.footer__contact{padding:32px 0;border-bottom:1px solid #d5d7da;display:flex;justify-content:space-between;align-items:center;gap:32px;flex-wrap:wrap}.footer__contact .container{justify-content:space-between;display:flex}.footer__logo{height:auto;overflow:hidden;flex-shrink:0;margin-bottom:24px;width:410px;max-width:100%}.footer__logo-img{height:auto;width:100%;object-fit:contain}.footer__logo-img.mobile{display:none}.footer__contact-info{display:flex;gap:20px;align-items:center;min-width:607px;justify-content:flex-end}.footer__contact-item{display:flex;gap:16px;align-items:center;color:#fff;text-decoration:none}.footer__contact-item p{color:#fff}.footer__contact-item:hover .footer__contact-icon img{transform:scale(1.1)}.footer__contact-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.footer__contact-icon-img{width:100%;height:100%;object-fit:contain;transition:.3s}.footer__contact-text{font-size:24px;font-weight:400;line-height:32px;color:inherit;margin:0;width:294px;text-decoration:none;font-family:"Poppins",sans-serif}.footer__contact-text:hover{text-decoration:underline}.footer__contact-details{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.footer__contact-label{font-size:18px;font-weight:400;line-height:28px;font-family:"Poppins",sans-serif;color:inherit;margin:0}.footer__contact-phone{font-size:24px;font-weight:400;line-height:32px;color:inherit;margin:0;font-family:"Poppins",sans-serif}.footer__contact-phone:hover{text-decoration:underline}.footer__main{padding:32px 0;border-bottom:1px solid #e9eaeb;display:flex;justify-content:space-between;align-items:flex-start;gap:40px;width:100%}.footer__main .container-wrapper{justify-content:space-between}.footer__logo-section{width:350px;flex-shrink:0}.footer__content-section{display:flex;gap:64px;align-items:flex-start;flex:1;justify-content:flex-end}.footer__office-hours{flex-shrink:0}.footer__section-title{font-size:16px;font-weight:600;line-height:24px;color:inherit;margin:0 0 24px 0}.footer__hours-group{margin-bottom:24px}.footer__hours-group:last-child{margin-bottom:0}.footer__hours-title{font-size:16px;font-weight:400;line-height:24px;color:inherit;margin:0 0 8px 0}.footer__hours-text{font-size:16px;font-weight:400;line-height:24px;color:inherit;margin:0}.footer__links{display:flex;gap:80px;align-items:flex-start}.footer__links.two-col .footer__link-group{max-width:650px;display:flex;flex-wrap:wrap}.footer__links.two-col .footer__section-title{width:100%}.footer__links.two-col .footer__link-list{width:50%}.footer__link-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.footer__link{font-size:16px;font-weight:500;line-height:24px;color:inherit;text-decoration:none;transition:opacity .3s ease}.footer__link:hover{opacity:.7}.footer__utility{padding:32px 80px}.footer__utility-content{display:flex;gap:24px;align-items:center;justify-content:center;flex-wrap:wrap}.footer__copyright{font-size:16px;font-weight:400;line-height:24px;color:inherit;margin:0;text-align:center;flex:1;color:#000}.footer__copyright a{font-size:16px;color:#000;text-decoration:none}.footer__copyright a:hover{text-decoration:underline}.footer__utility-logo{height:28px;overflow:hidden;flex-shrink:0}.footer__utility-logo-img{width:65px;height:auto;object-fit:contain;margin-left:10px}.footer li{padding-bottom:0px;margin-bottom:0}@media(max-width: 1440px){.footer__intro,.footer__contact,.footer__main{padding:29px 0}.footer__utility{padding:30px 32px 90px}.footer__intro-content{flex-direction:row;gap:24px}.footer__intro-text{min-width:auto;font-size:24px;line-height:32px}.footer__contact{flex-direction:row;text-align:start}.footer__contact-info{flex-direction:row;min-width:auto;justify-content:space-between}.footer__main{flex-direction:row;gap:40px}.footer__logo-section{width:auto}.footer__content-section{justify-content:flex-end;gap:32px}.footer__links{min-width:auto;justify-content:space-between;gap:60px}.footer__contact-info{justify-content:center;font-size:18px;line-height:28px}.footer__section-title{padding:0px;font-size:14px;line-height:20px}.footer__hours-title{padding:0px;font-size:14px;line-height:20px}.footer__hours-text{font-size:14px;line-height:20px}.footer__link{font-size:14px;line-height:20px}.footer__copyright{font-size:16px;line-height:20px;text-align:center}.footer__copyright a{font-size:16px}}@media(max-width: 1100px){.footer__intro,.footer__contact,.footer__main,.footer__utility{padding:24px 0}.footer__main .container{flex-direction:column;gap:24px}.footer__intro-text{font-size:20px;line-height:24px}.footer__logo{width:100%;max-width:306px;height:auto;margin-bottom:0}.footer__logo-img.desktop{display:none}.footer__logo-img.mobile{display:block}.footer__contact-info{flex-direction:column;gap:16px;align-items:flex-start}.footer__contact-label,.footer__contact-phone,.footer__contact-text{width:auto;font-size:20px;line-height:24px}.footer__contact-details{width:auto;font-size:16px;line-height:24px}.footer__content-section{flex-direction:column;gap:24px}.footer__links{flex-direction:row;gap:24px}.footer__utility-content{flex-direction:row;gap:16px;text-align:center;margin-bottom:55px}.footer__office-hours{display:flex;flex-direction:column}.footer__section-title{margin:0px 0px 16px 0px}.footer__hours-group{margin:0px}.footer__links.two-col{display:flex !important;flex-wrap:wrap}.footer__links.two-col .footer__link-group{max-width:100%}.footer--default .footer__logo{max-width:200px}}@media(max-width: 767px){.footer__links{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px;width:100%}.footer .footer__links.two-col .footer__link-group .footer__link-list{width:100%;margin-bottom:7px}.footer__copyright{line-height:30px}.footer__utility{padding:16px 22px}.footer .footer__intro-text{text-align:left;padding:15px 20px 5px;font-size:24px;line-height:32px}.footer .footer__intro-text br{display:block}.footer .footer__contact{border-top:unset}.footer .footer__contact .container{padding:0;flex-direction:column}.footer .footer__contact-icon{margin-right:10px}.footer .footer__intro{border:unset}.footer .footer__intro .container{padding:0}.footer .footer__socials{width:100%;justify-content:flex-start;padding:15px 20px 5px}.footer .footer__contact-label{font-size:18px}.footer .footer__contact-phone,.footer .footer__contact-text{font-size:24px;line-height:32px;text-align:left}.footer .footer__contact-info{width:100%;text-align:center;padding:0px 20px 25px;gap:30px}.footer .footer__contact-info .footer__contact-item .footer__contact-text{width:auto;display:inline-block}.footer .footer__contact-info .footer__contact-details{width:auto;text-align:left;display:inline-block}.footer .footer__logo{margin-bottom:35px;padding:0 20px 5px;max-width:300px}}@media(max-width: 480px){.footer__intro,.footer__contact,.footer__main{padding:16px 0}.footer__utility{padding:30px 17px}.footer__intro-text{font-size:18px}.footer__socials{gap:16px}.footer__contact-item{flex-direction:row;gap:8px}.footer__link-group{width:100%;max-width:none}.footer__section-title{margin:0px 0px 16px 0px}.footer .footer__social-icon{width:18px;height:20px}.footer .footer__intro-content{gap:10px;border-top:1px solid #d5d7da;margin-top:20px;padding-top:10px}.footer .footer__intro{padding-bottom:0}.footer .footer__utility-logo-img{width:58px}.footer .footer__utility-content{padding:0}.footer .footer__intro-text{font-size:22px;line-height:1.2;max-width:90%}.footer .footer__contact-phone,.footer .footer__contact-text{font-size:24px;line-height:1.5}.footer .footer__contact-label{font-size:14px}.footer .footer__contact-icon{width:25px;margin-right:7px;height:25px}.footer .footer__contact-info{gap:15px}.footer__copyright{line-height:25px}.footer__copyright a{font-size:16px;line-height:25px}.footer--default .footer__logo{margin-bottom:20px;max-width:225px}}@font-face{font-family:"Allura";src:url("/assets/fonts/Allura-Regular.woff2") format("woff2"),url("/assets/fonts/Allura-Regular.woff") format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Bellefair";src:url("/assets/fonts/Bellefair-Regular.woff2") format("woff2"),url("/assets/fonts/Bellefair-Regular.woff") format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Poppins";src:url("/assets/fonts/Poppins-Regular.woff2") format("woff2"),url("/assets/fonts/Poppins-Regular.woff") format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Poppins";src:url("/assets/fonts/Poppins-Bold.woff2") format("woff2"),url("/assets/fonts/Poppins-Bold.woff") format("woff");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:"Poppins";src:url("/assets/fonts/Poppins-Medium.woff2") format("woff2"),url("/assets/fonts/Poppins-Medium.woff") format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Poppins";src:url("/assets/fonts/Poppins-SemiBold.woff2") format("woff2"),url("/assets/fonts/Poppins-SemiBold.woff") format("woff");font-weight:600;font-style:normal;font-display:swap}/*# sourceMappingURL=styles.css.map */