@import"https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body,html{overflow-x:hidden;scroll-behavior:smooth}body.blocked-body,html.blocked-body{overflow:hidden}body{background-color:#fff}body section h2,header{position:relative;z-index:1}header{box-shadow:0 4px 16px hsla(0,0%,100%,.2);width:100vw;height:88px}header .header,header .header-wrapper{display:flex;width:100%;background-color:#970a12}header .header-wrapper{flex-direction:row;justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto}header .header-wrapper__logo a{text-decoration:none}header .header-wrapper__logo a img{width:340px;height:auto;margin-top:6px}header .header-wrapper__nav ul *{-webkit-user-select:none;-moz-user-select:none;user-select:none}header .header-wrapper__nav ul.nav-first-lvl{display:flex;flex-direction:row;align-items:center;list-style:none}header .header-wrapper__nav ul.nav-first-lvl li{position:relative}header .header-wrapper__nav ul.nav-first-lvl li.nav-expand span{position:relative;color:#fbd980;text-decoration:none;padding:8px 16px 8px 24px;display:inline-block;font-size:18px;transition:color .3s ease;cursor:pointer}header .header-wrapper__nav ul.nav-first-lvl li.nav-expand span:hover{text-decoration:none;color:#f8bb1d}header .header-wrapper__nav ul.nav-first-lvl li.nav-expand span:hover:before{animation:wave 1s ease-in-out forwards}header .header-wrapper__nav ul.nav-first-lvl li.nav-expand span:before{content:"";position:absolute;width:100%;height:2px;background-color:#fbd980;bottom:0;left:0;transform-origin:0 100%;transform:scaleX(0)}header .header-wrapper__nav ul.nav-first-lvl li.nav-expand span img{margin:0 8px;transition:all .6s}header .header-wrapper__nav ul.nav-first-lvl li.nav-expand span img.rotate{transform:rotate(180deg)}header .header-wrapper__nav ul.nav-first-lvl li.nav-expand span+.nav-second-lvl.active{display:flex;opacity:1;transform:translateY(0)}header .header-wrapper__nav ul.nav-first-lvl li.nav-expand .nav-second-lvl{list-style:none;position:absolute;left:0;top:60px;display:none;flex-direction:column;align-items:flex-start;justify-content:flex-start;background-color:#970a12;padding:8px 0;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease}header .header-wrapper__nav ul.nav-first-lvl li.nav-expand .nav-second-lvl li:after{display:none}header .header-wrapper__nav ul.nav-first-lvl li.nav-expand .nav-second-lvl li a{font-size:16px;white-space:pre}header .header-wrapper__nav ul.nav-first-lvl li a{position:relative;color:#fbd980;text-decoration:none;padding:8px 24px;display:inline-block;font-size:18px;transition:color .3s ease;cursor:pointer}header .header-wrapper__nav ul.nav-first-lvl li a:hover{text-decoration:none;color:#f8bb1d}header .header-wrapper__nav ul.nav-first-lvl li a:hover:before{animation:wave 1s ease-in-out forwards}header .header-wrapper__nav ul.nav-first-lvl li a:before{content:"";position:absolute;width:100%;height:2px;background-color:#fbd980;bottom:0;left:0;transform-origin:0 100%;transform:scaleX(0)}header .header-wrapper__nav ul.nav-first-lvl li:not(:last-child):after{content:"";position:absolute;right:-2px;top:50%;transform:translateY(-50%);width:6px;height:6px;background-color:#fbd980;border-radius:50%;margin-left:16px}@keyframes wave{0%,to{transform:scaleX(0)}50%{transform:scaleX(1)}}@media(max-width:1100px){header{width:100%}header,header .header{height:70px}header .header-wrapper{align-items:center}header .header-wrapper__logo a img{margin:4px 0 0 8px;width:260px}header .header-wrapper__nav{display:none;flex-direction:column;justify-content:flex-start;align-items:flex-start;position:absolute;width:100%;height:100dvh;top:70px;left:0;padding:16px 0 0 16px;overflow-x:hidden;overflow-y:scroll;background-color:hsla(41,88%,74%,.878)}header .header-wrapper__nav.open{display:flex}header .header-wrapper__nav.open .nav-first-lvl{flex-direction:column;justify-content:flex-start;align-items:flex-start}header .header-wrapper__nav.open .nav-first-lvl li{padding:8px 0}header .header-wrapper__nav.open .nav-first-lvl li:after{display:none}header .header-wrapper__nav.open .nav-first-lvl li a{font-size:19px;padding:0 0 0 24px;color:#970a12}header .header-wrapper__nav.open .nav-first-lvl li a:hover{color:#970a12}header .header-wrapper__nav.open .nav-first-lvl .nav-expand{padding:0}header .header-wrapper__nav.open .nav-first-lvl .nav-expand span{font-size:19px;color:#970a12}header .header-wrapper__nav.open .nav-first-lvl .nav-expand span:hover{color:#970a12}header .header-wrapper__nav.open .nav-first-lvl .nav-expand span:hover:before{animation:unset}header .header-wrapper__nav.open .nav-first-lvl .nav-expand span img{filter:invert(12%) sepia(55%) saturate(7459%) hue-rotate(351deg) brightness(73%) contrast(100%)}header .header-wrapper__nav.open .nav-first-lvl .nav-expand .nav-second-lvl{display:none;position:relative;top:0;left:0;background-color:unset}header .header-wrapper__nav.open .nav-first-lvl .nav-expand .nav-second-lvl.active{display:flex}header .header-wrapper__nav.open .nav-first-lvl .nav-expand .nav-second-lvl li{padding:0}header .header-wrapper__nav.open .nav-first-lvl .nav-expand .nav-second-lvl li a{font-size:15px;padding:8px 0 8px 48px}header .header-wrapper__nav.open .nav-first-lvl .nav-expand .nav-second-lvl li a:before{content:"";position:absolute;left:16px;top:16px;transform:translateY(50%);width:5px;height:5px;background-color:#970a12;border-radius:50%;margin-left:16px}}@media(max-width:320px){header .header-wrapper__logo a img{width:220px}}.footer{background-color:#970a12;height:auto;padding:24px 0}.footer-wrapper{position:relative;max-width:1120px;width:100%;margin:0 auto}.footer-wrapper p{color:#fbd980;font-size:16px;text-align:center;margin:8px 0}.footer-wrapper span{display:flex;justify-content:center;align-items:center;color:#fbd980;font-size:12px;text-align:center;margin:8px auto}.footer-wrapper span a{display:inline-flex;margin-left:4px;text-align:center;color:#e9dab4}.footer-wrapper span a:hover{text-decoration:none}@media(max-width:960px){.footer{padding:16px 0}.footer-wrapper{max-width:unset;width:calc(100% - 64px)}.footer-wrapper p{font-size:14px}.footer-wrapper span{margin:8px auto}}.button01{display:flex;position:relative;padding:8px 32px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;color:#970a12;text-transform:none;letter-spacing:.15em;outline:none;cursor:pointer;font-weight:700;transition:background .8s ease;text-decoration:none;width:max-content;font-size:14px;font-weight:600;border-radius:24px;transition:.6s;background:linear-gradient(90deg,#fed67f 15.1%,hsla(41,88%,74%,.878) 85.42%);border:1px solid hsla(0,0%,100%,0)}.button01:hover{background:linear-gradient(180deg,#fed67f 15.1%,hsla(41,88%,74%,.878) 85.42%);letter-spacing:.2em}.text-box{position:relative;z-index:1}.text-box.dark-text .text-box-slot h4,.text-box.dark-text .text-box-slot p{color:#970a12}.text-box.dark-text .text-box-slot p a{color:#c03038}.text-box-slot h4{color:#e9dab4}.text-box-slot p{text-align:left;color:#e9dab4;margin:0 0 16px}.text-box-slot p strong{font-weight:600}.text-box-slot p a{color:#e4b84b}.text-box-slot p a:hover{text-decoration:none}.img-text-wrapper{position:relative;display:flex;flex-direction:row;align-items:center;z-index:1;margin:0 0 40px}.img-text-wrapper.reversed .img-box{margin:0 64px 0 0}.img-text-wrapper .img-box{margin:0 0 0 64px}.img-text-wrapper .img-box img{object-fit:cover;border-radius:16px;width:320px;height:auto}.brown-text-box-slot p{text-align:center;color:#970a12}.brown-text-box-slot p a{color:#c03038}@media(max-width:960px){.text-box.dark-text .text-box-slot h4{font-size:18px}.text-box.dark-text .text-box-slot p,.text-box.dark-text .text-box-slot p a{font-size:15px}.text-box-slot h4{font-size:18px}.text-box-slot p,.text-box-slot p a,.text-box-slot p strong{font-size:15px}.img-text-wrapper{flex-direction:column;margin:0 0 32px}.img-text-wrapper .text-box-slot p{font-size:15px}.img-text-wrapper.reversed .img-box{margin:32px 0 40px}.img-text-wrapper .img-box{margin:32px 0 0}.img-text-wrapper .img-box img{width:60vw;height:auto}.brown-text-box-slot p{font-size:15px;text-align:left}}.vert-box{display:flex;flex-wrap:wrap;gap:24px}.vert-box-slot{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;border:1px solid rgba(0,0,0,.549);width:calc(50% - 12px);border-radius:16px;background-color:#f7d283}.vert-box-slot:last-of-type{width:100%}.vert-box-slot h4{font-size:20px;margin:0 0 12px}.vert-box-slot h4,.vert-box-slot p{color:#970a12;text-align:center}.vert-box-slot p a{color:#c03038}.vert-box.light-version .vert-box-slot{border:1px solid #f8e7bc;background-color:#a5282e}.vert-box.light-version .vert-box-slot:last-of-type{width:calc(50% - 12px)}.vert-box.light-version .vert-box-slot h4{color:#fbd980}.vert-box.light-version .vert-box-slot p,.vert-box.light-version .vert-box-slot p a{color:#e9dab4}.imglinks-box{position:relative;display:flex;flex-wrap:wrap;justify-content:center;gap:40px;margin-bottom:40px;z-index:1}@media(max-width:991px){.imglinks-box{gap:24px}}.imglinks-box-slot{flex-grow:0;flex-shrink:0;flex-basis:calc(33.333% - 40px);max-width:calc(33.333% - 40px);background-color:#fff;border-radius:16px;box-shadow:0 0 24px -8px #f8e7bc;overflow:hidden}.imglinks-box-slot:hover{box-shadow:0 0 18px 4px #f8e7bc}.imglinks-box-slot:hover img{scale:1.06}@media(max-width:991px){.imglinks-box-slot{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 24px);max-width:calc(50% - 24px)}}.imglinks-box-slot a{display:flex;aspect-ratio:1/1}.imglinks-box-slot a img{width:100%;height:100%;object-fit:contain;padding:24px;transition:all .6s}@media(max-width:991px){.imglinks-box-slot a img{padding:8px;border-radius:16px}}@media(max-width:960px){.vert-box{gap:20px}.vert-box-slot{padding:24px 16px;width:100%}.vert-box-slot h4{font-size:18px}.vert-box-slot p,.vert-box-slot p a{font-size:15px}.vert-box.light-version .vert-box-slot:last-of-type{width:100%}}.hamburger{display:none;width:60px;min-width:60px;height:45px;position:relative;margin:0 4px 0 0;transform:rotate(0deg);transition:.5s ease-in-out;cursor:pointer;scale:.6}.hamburger span{display:block;position:absolute;height:6px;width:50%;background:#fed67f;opacity:1;transform:rotate(0deg);transition:.25s ease-in-out}.hamburger span:nth-child(2n){left:50%;border-radius:0 9px 9px 0}.hamburger span:nth-child(odd){left:0;border-radius:9px 0 0 9px}.hamburger span:first-child,.hamburger span:nth-child(2){top:0}.hamburger span:nth-child(3),.hamburger span:nth-child(4){top:18px}.hamburger span:nth-child(5),.hamburger span:nth-child(6){top:36px}.hamburger.open span:first-child,.hamburger.open span:nth-child(6){transform:rotate(45deg)}.hamburger.open span:nth-child(2),.hamburger.open span:nth-child(5){transform:rotate(-45deg)}.hamburger.open span:first-child{left:5px;top:7px}.hamburger.open span:nth-child(2){left:calc(50% - 5px);top:7px}.hamburger.open span:nth-child(3){left:-50%;opacity:0}.hamburger.open span:nth-child(4){left:100%;opacity:0}.hamburger.open span:nth-child(5){left:5px;top:29px}.hamburger.open span:nth-child(6){left:calc(50% - 5px);top:29px}@media(max-width:1100px){.hamburger{display:flex}}#hero{position:relative;display:flex;justify-content:center;align-items:center;width:100%;text-align:center;z-index:0}#hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:hsla(41,88%,74%,.878);opacity:.4;pointer-events:none;z-index:1}#hero .hero-video{position:relative;height:640px;width:100vw;object-fit:cover;filter:contrast(1.35) brightness(.65) opacity(.6)}#hero .hero-wrapper{position:absolute;top:200px;left:0;right:0;display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;z-index:2}#hero .hero-wrapper__text{display:flex;flex-direction:column}#hero .hero-wrapper__text h1{font-size:48px;background:linear-gradient(-120deg,#000,#970a12 90%);-webkit-background-clip:text;-webkit-text-fill-color:hsla(0,0%,100%,0);background-clip:text;color:hsla(0,0%,100%,0);filter:brightness(1.2)}#hero .hero-wrapper__text .middle-text{display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:20px}#hero .hero-wrapper__text .middle-text span{font-size:22px;display:flex;margin:0 8px}#hero .hero-wrapper__text .middle-text h2{font-size:22px;font-weight:600;color:#970a12;background:linear-gradient(-220deg,#000,#970a12 90%);-webkit-background-clip:text;-webkit-text-fill-color:hsla(0,0%,100%,0);background-clip:text;color:hsla(0,0%,100%,0);filter:brightness(1.2)}#hero .hero-wrapper__text .middle-text h2 span{color:#fbd980}#hero .hero-wrapper__text .hero-desc{margin:16px 16px 0;max-width:600px}#hero .hero-wrapper__text .hero-desc>p{font-size:14px;font-weight:400;text-transform:uppercase;margin:0}#hero .hero-wrapper__text .button01{margin:32px auto}@media(max-width:1200px){#hero .hero-wrapper{right:32px}#hero .hero-wrapper__avatar{margin-left:24px}}@media(max-width:960px){#hero{height:100%}#hero .hero-video{width:100%;height:68dvh;min-height:560px;object-fit:none}#hero .hero-wrapper{top:0;left:0;right:unset;flex-direction:column;justify-content:center;max-width:unset;height:100%}#hero .hero-wrapper__avatar{width:45vw;height:auto;margin:24px 0}#hero .hero-wrapper__text{display:flex;flex-direction:column;margin:0 16px}#hero .hero-wrapper__text h1{font-size:36px;line-height:44px;margin-bottom:12px}#hero .hero-wrapper__text .middle-text{display:flex;flex-direction:row;align-items:center;font-size:20px}#hero .hero-wrapper__text .middle-text span{font-size:20px;display:flex}#hero .hero-wrapper__text .middle-text h2{font-size:20px}#hero .hero-wrapper__text .hero-desc{max-width:600px}#hero .hero-wrapper__text .button01,#hero .hero-wrapper__text .hero-desc>p{font-size:12px}}.aboutme-section{background-color:#fed67f;height:auto;padding:120px 0 160px}.aboutme-section-wrapper{position:relative;max-width:1120px;width:100%;margin:0 auto}.aboutme-section-wrapper h2{color:#970a12;font-size:40px;text-transform:uppercase;text-align:center;margin:0 0 64px}.aboutme-section-wrapper .brown-shape-news01{position:absolute;bottom:-363px;left:-80px;z-index:0;transform:rotate(270deg)}.aboutme-section-wrapper .brown-shape-news02{position:absolute;bottom:80px;right:-200px;z-index:0;width:320px;height:auto}.aboutme-section-wrapper .text-box-slot p{color:#970a12}.aboutme-section-wrapper .text-box-slot a{color:#c03038}@media(max-width:960px){.aboutme-section{padding:64px 0}.aboutme-section-wrapper{max-width:unset;width:calc(100% - 32px);margin:0 16px}.aboutme-section-wrapper h2{font-size:28px;margin:0 0 40px}.aboutme-section-wrapper .brown-shape-news01{display:none}.aboutme-section-wrapper .brown-shape-news02{width:300px;height:auto;right:-220px}}.news-section{background-color:#970a12;height:auto;padding:100px 0 160px}.news-section-wrapper{position:relative;max-width:1120px;width:100%;margin:0 auto}.news-section-wrapper h2{color:#fbd980;font-size:40px;text-transform:uppercase;text-align:center;margin:0 0 64px}.news-section-wrapper .golden-shape-cooperation01{position:absolute;bottom:-160px;left:-350px;z-index:0}.news-section-wrapper .golden-shape-cooperation02{position:absolute;top:-238px;right:-160px;z-index:0;transform:rotate(-90deg)}.news-section-wrapper .news-box{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:center;gap:40px;margin:0 0 64px}.news-section-wrapper .news-box-slot{position:relative;width:calc(50% - 24px);height:auto;max-height:300px;overflow:hidden;border-radius:16px;box-shadow:0 0 24px -8px #970a12;transition:all .3s}.news-section-wrapper .news-box-slot:hover{box-shadow:0 0 24px -2px #970a12}.news-section-wrapper .news-box-slot:hover img{scale:1.1}.news-section-wrapper .news-box-slot img{transition:all .6s;border-radius:16px;object-fit:cover;width:100%;height:300px}.news-section-wrapper .news-box-slot .news-box-slot__title{display:inline-flex;height:36px;width:100%;background-color:hsla(41,88%,74%,.878);position:absolute;bottom:16px;left:0;padding:0 16px;z-index:1}.news-section-wrapper .news-box-slot .news-box-slot__title h3{font-size:12px;line-height:36px;color:#970a12;white-space:pre;overflow:hidden;text-overflow:ellipsis;max-width:90%}@media(max-width:960px){.news-section{padding:64px 0}.news-section-wrapper{max-width:unset;width:calc(100% - 32px);margin:0 16px}.news-section-wrapper h2{font-size:28px;margin:0 0 40px}.news-section-wrapper .golden-shape-cooperation01{bottom:-64px;left:-80px}.news-section-wrapper .golden-shape-cooperation02{top:-235px;right:-80px;height:auto;width:80px}.news-section-wrapper .news-box{gap:24px}.news-section-wrapper .news-box-slot{width:100%;max-height:220px}.news-section-wrapper .news-box-slot img{height:220px}}.workshops-section{background-color:#970a12;height:auto;padding:100px 0}.workshops-section-wrapper{position:relative;max-width:1120px;width:100%;margin:0 auto}.workshops-section-wrapper h2{color:#fbd980;font-size:40px;text-transform:uppercase;text-align:center;margin:0 0 64px}.workshops-section-wrapper .golden-shape-workshops01{position:absolute;bottom:-138px;right:-320px;z-index:0;transform:rotate(270deg)}.workshops-section-wrapper .golden-shape-workshops02{position:absolute;bottom:-238px;left:-300px;z-index:0;transform:rotate(90deg)}.workshops-section-wrapper .img-text-wrapper{position:relative;display:flex;flex-direction:row;width:100%;justify-content:center;align-items:center;margin:32px 0 0;z-index:2;gap:40px}.workshops-section-wrapper .img-text-wrapper.reverted .text-box{order:2}.workshops-section-wrapper .img-text-wrapper.reverted .text-box p{text-align:left}.workshops-section-wrapper .img-text-wrapper .img-box{margin:0}.workshops-section-wrapper .img-text-wrapper .img-box .workshop-bottom-img{border-radius:16px;width:280px;height:auto;max-height:600px;object-fit:cover}@media(max-width:960px){.workshops-section{padding:64px 0}.workshops-section-wrapper{max-width:unset;width:calc(100% - 32px);margin:0 16px}.workshops-section-wrapper h2{font-size:28px;margin:0 0 40px}.workshops-section-wrapper .golden-shape-workshops01{bottom:-102px;right:0;opacity:.7;z-index:0}.workshops-section-wrapper .img-text-wrapper{flex-direction:column;margin:40px 0 0}.workshops-section-wrapper .img-text-wrapper .img-box{text-align:center}.workshops-section-wrapper .img-text-wrapper .img-box .workshop-bottom-img{max-width:85%;height:auto;width:85%}.workshops-section-wrapper .img-text-wrapper.reverted .text-box{order:1}.workshops-section-wrapper .img-text-wrapper.reverted .img-box{order:2}}.primaryschool-section{background-color:#fed67f;height:auto;padding:100px 0}.primaryschool-section-wrapper{position:relative;max-width:1120px;width:100%;margin:0 auto}.primaryschool-section-wrapper h2{color:#970a12;font-size:40px;text-transform:uppercase;text-align:center;margin:0 0 64px}.primaryschool-section-wrapper .golden-shape-workshops01{position:absolute;top:0;left:-160px;z-index:0;transform:rotate(270deg);width:300px;height:auto}.primaryschool-section-wrapper .golden-shape-workshops02{position:absolute;bottom:-84px;right:-160px;z-index:0;transform:rotate(270deg);width:300px;height:auto}@media(max-width:960px){.primaryschool-section{padding:64px 0}.primaryschool-section-wrapper{max-width:unset;width:calc(100% - 32px);margin:0 16px}.primaryschool-section-wrapper h2{font-size:28px;margin:0 0 40px}.primaryschool-section-wrapper .golden-shape-workshops02{bottom:0}}.highschool-section{background-color:#970a12;height:auto;padding:100px 0}.highschool-section-wrapper{position:relative;max-width:1120px;width:100%;margin:0 auto}.highschool-section-wrapper h2{color:#fbd980;font-size:40px;text-transform:uppercase;text-align:center;margin:0 0 64px}.highschool-section-wrapper .golden-shape-highschool01{position:absolute;top:48px;left:-160px;z-index:0;transform:rotate(90deg);width:200px;height:auto}.highschool-section-wrapper .golden-shape-highschool02{position:absolute;bottom:48px;right:-160px;z-index:0;transform:rotate(270deg);width:200px;height:auto}@media(max-width:960px){.highschool-section{padding:64px 0}.highschool-section-wrapper{max-width:unset;width:calc(100% - 32px);margin:0 16px}.highschool-section-wrapper h2{font-size:28px;margin:0 0 40px}.highschool-section-wrapper .golden-shape-highschool01{width:45vw;height:auto;left:0}.highschool-section-wrapper .golden-shape-highschool02{width:45vw;height:auto;right:0}}.courses-section{background-color:#fed67f;height:auto;padding:100px 0}.courses-section-wrapper{position:relative;max-width:1120px;width:100%;margin:0 auto}.courses-section-wrapper h2{color:#970a12;font-size:40px;text-transform:uppercase;text-align:center;margin:0 0 64px}.courses-section-wrapper .brown-shape-courses01{position:absolute;top:-384px;left:-160px;z-index:0;transform:rotate(90deg);width:300px;height:auto}.courses-section-wrapper .img-text-wrapper .img-box img{width:360px;height:auto;border-radius:16px}@media(max-width:960px){.courses-section{padding:64px 0}.courses-section-wrapper{max-width:unset;width:calc(100% - 32px);margin:0 16px}.courses-section-wrapper h2{font-size:28px;margin:0 0 40px}.courses-section-wrapper .img-text-wrapper+h2{margin:56px 0 40px}.courses-section-wrapper .brown-shape-courses01{position:absolute;top:-206px;left:-40px;z-index:0;transform:rotate(90deg);width:150px}.courses-section-wrapper .img-text-wrapper .img-box{margin:16px auto 0;text-align:center}.courses-section-wrapper .img-text-wrapper .img-box img{width:85%}}.cooperation-section{background-color:#970a12;height:auto;padding:140px 0}.cooperation-section-wrapper{position:relative;max-width:1120px;width:100%;margin:0 auto}.cooperation-section-wrapper h2{color:#fbd980;font-size:40px;text-transform:uppercase;text-align:center;margin:0 0 64px}.cooperation-section-wrapper .golden-shape-aboutme01{position:absolute;bottom:-180px;left:-340px;z-index:0}.cooperation-section-wrapper .golden-shape-aboutme02{position:absolute;top:-278px;right:-160px;z-index:0;transform:rotate(-90deg)}@media(max-width:960px){.cooperation-section{padding:64px 0}.cooperation-section-wrapper{max-width:unset;width:calc(100% - 32px);margin:0 16px}.cooperation-section-wrapper h2{font-size:28px;margin:0 0 40px}.cooperation-section-wrapper .golden-shape-aboutme01{bottom:-104px;left:-40px;opacity:.85}.cooperation-section-wrapper .golden-shape-aboutme02{top:-235px;right:-80px;height:auto;width:80px}}.contact-section{background-color:#fed67f;height:auto;padding:100px 0}.contact-section-wrapper{position:relative;max-width:1120px;width:100%;margin:0 auto}.contact-section-wrapper h2{color:#970a12;font-size:40px;text-transform:uppercase;text-align:center;margin:0 0 64px}.contact-section-wrapper .social-links{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.contact-section-wrapper .social-links-slot>a{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin:0 0 24px;text-decoration:none}.contact-section-wrapper .social-links-slot>a:hover span{color:#c03038}.contact-section-wrapper .social-links-slot>a img{display:flex;margin:0 24px 0 0;object-fit:contain;border-radius:100%}.contact-section-wrapper .social-links-slot>a span{font-size:24px;font-weight:700;text-transform:uppercase;color:#970a12}@media(max-width:960px){.contact-section{padding:64px 0}.contact-section-wrapper{max-width:unset;width:calc(100% - 32px);margin:0 16px}.contact-section-wrapper h2{font-size:28px;margin:0 0 40px}.contact-section-wrapper .social-links-slot>a img{width:36px;height:auto;margin:0 8px 0 0}.contact-section-wrapper .social-links-slot>a span{font-size:15px}}.shorts-box{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;flex-direction:row;gap:40px}@media(max-width:991px){.shorts-box{gap:24px}}.shorts-box-slot{display:flex;justify-content:center;align-items:center;border-radius:16px;width:30%}@media(max-width:991px){.shorts-box-slot{width:47%}}@media(max-width:640px){.shorts-box-slot{width:100%}}.shorts-box-slot iframe{position:relative;width:100%;height:auto;min-height:460px;border-radius:16px;z-index:1}