main{--Primary-100:#190404;--Primary-200:#370505;--Primary-300:#4e0d0d;--Primary-400:#8c2e2e;--Primary-500:#bc3131;--Primary-600:#d94f30;--Secondary-900:#ffeedb;--Secondary-800:#e8c093;--Secondary-700:#f0b475;--Secondary-600:#d5873c;--Secondary-500:#bf613f;--white:rgb(255,255,255);}.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
main {color:var(--Primary-200);position:relative;font-size:16px;background:var(--Primary-100);min-height:100vh;font-family:'Montserrat';font-weight:400;line-height:1.4;}main container{width:100%;display:block;max-width:1440px;margin-top:0px;margin-left:auto;margin-right:auto;padding-left:20px;margin-bottom:0px;padding-right:20px;position:relative;}@media screen and (max-width: 1440px) {main container{padding-left:25px;padding-right:25px;}}main h2{font-size:48px;margin-top:0px;font-weight:900;margin-bottom:0px;line-height:1.3;}@media screen and (max-width: 1440px) {main h2{font-size:44px;}}@media screen and (max-width: 767px) {main h2{font-size:36px;}}@media screen and (max-width: 480px) {main h2{font-size:28px;hyphens:auto;}}main h1{font-size:60px;margin-top:0px;font-weight:900;margin-bottom:0px;line-height:1.2;letter-spacing:0px;hyphens:auto;}@media screen and (max-width: 1440px) {main h1{font-size:58px;}}@media screen and (max-width: 767px) {main h1{font-size:40px;}}@media screen and (max-width: 480px) {main h1{font-size:36px;}}main h3{font-size:40px;margin-top:0px;margin-bottom:0px;font-weight:700;line-height:1.3;letter-spacing:0px;hyphens:auto;}@media screen and (max-width: 1440px) {main h3{font-size:36px;}}@media screen and (max-width: 767px) {main h3{font-size:32px;}}@media screen and (max-width: 480px) {main h3{font-size:26px;}}main h4{font-size:24px;margin-top:0px;font-weight:700;margin-bottom:0px;}@media screen and (max-width: 480px) {main h4{font-size:20px;}}main h5{font-size:20px;margin-top:0px;font-weight:700;margin-bottom:0px;}@media screen and (max-width: 480px) {main h5{font-size:18px;}}main h6{font-size:16px;margin-top:0px;font-weight:700;margin-bottom:0px;}@media screen and (max-width: 767px) {main h6{font-size:16px;}}main p{margin-top:0px;margin-bottom:0px;}main .stylesheet-part{padding:60px 0px 60px 0px;border-bottom:1px solid rgba(223,223,223,1.00);display:flex;flex-direction:column;row-gap:5rem;}@media screen and (max-width: 991px) {main .stylesheet-part{padding:40px 0px 40px 0px;}}main ul{padding-left:20px;}main ol{padding-left:20px;}main img{display:block;max-width:100%;}main textarea{resize:vertical;background:var(--Primary-200);}main .button-primary{color:var(--Primary-200);border:1px solid var(--Primary-100);background:var(--white);padding-top:12px;padding-left:20px;padding-right:20px;padding-bottom:12px;text-decoration:none;letter-spacing:1px;font-weight:500;display:flex;justify-content:flex-start;align-items:center;column-gap:0.2rem;row-gap:0px;border-radius:4px;transform:;transition:all 200ms 0ms ease-in-out;}main .button-primary:hover{color:rgba(0,0,0,1.00);background:var(--white);box-shadow:inset 0px 0px 0px 25px var(--Secondary-800);column-gap:1rem;row-gap:0px;transition:;transform:translate(6px,0px);}main a{cursor:pointer;transition:all 200ms 0ms linear;color:var(--Secondary-900);text-decoration:underline;}main a:hover{color:var(--Primary-600);}main .button-secondary{color:var(--Secondary-900);border:1px solid var(--Secondary-900);background:;padding-top:12px;padding-left:20px;padding-right:20px;padding-bottom:12px;text-decoration:none;letter-spacing:1.02;font-weight:500;border-radius:4px;display:flex;column-gap:0.5rem;}main .button-secondary:hover{background:#e8c0922e;border:1px solid var(--Secondary-900);box-shadow:inset 0px 0px 0px 2px var(--Secondary-900);column-gap:1rem;}main button{cursor:pointer;}main component{display:block;}main .rich-text-dh-styling  hr{width:100%;border:0px solid rgba(0,0,0,1);height:1px;display:block;border-top:1px solid rgb(203,203,203);margin-top:20px;padding-top:0px;margin-bottom:20px;padding-bottom:0px;}main .rich-text-dh-styling{display:flex;row-gap:24px;flex-direction:column;color:var(--white);}main .rich-text-dh-styling a{color:var(--Primary-900);text-decoration:underline;}main .rich-text-dh-styling p{line-height:1.6-;padding-top:0px;padding-bottom:10px;margin-top:0px;margin-bottom:0px;}main .rich-text-dh-styling h2{padding-top:0px;padding-bottom:10px;margin-top:0px;margin-bottom:0px;font-size:2rem;line-height:1.4-;}main blockquote{display:block;background:#00000008;margin-left:0px;padding-top:15px;margin-right:0px;padding-left:15px;border-radius:6px;padding-right:15px;padding-bottom:15px;}main blockquote  cite{color:rgb(139,139,139);display:block;margin-top:10px;font-weight:500;padding-left:15px;}main .page-wrapper{background:var(--Primary-200);}main .navbar{display:flex;position:relative;max-width:1440px;column-gap:50px;align-items:center;margin-left:auto;margin-right:auto;padding-left:32px;padding-right:32px;justify-content:flex-start;padding-top:20px;padding-bottom:20px;background:var(--Primary-200);border-radius:4px;z-index:999;height:86px;transition:all 200ms 0ms ease-in-out;box-shadow:0px 0px 20px 20px #1a040438, 0px 10px 10px 10px #38050529;width:100%;margin-top:10px;}@media screen and (max-width: 991px) {main .navbar{grid-template-columns:1fr 1fr;display:flex;}}main .normal{position:relative;}main .brand-logo{top:0%;left:50%;right:auto;bottom:0%;display:flex;position:absolute;transform:translate(-50%,0px);align-items:center;justify-content:center;border-bottom:0px solid rgb(255,255,255) !important;height:100%;}@media screen and (max-width: 991px) {main .brand-logo{z-index:999;order:-1000;position:relative;top:auto;left:auto;right:auto;bottom:auto;height:70px;}}main .menu_link{font-size:1rem;color:rgb(255,255,255);padding-top:10px;padding-bottom:10px;padding-left:0px;padding-right:0px;font-weight:700;position:relative;transition:all 200ms 0ms ease-in-out;}main .menu_link:hover{transform:translate(0px,-2);color:var(--Secondary-800);}main .menu_link.dh-active::before{width:100%;}main .menu_link::before{content:"";position:absolute;width:0;height:4px;background:var(--Secondary-800);bottom:0%;left:0%;transition:width 0.4s;top:auto;right:0%;margin-left:auto;margin-right:auto;}main .menu_link:hover::before{width:100%;}@media screen and (max-width: 991px) {main .menu_link{font-size:2rem;}}@media screen and (max-width: 767px) {main .menu_link{font-size:1.5rem;}}@media screen and (max-width: 480px) {main .menu_link{font-size:1.2rem;}}main .language_container{color:var(--Secondary-800);border-left:1px solid var(--Secondary-900);}main .language-switch{display:flex;flex-direction:row;justify-content:center;padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;height:36px;color:#ddcb9c;align-items:center;column-gap:10px;transition:all 200ms 0ms ease-in-out;cursor:pointer;}main .language-switch:hover{background:#baa778;color:#2b4469;}main .language-switch.dh-active{background:#ddcb9c;color:#2b4469;border:none;}main .dropdown_chevron{color:var(--white);width:12px;height:12px;min-width:24px;min-height:24px;}main .navbar_wrapper{position:absolute;width:100%;padding-left:20px;padding-right:20px;z-index:999;display:flex;flex-direction:column;align-items:center;}main .dh-overlay{position:absolute;top:0%;left:0%;right:auto;bottom:auto;width:100%;height:100%;background:rgba(0,0,0,0.3);}main .brand-logo_img{width:100%;max-width:;position:relative;height:60px;}main .background_video{width:100%;height:100%;max-width:;position:absolute;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;}main .section-padding-large{padding-top:6rem;padding-bottom:6rem;}@media screen and (max-width: 480px) {main .section-padding-large{padding-top:4rem;padding-bottom:4rem;}}main .text-color-primary{color:var(--Secondary-900);}main .tagline{display:inline;font-size:1.125rem;background:;font-weight:600;padding-top:2px;border-radius:4px;padding-bottom:2px;margin-right:0px;}main .item-list_wrapper{display:flex;row-gap:16px;flex-direction:column;}main .item-element{display:flex;column-gap:1rem;align-items:center;font-weight:700;}main .button-group{display:flex;column-gap:2rem;justify-content:flex-start;}main .h4-style{font-size:28px;font-weight:700;}@media screen and (max-width: 1440px) {main .h4-style{font-size:28px;}}@media screen and (max-width: 991px) {main .h4-style{font-size:24px;}}@media screen and (max-width: 767px) {main .h4-style{font-size:24px;}}@media screen and (max-width: 480px) {main .h4-style{font-size:20px;}}main .feature1_comp{display:grid;row-gap:2rem;column-gap:4rem;grid-template-columns:1.25fr 1fr;color:var(--Secondary-900);}@media screen and (max-width: 1440px) {main .feature1_comp{grid-template-columns:1.25fr 1fr;}}@media screen and (max-width: 991px) {main .feature1_comp{grid-template-columns:1fr;grid-template-rows:1fr;row-gap:1rem;column-gap:3rem;}}main .feature1_left{display:flex;flex-direction:column;row-gap:2rem;flex-wrap:wrap;}@media screen and (max-width: 991px) {main .feature1_left{row-gap:2rem;}}main .feature1_right{position:relative;align-self:stretch;justify-self:stretch;}@media screen and (max-width: 991px) {main .feature1_right{width:100%;}}main .text-size-medium{font-size:1.125rem;}main .heading{display:flex;flex-direction:column;align-items:center;row-gap:1rem;max-width:58rem;max-height:;}@media screen and (max-width: 1440px) {main .heading{max-height:;}}@media screen and (max-width: 991px) {main .heading{max-height:;}}main .center-title{display:flex;align-items:center;flex-direction:column;text-align:center;row-gap:1rem;position:relative;}main .max-width-medium{max-width:48rem;}main .card_comp1_grid{grid-template-columns:1fr 1fr;display:grid;grid-template-rows:;column-gap:2rem;position:relative;row-gap:0px;}@media screen and (max-width: 991px) {main .card_comp1_grid{grid-template-columns:1fr 1.25fr;}}@media screen and (max-width: 767px) {main .card_comp1_grid{flex-direction:column;row-gap:2rem;grid-template-columns:1fr;}}main .spacer_large{height:4rem;max-width:;}@media screen and (max-width: 1440px) {main .spacer_large{height:3rem;}}main .prod_card1{display:flex;flex-direction:column;height:100%;}@media screen and (max-width: 767px) {main .prod_card1{flex-direction:row;grid-template-columns:1fr 1fr;display:grid;}}@media screen and (max-width: 480px) {main .prod_card1{grid-template-columns:1fr;}}main .prod_card1_inner{padding-left:2rem;padding-top:2rem;padding-right:2rem;padding-bottom:2rem;display:flex;flex-direction:column;row-gap:1rem;overflow:hidden;align-self:stretch;}main .prod_card{background:var(--Secondary-900);border:1px solid rgba(0,0,0,1);border-radius:8px;overflow:hidden;position:relative;color:var(--Primary-100);text-decoration:none;transition:all 200ms 0ms ease-in-out;}main .prod_card:hover{color:var(--Primary-400);transform:scale(1.025,1.025);background:var(--Secondary-800);}main .prod_card img{transition:all 400ms 0ms ease-in-out;}main .prod_card:hover img{transform:scale(1.2,1.2);}main .button-is-text{color:var(--Primary-100);text-decoration:none;display:flex;justify-content:flex-start;align-items:center;column-gap:0.5rem;row-gap:0px;font-weight:500;}main .button-is-text:hover{column-gap:1rem;row-gap:0px;}main .icon-size-16px{width:24px;height:24px;max-width:;}main .card_rows{display:grid;flex-direction:column;justify-content:space-between;height:100%;row-gap:2rem;grid-template-columns:1fr;grid-template-rows:1fr;}main .h5-style{font-size:24px;}@media screen and (max-width: 767px) {main .h5-style{font-size:20px;}}@media screen and (max-width: 480px) {main .h5-style{font-size:18px;}}main .prod_card2{display:grid;flex-direction:row;grid-template-columns:1fr 1fr;}@media screen and (max-width: 991px) {main .prod_card2{grid-template-columns:1.25fr 1fr;}}@media screen and (max-width: 480px) {main .prod_card2{grid-template-columns:1.25fr;}}main .card_image_img{width:100%;height:100%;max-width:;object-fit:cover;}main .card_image_wrapper{overflow:hidden;}main .section{position:relative;}main .highlight{color:#ffffff;text-align:center;}@media screen and (max-width: 480px) {main .highlight{font-size:28px;}}main .container-full{max-width:100%;}main .is-center{display:flex;justify-content:center;}main .usp_item{text-align:center;row-gap:1rem;column-gap:1rem;display:flex;flex-direction:column;position:relative;color:var(--Secondary-900);}main .spacer_medium{height:2rem;}main .dh-btn-primary{background:rgba(0,0,0,1.00);color:rgba(255,255,255,1.00);padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;border:1px none rgba(0,0,0,1);border-radius:8px;text-decoration:none;}main .dh-btn-primary:hover{background:rgb(54,54,54);}main .footer{position:relative;background:var(--Primary-200);color:var(--Secondary-800);}main .header_home{color:rgb(255,255,255);position:relative;display:flex;align-items:center;min-height:50rem;height:80vh;}main .scroll{position:fixed;}main .scroll .navbar{border-radius:16px;padding-top:10px;padding-bottom:10px;top:10px;bottom:0%;margin-right:auto;height:70px;margin-left:auto;}main .scroll .brand-logo_img{height:45px;}@media screen and (max-width: 991px) {main .scroll{padding-top:0px;}}main .legal-link{color:var(--Primary-400);font-size:12px;font-weight:500;text-decoration:none;position:relative;}main .footer-link{color:var(--Secondary-700);text-decoration:none;font-weight:500;}main .hero_title_center{display:flex;flex-direction:column;justify-content:center;row-gap:1.5rem;position:relative;color:var(--white);text-align:center;}@media screen and (max-width: 1440px) {main .hero_title_center{row-gap:1rem;}}main .hero_basic{width:100%;overflow:hidden;display:flex;justify-content:center;align-items:center;max-width:;flex-direction:column;position:relative;min-height:40rem;height:60vh;}main .longform_content1{display:grid;grid-template-columns:2fr 1fr;}main .container-small{position:relative;max-width:48rem;max-height:;}main .nav-spacer{height:2rem;max-width:;}main .wrapper{position:relative;}main .interactive_wrapper{width:100%;height:800px;object-fit:contain;}@media screen and (max-width: 767px) {main .interactive_wrapper{height:600px;max-width:;}}@media screen and (max-width: 480px) {main .interactive_wrapper{height:400px;max-width: ;}}main .bullet_1{border-radius:50%;width:700px;height:700px;background:var(--Primary-300);filter:blur(100px);position:absolute;margin-left:auto;margin-right:auto;top:0%;left:0%;right:0%;bottom:auto;display:flex;}@media screen and (max-width: 991px) {main .bullet_1{width:500px;height:500px;}}@media screen and (max-width: 767px) {main .bullet_1{width:400px;height:400px;filter:blur(30px);border-radius:50%;background:#4e0d0db0;}}main .grid_3_features{grid-template-columns:1fr 1fr 1fr;display:grid;column-gap:3rem;row-gap:3rem;}@media screen and (max-width: 1440px) {main .grid_3_features{column-gap:1.5rem;row-gap:1.5rem;}}@media screen and (max-width: 767px) {main .grid_3_features{grid-template-columns:1fr 1fr;grid-auto-flow:row;display:grid;}}@media screen and (max-width: 480px) {main .grid_3_features{grid-template-columns:1fr;}}main .card{background:var(--Secondary-900);border:1px solid rgba(0,0,0,1);border-radius:8px;overflow:hidden;position:relative;color:var(--Primary-200);text-decoration:none;transition:all 200ms 0ms ease-in-out;}main .card:hover{color:var(--Primary-200);transform:scale(1.025,1.025);background:var(--Secondary-800);}main .card img{transition:all 400ms 0ms ease-in-out;}main .card:hover img{transform:scale(1.2,1.2);}main .card_inner{position:relative;display:flex;flex-direction:column;text-align:center;padding-top:2rem;padding-bottom:2rem;padding-left:2rem;padding-right:2rem;row-gap:2rem;align-items:center;}@media screen and (max-width: 1440px) {main .card_inner{row-gap:1rem;}}@media screen and (max-width: 991px) {main .card_inner{padding-left:1rem;padding-top:2rem;padding-right:1rem;padding-bottom:2rem;}}main .text-color-secondary{color:var(--white);}main .quote-component{padding-left:3rem;padding-top:3rem;padding-bottom:3rem;padding-right:3rem;}@media screen and (max-width: 991px) {main .quote-component{padding-left:0rem;padding-right:0rem;padding-top:2rem;padding-bottom:2rem;}}@media screen and (max-width: 480px) {main .quote-component{padding-top:0rem;padding-bottom:0rem;}}main .h3-style{line-height:1.3;letter-spacing:0px;font-weight:700;font-size:40px;}@media screen and (max-width: 1440px) {main .h3-style{font-size:38px;}}@media screen and (max-width: 767px) {main .h3-style{font-size:32px;}}@media screen and (max-width: 480px) {main .h3-style{font-size:28px;}}main .quote-section{position:relative;}main .comp_content_23{grid-template-columns:1fr 1.8fr;display:grid;column-gap:4rem;}@media screen and (max-width: 1440px) {main .comp_content_23{column-gap:3rem;}}@media screen and (max-width: 480px) {main .comp_content_23{grid-template-columns:1fr;row-gap:3rem;}}main .content-list{display:flex;flex-direction:column;row-gap:2rem;}main .text-weight-bold{font-weight:700;}main .icon-size-24{width:24px;height:24px;min-width:24px;min-height:24px;}main .icon-size-48{max-width:48px;max-height:48px;}main .transparent{background:rgba(255,255,255,0);border:1px none rgba(0,0,0,1);color:var(--white);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);}main .transparent:hover{background:rgba(255,255,255,0.08);color:var(--white);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);}main .background_image{object-fit:cover;position:relative;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;object-position:50% 50%;width:100%;top:0%;height:120%;}main .overlay_big_features{position:absolute;width:100%;height:100%;max-width:;background:#43090991;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;color:rgba(51,6,6,0.39);}main .section-padding-medium{padding-top:6rem;padding-bottom:6rem;}@media screen and (max-width: 767px) {main .section-padding-medium{padding-top:4rem;padding-bottom:4rem;}}main .feature-tab-nav{cursor:pointer;position:relative;background:;padding-top:2.5rem;padding-left:10px;padding-right:10px;padding-bottom:2.5rem;font-weight:700;border-left:4px solid var(--Primary-400);color:var(--Primary-400);}main .feature-tab-nav.dh-active{background:;color:var(--Secondary-800);border-left:4px solid var(--Secondary-800);}@media screen and (max-width: 1440px) {main .feature-tab-nav{padding-top:2rem;padding-bottom:2rem;}}@media screen and (max-width: 767px) {main .feature-tab-nav{padding-top:0.5rem;padding-bottom:0.5rem;}}main .progress-bar{top:auto;left:10px;right:10px;width:80%;bottom:0%;height:2px;position:absolute;background:rgba(150,150,150,0.08);}main .text-style-h3{font-size:1.5rem;margin-top:0px;margin-bottom:0px;padding-bottom:0px;}@media screen and (max-width: 480px) {main .text-style-h3{font-size:1.2rem;}}main .feature-tab-inner{display:flex;flex-direction:column;row-gap:1rem;color:var(--white);justify-content:center;align-items:center;width:100%;height:100%;}main .feature-tab-inner > h3{text-align:center;}main .feature-tab_wrapper{border:1px solid rgba(243,243,243,1.00);display:flex;align-items:flex-start;padding-top:2rem;padding-left:2rem;padding-right:2rem;flex-direction:row;justify-content:center;padding-bottom:2rem;}main .overlay_wrapper{position:absolute;width:100%;height:100%;overflow:hidden;}main .comp_features3{display:flex;flex-direction:column;row-gap:4rem;position:relative;}@media screen and (max-width: 1440px) {main .comp_features3{row-gap:3rem;}}main .ghost-inner{display:flex;flex-direction:column;text-align:left;padding-top:0px;padding-left:0px;padding-bottom:1rem;padding-right:0px;align-items:flex-start;}main .text-weight-medium{font-weight:500;}main .ghost{background:rgba(255,255,255,0);position:relative;color:var(--white);border:1px none rgba(0,0,0,1);}main .ghost:hover{transition:;background:rgba(255,255,255,0);color:var(--white);transform:translate(0px,0px);}main .cta_comp{grid-template-columns:2fr 1fr;display:grid;}@media screen and (max-width: 767px) {main .cta_comp{grid-template-columns:2fr;row-gap:2rem;}}main .cta_comp_row1{display:flex;flex-direction:column;row-gap:2rem;}@media screen and (max-width: 1440px) {main .cta_comp_row1{row-gap:1rem;}}main .cta_comp_row2{display:flex;align-items:center;justify-content:flex-end;}@media screen and (max-width: 480px) {main .cta_comp_row2{justify-self:center;}}main .left-title{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;row-gap:1rem;}main .team_component{grid-template-columns:1fr 1fr;display:grid;column-gap:2rem;row-gap:4rem;}@media screen and (max-width: 480px) {main .team_component{grid-template-columns:1fr;}}main .team-item{display:flex;flex-direction:row;column-gap:1rem;grid-template-columns:1fr 1fr;row-gap:0px;}@media screen and (max-width: 991px) {main .team-item{grid-auto-flow:row;grid-template-columns:1fr 1fr;display:flex;flex-direction:column;row-gap:1rem;}}@media screen and (max-width: 480px) {main .team-item{flex-direction:column;}}main .team-item_inner{display:flex;flex-direction:column;row-gap:1rem;}main .team-item_name{display:flex;flex-direction:column;}main .text-size-large{font-size:20px;}main .team-item_social{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;}main .team_portrait_img{object-fit:cover;overflow:hidden;border-radius:4px;min-width:;width:180px;height:180px;}main .comp_values{display:grid;grid-template-columns:1fr 2fr;column-gap:4rem;}@media screen and (max-width: 480px) {main .comp_values{grid-template-columns:1fr;row-gap:4rem;}}main .comp_value_row1{display:flex;flex-direction:column;row-gap:2rem;align-items:flex-start;column-gap:2rem;}main .comp_value_list{grid-template-columns:1fr 1fr;display:grid;column-gap:2rem;row-gap:2rem;}@media screen and (max-width: 991px) {main .comp_value_list{grid-template-columns:1fr;}}main .comp_value_item{border-radius:8px;border:1px solid var(--Secondary-900);display:flex;flex-direction:column;row-gap:1rem;padding-top:2rem;padding-left:2rem;padding-right:2rem;padding-bottom:2rem;}main .comp_partners{grid-template-columns:1fr 1fr;display:grid;column-gap:2rem;row-gap:2rem;}@media screen and (max-width: 767px) {main .comp_partners{grid-template-columns:1fr;justify-items:center;align-items:start;}}main .comp_partners_item{display:flex;flex-direction:column;align-items:flex-start;row-gap:2rem;}main .comp_partners_item_inner{display:flex;flex-direction:column;row-gap:1rem;}main .comp_partner_logo_wrapper{width:100%;height:10rem;}main .partner_logo{height:100%;max-width:20rem;object-fit:fill;}main .timeline_comp{grid-column-gap:5rem;grid-row-gap:5rem;flex-direction:column;grid-template-rows:auto;grid-template-columns:1fr;grid-auto-columns:1fr;justify-items:center;display:grid;position:relative;height:100%;}main .timeline_progress{align-items:center;width:2rem;height:100%;display:flex;position:absolute;grid-template-columns:1fr 1fr;flex-direction:column;}main .timeline_row{grid-column-gap:3rem;grid-row-gap:3rem;grid-template-rows:auto;grid-template-columns:1fr max-content 1fr;grid-auto-columns:1fr;justify-items:center;display:grid;position:relative;z-index:1;min-height:20rem;}@media screen and (max-width: 767px) {main .timeline_row{display:flex;min-height:auto;}}main .timeline_empty_space{width:100%;}@media screen and (max-width: 767px) {main .timeline_empty_space{display:none;}}main .timeline_circle_wrapper{justify-content:center;width:2rem;display:flex;position:relative;}@media screen and (max-width: 767px) {main .timeline_circle_wrapper{order:1000;}}main .timeline_item{z-index:2;grid-column-gap:3rem;grid-row-gap:3rem;grid-template-rows:auto;grid-template-columns:1fr;grid-auto-columns:1fr;margin-top:1rem;display:grid;}main .timeline_image_wrapper{display:none;}main .timeline_item_content{display:flex;flex-direction:column;align-items:flex-start;row-gap:1rem;}main .timeline_item_image{width:100%;height:;}main .static-background_image{object-fit:fill;position:relative;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;object-position:50% 50%;width:100%;top:0%;}main .comp_proj_teaser{display:grid;grid-template-columns:1fr 1fr;column-gap:4rem;height:60vh;justify-items:end;align-items:center;}@media screen and (max-width: 767px) {main .comp_proj_teaser{grid-template-columns:1fr;}}@media screen and (max-width: 480px) {main .comp_proj_teaser{row-gap:2rem;min-height:40rem;}}main .comp_proj_teaser_title_wrapper{display:flex;flex-direction:column;row-gap:2rem;text-align:left;width:100%;height:100%;justify-content:center;}main .comp_proj_overlay{position:absolute;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;width:100%;height:100%;max-width:;background:rgba(0,0,0,0.5);}main .project-teaser_section{display:flex;justify-content:center;align-items:center;}main .comp_proj_bg_img{object-fit:cover;width:100%;height:100%;position:absolute;}main .comp_proj_teaser_subtext{font-size:18px;color:var(--Secondary-900);font-weight:500;max-width:34rem;max-height:;}@media screen and (max-width: 1440px) {main .comp_proj_teaser_subtext{max-width:34rem;width:100%;}}main .comp_proj_teaser_heading{font-size:4rem;font-weight:700;}@media screen and (max-width: 1440px) {main .comp_proj_teaser_heading{font-size:3.8rem;}}@media screen and (max-width: 480px) {main .comp_proj_teaser_heading{font-size:2.7rem;}}main .section-padding-xlarge{padding-top:12rem;padding-bottom:12rem;}@media screen and (max-width: 480px) {main .section-padding-xlarge{padding-top:4rem;padding-bottom:4rem;}}main .image_comp2_wrapper{position:relative;height:60rem;}@media screen and (max-width: 991px) {main .image_comp2_wrapper{height:550px;}}@media screen and (max-width: 480px) {main .image_comp2_wrapper{height:32rem;}}main .comp_features_images{display:flex;flex-direction:column;row-gap:8rem;}@media screen and (max-width: 991px) {main .comp_features_images{row-gap:4rem;}}main .text_wrapper{display:flex;flex-direction:column;row-gap:1rem;}main .gallery_img1{object-fit:cover;height:45rem;max-width:;}main .gallery_img2{object-fit:cover;border-radius:4px;width:100%;height:100%;}main .gallery_img3{object-fit:cover;border-radius:4px;width:100%;height:100%;max-width:;}main .gallery_img4{object-fit:cover;height:45rem;border-radius:4px;}main .table_component{grid-template-columns:1fr 1fr 1fr;display:grid;overflow:auto;}main .table_heading{padding-top:1rem;padding-bottom:1rem;padding-left:1rem;padding-right:1rem;border-bottom:2px solid var(--Secondary-800);font-weight:700;}main .table_row{color:var(--Secondary-800);font-weight:500;padding-left:1rem;padding-top:1rem;padding-bottom:1rem;padding-right:1rem;border-bottom:1px solid var(--Secondary-800);display:flex;align-items:flex-start;justify-content:flex-start;height:5rem;}main .table_row:nth-child(even){background:#8b2d2d66;}main .table_group{font-weight:500;color:var(--Secondary-800);}@media screen and (max-width: 991px) {main .table_group{min-width:25rem;min-height:;}}main .stepper_tab_nav{cursor:pointer;position:relative;padding-top:2.5rem;padding-left:10px;padding-right:10px;padding-bottom:0.5rem;font-weight:700;color:var(--Primary-400);border-bottom:4px solid var(--Primary-400);display:flex;justify-content:center;align-items:center;text-align:center;flex-direction:column;}main .stepper_tab_nav.dh-active{color:var(--Secondary-800);border-bottom:4px solid var(--Secondary-800);}@media screen and (max-width: 480px) {main .stepper_tab_nav{padding-top:1rem;}}main .stepper_tab_content{border:1px solid rgba(243,243,243,1.00);display:flex;align-items:center;padding-top:2rem;padding-left:2rem;padding-right:2rem;flex-direction:row;justify-content:center;padding-bottom:2rem;min-height:30rem;}@media screen and (max-width: 1440px) {main .stepper_tab_content{min-height:28rem;}}main .card_row_home{display:grid;flex-direction:column;justify-content:space-between;height:100%;row-gap:2rem;grid-template-columns:1fr;grid-template-rows:1fr 1fr;}main .hero_colum{row-gap:2rem;column-gap:2rem;display:flex;position:relative;align-items:center;flex-direction:column;justify-content:flex-start;max-width:768px;}main .feature1_right_media{position:relative;}@media screen and (max-width: 991px) {main .feature1_right_media{height:40rem;position:relative;}}main .icon-size-12{width:12px;}main .quote_txt{line-height:1.3;letter-spacing:0px;font-weight:700;font-size:40px;}@media screen and (max-width: 991px) {main .quote_txt{font-size:36px;}}@media screen and (max-width: 480px) {main .quote_txt{font-size:28px;}}main .modal_call-back_wrapper{background:var(--Primary-300);color:var(--white);}main .input{color:var(--Secondary-500);background:var(--Primary-200);width:100%;border:1px none rgba(0,0,0,1);font-size:14px;line-height:1;padding-top:16px;padding-left:16px;border-radius:8px;padding-right:16px;padding-bottom:16px;font-family:'Montserrat';}main .input::placeholder{color:#ddcb9c78;}main .input:focus{color:var(--Secondary-900);}main .call_out_trigger{width:32px;height:32px;position:absolute;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all 200ms 0ms ease-in-out;}main .call_out_trigger .call_out-dot{transition:all 200ms 0ms ease-in-out;}main .call_out_trigger:hover .call_out-dot{width:24px;height:24px;}main .interactive_graphic_wrapper{position:relative;width:100%;height:100%;}main .call_out-dot{width:16px;height:16px;box-shadow:rgba(0,0,0,0.16) 0px 3px 6px,rgba(0,0,0,0.23) 0px 3px 6px,inset 0px 1px 2px 0px rgb(from var(--white) r g b / 20%);position:relative;background:linear-gradient(180deg,var(--Secondary-500) 2%,var(--Secondary-600) 99%);border-radius:50%;}@media screen and (max-width: 991px) {main .call_out-dot{width:12px;height:12px;}}main .adr-cookie_banner{width:27.5rem;padding-left:1.5rem;padding-top:1.5em;padding-bottom:1.5rem;padding-right:1.5rem;background:var(--Primary-300);display:flex;flex-direction:column;row-gap:1rem;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid var(--Primary-500);position:fixed;top:auto;left:auto;right:2.5rem;bottom:2.5rem;z-index:999;column-gap:1rem;}@media screen and (max-width: 767px) {main .adr-cookie_banner{right:auto;}}@media screen and (max-width: 480px) {main .adr-cookie_banner{width:90%;margin-left:auto;margin-right:auto;right:;left:;}}main .rich-txt{font-size:1rem;letter-spacing:0px;}main .rich-txt h3{padding-bottom:10px;padding-top:0px;font-size:1.5rem;}main .rich-txt a{color:#ddcb9c;text-decoration:underline;}main .rich-txt h2{font-size:2rem;padding-top:0px;padding-bottom:10px;}main .rich-txt p{padding-bottom:20px;line-height:1.8;}main .rich-txt a:hover{color:#a08d5d;text-decoration:underline;}main .text-size-small{font-size:0.8rem;}main .button-flat{color:rgba(255,255,255,1.00);padding-top:.75rem;padding-left:20px;padding-right:20px;padding-bottom:.65rem;font-weight:400;width:auto;text-align:center;display:flex;flex-direction:row;justify-content:center;align-items:center;transition:all 250ms 0ms ease-out;font-size:.75rem;text-transform:uppercase;column-gap:.75rem;text-decoration:none;}main .button-flat:hover{color:#ddcb9c;background:var(--Primary-400);}@media screen and (max-width: 480px) {main .button-flat{width:auto;}}main .button-primary-2{color:rgba(255,255,255,1.00);border:1px solid rgb(203,203,203);padding-top:.75rem;padding-left:20px;padding-right:20px;padding-bottom:.65rem;font-weight:400;width:100%;text-align:center;display:flex;flex-direction:row;justify-content:center;align-items:center;transition:all 250ms 0ms ease-out;font-size:.75rem;text-transform:uppercase;column-gap:.75rem;text-decoration:none;}main .button-primary-2:hover{color:#ddcb9c;border:1px solid #ddcb9c;background:var(--Primary-400);}main .adr-full-cover_wrap{width:100%;min-height:100vh;position:fixed;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;z-index:889;background:rgba(15,15,15,0.99);display:flex;flex-direction:row;align-items:center;justify-content:center;}main .adr-title_h1{color:#ddcb9c;font-size:1.5rem;font-weight:600;}@media screen and (max-width: 480px) {main .adr-title_h1{font-size:1.5rem;}}main .adr-flex_apart{display:flex;align-items:center;justify-content:space-between;width:100%;}main .button-secondary-3{border:1px solid rgba(0,0,0,1);padding-top:12px;padding-left:20px;padding-right:20px;padding-bottom:12px;width:100%;display:flex;justify-content:center;align-items:center;min-height:4rem;background:rgb(245,245,0);font-weight:700;color:rgb(15,15,15);text-decoration:none;}main .button-secondary-3:hover{background:#ad9c6f;color:#11213b;}main .adr-switch_wrap{background:#11213b;display:flex;margin-left:2.5rem;min-width:4rem;outline:.5px solid rgb(244,244,244);cursor:pointer;}main .adr-switch_btn{height:2rem;width:2rem;}main .adr-p_tiny{font-size:.8rem;}main .spacer_xxlarge{height:8rem;}body main .t1{color:var(--Secondary-900);background:var(--Primary-200);}@media screen and (max-width: 991px) {body main .t6{row-gap:30px;grid-template-columns:1fr ;}}body main .t8{display:flex;row-gap:25px;flex-direction:column;grid-template-columns:1fr 1fr;}@media screen and (max-width: 991px) {body main .t8{row-gap:20px;}}@media screen and (max-width: 991px) {body main .t9{color:rgba(163,117,255,1.00);}}body main .t17{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t17{row-gap:30px;grid-template-columns:1fr ;}}body main .t19{display:flex;row-gap:40px;column-gap:40px;}body main .t21{display:flex;flex-direction:column;}body main .t22{display:flex;flex-direction:column;}body main .t23{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t26{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t28{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t28{row-gap:30px;grid-template-columns:1fr ;}}body main .t29{display:flex;row-gap:25px;flex-direction:column;}body main .t33{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t35{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t36{display:flex;column-gap:100px;}body main .t39{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t47{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}@media screen and (max-width: 991px) {body main .t55{color:rgba(163,117,255,1.00);}}body main .t59{align-items:flex-end;padding-bottom:20vh;}body main .t60{z-index:5;position:relative;max-width:1920px;}body main .t61{width:900px;display:flex;z-index:2;position:relative;max-width:900;align-items:flex-start;flex-direction:column;}@media screen and (max-width: 1440px) {body main .t61{width:720px;max-width:720px;}}@media screen and (max-width: 767px) {body main .t61{width:100%;max-width:auto;text-align:center;align-items:flex-start;}}@media screen and (max-width: 480px) {body main .t62{font-size:34px;}}body main .t63{z-index:2;background:;}body main .t64{object-fit:cover;}@media screen and (max-width: 767px) {body main .t67{grid-template-columns:1fr;}}body main .t69{top:0%;left:0%;right:auto;width:130%;bottom:0%;height:100%;display:flex;position:absolute;align-items:center;border-radius:8px;flex-direction:column;justify-content:center;}@media screen and (max-width: 991px) {body main .t69{width:100%;position:relative;}}@media screen and (max-width: 767px) {body main .t69{position:relative;}}@media screen and (max-width: 480px) {body main .t69{padding-top:50px;}}body main .t70{z-index:1;}@media screen and (max-width: 1440px) {body main .t81{background:;}}@media screen and (max-width: 480px) {body main .t86{overflow:hidden;}}body main .t91{gap:1.5rem;width:100%;display:flex;align-items:center;flex-direction:column;justify-content:flex-start;}body main .t94{align-items:flex-start;}body main .t97{align-self:stretch;}body main .t98{align-self:stretch;}body main .t101{justify-content:space-between;}@media screen and (max-width: 767px) {body main .t101{grid-template-columns:1.25fr 1fr;}}@media screen and (max-width: 480px) {body main .t101{grid-template-columns:1fr;}}body main .t104{align-items:flex-start;}body main .t108{display:flex;flex-direction:column;}body main .t109{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t119{align-items:flex-start;}@media screen and (max-width: 767px) {body main .t121{font-size:32px;}}body main .t131{align-items:flex-start;}@media screen and (max-width: 767px) {body main .t133{font-size:32px;}}body main .t141{height:380px;}body main .t142{width:1000px;height:1000px;background:;}@media screen and (max-width: 480px) {body main .t142{width:200;height:200;}}body main .t143{display:flex;background:var(--Secondary-700);padding-top:7rem;padding-left:4rem;padding-right:4rem;flex-direction:column;padding-bottom:7rem;}@media screen and (max-width: 480px) {body main .t143{padding-left:1rem;padding-right:1rem;}}body main .t144{display:inline-flex;padding:4rem;align-self:stretch;background:linear-gradient(0deg,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);align-items:center;border-radius:2px;justify-content:center;}@media screen and (max-width: 480px) {body main .t144{padding-left:2rem;padding-right:2rem;}}body main .t145{gap:1.5rem;display:inline-flex;align-items:center;flex-direction:column;justify-content:flex-start;}body main .t147{background:var(--Primary-300);}body main .t148{gap:3rem;display:grid;position:relative;align-items:center;justify-content:space-around;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 1440px) {body main .t148{grid-template-columns:0.75fr 1.5fr 0.75fr;}}@media screen and (max-width: 991px) {body main .t148{column-gap:4rem;align-items:start;grid-template-columns:1fr 1fr;}}@media screen and (max-width: 767px) {body main .t148{grid-template-columns:1fr;}}body main .t149{gap:4rem;flex:1 1 0;display:flex;z-index:1;position:relative;flex-direction:column;}body main .t156{width:33rem;height:33rem;margin-left:auto;margin-right:auto;border-radius:50%;}body main .t157{gap:4rem;flex:1 1 0;display:flex;z-index:1;position:relative;flex-direction:column;}body main .t166{z-index:1;}body main .t173{border-radius:50%;}@media screen and (max-width: 991px) {body main .t173{display:none;}}@media screen and (max-width: 767px) {body main .t182{margin-top:20%;}}@media screen and (max-width: 767px) {body main .t183{padding-top:50px;padding-bottom:50px;}}body main .t186{display:flex;border-top:1px solid var(--Primary-300);margin-top:64px;align-items:flex-end;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t186{row-gap:16px;margin-top:40px;text-align:center;align-items:center;padding-top:15px;flex-direction:column;}}body main .t187{display:flex;column-gap:24px;}body main .t188{display:flex;row-gap:16px;flex-wrap:wrap;column-gap:32px;margin-top:16px;flex-direction:row;justify-content:center;}@media screen and (max-width: 480px) {body main .t188{order:-1000;margin-top:0px;margin-bottom:24px;flex-direction:row;}}@media screen and (max-width: 480px) {body main .t190{display:flex;flex-direction:column;}}body main .t191{font-size:12px;}body main .t192{display:grid;row-gap:32px;column-gap:100px;grid-template-columns:1fr 1.5fr;}@media screen and (max-width: 991px) {body main .t192{grid-template-columns:;}}@media screen and (max-width: 767px) {body main .t192{row-gap:18px;column-gap:40px;}}@media screen and (max-width: 480px) {body main .t192{row-gap:64px;grid-template-columns:1fr;}}body main .t193{display:grid;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t193{grid-template-columns:1fr 1fr;}}@media screen and (max-width: 767px) {body main .t193{row-gap:32px;column-gap:32px;grid-template-columns:1fr 1fr;}}@media screen and (max-width: 480px) {body main .t193{grid-template-columns:1fr;}}body main .t194{display:flex;row-gap:1rem;grid-row:span 3;grid-column:span 1;flex-direction:column;}@media screen and (max-width: 480px) {body main .t194{text-align:center;}}body main .t195{display:flex;row-gap:16px;flex-direction:column;}body main .t197{font-size:14px;font-weight:600;}body main .t198{display:flex;row-gap:1rem;grid-row:span 1;grid-column:span 1;flex-direction:column;}@media screen and (max-width: 480px) {body main .t198{order:-1000;text-align:center;}}body main .t199{display:flex;row-gap:16px;flex-direction:column;}body main .t201{font-size:14px;font-weight:600;}@media screen and (max-width: 991px) {body main .t202{display:none;}}body main .t203{display:flex;row-gap:3rem;flex-direction:column;}@media screen and (max-width: 480px) {body main .t203{row-gap:2rem;align-items:center;}}body main .t204{font-size:14px;max-width:320px;}body main .t207{display:flex;}@media screen and (max-width: 480px) {body main .t207{padding-top:0px;}}body main .t208{display:flex;align-items:center;justify-content:center;}body main .t210{background:;backdrop-filter:;-webkit-backdrop-filter:;}@media screen and (max-width: 991px) {body main .t211{justify-content:space-between;}}@media screen and (max-width: 480px) {body main .t211{min-height:80px;}}body main .t212:hover{transform:translate(-50%,0px) scale(1.15,1.15);}@media screen and (max-width: 991px) {body main .t212{transform:translate(0%,0px);}}@media screen and (max-width: 480px) {body main .t213{height:45px;}}body main .t214{width:30px;height:20px;display:none;flex-direction:column;justify-content:space-between;}body main .t214 > div{top:0;position:relative;transition:0.2s;}body main .t214.dh-active > div:last-child{top:-45%;position:relative;transform:rotate(-45deg);}body main .t214.dh-active > div:first-child{top:45%;position:relative;transform:rotate(45deg);}body main .t214.dh-active > div:nth-child(2){opacity:0;}@media screen and (max-width: 991px) {body main .t214{color:#ddcb9c;cursor:pointer;display:flex;z-index:999;position:relative;}}body main .t215{width:100%;height:2px;background:rgba(0,0,0,1.00);}@media screen and (max-width: 991px) {body main .t215{background:#ddcb9c;}}body main .t216{flex:1 1 0%;display:flex;column-gap:32px;align-items:center;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t216{top:0%;left:0%;right:0%;width:100%;bottom:0%;height:100vh;display:none;z-index:100;position:absolute;background:var(--Primary-200);text-align:center;align-items:center;margin-left:auto;padding-top:40px;margin-right:auto;padding-left:40px;padding-right:40px;flex-direction:column;padding-bottom:40px;justify-content:center;}}body main .t217{display:flex;column-gap:32px;}@media screen and (max-width: 991px) {body main .t217{row-gap:16px;flex-direction:column;}}body main .t218{text-decoration:none;}body main .t219{text-decoration:none;}body main .t220{display:flex;column-gap:32px;align-items:center;flex-direction:row;}@media screen and (max-width: 991px) {body main .t220{row-gap:16px;flex-direction:column;}}body main .t221{text-decoration:none;}body main .t222{text-decoration:none;}body main .t223{padding-left:0px;}body main .t225{display:none;}body main .t227{text-decoration:none;}body main .t234{height:40vh;}body main .t251{height:50vh;position:static;min-height:40rem;padding-bottom:4rem;justify-content:flex-end;}@media screen and (max-width: 991px) {body main .t251{height:35vh;min-height:34rem;padding-bottom:2rem;}}@media screen and (max-width: 480px) {body main .t251{min-height:35rem;}}@media screen and (max-width: 480px) {body main .t252{max-width:768px;}}body main .t257{top:0%;left:0%;right:0%;width:312px;bottom:auto;filter:blur(200px);height:312px;position:absolute;background:#d9d9d969;margin-left:auto;margin-right:auto;border-radius:50%;backdrop-filter:;-webkit-backdrop-filter:;}@media screen and (max-width: 767px) {body main .t257{width:100%;filter:blur(40px);background:#d9d9d917;margin-top:20%;}}body main .t264{padding-top:0rem;}body main .t266{overflow:hidden;}body main .t275{gap:1.5rem;width:100%;display:flex;align-items:center;flex-direction:column;justify-content:flex-start;}body main .t280{top:-20%;}body main .t281{background:var(--Primary-300);}@media screen and (max-width: 480px) {body main .t285{font-size:24px;}}body main .t286{background:var(--Primary-100);}body main .t301{gap:1.5rem;width:100%;display:flex;align-items:center;flex-direction:column;justify-content:flex-start;}body main .t341{background:;}body main .t343{filter:;margin-left:auto;margin-right:auto;backdrop-filter:;-webkit-backdrop-filter:;}body main .t344{background:var(--Primary-200);}body main .t349{display:flex;row-gap:2rem;position:relative;column-gap:2rem;flex-direction:column;grid-auto-flow:column;grid-template-columns:0.5fr 1fr;}@media screen and (max-width: 767px) {body main .t349{display:flex;row-gap:3rem;flex-direction:column;grid-template-columns:1fr ;}}@media screen and (max-width: 480px) {body main .t349{row-gap:2rem;}}body main .t350{display:grid;row-gap:10px;flex-wrap:wrap;column-gap:10px;flex-direction:row;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 767px) {body main .t350{flex-direction:row;}}@media screen and (max-width: 480px) {body main .t350{grid-template-columns:1fr;}}body main .t358{background:;}@media screen and (max-width: 767px) {body main .t360{padding-top:1rem;padding-left:1rem;padding-right:1rem;padding-bottom:1rem;}}body main .t361{background:;}body main .t367{background:;}body main .t371{gap:1.5rem;width:100%;display:flex;align-items:center;flex-direction:column;justify-content:flex-start;}body main .t381{height:70vh;}@media screen and (max-width: 767px) {body main .t387{padding-top:50px;padding-bottom:50px;}}@media screen and (max-width: 767px) {body main .t390{grid-template-columns:1fr;}}@media screen and (max-width: 480px) {body main .t391{height:30rem;}}body main .t392{top:0%;left:0%;right:auto;width:130%;bottom:0%;height:100%;display:flex;position:absolute;align-items:center;border-radius:8px;flex-direction:column;justify-content:center;}@media screen and (max-width: 991px) {body main .t392{width:120%;height:auto;}}@media screen and (max-width: 480px) {body main .t392{width:100%;height:30rem;}}body main .t393{z-index:1;}body main .t395{align-items:flex-start;}body main .t407{background:;}body main .t409{filter:;background:#1a040436;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);}body main .t410{top:0%;left:auto;right:0%;width:500px;bottom:auto;height:500px;background:#ffffff8f;}body main .t412{align-items:flex-start;}body main .t418{background:;}body main .t420{filter:;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);}body main .t440{height:70vh;outline:1px solid rgba(0,0,0,1);}body main .t446{background:;}body main .t448{filter:;background:#1a04044f;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);}@media screen and (max-width: 767px) {body main .t449{overflow:hidden;padding-top:50px;padding-bottom:50px;}}@media screen and (max-width: 767px) {body main .t452{grid-template-columns:1fr;}}@media screen and (max-width: 480px) {body main .t453{height:26rem;}}body main .t454{top:0%;left:0%;right:auto;width:120%;bottom:0%;height:120%;display:flex;position:absolute;align-items:center;border-radius:8px;flex-direction:column;justify-content:center;}@media screen and (max-width: 991px) {body main .t454{width:100%;height:100%;}}body main .t455{top:2%;width:90%;z-index:1;position:absolute;object-fit:cover;aspect-ratio:1/1;}@media screen and (max-width: 991px) {body main .t455{width:40rem;height:40rem;aspect-ratio:1/1;}}@media screen and (max-width: 767px) {body main .t455{width:90%;}}@media screen and (max-width: 480px) {body main .t455{height:24rem;}}body main .t459{align-items:flex-start;}body main .t462{top:0%;left:auto;right:0%;width:500px;bottom:auto;height:500px;background:#ffffff8f;}@media screen and (max-width: 767px) {body main .t462{background:#4e0d0db0;margin-top:-30%;margin-right:-20%;}}body main .t471{background:;}body main .t472{height:100%;position:absolute;object-fit:cover;}body main .t473{filter:;background:#00000082;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);}body main .t480{top:auto;left:0%;right:auto;width:300px;bottom:-10%;z-index:1;position:absolute;object-fit:cover;aspect-ratio:4/3;}@media screen and (max-width: 1440px) {body main .t480{width:280px;}}@media screen and (max-width: 991px) {body main .t480{bottom:-0%;}}@media screen and (max-width: 480px) {body main .t480{width:200px;}}body main .t481{top:-1%;left:auto;right:-15%;width:300px;bottom:auto;z-index:1;position:absolute;object-fit:cover;aspect-ratio:1/1;}@media screen and (max-width: 1440px) {body main .t481{top:-10%;left:auto;right:0;width:280px;bottom:auto;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 991px) {body main .t481{top:-2%;width:200px;}}@media screen and (max-width: 480px) {body main .t481{width:160px;}}body main .t482{z-index:2;background:var(--Primary-400);}body main .t488{align-items:flex-start;}body main .t505{z-index:1;}body main .t508{z-index:4;background:;}body main .t509{gap:1.5rem;width:100%;display:flex;align-items:center;flex-direction:column;justify-content:flex-start;}body main .t515{background:var(--Primary-300);}body main .t519{align-items:flex-start;}@media screen and (max-width: 767px) {body main .t531{top:0%;left:auto;right:0%;bottom:auto;}}body main .t532{width:4px;height:4rem;z-index:1;position:absolute;background:linear-gradient(180deg,var(--Primary-200) 0%,#FFFFFF 100%);}body main .t533{top:5px;width:4px;height:500px;z-index:1;position:sticky;background:var(--Primary-600);margin-top:-35vh;}body main .t534{width:4px;height:120%;position:relative;background:var(--white);}body main .t547{background:;}body main .t548{height:100%;position:absolute;object-fit:cover;}body main .t549{filter:;background:#00000082;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);}body main .t568{background:var(--Primary-100);}body main .t574{top:-15%;left:auto;right:0%;bottom:auto;height:400px;background:#e8c0926b;}@media screen and (max-width: 767px) {body main .t574{width:600px;height:600px;background:#4e0d0d40;margin-right:-15%;}}body main .t610{gap:1.5rem;width:100%;display:flex;align-items:center;flex-direction:column;justify-content:flex-start;}body main .t615{background:;}body main .t617{filter:;margin-left:auto;margin-right:auto;backdrop-filter:;-webkit-backdrop-filter:;}body main .t618{background:#4e0d0d;}body main .t635{background:;}body main .t636{height:100%;position:absolute;object-fit:cover;}body main .t637{filter:;background:#00000082;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);}body main .t649{margin-left:auto;margin-right:auto;}@media screen and (max-width: 767px) {body main .t649{top:20%;}}body main .t650{position:relative;}body main .t654{align-self:flex-end;justify-self:flex-start;}body main .t655{align-self:stretch;}@media screen and (max-width: 767px) {body main .t655{order:-1000;}}body main .t658{justify-content:flex-end;}body main .t662{text-align:right;}body main .t663{background:;}body main .t665{filter:;backdrop-filter:;-webkit-backdrop-filter:;}body main .t668{position:relative;}body main .t672{align-self:flex-end;justify-self:flex-start;}body main .t675{align-self:stretch;}body main .t678{justify-content:flex-start;}body main .t683{background:;}body main .t685{filter:;backdrop-filter:;-webkit-backdrop-filter:;}body main .t686{position:relative;}body main .t690{align-self:flex-end;justify-self:flex-start;}body main .t693{align-self:stretch;}@media screen and (max-width: 767px) {body main .t693{order:-1000;}}body main .t694{text-align:right;}body main .t696{justify-content:flex-end;}body main .t701{background:;}body main .t703{filter:;backdrop-filter:;-webkit-backdrop-filter:;}body main .t709{height:85vh;display:flex;min-height:60rem;align-items:center;justify-content:center;}@media screen and (max-width: 991px) {body main .t709{height:auto;}}body main .t715{align-items:flex-start;}body main .t731{background:;}body main .t733{filter:;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);}body main .t745{background:#4e0d0d;}body main .t750{justify-content:flex-start;}body main .t760{top:auto;left:auto;right:0%;bottom:0%;margin-left:auto;margin-right:auto;}body main .t769{background:var(--Secondary-500);}body main .t772{border:1px solid var(--Secondary-800);position:relative;background:var(--Primary-400);padding-top:2rem;padding-left:2rem;border-radius:4px;padding-right:2rem;padding-bottom:2rem;}body main .t781{background:var(--Primary-300);}body main .t786{align-items:flex-start;}@media screen and (max-width: 480px) {body main .t789{row-gap:2rem;}}@media screen and (max-width: 767px) {body main .t790{height:500px;}}@media screen and (max-width: 480px) {body main .t790{height:300px;}}body main .t791{top:0%;left:0%;right:0%;width:80%;bottom:0%;position:absolute;object-fit:cover;margin-left:auto;margin-right:auto;}@media screen and (max-width: 767px) {body main .t791{width:90%;}}@media screen and (max-width: 480px) {body main .t791{width:90%;}}body main .t792{top:auto;left:0%;right:auto;width:25rem;bottom:0%;height:40rem;position:absolute;object-fit:cover;}@media screen and (max-width: 991px) {body main .t792{width:15rem;height:20rem;}}@media screen and (max-width: 480px) {body main .t792{width:10rem;height:13rem;z-index:2;}}body main .t793{top:5%;left:auto;right:0%;width:25rem;bottom:auto;height:25rem;position:absolute;object-fit:cover;}@media screen and (max-width: 991px) {body main .t793{width:15rem;height:15rem;}}@media screen and (max-width: 767px) {body main .t793{width:12rem;height:12rem;}}@media screen and (max-width: 480px) {body main .t793{width:8rem;height:8rem;z-index:2;}}body main .t799{height:50vh;position:static;padding-bottom:6rem;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t805{margin-top:20%;}}body main .t807{padding-top:0rem;}body main .t809{overflow:hidden;border-radius:20;}body main .t811{width:100%;}body main .t815{grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t815{grid-template-columns:1fr;}}body main .t818{max-width:30rem;align-items:flex-start;}body main .t823{background:var(--Primary-400);}body main .t829{align-items:flex-start;}body main .t844{background:#4e0d0d;}body main .t853{gap:1.5rem;width:100%;display:flex;align-items:center;flex-direction:column;justify-content:flex-start;}body main .t863{width:1000px;height:1000px;}body main .t865{border-radius:4px;}body main .t881{background:;}body main .t882{height:100%;position:absolute;object-fit:cover;}body main .t883{filter:;background:#00000082;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);}body main .t885{text-decoration:none;}body main .t894{height:50vh;position:static;padding-bottom:6rem;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t901{margin-top:20%;}}body main .t902{display:flex;}body main .t903{padding-top:0rem;}body main .t906{width:100%;}body main .t910{grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t910{grid-template-columns:1fr;}}body main .t916{max-width:30rem;align-items:flex-start;}body main .t918{background:#8c2e2e;}body main .t924{align-items:flex-start;}body main .t939{background:#4e0d0d;}body main .t948{gap:1.5rem;width:100%;display:flex;align-items:center;flex-direction:column;justify-content:flex-start;}body main .t958{border-radius:4px;}body main .t967{width:1000px;height:1000px;}body main .t980{background:;}body main .t981{height:100%;position:absolute;object-fit:cover;}body main .t982{filter:;background:#00000082;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);}body main .t983{background:#190404;}body main .t986{display:grid;row-gap:2rem;position:relative;column-gap:2rem;grid-template-columns:0.5fr 1fr;}@media screen and (max-width: 767px) {body main .t986{display:flex;row-gap:3rem;flex-direction:column;grid-template-columns:1fr ;}}body main .t987{display:flex;row-gap:10px;flex-wrap:wrap;column-gap:10px;flex-direction:column;}@media screen and (max-width: 767px) {body main .t987{flex-direction:row;}}body main .t995{background:;}@media screen and (max-width: 767px) {body main .t1003{padding-top:1rem;padding-left:1rem;padding-right:1rem;padding-bottom:1rem;}}body main .t1004{background:;}body main .t1015{gap:1.5rem;width:100%;display:flex;align-items:center;flex-direction:column;justify-content:flex-start;}body main .t1020{top:auto;left:auto;right:0%;bottom:0%;margin-left:auto;margin-right:auto;}body main .t1026{height:50vh;position:static;padding-bottom:6rem;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t1033{margin-top:25%;}}body main .t1034{display:flex;}body main .t1035{padding-top:0rem;}body main .t1038{width:100%;}body main .t1042{grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t1042{grid-template-columns:1fr;}}body main .t1048{max-width:30rem;align-items:flex-start;}body main .t1050{background:#8c2e2e;}@media screen and (max-width: 1440px) {body main .t1053{flex-wrap:wrap-reverse;}}body main .t1056{align-items:flex-start;}body main .t1071{background:#4e0d0d;}body main .t1080{gap:1.5rem;width:100%;display:flex;align-items:center;flex-direction:column;justify-content:flex-start;}body main .t1090{border-radius:4px;}@media screen and (max-width: 1440px) {body main .t1090{display:grid;grid-template-columns:1fr 1fr;}}body main .t1099{width:1000px;height:1000px;}body main .t1112{background:;}body main .t1113{height:100%;position:absolute;object-fit:cover;}body main .t1114{filter:;background:#00000082;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);}body main .t1122{height:40vh;}body main .t1137{height:90vh;}body main .t1138{gap:2rem;width:768px;display:flex;position:relative;align-items:center;flex-direction:column;justify-content:flex-start;}body main .t1147{display:flex;row-gap:25px;flex-direction:column;}@media screen and (max-width: 991px) {body main .t1147{row-gap:20px;}}@media screen and (max-width: 991px) {body main .t1155{row-gap:30px;grid-template-columns:1fr ;}}@media screen and (max-width: 991px) {body main .t1157{color:rgba(163,117,255,1.00);}}body main .t1158{top:-500px;left:0%;right:0%;width:100%;bottom:auto;height:500px;z-index:2;position:absolute;background:var(--Primary-200);margin-left:auto;margin-right:auto;}body main .t1159{top:auto;left:0%;right:0%;width:4px;bottom:0%;height:4rem;position:absolute;background:linear-gradient(180deg,var(--white) 0%,var(--Primary-300) 100%);margin-left:auto;margin-right:auto;}body main .t1160{width:max-content;position:relative;background:;}body main .t1160:hover .dh-languages-dropdown{opacity:100%;pointer-events:auto;}body main .t1161{top:100%;left:0%;right:auto;width:100%;bottom:auto;opacity:0%;overflow:hidden;position:absolute;background:var(--Primary-200);transition:all 200ms 0ms linear;border-radius:6px;pointer-events:none;}body main .t1162{cursor:pointer;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}body main .t1162:hover{background:var(--Primary-400);}body main .t1162.dh-active{display:none;}body main .t1164{height:40px;display:flex;min-width:70px;align-items:center;padding-top:0px;padding-left:13px;padding-right:13px;padding-bottom:0px;justify-content:space-between;}body main .t1165{font-weight:500;}body main .t1177{width:2rem;height:2rem;z-index:2;position:relative;background:rgb(255,255,255);box-shadow:0 0 0 8px var(--background-color--background-primary);margin-top:2rem;align-items:center;border-radius:100%;justify-content:center;}body main .t1186{z-index:10;position:relative;}body main .t1187{width:2rem;height:2rem;z-index:2;position:relative;background:rgb(255,255,255);box-shadow:0 0 0 8px var(--background-color--background-primary);margin-top:2rem;align-items:center;border-radius:100%;justify-content:center;}body main .t1198{z-index:10;position:relative;}body main .t1199{width:2rem;height:2rem;z-index:2;position:relative;background:rgb(255,255,255);box-shadow:0 0 0 8px var(--background-color--background-primary);margin-top:2rem;align-items:center;border-radius:100%;justify-content:center;}body main .t1206{gap:1.5rem;width:100%;display:flex;align-items:center;flex-direction:column;justify-content:flex-start;}@media screen and (max-width: 991px) {body main .t1225{min-width:16rem;}}@media screen and (max-width: 480px) {body main .t1225{min-width:12rem;}}body main .t1238{background:#4e0d0d;}body main .t1251{overflow:hidden;position:relative;padding-top:60px;padding-left:60px;border-radius:8px;padding-right:60px;padding-bottom:60px;}@media screen and (max-width: 767px) {body main .t1251{order:1000;}}@media screen and (max-width: 480px) {body main .t1251{padding-top:24px;padding-left:24px;padding-right:24px;padding-bottom:24px;}}body main .t1253{display:flex;row-gap:16px;flex-direction:column;}body main .t1258{min-height:150px;}body main .t1259{display:block;font-size:14px;margin-bottom:3px;}body main .t1261{display:flex;column-gap:5px;align-items:center;}body main .t1262{width:20px;cursor:pointer;height:20px;}body main .t1263{font-size:14px;}body main .t1265{color:#ddcb9c;text-decoration:underline;}body main .t1266{display:grid;column-gap:16px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 480px) {body main .t1266{row-gap:16px;grid-template-columns:1fr;}}body main .t1269{display:block;font-size:14px;font-weight:600;margin-bottom:3px;}body main .t1270{display:grid;column-gap:16px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 480px) {body main .t1270{row-gap:16px;grid-template-columns:1fr;}}body main .t1273{display:block;font-size:14px;font-weight:600;margin-bottom:3px;}body main .t1276{display:block;font-size:14px;font-weight:600;margin-bottom:3px;}body main .t1279{display:block;font-size:14px;font-weight:600;margin-bottom:3px;}body main .t1281{top:30%;right:-49%;}@media screen and (max-width: 991px) {body main .t1281{top:31%;right:-70%;}}body main .t1282{top:38%;right:-15%;}body main .t1283{top:58%;right:16%;}@media screen and (max-width: 991px) {body main .t1283{top:56%;right:23%;}}body main .t1284{top:24%;right:29%;}body main .t1285{top:27%;right:-21%;}@media screen and (max-width: 991px) {body main .t1285{top:27%;right:-31%;}}body main .t1286{background:;}body main .t1287{background:;}body main .t1288{background:;}body main .t1289{background:;}body main .t1290{background:;}body main .t1296{height:90vh;}body main .t1297{gap:2rem;width:768px;display:flex;position:relative;align-items:center;flex-direction:column;justify-content:flex-start;}body main .t1303{display:flex;}@media screen and (max-width: 480px) {body main .t1303{margin-top:20px;}}body main .t1304{display:flex;align-items:center;justify-content:center;}body main .t1305{display:none;z-index:888;background:;box-shadow:0px 0px 24px 3px rgba(0,0,0,0.16);margin-left:auto;margin-right:auto;backdrop-filter:;-webkit-backdrop-filter:;}@media screen and (max-width: 767px) {body main .t1305{right:2.5em;}}@media screen and (max-width: 480px) {body main .t1305{left:20px;right:20px;display:none;margin-left:auto;margin-right:auto;}}body main .t1306{color:rgb(255,255,255);display:flex;row-gap:.5rem;flex-direction:column;}body main .t1308{color:#370505;row-gap:.2;}body main .t1309{color:rgba(255,255,255,1.00);font-size:1.2rem;}body main .t1310{display:flex;column-gap:1rem;align-items:stretch;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t1310{row-gap:0.5rem;flex-wrap:wrap;column-gap:0.2rem;}}@media screen and (max-width: 480px) {body main .t1312{width:auto;}}body main .t1315{color:rgb(255,255,255);display:none;background:rgba(15,15,15,0.65);margin-left:auto;margin-right:auto;backdrop-filter:blur(8px);grid-template-columns:1fr 1fr;-webkit-backdrop-filter:blur(8px);}body main .t1316{left:0%;right:0%;width:32rem;bottom:auto;display:flex;position:fixed;margin-left:auto;margin-right:auto;flex-direction:column;}@media screen and (max-width: 480px) {body main .t1316{width:90%;overflow:auto;}}body main .t1317{color:rgba(255,255,255,1.00);}body main .t1318{justify-content:flex-end;}body main .t1319{border:1px solid #00000000;cursor:pointer;padding-top:0.4rem;padding-left:0.4rem;padding-right:0.4rem;padding-bottom:0.4rem;}body main .t1319:hover{border:1px solid rgb(244,244,244);}body main .t1321{row-gap:1rem;}body main .t1322{display:flex;column-gap:1.5rem;}body main .t1325{display:flex;column-gap:2.5rem;}body main .t1326{background:#ddcb9c;}body main .t1328{cursor:pointer;display:none;}body main .t1328:hover{background:#21334f;}body main .t1330{border:1px solid rgb(53,53,53);}body main .t1333{color:rgb(178,178,178);}body main .t1334{cursor:pointer;display:none;}body main .t1334:hover{background:#21334f;}body main .t1336{border:1px solid rgb(53,53,53);}body main .t1339{color:rgb(178,178,178);}body main .t1340{cursor:pointer;}body main .t1343{color:rgb(178,178,178);}body main .t1344{flex:0 0 auto;color:#ddcb9c;cursor:not-allowed;opacity:50%;font-size:.8rem;min-width:6rem;text-align:right;}body main .t1345{cursor:pointer;}body main .t1345:hover{background:#8c2e2e;}body main .t1346{background:#370505;border-radius:50px;}body main .t1347{border:1px solid rgb(53,53,53);border-radius:50px;}body main .t1349{color:rgb(178,178,178);}@media screen and (max-width: 991px) {body main .t1382{display:none;}}@media screen and (max-width: 767px) {body main .t1382{display:none;}}@media screen and (max-width: 480px) {body main .t1382{display:none;}}