﻿@import url("/FONTS/fontawesome-free-5.4.1-web/css/all.min.css");@keyframes landing{0%{transform:translateX(40%) translateY(20%) rotate(0deg) scale(1);animation-timing-function:ease-in-out;}25%{transform:translateX(40%) translateY(30%) rotate(30deg) scale(.9);}50%{transform:translateX(40%) translateY(40%) rotate(60deg) scale(.8);animation-timing-function:ease-out;}75%{transform:translateX(30%) translateY(40%) rotate(30deg) scale(.9);}100%{transform:translateX(20%) translateY(40%) rotate(0deg) scale(1);animation-timing-function:ease-in-out;}}@keyframes fade-out{0%{opacity:1;}100%{opacity:0;}}@keyframes fade-in{0%{opacity:0;}100%{opacity:1;}}@keyframes left{0%{transform:translateX(-110%);opacity:0;}100%{transform:translateX(0%);opacity:1;}}@keyframes right{0%{transform:translateX(110%);opacity:0;}100%{transform:translateX(0%);opacity:1;}}@keyframes top{0%{transform:translateY(-110%);opacity:0;}100%{transform:translateY(0%);opacity:1;}}@keyframes bottom{0%{transform:translateY(110%);opacity:0;}100%{transform:translateY(0%);opacity:1;}}@keyframes bounce-in{0%{transform:translateY(50%);opacity:0;}50%{transform:translateY(-20%);}100%{transform:translateY(0%);opacity:1;}}*{font-weight:normal;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;font-family:Calibri;margin:0;padding:0;float:left;position:relative;background-repeat:no-repeat;outline:0;height:auto;overflow:auto;text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:0;box-sizing:border-box;}h1,h2,h3,h4,h5{font-family:monospace;}html,body,form{width:100%;}form{display:flex;justify-content:center;flex-direction:row;}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus textarea:-webkit-autofill,textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px #f5f5f5 inset;background-color:#f5f5f5;}.load{width:100%;height:100%;display:flex;justify-content:center;flex-direction:row;position:fixed;top:0;left:0;z-index:1000;background-color:#fff;animation-name:fade-out;animation-duration:1s;animation-delay:3s;animation-fill-mode:forwards;opacity:1;overflow:visible;pointer-events:none;}.load-inner{width:100%;max-width:calc(40vh + 10px);display:flex;justify-content:center;flex-direction:column;height:100%;overflow:visible;}.load-inner-column{width:calc(100%/3);display:flex;justify-content:center;flex-direction:column;overflow:visible;}.load-contain{width:100%;height:100%;max-width:40vh;max-height:40vh;padding:10px;display:flex;justify-content:center;flex-direction:row;overflow:visible;animation-name:fade-in;animation-duration:.25s;animation-delay:.25s;opacity:0;animation-fill-mode:forwards;}.load-block{width:calc(100% - 10px);margin:5px;background-color:#6c6c6c;animation-fill-mode:forwards;animation-duration:.5s;}.load-block.left{transform:translateX(-110%);animation-name:left;opacity:0;animation-delay:.5s;}.load-block.right{transform:translateX(110%);animation-name:right;animation-delay:2s;opacity:0;}.load-block.top{transform:translateY(-110%);animation-name:top;animation-delay:1s;opacity:0;}.load-block.bottom{transform:translateY(110%);animation-name:bottom;animation-delay:1.5s;opacity:0;}.load-block.single{flex:1;}.load-block.double{flex:1.8;}.load-block.quarter{flex:.6;}.sidebar{width:350px;background-color:#fff;height:100vh;z-index:100;margin-left:-350px;transition:.25s;display:flex;justify-content:center;flex-direction:column;transition-timing-function:linear;transition-property:margin-left;box-shadow:0 0 10px rgba(0,0,0,.25);}.sidebar-social{width:100%;display:flex;justify-content:center;flex-direction:row;padding:15px 0;}.sidebar-social-icon{flex:1;display:flex;justify-content:center;flex-direction:row;}.sidebar-social-icon .icon{font-size:35px;transition:.25s;cursor:pointer;}.sidebar-social-icon .icon.ion-logo-facebook{color:#3b5998;}.sidebar-social-icon .icon.ion-logo-facebook:hover{color:#2d4373;}.sidebar-social-icon .icon.ion-logo-twitter{color:#1da1f2;}.sidebar-social-icon .icon.ion-logo-twitter:hover{color:#0c85d0;}.sidebar-social-icon .icon.ion-logo-instagram{color:#c32aa3;}.sidebar-social-icon .icon.ion-logo-instagram:hover{color:#992180;}.sidebar-social-icon .icon.ion-logo-linkedin{color:#007bb5;}.sidebar-social-icon .icon.ion-logo-linkedin:hover{color:#005882;}.sidebar-links{width:100%;max-width:250px;}.sidebar-links a{width:100%;text-align:center;font-size:18px;font-weight:bold;letter-spacing:1px;padding:10px 0;margin:5px 0;color:#088fcf;transition:.25s;border-radius:5px;text-transform:uppercase;}.sidebar-links a::after{content:'';width:100%;height:100%;position:absolute;left:0;bottom:0;background-color:#f6f6f6;transition:.25s;z-index:-1;transform:scaleX(0);transform-origin:center;opacity:0;}.sidebar-links a:hover{color:#055c85;}.sidebar-links a:hover::after{transform:scaleX(1);opacity:1;}.sidebar.show{margin-left:0;}.sidebar-logo{width:100%;display:flex;justify-content:center;flex-direction:row;border-bottom:1px solid #e8e8e8;margin-bottom:10px;}.sidebar-logo-img{width:100%;max-width:225px;padding:35px 0;}.sidebar-logo-img img{width:100%;}.sidebar-content{flex:1;width:100%;}.sidebar-content-inner{width:100%;display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;}.sidebar-content-inner h1{width:100%;display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;padding:25px 0;}.sidebar-content-inner h1 span{width:100%;font-size:14px;font-weight:bold;margin-bottom:15px;text-align:center;}.sidebar-content-inner h1 a{font-size:30px;color:#088fcf;transition:.25s;cursor:pointer;}.sidebar-content-inner h1 a:hover{color:#066d9e;}.sidebar-footer{width:100%;padding:15px 10px;border-top:1px solid #e8e8e8;}.sidebar-footer span{width:100%;text-align:center;padding:10px 25px;line-height:25px;font-size:13px;color:#6c6c6c;letter-spacing:1px;}.sidebar-footer p{width:100%;text-align:center;color:#088fcf;font-weight:bold;letter-spacing:1px;font-size:16px;}.content{flex:1;height:100vh;background-color:#f9f9f9;}.content::after{content:'';position:fixed;background-image:url("/IMG/icon-black.png");width:100vh;height:100vh;transform:translateX(0%) translateY(-50%);background-position:center;background-size:contain;top:0;left:0;opacity:.05;pointer-events:none;}.page{width:100%;padding-top:100px;display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;}.page-inner{width:100%;max-width:1200px;display:flex;justify-content:center;flex-wrap:wrap;flex-direction:row;}.page-submit{width:100%;display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;padding-top:30px;padding-bottom:15px;}.page-submit input{width:100%;max-width:150px;padding:15px 0;letter-spacing:1px;font-weight:bold;color:#fff;font-size:16px;background-color:#088fcf;transition:.25s;cursor:pointer;}.page-submit input:hover{background-color:#14adf6;box-shadow:0 3px 5px rgba(0,0,0,.35);transform:translateY(-5%);}.page-input{width:100%;display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;padding:12.5px 5px 3px 5px;margin-bottom:10px;overflow:visible;}.page-input.half{width:50%;}@media only screen and (max-width:800px){.page-input.half{width:100%;}}.page-input .line{top:9.5px;right:2px;bottom:0;left:2px;position:absolute;background-color:#e8e8e8;transition:.25s;overflow:visible;}.page-input .line::after,.page-input .line::before{content:'';width:0%;height:0%;right:0;bottom:0;transition:.5s;border-color:transparent;border-width:0;border-style:solid;position:absolute;z-index:1;pointer-events:none;box-sizing:border-box;}.page-input .line::after{border-top-width:2px;border-right-width:2px;}.page-input .line::before{border-bottom-width:2px;border-left-width:2px;}.page-input p{pointer-events:none;font-weight:bold;font-size:13px;letter-spacing:1px;height:25px;position:absolute;left:15px;padding:0 10px;display:flex;justify-content:center;flex-direction:column;transition:.25s;top:0;color:#6c6c6c;z-index:10;background-color:#fff;}.page-input input,.page-input textarea,.page-input select{width:100%;height:40px;padding:0 10px;letter-spacing:1px;font-size:15px;resize:none;z-index:5;color:#6c6c6c;transition:.25s;}.page-input input:focus+.line,.page-input input:valid+.line,.page-input textarea:focus+.line,.page-input textarea:valid+.line,.page-input select:focus+.line,.page-input select:valid+.line{box-shadow:0 3px 5px rgba(0,0,0,.2);transition-delay:.4s;background-color:transparent;}.page-input input:focus+.line+p,.page-input input:valid+.line+p,.page-input textarea:focus+.line+p,.page-input textarea:valid+.line+p,.page-input select:focus+.line+p,.page-input select:valid+.line+p{color:#088fcf;}.page-input input:focus+.line::after,.page-input input:focus+.line::before,.page-input input:valid+.line::after,.page-input input:valid+.line::before,.page-input textarea:focus+.line::after,.page-input textarea:focus+.line::before,.page-input textarea:valid+.line::after,.page-input textarea:valid+.line::before,.page-input select:focus+.line::after,.page-input select:focus+.line::before,.page-input select:valid+.line::after,.page-input select:valid+.line::before{border-width:2px;width:100%;border-color:#088fcf;height:100%;}.page-input input:focus+.line::after,.page-input input:valid+.line::after,.page-input textarea:focus+.line::after,.page-input textarea:valid+.line::after,.page-input select:focus+.line::after,.page-input select:valid+.line::after{transition:width .2s .2s,height .2s;}.page-input input:focus+.line::before,.page-input input:valid+.line::before,.page-input textarea:focus+.line::before,.page-input textarea:valid+.line::before,.page-input select:focus+.line::before,.page-input select:valid+.line::before{transition:width .2s,height .2s .2s;}.page-input textarea{height:200px;padding:10px;}.create{width:100%;display:flex;justify-content:center;flex-direction:row;z-index:10;height:calc(100vh - 100px);}.create-inputs{width:500px;display:flex;justify-content:center;flex-direction:column;}.create-inputs-set{flex:1;width:100%;display:flex;justify-content:center;flex-direction:column;}.create-inputs-set h1{width:100%;background-color:#088fcf;color:#fff;padding:10px 0 10px 15px;font-size:20px;letter-spacing:1px;}.create-inputs-set h1::after{content:'';border-left:200px solid transparent;border-bottom:200px solid #066d9e;position:absolute;bottom:0;right:0;}.create-inputs-set-textarea{width:100%;flex:1;display:flex;justify-content:center;flex-direction:row;}.create-inputs-set-textarea .textarea{flex:1;line-height:25px;font-size:15px;padding:0 10px;white-space:nowrap;resize:none;}.create-inputs-set-textarea .textarea span{color:#f00;}.create-inputs-set-textarea .textarea *{float:none;}.create-inputs-set-textarea .textarea div{overflow:visible;}.create-inputs-set-textarea-numbers{width:50px;overflow:hidden;background-color:#088fcf;}.create-inputs-set-textarea-numbers span{height:25px;text-align:center;color:#fff;display:flex;justify-content:center;flex-direction:column;font-weight:bold;width:100%;font-size:15px;}.create-outputs{flex:1;background-color:#fff;}.create-outputs iframe{width:100%;height:100%;}.header{width:100%;position:fixed;z-index:100;top:0;pointer-events:none;left:0;padding:0 15px;}.header .icon{float:right;width:75px;height:75px;display:flex;justify-content:center;flex-direction:column;text-align:center;font-size:50px;cursor:pointer;color:#000;opacity:.3;pointer-events:all;transition:.25s;}.header .icon:hover{opacity:.6;}.landing{width:100%;height:100%;background:#236fb6;background:-moz-radial-gradient(center,ellipse cover,#236fb6 0%,#1c5992 100%);background:-webkit-radial-gradient(center,ellipse cover,#236fb6 0%,#1c5992 100%);background:radial-gradient(ellipse at center,#236fb6 0%,#1c5992 100%);overflow:hidden;display:flex;justify-content:center;flex-direction:row;box-shadow:inset 0 0 15px rgba(0,0,0,.35);z-index:5;}.landing.short{height:25vh;}.landing.short::before{height:calc(100% - 100px);margin:50px 0;background-image:url("/IMG/Pluto Blue Logo - Side - White.png");}.landing.short::after{width:400px;height:400px;}.landing::after{content:'';background-image:url("/IMG/icon-black.png");background-position:center;position:absolute;width:800px;height:800px;background-size:contain;background-repeat:no-repeat;opacity:.2;animation-name:landing;animation-duration:30s;animation-iteration-count:infinite;animation-timing-function:linear;animation-direction:alternate-reverse;pointer-events:none;bottom:0;right:0;}.landing::before{content:'';background-repeat:no-repeat;position:absolute;z-index:10;background-image:url("/IMG/Pluto Blue Logo White.png");background-position:center;background-size:contain;height:100%;width:100%;max-width:600px;pointer-events:none;}.banner{width:100%;}.banner-item{background-position:center;background-size:cover;display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;}.banner-item::after{background-color:rgba(0,0,0,.3);width:100%;height:100%;position:absolute;left:0;top:0;pointer-events:none;box-shadow:inset 0 0 15px rgba(0,0,0,.5);}.banner-item-inner{width:100%;max-width:1200px;}.banner-item-content{width:100%;max-width:600px;display:flex;justify-content:center;flex-direction:column;height:100%;z-index:10;}.banner-item-content h1{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;width:100%;padding:5px 15px;color:#fff;font-size:50px;text-transform:uppercase;}.banner-item-content h2{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;width:100%;padding:5px 15px;color:#fff;font-size:35px;}.banner-item-content p{font-size:18px;font-weight:bold;line-height:23px;text-align:justify;padding:25px 15px;margin:25px 0;color:#fff;}.banner-item-content a{align-self:flex-end;font-weight:bold;color:#fff;font-size:18px;padding:0 25px;background-color:#088fcf;margin-top:25px;height:50px;display:flex;justify-content:center;flex-direction:column;text-align:center;border-radius:25px;transition:.25s;transform:translateY(0%);margin:0 10px;}.banner-item-content a:hover{background-color:#066d9e;box-shadow:0 0 10px rgba(0,0,0,.5);transform:translateY(-7.5%);}.banner-nav{width:100%;display:flex;justify-content:center;flex-direction:row;position:absolute;bottom:10px;z-index:20;}.banner-nav a{width:15px;height:15px;border-radius:50%;background-color:#eee;margin:0 5px;cursor:pointer;transition:.25s;}.banner-nav a.active,.banner-nav a:hover{background-color:#088fcf;}.section{width:100%;display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;}.section-coloured{width:100%;display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;background-color:#088fcf;}.section-coloured-social{width:100%;display:flex;justify-content:flex-start;flex-direction:row;flex-wrap:wrap;margin-top:50px;}.section-coloured-social-icons{flex:1;display:flex;justify-content:flex-end;flex-direction:row;flex-wrap:wrap;}.section-coloured-social h3{display:flex;justify-content:center;flex-direction:column;font-weight:bold;color:#033a54;text-align:right;padding:0 15px;flex:1;}.section-coloured-social span{width:100%;max-width:50px;}.section-coloured-social span a{color:#033a54;margin:0 5px;transition:.25s;font-size:30px;line-height:35px;}.section-coloured-img{flex:1;background-position:center;background-size:cover;box-shadow:inset 0 0 15px rgba(0,0,0,.5);}@media screen and (orientation:portrait){.section-coloured-img{width:100%;height:100%;flex:unset !important;position:absolute;top:0;left:0;}}.section-coloured-text{width:50%;padding:50px 35px;background-color:#088fcf;}@media screen and (orientation:portrait){.section-coloured-text{width:100%;background-color:rgba(8,143,207,.9);}}.section-coloured-text-inner{width:100%;max-width:550px;}.section-coloured-text h1{width:100%;color:#033a54;border-bottom:2px solid #044b6d;padding:10px;padding-bottom:15px;margin-bottom:15px;}.section-coloured-text p{font-size:15px;line-height:25px;text-align:justify;padding:10px;color:#fff;}.section-inner{display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;padding:50px 5px;}.section-inner h1{width:100%;color:#088fcf;text-align:center;font-size:35px;text-transform:uppercase;display:flex;justify-content:center;flex-direction:row;padding-bottom:15px;margin-bottom:15px;}.section-inner h1::after{position:absolute;width:100%;max-width:75px;height:3px;background-color:#088fcf;bottom:0;}.section-inner p{text-align:center;color:#6c6c6c;width:100%;max-width:750px;padding:15px 0;font-size:15px;line-height:20px;}.section-blocks{width:100%;display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;}.section-blocks-item{width:100%;max-width:375px;margin:15px;border-bottom:5px solid #066d9e;box-shadow:0 2px 5px rgba(0,0,0,.3);background-color:#fff;}.section-blocks-item-img{width:100%;height:250px;background-position:center;background-size:cover;margin-bottom:15px;}.section-blocks-item h2{width:100%;text-align:center;font-size:30px;margin-bottom:10px;color:#6c6c6c;}.section-blocks-item p{width:100%;font-size:15px;line-height:20px;color:#6c6c6c;padding:0 15px;text-align:center;margin-bottom:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.section-blocks-item ul{width:100%;padding:10px;}.section-blocks-item ul li{color:#6c6c6c;display:flex;justify-content:flex-start;flex-direction:row;padding:10px;border-bottom:1px solid #ccc;font-size:15px;cursor:pointer;transition:.25s;width:100%;}.section-blocks-item ul li a{display:flex;justify-content:flex-start;flex-direction:row;width:100%;color:#6c6c6c;transition:.25s;}.section-blocks-item ul li a:hover{color:#088fcf;}.section-blocks-item ul li:last-of-type{border-bottom:unset !important;}.section-blocks-item ul li:hover{color:#088fcf;}.section-blocks-item ul li span{font-weight:bold;flex:1;}.section-blocks-item ul li i{width:35px;display:flex;justify-content:center;flex-direction:column;text-align:center;font-size:20px;margin-left:10px;}.site{width:100%;}.site .content{width:100% !important;height:unset !important;}.content-contain{width:100%;display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;background-color:#eee;}.content-contain-section{width:100%;max-width:300px;display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;padding-bottom:50px;}.content-contain-section i{width:100%;text-align:center;color:#ccc;font-size:75px;padding:50px 0 25px 0;}.content-contain-section h1{color:#b3b3b3;font-size:25px;font-weight:bold;width:100%;text-align:center;}.contact{width:100%;display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;background-color:#fff;}.contact-inner{width:100%;max-width:1200px;display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;padding:35px 5px;}.contact-inner h1{width:100%;color:#088fcf;text-align:center;font-size:35px;text-transform:uppercase;display:flex;justify-content:center;flex-direction:row;padding-bottom:15px;margin-bottom:15px;}.contact-inner h1::after{position:absolute;width:100%;max-width:75px;height:3px;background-color:#088fcf;bottom:0;}.contact-inner p{text-align:center;color:#6c6c6c;width:100%;max-width:750px;padding:15px 0;font-size:15px;line-height:20px;margin-bottom:25px;}.contact-section{width:100%;display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;}.contact-options{width:100%;max-width:500px;display:flex;justify-content:center;flex-direction:column;padding-bottom:75px;padding-right:25px;}.contact-options-item{width:100%;padding:15px 25px;display:flex;justify-content:center;flex-direction:row;max-width:400px;align-self:flex-end;}.contact-options-item-text{flex:1;padding-left:25px;display:flex;justify-content:center;flex-direction:column;}.contact-options-item-text h2{color:#088fcf;font-size:22px;font-weight:bold;margin-bottom:5px;}.contact-options-item-text p{color:#6c6c6c;font-weight:bold;padding:unset !important;text-align:left;font-size:16px;line-height:20px;margin-bottom:unset !important;}.contact-options-item-text p a{font-weight:bold;color:#6c6c6c;font-size:16px;}.contact-options-item i{font-size:35px;width:85px;height:85px;text-align:center;background-color:#088fcf;color:#fff;border-radius:50%;display:flex;justify-content:center;flex-direction:column;}.contact-form{width:100%;max-width:500px;padding:25px;margin-left:15px;}.form-submit{width:100%;padding-top:15px;}.form-submit-button{float:right;height:40px;border-radius:20px;font-weight:bold;color:#fff;background-color:#088fcf;font-size:18px;transition:.25s;cursor:pointer;display:flex;justify-content:center;flex-direction:row;}.form-submit-button.success{background-color:#8bc34a;}.form-submit-button.success:hover{background-color:#71a436;}.form-submit-button.error{background-color:#ff5722;}.form-submit-button.error:hover{background-color:#ee3900;}.form-submit-button:hover{background-color:#066d9e;}.form-submit-button span{display:flex;justify-content:center;flex-direction:column;flex:1;font-weight:bold;padding:0 15px 0 25px;}.form-submit-button i{width:40px;height:40px;display:flex;justify-content:center;flex-direction:column;text-align:center;margin-right:15px;}.form-submit input{float:right;height:40px;border-radius:20px;padding:0 25px;font-weight:bold;color:#fff;background-color:#088fcf;font-size:18px;width:100%;max-width:125px;transition:.25s;cursor:pointer;}.form-submit input:hover{background-color:#066d9e;}.form-input{width:100%;padding:5px;display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;}.form-input p{width:100%;font-weight:bold;color:#6c6c6c;font-size:14px;max-width:100px;height:45px;display:flex;justify-content:center;flex-direction:column;padding:unset !important;margin:0 !important;text-align:left;}.form-input input,.form-input select,.form-input textarea{flex:1;height:45px;padding:0 15px;resize:none;background-color:#f5f5f5;}.form-input input.error+i,.form-input select.error+i,.form-input textarea.error+i{display:flex;}.form-input i{display:none;justify-content:center;flex-direction:column;width:45px;height:45px;color:#ff5722;font-size:20px;text-align:center;}.form-input textarea{height:150px;padding:15px;}.footer{background-color:#088fcf;padding:25px 5px;border-top:20px solid #066d9e;width:100%;display:flex;justify-content:center;flex-direction:row;}.footer-inner{width:100%;display:flex;justify-content:center;flex-direction:row;}.footer-social{width:100%;display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;margin:10px 0;}.footer-inner{display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;}.footer-inner p{color:#fff;font-weight:bold;font-size:14px;display:flex;justify-content:center;flex-direction:column;margin:0 5px;width:100%;text-align:center;}.footer-inner a{font-weight:bold;color:#033a54;margin:0 5px;transition:.25s;font-size:14px;display:flex;justify-content:center;flex-direction:column;}.footer-inner a.fab{font-size:20px;line-height:25px;}.footer-inner a:hover{color:#011823;}.logo{width:100%;display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;}.logo-inner{width:100%;max-width:400px;}.logo-inner img{width:100%;margin:50px 0 35px 0;}.header{width:100%;}.header-social{width:100%;display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;margin-bottom:40px;}.header-social a{font-size:30px;padding:5px;margin:10px;}.header-social a.fa-google-plus-square{color:#dd4b39;}.header-social a.fa-twitter-square{color:#1da1f2;}.header-social a.fa-facebook-square{color:#3b5998;}.header-social a.fa-linkedin{color:#0077b5;}.header-social a.fa-instagram{color:#c32aa3;}