html{opacity:0;transition:opacity 0.4s ease}html.loaded{opacity:1}#page-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:#ffffff;display:flex;align-items:center;justify-content:center;z-index:9999}#page-loader img{width:60px;height:60px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}html.loaded #page-loader{opacity:0;pointer-events:none;transition:opacity 0.3s ease}body{display:flex;flex-direction:column;min-height:100vh}#page-container{display:flex;flex-direction:column;flex:1}#main-content{flex:1}.et_pb_social_media_follow .et-social-codepen a,.et_pb_social_media_follow .et-social-instagram a,.et_pb_social_media_follow .et-social-linkedin a{background-size:contain;background-repeat:no-repeat;display:inline-block;width:24px;height:24px}