.logo-div {}

.topbar-content {
    width: 100%;
    justify-content: center;
}

.topbar .flex-h.navi {
    display: none;
}

.topbar .button-bar {
    display: none;
}

.topbar .logo-div {
    width: 95px;
    padding-right: unset;
}

.topbar .logo-div span {
    display: none;
}

.topbar {
    min-width: unset;
    background-color: #ffffffc9;
    backdrop-filter: grayscale(1);
}

.threebar {
    width: 35px;
    height: 25px;
    position: absolute;
    left: 16px;
    top: 21px;
}

.threebar * {
    height: 3px;
    width: 70%;
    background-color: #3b3b3b;
    border-radius: 2px;
    margin: auto;
    margin-bottom: 4px;
    cursor: pointer;
}

h1.headline {
    font-size: 38px;
    margin-bottom: 20px;
    text-align:left !important;
}

.flex-v.left-section {
    margin-left: 0;
    width: 100%;
}

body>.page>.padded-content {
    padding: 20px;
}

.button-bar.join-button-bar button:first-child {
    padding: 0px 40px 0px 40px;
    width: 60%;
}

.button-bar.join-button-bar button:nth-child(2) {text-align: center;padding: unset !important;position: relative;width: 40%;}

.button-bar.join-button-bar {
    width: 100%;
    margin-top: 20px;
}

.button-bar.join-button-bar button:nth-child(2) i {
    display: none;
}

.flex-h.top-names {
    margin-top: 20px !important;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
}

.sidebar.path-vertical {
    width: 60px;
    touch-action: none;
    background-color: #ffffff2b;
    overflow: hidden;
}

.sidebar.path-vertical center h2 {
    display:none;
}

.sidebar.path-vertical h2 {
    display:none;
}

.path-vertical h3 {
    display: none;
}

.path-vertical .checklist:first-of-type[path-index='0'] {
    margin-top: 22px;
}

.create-installation .sidebar-page {
    width: calc(100% - 60px)!important;
    left: 0;
    margin-left: 60px;
}

.create-installation .padded-content {
    padding: 30px;
    padding-top: 40px;
    padding-bottom: 100px;
}

.create-installation img {
    display: none;
}

.create-installation .padded-content>p {
    margin-bottom: 20px;
    padding-right: unset;
}

.create-installation h2 {
    font-size: 34px;
}

.create-installation ul[list] li {
    flex-direction: column;
    text-align: left;
    align-items: baseline;
}

.modal.select-searchable {
    width: 100%;
    height: 100%;
    border-radius: unset;
}

.create-installation .padded-content ul {
    margin-bottom: 70px;
    padding-left: unset;
}

.modal.create-installation {
    height: 100%;
    border-radius: unset;
}

.create-installation .next {
    position: relative;
}

.next.relative {}

.create-installation [path-page-index='1'] li:nth-child(1) div {
    text-align: left !important;
    font-size: 14px;
    text-align: justify;
}

.create-installation ul input {
    margin-left: unset !important;
    width: -webkit-fill-available;
    font-size: 16px;
}

.in-flex input {
    width: 210px;
}

.success-check {
    margin-left: 30px;
}

.in-flex {
    display: flex;
    align-items: center;
}

[path-page-index='2'] li>div>p {
    font-size: 16px;
}

.create-installation [path-page-index='2'] .button-bar {
    width: max-content;
    bottom: 50px;
    position: relative;
    left: unset;
    transform: unset;
    margin-top: 50px;
}

i.fa.fa-times {}

.select-searchable i.fa.fa-times {
    position: absolute;
    padding: 17px;
    display: block;
    top: 0px;
    z-index: 4;
    right: 8px;
    font-size: 17px;
}

.create-installation .path-vertical i.fa.fa-times {
    font-size: 24px;
    position: absolute;
    bottom: 14px;
    display:block;
    width: 100%;
    text-align: center;
    padding: 20px 0px 20px 0px;
}

.flex-h.main-section {
    margin-top: 150px;
}

p.subheadline {
    margin-bottom: 50px;
    margin-top: 50px;
}
.flex-h.main-section {
    margin-top: 100px;
}

p.subheadline {
    margin-bottom: 50px;
    margin-top: 50px;
}

h5.section-title {
  margin-left: unset;
}

.section>.flex-h>.flex-v {
  width: calc(100%) !important;
  padding-right: 0%;
}

h5.section-title {
  margin-right: 10%;
}

.flex-v.section {
  background-color: transparent;
}

.in-flex{
  width:100%;
}

.in-flex input {
    width: 100% !important;
}

.path-vertical .checklist {
    margin-left: 30px;
}

.logo-div svg {
    width: 90px;
}

.flex-h.brand-images {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-template-rows: repeat(2, 1fr);
}

.flex-h.brand-images * {
    margin: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-h.brand-images img, .flex-h.brand-images svg {
    transform: scale(0.9) !important;
    justify-self: center;
}

.flex-h.top-names {
    grid-template-columns: repeat(2, auto);
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    gap: 16px;
}

.flex-h.top-names img, .flex-h.top-names svg {
    justify-self: center;
    margin: unset;
    width: 130px !important;
    margin-left: unset !important;
}

.padded-content:nth-child(1) {
    background: url(/img/landing-background.png);
    background-position-y: -220px !important;
}

h1.headline {
    font-size: 38px;
    background: linear-gradient(90deg, #2767b6, #6398db);
    -webkit-background-clip: text;
    color: transparent;
}

p.section-desc-2 {
    text-align: left !important;
    font-size: 16px !important;
}

h2.section-desc-1 {
    font-size: 28px;
}

.mobile-sidebar {
  display:block;
  width: 100%;
  box-shadow: 0 0 5px 0 #00000066;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  background-color: #ffffff;
  transition: all 200ms ease-in;
}

.mobile-sidebar-content {
    width: 100%;
    height: 100%;
}

.mobile-sidebar-content .topbar-content {
    height: 50px;
}

.mobile-sidebar-content .logo-div {
    margin-left: 16px;
}

.mobile-sidebar-content i.fa.fa-times {
    font-size: 20px;
    margin-left: auto;
    margin-right: 25px;
    cursor: pointer;
}

.logo-div {}

.mobile-sidebar-content .main-mobile-sidebar-content {
    display: flex;
}

.mobile-sidebar-content .topbar.relative.flex-h {
    position: relative;
    height: 70px;
    background-color: unset;
    border-bottom: 1px dashed #0000000f;
}

.main-mobile-sidebar-content.flex-v {
    font-size: 23px;
    padding-left: 24px;
    height: calc(100% - 70px);
}

.main-mobile-sidebar-content.flex-v>* {
    margin-top: 15px;
    cursor: pointer;
    color: transparent;
    background: linear-gradient(39deg, #252525, #d793ff);
    -webkit-background-clip: text;
    color: transparent;
}

.main-mobile-sidebar-content.flex-v>*:nth-child(1) {
    margin-top: 30px;
}

.main-mobile-sidebar-content.flex-v>*:last-child {
    margin-top: 50px;
}

.main-mobile-sidebar-content.flex-v>a {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #0000000f;
    margin-top: unset;
    font-size: 18px;
    margin-right: 24px;
    font-weight: bold;
}

.mobile-sidebar.left{
  transform:translateX(-110%);
}

.flex-h.videos>* {
    max-width: 95%;
}


.blog-header {
    height: 450px;
    margin-top: 50px;
}

.blog-header-background {
    background-size: 484%;
    background-position-x: 0;
}

.blog-headline .flex-h.blog-headline-split {
    display: flex;
    flex-direction: column;
}

.blog-headline .blog-snippet {
    margin-top: 50px;
    width: 100%;
}

.blog-snippet .snippet-content {
    padding-left: unset;
}

.blog-header h1.headline {
    font-size: 42px;
}

.blog-header-content .block-content {
    width: 90%;
}


.blog-headline-sub {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 95px;
}

.padded-content.blog-content {
    margin-top: 0px !important;
    width: 90% !important;
    padding: 20px;
}

.content-container .article-flex-box {
    padding-left: 0px;
    padding-right: 0px;
}

.article-content-container {
    margin-top: 50px;
}

article h1 {
    font-size: 35px;
}

.modal .search-results {
    width: 90%;
    left: 5%;
}


.header-tab-content tab {
    margin-right: 13px !important;
    font-size: 17px !important;
}

.header-tab-content {
    overflow: scroll;
    white-space: nowrap;
}

.pricing-packages-1 {
  min-width: calc((100vw - 102px) * 1);
}


.pricing-packages-2 {
  min-width: calc((100vw - 102px) * 2);
}

.pricing-packages-3 {
  min-width: calc((100vw - 102px) * 3);
}

.pricing-packages-4 {
  min-width: calc((100vw - 102px) * 4);
}

.create-installation ul .button-bar button {width;:-webkit-fill-available;}

.create-installation ul .button-bar {
    width: -webkit-fill-available;
}

.searchable input.text {
    font-size: 16px;
}

.select-searchable li[openable]>.open {
    padding: unset;
    padding-left: 30px;
}

.banner i.fa.fa-bell {
    margin-left: 20px;
    font-size: 13px;
    margin-right: 10px;
}

.banner {
    font-size: 13px;
    overflow-x: scroll;
}

.banner>.flex-v>.flex-h {
    font-size: 13px !important;
    white-space: nowrap;
}

.input-collection .flex-h {
    display: flex;
    flex-direction: column !important;
}

.input-collection .flex-h>*:not(:last-child) {
    margin-bottom: 20px;
}

.input-collection .flex-h>* {
    margin-right: unset !important;!i;!;
    flex-grow: 10;
    width: 100% !Important;!I;!;
}

table.table-striped {
    width: 100% !important;!i;!;
    overflow: scroll;
}
