@layer bricks {.brxe-code{width:100%}}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}:where(.brxe-form){display:flex;flex-wrap:wrap;width:100%}:where(.brxe-form) .label,:where(.brxe-form) label{color:inherit;font-size:12px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}:where(.brxe-form) .form-group{display:flex;flex-direction:column;padding:0 0 20px;width:100%}:where(.brxe-form) .form-group.captcha,:where(.brxe-form) .form-group:last-child{padding-bottom:0}:where(.brxe-form) .form-group.captcha{line-height:1}:where(.brxe-form) .form-group.file{display:block}:where(.brxe-form) .form-group.file>label.choose-files{margin-bottom:0}:where(.brxe-form) .form-group>.label{margin-bottom:5px}:where(.brxe-form) .form-group .form-group-error-message{background-color:var(--bricks-bg-danger);color:var(--bricks-text-danger);display:none;padding:15px;width:100%}:where(.brxe-form) .form-group .form-group-error-message.show{display:block}:where(.brxe-form) .form-group .password-input-wrapper{position:relative}:where(.brxe-form) .form-group .password-input-wrapper .password-toggle{background:none;position:absolute;right:12px;top:50%;transform:translateY(-50%)}:where(.brxe-form) .form-group .password-input-wrapper .password-toggle span{display:flex}:where(.brxe-form) .form-group .password-input-wrapper .password-toggle span.hide{display:none}:where(.brxe-form) .submit-button-wrapper{width:auto}:where(.brxe-form) .required:after{content:"*";padding:0 2px;position:relative;top:-2px}:where(.brxe-form) .options-wrapper{list-style-type:none;margin:0;padding:0}:where(.brxe-form) .options-wrapper input,:where(.brxe-form) .options-wrapper label{display:inline-block;height:auto;margin:0 5px 0 0;width:auto}:where(.brxe-form) .options-wrapper input[type=checkbox],:where(.brxe-form) .options-wrapper input[type=radio]{margin:initial;padding:initial;position:relative;top:1px}:where(.brxe-form) button[type=submit].sending{cursor:default}:where(.brxe-form) button[type=submit].sending .text{opacity:.5}:where(.brxe-form) button[type=submit].sending>i,:where(.brxe-form) button[type=submit].sending>svg{display:none}:where(.brxe-form) button[type=submit].sending .loading{animation:load8 1s linear infinite;display:flex;opacity:1}:where(.brxe-form) button[type=submit].sending .loading svg{transform:scaleX(-1)}:where(.brxe-form) button[type=submit] .loading{display:none}:where(.brxe-form) button[type=submit] svg{height:1em;transform-origin:center}:where(.brxe-form) .recaptcha-hidden{display:none}:where(.brxe-form) .recaptcha-error{display:none;padding:0!important}:where(.brxe-form) .recaptcha-error.show{display:block}:where(.brxe-form) .recaptcha-error .brxe-alert.danger{align-items:center;background-color:var(--bricks-bg-danger);border-color:currentcolor;color:var(--bricks-text-danger);display:flex;justify-content:space-between;padding:15px;width:100%}:where(.brxe-form) .hcaptcha-error{display:none;padding:0!important}:where(.brxe-form) .hcaptcha-error.show{display:block}:where(.brxe-form) .hcaptcha-error .brxe-alert.danger{align-items:center;background-color:var(--bricks-bg-danger);border-color:currentcolor;color:var(--bricks-text-danger);display:flex;justify-content:space-between;padding:15px;width:100%}:where(.brxe-form) input[type=checkbox]+.label,:where(.brxe-form) input[type=checkbox]+label,:where(.brxe-form) input[type=radio]+.label,:where(.brxe-form) input[type=radio]+label{color:inherit;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:inherit;text-transform:inherit}:where(.brxe-form) textarea{height:inherit;resize:vertical}:where(.brxe-form) .message{background-color:var(--bricks-bg-info);color:var(--bricks-text-info);display:flex;gap:15px;justify-content:space-between;opacity:1;padding-bottom:0;position:relative;width:100%}:where(.brxe-form) .message.success{background-color:var(--bricks-bg-success);color:var(--bricks-text-success)}:where(.brxe-form) .message.error{background-color:var(--bricks-bg-danger);color:var(--bricks-text-danger)}:where(.brxe-form) .message .text{padding:15px}:where(.brxe-form) .message.closing{opacity:0;transition:opacity .2s}:where(.brxe-form) .message .close{all:unset;cursor:pointer;padding:15px}:where(.brxe-form) input.file,:where(.brxe-form) input[type=file]{display:block;height:0;opacity:0;width:0}:where(.brxe-form) .file-result{display:none;padding:0}:where(.brxe-form) .file-result.show{align-items:center;display:flex;margin:0 0 15px}:where(.brxe-form) .file-result.show.danger{background-color:var(--bricks-bg-danger);color:var(--bricks-text-danger);justify-content:space-between;padding:15px}:where(.brxe-form) .file-result.show.danger svg{cursor:pointer;height:1em;margin-left:5px}:where(.brxe-form) .file-result.show.danger svg g{stroke:currentcolor}:where(.brxe-form) .file-result.show .remove{display:inline-block;font-size:12px;line-height:30px;margin:0 15px;padding:0 10px}:where(.brxe-form) .file-result.show .remove:hover{background-color:var(--bricks-text-danger);color:#fff}:where(.brxe-form) .choose-files{border-style:solid;border-width:1px;cursor:pointer;display:inline-block;line-height:40px;padding:0 15px;text-align:center;text-transform:none;white-space:nowrap;width:auto}.grecaptcha-badge{visibility:hidden}}@layer bricks {.brxe-rating{display:flex;position:relative}.brxe-rating .icon{font-size:30px;line-height:0}.brxe-rating .icon svg{fill:currentcolor}.brxe-rating .full-color{color:#ffd64f}.brxe-rating .empty-color{color:#999}.brxe-rating .icon-wrapper{position:relative}.brxe-rating .icon-wrapper .overlay{height:100%;left:0;overflow:hidden;position:absolute;top:0}}@layer bricks {.brxe-icon{font-size:60px}svg.brxe-icon{font-size:inherit}}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}a.brxe-image{display:inline-block}figure.brxe-image{margin:0}:where(.brxe-image).tag{display:inline-block;height:fit-content;position:relative;width:auto}:where(.brxe-image).caption{overflow:hidden;position:relative}:where(.brxe-image).overlay{position:relative}:where(.brxe-image).overlay:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}:where(.brxe-image):before{border-radius:inherit}:where(.brxe-image) a{border-radius:inherit;position:static;transition:inherit}:where(.brxe-image) picture{border-radius:inherit;transition:inherit}:where(.brxe-image) img{border-radius:inherit;height:100%;position:static!important;transition:inherit;width:100%}:where(.brxe-image) img.bricks-lazy-hidden+figcaption{display:none}:where(.brxe-image) .icon{color:#fff;font-size:60px;pointer-events:none;position:absolute;right:50%;text-align:center;top:50%;transform:translate(50%,-50%);z-index:5}:where(.brxe-image) .bricks-image-caption{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 70%,transparent);bottom:0;color:#fff;font-size:inherit;margin:0;padding:10px 15px;pointer-events:none;position:absolute!important;text-align:center;width:100%;z-index:1}}@layer bricks {:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}}#brxe-pyuofw {text-transform: uppercase; font-size: 16px; line-height: 100%}#brxe-siyyys {height: 18px}#brxe-kpjnhf {width: fit-content; column-gap: 8px}#brxe-alqugx {row-gap: 8px; width: 100%; max-width: 490px}.brxe-nxzznn {transition: color cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s }.brxe-waljix {transition: color cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s }@media (max-width: 478px) {#brxe-wuzaql {flex-direction: column}}#brxe-sgyrmd {row-gap: 40px; max-width: 490px}@media (max-width: 767px) {#brxe-sgyrmd {max-width: 420px}}#brxe-dbjkic {max-width: 620px}@media (max-width: 991px) {#brxe-dbjkic {max-width: 100%}}@media (max-width: 478px) {#brxe-dbjkic {width: 80%}}#brxe-xyfcug {align-items: flex-end}@media (max-width: 767px) {#brxe-xyfcug {position: absolute; width: 40%; right: 24px}}@media (max-width: 478px) {#brxe-xyfcug {bottom: 56px; align-items: flex-end}}@media (max-width: 767px) {#brxe-xurlom {row-gap: 32px; flex-direction: column; align-items: flex-start}}#hero {min-height: 720px; align-items: center; justify-content: center; background-image: url(https://capypool.com/wp-content/uploads/2025/06/hero-bg-2.webp); background-size: cover; background-position: center left; color: var(--bricks-color-tztcco); padding-top: 102px; padding-bottom: 32px}@media (max-width: 767px) {#hero {padding-top: 160px; padding-bottom: 100px; min-height: unset}}@media (max-width: 478px) {#hero {position: relative; padding-top: 140px; padding-bottom: 64px}}#brxe-yzobtq {max-width: 480px; text-align: center}#brxe-nxdzwk {row-gap: 32px; column-gap: 32px; justify-content: center}#brxe-oouiss {row-gap: 40px; padding-right: 24px; padding-left: 24px}#brxe-ybinjc {position: relative}:where(#brxe-ybinjc > *) {position: relative}#brxe-ybinjc::before {background-image: linear-gradient(rgba(35, 131, 189, 0) 90%, #2383bd 100%); position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none}#aboutus {padding-top: 80px; padding-right: 0; padding-bottom: 0; padding-left: 0; color: var(--bricks-color-qxhuyj); row-gap: 50px}#brxe-egsszd {max-width: 520px; text-align: center}#brxe-uganqp {row-gap: 32px; column-gap: 32px; flex-wrap: wrap; justify-content: center}@media (max-width: 478px) {#brxe-voizhv {flex-direction: column}}#brxe-dekdrk {row-gap: 40px; padding-right: 24px; padding-left: 24px; z-index: 1}#brxe-dxbiww {position: relative; margin-top: -300px; height: 600px}:where(#brxe-dxbiww > *) {position: relative}#brxe-dxbiww::before {background-image: linear-gradient(#2383bd 0%, rgba(35, 131, 189, 0) 100%); position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none}#brxe-dxbiww:not(.tag), #brxe-dxbiww img {object-fit: cover; object-position: 100% 100%}@media (max-width: 767px) {#brxe-dxbiww {height: 400px}}@media (max-width: 478px) {#brxe-dxbiww {margin-top: -100px; height: 300px}}#services {background-color: var(--bricks-color-uhfvvo); color: var(--bricks-color-tztcco); padding-top: 40px; padding-right: 0; padding-bottom: 0; padding-left: 0}#brxe-acsxws {max-width: 540px; text-align: center}#brxe-gecdte {align-items: center; justify-content: center}#brxe-lnaatf {row-gap: 32px; column-gap: 80px; max-width: 850px}@media (max-width: 767px) {#brxe-lnaatf {max-width: 100%; flex-direction: column}}#brxe-mgtgjf {row-gap: 40px}#benefits {padding-top: 80px; padding-bottom: 40px}#brxe-ferqsg {max-width: 580px; text-align: left}@media (max-width: 767px) {#brxe-ferqsg {max-width: 100%; text-align: center}}#brxe-wzevjp {color: var(--bricks-color-tztcco); align-items: flex-end}@media (max-width: 767px) {#brxe-wzevjp {display: none}}@media (max-width: 478px) {#brxe-wzevjp {flex-direction: column}}#brxe-ysdkdr {flex-direction: row; justify-content: space-between; align-items: flex-end; padding-right: 24px; padding-left: 24px}.brxe-rwjlju .brxe-wtkzna.brxe-heading {font-size: 18px}.brxe-rwjlju .brxe-jijfll.brxe-block {align-items: center; justify-content: flex-start; flex-wrap: nowrap; flex-direction: row}#brxe-wzgals {flex-direction: row; column-gap: 32px; display: flex}.brxe-jqhotf .brxe-ngysmq.brxe-heading {font-size: 18px}.brxe-jqhotf .brxe-tjwsxv.brxe-block {align-items: center; justify-content: flex-start; flex-wrap: nowrap; flex-direction: row}#brxe-repnwy {flex-direction: row; column-gap: 32px; display: flex}#testimonials {padding-top: 40px; padding-right: 0; padding-bottom: 80px; padding-left: 0; row-gap: 40px}#brxe-tpbffr {width: 100%; max-width: 450px}#brxe-ilhpoz {align-items: center; justify-content: center}@media (max-width: 991px) {#brxe-ilhpoz {display: none}}#brxe-bmjkjb .form-group input {background-color: rgba(0, 29, 48, 0.8); border-style: solid; border-color: rgba(245, 251, 255, 0.16); border-radius: 8px; padding-top: 6px; padding-bottom: 6px}#brxe-bmjkjb .flatpickr {background-color: rgba(0, 29, 48, 0.8); border-style: solid; border-color: rgba(245, 251, 255, 0.16); border-radius: 8px; padding-top: 6px; padding-bottom: 6px}#brxe-bmjkjb select {background-color: rgba(0, 29, 48, 0.8); border-style: solid; border-color: rgba(245, 251, 255, 0.16); border-radius: 8px; padding-top: 6px; padding-bottom: 6px; color: rgba(245, 251, 255, 0.8)}#brxe-bmjkjb textarea {background-color: rgba(0, 29, 48, 0.8); border-style: solid; border-color: rgba(245, 251, 255, 0.16); border-radius: 8px; padding-top: 6px; padding-bottom: 6px}#brxe-bmjkjb .bricks-button:not([type=submit]) {border-style: solid; border-color: rgba(245, 251, 255, 0.16); border-radius: 8px}#brxe-bmjkjb .choose-files {border-style: solid; border-color: rgba(245, 251, 255, 0.16); border-radius: 8px}#brxe-bmjkjb ::placeholder {color: rgba(245, 251, 255, 0.8)}#brxe-bmjkjb .bricks-button {font-size: 16px; color: var(--bricks-color-tztcco); text-align: center; font-family: "Congenial"; background-color: var(--bricks-color-unqyrd)}#brxe-bmjkjb button[type=submit].bricks-button {border-radius: 50px}#brxe-bmjkjb {max-width: 460px}#brxe-bmjkjb { justify-content: center;}#brxe-bmjkjb button { padding: 18px 32px;}#brxe-bmjkjb .options-wrapper li { display: flex; flex-wrap: nowrap; align-items: start; text-align: start; gap: 8px; line-height: 140%;}#brxe-bmjkjb .options-wrapper li input { margin-top: 3px;}#brxe-jctcyw {width: 100%; max-width: 570px; text-align: center; align-items: center; row-gap: 40px}#brxe-jcsnll {width: 100%; max-width: 450px}#brxe-hipbwk {align-items: center; justify-content: center}#brxe-nemzpm {flex-direction: row; align-items: stretch; column-gap: 64px; max-width: 100%; width: 100%; justify-content: center}@media (max-width: 991px) {#brxe-nemzpm {flex-direction: column; row-gap: 40px; align-items: center}}#contact {padding-top: 80px; padding-bottom: 80px; background-image: url(https://capypool.com/wp-content/uploads/2025/06/bg-contact.webp); background-size: cover; position: relative; color: var(--bricks-color-tztcco)}:where(#contact > *) {position: relative}#contact::before {background-image: linear-gradient(rgba(0, 29, 48, 0) 0%, #001d30 100%); position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none}