body, html,div,p,li,ol,ul,panel,main,footer,header,button,label,input{
	font-family: 'Helixa'
}

@font-face {
  font-family: 'Helixa';
  src: url('https://uploads-ssl.webflow.com/66207830b1131ad0192b3f8a/664cf34f968341346b6d6442_Helixa-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helixa';
  src: url('https://uploads-ssl.webflow.com/66207830b1131ad0192b3f8a/66215dabfd24d23b435f7c4c_Helixa-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helixa';
  src: url('https://uploads-ssl.webflow.com/66207830b1131ad0192b3f8a/66215dac5209b0683aa5ed5f_Helixa-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helixa';
  src: url('https://uploads-ssl.webflow.com/66207830b1131ad0192b3f8a/66215dacaee7f5b5d6583dc1_Helixa-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helixa';
  src: url('https://uploads-ssl.webflow.com/66207830b1131ad0192b3f8a/66215dccf6e9f2a50b7f9640_Helixa-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

.footer-dark {
  z-index: 10;
  background-color: black;
  color: white;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-height: none;
  padding: 50px 30px 15px;
  font-family: Inter, sans-serif;
  display: flex;
  position: relative;
}

.footer-block.line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.footer-block.horizontal.mobile {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: row;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}
.footer-brand {
  flex: 0 auto;
}

.main-button.main-blue.submit {
  padding: 12px 55px;
  font-weight: 400;
  line-height: 120%;
  background-color: #316bff;
  color: white;
  border-radius: 12px;
  border-color: transparent;
  margin-top: 16px;
}

.form-input {
  color: var(--white);
  background-color: transparent;
  border: 1px solid #777;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  padding: 0 12px;
}

.footer-link {
  opacity: 0.35;
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.2s;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  margin-top: 46px;
  margin-bottom: 15px;
}
.footer-disclaimer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 24px;
  display: flex;
}

.footer-social-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 54px;
  margin-left: 0;
  display: flex;
}

.footer-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 200px;
  display: flex;
}

@media screen and (max-width: 980px) {
  .footer-block.line {
    text-align: left;
  }
  
  .footer-block {
    height: 250px;
  }

  .footer-block.horizontal.mobile {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: left;
  }
}

@media screen and (max-width: 767px) {
  .footer-block.line.mobile {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
  }

  .footer-block.horizontal.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: auto;
  }

  .footer-content {
    grid-row-gap: 61px;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block.line {
    width: 100%;
    height: auto;
    padding-right: 20px;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .footer-divider-copy {
    opacity: 0.35;
    margin-top: 32px;
    margin-bottom: 32px;
    display: block;
    height: 1px;
    background-color: white;
    width: 100%;
  }
}

.signin .BreadCrumbs__breadcrumbsView {
    visibility: hidden;
}
.home .Button__tagPrimary {
    background-color: transparent;
    color: #000;
    font-size: 1.125rem;
    font-weight: 600;
    box-shadow: none;
    cursor: default;
}
#userPreference {
    display: none;
}
#searchBtnContainer {
    flex-direction: column;
}
.Header__panelbtns {
    margin-top: 20px;
}
#new_ticket_button .Header__tClr {
    font-size: 0;
}
#new_ticket_button .Header__tClr::after {
    font-size: 0.875rem;
    content: "Add support ticket ";
}
.signup .Signup__userSigin:nth-child(2){
     display:none 
   }
.signin .Signin__userSigin:nth-child(3){
  display:none 
  } 

.Header__panelbtns {
    margin-top: 40px;
}

.home .TitleContainer__container .TitleContainer__boxLink, 
.kbLanding .TitleContainer__container .TitleContainer__boxLink{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0.4375rem;
}
