.arowana_hero { width: 100%; min-height: 100vh; position: relative; display: flex; align-items: center; background: #ffffff; }
.arowana_hero_inner {width: 100%; max-width: 1320px; margin: 0 auto; display: flex; align-items: center; gap: clamp(40px, 6vw, 80px); position: relative; padding: clamp(40px, 8vw, 80px) 20px; }
.arowana_hero_content { flex: 1; display: flex; flex-direction: column; gap: 24px; max-width: 600px; overflow: hidden;}
.arowana_hero_video_box {
  flex: 1;
  max-width: 624px;
  width: 100%;
  height: 724px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.arowana_hero_video { 
  width: 100%; 
  height: 100%; 
  object-fit: cover;
}
.arowana_hero_logo { display: flex; align-items: center; gap: 12px; }
.arowana_hero_brand { 
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Google Sans Flex";
    font-size: 37px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 64.865% */
}
.arowana_hero_title {
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Google Sans Flex";
    font-size: 48px;
    font-style: normal;
    color: #A39BC5;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 100% */
}

.arowana_hero_title_accent{
  color: #0E004A;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Google Sans Flex";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.arowana_hero_description { 
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Google Sans Flex";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(90deg, #687888 0%, #1A1E22 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.arowana_hero_cta { 
    padding: 12px; background: rgb(0, 0, 0); border-radius: 8px; border: none; color: black; font-size: 16px; font-family: 'Google Sans Flex', sans-serif; font-weight: 400; cursor: pointer; transition: background 0.3s; align-self: flex-start; }
.arowana_hero_cta:hover { background: #f0f0f0; }

.arowana_hero_cta p{
    color: var(--Color-Sub-White, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* New Hero Styles */
.arowana_hero_logo_brand { 
    display: flex; 
    align-items: center; 
    gap: 12px; 
}
.arowana_hero_logo_icon { 
    width: 32px; 
    height: 32px; 
}
.arowana_hero_title_new {
  background: linear-gradient(90deg, #FFF -45.53%, #0E004A 78.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Google Sans Flex";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px; /* 108.333% */
}

.arowana_hero_title_new_accent p{
  background: linear-gradient(90deg, #FFF -45.53%, #0E004A 78.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Google Sans Flex";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px; /* 108.333% */
}

.arowana_hero_description_new { 
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Google Sans Flex";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(90deg, #687888 0%, #1A1E22 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.arowana_hero_cta_new { 
    padding: 12px; 
    background: #000000; 
    border-radius: 8px; 
    border: none; 
    color: #FFFFFF; 
    font-size: 16px; 
    font-family: 'Google Sans Flex', sans-serif; 
    font-weight: 400; 
    cursor: pointer; 
    transition: background 0.3s; 
    align-self: flex-start;
    line-height: normal;
}
.arowana_hero_cta_new:hover { 
    background: #333333; 
}

@media (max-width: 1024px) {
  .arowana_hero_inner { flex-direction: column; text-align: center; }
  .arowana_hero_content { align-items: center; max-width: 100%; }
  .arowana_hero_logo { justify-content: center; }
  .arowana_hero_logo_brand { justify-content: center; }
  .arowana_hero_cta { align-self: center; }
  .arowana_hero_cta_new { align-self: center; }
  .arowana_hero_video_box { max-width: 100%; width: 100%; height: auto;}
}

@media (max-width: 768px) {
  .arowana_hero { min-height: 80vh; }
  .arowana_hero_inner { padding: 120px 20px 60px; }
  .arowana_hero_content { gap: 20px; }
  .arowana_hero_title_new { font-size: 32px; line-height: 38px; }
  .arowana_hero_description_new { font-size: 18px; }
  .arowana_hero_brand { font-size: 28px; }
  .arowana_hero_logo_icon { width: 24px; height: 24px; }
  .arowana_hero_video_box { height: 300px; }
}


/* con02 */
.arowana_rwa_platform { width: 100%; background: url('/img/arowana_con02_bg.jpg') no-repeat center center; background-size: cover; padding: clamp(60px, 10vw, 120px) 0; height: 100vh; display: flex; justify-content: center; align-items: center;}
.arowana_rwa_platform_inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; gap: clamp(40px, 8vw, 126px); }
.arowana_rwa_platform_slider { flex: 1; max-width: 624px; }
.arowana_rwa_platform_card {overflow: hidden; background: black; border-radius: 8px; position: relative; display: flex; flex-direction: column; }
.arowana_rwa_platform_card_number { color: #979B9F; font-size: 32px; font-family: 'Inter', sans-serif; font-weight: 400;}
.arowana_rwa_platform_card_image { width: 209px; height: 213px; display: block; }
.arowana_rwa_platform_card_text { color: #C9CDD1; font-size: 16px; font-family: 'Google Sans Flex', sans-serif; font-weight: 400; line-height: 1.5; 
   padding: 38px 48px;
}
.arowana_rwa_platform_card_controls { display: flex; align-items: center; gap: 16px; justify-content: center; padding-bottom: 24px; }
.arowana_rwa_platform_card_arrow { width: 24px; height: 24px; background: rgba(255, 255, 255, 0.20); border: none; border-radius: 6px; cursor: pointer; transition: background 0.3s; padding: 0; display: flex; align-items: center; justify-content: center; }
.arowana_rwa_platform_card_arrow:hover { background: rgba(255, 255, 255, 0.60); }
.arowana_rwa_platform_card_arrow_left svg { transform: rotate(0deg); }
.arowana_rwa_platform_card_arrow_right svg { transform: rotate(0deg); }
.arowana_rwa_platform_content {overflow: hidden; align-self: flex-start; flex: 1; display: flex; flex-direction: column; gap: clamp(16px, 2vw, 24px); max-width: 566px; }
.arowana_rwa_platform_title { color: white; font-size: clamp(28px, 3.5vw, 32px); font-family: 'Google Sans Flex', sans-serif; font-weight: 500; line-height: 1.22; margin: 0; }
.arowana_rwa_platform_subtitle { color: white; font-size: clamp(18px, 2.2vw, 20px); font-family: 'Jomolhari', serif; font-weight: 400; line-height: 1.4; margin: 0; }
.arowana_rwa_platform_description { color: #979B9F; font-size: 16px; font-family: 'Google Sans Flex', sans-serif; font-weight: 400; line-height: 1.5; margin: 0; }
.arowana_rwa_platform_cta { padding: 12px 24px; background: #E2E6EA; border-radius: 8px; border: none; color: black; font-size: 16px; font-family: 'Google Sans Flex', sans-serif; font-weight: 400; cursor: pointer; transition: background 0.3s; align-self: flex-start; }
.arowana_rwa_platform_cta:hover { background: #d0d4d8; }

.arowana_card_txt_img{display: flex; align-items: flex-start; justify-content: space-between; padding: 38px 48px; height: 213px;}
.img_wrap{overflow: hidden; border-radius: 8px; flex:1; display: flex; justify-content: center; align-self: center;}
.img_wrap img{width: 100%; height: 100%; object-fit: cover;}
.arowana_card_video { width: 209px; height: 213px; object-fit: cover; border-radius: 8px; }

@media (max-width: 1024px) {
  .arowana_rwa_platform_inner { flex-direction: column; text-align: center; }
  .arowana_rwa_platform_slider { max-width: 100%; width: 100%; }
  .arowana_rwa_platform_content { align-items: center; max-width: 100%; }
  .arowana_rwa_platform_cta { align-self: center; }
}

@media (max-width: 768px) {
  .arowana_rwa_platform_card { padding: 32px 24px; min-height: auto; }
  .arowana_rwa_platform_card_text { margin: 0 0 20px 0; }
}


/* CON03 */
.arowana_why { width: 100%; background: white; padding: clamp(60px, 10vw, 154px) 0; }
.arowana_why_inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: flex-start; gap: clamp(40px, 6vw, 112px); }
.arowana_why_content {overflow: hidden; flex: 1; display: flex; flex-direction: column; max-width: 595px; }
.arowana_why_title {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Google Sans Flex";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: linear-gradient(90deg, #3E658B 15.55%, #111B25 35.19%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.arowana_why_subtitle { color: black; font-size: clamp(18px, 2.2vw, 20px); font-family: 'Jomolhari', serif; font-weight: 400; line-height: 1.95; margin: 0 0 clamp(24px, 3vw, 32px) 0; }
.arowana_why_intro { color: #65696D; font-size: 16px; font-family: 'Google Sans Flex', sans-serif; font-weight: 300; line-height: 1.5; margin: 0 0 clamp(24px, 3vw, 32px) 0; max-width: 515px; }
.arowana_why_divider { width: 100%; max-width: 515px; height: 1px; background: linear-gradient(90deg, #E9B7FF 0%, #363839 50%, #E9B7FF 100%); margin: 0 0 clamp(24px, 3vw, 32px) 0; }
.arowana_why_features { display: flex; flex-direction: column;}
.arowana_why_feature { display: flex; flex-direction: column;}
.arowana_why_feature_title { color: black; font-size: clamp(18px, 2.2vw, 20px); font-family: 'Google Sans Flex', sans-serif; font-weight: 500; line-height: 1.95; margin: 0; }
.arowana_why_feature_text { color: #65696D; font-size: 14px; font-family: 'Google Sans Flex', sans-serif; font-weight: 300; line-height: 1.3; margin: 0; max-width: 514px; }
.arowana_why_image { width: clamp(300px, 45vw, 624px); height: clamp(400px, 50vw, 660px); border-radius: 16px; overflow: hidden; position: relative; flex-shrink: 0; background: black; }
.arowana_why_image img { width: auto; height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); min-width: 100%; min-height: 100%; object-fit: cover; }
.arowana_why_video { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 1024px) {
  .arowana_why_inner { flex-direction: column; }
  .arowana_why_content { max-width: 100%; }
  .arowana_why_image { width: 100%; max-width: 624px; margin: 0 auto; }
}

@media (max-width: 768px) {
  .arowana_why { padding: 40px 0; }
  .arowana_why_features { gap: 32px; }
}


/* CON04 */
.arowana_backed { width: 100%; position: relative; margin-bottom: 292px; padding-top: 80px;}
.arowana_backed_image { width: 80%; max-width: 1152px; height: clamp(400px, 53.6vw, 778px); position: relative; overflow: hidden; display: flex; justify-content: center; margin: 0 auto; border-radius: 16px;}
.arowana_backed_image img { width: 100%; height: 100%; object-fit: cover;}
.arowana_backed_video { width: 100%; height: 100%; object-fit: cover; }
.arowana_backed_inner { position: absolute; bottom: 0; left: 0; right: 0; max-width: 1024px; margin: 0 auto; padding: 0 40px;}
.arowana_backed_title {overflow: hidden; color: black; font-size: clamp(28px, 3.5vw, 32px); font-family: 'Google Sans Flex', sans-serif; font-weight: 500; line-height: 1.22; margin: 0 0 clamp(40px, 40vw, 400px) 0; }
.arowana_backed_features { display: flex; gap: clamp(24px, 3vw, 35px); justify-content: space-between;}
.arowana_backed_feature { flex: 1; display: flex; flex-direction: column; max-width: 405px; }
.arowana_backed_feature_divider { width: 100%; height: 1px; margin: 0 0 17px 0; 
    background: linear-gradient(90deg, #E9B7FF 0%, #6EB6FF 50%, #E9B7FF 100%);
}
.arowana_backed_feature_title { color: black; font-size: clamp(16px, 2vw, 18px); font-family: 'Google Sans Flex', sans-serif; font-weight: 600; line-height: 1.5; margin: 0 0 8px 0; }
.arowana_backed_feature_text { color: black; font-size: 16px; font-family: 'Google Sans Flex', sans-serif; font-weight: 300; line-height: 1.5; margin: 0; }

@media (max-width: 1024px) {
  .arowana_backed_image { width: 90%; }
  .arowana_backed_inner { position: relative; padding: 40px clamp(20px, 5vw, 40px); }
  .arowana_backed_title { margin: 0 0 40px 0; }
  .arowana_backed_features { flex-direction: column; gap: 32px; }
  .arowana_backed_feature { max-width: 100%; }
}

@media (max-width: 768px) {
  .arowana_backed_image { width: 95%; height: 320px; }
  .arowana_backed_inner { padding: 32px 20px; }
  .arowana_backed_title { margin: 0 0 32px 0; }
}


/* CON05 */
.arowana_about { width: 100%; background: white; position: relative; overflow: hidden; }
.arowana_about_pattern { position: absolute; left: 10px; bottom: 0; width: calc(100% - 20px); display: flex; flex-direction: column; gap: 12px; opacity: 0.1; pointer-events: none; }
.arowana_about_pattern_row { display: flex; gap: 8px; }
.arowana_about_pattern_row::before { content: ''; width: 4px; height: 4px; background: #282828; border-radius: 50%; }
.arowana_about_pattern_row::after { content: ''; flex: 1; display: flex; gap: 8px; background: repeating-linear-gradient(to right, transparent 0, transparent 8px, #282828 8px, #282828 12px); height: 4px; -webkit-mask: radial-gradient(circle, black 50%, transparent 50%); -webkit-mask-size: 12px 4px; mask: radial-gradient(circle, black 50%, transparent 50%); mask-size: 12px 4px; }
.arowana_about_bg { width: 100%; height:1000px; position: relative; overflow: hidden; }
.arowana_about_bg img { width: 100%; height: 100%; object-fit: cover; }
.arowana_about_overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.70); }
.arowana_about_inner { position: absolute; top: 0; left: 0; right: 0; max-width: 1280px; margin: 0 auto; display: flex; flex-direction: column; gap: clamp(60px, 8vw, 96px); margin-top: 100px; }
.arowana_about_content { display: flex; flex-direction: column; gap: 24px; max-width: 1281px; }
.arowana_about_title { color: white; font-size: clamp(28px, 3.5vw, 32px); font-family: 'Google Sans Flex', sans-serif; font-weight: 500; line-height: 1.22; margin: 0; }
.arowana_about_text { color: #C9CDD1; font-size: 16px; font-family: 'Google Sans Flex', sans-serif; font-weight: 300; line-height: 1.5; margin: 0; }
.arowana_about_whitepaper { padding: 12px 24px; background: #E2E6EA; border-radius: 8px; border: none; color: black; font-size: 16px; font-family: 'Google Sans Flex', sans-serif; font-weight: 400; cursor: pointer; transition: background 0.3s; align-self: flex-start; }
.arowana_about_whitepaper:hover { background: #d0d4d8; }
.arowana_about_token { display: flex; flex-direction: column; gap: clamp(24px, 3vw, 32px); }
.arowana_about_token_title { color: white; font-size: clamp(28px, 3.5vw, 32px); font-family: 'Google Sans Flex', sans-serif; font-weight: 500; line-height: 1.22; margin: 0; }
.arowana_about_token_grid { display: flex; flex-wrap: nowrap; gap: 32px; }
.arowana_about_token_item { display: flex; flex-direction: column; gap: 12px; flex: 1; max-width: 187px;}
.arowana_about_token_item_wide { flex: 2; max-width: 411px; }
.arowana_about_token_label { color: white; font-size: clamp(16px, 2vw, 18px); font-family: 'Google Sans Flex', sans-serif; font-weight: 500; line-height: 1.5; }
.arowana_about_token_divider { width: 100%; height: 1px; background: #65696D; }
.arowana_about_token_value { color: white; font-size: 16px; font-family: 'Google Sans Flex', sans-serif; font-weight: 400; line-height: 1.5; }
.arowana_about_token_number { letter-spacing: 1px; }
.arowana_about_token_address { display: flex; align-items: center; gap: 16px; }
.arowana_about_token_copy { width: 24px; height: 24px; background: #E2E6EA; border: none; border-radius: 6px; cursor: pointer; transition: background 0.3s; padding: 0; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.arowana_about_token_copy:hover { background: #d0d4d8; }
.arowana_about_arbiscan { padding: 12px 24px; background: #E2E6EA; border-radius: 8px; border: none; color: black; font-size: 16px; font-family: 'Google Sans Flex', sans-serif; font-weight: 400; cursor: pointer; transition: background 0.3s; align-self: flex-start; margin-top: clamp(16px, 2vw, 24px); }
.arowana_about_arbiscan:hover { background: #d0d4d8; }
.arowana_about_cta {margin-bottom: 200px; background: url('/img/arowana_con05_2_bg.jpg') no-repeat center center; background-size: cover; height: 600px; display: flex; flex-direction: column; align-items: center; gap: 56px; position: relative; z-index: 1; justify-content: center;}
.arowana_about_cta_title { color: black; font-size: clamp(28px, 3.5vw, 32px); font-family: 'Google Sans Flex', sans-serif; font-weight: 500; line-height: 1.22; margin: 0; text-align: center; }
.arowana_about_cta_apps { display: flex; gap: 24px; }
.arowana_about_cta_app {transition: background 0.3s; width: 308px; height: 141px; background: black; border-radius: 8px; display: flex; align-items: center; justify-content: center; transition: transform 0.3s; }
.arowana_about_cta_app:hover { background: #4C5054; transition: background 0.3s;}
.arowana_about_cta_app img { max-width: 100%; height: auto; }

@media (max-width: 1024px) {
  .arowana_about_token_grid { flex-wrap: wrap; }
  .arowana_about_token_item_wide { flex: 1 1 100%; max-width: 100%; }
  .arowana_about_cta_apps { flex-direction: column; width: 100%; max-width: 400px; }
  .arowana_about_cta_app { width: 100%; }
}

@media (max-width: 768px) {
  .arowana_about_inner { padding: 40px 20px 0; gap: 40px; }
  .arowana_about_content { gap: 20px; }
  .arowana_about_token { gap: 24px; }
  .arowana_about_cta { padding: 60px 20px; gap: 40px; }
  .arowana_about_token_address { flex-direction: column; align-items: flex-start; gap: 12px; }
  .arowana_about_token_value { word-break: break-all; }
}


/* CON05 New */
.arowana_about_new { width: 100%; background: white; padding-bottom: 170px; padding-top: 0; }
.arowana_about_new_inner { max-width: 1281px; margin: 0 auto; position: relative; padding: 0 20px; }
.arowana_about_new_video { width: 474px; height: 564px; position: absolute; right: 0; top: 0; overflow: hidden; border-radius: 16px; }
.arowana_about_video { width: 100%; height: 100%; object-fit: cover; }
.arowana_about_new_content { max-width: 656px; padding-top: 18px; overflow: hidden;;}
.arowana_about_new_title { color: #1A1E22; font-size: 32px; font-family: 'Google Sans Flex', sans-serif; font-weight: 500; line-height: 39px; margin: 0 0 16px 0; }
.arowana_about_new_text { color: #65696D; font-size: 14px; font-family: 'Google Sans Flex', sans-serif; font-weight: 400; line-height: 1.5; margin: 0 0 24px 0; }
.arowana_about_new_text p{margin: 0 0 16px 0;}
.arowana_about_new_text p:last-child{margin: 0;}

.arowana_about_new_btn { padding: 12px 24px; background: #E2E6EA; border-radius: 8px; border: none; color: black; font-size: 14px; font-family: 'Google Sans Flex', sans-serif; font-weight: 500; cursor: pointer; transition: background 0.3s; }
.arowana_about_new_btn:hover { background: #d0d4d8; }
.arowana_about_new_governance { margin-top: 120px; }
.arowana_about_new_gov_title { color: #1A1E22; font-size: 32px; font-family: 'Google Sans Flex', sans-serif; font-weight: 500; line-height: 39px; margin: 0 0 24px 0; }
.arowana_about_new_gov_labels { display: flex; gap: 32px; margin-bottom: 8px; }
.arowana_about_new_gov_label { color: #1A1E22; font-size: 14px; font-family: 'Jomolhari', serif; font-weight: 400; flex: 1; }
.arowana_about_new_gov_label:nth-child(1), .arowana_about_new_gov_label:nth-child(2), .arowana_about_new_gov_label:nth-child(3) { max-width: 187px; }
.arowana_about_new_gov_label:nth-child(4) { max-width: 411px; }
.arowana_about_new_gov_dividers { display: flex; gap: 32px; margin-bottom: 16px; }
.arowana_about_new_gov_divider { flex: 1; height: 1px; background: #C9CDD1; }
.arowana_about_new_gov_divider:nth-child(1), .arowana_about_new_gov_divider:nth-child(2), .arowana_about_new_gov_divider:nth-child(3) { max-width: 187px; }
.arowana_about_new_gov_divider:nth-child(4) { max-width: 411px; }
.arowana_about_new_gov_values { margin-bottom: 24px; }
.arowana_about_new_gov_row { display: flex; gap: 32px; align-items: center; }
.arowana_about_new_gov_value { color: #1A1E22; font-size: 16px; font-family: 'Google Sans Flex', sans-serif; font-weight: 500; flex: 1; }
.arowana_about_new_gov_value:nth-child(1), .arowana_about_new_gov_value:nth-child(2), .arowana_about_new_gov_value:nth-child(3) { max-width: 187px; }
.arowana_about_new_gov_value_address { flex: 1; max-width: 411px; display: flex; align-items: center; gap: 16px; }
.arowana_about_new_gov_value_address span { color: #1A1E22; font-size: 16px; font-family: 'Google Sans Flex', sans-serif; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.arowana_about_new_copy { width: 24px; height: 24px; background: #E2E6EA; border: none; border-radius: 6px; cursor: pointer; transition: background 0.3s; padding: 0; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.arowana_about_new_copy:hover { background: #d0d4d8; }
.arowana_about_new_btn_arbiscan { margin-top: 0; }

@media (max-width: 1024px) {
  .arowana_about_new_video { position: relative; width: 100%; max-width: 474px; margin: 0 auto 40px; }
  .arowana_about_new_content { max-width: 100%; }
  .arowana_about_new_governance { margin-top: 60px; }
  .arowana_about_new_gov_labels { flex-wrap: wrap; }
  .arowana_about_new_gov_label { max-width: 100% !important; }
  .arowana_about_new_gov_dividers { flex-wrap: wrap; }
  .arowana_about_new_gov_divider { max-width: 100% !important; }
  .arowana_about_new_gov_row { flex-direction: column; align-items: flex-start; gap: 16px; }
  .arowana_about_new_gov_value { max-width: 100% !important; }
  .arowana_about_new_gov_value_address { max-width: 100% !important; }
}

@media (max-width: 768px) {
  .arowana_about_new { padding: 40px 0; }
  .arowana_about_new_video { height: 400px; }
  .arowana_about_new_governance { margin-top: 40px; }
  .arowana_about_new_gov_value_address { flex-direction: column; align-items: flex-start; gap: 12px; }
  .arowana_about_new_gov_value_address span { white-space: normal; word-break: break-all; }
}


.why_divider_02{margin: 35px 0 20px 0;}