@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";:root{--default-font: "Inter", serif;--secondary-font: "Poppins", serif}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(0px)}100%{opacity:1;transform:translateY(20px)}}@keyframes fadeInDownActual{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0px)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0px)}}@keyframes fadeInRight50{from{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInUp30{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp50{from{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp100{from{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}@keyframes subtleBounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-5px)}60%{transform:translateY(-2.5px)}}@keyframes subtleBreathe{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes drawLine{from{width:0%}to{width:100%}}@keyframes zoomIn{from{opacity:0;transform:scale(0.7)}to{opacity:1;transform:scale(1)}}@keyframes flipIn{to{opacity:1;transform:rotateY(0deg)}}@keyframes slideBounceIn{0%{opacity:0;transform:translateX(100%)}70%{transform:translateX(-10px)}100%{opacity:1;transform:translateX(0)}}@keyframes fadeScaleIn{to{opacity:1;transform:scale(1)}}@keyframes waveIn{to{opacity:1;transform:translateY(0) rotateZ(0deg)}}@keyframes zoomInNeutral{to{opacity:1;transform:scale(1)}}@keyframes slideIn{to{opacity:1;transform:translateY(0)}}@keyframes slideInLeftNeutral{to{opacity:1;transform:translateX(0)}}@keyframes slideInRightNeutral{to{opacity:1;transform:translateX(0)}}@keyframes fadeZoomIn{to{opacity:1;transform:scale(1)}}@keyframes slideRotateIn{to{opacity:1;transform:translateX(0) rotate(0)}}@keyframes scaleUp{from{transform:scale(0.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes fadeInY10{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes flip-with-scale{0%{transform:perspective(400px) scaleX(1)}100%{transform:perspective(400px) scaleX(-1)}}@keyframes flip-with-rotate{0%{transform:perspective(400px) rotateY(0)}100%{transform:perspective(400px) rotateY(180deg)}}@keyframes ripple{0%{transform:scale(0, 0);opacity:0}20%{transform:scale(0.5, 0.5);opacity:.5}100%{opacity:1;transform:scale(1, 1)}}:root{--shadow: 0px 0px 2px 0px rgba(204, 204, 204, 0.4);--color-white: #FFFFFF;--color-black: #1f1f1f;--color-primary: #E3FF33;--color-secondary: #008807;--color-tertiary: #EBEBEB;--color-transparent: rgba(84, 88, 91, 0.30);--bg-body: #FFFFFF;--color-text-light: #696969;--color-text-dark: #191919;--panel-header-bg: var(--color-white);--panel-header-text: var(--color-white);--panel-header-text-active: var(--color-primary);--panel-footer-bg: transparent;--panel-footer-text: var(--color-text-dark);--header-login-btn-bg: var(--color-primary);--header-login-btn-color: var(--color-black);--header-signup-btn-bg: transparent;--header-signup-btn-color: var(--color-white);--mobile-menu-btn-bg: var(--color-primary);--mobile-menu-btn-color: var(--color-login);--color-lang-switcher: var(--color-white);--border-lang-switcher: var(--color-primary);--mobile-menu-bg-container: var(--color-black);--mobile-menu-text: var(--color-white);--mobile-menu-bg-button: var(--color-primary);--mobile-menu-color-button: var(--color-white);--mobile-menu-bg-signup-button: transparent;--mobile-menu-color-signup-button: var(--color-white);--hero-bg-container: var(--color-white);--hero-bg: transparent;--hero-title: var(--color-text-dark);--hero-text: var(--color-text-dark);--hero-highlight: var(--color-text-dark);--color-section-title: var(--color-dark);--color-section-subtitle: var(--color-primary);--feature-bg-container: var(--bg-body);--feature-bg: var(--color-white);--feature-text: var(--color-white);--course-bg-container: var(--bg-body);--course-bg: var(--color-text-light);--course-title: var(--color-primary);--course-text: var(--color-primary);--about-listing-bg-container: var(--color-text-light);--about-listing-title: var(--color-primary);--about-listing-text: var(--color-primary);--text-bg-container: var(--bg-body);--text-bg: var(--bg-body);--text-text: var(--color-text-dark);--about-company-wrapper-bg: var(--color-white);--pricing-bg-container: var(--bg-body);--pricing-bg: transparent;--pricing-text: var(--color-text-light);--pricing-benefits-text: var(--color-text-dark);--pricing-btn-bg: var(--color-primary);--pricing-btn-color: var(--color-white);--pricing-item-bg: var(--color-white);--contact-bg-container: var(--color-white);--contact-form-bg: var(--color-primary);--contact-form-text: var(--color-text-dark);--contact-info-bg: var(--color-primary);--contact-info-text: var(--color-text-light);--contact-btn-bg: var(--color-primary);--contact-btn-color: var(--color-white);--no-hero-bg-container: var(--bg-body);--no-hero-bg: var(--color-primary);--no-hero-text: var(--color-text-light);--login-bg-container: var(--color-white);--login-bg: var(--bg-body);--login-text: var(--color-text-dark);--profile-bg-container: var(--bg-body);--profile-bg: var(--color-white);--profile-text: var(--color-text-dark);--order-bg-container: var(--bg-body);--order-bg: var(--color-white);--order-text: var(--color-text-dark);--unsubscribe-bg-container: var(--bg-body);--unsubscribe-bg: var(--color-white);--unsubscribe-text: var(--color-text-dark);--unsubscribe-btn-bg: var(--color-primary);--unsubscribe-btn-color: var(--color-black);--policy-bg-container: var(--bg-body);--bg-button: var(--color-tertiary);--color-button: var(--color-text-light);--bg-alternate-button: var(--color-primary);--color-alternate-button: var(--color-tertiary);--change-password-btn-bg: var(--color-primary);--change-password-btn-color: var(--color-white);--border-radius: 0}*,*::after,*::before{margin:0;padding:0;box-sizing:inherit}*{font-family:var(--default-font)}html{font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:inherit;overflow-x:hidden;scroll-behavior:smooth}body{box-sizing:border-box;font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:inherit;position:relative}.bg-white{background-color:var(--color-white)}img{transition:transform .3s ease-out}img:hover{transform:scale(1.05)}.terms li{margin:10px}h1{font-size:3.75rem;line-height:4.5rem;letter-spacing:-0.02em;font-weight:inherit}@media(max-width: 564px){h1{font-size:3rem;line-height:3.75rem;letter-spacing:-0.02em;font-weight:inherit}}h3{font-style:normal;font-size:3rem;line-height:3.75rem;letter-spacing:-0.02em;font-weight:700;font-family:var(--default-font)}@media(max-width: 1024px){h3{font-size:2.25rem;line-height:2.75rem;letter-spacing:-0.02em;font-weight:700}}h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{color:var(--color-primary)}.button{display:block;appearance:none;background:var(--bg-button);color:var(--color-button);text-decoration:none;cursor:pointer;line-height:1.625rem;transition:all .3s ease-in-out;padding:10px 18px;justify-content:center;align-items:center;gap:8px;border-radius:var(--border-radius);border:1px solid var(--gradient)}.button:hover{box-shadow:0px 4px 16px 0px rgba(51,51,51,.08),0px 4px 4px 0px rgba(51,51,51,.04);transform:translateY(-0.15rem)}.button-outline{display:block;appearance:none;border:1px solid var(--color-primary);color:var(--color-primary);text-decoration:none;cursor:pointer;line-height:1.625rem;transition:all .3s ease-in-out;padding:10px 18px;justify-content:center;align-items:center;border-radius:var(--border-radius)}.button-outline:hover{box-shadow:0px 4px 16px 0px rgba(51,51,51,.08),0px 4px 4px 0px rgba(51,51,51,.04);transform:translateY(-0.15rem);background:var(--color-primary);color:var(--color-white)}.button-transparent{display:block;appearance:none;color:var(--color-primary);text-decoration:none;cursor:pointer;line-height:1.625rem;transition:all .3s ease-in-out;padding:10px 18px;justify-content:center;align-items:center;border-radius:var(--border-radius)}.button-transparent:hover{box-shadow:0px 4px 16px 0px rgba(51,51,51,.08),0px 4px 4px 0px rgba(51,51,51,.04);transform:translateY(-0.15rem);background:var(--color-primary);color:var(--color-white)}.button-gradient-primary{display:block;appearance:none;border:none;padding:.875rem 1.5625rem;border-radius:var(--border-radius);background:linear-gradient(98deg, var(--color-primary) 2.35%, var(--color-primary-light) 96.42%);transition:all .3s ease-in-out;color:var(--color-white);text-decoration:none;cursor:pointer;line-height:1.625rem}.button-gradient-primary:hover{background:linear-gradient(98deg, var(--color-primary-light) 2.35%, var(--color-primary) 96.42%);box-shadow:0px 4px 16px 0px rgba(51,51,51,.08),0px 4px 4px 0px rgba(51,51,51,.04);transform:translateY(-0.15rem)}.button-gradient-secondary{display:block;appearance:none;border:none;padding:.875rem 1.5625rem;border-radius:var(--border-radius);background:linear-gradient(98deg, var(--color-primary-light) 2.35%, var(--color-primary) 96.42%);transition:all .3s ease-in-out;color:var(--color-white);text-decoration:none;cursor:pointer;line-height:1.625rem}.button-gradient-secondary:hover{background:linear-gradient(98deg, var(--color-primary) 2.35%, var(--color-primary-light) 96.42%);box-shadow:0px 4px 16px 0px rgba(51,51,51,.08),0px 4px 4px 0px rgba(51,51,51,.04);transform:translateY(-0.15rem)}.form-input{margin-bottom:1rem}.button-secondary{display:block;appearance:none;border:none;padding:.875rem 1.5625rem;border-radius:var(--border-radius);background:var(--gradient-secondary);transition:all .3s ease-in-out;color:var(--color-white);text-decoration:none;cursor:pointer;line-height:1.625rem}.button-secondary:hover{background:var(--color-primary);box-shadow:0px 4px 16px 0px rgba(51,51,51,.08),0px 4px 4px 0px rgba(51,51,51,.04);transform:translateY(-0.15rem)}input,textarea{appearance:none;border:none;width:100%;display:flex;padding:.625rem 1rem .625rem .75rem;flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:var(--border-radius);font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:inherit;border:1px solid rgba(164,174,198,.33);transition:box-shadow .3s ease-in-out;background:var(--white, #fff);color:rgba(14,14,14,.708);line-height:1.4rem}input:hover,textarea:hover{box-shadow:0px 4px 16px 0px rgba(51,51,51,.08),0px 4px 4px 0px rgba(51,51,51,.04)}input::placeholder,textarea::placeholder{color:rgba(var(--color-black), 0.5)}@keyframes slide-up{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate{animation:slide-up .5s ease both}.slide-up{opacity:0;transform:translateY(30px)}.slide-in{opacity:0;transform:translateX(-50px);transition:opacity .5s ease,transform .5s ease}.slide-in.active{opacity:1;transform:translateX(0)}.zoom-in-image{transform:scale(0.1);transition:transform 1s ease}.zoom-in-image.active{transform:scale(1)}.form-input:nth-child(1),.form-input:nth-child(2),.form-input:nth-child(3),.form-input:nth-child(4),.form-input:nth-child(5){flex:0 0 49%}@media(max-width: 1024px){.form-input:nth-child(1),.form-input:nth-child(2),.form-input:nth-child(3),.form-input:nth-child(4),.form-input:nth-child(5){flex:0 0 100%;width:100%}}.form-input:nth-child(5){flex:0 0 100%}.form-input-wrapper,.form-textarea-wrapper{position:relative}.form-input[disabled=disabled]{background-color:#f1f1f1}label.error{color:#d55353;position:absolute;bottom:-32px;font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:inherit;right:0}.hidden{display:none}@media only screen and (min-width: 1024px){.hidden-on-lg{display:none}.flex-on-lg{display:flex}}.text-lg{color:var(--color-secondary);text-align:center;font-style:normal;font-size:3rem;line-height:3.75rem;letter-spacing:-0.02em;font-weight:600}.text-md{font-style:normal;font-size:2.25rem;line-height:2.75rem;letter-spacing:-0.02em;font-weight:700}.text-center{text-align:center}.w-full{width:100%}.subheader{align-items:center;background:var(--color-secondary);padding:24px 16px;text-align:center;color:var(--color-white)}.subheader .subheader-content{max-width:1270px;margin:0 auto;padding:2.5rem 1rem}.flex{display:flex}.flex-col{flex-direction:column}.gap-2{gap:2rem}.inline-flex{display:inline-flex}.ml-2{margin-left:2px}.actions-partial-global{margin-bottom:51px}.actions-partial-global a{color:var(--color-black);background:var(--color-primary);border-radius:44px;padding:24px 48px;text-decoration:none;position:relative;font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:600}@media(max-width: 1024px){.actions-partial-global a{font-size:.875rem;line-height:1.25rem;letter-spacing:normal;font-weight:600}}.actions-partial-global a .icon{position:absolute;top:50%;right:-32px;transform:translateY(-50%);background:var(--color-white);width:52px;height:52px;border-radius:100%;display:flex;justify-content:center;align-items:center}.hero{display:flex;justify-content:center;align-items:center;gap:.625rem;align-self:stretch;background-size:cover;background-color:var(--hero-bg-container);padding:240px 0 50px 0;background-repeat:no-repeat;background-position:center}@media(max-width: 1024px){.hero{background-size:cover}}@media(max-width: 768px){.hero{padding:200px 0 50px 0}}@media(max-width: 564px){.hero{background-image:url(../../images/hero_bg_mobile.png) !important;background-size:cover;background-position:unset !important}}.hero h1{max-width:100%;font-weight:700;color:var(--hero-title)}@media(max-width: 1024px){.hero h1{text-align:center;font-size:3rem;line-height:3.75rem;letter-spacing:-0.02em;font-weight:700}}.hero h1 span{color:var(--hero-highlight) !important}.hero.medium{height:33.4375rem}@media(max-width: 1024px){.hero.medium{height:auto}}.hero .text_image_center{flex-direction:column;gap:2rem !important;text-align:center}.hero .text_right__image_left{flex-direction:row-reverse}.hero .hero-container{display:flex;justify-content:center;gap:4rem;background:var(--hero-bg);flex-direction:column}@media(max-width: 1024px){.hero .hero-container{align-items:start;flex-direction:column}}@media(max-width: 768px){.hero .hero-container{gap:80px}}@media(max-width: 564px){.hero .hero-container{display:block;width:100%}}.hero .hero-container .hero_text_center{align-items:center}.hero .hero-container .hero_text_left{align-items:flex-start;flex:1 0 49% !important}.hero .hero-container .hero-text{display:flex;flex-direction:column;align-items:start;justify-content:center;gap:2rem;flex:1 0 60%;max-width:660px}@media(max-width: 768px){.hero .hero-container .hero-text{gap:20px}}.hero .hero-container .hero-text p{font-size:18px;font-style:normal;font-weight:400;line-height:28px;color:var(--color-white)}@media(max-width: 1024px){.hero .hero-container .hero-text p{font-size:14px;font-style:normal;font-weight:400;line-height:20px}}.hero .hero-container .hero-text .hero-title{font-size:60px;font-style:normal;font-weight:600;line-height:72px;letter-spacing:-1.2px;font-family:var(--secondary-font);text-align:left;color:var(--color-white)}@media(max-width: 1024px){.hero .hero-container .hero-text .hero-title{font-size:30px;font-style:normal;font-weight:600;line-height:38px}}.hero .hero-container .hero-text .button{display:flex;padding:24px 32px 24px 32px;border-radius:44px;background-color:var(--color-primary);color:var(--color-text-dark);position:relative;font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:600;height:52px;max-width:170px;margin-top:16px}@media(max-width: 1024px){.hero .hero-container .hero-text .button{padding:12px 16px 12px 12.128px;width:154px;height:44px;margin-top:20px}}.hero .hero-container .hero-text .hero-started-btn-icon{position:absolute;width:52px;right:-30px}@media(max-width: 1024px){.hero .hero-container .hero-text .hero-started-btn-icon{width:44px}}.hero .hero-container .hero-box{display:flex;align-items:end;justify-content:end;gap:12px;margin-top:50px}@media(max-width: 768px){.hero .hero-container .hero-box{flex-direction:column;margin-top:0}}.hero .hero-container .hero-box .first-box{max-width:403px;align-self:center}@media(max-width: 768px){.hero .hero-container .hero-box .first-box{max-width:unset}}.hero .hero-container .hero-box .first-box a{border-radius:35px;background:rgba(84,88,91,.5);text-decoration:none;color:var(--color-white);padding:40px 35px;display:flex;gap:10px;align-items:start;height:100%}.hero .hero-container .hero-box .first-box a h3{font-size:22px;font-style:normal;font-weight:400;line-height:32px;font-family:var(--secondary-font)}.hero .hero-container .hero-box .second-box{align-self:center}.hero .hero-container .hero-box .second-box a{border-radius:35px;background-color:var(--color-white);text-decoration:none;padding:21px 24px;color:var(--color-black);display:flex;flex-direction:row;gap:16px;align-items:start;justify-content:space-between;height:100%}.hero .hero-container .hero-box .second-box a .second-box-wrapper{display:flex;flex-direction:column;gap:16px}.hero .hero-container .hero-box .second-box a .second-box-wrapper .second-box-top{display:flex;gap:16px;align-items:center}.hero .hero-container .hero-box .second-box a .second-box-wrapper .second-box-top img{max-width:100%}.hero .hero-container .hero-box .second-box a .second-box-wrapper .second-box-top h3{font-size:30px;font-style:normal;font-weight:700;line-height:38px;color:var(--color-black);font-family:var(--secondary-font)}@media(max-width: 564px){.hero .hero-container .hero-box .second-box a .second-box-wrapper .second-box-top h3{font-size:24px;font-style:normal;font-weight:500;line-height:32px}}.hero .hero-container .hero-box .second-box a .second-box-wrapper .second-box-top h3 span{color:var(--color-black)}.hero .hero-container .hero-box .second-box a .second-box-wrapper .second-box-bottom h3{margin-bottom:16px;font-size:18px;font-style:normal;font-weight:500;line-height:28px;color:var(--color-text-light)}@media(max-width: 564px){.hero .hero-container .hero-box .second-box a .second-box-wrapper .second-box-bottom h3{font-size:14px;font-style:normal;font-weight:500;line-height:20px}}.hero .hero-container .hero-box .second-box a .second-box-wrapper .second-box-bottom p{font-size:14px;font-style:normal;font-weight:400;line-height:20px;color:#525252;max-width:360px}.hero .hero-container .hero-box .second-box a .second-box-wrapper .second-box-bottom p span{color:var(--color-black)}@media(max-width: 564px){.hero .hero-container .hero-box .second-box a .second-box-wrapper .second-box-bottom p{font-size:12px;font-style:normal;font-weight:400;line-height:18px}}.no-hero-section{background-size:cover;background-repeat:no-repeat;background-position:center;height:100vh;display:flex;justify-content:center;align-items:center;margin-top:-7.89rem}@media(max-width: 1024px){.no-hero-section{margin-top:0}}.no-hero-section .no-hero-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:var(--color-white)}.no-hero-section .no-hero-wrapper .head-content{width:50%}@media(max-width: 1024px){.no-hero-section .no-hero-wrapper .head-content{width:100%}}.no-hero-section .no-hero-wrapper .head-content h1{font-size:3.75rem;line-height:4.5rem;letter-spacing:-0.02em;font-weight:600;margin-bottom:18px}@media(max-width: 1024px){.no-hero-section .no-hero-wrapper .head-content h1{font-size:1.875rem;line-height:2.375rem;letter-spacing:normal;font-weight:600}}.no-hero-section .no-hero-wrapper .head-content p{font-size:1.125rem;line-height:1.75rem;letter-spacing:normal;font-weight:400;margin-bottom:50px}@media(max-width: 1024px){.no-hero-section .no-hero-wrapper .head-content p{font-size:.875rem;line-height:1.25rem;letter-spacing:normal;font-weight:400}}.no-hero-section .no-hero-wrapper .trainers{display:flex;align-items:center;gap:1rem}.no-hero-section .no-hero-wrapper .trainers .count{color:var(--color-primary);font-size:2.25rem;line-height:2.75rem;letter-spacing:-0.02em;font-weight:700}@media(max-width: 1024px){.no-hero-section .no-hero-wrapper .trainers .count{font-size:1.875rem;line-height:2.375rem;letter-spacing:normal;font-weight:600}}.no-hero-section .no-hero-wrapper .trainers .title{font-size:1.5rem;line-height:2rem;letter-spacing:normal;font-weight:500}@media(max-width: 1024px){.no-hero-section .no-hero-wrapper .trainers .title{font-size:1.125rem;line-height:1.75rem;letter-spacing:normal;font-weight:500}}.pricings{display:flex;padding:60px 0;flex-direction:column;align-items:center;gap:60px;align-self:stretch;margin:auto;background-color:#fdfff4}@media(max-width: 1024px){.pricings{padding:50px 0}}@media(max-width: 564px){.pricings{gap:28px}}.pricings h3{text-align:center;margin-bottom:20px;color:var(--color-text-dark);font-size:3rem;line-height:3.75rem;letter-spacing:-0.02em;font-weight:500;font-family:var(--secondary-font)}@media(max-width: 1024px){.pricings h3{font-size:1.875rem;line-height:2.375rem;letter-spacing:normal;font-weight:500}}@media(max-width: 564px){.pricings h3{margin-bottom:12px}}.pricings p{color:var(--color-text-light);font-size:18px;font-style:normal;font-weight:400;line-height:28px;max-width:500px;text-align:center;margin:0 auto}.pricings .pricings-container{display:flex;justify-content:center;align-items:flex-start;gap:1.5rem;flex-wrap:wrap;background:var(--pricing-bg)}@media(max-width: 768px){.pricings .pricings-container{flex-direction:column;gap:2rem}}.pricings .pricings-container .pricing{display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease-in-out;align-items:center;flex:1 0 31%;max-width:552px;align-self:stretch;border-radius:40px;border:1px solid var(--color-tertiary);background:#fafafa;opacity:0;padding-bottom:40px}@media(max-width: 1024px){.pricings .pricings-container .pricing{max-width:600px;width:100%;padding-bottom:24px}}@media(max-width: 768px){.pricings .pricings-container .pricing{max-width:600px;width:100%;flex-basis:100%;margin:0 auto}}.pricings .pricings-container .pricing .pricing-content{display:flex;flex-direction:column;align-self:stretch;position:relative;padding:40px 40px 0 40px}@media(max-width: 1024px){.pricings .pricings-container .pricing .pricing-content{padding:24px 24px 0 24px}}.pricings .pricings-container .pricing .pricing-content .recommended-tag-parent{position:absolute;right:100px;top:-26px;display:flex}@media(max-width: 564px){.pricings .pricings-container .pricing .pricing-content .recommended-tag-parent{right:40px}}.pricings .pricings-container .pricing .pricing-content .recommended-tag-parent svg{margin-right:-26px;margin-top:8px}.pricings .pricings-container .pricing .pricing-content .recommended-tag-parent .recommended-tag{background:#008807;width:77px;height:74px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;font-style:normal;font-weight:500;line-height:22px;text-align:center}.pricings .pricings-container .pricing .pricing-content .package-top-section{display:flex;gap:0;align-items:end;border-bottom:2px solid var(--color-tertiary)}.pricings .pricings-container .pricing .pricing-content .package-top-section .package-top-section-img img{transform:scale(1.1);max-width:100%}.pricings .pricings-container .pricing .pricing-content .package-top-section .package-top-section-img img:hover{transform:scale(1.1)}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price{display:flex;flex-direction:column;align-items:start;gap:20px;padding-bottom:30px;align-self:stretch;flex-basis:80%}@media(max-width: 564px){.pricings .pricings-container .pricing .pricing-content .package-top-section>.price{gap:18px;padding-bottom:15px}}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .package-title{display:flex;gap:14px;align-items:center}@media(max-width: 564px){.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .package-title{gap:8px}}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .package-title img{width:50px}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .type{background:rgba(0,0,0,0);color:var(--color-text-dark);text-align:left;font-size:1.875rem;line-height:2.375rem;letter-spacing:normal;font-weight:500;font-family:var(--secondary-font)}@media(max-width: 1024px){.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .type{font-size:1.25rem;line-height:1.875rem;letter-spacing:normal;font-weight:500}}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group{display:flex;flex-direction:row;justify-content:start;align-items:end;align-self:stretch;text-align:left;flex-wrap:wrap;gap:0 !important}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group .pricing-wrap .price{color:var(--color-secondary);text-align:left;font-style:normal;font-size:3rem;line-height:3.75rem;letter-spacing:-0.02em;font-weight:600;font-weight:600;line-height:60px;letter-spacing:-0.96px;margin-bottom:16px;font-family:var(--secondary-font)}@media(max-width: 1024px){.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group .pricing-wrap .price{font-size:1.875rem;line-height:2.375rem;letter-spacing:normal;font-weight:600}}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group .trial p{text-align:center;font-style:normal;font-size:1.5rem;line-height:2rem;letter-spacing:normal;font-weight:600}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group .text-sm{color:#5f5f5f;font-style:normal;font-size:1.125rem;line-height:1.75rem;letter-spacing:normal;font-weight:700}@media(max-width: 1024px){.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group .text-sm{font-size:.875rem;line-height:1.25rem;letter-spacing:normal;font-weight:700}}@media(max-width: 564px){.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group .text-sm{margin-bottom:10px !important}}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group .billed-section{margin-top:0 !important;justify-content:start !important}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group .billed-section .trial-days,.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group .billed-section .trial{font-size:1.125rem;line-height:1.75rem;letter-spacing:normal;font-weight:700}@media(max-width: 1024px){.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group .billed-section .trial-days,.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group .billed-section .trial{font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:700}}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price>p{color:var(--pricing-text);text-align:center;font-style:normal;font-size:1.5rem;line-height:2rem;letter-spacing:normal;font-weight:600}.pricings .pricings-container .pricing .pricing-content .benefits{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding:34px 0;align-self:stretch}.pricings .pricings-container .pricing .pricing-content .benefits .benefit{display:flex;justify-content:center;align-items:center;gap:.5rem}.pricings .pricings-container .pricing .pricing-content .benefits .benefit .streamline{color:var(--pricing-benefits-text);font-style:normal;font-size:1.125rem;line-height:1.75rem;letter-spacing:normal;font-weight:400}.pricings .pricings-container .pricing>div:not(.pricing-content){display:flex;flex-direction:column;align-items:center;align-self:stretch;padding:0 2rem}.pricings .pricings-container .pricing>div:not(.pricing-content) .pricing-btn{width:100%;text-align:center;background:var(--pricing-btn-bg);color:var(--color-text-dark);padding:10px 13px;border-radius:30px;font-size:1.5rem;line-height:2rem;letter-spacing:normal;font-weight:500}@media(max-width: 1024px){.pricings .pricings-container .pricing>div:not(.pricing-content) .pricing-btn{font-size:14px;font-weight:600;padding:6px 8px;height:auto}}.languages{display:none;flex-direction:column;align-items:flex-start;gap:24px;padding:40px 60px;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:1.5rem;background:#fff;box-shadow:0px 0px 7px 3px rgba(0,0,0,.12)}@media(max-width: 1024px){.languages{padding:1rem;width:90%}}.languages .title{position:relative;width:fit-content;margin-top:-1px;color:var(--color-text-dark);white-space:nowrap;font-size:1.5rem;line-height:2rem;letter-spacing:normal;font-weight:600;margin-bottom:.5rem}.languages .frame{display:flex;position:relative;align-items:flex-start;gap:15px;flex-wrap:wrap;flex:1 0 calc(25% - 10px);max-height:400px;overflow:auto}@media(max-width: 1024px){.languages .frame{flex:1 0 calc(33% - 10px);justify-content:center}}.languages .frame .lang-button{display:flex;width:140px;align-items:center;gap:10px;position:relative;flex:0 0 auto;text-decoration:none}.languages .frame .lang-button:hover{text-decoration:underline}.languages .frame .lang-button .img{position:relative;width:26.67px;height:20px}.languages .frame .lang-button .text-wrapper-2,.languages .frame .lang-button .text-wrapper-3,.languages .frame .lang-button .text-wrapper-4{white-space:nowrap;letter-spacing:0;color:#000;font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:400}.languages .frame .lang-button .text-wrapper-2{position:absolute;top:-1px;left:0}.languages .frame .lang-button .text-wrapper-3{position:relative;width:fit-content;margin-top:-0.5px}.languages .frame .lang-button .text-wrapper-4{position:relative;width:fit-content;margin-top:-0.5px;text-decoration:underline}.languages .close-button{position:absolute;width:14px;height:14px;top:25px;right:30px;cursor:pointer}.languages .div-wrapper{position:relative;width:74px;height:19px}.language-switcher{display:flex;padding:.25rem .375rem;justify-content:center;align-items:center;gap:.625rem;border-radius:var(--border-radius);cursor:pointer}.faqs{padding:120px 0;background-color:var(--color-white)}@media(max-width: 1024px){.faqs{padding:60px 0}}.faqs .faqs-container{display:flex;gap:80px}@media(max-width: 1024px){.faqs .faqs-container{flex-direction:column;gap:48px}}.faqs .faqs-container .faqs-left{flex-basis:40%}@media(max-width: 1024px){.faqs .faqs-container .faqs-left{flex-basis:100%}}.faqs .faqs-container .faqs-left .faqs-header-section{display:flex;gap:24px;flex-direction:column}@media(max-width: 1024px){.faqs .faqs-container .faqs-left .faqs-header-section{gap:20px}}.faqs .faqs-container .faqs-left .faqs-header-section .block-title{font-size:3rem;line-height:3.75rem;letter-spacing:-0.02em;font-weight:600;font-family:var(--secondary-font)}@media(max-width: 1024px){.faqs .faqs-container .faqs-left .faqs-header-section .block-title{font-size:1.875rem;line-height:2.375rem;letter-spacing:normal;font-weight:600}}.faqs .faqs-container .faqs-left .faqs-header-section .page-content{color:var(--color-text-light);font-size:1.25rem;line-height:1.875rem;letter-spacing:normal;font-weight:inherit}@media(max-width: 1024px){.faqs .faqs-container .faqs-left .faqs-header-section .page-content{font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:inherit}}.faqs .faqs-container .faqs-left .faqs-header-section .faqs-started-btn .button{display:flex;padding:24px 32px 24px 24px;border-radius:44px;background-color:var(--color-primary);color:var(--color-text-dark);position:relative;font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:600;height:52px;max-width:170px;margin-top:16px}@media(max-width: 1024px){.faqs .faqs-container .faqs-left .faqs-header-section .faqs-started-btn .button{padding:12px 16px 12px 12.128px;width:154px;height:44px;margin-top:4px}}.faqs .faqs-container .faqs-left .faqs-header-section .faqs-started-btn .faqs-started-btn-icon{position:absolute;width:52px;right:-30px}@media(max-width: 1024px){.faqs .faqs-container .faqs-left .faqs-header-section .faqs-started-btn .faqs-started-btn-icon{width:44px}}.faqs .faqs-container .faqs-items{flex-basis:60%}@media(max-width: 1024px){.faqs .faqs-container .faqs-items{flex-basis:100%}}.faqs .faqs-container .faqs-items .faq-accordion-item{border-bottom:1px solid var(--color-tertiary)}.faqs .faqs-container .faqs-items .faq-accordion-item:first-child{border-top:1px solid var(--color-tertiary);border-bottom:1px solid var(--color-tertiary)}.faqs .faqs-container .faqs-items .faq-accordion-item .faq-accordion-header{display:flex;gap:24px;cursor:pointer;padding:20px 0}.faqs .faqs-container .faqs-items .faq-accordion-item .faq-accordion-header .faq-accordion-btn{flex:1;border:none;background-color:var(--color-white);color:var(--color-text-dark);text-align:left;font-size:1.875rem;line-height:2.375rem;letter-spacing:normal;font-weight:500;cursor:pointer;font-family:var(--secondary-font)}@media(max-width: 1024px){.faqs .faqs-container .faqs-items .faq-accordion-item .faq-accordion-header .faq-accordion-btn{font-size:1.125rem;line-height:1.75rem;letter-spacing:normal;font-weight:700}}.faqs .faqs-container .faqs-items .faq-accordion-item .faq-accordion-body{overflow:hidden;transition:height 3s ease;padding-bottom:24px;font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:inherit;color:var(--color-text-light)}@media(max-width: 1024px){.faqs .faqs-container .faqs-items .faq-accordion-item .faq-accordion-body{padding-bottom:20px}}.faqs .faqs-container .faqs-items .faq-accordion-item .d-none{display:none}.faqs .faqs-container .faqs-items .faq-accordion-item .d-block{display:block}.carousel-features-section{position:relative;overflow-x:hidden;overflow-y:visible;padding:4rem 2rem;background:var(--color-white)}@media(max-width: 1024px){.carousel-features-section{padding:4rem 0}}.carousel-features-section .carousel-info-section{text-align:left;margin-bottom:20px;display:flex;justify-content:flex-end;padding-top:6rem}@media(max-width: 1024px){.carousel-features-section .carousel-info-section{padding-top:0;padding-bottom:2.5rem;margin:0}}.carousel-features-section .carousel-info-section .carousel-left-aligned-block{flex-basis:50%;width:100%;position:relative}@media(max-width: 1024px){.carousel-features-section .carousel-info-section .carousel-left-aligned-block{flex-basis:100%}}.carousel-features-section .carousel-info-section .carousel-left-aligned-block .carousel-info-transform{position:absolute;z-index:99999;transform:translateY(-6rem);left:0;right:0;display:flex;flex-direction:column;gap:1.875rem}@media(max-width: 1024px){.carousel-features-section .carousel-info-section .carousel-left-aligned-block .carousel-info-transform{position:relative;transform:translateY(0)}}.carousel-features-section .carousel-info-section .carousel-left-aligned-block .carousel-info-transform .block-title{font-size:3rem;line-height:3.75rem;letter-spacing:-0.02em;font-weight:500}@media(max-width: 1024px){.carousel-features-section .carousel-info-section .carousel-left-aligned-block .carousel-info-transform .block-title{font-size:1.875rem;line-height:2.375rem;letter-spacing:normal;font-weight:500}}.carousel-features-section .carousel-info-section .carousel-left-aligned-block .carousel-info-transform p{font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:400;color:var(--color-text-light)}.carousel-features-section .carousel-info-section .carousel-navigation{width:100%;display:flex;justify-content:flex-start;gap:.5rem}.carousel-features-section .carousel-info-section .carousel-navigation .carousel-btn{background:none;cursor:pointer;border-radius:50%;border:1px solid var(--color-primary);display:flex;justify-content:center;padding:.5rem;transition:all .5s ease-in-out}.carousel-features-section .carousel-info-section .carousel-navigation .carousel-btn:hover{background-color:var(--color-primary)}.carousel-features-section .carousel-info-section .carousel-navigation .carousel-btn svg{width:22px;height:22px}.carousel-features-section .carousel-container{overflow:hidden;position:relative}.carousel-features-section .carousel-container .carousel{display:flex;transition:all .5s ease-in-out;height:660px;gap:1.5rem}.carousel-features-section .carousel-container .carousel .carousel-item{height:70%;position:relative;flex:0 0 33%;opacity:1;transform:scale(1);align-self:baseline;background-repeat:no-repeat;aspect-ratio:.8167330677;background-size:cover;background-position:left center;border-radius:20px;overflow:hidden;transition:transform .5s ease-in-out}@media(max-width: 1024px){.carousel-features-section .carousel-container .carousel .carousel-item{align-self:start}}.carousel-features-section .carousel-container .carousel .carousel-item .carousel-bg{display:none}.carousel-features-section .carousel-container .carousel .carousel-item.big{height:100%;flex:0 0 33%;transform:scale(1);opacity:1;aspect-ratio:.6523809524;background-image:none !important;transition:transform .5s ease-in-out}@media(max-width: 1024px){.carousel-features-section .carousel-container .carousel .carousel-item.big{flex:0 0 65%}}@media(max-width: 564px){.carousel-features-section .carousel-container .carousel .carousel-item.big{flex:0 0 80%}}.carousel-features-section .carousel-container .carousel .carousel-item.big .carousel-bg{display:block;position:absolute;top:0;left:0;width:100%;height:70%;background-repeat:no-repeat;background-size:cover;border-radius:20px;transition:all .5s ease-in-out}.carousel-features-section .carousel-container .carousel .carousel-item.big .carousel-title{background:rgba(0,0,0,0);color:var(--color-text-dark);padding:0 2rem 20px 0;bottom:4rem}@media(max-width: 1024px){.carousel-features-section .carousel-container .carousel .carousel-item.big .carousel-title{bottom:6rem;left:0;padding:0}}@media(max-width: 564px){.carousel-features-section .carousel-container .carousel .carousel-item.big .carousel-title{bottom:4rem}}.carousel-features-section .carousel-container .carousel .carousel-item .carousel-title{background:linear-gradient(180deg, rgba(2, 2, 2, 0) 0%, #465006 100%);width:100%;position:absolute;bottom:0;left:0;color:#fff;font-size:1.5rem;padding:32px 20px;border-radius:0px 0px 20px 20px;font-size:2.25rem;line-height:2.75rem;letter-spacing:-0.02em;font-weight:600;-webkit-line-clamp:3;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical}.about_features{display:flex;padding:80px 0rem;flex-direction:column;align-items:center;gap:.625rem;align-self:stretch;background-color:var(--feature-bg-container)}@media(max-width: 1024px){.about_features{padding:64px 0rem}}.about_features .container{justify-content:center;display:flex;flex-direction:column;align-items:center;gap:60px}.about_features .container .about_features-header-section{text-align:center;width:50%;opacity:0}@media(max-width: 1024px){.about_features .container .about_features-header-section{text-align:left;width:100%}}.about_features .container .about_features-header-section h3{font-size:3rem;line-height:3.75rem;letter-spacing:-0.02em;font-weight:500;color:var(--color-text-dark);margin-bottom:24px}@media(max-width: 1024px){.about_features .container .about_features-header-section h3{font-size:1.875rem;line-height:2.375rem;letter-spacing:normal;font-weight:500;margin-bottom:14px}}.about_features .container .about_features-header-section h4{font-size:1.125rem;line-height:1.75rem;letter-spacing:normal;font-weight:600;color:var(--color-section-subtitle);margin-bottom:18px}@media(max-width: 1024px){.about_features .container .about_features-header-section h4{font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:600}}.about_features .container .about_features-header-section p{font-size:1.125rem;line-height:1.75rem;letter-spacing:normal;font-weight:400;color:var(--color-text-light)}@media(max-width: 1024px){.about_features .container .about_features-header-section p{font-size:.875rem;line-height:1.25rem;letter-spacing:normal;font-weight:400}}.about_features .container .about_features-container{display:flex;justify-content:center;align-items:flex-start;align-content:flex-start;gap:1.5rem;background:var(--feature-bg-container)}@media(max-width: 1024px){.about_features .container .about_features-container{flex-direction:column;width:100%}}.about_features .container .about_features-container .about_feature{display:flex;align-items:flex-start;cursor:pointer;border-radius:20px;background:var(--feature-bg);box-shadow:0px 0px 2px 0px rgba(204,204,204,.4);transition:all .3s ease-in-out;flex:31%;align-self:stretch;color:var(--feature-text);opacity:0}.about_features .container .about_features-container .about_feature:hover{box-shadow:0 0 20px rgba(0,0,0,.3)}@media(max-width: 1024px){.about_features .container .about_features-container .about_feature{width:100%}}.about_features .container .about_features-container .about_feature .about_feature-container{display:flex;flex-direction:column;align-items:center;gap:10px;align-self:stretch;position:relative;overflow:hidden}@media(max-width: 1024px){.about_features .container .about_features-container .about_feature .about_feature-container{flex-direction:column;align-items:center;width:100%}}.about_features .container .about_features-container .about_feature .about_feature-container .about_feature-image{overflow:hidden;border-radius:20px;width:100%}@media(max-width: 1024px){.about_features .container .about_features-container .about_feature .about_feature-container .about_feature-image{width:100%}}.about_features .container .about_features-container .about_feature .about_feature-container .about_feature-image img{width:100%;height:100%}.about_features .container .about_features-container .about_feature .about_feature-container .about_feature-content{padding:1.875rem 1.25rem;display:flex;flex-direction:column;gap:10px;align-items:flex-start;text-align:left;position:absolute;left:0;bottom:0;width:100%;background:linear-gradient(180deg, rgba(2, 2, 2, 0) 0%, #465006 100%);border-radius:20px;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}@media(max-width: 1024px){.about_features .container .about_features-container .about_feature .about_feature-container .about_feature-content{padding:1.5rem}}.about_features .container .about_features-container .about_feature .about_feature-container .about_feature-content .icon{width:40px;height:40px;object-fit:cover}.about_features .container .about_features-container .about_feature .about_feature-container .about_feature-content .about_feature-title{font-size:2.25rem;line-height:2.75rem;letter-spacing:-0.02em;font-weight:500;line-height:38px;color:var(--feature-text)}@media(max-width: 1024px){.about_features .container .about_features-container .about_feature .about_feature-container .about_feature-content .about_feature-title{font-size:1.5rem;line-height:2rem;letter-spacing:normal;font-weight:500}}.about_features .container .about_features-container .about_feature .about_feature-container .about_feature-description{font-size:1.875rem;line-height:2.375rem;letter-spacing:normal;font-weight:400;color:var(--feature-text);padding:3.563rem 1.25rem;flex-direction:column;justify-content:flex-start;text-align:left;position:absolute;left:0;bottom:0;width:100%;height:100%;border-radius:20px;background:linear-gradient(180deg, rgba(2, 2, 2, 0) 0%, #465006 100%);transition:transform .4s ease-in-out,opacity .3s ease-in-out;transform:translateY(100%);opacity:0}@media(max-width: 1024px){.about_features .container .about_features-container .about_feature .about_feature-container .about_feature-description{font-size:1.25rem;line-height:1.875rem;letter-spacing:normal;font-weight:700;padding:1.875rem 1rem}}.about_features .container .about_features-container .about_feature:nth-child(3) .about_feature-container .about_feature-content{opacity:0;visibility:hidden}.about_features .container .about_features-container .about_feature:nth-child(3) .about_feature-container .about_feature-description{transform:translateY(0);opacity:1}.courses{display:flex;padding:3.75rem 0rem;flex-direction:column;align-items:center;gap:.625rem;align-self:stretch;background:var(--color-bg, #f0f0f8)}@media(max-width: 1024px){.courses{padding:3rem 1rem}}.courses .courses-container{display:flex;padding:2.5rem .625rem;justify-content:center;align-items:flex-start;align-content:flex-start;gap:1.5rem;flex-wrap:wrap}@media(max-width: 1024px){.courses .courses-container{padding:2.5rem 0;flex-direction:column}}.courses .courses-container .course{display:flex;padding:1.5rem;flex-direction:column;align-items:flex-start;gap:.75rem;flex-shrink:0;cursor:pointer;border-radius:.625rem;background:#fff;box-shadow:0px 0px 2px 0px rgba(204,204,204,.4);transition:box-shadow .3s ease-in-out;flex:32%;align-self:stretch;text-align:center}.courses .courses-container .course:hover{box-shadow:0 0 20px rgba(0,0,0,.3)}@media(max-width: 1024px){.courses .courses-container .course{flex:auto}}.courses .courses-container .course p{color:#667085}.courses .courses-container .course .course-container{display:flex;flex-direction:column;align-items:center;gap:1rem;align-self:stretch}.courses .courses-container .course .course-container .icon-container{width:73px;height:73px;border-radius:50%;overflow:hidden;border:8px solid #f5fbff;background:#e0eaff;display:flex;justify-content:center;align-items:center}.courses .courses-container .course .course-container .icon-container .icon{object-fit:cover}.client_l-courses{display:flex;padding:4rem 0;flex-direction:column;align-items:center;gap:.625rem;align-self:stretch;background:var(--course-bg-container)}@media(max-width: 1024px){.client_l-courses{padding:3rem 1rem}}.client_l-courses .section-subtitle{color:var(--color-section-subtitle);font-size:1.125rem;line-height:1.75rem;letter-spacing:normal;font-weight:500}.client_l-courses .courses-container{display:flex;padding:4rem .625rem;justify-content:center;align-items:flex-start;align-content:flex-start;gap:1.25rem;flex-wrap:wrap}@media(max-width: 1024px){.client_l-courses .courses-container{padding:2.5rem 0;flex-direction:column}}.client_l-courses .courses-container .course{display:flex;padding:1.25rem;align-items:flex-start;gap:1rem;flex-shrink:0;cursor:pointer;border-radius:var(--border-radius);background:var(--course-bg);box-shadow:0px 0px 2px 0px rgba(204,204,204,.4);transition:box-shadow .3s ease-in-out;align-self:stretch}.client_l-courses .courses-container .course.apply-border{border:2px solid var(--color-primary)}.client_l-courses .courses-container .course:hover{box-shadow:0 0 20px rgba(0,0,0,.3)}@media(max-width: 1024px){.client_l-courses .courses-container .course{flex:auto}}.client_l-courses .courses-container .course .course-container{display:flex;flex-direction:column;gap:1rem;align-self:stretch}.client_l-courses .courses-container .course .course-container .image-container{height:auto;border-radius:12px;overflow:hidden}.client_l-courses .courses-container .course .course-container .image-container .image{width:100%;object-fit:cover}.client_l-courses .courses-container .course .course-content .course-title{font-size:1.5rem;line-height:2rem;letter-spacing:normal;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:64px;color:var(--course-title)}.client_l-courses .courses-container .course .course-content p{color:var(--course-text)}.client_l-courses .courses-container .course.course-horizontal .course-container{width:40%}.client_l-courses .courses-container .course.course-horizontal .course-content{width:60%}.about-listing-wrapper{padding-top:100px;padding-bottom:100px;background:var(--about-listing-bg-container)}.about-listing-wrapper .contents-wrapper{display:flex;flex-direction:column;gap:2.5rem;padding-left:2rem;padding-right:2rem}@media(max-width: 1024px){.about-listing-wrapper .contents-wrapper{padding-left:1rem;padding-right:1rem}}.about-listing-wrapper .contents-wrapper .header-content{text-align:center}.about-listing-wrapper .contents-wrapper .header-content h4{color:var(--color-section-subtitle);font-size:1.25rem;line-height:1.875rem;letter-spacing:normal;font-weight:inherit}.about-listing-wrapper .contents-wrapper .header-content h4::before{content:" ";position:absolute;height:3px;width:20px;left:-25px;top:50%;background:var(--color-primary)}.about-listing-wrapper .contents-wrapper .listing-contents{display:flex;align-items:center;flex-direction:row;gap:80px}@media(max-width: 1024px){.about-listing-wrapper .contents-wrapper .listing-contents{flex-direction:column}}.about-listing-wrapper .contents-wrapper .listing-contents .listing-content-container{display:flex;flex-direction:column;gap:2rem;flex:1}.about-listing-wrapper .contents-wrapper .listing-contents .listing-content-container .listing{display:flex;gap:1.125rem}.about-listing-wrapper .contents-wrapper .listing-contents .listing-content-container .listing.listing-horizontal{flex-direction:row}.about-listing-wrapper .contents-wrapper .listing-contents .listing-content-container .listing .listing-title{color:var(--about-listing-title);font-size:1.5rem;line-height:2rem;letter-spacing:normal;font-weight:700}.about-listing-wrapper .contents-wrapper .listing-contents .listing-content-container .listing p{color:var(--about-listing-text);font-size:1.25rem;line-height:1.875rem;letter-spacing:normal;font-weight:400}.about-listing-wrapper .contents-wrapper .listing-contents .image-container{width:100%;flex:1}.about-listing-wrapper .contents-wrapper .listing-contents .image-container img{width:100%}.about-company-wrapper{position:relative}.about-company-wrapper .img-top-left,.about-company-wrapper .img-top-right,.about-company-wrapper .img-bottom-right{position:absolute;overflow:hidden}.about-company-wrapper .img-top-left{top:2%;left:-40px;animation:rotateFull 10s linear 0s infinite forwards}.about-company-wrapper .img-top-right{top:0;right:-40px;animation:scale 10s linear 0s infinite forwards}.about-company-wrapper .img-bottom-right{bottom:0;right:0px;animation:scale 10s linear 0s infinite forwards}.about-company-wrapper .img-bottom-right{bottom:0;right:0px}.about-company-wrapper .contents-wrapper{padding:5rem 0}@media(max-width: 1024px){.about-company-wrapper .contents-wrapper{padding:4rem 0}}.about-company-wrapper .contents-wrapper .header-content{text-align:center}.about-company-wrapper .contents-wrapper .header-content h3{font-size:3rem;line-height:3.75rem;letter-spacing:-0.02em;font-weight:700;color:var(--color-container-title);padding-top:20px;padding-left:16px;padding-right:16px}@media(max-width: 1024px){.about-company-wrapper .contents-wrapper .header-content h3{font-size:2.25rem;line-height:2.75rem;letter-spacing:-0.02em;font-weight:700}}.about-company-wrapper .contents-wrapper .header-content h4{color:var(--color-about-company-sub-title);display:inline;line-height:28px;font-size:1.125rem;line-height:1.75rem;letter-spacing:normal;font-weight:600}@media(max-width: 1024px){.about-company-wrapper .contents-wrapper .header-content h4{font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:600}}.about-company-wrapper .contents-wrapper .text_left{flex-direction:row}@media(max-width: 1024px){.about-company-wrapper .contents-wrapper .text_left{flex-direction:column-reverse}}.about-company-wrapper .contents-wrapper .text_right{flex-direction:row-reverse}@media(max-width: 1024px){.about-company-wrapper .contents-wrapper .text_right{flex-direction:column-reverse}}.about-company-wrapper .contents-wrapper .company-contents{display:flex;align-items:center;gap:3rem;padding-top:4rem;padding-left:2rem;padding-right:2rem;justify-content:space-between}@media(max-width: 1024px){.about-company-wrapper .contents-wrapper .company-contents{justify-content:center}}.about-company-wrapper .contents-wrapper .company-contents .contents{flex-basis:50%;color:var(--text-text)}.about-company-wrapper .contents-wrapper .company-contents .contents .content-title{padding-bottom:42px}.about-company-wrapper .contents-wrapper .company-contents .contents .random-icon-list-group{display:flex;flex-direction:column;gap:4rem}.about-company-wrapper .contents-wrapper .company-contents .contents .random-icon-list-group .list-item{display:flex;flex-direction:column;gap:2rem;opacity:0;animation:fadeInUp100 2s ease .3s forwards}.about-company-wrapper .contents-wrapper .company-contents .contents .random-icon-list-group .list-item .list-header{display:flex;gap:1.5rem;align-items:center}.about-company-wrapper .contents-wrapper .company-contents .contents .random-icon-list-group .list-item .list-header .title{color:var(--color-primary);font-size:1.875rem;line-height:2.375rem;letter-spacing:normal;font-weight:700}.about-company-wrapper .contents-wrapper .company-contents .contents .random-icon-list-group .list-item .list-content p{font-size:1.25rem;line-height:1.875rem;letter-spacing:normal;font-weight:400}.about-company-wrapper .contents-wrapper .company-contents .contents .same-icon-list-group{display:flex;flex-direction:column;gap:1.5rem}.about-company-wrapper .contents-wrapper .company-contents .contents .same-icon-list-group .list-item{display:flex;flex-direction:column;gap:12px;opacity:0;animation:fadeInUp100 2s ease .3s forwards}.about-company-wrapper .contents-wrapper .company-contents .contents .same-icon-list-group .list-item .list-header{display:flex;gap:1.125rem;align-items:center}.about-company-wrapper .contents-wrapper .company-contents .contents .same-icon-list-group .list-item .list-header .title{color:var(--color-primary);font-size:1.5rem;line-height:2rem;letter-spacing:normal;font-weight:700}.about-company-wrapper .contents-wrapper .company-contents .contents .same-icon-list-group .list-item .list-content p{font-size:1.25rem;line-height:1.875rem;letter-spacing:normal;font-weight:400}.about-company-wrapper .contents-wrapper .company-contents .contents .button{align-self:flex-start;display:flex;align-items:center;border:1px solid var(--color-primary);padding:16px 28px;font-size:1.25rem;line-height:1.875rem;letter-spacing:normal;font-weight:700;background:var(--color-white) !important;color:var(--color-primary);width:fit-content;margin-top:1rem;border-radius:8px;position:absolute;right:10%;bottom:10%}.about-company-wrapper .contents-wrapper .company-contents .contents p,.about-company-wrapper .contents-wrapper .company-contents .contents li{font-size:1.125rem;line-height:1.75rem;letter-spacing:normal;font-weight:400}.about-company-wrapper .contents-wrapper .company-contents .contents li{font-size:1.125rem;line-height:1.75rem;letter-spacing:normal;font-weight:400}.about-company-wrapper .contents-wrapper .company-contents .image{flex-basis:50%;text-align:center;position:relative;z-index:-1}.about-company-wrapper .contents-wrapper .company-contents .image .main-img{width:100%}.about-company-wrapper .contents-wrapper .company-contents .image .img-on-content{position:absolute;top:0;right:0;z-index:1;animation:rotateFull 5s linear 0s infinite forwards}@media(max-width: 1024px){.about-company-in-home-page .text_left{flex-direction:column !important}}@media(max-width: 1024px){.about-company-in-home-page .button{left:5%;bottom:0% !important}}.about-company-in-home-page .img-top-left{animation:scale 10s linear 0s infinite forwards !important}.about-company-in-home-page .img-top-right{animation:none !important;transform:scale(60%);top:8%}@media(max-width: 1024px){.about-company-in-home-page .img-top-right{animation:none !important;transform:scale(60%);top:3%}}.about-company-in-home-page .img-bottom-right{right:8%;bottom:-5%}@media(max-width: 1024px){.about-company-in-home-page .img-bottom-right{display:none}}@media(max-width: 1024px){.about-company-in-home-page .image .img-on-content{top:97% !important;right:-9% !important}}.about-company-in-home-page .image .main-img{width:60% !important}@media(max-width: 1024px){.about-company-in-home-page .image .main-img{position:static;width:100% !important}}.about-company-in-home-page .image .overlay-image{position:absolute;top:30%;right:-35%;z-index:1;transform:translateY(-50%);animation:movementUpDown 10s linear 0s infinite forwards}@media(max-width: 1024px){.about-company-in-home-page .image .overlay-image{position:static;bottom:0%;right:0%;width:100%;animation:none;transform:translateY(0%)}}.about-company-in-about-page-text-right .img-top-left{animation:scale 5s linear 0s infinite forwards !important;left:3%}@media(max-width: 1024px){.about-company-in-about-page-text-left .img-top-left{display:none !important}}.about-company-in-about-page-text-left .img-bottom-right{bottom:-5% !important;right:-5% !important}.about-company-in-about-page-text-left .img-on-content{top:6% !important;right:9% !important;animation:scale 3s linear 0s infinite forwards !important}.dyn-about-company{background:var(--color-white);padding:3rem 0;overflow:hidden}.dyn-about-company .container{display:flex;justify-content:flex-start;align-items:stretch;gap:2rem}@media(max-width: 1024px){.dyn-about-company .container{flex-wrap:wrap}}.dyn-about-company .dyn-about-company-text-block{flex:0 1;flex-basis:45%;display:flex;flex-direction:column;gap:1.5rem;align-items:start;justify-content:space-between}@media(max-width: 1024px){.dyn-about-company .dyn-about-company-text-block{flex-basis:100%}}.dyn-about-company .dyn-about-company-text-block .dyn-about-company-text-block-content{display:flex;gap:1.5rem;flex-direction:column}.dyn-about-company .dyn-about-company-text-block .dyn-about-company-text-block-content .block-title{font-size:2rem;font-weight:bold;font-family:"Barlow";font-size:3rem;line-height:3.75rem;letter-spacing:-0.02em;font-weight:500}.dyn-about-company .dyn-about-company-text-block .dyn-about-company-text-block-content .dyn-about-text-slides .slide-text{display:none;animation:fadeInRight 1s ease-in-out forwards}.dyn-about-company .dyn-about-company-text-block .dyn-about-company-text-block-content .dyn-about-text-slides .slide-text.active{display:block;animation:fadeInRight 1s ease-in-out forwards}.dyn-about-company .dyn-about-company-text-block .dyn-about-company-text-block-content .dyn-about-text-slides .slide-text .slide-title{font-size:1.125rem;line-height:1.75rem;letter-spacing:normal;font-weight:400}.dyn-about-company .dyn-about-company-text-block .dyn-about-company-text-block-content .dyn-about-text-slides .slide-text .slide-description{font-size:1.125rem;line-height:1.75rem;letter-spacing:normal;font-weight:400;color:#666}.dyn-about-company .dyn-about-company-text-block .dyn-about-company-text-block-nav-area{width:100%;height:100%;display:flex;justify-content:space-between;flex-direction:column}.dyn-about-company .dyn-about-company-text-block .dyn-about-company-text-block-nav-area .dyn-about-company-navigation{display:flex;gap:1rem;margin-top:1rem}.dyn-about-company .dyn-about-company-text-block .dyn-about-company-text-block-nav-area .dyn-about-company-navigation .dyn-about-company-btn{width:40px;height:40px;border-radius:50%;background:var(--color-white);display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;border:1px solid #e3ff33}.dyn-about-company .dyn-about-company-text-block .dyn-about-company-text-block-nav-area .dyn-about-company-navigation .dyn-about-company-btn:hover{background:#e3ff33}.dyn-about-company .dyn-about-company-text-block .dyn-about-company-text-block-nav-area .dyn-about-company-nav-progress{display:flex}@media(max-width: 1024px){.dyn-about-company .dyn-about-company-text-block .dyn-about-company-text-block-nav-area .dyn-about-company-nav-progress{display:none}}.dyn-about-company .dyn-about-company-text-block .dyn-about-company-text-block-nav-area .dyn-about-company-nav-progress hr{display:block;border:0;border-top:1px solid #e3e3e3;margin:0;padding:0;height:1px;width:100%;animation:fadeIn 1s ease-in-out forwards;transition:all 1s ease-in-out}.dyn-about-company .dyn-about-company-text-block .dyn-about-company-text-block-nav-area .dyn-about-company-nav-progress hr.active{animation:fadeIn 1s ease-in-out forwards;border-color:#000}.dyn-about-company .dyn-about-img-section-wrapper{width:100%}@media(max-width: 1024px){.dyn-about-company .dyn-about-img-section-wrapper{height:auto !important}}.dyn-about-company .dyn-about-img-section-wrapper .dyn-about-company-img-block{flex:1;display:grid;grid-template-columns:2fr 1fr;grid-template-rows:20% auto;gap:1.5rem;position:absolute;right:-5.2vw;width:68%}@media(max-width: 1024px){.dyn-about-company .dyn-about-img-section-wrapper .dyn-about-company-img-block{position:relative;right:unset;width:100%;display:flex;flex-direction:column}}@media(min-width: 1600px){.dyn-about-company .dyn-about-img-section-wrapper .dyn-about-company-img-block{width:65%}}@media(min-width: 1920px){.dyn-about-company .dyn-about-img-section-wrapper .dyn-about-company-img-block{width:64%}}@media(min-width: 2500px){.dyn-about-company .dyn-about-img-section-wrapper .dyn-about-company-img-block{width:63%}}@media(min-width: 2800px){.dyn-about-company .dyn-about-img-section-wrapper .dyn-about-company-img-block{width:62%}}@media(min-width: 3200px){.dyn-about-company .dyn-about-img-section-wrapper .dyn-about-company-img-block{width:61%}}@media(min-width: 3500px){.dyn-about-company .dyn-about-img-section-wrapper .dyn-about-company-img-block{width:60%}}.dyn-about-company .dyn-about-img-section-wrapper .dyn-about-company-img-block .slide-img-primary-section{position:relative;grid-row:span 2;overflow:hidden;border-radius:10px;height:638px}@media(max-width: 1024px){.dyn-about-company .dyn-about-img-section-wrapper .dyn-about-company-img-block .slide-img-primary-section{height:400px}}.dyn-about-company .dyn-about-img-section-wrapper .dyn-about-company-img-block .slide-img-primary-section .slide-primary-img-section{display:none;width:100%;height:100%;background-size:cover;background-position:center;animation:fadeInDownActual 1s ease-in-out forwards}.dyn-about-company .dyn-about-img-section-wrapper .dyn-about-company-img-block .slide-img-primary-section .slide-primary-img-section.active{display:block;animation:fadeInDownActual 1s ease-in-out forwards}.dyn-about-company .dyn-about-img-section-wrapper .dyn-about-company-img-block .slide-img-primary-section .slide-primary-img-section .slide-primary-img-title{position:absolute;bottom:10px;left:10px;background:rgba(0,0,0,.5);color:#fff;padding:5px 10px;border-radius:5px}.dyn-about-company .dyn-about-img-section-wrapper .dyn-about-company-img-block .dyn-about-company-rightdesc{background:#e3ff33;font-weight:bold;width:100%;gap:10px;border-radius:20px;padding:1.875rem 3rem;display:flex;justify-content:start;align-items:center}.dyn-about-company .dyn-about-img-section-wrapper .dyn-about-company-img-block .dyn-about-company-rightdesc .block-rightdesc{font-size:2.25rem;line-height:2.75rem;letter-spacing:-0.02em;font-weight:500;font-family:"Barlow"}.dyn-about-company .dyn-about-img-section-wrapper .dyn-about-company-img-block .slide-img-secondary-section{display:flex;gap:.5rem}.dyn-about-company .dyn-about-img-section-wrapper .dyn-about-company-img-block .slide-img-secondary-section .slide-secondary-img-section{display:none;width:100%;min-height:426px;height:auto;background-size:cover;background-position:center;border-radius:10px;animation:fadeInUp 1s ease-in-out forwards}.dyn-about-company .dyn-about-img-section-wrapper .dyn-about-company-img-block .slide-img-secondary-section .slide-secondary-img-section.active{animation:fadeInUp 1s ease-in-out forwards;display:block}.cheeseburger-menu{display:none}@media(max-width: 1024px){#mobile-menu-icon{display:block;background-image:url(../../images/menu.svg);background-repeat:no-repeat;background-position:right;height:21px;width:40px}.cheeseburger-menu{display:block;position:fixed;display:flex;height:auto;width:100%;padding:1rem 0 3.5rem;flex-direction:column;align-items:flex-start;gap:1rem;border-radius:var(--border-radius);top:84px;background:#2e2f30;box-shadow:0px 12px 16px -4px rgba(16,24,40,.08),0px 4px 6px -2px rgba(16,24,40,.03);transform:translateX(-100%);transition:ease-in .2s;z-index:3;display:flex}}@media(max-width: 1024px)and (max-width: 1024px){.cheeseburger-menu{border-radius:0}}@media(max-width: 1024px){.cheeseburger-menu.open{transform:translateX(0)}.cheeseburger-menu .cheeseburger-menu__close{display:flex;width:100%;justify-content:flex-end;height:40px;align-items:center}.cheeseburger-menu .cheeseburger-menu__close span{background-image:url(../../images/close.svg);background-repeat:no-repeat;background-size:38px;height:40px;width:40px}.cheeseburger-menu .cheeseburger-menu__menu{display:flex;flex-direction:column;align-items:center;gap:1rem;align-self:stretch}.cheeseburger-menu .cheeseburger-menu__menu .menu-item{width:100%;text-align:center;background:#54585b;padding:12px 16px}.cheeseburger-menu .cheeseburger-menu__menu .menu-item.active{background:rgba(0,0,0,0)}.cheeseburger-menu .cheeseburger-menu__menu .menu-item__link{color:var(--mobile-menu-text);font-size:1rem;font-weight:600;text-decoration:none;border-bottom:4px solid rgba(0,0,0,0)}.cheeseburger-menu .cheeseburger-menu__menu .menu-item__link:active{border-color:var(--color-primary)}.cheeseburger-menu .cheeseburger-menu__menu .btn{padding:0;font-size:var(--text-font-size);background:unset;color:var(--color-white);appearance:none;font-style:normal;font-weight:600;line-height:24px;display:unset;border-radius:30px}.cheeseburger-menu .cheeseburger-menu__menu .btn.signup{background:var(--mobile-menu-bg-signup-button);color:var(--mobile-menu-color-signup-button)}.overlay{display:none;position:fixed;inset:0;background-color:rgba(0,0,0,.59);z-index:1}}#cheeseburger-menu .cheeseburger-menu__menu:last-child .button:not(.login,.signup){background:var(--color-white);color:var(--color-primary);font-weight:600;border-radius:var(--border-radius)}.promo-text-image{padding:2.5rem 0;background:#fefefe}@media(max-width: 1024px){.promo-text-image{padding:1.5rem}}.promo-text-image .promo-ti-container{display:flex;justify-content:center;align-items:flex-start;gap:.625rem}@media(max-width: 1024px){.promo-text-image .promo-ti-container{flex-direction:column;padding:0}}.promo-text-image .promo-ti-container .promo-ti-text{display:flex;padding:2rem 0rem 5rem 0;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.5rem}@media(max-width: 1024px){.promo-text-image .promo-ti-container .promo-ti-text{padding:0}}.promo-text-image .promo-ti-container .promo-ti-text div{width:85%}@media(max-width: 1024px){.promo-text-image .promo-ti-container .promo-ti-text div{width:auto}}.promo-text-image .promo-ti-container .promo-ti-image{max-width:670px;flex:1 0 49%;align-self:stretch;position:relative}@media(max-width: 1024px){.promo-text-image .promo-ti-container .promo-ti-image{flex:unset}}.promo-text-image .promo-ti-container .promo-ti-image .clients{display:flex;padding:1.5rem;align-items:center;gap:.75rem;position:absolute;left:-9.5625rem;bottom:1.5rem;border-radius:var(--border-radius);background:#fff;box-shadow:0px 0px 2px 0px rgba(204,204,204,.4)}.promo-text-image .promo-ti-container .promo-ti-image .popularity{display:flex;padding:2.1875rem 1.5625rem;flex-direction:column;align-items:center;gap:.625rem;position:absolute;left:-6.5625rem;bottom:6.8rem;border-radius:var(--border-radius);background:#fff;box-shadow:0px 0px 2px 0px rgba(204,204,204,.4)}.promo-text-image .promo-ti-container .promo-ti-image .popularity .popularity-bar{position:relative}.promo-text-image .promo-ti-container .promo-ti-image .popularity .popularity-bar .popularity-container{position:absolute;bottom:.5rem;left:50%;transform:translateX(-50%)}@media(max-width: 1024px){.promo-text-image .promo-ti-container .promo-ti-image .clients,.promo-text-image .promo-ti-container .promo-ti-image .popularity{display:none}}.promo-text-image .promo-ti-container .promo-ti-image img:not(.vector){width:100%}.text-right{align-self:stretch;padding:80px 0;background:var(--text-bg)}@media(max-width: 1024px){.text-right{padding:64px 0 !important}}.text-right .text-right-container{display:flex;justify-content:space-between;align-items:center;gap:6rem}@media(max-width: 1024px){.text-right .text-right-container{flex-direction:column-reverse}}.text-right .text-right-container .text-right-image{max-width:614px;flex:1 0 49%;align-self:stretch}@media(max-width: 1024px){.text-right .text-right-container .text-right-image{flex:unset}}.text-right .text-right-container .text-right-image img{width:100%}.text-right .text-right-container .text-right-text{display:flex;flex-direction:column;justify-content:center;align-items:start;gap:.625rem}@media(max-width: 1024px){.text-right .text-right-container .text-right-text{padding:0px;text-align:start}}.text-right .text-right-container .text-right-text .sub-title{position:relative}.text-right .text-right-container .text-right-text .sub-title h4{margin-left:38px;font-size:1.125rem;line-height:1.75rem;letter-spacing:normal;font-weight:600}.text-right .text-right-container .text-right-text .sub-title h4::before{content:" ";position:absolute;height:3px;width:20px;left:0;top:45%;background:var(--color-section-subtitle);border-radius:var(--border-radius)}.text-right .text-right-container .text-right-text .block-title{display:flex;flex-direction:column;align-items:flex-start;gap:.625rem;align-self:stretch;color:var(--text-text);font-size:3rem;line-height:3.75rem;letter-spacing:-0.02em;font-weight:700}@media(max-width: 1024px){.text-right .text-right-container .text-right-text .block-title{font-size:2.25rem;line-height:2.75rem;letter-spacing:-0.02em;font-weight:700}}.text-right .text-right-container .text-right-text p,.text-right .text-right-container .text-right-text li{font-size:1.125rem;line-height:1.75rem;letter-spacing:normal;font-weight:400;color:var(--text-text)}.text-right .text-right-container .text-right-text .button{background:var(--color-primary);color:var(--color-white)}.text-left{padding:80px 0;background:var(--text-bg-container)}@media(max-width: 1024px){.text-left{padding:64px 0 !important}}.text-left.paragraph .text-left-container{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:1.5rem;color:var(--text-text)}@media(max-width: 1024px){.text-left.paragraph .text-left-container{flex-direction:column-reverse;gap:2.5rem}}.text-left.paragraph .text-left-container h4 span{color:var(--color-section-subtitle);font-size:1.125rem;line-height:1.75rem;letter-spacing:normal;font-weight:600}@media(max-width: 1024px){.text-left.paragraph .text-left-container h4 span{font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:600}}@media(max-width: 1024px){.text-left.paragraph .text-left-container .paragraph-text{text-align:center}}.text-left.paragraph .text-left-container .paragraph-image{max-width:unset;flex:1.6;align-self:stretch}@media(max-width: 1024px){.text-left.paragraph .text-left-container .paragraph-image{height:auto;display:flex;justify-content:center;width:100%}}.text-left.paragraph .text-left-container .text-left-text{display:flex;flex:1;flex-direction:column;justify-content:center;align-items:start;gap:1.875rem}@media(max-width: 1024px){.text-left.paragraph .text-left-container .text-left-text{padding:0px;text-align:start;gap:1.255rem}}.text-left.paragraph .text-left-container .text-left-text .sub-title{position:relative}.text-left.paragraph .text-left-container .text-left-text .sub-title h4{margin-left:38px;font-size:1.125rem;line-height:1.75rem;letter-spacing:normal;font-weight:600}.text-left.paragraph .text-left-container .text-left-text .sub-title h4::before{content:"";position:absolute;height:3px;width:20px;left:0;top:45%;background:var(--color-section-subtitle);border-radius:var(--border-radius)}.text-left.paragraph .text-left-container .text-left-text h3{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;color:var(--text-text);font-size:3rem;line-height:3.75rem;letter-spacing:-0.02em;font-weight:500}@media(max-width: 1024px){.text-left.paragraph .text-left-container .text-left-text h3{font-size:1.875rem;line-height:2.375rem;letter-spacing:normal;font-weight:500}}.text-left.paragraph .text-left-container .text-left-text p,.text-left.paragraph .text-left-container .text-left-text li{font-size:1.125rem;line-height:1.75rem;letter-spacing:normal;font-weight:400;color:var(--color-text-light)}@media(max-width: 1024px){.text-left.paragraph .text-left-container .text-left-text p,.text-left.paragraph .text-left-container .text-left-text li{font-size:.875rem;line-height:1.25rem;letter-spacing:normal;font-weight:400}}.text-left.paragraph .text-left-container .text-left-text .button{margin-top:10px;background:var(--color-primary);color:#191919;padding:12px 32px;border-radius:44px;position:relative;font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:600}@media(max-width: 1024px){.text-left.paragraph .text-left-container .text-left-text .button{font-size:.875rem;line-height:1.25rem;letter-spacing:normal;font-weight:600;border-radius:22px}}.text-left.paragraph .text-left-container .text-left-text .button svg{position:absolute;top:0;right:-37px;background-color:#fbf9f1;border-radius:200px}@media(max-width: 1024px){.text-left.paragraph .text-left-container .text-left-text .button svg{border-radius:100px}}.contact-blocks{display:flex;padding:3rem 0rem;flex-direction:column;align-items:center;gap:.625rem;align-self:stretch}.contact-blocks .container{display:flex;align-items:flex-start;align-content:flex-start;gap:2rem;flex-wrap:wrap}@media(max-width: 1024px){.contact-blocks .container{flex-direction:column}}.contact-blocks .container .card{display:flex;flex:0 0 31%;padding:1.5rem;flex-direction:column;align-items:flex-start;gap:.75rem;flex-shrink:0}.contact-blocks .container .card .card__image{display:flex;align-items:center;gap:1rem;align-self:stretch}.contact-blocks .container .card .card__text{padding-left:60px}.form-block{display:flex;padding:3rem 0rem;flex-direction:column;align-items:center;gap:2.5rem;align-self:stretch;background:var(--color-bg)}.form-block.angled{background:none;display:unset}.form-block .block-title{color:var(--color-tertiary);text-align:center}.form-block .contact-form{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:1rem;max-width:840px;margin:2.5rem auto 3rem}@media(max-width: 1024px){.form-block .contact-form{flex-direction:column;padding:0 1rem}}#cookie-modal{position:fixed;z-index:99;width:100%;left:0;background-color:rgba(0,0,0,.831372549);color:#fff;padding:25px;transition:bottom .5s ease}#cookie-modal .content{display:flex;justify-content:space-between;align-items:center}#cookie-modal .content .cookie-title{font-size:1.5rem;line-height:2rem;letter-spacing:normal;font-weight:700}#cookie-modal .content .cookie-text a{color:#18cb18;text-decoration:none;font-weight:bold}@media(max-width: 1024px){#cookie-modal .content{display:flex;flex-direction:column;text-align:center;gap:10px}}#cookie-modal #cookie-button{background-color:#18cb18;padding:5px 10px;height:fit-content;cursor:pointer;white-space:nowrap}@keyframes slideUp{from{bottom:-360px}to{bottom:-1px}}@keyframes slideDown{from{bottom:-1px}to{bottom:-360px}}.hide-cookie{bottom:-1px;animation:slideDown 1s forwards;animation-delay:0s}.show-cookie{bottom:-360px;animation:slideUp 1s forwards;animation-delay:1s}.login{padding:80px 0}@media(max-width: 1024px){.login{padding:64px 0}}.form-login-wrapper{padding:44px;max-width:639px;margin:0 auto;background-color:var(--bg-body);border-radius:20px}@media(max-width: 1024px){.form-login-wrapper{padding:16px 1rem}}.form-login-wrapper input:-webkit-autofill,.form-login-wrapper input:-webkit-autofill:hover,.form-login-wrapper input:-webkit-autofill:focus,.form-login-wrapper input:-webkit-autofill:active{transition:background-color 500000s ease-in-out 0s,color 5000s ease-in-out 0s !important}.form-login-wrapper input:focus{outline:none;border-color:var(--color-primary);box-shadow:none}.form-login-wrapper .form-data.rememberme{margin-top:15px;text-align:left;width:50%}@media(max-width: 564px){.form-login-wrapper .form-data.rememberme{width:100%}}.form-login-wrapper .form-data.rememberme label{display:inline-block;color:var(--color-text-dark)}.form-login-wrapper input[type=checkbox]{width:auto;appearance:auto;display:inline-block}.form-login-wrapper #grav-login h1,.form-login-wrapper #grav-login h2,.form-login-wrapper #grav-login h3,.form-login-wrapper #grav-login h4{text-align:center;margin-bottom:20px;color:var(--color-text-dark)}.form-login-wrapper #grav-login>p{text-align:center;margin-bottom:38px;color:var(--color-text-dark)}.form-login-wrapper #grav-login .form-actions{text-align:center}.form-login-wrapper #grav-login .form-actions .button{display:inline-block;background:var(--color-white);background-image:none;--animate-duration: 1s;--animate-repeat: 1;--animate-delay: 0.5s;transition:all .2s ease-in-out;padding:14px 20px;border-radius:var(--border-radus);font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:inherit;color:var(--color-global-btn);font-weight:600}.form-login-wrapper #grav-login .form-actions .button:hover{transform:translateY(-0.15rem);box-shadow:0 .25rem .75rem rgba(30,34,40,.15)}.form-login-wrapper #grav-login .form-actions a{color:var(--color-primary) !important}.form-login-wrapper #grav-login .form-actions a:hover{box-shadow:none !important}.form-login-wrapper #grav-login .form-action-wrapper{text-align:center;display:flex;flex-direction:column-reverse;gap:2rem}.form-login-wrapper #grav-login .form-action-wrapper .primary{width:100%;background:var(--color-primary);color:var(--color-white)}.form-login-wrapper #grav-login .form-action-wrapper .secondary{max-width:300px;align-self:end;margin-top:-25px;background:none;color:var(--color-text-dark) !important;text-decoration:none;padding:0}@media(max-width: 564px){.form-login-wrapper #grav-login .form-action-wrapper .secondary{margin-top:10px}}.page-login .login{margin-top:-18rem}.prose.max-w-none.pt-12{background-color:var(--color-white)}.orders-table-wrapper{max-width:1330px;margin:0 auto;text-align:left;padding:80px 32px;background:var(--order-bg-container);display:flex;justify-content:center}@media(max-width: 1024px){.orders-table-wrapper{padding:64px 16px}}.orders-table-wrapper table{border-collapse:separate;overflow:hidden;border-radius:var(--border-radius);border:1px solid #eaecf0;box-shadow:0px 1px 3px 0px rgba(16,24,40,.1019607843),0px 1px 2px 0px rgba(16,24,40,.0588235294);width:98.5%}@media(max-width: 1024px){.orders-table-wrapper table{display:block;overflow-x:scroll}}.orders-table-wrapper table thead th{background-color:#f9fafb !important;color:var(--order-text);border-right:1px solid #eaecf0}.orders-table-wrapper table th,.orders-table-wrapper table td{padding:16px;color:var(--order-text)}.orders-table-wrapper table th:last-child,.orders-table-wrapper table td:last-child{border-right:unset}.orders-table-wrapper table tbody td{border-top:1px solid #eaecf0;border-right:1px solid #eaecf0}.orders-table-wrapper table td:nth-of-type(5){color:#027a48;display:list-item;list-style-position:inside}.orders-table-wrapper table td:last-child{text-align:center}.orders-table-wrapper table td a.btn{vertical-align:middle;text-decoration:none;background:var(--color-primary);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.orders-table-wrapper table td a.btn svg{stroke:#021b79;vertical-align:middle;margin-right:4px;margin-top:-1px}.btn__simple.my-orders{text-decoration:none;font-size:1.25rem;line-height:1.875rem;letter-spacing:normal;font-weight:inherit;color:var(--profile-text);display:block;text-align:center;width:calc(50% - 53px)}@media(max-width: 1024px){.btn__simple.my-orders{width:100%;display:inline-block}}@media(max-width: 564px){.btn__simple.my-orders{width:100%;display:block}}.btn__simple.my-orders svg{vertical-align:middle;margin-top:-4px}.profile-page .content-section{padding:2rem 0;background:var(--profile-bg)}@media(max-width: 1024px){.profile-page .content-section{padding:64px 1rem 2rem;padding-bottom:0 !important;text-align:center}}.profile-page .content-section a{padding:20px 40px;width:100%;background:var(--color-primary);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);border:1px solid var(--color-primary);border-radius:8px}.profile-page .content-section a svg{stroke:var(--color-primary)}.profile-page .main-container{position:relative;margin-top:-18rem}.content-section-profile{display:flex;justify-content:center;gap:2.625rem;align-self:stretch;background:var(--profile-bg);color:var(--profile-text);max-width:1270px;margin:0 auto;padding:0 1rem 5rem 1rem;align-items:center;flex-basis:45%}@media(max-width: 1024px){.content-section-profile{flex-direction:column;padding:0 1rem 64px;gap:2rem}}.content-section-profile .paragraph-column>.form-actions{margin-top:35px;justify-content:space-between;gap:2rem;flex-direction:row-reverse}@media(max-width: 564px){.content-section-profile .paragraph-column>.form-actions{flex-direction:column-reverse;gap:20px;text-align:center}}.content-section-profile .paragraph-column .form-field input,.content-section-profile .paragraph-column .form-field textarea{border:1px solid #98a2b3;border-radius:var(--border-radius)}@media(max-width: 1024px){.content-section-profile .paragraph-column{width:100%}}.content-section-profile .paragraph-column .form-field input:focus,.content-section-profile .paragraph-column .form-field textarea:focus{border-radius:var(--border-radius) !important}.content-section-profile .paragraph-column label.error{bottom:0}.content-section-profile .paragraph-column:first-child{color:var(--color-black);border-radius:8px;overflow:hidden;margin-bottom:0;background-color:var(--color-white);padding-left:2rem;padding-right:2rem;padding-top:2.1rem;padding-bottom:2.1rem}.content-section-profile .paragraph-column:first-child h2{display:none;color:rgba(0,0,0,0);margin-bottom:20px;font-size:3rem;line-height:3.75rem;letter-spacing:-0.02em;font-weight:600;letter-spacing:-0.96px}@media(max-width: 564px){.content-section-profile .paragraph-column:first-child h2{font-size:1.875rem;line-height:2.375rem;letter-spacing:normal;font-weight:500}}.content-section-profile .paragraph-column:last-child{color:var(--color-black);border-radius:8px;overflow:hidden;margin-bottom:0;box-shadow:0px 8px 8px -4px rgba(16,24,40,.031372549);box-shadow:0px 20px 24px -4px rgba(16,24,40,.0784313725);margin-top:1rem;background-color:var(--color-white)}.content-section-profile .paragraph-column:last-child h2{color:var(--color-white);background:var(--color-primary);margin-bottom:20px;padding:42px;font-size:3rem;line-height:3.75rem;letter-spacing:-0.02em;font-weight:600;letter-spacing:-0.96px}@media(max-width: 564px){.content-section-profile .paragraph-column:last-child h2{font-size:1.875rem;line-height:2.375rem;letter-spacing:normal;font-weight:500}}.content-section-profile .paragraph-column:last-child #user-subscription{padding-left:2rem;padding-right:2rem}.content-section-profile .paragraph-column:last-child .form-actions{padding-left:2rem;padding-right:2rem}.content-section-profile .paragraph-column:last-child .button{background:var(--color-tertiary);text-align:center;margin-bottom:4rem}@media(max-width: 564px){.content-section-profile .paragraph-column:last-child{padding:44px 16px}}@media all and (max-width: 490px){.content-section-profile{display:block}.content-section-profile .paragraph-column{width:100%;margin-bottom:45px}.content-section-profile .form-actions a{margin-bottom:10px}}.content-section-profile .button,.content-section-profile button{width:100%;display:inline-block;background:var(--color-primary);color:var(--color-black);padding:20px 40px;font-size:1.25rem;line-height:1.875rem;letter-spacing:normal;font-weight:500;text-align:center;border-radius:var(--border-radius)}@media(max-width: 1224px){.content-section-profile .button,.content-section-profile button{padding:20px 15px}}.content-section-profile form[name=user-profile] .form-field:nth-child(1),.content-section-profile form[name=user-profile] .form-field:nth-child(2){width:calc(50% - 1rem);display:inline-block}@media(max-width: 564px){.content-section-profile form[name=user-profile] .form-field:nth-child(1),.content-section-profile form[name=user-profile] .form-field:nth-child(2){width:100%}}.content-section-profile form[name=user-profile] .form-field:nth-child(2){float:right}.content-section-profile .form-field input,.content-section-profile .form-field textarea{border:1px solid #98a2b3;border-radius:var(--border-radius);box-shadow:0px 1px 2px 0px rgba(16,24,40,.05)}.content-section-profile .form-field .form-label{padding-bottom:.375rem}.page-change-password .content-section.change-password-form{margin-top:-15rem !important;border-radius:20px}.page-change-password .prose.max-w-none.pt-12{background-color:rgba(0,0,0,0)}.content-section.terms{background:var(--policy-bg-container);margin-top:-15rem;position:relative;z-index:99999999999999;border-radius:20px}@media(max-width: 1024px){.content-section.terms{padding-right:0 !important;padding-left:0 !important}}.content-section.terms .terms-area{display:none !important}.content-section.terms .terms-area.active{display:block !important}.content-section.terms .language-switcher{display:none}#unsubscribe{background-color:var(--unsubscribe-bg-container);display:flex;flex-direction:column;align-items:center}.unsubscribe-section{background:var(--unsubscribe-bg-container);padding-top:80px;position:relative}.unsubscribe-section .unsubscribe{box-shadow:0px 4px 4px 0px rgba(51,51,51,.04),0px 4px 16px 0px rgba(51,51,51,.08) !important;background:var(--unsubscribe-bg);border-radius:20px !important;margin-bottom:80px !important;padding:44px !important;position:absolute;max-width:840px;width:100%;left:calc(50% - 420px);top:-30%}@media(max-width: 564px){.unsubscribe-section .unsubscribe{margin-left:1rem !important;margin-right:1rem !important;padding-left:12px !important;padding-right:12px !important}}.unsubscribe-section .unsubscribe .unsubscribe-title{font-family:var(--secondary-font);font-size:2.25rem;line-height:2.75rem;letter-spacing:-0.02em;font-weight:600}.unsubscribe-section .unsubscribe #unsubscribe .form-input{border-radius:var(--border-radius);border:1px solid #bdbdbd;background:var(--color-white, #FFF) !important;box-shadow:0px 1px 2px 0px rgba(16,24,40,.05) !important}.unsubscribe-section .unsubscribe #unsubscribe .form-actions{width:100%}.unsubscribe-section .unsubscribe #unsubscribe .form-actions button{font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:600;box-shadow:0px 1px 2px 0px rgba(16,24,40,.05);width:100%;padding:14px 20px !important;background:var(--unsubscribe-btn-bg);color:var(--unsubscribe-btn-color);border-radius:var(--border-radius)}.notice{margin-bottom:0px !important;display:flex;padding:0px !important;gap:10px;border-radius:5px}.page-contact .no-hero-section{background-image:url(../../images/no-hero/no-hero-contact.png);background-position:center top;padding-bottom:300px;padding-top:217px}@media(max-width: 1024px){.page-contact .no-hero-section{padding-bottom:500px;padding-top:260px}}@media(max-width: 564px){.page-contact .no-hero-section{background-image:url(../../images/no-hero/no-hero-contact-bg-mobile.png) !important}}.page-contact .contact-section-wrapper{padding:150px 0 250px 0;position:relative}@media(max-width: 1024px){.page-contact .contact-section-wrapper{padding:400px 0 100px 0}}.page-contact .contact-section-wrapper .contact-inner-wrapper{display:flex;align-items:center;justify-content:center;position:absolute;top:calc(15% - 350px);width:100%;left:0;padding:0 16px}@media(max-width: 1024px){.page-contact .contact-section-wrapper .contact-inner-wrapper{top:calc(0% - 400px)}}.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner{display:flex;justify-content:space-between;background:var(--color-white);max-width:576px;border-radius:20px;border:1px solid #dadada;box-shadow:0px 2px 10px 0px rgba(92,92,92,.12);padding:42px 48px}@media(max-width: 1024px){.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner{padding:23px 28px}}.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section{display:flex;flex-direction:column;align-items:flex-start;gap:36px}.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section .text-content{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section .text-content h3{font-size:2.25rem;line-height:2.75rem;letter-spacing:-0.02em;font-weight:700;color:var(--color-text-dark)}@media(max-width: 1024px){.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section .text-content h3{font-size:1.875rem;line-height:2.375rem;letter-spacing:normal;font-weight:700}}.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section .text-content p{font-size:1.25rem;line-height:1.875rem;letter-spacing:normal;font-weight:400;color:var(--color-text-light)}@media(max-width: 564px){.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section .text-content p{font-size:12px;font-style:normal;font-weight:400;line-height:17.865px}}.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section form .form-field{margin-bottom:20px}@media(max-width: 1024px){.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section form .form-field{margin-bottom:15px}}.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section form .form-field .form-label{font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:600;margin-bottom:4px}.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section form input,.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section form textarea{padding:12px 16px;border:1px solid var(--color-text-light);background:var(--color-white, #FFF);box-shadow:0px 1px 2px 0px rgba(16,24,40,.05);margin:0;border-radius:0}.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section form input:focus,.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section form textarea:focus{outline:none;border-radius:0}.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section form textarea{display:flex;height:100px;flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:0;resize:vertical}.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section form .form-actions .button{font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:600;background:var(--color-primary);color:var(--color-text-dark);padding:20px 40px;border-radius:20px;height:60px}.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section .basic-captcha .form-input-wrapper{border-radius:0}.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section .basic-captcha .form-input{flex:auto;margin:0;margin-left:26px}.page-contact .contact-section-wrapper .join_our_team{overflow:hidden}.page-contact .contact-section-wrapper .join_our_team h1{font-size:120px;font-style:normal;font-weight:600;line-height:150%;color:var(--color-tertiary);width:500%;margin-left:-195px;overflow:hidden}@media(max-width: 564px){.page-contact .contact-section-wrapper .join_our_team h1{font-size:40px;font-style:normal;font-weight:700;line-height:150%}}.contact-details-section{background:url(../../images/contact_details_bg.png) #d3d3d3 0px -2.36px/133.333% 100.977% no-repeat;padding:80px 0}@media(max-width: 1024px){.contact-details-section{padding:60px 0}}.contact-details-section .contact-details-parent{display:flex;gap:70px;align-items:center}@media(max-width: 1024px){.contact-details-section .contact-details-parent{gap:40px;flex-direction:column;align-items:start}}.contact-details-section .contact-details-parent .contact-section-header{flex-basis:40%}@media(max-width: 1024px){.contact-details-section .contact-details-parent .contact-section-header{flex-basis:100%}}.contact-details-section .contact-details-parent .contact-section-header h3{font-size:46px;font-style:normal;font-weight:500;line-height:130%;text-align:left;font-family:var(--secondary-font)}@media(max-width: 564px){.contact-details-section .contact-details-parent .contact-section-header h3{font-size:28px;font-style:normal;font-weight:500;line-height:120%}}.contact-details-section .contact-details-parent .contact-section{flex-basis:60%;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:28px;align-self:stretch}@media(max-width: 1024px){.contact-details-section .contact-details-parent .contact-section{flex-basis:100%}}@media(max-width: 564px){.contact-details-section .contact-details-parent .contact-section{flex-direction:column;justify-content:center;align-items:flex-start;gap:24px}}.contact-details-section .contact-details-parent .contact-section .contact-section-item{flex:1}.contact-details-section .contact-details-parent .contact-section .contact-section-item .contact-section-item-border{background:var(--color-black);width:27px;height:3px}.contact-details-section .contact-details-parent .contact-section .contact-section-item label,.contact-details-section .contact-details-parent .contact-section .contact-section-item p{font-size:20px;font-style:normal;font-weight:500;display:block;line-height:32px}.contact-details-section .contact-details-parent .contact-section .contact-section-item .email-label,.contact-details-section .contact-details-parent .contact-section .contact-section-item .phone-lable{font-size:22px;font-weight:600;margin-bottom:25px;line-height:normal}.contact-details-section .contact-details-parent .contact-section .contact-section-item a{text-decoration:none;font-size:22px;font-weight:600;color:var(--color-black);margin-top:24px;margin-bottom:25px;display:block}.about-us-section{padding:10rem 7rem;display:flex;justify-content:center;align-items:center;gap:96px;align-self:stretch;margin:0 auto}.about-us-section .text-right-image{max-width:614px;flex:1 0 49%;align-self:stretch}@media(max-width: 1024px){.about-us-section .text-right-image{flex:unset}}.about-us-section .text-right-image img{width:100%}.about-us-section p{font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:inherit}.paragraph-column{width:50%}.about-image{display:flex;justify-content:center}.about-image img{width:80%;border-radius:var(--border-radius)}.about-text{flex:1 0 49%;display:flex;padding:4rem 2.5rem;flex-direction:column;justify-content:center;align-items:center;gap:.625rem}.about-text .block-title{display:flex;flex-direction:column;align-items:flex-start;gap:.625rem;align-self:stretch;color:var(--color-black)}@media(max-width: 1024px){.about-us-section{flex-direction:column}.about-us-section:nth-child(2){flex-direction:column-reverse}.paragraph__image{height:30rem;flex:unset}.paragraph__text{padding:3rem 1.5rem}.about-us-section{padding:3rem 2rem}.paragraph-container{flex-direction:column-reverse}.about-text{padding:1rem 0}.paragraph-image{height:12rem;margin:auto}}.page-dashboard .content-section{margin-top:6rem}.page-forgot .login-page-content{padding:80px 0}@media(max-width: 1024px){.page-forgot .login-page-content{padding:64px 32px}}.form-login-wrapper h1{font-size:1.5rem;line-height:2rem;letter-spacing:normal;font-weight:600}.change-password-form{max-width:600px;width:600px;padding:44px !important;margin:80px auto !important;background:var(--bg-body)}@media(max-width: 1024px){.change-password-form{width:auto;padding:44px 12px !important;margin:64px 16px !important}}.change-password-form label{display:none}.change-password-form input{border:1px solid #a6a6a6;border-radius:var(--border-radius)}.change-password-form .form-actions{text-align:center;width:100%}.change-password-form .form-actions button{display:block;width:100%;background:var(--change-password-btn-bg);color:var(--change-password-btn-color);border-radius:var(--border-radius);padding:14px 20px;font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:600}.content-section.cancel-membership{max-width:600px;padding:80px auto}form[name=contact-us]{width:100%}form[name=contact-us] .form-textarea-wrapper label.error{bottom:-30px}form[name=contact-us] .form-actions{margin-top:32px}form[name=contact-us] .form-actions .button{width:100%;font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:inherit}form[name=contact-us] .form-field:nth-child(2){float:right}form[name=contact-us] .form-field:nth-child(1),form[name=contact-us] .form-field:nth-child(2){width:calc(50% - 1rem);display:inline-block}@media(max-width: 1024px){form[name=contact-us] .form-field:nth-child(1),form[name=contact-us] .form-field:nth-child(2){width:100%;display:block}}.footer-main{display:flex;justify-content:center;align-items:center;flex-direction:column;align-self:stretch;margin:64px 0 0 0}@media(max-width: 1024px){.footer-main{margin:64px 0 0 0}}.footer-main .join_our_team{overflow:hidden;margin-bottom:2rem}.footer-main .join_our_team h1{font-size:120px;font-style:normal;font-weight:600;line-height:150%;color:var(--color-tertiary);width:500%;margin-left:-195px;overflow:hidden}@media(max-width: 1024px){.footer-main .join_our_team h1{font-size:2.25rem;line-height:2.75rem;letter-spacing:-0.02em;font-weight:700}}.footer-main .footer-wrapper{background-image:url(./../../images/footer-bg.png);background-size:cover;background-repeat:no-repeat;background-position:left;width:100%}.footer-main .footer-wrapper .footer-top-wrapper{padding:5rem 1rem;display:flex;align-items:center;justify-content:center}@media(max-width: 1024px){.footer-main .footer-wrapper .footer-top-wrapper{padding:2rem 1rem}}.footer-main .footer-wrapper .footer-top-wrapper .footer-top-area{text-align:center;display:flex;flex-direction:column}.footer-main .footer-wrapper .footer-top-wrapper .footer-top-area .title{color:var(--color-white);font-size:3rem;line-height:3.75rem;letter-spacing:-0.02em;font-weight:500;margin-bottom:16px;opacity:0;animation:fadeInUp30 1s ease .3s forwards}@media(max-width: 1024px){.footer-main .footer-wrapper .footer-top-wrapper .footer-top-area .title{font-size:2.25rem;line-height:2.75rem;letter-spacing:-0.02em;font-weight:500}}.footer-main .footer-wrapper .footer-top-wrapper .footer-top-area p{margin-bottom:40px;color:var(--color-white);font-size:1.125rem;line-height:1.75rem;letter-spacing:normal;font-weight:400}.footer-main .footer-wrapper .footer-top-wrapper .footer-top-area .actions-partial-global{margin:1.5rem 0}.footer-main .footer-wrapper .main-footer-wrapper{display:flex;flex-direction:column;align-items:center;gap:3rem;background:var(--panel-footer-bg);padding:64px 2rem 1.25rem;margin-top:-40px}.footer-main .footer-wrapper .main-footer-wrapper .logo-container{justify-content:start;align-items:start}.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content{display:flex;justify-content:space-between;align-items:flex-start;align-self:stretch;gap:10px}@media(max-width: 1024px){.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content{flex-direction:column;gap:1.5rem}}.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .logo-area{flex-basis:40%}@media(max-width: 1024px){.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .logo-area{order:4}}.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .logo-area .footer-logo{padding:0 !important;margin-bottom:24px}.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .logo-area .logo{max-width:180px;height:auto}.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .logo-area .service-branding-text{color:var(--color-white);margin-bottom:24px;font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:400}.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .logo-area .newsletter-subscribe-area{margin-bottom:12px}.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .logo-area .newsletter-subscribe-area .inputGroup{display:flex;align-items:center;gap:1rem}@media(max-width: 1024px){.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .logo-area .newsletter-subscribe-area .inputGroup{flex-direction:column}}.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .logo-area .newsletter-subscribe-area .inputGroup .formControl{flex-basis:60%}@media(max-width: 1024px){.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .logo-area .newsletter-subscribe-area .inputGroup .formControl{flex-basis:100%;width:100%}}.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .logo-area .newsletter-subscribe-area .inputGroup .formControl input{padding:12px 18px;border-radius:20px;border-color:var(--color-white);background:rgba(0,0,0,0);color:dimgray}.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .logo-area .newsletter-subscribe-area .inputGroup .actions{flex-basis:40%}@media(max-width: 1024px){.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .logo-area .newsletter-subscribe-area .inputGroup .actions{flex-basis:100%;width:100%}}.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .logo-area .newsletter-subscribe-area .inputGroup .actions .newsletter-btn{padding:16px 40px;border-radius:44px;background:var(--color-primary);color:var(--color-black);font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:600}@media(max-width: 1024px){.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .logo-area .newsletter-subscribe-area .inputGroup .actions .newsletter-btn{width:100%}}.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .logo-area .footer-logo-card{display:flex;justify-content:space-between;align-items:center;width:100%;gap:31px}.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .logo-area .footer-cards{display:flex;flex-direction:row;align-items:flex-start;gap:1rem}@media(max-width: 1024px){.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .logo-area .footer-cards{width:100%}}.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .logo-area .footer-cards img{width:60px}@media(max-width: 1024px){.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .logo-area .footer-cards img{width:45px}}.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-menu{display:flex;flex-direction:column;align-items:flex-start;gap:.4375rem;align-self:stretch;flex-basis:20%}@media(max-width: 1024px){.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-menu{display:flex;flex-direction:column !important;gap:10px;flex-wrap:wrap;white-space:nowrap}}.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-menu .title{font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:700;color:var(--color-white) !important}@media(max-width: 1024px){.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-menu .title{font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:700}}.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-menu .footer-menu-content .menu-item{display:flex;padding:6px 0;justify-content:flex-start;align-items:center;gap:.625rem}@media(max-width: 1024px){.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-menu .footer-link-menu-content{display:flex;flex-direction:row;gap:10px;flex-wrap:wrap;white-space:nowrap}}.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-menu .footer-link-menu-content .menu-item{display:flex;padding:6px 0;justify-content:flex-start;align-items:center;gap:.625rem}.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-menu p{font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:400;padding:6px 0}@media(max-width: 1024px){.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-menu p{font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:400}}.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-menu a{color:var(--color-white) !important;text-decoration:none;font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:400}.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-socials{flex-basis:20%;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}@media(max-width: 1024px){.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-socials{flex-direction:row;gap:10px;flex-wrap:wrap;white-space:nowrap}}@media(max-width: 1024px){.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-socials{flex-basis:100%}}.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-socials .title{font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:700;color:var(--color-white) !important}@media(max-width: 1024px){.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-socials .title{font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:700}}.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-socials .fb_box,.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-socials .instagram_box,.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-socials .twitter_box,.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-socials .linkedin_box,.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-socials .youtube_box{display:flex;gap:1rem;color:var(--color-white) !important}.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-socials .fb_box a,.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-socials .instagram_box a,.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-socials .twitter_box a,.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-socials .linkedin_box a,.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-socials .youtube_box a{text-decoration:none;font-size:1.125rem;line-height:1.75rem;letter-spacing:normal;font-weight:400;color:var(--color-white) !important}@media(max-width: 1024px){.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-socials .fb_box a,.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-socials .instagram_box a,.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-socials .twitter_box a,.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-socials .linkedin_box a,.footer-main .footer-wrapper .main-footer-wrapper .footer-link-content .footer-socials .youtube_box a{font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:400}}.footer-main .footer-wrapper .copyright{display:flex;justify-content:center;align-items:center;margin-bottom:32px}.footer-main .footer-wrapper .copyright .footer-bottom{display:flex;padding:1.25rem 2rem;justify-content:center;align-items:center;gap:.625rem;align-self:center;border-top:.5px solid #505050;width:100%;margin-left:1rem;margin-right:1rem}@media(max-width: 1024px){.footer-main .footer-wrapper .copyright .footer-bottom{margin-top:0}}.footer-main .footer-wrapper .copyright .footer-bottom p{color:var(--color-white);font-size:.875rem;line-height:1.25rem;letter-spacing:normal;font-weight:400;text-align:center}@media(max-width: 1024px){.footer-main .footer-wrapper .copyright .footer-bottom p{font-size:.75rem;line-height:1.125rem;letter-spacing:normal;font-weight:400}}.header{position:fixed;top:0;left:0;right:0;padding:1.125rem 0;z-index:10}@media(max-width: 1024px){.header{position:fixed;z-index:3;padding:0}.header .container{background-color:#2e2f30}}.header .header-wrapper{display:flex;justify-content:space-between;align-items:center;display:flex;background:var(--color-transparent);padding:21px 15px;border-radius:25px}@media(max-width: 1024px){.header .header-wrapper{padding:21px 0;border-radius:53px;background:unset}}.header .header-wrapper .logo{display:flex;align-items:center}.header .header-wrapper .logo a img{height:auto;max-width:200px;display:flex;align-items:center}.header .header-wrapper .menu{display:flex;align-items:center;gap:.5rem;margin-left:30px}@media(max-width: 1024px){.header .header-wrapper .menu{display:none}}.header .header-wrapper .menu .menu-item{display:flex;padding:.25rem 1.5rem;justify-content:center;align-items:center}@media(max-width: 1024px){.header .header-wrapper .menu .menu-item{padding:.25rem .5rem}}.header .header-wrapper .menu .menu-item .menu-item__link{font-family:var(--secondary-font);text-decoration:none;font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:600;color:var(--panel-header-text);transition:all .3s ease-in-out;white-space:nowrap}.header .header-wrapper .menu .menu-item .menu-item__link:hover{transform:translateY(-0.15rem)}.header .header-wrapper .menu .menu-item.active a{position:relative}.header .header-wrapper .menu .menu-item.active a::after{content:"";width:10px;height:10px;background:var(--panel-header-text-active);position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);border-radius:100%;z-index:10}.header .header-wrapper .header-buttons{display:flex;align-items:center;gap:1rem}@media(max-width: 1024px){.header .header-wrapper .header-buttons{gap:0px}}.header .header-wrapper .header-buttons .btn{border-radius:30px;border:1px solid var(--color-primary);transition:2s all;padding:10px 50px;white-space:nowrap;font-family:var(--secondary-font);font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:600}@media(max-width: 1024px){.header .header-wrapper .header-buttons .btn{display:none;padding:10px 30px}}.header .header-wrapper .header-buttons .active-btn{color:var(--header-login-btn-color);background:var(--header-login-btn-bg);order:2}.header .header-wrapper .header-buttons .active-btn:hover{background:var(--color-primary);color:var(--color-white)}.header .header-wrapper .header-buttons .signup{color:var(--header-signup-btn-color);background:var(--header-signup-btn-bg);order:3}.header .header-wrapper .header-buttons .signup:hover{background:var(--color-white);color:var(--clolor-secondary)}.header .header-wrapper .header-buttons .language-switcher{border-radius:43px;border:.5px solid var(--border-lang-switcher);padding:10px 15px;color:var(--color-lang-switcher);order:1;font-family:var(--secondary-font);font-size:.875rem;line-height:1.25rem;letter-spacing:normal;font-weight:400}@media(max-width: 1024px){.header .header-wrapper .header-buttons .language-switcher{order:0}}.header .header-wrapper .header-buttons .language-switcher svg path{fill:var(--color-lang-switcher)}.header .header-wrapper .header-buttons .language-switcher .lang-flag{width:27px;height:auto;border-radius:13px}.header .header-wrapper .header-buttons .cheeseburger-menu__close{display:none;width:100%;justify-content:flex-end;height:40px;width:40px;align-items:center}.header .header-wrapper .header-buttons .cheeseburger-menu__close span{background-image:url(../../images/close.svg);background-repeat:no-repeat;background-size:24px;background-position:right;height:24px;width:24px}@media only screen and (min-width: 1024px){#header .container{opacity:0;animation:fadeInRight .5s ease-in-out .1s forwards}#header .language-switcher:hover{border:solid 1px var(--color-secondary);animation:border .5s ease both}}.hero .hero-text .hero-title{opacity:0;animation:fadeIn 2s ease .3s forwards}.hero .hero-text p{opacity:0;animation:fadeInUp30 1s ease .4s forwards}.hero .hero-text .button{opacity:0;animation:fadeInUp30 1s ease 1s forwards}.animate-feature .about_features-header-section{opacity:0;animation:fadeInUp .2s ease-in .6s forwards}.animate-feature .about_feature{opacity:0;opacity:0;transform:scale(0.8);animation:fadeScaleIn .7s ease-in-out .5s forwards;animation-delay:calc(.5s + .2s*var(--card-index))}.animate-feature .about_feature:nth-child(1){--card-index: 1}.animate-feature .about_feature:nth-child(2){--card-index: 2}.animate-feature .about_feature:nth-child(3){--card-index: 3}.animate-feature .about_feature:nth-child(4){--card-index: 4}.animate-feature .about_feature:nth-child(5){--card-index: 5}.animate-feature .about_feature:nth-child(6){--card-index: 6}.animate-feature .about_feature .feature-icon{transition:transform .3s ease-in-out}.animate-feature .about_feature .feature-icon:hover{transform:scale(1.05)}.animate-text-left .text-left-text{opacity:0;transform:translateX(-10%);animation:slideInLeftNeutral .8s ease-out .2s forwards}.animate-text-left .paragraph-image{opacity:0;transform:translateX(10%);animation:slideInRightNeutral .8s ease-out .2s forwards}.animate-text-right .paragraph-image{opacity:0;transform:translateX(-10%);animation:slideInLeftNeutral .8s ease-out .2s forwards}.animate-text-right .text-right-text{opacity:0;transform:translateX(10%);animation:slideInRightNeutral .8s ease-out .2s forwards}.animate-about-listing .contents-wrapper .header-content h4{opacity:0;animation:fadeInUp .2s ease-in .1s forwards}.animate-about-listing .contents-wrapper .header-content h3{opacity:0;animation:fadeInUp .3s ease-in .3s forwards}.animate-about-listing .listing-content-container{opacity:0;transform:translateX(-10%);animation:slideInLeftNeutral .8s ease-out .4s forwards}.animate-about-listing .image-container{opacity:0;transform:translateX(10%);animation:slideInRightNeutral .8s ease-out .4s forwards}.animate-pricing .pricing{opacity:0;transform:scale(0.9);animation:fadeScale 1s ease-out forwards}.animate-pricing .pricing:nth-child(1){animation-delay:calc(.2s*1)}.animate-pricing .pricing:nth-child(2){animation-delay:calc(.2s*2)}.animate-pricing .pricing:nth-child(3){animation-delay:calc(.2s*3)}.animate-pricing .pricing:hover{transform:scale(1.05);transition:transform .3s ease-out}@keyframes fadeScale{to{opacity:1;transform:scale(1)}}.animate-courses h4{opacity:0;animation:fadeInUp .2s ease-in .1s forwards}.animate-courses h3{opacity:0;animation:fadeInUp .3s ease-in .3s forwards}.animate-courses .course{opacity:0;opacity:0;transform:scale(0.8);animation:fadeScaleIn .7s ease-in-out .4s forwards;animation-delay:calc(.4s + .2s*var(--card-index))}.animate-courses .course:nth-child(1){--card-index: 1}.animate-courses .course:nth-child(2){--card-index: 2}.animate-courses .course:nth-child(3){--card-index: 3}.animate-courses .course:nth-child(4){--card-index: 4}.animate-courses .course:nth-child(5){--card-index: 5}.animate-courses .course:nth-child(6){--card-index: 6}.animate-courses .course .feature-icon{transition:transform .3s ease-in-out}.animate-courses .course .feature-icon:hover{transform:scale(1.05)}body input[type=checkbox]+label::before{content:"";border-radius:50%;background-color:rgba(0,0,0,.1);position:absolute;box-sizing:border-box;bottom:7px;left:7.5px;transform:translate(-50%, -50%) scale(0);width:1.8px;height:1.8px}body input[type=checkbox]:focus+label::before,body input[type=checkbox]:checked+label::after{animation:ripple .6s ease-out}@keyframes ripple{0%{transform:scale(0, 0);opacity:1}20%{transform:scale(25, 25);opacity:1}100%{opacity:0;transform:scale(40, 40)}}.form-field{position:relative}.form-field input,.form-field textarea{position:relative;margin-bottom:20px}.form-field input input,.form-field input textarea,.form-field textarea input,.form-field textarea textarea{padding:12px 10px;font-size:16px}.form-field input label,.form-field textarea label{position:absolute;top:50%;left:10px;transform:translateY(-50%);transition:transform .2s ease,font-size .2s ease;font-size:16px;color:#999;pointer-events:none}.form-field input input:focus+label,.form-field input input:not(:placeholder-shown)+label,.form-field input textarea:focus+label,.form-field input textarea:not(:placeholder-shown)+label,.form-field textarea input:focus+label,.form-field textarea input:not(:placeholder-shown)+label,.form-field textarea textarea:focus+label,.form-field textarea textarea:not(:placeholder-shown)+label{transform:translateY(-10px);font-size:12px;color:#3498db}.form-field label{position:relative;margin-bottom:20px}.form-field label input,.form-field label textarea{padding:12px 10px;font-size:16px}.form-field label label{position:absolute;top:50%;left:10px;transform:translateY(-50%);transition:transform .2s ease,font-size .2s ease;font-size:16px;color:#999;pointer-events:none}.form-field label input:focus+label,.form-field label input:not(:placeholder-shown)+label,.form-field label textarea:focus+label,.form-field label textarea:not(:placeholder-shown)+label{transform:translateY(-10px);font-size:12px;color:#3498db}.animate-footer .footer-logo{opacity:0;animation:fadeIn .6s ease-in forwards}.animate-footer .footer-menu .title{opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:.4s}.animate-footer .footer-menu .menu-item:nth-child(1){opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:.6s}.animate-footer .footer-menu .menu-item:nth-child(2){opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:.8s}.animate-footer .footer-menu .menu-item:nth-child(3){opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:1s}.animate-footer .footer-menu .menu-item:nth-child(4){opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:1.2s}.animate-footer .footer-menu .menu-item:nth-child(5){opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:1.4s}.animate-footer .footer-menu .menu-item:nth-child(6){opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:1.6s}.animate-footer .footer-menu .menu-item:nth-child(7){opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:1.8s}.animate-footer .footer-contact .title{opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:1.8s}.animate-footer .footer-contact p:nth-child(1){opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:2s}.animate-footer .footer-contact p:nth-child(2){opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:2.2s}.animate-footer .footer-contact p:nth-child(3){opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:2.4s}.animate-footer .footer-contact p:nth-child(4){opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:2.6s}.animate-footer .footer-cards img:nth-child(1){opacity:0;animation:scaleUp .6s ease-in forwards;animation-delay:2.6s}.animate-footer .footer-cards img:nth-child(2){opacity:0;animation:scaleUp .6s ease-in forwards;animation-delay:3.4s}.animate-footer .footer-bottom p{opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:4.2s}.languages{opacity:1}.container{max-width:1280px;margin:0 auto;width:100%;padding-left:1rem;padding-right:1rem}.paragraph p{font-size:1rem;line-height:1.5rem;letter-spacing:normal;font-weight:inherit}.paragraph-column{width:50%}.paragraph-image{max-width:614px;flex:1 0 49%;align-self:stretch}.paragraph-image img{width:100%}.paragraph-image img:hover{transform:scale(1.02)}@media(max-width: 1024px){.paragraph-image img{width:100%}}.paragraph-text{flex:1 0 49%}.paragraph-text{display:flex;padding:4rem 0;flex-direction:column;justify-content:center;align-items:center;gap:.625rem}.paragraph-text .block-title{display:flex;flex-direction:column;align-items:flex-start;gap:.625rem;align-self:stretch;color:var(--color-black)}@media(max-width: 1024px){.paragraph{flex-direction:column}.paragraph:nth-child(2){flex-direction:column-reverse}.paragraph__image{height:30rem;flex:unset}.paragraph__text{padding:3rem 0}.paragraph{padding:1rem 0}.paragraph-container{flex-direction:column-reverse}.paragraph-text{padding:1rem 0}.paragraph-image{height:12rem}.error-page{padding:150px 1rem !important}}.content-section{display:block;align-self:stretch;max-width:1280px;margin:0 auto;padding:2.5rem 2rem;overflow-wrap:anywhere}@media(max-width: 1024px){.content-section{padding-left:1rem;padding-right:1rem}}.content-section .dashboard-content{width:100%;min-height:1022px;border:solid 1px rgba(128,128,128,.2509803922)}.theme-shadow{box-shadow:20px 20px 0px 0px var(--color-primary);border-radius:var(--border-radius)}@media(max-width: 1024px){.theme-shadow{box-shadow:10px 10px 0px 0px var(--color-primary);border-radius:var(--border-radius)}}.text-white{color:var(--color-white) !important}.text-dark{color:var(--color-black) !important}.text-primary{color:var(--color-primary) !important}.text-primary-light{color:var(--color-primary-light) !important}.text-secondary{color:var(--color-secondary) !important}.text-secondary-light{color:var(--color-secondary-light) !important}.text-grey{color:var(--color-grey) !important}.text-purple{color:var(--color-purple) !important}.text-tertiary{color:var(--color-tertiary) !important}.text-gradient{background:-webkit-linear-gradient(var(--color-primary), var(--color-secondary));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.text-gradient-secondary{background:-webkit-linear-gradient(var(--color-secondary), var(--color-primary));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.text-color-gold{color:gold !important}.text-mute-1{color:var(--color-mute-1) !important}.text-mute-2{color:var(--color-mute-2) !important}.text-mute-3{color:var(--color-mute-3) !important}.bg-color{background:var(--bg-body) !important}.bg-white{background:var(--color-white) !important}.bg-dark{background:var(--color-black) !important}.bg-primary{background:var(--color-primary) !important}.bg-primary-light{background:var(--color-primary-light)}.bg-secondary{background:var(--color-secondary) !important}.bg-secondary-light{background:var(--color-secondary-light) !important}.bg-grey{background:var(--color-grey) !important}.bg-purple{background:var(--color-purple) !important}.bg-tertiary{background:var(--color-tertiary) !important}.bg-transparent{background:rgba(0,0,0,0)}.bg-gradient{display:block;appearance:none;border:none;padding:.875rem 1.5625rem;border-radius:var(--border-radius);background:var(--gradient);transition:all .3s ease-in-out}.bg-gradient-secondary{display:block;appearance:none;border:none;padding:.875rem 1.5625rem;border-radius:var(--border-radius);background:var(--gradient-secondary);transition:all .3s ease-in-out}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.flex-row{flex-direction:row !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column{flex-direction:column !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-row-1{flex:100% !important}.flex-row-2{flex:49% !important}.flex-row-3{flex:32% !important}.flex-row-4{flex:23% !important}.flex-row-5{flex:19% !important}.flex-row-6{flex:16% !important}.dFlex{display:flex !important}body:not(.page-terms) ol:not(.breadcrumb),body:not(.page-terms) ul:not(.breadcrumb){margin-left:1rem}
