.testimonial-title, .home-academy-social-title { animation: section-title-fade-in 0.6s ease-out both; animation-timeline: view(); animation-range: entry 0% entry 50%; } @keyframes section-title-fade-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } } @supports not (animation-timeline: view()) { .testimonial-title, .home-academy-social-title { animation: section-title-fade-in-load 0.6s ease-out 0.2s both; } } @keyframes section-title-fade-in-load { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } } .home-why { display: flex; width: 100%; padding-top: 100px; flex-direction: column; align-items: stretch; gap: 60px; overflow-x: hidden; position: relative; } .home-why .blue-container { display: flex; max-width: 1320px; margin: 0 auto; align-items: flex-start; align-self: stretch; } .home-why .left-content-item { width: 100%; opacity: 0; transform: translateY(24px); transition: opacity 1.1s ease-out, transform 1.1s ease-out; transition-delay: 0s; } .home-why .blue-container.is-visible .left-content-item { opacity: 1; transform: translateY(0); transition-delay: 0s; } .home-why .title-home-why { opacity: 0; transform: translateY(20px); transition: opacity 1.1s ease-out, transform 1.1s ease-out; transition-delay: 0s; } .home-why .blue-container.is-visible .title-home-why { opacity: 1; transform: translateY(0); transition-delay: 1s; } .home-why .description-home-why { opacity: 0; transform: translateY(20px); transition: opacity 1.1s ease-out, transform 1.1s ease-out; transition-delay: 0s; } .home-why .blue-container.is-visible .description-home-why { opacity: 1; transform: translateY(0); transition-delay: 2s; } .home-why .left-content, .home-why .right-content { flex: 1 1 0; } .home-why .right-content { display: flex; padding-left: 60px; flex-direction: column; justify-content: center; align-items: flex-start; gap: 60px; flex: 1 1 0; align-self: stretch; } .home-why .right-content-item { width: 100%; } .home-why .img-home-why { width: 660px; max-width: 100%; height: 440px; aspect-ratio: 3/2; object-fit: cover; display: block; border-radius: 30px; border: 12px solid #BAE0FE; box-shadow: 1px 8px 17px 0 rgba(0, 84, 167, 0.16); } .home-why .right-content-item { display: flex; flex-direction: column; justify-content: center; height: 100%; gap: 24px; } .orange-title-home-why { color: #FF5703; } .home-why .title-home-why { color: #0079E2; font-family: Mitr; font-size: 40px; font-style: normal; font-weight: 500; line-height: 150%; text-transform: uppercase; margin-bottom: 0; } .home-why .title-home-why span { display: block; } .home-why .description-home-why { color: #4B9ADF; font-size: 20px; font-style: normal; font-weight: 400; line-height: 150%; margin-bottom: 0; } .home-why .button-content { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); } .home-why .img-button-home-why { width: 100%; height: 150px; aspect-ratio: 178/15; object-fit: cover; display: block; } @keyframes homeWhyFadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } .home-why-decor { position: absolute; z-index: -1; pointer-events: none; } .home-why-decor img { display: block; width: 100%; height: 100%; } .home-why-decor-1 { right: 33px; top: 64px; } .home-why-decor-2 { left: 0; bottom: 119px; width: 327px; height: 291px; } .home-why-decor-3 { right: 0; bottom: 105px; width: 282px; height: 165px; } @media (max-width: 1200px) { .home-why .blue-container { flex-direction: column; gap: 40px; align-items: center; } .home-why .right-content { padding-left: 0; } .home-why .description-home-why { text-align: center; } .home-why .title-home-why { text-align: center; } .home-why .right-content-item { align-items: center; } .home-why-decor { display: none; } } @media (max-width: 768px) { .home-why { padding: 0 16px; gap: 0; } .home-why .blue-container { flex-direction: column; gap: 40px; } .home-why .right-content { padding-left: 0; } .home-why .right-content-item { align-items: flex-start; } .home-why .title-home-why, .home-why .description-home-why { text-align: left; } .home-why .img-home-why { width: 358.5px; max-width: 100%; height: 239px; aspect-ratio: 3/2; object-fit: cover; } .home-why-decor { display: none; } } .home-coaching { display: flex; padding: 60px 0 80px 0; flex-direction: column; align-items: center; align-self: stretch; overflow-x: hidden; position: relative; } .home-coaching .blue-container { display: flex; max-width: 1320px; margin: 0 auto; align-items: center; align-self: stretch; } .home-coaching .left-content, .home-coaching .right-content { flex: 1 1 0; } .home-coaching .left-content { display: flex; padding-right: 60px; flex-direction: column; justify-content: center; align-items: flex-start; gap: 60px; flex: 1 0 0; align-self: stretch; } .home-coaching .right-content { display: flex; justify-content: center; align-items: flex-start; } .home-coaching .left-content-item, .home-coaching .right-content-item { width: 100%; } .home-coaching .title-home-coaching, .home-coaching .description-home-coaching, .home-coaching .right-content-item { opacity: 1; transform: translateY(0); transition: opacity 0.6s ease-out, transform 0.6s ease-out; } .home-coaching.scroll-reveal:not(.is-visible) .title-home-coaching, .home-coaching.scroll-reveal:not(.is-visible) .description-home-coaching, .home-coaching.scroll-reveal:not(.is-visible) .right-content-item { opacity: 0; transform: translateY(20px); transition-delay: 0s; } .home-coaching.is-visible .title-home-coaching { transition-delay: 0s; } .home-coaching.is-visible .description-home-coaching { transition-delay: 1s; } .home-coaching.is-visible .right-content-item { transition-delay: 1.4s; } .home-coaching.is-visible .title-home-coaching, .home-coaching.is-visible .description-home-coaching, .home-coaching.is-visible .right-content-item { opacity: 1; transform: translateY(0); } .home-coaching .left-content-item { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; align-self: stretch; } .home-coaching .title-home-coaching { color: #0079E2; font-family: Mitr, sans-serif; font-size: 40px; font-style: normal; font-weight: 500; line-height: 150%; text-transform: uppercase; margin: 0; } .home-coaching .orange-title-home-coaching { color: #FF5703; font-family: Mitr, sans-serif; font-size: 40px; font-style: normal; font-weight: 500; line-height: 150%; text-transform: uppercase; display: block; margin: 0; } .home-coaching .description-home-coaching { color: #4B9ADF; font-size: 20px; font-style: normal; font-weight: 400; line-height: 150%; margin: 0; } .home-coaching .img-home-coaching { width: 660px; height: 440px; aspect-ratio: 3/2; display: block; object-fit: cover; border-radius: 30px; border: 12px solid #BAE0FE; box-shadow: 1px 8px 17px 0 rgba(0, 84, 167, 0.16); } .home-coaching .button-content { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); } .home-coaching .img-coaching-bottom { width: 100%; height: 150px; aspect-ratio: 178/15; object-fit: cover; display: block; } .home-coaching-decor { position: absolute; z-index: -1; pointer-events: none; } .home-coaching-decor img { display: block; width: 100%; height: 100%; object-fit: contain; } .home-coaching-decor-1 { position: absolute; left: 1610px; top: 260px; width: 110px; height: 67.111px; } .home-coaching-decor-2 { width: 185px; height: 239px; position: absolute; left: 0; top: 60px; } .home-coaching-decor-3 { display: flex; height: 98px; align-items: center; position: absolute; left: 0; bottom: 52px; } @media (max-width: 1200px) { .home-coaching .blue-container { flex-direction: column; gap: 40px; align-items: center; } .home-coaching .left-content-item { align-items: center; } .home-coaching .left-content { padding-right: 0; order: 2; } .home-coaching .right-content { order: 1; } .home-coaching .description-home-coaching { text-align: center; } .home-coaching .title-home-coaching, .home-coaching .orange-title-home-coaching { text-align: center; } .home-coaching .left-content { align-items: center; } .home-coaching-decor { display: none; } } @media (max-width: 768px) { .home-coaching { display: flex; padding: 40px 16px; flex-direction: column; justify-content: center; align-items: flex-start; align-self: stretch; } .home-coaching .blue-container { flex-direction: column; gap: 40px; } .home-coaching .left-content { padding-right: 0; align-items: flex-start; } .home-coaching .left-content-item { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; align-self: stretch; } .home-coaching .title-home-coaching, .home-coaching .orange-title-home-coaching, .home-coaching .description-home-coaching { text-align: left; } .home-coaching .img-home-coaching { width: 358px; max-width: 100%; height: 239px; aspect-ratio: 358/239; object-fit: cover; } .home-coaching-decor { display: none; } } .home-gamification { display: flex; padding-top: 60px; flex-direction: column; align-items: center; gap: 40px; background: linear-gradient(0deg, #67B5FB 0%, #E6F4FF 100%); overflow-x: hidden; } .home-gamification .blue-container { display: flex; width: 100%; flex-direction: column; align-items: flex-start; gap: 40px; align-self: stretch; } .gamification-header { width: 100%; text-align: center; } .gamification-title { color: #0079E2; font-family: Mitr; font-size: 40px; font-style: normal; font-weight: 500; line-height: 150%; margin: 0; opacity: 0; transform: translateY(20px); transition: opacity 1s ease-out, transform 1s ease-out; } .home-gamification.is-visible .gamification-title { opacity: 1; transform: translateY(0); } .gamification-title span { display: block; color: #FF5703; } .gamification-slider { width: 100%; position: relative; overflow: hidden; } .gamification-track-wrap { display: inline-block; width: max-content; vertical-align: top; animation: gamificationMarquee 58s linear infinite; } .gamification-track { display: flex; justify-content: flex-start; align-items: center; column-gap: 24px; } .gamification-slide { flex: 0 0 auto; display: flex; justify-content: center; } .gamification-slide img { display: block; } .gamification-slide .slide-img-desktop { width: 840px; height: 560px; aspect-ratio: 3/2; border-radius: 30px; border: 12px solid var(--Secondary, #BAE0FE); box-shadow: 1px 8px 17px 0 rgba(0, 84, 167, 0.16); } .gamification-slide .slide-img-mobile { display: none; } .home-gamification .button-content { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); margin-top: 40px; } .img-gamification-bottom { width: 100%; height: 150px; aspect-ratio: 178/15; object-fit: cover; display: block; } @keyframes gamificationMarquee { 0% { transform: translateX(0); } 100% { transform: translateX(-33.333%); } } @media (max-width: 1200px) { .gamification-slide .slide-img-desktop { width: 720px; height: 480px; } .home-gamification .button-content { margin-top: 0; } .gamification-header { padding-right: 24px; padding-left: 24px; } } @media (max-width: 768px) { .home-gamification { padding: 40px 16px 0 16px; gap: 40px; } .home-gamification .blue-container { align-items: center; } .gamification-slider { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); } .gamification-track-wrap { animation-duration: 50s; } .gamification-slide .slide-img-desktop { display: none; } .home-gamification .button-content { margin-top: 0; } .gamification-slide .slide-img-mobile { display: block; width: 321px; height: 520px; border-radius: 30px; border: 6px solid var(--Secondary, #BAE0FE); box-shadow: 1px 8px 17px 0 rgba(0, 84, 167, 0.16); } } .home-course { position: relative; display: flex; flex-direction: column; align-items: center; width: 100%; background: linear-gradient(180deg, #E6F4FF 0%, #B8E0FF 50%, #E6F4FF 100%); overflow-x: hidden; } @keyframes course-decor-float-1 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-24px); } } @keyframes course-decor-float-2 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(22px); } } .course-decor { position: absolute; z-index: 0; pointer-events: none; } .course-decor img { display: block; width: 100%; height: 100%; object-fit: contain; } .course-decor-1 { width: 275px; height: 170px; right: 30px; top: 280px; animation: course-decor-float-1 2.5s ease-in-out infinite; } .course-decor-2 { width: 305px; height: 168px; left: 58px; bottom: 600px; animation: course-decor-float-2 3s ease-in-out infinite; } .course-faq { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 40px; width: 100%; margin: 0 auto 40px; } .course-title { color: #0079E2; text-align: center; font-family: Mitr, sans-serif; font-size: 40px; font-style: normal; font-weight: 500; line-height: 150%; text-transform: uppercase; margin: 0; opacity: 0; transform: translateY(20px); transition: opacity 1s ease-out, transform 1s ease-out; } .home-course.is-visible .course-title { opacity: 1; transform: translateY(0); } .course-accordion { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 40px; width: 100%; } .course-accordion-item { width: 870px; max-width: 100%; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; gap: 24px; background-color: #fff; border-radius: 40px; transition: gap 0.5s ease-in-out; } .course-accordion-item:has(.course-accordion-body.faq-body:not(.open)) { gap: 0; } .course-accordion-item[data-module="1"] .course-accordion-head { background: #EDBC32; } .course-accordion-item[data-module="2"] .course-accordion-head { background: #ED7980; } .course-accordion-item[data-module="3"] .course-accordion-head { background: #62C0B4; } .course-accordion-item[data-module="4"] .course-accordion-head { background: #51A7DD; } .course-accordion-item[data-module="5"] .course-accordion-head { background: #F18E38; } .course-accordion-head { display: flex; width: 100%; padding: 20px 40px; justify-content: center; align-items: center; gap: 8px; border: none; border-radius: 50px; color: var(--White, #FFF); text-shadow: 1px 8px 17px rgba(0, 84, 167, 0.16); font-family: Mitr, sans-serif; font-size: 24px; font-style: normal; font-weight: 500; line-height: 150%; text-transform: uppercase; text-align: left; cursor: pointer; transition: border-radius 0.2s ease; box-shadow: 1px 8px 17px 0 rgba(0, 84, 167, 0.16); } .course-accordion-icon { display: flex; width: 24px; height: 24px; padding: 0 6px; justify-content: center; align-items: center; flex-shrink: 0; aspect-ratio: 1/1; margin-left: auto; transform: rotate(90deg); transition: transform 0.3s ease; } .course-accordion-icon i { font-size: 1rem; } .faq-header.active .course-accordion-icon { transform: rotate(270deg); } .course-accordion-body.faq-body { display: grid; grid-template-rows: 0fr; align-self: stretch; background: #fff; transition: grid-template-rows 0.5s ease-in-out; overflow: hidden; } .course-accordion-body.faq-body.open { grid-template-rows: 1fr; } .course-accordion-body.faq-body:not(.open) .faq-body-inner { min-height: 0; max-height: 0; padding-top: 0; padding-bottom: 0; overflow: hidden; } .faq-body-inner { min-height: 0; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding: 0 24px 24px 24px; } .faq-body-inner .course-accordion-quote, .faq-body-inner .course-accordion-desc { flex-shrink: 0; } .faq-header.active .course-accordion-icon { transform: rotate(270deg); } .course-accordion-quote { color: #4B9ADF; font-size: 20px; font-style: normal; font-weight: 700; line-height: 150%; margin: 0; } .course-accordion-desc { color: #4B9ADF; font-size: 20px; font-style: normal; font-weight: 400; line-height: 150%; margin: 0; } .course-img { position: relative; z-index: 1; width: 100%; max-width: 980px; margin: 0 auto 24px; text-align: center; } .course-coins-img { width: 980px; max-width: 100%; height: 401px; object-fit: contain; display: inline-block; } .course-bottom-img { position: relative; z-index: 1; width: 100%; margin-top: 0; } .course-bottom-img-el { width: 100%; height: auto; display: block; } @media (max-width: 991px) { .course-decor { display: none; } } @media (max-width: 768px) { .course-accordion-item { border-radius: 50px; } .home-course { padding: 40px 16px 0; } .course-accordion-item { width: 100%; } .course-img { align-self: stretch; } .course-coins-img { width: 100%; height: 146px; object-fit: cover; } .course-bottom-img { width: calc(100% + 32px); height: 150px; overflow: hidden; } .course-bottom-img-el { width: 100%; height: 150px; object-fit: cover; } } .home-testimonial { display: flex; padding-top: 80px; flex-direction: column; align-items: center; gap: 80px; align-self: stretch; background: linear-gradient(180deg, #FFF 0%, #E6F4FF 100%); overflow-x: hidden; position: relative; width: 100%; max-width: 100%; box-sizing: border-box; } .home-testimonial .blue-container { display: flex; max-width: 1320px; width: 100%; min-width: 0; flex-direction: column; align-items: center; gap: 40px; align-self: stretch; box-sizing: border-box; } .home-testimonial .testimonial-radio { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; } .testimonial-slider-wrap { width: 100%; max-width: 100%; min-width: 0; overflow: hidden; position: relative; box-sizing: border-box; } .testimonial-slider { width: 100%; position: relative; } .testimonial-slide { position: absolute; left: 0; top: 0; width: 100%; transition: transform 0.4s ease-out; overflow: hidden; } .testimonial-slide:first-child { position: relative; } .testimonial-slide-inner { display: flex; width: 100%; align-items: stretch; gap: 0; overflow: hidden; } .testimonial-img-wrap { flex: 0 0 auto; padding: 24px; box-sizing: border-box; } .testimonial-img { width: 660px; max-width: 100%; height: 440px; aspect-ratio: 3/2; object-fit: cover; display: block; border-radius: 30px; border: 12px solid #BAE0FE; box-shadow: 1px 8px 17px 0 rgba(0, 84, 167, 0.16); } .testimonial-text { display: flex; padding-left: 60px; flex-direction: column; justify-content: center; align-items: flex-start; gap: 20px; flex: 1 0 0; align-self: stretch; } .testimonial-title { color: var(--0079e2, #0079E2); font-family: Mitr, sans-serif; font-size: 40px; font-style: normal; font-weight: 500; line-height: 150%; text-transform: uppercase; margin: 0; } .testimonial-description { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; align-self: stretch; } .testimonial-main-description { color: #4B9ADF; font-family: Mitr, sans-serif; font-size: 24px; font-style: normal; font-weight: 500; line-height: 150%; text-transform: uppercase; margin: 0; } .testimonial-author-description { color: #FF5703; font-family: Mitr, sans-serif; font-size: 24px; font-style: normal; font-weight: 500; line-height: 150%; text-transform: uppercase; margin: 0; } .testimonial-arrows { display: flex; align-items: center; gap: 16px; justify-content: center; } .testimonial-arrow { display: flex; width: 60px; height: 60px; padding: 0; justify-content: center; align-items: center; gap: 0; border-radius: 100px; border: 3px solid #FFF; background: #4B9ADF; color: #FFF; cursor: pointer; transition: background 0.2s ease; position: relative; } .testimonial-arrow:hover { background: #3a8fc9; } .home-testimonial .tm-label { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; cursor: pointer; } .home-testimonial .tm-label i { width: 12px; height: 24px; flex-shrink: 0; aspect-ratio: 1/2; font-size: 24px; display: flex; align-items: center; justify-content: center; } #tm1:checked ~ .home-testimonial-content .tm-prev-2, #tm1:checked ~ .home-testimonial-content .tm-next-2 { display: none; } #tm1:checked ~ .home-testimonial-content .tm-prev-1, #tm1:checked ~ .home-testimonial-content .tm-next-1 { display: flex; } #tm2:checked ~ .home-testimonial-content .tm-prev-1, #tm2:checked ~ .home-testimonial-content .tm-next-1 { display: none; } #tm2:checked ~ .home-testimonial-content .tm-prev-2, #tm2:checked ~ .home-testimonial-content .tm-next-2 { display: flex; } .testimonial-arrow i { width: 12px; height: 24px; flex-shrink: 0; aspect-ratio: 1/2; font-size: 24px; display: flex; align-items: center; justify-content: center; } .home-testimonial .button-content { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); } .home-testimonial .img-testimonial-bottom { width: 100%; height: 150px; aspect-ratio: 178/15; object-fit: cover; display: block; } @keyframes testimonial-decor-scale { 0%, 100% { transform: scale(0.9); } 50% { transform: scale(1.2); } } @keyframes testimonial-decor-scale-1 { 0%, 100% { transform: scale(0.9); } 50% { transform: scale(1.01); } } .testimonial-decor { position: absolute; z-index: 0; pointer-events: none; } .testimonial-decor img { display: block; width: 100%; height: 100%; object-fit: contain; } .testimonial-decor-1 { width: 354px; height: 150px; right: 44px; top: 40px; animation: testimonial-decor-scale-1 4s ease-in-out infinite; } .testimonial-decor-2 { width: 124px; height: 113px; left: 30px; top: 310px; animation: testimonial-decor-scale 5s ease-in-out infinite 0.5s; } .testimonial-decor-3 { width: 130px; height: 140px; right: 80px; bottom: 190px; animation: testimonial-decor-scale 4.5s ease-in-out infinite 1s; } @media (max-width: 1200px) { .testimonial-img-wrap { padding: 0px; } .home-testimonial { width: 100%; max-width: 100%; overflow-x: hidden; box-sizing: border-box; } .home-testimonial .blue-container { width: 100%; max-width: 100%; min-width: 0; padding-left: 24px; padding-right: 24px; box-sizing: border-box; } .testimonial-slider-wrap { width: 100%; max-width: 100%; min-width: 0; } .testimonial-slide-inner { flex-direction: column; align-items: center; padding-left: 0; padding-right: 0; max-width: 100%; } .testimonial-text { padding-left: 0; padding-top: 40px; padding-right: 0; flex-direction: column; justify-content: center; align-items: center; gap: 24px; max-width: 100%; } .testimonial-description { align-items: center; max-width: 100%; } .testimonial-title { text-align: center; } .testimonial-main-description, .testimonial-author-description { text-align: center; max-width: 100%; } .testimonial-img { width: 100%; max-width: 660px; } .testimonial-decor { display: none; } } @media (max-width: 768px) { .testimonial-img-wrap { padding: 0px; } .home-testimonial { display: flex; padding: 40px 16px 0 16px; flex-direction: column; align-items: center; align-self: stretch; gap: 40px; background: linear-gradient(180deg, #FFF 0%, #E6F4FF 100%); width: 100%; max-width: 100vw; overflow-x: hidden; box-sizing: border-box; } .home-testimonial .blue-container { flex-direction: column; align-items: center; gap: 40px; align-self: stretch; width: 100%; max-width: 100%; min-width: 0; padding-left: 0; padding-right: 0; box-sizing: border-box; } .testimonial-slider-wrap { width: 100%; max-width: 100%; min-width: 0; padding-left: 0; padding-right: 0; box-sizing: border-box; } .testimonial-slide-inner { box-sizing: border-box; } .testimonial-img { width: 358.5px; max-width: 100%; height: 239px; aspect-ratio: 3/2; border-radius: 30px; border: 6px solid #BAE0FE; box-shadow: 1px 8px 17px 0 rgba(0, 84, 167, 0.16); } .testimonial-text { padding: 40px 0 0; padding-left: 0; padding-right: 0; max-width: 100%; width: 100%; box-sizing: border-box; flex-direction: column; justify-content: center; align-items: center; gap: 24px; align-self: stretch; } .testimonial-description, .testimonial-main-description, .testimonial-author-description { max-width: 100%; overflow-wrap: break-word; word-wrap: break-word; } .testimonial-title { color: #0079E2; font-family: Mitr, sans-serif; font-size: 40px; font-style: normal; font-weight: 500; line-height: 150%; text-transform: uppercase; text-align: center; } .testimonial-description { flex-direction: column; align-items: center; gap: 16px; align-self: stretch; } .testimonial-main-description { color: #4B9ADF; text-align: center; font-family: Mitr, sans-serif; font-size: 24px; font-style: normal; font-weight: 500; line-height: 150%; text-transform: uppercase; } .testimonial-author-description { color: #FF5703; text-align: center; font-family: Mitr, sans-serif; font-size: 24px; font-style: normal; font-weight: 500; line-height: 150%; text-transform: uppercase; } .testimonial-decor { display: none; } } .home-academy { display: flex; justify-content: center; align-items: center; gap: 10px; align-self: stretch; background: #BAE0FE; } .home-academy-blue-container { display: flex; width: 1320px; justify-content: space-between; align-items: center; } .home-academy-card { display: flex; width: 536px; padding: 40px 60px; flex-direction: column; justify-content: center; align-items: center; gap: 40px; flex-shrink: 0; border-radius: 50px; background: #FFF; box-shadow: 1px 8px 17px 0 rgba(0, 84, 167, 0.16); } @keyframes home-academy-logo-wobble { 0%, 100% { transform: rotate(-2deg); } 50% { transform: rotate(2deg); } } .home-academy-logo { width: 232px; height: 160px; aspect-ratio: 29/20; display: flex; justify-content: center; align-items: center; animation: home-academy-logo-wobble 3s ease-in-out infinite; } .home-academy-logo img { width: 232px; height: 160px; aspect-ratio: 29/20; object-fit: contain; } .home-academy-contact { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 16px; } .home-academy-contact-row { display: flex; align-items: center; gap: 8px; cursor: pointer; transition: transform 0.2s ease; } .home-academy-contact-link { text-decoration: none; color: inherit; outline: none; } .home-academy-contact-link:focus, .home-academy-contact-link:active { outline: none; } .home-academy-contact-row:hover .home-academy-contact-text { color: #4B9ADF; transform: translateY(-3px); transition: color 0.2s ease, transform 0.2s ease; } .home-academy-contact-row:hover .home-academy-icon { animation: academy-icon-shake 0.4s ease-in-out infinite; } .home-academy-contact-row .home-academy-contact-text { transition: color 0.2s ease, transform 0.2s ease; } @keyframes academy-icon-shake { 0%, 100% { transform: translateY(-3px) translateX(0) rotate(0deg); } 25% { transform: translateY(-3px) translateX(-2px) rotate(-3deg); } 75% { transform: translateY(-3px) translateX(2px) rotate(3deg); } } .home-academy-icon { display: inline-flex; width: 21px; height: 21px; flex-shrink: 0; aspect-ratio: 1/1; color: #4B9ADF; } .home-academy-contact-row:hover .home-academy-icon img { filter: brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(800%) hue-rotate(195deg); } .home-academy-icon svg { width: 21px; height: 21px; } .home-academy-contact-text { color: #4B9ADF; font-size: 20px; font-style: normal; font-weight: 400; line-height: 150%; } .home-academy-social { display: flex; flex-direction: column; align-items: center; gap: 24px; } .home-academy-social-title { color: #0079E2; font-family: Mitr, sans-serif; font-size: 24px; font-style: normal; font-weight: 500; line-height: 150%; text-transform: uppercase; margin: 0; } .home-academy-social-icons { display: flex; align-items: flex-start; gap: 16px; } .home-academy-social-icon { display: block; width: 50px; height: 50px; flex-shrink: 0; aspect-ratio: 1/1; transition: transform 0.25s ease; } .home-academy-social-icon:hover { transform: scale(1.1); } .home-academy-social-icon img { width: 50px; height: 50px; aspect-ratio: 1/1; object-fit: contain; display: block; } .home-academy-image-wrap { flex-shrink: 0; } .home-academy-image { width: 600px; height: 600px; flex-shrink: 0; aspect-ratio: 1/1; object-fit: contain; display: block; } @media (max-width: 1199px) { .home-academy-blue-container { flex-direction: column; align-items: center; gap: 40px; align-self: stretch; width: 100%; } .home-academy-image { width: 100%; max-width: 600px; height: auto; aspect-ratio: 1/1; object-fit: contain; } } @media (max-width: 768px) { .home-academy { display: flex; padding: 40px 16px; flex-direction: column; align-items: center; gap: 40px; align-self: stretch; background: #BAE0FE; } .home-academy-blue-container { display: flex; flex-direction: column; align-items: center; gap: 40px; align-self: stretch; } .home-academy-card { width: 100%; max-width: 536px; padding: 40px 24px; box-sizing: border-box; } .home-academy-image-wrap { width: 100%; align-self: stretch; } .home-academy-image { width: 100%; height: 358px; align-self: stretch; aspect-ratio: 1/1; object-fit: cover; } } @media (max-width: 768px) { .blue-cloud-chat-channel img { width: 50px; height: 28px !important; } }