.layout-main-content{animation:fadeInAnimation .3s ease}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}.navbar{position:relative;z-index:20;display:flex;width:100%;flex-direction:row;align-items:center;justify-content:space-between;padding:.75rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}@media (min-width:768px){.navbar{padding-left:4rem;padding-right:4rem}}.navbar{border-bottom:1px solid #44546a;height:-moz-min-content;height:min-content;background-color:transparent;transition:all .2s linear}.blue-primary{background-color:var(--color-primary-blue)}.navbar-items{display:none}@media (min-width:768px){.navbar-items{display:flex;flex-direction:row}}.navbar-item-text,.navbar-item-text-selected{margin-right:2rem;cursor:pointer}.navbar-item-text-selected{position:relative}.navbar-item-text-selected:after{cursor:pointer;position:absolute;content:"";height:2px;bottom:-4px;margin:0 auto;left:0;right:0;width:100%;background:#fff;border-radius:2px}.navbar-items-mobile{display:flex;width:100%;flex-direction:row;justify-content:flex-end}@media (min-width:768px){.navbar-items-mobile{display:none}}.navbar-item-text-mobile,.navbar-item-text-selected-mobile{margin-bottom:1.5rem;width:-moz-min-content;width:min-content;cursor:pointer;text-wrap:nowrap}.navbar-item-text-selected-mobile{position:relative}.navbar-item-text-selected-mobile:after{cursor:pointer;position:absolute;content:"";height:2px;bottom:-4px;margin:0 auto;left:0;right:0;width:100%;background:#fff;border-radius:2px}.navbar-items-mobile-drawer{z-index:10}@media (min-width:768px){.navbar-items-mobile-drawer{display:none}}.navbar-items-mobile-drawer{animation:expandAnimation .2s}@keyframes expandAnimation{0%{transform:translateY(-100%)}to{transform:translateY(0)}}