@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&family=Oswald:wght@400;500;600&display=swap");*,*:before,*:after{box-sizing:border-box}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input,button,select,textarea,label{outline:0}html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li{padding:0;margin:0}a{text-decoration:none}body{font-size:16px;line-height:1.6}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:var(--title-font);text-transform:uppercase;line-height:1}h1,.h1{font-size:3.4rem;font-weight:600}h2,.h2{font-size:3.12rem;font-weight:600}h3,.h3{font-size:2.81rem;font-weight:300;color:var(--secondary-color)}h4,.h4{font-size:2.18rem;font-weight:600;line-height:1.2;margin-bottom:1rem}h5,.h5{font-size:2.18rem;font-weight:300;line-height:1.2;margin-bottom:1rem}.section--title{color:var(--secondary-color);text-align:center;margin-bottom:1.5rem}@media (min-width: 768px){h1,.h1{font-size:3.88rem}h5,.h5{font-size:2rem}}@media (min-width: 992px){h1,.h1{font-size:5.5rem}}@media (min-width: 1400px){h1,.h1{font-size:7.5rem}}:root{--primary-color:             #013328;--primary-color-rgb:         1, 51, 40;--primary-light-color:       #027D62;--secondary-color:           #CC8B65;--secondary-light-color:     #E3DCD2;--secondary-light-color-rgb: 227, 220, 210;--black-color:               #100C0D;--white-color:               #fff;--title-font:                'Oswald', sans-serif;--body-font:                 'Montserrat', sans-serif}*::selection{background-color:#CC8B65;color:#fff}html{scroll-behavior:smooth}html,body{background-color:var(--primary-color);color:var(--white-color);height:100%}body{font-family:var(--body-font)}img{max-width:100%}p{margin-bottom:1rem}a{color:var(--white-color);text-decoration:none}.section{padding:60px 0;overflow:hidden;position:relative}.section .container{width:100%;height:100%;padding-left:25px;padding-right:25px}@media (min-width: 768px){.section .container{max-width:768px;margin-left:auto;margin-right:auto;padding-left:35px;padding-right:35px}}@media (min-width: 992px){.section .container{max-width:992px}}@media (min-width: 1200px){.section .container{max-width:1160px}}@media (min-width: 1400px){.section .container{max-width:1360px}}.no-touch *{cursor:none}.no-touch #cursor{z-index:9999999;position:fixed;background-color:#fff;width:10px;height:10px;left:0;top:0;pointer-events:none;border-radius:50%;transform-origin:center center;transform:translate(-50%, -50%);transition:transform 150ms 10ms cubic-bezier(0.75, -1.27, 0.3, 1.33)}.no-touch #cursor.view-img{transform:scale(9);background:url("../images/preview-img.png") no-repeat center/cover;transition:transform 300ms 25ms cubic-bezier(0.75, -1.27, 0.3, 1.33)}.no-touch #cursor.view-img.pressed{transform:scale(6);transition:transform 50ms 0s ease}.no-touch #cursor.hover-me{transform:scale(3);transition:transform 150ms 0ms ease;mix-blend-mode:difference}.header__logo{display:inline-block;width:80px;padding:0 10px}.header__logo a{display:block}.header__logo a img{display:block}@media (min-width: 992px){.header__logo{width:100px}}@media (min-width: 1200px){.header__logo{width:100px}}.header__call{padding-bottom:5px;text-align:center}.header__call a{color:#fff;font-family:var(--title-font);font-size:1.2rem}@media (min-width: 1200px){.header__call{text-align:right;margin-right:10px;padding-bottom:0}.header__call a{white-space:nowrap;font-size:1.5rem}}.burger-menu{margin:10px;display:flex;width:50px;padding:10px;height:50px;border:none;position:relative;align-items:center;cursor:pointer;background:none}.burger-menu .bar{background-color:var(--secondary-color);height:2px;width:30px;position:relative;justify-self:flex-end;transition:all 0s 0.25s}.burger-menu .bar:before,.burger-menu .bar:after{content:"";background-color:var(--secondary-color);position:absolute;width:30px;height:2px;left:0}.burger-menu .bar:before{top:-9px;transition:top 0.2s 0.2s ease, transform 0.2s ease}.burger-menu .bar:after{top:9px;transition:top 0.2s 0.2s ease, transform 0.2s ease}.burger-menu.animate .bar{background:rgba(0,0,0,0)}.burger-menu.animate .bar:before{top:0;transform:rotate(45deg);transition:top 0.2s ease, transform 0.2s 0.2s ease}.burger-menu.animate .bar:after{top:0;transform:rotate(-45deg);transition:top 0.2s ease, transform 0.2s 0.2s ease}@media (min-width: 1200px){.burger-menu{display:none}}.header__nav{position:fixed;width:100%;height:100vh;left:0;top:-100vh;background-color:var(--secondary-light-color);display:flex;align-items:center}.header__nav .header__links{padding:30px;text-align:center;width:100%}.header__nav .header__links a{display:block;position:relative;font-family:var(--title-font);color:var(--secondary-color);text-transform:uppercase;font-size:1.6rem;overflow:hidden;margin:25px 0}.header__nav .header__links a.selected{color:var(--black-color)}.header__nav .header__links a span{display:block;transition:transform 0.15s}.header__nav .header__links a:after{content:attr(data-text);position:absolute;width:100%;height:100%;top:0;left:0;color:var(--black-color);transition:transform 0.15s;transform:translate3d(0, -100%, 0)}.header__nav .header__links a:hover span{transform:translate3d(0, 100%, 0)}.header__nav .header__links a:hover:after{transform:translate3d(0, 0, 0)}@media (min-width: 1200px){.header__nav{top:0;height:auto;background:none}.header__nav .header__links a{display:inline-block;margin:0 15px;font-size:1.3rem}.header__nav .header__links a.selected{color:#fff}.header__nav .header__links a:after{color:var(--white-color)}}.img--reveal--container{position:relative;overflow:hidden}.img--reveal--container img{object-fit:cover;display:block;transform:scale(1.6);transition:transform 1.3s cubic-bezier(0.78, 0, 0.2, 1)}.img--reveal--container .img--mask{background-color:var(--primary-color);position:absolute;width:100%;height:100%;top:0;transition:all 1.4s cubic-bezier(0.78, 0, 0.2, 1)}.img--reveal--container.reveal--to--right .img--mask{right:0;left:auto}.img--reveal--container.reveal--to--left .img--mask{right:auto;left:0}.img--reveal--container.reveal--to--down .img--mask{top:auto;bottom:0}.img--reveal--container.reveal--to--up .img--mask{top:0;bottom:auto}.img--reveal--container.reveal img{transform:scale(1)}.img--reveal--container.reveal.reveal--to--left .img--mask,.img--reveal--container.reveal.reveal--to--right .img--mask{width:0%}.img--reveal--container.reveal.reveal--to--down .img--mask,.img--reveal--container.reveal.reveal--to--top .img--mask{height:0%}.button{position:relative;font-family:var(--title-font);font-size:1rem;background:none;border:none;text-transform:uppercase;padding:10px 25px;cursor:none;background-color:var(--btn-bg, var(--secondary-color));border:2px solid var(--btn-border, var(--secondary-color));color:var(--btn-text, var(--secondary-color))}.button span{position:relative}.button:before{content:"";position:absolute;left:0;top:0;height:100%;width:100%;background-color:var(--btn-hover-bg, tranparent);transform:scaleY(0);transition:transform 0.3s ease}.button:hover:before{transform:scaleY(1)}.button.fill--white{--btn-bg: var(--white-color);--btn-border: #fff;--btn-text: var(--primary-color)}.button.fill--white:hover{--btn-border: var(--secondary-color)}.button.fill--white:before{--btn-hover-bg: var(--secondary-color)}.button.outline--white{--btn-bg: tranparent;--btn-border: #fff;--btn-text: var(--white-color)}.button.outline--white:hover{--btn-text: var( --primary-color)}.button.outline--white:before{--btn-hover-bg: var(--white-color)}.button.outline--secondary{--btn-bg: tranparent;--btn-border: var(--secondary-color);--btn-text: var(--secondary-color)}.button.outline--secondary:hover{--btn-text: var( --primary-color)}.button.outline--secondary:before{--btn-hover-bg: var(--secondary-color)}.header{position:fixed;top:0;left:0;display:flex;width:100%;align-items:center;padding:10px;height:80px;background-color:rgba(var(--primary-color-rgb), 0.9);backdrop-filter:blur(10px);z-index:9999}.header .header__call{flex:1}@media (min-width: 768px){.header{padding:20px}}@media (min-width: 1200px){.header{justify-content:space-between;height:auto}.header .header__nav{z-index:-1}.header .header__call{flex:0}}.section--hero{height:100%;width:100%;margin-top:80px;background:url("../images/ag-photo.png") no-repeat center/cover;height:70vh}.section--hero .container{display:flex;align-items:center}.section--hero .hero--content{width:100%;text-align:center;font-family:var(--title-font)}.section--hero .hero--content span{display:block;margin:5px 0;text-transform:uppercase}.section--hero .hero--content .hero--content__tag{color:var(--secondary-color)}.section--hero .img--reveal--container{display:none}@media (min-width: 768px){.section--hero{background:none;margin-top:0;padding-top:100px;padding-bottom:100px;height:100vh;overflow:visible}.section--hero .container{position:relative;padding-left:0;padding-right:0}.section--hero .hero--content{text-transform:uppercase;font-size:1.6rem;z-index:10;overflow:hidden}.section--hero .img--reveal--container{display:block;position:absolute}.section--hero .img--reveal--container.hero-img-1{width:345px;left:-5%;top:10%}.section--hero .img--reveal--container.hero-img-2{width:350px;right:0;top:6%}.section--hero .img--reveal--container.hero-img-3{width:340px;bottom:-15%;left:5%}.section--hero .img--reveal--container.hero-img-4{width:336px;right:20px;bottom:-3%}}@media (min-width: 992px){.section--hero{height:100vh}.section--hero .hero--content{font-size:1.8rem}.section--hero .img--reveal--container.hero-img-1{width:300px;left:0}.section--hero .img--reveal--container.hero-img-2{width:330px;right:0;top:3%}.section--hero .img--reveal--container.hero-img-3{width:280px;bottom:-28%;left:8%}.section--hero .img--reveal--container.hero-img-4{width:340px;bottom:-15%;right:12%}}@media (min-width: 1200px){.section--hero .img--reveal--container.hero-img-1{width:300px;left:4%}.section--hero .img--reveal--container.hero-img-2{width:340px;right:4%}.section--hero .img--reveal--container.hero-img-3{width:300px;left:14%;bottom:-33%}.section--hero .img--reveal--container.hero-img-4{width:410px;bottom:-24%;right:6%}}@media (min-width: 1400px){.section--hero .img--reveal--container.hero-img-1{width:400px;left:3%}.section--hero .img--reveal--container.hero-img-2{width:440px;right:2%}.section--hero .img--reveal--container.hero-img-3{width:370px;left:14%;bottom:-33%}.section--hero .img--reveal--container.hero-img-4{width:490px;bottom:-19%;right:6%}}.section--services .services__pin--container .services__img-container{display:none}.section--services .services__text-container .service--text--block{text-align:center;margin:50px 0}.section--services .services__text-container .service--text--block .service--title{margin-bottom:20px}.section--services .services__text-container .service--text--block .service--title span{display:block}.section--services .services__text-container .service--text--block p{display:none}@media (min-width: 768px){.section--services{padding-top:100px}.section--services .services__text-container{display:flex;width:100%}.section--services .services__text-container .service--text--block{flex:1}}@media (min-width: 992px){.section--services{padding:0}.section--services .container{position:relative}.section--services .services__pin--container{position:absolute;text-align:right;width:40%;height:100vh}.section--services .services__pin--container .services__pin--wrapper{height:70%;top:20%;position:relative}.section--services .services__pin--container .section--title{text-align:right;margin-bottom:0;height:88px;position:absolute;right:0}.section--services .services__pin--container .services--pager{font-size:10px}.section--services .services__pin--container .services--pager .dot{margin:10px 0 20px 5px;border-radius:50%;background-color:rgba(255,255,255,0.5);width:8px;height:8px;display:inline-block}.section--services .services__pin--container .services--pager .dot.active{background-color:#fff}.section--services .services__pin--container .services__img-container{display:block;position:relative;width:80%;margin-left:auto;height:100%}.section--services .services__pin--container .services__img-container .service__img{height:100%;right:0;position:absolute;width:100%;top:0;padding-top:88px;opacity:0;transition:opacity 0.3s ease}.section--services .services__pin--container .services__img-container .service__img .img--reveal--container{height:100%;width:100%}.section--services .services__pin--container .services__img-container .service__img .img--reveal--container img{width:100%;height:100%}.section--services .services__pin--container .services__img-container .service__img.active{z-index:3;opacity:1}.section--services .services__text-container{height:100%;display:block;padding-left:50%}.section--services .services__text-container .service--text--block{margin:0;height:100vh;text-align:left;justify-content:center;flex:none;display:flex;flex-direction:column;padding-top:35%}.section--services .services__text-container .service--text--block .service--title{margin-bottom:20px}.section--services .services__text-container .service--text--block .service--title span{display:inline-block}.section--services .services__text-container .service--text--block p{display:block}.section--services .services__text-container .service--text--block .button{margin-right:auto}}.section--gallery .container{padding-left:0;padding-right:0}.section--gallery .gallery__filter{display:none}.section--gallery #ag-gallery{position:relative}.section--gallery #ag-gallery .swiper-wrapper .swiper-slide .img--reveal--container img{height:530px;display:block}.section--gallery #ag-gallery .swiper-wrapper .swiper-slide .gallery--img--overlay{text-align:center;bottom:50px;left:0;position:absolute;width:100%;opacity:0;transform:translateY(50px);transition:all 0.3s 1s ease}.section--gallery #ag-gallery .swiper-wrapper .swiper-slide .gallery--img--overlay .img--type{font-family:var(--title-font);text-transform:uppercase;font-size:2.5rem;margin-bottom:5px;line-height:1;text-shadow:0 3px rgba(0,0,0,0.2)}.section--gallery #ag-gallery .swiper-wrapper .swiper-slide .reveal+.gallery--img--overlay{opacity:1;transform:translateY(0)}.section--gallery #ag-gallery .swiper-pagination{bottom:60px}.section--gallery #ag-gallery .swiper-pagination .swiper-pagination-bullet{background-color:var(--white-color);opacity:1}.section--gallery #ag-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--secondary-color)}@media (min-width: 768px){.section--gallery .gallery__filter{display:flex;justify-content:center;margin-top:15px}.section--gallery .gallery__filter .gallery__filter--button{font-family:var(--title-font);text-transform:uppercase;margin:0 10px}.section--gallery .gallery__filter .gallery__filter--button[data-selected="true"]{color:var(--secondary-color)}.section--gallery #ag-gallery{margin-top:20px}.section--gallery #ag-gallery .swiper-wrapper{flex-wrap:wrap;justify-content:center}.section--gallery #ag-gallery .swiper-wrapper .swiper-slide{width:32%;padding:0 8px 16px}.section--gallery #ag-gallery .swiper-wrapper .swiper-slide .img--reveal--container img{height:auto}.section--gallery #ag-gallery .swiper-wrapper .swiper-slide .gallery--img--overlay{font-size:1rem}.section--gallery #ag-gallery .swiper-wrapper .swiper-slide .gallery--img--overlay .img--type{font-size:1.75rem}.section--gallery #ag-gallery .swiper-wrapper .swiper-slide:hover .gallery--img--overlay{opacity:1;transform:translateY(0)}.section--gallery #ag-gallery .swiper-wrapper .swiper-slide .reveal+.gallery--img--overlay{opacity:0;transform:translateY(0)}}@media (min-width: 1200px){.section--gallery #ag-gallery{margin-top:50px}.section--gallery #ag-gallery .swiper-wrapper .swiper-slide{padding:0;margin:0 18px 32px;width:30%}.section--gallery #ag-gallery .swiper-wrapper .swiper-slide .gallery--img--overlay{height:100%;top:0;display:flex;justify-content:center;flex-direction:column;opacity:0;transform:translateY(15px);transition:all 0.3s ease}.section--gallery #ag-gallery .swiper-wrapper .swiper-slide:hover .gallery--img--overlay{opacity:1;transform:translateY(0)}}.section--testimonials .container{padding-left:0;padding-right:0}.section--testimonials #ag-testimonials{margin-top:20px;position:relative}.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide{padding:0 20px;position:relative}.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide .img--reveal--container{display:block}.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide .img--reveal--container img{display:block}.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide .img--reveal--container:before{content:"";position:absolute;width:100%;bottom:0;left:0;height:0;z-index:1;transition:height 0.5s ease 0.5s;background-image:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5))}.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide .img--reveal--container.reveal:before{height:60%}.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide .testimonial--img--overlay{position:absolute;width:90%;margin:0 auto;bottom:0;left:5%;text-align:center;padding-bottom:80px;padding-top:80px;z-index:6}.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide .testimonial--img--overlay .img--type{font-family:Georgia, 'Times New Roman', Times, serif;font-style:italic;font-size:1.125rem;margin-bottom:10px;padding:0 3%;position:relative;z-index:2;opacity:0;transform:translateY(25px);transition:all 0.5s 1s ease}.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide .testimonial--img--overlay .testimonial--author{font-family:var(--title-font);color:var(--secondary-color);position:relative;z-index:2;opacity:0;transform:translateY(25px);transition:all 0.5s 1.25s ease}.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide .testimonial--img--overlay .testimonial--author:before,.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide .testimonial--img--overlay .testimonial--author:after{content:"";position:absolute;top:50%;left:-30px;height:2px;width:20px;background-color:rgba(255,255,255,0.5)}.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide .testimonial--img--overlay .testimonial--author:after{left:auto;right:-30px}.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide.animate .img--reveal--container img{transform:scale(1)}.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide.animate .img--reveal--container .img--mask{height:0}.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide.animate .testimonial--img--overlay .img--type{opacity:1;transform:translateY(0)}.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide.animate .testimonial--img--overlay .testimonial--author{opacity:1;transform:translateY(0)}.section--testimonials #ag-testimonials .swiper-button-disabled{opacity:0.5}.section--testimonials #ag-testimonials .swiper-button-next,.section--testimonials #ag-testimonials .swiper-button-prev{display:none}.section--testimonials #ag-testimonials .swiper-pagination{bottom:30px}.section--testimonials #ag-testimonials .swiper-pagination .swiper-pagination-bullet{background-color:var(--white-color);opacity:1;margin:0 2px}.section--testimonials #ag-testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--secondary-color)}@media (min-width: 768px){.section--testimonials #ag-testimonials .swiper-wrapper{display:block}.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide{flex:none;position:absolute;top:0}.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide .img--reveal--container{width:460px;margin:0 auto}.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide .testimonial--img--overlay{opacity:0}.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide .testimonial--img--overlay .img--type{font-size:1.5rem;line-height:1.4}.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide.active{position:relative;display:block;z-index:3}.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide.animate .img--reveal--container:before{height:60%}.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide.animate .img--reveal--container img{transform:scale(1)}.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide.animate .img--reveal--container .img--mask{height:0}.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide.animate .testimonial--img--overlay{opacity:1}.section--testimonials #ag-testimonials .swiper-pagination{width:100%;text-align:center}.section--testimonials #ag-testimonials .swiper-button-next,.section--testimonials #ag-testimonials .swiper-button-prev{display:block;width:50px;height:50px}.section--testimonials #ag-testimonials .swiper-button-next{background:url("../images/arrow-right.png") no-repeat center/25px}.section--testimonials #ag-testimonials .swiper-button-prev{background:url("../images/arrow-left.png") no-repeat center/25px}}@media (min-width: 992px){.section--testimonials .container{overflow:hidden}.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide .img--reveal--container{width:380px}.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide .testimonial--img--overlay:before{width:380px}.section--testimonials #ag-testimonials .swiper-wrapper .swiper-slide .testimonial--img--overlay .img--type{width:690px;margin:0 auto 20px}}.section--about .about__descript{background-color:var(--secondary-color);margin-left:-25px;margin-right:-25px;padding:100px 25px 50px;margin-top:-80px}@media (min-width: 768px){.section--about .img--reveal--container{width:60%;margin-left:60px}.section--about .about__descript{margin-left:0;margin-right:0;padding:130px 60px 80px;margin-top:-80px}.section--about .about__descript h4{width:90%}}@media (min-width: 992px){.section--about .about__wrapper{position:relative}.section--about .section--title{width:45%;text-align:right}.section--about .img--reveal--container{width:45%;margin-left:0}.section--about .about__descript{position:absolute;width:70%;top:50%;right:0;transform:translateY(-50%);padding:40px;margin-top:0}}@media (min-width: 1200px){.section--about .section--title{width:50%}.section--about .img--reveal--container{width:50%}.section--about .about__descript{width:58%;padding:55px}}.section--contact .contact--details{text-align:center;margin-bottom:80px}.section--contact .contact--details p{white-space:pre-line;font-size:1.25rem;line-height:1.3}.section--contact .contact--details p span{display:block;margin-bottom:7px}.section--contact .contact--form .form__element--block{margin-bottom:20px}.section--contact .contact--form .form__element--block label{display:block;margin-bottom:4px;opacity:0.8;font-size:0.9rem;font-weight:300;text-transform:uppercase}.section--contact .contact--form .form__element--block .form--element{width:100%;border:2px solid #fff;background:none;padding:15px 18px;color:#fff;font-size:1.2rem}@media (min-width: 768px){.section--contact .contact--details{text-align:left}.section--contact .contact--details .section--title{width:65%;text-align:left}.section--contact .contact--details p{white-space:normal;clear:both;padding-bottom:20px}.section--contact .contact--details p span.icon{width:30px;float:left}.section--contact .contact--details p .label{float:left;width:70%;white-space:pre-line}.section--contact .contact--form .form__element--block.cols-2{width:49%;display:inline-block}.section--contact .contact--form .form__element--block.cols-2:nth-child(odd){width:50%;padding-right:5%}}@media (min-width: 992px){.section--contact .container{display:flex}.section--contact .contact--details{width:40%}.section--contact .contact--details p{font-size:1rem}.section--contact .contact--form{width:60%}}.footer{padding:40px 0;text-align:center;position:relative}.footer h3{margin-bottom:30px}.footer .social--icon{border:1px solid var(--white-color);display:inline-block;width:50px;height:50px;font-size:1.6rem;border-radius:50%;line-height:50px;margin:0 8px}.footer .footer__copyright{margin-top:50px;font-size:0.8rem}.footer hr{width:100%;height:1px;border:none;background-color:var(--secondary-color);position:absolute;top:0;transform-origin:center}
