:root{--primary-orange:#ef7d10;--primary-red:#e23b00;--primary-gray:#606060;--primary-white:#fff;--primary-black:#000;--primary-overlay:rgba(0,0,0,0.5);--dark-red:#902500;--mid-gray:#707070;--dark-gray:#404040;--footer-gray:#505257;--body-gray:#505050;--border-gray:#b7b7b7;--hover-gray:#a4a4a4;--header-gray:#c4c4c4;--light-gray:#efefef;--menu-shadow:rgba(0,0,0,0.8);--bg-overlay:rgba(0,0,0,0.8);--font-family-josefin:"Josefin Sans",sans-serif;--font-family-roboto:"Roboto",sans-serif}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){*{-webkit-animation-duration:.001ms!important;animation-duration:.001ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}*{box-sizing:border-box}html{overflow-y:scroll;max-height:100vh;max-height:calc(var(--vh, 1vh)*100)}body,html{line-height:1.5}body{background:#fff;background:var(--primary-white);font-family:"Roboto",sans-serif;font-family:var(--font-family-roboto);font-size:1rem;font-weight:400;color:#000;color:var(--primary-black)}body p b,body p strong{font-weight:600}body p a{color:#ef7d10;color:var(--primary-orange)}body p a:hover{color:#e23b00;color:var(--primary-red)}body p em,body p i{font-style:italic}body p em,body p i,body p span{font-weight:inherit!important}body.mga-loading #root{display:grid;place-items:center}body.mga-section-team-partners{background:#e23b00;background:var(--primary-red)}#root{background:#fff;background:var(--primary-white)}#root,body{position:relative;display:flex;min-height:100vh;min-height:calc(var(--vh, 1vh)*100);flex-direction:column}h1,h2,h3,h4,h5,h6{font-family:"Josefin Sans",sans-serif;font-family:var(--font-family-josefin);line-height:1;margin:0}a{text-decoration:none;color:inherit}a,button{transition:all .3s ease-out}button{border:none;background:none;outline:none;padding:0;font-size:0;line-height:0;cursor:pointer}.mga-brand{display:block;width:12.375rem;height:2.875rem;transition:all .3s ease-out}@media screen and (max-width:600px){.mga-brand{width:4.75rem;height:1.75rem}}.mga-brand>*{font-size:0!important;line-height:0!important}.mga-brand path,.mga-brand svg{transition:all .3s ease-out}.mga-img-loading{position:relative;display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;flex-shrink:0!important}.mga-img-loading:before{content:"";width:1.875rem;height:1.875rem;border-radius:50%;flex-shrink:0!important;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border:2px solid #e23b00;border-right-color:#fff;border:2px solid var(--primary-red);border-right-color:var(--primary-white)}.mga-button{position:relative;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;width:5.625rem;height:5.625rem;flex-shrink:0!important;cursor:pointer;transition:all .5s ease-in-out}@media screen and (max-width:600px){.mga-button{width:3.125rem;height:3.125rem}}.mga-button:after,.mga-button:before{content:""}.mga-button:before{-webkit-transform:translateY(-.4375rem);transform:translateY(-.4375rem)}@media screen and (max-width:600px){.mga-button:before{-webkit-transform:translateY(-.375rem);transform:translateY(-.375rem)}}.mga-button:after{-webkit-transform:translateY(.4375rem);transform:translateY(.4375rem)}@media screen and (max-width:600px){.mga-button:after{-webkit-transform:translateY(.375rem);transform:translateY(.375rem)}}.mga-button:after,.mga-button:before,.mga-button__burger{display:block;width:1.5625rem;height:.1875rem;background:#e23b00;background:var(--primary-red);-webkit-transform-origin:left top;transform-origin:left top;transition:all .3s ease-in-out}@media screen and (max-width:600px){.mga-button:after,.mga-button:before,.mga-button__burger{width:1.25rem;height:.125rem}}.mga-button:hover:before{-webkit-transform:scaleX(.8) translateY(-.4375rem);transform:scaleX(.8) translateY(-.4375rem)}@media screen and (max-width:600px){.mga-button:hover:before{-webkit-transform:scaleX(.8) translateY(-.375rem);transform:scaleX(.8) translateY(-.375rem)}}.mga-button:hover .mga-button__burger{-webkit-transform:scaleX(.55);transform:scaleX(.55)}.mga-button--light .mga-button__burger,.mga-button--light:after,.mga-button--light:before{background:#fff;background:var(--primary-white)}.mga-button--light:hover .mga-button__burger,.mga-button--light:hover:after,.mga-button--light:hover:before{background:#707070;background:var(--mid-gray)}.mga-button--active .mga-button__burger{opacity:0}.mga-button--active:after,.mga-button--active:before{-webkit-transform-origin:center;transform-origin:center}.mga-button--active:before{-webkit-transform:rotate(-45deg) translate(-1px,2px)!important;transform:rotate(-45deg) translate(-1px,2px)!important}.mga-button--active:after{-webkit-transform:rotate(45deg) translate(-2px,-3px)!important;transform:rotate(45deg) translate(-2px,-3px)!important}@media screen and (max-width:600px){.mga-button--active:after{-webkit-transform:rotate(45deg) translate(-1px,-2px)!important;transform:rotate(45deg) translate(-1px,-2px)!important}}.mga-background{position:fixed;width:100vw;width:calc(var(--vw, 1vw)*100);height:100vh;height:calc(var(--vh, 1vh)*100);left:0;top:0;z-index:-1;pointer-events:none!important;overflow:hidden}.mga-background__item{position:absolute;width:100%;height:50%;transition:all .5s ease-out}.mga-background__item--white{background:#606060;background:var(--primary-gray);z-index:1}.mga-background__item--red{background:#e23b00;background:var(--primary-red);z-index:2}.mga-background__item--orange{background:#ef7d10;background:var(--primary-orange);z-index:3}.mga-social{flex-flow:row nowrap;grid-gap:.5rem;gap:.5rem}.mga-social,.mga-social__item a{display:flex;align-items:center;justify-content:center}.mga-social__item a{flex-flow:column nowrap;font-size:0;line-height:0;width:2.0625rem;height:2.0625rem;border-radius:50%;border:1px solid #606060;border:1px solid var(--primary-gray)}.mga-social__item a,.mga-social__item a:before{transition:all .3s ease-out}.mga-social__item a:before{content:"";width:.9375rem;height:.9375rem;-webkit-mask:center/contain no-repeat;mask:center/contain no-repeat;background:#606060;background:var(--primary-gray)}.mga-social__item a:hover{background:#e23b00;background:var(--primary-red);border-color:#e23b00;border-color:var(--primary-red)}.mga-social__item a:hover:before{background:#fff;background:var(--primary-white)}.mga-social__item--facebook a:before{-webkit-mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-facebook.ab4c5f15.svg);mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-facebook.ab4c5f15.svg)}.mga-social__item--twitter a:before{-webkit-mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-twitter.c582c17f.svg);mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-twitter.c582c17f.svg)}.mga-social__item--linkedin a:before{-webkit-mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-linkedin.441c0099.svg);mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-linkedin.441c0099.svg)}.mga-social__item--instagram a:before{-webkit-mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-instagram.339e2538.svg);mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-instagram.339e2538.svg)}.mga-social__item--youtube a:before{-webkit-mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-youtube.7a0bb22e.svg);mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-youtube.7a0bb22e.svg)}.mga-social--light .mga-social__item a{border-color:#fff;border-color:var(--primary-white)}.mga-social--light .mga-social__item a:before,.mga-social--light .mga-social__item a:hover{background:#fff;background:var(--primary-white)}.mga-social--light .mga-social__item a:hover:before{background:#e23b00;background:var(--primary-red)}.mga-social--dark .mga-social__item a{border-color:#000;border-color:var(--primary-black)}.mga-social--dark .mga-social__item a:before{background:#000;background:var(--primary-black)}.mga-social--dark .mga-social__item a:hover{background:#e23b00;background:var(--primary-red);border-color:#e23b00;border-color:var(--primary-red)}.mga-social--dark .mga-social__item a:hover:before{background:#fff;background:var(--primary-white)}@-webkit-keyframes bump{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-.625rem);transform:translateY(-.625rem)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bump{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-.625rem);transform:translateY(-.625rem)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.mga-header{position:relative;z-index:100}.mga-header__topbar{position:fixed;width:100vw;width:calc(var(--vw, 1vw)*100);top:0;left:0;z-index:5}.mga-header__topbar__wrapper{width:100%;height:5.625rem;padding:0 0 0 2.5rem;display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;transition:all .3s ease-out;background:var(--primary-white)}@media screen and (max-width:1024px){.mga-header__topbar__wrapper{padding:0 0 0 1.5625rem}}@media screen and (max-width:600px){.mga-header__topbar__wrapper{height:3.125rem;padding:0 0 0 1.25rem}}.mga-header__topbar .mga-brand{flex-shrink:0}@media screen and (max-width:600px){.mga-header__topbar .mga-brand{margin-top:.25rem}}.mga-header__topbar a.mga-brand:hover{opacity:.7}.mga-header__topbar__back{display:flex;flex-flow:row nowrap;align-items:center;font-size:1.125rem;line-height:1.125rem;font-weight:500;flex-shrink:0;letter-spacing:-.02rem;margin-left:auto;color:var(--primary-black);z-index:5}.mga-header__topbar__back:before{content:"";width:1.125rem;height:1.125rem;-webkit-mask:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-arrow-down.7097cc40.svg) center/contain no-repeat;mask:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-arrow-down.7097cc40.svg) center/contain no-repeat;background:var(--primary-red);-webkit-transform:rotate(90deg);transform:rotate(90deg);margin:0 .9375rem 0 0}@media screen and (max-width:600px){.mga-header__topbar__back:before{margin:0 .5rem 0 0}}.mga-header__topbar__back:after{content:"";width:1px;height:1.125rem;background:var(--header-gray);margin:0 0 0 1.5625rem;transition:all .3s ease-out}@media screen and (max-width:600px){.mga-header__topbar__back:after{margin:0 0 0 .9375rem}}.mga-header__topbar__back:hover{color:var(--primary-red);-webkit-transform:translateX(-1rem);transform:translateX(-1rem)}.mga-header__topbar__back:hover:after{width:.125rem;background:var(--primary-black)}.mga-header__topbar--fixed .mga-brand{width:8.75rem!important;height:1.875rem!important}@media screen and (max-width:600px){.mga-header__topbar--fixed .mga-brand{width:3.75rem!important;height:1.375rem!important}}.mga-header__topbar--fixed .mga-header__topbar__wrapper{height:3.75rem!important;transition-duration:.5s;box-shadow:0 0 .5rem rgba(0,0,0,.15)}@media screen and (max-width:600px){.mga-header__topbar--fixed .mga-header__topbar__wrapper{height:2.5rem!important;box-shadow:0 0 .3125rem rgba(0,0,0,.15)}.mga-header__topbar--fixed .mga-button{width:2.5rem!important;height:2.5rem!important}}.mga-header__sidemenu{position:fixed;width:100vw;width:calc(var(--vw, 1vw)*100);height:100vh;height:calc(var(--vh, 1vh)*100);left:0;top:0;right:0;bottom:0;z-index:10}.mga-header__sidemenu__overlay{position:absolute;width:100%;height:100%;background:var(--primary-overlay)}.mga-header__sidemenu__bottom{display:flex;flex-flow:column nowrap;margin:auto 0 0}.mga-header__sidemenu__bottom svg{display:block;width:100%;height:auto;fill:var(--primary-red)}.mga-header__sidemenu__bottom .mga-socials{padding:2rem 2.125rem 2.125rem;background:var(--primary-red)}.mga-header__sidemenu__bottom .mga-socials__item{margin:0 0 1.25rem}.mga-header__sidemenu__bottom .mga-socials__item:last-child{margin:0}.mga-header__sidemenu__bottom .mga-socials__item a{display:flex;flex-flow:row nowrap;align-items:center;font-size:1.125rem;line-height:1.125rem;color:var(--primary-white)}.mga-header__sidemenu__bottom .mga-socials__item a:before{content:"";width:.9375rem;height:.9375rem;margin:0 .75rem 0 0;background:var(--primary-white);-webkit-mask:center/contain no-repeat;mask:center/contain no-repeat;transition:background-color .3s ease-out}.mga-header__sidemenu__bottom .mga-socials__item a:hover{color:var(--dark-red);-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.mga-header__sidemenu__bottom .mga-socials__item a:hover:before{background:var(--dark-red)}.mga-header__sidemenu__bottom .mga-socials__item--email a:before{-webkit-mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-email.30637abd.svg);mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-email.30637abd.svg)}.mga-header__sidemenu__bottom .mga-socials__item--facebook a:before{height:1rem;-webkit-mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-facebook.ab4c5f15.svg);mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-facebook.ab4c5f15.svg)}.mga-header__sidemenu__bottom .mga-socials__item--twitter a:before{width:1.125rem;height:1.125rem;-webkit-mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-twitter.c582c17f.svg);mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-twitter.c582c17f.svg)}.mga-header__sidemenu__bottom .mga-socials__item--instagram a:before{-webkit-mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-instagram.339e2538.svg);mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-instagram.339e2538.svg)}.mga-header__sidemenu__bottom .mga-socials__item--linkedin a:before{-webkit-mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-lkdin.6e793afe.svg);mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-lkdin.6e793afe.svg)}.mga-header__sidemenu__bottom .mga-socials__item--youtube a:before{width:1.125rem;height:1rem;-webkit-mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-youtube.7a0bb22e.svg);mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-youtube.7a0bb22e.svg)}@media screen and (max-width:600px){.mga-header__sidemenu__bottom .mga-socials{padding:1.5625rem 1.25rem}}@media screen and (max-width:376px){.mga-header__sidemenu__bottom .mga-socials{padding:.625rem 1.25rem 1.25rem}}.mga-header__sidemenu__menu{padding:0 0 0 2.125rem;margin:3.125rem 0 1.25rem;flex-shrink:0}.mga-header__sidemenu__menu ul{display:flex;flex-flow:column nowrap}.mga-header__sidemenu__menu ul li a{display:block;position:relative;font-family:var(--font-family-josefin);font-size:1.125rem;line-height:1.125rem;font-weight:500;letter-spacing:-.065rem;text-transform:uppercase;color:var(--primary-white);padding:2.1875rem 0 .625rem}.mga-header__sidemenu__menu ul li a:after,.mga-header__sidemenu__menu ul li a:before{content:"";position:absolute;width:100%;height:1px;left:0;bottom:0;background:var(--primary-white)}.mga-header__sidemenu__menu ul li a:after{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left center;transform-origin:left center;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;background:var(--primary-orange);z-index:1}.mga-header__sidemenu__menu ul li a:hover{color:var(--primary-orange)}.mga-header__sidemenu__menu ul li a:hover:after{-webkit-transform:scaleX(1);transform:scaleX(1)}.mga-header__sidemenu__menu ul li a.active{color:var(--dark-gray)}.mga-header__sidemenu__menu ul li a.active:after{height:.25rem;-webkit-transform:scaleX(1);transform:scaleX(1);background:var(--primary-red)}@media screen and (max-width:600px){.mga-header__sidemenu__menu ul li a{padding:1.5625rem 0 .625rem}}@media screen and (max-width:376px){.mga-header__sidemenu__menu ul li a{padding:1.25rem 0 .625rem}}@media screen and (max-width:600px){.mga-header__sidemenu__menu{margin:1.875rem 0 .625rem;padding:0 0 0 1.25rem}}@media screen and (max-width:376px){.mga-header__sidemenu__menu{margin:.625rem 0}}.mga-header__sidemenu__wrapper{position:absolute;display:flex;flex-flow:column nowrap;padding:2.125rem 0 0;right:0;top:0;width:100%;max-width:26rem;height:100%;overflow:auto;background:linear-gradient(0deg,#606060,#505050)}@media screen and (max-width:600px){.mga-header__sidemenu__wrapper{padding:.9375rem 0 0}}.mga-header__sidemenu__wrapper .mga-button{position:absolute;right:0;top:0}.mga-header__sidemenu__wrapper .mga-brand{width:4.8125rem;height:1.8125rem;margin:0 0 0 2.125rem}@media screen and (max-width:600px){.mga-header__sidemenu__wrapper .mga-brand{margin:0 0 0 1.375rem}}.mga-header__sidemenu__wrapper a.mga-brand:hover path,.mga-header__sidemenu__wrapper a.mga-brand:hover svg{fill:var(--mid-gray)!important}@media screen and (min-width:68rem) and (max-height:50rem){.mga-header__sidemenu--hover:after{display:block;content:"";position:absolute;width:1.25rem;height:1.875rem;right:1rem;bottom:1rem;-webkit-mask:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-scroll.801c0036.svg) center/contain no-repeat;mask:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-scroll.801c0036.svg) center/contain no-repeat;background:var(--border-gray);mix-blend-mode:multiply;-webkit-animation:bump 1s linear infinite forwards;animation:bump 1s linear infinite forwards}}.mga-header--light .mga-header__topbar__wrapper{background:transparent;border-bottom:1px solid hsla(0,0%,100%,0)}.mga-header--light .mga-header__topbar--fixed .mga-header__topbar__wrapper{box-shadow:none;background:var(--primary-red);border-bottom:1px solid #fff}.mga-header--member .mga-header__topbar__wrapper{background:transparent}.mga-header--member .mga-header__topbar--fixed .mga-header__topbar__wrapper{border-color:transparent;background:var(--primary-white);box-shadow:0 0 .5rem rgba(0,0,0,.15)}.mga-header--contact .mga-header__topbar__wrapper{background:transparent}.mga-header--contact .mga-header__topbar--fixed .mga-header__topbar__wrapper{background:var(--primary-white);border-color:var(--primary-white)}.mga-header--contact .mga-header__topbar--fixed .mga-button:after,.mga-header--contact .mga-header__topbar--fixed .mga-button:before,.mga-header--contact .mga-header__topbar--fixed .mga-button__burger{background:var(--primary-red)}.mga-section-page .mga-header__topbar__wrapper{background:transparent}.mga-section-page .mga-header__topbar__wrapper .mga-button:after,.mga-section-page .mga-header__topbar__wrapper .mga-button:before,.mga-section-page .mga-header__topbar__wrapper .mga-button__burger{background:var(--primary-white)}@media screen and (max-width:600px){.mga-section-page .mga-header__topbar__wrapper .mga-button:after,.mga-section-page .mga-header__topbar__wrapper .mga-button:before,.mga-section-page .mga-header__topbar__wrapper .mga-button__burger{background:var(--primary-orange)}}.mga-section-page .mga-header__topbar--fixed .mga-header__topbar__wrapper{background:var(--primary-white)}.mga-section-page .mga-header__topbar--fixed .mga-header__topbar__wrapper .mga-button:after,.mga-section-page .mga-header__topbar--fixed .mga-header__topbar__wrapper .mga-button:before,.mga-section-page .mga-header__topbar--fixed .mga-header__topbar__wrapper .mga-button__burger{background:var(--primary-orange)}.mga-section-team-partners .mga-header .mga-header__sidemenu__wrapper .mga-button .mga-button__burger,.mga-section-team-partners .mga-header .mga-header__sidemenu__wrapper .mga-button:after,.mga-section-team-partners .mga-header .mga-header__sidemenu__wrapper .mga-button:before,.mga-section-team-partners .mga-header .mga-header__topbar .mga-button .mga-button__burger,.mga-section-team-partners .mga-header .mga-header__topbar .mga-button:after,.mga-section-team-partners .mga-header .mga-header__topbar .mga-button:before{background:var(--primary-white)}.mga-section-team-partners .mga-header .mga-header__sidemenu__wrapper .mga-button:hover .mga-button__burger,.mga-section-team-partners .mga-header .mga-header__sidemenu__wrapper .mga-button:hover:after,.mga-section-team-partners .mga-header .mga-header__sidemenu__wrapper .mga-button:hover:before{background:var(--dark-gray)}.mga-footer{position:relative;display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;width:100%;height:5.375rem;padding:0 2.5rem;border-top:1px solid var(--light-gray);transition:all .3s ease-out!important}@media screen and (max-width:1024px){.mga-footer{padding:0 1.5625rem}}@media screen and (max-width:600px){.mga-footer{flex-flow:column nowrap;justify-content:space-between;height:13.75rem;padding:1.5625rem}.mga-footer .mga-social{order:3}}.mga-footer .mga-brand{width:10.375rem;height:2.375rem}.mga-footer .mga-brand:hover{opacity:.7}@media screen and (max-width:600px){.mga-footer .mga-brand{width:15.125rem;height:3.4375rem}}.mga-footer p{position:absolute;left:50%;top:50%;font-size:1rem;line-height:1rem;font-weight:300;letter-spacing:-.02rem;text-align:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:var(--footer-gray);transition:color .3s ease-out}@media screen and (max-width:1024px){.mga-footer p{font-size:.875rem;max-width:40%}}@media screen and (max-width:600px){.mga-footer p{position:relative;left:auto;top:auto;-webkit-transform:none;transform:none;max-width:none}}.mga-footer--light{border-color:var(--primary-white);background:var(--primary-red)}.mga-footer--light a.mga-brand:hover{opacity:.6}.mga-footer--light p{color:var(--primary-white)}.mga-page-section+.mga-footer{background:var(--primary-white)}.mga-init{position:relative;display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;width:3.875rem;height:3.875rem}.mga-init__spinner{width:3.75rem;height:3.75rem;border:.125rem solid var(--primary-red);border-top-color:var(--primary-orange);border-radius:50%;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.mga-init svg{position:absolute;left:50%;top:50%;width:60%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.mga-error-section{padding:1.25rem;align-items:center;justify-content:center;text-align:center;color:var(--primary-white);background:var(--primary-red)}.mga-error-section p{font-size:1.625rem;line-height:1.875rem;font-weight:300;letter-spacing:-.03rem;max-width:36rem}@media screen and (max-width:600px){.mga-error-section p{font-size:1.0625rem;line-height:1.5rem}}.mga-error-section .mga-brand{width:22rem;height:auto}@media screen and (max-width:600px){.mga-error-section .mga-brand{width:18rem}}.mga-error-section .mga-social{border-top:1px solid var(--primary-white);padding:1.875rem 1.875rem 0;margin-top:1.875rem}.mga-section{position:relative;display:flex;flex-flow:column nowrap;width:100vw;width:calc(var(--vw, 1vw)*100);min-height:100vh;min-height:calc(var(--vh, 1vh)*100);overflow-x:hidden}.mga-section__wrapper{width:75%;margin:0 auto}@media screen and (max-width:600px){.mga-section__wrapper{width:100%;margin:0}}.mga-section h1,.mga-section h2{font-size:3.125rem;line-height:3.25rem;font-weight:500;letter-spacing:-.065rem;text-transform:uppercase}@media screen and (max-width:600px){.mga-section h1,.mga-section h2{font-size:2.5625rem;line-height:2.75rem}}.mga-home-section__logo,.mga-home-section__main{position:relative;display:flex;flex-flow:column nowrap;width:100vw;width:calc(var(--vw, 1vw)*100);height:100vh;height:calc(var(--vh, 1vh)*100);overflow:hidden;z-index:1}.mga-home-section__main{justify-content:center;padding:5.625rem 1.25rem 14%}@media screen and (max-width:1024px){.mga-home-section__main{padding-bottom:48%}}@media screen and (max-width:600px){.mga-home-section__main{padding-top:3.125rem}}.mga-home-section__main h1,.mga-home-section__main h2,.mga-home-section__main h3{max-width:36rem;margin:0 0 .625rem}.mga-home-section__main a{display:inline-flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;font-family:var(--font-family-josefin);font-size:1.375rem;line-height:1.375rem;letter-spacing:-.065rem;font-weight:500;text-transform:uppercase;margin:1.25rem auto 0 0}.mga-home-section__main a:before{content:"";width:.875rem;height:.875rem;-webkit-mask:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-arrow.ba99804c.svg) center/contain no-repeat;mask:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-arrow.ba99804c.svg) center/contain no-repeat;background:var(--primary-red);margin:-.3125rem .625rem 0 0}.mga-home-section__main a:hover{color:var(--mid-gray)}@media screen and (max-width:600px){.mga-home-section__main a{font-size:1.1875rem;line-height:1.1875rem}.mga-home-section__main a:before{margin-right:.5rem}}.mga-home-section__main__info{max-width:32rem}.mga-home-section__main__info p{font-size:2rem;line-height:2.375rem;font-weight:300;letter-spacing:-.03rem;margin:0}.mga-home-section__main__bg{display:block;position:absolute;width:100.5%;height:auto;right:0;bottom:0;z-index:-1}.mga-home-section__logo{align-items:center;justify-content:center;padding:1.25rem}.mga-home-section__logo .mga-logo{display:flex;flex-flow:row nowrap;align-items:flex-end;justify-content:center;-webkit-transform-origin:center;transform-origin:center}.mga-home-section__logo .mga-logo svg{width:21.875rem}.mga-home-section__logo .mga-logo h1{width:8.125rem;font-size:1rem;line-height:1rem;font-weight:400;letter-spacing:.0085rem;text-transform:none;margin:0 0 2.25rem .75rem;color:var(--primary-gray)}@media screen and (max-width:1280px){.mga-home-section__logo .mga-logo{-webkit-transform:scale(.85);transform:scale(.85)}}@media screen and (max-width:860px){.mga-home-section__logo .mga-logo{-webkit-transform:scale(.75);transform:scale(.75)}}@media screen and (max-width:600px){.mga-home-section__logo .mga-logo{-webkit-transform:scale(.58);transform:scale(.58)}}@media screen and (max-width:386px){.mga-home-section__logo .mga-logo{-webkit-transform:scale(.5);transform:scale(.5)}}.mga-home-section__logo .mga-start{position:absolute;display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;bottom:1.5rem;width:3.125rem;height:3.125rem;border-radius:50%;background:var(--light-gray)}.mga-home-section__logo .mga-start,.mga-home-section__logo .mga-start:before{transition:background-color .3s ease-out}.mga-home-section__logo .mga-start:before{content:"";width:1.375rem;height:1.5625rem;-webkit-mask:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-arrow-down.7097cc40.svg) center no-repeat;mask:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-arrow-down.7097cc40.svg) center no-repeat;-webkit-mask-size:100%;mask-size:100%;background:var(--primary-orange)}.mga-home-section__logo .mga-start:hover{background:var(--primary-red)}.mga-home-section__logo .mga-start:hover:before{background:var(--primary-white)}.mga-home-section+.mga-footer{border-color:var(--primary-red)}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeInSlide{0%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInSlide{0%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes colorFadeWithOpacityTop{0%{background-color:initial;color:var(--primary-white);-webkit-transform:translateY(-25%);transform:translateY(-25%)}25%{color:var(--primary-white);background-color:var(--primary-red)}40%{color:var(--primary-white);-webkit-transform:translateY(0);transform:translateY(0)}70%{color:var(--primary-white)}to{background-color:initial;color:var(--primary-black)}}@keyframes colorFadeWithOpacityTop{0%{background-color:initial;color:var(--primary-white);-webkit-transform:translateY(-25%);transform:translateY(-25%)}25%{color:var(--primary-white);background-color:var(--primary-red)}40%{color:var(--primary-white);-webkit-transform:translateY(0);transform:translateY(0)}70%{color:var(--primary-white)}to{background-color:initial;color:var(--primary-black)}}@-webkit-keyframes colorFadeWithOpacityRight{0%{background-color:initial;color:var(--primary-white);-webkit-transform:translateX(25%);transform:translateX(25%)}25%{color:var(--primary-white);background-color:var(--primary-red)}40%{color:var(--primary-white);-webkit-transform:translateX(0);transform:translateX(0)}70%{color:var(--primary-white)}to{background-color:initial;color:var(--primary-black)}}@keyframes colorFadeWithOpacityRight{0%{background-color:initial;color:var(--primary-white);-webkit-transform:translateX(25%);transform:translateX(25%)}25%{color:var(--primary-white);background-color:var(--primary-red)}40%{color:var(--primary-white);-webkit-transform:translateX(0);transform:translateX(0)}70%{color:var(--primary-white)}to{background-color:initial;color:var(--primary-black)}}@-webkit-keyframes colorFadeWithOpacityBottom{0%{background-color:initial;color:var(--primary-white);-webkit-transform:translateY(25%);transform:translateY(25%)}25%{color:var(--primary-white);background-color:var(--primary-red)}40%{color:var(--primary-white);-webkit-transform:translateY(0);transform:translateY(0)}70%{color:var(--primary-white)}to{background-color:initial;color:var(--primary-black)}}@keyframes colorFadeWithOpacityBottom{0%{background-color:initial;color:var(--primary-white);-webkit-transform:translateY(25%);transform:translateY(25%)}25%{color:var(--primary-white);background-color:var(--primary-red)}40%{color:var(--primary-white);-webkit-transform:translateY(0);transform:translateY(0)}70%{color:var(--primary-white)}to{background-color:initial;color:var(--primary-black)}}@-webkit-keyframes colorFadeWithOpacityLeft{0%{background-color:initial;color:var(--primary-white);-webkit-transform:translateX(-25%);transform:translateX(-25%)}25%{color:var(--primary-white);background-color:var(--primary-red)}40%{color:var(--primary-white);-webkit-transform:translateX(0);transform:translateX(0)}70%{color:var(--primary-white)}to{background-color:initial;color:var(--primary-black)}}@keyframes colorFadeWithOpacityLeft{0%{background-color:initial;color:var(--primary-white);-webkit-transform:translateX(-25%);transform:translateX(-25%)}25%{color:var(--primary-white);background-color:var(--primary-red)}40%{color:var(--primary-white);-webkit-transform:translateX(0);transform:translateX(0)}70%{color:var(--primary-white)}to{background-color:initial;color:var(--primary-black)}}.mga-why-section__bottom,.mga-why-section__top{position:relative;padding:0 10%;z-index:1}.mga-why-section__top{padding:0 1.25rem;margin:5.625rem 0 0;color:var(--primary-white)}@media screen and (max-width:860px){.mga-why-section__top{padding:0 1.25rem 1.875rem;margin-top:3.125rem}}.mga-why-section__top svg{display:block;position:absolute;width:101%;height:auto;left:0;top:0;z-index:-1}.mga-why-section__top h1{max-width:42rem;margin:0 0 .625rem}@media screen and (max-width:1280px){.mga-why-section__top h1{max-width:60%}}@media screen and (max-width:860px){.mga-why-section__top h1{max-width:none}}.mga-why-section__top p{font-family:var(--font-family-roboto);font-size:1.5625rem;line-height:2.0625rem;font-weight:300;letter-spacing:-.02rem;margin:0 0 1.875rem;max-width:50%}.mga-why-section__top p:last-child{margin:0}@media screen and (max-width:1280px){.mga-why-section__top p{max-width:60%}}@media screen and (max-width:1024px){.mga-why-section__top p{max-width:90%}}@media screen and (max-width:860px){.mga-why-section__top p{max-width:none;font-size:1.3125rem;line-height:1.5rem}}.mga-why-section__bottom{display:flex;flex-flow:column nowrap;padding:3rem 1.25rem 0;background:var(--primary-white);z-index:2}.mga-why-section__bottom svg{position:absolute;width:100.5%;height:auto;bottom:calc(100% - 2px);right:0;fill:var(--primary-white);z-index:-1}.mga-why-section__bottom .mga-section__wrapper{padding:0 3.5rem}@media screen and (max-width:1024px){.mga-why-section__bottom .mga-section__wrapper{padding:0}}.mga-why-section__item{padding:0 0 8rem;pointer-events:none!important}.mga-why-section__item h3{display:flex;flex-flow:column nowrap;align-items:flex-start;justify-content:flex-start;font-family:var(--font-family-roboto);font-size:2.1875rem;line-height:2.1875rem;font-weight:300;letter-spacing:-.02rem;text-transform:uppercase;margin:0 0 .9375rem}.mga-why-section__item h3:before{content:"";width:1.125rem;height:1.125rem;margin:0 0 .625rem;-webkit-mask:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-arrow.ba99804c.svg) center/contain no-repeat;mask:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-arrow.ba99804c.svg) center/contain no-repeat;background:var(--primary-orange)}.mga-why-section__item p{font-size:1.5625rem;line-height:2.125rem;letter-spacing:-.02rem;max-width:45%;margin:0 0 .625rem}.mga-why-section__item p:last-child{margin:0}@media screen and (max-width:1024px){.mga-why-section__item p{max-width:70%}}@media screen and (max-width:600px){.mga-why-section__item p{max-width:none}}.mga-why-section__item ul{display:grid;margin:3.75rem 0 0}.mga-why-section__item ul li{opacity:0;transition:all .4s ease-out!important}.mga-why-section__item:first-child ul{grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.9375rem}@media screen and (max-width:860px){.mga-why-section__item:first-child ul{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:2.5rem}}@media screen and (max-width:600px){.mga-why-section__item:first-child ul{grid-gap:1.25rem}}.mga-why-section__item:first-child ul li{position:relative;display:flex;flex-flow:column nowrap;align-items:flex-start;justify-content:flex-end;aspect-ratio:190/153;padding:1.25rem;font-size:1.5rem;line-height:1.6875rem;letter-spacing:-.02rem;font-weight:500;z-index:1;border-right-color:var(--mid-gray);border-top-color:var(--mid-gray);border-color:var(--primary-white) var(--primary-white) var(--mid-gray) var(--mid-gray);border-style:solid;border-width:3px;border-radius:0 0 0 15px;-webkit-clip-path:polygon(0 2%,98% 2%,98% 100%,0 100%);clip-path:polygon(0 2%,98% 2%,98% 100%,0 100%);overflow:hidden;transition:all .3s ease-out!important}.mga-why-section__item:first-child ul li:before{position:absolute;content:"";top:0;right:-1px;width:calc(100% + 2px);height:calc(100% + 1px);-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:right center;transform-origin:right center;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;background:var(--primary-orange);z-index:-1}@media screen and (max-width:600px){.mga-why-section__item:first-child ul li{font-size:1.125rem;line-height:1.25rem}}.mga-why-section__item:first-child ul li:hover{color:var(--primary-white);border-radius:0 15px 15px 15px;border-color:var(--primary-orange);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.mga-why-section__item:first-child ul li:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1)}.mga-why-section__item:nth-child(2) ul,.mga-why-section__item:nth-child(3) ul{grid-template-columns:repeat(2,minmax(0,1fr))}.mga-why-section__item:nth-child(2) ul li{padding:0 0 1.5625rem 1.75rem;border-left:1px solid var(--mid-gray);font-size:1.5rem;line-height:1.625rem;letter-spacing:-.02rem;-webkit-transform:translateY(100%);transform:translateY(100%)}@media screen and (max-width:860px){.mga-why-section__item:nth-child(2) ul li{padding:0 0 2.5rem 2.1875rem}.mga-why-section__item:nth-child(2) ul li:last-child{padding-bottom:.3125rem!important}}.mga-why-section__item:nth-child(2) ul li:nth-child(2n):nth-last-child(2),.mga-why-section__item:nth-child(2) ul li:nth-child(odd):last-child{padding-bottom:0}@media screen and (max-width:860px){.mga-why-section__item:nth-child(2) ul li:nth-child(2n):nth-last-child(2),.mga-why-section__item:nth-child(2) ul li:nth-child(odd):last-child{padding:0 0 2.5rem 2.1875rem}}.mga-why-section__item:nth-child(2) ul li strong{display:block}.mga-why-section__item:nth-child(2) ul li:hover{padding-left:2.5rem;border-color:var(--primary-orange);border-width:.3125rem}@media screen and (max-width:860px){.mga-why-section__item:nth-child(2) ul{grid-template-columns:repeat(1,minmax(0,1fr))}}.mga-why-section__item:nth-child(3) ul{position:relative;max-width:50rem;margin-left:auto;margin-right:auto}.mga-why-section__item:nth-child(3) ul:after,.mga-why-section__item:nth-child(3) ul:before{position:absolute;content:"";z-index:-1;background:var(--primary-red);-webkit-transform-origin:center;transform-origin:center;transition:all .5s ease-out}.mga-why-section__item:nth-child(3) ul:before{width:100%;height:1px;top:50%;left:0;-webkit-transform:translateY(-50%) scaleX(0);transform:translateY(-50%) scaleX(0)}.mga-why-section__item:nth-child(3) ul:after{width:1px;height:100%;top:0;left:50%;-webkit-transform:translate(-50%) scaleY(0);transform:translate(-50%) scaleY(0)}.mga-why-section__item:nth-child(3) ul li{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;font-size:1.875rem;line-height:2rem;padding:1.875rem;letter-spacing:-.02rem;text-align:center;aspect-ratio:1!important;color:var(--primary-white);background:transparent;opacity:1}@media screen and (max-width:600px){.mga-why-section__item:nth-child(3) ul li{padding:.625rem;font-size:1.1875rem;line-height:1.3125rem}}@media screen and (max-width:375px){.mga-why-section__item:nth-child(3) ul li{font-size:1.125rem;line-height:1.25rem}}.mga-why-section__item--visible:first-child ul li:first-child{opacity:0;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:.35s;animation-delay:.35s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.mga-why-section__item--visible:first-child ul li:nth-child(2){opacity:0;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:.7s;animation-delay:.7s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.mga-why-section__item--visible:first-child ul li:nth-child(3){opacity:0;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:1.05s;animation-delay:1.05s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.mga-why-section__item--visible:first-child ul li:nth-child(4){opacity:0;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:1.4s;animation-delay:1.4s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.mga-why-section__item--visible:first-child ul li:nth-child(5){opacity:0;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:1.75s;animation-delay:1.75s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.mga-why-section__item--visible:first-child ul li:nth-child(6){opacity:0;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:2.1s;animation-delay:2.1s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.mga-why-section__item--visible:first-child ul li:nth-child(7){opacity:0;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:2.45s;animation-delay:2.45s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.mga-why-section__item--visible:first-child ul li:nth-child(8){opacity:0;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:2.8s;animation-delay:2.8s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.mga-why-section__item--visible:first-child ul li:nth-child(9){opacity:0;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:3.15s;animation-delay:3.15s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.mga-why-section__item--visible:first-child ul li:nth-child(10){opacity:0;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:3.5s;animation-delay:3.5s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.mga-why-section__item--visible:nth-child(2) ul li:first-child{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-animation-name:fadeInSlide;animation-name:fadeInSlide;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:.4s;animation-delay:.4s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.mga-why-section__item--visible:nth-child(2) ul li:nth-child(2){opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-animation-name:fadeInSlide;animation-name:fadeInSlide;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:.8s;animation-delay:.8s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.mga-why-section__item--visible:nth-child(2) ul li:nth-child(3){opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-animation-name:fadeInSlide;animation-name:fadeInSlide;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:1.2s;animation-delay:1.2s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.mga-why-section__item--visible:nth-child(2) ul li:nth-child(4){opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-animation-name:fadeInSlide;animation-name:fadeInSlide;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:1.6s;animation-delay:1.6s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.mga-why-section__item--visible:nth-child(2) ul li:nth-child(5){opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-animation-name:fadeInSlide;animation-name:fadeInSlide;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.mga-why-section__item--visible:nth-child(2) ul li:nth-child(6){opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-animation-name:fadeInSlide;animation-name:fadeInSlide;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:2.4s;animation-delay:2.4s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.mga-why-section__item--visible:nth-child(2) ul li:nth-child(7){opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-animation-name:fadeInSlide;animation-name:fadeInSlide;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:2.8s;animation-delay:2.8s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.mga-why-section__item--visible:nth-child(2) ul li:nth-child(8){opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-animation-name:fadeInSlide;animation-name:fadeInSlide;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:3.2s;animation-delay:3.2s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.mga-why-section__item--visible:nth-child(2) ul li:nth-child(9){opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-animation-name:fadeInSlide;animation-name:fadeInSlide;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:3.6s;animation-delay:3.6s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.mga-why-section__item--visible:nth-child(2) ul li:nth-child(10){opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-animation-name:fadeInSlide;animation-name:fadeInSlide;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.mga-why-section__item--visible:nth-child(3) ul:before{-webkit-transform:translateY(-50%) scaleX(1);transform:translateY(-50%) scaleX(1)}.mga-why-section__item--visible:nth-child(3) ul:after{-webkit-transform:translate(-50%) scaleY(1);transform:translate(-50%) scaleY(1)}.mga-why-section__item--visible:nth-child(3) ul li{position:relative;transition:all .3s ease-out!important;transition-delay:none!important;-webkit-animation-duration:1.25s;animation-duration:1.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease;animation-timing-function:ease;background-color:initial;color:var(--primary-white)}.mga-why-section__item--visible:nth-child(3) ul li:before{position:absolute;content:"";width:100%;height:100%;left:0;top:0;z-index:-1;opacity:0;background-color:var(--primary-red);transition:opacity .3s ease-out}.mga-why-section__item--visible:nth-child(3) ul li:hover{color:var(--primary-white)!important}.mga-why-section__item--visible:nth-child(3) ul li:hover:before{opacity:1}.mga-why-section__item--visible:nth-child(3) ul li:first-child{-webkit-animation-name:colorFadeWithOpacityTop;animation-name:colorFadeWithOpacityTop;-webkit-animation-delay:.4s;animation-delay:.4s}.mga-why-section__item--visible:nth-child(3) ul li:nth-child(2){-webkit-animation-name:colorFadeWithOpacityRight;animation-name:colorFadeWithOpacityRight;-webkit-animation-delay:.8s;animation-delay:.8s}.mga-why-section__item--visible:nth-child(3) ul li:nth-child(3){-webkit-animation-name:colorFadeWithOpacityLeft;animation-name:colorFadeWithOpacityLeft;-webkit-animation-delay:1.6s;animation-delay:1.6s}.mga-why-section__item--visible:nth-child(3) ul li:nth-child(4){-webkit-animation-name:colorFadeWithOpacityBottom;animation-name:colorFadeWithOpacityBottom;-webkit-animation-delay:1.2s;animation-delay:1.2s}.mga-why-section__item--finished{pointer-events:all!important}.mga-about-section__top{flex:1 1;justify-content:center;padding:10rem 10% 5rem 1.25rem}@media screen and (max-width:600px){.mga-about-section__top{padding:7.5rem 1.25rem 2.5rem}}.mga-about-section__top h1,.mga-about-section__top h2{margin:0 0 3.5rem}.mga-about-section__top h3,.mga-about-section__top h4,.mga-about-section__top h5{font-family:var(--font-family-roboto);font-size:2.0625rem;line-height:2.4375rem;font-weight:300;letter-spacing:-.02rem;max-width:50%}@media screen and (max-width:600px){.mga-about-section__top h3,.mga-about-section__top h4,.mga-about-section__top h5{max-width:85%;font-size:1.5625rem;line-height:1.75rem}}.mga-about-section__top p{font-size:1.5625rem;line-height:2.0625rem;letter-spacing:-.02rem;font-weight:100;margin:0 0 2.5rem}@media screen and (max-width:600px){.mga-about-section__top p{font-size:1.1875rem;line-height:1.5rem}}.mga-about-section__top p:first-child{max-width:60%}@media screen and (max-width:600px){.mga-about-section__top p:first-child{max-width:none}}.mga-about-section__top p:last-child{margin:0}.mga-about-section__top__logo{width:10.75rem;margin:1.875rem 0 0}.mga-about-section__bottom{width:100%}@media screen and (max-width:600px){.mga-about-section__bottom{aspect-ratio:375/255}}.mga-about-section__bottom img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.mga-membercard{color:var(--primary-white)}.mga-membercard,.mga-membercard__info{display:flex;flex-flow:column nowrap;align-items:center;justify-content:flex-start;text-align:center}.mga-membercard__image{position:relative;width:100%;aspect-ratio:1;border-radius:50%;flex-shrink:0;overflow:hidden;margin:0 0 1.875rem;cursor:pointer;background:var(--primary-orange)}.mga-membercard__image,.mga-membercard__image img{transition:all .3s ease-out;-webkit-transform-origin:center;transform-origin:center}.mga-membercard__image img{display:block;width:100%;object-fit:cover;border-radius:50%;flex-shrink:0;overflow:hidden}.mga-membercard__info{width:100%}.mga-membercard__info h3{font-family:var(--font-family-roboto);font-size:1.5625rem;line-height:1.5625rem;font-weight:400;letter-spacing:-.065rem;max-width:90%;margin:0 0 1.25rem}@media screen and (max-width:600px){.mga-membercard__info h3{font-size:1.25rem;line-height:1.3125rem;margin:0 0 .9375rem;max-width:none}}.mga-membercard__info span{display:block;font-family:var(--font-family-josefin);font-size:.875rem;line-height:.875rem;letter-spacing:-.065rem;text-transform:uppercase}@media screen and (max-width:600px){.mga-membercard__info span{font-size:.75rem;line-height:.75rem}}.mga-membercard__info__more{color:var(--primary-white);font-size:.8125rem;line-height:1.375rem;padding:0 .875rem;border-radius:.75rem;margin:2.1875rem 0 0;text-transform:lowercase;border:1px solid var(--primary-white)}@media screen and (max-width:600px){.mga-membercard__info__more{margin:1.25rem 0 0}}.mga-membercard__info__more:hover{border-color:var(--primary-orange);background:var(--primary-orange);font-size:.75rem;line-height:1.25rem;padding:0 .75rem}.mga-membercard:hover .mga-membercard__image{padding:1.5625rem}@media screen and (max-width:600px){.mga-membercard:hover .mga-membercard__image{padding:.75rem}}.mga-membercard:hover .mga-membercard__image img{-webkit-filter:grayscale(.5);filter:grayscale(.5);-webkit-transform:scale(1.1);transform:scale(1.1)}.mga-membermodal{position:fixed;left:0;top:0;right:0;bottom:0;width:100vw;width:calc(var(--vw, 1vw)*100);height:100vh;height:calc(var(--vh, 1vh)*100);overflow:auto;z-index:4}.mga-membermodal__container{position:relative;width:100%;z-index:1;margin-bottom:-2rem}.mga-membermodal__container__main{position:relative}.mga-membermodal__container__main>svg{position:absolute;width:100.5%;right:0;bottom:1px;fill:var(--primary-white)}.mga-membermodal__wrapper{max-width:56rem;padding:0 2.5rem;margin:0 auto}@media screen and (max-width:600px){.mga-membermodal__wrapper{padding:0 1.25rem}}.mga-membermodal__header{display:flex;flex-flow:row nowrap;align-items:flex-end;justify-content:space-between}@media screen and (max-width:600px){.mga-membermodal__header{flex-flow:column-reverse nowrap;align-items:center;justify-content:center;grid-gap:1.875rem;gap:1.875rem}}.mga-membermodal__header__image{width:20%;aspect-ratio:1;flex-shrink:0;border-radius:50%;overflow:hidden}@media screen and (max-width:600px){.mga-membermodal__header__image{width:50%}}.mga-membermodal__header__image img{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%;overflow:hidden}.mga-membermodal__header__name{flex:1 1;padding-right:25%;font-family:var(--font-family-roboto);font-size:3.9375rem;line-height:4.0625rem;letter-spacing:-.03rem;font-weight:500}@media screen and (max-width:860px){.mga-membermodal__header__name{padding-right:12%}}@media screen and (max-width:600px){.mga-membermodal__header__name{padding:0;font-size:2.5rem;line-height:2.625rem}}.mga-membermodal__main{padding:2.5rem 0 3.5rem}@media screen and (max-width:600px){.mga-membermodal__main{padding:1.875rem 0 2.5rem}}.mga-membermodal__main__more{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;color:var(--primary-orange);margin:1.25rem 0 0}.mga-membermodal__main__more:before{display:block;content:"";width:.9375rem;height:1.0625rem;margin:0 .375rem 0 0;-webkit-mask:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-download.b836cff1.svg) center/contain no-repeat;mask:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-download.b836cff1.svg) center/contain no-repeat;background:var(--primary-orange);transition:margin .3s linear}.mga-membermodal__main__more:hover{color:var(--primary-gray)}.mga-membermodal__main__more:hover:before{margin-right:.75rem}.mga-membermodal__main p{font-size:1.375rem;line-height:1.5625rem;font-weight:300;letter-spacing:-.02rem;margin:0 0 2.5rem}.mga-membermodal__main p:last-of-type{margin:0}@media screen and (max-width:600px){.mga-membermodal__main p{font-size:1.25rem;line-height:1.5rem;letter-spacing:-.02rem;margin:0 0 1.875rem}}.mga-membermodal__awards{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;text-align:center;padding:0 0 3rem}.mga-membermodal__awards h3{font-size:1.875rem;line-height:1.875rem;font-weight:400;letter-spacing:-.065rem;text-transform:uppercase;margin:0 0 1.25rem}.mga-membermodal__awards p{font-size:1.125rem;line-height:1.6875rem;font-weight:300;letter-spacing:-.02rem;margin:0 0 1.875rem}.mga-membermodal__awards p:last-child{margin:0}.mga-membermodal__awards .mga-memberawards{display:flex;flex-flow:row wrap;align-items:center;justify-content:center;grid-gap:10%;gap:10%}@media screen and (max-width:600px){.mga-membermodal__awards .mga-memberawards{grid-gap:2.5rem;gap:2.5rem}}.mga-membermodal__awards .mga-memberawards__item{display:block;flex-shrink:0;width:26%;aspect-ratio:1;overflow:hidden}.mga-membermodal__awards .mga-memberawards__item__wrapper{display:block;width:100%;height:100%}@media screen and (max-width:600px){.mga-membermodal__awards .mga-memberawards__item__wrapper{height:auto}}@media screen and (max-width:600px){.mga-membermodal__awards .mga-memberawards__item{width:50%;aspect-ratio:auto}}.mga-membermodal__awards .mga-memberawards__item img{display:block;width:100%;height:100%;object-fit:contain}.mga-membermodal__awards .mga-memberawards a:hover{opacity:.7}.mga-membermodal__top{position:relative;padding-top:9.375rem;background:var(--primary-white)}@media screen and (max-width:600px){.mga-membermodal__top{padding-top:5rem}}.mga-membermodal__bottom{position:fixed;width:100%;height:auto;left:0;bottom:0;padding:8rem 0 4rem;color:var(--primary-white);background:var(--primary-red)}@media screen and (max-width:600px){.mga-membermodal__bottom{padding:6rem 0 2.5rem}}.mga-membermodal__bottom__header{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;width:100%}.mga-membermodal__bottom__up{display:flex;flex-flow:column nowrap;align-items:center;justify-content:flex-end;width:2.5rem;height:1.75rem;border-top:1px solid var(--primary-white)}.mga-membermodal__bottom__up:before{content:"";width:50%;height:70%;-webkit-mask:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-arrow-down.7097cc40.svg) center/contain no-repeat;mask:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-arrow-down.7097cc40.svg) center/contain no-repeat;-webkit-transform:rotate(-180deg);transform:rotate(-180deg);background:var(--primary-white);transition:background-color .3s ease-out}.mga-membermodal__bottom__up:hover:before{background:var(--dark-red)}.mga-membermodal__bottom h3{display:inline-flex;font-size:1.5625rem;line-height:1.5625rem;font-weight:500;letter-spacing:-.065rem;margin-right:auto;text-transform:uppercase}.mga-membermodal__bottom .mga-membermodal__wrapper{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center}.mga-membermodal__contact{-webkit-columns:2;column-count:2;grid-column-gap:4.6875rem;-webkit-column-gap:4.6875rem;column-gap:4.6875rem;padding:0 10%;margin:3.75rem 0 0}@media screen and (max-width:600px){.mga-membermodal__contact{-webkit-columns:1;column-count:1;margin:2.5rem 0 0;padding:0;grid-column-gap:0;-webkit-column-gap:0;column-gap:0}}.mga-membermodal__contact__item{display:flex;flex-flow:row nowrap;align-items:center;font-size:1.125rem;line-height:1.125rem;font-weight:400;margin:0 0 1.25rem;text-align:left}.mga-membermodal__contact__item:before{content:"";width:1rem;flex-shrink:0!important;height:1.1875rem;margin:0 .9375rem 0 0;-webkit-mask:center/contain no-repeat;mask:center/contain no-repeat;background:var(--primary-white)}.mga-membermodal__contact__item--address{align-items:flex-start}.mga-membermodal__contact__item--address:before{height:1.25rem;-webkit-mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-map.b2c37e45.svg);mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-map.b2c37e45.svg)}.mga-membermodal__contact__item--email:before{-webkit-mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-email.30637abd.svg);mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-email.30637abd.svg)}.mga-membermodal__contact__item--twitter:before{-webkit-mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-twitter.c582c17f.svg);mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-twitter.c582c17f.svg)}.mga-membermodal__contact__item--instagram:before{-webkit-mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-instagram.339e2538.svg);mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-instagram.339e2538.svg)}.mga-membermodal__contact__item--linkedin:before{margin-top:-.25rem;-webkit-mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-linkedin.441c0099.svg);mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-linkedin.441c0099.svg)}.mga-membermodal__contact__item a:hover{color:var(--dark-red)}.mga-membermodal__contact__more{display:block;font-family:var(--font-family-roboto);font-size:.875rem;line-height:1.5rem;font-weight:500;letter-spacing:-.065rem;padding:0 .9375rem;border-radius:.5rem;margin:2.1875rem 0 0;color:var(--primary-red);background:var(--primary-white);border:1px solid var(--primary-white)}.mga-membermodal__contact__more:hover{color:var(--primary-white);background:transparent}@media screen and (max-width:600px){.mga-membermodal__contact__more{margin:1.25rem 0 0}}.mga-team-section{padding:8.125rem 1.25rem 6rem;color:var(--primary-white);background:var(--primary-red)}@media screen and (max-width:600px){.mga-team-section{padding:5rem 1.25rem}}.mga-team-section__group{display:flex;flex-flow:column nowrap;padding:2.5rem 0 5rem}@media screen and (max-width:600px){.mga-team-section__group{padding:2.5rem 0}}.mga-team-section__group>h1{margin:0 0 5rem}@media screen and (max-width:600px){.mga-team-section__group>h1{font-size:2rem;line-height:2rem;text-align:center}}.mga-team-section__group>h3{display:inline-flex;font-size:1.5625rem;line-height:1.5625rem;font-weight:500;padding:1.5625rem 6rem 0 0;letter-spacing:-.065rem;margin-right:auto;margin-bottom:1.5rem;text-transform:uppercase;border-top:1px solid var(--primary-white)}@media screen and (max-width:600px){.mga-team-section__group>h3{padding:1.5625rem 0 0 6rem;margin-right:0;margin-left:auto;text-align:right}}.mga-team-section__grid{display:flex;flex-flow:row wrap;align-items:center;justify-content:center;width:100%;grid-gap:5rem 4rem;gap:5rem 4rem}@media screen and (max-width:1024px){.mga-team-section__grid{grid-gap:5rem;gap:5rem}}@media screen and (max-width:600px){.mga-team-section__grid{grid-gap:4rem;gap:4rem}}.mga-team-section__grid .mga-membercard{width:20%}@media screen and (max-width:1280px){.mga-team-section__grid .mga-membercard{width:28%}}@media screen and (max-width:1024px){.mga-team-section__grid .mga-membercard{width:32%}}@media screen and (max-width:600px){.mga-team-section__grid .mga-membercard{width:50%}.mga-team-section__grid .mga-membercard:nth-child(odd){margin-right:auto}.mga-team-section__grid .mga-membercard:nth-child(2n){margin-left:auto}.mga-team-section__grid .mga-membercard:not(:first-child){margin-top:-25%}}.mga-modal{position:fixed;width:100vw;width:calc(var(--vw, 1vw)*100);height:100vh;height:calc(var(--vh, 1vh)*100);left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:100}.mga-modal,.mga-modal__wrapper{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center}.mga-modal__overlay{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background:var(--bg-overlay)}.mga-modal__container{position:relative;width:90%;max-height:85%;max-width:30rem;z-index:2}.mga-modal__wrapper{width:100%;height:100%;padding:2.5rem 0;text-align:center;border-radius:1.25rem;overflow:hidden;background:var(--primary-white)}.mga-modal__exit{position:absolute;left:calc(100% + .375rem);bottom:calc(100% + .375rem);width:2.25rem;height:2.25rem;background:var(--primary-white);-webkit-mask:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-close.1de3c969.svg) center no-repeat;mask:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-close.1de3c969.svg) center no-repeat;-webkit-mask-size:1.125rem;mask-size:1.125rem}@media screen and (max-width:600px){.mga-modal__exit{left:auto;bottom:auto;right:-.625rem;top:-3rem}}.mga-modal__exit:hover{background:var(--primary-orange)}.mga-modal__logo{max-width:50%;height:auto;max-height:8rem;margin:0 0 .9375rem}.mga-modal__logo,.mga-modal__logo img{display:block}.mga-modal__logo img{width:100%;height:100%;object-fit:contain}.mga-modal__title{font-size:1.625rem;line-height:1.75rem;text-transform:uppercase;letter-spacing:-.03rem;color:var(--primary-black);margin:0 0 1.25rem;max-width:68%}.mga-modal__info{padding:0 1.875rem;overflow:auto;margin:0 0 2.1875rem}.mga-modal__info p{font-size:1rem;line-height:1.4375rem;font-weight:400;letter-spacing:-.02rem;margin:0 0 1.875rem}.mga-modal__info p:last-child{margin:0}.mga-modal__link{display:block;font-size:.9375rem;line-height:1.375rem;padding:0 .9375rem;font-weight:500;letter-spacing:-.065rem;border-radius:.625rem;color:var(--primary-white);background:var(--primary-orange)}.mga-modal__link:hover{background:var(--primary-red)}.mga-modal.partner-modal .mga-modal__logo{max-height:none;max-width:none;width:10rem;aspect-ratio:1;margin:-1rem 0 0}.mga-clients-section{display:flex;flex-flow:column nowrap;justify-content:center}.mga-clients-section__wrapper{padding:5.625rem 1.25rem 4rem;justify-content:center;max-width:56rem;margin:0 auto}@media screen and (max-width:1024px){.mga-clients-section__wrapper{max-width:75%}}@media screen and (max-width:600px){.mga-clients-section__wrapper{max-width:none}}.mga-clients-section__title{margin:0 0 1.875rem}.mga-clients-section__intro p{font-size:1.5625rem;line-height:2.0625rem;font-weight:300;letter-spacing:-.01rem;margin:0 0 1.875rem}.mga-clients-section__intro p:last-child{margin:0}@media screen and (max-width:600px){.mga-clients-section__intro p{font-size:1.5rem;line-height:1.6875rem}}.mga-clients-section__grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1.875rem;margin:3.125rem 0 0}@media screen and (max-width:860px){.mga-clients-section__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:600px){.mga-clients-section__grid{grid-template-columns:repeat(2,1fr)}}.mga-clients-section__grid__item{aspect-ratio:1}.mga-clients-section__grid__item,.mga-clients-section__grid__item button,.mga-clients-section__grid__item img{display:block;width:100%;aspect-ratio:1}.mga-clients-section__grid__item button{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;border-radius:.9375rem;border:1px solid var(--header-gray);overflow:hidden}.mga-clients-section__grid__item button img{width:92%;height:92%;object-fit:contain}.mga-clients-section__grid__item button:hover{border-color:var(--primary-black);box-shadow:.125rem .125rem .3125rem rgba(0,0,0,.3)}.mga-awards-section{display:flex;flex-flow:column nowrap;justify-content:center}.mga-awards-section__wrapper{padding:8.125rem 18% 3.75rem}@media screen and (max-width:860px){.mga-awards-section__wrapper{padding:8.125rem 12% 3.75rem}}@media screen and (max-width:600px){.mga-awards-section__wrapper{padding:4rem 1.25rem 0}}.mga-awards-section__title{margin:0 0 1.875rem}@media screen and (max-width:600px){.mga-awards-section__title{font-size:2rem!important;line-height:2rem!important;text-align:center}}.mga-awards-section__intro p{font-size:1.5625rem;line-height:2.0625rem;font-weight:300;letter-spacing:-.01rem;margin:0 0 1.875rem}@media screen and (max-width:600px){.mga-awards-section__intro p{font-size:1.375rem;line-height:1.5625rem;text-align:center}}.mga-awards-section__intro p:last-child{margin:0}.mga-awards-section__bg{position:absolute;width:92%;height:auto;top:0;right:-2px}@media screen and (max-width:600px){.mga-awards-section__bg{width:125%}}.mga-awards-section__grid{position:relative;display:flex;flex-flow:row wrap;align-items:flex-start;justify-content:flex-end;grid-gap:1.875rem;gap:1.875rem;margin:3.125rem 0 0;padding:10% 14% 3.5rem}@media screen and (max-width:860px){.mga-awards-section__grid{padding-bottom:2rem}}@media screen and (max-width:600px){.mga-awards-section__grid{padding:20% 1.25rem 2.5rem;justify-content:center}}.mga-awards-section__grid__item{display:block;width:20%;aspect-ratio:1}@media screen and (max-width:860px){.mga-awards-section__grid__item{width:30%}}@media screen and (max-width:600px){.mga-awards-section__grid__item{width:calc(50% - 1.875rem)}}.mga-awards-section__grid__item button,.mga-awards-section__grid__item img{display:block;width:100%;aspect-ratio:1}.mga-awards-section__grid__item button{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;border-radius:.9375rem;border:1px solid var(--header-gray);overflow:hidden}.mga-awards-section__grid__item button img{width:75%;height:75%;object-fit:contain}.mga-awards-section__grid__item button:hover{border-color:var(--primary-black);box-shadow:.125rem .125rem .3125rem rgba(0,0,0,.3)}.mga-contact-section__bg{position:absolute;width:100.5%;right:0;top:0}@media screen and (max-width:600px){.mga-contact-section__bg{right:auto;left:0;width:120%}}.mga-contact-section__title{color:var(--primary-white)}@media screen and (max-width:600px){.mga-contact-section__title{font-size:1.9375rem!important;line-height:1.9375rem!important}}.mga-contact-section__contact h3{font-family:var(--font-family-roboto);font-size:1.625rem;line-height:2.0625rem;font-weight:500;letter-spacing:-.03rem;margin:0 0 1.25rem}.mga-contact-section__contact h3 span{display:block;font-size:.8125rem;line-height:.8125rem;font-weight:400;letter-spacing:-.03rem}@media screen and (max-width:600px){.mga-contact-section__contact h3{font-size:1.1875rem;line-height:1.5rem;font-weight:700;margin:0 0 .625rem}.mga-contact-section__contact h3 span{line-height:.9375rem}}.mga-contact-section__contact a{display:block;font-size:1.125rem;line-height:1.125rem;font-weight:400;margin:0 0 .3125rem;letter-spacing:-.03rem}@media screen and (max-width:600px){.mga-contact-section__contact a{font-size:1rem;line-height:1rem}}.mga-contact-section__contact a:last-child{margin:0}.mga-contact-section__top{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:2.5rem}@media screen and (max-width:860px){.mga-contact-section__top{grid-gap:3.75rem}}@media screen and (max-width:600px){.mga-contact-section__top{grid-template-columns:repeat(1,minmax(0,1fr));grid-gap:3.125rem}}.mga-contact-section__top .mga-social{margin:1.875rem 0 0;-webkit-transform:scale(1.25);transform:scale(1.25)}.mga-contact-section__top__box{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;text-align:center}.mga-contact-section__top__box:before{content:"";width:2.5rem;height:2.5rem;margin:0 0 1.25rem;-webkit-mask:center/contain no-repeat;mask:center/contain no-repeat;background:var(--primary-black)}.mga-contact-section__top__box p{font-size:1.1875rem;line-height:2.0625rem;font-weight:500;letter-spacing:-.03rem}.mga-contact-section__top__box p:first-child{font-size:1.625rem}.mga-contact-section__top__box p a{font-size:inherit;line-height:inherit;font-weight:inherit;color:inherit}.mga-contact-section__top__box p a:hover{color:var(--hover-gray)}.mga-contact-section__top__box--left:before{-webkit-mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-email.30637abd.svg);mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-email.30637abd.svg)}.mga-contact-section__top__box--right:before{-webkit-mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-pin.903f09a7.svg);mask-image:url(https://moreaugonzalez.com/site/wp-content/themes/mga/static/media/icon-pin.903f09a7.svg)}@media screen and (max-width:600px){.mga-contact-section__top__box--right p{font-size:1.125rem;line-height:1.5rem}.mga-contact-section__top__box--right p:first-child{font-size:1.375rem}}.mga-contact-section__bottom{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:3.75rem;padding:5rem 6% 15%}@media screen and (max-width:1280px){.mga-contact-section__bottom{padding:5rem 0 15%}}@media screen and (max-width:1024px){.mga-contact-section__bottom{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:600px){.mga-contact-section__bottom{grid-template-columns:repeat(1,minmax(0,1fr));grid-gap:1.875rem;padding:3.125rem 0}}@media screen and (max-width:860px){.mga-contact-section .mga-section__wrapper{width:auto;padding:0 2.5rem}}@media screen and (max-width:600px){.mga-contact-section .mga-section__wrapper{padding:0 1.25rem}}.mga-page-section .mga-page-bg{position:fixed;width:20%;right:0;bottom:0}.mga-page-section__top{position:relative;flex:1 1;justify-content:center;padding:10rem 20% 5rem 1.25rem}@media screen and (max-width:600px){.mga-page-section__top{padding:3.75rem 1.25rem 2.5rem}}.mga-page-section__top h1,.mga-page-section__top h2,.mga-page-section__top h3,.mga-page-section__top h4,.mga-page-section__top h5{font-family:var(--font-family-roboto);font-weight:500;letter-spacing:-.02rem;text-transform:none}.mga-page-section__top h1{margin-bottom:4rem;font-weight:300;text-transform:uppercase}.mga-page-section__top h2{font-size:2.125rem;line-height:2.25rem;margin:0 0 1.25rem}.mga-page-section__top h3{font-size:1.875rem;line-height:2rem;margin:0 0 1rem}.mga-page-section__top h4{font-size:1.625rem;line-height:1.75rem;margin:0 0 1rem}.mga-page-section__top h5{font-size:1.375rem;margin:0 0 1rem}.mga-page-section__top p{font-size:1.375rem;line-height:1.625rem;letter-spacing:-.02rem;font-weight:300;margin:0 0 2.5rem}@media screen and (max-width:600px){.mga-page-section__top p{font-size:1.1875rem;line-height:1.5rem}}.mga-page-section__top p:first-child{max-width:60%}@media screen and (max-width:600px){.mga-page-section__top p:first-child{max-width:none}}.mga-page-section__top p:last-child{margin:0}.mga-page-section__top__logo{width:10.75rem;margin:1.875rem 0 0}.mga-page-section__bottom{width:100%}@media screen and (max-width:600px){.mga-page-section__bottom{aspect-ratio:375/255}}.mga-page-section__bottom img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.mga-404-section{position:relative}.mga-404-section .mga-brand{position:absolute;left:2.5rem;top:2.5rem;width:13.75rem;height:auto}@media screen and (max-width:600px){.mga-404-section .mga-brand{left:1.25rem;width:11rem}}.mga-404-section__main,.mga-404-section__main__wrapper{flex:1 1;display:flex;position:relative;width:100%;flex-flow:column nowrap;align-items:center;justify-content:center}.mga-404-section__main>svg{position:absolute;width:100.5%;right:0;bottom:100%}.mga-404-section__main__wrapper{justify-content:center;padding:0 1.25rem;color:var(--primary-white);background:var(--primary-red)}.mga-404-section__main__bottom{position:absolute;left:0;bottom:0;width:100%;border-top:1px solid var(--primary-white);padding:.9375rem 1.5625rem}@media screen and (max-width:600px){.mga-404-section__main{margin-top:40%!important}}.mga-404-section__info{max-width:28rem;margin-top:-10%}.mga-404-section__info__title{font-size:5rem!important;line-height:5rem!important}.mga-404-section__info__text{font-size:2.5rem;line-height:2.625rem}.mga-404-section__info a{display:inline-block;font-size:.9375rem;line-height:2.25rem;border-radius:.625rem;padding:0 1rem;margin:1.25rem 0 0;border:1px solid var(--primary-white)}.mga-404-section__info a:hover{color:var(--primary-red);background:var(--primary-white)}
/*# sourceMappingURL=main.chunk.css.map */