:root{--cookieadmin-primary-color:#001d39;--cookieadmin-primary-hover-color:#985e23;--cookieadmin-secondary-color:#0046b2;--cookieadmin-secondary-hover-color:#0065ff;--cookieadmin-txcolor:#0f172a;--cookieadmin-green-txtcolor:#3a8356;--cookieadmin-warning-txtcolor:#9c7930;--cookieadmin-red-txtcolor:#b55355;--cookieadmin-green-color:#15a448;--cookieadmin-warning-color:#e9b306;--cookieadmin-red-color:#dd2727}.cookieadmin_cookie_modal label,.cookieadmin_cookie_modal input{padding:5px;margin-right:5px;font-size:15px}.cookieadmin_cookie_modal label{font-weight:501}.cookieadmin_bottom{bottom:20px}.cookieadmin_top{top:20px}.cookieadmin_right{right:15px}.cookieadmin_left{left:15px}@keyframes cookieadmin_slideUp{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes cookieadmin_slideSide{from{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}.cookieadmin_law_container{position:fixed;width:25%;box-sizing:border-box;z-index:99999;display:none}.cookieadmin_consent_btns{align-content:center;display:flex;justify-content:space-evenly;flex-wrap:wrap}.cookieadmin_box{width:25%;box-sizing:border-box;display:none}.cookieadmin_notice_group{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.cookieadmin_consent_inside{color:#000;background-color:#FFF;border:1px solid #f4f4f4;padding:15px;border-radius:4px;box-shadow:1px 3px 10px rgb(0 0 0 / .2)}#cookieadmin_notice_title{font-weight:601;margin:0;padding-left:5px}.cookieadmin_notice_con{font-size:initial;padding:0 6px;flex:1}.cookieadmin_cookie_modal{display:none;flex-direction:column;position:fixed;max-height:80vh;background-color:#FFF;border:1px solid #F4F4F4;border-radius:8px;box-shadow:0 4px 8px rgb(0 0 0 / .2);z-index:999999}.cookieadmin_center{top:10%;left:22%;max-width:60vw}.cookieadmin_side{flex-direction:column;position:fixed;width:35vw;bottom:0;animation:0.5s ease-out forwards cookieadmin_slideSide;max-height:100vh;left:0;top:0;border-radius:0}.cookieadmin_down{position:fixed;max-width:100%;max-height:55vh;bottom:0;animation:0.5s ease-out forwards cookieadmin_slideUp}.cookieadmin_modal_overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .5);z-index:1000}.cookieadmin_mod_head{display:flex;justify-content:space-between}.cookieadmin_mod_head,.cookieadmin_wrapper{padding:15px;border-bottom:1px solid #CCC}.cookieadmin_close_pref{background:none;border:none;align-self:baseline;color:gray;cursor:pointer;padding:0}.cookieadmin_preference_title{font-size:20px;font-weight:801;margin:9px}.cookieadmin_preference_details{padding:0 10px}.cookieadmin_preference{overflow:auto;font-size:15px;height:auto;padding:10px 0}.cookieadmin_details_wrapper{padding:0 15px;height:calc(100% - 6%);overflow:auto;scrollbar-width:thin}.cookieadmin_types{padding:10px 10px;border-top:1px solid #CCC}.cookieadmin_header{display:flex;justify-content:space-between}.cookieadmin_header>span>label{cursor:pointer}.cookieadmin_remark{display:none;justify-self:right}.cookieadmin_act{display:inline;color:#1863dc}.cookieadmin-modal-cookies-list{display:none;padding:1px;border-radius:10px;margin:0 20px;margin-right:4rem;font-size:smaller;font-size:1rem;text-align:center}.cookieadmin_desc{padding:5px 20px;font-size:15px;padding-right:4rem}.cookieadmin_footer{left:0;padding:15px;flex-wrap:wrap;width:100%}.cookieadmin_modal_footer{left:0;padding:15px;flex-wrap:wrap;border-top:1px solid #CCC}button.cookieadmin_btn{background-color:#fff0;border:1px solid gray;color:#1863dc;padding:.4rem .9rem;border-radius:4px;margin:2px 5px;cursor:pointer;flex:auto;text-wrap:auto}.cookieadmin_btn:hover{opacity:.8}.cookieadmin_show_pref_cookies{cursor:pointer;font-size:18px;font-family:initial}button.cookieadmin_re_consent{display:none;position:fixed;bottom:15px;left:15px;background-color:#374FD4;height:50px;width:50px;border-radius:50%!important;cursor:pointer;border:0;z-index:99999;padding:5px!important;box-shadow:-4px 5px 10px rgb(0 0 0 / .4);align-items:center;justify-content:center}.cookieadmin-cookie-card{border:1px solid ghostwhite;border-radius:10px;padding:16px;font-family:'Open Sans','Segoe UI',sans-serif;box-shadow:0 2px 6px rgb(0 0 0 / .1);margin:10px auto;text-align:left}.cookieadmin-cookie-header{display:flex;justify-content:space-between;font-size:1rem;margin-bottom:6px}.cookieadmin-cookie-name{font-weight:700;color:#333}.cookieadmin-cookie-duration{font-size:.85rem}.cookieadmin-cookie-duration>b{font-weight:700}.cookieadmin-cookie-description{font-size:.9rem;margin-bottom:12px}.cookieadmin-cookie-tags{display:flex;gap:8px}.cookieadmin-tag{background:#e0e0e0;padding:4px 10px;border-radius:12px;font-size:.75rem;color:#333}.cookieadmin_toggle{position:relative;display:inline-block;width:24px;height:11px}.cookieadmin_toggle input{display:none}.cookieadmin_slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;height:21px;width:34px;background-color:gray;transition:.4s;border-radius:34px}.cookieadmin_slider:before{position:absolute;content:"";height:15px;width:15px;left:3.2px;bottom:3.2px;background-color:#fff;transition:.2s;border-radius:50%}input:checked+.cookieadmin_slider{background-color:#3582c4}input:checked+.cookieadmin_slider:before{transform:translateX(13px)}.cookieadmin_law_container .cookieadmin-poweredby{margin-top:10px}.cookieadmin_modal_footer_links .cookieadmin-poweredby{margin-left:auto}.cookieadmin-poweredby a img{height:15px}.cookieadmin-poweredby a{color:unset;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:11px;gap:2px;text-decoration:none}.cookieadmin_modal_footer .cookieadmin-poweredby a{justify-content:end}#cookieadmin-gpc-toast{display:flex;visibility:hidden;position:fixed;bottom:24px;right:24px;color:#fff;padding:10px 14px;border-radius:6px;box-shadow:0 4px 12px rgb(0 0 0 / .15);align-items:center;justify-content:space-between;gap:10px;font-size:14px;z-index:99999;opacity:0;transform:translateY(20px);transition:opacity 0.3s ease,transform 0.3s ease,visibility 0s 0.3s;line-height:1.5}#cookieadmin_gpc_override{padding-bottom:10px}.cookieadmin_policy_link_box{display:flex;justify-content:space-around;font-size:13px;flex-wrap:wrap}.cookieadmin_modal_policy_link_box{display:flex;gap:5px;font-size:13px;flex-wrap:wrap}.cookieadmin_modal_footer_links{display:flex;justify-content:space-between;margin:9px 9px 0 9px}@media (max-width:767px){.cookieadmin_center{top:10%;left:5%;max-width:90vw}.cookieadmin_show_pref_cookies{font-size:14px}.cookieadmin_law_container,.cookieadmin_box{width:90%}.cookieadmin_side{width:100%}}@media (min-width:768px) and (max-width:991px){.cookieadmin_box{width:45%}}@media (min-width:992px) and (max-width:1199px){.cookieadmin_box{width:35%}}@media (min-width:1200px) and (max-width:1360px){.cookieadmin_box{width:30%}}@media (min-width:768px){.cookieadmin_notice_group{flex-direction:row;justify-content:space-between;align-items:center}.cookieadmin_notice_con{flex:1}.cookieadmin_consent_btns{flex-shrink:0}}@media (max-width:480px){.cookieadmin_consent_inside .cookieadmin_btn{width:100%;margin:5px 0}.cookieadmin_modal_footer{padding:8px}}:root{--gcid-primary-color:#0f6e56;--gcid-secondary-color:#57cc99;--gcid-heading-color:#0e0c19;--gcid-body-color:#3c3a47}:root{--content-width:80%;--content-max-width:1080px;--section-padding:56px;--section-gutter:60px;--row-gutter-horizontal:5.5%;--row-gutter-vertical:40px;--module-gutter:30px}.et_flex_column,.et_flex_group,.et_flex_module,.et_flex_row,.et_flex_section{display:flex;-moz-column-gap:var(--horizontal-gap);column-gap:var(--horizontal-gap);row-gap:var(--vertical-gap);flex-direction:var(--flex-direction)}.et_flex_row{--horizontal-gap:var(--row-gutter-horizontal);--vertical-gap:var(--row-gutter-vertical);--flex-direction:row}.et_flex_row>[class*=et_flex_column]{--horizontal-gap-parent:var(--row-gutter-horizontal)}.et_flex_row .et_pb_row_nested.et_flex_row{width:100%;max-width:none;padding:0;margin:0}.et_flex_section{--horizontal-gap:var(--section-gutter);--vertical-gap:var(--section-gutter);--flex-direction:column;padding:var(--section-padding) 0;align-items:center}.et_flex_section>[class*=et_flex_column]{--horizontal-gap-parent:var(--section-gutter)}.et_flex_column,.et_flex_group,.et_flex_module{--flex-direction:column;--horizontal-gap:var(--module-gutter);--vertical-gap:var(--module-gutter)}.et_flex_column>[class*=et_flex_column],.et_flex_group>[class*=et_flex_column],.et_flex_module>[class*=et_flex_column]{--horizontal-gap-parent:var(--module-gutter)}.et_flex_column>.et_pb_module,.et_flex_group>.et_pb_module,.et_flex_module>.et_pb_module,.et_pb_section .et_pb_row .et_flex_column>.et_pb_module,.et_pb_section .et_pb_row .et_flex_group>.et_pb_module,.et_pb_section .et_pb_row .et_flex_module>.et_pb_module{margin-bottom:0}.et_flex_row.et_pb_equal_columns,.et_pb_section.et_pb_equal_columns>.et_flex_row{align-items:stretch}.rtl .et_flex_row{direction:rtl}.rtl .et_flex_row.et_pb_equal_columns,.rtl .et_pb_section.et_pb_equal_columns>.et_flex_row{flex-direction:row-reverse}.et_flex_column_1_24{width:calc(4.1667% - var(--horizontal-gap-parent, 5.5%)*0.95833)}.et_flex_column_2_24{width:calc(8.3333% - var(--horizontal-gap-parent, 5.5%)*0.91667)}.et_flex_column_3_24{width:calc(12.5% - var(--horizontal-gap-parent, 5.5%)*0.875)}.et_flex_column_4_24{width:calc(16.6667% - var(--horizontal-gap-parent, 5.5%)*0.83333)}.et_flex_column_5_24{width:calc(20.8333% - var(--horizontal-gap-parent, 5.5%)*0.79167)}.et_flex_column_6_24{width:calc(25% - var(--horizontal-gap-parent, 5.5%)*0.75)}.et_flex_column_7_24{width:calc(29.1667% - var(--horizontal-gap-parent, 5.5%)*0.70833)}.et_flex_column_8_24{width:calc(33.3333% - var(--horizontal-gap-parent, 5.5%)*0.66667)}.et_flex_column_9_24{width:calc(37.5% - var(--horizontal-gap-parent, 5.5%)*0.625)}.et_flex_column_10_24{width:calc(41.6667% - var(--horizontal-gap-parent, 5.5%)*0.58333)}.et_flex_column_11_24{width:calc(45.8333% - var(--horizontal-gap-parent, 5.5%)*0.54167)}.et_flex_column_12_24{width:calc(50% - var(--horizontal-gap-parent, 5.5%)*0.5)}.et_flex_column_13_24{width:calc(54.1667% - var(--horizontal-gap-parent, 5.5%)*0.45833)}.et_flex_column_14_24{width:calc(58.3333% - var(--horizontal-gap-parent, 5.5%)*0.41667)}.et_flex_column_15_24{width:calc(62.5% - var(--horizontal-gap-parent, 5.5%)*0.375)}.et_flex_column_16_24{width:calc(66.6667% - var(--horizontal-gap-parent, 5.5%)*0.33333)}.et_flex_column_17_24{width:calc(70.8333% - var(--horizontal-gap-parent, 5.5%)*0.29167)}.et_flex_column_18_24{width:calc(75% - var(--horizontal-gap-parent, 5.5%)*0.25)}.et_flex_column_19_24{width:calc(79.1667% - var(--horizontal-gap-parent, 5.5%)*0.20833)}.et_flex_column_20_24{width:calc(83.3333% - var(--horizontal-gap-parent, 5.5%)*0.16667)}.et_flex_column_21_24{width:calc(87.5% - var(--horizontal-gap-parent, 5.5%)*0.125)}.et_flex_column_22_24{width:calc(91.6667% - var(--horizontal-gap-parent, 5.5%)*0.08333)}.et_flex_column_23_24{width:calc(95.8333% - var(--horizontal-gap-parent, 5.5%)*0.04167)}.et_flex_column_24_24{width:calc(100% - var(--horizontal-gap-parent, 5.5%)*0)}.et_flex_column_1_5{width:calc(20% - var(--horizontal-gap-parent, 5.5%)*0.8)}.et_flex_column_2_5{width:calc(40% - var(--horizontal-gap-parent, 5.5%)*0.6)}.et_flex_column_3_5{width:calc(60% - var(--horizontal-gap-parent, 5.5%)*0.4)}.et_flex_column_4_5{width:calc(80% - var(--horizontal-gap-parent, 5.5%)*0.2)}.et_flex_column_5_5{width:calc(100% - var(--horizontal-gap-parent, 5.5%)*0)}.et_flex_column_1_7{width:calc(14.2857% - var(--horizontal-gap-parent, 5.5%)*0.85714)}.et_flex_column_1_9{width:calc(11.1111% - var(--horizontal-gap-parent, 5.5%)*0.88889)}.et_flex_column_1_10{width:calc(10% - var(--horizontal-gap-parent, 5.5%)*0.9)}.et_flex_column_1_11{width:calc(9.0909% - var(--horizontal-gap-parent, 5.5%)*0.90909)}.preset--module--divi-heading--a3805066-8711-43c7-9f62-5782da0e9f7a{margin-bottom:10px!important}.preset--module--divi-heading--a3805066-8711-43c7-9f62-5782da0e9f7a .et_pb_heading_container h1,.preset--module--divi-heading--a3805066-8711-43c7-9f62-5782da0e9f7a .et_pb_heading_container h2,.preset--module--divi-heading--a3805066-8711-43c7-9f62-5782da0e9f7a .et_pb_heading_container h3,.preset--module--divi-heading--a3805066-8711-43c7-9f62-5782da0e9f7a .et_pb_heading_container h4,.preset--module--divi-heading--a3805066-8711-43c7-9f62-5782da0e9f7a .et_pb_heading_container h5,.preset--module--divi-heading--a3805066-8711-43c7-9f62-5782da0e9f7a .et_pb_heading_container h6{font-family:var(--et_global_heading_font);font-weight:var(--et_global_heading_font_weight);color:var(--gcid-heading-color)!important;font-size:18px;line-height:1.4em}.preset--module--divi-heading--8c21dae4-c59d-4c2b-958c-0e045c7f06d6{margin-bottom:10px!important}.preset--module--divi-heading--8c21dae4-c59d-4c2b-958c-0e045c7f06d6 .et_pb_heading_container h1,.preset--module--divi-heading--8c21dae4-c59d-4c2b-958c-0e045c7f06d6 .et_pb_heading_container h2,.preset--module--divi-heading--8c21dae4-c59d-4c2b-958c-0e045c7f06d6 .et_pb_heading_container h3,.preset--module--divi-heading--8c21dae4-c59d-4c2b-958c-0e045c7f06d6 .et_pb_heading_container h4,.preset--module--divi-heading--8c21dae4-c59d-4c2b-958c-0e045c7f06d6 .et_pb_heading_container h5,.preset--module--divi-heading--8c21dae4-c59d-4c2b-958c-0e045c7f06d6 .et_pb_heading_container h6{font-family:var(--et_global_heading_font);font-weight:var(--et_global_heading_font_weight);color:var(--gcid-heading-color)!important;font-size:24px;line-height:1.4em}.preset--module--divi-blurb--c4be762d-d134-408e-b49a-ae764af14c39 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap,.preset--module--divi-blurb--c4be762d-d134-408e-b49a-ae764af14c39 .et_pb_main_blurb_image .et-pb-icon{overflow:hidden;background-color:var(--gcid-primary-color);padding-top:14px!important;padding-right:14px!important;padding-bottom:14px!important;padding-left:14px!important;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-right-radius:40px;border-bottom-left-radius:40px}.preset--module--divi-blurb--c4be762d-d134-408e-b49a-ae764af14c39 .et-pb-icon{color:#FFF;font-size:24px}.preset--module--divi-blurb--c4be762d-d134-408e-b49a-ae764af14c39 .et_pb_main_blurb_image .et_pb_image_wrap.et_pb_only_image_mode_wrap{width:24px}.preset--module--divi-blurb--c4be762d-d134-408e-b49a-ae764af14c39 .et_pb_blurb_content{text-align:left;max-width:100%}.preset--module--divi-blurb--c4be762d-d134-408e-b49a-ae764af14c39 .et_pb_module_header{font-family:var(--et_global_heading_font);font-weight:var(--et_global_heading_font_weight);color:var(--gcid-heading-color)!important;font-size:18px;line-height:1.4em}.preset--module--divi-blurb--c4be762d-d134-408e-b49a-ae764af14c39 .et_pb_blurb_description{font-family:var(--et_global_body_font);font-weight:var(--et_global_body_font_weight);color:var(--gcid-body-color);font-size:16px;line-height:1.75em}.preset--module--divi-blurb--c4be762d-d134-408e-b49a-ae764af14c39 .et_pb_blurb_description a{color:var(--gcid-primary-color)}@media only screen and (max-width:980px){.preset--module--divi-heading--a3805066-8711-43c7-9f62-5782da0e9f7a .et_pb_heading_container h1,.preset--module--divi-heading--a3805066-8711-43c7-9f62-5782da0e9f7a .et_pb_heading_container h2,.preset--module--divi-heading--a3805066-8711-43c7-9f62-5782da0e9f7a .et_pb_heading_container h3,.preset--module--divi-heading--a3805066-8711-43c7-9f62-5782da0e9f7a .et_pb_heading_container h4,.preset--module--divi-heading--a3805066-8711-43c7-9f62-5782da0e9f7a .et_pb_heading_container h5,.preset--module--divi-heading--a3805066-8711-43c7-9f62-5782da0e9f7a .et_pb_heading_container h6{font-size:15px}.preset--module--divi-heading--8c21dae4-c59d-4c2b-958c-0e045c7f06d6 .et_pb_heading_container h1,.preset--module--divi-heading--8c21dae4-c59d-4c2b-958c-0e045c7f06d6 .et_pb_heading_container h2,.preset--module--divi-heading--8c21dae4-c59d-4c2b-958c-0e045c7f06d6 .et_pb_heading_container h3,.preset--module--divi-heading--8c21dae4-c59d-4c2b-958c-0e045c7f06d6 .et_pb_heading_container h4,.preset--module--divi-heading--8c21dae4-c59d-4c2b-958c-0e045c7f06d6 .et_pb_heading_container h5,.preset--module--divi-heading--8c21dae4-c59d-4c2b-958c-0e045c7f06d6 .et_pb_heading_container h6{font-size:18px}.preset--module--divi-blurb--c4be762d-d134-408e-b49a-ae764af14c39 .et_pb_module_header{font-size:15px}.preset--module--divi-blurb--c4be762d-d134-408e-b49a-ae764af14c39 .et_pb_blurb_description{font-size:15px}}@media only screen and (max-width:767px){.preset--module--divi-heading--a3805066-8711-43c7-9f62-5782da0e9f7a .et_pb_heading_container h1,.preset--module--divi-heading--a3805066-8711-43c7-9f62-5782da0e9f7a .et_pb_heading_container h2,.preset--module--divi-heading--a3805066-8711-43c7-9f62-5782da0e9f7a .et_pb_heading_container h3,.preset--module--divi-heading--a3805066-8711-43c7-9f62-5782da0e9f7a .et_pb_heading_container h4,.preset--module--divi-heading--a3805066-8711-43c7-9f62-5782da0e9f7a .et_pb_heading_container h5,.preset--module--divi-heading--a3805066-8711-43c7-9f62-5782da0e9f7a .et_pb_heading_container h6{font-size:14px}.preset--module--divi-heading--8c21dae4-c59d-4c2b-958c-0e045c7f06d6 .et_pb_heading_container h1,.preset--module--divi-heading--8c21dae4-c59d-4c2b-958c-0e045c7f06d6 .et_pb_heading_container h2,.preset--module--divi-heading--8c21dae4-c59d-4c2b-958c-0e045c7f06d6 .et_pb_heading_container h3,.preset--module--divi-heading--8c21dae4-c59d-4c2b-958c-0e045c7f06d6 .et_pb_heading_container h4,.preset--module--divi-heading--8c21dae4-c59d-4c2b-958c-0e045c7f06d6 .et_pb_heading_container h5,.preset--module--divi-heading--8c21dae4-c59d-4c2b-958c-0e045c7f06d6 .et_pb_heading_container h6{font-size:15px}.preset--module--divi-blurb--c4be762d-d134-408e-b49a-ae764af14c39 .et_pb_module_header{font-size:14px}.preset--module--divi-blurb--c4be762d-d134-408e-b49a-ae764af14c39 .et_pb_blurb_description{font-size:14px}}.et_pb_text_2,.et_pb_text_3,.et_pb_text_4,.et_pb_blurb_4 .et_pb_blurb_container,.et_pb_text_5,.et_pb_blurb_5 .et_pb_blurb_container,.et_pb_text_6,.et_pb_blurb_6 .et_pb_blurb_container,.et_pb_text_7,.et_pb_blurb_7 .et_pb_blurb_container,.et_pb_blurb_8 .et_pb_blurb_container,.et_pb_text_8,.et_pb_blurb_9 .et_pb_blurb_container,.et_pb_text_9,.et_pb_blurb_10 .et_pb_blurb_container,.et_pb_blurb_11 .et_pb_blurb_container,.et_pb_blurb_12 .et_pb_blurb_container{text-align:left}.et_pb_button_2_wrapper,.et_pb_heading_3 .et_pb_heading_container h1,.et_pb_heading_3 .et_pb_heading_container h2,.et_pb_heading_3 .et_pb_heading_container h3,.et_pb_heading_3 .et_pb_heading_container h4,.et_pb_heading_3 .et_pb_heading_container h5,.et_pb_heading_3 .et_pb_heading_container h6{text-align:center}.et_pb_button_2_wrapper .et_pb_button_2{margin-left:auto;margin-right:auto}body #page-container .et_pb_section .et_pb_button_2:after{font-family:"ETmodules"!important;font-weight:400!important;font-size:inherit;line-height:1.7em!important;display:inline-block;font-size:1.6em}body #page-container .et_pb_section .et_pb_button_2:hover:after{opacity:1}body #page-container .et_pb_section .et_pb_button_2:after,body #page-container .et_pb_section .et_pb_button_2:hover:after{line-height:1em!important}.et_pb_section_3{border-width:2px;border-color:#333;border-style:solid}.et_pb_row_3.et_pb_row{margin-top:-31px!important;margin-right:auto!important;margin-bottom:-10px!important;margin-left:auto!important}.et_pb_section_4{background-repeat:no-repeat!important;background-image:linear-gradient(180deg,rgb(0 0 0 / .75) 0%,rgb(0 0 0 / .75) 100% 100%),url(https://images.unsplash.com/photo-1755960330719-b1f04391b978?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxwcm9mZXNzaW9uYWwlMjBjbGVhbnVwJTIwdGVhbXxlbnwwfDB8fHwxNzc4MTI0ODA4fDA&ixlib=rb-4.1.0&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2)!important}.et_pb_section_4.et_pb_section{padding-top:8vw;padding-bottom:8vw}.et_pb_row_4{background-repeat:no-repeat}.et_pb_heading_4 .et_pb_heading_container h1,.et_pb_heading_4 .et_pb_heading_container h2,.et_pb_heading_4 .et_pb_heading_container h3,.et_pb_heading_4 .et_pb_heading_container h4,.et_pb_heading_4 .et_pb_heading_container h5,.et_pb_heading_4 .et_pb_heading_container h6,.et_pb_heading_5 .et_pb_heading_container h1,.et_pb_heading_5 .et_pb_heading_container h2,.et_pb_heading_5 .et_pb_heading_container h3,.et_pb_heading_5 .et_pb_heading_container h4,.et_pb_heading_5 .et_pb_heading_container h5,.et_pb_heading_5 .et_pb_heading_container h6,.et_pb_heading_6 .et_pb_heading_container h1,.et_pb_heading_6 .et_pb_heading_container h2,.et_pb_heading_6 .et_pb_heading_container h3,.et_pb_heading_6 .et_pb_heading_container h4,.et_pb_heading_6 .et_pb_heading_container h5,.et_pb_heading_6 .et_pb_heading_container h6,.et_pb_heading_7 .et_pb_heading_container h1,.et_pb_heading_7 .et_pb_heading_container h2,.et_pb_heading_7 .et_pb_heading_container h3,.et_pb_heading_7 .et_pb_heading_container h4,.et_pb_heading_7 .et_pb_heading_container h5,.et_pb_heading_7 .et_pb_heading_container h6,.et_pb_heading_8 .et_pb_heading_container h1,.et_pb_heading_8 .et_pb_heading_container h2,.et_pb_heading_8 .et_pb_heading_container h3,.et_pb_heading_8 .et_pb_heading_container h4,.et_pb_heading_8 .et_pb_heading_container h5,.et_pb_heading_8 .et_pb_heading_container h6,.et_pb_heading_9 .et_pb_heading_container h1,.et_pb_heading_9 .et_pb_heading_container h2,.et_pb_heading_9 .et_pb_heading_container h3,.et_pb_heading_9 .et_pb_heading_container h4,.et_pb_heading_9 .et_pb_heading_container h5,.et_pb_heading_9 .et_pb_heading_container h6{color:#FFFFFF!important}.et_pb_blurb_4 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap,.et_pb_blurb_4 .et_pb_main_blurb_image .et-pb-icon,.et_pb_blurb_5 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap,.et_pb_blurb_5 .et_pb_main_blurb_image .et-pb-icon,.et_pb_blurb_6 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap,.et_pb_blurb_6 .et_pb_main_blurb_image .et-pb-icon,.et_pb_blurb_7 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap,.et_pb_blurb_7 .et_pb_main_blurb_image .et-pb-icon,.et_pb_blurb_8 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap,.et_pb_blurb_8 .et_pb_main_blurb_image .et-pb-icon,.et_pb_blurb_9 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap,.et_pb_blurb_9 .et_pb_main_blurb_image .et-pb-icon,.et_pb_blurb_10 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap,.et_pb_blurb_10 .et_pb_main_blurb_image .et-pb-icon,.et_pb_blurb_11 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap,.et_pb_blurb_11 .et_pb_main_blurb_image .et-pb-icon,.et_pb_blurb_12 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap,.et_pb_blurb_12 .et_pb_main_blurb_image .et-pb-icon{background-color:var(--gcid-secondary-color)}.et_pb_blurb_4 .et-pb-icon,.et_pb_blurb_5 .et-pb-icon,.et_pb_blurb_6 .et-pb-icon,.et_pb_blurb_7 .et-pb-icon,.et_pb_blurb_8 .et-pb-icon,.et_pb_blurb_9 .et-pb-icon,.et_pb_blurb_10 .et-pb-icon,.et_pb_blurb_11 .et-pb-icon,.et_pb_blurb_12 .et-pb-icon{color:#FFF;font-family:ETmodules!important;font-weight:400;content:'u'}.et_pb_row_7.et_pb_row{margin-top:-52px!important}.et_pb_column_8{background-repeat:no-repeat;background-image:linear-gradient(0deg,#000000 15%,#fff0 85% 100%),url(https://hoardassist.com/wp-content/uploads/2026/05/Screenshot-2026-05-06-195051-1.png);padding-top:200px;padding-right:30px;padding-bottom:30px;padding-left:30px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;overflow:hidden}.et_pb_column_9{background-repeat:no-repeat;background-image:linear-gradient(0deg,#000000 15%,#fff0 85% 100%),url(https://hoardassist.com/wp-content/uploads/2026/05/generated-image-10.png);padding-top:200px;padding-right:30px;padding-bottom:30px;padding-left:30px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;overflow:hidden}.et_pb_column_10{background-repeat:no-repeat;background-image:linear-gradient(0deg,#000000 15%,#fff0 85% 100%),url(https://hoardassist.com/wp-content/uploads/2026/05/538f9921-b9b5-4e01-b06e-0dd64ae93073-cF0ikOX9wE1Rp3pudrUDwrTmP3WtpY-2.webp);padding-top:200px;padding-right:30px;padding-bottom:30px;padding-left:30px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;overflow:hidden}.et_pb_row_11,.et_pb_pagebuilder_layout.single-post:not(.et-tb-has-body) #main-content .et_pb_row.et_pb_row_11{width:70%!important}.et_pb_row_11{max-width:none!important}.et_pb_column_11,.et_pb_column_13{background-repeat:no-repeat;background-image:linear-gradient(0deg,#000000 15%,#fff0 85% 100%),url(https://hoardassist.com/wp-content/uploads/2026/05/generated-image-2026-05-07_04-51-34.png);padding-top:200px;padding-right:30px;padding-bottom:30px;padding-left:30px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;overflow:hidden}.et_pb_heading_11 .et_pb_heading_container h1,.et_pb_heading_11 .et_pb_heading_container h2,.et_pb_heading_11 .et_pb_heading_container h3,.et_pb_heading_11 .et_pb_heading_container h4,.et_pb_heading_11 .et_pb_heading_container h5,.et_pb_heading_11 .et_pb_heading_container h6{color:#FFFFFF!important;text-align:center}.et_pb_column_12{background-repeat:no-repeat;background-image:linear-gradient(0deg,#000000 15%,#fff0 85% 100%),url(https://hoardassist.com/wp-content/uploads/2026/05/generated-image-11.png);padding-top:200px;padding-right:30px;padding-bottom:30px;padding-left:30px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;overflow:hidden}@media only screen and (max-width:980px){.et_pb_row_4.et_pb_row,.et_pb_row_5.et_pb_row,.et_pb_row_6.et_pb_row{padding-bottom:0px!important}.et_pb_column_8,.et_pb_column_9,.et_pb_column_10,.et_pb_column_11,.et_pb_column_12,.et_pb_column_13{padding-top:130px;padding-right:30px;padding-bottom:30px;padding-left:30px}}@media only screen and (max-width:767px){.et_pb_row_4.et_pb_row,.et_pb_row_5.et_pb_row,.et_pb_row_6.et_pb_row{padding-bottom:0px!important}.et_pb_column_8,.et_pb_column_9,.et_pb_column_10,.et_pb_column_11,.et_pb_column_12,.et_pb_column_13{padding-top:100px;padding-right:20px;padding-bottom:20px;padding-left:20px}}.et-db #et-boc .et-l.et-l--footer .et_builder_inner_content{z-index:auto}.et-l--footer>.et_builder_inner_content>.et_pb_section.et_pb_section_0_tb_footer{background-color:#000000!important}.et_pb_image_0_tb_footer{background-image:initial;text-align:left;margin-left:0}.et_pb_image_0_tb_footer .et_pb_image_wrap img{max-height:48px;width:auto}.et_pb_text_0_tb_footer{padding-top:20px!important;padding-right:20px!important;padding-bottom:20px!important;padding-left:20px!important;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;border-width:2px;border-color:#FFF;border-style:solid;text-align:left;overflow:hidden}.et_pb_text_0_tb_footer .et_pb_text_inner a{font-style:normal;text-transform:none;font-variant:normal;text-decoration-line:none}.et_pb_heading_0_tb_footer,.et_pb_heading_1_tb_footer{margin-bottom:0px!important}.et_pb_heading_0_tb_footer .et_pb_heading_container h1,.et_pb_heading_0_tb_footer .et_pb_heading_container h2,.et_pb_heading_0_tb_footer .et_pb_heading_container h3,.et_pb_heading_0_tb_footer .et_pb_heading_container h4,.et_pb_heading_0_tb_footer .et_pb_heading_container h5,.et_pb_heading_0_tb_footer .et_pb_heading_container h6,.et_pb_heading_1_tb_footer .et_pb_heading_container h1,.et_pb_heading_1_tb_footer .et_pb_heading_container h2,.et_pb_heading_1_tb_footer .et_pb_heading_container h3,.et_pb_heading_1_tb_footer .et_pb_heading_container h4,.et_pb_heading_1_tb_footer .et_pb_heading_container h5,.et_pb_heading_1_tb_footer .et_pb_heading_container h6{color:#FFFFFF!important}.et_pb_text_1_tb_footer,.et_pb_text_2_tb_footer,.et_pb_text_3_tb_footer,.et_pb_text_4_tb_footer,.et_pb_text_5_tb_footer,.et_pb_text_6_tb_footer,.et_pb_text_7_tb_footer,.et_pb_text_8_tb_footer,.et_pb_text_9_tb_footer{margin-bottom:0px!important;text-align:left}