@keyframes moveSeaweed{0%{transform-origin:bottom;transform:rotate(7deg) translateY(0)}50%{transform-origin:bottom;transform:rotate(15deg) translateY(-5%)}to{transform-origin:bottom;transform:rotate(7deg) translateY(0)}}@keyframes SwimFish{0%{transform:translateY(0) translate(0) scale(1) rotateY(0)}33%{transform:translateY(0) translate(0) scale(1) rotate(-14deg)}50%{transform:translateY(25%) translate(25%) scale(.9) rotate(-14deg)}to{transform:translateY(0) translate(0) scale(1) rotate(0)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15%)}to{transform:translateY(0)}}@keyframes gradient{0%{background-position:0% 0%}50%{background-position:0% 100%}to{background-position:0% 0%}}main.home{max-width:100vw;overflow-x:hidden}main.home section.presentation{max-width:100vw;overflow:hidden;min-height:calc(100dvh - 125px);background:linear-gradient(180deg,#FFFFFF 0%,#BD9B3A 100%);background-size:100% 200%;background-position:0% 0%}main.home section.presentation .diver-ani{position:relative;display:grid;justify-items:center;align-items:center}main.home section.presentation .diver-ani img{object-fit:contain;width:100%;height:auto}main.home section.presentation .diver-ani .diver{width:35dvw;position:relative;z-index:2;object-position:bottom}main.home section.presentation .diver-ani .seaweed{position:absolute;bottom:5%;left:50%;height:80%;width:auto;z-index:1;animation:moveSeaweed 5s ease-in-out infinite alternate both}main.home section.presentation .one{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem 4rem;align-items:center;padding-top:4rem;padding-bottom:4rem;height:calc(100dvh - 250px);max-height:1080px}@media screen and (max-width: 1198px){main.home section.presentation .one{grid-template-columns:1fr;gap:2rem;min-height:calc(100dvh - 125px)}}main.home section.presentation .one .title{position:relative}main.home section.presentation .one .title .fishOne{content:"";position:absolute;top:0%;left:5%;width:80px;height:auto;transform:translateY(-150%);z-index:3}@media screen and (max-width: 1198px){main.home section.presentation .one .title .fishOne{display:none}}main.home section.presentation .one .title h1{font-size:3.5rem;color:#202120;font-weight:900;text-transform:uppercase;max-width:400px}main.home section.presentation .one .title h1 span{display:block;color:#bd9b3a}@media screen and (max-width: 1198px){main.home section.presentation .one .title h1{font-size:2rem;text-align:center}}main.home section.presentation .one .animating{position:relative}main.home section.presentation .one .animating:before{content:"";position:absolute;top:30%;left:10%;width:35%;aspect-ratio:1/1;background-color:#bd9b3a;border-radius:50%;z-index:1;animation:float 7s ease-in-out infinite alternate both}main.home section.presentation .one .animating:after{content:"";position:absolute;bottom:25%;right:10%;width:15%;aspect-ratio:1/1;background-color:#bd9b3a;border-radius:50%;z-index:1;animation:float 7s ease-in-out infinite alternate both}main.home section.presentation .one .animating .submarine{position:relative;width:100%;height:auto;z-index:2}main.home section.presentation .one .animating .fishTwo{content:"";position:absolute;bottom:-15%;right:5%;width:15%;height:auto;z-index:3}main.home section.presentation .two{padding-top:6rem;padding-bottom:0;display:grid;grid-template-columns:1fr 300px 1fr;align-items:center;position:relative}@media screen and (max-width: 1198px){main.home section.presentation .two{display:none}}main.home section.presentation .two h2{font-size:3.5rem;color:#fff;font-weight:900;text-transform:uppercase;text-align:center}main.home section.presentation .two .diver-ani{width:275px}main.home section.presentation .two .phraseTwo-wrapper{position:relative}main.home section.presentation .two .phraseTwo-wrapper .text{position:absolute;left:0;bottom:0;color:#fff;text-align:center}main.home section.presentation .two .phraseTwo-wrapper .text p{transform:translateY(calc(100% + 1rem))}main.home section.presentation .two .fishOne{content:"";opacity:.5;position:absolute;bottom:100px;left:50px;width:100px;height:auto;z-index:3}@media screen and (max-width: 849px){main.home section.presentation .two .fishOne{display:none}}main.home section.presentation .two .fishTwo{content:"";opacity:.5;position:absolute;top:100px;right:5%;width:80px;height:auto;z-index:3}main.home section.presentation .three{display:none;position:relative;padding:4rem 1rem 2rem;text-align:center;color:#fff}@media screen and (max-width: 1198px){main.home section.presentation .three{display:block}}main.home section.presentation .three:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#BD9B3A 60%,#BD9B3A 100%);z-index:2;animation:gradient 10s linear infinite}main.home section.presentation .three .diver-ani{position:relative;z-index:1}main.home section.presentation .three .diver-ani .diver{width:65dvw}main.home section.presentation .three .diver-ani .fishOne,main.home section.presentation .three .diver-ani .fishTwo{width:15dvw;position:absolute}main.home section.presentation .three .diver-ani .fishOne{top:5%;left:5%}main.home section.presentation .three .diver-ani .fishTwo{bottom:5%;right:5%}main.home section.presentation .three .phraseOne{font-size:2rem;font-weight:900;position:relative;z-index:3}main.home section.presentation .three .text{position:relative;font-size:1.1rem;font-weight:400;z-index:3}main.home section.questions{padding-top:3rem;padding-bottom:3rem}@media screen and (max-width: 849px){main.home section.questions{padding-top:2rem;padding-bottom:2rem}}main.home section.questions .wrapper{max-width:700px;margin:0 auto}main.home section.questions .wrapper .title{font-size:2rem;color:#bd9b3a;margin-bottom:3rem}@media screen and (max-width: 849px){main.home section.questions .wrapper .title{font-size:1.3rem;margin-bottom:2rem}}main.home section.questions .questions__list{display:flex;flex-direction:column;gap:1rem}@media screen and (max-width: 849px){main.home section.questions .questions__list{gap:1rem}}main.home section.questions details summary{font-weight:700;font-size:1.2rem;font-weight:900;color:#0f0f0f;cursor:pointer;padding:.5rem;display:flex;justify-content:space-between;align-items:center}main.home section.questions details summary svg{transition:transform .3s}@media screen and (max-width: 849px){main.home section.questions details summary{font-size:1rem}}main.home section.questions details .c-body{padding:2rem .5rem 1rem;padding-top:0;overflow:hidden;color:#707070}main.home section.questions details[open] summary svg{transform:rotate(180deg)}
