.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#161616;--e-global-color-text:#FFFFFF;--e-global-color-accent:#09090B;--e-global-color-d2f9824:#FFFFFF00;--e-global-typography-primary-font-family:"SteelFish";--e-global-typography-primary-font-weight:800;--e-global-typography-primary-font-style:italic;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-weight:800;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"SteelFish";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );--e-page-transition-entrance-animation:e-page-transition-slide-out-down;--e-page-transition-exit-animation:e-page-transition-slide-in-up;--e-page-transition-animation-duration:1500ms;}.elementor-kit-5 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-5 a{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-5 h1{color:var( --e-global-color-text );font-family:"SteelFish", Sans-serif;font-size:5rem;font-weight:800;text-transform:uppercase;font-style:italic;}.elementor-kit-5 h2{color:var( --e-global-color-text );font-family:"SteelFish", Sans-serif;font-size:5rem;font-weight:800;text-transform:uppercase;font-style:italic;}.elementor-kit-5 h4{color:var( --e-global-color-text );}.elementor-kit-5 h5{color:var( --e-global-color-text );}.elementor-kit-5 h6{color:var( --e-global-color-text );}.elementor-kit-5 input:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea,.elementor-kit-5 .elementor-field-textual{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );accent-color:var( --e-global-color-text );background-color:var( --e-global-color-d2f9824 );border-style:solid;border-width:0px 0px 1px 0px;border-color:var( --e-global-color-text );border-radius:0px 0px 0px 0px;padding:10px 0px 20px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.thin-text {
    font-weight: 100;
}

.thin-pre-text {
    font-weight: 100;
    font-size: 1rem;
    display: inline-block;
    line-height: 1.3;
    margin-bottom: 5px;
}

.extra-bold {
    font-weight: 800;
}

.has-flag .e-con-inner {
    position: relative
}

.vertical-faded .e-con-inner {
    z-index: 1;
}

.vertical-faded::after {
    content: '';
    display: block;
    background: linear-gradient(
  to bottom,
  #000000ff 0px,
  #00000050 70px,
  #00000050 calc(100% - 70px),
  #000000ff 100%
);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.content-faded .e-con-inner {
    z-index: 1;
}

.content-faded::after {
    content: '';
    display: block;
    background: linear-gradient(
  to bottom,
  #00000000 0px,
  #00000000 200px,
  #000000ff 300px,
  #000000ff 100%
);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.content-faded-simple .e-con-inner {
    z-index: 1;
}

.content-faded-simple::after {
    content: '';
    display: block;
    background: linear-gradient(
  to bottom,
  #00000000 300px,
  #000000ff 100%
);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

/*-----Accordion-----*/

.main-accordion h2 {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 200;
    font-size: 3rem !important;
}

.main-accordion summary[aria-expanded="true"] h2 {
    font-weight: 600;
}

.main-accordion .e-opened svg {
    width: 25px;
    height: 18px;
}

.main-accordion summary[aria-expanded="false"] {
    border-bottom: 1px solid #ffffff !important;
}

.main-accordion .pre-icon::before {
    content: '';
    display: inline-block;
    width: 55px;
    height: 38px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

@media(max-width: 767px) {
    .main-accordion h2 {
        font-size: 2rem !important;
    }
    .main-accordion .pre-icon {
        display: block;
    }
    .main-accordion .pre-icon::before {
        width: 45px;
        height: 30px;
        margin-bottom: -4px;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'SteelFish';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.abcw.global/wp-content/uploads/2025/07/steelfish-rg.ttf') format('truetype');
}
@font-face {
	font-family: 'SteelFish';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.abcw.global/wp-content/uploads/2025/07/steelfish-rg-it.ttf') format('truetype');
}
@font-face {
	font-family: 'SteelFish';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.abcw.global/wp-content/uploads/2025/07/steelfish-bd.ttf') format('truetype');
}
@font-face {
	font-family: 'SteelFish';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.abcw.global/wp-content/uploads/2025/07/steelfish-bd-it.ttf') format('truetype');
}
@font-face {
	font-family: 'SteelFish';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://www.abcw.global/wp-content/uploads/2025/07/steelfish-eb.ttf') format('truetype');
}
@font-face {
	font-family: 'SteelFish';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://www.abcw.global/wp-content/uploads/2025/07/steelfish-eb-it.ttf') format('truetype');
}
/* End Custom Fonts CSS */