@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box;overflow-x:hidden;font-family:Roboto,sans-serif}header{position:absolute;top:0;left:0;z-index:1;font-weight:700;font-size:1.6rem;border:2px solid #ffea00;padding:8px 12px;margin-top:45px;margin-left:7rem}header p{font-family:"Exo 2",sans-serif;letter-spacing:1px;word-spacing:5px;color:#ffea00}.image-container{padding-top:125px;background-color:#000;display:flex;justify-content:center;align-items:center}.image-container img{max-width:100%;height:auto}.hero{height:auto;position:relative;background:#000;background-blend-mode:darken;background-size:cover;background-repeat:no-repeat;display:flex;align-items:flex-start;justify-content:flex-start;padding:5px 0 50px 7rem;flex-direction:column}.hero .content{display:flex;flex-direction:column;gap:30px;align-items:flex-start;text-align:left}.hero .content .title h1{color:#f5f5f5;font-size:7rem;margin:0}.hero .content .sub-title p{font-weight:400;color:#f5f5f5;font-size:2.8rem;line-height:1.4em;margin:0}.hero .content .sub-title p:last-child{color:#f5f5f5}.hero .content .buttons{display:flex;align-items:center;gap:25px;font-size:4rem}.hero .content .buttons button{padding:15px 30px;font-size:1.2rem;color:#ffea00;border:1px solid #ffea00;background:transparent;transition:.3s}.hero .content .buttons button:hover{cursor:pointer;background:#ffea00;color:#000;transition:.3s}@media (max-width: 1050px){.hero{padding-left:1.5rem}header{margin-left:2.5rem}.hero .content .title{font-size:2rem}.hero .content .sub-title p{font-size:1.3rem;line-height:normal;margin-bottom:5px}}@media (max-width: 880px){.hero{background-position:center}.hero .content .title{font-size:2.45rem}.hero .content .sub-title p{font-size:1.2rem}}@media (max-width: 600px){.hero{background-position:bottom}.hero .content .title{font-size:1.2rem}.hero .content .title h1{font-size:2.9rem}.hero .content .sub-title p{font-size:1.3rem}.hero .content .buttons button{font-size:.8rem}}@media (max-width: 376px){.hero{padding-left:2rem;padding-bottom:90px}header{margin-left:1rem}.hero .content .title h1{font-size:2.9rem}.hero .content .sub-title p{font-size:1.1rem}.hero .content .buttons{padding-right:10px;gap:20px;align-items:flex-start}.hero .content .buttons button{font-size:.8rem;padding:10px 20px}}.workout_session{min-height:100vh;display:flex;max-width:1500px;margin:0 auto;padding:100px 0 50px;gap:75px}.workout_session .wrapper{flex:1;display:flex;flex-direction:column;gap:20px}.workout_session .wrapper h1{font-size:2.2rem;color:#111}.workout_session .wrapper p{font-size:1.4rem;color:#555}.workout_session .wrapper .bootcamps{font-size:1.7rem;display:flex;flex-direction:column;gap:30px}.workout_session .wrapper .bootcamps div{border:2px solid gray;border-radius:5px;padding:20px 10px;transition:.3s;display:flex;flex-direction:column;gap:12px}.workout_session .wrapper .bootcamps div:hover{background:#111;transition:.3s}.workout_session .wrapper .bootcamps div:hover h4{color:#ffea00;transition:.3s}.workout_session .wrapper .bootcamps div:hover p{color:#f5f5f5;transition:.3s}@media (max-width: 1520px){.workout_session{min-width:100%;padding:50px 20px;gap:25px}}@media (max-width: 1200px){.workout_session{flex-direction:column}.workout_session .wrapper h1{font-size:1.6rem}.workout_session .wrapper p,.workout_session .wrapper .bootcamps div h4,.workout_session .wrapper .bootcamps div p{font-size:20px}}.gallery{background:#111;display:flex;flex-direction:column;gap:30px;padding:100px 0 50px}.gallery h1{color:#ffea00;font-size:2.2rem;margin:0 auto;letter-spacing:1px}.gallery .images{display:flex;gap:15px;max-width:1500px;min-width:1500px;margin:0 auto}.gallery .images div{flex:1}.gallery .images img{width:100%;height:auto}@media (max-width: 1520px){.gallery{padding:50px 20px}.gallery .images{min-width:100%;gap:25px}}@media (max-width: 1200px){.gallery h1{font-size:1.6rem}}.pricing{display:flex;gap:30px;flex-direction:column;padding:100px 0 50px}.pricing h1{font-size:2.2rem;margin:0 auto;letter-spacing:1px}.pricing .wrapper{display:flex;gap:30px;max-width:1500px;min-width:1500px;margin:0 auto;padding:30px 0}.pricing .wrapper .card{flex:1;position:relative;height:700px;box-shadow:1px 3px 12px 2px #000000bf;-webkit-box-shadow:1px 3px 12px 2px rgba(0,0,0,.75);-moz-box-shadow:1px 3px 12px 2px rgba(0,0,0,.75)}.pricing .wrapper .card img{position:absolute;width:100%;height:100%;top:0;left:0}.pricing .wrapper .card .title{z-index:1;position:relative;height:250px;color:#fff;overflow-y:hidden;padding:30px}.pricing .wrapper .card .title h1{font-size:3rem;color:#ffea00;position:relative;z-index:5}.pricing .wrapper .card .title h3{font-size:2.5rem;position:relative;z-index:5}.pricing .wrapper .card .title p{font-size:20px;position:relative;z-index:5;margin-top:5px}.pricing .wrapper .card .title:before{content:"";position:absolute;height:100%;width:100%;top:0;left:0;background:#0009}.pricing .wrapper .card .title:after{content:"";position:absolute;height:20px;width:100%;bottom:-11px;background:#7d7705;transform:skew(0,-2deg);left:0}.pricing .wrapper .card .description{background:#0e0e0e;position:relative;z-index:1;flex:3;height:450px;display:flex;flex-direction:column;justify-content:center;padding:0 30px;gap:20px}.pricing .wrapper .card .description p{display:flex;gap:20px;align-items:center;font-size:15px}.pricing .wrapper .card .description p svg{color:#ffea00}.pricing .wrapper .card .description a{background:transparent;color:#000;font-weight:500;background:#ffea00;padding:15px 30px;border:none;text-decoration:none;width:fit-content;transition:.3s}.pricing .wrapper .card .description a:hover{transition:.3s;background:#a8ab00}.pricing .wrapper .card:nth-child(2):before{content:"";position:absolute;width:100%;height:100%;background:#0009;z-index:1}.pricing .wrapper .card .description{color:#fff}.pricing .wrapper .card:nth-child(2) .description{background:transparent;position:relative;z-index:1;flex:3;height:480px;display:flex;flex-direction:column;justify-content:center;padding:20px 30px 0;gap:20px;color:#fff}.pricing .wrapper .card:nth-child(2) .title{z-index:1;position:relative;height:220px;color:#fff;overflow-y:hidden}.pricing .wrapper .card:nth-child(2) .title:after,.pricing .wrapper .card:nth-child(2) .title:before{display:none}@media (max-width: 1520px){.pricing{padding:50px 20px}.pricing .wrapper{min-width:100%;gap:25px}}@media (max-width: 1222px){.pricing .wrapper .card .title{display:flex;flex-direction:column;gap:10px}.pricing .wrapper .card .title h1{font-size:2rem;margin:0;overflow:hidden}.pricing .wrapper .card .title h3{font-size:1.6rem;overflow:hidden}.pricing .wrapper .card .title p{overflow:hidden}.pricing .wrapper .card:nth-child(2) .title{height:250.67px}.pricing .wrapper .card:nth-child(2) .description{height:386px}}@media (max-width: 1200px){.pricing h1{font-size:1.6rem}}@media (max-width: 900px){.pricing .wrapper .card:nth-child(2) .description,.pricing .wrapper .card .description{padding:10px}}@media (max-width: 840px){.pricing .wrapper{flex-direction:column;align-items:center}.pricing .wrapper .card{width:650px}}@media (max-width: 690px){.pricing .wrapper .card{width:100%}}.contact{min-height:800px;background:url(/contact.jpg) #000000bf;background-blend-mode:darken;background-repeat:no-repeat;background-size:cover;background-position:center;display:flex;justify-content:flex-end;align-items:center;padding-right:7rem}.contact form{color:#fff;background:#111;width:650px;padding:40px;display:flex;flex-direction:column;gap:40px;font-size:20px}.contact form div{display:flex;flex-direction:column;gap:7px}.contact form div label{color:#fff;font-weight:500}.contact form div input{font-size:20px;padding:7px 3px;border:none;border-bottom:1px solid rgb(255,255,255);background:transparent;color:#fff}.contact form div input:focus{outline:none}.contact form button{border:none;color:#000;font-weight:700;background:#ffea00;padding:10px;font-size:20px;transition:.3s}.contact form button:hover{transition:.3s;background:#afa102;cursor:pointer}@media (max-width: 1160px){.contact{justify-content:center;padding:50px 20px;background-position:left}}footer{padding:20px;background:#111;text-align:center;font-size:20px;color:#ffea00}.bmi{display:flex;flex-direction:column;align-items:center;gap:30px;padding:100px 0 50px}.bmi h1{font-size:2.2rem;margin:0 auto;letter-spacing:1px;text-transform:uppercase;color:#000}.bmi .container{display:flex;gap:50px;min-width:1500px;max-width:1500px;color:#030303}.bmi .container .wrapper{flex:1}.bmi .container .wrapper:last-child{overflow:hidden}.bmi .container .wrapper:last-child img{width:100%;height:100%}.bmi .container .wrapper form{height:550px;display:flex;flex-direction:column;justify-content:center;gap:40px}.bmi .container .wrapper form div{display:flex;flex-direction:column;gap:5px;font-size:22px;font-weight:500}.bmi .container .wrapper form div input,.bmi .container .wrapper form div select{padding:7px 4px;font-size:22px;border:none;border-bottom:1px solid #000000;background:transparent;color:#000}.bmi .container .wrapper form div option{color:#111}.bmi .container .wrapper form div input:focus,.bmi .container .wrapper form div select:focus{outline:none}.bmi .container .wrapper form button{border:none;padding:10px 40px;font-size:22px;font-weight:500;color:#ffea00;background:#000}@media (max-width: 1520px){.bmi{padding:100px 20px 50px}.bmi .container{min-width:100%}}@media (max-width: 735px){.bmi .container{flex-direction:column-reverse;gap:1px}}.footer{text-align:left;padding:20px;background:#111;color:#9c9c9c;font-size:1.1rem;box-shadow:0 -3px 10px #0000004d}.footer p{margin:0;display:inline-block}.footer strong.gym{color:#ffea00}.footer strong{color:#9c9c9c}
