:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.footer_style{background-color:#211f54;color:#fff;padding:50px 0 20px}.footer_style .container_style{display:flex;max-width:80%;margin:0 auto}.footer_style .container_style .column_style{text-align:left;padding:10px}.footer_style .container_style .column_style.text{padding-left:50px}.footer_style .container_style .column_style .social_media{gap:8px}.footer_style .container_style .column_style .social_media .svg_bubble_style{background-color:#5b2ee4;width:50px;border-radius:100px;height:50px}.footer_style .container_style .column_style .social_media .svg_bubble_style .svg_style{margin-left:14px;margin-top:13px;width:25px}.footer_style .container_style .column_style .social_media .svg_bubble_style .svg_style_insta{margin-left:13px;margin-top:11px;width:25px}.footer_style .container_style .list_style{list-style-type:none;padding:0}.footer_style .container_style .list_style a{text-decoration:none;color:#fff}.footer_style .copyright_style{text-align:center;padding-top:20px;border-top:1px solid #444;margin-top:20px}.footer_style .copyright_style .copy_text{margin:0}@media screen and (max-width:980px){.column_style{text-align:left;padding:10px}.column_style.text{padding-left:10px!important}}.landing-page{all:initial;display:block;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;min-width:320px}.dark .landing-page,html.dark .landing-page{color:#213547!important;background-color:#fff!important}.landing-page *,.landing-page :after,.landing-page :before{box-sizing:border-box}.landing-page .container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;max-width:80%}@media (min-width:576px){.landing-page .container{max-width:540px}}@media (min-width:768px){.landing-page .container{max-width:720px}}@media (min-width:992px){.landing-page .container{max-width:960px}}@media (min-width:1200px){.landing-page .container{max-width:1140px}}@media (min-width:1400px){.landing-page .container{max-width:1320px}}.landing-page .row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.landing-page [class*=col-]{position:relative;width:100%;padding-right:15px;padding-left:15px}@media (min-width:992px){.landing-page .col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.landing-page .col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.landing-page .col-lg-3{flex:0 0 25%;max-width:25%}.landing-page .col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.landing-page .col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.landing-page .col-lg-6{flex:0 0 50%;max-width:50%}.landing-page .col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.landing-page .col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.landing-page .col-lg-9{flex:0 0 75%;max-width:75%}.landing-page .col-lg-10{flex:0 0 83.333333%;max-width:83.333333%}.landing-page .col-lg-11{flex:0 0 91.666667%;max-width:91.666667%}.landing-page .col-lg-12{flex:0 0 100%;max-width:100%}}@media (min-width:768px){.landing-page .col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.landing-page .col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.landing-page .col-md-3{flex:0 0 25%;max-width:25%}.landing-page .col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.landing-page .col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.landing-page .col-md-6{flex:0 0 50%;max-width:50%}.landing-page .col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.landing-page .col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.landing-page .col-md-9{flex:0 0 75%;max-width:75%}.landing-page .col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.landing-page .col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.landing-page .col-md-12{flex:0 0 100%;max-width:100%}}.landing-page .d-flex{display:flex!important}.landing-page .d-none{display:none!important}.landing-page .d-block{display:block!important}.landing-page .flex-column{flex-direction:column!important}.landing-page .flex-row{flex-direction:row!important}.landing-page .flex-wrap{flex-wrap:wrap!important}.landing-page .flex-lg-row{flex-direction:row!important}.landing-page .justify-content-center{justify-content:center!important}.landing-page .justify-content-between{justify-content:space-between!important}.landing-page .justify-content-around{justify-content:space-around!important}.landing-page .justify-content-end{justify-content:flex-end!important}.landing-page .align-items-center{align-items:center!important}.landing-page .align-items-start{align-items:flex-start!important}.landing-page .align-items-end{align-items:flex-end!important}.landing-page .gap-1{gap:.25rem!important}.landing-page .gap-2{gap:.5rem!important}.landing-page .gap-3{gap:1rem!important}.landing-page .gap-4{gap:1.5rem!important}.landing-page .gap-5{gap:3rem!important}.landing-page .m-0{margin:0!important}.landing-page .m-1{margin:.25rem!important}.landing-page .m-2{margin:.5rem!important}.landing-page .m-3{margin:1rem!important}.landing-page .m-4{margin:1.5rem!important}.landing-page .m-5{margin:3rem!important}.landing-page .mt-0{margin-top:0!important}.landing-page .mt-1{margin-top:.25rem!important}.landing-page .mt-2{margin-top:.5rem!important}.landing-page .mt-3{margin-top:1rem!important}.landing-page .mt-4{margin-top:1.5rem!important}.landing-page .mt-5{margin-top:3rem!important}.landing-page .mb-0{margin-bottom:0!important}.landing-page .mb-1{margin-bottom:.25rem!important}.landing-page .mb-2{margin-bottom:.5rem!important}.landing-page .mb-3{margin-bottom:1rem!important}.landing-page .mb-4{margin-bottom:1.5rem!important}.landing-page .mb-5{margin-bottom:3rem!important}.landing-page .ms-1{margin-left:.25rem!important}.landing-page .ms-2{margin-left:.5rem!important}.landing-page .ms-3{margin-left:1rem!important}.landing-page .ms-auto{margin-left:auto!important}.landing-page .me-1{margin-right:.25rem!important}.landing-page .me-2{margin-right:.5rem!important}.landing-page .me-3{margin-right:1rem!important}.landing-page .p-0{padding:0!important}.landing-page .p-1{padding:.25rem!important}.landing-page .p-2{padding:.5rem!important}.landing-page .p-3{padding:1rem!important}.landing-page .p-4{padding:1.5rem!important}.landing-page .p-5{padding:3rem!important}.landing-page .pt-0{padding-top:0!important}.landing-page .pt-1{padding-top:.25rem!important}.landing-page .pt-2{padding-top:.5rem!important}.landing-page .pt-3{padding-top:1rem!important}.landing-page .pt-4{padding-top:1.5rem!important}.landing-page .pt-5{padding-top:3rem!important}.landing-page .pb-0{padding-bottom:0!important}.landing-page .pb-1{padding-bottom:.25rem!important}.landing-page .pb-2{padding-bottom:.5rem!important}.landing-page .pb-3{padding-bottom:1rem!important}.landing-page .pb-4{padding-bottom:1.5rem!important}.landing-page .pb-5{padding-bottom:3rem!important}.landing-page .ps-1{padding-left:.25rem!important}.landing-page .ps-2{padding-left:.5rem!important}.landing-page .ps-3{padding-left:1rem!important}.landing-page .ps-4{padding-left:1.5rem!important}.landing-page .ps-5{padding-left:3rem!important}.landing-page .pe-1{padding-right:.25rem!important}.landing-page .pe-2{padding-right:.5rem!important}.landing-page .pe-3{padding-right:1rem!important}.landing-page .pe-4{padding-right:1.5rem!important}.landing-page .pe-5{padding-right:3rem!important}.landing-page .text-center{text-align:center!important}.landing-page .text-left{text-align:left!important}.landing-page .text-right{text-align:right!important}.landing-page .text-muted{color:#6c757d!important}.landing-page .text-danger{color:#dc3545!important}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4,.landing-page h5,.landing-page h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:inherit}.landing-page h1{font-size:2.5rem}.landing-page h2{font-size:2rem}.landing-page h3{font-size:1.75rem}.landing-page h4{font-size:1.5rem}.landing-page h5{font-size:1.25rem}.landing-page h6{font-size:1rem}.landing-page p{margin-top:0;margin-bottom:1rem}.landing-page a{color:inherit;text-decoration:none}.landing-page a:hover{color:#7247ec}.landing-page img{max-width:100%;height:auto;vertical-align:middle;border-style:none}.landing-page button{font-family:inherit;font-size:inherit;line-height:inherit;margin:0;border:none;cursor:pointer}.landing-page ul{margin:0;padding:0;list-style:none}.landing-page li{margin-bottom:.5rem}.landing-page .form-group{margin-bottom:1rem}.landing-page .form-label{display:inline-block;margin-bottom:.5rem;font-weight:500}.landing-page .form-control,.landing-page .form-control-input{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.landing-page .form-control-input:focus,.landing-page .form-control:focus{color:#212529;background-color:#fff;border-color:#7247ec;outline:0;box-shadow:0 0 0 .25rem rgba(114,71,236,.25)}.landing-page textarea.form-control-input{min-height:120px;resize:vertical}.landing-page .card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.375rem}.landing-page .card-body{flex:1 1 auto;padding:1rem}.landing-page .card-title{margin-bottom:.5rem;font-weight:600;color:#1f2937}.landing-page .card-text{margin-bottom:0}.landing-page .shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.landing-page .h-100{height:100%!important}.landing-page .job-openings{padding-top:100px;padding-bottom:60px;min-height:100vh}.landing-page .job-openings .title-job{text-align:center;margin-bottom:2rem}.landing-page .job-openings .title-job h1{font-weight:700;font-size:2.5rem;color:#1f2937}.landing-page .job-openings .card{transition:transform .2s,box-shadow .2s}.landing-page .job-openings .card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.landing-page .job-openings .img-container{display:flex;align-items:center;justify-content:center}.landing-page .job-openings .img-container img{max-width:100%;height:auto}.landing-page .job-openings .card-form{background-color:#fff;border-radius:16px;padding:2rem;box-shadow:0 8px 24px hsla(210,8%,62%,.2)}.landing-page .navbar{position:fixed;top:0;left:0;right:0;z-index:1030;padding:.5rem 1rem;background-color:#fff;box-shadow:0 1px 6px 0 rgba(0,0,0,.05)}.landing-page .navbar,.landing-page .navbar .container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.landing-page .navbar .container{width:100%}.landing-page .navbar-nav{display:flex;flex-direction:row;padding-left:0;margin-bottom:0;list-style:none;gap:.5rem}.landing-page .nav-item{list-style:none}.landing-page .nav-link{display:block;padding:.5rem .75rem;color:#414141;font-size:1rem;font-weight:600;text-decoration:none;border-radius:5px;transition:color .15s ease-in-out}.landing-page .nav-link.filled,.landing-page .nav-link:hover{color:#7247ec}.landing-page .navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid rgba(0,0,0,.1);border-radius:.375rem;display:none}.landing-page .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:50%;background-size:100%}.landing-page .btn-login{display:inline-block;background-color:#7247ec;color:#fff!important;font-weight:600;padding:10px 24px;border:none;border-radius:25px;cursor:pointer;font-size:16px;text-decoration:none!important;transition:background-color .3s ease;margin-left:1rem}.landing-page .btn-login:hover{background-color:#5b2ee4;color:#fff!important}@media (max-width:991.98px){.landing-page .navbar-toggler{display:block}.landing-page .navbar-collapse{display:none;width:100%;flex-basis:100%;position:absolute;top:100%;left:0;right:0;background-color:#fff;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:1rem}.landing-page .navbar-collapse.show{display:block}.landing-page .navbar-nav{flex-direction:column;width:100%;text-align:center;padding-top:0;gap:0}.landing-page .nav-item{width:100%}.landing-page .nav-link{padding:.75rem 1rem;border-bottom:1px solid #f0f0f0}.landing-page .nav-item-login{margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0;border-bottom:none}.landing-page .btn-login{display:block;width:100%;text-align:center;margin-left:0}}@media (min-width:992px){.landing-page .navbar-collapse{display:flex!important;flex-basis:auto;align-items:center}.landing-page .nav-item-login{margin-left:.5rem}}.landing-page .btn-custom{background-color:rgba(114,71,236,.1);color:#414141;font-weight:600;padding:10px 20px;border:none;border-radius:25px;cursor:pointer;font-size:16px;transition:background-color .3s ease}.landing-page .btn-custom:hover{background-color:rgba(115,71,236,.5)}.landing-page .form-control-submit-button{display:inline-block;width:auto;padding:0 20px;height:3.25rem;border:1px solid #5380ea;border-radius:30px;background-color:#4128dd;color:#fff;font-weight:600;font-size:18px;line-height:3.25rem;cursor:pointer;transition:all .2s}.landing-page .form-control-submit-button:hover{background-color:#5138ed}.landing-page .footer_style{background-color:#211f54;color:#fff;padding:50px 0 20px}.landing-page .footer_style .container_style{display:flex;max-width:80%;margin:0 auto}.landing-page .footer_style .column_style{text-align:left;padding:10px}.landing-page .footer_style .column_style.text{padding-left:50px}@media (min-width:992px){.landing-page .footer_style .col-lg-6{flex:0 0 50%;max-width:50%}.landing-page .footer_style .col-lg-3{flex:0 0 25%;max-width:25%}}.landing-page .footer_style .social_media{display:flex;gap:8px}.landing-page .footer_style .svg_bubble_style{background-color:#5b2ee4;width:50px;border-radius:100px;height:50px}.landing-page .footer_style .svg_style{margin-left:14px;margin-top:13px;width:25px}.landing-page .footer_style .svg_style_insta{margin-left:13px;margin-top:11px;width:25px}.landing-page .footer_style .list_style{list-style-type:none;padding:0}.landing-page .footer_style .list_style a{text-decoration:none;color:#fff}.landing-page .footer_style h5{color:#fff;margin-bottom:1rem}.landing-page .footer_style p{color:#fff}.landing-page .footer_style .copyright_style{text-align:center;padding-top:20px;border-top:1px solid #444;margin-top:20px}.landing-page .footer_style .copy_text{margin:0}@media screen and (max-width:980px){.landing-page .footer_style .container_style{flex-direction:column}.landing-page .footer_style .column_style.text{padding-left:10px}}