301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: dsrfa.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html><html lang="en" data-capo=""><head><meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Davao South Regional Football | DSRFA Official Website</title> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin="anonymous"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700,800,900%7COpen%20Sans:100,200,300,400,500,600,700,800,900%7CMontserrat:100,200,300,400,500,600,700,800,900%7CRoboto:100,200,300,400,500,600,700,800,900%7CAbel:100,200,300,400,500,600,700,800,900%7CNoto%20Sans%20JP:100,200,300,400,500,600,700,800,900%7CAllerta%20Stencil:100,200,300,400,500,600,700,800,900%7CSaira%20Stencil%20One:100,200,300,400,500,600,700,800,900%7CStardos%20Stencil:100,200,300,400,500,600,700,800,900&display=swap" media="print" onload="this.media='all'"> <style type="text/css"> :root{ --primary: #37ca37; --secondary: #188bf6; --white: #ffffff; --gray: #cbd5e0; --black: #000000; --red: #e93d3d; --orange: #f6ad55; --yellow: #faf089; --green: #9ae6b4; --teal: #81e6d9; --malibu: #63b3ed; --indigo: #757BBD; --purple: #d6bcfa; --pink: #fbb6ce; --transparent: transparent; --overlay: rgba(0, 0, 0, 0.5); --color-madrzb9q: #004225; --color-mads0uzi: #FFB000; --color-lyrjldj8: rgba(255,255,255,0.40); --arial: 'Arial'; --lato: 'Lato'; --open-sans: 'Open Sans'; --montserrat: 'Montserrat'; --roboto: 'Roboto'; --abel: 'Abel'; --noto-sans-jp: 'Noto Sans JP'; --allerta-stencil: 'Allerta Stencil'; --saira-stencil-one: 'Saira Stencil One'; --stardos-stencil: 'Stardos Stencil'; --headlinefont: 'Montserrat'; --contentfont: 'Lato'; --text-color: #000000; --link-color: #188bf6; } .bg-fixed{bottom:0;top:0;left:0;right:0;position:fixed;overflow:auto;background-color:var(--white)} .drop-zone-draggable .hl_main_popup{box-shadow:none;padding:20px;margin-top:0;border-color:var(--gray);border-width:10px;border-style:solid;background-color:var(--white)} #hl_main_popup{box-shadow:none;padding:20px;margin-top:0;border-color:var(--gray);border-width:10px;border-style:solid;background-color:var(--white);width:720px}@media screen and (min-width:0px) and (max-width:480px){#hl_main_popup{width:380px!important}} .hover-zoom { transition: transform 0.3s ease; cursor: pointer; } .hover-zoom:hover { transform: scale(1.1); } .uefabg { background: #020024; background: linear-gradient(167deg, rgba(2, 0, 36, 1) 38%, rgba(9, 9, 121, 1) 73%, rgba(0, 47, 255, 1) 100%); } .fuchsiapurple { background-image: linear-gradient(to right top, #711db0, #8517ab, #9710a5, #a60ca0, #b30b9a, #c9058f, #db1383, #ea2677, #fc4562, #ff664e, #ff873d, #ffa732); } .blackpurple { background-image: linear-gradient(to right top, #e90074, #b9155f, #8c1a4a, #611935, #391421, #281118, #190a0f, #000000, #000000, #000000, #000000, #000000); } .mainbg { background-image: linear-gradient(to right top, #3d365c, #473a65, #523d6d, #5d4075, #6a427c, #764581, #824786, #8f498a, #9e4c8d, #ac508f, #bb5391, #c95792); } .blackwhite { background-image: linear-gradient(to right top, #ffffff, #b9b9b9, #777777, #3b3b3b, #000000); } --------------------------------------Carousel----------------------------------- html, body { overflow-x: hidden; } @media (max-width: 1600px) { #your-column { animation: newmovel 0.4s linear infinite; animation-play-state: paused; animation-delay: calc (var (--scroll) * -1s); } .carousel { width: 20vw !important; } } .carousel { width: 12vw; align-items: center; justify-content: center; } #row-2Z0vJJMTdb { align-items: center !important; justify-content: center !important; transform-origin: center !important; width: 200vw !important; animation: Scrolltest2 30s linear infinite; } #row-2Z0vJJMTdb:hover { animation-play-state: paused; } @keyframes Scrolltest2 { 0% { transform: translateX(0vw); -webkit-transform: translateX(0vw); } 100% { transform: translateX(-99vw); -webkit-transform: translateX(-99vw); } } ----------------------ImageEnlarge---------------- .image-container { overflow: hidden; display: inline-block; /* Or block */ } .image-container img { transition: transform 0.3s ease-in-out; } .image-container:hover img { transform: scale(1.1); } -----------------------------ColumnEnlarge------------------ .column-container { transition: transform 1.9s ease-in-out; /* Smooth transition */ } .column-container:hover { transform: scale(1.05); /* Adjust the scale factor for desired enlargement */ /* Optional: Add other visual cues on hover */ box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); /* Example shadow */ } ---------------------GradientColorText--------------- .gradient-text-your-colors { background: linear-gradient(to right, #3D365C, #C95792, #F8B55F); -webkit-background-clip: text; background-clip: text; color: transparent; } -------------TextOverLayoverImage------------------ <figure class="hover-img"> <img src="https://storage.googleapis.com/msgsndr/ZFMpjoMYe2Uslp95eTC2/media/67c93b58ad4fc8a3ce748079.png"/> <figcaption> <h3>HOME</h3> </figcaption> </figure> .hover-img { background-color: #000; color: #fff; display: inline-block; margin: 8px; max-width: 320px; min-width: 240px; overflow: hidden; position: relative; text-align: center; width: 100%; } .hover-img * { box-sizing: border-box; transition: all 0.45s ease; } .hover-img::before, .hover-img::after { background-color: rgba(0, 0, 0, 0.5); border-top: 32px solid rgba(0, 0, 0, 0.5); border-bottom: 32px solid rgba(0, 0, 0, 0.5); position: absolute; top: 0; bottom: 0; left: 0; right: 0; content: ''; transition: all 0.3s ease; z-index: 1; opacity: 0; transform: scaleY(2); } .hover-img img { vertical-align: top; max-width: 100%; backface-visibility: hidden; } .hover-img figcaption { position: absolute; top: 0; bottom: 0; left: 0; right: 0; align-items: center; z-index: 1; display: flex; flex-direction: column; justify-content: center; line-height: 1.1em; opacity: 0; z-index: 2; transition-delay: 0.1s; font-size: 24px; font-family: sans-serif; font-weight: 400; letter-spacing: 1px; text-transform: uppercase; } .hover-img:hover::before, .hover-img:hover::after { transform: scale(1); opacity: 1; } .hover-img:hover > img { opacity: 0.7; } .hover-img:hover figcaption { opacity: 1; } /* ---- DRFA Header styles ----- */ :root{--white:#ffffff;--black:#000000;--transparent:transparent;--color-madrzb9q:#004225;--color-mads0uzi:#FFB000}.hl_page-preview--content .col-Gtjap9mvxN,.hl_page-preview--content .row-FRb4SadxKk,.hl_page-preview--content .section-im1ISJ20ge{box-shadow:none;padding:5px 0;margin:0;background-color:var(--color-madrzb9q);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .col-Gtjap9mvxN,.hl_page-preview--content .row-FRb4SadxKk{margin:0 auto;background-color:var(--transparent);width:100%}.hl_page-preview--content .col-Gtjap9mvxN{padding:0 5px;width:67.9%;margin:0}.hl_page-preview--content .cnav-menu-v2-v3BE1o4wx2{font-family:var(--headlinefont);padding:5px 8px;margin:0;item-padding-top:0;item-padding-bottom:0;item-padding-left:16px;item-padding-right:16px;item-margin-top:0;item-margin-bottom:0;item-margin-left:0;item-margin-right:0;line-height:1.3em;text-transform:none;letter-spacing:0;text-align:left;font-weight:400;background-color:var(--color-madrzb9q);mobile-background-color:var(--white);popup-background-color:var(--color-madrzb9q);mobile-popup-background-color:var(--color-madrzb9q);color:var(--color-mads0uzi);hover-background-color:var(--color-mads0uzi);hover-text-color:var(--color-madrzb9q);bold-text-color:var(--black);italic-text-color:var(--black);underline-text-color:var(--black);icon-color:var(--black);cart-icon-color:var(--black);user-icon-color:var(--black);cart-icon-active-color:var(--black);submenu-background-color:var(--color-madrzb9q);submenu-mobile-background-color:var(--white);submenu-color:var(--color-mads0uzi);submenu-hover-background-color:var(--color-mads0uzi);submenu-hover-text-color:var(--color-madrzb9q);nav-menu-item-spacing-x:8px;nav-menu-item-spacing-y:0;nav-menu-align:left;sub-menu-align:right;sub-menu-style:popover;border-color:#000;border-style:solid;border-width:0;border-radius:0;item-border-color:#000;item-border-style:solid;item-border-width:0;item-border-radius:0;box-shadow:none;item-box-shadow:none}.hl_page-preview--content .col-UjxR45Ly4b{padding:0 5px;width:18.3%;margin:0}.hl_page-preview--content #heading-yhOU64HFaK{margin:0}.hl_page-preview--content .cheading-yhOU64HFaK,.hl_page-preview--content .col-Te-WUGaU0C,.hl_page-preview--content .col-UjxR45Ly4b{box-shadow:none;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .cheading-yhOU64HFaK{font-family:var(--headlinefont);color:var(--color-mads0uzi);icon-color:var(--text-color);font-weight:400;padding:0;opacity:1;text-shadow:none;line-height:1.3em;letter-spacing:0;text-align:center}.hl_page-preview--content .col-Te-WUGaU0C{padding:0 5px;width:13.8%;margin:0}.hl_page-preview--content .image--9d3fnctPY{margin:0}.hl_page-preview--content .image--9d3fnctPY .image-container img{box-shadow:none;height:80px}.hl_page-preview--content .cimage--9d3fnctPY{padding:5px 10px;background-color:var(--transparent);opacity:1;text-align:center}#section-im1ISJ20ge>.inner{max-width:100%}#col-Gtjap9mvxN>.inner{flex-direction:column;justify-content:center;align-items:inherit;flex-wrap:nowrap}#nav-menu-v2-v3BE1o4wx2 .mega-menu-container{font-weight:500;font-size:14px;justify-content:flex-start;flex-direction:row;background-color:var(--color-madrzb9q)}#nav-menu-v2-v3BE1o4wx2 .nav-menu-mobile{display:none}#nav-menu-v2-v3BE1o4wx2 .nav-menu-desktop{display:flex}#nav-menu-v2-v3BE1o4wx2 .x-icon{display:none}#nav-menu-v2-v3BE1o4wx2 .menu-layout{flex-direction:row}#nav-menu-v2-v3BE1o4wx2 .nav-spacing-x{margin-left:8px}#nav-menu-v2-v3BE1o4wx2 .menu-item-builder-title,#nav-menu-v2-v3BE1o4wx2 .menu-item-title:hover{background-color:var(--color-mads0uzi);color:var(--color-madrzb9q)}#nav-menu-v2-v3BE1o4wx2 .menu-item-builder-title-icon>span::after,#nav-menu-v2-v3BE1o4wx2 .menu-item-title-icon>span::after{color:inherit;content:"";font-family:"Font Awesome 5 Free";font-weight:700;font-size:14px;display:inline-block;margin-left:.25rem;transition:transform .3s ease}#nav-menu-v2-v3BE1o4wx2 .menu-item-builder-title-icon-hover>span::after,#nav-menu-v2-v3BE1o4wx2 .menu-item-title-icon:hover>span::after{transform:rotate(180deg)}#nav-menu-v2-v3BE1o4wx2 .menu-item-builder>.submenu-builder,#nav-menu-v2-v3BE1o4wx2 .menu-item:hover>.mega-menu,#nav-menu-v2-v3BE1o4wx2 .menu-item:hover>.submenu,#nav-menu-v2-v3BE1o4wx2 .submenu:hover{visibility:visible;opacity:1}#nav-menu-v2-v3BE1o4wx2 .submenu,#nav-menu-v2-v3BE1o4wx2 .submenu-builder{position:absolute;z-index:10;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in}#nav-menu-v2-v3BE1o4wx2 .submenu-content-container{margin:0;padding-top:0;padding-bottom:0;background-color:var(--color-madrzb9q);border-width:0;border-color:#000!important;border-style:solid;border-radius:0;box-shadow:none}#nav-menu-v2-v3BE1o4wx2 .submenu-column{display:block;grid-template-columns:1fr 1fr;row-gap:0;column-gap:0}#nav-menu-v2-v3BE1o4wx2 .submenu-item{padding-left:16px;padding-right:16px;margin-bottom:0;color:var(--color-mads0uzi)}#nav-menu-v2-v3BE1o4wx2 .submenu-item:last-child{margin-bottom:0}#nav-menu-v2-v3BE1o4wx2 .submenu-item:hover{background-color:var(--color-mads0uzi);color:var(--color-madrzb9q)}#nav-menu-v2-v3BE1o4wx2 .sub-menu-align{right:-.5rem}#nav-menu-v2-v3BE1o4wx2 .user-icon{color:var(--black)}#nav-menu-v2-v3BE1o4wx2 .mega-menu{visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in;position:absolute;left:0;z-index:999}#nav-menu-v2-v3BE1o4wx2 .mega-menu:hover{visibility:visible;opacity:1}#nav-menu-v2-v3BE1o4wx2 .mega-menu-builder{position:absolute;left:0}#nav-menu-v2-v3BE1o4wx2 .items-cart,#nav-menu-v2-v3BE1o4wx2 .items-cart-active{color:var(--black)}#nav-menu-v2-v3BE1o4wx2 .cart-search-desktop{display:list-item}#nav-menu-v2-v3BE1o4wx2 .cart-search-mobile{display:none}#nav-menu-v2-v3BE1o4wx2 .nav-search-wrapper,#nav-menu-v2-v3BE1o4wx2 .search-bar-container{background-color:var(--color-madrzb9q)}#nav-menu-v2-v3BE1o4wx2 .hl-autocomplete-input{border:1px solid #cacaca;margin:1px;border-radius:16px}#nav-menu-v2-v3BE1o4wx2 .hl-autocomplete{font-family:inherit}#nav-menu-v2-v3BE1o4wx2 .hl-autocomplete-button{background:#fff}#nav-menu-v2-v3BE1o4wx2 .hl-autocomplete-input-wrapper{color:#000;background-color:#fff}#nav-menu-v2-v3BE1o4wx2 .hl-autocomplete-results{border:1px solid #cacaca;border-top:none;border-radius:16px;border-top-left-radius:0;border-top-right-radius:0;color:var(--black);background-color:var(--white)}#nav-menu-v2-v3BE1o4wx2 .hl-autocomplete-input:hover{border-width:1.5px;margin:.5px}#nav-menu-v2-v3BE1o4wx2 .hl-autocomplete-input:focus-within{border-width:2px;margin:0}@media screen and (min-width:0px) and (max-width:480px){#nav-menu-v2-v3BE1o4wx2 .mega-menu-container{font-weight:500;font-size:14px;background-color:var(--white)}#nav-menu-v2-v3BE1o4wx2 .menu-item-builder>.submenu-builder,#nav-menu-v2-v3BE1o4wx2 .nav-menu-mobile{display:block}#nav-menu-v2-v3BE1o4wx2 .nav-menu-mobile span::before{cursor:pointer;color:var(--black);content:"";font-family:"Font Awesome 5 Free";font-weight:700;font-size:14px}#nav-menu-v2-v3BE1o4wx2 .nav-menu-desktop{display:block;position:fixed;width:100%;height:100vh;overflow-y:scroll;z-index:999;left:0;top:0;padding-left:1rem;padding-right:1rem;background-color:var(--color-madrzb9q);padding-bottom:8rem}#nav-menu-v2-v3BE1o4wx2 .hide-popup{display:none!important}#nav-menu-v2-v3BE1o4wx2 .x-icon{display:flex}#nav-menu-v2-v3BE1o4wx2 .submenu-content-container{margin:0;background-color:var(--white);padding:0 16px;border:0;box-shadow:none}#nav-menu-v2-v3BE1o4wx2 .nav-spacing-x{margin-left:0;margin-bottom:8px}#nav-menu-v2-v3BE1o4wx2 .menu-item-title-icon{position:relative;padding-right:calc(14px*2);white-space:normal!important;text-wrap:wrap!important}#nav-menu-v2-v3BE1o4wx2 .menu-item-title-icon>span::after{font-size:14px;position:absolute;right:.375rem}#nav-menu-v2-v3BE1o4wx2 .menu-item-title-icon-rotate>span::after{transform:rotate(180deg)!important}#nav-menu-v2-v3BE1o4wx2 .menu-item-title-icon-rotate-reverse>span::after{transform:rotate(0deg)!important}#nav-menu-v2-v3BE1o4wx2 .submenu{display:none;position:static;z-index:unset;visibility:visible;opacity:1;transition:visibility 0s,opacity .3s ease-in}#nav-menu-v2-v3BE1o4wx2 .submenu-item{white-space:normal!important;text-wrap:wrap!important}#nav-menu-v2-v3BE1o4wx2 .submenu-mobile-active{display:block}#nav-menu-v2-v3BE1o4wx2 .submenu-builder{display:none;position:static;z-index:none;visibility:visible;opacity:1;transition:none}#nav-menu-v2-v3BE1o4wx2 .itemTarget{border:0!important;border-radius:unset!important;box-shadow:none!important}#nav-menu-v2-v3BE1o4wx2 .mega-menu{display:none;visibility:visible;opacity:1;position:static;left:unset;bottom:unset;z-index:unset;transition:visibility 0s,opacity .3s ease-in}#nav-menu-v2-v3BE1o4wx2 .mega-menu-mobile-active{display:block}#nav-menu-v2-v3BE1o4wx2 .mega-menu-builder{position:static;left:unset;bottom:unset;z-index:unset}#nav-menu-v2-v3BE1o4wx2 .cart-search-desktop{display:none}#nav-menu-v2-v3BE1o4wx2 .cart-search-mobile{display:flex}#nav-menu-v2-v3BE1o4wx2 .nav-search-wrapper,#nav-menu-v2-v3BE1o4wx2 .search-bar-container{background-color:var(--color-madrzb9q)}}#col-Te-WUGaU0C>.inner,#col-UjxR45Ly4b>.inner{flex-direction:column;justify-content:center;align-items:inherit;flex-wrap:nowrap}.heading-yhOU64HFaK{font-weight:700}.heading-yhOU64HFaK em,.heading-yhOU64HFaK strong,.heading-yhOU64HFaK u{color:var(--text-color)!important}.heading-yhOU64HFaK a,.heading-yhOU64HFaK a *{color:var(--link-color)!important;text-decoration:none}.heading-yhOU64HFaK a:hover{text-decoration:underline}@media screen and (min-width:0px) and (max-width:480px){.heading-yhOU64HFaK h1,.heading-yhOU64HFaK h2,.heading-yhOU64HFaK h3,.heading-yhOU64HFaK h4,.heading-yhOU64HFaK h5,.heading-yhOU64HFaK h6,.heading-yhOU64HFaK ul li,.heading-yhOU64HFaK.text-output{font-size:18px!important;font-weight:700}}@media screen and (min-width:481px) and (max-width:10000px){.heading-yhOU64HFaK h1,.heading-yhOU64HFaK h2,.heading-yhOU64HFaK h3,.heading-yhOU64HFaK h4,.heading-yhOU64HFaK h5,.heading-yhOU64HFaK h6,.heading-yhOU64HFaK ul li,.heading-yhOU64HFaK.text-output{font-size:18px!important;font-weight:700}}.heading-yhOU64HFaK.text-output h1:first-child:before,.heading-yhOU64HFaK.text-output h2:first-child:before,.heading-yhOU64HFaK.text-output h3:first-child:before,.heading-yhOU64HFaK.text-output h4:first-child:before,.heading-yhOU64HFaK.text-output h5:first-child:before,.heading-yhOU64HFaK.text-output h6:first-child:before,.heading-yhOU64HFaK.text-output p:first-child:before{color:var(--text-color);content:'\'; font-family: '';margin-right:5px;font-weight:700} /* ---- Section styles ----- */ :root{--white:#ffffff;--black:#000000;--red:#e93d3d;--transparent:transparent;--color-madrzb9q:#004225;--color-mads0uzi:#FFB000}.hl_page-preview--content .section-WL2aE9W1vL{box-shadow:none;padding:5px 0;margin:0;background-color:var(--color-madrzb9q);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .col-TlFrtryi0d,.hl_page-preview--content .row-isCj8FcXnG{margin:0 auto;box-shadow:none;padding:15px 0;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid;width:100%}.hl_page-preview--content .col-TlFrtryi0d{padding:5px;width:42.5%;margin:0}.hl_page-preview--content .image-T9U_jwRo0u{margin:20px 0 0}.hl_page-preview--content .image-T9U_jwRo0u .image-container img{box-shadow:none;height:350px}.hl_page-preview--content .cimage-T9U_jwRo0u{padding:5px 10px;background-color:var(--transparent);opacity:1;text-align:center}.hl_page-preview--content .col-Q-uOJb6Fcy{box-shadow:none;padding:10px 5px;background-color:var(--transparent);width:57.5%;border-color:var(--black);border-width:2px;border-style:solid;margin:0}.hl_page-preview--content .image-feature-sbcBNSSwU8{margin:0}.hl_page-preview--content .cimage-feature-sbcBNSSwU8{font-family:var(--contentfont);font-weight:400;feature-headline-color:var(--color-mads0uzi);feature-text-color:var(--white);text-shadow:none;line-height:1.3em;letter-spacing:0;padding:10px;background-color:var(--transparent);text-align:left;link-text-color:var(--red)}.hl_page-preview--content .col-WLa2_0B37y,.hl_page-preview--content .row-WLFM-llz3f{margin:0 auto;box-shadow:none;padding:5px 0;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid;width:100%}.hl_page-preview--content .col-WLa2_0B37y{padding:2px 5px;width:9.7%;margin:0}.hl_page-preview--content .image-274PxmcKAW{margin:0}.hl_page-preview--content .image-0IGjyBT0H8 .image-container img,.hl_page-preview--content .image-274PxmcKAW .image-container img{box-shadow:none;height:70px}.hl_page-preview--content .cimage-274PxmcKAW{padding:10px;background-color:var(--transparent);opacity:1;text-align:center}.hl_page-preview--content .col-PRh7Ezk-Hq{box-shadow:none;padding:2px 5px;background-color:var(--transparent);width:81.9%;border-color:var(--black);border-width:2px;border-style:solid;margin:0}.hl_page-preview--content .custom-code-qoYAWSbR60{margin:0}.hl_page-preview--content .col-qkjzBShX8_{box-shadow:none;padding:2px 5px;background-color:var(--transparent);width:8.4%;border-color:var(--black);border-width:2px;border-style:solid;margin:0}.hl_page-preview--content .image-0IGjyBT0H8{margin:0}.hl_page-preview--content .cimage-0IGjyBT0H8{padding:2px 10px;background-color:var(--transparent);opacity:1;text-align:center}#section-WL2aE9W1vL>.inner{max-width:1170px}#col-PRh7Ezk-Hq>.inner,#col-Q-uOJb6Fcy>.inner,#col-TlFrtryi0d>.inner,#col-WLa2_0B37y>.inner,#col-qkjzBShX8_>.inner{flex-direction:column;justify-content:center;align-items:inherit;flex-wrap:nowrap}.image-feature-sbcBNSSwU8{width:auto;height:auto;text-align:left;font-family:inherit;overflow-y:visible}.image-feature-sbcBNSSwU8 .img-feature-container{height:auto;width:100%;display:inline-block}.image-feature-sbcBNSSwU8 .img-container img{padding:0;max-width:100%;min-width:0%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;max-height:100%}.image-feature-sbcBNSSwU8 .img-container{height:auto;padding:5px}.image-feature-sbcBNSSwU8 .txt-container{height:auto;font-size:24px;padding:5px;float:right;word-break:break-word}.image-feature-sbcBNSSwU8 .featureHeadline,.image-feature-sbcBNSSwU8 .featureHeadline h1,.image-feature-sbcBNSSwU8 .featureHeadline h2,.image-feature-sbcBNSSwU8 .featureHeadline h3,.image-feature-sbcBNSSwU8 .featureHeadline h4,.image-feature-sbcBNSSwU8 .featureHeadline h5,.image-feature-sbcBNSSwU8 .featureHeadline h6{font-size:30px;color:var(--color-mads0uzi);line-height:1.3em;font-weight:800}.image-feature-sbcBNSSwU8 .featureText,.image-feature-sbcBNSSwU8 .featureText h1,.image-feature-sbcBNSSwU8 .featureText h2,.image-feature-sbcBNSSwU8 .featureText h3,.image-feature-sbcBNSSwU8 .featureText h4,.image-feature-sbcBNSSwU8 .featureText h5,.image-feature-sbcBNSSwU8 .featureText h6{font-size:16px;color:var(--white);line-height:1.3em}.image-feature-sbcBNSSwU8 a,.image-feature-sbcBNSSwU8 a *{color:var(--red)!important;text-decoration:none;white-space:inherit!important}.image-feature-sbcBNSSwU8 a:hover{text-decoration:underline}.image-feature-sbcBNSSwU8 .feature-img-left .img-container{float:left}.image-feature-sbcBNSSwU8 .feature-img-right .img-container{float:right}.image-feature-sbcBNSSwU8 .feature-cols-80-20 .img-container{width:20%}.image-feature-sbcBNSSwU8 .feature-cols-80-20 .txt-container{width:80%}.image-feature-sbcBNSSwU8 .feature-cols-70-30 .img-container{width:30%}.image-feature-sbcBNSSwU8 .feature-cols-70-30 .txt-container{width:70%}.image-feature-sbcBNSSwU8 .feature-cols-60-40 .img-container{width:40%}.image-feature-sbcBNSSwU8 .feature-cols-60-40 .txt-container{width:60%}.image-feature-sbcBNSSwU8 .feature-cols-50-50 .img-container,.image-feature-sbcBNSSwU8 .feature-cols-50-50 .txt-container{width:50%}.image-feature-sbcBNSSwU8 p:first-child{padding-left:0!important}.image-feature-sbcBNSSwU8 p:not(:has(strong)){font-weight:700}@media screen and (min-width:0px) and (max-width:480px){.image-feature-sbcBNSSwU8 .featureHeadline{font-size:18px;font-weight:undefined}.image-feature-sbcBNSSwU8 .featureHeadline h1,.image-feature-sbcBNSSwU8 .featureHeadline h2,.image-feature-sbcBNSSwU8 .featureHeadline h3,.image-feature-sbcBNSSwU8 .featureHeadline h4,.image-feature-sbcBNSSwU8 .featureHeadline h5,.image-feature-sbcBNSSwU8 .featureHeadline h6{font-size:18px}.image-feature-sbcBNSSwU8 .featureText{font-size:16px}.image-feature-sbcBNSSwU8 .feature-cols-50-50 .img-container,.image-feature-sbcBNSSwU8 .feature-cols-50-50 .txt-container,.image-feature-sbcBNSSwU8 .feature-cols-60-40 .img-container,.image-feature-sbcBNSSwU8 .feature-cols-60-40 .txt-container,.image-feature-sbcBNSSwU8 .feature-cols-70-30 .img-container,.image-feature-sbcBNSSwU8 .feature-cols-70-30 .txt-container,.image-feature-sbcBNSSwU8 .feature-cols-80-20 .img-container,.image-feature-sbcBNSSwU8 .feature-cols-80-20 .txt-container{width:100%}.image-feature-sbcBNSSwU8 .feature-img-left .img-container,.image-feature-sbcBNSSwU8 .feature-img-right .img-container{float:none;width:100%}.image-feature-sbcBNSSwU8 .img-container{text-align:center}.image-feature-sbcBNSSwU8 p:not(:has(strong)){font-weight:undefined}}.cimage-feature-sbcBNSSwU8 .featureText h1:first-child:before,.cimage-feature-sbcBNSSwU8 .featureText h2:first-child:before,.cimage-feature-sbcBNSSwU8 .featureText h3:first-child:before,.cimage-feature-sbcBNSSwU8 .featureText h4:first-child:before,.cimage-feature-sbcBNSSwU8 .featureText h5:first-child:before,.cimage-feature-sbcBNSSwU8 .featureText h6:first-child:before,.cimage-feature-sbcBNSSwU8 .featureText li::before,.cimage-feature-sbcBNSSwU8 .featureText p:first-child:before{content:"\" !important; font-family: "";font-weight:700;color:var(--black)} /* ---- Section styles ----- */ :root{--white:#ffffff;--black:#000000;--orange:#f6ad55;--yellow:#faf089;--transparent:transparent;--color-madrzb9q:#004225;--color-mads0uzi:#FFB000}.hl_page-preview--content .section-9-rvY01YWw{box-shadow:none;padding:20px 0 0;margin:auto 0;background-color:var(--color-madrzb9q);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .col-60KTzkTDdc,.hl_page-preview--content .col-E10SZwl1Hc,.hl_page-preview--content .row-N0nCsJSQZn{margin:0 auto;box-shadow:none;padding:15px 0 0;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid;width:100%}.hl_page-preview--content .col-60KTzkTDdc,.hl_page-preview--content .col-E10SZwl1Hc{padding:10px 5px 0;width:10%;margin:0}.hl_page-preview--content .col-60KTzkTDdc{box-shadow:4px -3px 9px 3px #707070;width:32.3%;border-color:var(--color-mads0uzi)}.hl_page-preview--content #heading-j9mOxFah1K{margin:-10px 0 0}.hl_page-preview--content .cheading-j9mOxFah1K{font-family:var(--headlinefont);background-color:var(--transparent);color:var(--color-mads0uzi);icon-color:var(--text-color);font-weight:400;box-shadow:none;padding:0;opacity:1;text-shadow:none;border-color:var(--black);border-width:2px;border-style:solid;line-height:1.3em;letter-spacing:0;text-align:center}.hl_page-preview--content .button-li2lENqrU_{margin:11px 0 0;text-align:center}.hl_page-preview--content .cbutton-li2lENqrU_{font-family:var(--headlinefont);background-color:var(--orange);color:var(--white);secondary-color:var(--white);text-decoration:none;padding:10px;border-color:var(--yellow);border-width:3px;border-style:solid;letter-spacing:1px;text-transform:none;width:auto%;box-shadow:none;text-shadow:0 0 0 transparent}.hl_page-preview--content #sub-heading-E4g_ES3vE3{margin:5px 0}.hl_page-preview--content .csub-heading-E4g_ES3vE3{font-family:var(--headlinefont);background-color:var(--transparent);color:var(--color-mads0uzi);icon-color:var(--text-color);font-weight:400;box-shadow:none;padding:0;opacity:1;text-shadow:none;border-color:var(--black);border-width:2px;border-style:solid;line-height:1.3em;letter-spacing:0;text-align:center}.hl_page-preview--content .button-gEDsJsIB8q{margin:5px 0;text-align:center}.hl_page-preview--content .cbutton-O6CatCAzQj{font-family:var(--headlinefont);background-color:var(--orange);color:var(--white);secondary-color:var(--white);text-decoration:none;padding:2px 5px;border-color:var(--yellow);border-width:1px;border-style:solid;letter-spacing:0;text-transform:none;width:auto%;box-shadow:none;text-shadow:0 0 0 transparent}.hl_page-preview--content .col-5_ouhG64S7,.hl_page-preview--content .col-TzWA0zvnpf,.hl_page-preview--content .col-szggOSbEjf{box-shadow:none;padding:10px 5px 0;background-color:var(--transparent);width:18.4%;border-color:var(--black);border-width:2px;border-style:solid;margin:0}.hl_page-preview--content .col-5_ouhG64S7,.hl_page-preview--content .col-szggOSbEjf{width:33.2%}.hl_page-preview--content .col-5_ouhG64S7{width:6.1%}#section-9-rvY01YWw>.inner{max-width:100%}#col-5_ouhG64S7>.inner,#col-60KTzkTDdc>.inner,#col-E10SZwl1Hc>.inner,#col-TzWA0zvnpf>.inner,#col-szggOSbEjf>.inner{flex-direction:column;justify-content:center;align-items:inherit;flex-wrap:nowrap}.heading-j9mOxFah1K{font-weight:700}.heading-j9mOxFah1K em,.heading-j9mOxFah1K strong,.heading-j9mOxFah1K u,.sub-heading-E4g_ES3vE3 em,.sub-heading-E4g_ES3vE3 strong,.sub-heading-E4g_ES3vE3 u{color:var(--text-color)!important}.heading-j9mOxFah1K a,.heading-j9mOxFah1K a *,.sub-heading-E4g_ES3vE3 a,.sub-heading-E4g_ES3vE3 a *{color:var(--link-color)!important;text-decoration:none}.heading-j9mOxFah1K a:hover,.sub-heading-E4g_ES3vE3 a:hover{text-decoration:underline}@media screen and (min-width:0px) and (max-width:480px){.heading-j9mOxFah1K h1,.heading-j9mOxFah1K h2,.heading-j9mOxFah1K h3,.heading-j9mOxFah1K h4,.heading-j9mOxFah1K h5,.heading-j9mOxFah1K h6,.heading-j9mOxFah1K ul li,.heading-j9mOxFah1K.text-output{font-size:32px!important;font-weight:700}}@media screen and (min-width:481px) and (max-width:10000px){.heading-j9mOxFah1K h1,.heading-j9mOxFah1K h2,.heading-j9mOxFah1K h3,.heading-j9mOxFah1K h4,.heading-j9mOxFah1K h5,.heading-j9mOxFah1K h6,.heading-j9mOxFah1K ul li,.heading-j9mOxFah1K.text-output{font-size:32px!important;font-weight:700}}.heading-j9mOxFah1K.text-output h1:first-child:before,.heading-j9mOxFah1K.text-output h2:first-child:before,.heading-j9mOxFah1K.text-output h3:first-child:before,.heading-j9mOxFah1K.text-output h4:first-child:before,.heading-j9mOxFah1K.text-output h5:first-child:before,.heading-j9mOxFah1K.text-output h6:first-child:before,.heading-j9mOxFah1K.text-output p:first-child:before,.sub-heading-E4g_ES3vE3.text-output h1:first-child:before,.sub-heading-E4g_ES3vE3.text-output h2:first-child:before,.sub-heading-E4g_ES3vE3.text-output h3:first-child:before,.sub-heading-E4g_ES3vE3.text-output h4:first-child:before,.sub-heading-E4g_ES3vE3.text-output h5:first-child:before,.sub-heading-E4g_ES3vE3.text-output h6:first-child:before,.sub-heading-E4g_ES3vE3.text-output p:first-child:before{color:var(--text-color);content:'\'; font-family: '';margin-right:5px;font-weight:700}@media screen and (min-width:481px) and (max-width:10000px){.button-li2lENqrU_ .button-icon-end,.button-li2lENqrU_ .button-icon-start,.button-li2lENqrU_ .main-heading-button{font-size:15px;font-weight:600}.button-li2lENqrU_ .button-icon-start{margin-right:5px}.button-li2lENqrU_ .button-icon-end{margin-left:5px}.button-li2lENqrU_ .sub-heading-button{font-size:15px;color:var(--white);font-weight:600}}@media screen and (min-width:0px) and (max-width:480px){.button-li2lENqrU_ .button-icon-end,.button-li2lENqrU_ .button-icon-start,.button-li2lENqrU_ .main-heading-button{font-size:15px;font-weight:600}.button-li2lENqrU_ .button-icon-start{margin-right:5px}.button-li2lENqrU_ .button-icon-end{margin-left:5px}.button-li2lENqrU_ .sub-heading-button{font-size:15px;color:var(--white);font-weight:undefined}}.sub-heading-E4g_ES3vE3{font-weight:400}@media screen and (min-width:0px) and (max-width:480px){.sub-heading-E4g_ES3vE3 h1,.sub-heading-E4g_ES3vE3 h2,.sub-heading-E4g_ES3vE3 h3,.sub-heading-E4g_ES3vE3 h4,.sub-heading-E4g_ES3vE3 h5,.sub-heading-E4g_ES3vE3 h6,.sub-heading-E4g_ES3vE3 ul li,.sub-heading-E4g_ES3vE3.text-output{font-size:16px!important;font-weight:400}}@media screen and (min-width:481px) and (max-width:10000px){.sub-heading-E4g_ES3vE3 h1,.sub-heading-E4g_ES3vE3 h2,.sub-heading-E4g_ES3vE3 h3,.sub-heading-E4g_ES3vE3 h4,.sub-heading-E4g_ES3vE3 h5,.sub-heading-E4g_ES3vE3 h6,.sub-heading-E4g_ES3vE3 ul li,.sub-heading-E4g_ES3vE3.text-output{font-size:16px!important;font-weight:400}}@media screen and (min-width:481px) and (max-width:10000px){.button-gEDsJsIB8q .button-icon-end,.button-gEDsJsIB8q .button-icon-start,.button-gEDsJsIB8q .main-heading-button{font-size:10px;font-weight:600}.button-gEDsJsIB8q .button-icon-start{margin-right:5px}.button-gEDsJsIB8q .button-icon-end{margin-left:5px}.button-gEDsJsIB8q .sub-heading-button{font-size:15px;color:var(--white);font-weight:600}}@media screen and (min-width:0px) and (max-width:480px){.button-gEDsJsIB8q .button-icon-end,.button-gEDsJsIB8q .button-icon-start,.button-gEDsJsIB8q .main-heading-button{font-size:10px;font-weight:600}.button-gEDsJsIB8q .button-icon-start{margin-right:5px}.button-gEDsJsIB8q .button-icon-end{margin-left:5px}.button-gEDsJsIB8q .sub-heading-button{font-size:15px;color:var(--white);font-weight:undefined}} /* ---- Section styles ----- */ :root{--white:#ffffff;--black:#000000;--transparent:transparent}.hl_page-preview--content .section-DQgBl43NG7{box-shadow:none;padding:20px 0;margin:0;background-color:var(--black);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .col-TWUMSTvo9q,.hl_page-preview--content .row-l2ZIqDcqpC{margin:0 auto;box-shadow:none;padding:5px 0;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid;width:100%}.hl_page-preview--content .col-TWUMSTvo9q{padding:10px 5px;border-color:var(--white);border-width:1px;margin:0}.hl_page-preview--content #heading-S5pF_Q6wPF,.hl_page-preview--content #sub-heading-R11B0etw9z{margin:0}.hl_page-preview--content .cheading-S5pF_Q6wPF,.hl_page-preview--content .csub-heading-R11B0etw9z{font-family:var(--headlinefont);background-color:var(--transparent);color:var(--white);icon-color:var(--text-color);font-weight:400;box-shadow:none;padding:0;opacity:1;text-shadow:none;border-color:var(--black);border-width:2px;border-style:solid;line-height:1.3em;letter-spacing:0;text-align:center}.hl_page-preview--content .col-Y6ycqd78tL,.hl_page-preview--content .row-MNp-ZDWy0v{margin:-24px auto 0;box-shadow:none;padding:5px 0;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid;width:100%}.hl_page-preview--content .col-Y6ycqd78tL{padding:10px 5px;margin:0}.hl_page-preview--content #sub-heading-ncqJBSL7zK,.hl_page-preview--content .image-fGvbntnhXf{margin:0}.hl_page-preview--content .image-fGvbntnhXf .image-container img{box-shadow:undefined}.hl_page-preview--content .cimage-fGvbntnhXf{padding:10px;background-color:var(--transparent);opacity:1;text-align:center}.hl_page-preview--content .col-dbZQvyUngp,.hl_page-preview--content .csub-heading-ncqJBSL7zK{box-shadow:none;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .csub-heading-ncqJBSL7zK{font-family:var(--headlinefont);color:var(--white);icon-color:var(--text-color);font-weight:400;padding:0;opacity:1;text-shadow:2px 2px 5px #ffffffff;line-height:1.3em;text-transform:none;letter-spacing:0;text-align:center}.hl_page-preview--content .col-dbZQvyUngp{padding:10px 5px;width:100%;margin:0}.hl_page-preview--content #sub-heading-RUX6cdOg8A,.hl_page-preview--content .image-MQLUdHTfPt{margin:0}.hl_page-preview--content .image-7w3TZRiWlN .image-container img,.hl_page-preview--content .image-MQLUdHTfPt .image-container img,.hl_page-preview--content .image-rfAkPmEqmo .image-container img{box-shadow:none}.hl_page-preview--content .cimage-MQLUdHTfPt{padding:10px;background-color:var(--transparent);opacity:1;text-align:center}.hl_page-preview--content .col-CqlaDMho0K,.hl_page-preview--content .csub-heading-RUX6cdOg8A{box-shadow:none;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .csub-heading-RUX6cdOg8A{font-family:var(--headlinefont);color:var(--white);icon-color:var(--text-color);font-weight:400;padding:0;opacity:1;text-shadow:2px 2px 5px #ffffffff;line-height:1.3em;text-transform:none;letter-spacing:0;text-align:center}.hl_page-preview--content .col-CqlaDMho0K{padding:10px 5px;width:100%;margin:0}.hl_page-preview--content #sub-heading-R6Z69zii8v,.hl_page-preview--content .image-rfAkPmEqmo{margin:0}.hl_page-preview--content .cimage-rfAkPmEqmo{padding:10px;background-color:var(--transparent);opacity:1;text-align:center}.hl_page-preview--content .col-QK9gkzCzlS,.hl_page-preview--content .csub-heading-R6Z69zii8v{box-shadow:none;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .csub-heading-R6Z69zii8v{font-family:var(--headlinefont);color:var(--white);icon-color:var(--text-color);font-weight:400;padding:0;opacity:1;text-shadow:2px 2px 5px #ffffffff;line-height:1.3em;text-transform:none;letter-spacing:0;text-align:center}.hl_page-preview--content .col-QK9gkzCzlS{padding:10px 5px;width:100%;margin:0}.hl_page-preview--content #sub-heading-t1LsNWKgmK,.hl_page-preview--content .image-7w3TZRiWlN{margin:0}.hl_page-preview--content .cimage-7w3TZRiWlN,.hl_page-preview--content .csub-heading-t1LsNWKgmK{padding:10px;background-color:var(--transparent);opacity:1;text-align:center}.hl_page-preview--content .csub-heading-t1LsNWKgmK{font-family:var(--headlinefont);color:var(--white);icon-color:var(--text-color);font-weight:400;box-shadow:none;padding:0;text-shadow:2px 2px 5px #ffffffff;border-color:var(--black);border-width:2px;border-style:solid;line-height:1.3em;text-transform:none;letter-spacing:0}#section-DQgBl43NG7>.inner{max-width:1170px}#col-CqlaDMho0K>.inner,#col-QK9gkzCzlS>.inner,#col-TWUMSTvo9q>.inner,#col-Y6ycqd78tL>.inner,#col-dbZQvyUngp>.inner{flex-direction:column;justify-content:center;align-items:inherit;flex-wrap:nowrap}.heading-S5pF_Q6wPF{font-weight:700}.heading-S5pF_Q6wPF em,.heading-S5pF_Q6wPF strong,.heading-S5pF_Q6wPF u,.sub-heading-R11B0etw9z em,.sub-heading-R11B0etw9z strong,.sub-heading-R11B0etw9z u,.sub-heading-R6Z69zii8v em,.sub-heading-R6Z69zii8v strong,.sub-heading-R6Z69zii8v u,.sub-heading-RUX6cdOg8A em,.sub-heading-RUX6cdOg8A strong,.sub-heading-RUX6cdOg8A u,.sub-heading-ncqJBSL7zK em,.sub-heading-ncqJBSL7zK strong,.sub-heading-ncqJBSL7zK u,.sub-heading-t1LsNWKgmK em,.sub-heading-t1LsNWKgmK strong,.sub-heading-t1LsNWKgmK u{color:var(--text-color)!important}.heading-S5pF_Q6wPF a,.heading-S5pF_Q6wPF a *,.sub-heading-R11B0etw9z a,.sub-heading-R11B0etw9z a *,.sub-heading-R6Z69zii8v a,.sub-heading-R6Z69zii8v a *,.sub-heading-RUX6cdOg8A a,.sub-heading-RUX6cdOg8A a *,.sub-heading-ncqJBSL7zK a,.sub-heading-ncqJBSL7zK a *,.sub-heading-t1LsNWKgmK a,.sub-heading-t1LsNWKgmK a *{color:var(--link-color)!important;text-decoration:none}.heading-S5pF_Q6wPF a:hover,.sub-heading-R11B0etw9z a:hover,.sub-heading-R6Z69zii8v a:hover,.sub-heading-RUX6cdOg8A a:hover,.sub-heading-ncqJBSL7zK a:hover,.sub-heading-t1LsNWKgmK a:hover{text-decoration:underline}@media screen and (min-width:0px) and (max-width:480px){.heading-S5pF_Q6wPF h1,.heading-S5pF_Q6wPF h2,.heading-S5pF_Q6wPF h3,.heading-S5pF_Q6wPF h4,.heading-S5pF_Q6wPF h5,.heading-S5pF_Q6wPF h6,.heading-S5pF_Q6wPF ul li,.heading-S5pF_Q6wPF.text-output{font-size:40px!important;font-weight:700}}@media screen and (min-width:481px) and (max-width:10000px){.heading-S5pF_Q6wPF h1,.heading-S5pF_Q6wPF h2,.heading-S5pF_Q6wPF h3,.heading-S5pF_Q6wPF h4,.heading-S5pF_Q6wPF h5,.heading-S5pF_Q6wPF h6,.heading-S5pF_Q6wPF ul li,.heading-S5pF_Q6wPF.text-output{font-size:40px!important;font-weight:700}}.heading-S5pF_Q6wPF.text-output h1:first-child:before,.heading-S5pF_Q6wPF.text-output h2:first-child:before,.heading-S5pF_Q6wPF.text-output h3:first-child:before,.heading-S5pF_Q6wPF.text-output h4:first-child:before,.heading-S5pF_Q6wPF.text-output h5:first-child:before,.heading-S5pF_Q6wPF.text-output h6:first-child:before,.heading-S5pF_Q6wPF.text-output p:first-child:before,.sub-heading-R11B0etw9z.text-output h1:first-child:before,.sub-heading-R11B0etw9z.text-output h2:first-child:before,.sub-heading-R11B0etw9z.text-output h3:first-child:before,.sub-heading-R11B0etw9z.text-output h4:first-child:before,.sub-heading-R11B0etw9z.text-output h5:first-child:before,.sub-heading-R11B0etw9z.text-output h6:first-child:before,.sub-heading-R11B0etw9z.text-output p:first-child:before,.sub-heading-R6Z69zii8v.text-output h1:first-child:before,.sub-heading-R6Z69zii8v.text-output h2:first-child:before,.sub-heading-R6Z69zii8v.text-output h3:first-child:before,.sub-heading-R6Z69zii8v.text-output h4:first-child:before,.sub-heading-R6Z69zii8v.text-output h5:first-child:before,.sub-heading-R6Z69zii8v.text-output h6:first-child:before,.sub-heading-R6Z69zii8v.text-output p:first-child:before,.sub-heading-RUX6cdOg8A.text-output h1:first-child:before,.sub-heading-RUX6cdOg8A.text-output h2:first-child:before,.sub-heading-RUX6cdOg8A.text-output h3:first-child:before,.sub-heading-RUX6cdOg8A.text-output h4:first-child:before,.sub-heading-RUX6cdOg8A.text-output h5:first-child:before,.sub-heading-RUX6cdOg8A.text-output h6:first-child:before,.sub-heading-RUX6cdOg8A.text-output p:first-child:before,.sub-heading-ncqJBSL7zK.text-output h1:first-child:before,.sub-heading-ncqJBSL7zK.text-output h2:first-child:before,.sub-heading-ncqJBSL7zK.text-output h3:first-child:before,.sub-heading-ncqJBSL7zK.text-output h4:first-child:before,.sub-heading-ncqJBSL7zK.text-output h5:first-child:before,.sub-heading-ncqJBSL7zK.text-output h6:first-child:before,.sub-heading-ncqJBSL7zK.text-output p:first-child:before,.sub-heading-t1LsNWKgmK.text-output h1:first-child:before,.sub-heading-t1LsNWKgmK.text-output h2:first-child:before,.sub-heading-t1LsNWKgmK.text-output h3:first-child:before,.sub-heading-t1LsNWKgmK.text-output h4:first-child:before,.sub-heading-t1LsNWKgmK.text-output h5:first-child:before,.sub-heading-t1LsNWKgmK.text-output h6:first-child:before,.sub-heading-t1LsNWKgmK.text-output p:first-child:before{color:var(--text-color);content:'\'; font-family: '';margin-right:5px;font-weight:700}.sub-heading-R11B0etw9z,.sub-heading-R6Z69zii8v,.sub-heading-RUX6cdOg8A,.sub-heading-ncqJBSL7zK,.sub-heading-t1LsNWKgmK{font-weight:400}@media screen and (min-width:0px) and (max-width:480px){.sub-heading-R11B0etw9z h1,.sub-heading-R11B0etw9z h2,.sub-heading-R11B0etw9z h3,.sub-heading-R11B0etw9z h4,.sub-heading-R11B0etw9z h5,.sub-heading-R11B0etw9z h6,.sub-heading-R11B0etw9z ul li,.sub-heading-R11B0etw9z.text-output{font-size:20px!important;font-weight:400}}@media screen and (min-width:481px) and (max-width:10000px){.sub-heading-R11B0etw9z h1,.sub-heading-R11B0etw9z h2,.sub-heading-R11B0etw9z h3,.sub-heading-R11B0etw9z h4,.sub-heading-R11B0etw9z h5,.sub-heading-R11B0etw9z h6,.sub-heading-R11B0etw9z ul li,.sub-heading-R11B0etw9z.text-output{font-size:20px!important;font-weight:400}}@media screen and (min-width:0px) and (max-width:480px){.sub-heading-ncqJBSL7zK h1,.sub-heading-ncqJBSL7zK h2,.sub-heading-ncqJBSL7zK h3,.sub-heading-ncqJBSL7zK h4,.sub-heading-ncqJBSL7zK h5,.sub-heading-ncqJBSL7zK h6,.sub-heading-ncqJBSL7zK ul li,.sub-heading-ncqJBSL7zK.text-output{font-size:23px!important;font-weight:400}}@media screen and (min-width:481px) and (max-width:10000px){.sub-heading-ncqJBSL7zK h1,.sub-heading-ncqJBSL7zK h2,.sub-heading-ncqJBSL7zK h3,.sub-heading-ncqJBSL7zK h4,.sub-heading-ncqJBSL7zK h5,.sub-heading-ncqJBSL7zK h6,.sub-heading-ncqJBSL7zK ul li,.sub-heading-ncqJBSL7zK.text-output{font-size:23px!important;font-weight:400}}@media screen and (min-width:0px) and (max-width:480px){.sub-heading-RUX6cdOg8A h1,.sub-heading-RUX6cdOg8A h2,.sub-heading-RUX6cdOg8A h3,.sub-heading-RUX6cdOg8A h4,.sub-heading-RUX6cdOg8A h5,.sub-heading-RUX6cdOg8A h6,.sub-heading-RUX6cdOg8A ul li,.sub-heading-RUX6cdOg8A.text-output{font-size:23px!important;font-weight:400}}@media screen and (min-width:481px) and (max-width:10000px){.sub-heading-RUX6cdOg8A h1,.sub-heading-RUX6cdOg8A h2,.sub-heading-RUX6cdOg8A h3,.sub-heading-RUX6cdOg8A h4,.sub-heading-RUX6cdOg8A h5,.sub-heading-RUX6cdOg8A h6,.sub-heading-RUX6cdOg8A ul li,.sub-heading-RUX6cdOg8A.text-output{font-size:23px!important;font-weight:400}}@media screen and (min-width:0px) and (max-width:480px){.sub-heading-R6Z69zii8v h1,.sub-heading-R6Z69zii8v h2,.sub-heading-R6Z69zii8v h3,.sub-heading-R6Z69zii8v h4,.sub-heading-R6Z69zii8v h5,.sub-heading-R6Z69zii8v h6,.sub-heading-R6Z69zii8v ul li,.sub-heading-R6Z69zii8v.text-output{font-size:23px!important;font-weight:400}}@media screen and (min-width:481px) and (max-width:10000px){.sub-heading-R6Z69zii8v h1,.sub-heading-R6Z69zii8v h2,.sub-heading-R6Z69zii8v h3,.sub-heading-R6Z69zii8v h4,.sub-heading-R6Z69zii8v h5,.sub-heading-R6Z69zii8v h6,.sub-heading-R6Z69zii8v ul li,.sub-heading-R6Z69zii8v.text-output{font-size:23px!important;font-weight:400}}@media screen and (min-width:0px) and (max-width:480px){.sub-heading-t1LsNWKgmK h1,.sub-heading-t1LsNWKgmK h2,.sub-heading-t1LsNWKgmK h3,.sub-heading-t1LsNWKgmK h4,.sub-heading-t1LsNWKgmK h5,.sub-heading-t1LsNWKgmK h6,.sub-heading-t1LsNWKgmK ul li,.sub-heading-t1LsNWKgmK.text-output{font-size:23px!important;font-weight:400}}@media screen and (min-width:481px) and (max-width:10000px){.sub-heading-t1LsNWKgmK h1,.sub-heading-t1LsNWKgmK h2,.sub-heading-t1LsNWKgmK h3,.sub-heading-t1LsNWKgmK h4,.sub-heading-t1LsNWKgmK h5,.sub-heading-t1LsNWKgmK h6,.sub-heading-t1LsNWKgmK ul li,.sub-heading-t1LsNWKgmK.text-output{font-size:23px!important;font-weight:400}} /* ---- Section styles ----- */ :root{--white:#ffffff;--black:#000000;--red:#e93d3d;--yellow:#faf089;--transparent:transparent;--color-madrzb9q:#004225;--color-mads0uzi:#FFB000}.hl_page-preview--content .section-Rbzx-we6pl{box-shadow:none;padding:10px 0 20px;margin:0;background-color:var(--color-mads0uzi);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .col-Yhj-PSsPt0,.hl_page-preview--content .row-tJB43bMCOc{margin:0 auto;box-shadow:none;padding:15px 0;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid;width:100%}.hl_page-preview--content .col-Yhj-PSsPt0{padding:10px 5px;margin:0}.hl_page-preview--content #paragraph-kiMGU8cq4Z,.hl_page-preview--content #paragraph-rLksPXTCBg,.hl_page-preview--content #sub-heading-FBadSN6dDF,.hl_page-preview--content #sub-heading-PBeL_WJksk,.hl_page-preview--content .image-YHy_X-cESa{margin:0}.hl_page-preview--content .image-55jTgaTzHx .image-container img,.hl_page-preview--content .image-E_tV_aSlnC .image-container img,.hl_page-preview--content .image-PkJOSiE5hT .image-container img,.hl_page-preview--content .image-YHy_X-cESa .image-container img{box-shadow:none;height:200px}.hl_page-preview--content .cimage-YHy_X-cESa{padding:10px;background-color:var(--transparent);opacity:1;text-align:center}.hl_page-preview--content .csub-heading-FBadSN6dDF{font-family:var(--headlinefont);color:var(--text-color);icon-color:var(--text-color);font-weight:400;padding:0;opacity:1;text-shadow:none;line-height:1.3em;letter-spacing:0;text-align:center}.hl_page-preview--content .col-88h8RAPsil,.hl_page-preview--content .cparagraph-kiMGU8cq4Z,.hl_page-preview--content .csub-heading-FBadSN6dDF{box-shadow:none;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .cparagraph-kiMGU8cq4Z{font-family:var(--contentfont);color:var(--text-color);icon-color:var(--text-color);font-weight:medium;padding:0;opacity:1;text-shadow:none;line-height:1.3em;letter-spacing:0;text-align:center}.hl_page-preview--content .col-88h8RAPsil{padding:10px 5px;width:100%;margin:0}.hl_page-preview--content .image-E_tV_aSlnC{margin:auto 0 0}.hl_page-preview--content .cimage-E_tV_aSlnC{padding:10px;background-color:var(--transparent);opacity:1;text-align:center}.hl_page-preview--content .csub-heading-PBeL_WJksk{font-family:var(--headlinefont);color:var(--text-color);icon-color:var(--text-color);font-weight:400;padding:0;opacity:1;text-shadow:none;line-height:1.3em;letter-spacing:0;text-align:center}.hl_page-preview--content .col-YEZbAFoJ7t,.hl_page-preview--content .cparagraph-rLksPXTCBg,.hl_page-preview--content .csub-heading-PBeL_WJksk{box-shadow:none;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .cparagraph-rLksPXTCBg{font-family:var(--contentfont);color:var(--text-color);icon-color:var(--text-color);font-weight:medium;padding:0;opacity:1;text-shadow:none;line-height:1.3em;letter-spacing:0;text-align:center}.hl_page-preview--content .col-YEZbAFoJ7t{padding:10px 5px;width:100%;margin:0}.hl_page-preview--content #paragraph-GaJNiESoab,.hl_page-preview--content #sub-heading-Knr9dEPYMA,.hl_page-preview--content .image-55jTgaTzHx{margin:0}.hl_page-preview--content .cimage-55jTgaTzHx{padding:10px;background-color:var(--transparent);opacity:1;text-align:center}.hl_page-preview--content .csub-heading-Knr9dEPYMA{font-family:var(--headlinefont);color:var(--text-color);icon-color:var(--text-color);font-weight:400;padding:0;opacity:1;text-shadow:none;line-height:1.3em;letter-spacing:0;text-align:center}.hl_page-preview--content .col-DaPOcRANak,.hl_page-preview--content .cparagraph-GaJNiESoab,.hl_page-preview--content .csub-heading-Knr9dEPYMA{box-shadow:none;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .cparagraph-GaJNiESoab{font-family:var(--contentfont);color:var(--text-color);icon-color:var(--text-color);font-weight:medium;padding:0;opacity:1;text-shadow:none;line-height:1.3em;letter-spacing:0;text-align:center}.hl_page-preview--content .col-DaPOcRANak{padding:10px 5px;width:100%;margin:0}.hl_page-preview--content #paragraph-8zEI2VAgbB,.hl_page-preview--content #sub-heading-8DB1GNG2aQ,.hl_page-preview--content .image-PkJOSiE5hT{margin:0}.hl_page-preview--content .cimage-PkJOSiE5hT{padding:10px;background-color:var(--transparent);opacity:1;text-align:center}.hl_page-preview--content .cparagraph-8zEI2VAgbB,.hl_page-preview--content .csub-heading-8DB1GNG2aQ{font-family:var(--headlinefont);background-color:var(--transparent);color:var(--text-color);icon-color:var(--text-color);font-weight:400;box-shadow:none;padding:0;opacity:1;text-shadow:none;border-color:var(--black);border-width:2px;border-style:solid;line-height:1.3em;letter-spacing:0;text-align:center}.hl_page-preview--content .cparagraph-8zEI2VAgbB{font-family:var(--contentfont);font-weight:medium}.hl_page-preview--content .col-mb_m6rPGEd,.hl_page-preview--content .row-Va2IU_Y3Bo{margin:0 auto;box-shadow:none;padding:15px 0;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid;width:100%}.hl_page-preview--content .col-mb_m6rPGEd{padding:10px 5px;margin:0}.hl_page-preview--content .divider-J7H9qhfs41{margin:0;padding-top:10px;padding-bottom:10px}.hl_page-preview--content .cdivider-J7H9qhfs41{padding-top:5px;padding-bottom:5px}.hl_page-preview--content #heading-zstKA8Dy35,.hl_page-preview--content #sub-heading-p2OyFlEgr9,.hl_page-preview--content .image-feature-SS7K-cUVCb{margin:0}.hl_page-preview--content .cimage-feature-SS7K-cUVCb{font-family:var(--contentfont);font-weight:400;feature-headline-color:var(--color-madrzb9q);feature-text-color:var(--white);text-shadow:none;line-height:1.3em;letter-spacing:0;padding:10px;background-color:var(--color-madrzb9q);text-align:left;link-text-color:var(--red)}.hl_page-preview--content .row-lexBYm_Mjc{margin:0 auto;padding:15px 0;width:100%}.hl_page-preview--content .cheading-zstKA8Dy35,.hl_page-preview--content .col-v32x6VucVP,.hl_page-preview--content .row-lexBYm_Mjc{background-color:var(--transparent);box-shadow:none;border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .col-v32x6VucVP{padding:10px 5px;width:100%;margin:0}.hl_page-preview--content .cheading-zstKA8Dy35{font-family:var(--headlinefont);color:var(--color-madrzb9q);icon-color:var(--text-color);font-weight:400;padding:0;opacity:1;text-shadow:none;line-height:1.3em;letter-spacing:0;text-align:left}.hl_page-preview--content .divider-x7rAmKxz0N{margin:0;padding-top:10px;padding-bottom:10px}.hl_page-preview--content .cdivider-x7rAmKxz0N{padding-top:5px;padding-bottom:5px}.hl_page-preview--content .row-Z37dr9g8tH{margin:0 auto;padding:15px 0;width:100%}.hl_page-preview--content .col-17M1Qk0CoT,.hl_page-preview--content .csub-heading-p2OyFlEgr9,.hl_page-preview--content .row-Z37dr9g8tH{background-color:var(--transparent);box-shadow:none;border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .col-17M1Qk0CoT{padding:10px 5px;width:100%;margin:0}.hl_page-preview--content .csub-heading-p2OyFlEgr9{font-family:var(--headlinefont);color:var(--text-color);icon-color:var(--text-color);font-weight:400;padding:0;opacity:1;text-shadow:none;line-height:1.3em;letter-spacing:0;text-align:center}.hl_page-preview--content .button-PALp5lUxqA{margin:10px 0 0;text-align:center}.hl_page-preview--content .cbutton-ZSnyuh5E5i{font-family:var(--headlinefont);background-color:var(--color-madrzb9q);color:var(--white);secondary-color:var(--white);text-decoration:none;padding:5px 20px;border-color:var(--yellow);border-width:5px;border-style:solid;letter-spacing:0;text-transform:none;width:auto%;box-shadow:none;text-shadow:0 0 0 transparent}.hl_page-preview--content .divider-Ocr--2tfVs{margin:0;padding-top:10px;padding-bottom:10px}.hl_page-preview--content .cdivider-Ocr--2tfVs{padding-top:5px;padding-bottom:5px}#section-Rbzx-we6pl>.inner{max-width:1170px}#col-17M1Qk0CoT>.inner,#col-88h8RAPsil>.inner,#col-DaPOcRANak>.inner,#col-YEZbAFoJ7t>.inner,#col-Yhj-PSsPt0>.inner,#col-mb_m6rPGEd>.inner,#col-v32x6VucVP>.inner{flex-direction:column;justify-content:center;align-items:inherit;flex-wrap:nowrap}.sub-heading-FBadSN6dDF{font-weight:400}.sub-heading-FBadSN6dDF strong{color:var(--color-madrzb9q)!important}.paragraph-kiMGU8cq4Z em,.paragraph-kiMGU8cq4Z strong,.paragraph-kiMGU8cq4Z u,.sub-heading-FBadSN6dDF em,.sub-heading-FBadSN6dDF u,.sub-heading-PBeL_WJksk em,.sub-heading-PBeL_WJksk u{color:var(--text-color)!important}.sub-heading-FBadSN6dDF a,.sub-heading-FBadSN6dDF a *{color:var(--link-color)!important;text-decoration:none}.heading-zstKA8Dy35 a:hover,.image-feature-SS7K-cUVCb a:hover,.paragraph-8zEI2VAgbB a:hover,.paragraph-GaJNiESoab a:hover,.paragraph-kiMGU8cq4Z a:hover,.paragraph-rLksPXTCBg a:hover,.sub-heading-8DB1GNG2aQ a:hover,.sub-heading-FBadSN6dDF a:hover,.sub-heading-Knr9dEPYMA a:hover,.sub-heading-PBeL_WJksk a:hover,.sub-heading-p2OyFlEgr9 a:hover{text-decoration:underline}@media screen and (min-width:0px) and (max-width:480px){.sub-heading-FBadSN6dDF h1,.sub-heading-FBadSN6dDF h2,.sub-heading-FBadSN6dDF h3,.sub-heading-FBadSN6dDF h4,.sub-heading-FBadSN6dDF h5,.sub-heading-FBadSN6dDF h6,.sub-heading-FBadSN6dDF ul li,.sub-heading-FBadSN6dDF.text-output{font-size:23px!important;font-weight:400}}@media screen and (min-width:481px) and (max-width:10000px){.sub-heading-FBadSN6dDF h1,.sub-heading-FBadSN6dDF h2,.sub-heading-FBadSN6dDF h3,.sub-heading-FBadSN6dDF h4,.sub-heading-FBadSN6dDF h5,.sub-heading-FBadSN6dDF h6,.sub-heading-FBadSN6dDF ul li,.sub-heading-FBadSN6dDF.text-output{font-size:23px!important;font-weight:400}}.paragraph-8zEI2VAgbB.text-output h1:first-child:before,.paragraph-8zEI2VAgbB.text-output h2:first-child:before,.paragraph-8zEI2VAgbB.text-output h3:first-child:before,.paragraph-8zEI2VAgbB.text-output h4:first-child:before,.paragraph-8zEI2VAgbB.text-output h5:first-child:before,.paragraph-8zEI2VAgbB.text-output h6:first-child:before,.paragraph-8zEI2VAgbB.text-output p:first-child:before,.paragraph-GaJNiESoab.text-output h1:first-child:before,.paragraph-GaJNiESoab.text-output h2:first-child:before,.paragraph-GaJNiESoab.text-output h3:first-child:before,.paragraph-GaJNiESoab.text-output h4:first-child:before,.paragraph-GaJNiESoab.text-output h5:first-child:before,.paragraph-GaJNiESoab.text-output h6:first-child:before,.paragraph-GaJNiESoab.text-output p:first-child:before,.paragraph-kiMGU8cq4Z.text-output h1:first-child:before,.paragraph-kiMGU8cq4Z.text-output h2:first-child:before,.paragraph-kiMGU8cq4Z.text-output h3:first-child:before,.paragraph-kiMGU8cq4Z.text-output h4:first-child:before,.paragraph-kiMGU8cq4Z.text-output h5:first-child:before,.paragraph-kiMGU8cq4Z.text-output h6:first-child:before,.paragraph-kiMGU8cq4Z.text-output p:first-child:before,.paragraph-rLksPXTCBg.text-output h1:first-child:before,.paragraph-rLksPXTCBg.text-output h2:first-child:before,.paragraph-rLksPXTCBg.text-output h3:first-child:before,.paragraph-rLksPXTCBg.text-output h4:first-child:before,.paragraph-rLksPXTCBg.text-output h5:first-child:before,.paragraph-rLksPXTCBg.text-output h6:first-child:before,.paragraph-rLksPXTCBg.text-output p:first-child:before,.sub-heading-8DB1GNG2aQ.text-output h1:first-child:before,.sub-heading-8DB1GNG2aQ.text-output h2:first-child:before,.sub-heading-8DB1GNG2aQ.text-output h3:first-child:before,.sub-heading-8DB1GNG2aQ.text-output h4:first-child:before,.sub-heading-8DB1GNG2aQ.text-output h5:first-child:before,.sub-heading-8DB1GNG2aQ.text-output h6:first-child:before,.sub-heading-8DB1GNG2aQ.text-output p:first-child:before,.sub-heading-FBadSN6dDF.text-output h1:first-child:before,.sub-heading-FBadSN6dDF.text-output h2:first-child:before,.sub-heading-FBadSN6dDF.text-output h3:first-child:before,.sub-heading-FBadSN6dDF.text-output h4:first-child:before,.sub-heading-FBadSN6dDF.text-output h5:first-child:before,.sub-heading-FBadSN6dDF.text-output h6:first-child:before,.sub-heading-FBadSN6dDF.text-output p:first-child:before,.sub-heading-Knr9dEPYMA.text-output h1:first-child:before,.sub-heading-Knr9dEPYMA.text-output h2:first-child:before,.sub-heading-Knr9dEPYMA.text-output h3:first-child:before,.sub-heading-Knr9dEPYMA.text-output h4:first-child:before,.sub-heading-Knr9dEPYMA.text-output h5:first-child:before,.sub-heading-Knr9dEPYMA.text-output h6:first-child:before,.sub-heading-Knr9dEPYMA.text-output p:first-child:before,.sub-heading-PBeL_WJksk.text-output h1:first-child:before,.sub-heading-PBeL_WJksk.text-output h2:first-child:before,.sub-heading-PBeL_WJksk.text-output h3:first-child:before,.sub-heading-PBeL_WJksk.text-output h4:first-child:before,.sub-heading-PBeL_WJksk.text-output h5:first-child:before,.sub-heading-PBeL_WJksk.text-output h6:first-child:before,.sub-heading-PBeL_WJksk.text-output p:first-child:before{color:var(--text-color);content:'\'; font-family: '';margin-right:5px;font-weight:700}.paragraph-kiMGU8cq4Z{font-weight:500}.paragraph-kiMGU8cq4Z a,.paragraph-kiMGU8cq4Z a *{color:var(--red)!important;text-decoration:none}@media screen and (min-width:0px) and (max-width:480px){.paragraph-kiMGU8cq4Z h1,.paragraph-kiMGU8cq4Z h2,.paragraph-kiMGU8cq4Z h3,.paragraph-kiMGU8cq4Z h4,.paragraph-kiMGU8cq4Z h5,.paragraph-kiMGU8cq4Z h6,.paragraph-kiMGU8cq4Z ul li,.paragraph-kiMGU8cq4Z.text-output{font-size:16px!important;font-weight:500}}@media screen and (min-width:481px) and (max-width:10000px){.paragraph-kiMGU8cq4Z h1,.paragraph-kiMGU8cq4Z h2,.paragraph-kiMGU8cq4Z h3,.paragraph-kiMGU8cq4Z h4,.paragraph-kiMGU8cq4Z h5,.paragraph-kiMGU8cq4Z h6,.paragraph-kiMGU8cq4Z ul li,.paragraph-kiMGU8cq4Z.text-output{font-size:16px!important;font-weight:500}}.sub-heading-PBeL_WJksk{font-weight:400}.sub-heading-PBeL_WJksk strong{color:var(--color-madrzb9q)!important}.sub-heading-PBeL_WJksk a,.sub-heading-PBeL_WJksk a *{color:var(--link-color)!important;text-decoration:none}@media screen and (min-width:0px) and (max-width:480px){.sub-heading-PBeL_WJksk h1,.sub-heading-PBeL_WJksk h2,.sub-heading-PBeL_WJksk h3,.sub-heading-PBeL_WJksk h4,.sub-heading-PBeL_WJksk h5,.sub-heading-PBeL_WJksk h6,.sub-heading-PBeL_WJksk ul li,.sub-heading-PBeL_WJksk.text-output{font-size:23px!important;font-weight:400}}@media screen and (min-width:481px) and (max-width:10000px){.sub-heading-PBeL_WJksk h1,.sub-heading-PBeL_WJksk h2,.sub-heading-PBeL_WJksk h3,.sub-heading-PBeL_WJksk h4,.sub-heading-PBeL_WJksk h5,.sub-heading-PBeL_WJksk h6,.sub-heading-PBeL_WJksk ul li,.sub-heading-PBeL_WJksk.text-output{font-size:23px!important;font-weight:400}}.paragraph-rLksPXTCBg{font-weight:500}.paragraph-rLksPXTCBg em,.paragraph-rLksPXTCBg strong,.paragraph-rLksPXTCBg u,.sub-heading-Knr9dEPYMA em,.sub-heading-Knr9dEPYMA u{color:var(--text-color)!important}.paragraph-rLksPXTCBg a,.paragraph-rLksPXTCBg a *{color:var(--red)!important;text-decoration:none}@media screen and (min-width:0px) and (max-width:480px){.paragraph-rLksPXTCBg h1,.paragraph-rLksPXTCBg h2,.paragraph-rLksPXTCBg h3,.paragraph-rLksPXTCBg h4,.paragraph-rLksPXTCBg h5,.paragraph-rLksPXTCBg h6,.paragraph-rLksPXTCBg ul li,.paragraph-rLksPXTCBg.text-output{font-size:16px!important;font-weight:500}}@media screen and (min-width:481px) and (max-width:10000px){.paragraph-rLksPXTCBg h1,.paragraph-rLksPXTCBg h2,.paragraph-rLksPXTCBg h3,.paragraph-rLksPXTCBg h4,.paragraph-rLksPXTCBg h5,.paragraph-rLksPXTCBg h6,.paragraph-rLksPXTCBg ul li,.paragraph-rLksPXTCBg.text-output{font-size:16px!important;font-weight:500}}.sub-heading-Knr9dEPYMA{font-weight:400}.sub-heading-Knr9dEPYMA strong{color:var(--color-madrzb9q)!important}.sub-heading-Knr9dEPYMA a,.sub-heading-Knr9dEPYMA a *{color:var(--link-color)!important;text-decoration:none}@media screen and (min-width:0px) and (max-width:480px){.sub-heading-Knr9dEPYMA h1,.sub-heading-Knr9dEPYMA h2,.sub-heading-Knr9dEPYMA h3,.sub-heading-Knr9dEPYMA h4,.sub-heading-Knr9dEPYMA h5,.sub-heading-Knr9dEPYMA h6,.sub-heading-Knr9dEPYMA ul li,.sub-heading-Knr9dEPYMA.text-output{font-size:23px!important;font-weight:400}}@media screen and (min-width:481px) and (max-width:10000px){.sub-heading-Knr9dEPYMA h1,.sub-heading-Knr9dEPYMA h2,.sub-heading-Knr9dEPYMA h3,.sub-heading-Knr9dEPYMA h4,.sub-heading-Knr9dEPYMA h5,.sub-heading-Knr9dEPYMA h6,.sub-heading-Knr9dEPYMA ul li,.sub-heading-Knr9dEPYMA.text-output{font-size:23px!important;font-weight:400}}.paragraph-GaJNiESoab{font-weight:500}.paragraph-GaJNiESoab em,.paragraph-GaJNiESoab strong,.paragraph-GaJNiESoab u,.sub-heading-8DB1GNG2aQ em,.sub-heading-8DB1GNG2aQ u{color:var(--text-color)!important}.paragraph-GaJNiESoab a,.paragraph-GaJNiESoab a *{color:var(--red)!important;text-decoration:none}@media screen and (min-width:0px) and (max-width:480px){.paragraph-GaJNiESoab h1,.paragraph-GaJNiESoab h2,.paragraph-GaJNiESoab h3,.paragraph-GaJNiESoab h4,.paragraph-GaJNiESoab h5,.paragraph-GaJNiESoab h6,.paragraph-GaJNiESoab ul li,.paragraph-GaJNiESoab.text-output{font-size:16px!important;font-weight:500}}@media screen and (min-width:481px) and (max-width:10000px){.paragraph-GaJNiESoab h1,.paragraph-GaJNiESoab h2,.paragraph-GaJNiESoab h3,.paragraph-GaJNiESoab h4,.paragraph-GaJNiESoab h5,.paragraph-GaJNiESoab h6,.paragraph-GaJNiESoab ul li,.paragraph-GaJNiESoab.text-output{font-size:16px!important;font-weight:500}}.sub-heading-8DB1GNG2aQ{font-weight:400}.sub-heading-8DB1GNG2aQ strong{color:var(--color-madrzb9q)!important}.sub-heading-8DB1GNG2aQ a,.sub-heading-8DB1GNG2aQ a *{color:var(--link-color)!important;text-decoration:none}@media screen and (min-width:0px) and (max-width:480px){.sub-heading-8DB1GNG2aQ h1,.sub-heading-8DB1GNG2aQ h2,.sub-heading-8DB1GNG2aQ h3,.sub-heading-8DB1GNG2aQ h4,.sub-heading-8DB1GNG2aQ h5,.sub-heading-8DB1GNG2aQ h6,.sub-heading-8DB1GNG2aQ ul li,.sub-heading-8DB1GNG2aQ.text-output{font-size:23px!important;font-weight:400}}@media screen and (min-width:481px) and (max-width:10000px){.sub-heading-8DB1GNG2aQ h1,.sub-heading-8DB1GNG2aQ h2,.sub-heading-8DB1GNG2aQ h3,.sub-heading-8DB1GNG2aQ h4,.sub-heading-8DB1GNG2aQ h5,.sub-heading-8DB1GNG2aQ h6,.sub-heading-8DB1GNG2aQ ul li,.sub-heading-8DB1GNG2aQ.text-output{font-size:23px!important;font-weight:400}}.paragraph-8zEI2VAgbB{font-weight:500}.heading-zstKA8Dy35 em,.heading-zstKA8Dy35 strong,.heading-zstKA8Dy35 u,.paragraph-8zEI2VAgbB em,.paragraph-8zEI2VAgbB strong,.paragraph-8zEI2VAgbB u,.sub-heading-p2OyFlEgr9 em,.sub-heading-p2OyFlEgr9 u{color:var(--text-color)!important}.paragraph-8zEI2VAgbB a,.paragraph-8zEI2VAgbB a *{color:var(--red)!important;text-decoration:none}@media screen and (min-width:0px) and (max-width:480px){.paragraph-8zEI2VAgbB h1,.paragraph-8zEI2VAgbB h2,.paragraph-8zEI2VAgbB h3,.paragraph-8zEI2VAgbB h4,.paragraph-8zEI2VAgbB h5,.paragraph-8zEI2VAgbB h6,.paragraph-8zEI2VAgbB ul li,.paragraph-8zEI2VAgbB.text-output{font-size:16px!important;font-weight:500}}@media screen and (min-width:481px) and (max-width:10000px){.paragraph-8zEI2VAgbB h1,.paragraph-8zEI2VAgbB h2,.paragraph-8zEI2VAgbB h3,.paragraph-8zEI2VAgbB h4,.paragraph-8zEI2VAgbB h5,.paragraph-8zEI2VAgbB h6,.paragraph-8zEI2VAgbB ul li,.paragraph-8zEI2VAgbB.text-output{font-size:16px!important;font-weight:500}}.divider-J7H9qhfs41 .divider-element{width:100%;border-top:5px solid var(--color-madrzb9q);margin:0 auto}.image-feature-SS7K-cUVCb{width:auto;height:auto;text-align:left;font-family:inherit;overflow-y:visible}.image-feature-SS7K-cUVCb .img-feature-container{height:auto;width:100%;display:inline-block}.image-feature-SS7K-cUVCb .img-container img{padding:0;max-width:100%;min-width:0%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;max-height:100%}.image-feature-SS7K-cUVCb .img-container{height:auto;padding:5px}.image-feature-SS7K-cUVCb .txt-container{height:auto;font-size:24px;padding:5px;float:right;word-break:break-word}.image-feature-SS7K-cUVCb .featureHeadline,.image-feature-SS7K-cUVCb .featureHeadline h1,.image-feature-SS7K-cUVCb .featureHeadline h2,.image-feature-SS7K-cUVCb .featureHeadline h3,.image-feature-SS7K-cUVCb .featureHeadline h4,.image-feature-SS7K-cUVCb .featureHeadline h5,.image-feature-SS7K-cUVCb .featureHeadline h6{font-size:1px;color:var(--color-madrzb9q);line-height:1.3em;font-weight:800}.image-feature-SS7K-cUVCb .featureText,.image-feature-SS7K-cUVCb .featureText h1,.image-feature-SS7K-cUVCb .featureText h2,.image-feature-SS7K-cUVCb .featureText h3,.image-feature-SS7K-cUVCb .featureText h4,.image-feature-SS7K-cUVCb .featureText h5,.image-feature-SS7K-cUVCb .featureText h6{font-size:16px;color:var(--white);line-height:1.3em}.image-feature-SS7K-cUVCb a,.image-feature-SS7K-cUVCb a *{color:var(--red)!important;text-decoration:none;white-space:inherit!important}.image-feature-SS7K-cUVCb .feature-img-left .img-container{float:left}.image-feature-SS7K-cUVCb .feature-img-right .img-container{float:right}.image-feature-SS7K-cUVCb .feature-cols-80-20 .img-container{width:20%}.image-feature-SS7K-cUVCb .feature-cols-80-20 .txt-container{width:80%}.image-feature-SS7K-cUVCb .feature-cols-70-30 .img-container{width:30%}.image-feature-SS7K-cUVCb .feature-cols-70-30 .txt-container{width:70%}.image-feature-SS7K-cUVCb .feature-cols-60-40 .img-container{width:40%}.image-feature-SS7K-cUVCb .feature-cols-60-40 .txt-container{width:60%}.image-feature-SS7K-cUVCb .feature-cols-50-50 .img-container,.image-feature-SS7K-cUVCb .feature-cols-50-50 .txt-container{width:50%}.image-feature-SS7K-cUVCb p:first-child{padding-left:0!important}.image-feature-SS7K-cUVCb p:not(:has(strong)){font-weight:700}@media screen and (min-width:0px) and (max-width:480px){.image-feature-SS7K-cUVCb .featureHeadline{font-size:18px;font-weight:undefined}.image-feature-SS7K-cUVCb .featureHeadline h1,.image-feature-SS7K-cUVCb .featureHeadline h2,.image-feature-SS7K-cUVCb .featureHeadline h3,.image-feature-SS7K-cUVCb .featureHeadline h4,.image-feature-SS7K-cUVCb .featureHeadline h5,.image-feature-SS7K-cUVCb .featureHeadline h6{font-size:18px}.image-feature-SS7K-cUVCb .featureText{font-size:14px}.image-feature-SS7K-cUVCb .feature-cols-50-50 .img-container,.image-feature-SS7K-cUVCb .feature-cols-50-50 .txt-container,.image-feature-SS7K-cUVCb .feature-cols-60-40 .img-container,.image-feature-SS7K-cUVCb .feature-cols-60-40 .txt-container,.image-feature-SS7K-cUVCb .feature-cols-70-30 .img-container,.image-feature-SS7K-cUVCb .feature-cols-70-30 .txt-container,.image-feature-SS7K-cUVCb .feature-cols-80-20 .img-container,.image-feature-SS7K-cUVCb .feature-cols-80-20 .txt-container{width:100%}.image-feature-SS7K-cUVCb .feature-img-left .img-container,.image-feature-SS7K-cUVCb .feature-img-right .img-container{float:none;width:100%}.image-feature-SS7K-cUVCb .img-container{text-align:center}.image-feature-SS7K-cUVCb p:not(:has(strong)){font-weight:undefined}}.cimage-feature-SS7K-cUVCb .featureText h1:first-child:before,.cimage-feature-SS7K-cUVCb .featureText h2:first-child:before,.cimage-feature-SS7K-cUVCb .featureText h3:first-child:before,.cimage-feature-SS7K-cUVCb .featureText h4:first-child:before,.cimage-feature-SS7K-cUVCb .featureText h5:first-child:before,.cimage-feature-SS7K-cUVCb .featureText h6:first-child:before,.cimage-feature-SS7K-cUVCb .featureText li::before,.cimage-feature-SS7K-cUVCb .featureText p:first-child:before{content:"\" !important; font-family: "";font-weight:700;color:var(--black)}.heading-zstKA8Dy35{font-weight:700}.heading-zstKA8Dy35 a,.heading-zstKA8Dy35 a *,.sub-heading-p2OyFlEgr9 a,.sub-heading-p2OyFlEgr9 a *{color:var(--link-color)!important;text-decoration:none}@media screen and (min-width:0px) and (max-width:480px){.heading-zstKA8Dy35 h1,.heading-zstKA8Dy35 h2,.heading-zstKA8Dy35 h3,.heading-zstKA8Dy35 h4,.heading-zstKA8Dy35 h5,.heading-zstKA8Dy35 h6,.heading-zstKA8Dy35 ul li,.heading-zstKA8Dy35.text-output{font-size:32px!important;font-weight:700}}@media screen and (min-width:481px) and (max-width:10000px){.heading-zstKA8Dy35 h1,.heading-zstKA8Dy35 h2,.heading-zstKA8Dy35 h3,.heading-zstKA8Dy35 h4,.heading-zstKA8Dy35 h5,.heading-zstKA8Dy35 h6,.heading-zstKA8Dy35 ul li,.heading-zstKA8Dy35.text-output{font-size:32px!important;font-weight:700}}.heading-zstKA8Dy35.text-output h1:first-child:before,.heading-zstKA8Dy35.text-output h2:first-child:before,.heading-zstKA8Dy35.text-output h3:first-child:before,.heading-zstKA8Dy35.text-output h4:first-child:before,.heading-zstKA8Dy35.text-output h5:first-child:before,.heading-zstKA8Dy35.text-output h6:first-child:before,.heading-zstKA8Dy35.text-output p:first-child:before,.sub-heading-p2OyFlEgr9.text-output h1:first-child:before,.sub-heading-p2OyFlEgr9.text-output h2:first-child:before,.sub-heading-p2OyFlEgr9.text-output h3:first-child:before,.sub-heading-p2OyFlEgr9.text-output h4:first-child:before,.sub-heading-p2OyFlEgr9.text-output h5:first-child:before,.sub-heading-p2OyFlEgr9.text-output h6:first-child:before,.sub-heading-p2OyFlEgr9.text-output p:first-child:before{color:var(--text-color);content:'\'; font-family: '';margin-right:5px;font-weight:700}.divider-x7rAmKxz0N .divider-element{width:100%;border-top:5px solid var(--color-madrzb9q);margin:0 auto}.sub-heading-p2OyFlEgr9{font-weight:400}.sub-heading-p2OyFlEgr9 strong{color:var(--color-madrzb9q)!important}@media screen and (min-width:0px) and (max-width:480px){.sub-heading-p2OyFlEgr9 h1,.sub-heading-p2OyFlEgr9 h2,.sub-heading-p2OyFlEgr9 h3,.sub-heading-p2OyFlEgr9 h4,.sub-heading-p2OyFlEgr9 h5,.sub-heading-p2OyFlEgr9 h6,.sub-heading-p2OyFlEgr9 ul li,.sub-heading-p2OyFlEgr9.text-output{font-size:23px!important;font-weight:400}}@media screen and (min-width:481px) and (max-width:10000px){.sub-heading-p2OyFlEgr9 h1,.sub-heading-p2OyFlEgr9 h2,.sub-heading-p2OyFlEgr9 h3,.sub-heading-p2OyFlEgr9 h4,.sub-heading-p2OyFlEgr9 h5,.sub-heading-p2OyFlEgr9 h6,.sub-heading-p2OyFlEgr9 ul li,.sub-heading-p2OyFlEgr9.text-output{font-size:23px!important;font-weight:400}}@media screen and (min-width:481px) and (max-width:10000px){.button-PALp5lUxqA .button-icon-end,.button-PALp5lUxqA .button-icon-start,.button-PALp5lUxqA .main-heading-button{font-size:20px;font-weight:600}.button-PALp5lUxqA .button-icon-start{margin-right:5px}.button-PALp5lUxqA .button-icon-end{margin-left:5px}.button-PALp5lUxqA .sub-heading-button{font-size:15px;color:var(--white);font-weight:600}}@media screen and (min-width:0px) and (max-width:480px){.button-PALp5lUxqA .button-icon-end,.button-PALp5lUxqA .button-icon-start,.button-PALp5lUxqA .main-heading-button{font-size:20px;font-weight:600}.button-PALp5lUxqA .button-icon-start{margin-right:5px}.button-PALp5lUxqA .button-icon-end{margin-left:5px}.button-PALp5lUxqA .sub-heading-button{font-size:15px;color:var(--white);font-weight:undefined}}.divider-Ocr--2tfVs .divider-element{width:100%;border-top:5px solid var(--color-madrzb9q);margin:0 auto} /* ---- DRFA Footer styles ----- */ :root{--white:#ffffff;--black:#000000;--green:#9ae6b4;--teal:#81e6d9;--transparent:transparent;--color-madrzb9q:#004225;--color-mads0uzi:#FFB000}.hl_page-preview--content .section-p76nKKfFt1{box-shadow:none;padding:20px 0;margin:0;background-color:var(--color-madrzb9q);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .col-WOyPj1KGdQ,.hl_page-preview--content .row-4Lrmi5-95r{margin:0 auto;box-shadow:none;padding:15px 0;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid;width:70%}.hl_page-preview--content .col-WOyPj1KGdQ{padding:10px 5px;width:26.6%;margin:0}.hl_page-preview--content .csocial-icons-_iDKWB7vKG{font-family:Inter;font-size:12px;font-weight:500;color:#000;padding:0;margin:0}.hl_page-preview--content #sub-heading-khSLzp_2eC{margin:0 0 10px}.hl_page-preview--content .col-MBH76Gc-6W,.hl_page-preview--content .csub-heading-khSLzp_2eC{box-shadow:none;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .csub-heading-khSLzp_2eC{font-family:var(--headlinefont);color:var(--color-mads0uzi);icon-color:var(--teal);font-weight:400;padding:0;opacity:1;text-shadow:none;line-height:1.3em;text-transform:none;letter-spacing:0;text-align:left}.hl_page-preview--content .col-MBH76Gc-6W{padding:10px 5px;width:13.8%;margin:0}.hl_page-preview--content .button-n7MmpE3DVo{margin:0 0 10px;text-align:left}.hl_page-preview--content .cbutton-n7MmpE3DVo{font-family:var(--headlinefont);background-color:var(--transparent);color:var(--white);secondary-color:var(--black);text-decoration:none;padding:0;border-color:var(--green);border-width:2px;border-style:solid;letter-spacing:0;width:auto%;box-shadow:none;text-shadow:none}.hl_page-preview--content .button-IBhZq2nVLX{margin:0 0 10px;text-align:left}.hl_page-preview--content .cbutton-IBhZq2nVLX{font-family:var(--headlinefont);background-color:var(--transparent);color:var(--white);secondary-color:var(--black);text-decoration:none;padding:0;border-color:var(--green);border-width:2px;border-style:solid;letter-spacing:0;width:auto%;box-shadow:none;text-shadow:none}.hl_page-preview--content #sub-heading-xMQ5kne4S1{margin:0 0 20px}.hl_page-preview--content .csub-heading-xMQ5kne4S1{font-family:var(--headlinefont);color:var(--color-mads0uzi);icon-color:var(--teal);font-weight:400;padding:0;opacity:1;text-shadow:none;line-height:1.3em;letter-spacing:0;text-align:left}.hl_page-preview--content .col-cN5bRZRRnn,.hl_page-preview--content .cparagraph-Rro0ueAXfP,.hl_page-preview--content .csub-heading-xMQ5kne4S1{background-color:var(--transparent);box-shadow:none;border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .col-cN5bRZRRnn{padding:10px 5px;width:20.2%;margin:0}.hl_page-preview--content #paragraph-Rro0ueAXfP{margin:0}.hl_page-preview--content .cparagraph-Rro0ueAXfP{font-family:var(--contentfont);color:var(--color-mads0uzi);icon-color:var(--text-color);font-weight:medium;padding:0;opacity:1;text-shadow:none;line-height:1.3em;letter-spacing:0;text-align:left}.hl_page-preview--content .button-ocf-QNZh5M{margin:0 0 10px;text-align:left}.hl_page-preview--content .cbutton-ocf-QNZh5M{font-family:var(--headlinefont);background-color:var(--transparent);color:var(--white);secondary-color:var(--black);text-decoration:none;padding:0;border-color:var(--green);border-width:2px;border-style:solid;letter-spacing:0;width:auto%;box-shadow:none;text-shadow:none}.hl_page-preview--content #sub-heading-AfF1xCgudZ,.hl_page-preview--content #sub-heading-OlgQ6DNDU8{margin:0 0 20px}.hl_page-preview--content .col-dcWncoN_93,.hl_page-preview--content .csub-heading-OlgQ6DNDU8{box-shadow:none;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .csub-heading-OlgQ6DNDU8{font-family:var(--headlinefont);color:var(--color-mads0uzi);icon-color:var(--teal);font-weight:400;padding:0;opacity:1;text-shadow:none;line-height:1.3em;letter-spacing:0;text-align:left}.hl_page-preview--content .col-dcWncoN_93{padding:10px 5px;width:20.2%;margin:0}.hl_page-preview--content .button-ic1H-6Kjsp{margin:0 0 10px;text-align:left}.hl_page-preview--content .cbutton-ic1H-6Kjsp{font-family:var(--headlinefont);background-color:var(--transparent);color:var(--white);secondary-color:var(--black);text-decoration:none;padding:0;border-color:var(--green);border-width:2px;border-style:solid;letter-spacing:0;width:auto%;box-shadow:none;text-shadow:none}.hl_page-preview--content .button-I_faWQOuZ2{margin:0 0 10px;text-align:left}.hl_page-preview--content .cbutton-I_faWQOuZ2{font-family:var(--headlinefont);background-color:var(--transparent);color:var(--white);secondary-color:var(--black);text-decoration:none;padding:0;border-color:var(--green);border-width:2px;border-style:solid;letter-spacing:0;width:auto%;box-shadow:none;text-shadow:none}.hl_page-preview--content .button-LyHvvb83EE{margin:0 0 10px;text-align:left}.hl_page-preview--content .cbutton-LyHvvb83EE{font-family:var(--headlinefont);background-color:var(--transparent);color:var(--white);secondary-color:var(--black);text-decoration:none;padding:0;border-color:var(--green);border-width:2px;border-style:solid;letter-spacing:0;width:auto%;box-shadow:none;text-shadow:none}.hl_page-preview--content .button-JQn21CkSVw{margin:0 0 10px;text-align:left}.hl_page-preview--content .cbutton-JQn21CkSVw{font-family:var(--headlinefont);background-color:var(--transparent);color:var(--white);secondary-color:var(--black);text-decoration:none;padding:0;border-color:var(--green);border-width:2px;border-style:solid;letter-spacing:0;width:auto%;box-shadow:none;text-shadow:none}.hl_page-preview--content .button-rlFKBrpFp7{margin:0 0 10px;text-align:left}.hl_page-preview--content .cbutton-rlFKBrpFp7{font-family:var(--headlinefont);background-color:var(--transparent);color:var(--white);secondary-color:var(--black);text-decoration:none;padding:0;border-color:var(--green);border-width:2px;border-style:solid;letter-spacing:0;width:auto%;box-shadow:none;text-shadow:none}.hl_page-preview--content .col-q82ngu-P80,.hl_page-preview--content .csub-heading-AfF1xCgudZ{box-shadow:none;padding:0;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .csub-heading-AfF1xCgudZ{font-family:var(--headlinefont);color:var(--color-mads0uzi);icon-color:var(--teal);font-weight:400;opacity:1;text-shadow:none;line-height:1.3em;letter-spacing:0;text-align:left}.hl_page-preview--content .col-q82ngu-P80{width:19.4%;margin:0}.hl_page-preview--content #paragraph-RqYqZO0uqN,.hl_page-preview--content .image-VvHUFk1zhI{margin:0}.hl_page-preview--content .image-VvHUFk1zhI .image-container img{box-shadow:none;height:50px}.hl_page-preview--content .cimage-VvHUFk1zhI{padding:10px;background-color:var(--transparent);opacity:1;text-align:left}.hl_page-preview--content .row-fYy0EfZT5E{margin:0 auto;padding:15px 0;width:70%}.hl_page-preview--content .col-aMAZ2UYFBt,.hl_page-preview--content .cparagraph-RqYqZO0uqN,.hl_page-preview--content .row-fYy0EfZT5E{background-color:var(--transparent);box-shadow:none;border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .col-aMAZ2UYFBt{padding:10px 5px;width:100%;margin:0}.hl_page-preview--content .cparagraph-RqYqZO0uqN{font-family:var(--contentfont);color:var(--white);icon-color:var(--white);font-weight:400;padding:0;opacity:1;text-shadow:none;line-height:1.3em;letter-spacing:0;text-align:center}.hl_page-preview--content .divider-DlGUZOnLI_{margin:0;padding-top:10px;padding-bottom:10px}.hl_page-preview--content .cdivider-DlGUZOnLI_{padding-top:5px;padding-bottom:5px}#section-p76nKKfFt1>.inner{max-width:100%}#col-WOyPj1KGdQ>.inner{flex-direction:column;justify-content:flex-start;align-items:inherit;flex-wrap:nowrap}#social-icons-_iDKWB7vKG .social-media-icon{height:20px;width:20px}#social-icons-_iDKWB7vKG .social-icons-container{justify-content:left}.sub-heading-khSLzp_2eC,.sub-heading-xMQ5kne4S1{font-weight:600}.sub-heading-khSLzp_2eC em,.sub-heading-khSLzp_2eC strong,.sub-heading-khSLzp_2eC u,.sub-heading-xMQ5kne4S1 em,.sub-heading-xMQ5kne4S1 strong,.sub-heading-xMQ5kne4S1 u{color:var(--teal)!important}.paragraph-RqYqZO0uqN a,.paragraph-RqYqZO0uqN a *,.paragraph-Rro0ueAXfP a,.paragraph-Rro0ueAXfP a *,.sub-heading-AfF1xCgudZ a,.sub-heading-AfF1xCgudZ a *,.sub-heading-OlgQ6DNDU8 a,.sub-heading-OlgQ6DNDU8 a *,.sub-heading-khSLzp_2eC a,.sub-heading-khSLzp_2eC a *,.sub-heading-xMQ5kne4S1 a,.sub-heading-xMQ5kne4S1 a *{color:var(--link-color)!important;text-decoration:none}.paragraph-RqYqZO0uqN a:hover,.paragraph-Rro0ueAXfP a:hover,.sub-heading-AfF1xCgudZ a:hover,.sub-heading-OlgQ6DNDU8 a:hover,.sub-heading-khSLzp_2eC a:hover,.sub-heading-xMQ5kne4S1 a:hover{text-decoration:underline}@media screen and (min-width:0px) and (max-width:480px){.sub-heading-khSLzp_2eC h1,.sub-heading-khSLzp_2eC h2,.sub-heading-khSLzp_2eC h3,.sub-heading-khSLzp_2eC h4,.sub-heading-khSLzp_2eC h5,.sub-heading-khSLzp_2eC h6,.sub-heading-khSLzp_2eC ul li,.sub-heading-khSLzp_2eC.text-output{font-size:17px!important;font-weight:600}}@media screen and (min-width:481px) and (max-width:10000px){.sub-heading-khSLzp_2eC h1,.sub-heading-khSLzp_2eC h2,.sub-heading-khSLzp_2eC h3,.sub-heading-khSLzp_2eC h4,.sub-heading-khSLzp_2eC h5,.sub-heading-khSLzp_2eC h6,.sub-heading-khSLzp_2eC ul li,.sub-heading-khSLzp_2eC.text-output{font-size:17px!important;font-weight:600}}.sub-heading-khSLzp_2eC.text-output h1:first-child:before,.sub-heading-khSLzp_2eC.text-output h2:first-child:before,.sub-heading-khSLzp_2eC.text-output h3:first-child:before,.sub-heading-khSLzp_2eC.text-output h4:first-child:before,.sub-heading-khSLzp_2eC.text-output h5:first-child:before,.sub-heading-khSLzp_2eC.text-output h6:first-child:before,.sub-heading-khSLzp_2eC.text-output p:first-child:before,.sub-heading-xMQ5kne4S1.text-output h1:first-child:before,.sub-heading-xMQ5kne4S1.text-output h2:first-child:before,.sub-heading-xMQ5kne4S1.text-output h3:first-child:before,.sub-heading-xMQ5kne4S1.text-output h4:first-child:before,.sub-heading-xMQ5kne4S1.text-output h5:first-child:before,.sub-heading-xMQ5kne4S1.text-output h6:first-child:before,.sub-heading-xMQ5kne4S1.text-output p:first-child:before{color:var(--teal);content:'\'; font-family: '';margin-right:5px;font-weight:700}#col-MBH76Gc-6W>.inner,#col-cN5bRZRRnn>.inner,#col-dcWncoN_93>.inner,#col-q82ngu-P80>.inner{flex-direction:column;justify-content:flex-start;align-items:inherit;flex-wrap:nowrap}@media screen and (min-width:481px) and (max-width:10000px){.button-n7MmpE3DVo .button-icon-end,.button-n7MmpE3DVo .button-icon-start,.button-n7MmpE3DVo .main-heading-button{font-size:15px;font-weight:400}.button-n7MmpE3DVo .button-icon-start{margin-right:5px}.button-n7MmpE3DVo .button-icon-end{margin-left:5px}.button-n7MmpE3DVo .sub-heading-button{font-size:15px;color:var(--black);font-weight:400}}@media screen and (min-width:0px) and (max-width:480px){.button-n7MmpE3DVo .button-icon-end,.button-n7MmpE3DVo .button-icon-start,.button-n7MmpE3DVo .main-heading-button{font-size:15px;font-weight:400}.button-n7MmpE3DVo .button-icon-start{margin-right:5px}.button-n7MmpE3DVo .button-icon-end{margin-left:5px}.button-n7MmpE3DVo .sub-heading-button{font-size:15px;color:var(--black);font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.button-IBhZq2nVLX .button-icon-end,.button-IBhZq2nVLX .button-icon-start,.button-IBhZq2nVLX .main-heading-button{font-size:15px;font-weight:400}.button-IBhZq2nVLX .button-icon-start{margin-right:5px}.button-IBhZq2nVLX .button-icon-end{margin-left:5px}.button-IBhZq2nVLX .sub-heading-button{font-size:15px;color:var(--black);font-weight:400}}@media screen and (min-width:0px) and (max-width:480px){.button-IBhZq2nVLX .button-icon-end,.button-IBhZq2nVLX .button-icon-start,.button-IBhZq2nVLX .main-heading-button{font-size:15px;font-weight:400}.button-IBhZq2nVLX .button-icon-start{margin-right:5px}.button-IBhZq2nVLX .button-icon-end{margin-left:5px}.button-IBhZq2nVLX .sub-heading-button{font-size:15px;color:var(--black);font-weight:undefined}}@media screen and (min-width:0px) and (max-width:480px){.sub-heading-xMQ5kne4S1 h1,.sub-heading-xMQ5kne4S1 h2,.sub-heading-xMQ5kne4S1 h3,.sub-heading-xMQ5kne4S1 h4,.sub-heading-xMQ5kne4S1 h5,.sub-heading-xMQ5kne4S1 h6,.sub-heading-xMQ5kne4S1 ul li,.sub-heading-xMQ5kne4S1.text-output{font-size:17px!important;font-weight:600}}@media screen and (min-width:481px) and (max-width:10000px){.sub-heading-xMQ5kne4S1 h1,.sub-heading-xMQ5kne4S1 h2,.sub-heading-xMQ5kne4S1 h3,.sub-heading-xMQ5kne4S1 h4,.sub-heading-xMQ5kne4S1 h5,.sub-heading-xMQ5kne4S1 h6,.sub-heading-xMQ5kne4S1 ul li,.sub-heading-xMQ5kne4S1.text-output{font-size:17px!important;font-weight:600}}.paragraph-Rro0ueAXfP{font-weight:500}.paragraph-Rro0ueAXfP em,.paragraph-Rro0ueAXfP strong,.paragraph-Rro0ueAXfP u{color:var(--text-color)!important}@media screen and (min-width:0px) and (max-width:480px){.paragraph-Rro0ueAXfP h1,.paragraph-Rro0ueAXfP h2,.paragraph-Rro0ueAXfP h3,.paragraph-Rro0ueAXfP h4,.paragraph-Rro0ueAXfP h5,.paragraph-Rro0ueAXfP h6,.paragraph-Rro0ueAXfP ul li,.paragraph-Rro0ueAXfP.text-output{font-size:16px!important;font-weight:500}}@media screen and (min-width:481px) and (max-width:10000px){.paragraph-Rro0ueAXfP h1,.paragraph-Rro0ueAXfP h2,.paragraph-Rro0ueAXfP h3,.paragraph-Rro0ueAXfP h4,.paragraph-Rro0ueAXfP h5,.paragraph-Rro0ueAXfP h6,.paragraph-Rro0ueAXfP ul li,.paragraph-Rro0ueAXfP.text-output{font-size:16px!important;font-weight:500}}.paragraph-Rro0ueAXfP.text-output h1:first-child:before,.paragraph-Rro0ueAXfP.text-output h2:first-child:before,.paragraph-Rro0ueAXfP.text-output h3:first-child:before,.paragraph-Rro0ueAXfP.text-output h4:first-child:before,.paragraph-Rro0ueAXfP.text-output h5:first-child:before,.paragraph-Rro0ueAXfP.text-output h6:first-child:before,.paragraph-Rro0ueAXfP.text-output p:first-child:before{color:var(--text-color);content:'\'; font-family: '';margin-right:5px;font-weight:700}@media screen and (min-width:481px) and (max-width:10000px){.button-ocf-QNZh5M .button-icon-end,.button-ocf-QNZh5M .button-icon-start,.button-ocf-QNZh5M .main-heading-button{font-size:15px;font-weight:400}.button-ocf-QNZh5M .button-icon-start{margin-right:5px}.button-ocf-QNZh5M .button-icon-end{margin-left:5px}.button-ocf-QNZh5M .sub-heading-button{font-size:15px;color:var(--black);font-weight:400}}@media screen and (min-width:0px) and (max-width:480px){.button-ocf-QNZh5M .button-icon-end,.button-ocf-QNZh5M .button-icon-start,.button-ocf-QNZh5M .main-heading-button{font-size:15px;font-weight:400}.button-ocf-QNZh5M .button-icon-start{margin-right:5px}.button-ocf-QNZh5M .button-icon-end{margin-left:5px}.button-ocf-QNZh5M .sub-heading-button{font-size:15px;color:var(--black);font-weight:undefined}}.sub-heading-AfF1xCgudZ,.sub-heading-OlgQ6DNDU8{font-weight:600}.sub-heading-AfF1xCgudZ em,.sub-heading-AfF1xCgudZ strong,.sub-heading-AfF1xCgudZ u,.sub-heading-OlgQ6DNDU8 em,.sub-heading-OlgQ6DNDU8 strong,.sub-heading-OlgQ6DNDU8 u{color:var(--teal)!important}@media screen and (min-width:0px) and (max-width:480px){.sub-heading-OlgQ6DNDU8 h1,.sub-heading-OlgQ6DNDU8 h2,.sub-heading-OlgQ6DNDU8 h3,.sub-heading-OlgQ6DNDU8 h4,.sub-heading-OlgQ6DNDU8 h5,.sub-heading-OlgQ6DNDU8 h6,.sub-heading-OlgQ6DNDU8 ul li,.sub-heading-OlgQ6DNDU8.text-output{font-size:17px!important;font-weight:600}}@media screen and (min-width:481px) and (max-width:10000px){.sub-heading-OlgQ6DNDU8 h1,.sub-heading-OlgQ6DNDU8 h2,.sub-heading-OlgQ6DNDU8 h3,.sub-heading-OlgQ6DNDU8 h4,.sub-heading-OlgQ6DNDU8 h5,.sub-heading-OlgQ6DNDU8 h6,.sub-heading-OlgQ6DNDU8 ul li,.sub-heading-OlgQ6DNDU8.text-output{font-size:17px!important;font-weight:600}}.sub-heading-AfF1xCgudZ.text-output h1:first-child:before,.sub-heading-AfF1xCgudZ.text-output h2:first-child:before,.sub-heading-AfF1xCgudZ.text-output h3:first-child:before,.sub-heading-AfF1xCgudZ.text-output h4:first-child:before,.sub-heading-AfF1xCgudZ.text-output h5:first-child:before,.sub-heading-AfF1xCgudZ.text-output h6:first-child:before,.sub-heading-AfF1xCgudZ.text-output p:first-child:before,.sub-heading-OlgQ6DNDU8.text-output h1:first-child:before,.sub-heading-OlgQ6DNDU8.text-output h2:first-child:before,.sub-heading-OlgQ6DNDU8.text-output h3:first-child:before,.sub-heading-OlgQ6DNDU8.text-output h4:first-child:before,.sub-heading-OlgQ6DNDU8.text-output h5:first-child:before,.sub-heading-OlgQ6DNDU8.text-output h6:first-child:before,.sub-heading-OlgQ6DNDU8.text-output p:first-child:before{color:var(--teal);content:'\'; font-family: '';margin-right:5px;font-weight:700}@media screen and (min-width:481px) and (max-width:10000px){.button-ic1H-6Kjsp .button-icon-end,.button-ic1H-6Kjsp .button-icon-start,.button-ic1H-6Kjsp .main-heading-button{font-size:15px;font-weight:400}.button-ic1H-6Kjsp .button-icon-start{margin-right:5px}.button-ic1H-6Kjsp .button-icon-end{margin-left:5px}.button-ic1H-6Kjsp .sub-heading-button{font-size:15px;color:var(--black);font-weight:400}}@media screen and (min-width:0px) and (max-width:480px){.button-ic1H-6Kjsp .button-icon-end,.button-ic1H-6Kjsp .button-icon-start,.button-ic1H-6Kjsp .main-heading-button{font-size:15px;font-weight:400}.button-ic1H-6Kjsp .button-icon-start{margin-right:5px}.button-ic1H-6Kjsp .button-icon-end{margin-left:5px}.button-ic1H-6Kjsp .sub-heading-button{font-size:15px;color:var(--black);font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.button-I_faWQOuZ2 .button-icon-end,.button-I_faWQOuZ2 .button-icon-start,.button-I_faWQOuZ2 .main-heading-button{font-size:15px;font-weight:400}.button-I_faWQOuZ2 .button-icon-start{margin-right:5px}.button-I_faWQOuZ2 .button-icon-end{margin-left:5px}.button-I_faWQOuZ2 .sub-heading-button{font-size:15px;color:var(--black);font-weight:400}}@media screen and (min-width:0px) and (max-width:480px){.button-I_faWQOuZ2 .button-icon-end,.button-I_faWQOuZ2 .button-icon-start,.button-I_faWQOuZ2 .main-heading-button{font-size:15px;font-weight:400}.button-I_faWQOuZ2 .button-icon-start{margin-right:5px}.button-I_faWQOuZ2 .button-icon-end{margin-left:5px}.button-I_faWQOuZ2 .sub-heading-button{font-size:15px;color:var(--black);font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.button-LyHvvb83EE .button-icon-end,.button-LyHvvb83EE .button-icon-start,.button-LyHvvb83EE .main-heading-button{font-size:15px;font-weight:400}.button-LyHvvb83EE .button-icon-start{margin-right:5px}.button-LyHvvb83EE .button-icon-end{margin-left:5px}.button-LyHvvb83EE .sub-heading-button{font-size:15px;color:var(--black);font-weight:400}}@media screen and (min-width:0px) and (max-width:480px){.button-LyHvvb83EE .button-icon-end,.button-LyHvvb83EE .button-icon-start,.button-LyHvvb83EE .main-heading-button{font-size:15px;font-weight:400}.button-LyHvvb83EE .button-icon-start{margin-right:5px}.button-LyHvvb83EE .button-icon-end{margin-left:5px}.button-LyHvvb83EE .sub-heading-button{font-size:15px;color:var(--black);font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.button-JQn21CkSVw .button-icon-end,.button-JQn21CkSVw .button-icon-start,.button-JQn21CkSVw .main-heading-button{font-size:15px;font-weight:400}.button-JQn21CkSVw .button-icon-start{margin-right:5px}.button-JQn21CkSVw .button-icon-end{margin-left:5px}.button-JQn21CkSVw .sub-heading-button{font-size:15px;color:var(--black);font-weight:400}}@media screen and (min-width:0px) and (max-width:480px){.button-JQn21CkSVw .button-icon-end,.button-JQn21CkSVw .button-icon-start,.button-JQn21CkSVw .main-heading-button{font-size:15px;font-weight:400}.button-JQn21CkSVw .button-icon-start{margin-right:5px}.button-JQn21CkSVw .button-icon-end{margin-left:5px}.button-JQn21CkSVw .sub-heading-button{font-size:15px;color:var(--black);font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.button-rlFKBrpFp7 .button-icon-end,.button-rlFKBrpFp7 .button-icon-start,.button-rlFKBrpFp7 .main-heading-button{font-size:15px;font-weight:400}.button-rlFKBrpFp7 .button-icon-start{margin-right:5px}.button-rlFKBrpFp7 .button-icon-end{margin-left:5px}.button-rlFKBrpFp7 .sub-heading-button{font-size:15px;color:var(--black);font-weight:400}}@media screen and (min-width:0px) and (max-width:480px){.button-rlFKBrpFp7 .button-icon-end,.button-rlFKBrpFp7 .button-icon-start,.button-rlFKBrpFp7 .main-heading-button{font-size:15px;font-weight:400}.button-rlFKBrpFp7 .button-icon-start{margin-right:5px}.button-rlFKBrpFp7 .button-icon-end{margin-left:5px}.button-rlFKBrpFp7 .sub-heading-button{font-size:15px;color:var(--black);font-weight:undefined}}@media screen and (min-width:0px) and (max-width:480px){.sub-heading-AfF1xCgudZ h1,.sub-heading-AfF1xCgudZ h2,.sub-heading-AfF1xCgudZ h3,.sub-heading-AfF1xCgudZ h4,.sub-heading-AfF1xCgudZ h5,.sub-heading-AfF1xCgudZ h6,.sub-heading-AfF1xCgudZ ul li,.sub-heading-AfF1xCgudZ.text-output{font-size:17px!important;font-weight:600}}@media screen and (min-width:481px) and (max-width:10000px){.sub-heading-AfF1xCgudZ h1,.sub-heading-AfF1xCgudZ h2,.sub-heading-AfF1xCgudZ h3,.sub-heading-AfF1xCgudZ h4,.sub-heading-AfF1xCgudZ h5,.sub-heading-AfF1xCgudZ h6,.sub-heading-AfF1xCgudZ ul li,.sub-heading-AfF1xCgudZ.text-output{font-size:17px!important;font-weight:600}}#col-aMAZ2UYFBt>.inner{flex-direction:column;justify-content:center;align-items:inherit;flex-wrap:nowrap}.paragraph-RqYqZO0uqN{font-weight:400}.paragraph-RqYqZO0uqN em,.paragraph-RqYqZO0uqN strong,.paragraph-RqYqZO0uqN u{color:var(--white)!important}@media screen and (min-width:0px) and (max-width:480px){.paragraph-RqYqZO0uqN h1,.paragraph-RqYqZO0uqN h2,.paragraph-RqYqZO0uqN h3,.paragraph-RqYqZO0uqN h4,.paragraph-RqYqZO0uqN h5,.paragraph-RqYqZO0uqN h6,.paragraph-RqYqZO0uqN ul li,.paragraph-RqYqZO0uqN.text-output{font-size:14px!important;font-weight:400}}@media screen and (min-width:481px) and (max-width:10000px){.paragraph-RqYqZO0uqN h1,.paragraph-RqYqZO0uqN h2,.paragraph-RqYqZO0uqN h3,.paragraph-RqYqZO0uqN h4,.paragraph-RqYqZO0uqN h5,.paragraph-RqYqZO0uqN h6,.paragraph-RqYqZO0uqN ul li,.paragraph-RqYqZO0uqN.text-output{font-size:14px!important;font-weight:400}}.paragraph-RqYqZO0uqN.text-output h1:first-child:before,.paragraph-RqYqZO0uqN.text-output h2:first-child:before,.paragraph-RqYqZO0uqN.text-output h3:first-child:before,.paragraph-RqYqZO0uqN.text-output h4:first-child:before,.paragraph-RqYqZO0uqN.text-output h5:first-child:before,.paragraph-RqYqZO0uqN.text-output h6:first-child:before,.paragraph-RqYqZO0uqN.text-output p:first-child:before{color:var(--white);content:'\'; font-family: '';margin-right:5px;font-weight:700}.divider-DlGUZOnLI_ .divider-element{width:100%;border-top:1px solid var(--color-lyrjldj8);margin:0 auto} .hover-zoom { transition: transform 0.3s ease; cursor: pointer; } .hover-zoom:hover { transform: scale(1.1); } .uefabg { background: #020024; background: linear-gradient(167deg, rgba(2, 0, 36, 1) 38%, rgba(9, 9, 121, 1) 73%, rgba(0, 47, 255, 1) 100%); } .fuchsiapurple { background-image: linear-gradient(to right top, #711db0, #8517ab, #9710a5, #a60ca0, #b30b9a, #c9058f, #db1383, #ea2677, #fc4562, #ff664e, #ff873d, #ffa732); } .blackpurple { background-image: linear-gradient(to right top, #e90074, #b9155f, #8c1a4a, #611935, #391421, #281118, #190a0f, #000000, #000000, #000000, #000000, #000000); } .mainbg { background-image: linear-gradient(to right top, #3d365c, #473a65, #523d6d, #5d4075, #6a427c, #764581, #824786, #8f498a, #9e4c8d, #ac508f, #bb5391, #c95792); } .blackwhite { background-image: linear-gradient(to right top, #ffffff, #b9b9b9, #777777, #3b3b3b, #000000); } --------------------------------------Carousel----------------------------------- html, body { overflow-x: hidden; } @media (max-width: 1600px) { #your-column { animation: newmovel 0.4s linear infinite; animation-play-state: paused; animation-delay: calc (var (--scroll) * -1s); } .carousel { width: 20vw !important; } } .carousel { width: 12vw; align-items: center; justify-content: center; } #row-2Z0vJJMTdb { align-items: center !important; justify-content: center !important; transform-origin: center !important; width: 200vw !important; animation: Scrolltest2 30s linear infinite; } #row-2Z0vJJMTdb:hover { animation-play-state: paused; } @keyframes Scrolltest2 { 0% { transform: translateX(0vw); -webkit-transform: translateX(0vw); } 100% { transform: translateX(-99vw); -webkit-transform: translateX(-99vw); } } ----------------------ImageEnlarge---------------- .image-container { overflow: hidden; display: inline-block; /* Or block */ } .image-container img { transition: transform 0.3s ease-in-out; } .image-container:hover img { transform: scale(1.1); } -----------------------------ColumnEnlarge------------------ .column-container { transition: transform 1.9s ease-in-out; /* Smooth transition */ } .column-container:hover { transform: scale(1.05); /* Adjust the scale factor for desired enlargement */ /* Optional: Add other visual cues on hover */ box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); /* Example shadow */ } ---------------------GradientColorText--------------- .gradient-text-your-colors { background: linear-gradient(to right, #3D365C, #C95792, #F8B55F); -webkit-background-clip: text; background-clip: text; color: transparent; } -------------TextOverLayoverImage------------------ <figure class="hover-img"> <img src="https://storage.googleapis.com/msgsndr/ZFMpjoMYe2Uslp95eTC2/media/67c93b58ad4fc8a3ce748079.png"/> <figcaption> <h3>HOME</h3> </figcaption> </figure> .hover-img { background-color: #000; color: #fff; display: inline-block; margin: 8px; max-width: 320px; min-width: 240px; overflow: hidden; position: relative; text-align: center; width: 100%; } .hover-img * { box-sizing: border-box; transition: all 0.45s ease; } .hover-img::before, .hover-img::after { background-color: rgba(0, 0, 0, 0.5); border-top: 32px solid rgba(0, 0, 0, 0.5); border-bottom: 32px solid rgba(0, 0, 0, 0.5); position: absolute; top: 0; bottom: 0; left: 0; right: 0; content: ''; transition: all 0.3s ease; z-index: 1; opacity: 0; transform: scaleY(2); } .hover-img img { vertical-align: top; max-width: 100%; backface-visibility: hidden; } .hover-img figcaption { position: absolute; top: 0; bottom: 0; left: 0; right: 0; align-items: center; z-index: 1; display: flex; flex-direction: column; justify-content: center; line-height: 1.1em; opacity: 0; z-index: 2; transition-delay: 0.1s; font-size: 24px; font-family: sans-serif; font-weight: 400; letter-spacing: 1px; text-transform: uppercase; } .hover-img:hover::before, .hover-img:hover::after { transform: scale(1); opacity: 1; } .hover-img:hover > img { opacity: 0.7; } .hover-img:hover figcaption { opacity: 1; } </style> <style type="text/css"> @media (max-width: 480px) { .bg-section-WL2aE9W1vL { background: url(https://images.leadconnectorhq.com/image/f_webp/q_80/r_480/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681ee1cd9a0ad3d7ff2843eb.jpeg); opacity: .5 } } @media (min-width: 481px) and (max-width: 1024px) { .bg-section-WL2aE9W1vL { background: url(https://images.leadconnectorhq.com/image/f_webp/q_80/r_768/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681ee1cd9a0ad3d7ff2843eb.jpeg); opacity: .5 } } @media (min-width: 1025px) { .bg-section-WL2aE9W1vL { background: url(https://images.leadconnectorhq.com/image/f_webp/q_80/r_1200/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681ee1cd9a0ad3d7ff2843eb.jpeg); opacity: .5 } } </style> <style>.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-grow{flex-grow:9999}.align-center{align-items:center}.h-full{height:100%}.max-w-400{max-width:400px}.text-right{text-align:right}.d-grid{display:grid}.px-0{padding-left:0!important;padding-right:0!important}.relative{position:relative}.gap-2{gap:.625rem}.mt-20{margin-top:20px}.mt-8{margin-top:32px}.ml-3{margin-left:.75rem}.mr-10{margin-right:10px}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.w-100{width:100%}.h-100{height:100%}.w-50{width:50%}.w-25{width:25%}.mw-100{max-width:100%}.noBorder{border:none!important}.iti__flag{background-image:url(https://stcdn.leadconnectorhq.com/intl-tel-input/17.0.12/img/flags.png)}.pointer{cursor:pointer}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url(https://stcdn.leadconnectorhq.com/intl-tel-input/17.0.12/img/[email protected])}}.iti__country{display:flex;justify-content:space-between}@media (min-width:768px){.hl_wrapper.nav-shrink .hl_wrapper--inner.page-creator,body{padding-top:0}.hl_page-creator--menu{left:0;top:0;z-index:10}.hl_wrapper{padding-left:0}}@media (min-width:1200px){.hl_wrapper.nav-shrink{padding-left:0!important}}html body .hl_wrapper{height:100vh;overflow:hidden}body{margin:0;-webkit-font-smoothing:antialiased}img{border-style:none;vertical-align:middle}.bg-fixed{z-index:-1}.progress-outer{background-color:#f5f5f5;border-radius:inherit;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);font-size:14px;height:35px;line-height:36px;overflow:hidden;padding-bottom:0;padding-top:0;width:100%}.progress-inner{box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);color:#fff;float:left;font-size:14px;height:100%;padding-left:10px;padding-right:10px;transition:width .6s ease;width:0}.progress0{width:0}.progress10{width:10%}.progress20{width:20%}.progress30{width:30%}.progress40{width:40%}.progress50{width:50%}.progress60{width:60%}.progress70{width:70%}.progress80{width:80%}.progress90{width:90%}.progress100{width:100%}.progressbarOffsetWhite{background:#f5f5f5}.progressbarOffsetTransparentWhite{background-color:hsla(0,0%,100%,.5)}.progressbarOffsetBlack{background:#333}.progressbarOffsetTransparentBlack{background-color:hsla(0,0%,49%,.5)}.text-white{color:#fff}.text-bold{font-weight:700}.text-italic{font-style:italic}.text-bold-italic{font-style:italic;font-weight:700}.progressbarSmall{font-size:14px;height:35px;line-height:36px}.progressbarMedium{font-size:19px;height:45px;line-height:45px}.progressbarLarge{font-size:21px;height:65px;line-height:65px}.recaptcha-container{margin-bottom:1em}.recaptcha-container p{color:red;margin-top:1em}.button-recaptcha-container div:first-child{height:auto!important;width:100%!important}.card-el-error-msg{align-items:center;color:#e25950;display:flex;font-size:13px;justify-content:flex-start;padding:10px 0;text-align:center}.card-el-error-msg svg{color:#f87171;margin-right:2px}.hl-faq-child-heading{border:none;cursor:pointer;justify-content:space-between;outline:none;padding:15px;width:100%}.hl-faq-child-head,.hl-faq-child-heading{align-items:center;display:flex}.v-enter-active,.v-leave-active{transition:opacity .2s ease-out}.v-enter-from,.v-leave-to{opacity:0}.faq-separated-child{margin-bottom:10px}.hl-faq-child-panel img{border-radius:15px;cursor:pointer}.hl-faq-child-heading-icon.left{margin-right:1em}.expand-collapse-all-button{background-color:transparent;border:1px solid #d1d5db;border-radius:15px;color:#3b82f6;cursor:pointer;font-size:12px;font-weight:400;line-height:16px;margin:1em 0;padding:5px 15px}.hl-faq-child-panel{transition:padding .2s ease}.v-spinner .v-moon1{position:relative}.v-spinner .v-moon1,.v-spinner .v-moon2{animation:v-moonStretchDelay .6s linear 0s infinite;animation-fill-mode:forwards}.v-spinner .v-moon2{opacity:.8;position:absolute}.v-spinner .v-moon3{opacity:.1}@keyframes v-moonStretchDelay{to{transform:rotate(1turn)}}.generic-error-message{color:red;font-weight:500;margin-top:.5rem;text-align:center}#faq-overlay{background:var(--overlay);height:100vh;opacity:.8;width:100vw}#faq-overlay,#faq-popup{position:fixed;z-index:1000}#faq-popup{background:#fff;height:auto;left:50%;margin-left:-250px;margin-top:-250px;top:50%;width:500px}#popupclose{cursor:pointer;float:right;padding:10px}.popupcontent{height:auto!important;width:100%!important}#button{cursor:pointer}.dark{background-color:#000}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.spotlight{background:linear-gradient(45deg,#00dc82,#36e4da 50%,#0047e1);bottom:-30vh;filter:blur(20vh);height:40vh}.z-10{z-index:10}.right-0{right:0}.left-0{left:0}.fixed{position:fixed}.text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.overflow-hidden{overflow:hidden}.min-h-screen{min-height:100vh}.font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.place-content-center{place-content:center}.grid{display:grid}.z-20{z-index:20}.max-w-520px{max-width:520px}.mb-8{margin-bottom:2rem}.text-8xl{font-size:6rem;line-height:1}.font-medium{font-weight:500}.mb-16{margin-bottom:4rem}.leading-tight{line-height:1.25}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-light{font-weight:300}@media (min-width:640px){.sm-text-10xl{font-size:10rem;line-height:1}.sm-text-4xl{font-size:2.25rem;line-height:2.5rem}.sm-px-0{padding-left:0;padding-right:0}}.full-center{background-position:50%!important;background-repeat:repeat!important;background-size:cover!important}.fill-width{background-size:100% auto!important}.fill-width,.fill-width-height{background-repeat:no-repeat!important}.fill-width-height{background-size:100% 100%!important}.no-repeat{background-repeat:no-repeat!important}.repeat-x{background-repeat:repeat-x!important}.repeat-y{background-repeat:repeat-y!important}.repeat-x-fix-top{background-position:top!important;background-repeat:repeat-x!important}.repeat-x-fix-bottom{background-position:bottom!important;background-repeat:repeat-x!important}#overlay{bottom:0;height:100%;left:0;opacity:0;overflow-y:scroll;position:fixed;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:999;-webkit-overflow-scrolling:touch}#overlay.show{opacity:1}.popup-body{background-color:#fff;height:auto;left:50%;min-height:180px;position:absolute;top:10%;transform:translate(-50%,-100vh);transition:transform .25s ease-in-out;z-index:20}.popup-body.show{transform:translate(-50%)}.closeLPModal{cursor:pointer;position:absolute;right:-10px;top:-10px;z-index:21}.settingsPModal{font-size:18px;left:40%;padding:10px;position:absolute;top:-40px;width:32px}.c-section>.inner{display:flex;flex-direction:column;justify-content:center;margin:auto;z-index:2}.c-row>.inner{display:flex;width:100%}.c-column>.inner{display:flex;flex-direction:column;height:100%;justify-content:inherit;width:100%!important}.c-wrapper{position:relative}.previewer{--vw:100vh/100;height:calc(100vh - 170px);margin:auto;overflow:scroll;overflow-x:hidden;overflow-y:scroll;width:100%}.c-element{position:relative}.c-column{flex:1}.c-column,.c-row{position:relative}p+p{margin-top:auto}.hl_page-creator--row.active{border-color:#188bf6}.flip-list-move{transition:transform .5s}.page-wrapper .sortable-ghost:before{background:#188bf6!important;border-radius:4px;content:"";height:4px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.page-wrapper .sortable-ghost{border:none!important;position:relative}.active-drop-area:before{color:grey;content:"";font-size:12px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%)}.active-drop-area{border:1px dashed grey}.active-drop-area.is-empty{min-height:60px}.empty-component{align-items:center;border:1px dashed #d7dde9;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:2}.empty-component,.empty-component-min-height{min-height:100px;pointer-events:none}.dividerContainer{width:100%}.items-center{align-items:center}.font-semibold{font-weight:600}.text-2xl{font-size:1.5rem}.text-sm{font-size:.875rem}.w-full{width:100%}.mt-2{margin-top:.5rem}.justify-between{justify-content:space-between}.text-lg{font-size:1.125rem}.font-base{font-weight:400}.justify-end{justify-content:flex-end}.justify-center{justify-content:center!important}.text-center{text-align:center}.centered{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.mx-auto{margin:0 auto}</style> <style>@media only screen and (max-width:767px){.c-row>.inner{flex-direction:column}.desktop-only{display:none}.c-column,.c-row{width:100%!important}.c-column,.c-column>.inner,.c-row>.inner,.c-section,.c-section>.inner{padding-left:0!important;padding-right:0!important}.c-column,.c-column>.inner,.c-row{margin-left:0!important;margin-right:0!important}.c-row{padding-left:10px!important;padding-right:10px!important}}@media only screen and (min-width:768px){.mobile-only{display:none}}.c-button button{outline:none;position:relative}.fa,.fab,.fal,.far,.fas{-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.c-column{flex:1 1 auto!important}.c-column>.inner.horizontal>div{flex:1}.c-row>.inner{display:flex;width:100%}.bgCover.bg-fixed:before{background-attachment:fixed!important;background-position:50%!important;background-repeat:repeat!important;background-size:cover!important;-webkit-background-size:cover!important}@supports (-webkit-touch-callout:inherit){.bgCover.bg-fixed:before{background-attachment:scroll!important}}.bgCover100.bg-fixed:before{background-size:100% auto!important;-webkit-background-size:100% auto!important}.bgCover100.bg-fixed:before,.bgNoRepeat.bg-fixed:before{background-repeat:no-repeat!important}.bgRepeatX.bg-fixed:before{background-repeat:repeat-x!important}.bgRepeatY.bg-fixed:before{background-repeat:repeat-y!important}.bgRepeatXTop.bg-fixed:before{background-position:top!important;background-repeat:repeat-x!important}.bgRepeatXBottom.bg-fixed:before{background-position:bottom!important;background-repeat:repeat-x!important}.bgCover{background-attachment:fixed!important;background-position:50%!important;background-repeat:repeat!important;background-size:cover!important;-webkit-background-size:cover!important}@supports (-webkit-touch-callout:inherit){.bgCover{background-attachment:scroll!important}}.bgCover100{background-size:100% auto!important;-webkit-background-size:100% auto!important}.bgCover100,.bgNoRepeat{background-repeat:no-repeat!important}.bgRepeatX{background-repeat:repeat-x!important}.bgRepeatY{background-repeat:repeat-y!important}.bgRepeatXTop{background-position:top!important}.bgRepeatXBottom,.bgRepeatXTop{background-repeat:repeat-x!important}.bgRepeatXBottom{background-position:bottom!important}.cornersTop{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.cornersBottom{border-top-left-radius:0!important;border-top-right-radius:0!important}.radius0{border-radius:0}.radius1{border-radius:1px}.radius2{border-radius:2px}.radius3{border-radius:3px}.radius4{border-radius:4px}.radius5{border-radius:5px}.radius10{border-radius:10px}.radius15{border-radius:15px}.radius20{border-radius:20px}.radius25{border-radius:25px}.radius50{border-radius:50px}.radius75{border-radius:75px}.radius100{border-radius:100px}.radius125{border-radius:125px}.radius150{border-radius:150px}.borderTopBottom{border-bottom-color:rgba(0,0,0,.7);border-left:none!important;border-right:none!important;border-top-color:rgba(0,0,0,.7)}.borderTop{border-bottom:none!important;border-top-color:rgba(0,0,0,.7)}.borderBottom,.borderTop{border-left:none!important;border-right:none!important}.borderBottom{border-bottom-color:rgba(0,0,0,.7);border-top:none!important}.borderFull{border-color:rgba(0,0,0,.7)}@keyframes rocking{0%{transform:rotate(0deg)}25%{transform:rotate(0deg)}50%{transform:rotate(2deg)}75%{transform:rotate(-2deg)}to{transform:rotate(0deg)}}.buttonRocking{animation:rocking 2s infinite;animation-timing-function:ease-out;transition:.2s}.buttonPulseGlow{animation:pulseGlow 2s infinite;animation-timing-function:ease-in-out}@keyframes pulseGlow{0%{box-shadow:0 0 0 0 hsla(0,0%,100%,0)}25%{box-shadow:0 0 2.5px 1px hsla(0,0%,100%,.25)}50%{box-shadow:0 0 5px 2px hsla(0,0%,100%,.5)}85%{box-shadow:0 0 5px 5px hsla(0,0%,100%,0)}to{box-shadow:0 0 0 0 hsla(0,0%,100%,0)}}.buttonBounce{animation:bounce 1.5s infinite;animation-timing-function:ease-in;transition:.2s}@keyframes bounce{15%{box-shadow:0 0 0 0 transparent;transform:translateY(0)}35%{box-shadow:0 8px 5px -5px rgba(0,0,0,.25);transform:translateY(-35%)}45%{box-shadow:0 0 0 0 transparent;transform:translateY(0)}55%{box-shadow:0 5px 4px -4px rgba(0,0,0,.25);transform:translateY(-20%)}70%{box-shadow:0 0 0 0 transparent;transform:translateY(0)}80%{box-shadow:0 4px 3px -3px rgba(0,0,0,.25);transform:translateY(-10%)}90%{box-shadow:0 0 0 0 transparent;transform:translateY(0)}95%{box-shadow:0 2px 3px -3px rgba(0,0,0,.25);transform:translateY(-2%)}99%{box-shadow:0 0 0 0 transparent;transform:translateY(0)}to{box-shadow:0 0 0 0 transparent;transform:translateY(0)}}@keyframes elevate{0%{box-shadow:0 0 0 0 transparent;transform:translateY(0)}to{box-shadow:0 8px 5px -5px rgba(0,0,0,.25);transform:translateY(-10px)}}.buttonElevate:hover{animation:elevate .2s forwards}.buttonElevate{box-shadow:0 0 0 0 transparent;transition:.2s}.buttonWobble{transition:.3s}.buttonWobble:hover{animation:wobble .5s 1;animation-timing-function:ease-in-out}@keyframes wobble{0%{transform:skewX(0deg)}25%{transform:skewX(10deg)}50%{transform:skewX(0deg)}75%{transform:skewX(-10deg)}to{transform:skewX(0deg)}}.image-container img{max-width:100%;vertical-align:middle}.sub-text ::-moz-placeholder{color:#000;opacity:1}.sub-text ::placeholder{color:#000;opacity:1}.image-container{height:100%;width:100%}.shadow5inner{box-shadow:inset 0 1px 3px rgba(0,0,0,.05)}.shadow10inner{box-shadow:inset 0 1px 5px rgba(0,0,0,.1)}.shadow20inner{box-shadow:inset 0 1px 5px rgba(0,0,0,.2)}.shadow30inner{box-shadow:inset 0 2px 5px 2px rgba(0,0,0,.3)}.shadow40inner{box-shadow:inset 0 2px 5px 2px rgba(0,0,0,.4)}.shadow5{box-shadow:0 1px 3px rgba(0,0,0,.05)}.shadow10{box-shadow:0 1px 5px rgba(0,0,0,.1)}.shadow20{box-shadow:0 1px 5px rgba(0,0,0,.2)}.shadow30{box-shadow:0 2px 5px 2px rgba(0,0,0,.3)}.shadow40{box-shadow:0 2px 5px 2px rgba(0,0,0,.4)}.sub-heading-button{color:#fff;font-weight:400;line-height:normal;opacity:.8;text-align:center}.wideSection{max-width:1120px}.midWideSection,.wideSection{margin-left:auto!important;margin-right:auto!important}.midWideSection{max-width:960px}.midSection{margin-left:auto!important;margin-right:auto!important;max-width:720px}.c-section>.inner{margin-left:auto;margin-right:auto;max-width:1170px;width:100%}.c-column{padding-left:15px;padding-right:15px}.feature-img-circle img,.img-circle,.img-circle img{border-radius:50%!important}.feature-img-round-corners img,.img-round-corners,.img-round-corners img{border-radius:5px}.feature-image-dark-border img,.image-dark-border{border:3px solid rgba(0,0,0,.7)}.feature-image-white-border img,.image-white-border{border:3px solid #fff}.img-grey,.img-grey img{filter:grayscale(100%);filter:gray;-webkit-transition:all .6s ease}.button-shadow1{box-shadow:0 1px 5px rgba(0,0,0,.2)}.button-shadow2{box-shadow:0 1px 5px rgba(0,0,0,.4)}.button-shadow3{box-shadow:0 1px 5px rgba(0,0,0,.7)}.button-shadow4{box-shadow:0 8px 1px rgba(0,0,0,.1)}.button-shadow5{box-shadow:0 0 25px rgba(0,0,0,.2),0 0 15px rgba(0,0,0,.2),0 0 3px rgba(0,0,0,.4)}.button-shadow6{box-shadow:0 0 25px rgba(0,0,0,.4),0 0 15px hsla(0,0%,100%,.2),0 0 3px hsla(0,0%,100%,.4)}.button-shadow-sharp1{box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2)}.button-shadow-sharp2{box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.2)}.button-shadow-sharp3{box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.2)}.button-shadow-highlight{box-shadow:none}.button-shadow-highlight:hover{box-shadow:inset 0 0 0 0 hsla(0,0%,100%,.22),inset 0 233px 233px 0 hsla(0,0%,100%,.12)}.button-flat-line{background-color:transparent!important;border-width:2px}.button-vp-5{padding-bottom:5px!important;padding-top:5px!important}.button-vp-10{padding-bottom:10px!important;padding-top:10px!important}.button-vp-15{padding-bottom:15px!important;padding-top:15px!important}.button-vp-20{padding-bottom:20px!important;padding-top:20px!important}.button-vp-25{padding-bottom:25px!important;padding-top:25px!important}.button-vp-30{padding-bottom:30px!important;padding-top:30px!important}.button-vp-40{padding-bottom:40px!important;padding-top:40px!important}.button-vp-0{padding-bottom:0!important;padding-top:0!important}.button-hp-5{padding-left:5px!important;padding-right:5px!important}.button-hp-10{padding-left:10px!important;padding-right:10px!important}.button-hp-15{padding-left:15px!important;padding-right:15px!important}.button-hp-20{padding-left:20px!important;padding-right:20px!important}.button-hp-25{padding-left:25px!important;padding-right:25px!important}.button-hp-30{padding-left:30px!important;padding-right:30px!important}.button-hp-40{padding-left:40px!important;padding-right:40px!important}.button-hp-0{padding-left:0!important;padding-right:0!important}.vs__dropdown-toggle{background:#f3f8fb!important;border:none!important;height:43px!important}.row-align-center{margin:0 auto}.row-align-left{margin:0 auto;margin-left:0!important}.row-align-right{margin:0 auto;margin-right:0!important}button,input,optgroup,select,textarea{border-radius:unset;font-family:unset;font-size:unset;line-height:unset;margin:unset;text-transform:unset}body{font-weight:unset!important;line-height:unset!important;-moz-osx-font-smoothing:grayscale;word-wrap:break-word}*,:after,:before{box-sizing:border-box}.main-heading-group>div{display:inline-block}.c-button span.main-heading-group,.c-button span.sub-heading-group{display:block}.time-grid-3{grid-template-columns:repeat(3,100px)}.time-grid-3,.time-grid-4{display:grid;text-align:center}.time-grid-4{grid-template-columns:repeat(4,100px)}@media screen and (max-width:767px){.time-grid-3{grid-template-columns:repeat(3,80px)}.time-grid-4{grid-template-columns:repeat(4,70px)}}.time-grid .timer-box{display:grid;font-size:15px;grid-template-columns:1fr;text-align:center}.timer-box .label{font-weight:300}.c-button button{cursor:pointer}.c-button>a{text-decoration:none}.c-button>a,.c-button>a span{display:inline-block}.nav-menu-wrapper{display:flex;justify-content:space-between}.nav-menu-wrapper.default{flex-direction:row}.nav-menu-wrapper.reverse{flex-direction:row-reverse}.nav-menu-wrapper .branding{align-items:center;display:flex}.nav-menu-wrapper.default .branding{flex-direction:row}.nav-menu-wrapper.reverse .branding{flex-direction:row-reverse}.nav-menu-wrapper.default .branding .logo,.nav-menu-wrapper.reverse .branding .title{margin-right:18px}.nav-menu-wrapper .branding .title{align-items:center;display:flex;min-height:50px;min-width:50px}.nav-menu{align-items:center;display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.nav-menu a{text-decoration:none}.dropdown{display:inline-block;position:relative}.dropdown .dropdown-menu{border:none;box-shadow:0 8px 16px 5px rgba(0,0,0,.1)}.dropdown-menu{background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.3125rem;color:#607179;display:none;float:left;font-size:1rem;left:0;list-style:none;margin:.125rem 0 0;min-width:10rem;padding:.5rem 0;position:absolute;text-align:left;top:100%;z-index:1000}.nav-menu .nav-menu-item.dropdown:hover>.dropdown-menu{display:block}.nav-menu .dropdown-menu{display:none;list-style:none;margin:0;padding:0}.nav-menu-mobile{display:none}.nav-menu-mobile i{cursor:pointer;font-size:24px}#nav-menu-popup{background:var(--overlay);bottom:0;display:none;height:100%;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:100}#nav-menu-popup.show{opacity:1}#nav-menu-popup .nav-menu-body{background-color:#fff;height:100%;left:0;overflow:auto;padding:45px;position:absolute;top:0;width:100%}#nav-menu-popup .nav-menu-body .close-menu{cursor:pointer;left:20px;position:absolute;top:20px;z-index:100}#nav-menu-popup .nav-menu-body .close-menu:before{content:"\f00d"}#nav-menu-popup .nav-menu{align-items:center;display:flex;flex-direction:column;list-style:none;margin:0;padding:0}#nav-menu-popup .nav-menu .nav-menu-item{list-style:none;text-align:left;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}#nav-menu-popup .nav-menu .nav-menu-item .nav-menu-item-content{display:flex;position:relative}#nav-menu-popup .nav-menu-item .nav-menu-item-title{flex-grow:1;margin:0 1rem;max-width:calc(100% - 2rem)}#nav-menu-popup .nav-menu .nav-menu-item .nav-menu-item-content .nav-menu-item-toggle{cursor:pointer;font-size:24px;position:absolute;right:0;top:calc(50% - 12px)}#nav-menu-popup .nav-menu .nav-menu-item .nav-menu-item-content .nav-menu-item-toggle i{font-size:24px;transition:transform .2s ease}#nav-menu-popup .nav-menu .nav-menu-item .nav-menu-item-content .nav-menu-item-toggle i:before{content:"\f107"}#nav-menu-popup .nav-menu .nav-menu-item.active .nav-menu-item-content .nav-menu-item-toggle i{transform:rotate(-180deg)}#nav-menu-popup .nav-menu .nav-menu-item .nav-dropdown-menu{display:none;max-height:0;opacity:0;overflow:auto;padding:0;transition:all .3s ease-in-out;visibility:hidden}#nav-menu-popup .nav-menu .nav-menu-item.active .nav-dropdown-menu{display:block;max-height:600px;opacity:1;visibility:visible}.form-error{border:2px solid var(--red);border-radius:8px;cursor:pointer;font-size:20px;margin-bottom:10px;padding:6px 12px;text-align:center}.form-error,.form-error i{color:var(--red)}.c-bullet-list ul li{line-height:inherit}.c-bullet-list ul li.ql-indent-1{padding-left:4.5em}.c-bullet-list ul li.ql-indent-2{padding-left:7.5em}.c-bullet-list ul li.ql-indent-3{padding-left:10.5em}.c-bullet-list ul li.ql-indent-4{padding-left:13.5em}.c-bullet-list ul li.ql-indent-5{padding-left:16.5em}.c-bullet-list ul li.ql-indent-6{padding-left:19.5em}.c-bullet-list ul li.ql-indent-7{padding-left:22.5em}.c-bullet-list ul li.ql-indent-8{padding-left:25.5em}.text-output ol,.text-output ul{list-style-type:none;margin:0;padding:0}.text-output ol li{list-style-type:decimal}.text-output ul li{padding-left:1.5em}.text-output ul li:before{display:inline-block;font-weight:700;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.svg-component svg{max-height:100%;max-width:100%}.border1{border-bottom:3px solid rgba(0,0,0,.2)!important}.border2{border:2px solid rgba(0,0,0,.55)}.border3{border:solid rgba(0,0,0,.15);border-width:1px 1px 2px;padding:5px}.border4{border:solid rgba(0,0,0,.35);border-width:1px 1px 2px;padding:1px!important}.shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.15)}.shadow2{box-shadow:0 4px 3px rgba(0,0,0,.15),0 0 2px rgba(0,0,0,.15)}.shadow3{box-shadow:0 10px 6px -6px #999}.shadow4{box-shadow:3px 3px 15px #212121a8}.shadow6{box-shadow:0 10px 1px #ddd,0 10px 20px #ccc}.background{background-color:unset!important}@keyframes progress-bar-animation{to{background-position:0 -3000px}}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}h1,h2,h3,h4,h5,h6{font-weight:500;margin:unset}p{margin:unset}.c-bullet-list,.c-heading,.c-image-feature,.c-paragraph,.c-sub-heading{word-break:break-word}p:empty:after{content:"\00A0"}.w-3-4{width:75%}.w-1-2{width:50%}.tabs-container{display:flex}@media screen and (max-width:767px){.nav-menu{display:none}.nav-menu-mobile{align-items:center;display:flex}.popup-body,.popup-body-lead-video{top:10px!important;width:calc(100% - 10px)!important}#faq-popup{left:5px!important;margin-left:0!important;width:98%!important}.video-container{width:100%!important}.autoplay .vjs-big-play-button{display:none!important}.autoplay:hover .vjs-control-bar{display:flex!important}}</style> <style>@font-face{font-display:block;font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-regular-400.eot);src:url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-regular-400.woff) format("woff"),url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"),url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-display:block;font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-solid-900.eot);src:url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-solid-900.woff) format("woff"),url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900}@font-face{font-display:block;font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-brands-400.eot);src:url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands;font-weight:400}</style> <style>:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}.animate__animated[class*=Out]{opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animate__animated.animate__flip{animation-name:flip;backface-visibility:visible}@keyframes flipInX{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes lightSpeedInLeft{0%{opacity:0;transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;transform:skewX(-20deg)}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedInRight{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}</style> <style>.nav-menu-ul{list-style-type:none;margin:0;padding:0}.mr-2{margin-right:.5rem}.justify-start{justify-content:flex-start}.flex-row{flex-direction:row}.py-2{padding-bottom:.5rem;padding-top:.5rem}.px-15{padding-right:.375rem}.pl-15,.px-15{padding-left:.375rem}.rounded-sm{border-radius:.125rem}.relative{position:relative}.text-nowrap{white-space:nowrap!important}.absolute{position:absolute}.min-w-24{min-width:6rem}.bottom-0{bottom:0}.py-4{padding-bottom:1rem;padding-top:1rem}.justify-center{justify-content:center}.w-7{width:1.75rem}.h-7{height:1.75rem}.w-5{width:1.25rem}.h-5{height:1.25rem}.no-inherit{background-color:initial;color:initial;font-family:revert;font-weight:400;letter-spacing:normal;line-height:normal;text-align:initial;text-transform:none}.mt-1{margin-top:.25rem}.mr-1{margin-right:.25rem}.cart-padding .items-text{padding-right:0}</style> <style>.social-icons-container{display:flex;flex-wrap:wrap;-webkit-font-smoothing:auto!important}.social-icon{color:inherit;cursor:pointer;display:block;padding:1rem;text-align:center;text-decoration:none}.social-icon p{margin-top:8px}</style> <style>.mega-menu-link,.mega-menu-link:active,.mega-menu-link:hover{color:inherit;text-decoration:inherit}</style> <link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700,800,900%7COpen%20Sans:100,200,300,400,500,600,700,800,900%7CMontserrat:100,200,300,400,500,600,700,800,900%7CRoboto:100,200,300,400,500,600,700,800,900%7CAbel:100,200,300,400,500,600,700,800,900%7CNoto%20Sans%20JP:100,200,300,400,500,600,700,800,900%7CAllerta%20Stencil:100,200,300,400,500,600,700,800,900%7CSaira%20Stencil%20One:100,200,300,400,500,600,700,800,900%7CStardos%20Stencil:100,200,300,400,500,600,700,800,900&display=swap"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/BeCDgNfa.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/bV1oE9z2.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/DPXIZG8F.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/DtoGAyCL.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/BMFQKfxV.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/BLm4CjAn.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/B4NmBDdK.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/D6ruh3lW.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/DrPSK2Ck.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/-bAdByBb.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/CP-Eh_jb.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/Dgm2UJDN.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/5xbF-aMs.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/CPGiX4d0.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/CopHMM1A.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/CloTbYcv.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/DVon7eT9.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/NEhIbHCK.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/CKTk5gfr.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/BgrUfJGo.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/DdxZS4Wv.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/Dxzbedgu.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/z5ugiTOG.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/Dipz0mOK.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/C3e4t58V.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/DpGxo2Of.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/Jvtpekmo.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/CgWiebN7.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/DKeuBCMA.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/DMf_iQbA.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/DBS0nwNO.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/CF2LcoZc.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/C20ktXSW.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/DkSQEk3u.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/DYa7OZHt.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/ByZ9Xc-E.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/DNQ2y-po.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/wwLfBoTf.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/B6Hcl9he.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/O6MmrYhN.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/Bn885P_d.js"> <link as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/Ssc0EgaH.js"> <link rel="icon" href="https://storage.googleapis.com/msgsndr/ZFMpjoMYe2Uslp95eTC2/media/67c93b58ad4fc8a3ce748079.png"> <meta name="title" content="Davao South Regional Football | DSRFA Official Website"> <meta property="og:title" content="Davao South Regional Football | DSRFA Official Website"> <meta name="description" content="Discover how the Davao South Regional Football Association supports football development in Southern Mindanao through events, coaching, and youth programs."> <meta property="og:description" content="Discover how the Davao South Regional Football Association supports football development in Southern Mindanao through events, coaching, and youth programs."> <meta name="author" content="Davao South Regional Football Association"> <meta property="og:author" content="Davao South Regional Football Association"> <meta property="og:type" content="website"> <meta property="twitter:type" content="website"> <script type="module" src="https://stcdn.leadconnectorhq.com/_preview/BeCDgNfa.js" crossorigin></script> <script id="unhead:payload" type="application/json">{"title":""}</script></head><body><div id="__nuxt"><!--[--><!--[--><div class="bgCover bg-fixed"></div><!--[--><!--nuxt-delay-hydration-component--><!--[--><div><!--[--><div><!----><!----><div><div id="nav-menu-popup" style="display:none;" class="hide"><div class="nav-menu-body"><i class="close-menu fas fa-times"></i><ul class="nav-menu"><!--[--><!--]--></ul></div></div></div><!----><!----><div id="preview-container" class="preview-container hl_page-preview--content"><div><!----><!--[--><!--[--><div class="fullSection noBorder radius0 none c-section c-wrapper section-im1ISJ20ge" style="" id="section-im1ISJ20ge"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="row-align-center noBorder radius0 none c-row c-wrapper row-FRb4SadxKk" id="row-FRb4SadxKk"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-Te-WUGaU0C" id="col-Te-WUGaU0C"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="image--9d3fnctPY" class="c-image c-wrapper image--9d3fnctPY"><!----><!----><!----><!----><!----><div style="cursor:pointer;" class="image-container cimage--9d3fnctPY"><div><a style="" href="www.dsrfa.com" target="_self" aria-label="www.dsrfa.com" data-animation-class="buttonRocking"><picture class="hl-image-picture" style="display:block;"><source media="(max-width:900px) and (min-width: 768px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_900/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/67c93b58ad4fc8a3ce748079.png"><source media="(max-width:768px) and (min-width: 640px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_768/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/67c93b58ad4fc8a3ce748079.png"><source media="(max-width:640px) and (min-width: 480px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_640/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/67c93b58ad4fc8a3ce748079.png"><source media="(max-width:480px) and (min-width: 320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_480/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/67c93b58ad4fc8a3ce748079.png"><source media="(max-width:320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_320/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/67c93b58ad4fc8a3ce748079.png"><img src="https://images.leadconnectorhq.com/image/f_webp/q_80/r_1200/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/67c93b58ad4fc8a3ce748079.png" alt="" style="" class="img-none img-border-none img-effects-none buttonRocking hl-optimized mw-100" loading="lazy" data-animation-class=""></picture></a></div></div><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-UjxR45Ly4b" id="col-UjxR45Ly4b"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="heading-yhOU64HFaK" class="c-heading c-wrapper"><!----><!----><!----><div class="heading-yhOU64HFaK text-output cheading-yhOU64HFaK noBorder radius0 none" data-animation-class><div><h1>Davao South Regional Football Association</h1></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-Gtjap9mvxN" id="col-Gtjap9mvxN"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="nav-menu-v2-v3BE1o4wx2" class="c-nav-menu-v2 c-wrapper nav-menu-v2-v3BE1o4wx2"><!----><!----><!----><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><div class="flex relative items-center w-full mega-menu-container menu-layout child-container-parent cnav-menu-v2-v3BE1o4wx2"><div class="w-full flex justify-start items-center menu-layout"><!----><div class="w-full"><div class="nav-menu-v2-v3BE1o4wx2-headline text-output"><div><p></p></div></div></div></div><ul class="nav-menu-ul flex flex-row items-center cart-search-mobile"><!----><!----><li><div class="py-2 pl-15 rounded-sm text-nowrap pointer nav-menu-mobile"><span></span></div></li></ul><ul class="hide-popup nav-menu-ul nav-menu-desktop flex flex-row items-center"><li class="w-full py-4 flex flex-row justify-end x-icon"><div class="w-7 h-7 flex justify-center items-center pointer"><img src="data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%201L1%2013M1%201L13%2013'%20stroke='%23667085'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e" class="w-5 h-5" alt="close"></div></li><!--[--><li id="1" class="nav-spacing-x menu-item"><a aria-label="Home" href="https://dsrfa.com/home-2057" target class="mega-menu-link"><!--[--><div class="menu-item-title-icon-rotate-reverse py-2 px-15 rounded-sm text-nowrap pointer menu-item-title menu-item-title-icon">Home <!----></div><!--]--></a><!----><!----></li><li id="menu-item-s0ijrHRi-K" class="nav-spacing-x menu-item"><a href="#new-menu-item" aria-label="FA History" target class="mega-menu-link"><!--[--><div class="menu-item-title-icon-rotate-reverse py-2 px-15 rounded-sm text-nowrap pointer menu-item-title menu-item-title-icon">FA History <!----></div><!--]--></a><!----><!----></li><li id="2" class="relative nav-spacing-x menu-item"><div class="menu-item-title-icon-rotate-reverse py-2 px-15 rounded-sm text-nowrap pointer menu-item-title menu-item-title-icon">The FA <span></span></div><div class="sub-menu-align submenu"><div class="overflow-hidden min-w-24 itemTarget submenu-content-container"><ul class="nav-menu-ul submenu-column"><!--[--><li><a href="#new-menu-item" aria-label="President" target class="mega-menu-link"><!--[--><div class="py-2 pointer submenu-item text-nowrap">President</div><!--]--></a></li><li><a href="#new-menu-item" aria-label="Admin" target class="mega-menu-link"><!--[--><div class="py-2 pointer submenu-item text-nowrap">Admin</div><!--]--></a></li><li><a href="#new-menu-item" aria-label="Match Officials" target class="mega-menu-link"><!--[--><div class="py-2 pointer submenu-item text-nowrap">Match Officials</div><!--]--></a></li><li><a href="#new-menu-item" aria-label="The Board" target class="mega-menu-link"><!--[--><div class="py-2 pointer submenu-item text-nowrap">The Board</div><!--]--></a></li><li><a href="#new-menu-item" aria-label="The Clubs" target class="mega-menu-link"><!--[--><div class="py-2 pointer submenu-item text-nowrap">The Clubs</div><!--]--></a></li><li><a href="#new-menu-item" aria-label="Membership" target class="mega-menu-link"><!--[--><div class="py-2 pointer submenu-item text-nowrap">Membership</div><!--]--></a></li><!--]--></ul></div></div><!----></li><li id="menu-item-cPrXyh7NW4" class="relative nav-spacing-x menu-item"><div class="menu-item-title-icon-rotate-reverse py-2 px-15 rounded-sm text-nowrap pointer menu-item-title menu-item-title-icon">Coach HUB <span></span></div><div class="sub-menu-align submenu"><div class="overflow-hidden min-w-24 itemTarget submenu-content-container"><ul class="nav-menu-ul submenu-column"><!--[--><li><a href="#new-menu-item" aria-label="Technical Department" target class="mega-menu-link"><!--[--><div class="py-2 pointer submenu-item text-nowrap">Technical Department</div><!--]--></a></li><li><a href="#new-menu-item" aria-label="Coaching Staff" target class="mega-menu-link"><!--[--><div class="py-2 pointer submenu-item text-nowrap">Coaching Staff</div><!--]--></a></li><li><a href="https://sites.google.com/view/drfatd/home" aria-label="Coaches E-Library" target="_blank" rel="noreferrer noopener" class="mega-menu-link"><!--[--><div class="py-2 pointer submenu-item text-nowrap">Coaches E-Library</div><!--]--></a></li><li><a href="https://dsrfa.com/events#section-8ygVeLcXYy" aria-label="Coaching Course" target class="mega-menu-link"><!--[--><div class="py-2 pointer submenu-item text-nowrap">Coaching Course</div><!--]--></a></li><!--]--></ul></div></div><!----></li><li id="menu-item-RhjrXf_juI" class="relative nav-spacing-x menu-item"><div class="menu-item-title-icon-rotate-reverse py-2 px-15 rounded-sm text-nowrap pointer menu-item-title menu-item-title-icon">Teams <span></span></div><div class="sub-menu-align submenu"><div class="overflow-hidden min-w-24 itemTarget submenu-content-container"><ul class="nav-menu-ul submenu-column"><!--[--><li><a href="#new-menu-item" aria-label="Womens" target class="mega-menu-link"><!--[--><div class="py-2 pointer submenu-item text-nowrap">Womens</div><!--]--></a></li><li><a href="#new-menu-item" aria-label="Mens" target class="mega-menu-link"><!--[--><div class="py-2 pointer submenu-item text-nowrap">Mens</div><!--]--></a></li><!--]--></ul></div></div><!----></li><li id="menu-item-cArO90cCVL" class="relative nav-spacing-x menu-item"><div class="menu-item-title-icon-rotate-reverse py-2 px-15 rounded-sm text-nowrap pointer menu-item-title menu-item-title-icon">Futsal <span></span></div><div class="sub-menu-align submenu"><div class="overflow-hidden min-w-24 itemTarget submenu-content-container"><ul class="nav-menu-ul submenu-column"><!--[--><li><a href="#new-menu-item" aria-label="Womens Futsal" target class="mega-menu-link"><!--[--><div class="py-2 pointer submenu-item text-nowrap">Womens Futsal</div><!--]--></a></li><li><a href="#new-menu-item" aria-label="Mens Futsal" target class="mega-menu-link"><!--[--><div class="py-2 pointer submenu-item text-nowrap">Mens Futsal</div><!--]--></a></li><!--]--></ul></div></div><!----></li><li id="menu-item-y-CV4jhV6I" class="relative nav-spacing-x menu-item"><div class="menu-item-title-icon-rotate-reverse py-2 px-15 rounded-sm text-nowrap pointer menu-item-title menu-item-title-icon">Academy <span></span></div><div class="sub-menu-align submenu"><div class="overflow-hidden min-w-24 itemTarget submenu-content-container"><ul class="nav-menu-ul submenu-column"><!--[--><li><a href="#new-menu-item" aria-label="Girls" target class="mega-menu-link"><!--[--><div class="py-2 pointer submenu-item text-nowrap">Girls</div><!--]--></a></li><li><a href="#new-menu-item" aria-label="Boys" target class="mega-menu-link"><!--[--><div class="py-2 pointer submenu-item text-nowrap">Boys</div><!--]--></a></li><!--]--></ul></div></div><!----></li><li id="menu-item-L2u5bem6lY" class="nav-spacing-x menu-item"><a href="https://dsrfa.com/#section-Rbzx-we6pl" aria-label="News" target class="mega-menu-link"><!--[--><div class="menu-item-title-icon-rotate-reverse py-2 px-15 rounded-sm text-nowrap pointer menu-item-title menu-item-title-icon">News <!----></div><!--]--></a><!----><!----></li><li id="menu-item-cY5iSOFc-S" class="nav-spacing-x menu-item"><a aria-label="Events" href="https://dsrfa.com/events" target class="mega-menu-link"><!--[--><div class="menu-item-title-icon-rotate-reverse py-2 px-15 rounded-sm text-nowrap pointer menu-item-title menu-item-title-icon">Events <!----></div><!--]--></a><!----><!----></li><li id="3" class="nav-spacing-x menu-item"><a aria-label="Contact" href="https://dsrfa.com/contact" target class="mega-menu-link"><!--[--><div class="menu-item-title-icon-rotate-reverse py-2 px-15 rounded-sm text-nowrap pointer menu-item-title menu-item-title-icon">Contact <!----></div><!--]--></a><!----><!----></li><li id="menu-item-Xou1F5RA4T" class="nav-spacing-x menu-item"><a href="https://privateemail.com/" aria-label="Login" target="_blank" rel="noreferrer noopener" class="mega-menu-link"><!--[--><div class="menu-item-title-icon-rotate-reverse py-2 px-15 rounded-sm text-nowrap pointer menu-item-title menu-item-title-icon">Login <!----></div><!--]--></a><!----><!----></li><!--]--><!----><!----><!----></ul></div><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="fullSection noBorder radius0 none c-section c-wrapper section-WL2aE9W1vL" style="" id="section-WL2aE9W1vL"><!--[--><!----><div class="bg bgCover bg-section-WL2aE9W1vL none" style="border-radius:-2px;position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;"></div><!--]--><!----><div class="inner"><!----><!--[--><!--[--><div class="row-align-center noBorder radius0 none c-row c-wrapper row-isCj8FcXnG" id="row-isCj8FcXnG"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-TlFrtryi0d" id="col-TlFrtryi0d"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="image-T9U_jwRo0u" class="c-image c-wrapper image-T9U_jwRo0u"><!----><!----><!----><!----><!----><div style="cursor:default;" class="image-container cimage-T9U_jwRo0u"><div><div><picture class="hl-image-picture" style="display:block;"><source media="(max-width:900px) and (min-width: 768px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_900/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/67c93b58ad4fc8a3ce748079.png"><source media="(max-width:768px) and (min-width: 640px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_768/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/67c93b58ad4fc8a3ce748079.png"><source media="(max-width:640px) and (min-width: 480px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_640/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/67c93b58ad4fc8a3ce748079.png"><source media="(max-width:480px) and (min-width: 320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_480/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/67c93b58ad4fc8a3ce748079.png"><source media="(max-width:320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_320/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/67c93b58ad4fc8a3ce748079.png"><img src="https://images.leadconnectorhq.com/image/f_webp/q_80/r_1200/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/67c93b58ad4fc8a3ce748079.png" alt="" style="" class="img-none img-border-none img-effects-none hl-optimized mw-100" loading="lazy" data-animation-class="animate__animated animate__zoomIn"></picture></div></div></div><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-Q-uOJb6Fcy" id="col-Q-uOJb6Fcy"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="image-feature-sbcBNSSwU8" class="c-image-feature c-wrapper image-feature-sbcBNSSwU8"><!----><!----><!----><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><div class="img-feature-container feature-img-left feature-cols-80-20 cimage-feature-sbcBNSSwU8 feature-cols-80-20 feature-img-left"><div class="img-container text-center"><div style="cursor:default;" class="image-container"><div><div><picture class="hl-image-picture" style="display:block;"><source media="(max-width:900px) and (min-width: 768px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_900/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e0e2b532204eaaf04754a.jpeg"><source media="(max-width:768px) and (min-width: 640px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_768/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e0e2b532204eaaf04754a.jpeg"><source media="(max-width:640px) and (min-width: 480px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_640/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e0e2b532204eaaf04754a.jpeg"><source media="(max-width:480px) and (min-width: 320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_480/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e0e2b532204eaaf04754a.jpeg"><source media="(max-width:320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_320/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e0e2b532204eaaf04754a.jpeg"><img src="https://images.leadconnectorhq.com/image/f_webp/q_80/r_1200/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e0e2b532204eaaf04754a.jpeg" alt="Image" style="object-fit:unset;" class="feature-cols-80-20 feature-img-left img-shadow-none img-round-corners img-border-none img-effects-none hl-optimized mw-100" loading="lazy" data-animation-class=""></picture></div></div></div></div><div class="txt-container"><div class="image-feature-sbcBNSSwU8-headline text-output featureHeadline"><div><p>Last Chance: PFF/DRFA D Certificate Course - Davao Del SurDon't miss out!</p></div></div><div class="image-feature-sbcBNSSwU8-text text-output featureText"><div><p>The PFF/DRFA D Certificate Course is happening in Davao Del Sur from June 3-7, 2025. This is a prerequisite for the AFC C License. </p><p></p><p>Limited slots remaining! Register now: [<a target="_blank" rel="noopener noreferrer nofollow" href="https://forms.gle/b1MXcwpYcQZhELwS8">REGISTRATION FORM LINK HERE</a>].</p><p></p><p>Course Details:</p><p><br>Location: Davao Sugar Central Corporation , Hagonoy, Davao del Sur, Davao Region<em><span style="font-family: Noto\ Sans\ JP"> </span></em><a target="_self" rel="noopener noreferrer" href="https://dsrfa.com/news#section-VrGA15vSTY"><em><span style="font-family: Noto\ Sans\ JP">(more details)</span></em></a></p></div></div></div></div><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="row-align-center noBorder radius0 none c-row c-wrapper row-WLFM-llz3f" id="row-WLFM-llz3f"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-WLa2_0B37y" id="col-WLa2_0B37y"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="image-274PxmcKAW" class="c-image c-wrapper image-274PxmcKAW"><!----><!----><!----><!----><!----><div style="cursor:default;" class="image-container cimage-274PxmcKAW"><div><div><picture class="hl-image-picture" style="display:block;"><source media="(max-width:900px) and (min-width: 768px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_900/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e287baba8ff10a63fe4d2.png"><source media="(max-width:768px) and (min-width: 640px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_768/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e287baba8ff10a63fe4d2.png"><source media="(max-width:640px) and (min-width: 480px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_640/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e287baba8ff10a63fe4d2.png"><source media="(max-width:480px) and (min-width: 320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_480/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e287baba8ff10a63fe4d2.png"><source media="(max-width:320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_320/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e287baba8ff10a63fe4d2.png"><img src="https://images.leadconnectorhq.com/image/f_webp/q_80/r_1200/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e287baba8ff10a63fe4d2.png" alt="" style="" class="img-none img-border-none img-effects-none hl-optimized mw-100" loading="lazy" data-animation-class="animate__animated animate__slideInUp"></picture></div></div></div><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-PRh7Ezk-Hq" id="col-PRh7Ezk-Hq"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="custom-code-qoYAWSbR60" class="c-custom-code c-wrapper custom-code-qoYAWSbR60"><!----><!----><!----><!----><!----><!----><!----><span></span><div id="custom-code-qoYAWSbR60" class="custom-code-container ccustom-code-qoYAWSbR60"><div style="width: 100%; overflow: hidden; background-color: transparent;"> <div style="position: relative; left: 100%; animation: scroll-message 29.25s linear infinite; white-space: nowrap; display: flex; align-items: center;"> <span style="color: #FFB000; font-size: 35px; font-family: 'Roboto', sans-serif; padding-left: 20px; padding-right: 20px; text-shadow: 0 4px 6px rgba(255, 255, 255, 0.4), 0 0 8px rgba(255, 176, 0, 0.7); /* Bottom white shadow and subtle glow */ "> <span style="opacity: 0.3; margin-right: 10px;">...</span> DRFA website is still under construction, but some sections are already working! Explore the links. <span style="opacity: 0.3; margin-left: 10px;">...</span> </span> </div> </div> <style> @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap'); @keyframes scroll-message { 0% { left: 100%; } 100% { left: -100%; } } </style> </div><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-qkjzBShX8_" id="col-qkjzBShX8_"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="image-0IGjyBT0H8" class="c-image c-wrapper image-0IGjyBT0H8"><!----><!----><!----><!----><!----><div style="cursor:default;" class="image-container cimage-0IGjyBT0H8"><div><div><picture class="hl-image-picture" style="display:block;"><source media="(max-width:900px) and (min-width: 768px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_900/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e287baba8ff10a63fe4d2.png"><source media="(max-width:768px) and (min-width: 640px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_768/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e287baba8ff10a63fe4d2.png"><source media="(max-width:640px) and (min-width: 480px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_640/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e287baba8ff10a63fe4d2.png"><source media="(max-width:480px) and (min-width: 320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_480/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e287baba8ff10a63fe4d2.png"><source media="(max-width:320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_320/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e287baba8ff10a63fe4d2.png"><img src="https://images.leadconnectorhq.com/image/f_webp/q_80/r_1200/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e287baba8ff10a63fe4d2.png" alt="" style="" class="img-none img-border-none img-effects-none hl-optimized mw-100" loading="lazy" data-animation-class="animate__animated animate__slideInUp"></picture></div></div></div><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="fullSection noBorder radius0 none c-section c-wrapper section-9-rvY01YWw" style="" id="section-9-rvY01YWw"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="row-align-center noBorder radius0 none c-row c-wrapper row-N0nCsJSQZn" id="row-N0nCsJSQZn"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="borderFull radius15 cornersTop c-column c-wrapper col-60KTzkTDdc" id="col-60KTzkTDdc"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="heading-j9mOxFah1K" class="c-heading c-wrapper"><!----><!----><!----><div class="heading-j9mOxFah1K text-output cheading-j9mOxFah1K noBorder radius0 none" data-animation-class><div><h1>Calendar and Events</h1></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="button-li2lENqrU_" class="c-button c-wrapper button-li2lENqrU_"><!----><!----><!----><!----><!----><!----><!--[--><a id="button-li2lENqrU__btn" href="https://dsrfa.com/events" target="" data-animation-class="buttonPulseGlow" class="cbutton-li2lENqrU_ custom btn-vp btn-hp borderFull radius10 none buttonPulseGlow btnshadow text-center" aria-label="Check Here "><span style="" class="main-heading-group"><span style="margin-right:5px;" class="button-icon-start"></span><span class="main-heading-button">Check Here</span><span style="margin-left:5px;" class="button-icon-end"></span></span><!----></a><!----><!----><div><!----></div><!----><!----><!--]--><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="sub-heading-E4g_ES3vE3" class="c-sub-heading c-wrapper"><!----><!----><!----><div class="sub-heading-E4g_ES3vE3 text-output csub-heading-E4g_ES3vE3 noBorder radius0 none" data-animation-class><div><h2>Clubs & Organizers: Share your upcoming football tournaments and events on our calendar! Submit your info now! email us <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="9af3f4fcf5dafee9e8fcfbb4f9f5f7">[email protected]</a></h2></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="button-gEDsJsIB8q" class="c-button c-wrapper button-gEDsJsIB8q"><!----><!----><!----><!----><!----><!----><!--[--><a id="button-gEDsJsIB8q_btn" href="https://forms.gle/ADku7CSMe5fR5rUs5" target="_blank" rel="noreferrer noopener" data-animation-class="buttonPulseGlow" class="cbutton-O6CatCAzQj custom btn-vp btn-hp borderFull radius50 none buttonPulseGlow btnshadow text-center" aria-label="Send Request "><span style="" class="main-heading-group"><span style="margin-right:5px;" class="button-icon-start"></span><span class="main-heading-button">Send Request</span><span style="margin-left:5px;" class="button-icon-end"></span></span><!----></a><!----><!----><div><!----></div><!----><!----><!--]--><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-5_ouhG64S7" id="col-5_ouhG64S7"><!----><!----><div class="vertical inner"><div class="empty-slot"><div class="empty-component-wrapper"><div class="empty-component-min-height"></div></div></div><!--[--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-szggOSbEjf" id="col-szggOSbEjf"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><!----><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-TzWA0zvnpf" id="col-TzWA0zvnpf"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><!----><!--]--><!--[--><!----><!--]--><!--[--><!----><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-E10SZwl1Hc" id="col-E10SZwl1Hc"><!----><!----><div class="vertical inner"><div class="empty-slot"><div class="empty-component-wrapper"><div class="empty-component-min-height"></div></div></div><!--[--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="uefabg enlargeimg fullSection noBorder radius0 none c-section c-wrapper section-DQgBl43NG7" style="" id="section-DQgBl43NG7"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="row-align-center noBorder radius0 none c-row c-wrapper row-l2ZIqDcqpC" id="row-l2ZIqDcqpC"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="borderFull radius15 cornersTop c-column c-wrapper col-TWUMSTvo9q" id="col-TWUMSTvo9q"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="heading-S5pF_Q6wPF" class="c-heading c-wrapper"><!----><!----><!----><div class="heading-S5pF_Q6wPF text-output cheading-S5pF_Q6wPF noBorder radius0 none" data-animation-class><div><p><span style="font-family: Allerta\ Stencil">UEFA FINALS FEVER! The CHAMPIONS will Crowned!</span></p></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="sub-heading-R11B0etw9z" class="c-sub-heading c-wrapper"><!----><!----><!----><div class="sub-heading-R11B0etw9z text-output csub-heading-R11B0etw9z noBorder radius0 none" data-animation-class><div><h2><span style="font-family: Roboto">Davao Football Fans, Get Ready for the UEFA Finals Fever! Witness Europe's best battle for the ultimate club glory! </span></h2></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="enlargeimg row-align-center noBorder radius0 none c-row c-wrapper row-MNp-ZDWy0v" id="row-MNp-ZDWy0v"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-Y6ycqd78tL" id="col-Y6ycqd78tL"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="image-fGvbntnhXf" class="c-image c-wrapper image-fGvbntnhXf"><!----><!----><!----><!----><!----><div style="cursor:default;" class="image-container cimage-fGvbntnhXf"><div><div><picture class="hl-image-picture" style="display:block;"><source media="(max-width:900px) and (min-width: 768px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_900/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e2151b4903b3bf9ce419b.png"><source media="(max-width:768px) and (min-width: 640px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_768/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e2151b4903b3bf9ce419b.png"><source media="(max-width:640px) and (min-width: 480px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_640/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e2151b4903b3bf9ce419b.png"><source media="(max-width:480px) and (min-width: 320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_480/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e2151b4903b3bf9ce419b.png"><source media="(max-width:320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_320/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e2151b4903b3bf9ce419b.png"><img src="https://images.leadconnectorhq.com/image/f_webp/q_80/r_1200/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e2151b4903b3bf9ce419b.png" alt="" style="" class="img-none image-white-border img-effects-none hl-optimized mw-100" loading="lazy" data-animation-class=""></picture></div></div></div><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="sub-heading-ncqJBSL7zK" class="c-sub-heading c-wrapper"><!----><!----><!----><div class="sub-heading-ncqJBSL7zK text-output csub-heading-ncqJBSL7zK noBorder radius0 none" data-animation-class><div><h2><span style="font-family: Allerta\ Stencil">UEFA CHAMPIONS LEAGUE</span></h2></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-dbZQvyUngp" id="col-dbZQvyUngp"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="image-MQLUdHTfPt" class="c-image c-wrapper image-MQLUdHTfPt"><!----><!----><!----><!----><!----><div style="cursor:default;" class="image-container cimage-MQLUdHTfPt"><div><div><picture class="hl-image-picture" style="display:block;"><source media="(max-width:900px) and (min-width: 768px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_900/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e2152b4903b0699ce419c.png"><source media="(max-width:768px) and (min-width: 640px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_768/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e2152b4903b0699ce419c.png"><source media="(max-width:640px) and (min-width: 480px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_640/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e2152b4903b0699ce419c.png"><source media="(max-width:480px) and (min-width: 320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_480/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e2152b4903b0699ce419c.png"><source media="(max-width:320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_320/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e2152b4903b0699ce419c.png"><img src="https://images.leadconnectorhq.com/image/f_webp/q_80/r_1200/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e2152b4903b0699ce419c.png" alt="" style="" class="img-none image-dark-border img-effects-none hl-optimized mw-100" loading="lazy" data-animation-class=""></picture></div></div></div><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="sub-heading-RUX6cdOg8A" class="c-sub-heading c-wrapper"><!----><!----><!----><div class="sub-heading-RUX6cdOg8A text-output csub-heading-RUX6cdOg8A noBorder radius0 none" data-animation-class><div><h2><span style="font-family: Allerta\ Stencil">UEFA EUROPA </span></h2><h2><span style="font-family: Allerta\ Stencil">LEAGUE</span></h2></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-CqlaDMho0K" id="col-CqlaDMho0K"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="image-rfAkPmEqmo" class="c-image c-wrapper image-rfAkPmEqmo"><!----><!----><!----><!----><!----><div style="cursor:default;" class="image-container cimage-rfAkPmEqmo"><div><div><picture class="hl-image-picture" style="display:block;"><source media="(max-width:900px) and (min-width: 768px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_900/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e2153c751293c2d4c003e.png"><source media="(max-width:768px) and (min-width: 640px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_768/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e2153c751293c2d4c003e.png"><source media="(max-width:640px) and (min-width: 480px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_640/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e2153c751293c2d4c003e.png"><source media="(max-width:480px) and (min-width: 320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_480/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e2153c751293c2d4c003e.png"><source media="(max-width:320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_320/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e2153c751293c2d4c003e.png"><img src="https://images.leadconnectorhq.com/image/f_webp/q_80/r_1200/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e2153c751293c2d4c003e.png" alt="" style="" class="img-none image-dark-border img-effects-none hl-optimized mw-100" loading="lazy" data-animation-class=""></picture></div></div></div><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="sub-heading-R6Z69zii8v" class="c-sub-heading c-wrapper"><!----><!----><!----><div class="sub-heading-R6Z69zii8v text-output csub-heading-R6Z69zii8v noBorder radius0 none" data-animation-class><div><h2><span style="font-family: Allerta\ Stencil">UEFA CONFERENCE LEAGUE</span></h2></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-QK9gkzCzlS" id="col-QK9gkzCzlS"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="image-7w3TZRiWlN" class="c-image c-wrapper image-7w3TZRiWlN"><!----><!----><!----><!----><!----><div style="cursor:default;" class="image-container cimage-7w3TZRiWlN"><div><div><picture class="hl-image-picture" style="display:block;"><source media="(max-width:900px) and (min-width: 768px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_900/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e2151532204eff904966c.png"><source media="(max-width:768px) and (min-width: 640px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_768/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e2151532204eff904966c.png"><source media="(max-width:640px) and (min-width: 480px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_640/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e2151532204eff904966c.png"><source media="(max-width:480px) and (min-width: 320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_480/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e2151532204eff904966c.png"><source media="(max-width:320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_320/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e2151532204eff904966c.png"><img src="https://images.leadconnectorhq.com/image/f_webp/q_80/r_1200/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e2151532204eff904966c.png" alt="" style="" class="img-none image-white-border img-effects-none hl-optimized mw-100" loading="lazy" data-animation-class=""></picture></div></div></div><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="sub-heading-t1LsNWKgmK" class="c-sub-heading c-wrapper"><!----><!----><!----><div class="sub-heading-t1LsNWKgmK text-output csub-heading-t1LsNWKgmK noBorder radius0 none" data-animation-class><div><h2><span style="font-family: Allerta\ Stencil">WOMENS UEFA CHAMPIONS LEAGUE</span></h2></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="fullSection noBorder radius0 none c-section c-wrapper section-Rbzx-we6pl" style="" id="section-Rbzx-we6pl"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="row-align-center noBorder radius0 none c-row c-wrapper row-lexBYm_Mjc" id="row-lexBYm_Mjc"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-v32x6VucVP" id="col-v32x6VucVP"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="heading-zstKA8Dy35" class="c-heading c-wrapper"><!----><!----><!----><div class="heading-zstKA8Dy35 text-output cheading-zstKA8Dy35 noBorder radius0 none" data-animation-class><div><h1>TODAY ON DRFA</h1></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="divider-x7rAmKxz0N" class="c-divider c-wrapper dividerContainer divider-x7rAmKxz0N"><!----><!----><!----><!----><!----><!----><!----><span></span><!----><!----><!----><!----><div id="divider-x7rAmKxz0N-divider-inner" class="cdivider-x7rAmKxz0N"><div class="divider-element"></div></div><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="row-align-center noBorder radius0 none c-row c-wrapper row-Va2IU_Y3Bo" id="row-Va2IU_Y3Bo"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-mb_m6rPGEd" id="col-mb_m6rPGEd"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="image-feature-SS7K-cUVCb" class="c-image-feature c-wrapper image-feature-SS7K-cUVCb"><!----><!----><!----><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><div class="img-feature-container feature-img-left feature-cols-80-20 cimage-feature-SS7K-cUVCb feature-cols-80-20 feature-img-left"><div class="img-container text-center"><div style="cursor:default;" class="image-container"><div><div><picture class="hl-image-picture" style="display:block;"><source media="(max-width:900px) and (min-width: 768px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_900/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e0e2b532204eaaf04754a.jpeg"><source media="(max-width:768px) and (min-width: 640px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_768/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e0e2b532204eaaf04754a.jpeg"><source media="(max-width:640px) and (min-width: 480px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_640/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e0e2b532204eaaf04754a.jpeg"><source media="(max-width:480px) and (min-width: 320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_480/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e0e2b532204eaaf04754a.jpeg"><source media="(max-width:320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_320/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e0e2b532204eaaf04754a.jpeg"><img src="https://images.leadconnectorhq.com/image/f_webp/q_80/r_1200/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681e0e2b532204eaaf04754a.jpeg" alt="Image" style="object-fit:unset;" class="feature-cols-80-20 feature-img-left img-shadow-none img-round-corners img-border-none img-effects-none hl-optimized mw-100" loading="lazy" data-animation-class=""></picture></div></div></div></div><div class="txt-container"><div class="image-feature-SS7K-cUVCb-headline text-output featureHeadline"><div><h2>Unlock Your Coaching Potential with the PFF D Course in Davao del Sur!</h2></div></div><div class="image-feature-SS7K-cUVCb-text text-output featureText"><div><p><strong>PFF and DRFA Present: D Certificate Course (June 3-7, Davao Del Sur)</strong></p><p></p><p>The Philippine Football Federation (PFF) and the Davao-South Regional Football Association (DRFA) are bringing the PFF D Course to Davao del Sur from June 3 to June 7, 2025! This is a fantastic opportunity for aspiring and current football coaches in our region to enhance their knowledge and skills.</p><p></p><p><br>Course Details:</p><p><br>Location: Davao Sugar Central Corporation , Hagonoy, Davao del Sur, Davao Region<em><span style="font-family: Noto\ Sans\ JP"> </span></em><a target="_self" rel="noopener noreferrer" href="https://dsrfa.com/news#section-VrGA15vSTY"><em><span style="font-family: Noto\ Sans\ JP">(more details)</span></em></a></p></div></div></div></div><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="divider-J7H9qhfs41" class="c-divider c-wrapper dividerContainer divider-J7H9qhfs41"><!----><!----><!----><!----><!----><!----><!----><span></span><!----><!----><!----><!----><div id="divider-J7H9qhfs41-divider-inner" class="cdivider-J7H9qhfs41"><div class="divider-element"></div></div><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="imghover-zoom row-align-center noBorder radius0 none c-row c-wrapper row-tJB43bMCOc" id="row-tJB43bMCOc"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-Yhj-PSsPt0" id="col-Yhj-PSsPt0"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="image-YHy_X-cESa" class="c-image c-wrapper image-YHy_X-cESa"><!----><!----><!----><!----><!----><div style="cursor:default;" class="image-container cimage-YHy_X-cESa"><div><div><picture class="hl-image-picture" style="display:block;"><source media="(max-width:900px) and (min-width: 768px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_900/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681bceefe17a08806a285caa.jpeg"><source media="(max-width:768px) and (min-width: 640px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_768/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681bceefe17a08806a285caa.jpeg"><source media="(max-width:640px) and (min-width: 480px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_640/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681bceefe17a08806a285caa.jpeg"><source media="(max-width:480px) and (min-width: 320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_480/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681bceefe17a08806a285caa.jpeg"><source media="(max-width:320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_320/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681bceefe17a08806a285caa.jpeg"><img src="https://images.leadconnectorhq.com/image/f_webp/q_80/r_1200/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681bceefe17a08806a285caa.jpeg" alt="Image" style="" class="img-none img-border-none img-effects-none hl-optimized mw-100" loading="lazy" data-animation-class=""></picture></div></div></div><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="sub-heading-FBadSN6dDF" class="c-sub-heading c-wrapper"><!----><!----><!----><div class="sub-heading-FBadSN6dDF text-output csub-heading-FBadSN6dDF noBorder radius0 none" data-animation-class><div><h2><strong>The AFC "C" Diploma Coaching Course in Panabo City - A Success</strong>!</h2></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="paragraph-kiMGU8cq4Z" class="c-paragraph c-wrapper"><!----><!----><!----><div class="paragraph-kiMGU8cq4Z text-output cparagraph-kiMGU8cq4Z noBorder radius0 none buttonRocking" data-animation-class="buttonRocking"><div><p><a target="_self" rel="noopener noreferrer" href="https://dsrfa.com/news#section-VrGA15vSTY">More Details</a></p></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-88h8RAPsil" id="col-88h8RAPsil"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="image-E_tV_aSlnC" class="c-image c-wrapper image-E_tV_aSlnC"><!----><!----><!----><!----><!----><div style="cursor:default;" class="image-container cimage-E_tV_aSlnC"><div><div><picture class="hl-image-picture" style="display:block;"><source media="(max-width:900px) and (min-width: 768px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_900/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681bceef58e749b4428dde01.jpeg"><source media="(max-width:768px) and (min-width: 640px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_768/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681bceef58e749b4428dde01.jpeg"><source media="(max-width:640px) and (min-width: 480px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_640/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681bceef58e749b4428dde01.jpeg"><source media="(max-width:480px) and (min-width: 320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_480/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681bceef58e749b4428dde01.jpeg"><source media="(max-width:320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_320/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681bceef58e749b4428dde01.jpeg"><img src="https://images.leadconnectorhq.com/image/f_webp/q_80/r_1200/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681bceef58e749b4428dde01.jpeg" alt="Image" style="" class="img-none img-border-none img-effects-none hl-optimized mw-100" loading="lazy" data-animation-class=""></picture></div></div></div><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="sub-heading-PBeL_WJksk" class="c-sub-heading c-wrapper"><!----><!----><!----><div class="sub-heading-PBeL_WJksk text-output csub-heading-PBeL_WJksk noBorder radius0 none" data-animation-class><div><h2><strong>Successful PFF 'D' Coaching Course Concludes in Davao City</strong></h2></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="paragraph-rLksPXTCBg" class="c-paragraph c-wrapper"><!----><!----><!----><div class="paragraph-rLksPXTCBg text-output cparagraph-rLksPXTCBg noBorder radius0 none buttonRocking" data-animation-class="buttonRocking"><div><p><a target="_self" rel="noopener noreferrer" href="https://dsrfa.com/news#section-P_f61B7RLZ">More Details</a></p></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-YEZbAFoJ7t" id="col-YEZbAFoJ7t"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="image-55jTgaTzHx" class="c-image c-wrapper image-55jTgaTzHx"><!----><!----><!----><!----><!----><div style="cursor:default;" class="image-container cimage-55jTgaTzHx"><div><div><picture class="hl-image-picture" style="display:block;"><source media="(max-width:900px) and (min-width: 768px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_900/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681be35c7fc2d20826225ab6.jpeg"><source media="(max-width:768px) and (min-width: 640px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_768/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681be35c7fc2d20826225ab6.jpeg"><source media="(max-width:640px) and (min-width: 480px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_640/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681be35c7fc2d20826225ab6.jpeg"><source media="(max-width:480px) and (min-width: 320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_480/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681be35c7fc2d20826225ab6.jpeg"><source media="(max-width:320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_320/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681be35c7fc2d20826225ab6.jpeg"><img src="https://images.leadconnectorhq.com/image/f_webp/q_80/r_1200/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681be35c7fc2d20826225ab6.jpeg" alt="Image" style="" class="img-none img-border-none img-effects-none hl-optimized mw-100" loading="lazy" data-animation-class=""></picture></div></div></div><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="sub-heading-Knr9dEPYMA" class="c-sub-heading c-wrapper"><!----><!----><!----><div class="sub-heading-Knr9dEPYMA text-output csub-heading-Knr9dEPYMA noBorder radius0 none" data-animation-class><div><h2><strong>Mark Your Calendars! The 7th Black Knights FC Tournament is Coming to Davao City!</strong></h2></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="paragraph-GaJNiESoab" class="c-paragraph c-wrapper"><!----><!----><!----><div class="paragraph-GaJNiESoab text-output cparagraph-GaJNiESoab noBorder radius0 none buttonRocking" data-animation-class="buttonRocking"><div><p><a target="_self" rel="noopener noreferrer" href="https://dsrfa.com/news#section-HqAYwCk4xp">More Details</a></p></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-DaPOcRANak" id="col-DaPOcRANak"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="image-PkJOSiE5hT" class="c-image c-wrapper image-PkJOSiE5hT"><!----><!----><!----><!----><!----><div style="cursor:default;" class="image-container cimage-PkJOSiE5hT"><div><div><picture class="hl-image-picture" style="display:block;"><source media="(max-width:900px) and (min-width: 768px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_900/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681be36558e74959f38e0043.jpeg"><source media="(max-width:768px) and (min-width: 640px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_768/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681be36558e74959f38e0043.jpeg"><source media="(max-width:640px) and (min-width: 480px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_640/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681be36558e74959f38e0043.jpeg"><source media="(max-width:480px) and (min-width: 320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_480/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681be36558e74959f38e0043.jpeg"><source media="(max-width:320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_320/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681be36558e74959f38e0043.jpeg"><img src="https://images.leadconnectorhq.com/image/f_webp/q_80/r_1200/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/681be36558e74959f38e0043.jpeg" alt="Image" style="" class="img-none img-border-none img-effects-none hl-optimized mw-100" loading="lazy" data-animation-class=""></picture></div></div></div><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="sub-heading-8DB1GNG2aQ" class="c-sub-heading c-wrapper"><!----><!----><!----><div class="sub-heading-8DB1GNG2aQ text-output csub-heading-8DB1GNG2aQ noBorder radius0 none" data-animation-class><div><h2><strong>Gear Up for the JCI Greater Davao 1st Greater Football Tournament!</strong></h2></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="paragraph-8zEI2VAgbB" class="c-paragraph c-wrapper"><!----><!----><!----><div class="paragraph-8zEI2VAgbB text-output cparagraph-8zEI2VAgbB noBorder radius0 none buttonRocking" data-animation-class="buttonRocking"><div><p><a target="_self" rel="noopener noreferrer" href="https://dsrfa.com/news#section-P_f61B7RLZ">More Details</a></p></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="row-align-center noBorder radius0 none c-row c-wrapper row-Z37dr9g8tH" id="row-Z37dr9g8tH"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-17M1Qk0CoT" id="col-17M1Qk0CoT"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="divider-Ocr--2tfVs" class="c-divider c-wrapper dividerContainer divider-Ocr--2tfVs"><!----><!----><!----><!----><!----><!----><!----><span></span><!----><!----><!----><!----><div id="divider-Ocr--2tfVs-divider-inner" class="cdivider-Ocr--2tfVs"><div class="divider-element"></div></div><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="sub-heading-p2OyFlEgr9" class="c-sub-heading c-wrapper"><!----><!----><!----><div class="sub-heading-p2OyFlEgr9 text-output csub-heading-p2OyFlEgr9 noBorder radius0 none" data-animation-class><div><h2><strong>Get all the details on the latest football news and events! Visit our NEWS page here!</strong></h2></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="button-PALp5lUxqA" class="c-button c-wrapper button-PALp5lUxqA"><!----><!----><!----><!----><!----><!----><!--[--><a id="button-PALp5lUxqA_btn" href="https://dsrfa.com/news" target="" data-animation-class="buttonBounce" class="cbutton-ZSnyuh5E5i custom btn-vp btn-hp borderFull radius50 none buttonBounce btnshadow text-center" aria-label="NEWS! "><span style="" class="main-heading-group"><span style="margin-right:5px;" class="button-icon-start"></span><span class="main-heading-button">NEWS!</span><span style="margin-left:5px;" class="button-icon-end"></span></span><!----></a><!----><!----><div><!----></div><!----><!----><!--]--><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="fullSection noBorder radius0 none c-section c-wrapper section-p76nKKfFt1" style="" id="section-p76nKKfFt1"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="row-align-center noBorder radius0 none c-row c-wrapper row-4Lrmi5-95r" id="row-4Lrmi5-95r"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-q82ngu-P80" id="col-q82ngu-P80"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="image-VvHUFk1zhI" class="c-image c-wrapper image-VvHUFk1zhI"><!----><!----><!----><!----><!----><div style="cursor:default;" class="image-container cimage-VvHUFk1zhI"><div><div><picture class="hl-image-picture" style="display:block;"><source media="(max-width:900px) and (min-width: 768px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_900/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/67c93b58ad4fc8a3ce748079.png"><source media="(max-width:768px) and (min-width: 640px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_768/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/67c93b58ad4fc8a3ce748079.png"><source media="(max-width:640px) and (min-width: 480px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_640/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/67c93b58ad4fc8a3ce748079.png"><source media="(max-width:480px) and (min-width: 320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_480/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/67c93b58ad4fc8a3ce748079.png"><source media="(max-width:320px)" srcset="https://images.leadconnectorhq.com/image/f_webp/q_80/r_320/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/67c93b58ad4fc8a3ce748079.png"><img src="https://images.leadconnectorhq.com/image/f_webp/q_80/r_1200/u_https://assets.cdn.filesafe.space/ZFMpjoMYe2Uslp95eTC2/media/67c93b58ad4fc8a3ce748079.png" alt="" style="" class="img-none img-border-none img-effects-none hl-optimized mw-100" loading="lazy" data-animation-class=""></picture></div></div></div><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><!----><!--]--><!--[--><!----><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-dcWncoN_93" id="col-dcWncoN_93"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="sub-heading-AfF1xCgudZ" class="c-sub-heading c-wrapper"><!----><!----><!----><div class="sub-heading-AfF1xCgudZ text-output csub-heading-AfF1xCgudZ noBorder radius0 none" data-animation-class><div><h2>COMPANY</h2></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="button-rlFKBrpFp7" class="c-button c-wrapper button-rlFKBrpFp7"><!----><!----><!----><!----><!----><!----><!--[--><!----><!----><button data-animation-class="" id="button-rlFKBrpFp7_btn" style="" class="cbutton-rlFKBrpFp7 custom btn-vp btn-hp noBorder radius0 none" aria-label="ABOUT US "><div style="" class="main-heading-group"><div class="button-icon-start"></div><div class="main-heading-button">ABOUT US</div><div class="button-icon-end"></div></div><!----><div style="display:none;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);" class="btn-loader-position"><div style="display:none;" class="v-spinner"><div class="v-moon v-moon1" style="height:30px;width:30px;border-radius:100%;"><div class="v-moon v-moon2" style="height:4.285714285714286px;width:4.285714285714286px;border-radius:100%;top:12.857142857142858px;background-color:rgb(255, 255, 255);"></div><div class="v-moon v-moon3" style="height:30px;width:30px;border-radius:100%;border:4.285714285714286px solid rgb(255, 255, 255);"></div></div></div></div></button><div><!----></div><!----><!----><!--]--><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="button-JQn21CkSVw" class="c-button c-wrapper button-JQn21CkSVw"><!----><!----><!----><!----><!----><!----><!--[--><!----><!----><button data-animation-class="" id="button-JQn21CkSVw_btn" style="" class="cbutton-JQn21CkSVw custom btn-vp btn-hp noBorder radius0 none" aria-label="OUR TEAM "><div style="" class="main-heading-group"><div class="button-icon-start"></div><div class="main-heading-button">OUR TEAM</div><div class="button-icon-end"></div></div><!----><div style="display:none;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);" class="btn-loader-position"><div style="display:none;" class="v-spinner"><div class="v-moon v-moon1" style="height:30px;width:30px;border-radius:100%;"><div class="v-moon v-moon2" style="height:4.285714285714286px;width:4.285714285714286px;border-radius:100%;top:12.857142857142858px;background-color:rgb(255, 255, 255);"></div><div class="v-moon v-moon3" style="height:30px;width:30px;border-radius:100%;border:4.285714285714286px solid rgb(255, 255, 255);"></div></div></div></div></button><div><!----></div><!----><!----><!--]--><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="button-LyHvvb83EE" class="c-button c-wrapper button-LyHvvb83EE"><!----><!----><!----><!----><!----><!----><!--[--><a id="button-LyHvvb83EE_btn" href="https://dsrfa.com/contact" target="" data-animation-class="" class="cbutton-LyHvvb83EE custom btn-vp btn-hp noBorder radius0 none text-center" aria-label="OUR LOCATION "><span style="" class="main-heading-group"><span style="margin-right:5px;" class="button-icon-start"></span><span class="main-heading-button">OUR LOCATION</span><span style="margin-left:5px;" class="button-icon-end"></span></span><!----></a><!----><!----><div><!----></div><!----><!----><!--]--><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="button-I_faWQOuZ2" class="c-button c-wrapper button-I_faWQOuZ2"><!----><!----><!----><!----><!----><!----><!--[--><!----><!----><button data-animation-class="" id="button-I_faWQOuZ2_btn" style="" class="cbutton-I_faWQOuZ2 custom btn-vp btn-hp noBorder radius0 none" aria-label="CAREERS "><div style="" class="main-heading-group"><div class="button-icon-start"></div><div class="main-heading-button">CAREERS</div><div class="button-icon-end"></div></div><!----><div style="display:none;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);" class="btn-loader-position"><div style="display:none;" class="v-spinner"><div class="v-moon v-moon1" style="height:30px;width:30px;border-radius:100%;"><div class="v-moon v-moon2" style="height:4.285714285714286px;width:4.285714285714286px;border-radius:100%;top:12.857142857142858px;background-color:rgb(255, 255, 255);"></div><div class="v-moon v-moon3" style="height:30px;width:30px;border-radius:100%;border:4.285714285714286px solid rgb(255, 255, 255);"></div></div></div></div></button><div><!----></div><!----><!----><!--]--><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="button-ic1H-6Kjsp" class="c-button c-wrapper button-ic1H-6Kjsp"><!----><!----><!----><!----><!----><!----><!--[--><!----><!----><button data-animation-class="" id="button-ic1H-6Kjsp_btn" style="" class="cbutton-ic1H-6Kjsp custom btn-vp btn-hp noBorder radius0 none" aria-label="BLOG "><div style="" class="main-heading-group"><div class="button-icon-start"></div><div class="main-heading-button">BLOG</div><div class="button-icon-end"></div></div><!----><div style="display:none;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);" class="btn-loader-position"><div style="display:none;" class="v-spinner"><div class="v-moon v-moon1" style="height:30px;width:30px;border-radius:100%;"><div class="v-moon v-moon2" style="height:4.285714285714286px;width:4.285714285714286px;border-radius:100%;top:12.857142857142858px;background-color:rgb(255, 255, 255);"></div><div class="v-moon v-moon3" style="height:30px;width:30px;border-radius:100%;border:4.285714285714286px solid rgb(255, 255, 255);"></div></div></div></div></button><div><!----></div><!----><!----><!--]--><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-cN5bRZRRnn" id="col-cN5bRZRRnn"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="sub-heading-OlgQ6DNDU8" class="c-sub-heading c-wrapper"><!----><!----><!----><div class="sub-heading-OlgQ6DNDU8 text-output csub-heading-OlgQ6DNDU8 noBorder radius0 none" data-animation-class><div><h2>CUSTOMER CARE</h2></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="button-ocf-QNZh5M" class="c-button c-wrapper button-ocf-QNZh5M"><!----><!----><!----><!----><!----><!----><!--[--><a id="button-ocf-QNZh5M_btn" href="https://dsrfa.com/contact" target="" data-animation-class="" class="cbutton-ocf-QNZh5M custom btn-vp btn-hp noBorder radius0 none text-center" aria-label="CONTACT US "><span style="" class="main-heading-group"><span style="margin-right:5px;" class="button-icon-start"></span><span class="main-heading-button">CONTACT US</span><span style="margin-left:5px;" class="button-icon-end"></span></span><!----></a><!----><!----><div><!----></div><!----><!----><!--]--><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="paragraph-Rro0ueAXfP" class="c-paragraph c-wrapper"><!----><!----><!----><div class="paragraph-Rro0ueAXfP text-output cparagraph-Rro0ueAXfP noBorder radius0 none" data-animation-class><div><p><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="92fbfcf4fdd2f6e1e0f4f3bcf1fdff">[email protected]</a></p></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-MBH76Gc-6W" id="col-MBH76Gc-6W"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="sub-heading-xMQ5kne4S1" class="c-sub-heading c-wrapper"><!----><!----><!----><div class="sub-heading-xMQ5kne4S1 text-output csub-heading-xMQ5kne4S1 noBorder radius0 none" data-animation-class><div><h2>LEGAL</h2></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="button-IBhZq2nVLX" class="c-button c-wrapper button-IBhZq2nVLX"><!----><!----><!----><!----><!----><!----><!--[--><!----><!----><button data-animation-class="" id="button-IBhZq2nVLX_btn" style="" class="cbutton-IBhZq2nVLX custom btn-vp btn-hp noBorder radius0 none" aria-label="TERMS OF USE "><div style="" class="main-heading-group"><div class="button-icon-start"></div><div class="main-heading-button">TERMS OF USE</div><div class="button-icon-end"></div></div><!----><div style="display:none;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);" class="btn-loader-position"><div style="display:none;" class="v-spinner"><div class="v-moon v-moon1" style="height:30px;width:30px;border-radius:100%;"><div class="v-moon v-moon2" style="height:4.285714285714286px;width:4.285714285714286px;border-radius:100%;top:12.857142857142858px;background-color:rgb(255, 255, 255);"></div><div class="v-moon v-moon3" style="height:30px;width:30px;border-radius:100%;border:4.285714285714286px solid rgb(255, 255, 255);"></div></div></div></div></button><div><!----></div><!----><!----><!--]--><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="button-n7MmpE3DVo" class="c-button c-wrapper button-n7MmpE3DVo"><!----><!----><!----><!----><!----><!----><!--[--><!----><!----><button data-animation-class="" id="button-n7MmpE3DVo_btn" style="" class="cbutton-n7MmpE3DVo custom btn-vp btn-hp noBorder radius0 none" aria-label="PRIVACY POLICY "><div style="" class="main-heading-group"><div class="button-icon-start"></div><div class="main-heading-button">PRIVACY POLICY</div><div class="button-icon-end"></div></div><!----><div style="display:none;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);" class="btn-loader-position"><div style="display:none;" class="v-spinner"><div class="v-moon v-moon1" style="height:30px;width:30px;border-radius:100%;"><div class="v-moon v-moon2" style="height:4.285714285714286px;width:4.285714285714286px;border-radius:100%;top:12.857142857142858px;background-color:rgb(255, 255, 255);"></div><div class="v-moon v-moon3" style="height:30px;width:30px;border-radius:100%;border:4.285714285714286px solid rgb(255, 255, 255);"></div></div></div></div></button><div><!----></div><!----><!----><!--]--><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-WOyPj1KGdQ" id="col-WOyPj1KGdQ"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="sub-heading-khSLzp_2eC" class="c-sub-heading c-wrapper"><!----><!----><!----><div class="sub-heading-khSLzp_2eC text-output csub-heading-khSLzp_2eC noBorder radius0 none" data-animation-class><div><h2>FOLLOW US</h2></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="social-icons-_iDKWB7vKG" class="c-social-icons c-wrapper social-icons-_iDKWB7vKG"><!----><!----><!----><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><div class="csocial-icons-_iDKWB7vKG"><div class="social-icons-container"><!--[--><a class="p-3 social-icon" href="https://facebook.com" aria-label="Facebook" target="_blank" rel="noreferrer noopener "><img src="https://stcdn.leadconnectorhq.com/funnel/icons/square/facebook-square.svg" alt="social media icon" class="social-media-icon"><!----></a><a class="p-3 social-icon" href="https://instagram.com" aria-label="Instagram" target="_blank" rel="noreferrer noopener "><img src="https://stcdn.leadconnectorhq.com/funnel/icons/square/instagram-square.svg" alt="social media icon" class="social-media-icon"><!----></a><a class="p-3 social-icon" href="https://linkedin.com" aria-label="LinkedIn" target="_blank" rel="noreferrer noopener "><img src="https://stcdn.leadconnectorhq.com/funnel/icons/square/linkedin-square.svg" alt="social media icon" class="social-media-icon"><!----></a><a class="p-3 social-icon" href="https://www.youtube.com/@DSRFA_Official" aria-label="Youtube" target="_blank" rel="noreferrer noopener "><img src="https://stcdn.leadconnectorhq.com/funnel/icons/square/youtube-square.svg" alt="social media icon" class="social-media-icon"><!----></a><a class="p-3 social-icon" href="https://www.tiktok.com/@dsrfaofficial" aria-label="TikTok" target="_blank" rel="noreferrer noopener "><img src="https://stcdn.leadconnectorhq.com/funnel/icons/square/tiktok-square.svg" alt="social media icon" class="social-media-icon"><!----></a><!--]--></div></div><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="row-align-center noBorder radius0 none c-row c-wrapper row-fYy0EfZT5E" id="row-fYy0EfZT5E"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-aMAZ2UYFBt" id="col-aMAZ2UYFBt"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="divider-DlGUZOnLI_" class="c-divider c-wrapper dividerContainer divider-DlGUZOnLI_"><!----><!----><!----><!----><!----><!----><!----><span></span><!----><!----><!----><!----><div id="divider-DlGUZOnLI_-divider-inner" class="cdivider-DlGUZOnLI_"><div class="divider-element"></div></div><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="paragraph-RqYqZO0uqN" class="c-paragraph c-wrapper"><!----><!----><!----><div class="paragraph-RqYqZO0uqN text-output cparagraph-RqYqZO0uqN noBorder radius0 none" data-animation-class><div><p>Copyright 2025.DRFA.www.dsrfa.com. All Rights Reserved.</p></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div></div><!----><!----></div><!--]--></div><!--]--><!--]--><!--]--><!--]--></div><div id="teleports"></div><script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="true" id="__NUXT_DATA__">[["ShallowReactive",1],{"data":2,"state":3448,"once":3589,"_errors":3590,"serverRendered":61},["ShallowReactive",3],{"pageData":4},{"elements":5,"popup":3432,"fontsToLoad":3433,"meta":3434,"domainName":3441,"pageUrl":3442,"pageId":3443,"pageName":3444,"locationId":3445,"headerCode":58,"footerCode":58,"favicon":518,"globalHeadTrackingCode":58,"globalBodyTrackingCode":58,"funnelId":3446,"funnelName":3444,"stepId":171,"affiliateId":-1,"cookieConsent":-1,"disablePageLevelCookieConsent":54,"pixelToInit":3447,"isOptimisePageLoad":61,"backgroundSettingsClass":60},[6,15,72,115,160,412,451,468,507,540,581,617,655,682,721,770,805,843,871,909,922,960,986,1024,1061,1097,1142,1156,1195,1211,1245,1285,1323,1360,1399,1433,1472,1486,1500,1538,1576,1604,1618,1656,1684,1698,1736,1763,1777,1816,1843,1857,1896,1933,1972,1999,2013,2029,2068,2095,2109,2123,2162,2189,2203,2217,2256,2283,2297,2310,2343,2381,2391,2430,2463,2501,2515,2523,2556,2595,2609,2642,2650,2694,2733,2773,2842,2856,2896,2927,2957,2971,3011,3025,3055,3069,3111,3141,3171,3201,3231,3261,3275,3313,3339,3372,3410,3424],{"id":7,"child":8},"hl_main",[9,10,11,12,13,14],"section-im1ISJ20ge","section-WL2aE9W1vL","section-9-rvY01YWw","section-DQgBl43NG7","section-Rbzx-we6pl","section-p76nKKfFt1",{"id":9,"type":16,"child":17,"class":19,"styles":28,"extra":49,"wrapper":67,"meta":16,"tagName":68,"title":69,"mobileStyles":70,"mobileWrapper":71,"isGlobal":61,"_id":9},"section",[18],"row-FRb4SadxKk",{"width":20,"borders":22,"borderRadius":24,"radiusEdge":26},{"value":21},"fullSection",{"value":23},"noBorder",{"value":25},"radius0",{"value":27},"none",{"boxShadow":29,"paddingLeft":30,"paddingRight":33,"paddingBottom":34,"paddingTop":36,"marginTop":37,"marginBottom":38,"marginLeft":39,"marginRight":40,"backgroundColor":41,"borderColor":43,"borderWidth":45,"borderStyle":47},{"value":27},{"unit":31,"value":32},"px",0,{"value":32,"unit":31},{"unit":31,"value":35},5,{"unit":31,"value":35},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"value":42},"var(--color-madrzb9q)",{"value":44},"var(--black)",{"value":46,"unit":31},"2",{"value":48},"solid",{"sticky":50,"visibility":52,"bgImage":55,"allowRowMaxWidth":62,"customClass":63,"elementScreenshot":65},{"value":51},"stickyTop",{"value":53},{"hideDesktop":54,"hideMobile":54},false,{"value":56},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},"image","","1","bgCover",true,{"value":61},{"value":64},[],{"value":66},[],{},"c-section","DRFA Header",{},{},{"id":18,"type":73,"child":74,"class":78,"styles":84,"extra":95,"wrapper":105,"tagName":111,"meta":73,"title":112,"mobileStyles":113,"mobileWrapper":114},"row",[75,76,77],"col-Te-WUGaU0C","col-UjxR45Ly4b","col-Gtjap9mvxN",{"alignRow":79,"borders":81,"borderRadius":82,"radiusEdge":83},{"value":80},"row-align-center",{"value":23},{"value":25},{"value":27},{"boxShadow":85,"paddingLeft":86,"paddingRight":87,"paddingTop":88,"paddingBottom":89,"backgroundColor":90,"borderColor":92,"borderWidth":93,"borderStyle":94},{"value":27},{"unit":31,"value":32},{"value":32,"unit":31},{"unit":31,"value":35},{"unit":31,"value":35},{"value":91},"var(--transparent)",{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":96,"bgImage":98,"rowWidth":100,"customClass":103},{"value":97},{"hideDesktop":54,"hideMobile":54},{"value":99},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":101,"unit":102},100,"%",{"value":104},[],{"marginTop":106,"marginBottom":107,"marginLeft":108,"marginRight":110},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":58,"value":109},"auto",{"unit":58,"value":109},"c-row","3 Column Row",{},{},{"id":77,"type":116,"child":117,"class":119,"styles":123,"extra":135,"wrapper":151,"tagName":156,"meta":116,"title":157,"mobileStyles":158,"mobileWrapper":159},"col",[118],"nav-menu-v2-v3BE1o4wx2",{"borders":120,"borderRadius":121,"radiusEdge":122},{"value":23},{"value":25},{"value":27},{"boxShadow":124,"paddingLeft":125,"paddingRight":126,"paddingTop":127,"paddingBottom":128,"backgroundColor":129,"width":130,"borderColor":132,"borderWidth":133,"borderStyle":134},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":32},{"unit":31,"value":32},{"value":91},{"value":131,"unit":102},67.9,{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":136,"bgImage":138,"columnLayout":140,"justifyContentColumnLayout":142,"alignContentColumnLayout":144,"forceColumnLayoutForMobile":146,"customClass":147,"elementVersion":149},{"value":137},{"hideDesktop":54,"hideMobile":54},{"value":139},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},"column",{"value":143},"center",{"value":145},"inherit",{"value":61},{"value":148},[],{"value":150},2,{"marginLeft":152,"marginRight":153,"marginTop":154,"marginBottom":155},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},"c-column","3rd Column",{},{},{"extra":161,"id":118,"meta":339,"tagName":340,"class":341,"styles":342,"child":411},{"nodeId":162,"visibility":163,"menuItems":165,"enableCustomerLogin":286,"cacItems":287,"imageProperties":298,"imageActions":303,"visitWebsite":304,"hideElements":306,"showElements":308,"scrollToElement":310,"phoneNumber":311,"emailAddress":312,"elementVersion":313,"stepPath":314,"includeLogoInMenu":315,"text":316,"includeHeadlineInMenu":318,"menuLayout":319,"typography":321,"icon":323,"iconEnd":328,"mobileFontSize":332,"desktopFontSize":334,"customClass":335,"showCartIcon":337,"showSearchbar":338},"cnav-menu-v2-v3BE1o4wx2",{"value":164},{"hideDesktop":58,"hideMobile":58},{"value":166},[167,173,179,207,229,241,253,265,270,275,281],{"id":59,"title":168,"goTo":169,"url":170,"goToId":171,"openInNewTab":54,"childs":172,"megaMenu":54,"edit":61},"Home","go-to-funnel-step","#home","1f53b76e-fb09-43b7-8828-f07aa88376da",[],{"id":174,"title":175,"goTo":176,"url":177,"goToId":58,"openInNewTab":54,"childs":178,"edit":54},"menu-item-s0ijrHRi-K","FA History","url","#new-menu-item",[],{"id":46,"title":180,"goTo":176,"url":181,"goToId":58,"openInNewTab":61,"childs":182,"megaMenu":54,"edit":54},"The FA","#about",[183,187,191,195,199,203],{"id":184,"title":185,"goTo":176,"url":177,"goToId":58,"openInNewTab":54,"childs":186},"menu-item-bYpC8dh6OA","President",[],{"id":188,"title":189,"goTo":176,"url":177,"goToId":58,"openInNewTab":54,"childs":190},"menu-item-H6lI2BxrZo","Admin",[],{"id":192,"title":193,"goTo":176,"url":177,"goToId":58,"openInNewTab":54,"childs":194},"menu-item-jRUwalXvE9","Match Officials",[],{"id":196,"title":197,"goTo":176,"url":177,"goToId":58,"openInNewTab":54,"childs":198},"menu-item-IFDBsVaZ1_","The Board",[],{"id":200,"title":201,"goTo":176,"url":177,"goToId":58,"openInNewTab":54,"childs":202},"menu-item-C1RW2T9mMC","The Clubs",[],{"id":204,"title":205,"goTo":176,"url":177,"goToId":58,"openInNewTab":54,"childs":206},"menu-item-Tk6wl8DIaP","Membership",[],{"id":208,"title":209,"goTo":176,"url":177,"goToId":58,"openInNewTab":54,"childs":210,"edit":54},"menu-item-cPrXyh7NW4","Coach HUB",[211,215,219,224],{"id":212,"title":213,"goTo":176,"url":177,"goToId":58,"openInNewTab":54,"childs":214},"menu-item-Bcoflq3whP","Technical Department",[],{"id":216,"title":217,"goTo":176,"url":177,"goToId":58,"openInNewTab":54,"childs":218},"menu-item-UBKByWuc73","Coaching Staff",[],{"id":220,"title":221,"goTo":176,"url":222,"goToId":58,"openInNewTab":61,"childs":223},"menu-item-of2hYJaKOa","Coaches E-Library","https://sites.google.com/view/drfatd/home",[],{"id":225,"title":226,"goTo":176,"url":227,"goToId":171,"openInNewTab":54,"childs":228},"menu-item-3LVv4r_rLb","Coaching Course","https://dsrfa.com/events#section-8ygVeLcXYy",[],{"id":230,"title":231,"goTo":176,"url":177,"goToId":58,"openInNewTab":54,"childs":232,"edit":54},"menu-item-RhjrXf_juI","Teams",[233,237],{"id":234,"title":235,"goTo":176,"url":177,"goToId":58,"openInNewTab":54,"childs":236},"menu-item-cIBMIhjlUz","Womens",[],{"id":238,"title":239,"goTo":176,"url":177,"goToId":58,"openInNewTab":54,"childs":240},"menu-item-47jyB_qKf9","Mens",[],{"id":242,"title":243,"goTo":176,"url":177,"goToId":58,"openInNewTab":54,"childs":244,"edit":54},"menu-item-cArO90cCVL","Futsal",[245,249],{"id":246,"title":247,"goTo":176,"url":177,"goToId":58,"openInNewTab":54,"childs":248},"menu-item-GK-zDNyt9U","Womens Futsal",[],{"id":250,"title":251,"goTo":176,"url":177,"goToId":58,"openInNewTab":54,"childs":252},"menu-item-1952s-rTWr","Mens Futsal",[],{"id":254,"title":255,"goTo":176,"url":177,"goToId":58,"openInNewTab":54,"childs":256},"menu-item-y-CV4jhV6I","Academy",[257,261],{"id":258,"title":259,"goTo":176,"url":177,"goToId":58,"openInNewTab":54,"childs":260},"menu-item-oj1NLlC-WG","Girls",[],{"id":262,"title":263,"goTo":176,"url":177,"goToId":58,"openInNewTab":54,"childs":264},"menu-item-HJ1GzTNuEO","Boys",[],{"id":266,"title":267,"goTo":176,"url":268,"goToId":58,"openInNewTab":54,"childs":269,"edit":54},"menu-item-L2u5bem6lY","News","https://dsrfa.com/#section-Rbzx-we6pl",[],{"id":271,"title":272,"goTo":169,"url":222,"goToId":273,"openInNewTab":54,"childs":274,"edit":54},"menu-item-cY5iSOFc-S","Events","3cfdf870-a6ab-46b9-b5a4-b5f10aa473ef",[],{"id":276,"title":277,"goTo":169,"url":278,"goToId":279,"openInNewTab":54,"childs":280,"megaMenu":54,"edit":54},"3","Contact","#contact","721760ec-cdee-4f59-b754-099a15f43d87",[],{"id":282,"title":283,"goTo":176,"url":284,"goToId":58,"openInNewTab":61,"childs":285,"edit":54},"menu-item-Xou1F5RA4T","Login","https://privateemail.com/",[],{"value":54},{"value":288},[289,294],{"id":59,"title":290,"goTo":291,"url":58,"goToId":58,"goToCacPage":292,"openInNewTab":61,"childs":293,"megaMenu":54},"My Orders","go-to-cac","orders",[],{"id":46,"title":295,"goTo":296,"url":58,"goToId":58,"openInNewTab":54,"childs":297,"megaMenu":54},"Logout","logout",[],{"value":299},{"width":300,"height":300,"url":301,"altText":302,"compression":61},"100px","https://storage.googleapis.com/preview-production-assets/funnel/img/add_your_image_new_100x100.png","Brand Logo",{"value":27},{"value":305},{"url":58,"newTab":54},{"value":307},[],{"value":309},[],{"value":58},{"value":58},{"value":58},{"value":150},{"value":58},{"value":54},{"value":317},"\u003Cp>\u003C/p>",{"value":61},{"value":320},"default",{"value":322},"var(--headlinefont)",{"value":324},{"name":325,"unicode":326,"fontFamily":327,"color":44},"bars","f0c9","Font Awesome 5 Free",{"value":329},{"name":330,"unicode":331,"fontFamily":327,"color":44},"chevron-down","f078",{"value":333,"unit":31},14,{"value":333,"unit":31},{"value":336},[],{"value":61},{"value":54},"nav-menu-v2","c-nav-menu-v2",{},{"paddingTop":343,"paddingBottom":344,"paddingLeft":345,"paddingRight":347,"marginTop":348,"marginBottom":349,"marginLeft":350,"marginRight":351,"itemPaddingTop":352,"itemPaddingBottom":353,"itemPaddingLeft":354,"itemPaddingRight":356,"itemMarginTop":357,"itemMarginBottom":358,"itemMarginLeft":359,"itemMarginRight":360,"lineHeight":361,"textTransform":364,"letterSpacing":365,"textAlign":367,"fontWeight":369,"backgroundColor":372,"mobileBackgroundColor":373,"popupBackgroundColor":375,"mobilePopupBackgroundColor":376,"color":377,"hoverBackgroundColor":379,"hoverTextColor":380,"boldTextColor":381,"italicTextColor":382,"underlineTextColor":383,"iconColor":384,"cartIconColor":385,"userIconColor":386,"cartIconActiveColor":387,"submenuBackgroundColor":388,"submenuMobileBackgroundColor":389,"submenuColor":390,"submenuHoverBackgroundColor":391,"submenuHoverTextColor":392,"navMenuItemSpacingX":393,"navMenuItemSpacingY":394,"navMenuAlign":395,"subMenuAlign":396,"subMenuStyle":398,"borderColor":400,"borderStyle":402,"borderWidth":403,"borderRadius":404,"itemBorderColor":405,"itemBorderStyle":406,"itemBorderWidth":407,"itemBorderRadius":408,"boxShadow":409,"itemBoxShadow":410},{"unit":31,"value":35},{"unit":31,"value":35},{"unit":31,"value":346},8,{"value":346,"unit":31},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":355},16,{"value":355,"unit":31},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"value":362,"unit":363},1.3,"em",{"value":27},{"value":366,"unit":31},"0",{"value":368},"left",{"value":370,"desktop":371},"normal","500",{"value":42},{"value":374},"var(--white)",{"value":42},{"value":42},{"value":378},"var(--color-mads0uzi)",{"value":378},{"value":42},{"value":44},{"value":44},{"value":44},{"value":44},{"value":44},{"value":44},{"value":44},{"value":42},{"value":374},{"value":378},{"value":378},{"value":42},{"value":346,"unit":31},{"value":32,"unit":31},{"value":368},{"value":397},"right",{"value":399},"popover",{"value":401},"#000000",{"value":48},{"value":32,"unit":31},{"unit":31,"value":32},{"value":401},{"value":48},{"unit":31,"value":32},{"unit":31,"value":32},{"value":27},{"value":27},[],{"id":76,"type":116,"child":413,"class":415,"styles":419,"extra":431,"wrapper":443,"tagName":156,"meta":116,"title":448,"mobileStyles":449,"mobileWrapper":450},[414],"heading-yhOU64HFaK",{"borders":416,"borderRadius":417,"radiusEdge":418},{"value":23},{"value":25},{"value":27},{"boxShadow":420,"paddingLeft":421,"paddingRight":422,"paddingTop":423,"paddingBottom":424,"backgroundColor":425,"width":426,"borderColor":428,"borderWidth":429,"borderStyle":430},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":32},{"unit":31,"value":32},{"value":91},{"value":427,"unit":102},18.3,{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":432,"bgImage":434,"columnLayout":436,"justifyContentColumnLayout":437,"alignContentColumnLayout":438,"forceColumnLayoutForMobile":439,"customClass":440,"elementVersion":442},{"value":433},{"hideDesktop":54,"hideMobile":54},{"value":435},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":143},{"value":145},{"value":61},{"value":441},[],{"value":150},{"marginLeft":444,"marginRight":445,"marginTop":446,"marginBottom":447},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},"2nd Column",{},{},{"extra":452,"id":414,"tagName":460,"class":461,"meta":467},{"visibility":453,"text":455,"nodeId":457,"customClass":458},{"value":454},{"hideMobile":58,"hideDesktop":58},{"value":456},"\u003Ch1>Davao South Regional Football Association\u003C/h1>","cheading-yhOU64HFaK",{"value":459},[],"c-heading",{"borders":462,"borderRadius":463,"radiusEdge":464,"entranceAnimation":465},{"value":23},{"value":25},{"value":27},{"value":466},null,"heading",{"id":75,"type":116,"child":469,"class":471,"styles":475,"extra":487,"wrapper":499,"tagName":156,"meta":116,"title":504,"mobileStyles":505,"mobileWrapper":506},[470],"image--9d3fnctPY",{"borders":472,"borderRadius":473,"radiusEdge":474},{"value":23},{"value":25},{"value":27},{"boxShadow":476,"paddingLeft":477,"paddingRight":478,"paddingTop":479,"paddingBottom":480,"backgroundColor":481,"width":482,"borderColor":484,"borderWidth":485,"borderStyle":486},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":32},{"unit":31,"value":32},{"value":91},{"value":483,"unit":102},13.8,{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":488,"bgImage":490,"columnLayout":492,"justifyContentColumnLayout":493,"alignContentColumnLayout":494,"forceColumnLayoutForMobile":495,"customClass":496,"elementVersion":498},{"value":489},{"hideDesktop":54,"hideMobile":54},{"value":491},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":143},{"value":145},{"value":61},{"value":497},[],{"value":150},{"marginLeft":500,"marginRight":501,"marginTop":502,"marginBottom":503},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},"1st Column",{},{},{"extra":508,"id":470,"meta":57,"tagName":530,"class":531},{"nodeId":509,"visibility":510,"imageActions":512,"visitWebsite":513,"imageProperties":516,"customClass":519,"hideElements":521,"showElements":523,"scrollToElement":525,"phoneNumber":526,"emailAddress":527,"stepPath":528,"elementVersion":529},"cimage--9d3fnctPY",{"value":511},{"hideDesktop":58,"hideMobile":58},{"value":176},{"value":514},{"url":515,"newTab":54},"www.dsrfa.com",{"value":517},{"url":518,"compression":61},"https://storage.googleapis.com/msgsndr/ZFMpjoMYe2Uslp95eTC2/media/67c93b58ad4fc8a3ce748079.png",{"value":520},[],{"value":522},[],{"value":524},[],{},{},{},{},{"value":150},"c-image",{"imageRadius":532,"imageBorder":534,"imageEffects":536,"entranceAnimation":538},{"value":533},"img-none",{"value":535},"img-border-none",{"value":537},"img-effects-none",{"value":539},"buttonRocking",{"id":10,"type":16,"child":541,"class":544,"styles":549,"extra":563,"wrapper":577,"meta":16,"tagName":68,"title":578,"mobileStyles":579,"mobileWrapper":580,"_id":10},[542,543],"row-isCj8FcXnG","row-WLFM-llz3f",{"width":545,"borders":546,"borderRadius":547,"radiusEdge":548},{"value":21},{"value":23},{"value":25},{"value":27},{"boxShadow":550,"paddingLeft":551,"paddingRight":552,"paddingBottom":553,"paddingTop":554,"marginTop":555,"marginBottom":556,"marginLeft":557,"marginRight":558,"backgroundColor":559,"borderColor":560,"borderWidth":561,"borderStyle":562},{"value":27},{"unit":31,"value":32},{"value":32,"unit":31},{"unit":31,"value":35},{"unit":31,"value":35},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"value":42},{"value":44},{"value":46,"unit":31},{"value":48},{"sticky":564,"visibility":566,"bgImage":568,"allowRowMaxWidth":572,"customClass":573,"elementScreenshot":575},{"value":565},"noneSticky",{"value":567},{"hideDesktop":54,"hideMobile":54},{"value":569},{"mediaType":57,"url":570,"opacity":571,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61,"servingUrl":58,"placeholderBase64":58,"imageMeta":58,"showSvgToggle":54},"https://storage.googleapis.com/msgsndr/ZFMpjoMYe2Uslp95eTC2/media/681ee1cd9a0ad3d7ff2843eb.jpeg",".5",{"value":54},{"value":574},[],{"value":576},[],{},"Section",{},{},{"id":542,"type":73,"child":582,"class":585,"styles":590,"extra":601,"wrapper":609,"tagName":111,"meta":73,"title":614,"mobileStyles":615,"mobileWrapper":616},[583,584],"col-TlFrtryi0d","col-Q-uOJb6Fcy",{"alignRow":586,"borders":587,"borderRadius":588,"radiusEdge":589},{"value":80},{"value":23},{"value":25},{"value":27},{"boxShadow":591,"paddingLeft":592,"paddingRight":593,"paddingTop":594,"paddingBottom":596,"backgroundColor":597,"borderColor":598,"borderWidth":599,"borderStyle":600},{"value":27},{"unit":31,"value":32},{"value":32,"unit":31},{"unit":31,"value":595},15,{"unit":31,"value":595},{"value":91},{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":602,"bgImage":604,"rowWidth":606,"customClass":607},{"value":603},{"hideDesktop":54,"hideMobile":54},{"value":605},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":101,"unit":102},{"value":608},[],{"marginTop":610,"marginBottom":611,"marginLeft":612,"marginRight":613},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":58,"value":109},{"unit":58,"value":109},"2 Column Row",{},{},{"id":583,"type":116,"child":618,"class":620,"styles":624,"extra":636,"wrapper":648,"tagName":156,"meta":116,"title":504,"mobileStyles":653,"mobileWrapper":654},[619],"image-T9U_jwRo0u",{"borders":621,"borderRadius":622,"radiusEdge":623},{"value":23},{"value":25},{"value":27},{"boxShadow":625,"paddingLeft":626,"paddingRight":627,"paddingTop":628,"paddingBottom":629,"backgroundColor":630,"width":631,"borderColor":633,"borderWidth":634,"borderStyle":635},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":35},{"unit":31,"value":35},{"value":91},{"value":632,"unit":102},42.5,{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":637,"bgImage":639,"columnLayout":641,"justifyContentColumnLayout":642,"alignContentColumnLayout":643,"forceColumnLayoutForMobile":644,"customClass":645,"elementVersion":647},{"value":638},{"hideDesktop":54,"hideMobile":54},{"value":640},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":143},{"value":145},{"value":61},{"value":646},[],{"value":150},{"marginLeft":649,"marginRight":650,"marginTop":651,"marginBottom":652},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{"extra":656,"id":619,"meta":57,"tagName":530,"class":676},{"nodeId":657,"visibility":658,"imageActions":660,"visitWebsite":661,"imageProperties":663,"customClass":665,"hideElements":667,"showElements":669,"scrollToElement":671,"phoneNumber":672,"emailAddress":673,"stepPath":674,"elementVersion":675},"cimage-T9U_jwRo0u",{"value":659},{"hideDesktop":58,"hideMobile":58},{"value":27},{"value":662},{"url":58,"newTab":54},{"value":664},{"url":518,"compression":61},{"value":666},[],{"value":668},[],{"value":670},[],{},{},{},{},{"value":150},{"imageRadius":677,"imageBorder":678,"imageEffects":679,"entranceAnimation":680},{"value":533},{"value":535},{"value":537},{"value":681},"animate__animated animate__zoomIn",{"id":584,"type":116,"child":683,"class":685,"styles":689,"extra":702,"wrapper":714,"tagName":156,"meta":116,"title":448,"mobileStyles":719,"mobileWrapper":720},[684],"image-feature-sbcBNSSwU8",{"borders":686,"borderRadius":687,"radiusEdge":688},{"value":23},{"value":25},{"value":27},{"boxShadow":690,"paddingLeft":691,"paddingRight":692,"paddingTop":693,"paddingBottom":695,"backgroundColor":696,"width":697,"borderColor":699,"borderWidth":700,"borderStyle":701},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":694},10,{"unit":31,"value":694},{"value":91},{"value":698,"unit":102},57.5,{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":703,"bgImage":705,"columnLayout":707,"justifyContentColumnLayout":708,"alignContentColumnLayout":709,"forceColumnLayoutForMobile":710,"customClass":711,"elementVersion":713},{"value":704},{"hideDesktop":54,"hideMobile":54},{"value":706},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":143},{"value":145},{"value":61},{"value":712},[],{"value":150},{"marginLeft":715,"marginRight":716,"marginTop":717,"marginBottom":718},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{"extra":722,"id":684,"meta":763,"tagName":764,"class":765},{"nodeId":723,"typography":724,"imageActions":726,"visitWebsite":727,"imageProperties":729,"text":733,"featureHeadline":735,"featureHeadlineDesktopFontSize":737,"featureHeadlineMobileFontSize":739,"desktopFontSize":741,"mobileFontSize":742,"featureImageBorder":743,"featureImageRadius":744,"featureImageShadow":746,"featureImageEffects":748,"visibility":749,"icon":751,"customClass":753,"hideElements":755,"showElements":757,"scrollToElement":759,"phoneNumber":760,"emailAddress":761,"stepPath":762},"cimage-feature-sbcBNSSwU8",{"value":725},"var(--contentfont)",{"value":27},{"value":728},{"url":58,"newTab":54},{"value":730},{"width":58,"height":58,"url":731,"altText":732,"compression":61,"placeholderBase64":58,"servingUrl":58,"imageMeta":58},"https://storage.googleapis.com/msgsndr/ZFMpjoMYe2Uslp95eTC2/media/681e0e2b532204eaaf04754a.jpeg","Image",{"value":734},"\u003Cp>The PFF/DRFA D Certificate Course is happening in Davao Del Sur from June 3-7, 2025. This is a prerequisite for the AFC C License. \u003C/p>\u003Cp>\u003C/p>\u003Cp>Limited slots remaining! Register now: [\u003Ca target=\"_blank\" rel=\"noopener noreferrer nofollow\" href=\"https://forms.gle/b1MXcwpYcQZhELwS8\">REGISTRATION FORM LINK HERE\u003C/a>].\u003C/p>\u003Cp>\u003C/p>\u003Cp>Course Details:\u003C/p>\u003Cp>\u003Cbr>Location: Davao Sugar Central Corporation , Hagonoy, Davao del Sur, Davao Region\u003Cem>\u003Cspan style=\"font-family: Noto\\ Sans\\ JP\"> \u003C/span>\u003C/em>\u003Ca target=\"_self\" rel=\"noopener noreferrer\" href=\"https://dsrfa.com/news#section-VrGA15vSTY\">\u003Cem>\u003Cspan style=\"font-family: Noto\\ Sans\\ JP\">(more details)\u003C/span>\u003C/em>\u003C/a>\u003C/p>",{"value":736},"\u003Cp>Last Chance: PFF/DRFA D Certificate Course - Davao Del SurDon't miss out!\u003C/p>",{"value":738,"unit":31},30,{"value":740,"unit":31},18,{"value":355,"unit":31},{"value":355,"unit":31},{"value":535},{"value":745},"img-round-corners",{"value":747},"img-shadow-none",{"value":537},{"value":750},{"hideDesktop":58,"hideMobile":58},{"value":752},{"name":58,"unicode":58,"fontFamily":58},{"value":754},[],{"value":756},[],{"value":758},[],{"value":58},{"value":58},{"value":58},{"value":58},"image-feature","c-image-feature",{"featureColumnSize":766,"featureColumnOrder":768},{"value":767},"feature-cols-80-20",{"value":769},"feature-img-left",{"id":543,"type":73,"child":771,"class":775,"styles":780,"extra":790,"wrapper":798,"tagName":111,"meta":73,"title":614,"mobileStyles":803,"mobileWrapper":804},[772,773,774],"col-WLa2_0B37y","col-PRh7Ezk-Hq","col-qkjzBShX8_",{"alignRow":776,"borders":777,"borderRadius":778,"radiusEdge":779},{"value":80},{"value":23},{"value":25},{"value":27},{"boxShadow":781,"paddingLeft":782,"paddingRight":783,"paddingTop":784,"paddingBottom":785,"backgroundColor":786,"borderColor":787,"borderWidth":788,"borderStyle":789},{"value":27},{"unit":31,"value":32},{"value":32,"unit":31},{"unit":31,"value":35},{"unit":31,"value":35},{"value":91},{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":791,"bgImage":793,"rowWidth":795,"customClass":796},{"value":792},{"hideDesktop":54,"hideMobile":54},{"value":794},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":101,"unit":102},{"value":797},[],{"marginTop":799,"marginBottom":800,"marginLeft":801,"marginRight":802},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":58,"value":109},{"unit":58,"value":109},{},{},{"id":772,"type":116,"child":806,"class":808,"styles":812,"extra":824,"wrapper":836,"tagName":156,"meta":116,"title":504,"mobileStyles":841,"mobileWrapper":842},[807],"image-274PxmcKAW",{"borders":809,"borderRadius":810,"radiusEdge":811},{"value":23},{"value":25},{"value":27},{"boxShadow":813,"paddingLeft":814,"paddingRight":815,"paddingTop":816,"paddingBottom":817,"backgroundColor":818,"width":819,"borderColor":821,"borderWidth":822,"borderStyle":823},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":150},{"unit":31,"value":150},{"value":91},{"value":820,"unit":102},9.7,{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":825,"bgImage":827,"columnLayout":829,"justifyContentColumnLayout":830,"alignContentColumnLayout":831,"forceColumnLayoutForMobile":832,"customClass":833,"elementVersion":835},{"value":826},{"hideDesktop":54,"hideMobile":54},{"value":828},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":143},{"value":145},{"value":61},{"value":834},[],{"value":150},{"marginLeft":837,"marginRight":838,"marginTop":839,"marginBottom":840},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{"extra":844,"id":807,"meta":57,"tagName":530,"class":865},{"nodeId":845,"visibility":846,"imageActions":848,"visitWebsite":849,"imageProperties":851,"customClass":854,"hideElements":856,"showElements":858,"scrollToElement":860,"phoneNumber":861,"emailAddress":862,"stepPath":863,"elementVersion":864},"cimage-274PxmcKAW",{"value":847},{"hideDesktop":58,"hideMobile":58},{"value":27},{"value":850},{"url":58,"newTab":54},{"value":852},{"url":853,"compression":61},"https://storage.googleapis.com/msgsndr/ZFMpjoMYe2Uslp95eTC2/media/681e287baba8ff10a63fe4d2.png",{"value":855},[],{"value":857},[],{"value":859},[],{},{},{},{},{"value":150},{"imageRadius":866,"imageBorder":867,"imageEffects":868,"entranceAnimation":869},{"value":533},{"value":535},{"value":537},{"value":870},"animate__animated animate__slideInUp",{"id":773,"type":116,"child":872,"class":874,"styles":878,"extra":890,"wrapper":902,"tagName":156,"meta":116,"title":448,"mobileStyles":907,"mobileWrapper":908},[873],"custom-code-qoYAWSbR60",{"borders":875,"borderRadius":876,"radiusEdge":877},{"value":23},{"value":25},{"value":27},{"boxShadow":879,"paddingLeft":880,"paddingRight":881,"paddingTop":882,"paddingBottom":883,"backgroundColor":884,"width":885,"borderColor":887,"borderWidth":888,"borderStyle":889},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":150},{"unit":31,"value":150},{"value":91},{"value":886,"unit":102},81.9,{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":891,"bgImage":893,"columnLayout":895,"justifyContentColumnLayout":896,"alignContentColumnLayout":897,"forceColumnLayoutForMobile":898,"customClass":899,"elementVersion":901},{"value":892},{"hideDesktop":54,"hideMobile":54},{"value":894},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":143},{"value":145},{"value":61},{"value":900},[],{"value":150},{"marginLeft":903,"marginRight":904,"marginTop":905,"marginBottom":906},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{"extra":910,"id":873,"meta":919,"tagName":920,"class":921},{"visibility":911,"customCode":913,"customClass":916,"nodeId":918},{"value":912},{"hideMobile":58,"hideDesktop":58},{"value":914},{"rawCustomCode":915},"\u003Cdiv style=\"width: 100%; overflow: hidden; background-color: transparent;\">\n \u003Cdiv style=\"position: relative; left: 100%; animation: scroll-message 29.25s linear infinite; white-space: nowrap; display: flex; align-items: center;\">\n \u003Cspan style=\"color: #FFB000; font-size: 35px; font-family: 'Roboto', sans-serif; padding-left: 20px; padding-right: 20px;\n text-shadow: 0 4px 6px rgba(255, 255, 255, 0.4), 0 0 8px rgba(255, 176, 0, 0.7); /* Bottom white shadow and subtle glow */\n \">\n \u003Cspan style=\"opacity: 0.3; margin-right: 10px;\">...\u003C/span>\n DRFA website is still under construction, but some sections are already working! Explore the links.\n \u003Cspan style=\"opacity: 0.3; margin-left: 10px;\">...\u003C/span>\n \u003C/span>\n \u003C/div>\n\u003C/div>\n\u003Cstyle>\n@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');\n@keyframes scroll-message {\n 0% { left: 100%; }\n 100% { left: -100%; }\n}\n\u003C/style>\n",{"value":917},[],"ccustom-code-qoYAWSbR60","custom-code","c-custom-code",{},{"id":774,"type":116,"child":923,"class":925,"styles":929,"extra":941,"wrapper":953,"tagName":156,"meta":116,"title":448,"mobileStyles":958,"mobileWrapper":959},[924],"image-0IGjyBT0H8",{"borders":926,"borderRadius":927,"radiusEdge":928},{"value":23},{"value":25},{"value":27},{"boxShadow":930,"paddingLeft":931,"paddingRight":932,"paddingTop":933,"paddingBottom":934,"backgroundColor":935,"width":936,"borderColor":938,"borderWidth":939,"borderStyle":940},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":150},{"unit":31,"value":150},{"value":91},{"value":937,"unit":102},8.4,{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":942,"bgImage":944,"columnLayout":946,"justifyContentColumnLayout":947,"alignContentColumnLayout":948,"forceColumnLayoutForMobile":949,"customClass":950,"elementVersion":952},{"value":943},{"hideDesktop":54,"hideMobile":54},{"value":945},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":143},{"value":145},{"value":61},{"value":951},[],{"value":150},{"marginLeft":954,"marginRight":955,"marginTop":956,"marginBottom":957},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{"extra":961,"id":924,"meta":57,"tagName":530,"class":981},{"nodeId":962,"visibility":963,"imageActions":965,"visitWebsite":966,"imageProperties":968,"customClass":970,"hideElements":972,"showElements":974,"scrollToElement":976,"phoneNumber":977,"emailAddress":978,"stepPath":979,"elementVersion":980},"cimage-0IGjyBT0H8",{"value":964},{"hideDesktop":58,"hideMobile":58},{"value":27},{"value":967},{"url":58,"newTab":54},{"value":969},{"url":853,"compression":61},{"value":971},[],{"value":973},[],{"value":975},[],{},{},{},{},{"value":150},{"imageRadius":982,"imageBorder":983,"imageEffects":984,"entranceAnimation":985},{"value":533},{"value":535},{"value":537},{"value":870},{"id":11,"type":16,"child":987,"class":989,"styles":994,"extra":1009,"wrapper":1021,"meta":16,"tagName":68,"title":578,"mobileStyles":1022,"mobileWrapper":1023,"_id":11},[988],"row-N0nCsJSQZn",{"width":990,"borders":991,"borderRadius":992,"radiusEdge":993},{"value":21},{"value":23},{"value":25},{"value":27},{"boxShadow":995,"paddingLeft":996,"paddingRight":997,"paddingBottom":998,"paddingTop":999,"marginTop":1001,"marginBottom":1002,"marginLeft":1003,"marginRight":1004,"backgroundColor":1005,"borderColor":1006,"borderWidth":1007,"borderStyle":1008},{"value":27},{"unit":31,"value":32},{"value":32,"unit":31},{"unit":31,"value":32},{"unit":31,"value":1000},20,{"unit":58,"value":109},{"unit":58,"value":109},{"unit":31,"value":32},{"unit":31,"value":32},{"value":42},{"value":44},{"value":46,"unit":31},{"value":48},{"sticky":1010,"visibility":1011,"bgImage":1013,"allowRowMaxWidth":1016,"customClass":1017,"elementScreenshot":1019},{"value":565},{"value":1012},{"hideDesktop":54,"hideMobile":54},{"value":1014},{"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"mediaType":1015,"videoLoop":61},"video",{"value":61},{"value":1018},[],{"value":1020},[],{},{},{},{"id":988,"type":73,"child":1025,"class":1031,"styles":1036,"extra":1046,"wrapper":1054,"tagName":111,"meta":73,"title":112,"mobileStyles":1059,"mobileWrapper":1060},[1026,1027,1028,1029,1030],"col-60KTzkTDdc","col-5_ouhG64S7","col-szggOSbEjf","col-TzWA0zvnpf","col-E10SZwl1Hc",{"alignRow":1032,"borders":1033,"borderRadius":1034,"radiusEdge":1035},{"value":80},{"value":23},{"value":25},{"value":27},{"boxShadow":1037,"paddingLeft":1038,"paddingRight":1039,"paddingTop":1040,"paddingBottom":1041,"backgroundColor":1042,"borderColor":1043,"borderWidth":1044,"borderStyle":1045},{"value":27},{"unit":31,"value":32},{"value":32,"unit":31},{"unit":31,"value":595},{"unit":31,"value":32},{"value":91},{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":1047,"bgImage":1049,"rowWidth":1051,"customClass":1052},{"value":1048},{"hideDesktop":54,"hideMobile":54},{"value":1050},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":101,"unit":102},{"value":1053},[],{"marginTop":1055,"marginBottom":1056,"marginLeft":1057,"marginRight":1058},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":58,"value":109},{"unit":58,"value":109},{},{},{"id":1030,"type":116,"child":1062,"class":1063,"styles":1067,"extra":1078,"wrapper":1090,"tagName":156,"meta":116,"title":157,"mobileStyles":1095,"mobileWrapper":1096},[],{"borders":1064,"borderRadius":1065,"radiusEdge":1066},{"value":23},{"value":25},{"value":27},{"boxShadow":1068,"paddingLeft":1069,"paddingRight":1070,"paddingTop":1071,"paddingBottom":1072,"backgroundColor":1073,"width":1074,"borderColor":1075,"borderWidth":1076,"borderStyle":1077},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":694},{"unit":31,"value":32},{"value":91},{"value":694,"unit":102},{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":1079,"bgImage":1081,"columnLayout":1083,"justifyContentColumnLayout":1084,"alignContentColumnLayout":1085,"forceColumnLayoutForMobile":1086,"customClass":1087,"elementVersion":1089},{"value":1080},{"hideDesktop":54,"hideMobile":54},{"value":1082},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":143},{"value":145},{"value":61},{"value":1088},[],{"value":150},{"marginLeft":1091,"marginRight":1092,"marginTop":1093,"marginBottom":1094},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{"id":1026,"type":116,"child":1098,"class":1103,"styles":1110,"extra":1123,"wrapper":1135,"tagName":156,"meta":116,"title":504,"mobileStyles":1140,"mobileWrapper":1141},[1099,1100,1101,1102],"heading-j9mOxFah1K","button-li2lENqrU_","sub-heading-E4g_ES3vE3","button-gEDsJsIB8q",{"borders":1104,"borderRadius":1106,"radiusEdge":1108},{"value":1105},"borderFull",{"value":1107},"radius15",{"value":1109},"cornersTop",{"boxShadow":1111,"paddingLeft":1113,"paddingRight":1114,"paddingTop":1115,"paddingBottom":1116,"backgroundColor":1117,"width":1118,"borderColor":1120,"borderWidth":1121,"borderStyle":1122},{"value":1112},"4px -3px 9px 3px #707070",{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":694},{"unit":31,"value":32},{"value":91},{"value":1119,"unit":102},32.3,{"value":378},{"value":46,"unit":31},{"value":48},{"visibility":1124,"bgImage":1126,"columnLayout":1128,"justifyContentColumnLayout":1129,"alignContentColumnLayout":1130,"forceColumnLayoutForMobile":1131,"customClass":1132,"elementVersion":1134},{"value":1125},{"hideDesktop":54,"hideMobile":54},{"value":1127},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":143},{"value":145},{"value":61},{"value":1133},[],{"value":150},{"marginLeft":1136,"marginRight":1137,"marginTop":1138,"marginBottom":1139},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{"extra":1143,"id":1099,"tagName":460,"class":1151,"meta":467},{"visibility":1144,"text":1146,"nodeId":1148,"customClass":1149},{"value":1145},{"hideMobile":58,"hideDesktop":58},{"value":1147},"\u003Ch1>Calendar and Events\u003C/h1>","cheading-j9mOxFah1K",{"value":1150},[],{"borders":1152,"borderRadius":1153,"radiusEdge":1154,"entranceAnimation":1155},{"value":23},{"value":25},{"value":27},{"value":466},{"extra":1157,"id":1100,"tagName":1177,"meta":1178,"class":1179},{"visibility":1158,"text":1160,"subText":1162,"productId":1163,"action":1165,"visitWebsite":1166,"hideElements":1167,"showElements":1168,"scrollToElement":1169,"stepPath":1170,"saleAction":1171,"phoneNumber":1172,"emailAddress":1173,"customClass":1174,"nodeId":1176},{"value":1159},{"hideMobile":58,"hideDesktop":58},{"value":1161},"Check Here",{},{"value":1164},{},{"value":169},{},{},{},{},{"value":273},{},{},{},{"value":1175},[],"cbutton-li2lENqrU_","c-button","button",{"buttonBgStyle":1180,"buttonVp":1182,"buttonHp":1184,"hoverAnimation":1186,"borders":1187,"borderRadius":1188,"radiusEdge":1190,"entranceAnimation":1191,"buttonBoxShadow":1193},{"value":1181},"custom",{"value":1183},"btn-vp",{"value":1185},"btn-hp",{"value":466},{"value":1105},{"value":1189},"radius10",{"value":27},{"value":1192},"buttonPulseGlow",{"value":1194},"btnshadow",{"extra":1196,"id":1101,"tagName":1204,"class":1205,"meta":1210},{"visibility":1197,"text":1199,"nodeId":1201,"customClass":1202},{"value":1198},{"hideMobile":58,"hideDesktop":58},{"value":1200},"\u003Ch2>Clubs & Organizers: Share your upcoming football tournaments and events on our calendar! Submit your info now! email us [email protected]\u003C/h2>","csub-heading-E4g_ES3vE3",{"value":1203},[],"c-sub-heading",{"borders":1206,"borderRadius":1207,"radiusEdge":1208,"entranceAnimation":1209},{"value":23},{"value":25},{"value":27},{"value":466},"sub-heading",{"extra":1212,"id":1102,"tagName":1177,"meta":1178,"class":1234},{"visibility":1213,"text":1215,"subText":1217,"productId":1218,"action":1220,"visitWebsite":1221,"hideElements":1224,"showElements":1225,"scrollToElement":1226,"stepPath":1227,"saleAction":1228,"phoneNumber":1229,"emailAddress":1230,"customClass":1231,"nodeId":1233},{"value":1214},{"hideMobile":58,"hideDesktop":58},{"value":1216},"Send Request",{},{"value":1219},{},{"value":176},{"value":1222},{"url":1223,"newTab":61},"https://forms.gle/ADku7CSMe5fR5rUs5",{},{},{},{},{},{},{},{"value":1232},[],"cbutton-O6CatCAzQj",{"buttonBgStyle":1235,"buttonVp":1236,"buttonHp":1237,"hoverAnimation":1238,"borders":1239,"borderRadius":1240,"radiusEdge":1242,"entranceAnimation":1243,"buttonBoxShadow":1244},{"value":1181},{"value":1183},{"value":1185},{"value":466},{"value":1105},{"value":1241},"radius50",{"value":27},{"value":1192},{"value":1194},{"id":1029,"type":116,"child":1246,"class":1250,"styles":1254,"extra":1266,"wrapper":1278,"tagName":156,"meta":116,"title":157,"mobileStyles":1283,"mobileWrapper":1284},[1247,1248,1249],"custom-code-2PVx2bn-3S","sub-heading-qYRZtUWEMf","image-KsxBnEb3wM",{"borders":1251,"borderRadius":1252,"radiusEdge":1253},{"value":23},{"value":25},{"value":27},{"boxShadow":1255,"paddingLeft":1256,"paddingRight":1257,"paddingTop":1258,"paddingBottom":1259,"backgroundColor":1260,"width":1261,"borderColor":1263,"borderWidth":1264,"borderStyle":1265},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":694},{"unit":31,"value":32},{"value":91},{"value":1262,"unit":102},18.4,{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":1267,"bgImage":1269,"columnLayout":1271,"justifyContentColumnLayout":1272,"alignContentColumnLayout":1273,"forceColumnLayoutForMobile":1274,"customClass":1275,"elementVersion":1277},{"value":1268},{"hideDesktop":54,"hideMobile":54},{"value":1270},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":143},{"value":145},{"value":61},{"value":1276},[],{"value":150},{"marginLeft":1279,"marginRight":1280,"marginTop":1281,"marginBottom":1282},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{"id":1028,"type":116,"child":1286,"class":1288,"styles":1292,"extra":1304,"wrapper":1316,"tagName":156,"meta":116,"title":157,"mobileStyles":1321,"mobileWrapper":1322},[1287],"custom-code-nZqljuCu0w",{"borders":1289,"borderRadius":1290,"radiusEdge":1291},{"value":23},{"value":25},{"value":27},{"boxShadow":1293,"paddingLeft":1294,"paddingRight":1295,"paddingTop":1296,"paddingBottom":1297,"backgroundColor":1298,"width":1299,"borderColor":1301,"borderWidth":1302,"borderStyle":1303},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":694},{"unit":31,"value":32},{"value":91},{"value":1300,"unit":102},33.2,{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":1305,"bgImage":1307,"columnLayout":1309,"justifyContentColumnLayout":1310,"alignContentColumnLayout":1311,"forceColumnLayoutForMobile":1312,"customClass":1313,"elementVersion":1315},{"value":1306},{"hideDesktop":54,"hideMobile":54},{"value":1308},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":143},{"value":145},{"value":61},{"value":1314},[],{"value":150},{"marginLeft":1317,"marginRight":1318,"marginTop":1319,"marginBottom":1320},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{"id":1027,"type":116,"child":1324,"class":1325,"styles":1329,"extra":1341,"wrapper":1353,"tagName":156,"meta":116,"title":157,"mobileStyles":1358,"mobileWrapper":1359},[],{"borders":1326,"borderRadius":1327,"radiusEdge":1328},{"value":23},{"value":25},{"value":27},{"boxShadow":1330,"paddingLeft":1331,"paddingRight":1332,"paddingTop":1333,"paddingBottom":1334,"backgroundColor":1335,"width":1336,"borderColor":1338,"borderWidth":1339,"borderStyle":1340},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":694},{"unit":31,"value":32},{"value":91},{"value":1337,"unit":102},6.1,{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":1342,"bgImage":1344,"columnLayout":1346,"justifyContentColumnLayout":1347,"alignContentColumnLayout":1348,"forceColumnLayoutForMobile":1349,"customClass":1350,"elementVersion":1352},{"value":1343},{"hideDesktop":54,"hideMobile":54},{"value":1345},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":143},{"value":145},{"value":61},{"value":1351},[],{"value":150},{"marginLeft":1354,"marginRight":1355,"marginTop":1356,"marginBottom":1357},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{"id":12,"type":16,"child":1361,"class":1364,"styles":1369,"extra":1383,"wrapper":1396,"meta":16,"tagName":68,"title":578,"mobileStyles":1397,"mobileWrapper":1398,"_id":12},[1362,1363],"row-l2ZIqDcqpC","row-MNp-ZDWy0v",{"width":1365,"borders":1366,"borderRadius":1367,"radiusEdge":1368},{"value":21},{"value":23},{"value":25},{"value":27},{"boxShadow":1370,"paddingLeft":1371,"paddingRight":1372,"paddingBottom":1373,"paddingTop":1374,"marginTop":1375,"marginBottom":1376,"marginLeft":1377,"marginRight":1378,"backgroundColor":1379,"borderColor":1380,"borderWidth":1381,"borderStyle":1382},{"value":27},{"unit":31,"value":32},{"value":32,"unit":31},{"unit":31,"value":1000},{"unit":31,"value":1000},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"value":44},{"value":44},{"value":46,"unit":31},{"value":48},{"sticky":1384,"visibility":1385,"bgImage":1387,"allowRowMaxWidth":1389,"customClass":1390,"elementScreenshot":1394},{"value":565},{"value":1386},{"hideDesktop":54,"hideMobile":54},{"value":1388},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":54},{"value":1391},[1392,1393],"uefabg","enlargeimg",{"value":1395},[],{},{},{},{"id":1362,"type":73,"child":1400,"class":1402,"styles":1407,"extra":1417,"wrapper":1425,"tagName":111,"meta":73,"title":1430,"mobileStyles":1431,"mobileWrapper":1432},[1401],"col-TWUMSTvo9q",{"alignRow":1403,"borders":1404,"borderRadius":1405,"radiusEdge":1406},{"value":80},{"value":23},{"value":25},{"value":27},{"boxShadow":1408,"paddingLeft":1409,"paddingRight":1410,"paddingTop":1411,"paddingBottom":1412,"backgroundColor":1413,"borderColor":1414,"borderWidth":1415,"borderStyle":1416},{"value":27},{"unit":31,"value":32},{"value":32,"unit":31},{"unit":31,"value":35},{"unit":31,"value":35},{"value":91},{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":1418,"bgImage":1420,"rowWidth":1422,"customClass":1423},{"value":1419},{"hideDesktop":54,"hideMobile":54},{"value":1421},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":101,"unit":102},{"value":1424},[],{"marginTop":1426,"marginBottom":1427,"marginLeft":1428,"marginRight":1429},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":58,"value":109},{"unit":58,"value":109},"1 Column Row",{},{},{"id":1401,"type":116,"child":1434,"class":1437,"styles":1441,"extra":1453,"wrapper":1465,"tagName":156,"meta":116,"title":504,"mobileStyles":1470,"mobileWrapper":1471},[1435,1436],"heading-S5pF_Q6wPF","sub-heading-R11B0etw9z",{"borders":1438,"borderRadius":1439,"radiusEdge":1440},{"value":1105},{"value":1107},{"value":1109},{"boxShadow":1442,"paddingLeft":1443,"paddingRight":1444,"paddingTop":1445,"paddingBottom":1446,"backgroundColor":1447,"width":1448,"borderColor":1450,"borderWidth":1451,"borderStyle":1452},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":694},{"unit":31,"value":694},{"value":91},{"value":1449,"unit":102},"100",{"value":374},{"value":59,"unit":31},{"value":48},{"visibility":1454,"bgImage":1456,"columnLayout":1458,"justifyContentColumnLayout":1459,"alignContentColumnLayout":1460,"forceColumnLayoutForMobile":1461,"customClass":1462,"elementVersion":1464},{"value":1455},{"hideDesktop":54,"hideMobile":54},{"value":1457},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":143},{"value":145},{"value":61},{"value":1463},[],{"value":150},{"marginLeft":1466,"marginRight":1467,"marginTop":1468,"marginBottom":1469},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{"extra":1473,"id":1435,"tagName":460,"class":1481,"meta":467},{"visibility":1474,"text":1476,"nodeId":1478,"customClass":1479},{"value":1475},{"hideMobile":58,"hideDesktop":58},{"value":1477},"\u003Cp>\u003Cspan style=\"font-family: Allerta\\ Stencil\">UEFA FINALS FEVER! The CHAMPIONS will Crowned!\u003C/span>\u003C/p>","cheading-S5pF_Q6wPF",{"value":1480},[],{"borders":1482,"borderRadius":1483,"radiusEdge":1484,"entranceAnimation":1485},{"value":23},{"value":25},{"value":27},{"value":466},{"extra":1487,"id":1436,"tagName":1204,"class":1495,"meta":1210},{"visibility":1488,"text":1490,"nodeId":1492,"customClass":1493},{"value":1489},{"hideMobile":58,"hideDesktop":58},{"value":1491},"\u003Ch2>\u003Cspan style=\"font-family: Roboto\">Davao Football Fans, Get Ready for the UEFA Finals Fever! Witness Europe's best battle for the ultimate club glory! \u003C/span>\u003C/h2>","csub-heading-R11B0etw9z",{"value":1494},[],{"borders":1496,"borderRadius":1497,"radiusEdge":1498,"entranceAnimation":1499},{"value":23},{"value":25},{"value":27},{"value":466},{"id":1363,"type":73,"child":1501,"class":1506,"styles":1511,"extra":1521,"wrapper":1529,"tagName":111,"meta":73,"title":1535,"mobileStyles":1536,"mobileWrapper":1537},[1502,1503,1504,1505],"col-Y6ycqd78tL","col-dbZQvyUngp","col-CqlaDMho0K","col-QK9gkzCzlS",{"alignRow":1507,"borders":1508,"borderRadius":1509,"radiusEdge":1510},{"value":80},{"value":23},{"value":25},{"value":27},{"boxShadow":1512,"paddingLeft":1513,"paddingRight":1514,"paddingTop":1515,"paddingBottom":1516,"backgroundColor":1517,"borderColor":1518,"borderWidth":1519,"borderStyle":1520},{"value":27},{"unit":31,"value":32},{"value":32,"unit":31},{"unit":31,"value":35},{"unit":31,"value":35},{"value":91},{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":1522,"bgImage":1524,"rowWidth":1526,"customClass":1527},{"value":1523},{"hideDesktop":54,"hideMobile":54},{"value":1525},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":101,"unit":102},{"value":1528},[1393],{"marginTop":1530,"marginBottom":1532,"marginLeft":1533,"marginRight":1534},{"unit":31,"value":1531},-24,{"unit":31,"value":32},{"unit":58,"value":109},{"unit":58,"value":109},"4 Column Row",{},{},{"id":1502,"type":116,"child":1539,"class":1542,"styles":1546,"extra":1557,"wrapper":1569,"tagName":156,"meta":116,"title":504,"mobileStyles":1574,"mobileWrapper":1575},[1540,1541],"image-fGvbntnhXf","sub-heading-ncqJBSL7zK",{"borders":1543,"borderRadius":1544,"radiusEdge":1545},{"value":23},{"value":25},{"value":27},{"boxShadow":1547,"paddingLeft":1548,"paddingRight":1549,"paddingTop":1550,"paddingBottom":1551,"backgroundColor":1552,"width":1553,"borderColor":1554,"borderWidth":1555,"borderStyle":1556},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":694},{"unit":31,"value":694},{"value":91},{"value":1449,"unit":102},{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":1558,"bgImage":1560,"columnLayout":1562,"justifyContentColumnLayout":1563,"alignContentColumnLayout":1564,"forceColumnLayoutForMobile":1565,"customClass":1566,"elementVersion":1568},{"value":1559},{"hideDesktop":54,"hideMobile":54},{"value":1561},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":143},{"value":145},{"value":61},{"value":1567},[],{"value":150},{"marginLeft":1570,"marginRight":1571,"marginTop":1572,"marginBottom":1573},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{"extra":1577,"id":1540,"meta":57,"tagName":530,"class":1598},{"nodeId":1578,"visibility":1579,"imageActions":1581,"visitWebsite":1582,"imageProperties":1584,"customClass":1587,"hideElements":1589,"showElements":1591,"scrollToElement":1593,"phoneNumber":1594,"emailAddress":1595,"stepPath":1596,"elementVersion":1597},"cimage-fGvbntnhXf",{"value":1580},{"hideDesktop":58,"hideMobile":58},{"value":27},{"value":1583},{"url":58,"newTab":54},{"value":1585},{"url":1586,"compression":61},"https://storage.googleapis.com/msgsndr/ZFMpjoMYe2Uslp95eTC2/media/681e2151b4903b3bf9ce419b.png",{"value":1588},[],{"value":1590},[],{"value":1592},[],{},{},{},{},{"value":150},{"imageRadius":1599,"imageBorder":1600,"imageEffects":1602,"entranceAnimation":1603},{"value":533},{"value":1601},"image-white-border",{"value":537},{"value":466},{"extra":1605,"id":1541,"tagName":1204,"class":1613,"meta":1210},{"visibility":1606,"text":1608,"nodeId":1610,"customClass":1611},{"value":1607},{"hideMobile":58,"hideDesktop":58},{"value":1609},"\u003Ch2>\u003Cspan style=\"font-family: Allerta\\ Stencil\">UEFA CHAMPIONS LEAGUE\u003C/span>\u003C/h2>","csub-heading-ncqJBSL7zK",{"value":1612},[],{"borders":1614,"borderRadius":1615,"radiusEdge":1616,"entranceAnimation":1617},{"value":23},{"value":25},{"value":27},{"value":466},{"id":1503,"type":116,"child":1619,"class":1622,"styles":1626,"extra":1637,"wrapper":1649,"tagName":156,"meta":116,"title":448,"mobileStyles":1654,"mobileWrapper":1655},[1620,1621],"image-MQLUdHTfPt","sub-heading-RUX6cdOg8A",{"borders":1623,"borderRadius":1624,"radiusEdge":1625},{"value":23},{"value":25},{"value":27},{"boxShadow":1627,"paddingLeft":1628,"paddingRight":1629,"paddingTop":1630,"paddingBottom":1631,"backgroundColor":1632,"width":1633,"borderColor":1634,"borderWidth":1635,"borderStyle":1636},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":694},{"unit":31,"value":694},{"value":91},{"value":1449,"unit":102},{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":1638,"bgImage":1640,"columnLayout":1642,"justifyContentColumnLayout":1643,"alignContentColumnLayout":1644,"forceColumnLayoutForMobile":1645,"customClass":1646,"elementVersion":1648},{"value":1639},{"hideDesktop":54,"hideMobile":54},{"value":1641},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":143},{"value":145},{"value":61},{"value":1647},[],{"value":150},{"marginLeft":1650,"marginRight":1651,"marginTop":1652,"marginBottom":1653},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{"extra":1657,"id":1620,"meta":57,"tagName":530,"class":1678},{"nodeId":1658,"visibility":1659,"imageActions":1661,"visitWebsite":1662,"imageProperties":1664,"customClass":1667,"hideElements":1669,"showElements":1671,"scrollToElement":1673,"phoneNumber":1674,"emailAddress":1675,"stepPath":1676,"elementVersion":1677},"cimage-MQLUdHTfPt",{"value":1660},{"hideDesktop":58,"hideMobile":58},{"value":27},{"value":1663},{"url":58,"newTab":54},{"value":1665},{"url":1666,"compression":61},"https://storage.googleapis.com/msgsndr/ZFMpjoMYe2Uslp95eTC2/media/681e2152b4903b0699ce419c.png",{"value":1668},[],{"value":1670},[],{"value":1672},[],{},{},{},{},{"value":150},{"imageRadius":1679,"imageBorder":1680,"imageEffects":1682,"entranceAnimation":1683},{"value":533},{"value":1681},"image-dark-border",{"value":537},{"value":466},{"extra":1685,"id":1621,"tagName":1204,"class":1693,"meta":1210},{"visibility":1686,"text":1688,"nodeId":1690,"customClass":1691},{"value":1687},{"hideMobile":58,"hideDesktop":58},{"value":1689},"\u003Ch2>\u003Cspan style=\"font-family: Allerta\\ Stencil\">UEFA EUROPA \u003C/span>\u003C/h2>\u003Ch2>\u003Cspan style=\"font-family: Allerta\\ Stencil\">LEAGUE\u003C/span>\u003C/h2>","csub-heading-RUX6cdOg8A",{"value":1692},[],{"borders":1694,"borderRadius":1695,"radiusEdge":1696,"entranceAnimation":1697},{"value":23},{"value":25},{"value":27},{"value":466},{"id":1504,"type":116,"child":1699,"class":1702,"styles":1706,"extra":1717,"wrapper":1729,"tagName":156,"meta":116,"title":157,"mobileStyles":1734,"mobileWrapper":1735},[1700,1701],"image-rfAkPmEqmo","sub-heading-R6Z69zii8v",{"borders":1703,"borderRadius":1704,"radiusEdge":1705},{"value":23},{"value":25},{"value":27},{"boxShadow":1707,"paddingLeft":1708,"paddingRight":1709,"paddingTop":1710,"paddingBottom":1711,"backgroundColor":1712,"width":1713,"borderColor":1714,"borderWidth":1715,"borderStyle":1716},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":694},{"unit":31,"value":694},{"value":91},{"value":1449,"unit":102},{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":1718,"bgImage":1720,"columnLayout":1722,"justifyContentColumnLayout":1723,"alignContentColumnLayout":1724,"forceColumnLayoutForMobile":1725,"customClass":1726,"elementVersion":1728},{"value":1719},{"hideDesktop":54,"hideMobile":54},{"value":1721},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":143},{"value":145},{"value":61},{"value":1727},[],{"value":150},{"marginLeft":1730,"marginRight":1731,"marginTop":1732,"marginBottom":1733},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{"extra":1737,"id":1700,"meta":57,"tagName":530,"class":1758},{"nodeId":1738,"visibility":1739,"imageActions":1741,"visitWebsite":1742,"imageProperties":1744,"customClass":1747,"hideElements":1749,"showElements":1751,"scrollToElement":1753,"phoneNumber":1754,"emailAddress":1755,"stepPath":1756,"elementVersion":1757},"cimage-rfAkPmEqmo",{"value":1740},{"hideDesktop":58,"hideMobile":58},{"value":27},{"value":1743},{"url":58,"newTab":54},{"value":1745},{"url":1746,"compression":61},"https://storage.googleapis.com/msgsndr/ZFMpjoMYe2Uslp95eTC2/media/681e2153c751293c2d4c003e.png",{"value":1748},[],{"value":1750},[],{"value":1752},[],{},{},{},{},{"value":150},{"imageRadius":1759,"imageBorder":1760,"imageEffects":1761,"entranceAnimation":1762},{"value":533},{"value":1681},{"value":537},{"value":466},{"extra":1764,"id":1701,"tagName":1204,"class":1772,"meta":1210},{"visibility":1765,"text":1767,"nodeId":1769,"customClass":1770},{"value":1766},{"hideMobile":58,"hideDesktop":58},{"value":1768},"\u003Ch2>\u003Cspan style=\"font-family: Allerta\\ Stencil\">UEFA CONFERENCE LEAGUE\u003C/span>\u003C/h2>","csub-heading-R6Z69zii8v",{"value":1771},[],{"borders":1773,"borderRadius":1774,"radiusEdge":1775,"entranceAnimation":1776},{"value":23},{"value":25},{"value":27},{"value":466},{"id":1505,"type":116,"child":1778,"class":1781,"styles":1785,"extra":1796,"wrapper":1808,"tagName":156,"meta":116,"title":1813,"mobileStyles":1814,"mobileWrapper":1815},[1779,1780],"image-7w3TZRiWlN","sub-heading-t1LsNWKgmK",{"borders":1782,"borderRadius":1783,"radiusEdge":1784},{"value":23},{"value":25},{"value":27},{"boxShadow":1786,"paddingLeft":1787,"paddingRight":1788,"paddingTop":1789,"paddingBottom":1790,"backgroundColor":1791,"width":1792,"borderColor":1793,"borderWidth":1794,"borderStyle":1795},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":694},{"unit":31,"value":694},{"value":91},{"value":1449,"unit":102},{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":1797,"bgImage":1799,"columnLayout":1801,"justifyContentColumnLayout":1802,"alignContentColumnLayout":1803,"forceColumnLayoutForMobile":1804,"customClass":1805,"elementVersion":1807},{"value":1798},{"hideDesktop":54,"hideMobile":54},{"value":1800},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":143},{"value":145},{"value":61},{"value":1806},[],{"value":150},{"marginLeft":1809,"marginRight":1810,"marginTop":1811,"marginBottom":1812},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},"4th Column",{},{},{"extra":1817,"id":1779,"meta":57,"tagName":530,"class":1838},{"nodeId":1818,"visibility":1819,"imageActions":1821,"visitWebsite":1822,"imageProperties":1824,"customClass":1827,"hideElements":1829,"showElements":1831,"scrollToElement":1833,"phoneNumber":1834,"emailAddress":1835,"stepPath":1836,"elementVersion":1837},"cimage-7w3TZRiWlN",{"value":1820},{"hideDesktop":58,"hideMobile":58},{"value":27},{"value":1823},{"url":58,"newTab":54},{"value":1825},{"url":1826,"compression":61},"https://storage.googleapis.com/msgsndr/ZFMpjoMYe2Uslp95eTC2/media/681e2151532204eff904966c.png",{"value":1828},[],{"value":1830},[],{"value":1832},[],{},{},{},{},{"value":150},{"imageRadius":1839,"imageBorder":1840,"imageEffects":1841,"entranceAnimation":1842},{"value":533},{"value":1601},{"value":537},{"value":466},{"extra":1844,"id":1780,"tagName":1204,"class":1852,"meta":1210},{"visibility":1845,"text":1847,"nodeId":1849,"customClass":1850},{"value":1846},{"hideMobile":58,"hideDesktop":58},{"value":1848},"\u003Ch2>\u003Cspan style=\"font-family: Allerta\\ Stencil\">WOMENS UEFA CHAMPIONS LEAGUE\u003C/span>\u003C/h2>","csub-heading-t1LsNWKgmK",{"value":1851},[],{"borders":1853,"borderRadius":1854,"radiusEdge":1855,"entranceAnimation":1856},{"value":23},{"value":25},{"value":27},{"value":466},{"id":13,"type":16,"child":1858,"class":1863,"styles":1868,"extra":1882,"wrapper":1893,"meta":16,"tagName":68,"title":578,"mobileStyles":1894,"mobileWrapper":1895,"_id":13},[1859,1860,1861,1862],"row-lexBYm_Mjc","row-Va2IU_Y3Bo","row-tJB43bMCOc","row-Z37dr9g8tH",{"width":1864,"borders":1865,"borderRadius":1866,"radiusEdge":1867},{"value":21},{"value":23},{"value":25},{"value":27},{"boxShadow":1869,"paddingLeft":1870,"paddingRight":1871,"paddingBottom":1872,"paddingTop":1873,"marginTop":1874,"marginBottom":1875,"marginLeft":1876,"marginRight":1877,"backgroundColor":1878,"borderColor":1879,"borderWidth":1880,"borderStyle":1881},{"value":27},{"unit":31,"value":32},{"value":32,"unit":31},{"unit":31,"value":1000},{"unit":31,"value":694},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"value":378},{"value":44},{"value":46,"unit":31},{"value":48},{"sticky":1883,"visibility":1884,"bgImage":1886,"allowRowMaxWidth":1888,"customClass":1889,"elementScreenshot":1891},{"value":565},{"value":1885},{"hideDesktop":54,"hideMobile":54},{"value":1887},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":54},{"value":1890},[],{"value":1892},[],{},{},{},{"id":1861,"type":73,"child":1897,"class":1902,"styles":1907,"extra":1917,"wrapper":1926,"tagName":111,"meta":73,"title":1535,"mobileStyles":1931,"mobileWrapper":1932},[1898,1899,1900,1901],"col-Yhj-PSsPt0","col-88h8RAPsil","col-YEZbAFoJ7t","col-DaPOcRANak",{"alignRow":1903,"borders":1904,"borderRadius":1905,"radiusEdge":1906},{"value":80},{"value":23},{"value":25},{"value":27},{"boxShadow":1908,"paddingLeft":1909,"paddingRight":1910,"paddingTop":1911,"paddingBottom":1912,"backgroundColor":1913,"borderColor":1914,"borderWidth":1915,"borderStyle":1916},{"value":27},{"unit":31,"value":32},{"value":32,"unit":31},{"unit":31,"value":595},{"unit":31,"value":595},{"value":91},{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":1918,"bgImage":1920,"rowWidth":1922,"customClass":1923},{"value":1919},{"hideDesktop":54,"hideMobile":54},{"value":1921},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":101,"unit":102},{"value":1924},[1925],"imghover-zoom",{"marginTop":1927,"marginBottom":1928,"marginLeft":1929,"marginRight":1930},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":58,"value":109},{"unit":58,"value":109},{},{},{"id":1898,"type":116,"child":1934,"class":1938,"styles":1942,"extra":1953,"wrapper":1965,"tagName":156,"meta":116,"title":504,"mobileStyles":1970,"mobileWrapper":1971},[1935,1936,1937],"image-YHy_X-cESa","sub-heading-FBadSN6dDF","paragraph-kiMGU8cq4Z",{"borders":1939,"borderRadius":1940,"radiusEdge":1941},{"value":23},{"value":25},{"value":27},{"boxShadow":1943,"paddingLeft":1944,"paddingRight":1945,"paddingTop":1946,"paddingBottom":1947,"backgroundColor":1948,"width":1949,"borderColor":1950,"borderWidth":1951,"borderStyle":1952},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":694},{"unit":31,"value":694},{"value":91},{"value":1449,"unit":102},{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":1954,"bgImage":1956,"columnLayout":1958,"justifyContentColumnLayout":1959,"alignContentColumnLayout":1960,"forceColumnLayoutForMobile":1961,"customClass":1962,"elementVersion":1964},{"value":1955},{"hideDesktop":54,"hideMobile":54},{"value":1957},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":143},{"value":145},{"value":61},{"value":1963},[],{"value":150},{"marginLeft":1966,"marginRight":1967,"marginTop":1968,"marginBottom":1969},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{"extra":1973,"id":1935,"meta":57,"tagName":530,"class":1994},{"nodeId":1974,"visibility":1975,"imageActions":1977,"visitWebsite":1978,"imageProperties":1980,"customClass":1983,"hideElements":1985,"showElements":1987,"scrollToElement":1989,"phoneNumber":1990,"emailAddress":1991,"stepPath":1992,"elementVersion":1993},"cimage-YHy_X-cESa",{"value":1976},{"hideDesktop":58,"hideMobile":58},{"value":27},{"value":1979},{"url":58,"newTab":54},{"value":1981},{"url":1982,"altText":732,"compression":61},"https://storage.googleapis.com/msgsndr/ZFMpjoMYe2Uslp95eTC2/media/681bceefe17a08806a285caa.jpeg",{"value":1984},[],{"value":1986},[],{"value":1988},[],{},{},{},{},{"value":150},{"imageRadius":1995,"imageBorder":1996,"imageEffects":1997,"entranceAnimation":1998},{"value":533},{"value":535},{"value":537},{"value":466},{"extra":2000,"id":1936,"tagName":1204,"class":2008,"meta":1210},{"visibility":2001,"text":2003,"nodeId":2005,"customClass":2006},{"value":2002},{"hideMobile":58,"hideDesktop":58},{"value":2004},"\u003Ch2>\u003Cstrong>The AFC \"C\" Diploma Coaching Course in Panabo City - A Success\u003C/strong>!\u003C/h2>","csub-heading-FBadSN6dDF",{"value":2007},[],{"borders":2009,"borderRadius":2010,"radiusEdge":2011,"entranceAnimation":2012},{"value":23},{"value":25},{"value":27},{"value":466},{"extra":2014,"id":1937,"tagName":2022,"class":2023,"meta":2028},{"visibility":2015,"text":2017,"nodeId":2019,"customClass":2020},{"value":2016},{"hideMobile":58,"hideDesktop":58},{"value":2018},"\u003Cp>\u003Ca target=\"_self\" rel=\"noopener noreferrer\" href=\"https://dsrfa.com/news#section-VrGA15vSTY\">More Details\u003C/a>\u003C/p>","cparagraph-kiMGU8cq4Z",{"value":2021},[],"c-paragraph",{"borders":2024,"borderRadius":2025,"radiusEdge":2026,"entranceAnimation":2027},{"value":23},{"value":25},{"value":27},{"value":539},"paragraph",{"id":1899,"type":116,"child":2030,"class":2034,"styles":2038,"extra":2049,"wrapper":2061,"tagName":156,"meta":116,"title":448,"mobileStyles":2066,"mobileWrapper":2067},[2031,2032,2033],"image-E_tV_aSlnC","sub-heading-PBeL_WJksk","paragraph-rLksPXTCBg",{"borders":2035,"borderRadius":2036,"radiusEdge":2037},{"value":23},{"value":25},{"value":27},{"boxShadow":2039,"paddingLeft":2040,"paddingRight":2041,"paddingTop":2042,"paddingBottom":2043,"backgroundColor":2044,"width":2045,"borderColor":2046,"borderWidth":2047,"borderStyle":2048},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":694},{"unit":31,"value":694},{"value":91},{"value":1449,"unit":102},{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":2050,"bgImage":2052,"columnLayout":2054,"justifyContentColumnLayout":2055,"alignContentColumnLayout":2056,"forceColumnLayoutForMobile":2057,"customClass":2058,"elementVersion":2060},{"value":2051},{"hideDesktop":54,"hideMobile":54},{"value":2053},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":143},{"value":145},{"value":61},{"value":2059},[],{"value":150},{"marginLeft":2062,"marginRight":2063,"marginTop":2064,"marginBottom":2065},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{"extra":2069,"id":2031,"meta":57,"tagName":530,"class":2090},{"nodeId":2070,"visibility":2071,"imageActions":2073,"visitWebsite":2074,"imageProperties":2076,"customClass":2079,"hideElements":2081,"showElements":2083,"scrollToElement":2085,"phoneNumber":2086,"emailAddress":2087,"stepPath":2088,"elementVersion":2089},"cimage-E_tV_aSlnC",{"value":2072},{"hideDesktop":58,"hideMobile":58},{"value":27},{"value":2075},{"url":58,"newTab":54},{"value":2077},{"url":2078,"altText":732,"compression":61},"https://storage.googleapis.com/msgsndr/ZFMpjoMYe2Uslp95eTC2/media/681bceef58e749b4428dde01.jpeg",{"value":2080},[],{"value":2082},[],{"value":2084},[],{},{},{},{},{"value":150},{"imageRadius":2091,"imageBorder":2092,"imageEffects":2093,"entranceAnimation":2094},{"value":533},{"value":535},{"value":537},{"value":466},{"extra":2096,"id":2032,"tagName":1204,"class":2104,"meta":1210},{"visibility":2097,"text":2099,"nodeId":2101,"customClass":2102},{"value":2098},{"hideMobile":58,"hideDesktop":58},{"value":2100},"\u003Ch2>\u003Cstrong>Successful PFF 'D' Coaching Course Concludes in Davao City\u003C/strong>\u003C/h2>","csub-heading-PBeL_WJksk",{"value":2103},[],{"borders":2105,"borderRadius":2106,"radiusEdge":2107,"entranceAnimation":2108},{"value":23},{"value":25},{"value":27},{"value":466},{"extra":2110,"id":2033,"tagName":2022,"class":2118,"meta":2028},{"visibility":2111,"text":2113,"nodeId":2115,"customClass":2116},{"value":2112},{"hideMobile":58,"hideDesktop":58},{"value":2114},"\u003Cp>\u003Ca target=\"_self\" rel=\"noopener noreferrer\" href=\"https://dsrfa.com/news#section-P_f61B7RLZ\">More Details\u003C/a>\u003C/p>","cparagraph-rLksPXTCBg",{"value":2117},[],{"borders":2119,"borderRadius":2120,"radiusEdge":2121,"entranceAnimation":2122},{"value":23},{"value":25},{"value":27},{"value":539},{"id":1900,"type":116,"child":2124,"class":2128,"styles":2132,"extra":2143,"wrapper":2155,"tagName":156,"meta":116,"title":157,"mobileStyles":2160,"mobileWrapper":2161},[2125,2126,2127],"image-55jTgaTzHx","sub-heading-Knr9dEPYMA","paragraph-GaJNiESoab",{"borders":2129,"borderRadius":2130,"radiusEdge":2131},{"value":23},{"value":25},{"value":27},{"boxShadow":2133,"paddingLeft":2134,"paddingRight":2135,"paddingTop":2136,"paddingBottom":2137,"backgroundColor":2138,"width":2139,"borderColor":2140,"borderWidth":2141,"borderStyle":2142},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":694},{"unit":31,"value":694},{"value":91},{"value":1449,"unit":102},{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":2144,"bgImage":2146,"columnLayout":2148,"justifyContentColumnLayout":2149,"alignContentColumnLayout":2150,"forceColumnLayoutForMobile":2151,"customClass":2152,"elementVersion":2154},{"value":2145},{"hideDesktop":54,"hideMobile":54},{"value":2147},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":143},{"value":145},{"value":61},{"value":2153},[],{"value":150},{"marginLeft":2156,"marginRight":2157,"marginTop":2158,"marginBottom":2159},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{"extra":2163,"id":2125,"meta":57,"tagName":530,"class":2184},{"nodeId":2164,"visibility":2165,"imageActions":2167,"visitWebsite":2168,"imageProperties":2170,"customClass":2173,"hideElements":2175,"showElements":2177,"scrollToElement":2179,"phoneNumber":2180,"emailAddress":2181,"stepPath":2182,"elementVersion":2183},"cimage-55jTgaTzHx",{"value":2166},{"hideDesktop":58,"hideMobile":58},{"value":27},{"value":2169},{"url":58,"newTab":54},{"value":2171},{"url":2172,"altText":732,"compression":61},"https://storage.googleapis.com/msgsndr/ZFMpjoMYe2Uslp95eTC2/media/681be35c7fc2d20826225ab6.jpeg",{"value":2174},[],{"value":2176},[],{"value":2178},[],{},{},{},{},{"value":150},{"imageRadius":2185,"imageBorder":2186,"imageEffects":2187,"entranceAnimation":2188},{"value":533},{"value":535},{"value":537},{"value":466},{"extra":2190,"id":2126,"tagName":1204,"class":2198,"meta":1210},{"visibility":2191,"text":2193,"nodeId":2195,"customClass":2196},{"value":2192},{"hideMobile":58,"hideDesktop":58},{"value":2194},"\u003Ch2>\u003Cstrong>Mark Your Calendars! The 7th Black Knights FC Tournament is Coming to Davao City!\u003C/strong>\u003C/h2>","csub-heading-Knr9dEPYMA",{"value":2197},[],{"borders":2199,"borderRadius":2200,"radiusEdge":2201,"entranceAnimation":2202},{"value":23},{"value":25},{"value":27},{"value":466},{"extra":2204,"id":2127,"tagName":2022,"class":2212,"meta":2028},{"visibility":2205,"text":2207,"nodeId":2209,"customClass":2210},{"value":2206},{"hideMobile":58,"hideDesktop":58},{"value":2208},"\u003Cp>\u003Ca target=\"_self\" rel=\"noopener noreferrer\" href=\"https://dsrfa.com/news#section-HqAYwCk4xp\">More Details\u003C/a>\u003C/p>","cparagraph-GaJNiESoab",{"value":2211},[],{"borders":2213,"borderRadius":2214,"radiusEdge":2215,"entranceAnimation":2216},{"value":23},{"value":25},{"value":27},{"value":539},{"id":1901,"type":116,"child":2218,"class":2222,"styles":2226,"extra":2237,"wrapper":2249,"tagName":156,"meta":116,"title":1813,"mobileStyles":2254,"mobileWrapper":2255},[2219,2220,2221],"image-PkJOSiE5hT","sub-heading-8DB1GNG2aQ","paragraph-8zEI2VAgbB",{"borders":2223,"borderRadius":2224,"radiusEdge":2225},{"value":23},{"value":25},{"value":27},{"boxShadow":2227,"paddingLeft":2228,"paddingRight":2229,"paddingTop":2230,"paddingBottom":2231,"backgroundColor":2232,"width":2233,"borderColor":2234,"borderWidth":2235,"borderStyle":2236},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":694},{"unit":31,"value":694},{"value":91},{"value":1449,"unit":102},{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":2238,"bgImage":2240,"columnLayout":2242,"justifyContentColumnLayout":2243,"alignContentColumnLayout":2244,"forceColumnLayoutForMobile":2245,"customClass":2246,"elementVersion":2248},{"value":2239},{"hideDesktop":54,"hideMobile":54},{"value":2241},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":143},{"value":145},{"value":61},{"value":2247},[],{"value":150},{"marginLeft":2250,"marginRight":2251,"marginTop":2252,"marginBottom":2253},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{"extra":2257,"id":2219,"meta":57,"tagName":530,"class":2278},{"nodeId":2258,"visibility":2259,"imageActions":2261,"visitWebsite":2262,"imageProperties":2264,"customClass":2267,"hideElements":2269,"showElements":2271,"scrollToElement":2273,"phoneNumber":2274,"emailAddress":2275,"stepPath":2276,"elementVersion":2277},"cimage-PkJOSiE5hT",{"value":2260},{"hideDesktop":58,"hideMobile":58},{"value":27},{"value":2263},{"url":58,"newTab":54},{"value":2265},{"url":2266,"altText":732,"compression":61},"https://storage.googleapis.com/msgsndr/ZFMpjoMYe2Uslp95eTC2/media/681be36558e74959f38e0043.jpeg",{"value":2268},[],{"value":2270},[],{"value":2272},[],{},{},{},{},{"value":150},{"imageRadius":2279,"imageBorder":2280,"imageEffects":2281,"entranceAnimation":2282},{"value":533},{"value":535},{"value":537},{"value":466},{"extra":2284,"id":2220,"tagName":1204,"class":2292,"meta":1210},{"visibility":2285,"text":2287,"nodeId":2289,"customClass":2290},{"value":2286},{"hideMobile":58,"hideDesktop":58},{"value":2288},"\u003Ch2>\u003Cstrong>Gear Up for the JCI Greater Davao 1st Greater Football Tournament!\u003C/strong>\u003C/h2>","csub-heading-8DB1GNG2aQ",{"value":2291},[],{"borders":2293,"borderRadius":2294,"radiusEdge":2295,"entranceAnimation":2296},{"value":23},{"value":25},{"value":27},{"value":466},{"extra":2298,"id":2221,"tagName":2022,"class":2305,"meta":2028},{"visibility":2299,"text":2301,"nodeId":2302,"customClass":2303},{"value":2300},{"hideMobile":58,"hideDesktop":58},{"value":2114},"cparagraph-8zEI2VAgbB",{"value":2304},[],{"borders":2306,"borderRadius":2307,"radiusEdge":2308,"entranceAnimation":2309},{"value":23},{"value":25},{"value":27},{"value":539},{"id":1860,"type":73,"child":2311,"class":2313,"styles":2318,"extra":2328,"wrapper":2336,"tagName":111,"meta":73,"title":1430,"mobileStyles":2341,"mobileWrapper":2342},[2312],"col-mb_m6rPGEd",{"alignRow":2314,"borders":2315,"borderRadius":2316,"radiusEdge":2317},{"value":80},{"value":23},{"value":25},{"value":27},{"boxShadow":2319,"paddingLeft":2320,"paddingRight":2321,"paddingTop":2322,"paddingBottom":2323,"backgroundColor":2324,"borderColor":2325,"borderWidth":2326,"borderStyle":2327},{"value":27},{"unit":31,"value":32},{"value":32,"unit":31},{"unit":31,"value":595},{"unit":31,"value":595},{"value":91},{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":2329,"bgImage":2331,"rowWidth":2333,"customClass":2334},{"value":2330},{"hideDesktop":54,"hideMobile":54},{"value":2332},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":101,"unit":102},{"value":2335},[],{"marginTop":2337,"marginBottom":2338,"marginLeft":2339,"marginRight":2340},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":58,"value":109},{"unit":58,"value":109},{},{},{"id":2312,"type":116,"child":2344,"class":2347,"styles":2351,"extra":2362,"wrapper":2374,"tagName":156,"meta":116,"title":504,"mobileStyles":2379,"mobileWrapper":2380},[2345,2346],"image-feature-SS7K-cUVCb","divider-J7H9qhfs41",{"borders":2348,"borderRadius":2349,"radiusEdge":2350},{"value":23},{"value":25},{"value":27},{"boxShadow":2352,"paddingLeft":2353,"paddingRight":2354,"paddingTop":2355,"paddingBottom":2356,"backgroundColor":2357,"width":2358,"borderColor":2359,"borderWidth":2360,"borderStyle":2361},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":694},{"unit":31,"value":694},{"value":91},{"value":1449,"unit":102},{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":2363,"bgImage":2365,"columnLayout":2367,"justifyContentColumnLayout":2368,"alignContentColumnLayout":2369,"forceColumnLayoutForMobile":2370,"customClass":2371,"elementVersion":2373},{"value":2364},{"hideDesktop":54,"hideMobile":54},{"value":2366},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":143},{"value":145},{"value":61},{"value":2372},[],{"value":150},{"marginLeft":2375,"marginRight":2376,"marginTop":2377,"marginBottom":2378},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{"extra":2382,"id":2346,"meta":2388,"tagName":2389,"class":2390},{"visibility":2383,"customClass":2385,"nodeId":2387},{"value":2384},{"hideMobile":58,"hideDesktop":58},{"value":2386},[],"cdivider-J7H9qhfs41","divider","c-divider",{},{"extra":2392,"id":2345,"meta":763,"tagName":764,"class":2427},{"nodeId":2393,"typography":2394,"imageActions":2395,"visitWebsite":2396,"imageProperties":2398,"text":2400,"featureHeadline":2402,"featureHeadlineDesktopFontSize":2404,"featureHeadlineMobileFontSize":2406,"desktopFontSize":2407,"mobileFontSize":2408,"featureImageBorder":2409,"featureImageRadius":2410,"featureImageShadow":2411,"featureImageEffects":2412,"visibility":2413,"icon":2415,"customClass":2417,"hideElements":2419,"showElements":2421,"scrollToElement":2423,"phoneNumber":2424,"emailAddress":2425,"stepPath":2426},"cimage-feature-SS7K-cUVCb",{"value":725},{"value":27},{"value":2397},{"url":58,"newTab":54},{"value":2399},{"width":58,"height":58,"url":731,"altText":732,"compression":61,"placeholderBase64":58,"servingUrl":58,"imageMeta":58},{"value":2401},"\u003Cp>\u003Cstrong>PFF and DRFA Present: D Certificate Course (June 3-7, Davao Del Sur)\u003C/strong>\u003C/p>\u003Cp>\u003C/p>\u003Cp>The Philippine Football Federation (PFF) and the Davao-South Regional Football Association (DRFA) are bringing the PFF D Course to Davao del Sur from June 3 to June 7, 2025! This is a fantastic opportunity for aspiring and current football coaches in our region to enhance their knowledge and skills.\u003C/p>\u003Cp>\u003C/p>\u003Cp>\u003Cbr>Course Details:\u003C/p>\u003Cp>\u003Cbr>Location: Davao Sugar Central Corporation , Hagonoy, Davao del Sur, Davao Region\u003Cem>\u003Cspan style=\"font-family: Noto\\ Sans\\ JP\"> \u003C/span>\u003C/em>\u003Ca target=\"_self\" rel=\"noopener noreferrer\" href=\"https://dsrfa.com/news#section-VrGA15vSTY\">\u003Cem>\u003Cspan style=\"font-family: Noto\\ Sans\\ JP\">(more details)\u003C/span>\u003C/em>\u003C/a>\u003C/p>",{"value":2403},"\u003Ch2>Unlock Your Coaching Potential with the PFF D Course in Davao del Sur!\u003C/h2>",{"value":2405,"unit":31},1,{"value":740,"unit":31},{"value":355,"unit":31},{"value":333,"unit":31},{"value":535},{"value":745},{"value":747},{"value":537},{"value":2414},{"hideDesktop":58,"hideMobile":58},{"value":2416},{"name":58,"unicode":58,"fontFamily":58},{"value":2418},[],{"value":2420},[],{"value":2422},[],{"value":58},{"value":58},{"value":58},{"value":58},{"featureColumnSize":2428,"featureColumnOrder":2429},{"value":767},{"value":769},{"id":1859,"type":73,"child":2431,"class":2433,"styles":2438,"extra":2448,"wrapper":2456,"tagName":111,"meta":73,"title":1430,"mobileStyles":2461,"mobileWrapper":2462},[2432],"col-v32x6VucVP",{"alignRow":2434,"borders":2435,"borderRadius":2436,"radiusEdge":2437},{"value":80},{"value":23},{"value":25},{"value":27},{"boxShadow":2439,"paddingLeft":2440,"paddingRight":2441,"paddingTop":2442,"paddingBottom":2443,"backgroundColor":2444,"borderColor":2445,"borderWidth":2446,"borderStyle":2447},{"value":27},{"unit":31,"value":32},{"value":32,"unit":31},{"unit":31,"value":595},{"unit":31,"value":595},{"value":91},{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":2449,"bgImage":2451,"rowWidth":2453,"customClass":2454},{"value":2450},{"hideDesktop":54,"hideMobile":54},{"value":2452},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":101,"unit":102},{"value":2455},[],{"marginTop":2457,"marginBottom":2458,"marginLeft":2459,"marginRight":2460},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":58,"value":109},{"unit":58,"value":109},{},{},{"id":2432,"type":116,"child":2464,"class":2467,"styles":2471,"extra":2482,"wrapper":2494,"tagName":156,"meta":116,"title":504,"mobileStyles":2499,"mobileWrapper":2500},[2465,2466],"heading-zstKA8Dy35","divider-x7rAmKxz0N",{"borders":2468,"borderRadius":2469,"radiusEdge":2470},{"value":23},{"value":25},{"value":27},{"boxShadow":2472,"paddingLeft":2473,"paddingRight":2474,"paddingTop":2475,"paddingBottom":2476,"backgroundColor":2477,"width":2478,"borderColor":2479,"borderWidth":2480,"borderStyle":2481},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":694},{"unit":31,"value":694},{"value":91},{"value":1449,"unit":102},{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":2483,"bgImage":2485,"columnLayout":2487,"justifyContentColumnLayout":2488,"alignContentColumnLayout":2489,"forceColumnLayoutForMobile":2490,"customClass":2491,"elementVersion":2493},{"value":2484},{"hideDesktop":54,"hideMobile":54},{"value":2486},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":143},{"value":145},{"value":61},{"value":2492},[],{"value":150},{"marginLeft":2495,"marginRight":2496,"marginTop":2497,"marginBottom":2498},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{"extra":2502,"id":2465,"tagName":460,"class":2510,"meta":467},{"visibility":2503,"text":2505,"nodeId":2507,"customClass":2508},{"value":2504},{"hideMobile":58,"hideDesktop":58},{"value":2506},"\u003Ch1>TODAY ON DRFA\u003C/h1>","cheading-zstKA8Dy35",{"value":2509},[],{"borders":2511,"borderRadius":2512,"radiusEdge":2513,"entranceAnimation":2514},{"value":23},{"value":25},{"value":27},{"value":466},{"extra":2516,"id":2466,"meta":2388,"tagName":2389,"class":2522},{"visibility":2517,"customClass":2519,"nodeId":2521},{"value":2518},{"hideMobile":58,"hideDesktop":58},{"value":2520},[],"cdivider-x7rAmKxz0N",{},{"id":1862,"type":73,"child":2524,"class":2526,"styles":2531,"extra":2541,"wrapper":2549,"tagName":111,"meta":73,"title":1430,"mobileStyles":2554,"mobileWrapper":2555},[2525],"col-17M1Qk0CoT",{"alignRow":2527,"borders":2528,"borderRadius":2529,"radiusEdge":2530},{"value":80},{"value":23},{"value":25},{"value":27},{"boxShadow":2532,"paddingLeft":2533,"paddingRight":2534,"paddingTop":2535,"paddingBottom":2536,"backgroundColor":2537,"borderColor":2538,"borderWidth":2539,"borderStyle":2540},{"value":27},{"unit":31,"value":32},{"value":32,"unit":31},{"unit":31,"value":595},{"unit":31,"value":595},{"value":91},{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":2542,"bgImage":2544,"rowWidth":2546,"customClass":2547},{"value":2543},{"hideDesktop":54,"hideMobile":54},{"value":2545},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":101,"unit":102},{"value":2548},[],{"marginTop":2550,"marginBottom":2551,"marginLeft":2552,"marginRight":2553},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":58,"value":109},{"unit":58,"value":109},{},{},{"id":2525,"type":116,"child":2557,"class":2561,"styles":2565,"extra":2576,"wrapper":2588,"tagName":156,"meta":116,"title":504,"mobileStyles":2593,"mobileWrapper":2594},[2558,2559,2560],"divider-Ocr--2tfVs","sub-heading-p2OyFlEgr9","button-PALp5lUxqA",{"borders":2562,"borderRadius":2563,"radiusEdge":2564},{"value":23},{"value":25},{"value":27},{"boxShadow":2566,"paddingLeft":2567,"paddingRight":2568,"paddingTop":2569,"paddingBottom":2570,"backgroundColor":2571,"width":2572,"borderColor":2573,"borderWidth":2574,"borderStyle":2575},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":694},{"unit":31,"value":694},{"value":91},{"value":1449,"unit":102},{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":2577,"bgImage":2579,"columnLayout":2581,"justifyContentColumnLayout":2582,"alignContentColumnLayout":2583,"forceColumnLayoutForMobile":2584,"customClass":2585,"elementVersion":2587},{"value":2578},{"hideDesktop":54,"hideMobile":54},{"value":2580},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":143},{"value":145},{"value":61},{"value":2586},[],{"value":150},{"marginLeft":2589,"marginRight":2590,"marginTop":2591,"marginBottom":2592},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{"extra":2596,"id":2559,"tagName":1204,"class":2604,"meta":1210},{"visibility":2597,"text":2599,"nodeId":2601,"customClass":2602},{"value":2598},{"hideMobile":58,"hideDesktop":58},{"value":2600},"\u003Ch2>\u003Cstrong>Get all the details on the latest football news and events! Visit our NEWS page here!\u003C/strong>\u003C/h2>","csub-heading-p2OyFlEgr9",{"value":2603},[],{"borders":2605,"borderRadius":2606,"radiusEdge":2607,"entranceAnimation":2608},{"value":23},{"value":25},{"value":27},{"value":466},{"extra":2610,"id":2560,"tagName":1177,"meta":1178,"class":2631},{"visibility":2611,"text":2613,"subText":2615,"productId":2616,"action":2618,"visitWebsite":2619,"hideElements":2620,"showElements":2621,"scrollToElement":2622,"stepPath":2623,"saleAction":2625,"phoneNumber":2626,"emailAddress":2627,"customClass":2628,"nodeId":2630},{"value":2612},{"hideMobile":58,"hideDesktop":58},{"value":2614},"NEWS!",{},{"value":2617},{},{"value":169},{},{},{},{},{"value":2624},"4c99ab49-9cac-40f9-8e65-b22ad1a99415",{},{},{},{"value":2629},[],"cbutton-ZSnyuh5E5i",{"buttonBgStyle":2632,"buttonVp":2633,"buttonHp":2634,"hoverAnimation":2635,"borders":2636,"borderRadius":2637,"radiusEdge":2638,"entranceAnimation":2639,"buttonBoxShadow":2641},{"value":1181},{"value":1183},{"value":1185},{"value":466},{"value":1105},{"value":1241},{"value":27},{"value":2640},"buttonBounce",{"value":1194},{"extra":2643,"id":2558,"meta":2388,"tagName":2389,"class":2649},{"visibility":2644,"customClass":2646,"nodeId":2648},{"value":2645},{"hideMobile":58,"hideDesktop":58},{"value":2647},[],"cdivider-Ocr--2tfVs",{},{"id":14,"type":16,"child":2651,"class":2654,"styles":2659,"extra":2673,"wrapper":2683,"meta":16,"tagName":68,"title":2684,"mobileStyles":2685,"mobileWrapper":2686,"_id":14,"generalColors":2687,"fonts":2692,"isGlobal":61},[2652,2653],"row-4Lrmi5-95r","row-fYy0EfZT5E",{"width":2655,"borders":2656,"borderRadius":2657,"radiusEdge":2658},{"value":21},{"value":23},{"value":25},{"value":27},{"boxShadow":2660,"paddingLeft":2661,"paddingRight":2662,"paddingBottom":2663,"paddingTop":2664,"marginTop":2665,"marginBottom":2666,"marginLeft":2667,"marginRight":2668,"backgroundColor":2669,"borderColor":2670,"borderWidth":2671,"borderStyle":2672},{"value":27},{"unit":31,"value":32},{"value":32,"unit":31},{"unit":31,"value":1000},{"unit":31,"value":1000},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"value":42},{"value":44},{"value":46,"unit":31},{"value":48},{"sticky":2674,"visibility":2675,"bgImage":2677,"allowRowMaxWidth":2680,"customClass":2681},{"value":565},{"value":2676},{"hideDesktop":54,"hideMobile":54},{"value":2678},{"url":58,"opacity":59,"options":2679,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"mediaType":57,"videoLoop":61},"fit",{"value":61},{"value":2682},[],{},"DRFA Footer",{},{},[2688],{"label":2689,"value":2690,"name":2691},"color-lyrjldj8","rgba(255,255,255,0.40)","My Custom Color 55",[2693],"Abel",{"id":2652,"type":73,"child":2695,"class":2701,"styles":2706,"extra":2716,"wrapper":2725,"tagName":111,"meta":73,"title":2730,"mobileStyles":2731,"mobileWrapper":2732},[2696,2697,2698,2699,2700],"col-q82ngu-P80","col-dcWncoN_93","col-cN5bRZRRnn","col-MBH76Gc-6W","col-WOyPj1KGdQ",{"alignRow":2702,"borders":2703,"borderRadius":2704,"radiusEdge":2705},{"value":80},{"value":23},{"value":25},{"value":27},{"boxShadow":2707,"paddingLeft":2708,"paddingRight":2709,"paddingTop":2710,"paddingBottom":2711,"backgroundColor":2712,"borderColor":2713,"borderWidth":2714,"borderStyle":2715},{"value":27},{"unit":31,"value":32},{"value":32,"unit":31},{"unit":31,"value":595},{"unit":31,"value":595},{"value":91},{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":2717,"bgImage":2719,"rowWidth":2721,"customClass":2723},{"value":2718},{"hideDesktop":54,"hideMobile":54},{"value":2720},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":2722,"unit":102},"70",{"value":2724},[],{"marginTop":2726,"marginBottom":2727,"marginLeft":2728,"marginRight":2729},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":58,"value":109},{"unit":58,"value":109},"5 Column Row",{},{},{"id":2700,"type":116,"child":2734,"class":2737,"styles":2741,"extra":2753,"wrapper":2766,"tagName":156,"meta":116,"title":448,"mobileStyles":2771,"mobileWrapper":2772},[2735,2736],"sub-heading-khSLzp_2eC","social-icons-_iDKWB7vKG",{"borders":2738,"borderRadius":2739,"radiusEdge":2740},{"value":23},{"value":25},{"value":27},{"boxShadow":2742,"paddingLeft":2743,"paddingRight":2744,"paddingTop":2745,"paddingBottom":2746,"backgroundColor":2747,"width":2748,"borderColor":2750,"borderWidth":2751,"borderStyle":2752},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":694},{"unit":31,"value":694},{"value":91},{"value":2749,"unit":102},26.6,{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":2754,"bgImage":2756,"columnLayout":2758,"justifyContentColumnLayout":2759,"alignContentColumnLayout":2761,"forceColumnLayoutForMobile":2762,"customClass":2763,"elementVersion":2765},{"value":2755},{"hideDesktop":54,"hideMobile":54},{"value":2757},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":2760},"flex-start",{"value":145},{"value":61},{"value":2764},[],{"value":150},{"marginLeft":2767,"marginRight":2768,"marginTop":2769,"marginBottom":2770},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{"extra":2774,"class":2814,"styles":2815,"wrapper":2832,"mobileStyles":2833,"mobileWrapper":2834,"mobileExtra":2835,"customCss":2836,"id":2736,"version":150,"type":2837,"child":2838,"meta":2839,"tagName":2840,"title":2841,"tag":58},{"nodeId":2775,"socials":2776,"displayType":2803,"theme":2805,"align":2807,"iconSize":2808,"customClass":2810,"visibility":2812},"csocial-icons-_iDKWB7vKG",{"value":2777},[2778,2783,2788,2793,2798],{"id":2779,"label":2780,"link":2781,"newWindow":61,"nofollow":54,"icon":2782},"facebook","Facebook","facebook.com","https://stcdn.leadconnectorhq.com/funnel/icons/square/facebook-square.svg",{"id":2784,"label":2785,"link":2786,"newWindow":61,"nofollow":54,"icon":2787},"instagram","Instagram","instagram.com","https://stcdn.leadconnectorhq.com/funnel/icons/square/instagram-square.svg",{"id":2789,"label":2790,"link":2791,"newWindow":61,"nofollow":54,"icon":2792},"linkedIn","LinkedIn","linkedin.com","https://stcdn.leadconnectorhq.com/funnel/icons/square/linkedin-square.svg",{"id":2794,"label":2795,"link":2796,"newWindow":61,"nofollow":54,"icon":2797},"youtube","Youtube","https://www.youtube.com/@DSRFA_Official","https://stcdn.leadconnectorhq.com/funnel/icons/square/youtube-square.svg",{"id":2799,"label":2800,"icon":2801,"newWindow":61,"nofollow":54,"link":2802},"tiktok","TikTok","https://stcdn.leadconnectorhq.com/funnel/icons/square/tiktok-square.svg","https://www.tiktok.com/@dsrfaofficial",{"value":2804},"icon",{"value":2806},"square",{"value":368},{"value":2809},{"height":1000,"width":1000},{"value":2811},[],{"value":2813},{"hideDesktop":54,"hideMobile":54},{},{"fontFamily":2816,"fontSize":2818,"fontWeight":2820,"color":2823,"paddingTop":2824,"paddingBottom":2825,"paddingLeft":2826,"paddingRight":2827,"marginTop":2828,"marginBottom":2829,"marginRight":2830,"marginLeft":2831},{"value":2817},"Inter",{"value":2819,"unit":31},12,{"value":2821,"desktop":2822},500,"Normal",{"value":401},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{},{},[],"element",[],"social-icons","c-social-icons","Social Icons",{"extra":2843,"id":2735,"tagName":1204,"class":2851,"meta":1210},{"visibility":2844,"text":2846,"nodeId":2848,"customClass":2849},{"value":2845},{"hideMobile":58,"hideDesktop":58},{"value":2847},"\u003Ch2>FOLLOW US\u003C/h2>","csub-heading-khSLzp_2eC",{"value":2850},[],{"borders":2852,"borderRadius":2853,"radiusEdge":2854,"entranceAnimation":2855},{"value":23},{"value":25},{"value":27},{"value":466},{"id":2699,"type":116,"child":2857,"class":2861,"styles":2865,"extra":2876,"wrapper":2888,"tagName":156,"meta":116,"title":2893,"mobileStyles":2894,"mobileWrapper":2895},[2858,2859,2860],"sub-heading-xMQ5kne4S1","button-IBhZq2nVLX","button-n7MmpE3DVo",{"borders":2862,"borderRadius":2863,"radiusEdge":2864},{"value":23},{"value":25},{"value":27},{"boxShadow":2866,"paddingLeft":2867,"paddingRight":2868,"paddingTop":2869,"paddingBottom":2870,"backgroundColor":2871,"width":2872,"borderColor":2873,"borderWidth":2874,"borderStyle":2875},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":694},{"unit":31,"value":694},{"value":91},{"value":483,"unit":102},{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":2877,"bgImage":2879,"columnLayout":2881,"justifyContentColumnLayout":2882,"alignContentColumnLayout":2883,"forceColumnLayoutForMobile":2884,"customClass":2885,"elementVersion":2887},{"value":2878},{"hideDesktop":54,"hideMobile":54},{"value":2880},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":2760},{"value":145},{"value":61},{"value":2886},[],{"value":150},{"marginLeft":2889,"marginRight":2890,"marginTop":2891,"marginBottom":2892},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},"5th Column",{},{},{"extra":2897,"id":2860,"tagName":1177,"meta":1178,"class":2918},{"visibility":2898,"text":2900,"subText":2902,"productId":2903,"action":2905,"visitWebsite":2907,"hideElements":2908,"showElements":2909,"scrollToElement":2910,"stepPath":2911,"saleAction":2912,"phoneNumber":2913,"emailAddress":2914,"customClass":2915,"nodeId":2917},{"value":2899},{"hideMobile":58,"hideDesktop":58},{"value":2901},"PRIVACY POLICY",{},{"value":2904},{},{"value":2906},"openPopup",{},{},{},{},{},{},{},{},{"value":2916},[],"cbutton-n7MmpE3DVo",{"buttonBgStyle":2919,"buttonVp":2920,"buttonHp":2921,"hoverAnimation":2922,"borders":2923,"borderRadius":2924,"radiusEdge":2925,"entranceAnimation":2926},{"value":1181},{"value":1183},{"value":1185},{"value":466},{"value":23},{"value":25},{"value":27},{"value":466},{"extra":2928,"id":2859,"tagName":1177,"meta":1178,"class":2948},{"visibility":2929,"text":2931,"subText":2933,"productId":2934,"action":2936,"visitWebsite":2937,"hideElements":2938,"showElements":2939,"scrollToElement":2940,"stepPath":2941,"saleAction":2942,"phoneNumber":2943,"emailAddress":2944,"customClass":2945,"nodeId":2947},{"value":2930},{"hideMobile":58,"hideDesktop":58},{"value":2932},"TERMS OF USE",{},{"value":2935},{},{"value":2906},{},{},{},{},{},{},{},{},{"value":2946},[],"cbutton-IBhZq2nVLX",{"buttonBgStyle":2949,"buttonVp":2950,"buttonHp":2951,"hoverAnimation":2952,"borders":2953,"borderRadius":2954,"radiusEdge":2955,"entranceAnimation":2956},{"value":1181},{"value":1183},{"value":1185},{"value":466},{"value":23},{"value":25},{"value":27},{"value":466},{"extra":2958,"id":2858,"tagName":1204,"class":2966,"meta":1210},{"visibility":2959,"text":2961,"nodeId":2963,"customClass":2964},{"value":2960},{"hideMobile":58,"hideDesktop":58},{"value":2962},"\u003Ch2>LEGAL\u003C/h2>","csub-heading-xMQ5kne4S1",{"value":2965},[],{"borders":2967,"borderRadius":2968,"radiusEdge":2969,"entranceAnimation":2970},{"value":23},{"value":25},{"value":27},{"value":466},{"id":2698,"type":116,"child":2972,"class":2976,"styles":2980,"extra":2992,"wrapper":3004,"tagName":156,"meta":116,"title":1813,"mobileStyles":3009,"mobileWrapper":3010},[2973,2974,2975],"sub-heading-OlgQ6DNDU8","button-ocf-QNZh5M","paragraph-Rro0ueAXfP",{"borders":2977,"borderRadius":2978,"radiusEdge":2979},{"value":23},{"value":25},{"value":27},{"boxShadow":2981,"paddingLeft":2982,"paddingRight":2983,"paddingTop":2984,"paddingBottom":2985,"backgroundColor":2986,"width":2987,"borderColor":2989,"borderWidth":2990,"borderStyle":2991},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":694},{"unit":31,"value":694},{"value":91},{"value":2988,"unit":102},20.2,{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":2993,"bgImage":2995,"columnLayout":2997,"justifyContentColumnLayout":2998,"alignContentColumnLayout":2999,"forceColumnLayoutForMobile":3000,"customClass":3001,"elementVersion":3003},{"value":2994},{"hideDesktop":54,"hideMobile":54},{"value":2996},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":2760},{"value":145},{"value":61},{"value":3002},[],{"value":150},{"marginLeft":3005,"marginRight":3006,"marginTop":3007,"marginBottom":3008},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{"extra":3012,"id":2975,"tagName":2022,"class":3020,"meta":2028},{"visibility":3013,"text":3015,"nodeId":3017,"customClass":3018},{"value":3014},{"hideMobile":58,"hideDesktop":58},{"value":3016},"\u003Cp>[email protected]\u003C/p>","cparagraph-Rro0ueAXfP",{"value":3019},[],{"borders":3021,"borderRadius":3022,"radiusEdge":3023,"entranceAnimation":3024},{"value":23},{"value":25},{"value":27},{"value":466},{"extra":3026,"id":2974,"tagName":1177,"meta":1178,"class":3046},{"visibility":3027,"text":3029,"subText":3031,"productId":3032,"action":3034,"visitWebsite":3035,"hideElements":3036,"showElements":3037,"scrollToElement":3038,"stepPath":3039,"saleAction":3040,"phoneNumber":3041,"emailAddress":3042,"customClass":3043,"nodeId":3045},{"value":3028},{"hideMobile":58,"hideDesktop":58},{"value":3030},"CONTACT US",{},{"value":3033},{},{"value":169},{},{},{},{},{"value":279},{},{},{},{"value":3044},[],"cbutton-ocf-QNZh5M",{"buttonBgStyle":3047,"buttonVp":3048,"buttonHp":3049,"hoverAnimation":3050,"borders":3051,"borderRadius":3052,"radiusEdge":3053,"entranceAnimation":3054},{"value":1181},{"value":1183},{"value":1185},{"value":466},{"value":23},{"value":25},{"value":27},{"value":466},{"extra":3056,"id":2973,"tagName":1204,"class":3064,"meta":1210},{"visibility":3057,"text":3059,"nodeId":3061,"customClass":3062},{"value":3058},{"hideMobile":58,"hideDesktop":58},{"value":3060},"\u003Ch2>CUSTOMER CARE\u003C/h2>","csub-heading-OlgQ6DNDU8",{"value":3063},[],{"borders":3065,"borderRadius":3066,"radiusEdge":3067,"entranceAnimation":3068},{"value":23},{"value":25},{"value":27},{"value":466},{"id":2697,"type":116,"child":3070,"class":3077,"styles":3081,"extra":3092,"wrapper":3104,"tagName":156,"meta":116,"title":157,"mobileStyles":3109,"mobileWrapper":3110},[3071,3072,3073,3074,3075,3076],"sub-heading-AfF1xCgudZ","button-rlFKBrpFp7","button-JQn21CkSVw","button-LyHvvb83EE","button-I_faWQOuZ2","button-ic1H-6Kjsp",{"borders":3078,"borderRadius":3079,"radiusEdge":3080},{"value":23},{"value":25},{"value":27},{"boxShadow":3082,"paddingLeft":3083,"paddingRight":3084,"paddingTop":3085,"paddingBottom":3086,"backgroundColor":3087,"width":3088,"borderColor":3089,"borderWidth":3090,"borderStyle":3091},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":694},{"unit":31,"value":694},{"value":91},{"value":2988,"unit":102},{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":3093,"bgImage":3095,"columnLayout":3097,"justifyContentColumnLayout":3098,"alignContentColumnLayout":3099,"forceColumnLayoutForMobile":3100,"customClass":3101,"elementVersion":3103},{"value":3094},{"hideDesktop":54,"hideMobile":54},{"value":3096},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":2760},{"value":145},{"value":61},{"value":3102},[],{"value":150},{"marginLeft":3105,"marginRight":3106,"marginTop":3107,"marginBottom":3108},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{"extra":3112,"id":3076,"tagName":1177,"meta":1178,"class":3132},{"visibility":3113,"text":3115,"subText":3117,"productId":3118,"action":3120,"visitWebsite":3121,"hideElements":3122,"showElements":3123,"scrollToElement":3124,"stepPath":3125,"saleAction":3126,"phoneNumber":3127,"emailAddress":3128,"customClass":3129,"nodeId":3131},{"value":3114},{"hideMobile":58,"hideDesktop":58},{"value":3116},"BLOG",{},{"value":3119},{},{"value":2906},{},{},{},{},{},{},{},{},{"value":3130},[],"cbutton-ic1H-6Kjsp",{"buttonBgStyle":3133,"buttonVp":3134,"buttonHp":3135,"hoverAnimation":3136,"borders":3137,"borderRadius":3138,"radiusEdge":3139,"entranceAnimation":3140},{"value":1181},{"value":1183},{"value":1185},{"value":466},{"value":23},{"value":25},{"value":27},{"value":466},{"extra":3142,"id":3075,"tagName":1177,"meta":1178,"class":3162},{"visibility":3143,"text":3145,"subText":3147,"productId":3148,"action":3150,"visitWebsite":3151,"hideElements":3152,"showElements":3153,"scrollToElement":3154,"stepPath":3155,"saleAction":3156,"phoneNumber":3157,"emailAddress":3158,"customClass":3159,"nodeId":3161},{"value":3144},{"hideMobile":58,"hideDesktop":58},{"value":3146},"CAREERS",{},{"value":3149},{},{"value":2906},{},{},{},{},{},{},{},{},{"value":3160},[],"cbutton-I_faWQOuZ2",{"buttonBgStyle":3163,"buttonVp":3164,"buttonHp":3165,"hoverAnimation":3166,"borders":3167,"borderRadius":3168,"radiusEdge":3169,"entranceAnimation":3170},{"value":1181},{"value":1183},{"value":1185},{"value":466},{"value":23},{"value":25},{"value":27},{"value":466},{"extra":3172,"id":3074,"tagName":1177,"meta":1178,"class":3192},{"visibility":3173,"text":3175,"subText":3177,"productId":3178,"action":3180,"visitWebsite":3181,"hideElements":3182,"showElements":3183,"scrollToElement":3184,"stepPath":3185,"saleAction":3186,"phoneNumber":3187,"emailAddress":3188,"customClass":3189,"nodeId":3191},{"value":3174},{"hideMobile":58,"hideDesktop":58},{"value":3176},"OUR LOCATION",{},{"value":3179},{},{"value":169},{},{},{},{},{"value":279},{},{},{},{"value":3190},[],"cbutton-LyHvvb83EE",{"buttonBgStyle":3193,"buttonVp":3194,"buttonHp":3195,"hoverAnimation":3196,"borders":3197,"borderRadius":3198,"radiusEdge":3199,"entranceAnimation":3200},{"value":1181},{"value":1183},{"value":1185},{"value":466},{"value":23},{"value":25},{"value":27},{"value":466},{"extra":3202,"id":3073,"tagName":1177,"meta":1178,"class":3222},{"visibility":3203,"text":3205,"subText":3207,"productId":3208,"action":3210,"visitWebsite":3211,"hideElements":3212,"showElements":3213,"scrollToElement":3214,"stepPath":3215,"saleAction":3216,"phoneNumber":3217,"emailAddress":3218,"customClass":3219,"nodeId":3221},{"value":3204},{"hideMobile":58,"hideDesktop":58},{"value":3206},"OUR TEAM",{},{"value":3209},{},{"value":2906},{},{},{},{},{},{},{},{},{"value":3220},[],"cbutton-JQn21CkSVw",{"buttonBgStyle":3223,"buttonVp":3224,"buttonHp":3225,"hoverAnimation":3226,"borders":3227,"borderRadius":3228,"radiusEdge":3229,"entranceAnimation":3230},{"value":1181},{"value":1183},{"value":1185},{"value":466},{"value":23},{"value":25},{"value":27},{"value":466},{"extra":3232,"id":3072,"tagName":1177,"meta":1178,"class":3252},{"visibility":3233,"text":3235,"subText":3237,"productId":3238,"action":3240,"visitWebsite":3241,"hideElements":3242,"showElements":3243,"scrollToElement":3244,"stepPath":3245,"saleAction":3246,"phoneNumber":3247,"emailAddress":3248,"customClass":3249,"nodeId":3251},{"value":3234},{"hideMobile":58,"hideDesktop":58},{"value":3236},"ABOUT US",{},{"value":3239},{},{"value":2906},{},{},{},{},{},{},{},{},{"value":3250},[],"cbutton-rlFKBrpFp7",{"buttonBgStyle":3253,"buttonVp":3254,"buttonHp":3255,"hoverAnimation":3256,"borders":3257,"borderRadius":3258,"radiusEdge":3259,"entranceAnimation":3260},{"value":1181},{"value":1183},{"value":1185},{"value":466},{"value":23},{"value":25},{"value":27},{"value":466},{"extra":3262,"id":3071,"tagName":1204,"class":3270,"meta":1210},{"visibility":3263,"text":3265,"nodeId":3267,"customClass":3268},{"value":3264},{"hideMobile":58,"hideDesktop":58},{"value":3266},"\u003Ch2>COMPANY\u003C/h2>","csub-heading-AfF1xCgudZ",{"value":3269},[],{"borders":3271,"borderRadius":3272,"radiusEdge":3273,"entranceAnimation":3274},{"value":23},{"value":25},{"value":27},{"value":466},{"id":2696,"type":116,"child":3276,"class":3278,"styles":3282,"extra":3294,"wrapper":3306,"tagName":156,"meta":116,"title":504,"mobileStyles":3311,"mobileWrapper":3312},[3277,466,466],"image-VvHUFk1zhI",{"borders":3279,"borderRadius":3280,"radiusEdge":3281},{"value":23},{"value":25},{"value":27},{"boxShadow":3283,"paddingLeft":3284,"paddingRight":3285,"paddingTop":3286,"paddingBottom":3287,"backgroundColor":3288,"width":3289,"borderColor":3291,"borderWidth":3292,"borderStyle":3293},{"value":27},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"value":91},{"value":3290,"unit":102},19.4,{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":3295,"bgImage":3297,"columnLayout":3299,"justifyContentColumnLayout":3300,"alignContentColumnLayout":3301,"forceColumnLayoutForMobile":3302,"customClass":3303,"elementVersion":3305},{"value":3296},{"hideDesktop":54,"hideMobile":54},{"value":3298},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":2760},{"value":145},{"value":61},{"value":3304},[],{"value":150},{"marginLeft":3307,"marginRight":3308,"marginTop":3309,"marginBottom":3310},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{"extra":3314,"id":3277,"meta":57,"tagName":530,"class":3334},{"nodeId":3315,"visibility":3316,"imageActions":3318,"visitWebsite":3319,"imageProperties":3321,"customClass":3323,"hideElements":3325,"showElements":3327,"scrollToElement":3329,"phoneNumber":3330,"emailAddress":3331,"stepPath":3332,"elementVersion":3333},"cimage-VvHUFk1zhI",{"value":3317},{"hideDesktop":58,"hideMobile":58},{"value":27},{"value":3320},{"url":58,"newTab":54},{"value":3322},{"url":518,"compression":61},{"value":3324},[],{"value":3326},[],{"value":3328},[],{},{},{},{},{"value":150},{"imageRadius":3335,"imageBorder":3336,"imageEffects":3337,"entranceAnimation":3338},{"value":533},{"value":535},{"value":537},{"value":466},{"id":2653,"type":73,"child":3340,"class":3342,"styles":3347,"extra":3357,"wrapper":3365,"tagName":111,"meta":73,"title":1430,"mobileStyles":3370,"mobileWrapper":3371},[3341],"col-aMAZ2UYFBt",{"alignRow":3343,"borders":3344,"borderRadius":3345,"radiusEdge":3346},{"value":80},{"value":23},{"value":25},{"value":27},{"boxShadow":3348,"paddingLeft":3349,"paddingRight":3350,"paddingTop":3351,"paddingBottom":3352,"backgroundColor":3353,"borderColor":3354,"borderWidth":3355,"borderStyle":3356},{"value":27},{"unit":31,"value":32},{"value":32,"unit":31},{"unit":31,"value":595},{"unit":31,"value":595},{"value":91},{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":3358,"bgImage":3360,"rowWidth":3362,"customClass":3363},{"value":3359},{"hideDesktop":54,"hideMobile":54},{"value":3361},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":2722,"unit":102},{"value":3364},[],{"marginTop":3366,"marginBottom":3367,"marginLeft":3368,"marginRight":3369},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":58,"value":109},{"unit":58,"value":109},{},{},{"id":3341,"type":116,"child":3373,"class":3376,"styles":3380,"extra":3391,"wrapper":3403,"tagName":156,"meta":116,"title":504,"mobileStyles":3408,"mobileWrapper":3409},[3374,3375],"divider-DlGUZOnLI_","paragraph-RqYqZO0uqN",{"borders":3377,"borderRadius":3378,"radiusEdge":3379},{"value":23},{"value":25},{"value":27},{"boxShadow":3381,"paddingLeft":3382,"paddingRight":3383,"paddingTop":3384,"paddingBottom":3385,"backgroundColor":3386,"width":3387,"borderColor":3388,"borderWidth":3389,"borderStyle":3390},{"value":27},{"unit":31,"value":35},{"value":35,"unit":31},{"unit":31,"value":694},{"unit":31,"value":694},{"value":91},{"value":1449,"unit":102},{"value":44},{"value":46,"unit":31},{"value":48},{"visibility":3392,"bgImage":3394,"columnLayout":3396,"justifyContentColumnLayout":3397,"alignContentColumnLayout":3398,"forceColumnLayoutForMobile":3399,"customClass":3400,"elementVersion":3402},{"value":3393},{"hideDesktop":54,"hideMobile":54},{"value":3395},{"mediaType":57,"url":58,"opacity":59,"options":60,"svgCode":58,"videoUrl":58,"videoThumbnail":58,"videoLoop":61},{"value":141},{"value":143},{"value":145},{"value":61},{"value":3401},[],{"value":150},{"marginLeft":3404,"marginRight":3405,"marginTop":3406,"marginBottom":3407},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{"unit":31,"value":32},{},{},{"extra":3411,"id":3375,"tagName":2022,"class":3419,"meta":2028},{"visibility":3412,"text":3414,"nodeId":3416,"customClass":3417},{"value":3413},{"hideMobile":58,"hideDesktop":58},{"value":3415},"\u003Cp>Copyright {{right_now.year}}.DRFA.www.dsrfa.com. All Rights Reserved.\u003C/p>","cparagraph-RqYqZO0uqN",{"value":3418},[],{"borders":3420,"borderRadius":3421,"radiusEdge":3422,"entranceAnimation":3423},{"value":23},{"value":25},{"value":27},{"value":466},{"extra":3425,"id":3374,"meta":2388,"tagName":2389,"class":3431},{"visibility":3426,"customClass":3428,"nodeId":3430},{"value":3427},{"hideMobile":58,"hideDesktop":58},{"value":3429},[],"cdivider-DlGUZOnLI_",{},[],"https://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700,800,900%7COpen%20Sans:100,200,300,400,500,600,700,800,900%7CMontserrat:100,200,300,400,500,600,700,800,900%7CRoboto:100,200,300,400,500,600,700,800,900%7CAbel:100,200,300,400,500,600,700,800,900%7CNoto%20Sans%20JP:100,200,300,400,500,600,700,800,900%7CAllerta%20Stencil:100,200,300,400,500,600,700,800,900%7CSaira%20Stencil%20One:100,200,300,400,500,600,700,800,900%7CStardos%20Stencil:100,200,300,400,500,600,700,800,900&display=swap",{"author":3435,"canonicalMeta":3436,"customMeta":3437,"description":3438,"imageUrl":58,"keywords":58,"language":3439,"title":3440,"isPreviewUrl":54},"Davao South Regional Football Association",[],[],"Discover how the Davao South Regional Football Association supports football development in Southern Mindanao through events, coaching, and youth programs.","en","Davao South Regional Football | DSRFA Official Website","dsrfa.com","/","XA3Lvw3kpA4f0n6xM3zH","DRFA","ZFMpjoMYe2Uslp95eTC2","VJekK6oN1jMSl3SNen03",[],["Reactive",3449],{"$snuxt-delay-hydration-mode":3450,"$snuxt-i18n-meta":3451,"$spreviewState":3452,"$smetaPixelOptions":3585},"manual",{},{"defaultSettings":3453,"mobileDevice":54,"funnelId":3446,"funnelDomain":3441,"stepId":171,"locationId":3445,"funnelPageId":3443,"locationCode":3536,"funnelNextStep":3537,"fingerprint":58,"funnelNextPageId":3538,"stripePublishableKey":-1,"enablePaymentElement":-1,"merchantLoginId":58,"paypalPublishableKey":58,"merchantAccountId":-1,"stripeAccountId":-1,"isLivePaymentMode":61,"version":3539,"funnelSteps":3540,"cartItems":3563,"funnelName":3444,"orderFormVersion":150,"currency":3564,"blogSlug":58,"domain":3441,"pageUrl":3442,"pageName":3444,"affiliateId":-1,"videoExistsInPage":54,"pageType":3565,"contactId":-1,"email":-1,"phone":-1,"categoryId":58,"blogSearchTerm":58,"categoryUrlSlug":58,"authorSlug":58,"tagSlug":58,"authorId":58,"defaultPaymentProvider":58,"productCollections":3566,"ecomSelectedCollection":58,"imageOptimizationEnabled":61,"nmiMerchantGatewayId":58,"squareMerchantGatewayId":58,"fontsToLoad":3567,"ecomProductId":58,"isGdprCompliant":54,"isOptimisePageLoad":61,"ecommercePage":2405,"isBlogActive":54,"blogData":3575,"blogPaths":-1,"blogId":3446,"allowedCookies":3576,"paymentProviderDetails":-1,"events":3577,"searchTerm":58,"countryList":3578,"pixelToInit":3447,"formAction":58,"ecomProduct":3579,"requireCreditCard":61,"haveBlogWidget":54,"isFacebookIAB":54,"userAgent":58,"companyId":3580,"customerLoginToken":58,"cookieConsentList":3581,"cookieConsentExpiry":3582,"mediaFormats":3583},{"typography":3454,"background":3475,"percentWidth":3479,"offsetColor":3513,"progressBarSize":3526},{"fonts":3455,"colors":3468},{"headlineFont":3456,"contentFont":3462},{"id":3457,"text":3458,"value":3459},"headlinefont","Headline Font",{"text":3460,"value":3461},"Montserrat","var(--montserrat)",{"id":3463,"text":3464,"value":3465},"contentfont","Content Font",{"text":3466,"value":3467},"Lato","var(--lato)",{"textColor":3469,"linkColor":3471},{"value":3470},{"label":44,"value":401},{"value":3472},{"label":3473,"value":3474},"var(--blue)","#188bf6",{"bgImage":3476,"backgroundColor":3478},{"value":3477},{"url":58,"options":60},{"value":374},[3480,3483,3486,3489,3492,3495,3498,3501,3504,3507,3510],{"text":3481,"value":3482},"0 Percent","progress0",{"text":3484,"value":3485},"10 Percent","progress10",{"text":3487,"value":3488},"20 Percent","progress20",{"text":3490,"value":3491},"30 Percent","progress30",{"text":3493,"value":3494},"40 Percent","progress40",{"text":3496,"value":3497},"50 Percent","progress50",{"text":3499,"value":3500},"60 Percent","progress60",{"text":3502,"value":3503},"70 Percent","progress70",{"text":3505,"value":3506},"80 Percent","progress80",{"text":3508,"value":3509},"90 Percent","progress90",{"text":3511,"value":3512},"100 Percent","progress100",[3514,3517,3520,3523],{"text":3515,"value":3516},"White","progressbarOffsetWhite",{"text":3518,"value":3519},"Transparent White","progressbarOffsetTransparentWhite",{"text":3521,"value":3522},"Black","progressbarOffsetBlack",{"text":3524,"value":3525},"Transparent Black","progressbarOffsetTransparentBlack",[3527,3530,3533],{"text":3528,"value":3529},"Small","progressbarSmall",{"text":3531,"value":3532},"Medium","progressbarMedium",{"text":3534,"value":3535},"Large","progressbarLarge","PH","/events","dUoUgqrclDrgd22g5kqW",4,[3541,3544,3545,3549,3554,3557],{"url":3542,"value":171,"type":3543,"sequence":2405,"id":3443,"name":3444,"split":54},"/home-2057","optin_funnel_page",{"url":3537,"value":273,"type":3543,"sequence":150,"id":3538,"name":272,"split":54},{"url":3546,"value":2624,"type":3543,"sequence":3547,"id":3548,"name":267,"split":54},"/news",3,"pkMqWpdKAMeHM2PO1MQg",{"url":3550,"value":3551,"type":3543,"sequence":3539,"id":3552,"name":3553,"split":54},"/test","735a1c18-cbc1-4e05-8026-ec19cfab7b18","1IgDp3QWivew1tmWmi0p","testpage",{"url":3555,"value":279,"type":3543,"sequence":35,"id":3556,"name":277,"split":54},"/contact","2JMTBWD0RwKrOJdbCZok",{"url":3558,"value":3559,"type":3543,"sequence":3560,"id":3561,"name":3562,"split":54},"/sponsor","196b54ec-ea0b-45a8-b4ad-3b033b81c94b",6,"OKU1m3GScPE7dmaNOF5B","Sponsors",[],"PHP","website",[],[3568,3466,3569,3460,3570,2693,3571,3572,3573,3574],"Arial","Open Sans","Roboto","Noto Sans JP","Allerta Stencil","Saira Stencil One","Stardos Stencil",{},[],[],[],{},"eHAw9CAi5D2AIaNGChzu",[],["Date","2025-05-17T17:05:51.967Z"],{"formats":3584},[],{"pixelID":466,"disabled":54,"track":3586,"version":3587,"isEnabled":61,"pixelLoaded":54,"manualMode":61,"userData":466,"eventsQueue":3588},"PageView","2.0",[],["Set"],["ShallowReactive",3591],{"pageData":466}]</script> <script>window.__NUXT__={};window.__NUXT__.config={public:{baseUrl:"https://apisystem.tech",newBaseURL:"https://backend.leadconnectorhq.com/appengine",serverBaseUrl:"https://apisystem.tech",NODE_ENV:"production",REVIEW_WIDGET_URL:"https://backend.leadconnectorhq.com/appengine/reviews/get_widget/",REST_API_URLS:"https://backend.leadconnectorhq.com",STATS_API_URL:"https://backend.leadconnectorhq.com",OLD_STORAGE_API_URL1_CDN:"https://cdn.msgsndr.com",OLD_STORAGE_API_URL2_CDN:"https://assets.cdn.msgsndr.com",STORAGE_API_URL1_CDN:"https://cdn.filesafe.space",STORAGE_API_URL2_CDN:"https://assets.cdn.filesafe.space",paymentsServiceUrl:"https://backend.leadconnectorhq.com",HLS_URL:"https://content.apisystem.tech",IMAGE_CDN:"https://images.leadconnectorhq.com",IMAGE_CDN_WHITELIST:["assets.cdn.msgsndr.com","cdn.msgsndr.com","cdn.filesafe.space","assets.cdn.filesafe.space","storage.googleapis.com","firebasestorage.googleapis.com"],authorizeAcceptJsUrlTestMode:"https://jstest.authorize.net/v1/Accept.js",authorizeAcceptJsUrlLiveMode:"https://js.authorize.net/v1/Accept.js",nmiPaymentProviderScriptUrl:"https://secure.safewebservices.com/token/Collect.js",FORMS_SERVICE_URL:"https://backend.leadconnectorhq.com",SURVEYS_SERVICE_URL:"https://backend.leadconnectorhq.com",GOOGLE_API_SERVICE_URL:"https://services.leadconnectorhq.com/common-google",ECOMMERCE_SERVICE_URL:"https://backend.leadconnectorhq.com/ecommerce",HL_HOMEPAGE_STEPID:"6dcfb06b-9734-44bd-bbcc-8bd4b7fec976",STRIPE_BNPL_CONFIGURATION_TEST:"pmc_1OaAR1FpU9DlKp7RH0HHU4xH",STRIPE_BNPL_CONFIGURATION_LIVE:"pmc_1OlnyOFpU9DlKp7R4tTHuihw",STRIPE_PMC_KEY_TEST:"pmc_1Ps2bTFpU9DlKp7RmgTzmJUL",STRIPE_PMC_KEY_LIVE:"pmc_1PzYYpFpU9DlKp7RcgxVmcvS",STRIPE_DEFAULT_CONFIGURATION_TEST:"pmc_1M95aRFpU9DlKp7ReIqqY0PP",STRIPE_DEFAULT_CONFIGURATION_LIVE:"pmc_1NYilsFpU9DlKp7RkMiUNrKE",STRIPE_DEFAULT_CONFIGURATION_TEST_SURVEY:"pmc_1QrvB7FpU9DlKp7RcL9L2idV",STRIPE_DEFAULT_CONFIGURATION_LIVE_SURVEY:"pmc_1Qwds7FpU9DlKp7RMCBlclQ0",STRIPE_DEFAULT_CONFIGURATION_TEST_FORM:"pmc_1Qodu1FpU9DlKp7RoWHB8Txx",STRIPE_DEFAULT_CONFIGURATION_LIVE_FORM:"pmc_1QwcV0FpU9DlKp7RORUHPK8B",ENTERPRISE_RECAPTCHA_SITE_KEY:"6LeDBFwpAAAAAJe8ux9-imrqZ2ueRsEtdiWoDDpX",STRIPE_ONE_STEP_PMC_ID_TEST:"pmc_1QodqYFpU9DlKp7R8EIapiwE",STRIPE_TWO_STEP_PMC_ID_TEST:"pmc_1QodsEFpU9DlKp7RHRyay2KC",STRIPE_ONE_STEP_PMC_ID_LIVE:"pmc_1QwcLrFpU9DlKp7Rl9zb07x1",STRIPE_TWO_STEP_PMC_ID_LIVE:"pmc_1QwcP4FpU9DlKp7R4L0ytWkJ",RECAPTCHA_SITE_KEY:"6LfcbMseAAAAAI-EJoB-lUh7_TJaYloLbcbmnhEO",i18n:{baseUrl:"",defaultLocale:"en",defaultDirection:"ltr",strategy:"no_prefix",lazy:true,rootRedirect:"",routesNameSeparator:"___",defaultLocaleRouteNameSuffix:"default",skipSettingLocaleOnNavigate:false,differentDomains:false,trailingSlash:false,locales:[{code:"da",files:["/tmp/workspace/production/common/builder-preview/locales/da.json"]},{code:"de",files:["/tmp/workspace/production/common/builder-preview/locales/de.json"]},{code:"en",files:["/tmp/workspace/production/common/builder-preview/locales/en_US.json"]},{code:"es",files:["/tmp/workspace/production/common/builder-preview/locales/es.json"]},{code:"fi",files:["/tmp/workspace/production/common/builder-preview/locales/fi.json"]},{code:"fr-ca",files:["/tmp/workspace/production/common/builder-preview/locales/fr_CA.json"]},{code:"fr",files:["/tmp/workspace/production/common/builder-preview/locales/fr.json"]},{code:"hu",files:["/tmp/workspace/production/common/builder-preview/locales/hu.json"]},{code:"it",files:["/tmp/workspace/production/common/builder-preview/locales/it.json"]},{code:"nl",files:["/tmp/workspace/production/common/builder-preview/locales/nl.json"]},{code:"no",files:["/tmp/workspace/production/common/builder-preview/locales/no.json"]},{code:"pl",files:["/tmp/workspace/production/common/builder-preview/locales/pl.json"]},{code:"pt-br",files:["/tmp/workspace/production/common/builder-preview/locales/pt_BR.json"]},{code:"pt",files:["/tmp/workspace/production/common/builder-preview/locales/pt.json"]},{code:"sv",files:["/tmp/workspace/production/common/builder-preview/locales/sv.json"]}],detectBrowserLanguage:{alwaysRedirect:false,cookieCrossOrigin:false,cookieDomain:"",cookieKey:"i18n_redirected",cookieSecure:false,fallbackLocale:"",redirectOn:"root",useCookie:false},experimental:{localeDetector:"",switchLocalePathLinkSSR:false,autoImportTranslationFunctions:false,typedPages:true,typedOptionsAndMessages:false,generatedLocaleFilePathFormat:"absolute"},multiDomainLocales:false}},app:{baseURL:"/",buildId:"dbd88650-c0a9-4801-a9f8-abcc1e842ef9",buildAssetsDir:"/_preview/",cdnURL:"https://stcdn.leadconnectorhq.com/"}}</script><script> (function() { const w = window; w._$delayHydration = (function() { if (!('requestIdleCallback' in w) || !('requestAnimationFrame' in w)) { return new Promise(resolve => resolve('not supported')) } function eventListeners(){const c=new AbortController;const p=new Promise(resolve=>{const hydrateOnEvents="mousemove,scroll,keydown,click,touchstart,wheel".split(",");function handler(e){hydrateOnEvents.forEach(e=>w.removeEventListener(e,handler));requestAnimationFrame(()=>resolve(e))}hydrateOnEvents.forEach(e=>{w.addEventListener(e,handler,{capture:true,once:true,passive:true,signal:c.signal})})});return{c:()=>c.abort(),p:p}}function idleListener(){let id;const p=new Promise(resolve=>{const isMobile=w.innerWidth<640;const timeout=isMobile?Number.parseInt("5000"):Number.parseInt("4500");const timeoutDelay=()=>setTimeout(()=>requestAnimationFrame(()=>resolve("timeout")),timeout);id=w.requestIdleCallback(timeoutDelay,{timeout:Number.parseInt("2000")})});return{c:()=>window.cancelIdleCallback(id),p:p}}const triggers=[idleListener(),eventListeners()];const hydrationPromise=Promise.race(triggers.map(t=>t.p)).finally(()=>{triggers.forEach(t=>t.c())}); return hydrationPromise; })(); ;(()=>{w._$delayHydration.then(e=>{if(e instanceof PointerEvent||e instanceof MouseEvent&&e.type==="click"||window.TouchEvent&&e instanceof TouchEvent){setTimeout(()=>w.requestIdleCallback(()=>setTimeout(()=>e.target&&e.target.click(),500)),50)}})})(); })(); </script></body></html>