@-webkit-keyframes skills{0%{left:-500px;opacity:0}to{left:0;opacity:1}}@keyframes skills{0%{left:-500px;opacity:0}to{left:0;opacity:1}}@-webkit-keyframes main{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes main{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@-webkit-keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--application-background-color:#0a0f32;--toggle-size:16px;--switch-w:50px;--switch-h:24px;--switch-handle-scale:.65;--switch-off-handle-x:0px;--switch-on-handle-x:calc(100% - 4px);--switch-transition-duration:.2s;--main-color:#52dac4;--secondary-color:#f0f3ff;--ternary-color:#0a0f33;--quinary-color:#414881;--main-color-typography:#52dac4;--secondary-color-typography:#e3e3e3;--quinary-color-typography:#0a0f33}:root,[theme=lightMode]{--white:#fff;--sixth-color:#7269f2;--seventh-color:#99c2ff;--eighth-color-opacity:hsla(0,0%,100%,0.05);--ninth-color-opacity:rgba(10,15,51,0.6)}[theme=lightMode]{--application-background-color:#f0f3ff;--main-color:#7269f2;--secondary-color:#f0f3ff;--ternary-color:#f0f3ff;--quinary-color:#d6e7ff;--main-color-typography:#52dac4;--secondary-color-typography:#0a0f33;--quinary-color-typography:#0a0f33}[theme=darkMode]{--application-background-color:#0a0f33;--white:#fff;--main-color:#52dac4;--secondary-color:#f0f3ff;--ternary-color:#0a0f33;--quinary-color:#414881;--sixth-color:#7269f2;--seventh-color:#99c2ff;--eighth-color-opacity:hsla(0,0%,100%,0.05);--ninth-color-opacity:rgba(10,15,51,0.6);--main-color-typography:#52dac4;--secondary-color-typography:#fff;--quinary-color-typography:#0a0f33}body{background-color:var(--application-background-color)}body .doughnutColor{color:var(--main-color);background:var(--quinary-color)}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}h1{font-family:Roboto Slab,serif;color:var(--main-color-typography);font-weight:700;font-size:3.75rem;line-height:4.375rem}h2{font-size:1.25rem}h2,h3,h5{color:var(--secondary-color-typography);font-weight:300;line-height:1.875rem}h3,h5{font-size:1rem}h4{color:var(--secondary-color-typography);font-weight:400;font-size:1.25rem;line-height:1.875rem}h6{color:var(--main-color-typography);font-weight:500;font-size:2.625rem;line-height:2.625rem}.dropdown{width:40%;margin:60px 0 30px 0;font-family:Roboto,sans-serif;z-index:990}.dropdown,.dropdown .dropdown-container{position:relative;display:flex;flex-direction:column;background-color:var(--ternary-color);transition:all .5s ease-in-out}.dropdown .dropdown-container{box-sizing:border-box;width:100%;box-shadow:0 10px 20px rgba(75,115,250,.1)}.dropdown .dropdown-container .delete-dropdown{position:absolute;top:50%;right:2%;transform:translateY(-50%);color:var(--secondary-color-typography);font-weight:400;font-size:.75rem;text-decoration:underline;opacity:.8;cursor:pointer}.dropdown .dropdown-container .delete-dropdown:hover{opacity:1}.dropdown .dropdown-container .dropdown-input{display:flex;flex-direction:row;width:100%;height:auto;box-sizing:border-box;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border:1px solid var(--seventh-color);color:var(--secondary-color-typography);background:var(--ternary-color) url(../img/icon-search.080e9c02.svg) no-repeat;background-position:left 5% bottom 50%;padding:20px 70px 20px calc(35px + 5%);cursor:pointer}.dropdown .dropdown-container .dropdown-input:focus{outline:none}.dropdown .dropdown-container .dropdown-input::-moz-placeholder{font-weight:300;font-size:.75rem;font-style:italic;color:var(--secondary-color-typography)}.dropdown .dropdown-container .dropdown-input:-ms-input-placeholder{font-weight:300;font-size:.75rem;font-style:italic;color:var(--secondary-color-typography)}.dropdown .dropdown-container .dropdown-input::placeholder{font-weight:300;font-size:.75rem;font-style:italic;color:var(--secondary-color-typography)}.dropdown .dropdown-container .dropdown-open{border-bottom:0 solid transparent;border-bottom-right-radius:0;border-bottom-left-radius:0}.dropdown .dropdown-container .dropdown-content{position:absolute;top:46px;left:0;width:100%;background-color:var(--ternary-color);box-sizing:border-box;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:0 solid transparent;border-bottom:1px solid var(--seventh-color);border-left:1px solid var(--seventh-color);border-right:1px solid var(--seventh-color);transition:all .5s ease-in-out}.dropdown .dropdown-container .dropdown-content .dropdown-item{padding:10px 0;cursor:pointer}.dropdown .dropdown-container .dropdown-content .dropdown-item h6{color:var(--secondary-color-typography);font-weight:400;font-size:.875rem;line-height:1.375rem;padding:5px 15px}.dropdown .dropdown-container .dropdown-content .dropdown-item:hover{background-color:var(--quinary-color)}@media screen and (max-width:48em){.dropdown{width:75%}}@media screen and (max-width:30em){.dropdown{width:100%;margin:20px 0}.dropdown .dropdown-container .delete-dropdown{font-size:.625rem}.dropdown .dropdown-container .dropdown-input{padding:10px 70px 10px calc(35px + 5%)}.dropdown .dropdown-container .dropdown-input::-moz-placeholder{font-size:.625rem}.dropdown .dropdown-container .dropdown-input:-ms-input-placeholder{font-size:.625rem}.dropdown .dropdown-container .dropdown-input::placeholder{font-size:.625rem}.dropdown .dropdown-container .dropdown-open{border-bottom:0 solid transparent;border-bottom-right-radius:0;border-bottom-left-radius:0}.dropdown .dropdown-container .dropdown-content{top:36px}.dropdown .dropdown-container .dropdown-content .dropdown-item{padding:5px 0;cursor:pointer}.dropdown .dropdown-container .dropdown-content .dropdown-item h6{color:var(--secondary-color-typography);font-weight:400;font-size:.75rem;line-height:1.375rem;padding:5px 15px}.dropdown .dropdown-container .dropdown-content .dropdown-item:hover{background-color:var(--quinary-color)}}footer{background-color:var(--quinary-color);border-top-left-radius:10px;border-top-right-radius:10px;z-index:1000}footer,footer .block-footer{display:flex;flex-direction:row;width:100%}footer .block-footer{padding:0 4.16666667%}footer .block-footer .footer-nav{display:flex;flex-direction:row;width:70%;align-items:center;justify-content:flex-start}footer .block-footer .footer-nav li{font-family:Roboto,sans-serif;color:var(--secondary-color-typography);font-weight:300;font-size:.813rem;padding:0 3%;border-right:1px solid var(--seventh-color)}footer .block-footer .footer-nav li span{font-family:Roboto Slab,serif;font-weight:400}footer .block-footer .footer-nav li:first-child{padding-left:0}footer .block-footer .footer-nav li:last-child{border-right:none}footer .block-footer .footer-nav .link{cursor:pointer}footer .block-footer .footer-nav .link a{color:inherit;text-decoration:inherit}footer .block-footer .footer-nav .link:hover{text-decoration:underline}footer .block-footer .block-logo{display:flex;flex-direction:row;width:30%;justify-content:flex-end}footer .block-footer .block-logo .logo{width:70px;height:70px}footer .block-footer .block-logo .logo img{width:70px;height:70px;background-size:70px 70px}@media screen and (max-width:48em){footer .block-footer .footer-nav{display:flex;flex-direction:row;width:85%;align-items:center;justify-content:flex-start}footer .block-footer .footer-nav li{font-family:Roboto,sans-serif;color:var(--secondary-color-typography);font-weight:300;font-size:.563rem;padding:0 3%;border-right:1px solid var(--seventh-color)}footer .block-footer .footer-nav li span{font-family:Roboto Slab,serif;font-weight:400}footer .block-footer .footer-nav li:first-child{padding-left:0}footer .block-footer .footer-nav li:last-child{border-right:none}footer .block-footer .footer-nav .link{cursor:pointer}footer .block-footer .footer-nav .link a{color:inherit;text-decoration:inherit}footer .block-footer .footer-nav .link:hover{text-decoration:underline}footer .block-footer .block-logo{display:flex;flex-direction:row;width:15%;justify-content:flex-end}footer .block-footer .block-logo .logo{width:50px;height:50px}footer .block-footer .block-logo .logo img{width:50px;height:50px;background-size:50px 50px}}.graph-bar-section{display:flex;flex-direction:row;width:100%;height:auto;padding:60px 0 40px 0;background-color:var(--sixth-color);border-radius:0 5px 5px 5px;box-shadow:0 10px 20px rgba(75,115,250,.1)}.graph-bar-section .bars{width:75%;padding-right:10%}.graph-bar-section .legend{width:15%}.graph-bar-section .bars,.graph-bar-section .legend{display:flex;flex-direction:column;background-color:transparent}.graph-bar-section .bars div.skills,.graph-bar-section .legend div.skills{width:100%;height:auto}.graph-bar-section .bars div.skills h4,.graph-bar-section .legend div.skills h4{position:relative;color:var(--secondary-color);font-weight:500;font-size:1.75rem;text-decoration:none;padding:10px 0 10px 10%;margin-bottom:30px}.graph-bar-section .bars div.skills .bar,.graph-bar-section .legend div.skills .bar{position:relative;display:flex;flex-direction:row;height:50px;width:100%;box-sizing:border-box;z-index:2;overflow:hidden;transform-origin:0 50%}.graph-bar-section .bars div.skills .bar span:first-child,.graph-bar-section .legend div.skills .bar span:first-child{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;margin:auto;background-color:var(--eighth-color-opacity);border-radius:5px;z-index:-2}.graph-bar-section .bars div.skills .bar span:nth-child(2),.graph-bar-section .legend div.skills .bar span:nth-child(2){position:absolute;top:0;bottom:0;transform:scaleX(0);left:0;right:0;height:100%;background-color:var(--secondary-color);border-radius:5px;-webkit-animation:main 1s ease-in-out;animation:main 1s ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;transform-origin:0 50%;z-index:-1}.graph-bar-section .bars div.skills .legend-bar,.graph-bar-section .legend div.skills .legend-bar{color:var(--secondary-color);font-weight:400;font-size:.813rem}.graph-bar-section .bars div.skills div:first-child span:nth-child(2),.graph-bar-section .bars div.skills div:nth-child(2) span:nth-child(2),.graph-bar-section .bars div.skills div:nth-child(3) span:nth-child(2),.graph-bar-section .legend div.skills div:first-child span:nth-child(2),.graph-bar-section .legend div.skills div:nth-child(2) span:nth-child(2),.graph-bar-section .legend div.skills div:nth-child(3) span:nth-child(2){-webkit-animation-delay:.1s;animation-delay:.1s}.first-tab{border-radius:5px 5px 5px 5px}@media screen and (max-width:48em){.graph-bar-section{width:100%;height:auto;padding:40px 0 20px 0}.graph-bar-section .bars{width:75%;padding-right:10%}.graph-bar-section .legend{width:15%}.graph-bar-section .bars div.skills h4,.graph-bar-section .legend div.skills h4{font-weight:500;font-size:1.375rem;padding:5px 0 5px 10%;margin-bottom:30px}.graph-bar-section .bars div.skills .bar,.graph-bar-section .legend div.skills .bar{position:relative;display:flex;flex-direction:row;height:40px;width:100%;box-sizing:border-box;z-index:2;overflow:hidden;transform-origin:0 50%}.graph-bar-section .bars div.skills .bar span:first-child,.graph-bar-section .legend div.skills .bar span:first-child{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;margin:auto;background-color:var(--eighth-color-opacity);border-radius:5px;z-index:-2}.graph-bar-section .bars div.skills .bar span:nth-child(2),.graph-bar-section .legend div.skills .bar span:nth-child(2){position:absolute;top:0;bottom:0;transform:scaleX(0);left:0;right:0;height:100%;background-color:var(--white);border-radius:5px;-webkit-animation:main 1s ease-in-out;animation:main 1s ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;transform-origin:0 50%;z-index:-1}.first-tab{border-radius:5px 5px 5px 5px}}@media screen and (max-width:30em){.graph-bar-section .bars{width:75%;padding-right:5%}.graph-bar-section .legend{width:20%}.graph-bar-section .bars div.skills h4,.graph-bar-section .legend div.skills h4{font-weight:500;font-size:1rem}.graph-bar-section .bars div.skills .legend-bar,.graph-bar-section .legend div.skills .legend-bar{font-size:.688rem}.first-tab{border-radius:5px 5px 5px 5px}}header{position:relative;height:150px;background-color:transparent}header,header .block-header{display:flex;flex-direction:row;width:100%}header .block-header{justify-content:center}header .block-header .logo{width:150px;height:150px;background-color:var(--application-background-color);cursor:pointer}header .block-header .logo img{width:150px;height:150px;background-size:150px 150px}header .block-header .switch{position:absolute;right:3%;top:50%;transform:translateY(-50%);display:flex;flex-direction:row;cursor:pointer}header .block-header .switch #theme-toggle{display:none}header .block-header .switch #theme-toggle+label{font-size:var(--toggle-size);display:flex;height:var(--switch-h);width:var(--switch-w);border-radius:calc(var(--switch-h)/2);background-size:auto 8em;background:var(--main-color) bottom;transition:var(--switch-transition-duration);overflow:hidden;cursor:pointer}header .block-header .switch #theme-toggle+label span{background:#fffad8;border-radius:50%;height:var(--switch-h);width:var(--switch-h);transform:translateX(var(--switch-off-handle-x)) scale(var(--switch-handle-scale));transition:var(--switch-transition-duration);cursor:pointer;box-shadow:0 0 .25em .0625em #fbee8d,0 0 2em 0 #ffeb3b,inset -.25em -.25em 0 0 #fbee8e,inset -.3125em -.3125em 0 .625em #fff5b2;margin-top:var(--switch-off-handle-x)}header .block-header .switch #theme-toggle:checked{font-size:var(--switch-font-size)}header .block-header .switch #theme-toggle:checked+label{background-position:top;border-color:#5983a6;cursor:pointer}header .block-header .switch #theme-toggle:checked+label span{background:transparent;transform:translateX(var(--switch-on-handle-x)) scale(var(--switch-handle-scale));box-shadow:inset -.1875em -.1875em 0 0 #fbe7ef,inset -.4625em -.3625em 0 0 #fffff7}header .block-header .dropdown-header{position:absolute;left:3%;top:50%;transform:translateY(-50%);font-family:Roboto,sans-serif;z-index:990}header .block-header .dropdown-header,header .block-header .dropdown-header .dropdown-container{display:flex;flex-direction:column;background-color:var(--ternary-color);transition:all .5s ease-in-out}header .block-header .dropdown-header .dropdown-container{position:relative;box-sizing:border-box;width:100%;box-shadow:0 10px 20px rgba(75,115,250,.1)}header .block-header .dropdown-header .dropdown-container .delete-dropdown{cursor:pointer;position:absolute;top:50%;right:2%;transform:translateY(-50%);color:var(--secondary-color-typography);font-weight:400;font-size:12px;text-decoration:underline;opacity:.8}header .block-header .dropdown-header .dropdown-container .delete-dropdown:hover{opacity:1}header .block-header .dropdown-header .dropdown-container .dropdown-input{display:flex;flex-direction:row;width:100%;height:auto;box-sizing:border-box;border-radius:5px;border:1px solid var(--seventh-color);font-weight:300;font-size:.688rem;line-height:.688rem;color:var(--secondary-color-typography);background:var(--ternary-color);background-position:left 5% bottom 50%;padding:0 5px 0 10px;cursor:pointer;align-items:center;justify-content:space-between}header .block-header .dropdown-header .dropdown-container .dropdown-input:focus{outline:none}header .block-header .dropdown-header .dropdown-container .dropdown-input svg{width:55%;height:auto;transform:rotate(90deg)}header .block-header .dropdown-header .dropdown-container .dropdown-input svg path{fill:var(--secondary-color-typography)}header .block-header .dropdown-header .dropdown-container .dropdown-open{border-bottom-right-radius:0;border-bottom-left-radius:0}header .block-header .dropdown-header .dropdown-container .dropdown-open svg{transform:rotate(-90deg)}header .block-header .dropdown-header .dropdown-container .dropdown-open svg path{fill:var(--secondary-color-typography)}header .block-header .dropdown-header .dropdown-container .dropdown-content{position:absolute;top:20px;left:0;width:100%;background-color:var(--ternary-color);box-sizing:border-box;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:0 solid transparent;border-bottom:1px solid var(--seventh-color);border-left:1px solid var(--seventh-color);border-right:1px solid var(--seventh-color);transition:all .5s ease-in-out}header .block-header .dropdown-header .dropdown-container .dropdown-content .dropdown-item{cursor:pointer}header .block-header .dropdown-header .dropdown-container .dropdown-content .dropdown-item h6{color:var(--secondary-color-typography);font-weight:300;font-size:.688rem;line-height:1.25rem;padding:0 5px 0 10px}header .block-header .dropdown-header .dropdown-container .dropdown-content .dropdown-item:hover{background-color:var(--quinary-color)}@media screen and (max-width:48em){header{height:100px}header .block-header .logo{width:100px;height:100px}header .block-header .logo img{width:100px;height:100px;background-size:100px 100px}header .block-header .switch,header .block-header .switch input[type=checkbox]:checked+label{cursor:pointer}header .block-header .switch label{position:relative;display:block;width:50px;height:24px;background-color:var(--main-color);box-shadow:0 10px 20px rgba(75,115,250,.1);border-radius:24px;cursor:pointer}header .block-header .switch label:after{content:"";position:absolute;top:4px;left:4px;width:16px;height:16px;background-color:var(--white);border-radius:16px;transition:.3s ease}}.modal-mask{position:fixed;display:flex;flex-direction:column;justify-content:center;top:0;left:0;width:100%;height:100%;background-color:var(--ninth-color-opacity);transition:opacity .3s ease;z-index:9998}.modal-mask .modal-wrapper{display:flex;flex-direction:column;vertical-align:middle}.modal-mask .modal-wrapper .modal-container{position:relative;display:flex;flex-direction:column;width:41.6666667%;margin:0 auto;border-radius:10px;box-shadow:0 10px 20px rgba(75,115,250,.1);transition:all .3s ease}.modal-mask .modal-wrapper .modal-container .modal-header{display:flex;flex-direction:row;position:relative;width:100%;height:80px;align-items:center;background-color:#f0f3ff;border-top-left-radius:10px;border-top-right-radius:10px}.modal-mask .modal-wrapper .modal-container .modal-header h2{font-family:Roboto,sans-serif;font-weight:400;color:var(--quinary-color-typography);padding:0 20px}.modal-mask .modal-wrapper .modal-container .modal-header .close{position:absolute;width:32px;height:32px;top:50%;right:20px;transform:translateY(-50%) rotate(45deg);border-radius:3px;background-color:var(--quinary-color-typography);border:1px solid var(--quinary-color-typography);transition:all .3s ease;cursor:pointer}.modal-mask .modal-wrapper .modal-container .modal-header .close:after{transform:rotate(-90deg)}.modal-mask .modal-wrapper .modal-container .modal-header .close:after,.modal-mask .modal-wrapper .modal-container .modal-header .close:before{content:"";position:absolute;left:15px;top:6px;height:20px;width:2px;background-color:var(--white)}.modal-mask .modal-wrapper .modal-container .modal-header .close:hover{background-color:var(--white)}.modal-mask .modal-wrapper .modal-container .modal-header .close:hover:after,.modal-mask .modal-wrapper .modal-container .modal-header .close:hover:before{background-color:var(--quinary-color-typography)}.modal-mask .modal-wrapper .modal-container .modal-body{display:flex;flex-direction:row;position:relative;width:100%;padding:30px 0;background-color:#f0f3ff}.modal-mask .modal-wrapper .modal-container .modal-body .block-body-text{display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:0 30px 20px 30px}.modal-mask .modal-wrapper .modal-container .modal-body .block-body-text p{font-family:Roboto,sans-serif;font-weight:300;font-size:.875rem;line-height:1.375rem;text-align:justify;color:var(--quinary-color-typography)}.modal-mask .modal-wrapper .modal-container .modal-footer{display:flex;flex-direction:row;position:relative;width:100%;height:40px;align-items:center;background-color:var(--main-color-typography);border-bottom-left-radius:10px;border-bottom-right-radius:10px}.modal-mask .modal-wrapper .modal-container .modal-footer h4{font-family:Roboto,sans-serif;color:var(--quinary-color-typography);padding:0 20px}@media screen and (max-width:48em){.modal-mask .modal-wrapper .modal-container{width:75%}.modal-mask .modal-wrapper .modal-container .modal-header{height:50px}.modal-mask .modal-wrapper .modal-container .modal-header .close{width:24px;height:24px}.modal-mask .modal-wrapper .modal-container .modal-header .close:after,.modal-mask .modal-wrapper .modal-container .modal-header .close:before{content:"";position:absolute;left:12px;top:6px;height:12px;width:2px;background-color:var(--white)}.modal-mask .modal-wrapper .modal-container .modal-body{display:flex;flex-direction:row;position:relative;width:100%;padding:20px 0;background-color:#f0f3ff}.modal-mask .modal-wrapper .modal-container .modal-body .block-body-text p{font-size:.688rem;line-height:.938rem}.modal-mask .modal-wrapper .modal-container .modal-footer{height:30px}}.error-full-screen{position:absolute;top:0;left:0;width:100%;height:100%}.error-full-screen .error-block{text-align:center;position:absolute;display:flex;flex-direction:column;vertical-align:middle;width:50%;top:30%;left:50%;transform:translate(-50%,-50%);align-items:center}.error-full-screen .error-block h1{margin-bottom:20px}.error-full-screen .error-block h2{margin-bottom:50px}.error-full-screen .error-block .logo{width:30%;margin:auto}.error-full-screen .error-block .logo img{width:100%;height:100%;background-size:150px 150px}.error-full-screen .error-block .button-container{display:inline-flex;margin:0}.error-full-screen .error-block .button-container .button{position:relative;padding:15px 50px;border-radius:40px;background-color:var(--sixth-color);box-shadow:0 10px 20px rgba(75,115,250,.1);font-size:1rem;text-transform:capitalize;text-decoration:none;overflow:hidden;cursor:pointer}.error-full-screen .error-block .button-container .button .slide{position:absolute;bottom:0;left:-200px;width:100%;height:100%;background-color:var(--seventh-color);transition:all .35s ease-Out}.error-full-screen .error-block .button-container .button a{position:relative;color:var(--white);text-decoration:none;transition:all .35s ease-Out}.error-full-screen .error-block .button-container .button:hover .slide{left:0}.error-full-screen .error-block .button-container .button:hover a{color:var(--white)}.error-full-screen .error-block .button-container .btn-icon{padding:10px 30px;font-size:.813rem;display:flex;align-items:center}.error-full-screen .error-block .button-container .btn-icon section{margin-left:20px}.error-full-screen .error-block .button-container .btn-icon section .loader-17{width:20px;height:20px;border-radius:50%;display:inline-block;border-top:3px solid var(--white);border-right:3px solid transparent;-webkit-animation:rotation 1s linear infinite;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-full-screen .lines{position:absolute;top:70%;left:80%;transform:translate(-50%,-50%);width:700px;height:700px;background:url(/img/lines.17fcc67d.svg) no-repeat;background-size:100% 100%;z-index:-1}main{flex-direction:row;min-height:calc(100vh - 220px);font-family:Roboto,sans-serif}main,main .wrapper{display:flex;width:100%;height:100%}main .wrapper{position:relative;flex-direction:column;padding:40px 4.16666667%}main .wrapper .lines{position:absolute;right:5%;top:0;margin-top:3%;width:500px;height:500px;background:url(../img/lines.17fcc67d.svg) no-repeat;background-size:100% 100%;z-index:-1}main .wrapper .header-title{color:var(--main-color-typography);margin:0;width:80%}main .wrapper .header-sub-title{width:68%;margin:20px 0 0 0}main .wrapper .button-container{display:inline-flex;margin:0}main .wrapper .button-container .button{position:relative;padding:15px 50px;border-radius:40px;background-color:var(--sixth-color);box-shadow:0 10px 20px rgba(75,115,250,.1);font-size:1rem;text-decoration:none;overflow:hidden;cursor:pointer}main .wrapper .button-container .button .slide{position:absolute;bottom:0;left:-100%;width:100%;height:100%;background-color:var(--seventh-color);transition:all .35s ease-Out}main .wrapper .button-container .button a{position:relative;color:var(--white);text-decoration:none;transition:all .35s ease-Out}main .wrapper .button-container .button:hover .slide{left:0}main .wrapper .button-container .button:hover a{color:var(--white)}main .wrapper .button-container .btn-icon{padding:10px 30px;font-size:.813rem;display:flex;align-items:center}main .wrapper .button-container .btn-icon .loader{margin-left:20px}main .wrapper .button-container .btn-icon .loader .circle{width:7px;height:7px;border-radius:50%;display:inline-block;border-top:3px solid var(--white);border-right:3px solid transparent;-webkit-animation:rotation 1s linear infinite;animation:rotation 1s linear infinite}main .wrapper .result{display:flex;flex-direction:column;margin-top:135px}main .wrapper .result h2{font-weight:500}main .wrapper .result .result-title{display:flex;flex-direction:row;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;align-items:center}main .wrapper .result .result-title .result-text{font-family:Roboto Slab,serif;font-size:1.875rem;font-weight:500;color:var(--main-color-typography);margin-right:30px}main .wrapper .result .analysis-data{display:flex;flex-direction:row;width:100%;align-items:center;padding:30px 0;margin:35px 0 60px 0;border-radius:5px;box-shadow:0 10px 20px rgba(75,115,250,.1);background-color:var(--sixth-color)}main .wrapper .result .analysis-data .sub-section{width:25%;justify-content:center;align-items:center;text-align:center}main .wrapper .result .analysis-data .sub-section h5,main .wrapper .result .analysis-data .sub-section h6{color:var(--white)}main .wrapper .result .separator{display:flex;flex-direction:row;width:75%;height:1px;background-color:var(--seventh-color);box-shadow:0 10px 20px rgba(75,115,250,.1);margin:0 auto 80px}main .wrapper .result .allowance-rates,main .wrapper .result .interviews,main .wrapper .result .rce{display:flex;flex-direction:column;width:100%;background-color:var(--application-background-color);margin-bottom:80px}main .wrapper .result .allowance-rates h2,main .wrapper .result .interviews h2,main .wrapper .result .rce h2{font-family:Roboto Slab,serif;font-size:1.563rem;font-weight:500;color:var(--main-color-typography);margin-bottom:50px}main .wrapper .result .allowance-rates .doughnut-section,main .wrapper .result .interviews .doughnut-section,main .wrapper .result .rce .doughnut-section{display:flex;flex-direction:row;width:100%;justify-content:space-between}main .wrapper .result .allowance-rates .doughnut-section .sub-section,main .wrapper .result .interviews .doughnut-section .sub-section,main .wrapper .result .rce .doughnut-section .sub-section{justify-content:center;align-items:center;width:33.3333333%}main .wrapper .result .allowance-rates .doughnut-section .sub-section .title,main .wrapper .result .interviews .doughnut-section .sub-section .title,main .wrapper .result .rce .doughnut-section .sub-section .title{padding-right:5%;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;margin-bottom:20px}main .wrapper .result .allowance-rates .doughnut-section .sub-section .title h4,main .wrapper .result .interviews .doughnut-section .sub-section .title h4,main .wrapper .result .rce .doughnut-section .sub-section .title h4{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}main .wrapper .result .allowance-rates .doughnut-section .sub-section .title h5,main .wrapper .result .interviews .doughnut-section .sub-section .title h5,main .wrapper .result .rce .doughnut-section .sub-section .title h5{font-size:.813rem;line-height:.938rem;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin-bottom:20px}main .wrapper .result .allowance-rates .doughnut-section .sub-section .arrow-section,main .wrapper .result .interviews .doughnut-section .sub-section .arrow-section,main .wrapper .result .rce .doughnut-section .sub-section .arrow-section{display:flex;flex-direction:column;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;align-items:center;justify-content:center;margin-top:40px}main .wrapper .result .allowance-rates .doughnut-section .sub-section .arrow-section .arrow,main .wrapper .result .interviews .doughnut-section .sub-section .arrow-section .arrow,main .wrapper .result .rce .doughnut-section .sub-section .arrow-section .arrow{display:flex;flex-direction:row;width:35%;height:auto;margin-bottom:15px}main .wrapper .result .allowance-rates .doughnut-section .sub-section .arrow-section .arrow img,main .wrapper .result .interviews .doughnut-section .sub-section .arrow-section .arrow img,main .wrapper .result .rce .doughnut-section .sub-section .arrow-section .arrow img{width:100%;height:100%;background-size:cover}main .wrapper .result .allowance-rates .doughnut-section .sub-section .arrow-section .arrow h2,main .wrapper .result .interviews .doughnut-section .sub-section .arrow-section .arrow h2,main .wrapper .result .rce .doughnut-section .sub-section .arrow-section .arrow h2{top:100%}main .wrapper .result .allowance-rates .doughnut-section .sub-section .doughnut-container,main .wrapper .result .interviews .doughnut-section .sub-section .doughnut-container,main .wrapper .result .rce .doughnut-section .sub-section .doughnut-container{position:relative;display:flex;justify-content:center;margin-top:0;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}main .wrapper .result .allowance-rates .doughnut-section .sub-section .doughnut-container div,main .wrapper .result .interviews .doughnut-section .sub-section .doughnut-container div,main .wrapper .result .rce .doughnut-section .sub-section .doughnut-container div{width:50%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}main .wrapper .result .allowance-rates .doughnut-section .sub-section .doughnut-container h2,main .wrapper .result .interviews .doughnut-section .sub-section .doughnut-container h2,main .wrapper .result .rce .doughnut-section .sub-section .doughnut-container h2{font-family:Roboto,sans-serif;color:var(--secondary-color-typography);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}main .wrapper .result .container-card{display:flex;flex-direction:column;width:100%;margin-bottom:80px}main .wrapper .result .container-card ul{display:flex;flex-direction:row;width:100%;z-index:1000}main .wrapper .result .container-card ul li{display:flex;flex-direction:row;min-width:150px;width:auto;height:40px;border-top-right-radius:5px;border-top-left-radius:5px;justify-content:center;align-items:center;background-color:transparent;font-family:Roboto,sans-serif;font-weight:300;font-size:1rem;line-height:1.875rem;color:var(--secondary-color-typography);padding:0 15px;cursor:pointer;z-index:1000}main .wrapper .result .container-card ul .selected{font-weight:400;background-color:var(--sixth-color);color:var(--white)}@media screen and (max-width:75em){main .wrapper .lines{right:0}main .wrapper .header-sub-title{width:60%}}@media screen and (max-width:68.75em){main .wrapper .header-title{width:65%}main .wrapper .header-sub-title{width:45%}}@media screen and (max-width:61.875em){main .wrapper{padding:40px 4.54545455%}}@media screen and (max-width:48em){main{min-height:calc(100vh - 150px)}main .wrapper .lines{margin-top:0;width:250px;height:250px;background-size:100% 100%}main .wrapper .header-title{font-size:2.813rem;line-height:3.75rem;width:75%}main .wrapper .header-sub-title{font-size:1rem;line-height:1.25rem;width:70%}main .wrapper .button-container .button{padding:10px 40px;font-size:.813rem}main .wrapper .result{margin-top:60px}main .wrapper .result h2{font-weight:500;font-size:1rem;line-height:1.125rem}main .wrapper .result .result-title .result-text{font-size:1.25rem;margin-right:30px}main .wrapper .result .analysis-data{display:flex;flex-direction:row;width:100%;align-items:center;padding:30px 0;margin:35px 0 60px 0;border-radius:5px;box-shadow:0 10px 20px rgba(75,115,250,.1);background-color:var(--sixth-color)}main .wrapper .result .analysis-data .sub-section{width:25%;justify-content:center;align-items:center;text-align:center}main .wrapper .result .analysis-data .sub-section h5,main .wrapper .result .analysis-data .sub-section h6{color:var(--white)}main .wrapper .result .analysis-data .sub-section h5{font-size:.875rem;line-height:1.375rem}main .wrapper .result .analysis-data .sub-section h6{font-size:2rem;line-height:2.25rem}main .wrapper .result .separator{display:flex;flex-direction:row;width:75%;height:1px;background-color:var(--seventh-color);box-shadow:0 10px 20px rgba(75,115,250,.1);margin:0 auto 50px}main .wrapper .result .allowance-rates,main .wrapper .result .interviews,main .wrapper .result .rce{display:flex;flex-direction:column;width:100%;background-color:var(--application-background-color);margin-bottom:40px}main .wrapper .result .allowance-rates h2,main .wrapper .result .interviews h2,main .wrapper .result .rce h2{font-family:Roboto Slab,serif;font-size:1.125rem;font-weight:500;color:var(--main-color-typography);margin-bottom:20px}main .wrapper .result .allowance-rates .doughnut-section,main .wrapper .result .interviews .doughnut-section,main .wrapper .result .rce .doughnut-section{display:flex;flex-direction:row;width:100%;justify-content:space-between}main .wrapper .result .allowance-rates .doughnut-section .sub-section,main .wrapper .result .interviews .doughnut-section .sub-section,main .wrapper .result .rce .doughnut-section .sub-section{justify-content:center;align-items:center;width:33.3333333%}main .wrapper .result .allowance-rates .doughnut-section .sub-section .title,main .wrapper .result .interviews .doughnut-section .sub-section .title,main .wrapper .result .rce .doughnut-section .sub-section .title{padding-right:5%;min-height:100px;margin-bottom:10px}main .wrapper .result .allowance-rates .doughnut-section .sub-section .title h4,main .wrapper .result .interviews .doughnut-section .sub-section .title h4,main .wrapper .result .rce .doughnut-section .sub-section .title h4{font-size:1rem;line-height:1.375rem;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}main .wrapper .result .allowance-rates .doughnut-section .sub-section .title h5,main .wrapper .result .interviews .doughnut-section .sub-section .title h5,main .wrapper .result .rce .doughnut-section .sub-section .title h5{font-size:.813rem;line-height:.938rem;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin-bottom:20px}main .wrapper .result .allowance-rates .doughnut-section .sub-section .arrow-section,main .wrapper .result .interviews .doughnut-section .sub-section .arrow-section,main .wrapper .result .rce .doughnut-section .sub-section .arrow-section{display:flex;flex-direction:column;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;align-items:center;justify-content:center;margin-top:40px}main .wrapper .result .allowance-rates .doughnut-section .sub-section .arrow-section .arrow,main .wrapper .result .interviews .doughnut-section .sub-section .arrow-section .arrow,main .wrapper .result .rce .doughnut-section .sub-section .arrow-section .arrow{display:flex;flex-direction:row;width:50%;height:auto;margin-bottom:15px}main .wrapper .result .allowance-rates .doughnut-section .sub-section .arrow-section .arrow img,main .wrapper .result .interviews .doughnut-section .sub-section .arrow-section .arrow img,main .wrapper .result .rce .doughnut-section .sub-section .arrow-section .arrow img{width:100%;height:100%;background-size:cover}main .wrapper .result .allowance-rates .doughnut-section .sub-section .arrow-section .arrow h2,main .wrapper .result .interviews .doughnut-section .sub-section .arrow-section .arrow h2,main .wrapper .result .rce .doughnut-section .sub-section .arrow-section .arrow h2{top:100%}main .wrapper .result .allowance-rates .doughnut-section .sub-section .doughnut-container,main .wrapper .result .interviews .doughnut-section .sub-section .doughnut-container,main .wrapper .result .rce .doughnut-section .sub-section .doughnut-container{position:relative;display:flex;justify-content:center;margin-top:0;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}main .wrapper .result .allowance-rates .doughnut-section .sub-section .doughnut-container div,main .wrapper .result .interviews .doughnut-section .sub-section .doughnut-container div,main .wrapper .result .rce .doughnut-section .sub-section .doughnut-container div{width:80%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}main .wrapper .result .allowance-rates .doughnut-section .sub-section .doughnut-container h2,main .wrapper .result .interviews .doughnut-section .sub-section .doughnut-container h2,main .wrapper .result .rce .doughnut-section .sub-section .doughnut-container h2{font-family:Roboto,sans-serif;color:var(--secondary-color-typography);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}main .wrapper .result .container-card{display:flex;flex-direction:column;width:100%;margin-bottom:40px}main .wrapper .result .container-card ul{display:flex;flex-direction:row;width:100%;z-index:1000}main .wrapper .result .container-card ul li{display:flex;flex-direction:row;min-width:150px;width:auto;height:40px;border-top-right-radius:5px;border-top-left-radius:5px;justify-content:center;align-items:center;background-color:transparent;font-family:Roboto,sans-serif;font-weight:300;font-size:1rem;line-height:1.875rem;color:var(--secondary-color-typography);padding:0 15px;cursor:pointer;z-index:1000}main .wrapper .result .container-card ul .selected{font-weight:400;background-color:var(--sixth-color);color:var(--white)}}@media screen and (max-width:30em){main{min-height:calc(100vh - 150px)}main .wrapper{padding:40px 2.08333333%}main .wrapper .lines{margin-top:0;width:150px;height:150px;background-size:100% 100%}main .wrapper .header-title{font-size:1.875rem;line-height:1.875rem;width:60%}main .wrapper .header-sub-title{font-size:.75rem;line-height:1rem;width:100%}main .wrapper .button-container{justify-content:center}main .wrapper .button-container .button{padding:8px 20px;font-size:.563rem}main .wrapper .result{margin-top:60px}main .wrapper .result h2{font-weight:500;font-size:1.125rem;line-height:1.125rem}main .wrapper .result .result-title{display:flex;flex-direction:column}main .wrapper .result .result-title .result-text{font-size:1rem;margin-right:0;margin-bottom:20px}main .wrapper .result .analysis-data{width:100%;padding:20px 0;margin:20px 0}main .wrapper .result .analysis-data .sub-section{width:25%;justify-content:center;align-items:center;text-align:center}main .wrapper .result .analysis-data .sub-section h5,main .wrapper .result .analysis-data .sub-section h6{color:var(--white)}main .wrapper .result .analysis-data .sub-section h5{font-size:.563rem;line-height:.813rem}main .wrapper .result .analysis-data .sub-section h6{font-size:1.125rem;line-height:1.125rem}main .wrapper .result .separator{display:flex;flex-direction:row;width:75%;height:1px;background-color:var(--seventh-color);box-shadow:0 10px 20px rgba(75,115,250,.1);margin:0 auto 50px}main .wrapper .result .allowance-rates,main .wrapper .result .interviews,main .wrapper .result .rce{display:flex;flex-direction:column;width:100%;background-color:var(--application-background-color);margin-bottom:40px}main .wrapper .result .allowance-rates h2,main .wrapper .result .interviews h2,main .wrapper .result .rce h2{font-family:Roboto Slab,serif;font-size:1.125rem;font-weight:500;color:var(--main-color-typography);margin-bottom:20px}main .wrapper .result .allowance-rates .doughnut-section,main .wrapper .result .interviews .doughnut-section,main .wrapper .result .rce .doughnut-section{display:flex;flex-direction:column;width:100%;justify-content:space-between}main .wrapper .result .allowance-rates .doughnut-section .sub-section,main .wrapper .result .interviews .doughnut-section .sub-section,main .wrapper .result .rce .doughnut-section .sub-section{justify-content:center;align-items:center;width:100%}main .wrapper .result .allowance-rates .doughnut-section .sub-section .title,main .wrapper .result .interviews .doughnut-section .sub-section .title,main .wrapper .result .rce .doughnut-section .sub-section .title{padding-right:5%;min-height:70px;margin-bottom:10px}main .wrapper .result .allowance-rates .doughnut-section .sub-section .title h4,main .wrapper .result .interviews .doughnut-section .sub-section .title h4,main .wrapper .result .rce .doughnut-section .sub-section .title h4{font-size:1rem;line-height:1.375rem;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}main .wrapper .result .allowance-rates .doughnut-section .sub-section .title h5,main .wrapper .result .interviews .doughnut-section .sub-section .title h5,main .wrapper .result .rce .doughnut-section .sub-section .title h5{font-size:.813rem;line-height:.938rem;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin-bottom:20px}main .wrapper .result .allowance-rates .doughnut-section .sub-section .arrow-section,main .wrapper .result .interviews .doughnut-section .sub-section .arrow-section,main .wrapper .result .rce .doughnut-section .sub-section .arrow-section{display:flex;flex-direction:column;width:75%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;align-items:center;justify-content:center;margin-top:40px}main .wrapper .result .allowance-rates .doughnut-section .sub-section .arrow-section .arrow,main .wrapper .result .interviews .doughnut-section .sub-section .arrow-section .arrow,main .wrapper .result .rce .doughnut-section .sub-section .arrow-section .arrow{display:flex;flex-direction:row;width:30%;height:auto;margin-bottom:15px}main .wrapper .result .allowance-rates .doughnut-section .sub-section .arrow-section .arrow img,main .wrapper .result .interviews .doughnut-section .sub-section .arrow-section .arrow img,main .wrapper .result .rce .doughnut-section .sub-section .arrow-section .arrow img{width:100%;height:100%;background-size:cover}main .wrapper .result .allowance-rates .doughnut-section .sub-section .arrow-section .arrow h2,main .wrapper .result .interviews .doughnut-section .sub-section .arrow-section .arrow h2,main .wrapper .result .rce .doughnut-section .sub-section .arrow-section .arrow h2{top:100%}main .wrapper .result .allowance-rates .doughnut-section .sub-section .doughnut-container,main .wrapper .result .interviews .doughnut-section .sub-section .doughnut-container,main .wrapper .result .rce .doughnut-section .sub-section .doughnut-container{position:relative;display:flex;justify-content:center;margin-top:0;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:20px}main .wrapper .result .allowance-rates .doughnut-section .sub-section .doughnut-container div,main .wrapper .result .interviews .doughnut-section .sub-section .doughnut-container div,main .wrapper .result .rce .doughnut-section .sub-section .doughnut-container div{width:35%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}main .wrapper .result .allowance-rates .doughnut-section .sub-section .doughnut-container h2,main .wrapper .result .interviews .doughnut-section .sub-section .doughnut-container h2,main .wrapper .result .rce .doughnut-section .sub-section .doughnut-container h2{font-family:Roboto,sans-serif;color:var(--secondary-color-typography);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}main .wrapper .result .container-card{display:flex;flex-direction:column;width:100%;margin-bottom:20px}main .wrapper .result .container-card ul li{min-width:70px;height:25px;font-size:.688rem;line-height:.813rem;padding:5px 5px}}.container{width:100%;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap}[class=" col-"],[class^=col-]{position:relative;width:100%}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}@media(min-width:960px){.sm-col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.sm-col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.sm-col-3{flex:0 0 25%;max-width:25%}.sm-col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.sm-col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.sm-col-6{flex:0 0 50%;max-width:50%}.sm-col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.sm-col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.sm-col-9{flex:0 0 75%;max-width:75%}.sm-col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.sm-col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.sm-col-12{flex:0 0 100%;max-width:100%}}@media(min-width:1280px){.md-col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.md-col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.md-col-3{flex:0 0 25%;max-width:25%}.md-col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.md-col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.md-col-6{flex:0 0 50%;max-width:50%}.md-col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.md-col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.md-col-9{flex:0 0 75%;max-width:75%}.md-col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.md-col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.md-col-12{flex:0 0 100%;max-width:100%}}@media(min-width:1440px){.lg-col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.lg-col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.lg-col-3{flex:0 0 25%;max-width:25%}.lg-col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.lg-col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.lg-col-6{flex:0 0 50%;max-width:50%}.lg-col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.lg-col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.lg-col-9{flex:0 0 75%;max-width:75%}.lg-col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.lg-col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.lg-col-12{flex:0 0 100%;max-width:100%}}