@charset "UTF-8";.page-container{background-color:var(--accent-color, rgba(44, 21, 5, .97));background-size:cover;min-height:100vh;width:100%;background-attachment:fixed;position:relative;background-position:center;z-index:1;background-position-y:250em;transition:background-color 1s ease;display:flex;flex-direction:column}.page-container:hover{background-color:var(--accent-hover-color, rgba(5, 28, 44, .85))}.welcome-middle{display:flex;flex-direction:column;justify-content:center;align-items:center;height:60%;width:100%;flex-grow:.4}.welcome-middle .welcome-main{font-size:10rem;font-weight:600;padding:4rem;width:75%;text-align:center}.welcome-middle .welcome-sub{display:flex;flex-direction:column;align-items:center;justify-content:center;width:50}.welcome-middle .welcome-sub h2{font-size:4.8rem;text-align:center;font-weight:400}.welcome-middle .welcome-sub h3{font-size:1.2rem;text-align:center}.welcome-bottom{display:flex;flex-direction:column;width:100%;height:40%;justify-content:center;align-items:center;flex-grow:1}.welcome-bottom .welcome-resume{display:flex;flex-direction:column;align-items:center;justify-content:space-around;align-self:flex-end;width:27rem;height:19rem;margin:8rem;border-radius:2px;outline:white solid 2px;background-color:#a595ae;-webkit-box-shadow:32px 29px 0px 4px rgb(255,255,255);-moz-box-shadow:32px 29px 0px 4px rgb(255,255,255);box-shadow:32px 29px 0 4px #fff}.welcome-bottom .welcome-resume button{border-radius:2.25rem;background-color:#fcfcfc;display:flex;align-items:center;justify-content:center;padding:.5rem 1.8125rem;border:none;font-family:Lora,serif;font-weight:600;font-size:2.25rem;transition:.1s ease all}.welcome-bottom .welcome-resume button:hover{background-color:#392727;color:#a595ae;cursor:pointer}.welcome-bottom div{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.welcome-bottom .welcome-resume_title{font-size:3rem;font-weight:600;color:#1e1e1e}.welcome-bottom p{font-size:2rem;font-weight:600;color:#1e1e1e}a{text-decoration:none;color:#1e1e1e}.welcome-resume_button{color:#392727}@media only screen and (max-width: 900px){.welcome-bottom .welcome-resume{align-self:center}}.about-cards{display:flex;flex-direction:row;align-items:center;justify-content:space-around;width:100%;height:fit-content}.about-card{display:flex;flex-direction:column;align-items:center;justify-content:space-around;height:90rem;width:45rem}.about-card .card-body{height:70rem;width:100%;font-size:2rem;position:relative;perspective:150rem;-moz-perspective:150rem}.about-card .card-title{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:5rem;margin-bottom:2rem;height:1%;font-weight:700;text-align:center}.about-card .card-side{height:100%;width:100%;transition:.5s all;backface-visibility:hidden;position:absolute;top:0;left:0;border-radius:1rem}.about-card .card-side_front .card-front-info{border-radius:2rem;padding-left:1rem;padding-right:1rem;padding:1rem;flex:1;margin:2rem;width:85%;height:35%;text-align:left;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.about-card .card-side_front .card-front-info span{font-weight:700;font-size:2rem}.about-card .card-side_front .card-front-info h3{color:#202020;font-size:2.2rem}.about-card .card-side_front .card-front-info p{color:#000;text-align:left;width:100%;font-size:2rem}.about-card .card-side_front .card-front-info__education{background-color:#d3edca}.about-card .card-side_front .card-front-info__job{background-color:#bcdcf1}.about-card .card-side_front .card-front-info__experiences{background-color:#ccd2ef}.about-card .card-side_front img{width:100%;height:auto;max-height:35rem;object-fit:contain;border-radius:4px}.about-card .card-side_front .front{display:flex;position:relative;flex-direction:column;align-items:center;height:100%;border-radius:1rem}.about-card .card-side_front .front .front-card-image-holder{position:relative;width:95%}.about-card .card-side_front .front .card-front-title{position:absolute;top:0;left:0;width:100%;clip-path:polygon(0 0,100% 0,55% 100%,0 100%);display:flex;flex-direction:column;align-items:flex-start;justify-content:space-around;min-height:9rem}.about-card .card-side_front .front .card-front-title p{font-size:1.8rem;font-weight:400}.about-card .card-side_front .front .card-front-title h2{font-size:2.8rem;font-weight:600}.about-card .card-side_front .front .card-front-title__education{background:linear-gradient(90deg,#4D7C11 0%,rgba(19,30,6,.68) 80.88%)}.about-card .card-side_front .front .card-front-title__job{background:linear-gradient(90deg,#007AC2 .05%,rgba(6,64,99,.9) 83.5%)}.about-card .card-side_front .front .card-front-title__experiences{background:linear-gradient(90deg,#505D9F 0%,rgba(9,21,79,.75) 85.46%)}.about-card .card-side_front .card-front__education{background:linear-gradient(180deg,rgb(81,131,18) 0%,rgb(44,69,13) 46.88%,rgb(91,142,27) 73.44%,rgb(45,75,7) 100%)}.about-card .card-side_front .card-front__job{background:linear-gradient(180deg,rgb(0,122,194) 0%,rgb(29,107,153) 33.33%,rgb(30,141,206) 65.1%,rgb(9,66,99) 100%)}.about-card .card-side_front .card-front__experiences{background:linear-gradient(180deg,rgb(79,92,159) 0%,rgb(79,92,158) 30.21%,rgb(61,81,176) 65.62%,rgb(75,89,153) 100%)}.about-card .card-side_back{padding:2rem;transform:rotateY(180deg)}.about-card .card-side_back .back{display:flex;flex-direction:column;align-items:center;justify-content:space-around;height:100%;border-radius:1rem;position:relative}.about-card .card-side_back .card-back__education{background-color:#518312}.about-card .card-body:hover .card-side_front{transform:rotateY(-180deg)}.about-card .card-body:hover .card-side_back{transform:rotateY(0)}.about-card .card-back-title{position:absolute;top:0;left:0;width:100%;clip-path:polygon(0 0,100% 0,55% 100%,0 100%);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;min-height:7rem}.about-card .card-back-title h2{font-size:2.8rem;font-weight:600}.about-card .card-back-title__education{background:#518312}.about-card .card-back-title__job{background:#007AC2}.about-card .card-back-title__experiences{background:#505D9F}.about-card .card-back-info{height:100%;width:100%;display:flex;flex-direction:column;justify-content:flex-end}.about-card .card-back-info .card-back-info-inner{height:90%}.about-card .card-back-info .card-back-info-inner .card-back-info-inner-text{padding:3rem;height:90%}.about-card .card-back-info .card-back-info-inner .card-back-info-inner-text ul{list-style:"👉";padding-left:2rem;display:flex;flex-direction:column;align-items:center;justify-content:space-around;height:100%}.about-card .card-back-info .card-back-info-inner .card-back-info-inner-text li{padding-left:1rem;color:#fff;font-size:3rem}.about-card .card-back-info .card-back-info-inner .card-back-info-inner-text li span{font-size:2.6rem;font-weight:700}.about-card .card-back-info .card-back-info-inner .card-back-info-inner-text li p{font-size:1.8rem;font-weight:regular}.about-card .card-back-info__education{background-color:#406018}.about-card .card-back-info__job{background-color:#005180}.about-card .card-back-info__experiences{background-color:#37448b}.about-card .card-side_back__education{background-color:#518312}.about-card .card-side_back__job{background-color:#007ac2}.about-card .card-side_back__experiences{background-color:#505d9f}@media only screen and (max-width: 900px){.about-cards{flex-direction:column}.about-cards .about-card{height:100rem}.about-cards .about-card .card-body{height:80rem}.about-cards .about-card .card-body .card-side_back{box-sizing:border-box}}.page-title-container{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-start;padding:5rem}.page-title-container h1.page-title{color:#202020;font-family:Lora,serif;font-size:4.8rem;font-weight:600;text-align:center;background-color:#fff;padding:.5rem 1.75rem;border-radius:.625rem;-webkit-box-shadow:-9px 11px 0px 0px rgb(165,149,174);-moz-box-shadow:-9px 11px 0px 0px rgb(165,149,174);box-shadow:-9px 11px #a595ae}.page-title-container p{font-size:2.4rem;font-weight:400;font-style:italic;margin-left:2rem}@media only screen and (max-width: 900px){.page-title-container{flex-direction:column;justify-content:center;align-items:center}.page-title-container p{margin-top:2rem;margin-left:0rem}}.contact-middle{display:flex;flex-direction:row;align-items:center;justify-content:space-around;height:100%;width:100%;flex:1}.contact-middle .social{height:20rem;cursor:pointer;transition:height .24s,transform .5s}.contact-middle .social:hover{transform:rotateY(360deg);cursor:pointer}.contact-submiddle{flex:.4;display:flex;flex-direction:column;align-items:center;justify-content:center}.contact-submiddle p{text-align:center;color:#fff;font-size:3.4rem;font-weight:600}#copyright{font-size:1.1rem;font-weight:600;color:#fff;margin-top:2rem;text-align:center}@media only screen and (max-width: 900px){.contact-middle{flex-direction:column}.contact-submiddle{padding:4rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.contact-submiddle p{font-size:2rem}}button.next-arrow-button{height:3rem;width:7rem;border-radius:1.25rem;background:rgba(162,153,184,.39);color:#fff;border:none;font-family:Lora,serif;font-weight:600;font-size:2.25rem;transition:.1s ease all;padding:.5rem 1.8125rem}button.next-arrow-button:hover{background-color:#392727;color:#a595ae;cursor:pointer}.next-arrow-button.back{width:13rem}.next-arrow-container{display:flex;flex-direction:row;align-items:center;justify-content:center}:root{--accent-color: rgba(5, 28, 44, .97);--accent-hover-color: rgba(5, 28, 44, .85)}.projects-page{min-height:100vh}.project-block{margin-bottom:5rem}.projects-middle{width:100%;height:100%;display:flex;flex-direction:column}.projects-middle .project-text,.projects-middle .project-text-featured{display:flex;flex-direction:column;align-items:center;justify-content:center}.projects-middle .project-text{width:75%}.projects-middle .projects-featured{width:100%;height:100%}.projects-middle .projects-featured .project-text-featured{width:50%}.projects-middle .projects-featured .project-block{display:flex;flex-direction:row;align-items:center;justify-content:space-around;padding:3rem;height:100%;opacity:1;transition:.2s ease all}.projects-middle .projects-featured .project-block .project-image{width:50%;height:40vh;border-radius:2px;background-size:cover;box-shadow:12px 22px 17px #00000024;margin-right:2rem;transition:.2s ease all}.projects-middle .projects-featured .project-block .project-image:hover{transform:scale(1.05)}.projects-middle .projects-featured .project-block .project-text-featured{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-around;height:100%;line-height:5.75rem}.projects-middle .projects-featured .project-block span{font-size:4.4rem;font-weight:600}.projects-middle .projects-featured .project-block h2{font-size:2.8rem;font-weight:600}.projects-middle .projects-featured .project-block p{margin-top:5rem;font-size:2.8rem;font-weight:600}.projects-middle .projects-other{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;flex-wrap:wrap;row-gap:10rem;width:100%}.projects-middle .projects-other .project-block{display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:1;transition:.2s ease all;width:32vw}.projects-middle .projects-other .project-block .project-text{display:flex;flex-direction:column;align-items:center;justify-content:space-around;height:100%}.projects-middle .projects-other .project-block .project-image{width:80%;height:25vh;background-size:cover;border-radius:2px;box-shadow:12px 22px 17px #00000024;transition:.2s ease all}.projects-middle .projects-other .project-block .project-image:hover{transform:scale(1.05)}.projects-middle .projects-other .project-block .project-image:hover+div h2{color:#e8cff6;transform:scale(1.05)}.projects-middle .projects-other .project-block .project-image:hover+div h2:after{opacity:1;transform:translateZ(0)}.projects-middle .projects-other .project-block h2{font-size:3.2rem;font-weight:600;text-align:center;margin:.25rem;transition:.2s ease all;position:relative;overflow:hidden}.projects-middle .projects-other .project-block h2:after{content:"";position:absolute;bottom:0;border-radius:20px;left:0;width:100%;height:.3rem;background-color:var(--underlineColor, #E8CFF6);opacity:0;transition:opacity .3s,transform .3s;transform:translate3d(-100%,0,0)}.projects-middle .projects-other .project-block p.project-subtitle{font-size:2.4rem;font-weight:600;text-align:center;margin:.25rem}.projects-middle .projects-other .project-block p.project-notes{font-size:2.2rem;font-weight:600;font-style:italic;color:#e8cff6;text-align:center;margin:.25rem}@media only screen and (max-width: 900px){.projects-middle .projects-featured .project-block{flex-direction:column;margin:2rem}.projects-middle .projects-featured .project-block .project-image{width:100%;margin:0;margin-bottom:3rem}.projects-middle .projects-featured .project-block .project-text-featured{width:100%}.projects-middle .projects-other{flex-direction:column}.projects-middle .projects-other .project-block{width:auto}}.skills-page{min-height:100vh;height:auto;width:100%;padding-bottom:2rem}.skills-page .skills_title-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.skills-page .skills_title{color:#202020;width:fit-content;font-family:Lora,serif;font-weight:600;text-align:center;background-color:#fff;padding:.5rem 1.75rem;margin-bottom:2rem;border-radius:.625rem;-webkit-box-shadow:-9px 11px 0px 0px rgb(165,149,174);-moz-box-shadow:-9px 11px 0px 0px rgb(165,149,174);box-shadow:-9px 11px #a595ae}.skills-page .skills_title h2{font-size:4.4rem}.skills-page .skills_subtitle{font-size:2.4rem;font-weight:600;font-style:italic;text-align:center}.skills-page .skills-middle{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;width:100%;min-height:80%}.skills-page .skills-middle .tech-skills{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:60%;min-height:fit-content}.skills-page .skills-middle .tech-skills h2,.skills-page .skills-middle .tech-skills h3{text-align:center}.skills-page .skills-middle .tech-skills h3{font-size:2vh}.skills-page .skills-middle .tech-skills_main{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:1rem 0}.skills-page .skills-middle .tech-skills_other{display:grid;width:100%;grid-template-columns:repeat(5,1fr);gap:1rem;padding:1rem 0}.skills-page .skills-middle .tech-skills .tech-skill{display:flex;flex-direction:column;align-items:center;justify-content:space-around;transition:.2s ease all}.skills-page .skills-middle .tech-skills .tech-skill_title{text-align:center;font-size:3.4rem;font-weight:600;position:relative;overflow:hidden;transition:.2s ease all}.skills-page .skills-middle .tech-skills .tech-skill_title:after{content:"";position:absolute;bottom:0;border-radius:20px;left:0;width:100%;height:.3rem;background-color:var(--underlineColor, #A595AE);opacity:0;transition:opacity .3s,transform .3s;transform:translate3d(-100%,0,0)}.skills-page .skills-middle .tech-skills .tech-skill_title.tech-skill-title-small{font-size:2.2rem}.skills-page .skills-middle .tech-skills .tech-skill_image{animation-timing-function:ease-in-out;animation-name:hover;animation-duration:3.5s;animation-iteration-count:infinite;transition:.2s ease all}@keyframes hover{0%{transform:translateZ(0)}50%{transform:translate3d(0,7%,0)}to{transform:translate(0,0,0)}}.skills-page .skills-middle .tech-skills .tech-skill_image:hover{cursor:pointer;transform:scale(1.1);animation:none}.skills-page .skills-middle .tech-skills .tech-skill_image:hover+h3:after{opacity:1;transform:translateZ(0)}.skills-page .skills-middle .tech-skills .tech-skill_image:hover+h3{color:var(--underlineColor, #A595AE)}.skills-page .skills-middle .tech-skills .tech-skill_image.tech-skill-big{height:50%;width:10rem;text-align:center}.skills-page .skills-middle .tech-skills .tech-skill_image.tech-skill-small{height:auto;width:8rem;max-height:6rem;object-fit:contain;text-align:center}.skills-page .skills-middle .word-skills{width:40%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.skills-page .skills-middle .word-skills .word-skills-section{margin-bottom:2rem}.skills-page .skills-middle .word-skills .word-skills_title{color:#202020;font-family:Lora,serif;font-weight:600;text-align:center;background-color:#fff;padding:.5rem 1.75rem;border-radius:.625rem;-webkit-box-shadow:-9px 11px 0px 0px rgb(165,149,174);-moz-box-shadow:-9px 11px 0px 0px rgb(165,149,174);box-shadow:-9px 11px #a595ae}.skills-page .skills-middle .word-skills .word-skills_title h3{font-size:3.4rem}.skills-page .skills-middle .word-skills_main,.skills-page .skills-middle .word-skills_other{width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-around}.skills-page .skills-middle .word-skills .word-skill{display:flex;flex-direction:row;align-items:center;justify-content:center}.skills-page .skills-middle .word-skills .word-skill .word-skill-text{display:flex;flex-direction:column}.skills-page .skills-middle .word-skills .word-skill .word-skill-text p.word-skill_subtitle-big{font-size:2.2rem}.skills-page .skills-middle .word-skills .word-skill .word-skill-text p.word-skill_subtitle-small{font-size:2.4rem}.skills-page .skills-middle .word-skills .word-skill:hover{transition:.2s ease all;color:#e8cff6}.skills-page .skills-middle .word-skills .word-skill img{width:4rem;margin-right:2rem}.skills-page .skills-middle .word-skills .word-skill h3.word-skill_title-big{font-size:3.6rem;font-weight:600}.skills-page .skills-middle .word-skills .word-skill h3.word-skill_title-small{font-size:3rem;font-weight:600}.skills-page .skills-bottom{display:flex;flex-direction:row;align-items:center;justify-content:center}.skills_subtitle{font-size:2.4rem;font-weight:600;font-style:italic;text-align:center}.skills_title-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:2rem}@media only screen and (max-width: 900px){.skills-page{height:auto}.skills-page .skills-middle{flex-direction:column}.skills-page .skills-middle .tech-skills{width:100%;height:auto}.skills-page .skills-middle .tech-skills_main{grid-template-columns:1fr 1fr;height:auto}.skills-page .skills-middle .tech-skills_other{grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr;height:auto}.skills-page .skills-middle .tech-skills_other .tech-skill{grid-column:auto/span 1}.skills-page .skills-middle .word-skills{width:100%}.skills-page .skills-middle .word-skills .word-skill .word-skill-text{margin:1rem}.skills-page .skills-middle .word-skills .word-skill .word-skill-text h3.word-skill_title-big{font-size:2.8rem}.skills-page .skills-middle .word-skills .word-skill .word-skill-text p.word-skill_subtitle-big{font-size:2rem}}.extra-section{display:flex;flex-direction:row;align-items:center;justify-content:space-around}.extra-section_left{display:flex;flex-direction:column;align-items:center;justify-content:space-around;width:50%}.extra-section_right{background-color:#a595ae30;border-radius:4px;height:100%}.extra-section_right .word-skills-section{transition:.2s ease all;margin-bottom:0}.extra-section_right .word-skills-section:hover{background-color:#a595ae59;box-shadow:-9px 11px #a595ae33}.extra-section_right .word-skills-section .word-skill-text{margin:2rem}.extra-group{display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#a595ae30;width:100%;color:#fff;margin:4rem;padding:2rem;border-radius:4px;transition:.2s ease all}.extra-group figure{position:relative;width:85%;background-color:#a595ae;height:100%;min-height:20rem;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;border-radius:20px;margin:2rem}.extra-group figure img{width:100%;transition:.2s ease all}.extra-group figure figcaption{position:absolute;transform:translateY(100%);opacity:0;transition:.15s ease all;font-weight:700;color:#fff;font-size:3.5rem}.extra-group p{font-size:2.8rem}.extra-group p span{font-weight:700}.extra-group:hover{background-color:#a595ae59;box-shadow:-9px 11px #a595ae33}.extra-group:hover figure img{filter:blur(8px);opacity:.6}.extra-group:hover figure figcaption{opacity:1;transform:translateY(0)}.skills_title{color:#202020;width:fit-content;font-family:Lora,serif;font-weight:600;text-align:center;background-color:#fff;padding:.5rem 1.75rem;margin-bottom:2rem;border-radius:.625rem;-webkit-box-shadow:-9px 11px 0px 0px rgb(165,149,174);-moz-box-shadow:-9px 11px 0px 0px rgb(165,149,174);box-shadow:-9px 11px #a595ae}.skills_title h2{font-size:3.4rem}.word-skills-section{margin-bottom:2rem;padding:4rem}.word-skills_title{color:#202020;font-family:Lora,serif;font-weight:600;text-align:center;background-color:#fff;padding:.5rem 1.75rem;border-radius:.625rem;-webkit-box-shadow:-9px 11px 0px 0px rgb(165,149,174);-moz-box-shadow:-9px 11px 0px 0px rgb(165,149,174);box-shadow:-9px 11px #a595ae}.word-skills_title h3{font-size:3.4rem}.word-skills_other{width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-around}.word-skill{display:flex;flex-direction:row;align-items:center;justify-content:center}.word-skill .word-skill-text{display:flex;flex-direction:column}.word-skill .word-skill-text p.word-skill_subtitle-big{font-size:2.4rem}.word-skill .word-skill-text p.word-skill_subtitle-small{font-size:2.2rem}.word-skill:hover{transition:.2s ease all;color:#a595ae}.word-skill img{width:4rem;margin-right:2rem}.word-skill h3.word-skill_title-big{font-size:3.4rem;font-weight:600}.word-skill h3.word-skill_title-small{font-size:2.8rem;font-weight:600}@media only screen and (max-width: 900px){.extra-section{width:100%;flex-direction:column}.extra-section .extra-section_left{width:100%}.extra-section .extra-section_left .extra-group{flex-direction:column;width:auto}.extra-section .extra-section_left .extra-group figure{min-height:auto;max-width:20rem}}nav{display:flex;z-index:100;flex-direction:row;align-items:center;justify-content:space-around;background-color:#fff;border-bottom:1.5rem #A595AE solid;transition:.2s ease all}nav:hover{background-color:#a595ae}nav:hover h1{color:#fff}nav:hover h2{color:#fff}nav h1{flex-grow:.05;font-size:4rem;color:#202020;transition:.2s ease all}nav h1:hover{cursor:pointer;color:#202020;transform:scale(1.05)}nav h2{color:#202020;font-size:2.8rem;font-weight:400;transition:.2s ease all}nav h2:hover{cursor:pointer;color:#202020;transform:scale(1.05)}@media only screen and (max-width: 900px){nav h2{display:none}}:root{font-family:Lora,serif;line-height:1.5;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:inherit}@media only screen and (min-width: 1440px){html{font-size:62.5%}}@media only screen and (max-width: 1440px){html{font-size:46.5%}}// *{// outline: 2px solid red;//}.page{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;max-width:100vw;min-width:100vw;min-height:100vh}nav{padding-top:2rem;padding-bottom:2rem;width:100%;h1 {height: fit-content; font-size: 4rem; padding-left: 2rem; padding-top: 2rem;}}a,a:visited,a:hover{text-decoration:none;color:inherit}a:focus{text-decoration:none;color:inherit}a:hover,a:active{text-decoration:none;color:inherit}.global-video-bg{position:fixed;top:0;left:0;width:100vw;height:100vh;object-fit:cover;z-index:-1;pointer-events:none}
