@import"https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .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(to right, #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: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,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:translate(-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:translate(-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-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.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__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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--light,.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{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:hover,.Toastify__close-button:focus{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:initial;transform-origin:right;border-bottom-left-radius:initial}.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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(0)}to{transform:rotate(360deg)}}:after,:before,*{margin:0;padding:0;box-sizing:border-box}html{scrollbar-width:none}body{font-feature-settings:"clig" off,"liga" off;background:#f5f5f5;position:relative;font-family:Instrument Sans,serif;width:100%;height:100vh}h1,h2,h3,h4,h5,h6{font-family:Instrument Sans,serif}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}button{display:inline-block;cursor:pointer;border:none;font-size:16px;transition:.3s all linear;background:transparent}button:disabled{cursor:not-allowed}img{display:block;width:100%;height:100%;object-fit:cover}ul{list-style:none}a{text-decoration:none}button{background-color:transparent}.ui-output{max-height:calc(100vh - 4.5rem);padding:24px 40px;gap:24px;display:flex;flex-direction:column;overflow-y:auto;width:inherit!important}.ui-output::-webkit-scrollbar{width:0}.link{font-family:inherit;color:inherit;align-self:stretch}.alert,.error{color:#ef4444;font-size:.875rem;margin-top:3px}.loading{width:6rem;height:6rem;border:5px solid #17b26a;border-radius:50%;border-top-color:#17b26a;animation:spinner 2s linear infinite;margin:0 auto}@keyframes spinner{to{transform:rotate(360deg)}}.error-page{width:100%;min-height:100vh;display:grid;place-content:center;text-align:center}.error-page a{margin-top:2rem;color:#155eef;width:300px;border-radius:.625rem;padding:.625rem;text-align:center;color:#f0f2f6;background:#155eef;box-shadow:0 .0625rem .125rem #375dfb14}.error-page a:hover{background:#004eeb}.skeleton-loader{background-color:"#ecebeb";border-radius:"5px";animation:pulse 1.5s infinite ease-in-out}@keyframes pulse{0%{background-color:#ecebeb}50%{background-color:#f5f5f5}to{background-color:#ecebeb}}.wrapper{display:flex;flex-direction:column}.wrapper__outlet{margin-top:65px;position:relative}@media screen and (min-width: 1024px){.wrapper__outlet{margin-top:98px}}.home{display:flex;justify-content:space-between;align-items:center;flex-direction:column}.navbar{display:flex;justify-content:space-between;align-items:center;width:100%;position:fixed;background-color:#fff;height:65px;z-index:15}.navbar__wrapper{display:flex;justify-content:space-between;align-items:center;width:100%;position:relative}.navbar__image{width:60%;transform:translate(-1rem)}.navbar__nav-items{width:100%;position:absolute;top:53px;min-height:100dvh;padding:0 1.1rem;background-color:#fafaff;transform:translateY(100%);opacity:0;visibility:hidden;transition:transform .3s ease-out,opacity .3s ease-out,visibility .3s}.navbar__nav-items--hide{position:absolute;transform:translateY(-10%);opacity:0;visibility:hidden;transition:transform .3s ease-out,opacity .3s ease-out,visibility .3s}.navbar__nav-items:not(.navbar__nav-items--hide){transform:translateY(0);opacity:1;visibility:visible}.navbar__links{width:100%;display:block;color:#000;font-weight:700;font-family:Instrument Sans,serif;font-size:1rem;line-height:1.725rem;padding:1rem 0;border-bottom:1px solid #f4f4f4}.navbar__links--active{font-weight:700;font-family:Instrument Sans,serif;font-size:1rem;line-height:1.1rem;color:#ffad00}.navbar__services-container{width:100%;display:flex;flex-direction:column;align-items:center;position:relative}.navbar__services-wrapper{display:flex;justify-content:space-between;align-items:center;width:100%;border-bottom:1px solid #f4f4f4}.navbar__service-link{border-bottom:0}.navbar__link-button{margin-top:5rem}.navbar__button{display:flex;justify-content:center;align-items:center;transform:translate(-1rem)}.navbar-desktop{display:none}@media screen and (min-width: 400px){.navbar__image{width:70%}.navbar__dropdown-button{transform:translate(-1.2rem)}.navbar__button{transform:translate(-2rem)}}@media screen and (min-width: 1024px){.navbar{display:none}.navbar-desktop{display:flex;justify-content:space-between;align-items:center;width:100%;position:fixed;background-color:#fff;height:98px;z-index:10}.navbar-desktop__wrapper{display:flex;justify-content:space-between;align-items:center;width:100%;position:relative;padding:0 1rem}.navbar-desktop__logo{display:flex;justify-content:center;align-items:center;width:150px;transform:translate(-1rem)}.navbar-desktop__image{width:80%}.navbar-desktop__nav-items{display:flex;justify-content:space-between;align-items:center;gap:1rem}.navbar-desktop__links{color:#000;font-weight:700;font-family:Instrument Sans,serif;font-size:1rem;line-height:1.725rem;transition:color .3s ease-in-out;padding:0 .5rem}.navbar-desktop__links--active{font-weight:700;font-family:Instrument Sans,serif;font-size:1rem;line-height:1.1rem;color:#ffad00}.navbar-desktop__dropdown-button{margin-left:.5rem}.navbar-desktop__button{display:flex;justify-content:center;align-items:center;transform:translate(-1rem)}}@media screen and (min-width: 1100px){.navbar-desktop__logo{width:220px}}@media screen and (min-width: 1200px){.navbar-desktop__wrapper{padding:0 4rem}.navbar-desktop__links{font-size:1.1rem}}@media screen and (min-width: 1300px){.navbar-desktop__wrapper{padding:0 6rem}}.button{display:flex;justify-content:space-between;align-items:center;width:200px;height:60px;padding:1.2rem 1.4rem;background:#ffad00;color:#fff;font-size:1rem;font-weight:700;font-family:Inter,sans-serif;border:none;border-radius:50px;gap:.625rem}.button--reg-text{font-size:1rem}.button--outlined{border:1px solid #ffad00;color:#ffad00;background:none}.button--text{color:#ffad00;background:none;padding:0;justify-content:flex-start;align-items:flex-start}@media screen and (min-width: 740px){.button{font-size:.85rem;align-self:center}.button svg{height:20px}}.dropdown-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;transform:translateY(0);opacity:1;visibility:visible;max-height:225.5px;transition:transform .3s ease-out,opacity .3s ease-out,max-height .3s ease-in-out,visibility .3s ease-out}.dropdown-wrapper--hidden{transform:translateY(-30px);opacity:0;visibility:hidden;overflow:hidden;max-height:0}.dropdown-wrapper__dropdown{width:100%}.dropdown-wrapper__dropdown__item:last-of-type{margin-bottom:0}.dropdown-wrapper__item{display:block;width:100%;padding:1rem 0;border-bottom:1px solid #f4f4f4}.dropdown-wrapper__item--link{display:block;width:100%;color:inherit;font-family:Instrument Sans,serif;font-size:1rem;line-height:1.1rem;transition:color .3s ease-out}.dropdown-wrapper__item--link:hover{color:#ffad00}.dropdown-wrapper__info,.dropdown-wrapper hr{display:none}@media screen and (min-width: 1024px){.dropdown-wrapper{width:100%;max-height:max-content;position:fixed;left:0;background-color:#fff;padding:3rem 0;border-radius:8px;box-shadow:0 4px 10px #00000010;z-index:15}.dropdown-wrapper__dropdown{display:flex;justify-content:space-between;align-items:center;flex:1;width:100%}.dropdown-wrapper__item{display:flex;flex-direction:column;padding:1rem 0;border-bottom:0}.dropdown-wrapper__item--link{color:inherit;font-weight:700;font-size:1rem;line-height:1.5rem;transition:color .3s ease-out}.dropdown-wrapper__item--link:hover{color:#ffad00}.dropdown-wrapper__item:last-of-type{margin-bottom:0}.dropdown-wrapper__info{display:block;font-weight:400;font-size:.8rem;color:#555;line-height:1.143rem}.dropdown-wrapper hr{display:block;height:1px;width:100%;border:.5px solid #f4f4f4}}@media screen and (min-width: 1200px){.dropdown-wrapper__dropdown{padding:0 3rem}}@media screen and (min-width: 1300px){.dropdown-wrapper__dropdown{gap:3rem;padding:0 3rem}.dropdown-wrapper__item--link{font-size:1.2rem}.dropdown-wrapper__info{font-size:.9rem}}@media screen and (min-width: 1600px){.dropdown-wrapper__dropdown{gap:4rem;padding:0 4rem}.dropdown-wrapper__item--link{font-size:1.2rem}.dropdown-wrapper__info{font-size:.9rem}}.footer{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.footer__top{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;background-color:#e90003;padding:3rem 2rem 4rem;gap:1rem;color:#fff}.footer__heading{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem;width:100%;max-width:600px}.footer__heading p{text-align:center}.footer__input-container{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;gap:1.5rem;background-color:#fff;padding:2rem 1.5rem;border-radius:10px;box-shadow:0 4px 4px #00000025}.footer__input-wrapper{display:flex;flex-direction:column;width:100%;gap:2rem;background-color:#fff}.footer__input{width:100%;border-radius:2px;padding:.6rem 1rem;background-color:#ebebeb;border:0;font-size:.9rem;font-family:Instrument Sans,serif}.footer__input::placeholder{color:#111}.footer__sign-up-btn{background-color:#ffad00;border-radius:4px;width:165px;height:48px;transform:translateY(20px);color:#fff;font-weight:700}.footer__main{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;background-color:#171717;padding:3rem 2rem;z-index:12}.footer__container{width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:3rem}.footer__wrapper{display:flex;flex-direction:column;justify-content:space-between;gap:4rem}.footer__details{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:1.6rem;width:100%}.footer__details-item{display:flex;align-items:flex-start;gap:1rem}.footer__details-item svg{width:24px}.footer__details-text{width:calc(100% - 40px);display:flex;flex-direction:column}.footer p,.footer h3,.footer a{font-size:1rem;font-weight:700;color:#fff;line-height:1.42rem}.footer__details-title,.footer__details-info{display:block}.footer__details-item:last-of-type span:last-of-type{border-bottom:1px solid #ffffff}.footer__quick-links{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1rem;width:100%}.footer__quick-links a{color:#c4c4c4;transition:color 0 .3s ease-in-out}.footer__quick-links a:hover{color:#ffad00}.footer__social-links{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1.6rem;width:100%}.footer__social-links-wrapper{display:flex;justify-content:center;align-items:center;gap:1rem;width:100%}.footer__logo{width:40%}.footer hr{width:100%;border:1px solid rgba(242,242,242,.062745098)}.footer__slogan{display:none}.footer__legal{display:flex;justify-content:center;align-items:center;flex-direction:column}.footer__legal hr{display:none}@media screen and (min-width: 420px){.footer__top{padding:3rem 3rem 4rem}}@media screen and (min-width: 637px){.footer__main{padding:6rem 2rem 0}.footer__wrapper{flex-direction:row;flex-wrap:wrap;padding-bottom:3rem}.footer__footer-items{width:auto!important}.footer__details{align-items:flex-start;justify-content:flex-start}.footer__details-title{font-weight:700}.footer p,.footer a{font-size:1rem;font-weight:400;line-height:1.42rem}.footer__quick-links{gap:.5rem;justify-content:flex-start;align-items:flex-start}.footer__social-links{width:100%!important}.footer__legal{padding-bottom:2rem}.footer__legal p{font-weight:700!important}}@media screen and (min-width: 640px){.footer__top{border-radius:8px}.footer__top hr{display:block!important;width:100%;border:.2px solid #ececec;margin:1rem 0;max-width:1200px}.footer__input-container{max-width:800px;align-self:center}.footer__input-wrapper{flex-direction:row;justify-content:space-between}.footer__input-wrapper label{width:50%}.footer__input{width:100%}.footer__sign-up-btn{width:330px;height:46px;background-color:#e90003;transform:translateY(10px)}}@media screen and (min-width: 700px){.footer__top{padding:3rem 3rem 6rem}.footer__main{padding:6rem 3rem 0}}@media screen and (min-width: 820px){.footer__main{padding:6rem 5rem 0}}@media screen and (min-width: 903px){.footer__main{padding:6rem 2rem 0}.footer__social-links{width:auto!important;max-width:180px;justify-content:center;align-items:center;gap:.2rem}.footer__social-links-wrapper{align-items:flex-start;justify-content:flex-start;gap:1rem;margin-top:.8rem}.footer__logo{width:200px;transform:translate(-25px)}.footer__slogan{display:flex;align-self:flex-start;font-weight:300!important;font-size:1rem!important}.footer hr{display:none}}@media screen and (min-width: 1024px){.footer__main{padding:6rem 3rem 0}.footer__social-links{max-width:180px}.footer__logo{width:300px;max-width:355px;transform:translate(5px)}}@media screen and (min-width: 1200px){.footer__main{padding:6rem 6rem 0}.footer__social-links{max-width:200px}.footer__logo{width:500px;transform:translate(10px)}}.carousel{position:relative;width:100vw;height:calc(100dvh - 65px);overflow:hidden;z-index:3}.carousel__content{display:flex;flex-direction:column;justify-content:flex-end;position:absolute;bottom:0;width:100%;height:100%}.carousel h1{color:#fff;font-size:1.125rem;font-weight:700;position:relative;z-index:10}.carousel__prev-next-btn{display:flex;justify-content:space-between;align-items:center;width:100%;position:absolute;top:50%;left:0;transform:translateY(-50%);display:none}.carousel__arrow{border:none;cursor:pointer;transition:opacity .3s ease-in-out}.carousel__hidden{opacity:0;pointer-events:none}.carousel__restart-animation{animation:slide-in .5s ease-in-out;transition:animation .5s ease-in-out}@keyframes slide-in{0%{left:-50px;opacity:0}to{left:20px;opacity:1}}.carousel__control-container{display:flex;justify-content:space-between;flex-direction:column;gap:1.5rem;transform:translateY(-20px)}.carousel__control{display:flex;justify-content:space-between;align-items:flex-end}.carousel__control-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse;padding-bottom:1rem}.carousel__pause-play-mobile{display:flex;padding-bottom:.8rem}.carousel__pause-play-mobile svg{width:20px;height:20px}.carousel__pause-play-desktop{display:none}.carousel__indicators{display:flex;gap:.5rem}.carousel__indicators span{width:13px;height:13px;background:#fff;border-radius:50%;box-shadow:0 4px 4px #ffffff20;transition:background .3s ease-in-out}.carousel__active-indicator{background:#ffad00!important}.carousel__button{display:flex;justify-content:space-between;align-items:center;width:140px;height:60px;cursor:pointer;background-color:#ffad00;padding:0 1.2rem;border-radius:30px;color:#fff;font-size:.8rem;font-weight:700;font-family:Instrument Sans,serif}.carousel__button svg{width:15px;transform:translateY(1px)}.carousel__content,.carousel__prev-next-btn{padding:0 1rem}@media screen and (min-width: 420px){.carousel__content h1{font-size:1.35rem}.carousel__content,.carousel__prev-next-btn{padding:0 2rem}}@media screen and (min-width: 768px){.carousel{height:calc(50dvh - 65px)}.carousel__content h1{font-size:1.5rem}.carousel__control{flex-direction:column;justify-content:flex-start;align-items:flex-start}.carousel__control-wrapper{width:100%;flex-direction:row;justify-content:center;gap:.5rem;padding-bottom:.5rem}.carousel__prev-next-btn{display:flex;transform:translateY(-80%)}.carousel__arrow svg{width:40px}.carousel__indicators{gap:.8rem}.carousel__indicators span{width:20px;height:20px}.carousel__pause-play-mobile{display:none}.carousel__pause-play-desktop{display:flex}.carousel__pause-play-desktop svg{width:25px;height:25px}.carousel__button{padding:0 1.2rem;font-size:.9rem}.carousel__button svg{width:20px}.carousel__content,.carousel__prev-next-btn{padding:0 3rem}}@media screen and (min-width: 1024px){.carousel{height:calc(60dvh - 98px)}.carousel__content h1{font-size:2.5rem}.carousel__button{width:150px;font-size:1rem}.carousel__content,.carousel__prev-next-btn{padding:0 4rem}}@media screen and (min-width: 1200px){.carousel{height:calc(68dvh - 98px)}.carousel__content h1{font-size:3rem}.carousel__prev-next-btn{display:flex;transform:translateY(-100%)}.carousel__arrow svg{width:60px}.carousel__content,.carousel__prev-next-btn{padding:0 6rem}}@media screen and (min-width: 1280px){.carousel{height:calc(78dvh - 98px)}}@media screen and (min-width: 1500px){.carousel{height:calc(75dvh - 98px)}}.card{justify-content:space-between;align-items:center;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:flex-end;position:relative}.card:after{content:"";position:absolute;background-image:linear-gradient(to bottom,#0000 55%,#000,#000);left:0;top:0;width:100%;height:100%}.card--third{background-position:right 70% center}.card--fourth{background-position:right 35% center}@media screen and (min-width: 768px){.card--first{transform:scale(1.4);background-position:top center}.card--second{transform:scale(1.4);background-position:top 4% center}.card--fourth{transform:scale(1.4);background-position:top 35% center}.card--fifth{transform:scale(1.4);background-position:top 15% center}.card:after{display:none}}@media screen and (min-width: 820px){.card--first{transform:scale(1.25)}.card--second{transform:scale(1.2);background-position:top 8% center}.card--fourth{background-position:top 30% center}}@media screen and (min-width: 903px){.card--first{transform:scale(1)}.card--third{background-position:top center}.card--fifth{transform:scale(1.2);background-position:top 15% center}}@media screen and (min-width: 1200px){.card--second{transform:scale(1);background-position:top 12% center}.card--fourth{transform:scale(1);background-position:top 35% center}}@media screen and (min-width: 1400px){.card--first{background-position:top 25% center}.card--second{transform:scale(1);background-position:top 13% center}.card--fifth{transform:scale(1.1);background-position:top 20% center}}@media screen and (min-width: 1665px){.card--first{background-position:top 20% center}.card--third{background-position:top 0% center}.card--fifth{transform:scale(1);background-position:top 20% center}}.discover{width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;padding:3rem 0;color:#fff}.discover__wrapper,.discover__about{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%}.discover__article{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1.5rem;padding:0 1rem}.discover__article h2{width:100%;text-align:center}.discover__article span,.discover__article p{width:100%;text-align:justify;font-size:1rem;line-height:1.2rem;display:block;align-self:flex-start}.discover__list-wrapper{list-style-type:disc}.discover__image-wrapper-one{display:flex;width:100%;background-color:#ffc727;padding:2rem 1rem;margin-top:1rem;align-items:center;justify-content:center}.discover__image-wrapper-one img{max-width:330px}.discover__about-two{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1.5rem;padding:0 1rem}.discover__about-two article{padding:0}.discover__image-bg{display:flex;justify-content:space-between;align-items:center;background-color:#ffc727;gap:1.5rem;padding:1rem}.discover__image-bg div{width:50%}.discover__logo-bg{display:flex;justify-content:center;align-items:center}.discover__logo-bg div{width:100%}.discover__footer{display:flex;justify-content:space-between;align-items:center;flex-direction:column;padding:2rem 1rem 0}.discover__footer h2,.discover__footer p{width:100%;text-align:center}.discover__partners{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem}@media screen and (min-width: 420px){.discover__article{padding:0 2rem}.discover__image-wrapper-one{padding:2.3rem 2rem}.discover__about-two{padding:0 2rem}.discover__footer{padding:2rem 2rem 0}.discover__partners div{max-width:100px}}@media screen and (min-width: 640px){.discover__article{padding:0 3rem}.discover__image-wrapper-one{padding:2.3rem 3rem}.discover__about-two{padding:0 3rem}.discover__footer{padding:2rem 3rem 0}}@media screen and (min-width: 768px){.discover{padding:4rem 2rem}.discover__wrapper{gap:2rem}.discover__about{flex-direction:row}.discover__about-one{gap:2rem}.discover__about-one article,.discover__about-one div{width:50%;max-width:600px}.discover__article{padding:0}.discover__article h2{text-align:left}.discover__article p{font-size:1.2rem}.discover__image-wrapper-one{padding:.5rem}.discover__image-wrapper-one img{max-width:100%}.discover__about-two{padding:0;justify-content:center;align-items:center;flex-direction:row-reverse}.discover__about-two article{width:50%}.discover__about-two div{width:60%}.discover__image-bg{gap:1rem;justify-content:center;align-items:center;background:none}.discover__image-bg div:nth-child(2){width:70%;max-width:400px}.discover__logo-bg{display:flex;justify-content:center;align-items:center;width:40%;height:200px;border-radius:3px;box-shadow:0 4px 4px #00000025;background-color:#ffc727}.discover__logo-bg div{width:100%}.discover__footer{padding:2rem 3rem 0}.discover__partners div{max-width:130px}}@media screen and (min-width: 1024px){.discover{padding:4rem 3rem}.discover__wrapper{gap:1rem}.discover__about{gap:4rem}.discover__article span{font-size:1.2rem;line-height:1.5rem}}@media screen and (min-width: 1100px){.discover{padding:4rem}.discover__wrapper{gap:1rem}}@media screen and (min-width: 1200px){.discover{display:flex;justify-content:center;align-items:center;padding:5rem}.discover__wrapper{max-width:1300px;gap:1rem}.discover__logo-bg{width:250px;height:250px}}@media screen and (min-width: 1400px){.discover article span{font-size:1.35rem;line-height:1.7rem}}.explore{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:3rem 1rem}.explore__wrapper-main{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.5rem}.explore__wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.5rem}.explore__article{display:flex;flex-direction:column;gap:1rem}.explore__article h2{width:100%;max-width:330px;color:#ffad00;text-align:center;font-size:1.2rem;align-self:center}.explore__text-content,.explore__text-wrapper{display:flex;flex-direction:column;gap:1rem}.explore__text{font-size:1rem;font-weight:300;text-align:justify;line-height:1.5rem}.explore__image-mobile{width:100%;max-width:400px;align-self:center}.explore__image-desktop,.explore hr{display:none}.explore__link{display:flex;justify-content:center;align-items:center;width:165px;height:48px;border-radius:4px;background-color:#ffad00;font-size:1rem;font-weight:700;color:#fff;align-self:center}.explore__link--center{display:none}@media screen and (min-width: 420px){.explore{padding:3rem 2rem}}@media screen and (min-width: 640px){.explore{padding:3rem}}@media screen and (min-width: 768px){.explore{padding:4rem 2rem}.explore__wrapper{flex-direction:row-reverse;gap:2rem}.explore__wrapper--reversed{flex-direction:row}.explore__image-mobile{display:none}.explore__image-desktop{display:flex;width:50%;max-width:500px}.explore__text-content{width:50%;gap:1.5rem;max-width:450px}.explore__article h2{text-align:left;font-weight:600;align-self:flex-start;max-width:500px;line-height:2.5rem}.explore__text-wrapper{gap:1rem}.explore__text{font-size:1.1rem;color:#808285}.explore hr{width:100%;display:flex;border:.5px solid #e0e0e0}.explore__link{width:250px}.explore__link--center{display:flex;width:330px;align-self:center;transform:translateY(30px)}.explore__link--hide{display:none}}@media screen and (min-width: 820px){.explore__wrapper{gap:3rem}}@media screen and (min-width: 903px){.explore__wrapper{gap:5rem}}@media screen and (min-width: 1024px){.explore{padding:4rem 3rem}.explore__wrapper{gap:6rem}}@media screen and (min-width: 1200px){.explore{padding:5rem}.explore__wrapper{gap:7rem;max-width:1300px}}.tabs{display:flex;flex-direction:column;width:100%;padding:1rem 1rem 3rem;gap:.5rem}.tabs h2{color:#ffad00;text-align:center}.tabs__header-wrapper{position:relative;margin-top:1rem}.tabs__header{display:flex;justify-content:space-between;align-items:center;width:100%;overflow-x:auto;white-space:nowrap;gap:.5rem;padding:0 0 .5rem}.tabs__header::-webkit-scrollbar{display:none}.tabs__dropdown{display:flex;flex-direction:column;gap:.5rem;position:absolute;top:55px;left:0;background-color:#fff;width:200px;padding:1rem;box-shadow:0 4px 4px #00000025}.tabs__dropdown li{font-weight:700;font-size:1rem;cursor:pointer}.tabs__list{display:flex;justify-content:center;align-items:center;overflow-x:auto;white-space:nowrap;padding:.8rem 1rem .5rem 28rem;gap:.5rem;width:100%}.tabs__list::-webkit-scrollbar{display:none}.tabs__selected-month{gap:.5rem}.tabs__selected-month svg{width:10px}.tabs__tab{background:#fff;border:none;padding:.5rem 1rem;border-radius:12px;box-shadow:0 4px 4px #00000025;cursor:pointer;font-size:1rem;font-weight:700;font-family:Instrument Sans,serif;white-space:nowrap;transition:all .3s ease}.tabs__tab--active{background:#ffad00;color:#fff}.tabs__content{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1rem}@media screen and (min-width: 420px){.tabs{padding:1rem 2rem 3rem}}@media screen and (min-width: 640px){.tabs{padding:1rem 2rem 3rem}}@media screen and (min-width: 700px){.tabs__list{padding:.8rem 1rem .5rem 27rem}}@media screen and (min-width: 768px){.tabs{padding:1rem 2rem 4rem}.tabs h2{padding-bottom:2rem}.tabs__list{padding:.8rem 1rem .5rem 22rem}.tabs__tab{border-radius:4px}}@media screen and (min-width: 820px){.tabs__list{padding:1rem 1rem .5rem 20rem}}@media screen and (min-width: 904px){.tabs__list{padding:1rem 1rem .5rem 15rem}}@media screen and (min-width: 1024px){.tabs{padding:1rem 3rem 4rem}.tabs__list{padding:.8rem 1rem .5rem 10rem}}@media screen and (min-width: 1100px){.tabs{padding:1rem 4rem 4rem}.tabs__header{justify-content:flex-start;gap:2rem}.tabs__list{padding:.8rem 1rem 1rem;justify-content:flex-start}}@media screen and (min-width: 1200px){.tabs{padding:1rem 6rem 5rem;align-self:center}}.event-card{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;padding:1rem;background-color:#fff;border-radius:20px;box-shadow:0 4px 4px #00000025;gap:.8rem}.event-card__details{display:flex;justify-content:space-between;align-items:center;gap:.6rem}.event-card__date-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column}.event-card__text{font-size:1rem;font-weight:400}.event-card__date-text{text-transform:uppercase;line-height:.5rem}.event-card__day-text{font-weight:700;font-size:2rem}.event-card__card-image{width:100%;max-width:260px;max-height:150px;overflow:hidden;border-radius:15px}.event-card__card-image img{border-radius:6px}.event-card__info{display:flex;flex-direction:column;gap:.4rem;align-self:flex-start}.event-card__title-text{font-size:1rem;text-transform:uppercase}.event-card__detail-text{text-transform:capitalize;font-size:.9rem;line-height:1.2rem}.event-card__detail-text span:last-child{display:block}.event-card__button{background-color:#ffad00;width:100%;text-align:center;color:#fff;font-weight:700;font-size:1rem;padding:.5rem 0;border-radius:4px}@media screen and (min-width: 600px){.event-card__info{padding-top:1rem}}@media screen and (min-width: 768px){.event-card{padding:1rem 2rem;flex-direction:row}.event-card__title-text{font-size:1.3rem}.event-card__detail-text{font-size:1rem}.event-card__button{max-width:150px}}@media screen and (min-width: 1024px){.event-card{padding:1.3rem 3rem}.event-card__details{gap:1.2rem}.event-card__button{max-width:260px}.event-card__detail-text span:last-child{display:inline}}@media screen and (min-width: 1100px){.event-card__details{gap:1.5rem}.event-card__title-text{font-size:1.3rem}.event-card__detail-text{font-size:1rem}.event-card__button{max-width:260px}}.section{display:flex;width:100%}.section__wrapper{display:flex;justify-content:center;align-items:center;width:100%;padding:3rem 1rem}@media screen and (min-width: 420px){.section__wrapper{padding:3rem 2rem}}@media screen and (min-width: 640px){.section__wrapper{padding:3rem}}@media screen and (min-width: 768px){.section__wrapper{padding:4rem 2rem}}@media screen and (min-width: 1024px){.section__wrapper{padding:4rem 3rem}}@media screen and (min-width: 1100px){.section__wrapper{padding:4rem}}@media screen and (min-width: 1200px){.section__wrapper{padding:5rem}}.prev-events{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;gap:1rem}.prev-events__heading{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.prev-events__heading h2,.prev-events__heading p{text-align:center}.prev-events__heading h2{color:#ffad00}.prev-events__heading p{width:100%;max-width:1000px;line-height:1.4rem}.prev-events hr{display:none}.prev-events__events{width:100%;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:3rem}@media screen and (min-width: 768px){.prev-events__heading p{font-size:1.3rem;line-height:1.7rem;color:#4d4d4d}.prev-events hr{display:block;width:100%;border:.5px solid #e0e0e0;margin:.5rem 0}.prev-events__events{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1rem}}@media screen and (min-width: 1024px){.prev-events__events{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:1rem}.prev-events__heading{font-size:1.5rem}}@media screen and (min-width: 1200px){.prev-events{padding:0 3rem}.prev-events__events{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:1rem}}@media screen and (min-width: 1665px){.prev-events{padding:0 4rem}.prev-events__events{column-gap:1rem}}.prev-event-card{display:flex;flex-direction:column;gap:1rem;border-radius:10px}.prev-event-card__video{position:relative;width:100%}.prev-event-card__video video{width:100%;border-top-left-radius:10px;border-top-right-radius:10px}.prev-event-card__button{display:flex;justify-content:space-between;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.prev-event-card__title{color:#ffad00;padding:0 .5rem}@media screen and (min-width: 768px){.prev-event-card__title{color:#ffad00;font-size:1.2rem}}@media screen and (min-width: 1024px){.prev-event-card__title{font-size:1.3rem}}@media screen and (min-width: 1200px){.prev-event-card__title{font-size:1.4rem}}.aok-media{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem;border-radius:40px;color:#fff;width:100%}.aok-media__heading{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.2rem;width:100%}.aok-media__info{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.2rem}.aok-media__info p{text-align:center}.aok-media__info p span{width:100%;display:block}.aok-media__services-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;gap:1rem}@media screen and (min-width: 768px){.aok-media{height:650px;max-height:950px;justify-content:flex-start}.aok-media__info{max-width:800px}.aok-media__services-wrapper{flex-direction:row;flex-wrap:wrap}.aok-media__services{width:30%;height:530px}}@media screen and (min-width: 1500px){.aok-media{height:650px}}@media screen and (min-width: 1980px){.aok-media{height:700px}}.services-card{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;min-height:550px;background-position:top center;background-size:cover;background-repeat:no-repeat;object-fit:cover;border-radius:15.3px;position:relative}.services-card__overlay{position:relative;display:flex;flex-direction:column;justify-content:flex-end;position:absolute;top:0;left:0;bottom:0;width:100%;height:100%;min-height:100%;background-image:linear-gradient(to bottom,#0000 40%,#000,#000);border-radius:15.3px;padding:2rem 1rem;gap:1rem}.services-card__text-wrapper{display:flex;justify-content:space-between;flex-direction:column;z-index:2rem;gap:1rem}.services-card__button{display:flex;justify-content:space-between;align-items:center;border:1px solid #ffffff;width:130px;height:46px;border-radius:25px;font-size:.7rem;font-weight:700;color:#fff;padding:0 .8rem}@media screen and (min-width: 768px){.services-card{width:30%}}@media screen and (min-width: 1500px){.services-card{height:600px}}.heading{font-size:1.2rem!important}@media screen and (min-width: 768px){.heading{font-size:1.5rem!important}}@media screen and (min-width: 1024px){.heading{font-size:1.8rem!important}}.p{font-family:Instrument Sans,serif;font-weight:300!important;font-size:1rem;line-height:1.3rem}@media screen and (min-width: 768px){.p{font-size:1.3rem;line-height:30px}}.foundation{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:3rem 1rem;gap:3rem;width:100%}.foundation__heading{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;gap:1rem}.foundation__heading h2,.foundation__heading p{text-align:center}.foundation__heading h2{color:#ffad00}.foundation__heading p{width:100%;max-width:650px}.foundation__wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.2rem}.foundation__article{display:flex;flex-direction:column;gap:1rem}.foundation__article h2{color:#ffad00;text-align:center;font-size:1.2rem}.foundation span{display:block}.foundation__text-content,.foundation__text-wrapper{display:flex;flex-direction:column;gap:1rem}.foundation__text{font-size:1rem;text-align:justify;line-height:1.3rem}.foundation__image-mobile{width:100%;max-width:300px;align-self:center}.foundation__image-desktop,.foundation hr{display:none}.foundation__link{display:flex;justify-content:center;align-items:center;width:165px;height:48px;border-radius:4px;background-color:#ffad00;font-size:1rem;font-weight:700;color:#fff;align-self:center}@media screen and (min-width: 420px){.foundation{padding:3rem 2rem}}@media screen and (min-width: 640px){.foundation{padding:3rem}}@media screen and (min-width: 768px){.foundation{padding:4rem 2rem;gap:0}.foundation__heading hr{display:block;margin:2rem 0 1rem;width:90%;display:flex;border:.5px solid #e0e0e0}.foundation__wrapper{flex-direction:row-reverse;gap:2rem}.foundation__image-mobile{display:none}.foundation__image-desktop{display:flex;width:50%;max-width:300px}.foundation__text-content{width:50%;gap:1.5rem;max-width:500px}.foundation__article h2{text-align:left;font-weight:600}.foundation__text-wrapper{gap:0}.foundation__text{font-size:1.1rem;line-height:1.4rem;color:#808285}.foundation__link{width:250px}}@media screen and (min-width: 820px){.foundation__wrapper{gap:3rem}}@media screen and (min-width: 903px){.foundation__wrapper{gap:5rem}}@media screen and (min-width: 1024px){.foundation{padding:4rem 3rem}.foundation__wrapper{gap:6rem}}@media screen and (min-width: 1200px){.foundation{padding:5rem}.foundation__wrapper{gap:7rem;max-width:1300px}}.testimonial-carousel{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1rem;width:100%;position:relative}.testimonial-carousel__heading{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.testimonial-carousel__heading h2,.testimonial-carousel__heading p{text-align:center}.testimonial-carousel__heading h2{color:#ffad00}.testimonial-carousel__heading p{width:100%;max-width:755px}.testimonial-carousel hr{display:none}.testimonial-carousel__content{display:flex;flex-direction:column;width:100%;max-width:1000px;align-self:center;position:relative;gap:1.5rem}.testimonial-carousel__control-container{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1.5rem}.testimonial-carousel__indicators{display:flex;gap:.5rem}.testimonial-carousel__indicators span{width:10px;height:10px;background:#cfd1d3;border-radius:50%;box-shadow:0 4px 4px #ffffff20;transition:background .3s ease-in-out}.testimonial-carousel__active-indicator{background:#ffad00!important}.testimonial-carousel__prev-next-btn{display:flex;justify-content:space-between;align-items:center;width:50px}.testimonial-carousel__arrow{display:flex;justify-content:center;align-items:center;border:none;cursor:pointer;transition:opacity .3s ease-in-out}.testimonial-carousel__arrow svg{width:20px;height:20px}@media screen and (min-width: 768px){.testimonial-carousel__content{gap:1rem}.testimonial-carousel__control-container{width:50%;max-width:320px;align-self:flex-start;transform:translateY(-100px) translate(10%)}.testimonial-carousel__indicators span{width:8px;height:8px}.testimonial-carousel__prev-next-btn{width:70px}.testimonial-carousel__arrow svg{width:30px;height:30px;opacity:.7}.testimonial-carousel hr{display:flex;width:100%;border:.5px solid #e0e0e0;margin:1rem 0}}@media screen and (min-width: 1200px){.testimonial-carousel__control-container{transform:translateY(-100px) translate(13%)}.testimonial-carousel hr{width:90%}}.testimonial-carousel-card{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:3rem;width:100%;perspective:400px}.testimonial-carousel-card__testimonial{display:flex;gap:.5rem}.testimonial-carousel-card__testimonial svg{width:40px;height:40px}.testimonial-carousel-card__testimonial-text{display:flex;flex-direction:column;gap:1rem}.testimonial-carousel-card__testimonial-text h3{display:none!important}.testimonial-carousel-card__testimonial-text p{width:calc(100% - 80px);transform:translateY(15px);color:#2c2c2c}.testimonial-carousel-card__image{width:100%;max-width:300px;height:430px;border-radius:10px;background-size:cover;background-repeat:no-repeat;background-position:top center}.testimonial-carousel-card__image img{border-radius:10px}.testimonial-carousel-card h3{transform:translateY(10px)}@media screen and (min-width: 768px){.testimonial-carousel-card{flex-direction:row;gap:2rem}.testimonial-carousel-card__testimonial{width:50%;gap:.5rem}.testimonial-carousel-card__testimonial-text{gap:2rem}.testimonial-carousel-card__testimonial-text h3{display:flex!important;font-weight:300;color:#2c2c2c80}.testimonial-carousel-card__testimonial-text p{width:100%;max-width:500px;font-size:1.3rem;line-height:30px;color:#2c2c2c80}.testimonial-carousel-card__image{width:40%}.testimonial-carousel-card h3{display:none}}@media screen and (min-width: 1024px){.testimonial-carousel-card{max-width:1000px;align-self:center}}.image-wrapper{display:flex;justify-content:center;align-items:center}.image-wrapper img{width:100%;height:100%;object-fit:cover}.event-details{position:relative;width:100vw;overflow:hidden;display:flex;flex-direction:column;gap:1.5rem;padding:0 1rem 4rem}.event-details__navigation{width:100%;display:flex;align-items:center;gap:1rem;display:none}.event-details__navigation svg{width:20px;height:20px}.event-details__navigation p{font-size:1rem;color:#000}.event-details__card{height:20dvh}.event-details__event-info{display:flex;flex-direction:column;gap:1.5rem}.event-details__event-info-text{display:flex;flex-direction:column;gap:.5rem}.event-details__event-info-text p{font-size:.9rem}.event-details__btn-wrapper{width:100%;display:flex;flex-direction:column;gap:.5rem}.event-details__btn-wrapper p{width:100%;text-align:center}.event-details__btn{width:100%;background-color:#ffad00;padding:.5rem 0;color:#fff;font-weight:700;border:0;border-radius:4px;font-family:Instrument Sans,serif}.event-details__btn--inactive{background-color:#ffd581}@media screen and (min-width: 420px){.event-details{padding:0 2rem 4rem}}@media screen and (min-width: 640px){.event-details__card{height:25dvh}}@media screen and (min-width: 768px){.event-details{padding:2rem 2rem 4rem;gap:1rem}.event-details__navigation{display:flex}.event-details__card{height:30dvh}.event-details__event-info{flex-direction:row;align-items:center;justify-content:space-between}.event-details__event-info-text{width:70%}.event-details__btn-wrapper{max-width:330px}}@media screen and (min-width: 1024px){.event-details{padding:2rem 3rem 6rem}.event-details__card{height:40dvh}.event-details__event-info-text p{font-size:1rem}}@media screen and (min-width: 1100px){.event-details{padding:2rem 4rem 6rem}}@media screen and (min-width: 1200px){.event-details{padding:2rem 6rem 6rem}}@media screen and (min-width: 1300px){.event-details__card{height:50dvh}}.event-carousel-card{justify-content:space-between;align-items:center;width:100%;height:100%;background-size:cover;background-position:top center;background-repeat:no-repeat;display:flex;align-items:flex-end;position:relative;object-fit:cover}@media screen and (min-width: 768px){.event-carousel-card{border-radius:4px}}.service-info-card{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem;padding:.5rem 1rem 4rem}.service-info-card__main-heading{width:100%;text-align:center;color:#ffad00;font-size:1.3rem}.service-info-card__wrapper-main{width:100%;display:flex;justify-content:center;flex-direction:column;gap:1rem}.service-info-card__wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;align-self:center;gap:2rem}.service-info-card__article{display:flex;flex-direction:column;gap:1rem}.service-info-card__article h2{width:100%;color:#ffad00;text-align:center;font-size:1.2rem;align-self:center}.service-info-card__text-content{display:flex;flex-direction:column;gap:1rem}.service-info-card__text-wrapper{display:flex;flex-direction:column}.service-info-card__text{font-size:1rem;font-weight:300;text-align:justify;line-height:1.6rem}.service-info-card__image{display:flex;justify-content:center;align-items:center;width:100%;max-width:800px;align-self:center;position:relative}.service-info-card__image--hero{width:100%;height:280px}.service-info-card__image video{width:100%;height:100%;object-fit:cover}.service-info-card__image p{color:#808285;font-size:.9rem}.service-info-card__image-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;height:100%;gap:.5rem}.service-info-card__image-wrapper div{width:100%;height:100%}.service-info-card__hr{display:none}.service-info-card__link{display:flex;justify-content:center;align-items:center;width:165px;height:48px;border-radius:4px;background-color:#ffad00;font-size:1rem;font-weight:700;color:#fff;align-self:center}@media screen and (min-width: 420px){.service-info-card{padding:1rem 1rem 2rem}.service-info-card__image--hero{height:auto}}@media screen and (min-width: 640px){.service-info-card{padding:2rem 2rem 3rem}}@media screen and (min-width: 768px){.service-info-card{padding:2rem 2rem 3rem;gap:3rem}.service-info-card__main-heading{font-size:1.8rem}.service-info-card__wrapper{flex-direction:row-reverse;justify-content:space-between}.service-info-card__wrapper--reversed{flex-direction:row}.service-info-card__text-content{width:50%;gap:1.5rem;max-width:500px}.service-info-card__article h2{text-align:left;font-size:1.5rem!important;font-weight:600;align-self:flex-start}.service-info-card__text{font-size:1.1rem;color:#808285;line-height:1.8rem}.service-info-card__hr--has-line{display:flex}.service-info-card__hr--has-line hr{width:100%;border:.5px solid #e0e0e0}.service-info-card__image{width:50%;max-width:700px}.service-info-card__image--hero{height:400px}.service-info-card__image p{font-size:1rem}.service-info-card__link{width:330px;align-self:flex-start}.service-info-card__link--center{display:flex;width:330px;align-self:center;transform:translateY(30px)}.service-info-card__link--hide{display:none}}@media screen and (min-width: 820px){.service-info-card{padding:1rem 3rem 5rem}}@media screen and (min-width: 1200px){.service-info-card__wrapper{max-width:1200px}}.training-stats{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;color:#fff}.training-stats__heading{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;gap:1rem}.training-stats__heading h2{text-align:center}.training-stats__heading p{text-align:center;font-weight:300}.training-stats__stats-wrapper{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;width:100%;gap:1.5rem;padding:1rem 0 2rem}.training-stats__stats-card{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;padding:2rem 0;border-radius:6px;gap:.2rem;color:#000;background-color:#e5b244;box-shadow:0 4px 4px #00000025}.training-stats__text1{font-weight:700;font-size:1.5rem}.training-stats__text2{font-weight:700;font-size:1.1rem}.training-stats__text3{font-weight:700;font-size:1.1rem;text-transform:uppercase}.training-stats__video-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.5rem;width:100%;max-width:950px;border-radius:8px;margin-top:2rem}.training-stats__video-wrapper video{width:100%;height:100%;object-fit:cover;border-radius:8px}.training-stats__link{display:flex;justify-content:center;align-items:center;background-color:#fff;width:160px;height:48px;border-radius:4px;color:#ffad00;font-weight:700;font-size:1rem}@media screen and (min-width: 600px){.training-stats hr{width:100%;border:.5px solid #e0e0e0;margin:.5rem 0}.training-stats__stats-card{width:40%}}@media screen and (min-width: 768px){.training-stats__heading p{font-size:1.2rem;line-height:25px;max-width:750px}.training-stats__heading2{margin-top:1rem}.training-stats__link{width:330px;margin-top:1rem}}@media screen and (min-width: 1024px){.training-stats__heading h2{font-size:1.6rem!important}.training-stats__stats-wrapper{gap:0;justify-content:space-between}.training-stats__stats-card{width:24%}.training-stats__stats-card:nth-child(2){background-color:#d29a23}.training-stats__stats-card:nth-child(3){background-color:#ffc54a}.training-stats__stats-card:nth-child(4){background-color:#d8a740}}@media screen and (min-width: 1200px){.training-stats__heading{max-width:1400px}.training-stats__heading p{font-size:1.3rem;line-height:30px}}@media screen and (min-width: 1500px){.training-stats__heading{max-width:1400px}.training-stats__stats-wrapper{justify-content:center;gap:1rem}.training-stats__stats-card{padding:3rem 0;max-width:320px}}.info-card{background-color:#ffad00;border-radius:10px;width:100%;max-width:500px;color:#fff;display:flex;flex-direction:column}.info-card__content{width:100%;display:flex;flex-direction:column;gap:1.5rem;padding:.9rem}.info-card__heading{width:100%;display:flex;flex-direction:column;gap:.1rem;font-size:1.2rem}.info-card__heading span{display:block}.info-card__desc{width:100%;font-size:1.2rem;line-height:30px}@media screen and (min-width: 600px){.info-card{height:600px}}@media screen and (min-width: 768px){.info-card{height:600px;max-width:300px}}.heading-info{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:.5rem}.heading-info h2{color:#ffad00}@media screen and (min-width: 768px){.campaign__wrapper{grid-template-columns:repeat(3,minmax(0,1fr))!important}}.service-info-card2__wrapper-main{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.service-info-card2__wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;align-self:center;gap:2rem}.service-info-card2__article{display:flex;flex-direction:column;gap:1rem}.service-info-card2__article h2{width:100%;color:#ffad00;text-align:center;font-size:1.2rem;align-self:center}.service-info-card2__text-content{width:100%;display:flex;flex-direction:column;gap:1rem}.service-info-card2__text-wrapper{display:flex;flex-direction:column}.service-info-card2__text{font-size:1rem;font-weight:300;text-align:justify;line-height:1.6rem;margin-bottom:.3rem}.service-info-card2__image{display:flex;justify-content:center;align-items:center;width:100%;max-width:800px;align-self:center;position:relative}.service-info-card2__image--hero{width:100%;height:280px}.service-info-card2__image video{width:100%;height:100%;object-fit:cover}.service-info-card2__image p{color:#808285;font-size:.9rem}.service-info-card2__image-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;gap:1rem}.service-info-card2__image-wrapper div{width:100%;height:100%}.service-info-card2 hr{display:flex;width:100%;border:.5px solid #e0e0e0;margin-top:0}.service-info-card2__link{display:flex;justify-content:center;align-items:center;width:165px;height:48px;border-radius:4px;background-color:#ffad00;font-size:1rem;font-weight:700;color:#fff;align-self:center}@media screen and (min-width: 420px){.service-info-card2__image--hero{height:auto}}@media screen and (min-width: 768px){.service-info-card2__wrapper-main{gap:3rem;flex-direction:row;justify-content:space-between}.service-info-card2__wrapper{width:40%;align-items:flex-start}.service-info-card2__text-content{gap:1.5rem;max-width:400px}.service-info-card2__article h2{text-align:left;font-size:1.5rem!important;font-weight:600;align-self:flex-start}.service-info-card2__text{width:100%;font-size:1.1rem;color:#808285;line-height:1.8rem}.service-info-card2__image-wrapper{width:60%;flex-direction:row}.service-info-card2__image{width:50%}.service-info-card2__image--hero{height:400px}.service-info-card2__image p{font-size:1rem}.service-info-card2__link{width:250px;align-self:flex-start}.service-info-card2__link--center{display:flex;width:330px;align-self:center;transform:translateY(30px)}.service-info-card2__link--hide{display:none}}@media screen and (min-width: 1200px){.service-info-card2{padding:2rem 5rem 5rem}.service-info-card2__wrapper-main{max-width:1200px;align-self:center}}.tabs-show__wrapper{justify-content:space-between;flex-direction:column;width:100%;min-height:50dvh;display:flex;align-items:center;color:#fff!important}.tabs-show hr{width:100%;border:.5px solid #ffffff;margin-bottom:2rem}.tabs-show h2{text-align:center!important;color:#fff!important}.tabs-show p{width:100%;max-width:800px;text-align:center!important;font-weight:300;line-height:25px;font-size:1.1rem}.tabs-show__link{display:flex;justify-content:center;align-items:center;background-color:#fff;width:160px;height:48px;border-radius:4px;color:#ffad00;font-weight:700;font-size:1rem;margin-top:2rem}@media screen and (min-width: 768px){.tabs-show p{font-size:1.2rem;line-height:30px}.tabs-show__link{width:330px}}@media screen and (min-width: 1200px){.tabs-show img{width:90%}}.foundation__payment-partners{display:flex;justify-content:space-between;align-items:center;width:100%;gap:.5rem}.foundation__payment-partners svg{width:50px;height:25px}.foundation__image{width:100%!important;height:280px!important;border-radius:10px}.foundation__image img{border-radius:10px}@media screen and (min-width: 420px){.foundation__payment-partners svg{width:70px}}@media screen and (min-width: 500px){.foundation__image{height:350px!important}}@media screen and (min-width: 768px){.foundation__payment-partners{width:300px}}@media screen and (min-width: 1200px){.foundation__image{height:450px!important}}.payment{width:100%;display:flex;align-items:center;gap:1rem}.payment__image{width:30%!important;max-width:160px}.payment__info{display:flex;justify-content:center;align-items:center;flex-direction:column;width:70%}.payment__light-text{color:#7d24d3;font-weight:300;text-align:center}.payment__light-text:first-of-type{margin-bottom:1rem}.payment__bold-text{color:#7e3fc5;font-weight:700;text-align:center;word-break:break-all}@media screen and (min-width: 520px){.payment__light-text:first-of-type{font-size:1.3rem}.payment__bold-text{font-size:1.1rem}}@media screen and (min-width: 768px){.payment{justify-content:center;align-self:center;max-width:850px}.payment__light-text{font-size:1.3rem;letter-spacing:2px}.payment__light-text:first-of-type{font-size:1.6rem;max-width:430px}.payment__bold-text{font-size:1.3rem;letter-spacing:2px}}.about-hero__wrapper-main{flex-direction:column;gap:2rem;padding:1rem 1rem 3rem}.about-hero__wrapper-desktop{display:none}.about-hero__main-heading{width:100%;text-align:center;color:#ffad00;font-size:1.5rem}.about-hero__wrapper-mobile{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:2rem;width:100%}.about-hero__top-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:2rem}.about-hero__hero-image{width:100%;max-width:600px}.about-hero__bottom-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1rem}.about-hero__article{display:flex;flex-direction:column;gap:1rem}.about-hero__article h2{width:100%;color:#ffad00;text-align:center;font-size:1.2rem;align-self:center}.about-hero__text-content{display:flex;flex-direction:column;gap:1rem}.about-hero__text-wrapper{display:flex;flex-direction:column}.about-hero__text{font-size:1rem;font-weight:300;text-align:justify;line-height:1.6rem}.about-hero hr{display:none}.about-hero__hero-image-small{width:80%;max-width:600px}@media screen and (min-width: 420px){.about-hero__wrapper-main{padding:1rem 2rem 3rem}}@media screen and (min-width: 640px){.about-hero__wrapper-main{padding:1rem 3rem 3rem}}@media screen and (min-width: 768px){.about-hero__wrapper-main{padding:1rem 4rem 3rem}.about-hero__text{font-size:1.1rem;line-height:1.8rem}}@media screen and (min-width: 950px){.about-hero__wrapper-main{padding:1rem 4rem 3rem}.about-hero__wrapper-mobile{display:none}.about-hero__main-heading{font-size:1.8rem}.about-hero__wrapper-desktop{display:flex;justify-content:space-between;align-items:center;gap:2rem}.about-hero__left-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:50%;max-width:100%;gap:1rem}.about-hero hr{display:flex;border:.5px solid #e0e0e0}.about-hero__text-content{width:100%;gap:1.5rem;max-width:500px}.about-hero__article h2{text-align:left;font-size:1.5rem!important;font-weight:600;align-self:flex-start}.about-hero__text{color:#808285}.about-hero__right-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:50%;gap:2rem}.about-hero__image-wrapper{display:flex;justify-content:space-between;align-items:center;gap:1rem}.about-hero__hero-image-small{width:50%;height:200px!important}}@media screen and (min-width: 1024px){.about-hero__wrapper-desktop{gap:3rem;align-self:center}.about-hero__left-wrapper{gap:2rem}}@media screen and (min-width: 1200px){.about-hero__wrapper-main{padding:1rem 3rem 5rem}.about-hero__wrapper-desktop{max-width:1100px;gap:4rem;align-self:center}.about-hero__left-wrapper{max-width:500px}}.serviceInfoCard3__wrapper-main{flex-direction:column;gap:2rem;padding:1rem 1rem 3rem}.serviceInfoCard3__main-heading{width:100%;text-align:center;color:#ffad00;font-size:1.5rem}.serviceInfoCard3__wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:2rem;width:100%}.serviceInfoCard3__article{display:flex;flex-direction:column;gap:1rem}.serviceInfoCard3__article h2{width:100%;color:#ffad00;text-align:center;font-size:1.2rem;align-self:center}.serviceInfoCard3__text-content{display:flex;flex-direction:column;gap:1rem}.serviceInfoCard3__text-wrapper{display:flex;flex-direction:column}.serviceInfoCard3__text{font-size:1rem;font-weight:300;text-align:justify;line-height:1.6rem}.serviceInfoCard3 hr{display:none}.serviceInfoCard3__image-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%}.serviceInfoCard3__hero-image-small{width:80%;max-width:600px}.serviceInfoCard3__link{display:flex;justify-content:center;align-items:center;width:165px;height:48px;border-radius:4px;background-color:#ffad00;font-size:1rem;font-weight:700;color:#fff;align-self:center}.serviceInfoCard3__link--desktop{display:none}@media screen and (min-width: 420px){.serviceInfoCard3__wrapper-main{padding:1rem 2rem 3rem}}@media screen and (min-width: 500px){.serviceInfoCard3__image-wrapper{flex-direction:row;gap:1rem}.serviceInfoCard3__hero-image-small{height:200px}}@media screen and (min-width: 640px){.serviceInfoCard3__wrapper-main{padding:1rem 3rem 3rem}}@media screen and (min-width: 768px){.serviceInfoCard3__wrapper-main{padding:1rem 4rem 3rem;gap:4rem}.serviceInfoCard3__wrapper{flex-direction:row}.serviceInfoCard3__text{font-size:1.1rem;line-height:1.8rem;color:#808285}.serviceInfoCard3 hr{display:flex;border:.5px solid #e0e0e0}.serviceInfoCard3__link{width:330px;margin-top:30px}.serviceInfoCard3__link--mobile{display:none}.serviceInfoCard3__link--desktop{display:flex}}@media screen and (min-width: 950px){.serviceInfoCard3__wrapper-main{padding:1rem 4rem 3rem}.serviceInfoCard3__main-heading{font-size:1.8rem}.serviceInfoCard3 hr{display:flex;border:.5px solid #e0e0e0}.serviceInfoCard3__text-content{width:100%;gap:1.5rem;max-width:500px}.serviceInfoCard3__article h2{text-align:left;font-size:1.5rem!important;font-weight:600;align-self:flex-start}.serviceInfoCard3__image-wrapper{display:flex;justify-content:space-between;align-items:center;gap:1rem}.serviceInfoCard3__hero-image-small{width:50%;height:250px!important}}@media screen and (min-width: 1024px){.serviceInfoCard3__wrapper{gap:3rem;align-self:center}}@media screen and (min-width: 1200px){.serviceInfoCard3__wrapper-main{padding:1rem 3rem 5rem}.serviceInfoCard3__wrapper{max-width:1400px;gap:4rem;align-self:center}.serviceInfoCard3__article{max-width:500px}.serviceInfoCard3__hero-image-small{height:300px!important}}@media screen and (min-width: 768px){.about-services__card{max-width:100%!important}}@media screen and (min-width: 950px){.about-services__wrapper{grid-template-columns:repeat(4,minmax(0,1fr))!important}.about-services__card{max-width:320px!important}}.yellow-card{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:3rem}.yellow-card__img-wrapper{width:100px;height:200px}.yellow-card__cards-wrapper{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));row-gap:2rem;column-gap:1rem}.yellow-card__link{display:flex;justify-content:center;align-items:center;width:165px;height:48px;border-radius:4px;background-color:#ffad00;font-size:1rem;font-weight:700;color:#fff;align-self:center}@media screen and (min-width: 600px){.yellow-card__cards-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width: 768px){.yellow-card__link{width:330px}}.ensemble__main-wrapper{padding-top:0!important}.ensemble__main-wrapper>div>p{max-width:800px;text-align:center;font-size:1.1rem;line-height:25px}@media screen and (min-width: 768px){.ensemble__wrapper{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media screen and (min-width: 1200px){.ensemble__image{max-width:1600px;height:700px}}.contact{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem;padding:.5rem 1rem 1rem}.contact__wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;align-self:center;gap:2rem}.contact__text-content{display:flex;flex-direction:column;gap:2rem}.contact__article{display:flex;flex-direction:column;gap:1rem}.contact__article h2{width:100%;color:#ffad00;text-align:center;font-size:1.3rem!important;align-self:center}.contact__text-wrapper{display:flex;flex-direction:column}.contact__text{font-size:1rem;font-weight:300;text-align:center;line-height:1.6rem}.contact__business-details p>span:first-of-type{font-weight:700}.contact__business-details li:last-child>p>span:last-of-type{border-bottom:1px solid #000000}.contact__image{display:flex;justify-content:center;align-items:center;width:100%;max-width:800px;height:300px;align-self:center;position:relative;border-radius:4px}.contact__image img{border-radius:4px}.contact hr{width:100%;border:.5px solid #e0e0e0;display:none}@media screen and (min-width: 420px){.contact{padding:1rem 1rem 2rem}.contact__image--hero{height:auto}}@media screen and (min-width: 640px){.contact{padding:2rem 2rem 3rem}}@media screen and (min-width: 768px){.contact{padding:3rem 2rem;gap:3rem}.contact__wrapper{flex-direction:row;justify-content:space-between}.contact__text-content{width:50%;gap:1.5rem;max-width:500px}.contact__article h2{text-align:left;font-size:1.5rem!important;font-weight:600;align-self:flex-start}.contact__text{font-size:1.1rem;color:#808285;line-height:1.8rem;text-align:left}.contact hr{display:flex}.contact__image{width:50%;max-width:700px}}@media screen and (min-width: 820px){.contact{padding:3rem 3rem 1rem}}@media screen and (min-width: 1024px){.contact{padding:5rem 3rem 1rem}}@media screen and (min-width: 1200px){.contact__wrapper{max-width:1200px}.contact__image{height:400px}}.contact-form{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;color:#fff;margin-top:1rem}.contact-form__wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:2rem;width:100%}.contact-form__heading{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;gap:1rem}.contact-form__heading h2{text-align:center;color:#fff!important}.contact-form__heading p{text-align:center;font-weight:300}.contact-form__input-container{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;max-width:800px;gap:1.5rem;background-color:#fff;padding:3rem 1.5rem;border-radius:10px;box-shadow:0 4px 4px #00000025}.contact-form__input-wrapper{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));justify-content:space-between;align-items:center;width:100%;gap:2rem;background-color:#fff}.contact-form__label{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.contact-form__input{width:100%;border-radius:4px;padding:.6rem 1rem;background-color:#f8f8f8;border:0;font-size:.9rem;font-family:Instrument Sans,serif}.contact-form__input::placeholder{color:#111}.contact-form__sign-up-btn{background-color:#ffad00;border-radius:4px;width:165px;height:48px;transform:translateY(20px);color:#fff;font-weight:700;margin-top:20px}@media screen and (min-width: 600px){.contact-form hr{width:100%;border:.5px solid #e0e0e0;margin:.5rem 0}.contact-form__input-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-form__text-area{grid-column:1/-1;max-width:600px;margin-top:1rem}.contact-form__text-area-input{background-color:#0000;border:1px solid rgba(215,162,52,.3137254902)}.contact-form__sign-up-btn{width:185px;align-self:flex-end;background-image:linear-gradient(to right,#d7a234,#e3ac38)}}@media screen and (min-width: 768px){.contact-form__input-container{padding:4rem 3rem}.contact-form__heading p{font-size:1.2rem;line-height:25px;max-width:750px}}@media screen and (min-width: 1024px){.contact-form__heading h2{font-size:1.6rem!important}}@media screen and (min-width: 1200px){.contact-form__heading{max-width:1400px}.contact-form__heading p{font-size:1.3rem;line-height:30px}}@media screen and (min-width: 1500px){.contact-form__heading{max-width:1400px}}.cofounders__wrapper{width:100%;display:flex;flex-direction:column;align-items:center;gap:2rem}.cofounders__wrapper h2{color:#ffad00}.cofounders hr{width:100%;border:.5px solid #e0e0e0}.cofounders__container{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;gap:3rem}.cofounders__item-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1rem}.cofounders__desc-wrapper{display:flex;flex-direction:column;gap:1rem}.cofounders__desc-wrapper p{font-style:italic;line-height:25px;font-size:1.1rem}.cofounders__desc-wrapper p span{display:block}.cofounders__image-wrapper{width:100%;display:flex;flex-direction:column-reverse;gap:1rem}.cofounders__image{max-width:400px;align-self:center}.cofounders__name-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:.5rem}.cofounders__name-wrapper-desktop{display:none}.cofounders__name{font-weight:700;font-size:1.1rem}.cofounders__title{color:#666}@media screen and (min-width: 768px){.cofounders__wrapper{gap:1rem;max-width:1200px;align-self:center}.cofounders h2{width:100%;text-align:flex-start}.cofounders__item-wrapper{justify-content:space-between;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.cofounders__top-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse;gap:2rem;width:100%;grid-column:1/-1}.cofounders__image-wrapper{flex-direction:column;max-width:300px}.cofounders__image{width:300px;height:auto;align-self:flex-start}.cofounders__desc-wrapper p{color:#808285;font-size:1.2rem;line-height:30px;align-self:flex-start}.cofounders__name-wrapper-mobile{display:none}.cofounders__name-wrapper-desktop{display:flex;align-items:flex-start;width:100%;grid-column:1;width:300px}.cofounders__name{width:90px;text-align:left;font-size:1.2rem}.cofounders__title{font-size:1.2rem}}.clients{padding-top:2rem}.clients__wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;padding:2rem 0;gap:2rem}.clients__logo-wrapper{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.clients__logo{width:40%}@media screen and (min-width: 420px){.clients__logo-wrapper{max-width:1200px;align-self:center}.clients__logo{width:20%}}@media screen and (min-width: 500px){.clients__logo{width:28%}}@media screen and (min-width: 768px){.clients__logo{width:12%}}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}
