@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400 pro";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900 pro";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white-color: #fff;
  --primary-color: #98693a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  text-align: right;
  background-image: url('../images/home_bg.png');
  background-position: 0 0;
  background-size: cover;
  overflow: auto;
}

.div-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 10em;
  margin: 16px 0;
  display: flex;
  position: relative;
}

.div-card.div-block {
  border-radius: 12px;
  flex: 0 auto;
  order: 0;
  align-self: center;
  box-shadow: 0 2px 8px #0003;
}

.navbar {
  background-color: #00000054;
  align-self: auto;
}

.mask {
  -webkit-text-fill-color: inherit;
  background-color: #e7e7e7a8;
  background-clip: border-box;
  border-radius: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.left-arrow {
  color: gray;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: block;
  inset: 0% auto 0% 44px;
}

.icon {
  outline-offset: 0px;
  color: var(--white-color);
  text-align: left;
  text-transform: none;
  text-overflow: clip;
  background-color: #98693a;
  background-image: linear-gradient(89deg, #895318, #bf9245);
  border-radius: 200px;
  outline: 3px #fff;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fa 400", Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  left: -38px;
  right: 2px;
  box-shadow: 3px 3px 5px #0003;
}

.icon.small-icon {
  outline-offset: 0px;
  direction: rtl;
  text-transform: none;
  text-overflow: clip;
  outline: 2px #fff;
  margin-left: auto;
  padding-left: 10px;
  font-style: normal;
  display: block;
  left: 32px;
}

.div-block {
  background-color: var(--white-color);
  color: var(--white-color);
}

.div-block.div-card {
  flex-flow: column;
  height: 100%;
}

.image {
  max-width: 40%;
  max-height: 40px;
  overflow: auto;
}

.container {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: auto;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  overflow: visible;
}

.row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  height: 100%;
  min-height: 50vh;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.slider {
  background-color: #ddd0;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: 50vh;
  margin-top: 20px;
}

.slide {
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.right-arrow {
  margin-left: auto;
  right: 0;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  padding: 1px 0 0;
  position: fixed;
  inset: auto 0% 0%;
}

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

.footer-bottom {
  background-color: #0000004d;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 10px;
  display: flex;
}

.footer-copyright {
  color: var(--white-color);
  margin-right: 10px;
  font-family: Cairo, sans-serif;
  font-weight: 700;
}

.footer-legal-block {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.icon-text {
  color: #000;
  text-align: center;
  font-family: Cairo, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.div-block-4 {
  flex-flow: column;
  display: flex;
}

.slider-text {
  text-align: right;
  overflow-wrap: anywhere;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  order: 9999;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  height: 100%;
  margin-top: 0;
  padding-right: 20px;
  display: flex;
}

.heading {
  color: var(--primary-color);
  font-family: Cairo, sans-serif;
}

.paragraph {
  text-align: right;
  font-family: Cairo, sans-serif;
  font-weight: 700;
}

.div-slider {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-2 {
  border-radius: 10%;
  width: 80%;
  max-width: none;
  margin-top: 17px;
  margin-left: 10px;
  margin-right: 19px;
}

.slider-image {
  border-radius: 20px;
  order: -9999;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.button {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-radius: 20px;
  font-family: Cairo, sans-serif;
  font-weight: 700;
}

.nav-menu {
  flex: 0 auto;
  align-self: center;
  display: block;
}

.container-3 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.nav-logo {
  width: 133px;
}

.button-2 {
  border: 3px solid var(--white-color);
  background-color: #3898ec00;
  border-radius: 20px;
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.nav-text {
  color: #fff;
  border: 0 #000;
  font-family: Cairo, sans-serif;
  text-decoration: none;
}

.underline-hover {
  background-color: var(--primary-color);
  backface-visibility: hidden;
  perspective-origin: 0%;
  transform-origin: 0%;
  width: 90%;
  height: 5px;
  display: block;
  position: absolute;
  inset: auto 0 0;
  overflow: hidden;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  height: 50%;
  display: flex;
}

.image-3 {
  height: 25px;
  min-height: 25px;
}

.image-4 {
  height: 25px;
}

.div-block-9 {
  position: absolute;
  inset: 75% 5% 75px auto;
}

.image-5 {
  background-color: var(--primary-color);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 110px;
  right: 0;
}

.breadcrumb {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.traffic-form {
  margin: 41px;
}

.link {
  color: var(--primary-color);
  font-family: Cairo, sans-serif;
  font-weight: 700;
}

.paragraph-2 {
  color: #000;
  margin-bottom: 0;
  font-family: Cairo, sans-serif;
  font-weight: 700;
}

.traffic-header {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  font-family: Cairo, sans-serif;
}

.tab-link {
  width: auto;
  padding: 0;
}

.tab-link.w--current {
  background-image: linear-gradient(87deg, #885b31, #bc8f41);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: auto;
  padding: 33px 33px 33px 383px;
}

.tab-link.tabstyle-left {
  border-radius: 30px 0 0 30px;
  width: 50%;
  height: 90px;
  padding: 0 10px 0 0;
  display: block;
}

.tab-link.tabstyle-left.w--current {
  float: none;
  clear: none;
  vertical-align: baseline;
  border-radius: 30px 0 0 30px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50%;
  height: 90px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  display: block;
  position: relative;
}

.tab-link.tabstyle-right {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 50%;
  height: 90px;
}

.tab-link.tabstyle-right.w--current {
  padding: 0;
}

.divblock-tab-right {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: 100%;
  min-height: auto;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.paragraph-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white-color);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Cairo, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  display: flex;
  position: relative;
  inset: 0% 0% 0;
}

.paragraph-3.inactive-tab {
  color: var(--white-color);
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-bottom: auto;
  padding-top: 20px;
  font-size: 1.5em;
  display: flex;
  top: auto;
  bottom: auto;
}

.text-block {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin: auto;
  padding: 0;
  position: relative;
}

.tabs {
  justify-content: center;
  align-items: center;
  display: block;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 60%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  font-size: .5em;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto 0% 10px;
}

.sub-tab-right {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.sub-tab-right.w--current {
  border-bottom: 3px solid var(--primary-color);
  color: var(--white-color);
  background-color: #fff;
  width: 100%;
}

.subtab-left {
  background-color: #fff;
  width: 100%;
}

.subtab-left.w--current {
  border-bottom: 3px solid var(--primary-color);
  color: #a36500;
  background-color: #fff;
  width: 50%;
}

.subtab {
  width: 100%;
  margin-top: auto;
}

.tabs-content {
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.txtsubtab-right {
  color: var(--primary-color);
  font-family: Cairo, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.txt-subtab-left {
  font-family: Cairo, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.tab-pane {
  width: 100%;
}

.tabs-menu-2 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-subtab-right {
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.div-subtab-left {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
}

.tab-form-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.radio-button-field {
  color: #000;
  direction: ltr;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  padding: 5px 5px 5px 25px;
  font-family: Cairo, sans-serif;
  font-weight: 700;
}

.radio-button-label {
  font-size: 1.3em;
}

.radio-button-label-2 {
  font-family: Cairo, sans-serif;
  font-size: 1.3em;
}

.radio-button-field-2 {
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  padding: 5px 10px 5px 25px;
}

.div-block-10 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.text-field {
  background-color: #f9f9f9;
  border-radius: 20px;
  flex: auto;
  width: 100%;
}

.text-field.licence {
  width: 200px;
}

.text-field-2 {
  border-radius: 20px;
}

.text-block-2 {
  text-overflow: clip;
  word-break: keep-all;
  width: auto;
  min-width: 80px;
  font-family: Cairo, sans-serif;
}

.div-block-12 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.base-button {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Cairo, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.base-button.is-gradian {
  color: var(--white-color);
  background-image: linear-gradient(90deg, #8c5c30, #ad7f3e);
  padding-left: 74px;
  padding-right: 75px;
  font-family: "Fa 400 pro", Arial, sans-serif;
  font-weight: 400;
}

.text-span-2, .text-span-3, .text-span-4 {
  font-family: "Fa 400 pro", Arial, sans-serif;
  font-weight: 400;
}

.select-menue {
  color: #000;
  border-radius: 30px;
  padding-bottom: 0;
  font-family: Cairo, sans-serif;
  font-weight: 700;
}

.text-field-3, .input-text {
  background-color: #f9f9f9;
  border-radius: 30px;
  font-family: Cairo, sans-serif;
  font-weight: 700;
}

.div-block-14 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.tab-pane-tab-2 {
  width: 100%;
}

.text-span-5 {
  margin-left: 10px;
  padding-left: 0;
}

.text-span-6 {
  margin-left: 10px;
}

@media screen and (max-width: 991px) {
  .container-2 {
    max-width: 728px;
  }

  .nav-text {
    border-style: none;
    text-decoration: none;
  }

  .tab-link.tabstyle-left {
    height: 90px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 0;
  }

  .tab-link.tabstyle-left.w--current {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .divblock-tab-right {
    width: 100%;
  }

  .paragraph-3 {
    color: var(--white-color);
    width: 100%;
    height: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .paragraph-3.inactive-tab {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .div-card {
    margin-top: 13px;
  }

  .div-block.div-card {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 80%;
    margin-bottom: 25px;
  }

  .container {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    align-self: center;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }

  .icon-text {
    font-size: .8rem;
    line-height: 1rem;
  }

  .image-2 {
    display: none;
  }

  .button {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .div-block-8 {
    flex: 1;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
  }

  .tab-link.tabstyle-left {
    height: 70px;
  }

  .tab-link.tabstyle-left.w--current {
    height: 70px;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-3 {
    padding-top: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
  }

  .div-card {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 80%;
    min-width: auto;
    height: 70%;
    min-height: auto;
    max-height: none;
    margin-top: auto;
    display: flex;
    position: relative;
  }

  .div-card.div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    overflow: visible;
  }

  .mask {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .left-arrow {
    inset: 0 auto 0% -17%;
  }

  .icon {
    left: 0;
  }

  .div-block.div-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    order: -9999;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 80%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: relative;
  }

  .image {
    align-self: flex-end;
    width: 50px;
    margin: 10px auto 5px;
    padding-top: 0;
    display: block;
  }

  .container {
    flex-flow: column;
    width: auto;
    max-width: none;
    height: auto;
    margin: 40px 10px 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    top: -17px;
    bottom: auto;
    overflow: visible;
  }

  .row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .right-arrow {
    right: -47px;
  }

  .footer-subscribe {
    z-index: 999;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
    inset: auto 0% 0%;
  }

  .container-2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-bottom {
    background-color: #979797;
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .footer-copyright {
    color: var(--white-color);
    font-family: Cairo, sans-serif;
    font-size: 15px;
    font-weight: 400;
  }

  .icon-text {
    text-align: center;
    margin: auto auto 10px;
    line-height: 20px;
  }

  .div-block-4 {
    flex-flow: column;
    display: flex;
  }

  .slider-text {
    width: auto;
  }

  .heading {
    text-align: right;
    font-size: 1rem;
    font-weight: 700;
    line-height: 20px;
  }

  .paragraph {
    font-size: 1rem;
  }

  .image-2 {
    font-size: 100%;
    line-height: 100%;
  }

  .slider-image {
    font-size: 60px;
    line-height: 100px;
  }

  .container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
  }

  .button-2 {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    border: 0px solid var(--white-color);
    background-color: #fff0;
  }

  .icon-2 {
    color: #fff;
    border: 1px solid #fff;
    font-size: 40px;
  }

  .login-txt {
    display: none;
  }

  .traffic-form {
    width: 100%;
    margin-top: 10px;
  }

  .traffic-header {
    font-size: 20vw;
  }

  .tab-link.tabstyle-left {
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .tab-link.tabstyle-left.w--current {
    width: 50%;
    height: 50px;
    margin-top: 0;
    padding: 0;
  }

  .tab-link.tabstyle-right, .tab-link.tabstyle-right.w--current {
    height: 50px;
  }

  .divblock-tab-right {
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    top: auto;
    left: auto;
  }

  .paragraph-3 {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .paragraph-3.inactive-tab {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    font-size: 1em;
  }

  .text-span {
    display: none;
  }

  .sub-tab-right.w--current {
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .subtab-left {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-content {
    margin-top: 5px;
  }

  .txtsubtab-right {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    font-size: 1em;
    font-weight: 700;
    display: flex;
  }

  .tabs-menu-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-subtab-right {
    align-self: center;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .div-subtab-left {
    padding: 0;
  }

  .header-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .body-container {
    display: none;
  }

  .form {
    margin-left: auto;
    padding-left: 0;
    padding-right: 5px;
  }

  .div-block-11 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    width: 100%;
    margin-left: auto;
  }

  .text-field.licence {
    flex: 1;
    width: 150px;
  }

  .text-block-2 {
    display: none;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: center;
  }

  .div-block-13 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    width: 100%;
  }

  .base-button {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 75px;
    padding-right: 74px;
    display: flex;
  }

  .base-button.is-gradian {
    order: -9999;
    padding-left: 75px;
  }

  .div-block-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    display: none;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400 pro';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900 pro';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}